@charset "UTF-8";
/* 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: 47px; height: 47px; font-size: 0; line-height: 0; cursor: pointer; color: transparent; border: none; outline: none; background: transparent; transition: all 0.25s ease-out 0s; display: block; padding: 0; position: absolute; bottom: -84px; z-index: 99;}
.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-transparent-circle-arrow.svg) no-repeat top / 100%;}
.slick-prev:hover { background: url(../images/left-white-black-transparent-circle-arrow.svg) no-repeat bottom / 100%;}
.slick-next { left: 57px; background: url(../images/right-white-black-transparent-circle-arrow.svg) no-repeat top / 100%;}
.slick-next:hover { background: url(../images/right-white-black-transparent-circle-arrow.svg) no-repeat bottom / 100%;}

/* Dots */
.slick-slider { padding-left:0;}
.slick-dots { width: 100%; text-align: left; list-style: none; display: block; margin: 0 0 0; position: absolute; right: 0; bottom: -76px; left: 0;}
.slick-dots li { width: 8px; height: 8px; cursor: pointer; vertical-align: bottom; display: inline-block; margin: 0 5px 0 0; position: relative;}
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 8px; height: 8px; padding: 4px; 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: #77a8a8; border: 1px solid #77a8a8;}
.slick-dots li button:before { content: '•'; width: 8px; height: 8px; text-align: center; color: black; background: none; border: 1px solid rgba(21,21,21,0.3); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; border-radius: 50%; transition: all 0.25s ease-out 0s; position: absolute; top: 0; left: 0;}
.slick-dots li.slick-active button:before { color: black; background: #77a8a8; border: 1px solid #77a8a8;}

.gallery-col1 .slick-dots { text-align: center; bottom:-164px;}
.gallery-col1 .slick-dots li { margin: 0 4px 0;}
.gallery-col1 .slick-dots li button:hover:before, .gallery-col1 .slick-dots li button:focus:before { background: #506e6e; border: 1px solid #506e6e;}
.gallery-col1 .slick-dots li button:before { background: none; border: 1px solid rgba(255,255,255,0.6);}
.gallery-col1 .slick-dots li.slick-active button:before { background: #506e6e; border: 1px solid #506e6e;}

.invisalign-wrapp .slick-prev {bottom: -91px;}
.invisalign-wrapp .slick-next {bottom: -91px;left: inherit;right: 0;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.slick-dots { width: 100%; text-align: center; margin: 0 0 0; position: absolute; bottom: -38px;}
.slick-dots li { width: 8px; margin: 0 4px 0;}
.treatments-col1 .slick-dots { bottom: -20px;}
.gallery-col1 .slick-dots { bottom:-23px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.slick-dots { width: 100%; text-align: center; margin: 0 0 0; position: absolute; bottom: -38px;}
.slick-dots li { width: 8px; margin: 0 4px 0;}
.treatments-col1 .slick-dots { bottom: -20px;}
.gallery-col1 .slick-dots { bottom:-23px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.slick-dots { width: 100%; text-align: center; margin: 0 0 0; position: absolute; bottom: -38px;}
.slick-dots li { width: 8px; margin: 0 4px 0;}
.treatments-col1 .slick-dots { bottom: -20px;}
.gallery-col1 .slick-dots { bottom:-38px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.slick-prev, .slick-next { width: 45px; height: 45px; bottom: -72px;}
.slick-dots { bottom: -40px;}
.gallery-col1 .slick-dots { bottom: -128px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.slick-prev, .slick-next { width: 46px; height: 46px; bottom: -78px;}
.slick-dots { bottom: -52px;}
.gallery-col1 .slick-dots { bottom: -140px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.slick-dots { bottom: -64px;}
.gallery-col1 .slick-dots { bottom: -152px;}
}

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

}

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

}