@charset "utf-8";
/* CSS Document */

/* Slider */
.slick-loading .slick-list { background: #fff center center no-repeat; }

/* Icons */
@font-face {
 font-family: 'slick';
 font-weight: normal;
 font-style: normal;
 
 src: format('embedded-opentype'), format('woff'), format('truetype'), format('svg');
}
/* Arrows */
[dir='rtl'] .slick-prev { right: -25px; left: auto; }
[dir='rtl'] .slick-prev:before { content: '→'; }
[dir='rtl'] .slick-next { right: auto; left: -25px; }
[dir='rtl'] .slick-next:before { content: '←'; }
.slick-prev, .slick-next { width: 50px; font-size: 0; line-height: 0; transform: translateY(-50%); transition: all 0.25s ease-out 0s; padding: 0 0 50px; cursor: pointer; color: transparent; border: none; outline: none; background: transparent; display: block; position: absolute; top: 50%; z-index:9;}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; }
.slick-prev:before, .slick-next:before { font-family: 'slick'; font-size: 20px; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-prev { left: 0; background: url(../images/left-white-black-plain-arrow.svg) no-repeat top center / 100%;}
.slick-prev:hover { background: url(../images/left-white-black-plain-arrow.svg) no-repeat bottom center / 100%;}
.slick-next { right: 0; background: url(../images/right-white-black-plain-arrow.svg) no-repeat top center / 100%;}
.slick-next:hover { background: url(../images/right-white-black-plain-arrow.svg) no-repeat bottom center / 100%;}
.team-col2 .slick-prev, .team-col2 .slick-next { transform: none; top: inherit; bottom: 44px;}
.team-col2 .slick-prev { left: inherit; right: 143px;}
.team-col2 .slick-next { right: 45px;}
.clinic-col2 .slick-prev { left: 8.8%;}
.clinic-col2 .slick-next { right: 8.8%;}

/* Dots */
.slick-slider { padding-left:0;}
.slick-dots { width:12px; text-align:center; list-style:none; display:block; margin:0 0 0; position:absolute; top:0; right:-32px;}
.slick-dots li { width:12px; height:12px; display:inline-block; vertical-align:top; margin:0 0 10px; cursor:pointer; position: relative;}
.slick-dots li:last-child { margin-bottom:0;}
.slick-dots li button { font-size:0; line-height:0; display:block; width:12px; height:12px; padding:5px; cursor:pointer; color: transparent; border:0; outline:none; background:transparent;}
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { background:#b29455;}
.slick-dots li button:before { background:rgba(178,148,85,0.4); position: absolute; top: 0; left: 0; width:12px; height:12px; content: '•'; text-align: center; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; border-radius:50%;}
.slick-dots li.slick-active button:before { color: black; background:#b29455;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.slick-dots { width:100%; margin:0 0 0; position:absolute; top:inherit; right:0; bottom:-52px; left:0;}
.slick-dots li { width:12px; margin:0 4px 0;}
.reviews-col3 .slick-dots { bottom:-53px;}
.instagram-col2 .slick-dots { bottom:-53px;}

.members-col2 .slick-dots { bottom:0;}
.sidbar-col3 .slick-dots { bottom:-130px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.slick-dots { width:100%; margin:0 0 0; position:absolute; top:inherit; right:0; bottom:-52px; left:0;}
.slick-dots li { width:12px; margin:0 4px 0;}
.reviews-col3 .slick-dots { bottom:-53px;}
.instagram-col2 .slick-dots { bottom:-53px;}

.members-col2 .slick-dots { bottom:0;}
.sidbar-col3 .slick-dots { bottom:-130px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.slick-dots { width:100%; margin:0 0 0; position:absolute; top:inherit; right:0; bottom:-52px; left:0;}
.slick-dots li { width:12px; margin:0 4px 0;}
.team-col2 .slick-dots { width:90%; text-align:right; bottom:19px;}
.team-col2 .slick-dots li { width:12px; margin:0 0 0 8px;}
.reviews-col3 .slick-dots { bottom:-53px;}
.instagram-col2 .slick-dots { bottom:-53px;}

.members-col2 .slick-dots { bottom:0;}
.sidbar-col3 .slick-dots { bottom:-130px;}
}

@media screen and (min-width:768px) and (max-width:900px) {

}

@media screen and (min-width:901px) and (max-width:1024px) {

}

@media screen and (min-width:1025px) and (max-width:1240px) {

}

@media screen and (min-width:1241px) and (max-width:1340px) {

}

@media screen and (min-width:1341px) and (max-width:1440px) {

}