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

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

/* Icons */
@font-face {
 font-family: 'slick';
 font-weight: normal;
 font-style: normal;
 src: url();
 /* src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') 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: 31px; height: 31px; font-size: 0; line-height: 0; color: transparent; border: none; outline: none; background: transparent; transition: all 0.25s ease-out 0s; transform: translateY(-50%); cursor: pointer; display: block; padding: 0; position: absolute; top: 50%; 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: -3%; background: url(../images/left-arrow-icon.svg) no-repeat top / 100%;}
.slick-prev:hover { background: url(../images/left-arrow-icon.svg) no-repeat bottom / 100%; filter: invert();}
.slick-next { right: -3%; background: url(../images/right-arrow-icon.svg) no-repeat top / 100%;}
.slick-next:hover { background: url(../images/right-arrow-icon.svg) no-repeat bottom / 100%; filter: invert();}

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

.experience-col1 .slick-dots li button:hover:before, .experience-col1 .slick-dots li button:focus:before { background:#1c1d1f;}
.experience-col1 .slick-dots li button:before { background:rgba(28,29,31,0.1);}
.experience-col1 .slick-dots li.slick-active button:before { color: black; background:#1c1d1f;}
.courses-col1 .slick-dots li button:hover:before, .courses-col1 .slick-dots li button:focus:before { background:#1c1d1f;}
.courses-col1 .slick-dots li button:before { background:rgba(28,29,31,0.1);}
.courses-col1 .slick-dots li.slick-active button:before { color: black; background:#1c1d1f;}

.treatments-wrapp .slick-dots {bottom: -100px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.slick-dots { width: 100%; margin: 0 0 0; position: absolute; bottom: -38px;}
.slick-dots li { width: 30px; height: 1px; margin: 0 2px 0;}
.slick-dots li button { width: 30px; height: 1px;}
.slick-dots li button:before { width: 30px; height: 1px;}
.experience-col1 .slick-dots { bottom: -64px;}
.galler-wrapp .galler-col1 .smilegallerypage .slick-prev {left: -13px;}
.galler-wrapp .galler-col1 .smilegallerypage .slick-next {right: -13px;}

.treatments-wrapp .slick-dots {bottom: -80px;}

}

@media screen and (min-width:481px) and (max-width:600px) {
.slick-dots { width: 100%; margin: 0 0 0; position: absolute; bottom: -38px;}
.slick-dots li { width: 30px; height: 1px; margin: 0 2px 0;}
.slick-dots li button { width: 30px; height: 1px;}
.slick-dots li button:before { width: 30px; height: 1px;}
.experience-col1 .slick-dots { bottom: -64px;}

.galler-wrapp .galler-col1 .smilegallerypage .slick-prev {left: -13px;}
.galler-wrapp .galler-col1 .smilegallerypage .slick-next {right: -13px;}

.treatments-wrapp .slick-dots {bottom: -80px;}

}

@media screen and (min-width:601px) and (max-width:767px) {
.slick-dots { width: 100%; margin: 0 0 0; position: absolute; bottom: -38px;}
.slick-dots li { width: 30px; height: 1px; margin: 0 2px 0;}
.slick-dots li button { width: 30px; height: 1px;}
.slick-dots li button:before { width: 30px; height: 1px;}
.experience-col1 .slick-dots { bottom: -64px;}

.galler-wrapp .galler-col1 .smilegallerypage .slick-prev {left: -13px;}
.galler-wrapp .galler-col1 .smilegallerypage .slick-next {right: -13px;}

.treatments-wrapp .slick-dots {bottom: -80px;}

}

@media screen and (min-width:768px) and (max-width:900px) {
.slick-dots { bottom: -70px;}
.galler-wrapp .galler-col1 .smilegallerypage .slick-prev {left: -13px;}
.galler-wrapp .galler-col1 .smilegallerypage .slick-next {right: -13px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.slick-dots { bottom: -76px;}
.galler-wrapp .galler-col1 .smilegallerypage .slick-prev {left: -13px;}
.galler-wrapp .galler-col1 .smilegallerypage .slick-next {right: -13px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.galler-wrapp .galler-col1 .smilegallerypage .slick-prev {left: -13px;}
.galler-wrapp .galler-col1 .smilegallerypage .slick-next {right: -13px;}

}

@media screen and (min-width:1241px) and (max-width:1340px) {
.galler-wrapp .galler-col1 .smilegallerypage .slick-prev {left: -13px;}
.galler-wrapp .galler-col1 .smilegallerypage .slick-next {right: -13px;}

}

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

}