@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 */
.slick-prev, .slick-next { width: 42px; height: 54px; font-size: 0; line-height: 0; display: block; transition: all 0.25s ease-out 0s; padding: 0; transform: translateY(-50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent; transition: all 0.25s ease-out 0s; 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 { border-radius:50px 0 0 50px; background:#454442 url(../images/left-arrow.svg) no-repeat 24px center; left:0;}
.slick-prev:hover { background:#454442 url(../images/left-arrow2.svg) no-repeat 24px center;}
.slick-next { border-radius:0 50px 50px 0; background:#454442 url(../images/right-arrow.svg) no-repeat 14px center; left:42px;}
.slick-next:hover { background:#454442 url(../images/right-arrow2.svg) no-repeat 14px center;}
[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: '←'; }

.teamin2-wrapp .slick-prev, .teamin2-wrapp .slick-next { top:-10%;}

.sidbar-row2 .slick-prev, .sidbar-row2 .slick-next { width:7px; height:10px; transform:none; top:inherit; bottom:27px;}
.sidbar-row2 .slick-prev { border-radius:0 0 0 0; background:url(../images/left-arrow.svg) no-repeat 100% center; left:28px;}
.sidbar-row2 .slick-prev:hover { background:url(../images/left-arrow2.svg) no-repeat 100% center;}
.sidbar-row2 .slick-next { border-radius:0 0 0 0; background:url(../images/right-arrow.svg) no-repeat 100% center; left:56px;}
.sidbar-row2 .slick-next:hover { background:url(../images/right-arrow2.svg) no-repeat 100% center;}

/* 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:-25px; left:0;}
.slick-dots li { position: relative; display:inline-block; width:8px; height:8px; margin:0 3px 0; cursor:pointer;}
.slick-dots li button { font-size:0; line-height:0; display:block; width:8px; height:8px; 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:#bfac6e;}
.slick-dots li button:before { content: '•'; width:8px; height:8px; background:#919191; text-align: center; color: black; -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:#bfac6e;}

.testimonials-wrapp .slick-prev { transform:rotate(-90deg); top:42px; right:-711px; left:inherit;}
.testimonials-wrapp .slick-next { transform:rotate(-90deg); top:0; right:-711px; left:inherit;}

/* Dots */
.implants-wrapp2 .slick-dots { width:fit-content; text-align:left; display:block; list-style:none; margin:0 auto 0 5%; position:absolute; right:0; bottom:89px; left:0;}
.implants-wrapp2 .slick-dots li { position: relative; display:inline-block; width:72px; height:2px; margin:0 3px 0; cursor:pointer;}
.implants-wrapp2 .slick-dots li button { font-size:0; line-height:0; display:block; width:72px; height:2px; padding:5px; cursor:pointer; color: transparent; border:0; outline:none; background:transparent;}
.implants-wrapp2 .slick-dots li button:hover, .implants-wrapp2 .slick-dots li button:focus { outline: none; }
.implants-wrapp2 .slick-dots li button:hover:before, .implants-wrapp2 .slick-dots li button:focus:before { background:#ffffff;}
.implants-wrapp2 .slick-dots li button:before { content: '•'; width:72px; height:2px; background:rgba(255,255,255,0.2); text-align: center; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; border-radius:0; transition:all 0.25s ease-out 0s; position: absolute; top: 0; left: 0;}
.implants-wrapp2 .slick-dots li.slick-active button:before { color: black; background:#ffffff;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.slick-dots { bottom:11px;}
.implants-wrapp2 .slick-dots { width:100%; bottom:-50px; text-align:center;margin: 0 auto;}
.implants-wrapp2 .slick-dots li { width:45px;}
.implants-wrapp2 .slick-dots li button { width:45px;}
.implants-wrapp2 .slick-dots li button:before { width:45px;}
.implants-wrapp2 .slick-dots li button:hover:before, .implants-wrapp2 .slick-dots li button:focus:before { background:#c6af86;}
.implants-wrapp2 .slick-dots li button:before { background:rgba(0,0,0,0.3);}
.implants-wrapp2 .slick-dots li.slick-active button:before { color: black; background:#c6af86;}

.teamin2-wrapp .slick-dots { bottom:-45px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.slick-dots { bottom:11px;}
.implants-wrapp2 .slick-dots { width:100%; bottom:-50px; text-align:center;margin: 0 auto;}
.implants-wrapp2 .slick-dots li { width:50px;}
.implants-wrapp2 .slick-dots li button { width:50px;}
.implants-wrapp2 .slick-dots li button:before { width:50px;}
.implants-wrapp2 .slick-dots li button:hover:before, .implants-wrapp2 .slick-dots li button:focus:before { background:#c6af86;}
.implants-wrapp2 .slick-dots li button:before { background:rgba(0,0,0,0.3);}
.implants-wrapp2 .slick-dots li.slick-active button:before { color: black; background:#c6af86;}

.teamin2-wrapp .slick-dots { bottom:-45px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.slick-dots { bottom:11px;}
.implants-wrapp2 .slick-dots { width:100%; bottom:-50px; text-align:center; margin: 0 auto;}
.implants-wrapp2 .slick-dots li { width:45px;}
.implants-wrapp2 .slick-dots li button { width:45px;}
.implants-wrapp2 .slick-dots li button:before { width:45px;}
.implants-wrapp2 .slick-dots li button:hover:before, .implants-wrapp2 .slick-dots li button:focus:before { background:#c6af86;}
.implants-wrapp2 .slick-dots li button:before { background:rgba(0,0,0,0.3);}
.implants-wrapp2 .slick-dots li.slick-active button:before { color: black; background:#c6af86;}

.teamin2-wrapp .slick-dots { bottom:-45px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.testimonials-wrapp .slick-prev { right:-136%;}
.testimonials-wrapp .slick-next { right:-136%;}
.implants-wrapp2 .slick-dots { width:94%; bottom:0px;}
.implants-wrapp2 .slick-dots li { width:40px;}
.implants-wrapp2 .slick-dots li button { width:40px;}
.implants-wrapp2 .slick-dots li button:before { width:40px;}
.implants-wrapp2 .implants-btn1{margin: 30px 0 0;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.testimonials-wrapp .slick-prev { right:-136%;}
.testimonials-wrapp .slick-next { right:-136%;}
.implants-wrapp2 .slick-dots { width:94%; bottom:0px;}
.implants-wrapp2 .slick-dots li { width:45px;}
.implants-wrapp2 .slick-dots li button { width:45px;}
.implants-wrapp2 .slick-dots li button:before { width:45px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.testimonials-wrapp .slick-prev { right:-136%;}
.testimonials-wrapp .slick-next { right:-136%;}
.implants-wrapp2 .slick-dots { width:94%; bottom:0px;}
.implants-wrapp2 .slick-dots li { width:45px;}
.implants-wrapp2 .slick-dots li button { width:45px;}
.implants-wrapp2 .slick-dots li button:before { width:45px;}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.testimonials-wrapp .slick-prev { right:-136%;}
.testimonials-wrapp .slick-next { right:-136%;}
.implants-wrapp2 .slick-dots { width:94%;}
}

@media screen and (min-width:1341px) and (max-width:1440px) {
/* .linker-wrapp .linker-col2 { margin:0 0 0 67px;} */
}