 @import url('https://fonts.googleapis.com/css?family=Roboto');
   i {
   margin-right: 10px;
   }
   @media only screen and (max-width: 768px) {
   span#stepThird {
       right: 18px !important;
   }
   span#stepFirst {
       left: 58px !important;
   }
   #full_namesection,#typeofrealestatefinancing{
     margin-top: 3rem !important;
   }
   label {
    font-weight: bold;
    font-size: 18px;
} 
.wizard > div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    display: none;
}
#step1 .next-step {
    background-color: #134cb5;
    color: #fff;
    padding: 15px 100px 15px 100px !important;
    border-radius: 40px;
    font-size: 25px !important;
}
#step2 .next-step {
    padding: 10px 60px 10px 60px;
}
#step2 button#the_previous {
        padding: 10px 51px 10px 51px;
}
#step3 .next-step {
    padding: 10px 60px 10px 60px;
}
#step3 button#the_previous {
        padding: 10px 51px 10px 51px;
}
input.form-control, select.form-select {
    height: 65px !important;
    border-radius: 40px;
    background: #ECECEC;
}button#dropdownMenuButton1 {
    height: 65px !important;
}
#step1 #step1-drop{
     transform: translate3d(0px, 110px, 0px) !important;
}
#step1 #step1-drop .dropdown-submenu > .dropdown-menu.show{
       right: 55%;
}
 #step1 ul.list-inline.pull-right {
    text-align: center;
    float: none;
}
#step2 ul.list-inline.pull-right {
    float: none;
    text-align: center;
}
#step3 ul.list-inline.pull-right {
    margin-top: 18px;
    float: none;
    text-align: center;
}
 .hidden-lable-file{
      text-align: center;
 } 
 
 .hidden-lable-file .upload {
  max-width: 100%;
 
}
.hidden-lable-file .upload .upload-box .edit {
      margin-right: 5px;
    }
 .hidden-lable-file .upload .upload-box .edit > span {
  font-size: 7px;
} .hidden-lable-file .upload .upload-box .edit > small {
  font-size: 6px;
} 
.hidden-lable-file button {
font-size: 9px;
}
.hidden-lable-file .upload-box img {
  float: left;
  margin-top: 14px;
  height: 40px;
}
label.mt-4.hidden-lable-file {
    margin-top: 0px !important;
}
 
 label.mt-5.section-center-mobile {
    text-align: center;
    margin-top: -15px !important;
}
.col-md-6.mt-5.section-center-mobile {
    margin-right: 10px;
}
 
}

   /*------------------------*/
   input:focus,
   button:focus,
   .form-control:focus{
   outline: none;
   box-shadow: none;
   }
   .form-control:disabled, .form-control[readonly]{
   background-color: #fff;
   }
   /*----------step-wizard------------*/
   .d-flex{
   display: flex;
   }
   .justify-content-center{
   justify-content: center;
   }
   .align-items-center{
   align-items: center;
   }
   /*---------signup-step-------------*/
   .bg-color{
   background-color: #333;
   }
   .signup-step-container{
   /*   padding: 150px 0px;*/
   padding-bottom: 60px;
   }
   .wizard .nav-tabs {
   position: relative;
   margin-bottom: 0;
   border-bottom-color: transparent;
   }
   .wizard > div.wizard-inner {
   position: relative;
   margin-bottom: 50px;
   text-align: center;
   }
   .connecting-line {
   height: 5px;
   background: #134cb5;
   position: absolute;
   width: 100%;
   margin: 0 auto;
   left: 0;
   right: 0;
   top: 15px;
   z-index: 1;
   }
   .wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
   color: #555555;
   cursor: default;
   border: 0;
   border-bottom-color: transparent;
   }
   span.round-tab {
   width: 35px;
   height: 35px;
   line-height: 30px;
   display: inline-block;
   border-radius: 50%;
   background: #fff;
   z-index: 2;
   position: absolute;
   left: 0;
   text-align: center;
   font-size: 16px;
   color: #0e214b;
   font-weight: 500;
   border: 3px solid #134cb5;
   }
   span.round-tab i{
   color:#555555;
   }
   .wizard li.active span.round-tab {
   background: #134cb5;
   color: #fff;
   border-color: #134cb5;
   }
   .wizard li.active span.round-tab i{
   color: #5bc0de;
   }
   .wizard .nav-tabs > li.active > a i{
   color: #0db02b;
   }
   .wizard .nav-tabs > li {
   width: 33.33%;
   }
   .wizard li:after {
   content: " ";
   position: absolute;
   left: 46%;
   opacity: 0;
   margin: 0 auto;
   bottom: 0px;
   border: 5px solid transparent;
   border-bottom-color: red;
   transition: 0.1s ease-in-out;
   }
   .wizard .nav-tabs > li a {
   width: 30px;
   height: 30px;
   margin: 20px auto;
   border-radius: 100%;
   padding: 0;
   background-color: transparent;
   position: relative;
   top: 0;
   }
   .wizard .nav-tabs > li a i{
   position: absolute;
   top: -15px;
   font-style: normal;
   font-weight: 400;
   white-space: nowrap;
   left: 50%;
   transform: translate(-50%, -50%);
   font-size: 12px;
   font-weight: 700;
   color: #000;
   }
   .wizard .nav-tabs > li a:hover {
   background: transparent;
   }
   .wizard .tab-pane {
   position: relative;
   padding-top: 20px;
   }
   .wizard h3 {
   margin-top: 0;
   }
   .prev-step,
   .next-step{
   font-size: 13px;
   padding: 8px 24px;
   border: none;
   border-radius: 4px;
   margin-top: 30px;
   }
   .next-step {
   background-color: #134cb5;
   color: #fff;
   padding: 10px 100px 10px 100px;
   border-radius: 40px;
   font-size: 20px;
   }
   .skip-btn{
   background-color: #cec12d;
   }
   .step-head{
   font-size: 20px;
   text-align: center;
   font-weight: 500;
   margin-bottom: 20px;
   }
   .term-check{
   font-size: 14px;
   font-weight: 400;
   }
   .custom-file {
   position: relative;
   display: inline-block;
   width: 100%;
   height: 40px;
   margin-bottom: 0;
   }
   .custom-file-input {
   position: relative;
   z-index: 2;
   width: 100%;
   height: 40px;
   margin: 0;
   opacity: 0;
   }
   .custom-file-label {
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   z-index: 1;
   height: 40px;
   padding: .375rem .75rem;
   font-weight: 400;
   line-height: 2;
   color: #495057;
   background-color: #fff;
   border: 1px solid #ced4da;
   border-radius: .25rem;
   }
   .custom-file-label::after {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   z-index: 3;
   display: block;
   height: 38px;
   padding: .375rem .75rem;
   line-height: 2;
   color: #495057;
   content: "Browse";
   background-color: #e9ecef;
   border-left: inherit;
   border-radius: 0 .25rem .25rem 0;
   }
   .footer-link{
   margin-top: 30px;
   }
   .all-info-container{
   }
   .list-content{
   margin-bottom: 10px;
   }
   .list-content a{
   padding: 10px 15px;
   width: 100%;
   display: inline-block;
   background-color: #f5f5f5;
   position: relative;
   color: #565656;
   font-weight: 400;
   border-radius: 4px;
   }
   .list-content a[aria-expanded="true"] i{
   transform: rotate(180deg);
   }
   .list-content a i{
   text-align: right;
   position: absolute;
   top: 15px;
   right: 10px;
   transition: 0.5s;
   }
   .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
   background-color: #fdfdfd;
   }
   .list-box{
   padding: 10px;
   }
   .signup-logo-header .logo_area{
   width: 200px;
   }
   .signup-logo-header .nav > li{
   padding: 0;
   }
   .signup-logo-header .header-flex{
   display: flex;
   justify-content: center;
   align-items: center;
   }
   .list-inline li{
   display: inline-block;
   }
   .pull-right{
   float: right;
   }
   /*-----------custom-checkbox-----------*/
   /*----------Custom-Checkbox---------*/
   input[type="checkbox"]{
   position: relative;
   display: inline-block;
   margin-right: 5px;
   }
   input[type="checkbox"]::before,
   input[type="checkbox"]::after {
   position: absolute;
   content: "";
   display: inline-block;   
   }
   input[type="checkbox"]::before{
   height: 16px;
   width: 16px;
   border: 1px solid #999;
   left: 0px;
   top: 0px;
   background-color: #fff;
   border-radius: 2px;
   }
   input[type="checkbox"]::after{
   height: 5px;
   width: 9px;
   left: 4px;
   top: 4px;
   }
   input[type="checkbox"]:checked::after{
   content: "";
   border-left: 1px solid #fff;
   border-bottom: 1px solid #fff;
   transform: rotate(-45deg);
   }
   input[type="checkbox"]:checked::before{
   background-color: #18ba60;
   border-color: #18ba60;
   }
   @media (max-width: 767px){
   .sign-content h3{
   font-size: 40px;
   }
   .wizard .nav-tabs > li a i{
   display: none;
   }
   .signup-logo-header .navbar-toggle{
   margin: 0;
   margin-top: 8px;
   }
   .signup-logo-header .logo_area{
   margin-top: 0;
   }
   .signup-logo-header .header-flex{
   display: block;
   }
   }
   span#stepFirst {
   left: 217px;
   }
   span#stepThird {
   right: 176px;
   }
   input.form-control, select.form-select {
   height: 50px;
   border-radius: 40px;
   background: #ECECEC;
   }
   button#the_next {
   background-color: #134cb5;
   color: #fff;
   padding: 10px 60px 10px 60px;
   border-radius: 40px;
   font-size: 20px;
   } button#the_next_payment {
   background-color: #134cb5;
   color: #fff;
   padding: 10px 60px 10px 60px;
   border-radius: 40px;
   font-size: 20px;
   }
   button#the_previous {
   background-color: #7875d5;
   color: #000;
   padding: 10px 60px 10px 60px;
   border-radius: 40px;
   font-size: 20px;
   font-weight: 500;
   } /*Upload*/
   .upload {
   max-width: 75%;
   max-height: 105px;
   } 
   .upload-box img{
   float: left;
   margin-top:5px;
   height: 50px;
   }
   .upload .upload-box {
   border: 3px solid #cfcfcf;
   border-style: dashed;
   padding: 10px 20px;
   position: relative;
   }
   .upload .upload-box .fa {
   color: #cfcfcf;
   }
   .upload .upload-box .edit {
   display: inline-block;
   margin-left: 10px;
   margin-right: 18px;
   }
   .upload .upload-box .edit > span {
   color: #666;
   display: block;
   line-height: 2rem;
   font-size: 10px;
   }
   .upload .upload-box .edit > small {
   color: #666;
   font-size: 10px;
   }
   .upload .upload-box.hover, .upload.hover .upload-box {
   border-color: #00a8e6;
   }
   .upload .upload-box.hover .fa, .upload.hover .upload-box .fa {
   color: #00a8e6;
   }
   /*Photos*/
   .upload .photo-box .edit {
   display: inline-block;
   vertical-align: top;
   margin-left: 10px;
   cursor: pointer;
   }
   .upload .photo-box .photo {
   border: solid 1px #cfcfcf;
   padding: 2px;
   width: 96px;
   max-height: 96px;
   display: inline-block;
   overflow: hidden;
   cursor: default;
   }
   .upload .photo-box .photo img {
   width: 100%;
   }
   /*Files*/
   .upload .file-box.hide {
   display: none;
   }
   .upload .file-box .file {
   padding: 4px;
   margin: 0;
   border: 1px solid #cfcfcf;
   border-radius: 2px;
   position: relative;
   }
   .upload .file-box .file a.download {
   display: inline-block;
   width: 95%;
   }
   .upload .file-box .file a.remove {
   position: absolute;
   right: 0;
   top: 2px;
   text-indent: -10000px;
   background-image: url(/img/feather_upload-cloud.png);
   display: inline-block;
   height: 18px;
   width: 18px;
   background-position: 50% 50%;
   background-repeat: no-repeat no-repeat;
   z-index: 10;
   }
   /*Button*/
   .button {
   text-align: center;
   vertical-align: top;
   display: inline-block;
   height: auto;
   line-height: 1.3rem;
   margin: 0;
   padding: 4px 1rem 6px 1rem;
   border: 1px solid rgba(0, 0, 0, 0);
   border-color: #b5b5b5;
   color: #5e5e5e;
   text-decoration: none;
   cursor: pointer;
   background-color: #f1f1f1;
   background-image: -webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#e9e9e9));
   background-image: -webkit-linear-gradient(top,#f8f8f8,#e9e9e9);
   background-image: linear-gradient(to bottom,#f8f8f8,#e9e9e9);
   background-repeat: repeat-x;
   border-radius: 2px;
   -moz-background-clip: padding-box;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -moz-appearance: none;
   }
   .button.primary {
   float: right;
   margin-top: 14px;
   background: #ffff;
   color: #0dcaf0;
   border-color: #0dcaf0;
   }
   .button.primary:hover, .button.hover.primary {
   z-index: 99999 !important;
   cursor: pointer;
   color: #fff;
   background-color: #2dbcf2;
   background-image: -webkit-gradient(linear,0 0,0 100%,from(#40c4ef),to(#1ab4f5));
   background-image: -webkit-linear-gradient(top,#40c4ef,#1ab4f5);
   background-image: linear-gradient(to bottom,#40c4ef,#1ab4f5);
   background-repeat: repeat-x;
   } .slider-container {
   --label: 2.75rem;
   --width: clamp(20rem, calc(10.18rem + 43.64vw), 30rem);
   /*--thumb: clamp(2rem, calc(-0.72rem + 2.18vw), 3.88rem);*/
   --thumb: clamp(1rem, calc(-0.72rem + 2.18vw), 3.88rem);
   inline-size: var(--width);
   /*aspect-ratio: 10.665 / 1;*/
   aspect-ratio: 18.665 / 1;
   display: grid;
   position: relative;
   padding-inline: var(--space);
   border: 0;
   border-radius: 100vh;
   background: linear-gradient(to left, white 100%, #134cb5 0%);
   background-size: 100% 100%;
   background-repeat: no-repeat;
   box-shadow: 2px 2px 10px -3px #37373c;
   }
   .number--label {
   position: absolute;
   top: -3rem;
   right: 1rem;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   height: var(--label);
   aspect-ratio: 1;
   border-radius: 50%;
   font-size: 1.75em;
   transition: 366ms cubic-bezier(0.3, 0.6, 0.4, 1.125);
   color: hsl(198deg 3.57% 11.4%);
   }
   .input-slider {
   place-self: center;
   border-radius: 100vh;
   width: calc(var(--width) - 1rem);
   /*height: min(2rem, 4vw);*/
   height: min(1rem, 2vw);
   background: #1886c724;
   -webkit-appearance: none;
   appearance: none;
   outline: none;
   }
   .input-slider::-webkit-slider-thumb {
   background: linear-gradient(
   to bottom,
   #fff 30%,
   hsl(192, 3%, 68%) 75%,
   hsl(192deg 3% 46%)
   );
   border-radius: 50%;
   width: var(--thumb);
   aspect-ratio: 1;
   -webkit-appearance: none;
   appearance: none;
   box-shadow: 0 -1px 5px 4px #fff7 inset, 0 1px 1.5px #0004, 0 2px 5px #0003,
   0 5px 9px #0002;
   }
   .input-slider::-moz-range-thumb {
   background: linear-gradient(
   to bottom,
   #fff 30%,
   hsl(192, 3%, 68%) 75%,
   hsl(192deg 3% 46%)
   );
   border-radius: 50%;
   width: var(--thumb);
   height: var(--thumb);
   aspect-ratio: 1;
   -webkit-appearance: none;
   appearance: none;
   box-shadow: 0 -1px 5px 4px #fff7 inset, 0 1px 1.5px #0004, 0 2px 5px #0003,
   0 5px 9px #0002;
   }
     .dropdown-submenu {
      position: relative;
    }
    button#dropdownMenuButton1 {
    height: 50px;
    border-radius: 40px;
    text-align: right;
    background: #ececec;
    border: 1px solid #ccc;
        color: #000;
}
    .dropdown-submenu > .dropdown-menu {
      top: 0 !important;
      right: 100%;
      margin-left: 0;
      margin-top: -0.5rem;
          height: 300px;
    overflow: auto;
    }
    .dropdown-menu a {
      cursor: pointer;
      text-align: right;
    }
    .dropdown-toggle::after {
      display: none;
    }
     .chevron-icon {
        position: absolute;
       top: 73%;
       left: 20px;
       transform: translateY(-50%);
       pointer-events: none; /* Ensure the icon doesn't block interaction with the select element */
   }
