@charset "utf-8";
/* Normal CSS */
body {
  color: #343434;
  line-height: 1.42857143;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
}
html {
  overflow-x: hidden;
}
*, *:focus {
  outline: none;
}
a {
  color: #343434;
  transition: all ease .4s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  color: #e67c80;
  text-decoration: none;
}
img {
  max-width: 100%;
}
iframe {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.3;
}
h1 {
  font-size: 60px;
  color: #343434;
  line-height: 60px;
  font-weight: 600;
}
h2 {
  font-size: 40px;
  color: #343434;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 20px;
}
p {
  color: #343434;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  font-weight: 400;
}
p:empty { 
  display:none; 
}
video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
}
audio, canvas, progress, video {
  vertical-align: middle;
}
figure {
  margin: 0;
}
::selection {
  background: #dc7073;
  color: #ffffff;
}
::-webkit-selection {
  background: #dc7073;
  color: #ffffff;
}
::-moz-selection {
  background: #dc7073;
  color: #ffffff;
}
::-o-selection {
  background: #dc7073;
  color: #ffffff;
}
::-ms-selection {
  background: #dc7073;
  color: #ffffff;
}
.container {
  max-width: 1180px;
}
.dos-renglones { max-width: 800px; margin: 0 auto; }
.dos-renglones h3 { line-height: 60px !important; margin-top: 20px }

/* Buttons CSS */
.btn {
  padding: 13.5px 28px;
  font-size: 16px;
  border-radius: 50px;
  transition: all ease .4s;
  position: relative;
  font-weight: 600;
  color: #ffffff;
  outline: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
  white-space: inherit;
  letter-spacing: 0.5px;
}
.btn:hover, .btn:focus, .btn:active {
  color: #ffffff;
}
.btn-pink {
  background: #e67c80;
  color: #ffffff;
}
.btn-pink:hover, .btn-pink:focus, .btn-pink:active {
  background: #000;
}
.pink-border-btn {
  border: 2px solid #e67c80;
}
.pink-border-btn:hover {
  color: #343434;
  background-color: #ffffff;
  border-color: #ffffff;
}
.white-border-btn {
  border: 2px solid #ffffff;
}
.white-border-btn:hover {
  color: #343434;
  background-color: #ffffff;
}

/* Form CSS */
select::-ms-expand {
  display: none;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #2a2c2e !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #2a2c2e !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #2a2c2e !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #2a2c2e !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #2a2c2e !important;
}

::placeholder { /* Most modern browsers support this now. */
   color: #2a2c2e !important;
}

.form-control {
  width: 100%;
  height: 71px;
  padding: 5px 20px;
  font-size: 14px;
  border-radius: 50px;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f7f7f7;
  font-size: 20px;
  color: #2a2c2e !important;
  font-weight: 300;
  border-width: 1px;
  border-color: #e9e9e9 !important;
  box-shadow: none !important;
  text-transform: none;
}
textarea.form-control {
  height: 185px;
  resize: none;
}
select.form-control:not([size]):not([multiple]) {
  height: 38px;
}
select.form-control {
  background: url("../images/select-bg.png") no-repeat 92% 52% #ffffff;
}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button{
    display: none;
}
input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
}

@font-face {
  font-family: "NalikaSignature";
  src: url('../fonts/NalikaSignature.woff') format('woff'),
    url('../fonts/NalikaSignature.woff2') format('woff2'),
    url('../fonts/NalikaSignature.svg#NalikaSignature') format('svg'),
    url('../fonts/NalikaSignature.eot'),
    url('../fonts/NalikaSignature.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NalikaSignature.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Header Css */
header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  z-index: 11;
  padding: 0 35px;
  background: url("../images/header-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.logo {
  display: inline-block;
}
.navbar {
  float: right;
  padding: 0;
}
.navbar-expand-xl .navbar-nav {
  align-items: center;
}
.navbar-expand-xl .navbar-nav li {
  display: inline-block;
  padding: 0 20px;
}
.navbar-expand-xl .navbar-nav li:nth-child(6) {
  margin-left: 25px;
  padding: 0 15px 0 25px;
  border-left: 1px solid #505050;
}
.navbar-expand-xl .navbar-nav li:last-child {
  padding: 0 0 0 25px;
}
.navbar-expand-xl .navbar-nav li.dropdown {
  padding-right: 25px;
}
.dropdown-toggle:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  margin: -2px 0 0;
  border-top: none;
  border-right: none;
  border-left: 2px solid #5c5959;
  border-bottom: 2px solid #5c5959;
  transform: translateY(-50%) rotate(-45deg);
  transition: all ease .4s;
}
.navbar-expand-xl .navbar-nav li.dropdown-toggle:hover:after {
  border-color: #e67c80;
}
.navbar-expand-xl .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding: 55px 0;
}
.navbar-expand-xl .navbar-nav .nav-link:hover, .navbar-expand-xl .navbar-nav li:hover > .nav-link, .nav-link.active {
  color: #e67c80 !important;
}
.navbar-nav .dropdown-menu {
  margin-top: 0;
  padding: 24px 13px;
  background-color: #242424;
  border: none;
  border-radius: 0;
}
.navbar-nav .dropdown-menu li, .navbar-expand-xl .navbar-nav .dropdown-menu li:last-child {
  display: block;
  height: auto;
  line-height: normal;
  margin: 0;
  padding: 2px 25px;
}
.navbar-nav .dropdown-menu li .nav-link {
  display: inline-block;
  padding: 9px 0;
  font-size: 14px;
  color: #8d8d8d;
  position: relative;
}
.navbar-nav .dropdown-menu li .nav-link:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #e67c80;
  transition: all ease .4s;
}
.navbar-nav .dropdown-menu li .nav-link:hover {
  color: #ffffff;
}
.navbar-nav .dropdown-menu li .nav-link:hover:before {
  width: 100%;
}
.navbar-expand-xl .navbar-nav .call-us {
  line-height: normal;
  padding-top: 20px;
}
.navbar-expand-xl .navbar-nav .btn {
  padding: 8px 29px;
  background: #e67c80;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.navbar-expand-xl .navbar-nav .btn:hover, .navbar-expand-xl .navbar-nav .btn:focus {
  background-color: #ffffff;
}
.navbar-expand-xl .navbar-nav .btn img {
  width: 23px;
  margin: -3px 0 0 15px;
}
.call-us a.nav-link {
  display: flex;
  align-items: center;
  padding: 0 !important;
}
.call-us .right-block {
  display: block;
  overflow: hidden;
  padding-left: 12px;
  font-size: 18px;
  font-weight: 600;
}

.banner {
  text-align: center;
  position: relative;
}

.banner .owl-carousel .item {
  display: flex;
  align-items: center;
  min-height: 800px;
  position: relative;
}
.banner .owl-carousel .item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  content: "";
}
.banner .container {
  padding-bottom: 85px;
  position: relative;
  z-index: 1;
}
.banner .container:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 305px;
  height: 48px;
  margin: 0 auto;
  content: "";
  background-image: url("../images/border-bg.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  z-index: 1;
}
.banner h1 {
  margin-bottom: 10px;
  font-size: 125px;
  font-weight: 700;
  color: #ffffff;
  line-height: 100px;
  letter-spacing: 0.75px;
}
.banner h2 {
  margin-bottom: 2px;
  font-family: "NalikaSignature";
  font-size: 225px;
  color: #ffffff;
  line-height: 200px;
}
.banner h2:before, .banner h2:after {
  display: inline-block;
  margin-right: 30px;
  width: 28px;
  height: 28px;
  background-color: #e67c80;
  content: "";
  border-radius: 30px;
}
.banner h2:after {
  margin-right: 0;
  margin-left: 30px;
}
.banner h3 {
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;
}

.section-title h2, .expert-skin h2, .service-item h2 {
  margin-bottom: 0;
  font-family: "NalikaSignature";
  font-size: 130px;
  color: #e67c80;
  line-height: 105px;
}
.section-title h3 {
  font-size: 45px;
  font-weight: 700;
  color: #343434;
  line-height: 45px;
  text-transform: uppercase;
}
.section-title h3 span {
  color: #e67c80;
}
.section-title p {
  font-size: 20px;
  line-height: 30px;
}

.expert-skin {
  padding: 150px 0;
  background-image: url("../images/expert-skin-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; 
}
.expert-skin .row {
  margin: 0 -30px;
}
.expert-skin [class*="col-"] {
  padding: 0 30px;
}
.expert-skin .content {
  padding-left: 40px;
}
.expert-skin .section-title {
  margin-bottom: 35px;
}
.expert-skin .sub-title, .small-title {
  font-size: 22px;
  font-weight: 600;
  color: #343434;
}
.bullet-list li {
  margin-bottom: 25px;
  padding-left: 42px;
  font-size: 18px;
  line-height: 28px;
  color: #343434;
  position: relative;
}
.bullet-list li:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 25px;
  height: 25px;
  content: "";
  background-image: url("../images/check-arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.services [class*="col-"] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 624px;
  background-image: url("../images/service01.jpg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.services [class*="col-"]:nth-child(2){
  background-image: url("../images/service02.jpg");
  background-blend-mode: overlay;
  background-color: #e67c80;
}
.services [class*="col-"]:nth-child(3){
  background-image: url("../images/service03.jpg");
}
.service-item {
  padding: 50px 30px;
  text-align: center;
  position: relative;
}
.service-item h3 {
  margin: 16px 0 24px;
  font-size: 55px;
  font-weight: 700;
  line-height: 50px;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.service-item p {
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  text-transform: uppercase;
}
.service-item .btn {
  min-width: 230px;
  margin-top: 10px;
  font-size: 20px;
  padding: 10.5px 28px;
}
.services [class*="col-"]:nth-child(2) h2 {
  color: #ffffff;
}
.services [class*="col-"]:nth-child(2) h3, .services [class*="col-"]:nth-child(2) p {
  color: #343434;
}

.book-now {
  padding: 100px 0 160px;
  background-image: url("../images/book-now-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.book-now .section-title {
  text-align: center;
  margin-bottom: 70px;
}
.book-now .section-title h2 {
  line-height: 70px;
}
.book-now .section-title h3 {
  margin-bottom: 17px;
}
.book-now .order-lg-2 {
  padding: 70px 0 65px;
}
.book-now .order-lg-2:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 575px;
  height: 100%;
  content: "";
  background-color: #343434;
}
.book-now .order-lg-2 img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.book-now form {
  float: right;
  width: 100%;
  max-width: 575px;
  padding: 70px 65px 65px;
  background-color: #343434;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.book-now form h4 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
.book-now form p {
  padding-bottom: 15px;
  font-size: 22px;
  color: #9e9e9e;
}
form .btn {
  min-width: 192px;
}
.book-now form .form-control {
  border-radius: 5px;
  background: #242424;
  height: 54px;
  color: #ffffff !important;
  font-weight: 300;
}
.book-now form .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}
.book-now form .form-control:-moz-placeholder {
   color: #ffffff !important;
   opacity:  1;
}
.book-now form .form-control::-moz-placeholder {
   color: #ffffff !important;
   opacity:  1;
}
.book-now form .form-control:-ms-input-placeholder {
   color: #ffffff !important;
}
.book-now form .form-control::-ms-input-placeholder {
   color: #ffffff !important;
}
.book-now form textarea.form-control {
  height: 105px;
  padding: 15px 20px;
}
.book-now form .form-group {
  margin-bottom: 20px;
}
.book-now form .btn {
  margin-top: 10px;
}

.instagram-feeds-2 {
  overflow: hidden;
}
.instagram-feeds-2 .section-title {
  padding: 70px 0;
  background: url("../images/insta-bg.jpg") no-repeat 0 0;
  background-size: cover;
}
.instagram-feeds-2 .section-title h2, .join-now .section-title h2, .contact-us-block .section-title h2, .skin-bar-types .section-title h2 {
  color: #ffffff;
  margin-bottom: -20px;
  position: relative;
}
.feed-block {
  float: left;
  width: 25%;
}
.feed-block img {
  width: 100%;
}
.join-now {
  padding: 70px 0;
}
.join-now .section-title h2, .contact-us-block .section-title h2, .skin-bar-types .section-title h2 {
  color: #e67c80;
}
.join-now .section-title h3 {
  margin-bottom: 15px;
}
.join-now form {
  max-width: 750px;
  margin: 40px auto 0;
}
.join-now form .form-control {
  background: #f7f7f7;
  height: 71px;
  font-weight: 300;
  font-size: 20px;
  padding: 20px 30px;
  text-transform: none;
}
.join-now form .btn {
  min-width: 230px;
  margin-top: 10px;
  padding: 14.5px 28px;
}

footer .navbar {
  float: none;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
footer .navbar-collapse {
  justify-content: center;
}
footer .navbar-expand-xl .navbar-nav .nav-link {
  color: #313131;
  padding: 32px 25px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
footer .navbar-expand-xl .navbar-nav .nav-link:hover {
  color: #dc7073;
}
footer .navbar-expand-xl .navbar-nav li:last-child {
  border: none;
}
footer .navbar-expand-xl {
  justify-content: center;
}
footer .navbar-expand-xl .navbar-nav {
  flex-direction: row;
}

.copyright {
  padding: 50px 0;
  font-size: 18px;
  color: #343434;
}
.copyright span {
  margin-top: 10px;
}
.socials ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
.socials ul li a {
  display: flex;
  width: 57px;
  height: 57px;
  background: #f7f7f7;
  font-size: 24px;
  color: #343434;
  border-radius: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.socials ul li a:hover {
  background: #e67c80;
  color: #ffffff;
}
.serice-name {     font-weight: 600;
    color: #e67c80; }

.back-to-top {
  position: fixed;
  bottom: -80px;
  right: 15px;
  transition: all ease .3s;
  z-index: 111;
}

.back-to-top.active {
  bottom: 75px;
}

.back-to-top a {
  display: block;
  width: 45px;
  height: 45px;
  color: #FFFFFF;
  text-align: center;
  background-color: #e67c80;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  border-radius: 100%;
  position: relative;
}

.back-to-top a:hover {
  background-color: #000;  
}

.back-to-top a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: 3px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  content: "";
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.inner-banner {
  height: 395px;
  min-height: 395px;
  background-position: 0 0;
  background: url("../images/banner-image.jpg") no-repeat 0 0;
  background-size: cover;
  display: flex;
  align-items: center;
}
.banner.inner-banner .container {
  padding-bottom: 55px;
}
.inner-banner h1 {
  font-size: 90px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
.inner-banner .breadcrumb {
  background: transparent;
  align-items: center;
  justify-content: center;
}
.inner-banner .breadcrumb a, .inner-banner .breadcrumb span {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}
.inner-banner .breadcrumb a {  
  margin-right: 35px;
  padding-right: 35px;
}
.inner-banner .breadcrumb a:after {
  position: absolute;
  top: 7px;
  right: 0;
  background: #e67c80;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  content: "";
  cursor: none;
}
.contact-us-block {
  padding: 80px 0;
  background: url("../images/contact-us-block-bg.jpg") no-repeat 0 0;
  background-size: cover;
}
.contact-us-block .section-title h2, .skin-bar-types .section-title h2 {
  margin-bottom: -10px;
}
.contact-us-block .section-title h3, .skin-bar-types .section-title h3 {
  font-size: 75px;
  margin-bottom: 35px;
}
.contact-us-block .section-title p {
  font-size: 24px;
}
.contact-us-block form {
  margin: 70px 0 0;
}
.contact-us-block [class*="col-"] {
  padding: 0 15px 20px;
}
.contact-us-block form .form-control {
  padding: 10px 35px;
}
.contact-us-block form textarea.form-control {
  padding: 25px 35px;
  border-radius: 40px;
}
.contact-us-block form .btn {
  font-size: 20px;
  font-weight: 700;
  min-width: 230px;
  padding: 11.5px 28px;
  margin-top: 5px;
}
.contact-us-block form .date.form-control, .contact-us-block form .time.form-control {
  border-width: 2px;
  background: url("../images/calendar-icon.png") no-repeat 95% 50% #ffffff;
}
.contact-us-block form .time.form-control {
  background: url("../images/clock-icon.png") no-repeat 95% 50%;
}
#map1 {
  height: 480px;
}
.skin-bar-types {
  padding: 80px 0 !important;
  background: url("../images/contact-us-block-bg.jpg") no-repeat 0 0;
  background-size: cover;
}
.skin-bar-types .section-title {
  margin-bottom: 50px;
}
.skin-bar-types .row {
  margin: 0 -30px;
}
.skin-bar-types [class*="col-"] {
  padding: 0 30px 60px;
}
.box-item {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 40px;
  border-radius: 0;
  transition: all ease .4s;
  box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.05);
}
.img-item {
  margin-right: 30px;
}
.box-item .img-item img {
  max-width: 183px;
  height: 183px;
  width: 183px;
  border-radius: 50%;
  object-fit: cover;
}
.box-item h4 {
  font-size: 20px;
}
.box-item p {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.box-item .btn {
  border: 2px solid #e67c80;
  color: #343434;
  min-width: 165px;
  padding: 7.5px 28px;
  margin-top: 20px;
  position: static;
}
.price-block li {
  display: inline-block;
  font-size: 20px;
  color: #343434;
  font-weight: 600;
  border-right: 1px solid #cccccc;
  padding-right: 12px;
}
.price-block ul li:last-child {
  margin-left: 10px;
  border-right: none;
}
.price-block li span {
  color: #e67c80;
  margin-left: 2px;
}
.box-item:hover {
  background: #242424;
}
.box-item:hover h4, .box-item:hover .price-block li {
  color: #ffffff;
}
.box-item:hover .btn {
  background: #e67c80;
  color: #ffffff;
}
.box-item:hover p {
  color: #979797;
}

.details.skin-bar-types {
  padding-bottom: 0;
}
.details.skin-bar-types [class*="col-"] {
  padding-bottom: 0;
}
.details.skin-bar-types .section-title {
  margin-bottom: 70px;
} 
.details.skin-bar-types .box-item {
  padding: 0;
}
.details.skin-bar-types .box-item .img-item {
  width: 48%;
}
.details.skin-bar-types .box-item .img-item img {
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 0;
  width: 100%;
}
.details.skin-bar-types .box-item h4 {
  font-size: 24px;
  font-weight: bold;
}
.details.skin-bar-types .box-item p {
  margin: 15px 0;
}
.details.skin-bar-types .right-info {
  max-width: 622px;
  padding: 60px 0 60px 30px;
}

.center-info {
  margin: 0 auto;
  max-width: 960px;
  padding: 60px 30px;
}
.center-info > img { margin-bottom: 40px; }
@media (max-width: 768px) {
  .center-info { max-width: none; }
}

.details.skin-bar-types .box-item .btns-block {
  display: flex;
  align-items: baseline;
}
.details.skin-bar-types .box-item .normal-link {
  font-size: 16px;
  color: #e78185;
  text-transform: uppercase;
  margin: 0 0 0 25px;
}
.details.skin-bar-types .box-item .normal-link  img {
  margin-right: 5px;
}
.details.skin-bar-types .box-item .normal-link:hover {
  text-decoration: underline;
}
.details.skin-bar-types .box-item:hover {
  background: #ffffff;
}
.details.skin-bar-types .box-item:hover h4, .details.skin-bar-types .box-item:hover .price-block li {
  color: #343434;
}
.details.skin-bar-types .box-item:hover .btn {
  background: transparent;
  color: inherit;
}
.details.skin-bar-types .box-item:hover p {
  color: #343434;
}
.details.skin-bar-types .box-item .btn:hover {
  background: #e67c80;
  color: #ffffff;
}
.eapps-instagram-feed-posts-grid-load-more-visible {
  display: none;
}
.carousel {
  width: 100%;
}


.testimonios{  width: 100%; position: relative; }
.testimonios, .owl-stage-outer { overflow: hidden; }
.testimonial-item { width: 100%; text-align: center; background: white; border: 1px solid rgba(37,37,37,.1); padding: 40px }
.testimonial-path { position: relative;top: -30px }
.testimonial-path img { width: 90px; height: 90px; border-radius: 50px 50px}
.quoteleft-test { font-size:40px;color: #f3f3f3; text-align: left; width: 100% }
.quoteright-test { font-size:35px;color: #f3f3f3; text-align: right; width: 100% }
.title-both { clear: both;
            margin: 0;
            font-family: 'Montserrat', sans-serif;
            font-size: 22px;
            line-height: 22px;
            color: #252525; }
.subtitle-test { background: #fff;
            margin: 0;
            font-size: 12px;
            color: #1abb9c;
            font-weight: 600;
            padding-bottom: 50px }

.mwidthcenter { max-width: 600px; margin: 0 auto }
@media (max-width: 1440px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    font-size: 14px;
  }
  .navbar-expand-xl .navbar-nav li {
    padding: 0 12px;
  }
  .dropdown-toggle::after {
    right: 1px;
  }
  .navbar-expand-xl .navbar-nav li.dropdown {
    padding-right: 20px;
  }
  .navbar-expand-xl .navbar-nav li:nth-child(5) {
    margin-left: 15px;
    padding: 0 15px 0 15px;
  }
  .call-us .right-block {
    padding-left: 7px;
    font-size: 14px;
  }
  .navbar-expand-xl .navbar-nav .btn {
    padding: 8px 20px;
  }
  .book-now .order-lg-2 img {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 1199px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
  header {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .section-title h2, .expert-skin h2, .service-item h2 {
    font-size: 99px;
  }
  .section-title h3 {
    font-size: 36px;
    line-height: 36px;
  }
  .bullet-list li {
    font-size: 16px;
    line-height: 24px;
  }
  .service-item p {
    font-size: 16px;
    line-height: 22px;
  }
  .service-item h3 {
    font-size: 42px;
    line-height: 42px;
  }
  .copyright {
    font-size: 14px;
  }
  header .navbar-toggler .navbar-toggler-icon {
    position: relative;
    height: 2px;
    background-color: #fff;
    width: 32px;
  }
  header .navbar-toggler .navbar-toggler-icon:after {
    content: '';
    height: 2px;
    background-color: #fff;
    width: 32px;
    position: absolute;
    bottom: -10px;
    left: 0;
  }
  header .navbar-toggler .navbar-toggler-icon:before {
    content: '';
    height: 2px;
    background-color: #fff;
    width: 32px;
    position: absolute;
    top: -10px;
    left: 0;
  }
  header .navbar-toggler {
    padding: 0;
  }
  header .navbar-toggler:focus {
    outline: none;
  }
  header .navbar-collapse {
    position: absolute;
    left: 0;
    top: 104px;
    right: 0;
    background-color: #343434;
  }
  header .navbar {
    position: static;
  }
  header .navbar-expand-xl .navbar-nav {
    align-items: flex-start;
    padding: 10px 0;
  }
 header .navbar-expand-xl .navbar-nav .nav-link {
    padding: 0;
  }
  header .navbar-expand-xl .navbar-nav li {
    padding: 16px 20px;
    width: 100%;
  }
  .dropdown-toggle::after {
    right: 20px;
    top: 25px;
  }
  header .navbar-nav .dropdown-menu {
    padding: 0;
    margin-top: 10px;
  }
  header .navbar-nav .dropdown-menu li, .navbar-expand-xl .navbar-nav .dropdown-menu li:last-child {
    padding: 16px 20px;
  }
  header .navbar-expand-xl .navbar-nav li:nth-child(5) {
    margin-left: 0;
    border: none;
    padding: 16px 20px;
  }
  header .navbar-expand-xl .navbar-nav .nav-link.btn {
    padding: 15px 40px;
    width: auto;
    display: inline-block;
  }
  header .navbar-expand-xl .navbar-nav li:last-child {
    padding: 16px 20px; 
  }
  footer .navbar-expand-xl .navbar-nav .nav-link {
    padding: 25px 9px;
    font-size: 14px;
  }
  .details.skin-bar-types .right-info {
    padding-left: 6px;
  }
}

@media (max-width: 991px) {
  .banner h1 {
    font-size: 86px;
  }
  .banner h2 {
    font-size: 156px;
  }
  .banner h3 {
    font-size: 24px;
  }
  .banner .container::after {
    width: 190px;
    height: 30px;
  }
  .expert-skin {
    padding: 80px 0;
  }
  .book-now form {
    max-width: 100%;
  }
  .book-now .order-lg-2::before {
    width: 100%;
  }
  .book-now .row.no-gutters {
    padding: 0 40px;
  }
  .book-now .order-lg-2 {
    padding: 0;
  }
  .book-now {
    padding: 100px 0;
  }
  .copyright {
    padding-bottom: 25px;
  }
  .book-now .order-lg-2 img {
    top: 0;
    transform: translateY(0);
  }
  .section-title p br {
    display: none;
  }
  .details.skin-bar-types .box-item {
    flex-direction: column;
  }
  .details.skin-bar-types .box-item .img-item {
    margin-right: 0;
  }
  .details.skin-bar-types .right-info {
    max-width: 100%;
    padding: 36px;
  }
  .details.skin-bar-types .box-item .img-item {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .box-item .img-item img {
    max-width: 146px;
    height: 146px;
    width: 146px;
  }
  .box-item {
    padding: 35px 25px;
  }
  .skin-bar-types [class*="col-"] {
    padding-bottom: 40px;
  }
  .skin-bar-types {
    padding: 50px 0;
  }
  footer .navbar-expand-xl .navbar-nav {
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
  }
  footer .navbar-expand-xl .navbar-nav .nav-link {
    padding: 11px 18px;
  }
  .inner-banner .breadcrumb {
    padding-left: 0;
    padding-right: 0;
  }
  .inner-banner .breadcrumb a, .inner-banner .breadcrumb span {
    font-size: 16px;
  }
  .inner-banner .breadcrumb a {
    margin-right: 25px;
  }
  .details.skin-bar-types .box-item .btns-block {
    justify-content: center;
    flex-wrap: wrap;
  }
  .details.skin-bar-types .box-item .normal-link {
    margin-top: 20px;
  }
  footer .navbar-expand-xl .navbar-nav li {
    margin: 0 !important;
    padding: 0;
  }
  .banner .owl-carousel .item {
    min-height: 350px;
  }
  .banner .container {
    padding-bottom: 45px;
  }
  .banner h1 {
    font-size: 60px;
    line-height: 56px;
  }
  .banner h2 {
    font-size: 90px;
    line-height: 120px;
  }
  .banner h3 {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  
  .banner .container::after {
    width: 150px;
    height: 23px;
  }
  .banner {
    min-height: 550px;
  }
  .feed-block {
    width: 33.3333%;
  }
  .section-title h2, .expert-skin h2, .service-item h2 {
    font-size: 80px;
  }
  .service-item h3 {
    font-size: 36px;
    line-height: 36px;
  }
  .service-item .btn {
    font-size: 16px;
    min-width: 190px;
  }
  .book-now form {
    padding: 40px;
  }
  .book-now form h4 {
    font-size: 24px;
  }
  .book-now form p {
    font-size: 16px;
  }
  .book-now form .form-control {
    font-size: 16px;
  }
  .book-now {
    padding: 70px 0;
  }
  .book-now .section-title {
    margin-bottom: 40px;
  }
  .section-title p {
    font-size: 16px;
    line-height: 28px;
  }
  .section-title p br {
    display: none;
  }
  .logo {
    max-width: 150px;
  }
  header {
    padding: 8px 20px;
  }
  header .navbar-toggler {
    margin-top: -10px;
  }
  header .navbar-collapse {
    top: 70px;
  }
  .box-item {
    flex-direction: column;
    text-align: center;
  }
  .img-item {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .details.skin-bar-types .box-item .img-item {
    margin-bottom: 0;
  }
  .details.skin-bar-types .section-title {
    margin-bottom: 50px;
  }
  footer .navbar-expand-xl .navbar-nav li {
    padding: 0;
  }
  footer .navbar-expand-xl .navbar-nav {
    flex-direction: column;
  }
  .inner-banner {
    height: 250px;
    min-height: 250px;
  }
}

@media (max-width: 479px) {
  .banner h1 {
    font-size: 36px;
    line-height: 32px;
  }
  .banner h2 {
    font-size: 56px;
    line-height: 90px;
  }
  .banner h2::before, .banner h2::after {
    width: 16px;
    height: 16px;
  }
  .banner .container {
    padding-bottom: 50px;
  }
  .banner {
    min-height: 395px;
  }
  .expert-skin {
    padding: 60px 0;
  }
  .section-title h2, .expert-skin h2, .service-item h2 {
    font-size: 48px;
    line-height: 62px;
  }
  .expert-skin .content {
    padding-left: 0;
  }
  .section-title h3 {
    font-size: 28px;
    line-height: 28px;
  }
  .services [class*="col-"] {
    min-height: 410px;
  }
  .book-now .row.no-gutters {
    padding: 0 15px;
  }
  .book-now form {
    padding: 20px;
  }
  .book-now form p {
    margin-bottom: 0;
  }
  .instagram-feeds-2 .section-title, .join-now {
    padding: 35px 0;
  }
  .feed-block {
    width: 50%;
  }
  footer .navbar-expand-xl .navbar-nav .nav-link {
    padding: 8px 13px;
  }
  .socials ul li a {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }
  .join-now form .btn {
    width: 100%;
  }
  .join-now form {
    margin-top: 20px;
  }
  .book-now .section-title h2 {
    line-height: 48px;
  }
  .book-now form h4 {
    font-size: 18px;
  }

  .contact-us-block .section-title h3, .skin-bar-types .section-title h3 {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .contact-us-block .section-title p {
    font-size: 18px;
    line-height: 25px;
  }
  .contact-us-block form {
    margin: 35px 0 0;
  }
  .contact-us-block {
    padding: 35px 0;
  }
  .form-control {
    font-size: 16px;
  }
  .inner-banner .breadcrumb {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .inner-banner .breadcrumb a, .inner-banner .breadcrumb span {
    font-size: 16px;
  }
  .inner-banner .breadcrumb a {
    margin-right: 18px;
    padding-right: 18px;
  }
  .copyright {
    padding: 30px 0 20px;
  }
  .inner-banner .breadcrumb a::after {
    top: 4px;
    width: 8px;
    height: 8px;
  }
  .details.skin-bar-types .box-item .normal-link {
    margin-left: 0;
  }
  .details.skin-bar-types .section-title {
    margin-bottom: 30px;
  }
  .inner-banner {
    height: 250px;
    min-height: 250px;
  }
}