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

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

/* Icons */
@font-face {
 font-family: 'slick';
 font-weight: normal;
 font-style: normal;
 src: url('./fonts/slick.eot');
 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 { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 27px; height: 28px; transition: all 0.25s ease-out 0s; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent; 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: -61px; background:url(../images/left-black-transparent-aquamarine-circle-arrow.svg) no-repeat center / 100%;}
.slick-prev:hover { background:url(../images/left-white-aquamarine-circle-arrow.svg) no-repeat center / 100%;}
.slick-next { right: -61px; background:url(../images/right-black-transparent-aquamarine-circle-arrow.svg) no-repeat center / 100%;}
.slick-next:hover { background:url(../images/right-white-aquamarine-circle-arrow.svg) no-repeat center / 100%;}
.treatments-col2 .slick-prev { left: -51px; background:url(../images/left-white-aquamarine-circle-arrow.svg) no-repeat center / 100%;}
.treatments-col2 .slick-prev:hover { background:url(../images/left-black-transparent-aquamarine-circle-arrow.svg) no-repeat center / 100%;}
.treatments-col2 .slick-next { right: -51px; background:url(../images/right-white-aquamarine-circle-arrow.svg) no-repeat center / 100%;}
.treatments-col2 .slick-next:hover { background:url(../images/right-black-transparent-aquamarine-circle-arrow.svg) no-repeat center / 100%;}

.treatin4-wrapp .slick-prev { left: -71px; background:url(../images/left-yellow-aquamarine-circle-arrow.svg) no-repeat center / 100%;}
.treatin4-wrapp .slick-prev:hover { background:url(../images/left-white-aquamarine-circle-arrow.svg) no-repeat center / 100%;}
.treatin4-wrapp .slick-next { display:none !important;}

/* Dots */
.slick-slider { padding-left:0;}
.slick-dots { width: 100%; text-align: center; display: block; margin: 0 0 0; position: absolute; right: 0; bottom: -42px; left: 0;}
.slick-dots li { width: 6.9px; height: 6.9px; cursor: pointer; vertical-align: middle; display: inline-block; margin: 0 3px 0; position: relative;}
.slick-dots li button { width: 6.9px; height: 6.9px; font-size: 0; line-height: 0; padding: 3.45px 3.45px 3.45px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; display: block;}
.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: #ccb53f;}
.slick-dots li button:before { content: '•'; width: 6.9px; height: 6.9px; text-align: center; color: black; background: #fffef6; border-radius:50%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; top: 0; left: 0;}
.slick-dots li.slick-active button:before { color: black; background: #ccb53f;}
.testimonials-col1 .slick-dots { width: 100%; margin: 0 0 0; position: absolute; top: -50px; right: 0; bottom: inherit; left: 0;}
.treatments-col2 .slick-dots li button:hover:before, .treatments-col2 .slick-dots li button:focus:before, .transformations-col2 .slick-dots li button:hover:before, .transformations-col2 .slick-dots li button:focus:before { background: #ccb53f;}
.treatments-col2 .slick-dots li button:before, .transformations-col2 .slick-dots li button:before { background: rgba(0,0,0,0.4);}
.treatments-col2 .slick-dots li.slick-active button:before, .transformations-col2 .slick-dots li.slick-active button:before { background: #ccb53f;}

.testimonial-col1 .slick-dots { width: 100%; text-align:right; position: absolute; right: -25%; bottom: 0; left: inherit; display: block; margin: 0 0 0;}
.testimonial-col1 .slick-dots li { width: 11px; height: 2px; cursor: pointer; vertical-align: middle; display:inline-block; transition: all 0.25s ease-out 0s; margin:0 1px 0; position: relative;}
.testimonial-col1 .slick-dots li:hover { width: 24px;}
.testimonial-col1 .slick-dots li button { width: 11px; height: 2px; font-size:0; line-height:0; display:block; transition: all 0.25s ease-out 0s;  padding:1px 5.5px 1px; cursor:pointer; color: transparent; border:0; outline:none; background:transparent;}
.testimonial-col1 .slick-dots li button:hover, .testimonial-col1 .slick-dots li button:focus { width: 24px; outline: none; }
.testimonial-col1 .slick-dots li button:hover:before, .testimonial-col1 .slick-dots li button:focus:before { width: 24px; background: #ccb53f;}
.testimonial-col1 .slick-dots li button:before { content: '•'; width: 11px; height: 2px; text-align: center; color: black; background: #d9d9d9; 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;}
.testimonial-col1 .slick-dots li.slick-active { width: 24px;}
.testimonial-col1 .slick-dots li.slick-active button { width: 24px;}
.testimonial-col1 .slick-dots li.slick-active button:before { width: 24px; color: black; background: #ccb53f;}

.recruitment1-col1 .slick-dots { width: 100%; text-align:right; position: absolute; right: -25%; bottom: 14px; left: inherit; display: block; margin: 0 0 0;}
.recruitment1-col1 .slick-dots li { width: 11px; height: 2px; cursor: pointer; vertical-align: middle; display:inline-block; transition: all 0.25s ease-out 0s; margin:0 1px 0; position: relative;}
.recruitment1-col1 .slick-dots li:hover { width: 24px;}
.recruitment1-col1 .slick-dots li button { width: 11px; height: 2px; font-size:0; line-height:0; display:block; transition: all 0.25s ease-out 0s;  padding:1px 5.5px 1px; cursor:pointer; color: transparent; border:0; outline:none; background:transparent;}
.recruitment1-col1 .slick-dots li button:hover, .recruitment1-col1 .slick-dots li button:focus { width: 24px; outline: none; }
.recruitment1-col1 .slick-dots li button:hover:before, .recruitment1-col1 .slick-dots li button:focus:before { width: 24px; background: #ccb53f;}
.recruitment1-col1 .slick-dots li button:before { content: '•'; width: 11px; height: 2px; text-align: center; color: black; background: #d9d9d9; 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;}
.recruitment1-col1 .slick-dots li.slick-active { width: 24px;}
.recruitment1-col1 .slick-dots li.slick-active button { width: 24px;}
.recruitment1-col1 .slick-dots li.slick-active button:before { width: 24px; color: black; background: #ccb53f;}

.testimonials-wrapp2 .slick-dots li button:hover:before, .testimonials-wrapp2 .slick-dots li button:focus:before { background: #ccb53f;}
.testimonials-wrapp2 .slick-dots li button:before { background:#020000;}
.testimonials-wrapp2 .slick-dots li.slick-active button:before { background: #ccb53f;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.testimonials-col1 .slick-dots { width: 100%; margin: 0 0 0; position: absolute; top: inherit; right: 0; bottom: -42px; left: 0;}
.transformations-col2 .slick-dots { width: 100%; margin: 0 0 0; position: absolute; top: inherit; right: 0; bottom: -36px; left: 0;}

.recruitment1-col1 .slick-dots { right:0;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.testimonials-col1 .slick-dots { width: 100%; margin: 0 0 0; position: absolute; top: inherit; right: 0; bottom: -42px; left: 0;}
.transformations-col2 .slick-dots { width: 100%; margin: 0 0 0; position: absolute; top: inherit; right: 0; bottom: -36px; left: 0;}

.recruitment1-col1 .slick-dots { right:0;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.testimonials-col1 .slick-dots { width: 100%; margin: 0 0 0; position: absolute; top: inherit; right: 0; bottom: -42px; left: 0;}
.transformations-col2 .slick-dots { width: 100%; margin: 0 0 0; position: absolute; top: inherit; right: 0; bottom: -36px; left: 0;}

.recruitment1-col1 .slick-dots { right:0;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.testimonials-col1 .slick-dots { top: -26px;}
.recruitment1-col1 .slick-dots {
    right: 0;
    bottom: -36px;
}

}

@media screen and (min-width:901px) and (max-width:1024px) {
.testimonials-col1 .slick-dots { top: -34px;}
.recruitment1-col1 .slick-dots {right: 0;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.testimonials-col1 .slick-dots { top: -42px;}
.testimonial-col1 .slick-dots {right: -30%;}
.recruitment1-col1 .slick-dots {right: 0;}
}

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

}

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

}