body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

ul, ol, li, td, th {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #707070;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

h3 {
  color: #282828;
  font-size: 17px;
  padding: 20px 0 0 0;
}

h4 {
  color: #282828;
  font-size: 17px;
  padding: 10px 0 0 0;
  font-weight: 400 !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

::-moz-selection { /* Code for Firefox */
  color: #f3ede6;
  background: #e9b26b;
}

::selection {
  color: #f3ede6;
  background: #e9b26b;
}

.preloader {
  background: #e9b26b;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}

.browser-screen-loading-content {
  text-align: center;
  height: 2em;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 3em;
  left: 0;
  margin: auto;
}

/************************************/
/*****    Navigation area css   *****/
/************************************/

.navbar {
  margin-bottom: 0;
  top: -72px;
}

.navbar-display {
  margin-bottom: 0;
  top: 0;
}

.navbar-brand {
  padding: 1px 15px;
}

.navbar-brand img {
  transition: all 0.3s;
  width: auto;
  height: 50px;
}

.navbar-brand h1 {
  font-size: 30px;
  margin: 0;
  color: #f3ede6;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  text-transform: uppercase;
}

.navbar-brand h1 i {
  position: relative;
  top: 3px;
  color: #e9b26b;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.navbar-default {
  background: rgba(77, 101, 88, 0.9);
  border: none;
  border-bottom: 1px solid transparent;
  padding: 10px 0;
  border-radius: 0;
  z-index: 12;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #f3ede6;
}

.navbar-default .navbar-nav > li > a:focus {
  color: #f3ede6;
}

.navbar-default .navbar-nav > li > a {
  font-size: 13px;
  text-transform: uppercase;
  color: #f3ede6;
  letter-spacing: 0.04em;
  padding: 17px 15px 13px;
  position: relative;
}

.active a {
  background: none !important;
  color: #e9b26b !important;
}

.navbar-default .active a:after {
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
}

.btn-custom {
  display: inline-block;
  background: #e9b26b;
  color: #f3ede6;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 1.1rem;
  padding: 10px 25px;
  font-weight: 500;
  min-width: 200px;
  text-align: center;
  transition: all 0.4s;
  border-radius: 25px;
}

.btn-custom:hover {
  background: #282828;
  color: #f3ede6;
}

.navbar-default .navbar-toggle {
  border-radius: 0;
  border-color: #f3ede6;
  padding: 0;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #f3ede6;
}

.navbar-default .navbar-toggle:hover {
  background: none;
}

.sticky-header {
  top: 0;
}

/************************************/
/*****      Slider area css     *****/
/************************************/

.banner {
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  background-size: cover;
  padding: 100px 0 100px;
}

.banner:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.50);
}

.header-banner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.header-banner img {
  background-color: rgba(243, 237, 230, 0.8);
  border-radius: 5px;
  padding: 10px;
  display: inline-block;
  border: 1px solid #4d6558;
  height: 400px;
  width: auto;
}

.main-title {
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}

.main-title h2 {
  display: inline-block;
  font-size: 35px;
  color: #282828;
  font-family: 'Merienda One', cursive;
  font-weight: normal;
  position: relative;
  line-height: 1.5em;
}

.main-title h3 {
  display: inline-block;
  font-size: 20px;
  color: #282828;
  font-family: 'Merienda One', cursive;
  font-weight: normal;
  position: relative;
  line-height: 1.5em;
}

.aboutus {
  padding: 100px 0;
}

.about-desc h1,
.about-desc h2 {
  font-size: 35px;
  font-family: 'Merienda One', cursive;
  color: #282828;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 40px;
}

.about-desc h1 span,
.about-desc h2 span {
  color: #e9b26b;
  text-transform: uppercase;
}

.about-desc p {
  color: #707070;
  font-size: 15px;
  line-height: 1.8em;
  margin-bottom: 1.5em;
}

.about-desc li, .about-desc td, .about-desc th {
  line-height: 1.8em;
}

.about-desc td, .about-desc th {
  padding: 0 5px;
}

.about-desc table {
  margin-bottom: 1.5em;
}

.about-image {
  margin-top: 120px;
}

.treatments {
  padding: 100px 0;
  background: no-repeat center center fixed;
  background-size: cover;
  position: relative;
}

.treatments:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: rgba(229, 181, 110, 0.8);*/
  background: rgba(77, 101, 88, 0.5);
}

.treatments-heading h2 {
  color: #f3ede6;
  font-size: 35px;
  font-family: 'Merienda One', cursive;
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.treatments-heading p {
  font-size: 14px;
  color: #f3ede6;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

.treatments-heading li {
  font-size: 14px;
  color: #f3ede6;
}

.treatments-heading .btn-custom {
  background: #f3ede6;
  color: #282828;
  margin-top: 20px;
}

.treatments-heading .btn-custom:hover {
  background: #282828;
  color: #f3ede6;
}

.treatments-box {
  background: #f3ede6;
  border-radius: 14px;
}

.treatments-box figure {
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}

.treatments-body {
  padding: 20px;
  text-align: center;
  min-height: 300px;
}

.treatments-body h3 {
  color: #282828;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
}

.treatments-body h3 span {
  font-weight: 400;
}

.treatments-body p {
  font-size: 12px;
  color: #282828;
  margin-bottom: 1.5em;
  text-align: left;
}

.treatments-body .btn-custom {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #4d6558;
  color: #d0ae5c;
}

.treatments-body .btn-custom:hover {
  background: #d0ae5c;
  color: #f3ede6;
}

.services {
  padding: 100px 0 40px;
  background: url(../images/services-bg.png) no-repeat center center;
  background-size: cover;
}

.service-box {
  position: relative;
  margin-bottom: 60px;
}

.service-box .icon-box {
  color: #d0ae5f;
  font-size: 66px;
  position: absolute;
  line-height: 1em;
  text-align: center;
  width: 100%;
}

.service-left {
  text-align: right;
  padding-right: 120px;
}

.service-left .icon-box {
  width: 100px;
  right: 0;
  top: 4px;
}

.service-right {
  text-align: left;
  padding-left: 120px;
}

.service-right .icon-box {
  width: 100px;
  left: 0;
  top: 4px;
}

.service-box h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #d0ae5f;
  font-weight: 500;
}

.service-box p {
  color: #707070;
  font-size: 15px;
  line-height: 1.5em;
}

.membership {
  background: #282828;
  padding: 100px 0;
}

.membership .main-title h2 {
  color: #f3ede6;
}

.membership-box {
  background: #f3ede6;
  padding: 20px;
}

.membership-header {
  text-align: center;
  margin-bottom: 30px;
}

.membership-header h3 {
  font-size: 28px;
  color: #e9b26b;
  text-transform: uppercase;
  position: relative;
  padding: 32px 0;
  z-index: 1;
  margin: 10px 0;
}

.membership-header h3 span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  color: #e6e6e6;
  font-size: 90px;
  z-index: -1;
}

.membership-header h4 {
  font-size: 30px;
  color: #000;
  font-weight: 600;
}

.membership-header h4 span {
  font-size: 18px;
  color: #e9b26b;
  font-weight: normal;
  padding-left: 8px;
}

.membership-body {
  padding: 0 20px;
}

.membership-body ul {
  padding: 0;
  margin: 0;
}

.membership-body ul li {
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  list-style: none;
  border-bottom: 1px solid #dadada;
  padding: 16px 0;
}

.membership-body ul li:last-child {
  border-bottom: none;
}

.membership-body ul li:before {
  content: '\f138';
  font-family: FontAwesome;
  color: #e9b26b;
  font-size: 18px;
  padding-right: 20px;
}

.membership-footer .btn-custom {
  padding: 16px;
  border-radius: 0;
  display: block;
  margin-top: 16px;
  text-align: center;
}

.ourteam {
  padding: 100px 0;
}

.team-single {
  text-align: center;
}

.team-single figure {
  display: inline-block;
  border: 6px solid #e9b26b;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 24px;
  max-width: 280px;
}

.team-single h3 {
  font-size: 24px;
  color: #282828;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.team-single p {
  color: #e9b26b;
  font-size: 18px;
}

.gallery {
  padding: 100px 0 0;
  background: #f8f8f8;
}

.row.no-pad {
  margin-right: 0;
  margin-left: 0;
}

.row.no-pad > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.gallery .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.gallery-box {
  position: relative;
}

.gallery-box figure {
  margin-bottom: -1px;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(208, 174, 94, 0);
  transition: all 0.4s;
}

.gallery-info {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  transition: all 0.3s;
  text-align: center;
  transform: translate(0, -50%);
  opacity: 0;
}

.gallery-box:hover .gallery-overlay {
  background: rgba(208, 174, 94, 0.7);
}

.gallery-box:hover .gallery-info {
  top: 50%;
  opacity: 1;
}

.gallery-info h3 {
  color: #f3ede6;
  font-size: 34px;
  font-family: 'Merienda One', cursive;
  font-weight: normal;
  letter-spacing: 0.04em;
}

.gallery-info p {
  color: #f3ede6;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}

.contact {
  padding: 100px 0;
}

.contact-box {
  max-width: 746px;
  margin: 0 auto;
  background: #fff;
  border: 4px solid #e9b26b;
  padding: 80px 30px;
  text-align: center;
  box-shadow: 3px 4px 28.13px 0.87px rgba(0, 0, 0, 0.24);
}

.contact-info p {
  font-size: 18px;
  color: #aaa6a6;
  padding-bottom: 8px;
}

.contact-info p i {
  font-size: 20px;
  padding-right: 10px;
}

.contact-form {
  margin-top: 60px;
}

.contact-form .form-field {
  max-width: 480px;
  margin: 0 auto 20px;
}

.contact-form .form-control {
  background: #f4f1f1;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 14px;
  height: auto;
  resize: none;
}

.contact-form .btn-custom {
  border: none;
  padding: 15px 20px;
  border-radius: 0;
  margin-top: 20px;
}

footer {
  background: #282828;
  padding: 30px 0;
}

.footer-logo {
  text-align: center;
  margin: 10px 0 10px 0;
}

.footer-logo a {
  display: inline-block;
  font-size: 66px;
  color: #e9b26b;
  min-width: 320px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-contact {
  text-align: center;
  padding: 30px 0;
  margin-bottom: 30px;
}
.footer-contact p {
  color: #f3ede6;
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-logo img {
  width: 100px;
  height: auto;
}

.footer-social {
  text-align: center;
  padding: 30px 0;
  margin-bottom: 60px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  display: inline-block;
  background: #e9b26b;
  border-radius: 50%;
  color: #f3ede6;
  font-size: 18px;
  padding-top: 8px;
  margin: 0 4px;
}

.footer-social a:hover {
  background: #f3ede6;
  color: #282828;
}

.footer-info {

}

.footer-info p {
  color: #f3ede6;
  letter-spacing: 0.02em;
  font-size: 14px;
}

.footer-info a {
  color: #f3ede6;
}

.footer-info a:hover {
  color: #e9b26b;
}

.footer-menu {
  text-align: right;
}

.footer-menu ul {
  padding: 0;
  margin: 0;
}

.footer-menu ul li {
  display: inline-block;
}

.footer-menu ul li a {
  display: block;
  padding: 0 10px;
  color: #f3ede6;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.footer-menu ul li a:hover {
  color: #e9b26b;
  background-color: transparent;
}

.aboutus hr {
  border: none;
  border-top: 1px solid rgb(51, 51, 51, 0.2);
  margin: 20px 0;
}

/****************************************
		 Responsive Media Query
****************************************/

@media only screen and (max-width: 1200px) {
  .btn-custom {
    min-width: auto;
  }
}

@media only screen and (max-width: 991px) {

  .navbar-brand img {
    max-height: 44px;
  }

  .navbar-default .navbar-nav > li > a {
    font-size: 13px;
    padding: 15px 5px 10px;
  }

  .about-image {
    text-align: center;
  }

  .treatments-heading {
    margin-bottom: 60px;
  }

  .membership-box {
    margin-bottom: 30px;
  }

  .footer-info {
    text-align: center;
  }

  .footer-menu {
    text-align: center;
    margin-top: 30px;
  }

}


/* Mobile Layout */
@media only screen and (max-width: 767px) {

  #responsive-menu {
    display: block;

  }

  .navbar-brand img {
    float: left;
  }

  .navbar {
    padding: 2px 0;
    min-height: auto;
  }

  .navbar-header {
    padding: 8px 0;
  }

  .navbar-header:after {
    content: '';
    display: block;
    clear: both;
  }

  .slicknav_menu {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
    background: none;
  }

  .slicknav_menu ul {
    background: #4d6558;
  }

  .slicknav_menu li {
    padding: 0 10px;
  }

  .slicknav_menu .active a {
    color: #24292f;
    background: none !important;
  }

  .slicknav_menu a {
    color: #f3ede6;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: uppercase;
    border: 1px solid transparent;
  }

  .slicknav_menu a a {
    border: none !important;
  }

  .slicknav_nav .slicknav_row:hover,
  .slicknav_nav a:hover {
    color: #24292f;
  }

  .slicknav_menu .active a {
    color: #24292f !important;
  }

  .slicknav_btn {
    padding: 4px 4px;
    background: none;
  }

  .slicknav_icon-bar {
    box-shadow: none;
    border-radius: 0;
    margin: 2px 0;
  }

  .aboutus,
  .treatments,
  .contact {
    padding: 60px 0;
  }

  .services,
  .ourteam {
    padding: 60px 0 20px;
  }

  .gallery {
    padding-top: 60px;
  }

  .main-title {
    margin-bottom: 40px;
  }

  .main-title h2 {
    font-size: 22px;
  }

  .main-title h3 {
    font-size: 16px;
  }

  .banner {
    padding: 60px 0 80px;
  }

  .about-image {
    margin-top: 60px;
  }

  .about-desc h2,
  .treatments-heading h2 {
    font-size: 26px;
  }

  .treatments-box {
    margin-bottom: 30px;
  }

  .service-left .icon-box,
  .service-right .icon-box {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 30px;
  }

  .service-right {
    padding-left: 0;
    text-align: center;
  }

  .service-left {
    padding-right: 0;
    text-align: center;
  }

  .membership-box {
    max-width: 380px;
    margin: 0 auto 30px;
  }

  .team-single {
    margin-bottom: 40px;
  }

  .contact-box {
    padding: 30px 20px;
  }

  .treatments-body {
    min-height: auto !important;
  }

  .header-banner img {
    height: auto !important;
    width: auto;
  }
}

/* Small Mobile Layout */
@media only screen and (max-width: 480px) {
  .team-single figure {
    max-width: 200px;
  }

  .main-title h2:before {
    width: 30%;
    left: 0px;
  }

  .main-title h2:after {
    width: 30%;
    right: 0px;
  }

  .team-single h3 {
    font-size: 20px;
  }

  .team-single p {
    font-size: 16px;
  }

  .footer-logo .footer-logo-img {
    width: 100px;
    height: auto;
  }

  .footer-social {
    margin-bottom: 0px;
  }

  .footer-info p {
    font-size: 12px;
  }

  .footer-menu ul li a {
    font-size: 12px;
  }

  .gallery-info h3 {
    font-size: 18px;
  }

  .gallery-info p {
    font-size: 14px;
  }
}
