/* Home Banner */
.relative {
	position: relative;
}
/* .banner-slider img{
	display: block;
	width: 100%;
}
.banner-desktop-img img {
	object-fit: cover;
	object-position: top;
	height: 100%;
}
.banner-slider li {
	position: relative;
	margin: 0;
}
.banner-slider .button {
	display: inline-block;
	position: relative;
	z-index: 1;
	transition: .3s ease-in;
	line-height: 1.1;
	font-size: 1.8rem;
	background: var(--first-color);
	padding: 14px 30px;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 50px;
}
.banner-slider .button:hover{
	color: #fff;
	background: var(--secound-color);
}
.banner-slider .image {
	height: auto;
	overflow: hidden;
	border-radius: 50px;
}
.banner-logo img {
	max-width: 340px;
	margin: auto;
	margin-bottom: 20px;
}
.banner-slider .content .buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.banner-slider .image img {
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.banner-outer {
	width: 100%;
	clear: both;
	max-width: 1460px;
	margin: auto;
	padding: 0px;
	position: relative;
}
.banner-slider .content .title {
	font-weight: 700;
	color: #000;
	font-size: 5rem;
	line-height: 1;
	margin-bottom: 15px;
	letter-spacing: 0;
}
.banner-slider .content .sub-title {
	font-weight: 500;
	font-size: 18px;
	color: #000;
	line-height: normal;
	text-transform: none;
	letter-spacing: 0px;
}
.banner-slider .slick-next {
	right: 52px;
    z-index: 9;
}
.banner-slider .slick-prev {
	left: 20px;
	z-index: 9;
}
.banner-slider .slick-prev::before, .banner-slider .slick-next::before {
	content: '';
	background: #fff url(../image/slide-left-arrow.png);
	height: 50px;
	width: 50px;
	background-position: center center;
	background-size: 12px;
	display: inline-block;
	border-radius: 0px 10px 10px 0px;
	background-repeat: no-repeat;
	opacity: 1;
	box-shadow: none;
}
.banner-slider .slick-next::before {
	background: #fff url(../image/slide-right-image.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: center center;
	border-radius: 10px 0px 0px 10px;
}
.banner-video video {
    width: 100%;
    border-radius: 50px;
    height: 700px;
    object-fit: cover;
    display: block;
    background: #000;
}
.banner-video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color:rgba(255, 255, 255, 0.51);
    width: 100%;
    border-radius: 30px;
}

.banner-slider.slick-initialized.slick-slider {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: 9;
	text-align: center;
	bottom:20px
} */
.banner-slider{
    padding: 0px;
	border-radius: 30px !important;
    overflow: hidden;
}
.banner-slider img{
	display: block;
	width: 100%;
}
.banner-desktop-img img {
	object-fit: cover;
	object-position: top;
	height: 100%;
}
.banner-slider li {
	position: relative;
	margin: 0;
	max-height: 700px;
}
.banner-slider .button {
	display: inline-block;
	position: relative;
	z-index: 1;
	transition: .3s ease-in;
	line-height: 1.1;
	font-size: 1.8rem;
	background: var(--first-color);
	padding: 14px 30px;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 50px;
}
.banner-slider .button:hover{
	color: #fff;
	background: var(--secound-color);
}

.banner-slider .content {
	position: absolute;
    top: auto;
    left: 50%;
    z-index: 9;
    text-align: center;
    bottom: 5%;
    background-color: #ffffffc7;
    padding: 50px 20px;
    transform: translateX(-50%);
}
 
.banner-slider .image {
	height: auto;
	overflow: hidden;
	border-radius: 0px;
}
.banner-logo img {
	filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7479%) hue-rotate(71deg) brightness(101%) contrast(105%);
	max-width: 340px;
	margin: auto;
	margin-bottom: 20px;
}

.banner-slider .content .buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.banner-slider .image img {
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.banner-outer {
	width: 100%;
	clear: both;
	margin: auto;
	position:relative;
	max-width: 1460px;
	padding: 0 15px;
}
.banner-slider .content .title {
	font-weight: 700;
	color: #000;
	font-size: 5rem;
	line-height: 1;
	margin-bottom: 15px;
	letter-spacing: 0;
}
.banner-slider .content .sub-title {
	font-weight: 500;
	font-size: 18px;
	color: #000;
	line-height: normal;
	text-transform: none;
	letter-spacing: 0px;
}
.banner-slider .slick-next {
	right: 52px;
    z-index: 9;
}
.banner-slider .slick-prev {
	left: 20px;
	z-index: 9;
}


/* Banner Bottom */
.banner-bottom {
	padding-top: 6rem;
	overflow: visible !important;
}
.banner-bottom .overlay-img {
	position: absolute;
	top: 65%;
	left: -30%;
	opacity: .1;
	z-index: -1;
}


.banner-bottom .title {
	font-size: 3.6rem;
	line-height: 1.3;
}
.banner-bottom .title b {
	font-size: 2rem;
	text-transform: capitalize;
	line-height: inherit;
	font-weight: inherit;
	display: block;
}
.banner-bottom .title br {
	display: none;
}  
.banner-bottom p {
	line-height: 1.6;
}
.banner-bottom .left {
	width: 56%;
	padding-right: 2%;
}
.banner-bottom .right {
	width: 44%;
}


.why-us-slider-items {
	padding: 0 20px;
}
.why-us-slider-items > div {
	background: var(--secound-color);
	padding: 3rem 4rem;
	border-radius: 30px;
	transition: .3s linear;
}
/* .why-us-slider-items.slick-center > div {
	background: var(--first-color);
} */
.why-us-slider-items {
	padding: 0 10px;
}
.why-us-slider-items .icon img {
	min-height: 84px;
	object-fit: contain;
}
.why-us-slider-items .title {
	color: #fff;
	font-weight: 500;
	line-height: normal;
	font-size: 2.4rem;
	margin-top: 2.3rem;
	margin-bottom: 2rem !important;
	min-height: 60px;
}
.why-us-slider-items .content {
	font-size: 16px;
	color: #fff;
}
.why-us-slider-items-outer .slick-arrow, .home-testimonial-slider .slick-arrow {
	position: absolute;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
	background: transparent;
	border: 0;
	z-index: 99;
	padding: 0;
	cursor: pointer;
}
.why-us-slider-items-outer .slick-arrow svg path, .home-testimonial-slider .slick-arrow svg path {
	fill: #000;
}
.why-us-slider-items-outer .slick-arrow.next-arrow, .home-testimonial-slider .slick-arrow.next-arrow{
	right: -30px;
	left: auto;
}
.why-us-slider-items-outer {
	margin-top: 4rem;
}
.why-us-outer {
	margin-top: 5rem;
}
.why-us-slider-items-outer .slick-dots li button {
	height: 17px;
	width: 17px;
	background: transparent !important;
	border-radius: 50%;
	transition: 300ms ease;
	border: 1px solid var(--first-color);
}
.why-us-slider-items-outer .slick-dots li{
	height: auto;
	width: auto;
}
.why-us-slider-items-outer .slick-dots li.slick-active button {
	height: 17px;
	width: 38px;
	border-radius: 8px;
	background: #474e5a;

}
.why-us-slider-items-outer .slick-dots li button::before{
	display: none;
}
.why-us-slider-items-outer .slick-dots {
	margin-top: 15px;
	position: relative;
	bottom: 0;
}

.about-top .title {
	font-size: 4.4rem;
	line-height: 1.1;
	margin-bottom: 0px;
	text-transform: capitalize;
}
.about-top .sub-title{
	font-size: 18px;
	text-transform: uppercase !important;
	letter-spacing: 0px;
	line-height: normal;
    margin-bottom: 10px;
	color: var(--first-color);
	font-weight: 500;
}

.patient-treat {
    background: var(--secound-color);
    padding-bottom: 50px;
}
.patient-treat .title b {
    color: #fff;
}
.patient-treat .title {
    color: #fff;
}
.patient-treat p {
    color: #fff;
}
.patient-treat .sec_btn .vc_btn3 {
    background: transparent !important;
    color: #fff !important;
    margin-left: 10px;
	border: 1px solid #fff !important;
}
.patient-treat .sec_btn .vc_btn3:hover{
	color: var(--secound-color) !important;
	border-color: #fff !important;
	background: #fff !important;
}
.patient-treat .main_btn .vc_btn3:hover{
	border: 1px solid #fff !important;
}
.patient-treat .main_btn .vc_btn3{
	color: var(--first-color) !important;
	background: #fff !important;
	transition: 0.3s ease-in-out;
	border: 1px solid #fff !important;
}
/* Home Team Section */
.home-team-sec {
	/* margin-top: 50px; */
	padding: 5rem 0;
	/* background: linear-gradient(to bottom, #4f8edd, #5d99e4, #6fa6ec, #77adf0); */
	background: #fff;
}
.home-team-sec .title {
	font-size: 4.4rem;
    font-weight: 600;
    margin: 0;
}
.home-team-sec .top-title {
    position: relative;
    padding-bottom: 70px;
}
.home-team-sec .top-title::after {
    position: absolute;
    content: "";
    width: 282px;
    bottom: 0px;
    left: 50%;
    margin-left: -141px;
    height: 67px;
    background: url(https://www.millwoodsdentalchoice.ca/wp-content/uploads/2024/12/water_mark.png) no-repeat bottom center;
    background-size: 100px;
}
.home-team-outer .inner{
	padding: 0px 15px;
}
.home-team-sec .sub_title {
	font-size: 18px;
	color: #000000;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 2rem;
	text-transform: uppercase;
}
.home-team-sec .content p {
	color: #000000;
	max-width: 770px;
	margin: auto;
	margin-bottom: 40px !important;
	font-weight: 400;
}
.btn-center .wpb_wrapper {
	display: flex;
	justify-content: center;
	margin-top: 35px;
	gap: 20px;
}

@media (max-width:1200px){
	.home-team-outer .image{
		height: auto !important;
		width: auto !important;
	}
	.home-team-outer{
		max-width: 100% !important;
	}
	.home-team-outer a {
        padding: 0rem 0rem !important;
    }
	.home-team-outer .slick-arrow {
        z-index: 99;
        transform: scale(0.8);
    }
}

/* Home Team Section */
.home-team-outer .slick-dots {
	position: relative;
	margin-top: 10px;
	bottom: 0;
}
.home-team-outer a {
	display: inline-block;
	position: relative;
	padding: 3rem 0rem;
	border-radius: 30px;
	position: relative;
	width: 100%;
}
.home-team-outer a img{
	transition: all ease-in-out 0.2s;
}
.home-team-outer a:hover img{
	transform: scale(1.1);
}

.home-team-outer .image {
	text-align: center;
	position: relative;
	margin: auto;
	display: block;
	overflow: hidden;
	z-index: 9;
}
.home-team-outer .image img {
	margin: auto;
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
.home-team-outer .title {
	font-size: 2.4rem;
	color: #000;
	text-align: center;
	font-weight: 700;
	margin-top: 1rem;
	z-index: 9;
  	position: relative;
}
.home-team-outer .sub-title {
	font-size: 1.8rem;
	color: #757575;
	text-align: center;
	font-weight: 500;
	margin-top: 8px;
	text-transform: uppercase;
	z-index: 9;
  	position: relative;
}
.cts-home-team-slider .top-title {
	font-size: 5rem;
    font-weight: 600;
    margin: 0;
    position: relative;
	padding-bottom: 70px;
}
.cts-home-team-slider .top-title::after {
    position: absolute;
    content: "";
    width: 282px;
    bottom: 0px;
    left: 50%;
    margin-left: -141px;
    height: 67px;
    background: url(https://www.millwoodsdentalchoice.ca/wp-content/uploads/2024/12/water_mark.png) no-repeat bottom center;
    background-size: 100px;
}
.cts-home-team-slider .team-item {
	padding: 0 15px;
}
.home-team-outer .description {
	color: #000;
	font-size: 16px;
	margin: 10px 0;
	z-index: 9;
  	position: relative;
}
.home-team-outer .team-item .inner {
	text-align: center;
}
.home-team-outer .read-more-btn button {
	background: var(--secound-color);
	color: #fff;
	line-height: normal;
	border: 0;
	border-radius: 30px;
	font-size: 14px;
	padding: 9px 20px;
	font-weight: 500;
	text-transform: uppercase;
	pointer-events: none;
	z-index: 9;
  	position: relative;
}
@keyframes white_shadow {
	50% {
	  box-shadow:0 0 0 0 rgba(255,255,255,.1),0 0 0 6px rgba(255,255,255,.1),0 0 0 10px rgba(255,255,255,.1);
	  transition:.3s all
	}
	50% {
	  transition:.5s all;
	  box-shadow:0 0 0 24px rgba(255,255,255,.1),0 0 0 8px rgba(255,255,255,.1),0 0 0 16px rgba(255,255,255,.1)
	}
  }

  .home-team-outer .slick-arrow {
	height: 50px;
	width: 50px;
	background: #276ac0 !important;
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: .3s linear;
	opacity: 1 !important;
	  z-index: 5;
}
.home-team-outer .slick-arrow:hover {
	background: var(--secound-color ) !important;
}
.home-team-outer .slick-arrow::before {
	content: '';
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 9px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	margin-right: -9px;
}
.home-team-outer .slick-arrow.slick-next::before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-left: -9px;
	margin-right: unset;
}
.home-team-outer .slick-arrow.slick-prev {
	left: -4%;
}
.home-team-outer .slick-arrow.slick-next {
	right: -4%;
}


/* Home service */

.h-service {
	padding-top: 5rem;
	padding-bottom: 5rem;
	margin-top: 5rem;
	background: #f1f4fa;
}
.h-service .title {
	font-size: 4.4rem;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-weight: 700;
}
.h-service .top_content {
	max-width: 770px;
	margin: auto;
	margin-bottom: 40px !important;
	text-align: center;
}
.h-service .top_content p {
	font-size: 16px;
	margin-bottom: 10px;
}
.h-service .top_content a {
	font-weight: 500;
	font-size: 1.8rem;
	text-decoration: underline;
	display: block;
}
.home-services {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4rem;
}
.home-services > .service-link {
	width: calc(33.333% - 4rem);
	color: #000;
	background: #fff;
	min-height: 290px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	box-shadow: 0 0px 10px 1px #ccc;
	transition: none;
}
.home-services > .service-link:hover {
	background: var(--secound-color);
	box-shadow: none;
}
.home-services > .service-link:hover .service-title {
	color: #fff;
}
.home-services > .service-link:hover .short-dis p{
	color: #fff;
}
.home-services > .service-link:hover img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(110deg) brightness(113%) contrast(101%);
}
.home-services .service-content {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.home-services .service-title {
	font-size: 2.4rem;
	line-height: normal;
	text-align: center;
	color: #000;
	text-transform: capitalize;
	font-weight: 500;
}
.home-services .icon img {
	margin: auto;
	display: block;
	transition: none;
	filter: invert(53%) sepia(64%) saturate(2042%) hue-rotate(192deg) brightness(93%) contrast(85%);
}
.home-services .short-dis p {
	font-size: 14px;
	/* display: none; */
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
/* Home Services */

.banner-bottom.patient-treat .left {
	padding-right: 0;
	padding-left: 2%;
}
.banner-bottom.patient-treat .right img {
	filter: drop-shadow(0px 2px 7px rgba(0,0,0,.3));
	padding-bottom: 10px;
}

.bottom-wel-sec {
	padding-top: 15rem;
	padding-bottom: 15rem;
	background-attachment: scroll;
	margin-top: 5rem;
	box-shadow: 0 0 20px 1px #878787;
	border-radius: 30px;
	overflow: hidden;
}
.bottom-wel-sec .title {
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	letter-spacing: 3px;
	font-size: 5rem;
	line-height: 1;
	margin-top: 20px;
}
.bottom-wel-sec .title b {
	font-size: 2.6rem;
	font-weight: initial;
}
.bottom-wel-sec .main_btn .vc_btn3 {
	background: #fff !important;
	width: 60px !important;
	height: 60px !important;
	border: 2px solid #fff !important;
	justify-content: center;
	align-items: center;
	border-radius: 50% !important;
	transition: .1s ease-in-out;
	animation: 2s linear infinite white_shadow;
	display: flex !important;
	padding: 0 !important;
	margin: auto;
}
.bottom-wel-sec .main_btn .vc_btn3::after {
	height: 30px;
	width: 30px;
	border: 0px solid #fff;
	content: '';
	display: inline-block;
	z-index: 9;
	position: relative;
	background: #000;
	clip-path: polygon(0 0,80% 48%,0 100%,0% 100%);
	margin-left: 15px;
	transition: 1s ease-in-out;
}



.masonry-gallery {
	display:grid;
	grid-gap:2px;
	grid-template-columns:repeat(4,1fr);
	margin:0;
	padding: 0;
}
.masonry-gallery img {
	height:100%;
	object-fit:cover;
	object-position: left center;
}
.masonry-gallery .tall {
	grid-row:span 2;
	max-height:unset
}
.masonry-gallery .wide {
	grid-column:span 2
}
.masonry-gallery img {
	width:100%
}
.masonry-gallery li {
	list-style:none;
	max-height:315px;
	margin-bottom:0
}
.masonry-gallery .tall img {
	object-position: 20% center;
}
.home-appointment .title {
	font-size: 4.4rem;
	font-weight: 700;
	margin-bottom: 4rem;
	text-transform: capitalize;
	line-height: 1.1;
	color: #fff;
}
.home-appointment .title br {
	display: none;
}
.home-appointment {
	margin-top: 5rem;
	padding-top: 5rem;
	padding-bottom: 5rem;
	background: var(--secound-color);
}
.home-appointment .title b {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 2rem;
	display: block;
	margin-top: 15px;
}
.default-form.home-form input:not([type="radio"], [type="submit"]), .default-form.home-form select{
	background: transparent;
	color: #fff;
	border-color: #fff;
}
.default-form.home-form input::placeholder, .default-form.home-form textarea::placeholder {
	color: #fff;
}
.default-form.home-form textarea {
	color: #fff;
	border-color: #fff;
  	background: transparent;
}
.default-form.home-form input[type="submit"] {
	background: #fff;
	letter-spacing: 0px;
	border-radius: 30px;
	font-weight: 600;
	color: var(--secound-color);
}
.default-form.home-form input[type="submit"]:hover {
	background: #3fb2eb;
	color: #fff;
}
.default-form.home-form .radio-main .wpcf7-list-item-label {
	color: #fff;
	background: #3fb2eb;
}
.default-form.home-form .radio-main input:checked + .wpcf7-list-item-label {
	background: #447dc5;
}

.home-testimonial-outer .main-title {
	font-size: 4.4rem;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
}
.home-testimonial-outer .top-content p {
	font-size: 2rem;
	text-align: center;
	text-transform: uppercase;
}
.home-testimonial-outer .inner {
	margin: 0;
	padding: 3rem 2rem;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 6px 1px #ccc;
	border-radius: 30px;
	position: relative;
}
.home-testimonial-outer li {
	padding: 20px 20px;
	padding-top: 3rem;
}
.home-testimonial-slider {
	margin: 0;
	padding: 0;
}
.home-testimonial-outer .top-content {
	margin-bottom: 4rem;
}
.home-testimonial-outer .inner p {
	font-size: 16px;
	color: var(--secound-color);
}
.home-testimonial-outer .content {
	margin-top: 10px;
}
.home-testimonial-outer .quote-design {
	position: absolute;
	top: -20px;
	left: -5%;
	color: #fff;
	background: var(--first-color);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	height: 5rem;
	width: 5rem;
	white-space: nowrap;
	font-size: 5rem;
}
.home-testimonial-outer .quote-design .inner-q {
	font-size: 5rem;
	color: #fff;
	display: flex;
	align-items: center;
	position: absolute;
	top: 16px;
}
.home-testimonial-outer .main-title span {
	display: inline-block;
}
.home-testimonial-outer .main-title span::after {
	content: '';
	background: url(../image/google-icon.png);
	height: 40px;
	width: 50px;
	display: inline-block;
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 5px;
}
.home-testimonial-outer .main-title span::before {
	content: '';
	background: url(../image/rating.png);
	height: 32px;
	width: 100px;
	display: inline-block;
	background-size: 90px;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
}





/* Responsive */
@media (min-width:1921px) {
	.masonry-gallery li {
	  max-height:unset
	}
	
}
@media (max-width:1480px) {
	.banner-bottom .overlay-img {
		left: -18%;
	}
	
}
@media (max-width: 1366px) {
	.banner-bottom .overlay-img {top: 67%;left: -40px;max-width: 50%;}
	
}
@media (max-width: 1200px) {
	.why-us-slider-items-outer {max-width: 90%;margin: auto;float: none !important;margin-top: 3rem;}
	.home-team-outer a {padding: 3rem 3rem;}
	.home-testimonial-slider {
		margin: 0;
		padding: 0;
		max-width: 90%;
		margin: auto;
	}
}

@media (max-width: 1190px){
	.banner-slider .content .title {font-size: 3rem;margin-bottom: 15px;}
	.banner-slider .button {padding: 14px 22px;}

	.banner-bottom {padding-top: 5rem;}

	.h-service {padding-top: 5rem;padding-bottom: 5rem;}
	.h-service .title{font-size: 3rem;}
	.home-team-sec .sub_title, .our-clinic .sub-title{font-size: 2rem;}
	.home-services > .service-link {padding-top: 3rem;padding-bottom: 3rem;}

	.home-appointment .title {font-size: 4rem;}

	.bottom-wel-sec .title {font-size: 4rem;line-height: 1;}
	.bottom-wel-sec .title b {font-size: 20px;}
	.bottom-wel-sec {
		padding-top: 10rem;
		padding-bottom: 10rem;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.home-appointment .title {
		font-size: 3rem;
	}
	.home-appointment .title b {
		font-size: 18px;
	}
	.instagram-section .insta-title, .banner-bottom .title, .about-top .title, .home-team-sec .title, .home-testimonial-outer .main-title {
		font-size: 30px;
	}
	
	.banner-outer {
		padding: 0 15px;
		margin-top: 10px;
	}
	.about-top .sub-title, .home-team-sec .sub_title, .home-testimonial-outer .top-content p {
		font-size: 16px;
	}
	.home-testimonial-outer .main-title span::before {
		height: 22px;
		width: 90px;
		background-size: 84px;
	}
	.home-testimonial-outer .main-title span::after {
		height: 31px;
		width: 47px;
		display: inline-block;
		background-size: 30px;
	}
	.banner-bottom .overlay-img {
		top: 67%;
  left: 0px;
	}
	.masonry-gallery .tall img {
		object-position: 20% center;
	}
}

@media (max-width: 1025px){
	.banner-slider .button {padding: 10px 22px;}

	.home-services .service-title {font-size: 20px;}
	.banner-slider .image {height: auto;border-radius: 30px;}
	.banner-slider .content .sub-title {font-size: 14px;margin-bottom: 15px;}

	.banner-logo img {
		max-width: 250px;
	}
}

@media (max-width: 992px) {
	.banner-bottom p {font-size: 16px;}

	.home-services > .service-link {width: calc(50% - 2rem);}

	.masonry-gallery li {max-height:170px}
	.default-form.cus-row.home-form {
		margin: 0;
	}
}
@media (max-width: 767px){
	.banner-logo img {filter: none;}
	
	.banner-slider .button {color: var(--third-color);background: var(--secound-color);}
	.banner-slider .content {margin: 0;height: 280px;background:#f1f4fa;;display: flex;flex-wrap: wrap;justify-content: center;text-align: center;align-items: center;max-width: 100%;flex-direction: column;position: static;transform: translateX(0%);padding: 20px;border: 0;box-shadow: none;max-width: 100%;margin-left: 0;text-align: center;}
	.banner-slider .image {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	.banner-slider .button::before{background: #fff;}
	.banner-slider .button {color: #fff;background: #000;}
	.banner-slider .button:hover {color: #fff;background: var(--secound-color);}
	.banner-slider .cus-row {flex-direction: column-reverse;margin: 0;}
	.banner-slider .slick-arrow {top: 25%;right: 42px;}
	.banner-slider .slick-prev{left: 20px;}
	.banner-slider .content .title {font-size: 2.5rem;margin-bottom: 15px;line-height: normal;color: #000;}
	.banner-slider .content .sub-title {font-size: 16px;color: #000;}
	.banner-slider .button {padding: 12px 30px;font-size: 14px;border-radius: 10px;}
	.banner-slider .slick-prev::before, .banner-slider .slick-next::before {height: 40px;width: 40px;}
	.banner-outer{padding: 0px !important;border-radius: 0px !important;}
	.banner-outer .banner-slider {position: static !important;padding: 0px !important;justify-content: center;width: 100%;transform: unset !important;}
	.banner-outer .banner-slider .content {max-width: 100%;margin-left: auto;text-align: center;padding-bottom: 20px;
		/* border-radius: 0 0 20px 20px; */
	}
	.banner-video video{height: auto !important;border-radius: 0px !important}
    .banner-video::after {display: none;}
    .home-team-sec .title {font-size: 25px;margin-bottom: 10px;line-height: normal;}

	.home-services > .service-link {width: 100%; min-height: auto;}

	.top-image.wpb_content_element {margin-bottom: 20px !important;}

	.home-appointment .title {margin-bottom: 2rem;line-height: normal;}

	.banner-slider li {width: 100% !important;}
	.banner-slider .slick-list {width: 100%;}
	.banner-slider .slick-list .slick-track {margin: 0;width: 100% !important;}

	.bottom-wel-sec {padding-top: 5rem;padding-bottom: 5rem;background-attachment: scroll;}
	.bottom-wel-sec .title {line-height: 1;font-size: 3rem;}
	.bottom-wel-sec .title b {font-size: 18px;font-weight: initial;line-height: 1.1;}
	.default-form .submit-button {
		position: relative;
		margin-bottom: 0 !important;
	}

	.about-top .sub-title{margin-bottom: 10px;}
	.about-top .title{font-size: 27px;margin-bottom: 10px;}

	.why-us-slider-items .title {margin-bottom: 20px;font-size: 20px;margin-top: 20px;min-height: auto !important;}
	.why-us-slider-items .icon img {max-width: 70px;min-height: auto;}
	.why-us-slider-items {padding: 0 30px;}
	.why-us-slider-items-outer .slick-arrow{left: -5px;}
	.why-us-slider-items-outer .slick-arrow.next-arrow {right: -5px;}
	.why-us-slider-items-outer .slick-dotted.slick-slider {margin-bottom: 0;}
	.banner-bottom{
		flex-direction: column-reverse;
	}
	.banner-bottom .left {
		width: 100%;
		padding-right: 0;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.banner-bottom.patient-treat .left {
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 0;
		padding-top: 20px;
	}
	.banner-bottom .right {
		width: 100%;
	}
	.why-us-slider-items > div {
		padding: 2rem 2rem;
  		border-radius: 20px;
	}
	.why-us-slider-items-outer {
		max-width: 95%;
	}
	.banner-bottom .title br {
		display: none;
	}
	.why-us-slider-items .content {
		font-size: 14px;
	}
	.btn-center .wpb_wrappers {
		margin-top: 30px;
  		gap: 10px;
	}
	.home-team-outer .slick-arrow {
		z-index: 99;
	}
	.home-testimonial-outer .quote-design {
		top: -20px;
		left: -20px;
	}
	.patient-treat {
        display: flex !important;
        flex-direction: column;
    }
	.patient-treat .sec_btn .vc_btn3{
		margin-left: 0px !important;
	}
}

@media (max-width: 520px){
	.home-team-outer.slick-slider{text-align: center;}
	.banner-bottom .title {font-size: 26px;}
	.btn-center .wpb_wrapper {
		flex-wrap: wrap;
		gap: 10px;
		margin-top: 25px;
	}
}	