@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: 54px; height: 54px; font-size: 0; line-height: 0; display: block; transition: all 0.25s ease-out 0s; cursor: pointer; color: transparent; border: none; outline: none; background: transparent; padding: 0; position: absolute; bottom:0; 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: -162px; background:url(../images/left-black-circle-arrow.svg) no-repeat center / 100%;}
.slick-prev:hover { background:url(../images/left-yellow-circle-arrow.svg) no-repeat center / 100%;}
.slick-next { left: -100px; background:url(../images/right-black-circle-arrow.svg) no-repeat center / 100%;}
.slick-next:hover { background:url(../images/right-yellow-circle-arrow.svg) no-repeat center / 100%;}

/* Dots */
.slick-slider { padding-left:0;}
.slick-dots { width: 100%; text-align: center; display: block; list-style: none; margin: 0 0 0; position: absolute; right: 0; bottom: -8.8%; left: 0;}
.slick-dots li { width: 12px; height: 12px; cursor: pointer; vertical-align: bottom; display: inline-block; margin: 0 4px 0; position: relative;}
.slick-dots li button { width: 12px; height: 12px; font-size: 0; color: transparent; line-height: 0; border: 0; outline: none; background: transparent; cursor: pointer; display: block; padding:1px 14px 1px;}
.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: #fb9a06;}
.slick-dots li button:before { content: '•'; width:12px; height:12px; text-align: center; color: black; background: #ffffff; border-radius:0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; top: 0; left: 0; border-radius:50%;}
.slick-dots li.slick-active button:before { color: black; background: #fb9a06;}

.sidbar-col3 .slick-dots li.slick-active button:before { color: black; background: #9d0059;}
.sidbar-col3 .slick-dots li button:hover:before { color: black; background: #9d0059;}

.testimonials-row2 .slick-dots { text-align:left; bottom:-31px;}

.teamer-col2 .slick-dots { bottom:-43px;}
.teamer-col2 .slick-dots li button:hover:before, .teamer-col2 .slick-dots li button:focus:before { background: #fb9a06;}
.teamer-col2 .slick-dots li button:before { background: #9d0059;}
.teamer-col2 .slick-dots li.slick-active button:before { background: #fb9a06;}

.smile-wrapp  .slick-dots li button:before {background: #9d0059;}
.smile-wrapp .slick-dots li.slick-active button:before { background: #fb9a06;}

.about-wrapp .about-col1 .slick-slider {margin: 0 0 30px;}
.about-wrapp .about-col1 .slick-dots li button:before {background: #1d1d1b;}
.about-wrapp .about-col1 .slick-dots li button:hover:before, 
.about-wrapp .about-col1 .slick-dots li.slick-active button:before {background: #fb9a06;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.testimonials-row2 .slick-dots { text-align:center; bottom:-19px;}

.invisalign-wrapp .invisalign-col1 .slick-dots { bottom: -20px;}
.invisalign-wrapp .invisalign-col1 .slick-slide {margin: 0 5px 18px;}

}

@media screen and (min-width:481px) and (max-width:600px) {
.testimonials-row2 .slick-dots { text-align:center; bottom:-19px;}

.invisalign-wrapp .invisalign-col1 .slick-dots { bottom: -20px;}
.invisalign-wrapp .invisalign-col1 .slick-slide {margin: 0 5px 18px;}

}

@media screen and (min-width:601px) and (max-width:767px) {
.testimonials-row2 .slick-dots { text-align:center; bottom:-19px;}

.invisalign-wrapp .invisalign-col1 .slick-dots { bottom: -20px;}
.invisalign-wrapp .invisalign-col1 .slick-slide {margin: 0 5px 18px;}

}

@media screen and (min-width:768px) and (max-width:900px) {
.slick-prev, .slick-next { width: 29px; height: 30px;}
.slick-next { left:-40px;}
.slick-prev { left:-75px;}

.testimonials-row2 .slick-dots {bottom: -18px}

}

@media screen and (min-width:901px) and (max-width:1024px) {
.slick-prev, .slick-next { width: 32px; height: 32px;}
.slick-next { left:-45px;}
.slick-prev { left:-85px;}
.testimonials-row2 .slick-dots {bottom: -28px}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.slick-next { left:-64px;}
.slick-prev { left:-130px;}
.testimonials-row2 .slick-dots {bottom: -28px}
}

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

}

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

}