/* Main
-----------------------------------------------*/
.main-wrap {
	background-color: #f5f3e8;
	text-align: center;
	padding: 70px 0;
}
.main-wrap .container {
	max-width: 1500px;
}
.dr-wrap {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.dr-wrap .image-side img {
	display: block;
	padding: 0 0 37px 37px;
	background-color: #516171;
}
.dr-wrap .content-side {
	max-width: 480px;
	margin: 20px;
}

.image-side img {
    max-width: 571px;
    width: 100%;
}

.title-under {
	position: relative;
	padding-bottom: 33px;
	margin-bottom: 33px;
}
.title-under::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 4px;
	width: 260px;
	background-color: #b2c5cd;
}

/* Awards
-----------------------------------------------*/
.best-dentist {
    text-align: center;
    padding: 20px;
}
.best-dentist .awards {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 10px 8vw 0;
}

/* Services
-----------------------------------------------*/
.services-section {
	background-color: #516171;
	text-align: center;
	padding: 50px 0 100px;
}
.services-section .container {
	max-width: 1600px;
}
.services-section h2 {
	padding-bottom: 75px;
}
.show-slider .slick-list {
	/*overflow: visible;*/
}
a.show {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	background-color: #fff;
	outline: 3px solid #708090;
	outline-offset: -18px;
	height: 293px;
	width: 293px;
	margin: 20px auto;
	padding: 15px;
	text-decoration: none;
}
a.show .image-box {
	height: 147px;
	width: 147px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px;
}

.pulse:hover {
	animation: pulse 1s infinite;
}
@keyframes pulse {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.02, 1.02);
	}
	100% {
		transform: scale(1, 1);
	}
}

.show-slider ul.slick-dots {
	list-style: none;
	margin: 10px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.show-slider ul.slick-dots li {
	margin: 5px;
}
.show-slider ul.slick-dots li button {
	margin: 5px;
	border-radius: 0px;
	font-size: 0px;
	padding: 2px 11px;
	border: none;
	background: #f5f5f5;
	opacity: 0.3;
}
.show-slider ul.slick-dots li.slick-active button {
	opacity: 1;
}

/* Tour
-----------------------------------------------*/
.tour-section {
	text-align: center;
	padding: 100px 0;
}
.tour-section .container {
	max-width: 1500px;
}
.tour-section .tour-holder {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.tour-section .content-side {
	max-width: 480px;
	margin: 20px;
}
.office-tour {
	padding: 0 37px 37px 0;
	background-color: #516171;
}
.office-tour .slide-container {
	padding: 0;
}
.office-tour .arrow,
.office-tour .number-crumb-container {
	display: none;
}

/* Testimonials
-----------------------------------------------*/
.testimonial-section {
	background-color: #f5f3e8;
	padding: 100px 0;
	text-align: center;
}
.testimonial-section .container {
	max-width: 1700px;
}
.testimonial-section h2 {
	margin-bottom: 35px;
}
.rev-slider {
	text-align: left;
	padding: 25px 0 70px;
}
.rev-slider .rev {
	padding: 0 56px;
	position: relative;
}
.rev-slider .rev::before {
	content: '';
	position: absolute;
	left: 0;
	top: 60px;
	width: 4px;
	height: 240px;
	background-color: #708090;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
.rev-slider .rev.slick-active::before {
	opacity: 1;
}
.rev-slider .rev.slick-active.slick-current::before {
	opacity: 0;
}
.rev-slider img.slick-arrow {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	right: calc(100% - 20px);
	cursor: pointer;
}
.rev-slider img.slick-arrow.next-arrow {
	right: unset;
	left: calc(100% - 20px);
}
.rev-slider .rev h4 {
	margin-bottom: 20px;
}
.rev-slider .rev p {
	line-height: 180%;
}

/* RESPONSIVE 
-----------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1400px) {
}

@media only screen and (min-width: 980px) {
}
@media (max-width: 1600px) {
	.rev-slider img.slick-arrow {
		right: calc(100% - 20px);
	}
	.rev-slider img.slick-arrow.next-arrow {
		right: unset;
		left: calc(100% - 20px);
	}
}
@media (max-width: 1025px) {
}

@media only screen and (max-width: 979px) {
	.dr-wrap {
		flex-wrap: wrap;
	}
	.dr-wrap .image-side img {
		padding: 0 0 20px 20px;
	}
	.dr-wrap .content-side {
		max-width: 100%;
		margin: 40px 0 0;
	}
	.tour-section .tour-holder {
		flex-wrap: wrap;
	}
	.office-tour {
		padding: 0 20px 20px 0;
	}
	.tour-section .content-side {
		order: 1;
		max-width: 100%;
		margin: 40px 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.show-slider ul.slick-dots li button {
		margin: 5px 3px;
		padding: 3px 18px;
	}
	.rev-slider .rev {
		padding: 0 36px;
	}
	.rev-slider img.slick-arrow {
		max-width: 18px;
	}
}

@media all and (max-width: 600px) {
}

@media only screen and (max-width: 480px) {
}
