@charset "utf-8";
/* Normal CSS */
body {
  color: #000;
  line-height: 1.42857143;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Work Sans', 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: #14b5b0;
  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: #879093;
  font-size: 16px;
  line-height: 24px;
  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: #03cccb;
  color: #ffffff;
}
::-webkit-selection {
  background: #03cccb;
  color: #ffffff;
}
::-moz-selection {
  background: #03cccb;
  color: #ffffff;
}
::-o-selection {
  background: #03cccb;
  color: #ffffff;
}
::-ms-selection {
  background: #03cccb;
  color: #ffffff;
}
.container {
  max-width: 1180px;
}

/* Buttons CSS */
.btn {
  padding: 12px 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: 0;
  font-family: 'Work Sans', sans-serif;
}
.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: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 !important;
  font-weight: 600;
}
.btn-blue:hover {
  background-color: #3b4d57 !important;
}

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

.form-control {
  width: 100%;
  height: 50px;
  padding: 5px 20px;
  font-size: 15px;
  border-radius: 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f7f7f7;
  color: #000 !important;
  font-weight: 300;
  border-width: 1px;
  border-color: #cee0df !important;
  box-shadow: none !important;
  text-transform: none;
  margin-bottom: 30px;
}
textarea.form-control {
  height: 125px;
  resize: none;
  padding: 15px 20px;
}
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;
}
.form-control:focus {
  border-color: #14b5b0 !important;
}

/* 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;
}

/* 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;
  border-bottom: 1px solid #e5e5e5;
}
.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 {
  padding-left: 25px;
  padding-right: 25px;
}
.dropdown-toggle:after {
  position: absolute;
  top: 52%;
  right: 0;
  margin: -4px 0 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;  
  border-top: 5px solid #14b5b0;
  transition: all ease .4s;
}
.navbar-expand-xl .navbar-nav .nav-link {
  color: #3b4d57;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding: 40px 0;
}
.navbar-expand-xl .navbar-nav .nav-link:after {
  position: absolute;
  top: 52%;
  left: 0;
  z-index: -1;
  width: 0;
  height: 8px;
  background: #e1f0ef;
  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: 15px 0;
  min-width: 235px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-top: none;
}
.navbar-nav .dropdown-menu li, .navbar-expand-xl .navbar-nav .dropdown-menu li:last-child {
  display: block;
}
.navbar-expand-xl .navbar-nav .dropdown-menu li a {
  padding: 12px 20px;
  display: inline-block;
  color: #879093;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  border:  none;
}
.navbar-expand-xl .navbar-nav .dropdown-menu li {
  padding: 0 20px;
}
.navbar-expand-xl .navbar-nav .dropdown-menu li a {
  padding: 8px 0;
}
.navbar-expand-xl .navbar-nav .dropdown-menu li a:hover {
  color: #3b4d57;
  font-weight: 600;
}
.contact-block {
  display: flex;
  align-items: center;
}
.contact-block .call a {
  font-size: 16px;
  color: #3b4d57;
  font-weight: 600;
}
.contact-block .call svg {
  color: #14b5b0;
  margin-right: 8px;
}
.contact-block .btn {
  margin: 0 20px;
}


.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.5);
  content: "";
}
.banner .container {
  padding-bottom: 85px;
  position: relative;
  z-index: 1;
  text-align: left;
}
.banner h1 {
  font-size: 65px;
  color: #ffffff;
  line-height: 65px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
}
.banner .btn {
  font-size: 16px;
  font-weight: 600;
  min-width: 155px;
  background: #ffffff;
  color: #3b4d57;
  padding: 14px 20px;
  margin-top: 30px;
}
.banner .btn:hover {
  background: #3b4d57;
  color: #ffffff;
}
.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: #ffffff;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  transition: all ease .4s;
}
.owl-carousel .owl-dots button.active {
  width: 15px;
  height: 15px;
}
.slider-no-current {
  display: none;
}
.section-title h2 {
  margin-bottom: 25px;
  font-size: 65px;
  line-height: 65px;
  color: #3b4d57;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  margin-top: 5px;
}
.section-title h3 {
  font-size: 45px;
  font-weight: 700;
  color: #343434;
  line-height: 45px;
  text-transform: uppercase;
}
.section-title h3 span {
  color: #e67c80;
}

.about-us {
  padding: 130px 0;
  background: url("../images/about-us-bg.jpg") no-repeat 0 0;
  background-size: cover;
}
.about-us ul {
  margin-top: 20px;
}
.about-us ul li {
  font-size: 16px;
  color: #879093;
  margin-bottom: 25px;
  position: relative;
  padding-left: 20px;
}
.about-us ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  background: #14b5b0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  content: "";
 }
.about-us ul li strong {
  display: block;
  clear: both;
  font-weight: 600;
  color: #3b4d57;
}
.about-us .img-block {
  position: absolute;
  right: -200px;
}
.about-us .img-block img {
  position: relative;
  z-index: 1;
}
.about-us .img-block:before {
  position: absolute;
  top: -45px;
  right: 50px;
  width: 620px;
  height: 120%;
  background: #e0eeed;
  content: "";
  z-index: 0;
}

.gift-card {
  padding: 165px 0;
  background: url("../images/gift-card-bg.jpg") no-repeat 0 0;
  background-size: cover;
}
.gift-card h2, .gift-card p {
  color: #ffffff;
}
.gift-card .btn {
  background: #ffffff;
  color: #3b4d57;
  font-weight: 500;
  padding: 15px 20px;
  margin-top: 30px;
}
.gift-card .btn:hover {
  background: #3b4d57;
  color: #ffffff;
}

.who-we-are {
  padding: 80px 0;
}
.who-we-are .section-title {
  margin-bottom: 60px;
}
.item-box {
  position: relative;
}
.rollover {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px;
  text-align: center;
}
.rollover h3 {
  font-size: 30px;
  line-height: 30px;
  color: #3b4d57;
  font-family: 'Cormorant Garamond', serif;
}
.rollover p {
  margin: 20px 0;
  min-height: 240px;
}
.rollover a {
  font-size: 16px;
  font-weight: 600;
  color: #3b4d57;
  text-transform: uppercase;
  position: relative;
}
.rollover a:after {
  position: absolute;
  bottom: 0;
  left: -8px;
  width: 115%;
  height: 8px;
  background: #deeeed;
  content: "";
  z-index: -1;
}
.rollover:hover {
  background: rgba(20, 181, 176, 0.9);
}
.rollover:hover h3, .rollover:hover p, .rollover:hover a {
  color: #ffffff;
}
.rollover:hover a:after {
  background: #53bfbb;
}
.who-we-are .row.mt-5 {
  margin-top: 70px !important;
}
.who-we-are h4 {
  font-size: 30px;
  color: #3b4d57;
  margin-bottom: 20px;
  font-family: 'Cormorant Garamond', serif;
}
.who-we-are .row.mt-5 p {
  margin: 0;
  padding: 0 50px;
}
.who-we-are .icon-box {
  display: inline-block;
  width: 105px;
  height: 105px;
  margin-bottom: 20px;
  transition: all ease .4s;
  opacity: 0.5;
}
.who-we-are .info-item:hover h4 {
  color: #3b4d57;
}

.testimonials {
  background: url("../images/tesstimonials-bg.jpg") no-repeat 0 0;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}
.testimonials .container {
  max-width: 815px;
}
.testimonials p {
  margin: 30px 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  line-height: 34px;
  color: #3b4d57;
}
.testimonials h5 {
  font-size: 15px;
  color: #96b5b3;
  text-transform: uppercase;
  font-weight: 600;
}
.testimonials .owl-carousel .owl-dots {
  position: static;
  margin-top: 35px;
}
.testimonials .owl-carousel .owl-dots button {
  background: #96b5b3;
}
.testimonials .owl-carousel .owl-dots button.active {
  background: #3b4d57;
}

.galleries {
  padding: 15px 7px;
}
.galleries [class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.galleries img {
  width: 100%;
}

.newsletter {
  padding: 60px 0;
  background: #e1f0ef;
  text-align: center;
}
.newsletter h5 {
  color: #3b4d57;
  font-size: 30px;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 25px;
}
.newsletter form {
  max-width: 475px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.newsletter form .form-control {
  border-radius: 0;
  border: 1px solid #cee0df !important;
  font-size: 15px;
  color: #879093;
  height: 49px;
  width: 302px;
  margin-bottom: 0;
}
.newsletter form .btn {
  margin-left: 20px;
  letter-spacing: 0;
  font-weight: 600;
  padding: 10px 28px;
}

.alternate-block {
  background: url("../images/alternate-bg.jpg") no-repeat 0 0;
  background-size: cover;
}
.about-us.alternate-block .img-block {
  right: 0;
  position: relative;
}
.about-us.alternate-block .img-block:before {
  width: 385px;
}
.about-us.alternate-block .container .row:nth-child(2) .img-block:before {
  right: auto;
  left: 50px;
}
.about-us.alternate-block .mt-5 {
  margin-top: 120px !important;
}
.alternate-block .btn-block {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.price {
  color: #3b4d57;
  font-size: 16px;
  font-weight: 600;
  margin-left: 20px;
  color: #3b4d57;
  display: flex;
  align-items: center;
  position: relative;
}
.price:before {
  display: inline-block;
  vertical-align: middle;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #14b5b0;
  border-radius: 100%;
  content: "";
  margin-right: 12px;
}
.price span {
  font-size: 20px;
  color: #14b5b0;
  font-weight: 400;
  margin-left: 8px;
}

.skin-care {
  padding-bottom: 50px;
  background: url("../images/book-now-bg.jpg") no-repeat 0 0;
  background-size: cover;
}
.skin-care .rollover p {
  min-height: inherit;
}
.skin-care [class*="col-"] {
  padding-bottom: 30px;
}
.skin-care .btn {
  margin-top: 10px;
  border: 2px solid #14b5b0;
  background: transparent;
  color: #3b4d57;
  min-width: 240px;
  padding: 15px 28px;
}
.skin-care .btn:hover {
  background: #14b5b0;
  color: #ffffff;
}

.book-now {
  padding: 80px 0;
  background: url("../images/book-now-bg.jpg") no-repeat 0 0;
  background-size: cover;
}
.book-now .section-title {
  margin-bottom: 40px;
}
.book-now h3 {
  font-size: 30px;
  color: #3b4d57;
  font-family: 'Cormorant Garamond', serif;
  text-align: center;
  margin: 40px 0;
}
.book-now form {
  max-width: 740px;
  margin: 0 auto;
}
.book-now form .btn {
  min-width: 158px;
}
.book-now form .date {
  background: url("../images/calendra.png") no-repeat 95% 50%;
}
#map1 {
  height: 555px;
}



.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;
}

footer {
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #e1f0ef;
  font-size: 18px;
  position: relative;
}
footer:before, footer:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 200px;
  height: 2px;
  background: #cde0df;
  content: "";
}
footer:after {
  top: auto;
  bottom: 0;
}
footer h6 {
  margin-bottom: 15px;
  font-size: 26px;
  color: #3b4d57;
  font-family: 'Cormorant Garamond', serif;
}
footer .navbar {
  float: none;
}
footer .navbar-expand-xl .navbar-nav {
  display: block;
  flex-direction: column;
  align-items: flex-start;
}
footer .navbar-expand-xl .navbar-nav .nav-item {
  padding: 0;
  display: block;
}
footer .navbar-expand-xl .navbar-nav .nav-link {
  display: inline-block;
  padding: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
  text-transform: capitalize;
  color: #879093;
}
footer .navbar-expand-xl .navbar-nav .nav-link:hover, footer .navbar-expand-xl .navbar-nav .active .nav-link {
  color: #14b5b0;
}
footer p {
  color: #879093;
  line-height: 24px;
}
footer p a {
  color: #879093;
}
footer p.tel {
  display: flex;
  align-items: center;
}
footer p.tel strong {
  color: #3b4d57;
  margin-right: 5px;
  font-weight: 600;
}
footer p.tel a {
  color: #14b5b0;
}
footer .socials ul li a {
  color: #9ab8b7;
}
footer .socials ul li a:hover {
  color: #3b4d57;
}
footer .block {
  color: #879093;
  margin-bottom: 5px;
}
footer .block strong {
  font-size: 16px;
  color: #3b4d57;
  font-weight: 600;
  width: 50%;
  display: inline-block;
}
.payment-option {
  margin-top: 50px;
}

.copyright {
  background-color: #e1f0ef;
  padding: 60px 0 25px;
  font-size: 16px;
  color: #879093;
}
.copyright span strong {
  color: #3b4d57;
  font-weight: 600;
}
.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;
  font-size: 26px;
  color: #3b4d57;
  border-radius: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.socials ul li a:hover {
  color: #14b5b0;
}

.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: #03cccb;
  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);
}

@media screen and (max-width: 1799px) {
  .about-us .img-block {
    right: -150px;
  }
}


@media screen and (max-width: 1699px) {
  .navbar-expand-xl .navbar-nav li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-expand-xl .navbar-nav .nav-link, .contact-block .call a, .btn {
    font-size: 15px;
  }
  .socials ul li a {
    font-size: 20px;
  }
}

@media screen and (max-width: 1599px) {
  .navbar-expand-xl .navbar-nav .nav-link, .contact-block .call a, .btn {
    font-size: 14px;
  }
  .logo img {
    width: 250px;
  }
  .about-us .img-block {
    right: -90px;
  }
  .about-us .img-block:before {
    width: 440px;
  }
}

@media screen and (max-width: 1499px) {
  .about-us .img-block {
    right: -60px;
  }
}

@media screen and (max-width: 1399px) {
  .btn {
    padding: 12px 20px;
  }
  .logo img {
    width: 220px;
  }
  .navbar-expand-xl .navbar-nav li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-block .btn {
    margin: 0 10px;
  }
}

@media screen and (max-width: 1349px) {
  .about-us .img-block {
    right: 0;
    position: relative;
  }
  .logo img {
    width: 180px;
  }
  .navbar-expand-xl .navbar-nav .nav-link, .contact-block .call a, .btn {
    font-size: 13px;
  }
}

@media screen and (max-width: 1199px) {
  header {
    padding: 20px;
  }
  .banner h1 {
    font-size: 55px;
    line-height: 60px;
  }
  .navbar-toggler {
    border: 2px solid #3b4d57;
    width: 50px;
    height: 50px;
    background: #3b4d57;
    padding-bottom: 7px;
  }
  .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;
    color: #ffffff;
  }
  .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 .socials li {
    margin: 0 10px 0 0;
  }
  .navbar-nav, .navbar-expand-xl .navbar-nav li {
    display: block;
  }
  .dropdown-toggle:after {
    border-top-color: #ffffff;
    top: 25px;
  }
  .menu-open .navbar-toggler-icon {
    background: #3b4d57;
  }
  .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;
  }
  .rollover {
    padding: 20px;
  }
}

@media screen and (max-width: 993px) {  
  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;
  }
  .copyright [class*="col-"] {
    text-align: center !important;
  }
  .banner .owl-carousel .item {
    min-height: 450px;
  }
  .banner h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .banner .container {
    padding-bottom: 30px;
  }
  .about-us .img-block {
    margin-top: 80px;
  }
  .gift-card {
    padding: 80px 0;
  }
  .about-us {
    padding-top: 80px;
  }
  .item-box img {
    width: 100%;
  }
  .rollover p {
    min-height: inherit;
  }
  .who-we-are [class*="col-"] {
    padding-bottom: 30px;
  }
  .who-we-are .icon-box {
    margin-bottom: 0;
  }
  .who-we-are {
    padding: 80px 0 50px;
  }
  .testimonials {
    padding: 80px 0;
  }
  .about-us .img-block img {
    width: 100%;
  }
  .alternate-block .pl-5 {
    padding-left: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .navbar-collapse {
    width: 250px;
  }
  .logo img {
    width: 150px;
  }
  .banner .container {
    padding: 0 20px;
  }
  .banner h1 {
    font-size: 36px;
    line-height: 46px;
  }
  /* br {
    display: none;
  } */
  .about-us {
    padding: 50px 0 100px;
  }
  .section-title h2 {
    font-size: 55px;
    line-height: 55px;
  }
  .about-us ul li {
    font-size: 15px;
  }
  .gift-card {
    padding: 50px 0;
  }
  .gift-card h2, .gift-card p {
    margin-bottom: 0;
  }
  .who-we-are {
    padding: 50px 0 20px;
  }
  .who-we-are .section-title {
    margin-bottom: 30px;
  }
  .skin-care .btn {
    margin-top: -30px;
  }
  .about-us.alternate-block .img-block:before {
    width: 80%;
  }
  .book-now {
    padding: 50px 0;
  }
  #map1 {
    height: 300px;
  }
}

@media screen and (max-width: 575px) {
  .section-title h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .copyright {
    padding: 30px 0 10px;
  }
  footer {
    padding-top: 50px;
    padding-bottom: 0;
  }
  footer .navbar-expand-xl .navbar-nav .nav-link {
    font-size: 18px;
  }
  header .contact-block {
    display: none;
  }
  .logo img {
    width: 210px;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu li a {
    font-size: 13px;
  }
  .navbar-collapse {
    padding: 10px;
  }
}

@media screen and (max-width: 479px) {
  .banner h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .navbar-collapse {
    width: 240px;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    min-width: 100%;
  }
  .section-title h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .about-us .img-block:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -20px;
    width: 80%;
  }
  .newsletter form {
    width: 100%;
    flex-direction: column;
  }
  .newsletter form .btn {
    margin: 20px 0 0;
  }
  .rollover h3 {
    font-size: 22px;
  }
  footer .block strong, footer .block {
    font-size: 14px;
  }
  .price {
    margin-left: 10px;
  }
}