 
body {
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
.main-form-wrap  form section:not(:first-child){
  display:none;
}
button.page-next.btn.btn-primary img {
  display: none;
}
input#property_value {
  margin-bottom: 0;
}
.btn-action-wrap {

  margin: 12px 0px 0px;
}
 
.contact-info small {
    line-height: 20px;
    display: inline-block;
    margin-top: 6px;
} 
.select-label {
    font-weight: 600;
    color: #757373 !important;
}

span#question1-error {
  display: block;
}
fieldset legend {
  margin-bottom: 15px;
}

span.checkmark-box {
  margin-bottom: 5px;
}

.form-box-wrapper {
  padding: 20px 50px;
}
section.banner-home {
  overflow: hidden;
}
.form-box-wrapper {
    min-height: 570px;
    display: flex;
    align-items: center;
    background: #FFF;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 13px 17px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #212529;
  border-radius: 0.25rem;
  height: 56px;
  border-radius: 5px 0px 0px 5px;
}

/**************Form**************/
.page-next{
  border-radius: 55px;
  padding: 20px 28px;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  min-width: 254px;
  border: 0;
}
.page-next {
    background: #58A65C;
    border: 0;
    border-radius: 10px;
    width: 100%;
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    padding: 22px 20px;
}
.page-next:hover, .page-next:focus, .page-next:active {
  background: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none !important;
  color: #ffffff;
}
fieldset legend span {
  color: #6DC32A;
}
 
.form-box {
  background: #FFF;
  padding: 0;
  position: relative;
  top: 0;
  max-width: inherit;
  margin: auto;
  border-radius: 0;
  box-shadow: none;
  /* overflow: hidden; */
  width: 100%;
}
select.form-select {
  padding: 10px;
  height: 56px;
  font-size: 16px;
  border: 2px solid #F0F5FC !important;
  margin-bottom: 20px;
  background-color: #F0F5FC;
  box-shadow: none !important;
  color: #787D82;
}
.form-box h1 {
  color: #293646;
  font-size: 18px;
  font-weight: 800;
}
span.checkmark-box {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  cursor: pointer;
  border-radius: 20px;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 24px;
  justify-content: center;
  background: #E7E7E7;
  font-weight: 700;
  color: #00395b;
  padding: 15px;
}
.three-col-wrap {
  /* display: flex; */
  /* justify-content: center; */
}

.three-col-wrap label.radio_box {
    width: 50%;
}
span.title-box {
  display: block;
  clear: both;
  color: #1C274C;
  font-size: 20px;
  font-weight: 700;
}
.btn-action-wrap button {
  min-width: 254px;
  padding: 21px 10px;
  /* margin: 0px 5px; */
}
button.page-prev.btn.btn-danger:focus {
  box-shadow: none !important;
  outline: 0;
  color: #758896 !important;
}
label.radio_box {
  margin: 0px 10px;
}
.form-check-input:checked {
  box-shadow: none;
  background-image: none !important;
  background: #239BA9;
}
.form-input.quote-step {display: flex;}

.title-col {margin-right: 10px;min-width: 90px;}

.name-col {margin-right: 0;}

.post-col {margin-right: 0;}

.btn-col .btn {font-weight: 700;}

.form-control, .form-control:focus {
  box-shadow: none !important;
  /* background: #F0F5FC; */
  border-color: #212529;
  /* color: #787D82; */
}
.main-form-wrap {
  max-width: 500px;
  margin: 0px auto;
  text-align: center;
}
.thanks-col .form-group h2 {
  font-size: 30px;
  font-weight: 700;
}

.thanks-col .form-group p {color: #293646;font-size: 20px;max-width: 532px;margin: 17px auto 17px;font-weight: 600;line-height: 28px;}

.form-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 24px;
}

.btn-action-wrap {
  display: block;
  align-items: center;
  justify-content: center;
}
button.page-prev.btn-back {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  color: #3e464c;
  font-weight: 700;
  text-decoration: none;
  margin-top: 9px;
  min-width: auto;
}

.btn-action-wrap {
  list-style: none;
  margin: 7px 0px 0px;
}

.btn-action-wrap li {
  margin: 0px 24px;
}

.progress-bar.active {
  animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s;
}
.progress .progress-value {
  display: block;
  padding: 3px 7px;
  font-size: 13px;
  color: #000;
  border-radius: 4px;
  background: transparent;
  border: 0;
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  margin: 0px auto;
  width: 100%;
}

.privacy-text, .privacy-text a {font-size: 13px;font-weight: 500;text-decoration: none;}

.privacy-text a {color: #343E48;}
.progress-bar-striped {
  background: #107884;
}
.progress {
  background-color: #F0F5FC;
  height: 8px;
  margin: 20px auto 12px;
  max-width: 500px;
}
 
.two-col span.checkmark-box {
  min-width: 180px;
  font-size: 20px;
}

.privacy-text {
  margin-top: 30px;
}
section.thanks-col .privacy-text {
  margin-top: 9px;
}

.post-col input.form-control {margin-bottom: 0;}

.form-input.input-group.post-col {max-width: 500px;margin: 0px auto 30px;}

.form-input.input-group.post-col .btn {border-radius: 0px 6px 6px 0px;}

.form-input.input-group.post-col .form-control {background: #F0F5FC;border-color: #F0F5FC;padding-left: 20px;box-shadow: none !important;border-radius: 6px 0px 0px 6px;height: 52px;}
 

section.form-section.thanks .form-box {
  text-align: center;
}

section.form-section.thanks .form-box p {
  font-size: 20px;
  font-weight: 600;
}

a.back-btn {
  color: #4e606f;
  text-decoration: underline;
  font-weight: 600;
  margin: 100px 0px;
  display: inherit;
}
.msg-icon {
  margin-bottom: 38px;
}
.page-prev  {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  color: #3e464c;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 0;
  margin-top: 23px;
}

span.errorTxt {
  color: #cc3300;
  font-size: 16px;
  display: block;
}

 
  .step-icon-box span.select-icon img {
    min-height: 40px !important;
    object-fit: contain;
    width: 100%;
    max-height: 40px !important;
}
 .select-box:before {
    z-index: 1 !important;
}     
 select.form-control {
 
    z-index: 1;
    position: relative;
}


@media (max-width:991px){

 .form-box-wrapper {
  padding: 20px 20px !important;
  display: block;
  min-height: auto;
  margin: 30px 0px;
}

.form-box {
  max-width: 100% !important;
  padding: 0;
}
.three-col-wrap label.radio_box {
  max-width: 87px;
  margin-left: 9px;
  margin-right: 9px;
} 
.btn-action-wrap {
  /* margin: 0; */
}	
header .navbar-brand {
  padding: 0;
}
 
.form-title {
  font-size: 20px;
  line-height: 20px;
}
header {
  padding-top: 0;
}
.btn-action-wrap .page-next {
  /* padding: 10px 10px; */
}
	
.form-input.form-input--people.mt-4 {
    margin-top: 1rem !important;
}	
.sub-text-form {
    font-size: 18px !important;
}	
	
}



@media (min-width:376px) and (max-width:767px){
  section.step1 label.radio_box {
      max-width: 100px;
      min-width: 100px;
  }
  
  section.step1 label.radio_box  span.checkmark-box {
      width: 100%;
  }
   
  section.step1 span.title-box {
      font-size: 16px;
  }    
  }
   
   

@media (max-width:375px){

section.step1 .three-col-wrap label.radio_box {
  max-width: 74px;
}    
span.title-box {
  font-size: 14px;
}
}

