/* Banner */
.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;
	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: 6rem;
	/* 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: 'semplicitapro', sans-serif;
	line-height: normal;
	font-weight: 500;
	margin-top: 0;
	font-size: 6.8rem;
	margin-bottom: 2rem;
    color: #fff;
}
.banner-slider .sub-title {
	font-size: 2.2rem;
	text-transform: uppercase;
	font-weight: 400;
    color: #fff;
}
.banner-slider .slick-dots {
	margin-top: 10px;
}
.banner-after-video .play-icon {
	height: 19.8rem;
	width: 21.2rem;
	background: var(--third-color);
	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-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: var(--first-color);
	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: var(--third-color);
	margin-top: -160px;
	padding-top: 150px;
	padding-bottom: 8rem;
}
.banner-bottom .img-content > div {
	display: flex;
	column-gap: 3rem;
}
.banner-bottom .img-content .title {
	font-size: 2.7rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--first-color);
	line-height: 1.5;
}
.banner-bottom-sub-title {
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--first-color);
}
.banner-bottom .last .content{
    margin-bottom: 2rem !important;
}
.banner-bottom .last .content p{
    font-size: 1.8rem;
    color: #000;
}
.banner-bottom .last .auth-name{
    font-size: 2.1rem;
    color: var(--first-color);
    font-style: italic;
    font-weight: 500;
    margin-bottom: 0;
	display: none;
}
.banner-bottom .signature-img {
	width: 21%;
}
.banner-bottom .signature-img .wpb_single_image {
	display: none;
}
.banner-bottom .signature-img .left-heading .title {
	font-size: 2rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: var(--first-color);
	line-height: 1.5;
	text-align: center;
	max-width: 21.2rem;
}
/* experience_sec */
.experience_sec{
	margin-top: 7rem;
}
.experience_sec .right{
	padding-left: 3rem;
}
.experience_sec .left{
	padding-right: 3rem;
}
.experience_sec .title{
	font-size: 4.7rem;
	color: var(--first-color);
	margin-bottom: 2rem;
	line-height: 1.2;
	margin-top: 50px;
}
.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: #fff;
	padding-left: 3.5rem;
	padding-top: 3.5rem;
	padding-bottom: 2rem;
	padding-right: 2rem;
	width: 230px;
}
.experience_sec_inner .year-of p {
	margin-bottom: 0;
	font-size: 10rem;
	line-height: 1;
	color: var(--first-color);
}
.experience_sec_inner .year-of span {
	font-size: inherit;
	display: inline-block;
	line-height: 1;
}
.experience_sec_inner .counter-title {
	color: #959d8d;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 300;
}
.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.2rem;
	line-height: 1.1;
	margin-bottom: 1rem;
	margin-top: 1rem;
	color: var(--first-color);
}
.exp-slider .slider-content .content p{
	font-size: 1.8rem;
	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: .7;
}

/* home-dr-section */
.home-dr-section {
    display: flex !important;
    margin-top: 7rem;
    background: #b7d5df;
    margin-left: 0 !important;
    margin-right: 0 !important;
    align-items: stretch !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;
}
.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 .read-more{
	color: var(--first-color);
	font-weight: 700;
	text-decoration: underline;
}
.home-dr-section .content .read-more::after {
	content: '';
	border-top: 2px solid var(--first-color);
	border-right: 2px solid var(--first-color);
	height: 10px;
	width: 10px;
	display: inline-block;
	transform: rotate(44deg);
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 0;
	transition: .3s linear;
}
.home-dr-section .content .read-more:hover::after {
	border-top-color: #000;
	border-right-color: #000;
}
.home-dr-section .content .read-more:hover{
	color: #000;
}
.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: 790px;
	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: 5.5rem;
	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;
}
.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: 400;
	color: #fff;
	line-height: normal;
}
.gallery-button {
	display: inline-block;
	padding: 14px 30px;
	color: #fff;
	background: var(--first-color);
	line-height: normal;
	letter-spacing: 1px;
	transition: .3s linear;
}
.gallery-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: var(--first-color);
	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;
}

/* Home case videos */
.slick-prev::before, .slick-next::before {
	display: none;
}




/* Home Dr Slider */
.dr-outer .inner {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
}
.dr-outer .slick-track {
    display: flex;
    align-items: flex-end;
}
.dr-outer .inner .dr-image {
	width: 36%;
	margin-top: -70px;
	text-align: center;
}
.dr-outer .inner .content {
	width: 64%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.dr-outer .inner .dr-image img {
	mix-blend-mode: darken;
	display: inline-block;
/* 	min-height: 700px; */
}
.cus_home_dr_slider {
	margin-top: 10px;
	overflow: visible !important;
	margin-bottom: 12rem;
}
/* .cus_home_dr_slider::after{
	content: '';
	background-image: url(https://www.flosswelldental.com/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://www.flosswelldental.com/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{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.dr-outer .inner .content h2 {
	font-size: 5.6rem;
	font-weight: 300;
	color: var(--first-color);
	margin-bottom: 2rem;
}
.dr-outer .content-with-button p {
	color: #333333;
	font-size: 1.6rem;
	line-height: 1.7;
	margin-bottom: 1.5rem;
}
.dr-outer .dr-sign {
	font-family: SantoriniRegular;
	font-weight: 600;
	font-size: 20px;
	display: block;
	margin: 30px 0;
}

.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;
	margin-bottom: 0;
}
.dr-outer .dr-buttons {
	display: flex;
	justify-content: center;
	align-content: center;
	margin-top: 3rem;
}
.dr-outer .content-with-button {
	max-width: 1100px;
	margin: auto;
}
.dr-outer .content .dr-sign img {
	max-width: 230px;
}
.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;
	background: #fff;
}
.thumb-slide .dr-thumb-image {
	padding: 10px;
}
.cus_home_dr_slider::before {
	content: '';
	height: 8rem;
	width: 100%;
	background: #fff;
	position: absolute;
	left: 0;
}

.dr-outer .dr-buttons a:hover{
	color: #fff;
}
.dr-outer .dr-buttons a{
	position: relative;
	z-index: 1;
}
.dr-outer .dr-buttons .d-none {
	display: none;
}
.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;
}
.thumb-slide {
	z-index: 99;
}

/* Google Reviews */
.h-google-reviews {
	margin: 5rem 0;
}
.h-google-reviews .title {
	font-size: 5.2rem;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.h-google-reviews .content p {
	max-width: 510px;
	margin: auto;
	text-align: center;
	line-height: 1.4;
}
.h-google-reviews .content {
	margin-bottom: 3rem !important;
}
.h-google-reviews .ti-widget.ti-goog .ti-header {
	display: none !important;
}
.h-google-reviews .reviews {
	max-width: 1450px;
	margin: auto;
}
.h-google-reviews .ti-widget.ti-goog .ti-review-item > .ti-inner {
	filter: drop-shadow(0px 0px 10px #ccc);
}
.h-google-reviews .ti-widget.ti-goog .ti-review-item {
	padding: 20px 20px;
}

/* Home Surounding section  */

.home-surrounding-section{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #e6e1d2;
}
.home-surrounding-section .title{
	font-size: 5.2rem;
    margin-bottom: 15px;
    text-transform: capitalize;
	color: #3f493d;
}
.home-surrounding-section p {
    font-size: 1.8rem;
    color: #000;
}
/* Home Surounding section  */

/* Responsive start */
@media (min-width: 1025px){
	.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: 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;}
}
@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;}
}
@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 .signature-img .left-heading .title {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%;}

	.h-google-reviews .title {font-size: 5rem;}
}
@media (max-width: 1250px){
	.thumb-slide{bottom: -124px;}
}
@media (max-width: 1190px){
    .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: 24%;}
    .banner-bottom .signature-img img{max-width: 180px;}
    .banner-bottom .img-with-content {width: 40%;}
    .banner-bottom .img-content .title {font-size: 24px;}
	.banner-bottom .signature-img .left-heading .title {font-size: 16px;width: 150px;}
    .banner-bottom .last .content p {font-size: 17px;}
    .banner-bottom .last .auth-name {font-size: 20px;}
    .banner-bottom {padding-top: 110px;padding-bottom: 50px;}

	.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, .home-dr-section .content .read-more{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: 18px;}
	.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;}


	.big-play-icon {max-width: 60px;}

	.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: 16px;text-transform: uppercase;margin-bottom: 15px;}
	.dr-outer .inner .content h2 {font-size: 32px;margin-bottom: 10px;}
	.dr-outer .content-with-button p{margin-bottom: 10px;}
	.dr-outer .dr-buttons a{padding: 8px 16px;}
	.cus_home_dr_slider::before {display: none !important;}
	.cus_home_dr_slider {margin-top: 50px;overflow: visible !important;margin-bottom: 50px;}
	.thumb-slide .dr-thumb-image {max-width: 100px;}
	.thumb-slide {max-width: 200px;bottom: -50px;}	
	.dr-outer .inner .content {padding-bottom: 0px;}	
	.dr-outer .content-with-button .dr-sign img {max-width: 150px;}
	.dr-outer .dr-buttons {margin-top: 2rem;}
	.dr-outer .inner .dr-image img {position: absolute;bottom: 0;max-width: 290px;}
	.dr-outer .slick-track {display: flex;align-items: center;flex-wrap: wrap;padding-bottom: 80px;}

	.home-service-outer .service-item .absolute-content .title {font-size: 20px;}

	.h-google-reviews .title {font-size: 40px;}

}
@media (max-width: 1025px){
    .banner-slider video, .banner-slider img, .banner-slider iframe{height: 500px;}
	.home-service-outer .title {font-size: 25px;}
	.home-service-outer .service-item .absolute-content {width: 100%;padding: 0 5px;}

	.home-service-outer .slick-dots {display: block !important;margin-top: 20px;}
}
@media (max-width: 991px){
    .banner-slider video, .banner-slider img, .banner-slider iframe{height: 430px;}
    .banner-bottom .signature-img {width: 40%;}
    .banner-bottom .img-with-content{width: 60%;}
    .banner-bottom .last {width: 100%;margin-top: 40px;}

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

	.cus-insta-link a {padding: 15px 13px !important;font-size: 15px;}
	.dr-outer .inner .dr-image img {max-width: 260px;}
	.dr-outer .content-with-button p {font-size: 14px;}
	.dr-outer .inner .content {padding-left: 30px;}
	  .footer-logo {display: flex; justify-content: center;}
}
@media (max-width: 767px){
    .banner-slider video, .banner-slider img, .banner-slider iframe{height: 230px;}
    .banner-slider .content {position: static;background: var(--first-color);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: block;}
    .banner-bottom .last {width: 100%;margin-top: 20px;}
    .banner-bottom .img-content img {max-width: 80px;}
    .banner-bottom .img-content .title, .banner-bottom .signature-img .left-heading .title{font-size: 18px;}
    .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 {margin-top: 50px;}
	.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;}
	.exp-slider .slider-content {padding: 0 1rem;}
	
	.home-dr-section .content {margin-bottom: 2rem !important;}
	.dr-outer .inner .dr-image img {position: static;bottom: 0;max-width: auto;}
	.thumb-slide {max-width: 200px;bottom: 0;position: static !important;transform: translateX(0);padding-top: 20px;}
	.dr-outer .content-with-button p {font-size: 16px;}

	.home-gallery{grid-template-columns: 1fr;}
	.item-0 {grid-row: span 1;}
	.gallery-absolute-content{position: static;transform: unset;margin-bottom: 20px;}
	.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: 40px;}

/*	.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%;padding-left: 0;}
	.cus_home_dr_slider{margin-top: 50px;margin-bottom: 50px;overflow: hidden !important;}
	.dr-outer .inner .content h2 {font-size: 30px;}
	.dr-outer .content h4{line-height: 1.4;}
	.dr-outer .dr-buttons a img {margin-right: 15px;margin: auto;margin-bottom: 8px;}
	.dr-outer .slick-track {display: flex; align-items: flex-end !important;align-items: center;flex-wrap: wrap;padding-bottom: 0;}

	.banner-bottom .signature-img .left-heading .title {width: auto;}

	.h-google-reviews .title {font-size: 35px;}

	.home-service-outer {margin-top: 0;}
	.home-videos-row {margin-top: 40px;}
	.grecaptcha-badge {opacity: 0;visibility: hidden;}
	.home-videos-row .right {padding-bottom: 50px;}
	.h-google-reviews {margin-bottom: 20px;}

	
}

@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, .home-dr-section .content .read-more{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;}

	.dr-outer .dr-buttons a:last-child {margin-left: 0;}
	.dr-outer .dr-buttons a {margin-top: 10px;justify-content: center;}
	.dr-outer .dr-buttons {display: block;}
	.dr-outer .dr-buttons a img {margin: unset;margin-right: unset;margin-right: 10px;text-align: center;}

	.h-google-reviews .title {font-size: 30px;}

}