/* 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: 80vh;
	object-fit: cover;
	display: block;
	object-position: top center;
	background: var(--first-color);
}
.banner-slider img.aligncenter.wp-image-1500.cdcp-bnr {
    object-position: center;
}
.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: 50%;
	/* right: calc((100% - 1800px) / 2); */
    right: 5%;
	color: #fff;
	line-height: normal;
	padding: 0px 15px;
	/*width: 45%;*/
	width: 30%;
	transform: translate(0px, 50%);
	background-color: rgb(255 255 255 / 75%);
    height: 330px;
    text-align: center;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.banner-slider .title {
	font-family: 'SemplicitaPro Medium';
	line-height: normal;
	font-weight: 500;
	margin-top: 0;
	font-size: 3.5rem;
	margin-bottom: 2rem;
    color: var(--secound-color);
    opacity: 1 !important;
	transform: unset !important;
}
.banner-slider .sub-title {
	font-size: 2.3rem;
	font-weight: 400;
    color: var(--first-color);
    opacity: 1!important;
	transform: unset !important;
}
.banner-slider .slick-dots {
	margin-top: 10px;
}
.banner-slider .slick-prev, 
.banner-slider .slick-next {
    height: 50px !important;
    width: 50px !important;
    z-index: 9;
}
.banner-slider .slick-prev img, .banner-slider .slick-next img {
    background: transparent;
    object-fit: contain !important;
    height: 50px;
    width: 50px;
    border: 1px solid #fff;
    padding: 7px;
    border-radius: 50px;
    filter: brightness(0) invert(1);
}
.banner-slider .slick-prev {
    left: 15px;
}
.banner-slider .slick-next {
    right: 15px;
}




.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(--secound-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: 7rem;
	padding-bottom: 5rem;
}
/*.banner-bottom .img-content > div {
	display: flex;
	column-gap: 3rem;
	flex-wrap: wrap;
}*/
.banner-bottom .img-content img {
	position: absolute;
    top: -128px;
    left: 50%;
    transform: translate(-50%, 0%);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    background-color: #FFF;
    padding: 20px;
}
.banner-bottom .img-content .title {
	font-size: 2.7rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--secound-color);
	line-height: 1.5;
}
.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;
}
/*.banner-bottom .signature-img {
	width: 22%;
}
.banner-bottom .img-with-content{
	width: 33%;
}
.banner-bottom .last{
	width: 45%;
}*/
/* 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(--secound-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;
}
.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;
}
.year-of .wpb_wrapper{
	text-align: center;
}
.experience_sec_inner .year-of p {
	margin-bottom: 10px;
	font-size: 6rem;
	line-height: 1;
	color: var(--secound-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(--secound-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;
	margin-top: 7rem;
	background: #b7d5df;
	margin-left: 0 !important;
  	margin-right: 0 !important;
}
.home-dr-section > .left * {
	height: 100%;
	object-fit: cover;
}
.home-dr-section .left > div {
	padding: 0;
}
.home-dr-section > .right {
	padding-top: 10rem;
	padding-bottom: 2rem;
	padding-right: 5rem;
	background: url('../images/doctor-bg-img.png') 73% center;
	background-repeat: no-repeat;
	background-size: 70% 80%;
	z-index: 9;
	padding-left: 4rem;
}
.home-dr-section .title{
	font-size: 5.6rem;
	color: var(--secound-color);
	margin-bottom: 2rem;
  	line-height: 1.2;
}
.home-dr-section .sub-title{
	font-size: 1.8rem;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}
.home-dr-section .content {
	margin-bottom: 5rem !important;
}
.home-dr-section .content p{
	font-size: 1.8rem;
	line-height: 1.6;
}

/* Home service */
.home-service-outer{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.home-service-outer .slick-track {
	display: flex;
	gap: 2rem;
}
.home-service-outer .service-item {
	flex-grow: 1 !important;
	display: flex !important;
	/* width: 0% !important; */
	transition: all 300ms ease-in-out;
	position: relative;
}
.home-service-outer .slick-track::before, .home-service-outer .slick-track::after{
	display: none;
}
.home-service-icon-outer .service-item {
	margin-bottom: 35px !important;
}
.home_services_heading_icon_wrap {
	margin-bottom: 35px;
}
.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%;*/
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
	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: 500px;
	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 .more-button a{
	background: var(--secound-color);
    /* margin: 0 15px; */
	color: #fff;
    padding: 1rem 2rem;
    line-height: normal;
}
#home-videos-row .more-button a:hover{
	background: var(--first-color);
}
.home-videos-row {
	/*background: var(--third-color);*/
	background: #f0efed;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.home-videos-row.first {
    padding-top: 5rem;
}
.home-videos-row.second {
    padding-bottom: 5rem;
    padding-top: 3rem;
}
.home-videos-row .title{
	font-size: 5.2rem;
	line-height: normal;
	color: var(--secound-color);
}
.home-videos-row .content{
	margin-bottom: 2rem !important;
}
.home-videos-row .content p {
	font-size: 2.6rem;
	color: #000;
	line-height: 1.5;
}
.home-videos-row .link a{
	display: inline-block;
	font-size: 2rem;
	line-height: normal;
	font-weight: 700;
	color: #000;
	transition: .3s linear;
}
.home-videos-row .link a:hover {
	color: var(--first-color);
}
/*.home-videos-row .left {
	width: 39%;
}*/
.home-videos-row .left a{
	display: block;
	position: relative;
}
/*.home-videos-row .right {
	width: 60%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 3rem;
}*/
.home-videos-row img{
	display: block;
}
.big-play-icon {
	width: auto !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	z-index: 999;
	animation: white_shadow 2s linear infinite;
	border-radius: 50%;
	opacity: 1 !important;
}
.home-videos-row .link a::after {
	content: '';
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	height: 10px;
	width: 10px;
	display: inline-block;
	transform: rotate(44deg);
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 20px;
	transition: .3s linear;
}
.home-videos-row .link a:hover::after {
	margin-left: 25px;
	border-top-color: var(--first-color);
	border-right-color: var(--first-color);
}

/* Home gallery */
.home-gallery {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr;
	padding: 5rem 0rem;
	position: relative;
}
.item-0 {
	grid-row: span 2;
	grid-gap: 20px;
}
.home-gallery .items img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border: 1px solid #fff;
	opacity: .8;
}
.gallery-absolute-content {
	position: absolute;
	top: 50%;
	left: 16%;
	transform: translateY(-50%);
	width: auto;
	text-align: center;
	z-index: 9;
}
.gallery-absolute-content .title {
	font-size: 100px;
	font-weight: 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: #fff;*/
    background: transparent;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 200px;
    flex-wrap: wrap;
    z-index: 9;
    padding: 10px;
}
.gallery-logo img{
	display: block;
}
.gallery-button:hover {
	background: var(--secound-color);
	color: #fff;
}

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


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

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

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

/* Home Dr Slider */
.dr-outer .inner {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
}
.dr-outer .inner .dr-image {
	width: 30%;
}
.dr-outer .inner .content {
	width: 70%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.dr-outer .inner .dr-image img {
	mix-blend-mode: darken;
	display: block;
}
.cus_home_dr_slider {
	margin-top: 10px;
	overflow: visible !important;
	margin-bottom: 12rem;
}
/* .cus_home_dr_slider::after{
	content: '';
	background-image: url(https://medianvdemo.com/flosswell/wp-content/uploads/2024/01/home-dr-bg1.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 550px;
	width: 557px;
	position: absolute;
	top: 0;
	right: 0;
} */
.cus_home_dr_slider .bg-img {
	background-image: url(https://www.libertydentalcentre.ca/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: 20px;
}
.dr-outer .inner .content h2 {
	font-size: 5.6rem;
	font-weight: 300;
	color: var(--secound-color);
	margin-bottom: 2rem;
}
.dr-outer .content-with-button p {
	color: #333333;
	font-size: 1.6rem;
	line-height: 1.7;
	margin-bottom: 3rem;
}
.dr-outer .dr-buttons a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.dr-outer .dr-buttons a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: var(--first-color);
	color: #fff;
	padding: 1rem 2rem;
	line-height: normal;
}
.dr-outer .dr-buttons a:last-child {
	margin-left: 20px;
	background: var(--secound-color);
}
.dr-outer .dr-buttons a img {
	margin-right: 15px;
}
.dr-outer .dr-buttons {
	display: flex;
	justify-content: center;
	align-content: center;
	margin-top: 3rem;
}
.dr-outer .content-with-button {
	max-width: 920px;
	margin: auto;
}
.dr-outer > .slick-list{
	padding-top: 8rem;
}
.thumb-slide {
	max-width: 400px;
	margin: auto;
	position: absolute !important;
	bottom: -14%;
	left: 50%;
	transform: translateX(-50%);
}
/*.thumb-slide.slick-initialized.slick-slider {
    margin-bottom: -50px;
}*/
.thumb-slide .dr-thumb-image img {
	border-radius: 50%;
	display: block;
	width: 100%;
	box-shadow: 3px 4px 6px 1px #ccc;
	border: 1px solid #c8ddeb;
}
.thumb-slide .dr-thumb-image {
	padding: 10px;
}
.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 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;
}


.working-days-main .wpb_wrapper {display: flex;
	/* flex-wrap: nowrap; */
}
.working-days-tab {width: 100%;}
.working-days-tab .content {width: 100%;text-align: center;padding: 25px 15px 20px;}
.working-days-tab.dark .content {background: var(--first-color);}
.working-days-tab.light .content {background: var(--third-color);}
.working-days-tab .content h2 {text-transform: uppercase;font-size: 20px;margin-bottom: 7px;}
.working-days-tab.dark .content h2,
.working-days-tab.dark .content p{color: #fff;}


.service-icon-link{
	text-align: center;
}
.service-icon-link img {
    margin: auto;
    margin-bottom: 10px;
}
.service-icon-link h5{
	color: #000;
}
.home .default-form.cus-row {
    max-width: 1200px;
    margin: auto;
}
strong.ti-rating.ti-rating-large {
    display: none !important;
}
body .ti-widget.ti-goog .ti-header{
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 9px;
}
.ti-rating-text span, .ti-rating-text strong {
    color: var(--secound-color) !important;
}
body .ti-widget.ti-goog .star-lg .ti-star {
    width: 20px !important;
    height: 20px !important;
}
.ti-widget.ti-goog .ti-large-logo{
	margin: 0px !important;
}
body .bafg-twentytwenty-container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}
.bafg-twentytwenty-container img {
    width: 100% !important;
}
.reviews .title {
    color: var(--secound-color);
}
body .ti-widget.ti-goog .ti-controls-line {
    background: #fff !important;
}
body .ti-widget.ti-goog .ti-controls-line .dot{
    background: #000 !important;
}
body .ti-widget.ti-goog .ti-controls .ti-next:before,
body .ti-widget.ti-goog .ti-controls .ti-prev:before,
body .ti-widget.ti-goog .ti-controls .ti-next:after,
body .ti-widget.ti-goog .ti-controls .ti-prev:after{
	background: #fff !important;
	display: inline-block !important;
	content: "" !important;
}

.cus-instagram-feed .slick-prev, 
.cus-instagram-feed .slick-next {
    height: 30px !important;
    width: 30px !important;
    z-index: 999;
}
.cus-instagram-feed .slick-prev img, 
.cus-instagram-feed .slick-next img {
    background: transparent;
    object-fit: contain !important;
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    padding: 7px;
    border-radius: 50px;
    filter: brightness(0) invert(1);
}
.cus-instagram-feed .slick-prev {
    left: 15px;
}
.cus-instagram-feed .slick-next {
    right: 15px;
}
.home-service-icon-outer .slick-dots {
    margin-top: 15px;
}

/*home accordion*/
.home-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading {
	background-color: var(--secound-color) !important;
	border-color : var(--secound-color) !important;
}
.home-accordion .vc_tta-panel-heading {
	background-color: var(--first-color) !important;
	border-color : var(--first-color) !important;
	margin-bottom: 15px !important;
}
.home-accordion .vc_tta-panel-heading a {
	color: #FFF !important;
}
.home-accordion .vc_tta-panel-heading a i:before{
	border-color: #FFF !important;
}

/*home accordion*/
.emergency-dentist-in-bowmanville .vc_col-sm-6 h3 a{
	font-size: 25px;
    font-weight: 500;
    line-height: normal;
}
.emergency-dentist-in-bowmanville .more-button {
	margin-top: 5rem;
}
.emergency-dentist-in-bowmanville .more-button a {
	background: var(--first-color);
    color: #fff;
    padding: 1rem 2rem;
    line-height: normal;
}
.emergency-dentist-in-bowmanville .more-button a:hover {
	background: var(--secound-color);
}
.emergency-dentist-in-bowmanville .more-button a:last-child {
	background: var(--secound-color);
	margin: 0 15px;
}
.emergency-dentist-in-bowmanville .more-button a:last-child:hover {
	background: var(--first-color);
}


.smile-gallery-slider .wpb_content_element.slick-slide {
	padding: 0 15px;
}

/* Responsive start */
@media (min-width: 1200px){
	.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: 4.2rem;}
	.home-videos-row .content p {font-size: 2.3rem;}
	.dr-outer .inner .content{padding-left: 3rem;}
}
@media (max-width: 1480px){
    .banner-slider .content{right: 80px;width: 500px;height: 300px;}
/*     .banner-bottom{margin-top: -140px;} */
	.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;}
	.banner-bottom .img-content img {top: -120px;}
	.banner-bottom .img-content .title {font-size: 2.3rem;}
	.banner-slider .content {right: 7%;}
}
@media (max-width: 1366px){
/*    .banner-slider video, .banner-slider img, .banner-slider iframe{height: 67vh;}*/
    .banner-after-video .play-icon {height: 17rem;width: 19.2rem;}
/*     .banner-bottom{margin-top: -100px;} */
    .banner-after-video .play-icon::after {left: calc(50% + 13px);}
/*    .banner-bottom .img-content img {max-width: 100px;}*/

	.gallery-absolute-content{left: 10%;}

	.patients-says .title {font-size: 5rem;}
	.homeVideoSliderSection .btn-wrap {margin-top: 2rem;}
	.homeVideoSliderSection .btn-wrap button {height: 74px;width: 74px;}
	.banner-bottom .img-content img {top: -130px;}
	.banner-slider .title {font-size: 28px !important;}
	.banner-slider .content {height: 230px !important;}
	.banner-bottom .img-content .title {font-size: 18px;margin-top: 15px;margin-bottom: 15px;word-break: break-word;}
	
}
@media (max-width: 1250px){
	.thumb-slide{bottom: -65px;}
	.dr-outer .inner{
		align-items: flex-start;
	}
}
@media (max-width: 1190px){
	.working-days-tab .content{
		padding: 25px 5px 20px;
	}
	.working-days-tab .content h2{
		font-size: 18px;
	}
	.working-days-tab .content p{
		font-size: 14px;
	}
    .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 img{max-width: 180px;}
    .banner-bottom .img-content .title {font-size: 24px;margin-top: 15px;margin-bottom: 15px;}
    .banner-bottom .last .content p {font-size: 17px;}
    .banner-bottom .last .auth-name {font-size: 20px;}
    .banner-bottom {padding-top: 50px;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: 44px;}
	.experience_sec .content p {font-size: 15px;}
	.experience_sec_inner .year-of{width: 70%;padding: 20px;text-align: center;}
	.experience_sec_inner .counter-title,.exp-slider .slider-content .content p{font-size: 16px;}

	.experience_sec .main_btn {margin-top: 2rem;}

	.home-dr-section > .right {padding-top: 20px;padding-bottom: 10px;padding-right: 20px;background-size: contain;padding-left: 10px;}
	.home-dr-section .sub-title, .home-dr-section .content p{font-size: 16px;}
	.home-dr-section .title {font-size: 40px;}

	.home-dr-section{margin-top: 50px;}

	.home-videos-row .title {font-size: 30px;}
	.home-videos-row .right {padding-left: 0;}
	.home-videos-row .content p {font-size: 16px;}
	.home-videos-row .link a{font-size: 16px;}
	.home-videos-row .content {margin-bottom: 1rem !important;}

	.gallery-absolute-content .title {font-size: 60px;}
	.gallery-button {padding: 12px 24px;}
	.gallery-absolute-content {left: 14%;}
	.gallery-logo{height: 100px;width: 100px;}

	.patients-says .title {font-size: 40px;margin: 0;}


	.big-play-icon {max-width: 60px;}
	.home-service-outer .slick-dots {display: block !important;margin-top: 20px;}

	.experience_sec .title{margin-top: 0;}

	.dr-outer .inner .content {
		padding-left: 20px;
	}
	.dr-outer > .slick-list {
		padding-top: 0;
	}
	/* .thumb-slide .dr-thumb-image{
		max-width: 100px;
	} */
	.dr-outer .content h4 {
		font-size: 16px;
		text-transform: uppercase;
		margin-bottom: 15px;
	}
	.dr-outer .inner .content h2 {
		font-size: 43px;
		margin-bottom: 10px;
	}
	.dr-outer .content-with-button p{
		margin-bottom: 10px;
	}
	.dr-outer .dr-buttons a{
		padding: 8px 16px;
		gap: 10px;
		justify-content: center;
	}
	.cus_home_dr_slider::before {
		display: none !important;
	}
	.dr-outer .inner{
		align-items: flex-start;
	}
	.cus_home_dr_slider {
		margin-top: 50px;
		overflow: visible !important;
		margin-bottom: 50px;
	}

}
@media (max-width: 1025px){
	.working-days-tab .content {
        padding: 25px 2px 20px;
    }
	.working-days-tab .content h2 {
        font-size: 16px;
    }
	.working-days-tab .content p {
        font-size: 12px;
    }
    .banner-slider video, .banner-slider img, .banner-slider iframe{height: 500px;}
	.home-service-outer .title {font-size: 25px;
		/* color: #000; */
	}
	.home-service-outer .service-item .absolute-content {width: 100%;padding: 0 5px;}
	.working-days-tab {width: calc(25% - 5px)}
	.working-days-main .wpb_wrapper {display: flex;
		/* flex-wrap: wrap; */
		gap: 6.6px;}
	.banner-slider .title {font-size: 22px;}
	.banner-slider .content {height: 200px;}
	.banner-bottom .img-content img {top: -130px;}
	.banner-bottom .img-content .title {font-size: 18px;margin-top: 15px;margin-bottom: 15px;word-break: break-word;}
	/*.banner-bottom .signature-img {
	    width: 30%;
	}
	.banner-bottom .img-with-content {
	    width: 70%;
	}
	.banner-bottom .last {
	    width: 100%;
	}*/
}
@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;}
    .banner-slider .title {font-size: 22px;}
    .banner-slider .content {height: 200px;}

	.experience_sec .left {width: 60%;}
	.experience_sec .right {width: 40%;}
	.hide991{display: none;}
	.show991{display: block;}
	.experience_sec .title {font-size: 30px;}
	.exp-slider .slider-content .content p{font-size: 16px;}

	.home-dr-section {flex-wrap: wrap;}
	.home-dr-section > div, .home-videos-row .left, .home-videos-row .right{width: 100%;}
	.home-dr-section > .right{padding: 30px;}

	.gallery-absolute-content {left: 10%;}

	.home-service-outer .service-item .service-link {height: 400px;}

	.patients-says {padding-top: 5rem;padding-bottom: 5rem;}
	.homeVideoSlider .slick-slide {margin-top: 65px;margin-bottom: 55px;}
	.homeVideoSliderSection .btn-wrap button {height: 64px;width: 64px;margin: 0 5px;}

	
	.cus-insta-link a {padding: 15px 13px !important;font-size: 15px;}

	.thumb-slide {
		bottom: 0;
		position: static !important;
		margin: auto;
		transform: translate(0);
	}
	.tab-content-full .wpb_column {
		width: 100% !important;
	}
}
@media (max-width: 767px){
	.banner-slider .button{
		background: #fff !important;
    	color: var(--first-color) !important;
	}
	.banner-slider .button:hover{
		background: var(--secound-color) !important;
    	color: #fff !important;
	}
	.working-days-tab {
        width: 48% !important;
    }
	.banner-slider .content {
        height: 201px !important;
    }
    .banner-slider video, .banner-slider img, .banner-slider iframe{height: 230px;}
    .banner-slider .content {width:100%;transform:none;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: 10px;}
	.banner-slider .title, .banner-slider .sub-title {color: #fff !important;transform:none !important;}
    .banner-slider .title {font-size: 20px !important;}
    .banner-slider .slick-prev img, .banner-slider .slick-next img {width: 30px !important;height: 30px !important;}
    .banner-slider .slick-prev, .banner-slider .slick-next {height: 30px !important;width: 30px !important;}
    .banner-slider .sub-title {font-size: 14px;margin-top: 0;line-height: 1.5;}
	.banner-slider .content .for-mobile {transition: .3s linear;font-size: 16px;background: #fff;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;}
    .banner-bottom .img-content > div{justify-content: center;}
    .banner-bottom .last .content p{text-align: center;}
    .banner-bottom .last {width: 100%;margin-top: 20px;}
/*    .banner-bottom .img-content img {max-width: 80px;}*/
    .banner-bottom .img-content .title {font-size: 18px;text-align: center;margin-top: 20px;margin-bottom: 20px;}
    .banner-bottom .signature-img .wpb_single_image {text-align: center !important;}
    .banner-bottom .img-content img {position: relative;top: 0;left: 0;transform: unset;}

    .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: 28px;}
	.experience_sec .content {margin-bottom: 0rem !important;}
	.exp-slider .slider-content {padding: 0 1rem;}
	
	.home-dr-section .content {margin-bottom: 2rem !important;}

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

	.homeVideoSlider .slick-slide.slick-current img {transform: scale(1);}
	.homeVideoSlider .slick-slide {margin-top: 35px;margin-bottom: 20px;padding: 0 10px;}
	.patients-says .title {font-size: 35px;}

	.experience_sec .main_btn {text-align: left !important;}
	.gallery-button::before{background: var(--third-color);}

	.dr-outer .inner .dr-image {
		margin-top: 0;
		width: 100%;
	}
	.dr-outer .inner .dr-image img{
		margin: auto;
	}
	.dr-outer .inner .content{
		width: 100%;
	}
	.cus_home_dr_slider{
		margin-top: 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; */
	}
	.working-days-tab .content {padding: 15px 15px 10px;}
	.working-days-tab .content h2 {font-size: 18px;}
	.working-days-main .wpb_wrapper{flex-wrap: wrap;}
	.working-days-main{padding: 0px 15px !important;}
	.cdcp-banner p {font-size: 1.3rem !important;}
	.working-days-main #sunday {
		display: none;
	}


}

@media (max-width: 520px){
	.home-dr-section > .right{padding: 15px;}
	.home-dr-section .title {font-size: 35px;line-height: normal;}
	.home-dr-section .content p {font-size: 15px;}

	.home-videos-row .link a::after {margin-left: 10px;}
	.home-videos-row .link a {font-size: 14px;}

	.home-service-outer .service-item .service-link {height: auto;}
	.home-service-outer .slick-track {display: block;}
	.homeVideoSlider .play-icon::after {height: 20px;width: 20px;margin-left: 9px;}
	.homeVideoSlider .play-icon {width: 50px;height: 50px;}
	.patients-says .title {font-size: 30px;}
	.homeVideoSliderSection .btn-wrap button {height: 50px;width: 50px;}
	
	.emergency-dentist-in-bowmanville .vc_col-sm-6 h3 a{
		display: block;
	}
	.home-service-outer .service-item img{
		height: 250px;
	}
	
}

.banner-slider .button {
    background: var(--first-color);
    color: #fff;
    padding: 1rem 2rem;
    line-height: normal;
}