p.showcase-title{
    color: #f8f8f8;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 9;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -2px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
p.showcase-title:hover{
    color: #17bdb4;
}

.reviews-holder {
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.showcase {
    max-width: 480px;
    display: inline-block;
    vertical-align: top;
    float: left;
    border: 1px solid #ccc;
    width: 25%;
    position: relative;
}

.showcase a {
    text-decoration: none;
}

.showcase h3 {
    color: #f8f8f8;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 9;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -2px;
}

.showcase:hover h3 {
    color: #17bdb4;
}

.showcaseholder {
    display: flex;
    justify-content: space-around;
}
.showcase a img {
    display: block;
    margin-bottom: 0;
} 
.home .main {
    max-width: 775px;
    margin: 0 0 0 auto;
}
.home .main-wrap .container {
    max-width: 1740px;
}
.page-id-2262 .main {
    max-width: 775px;
    margin: 0 0 0 auto;
}
.page-id-2262 .main-wrap .container {
    max-width: 1740px;
}


.main-wrap{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #dededc;
	padding: 100px 0;
}
.no-webp.home.loaded .main-wrap {
	background-image: url("../images/doc.jpg");
}

.webp.home.loaded .main-wrap {
	background-image: url("../images/doc.jpg");
}
.page-id-2262.loaded .main-wrap {
	background-image: url("../images/doc.jpg");
}

.home h1 {
    color: #17bdb4;
    font-size: 28px;
    line-height: 28px;
    margin: 0 0 8px;
}
.home .main h3 {
    color: #292929;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -1px;
}
.post_content.clearfix img {
    display: inline-block;
    vertical-align: middle;
}
.homeSocial {
    background: #292929;
    padding: 10px 0;
    display: flex;
    align-items: center; 
    justify-content: space-around;
    flex-wrap: wrap;
}
.homeSocial .social li a {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background-color: #17bdb4;
    margin-right: 10px;
}
.homeSocial .social li a svg{
	fill: #fff;
}
.homeSocial a.main-btn.transition{
    text-transform: uppercase;
    padding: 18px 30px;
    margin: 10px 0;
}

.social ul li{
    height: 54px;
    width: 54px;
    margin-right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #18bdb4;
    transition: all .3s ease;
}

.social ul li:last-child{
    margin: 0;
}

.social ul li a svg{
    fill: #fff;
    width: 30px;
    height: 30px;
}

.social ul li a{
    width: 30px;
    height: 30px;
}

.social ul li:hover{
    opacity: .8;
}

.tour-section {
    min-height: 1000px;
	position: relative;
}

.tour-section .mytour{
    min-height: 1000px;
	position: relative;
}


.tour-box{
	min-height: 1000px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}
.no-webp.loaded .tourone .tour-box{
	background-image: url("../images/slideshow/banner1.jpg");
}
.webp.loaded .tourone .tour-box{
	background-image: url("../images/slideshow/banner1.webp");
}
.no-webp.loaded .tourtwo .tour-box{
	background-image: url("../images/slideshow/banner2.jpg");
}
.webp.loaded .tourtwo .tour-box{
	background-image: url("../images/slideshow/banner2.webp");
}
.homeBanner .content_container {
    max-width: 1640px;
    margin: 200px auto 0;
    padding: 0 20px;
}

.tour-content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 100px;
}
.tour-wrap {
    max-width: 770px;
	width: 100%;
}
.tour-section button.slick-prev.slick-arrow {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 49px;
    height: 86px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left: 30px;
    top: 50%;
    z-index: 9;
    margin-top: -65px;
	background-color: transparent;
	font-size: 0;
	border-radius: 0;
	padding: 0;
}
.no-webp.loaded .tour-section button.slick-prev.slick-arrow  {
	background-image: url("../images/left-arrow.png");
}
.webp.loaded .tour-section button.slick-prev.slick-arrow  {
	background-image: url("../images/left-arrow.webp");
}

.tour-section button.slick-next.slick-arrow {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 49px;
    height: 86px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 50%;
    z-index: 9;
    margin-top: -65px;
	background-color: transparent;
	font-size: 0;
	border-radius: 0;
	padding: 0;
}
.no-webp.loaded .tour-section button.slick-next.slick-arrow {
	background-image: url("../images/right-arrow.png");
}
.webp.loaded .tour-section button.slick-next.slick-arrow {
	background-image: url("../images/right-arrow.webp");
}

.tour-content h2 {
    color: #17bdb4;
    text-transform: uppercase;
    letter-spacing: -3px;
    font-size: 50px;
    line-height: 60px;
}

.tour-content h2 span {
    color: #292929;
    display: block;
    text-transform: none;
    letter-spacing: -1px;
    font-size: 35px;
    line-height: 35px;
}

.tour-content h3 {
    color: #292929;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -2px;
    margin: 0;
}

.tour-content p {
    margin: 17px 0;
}

.reviews-area {
    background: #d6d6d3;
    padding: 80px 0 50px;
    border-top: 8px solid #17bdb4;
	position: relative;
}

.reviews-area h2 {
    color: #292929;
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 5px;
}
.reviews-area h2 span {
    color: #17bdb4;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -2px;
}

.reviews-area h3 {
    color: #292929;
    font-size: 27px;
    line-height: 28px;
    margin-bottom: 35px;
}

.reviews-holder{
    color: #1f1f1f;
    font-family: 'CormorantGaramond-Regular', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 23px;
    line-height: 30px;
    position: relative;
    padding: 0 45px;
	min-height: 200px;
}

.reviews-holder .number-crumb-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    text-align: center;
}
.reviews-holder .arrow{
	display: none;
}
.reviews-holder .number-crumb-container .option.selected {
    background: #17bdb4;
}

.reviews-holder .number-crumb-container .option {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    cursor: pointer;
    background: #bdbbbb;
    display: inline-block;
    margin: 0 6px;
    vertical-align: middle;
    border: none;
}
.reviews-holder .slide-container {
    padding-bottom: 30px;
    min-height: 200px;
}
.reviews-holder:before {
    content: "";
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
    width: 35px;
    height: 32px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.no-webp.loaded .reviews-holder:before {
	background-image: url("../images/left-quote.png");
}
.webp.loaded .reviews-holder:before {
	background-image: url("../images/left-quote.webp");
}

.reviews-holder:after {
    content: "";
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
    width: 35px;
    height: 32px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.no-webp.loaded .reviews-holder:after {
	background-image: url("../images/right-quote.png");
}
.webp.loaded .reviews-holder:after {
	background-image: url("../images/right-quote.webp");
}

.patient-name{
	color: #1f1f1f;
    font-family: 'CormorantGaramond-Regular', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 23px;
    line-height: 30px;
	text-transform: none;
	letter-spacing: normal;
    margin: 1em 0;
}

.map-overlay1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
    z-index: 9;
    background-size: cover;
    cursor: pointer;
}
.no-webp.loaded .map-overlay1{
	background-image: url("../images/map1.jpg");
}
.webp.loaded .map-overlay1 {
	background-image: url("../images/map1.webp");
}

.map-overlay2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
    cursor: pointer;
}
.no-webp.loaded .map-overlay2{
	background-image: url("../images/map2.jpg");
}
.webp.loaded .map-overlay2 {
	background-image: url("../images/map2.webp");
}

.map-area {
    position: relative;
    overflow: hidden;
    max-height: 458px;
}

/* RESPONSIVE 
-----------------------------------------------*/
@media (max-width: 1500px) and (min-width: 1100px){
    .home #main {
        background: rgba(221, 221, 219, .6);
    }
    .page-id-2262 #main {
        background: rgba(221, 221, 219, .6);
    }
}
@media(max-width: 1350px){
    .page-id-2262.loaded.webp .main-wrap,
    .page-id-2262.loaded .main-wrap {
        background: #f0f0ee;
        padding: 30px 0;
    }
    .page-id-2262 #main {
        margin: 0 auto;
        background: none;
    }
}

@media(max-width: 1200px){
    .showcaseholder{
        flex-wrap: wrap;
    }
    
    .showcase{
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 1025px) {
	.tour-box{
		min-height: auto;
		background-image: none!important;
	}
	.tour-section .mytour{
		min-height: auto;
		padding: 50px 0;
	}
	.tour-section{
		min-height: auto;
	}
}

@media only screen and (max-width: 979px){
    .home.loaded.webp .main-wrap,
    .home.loaded .main-wrap {
        background: #f0f0ee;
        padding: 30px 0;
    }
    
    .homeBanner {
        height: 600px;
    }
}

@media only screen and (max-width: 480px){
    .tour-section {
        display: none;
    }
	.homeSocial .social li a {
		width: 34px;
		height: 34px;
	}
}

@media(max-width: 360px){
    .social ul li{
        margin-right: 5px;
        width: 40px;
        height: 40px;
    }
}