/* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version */
/*
Theme Name:   GeneratePress Child
Theme URI:    https://niagaraoms.com/generatepress-child/
Description:  GeneratePress Child Theme
Author:       Niagara Dental Implant & Oral Surgery
Author URI:   https://niagaraoms.com/
Template:     generatepress
Version:      3.6.0
Text Domain:  generatepresschild
*/


div#content.site-content {
	display: block!important
}

div#page.site.grid-container.container.hfeed {
	padding: 0!important
}

:root {
	--brown_color: #3b598a;
	--para_text: #1f1f1f;
	--white_color: #fff;
	--gp-slideout-width: 310px !important;
	--poppins-font: Poppins,"Poppins Fallback";
	--mulish-font: Mulish, "Mulish Fallback";
}

body {
	overflow-x: hidden!important;
	background-color: transparent!important
}

h1,h2,h3,h4,h5,h6 {
	font-family: var(--poppins-font)
}

p,span,a,ul,li {
	font-family: var(--mulish-font)
}

ul,li {
	list-style: none!important
}

a {
	text-decoration: none!important;
	cursor: pointer!important;
}

body h2 {
	font-size: 48px;
	font-weight: 600;
	line-height: 1.5;
	color: var(--brown_color);
	margin-bottom: 0;
}

body h3 {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
	color: var(--brown_color);
	margin-bottom: 10px
}

body h4 {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.3;
	color: var(--brown_color);
	margin-bottom: 20px
}

p:empty {
	display: none !important;
}

li:last-child,p:last-child {
	margin-bottom: 0!important
}

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

	body h3 {
		font-size: 24px
	}
}

@media only screen and (max-width: 1140px) {
	body h3 {
		font-size: 24px
	}

	body h4 {
		font-size: 28px
	}
}

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

	body h3 {
		font-size: 22px
	}

	body h4 {
		font-size: 24px
	}
}

@media only screen and (max-width: 991px) {
	body h2 {
		font-size:30px
	}

	body h3 {
		font-size: 20px
	}

	body h4 {
		font-size: 23px
	}
	body .default-cta {
		max-width: 300px !important;
		width: 100% !important;
	}
}

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


	body h3 {
		font-size: 20px
	}

	body h4 {
		font-size: 20px
	}

	body p {
		font-size: 16px
	}

	br {
		display: none
	}
}

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

}

.section_padding {
	padding: 100px 0
}

@media only screen and (max-width: 1200px) {
	.section_padding {
		padding:80px 0
	}
}

@media only screen and (max-width: 991px) {
	.section_padding {
		padding:60px 0
	}
}

@media only screen and (max-width: 767px) {
	.section_padding {
		padding:50px 0
	}
}

@media only screen and (max-width: 575px) {
	.section_padding {
		padding:40px 0
	}
}
/*===============================================
= Start Banner CSS
===============================================*/
.hero-banner {
	background-color: #e3eaff3b;
}
.banner-content .consultation-cta {
	justify-content: left;
	gap: 32px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.hero-banner .banner-content {
	width: 100%;
	margin: 0 auto 0 0;
	text-align: center;
	padding: 0 30px;
}
.hero-banner .vd-sec {
	position: relative;
	/* padding-top: 56.66%; */
	overflow: hidden;
	background-color: #222;
}
.hero-banner .vd-sec iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero-banner-inner {
	margin-bottom: 30px;
}

.banner-content .consultation-cta a.default-cta.blue-color:hover {
	border-color: #9ec0ef;
}

.default-cta.blue-hover-color {
	border-color: #fff;
	color: #fff;
	background-color: transparent !important;
}

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

.banner-content h1 {
	font-size: 53px;
	font-weight: 500;
	color: #fff; 
	margin: 8px 0;
	line-height: normal;
	text-align: center;
	padding: 2px 0;
}

.default-btn.btn-group.consultation-cta {
	width: 100%;
	justify-content: center;
}
.banner-content .consultation-cta a.default-cta {
	max-width: 218px;
	width: 100%;
	text-align: center;
	line-height: normal !important;
	padding: 13px 12px !important;
}

.banner-content p {
	text-transform: uppercase;
}

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

@media only screen and (max-width: 575px) {
	.banner-content h1 {
		font-size: 32px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.banner-content h1 {
		font-size: 37px;
	}
}

@media only screen and (max-width: 767px) {
	/* 	.banner-content .default-cta.blue-hover-color {
	border-color: #212E45;
	color: #212E45;
	background-color: transparent;
} */
	.banner-content .default-cta.blue-hover-color:hover {
		color: #82a8de !important;
		border-color: #fff !important;
		background-color: #fff !important;
	}
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-content h1 {
		font-size: 40px;
	}
}

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

@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.banner-content h1 {
		font-size: 42px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
	.banner-content h1 {
		font-size: 42px;
	}
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
	.banner-content h1 {
		font-size: 45px;
	}
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
	.banner-content h1 {
		font-size: 47px;
	}
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
	.banner-content h1 {
		font-size: 50px;
	}
}

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

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


@media only screen and (min-width: 768px) {
	.hero-banner {
		position: relative;
		min-height: 640px;
		display: flex;
		overflow: hidden;
		z-index: 1;
		justify-content: center;
	}
	.hero_bg_vd {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		bottom: 0;
	}
	.hero_bg_vd-sec {
		padding-bottom: 56%;
		position: relative;
		width: 100%;
		height: 100%;
	}
	.hero_bg_vd-sec img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.hero_bg_vd-sec iframe {
		position: absolute;
		z-index: 0;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		aspect-ratio: 1;
		width: auto;
		height: auto;
		min-width: 100%;
		min-height: 100%;
	}
	.hero-banner .banner-content {
		z-index: 1;
		position: relative;
	}
	.hero-banner .content_row {
		height: 100%;
	}
	.home .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;
	}
	.hero_content_info {
		z-index: 2;
	}
	/* 	.banner-content .default-btn a.border-white-cta {
	background-color: transparent;
	color: var(--white_color) !important;
	border-color: var(--white_color) !important;
}
	.banner-content .default-btn a.border-white-cta:hover {
	background: var(--blue_color);
	border-color: var(--blue_color) !important;
}
	.banner-content .default-btn a.blue-color:hover {
	background-color: transparent;
	color: var(--white_color) !important;
	border-color: var(--white_color) !important;
} */
	.banner-content p {
		color: var(--white_color) !important;
		font-size: 24px;
		font-weight: 400;
		margin-bottom: 8px;
		line-height: normal;
		padding: 2px 0;
	}

}
@media only screen and (min-width: 992px) {
	.full_img_wrapper .default-image-content.banner-content,
	.page-banner-content>.elementor-widget-wrap {
		/*margin: 0 0 0 -10%;*/
		position: relative;
		z-index: 9;
		margin-top: 0;
		text-align: center;
	}
	.page-banner-content>.elementor-widget-wrap {
		margin: 0 0 0 -10%;
	}
	.banner-image,
	.page-banner-img>.elementor-widget-container {
		position: relative;
	}
	.banner-image::before,
	.page-banner-img>.elementor-widget-container::before {
		position: absolute;
		content: "";
		top: 0;
		right: 0;
		bottom: 0;
		width: 40%;
		height: 100%;
		background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
		z-index: 1;
	}
}
@media only screen and (min-width:1421) and (max-width:1440px) {
	/* 	.hero-banner {
	min-height: 672px;
} */
}
@media only screen and (min-width: 1301px) and (max-width:1420px) {
	/* 	.hero-banner {
	min-height: 600px;
} */
}

@media only screen and (min-width: 992px) and (max-width:1234px) {
	.hero-banner {
		min-height: 630px;
	}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
	.hero-banner {
		min-height: 488px;
	}
}

@media only screen and (min-width: 768px) and (max-width:1199px) {
	/* 	.hero-banner {
	min-height: 360px;
	// padding-top: 40px;  
} */
	.hero_bg_vd-sec iframe {
		min-width: 115%;
	}
}
@media only screen and (max-width: 1380px) {
	/* 	.banner-content .consultation-cta {
	flex-direction: column;
	max-width: 300px;
} */
	.banner-content .consultation-cta.default-btn .default-cta:not(:last-child) {
		margin-right: 0;
	}
	/*.banner-content .default-cta {*/
	/*    margin-top: 20px;*/
	/*}*/
}
@media only screen and (max-width: 991px) {
	.hero-banner .container-fluid {
		padding: 0;
	}
	/*     .full_img_wrapper .banner-image {
	margin-bottom: 30px;
} */
	.page-banner-sec .elementor-container {
		padding: 0 !important;
	}
	.page-banner-sec .page-banner-content {
		background: var(--bg_color);
	}
	.hero-banner .banner-content {
		max-width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.hero-banner {
		padding-top: 0 !important;
	}
	.hero-banner .container,
	.banner-col {
		padding: 0 !important;
	}
	.hero-banner .container .row {
		margin: 0;
	}
	.hero-banner .banner-content {
		padding-right: 15px;
		padding-left: 15px;
	}
	.hero-banner .banner-content h1,
	.hero_content_info h1 {
		color: #fff !important;
		margin-bottom: 8px;
	}
	.popup_btn {
		margin-top: 30px;
	}
	.banner-content .consultation-cta {
		/*        max-width: 100%;*/
		width: 100%;
		gap: 10px !important;
	}
	.banner-content p {
		color: #fff;
		font-size: 18px;
		text-transform: uppercase;
		margin-bottom: 0;
	}
	.hero-banner .vd-sec {
		padding-top: 460px;
	}
	.hero-banner {
		min-height: 392px;
	}
	.content_row {
		flex-wrap: wrap;
	}
	.banner-col1 {
		width: 100%;
		height: 100%;
	}
	.banner-content .consultation-cta {
		flex-wrap: wrap;
	}
	.hero-banner .vd-sec iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 820px;
		height: 100%;
		max-width: 820px;
	}
	.hero-banner-inner {
		margin-bottom: 0 !important;
	}
	.banner-col2.banner_text_content {
		position: absolute;
		z-index: 10;
		padding-bottom: 40px;
	}
	.hero_banner_container .content_row {
		position: relative;
		align-items: flex-end !important;
	}
	section.hero-banner.full_img_wrapper {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
		position: relative;
	}
	.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;
	}
}
@media only screen and (max-width: 555px) {
	.hero-banner .vd-sec {
		background-color: transparent;
	}

}
@media only screen and (max-width:375px) {
	.banner-content .default-cta {
		margin-top: 10px;
	}
	.banner-content .default-btn a.default-cta.blue-hover-color {
		margin-top: 0 !important;
	}
	.default-cta {
		padding: 16px 28px;
	}
	.banner-content br {
		display: none;
	}
}
/* pop up */
.popup_btn {
	position: relative;
	z-index: 9;
	text-align: center;
	padding: 0 18px;
	width: 100%;
	display: inline-block;
}
.hero-banner .video-btn {
	background: #fff;
	border-color: #fff;
	color: var(--blue_color);
}
.hero-banner .video-btn:hover {
	color: var(--white_color);
}
.modal .modal-dialog {
	max-width: 800px;
	margin: auto;
	height: 100%
}
.modal-body {
	position: relative;
	padding: 0px !important;
	background: #000
}
.modal-content {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #000
}
.close {
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 999;
	font-size: 2rem;
	font-weight: 400;
	color: #fff !important;
	opacity: 1
}
button.close {
	padding: 0;
	background-color: transparent;
	border: 0
}
button.close span {
	font-size: 1.5rem;
	right: 10px;
	position: relative;
	top: 10px;
	font-weight: 400
}
.close:hover {
	opacity: 1 !important;
	background: transparent !important;
	border: none !important;
	outline: none !important;
	color: #BC8452 !important
}
.vd_btn {
	position: relative
}
@media only screen and (max-width: 864px) {
	.modal .modal-dialog {
		margin-right: 30px;
		margin-left: 30px
	}
}
@media only screen and (max-width: 575px) {
	.default-btn a,
	.gp_map_button .choose_btn a {
		width: 100%;
		max-width: 100% !important;
		text-align: center;
	}
	.hero-banner .video-btn {
		font-size: 14px;
		word-break: break-word;
		padding: 10px 20px;
		width: 100%;
		white-space: break-spaces;
	}
	.banner_cta span,
	.default-btn a span,
	.gp_map_button .choose_btn a span,
	.header-btn .header_call span {
		display: none
	}
}
/*===============================================
= End Banner CSS
===============================================*/

.same_container_1230 {
	width: 100%;
	max-width: 1230px;
	margin: auto;
	padding: 0 15px;
}

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



.first_section_module {
	display: flex;
}

.first_section_module .first_section_img {
	width: 100%;
}

.first_section_module .first_section_img img {
	height: 600px;
	width: 100%;
	object-fit: contain;
}

.first_section_module .first_section_text {
	width: 100%;
}

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

.first_section_text span a {
	color: #82a8de !important;
}

@media only screen and (min-width: 576px) {
	.first_section_text .default-btn a {
		max-width: 250px;
		width: 100%;
		text-align: center;
	}
}
 
@media only screen and (max-width: 991px) {
	
	.page-template-homepage .first_section_blk {
		padding: 15px 0 !important;
	}
	
	.first_section_module {
		flex-wrap: wrap;
		gap: 36px;
	}

	.first_section_module .first_section_img img {
		height: 100%; 
		object-fit: contain;
		max-height: 500px;
	}
	.page-template-homepage .first_section_blk .first_section_module {
		flex-direction: row-reverse !important;
	}
}

@media only screen and (min-width: 992px) {
	.page-template-homepage .first_section_blk {
		padding: 80px 0;
	}
	.first_section_module {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		gap: 36px;
	}
}

/*------------Second Section--------------*/

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

.number_counting_module {
	padding: 15px !important;
	background-color: #fff;
}

.number_counting_col {
	display: grid;
	gap: 20px;
	text-align: center;
	justify-content: center;
	grid-template-columns: 1fr 1fr 1fr;
}

.number_counting_row {
	max-width: 1120px;
	width: 100%;
	margin: auto;
}

.number_counting_numeric {
	margin-bottom: 8px;
	padding: 2px 0;
}

.number_counting_head_txt p {
	font-size: 24px !important;
	font-weight: 500;
	color: #1f1f1f;
	line-height: 35px;
}

.number_counting_head_txt {
	margin: 8px 0;
	padding: 2px 0;
}

.number_counting_module p,
.number_counting_module span {
	font-family: var(--poppins-font);
}

.number_counting_numeric span {
	color: #3b598a;
	font-weight: 600;
	font-size: 72px;
	line-height: 1.2;
}

.number_counting_para_txt p {
	font-weight: 500;
	color: #1f1f1f;
	line-height: normal;
	font-size: 18px;
}

@media only screen and (max-width: 991px) {
	.number_counting_section {
		background-size: auto;
		background-image: url(/wp-content/uploads/2025/12/Background_Pattern_Niagara-640w.webp);
		background-repeat: repeat;
		padding: 30px 15px;
	}

	.number_counting_col {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 1140px) {
	.number_counting_numeric span {
		font-size: 58px;
	}
}

/*-------------Third Section------------------*/

.same_container_1200 {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

.oral_surgical_section {
	padding: 80px 40px;
}

.oral_surgical_heading_txt {
	text-align: center;
	margin: 8px 0;
	padding: 2px 0;
}

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

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

.oral_surgical_module_txt {
	background-image: url(/wp-content/uploads/2025/12/Background_Pattern_Niagara.webp);
	background-size: 300% auto;
	padding: 20px 12px;
	height: 100%;
	text-align: center; 
}

.oral_surgical_module {
	height: auto;
	overflow: hidden;
	box-shadow: 0 25px 50px -10px rgb(31 31 31 / 15%) !important;
	transition: all .3s ease !important;
}

.oral_surgical_module:hover {
	transform: scale(1.02) !important;
}

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

.oral_surgical_module_txt h3 a {
    color: #fff;
    font-weight: 600;
    font-family: var(--poppins-font);
}

.oral_surgical_module_txt p {
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 10px;
}

.oral_surgical_module:hover .oral_surgical_module_txt p {
	line-height: 31.37px !important;
}

.oral_surgical_module_btn a {
	background-color: #3b598a !important;
	max-width: 250px;
	width: 100%;
	line-height: 1;
	border-color: #3b598a !important;
}

.oral_surgical_module_btn a:hover {
	background-color: #c7d6e8 !important;
	border-color: #c7d6e8 !important;
}

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

	.oral_surgical_section {
		padding: 40px 15px;
	}

	.oral_surgical_col2 {
		grid-template-columns: 1fr;
	}

	.oral_surgical_module_img img {
		width: 100%;
	}
	.oral_surgical_module_txt h3 {
		margin-bottom: 10px;
	}
	.oral_surgical_module_txt p {
		margin-bottom: 15px;
	}
	.oral_surgical_module_txt {
		height: auto;
	}
	.oral_surgical_heading_txt h3{
		font-size: 30px;
	}
}

@media only screen and (max-width: 1140px) {
	.oral_surgical_module_txt h3 {
		font-size: 22px;
	}
	.oral_surgical_module_txt p {
		line-height: 1.5;
	}
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
	.oral_surgical_module_txt h3 {
		font-size: 25px;
	}
	.oral_surgical_module_txt p {
		line-height: 1.5;
	}
}

/*----------Fourth Section----------*/

.payment_options_section {
	padding: 60px 40px !important;
	background-repeat: no-repeat !important;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #3b598a 100%) !important;
	background-origin: border-box !important;
}

.payment_options_col2 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	margin-bottom: 55px;
}

.payment_options_module {
	background-color: #fff !important;
	box-shadow: 0 25px 50px -10px rgb(0 0 0 / 20%) !important;
	padding: 15px 15px 25px;
	text-align: center;
}

.payment_options_heading_txt {
	text-align: center;
}

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

.payment_options_col1 {
	margin-bottom: 10px;
}

.payment_options_module .default-btn a {
	max-width: 250px !important;
	margin: auto;
	width: 100%;
}

.bottom_cta_btn .default-btn a {
	max-width: 250px;
	width: 100%;
	margin: auto;
	text-align: center;
}

.bottom_cta_btn p {
	padding-top: 77px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.bottom_cta_btn p b {
	font-weight: 800;
}

.bottom_cta_btn p a {
	color: #fff;
	font-weight: bold;
	display: inline-block;
}

.payment_options_module_img img {
	transition: all .2s ease-out!important;
}

.payment_options_module_img img:hover {
	transform: scale(1.06);
	transition: all .2s ease-out!important;
}

@media only screen and (max-width: 767px) {
	.payment_options_row .bottom_cta_btn p {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.payment_options_section {
		padding: 15px 15px 50px !important;
	}
	.payment_options_col2 {
		grid-template-columns: 1fr;
	}
	.bottom_cta_btn p {
		padding-top: 50px;
	}
	.payment_options_heading_txt h3 {
		font-size: 30px;
	}
}

/*--------------Fifth Section----------------*/



.about_doctor_heading_txt {
	max-width: 600px;
	margin-left: 0;
	width: 50%;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	background-color: rgba(255, 255, 255, .9) !important;
	box-shadow: 0 25px 50px -10px rgb(0 0 0 / 20%) !important;
	padding: 20px 40px;
}

.about_doctor_heading_txt h3 {
    font-size: 36px;
    margin: 8px 0;
    font-weight: 600;
    line-height: normal;
    padding: 2px 0;
}

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

.about_doctor_heading_txt .default-btn a {
	width: 100%;
	max-width: 250px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about_doctor_heading_txt p {
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 2;
	margin: 0px 0 8px 0;
	padding: 2px 0;
}


@media only screen and (max-width: 575px) {
	.about_doctor_heading_txt {
		margin-top: 0 !important;
	}
	.about_doctor_heading_txt h3 {
		font-size: 28px;
	}
	body .about_doctor_heading_txt {
		width: 100% !important;
	}
}

@media only screen and (max-width: 991px) {
	.about_doctor_section {
		background-position: 50% 0 !important;
		width: auto !important;
		background-repeat: no-repeat !important;
		background-size: contain !important;
		height: auto !important;
		padding: 27.5px 0 !important;
		min-width: 0 !important;
	}
	.about_doctor_heading_txt {
		max-width: 100%;
		width: 100%;
	}
	.about_doctor_heading_txt {
		padding: 10px 15px 15px !important;
		width: 96% !important;
		margin: auto;
	}
	.about_doctor_heading_txt {
		position: relative;
		margin-top: -100px;
	}
}

@media only screen and (min-width: 992px) {
	.about_doctor_section {
		background-image: url(/wp-content/uploads/2025/12/dr_img.jpg);
		background-repeat: no-repeat;
		padding: 85.5px 40px 229.5px !important;
		background-attachment: initial !important;
		background-size: cover !important;
		background-position: 50% 0 !important;
		width: 100% !important;
		height: 100% !important;
		min-height: 942px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

/*--------------Sixth Section---------------*/

.yomi_robotic_section {
	padding-bottom: 60px;
}

.doctor_background_image {
	max-width: 632px;
	width: 100%;
	margin: auto;
}

.yomi_robotic_heading_txt {
    max-width: 1200px;
    margin: auto;
    width: 100%;
}

.yomi_robotic_heading_txt h3 {
	font-size: 36px;
	text-align: center;
	margin: 10px auto;
	width: fit-content;
	font-weight: 600;
	line-height: 1.5;
	color: var(--brown_color);
}

.doctor_background_image_blk {
	display: block !important;
	width: calc(100% - 220px) !important;
	height: 360px !important;
	min-height: auto !important;
	max-width: 632px !important;
	margin: -130px auto 10px !important;
	min-width: 25px !important;
}

@media only screen and (max-width: 991px) {
	.doctor_background_image_blk {
		display: block !important;
		width: 100%;
		height: auto !important;
		min-height: auto !important;
		max-width: 100% !important;
		margin: auto !important;
		min-width: 100% !important;
	}
	.yomi_robotic_row {
		padding: 0 15px;
	}
	.yomi_robotic_heading_txt h2 {
		font-size: 30px;
	}
	.yomi_robotic_section {
		padding-bottom: 50px;
	}
	.doctor_background_image {
		max-width: 100%;
		width: 100%;
		margin: auto;
	}
	.yomi_robotic_heading_txt .default-btn a {
		max-width: 300px;
		width: 100%;
		text-align: center;
	}
	.yomi_robotic_heading_txt h3 {
		font-size: 30px;
	}
}

@media only screen and (min-width: 992px) {
	.yomi_robotic_heading_txt {
		padding: 0 40px;
	}
	.yomi_robotic_heading_txt .default-btn a {
		max-width: 250px;
		width: 100%;
		text-align: center;
	}
}

/*-----------Seventh Section----------------*/

.affiliations_logo_section {
	background-color: #f7f7f7 !important;
	padding: 80px 40px !important;
}

.affiliations_logo_col1 .affiliations_logo_heading_txt button {
	display: none !important;
}

.affiliations_logo_head_txt h3 {
	text-align: center;
	font-size: 48px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--brown_color);
	margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
	.affiliations_logo_section {
		padding: 40px 15px !important;
	}
	.affiliations_logo_head_txt h3 {
		font-size: 30px;
	}
}
/*-----------Eighth Section----------------*/

.testimonial_video_section {
	padding: 80px 40px !important;
}

.testimonial_heading_txt{
	margin-bottom: 25px;
	text-align: center;
}

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

.testimonial_video_heading_txt {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.testimonial_video_repeater .testimonial_video_comment_txt p {
	width: 100%;
	position: relative;
	z-index: 30;
	display: flex;
	color: #000;
	font-weight: 600 !important;
	font-size: 16px;
	gap: 10px;
}

.testimonial_video_repeater .testimonial_video_comment_txt p img {
	width: 30px;
	height: 30px;
}

.testimonial_video_comment_txt {
	margin-top: 10px;
}

.testimonial_video_col1 .default-btn {
	margin-top: 30px;
}

.testimonial_video_col1 .default-btn a {
    max-width: 250px;
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 991px) {
	.testimonial_video_section {
		padding: 40px 15px !important;
	}
	.testimonial_video_heading_txt {
		grid-template-columns: 1fr;
	}
	.testimonial_heading_txt h3{
		font-size: 30px;
	}
	.testimonial_video_col1 .default-btn a {
		max-width: 300px;
	}
}

/*--------------Tenth Section CSS-----------------*/

.our_blog_section {
	padding: 60px 40px;
	background-image: url(/wp-content/uploads/2025/12/Background_Pattern_Niagara_white-98e789d3-1920w.webp);
	background-repeat: no-repeat;
	background-size: auto;
}

.our_blog_col1 {
	background-color: #fff !important;
	box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0 !important;
	-moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0!important;
	-webkit-box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0 !important;
	padding: 40px;
}

.our_blog_blk {
	margin-bottom: 10px;
	text-align: center;
}

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

.our_blog_information_box {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0 !important;
	-moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0!important;
	-webkit-box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0 !important;
	display: flex;
	flex-direction: column;
}

.our_blog_information_content_blk {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	height: 100%;
	padding: 15px;
}

.our_blog_information_content_inner_blk {
	display: block;
	flex: 1 1 auto;
	width: 100%;
}

.our_blog_information_box:hover .our_blog_information_img img {
    opacity: .7;
}

.our_blog_information_heading_txt h3, 
.our_blog_information_heading_txt h3 a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    color: var(--brown_color);
    font-family: var(--poppins-font);
}

.our_blog_information_para_txt p {
	color: #1f1f1f !important;
	font-size: 15px;
}

.our_blog_information_para_txt {
	padding-bottom: 15px;
}

.our_blog_information_btn a {
	font-weight: 700 !important;
	color: #1f1f1f !important;
	opacity: .8;
	font-size: 16px;
}

.our_blog_col1 .default-btn {
	margin-top: 30px;
	margin-bottom: 10px;
}

.our_blog_col1 .default-btn a {
	max-width: 250px;
	width: 100%;
	text-align: center;
}

.our_blog_information_img img {
	height: 190px;
	width: 100%;
	object-fit: cover;
	transition: all .2s ease-out !important;
}

@media only screen and (max-width: 767px) {
	.our_blog_information_module {
		grid-template-columns: 1fr;
	}
}

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

/*-----------Review Slider CSS--------*/

.review_slider{
	padding: 0 40px 116px;
}

.review_slider_heading_txt h3 {
	font-size: 36px;
	text-align: center;
	margin-bottom: 15px;
	font-weight: 600;
	line-height: 1.5;
	color: var(--brown_color);
}

.review_slider_col2 .default-btn {
	margin-top: 25px;
}

.review_slider_col2 .default-btn a {
	max-width: 218px;
	width: 100%;
	text-align: center;
}

@media only screen and (max-width: 991px) {
	.review_slider{
		padding: 0 15px 40px;
	}
	.review_slider_heading_txt h2 {
		font-size: 30px;
	}
	.review_slider_col2 .default-btn a {
		max-width: 280px;
	}
}

/*-----------Map Section CSS----------*/

.office_information_section {
	padding: 70px 40px 40px;
}

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

.office_information_blk {
	text-align: center;
	margin-bottom: 38px;
}

.office_information_col2 {
	display: flex;
	align-items: center;
}

.office_information_same_blk img {
	filter: invert(31%) sepia(13%) saturate(2369%) hue-rotate(178deg) brightness(97%) contrast(84%);
	width: 83px;
	height: 71px;
	padding: 19px;
}

.office_information_same_blk {
	display: flex;
	gap: 14px;
}

.office_information_map iframe {
	height: 305px;
}

.office_information_map {
	width: 100%;
	max-width: 600px;
}

.office_information_contact {
	width: 100%;
	max-width: 600px;
	padding-left: 57px;
}

.office_information_inner_txt span {
	font-size: 32px;
	color: #1f1f1f;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 40px;
	font-family: var(--mulish-font);
	display: block;
}

.office_information_inner_txt a {
	color: #000;
	font-size: 16px;
}

.office_information_same_blk:not(:last-child) {
	border-bottom: 2px solid #ececec;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	.office_information_section {
		padding: 40px 15px 40px;
	}
	.office_information_col2 {
		flex-wrap: wrap;
		gap: 30px;
	}
	.office_information_map {
		max-width: 100%;
	}
	.office_information_contact {
		max-width: 100%;
		padding-left: 0;
	}
	.office_information_map iframe {
		width: 100%;
	}
	.office_information_same_blk {
		display: block;
		text-align: center;
	}
	.office_information_same_blk:not(:last-child) {
		padding-bottom: 40px;
	}
	.office_information_inner_txt a {
		margin: 10px 0;
		display: block;
	}
	.office_information_inner_txt span {
		font-size: 26px;
	}
	.office_information_inner_txt p a {
		font-weight: 700;
		font-size: 15px;
	}
	.office_information_inner_txt p a:hover {
		color: #82a8de !important;
	}
}

@media only screen and (max-width: 991px) {
	.office_information_heading_txt h3 {
		font-size: 30px;
	}
}

/*-------------Doctor Page CSS-------------*/

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

.doctor_banner_image_desktop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.doctor_banner_image_desktop_img {
	height: 100%;
	width: 100%;
}

.doctor_banner_image_desktop_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.doctor_banner_image_container {
	position: relative;
	z-index: 10;
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

.doctor_banner_image_container .banner-col2.banner_text_content {
	max-width: 681px;
	width: 100%;
}

.doctor_banner_image_container .banner-col2.banner_text_content .banner-content h3 {
	text-align: left;
	font-family: var(--poppins-font);
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 400 !important;
}

.doctor_banner_image_container .banner-col2.banner_text_content .banner-content h1 {
	text-align: left;
}

.doctor_banner_image_container .banner-col2.banner_text_content .banner-content .default-btn {
	justify-content: left;
	gap: 35px;
}


@media only screen and (max-width: 767px) {
	section.doctor_banner_image_sec {
		padding: 0 !important;
	}
	.doctor_banner_image_container .banner-col2.banner_text_content .banner-content h3 {
		font-size: 16px;
	}
	.doctor_banner_image_container .banner-col2.banner_text_content {
		left: 0;
		right: 0;
		padding: 0 15px;
		margin: auto;
	}
	.doctor_banner_image_container .banner-col2.banner_text_content .banner-content h3,
	.doctor_banner_image_container .banner-col2.banner_text_content .banner-content h1 {
		text-align: center;
	}
	.doctor_banner_image_container .banner-col2.banner_text_content .banner-content .default-btn {
		justify-content: center;
	}

	.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;
	}

	.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%;
	}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.doctor_banner_image_sec {
		padding-top: 200px !important;
		padding-bottom: 200px !important;
	}
}

/*----------Doctor Page Content CSS--------------*/

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

.dr_img_content_row {
	display: flex;
}

.dr_img_content_container {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

.dr_img_content_col1 {
	max-width: 700px;
	width: 100%;
	padding-right: 60px;
}

.affiliated_associations_col2 {
	max-width: 500px;
	width: 100%;
	padding-left: 20px;
}

.dr_img_content_description h2 {
	margin-bottom: 10px;
}

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

.affiliated_associations_heading_txt {
	padding-top: 20px !important;
	padding-left: 40px !important;
	padding-right: 40px !important;
	margin-left: 0px !important;
	padding-bottom: 20px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-right: 0px !important;
	width: auto !important;
	background-image: url(/wp-content/uploads/2025/12/Background_Pattern_Niagara-1920w.webp);
	background-repeat: no-repeat !important;
	background-size: cover;
	box-shadow: 0 25px 50px -10px rgb(0 0 0 / 20%) !important;
}

.affiliated_associations_heading_txt h3 {
	font-size: 32px;
	color: #fff;
	font-weight: 600;
	margin-top: 10px;
}

ul.affiliated_associations_description {
	display: inline-block;
}

ul.affiliated_associations_description li {
	margin: 10px 0 !important;
	position: relative;
	padding-left: 50px;
	display: flex;
	align-items: center;
	line-height: 2;
}

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

.affiliated_associations_description li p {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}


@media only screen and (max-width: 991px) {
	.dr_img_content_sec{
		padding: 40px 15px 60px !important;
	}
	.dr_img_content_row {
		flex-wrap: wrap;
	}
	.dr_img_content_col1 {
		max-width: 100%;
		padding-right: 0 !important;
	}
	.affiliated_associations_col2 {
		max-width: 100%;
		padding-left: 0 !important;
		margin-top: 10px;
	}
	.affiliated_associations_heading_txt {
		padding: 20px 15px !important;
	}
	.affiliated_associations_description li p {
		font-size: 15px;
	}
	ul.affiliated_associations_description li:before {
		width: 25px;
		height: 25px;
	}
	.affiliated_associations_heading_txt h3 {
		font-size: 26px;
	}
}

/*----------Doctor Page Content CSS--------------*/
/*----------Thank You Page CSS--------------*/

.thank_you_page_sec {
	padding: 60px 40px;
}

.thank_you_page_row {
	margin-left: 0 !important;
	padding-top: 100px !important;
	padding-left: 80px !important;
	padding-bottom: 100px !important;
	margin-top: 0 !important;
	margin-right: 0 !important;
	padding-right: 80px !important;
	background-image: url(/wp-content/uploads/2025/12/Background_Pattern_Niagara-1920w.webp);
	box-shadow: 0 25px 50px -10px rgb(31 31 31 / 20%) !important;
}

.thank_you_page_row .thank_you_page_description {
	text-align: center;
}
.thank_you_page_row .default-btn a {
	text-align: center;
}

.thank_you_page_row .thank_you_page_description h2 {
	margin-bottom: 22px;
}

.thank_you_page_row .thank_you_page_description h2,
.thank_you_page_row .thank_you_page_description p {
	color: #fff;
}

.thank_you_page_row .thank_you_page_description p {
	font-size: 16px;
}

.thank_you_page_check_icon {
	margin-bottom: 13px;
}

.thank_you_page_check_icon svg {
	width: 70px !important;
	height: 70px !important;
}

.thank_you_page_row .thank_you_page_description p:not(:last-child) {
	line-height: 2;
	margin-bottom: 10px;
}

.thank_you_page_module .default-btn {
	margin-top: 20px;
}

.thank_you_page_accordian_description ul .accordion-item.expanded .accordion-description {
	display: block;
}

@media only screen and (max-width: 767px) {
	.thank_you_page_row .thank_you_page_description p {
		font-size: 15px;
	}
}

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

	.thank_you_page_row {
		padding: 15px 15px 25px !important;
	}
	.thank_you_page_row .thank_you_page_description h2 {
		font-size: 36px;
	}
}

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

.thank_you_page_accordian_sec {
	padding: 50px 15px 80px;
}

.thank_you_page_accordian_description .arrow-wrapper {
	position: relative;
}

.thank_you_page_accordian_description .arrow-wrapper .arrow {
	width: 30px !important;
	height: 30px !important;
}

.thank_you_page_accordian_description .arrow-wrapper .arrow svg {
	fill: rgba(31, 31, 31, 1) !important;
	width: 30px;
	height: 30px;
	left: 0;
}

.thank_you_page_accordian_description .accordion-description {
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.thank_you_page_accordian_description .accordion-item.active .accordion-description {
      display: block;
}

/* Optional arrow rotation */
.thank_you_page_accordian_description .accordion-item.active .arrow {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}


.thank_you_page_accordian_description .accordion-title {
	color: rgba(31, 31, 31, 1) !important;
	border-style: solid !important;
	border-width: 0 !important;
	border-bottom-style: solid !important;
	font-weight: bold !important;
	background-color: rgba(247, 245, 233, 0) !important;
	border-bottom-width: 1px !important;
	font-family: Muli !important;
	border-bottom-color: rgba(236, 236, 236, 1) !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 20px;
	background: #f2f2f2;
	height: 77px;
}
.thank_you_page_accordian_description .title-text h3 {
	font-size: 16px;
	color: #1f1f1f !important;
	margin-bottom: 0;
	font-family: var(--mulish-font);
}
.accordion-description {
	display: none;
	color: #1f1f1f !important;
	background-color: rgba(247, 247, 247, 1) !important;
	padding: 18px 20px;
}
.accordion-description p {
	font-family: var(--mulish-font);
	font-size: 16px;
}
.thank_you_page_bottom_txt {
	margin-top: 30px;
	text-align: center;
}
.thank_you_page_bottom_txt h3 {
	font-size: 24px;
	color: #1f1f1f;
	font-weight: 600;
	margin-bottom: 0;
}
.thank_you_page_bottom_txt .default-btn a {
	max-width: 250px;
	width: 100%;
	text-align: center;
}
.thank_you_page_bottom_txt .default-btn {
	margin-top: 20px !important;
}

@media only screen and (max-width: 991px) {
	.thank_you_page_accordian_sec {
		padding: 0 15px 40px;
	}
	.thank_you_page_bottom_txt .default-btn a {
		max-width: 300px;
	}
}

/*----------Thank You Page CSS--------------*/
/*----------Team Page CSS--------------*/


.meet_our_team_sec {
	background-image: url(/wp-content/uploads/2025/12/Our_Team_Hero.webp);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 102.5px;
	padding-left: 40px;
	padding-bottom: 102.5px;
	padding-right: 40px;
	width: auto;
	float: none;
	top: 0;
	left: 0;
	position: relative;
	height: auto;
	max-width: 100%;
	min-width: 0;
	text-align: start;
	background-position: 50% 50%;
}

.meet_our_team_sec:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #3b598a;
	opacity: 0.75;
	top: 0;
	left: 0;
}

.meet_our_team_container {
	position: relative;
	z-index: 10;
}

.team_profile_section:first-child {
	padding-top: 80px;
}

.team_profile_section:last-child {
	padding-bottom: 80px;
}

.team_profile_section {
	padding-left: 40px;
	padding-right: 40px;
}

.meet_our_team_row {
	justify-content: center;
}

.team_profile_info h3 {
	color: #3b598a;
	font-weight: 600;
	font-size: 36px;
	margin-bottom: 8px;
}

.team_profile_info > p {
	color: #1f1f1f;
	font-weight: bold;
	margin-bottom: 8px;
}

.team_profile_image {
	width: 41.66667%;
	padding-right: 1.5%;
	text-align: center;
}

.team_profile_image img {
	width: 393.016px !important;
	margin: auto;
}

.team_profile_info {
	padding-left: 1.5%;
	width: 58.33333%;
}

.meet_our_team_row h1 {
	font-size: 60px;
}

.team_profile_row {
	display: flex;
	padding-top: 15px;
	padding-left: 40px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	padding-right: 40px;
}

.team_profile_info .accordion-item {
	border: none;
}

.team_profile_info .accordion-item:not(:last-child) {
	margin-bottom: 10px;
}

.team_profile_info .accordion-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-image: url(/wp-content/uploads/2025/12/Background_Pattern_Niagara_white-98e789d3-2880w.webp);
	background-size: cover;
	height: auto;
	padding: 18px 20px;
}

.team_profile_info .arrow-wrapper {
	background-color: #3b598a;
	border-radius: 50%;
	padding: 8px;
	width: 36px;
	height: 36px;
}

.team_profile_info .arrow-wrapper .arrow {
	width: 20px;
	height: 20px;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
}

.team_profile_info .arrow-wrapper .arrow svg {
	fill: #fff;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	transition: transform 0.3s ease-in-out;
}

.team_profile_info .accordion-header.active svg {
	transform: rotate(180deg);
}

.team_profile_info .accordion-header h3 {
	font-size: 16px !important;
	font-weight: 600;
	margin-bottom: 0;
}

.team_profile_info .accordion-content p {
	padding: 18px 20px;
	color: #1f1f1f;
	font-weight: 400;
}

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

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

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

.team_profile_section_flip:nth-child(even) .team_profile_info > h3,
.team_profile_section_flip:nth-child(even) .team_profile_info > p {
	text-align: right;
}

.team_profile_row .team_profile_info .accordion .accordion-item.active .accordion-content {
    display: block !important;
}

.team_profile_row .team_profile_info .accordion .accordion-item .accordion-content {
    display: none;
}

@media only screen and (max-width: 767px) {
	.team_profile_section_flip:nth-child(even) .team_profile_info > h3,
	.team_profile_section_flip:nth-child(even) .team_profile_info > p {
		text-align: left !important;
	}	
}

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

	.meet_our_team_sec {
		background-image: url(/wp-content/uploads/2025/12/Our_Team_Hero_V3-d3e226e3-640w.webp) !important;
		padding-top: 104px !important;
		padding-left: 15px !important;
		padding-bottom: 104px !important;
		padding-right: 15px !important;
		background-position: 50% 0 !important;		
	}

	.meet_our_team_row h1 {
		font-size: 42px;
	}
	.meet_our_team_row .banner-col2 {
		padding-bottom: 0;
		margin-top: 8px;
	}
	.team_profile_section_flip .team_profile_row .team_profile_image {
		width: 100%;
	}
	.team_profile_section_flip .team_profile_row .team_profile_info {
		width: 100%;
	}
	.team_profile_section {
		padding-left: 15px;
		padding-right: 15px;
	}
	.team_profile_section_flip .team_profile_row {
		flex-wrap: wrap;
		padding-left: 0;
		padding-right: 0;
	}
	.team_profile_section_flip:nth-child(even) .team_profile_info > h3,
	.team_profile_section_flip:nth-child(even) .team_profile_info > p {
		text-align: center;
	}
	.team_profile_image img {
		width: 100% !important;
	}
	.team_profile_section_flip:nth-child(even) .team_profile_row .team_profile_image {
		padding-left: 0;
	}
	.team_profile_section_flip:nth-child(even) .team_profile_row .team_profile_info {
		padding-right: 0;
	}
	.team_profile_section_flip .team_profile_row {
		margin-bottom: 0;
	}
	.team_profile_info h3 {
		margin-bottom: 0;
		line-height: 1.3;
		margin-top: 10px;
	}
	.team_profile_info .accordion-header h3 {
		line-height: 1.54;
	}
}

/*----------Team Page CSS--------------*/
.technology_third_heading_module .team_profile_info p a {
    color: #82a8de;
}
/*---------Yomi Robotic Surgery Page CSS-----------*/

.yomi_robotic_banner_sec {
	background-image: url(/wp-content/uploads/2025/12/Background_Pattern_Niagara-1920w.webp);
	width: auto;
	position: relative;
	height: auto;
	padding-top: 20px;
	padding-left: 40px;
	max-width: 100%;
	padding-right: 40px;
	text-align: start;
	background-position: 100% 50%;
}

.yomi_robotic_banner_row {
	align-items: center;
	justify-content: start;
}

.yomi_robotic_banner_col1, 
.yomi_robotic_banner_col2 {
	max-width: 600px;
	width: 100%;
}

.yomi_robotic_banner_col1 {
	background-image: url(/wp-content/uploads/2025/12/dentistry-robot-2880w.webp);
	background-repeat: no-repeat !important;
	background-size: cover !important;
	margin-left: -50px !important;
}

.yomi_robotic_banner_img {
	height: 622px !important;
	object-fit: cover;
	float: none !important;
	top: 0 !important;
	left: 0 !important;
	width: 100%;
	position: relative !important;
	max-width: 451.555px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-right: 0 !important;
	min-width: 25px !important;
}


.yomi_robotic_banner_content h3 {
	font-weight: 700;
	color: #fff;
	font-size: 20px;
}

.yomi_robotic_banner_content h1 {
	font-size: 60px;
	color: #fff;
	font-weight: 500;
	line-height: 1.46;
}

.yomi_robotic_banner_col2 .default-btn {
	margin-top: 30px;
	justify-content: left !important;
	text-align: center;
	gap: 16px;
}

.yomi_robotic_banner_col2 .default-btn a.default-cta {
	max-width: 218px;
}

.yomi_robotic_banner_col2 .default-btn a.blue-hover-color {
	border-color: #fff !important;
}

.yomi_robotic_banner_col2 .default-btn a.blue-hover-color:hover {
	border-color: #c7d6e8 !important;
	background-color: transparent !important;
	color: #c7d6e8 !important;
}

@media only screen and (max-width: 767px) {
	.yomi_robotic_banner_content {
		text-align: center;
	}
}

@media only screen and (max-width: 991px) {
	.yomi_robotic_banner_sec {
		background-image: url(/wp-content/uploads/2025/12/Background_Pattern_Niagara-640w.webp);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 25px;
	}
	.yomi_robotic_banner_row {
		flex-direction: column-reverse;
	}

	.yomi_robotic_banner_col1,
	.yomi_robotic_banner_col2 {
		max-width: 100%;
	}

	.yomi_robotic_banner_col1 {
		background-image: url(/wp-content/uploads/2025/12/DSC00278-640w.webp);
		background-position: 50% 50%;
		margin-left: 0 !important;
	}
	.yomi_robotic_banner_col2 {
		padding-bottom: 25px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.yomi_robotic_banner_col1 .yomi_robotic_banner_img {
		height: 263px !important;
	}
	.yomi_robotic_banner_content h1 {
		font-size: 48px;
	}
	.yomi_robotic_banner_col2 .default-btn {
		margin: 45px auto 0 !important;
		display: flex;
		justify-content: center !important;
	}
	.yomi_robotic_banner_content h3 {
		font-size: 16px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.yomi_robotic_banner_row {
		max-width: 960px;
		margin: 0 auto;
		width: 100%;
	}
}

@media only screen and (min-width: 992px) {
	.yomi_robotic_banner_row {
		flex-direction: row-reverse;
	}
}

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

.yomi_robotic_first_sec {
	padding: 80px 40px;
}

.yomi_robotic_first_sec .first_section_img {
	background-image: url(/wp-content/uploads/2025/12/DSC00278-2880w-scaled.webp);
	background-size: cover;
	background-repeat: no-repeat;
	padding-left: 17.4297px !important;
	background-position: 50% 50% !important;
	height: 100%;
	position: relative;
	height: 498px;
}

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

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

.yomi_robotic_second_sec {
	padding: 80px 40px;
	background-color: #f7f7f7;
}

.yomi_robotic_second_sec .first_section_container {
	padding: 0 !important;
}

.yomi_robotic_second_sec .first_section_module {
	flex-direction: unset;
}

.yomi_robotic_second_sec .first_section_container .first_section_text h3 {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.5;
	color: var(--brown_color);
	margin-bottom: 0;
}


.yomi_robotic_second_sec .first_section_container .first_section_text ul.golden-check-dark-list {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 40px;
}

.yomi_robotic_second_sec .first_section_container .first_section_text ul.golden-check-dark-list li {
	width: 50%;
	float: left;
	margin-bottom: 6px;
	line-height: 27px;
}

.yomi_robotic_second_sec .first_section_container .first_section_text ul.golden-check-dark-list li:before {
	background-image: url(/wp-content/uploads/2025/12/site_icon.svg);
}

.yomi_robotic_second_sec .first_section_container .first_section_text ul.golden-check-dark-list li p {
	color: #1f1f1f;
	font-weight: 700;
	font-size: 16px;
}

.yomi_robotic_fourth_sec .first_section_module {
    align-items: end;
}

.yomi_robotic_fourth_sec .first_section_text h3 {
        font-size: 48px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--brown_color);
	margin: 8px 0;
	padding: 2px 0;
}

@media only screen and (max-width: 991px) {
	.yomi_robotic_second_sec {
		padding: 40px 15px;
	}	
	.yomi_robotic_second_sec .first_section_container .first_section_img img {
		max-height: 100%;
	}
	.yomi_robotic_second_sec .first_section_module {
		gap: 15px;
	}
	.yomi_robotic_second_sec .first_section_container .first_section_text h3 {
		font-size: 30px;
	}
	.yomi_robotic_second_sec .first_section_container .first_section_text ul.golden-check-dark-list {
		padding: 15px 0 0;
	}
	.yomi_robotic_second_sec .first_section_container .first_section_text ul.golden-check-dark-list li {
		width: 100%;
		line-height: 45px;
		display: flex;
		align-items: center;
	}
	.yomi_robotic_second_sec .first_section_container .first_section_text ul.golden-check-dark-list li:before{
		top:auto;
	}
	.yomi_robotic_second_sec .first_section_container .first_section_text ul.golden-check-dark-list li p {
		font-size: 15px;
	}
	.yomi_robotic_fourth_sec .first_section_text h3 {
		font-size: 38px;
	}
}

@media only screen and (min-width: 992px) {
	.yomi_robotic_fourth_sec .first_section_text {
		padding-bottom: 20px;
		height: -webkit-fill-available;
	}
}

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

.yomi_robotic_video_sec {
	padding: 80px 40px;
}
.yomi_robotic_video_col1 {
	text-align: center;
}

.yomi_robotic_video_col2 {
	max-width: 632px;
	width: 100%;
	margin: auto;
}
.yomi_robotic_video_url {
	position: relative;
	padding-bottom: 56%;
	margin-bottom: 26px;
}
.yomi_robotic_video_heading_text h3 {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.64;
}

@media only screen and (max-width: 991px) {
	.yomi_robotic_video_sec {
		padding: 40px 15px;
	}
	.yomi_robotic_video_heading_text h3 {
		font-size: 30px;
	}
	.yomi_robotic_video_url {
		margin-bottom: 13px;
	}
}
/*------------*/

.yomi_robotic_fourth_sec {
	background-image: url(/wp-content/uploads/2025/12/Background_Pattern_Niagara_white-98e789d3-2880w.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 40px;
}

.yomi_robotic_fourth_sec .first_section_col {
	background-color: rgba(255, 255, 255, 1) !important;
	box-shadow: 0 25px 50px -10px rgb(0 0 0 / 20%) !important;
	padding: 15px 40px 0;
}

.yomi_robotic_fourth_sec .first_section_img img {
	height: auto;
}

@media only screen and (max-width: 991px) {
	.yomi_robotic_fourth_sec {
		padding: 40px 15px;
	}
	.yomi_robotic_fourth_sec .first_section_module .first_section_text h2{
		font-size: 38px;
		margin-bottom: 10px;
	}
	.yomi_robotic_fourth_sec .first_section_col {
		padding: 15px 15px 0;
	}
	.first_section_module {
		flex-direction: column-reverse;
	}

}
/*---------Yomi Robotic Surgery Page CSS-----------*/
/*---------FAQs Page CSS-----------*/

.faq_site_content_blk {
	padding: 60px 40px;
	background-color: #f7f7f7;
}

.breadcrumbs_sec {
	margin-bottom: 20px;
}

.breadcrumbs_module {
	display: flex;
	align-items: center;
	gap: 5px;
}

.breadcrumbs_module a p {
	color: #999;
}
.breadcrumbs_module p {
	color: #1f1f1f;
	font-weight: 400;
	margin-bottom: 0;
	font-size: 14px;
}

.faq_main_heading_title_blk {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	border-bottom: 1px solid #e1e1e1;
	padding: 18px 20px;
	cursor: pointer;
}

.faq_main_row {
	padding: 40px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
	-moz-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
}

.faq_main_info h3 {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--brown_color);
	margin-bottom: 0;
}

.faq_main_info .faq_main_para_content {
	display: none;
	padding: 18px 20px;
	color: #1f1f1f !important;
	background-color: #f7f7f7 !important;
}
.faq_main_info p {
	font-size: 16px;
}

.faq_main_heading_title_blk.active .arrow-wrapper {
	width: auto;
	height: 36px;
}

.faq_main_heading_title_blk .arrow-wrapper .arrow {
	width: 20px;
	height: 36px;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
}

.faq_main_heading_title_blk .arrow-wrapper .arrow svg {
	fill: #1f1f1f;
	width: 30px;
	height: 30px;
	top: 0;
	left: 0; 
	transition: transform 0.3s ease-in-out;
}

.faq_main_heading_title_blk.active .arrow-wrapper .arrow svg {
	transform: rotate(180deg);
}

.faq_main_info ul.unorder_list_faqs {
    padding-left: 20px;
}

.faq_main_info ul.unorder_list_faqs li {
    list-style: disc !important;
}

@media only screen and (max-width: 991px) {
	.faq_site_content_blk {
		padding: 40px 15px;
	}	
	.faq_main_row {
		padding: 15px;
	}
	.faq_main_info h3 {
		font-size: 18px;
	}
}

/*---------FAQs Page CSS-----------*/
/*---------Dental Services Page CSS-----------*/

.dental_services_main_sec .technology_frist_sec_row {
	justify-content: space-between;
}

.dental_services_main_sec .technology_frist_sec_row .technology_frist_col2 {
	flex: unset !important;
	padding-left: 0 !important;
	width: 100%;
}

.dental_services_main_sec .technology_frist_sec_content h1 {
	line-height: 1.5;
	margin-bottom: 0;
}

.dental_services_main_sec .technology_frist_sec_content h3,
.surgical_procedures_banner_sec .technology_frist_sec_content p {
	line-height: 2;
	font-family: var(--mulish-font);
	font-weight: bold;
	max-width: 450px;
	width: 100%;
	color: #fff;
	letter-spacing: unset;
}

.surgical_procedures_banner_sec .technology_frist_sec_content p {
    margin-bottom: 20px !important;
}

.dental_services_main_sec .technology_frist_sec_img img {
	height: auto;
}
.dental_services_main_sec .technology_frist_col2 .default-btn {
	gap: 40px;
}

@media only screen and (max-width: 991px) {
	.dental_services_main_sec .technology_frist_col2 .default-btn {
		gap: 10px;
	}
	.surgical_procedures_banner_sec .technology_frist_sec_content p {
		max-width: 100%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
	.dental_services_main_sec .technology_frist_col2 .default-btn {
		gap: 20px;
	}
}

.dental_services_content_blk {
	padding: 90px 40px 40px;
}

.breadcrumbs_dental_service_sec svg, .breadcrumbs_dental_service_sec p {
	color: #999;
}

.services_content_row {
	display: flex;
}

.services_content_col1 {
	width: 66.66667%;
	padding-right: 60px;
}

.services_content_col2 {
	width: 33.33333%;
	padding-left: 20px;
}

.services_content_module h2 {
	margin-bottom: 15px;
}

.services_content_description.services_content_descr1 h3 {
	color: #8d8d8d;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.7;
}

.services_content_description p {
	color: #000;
	line-height: 30px !important;
	margin-bottom: 15px !important;
}

.services_content_description h3 {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.5;
}

.services_content_description .golden-check-dark-list li:before {
	background-image: url(/wp-content/uploads/2025/12/site_icon.svg);
	top: 6px;
}

.services_content_description .golden-check-dark-list li p {
	color: #1f1f1f;
	font-weight: 400;
}

.services_content_description .golden-check-dark-list li {
	margin-bottom: 20px !important;
}

.services_content_description p a {
	color: #3b598a;
	text-decoration: underline !important;
}

.services_content_col2 .affiliated_associations_heading_txt {
	padding: 40px 20px 20px !important;
}

.services_content_col2 .affiliated_associations_heading_txt h4 {
	font-size: 30px;
	text-align: center;
	color: #fff;
	padding-bottom: 15px;
	font-weight: 600;
}

.services_content_col2 .affiliated_associations_heading_txt .information_form_blk {
	grid-template-columns: 1fr !important;
}

.services_content_col2 .affiliated_associations_heading_txt .information_form_blk label {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
}

.services_content_col2 .affiliated_associations_heading_txt .information_form_blk input {
	padding: 8px 15px;
	line-height: 1.4;
}

.services_content_col2 .affiliated_associations_heading_txt .information_form_blk, 
.services_content_col2 .affiliated_associations_heading_txt .email-content {
	padding: 0 15px;
}

.services_content_col2 .affiliated_associations_heading_txt .information_form_blk .input-field {
	margin-bottom: 10px;
}

.services_content_col2 .affiliated_associations_heading_txt .email-content label {
	background-color: transparent;
	color: #fff;
	font-weight: 600;
}

.services_content_col2 .affiliated_associations_heading_txt .email-content input#message {
	width: 100%;
	height: 80px;
	background-color: #fff;
}

.services_content_col2 .affiliated_associations_heading_txt input {
	padding: 10px !important;
}

.services_content_col2 .affiliated_associations_heading_txt .submit-field {
	margin: 20px 30px;
	padding-bottom: 15px;
}

.services_content_col2 .affiliated_associations_heading_txt .submit-field button {
	width: 100%;
	background-color: #f7f7f7;
	color: #1f1f1f;
	border-color: #f7f7f7
}

.services_content_col2 .affiliated_associations_heading_txt .submit-field button:hover {
	background-color: #ececec !important;
	border-color: #ececec !important;
}

.related_service_inner_pages h4 {
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
}

.related_service_module {
	margin-top: 50px;
	background-color: #3b598a;
	padding: 40px;
	box-shadow: 0 25px 50px -10px rgb(0 0 0 / 20%) !important;
}

.related_service_inner_pages_list ul li {
	border-bottom: 1px solid #d8d8d8;
	padding: 10px 15px;
}
.related_service_inner_pages_list ul li a {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.related_service_inner_pages_list ul li:hover {
	background-color: #c7d6e8;
}
.related_service_inner_pages_list ul li:hover a {
	color: #3b598a;
}

.dental_services_same_sec .testimonial_heading_txt {
	max-width: 682px;
	text-align: left;
	line-height: 1.2;
}

.dental_services_same_sec .testimonial_heading_txt p b {
	font-weight: 800 !important;
}

.dental_services_same_sec .testimonial_heading_txt a {
	color: #fff;
	font-weight: bold !important;
	font-size: 16px;
}

.cust_htag_h1 h1{
	font-size: 57px !important;
}

.dental_services_content_blk .affiliated_associations_heading_txt .input-field.form-checkbox.consent_txt_box_blk label {
    color: #fff;
}

.dental_services_content_blk .affiliated_associations_heading_txt .input-field.form-checkbox.consent_txt_box_blk {
    margin-top: 20px;
}

.dental_services_content_blk .affiliated_associations_heading_txt .input-field.form-checkbox.consent_txt_box_blk label.label1 {
    padding-top: 10px !important;
}

@media only screen and (max-width: 575px) {
	.services_content_col2 .affiliated_associations_heading_txt .submit-field button {
		padding: 17px 44px !important;
	}
	.services_content_col2 .affiliated_associations_heading_txt .information_form_blk,
	.services_content_col2 .affiliated_associations_heading_txt .email-content {
		padding: 0;
	}
	.services_content_col2 .affiliated_associations_heading_txt .submit-field {
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.testimonial_video_section.dental_implants_third_sec {
		display: none !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.dental_implants_third_sec .testimonial_heading_txt p {
		text-align: center !important;
	}
}

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

	.dental_services_content_blk .services_content_row {
		flex-wrap: wrap;
	}

	.dental_services_content_blk .services_content_col1,
	.dental_services_content_blk .services_content_col2 {
		width: 100%;
		padding: 0 !important;
	}
	.services_content_col2 .affiliated_associations_heading_txt form {
		max-width: 100%;
	}
	.services_content_col2 .affiliated_associations_heading_txt h4 {
		font-size: 24px;
	}
	body .services_content_col2 .affiliated_associations_heading_txt {
		padding: 30px 20px 20px !important;
	}
	.services_content_description h3{
		font-size: 30px;
	}
	.related_service_module {
		padding: 30px 20px;
	}
	.related_service_inner_pages h4 {
		font-size: 24px;
	}
	.dental_services_main_sec .technology_frist_sec_content h3 {
		max-width: 100%;
	}
	body .cust_htag_h1 h1{
		font-size: 46px !important;
	}
}


@media only screen and (min-width: 992px) {
	.testimonial_heading_inner_txt {
		width: 66.66667%;
	}

	.dental_services_same_btn_cta {
		width: 33.33333%;
	}
	.page-id-967 .dental_services_main_sec .technology_frist_sec_img img {
		height: 578px;
		object-fit: cover;
	}
}

/*---------Dental Services Page CSS-----------*/
/*---------Referring Doctors Page CSS-----------*/

.referring_doctors_ref_banner_section .banner-content p {
	text-transform: capitalize;
}

.referring_doctors_referral_section .dr_img_content_col1 {
	padding-right: 17px !important;
}

.referring_doctors_referral_section .affiliated_associations_col2 {
	padding-left: 17px;
}

.referring_doctors_referral_section .affiliated_associations_col2 h3 {
	text-align: center;
	line-height: 1.5;
}

.referring_doctors_referral_section .affiliated_associations_col2 ul.affiliated_associations_description li {
	line-height: 25px;
	padding: 15px 0 15px 40px !important; 
	margin: 0 !important;
}

.referring_doctors_referral_section .affiliated_associations_col2 ul.affiliated_associations_description li::before {
	top: auto;
}

.referring_doctors_referral_section .dr_img_content_col1 .dr_img_content_description h2 {
	margin-bottom: 0 !important;
}

.referring_doctors_referral_section .dr_img_content_col1 .dr_img_content_description p {
	padding-top: 0 !important;
}

@media only screen and (max-width: 991px) {
	.referring_doctors_referral_section .affiliated_associations_col2 ul.affiliated_associations_description li {
		padding: 10px 0 10px 30px !important;
	}
}

@media only screen and (min-width: 992px) {
	.referring_doctors_referral_section .dr_img_content_col1, 
	.referring_doctors_referral_section .affiliated_associations_col2 {
		max-width: 100% !important;
	}
	.referring_doctors_referral_section .affiliated_associations_col2 ul.affiliated_associations_description li {
		padding-left: 40px;
	}
	.page-id-999 .patient_registration_sec .doctor_banner_image_container .banner-col2.banner_text_content .banner-content h1 {
		max-width: 460px;
	}
}


/*---------Referring Doctors Page CSS-----------*/
/*---------Contact Us Page CSS-----------*/


.contact_us_banner_section_blk {
	padding: 80px 0 !important;
}

.contact_us_banner_section_blk .content_row {
	justify-content: left !important;
}

.contact_us_banner_section_blk .content_row .banner-col2 {
	flex: unset !important;
	max-width: 600px;
	padding-right: 40px;
}

.contact_us_banner_section_blk .content_row .banner-col2 .banner-content h1 {
	text-align: left;
	margin-bottom: 8px;
}

.contact_us_banner_section_blk .content_row .banner-col2 .banner-content p {
	font-size: 18px;
	text-transform: unset;
	line-height: 2;
}

.contact_us_banner_section_blk .content_row .banner-col2 .banner-content p a {
	color: #fff;
	font-weight: 700;
}

.contact_us_page_section_blk {
	background: #fff !important;
}

.contact_us_page_section_blk .same_container_1200 .information_section_row {
	gap: unset !important;
}

.contact_us_page_section_col1 {
	padding-right: 40px;
	flex: unset !important;
	height: fit-content;
}

.contact_us_page_section_col1 .information-guide {
	padding: 25px;
	margin: 0;
	background-image: url(/wp-content/uploads/2025/12/Background_Pattern_Niagara.webp);
	background-size: cover;
	background-repeat: no-repeat;
	height: fit-content;
	max-width: 100%;
	margin-top: 5px;
}

.contact_us_page_section_col2 {
	margin-top: -250px !important;
	padding: 10px 20px 20px;
	background-color: rgba(255, 255, 255, 1) !important;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px !important;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px !important;
	-moz-box-shadow: rgba(0,0,0,0.25) 0px 3px 11px 0px !important;
}

.contact_us_page_section_col2 .information_form_blk .input-field input {
	height: 44px;
	padding: 10px;
}

.contact_us_page_section_col2 .email-content select {
	height: 44px;
}

.contact_us_page_section_col2 .email-content input#message {
	height: 60px;
}

@media only screen and (max-width: 767px) {
	.contact_us_banner_section_blk .content_row {
		flex-direction: unset !important;
	}
	.contact_us_banner_section_blk .content_row .banner-col2 {
		position: unset !important;
	}
	.contact_us_banner_section_blk .banner-col2 .banner-content {
		width: 100%;
	}
	.contact_us_banner_section_blk .banner-col2 .banner-content h1 {
		font-size: 46px !important;
	}
	.contact_us_banner_section_blk .banner-col2 .banner-content h1,
	.contact_us_banner_section_blk .banner-col2 .banner-content p {
		text-align: center !important;
	}
	.contact_us_page_section_blk .contact_us_page_section_col2 .form-field {
		padding: 15px 0 !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact_us_banner_section_blk .banner-col2 .banner-content h1 {
		line-height: 1.4;
	}
}

@media only screen and (max-width: 991px) {
	.contact_us_page_section_col2 {
		margin-top: -100px !important;
	}
	.contact_us_banner_section_blk .banner-col2 {
		max-width: 100% !important;
		padding: 0 30px;
	}
	.contact_us_banner_section_blk .content_row .banner-col2 .banner-content p {
		font-size: 15px !important;
	}
	.contact_us_banner_section_blk .content_row .banner-col2 .banner-content p a {
		font-size: 15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.contact_us_banner_section_blk .opr_practice_container.same_container_1200 {
		max-width: 960px;
	}
	.contact_us_banner_section_blk .content_row .banner-col2 {
		max-width: 480px;
	}
	.contact_us_page_section_blk .same_container_1200 {
		max-width: 960px;
	}
}

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

.contact_info_us_page_section {
	padding: 60px 40px;
	background-color: #f7f7f7 !important;
}

.contact_info_us_page_section .contact-info-container {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

.contact_info_us_page_section .contact-title {
	text-align: center;
	font-size: 36px;
	color: #3b598a;
	margin-bottom: 50px;
	font-weight: 600;
}

.contact_info_us_page_section .contact-info-grid {
	display: flex;
	align-items: flex-start;
}

.contact_info_us_page_section .contact-details {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	width: 33.33333%;
	padding-right: 20px;
}

.contact_info_us_page_section .contact-item {
	text-align: center;
	width: 100%;
}

.contact_info_us_page_section .business-hours {
	width: 33.33333%;
	padding-right: 20px;
}

.contact_info_us_page_section .contact-map {
	width: 33.33333%;
	line-height: 0;
}

.contact_info_us_page_section .contact-item p,
.contact_info_us_page_section .business-hours p {    
	margin: 8px 0;
	font-size: 20px;
	color: #1f1f1f;
	padding: 2px 0;
	line-height: 1.4;
	font-weight: bold;
	font-family: var(--mulish-font);
	text-align: center;
}

.contact_info_us_page_section .contact-item p {
	margin: 8px 0;
	line-height: 1.25;
	padding: 2px 0;
}

.contact_info_us_page_section .contact-item p a {
	font-size: 16px;
	color: #1f1f1f;
	font-weight: 400;
}

.contact_info_us_page_section .icon-circle {
	width: 35px;
	height: 35px; 
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin: auto;
}

.contact_info_us_page_section .icon-circle a {
    width: 100%;
    height: 100%;
}

.contact_info_us_page_section .icon-circle svg {
	fill: #7ea2d8;
	width: fit-content;
	height: fit-content;
	transition: all .2s ease-out !important;
}

.contact_info_us_page_section .icon-circle svg:hover {
    transform: scale(1.06);
}

.contact_info_us_page_section .icon-circle.center {
	margin-bottom: 15px;
}

.contact_info_us_page_section .business-hours ul {
	list-style: none;
	padding: 0;
	margin: 0;
	max-width: 266px;
	margin: auto;
	width: 100%;
}

.contact_info_us_page_section .business-hours li {
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	padding: 6px 0;
}

.contact_info_us_page_section .business-hours li span:last-child {
	font-weight: 500;
}

.contact_info_us_page_section .contact-map iframe {
	width: 100%;
	height: 335px;
	border: none; 
}

.contact_info_us_page_section .contact_page_footer .copy_right_down {
	display: flex;
	justify-content: center;
	margin-top: 8px;
	gap: 15px 30px;
	flex-wrap: wrap;
}

/* Responsive */

@media only screen and (max-width: 767px) {
	.contact_info_us_page_section .contact_page_footer .copy_right_down {
		margin-top: 10px !important;
		row-gap: 5px !important;
	}
	.contact_info_us_page_section .copy_right_down a {
		width: 100%;
		padding: 5px 0 0;
	}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact_info_us_page_section .copy_right_down {
		display: none !important;
	}
}


@media (max-width: 991px) {
	.contact_info_us_page_section {
		padding: 30px 15px;
	}

	.contact_info_us_page_section .contact-info-grid {
		flex-wrap: wrap;
	}

	.contact_info_us_page_section .contact-map iframe {
		height: 245px;
	}

	.contact_info_us_page_section .contact-title {
    	font-size: 30px;
		line-height: 1.67;
		margin-bottom: 10px;
	}
	.contact_info_us_page_section .contact-title {
		font-size: 30px;
	}
	.contact_info_us_page_section .contact-details, 
	.contact_info_us_page_section .business-hours, 
	.contact_info_us_page_section .contact-map {
		width: 100%;
	}
	.contact_info_us_page_section .contact-details {
		gap: 10px;
	}
	.contact_info_us_page_section .business-hours {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.contact_info_us_page_section .contact_page_footer .inside-site-info {
		padding: 20px 15px !important;
	}
	.contact_info_us_page_section .contact_page_footer .Web_copy_right p {
		font-size: 13px !important;
	}
	.contact_info_us_page_section .contact_page_footer .copy_right_down a {
		font-size: 12px;
	}
	.contact_info_us_page_section .contact_click_link {
		color: #000;
		font-size: 14px;
		padding: 0px 0 10px;
		font-weight: 700;
		transition: color .2s ease;
	}
	.contact_info_us_page_section .contact_click_link:hover {
		color: #82a8de !important;
	}
}

/*---------Contact Us Page CSS-----------*/
/*---------Blog Inner Single Page CSS-----------*/

.single-post-pagination {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
}

.pagination-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pagination-prev a,
.pagination-next a {
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: #000;
	transition: color 0.3s ease;
}

.pagination-prev a:hover,
.pagination-next a:hover {
	color: #0073aa;
}

.pagination-prev {
	text-align: left;
}

.pagination-next {
	text-align: right;
}

/*---------Blog Inner Single Page CSS-----------*/
/*---------Web Accessibility Statement Page CSS--------------*/

.page-id-1240 div#page.site.grid-container.container.hfeed div#content.site-content article.post-1240,
.page-id-1285 div#page.site.grid-container.container.hfeed div#content.site-content article.post-1285, 
.page-id-1322 div#page.site.grid-container.container.hfeed div#content.site-content article.post-1322,
.page-id-1330 div#page.site.grid-container.container.hfeed div#content.site-content article.post-1330,
.page-id-1335 div#page.site.grid-container.container.hfeed div#content.site-content article.post-1335 {
    padding-bottom: 0 !important;
}

.web_accessibility_statement_page_section {
    background-color: #f7f7f7 !important;
    padding: 60px 40px;
}

.web_accessibility_statement_page {
    padding: 40px;
    background-color: rgba(255, 255, 255, 1) !important;
    box-shadow: rgba(0, 0, 0, 0.25) 3px 3px 11px 0 !important;
    -moz-box-shadow: rgba(0,0,0,0.25) 3px 3px 11px 0 !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 3px 3px 11px 0 !important;
    box-shadow: 0 25px 50px -10px rgb(31 31 31 / 20%) !important;
}

.web_accessibility_statement_page ul li {
    list-style: disc !important;
    margin-left: 20px;
    margin-bottom: 0;
}

.web_accessibility_statement_page ul li p {
    margin-top: 0 !important;
}


.web_accessibility_statement_page p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.web_accessibility_statement_page h1 {
	font-size: 48px;
	font-weight: bold;
	color: #3b598a;
	line-height: 1.5;
	padding: 2px 0;
	margin-bottom: 8px;
}

p.web_accessibility_para1 {
    line-height: 1.3;
    margin-bottom: 40px !important;
}

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

.web_accessibility_statement_page p a:hover {
    color: #82a8de !important;
}

p.web_accessibility_para2 {
    line-height: 1.63;
    margin-bottom: 40px !important;
}

p.web_accessibility_para3 {
    padding-bottom: 32px;
}

ul.web_accessibility_para5 {
    margin-bottom: 32px;
}

ul.web_accessibility_para5 li {
    margin-left: 32px;
}

.web_accessibility_btn {
    display: flex;
    margin-top: 10px;
	margin-bottom: 10px;
}

.web_accessibility_btn a {
    max-width: 250px;
    width: 100%;
    text-align: center;
}


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

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

@media only screen and (max-width: 767px) {
	.web_accessibility_statement_page br {
		display: block;
	}
}

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

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

@media only screen and (max-width: 991px) {
	.web_accessibility_statement_page_section {
		padding: 30px 15px;
	}
	
	.web_accessibility_statement_page {
    	padding: 15px;
	}
	.web_accessibility_statement_page h1 {
    	font-size: 38px;
	}
	.web_accessibility_btn {
		justify-content: center;
	}
	.web_accessibility_btn a {
		max-width: 300px;
	}
}

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


/*---------Web Accessibility Statement Page CSS--------------*/
/*--------------Blog Page CSS--------------*/


.blog_page_banner_sec .banner-content.our_team_content {
    margin: 8px 0;
    padding: 2px 0;
}

.blog_page_banner_sec .banner-content.our_team_content h1 {
    margin-bottom: 0;
}

.blog_page_banner_sec .banner-col2.banner_text_content {
	flex-wrap: wrap;
}

.blog_page_banner_sec .banner-col2.banner_text_content .banner-content.our_team_content {
	width: 100%;
}

.blog_page_banner_sec .banner-col2.banner_text_content  .blog-search-wrap form#blog-search-form {
	display: flex;
	position: relative;
	align-items: center;
}

.blog_page_banner_sec .banner-col2.banner_text_content .blog-search-wrap .blog-search-field button#clear-blog-search {
    right: 45px;
    padding: 0;
    height: 100%;
    font-size: 25px;
    color: #0c0c0c;
}

.blog_page_banner_sec .banner-col2.banner_text_content .blog-search-wrap form#blog-search-form button.search_submit_button {
	background-color: transparent;
	padding: 0;
	position: absolute;
	top: auto;
	right: 0;
	width: 40px;
	height: 100%;
	outline: none !important;
}

.blog_page_banner_sec .banner-col2.banner_text_content .blog-search-wrap form#blog-search-form button img {
	width: 20px;
	height: 20px;
}

.blog_page_banner_sec .banner-col2.banner_text_content .blog-search-wrap input {
	width: 100%;
	background-color: #fff;
	border-radius: 25px;
	outline: none;
	border-color: transparent !important;
	color: #777777;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: normal;
}

.blog_page_banner_sec .banner-col2.banner_text_content .blog-search-wrap {
	width: 100%;
	max-width: 360px;
}

.blog_posts_container_blk {
    padding: 40px;
    background-color: rgba(255, 255, 255, 1) !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    -moz-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
}

.blog_posts_container_blk ul.blog-post-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.blog_posts_container_blk ul.blog-post-list li {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0 !important;
    -moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0!important;
    -webkit-box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0 !important;
}

.blog_posts_container_blk ul.blog-post-list li .blog-content {
    padding: 15px;
}

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

.pagination_blog_content_blk {
    margin-top: 20px;
}

.pagination_blog_content_blk .nav-links {
    display: flex;
    gap: 12px;
	font-size: 18px;
	font-weight: 500;
}

.pagination_blog_content_blk .nav-links span.page-numbers.current {
    color: #3b598a;
}

.pagination_blog_content_blk .nav-links a.page-numbers {
    color: #779dd5;
}

.blog_page_banner_sec .banner-col2 .blog-search-wrap form#blog-search-form .blog-search-field {
    max-width: 100%;
    width: 100%;
}

.blog_page_second_sec .our_blog_col1 .our_blog_information_box a {
    overflow: hidden;
    height: 100%;
    max-height: 190px;
}

.blog_page_second_sec .our_blog_col1 .our_blog_information_box:hover .our_blog_information_img {
    transform: scale(1.06);
}

.blog_page_second_sec .our_blog_col1 .our_blog_information_box .our_blog_information_img {
    transition: all .2s ease-out !important;
}

.blog_page_second_sec .blog-search-count {
    margin-bottom: 20px;
}

.blog_page_second_sec .blog-search-count p {
    font-size: 48px;
	color: #3b598a;
    font-weight: 600;
	font-family: var(--poppins-font);
}

.blog_page_second_sec .blog-search-count p strong {
    font-weight: 700 !important;
}

@media only screen and (max-width: 767px) {
	.pagination_blog_content_blk .nav-links {
		font-size: 16px;
		gap: 10px;
	}
	
	.blog_page_banner_sec .banner-col2.banner_text_content {
		height: auto !important;
		padding: 0 15px;
		padding-bottom: 0 !important;		
	}
	.blog_page_second_sec .our_blog_col1 .our_blog_information_box a,
	.blog_page_second_sec .our_blog_col1 .our_blog_information_box .our_blog_information_img img {
		height: 100%;
		max-height: 100% !important;
	}
	.blog_page_second_sec .our_blog_information_content_blk {
    	height: auto;
	}
}

@media only screen and (max-width: 991px) {
	.blog_page_banner_sec .banner-col2 .blog-search-wrap form#blog-search-form {
		max-width: 100% !important;
	}
	.blog_page_second_sec .blog-search-count p {
		font-size: 36px;
	}
}
 
@media only screen and (min-width: 992px) {
	.blog_page_banner_sec {
		padding: 80px 40px !important;
	}
}

/*--------------Blog Page CSS--------------*/

.blog_page_banner_sec .blog-search-field {
	position: relative;
	max-width: 400px;
}

.blog_page_banner_sec .blog-search-field input {
	width: 100%;
	padding-right: 40px;
}

.blog_page_banner_sec #clear-blog-search {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
	display: none; /* hidden initially */
	color: #666;
}

.blog_page_banner_sec #clear-blog-search:hover {
	color: #000;
}


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

.dental_implant_review_slider {
    background-color: #ececec;
    padding: 53px 40px;
}

.dental_implant_review_slider .review_slider_col1 {
    padding: 36px 40px;
    background-color: #fff;
}

.dental_implant_review_slider .review_slider_col1 .review_slider_heading_txt h2 {
    font-size: 40px !important;
}

@media only screen and (max-width: 991px) {
	.dental_implant_review_slider,
	.dental_implant_review_slider .review_slider_col1 {
		padding: 15px !important;
	}
}
