/* Home Banner */
.cdcp-banner {
    padding: 10px 0;
    text-align: center;
    background: #324a63;
    margin-bottom: 10px;
}
.cdcp-banner p{
	text-align: center;
    width: 100%;
    color: #ffffff;
}
.site-header{
	padding-top:0px !important;
}
.cdcp-banner p a{
	 color: #ffffff;
	font-weight: 800;
}
.banner-slider {
	margin: 0;
	padding: 0;
	list-style: none;
}
.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: 12px 30px;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
	border-radius: 0;
	font-family: "Poppins", system-ui;
}
.banner-slider .button:hover{
	color: #fff;
	background: var(--secound-color);
}
/* ul.banner-slider.slick-initialized.slick-slider {
  position: absolute;
    top: auto;
    left: 16%;
    z-index: 9;
    text-align: center;
    bottom: 16%;
	padding: 20px;
    background: #ffffffcf;
} */
.banner-slider .content {
	 position: absolute;
	 top: auto;
    left: 5%;
    z-index: 9;
    text-align: center;
    bottom: 16%;
	 background-color: #ffffffc7;
    padding: 50px 20px;
}
 
.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;
}
.banner-slider .content .title {
	font-weight: 700;
	color: #000000;
	font-size: 5rem;
	line-height: 1;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 0;
	font-family: "Poppins", system-ui;
}
.banner-slider .content .sub-title {
	font-weight: 500;
	font-size: 18px;
	color: #000000;
	line-height: normal;
	text-transform: none;
	letter-spacing: 0px;
	font-family: "Poppins", system-ui;
}
.banner-slider .slick-next {
	right: 52px;
    z-index: 9;
}
.banner-slider .slick-prev {
	left: 20px;
	z-index: 9;
}
/* .banner-video{
	position:relative;
	height: 850px;
    overflow: hidden;
}
.banner-video video#hero-full__video{
	position: absolute;
    width: 100%;
} */
/* .banner-video::before{
	content: '';
	background: #ffffffa3;
	height: 100%;
	width: 100%;
	position:absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	z-index: 5;
} */
/* .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;
} */

.new-banner-bottom .title {
	font-size: 4rem;
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 15px;
	letter-spacing: 5px;
}
.new-banner-bottom .sub-title {
	font-size: 2.2rem;
	font-weight: 400;
	text-transform: uppercase;
	color: var(--secound-color);
	letter-spacing: 1px;
}
.new-banner-bottom {
	padding-top: 5rem;
}
.new-banner-bottom p {
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.6;
}
.new-banner-bottom .overlay-img {
	position: absolute;
	top: 2rem;
	right: 4%;
	z-index: -1;
	opacity: .1;
	max-width: 16%;
}
.new-banner-bottom > div {
	position: static;
}

.four-column {
	background: #ede9e6;
	padding: 2rem 0rem;
	margin-top: 3rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}
.four-column::before, .four-column::after {
	display: none !important;
}
.four-column .title {
	color: var(--secound-color);
	font-weight: 500;
	font-size: 2rem;
	margin-top: 3rem;
	margin-bottom: 15px;
}
.four-column .items {
	width: 25%;
	border-right: 1px dashed;
}
.four-column .items:nth-child(3), .four-column .items:last-child {
    border-right: 0;
	border-bottom: 0;
}
.four-column p {
	font-size: 1.5rem;
	max-height: 70px;	
}
.four-column p.descrption{
	min-height: 70px;
}
.four-column .items .column-icon {
	max-width: 80px;
	min-height: 90px;
	display: flex;
	align-items: center;
	z-index: 9;
  	position: relative;
}
.four-column .items > div {
	padding: 30px 25px !important;
	position: relative;
}

/* .overlay-link a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	font-size: 2.6rem;
	padding-right: 18%;
	color: #fff;
	line-height: 1.2;
	padding-top: 45%;
	opacity: 0;
  	visibility: hidden;
	padding-left: 5%;
	transition: none;
}
.four-column .items > div:hover a {
	background: #232324;
	opacity: 1;
	visibility: visible;
	color: #fff;
} */
.overlay-link a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    font-size: 3rem;
    padding-right: 18%;
    line-height: 1.3;
    padding-top: 145px;
    padding-left: 30px;
    transition: none;
    font-weight: 500;
    background: #232324;
    color: #fff !important;
}
.overlay-link a::after {
    content: '';
    background: url(https://www.whyteavedentalchoice.ca/wp-content/themes/dentalmnv/image/right-arrow.png);
    height: 30px;
    width: 198px;
    background-repeat: no-repeat;
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 15px;
}
/* .four-column .items > div:hover img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(98deg) brightness(110%) contrast(101%);
} */
 .four-column .items.last img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(98deg) brightness(110%) contrast(101%);
} 

.home-dr-sec {
	opacity: 0;
}
.home-dr-sec .dr-image {
	width: 44%;
	padding-left: 4%;
	position: relative;
  	z-index: 9;
}
.home-dr-sec .dr-content {
	width: 56%;
	padding-left: 1%;
	position: static;
	z-index: 9;
	padding-right: 6%;
}
.home-dr-sec::after {
	content: '';
	height: 40vh;
	background: #232324;
	left: 0;
	bottom: 7%;
	position: absolute;
	width: 30%;
}
.home-dr-sec .dr-top-content p {
	color: #686677;
	font-size: 2.4rem;
	line-height: 1.2;
}
.home-dr-sec .dr-top-content {
	padding-bottom: 20px;
}
.home-dr-sec .sub-title {
	font-size: 1.8rem;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px;
}
.home-dr-sec .title {
	font-size: 4.8rem;
	line-height: 1.1;
	font-weight: 600;
}
.home-dr-sec .dr-sign {
	font-family: SantoriniRegular;
	font-size: 14px;
	margin: 2rem 0;
}
.home-dr-sec .dr-deg {
	font-weight: 500;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #686677;
}
.home-dr-sec .dr-image img {
	box-shadow: 0 0px 2px 1px #ccc;
	height:500px;
	object-fit: cover;
    object-position: top;
}

.dr-bg-img {
    position: absolute;
    bottom: 0%;
    right: 0;
    max-width: 60%;
}


/* Banner Bottom */
.banner-bottom {
	padding-top: 6rem;
	overflow: visible !important;
}
.banner-bottom .title {
	font-size: 5.4rem;
	text-transform: capitalize;
	line-height: 1.2;
	color: #206c9b;
	font-weight: 500;
}
.banner-bottom p {
	line-height: 1.6;
}
.banner-bottom .left {
	padding-right: 0;
}
.banner-bottom .sub-title {
	font-size: 1.7rem;
	margin-bottom: 2rem;
	line-height: normal;
	font-weight: 500;
	text-transform: uppercase;
}

.banner-bottom .inner-div .left {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.banner-bottom .inner-div .left .img-fist {
    height: 460px;
    object-fit: cover;
    border-radius: 0px;
    box-shadow: 0px 1px 13px 0 #000000db;
    width: 80%;
}
.banner-bottom .inner-div .left .img-sec {
    position: relative;
    margin-left: -152px;
    width: 40%;
    height: 266px;
	border-radius: 0;
}
.banner-bottom .review {
    display: flex;
    flex-direction: column;
    max-width: 66%;
    padding: 20px;
    background-color: #ffffff;
    margin-top: -144px;
    z-index: 1;
    position: relative;
    margin-left: 20px;
    box-shadow: 0px 0px 10px 0px #00000047;
}
.banner-bottom .review-inner {
    display: flex;
    align-items: center;
    gap: 15px;
}
.banner-bottom .review p{
	margin-bottom: 8px;
}
.banner-bottom .review-inner h4{
	margin-bottom: 0px;
}
.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;
}
.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;
}
.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;
}



/* Home Team Section */
.home-team-sec {
	margin-top: 50px;
	padding: 5rem 0;
	background: linear-gradient(to bottom, #4f8edd, #5d99e4, #6fa6ec, #77adf0);
}
.home-team-sec .title {
	font-size: 4.4rem;
	line-height: 1;
	color: #fff;
	font-weight: 600;
}
.home-team-sec .sub_title {
	font-size: 18px;
	color: #fff;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 2rem;
	text-transform: uppercase;
}
.home-team-sec .content p {
	color: #fff;
	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;
}
.btn-center .main_btn .vc_btn3 {
	border-color: #fff !important;
	background: transparent !important;
}

/* Home service */

.h-service {
	padding-top: 5rem;
	padding-bottom: 5rem;
	margin-top: 5rem;
	background: var(--secound-color);
	overflow: visible !important;
	display: flex;
	flex-wrap: wrap;
	opacity: 0;
}
.h-service::after {
	content: '';
	height: 20vh;
	width: 100%;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: auto;
}
.home-services {
	position: relative;
	z-index: 9;
}
.h-service .title {
	font-size: 4.4rem;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-weight: 500;
	color: #fff;
	z-index: 5;
    position: relative;
}
.h-service .sub-title {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.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;
	color: #fff;
}
.home-services {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2.5rem;
}
.home-services .service-link {
	width: calc(33.333% - 2.5rem);
	color: #000;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	box-shadow: 0 1px 3px 1px #ccc;
	transition: .2s ease-out;
	min-height: 200px;
/*     margin: 0 15px; */
}
.home-services .service-link:hover {
	box-shadow: none;
}
.home-services .service-content {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	transition: .2s ease-in-out;
}
.home-services .service-title {
	font-size: 2.4rem;
	line-height: normal;
	text-align: center;
	color: #083d60;
	text-transform: capitalize;
	font-weight: 700;
	font-family: "Poppins", system-ui;
	margin-bottom: 10px;
}
.home-services .icon img {
	width: 100px;
    height: 90px;
    object-fit: contain;
	margin: auto;
	display: block;
	transition: none;
	filter: brightness(0) saturate(100%) invert(17%) sepia(92%) saturate(729%) hue-rotate(164deg) brightness(95%) contrast(96%);
}
.home-services .short-dis {
	font-size: 1.6rem;
	font-family: "Poppins", system-ui;
}
/* .home-services .service-title {
    min-height: 100px;
} */

.h-service .overlay-img {
	position: absolute;
	top: -18%;
	left: 0;
	opacity: .1;
}
.h-service > .vc_col-sm-12 {
	position: static;
}
.home-services .service-link .service_item {
	position: relative;
	background: #fff;
	width: 100%;
	height: 100%;
	padding: 3rem;
	text-align: center;
	transition: .2s ease-out;
}
.home-services .service-link {
	position: relative;
}
.home-services .service-link:hover .service_item {
	background: #000;
}
.home-services .hover-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .2s ease-out;
}
.home-services .service-link:hover .hover-content {
	opacity: 1;
	visibility: visible;
}
.home-services .hover-img {
	height: 100%;
	width: 100%;
}
.home-services .hover-img img {
	height: 100%;
	width: 100%;
	opacity: .4;
	object-fit: cover;
}
.hover-title {
	position: absolute;
	top: 100%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: #fff;
	background: var(--secound-color);
	width: 86%;
	left: 50%;
	padding: 6px 30px;
	font-family: "Poppins", system-ui;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.8rem;
	z-index: 9;
	transition: .3s ease-out;
}
.service-link:hover .hover-title {
	top: 50%;
}
.home-services .service-link:hover .service-content {
	opacity: 0;
	visibility: hidden;
}
.home-services .service-link .service_item .icon {
	min-height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-services .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;
}
.home-services .slick-arrow:hover {
	background: var(--secound-color ) !important;
}
.home-services .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-services .slick-arrow.slick-next::before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-left: -9px;
	margin-right: unset;
}

.home-services .slick-arrow.slick-prev {
	left: 0;
	z-index: 9;
}
.home-services .slick-arrow.slick-next {
	right: 0;
	z-index: 9;
}




/* Home Services */
.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
}
.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
}
.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: #447dc5;
}
.default-form.home-form .radio-main input:checked + .wpcf7-list-item-label {
	background: #3fb2eb;
}

/* Testimonial */
.home-testimonial-slider {
	margin: 0;
	padding: 0;
}
.home-testimonial-outer .inner {
	padding: 3rem 4rem;
	padding-top: 9rem;
	background: #e2e2e2;
	color: #fff;
	box-shadow: 0 0 7px 1px #0000003b;
	position: relative;
	transition: .1s linear;
}
.home-testimonial-outer .slick-slide.slick-center .inner {
	background: var(--secound-color);
}
.home-testimonial-outer .inner::before {
	content: '';
	background: url(https://www.whyteavedentalchoice.ca/wp-content/themes/dentalmnv/image/quote.png);
	height: 31px;
	width: 38px;
	position: absolute;
	top: 12%;
	left: 6%;
	background-repeat: no-repeat;
}
.h-testimonial .top-title {
	font-size: 5rem;
	font-weight: 600;
	margin: 0;
	position: relative;
}
.h-testimonial .top-title::after {
	content: '';
	height: 4px;
	width: 5rem;
	background: #4a6184;
	display: block;
	margin: auto;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.h-testimonial .main_btn .vc_btn3 {
	background: var(--secound-color) !important;
}

.h-testimonial .main_btn .vc_btn3:hover {
	background: var(--first-color) !important;
}

.home-testimonial-outer .main-title {
	text-align: center;
	font-size: 2.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-testimonial-outer .slick-slide {
	padding: 0 5rem;
}
.home-testimonial-outer .main-title::before {
	content: '';
	background: url(https://www.whyteavedentalchoice.ca/wp-content/themes/dentalmnv/image/google-logo.png);
	height: 41px;
	width: 120px;
	display: inline-block;
	background-repeat: no-repeat;
	margin-right: 6px;
}
.home-testimonial-outer .main-title span.star {
	font-size: 15px;
	font-weight: 400;
	vertical-align: middle;
	display: inline-block;
}
.home-testimonial-outer .main-title span.nuber{
	margin-left:10px;
}
.home-testimonial-outer .main-title span.star::before {
	content: '';
	background: url(https://www.whyteavedentalchoice.ca/wp-content/themes/dentalmnv/image/rating.png);
	height: 27px;
	width: 100px;
	display: inline-block;
	background-repeat: no-repeat;
	margin-right: 5px;
	margin-left: 5px;
	background-size: 95px;
	vertical-align: middle;
}


.home-testimonial-outer .rating {
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
	gap: 4px;
}
.home-testimonial-outer .rating svg {
	height: 20px;
	width: 20px;
}
.home-testimonial-outer .rating svg path {
	fill: #ff7c25;
}
.home-testimonial-outer .auth-title {
	font-size: 2.4rem;
	text-align: center;
	margin-top: 1rem;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 0 !important;
}



.bottom-wel-sec {
	padding-top: 15rem;
	padding-bottom: 15rem;
	background-attachment: scroll;
	margin-top: 5rem;
	box-shadow: 0 0 20px 1px #878787;
	border-radius: 0px;
	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;
}

.cts-home-team-slider .vc_col-sm-12 .wpb_wrapper{
	max-width: 1500px;
    margin: 0 auto;
}

/* Responsive */
@media (min-width:1921px) {
	.masonry-gallery li {max-height:unset}
	.home-dr-sec::after {width: 43%;}
	.h-service::after {height: 200px;}
}
@media (max-width: 1480px) {
	.h-service .overlay-img {max-width: 40%;}
	.h-service::after {height: 180px;}
}
@media (max-width: 1550px) {
	.banner-video video#hero-full__video{
			position:relative;
	}
	.banner-video{
		height: 100%;
	}
}
@media (max-width: 1200px) {
	.why-us-slider-items-outer {max-width: 90%;margin: auto;float: none !important;margin-top: 3rem;}
	.banner-video {
        height: 100%;
    }
	.banner-video video#hero-full__video {
        position: static;
    }
}

@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-appointment .title {font-size: 3rem;}

	.home-appointment .title b, .new-banner-bottom .sub-title, .new-banner-bottom p, .home-dr-sec .dr-top-content p {font-size: 18px;}
	.instagram-section .insta-title, .banner-bottom .title, .about-top .title, .home-team-sec .title, .new-banner-bottom .title, .home-dr-sec .title, .h-testimonial .top-title{font-size: 30px;}

	.about-top .sub-title, .home-team-sec .sub_title {font-size: 16px;}

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

	.new-banner-bottom .overlay-img {max-width: 25%;}
	.four-column .title {font-size: 17px;margin-top: 2rem;margin-bottom: 10px;}
	.four-column .items > div {padding: 20px 15px !important;}
	.four-column p, .home-testimonial-outer .main-title {font-size: 16px;}
	.four-column .items .column-icon {	max-width: 60px;min-height: 70px;}
	.overlay-link a {font-size: 20px; padding-top: 115px;}
	.home-dr-sec .dr-image {padding-left: 2%;}
	.home-dr-sec::after {height: 70%;}
	.h-testimonial .top-title::after {height: 2px;width: 4rem;}
	.home-testimonial-outer .main-title::before {height: 26px;width: 70px;background-size: 70px;}
	.home-testimonial-outer .main-title span::before {height: 22px;}
	
}

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

	.home-services .service-title {font-size: 20px;}
	.banner-slider .image {height: auto;border-radius: 0px;}
	.banner-slider .content .sub-title {font-size: 14px;margin-bottom: 15px;}
	.banner-bottom .inner-div .left .img-fist{
		width: 98%;
	}
	.banner-logo img {max-width: 250px;}

	.home-testimonial-outer .slick-slide {padding: 0 2rem;}
	.banner-video{
		height: 100%;
	}
	.banner-video video#hero-full__video{
		position: static;
	}
	.banner-bottom .inner-div .left .img-sec{
		margin-left: -186px;
		width: 53%;
		object-fit: cover;
	}	
}

@media (max-width: 992px) {
	.banner-bottom p {font-size: 16px;}
	ul.banner-slider.slick-initialized.slick-slider {
        left: 15px;
        bottom: 10%;
    }
	.home-services > .service-link {width: calc(50% - 2rem);}

	.masonry-gallery li {max-height:170px}
	.default-form.cus-row.home-form {margin: 0;}

	.four-column .items {width: 50%;}
	.home-dr-sec .dr-image {width: 50%;padding-left: 10px;}
	.home-dr-sec .dr-content {width: 50%;padding-left: 1%;padding-right: 0;}
}
@media (max-width: 767px){
/* 	.banner-logo img {filter: none;} */
	.banner-video video#hero-full__video{
		position:relative;
	}
	.banner-video::before{
		background: transparent;
	}
	ul.banner-slider.slick-initialized.slick-slider{
	    position: relative;
		top: unset;
		left: unset;
		transform: unset;
		padding:0;
	}
	.banner-video{
		height: 100%;
	}
	.banner-slider .button {color: var(--third-color);background: var(--secound-color);}
	.banner-slider .content {margin: 0;height: 100%;background: var(--first-color);display: flex;flex-direction: column;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: #fff;}
	.banner-slider .content .sub-title {font-size: 16px;color: #fff;}
	.banner-slider .button {padding: 12px 30px;font-size: 14px;border-radius: 0px;}
	.banner-slider .slick-prev::before, .banner-slider .slick-next::before {height: 40px;width: 40px;}

	.banner-outer .banner-slider {position: static;padding: 0;justify-content: center;width: 100%;}
	.banner-outer .banner-slider .content {max-width: 100%;margin-left: auto;text-align: center;padding-bottom: 20px;
		/* border-radius: 0 0 20px 20px; */
	}
    
    .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;}
	.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;}
	.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 .left {width: 100%;padding-right: 0;padding-bottom: 30px;}
	.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;}
	.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;}

	.new-banner-bottom p {font-size: 16px;}

	.four-column .items {width: 100%;}
	.overlay-link a {padding-left: 20px;padding-top: 110px;padding-right: 55%;}

	.home-dr-sec .dr-image {width: 100%;padding-left: 0;}
	.home-dr-sec .dr-content {width: 100%;padding-left: 0;padding-top: 20px;}
	.home-dr-sec::after {display: none !important;}

	.h-testimonial > div {padding-left: 15px;padding-right: 15px;}
	.home-testimonial-outer .inner {padding: 2rem 2rem;padding-top: 4rem;}
	.home-testimonial-outer .slick-slide {padding: 0 1rem;}
	.home-testimonial-outer .inner::before {top: 10px;left: 17px;height: 26px;width: 34px;background-size: 30px;}
	.home-testimonial-outer .auth-title {font-size: 18px;}
	.home-testimonial-outer .rating {margin-top: 15px;}
	.masonry-gallery{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 520px){
	.banner-bottom .title {font-size: 26px;}
	.btn-center .wpb_wrapper {flex-wrap: wrap;gap: 10px;margin-top: 25px;}
	.new-banner-bottom .title {font-size: 25px;line-height: 1.3;}

	.overlay-link a {padding-left: 20px;padding-top: 110px;padding-right: 55%;}
}