/* Home Banner */
.container{
    max-width: 1580px !important;

}
.banner-video-outer {
	position: relative;
}
.banner-video-outer video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: center;
}
.banner-video-outer::after {
	content: "";
	background: #000;
	opacity: .4;
	height: 100vh;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.banner-video-outer .content {
	z-index: 999;
}
.vc_column-inner {
	padding-top: 0 !important;
}


.banner-slider {
	margin: 0;
	padding: 0;
	list-style: none;
}
.banner-slider img{
	display: block;
	width: 100%;
	/* transform: scale(1);
	transition: all 1.25s ease; */
}
.banner-desktop-img  img:hover{
	transform: scale(1.1); 
}
.banner-desktop-img img {
	object-fit: cover;
	object-position: top;
	transform: scale(1);
	transition: all 1.25s ease;
}
.banner-desktop-img {
	object-fit: cover;
}
.banner-slider li {
	position: relative;
	margin: 0;
}
.banner-slider .image-column {
	display: none;
}
.banner-slider .content {
	position: absolute;
	top: auto;
	bottom: 6%;
	text-align: center;
	border: none;
	padding: 0;
	box-shadow: none;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	height: auto;
	max-width: 1000px;
	padding: 20px;
	opacity: 0.800;
    width: 638px;
    border-radius: 30px;
    background-color: #566b5e;
    border: 0px solid #000000;
}
.banner-slider .button {
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0;
	padding: 15px 30px;
	display: inline-block;
	line-height: normal;
	word-spacing: normal;
	font-weight: 700;
	font-size: 16px;
	background: transparent;
	position: relative;
	z-index: 1;
	transition: .3s ease-in;
	border-radius: 50px;
	border: 2px solid #fff;
	letter-spacing: 1px;
}
.banner-slider .button:hover{
	color: var(--first-color);
	background-color: #fff;
}
.banner-slider .button:hover::before {
	top: 0;
	left: 0;
	border-radius: 5px;
	width: 100%;
	height: 100%;
}
.banner-slider .content .title {
	font-size: 44px;
	line-height: 54px;
	font-weight: 700;
	color: #fff;
	margin: 0px;
	/* line-height: normal;
	letter-spacing: 1px; */
	height: auto;
	/* text-shadow: #000 0.1px 0px 2px; */
}
.banner-slider .content .sub-title {
	font-weight: 400;
	font-size: 24px;
    line-height: 28px;
	padding: 20px 0px;
	color: #fff;
	/* letter-spacing: 1px; */
	/* text-shadow: #000 0.1px 0px 2px; */
	text-transform: uppercase;
}
.banner-slider .slick-prev,
.banner-slider .slick-next{
	display: none !important;
}

.banner-slider .slick-next {
	right: 40px;
    z-index: 9;
}
.banner-slider .slick-prev {
	left: 30px;
    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: 50%;
	background-repeat: no-repeat;
	opacity: 1;
	box-shadow: 0 0px 7px 1px rgba(0,0,0,.5);
}
.banner-slider .slick-next::before {
	background: #fff url(../image/slide-right-image.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: center center;
}

.radio-main .wpcf7-list-item-label{
	/* border: none !important; */
	border: 1px solid transparent !important;
	font-weight: 400;
	color: var(--white);
	/* border-radius: 10px; */
	background: var(--white);
	height: 5.5rem !important;
}
.radio-main .wpcf7-list-item.first .wpcf7-list-item-label{
	border-radius: 5px 0px 0px 5px;
}
.radio-main .wpcf7-list-item.last .wpcf7-list-item-label{
	border-radius: 0 5px 5px 0;
}
.main_btn.main_btn-last{
	margin-left: 15px;
}
.default-form.home-form input:not([type="radio"], [type="submit"]), .default-form.home-form select{
	font-size: 14px;
  	color: #000;
    padding-left: 0px;
	border: 1px solid var(--white);
    background: var(--white);
	padding-left: 20px;
	/* border: 0; */
	/* border-bottom: 1px solid var(--third-color); */
	border-radius: 6px;
	height: 5.5rem;
	font-family: "Source Serif 4";
}
.home-form input::placeholder, .default-form.home-form textarea, .default-form.home-form textarea::placeholder{
	font-size: 14px;
}
.default-form.home-form textarea{
	/* border: 0; */
	border: 1px solid var(--white);
	height: 8rem;
	padding: 0;
	background: var(--white);
	padding-left: 20px;
	border-radius: 5px;
	padding-top: 10px;
}
.default-form.home-form {
	margin: 0;
	padding: 3rem;
}
.default-form.home-form .submit-button {
	text-align: center;
}
.default-form.home-form input[type="submit"]{
	padding: 1.3rem 4rem 1.5rem;
	background: var(--secound-color);
    border-radius: 50px 50px;
}
.default-form.home-form input[type="submit"]:hover {
	background: var(--white);
    color: var(--first-color);
}
/* Home Services */
/* .home-services{
	margin-top: 80px !important;
} */
.home-services .slick-prev.slick-disabled:before,
.home-services .slick-next.slick-disabled:before{
	opacity: 1;
}

.home-services .slick-dots li button {
	height: 15px !important;
	width: 15px !important;
}
.home-services .slick-dots li button{
	background: var(--first-color) !important;
    opacity: .7;
}
.home-services .slick-dots li.slick-active button {
	opacity: 1 !important;
}
.home-services .slick-dots li {
	height: 15px;
	width: 15px;
	margin: 0 5px;
}
.home-services .slick-dots {
	margin-top: 0;
	margin-bottom: 2rem !important;
}
.home-services .service_item {
	text-align: center;
	background: transparent;
	padding: 3rem 10px;
	transition: .3s linear;
	min-height: 176px;
	border: 2px solid #c4a986;
}
.home-services .service_item::before{
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	border: 4px solid #00719e;
	top: -4px;
	left: -4px;
	border-top: none;
	border-left: none;
	border-bottom-right-radius: 50px;
}
.home-services .service_item::after{
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	border: 4px solid #00719e;
	top: -4px;
	right: -4px;
	border-top: none;
	border-right: none;
	border-bottom-left-radius: 50px;
}
.home-services .service_item > div::before{
	content: "";
	display: block;
	z-index: 2;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: -4px;
	left: -4px;
	border: 4px solid #00719e;
	border-bottom: none;
	border-left: none;
	border-top-right-radius: 50px;
}
.home-services .service_item > div::after{
	content: "";
	display: block;
	z-index: 2;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: -4px;
	right: -4px;
	border: 4px solid #00719e;
	border-bottom: none;
	border-right: none;
	border-top-left-radius: 50px;
}
.home-services .service_item:hover {
	background: #c4a986;
	min-height: 176px;
}
.home-services .service_item:hover .service-title{
	color: #fff;
}
.home-services .service_item img {
	display: block;
	transition: .3s linear;
}
.h-service {
	padding-top: 5rem;
}
.home-services .service-title {
	font-weight: 400;
	font-size: 24px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px !important;
	line-height: 1.1;
	transition: .3s linear;
	color: #2D3A31;
}
.home-services .service_item .icon {
	width: 120px;
	display: flex;
	background: #2a3d31;
	border-radius: 50%;
	padding: 0px;
	margin-top: -8rem;
	height: 120px;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 15px;
	transition: .3s linear;
}
.service_item button {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	background: var(--first-color);
	text-transform: uppercase;
	padding: 15px 20px;
	border: 0;
	border-radius: 50px;
	cursor: pointer;
	transition: .3s linear;
	display: none;
}
.home-services .service_item:hover .button {
	background: var(--secound-color);
	color: var(--first-color);
}
.home-services .service_item:hover .icon {
	background: var(--secound-color);
	border: 1px solid var(--first-color);
}
.h-service .title {
	font-size: 4.6rem;
	line-height: 1.2;
	font-weight: 700;
	font-family: 'Source Serif 4';
}
.h-service .top-content p {
	font-size: 2rem;
}
.title.bottom-border {
	position: relative;
}
.h-service .our-team-h2::after {
	display: none !important;
}
.title.bottom-border::after {
	content: '';
	background-color: #8ac3cc;
	height: 3px;
	width: 6rem;
	display: block;
	margin: auto;
	margin-top: 2rem;
}

.home-services {
	z-index: 99;
	margin-top: 50px;
}
.home-services .service-link {
	padding: 0 10px;
	margin-top: 5rem;
	margin-bottom: 2rem;
}
.home-services .slick-arrow {
    box-shadow: none;
    background: transparent;
    top: 147px;
    width: auto;
}
.home-services .slick-arrow.slick-prev {
    left: -44px;
}
.home-services .slick-arrow:before {
    background-size: 30px;
    font-size: 30px;
    color: var(--first-color);
	opacity: 1;
	/* filter: brightness(0); */
}
/* .home-services .slick-prev:before {
    background: url("https://medianvwp.com/1yorkville/wp-content/uploads/2024/07/new-right.png") no-repeat center center;
}
.home-services .slick-arrow.slick-next {
    right: -44px;
}
.home-services .slick-next:before {
    background: url("https://medianvwp.com/1yorkville/wp-content/uploads/2024/07/new-left.png") no-repeat center center;
} */


/* Home Our Promotions */
.col-border > div >div{
	/* border: 3px solid var(--secound-color); */
    border-radius: 10px;
    padding: 30px 0px;
	height: 100%;
	/* background-image: linear-gradient(90deg, #f5e9c5 0%, #ddcc9a 100%); */
}
 /* .col-border > div >div{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #435249;
	mask: radial-gradient(20px at 40px 40px, transparent 98%, black) -40px -40px;
} */
.col-border > div >div p{
	padding: 0px 10px;
	color: #FFF7E1;
}

@keyframes animationgradienttitle {
	0% {
		background-position: 0 1600px;
   }
	100% {
		background-position: 1600px 0;
   }
}
.our-promo .our-promo-h2::after{
	margin-top: 5rem;
    margin-bottom: 5rem;
}
.fix-buttons .first{
	background: var(--secound-color);
	border-color: #fff7e1 !important;
	color: #2a3d31;
}
.fix-buttons .first:hover{
	border: 2px solid var(--white) !important;
}
.fix-buttons .custom-btn-new{
	background: transparent !important;
	border: 2px solid var(--white) !important;
	color: var(--white) !important;
}
.fix-buttons .custom-btn-new:hover{
	background: var(--secound-color) !important;
	border: 2px solid var(--secound-color) !important;
	
}
/* .our-promo .col-2-promo, 
.our-promo .col-4-promo{
	margin-top: 50px;
} */
.our-promo h3{
	font-size: 67px;
    line-height: 19px;
    color: #FFF7E1;
    font-weight: 900;
	margin: 30px 0px !important;
}
.our-promo h3 span{
	font-size: 25px;
    color: #FFF7E1;
    font-weight: 500;
}
.our-promo h4{
	background: #FFF7E1;
    width: 100%;
    font-size: 26px;
    line-height: 19px;
    color: #2D3A31;
    font-weight: 500;
    padding: 20px 0px;
}
.our-promo .on{
	font-size: 56px;
    line-height: 68px;
    color: #FFF7E1;
    font-weight: 400;
	margin-top: 50px;
    margin-bottom: 50px !important;
}
.our-promo .pricing-last-p{
	font-size: 18px;
	line-height: 23px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.our-promo .zoom{
	font-size: 22px;
    line-height: 28px;
	margin-top: 40px;
    margin-bottom: 30px !important;
}	
.our-promo .transform{
	font-size: 32px;
    line-height: 44px;
	margin-top: 40px;
    margin-bottom: 30px !important;
}
.our-promo .sec-50{
	font-size: 56px;
	line-height: 50px;
}
.our-promo .sec-50 span{
	font-size: 30px;
}

/* Home Team Section */
.new-our-promo-h2{
	color: #FFF7E1 !important;
}
.our-team-h2{
	font-size: 46px;
	line-height: 19px;
	color: var(--white);
	font-weight: 500;
	font-family: "Source Serif 4";
}
.our-team-tab{
	margin-top: 6rem;
}
.our-team-service-h2{color: var(--first-color) !important;}
.our-team-h2::after {
    content: '';
    background-color: var(--secound-color);
    height: 8px;
    width: 8rem;
    display: none;
    margin: auto;
    margin-top: 3rem;
}
.home-team-sec{
	margin-top: 50px;

}
.home-team-sec .title {
	font-size: 4rem;
	line-height: 1;
	
}
.home-team-sec .title b {
	font-weight: inherit;
}
.home-team-sec .sub_title {
	font-size: 2.8rem;
	color: var(--first-color);
	line-height: 1;
	font-weight: 400;
	margin-bottom: 4rem;
}

/* Home tab gallery */

.home-gallery-tabs-heading{
	background-color: #233d5a;
	padding: 40px 15px;
}
.home-gallery-tabs-heading h2{
	font-size: 51px;
	line-height: 51px;
	color: #ffffff;
	font-weight: 700;
	margin: 0;
}
.gallery-tabs{
/*	margin-top: 5rem;*/
}
.gallery-tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.gallery-tabs .left,
.gallery-tabs .right{
	padding: 0;
}
.gallery-tabs img {
	width: 100%;
	height: 100%;
  	object-fit: cover;
}
.gallery-tabs .left ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	height: 100%;
}
.gallery-tabs ul li {
	background: #1d8da1;
	margin: 0;
}
.gallery-tabs ul li a {
	display: block;
	height: 100%;
}
.gallery-tabs ul li img {
	opacity: .4;
}
.gallery-tabs ul li.active img {
	opacity: 1;
}
/* Home slider gallery */
.home-slider-gallery {
	padding: 0;
}
.home-slider-gallery li{
	margin: 0;
	padding: 0;
}
.home-slider-gallery .slick-prev {
	left: 30px;
	z-index: 9;
}
.home-slider-gallery .slick-next {
	right: 40px;
	z-index: 9;
}
.home-slider-gallery .slick-prev::before, .home-slider-gallery .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: 50%;
	background-repeat: no-repeat;
	opacity: 1;
	box-shadow: 0 0px 7px 1px rgba(0,0,0,.5);
}
.home-slider-gallery .slick-next::before {
	background: #fff url(../image/slide-right-image.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: center center;
}


/* Home Review Section */
.home-review-slider .slick-dotted.slick-slider {
	margin: 0;
}
.home-review-slider .items {
	text-align: center;
	margin: 0 0px;
	padding: 0 15px;
}
.home-review-slider .items > div {
	background: #fbfbfb;
	padding: 4rem 3rem !important;
	border: 2px solid var(--third-color);
}
.home-review-slider .auth-title {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0;
	position: relative;
	padding-left: 38px;
	width: auto;
	display: inline-block;
	margin-top: 15px;
}
.home-review-slider .content{
	margin-top: 15px;
}
.home-review-slider .auth-title::before {
	height: 30px;
	width: 30px;
	background: url(../image/google-icon.png);
	background-size: 30px;
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(0%);
}
.home-review-slider p{
	font-size: 1.5rem;
}
.home-review-slider .slick-dots{
	margin-top: 10px;
}
.dental-care-row {
	padding-top: 70px;
	padding-bottom: 0px;
}
.dental-care-row .title {
	font-size: 4.7rem;
	margin-bottom: 4rem;
}
.dental-care-row .inner-title {
	font-size: 2.4rem;
}
.dental-care-row  .dental-care-row-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
	border-top: 2px solid #dddddd;
	padding-top: 4rem;
}
.dental-care-row  .dental-care-row-inner::before, .dental-care-row-inner::after {
	display: none;
}
.dental-care-row .dental-care-row-inner > div {
	width: calc(33.3333% - 3rem);
}
.dental-care-row .dental-care-row-inner .vc_column-inner {
	padding: 0;
}
.dental-care-row .dental-care-row-inner .content p {
	font-size: 2rem;
}
body .dental-care-row {
	background-repeat: no-repeat !important;
  	background-size: 20% 70% !important;
  	background-position: center right !important;
}
/* get_started */
.get_started {
	background: #f6f4ea;
	padding-top: 5rem;
	padding-bottom: 4rem;
}
.get_started .title {
	font-size: 4.6rem;
    line-height: 1.2;
    font-weight: 700;
	margin-bottom: 3rem;
	text-transform: capitalize;
	color: var(--first-color);
	position: relative;
  	z-index: 9;
}
.get_started .absolute_img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: auto;
}
.get_started .absolute_img img {
	opacity: .2;
	max-width: 470px;
}
.get_started  *:not(.absolute_img) {
	z-index: 9;
	position: relative;
}
.get_started .radio-main input{
	position: absolute !important;
}
/* review section */
.home-page-review-h2{
	font-size: 46px;
	line-height: 17px;
	color: var(--first-color);
	font-weight: 500;
	font-family: 'Source Serif 4';
}
.home-page-review-h2::after{
    content: '';
    background-color: var(--first-color);
    height: 8px;
    width: 8rem;
    display: none;
    margin: auto;
    margin-top: 3rem;

}

/* Dr Section */
/* .home-dr-team {
	margin-top: 6rem;
} */
.home-dr-team .member_img * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-dr-team::before {
	content: "";
	background: var(--first-color);
	opacity: .6;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.home-dr-team .home-dr-team-overlay {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	width: 100%;
	padding: 0 15px;
}
.home-dr-team .title {
	font-size: 70px;
    line-height: 88px;
	color: #fff;
	/* line-height: 1.1; */
	font-weight: 500;
}
.main_btn.bg-hide .vc_btn3 {
	background: transparent !important;
	border-color: #fff !important;
}
.main_btn.bg-hide .vc_btn3:hover {
	background: #fff !important;
	border-color: var(--first-color ) !important;
	color: var(--first-color ) !important;
}
.home-dr-team .member_logo {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 99;
}

/* Video Section */
.home-video-section .title {
	font-size: 4.6rem;
	line-height: 1.2;
	font-weight: 700;
}
.home-video-section {
	margin-top: 5rem;
}
.home-video-section br {
	display: none;
}
.home-video-section .main-video {
	max-width: 800px;
	margin: auto;
	margin-top: 10px;
	box-shadow: 0 0 20px 2px #ccc;
}
.home-video-section .main-video a {
	position: relative;
	display: block;
}
.home-video-section .main-video a::after {
	content: '';
	height: 70px;
	width: 70px;
	background: url(../image/play-icon.png);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	z-index: 9;
	transition: .1s ease-in-out;
	animation: white_shadow 2s linear infinite;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
}

/* home form section */
#home-form-bg{
	padding: 120px 0px;
}
.home-form-req{
	background: #2D3A31;
    max-width: 990px;
    margin: 0 auto;
    border-radius: 20px;
	padding: 30px;
    /* opacity: 0.702; */
}
.home-form-req h2{
	font-size: 53px;
    line-height: 19px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
	margin-top: 20px;
    margin-bottom: 20px;
}

.home-team-outer{
	margin-top: 50px;
}
/* 
.home .footer-copyright-bar{
	margin-top: 0px !important;
} */

@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);
	}
}

/* Office Gallery */
.office-gallery {
	margin-top: 5rem;
}
.office-gallery .title {
	font-size: 4.6rem;
	line-height: 1.2;
	font-weight: 700;
}
.home-slider-gallery .item {
	padding: 0 10px;
}
.home-slider-gallery .item img {
	display: block;
	object-fit: cover;
	width: 100%;
}





/* Responsive */
@media (max-width:1366px){
	.home-services{
		padding: 0 30px;
	}
	.home-services .slick-arrow.slick-prev {
	    left: -5px;
	}
	.home-services .slick-arrow.slick-next {
	    right: -5px;
	}
}

@media (max-width: 1440px){
	.dental-care-row .dental-care-row-inner {padding-left: 15px;padding-right: 15px;}
}
@media(max-width: 1206px){
	.map-top .map-inner .col-6{
		width: 60%;
	}
}
@media (max-width: 1190px){
	.banner-slider .content .title {font-size: 4rem;margin-bottom: 15px;}
	.banner-slider .content .sub-title{font-size: 18px;margin-bottom: 15px;}
	.banner-slider .button {padding: 14px 22px;}

	.h-service .title, .home-video-section .title, .office-gallery .title {font-size: 3rem;}
	.home-team-sec .sub_title, .our-clinic .sub-title{font-size: 2rem;}

	.banner-slider .content {
		width: 90%;
	}
	.banner-desktop-img img {
		height: 540px;
	}

	.default-form.home-form {padding: 2rem 5px;}
	.home-services {margin-top: 5rem;}

	.dental-care-row .title {
		font-size: 3rem;
		margin-bottom: 3rem;
	}
	body .dental-care-row {
		background-repeat: no-repeat !important;
		background-size: contain !important;
		background-position: center right !important;
	}
	.dental-care-row .inner-title {
		font-size: 2rem;
		margin-bottom: 15px;
	}
	.dental-care-row .dental-care-row-inner .content p {
		font-size: 16px;
	}
	.dental-care-row .dental-care-row-inner {
		gap: 2rem;
		padding-top: 2rem;
	}
	.dental-care-row {
		padding-top: 50px;
	}
	.get_started .title {
		font-size: 40px;
		line-height: 45px;
	}
	.get_started .absolute_img img {
		max-width: 250px;
	}
	/* .get_started {
		margin-top: 3rem;
	} */
	.h-service .top-content p {
		font-size: 16px;
	}
	.home-dr-team .title {
		font-size: 5rem;
	}
}
@media (max-width: 1025px){
	.home-services .slick-dots {position: relative !important;bottom: 0 !important;}
	.banner-slider .button {padding: 10px 22px;}

	.banner-video-outer video {height: auto;display: block;}
	.banner-video-outer::after {display: none;}
	
}

@media (max-width: 992px){
	.gallery-tabs .left, .gallery-tabs .right, .default-form.home-form > div:not(:last-child) {width: 100%;}
}

@media (max-width: 767px){
	.get_started .radio-main .wpcf7-list-item-label, .default-form select, .default-form input:not([type="radio"], [type="submit"]){
		height: 4rem !important;
	}
	.col-border{
		width: 100% !important;
	}
	.our-promo h4{
		font-size: 16px;
    	line-height: 10px;
	}
	.our-promo .col-1-promo.col-border{
		margin-top: 0px;
	}
	.our-promo .col-border {
		margin-top: 50px;
	}
	.banner-desktop-img {display: none;}
	.banner-slider .button {color: var(--third-color);background: var(--secound-color);}
	.banner-slider .content {
		margin: 0;
		height: 79px;
		background: var(--secound-color);
		border-radius: 0px;
		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: 10px;
		border: 0;
		box-shadow: none;
		width: 100%;
		opacity: 1;
	}
	.banner-slider .button::before{background: #fff;}
	.banner-slider .button {
		color: #fff;
		background: #000;
	}
	.banner-slider .button:hover{
		color: #000;
	}
	.banner-slider .cus-row {flex-direction: column-reverse;margin: 0;}
	.banner-slider .slick-arrow {top: 35%;}
	.banner-slider .slick-prev, .home-slider-gallery .slick-prev{left: 10px;}
	.banner-slider .image-column {display: block;}
	.banner-slider .cus-row > * {padding: 0;}
	.banner-slider .image-column img{width: 100%;}
	.banner-slider .content .title {font-size: 2.5rem;margin-bottom: 5px;line-height: 26px;}
	.banner-slider .content .sub-title {font-size: 16px;padding: 0px;margin-bottom: 0px;}
	.banner-slider .button {padding: 10px 20px;font-size: 14px;}	
    
    .home-team-sec .title {font-size: 25px;margin-bottom: 10px;line-height: normal;}
    .home-team-sec .sub_title {font-size: 18px;line-height: normal;margin-bottom: 3rem;}
	
	.h-service {
	    padding-top: 2rem;
	}
	.home-gallery-tabs-heading{padding: 20px 15px;}
	.home-gallery-tabs-heading h2{font-size: 32px;}

	.dental-care-row {
		padding-bottom: 0px;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.dental-care-row .dental-care-row-inner > div {
		width: 100%;
	}
	/* .get_started .title {
		font-size: 4rem;
	} */
	.get_started {
		padding-top: 3rem;
  		padding-bottom: 2rem;
	}
	.get_started .title{
		margin-bottom: 2rem;
	}
	/* .home-dr-team {
		margin-top: 4rem;
	} */
	.home-dr-team .inner {
		display: flex;
	}
	.home-dr-team .inner > div {
		width: 25%;
	}
	.home-dr-team .inner::before, .home-dr-team .inner::after {
		display: none;
	}
	.home-dr-team .title {
		font-size: 4rem;
	}
	.home-dr-team .member_img * {
		min-height: 280px;
	}
	.home-dr-team .member_logo {
		top: 10px;
		left: 10px;
		max-width: 100px;
	}
	.home-dr-team .title {
		font-size: 3rem;
	}
	.home-dr-team .main_btn.bg-hide {
		width: fit-content !important;
		margin: auto;
	}
	.home-video-section .main-video a::after {
		height: 40px;
  		width: 40px;
		background-size: 40px;
	}
	.dental-care-row .dental-care-row-inner {
		padding-left: 0;
		padding-right: 0;
	}
	.main_btn .vc_btn3 {padding: 10px 30px !important;}
	.our-team-h2,    
	.h-service .title,
	.home-page-review-h2,
	.home-dr-team .title,
	.home-form-req h2{
		font-size: 30px;
    	line-height: 35px;
	}
	.our-promo .our-promo-h2::after {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.home .vc_custom_1720615909914,
	.home .vc_custom_1720680759205,
	.home .vc_custom_1720528470743{
		padding-top: 50px !important;
    	padding-bottom: 50px !important;
	}
	.home .vc_custom_1720681817033 {
		margin-top: 20px !important;
	}
	.home-team-outer {
		margin-top: 30px;
	}
	.home-form-req .radio-main input:checked + .wpcf7-list-item-label{
		background: #fff7e1;
    	color: #2d3a31;
	}
	.home-form-req input[type="submit"] {
		background: #fff7e1;
    	color: #2d3a31;
	}
	.home .vc_custom_1721640722719,
	#home-form-bg {
		padding: 50px 0px;
	}
	.default-form.home-form input:not([type="radio"], [type="submit"]), .default-form.home-form select{
		height: 4rem;
	}
	.our-promo h4{
		font-size: 18px;
	}
	.our-promo h3{
		font-size: 45px;
		margin: 0px 10px 15px 10px;
	}
	.our-promo .on{
		font-size: 45px;
    	line-height: 45px;
		margin-top: 30px;
    	margin-bottom: 30px !important;	
	}
	.our-promo .transform {
		font-size: 30px;
		line-height: 35px;
	}
	.our-promo .sec-50 {
		font-size: 45px;
		line-height: 40px;
	}
	.our-promo .zoom {
		font-size: 18px;
		line-height: 25px;
	}
	.our-promo .col-4-promo .on{
		margin-bottom: 10px !important;
	}
	.home-services .service_item{
		padding: 3rem 10px 0px 10px;
	}
	.home-services .service-link{
		margin-bottom: 0rem;
	}
}
@media (max-width: 520px){

	.home-team-outer.slick-slider{text-align: center;}
    .home-services .slick-dots li {height: 10px;width: 10px;margin: 0 3px;}
	.home-services .slick-dots li button {height: 10px !important;width: 10px !important;}
	.home-services .slick-dots {margin-top: 0px;margin-bottom: 0 !important;}

	.banner-slider .slick-prev::before, .banner-slider .slick-next::before {height: 30px;width: 30px;background-size: 7px;}
	.banner-slider .slick-next {right: 20px;}
	.main_btn.main_btn-last{margin-left: 0;margin-top: 10px;}

	.dental-care-row .title br {
		display: none;
	}
	.col-border > div >div p{
		font-size: 16px;
	}
	.banner-slider .content{
		height: 110px;
	}
}

@media(min-width: 1025px) and (max-width: 1366px){
	.our-promo h4{
		font-size: 18px;
	}
	.our-promo h3{
		font-size: 45px;
		margin: 0px 10px 15px 10px;
	}
	.our-promo .on{
		font-size: 45px;
    	line-height: 45px;
		margin-top: 30px;
    	margin-bottom: 30px !important;	
	}
	.our-promo .transform {
		font-size: 30px;
		line-height: 35px;
	}
	.our-promo .sec-50 {
		font-size: 45px;
		line-height: 40px;
	}
}

@media(min-width: 768px) and (max-width: 1024px){
	.col-border{
		width: 50% !important;
	}
	.our-promo .col-2-promo{
		margin-top: 0px;
	}
	.our-promo .col-3-promo,.our-promo .col-4-promo{
		margin-top: 50px;
	}
	
}