@charset "utf-8";
@import url("https://use.typekit.net/mam8cak.css");
/* Normal CSS */
body {
  color: #000;
  line-height: 1.42857143;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: fieldwork, sans-serif;
  font-weight: 200;
}
html {
  overflow-x: hidden;
}
*, *:focus {
  outline: none;
}
a {
  color: #000;
  transition: all ease .4s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  color: #d802c3;
  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: #000;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 200;
}
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: #d802c3;
  color: #ffffff;
}
::-webkit-selection {
  background: #d802c3;
  color: #ffffff;
}
::-moz-selection {
  background: #d802c3;
  color: #ffffff;
}
::-o-selection {
  background: #d802c3;
  color: #ffffff;
}
::-ms-selection {
  background: #d802c3;
  color: #ffffff;
}
.container {
  max-width: 1180px;
}

/* Buttons CSS */
.btn {
  padding: 13.5px 28px;
  font-size: 16px;
  border-radius: 50px;
  transition: all ease .4s;
  position: relative;
  font-weight: 400;
  color: #ffffff;
  outline: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
  white-space: inherit;
  letter-spacing: 0.5px;
  border-radius: 6px;
}
.btn:hover, .btn:focus, .btn:active {
  color: #ffffff;
}
.btn-pink {
  background: #d802c3;
  color: #ffffff;
}
.btn-pink:hover, .btn-pink:focus, .btn-pink:active {
  background: #03cccb;
}
.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;
}
.btn-blue {
  background-color: #03cccb;
  border-radius: 30px;
}
.btn-blue:hover {
  background-color: #d802c3;
}
.color-btn { color: #03cccb }

/* Form CSS */
select::-ms-expand {
  display: none;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #000 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #000 !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #000 !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #000 !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #000 !important;
}
::placeholder { /* Most modern browsers support this now. */
   color: #000 !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: #000 !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;
}

/* Top Info Css */
.top-info {
  text-align: center;
  padding: 10px 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#14dedd+0,1d52df+38,920dc0+64,e403c4+100 */
  background: rgb(20,222,221); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(20,222,221,1) 0%, rgba(29,82,223,1) 38%, rgba(146,13,192,1) 64%, rgba(228,3,196,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(20,222,221,1) 0%,rgba(29,82,223,1) 38%,rgba(146,13,192,1) 64%,rgba(228,3,196,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(20,222,221,1) 0%,rgba(29,82,223,1) 38%,rgba(146,13,192,1) 64%,rgba(228,3,196,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14dedd', endColorstr='#e403c4',GradientType=1 ); /* IE6-9 */
}
.top-info span {
  color: #11e7ff;
  font-weight: 600;
}

.contain-detail { object-fit: contain; width: 100%; height: 401px }
.cover-treat { object-fit: cover; height: 245px; width: 100% }
.white { color: white !important }
/* 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: #000000;
  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;
  cursor: pointer;
}
.navbar-expand-xl .navbar-nav li:hover .dropdown-menu {
  display: block;
}
.navbar-expand-xl .navbar-nav li .socials li {
  margin: 0 0 0 11px;
}
.navbar-expand-xl .navbar-nav li:last-child {
  padding: 0;
}
.navbar-expand-xl .navbar-nav li.dropdown {
  padding-left: 45px;
  padding-right: 35px;
}
.dropdown-toggle:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  margin: -4px 0 0;
  border-top: none;
  border-right: none;
  border-left: 2px solid #03cccb;
  border-bottom: 2px solid #03cccb;
  transform: translateY(-50%) rotate(-45deg);
  transition: all ease .4s;
}
.navbar-expand-xl .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  padding: 40px 0;
}
.navbar-expand-xl .navbar-nav .nav-link:after {
  position: absolute;
  top: 98%;
  left: 0;
  z-index: 1;
  width: 0;
  height: 2px;
  background: #d802c3;
  content: "";
  transition: all ease .4s;
}
.navbar-expand-xl .navbar-nav .nav-link:hover:after {
  width: 100%;
}
.navbar-nav .dropdown-menu {
  margin-top: 0;
  padding: 24px 13px;
  background-color: #242424;
  border: none;
  border-radius: 0;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
  padding: 0;
  min-width: 235px;
  background: #000;
}
.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-expand-xl .navbar-nav .dropdown-menu li, .navbar-expand-xl .navbar-nav .dropdown-menu li:last-child {
  padding: 0;
}
.navbar-expand-xl .navbar-nav .dropdown-menu li a {
  padding: 12px 20px;
  background: #000;
  display: block;
  border-bottom: 1px solid transparent;
}
.navbar-expand-xl .navbar-nav .dropdown-menu li a:before, .navbar-expand-xl .navbar-nav .dropdown-menu li a:after {
  display: none;
}
.navbar-expand-xl .navbar-nav .dropdown-menu li {
  position: relative;
}
.navbar-expand-xl .navbar-nav .dropdown-menu li a:hover {
  background: #141414;
  border-color: #141414;
}
.navbar-expand-xl .navbar-nav .dropdown-menu li a:hover {
  background: #141414;
}
.navbar-expand-xl .navbar-nav .dropdown-menu li a {
  display: block;
  padding: 15px 0 15px 40px;
  font-size: 17px;
  color: #8d8d8d;
  position: relative;
  border-bottom: 1px solid #141414 !important;
}
.navbar-expand-xl .navbar-nav .dropdown-menu li:after {
  position: absolute;
  top: 20px;
  left: 18px;
  z-index: 1;
  content: "";
  width: 0; 
  height: 0; 
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;  
  border-left: 9px solid #535353;
}
.navbar-expand-xl .navbar-nav .dropdown-menu li:hover:after {
  border-left-color: #03cccb;
}
.navbar-nav li.btn-col {
  padding: 0 25px 0 15px;
}
.navbar-expand-xl .navbar-nav .btn {
  padding: 10px 29px;
  background: #03cccb;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
}
.navbar-expand-xl .navbar-nav .btn:after {
  display: none;
}
.navbar-expand-xl .navbar-nav .btn:hover, .navbar-expand-xl .navbar-nav .btn:focus {
  background-color: #ffffff;
  color: #03cccb;
}
.navbar-expand-xl .navbar-nav .btn img {
  width: 23px;
  margin: -3px 0 0 15px;
}


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

.banner .owl-carousel .item {
  display: flex;
  align-items: center;
  min-height: 665px;
  position: relative;
}
.banner .owl-carousel .item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.banner .container {
  padding-bottom: 85px;
  position: relative;
  z-index: 1;
  text-align: left;
}
.banner h1 {
  margin-bottom: 11px;
  font-size: 80px;
  font-weight: 600;
  color: #ffffff;
  line-height: 85px;
}
.banner p {
  margin-bottom: 0;
  font-size: 32px;
  color: #a1a1a1;
  line-height: 45px;
  padding-bottom: 28px;
  max-width:480px;
}
.banner .btn {
  font-size: 22px;
  font-weight: 600;
  min-width: 225px;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-nav button {
  position: absolute;
  top: 0;
  left: 23px;
  z-index: 1;
  width: 61px;
  height: 61px;
  background: #393b3c !important;
  border-radius: 100%;
  z-index: 1;
  outline: none;
  transition: all ease .4s;
}
.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 23px;
}
.owl-carousel .owl-nav button:before {
  position: absolute;
  top: 25px;
  left: 28px;
  z-index: 1;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  content: "";
  transform: rotate(-45deg);
  transition: all ease .4s;
}
.owl-carousel .owl-nav button.owl-next:before {
  transform: rotate(135deg);
  left: 22px;
}
.owl-carousel .owl-nav button:hover {
  background: #af039d !important;
}
.owl-carousel .owl-nav button:hover:before, .owl-carousel .owl-nav button:hover:after {
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-dots button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  width: 14px;
  height: 14px;
  transition: all ease .4s;
}
.owl-carousel .owl-dots button.active {
  width: 38px;
  height: 12px;
  border-radius: 20px;
  background: #d802c3;
}
.slider-no-current {
  display: none;
}
.section-title h2 {
  margin-bottom: 34px;
  font-size: 45px;
  line-height: 45px;
  color: #000000;
  font-weight: 700;
  text-align: center;
}
.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;
}
.section-title .small-heading {
  font-size: 32px;
  font-weight: 200;
}

.beauty-treatment {
  padding: 56px 0 120px;
}
.item-box {
  padding: 15px;
  background: #ffffff;
  transition: all ease .4s;
}
.item-box .img-item {
  position: relative;
  overflow: hidden;
}
.item-box .img-item img {
  height: 344px;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}
.item-box span {
  position: absolute;
  bottom: -100%;
  left: 20px;
  right: 20px;
  background: rgba(3, 204, 203, 0.8);
  padding: ;
  font-size: 18px;
  color: #ffffff;
  font-weight: 300;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  transition: all ease .4s;
}
.item-box a {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 26px 15px 11px;
}
.item-box:hover a {
  color: #000;
}
.item-box:hover {
  border-radius: 10px;
  box-shadow: 1px 2px 8px 5px rgba(0, 0, 0, 0.05);
}
.item-box:hover span {
  bottom: 20px;
}
.beauty-forever {
  margin: 80px auto 0;
  padding: 38px 110px 42px;
  max-width: 1060px;
  background: #000000;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
.beauty-forever:after {
  position: absolute;
  top: 40px;
  left: -32px;
  width: 100%;
  height: 100%;
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#14dedd+0,1d52df+38,920dc0+64,e403c4+100 */
  background: rgb(20,222,221); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(20,222,221,1) 0%, rgba(29,82,223,1) 38%, rgba(146,13,192,1) 64%, rgba(228,3,196,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(20,222,221,1) 0%,rgba(29,82,223,1) 38%,rgba(146,13,192,1) 64%,rgba(228,3,196,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(20,222,221,1) 0%,rgba(29,82,223,1) 38%,rgba(146,13,192,1) 64%,rgba(228,3,196,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14dedd', endColorstr='#e403c4',GradientType=1 ); /* IE6-9 */
  z-index: -1;
  border-radius: 8px;
}
.beauty-forever p {
  font-size: 22px;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 25px;
  margin-top: 20px;
}
.beauty-forever a {
  border: 2px solid #03cccb;
  min-width: 215px;
  margin: 0 15px;
  padding: 10.5px 28px;
}
.beauty-forever a.btn-pink {
  border-color: #d802c3;
  background: none;
}
.beauty-forever a:hover {
  background: #03cccb;
  color: #ffffff;
}
.beauty-forever a.btn-pink:hover {
  background: #d802c3;
  color: #ffffff;
}

.instagram-feeds {
  overflow: hidden;
}
.instagram-feeds .section-title {
  padding: 70px 0 10px;
  background: url("../images/insta-bg.png") no-repeat 0 0;
  background-position: 50% 40px;
}
.feed-block {
  float: left;
  width: 25%;
}
.feed-block img {
  width: 100%;
}


.featured-clients {
  padding: 30px 0 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#14dedd+0,1d52df+38,920dc0+64,e403c4+100 */
  background: rgb(20,222,221); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(20,222,221,1) 0%, rgba(29,82,223,1) 38%, rgba(146,13,192,1) 64%, rgba(228,3,196,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(20,222,221,1) 0%,rgba(29,82,223,1) 38%,rgba(146,13,192,1) 64%,rgba(228,3,196,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(20,222,221,1) 0%,rgba(29,82,223,1) 38%,rgba(146,13,192,1) 64%,rgba(228,3,196,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14dedd', endColorstr='#e403c4',GradientType=1 ); /* IE6-9 */

}
.featured-clients .section-title {
  text-align: center;
}
.featured-clients .section-title h2, .featured-clients .section-title .small-heading, .testimonials .section-title h2, .testimonials .section-title .small-heading {
  color: #ffffff;
}
.featured-slider {
  padding: 50px 45px 80px;
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.featured-slider .big-title, .testimonials .big-title {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  height: 277px;
  background-image: url("../images/forever-text.png");
  background-repeat: no-repeat;
  background-size: 1714px auto;
  background-position: 50% 0;
  /*font-size: 360px;
  line-height: 297px;
  background: linear-gradient(to right,  rgba(20,222,221,1) 0%,rgba(29,82,223,1) 38%,rgba(146,13,192,1) 64%,rgba(228,3,196,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  text-transform: uppercase;
  text-align: center;
  text-indent: -99999px;
}
.featured-slider .item {
  position: relative;
  border-radius: 10px;
}
.featured-slider .item img {
  width: 100%;
  border-radius: 10px;
}
.featured-slider .item-hover {
  position: absolute;
  top: 0;
  left: 0;
  padding: 35px 60px;
  text-align: center;
  transform: scale(0);
  transition: all ease .4s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.featured-slider .item-hover .middle-content {
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  transition: all ease .4s;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  padding: 50px;
}
.featured-slider .item:hover .item-hover {
  transform: scale(1);
}
.item-hover h3 {
  padding-bottom: 5px;
  font-size: 28px;
  color: #000000;
  font-weight: 600;
}
.item-hover p {
  line-height: 24px;
}
.rating li {
  display: inline-block;
  margin: 0 2px;
}
.featured-slider .item ul li img {
  width: auto;
  border-radius: 0;
}
.featured-slider .owl-carousel .owl-dots, .testimonials .owl-carousel .owl-dots {
  bottom: -47px;
  text-align: center;
}
.featured-slider .owl-carousel .owl-nav button {
  left: -25px;
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.featured-slider .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -25px;
}
.featured-slider .owl-carousel .owl-nav button:hover {
  background-color: #b408a2 !important;
}

.popular-treatments {
  padding: 66px 0 70px;
}
.popular-treatments .section-title {
  padding-bottom: 15px;
}
.popular-treatments [class*="col-"] {
  padding-bottom: 30px;
}
.popular-treatments .item {
  padding: 10px 10px 16px;
}
.popular-treatments .item, .popular-treatments .item img {
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0);
}
.popular-treatments .item:hover {
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.15);
}
.popular-treatments .item-image {
  position: relative;
}
.popular-treatments .item-image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all ease .4s;
}
.popular-treatments .item:hover .item-image:before {
  opacity: 1;
  visibility: visible;
}
.popular-treatments .image-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) translateX(-50%);
  transition: all ease .4s;
  z-index: 1;
}
.popular-treatments .item:hover .image-hover {
  opacity: 1;
  visibility: visible;
}
.popular-treatments .item h3 {
  padding: 20px 0 0;
  margin-bottom: 8px;
  font-size: 28px;
  color: #03cccb;
  line-height: 28px;
  font-weight: 700;
  transition: all ease .4s;
}
.popular-treatments .item:hover h3 {
  color: #000;
}
.popular-treatments .item .price {
  font-size: 24px;
  font-weight: 300;
  transition: all ease .4s;
}
.popular-treatments .item .price del {
  margin-left: 2px;
  color: #7c7c7c;
  font-size: 20px;
}
.popular-treatments .item:hover .price {
  color: #d802c3;
}
.popular-treatments .btn-block {
  padding-top: 30px;
  text-align: center;
}
.popular-treatments .btn {
  font-size: 22px;
}

.testimonials {
  padding: 31px 0 80px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#14dedd+0,1d52df+38,920dc0+64,e403c4+100 */
  background: rgb(20,222,221); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(20,222,221,1) 0%, rgba(29,82,223,1) 38%, rgba(146,13,192,1) 64%, rgba(228,3,196,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(20,222,221,1) 0%,rgba(29,82,223,1) 38%,rgba(146,13,192,1) 64%,rgba(228,3,196,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(20,222,221,1) 0%,rgba(29,82,223,1) 38%,rgba(146,13,192,1) 64%,rgba(228,3,196,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14dedd', endColorstr='#e403c4',GradientType=1 ); /* IE6-9 */
  position: relative;
  overflow: hidden;
}
.testimonials .section-title {
  text-align: center;
}
.testimonials .item {
  display: flex;
  padding: 18px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.6);
}
.testimonials .item-image {
  width: 200px;
}
.testimonials .item-image img {
  border-radius: 12px;
}
.testimonials .item-content {
  width: calc(100% - 200px);
  padding-left: 30px;
  padding-right: 10px;
  align-self: top;
}
.testimonials .item-content h3 {
  font-size: 28px;
  font-weight: 600;
}
.testimonials .item-content h3, .testimonials .item-content p {
  color: #ffffff;
}
.testimonials .owl-carousel .owl-nav button {
  left: -75px;
  background-color: rgba(255, 255, 255, 1) !important;
}
.testimonials .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -75px;
}
.testimonials .owl-carousel .owl-nav button:hover {
  background-color: #14c9de !important;
}
.testimonials .big-title {
  top: auto;
  bottom: -28px;
  height: 355px;
  background-image: url("../images/beauty-text.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1779px auto;
  opacity: 0.12;
}

.free-consult {
  text-align: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#14dedd+0,1d52df+38,920dc0+64,e403c4+100 */
  background: rgb(20,222,221); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(20,222,221,1) 0%, rgba(29,82,223,1) 38%, rgba(146,13,192,1) 64%, rgba(228,3,196,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(20,222,221,1) 0%,rgba(29,82,223,1) 38%,rgba(146,13,192,1) 64%,rgba(228,3,196,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(20,222,221,1) 0%,rgba(29,82,223,1) 38%,rgba(146,13,192,1) 64%,rgba(228,3,196,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14dedd', endColorstr='#e403c4',GradientType=1 ); /* IE6-9 */
}
.free-consult a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.page-title {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#14dedd+0,1d52df+38,920dc0+64,e403c4+100 */
  background: rgb(20,222,221); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(20,222,221,1) 0%, rgba(29,82,223,1) 38%, rgba(146,13,192,1) 64%, rgba(228,3,196,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(20,222,221,1) 0%,rgba(29,82,223,1) 38%,rgba(146,13,192,1) 64%,rgba(228,3,196,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(20,222,221,1) 0%,rgba(29,82,223,1) 38%,rgba(146,13,192,1) 64%,rgba(228,3,196,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14dedd', endColorstr='#e403c4',GradientType=1 ); /* IE6-9 */
  padding: 65px 0 0;
  text-align: center;
  font-weight: 800;
  height: 132px;
  position: relative;
}
.page-title h1 {
  margin-bottom: 0;
  color: #ffffff;
  line-height: normal;
  font-size: 100px;
  text-transform: uppercase;
  position: absolute;
  bottom: -38px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.details-box {
  margin: 65px 0 75px;
  background: #ffffff;
  box-shadow: 1px 2px 10px 5px rgba(0, 0, 0, 0.055);
  padding: 35px;
  border-radius: 10px;
}
.details-box span {
  font-size: 16px;
  color: #888888;
  letter-spacing: 2.5px;
  font-weight: 300;
  text-transform: uppercase;
}
.details-box h2 {
  font-size: 40px;
  color: #211f20;
  font-weight: bold;
  margin: 10px 0 15px;
}
.details-box ul li {
  font-size: 17px;
  color: #111213;
  font-weight: 200;
  margin: 0 0 5px;
  padding: 0 0 0 20px;
  position: relative;
}
.details-box ul li:before {
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 1;
  width: 7px;
  height: 7px;
  background: #d802c3;
  content: "";
  border-radius: 100%;
}
.price-box {
  padding: 30px 15px 0 0;
  border-top: 1px solid #e5e5e5;
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price-box .btn {
  background: #03cccb;
  min-width: 247px;
  border-radius: 50px;
  padding: 17px 20px;
  font-size: 18px;
}
.price-box span {
  color: #888888;
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding-right: 25px;
  position: relative;
}
.price-box span:after {
  position: absolute;
  top: -12px;
  right: 0;
  z-index: 1;
  width: 1px;
  height: 60px;
  content: "";
  background: #e5e5e5;
}
.price-box small {
  margin-left: 20px;
  font-size: 30px;
  font-weight: 200;
  color: #d802c3;
}
.tabs {
  border: 2px solid #f0f0f0;
  margin-top: 36px;
}
.details-box .tabs .nav-tabs {
  border: none;
}
.details-box .tabs .nav-tabs li {
  width: 50%;
  padding: 0;
}
.details-box .tabs .nav-tabs li:before {
  display: none;
}
.details-box .tabs .nav-tabs li a {
  display: block;
  text-align: center;
  font-size: 22px;
  color: #000;
  font-weight: 300;
  padding: 30px;
}
.details-box .tabs .nav-tabs li a:hover, .details-box .tabs .nav-tabs li a.active {
  background: #f0f0f0;
}
.details-box .tab-content {
  padding: 30px 40px 10px;
}
.details-box .tab-content p {
  font-size: 17px;
  line-height: 28px;
  color: #888;
}
.details-box .owl-carousel .owl-nav button {
  left: -20px;
  box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, .05);
  background: #ffffff !important;
}
.details-box .owl-carousel .owl-nav button:before {
  opacity: 0.7;
}
.details-box .owl-carousel .owl-nav button:hover {
  background: #d802c3 !important;
}
.details-box .owl-carousel .owl-nav button:hover:before {
  opacity: 1;
}
.details-box .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -20px;
}

.who-we-are {
  padding: 70px 0;
}
.inner-wrap {
  padding: 26px;
  color: #b3b3b3;
  background-color: #000;
  border-radius: 12px;
}
.inner-wrap .image-block {
  margin-bottom: 70px;
}
.who-we-are .section-title {
  padding-bottom: 40px;
  text-align: center;
}
.who-we-are .section-title h2 {
  margin-bottom: 26px;
  color: #ffffff;
}
.who-we-are .section-title p {
  max-width: 840px;
  margin: 0 auto 15px;
  font-size: 22px;
  line-height: 28px;
  color: #b3b3b3;
}
.general-information {
  padding: 50px 0 43px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.general-information .item {
  text-align: center;
}
.general-information .item h3, .order-popup .item h3 {
  margin: 10px 0 3px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
}
.general-information .item a, .general-information .item span, .order-popup .item span {
  color: #b3b3b3;
  font-size: 20px;
  font-weight: 300;
}
.general-information .item a:hover {
  color: #d802c3;
}
.general-information .item span, .order-popup .item span {
  display: block;
}
.general-information .item .phone {
  color: #d802c3;
}
.general-information .item .phone:hover {
  color: #03cccb;
}
.general-information .item .email {
  color: #03cccb;
}
.form-wrap {
  padding: 50px 0 35px
}
.form-wrap .section-title span {
  display: block;
  padding-bottom: 8px;
  color: #717171;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.form-wrap form {
  max-width: 700px;
  margin: 0 auto;
}
.who-we-are .form-wrap .section-title {
  padding-bottom: 13px;
}
.form-wrap form .row {
  margin: 0 -7.5px;
}
.form-wrap form [class*="col-"] {
  padding: 0 7.5px;
}
.form-wrap form .form-group {
  margin-bottom: 20px;
}
.form-wrap .form-control, select.form-control:not([size]):not([multiple]) {
  height: 58px;
  padding: 15px 25px;
  font-size: 18px;
  color: #929292 !important;
  font-weight: 300;
  background-color: #ffffff;
  border-radius: 30px;
}
.form-wrap #datepicker, .form-wrap #datepicker1 {
  padding-right: 60px;
  background-image: url("../images/select-icon.png");
  background-repeat: no-repeat;
  background-position: right 24px center;
}
.form-wrap textarea.form-control {
  height: 88px;
}
.form-wrap form .btn {
  min-width: 280px;
  padding: 17px 28px;
  font-size: 18px;
}
.form-wrap form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #929292 !important;
}
.form-wrap form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #929292 !important;
   opacity:  1;
}
.form-wrap form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #929292 !important;
   opacity:  1;
}
.form-wrap form :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #929292 !important;
}
.form-wrap form ::-ms-input-placeholder { /* Microsoft Edge */
   color: #929292 !important;
}
.form-wrap form ::placeholder { /* Most modern browsers support this now. */
   color: #929292 !important;
}

.order-popup .modal-dialog {
  max-width: 580px;
}
.order-popup .modal-body {
  padding: 0 40px 51px;
}
.order-popup .form-wrap .section-title {
  padding-bottom: 6px;
  text-align: center;
}
.order-popup .form-wrap .section-title h2 {
  margin-bottom: 15px;
  font-size: 50px;
  line-height: 50px;
  color: #211f20;
}
.order-popup .form-wrap .section-title p {
  font-size: 24px;
  color: #757575;
  font-weight: 300;
}
.order-popup .form-wrap .form-control {
  background-color: #e9e9e9;
}
.order-popup .item {
  text-align: center;
}
.order-popup .item h3 {
  color: #000;
}
.order-popup .item span {
  color: #888;
}
.order-popup button.close {
  position: absolute;
  top: -20px;
  right: -25px;
  z-index: 1;
  opacity: 1;
}

#map1 {
  height: 400px;
}

footer {
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #000;
  font-size: 18px;
}
.footer-logo {
  padding-bottom: 22px;
}
footer span.block {
  display: block;
}
footer a.phone {
  font-size: 22px;
  color: #d703c3;
}
footer a.email {
  font-size: 18px;
  color: #03cccb;
}
footer a.address {
  display: inline-block;
  margin-top: 11px;
  color: #ffffff;
}
footer h4 {
  margin-bottom: 28px;
  font-size: 18px;
  color: #03cccb;
  font-weight: 300;
  text-transform: uppercase;
}
footer .navbar {
  float: none;
}
footer .navbar-expand-xl .navbar-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .plfooter { padding-left: 40px }
footer .navbar-expand-xl .navbar-nav .nav-item {
  padding-left: 20px;
}
footer [class*="col-"]:nth-child(2) .navbar-expand-xl .navbar-nav .nav-item {
  width: 100%;
}
footer .navbar-expand-xl .navbar-nav .nav-link {
  display: inline-block;
  padding: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 200;
  line-height: 22px;
  text-transform: capitalize;
}
footer .navbar-expand-xl .navbar-nav .nav-link:before {
  position: absolute;
  top: 5px;
  left: -20px;
  width: 7px;
  height: 7px;
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  transition: all ease .4s;
  border-radius: 100%;
}
footer .navbar-expand-xl .navbar-nav .nav-link:hover:before {
  background-color: #d802c3;
}
footer .navbar-expand-xl .navbar-nav .nav-link:after {
  height: 1px;
  background: #ffffff;
}
footer [class*="col-"]:last-child h4 {
  color: #ffffff;
}
footer p {
  color: #ffffff;
}
footer form {
  position: relative;
}
footer form .form-control {
  height: 50px;
  padding-right: 65px;
  font-size: 18px;
  font-weight: 200;
  border-radius: 10px;
}
footer form .btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  width: 50px;
  height: 50px;
  background-color: #03cccb;
  background-image: url("../images/button-arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -99999px;
  transition: all ease .4s;
  border-radius: 9px;
}
footer form .btn:hover {
  background-color: #d802c3;
}

.copyright {
  background-color: #0f0f0f;
  padding: 48px 0;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
}
.copyright span span {
  color: #767676;
}
.copyright span a {
  display: inline-block;
  margin-left: 15px;
}
.socials ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
.socials ul li a {
  display: flex;
  width: 43px;
  height: 43px;
  border: 2px solid #f7f7f7;
  font-size: 20px;
  color: #ffffff;
  border-radius: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.socials ul li a:hover {
  background: #d802c3;
  color: #ffffff;
  border-color: #d802c3;
}

.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;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#14dedd+0,1d52df+38,920dc0+64,e403c4+100 */
  background: rgb(20,222,221); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(20,222,221,1) 0%, rgba(29,82,223,1) 38%, rgba(146,13,192,1) 64%, rgba(228,3,196,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(20,222,221,1) 0%,rgba(29,82,223,1) 38%,rgba(146,13,192,1) 64%,rgba(228,3,196,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(20,222,221,1) 0%,rgba(29,82,223,1) 38%,rgba(146,13,192,1) 64%,rgba(228,3,196,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14dedd', endColorstr='#e403c4',GradientType=1 ); /* IE6-9 */
  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);
}
.eapps-instagram-feed-title {
  display: none;
}

@media screen and (max-width: 1850px) {
  .featured-slider .big-title {
    top: -4px;
    height: 225px;
    background-size: 1400px auto;
  }
  .testimonials .big-title {
    height: 286px;
    background-size: 1400px auto;
  }
}

@media screen and (max-width: 1599px) {

  .featured-slider .item-hover .middle-content {
    padding: 50px 25px;
  }
  .navbar-expand-xl .navbar-nav li.dropdown {
    padding-left: 21px;
    padding-right: 23px;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    font-size: 20px;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    font-size: 17px;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu li a {
    font-size: 14px;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu li:after {
    top: 17px;
  }
  .navbar-nav li.btn-col {
    padding: 0 15px 0 15px;
  }
  .featured-slider .item-hover {
    padding: 20px;
  }

  .featured-slider .big-title {
    top: -4px;
    height: 195px;
    background-size: 1200px auto;
  }
  .testimonials .big-title {
    height: 248px;
    background-size: 1200px auto;
  }
}
	header .logo img {width:120px;}
 @media screen and (max-width: 1299px) {
  .banner .container {
    padding: 0 100px;
  }
  .owl-carousel .owl-nav button, .testimonials .owl-carousel .owl-nav button {
    display: none !important;
  }
  .navbar-expand-xl .navbar-nav .btn {
    font-size: 15px;
    padding: 10px 19px;
  }
  .navbar-expand-xl .navbar-nav li .socials li {
    margin: 0 0 5px;
  }
  .navbar-nav li.btn-col {
    padding: 0 15px 0 0;
  }
  .navbar-expand-xl .navbar-nav li.dropdown {
    padding-left: 20px;
    padding-right: 25px;
  }
  .socials ul li a {
    width: 38px;
    height: 38px;
    font-size: 17px;
  }
}

@media screen and (max-width: 1199px) {
  .popular-treatments .item h3 {
    font-size: 22px;
  }
  .banner h1 {
    font-size: 70px;
    line-height: 75px;
  }
  .banner p {
    font-size: 28px;
    line-height: 30px;
  }
  .navbar-toggler {
    border: 2px solid #d802c3;
    width: 50px;
    height: 45px;
    background: #d802c3;
  }
  .navbar-toggler-icon {
    height: 2px;
    background: #ffffff;
    width: 100%;
    position: relative;
    margin-top: -1px;
  }
  .navbar-toggler-icon:before, .navbar-toggler-icon:after {
    position: absolute;
    top: -8px;
    left: 0;
    z-index: 1;
    content: "";
    background: #ffffff;
    width: 100%;
    height: 2px;
    transition: all ease .4s;
  }
  .navbar-toggler-icon:after {
    top: 8px;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: -100%;
    width: 350px;
    height: 100vh;
    background: #03cccb;
    padding: 20px;
    transition: all ease .4s;
    overflow: auto;
  }

  .navbar-collapse.show {
    left: 0;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 10px 0;
  }
  .navbar-expand-xl .navbar-nav {
    align-items: flex-start;
  }
  .navbar-expand-xl .navbar-nav .btn {
    background: #d802c3;
    padding: 12px 25px;
    margin: 20px 0 30px;
  }
  .navbar-expand-xl .navbar-nav li.dropdown {
    padding: 0;
  }
  .navbar-expand-xl .navbar-nav li .socials li {
    margin: 0 10px 0 0;
  }
  .navbar-nav, .navbar-expand-xl .navbar-nav li {
    display: block;
  }
  .dropdown-toggle:after {
    border-color: #ffffff;
    top: 25px;
  }
  .navbar-nav .socials ul {
    display: flex;
  }
  .menu-open .navbar-toggler-icon {
    background: #d802c3;
  }
  .menu-open .navbar-toggler-icon:before {
    top: 0;
    transform: rotate(-45deg);
    height: 3px;
  }
  .menu-open .navbar-toggler-icon:after {
    top: 0;
    transform: rotate(45deg);
    height: 3px;
  }
  .back-to-top.active {
    bottom: 165px;
  }
  .price-box .btn {
    min-width: 200px;
    margin-left: 20px;
  }
  .details-box .owl-carousel .owl-nav button {
    display: block !important;
  }
  header .socials {
    margin-bottom: 20px;
  }

  .featured-slider .big-title {
    top: -3px;
    height: 145px;
    background-size: 900px auto;
  }
  .testimonials .big-title {
    height: 192px;
    background-size: 900px auto;
  }
}

@media screen and (max-width: 993px) {
  .beauty-treatment [class*="col-"] {
    padding-bottom: 30px;
  }
  .beauty-forever {
    margin: 40px auto 0;
    max-width: 90%;
    padding: 38px 40px 42px;
  }
  .popular-treatments .item-image img, .details-box .owl-carousel img {
    width: 100%;
  }
  footer [class*="col-"] {
    padding-bottom: 25px;
  }
  footer h4 {
    margin-bottom: 15px;
  }
  footer {
    padding-bottom: 20px;
  }
  .copyright .row [class*="col-"]:nth-child(2n) {
    margin: 15px 0 25px !important;
  }
  header {
    padding: 15px;
  }
  .details-box span {
    margin-top: 50px;
    display: block;
  }
  .price-box {
    padding: 20px 10px 0;
    justify-content: inherit;
  }
  .details-box .price-box span {
    margin-top: 10px;
  }
  .popular-treatments {
    padding-top: 30px;
  }
  .general-information .col-lg-4.col-md-12 {
    margin-top: 50px;
  }
  .featured-slider .big-title {
    top: -2px;
    height: 105px;
    background-size: 640px auto;
  }
  .testimonials .big-title {
    height: 145px;
    background-size: 640px auto;
  }
}

@media screen and (max-width: 767px) {
  footer .plfooter { padding-left: 15px } 
  .details-box {
    margin-bottom: 0;
  }
  .navbar-collapse {
    width: 270px;
  }
  .logo img {
    width: 150px;
  }
  .banner .container {
    padding: 0 20px;
  }
  .banner h1 {
    font-size: 43px;
    line-height: 50px;
  }
  .banner p {
    font-size: 24px;
    line-height: 28px;
  }
  .banner .btn {
    font-size: 18px;
    min-width: inherit;
  }
  .beauty-treatment {
    padding: 50px 0 100px;
  }
  .featured-clients {
    padding: 50px 0 0;
  }
  .featured-slider {
    padding-bottom: 100px;
  }
  .popular-treatments .item {
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.15);
  }
  .banner .owl-carousel .item {
    min-height: 550px;
  }
  .page-title {
    height: 74px;
    padding-top: 30px;
  }
  .page-title h1 {
    font-size: 60px;
    bottom: -23px;
  }
  .popular-treatments {
    padding-top: 50px;
  }
  .popular-treatments {
    padding-bottom: 50px;
  }
  .who-we-are .section-title h2 {
    margin-bottom: 15px;
  }
  .inner-wrap .image-block {
    margin-bottom: 40px;
  }
  .who-we-are .section-title p {
    font-size: 20px;
  }
  .who-we-are .section-title {
    padding-bottom: 20px;
  }
  .general-information [class*="col-"] {
    margin: 0 0 30px !important;
  }
  .general-information {
    padding-bottom: 10px;
  }
  .form-wrap .form-control, select.form-control:not([size]):not([multiple]) {
    height: 53px;
  }
  .who-we-are {
    padding: 50px 0;
  }  
  .instagram-feeds .section-title {
    background-size: 50px auto;
    background-position: 50% 30px;
    padding: 40px 0 10px;
  }
  .banner .owl-carousel .item {
    background-position: 80% 0 !important;
  }
  .order-popup button.close {
    top: 10px;
    right: 10px;
  }
  .order-popup button.close img {
    width: 30px;
  }
  .featured-slider .big-title, .testimonials .big-title {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .section-title h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .beauty-forever p {
    font-size: 20px;
  }
  .copyright {
    padding: 30px 0 10px;
  }
  footer {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .testimonials .item-content, .testimonials .item-image, .testimonials .item-image img {
    width: 100%;
  }
  .testimonials .item {
    display: block;
  }
  .testimonials .item-content {
    padding: 30px 0 20px;
  }
  footer .navbar-expand-xl .navbar-nav .nav-link {
    font-size: 18px;
  }
  .details-box {
    padding: 35px 25px;
  }
  .details-box span {
    margin-top: 30px;
  }
  .details-box h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .price-box {
    display: block;
  }
  .price-box .btn {
    margin: 20px 0 0;
  }
  .details-box .price-box span:after {
    display: none;
  }
  .details-box .price-box span {
    margin-top: 0;
  }
  .details-box .tabs .nav-tabs {
    display: block;
  }
  .details-box .tabs .nav-tabs li {
    width: 100%;
  }
  .details-box .tabs .nav-tabs li a {
    padding: 15px;
  }
  .popular-treatments .btn {
    font-size: 20px;
  }
  .general-information .item a, .general-information .item span, .order-popup .item span {
    font-size: 18px;
  }
  .form-wrap form .btn {
    padding: 12px 28px;
  }
  .order-popup .form-wrap .section-title h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .form-wrap {
    padding: 30px 0 35px;
  }
  .order-popup .form-wrap .section-title p {
    font-size: 20px;
  }
  .order-popup .modal-body {
    padding: 0 20px 51px;
  }
  .form-wrap {
    padding: 30px 0 15px;
  }
  .form-wrap .form-control, select.form-control:not([size]):not([multiple]) {
    font-size: 16px;
  }
  .featured-slider, .testimonials {
    padding-bottom: 50px;
  }
  .owl-carousel .owl-dots {
    position: static;
    padding-top: 25px;
  }
}

@media screen and (max-width: 479px) {
  .banner h1 {
    font-size: 40px;
  }
  .navbar-collapse {
    width: 240px;
  }
  .navbar-expand-xl .navbar-nav .btn {
    padding: 10px;
    font-size: 14px;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    min-width: 100%;
  }
  .beauty-forever {
    max-width: 100%;
    padding: 38px 30px 42px;
    margin: 10px auto 0;
  }
  .beauty-forever a {
    margin: 0 0 10px;
    min-width: 100%;
    padding: 10.5px 8px;
  }
  .beauty-forever p {
    font-size: 18px;
  }
  .beauty-forever:after {
    display: none;
  }
  .beauty-treatment {
    padding-bottom: 50px;
  }
  .section-title .small-heading {
    font-size: 26px;
  }
  .section-title h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .featured-slider .big-title, .testimonials .big-title {
    font-size: 12vw;
  }
  .price-box small {
    font-size: 22px;
    margin-left: 5px;
  }
  .details-box .tabs .nav-tabs li a {
    font-size: 18px;
  }
  .details-box .tab-content {
    padding: 20px 20px 0;
  }
  .form-wrap form .btn {
    min-width: 100%;
  }
  .page-title h1 {
    font-size: 53px;
    bottom: -20px;
  }
  .general-information .item a, .general-information .item span, .order-popup .item span {
    font-size: 16px;
  }
  .featured-slider .item-hover .middle-content {
    padding: 25px 15px;
  }
  .item-hover h3 {
    font-size: 24px;
  }
  .item-hover p {
    font-size: 16px;
    line-height: 22px;
  }
  .featured-slider .item ul li img {
    width: 18px;
  }
}