@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body{
  font-family: "Lato", sans-serif !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, button, input, select, textarea{
  font-family: "Lato", sans-serif !important; 
}
.btn-primary
    {
        background:#1689c0 !important;
        color:#fff !important;
        opacity:inherit  !important;
        text-indent:inherit !important;
        font-size:16px !important;
        padding:10px !important;
        position:relative !important;
    }
    html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html,body{
    height: 100%;
}
.bgcblue{
  background: #1689C0;
}

.container-wrap{
    min-height: 100%;
    background: #1689C0;
    padding: 10px 0 50px 0;
}
.bgcblue .container-wrap{
  background: #fff;
  padding: 0px;
}
body { margin:0px; padding:0px; font-family: "Lato", sans-serif;
font-size: 16px;
line-height: 30px;
color: #333;
}
p{margin-bottom: 15px;}
a { color:#333; text-decoration:none;}
p,h1,h2,h3,h4,h5,h6 { margin:0px; padding:0px; font-weight:normal;}
ul,ol,li { margin:0px; padding:0px; list-style:none;}
.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}
.container { width:65%; margin:0px auto;}
body.homepgae { }

p{margin-bottom: 15px;}
/********************  Home page ************************/
header { margin:0px; padding:28px 0; width:100%; background:#1689c0; text-align:center; position:relative;}
header .logo h3 a { color:#fff; font-size:50px; text-align:center; font-weight:normal; display: flex;justify-content: center; }
header .logo h3{ color:#fff; font-size:50px; text-align:center; font-weight:normal;line-height: normal; font-weight: 600;}
header .menuicon { padding:10px; border-left:1px solid #29aae1; cursor:pointer; position:absolute; right:0px; top:0px;}
.menuicon p{ margin: 15px 0; }
/*nav { display:none;}*/
header .logo h3 a img{
  margin-left: 10px;
  width: 160px;
}
nav ul.menu { text-align:left; background:none; z-index:999; border:none; position:relative; margin:40px 0 0 10px;}
nav ul.menu li { padding:0; border-bottom: 1px solid #4a4a4a; text-align: left;}
input[type="submit"] { border:none;}
nav ul.menu li a{
    color: #fff;
    display: block;
    padding: 10px 0 10px 4px;
}
nav ul.menu li a:hover{
    color: #f6dc1c;
}

#aboutsell { 
  /*margin:5% 0; */
  margin:56px 0; 
  min-height: 350px;
    height: calc(100vh - 85px - 85px);
    overflow-x: auto;
    padding-bottom: 200px;
}
#aboutsell  h2 {font-size:49px; font-weight:bold; text-align:center;}

#aboutsell .contanertext { max-width: 706px; margin:0px auto;}

#aboutsell .contanertext  h2 {font-size:50px; font-weight:normal; color: #333; text-align:center; line-height: normal; font-weight: 600;}

#aboutsell .contanertext .leftcontiner , #aboutsell .contanertext .rightcontiner { width:48.2%;}
#aboutsell .contanertext .btn h2 { background:#f97806; border-radius:10px; margin:10px 0;}
#aboutsell .contanertext .btn h3 { background:#f97806; border-radius:10px; margin:10px 0;padding:12px 0 15px 10px;}
#aboutsell .contanertext .btn h2 a { cursor:pointer; color:#fff; font-weight:bold; font-size:30px; line-height:55px; display:block; text-align:center;}
#aboutsell .contanertext .btn h3 a { cursor:pointer; color:#fff; font-weight:bold; font-size:30px; line-height:55px; display:block; text-align:center;}

.clickbtn { margin:10px 0;}
.clickbtn input[type=radio], .clickbtn input[type=checkbox] {display:none;}
.clickbtn input[type=radio] + label,.clickbtn  input[type=checkbox] + label { display:inline-block; padding:17px 0; font-size:28px; font-weight:normal; color:#fff; text-align:center; cursor: pointer; background-color:#f97806; border-radius:6px; width:100%; font-weight: 600;}
.clickbtn  input[type=radio]:checked + label, .clickbtn input[type=checkbox]:checked + label{ background-image: none; outline: 0; background-color:#ff8e47; }

.clickbtntwo { margin:10px 0;}
.clickbtntwo input[type=radio], .clickbtntwo input[type=checkbox] {display:none;}
.clickbtntwo input[type=radio] + label, .clickbtntwo input[type=checkbox] + label { display:inline-block; padding:17px 0; font-size:28px; color:#fff; text-align:center; background-color:#f97806; border-radius:6px; cursor:pointer; width:100%;}
.clickbtntwo input[type=radio]:checked + label, .clickbtntwo input[type=checkbox]:checked + label{background-image:none; outline:0; background-color:#ff8e47; }

#aboutsell .containerbtn { max-width: 849px; margin:0px auto;}
#aboutsell .containerbtn h2 {font-size:50px; font-weight:normal; color: #333; text-align:center; margin-bottom: 15px; font-weight: 600;}
#aboutsell .containerbtn .leftcontiner , #aboutsell .containerbtn .rightcontiner { width:48%;}
#aboutsell .containerbtn .btn h2 { background:#f97806; border-radius:10px; margin:10px 0;}
#aboutsell .containerbtn .btn h2 a { color:#fff; font-weight:normal; font-size:16px; line-height:55px; display:block; text-align:center; cursor:pointer;}

#aboutsell .containerbtn  h3 {font-size:20px; font-weight:bold; text-align:left;padding:12px 0 15px 10px;}
#aboutsell .containerbtn .btn h3 { background:#f97806; border-radius:10px; margin:10px 0;}
#aboutsell .containerbtn .btn h3 a { color:#fff; font-weight:normal; font-size:16px; line-height:55px; display:block; text-align:center; cursor:pointer;}
#aboutsell .containerbtn .abouthome { margin:10% 0;}
#aboutsell .containerbtn .abouthome .homeoption { width:32%; text-align:center; cursor:pointer;}
#aboutsell .containerbtn .abouthome .homeoption .productimg { width:70%; margin:8px auto;}
#aboutsell .containerbtn .abouthome .homeoption .productimg img { width:100%;}

#aboutsell .containerbtn .abouthome .homeoption label { display:block; font-size:18px;}

#aboutsell .containerbtn .leftcontiner select { border:1px solid #ccc; border-radius:5px; padding:10px 0; text-indent:5px; width:100%;}
#aboutsell .containerbtn .rightcontiner input[type="text"] , #aboutsell .containerbtn .leftcontiner input[type="text"] { border:1px solid #ccc; border-radius:5px; padding:10px 0; text-indent:10px; width:100%;}
#aboutsell .state_list .btn { margin:5px 0;}

/*****************  Form page *************/

#aboutsell .container .formsection { background:#fff; border-radius:10px; overflow:hidden; border:1px solid #ccc; }
#aboutsell .container .formsection .formheading { background:#3388cc; color:#fff;}
#aboutsell .container .formsection .formheading h2 { font-size:25px; text-align:center; padding:19px 0; font-weight: 600;}
#aboutsell .container .formsection .leftcontiner { padding:3%;  width:43%; margin:0px;}
#aboutsell .container .formsection .rightcontiner { padding:3%;  width:43%; margin:0px auto;}

#aboutsell .container .formsection .leftcontiner h3 {line-height:24px; font-weight:600;}
#aboutsell .container .formsection .leftcontiner p { margin:15px 0; font-size:14px;}
#aboutsell .container .formsection .leftcontiner p a { color:#3388cc;}
#aboutsell .container .formsection .rightcontiner .inputfile {  margin-bottom:10px;}
#aboutsell .container .formsection .rightcontiner .inputfile input[type="text"] { font-weight:bold; color:#555; font-size:15px; background:#f3f3f3; border:none; text-indent:15px; border-radius:8px; padding:15px 0; width:100%;}
#aboutsell .container .formsection .rightcontiner .inputfile select{ background-color:#f3f3f3; border:1px solid #f3f3f3; border-radius:8px;
color:#555; font-size:16px; padding:15px; width:100%;}
#aboutsell .container .formsection .rightcontiner .inputfile textarea {box-sizing: border-box; background:#f3f3f3; font-weight:bold; color:#555; border-radius:8px; height:80px; border:none; margin-bottom:10px;
padding:15px 0 15px 15px; width:100%; font-size:15px; resize:none;}
#aboutsell .container .formsection .rightcontiner .inputfile button { cursor:pointer; background:#f97806; font-size:16px; text-align:center; color:#fff; border:none; width:100%; padding:15px; border-radius:8px;}
#bsellform .bsellcontaner .inputfile input[type="submit"],.inputfilesubmit input[type="submit"]{ cursor:pointer; background:#fa7806; font-size:22px; font-weight:bold; text-align:center; color:#fff; width:100%; padding:15px; border-radius:8px; border:2px solid #fa7806; outline:none; -webkit-appearance: initial; background-image: none;}

.inputfile input[type="button"],#price_next {   
    background-color: #f97806;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size:20px;
    font-weight: bold;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    height: auto;
    border:none;
    margin-top:20px;
    background-image: none;
    outline:none; -webkit-appearance: initial; background-image: none;
    }
    #price_next{
      font-size:28px;
      padding: 17px 0;
      color: #fff;
      height: auto;
      border: none;
      font-weight: 600;
    }
    #aboutsell .property_address .inputfile input[type="button"]{
      font-size:28px;
      padding: 17px 0;
      color: #fff;
      height: auto;
      border: none;
      font-weight: 600;
    }

/*#bsellform .bsellcontaner { width:60%; min-height:470px; margin:0px auto; border-radius:100%; padding:5%; text-align:center; background:#0083b7; border:15px solid #e8ded2;}*/
#bsellform .bsellcontaner { 
  background:#fff; border-radius:15px; text-align:center; max-width: 705px; margin:0px auto;
  box-shadow: 0px 1px 2px 0px rgba(255, 255, 255, 1);
  padding: 45px 85px 35px 85px;
  border-radius: 8px;
}
#bsellform .bsellcontaner h2 { font-size:35px; font-weight:bold; color:#323232;}
#bsellform .bsellcontaner .inputfile { width:85%; margin:30px auto; text-align:center;} 
#bsellform .bsellcontaner .inputfile input[type="text"]{ width:100%; padding:20px 5px; color:#333; text-align:center; font-size:35px; background:#f3f3f3; border:1px solid #d9d9d9; border-radius:10px; box-sizing:border-box;}

#bsellform .bsellcontaner .inputfile button { width:100%; padding:13px 5px; background:#f97806; border-radius:5px; border:none; font-size:25px; font-weight:bold; color:#fff; cursor:pointer;}
.checkbtn { display:inline-block;}
.checkbtn label { color:#fff;}

footer { background:#f9f9f9; padding:1% 0; text-align:center; margin-top:0; position: fixed !important; left: 0; width: 100%; bottom: 0px; right: 0px;z-index: 9999;}
footer ul li { display:inline-block; font-size:20px; padding:0px 20px; border-right:2px solid #666;line-height: 20px;}
footer ul li:last-child { border:none;}
footer ul li a { color:#3388cc;}



/*********************   INNER PAGES  ***********/

.bsellerform { background:url(../images/form-bg.png) no-repeat center top; text-align:center; width:100%; background-size:85% 85%; padding:20% 0; min-height:500px;}
.bsellerform .inputfile { width:50%; margin:10px auto; }
.bsellerform .inputfile input[type="text"] { width:100%; padding:10px 0px; text-indent:10px; color:#333; font-size:15px;} 

#bsellform .bsellerform .inputfile button { width:100%; padding:5px; background:#f97806; border-radius:5px; border:none; font-size:25px; font-weight:bold; color:#fff; cursor:pointer;}
#bsellform  .inputfile select { width:100%; padding:10px 5px; color:#333; -webkit-appearance:none;}
#bsellform .bsellerform .thankstext h3 { font-size:35px; color:#fff; padding:0px 15px;}
#bsellform .bsellerform .thankstext h3 span { display:block; margin-top:10px;}

.thankyou { padding:5% 3%; }
#aboutsell .thankyou h2 { text-align:center; font-size:30px; color:#204ea4;}
.thankyou h2 span { display:block; color:#000;}
.form-group {
    margin-bottom: 20px;
}

.CTCODE {
    position: relative;
}
.CTCODE span {
    position: absolute;
    left: 15px;
    top: 24px;
    font-size: 16px;
    color: #333;
    display: flex;
    line-height: 32px;
    align-items:baseline;
}
.CTCODE span img {
    width: 19px;
    position: relative;
    top: 0;
    margin-right: 4px;
}
.CTCODE input {
    padding-left: 50px !important;
}
#aboutsell .containerbtn h2{
    line-height: 46px;

}
header .menuicon{
    height: 100%;
}
.menuicon p{
    display: flex;
    align-items: center;
    padding: 0;
    height: 100%;
    margin: 0;
}
#bsellform{
    margin-top: 20px;
    padding-bottom: 140px;
}
header .container{
    width: 80%;
}
.clearaddress{
  position: absolute;
  font-size: 24px;
  color: #333;
  padding:0 6px;
  right: 5px;
  line-height: 0px;
  cursor: pointer;
  outline: none !important;
  text-decoration: none;
  top: 0;
  margin-right: 0;
  height: 52px;
  align-content: center;
}
.clearaddress:hover,
.clearaddress:focus{
  color: #333;
  outline: none !important;
  text-decoration: none;
}
.presubmitsection.activebtn .presubmit{
  /*width: 50px;*/
  font-size: 0px !important;
}
.presubmitsection{
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
}
.presubmitsection .fa{
  position: absolute;
  text-align: center;
  top: 14px;
  color: #fff;
  display: none;
  font-size: 20px;
  justify-content: center;
  align-content: center;
  left: inherit;
}
.presubmitsection.activebtn .fa{
  display: block !important;
}
#seller_city,
#seller_zipcodes{
  pointer-events: none;
}
.addressfield{
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.addressfield input{
  margin-bottom: 0px !important;
}
.fgttop h1{
  font-weight: 600;
  font-size: 52px;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: center;
  margin: 12px 0 0 0;
  background: linear-gradient(102.94deg, #279AEE -7.55%, #006ADC 106.17%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}


#bsellform .bsellcontaner .fgttop h2{
  font-weight: 600;
  font-size:20px;
  line-height:28px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color:rgba(100, 116, 139, 1);
  margin-bottom: 10px;
}
#bsellform .bsellcontaner .fgttop p{
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #64748B;
  margin: 0px;
}
.fgtform{
  margin-top: 0px;
  padding: 0px 0px;
  border-radius: 6px;
  /*border: 1px solid rgba(226, 232, 240, 1);*/
}
#bsellform .bsellcontaner .fgtform h2{
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  color: #333333;
  margin-bottom: 5px;
  font-weight: 600;
}
#bsellform .bsellcontaner .fgtform p{
  font-size:16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 0px;
  color: #333333;
}

#bsellform .bsellcontaner .fgtform .inputfile{
  position: relative;
  width: 100%;
  text-align: left;
  margin:40px 0 0 0;
}
#bsellform .bsellcontaner .fgtform .inputfile img{
  position: absolute;
  left: 22px;
  top: 31px;
}
#bsellform .bsellcontaner .fgtform .inputfile input{
  /*border-top: 1px solid #E2E8F0;*/
  border: 0.8px solid #333333;
  background: #FFFFFF;
  height: 80px;
  border-radius: 6px;
  padding: 0 0 0 60px !important;
  text-align: left;
  color: #333;
  font-size: 24px;
  line-height: 24px;
  box-shadow: none !important;
  font-weight: normal;
  outline: none !important;
}
#bsellform .bsellcontaner .fgtform .inputfile input::placeholder{
  color: #333 !important; 
}
#bsellform .bsellcontaner .fgtform .inputfile input:focus{
  box-shadow: none !important;
}

#bsellform .bsellcontaner .fgtform .inputfile input:focus::placeholder {
  opacity: 0; /* Makes the placeholder completely transparent */
  transition: opacity 0.2s ease; /* Adds a smooth transition effect */
}

/* For older browsers or specific browser engines, include vendor prefixes */
#bsellform .bsellcontaner .fgtform .inputfile input:focus::-webkit-input-placeholder { /* Chrome, Safari */
  opacity: 0;
  transition: opacity 0.2s ease;
}

#bsellform .bsellcontaner .fgtform .inputfile input:focus::-moz-placeholder { /* Firefox 19+ */
  opacity: 0;
  transition: opacity 0.2s ease;
}

#bsellform .bsellcontaner .fgtform .inputfile input:focus:-moz-placeholder { /* Firefox 18- */
  opacity: 0;
  transition: opacity 0.2s ease;
}

#bsellform .bsellcontaner .fgtform .inputfile input:focus:-ms-input-placeholder { /* Internet Explorer */
  opacity: 0;
  transition: opacity 0.2s ease;
}

#bsellform .bsellcontaner .fgtform .inputfilebutton{
  margin-top: 5px;
}
#bsellform .bsellcontaner .fgtform .inputfilebutton .btn{
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  padding: 0;
  margin-top: 0px;
  text-align: center;
  font-weight: 600;
  height: 60px;
  outline: none !important;
  background: linear-gradient(94.84deg, #FFA730 -9.51%, #FF6D02 106.32%);
  box-shadow: 0px 4px 20px -4px #1F8FFF4D;
}
#bsellform .bsellcontaner .fgtform .inputfilebutton .btn img{
  position: relative;
  left: 5px;
  top: 0px;
  width: 34px;
  height: 22px;
}
.fgtlisting{
  margin-top: 32px;
}
.fgtlisting ul{
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  align-items: center;
}
.fgtlisting ul li{
  width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
  color: #64748B;
}
.fgfooter{
  padding: 55px;
}
.fgfooter ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.fgfooter ul li{
  padding: 0 0px;
}
.fgfooter ul li a{
  font-size: 20px;
  color: #279AEE;
  text-decoration: none;
  position: relative;
  padding: 0 15px;
  font-weight: 600;
}
.fgfooter ul li a:after{
  content: '|';
  position: absolute;
  color: #333;
  right: -1px;
  top: -1px;
}
.fgfooter ul li:last-child a:after{
  display: none;
}
#viewport{
}
.buyselbtngp{
  max-width: 590px;
  margin: 0 auto;
}
.commantwogrpsection{
  max-width: 590px;
  margin: 0 auto;
}
.singlecolunm{
  max-width: 280px;
  margin: 0 auto;
}
.spendprice{
  max-width: 767px;
  margin: 0 auto; 
}
#aboutsell  .property_address h2{
  margin-bottom: 50px;
}
#aboutsell  .property_address input{
  border: 1px solid #959595;
  height: 52px;
  color: #333;
  font-size: 20px;
  font-weight: 600;
}
#aboutsell .containerbtn .singlecolunm .leftcontiner, 
#aboutsell .containerbtn .singlecolunm .rightcontiner{
  width: 100%;
}
input, button,
input[type=button], input[type=submit]{
  outline: none;
}
.property_address .label{
  text-align: left;
  color: #333;
  font-size: 20px;
  display: block;
  font-weight: 600;
}
.property_address .label span{
  color: #FF0000;
  position: relative;
  top: -1px;
}

.msgerror.err_message{
}
.addressfieldinner{
  position: relative;
  display: block;
  width: 100%;
}
.addressfieldinner .field{
  display: block;
  width: 100%;
}
#aboutsell.thankusection{
  margin: 0;
  min-height: 350px;
  height: calc(100vh - 85px - 85px);
  overflow-x: auto;
  padding-bottom: 0;
}
.thankusection .container{
  height: 100%;
}
.thankusection .formsection{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#aboutsell.thankusection .thankyou h2{

}
#aboutsell.thankusection .thankyou h2 span{
  margin-top: 15px;
}
.finalcheckbox{
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.finalcheckbox input{
  margin-right: 10px;
  margin-top: 0px;
}
.finalcheckbox label{
  font-size: 16px;
  line-height: 26px;  
  letter-spacing: 0.09px; 
  font-weight: normal;
  color: #333; 
  margin-bottom: 0px;
}

/*.finalcheckbox{
  margin-top: 35px;
  display: flex;
  justify-content: center;
}*/
.finalcheckbox label{
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  max-width: 470px;
  margin: 0 auto;
}
/*CheckBox css*/
/* The container */
.finalcheckbox .containerlabel {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 16px;
  line-height: 26px;  
  color: #333333;
  text-align: left;
  line-height: 26px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.finalcheckbox .containerlabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  line-height: 26px;
}

/* Create a custom checkbox */
.finalcheckbox .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.finalcheckbox .containerlabel:hover input ~ .checkmark {
  background-color: #fff;
  border: 1px solid #ccc;
}

/* When the checkbox is checked, add a blue background */
.finalcheckbox .containerlabel input:checked ~ .checkmark {
  background-color: #006ADC;
  border: 1px solid #006ADC;
}

/* Create the checkmark/indicator (hidden when not checked) */
.finalcheckbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.finalcheckbox .containerlabel input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.finalcheckbox .containerlabel .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*CheckBox css*/


.partnersModal{}
.modal-open .partnersModal.modal {
  overflow-x: hidden;
  overflow-y: hidden;
  background: rgba(0,0,0,0.1);
}
.partnersModal .modal-dialog{
  width: 100%;
  max-width: 660px;
  position: relative;
  top: 30%;
  margin: 0 auto;
  padding: 0 10px;
  transform: translateY(-30%);
}
.partnersModal.ConsentModal .modal-dialog{
  max-width: 540px;
}
.partnersModal.ConsentModal .modal-dialog .modal-content .modal-header{
  padding: 25px 25px 0 25px;
}
.partnersModal.ConsentModal .modal-dialog .modal-content .modal-header h4{
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.partnersModal.ConsentModal .modal-dialog .modal-content .modal-footer{
  border:none;
  padding-top: 0px;
  padding-bottom: 35px;
  padding-left:25px;
  padding-right: 25px;
  text-align: right;
}
.partnersModal.ConsentModal .modal-dialog .modal-content .btn-default{
  background: #3c9dce;
  color: #fff;
  border: 1px solid #3c9dce;
}

.partnersModal .modal-dialog .modal-content{
  box-shadow: 0px 4px 15px 0px #213D7C1F;
  border:none;
  border-radius: 6px;
}
.partnersModal .modal-dialog .modal-content .modal-header{
  border: none;
  padding: 35px 35px 0 35px;
  position: relative;
}
.partnersModal .modal-dialog .modal-content .modal-header .close{
  font-weight: normal;
  color: #333333;
  opacity: 1;
  font-size: 30px;
  position: absolute;
  right: 16px;
  top: 15px;
}
.partnersModal .modal-dialog .modal-content .modal-header h4{
  font-size: 16px;
  line-height: 100%;
  color: #333333;
  font-weight: 700;
}

.partnersModal .modal-dialog .modal-content .modal-body{
  padding: 20px 35px 35px 35px;
}
.partnersModal.ConsentModal .modal-dialog .modal-content .modal-body{
  padding: 20px 25px 10px 25px; 
}
.partnersModal.ConsentModal .modal-dialog .modal-content .modal-body p{
  color: #70808f;
}
.partnersModal .modal-dialog .modal-content .modal-body p{
  margin: 0px;
  line-height: 125%;
  font-size: 14px;
  color: #333333;
}
#aboutsell .containerbtn h1{
  display: block;
  text-align: center;
  font-size: 50px;
  color: #333333;
  padding: 20px 0;
  font-weight: 600;
}
.aboutsection{
  padding: 30px 0;
}
.aboutsection p,
.aboutsection ul li{
  font-size: 16px;
  margin-bottom: 20px;
  color: #333;
  line-height: 125%;
}
.aboutsection ul{
  padding-left: 20px;
  list-style-type: disc;
}
.aboutsection ul li{
  list-style: disc outside none;
  display: list-item;
  margin-left: 1em;
}
.aboutsection p a{
  color: #006ADC;
}
.pac-item-query, .pac-matched, .pac-item span {
  font-size: 20px;
}
.bgwhite{
  background: #fff;
}
.bgwhite .container-wrap{
  background: #fff;
  padding: 0px 0 50px 0;
}
@media screen and ( max-width: 1440px ){
  #bsellform .bsellcontaner{
      padding: 70px 85px;
  }
}
@media screen and (max-width:1300px){
    .modal-form-outer{
        background-position: bottom right 11%;
        background-size: 350px;
    }
    #aboutsell .contanertext {
        width: 56%;
        margin: 0px auto;
    }    
}
@media screen and (max-width:1200px){
    /*#aboutsell .contanertext h2 br{
        display: none;
    }*/
    header .logo h3{
        line-height: 50px;
    }
    header .logo h3 a { color:#fff; font-size:45px;}
    header .logo h3{ color:#fff; font-size:45px;}
    #aboutsell .contanertext  h2 {font-size:45px;}

}

@media screen and (max-width:1024px){
    header .logo h3 a { color:#fff; font-size:40px;}
    header .logo h3{ color:#fff; font-size:40px;}
    #aboutsell .contanertext  h2 {font-size:40px;}
    #bsellform .bsellcontaner{
      padding: 55px 45px;
    }
}

@media screen and (max-width:980px){
#aboutsell .contanertext { width:80%;}	
	.modal-form-outer{background-size:290px;}
  .modal-form-block
    {
      margin-left: 20px;
      padding-bottom: 60px;
    }
  .modal-form-block h2{font-size:25px;} 
      #aboutsell .containerbtn {
        width: 75%;
        margin: 0px auto;
    }
    header .logo h3 a { color:#fff; font-size:35px;}
    header .logo h3{ color:#fff; font-size:35px;}
    #aboutsell .contanertext  h2 {font-size:45px;}
    
}


@media screen and (max-width:768px){
#bsellform .bsellcontaner { width:100%;}
.container { width:80%; margin:0px auto;}
footer ul li { font-size:25px; padding:0px 10px;}
.bsellerform { min-height:inherit;}
.bsellerform { background-size:100% 100%;}
.bsellerform .inputfile input[type="text"] { padding:5px 0;}
#bsellform .bsellerform .inputfile button { font-size:20px;}
#aboutsell .container .formsection .formheading h2 { font-size:24px;}
/*.forspace { display:none;}*/
#aboutsell .container .formsection .leftcontiner, #aboutsell .container .formsection .rightcontiner { width:80%; float:none; margin:20px auto; padding:0px;}
}
@media screen and (max-width:767px){
    .CTCODE span{top: 10px;}
    #aboutsell .container .formsection .rightcontiner .inputfile input[type="text"]{
        padding: 0;
    }
    #aboutsell { margin:5% 0; height: calc(110vh - 85px - 85px); overflow-y: auto; -webkit-overflow-scrolling: touch; padding:10px 0 0px 0;}
    footer{
        position: fixed; bottom: 0; left: 0; width: 100%; right: 0px;
    }
    #aboutsell {min-height: inherit;}
    #aboutsell.stepSection {min-height: inherit; display: block;
    align-items: center;}

    header .logo h3 {
      color: #fff;
      font-size: 26px;
      text-align: center;
      font-weight: bold;
      padding-top: 4px;
    }
    header {
      padding: 10px 0;
      text-align: left;
      min-height: 70px;
      overflow: hidden;
    }
    .menuicon p {
        margin: 6px 0;
    }
    header .logo h3 {
        line-height: normal;
    }
    header .menuicon{
        padding: 9px 10px;
    }
    .modal-body.start {
        padding: 0px 15px 40px 0px;
    }
    .modal-form-block {
        margin-left: 0%;
        margin-top: 11%;
        padding-bottom: 50px;
        max-width: 100%;
    }
    .modal-form-outer{
        background-image: none;
    }
    header .logo h3 a { color:#fff; font-size:32px;}
    header .logo h3{ color:#fff; font-size:28px;}
    #bsellform .bsellcontaner{
      padding: 35px 15px;
    }
    #bsellform{margin-top: 0;}
    .fgttop h1{
      font-size: 48px;line-height: 125%;
    }
    .homepgae .container-wrap{padding-bottom: 20px;}
    .fgttop h1 br{display: none;}
    #bsellform .bsellcontaner .fgttop h2{
      font-size:20px;
      line-height: 26px;color: #64748B;
    }
    #bsellform .bsellcontaner .fgttop p br{display: none;}
    .fgtform{
      margin-top: 30px;
      padding: 35px 15px;
    }
    #bsellform .bsellcontaner .fgtform .inputfile input{
      padding: 0 0 0 48px !important;
    }
    #bsellform .bsellcontaner .fgtform .inputfile img {
      position: absolute;
      left: 15px;
      top: 31px;
    }
    /*#bsellform .bsellcontaner .fgtform .inputfile img{
      left: 12px;
      top: 16px;
    }*/
    #bsellform .bsellcontaner .fgtform .inputfilebutton .btn {
      font-size: 16px;
      line-height: 20px
    }
    #aboutsell .contanertext {
        width: 100%;
        padding: 0 15px;
    }
    #aboutsell .containerbtn h2{
      margin-bottom: 0px;
    }
    #aboutsell .contanertext h2 , #aboutsell .containerbtn h2 { font-size:32px; text-align:center;}
    .clickbtntwo {
      margin: 0 0 10px 0;
    }
    .singlecolunm {
      max-width: 100%;
      margin: 0 auto;
    }
    .clickbtntwo input[type=radio] + label, .clickbtntwo input[type=checkbox] + label{
      font-size: 24px;
    }
    .clickbtn input[type=radio] + label, .clickbtn input[type=checkbox] + label{
      font-size: 24px; 
    }
    #aboutsell .property_address .inputfile input[type="button"]{
      font-size: 24px;
    }
    header .container {
      width: 100%;
      padding: 0 15px;
    }
    #price_next{
      font-style: 24px;
    }
    header .logo h3 a img{
      width: 100px;
    }
    .citystater{
      margin-bottom: 0px;
    }
    .statezipgroupp{
      display: flex;
      margin-left: -10px;
      margin-right: -10px;
    }
    .statezipgroupp .ca{
      padding: 0 10px;
      margin-top: 0px;
    }
    .statezipgroupp .citycode{
      padding: 0 10px; 
      margin-top: 0px;
    }
} 
/*@media screen and (max-width:767px){
#aboutsell {
    margin: 5% 0;
    height: calc(90vh - 85px - 85px);
    overflow-x: auto;
}
}*/
@media screen and (max-width:640px){
  #aboutsell .contanertext h2 , #aboutsell .containerbtn h2 { font-size:32px; text-align:center;}
  .container { width:100%;}	
  #bsellform .bsellcontaner .inputfile button { padding:7px 5px;}	
  #bsellform .bsellerform .thankstext h3 { font-size:25px;}
  #aboutsell .containerbtn { width:90%;}	
  /*nav ul.menu li { text-align:center;}*/
  header { padding:10px 0;}
  #bsellform .bsellcontaner { margin:-15% 0 5% 0;}	
  header .logo h3 a {

      color: #fff;
      font-size: 32px;
      text-align: center;
      font-weight: bold;
  }
  header{
      min-height: 40px;
      padding: 20px 0;
  }
  .menuicon p{ margin: 0px 0; }
  header .logo h3 a { color:#fff; font-size:32px;}
    header .logo h3{ color:#fff; font-size:36px;}
    #aboutsell .contanertext  h2 {font-size:32px;}
    .fgtlisting ul li{
      display: block;
      text-align: center;
      font-size: 14px;
      line-height: 125%;
      max-width: 90px;
      margin: 0 auto;
    }
    .fgtlisting ul li img{
      display: block;
      width: 16px;
      height: auto;
      margin: 0 auto 10px;
    }
    .container-wrap{
      min-height: inherit;
    }
    footer{
        padding: 10px 0;
    }
    .fgtform {
      padding: 0;
    }
    .fgtlisting {
      margin-top: 22px;
    }
    .homepgae .container-wrap {
      padding-bottom: 5px;
      height: 100%;
    }
    .homepgae #bsellform{
      height: 100%;
      padding-bottom: 0px;
    }
    .homepgae #bsellform .container{
      display: flex;
      height: 100%;
      align-items: center;
      justify-content: center;
    }
}


@media screen and (max-width:480px) {
/*  #bsellform .bsellcontaner .inputfile input[type="text"] { padding:13px 5px; font-size:15px;}*/
  #bsellform .bsellcontaner .inputfile { margin:17px auto;}
  footer ul li {font-size:15px; padding:0 8px;}
  .bsellerform .inputfile input[type="text"] , .bsellerform .inputfile select { padding:3px 0;}
  .bsellerform .inputfile { margin:5px auto;}#bsellform .bsellerform .inputfile button { font-size:15px;}	
  #aboutsell .contanertext .btn { float:none;}
  #aboutsell .contanertext .leftcontiner , #aboutsell .contanertext .rightcontiner
  ,#aboutsell .containerbtn .leftcontiner ,
  #aboutsell .containerbtn .rightcontiner { width:100%;}
  /*#aboutsell h2 { font-size:20px;}*/
  /*header .logo h3 a { font-size:28px;}*/
  /*#bsellform .bsellcontaner h2 { font-size:30px;}*/

  header .logo h3{
    width: 100%;
    text-align: center;
  }
    #aboutsell .contanertext.property_address{
        margin: 50px auto;
    }
}

@media screen and (max-width:470px){
  header { padding:10px 0; text-align:left;}
  /*header .logo { margin-left:15px;}*/
  /*#bsellform .bsellcontaner h2 { font-size:22px;}*/
    /*header .logo h3 a {
      font-size: 18px;
      top: 0px;
      position: relative;
  }*/
  header {
    padding: 20px 0;
    text-align: left;
    /*min-height: 40px;*/
    }  

}
@media screen and (max-width:435px){
  .fgttop h1{font-size: 42px;}
}
@media screen and (max-width:375px){
  header .logo { margin-left:0px;}
  /*header .logo h3 a {
      font-size: 22px;
  }*/
    /*header .logo h3 a { color:#fff; font-size:24px;}*/
    header .logo h3{ color:#fff; font-size:24px;}
    #aboutsell .contanertext  h2 {font-size:24px;}

}
@media screen and (max-width:360px) {
  #bsellform .bsellcontaner .inputfile { margin:6px auto;}
}

    


.sidebar.is-visible {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: block !important;
}
nav.sidebar{
    background: #313131;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 240px;
    padding: 15px 30px 30px 30px;
    overflow-y: auto;
    z-index: 1002;
    -webkit-transition: transform 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
div.overlay-screen {
    background: rgba(255, 255, 255, 0.2);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}
div.overlay-screen.is-visible {
    opacity: 0.95;
    visibility: visible;
    display: block;
}
nav.sidebar a.btn-close {
    display: block;
    position: absolute;
    right: 7px;
    top: 7.3px;
    color: #fff;
    font-size: 38px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}




input[type="text"], input[type="phone"], input[type="search"], input[type="email"] {
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #ddd;
    color: #4a4a4a;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 47px;
    margin-bottom: 15px;
    padding: 0 15px;
    width: 100%;
}

#new_exist_popup .modal-lg{
    width: 100%;
    height: 100%;
}
#new_exist_popup .modal-content{
    height: 100%;
}
#new_exist_popup .modal-content
  {
   /* background-color:#fff;*/
    background:url(../images/popup-bg.jpg);
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:cover;
  }
/*.modal-form-outer
  {
    background:url(../images/exit-popup.png);
    background-repeat:no-repeat;
    background-position:bottom right;
    background-size:400px;
  }*/
  .modal-form-outer{
    background:url(../images/exit-popup.png);
    background-repeat:no-repeat;
    background-position: bottom right 17%;
    /*background-size: 350px;*/
    background-size: 500px;
    height: 100%;
  }
.modal-form-block{
    /*margin-left:50px;
    margin-top:60px;
    padding-bottom:100px;
    max-width:50%;*/
    margin-left: 8%;
    margin-top: 11%;
    padding-bottom: 100px;
    max-width: 50%;
  }
.modal-form-block h2{
    font-weight: 700;
    font-size: 46px;
    margin: 5px 5px 20px 5px;
    text-align: center;
    color: #333;
    }
.modal-form-block .exit-form-outer{
  width: 400px;
  margin: 0 auto;
}
.modal-form-block h3{margin-bottom:15px;}
.modal-form-block input[type="text"]
  {
    background:#f6f7f9;
    border:none;
    margin-bottom:0;
    width:100%;
    border-radius: 0px;
    font-size: 16px;
    height: 47px;
  }
.modal-form-block .modal-free{width:100%;}
.modal-form-block .btn-free{
    background:#e17739;
    color:#fff;
    display:block;
    padding-top: 12px;
  }
.modal-header {
    padding: 10px 15px;
    border-bottom: 0px solid #e5e5e5;
}
.modal-body.start {
    padding: 0px 15px 40px 15px;
}
.start_modal {
    text-align: center;
}
.start_modal h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: 'Merriweather', serif;
    letter-spacing: 0.2px;
    word-spacing: -3px;
}
.start_modal h3 b{
    font-weight: 700;
}
.start_modal form {
    width: 355px;
    margin: 0 auto 10px;
}
.start_modal form .form-group {
    margin-bottom: 0px;
}
.start_modal form .form-group input[type="text"] {
    text-align: center;
    font-weight: normal;
    height: 55px;
    font-size: 20px;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #ddd;
    color: #4a4a4a;
    width: 100%;
    font-family: 'Lato', sans-serif;
}
.start_modal .modal_btn.modal-free {
    width: 355px;
    margin: 0 auto;
}
.start_modal .modal_btn .btn-free {
    background-color: #0a960d;
    border: none;
    border-radius: 5px;
    color: #fff;
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 45px;
    padding: 5px 0;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
    margin-left: 0;
    height: 55px;
    font-family: 'Lato', sans-serif;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
    background: rgba(0,0,0,0.8);
}
.modal-header .close {
    color:#000;
    font-size:32px;
    opacity:1;
}

.NewTrms{font-size: 12px;color: #333;margin-top: 10px;margin-bottom: 50px;line-height: 16px;}
.NewTrms a{color: #3388cc}
@media only screen and (max-width: 640px) {
.NewTrms{font-size: 12px;color: #333;margin-top: 20px;margin-bottom: 50px;line-height: 16px;}
}
@media only screen and (max-width: 479px) {
    .start_modal .modal_btn.modal-free {
        width: 100%;
        margin: 0 auto;
    }
    .start_modal form {
        width: 100%;
        margin: 0 auto 10px;
    }
    .start_modal h3 {
        color: #fff;
        font-size: 24px;
        margin-bottom: 17px;
    }
    #aboutsell { margin:5% 0; height: calc(100vh - 85px - 85px); overflow-y: auto; -webkit-overflow-scrolling: touch; padding:10px 0 0px 0;}
}



















