/*===============Header==================*/
.Site_header{
	max-width:1622px;
	width:90%;
	margin:auto;
}

@media only screen  and (min-width: 1300px) {
	.navbar-expand-xl .navbar-collapse {
		justify-content: center !important;
		background-color: #191C1E;
		height: 68px;
		border-radius: 35px;
		margin-right: 20px;
		width: 100%;
		max-width: fit-content;      
		padding: 0 20px;
	}

	.menu-primary-menu-header-menu-container {
		display: flex;
		align-items: center;
	}

	.header-btn a span {
		margin-left: 5px;
	}
	body .site-navigation ul.menu li a {
		font-size: 18px;

		font-weight: 400;
		padding: 0 7px;

	}
}
@media only screen  and (max-width: 1680px) {
	body .site-navigation ul.menu li a {
		font-size: 16px;
	}
}
@media only screen and (min-width: 1300px) {
	header.site-main-header .site-navigation ul.menu li a,header.site-main-header.sticky .site-navigation ul.menu li a, header.site-main-header.sticky .site-navigation ul.menu li.menu-item-has-children i::before  {
		color: #ffffff;
	}
	/* 	.site-branding {
	margin-right: 114px;
} */
}
body .site-navigation ul.menu li:last-child {
	margin-right: unset;
}
@media only screen and (max-width: 1590px) {
	body .site-navigation ul.menu li a {
		padding: 12px 10px;
	}
	/* 	.site-branding {
	margin-right: 44px;
} */
}

@media only screen and (min-width: 1300px) and (max-width: 1440px) {
	.header-btn a:first-child{
		display:none;
	}	
	.header-btn .default-cta {
		padding: 16px 32px !important;
	}
	body .site-navigation ul.menu li:not(:last-child) {
		margin-right: 4;
	}
}

@media only screen and (min-width: 1441px) and (max-width: 1590px) {
	body .navbar-expand-xl .navbar-collapse {
		margin-right: 15px !important;
	}
}
/*===============Footer==================*/
.main-footer-bottom .site-footer-bottom {
	border-top: none;
	padding-bottom:26px;
	padding-top: 22px;
}
.main-footer-bottom{
	border-top: 1px solid rgb(255 255 255 / 20%);
	padding:0;
	background-color:#02253B;
}
.site-main-footer .site-footer-content{
	padding-bottom:30px;

}
.footer-bottom-info p {
	font-weight: 400;
	font-size:16px;
}
.footer-content .textwidget p {
	font-weight: 400;
}
.footer-menu ul li a {
	font-weight: 400;
}


/*===============Second-Section==================*/
.implant_five_star_container{
	max-width:1417px;
	width:90%;
	margin:auto;
}
.implant_five_star_module{
	display:grid;
	grid-template-columns:1fr 1fr 1fr ;	
	gap: 20px;
}
.implant_five_star_box{
	max-width:442px;
	width:100%;
	background-color:#F2F2F2;
	border-radius: 25px;
}
.implant_five_star_section{
	padding-top:95px;
}
.implant_five_star_text{
	padding:35px 37px;
}
.implant_five_star_text h3{
	margin-bottom:15px;
	color: #1B7BD4;
	font-size: 40px;
	line-height: 1.2;
}
.implant_five_star_text p:not(:last-of-type) ,.implant_five_star_text p:last-child{
	margin-bottom: 4px !important;
	font-size: 20px;
	font-weight: 400;

} 
.header-btn a{
	font-size:16px;
}

@media only screen and (max-width: 575px) {
	.implant_five_star_module{
		grid-template-columns:1fr  ;
	}
	.implant_five_star_text p:not(:last-of-type) ,.implant_five_star_text p:last-child{
		font-size: 16px !important;
	} 
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
	.implant_five_star_text p:not(:last-of-type) ,.implant_five_star_text p:last-child{
		font-size: 17px !important;
	} 
	.implant_five_star_text h3{
		font-size: 36px !important;

	}
	.implant_five_star_module{
		grid-template-columns:1fr 1fr  ;	
		gap: 20px;
	}
}






@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.implant_five_star_text p:not(:last-of-type) ,.implant_five_star_text p:last-child{
		font-size: 16px !important;
	} 
	.implant_five_star_text h3{
		font-size: 36px !important;

	}

}

/*===============office-tour-sec==================*/
.office-tour-container {
	max-width: 1330px;
	width: 90%;
	margin: auto;
}
.office_img img {
	object-fit: cover;
	object-position: 60% 100%;
	border-radius: 35px;
}
.office-tour-col2 {
	max-width: 512px;
	width: 101%;
}
.office-tour-row{
	display:flex;
	justify-content: space-between;
	gap:50px;
}
.office-tour-top-row .blue_clr_para {
	font-size: 20px;
	margin-bottom: 54px;
	font-weight: 400;

}
.our_team_content h2 {
	font-weight: 500;
}
ol.order-listing li {
	font-size: 16px;
	color:#2F2F2F;
	font-weight:400;
}
.order-listing li:not(:last-of-type) {
	margin-bottom: 12px;
}
.office-tour-col2 .our_team_content .reasons-btn {
	margin-top: 30px ;
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}
}

.default-btn a:last-child {
	color: #111;
	border: 2px solid #111;
}
a.border-blue-cta {
	background-color: transparent;
	color: unset ;
	border-color: unset;
}
.default-btn a:last-child:hover {

	border-color: var(--blue_color);
}
.office-tour-col2 .our_team_content h2 {
	margin-bottom: 30px;
	padding: 0;
}
.office-tour-col1 ,{
	max-width: 551px;
	width:100%;
}
.reasons-sec {
	background-color: #fff!important;
}
@media only screen and (max-width: 991px) {
	.office-tour-row{
		flex-direction:column;
	}
	.office-tour-col2 {
		max-width: unset;  
		width: 100%;
	}

	/*===============doctor_profile_row==================*/

}
.doctor_profile_container{
	max-width:1263px;
	width:90%;
	margin:auto;
}

.doctor_profile_txt_block {

	position:unset!important;
	padding:0px!important;
	background-color:#fff;
}
.doctor_profile_txt_col{
	max-width: 588px ;
	width: 100% !important;	 
}
.doctor_profile_txt_col {
	background: #fff !important;
}
.doctor_profile_row_inner{
	justify-content: space-between;
	gap: 40px;
	align-items: center;
}
.doctor_profile_big_img img  {
	object-fit: cover;
	object-position: 52% 100%;
	border-radius: 35px;
}


.doctor_profile_sub_para{
	font-size: 25px !important ;
	font-weight:400 !important;

}
.doctor_profile_img_col{
	max-width: 551px;
	width:100%;
}
@media only screen and (max-width: 991px) {
	.doctor_profile_row_inner{
		flex-direction:column;
	}
	.doctor_profile_txt_col {
		max-width: unset;
		width: 100% !important;
		padding:0 !important;
	}
	.doctor_profile_txt_block {
		max-width: unset;  

	}
	.doctor_profile_txt_para_block.htag_txt.htag_txt {
		padding: 0px !important;
	}
	.doctor_profile_row .slick-dots{
		display:none;
	}
}

/*===============more-logo==================*/
.more-logo-container {
	max-width:1042px;
	width: 90%;
	margin: auto;
}
.more-logo-module h2 {
	text-align: center;
	padding: 0;
	margin-bottom: 30px;
	max-width: 582px;
	margin-left: auto;
	width: 100%;
	margin-right: auto;
	display: block;
}
.more-logo-module p {
	max-width: 723px;
	margin: auto;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color:#111;
}
.more-logo-col2 p{
	text-align:center;
}
.more-logo{
	background-color:#fff !important;
}
.more-logo-col1 {
	margin-bottom: 20px;
}

/*===============payment_plan_section==================*/

section.payment_plan_section {
    padding-bottom: 80px;
}

.payment_plan_container {
	max-width: 1042px;
	width: 90%;
	margin: auto;
}
.payment_plan_module {
	display: flex;
	gap: 30px;
	justify-content: space-between;
}
.payment_plan_text h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom:20px;
	color:#111;
	text-align: center;
}
.payment_plan_text p {

	font-weight: 400;
	width:256px;
	text-align:center;
	margin:auto;
}
.payment_plan_img img {
	margin: auto;
	display: block;
	margin-bottom:30px;
}
.payment_plan_box{
	max-width:368px;
	width:100%;
}

@media only screen and (max-width: 575px) {

	.payment_plan_module{
		display:grid;
		grid-template-columns:1fr !important ;	
		gap: 30px;

	}
	.payment_plan_box{
		margin:auto;
	}

}
@media only screen and (max-width: 991px) {

	.payment_plan_module{
		display:grid;
		grid-template-columns:1fr 1fr  ;	
		gap: 30px;
	}
	section.payment_plan_section {
		padding-bottom: 50px;
	}

}

/*===============faqs-section==================*/
.same_1440_container {
	max-width: 1258px;
	width: 90%;
	margin: auto;
}


.review-slider .slick-track .slick-slide
{box-shadow: 0px 4px 100px #ECEEF3;
	background-color: #fff;
	border-radius:35px;
}
.review-slider .slick-track{
	margin: 20px 0;
}


.blue_clr_para {
	text-align: center;
}


.visit-us-location-info img {
	width: 22px;
	height: 32px;
}

.visit-us-col1 {
	max-width: 698px;
	width: 100%;
}
.visit-us-col2 {
	max-width: 700px;
	width: 100%;
}
.visit-us-map iframe ,.visit-us-info{
	border-radius: 35px;
}
.visit-us-row{
	gap:20px;
}
.visit-us-location p {
	color: #1B7BD4;
	font-size: 18px;
}
@media only screen and (max-width: 991px) {
	.visit-us-row {
		flex-direction:column;
	}

	.visit-us-map iframe {
		height: 400px;
	}
} 

@media only screen and (max-width: 575px) {
	.visit-us-map iframe {
		height: 350px;
	}
}

/*===============Candidate_section==================*/
.Candidate_section{
	background-color: #093A59;
	color: #fff;
}
.payment_plan_container_row1 h2 {
	color: #fff;
}
.payment_plan_container_row1 span {
	max-width: 526px;
	font-size: 28px;
	font-weight: 400;

	padding-bottom:34px;
}
.Candidate_container {
	max-width: 696px;
	width: 90%;
	margin: auto;
}
.Candidate_section_padd {
	padding: 60px 0;
}

.payment_plan_container_row1 h2 {
	padding-bottom: 22px;
}
.payment_plan_container_row1 .blue_clr_para {
	margin-bottom: 22px;
	color:#60A5E4 !important;
}
.candidate_main_col_blk .form-footer {
	text-align: end;
/* 	margin-top: 33px; */
}
.candidate_main_col_blk .form-content p {
/* 	margin-bottom: 33px; */
	font-size: 16px;
	font-weight: 400;
	color: #333;
}
.candidate_main_col_blk .form-content .form-que .form-radio{
	margin-bottom: 24px;
	display: flex;
	gap: 12px;
	align-items: center;
	flex-wrap: wrap;
}
.candidate_main_col_blk .form-content .form-que .form-radio:last-child {
	margin-bottom: 0;
}
.candidate_main_col_blk .form-content .form-que .form-radio label {
	font-weight: 400;
}
.candidate_main_col_blk .form-content .form-que .form-radio input[type="radio"] {
	height: 21px;
	width: 21px;
}

.form-radio input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    cursor: pointer;
    opacity: 0;
    z-index: 99;
}

.form-footer button.form-btn.previous,
.form-footer button.form-btn.next,
.form-footer button.form-btn {
    color: #fff !important;
}

@media only screen and (max-width: 575px) {
	.payment_plan_container_row1 h2{
		font-size: 20px;
	}
	.candidate_main_col_blk .form-content p {
		margin-bottom: 20px;
		font-size: 19px;
	}		
	.payment_plan_container_row1 .blue_clr_para {
		margin-bottom: 27px;
	}

	.payment_plan_container_row1 span {

		padding-bottom: 25px;
	}

}



@media only screen and (max-width: 767px) {
	.payment_plan_container_row1 span {

		font-size: 19px;

	}

}

.slick-dotted.slick-slider {
	margin-bottom: 0px !important;
}




.step-message .form-content {
	min-height: 150px;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
}

.step-message .form-footer {
	min-height: 60px;
	height: 100%;
}

/* form */
.step-message .form-content {
	min-height: 150px;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
}
.step-message .form-footer {
	min-height: 60px;
	height: 100%;
}
.form-main-wrap {
	max-width: 530px;
	width: 100%;
	padding: 0 !important;
	margin: auto;
}
.form-title {
	text-align: center;
}
.form-title p {
	color: #1B7BD4;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 400;
}
.form-bottom p {
	margin: 20px 0 0;
	color: #83879c;
	text-align: center;
}
.form-bottom p strong {
	color: #ffc107;
}
.form-box {
	box-shadow: 0px 35px 64px -12px rgb(57 93 148 / 15%);
	border: 1px solid #E2E4E8;
	border-radius: 15px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background: #ffffff;
}
.form-content {
	padding: 32px 40px 30px;
}

.form-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #1B7BD4;
	padding: 5px 35px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.form-btn {
	border: none;
	background-color: transparent;
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
	text-transform: uppercase;
	padding: 13px 10px;
}
.form-btn.previous img {
	transform: rotate(180deg);
	margin-right: 5px;
	width: 26px;
	height: 8px;
}
.form-btn.next {
	margin-left: auto;
}
.form-btn.next img {
	margin-left: 5px;
	width: 26px;
	height: 8px;
}
.form-radio {
	background-color: #F2F3F7;
	border-radius: 7px;
	padding: 9px;
	margin: 15px 0 0;
	position: relative;
}
.form-radio input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}
.form-radio label {
	font-size: 18px;
	line-height: 1.5;
	color: #000;
	cursor: pointer;
	padding-left: 28px;
	margin: 0;
}
.form-radio label::before,
.form-radio label::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	border: 2px solid #e6edf2;
	background: #fff;
	position: absolute;
	top: 12px;
	left: 10px;
}
.form-radio label::after {
	border: 6px solid #1B7BD4;
	opacity: 0;
}
.form-radio input[type="radio"]:checked+label::after {
	opacity: 1;
}
.hide {
	display: none;
}
.form-que {
	position: relative;
}
.label1 {
	font-weight: 600;
	color: #ff0000;
	/* position: absolute; */
	bottom: -24px;
	font-size: 12px;
	left: 0;
	margin-top: 5px;
}
.form-input {
	margin: 15px 0 0;
}
.form-input input.form-control,
.please-select {
	background-color: #F2F3F7;
	border: 2px solid #F2F3F7;
	font-size: 16px;
	border-radius: 7px;
	padding: 9px 15px;
	position: relative;
	height: auto;
	width: 100%;
}
.form-input input.form-control::placeholder {
	color: #a5a5a5;
	font-size: 16px;
}
.form-input input.form-control:focus,
.please-select:focus {
	border: 2px solid #1B7BD4;
	outline: none;
	box-shadow: none;
}
.form_sec .section_title_inner h4 {
	margin-bottom: 5px;
}
.form_sec .text-wrap.section_title_inner {
	box-shadow: 0px 0px 10px rgb(34 34 34 / 36%);
	padding: 42px;
	background: #f8faff;
}
.form_sec .table{
	margin-bottom: 0px;
}
@media screen and (max-width: 1199px) {
	.text-wrap h1 {
		font-size: 34px;
	}
	.form-title h2, .text-wrap h3 {
		font-size: 28px;
	}
	.form-radio label {
		font-size: 16px;
	}
	.form-radio label::before,
	.form-radio label::after {
		width: 18px;
		height: 18px;
	}
}
@media screen and (max-width: 991px) {
	.text-wrap {
		text-align: center;
		margin: 35px 0;
		display: none;
	}
	.form-main-wrap {
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.text-wrap h1 {
		font-size: 24px;
	}
	.form-bottom p {
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.form-title h2, .text-wrap h3 {
		font-size: 24px;
	}
	.form-title p {
		font-size: 18px;
	}
	.form-content {
		padding: 25px 20px;
	}
	.form-radio label {
		font-size: 15px;
	}
	.form-footer {
		padding: 5px 12px;
	}
	.form-btn {
		font-size: 16px;
	}
	.form-input input.form-control,
	.form-input input.form-control::placeholder,
	.please-select {
		font-size: 14px;
	}
}

/*----------------------*/

@media only screen and (min-width: 1300px) and (max-width: 1440px) {
	.site-main-header.sticky .header-mrg .scroll_call_btn_show .header-btn a {
		display: block;
	}
}

@media only screen and (min-width: 1441px) and (max-width: 1500px) {
	.header_right_inner.header_opacity_btn a {
		padding: 16px 15px !important;
	}
}

@media only screen and (max-width: 1299px) {
	div#header-bottom {
		background-color: #fff;
	}
	.site-navigation ul.menu {
		max-width: 90%;
		width: 100%;
		margin: auto !important;
	}
	.site-navigation ul.menu li a {
		padding-left: 0 !important;
	}
}

@media only screen and (min-width: 1300px) {
	.site-header-wrap {
		gap: 1.2%;
	}
	
	header#site-header {
		transition: 1s;
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 110;
	}

	.scroll_img_show,
	.scroll_call_btn_show {
        width: 0;
        white-space: nowrap;
        overflow: hidden;
    }

	.site-main-header.sticky .site-branding,
	.site-main-header.sticky .site-navigation-main .header_opacity_btn {
		display: none;
	}

	.site-main-header.sticky .site-navigation-main {
		width: fit-content;
		max-width: fit-content;
		margin: auto;
	}

	.site-main-header.sticky .header-mrg {
		margin-right: 0;
		gap: 20px;
		padding: 0 20px;
		transition: 1s;
	}

	.site-main-header.sticky .header-mrg .scroll_img_show,
	.site-main-header.sticky .header-mrg .scroll_call_btn_show {
        display: block !important;
        width: 100%;
        max-width: fit-content;
    }

	.site-main-header.sticky .header-mrg .scroll_call_btn_show .header-btn a {
		border-color: #fff;
		color: #fff;
	}

	.site-main-header.sticky .header-mrg .scroll_call_btn_show .header-btn a:hover {
		background-color: #fff;
		border-color: #fff;
		color: #333;
	}
}

/*----------Form Checkbox-------------*/


.form-radio input[type="radio"],
.form-radio input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 99;
}
.form-radio label::before,
.form-radio label::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 2px solid #e6edf2;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 10px;
}
.form-radio label::after {
    border: 6px solid #1b7bd4;
    opacity: 0;
}
.form-checkbox label:before,.form-checkbox label:after {
    border-radius: 0;
}
.form-checkbox label:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    border: none;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    background-color: #1b7bd4;
    opacity: 0;
}
.form-radio input[type="radio"]:checked+label::after,
.form-radio input[type="checkbox"]:checked+label::after {
    opacity: 1;
}
.form-input .form-checkbox {
    padding: 0;
    background-color: transparent;
}
.form-input .form-checkbox label::before,
.form-input .form-checkbox label::after {
    left: 0;
    top: 4px;
}