:root{
	--primary: #c7e764;
}
.container {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
}
.container {
    width: 1220px;
}
fieldset {
    border: 0;
}
body {
    font-family: "Encode Sans";
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
/*form styles*/
.step_form {

  text-align: center;
  position: relative;
}
.step_form fieldset {    width: 100%;
    top: 0;
	 display: none;
    left: 0;
	opacity:1!important;
    padding:70px 60px 0;
}
/*Hide all except first fieldset*/
/* .step_form fieldset:not(:first-of-type) {
  display: none;
  
} */
/*inputs*/
fieldset.first_step{display:block; }


/*headings*/
.fs-title {
      margin-bottom: 20px;
    color: #1E2137;
    text-align: center;
    font-family: "Encode Sans";
    font-size: 29px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.fs-subtitle {
  
    color: #7C809A;
    font-size: 16px;
    font-weight: 400;

}
/*progressbar*/
#progressbar {
    margin: 30px 0;
    border-radius: 36px;
    position: relative;

}
ul#progressbar:before {
    background: #fff;
    width: 100%;
    height: 9px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
	    border-radius: 25px;
}
#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width:152.2222px;
  float: left;
  position: relative;
}
.third_screenbar li {
    width: 203.222px!important;
}
.third_screenbar li.active:nth-child(6):before {
    border-radius: 0 10px 10px 0!important;
}
#progressbar li:before {
 
   content:"";
    display: block;
    font-size: 10px;
    color: #333;
    background: #F4EDDF;
    height: 9px;

}
#progressbar li.active:first-child:before {
    border-radius: 10px 0 0 10px;
}
#progressbar li.active:last-child:before {
    border-radius: 0 10px 10px 0;
}

/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #F4EDDF;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
  /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: var( --primary);
  color: white;
      position: relative;
    z-index: 9;
}
.help-block {
  font-size: 0.8em;
  color: #7c7c7c;
  text-align: left;
  margin-bottom: 0.5em;
}
/* .inner_footer{padding-top:1200px;}
 */


.form_cntr {
    display: flex;
	justify-content: center;
	padding-top:40px;
}

.form_box label {
    display: block;
}

.form_box {
    text-align: center;
    margin: 0 12px;
    width: 33.33%;
    border-radius: 14px;
    border: 1px solid #172a30;
    padding: 28px 20px 23px;
    position: relative;

}
.form_box input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    appearance: none;
	cursor:pointer;
}

.selectlist_box input[type="checkbox"]{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    appearance: none;
    cursor: pointer;
    z-index: 9;
}
.form_box input[type="radio"]:checked+.selected_box{
    border: 3px solid #172a30;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 14px;
}

.selectlist_box input[type="checkbox"]:checked+.selected_box {
    background: var( --primary);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}
.selectlist_box input[type="checkbox"]:checked+.selected_box+label{color: #fff; position: relative;}
 .note_box {
    border-radius: 11px;
    background: #f1f3e3;
    display: inline-block;
    padding: 30px 118px 25px;
    margin-top: 40px;
    text-align: left;


}
.i_text {
    display: block;
    color: #172a30;
    font-size: 16px;
    font-weight: 500;
}
.action-button.global_button {
    border-radius: 10px;
    padding: 14.3px 45px;
    font-size: 18px;
    text-transform: capitalize;
    font-family: "Encode Sans";
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.2;
    background-color: #ce8b0a;
/*     border: 1px solid #ce8b0a; */
    min-width: 150px;
	margin: 32px 0;
}
.action-button.global_button:hover,
.action-button.global_button:focus{
    background: #ce8b0a;
/*     color: #ce8b0a; */
}
.form_box label {
    color: #1E2137;
    font-size: 16px;
    font-weight: 600;
    margin:12px 0 2px;
}
.form_box span {
    color: #1E2137;
    font-size: 12px;
    font-weight: 400;
}

.note_box h5 {
    color: #172a30;
     font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;

}
.note_box ul {
    padding-left: 15px;
}


.note_box li {
    color: #172a30;
    font-size: 12.5px;
    font-weight: 500;
    margin-bottom: 8px;
    position: relative;
    padding-left: 30px;
}
.note_box li img {
    margin-top: 5px;
}
.step_form_cntr {
    padding:0 100px 60px;
}

.note_box li img {
    position: absolute;
    top: 0px;

}
.note_box img.rates_icon {
    top: -2px;
    left: -1px;
}
.offer_icon {
    position: relative;
    left: 2px;
}
.dashboard_icon {
    position: relative;
    left: 3px;
}
.form_cntr.second_form {
    flex-wrap: wrap;
    justify-content: center;
}
.form_cntr.second_form {
    flex-wrap: wrap;
    justify-content: center;
    padding:40px 60px 0;
}
.form_cntr.second_form .form_box {
    margin-bottom: 35px;
}
span.month_text {
    display: block;
    color: #172a30;
    padding-top: 2px;
}
.third_step_form input {
    border-radius: 14px;
    border: 1px solid #A3A3A3;
    width: 395px;
    height: 58px;
}
.third_step_form.contact_form select {
    border-radius: 14px;
    border: 1px solid #A3A3A3;
    height: 58px!important;
}


.form_box:hover {
    border: 1px solid #172a30;
}

.third_step_form.contact_form input{width:100%;}
.third_step_form.contact_form input[type="checkbox"]{width:inherit; height: 15px; border-radius: 2px;}

.form_box.marital_box {
    padding: 15px 20px;
    width: 46%;
}

.form_box.marital_box label {
    margin: 0;
    color: #172a30;
}
input.previous.action-button {
    color: #172a30;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    background: none;
    border: none;
    padding: 8px 53px;
	cursor:pointer;
}
input:focus{outline:none; box-shadow:none;}

.select_checklist p {
    margin: 0;
    padding-left: 17px;
    color: #9D9FAA;
    font-size: 14.5px;
    font-weight: 400;
    text-align: left;
}


.select_checklist {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.selectlist_box input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    appearance: none;
    cursor: pointer;
}
.selectlist_box {
    position: relative;
}
.selectlist_box label {
    margin: 0;
    color: var( --primary);
    font-size: 13px;
    font-weight: 400;
}
.radio_box {
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid var( --primary);
}
.selectlist_box {
    padding: 6px 10px;
    border-right: 1px solid var( --primary);
    width: 40px;
}


.textarea_form_cntr textarea {
    height: 188px;
    border-radius: 14px;
    padding: 15px;
    color: #9D9FAA;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.textarea_form_cntr {
    padding:40px 60px 0;
}
.form-group label {
    text-align: left;
    display: inherit;
    color: #60626D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.form_box.looking_box {
    padding: 34px 20px 39px;
    min-height: 147px;
}
.third_step_form.contact_form {
    padding: 0 60px;
}


label#skb-res {
    display: block;
    text-align: left;
    margin: 0;
    line-height: 41px;
}
p.percentage_txt {
    margin: 0;
    display: flex;
    align-items: center;
	color: #172a30;
    font-size: 35px;
    font-weight: 600;
	line-height: 41px;

}
span.price_txt {
    color: #9D9FAA;
    font-size: 16px;
    font-weight: 400;
    position: relative;
/*     left: -5px; */
}
.percentage_box {
    padding-top: 30px;
	text-align: left;
	    margin-bottom: 20px;
}

.selectlist_cntr {
    padding: 40px 5px 40px 60px;
}


.sub_inner_title{    margin: 12px 0;
    font-size: 25px;
    line-height: normal;
    }
.selectlist_box.yes_checklist {
    border: none;
}
.form_cntr.assets_cntr {
    display: inherit;
    padding: 10px 0 0;
}

h4.fs-title.small_txt.sub_inner_title {
    text-align: left;
    text-align: left;
    margin: 0 0 0 76px;
    position: relative;
    top: 18px;
}

span.bottom_txt {
    text-align: left;
    display: inherit;
    color: #60626D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 5px;
}
.form-group {
    margin-bottom: 25px;
}
p.note_text {
    color: #878787;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-group.annual_checkbox {
    margin-bottom: 10px;
}

.form_box.home_box {
    min-height: 160px;
    padding: 32px 20px 23px;
}
.form_box.home_box label {
    color: #172a30;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}
/* .step_form_cntr input {
    border-radius: 14px;
    border: 1px solid #A3A3A3;
    width: 395px;
    height: 58px;
} */
/* .third_step_form .row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
} */
.step_form_cntr input:not(.action-button) {
    border-radius: 14px;
    border: 1px solid #A3A3A3;
	max-width: unset;
	width: 100%;
	    font-size: 16px;
}
.third_step_form.contact_form {
    width: 100%;
	font-size: 16px;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
form input[type=number] {
    max-width: unset;
}
@media (min-width: 768px) {
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
	    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media screen and (max-width: 1024px) {
	.step_form_cntr {
		padding: 0 0px 0px;
	}
}

@media screen and (max-width: 767px) {
    #progressbar li{width: 44.44px;}
h2.fs-title{font-size:22px;}
.form_cntr.second_form {
    padding: 30px 15px 0;
}
.form_box.marital_box{width:100%;}
.getstarted_section .third_screenbar li {
    width: 59.44px!important;
}
.card_img.step_img_first img {
    height: auto;
}
	.step_form fieldset {
        padding: 30px 10px;
    }
	.step_form_cntr {
        padding: 0;
    }
	.third_step_form.contact_form {
    padding: 0 10px;
}
	.form_box{margin: 0 0 20px;width: 100%;padding: 30px 15px;}
.note_box{padding: 20px 30px;}
	fieldset#citizen_status .form_box.marital_box {
    padding: 15px 20px;
}
	    .form_box {
        margin: 0 0 20px;
        width: 100%;
        padding: 30px 15px;
    }
	    .form_cntr {
        display: inherit;
    }
	.container {
    max-width: 100%;
}
.action-button {
    height: unset !important;
    min-height: 48px !important;
    padding: 18.3px 45px;
}
	.action-button.global_button {
    margin: 20px 0;
}
	.form-control {
    border-radius: 8px !important;
    padding: 12px 20px !important;
    font-size: 15px;
}
	#progressbar {
    margin: 30px 11px;
}
	
}