/* Banner */
a {text-decoration: none !important;}
body {	font-family: 'Semplicita Pro', sans-serif !important; }
h1, h2, h3, h4, h5, h6 {
    font-family: 'Semplicita Pro', sans-serif !important; 
}
.wpb_content_element{
    margin-bottom: 0 !important;
}
.banner-slider {
	margin: 0;
	padding: 0;
	list-style: none;
}
.banner-slider video, .banner-slider img, .banner-slider iframe{
	width: 100%;
	/* height: calc(650px + (839 - 650) * ((100vw - 1200px) / (1920 - 1200))); */
    height: 86vh;
	object-fit: cover;
	object-position: 0 5%;
	display: block;
	background: var(--first-color);
}
.banner-slider li {
	position: relative;
    margin: 0;
}
.banner-slider .content .for-mobile{
	display: none;
}
.banner-desktop-media{
	pointer-events: none;
}
.banner-desktop-media .ytp-chrome-top.ytp-show-cards-title {
	display: none !important;
}
.banner-slider .content {
    position: absolute;
    top: auto;
    bottom: 14.5rem;
    /* right: calc((100% - 1800px) / 2); */
    right: 4%;
    color: #fff;
    line-height: normal;
    padding-right: 20px;
}
.banner-slider .title{
    font-family: 'futuraptlight', sans-serif;
    line-height: normal;
}
.banner-slider .title {
    font-family: 'Semplicita Pro', sans-serif;
    font-weight: 500;
    margin-top: 0;
    font-size: 6.6rem;
    line-height: 1.15;
    color: #fff;
    max-width: 520px;
}
.banner-slider .sub-title {
    font-size: 2.0rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-family: "Semplicita Pro";
    margin-top: 22px;
}
.banner-slider .slick-dots {
	margin-top: 10px;
}
.banner-after-video .play-icon {
    height: 18.3rem;
    width: 18.3rem;
    background: #4378a0;
    border-radius: 15px;
    position: relative;
    box-shadow: 0px 5px 39px 1px rgba(0, 0, 0, .3);
    /* animation: black_shadow 2s linear infinite; */
    margin-top: -87px;
    z-index: 9;
    margin-bottom: 40px !important;
    transition: .3s linear;
    /* box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, .1); */
}
.banner-desktop-media img {
    margin-top: 0;
}
/* .banner-after-video .play-icon:hover {
	box-shadow: none;
	border-radius: 10px;
	box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, .3);
} */
.banner-after-video .play-icon::after {
	content: '';
	height: 5.8rem;
	width: 5.8rem;
	background: #FFF;
	position: absolute;
	top: 50%;
	left: calc(50% + 18px);
	transform: translate(-50%, -50%);
	clip-path: polygon(73% 51%, 0 0, 0 100%);
	/* animation: play_icon1 2s linear infinite; */
	transition: .5s all;
}
.banner-after-video > a {
	display: inline-block;
}

.video-background {
	background: #000;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -99;
  }
  .video-foreground,
  .video-background iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
  }
  
  @media (min-aspect-ratio: 16/9) {
	.video-foreground {
	  height: 300%;
	  top: -100%;
	}
  }
  @media (max-aspect-ratio: 16/9) {
	.video-foreground {
	  width: 300%;
	  left: -100%;
	}
  }
  @media all and (max-width: 600px) {
	.vid-info {
	  width: 50%;
	  padding: 0.5rem;
	}
	.vid-info h1 {
	  margin-bottom: 0.2rem;
	}
  }
  @media all and (max-width: 500px) {
	.vid-info .acronym {
	  display: none;
	}
  }
/* Banner bottom */
.banner-bottom {
    display: flex;
    flex-wrap: wrap;
    background-color: #333333;
    margin-top: -160px;
    padding-top: 50px;
    padding-bottom: 30px;
}
.banner-bottom .img-content > div {
	display: flex;
	column-gap: 3rem;
}
.banner-bottom .img-content .title {
	font-size: 4.4rem;
	font-weight: 500;
	/* text-transform: uppercase; */
	color: #fff;
	line-height: 1.5;
}
.banner-bottom .last .content{
    margin-bottom: 2rem !important;
}
.banner-bottom .last .content p{
    font-size: 1.8rem;
	line-height: 1.9;
    color: #fff;
}
.banner-bottom .last {
    width: 45%;
}
.banner-bottom .last .auth-name{
    font-size: 2.1rem;
    color: var(--first-color);
    font-style: italic;
    font-weight: 500;
    margin-bottom: 0;
}
.banner-bottom .signature-img {
	width: 21%;
}
/* experience_sec */
.experience_sec .right{
	padding-left: 3rem;
}
.experience_sec .left{
	padding-right: 3rem;
}
.experience_sec .title{
	font-size: 4.6rem;
	color: #000;
	margin-bottom: 2rem;
	line-height: 1.2;
	margin-top: 50px;
}
.experience_sec .content p {
    color: #0e0e0e;
}
.experience_sec .sub-title {
	font-size: 1.9rem;
	color: var(--first-color);
	margin-bottom: 1.5rem;
	display: none;
}
.experience_sec .content{
	margin-bottom: 3.5rem !important;
}
.experience_sec .content p{
	font-size: 1.8rem;
	font-weight: 300;
}
.experience_sec_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.experience_sec_inner .year-of {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffffe6;
    padding-left: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 2rem;
    width: 230px;
    text-align: center;
}
.experience_sec_inner .year-of p {
	margin-bottom: 0;
	/* font-size: 10rem;
	line-height: 1; */
	color: #4576a1;
}
.experience_sec_inner .year-of span {
    display: inline-block;
    line-height: 1;
    font-size: 80px;
    letter-spacing: -5px;
    font-family: "Frank Ruhl Libre";
}
.experience_sec_inner .counter-title {
    font-size: 2rem;
    line-height: 1.4;
    color: #000000;
}
.experience_sec_inner .top-image{
	margin-bottom: 30px !important;
}
.exp-slider {
	padding: 0 0rem;
	text-align: center;
	margin: 0 30px !important;
}
.exp-slider li {
	margin-bottom: 0;
}
.exp-slider .slick-prev::before, .exp-slider .slick-next::before {
	display: none;
}
.exp-slider .icon img {
	text-align: center;
	margin: auto;
	display: block;
}
.exp-slider .slider-content {
	padding: 0 4rem;
}
.exp-slider .slider-content .title {
    font-size: 2.0rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    margin-top: 1rem;
    color: #000;
}
.exp-slider .slider-content .content p{
	font-size: 1.7rem;
	line-height: 1.6;
	font-weight: 400;
}
.show991{
	display: none;
}
.exp-slider .slider-content .content {
	margin-bottom: 0 !important;
}
.experience_sec .main_btn {
	margin-top: 5rem;
}
.experience_sec .left img {
	opacity: 1;
	object-fit: cover;
}

.first-img img {
    height: 100%;
    min-height: 710px;
	object-position: 20% 0;
}

/* home-dr-section */
.home-dr-section {
	display: flex;
	margin-top: 7rem;
	background: #b7d5df;
	margin-left: 0 !important;
  	margin-right: 0 !important;
}
.home-dr-section > .left * {
	height: 100%;
	object-fit: cover;
}
.home-dr-section .left > div {
	padding: 0;
}
.home-dr-section > .right {
	padding-top: 10rem;
	padding-bottom: 2rem;
	padding-right: 5rem;
	background: url('../images/doctor-bg-img.png') 73% center;
	background-repeat: no-repeat;
	background-size: 70% 80%;
	z-index: 9;
	padding-left: 4rem;
}
.home-dr-section .title{
	font-size: 5.6rem;
	color: var(--first-color);
	margin-bottom: 2rem;
  	line-height: 1.2;
}
.overlay-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    background: #333333;
    background: linear-gradient(90deg,rgba(51, 51, 51, 1) 9%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.overlay-content {
    position: relative;
    z-index: 2;
    color: #FFF;
}

.overlay-bg {
    z-index: 9;
    padding: 100px 60px;
}
.home-dr-section .sub-title{
	font-size: 1.8rem;
	color: var(--first-color);
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}
.home-dr-section .content {
	margin-bottom: 5rem !important;
}
.home-dr-section .content p{
	font-size: 1.8rem;
	line-height: 1.6;
}

/* Home service */
.home-service-outer{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.home-service-outer .slick-track {
	display: flex;
	gap: 2rem;
}
.home-service-outer .service-item {
	flex-grow: 1 !important;
	display: flex !important;
	/* width: 0% !important; */
	transition: all 300ms ease-in-out;
	position: relative;
}
.home-service-outer .slick-track::before, .home-service-outer .slick-track::after{
	display: none;
}

.home-service-outer .service-item:hover {
	flex-grow: 2;
	display: flex;
}
.home-service-outer .service-item:hover {
	flex-grow: 2 !important;
	display: flex !important;
}
.home-service-outer .service-item .absolute-content {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0%);
	text-align: center;
	line-height: normal;
	color: #fff;
	transition: all 300ms ease-in-out;
}
.home-service-outer .service-item:hover .absolute-content{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.home-service-outer .service-item .service-link {
	width: 100%;
	display: block;
	height: 670px;
	background-color: #000;
}
.home-service-outer .service-item .service-link .image{
	height: 100%;
}
.home-service-outer .service-item img {
	object-fit: cover;
	width: 100%;
	display: block;
	height: 100%;
	transition: all 300ms ease-in-out;
	opacity: .6;
}
.home-service-outer .service-item:hover img{
	opacity: .2;
}
.home-service-outer .service-item .absolute-content .content {
	display: none;
}
.home-service-outer .slick-dots {
	display: none !important;
}

/* Videos row */
.home-videos-row {
	background: var(--third-color);
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.home-videos-row .title{
	font-size: 6rem;
	line-height: normal;
	color: #3f493d;
}
.home-videos-row .content{
	margin-bottom: 6rem !important;
}
.home-videos-row .content p {
	font-size: 2.6rem;
	color: #3f493d;
	line-height: 1.5;
}
.home-videos-row .link a{
	display: inline-block;
	font-size: 2rem;
	line-height: normal;
	font-weight: 700;
	color: #3f493d;
	transition: .3s linear;
}
.home-videos-row .link a:hover {
	color: var(--first-color);
}
.home-videos-row .left {
	width: 61%;
}
.home-videos-row .left a{
	display: block;
	position: relative;
}
.home-videos-row .right {
	width: 39%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 3rem;
}
.home-videos-row img{
	display: block;
}
.big-play-icon {
	width: auto !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	z-index: 999;
	animation: white_shadow 2s linear infinite;
	border-radius: 50%;
	opacity: 1 !important;
}
.home-videos-row .link a::after {
	content: '';
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	height: 10px;
	width: 10px;
	display: inline-block;
	transform: rotate(44deg);
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 20px;
	transition: .3s linear;
}
.home-videos-row .link a:hover::after {
	margin-left: 25px;
	border-top-color: var(--first-color);
	border-right-color: var(--first-color);
}

/* Home gallery */
.home-gallery {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr;
	padding: 5rem 0rem;
	position: relative;
}
.item-0 {
	grid-row: span 2;
	grid-gap: 20px;
}
.home-gallery .items img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border: 1px solid #fff;
	opacity: .8;
}
.gallery-absolute-content {
	position: absolute;
	top: 50%;
	left: 16%;
	transform: translateY(-50%);
	width: auto;
	text-align: center;
	z-index: 9;
}
.gallery-absolute-content .title {
	font-size: 100px;
	font-weight: 700;
	color: #fff;
	line-height: normal;
}
.gallery-button {
    display: inline-block;
    padding: 14px 30px;
    color: #fff;
    background: #f7b900;
    border-radius: 100px;
    line-height: normal;
    letter-spacing: 1px;
    transition: .3s linear;
}
.gallery-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-content: center;
	justify-content: center;
	height: 11.2rem;
	width: 11.2rem;
	flex-wrap: wrap;
	z-index: 9;
}
.gallery-logo img{
	display: block;
}
.gallery-button:hover {
	background: var(--secound-color);
	color: #fff;
	border-radius: 100px;
}
 .gallery-button::before {
    border-radius: 100px;
}

/* Home case videos */
.homeVideoSlider .slick-slide {
	margin-top: 85px;
	margin-bottom: 85px;
	position: relative;
}
.homeVideoSlider .slick-slide img {
	transition: .3s ease-in-out;
	box-shadow: 0px 0px 7px 1px #aba79e;
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
}
.homeVideoSlider .play-icon {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: .1s ease-in-out;
	animation: white_shadow 2s linear infinite;
}
.homeVideoSlider .play-icon::after {
	height: 40px;
	width: 40px;
	border: 2px solid #fff;
	content: '';
	display: inline-block;
	z-index: 9;
	position: relative;
	background: #fff;
	clip-path: polygon(0 0, 80% 48%, 0 100%, 0% 100%);
	margin-left: 15px;
	transition: 1s ease-in-out;
}
.homeVideoSlider .slick-slide.slick-current {
	z-index: 99;
}
.homeVideoSlider .slick-slide.slick-current img {
	transform: scale(1.4);
	/* -webkit-filter: brightness(0.8);
	filter: brightness(0.8); */
}
.slick-prev::before, .slick-next::before {
	display: none;
}
.patients-says{
	padding-top: 5rem;
	padding-bottom: 8rem;
}
.patients-says .title{
	font-size: 5.2rem;
	color: var(--first-color);
}
.homeVideoSliderSection .btn-wrap {
	text-align: center;
	margin-top: 4rem;
}
.homeVideoSliderSection .btn-wrap button {
    background: #4378a0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    height: 65px;
    width: 65px;
    margin: 0 13px;
    transition: .3s linear;
}
.homeVideoSliderSection .btn-wrap button:hover {
	background: #000;
}
.homeVideoSliderSection .btn-wrap button img {filter: brightness(0) invert(1);}


/* Image hover effect */
.hover-border-effect{
	position: relative;
	background: #000;
	transition: .4s linear;
}
.hover-border-effect::after{
	content: "";
	position: absolute;
	transition: .4s linear;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid #fff;
	opacity: 0;
	visibility: hidden;

}
.hover-border-effect:hover::after{
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
	opacity: 1;
	visibility: visible;
}

.hover-border-effect img{
	transition: .4s linear;
}
.hover-border-effect:hover img{
	opacity: .6;
}

/* Home Dr Slider */
.dr-outer .inner {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
}
.dr-outer .inner .dr-image {
	width: 35%;
	/* margin-top: -70px; */
}
.dr-outer .inner .content {
	width: 65%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.dr-outer .inner .dr-image img {
	mix-blend-mode: darken;
	display: block;
}
.cus_home_dr_slider {
    padding-top: 50px;
    overflow: visible !important;
    background: #eff4f7;
}
/* .cus_home_dr_slider::after{
	content: '';
	background-image: url(https://medianvdemo.com/flosswell/wp-content/uploads/2024/01/home-dr-bg1.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 550px;
	width: 557px;
	position: absolute;
	top: 0;
	right: 0;
} */
/* .cus_home_dr_slider .bg-img {
	background-image: url(https://medianvwp.com/temp25/wp-content/uploads/2024/01/home-dr-bg1.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 400px;
	width: 557px;
	position: absolute;
	top: 50%;
	right: 6%;
	transform: translateY(-50%);
	background-size: 400px;
} */
.dr-outer .content {text-align: center;}
.dr-outer .content h4{-size: 18px;text-transform: uppercase;margin-bottom: 20px;}
.dr-outer .inner .content h2 {margin-bottom: 2rem;font-size: 4.6rem;line-height: 1.2;color: #24507d;font-weight: 700;}
.dr-outer .content-with-button p {color: #000;font-size: 1.8rem;line-height: 1.7;margin-bottom: 3rem;}
.dr-outer .dr-buttons a {display: flex;flex-wrap: wrap;align-items: center;}
.dr-outer .dr-buttons a {display: flex;flex-wrap: wrap;align-items: center;background: var(--first-color);color: #fff;padding: 1rem 2rem;line-height: normal;}
.dr-outer .dr-buttons a:last-child {margin-left: 20px;}
.dr-outer .dr-buttons a img {margin-right: 15px;}
.dr-outer .dr-buttons {display: flex;justify-content: center;align-content: center;margin-top: 3rem;}
.dr-outer .content-with-button {max-width: 920px;margin: auto;}
.dr-outer > .slick-list{padding-top: 8rem;}
.thumb-slide {max-width: 300px;margin: auto;position: absolute !important;bottom: -14%;left: 50%;transform: translateX(-50%);}
.thumb-slide .dr-thumb-image img {border-radius: 50%;display: block;width: 100%;box-shadow: 3px 4px 6px 1px #ccc;border: 1px solid #c8ddeb;}
.thumb-slide .dr-thumb-image {padding: 10px;}
.doctor-sign span {font-size: 40px;color: #000000;font-family: 'Romantic Couple';text-align: center;font-weight: 700;}
.dr-outer .dr-buttons a:hover{color: #fff;}
.dr-outer .dr-buttons a{position: relative;z-index: 1;}
.dr-outer .dr-buttons a::before{content: '';height: 100%;width: 0%;background: #000;position: absolute;top: 0;left: 0;z-index: -1;transition: .3s ease-out;}
.dr-outer .dr-buttons a:hover::before {width: 100%;}
.dr-outer{z-index: 99;margin-bottom: 0;}
.thumb-slide {z-index: 99;display: none;}
.main-ab a {font-size: 16px;}
.experience_sec {padding: 70px 0;}
body .slick-prev, body .slick-next {background: transparent;box-shadow: none;}
.cus_home_dr_slider .wpb_wrapper {max-width: 1340px;margin: 0 auto;}
.n-btn-default-inline {background: #24507d;color: #fff;margin: 10px 8px 0 0;border: solid 1px #24507d;font-size: 16px;}
.absolute-content .title {font-size: 24px;font-weight: bold;}
.overlay-bg.overlay-right::after {right: 0;left: unset;background: linear-gradient(270deg, rgba(51, 51, 51, 0.8) 10%, rgba(255, 255, 255, 0) 100%);}
.overlay-bg.overlay-right {margin-top: 65px;margin-bottom: 65px;}
.area-we-serve {margin: 0 !important;padding: 70px 0 120px;position: relative;}
.area-we-serve:before {content: "";position: absolute;left: 0;top: 0;right: 0;width: 100%;height: 100%;background: #234f7d;opacity: 0.8;}
.area-we-serve .wpb_wrapper {max-width: 1080px;margin: 0 auto;text-align: center;color: #FFF;}
.area-we-serve .btn-box a {color: #fff;font-weight: 400;text-decoration: none;}
.area-we-serve .btn-box {display: flex;align-items: center;justify-content: center;row-gap: 10px;column-gap: 60px;flex-wrap: wrap;}
.site-header {display: none;}
.site-header.custom-header {display: block;position: fixed;top: 0;width: 100%;z-index: 100;background: transparent;padding: 0;}
span.social {justify-content: flex-start !important;gap: 10px;line-height: 1;}
.top-contact-info span a {font-size: 35px !important;margin: 0;}
header#masthead .social i.ne-icon-location-line-icon {font-size: 24px !important;top: 0 !important;width: 35px !important;height: 35px !important;}
.site-header .top-header {padding-top: 10px !important;padding-bottom: 10px !important;background-color: #24507d !important;}
.site-header.custom-header .navbar {background: rgb(0 0 0 / 20%);padding-top: 20px;padding-bottom: 20px;}
.logged-in .site-header.custom-header {top: 30px;}
li.book-appt {display: none;}
.site-header .header-right a {text-decoration: none !important;}
.site-header.fixed .header-right a {color: #fff !important;font-weight: 600;letter-spacing: 2px;background: transparent;border: 1px solid transparent;}
.site-header.fixed .header-right a::before {background: #37c5ab;}
.site-header .header-right a:first-child {background-color: #4378a0;border: 1px solid #4378a0;}
.site-header.sticky .navbar {position: unset !important;;background: #333333 !important;padding-top: 15px;padding-bottom: 15px;}
.site-header.sticky .top-header {padding-left: 55px;padding-right: 55px;}
body .site-header .navbar-expand-lg .navbar-nav .nav-link {font-size: 18px;letter-spacing: 2px;padding: 5px 0px;}
.site-header .navbar .navbar-nav li .dropdown-menu a {font-size: 18px;}
.mb-req {display: none !important;}
footer#colophon {display: none;}

.custom-footer{background:#333;color:#fff;font-family:inherit;}
.custom-footer .container{max-width:1200px;margin:auto;padding:0 15px;}
.footer-top{display:flex;justify-content:space-between;align-items:center;gap:50px;padding:35px 0;}
.footer-contact{width:30%;}
.footer-logo{width:40%;text-align:center;}
.footer-logo img{max-width:260px;height:auto;}
.footer-right{width:30%;text-align:right;}
.footer-contact p{margin:0 0 12px;line-height:1.8;}
.footer-contact a,
.footer-review,
.footer-copy,
.footer-nav li a{color:#fff;text-decoration:none;font-weight: 400;}
.footer-divider{width:80px;height:1px;background:#777;margin:15px 0;}
.footer-social{display:flex;justify-content:flex-end;gap:20px;margin-bottom:15px;}
.footer-social a {color: #fff;font-size: 24px;transition: .3s;height: 35px;}
.footer-review{display:flex;justify-content:flex-end;align-items:center;gap:10px;font-size:16px;}
.stars{color:#ff9800;letter-spacing:2px;}
.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding:20px 0;display:flex;justify-content:space-between;align-items:center;}
.footer-nav{display:flex;gap:30px;list-style:none;margin:0;padding:0;}
.footer-nav li{list-style:none;}
.footer-nav li a{text-transform:uppercase;font-size:13px;letter-spacing:1px;}
.footer-nav li a:hover{color:#c89d3d;}
.footer-copy{font-size:16px;opacity:.9;}
.footer-social a i {color: #FFF;font-size: 35px;}
.footer-social i.ne-icon-location-line-icon {background-color: #FFF !important;color: #000 !important;font-size: 18px !important;top: 0 !important;width: 35px !important;
	height: 35px !important;justify-content: center;}
body .site-header .navbar-brand img {max-width: 230px;}

/* Responsive start */
@media (min-width: 1200px){
	.home-service-outer .slick-track{width: 100% !important;}
	.home-service-outer .service-item {width: 0% !important;}
}

@media (min-width: 1921px){
    .banner-slider .content {right: calc((100% - 1800px) / 2);}
}

@media (max-width: 1730px){ 
	.banner-bottom .img-content .title {font-size: 4.0rem;}

}
@media (max-width: 1600px){
    .home-dr-section > .right {padding-top: 5rem;padding-bottom: 1rem;padding-right: 6rem;background-size: 55% 60%;}
	.home-dr-section .title {font-size: 4.6rem;}

	.home-videos-row .right{padding-left: 1rem;}
	.home-videos-row .title {font-size: 5rem;}
	.home-videos-row .content p {font-size: 2.3rem;}
	.dr-outer .inner .content{padding-left: 3rem;}
	.site-header.sticky .top-header {padding-left: 20px;padding-right: 20px;}
	.banner-bottom .img-content .title {font-size: 3.5rem;}

}
@media (max-width: 1480px){
    .banner-slider .content{right: 0;}
    .banner-bottom{margin-top: -142px;}
	.experience_sec .right {padding-left: 1rem;}
	.exp-slider .slider-content {padding: 0 2rem;}
	.experience_sec .title {font-size: 4.2rem;}
	.experience_sec .main_btn {margin-top: 4rem;}

	.home-service-outer .service-item .service-link {height: 500px;}
	.site-header .navbar .navbar-nav li:not(:last-child) {margin-right: 10px;}
	body .site-header .navbar-expand-lg .navbar-nav .nav-link {font-size: 16px;}
}
@media (max-width: 1366px){
    .banner-slider video, .banner-slider img, .banner-slider iframe{height: 67vh;}
    .banner-after-video .play-icon {height: 17rem;width: 19.2rem;}
    .banner-bottom{margin-top: -109px;}
    .banner-after-video .play-icon::after {left: calc(50% + 13px);}
    .banner-bottom .img-content img {max-width: 100px;}
	.gallery-absolute-content{left: 10%;}
	.patients-says .title {font-size: 5rem;}
	.homeVideoSliderSection .btn-wrap {margin-top: 2rem;}
	.homeVideoSliderSection .btn-wrap button {height: 74px;width: 74px;}
	body .site-header .navbar-expand-lg .navbar-nav .nav-link {margin: 0px 3px;}
	h2 {font-size: 3.2rem;}
	.dr-outer > .slick-list {padding-top: 0rem;}
	
}
@media (max-width: 1250px){
	.thumb-slide{bottom: -65px;}
	.dr-outer .inner{align-items: flex-start;}
}

@media (max-width: 1199px){
    .banner-slider .title{font-size: 45px;}
    .banner-slider .sub-title {font-size: 18px;}
    .banner-after-video .play-icon {height: 120px;width: 150px;margin-top: -57px;}
    .banner-after-video .play-icon::after {height: 50px;width: 40px;left: 55%;}
	.banner-bottom .signature-img {width: 0;}
    .banner-bottom .signature-img img{max-width: 180px;}
	.banner-bottom .img-with-content {width: 35%;}
	.banner-bottom .last {width: 65%;}
    .banner-bottom .img-content .title {font-size: 24px;}
    .banner-bottom .last .content p {font-size: 17px;}
    .banner-bottom .last .auth-name {font-size: 20px;}
    .banner-bottom {padding-top: 90px;padding-bottom: 40px;}
	.overlay-bg {padding: 60px 40px;}
	.experience_sec .left {padding-right: 0px;}
	.experience_sec .right {padding-left: 0;}
	.experience_sec .sub-title {font-size: 17px;}
	.experience_sec .title {font-size: 35px;}
	.experience_sec_inner .year-of p{font-size: 65px;}
	.experience_sec .content p {font-size: 15px;}
	.experience_sec_inner .year-of{width: 70%;padding: 20px;text-align: center;}
	.experience_sec_inner .counter-title,.exp-slider .slider-content .content p{font-size: 16px;}
	.experience_sec .main_btn {margin-top: 2rem;}
	.home-dr-section > .right {padding-top: 20px;padding-bottom: 10px;padding-right: 20px;background-size: contain;padding-left: 10px;}
	.home-dr-section .sub-title, .home-dr-section .content p{font-size: 16px;}
	.home-dr-section .title {font-size: 40px;}
	.home-dr-section{margin-top: 50px;}
	.home-videos-row .title {font-size: 30px;}
	.home-videos-row .right {padding-left: 0;}
	.home-videos-row .content p {font-size: 16px;}
	.home-videos-row .link a{font-size: 16px;}
	.home-videos-row .content {margin-bottom: 3rem !important;}
	.gallery-absolute-content .title {font-size: 60px;}
	.gallery-button {padding: 12px 24px;}
	.gallery-absolute-content {left: 14%;}
	.gallery-logo{height: 100px;width: 100px;}
	.patients-says .title {font-size: 40px;margin: 0;}
	.big-play-icon {max-width: 60px;}
	.home-service-outer .slick-dots {display: block !important;margin-top: 20px;}
	.experience_sec .title{margin-top: 0;}
	.dr-outer .inner .content {padding-left: 20px;}
	.dr-outer > .slick-list {padding-top: 0;}
	.dr-outer .inner .dr-image {margin-top: 0;}
	.dr-outer .content h4 {font-size: 20px;font-weight: 700;text-transform: uppercase;margin-bottom: 15px;}
	.dr-outer .inner .content h2 {font-size: 43px;margin-bottom: 10px;}
	.dr-outer .content-with-button p{margin-bottom: 10px;}
	.dr-outer .dr-buttons a{padding: 8px 16px;gap: 10px;justify-content: center;}
	.cus_home_dr_slider::before {display: none !important;}
	.dr-outer .inner{align-items: flex-start;}
	.cus_home_dr_slider {margin-top: 50px;overflow: visible !important;margin-bottom: 50px;}
	.top-contact-info li.btn-item a {padding: 5px 5px !important;font-size: 16px;}
	.area-we-serve .btn-box {column-gap: 30px;}
	.first-img img {min-height: 540px;}

}
@media (max-width: 1025px){
    .banner-slider video, .banner-slider img, .banner-slider iframe{height: 580px;}
	.home-service-outer .title {font-size: 25px;}
	.home-service-outer .service-item .absolute-content {width: 100%;padding: 0 5px;}
	.navbar-expand-lg .navbar-nav {margin-right: 0 !important;}
	body .site-header .navbar-expand-lg .navbar-nav .nav-link {margin: 0px 10px;}

}
@media (max-width: 991px){
    .banner-slider video, .banner-slider img, .banner-slider iframe{height: 500px;}
	.banner-slider .content {bottom: 7.5rem;}
    .banner-bottom .img-with-content{width: 100%;}
    .banner-bottom .last {width: 100%;margin-top: 15px;}
	.banner-bottom .img-with-content br {display: none;}
	.experience_sec_inner .year-of span {font-size: 65px;}
	.experience_sec_inner .year-of {padding: 10px;}
	.experience_sec .left {width: 60%;}
	.experience_sec .right {width: 40%;}
	.hide991{display: none;}
	.show991{display: block;}
	.experience_sec .title {font-size: 30px;}
	.exp-slider .slider-content .content p{font-size: 16px;}
	.home-dr-section {flex-wrap: wrap;}
	.home-dr-section > div, .home-videos-row .left, .home-videos-row .right{width: 100%;}
	.home-dr-section > .right{padding: 30px;}
	.gallery-absolute-content {left: 10%;}
	.home-service-outer .service-item .service-link {height: 400px;}
	.patients-says {padding-top: 5rem;padding-bottom: 5rem;}
	.homeVideoSlider .slick-slide {margin-top: 65px;margin-bottom: 55px;}
	.homeVideoSliderSection .btn-wrap button {height: 64px;width: 64px;margin: 0 5px;}
	.cus-insta-link a {padding: 15px 13px !important;font-size: 15px;}
	.thumb-slide {bottom: 0;position: static !important;margin: auto;transform: translate(0);}
	.footer-top{flex-direction:column;text-align:center;gap:35px;}
	.footer-contact,
	.footer-logo,
	.footer-right{width:100%;text-align:center;}
	.footer-social{justify-content:center;}
	.footer-review{justify-content:center;}
	.footer-divider{margin:15px auto;}
	.footer-bottom{flex-direction:column;gap:20px;}
	.footer-nav{justify-content:center;flex-wrap:wrap;gap:18px;}
	.experience_sec {padding: 50px 0;}
	body .vc_custom_1702454485568 {margin-top: 10px !important;}
	.banner-slider .title {font-size: 36px;}
	.overlay-content .right {width: 100%;}
	.dr-outer .inner .content h2 {font-size: 34px;margin-bottom: 8px;}
	.overlay-bg.overlay-right::after {background: linear-gradient(270deg, rgb(51 51 51 / 70%) 100%, rgba(255, 255, 255, 0) 100%);}
	.overlay-content .right br {display: none;}
	.gallery-absolute-content .title {font-size: 48px;line-height: 1.2;}
	.area-we-serve .btn-box {gap: 10px;}
	.area-we-serve {padding: 40px 0 40px;}
	.first-img img {min-height: 440px;}
	.site-header.custom-header .navbar {background: #5f7fa0;}
	.logged-in.admin-bar .banner-slider {margin-top: 120px;}
	.banner-slider {margin-top: 138px;}
	.navbar-toggler-icon {width: 3.5em;height: 3.5em;}
	.site-header button.navbar-toggler {background: transparent;border: 0;color: #FFF !important;}
	.navbar-light .navbar-toggler-icon {filter: brightness(0) invert(1);}
}

@media (max-width: 767px){
    .banner-slider video, .banner-slider img, .banner-slider iframe{height: 330px;}
    .banner-slider .content {position: static;background: #25507b;text-align: center;display: flex;flex-wrap: wrap;flex-direction: column;align-items: center;justify-content: center;height: auto;padding: 20px 15px;}
    .banner-slider .title {font-size: 30px;}
    .banner-slider .sub-title {font-size: 16px;margin-top: 0;line-height: 1.5;}
	.banner-slider .content .for-mobile {transition: .3s linear;font-size: 16px;background: var(--third-color);font-weight: 400;padding: 15px 40px;text-transform: uppercase;display: inline-block;}
	.banner-after-video {display: none;}
	.banner-slider .content .for-mobile:hover{color: #fff;}

    .banner-bottom .img-with-content{width: 100%;}
    .banner-bottom .signature-img {width: 100%;margin-bottom: 30px;display: none;}
    .banner-bottom .last {width: 100%;margin-top: 20px;}
    .banner-bottom .img-content img {max-width: 80px;}
    .banner-bottom .img-content .title {font-size: 20px;}
    .banner-bottom .signature-img .wpb_single_image {text-align: center !important;}
    .banner-after-video .play-icon::after {height: 30px;width: 30px;left: 60%;}
    .banner-after-video .play-icon {height: 70px;width: 80px;margin-top: -27px;}
    .banner-bottom {margin-top: 0;padding-top: 50px;}
    .banner-bottom .signature-img img {max-width: 150px;}
	.experience_sec {padding: 40px 0;}
	.experience_sec .title {font-size: 26px;}
	.experience_sec .left, .experience_sec .right {width: 100%;}
	.experience_sec_inner .inner-left, .experience_sec_inner .inner-right {width: 50%;}
	.experience_sec_inner {margin-bottom: 30px;}
	.experience_sec_inner .inner-left > div {padding-right: 3px;}
	.experience_sec_inner .inner-right > div {padding-left: 3px;}
	.experience_sec_inner .top-image {margin-bottom: 6px !important;}
	.experience_sec_inner .year-of {padding: 10px;left: 55%;bottom: 3px;}
	.experience_sec_inner .inner-left > div > div{border-bottom: 2px solid var(--first-color);}
	.experience_sec_inner .counter-title, .exp-slider .slider-content .content p{font-size: 14px;}
	.experience_sec_inner .year-of p {font-size: 40px;}
	.experience_sec .content {margin-bottom: 0rem !important;}
	body .slick-prev, body .slick-next {height: 15px;width: 15px;}
	body .vc_custom_1702454485568 {margin-top: 0px !important;margin-bottom: 30px;}
	.exp-slider .slider-content {padding: 0 1rem;}
	.home-dr-section .content {margin-bottom: 2rem !important;}
	.home-gallery{grid-template-columns: 1fr;}
	.item-0 {grid-row: span 1;}
	.gallery-absolute-content{position: static;transform: unset;}
	.gallery-logo {height: 70px;width: 70px;}
	.gallery-logo img {padding: 10px;}
	.gallery-button:hover {background: var(--third-color);color: #000;}
	.gallery-logo{top: 51px;left: 1px;transform: unset; display: none;}
	.gallery-absolute-content .title {font-size: 34px;color: #000;}
	.homeVideoSlider .slick-slide.slick-current img {transform: scale(1);}
	.homeVideoSlider .slick-slide {margin-top: 0;margin-bottom: 0;padding: 0 10px;}
	.patients-says .title {font-size: 35px;}
	.experience_sec .main_btn {text-align: left !important;}
	.gallery-button::before{background: var(--third-color);}
	.dr-outer .inner .dr-image {margin-top: 0;width: 100%;}
	.dr-outer .inner .dr-image img{margin: auto;}
	.dr-outer .inner .content{width: 100%;}
	.cus_home_dr_slider{margin-top: 0px;margin-bottom: 0px;overflow: hidden !important;}
	.dr-outer .inner .content h2 {font-size: 26px;}
	.dr-outer .content h4{line-height: 1.4;}
	.dr-outer .dr-buttons a img {margin-right: 15px;margin: auto;}

	.custom-header .text-right {padding: 0  5px;}
	.custom-header .top-contact-info {width: 100%;display: flex;flex-wrap: wrap;padding: 0;gap: 10px;margin: 0;}
	.custom-header .top-header .top-contact-info li.width50 {width: calc(50% - 5px) !important;padding-left: 0 !important;float: unset !important;display: block !important;}
	.top-contact-info li.btn-item a {margin: 0 !important;}
	.site-header.sticky .top-header {padding-left: 0;padding-right: 0;}
	.logged-in .site-header.custom-header {display: flex;flex-direction: column-reverse;}
	.top-contact-info li.btn-item a {font-size: 14px;}
	.logged-in.admin-bar .banner-slider {margin-top: 140px;}
	.banner-slider {margin-top: 158px;}
	.site-header.custom-header {animation: none;}
	.banner-bottom {padding-top: 40px;}
	.banner-bottom .vc_column-inner {padding: 0;}
	.first-img img {min-height: 266px;}
	.experience_sec_inner .year-of span {font-size: 50px;}
	h2 {font-size: 2.6rem;}
	.overlay-bg {padding: 40px 20px;}
	.dr-outer .inner .content {padding-bottom: 40px;}
	.home-service-outer {margin-top: 40px;}
	.slick-dots li button {margin: 0 5px;}
	.slick-dots li {margin: 0;}
	.overlay-bg.overlay-right {margin-top: 40px;margin-bottom: 0;}
	.home-gallery {padding: 40px 0;}
	.patients-says {padding-top: 40px;padding-bottom: 40px;}
	.footer-top {padding-bottom: 0;gap: 15px;}
}

@media (max-width: 520px){
	.home-dr-section > .right{padding: 15px;}
	.home-dr-section .title {font-size: 35px;line-height: normal;}
	.home-dr-section .content p {font-size: 15px;}
	.home-videos-row .link a::after {margin-left: 10px;}
	.home-videos-row .link a {font-size: 14px;}
	.home-service-outer .service-item .service-link {height: auto;}
	.home-service-outer .slick-track {display: block;}
	.homeVideoSlider .play-icon::after {height: 20px;width: 20px;margin-left: 9px;}
	.homeVideoSlider .play-icon {width: 50px;height: 50px;}
	.patients-says .title {font-size: 30px;}
	.homeVideoSliderSection .btn-wrap button {height: 35px;width: 35px;}
	.homeVideoSliderSection .btn-wrap button img {max-width: 10px;margin-top: -7px;}
	.footer-nav {gap: 10px;}
	
}