/*
CTC Separate Stylesheet
Updated: 2025-06-19 04:16:01
*/


/*Banner CSS*/

@media only screen and (min-width: 992px){
	.para_mar{
		margin-top:40px !important;
	}
	.para_small_mar {
		margin-top: 30px !important;
	}


}

body.slide-opened{
	overflow: hidden;
}

.page-template-common-template .grid-container{
	max-width: 100%;
}

.section_less_padding{
	padding: 60px 0;
}

ul.common-listing{
	margin-left: 0;
	padding-left: 1rem;
	list-style: disc !important;
}

ul.common-listing li{
	list-style: disc !important;
	font-family: var(--outfit-font);
	color: #58595B;
	font-size: 15px; 
}

/* .ninth_section_col_right_btn .site_same_btn_all a{
font-style: italic;
font-size: 17px;
} */

@media only screen and (max-width: 991px){
	.page-template-common-template .fourth_section_col_right_text p {
		max-width: 100% !important;
	}
}

@media (max-width: 767px){
	section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 575px){
	.btn_default {
		font-size: 15px;
		line-height: 1.1;
		text-align: center;
	}

	.ninth_section_col_right_btn .site_same_btn_all a{
		font-size: 15px;
		line-height: 1.1;
	}

	section.hero-banner.full_img_wrapper {
		margin-bottom: 40px;
	}

	.fourth_section_blk, .fifth_section_blk, .sixth_section_blk {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.section_less_padding, section.simple-text-section {
		padding: 40px 0;
	}

	.ninth_section_col_right_btn {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 480px){
	.btn_default {
		font-size: 14px !important;
	}
}

@media only screen and (max-width: 375px){
	.btn_default {
		font-size: 12px !important;
	}
}

/*Left Image Section CSS*/
@media only screen and (max-width: 991px){
	.fourth_section_col_right_module .fourth_section_col_right_btn, .fifth_section_col_right_module .fifth_section_col_right_btn, .sixth_section_col_right_module .sixth_section_col_right_btn {
		margin-top: 30px;
	}
}

/*Right Image Section CSS*/
.page-template-common-template .fifth_section_col_right_text p {
	padding-left: 0px !important;
}

.fifth_section_blk.empty-second-row .fifth_section_row2{
	padding: 0;
}


/* Timeline Section CSS */

.timeline-sec {
	counter-reset: my-counter;
}

.timeline-sec .container{
	max-width: 1440px;
	width: 90%;
	margin: 0 auto;
}

.number {
	counter-increment: my-counter;
}

.number {
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
	color: var(--brown_color);
	position: relative;
	min-width: 32px;
	text-align: right;
	padding-top: 0;
	font-family: var(--arimo-font);
}

.number::before {
	content: "0" counter(my-counter);
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
	color: var(--brown_color);
	position: relative;
	min-width: 30px;
	text-align: right;
	font-family: var(--arimo-font);
}

.dot-div {
	position: relative;
	padding: 0px 20px;
	min-width: 70px;
	overflow: hidden;
}

.dot-div::before {
	content: "";
	position: absolute;
	background: var(--brown_color);
	width: 16px;
	height: 16px;
	border-radius: 50%;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.number-text .dot-div::before {
	top: 2px;
}

.dot-div::after {
	content: "";
	position: absolute;
	border-right: 2px dashed #0A0A09;
	height: 100%;
	top: 10px;
	left: 50%;
	z-index: 0;
}

.number-content {
	padding: 0 0 30px;
}

.timeline-row:last-of-type .number-content {
	padding-bottom: 0;
}

.number-content p:not(:last-of-type) {
	margin-bottom: 0px !important;
}

.timeline-sec p{
	margin-bottom: 25px !important;
}

.timeline-sec .last-para p{
	margin: 35px 0 0 0 !important;
}

.number-content h4{
	margin-top: -2px;
	color: var(--brown_color);
	font-size: 22px; 
	font-family: var(--arimo-font);
}


@media only screen and (max-width: 991px){
	.number-content {
		padding: 0 0 25px;
	}

	.number-content h4 {
		margin-top: -3px;
	}

	.timeline-sec .last-para p {
		margin: 30px 0 0 0 !important;
	}

	.number, .number::before{
		font-size: 22px;
	}
}

@media only screen and (max-width: 767px){
	.timeline-sec .container{
		padding: 0 30px;
	}
}

@media only screen and (max-width: 575.5px){
	.timeline-sec .container{
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 565px){
	.dot-div {
		padding: 0px 15px;
		min-width: 50px;
	}

	.timeline-sec p {
		font-size: 15px;
		margin-bottom: 20px !important;
	}

	.timeline-sec .last-para p {
		margin: 20px 0 0 0 !important;
	}

	.number-content h4{
		font-size: 20px;
	}
	.timeline-sec .container{
		width: 100%;
	}
	.number{
		min-width: 20px
	}
	.number, .number::before {
		font-size: 17px;
	}
}



/* FAQ Section CSS */
.faqs-section {
	background-color: #42B3BD10;
}

.faqs-section .faqs-section-container{
	max-width: 1440px;
	width: 90%;
	margin: auto;
}

.faqs-section .home_FAq {
	border-bottom: 1px solid #EEE9E7;
	padding: 15px;
	cursor: pointer;
}

.faqs-section .home_FAq:not(:first-of-type) .accordion-content {
	display: none;
}

.faqs-section .home_FAq h4 {
	margin: 0;
	position: relative;
	color: var(--brown_color);
	font-size: 22px; 
	font-family: var(--arimo-font);
}

.faqs-section .home_FAq h4::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	color: #3E3823;
	transition: all 0.4s;
/* 	background-image: url(''); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
}

.faqs-section .home_FAq h4 span{
	width: 90%;
	display: block;
}

.faqs-section .home_FAq.active h4::before {
/* 	background-image: url('')!important; */
}

.faqs-section .accordion-content p{
	margin: 15px 0 0 0;
}

@media only screen and (max-width: 767px){
	.faqs-section .faqs-section-container {
		width: 100%;
		padding: 0 30px;
	}
}

@media only screen and (max-width: 575px) {
	.faqs-section .home_FAq h4 {
		font-size: 16px;
	}

	.faqs-section .accordion-content p {
		margin: 10px 0 0 0;
	}
	.faqs-section .home_FAq {
		padding: 15px 0px;
	}
}


/* Box Text Section Two CSS */
.box-text-section-two .container {
	max-width: 1440px;
	width: 90%;
	margin: auto;
}

.box-text-section-two .fifth_section_col_right_text{
	margin-bottom: 30px;
}

.box-text-section-two .text-box-row{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
}

.box-text-section-two .text-box-row .singular-box {
	background-color: #42B3BD10;
	border: 1px solid var(--brown_color);
	border-radius: 12px;
	padding: 24px;
	box-shadow: 4px 4px 24px rgb(21 155 215 / 10%);
	max-width: calc(33.33% - 20px);
	width: 100%;
}

.box-text-section-two .text-box-row .singular-box h4{
	color: var(--brown_color);
	font-size: 22px; 
	font-family: var(--arimo-font);
	margin-bottom: 10px;
}

.box-text-section-two .text-box-row .singular-box p{
	font-family: var(--outfit-font);
	color: #58595B;
	font-size: 16px; 
}

.box-text-section-two .box-caption{
	margin-top: 25px;
}

.box-text-section-two .box-caption p{
	font-family: var(--outfit-font);
	color: #58595B;
	font-size: 16px; 
}

@media only screen and (max-width: 1200px) {
	.box-text-section-two .text-box-row .singular-box {
		max-width: calc(50% - 16px);
	}
}

@media only screen and (max-width: 767px){
	.box-text-section-two .text-box-row .singular-box {
		max-width: 100%;
		padding: 20px;
	}

	.box-text-section-two .container {
		width: 100%;
		padding: 0 30px;
	}
}

@media only screen and (max-width: 565px){
	.box-text-section-two .text-box-row .singular-box h4 {
		font-size: 20px;
	}

	.box-text-section-two .text-box-row {
		gap: 20px;
	}
}


.information-section{
	background-image: url(/wp-content/uploads/2025/12/Background_Pattern_Niagara.webp);
	background-size: cover;
	background-repeat: no-repeat;
}



.information-section {
	background-color: #9db1c566;
}

.information-section .defult-heading h2 {
	text-transform: capitalize;
	max-width: 614px;
	margin: 0 auto 14px;
}

.information-section .container {
	max-width: 1312px;
}

.information-section .defult-heading {
	max-width: 1024px;
	width: 100%;
}

.form-field {
	background-color: #fff;
	padding: 24px;
	background-image: repeating-linear-gradient(-17deg,var(--black_color),var(--black_color) 9px,transparent 9px,transparent 18px,var(--black_color) 18px),repeating-linear-gradient(73deg,var(--black_color),var(--black_color) 9px,transparent 9px,transparent 18px,var(--black_color) 18px),repeating-linear-gradient(163deg,var(--black_color),var(--black_color) 9px,transparent 9px,transparent 18px,var(--black_color) 18px),repeating-linear-gradient(253deg,var(--black_color),var(--black_color) 9px,transparent 9px,transparent 18px,var(--black_color) 18px);
	background-size: 2px calc(100% + 18.82px),calc(100% + 18.82px) 2px,2px calc(100% + 18.82px),calc(100% + 18.82px) 2px;
	background-position: 0 0,0 0,100% 0,0 100%;
	background-repeat: no-repeat;
	animation: borderAnimation 1s infinite linear;
}

.input-field {
	margin-bottom: 24px;
	position: relative;
}

.input-field label {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8; 
	margin-bottom: 6px;
}
.input-field input:focus {
	outline: none !important;
}
.input-field input {
	border: 1px solid #ecececFF !important;
	padding: 16px;
	width: 100%;
	max-width: 100% ;
	background-color: #fff;;
	color: #1f1f1f;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35; 
}

.form-checkbox input {
	accent-color: var(--black_color);
}

.submit-field {
	margin-top: 15px;
	position: relative;
	text-align: center;
}

.submit-field button {
	font-size: 16px;
	line-height: 1;
	background: #9ec0ef;
	color: #ffffff;
	padding: 17px 44px;
	border: 2px solid #9ec0efFF;
	transition: all 0.3s ease-in-out;
	font-weight: 600;
	font-family: var(--inter-font); 
	text-transform: none;
}

.information-guide {
	max-width: 550px;
	width: 100%;
	padding: 0 25px;
	margin: auto;
	margin-top: 40px;
}

.information-guide img {
	max-width: 400px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.information-guide h5 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 32px;
}

.info-content {
	padding: 24px;
}

ul.golden-check-list li {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;
	margin-bottom: 22px;
	padding-left: 40px;
	position: relative;
}

ul.golden-check-list li:before {
	position: absolute;
	content: "";
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	left: 0;
	top: 4px;
}

.form-checkbox {
	display: flex;
	flex-wrap: wrap;
}

.form-checkbox input {
	margin: 4px 8px 0 0;
	height: 15px!important;
	width: 15px!important;
}

.form-checkbox label,.disclaimer-msg p {
	max-width: 90%;
	width: 100%;
	margin-bottom: 0;
	font-size: 12px!important;
	font-weight: 400;
}

.input-field p a {
	color: #9DB1C5;
}

.input-field p a:hover {
	color: var(--black_color);
}

body ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.golden-check-list li:before {
	position: absolute;
	content: "";
	background-image: url(/wp-content/uploads/2025/12/List_icon.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	left: 0;
	top: -1px;
}

label.label1 {
	font-family: var(--gilroy_font)!important;
	font-weight: 500!important;
	font-size: 12px!important;
	color: red!important;
	margin: 0!important;
	bottom: -18px;
	left: 0;
}


@media only screen and (max-width: 1440px) {
	.form-field {
		margin-right:12px;
	}

	.information-guide {
		margin-left: 12px;
	}
}

@media only screen and (max-width: 1240.5px) and (min-width:992px) {
	.information-section .container {
		max-width:960px;
	}
}

@media only screen and (max-width: 991px) {
	.form-field,.information-guide {
		margin:0;
	}

	.input-field input {
		padding: 8px 12px;
	}

	.input-field label {
		font-size: 16px;
	}

	.input-field {
		margin-bottom: 18px;
	}

	.information-guide h5 {
		margin-bottom: 16px;
	}

	.common-title h2 {
		font-size: 24px;
	}
}

@media only screen and (max-width: 767px) {
	.form-field {

		height: auto;
	}
	.Request_box h2 {
		font-size: 30px !important;
	}
	.Request_box p {
		font-size: 15px !important;
	}
	.Request_box {
		padding: 15px 30px ;
	}
}

@media only screen and (max-width: 575px) {
	.form-field {
		padding:30px 15px;
	}

	.information_form_blk {
		grid-template-columns:  1fr !important;
	}
	.input-field input {
		width: 100%;
		max-width: 100%;
	}
	.submit-field button {
		padding: 9px 24px;
	}

	.info-content {
		padding: 20px 0 0 0;
	}

	body #baguetteBox-overlay .full-image img {
		padding: 0 30px;
	}
	.Request_box {
		padding: 15px 20px !important;
	}

	.consent_txt_box_blk {
		display: block;
	}
	.consent_txt_box_blk input {
		float: left;
	}

}
.information_section_row select#patient_type {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	padding: 10px 35px 10px 10px;
	font-size: 13px;
	border-radius: 4px;
	background-color: #fff;
	background-image: url(/wp-content/uploads/2025/12/check_arrow.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 20px;
	cursor: pointer;
	border: 1px solid #ecececFF !important;
}


@media only screen and (max-width: 991px) and (min-width:767px) {
	body .container,body .grid-container,body .container-fluid {
		padding:0 30px;
	}
}

@media only screen and (max-width: 767px) {
	.information_form_blk .input-field:nth-child(2) ,.information_form_blk .input-field:last-child {
		text-align: left !important;
	}
	/* 	.information_form_blk {
	grid-template-columns:  1fr !important;
} */
	body .container-fluid,body .container {
		padding:0 30px;
		max-width: 100%;
	}
	/* 	.input-field input {
	width: 100%;
	max-width: 100%;
} */

}
.Request_box {
	background-color: #fff;
	padding: 26px 40px ;
	max-width: 550px;
	width: 100%;
	margin: auto;
}
.Request_box h2 {
	font-size: 32px;
	text-align: center;
}
.Request_box p {
	font-size: 18px;
	text-align: center;
	line-height: 2;
	width: 100%;
	max-width: 470px;
	margin: auto;
}
.Request_box strong {
	color: #82a8de;
	font-weight: 700;

}
section#information_form {
	padding: 60px 40px ;
}
.information_form_blk {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 20px;
}

.email-content.select-option .email-form {
    width: 100%;
    background-color: #fff;
    color: #1f1f1f;
    font-weight: 600;
}

.email-content input#message {
    color: #1f1f1f;
    font-weight: 600;
}

.email-content label input,
.email-content label {
	width: 100%;
	margin: 10px 0;
	background-color: #fff;
}

.email-content label input{
	border: 1px solid #ecececFF !important;
}

@media only screen and (max-width: 991px) { 
	.information_section_row{
		flex-direction:column;
		gap: 30px !important;
	}
	section#information_form{
		padding: 40px 15px;
	}
	.Request_box p ,.Request_box {
		max-width: 100%; 

	}
	form {
		max-width: 516px;
		width: 100%;
		margin: auto;
	}

	.information-guide{
		display:none
	}

}
.input-field.disclaimer-msg.mb-0 {
	text-align: center;
}	
.input-field.disclaimer-msg p a{
	font-size:14px;
	color:#3b598a;
	font-weight: 400;
	text-decoration: underline !important;
}

@media only screen and (max-width: 1280px) {
	.information_section_row.d-flex {
		gap: 20px;
	}
}
.input-field input::placeholder ,.email-content select,.email-content input::placeholder{
	color: #a3a3a3;
	font-weight: 400;
	font-size: 13px;
}
/*------------------------------------*/
/*  Our Practies start */
/*-----------------------------------*/

.opr_practice_sec {
	padding: 111px 40px;
	background-image: url(/wp-content/uploads/2025/12/Background_Pattern_Niagara.webp);
	background-size: cover;
	background-repeat: no-repeat;
}
.opr_practice_container .content_row{
	justify-content: center;
}

.opr_practice_container .content_row h1{
	font-size:60px;
	margin-bottom: 44px;
}
.our_practice_first_sec_container {
	max-width: 1585px;
	width: auto;
	margin: auto;
	margin-top: -210px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 25px 50px -10px rgb(0 0 0 / 20%) !important;
}
.our_practice_first_sec_container .our_team_content span{
	line-height: 2;
	color: #000;
}
.our_practice_first_sec_container .our_team_content span a{
	color:#212529;
}
.our_practice_first_sec_container .our_team_content{
	max-width:1200px;
	width:100%;
	padding-top:20px;
	padding-bottom:40px;
}
.our_practice_first_sec_container .content_row{
	justify-content: center;
	padding: 0 40px ;

}
.our_practice_first_sec_container .banner-col2.banner_text_content {
	position: static;
}

.our_practice_first_sec_container .banner-col2.banner_text_content {

	padding-bottom: 0px;
}
@media only screen and (max-width: 575px) {
	.opr_practice_container .content_row h1{
		font-size:36px !important;
	}
}
@media only screen and (max-width: 767px) {
	.opr_practice_sec {
		padding: 160px 40px;align-content
	}
	.our_practice_first_sec_container .our_team_content h2{
		font-size:30px !important;
	}
	.our_practice_first_sec_container .content_row{
		padding: 0 20px ;

	}
	.our_practice_first_sec_container .our_team_content span{
		font-size:13px;
	}
	.opr_practice_container .content_row h1 {

		margin-bottom: 25px;
	}
	.our_practice_first_sec.section_padding {
		padding-bottom: 10px !important;
	}


	.opr_practice_container .doctor_banner_image_col1:after {
		content: unset !important;
	}


}

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

	.our_practice_first_sec_container {
		margin-left:15px;
		margin-right:15px;
	}
	.opr_practice_container .content_row h1{
		font-size:48px;
	}
	.our_practice_first_sec_container .our_team_content h2{
		font-size:46px;
	}

}
@media only screen and (max-width: 1200px) {
	.our_practice_first_sec.section_padding {
		padding-top: 80px;
		padding-bottom: 40px;
	}
}



@media only screen and (min-width: 992px) and (max-width: 1680px) {

	.our_practice_first_sec_container {
		margin-left: 40px;
		margin-right: 40px;

	}

}

/*------------------------------------*/
/*  Our Practies end */
/*-----------------------------------*/





/*------------------------------------*/
/*  Why Choose Us Start */
/*-----------------------------------*/

.our_practice_second_sec {
	padding: 70px 0;
}

.content_row {
	display: flex;
	align-items: center;
	gap: 60px;
}

.doctor_banner_image_col2 {
	flex: 0 0 55%;
}

.repeater_img .vd-sec {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 180px;
	gap: 6px;
}

.repeater_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	cursor: pointer;
}


.repeater_img img:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.repeater_img img:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}

.repeater_img img:nth-child(3) {
	grid-column: 3 / 4;
	grid-row: 1 / 2;
}

.repeater_img img:nth-child(4) {
	grid-column: 1 / 2;
	grid-row: 2 / 4;
}

.repeater_img img:nth-child(5) {
	grid-column: 2 / 3;
	grid-row: 3 / 4;
}

.repeater_img img:nth-child(6) {
	grid-column: 3 / 4;
	grid-row: 2 / 4;
}


.opr_practice_container  .banner-col2 {
	flex: 0 0 45%;
}

.opr_practice_container .banner_text_content {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
}

.opr_practice_container  .banner-content h3 {
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: 600;
}

.opr_practice_container  .banner-content span {
	font-size: 16px;
	line-height: 1.7;
	display: block;
}


.doctor_banner_image_col2 .vd-sec {
	height: 455px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr); 
	gap: 6px;
}


.doctor_banner_image_col2 .vd-sec img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media (max-width: 991px) {
	.opr_practice_container  .content_row {
		flex-direction: column;
	}

	.doctor_banner_image_col2,
	.banner-col2 {
		flex: 0 0 100%;
	}

	.repeater_img .vd-sec {
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: 200px;
	}

	.repeater_img img {
		grid-column: auto !important;
		grid-row: auto !important;
	}
}
.our_practice_second_sec_repeater_container {
	max-width: 1200px;
	width: 100%;
	margin: auto;

}




/* .image-preview-modal {
position: fixed;
inset: 0;
background: rgba(0,0,0,0.9);
display: none;
align-items: center;
justify-content: center;
z-index: 9999;
}

.image-preview-modal img {
max-width: 90%;
max-height: 90%;
object-fit: contain;
}


.close-preview {
position: absolute;
top: 30px;
right: 40px;
font-size: 40px;
color: #fff;
cursor: pointer;
}


.nav-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: none;
border: none;
color: #fff;
font-size: 50px;
cursor: pointer;
padding: 10px;
}

.nav-btn.prev {
left: 40px;
}

.nav-btn.next {
right: 40px;
} */


.image-preview-modal {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.85);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;

	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease;
}


.image-preview-modal.active {
	opacity: 1;
	visibility: visible;
}


.image-preview-modal img {
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;

	transform: scale(0.7);
	opacity: 0;
	transition: transform 0.45s ease, opacity 0.45s ease;
}

.image-preview-modal.active img {
	transform: scale(1);
	opacity: 1;
}


.close-preview {
	position: absolute;
	top: 30px;
	right: 40px;
	font-size: 38px;
	color: #fff;
	cursor: pointer;
}


.nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	color: #fff;
	font-size: 48px;
	cursor: pointer;
}

.nav-btn.prev { left: 40px; }
.nav-btn.next { right: 40px; }

.our_practice_second_sec_repeater_container h3 {
	font-size: 36px;
	font-weight: 600;
}
.our_practice_second_sec_repeater_container span{
	line-height:2;
}
@media only screen and (max-width: 575px) {
	.our_practice_second_sec_repeater_container h3 {
		font-size: 28px !important;
	}


}


@media only screen and (max-width: 767px) {
	.our_practice_second_sec {
		padding: 40px 0 !important;

	}
	.our_practice_second_sec_repeater_container h3 ,.our_practice_second_sec_repeater_container span {
		text-align: center;
		display: block;
	}
	.our_practice_second_sec .banner-col2.banner_text_content {
		position: absolute;
		z-index: 10;
		padding-bottom: 0px;
	}
	.our_practice_second_sec_repeater_container .banner-col2.banner_text_content {
		position: static;
		z-index: 10;
	}


	.our_practice_second_sec_repeater_container .content_row {
		gap: 30px !important;
	}
	.our_practice_second_sec_repeater_container {
		padding: 0 15px !important;
	}
	.our_practice_second_sec_repeater_container h3 {
		font-size: 36px;
	}

}


@media only screen and (max-width: 991px) { 
	.our_practice_second_sec {
		padding: 60px 0;
	}
	.doctor_banner_image_col2 .vd-sec {
		height: unset;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(1, 1fr);
		gap: 6px;
	}
	.our_practice_second_sec_repeater_container .content_row{
		flex-wrap: wrap;
	}
	.our_practice_second_sec_repeater_container .content_row {
		gap: 40px;
	}
	.our_practice_second_sec_repeater_container {
		padding: 0 30px;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1880px) {

	.our_practice_second_sec_repeater_container {

		padding: 0 40px;
	}
}

/*------------------------------------*/
/*  Why Choose Us end */
/*-----------------------------------*/


/*------------------------------------*/
/*  Linear start */
/*-----------------------------------*/





.our_practice_third_sec_container {
	max-width: 1200px;
	margin: 0 auto;

}


.our_practice_third_sec_col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 16px;
}


.our_practice_second_module {
	background:#3b598a;
	padding: 27px 30px;
	text-align: center;
	color: #fff;
	min-height: 320px;
	max-width: 387px;
	width:100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}



.our_practice_second_img img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}


.our_practice_second_txt h3 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 15px;
	color: #fff;
}


.our_practice_second_txt p {
	font-size: 16px;
	line-height: 2;
	margin: 0;
	color: #fff;
}



section.our_practice_third_sec {
	padding-bottom: 90px;
}
@media (max-width: 575px) {

	.our_practice_second_module {
		padding: 25px 15px;
	}
}



@media only screen and (max-width: 767px) {
	.our_practice_third_sec_col {
		grid-template-columns: 1fr !important;
	}
	.our_practice_second_txt h3 {
		font-size: 24px;
	}
	.our_practice_second_txt p {
		font-size: 16px;
	}
	.our_practice_third_sec_container {
		padding: 0 15px !important;
	}
	section.our_practice_third_sec {
		padding-bottom: 40px !important;
	}

}

@media (max-width: 991px) {
	.our_practice_third_sec_col {
		grid-template-columns: repeat(2, 1fr);
	}
	.our_practice_second_module {
		max-width: 100%; 
	}
	.our_practice_third_sec_container {
		padding: 0 30px; 
	}
	section.our_practice_third_sec {
		padding-bottom: 60px;
	}
}


@media only screen and (min-width: 992px) and (max-width: 1880px) {
	.our_practice_third_sec_container {
		padding: 0 40px; 
	}
}
/*------------------------------------*/
/*  Linear end */
/*-----------------------------------*/



/*------------------------------------*/
/*  Meet Dr Start */
/*-----------------------------------*/

.our_practice_fourth_sec {
	background-image: url(/wp-content/uploads/2025/12/dr_img.jpg);
	padding-top: 80px !important;
	padding-left: 40px !important;
	padding-bottom: 80px  ;
	padding-right: 40px !important;
	width: auto !important;
	background-position: 50% 50% !important;
	min-height: auto;
}



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

	.our_practice_fourth_sec h3 {
		font-size: 28px !important;
	}



}


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

	.our_practice_fourth_sec .about_doctor_heading_txt .default-btn {
		justify-content: center !important;
	}
	.our_practice_fourth_sec .about_doctor_heading_txt {
		text-align:center;
	}
	.our_practice_fourth_sec .about_doctor_heading_txt h3{
		margin-bottom:10px;
		margin:auto;
	}
	.our_practice_fourth_sec {

		padding: 40px 15px 40px 15px !important;
	}
}
@media only screen and (max-width: 991px) {
	.our_practice_fourth_sec {
		background-position: 50% 0 !important;
		width: auto !important;
		background-repeat: no-repeat !important;
		background-size: contain !important;
		height: auto !important;
		padding: 27.5px 0  ;
		min-width: 0 !important;
	}
	.our_practice_fourth_sec {
		background-image: none;
		padding-top: 0 !important;
		padding-bottom: 60px ;
	}

	.our_practice_fourth_sec h3 {
		font-size: 36px;
		font-weight: 600;
		color: #3b598a;
	}
	.our_practice_fourth_sec p {
		color: #000;
	}

}


@media only screen and (min-width: 992px) {
	.our_practice_fourth_sec .about_doctor_heading_txt {
		background-color:unset!important;
		box-shadow:none !important;
		max-width: 647px !important;
		width: 100%;

	}
	.our_practice_fourth_sec h3 {
		font-size: 48px;
		font-weight: 600;
		color: #fff;
	}
	.our_practice_fourth_sec p {
		color: #fff;
	}


}

/*------------------------------------*/
/*  Meet Dr End */
/*-----------------------------------*/




/*------------------------------------*/
/*  Meet Our Team Start */
/*-----------------------------------*/

.our_practice_fifth_sec .doctor_banner_image_col2 .vd-sec {
	height: 455px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(1, 1fr);
	gap: 0;
}
.our_practice_fifth_sec .banner-content {
	padding: 0px 40px 0 0px;
}
.our_practice_fifth_sec_repeater_container .vd-sec{
	overflow: hidden;
}
.our_practice_fifth_sec_repeater_container .vd-sec a img {
	transition: all .2s ease-out;
}
.our_practice_fifth_sec_repeater_container .vd-sec a img:hover {
	transition: all .2s ease-out;
	transform: scale(1.06);
}
.our_practice_fifth_sec h3{
	font-size: 48px;
	font-weight: 600;

}
.our_practice_fifth_sec span{
	line-height:2;
	color: #000;

}
.our_practice_fifth_sec  .default-btn.btn-group.consultation-cta {
	justify-content: left;
}
.our_practice_fifth_sec .content_row {
	gap: 0px;
}

.our_practice_fifth_sec .banner-content{
	padding-left:28px;
}

section.our_practice_fifth_sec .default-btn .default-cta {
	max-width: 250px;
}

section.our_practice_fifth_sec .vd-sec a {
	overflow: hidden;
}   
@media only screen and (max-width: 575px) {
	.our_practice_fifth_sec h3 {
		font-size: 28px !important;
	}
}
@media only screen and (max-width: 767px) {

	.our_practice_fifth_sec .banner-col2.banner_text_content {
		position: static; 
	}
	.our_practice_fifth_sec .doctor_banner_image_col2 .vd-sec {
		height: 100%; 
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, 1fr);
		gap: 3px;

	}
	.repeater_img img {
		max-height: 364px;
		height:100%;
		object-position: 50% 30%;
	}

	.our_practice_fifth_sec{
		padding-left: 15px;
		padding-right: 15px;
	}
	.our_practice_fifth_sec .banner-content {
		padding: 30px 0 0 0 !important;
	}
	.our_practice_fifth_sec .banner-content.our_team_content.default-image-content {
		text-align: center;
	}

	.our_practice_fifth_sec  .default-btn.btn-group.consultation-cta {
		justify-content: center;
	}
	.our_practice_fifth_sec .banner-col2.banner_text_content {
		padding-bottom: 40px !important;
	}
}	




@media only screen and (max-width: 991px) {
	.our_practice_fifth_sec .content_row {
		flex-wrap: wrap;
	}
	.our_practice_fifth_sec h3 {
		font-size: 36px;
	}
	.our_practice_fifth_sec .banner-content {
		padding: 30px 30px 0 30px;
	}
	.our_practice_fifth_sec .banner-col2.banner_text_content {
		padding-bottom: 60px;
	}
}	



/*------------------------------------*/
/*  Meet Our Team End */
/*-----------------------------------*/




/*------------------------------------*/
/*  Advanced Technology Start */
/*-----------------------------------*/

.our_practice_sixth_sec {
	background-image: url(/wp-content/uploads/2025/12/our_practice_sixth_bg_img-1.jpg);
	padding-top: 104px  ;
	padding-left: 40px  ;
	padding-bottom: 200px  ;
	padding-right: 40px  ;
	width: auto !important;
	background-position: 50% 50% !important;
	min-height: auto;
	position: relative;
}
.our_practice_sixth_sec:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #3b598a !important;
	opacity: .75 !important;
	content: "";
	z-index: 1;
}

.our_practice_sixth_sec_heading_text {
	position: relative;
	z-index: 2;
}


.our_practice_sixth_sec_heading_text .default-btn a ,.our_practice_seventh_text .default-btn a{
	width: 100%;
	max-width: 250px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}
.our_practice_sixth_sec_heading_text {
	max-width: 825px;
	width: 100%;
	margin: auto;
	text-align: center;
	margin-bottom: 25px;
}
.our_practice_sixth_sec_heading_text p
{
	line-height:2;
}
.our_practice_sixth_sec h3 {
	font-size: 48px;
	font-weight: 600;
	color: #fff;
}
.our_practice_sixth_sec p {
	color: #fff;
}


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

	.our_practice_sixth_sec h3 {
		font-size: 28px !important;
	}
	.our_practice_sixth_sec {
		padding-top: 40px !important;
	}

}
@media only screen and (max-width: 767px) {
	.our_practice_sixth_sec {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 991px) {
	.our_practice_sixth_sec h3 {
		font-size: 36px  ;

	}
	.our_practice_sixth_sec {
		padding-top: 60px ;
	}

}

/*------------------------------------*/
/*  Advanced Technology End */
/*-----------------------------------*/



/*------------------------------------*/
/* Yomi Robotic Surgery Start */
/*-----------------------------------*/

.our_practice_seventh_text ,.Text_col {
	max-width: 50%;
	width: 100%;
}
.our_practice_seventh_module {
	display: flex;
	gap:10px;
	align-items:center;
}
.our_practice_seventh_sec {
	background-color: #f7f7f7;
	padding-bottom: 60px  ;
}
.our_practice_seventh_container{
	background-image: url(/wp-content/uploads/2025/12/Background_Pattern_Niagara_white-98e789d3-1920w.webp);
	padding-left: 40px ;
	margin-top: -150px ;
	padding-right: 40px  ;
	width: auto !important;
	background-position: 50% 50% !important;
	min-height: auto;
	position: relative;
	box-shadow: 0 25px 50px -10px rgb(0 0 0 / 20%) !important;
	z-index:1;
}
.our_practice_seventh_container{
	position:relative;

}	
.our_practice_seventh_text span {
	line-height: 2;
	color: #000;
}
.our_practice_seventh_sec_img {
	padding-top: 40px;
}
.our_practice_seventh_text {
	padding: 29px 15px 40px 15px;
	background-color: #fff !important;
	max-width:100%;
	width:100%;
}
.our_practice_seventh_sec h3 {
	font-size: 45px;
	font-weight: 600;
}

@media only screen and (max-width: 575px) {
	.our_practice_seventh_sec h3 {
		font-size: 28px !important;
	}
	.our_practice_seventh_sec_img {
		padding-top: 30px;
	}

}
@media only screen and (max-width: 767px) {
	.our_practice_seventh_module {
		flex-direction:column-reverse;
	}
	.our_practice_seventh_module {
		padding: 15px 15px 0 15px !important;
	}
	.our_practice_seventh_container {

		padding-left:  0px;  

		padding-right:  0px; 

	}
	.our_practice_seventh_text .default-btn.btn-group.consultation-cta {

		justify-content: center !important;
	}
	.our_practice_seventh_text{
		text-align:center ;
	}

	.our_practice_seventh_module {
		gap: 0px;
	}
	.our_practice_seventh_text ,.Text_col {
		max-width: 100%;

	}
	.our_practice_sixth_sec_heading_text {
		margin-bottom: 0px;
	}
	.our_practice_seventh_sec {

		padding-bottom: 20px !important ;
	}

}

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

	.our_practice_seventh_sec {
		padding: 0 15px;
	}
	.our_practice_seventh_sec h3 {
		font-size: 36px;
	}
	.our_practice_seventh_module {
		padding: 30px 0  ;
	}
	.our_practice_seventh_sec {

		padding-bottom: 40px ;
	}
}
@media only screen and (min-width:  992px) and (max-width: 1280px) {
	.our_practice_seventh_sec_img {
		padding-top: 0px;
	}
	.our_practice_seventh_module {
		padding: 40px 0 ;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1440px) {
	.our_practice_seventh_sec {
		padding: 0 40px;
		padding-bottom: 60px;
	}


}

/*------------------------------------*/
/* Yomi Robotic Surgery End */
/*-----------------------------------*/


/*------------------------------------*/
/* Blog Start */
/*-----------------------------------*/

.page-id-342 .our_blog_section {

	background-image: none;

}

.page-id-342 .our_blog_col2 .default-cta{
	margin-top: 30px;
	max-width: 250px;
	width: 100%;
	text-align: center;
}

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

	.page-id-342 .our_blog_section {

		padding: 40px 15px;

	}	

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

	.page-id-342 .our_blog_section {

		padding: 60px 15px;

	}
	.page-id-342 .office_information_section {
		padding-top: 60px ;
	}
}


/*------------------------------------*/
/* Blog End */
/*-----------------------------------*/

/*------------------------------------*/
/* Advanced Technology Start */
/*-----------------------------------*/
.technology_frist_col2 .default-cta {

	background: #3b598a;
	max-width:218px;
	width:100%;
	text-align:center
}

.technology_frist_sec {
	padding: 50px 40px 0 40px;
	background-image: url(/wp-content/uploads/2025/12/Background_Pattern_Niagara.webp);
	background-size: cover;
	background-repeat: no-repeat;
}

.technology_frist_sec_container {
	max-width: 1200px;
	margin: 0 auto;
}

.technology_frist_sec_row {
	display: flex;
	align-items: center;

}

.technology_frist_col2 {
	flex: 0 0 50%;
	padding-left: 40px;
	padding-bottom: 50px;
}

.technology_frist_sec_content h3 {
	font-size: 18px;
	letter-spacing: 1px;
	color: #ffffff;
	margin-bottom: 20px;
}

.technology_frist_sec_content h1 {
	font-size: 60px;
	line-height: 1.4;
	color: #ffffff;
	margin-bottom: 20px;
}
.technology_frist_sec  .default-btn {
	justify-content: left !important; 
	flex-wrap: wrap;
}
.consultation-cta {
	display: flex;
	gap: 20px;
}

.technology_frist_sec  .default-cta {
	padding: 14px 28px;
	font-size: 15px;
	text-decoration: none;
	display: inline-block;
}

.technology_frist_sec .blue-color {
	background: #2f4f7c;
	color: #ffffff;
}
.technology_frist_sec .default-cta.blue-hover-color:hover {
	color: #9ec0ef !important;
	border-color: #c7d6e8 !important;
}
.technology_frist_sec .blue-hover-color {
	border: 2px solid #ffffff !important;
	color: #ffffff !important;
	background: transparent;
}


.technology_frist_seccol1 {
	flex: 0 0 50%;
	display: flex;
	justify-content: flex-end;
	z-index: 1;
}


.technology_frist_sec_img {
	width: 100%;
	max-width: 100%;
	margin-bottom: -50px;

}

.technology_frist_sec_img img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	height: 505px;
}

.technology_frist_sec .default-cta {
	font-size: 16px;
	line-height: 1;
	background: #3b598a;
	font-weight: 700 !important;
	color: #ffffff;
	padding: 17px 12px;
	border: 2px solid #82a8de;
	transition: all 0.3s ease-in-out;
	font-weight: 600;
}

.d-flex.technology_frist_sec_row {
	flex-direction: row-reverse;
	gap: 30px;
}



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

	.technology_frist_sec_content {
		text-align: center !important;
	}

	.technology_frist_sec .default-btn {
		justify-content: center !important;

	}
}

@media (max-width: 991px) {

	.technology_frist_sec {
		padding: 50px 15px 0 15px;

	}
	.technology_frist_sec_img img {
		height: auto; 
	}
	.technology_frist_sec_row {
		flex-direction: column !important ;
		text-align: center;
	}

	.technology_frist_col2,
	.technology_frist_seccol1 {
		flex: 0 0 100%;
	}

	.technology_frist_sec_img {

		max-width: 100%;
		max-height: 280px;
		overflow: hidden;
	}

	.consultation-cta {
		justify-content: center;
		flex-wrap: wrap;
	}

	body .technology_frist_sec_content h1 {
		font-size: 42px !important;
	}
	.technology_frist_sec_img {
		margin-bottom: 0px;
	}
	.technology_frist_col2, .technology_frist_seccol1 {
		width: 100%;
	}
	.technology_frist_sec_content {
		text-align: left;
	}
	.technology_frist_sec_content h3 {
		margin-bottom: 15px;
	}
	.technology_frist_col2 {
		padding-left: 0;
	}
}

@media (max-width: 575px) {
	body .technology_frist_sec_content h1 {
		font-size: 32px !important;
	}
	.technology_frist_sec {
		padding: 15px 15px 0 15px;
	}
	.technology_frist_col2 {
		padding-bottom: 40px;
	}
}



/*------------------------------------*/
/* Advanced Technology End */
/*-----------------------------------*/

/*------------------------------------*/
/* Advanced Surgery Team Start */
/*-----------------------------------*/



.page-id-524 .dr_img_content_sec {
	padding-top: 40px !important;
	margin-top:80px !important;

}

.technology_second_sec .dr_img_content_description h3{
	font-size: 36px !important;
	font-weight: 600 !important;
	line-height: 1.5 !important;
}

.technology_second_sec .dr_img_content_description p {
	padding-top: 0px;
	display: block;
	font-size: 16px;
	color: #1f1f1f;
	line-height: 2;
}

.technology_second_sec .dr_img_content_description p a{
	color:#82a8de;

}
.technology_second_sec ul.affiliated_associations_description li {
	margin:0 !important; 
	height: 54px;
}

.technology_second_sec .affiliated_associations_heading_txt h3 {
	line-height: 1.5;
	text-align: center;
}
.technology_second_sec ul.affiliated_associations_description li:before {

	top: auto;

}
@media only screen and (max-width: 991px) {
	.page-id-524 .dr_img_content_sec {
		margin-top: 0px !important;
	}
	.technology_second_sec ul.affiliated_associations_description li {
		margin:10px 0 !important; 
		height:auto;
	}


}

/*------------------------------------*/
/* Advanced Surgery Team End */
/*-----------------------------------*/

/*------------------------------------*/
/* Advanced Technologies Start */
/*-----------------------------------*/


.technology_third_sec_side {
	padding: 100px 40px;
	background-image: url(/wp-content/uploads/2025/12/Technology_bg_img.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.technology_third_sec_side .content_row{
	justify-content:center;
}
.technology_third_sec_side .banner-content h3 {
	font-size: 48px;
	font-weight: 600;
	color:#fff;
	z-index:2;
	position: relative;
	margin:0;
	text-align:center;
}
.technology_third_sec_side{
	position:relative;
}
.technology_third_sec_side:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #3b598a !important;
	opacity: .75 !important;
	content: "";
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	.technology_third_sec_side .banner-content h3 {
		font-size:36px;

	}
	.technology_third_sec_side .banner-col2.banner_text_content {

		padding-bottom: 0px !important;
		padding-left:15px;
		padding-right:15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.technology_third_sec_side .banner-content h3 {
		font-size: 42px;

	}

}



/*------------------------------------*/
/* Advanced Technologies End */
/*-----------------------------------*/


/*------------------------------------*/
/* Yomi Dental Robot Start */
/*-----------------------------------*/
.technology_fourth_sec .team_profile_section_flip:nth-child(odd) .team_profile_row {
	flex-direction: row-reverse;
}

.technology_fourth_sec .team_profile_section_flip:nth-child(even) .team_profile_row {
	flex-direction: row;
}

.technology_fourth_sec .team_profile_section_flip:nth-child(even) .team_profile_info > p {
	text-align: left;
}


.technology_fourth_sec .team_profile_info h4 {
	font-size: 30px;
	font-weight: 600;
}
.technology_fourth_sec .team_profile_info > p {

	font-weight: normal;
	line-height:2;
}


.technology_fourth_sec{
	background-image: url(/wp-content/uploads/2025/12/Background_Pattern_Niagara_white-98e789d3-2880w.webp);
	max-width:100%;
	position:relative;
}
.technology_fourth_sec:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	opacity: 0.5 !important;
	background-color: rgba(255, 255, 255, 1) !important;
	content: "";
	z-index: 1;
}
.technology_third_heading_module {
	position: relative;
	z-index: 1;
}

.technology_third_heading_module .team_profile_container{
	background-color:#fff;
	box-shadow: 0 25px 50px -10px rgb(0 0 0 / 20%) !important
}
.technology_third_heading_module .team_profile_row {
	align-items: center; 
}
.technology_third_heading_module .team_profile_image img {
	width: 449.86px !important ;
	margin: auto;
}

.technology_third_heading_module .team_profile_info { 
	padding-right: 1.5% !important;
	padding-left:1.5% ;  
}

.technology_third_heading_module .team_profile_section_flip:nth-child(even) .team_profile_row .team_profile_info {
	padding-right: 1.5%;
	padding-left:1.5% ;  
}
.technology_third_heading_module .team_profile_section_flip:nth-child(odd) .team_profile_row .team_profile_info {
	padding-right: 1.5%;
	padding-left:0 ;  
}
.technology_third_heading_module .team_profile_section_flip:nth-child(even) .team_profile_row .team_profile_image {
	padding-left: 0%;
	padding-right: 0;
}


.technology_third_heading_module .default-cta {
	max-width:250px; 
	width: 100%;
	text-align: center;
}

.technology_third_heading_module .default-btn.btn-group.consultation-cta {
	justify-content: left;
}
.technology_fourth_sec .team_profile_image {

	padding-right: 0; 

}
@media only screen and (max-width: 767px) {
	.technology_third_heading_module .team_profile_info h4 {
		margin-bottom: 10px !important;
	}



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

		padding-bottom: 20px;
	}
	.technology_third_heading_module .team_profile_image img {
		width:100% !important ;  
		margin: auto;
		padding: 15px 15px 0 15px;
	}

	.technology_third_heading_module .team_profile_section_flip .team_profile_row .team_profile_info {
		padding-left: 15px !important;
		padding-right: 15px !important; 
		padding-top: 20px;
	}
	.technology_third_heading_module .team_profile_section_flip:nth-child(odd) .team_profile_row .team_profile_info {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	.technology_third_heading_module .team_profile_info h4 {
		margin-bottom: 10px !important;
	}
	.technology_third_heading_module .team_profile_section_flip:first-child .team_profile_row {
		flex-direction: column-reverse;
	}

	.technology_third_heading_module .team_profile_section:first-child {
		padding-top: 60px;
	}
	.technology_third_heading_module .team_profile_section:last-child {
		padding-bottom: 20px;
	}

}
.technology_third_heading_module .team_profile_section:last-child {
	padding-bottom: 70px;
}
/*------------------------------------*/
/* Yomi Dental Robot End */
/*-----------------------------------*/



/*------------------------------------*/
/* First Appointment Start */
/*-----------------------------------*/

.first_visit__sec {
	float: none !important;
	top: 0 !important;
	left: 0 !important;
	width: auto !important;
	position: relative !important;
	height: auto !important;
	padding-top: 176.5px !important;
	padding-left: 40px !important;
	padding-bottom: 176.5px !important;
	max-width: 100% !important;
	padding-right: 40px !important;
	min-width: 0 !important;
	text-align: start !important;
	background-position: 50% 0 !important;
}

.first_visit__sec .doctor_banner_image_desktop_img img {
	object-position: 0% 0%;

}
.first_visit__sec .doctor_banner_image_container .content_row {
	justify-content:right;

}
.first_visit__sec .doctor_banner_image_container .content_row .banner_text_content{
	padding-left: 1.5%;

}
.first_visit__sec .doctor_banner_image_container .banner-col2.banner_text_content .banner-content h1 {
	text-align: left;
	width: 470px;
	font-size: 60px;
}

.first_visit__sec .doctor_banner_image_container .banner-col2.banner_text_content {
	max-width: 50%;
	width: 100%;
	height: 314px;
}
.first_visit__sec .doctor_banner_image_container .banner-col2.banner_text_content .banner-content .default-btn {
	justify-content: left;
	gap: 17px;
}

.first_visit_banner_sec .banner-col2 .banner-content h3 {
	color: var(--white_color) !important;
	font-size: 24px !important;
	font-weight: 400;
	margin-bottom: 8px;
	line-height: 1.4;
}

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

	.first_visit__sec .doctor_banner_image_container .banner-col2.banner_text_content .banner-content h1 {
		font-size: 30px !important ;
		font-weight: 600;
	}


}


@media only screen and (max-width: 991px) {
	.first_visit__sec .doctor_banner_image_container .banner-col2.banner_text_content {
		height: auto;
	}
	.first_visit__sec {
		padding-top: 0 !important;
		padding-left: 0 !important;
		padding-bottom:0 !important;
		padding-right: 0px !important;
	}

	.first_visit__sec .hero-banner {
		padding-top: 0 !important;
	}
	.first_visit__sec .hero-banner .container,
	.banner-col {
		padding: 0 !important;
	}
	.first_visit__sec .hero-banner .container .row {
		margin: 0;
	}
	.first_visit__sec .hero-banner .banner-content {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	body .first_visit_banner_sec .banner-col2 .banner-content h3 {
		font-size: 16px !important;
	}

	.first_visit__sec .hero-banner .banner-content h1,
	.hero_content_info h1 {
		color: #fff !important;
		margin-bottom: 8px;
	}
	.first_visit__sec .popup_btn {
		margin-top: 30px;
	}
	.first_visit__sec .banner-content .consultation-cta {
		/*        max-width: 100%;*/
		width: 100%;
	}
	.first_visit__sec .banner-content p {
		color: #fff;
		font-size: 18px;
		text-transform: uppercase;
		margin-bottom: 0;
	}
	.first_visit__sec .hero-banner .vd-sec {
		padding-top: 460px;
	}
	.first_visit__sec .hero-banner {
		min-height: 392px;
	}
	.first_visit__sec .content_row {
		flex-wrap: wrap;
	}
	.first_visit__sec .banner-col1 {
		width: 100%;
		height: 100%;
	}
	.first_visit__sec .banner-content .consultation-cta {
		flex-wrap: wrap;
	}
	.first_visit__sec .hero-banner .vd-sec iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 820px;
		height: 100%;
		max-width: 820px;
	}
	.first_visit__sec .hero-banner-inner {
		margin-bottom: 0 !important;
	}
	.first_visit__sec .banner-col2.banner_text_content {
		position: absolute;
		z-index: 10;
		padding-bottom: 40px;
	}
	.first_visit__sec .hero_banner_container .content_row {
		position: relative;
		align-items: flex-end !important;
	}
	.first_visit__sec .hero-banner.full_img_wrapper {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
		position: relative;
	}
	.first_visit__sec .hero-banner:before {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		bottom: 0;
		background-color: #3b598a !important;
		opacity: .75 !important;
		content: "";
		z-index: 1;
	}

	.first_visit__sec section.doctor_banner_image_sec {
		padding: 0 !important;
	}
	.first_visit__sec .doctor_banner_image_container .banner-col2.banner_text_content .banner-content p {
		font-size: 16px;
	}
	.first_visit__sec .doctor_banner_image_container .banner-col2.banner_text_content {
		left: 0;
		right: 0;
		padding: 0 15px;
		margin: auto;
	}
	.first_visit__sec .doctor_banner_image_container .banner-col2.banner_text_content .banner-content p,
	.first_visit__sec .doctor_banner_image_container .banner-col2.banner_text_content .banner-content h1 {
		text-align: center;
	}
	.first_visit__sec .doctor_banner_image_container .banner-col2.banner_text_content .banner-content .default-btn {
		justify-content: center;
	}

	.first_visit__sec .doctor_banner_image_container .banner-col2.banner_text_content .banner-content .default-btn {
		justify-content: center;
		max-width: fit-content;
		margin: auto;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}



	.first_visit__sec .doctor_banner_image_col1 img {
		height: 600px;
		object-fit: cover;
		width: 100%;
		max-width: 100%;
		object-position: 50% 0%;
	}
	.first_visit__sec .doctor_banner_image_container .content_row {
		width: 100%;
		height: 100%;
		justify-content: center;
	}
	.first_visit__sec .doctor_banner_image_container .content_row .doctor_banner_image_col1 {
		width: 100%;
	}
	.first_visit__sec .doctor_banner_image_container .content_row {
		align-items: end !important;
	}
	.first_visit__sec .doctor_banner_image_container .content_row .banner-col2 {
		margin-bottom: 30px;
	}
	.first_visit__sec .doctor_banner_image_container .banner-col2.banner_text_content .banner-content h1 {
		font-size: 48px;
		font-weight: 600;
	}


	.first_visit__sec .doctor_banner_image_container .banner-col2.banner_text_content .banner-content h1 {
		width: auto; 

	}

	.first_visit__sec .doctor_banner_image_container .banner-col2.banner_text_content {
		max-width: 100% !important; 

	}




}


/*------------------------------------*/
/* First Appointment End */
/*-----------------------------------*/


/*------------------------------------*/
/* Office Visitt Start */
/*-----------------------------------*/


.first_visit_second_repeater_sec .first_section_container .first_section_text h2 {
	font-size: 48px ;
	text-align: center;
	margin:0 0 20px 0;
}
.first_visit_second_repeater_sec .first_section_container .first_section_text ul.golden-check-dark-list li p {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	line-height: normal;

}
.first_visit_second_repeater_sec .first_section_container .first_section_text ul.golden-check-dark-list {
	gap: 10px 0;
	justify-content: space-evenly;
}

.first_visit_second_repeater_sec .first_section_container .first_section_text ul.golden-check-dark-list li {
	width: 46%;

}

.first_visit_second_repeater_sec {
	padding:40px 40px;
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
	.first_visit_second_repeater_sec .first_section_container .first_section_text ul.golden-check-dark-list li {
		width: 100%;
	}
	.first_visit_second_repeater_sec .first_section_container .first_section_text ul.golden-check-dark-list {
		gap: 20px 0;
	}

	.first_visit_second_repeater_sec .first_section_container .first_section_text ul.golden-check-dark-list li p {
		font-size: 15px;

	}
	.first_visit_second_repeater_sec .first_section_container .first_section_text h2 {
		font-size: 36px;

	}

}
@media only screen and (max-width: 991px) { 
	.first_visit_second_repeater_sec {
		padding: 40px 15px;

	}

}
/*------------------------------------*/
/* Office Visit End */
/*-----------------------------------*/
/*------------------------------------*/
/* information before your appointment Start */
/*-----------------------------------*/

.first_visit_third_sec .first_section_row {
	display: flex;
	background-color:#fff;
	padding: 30px 40px;
}

.first_visit_third_sec .affiliated_associations_col2 {
	max-width: 50%;
	width: 100%;
	padding-left:0px;
}

.first_visit_third_sec .affiliated_associations_heading_txt {
	padding-top: 0px !important ;
	padding-left: 0px !important ;
	padding-right: 0px !important  ;
	margin-left: 0px !important ;
	padding-bottom: 0px !important ;
	margin-top: 0px  !important ;
	margin-bottom: 0px  !important ;
	margin-right: 0px  !important;
	width: auto ;
	background-image:none ;
	background-size: cover;
	box-shadow:none !important;
}
.first_visit_third_sec .affiliated_associations_heading_txt h3 {
	font-size: 36px;
	color:#3b598a;
	font-weight: 600;
	margin-top:  0px;
}
.first_visit_third_sec .affiliated_associations_heading_txt span{
	line-height:2;

}
.first_visit_third_sec .first_section_col {
	box-shadow: none !important;
	padding: 0px 30px 0 0;
	max-width: 50%;
}

.first_visit_third_sec .first_section_text h3{
	font-size: 24px;
	font-weight: 600;
	line-height: initial;
}
.first_visit_third_sec  ul.golden-check-list li:before {

	background-image: url(/wp-content/uploads/2025/12/site_icon.svg);

}
.first_visit_third_sec ul.golden-check-list li {
	color:#3d3d3d;
	font-size: 16px;
	font-weight: 600;
	line-height:normal;
	margin-bottom: 36px;
	padding-left: 40px;
	position: relative;
}
.first_visit_third_sec ul.golden-check-list.golden-check-dark-list {
	margin-top: 20px;
}
.first_visit_third_sec .same_container_1200 {
	box-shadow: 0 25px 50px -10px rgb(0 0 0 / 20%) !important;
}
.first_visit_third_sec ul.golden-check-list li p b {
	color: #3d3d3d;
	font-weight: 700;
}
@media only screen and (max-width: 767px) {

	.first_visit_third_sec .first_section_row {
		flex-direction:column;
		gap: 20px;
	}

	.first_visit_third_sec .first_section_text h3 {
		font-size: 21px;
		text-align: center;
	}
	.first_visit_third_sec ul.golden-check-list li {
		font-size: 15px;

	}

	.first_visit_third_sec .first_section_col{
		padding: 0px 0px 0 0;
	}
	.first_visit_third_sec .first_section_col ,.first_visit_third_sec .affiliated_associations_col2 {
		max-width: 100%;
	}
	ul.golden-check-list li:before {
		width: 23px;
		height: 23px;
		padding-left: 30px;
	}
	.first_visit_third_sec ul.golden-check-list li {
		margin-bottom: 16px;
	}

}
@media only screen and (max-width: 991px) {
	.first_visit_third_sec .first_section_row {
		padding: 30px 15px;
	}

}
/*------------------------------------*/
/* information before your appointment End */
/*-----------------------------------*/

/*------------------------------------*/
/* X-Rays Start */
/*-----------------------------------*/
.first_visit_fourth_sec   .first_section_img {
	background-image:none;
	height: auto;
	padding-left: 0 !important;
}
.first_visit_fourth_sec .first_section_module .first_section_img img {
	height: auto; 
}

.first_visit_fourth_sec .same_container_1230 {
	padding: 0px;
}
@media only screen and (max-width: 767px) {
	.first_visit_fourth_sec .first_section_text h2 {
		text-align: center;
	}
	.first_visit_fourth_sec .first_section_text span {


		text-align: center;
		display: block;
	}
	.first_visit_fourth_sec .first_section_module {

		gap: 16px;
	}
}
@media only screen and (max-width: 991px) {
	.first_visit_fourth_sec  .first_section_module .first_section_img img {
		max-height: 100%; 
	}
}
/*------------------------------------*/
/* X-Rays End */
/*-----------------------------------*/



/*------------------------------------*/
/* Patient Registration Start */
/*-----------------------------------*/


.patient_registration_sec {

	padding-top: 176px !important;

	padding-bottom: 176px !important;

}

.patient_registration_sec .doctor_banner_image_desktop_img img {

	object-position: 50% 90%;
}

.patient_registration_sec .doctor_banner_image_container .banner-col2.banner_text_content .banner-content h1 {
	max-width: 370px;
	font-size: 60px;
}
.patient_registration_sec .doctor_banner_image_container .banner-col2.banner_text_content .banner-content .default-btn {
	gap: 16px;
}
@media only screen and (max-width: 767px) {
	.patient_registration_sec .doctor_banner_image_container .banner-col2.banner_text_content .banner-content h1 {
		font-size: 36px !important;
		max-width:100%;
	}

	.patient_registration_sec .banner-col2.banner_text_content {
		position: unset;
	}


	.patient_registration_sec .doctor_banner_image_col1:after {
		content: "";
		background-image: url(/wp-content/uploads/2025/12/Background_Pattern_Niagara-1920w.webp) !important;
		opacity: 0.9 !important;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.patient_registration_sec  .doctor_banner_image_container .content_row .doctor_banner_image_col1 {
		padding: 15px 15px 0 15px;
	}
	.patient_registration_sec .doctor_banner_image_col1 img {
		height: auto;

	}

	.patient_registration_sec .default-cta {

		background: #3b598a;

	}
	.patient_registration_sec .content_row {
		display: flex;
		align-items: center;
		gap: 30px;
	}
}
@media only screen and (max-width: 991px) {
	.patient_registration_sec .doctor_banner_image_container .banner-col2.banner_text_content .banner-content h1 {
		font-size: 48px;
	}

}
/*------------------------------------*/
/* Patient Registration End */
/*-----------------------------------*/



/*------------------------------------*/
/* Patient Registration Video Start */
/*-----------------------------------*/


.patient_registration_second_tab .first_section_module {
	flex-direction: column; 
}


.patient_registration_second_tab .default-cta.blue-hover-color {
	border-color:  #82a8de !important;
	color: #82a8de;
	text-align:center;
}
.patient_registration_second_tab .default-cta.blue-hover-color:hover {
	border-color:  #c7d6e8 !important;
	color: #c7d6e8;
	background-color:transparent !important;
}

.patient_registration_second_tab .oral_surgical_module_btn a:first-child  {
	background-color: #82a8de !important;
	border-color:  #82a8de !important;
	text-align:center;
}

.patient_registration_second_tab .oral_surgical_module_btn a:first-child:hover  {
	background-color: #9ec0ef !important;
	border-color:  #9ec0ef !important;
}


.patient_registration_second_tab {
	background-image: none !important;
	padding: 0px;
}

.patient_registration_second_tab .first_section_container.same_container_1200 {
	max-width: 1920px;
	width: 100%;
}


.patient_registration_second_tab .same_container_1200 {
	box-shadow: none !important;
}

.patient_registration_second_tab .first_section_row {
	padding: 0 !important;

}

.patient_registration_second_tab .first_section_row {
	background-color: #ececec;
}

.patient_registration_second_tab .affiliated_associations_heading_txt {
	max-width: 546px;
	width: 100%;
	margin: auto;
	text-align:center;
	margin: auto !important;
}
.patient_registration_second_tab .affiliated_associations_col2 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.patient_registration_second_tab .first_section_col{
	padding-left:40px;
}

.patient_registration_second_tab .affiliated_associations_heading_txt h3 {
	font-size: 48px;
}

.patient_registration_second_tab  h2 {
	margin-top: 52px !important;
	margin-bottom: 8px !important;
}

.patient_registration_second_tab  .first_section_module {

	gap: 30px;
}

.patient_registration_second_tab  .first_section_col {
	padding: 80px 17px 40px 40px;
}

.patient_registration_second_tab .default-btn.btn-group.consultation-cta {
	flex-wrap:wrap;    

}
.patient_registration_second_tab .consultation-cta {
	gap: 30px;
}

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

	.patient_registration_second_tab .first_section_row {
		flex-direction: column;
	}
	.patient_registration_second_tab .first_section_col ,.patient_registration_second_tab .affiliated_associations_col2 {
		max-width: 100%;
	}

	.patient_registration_second_tab .affiliated_associations_heading_txt {
		max-width: 100%; 
	}
	.patient_registration_second_tab .first_section_col,.patient_registration_second_tab .affiliated_associations_col2 {
		padding: 30px 15px 0 15px !important;
	}

	.patient_registration_second_tab .affiliated_associations_col2 {
		padding-left: 15px !important;
		padding-right: 15px;
	}
	.patient_registration_second_tab .default-btn.btn-group.consultation-cta {
		flex-direction: column;
		padding-bottom: 30px;
	}
	.patient_registration_second_tab .oral_surgical_module_btn a:first-child ,.patient_registration_second_tab .default-cta.blue-hover-color{
		margin: auto;
	}
	.patient_registration_second_tab .first_section_row {
		gap: 0px; 
	}
	.patient_registration_second_tab .affiliated_associations_col2 {
		padding-bottom:30px  !important; 
	}
	.yomi_robotic_fourth_sec .first_section_module .first_section_text h2 {
		text-align:center; 
	}
}


@media only screen and (max-width: 991px) { 
	.patient_registration_second_tab h2 {
		margin-top:0px !important; 
	}
	.patient_registration_second_tab .affiliated_associations_heading_txt h3 {
		font-size: 38px;
	}

}

@media only screen and (max-width: 1280px) {
	.patient_registration_second_tab .affiliated_associations_col2 {
		padding-left: 17px !important;
		padding-right: 40px ;
	}


}

/*------------------------------------*/
/* Patient Registration Video End */
/*-----------------------------------*/




/*------------------------------------*/
/* Smile Gallery Video Start */
/*-----------------------------------*/
.smile_gallery_banner_sec .doctor_banner_image_container .banner-col2.banner_text_content {

	height: auto; 
}

/*------------------------------------*/
/* Smile Gallery Video End	 */
/*-----------------------------------*/


/*=============================================
= Transformation Section  CSS
=============================================*/
.trnasformation-slider .slick-list {
	/*     margin-left: -24px;
	margin-right: -24px; */
}
.trnasformation-slide {
	padding: 0 24px;
}
.trnasformation-images {
	display: block;
	text-align: center;
}
.trnasformation-images img:first-of-type {
	margin-bottom: 12px;
}
.trnasformation-images img {
	border-radius: 12px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
@media only screen and (max-width: 1199.98px){
	.trnasformation-slider .slick-list {
		margin-left: -20px;
		margin-right: -20px;
	}
	.trnasformation-slide {
		padding: 0 20px;
	}
}
@media only screen and (max-width: 1024.98px){
	.trnasformation-slider .slick-list {
		margin-left: -16px;
		margin-right: -16px;
	}
	.trnasformation-slide {
		padding: 0 16px;
	}
}
@media only screen and (max-width: 991.98px){
	.trnasformation-slider .slick-list {
		margin-left: -12px;
		margin-right: -12px;
	}
	.trnasformation-slide {
		padding: 0 12px;
	}
}
@media only screen and (max-width: 767.98px){

}
@media only screen and (max-width: 480.98px){
	.trnasformation-slider .slick-list {
		margin-left: auto;
		margin-right: auto;
	}
	.trnasformation-slide {
		padding: 0 5px;
	}
}
/*Transformation arrow Design*/
.transformation-main{
	position: relative;
}
.trnasformation-slider{
	position: unset;
}
.trnasformation-slider .slick-arrow {
	background: #e7e9e6;
	width: 54px;
	height: 54px;
	z-index: 9;
	border-radius: 50%;
}
.trnasformation-slider .slick-prev {
	left: 30px;
}
.trnasformation-slider .slick-next {
	right: 30px;
}
.trnasformation-slider .slick-prev::before{
/* 	background-image: url(""); */
}
.trnasformation-slider .slick-next::before{
/* 	background-image: url(""); */
}
.trnasformation-slider .slick-prev::before, .trnasformation-slider .slick-next::before {
	position: absolute;
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	width: 22px;
	height: 22px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.transformation-title.common-title.heading-pb.text-center h3 {
	font-size: 36px;
	font-weight: 600;
}
section.transformation-section.section_padding {
	background-color: #f7f7f7;
}
.Group_btn ul {
	gap: 8px;
	margin-bottom: 30px;
}
.Group_btn li a {
	color: #999;
	font-size: 14px;
}

.trnasformation-sliders {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 1525.98px){
	.trnasformation-slider .slick-prev {
		left: 5px;
	}
	.trnasformation-slider .slick-next {
		right: 5px;
	}
	.trnasformation-slider .slick-arrow{
		width: 40px;
		height: 40px;
	}
}
@media only screen and (max-width: 1024.98px){
	.trnasformation-slider .slick-arrow{
		width: 30px;
		height: 30px;
	}
	.trnasformation-slider .slick-prev::before, .trnasformation-slider .slick-next::before{
		width: 18px;
		height: 18px;
	}
}
/*Transformation arrow Design*/
/* =========================================================
Start Before after css
============================================================= */
.before-after-slider {
	margin-bottom: 0 !important
}
.comparison-content {
	padding: 0 13px;
}
.comparison-content h4{
	padding-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}
.comparison-content p{
	margin-bottom: 0px;
	text-align: center;
}
.repid-smile-bg .comparison-main .comparison {
	padding-bottom: 92%;
}
.repid-smile-bg .comparison-main>* {
	padding: 0;
}
.comparison {
	width: 100%;
	padding-bottom: 67.2%;
	overflow: hidden;
	position: relative;
}
.home .comparison{
	padding-bottom: 54%;
}
.comparison-content p{
	font-size: 14px;
}
.figure {
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	font-size: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background-image: var(--after-img);

}
.divisor {
	background-size: cover;
	position: absolute;
	width: 50%;
	-webkit-box-shadow: 0 5px 10px -2px rgba(0,0,0,.3);
	box-shadow: 0 5px 10px -2px rgba(0,0,0,.3);
	bottom: 0;
	height: 100%;
	background-image: var(--before-img);
}
.divisor:before,.divisor:after {
	content: "";
	position: absolute;
	right: -2px;
	width: 4px;
	height: calc(50% - 20px);
	background: #fff;
	z-index: 3;
}
.divisor:before {
	top: 0;
	-webkit-box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
	box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
}
.divisor:after {
	bottom: 0;
	-webkit-box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
	box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
}
figure.figure::before {
	position: absolute;
	content: "Before";
	top: 45%;
	bottom: 0;
	left: 10px;
	max-width: calc(50% - 15px);
	width: 89px;
	height: 36px;
	z-index: 1;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2;
	font-family: var(--recoleta);
	background-color: #00000080;
	padding: 7px 9px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	opacity:0;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;

}
figure.figure::after {
	position: absolute;
	content: "After";
	max-width: calc(50% - 15px);
	width: 89px;
	top: 45%;
	bottom: 0px;
	right: 10px;
	height: 36px;
	z-index: 1;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2;
	font-family: var(--recoleta);
	background-color: #00000080;
	padding: 7px 12px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	opacity:0;
	transition:.3s ease-in-out, transform .3s ease-in-out;

}

figure:hover.figure::after ,figure:hover.figure::before{

	opacity:1;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;


}
.divisor span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.handle {
	position: absolute;
	height: 50px;
	width: 50px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 1;
	border-radius: 100%;
}
.handle:before,.handle:after {
	content: "";
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
	top: 50%;
	margin-top: -6px;
}
.handle:before {
	border-right: 6px solid #fff;
	left: 50%;
	margin-left: -17px;
}
.handle:after {
	border-left: 6px solid #fff;
	right: 50%;
	margin-right: -17px;
}
.comparison input[type=range] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: absolute;
	top: 50%;
	left: -25px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: transparent;
	width: calc(100% + 50px);
	z-index: 2;
	cursor: col-resize;
	border: none;
	max-width: inherit;
	padding: 0;
}
input[type=range]:focus,input[type=range]:active {
	border: none;
	outline: none;
}
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: 0 0;
	border: 3px solid #fff;
	-webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,.3);
	box-shadow: 0 0 8px 1px rgba(0,0,0,.3);
}
input[type=range]::-moz-range-track {
	-moz-appearance: none;
	height: 15px;
	width: 100%;
	background-color: transparent;
	position: relative;
	outline: none;
}
.comprison-before-after {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 24px 1fr 24px 1fr;
	grid-template-columns: repeat(3,1fr);
	gap: 24px;
}
.comprison-before-after>* {
	padding: 0;
	border-radius: 4px;
	overflow: hidden;
}


.trnasformation-slider {
	background-color: rgba(255, 255, 255, 1) !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: 0 25px 50px -10px rgb(0 0 0 / 20%) !important;
	padding: 15px 40px;
}
.Upper_container{
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 15px 40px;
}
.transformation_container {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 15px 27px;
	background-color:#fff;
}
section.transformation-section.section_padding {
	padding: 80px 40px;
}
@media only screen and (max-width: 1400px) {

}
@media only screen and (max-width: 991px) {
	.transformation_container {
		padding: 15px 0px;

	}
	.Upper_container{
		padding: 15px 15px;
	}
	section.transformation-section.section_padding {
		padding: 60px 40px;
	}
}
@media only screen and (max-width: 767px) {

	.trnasformation-sliders {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.transformation-title.common-title.heading-pb.text-center h3 {
		font-size: 30px;
		font-weight: 600;
	}
	section.transformation-section.section_padding {
		padding: 40px 40px;
	}
}

@media only screen and (max-width: 575px){
	.comparison-content {
		margin: 0;
	}
	.Group_btn li a {

		font-size: 12px;
	}
}
@media only screen and (max-width: 480px) {

}
/* =========================================================
End Before after css
============================================================= */




/*=============================================*/
/* =========================================================
Testimonials Start
============================================================= */
.testimonials_Video_sec .testimonial_video_heading_txt .testimonial_video_repeater:nth-child(10) iframe{
	background-image:url(/wp-content/uploads/2025/12/testimonials_10_bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	backdrop-filter: blur(10px);
}

.testimonials_Video_sec .testimonial_video_heading_txt .testimonial_video_repeater:nth-child(11) iframe{
	background-image:url(/wp-content/uploads/2025/12/testimonials_11_bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	backdrop-filter: blur(10px);
}
.testimonials_Video_sec .testimonial_heading_txt {
	margin-bottom: 50px;
	text-align: center;
}
.Group_btn ul li:nth-child(3) a ,.Group_btn ul li:nth-child(5) a{
	color: #999;

}

.Group_btn ul li svg {
	color: #999;
}
.testimonial_video_section.videos_second_sec h3, .testimonials_Video_sec h3,.videos_Third_sec h3 {
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 50px;
}
.videos_second_sec  .testimonial_video_heading_txt {
	padding-bottom: 30px;
}

.testimonials_review_slider_sec .review_slider_heading_txt h3 {
	font-size: 48px;
	font-weight: 600;
	line-height: 1.5;
	color: var(--brown_color);
	margin-bottom: 0;
}

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

	.testimonial_video_section.videos_second_sec h3, .testimonials_Video_sec h3 ,.videos_Third_sec h3{
		font-size: 36px;
	}
	.testimonials_review_slider_sec .review_slider_heading_txt h3 {
		font-size: 38px;
	}
}
@media only screen and (max-width: 575px) {
	.testimonial_video_section.videos_second_sec h3 ,.testimonials_Video_sec h3 ,.testimonials_Video_sec .testimonial_heading_txt ,.videos_Third_sec h3{

		margin-bottom: 30px;
	}
	.testimonial_video_section.videos_second_sec h3, .testimonials_Video_sec h3 ,.videos_Third_sec h3{
		font-size: 30px;

	}

}

/* =========================================================
Testimonials End
============================================================= */



/* =========================================================
Videos Start
============================================================= */

.videos_banner_sec p {
	color: #82a8de !important;
}


.videos_banner_sec h1 {
	color: #3b598a !important;
}


.videos_banner_sec .default-cta.blue-hover-color {
	border-color: #3b598a;
	color: #3b598a;
}

.videos_banner_sec .default-cta.blue-hover-color:hover {
	border-color: #82a8de;
	color:  #82a8de;
}

.videos_banner_sec .doctor_banner_image_container .banner-col2.banner_text_content {
	height:auto;
}
.videos_banner_sec{
	position:relative !important;
}

.videos_banner_sec:after {
	content: '';
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, 1) 100%) !important;
	opacity: 0.5 !important;
	max-width: 100%;
	width: 100%;
	position: absolute !important;
	top: 0;
	height: 100%;
	left: 0;
}

.videos_frist_sec .testimonial_video_heading_txt .testimonial_video_repeater:first-child iframe{
	background-image:url(/wp-content/uploads/2025/12/video_img.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	backdrop-filter: blur(10px);
}
.videos_frist_sec .testimonial_video_heading_txt .testimonial_video_repeater:last-child iframe{
	background-image:url(/wp-content/uploads/2025/12/video_img_2.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	backdrop-filter: blur(10px);
}

.banner_Upper_btn {
	display:none;
}

.page-id-746 .testimonial_video_comment_txt {
	margin-top: 20px;
}
.testimonial_video_section.videos_Third_sec {
	padding: 60px 40px !important;
}
@media only screen and (max-width: 991px) {
	.videos_frist_sec{

		padding: 0px 15px !important;

	}
	.videos_banner_sec p {
		color: #fff !important;
	}


	.videos_banner_sec h1 {
		color: #fff !important;
	}


	.videos_banner_sec .default-cta.blue-hover-color {
		border-color: #fff;
		color:  #fff;
	}

	.videos_banner_sec .default-cta.blue-hover-color:hover {
		border-color:#c7d6e8;
		color: #c7d6e8;
	}

	.videos_banner_sec .doctor_banner_image_col1:after {
		content: "";
		background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 1) 100%) !important;
		opacity: 0.9 !important;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

}
.videos_frist_sec{

	padding: 0px 40px !important;

}
.videos_frist_sec .Group_btn ul {

	padding: 20px 0px 30px !important;
}
@media only screen and (max-width: 767px) {
	.banner_Upper_btn {
		display:block;
		padding: 10px 15px;
	}
	.videos_second_sec{
		padding-top:0 !important;
	}
	.videos_frist_sec{

		padding: 40px 15px !important;

	}
	.testimonial_video_section.videos_Third_sec {
		padding: 40px 15px !important;
	}

	.banner-content .default-cta.blue-hover-color:hover {
		border-color:#c7d6e8 !important;
		color: #c7d6e8 !important;
		background-color:transparent !important;
	}
	.Group_btn ul {
		gap: 6px;

	}
	.videos_frist_sec .Upper_btn{
		display:none;
	}
}
/* =========================================================
Videos End
============================================================= */
.testimonial_video_section.videos_Third_sec {
	background-color: #f7f7f7;
}


/* =========================================================
Payment Options Start
============================================================= */

.payment_options_sec {

	padding-top: 176.5px !important;

	padding-bottom:176.5px !important;

}
.payment_options_sec .banner-content h1 {
	font-size:60px;
	font-weight: 500;
	color: #fff;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 1.5;
	text-align: center;
	max-width: 275px;
}
.payment_options_second_sec .dr_img_content_col1 {
	max-width: 100%; 
}
.payment_options_second_sec .dr_img_content_col1 p a {
	color:#000;
}

.payment_options_third_sec{
	background-image: url(/wp-content/uploads/2025/12/Background_Pattern_Niagara_white-98e789d3-1920w.webp) !important;
	background-size: cover;
	background-repeat: no-repeat !important;
	position:relative;
}
.payment_options_third_sec:after {
	content: '';
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%) !important;
	opacity: 1 !important;
	width: 100%;
	position: absolute !important;
	top: 0;
	z-index: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.payment_options_third_sec .same_container_1200 {
	position:relative;
	z-index: 1;
}
.payment_options_third_sec .payment_options_heading_txt h3 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 30px;
}

.payment_options_third_sec {
	padding: 80px 40px 60px 40px ;
}

.payment_options_third_sec .payment_options_col2 {

	margin-bottom: 45px;
}
.payment_options_second_sec .dr_img_content_description p {

	margin-bottom:0 !important;
}

.payment_options_fourth_sec .testimonial_heading_txt h3 {
	font-size: 48px;
	font-weight: 600;
	line-height: 1.5;
	color: var(--brown_color);
	margin-bottom: 0;
}

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

	.payment_options_sec .banner-content h1 {
		max-width:100%;
	}
	.payment_options_third_sec .payment_options_heading_txt h3 {
		font-size: 30px;
	}
	.payment_options_third_sec ,.payment_options_second_sec  {
		padding: 30px 15px !important;
	}

}
@media only screen and (max-width: 991px) {
	.payment_options_third_sec ,.payment_options_second_sec{
		padding: 60px 15px  ;
	}
	.payment_options_fourth_sec .testimonial_heading_txt h3 {
		font-size: 38px;
	}
}

/* =========================================================
Payment Options End
============================================================= */
/* =========================================================
Payment Options faq Start
============================================================= */

.payment_options_fourth_sec .faq_main_row {
	padding: 0px;
	background-color: #fff;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.payment_options_fourth_sec {
	padding:0 40px 60px 40px;
	background-color: #fff;
}

.payment_options_fourth_sec .testimonial_heading_txt {

	text-align: left;
}
.payment_options_fourth_sec .faq_main_info h2 {

	font-weight: 500;
}
@media only screen and (max-width: 991px) {
	.payment_options_fourth_sec{
		padding: 0 15px 60px 15px;
	}

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

	.payment_options_fourth_sec{
		padding: 0 15px 30px 15px !important;
	}
}
/* =========================================================
Payment Options faq End
============================================================= */


/* =========================================================
Dental Implants Start
============================================================= */

.dental_implants_sec .technology_frist_sec_content p {
	color: #fff;
	line-height: 2;
	margin-bottom: 15px !important;
}
.dental_implants_sec .technology_frist_sec_img img {

	height: 622px;
}


.dental_implants_second_sec .oral_surgical_module_txt h4 {
	font-size: 30px;
	height: 100px;
	color: #fff;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0;
	font-family: var(--poppins-font);
}

.dental_implants_second_sec .oral_surgical_col2 .oral_surgical_module {
	max-width:32.1%;
	width: 100%;

}
.dental_implants_second_sec .oral_surgical_col2 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
	justify-content:center;
	gap: 20px;
}
.oral_surgical_col1 {
	margin-top: 40px;
}
.dental_implants_third_sec .testimonial_video_blk {
	display: flex;
	align-items: center;
	gap: 130px;
}
.testimonial_video_section.dental_implants_third_sec {
	background-color: #3b598a;
	color: #fff;
}


.dental_implants_third_sec .default-btn.btn-group.consultation-cta {
	width: 100%;
	max-width: 218px;
	margin:0 !important;
	padding:0 !important;

}
.dental_implants_third_sec {
	padding: 24.5px 40px !important;
}
.dental_implants_third_sec .testimonial_heading_txt {
	margin-bottom: 0px;  
	line-height: 1.5;

}
.dental_implants_third_sec .testimonial_heading_txt p {
	font-size: 18px;
}
.dental_implants_third_sec .testimonial_heading_txt p a{
	font-weight: 600;
}
.dental_implants_third_sec a.default-cta.blue-color {
	max-width: 218px;
	width: 100%;
	text-align: center;
}

.dental_implants_second_sec .oral_surgical_heading_txt h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--brown_color);
    margin-bottom: 0;
}



@media (max-width: 991px) {
	div#page.site.grid-container.container.hfeed div#content .Custom_padding {
		padding: 40px 0px 105.5px !important ;
	}
	.dental_implants_fourth_sec {
		padding: 40px 15px !important;
	}
	.dental_implants_fourth_txt h3 {
		font-size: 30px !important;
	}
	.dental_implants_fourth_col2 p {
		font-size: 22px !important;
	}

	.dental_implants_sec .technology_frist_sec_img img {
		height: auto;
	}
	.oral_surgical_col1 {
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.dental_implants_third_sec .testimonial_video_blk {
		flex-direction:column;
		justify-content:center;

	}
	.dental_implants_third_sec .testimonial_heading_txt {

		line-height: 2;
	}
	.testimonial_video_section {
		padding:16.5px 15px 30px 15px  !important;
	}
	
	.dental_implants_second_sec .oral_surgical_heading_txt h3 {
		font-size: 38px;
	}

}
.dental_implants_fourth_col2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}
.dental_implants_fourth_col2 p {
	text-align: center;
	font-size: 24px  ;
	font-weight: 700 !important;
	margin-top: 10px;
	color:#3b598a;
}
.dental_implants_fourth_txt h3 {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.53;

}
.our_practice_second_sec_repeater_container span a {
	color: #82a8de;
}
.dental_implants_fourth_sec{
	padding: 40px 40px;
}

@media only screen and (max-width: 767px) {
	div#page.site.grid-container.container.hfeed div#content .Custom_padding {
		padding: 0px 0px 30px !important;
	}
	.dental_implants_fourth_col2 {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.dental_implants_second_sec .oral_surgical_col2 .oral_surgical_module {
		max-width: 100%;
		width: 100%;
	}
	.dental_implants_second_sec .oral_surgical_module_txt h4 {
		font-size: 22px;
		height:auto;

	}
	.dental_implants_fourth_txt h3 {
		margin-bottom: 20px;
	}

	.dental_implants_second_sec{
		padding: 30px 15px;
	}
}

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

	.dental_implants_second_sec .oral_surgical_col2 .oral_surgical_module {
		max-width: 48.1% !important;
		width: 100%;
	}
}

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

	.dental_implants_third_sec .testimonial_video_blk {
		gap: 30px;
		justify-content: space-between;

	}
}

@media only screen and (min-width: 992px) and (max-width: 1161px) {
	.dental_implants_second_sec .oral_surgical_col2 .oral_surgical_module {
		max-width: 31.1%;
		width: 100%;
	}


}
.Custom_padding {

	padding: 85.5px 40px 105.5px !important;

}
/* =========================================================
Dental Implants End
============================================================= */


/* =========================================================
Surgical Procedures Start
============================================================= */
.page-id-893 .dental_implants_fourth_sec{

	display:none;

}
.page-id-893 .dental_implants_sec .technology_frist_sec_img img {
	height: 767px;
	object-position: 50% 0%;
}

.page-id-893 .default-image-content span a{
	color: #212529;

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

	.page-id-893 .dental_implants_sec .technology_frist_sec_img img {
		height: auto;

	}
}

/* =========================================================
Surgical Procedures End
============================================================= */

/* =========================================================
Surgical Instructions Start
============================================================= */

.page-id-903 .dental_implants_fourth_sec{

	display:none;

}

.page-id-903 .dental_implants_sec .technology_frist_sec_img img{
	height: 744px;
	object-position: 50% 0%;
}
.page-id-903 .default-image-content span a{
	color: #212529;

}
.page-id-903 .technology_frist_col2 {
	flex: 0 0 52%;

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

	.page-id-903 .dental_implants_sec .technology_frist_sec_img img {
		height: auto;

	}
}


/* =========================================================
Surgical Instructions End
============================================================= */




/* =========================================================
Surgical Procedures Start
============================================================= */

.page-id-915 .oral_surgical_section.dental_implants_fourth_sec ,.page-id-928 .oral_surgical_section.dental_implants_fourth_sec,.page-id-930 .oral_surgical_section.dental_implants_fourth_sec,.page-id-935 .oral_surgical_section.dental_implants_fourth_sec,.page-id-938 .oral_surgical_section.dental_implants_fourth_sec,.page-id-942 .oral_surgical_section.dental_implants_fourth_sec,.page-id-945 .oral_surgical_section.dental_implants_fourth_sec,.page-id-973 .oral_surgical_section.dental_implants_fourth_sec

{
	DISPLAY: NONE;
}

.page-id-915 .related_service_inner_pages_list ul li:nth-child(4),
.page-id-915 .related_service_inner_pages_list ul li:nth-child(8),
.page-id-928 .related_service_inner_pages_list ul li:nth-child(4),
.page-id-928 .related_service_inner_pages_list ul li:nth-child(8),
.page-id-930 .related_service_inner_pages_list ul li:nth-child(4),
.page-id-930 .related_service_inner_pages_list ul li:nth-child(8),
.page-id-935 .related_service_inner_pages_list ul li:nth-child(4) ,
.page-id-935 .related_service_inner_pages_list ul li:nth-child(8),
.page-id-938 .related_service_inner_pages_list ul li:nth-child(4) ,
.page-id-938 .related_service_inner_pages_list ul li:nth-child(8),
.page-id-942 .related_service_inner_pages_list ul li:nth-child(4) ,
.page-id-942 .related_service_inner_pages_list ul li:nth-child(8),
.page-id-945 .related_service_inner_pages_list ul li:nth-child(4) ,
.page-id-945 .related_service_inner_pages_list ul li:nth-child(8),
.page-id-973 .related_service_inner_pages_list ul li:nth-child(4) ,
.page-id-973 .related_service_inner_pages_list ul li:nth-child(8){
	display: none;
}

.page-id-915 .default-image-content span a ,.page-id-928 .default-image-content span a ,.page-id-930 .default-image-content span a,.page-id-935 .default-image-content span a,.page-id-938 .default-image-content span a,.page-id-942 .default-image-content span a,.page-id-945 .default-image-content span a,.page-id-973 .default-image-content span a 

{
	color: #212529;

}

.page-id-930 .dental_services_content_blk ,.page-id-915 .dental_services_content_blk,.page-id-928 .dental_services_content_blk,.page-id-935 .dental_services_content_blk,.page-id-938 .dental_services_content_blk,.page-id-942 .dental_services_content_blk,.page-id-945 .dental_services_content_blk,.page-id-973 .dental_services_content_blk 

{
	padding: 40px 40px;
}
.page-id-930 .technology_frist_seccol1 {
	flex: 0 0 49%;

}

.page-id-938 .dental_services_main_sec .technology_frist_sec_content h3 {

	max-width: 442px;

}


.page-id-945 .dental_services_main_sec .technology_frist_sec_img img ,.page-id-942 .dental_services_main_sec .technology_frist_sec_img img {

	height: 456px;
}

.page-id-928 .dental_services_main_sec .technology_frist_sec_content h3 {

	max-width: 455px;

}
.page-id-942 .dental_services_main_sec .technology_frist_sec_img img {
	height: 492px;
}

.page-id-935 .dental_services_main_sec .technology_frist_sec_img img,
.page-id-938 .dental_services_main_sec .technology_frist_sec_img img,
.page-id-930 .dental_services_main_sec .technology_frist_sec_img img,
.page-id-915 .dental_services_main_sec .technology_frist_sec_img img{
	height: 542px;
}
.page-id-973 .dental_services_main_sec .technology_frist_sec_img img{
	height: 496px;

}
.page-id-973 .services_content_descr4 a {
	color: #82a8de !important;
	text-decoration: none !important;
}

.page-id-973 .services_content_col2 .affiliated_associations_heading_txt h4 {
	color: #3b598a;
	padding-bottom: 0px;
}
.page-id-973 .services_content_col2 .affiliated_associations_heading_txt .information_form_blk label {
	color:#000;
	font-weight: 400;
}

.page-id-973 .affiliated_associations_heading_txt {
	background-image:none;
}
.page-id-973 .services_content_col2 .affiliated_associations_heading_txt .information_form_blk,.page-id-973 .services_content_col2 .affiliated_associations_heading_txt .email-content {
	padding: 0 ; 
}
.page-id-973 .services_content_col2 .affiliated_associations_heading_txt .submit-field button {
	background-color:#9ec0ef;
	color: #fff;
	border-color:#9ec0ef;
	max-width:200px;
	text-transform:uppercase;
}
.page-id-973  .services_content_col2 .affiliated_associations_heading_txt .submit-field button:hover {
	background-color: #9ec0ef !important;
	border-color: #9ec0ef !important;
}
@media only screen and (max-width: 991px) { 
	.page-id-973 .services_content_col2 .affiliated_associations_heading_txt .submit-field button {
		max-width:100%;
	}

	.page-id-930 .dental_services_content_blk ,.page-id-915 .dental_services_content_blk ,.page-id-928 .dental_services_content_blk,.page-id-935 .dental_services_content_blk,.page-id-938 .dental_services_content_blk,.page-id-942 .dental_services_content_blk,.page-id-945 .dental_services_content_blk,.page-id-973 .dental_services_content_blk



	{
		padding: 40px 15px;
	}

	.page-id-928 .dental_services_main_sec .technology_frist_sec_content h3 ,.page-id-928 .dental_services_main_sec .technology_frist_sec_content h3{
		max-width: 100%;
	}
	.page-id-935 .dental_services_main_sec .technology_frist_sec_img img
	.page-id-945 .dental_services_main_sec .technology_frist_sec_img img ,.page-id-942 .dental_services_main_sec .technology_frist_sec_img img,.page-id-938 .dental_services_main_sec .technology_frist_sec_img img ,.page-id-930 .dental_services_main_sec .technology_frist_sec_img img,.page-id-942 .dental_services_main_sec .technology_frist_sec_img img,.page-id-915 .dental_services_main_sec .technology_frist_sec_img img ,.page-id-973 .dental_services_main_sec .technology_frist_sec_img img{
		height: auto;

	}
}


/* =========================================================
Surgical Procedures End
============================================================= */	




/* =========================================================
Surgical Instructions Start
============================================================= */
.page-id-1014 .Surgical_Instructions_Service_img img{
	height: 542px !important;

}

.Surgical_Instructions_Service_img img
{
	height: 456px !important;

}
.Surgical_Instructions_Service_col2 h3{
	max-width: 470px !important;
}


/* .page-id-1033 .services_content_descr3{
font-size:16px;
color:#000;
} */
@media only screen and (max-width: 991px) { 

	.Surgical_Instructions_Service_col2 h3{
		max-width:100% !important;
	}

	.Surgical_Instructions_Service_img img,.page-id-1014 .Surgical_Instructions_Service_img img
	{
		height: auto !important;

	}
}

/* =========================================================
Surgical Instructions End
============================================================= */	



/* =========================================================
Blog Inner Page Start
============================================================= */	

/* =========================================================
Blog Inner Page Banner Start
============================================================= */	
ul.blog_icon_ul.d-flex li:first-child a img {
	height: 30px;
	width: 30px;
	filter: invert(100);
}
ul.blog_icon_ul.d-flex li a img {
	height: 26px;
	width: 26px;
	filter: invert(100);
}
ul.blog_icon_ul.d-flex li:nth-child(3) a img {
	height: 20px;
	width: 20px;
	filter: invert(100);
}

section.entry-header {
	background-color: #3b598a;
	color: #fff;
	padding-top: 180px;
	padding-bottom: 180px;
}


.entry-meta span {
	color: #fff;
	text-align: center;
	font-size: 24px;
	margin-top: 20px;
	font-weight: 400;
	display: block;
}


.blog_icon_ul li:first-child a {
	width: 40px;
	height: 40px;
	background-color: #1877f2;
	display: flex;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
}

.blog_icon_ul li:nth-child(2) a {
	width: 40px;
	height: 40px;
/* 	background-color: #0f1419; */
	background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
	display: flex;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
}

.blog_icon_ul li:nth-child(3) a {
	width: 40px;
	height: 40px;
	background-color: #f00;
	display: flex;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
}
.blog_icon_ul li:nth-child(4) a {
	width: 40px;
	height: 40px;
	background-color: #01e675;
	display: flex;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
}
.blog_icon_ul li:last-child a {
	width: 40px;
	height: 40px;
	background-color: #707070;
	display: flex;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
}

section.entry-header h1{
	font-size:60px;
	font-weight: 500;
	width: 860px;
	margin:auto;
	text-align:center;
	line-height: normal;
}

ul.blog_icon_ul.d-flex {
	justify-content: center;
	gap: 25px;
}	
.blog_social_icon {
	margin-top: 10px;
}
.entry-meta {
	text-align: center;
}

.single.single-post div#page.site.grid-container.container.hfeed {
	max-width: 100%;
	width: 100%;
	background-color: #f7f7f7;
}
/* =========================================================
Blog Inner Page Banner End
============================================================= */	

ul.blog_list {
	margin-top: 30px;
}

ul.blog_list li {
	list-style: disc !important;
	margin-left: 32px;
	padding:2px 0;
	line-height: 2;
}

.custom_post_content_with_img {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	margin-top:60px;
	background-color:#fff;
	padding:40px;
}
.entry-content p {
	line-height: 2;
	font-weight: 400;
	color: #1f1f1f;
	margin: 20px 0;

}

article  {
	padding-bottom: 60px;
}
.single-post-pagination {
	margin-top: 20px;
	padding-top: 20px;
	border-top:none;
}
.pagination-prev a, .pagination-next a {

	color: #82a8de !important;

}
.blog_inner_contant_blk h4 {
	color: #1f1f1f;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 8px;
}
.entry-content p a{
	color:#82a8de;
}
.entry-content h3 {
	line-height: initial;
	font-size: 36px;
	font-weight: 600;
	margin-top:40px;
	margin-bottom:8px;
}

.page-template-anesthesia .dental_services_content_blk .affiliated_associations_heading_txt .input-field.form-checkbox.consent_txt_box_blk label {
    color: #000;
	line-height: 1.8;
}
.page-template-anesthesia .dental_services_content_blk .affiliated_associations_heading_txt .input-field.form-checkbox.consent_txt_box_blk {
    margin-top: 0px;
}
.page-template-referring_doctors_page .default-cta.blue-hover-color:hover {
    color: #c7d6e8;
    border-color: #c7d6e8;
}
@media only screen and (max-width: 575px) {

	.entry-content h3 {
		font-size: 28px !important;
	}

}

@media only screen and (max-width: 767px) {
	section.entry-header h1 {
		font-size: 36px !important;

	}
	ul.blog_list li {
		font-size:15px
	}

	ul.blog_list {
		margin-top: 30px;
		margin-bottom: 20px;
	}

	ul.blog_icon_ul.d-flex li a img {
		height: 18px;
		width: 18px;
		filter: invert(100);
	}
	section.entry-header {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	.blog_icon_ul li:last-child a {
		width: 30px;
		height: 30px;

	}
	.entry-meta span {
		font-size: 15px;
	}
	ul.blog_icon_ul.d-flex {
		gap: 15px;
	}

	.blog_icon_ul li:first-child a {
		width: 30px;
		height: 30px;
	}
	ul.blog_icon_ul.d-flex li:first-child a img {
		height: 25px;
		width: 25px;
		filter: invert(100);
	}
	.blog_icon_ul li:nth-child(2) a {
		width: 30px;
		height: 30px;

	}
	ul.blog_icon_ul.d-flex li:nth-child(3) a img {
		height: 16px;
		width: 16px;
		filter: invert(100);
	}

	.blog_icon_ul li:nth-child(3) a {
		width: 30px;
		height: 30px;
	}
	.blog_icon_ul li:nth-child(4) a {
		width: 30px;
		height: 30px;
		background-color: #01e675;
		display: flex;
		border-radius: 50px;
		align-items: center;
		justify-content: center;
	}
	.entry-content p {
		font-size:15px;
	}
}
ul.blog_number_list {
	margin-top: 30px;
}
ul.blog_number_list li b {
	margin: 0 8px 0 2px;
}

ul.blog_number_list li {
	list-style: auto !important;
	line-height: 2;
	margin: 7px 0 7px 30px;
}
@media only screen and (max-width: 991px) { 
	.blog_inner_contant_blk h4 {
		margin-top: 25px;
		margin-bottom: 12px;
	}
	article {
		padding-bottom: 15px;
	}
	.custom_post_content_with_img {

		margin-top: 15px !important;
	}
	section.entry-header {
		padding-left: 15px;
		padding-right: 15px;
	}
	section.entry-header h1 {
		font-size: 40px;
		width: 100%;
		max-width:100%;
		margin: auto;
		text-align: center;
		line-height: normal;
	}
	section.entry-header {
		background-color: #3b598a;
		color: #fff;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.custom_post_content_with_img {

		margin-top: 15px;
		padding:30px 15px;
	}
	.entry-content h3 {
		font-size: 30px;
		margin-top: 15px;
		margin-bottom: 8px;
	}
	.entry-content p {
		margin: 20px 0;
	}

}
@media only screen and (max-width: 1240px) { 
	.custom_post_content_with_img {
		width: auto;
		margin: 15px;
		margin-top: 60px;
	}


}
/* =========================================================
Blog Inner Page End
============================================================= */	