* {
margin:0;
padding:0;

}
body {
    background-size: contain;
	background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}


ul  {
list-style:none;
margin:0;
padding:0;
}
a {
text-decoration:none;
outline-offset:0;
outline-style: none;
}


a:hover,a:focus,a:active{ transition: all 0.5s ease; text-decoration:none; outline-offset:none;}
.img-responsive{ display:inline;}

/* banner */

.disp-none{
	display:none;
}

.dn-opacity0{
	display:none;
	opacity:0;
}
.db-opacity1{
	display:block;
	opacity:1;
}
.banner {
  /* background-image: url(../../images/banner.jpg); */
    background-size: cover;
    background-position: center;
    padding: 18px 0 100px;
    text-align: center;
    color: #fff;
}
.banner h1 {
	padding: 35px 0 54px;
}
.banner span {
	font-weight: 300;
}
.banner .banner_content h1 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 25px;
	margin-top: 36px;
}
.banner .banner_content span {
	font-weight: 300;
}
.banner .loan_type {
	max-width: 800px;
	margin: 0 auto;
}
.property_type .zip_code {
	padding: 4px 0 10px;
}
.banner .loan_type .btn_sec{
	margin-top:40px;
}
.banner .loan_type .btn_sec a {
	background-color: #edf1f3;
	color: #0088ce;
	padding: 16px 15px;
	display: block;
	font-size: 16px;
	border-radius:4px;
}
.banner .loan_type .btn_sec a:hover {
	background-color: #0088ce;
	color: #fff;
	transition:.5s ease;
}
.banner .loan_type .purchase, .banner .loan_type .refinance {
	background-color: #fff;
	padding: 42px 14px 20px;
	border-radius: 7px;
	margin: 0 15px -83px 15px;
	-webkit-box-shadow: 2px 4px 34px -7px rgba(0,136,206,1);
    -moz-box-shadow: 2px 4px 34px -7px rgba(0,136,206,1);
    box-shadow: 2px 4px 34px -7px rgba(0,136,206,1);
}

/* sponsor */

.Tsponsor{
	text-align:center;
	padding:80px 0 0px;
}
.sponsor{
	text-align:center;
	padding:80px 0 50px;
}

.sponsor h4{
	color:#0088ce;
	font-weight:300;
	font-size:27px;
	margin:70px 0 20px;
}
.sponsor p{
	color:#949494;
	line-height:28px;
	font-size:16px;
}
.sponsor ul{
	list-style:none;
	margin:30px 0 0;
	padding:0;
}
.sponsor ul li , .Tsponsor ul li{
	display:inline-block;
	margin:0 15px;
}


/* fha */

.fha {
	text-align: center;
	background-color: #0088ce;
	padding: 86px 0 106px;
}
.fha h4{
	font-size:35px;
	color:#fff;
	font-weight:300;
}
.fha a{
	background-color:#28cd62;
	padding:15px 50px;
	color:#fff;
	border:1px solid #28cd62;
	border-radius:5px;
	font-size:18px;
}
.fha .btn_sec {
	margin-top: 40px;
}
.fha a:hover{
	background-color:#fff;
	color:#28cd62;
	border:1px solid #28cd62;
	transition:.5s ease;
}


/* copyright */


.Tcopyright{
	text-align:center;
	padding:20px 0;
}
.copyright{
	text-align:center;
	padding:40px 0;
}
.copyright h4 , .Tcopyright h4{
	font-size:16px;
	color:#0088ce;
	font-weight:300;
	margin:20px 0;
}
.copyright p , .Tcopyright p{
	font-size:15px;
	color:#adadad;
	margin-bottom:20px;
	
}
.copyright .modal-body , .Tcopyright .modal-body {
	text-align: left;
	padding: 0 64px;
	overflow-y: scroll;
	height: 448px;
	padding-top: 45px;
}
.copyright  .modal-body p , .Tcopyright  .modal-body p {
	color: #949494;
}


/* steps */
.radiobtn {
    opacity: 0;
}

.property_type ul{
	list-style:none;
	margin:0;
	padding:0;
}
.property_type{
	max-width:650px;
	margin:0 auto;
	background-color:#fff;
	border-radius:5px;
	padding:25px 40px 38px;
	-webkit-box-shadow: 2px 4px 34px -7px rgba(0,136,206,1);
    -moz-box-shadow: 2px 4px 34px -7px rgba(0,136,206,1);
    box-shadow: 2px 4px 34px -7px rgba(0,136,206,1);
	margin-top: 20px !important;
}
.property_select {
	padding-bottom: 56px;
}
.rate_type {
	padding-bottom: 56px;
}
.ft-group label {
    padding: 13px 12px;
    width: 100%;
    background: #99CAff;
    margin: 0;
    color: #000;
    font-size: 20px;
    border: 2px solid #248fc7;
    border-radius: 6px;
    cursor: pointer;
}
.property_type ul li a {
	
    background-color: #fff;
    margin-bottom: 12px;
    display: block;
    border-radius: 6px;
    font-size: 15px;
    border: 2px solid #248fc7;
    font-weight: bold;
    color: #484343;
}
.property_type ul li .ft-group {
    margin-bottom: 12px;
    display: block;
    border-radius: 6px;
    font-size: 15px;
    font-weight: bold;
    color: #484343;
}
}
.ft-group{
	text-align:center;
}
.ft-group label:hover {
    background: #118c11;
    color: #fff;
    border: 2px solid #118c11;
    transition: all 0.5s ease;
    color: #fff !important;
}
.property_type ul li,{
	color:#0088ce;
}
.property_type ul li a:hover, .property_type ul li .ft-group:hover {
	background-color: #0088ce;
	color: #fff;
	transition:.5s ease;
}
.copy_sec {
	padding-top: 94px;
}


.rate_type {
	display: none;
}
.rate_type li.excellent a{
	background-color:#00aa00;
	color:#fff;
}
.rate_type li.good a{
	background-color:#88d000;
	color:#fff;
}
.rate_type li.average a{
	background-color:#cfd111;
	color:#fff;
}
.rate_type li.fair a{
	background-color:#feb400;
	color:#fff;
}
.rate_type li.poor a{
	background-color:#ff1f00;
	color:#fff;
}
.zip_view{
	display:none;
}



.wzip_view  {
	margin-bottom: 90px;
}
.wzip_view .property_type {
	margin-bottom: 0;
	padding-bottom: 34px;
}
.zip_code , .wzip_code , .Personal_in4 , .RPersonal_in4,.loan_sec {
	margin: 0 auto;
	border-radius: 5px;
	padding: 54px 40px 36px;
}
.zip_code .step_btn a, .wzip_code .step_btn a, .Personal_in4 .step_btn a, .RPersonal_in4 .step_btn a, .wzip_view .step_btn a, .Personal_in4_view .step_btn a, .RPersonal_in4_view .step_btn a {
	background-color: #28cd62;
	color: #fff;
	display: block;
	padding: 13px 0;
	border-radius: 6px;
	font-size: 17px;
	font-weight: 500;
	border: 1px solid #28cd62;
}
.zip_code .step_btn a:hover, .wzip_code .step_btn a:hover, .Personal_in4 .step_btn a:hover, .RPersonal_in4 .step_btn a:hover, 
.wzip_view .step_btn a:hover, .Personal_in4_view .step_btn a:hover, .RPersonal_in4_view .step_btn a:hover {
	background-color: #fff;
	border: 1px solid #28cd62;
	transition:.5s ease;
	color:#28cd62;
}
.zip_code .form-control, .wzip_code .form-control, .Personal_in4 .form-control, .RPersonal_in4 .form-control, .wzip_view .form-control,.RPersonal_in4_view .form-control {
	height: 50px;
	border: 1px solid #e1e1e1;
	box-shadow: none;
	color: #b1b1b1;
	padding: 6px 27px;
	font-size: 16px;
}
.wzip_view {
	display: none;
}
.zip_code .step_btn , .wzip_code .step_btn , .Personal_in4  .step_btn , .RPersonal_in4  .step_btn, .wzip_view .step_btn {
	margin-top:20px;
}

/*-----------------------------------------------------------12/10/18---------------------------------------------------*/
.Own_view{
	display:none;
}


.rea_view .property_type {
	margin-bottom: 0;
}
.find_villa_view .property_type {
	margin-bottom: 0;
}
.find_villa_view  {
	margin-bottom: 90px;;
}
.find_villa_view {
	display: none;
}
.rea_view {
	margin-bottom: 90px;
}
.rea_view {
	display:none;
}
.Own_rent {
	margin-bottom: 90px;
}
.Own_rent ul li a , .rea ul li a , .find_villa ul li a,.similitary  ul li a,.loan_view_main ul li a{
	background-color:#edf1f3;
	padding:16px 0;
	margin-bottom:12px;
	display:block;
	font-weight:500;
	border-radius:6px;
	font-size:16px;
}
.Own_rent ul li , .rea ul li , .find_villa ul li , .similitary ul li{
	color:#0088ce;
}
.Own_rent ul li a:hover , .rea ul li a:hover , .find_villa ul li a:hover , .similitary ul li a:hover {
	background-color: #0088ce;
	color: #fff;
	transition:.5s ease;
}


.amount_view .form-control {
	height: 50px;
	border: 1px solid #e1e1e1;
	box-shadow: none;
}
.amount_view .step_btn a {
	background-color: #28cd62;
	color: #fff;
	display: block;
	padding: 14px 0;
	border-radius: 6px;
	font-size: 17px;
	font-weight: 500;
}
.amount_view .form-group {
	margin-bottom: 20px;
}
.amount_view {
	display: none;
}
.amount_view {
	margin-bottom: 90px;
}
.amount_view select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #7b7b7b;
	background: url(../images/blue_arrow.png) 22px center no-repeat;
	background-position: 96%;
	background-color: #fff;
	color: #9f9f9f;
}
.Select_amount > div {
	position: relative;
}
.down_pview {
	padding-bottom: 70px;
}
.Select_amount {
	max-width: 400px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 5px;
	padding: 54px 40px 36px;
	margin-bottom: 105px;
}
.Select_amount .form-control {
    height: 50px;
    border: 1px solid #e1e1e1;
	box-shadow: none;
	font-size: 16px;
	color: #c1c1c1;
	letter-spacing: 1px;
}
.Select_amount .step_btn a {
	background-color: #28cd62;
	color: #fff;
	display: block;
	padding: 14px 0;
	border-radius: 6px;
	font-size: 17px;
	font-weight: 500;
}
.Select_amount .step_btn{
	margin-top:20px;
}
.amount_angle {
	background: white;
	position: absolute;
	top: 0;
	padding: 9px 4% 9px 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	color: #0889cf;
	font-size: 21px;
	left: 91.5%;
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.loan_view_main {
	display: none;
}
.amount_angle:hover {
	cursor:pointer;
}
.down_pview{
	display:none;
}
.down_payment ul{
	list-style:none;
	margin:0;
	padding:0;
}
.down_payment{
	max-width:400px;
	margin:0 auto;
	background-color:#fff;
	border-radius:5px;
	padding:45px 40px;
	-webkit-box-shadow: 2px 4px 34px -7px rgba(0,136,206,1);
    -moz-box-shadow: 2px 4px 34px -7px rgba(0,136,206,1);
    box-shadow: 2px 4px 34px -7px rgba(0,136,206,1);
	margin-bottom:-83px;
}
.down_payment ul li a{
	background-color:#edf1f3;
	padding:16px 0;
	margin-bottom:12px;
	display:block;
	font-weight:500;
	border-radius:6px;
	font-size:16px;
}
.down_payment ul li{
	color:#0088ce;
}
.down_payment ul li a:hover {
	background-color: #0088ce;
	color: #fff;
	transition:.5s ease;
}

.moving_In {
	display: none;
}
.military_view {
	margin-bottom: 90px;
}
.military_view {
	display: none;
}
.military_view .property_type {
	margin-bottom: 0;
}
.Personal_in4 .checkbox label , .RPersonal_in4 .checkbox label {
	color: #999;
}
.moving_In {
	margin-bottom: 90px;
}
.Personal_in4_view {
	margin-bottom: 90px;
}
.text-left {
	color: #b1b1b1;
}
.text-left span {
	padding-left: 20px;
	min-height: 43px;
	display: block;
	padding: 0px 0 9px 16px;
}
.Personal_in4_view {
	display: none;
}
.Personal_in4_view select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #7b7b7b;
	background: url(../images/blue_arrow.png) 22px center no-repeat;
	background-position: 96%;
	background-color: #fff;
	color: #9f9f9f;
}
.Personal_in4_view .form-control {
    height: 50px;
    border: 1px solid #e1e1e1;
	box-shadow: none;
	font-size: 16px;
	color: #c1c1c1;
	letter-spacing: 1px;
}
.Pdetail_p{
	position: relative;
}
.Pdetail_p .form-control{
	color:#999;
}
.Pdetail_angle{
	background: white;
	position: absolute;
	padding: 9px 4% 9px 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	color: #0889cf;
	font-size: 21px;
	left: 91.5%;
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	top: 0;
}
.Pdetail_angle:hover {
		top: 0!important;
		padding: 13px 8px 12px 2px!important;
		font-size: 16px!important;
		left: 89.4%!important;
}






/* Refinance steps */
.Rproperty_select .property_type {
	margin-bottom: 0;
}
.Rproperty_select {
	margin-bottom: 90px;
}
.Rproperty_select {
	
}
.Rrate_type {
	margin-bottom: 94px;
}
.Rrate_type {
	display: none;
}
.Rzip_view {
	margin-bottom: 192px;
}
.Rrate_type .property_type {
	margin-bottom: 90px;;
}
.Rrate_type li.excellent a{
	background-color:#00aa00;
	color:#fff;
}
.Rrate_type li.good a{
	background-color:#88d000;
	color:#fff;
}
.Rrate_type li.average a{
	background-color:#cfd111;
	color:#fff;
}
.zip_view {
	margin-bottom: 90px;
}
.zip_view .zip_code {
    margin-bottom: 0;
    text-align: center;
}
.Rzip_view {
	margin-bottom: 90px;
}
.Rrate_type li.fair a{
	background-color:#feb400;
	color:#fff;
}
.Rrate_type li.poor a{
	background-color:#ff1f00;
	color:#fff;
}
.Rzip_view{
	display:none;
}
.Rloana_view{
	display:none;
}
.Restivhome_view{
	display:none;
}
.Rloana_view select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #7b7b7b;
	background: url(../images/blue_arrow.png) 22px center no-repeat;
	background-position: 96%;
	background-color: #fff;
	color: #9f9f9f;
}
.Restivhome_view select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #7b7b7b;
	background: url(../images/blue_arrow.png) 22px center no-repeat;
	background-position: 96%;
	background-color: #fff;
	color: #9f9f9f;
}
.RPersonal_in4_view select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #7b7b7b;
	background: url(../images/blue_arrow.png) 22px center no-repeat;
	background-position: 96%;
	background-color: #fff;
	color: #9f9f9f;
}
.Rmac_view{
	display:none;
}
.Rcir_view{
	display: none;
}
.RcLt_view{
	display: none;
	margin-bottom:90px;
}
.similitary .property_type {
	margin-bottom: 0;
}
.similitary  {
	margin-bottom: 90px;
}
.similitary {
	display: none;
}
.RcLt_view .property_type {
	margin-bottom: 0;
}
.similitary_view{
	display: none;
}
.RPersonal_in4_view{
	display: none;
}
.RPersonal_in4_view  .property_type{
	margin-bottom: 0;
}
.RPersonal_in4_view  {
	margin-bottom: 100px;
}
.copyright ul li {
	display: inline-block;
	margin: 0 15px;
}
.copyright .close {
	color: #fff;
	background: #0787D0 !important;
	opacity: 1;
	border-radius: 100%;
	padding: 3px 8px !important;
	position: absolute;
	right: -10px;
	z-index: 99;
	top: -13px;
}
/*   Thankyou  */

.thank_banner_content h1:nth-child(2n) {
	margin-bottom: 0;
}
.thank_banner_content h1:nth-child(2n+1) {
	margin: 40px 0 100px 0;
}
.banner.thank_banner h1 {
	padding: 0;
}
.thank_banner {
	padding-bottom: 30px;
}
.df {
	margin-bottom: 70px;
	padding: 80px;
}



input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  background-color: #fff;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  background-color: #fff;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 1px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}
#email-error {
	display: none;
}
.parsley-errors-list li:first-child {
	box-shadow: inset 0 0 0 transparent, 0 0 0.3125rem #d9534f;
	font-size: 10px;
	text-align:center;
	min-height: 1.75rem;
	padding: 0.3125rem;
	box-sizing: border-box;
	color: #fefefe;
	font-weight: bold;
	background-color: #d9534f;
	margin-top: -0.0625rem;
	border: solid #c9302c 0.0625rem;
	border-radius: 0 0 0.1875rem 0.1875rem;
	-webkit-animation: bounce 0.65s;
	animation: bounce 0.65s;
	padding:2px 0;
}
.form-control.parsley-error {
	border: 1px solid #c9302c;
	box-shadow: 0 0 0.0625rem #d9534f, inset 0 0 0 624.9375rem #fefefe;
	border-radius: 4px 4px 0px 0px;
	border-bottom:none;
}


.back-btn {
    margin: 0px auto;
    border-radius: 5px;
    margin-top: 23px;
    position: relative;
    text-align: center;
}
.main_btn ul li a {
    background: #0088ce;
    padding: 10px 24px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.next-btn a {
    font-size: 18px;
    color: #fff;
    background: #0888CF;
    padding: 12px 19px;
    border-radius: 5px;
}
.back-btn i,.next-btn i {
    color: #fff;
    font-size: 16px;
}
.back-btn span {
    margin-right: 10px;
}
.main_btn ul li {
    display: inline-block;
}
.main_btn ul li a {
    background: #0088ce;
    padding: 10px 24px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-right: 6px;
    border: 1px solid #0088ce;
}
.back-btn i, .next-btn i {
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}
.main_btn ul li a:hover i {
    color: #0088ce;
}
.main_btn ul {
    text-align: center;
}
.main_btn ul li a:hover {
    background: #fff;
    color: #0088ce;
}
.next-btn span {
    margin-left: 10px;
}
.back-btn a {
    font-size: 18px;
    color: #fff;
    background: #0888CF;
    padding: 12px 19px;
    border-radius: 5px;
}
.banner_content IMG {
    width: 300px;
}

.property_type.prop_1 {
    background: rgba(107,247,170,0.88);
}
.property_type.prop_2 {
    background: rgb(210, 231, 245) !important;
}
.property_type.prop_3 {
    background: rgb(251, 248, 149) !important;
}
.property_type.prop_4{
    background: rgb(255, 135, 167) !important;
}

.property_type.prop_2 {
    text-align: left;
}
.property_type .form-control {
    background-color: #fff;
    padding: 13px 11px;
    margin-bottom: 12px;
    display: block;
    font-weight: 500;
    border-radius: 6px;
    font-size: 15px;
    border: 1px solid #248fc7;
    font-weight: 400;
    color: #000;
	height: auto;
}
.question_sec {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    display: block;
    margin-bottom: 25px;
}

.property_type.prop_3 {
    text-align: left;
}
.property_type.prop_4 {
    text-align: left;
}
.property_type.prop_3 .form-check.form-check-inline {
    width: 32%;
    display: inline-block;
}
li.pval.property_type_.center_sec {
    width: 240px;
    margin: 0 auto;
}
ul.diseaese_sec li {
    width: 48%;
    display: inline-block;
    margin-right: 9px;
}
ul.diseaese_sec li a {
    text-align: center;
}
.center_sec a {
    text-align: center;
}
.prop_4 span.question_sec {
    color: #fff;
}
.border_sec {
    border: 2px solid #248fc7 !important;
}
.info_img {
    position: relative;
    bottom: 3px;
    left: 5px;
}
.property_select.valparent {
    border: 4px solid #248fc7;
    width: 65%;
    margin: 0 auto;
    margin-top: 25px;
    box-shadow: 2px 4px 26px -7px rgba(0,136,206,1);
    border-radius: 7px;
}
.report_sec {
    padding: 25px 0;
    margin-bottom: 29px;
    background-color: #c5e7f9;
    border: 2px solid green;
    color: #118c11;
    width: 89%;
    margin: auto;
    margin-top: 30px;
}
.report_sec p {
    margin: 0;
    font-size: 19px;
    padding: 0 40px;
	font-weight: 900;
}
.question_sec {
    font-size: 25px;
    font-weight: 600;
    color: #118c11;
    display: block;
    margin-bottom: 25px;
    text-align: center;
    padding: 0 19px;
}
.question_sec img {
    margin-left: 7px;
}
span.last_sec {
    color: #118c11;
    padding: 10px 0 30px;
    display: block;
    font-weight: 500;
    font-size: 19px;
}
.property_type.prop_7 {
    text-align: left;
    background: transparent;
    box-shadow: none;
	
}
.property_type.prop_7 label {
    text-align: center;
    padding: 13px 0;
	width: 100%;
	color: #000;
}
.center-sec {
    width: 240px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.property_type.prop_7 .form-check.form-check-inline {
    width: 32%;
    display: inline-block;
}
.white_sec {
    color: #fff;
}
.navbar-fixed-top {
    position: static;
    background: transparent;
    text-align: center;
}

.ft-group.active {
    background: #0c6fa3 !important;
    color: #fff !important;
}
.stepnosec {
    text-align: center;
    margin-top: 25px;
}
.circle {
    font-size: 15px;
    width: 30px;
    color: #000;
    background: #e1e1e1;
    position: relative;
    z-index: 999;
    border-radius: 100%;
    display: inline-block;
    font-weight: 700;
    vertical-align: bottom;
    width: 95px;
    height: 95px;
    padding-top: 24px;
}
.circle_cstm {
    padding-top: 34px;
}

.stepline {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -5px;
    height: 3px;
    background: #e1e1e1;
    width: 31px;
    position: relative;
    bottom: 36px;
}
.lineactivehalf {
    width: 50%;
    background: #24557F;
    height: 3px;
} 
.property_type.prop_7 {
    background: #f7f7f7 !important;
    position: relative;
}
.closeBtn {
    position: absolute;
    top: -24px;
    right: -14px !important;
    font-size: 40px;
    color: #ff7e7e;
}

.logo-header {
    text-align: center;
    width: 85%;
    margin: auto;
}

 .fmrp .btn-istset {
    float: none !important;
    width: 100% !important;
    min-height: 58px;
}
.btn-istset button {
    padding: 11px 28px;
    font-size: 14px;
    width: 86%;
    border-radius: 13px;
    border: 1px solid #248fc7;
    text-align: left;
    min-height: 47px;
}
.logo-header h6 {
    font-size: 17px;
}
.backgrounds_cc {
    border-radius: 8px;
    box-shadow: 0 1.5px 4px 2px rgba(0, 0, 0, 0.16);
    padding: 20px;
    font-size: 14px;
}
form.regular_partner_form label {
    font-weight: 500;
    margin-bottom: 16px;
}
#regular-partner .question_sec {
    font-size: 20px;
}
#regular-partner .ft-group label {
    font-size: 16px;
    text-align: center;
}
#regular-partner .logo-header h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}

#regular-partner .property_type .ft-group label:hover {
    background-color: #118c11;
    color: #fff;
    transition: .5s ease;
}
li.property_type_.center_sec {
    width: 240px;
    margin: 0 auto;
}
.property_type label.active {
    background: #096c09;
    border: 2px solid #096c09;
    color: #fff;
}

.property_type label {
    padding: 13px 12px;
    width: 100%;
    background: #99CAff;
    margin: 0;
    color: #000;
    font-size: 20px;
    border: 2px solid #248fc7;
    border-radius: 6px;
    cursor: pointer;
	text-align: center;
}
.message-error{
	font-weight: 500 !important;
    color: red;
    font-size: 17px;
}


.question_sec.black_sec {
    color: #484343;
}
.lineactivefull {
    width: 100%;
    background: #24557F;
    height: 3px;
}
.source_btn {
    margin-top: 30px;
}
.source_btn a {
    background: green;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    border-radius: 6px;
}
.property_type {
    position: relative;
}
.question_sec.blue_sec {
    color: #248fc7;
}
.source_img {
    position: absolute;
    right: 15px;
    top: 24px;
}
.pval .radiobtn {
    opacity: 0;
    position: absolute;
}

.modalconfirmation_1 {
    background: rgba(107,247,170,0.88);
    border-radius: 7px 6px 0px 1px;
}
.circle span {
    font-weight: bold;
}
.circle-active {
    background: #24557F;
    color: #fff;
	
}
.popup_di_sexual_disease .modal-header .close span {
    color: #fff;
    border-radius: 100%;
    display: block;
    height: 32px;
    width: 32px;
    background: #000;
    line-height: 30px;
}
.popup_di_sexual_disease .modal-header .close {
    opacity: 1;
    font-size: 27px;
    font-weight: bold;
    position: absolute;
    right: -12px;
    top: -12px;
}
.popup_di_sexual_disease .modal-title {
    font-weight: bold;
}
.popup_di_sexual_disease .modal-header {
    padding: 22px 21px;
    font-size: 30px;
}

.votre_btn {
    margin-top: 30px;
}
.votre_btn a {
    background: #2faed1;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    border-radius: 6px;
}
.dernier_btn {
    margin-top: 30px;
}
.dernier_btn a {
    background: #248fc7;
    padding: 10px 26px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 6px;
}
.date_cstm .form-control {
    border: 2px solid #248fc7;
    color: #000;
    font-size: 20px;
    background: #99CAff;
}
.date_cstm .form-control::placeholder {
    font-weight: bold;
	font-size: 20px;
	color: 000;
}
li.property_type_.center_sec.date_cstm .form-control::placeholder {
    color: #000;
}
.alert-infos {
    padding: 30px;
    text-align: center;
    line-height: 26px;
}
.in-one button {
    margin: auto;
    padding: 8px 25px;
    border-radius: 8px;
    border: none;
    margin: 0 52px;
    text-transform: uppercase;
}
.in-one {
    margin: 30px 0 10px;
    display: flex;
    justify-content: center;
}

.summaryquestions{
	color:#000;
}

.property_type.prop_7.summaryquestions {
    background: #fff !important;
    padding-top: 0;
}
.property_type.prop_7.summaryquestions h5 {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}
.edit-tags span {
    text-align: right;
}
.edit-tags p {
    color: #248fc7;
    font-weight: bold;
    font-size: 16px;
    padding-right: 22px;
}
.edit-tags img {
    position: relative;
    top: -32px;
    right: 5px;
    float: right;
}
.quiz-part b {
    width: 100%;
    float: left;
    font-weight: normal;
    background: #f7f7f7;
    padding: 13px 15px;
    border-radius: 5px;
    color: #248fc7;
    text-transform: capitalize;
    word-break: break-word;
    font-size: 16px;
	margin-bottom: 10px;
}
.form_cstm label {
    border: none;
    background: #fff;
    text-align: left !important;
    font-weight: 400;
    font-size: 15px;
    padding-bottom: 0 !important;
}
.radio label {
    border: none;
    background: #fff;
    text-align: left !important;
}
.jradio label {
    padding-bottom: 0 !important;
    padding-top: 3px !important;
    font-size: 15px;
}
.jradio {
    margin-left: 19px;
}
.summaryquestions hr {
    display: inline-block;
}


.sh_arrow i {
    color: #fff;
    background-color: #000;
    border-radius: 100%;
    display: block;
    cursor: pointer;
    font-size: 11px;
    height: 20px;
    width: 20px;
    line-height: 21px;
}
.sh_arrow {
    float: right;
}
.bg_green {
    background: #cdeb8b;
}
.brdr_green {
    border: 3px solid #82b366;
}
.occsn_btn {
    text-align: center;
    font-weight: bold;
    padding: 7px 10px;
    border-radius: 7px;
    font-size: 15px;
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.center_border_green {
    position: relative;
    padding: 4px 5px;
    margin: 0;
    text-align: center;
    color: #212529;
    line-height: 25px;
    font-size: 15px;
}
.center_border_green::before {
    content: "";
    position: absolute;
    height: 45px;
    top: -65px;
    background: #82b366;
    width: 4px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.partner_info_green::before {
    content: "";
    background: #82b366;
    height: 44px;
    width: 4px;
    position: absolute;
    left: 77px;
    top: -46px;
}
.partner_info_green::after {
    content: "";
    background: #82b366;
    height: 46px;
    width: 4px;
    position: absolute;
    right: 77px;
    top: -45px;
}
.m_bd_green {
    border: 4px solid #0028B8  !important;
}
.city_select {
    margin: 27px auto;
    width: 224px;
    margin-bottom: 8px;
}
.city_select select {
    background-color: #99CAff;
    color: #000;
    height: 39px;
    border-radius: 7px;
	 -webkit-appearance: none;
    -moz-appearance: none;
}
.partner_info {
    margin-top: 42px;
    position: relative;
    padding: 18px 5px;
    font-weight: bold;
    border-radius: 16px;
    background: #dae8fc;
	text-align: center;
}
#onSubmitPopup .modal-dialog {
    max-width: 800px;
}
.mdc-text {
    padding: 6px 6px;
    background-color: #99CAff;
    color: #000;
    font-size: 15px;
}
.ml-3.mr-3 {
    max-width: 92%;
    margin: 0 auto;
}
div#onSubmitPopup .close span {
    color: gray;
}
.onSubmitPopup h5 {
    font-weight: 500;
    font-size: 19px;
    color: #000;
    margin: 0;
}
div#onSubmitPopup .close {
    opacity: 1;
    position: absolute;
    right: 11px;
    top: 16px;
    font-size: 30px;
}
.font-weight-bold {
    font-weight: bold !important;
}
.mo_list {
    border: 3px solid #0028B8;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.first-box {
    padding: 8px 20px 10px;
    margin-bottom: 20px;
    background: #f4e8ff;
}
.brdr_light_blue {
    border: 3px solid #99CAff;
}
.first-box p {
    color: #3333ff;
    font-weight: bold;
    text-align: center;
	font-size: 19px;
}
.first-box li:first-child {
    padding-left: 31px;
    position: relative;
}
.first-box ul li:first-child::before {
    font-family: FontAwesome;
    top: -6px;
    left: 3px;
    content: "\f041";
    position: absolute;
    color: #0080f0;
    font-size: 23px;
}
.position_buttons {
    display: flex;
    justify-content: end;
    align-items: flex-end;
    margin-bottom: 9px;
}
.rdv_btn {
    text-align: center;
    float: right;
}
.rdv_btn a {
    background: #99CAff;
    border: 2px solid #36393d;
    color: #36393d;
    padding: 8px 10px;
    font-weight: bold;
    border-radius: 7px;
    display: block;
}
.first-box ul li span {
    margin-right: 16px;
    font-size: 20px;
}
.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}
.bk_main {
    border: 3px solid #0028B8;
}
.bank_main {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 0;
}
.office_info .table {
    background: #99CAFF;
    border: 1px solid #fff;
    color: #000;
}
.office_info .table th, .office_info .table td {
    padding: 0.65rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.office_info .table-bordered td {
    font-weight: 500;
}
.pt-3, .py-3 {
    padding-top: 1rem !important;
}
.bank_main .consult_btn {
    text-align: center;
}
.modal-body.bank_main .consult_btn a {
    padding: 15px 14px;
}
.bank_main .consult_btn a {
    background-color: #d5e8d4;
    color: #000;
    border: 1px solid #d0d3d8;
    border-radius: 5px;
    display: block;
    font-weight: 500;
}

.bank_main .tab_main {
    background-color: #d5e8d4;
    padding: 30px 15px 15px;
    border: 1px solid #9d9d9d;
    border-radius: 8px;
    border-top: 10px solid #99CAFF;
}
.bank_main .tab_cstm nav > div a.nav-item.nav-link.active {
    border: none;
    padding: 8px 25px;
    color: #000;
    background: #99CAFF;
    font-size: 18px;
    border-radius: 0;
}
.bank_main .tab_main .form-control {
    height: auto;
    padding: 7px 10px;
}
.bank_main .tab_main .form-control {
    color: #000;
    background-color: #99ccff;
    border: 2px solid #4f9bfe;
}
.bank_main .form-group.form_select select {
    width: 216px;
    margin: 0 auto;
    background: #008364 !important;
    border: 1px solid #008364 !important;
    color: #fff !important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.bank_main .tab_cstm nav > div a.nav-item.nav-link {
    border: none;
    padding: 8px 25px;
    color: #000;
    background: #fff;
    border-radius: 0;
    border: 1px solid #ccc;
    font-size: 18px;
    font-weight: bold;
}
.bank_main .nav-fill .fl50 {
    flex: 1 !important;
    font-size: 16px !important;
}
.bank_main .tab_cstm nav > div a.nav-item.nav-link.active {
    border: none;
    padding: 8px 25px;
    color: #000;
    background: #99CAFF;
    font-size: 18px;
    border-radius: 0;
}
.dt_timeslot h2 {
    font-size: 17px;
    font-weight: 600;
    background: #99CAff;
    color: #000;
    padding: 10px 0 15px 18px;
    border-radius: 4px 3px 0px 0px;
    margin-bottom: 35px;
}
.dt_timeslot {
    background: #d5e8d4;
    margin-bottom: 10px;
    padding-bottom: 35px;
    border-radius: 7px;
    border: 3px solid #99CAff;
}
.dt_timeslot .form-control {
    border: 1px solid #248fc7;
    color: #248fc7;
}
.bank_main .tab_main .form-control {
    color: #000;
    background-color: #99ccff;
    border: 2px solid #4f9bfe;
    font-weight: bold;
}
.bank_main .form-control::placeholder {
    color: #000;
    font-weight: bold;
}
.city_select .form-control:focus {
    background-color: #99CAFF;
    color: #000;
    border-color: #80bdff;
    box-shadow: none;
}
.fa-phone-square:before {
    color: #1da909;
}
.dt_timeslot select {
    background: #e9ecef;
}
.bank_main select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.textdanger {
    color: red;
}
.bg_yellow{
	background: yellow;
}
.bg_orange{
	background: #FF6666;
	color: #fff;
}
.bg_red {
    background: red;
    color: #fff;
}
.brdr_light_blue{
	 border: 3px solid #99CAff;	
}

.brdr_red{
	 border: 3px solid red;	
}

.brdr_black{
	 border: 3px solid black;	
}

.brdr_orange{
	 border: 3px solid #FF6666;	
}
.partner_info_black::before {
    content: "";
    background: black;
    height: 44px;
    width: 4px;
    position: absolute;
    left: 77px;
    top: -46px;
}
.partner_info_black::after {
    content: "";
    background: black;
    height: 46px;
    width: 4px;
    position: absolute;
    right: 77px;
    top: -46px;
}
.center_border_black::before {
    content: "";
    position: absolute;
    height: 42px;
    top: -45px;
    background: black;
    width: 4px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.partner_info_orange::before {
    content: "";
    background: #FF6666;
    height: 44px;
    width: 4px;
    position: absolute;
    left: 77px;
    top: -46px;
}
.partner_info_orange::after {
    content: "";
    background: #FF6666;
    height: 46px;
    width: 4px;
    position: absolute;
    right: 77px;
    top: -46px;
}
.center_border_orange::before {
    content: "";
    position: absolute;
    height: 42px;
    top: -45px;
    background: #FF6666;
    width: 4px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.consult_red {
    text-align: right;
}
.consult_red a {
    background: #ff3333;
    border: 2px solid #b20000;
    color: #fff;
    padding: 8px 10px;
    font-weight: bold;
    border-radius: 7px;
}
.partner_info_red::before {
    content: "";
    background: red;
    height: 44px;
    width: 4px;
    position: absolute;
    left: 77px;
    top: -46px;
}
.center_border_red::before {
    content: "";
    position: absolute;
    height: 42px;
    top: -63px;
    background: red;
    width: 4px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.partner_info_red::after {
    content: "";
    background: red;
    height: 46px;
    width: 4px;
    position: absolute;
    right: 77px;
    top: -46px;
}
.center_border_red {
    position: relative;
    padding: 20px 5px;
    color: #fff;
}
.title_modal.text-center.client__title {
    position: relative;
}
.edit-tags {
    position: absolute;
    right: 0;
    top: 0;
}
.summ_cstm {
    margin-bottom: 33px;
    font-size: 34px;
}
.modal-dialog {
    -webkit-transform: translateY(-50%) !important; 
    -o-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    top: 46% !important;
}
div#onSubmitPopup .modal-dialog {
    top: inherit !important;
    transform: inherit !important;
}
.red_brdr {
    border: 2px solid #ff3939;
}

#pevaluate .logo-header h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}

#pevaluate .question_sec {
    font-size: 20px;
}
#popup_modal_human .modal-body {
    height: 300px;
    overflow-y: auto;
}


@media only screen and (max-width: 1199px){
.property_select.valparent {
    width: 76%;
	background: #fff;
}	
	
}
@media only screen and (max-width: 991px){
.property_type ul li a, .property_type ul li .ft-group:hover {
    font-size: 15px;
}
ul.diseaese_sec li {
    margin-right: 4px;
}
.property_select.valparent {
    width: 80%;
}
.property_type {
    max-width: 90%;
}
.property_type ul li a {
    padding: 13px;
}	
}

@media only screen and (max-width: 767px){
.property_type {
    padding: 33px 12px 38px;
    
}
.banner_content IMG {
    width: 180px;
}
body {
    background-image: none !important;
}
.closeBtn {
    top: -23px;
    font-size: 33px;
    right: -14px !important;
}
.property_type label {
    font-size: 16px;
}
.question_sec {
    font-size: 21px;
}
.circle {
    width: 83px;
    height: 83px;
}
.circle {
    font-size: 13px;
}
.source_img {
    right: 10px;
}
.popup_di_sexual_disease .modal-header .close {
    right: -7px;
    top: -8px;
}
.stepline {
    width: 25px;
}
.consult_red {
    text-align: left;
    margin-top: 28px;
    margin-bottom: 16px;
}
.consult_red {
    text-align: center !important;
}
.position_buttons {
    display: block;
}
.consult_red a {
    display: block;
}
ul.diseaese_sec .radiobtn {
    position: absolute;
}
.bank_main .tab_main .form-control {
    font-size: 14px;
}
.bank_main .nav-fill .fl50 {
    font-size: 13px !important;
}
.city_select {
    margin: 10px auto;
}
.city_select {
    width: 100%;
}
.property_type.prop_7.summaryquestions h5 {
    font-size: 16px;
    width: 70%;
}
div#onSubmitPopup {
    padding-right: 0 !important;
}
.modal {
    z-index: 9999;
}
.rdv_btn {
    margin-top: 10px;
	float: left;
}
.bank_main {
    padding-left: 0;
    padding-right: 0;
}	
}
@media only screen and (max-width: 580px){
.dt_timeslot .form-control {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
}	
	
	
}

@media only screen and (max-width: 567px){
ul.diseaese_sec li {
    width: 100%;
    margin-right: 0;
}
.ft-group label {
    font-size: 13px;
}
li.pval.property_type_.center_sec {
    width: auto;
}
span.last_sec {
    font-size: 14px;
}
.property_select.valparent {
    width: 100%;
}
.report_sec p {
    font-size: 15px;
    padding: 0 20px;
}

.navbar-fixed-top {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%%;
    background: #fff;
    margin: 0 auto;
    padding: 14px 0;
	z-index: 9999;
}
.question_sec {
    font-size: 18px;
}
.ft-group label .radiobtn {
    position: absolute;
}
#regular-partner .logo-header h6 {
    font-size: 17px;
    line-height: 23px;
    margin-top: 0;
}
#regular-partner .question_sec {
    font-size: 17px;
}
.property_type label {
    font-size: 16px;
}
.question_sec {
    font-size: 17px;
}
.circle {
    width: 30px;
    height: 30px;
    padding-top: 24px;
}
.cstm_line {
    color: #000;
    position: absolute;
    right: 3px;
    left: -15px;
    top: 39px;
    font-size: 11px;
    width: 63px;
}
.stepline {
    display: inline-block;
    margin: 0 -5px;
    height: 4px;
    background: #e1e1e1;
    width: 34px;
    position: relative;
    bottom: 5px;
}
.stepnosec {
    margin-bottom: 54px;
}
.circle-active {
    background: #24557F;
	transition: .3s;
}
.question_sec {
    padding: 0 38px;
}
.in-one {
    margin: 30px 0 10px;
}
.in-one button {
    padding: 8px 18px;
	margin: 0 4px;
}
.center-sec {
    width: 229px;
}		
}
@media only screen and (max-width: 479px){
.source_btn a {
    padding: 10px 15px;
    font-size: 15px;
}	
.property_type {
    padding: 33px 12px 38px;
}
.votre_btn a {
    padding: 10px 14px;
    font-size: 15px;
}
.dernier_btn a {
    padding: 10px 15px;
    font-size: 15px;
}
.property_type.prop_7.summaryquestions h5 {
    font-size: 17px;
}
.first-box li {
    font-size: 14px;
}
.first-box p {
    font-size: 17px;
}
.rdv_btn {
    margin-top: 10px;
}
.dt_timeslot h2 {
    font-size: 14px;
    padding: 10px 0 14px 12px;
    margin-bottom: 25px;
}
	
}







