/*----------------------------------------------------------------------------------- 
Theme Name: CENTURY MEDICAL AND DENTAL CENTER
Theme URI: https://www.centurymedicaldental.com/
Description: This is Version College web site. 
Author: Century Medical Team
Author URI: https://www.centurymedicaldental.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
-----------------------------------------------------------------------------------*/
@font-face {
	font-family: 'Bodoni';
	src: url('/wp-content/themes/century/fonts/Bodoni.woff2') format('woff2'),
		url('/wp-content/themes/century/fonts/Bodoni.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('/wp-content/themes/century/fonts/Roboto-Light.woff2') format('woff2'),
		url('/wp-content/themes/century/fonts/Roboto-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('/wp-content/themes/century/fonts/Roboto-Bold.woff2') format('woff2'),
		url('/wp-content/themes/century/fonts/Roboto-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

.mobile-banner {
	display:none;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
/*---------------------------------- 1. TYPOGRAPHY ---------------------------------- */
/*Video Popup Start----*/
.video-popup {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: fixed;
	z-index: 999999;
	display: none;
}
.video-popup.show{
	display: block;
}
.iframe-wrapper {
	width: 50%;
	height: 70%;
	position: absolute;
	margin: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.video-popup #iframeHolder {
	width: 100%;
	height: 100%;
	display: block;
	background-color: #fff;
}
.video-popup iframe {
	width: 100%;
	height: 100%;
}
.close-video {
	width: 40px;
	height: 40px;
	background: #fff;
	display: block;
	border-radius: 100%;
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	z-index: 99;
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}
.video-close-icon {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.video-close-icon::before {
	width: 60%;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.video-close-icon::after {
	width: 60%;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
	height: auto;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
	width: auto;
	height: auto;
}
figcaption {font-style: italic;font-size: smaller;}
figure.aligncenter {text-align: center; width: 100% !important;}
figure.aligncenter img {
	border-radius: 20px;
}
.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.footer a {
	color:#ffffff;
}
.menu_left a img {
	width: 100%;
    height: auto;
}
@media all and (max-width: 768px){
	.iframe-wrapper {
		width: 80%;
		height: 62%;
	}
	.video-popup #iframeHolder {
		width: 100%;
		height: unset;
		background-color: transparent;
		aspect-ratio: 16/9;
	}
}
/*Video Popup End----*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
html{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 1.2;
	color: #000000;
	background: #FFFFFF;
}
span {
	display: block;
}
span.display-name {
	display: contents;
}
a {
	text-decoration: none;
	display: inline-block;
}
a:hover {
	text-decoration: none;
}
button {
	border: none;
	outline: none;
}
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
}
input {
	border: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	max-width: 100%;
	height:auto;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
button:focus {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input:focus {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
strong a {
	font-weight: 600 !important;
}
.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.logo a img {
	width: 100%;
	height: auto;
}
.container {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
}
.banner_section .container {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.container_tow {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.container_three {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
}
.default-btn {
	color: #243760;
	padding: 10px 35px 24px 35px;
	background: #ffd629;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 68px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	z-index: 999;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
.default-btn::after {
	content: '';
	position: absolute;
	top: -13px;
	bottom: 0;
	left: 37px;
	margin: auto;
	width: 22px;
	height: 19px;
	background: url(images/sp.svg) no-repeat;
	background-position: top 0 left -85px;
	z-index: -1;
}
.default-btn span {
	font-size: 13px !important;
    text-transform: capitalize;
    display: block;
    font-family: 'roboto';
    font-weight: 400;
    position: absolute;
    margin: 2px 0 0 -42px !important;
    padding-top: 2px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
	color: #fff;
    background: #555;
    padding: 2px 5px;
    border-radius: 5px;
}
.default-btn:hover {
	color: #FFF;
	background-color: #D8494B;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.default-btn:hover span {
	color: #FFF !important;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.default-btn:hover::after {
	-webkit-filter: grayscale(1) brightness(5);
	filter: grayscale(1) brightness(5);
}
.banner_items_sec .default-btn-tow {
	margin: 80px auto 0px;
	display: block;
	width: max-content;
}
.default-btn-tow {
	font-weight: bold !important;
	font-size: 20px !important;
	text-align: center;
	color: #fff !important;
	background: #af3335;
	padding: 18px 26px;
	border-radius: 10px;
	text-transform: uppercase;
	text-decoration: none !important;
}
.default-btn-tow:hover {
	background: #f14e51;
}
.heading {
	font-family: "Bodoni";
	font-weight: 500;
	font-size: 55px;
	text-align: center;
	color: #243760;
	line-height: 1.3;
}
.heading.smaller-text {
	font-size: 50px;
}
.heading span {
	font-family: Roboto;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 0.4em;
	line-height: 31px;
	color: #fffefe;
	text-transform: uppercase;
	margin-bottom: 10px;
	background: #1c2c4e01;
}
.our_office_section .heading span, .our_doctor_head .heading span, .top_rated_left .heading span, .tes_head .heading span {
	color: #243760;
}
.sec-m {
	margin: 100px 0;
}
.sec-p {
	padding: 100px 0;
}
.text-center {
	text-align: center;
}
/* Body Scroll Bar */
body{
	scrollbar-width: auto;
	scrollbar-color: #F0F4FF #243760;
}
body::-webkit-scrollbar {
	width: 10px;
}
body::-webkit-scrollbar-track {
	background: #F0F4FF;
}
body::-webkit-scrollbar-thumb {
	background-color: #243760;
}
/*---------------------------------- 1. HEADER AREA START ---------------------------------- */
.min_menu_sec {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	top: 0;
	left: -100%;
	background: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
/* Menu left */
.menu_left {
	max-width: 420px;
	width: 100%;
	text-align: center;
	background: #243760;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.menu_left_bottom .footer_social {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 30px;
	margin-top: 0;
}
.menu_left_bottom .footer_social::after {
	display: none;
}
.menu_left_bottom p {
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	margin: 50px 0;
	text-transform: uppercase;
}
/* Nav Menu */
.min-menu {
	max-width: 630px;
	width: 100%;
	background: #F0F4FF;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 160px;
}
.min-menu ul {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.min-menu ul li {
	border-bottom: 1px dotted #A8B5CE;
	position: relative;
	z-index: 9;
}
.min-menu ul li:first-child {
	border-top: 1px dotted #A8B5CE;
}
.min-menu ul li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: #243760;
	z-index: -1;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.min-menu ul li:hover::after {
	width: 100%;
}
.min-menu ul li.menu-item-has-children::before {
	content: '';
/* 	border-top: 15px solid transparent;
	border-right: 15px solid #243760;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	width: 0px;
	aspect-ratio: 1;
	pointer-events: none; */
	
	width: 10px;
    height: 10px;
    position: absolute;
    right: 19px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    border-top: 2px solid #243760;
    border-left: 2px solid #243760;
    transform: rotate(135deg);
}
.min-menu ul li.menu-item-has-children:hover::before {
	border-color: #FFF;
}
.min-menu ul li a {
	font-weight: bold;
	font-size: 21px;
	color: #243760;
	text-transform: uppercase;
	padding: 20px;
	display: block;
}
.min-menu ul li:hover a {
	color: #FFF;
}
/* Drop Down */
.min-menu ul li:hover ul{
	opacity: 1;
	visibility: visible;
	left: 100%;
}
.min-menu ul ul {
	position: absolute;
	top: 0;
	left: 105%;
	min-width: 600px;
	width: 100%;
	background: #243760;
	padding: 50px 60px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 80px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 80px;
	opacity: 0;
	visibility: hidden;
	max-height: 70vh;
	overflow: auto;
}
.min-menu ul ul li {
	border: none;
	padding: 12px 0;
}
.min-menu ul ul li:first-child {
	border: none;
}
.min-menu ul ul li::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 1px;
	background: rgba(255, 255, 255, 0.13);
}
.min-menu ul ul li:last-child:after {
	display: none;
}
.min-menu ul ul li a {
	color: #FFF;
	padding: 0;
	font-size: 17px;
}
.min-menu ul ul li:hover a {
	color: #a6b5d0;
}
/* Close Btn */
.close {
	width: 30px;
	aspect-ratio: 1;
	position: absolute;
	top: 30px;
	right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	cursor: pointer;
	z-index: 99;
}
.close:hover {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.close span {
	width: 100%;
	height: 1px;
	background: #27385D;
}
.close span:nth-child(1) {
	-webkit-transform: translateY(6px) rotate(45deg);
	-ms-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg);
}
.close span:nth-child(2) {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}
/* Header Top ----------------*/
.min_header {
	border-bottom: 4px solid rgb(216, 73, 75);
	position: sticky;
	top: 0;
	left: 0;
	z-index: 99999;
	background: #FFF;
}
.logo a {
	max-width: 580px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 60px;
	clip-path: polygon(0 0, 100% 0, 82% 100%, 18% 100%);
}
.header_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 0px;
	padding-right: 25px;
	gap: 36px;
}
.header_top ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 55px;
}
.header_top ul li a {
	font-weight: bold;
	font-size: 16px;
	color: #243760;
	text-transform: uppercase;
	position: relative;
}
.header_top ul li a:hover {
	color: #D8494B;
}
.header_top ul li a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -25px;
	margin: auto;
	width: 17px;
	height: 15px;
	background: url('images/sp.svg') no-repeat;
}
.header_top ul li:nth-child(2) a::after {
	background-position: top 0 left -29px;
}
.header_top ul li:nth-child(3) a::after {
	background-position: top 0 left -57px;
}
.header_top span {
	padding: 20px 55px;
	border-left: 1px solid #E2E7F0;
	border-right: 1px solid #E2E7F0;
	margin: 0 55px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	color: #243760;
}
.openday {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.openday p {
	font-weight: 300;
	font-size: 14px;
	color: #243760;
}
/* header btm */
.header_btm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #243760;
	padding: 14px 0;
	padding-right: 25px;
}
.header_btm ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	margin-right: 45px;
}
.header_btm ul li {
	font-weight: 300;
	font-size: 16px;
	color: #C6CFDE;
	text-transform: uppercase;
	list-style: disc;
	margin-right: 20px;
	padding: 22px 0;
}
.header_btm ul li a{
	color: #C6CFDE;
	text-decoration: none;
}
.header_btm ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.header_btm ul li:last-child {
	margin-right: 0;
}
.header_btm ul li:first-child {
	list-style: none;
	color: #FFFFFF;
	font-weight: bold;
	border-right: 1px solid #707070d1;
	padding-right: 15px;
	margin-right: 25px;
	position: relative;
}
.header_btm ul li:first-child:before {
	content: '';
	width: 33px;
	height: 36px;
	background: url("images/sp.svg") no-repeat;
	position: absolute;
	left: -60px;
	background-position: top 0 left -365px;
	right: 0;
	margin: -9px auto;
}
.header_btm ul li::marker {
	color: #D8494B;
}
/* Mobile Bars */
.mobile_bars {
	width: 62px;
	margin-left: 25px;
	cursor: pointer;
}
.mobile_bars span {
	width: 100%;
	height: 1px;
	background: #FFF;
	margin: 11px 0;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}
.mobile_bars:hover span:nth-child(1), .mobile_bars:hover span:nth-child(3) {
	width: 70%;
}
/* Banner Section ---------------- */
.banner_section {
	position: relative;
}
.banner_section:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(255 255 255 / 70%);
	z-index: 1;
}
.banner_section .container {
	position: relative;
	z-index: 2;
}
.banner_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
video.banner_video[poster] {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.banner_content {
	padding-top: 100px;
	padding-bottom: 170px;
	position: relative;
}
.banner_content span {
	font-weight: bold;
	font-size: 20px;
	color: #243760;
}
.banner_content h1 {
	font-family: "Bodoni";
	font-weight: 500;
	font-size: 86px;
	line-height: 1.5;
	color: #243760;
}
.banner_content h1 span {
	font-weight: 500;
	font-size: 46px;
	line-height: normal;
	color: #243760;
	margin-bottom: 30px;
}
.star {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	color: #d8494b;
	font-size: 18px;
	margin: 10px 0px;
}
.banner_content .star {
	background: #ffffff01;
}
.banner_content .star p {
	font-weight: 300;
	font-size: 16px;
	color: #243760;
	margin: 0;
	background: #ffffff01;
}
.banner_content p {
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	color: #243760;
	max-width: 730px;
	width: 100%;
}
.banner_content p.covid-text {
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: #d8494bba;
	padding: 0px;
	position: absolute;
	right: 0;
	max-width: 390px;
	padding: 60px;
	top: 140px;
	border-radius: 10px;
}
.banner_content p.covid-text span {
	color: #fff;
	padding-bottom: 30px;
	position: relative;
	font-size: 26px;
}
.banner_content p.covid-text span:after {
	content: '';
	width: 50px;
	height: 3px;
	border-radius: 3px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	bottom: 14px;
}
.banner_logo {
	width: 100%;
	height: 90px;
	background: url('images/banner-logo.svg') no-repeat;
	left: 0;
	right: 0;
	margin: 100px auto 40px;
	background-size: contain;
}
.banner_logo.mobail {
	display: none;
}
/* Banner Items Section */
.banner_items_sec {
	background: #243760;
	padding: 85px 0;
	position: relative;
	z-index: 5;
}
.inner-specs {
	padding: 50px 0;
	position: relative;
	z-index: 5;
}
.inner-specs .default-btn-tow {
	display: block;
	max-width: 300px;
	text-align: center;
	margin: 50px auto 30px;
}
.banner_items_sec ul, .inner-specs ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: -169px;
}
.inner-specs ul {
	margin: 0 !important;
}
.inner-specs ul li {
	list-style: none !important;
}
.inner-specs ul li h2 {
	margin: 0 !important;
}
.banner_items_sec ul li a, .inner-specs ul li a {
	width: 294px;
	height: 230px;
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 26px rgba(81, 122, 154, 0.13);
	box-shadow: 0px 0px 26px rgba(81, 122, 154, 0.13);
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #243760;
	padding-top: 45px;
	position: relative;
}
.banner_items_sec ul li a.di-link {
	max-width: 240px;
	height: auto;
    width: auto;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    text-decoration: underline;
    padding: 0;
    background: #fff;
    display: block;
    margin: -30px auto 0;
	box-shadow: none;
	color: #000;
}
.inner-specs ul li a {
	display: block;
}
.banner_items_sec ul li a:hover, .inner-specs ul li a:hover {
	background: #ad3739;
	color: #FFFFFF;
}
.banner_items_sec ul li:hover a.di-link {
	background: #ad3739;
	color: #FFFFFF;
	padding: 5px;
}
.banner_items_sec ul li a:hover::after, .inner-specs ul li a:hover::after {
	-webkit-filter: grayscale(1) brightness(100);
	filter: grayscale(1) brightness(100);
	opacity: 1 !important;
}
.banner_items_sec ul li a::after, .inner-specs ul li a::after {
	content: '';
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100px;
	aspect-ratio: 1;
	border-radius: 100%;
	background: url('images/sp.svg') no-repeat;
	background-color: rgb(166 181 208 / 13%);
	background-position: top -30px left -71px;
	transform: scale(1.2);
}
.banner_items_sec ul li a.di-link::after {
	content: none !important;
}
.banner_items_sec ul li:nth-child(2) a::after, .inner-specs ul li:nth-child(2) a::after {
	background-position: top -32px left -163px;
}
.banner_items_sec ul li:nth-child(3) a::after, .inner-specs ul li:nth-child(3) a::after {
	background-position: top -28px left -260px;
}
.banner_items_sec ul li:nth-child(4) a::after, .inner-specs ul li:nth-child(4) a::after {
	background-position: top -36px left -351px;
}
.banner_items_sec ul li:nth-child(5) a::after, .inner-specs ul li:nth-child(5) a::after {
	background-position: right 15px bottom -300px;
}
.banner_items_sec ul li:nth-child(6) a::after, .inner-specs ul li:nth-child(6) a::after {
	background-position: top -121px left 20px;
}
.banner_items_sec ul li:nth-child(7) a::after, .inner-specs ul li:nth-child(7) a::after {
	background-position: top -118px left -72px;
}
.banner_items_sec ul li:nth-child(8) a::after, .inner-specs ul li:nth-child(8) a::after {
	background-position: top -120px left -169px;
}
.banner_items_sec ul li:nth-child(9) a::after, .inner-specs ul li:nth-child(9) a::after {
	background-position: top -119px left -262px;
}
.banner_items_sec ul li:nth-child(10) a::after, .inner-specs ul li:nth-child(10) a::after {
	background-position: top -117px left -351px;
}
.inner-specs ul li:nth-child(11) a::after {
	background: url(images/specialist/sp2.svg) no-repeat;
	background-color: rgb(166 181 208 / 13%);
	background-position: top 20px left -526px;
	opacity: .8;
}
.inner-specs ul li:nth-child(12) a::after {
	background: url(images/specialist/sp2.svg) no-repeat;
	background-color: rgb(166 181 208 / 13%);
	background-position: top 20px left -432px;
	opacity: .8;
}
.inner-specs ul li:nth-child(13) a::after {
	background: url(images/specialist/sp2.svg) no-repeat;
	background-color: rgb(166 181 208 / 13%);
	background-position: top -81px left -344px;
	opacity: .8;
}
.inner-specs ul li:nth-child(14) a::after {
	background: url(images/specialist/sp2.svg) no-repeat;
	background-color: rgb(166 181 208 / 13%);
	background-position: top -71px left -520px;
	opacity: .8;
}
.inner-specs ul li:nth-child(15) a::after {
	background: url(images/specialist/sp2.svg) no-repeat;
	background-color: rgb(166 181 208 / 13%);
	background-position: top -77px left -620px;
	opacity: .8;
}
.inner-specs ul li:nth-child(16) a::after {
	background: url(images/specialist/sp2.svg) no-repeat;
	background-color: rgb(166 181 208 / 13%);
	background-position: top -169px left 18px;
	opacity: .8;
}
.inner-specs ul li:nth-child(17) a::after {
	background: url(images/specialist/sp2.svg) no-repeat;
	background-color: rgb(166 181 208 / 13%);
	background-position: top -173px left -75px;
	opacity: .8;
}
.inner-specs ul li:nth-child(18) a::after {
	background: url(images/specialist/sp2.svg) no-repeat;
	background-color: rgb(166 181 208 / 13%);
	background-position: top -173px left -149px;
	opacity: .8;
}
.inner-specs ul li:nth-child(19) a::after {
	background: url(images/specialist/sp2.svg) no-repeat;
	background-color: rgb(166 181 208 / 13%);
	    background-position: top -173px left -237px;
	opacity: .8;
}
.inner-specs ul li:nth-child(20) a::after {
	background: url(images/specialist/sp2.svg) no-repeat;
	background-color: rgb(166 181 208 / 13%);
	    background-position: top -169px left -327px;
	opacity: .8;
}
.inner-specs ul li:nth-child(21) a::after {
	background: url(images/specialist/sp2.svg) no-repeat;
	background-color: rgb(166 181 208 / 13%);
	background-position: top -176px left -407px;
	opacity: .8;
}
.inner-specs ul li:nth-child(22) a::after {
	background: url(images/specialist/sp2.svg) no-repeat;
	background-color: rgb(166 181 208 / 13%);
	background-position: top -184px left -502px;
	opacity: .8;
}
.inner-specs ul li:nth-child(23) a::after {
	background: url(images/specialist/sp2.svg) no-repeat;
	background-color: rgb(166 181 208 / 13%);
	background-position: top -186px left -605px;
	opacity: .8;
}
/*----------- Slick slider ---------*/
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}.slick-list:focus {outline: none;}.slick-list.dragging {cursor: pointer;cursor: hand;}.slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}.slick-track {position: relative;top: 0;left: 0;display: block;margin-left: auto;margin-right: auto;}.slick-track:before, .slick-track:after {display: table;content: '';}.slick-track:after {clear: both;}.slick-loading .slick-track {visibility: hidden;}.slick-slide {display: none;float: left;height: 100%;min-height: 1px;}[dir='rtl'] .slick-slide {float: right;}.slick-slide img {display: block;}.slick-slide.slick-loading img {display: none;}.slick-slide.dragging img {pointer-events: none;}.slick-initialized .slick-slide {display: block;}.slick-loading .slick-slide {visibility: hidden;}.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}.slick-arrow.slick-hidden {display: none;}

/* Our Doctors Section ----------- */
.our_doctor_head p {
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #243760;
	max-width: 1236px;
	width: 100%;
	margin: 60px auto auto;
}
.doctors_wrap {
	margin: 75px 0;
}

.single_doctor {
	border-radius: 10px;
	margin: 30px 15px;
	background: #f9fafc;
	min-height: 632px;
	-webkit-box-shadow: 0px 0px 39px rgb(168 181 206 / 16%);
	box-shadow: 0px 0px 39px rgb(168 181 206 / 35%);
	width: auto !important;
	display: block !important;
}
.single_doctor .image {
	width: 100%;
	height: 320px;
	overflow: hidden;
}
.single_doctor .image img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: top;
	object-position: top;
	border-radius: 10px 10px 0px 0px;
	border-bottom: 1px solid #27385d1f;
}
.single_doctor .star {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ba4448;
    margin: 37px 0 15px;
    font-size: 16px;
    background: #f9fafc;
}
.info h3 a {
	font-weight: bold;
	font-size: 19px;
	color: #243760;
	text-transform: uppercase;
}
.doctor-desc p a {
	color: #D8494B;
}
.doctor-desc p a:hover {
	text-decoration: underline;
}
.doctor-position a {
	font-weight: 300;
	font-size: 15px;
	color: #243760;
	text-transform: uppercase;
	margin-top: 15px;
}
.single_doctor .star {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.doctor-desc {
	padding: 57px 30px 38px;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #243760;
	position: relative;
}
.doctor-desc p {
	min-height: 210px;
}
.doctor-desc::after {
	content: '';
	position: absolute;
	top: 28px;
	left: 0;
	right: 0;
	margin: auto;
	width: 44px;
	height: 1px;
	background: #C7CFDD;
}
.arrows .slick-prev.slick-arrow , .arrows .slick-next.slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url('images/sp.svg') no-repeat;
	font-size: 0;
	width: 65px;
	height: 200px;
	background-position: top -232px left 0;
	cursor: pointer;
}
.arrows .slick-prev.slick-arrow {
	left: -90px;
}
.arrows .slick-next.slick-arrow {
	right: -90px;
	background-position: top -232px left -96px;
}

/* Top Rated Section -------------- */
.top_rated_sec {
	position: relative;
}
.top_rated_sec::after, .top_rated_sec::before {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	background: #EFF3FB;
	z-index: -1;
}
.top_rated_sec::after {
	width: 70%;
	left: 0;
	border-top-right-radius: 10px;
}
.top_rated_sec::before {
	width: 20%;
	right: 0;
	border-top-left-radius: 10px;
}
.top_rated_left h2 {
	text-align: left;
	position: relative;
}
.top_rated_left h2::after{
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 115px;
	height: 1px;
	background: #C85350;
}
.top_rated_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/* left */
.top_rated_left {
	-ms-flex-preferred-size: 54%;
	flex-basis: 54%;
}
.top_rated_left_content {
	max-width: 600px;
	width: 100%;
	margin-left: 116px;
	margin-top: 80px;
}
.top_rated_left_content p {
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
	color: #243760;
	margin-bottom: 54px;
}
/* Right */
.top_rated_right ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 680px;
	width: 100%;
	gap: 20px;
	position: relative;
}
.top_rated_right ul li img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.top_rated_right ul::after {
	content: '';
	position: absolute;
	inset: 0;
	margin: auto;
	width: 104px;
	aspect-ratio: 1;
	border-radius: 10px;
	background: #FFF url('images/sp.svg') no-repeat;
	background-position: bottom -284px right -67px;
}
.top_rated_right a {
	font-weight: 300;
	font-style: italic;
	text-decoration: underline;
	font-size: 18px;
	color: #d8494b;
	margin-top: 15px;
	margin-left: auto;
	float: right;
}
.top_rated_right a:hover {
	text-decoration: none;
}
.top_rated_right p {
	margin-top: 20px;
	font-size: 16px;
}
/*welcome page */
.top_rated_wrap.welcome .top_rated_left_content {
	max-width: 660px;
	margin-left: 40px;
}
.top_rated_wrap.welcome .top_rated_left_content p {
	margin-bottom: 30px;
}
.top_rated_wrap.welcome .top_rated_left_content ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 50px;
	gap: 6px 20px;
}
.top_rated_left_content.welcome ul li {
	list-style: disc;
	margin-left: 20px;
}
.top_rated_wrap.welcome .top_rated_left_content ul li a {
	font-size: 17px;
	color: #243760;
}
.top_rated_wrap.welcome .top_rated_left_content ul li a:hover {
	text-decoration: underline;
}
/* Why choose Section ------------ */
.why_choose_sec {
	background: url('images/whyChoose.jpg') no-repeat;
	background-size: cover;
	position: relative;
	padding-bottom: 60px;
	z-index: 99;
}
.why_choose_sec::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 7%;
	width: 60%;
	height: 100%;
	background: url('images/why_choose_doc.png') no-repeat;
	background-position: bottom 0 right;
	z-index: -1;
}
.why_choose_wrap h2 {
	text-align: left;
	color: #FFFFFF;
	max-width: 540px;
	width: 100%;
	margin-bottom: 60px;
	background: #1c2c4e01;
}
.single_choose_wrap {
	max-width: 740px;
	width: 100%;
	display: -ms-grid;
	display: grid;
	gap: 10px;
}
.single_choose {
	background: #243760;
	padding: 25px 40px;
	margin-left: 140px;
	position: relative;
}
.single_choose::after {
	content: '';
	position: absolute;
	top: 0;
	left: -139px;
	height: 100%;
	width: 125px;
	background: #243760 url('images/sp.svg') no-repeat;
	background-position: bottom -121px left -284px;
}
.single_choose:nth-child(2):after {
	background-position: bottom -123px left -183px;
}
.single_choose:nth-child(3):after {
	background-position: bottom -126px left -86px;
}
.single_choose h3 {
	font-family: "Bodoni";
	font-weight: normal;
	font-size: 25px;
	color: #fff;
	margin-bottom: 30px;
}
.single_choose p {
	font-family: Roboto;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	max-width: 400px;
	width: 100%;
}
.why_choose_wrap ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 60px;
}
.why_choose_wrap ul li {
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid #FFFFFF;
	background: #1c2c4e01;
}
.why_choose_wrap ul li:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.why_choose_wrap ul li strong {
	font-size: 40px;
	color: #fff;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 5px;
	background: rgb(28 39 80 / 50%);
}
.why_choose_wrap ul li strong p {
	font-size: 20px;
	font-weight: 400;
}
/* Our Testimonials Section ----------- */
.container.tes_head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.container.tes_head h2 {
	text-align: left;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 100px;
	padding-right: 100px;
	border-right: 1px solid rgb(36 55 96 / 36%);
}
.container.tes_head p {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	color: #243760;
}
/* testimonial tab */
.testimonial_tab_body ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 125px 0 50px;
}
.testimonial_tab_body ul li {
	font-size: 26px;
	color: #71757f;
	line-height: 38px;
	text-transform: uppercase;
	margin-right: 45px;
	padding-right: 45px;
	border-right: 1px solid rgb(36 55 96 / 36%);
	cursor: pointer;
}
.testimonial_tab_body ul li.active {
	color: #243760;
	text-decoration: none;
	font-weight: 600;
}
.testimonial_tab_body ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
/* tab body */
.tes_body {
	display: none;
	gap: 20px;
}
.tes_body.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.tes_body > div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: white;
}
.single_testimonial {
	-webkit-box-shadow: 0px 0px 40px rgba(101, 131, 223, 0.18);
	box-shadow: 0px 0px 40px rgba(101, 131, 223, 0.18);
	border-radius: 10px;
	padding: 45px;
}
.single_testimonial .name {
	font-weight: 300;
	font-size: 20px;
	color: #243760;
/* 	padding-left: 85px; */
	padding-bottom: 60px;
	position: relative;
}
.single_testimonial.inner-review .name {
	padding-left: 0 !important;
}
.single_testimonial .name::after, .single_testimonial .name::before {
	content: '';
	position: absolute;
}
.single_testimonial .name::before {
	content: "★★★★★";
	color: #FFC400;
	font-size: 22px;
	top: 26px;
}
.single_testimonial .name::after {
	display: none;
	width: 65px;
	aspect-ratio: 1;
	border-radius: 100%;
	left: 0;
	top: -6px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -249px left -264px;
}
.single_testimonial.inner-review .name::after {
	content: none !important;
}
.single_testimonial:nth-child(2) .name::after {
	background-position: top -229px left -172px;
}
.single_testimonial:nth-child(3) .name::after {
	background-position: top -357px left -214px;
}
.single_testimonial:nth-child(4) .name::after {
	background-position: top -233px left -362px;
}
.single_testimonial p {
	font-weight: 300;
	font-style: italic;
	font-size: 16px;
	line-height: 26px;
	color: #243760;
	min-height: 310px;
}
.single_testimonial.inner-review p {
	min-height: auto !important;
}
.single_testimonial .google_re {
	padding: 20px 0 25px 0;
	border-top: 1px solid rgb(112 112 112 / 36%);
	margin-right: -45px;
	margin-left: -45px;
	position: relative;
}
.single_testimonial .google_re::before, .single_testimonial .google_re::after {
	content: '';
	position: absolute;
	background: url('images/sp.svg') no-repeat;
}
.single_testimonial .google_re::before {
	width: 35px;
	height: 30px;
	background-position: top 3px left -120px;
	top: -52px;
	right: 13px;
}
.single_testimonial .google_re::after {
	width: 135px;
	height: 30px;
	background-position: top 0 left -167px;
	left: 45px;
}
/* EXPECT SECTION --------------- */
.expect_section {
	background: url('images/expectBg.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.expect_content {
	max-width: 1190px;
	width: 100%;
	margin: auto;
}
.expect_content h2{
	color: #FFFFFF;
	margin-bottom: 35px;
	background: #1c2c4e01;	
}
.expect_content p {
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin-bottom: 37px;
	background: #1c2c4e01;
}
.expect_box a {
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	text-decoration: underline;
}
.expect_content p:last-child {
	margin-bottom: 0;
}
/* expect box */
.expect_box {
	margin-bottom: 40px;
	max-height: 430px;
	height: 100%;
	overflow: auto;
	padding-right: 50px;
	max-width: 1190px;
	width: 100%;
}
/* Chrome, Edge, and Safari */
.expect_box::-webkit-scrollbar {
	width: 16px;
}
.expect_box::-webkit-scrollbar-track {
	background: #ffffff;
	width: 4px;
	border-radius: 10px;
}
.expect_box::-webkit-scrollbar-thumb {
	border-radius: 10px;
	border: 16px solid #D8494B;
}
.expect_box ul {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}
.expect_box ul li {
	max-width: 365px;
	width: 100%;
	position: relative;
	background: #1c2c4e;
	color: #fff;
}
.expect_box ul li strong {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	background: #1C2C4E;
	padding: 14px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.expect_box ul li strong:after {
	content: '+';
	font-size: 20px;
	font-weight: 300;
	color: #C85350;
		
}
.expect_box ul li.active strong:after {
	content: '-';
}
.expect_box ul li strong span {
	font-size: 20px;
	font-weight: 300;
	color: #C85350;
}
.expect_box ul li p {
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #243760;
	background: #FFF;
	padding: 20px;
	text-align: left;
	display: none;
	-webkit-transition: unset;
	-o-transition: unset;
	transition: unset;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
}
/* Our convenient offices Section -------------- */
.our_office_section .heading {
	position: relative;
}
.our_office_section .heading::after {
	content: '';
	position: absolute;
	top: -37px;
	left: 0;
	right: 0;
	margin: auto;
	width: 32px;
	aspect-ratio: 1;
	background: url('images/sp.svg') no-repeat;
	background-position: top -407px right -49px;
}
.our_office_section.pluse .heading::after {
	display: none;
}
.our_office_section {
	background: #fff;
	z-index: 10;
	position: relative;
}
.our_office_wrap {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
}
/* left */
.our_office_left {
	max-width: 600px;
	width: 100%;
}
.our_office_left ul li {
	font-family: "Bodoni";
	font-weight: bold;
	font-size: 28px;
	color: #243760;
	padding: 22px 0;
	border-bottom: 1px solid #DCE0EF;
	padding-left: 80px;
}
.our_office_left ul li a {
	font-family: Roboto;
	font-weight: 700;
	font-size: 18px;
	color: #243760;
	margin-top: 15px;
	position: relative;
	margin-left: 30px;
}
.our_office_left ul li a.loc-title {
	font-family: "Bodoni";
	font-weight: 500;
	font-size: 28px;
	color: #243760;
	margin: 0;
	text-decoration: underline;
}
.our_office_left ul li a.loc-title:hover {
	text-decoration: none;
}
.our_office_left ul li a.loc-title::after {
	content: none !important;
}
.our_office_left ul li button{
	font-family: Roboto;
	font-weight: 300;
	font-size: 18px;
	color: #243760;
	display: inline-block;
	margin-left: 19px;
	position: relative;
	background: transparent;
	cursor: pointer;
}
.our_office_left ul li button:hover {
	text-decoration: underline;
}
.our_office_left ul li a::after, .our_office_left ul li button::after {
	content: '';
	position: absolute;
	top: 4px;
	left: -20px;
	width: 14px;
	height: 16px;
	background: url('images/sp.svg') no-repeat;
}
.our_office_left ul li a::after {
	background-position: top 0 left -310px;
}
.our_office_left ul li button::after {
	background-position: top 0 left -333px;
}
/* Right */
.our_office_right {
	position: relative;
}
.our_office_right img {
	width: 100%;
	height: 100%;
}
.map_indi {
	position: absolute;
	width: 48px;
	height: 48px;
	background: url('images/sp.svg') no-repeat;
	background-position: top 0 left -365px;
	cursor: pointer;
}
.map_indi:hover {
	transform: scale(1.1);
}
.map_indi.active {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
.one {
	bottom: 5%;
	right: 50%;
}
.tow {
	top: 71%;
	left: 48%;
}
.three {
	top: 39.5%;
	left: 44%;
}
.four {
	left: 49%;
	bottom: 32%;
}
.five {
	bottom: 33%;
	left: 45%;
}
.six {
	bottom: 63%;
    left: 51%;
}
.seven {
	bottom: 67%;
    left: 55%;
}
/* Request Section ------------- */
.request_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 10%;
}
.request_left h2 {
	text-align: left;
	position: relative;
}
.request_left h2::after {
	content: '';
	position: absolute;
	top: -42px;
	left: 122px;
	width: 60px;
	height: 75px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -313px right -1px;
}
/* Right */
.request_right {
	padding: 115px 0;
	padding-left: 100px;
	margin-left: 100px;
	border-left: 1px solid #A8B5CE;
}
.request_right form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}
.request_right form div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.request_right form div input, .request_right form div textarea {
	width: 100%;
	padding: 10px 0;
	outline: none;
	border: none;
	border-bottom: 1px solid rgb(168 181 206 / 24%);
	font-weight: 300;
	font-size: 16px;
	color: rgb(36 55 96 / 68%);
	margin-bottom: 25px;
	font-family: 'Roboto';
}
.request_right form div input::-webkit-input-placeholder, .request_right form div textarea::-webkit-input-placeholder {
	font-weight: 300;
	font-size: 16px;
	color: rgb(36 55 96 / 68%);
}
.request_right form div input::-moz-placeholder, .request_right form div textarea::-moz-placeholder {
	font-weight: 300;
	font-size: 16px;
	color: rgb(36 55 96 / 68%);
}
.request_right form div input:-ms-input-placeholder, .request_right form div textarea:-ms-input-placeholder {
	font-weight: 300;
	font-size: 16px;
	color: rgb(36 55 96 / 68%);
}
.request_right form div input::-ms-input-placeholder, .request_right form div textarea::-ms-input-placeholder {
	font-weight: 300;
	font-size: 16px;
	color: rgb(36 55 96 / 68%);
}
.request_right form div input::placeholder, .request_right form div textarea::placeholder {
	font-weight: 300;
	font-size: 16px;
	color: rgb(36 55 96 / 68%);
}
.request_right form div input:focus, .request_right form div textarea:focus {
	border-color: #992f31;
}
.request_right form div textarea {
	line-height: 8px;
	resize: none;
}
.request_right form div input[type="submit"] {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background: #D8494B;
	border-radius: 10px;
	padding: 15px 25px;
	width: 120px;
	cursor: pointer;
	margin-top: 25px;
	float: right;
}
.request_right form div input[type="submit"]:hover {
	background: #992f31;
}
/* Multi-Specialty Clinic Section -------- */
.multi_clinic_sec {
	padding: 45px 0 75px;
	background: #EFF3FB;
	position: relative;
	z-index: 10;
}
.multi_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 60px;
}
.single_multi.one {
	max-width: 360px;
	width: 100%;
}
.single_multi.tow {
	padding-right: 125px;
	padding-left: 125px;
	margin-right: 125px;
	margin-left: 125px;
	border-right: 1px solid #A8B5CE;
	border-left: 1px solid #A8B5CE;
	max-width: 355px;
	width: 100%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.single_multi p {
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #243760;
}
.single_multi p a {
	text-decoration: underline;
}
.single_multi p a:hover {
	text-decoration: none;
}
.single_multi ul li {
	margin: 6px 0;
}
.single_multi ul li a, .single_multi ul li button {
	font-weight: 500;
	font-size: 18px;
	color: #243760;
	cursor: pointer;
}
.single_multi ul li a:hover, .single_multi ul li button:hover {
	text-decoration: underline;
}
/* Registration Forms Section ------ */
.registration_forms_sec {
	padding: 50px 0;
	background: #DBE0F0;
	position: relative;
	z-index: 10;
}
.regi_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 23px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.regi_wrap button, .regi_wrap a {
	background: #243760;
	cursor: pointer;
}
.regi_wrap button:first-child, .regi_wrap a:first-child {
	background: #af3335;
}
.regi_wrap button:first-child:hover, .regi_wrap a:first-child:hover {
	background: #f14e51;
}
.inner-callto {
	margin-top: 50px;
	margin-bottom: 50px;
}
.inner-callto br {
	display: none;
}
/* Footer section ---------- */
.footer {
	background: #243760;
	padding: 40px 0;
	text-align: center;
	position: relative;
	z-index: 10;
}
.footer_wrap p, .footer_wrap p button {
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 15px;
}
.footer_wrap p button {
	background: transparent;
}
.footer_wrap p button:hover {
	text-decoration: underline;
	cursor: pointer;
}
.footer_wrap button {
	cursor: pointer;
}
.footer_wrap p a {
	color: #fff;
	text-decoration: underline;
}
.footer_wrap p a:hover {
	text-decoration: none;
}
.footer_social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	position: relative;
	margin-top: 30px;
}
.footer_social li button {
	position: relative;
	width: 95px;
	aspect-ratio: 1;
	background: transparent;
	cursor: pointer;
}
.footer_social li button::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('images/sp.svg') no-repeat;
	background-position: bottom -395px left 0px;
	top: 0;
	left: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.footer_social li:nth-child(2) button::after {
	background-position: bottom -396px left -106px;
}
.footer_social li:nth-child(3) button::after {
	background-position: bottom 0px left 0px;
}
.footer_social li:nth-child(4) button::after {
	background-position: bottom 0px left -106px;
}
.footer_social li button:hover::after {
	-webkit-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
}
.menu_left_bottom span {
	color: #fff;
	max-width: 80%;
	text-align: center;
	margin: 0 auto 50px;
}
/* HOME PAGE END ----------------------------------------------------------------------------------------------------------------------- */
/* Specialties Page ---------------- */
.inner_banner_sec {
	position: relative;
}
.inner_banner_sec::after {
	content: '';
	position: absolute;
	inset: 0;
	margin: auto;
	width: 70px;
	aspect-ratio: 1;
	background: #FFFFFF url('images/sp.svg') no-repeat;
	background-position: top -389px right -31px;
	z-index: 3;
}
.inner_banner_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 370px;
}
.inner_banner_wrap > div {
	-webkit-box-flex: 50%;
	-ms-flex: 50%;
	flex: 50%;
}
.inner_banner_left {
	padding: 30px;
	background: rgb(219 224 240 / 50%) url('images/inner/Specialties_bg.png') no-repeat;
	background-position: left 0 center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}
.inner_banner_left h1 {
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	color: #243760;
	max-width: 570px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	z-index: 2;
}
.inner_banner_left:before {
	content: '';
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255 , 255, 0.7);
	z-index: 1;
}
#breadcrumbs, #breadcrumbs a {
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	color: #243760;
	z-index: 9999;
	position: relative;
}
#breadcrumbs span {
	display: inline-block;
}
p#breadcrumbs > span > span > a {
	position: relative;
	margin-right: 20px;
	/*     width: 125px; */
	width: 100%;
	text-align: right;
	height: 30px;
}
p#breadcrumbs > span > span > a:after {
	content: '';
	width: 100%;
	height: 30px;
	position: absolute;
	background: url('images/breadcrumb-after.svg') no-repeat;
	right: -16px;
	top: -6px;
	opacity: .1;
}
p#breadcrumbs > span > span > a:hover:after {
	opacity: .2;
}
p#breadcrumbs > span > span > span >a {
	position: relative;
	padding: 0px 10px;
	background: #dde2ec;
	height: 30px;
	line-height: 30px;
	transition: 0s;
}
p#breadcrumbs > span > span > span >a:after {
	content: '';
	width: 13px;
	height: 30px;
	position: absolute;
	background: url('images/bc-after.svg') no-repeat;
	left: -13px;
	top: 0;
	opacity: .1;
}
p#breadcrumbs > span > span > span >a:before {
	content: '';
	width: 13px;
	height: 30px;
	position: absolute;
	background: url('images/bc-before.svg') no-repeat;
	right: -13px;
	top: 0px;
	opacity: .1;
}
p#breadcrumbs > span > span > span >a:hover{
	background: #c9cfdc;
}
p#breadcrumbs > span > span > span >a:hover:before, p#breadcrumbs > span > span > span >a:hover:after{
	opacity: .2;
}
.breadcrumb_last {
	margin-left: 15px;
	color: rgb(36 55 96 / 68%);
}
#breadcrumbs a:hover{
	color: #0e172b;
}
.inner_banner_right {
	padding: 50px 90px;
	background-image: url(images/specialist/spe_bg.png), -o-linear-gradient(353deg, #516389 0, #27385d 100%);
	background-image: url(images/specialist/spe_bg.png), linear-gradient(97deg, #516389 0, #27385d 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-position: bottom 0 right 0;
	background-repeat: no-repeat;
}
.inner_banner_right h2 {
	font-weight: bold;
	font-size: 27px;
	color: #fff;
	margin-bottom: 20px;
}
.inner_banner_right p, .inner_banner_right p a{
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}
.inner_banner_right ul {
    margin-top: 15px;
	margin-left: 40px;
}
.inner_banner_right ul li {
	font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
	list-style: square;
}
.inner_banner_right p a {
	text-decoration: underline;
}
.inner_banner_right p a:hover {
	text-decoration: none;
}
.inner_banner_right p:empty {
	display: none;
}
.inner_banner_right p + p {
	margin-top: 24px;
}
.spec_search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 100px 0;
}
.spec_search p {
	font-weight: bold;
	font-size: 22px;
	color: #243760;
	margin-right: 25px;
	position: relative;
	text-transform: uppercase;
}
.spec_search p::after {
	content: '';
	position: absolute;
	top: 0;
	left: -32px;
	width: 28px;
	height: 28px;
	background: url('images/specialist/search.svg') no-repeat;
}
.autocomplite-wraper, .autocomplite-wraper.Doc {
	max-width: 555px;
	width: 100%;
	position: relative;
}
.autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0;
}
.autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
	background-color: #e9e9e9;
}
.spec_search input {
	border-bottom: 1px solid #A8B5CE;
	max-width: 555px;
	width: 100%;
	font-size: 18px;
}
.spec_search input:focus {
	border-color: #992f31;
}
.specialist_items_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.single_specialist {
	text-align: center;
	-webkit-box-shadow: 0px 0px 39px rgba(168, 181, 206, 0.16);
	box-shadow: 0px 0px 39px rgba(168, 181, 206, 0.16);
	border-radius: 5px;
}
.single_specialist a {
	display: block;
}
.single_specialist img {
	width: 100%;
	max-width: 400px;
	height:auto;
	/* height: 208px; */
	border-radius: 5px 5px 0px 0px;
}
.single_specialist h2 {
	font-weight: bold;
	font-size: 19px;
	color: #243760;
	text-transform: uppercase;
	padding: 55px 10px 5px 10px;
	position: relative;
}
.single_specialist h2::after {
	content: '';
	position: absolute;
	top: -57px;
	right: 0;
	left: 0;
	width: 100px;
	aspect-ratio: 1;
	margin: auto;
	border-radius: 100%;
	background: url('images/specialist/sp2.svg') no-repeat;
	background-position: top 17px left 21px;
}
.single_specialist a:hover h2::after {
	-webkit-filter: grayscale(0) brightness(10);
	filter: grayscale(0) brightness(10);
}
.single_specialist h2::before {
	content: '';
	position: absolute;
	top: -57px;
	right: 0;
	left: 0;
	width: 100px;
	aspect-ratio: 1;
	margin: auto;
	border-radius: 100%;
	background: #FFF;
	-webkit-filter: drop-shadow(0px -30px 46px rgba(39, 56, 93, 0.72));
	filter: drop-shadow(0px -30px 46px rgba(39, 56, 93, 0.72));
}
.single_specialist a:hover h2::before {
	background: #D8494B;
}
/* Nth Child */
.single_specialist:nth-child(2) a h2::after {
	background-position: top 17px left -68px;
}
.single_specialist:nth-child(3) a h2::after {
	background-position: top 23px left -163px;
}
.single_specialist:nth-child(4) a h2::after {
	background-position: top 13px left -252px;
}
.single_specialist:nth-child(5) a h2::after {
	background-position: top 18px left -342px;
}
.single_specialist:nth-child(6) a h2::after {
	background-position: top 20px left -432px;
}
.single_specialist:nth-child(7) a h2::after {
	background-position: top 20px left -526px;
}
.single_specialist:nth-child(8) a h2::after {
	background-position: top 23px left -615px;
}
.single_specialist:nth-child(9) a h2::after {
	background-position: top -79px left 25px;
}
.single_specialist:nth-child(10) a h2::after {
	background-position: top -77px left -71px;
}
.single_specialist:nth-child(11) a h2::after {
	background-position: top -81px left -162px;
}
.single_specialist:nth-child(12) a h2::after {
	background-position: top -82px left -252px;
}
.single_specialist:nth-child(13) a h2::after {
	background-position: top -81px left -344px;
}
.single_specialist:nth-child(14) a h2::after {
	background-position: top -88px left -432px;
}
.single_specialist:nth-child(15) a h2::after {
	background-position: top -71px left -520px;
}
.single_specialist:nth-child(16) a h2::after {
	background-position: top -77px left -620px;
}
.single_specialist:nth-child(17) a h2::after {
	background-position: top -169px left 18px;
}
.single_specialist:nth-child(18) a h2::after {
	background-position: top -173px left -75px;
}
.single_specialist:nth-child(19) a h2::after {
	background-position: top -173px left -149px;
}
.single_specialist:nth-child(20) a h2::after {
	background-position: top -173px left -237px;
}
.single_specialist:nth-child(21) a h2::after {
	background-position: top -169px left -327px;
}
.single_specialist:nth-child(22) a h2::after {
	background-position: top -176px left -407px;
}
.single_specialist:nth-child(23) a h2::after {
	background-position: top -184px left -502px;
}
.single_specialist:nth-child(24) a h2::after {
	background-position: top -186px left -605px;
}
/* Doctors Page --------------------------------------------------------- */
.doctor_des p {
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #243760;
	max-width: 1236px;
	width: 100%;
	margin: 80px auto 65px auto;
}
/* Doctor wrap */
.doctors-filter-department {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
}
.doctors-filter-department button {
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	color: #243760;
	padding: 12px 5px;
	border-radius: 5px;
	background: rgb(219 224 240 / 26%);
	width: 191px;
	cursor: pointer;
}
.doctors-filter-department button:hover {
	color: #D8494B;
}
.doctors-filter-department button.active {
	background: #D8494B;
	color: #FFF;
}
/* doctor gallery */
.doctor_gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 80px;
}
.specialty-doctor {
	max-width: 320px;
	width: 100%;
	border-radius: 5px;
	text-align: center;
	-webkit-box-shadow: 0 0 35px rgb(10 10 10 / 6%);
	box-shadow: 0 0 35px rgb(10 10 10 / 6%);
	border: 1px solid #EFF3FB;
	overflow: hidden;
}
.specialty-doctor img {
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: cover;
	-o-object-position: bottom;
	object-position: top;
	margin-bottom: -5px;
	filter: grayscale(1);
	transition: .7s;
	aspect-ratio: 1/1;
}
.specialty-doctor:hover img {
	filter: grayscale(0);
	transform: scale(1.07);
	transform-origin: top;
}
.specialty-doctor .info {
	background: rgb(219 224 240 / 26%);
	padding: 0px 0px 50px;
}
.doctor_gallery .specialty-doctor .info {
	position: relative;
}
.doctor_gallery .specialty-doctor .info::before {
	content: '';
	width: 0px;
	height: 0px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #D8494B;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.doctor_gallery .specialty-doctor .info::after {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background: #D8494B;
	margin: auto;
}
.specialty-name a {
	font-weight: bold;
	/* text-decoration: underline; */
	font-size: 19px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 12px;
	width: 100%;
	background: #243760;
	padding: 20px 0px;
}
.specialty-name a:hover {
	background: #D8494B;
}
.specialty-doctor:hover {
	box-shadow: 0 0 40px #dbe0f0de;
}
.specialty-specialty a, .specialty-specialty {
	font-weight: 300;
	text-decoration: underline;
	font-size: 18px;
	color: #243760;
	margin-bottom: 45px;
}
.specialty-specialty {
	text-decoration: none;
}
.specialty-location {
	position: relative;
}
.specialty-location::after {
	content: '';
	position: absolute;
	top: -22px;
	left: 0;
	right: 0;
	width: 43px;
	height: 1px;
	background: #C7CFDD;
	margin: auto;
}
.specialty-location b {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #243760;
	margin-bottom: 10px;
	display: block;
}
.specialty-location a {
	font-weight: 300;
	text-decoration: underline;
	font-size: 18px;
	color: #243760;
}
.specialty-doctor a:hover {
	text-decoration: none;
}
/* Locations Page --------------------------------------------------------- */
.locations_dec p {
	max-width: 1288px;
	width: 100%;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #243760;
	margin: 80px auto 70px auto;
}
.locations_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 35px 45px;
}
.single_location {
	max-width: 570px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.single_location img {
	width: 100%;
	height: 335px;
	margin-bottom: -7px;
	-o-object-fit: cover;
	object-fit: cover;
}
.location_info {
	background: #EFF3FB;
	padding: 50px 70px;
	border-radius: 10px;
	height: 100%;
}
.location_info a, .location_info span {
	font-weight: 300;
	font-size: 18px;
	color: #243760;
	line-height: 30px;
	display: block;
	word-break: break-word;
}
.location_info a:first-child, .location_info span {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	margin-bottom: 20px;
}
.location_info a:first-child:hover {
	text-decoration: none;
}
.location_info p{
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	color: #243760;
}
.book_location {
	text-align: center;
	max-width: 1288px;
	width: 100%;
	margin: 65px auto auto;
}
.book_location p {
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	color: #243760;
	margin-bottom: 45px;
}
/* Profile Page ------------------------------------------------------------------------- */
.profile_banner_sec {
	background: #85a1da1c;
	padding: 50px 0;
	text-align: center;
	position: relative;
}
.profile_banner h1 {
	font-weight: bold;
	font-size: 40px;
	line-height: 50px;
	color: #243760;
	margin-bottom: 10px;
	position: relative;
	z-index: 9999;
}
/* profile wrap */
.profile_section {
	padding-top: 60px;
	position: relative;
}
.profile_banner_sec::after {
	content: '';
	position: absolute;
	top: -130px;
	right: 0;
	width: 515px;
	height: 500px;
	background: url('images/doctor/profile_bg.png') no-repeat;
	background-position: bottom 0 right 0;
	background-size: contain;
	z-index: -1;
}
.profile_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 85px;
}
/* left */
.profile_left {
	position: relative;
	width: 30%;
	/* min-width: 500px; */
}
.profile_right {
	width: 70%;
}
.profile_left span:not(.dr-name) {
	position: absolute;
	top: -45px;
	font-weight: 300;
	font-size: 14px;
	text-align: center;
	color: #243760;
	opacity: 0.73;
	left: 0;
	right: 0;
}
.profile_left span.ins-text {
	color: #fff;
}
.profile_left::after {
	content: '';
	position: absolute;
	bottom: -54%;
	left: -23%;
	width: 100%;
	height: 100%;
	background: url('images/doctor/profile-left-bg.png') no-repeat;
	background-size: contain;
	z-index: -1;
}
.profile_card {
	background: #243760;
	padding-bottom: 60px;
	border-radius: 10px;
	text-align: center;
	color: #FFF;
}
.profile_card img {
	width: 60%;
	aspect-ratio: 1/1.1;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
	margin-top: -17px;
	border: 1px solid #DCE0EF;
	height: auto;
}
.profile_card .star {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #FFC400;
	margin: 35px 0 10px;
}
.profile_card a {
	font-weight: 300;
	text-decoration: underline;
	font-size: 19px;
	color: #fff;
}
.profile_card a:hover {
	text-decoration: none;
}
.profile_card a:nth-child(4) {
	font-size: 19px;
}
.profile_card h5, .profile_card span.dr-name {
	text-transform: uppercase;
	font-size: 25px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 20px;
}
.profile_card p {
	font-weight: bold;
	font-size: 19px;
	line-height: 24px;
	color: #fff;
	display: block;
	margin: 45px 0 20px;
	position: relative;
}
.profile_card p::after {
	content: '';
	position: absolute;
	top: -22px;
	left: 0;
	right: 0;
	margin: auto;
	width: 43px;
	height: 1px;
	background: #FFFFFF;
}
.profile_card button {
	margin-top: 35px;
}
/* right */
.profile_right h2 {
	font-weight: bold;
	font-size: 34px;
	color: #243760;
	margin-bottom: 70px;
	position: relative;
}
.profile_right h2:after {
	content: '';
	width: 40px;
	height: 4px;
	position: absolute;
	bottom: -30px;
	background: #243760;
	left: 0;
	border-radius: 3px;
}
.profile_right h2.diana_arabic:before {
	content: 'Speak Arabic';
	position: absolute;
	bottom: -30px;
	left: 0;
}
.profile_right h3, .profile_right h4, .profile_right h5, .profile_right h6, {
	font-weight: bold;
	color: #243760;
	margin-bottom: 25px;
}
.profile_right h3 {
	font-size: 28px;
	margin-bottom: 28px;
	color: #243760;
}
.profile_right h4 {
	font-size: 26px;
} 
.profile_right h5 {
	font-size: 24px;
}
.profile_right h6 {
	font-size: 22px;
}
.profile_right p {
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	color: #243760;
	margin-bottom: 28px;
}
.profile_right a {
	display: inline;
	font-weight: 300;
	font-size: 20px;
	color: #d8494b;
	text-decoration: underline;
}
.profile_right a:hover {
	text-decoration: none;
}
.profile_right ul, .profile_right ol {
	margin-left: 30px;
	margin-bottom: 30px;
}
.profile_right ul + ul, .profile_right ol + ol {
	margin-top: -20px;
}
.profile_right ul li, .profile_right ol li {
	font-weight: 300;
	font-size: 20px;
	color: #243760;
	margin: 0px;
	list-style: square;
	margin-left: 18px;
	line-height: 30px;
}
.profile_right ol li {
	list-style: decimal;
}
.profile_btm_border {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #707070;
}
/* Specility Page ------------------------------------------------------------------------- */
.splty_inner_banner {
	background: #EFF3FB;
	padding: 70px 0;
	position: relative;
}
.splty_inner_banner .container {
	position: relative;
	z-index: 2;
}
.splty_inner_banner::before, .splty_inner_banner::after {
	content: '';
	position: absolute;
}
.speciality_inner_sec{
	position: relative;
}
.speciality_inner_sec::before {
	content: '';
	position: absolute;
	top: -170px;
	left: -210px;
	width: 515px;
	height: 320px;
	background: url('images/specialityLeftBg.png') no-repeat;
	background-position: bottom 0 right 0;
	background-size: contain;
	z-index: -1;
}
.splty_inner_banner::after {
	width: 300px;
	height: 100%;
	top: 0;
	right: 0;
	background: url('images/spcialityBg.png') no-repeat;
	background-size: cover;
	background-position: right 0 top 0;
}
.sp_in_banner_wrap h1 {
	font-weight: bold;
	font-size: 42px;
	line-height: 1.3;
	text-align: center;
	color: #243760;
	margin-bottom: 10px;
}
.sp_in_banner_wrap h1 span.banner-title-loc {
	font-size: 20px;
	margin: 5px 0px 26px 0px;
	font-family: sans-serif;
}
.spciality_inner_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
	margin-top: 35px;
}
/* Side Bar */
.side_bar {
	width: 32%;
	-ms-flex-item-align: baseline;
	align-self: baseline;
	position: relative;
}
.side_bar::after {
	content: '';
	position: absolute;
	bottom: -42%;
	left: -52%;
	width: 100%;
	height: 900px;
	background: url('images/doctor/profile-left-bg.png') no-repeat;
	background-size: contain;
}
.last_up {
	font-weight: 300;
	font-size: 14px;
	line-height: 30px;
	color: #243760;
	opacity: 0.73;
	margin: 10px 0;
	/* text-align: center; */
	/* max-width: 460px; */
	width: 100%;
}
.single_sidebar {
	background: #243760;
	border-radius: 10px;
	padding-top: 40px;
}
.side_bar_head {
	background: #FFF;
	padding: 12px 0;
	position: relative;
}
.side_bar_head::after, .side_bar_head::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.side_bar_head::before {
	width: 85px;
	aspect-ratio: 1;
	left: 25px;
	border: 1px solid #a8b5ce;
	border-radius: 10px;
	background: #FFF url('images/inner/inPls.svg') no-repeat;
	background-position: top 20px left 26px;
}
.side_bar_head::after {
	width: 90px;
	height: 75px;
	right: 0;
	background: url('images/inner/inPls.svg') no-repeat;
	background-position: top 0 right -42px;
	background-size: cover;
}
.side_bar_head h3 {
	font-weight: bold;
	font-size: 20px;
	line-height: 46px;
	color: #243760;
	padding-left: 125px;
}
.single_sidebar ul {
	padding: 80px;
}
.single_sidebar.white .side_bar_head h3, .single_sidebar.white .side_bar_head h3 a {
	color: #FFF;
}
.single_sidebar ul {
	padding: 60px 80px 90px 100px;
}
.single_sidebar ul li {
	font-weight: bold;
	font-size: 10px;
	color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	padding: 15px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.single_sidebar ul li.current-menu-item, .single_sidebar ul li.current-menu-item a, .single_sidebar ul li:hover a {
	color: #FFD629;
}
.single_sidebar ul.sp-menu-Side li:before {
	content: "\27F6";
	vertical-align: middle;
}
.single_sidebar ul li:last-child {
	border-bottom: none;
}

.single_sidebar ul li a {
	font-size: 20px;
	color: #fff;
	font-weight: 300;
}
.min_inner {
	width: 68%;
	z-index: 9999;
}
/*.full-width .min_inner {
width: 100%;
}

Bottom Side bar */
.single-post .min_inner{
	width: 100%;
}
.single_sidebar.white {
	margin-top: 45px;
	background: #EFF3FB;
}
.single_sidebar.white .side_bar_head {
	background: #1D2C4E;
}
.single_sidebar.white .side_bar_head::before {
	background: #1d2c4e url(images/inner/inPls.svg) no-repeat;
	background-position: top 19px left -42px;
}
.single_sidebar.white ul {
	padding-left: 50px;
	padding-right: 50px;
}
.single_sidebar.white ul li {
	font-weight: bold;
	font-size: 22px;
	color: #243760;
	display: block;
	padding: 15px 0;
	border-bottom: 1px dotted rgb(168 181 206 / 35%);
	padding-left: 18px;
}
.single_sidebar.white ul li:last-child {
	border-bottom: none;
}
.single_sidebar.white ul li a {
	font-weight: bold;
	font-size: 18px;
	color: #243760;
	margin: 6px 0 6px 20px;
}
.single_sidebar.white ul li a.loc-title {
	display: inline;
	font-weight: bold;
	font-size: 22px;
	color: #243760;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
.single_sidebar.white ul li a.loc-title::after {
	content: none !important;
}
.single_sidebar.white ul li a.loc-title:hover {
	text-decoration: none;
}
.single_sidebar.white ul li button {
	font-weight: 300;
	font-size: 16px;
	color: #243760;
	display: block;
	background: transparent;
	cursor: pointer;
	text-align: left;
	line-height: 1.3;
	margin: 6px 0 6px 20px;
}
.single_sidebar.white ul li button:hover {
	text-decoration: underline;
}
.single_sidebar.white ul li a, .single_sidebar.white ul li button {
	position: relative;
}
.single_sidebar.white ul li a::after, .single_sidebar.white ul li button::after {
	content: '';
	position: absolute;
	top: 3px;
	left: -18px;
	width: 12px;
	height: 12px;
	background: url('images/sp.svg') no-repeat;
}
.single_sidebar.white ul li a::after {
	background-position: top 0 left -311px;
}
.single_sidebar.white ul li button::after {
	background-position: top 0 left -334px;
}
/* Main Inner -------- */
.inner_wrapper {
	box-shadow: 0px 0px 60px rgb(112 135 183 / 20%);
	padding: 40px;
	border-radius: 10px;
	display: grid;
	grid-template-columns: auto 380px;
	gap: 40px;
}
.inner_wrapper.full-width {
	grid-template-columns: 100%;
	gap: 0;
}
.min_inner h2, .min_inner h3, .min_inner h4, .min_inner h5, .min_inner h6 {
	font-weight: bold;
	color: #243760;
	line-height: 1.5;
	margin-bottom: 25px;
    margin-top: 50px;
}
.min_inner h2 {
	font-size: 28px;
}
.min_inner h3 {
	font-size: 22px;
}
.min_inner h4 {
	font-size: 20px;
}
.min_inner h5 {
	font-size: 18px;
}
.min_inner h6 {
	font-size: 18px;
}
img.shad-image-pain {
	box-shadow: 0px 1px 30px #cad8ec7d;
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
	border-radius: 5px;
}
.min_inner blockquote {
	background: #EFF3FB;
	padding: 65px;
	border-radius: 10px 10px 0px 0px;
	margin-bottom: 70px;
	position: relative;
	border-bottom: 1px solid #C7CFDD;
	display: inline-block;
}
.min_inner blockquote::after {
	content: '';
	position: absolute;
	width: 60px;
	aspect-ratio: 1;
	border-radius: 100%;
	left: 0;
	right: 0;
	bottom: -12%;
	margin: auto;
	background: #FFF url('images/sp.svg') no-repeat;
	background-position: top -393px right -35px;
	height: 60px;
	border: 1px solid #C7CFDD;
}
.min_inner blockquote p {
	margin: 0;
	font-style: italic;
}
.min_inner blockquote p strong {
	font-style: normal;
}
.min_inner blockquote span {
	display: inline-block;
}
.min_inner p {
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #243760;
	margin-bottom: 30px;
}
.min_inner strong {
	font-weight: bold;
}
.min_inner a {
	display: inline;
	font-weight: 300;
	font-size: inherit;
	color: #1a0dab;
	text-decoration: underline;
}
.min_inner a:hover {
	-webkit-text-decoration: orange;
	text-decoration: orange;
}
.min_inner > a, .min_inner > p > a, .min_inner > ul > li > a {
	display: initial;
}
.min_inner ol, .min_inner ul {
	margin-left: 40px;
	margin-bottom: 30px;
}
.min_inner ol ol, .min_inner ul ul {
	margin-top: 20px;
}
.min_inner ol li, .min_inner ul li {
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #243760;
}
.min_inner ul li {
	list-style: square;
}
.float-left {
	float: left;
}
.min_inner .single_specialist{
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}
/* inner doctor */
.inner_doctor_wrap {
	margin: 50px 0px;
	width: 100%;
	max-width: 900px;
	clear: both;
}
.inner_doctor_wrap.locblock {
	max-width: 1200px !important;
	margin-bottom: 50px;
}
.in_single_dr {
	width: auto !important;
	border-radius: 10px;
	text-align: center;
	overflow: hidden;
	margin: 20px 10px;
	-webkit-box-shadow: 0px 0px 15px rgb(168 181 206 / 30%);
	box-shadow: 0px 0px 15px rgb(168 181 206 / 30%);
	display: block !important;
}
.in_single_dr img {
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	min-height: 314px;
}
.in_single_dr .info {
	background: #FFFFFF;
	margin-top: -5px;
	padding: 20px;
}
.in_single_dr .info .star {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #F6CC3F;
	padding: 10px 0;
	font-size: 16px;
}
.in_single_dr .info .name {
	font-weight: bold;
	font-size: 16px;
	color: #243760;
	text-transform: uppercase;
	margin-bottom: 10px;
	position: relative;
}
.in_single_dr .info p {
	font-weight: 300;
	font-size: 16px;
	color: #243760;
	margin-bottom: 10px;
}
.in_single_dr .info p:nth-child(3) {
	margin-bottom: 38px;
	position: relative;
}
.in_single_dr .info p:nth-child(3)::after {
	content: '';
	position: absolute;
	bottom: -19px;
	right: 0;
	left: 0;
	width: 40px;
	margin: auto;
	height: 1px;
	background: #C7CFDD;
}
.small.arrows .slick-prev.slick-arrow, .small.arrows .slick-next.slick-arrow {
	width: 40px;
	height: 120px;
	background-position: top -273px left 0;
}
.small.arrows .slick-prev.slick-arrow {
	left: -33px;
}
.small.arrows .slick-next.slick-arrow {
	background-position: top -273px left -122px;
	right: -37px;
}
/* Patient Experience */
/* .patient_experience {
background: url('images/inner/exBg.jpg') no-repeat;
background-size: cover;
max-width: 830px;
width: 100%;
margin: auto;
margin-bottom: 50px;
}*/
.patient_experience {
	background: #EFF3FB;
	background: url('images/inner/exBg.jpg') repeat;
	width: 100%;
	margin: auto;
	margin-bottom: 50px;
	border-radius: 10px;
	padding-bottom: 40px;
	border: 1px solid #EFF3FB;
}
.patient_ex_head {
	text-align: center;
	padding-top: 110px;
}
.patient_ex_head h3 {
	font-weight: bold;
	font-size: 28px;
	color: #243760;
	position: relative;
	margin-bottom: 42px;
}
.patient_ex_head h3::after, .patient_ex_head h3::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.patient_ex_head h3::before {
	width: 75px;
	height: 90px;
	top: -115px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -470px right -61px;
}
.patient_ex_head h3::after {
	width: 60px;
	height: 1px;
	background: #27385D;
	bottom: -20px;
}
.patient_ex_head p {
	max-width: 610px;
	width: 100%;
	font-weight: 300;
	font-style: italic;
	font-size: 17px;
	line-height: 26px;
	color: #243760;
	margin: 0 auto 20px;
}
.patient_ex_head p span {
	font-weight: bold;
}
/* body */
.experience_body {
	max-width: 735px;
	width: 100%;
	margin: auto;
	padding: 10px 0;
}
.single_experience {
	padding: 30px 20px;
	position: relative;
	margin: 0 10px;
	background: #ffffff;
	border-radius: 5px;
	text-align: center;
}
.single_experience span {
	font-weight: bold;
	font-size: 18px;
	color: #27385d;
	position: relative;
	margin-bottom: 10px;
}
.single_experience span::before {
	content: '';
	position: absolute;
	left: auto;
	width: 13px;
	height: 16px;
	background: url('images/sp.svg') no-repeat;
	background-position: top 0 left -333px;
	margin: 0 0 0 -20px;
	top: 2px;
}
.min_inner .single_experience p {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #243760;
	margin: 0;
	/* max-width: 145px; */
	width: 100%;
	padding-left: 12px;
}
.min_inner .single_experience button {
	font-weight: 300;
	font-size: 14px;
	color: #27385d;
	cursor: pointer;
	background: none;
	border: 1px solid #27385d42;
	border-radius: 5px;
	padding: 10px;
}
.min_inner .single_experience button:hover {
	text-decoration: none;
	background: #d8494b;
	color: #fff;
	border-color: #d8494b;
}
.ex_review {
	font-weight: bold;
	font-size: 16px;
	color: #243760;
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0px;
	margin: 10px 13px 10px;
}
.ex_review p.star {
	display: inline;
	-webkit-box-pack: center;
	font-size: 18px;
	color: #FFC400;
	margin: 35px 0 10px;
	padding-left: 2px;
}
.single_experience.slick-center {
	margin: 0 37px;
	padding: 30px 37px;
	border-right: 1px solid #27385D;
	border-left: 1px solid #27385D;
	position: relative;
}
.single_experience.slick-center::after, .single_experience.slick-center::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 50px;
	aspect-ratio: 1;
	background: #FFF url('images/sp.svg') no-repeat;
	background-position: top -396px right -38px;
}
.single_experience.slick-center::after {
	left: -11%;
}
.single_experience.slick-center::before {
	right: -11%;
}
/* arrows */
.experience_body.small.arrows .slick-prev.slick-arrow {
	left: -50px;
}
.experience_body.small.arrows .slick-next.slick-arrow {
	right: -50px;
}
.page_update {
	font-weight: 300;
	font-size: 14px;
	color: #243760;
	background: #eff3fb;
	padding: 15px 30px;
	border-radius: 10px;
	margin-top: 40px;
	display: block;
	position: relative;
}
.page_update::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #d8494b;
	left: 13px;
	top: 17px;
	margin: auto;
}
.page_update span {
	display: inline;
}
.single_sidebar.inner {
	position: sticky;
	top: 150px;
}
.sp-align-right hr {
	border: 0;
	border-top: 1px solid #707070;
	margin-top: 40px;
	margin-bottom: 40px;
}
/* Blog Page ---------------------------------------------------------------- */
.blog_wrap {
	-webkit-box-shadow: 0px 0px 60px rgb(112 135 183 / 20%);
	box-shadow: 0px 0px 60px rgb(112 135 183 / 20%);
	border-radius: 10px;
	padding: 50px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 40px 370px;
	grid-template-columns: auto 370px;
	gap: 40px;
}
.inner-blog {
	padding-bottom: 10px;
	border-bottom: 1px solid #E2E6F1;
	margin-bottom: 50px;
}
.blog-time {
	font-weight: bold;
	font-size: 17px;
	color: #3F5176;
}
.post-info {
	color: #3f51769e;
	margin-bottom: 30px;
}
.post-info a {
	font-size: 16px;
}
.inner-blog h2 a {
	font-weight: bold;
	font-size: 22px;
	font-style: normal;
	color: #3f5176;
	margin: 10px 0 20px;
}
.inner-blog p {
	font-family: Arial;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #3f5176;
	margin-bottom: 30px;
}
.inner-blog a {
	color: #1986F4;
	font-size: 18px;
}
.inner-blog ol, .inner-blog ul {
	margin-left: 40px;
	margin-bottom: 30px;
}
.inner-blog ul li {
	list-style: square;
}
.inner-blog ol li, .inner-blog ul li {
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #3f5176;
	font-family: Arial;
}
/* Side bar */
.blog_sidebar .single_sidebar.white {
	margin-top: 0;
}
.blog_sidebar .single_sidebar.white ul {
	padding-left: 30px;
	padding-right: 30px;
}
.blog_sidebar .single_sidebar.white .side_bar_head h3 {
	font-size: 17px;
	line-height: normal;
	padding: 8px;
	padding-left: 95px;
}
.blog_sidebar .side_bar_head::after {
	width: 104px;
	height: 69px;
	background-position: top 0 right -34px;
}
.blog_sidebar .single_sidebar.white .side_bar_head::before {
	width: 70px;
	left: 10px;
	background-position: top 15px left -52px 
}
/*About Page --------------*/
.min_inner hr {
	border: 0;
	border-top: 1px solid #707070;
	margin: 30px 0px;
}
.profile_right hr {
	border: 0;
	border-top: 1px solid #707070;
	margin: 40px 0px;
}
.about_single_left {
	width: 250px;
	aspect-ratio: 1;
	border-radius: 100%;
	overflow: hidden;
	border: 1px solid #2437604a;
}.wpb_wrapper {
	display: grid;
	grid-template-columns: 250px auto;
	gap: 60px;
}
.about_single_right h2 {
	font-size: 36px;
	line-height: 1.5;
	color: #243760;
	margin-bottom: 10px;
}
.about_single_right p {
	font-size: 18px;
	line-height: 1.5;
	color: #243760;
	margin-bottom: 20px;
}
.default-btn-tow.welcome {
	margin-left: 40px;
}
.loc-sec1 {
	display: flex;
	flex-direction: row;
	column-gap: 30px;
	margin-bottom: 30px;
	align-content: center;
	align-items: flex-start;
}
.location-header-text {
	column-gap: 15px;
	width: 48%;
}
.location-header-right {
	width: 50%;
	height: 100%;
	background: #EFF3FB;
	padding: 20px;
	border-radius: 10px;
}
.location-header-right.subway-block {
	width: 55%;
}
.location-header-right.subway-block p {
	font-size: 16px;
}

.location-header-text p a {
	font-size: 18px;
	color: unset;
}
.img-loc-wraper {
	display: flex;
	column-gap: 15px;
	margin: 0px 0 30px;
	justify-content: space-between;
}

.img-loc-wraper img {
	width: 32%;
	display: block;
	height: auto;
}
.img-loc-wraper2 {
	display: flex;
	column-gap: 15px;
	margin: 0px 0 30px;
}
.img-loc-wraper2 img {
	width: 100%;
	height: auto;
	padding: 5px;
	display: block;
}
.loc-hour p span, .loc-hour span {
	width: 100px;
	display: inline-block;
	margin-right: 5px;
	border-right: 1px solid #2437601a;
	line-height: 26px;
}
.loc-hour {
	    width: 100%;
	    max-width: 320px;
	    margin-bottom: 20px;
}
.loc-hour strong {
	margin: 10px 0px 10px 0px;
    display: block;
}
.loc-hour p, .loc-hour ul li {
	/* background: #EFF3FB; */
	padding: 0px;
	box-sizing: border-box;
	align-content: center;
	margin-bottom: 4px;
	/* border-radius: 10px; */
	font-size: 16px;
	line-height: 26px;
}
.loc-hour h3, .loc-hour h4 {
	margin-top: 10px;
}
.img-loc2-wraper {
	display: flex;
	column-gap: 15px;
	margin: 0px 0 30px;
}
.img-loc2-wraper .wp-caption-text {
	text-align: center;
	font-size: 15px;
	background: white;
	/* border: 1px solid #707070; */
	border-top: 0;
	padding: 10px 5px;
	color: #243760;
	border-radius: 0 0 10px 10px;
}
.img-loc2-wraper  figure {
	flex: 1;
}
.img-loc2-wraper img {
	/* border: 1px solid #707070; */
	padding: 0px;
	border-radius: 0px;
	display: block;
	border-bottom: 0;
	width: 100%;
}
ul.office-locations {
	display: flex;
	column-gap: 30px;
}
ul.office-locations li {
	width: 100%;
}
ul.office-locations li img {
	display: block;
	width: 100%;
	height: auto;
}
.nav-links {
	display: flex;
	gap: 10px;
}
.page-numbers.current {
	background: #d8494b;
}
.prev.page-numbers, a.next.page-numbers {
	width: auto;
	padding: 0 15px;
}
.nav-links a, .nav-links span {
	width: 45px;
	background: #243760;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 17px;
	padding: 5px;
	height: 45px;
	border: 1px solid transparent;
}
.page-numbers.dots {
	background: transparent;
	color: #243760;
}
.nav-links a:hover {
	background: transparent;
	color: #243760;
	border-color: #24375E;
}
.not-found-sec {
	padding: 160px 0px;
	background-color: #fcfcfc;
	min-height: 75vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.not-found {
	text-align: center;
}
.not-found h1 {
	font-size: 60px;
	color: #d8494b;
}
.not-found p {
	font-size: 22px;
	color: #243760;
}
.our_office_left ul li.red {
	color: #d8494b!important;
}
a.mlogo {
	display: none;
}
.collapse-show {
	display: none;
}
.min_inner p.collapse {
	cursor: pointer;
	color: #243760;
	padding: 20px;
	position: relative;
	border-radius: 5px;
	margin: 10px 0px;
	box-shadow: 0 0 20px #EFF3FB;
}
.min_inner p.collapse:before {
	content: "";
	position: absolute;
	right: 53px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 50px;
	background: #243760;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.min_inner p.collapse:after {
	content: "";
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 1px;
	background: #243760;
}
.min_inner p.collapse.active:before {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.min_inner p.collapse.active:after{
	display: none;
}
section.our_doctors_section{
	position: relative;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 100px;
}
section.our_doctors_section:before {
	content: '';
	width: 100%;
	height: 831px;
	position: absolute;
	left: 0;
	right: 0;
	top: -100px;
	margin: auto;
	background: #EFF3FB;
	z-index: -1;
}
section.our_doctors_section:after {
	content: '';
	width: 600px;
	height: 600px;
	position: absolute;
	right: 0;
	top: 0px;
	background: url(images/stethoscope.svg) no-repeat;
	opacity: .1;
	z-index: -1;
	background-size: 100%;
}
.min_inner.regularpage {
	width: 100%;
}
.inner_doctor_wrap .default-btn {
	font-size: 16px;
	padding: 10px 50px 24px 68px;
}
.inner_doctor_wrap .default-btn::after {
	left: 37px;
}
.inner_wrapper.full-width .min_inner {
	width: 100%;
}
ul.col2-bullet {
	column-count: 2;
}
span.pipe {
	display: inline-block;
	margin: 0px 10px;
}
.min_inner.fullw {
	width: 70%;
	margin: 0 auto;
}
.inner_wrapper.notfound {
	display: block;
	width: 100%;
}
.search-submit {
	background: #10375f;
	border: 0;
	color: #fff;
	padding: 8px;
	cursor: pointer;
	height: 44px;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal!important;
}
.search-field {
	padding: 10px 15px;
	height: 44px;
	border: 1px solid #ccc;
}
section.splty_inner_banner {
	background: #85a1da1c;
}
.inner-blog h2 a:hover {
	text-decoration: underline;
}
/*.aligncenter {
	clear: both;
	margin: 40px 0px 0px;
	width: 100%;
	height: auto;
}*/
.inner_doctor_wrap .slick-track {
	margin-left: 0;
	margin-right: auto;
}
.progress-container {
	background: transparent;
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: -4px;
}
.progress-bar {
	background-color: #ffd629;
	height: 4px;
	width: 0%;
}
.content {
	padding: 2em;
}
.gallery figure img {
	height: auto;
}
.gallery figure {
	width: 31.9%;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 27px;
	margin-bottom: 40px;
	/* justify-content: space-evenly; */
}
.gallery-caption, .blocks-gallery-item figcaption {
	font-size: 14px;
	color: #24376087;
	text-align: center;
	font-style: italic;
}
.services-holder {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	justify-items: center;
}
.services-holder br {
	display: none;
}
.services-holder a {
	max-width: 240px;
	min-height: 190px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	padding: 20px 15px;
	border-radius: 10px;
	background: #1d2c4e;
	color: #fff;
}
.services-holder img {
	filter: invert(99%) sepia(65%) saturate(0%) hue-rotate(200deg) brightness(110%) contrast(100%);
}
.services-holder span {
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #ffff;
}
.on-this-page-area {
	position: sticky;
	left: 0;
	width: 100%;
	z-index: 99;
	top: 143px;
	background: #e5ecfb;
	border-bottom: 2px solid #2437601c;
}
.container-s {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.on-this-page-topcon {
	padding: 10px 0;
}
.on-this-page-topcon p {
	font-weight: normal;
	font-size: 16px;
	color: #243760;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	display: inline-block;
}
.on-this-page-topcon p::after {
	content: "";
	position: absolute;
	top: 2px;
	right: -20px;
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #243760;
	border-left: 2px solid #243760;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .5s;
}
.on-this-page-topcon p.rotate::after {
	top: 6px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.on-this-page-content {
	padding-bottom: 10px;
	display: none;
	-webkit-transition: unset;
	-o-transition: unset;
	transition: unset;
}
.on-this-page-content-wraper ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 10px 15px;
	flex-wrap: wrap;
	list-style: square;
	color: #D8494B;
	font-size: 10px;
}
.on-this-page-content-wraper ul li::marker {
	color: #D8494B;
}
.on-this-page-content-wraper ul li {
	margin-right: 17px;
}
.on-this-page-content-wraper ul li a {
	font-weight: normal;
	font-size: 14px;
	color: #243760;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
}
.on-this-page-content .close-table {
	background: no-repeat;
    border: none;
    text-decoration: underline;
    color: #243760;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
}
.on-this-page-content .close-table:hover {
	text-decoration: none;
}
.sidebar-gallery {
	position: fixed;
	top: 175px;
	left: calc((100vw - 800px) / 2 - 560px);
	width: 450px;
	height: 525px;
	/*background: url(https://www.centurymedicaldental.com/wp-content/themes/century/images/why_choose_doc.png) 0px 10px no-repeat;*/
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	flex-direction: column;
	align-items: center;
	transition: 0s;
}
.side-bar-left {
	padding: 85px 44px 15px 44px;
	background: rgb(36 55 96 / 80%);
	width: 100%;
	border-bottom-right-radius: 5px;
}
.sidebar-common-services h3 a {font-weight: bold;color: #243760;}

.side-bar-left:hover {
	background: rgb(36 55 96);
}
.side-bar-wrap button {
	border: none;
	outline: none;
	cursor: pointer;
}
.side-bar-left p {
	font-weight: normal;
	font-size: 28px;
	line-height: 34px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	background: transparent;
}
.side-bar-left p span {
	display: block;
}
.side-bar-left p::after {
    content: "";
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
    margin: auto;
    width: 65px;
    height: 65px;
    background-image: url(images/book-now-icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(100%) sepia(179%) saturate(0%) hue-rotate(446deg) brightness(195%) contrast(101%);
}
.single-bar-right {
	background: #243760;
	text-align: center;
	margin-bottom: 3px;
	position: fixed;
	top: 183px;
	right: calc((100vw - 800px) / 2 - 560px);
	width: 450px;
	height: 175px;
	display: flex;
	transition: 0s;
	/* 	border-radius: 5px; */
}
.single-bar-right.second {
	top: 358px;
	/* background: #243760fa; */
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.single-bar-right.third {
	top: 533px;
	border-bottom-left-radius:5px;
}
.single-bar-right:hover {
	background: #112a61;
}
.single-bar-right p, .single-bar-right a, .single-bar-right button {
	font-weight: normal;
	font-size: 23px;
	color: #fff;
	background: transparent;
}
.single-bar-right a, .single-bar-right button {
	position: relative;
	padding: 90px 15px 20px 15px;
	width: 100%;
	font-size: 30px;
	line-height: 36px;
}
.single-bar-right span {
	font-weight: normal;
	font-size: 18px;
	line-height: 33px;
	color: #fff;
	opacity: 0.45;
	text-transform: uppercase;
	display: block;
}
.single-bar-right a::after, .single-bar-right button::after {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 70px;
	height: 70px;
	background: url(images/sp.svg) no-repeat;
	background-position: top -45px left -185px;
	filter: invert(100%) sepia(179%) saturate(0%) hue-rotate(446deg) brightness(195%) contrast(101%);
}
.single-bar-right.second a::after {
	background-position: top -45px left -275px;
}
.single-bar-right.third a::after {
	background-position: top -135px left -275px;
}
.notable-sidebar .sidebar-gallery, .notable-sidebar .single-bar-right {
	top: 140px;
}
.notable-sidebar .single-bar-right.second {
	top: 316px;
}
.notable-sidebar .single-bar-right.third {
	top: 492px;
}
/**********DENTISTRY************/
section.inner_banner_sec.dentistry .inner_banner_left {
	justify-content: center;
	align-items: center;
	background: none;
	padding: 70px 0px;
	background: linear-gradient(90deg, rgba(80,99,136,1) 0%, rgba(39,56,93,1) 100%);
	position: relative;
}
section.inner_banner_sec.dentistry .inner_banner_left:after {
	content: '';
	background: url(/wp-content/uploads/2023/07/bg-masking-mesh.png) no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 831px;
	height: 436px;
}
section.inner_banner_sec.dentistry .inner_banner_left:before{
	display: none;
}
.second-tier {
	font-size: 32px;
	padding: 30px 0px;
	color: #fff;
}
section.inner_banner_sec.dentistry .inner_banner_left h1 {
	font-size: 32px;
    line-height: normal;
    text-transform: uppercase;
    max-width: unset;
    color: #fff;
    position: relative;
    font-weight: 400;
}
section.inner_banner_sec.dentistry .inner_banner_left h1 span {
	font-size: 20px;
	margin-top: 10px;
}
section.inner_banner_sec.dentistry .inner_banner_left h1:after {
	content: '';
	width: 70px;
	height: 3px;
	background: #d8494b;
	position: absolute;
	bottom: -21px;
	left: 0;
	right: 0;
	margin: auto;
}
section.inner_banner_sec.dentistry .inner_banner_left p.para {
	text-align: center;
	font-size: 18px;
	max-width: 80%;
	line-height: 1.6;
	color: #fff;
	z-index: 1;
	position: relative;
	display: block;
	padding-bottom: 130px;
}
section.inner_banner_sec.dentistry .inner_banner_left p.para:after {
	content: '';
	width: 300px;
	height: 100px;
	background: url(/wp-content/uploads/2023/07/Brand-new-logo.png);
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100%;
}
section.inner_banner_sec.dentistry .star {
	flex-direction: column;
	width: 100%;
	margin-bottom: 40px;
}
section.inner_banner_sec.dentistry .inner_banner_left .star p {
	color: #fff;
	display: block;
}
.doc-section {
	width: 100%;
	max-width: 1600px;
	margin: 100px auto;
	text-align: center;
}
.doc-section p {
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #243760;
	max-width: 1236px;
	width: 100%;
	margin: 40px auto 0;
}
section.inner_banner_sec.dentistry .inner_banner_right {
	padding: 100px 0px;
	background-image: unset;
	background: url(/wp-content/uploads/2023/07/banner-right-02.jpg);
	background: url(/wp-content/uploads/2023/07/banner-right-03.jpg);
	background: url(/wp-content/uploads/2023/07/banner-right-04.jpg);
	background: url(/wp-content/uploads/2023/07/banner-right-011.jpg);
	background-size: cover;
}
section.inner_banner_sec.dentistry #breadcrumbs {
	margin-top: 20px;
}
section.inner_banner_sec.dentistry #breadcrumbs, 
section.inner_banner_sec.dentistry #breadcrumbs a,
section.inner_banner_sec.dentistry .breadcrumb_last {
	color: #fff;
}
section.inner_banner_sec.dentistry p#breadcrumbs > span > span > a:after {
	right: -8px;
	background-position: right;
	top: -3px;
}
.specialist_items_wrap.dentistry {
    margin: 80px 00px;
    position: relative;
}
.specialist_items_wrap.dentistry:after {
    content: '';
    width: 100%;
    height: 160px;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    background: #e0e7f9;
    z-index: -999;
}
.specialist_items_wrap.dentistry .single_specialist {
/*     width: 20%; */
	max-width: 340px;
    width: 100%;
    background: #fff;
}
.specialist_items_wrap.dentistry .single_specialist h2 {
	padding: 65px 10px 25px 10px;
}
.specialist_items_wrap.dentistry .single_specialist h2::after {
	content: '';
	position: absolute;
	top: -57px;
	right: 0;
	left: 0;
	width: 100px;
	aspect-ratio: 1;
	margin: auto;
	border-radius: 100%;
	background: url('images/sp3.svg') no-repeat;
	background-position: top 17px left -244px;
}
.specialist_items_wrap.dentistry .single_specialist:nth-child(2) a h2::after {
	background-position: top 17px left -154px;
}
.specialist_items_wrap.dentistry .single_specialist:nth-child(3) a h2::after {
	background-position: top 17px left 21px;
}
.specialist_items_wrap.dentistry .single_specialist:nth-child(4) a h2::after {
	background-position: top 17px left -68px;
}
.specialist_items_wrap.dentistry .single_specialist:nth-child(5) a h2::after {
	background-image: url(images/family-dentistry.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 66px;
    height: 100px;
    background-position: center;
    border-radius: 0;
    filter: invert(17%) sepia(56%) saturate(830%) hue-rotate(186deg) brightness(92%) contrast(89%);
}
.specialist_items_wrap.dentistry .single_specialist:nth-child(5) a:hover h2::after {
	filter: invert(100%) sepia(0%) saturate(7479%) hue-rotate(70deg) brightness(99%) contrast(107%);
}
#more {display: none;}
section.family_cosmetic_sec.sec-p.dentistry .family_content p {
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #243760;
	max-width: 1236px;
	width: 100%;
	margin: 40px auto 0;
}
button#myBtn {
	background: no-repeat;
	border: none;
	color: #27385d;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 40px;
}
section.family_cosmetic_sec.sec-p.dentistry {
	text-align: center;
	background: #f0f4ff;
}
section.family_cosmetic_sec.sec-p.dentistry .container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
section.specializing_section {
	width: 100%;
	position: relative;
}
.specializing_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #f0f4ff;
	margin: 100px 0px;
}
.specializing_left, .specializing_right {
	flex: 1;
}
.specializing_left {
	padding: 85px 15px;
	background: #27385d;
}
.specializing_left h3 {
	max-width: 640px;
	width: 100%;
	margin: auto;
	font-family: Baskerville;
	font-weight: 400;
	font-size: 48px;
	text-align: center;
	color: #fff;
	margin-bottom: 130px;
	position: relative;
}
.specializing_left h3::after {
	content: '';
	position: absolute;
	bottom: -70px;
	left: 0;
	right: 0;
	margin: auto;
	width: 75px;
	height: 1px;
	background: #fff;
}
.specializing_left p {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	max-width: 640px;
	width: 100%;
	margin: auto;
}
.specializing_left ul {
	max-width: 355px;
	width: 100%;
	margin: 42px auto 0;
}
.specializing_left ul li a, .specializing_left ul li {
	font-weight: 400;
	font-size: 20px;
	line-height: normal;
	color: #fff;
}
.specializing_left ul li a {
	text-decoration: underline;
	text-decoration-thickness: .8px;
	text-underline-offset: 5px;
}
.specializing_left ul li {
	padding: 15px 0;
	border-bottom: 1px solid rgb(255 255 255/23%);
	padding-left: 52px;
	list-style: square;
	list-style-position: inside;
}
.specializing_right img {
	text-align: center;
	margin: 0 auto;
	display: block;
}
/* Best Rate Accordion Section ----- */
.single-acco h3 {
	font-weight: normal;
	font-size: 30px;
	line-height: normal;
	color: #3f4964;
	padding: 0 30px 60px 0px;
	border-bottom: 2px solid #a8b5ce;
	margin-bottom: 60px;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
}
.single-acco h3 span {
	font-size: 65px;
	line-height: normal;
	font-weight: 100;
	font-family: none;
	color: #414962;
	position: absolute;
	top: -19px;
	right: 30px;
}
.accodion-body {
	margin-bottom: 60px;
	display: none;
	-webkit-transition: unset;
	-o-transition: unset;
	transition: unset;
}
.accodion-body .best_gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.accodion-body .best_gallery li {
	width: 32.3%;
	background: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #e3e3e3cc;
}
.accodion-body .best_gallery li span {
	width: 80px;
	height: 80px;
	background: #FFF;
	display: block;
	border-right: 1px solid #e3e3e3cc;
	position: relative;
}
.accodion-body .best_gallery li span::after {
	content: '';
	position: absolute;
	inset: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: url('/wp-content/uploads/2023/07/best.jpg') no-repeat;
	border-radius: 100%;
	background-position: top -5px left -91px;
}
.best_gallery li span.tow1::after {
	background-position: bottom -5px right -13px;
	background-size: 273px;
}
.best_gallery li span.three1::after {
	background-position: top -2px right -6px;
}
.best_gallery li span.four1::after {
	background-position: left 0px bottom -2px;
}
.best_gallery li span.five1::after {
	background-position: bottom -4px left -83px;
}
.best_gallery li span.six1::after {
	background-position: top -5px left -3px;
}
.accodion-body .best_gallery li p,
.accodion-body .best_gallery li p a,
.accodion-body .best_gallery li h4 a{
	font-size: 19px;
	text-transform: uppercase;
	font-weight: bold;
}
.accodion-body .best_gallery li p, .accodion-body .best_gallery li h4 {
	margin-left: 50px;
}
.accodion-body .best_gallery li p a:hover, .accodion-body .best_gallery li h4 a:hover {
	color: #d8494b;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.accodion-body p {
	font-weight: normal;
	font-size: 20px;
	line-height: 32px;
	color: #3f4964;
}
.accodion-body ul {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 10px 1fr 10px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin: 40px 0px 40px 40px;
	list-style: square;
}
.accodion-body ul li, .accodion-body ul li a {
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	/*color: #3f4964;*/
	color: -webkit-link;
}
.accodion-body ul li a {
	text-decoration: underline;
}
.accodion-body ul li a:hover {
	text-decoration: none;
}
section.full-w-page {
	overflow: hidden;
}
.office-img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 60px auto 0px;
	gap: 1.3%;
	max-width: 70%;
}
.dentistry .single_testimonial .name::after{
	display: none;
}
.dentistry .single_testimonial .name {
	padding-left: 0px;
}
.dentistry .single_testimonial .name::before {
	content: "★★★★★";
	font-size: 18px;
	top: 1px;
	left: 31%;
}
.header_btm.dentistry ul li {
	text-transform: unset;
}
.header_btm.dentistry ul {
	margin-right: 0px;
}
.header_btm.dentistry .mobile_bars {
	margin-left: 0px;
}
.header_btm.dentistry {
	gap: 35px;
}
a.phone-ico {
	position: relative;
	width: 14px;
	height: 12px;
	background: url(images/sp.svg) no-repeat;
	background-position: top 6px left -304px;
	transform: scale(2);
	border: 1px solid #fff;
	padding: 13px;
	transform-origin: center;
	border-radius: 3px;
	background-color: #fff;
}
section#testimonials {
    padding: 0px 60px;
}
.first_p>p:first-child, .first_p div.em-bl {
    background: rgb(229 236 251 / 38%);
    padding: 55px 82px;
    position: relative;
    font-style: italic;
    padding-left: 330px;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #17233d;
    margin: -40px -40px 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.first_p>p:first-child::after, .first_p div.em-bl:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 265px;
    width: 1px;
    height: 77%;
    background: #243760;
}
.first_p>p:first-child::before, .first_p div.em-bl:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 80px;
    margin: auto;
    width: 100px;
    height: 100px;
	background: url(images/sp3.svg) no-repeat;
    background-position: top 17px left -244px;	
}
.first_p>p:em h2 {
	margin-top: 0px;
}
.first_p div.em-bl h2 {
	margin-top: 0;
}
.first_p div.em-bl p {
	margin-bottom: 0;
}
.common_problems--sec {
	margin: 80px auto;
}
.common_problems--sec .single_specialist a h2::after {
	top: -41px;
    right: 0;
    left: 0;
    width: 65px;
    background-size: contain;
	background-position: center;
    border-radius: inherit;
	filter: invert(18%) sepia(16%) saturate(2594%) hue-rotate(185deg) brightness(93%) contrast(89%);
}
.common_problems--sec .single_specialist:nth-child(1) a h2::after {
	background-image: url(images/dental-problems/emergency-dental-icon.png);
    left: 5px;
}
.common_problems--sec .single_specialist:nth-child(2) a h2::after {
	background-image: url(images/dental-problems/tooth-ache-icon.png);
    width: 70px;
    top: -45px;
}
.common_problems--sec .single_specialist:nth-child(3) a h2::after {
	background-image: url(images/dental-problems/tooth-infection-icon.png);
}
.common_problems--sec .single_specialist:nth-child(4) a h2::after {
	background-image: url(images/dental-problems/tooth-caries-icon.png);
    left: 5px;
}
.common_problems--sec .single_specialist:nth-child(5) a h2::after {
	background-image: url(images/dental-problems/broken-tooth-icon.png);
}
.common_problems--sec .single_specialist:nth-child(6) a h2::after {
	background-image: url(images/dental-problems/tooth-hole-ico.png);
    width: 65px;
    top: -42px;
    left: 2px;
    filter: invert(5%) sepia(84%) saturate(670%) hue-rotate(188deg) brightness(95%) contrast(88%);
}
.common_problems--sec .single_specialist:nth-child(7) a h2::after {
	background-image: url(images/dental-problems/jaw-pain-icon.png);
	left: 5px;
}
.common_problems--sec .single_specialist:nth-child(8) a h2::after {
	background-image: url(images/dental-problems/small-teeth-icon.png);
}
.common_problems--sec  .single_specialist a:hover h2::after {
	filter: invert(100%) sepia(99%) saturate(0%) hue-rotate(339deg) brightness(122%) contrast(100%);
}
.regularpage img.aligncenter {
	margin: 20px auto;
}
.certificates_sec img {
	 max-width: 800px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}




/* Statistics table */
.statistics .table-block table {
    border: 1px solid #ccc;
    border-radius: 10px;
	overflow-x:auto;
}

.statistics table {
    border: 1px solid #c4c7c5;
    border-radius: 4px;
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
}

.statistics table th, .statistics table th a {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    font-family: Google Sans,Helvetica Neue,sans-serif;
    letter-spacing: normal;
    background-color: #f2f2f2;
    padding-block: 18.5px;
    padding-inline: 16px;
    text-align: left;
}
.statistics table th a {
    color: #000;
    padding-block: unset;
    padding-inline: unset;
}
.statistics table td {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25rem;
    font-family: Google Sans,Helvetica Neue,sans-serif;
    letter-spacing: normal;
    border-top: 1px solid #c4c7c5;
    padding: 16px;
}
.statistics .table-block-component {
   /* overflow-x: scroll;
    overflow-y: hidden;*/
}
.statistics .horizontal-scroll-wrapper {
    /*overflow-x: scroll;*/
}
p.table-disclaimer {font-size: 14px;margin-top: 20px;line-height: inherit;}
div.table-references li {font-size: 14px;line-height: 26px;}


/* SHARE PAGE*/
.share-container {display: block;margin: 10px 0;}
.share-buttons {
	display: flex;
    gap: 6px;
    position: relative;
    width: 25px;
    aspect-ratio: 1;
    background: transparent;
    cursor: pointer;
	align-self: flex-end;
}
.share-button {
   border: none;
   color: transparent;
   cursor: pointer;
   font-size: 16px;
   padding: 8px 16px;
}

.print { 
	color: #666;
    font-size: 12px;
    padding-left: 27px;
    flex-basis: 105px;
    flex-grow: 0;
    flex-shrink: 0;
    padding-top: 6px;
}
.print::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(images/share.png) no-repeat;
    background-position: bottom 6px left 9px;
    top: 0;
    left: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.copy::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(images/share.png) no-repeat;
    background-position: bottom 5px left -19px;
    top: 0;
    left: 117px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.facebook::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(images/share.png) no-repeat;
    background-position: bottom 5px left -41px;
    top: 0;
    left: 154px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.linkedin::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(images/share.png) no-repeat;
    background-position: bottom 5px left -60px;
    top: 0;
    left: 187px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.twitter::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(images/share.png) no-repeat;
    background-position: bottom 5px left -89px;
    top: 0;
    left: 225px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

/*Implants Before-Afters*/
.galleryid-10727 figure {
    width: 46.9%;
}

.fancybox__container {
	z-index: 99999 !important;
}
.splty_inner_banner.reviews-header {
	background: none !important;
	padding: 50px 0 0;
}
.splty_inner_banner.reviews-header:after {
	content: none !important;
}
.reviewsdoc {
	flex-flow: column wrap;
    width: 100%;
    margin-top: 40px;
}
.reviewsdoc-img {
	width: 75%;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}
.reviewsdoc-text {
	margin: 0 auto;
    line-height: 30px;
    padding: 155px 40px 50px 40px;
    background-color: #243760;
    border-radius: 6px;
    color: #fff;
    margin-top: -155px;
    text-align: center;
}
.reviewsdoc-text a {
	color: #fff;
	text-decoration: underline;
}
.reviewsdoc-text a:hover {
	text-decoration: none;
}
.reviews-page-holder {
	margin-top: 50px;
}
.single-review {
	max-width: 900px;
    margin: auto;
    text-align: center;
    padding: 140px 30px 40px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 99px rgb(33 46 78 / 6%);
    box-shadow: 0 0 99px rgb(33 46 78 / 6%);
    margin-bottom: 60px;
    position: relative;
    display: block;
    line-height: normal;
}
.single-review::before {
    content: "5.0 ★★★★★";
    position: absolute;
    top: 70px;
    left: 0px;
    right: 0px;
    color: rgb(255, 105, 15);
    font-size: 24px;
    margin: auto;
}
.single-review::after {
    content: "";
    position: absolute;
    left: -87px;
    top: 19px;
    width: 175px;
    height: 120px;
    background: url(https://www.centurymedicaldental.com/wp-content/themes/century/images/icons-q.svg);
    background-position: -250px 0;
}
.single-review span::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    bottom: 40px;
    background: url(https://www.centurymedicaldental.com/wp-content/themes/century/images/google.svg) no-repeat center;
    background-size: contain;
}
.single-review p {
	font-style: italic;
    font-size: 22px;
    line-height: 34px;
    padding-bottom: 50px;
    font-family: Times New Roman;
}
.single-review span {
	padding-top: 20px;
    display: block;
    font-weight: 300;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}

html:lang(es) .header_top ul li a {
	text-transform: initial;
}
.wg-default, .wg-default .country-selector {
	z-index: 9999;
	right: 7px !important;
	bottom: 7px !important;
}
.weglot_switcher.skewed .language-option {
	background: #eff3fb;
    border: 1px solid #c8cdd7;
    border-radius: 5px;
}
.weglot_switcher.skewed .language-list {
	background-color: transparent !important;
}


.linkedin-icon {
	display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 0;
	align-items: center;
}
.linkedin-icon a {
	width: 36px;
    height: 36px;
    margin: 5px 0;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
}
.linkedin-icon a::after {
	content: "" !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(images/linkedin-def-icon.png);
}
.linkedin-icon a:hover {
    transform: rotate(5deg);
}
.subtitile-text {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    color: #243760;
    margin-bottom: 50px;
}
.icon {
	border-radius: 50%;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    height: 1.8125rem;
    line-height: 1.875rem;
    text-align: center;
    text-transform: uppercase;
    width: 1.8125rem;
	margin-right: 4px;
	margin-left: 4px;
}
.icon.orange {
	background: #fe6b01;
    color: #fff;
}
.icon.yellow {
	background: #febe01;
}
.icon.green {
    background: #00933c;
    color: #fff;
}
.icon.blue {
	background: #1b31ff;
    color: #fff;
}
.icon.red {
	background: #ee352e;
    color: #fff;
}
.icon.square {
    width: 1.5125rem;
    height: 1.5125rem;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.575rem;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(45deg);
    border-radius: 0;
}
.icon span {
    display: inline-block;
    transform: rotate(-45deg);
}
.emergencies {
	padding: 20px;
    border-radius: 5px;
    background: #f9f9f9;
    overflow: hidden;
}
.emergencies > h2:first-child {
	margin-top: 0;
}
.two-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap: 30px;
}
.two-row > div {
	width: 48%;
}
.single-accordion h3 {
    position: relative;
    cursor: pointer;
    line-height: normal;
	padding-right: 30px;
    padding-bottom: 16px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgb(26 40 80 / 26%);
    font-size: 24px;
    font-weight: 400;
	text-transform: capitalize;
}
.single-accordion h3:before {
    content: '';
    position: absolute;
    top: 18px;
    right: 0;
    margin: auto;
    width: 30px;
    height: 1px;
    background: #000;
}
.single-accordion h3:after {
    content: '';
    position: absolute;
    top: 4px;
    right: 14.5px;
    left: auto;
    height: 30px;
    width: 1px;
    background: #000;
}
.single-accordion h3.active:after {
	content: none;
}
.acc-body {
    display: none;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.why-choose-list {
	display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    align-items: center;
    margin: 0;
    counter-reset: list-counter;
}
.why-choose-list li {
	background: #24376014;
    padding: 20px 30px;
    color: #243760 !important;
    border-bottom: 2px solid #243760;
    border-radius: 42px;
    font-weight: bold !important;
    margin: 0;
    list-style: none !important;
    counter-increment: list-counter;
    position: relative;
}
.why-choose-list li::before {
	content: counter(list-counter);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #f5c700;
    background: #243760;
    padding: 5px 7px;
    border-radius: 50%;
    height: 14px;
    margin-right: 6px;
}
.inner-book-app {
	display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
	margin: 20px auto;
}
.default-btn.reverse {
	color: #ffd629;
    background: #243760;
    padding: 10px 20px 10px 35px;
	min-height: 55px;
}
.default-btn.reverse:after {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    margin: auto;
    width: 20px;
    height: 18px;
    background: url(images/sp.svg) no-repeat;
    transform: scale(1.3);
    filter: invert(74%) sepia(78%) saturate(452%) hue-rotate(350deg) brightness(132%) contrast(107%);
}
.default-btn.reverse:hover {
	color: #243760;
    background: #ffd629;
}
.default-btn.reverse:hover:after {
	filter: none;
}
.wheelchair-icon {
    margin-top: 20px !important;
    position: relative;
    padding-left: 30px !important;
    font-weight: bold !important;
}
.wheelchair-icon::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    background: url(images/wheelchair-icon.png) no-repeat;
    background-size: contain;
    filter: invert(15%) sepia(84%) saturate(778%) hue-rotate(191deg) brightness(94%) contrast(87%);
}
.specdescr-holder {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}
.single-specdescr {
	max-width: 48%;
    width: 100%;
    min-width: 500px;
    padding: 30px 40px;
    box-shadow: 0px 0px 39px rgb(168 181 206 / 35%);
    border-radius: 20px;
}
.single-specdescr h3 {
	margin-top: 0;
    font-size: 26px;
	position: relative;
}
.single-specdescr h3:after {
	content: "";
    height: 3px;
    width: 55px;
    background: #d8494b;
    position: absolute;
    bottom: 0;
    left: 0;
}
.single-specdescr p {
	
}
.single-specdescr p:last-child {
	margin-bottom: 0;
}
.single-specdescr button {
    font-size: 14px;
    background: none;
    font-family: 'Roboto';
    text-decoration: underline;
	cursor: pointer;
}
.single-specdescr button:hover {
	text-decoration: none;
}
.two-col-list {
	column-count: 2;
}
.office-photo-slider {
	max-width: 1024px;
	width: 100%;
	margin: 50px auto;
}
.office-photo-slider .single-photo-slide {
	padding: 0 10px;
	border-radius: 20px;
	overflow: hidden;
}
.office-photo-slider img {
	border-radius: 20px;
}
.three-col {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
	justify-content: space-between;
}
.three-col > div {
	
}
.loc-address {
	margin-bottom: 40px;
}
.loc-address iframe {
	width: 100%;
	height: 100%;
    border-radius: 10px;
}
.loc-address strong {
	font-weight: bold;
}
.loc-address > div:not(:last-child) {
	background: #EFF3FB;
    border-radius: 10px;
    padding: 20px;
}
.inner-video {
	display: block;
	max-width: 800px;
	width: 100%;
	height: auto;
	margin: 30px auto;
	aspect-ratio: 16 / 9;
	border-radius: 20px;
}
.list-two-col {
	column-count: 2;
}
.call-btn-holder {
	display: flex;
    gap: 10px;
    justify-content: center;
}
.call-btn-holder a:last-child {
	color: #af3335 !important;
    background: #fff;
    border: 1px solid #af3335;
	transition: all .3s ease-in-out;
}
.call-btn-holder a:last-child:hover {
	color: #fff !important;
    background: #af3335;
	transition: all .3s ease-in-out;
}

.call-out {
	font-size:1.1em;background:#f5faff; border-left:4px solid #2a5d9f; padding:12px 18px; margin:12px 0 20px 0; border-radius:6px;
}
/* STYLE CSS END -------------------------------------------------------------------------- */
/* RESPONSIVE CSS END -------------------------------------------------------------------------- */
@media all and (max-width:1800px){
	.logo a {
		max-width: 360px;
		left: 20px;
	}
}
@media all and (max-width:1700px){
	section.inner_banner_sec.dentistry .inner_banner_left {
		padding: 50px 0;
	}
	a.phone-ico {
		background-position: top 4px left -307px;
		padding: 10px;
	}
	.on-this-page-area {
		top: 127px;
	}
	.menu_left a img, .min_menu_sec a.mlogo img {
		width: 100%;
		height: auto;
	}
	.min_inner.fullw {
		width: 100%;
		margin: 0 auto;
	}
	.single_testimonial p {
		min-height: 170px;
	}
	.container_tow, .container_three {
		max-width: 96%;
	}
	.heading, .heading.smaller-text {
		font-size: 42px;
	}
	/* Main Menu */
	.menu_left {
		max-width: 250px;
	}
	.footer_social li button {
		width: 55px;
	}
	.footer_social li:nth-child(3) button::after {
		background-position: bottom 0px left 0px;
	}
	.footer_social li:nth-child(4) button::after {
		background-position: bottom 0px left -64px;
	}
	.footer_social li:nth-child(2) button::after {
		background-position: bottom -237px left -65px;
	}
	.footer_social li button::after {
		background-position: bottom -237px left -1px;
		background-size: 258px;
	}
	/* nav menu */
	.min-menu {
		max-width: 400px;
		padding-left: 50px;
	}
	/* Header TOp */
	.logo a {
		max-width: 300px;
		left: 20px;
	}
	.header_top span {
		padding: 5px 25px;
		margin: 0px 25px;
	}
	.openday {
		gap: 10px;
	}
	.header_btm ul {
		margin-right: 20px;
	}
	.header_btm ul li {
		padding: 10px 0;
	}
	.default-btn {
/* 		padding: 12px 20px; */
		font-size: 18px;
		padding-left: 45px;
	}
	.default-btn::after {
		left: 16px;
	}
	.mobile_bars {
		width: 40px;
	}
	/* Banner Section ------------- */
	.banner_content {
		padding-bottom: 100px;
	}
	.banner_content h1 {
		font-size: 60px;
	}
	.banner_content h1 span {
		font-size: 40px;
		margin-bottom: 25px;
	}
	.banner_logo {
		margin-top: 80px;
		background-size: contain;
	}
	/* Banner Items Section --- */
	.banner_items_sec ul {
		gap: 20px;
		margin-top: -130px;
	}
	.banner_items_sec ul li a {
		width: 245px;
		height: 180px;
		padding-top: 20px;
	}
	.banner_items_sec ul li a::after {
		bottom: 20px;
	}
	/* Our Doctor Section ------ */
	.our_doctor_head p {
		margin: 20px auto auto;
	}
	.doctors_wrap {
		margin: 75px auto 75px auto;
		max-width: 1260px;
		width: 100%;
	}
	.doctor-desc {
		padding: 57px 20px 38px;
		font-size: 16px;
		line-height: 24px;
	}
	.single_doctor {
		min-height: 545px;
	}
	.single_doctor .star {
		margin: 15px 0 5px;
	}
	.arrows .slick-prev.slick-arrow, .arrows .slick-next.slick-arrow {
		width: 30px;
		height: 90px;
		background-position: top -288px left 0;
	}
	.arrows .slick-prev.slick-arrow {
		left: -3%;
	}
	.arrows .slick-next.slick-arrow {
		right: -3%;
		background-position: top -288px left -131px;
	}
	/* Top Rate Section ---- */
	.top_rated_right ul {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end;
	}
	.top_rated_right ul li {
		max-width: 45%;
		width: 100%;
	}
	.top_rated_right ul {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end;
		max-width: 600px;
		width: 100%;
	}
	/* Why choose Section ----- */
	.why_choose_sec::after {
		right: 2%;
		width: 39%;
		background-size: contain;
	}
	.why_choose_wrap h2 {
		max-width: 638px;
	}
	/* Our Testimonials Section ------ */
	.tes_body {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.tes_body > div {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		width: 45%;
	}
	/* Request section */
	.request_right {
		padding: 40px 0;
		padding-left: 100px;
		margin-left: 100px;
	}
	/* Multi-Specialty Clinic Section */
	.multi_wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.single_multi.tow {
		padding-right: 50px;
		padding-left: 50px;
		margin-right: 50px;
		margin-left: 50px;
	}
	/* location Page ----------------------------------------------------- */
	.single_location {
		max-width: 400px;
	}
	.single_location img {
		height: 220px;
	}
	.location_info {
		padding: 50px 30px;
	}
	/* Profile Page ---------------------------------------------- */
	.profile_card {
		padding: 0 50px 50px 50px;
	}
	.profile_card img {
		width: 80%;
	}
	.profile_left::after {
		bottom: -40%;
		left: -5%;
	}
	/*Inner Page*---------------------------------------------- */
	.side_bar::after {
		bottom: -41%;
		left: 0%;
	}
	.small.arrows .slick-prev.slick-arrow, .small.arrows .slick-next.slick-arrow {
		width: 20px;
		height: 60px;
		background-position: top -304px left 0;
		z-index: 9;
	}
	.small.arrows .slick-prev.slick-arrow {
		left: -8px;
	}
	.small.arrows .slick-next.slick-arrow {
		background-position: top -303px left -140px;
		right: -8px;
	}
	.experience_body.small.arrows .slick-next.slick-arrow {
		right: -65px;
	}
	.experience_body.small.arrows .slick-prev.slick-arrow {
		left: -65px;
	}
	.single_sidebar.inner {
		top: 110px;
	}
	/*About page ------*/
	.top_rated_wrap.welcome .top_rated_right {
		max-width: 600px;
		width: 100%;
	}
	.specialty-doctor {
		max-width: 292px;
	}
	.specialty-doctor .info {
		min-height: 270px;
	}
}
/*1700 End */
@media all and (max-width:1600px){
	.side-bar-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 10px;
		margin-top: 50px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 20px;
	}
	.sidebar-gallery, .single-bar-right {
		position: initial;
		height: auto;
		background: #243760;
		margin: 0;
		border-radius: 5px;
		transform: none !important;
		opacity: 1 !important;
	}
	.side-bar-left {
		border-radius: 5px;
	}
	.sidebar-gallery h3, .sidebar-gallery h3 a, .sidebar-gallery a {
		color: #fff;
	}
}
@media all and (max-width:1440px){
	.banner_section .container {
		max-width: 1300px;
	}
	.container {
		max-width: 1180px;
	}
	.min-menu {
		max-width: 320px;
		padding-left: 0;
	}
	.min-menu ul li a {
		font-size: 18px;
		padding: 10px;
	}
	/* Drop Down */
	.drop_down {
		padding: 40px;
		gap: 30px;
	}
	/* Top Rate Section ---- */
	.top_rated_wrap {
		gap: 50px;
	}
	.top_rated_wrap > div {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.top_rated_left_content {
		margin-left: 0;
		margin-top: 60px;
	}
	/* Our convenient offices Section */
	.our_office_left {
		max-width: 500px;
	}
	.our_office_left ul li {
		padding-left: 50px;
	}
	/* Multi-Specialty Clinic Section */
	.multi_wrap {
		margin-top: 40px;
	}
	/* Inner Page ------------------------------------------------------- */
	.spciality_inner_wrap {
		gap: 40px;
	}
	.side_bar {
		min-width: 365px;
	}
	.single_sidebar ul {
		padding: 60px 30px;
	}
	.single_sidebar.white ul {
		padding-left: 30px;
		padding-right: 20px;
	}
	.inner_wrapper {
		padding: 40px 20px;
		grid-template-columns: auto 328px;
		margin-bottom: 100px;
	}
	.first_p>p:first-child, .first_p div.em-bl {
		    margin: -40px -20px 30px;
	}
	.single_sidebar.inner ul {
		padding-top: 20px;
	}
	.gallery figure {
		width: 48%;
	}
	.gallery {
		gap: 44px;
	}
}
/*1439 End */
@media all and (max-width:1366px){
	.three-col {
	  	display: grid;
	  	grid-template-columns: 1fr 1fr;
	  	grid-template-rows: auto auto;
	  	gap: 20px;
	}

	.three-col > div:nth-child(1) {
	  	grid-column: 1;
	  	grid-row: 1;
	}

	.three-col > div:nth-child(2) {
	  	grid-column: 2;
	  	grid-row: 1;
	}

	.three-col > div:nth-child(3) {
	  	grid-column: 1 / 3;
	  	grid-row: 2;
	}
	.specialty-name a {
		font-size: 15px;
	}
	section.family_cosmetic_sec.sec-p.dentistry .specialty-doctor {
		max-width: 239px;
	}
	.single_specialist {
		width: 22%;
	}
	section.inner_banner_sec.dentistry .inner_banner_right {
		background-position: right;
	}
	section.inner_banner_sec.dentistry .inner_banner_left h1 {
		font-size: 20px;
	}
	.single_doctor .image {
		height: 250px;
	}
	.speciality_inner_sec::before {
		top: -270px;
	}
	.container {
		max-width: 1316px;
	}
	.side_bar_head::after {
		background-position: top 0 right -42px;
	}
	.banner_content p.covid-text {
		top: 85px;
	}
	.top_rated_right ul::after {
		margin-left: 266px;
	}
	.banner_logo {
		height: 70px;
		margin: 100px auto 0px;
	}
	.banner_section .container {
		max-width: 90%;
	}
	/* Drop Down */
	.drop_down {
		padding: 20px;
	}
	.min-menu ul ul li {
		padding: 10px 0;
	}
	.min-menu ul ul li a {
		font-size: 16px;
	}
	/* header TOp */
	.logo a {
		max-width: 250px;
		left: 0;
	}
	.header_top ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 0 32px;
	}
	.header_top span {
		padding: 5px 10px;
		margin: 0px 10px;
	}
	/* Our Doctor Section ---- */
	.doctors_wrap {
		margin: 50px auto;
		max-width: 92%;
	}
	.arrows .slick-prev.slick-arrow {
		left: -2%;
	}
	.arrows .slick-next.slick-arrow {
		right: -2%;
	}
	/* Why choose Section ------- */
	.single_choose_wrap {
		max-width: 660px;
	}
	.single_choose h3 {
		font-size: 22px;
		margin-bottom: 8px;
	}
	.single_choose p {
		font-size: 17px;
		line-height: 1.3;
	}
	.single_choose::after {
		background-position: bottom -140px left -284px;
	}
	.single_choose:nth-child(2):after {
		background-position: bottom -146px left -183px;
	}
	.single_choose:nth-child(3):after {
		background-position: bottom -146px left -86px;
	}
	/* EXPECT SECTION -------- */
	.expect_content p {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 30px;
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	.expect_box {
		padding-right: 0;
	}
	/* Request Section */
	.request_right {
		padding: 15px 0;
		padding-left: 50px;
		margin-left: 70px;
	}
	/* Specialties Page ------------------------------------------------------------- */
	.inner_banner_wrap {
		min-height: auto;
	}
	.inner_banner_right {
		padding: 30px 50px;
	}
	.inner_banner_right p, .inner_banner_right p a, .inner_banner_right ul li {
		font-size: 16px;
		line-height: 1.5;
	}
	/* Inner Page ------------------------------------------------------------- */
	.side_bar {
		min-width: 30%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 40px;
		flex-direction: column;
	}
	.side_bar > div {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.single_sidebar.white {
		margin-top: 0;
	}
	.side_bar::after {
		bottom: 0;
		left: unset;
		right: 0;
		background-position: right 0 bottom 0;
		height: 460px;
	}
	/* Min inner */
	.min_inner {
		margin-top: 0px;
	}
}
/*1366 End */
@media all and (max-width:1200px){
	.first_p > p:first-child, .first_p div.em-bl {
		padding: 40px 60px;
		padding-left: 275px;
	}
	.first_p > p:first-child::after, .first_p div.em-bl:after {
		left: 240px;
	}
	.top_rated_right ul::after {
		display: none;
	}
	ul.col2-bullet {
		column-count: 1;
	}
	.in_single_dr .info .name, .in_single_dr .info p {
		font-size: 18px;
	}
	.inner_doctor_wrap {
		max-width: 100%;
		clear: both;
	}
	.heading, .heading.smaller-text {
		font-size: 30px;
	}
	.heading span {
		font-size: 18px;
		line-height: normal;
	}
	.sec-m {
		margin: 50px 0;
	}
	.sec-p {
		padding: 50px 0;
	}
	.container, .container_tow {
		max-width: 96%;
	}
	.openday {
		display: none;
	}
	.header_btm ul li:first-child {
		padding-right: 10px;
		margin-right: 10px;
	}
	.header_btm {
		padding: 15px;
	}
	.header_btm ul {
		gap: 18px;
		margin-right: 15px;
	}
	.header_btm ul li {
		font-size: 14px;
		margin-right: 0;
	}
	/* Main Menu ------ */
	.min-menu ul ul {
		min-width: 420px;
		padding: 20px;
		gap: 0 20px;
	}
	/* Banner Section */
	.banner_logo {
		width: 95%;
		background-position: center;
		margin: 50px auto auto;
	}
	.banner_items_sec ul li a {
		width: 200px;
		height: 160px;
		font-size: 16px;
	}
	.banner_items_sec {
		padding: 50px 0;
	}
	.banner_items_sec ul li a::after {
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7);
		bottom: 15px;
	}
	/* Top Rate Section -- */
	.top_rated_left h2::after {
		bottom: -15px;
	}
	/* Why choose Section --------- */
	.single_choose_wrap {
		max-width: 599px;
	}
	/* Our Testimonials Section ------- */
	.container.tes_head h2 {
		margin-right: 50px;
		padding-right: 50px;
	}
	.container.tes_head p {
		font-size: 16px;
		line-height: 1.5;
	}
	.testimonial_tab_body ul {
		margin: 60px 0 40px;
	}
	.testimonial_tab_body ul li {
		font-size: 20px;
		line-height: 1.2;
		margin-right: 20px;
		padding-right: 20px;
	}
	/* EXPECT SECTION ------ */
	.expect_content {
		max-width: 96%;
		margin: auto;
	}
	.expect_box {
		max-height: 400px;
	}
	.expect_box ul li strong {
		padding: 10px;
	}
	.expect_box ul li p {
		font-size: 16px;
		line-height: 1.3;
		padding: 10px;
	}
	/* Our convenient offices Section */
	.our_office_left {
		max-width: 400px;
	}
	.our_office_left ul li {
		font-size: 22px;
		padding: 15px 0;
		padding-left: 25px;
	}
	.our_office_left ul li a {
		font-size: 16px;
	}
	.our_office_left ul li a.loc-title {
		font-size: 22px;
	}
	.our_office_left ul li button {
		font-size: 16px;
	}
	.our_office_right img {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}
	/* Specialties Page ------------------------------------------------------------- */
	.specialist_items_wrap {
		margin-bottom: 85px;
	}
	/* Doctor Page ------------------------------------------------------- */
	.doctors-filter-department button {
		font-size: 14px;
	}
	/* location Page ----------------------------------------------------- */
	.locations_dec p {
		font-size: 16px;
		line-height: 1.3;
		margin: 50px auto;
	}
	.locations_wrap {
		gap: 30px;
	}
	.book_location {
		margin: 10px 0 50px;
	}
	.book_location p {
		font-size: 16px;
		line-height: 1.3;
		margin-bottom: 50px;
	}
	/* Profile Page ---------------------------------------------- */
	.profile_wrap {
		gap: 40px;
	}
	.profile_left::after {
		bottom: -31%;
	}
	/* Inner Page -------------------------- */
	.inner_wrapper {
		grid-template-columns: 100%;
	}
	/*About page */
	.top_rated_sec.welcome:before {
		width: 100%;
	}    
	.top_rated_sec.welcome:after {
		display: none;
	}
	.top_rated_wrap.welcome {
		display: block;
	}
	.top_rated_wrap.welcome 
	.top_rated_left_content {
		max-width: 100%;
		margin-left: 0;
	}
	.top_rated_wrap.welcome .top_rated_right {
		max-width: 100%;
	}
	.top_rated_right img {
		width: 100%;
		object-fit: cover;
	}
	.default-btn-tow.welcome {
		margin-left: 0;
		margin-top: 40px;
	}


}
/*1200 End*/
@media all and (max-width:1024px){
	.single-specdescr {
		max-width: 100%;
		min-width: auto;
	}
	.accodion-body .best_gallery li {
		width: 48%;
	}
	.specializing_right img {
		height: auto;
	}
	.doc-section {
		padding: 0px 50px;
	}
	section.family_cosmetic_sec.sec-p.dentistry {
		padding: 50px;
	}
	.specialist_items_wrap.dentistry .single_specialist a img {
		height: auto;
	}
	.specialty-doctor img {
		filter: unset;
	}
	.gallery figure {
		width: 47%;
	}
	.spciality_inner_wrap {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.side_bar {
		min-width: 100%;
	}
	.patient_experience {
		max-width: unset;
		padding-bottom: 30px;
	}
	.min_inner {
		width: 100%;
		margin-top: 0px;
	}
	.doctors-filter-department button {
		font-weight: 300;
		font-size: 14px;
		padding: 2px 8px;
		width: auto;
		cursor: pointer;
	}
	.single_testimonial .name {
		font-size: 18px;
	}
	.page-template-speciality .single_sidebar.white{
		display: none;
	}
	section.our_doctors_section:before {
		height: 671px;
	}
	.banner_logo {
		background: url('images/banner-logos-mobile.svg') no-repeat;
		width: 100%;
		background-size: 100%;
		height: 80px;
	}
	.banner_content p.covid-text {
		background: #243760b0;
		position: unset;
		max-width: 720px;
		padding: 20px;
		width: auto;
		text-align: left;
		margin: 20px 0px 0px;
		font-size: 16px;
		line-height: 26px;
	}
	.banner_content p.covid-text span:after {
		margin: unset;
	}
	p#breadcrumbs {
		display: none;
	}
	.heading span {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 0;
	}
	.heading, .heading.smaller-text {
		font-size: 32px;
	}
	.header_top span {
		display: none;
	}
	.header_btm ul {
		display: none;
	}
	.banner_items_sec ul {
		gap: 15px;
		margin-top: 0;
	}
	/* Min Menu --------- */
	.menu_left {
		max-width: 185px;
	}
	.menu_left_bottom p {
		line-height: 1.2;
		margin: 20px 0;
	}
	.min-menu {
		max-width: 220px;
		padding-left: 0;
	}
	/* Our Doctor Section ----- */
	.our_doctor_head p {
		font-size: 16px;
		line-height: 26px;
	}
	.single_doctor {
		margin: 0 5px;
	}
	.single_doctor .image {
		width: 100%;
		height: 300px;
	}
	.doctor-desc {
		padding: 32px 20px 35px;
		font-size: 16px;
		line-height: 26px;
	}
	.arrows .slick-prev.slick-arrow, .arrows .slick-next.slick-arrow {
		width: 20px;
		height: 50px;
		background-position: top -310px left 0;
	}
	.arrows .slick-prev.slick-arrow {
		left: -15px;
	}
	.arrows .slick-next.slick-arrow {
		right: -15px;
		background-position: top -307px left -141px;
	}
	/* Top Rate Section -------- */
	.top_rated_wrap {
		gap: 50px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.top_rated_wrap > div {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
	.top_rated_left_content {
		max-width: 100%;
	}
	.top_rated_left_content p {
		font-size: 16px;
		line-height: 26px;
		margin: 40px 0;
	}
	.top_rated_sec::after {
		width: 100%;
		top: 0;
		border-top-right-radius: 0;
	}
	.top_rated_sec::before {
		display: none;
	}
	.top_rated_right ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 100%;
		width: 100%;
		gap: 15px;
	}
	/* Why choose Section ------- */
	.why_choose_sec::after {
		display: none;
	}
	.single_choose_wrap {
		max-width: 100%;
	}
	/* Our Testimonials Section ------ */
	.single_testimonial {
		padding: 40px 20px;
	}
	.single_testimonial p {
		font-size: 16px;
		line-height: 22px;
	}
	.single_testimonial .google_re {
		margin-right: -20px;
		margin-left: -20px;
	}
	.single_testimonial .google_re::before {
		right: 35px;
	}
	/* EXPECT SECTION ------- */
	.expect_box ul li {
		max-width: 260px;
	}
	/* Our convenient offices Section */
	.our_office_left {
		max-width: 270px;
	}
	.our_office_left ul li {
		font-size: 20px;
		padding: 10px 0;
		padding-left: 20px;
	}
	.our_office_left ul li a {
		margin-top: 5px;
	}
	.our_office_left ul li a.loc-title {
		font-size: 20px;
	}
	.our_office_left ul li button {
		display: block;
		margin: 0;
		margin-top: 5px;
	}
	.map_indi {
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7);
	}
	/* Request Section */
	.request_wrap {
		margin-left: 0;
	}
	.request_left h2::after {
		top: -53px;
	}
	/* Multi-Specialty Clinic Section */
	.multi_clinic_sec {
		padding: 50px 0;
	}
	.single_multi p {
		line-height: 1.5;
	}
	.single_multi.one {
		max-width: 240px;
		width: 100%;
	}
	.single_multi.tow {
		padding-right: 20px;
		padding-left: 20px;
		margin-right: 20px;
		margin-left: 20px;
		max-width: 290px;
	}
	/* Specialties Page ------------------------------------------------------------- */
	.inner_banner_wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.inner_banner_wrap > div {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
	.inner_banner_left h1 {
		font-size: 32px;
		margin-bottom: 8px;
	}
	.inner_banner_sec::after {
		display: none;
	}
	.spec_search p {
		font-size: 16px;
		margin-right: 10px;
	}
	.spec_search p::after {
		top: 3px;
		left: -20px;
		width: 15px;
		height: 15px;
		background-size: contain;
	}
	.spec_search {
		margin: 50px 34px;
	}
	.spec_search input {
		max-width: 250px;
		font-size: 17px;
	}
	.specialist_items_wrap {
		gap: 30px 20px;
	}
	.single_specialist a img {
		max-width: 320px;
		height: 180px;
	}
	/* Doctor Page ------------------------------------------------------- */
	.doctor_des p {
		font-size: 16px;
		line-height: 1.3;
		margin: 50px 0;
	}
	.doctor_gallery {
		margin-top: 50px;
	}
	.specialty-doctor {
		max-width: 340px;
	}
	/* Profile Page ---------------------------------------------- */
	.profile_banner_sec {
		padding: 50px 0;
	}
	.profile_banner h1 {
		font-size: 24px;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	.profile_card {
		padding: 0 30px 30px 30px;
	}
	.profile_card h5, .profile_card span.dr-name {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.profile_card p {
		font-size: 16px;
		line-height: normal;
		margin: 25px 0 10px;
	}
	.profile_card p::after {
		top: -15px;
		;
	}
	.profile_right h2 {
		font-size: 30px;
	}
	.profile_right p {
		font-size: 18px;
		line-height: 1.3;
		margin-bottom: 20px;
	}
	.profile_right a {
		font-size: 18px;
	}
	.profile_right ul {
		margin-left: 25px;
		margin-bottom: 20px;
	}
	.profile_right ul li {
		font-size: 18px;
		margin: 5px 0;
	}
	.profile_right h3 {
		font-size: 23px;
		margin-bottom: 20px;
	}
	.profile_btm_border {
		margin-top: 20px;
		padding-top: 20px;
	}
	/* Inner Page ------------------------------------------------- */
	.splty_inner_banner {
		padding: 50px 0;
	}
	.splty_inner_banner::before {
		height: 200px;
		background-size: contain;
	}
	.sp_in_banner_wrap h1 {
		font-size: 32px;
		line-height: 1.5;
	}
	.min_inner p {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.min_inner ol, .min_inner ul {
		margin-left: 30px;
		margin-bottom: 20px;
	}
	.min_inner ol li, .min_inner ul li {
		font-size: 16px;
		line-height: 1.3;
		color: #243760;
	}
	.min_inner a {
		font-size: 16px;
		line-height: 1.3;
	}
	.min_inner .single_specialist {
		float: right;
		margin-left: 20px;
		margin-bottom: 20px;
	}
	.min_inner h2 {
		font-size: 22px;
		margin-bottom: 20px;
		line-height: normal;
	}
	.min_inner h3 {
		font-size: 20px;
		line-height: normal;   
		margin-bottom: 20px;
	}
	.inner_doctor_wrap {
		max-width: 100%;
	}
	.in_single_dr {
		margin: 0 10px;
	}
	.experience_body {
		max-width: 730px;
	}
	.experience_body.small.arrows .slick-prev.slick-arrow {
		left: -10px;
	}
	.experience_body.small.arrows .slick-next.slick-arrow {
		right: -10px;
	}
	.side_bar_head h3 {
		font-size: 18px;
		line-height: normal;
		padding-left: 80px;
	}
	.side_bar_head::before {
		width: 55px;
		left: 10px;
		background-position: top 5px left 12px;
	}
	.side_bar_head::after {
		width: 98px;
		height: 57px;
	}
	.single_sidebar.white .side_bar_head::before {
		background-position: top 9px left -59px;
	}
	/* Blog Page --------------------------------------------- */
	.blog_wrap {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
	}
	.inner-blog {
		padding-bottom: 20px;
		;
		margin-bottom: 30px;
	}
	.inner-blog p, .inner-blog ol li, .inner-blog ul li {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.inner_doctor_wrap {
		clear: both;
	}
	.side_bar > div {
		z-index: 9;
	}
}
@media all and (max-width:992px){
	.first_p > p:first-child, .first_p div.em-bl {
		padding-left: 205px;
	}
	.first_p > p:first-child::before, .first_p div.em-bl:before {
		left: 20px;
	}
	.first_p > p:first-child::after, .first_p div.em-bl:after {
		left: 165px;
	}
}
/*992 End */
@media all and (max-width:885px){
	.profile_card .default-btn {
		padding: 10px 30px 38px 35px;
	}
}
@media all and (max-width:768px){
	.list-two-col {
		column-count: 1;
	}
	 .three-col {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto;
	 }

  	.three-col > div:nth-child(1),
  	.three-col > div:nth-child(2),
  	.three-col > div:nth-child(3) {
		grid-column: 1;
		grid-row: auto;
	}
	.two-col-list {
		column-count: 1;
	}
	.two-row > div {
		width: 100%;
	}
	.profile_card .default-btn {
		padding: 10px 40px 24px 46px;
	}
	.fancybox__slide {
		padding: 15px !important;
	}
	.statistics .horizontal-scroll-wrapper table {
		display: block;
		overflow: scroll;
	}
	.statistics table td {
		padding: 10px;
    	min-width: 150px;
	}
	.first_p > p:first-child, .first_p div.em-bl {
		padding-left: 100px;
		padding-right: 20px;
	}
	.first_p > p:first-child::before, .first_p div.em-bl:before {
		left: -10px;
		bottom: unset;
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}
	.first_p > p:first-child::after, .first_p div.em-bl:after {
		left: 85px;
	}
	.office-img img {
		width: 48%;
		height: auto;
	}
	.single-acco h3 span {
		top: -4px;
	}
	.single-acco h3 {
		padding: 20px;
	}
	.specializing_left {
		width: 100%;
	}
	.specializing_wrap {
		flex-direction: column;
		gap: 50px;
	}
	.single_specialist {
		width: 48%;
	}
	section.inner_banner_sec.dentistry .inner_banner_right {
		padding: 180px 0px;
	}
	section.inner_banner_sec.dentistry .inner_banner_left:after {
		width: 100%;
	}
	.gallery figure {
		width: 46%;
	}
	.gallery {
		gap: 14px;
	}
	.inner_wrapper {
		margin-bottom: 0px;
	}

	/*Trick*/
	.tes_body_wraper {
		position: relative;
	}
	.tes_body {
		gap: 10px;
		display: block !important;
		position: absolute !important;
		top: 0;
		left: 0;
		width: 100%;
		min-width: calc(100vw - 30px);
		opacity: 0;
		visibility: hidden;
	}
	.tes_body.active {
		position: unset!important;
		opacity: 1;
		visibility: visible;
	}
	.tes_body > div {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		width: 100%;
	}
	.tes_body_wraper .single_testimonial {
		opacity: 1;
	}
	.tes_body_wraper .single_testimonial.slick-active {
		opacity: 1;
	}
	.tes_body_wraper button.slick-prev.slick-arrow {
		position: absolute;
		top: -170px;
		bottom: 0;
		margin: auto;
		background: url('images/sp.svg') no-repeat;
		font-size: 0;
		width: 15px;
		height: 140px;
		background-position: top -232px left 0;
		cursor: pointer;
		z-index: 999;
	}
	.tes_body_wraper button.slick-next.slick-arrow {
		position: absolute;
		top: -50px;
		bottom: 0;
		right: 0;
		margin: auto;
		background: url('images/sp.svg') no-repeat;
		font-size: 0;
		width: 15px;
		height: 140px;
		background-position: top -232px left 0;
		cursor: pointer;
		transform: rotate(180deg);
		transform-origin: center center;
		z-index: 999;
	}
	.single_testimonial p {
		min-height: auto;
		line-height: 26px;
	}
	.single_testimonial .name::before {
		content: "★★★★★";
		color: #FFC400;
		font-size: 16px;
		top: 26px;
	}
	/*Trick*/




	.banner_logo {
		height: 62px;
	}
	a.mlogo {
		display: block;
		margin: 0 auto;
		width: 70%;
		height: auto;
	}
	.min_menu_sec {
		flex-direction: column;
	}
	.heading, .heading.smaller-text {
		font-size: 26px;
		line-height: 1.5;
	}
	.default-btn-tow {
		font-size: 16px !important;
		padding: 14px 20px;
	}
	/*.header_btm {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}*/
	/* Min Menu -------- */
	.close {
		top: 75px;
		right: 23px;
	}
	.menu_left {
		display: none;
	}
	.min-menu {
		max-width: 100%;
		margin: 50px 0;
		overflow: auto;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
	/* Drop Down */
	.min-menu ul ul {
		min-width: 100%;
		padding: 15px 0px 0px;
		margin: 0;
		position: unset;
		opacity: 1;
		visibility: visible;
		display: none;
		background: transparent;
		-webkit-transition: unset;
		-o-transition: unset;
		transition: unset;
		max-height: unset;
	}
	.min-menu ul ul li {
		padding: 5px 20px;
	}
	.min-menu ul li::after {
		display: none;
	}
	.min-menu ul ul li::after {
		display: none;
	}
	.min-menu ul ul li a {
		color: #243760;
	}
	.min-menu ul li:hover a {
		color: #243760;
	}
	.min-menu ul li.menu-item-has-children::before {
		display: none;
	}
	.min-menu ul li .dropdown-menu-items {
		border-top: 14px solid transparent;
		border-right: 14px solid #243760;
		width: 10px;
		position: absolute;
		top: 12px;
		right: 20px;
		-webkit-transform: rotate(316deg);
		-ms-transform: rotate(316deg);
		transform: rotate(316deg);
	}
	.min-menu ul li .dropdown-menu-items.rotate {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	/* Banner Section */
	.banner_content {
		padding: 80px 0;
	}
	.banner_content h1 {
		font-size: 50px;
	}
	.banner_content h1 span {
		font-size: 30px;
	}
	.banner_logo {
		margin: 20px auto auto;
	}
	/* Top Rate Section ------ */
	.top_rated_right ul::after {
		width: 70px;
		background-position: bottom -238px right -83px;
	}
	/* Why choose Section ------ */
	.why_choose_wrap ul li {
		font-size: 16px;
		line-height: 22px;
		padding-right: 10px;
		margin-right: 10px;
	}
	/* Our Testimonials Section ---- */
	.container.tes_head {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.container.tes_head h2 {
		margin-right: 0;
		padding-right: 0;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		text-align: center;
		border: none;
	}
	.container.tes_head p {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		text-align: center;
	}
	.testimonial_tab_body ul {
		margin: 50px 0 40px;
	}
	.tes_body {
		gap: 10px;
	}
	/* Our convenient offices Section */
	.our_office_wrap {
		margin-top: 50px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.our_office_left {
		max-width: 100%;
	}
	.our_office_left ul li button {
		display: inline-block;
		margin-top: 5px;
		margin-left: 25px;
	}
	.map_indi.active {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	/* Request Section */
	.request_left h2::after {
		top: -38px;
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
		left: 98px;
	}
	.request_wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 30px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.request_right {
		padding: 0;
		padding-left: 0;
		margin-left: 0;
		border: none;
	}
	/* Footer Section */
	.footer_wrap p, .footer_wrap p button {
		margin-bottom: 10px;
		line-height: normal;
		padding: 0 10px;
	}
	/* Inner Page ------------------------------------------------------- */
	.side_bar {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.side_bar > div {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
	.specialty-doctor img {
		height: auto;
		margin-bottom: -5px;
		filter: unset;
	}
	.min_inner blockquote {
		padding: 20px;
		padding-bottom: 45px;
	}
	.float-left {
		float: unset;
	}
	.min_inner .single_specialist {
		float: unset;
		margin-bottom: 20px;
		max-width: 500px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.side_bar_head::after {
		background-position: top 0 right -32px;
	}
	.experience_body {
		max-width: 440px;
	}
	.single_experience span {
		margin-bottom: 5px;
	}
	.ex_review {
		margin: 5px 0;
	}
	.experience_body.small.arrows .slick-prev.slick-arrow {
		left: -8%;
	}
	.experience_body.small.arrows .slick-next.slick-arrow {
		right: -8%;
	}
	.inner_sec .min_inner {
		padding: 0;
		margin-top: 0;
	}
	/* Blog Page ----------------------------------- */
	.blog_wrap {
		gap: 20px;
	}
	.blog_wrap {
		padding: 20px 10px;
	}
	/*About page */
	.wpb_wrapper {
		grid-template-columns: 100%;
		gap: 20px;
		text-align: center;
	}
	.about_single_left {
		margin: auto;
	}
	.about_singledr.sec-p {
		padding-top: 0;
	}
	.about_single_right h2 {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.about_single_right p {
		margin-bottom: 15px;
	}
	.img-loc-wraper2 img, .img-loc-wraper img {
		width: 100%;
	}
	.img-loc-wraper2, .img-loc-wraper {
		display: flex;
		column-gap: 0;
		margin: 0px 0 30px;
		flex-direction: column;
		row-gap: 10px;
	}
	.location-header-text {
		column-gap: 0;
		width: 100%;
	}
	.loc-sec1 {
		display: flex;
		flex-direction: column;
		column-gap: 0;
		margin-bottom: 30px;
		align-content: center;
		align-items: flex-start;
	}
	.location-header-right, .location-header-right.subway-block {
		width: 100%;
	}
	.img-loc2-wraper {
		column-gap: 0px;
		flex-direction: column;
		row-gap: 10px;
	}
	.img-loc2-wraper figure {
		flex: 1;
		width: 100% !important;
	}
	ul.office-locations {
		display: flex;
		column-gap: 0;
		flex-direction: column;
		row-gap: 20px;
	}
	ul.office-locations li {
		width: 100%;
	}
	.specialty-doctor .info {
		min-height: auto;
	}
	.profile_left {
		width: 100%;
	}
	.profile_right {
		width: 100%;
	}
	.profile_wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.profile_right ul li {
		font-size: 18px;
		margin: 0px;
	}
	.profile_right h2 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.profile_right ul {
		margin-left: 0;
	}
	.profile_right ul li::marker {
		font-size: 14px;
	}
	.profile_right ul li {
		font-size: 18px;
		margin: 0px 0px 0px 30px;
	}
	.profile_right h2:after {
		bottom: -8px;
	}
	.profile_section {
		padding-top: 0px;
	}
	.profile_banner_sec {
		padding:10px 0;
	}
	.profile_card img {
		width: 40%;
	}
	.profile_left span:not(.dr-name) {
		top: -19px;
	}


	.mobile-banner {display:block;}
	.banner_video {display:none;}
}
/*768 End */
@media all and (max-width: 576px){
	.subtitile-text {
		font-size: 16px;
		margin-bottom: 0;
	}
	.reviewsdoc-img {
		width: 100%;
	}
	.single-review {
		padding-top: 100px;
	}
	.single-review::before {
		top: 40px;
	}
	.single-review::after {
		left: -50px;
    	top: -8px;
		transform: scale(.5);
	}
	.single-review p {
		font-size: 16px;
		line-height: 26px;
		padding-bottom: 30px;
	}
	.single-review span::before {
		top: -25px;
	}
	.reviewsdoc-text {
		padding: 115px 10px 50px;
		margin-top: -115px;
	}
	.first_p>p:first-child::before, .first_p>p:first-child::after, .first_p div.em-bl:before, .first_p div.em-bl:after {
		content: none;
	}
	.first_p > p:first-child, .first_p div.em-bl {
    padding: 20px 15px;
}
	.header_btm.dentistry .default-btn {
		margin-left: 11px;
	}
	a.phone-ico {
		background-position: top 4px left -307px;
		border: 1px solid #fff;
		padding: 10px;
		transform-origin: center;
		border-radius: 3px;
		background-color: #fff;
	}
	.header_btm.dentistry {
		gap: 8px;
		justify-content: space-evenly;
	}
	.office-img.arrows .slick-next.slick-arrow {
		right: -20px;
	}
	.office-img {
		max-width: 90%;
	}
	.second-tier {
		font-size: 26px;
		text-align: center;
	}
	.doc-section {
		margin: 40px auto;
	}
	.specializing_left p,
	.specializing_left ul li a,
	.specializing_left ul li, 
	.doc-section p,
	section.family_cosmetic_sec.sec-p.dentistry .family_content p
	{
		font-size: 16px;
		line-height: 28px;
	}
	.specializing_left ul li {
		padding-left: 32px;
	}
	.office-img {
		gap: 10px;
	}
	.office-img img {
		width: 100%;
		height: auto;
	}
	.accodion-body {
		padding: 0 10px;
	}
	.accodion-body p {
		font-size: 18px;
	}
	.accodion-body .best_gallery li p, .accodion-body .best_gallery li p a, .accodion-body .best_gallery li h4 a {
		font-size: 16px;
	}
	.accodion-body ul {
		margin: 40px 0px 0px 0px;

	}
	.accodion-body .best_gallery li {
		width: 100%;
	}
	.single-acco h3 {
		font-size: 20px;
	}
	.specializing_left h3::after {
		bottom: -44px;
	}
	.specializing_left h3 {
		font-size: 28px;
		margin-bottom: 80px;
	}
	section.family_cosmetic_sec.sec-p.dentistry, .doc-section {
		padding: 20px;
	}
	.specialist_items_wrap.dentistry .single_specialist {
		width: 90%;
	}
	section.inner_banner_sec.dentistry .inner_banner_left p.para {
		max-width: 100%;
	}
	section.inner_banner_sec.dentistry .inner_banner_left {
		padding: 30px 15px;
	}
	.on-this-page-area {
		top: 130px;
	}
	.services-holder {
		grid-template-columns: 1fr;
	}
	video.banner_video, .banner_section:after{
		display: none;
	}
	.banner_section{
		background: url(https://www.centurymedicaldental.com/wp-content/uploads/2022/11/banner-bg-mobile-min.jpg) no-repeat;
		background-position: 0 0;
		background-size: cover;
	}
	.single_multi p {
		font-size: 16px;
		line-height: 26px;
	}
	.our_office_left ul li button, .our_office_left ul li a {
		margin-left: 17px;
	}
	.why_choose_sec {
		background: none;
		background-color: #091b46;
	}
	.expect_section {
		background: url('images/expectBg-min.jpg') no-repeat;
		background: url('images/expectBg-min.webp') no-repeat;
	}
	.specialty-doctor {
		max-width: 280px;
	}
	.gallery {
		gap: 30px;
	}
	.gallery figure {
		width: 100%;
	}
	.profile_card img {
		width: 70%;
		margin-top: 50px;
	}
	.splty_inner_banner::after {
		width: 300px;
		height: 100%;
		top: 0;
		right: 0;
		background: url('images/spcialityBg.png') no-repeat;
		background-size: cover;
		background-position: right 0 top 0;
		opacity: .5;
	}
	section.our_doctors_section:before {
		height: 741px;
	}
	.profile_banner_sec {
		padding: 0;
	}
	.min_inner p.collapse {
		padding: 20px 90px 20px 20px;
		min-height: 89px;
		display: flex;
		align-items: center;
	}
	.min_inner p.collapse:before {
		right: 45px;
		height: 30px;
	}
	.min_inner p.collapse:after {
		right: 30px;
		width: 30px;
	}
	.single_doctor {
		min-height: 560px;
	}

	.header_btm {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.logo a {
		max-width: 75px;
		height: 50px;
	}
	.logo a::after {
		content: '';
		position: absolute;
		inset: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		background: url('images/sp.svg');
		background-position: top -398px right -31px;
	}
	.logo a img {
		display: none;
	}
	.header_top {
		padding: 15px;
		position: relative;
		width: 80%;
		left: 20%;
		justify-content: flex-end;
	}
	.header_top:after {
		content: '';
		width: 100%;
		height: 100%;
		background: #24376036;
		position: absolute;
		right: 0;
		z-index: -1;
	}
	.header_top ul {
		gap: 0 28px;
	}
	.header_top ul li a {
		font-size: 14px;
	}
	.covid-text {
		font-size: 14px;
		line-height: 1.3;
	}
	/* Main Menu */
	.min-menu ul li {
		padding: 14px 10px;
	}
	.min-menu ul li a {
		padding: 0;
	}
	.min-menu ul ul li {
		padding: 10px;
	}
	.min-menu ul li .dropdown-menu-items {
		top: 18px;
	}
	/* Banner Section */
	.banner_content {
		padding: 10px 0;
	}
	.banner_content span {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.banner_content .covid-text span {
		margin-bottom: 0px;
	} 
	.banner_content h1 {
		font-size: 34px;
	}
	.banner_content h1 span {
		font-size: 22px;
	}
	.banner_content p {
		font-size: 17px;
		line-height: 1.3;
	}
	.banner_logo {
		height: 45px;
	}
	.banner_logo.mobail {
		display: block;
		background-position: right -18% top 0;
	}
	/* Banner Items Section */
	.banner_items_sec ul {
		gap: 10px;
	}
	.banner_items_sec ul li {
		width: 100%;
		padding: 0px;
		border-radius: 3px;
	}
	.banner_items_sec ul li a {
		width: 100%;
		height: unset;
		font-size: 15px;
		padding: 19px 0px 15px 110px;
		border-radius: 3px;
		text-align: left;
	}
	.banner_items_sec ul li a::after {
		-webkit-transform: scale(.45);
		-ms-transform: scale(.45);
		transform: scale(-0.45);
		top: 15px;
		left: -398px;
	}
	.banner_items_sec ul li:nth-child(6) {
		position: relative;	
	}
	.banner_items_sec ul li a.di-link {
		position: absolute;
        right: 15px;
        bottom: 15px;
	}
	.banner_items_sec {
		padding: 10px 0;
	}
	/* Why choose Section ------ */
	.why_choose_wrap h2 {
		margin-bottom: 50px;
	}
	.single_choose {
		padding: 20px;
		margin-left: 0;
	}
	.single_choose::after {
		display: none;
	}
	.single_choose h3 {
		font-size: 20px;
	}
	.single_choose p {
		font-size: 16px;
		line-height: 1.5;
	}
	.why_choose_wrap ul {
		margin-top: 50px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.why_choose_wrap ul li {
		padding-right: 0;
		margin-right: 0;
		border: none;
		width: 45%;
	}
	/* Our Testimonials Section ---- */
	.tes_body > div {
		width: 100%;
	}
	.single_testimonial .google_re {
		margin-top: 60px;
	}
	.testimonial_tab_body ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 10px;
	}
	.testimonial_tab_body ul li {
		font-size: 18px;
		margin-right: 0;
		padding-right: 0;
		border: none;
	}
	/* EXPECT SECTION -------- */
	.expect_box ul {
		max-width: 100%;
	}
	.expect_box ul li {
		max-width: 90%;
	}
	/* Our convenient offices Section */
	.our_office_left ul li button {
		display: block;
	}
	.map_indi {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	/* Request Section */
	.request_right form {
		gap: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.request_right form div {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		text-align: center;
	}
	.request_right form div input, .request_right form div textarea {
		margin-bottom: 10px;
	}
	.request_right form div input[type="submit"] {
		margin-top: 15px;
		float: unset;
	}
	/* Multi-Specialty Clinic Section */
	.multi_wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
	.single_multi {
		width: 100%;
	}
	.single_multi.one {
		max-width: 100%;
	}
	.single_multi.tow {
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
		margin-left: 0;
		max-width: 100%;
		border: none;
	}
	.single_multi ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.single_multi ul li {
		margin: 0;
		width: 75%;
	}
	/* Specialties Page ------------------------------------------------------------- */
	.inner_banner_left {
		padding: 20px;
	}
	.inner_banner_right {
		padding: 20px;
	}
	.spec_search p {
		font-size: 14px;
		margin-left: 10px;
		margin-top: 5px;
	}
	.spec_search input {
		max-width: 140px;
	}
	.specialty-doctor .info {
		padding: 30px 15px;
	}
	/* locations page ------------------------------------ */
	.location_info {
		padding: 30px 10px;
	}
	.book_location p {
		margin-bottom: 30px;
	}
	.min_inner .single_experience button {
		font-size: 15px;
	}
	/* Profile page ------------------------------------ */

	/* Inner Page -------------------------------------------------------------------------------- */
	.spciality_inner_wrap {
		flex-wrap: nowrap;
	}
	.min_inner {
		margin-top: 0;
	}
	.splty_inner_banner::before {
		background-size: auto;
	}
	.splty_inner_banner {
		padding: 30px 0;
	}
	.sp_in_banner_wrap h1 {
		font-size: 30px;
		line-height: 1.5;
		margin-bottom: 8px;
	}
	.min_inner > h2:first-of-type:first-child {
		margin-top: 0;
	}
	.min_inner blockquote {
		margin-bottom: 50px;
	}
	.in_single_dr img {
		height: 235px;
	}
	.in_single_dr .info {
		padding: 0 10px 15px 10px;
	}
	.in_single_dr .info .star {
		padding: 10px 0;
	}
	.experience_body {
		max-width: 260px;
		padding: 0;
	}
	.single_experience span {
		font-size: 18px;
	}
	.experience_body.small.arrows .slick-prev.slick-arrow {
		left: -20%;
	}
	.experience_body.small.arrows .slick-next.slick-arrow {
		right: -20%;
	}
	.page_update {
		font-size: 15px;
	}
	.min_inner p {
		line-height: 26px;
	}
	.min_inner ol li, .min_inner ul li {
		line-height: 26px;
	}
	.last_up {
		margin: 20px 0;
	}
	.page_update {
		font-size: 15px;
		line-height: 1.5;
	}
	.inner_wrapper .single_sidebar.inner ul {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
	}
	/*About page */
	.top_rated_wrap.welcome 
	.top_rated_left_content ul {
		grid-template-columns: 100%;
	}
	.location-header-text p a {
		font-size: 16px;
	}
	.loc-hour p span {
		width: 85px;
	}
	.profile_right hr {
		margin: 25px 0px;
	}
	img.shad-image-pain {
		margin-right: 0;
		width: 100%;
		box-shadow: 0px 7px 10px #cad8ec;
	}
	.in_single_dr.slick-slide.slick-active {
		opacity: 1;
	}
	.in_single_dr.slick-slide {
		opacity: .5;
	}
	.container, .container_tow {
		max-width: 100%;
		padding: 10px;
	}
	.tes_body.active {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.single_testimonial {
		padding: 30px 30px 0 30px;
		margin: 0px;
	}
	.tes_body {
		display: block!important;
	}
	.arrows .slick-prev.slick-arrow {
		top: 15px;
	}
	.doctors_wrap {
		max-width: 100%;
	}
	.in_single_dr .info .name, .in_single_dr .info p {
		font-size: 14px;
	}
	.in_single_dr .info .name {
		font-size: 16px;
	}
	.banner_items_sec .default-btn-tow {
		margin: 30px auto 0px;
	}
	section.our_doctors_section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.doctors_wrap {
		margin: 30px auto;
	}
	.arrows .slick-prev.slick-arrow {
		left: -12px;
	}
	.arrows .slick-next.slick-arrow {
		background-position: top -307px left -148px;
	}
	.header_top ul li a::after {
		left: -20px;
	}
	.single_doctor .image {
		/*     height: 350px; */
	}
	.footer_wrap p, .footer_wrap p button {
		font-size: 14px;
		line-height: 26px;
	}
	.doctor-desc p{
		min-height: unset;
	}
}
/*576 End */
@media all and (max-width: 479px) {
	section#testimonials {
		padding: 0 10px;
	}
	.single_specialist {
		width: 90%;
	}
	.banner_items_sec ul li a::after {
		-webkit-transform: scale(.40);
		-ms-transform: scale(.40);
		transform: scale(-0.40);
		top: 15px;
		left: -252px;
	}
	.banner_items_sec ul li a {
		font-size: 14px;
		padding: 19px 0px 15px 130px;
	}
	.location-header-right {
		padding: 10px;
	}
	.blog_sidebar .single_sidebar.white .side_bar_head h3 {
		padding-right: 95px;
	}
}


@media all and (max-width: 400px) {
	.banner_items_sec ul li:nth-child(6) a {
		padding: 19px 0px 40px 130px;
	}
	.banner_items_sec ul li a.di-link {
		left: 130px;
        bottom: 15px;
		padding: 0;
	}
	html:lang(es) .header_top ul li a::after {
		display: none;
	}
	
	html:lang(es) .header_top ul {
		gap: 0 16px;
	}
}

/*479 End */
@media all and (max-width: 360px) {
	.banner_items_sec ul li a {
		padding: 19px 0px 15px 90px;
	}
	.banner_items_sec ul li:nth-child(6) a {
		padding: 19px 0px 40px 90px;
	}
	.banner_items_sec ul li a.di-link {
		left: 90px;
		padding: 0;
	}
	.experience_body {
		max-width: 240px;
	}
	.banner_logo {
		height: 25px;
	}
	.header_top:after {
		width: 97%;
	}
	.header_top ul {
		gap: 16px;
	}
	.header_top ul li a::after {
		display: none;
	}
	.banner_content h1 {
		font-size: 30px;
	}
	.star {
		font-size: 16px;
	}
	.banner_content h1 span {
		margin-bottom: 5px;
	}
	.banner_content p.covid-text span {
		font-size: 23px;
	}
	.banner_content p {
		font-size: 16px;
	}
	.heading, .heading.smaller-text {
		font-size: 24px;
	}
	.single_doctor {
		min-height: auto;
	}
	.doctors_wrap {
		margin: 20px auto;
	}
	section.our_doctors_section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.sec-p {
		padding: 20px 0;
	}
	.top_rated_left_content {
		margin-top: 40px;
	}
	.top_rated_left_content p {
		font-size: 16px;
		margin: 20px 0;
	}
	.our_doctor_head p {
		font-size: 16px;
	}
	.default-btn-tow {
		font-size: 14px !important;
		padding: 14px 16px;
	}
	section.top_rated_sec.sec-p .top_rated_wrap {
		gap: 25px;
	}
	.why_choose_wrap h2 {
		max-width: 100%;
		line-height: normal;
		margin-bottom: 25px;
	}
	.why_choose_wrap ul {
		margin-top: 25px;
	}
	.sec-m {
		margin: 25px 0;
	}
	.container.tes_head p {
		font-size: 16px;
	}
	.testimonial_tab_body ul {
		margin: 20px 0 20px;
	}
	.expect_content h2 {
		margin-bottom: 20px;
	}
	.expect_content p {
		font-size: 16px;
	}
	.our_office_wrap {
		margin-top: 20px;
	}
	.multi_clinic_sec {
		padding: 20px 0;
	}
	.multi_wrap {
		margin-top: 20px;
	}
	.single_multi p {
		font-size: 16px;
	}
	.registration_forms_sec {
		padding: 20px 0;
	}
	.footer {
		background: #243760;
		padding: 25px 0;
	}
	.regi_wrap {
		gap: 15px;
	}
	.inner_banner_left h1 {
		font-size: 26px;
	}
	.profile_right p, .profile_right ul li, .profile_right a{
		font-size: 16px;
		line-height: 30px;
	}
}
/* 360 */
@media all and (max-width: 320px) {
	.header_top {
		width: 88%;
		left: 12%;
	}
	.logo a {
		max-width: 60px;
		height: 50px;
	}
	.blog_sidebar .single_sidebar.white .side_bar_head h3 {
		font-size: 14px;
	}
}
