/*
Template Name: Amezia - Responsive Bootstrap 4 Landing Template
Author: Themesbrand
File: Main Css File
*/
/*
1. Google Font
2. Navbar
3. Buttons
4. General
*/
/* ======
1. Google Font
    ====== */
@font-face{
  font-family: "Isabel-Black";
  src: url("../fonts/Skinic-Fonts/Isabel-Black.ttf") format("truetype"); /* Header Font */
}

@font-face{
  font-family: "Isabel-Thin-Italic";
  src: url("../fonts/Skinic-Fonts/Isabel-Thin-Italic.ttf") format("truetype"); /* Primary Subheader Font */
}

@font-face{
  font-family: "BenguiatStd-Book";
  src: url("../fonts/Skinic-Fonts/BenguiatStd-Book.ttf") format("truetype"); /* Secondary Subheader Font */
}

@font-face{
  font-family: "FuturaLT-Light";
  src: url("../fonts/Skinic-Fonts/FuturaLT-Light.ttf") format("truetype"); /* Body Font */
}

/* ======
 2. Navbar
    ====== */
/*--- Navbar Custom ---*/
.navbar-top {
  border-bottom: 5px solid #d4c39b;
  width: 100%;
  z-index: 999;
}

.navbar-headercolor {
  background-color: #ffffff !important;
}

.navbar-custom {
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  top: 52px;
}

.navbar-custom .navbar-nav li a {
  line-height: 26px;
  color: #ffffff;
  font-size: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 6px 0;
  margin: 0 15px;
}

.navbar-custom .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}

.navbar-custom .navbar-nav .nav-button {
  color: #ffffff !important;
  background-color: #d4c39b;
  border-radius: 0.25rem 1.25rem;
  padding: 0.47rem 0.75rem;
}

.navbar-custom .navbar-nav .nav-button:hover {
  color: #ffffff !important;
  background-color: #a99c7c;
  border-radius: 0.25rem 1.25rem;
  padding: 0.47rem 0.75rem;
}

.navbar-center {
  display: flex;
  justify-content: center; /* Horizontally centers the items */
  list-style: none; /* Removes bullets */
  padding: 0;
  margin-top: 20px;
  width: 100%;
}

.navbar-search {
  align-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
}

.navbar-icon {
  position: absolute;
  top: 90px;
  right: 50px;
  letter-spacing: 5px;
}

.navbar-icon a {
  color: #fff !important;
}

.navbar-iconcolor a {
  color: #70706c !important;
}

@media (min-width: 992px) {
  .navbar-textcolor {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 8px;
    background-color: #f2ede1;
    -webkit-box-shadow: 0 10px 33px rgba(49, 133, 169, 0.1);
    box-shadow: 0 10px 33px rgba(49, 133, 169, 0.1);
  }
}

.navbar-textcolor a {
  color: #70706c !important;
}

@media (min-width: 0) and (max-width: 991px) {
  .navbar-collapse {
    border-radius: 10px;
    border-right: 5px solid #d4c39b;
    background-color: #f2ede1;
    position: fixed;
    top: 160px;
    left: 5%;
    right: 5%;
    bottom: 0;
    width: 90%;
    height: 330px;
    -webkit-box-shadow: 0 10px 33px rgba(49, 133, 169, 0.1);
            box-shadow: 0 10px 33px rgba(49, 133, 169, 0.1);
  }

  .navbar-collapse.collapsing {
    left: -100%;
    transition: height 0s ease;
  }

  .navbar-collapse.show {
    transition: left 300ms ease-in-out;
  }

  .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: left 500ms ease-in-out;
  }

  .navbar-custom .navbar-nav .nav-link-button {
    padding-left: 7px;
    padding-right: 7px;
  }

  .navbar-center {
    position: relative;
    top: 0;
    left: 20px;
  }

  .navbar-search {
    display: none;
  }

  .navbar-icon a {
    color: #70706c !important;
  }
}

.navbar-custom .navbar-toggles {
  padding: .25rem .75rem;
  font-size: 18px;
  background: 0 0;
  border: 1px solid transparent;
  color: #70706c;
  outline: 0;
}

.navbar-custom .navbar-toggler {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 0;
  color: #70706c;
}

.navbar-custom .navbar-toggles-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}

.navbar-custom .logo-sm {
  width: 24px;
}

.navbar-custom .logo-lg {
  width: 100px;
}

.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
  color: #70706c !important;
}

.navbar-custom .navbar-nav li a.active {
  color: #ffffff;
  border-color: transparent;
  font-weight: 500;
}

.navbar-toggle {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0;
  color: #70706c;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #b9b9ba;
}

.menu-toggle {
  padding: 4.5px 10px !important;
}

.menu-toggle span {
  line-height: 27px;
}

/*---NAVBAR STICKY--*/
.nav-sticky.navbar-custom {
  margin-top: 0;
  padding: 10px 0 !important;
  /*-- background-image: linear-gradient(to bottom right, #f8f9fa, #f2ede1, #d4c39b) !important; --*/
  background-color: #f2ede1;
  -webkit-box-shadow: 0 10px 33px rgba(49, 133, 169, 0.1);
          box-shadow: 0 10px 33px rgba(49, 133, 169, 0.1);
  color: #70706c !important;
}

.nav-sticky.navbar-custom.sticky-dark {
  /*-- background-image: linear-gradient(to bottom right, #f8f9fa, #f2ede1, #d4c39b) !important; --*/
  background-color: #ffffff !important;
  top: 50px;
}

.nav-sticky.navbar-custom .navbar-toggles {
  padding: .25rem .75rem;
  border: 1px solid transparent;
  outline: 0;
}

.nav-sticky .navbar-nav {
  margin-top: 20;
}

/*--- Responsive ---*/
@media (min-width: 0) and (max-width: 991px) {
  .navbar-custom {
    margin-top: 0;
    padding: 10px 0 !important;
    /*-- background-image: linear-gradient(to bottom right, #f8f9fa, #f2ede1, #d4c39b) !important; --*/
    background-color: #f2ede1;
    -webkit-box-shadow: 0 10px 33px rgba(49, 133, 169, 0.1);
            box-shadow: 0 10px 33px rgba(49, 133, 169, 0.1);
    color: #ffffff !important;
  }

  .navbar-custom .navbar-nav li a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #70706c !important;
    margin: 5px 0;
    width: 85%;
  }

  .navbar-custom > .container {
    width: 90%;
  }

  .navbar-nav {
    margin-top: 0;
  }

  .navbar-custom .navbar-nav li a:hover,
  .navbar-custom .navbar-nav li a:active {
    color: #70706c !important;
  }

  .navbar-custom .navbar-nav li a.active {
    color: #70706c !important;
    border-color: transparent;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 85%;
  }
}

.fixed-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* ======
 3. Buttons
    ====== */
.btn-round {
  border-radius: 30px;
}

.btn-primary, .btn-success, .btn-secondary, .btn-info, .btn-warning,
.btn-danger, .btn-dark, .btn-pink, .btn-purple, .btn-brand-color-primary, .btn-brand-color, .btn-white-border {
  color: #ffffff;
}

.btn-brand-color-light, .btn-white {
  color: #70706c;
}

/*btn-primary*/
.btn-primary {
  background-color: #44a2d2;
  border: 1px solid #44a2d2;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover,
.open > .dropdown-toggle.btn-primary, .btn-outline-primary.active, .btn-outline-primary:active,
.show > .btn-outline-primary.dropdown-toggle, .btn-outline-primary:hover, .btn-primary.active, .btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:active, .show > .btn-primary.dropdown-toggle,
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #2b7595 !important;
  border: 1px solid #2b7595;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus,
.btn-primary.focus, .btn-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(49, 133, 169, 0.3);
  box-shadow: 0 0 0 2px rgba(49, 133, 169, 0.3);
}

/*btn-success*/
.btn-success {
  background-color: #0acf97;
  border: 1px solid #0acf97;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
.btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover,
.btn-success:not(:disabled):not(.disabled):active,
.open > .dropdown-toggle.btn-success, .btn-outline-success.active, .btn-outline-success:active,
.show > .btn-outline-success.dropdown-toggle, .btn-outline-success:hover, .btn-success.active,
.btn-success:active, .show > .btn-success.dropdown-toggle {
  background-color: #09b785;
  border: 1px solid #09b785;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus,
.btn-success.focus, .btn-success:focus, .btn-outline-success.focus, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(10, 207, 151, 0.3);
  box-shadow: 0 0 0 2px rgba(10, 207, 151, 0.3);
}

/*btn-info*/
.btn-info {
  background-color: #2d7bf4;
  border: 1px solid #2d7bf4;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus,
.btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info,
.btn-outline-info.active, .btn-outline-info:active, .btn-info.disabled, .btn-info:disabled,
.show > .btn-outline-info.dropdown-toggle, .btn-outline-info:hover, .btn-info.active, .btn-info:active,
.show > .btn-info.dropdown-toggle {
  background-color: #156cf3;
  border: 1px solid #156cf3;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus,
.btn-info.focus, .btn-info:focus, .btn-outline-info.focus, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(45, 123, 244, 0.3);
  box-shadow: 0 0 0 2px rgba(45, 123, 244, 0.3);
}

/*btn-warning*/
.btn-warning {
  background-color: #f9bc0b;
  border: 1px solid #f9bc0b;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
.btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover,
.open > .dropdown-toggle.btn-warning, .btn-outline-warning.active, .btn-outline-warning:active,
.show > .btn-outline-warning.dropdown-toggle, .btn-outline-warning:hover, .btn-warning.active,
.btn-warning:active, .show > .btn-warning.dropdown-toggle {
  background-color: #e5ac06;
  border: 1px solid #e5ac06;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus,
.btn-warning.focus, .btn-warning:focus, .btn-outline-warning.focus, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(249, 188, 11, 0.3);
  box-shadow: 0 0 0 2px rgba(249, 188, 11, 0.3);
}

/*btn-danger*/
.btn-danger {
  background-color: #f1556c;
  border: 1px solid #f1556c;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active,
.btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover,
.open > .dropdown-toggle.btn-danger, .btn-outline-danger.active, .btn-outline-danger:active,
.show > .btn-outline-danger.dropdown-toggle, .btn-outline-danger:hover, .btn-danger.active,
.btn-danger:active, .show > .btn-danger.dropdown-toggle {
  background-color: #ef3d58;
  border: 1px solid #ef3d58;
}

.btn-danger.focus, .btn-danger:focus, .btn-outline-danger.focus, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(241, 85, 108, 0.3);
  box-shadow: 0 0 0 2px rgba(241, 85, 108, 0.3);
}

/*btn-light*/
.btn-light {
  background-color: #70706c;
  border: 1px solid #dee2e6;
}

.btn-light:active, .btn-light:focus, .btn-light:hover, .btn-light.active,
.btn-light.focus, .btn-light:active, .btn-light:focus, .btn-light:hover,
.open > .dropdown-toggle.btn-light, .btn-outline-light.active, .btn-outline-light:active,
.show > .btn-outline-light.dropdown-toggle, .btn-outline-light:hover, .btn-light.active,
.btn-light:active, .show > .btn-light.dropdown-toggle {
  background-color: #d4e2f1;
  border: 1px solid #d4e2f1;
}

.btn-light.focus, .btn-light:focus, .btn-outline-light.focus, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(231, 239, 247, 0.3);
  box-shadow: 0 0 0 2px rgba(231, 239, 247, 0.3);
}

/*btn-dark*/
.btn-dark {
  background-color: #313a46;
  border: 1px solid #313a46;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus,
.btn-dark:active, .btn-dark:focus, .btn-dark:hover, .open > .dropdown-toggle.btn-dark,
.btn-outline-dark.active, .btn-outline-dark:active,
.show > .btn-outline-dark.dropdown-toggle, .btn-outline-dark:hover {
  background-color: #272e37;
  border: 1px solid #272e37;
}

.btn-dark.focus, .btn-dark:focus, .btn-outline-dark.focus, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(49, 58, 70, 0.3);
  box-shadow: 0 0 0 2px rgba(49, 58, 70, 0.3);
}

/*btn-pink*/
.btn-pink {
  background-color: #ff679b;
  border: 1px solid #ff679b;
}

.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .btn-pink.focus,
.btn-pink:active, .btn-pink:focus, .btn-pink:hover, .open > .dropdown-toggle.btn-pink,
.btn-outline-pink.active, .btn-outline-pink:active,
.show > .btn-outline-pink.dropdown-toggle, .btn-outline-pink:hover {
  background-color: #ff4e8a;
  border: 1px solid #ff4e8a;
}

.btn-pink.focus, .btn-pink:focus, .btn-outline-pink.focus, .btn-outline-pink:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 103, 155, 0.3);
  box-shadow: 0 0 0 2px rgba(255, 103, 155, 0.3);
}

/*btn-purple*/
.btn-purple {
  background-color: #777edd;
  border: 1px solid #777edd;
}

.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active, .btn-purple.focus,
.btn-purple:active, .btn-purple:focus, .btn-purple:hover, .open > .dropdown-toggle.btn-purple,
.btn-outline-purple.active, .btn-outline-purple:active,
.show > .btn-outline-purple.dropdown-toggle, .btn-outline-purple:hover {
  background-color: #636bd8;
  border: 1px solid #636bd8;
}

.btn-purple.focus, .btn-purple:focus, .btn-outline-purple.focus, .btn-outline-purple:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(119, 126, 221, 0.3);
  box-shadow: 0 0 0 2px rgba(119, 126, 221, 0.3);
}

/*btn-brand-color-primary*/
.btn-brand-color-primary {
  background-color: #d4c39b;
  border: 1px solid #d4c39b;
}

.btn-brand-color-primary.active, .btn-brand-color-primary.focus, .btn-brand-color-primary:active, .btn-brand-color-primary:focus, .btn-brand-color-primary:hover,
.open > .dropdown-toggle.btn-brand-color-primary, .btn-outline-brand-color-primary.active, .btn-outline-brand-color-primary:active,
.show > .btn-outline-brand-color-primary.dropdown-toggle, .btn-outline-brand-color-primary:hover, .btn-brand-color-primary.active, .btn-brand-color-primary:not(:disabled):not(.disabled):active,
.btn-brand-color-primary:active, .show > .btn-brand-color-primary.dropdown-toggle,
a.bg-brand-color-primary:focus, a.bg-brand-color-primary:hover, button.bg-brand-color-primary:focus, button.bg-brand-color-primary:hover {
  background-color: #a99c7c !important;
  border: 1px solid #a99c7c;
}

.btn-brand-color-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-brand-color-primary.dropdown-toggle:focus,
.btn-brand-color-primary.focus, .btn-brand-color-primary:focus, .btn-outline-brand-color-primary.focus, .btn-outline-brand-color-primary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(212, 195, 155, 0.3);
  box-shadow: 0 0 0 2px rgba(212, 195, 155, 0.3);
}

/*btn-brand-color*/
.btn-brand-color {
  background-color: #cbb26a;
  border: 1px solid #cbb26a;
}

.btn-brand-color.active, .btn-brand-color.focus, .btn-brand-color:active, .btn-brand-color:focus, .btn-brand-color:hover,
.open > .dropdown-toggle.btn-brand-color, .btn-outline-brand-color.active, .btn-outline-brand-color:active,
.show > .btn-outline-brand-color.dropdown-toggle, .btn-outline-brand-color:hover, .btn-brand-color.active, .btn-brand-color:not(:disabled):not(.disabled):active,
.btn-brand-color:active, .show > .btn-brand-color.dropdown-toggle,
a.bg-brand-color:focus, a.bg-brand-color:hover, button.bg-brand-color:focus, button.bg-brand-color:hover {
  background-color: #a28e54 !important;
  border: 1px solid #a28e54;
}

.btn-brand-color:not(:disabled):not(.disabled):active:focus, .show > .btn-brand-color.dropdown-toggle:focus,
.btn-brand-color.focus, .btn-brand-color:focus, .btn-outline-brand-color.focus, .btn-outline-brand-color:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(203, 178, 106, 0.3);
  box-shadow: 0 0 0 2px rgba(203, 178, 106, 0.3);
}

/*btn-brand-color-light*/
.btn-brand-color-light {
  background-color: #f2ede1;
  border: 1px solid #f2ede1;
}

.btn-brand-color-light.active, .btn-brand-color-light.focus, .btn-brand-color-light:active, .btn-brand-color-light:focus, .btn-brand-color-light:hover,
.open > .dropdown-toggle.btn-brand-color-light, .btn-outline-brand-color-light.active, .btn-outline-brand-color-light:active,
.show > .btn-outline-brand-color-light.dropdown-toggle, .btn-outline-brand-color-light:hover, .btn-brand-color-light.active, .btn-brand-color-light:not(:disabled):not(.disabled):active,
.btn-brand-color-light:active, .show > .btn-brand-color-light.dropdown-toggle,
a.bg-brand-color-light:focus, a.bg-brand-color-light:hover, button.bg-brand-color-light:focus, button.bg-brand-color-light:hover {
  background-color: #e9e1cd !important;
  border: 1px solid #e9e1cd;
}

.btn-brand-color-light:not(:disabled):not(.disabled):active:focus, .show > .btn-brand-color-light.dropdown-toggle:focus,
.btn-brand-color-light.focus, .btn-brand-color-light:focus, .btn-outline-brand-color-light.focus, .btn-outline-brand-color-light:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(242, 237, 225, 0.3);
  box-shadow: 0 0 0 2px rgba(242, 237, 225, 0.3);
}

/*btn-white*/
.btn-white {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.btn-white.active, .btn-white.focus, .btn-white:active, .btn-white:focus, .btn-white:hover,
.open > .dropdown-toggle.btn-white, .btn-outline-brand-color-light.active, .btn-outline-brand-color-light:active,
.show > .btn-outline-brand-color-light.dropdown-toggle, .btn-outline-brand-color-light:hover, .btn-white.active, .btn-white:not(:disabled):not(.disabled):active,
.btn-white:active, .show > .btn-white.dropdown-toggle,
a.bg-brand-color-light:focus, a.bg-brand-color-light:hover, button.bg-brand-color-light:focus, button.bg-brand-color-light:hover {
  background-color: #e5e5e5 !important;
  border: 1px solid #e5e5e5;
}

.btn-white:not(:disabled):not(.disabled):active:focus, .show > .btn-white.dropdown-toggle:focus,
.btn-white.focus, .btn-white:focus, .btn-outline-brand-color-light.focus, .btn-outline-brand-color-light:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 2px rgba(255, 255 ,255, 0.3);
}

/*btn-white-border*/
.btn-white-border {
  background-color: transparent;
  border: 1px solid #ffffff;
}

.btn-white-border.active, .btn-white-border.focus, .btn-white-border:active, .btn-white-border:focus, .btn-white-border:hover,
.open > .dropdown-toggle.btn-white-border, .btn-outline-brand-color-light.active, .btn-outline-brand-color-light:active,
.show > .btn-outline-brand-color-light.dropdown-toggle, .btn-outline-brand-color-light:hover, .btn-white-border.active, .btn-white-border:not(:disabled):not(.disabled):active,
.btn-white-border:active, .show > .btn-white-border.dropdown-toggle,
a.bg-brand-color-light:focus, a.bg-brand-color-light:hover, button.bg-brand-color-light:focus, button.bg-brand-color-light:hover {
  background-color: transparent !important;
  border: 1px solid #e5e5e5;
}

.btn-white-border:not(:disabled):not(.disabled):active:focus, .show > .btn-white-border.dropdown-toggle:focus,
.btn-white-border.focus, .btn-white-border:focus, .btn-outline-brand-color-light.focus, .btn-outline-brand-color-light:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 2px rgba(255, 255 ,255, 0.3);
}

/*btn-link*/
.btn-link {
  color: #313a46;
}

.btn-link:hover {
  color: #3185a9;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  text-decoration: none;
}

/* button Outline */
.btn-outline-primary {
  color: #44a2d2;
  border-color: #44a2d2;
}

.btn-outline-success {
  color: #0acf97;
  border-color: #0acf97;
}

.btn-outline-info {
  color: #2d7bf4;
  border-color: #2d7bf4;
}

.btn-outline-warning {
  color: #f9bc0b;
  border-color: #f9bc0b;
}

.btn-outline-danger {
  color: #f1556c;
  border-color: #f1556c;
}

.btn-outline-dark {
  color: #313a46;
  background-image: none;
  background-color: transparent;
  border-color: #313a46;
}

.btn-outline-light {
  color: #70706c;
  background-image: none;
  background-color: transparent;
  border-color: #b9b9ba;
}

.btn-outline-pink {
  color: #ff679b;
  background-image: none;
  background-color: transparent;
  border-color: #ff679b;
}

.btn-outline-purple {
  color: #777edd;
  background-image: none;
  background-color: transparent;
  border-color: #777edd;
}

.btn-outline-brand-color-primary {
  color: #70706c;
  border-color: #d4c39b;
}

.btn-outline-brand-color {
  color: #70706c;
  border-color: #cbb26a;
}

.btn-outline-brown {
  color: #644e3c;
  border-color: #715844;
}

/*soft buttons*/
.btn-soft-primary {
  background-color: rgba(49, 133, 169, 0.2);
  color: #44a2d2;
}

.btn-soft-primary:hover {
  background-color: #44a2d2;
  color: #ffffff;
}

.btn-soft-primary:focus {
  -webkit-box-shadow: 0 0 0 0.1rem rgba(49, 133, 169, 0.25);
          box-shadow: 0 0 0 0.1rem rgba(49, 133, 169, 0.25);
  background-color: rgba(49, 133, 169, 0.8);
  color: #ffffff;
}

.btn-soft-secondary {
  background-color: rgba(154, 154, 154, 0.2);
  color: #9a9a9a;
}

.btn-soft-secondary:hover {
  background-color: #9a9a9a;
  color: #ffffff;
}

.btn-soft-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.1rem rgba(154, 154, 154, 0.25);
          box-shadow: 0 0 0 0.1rem rgba(154, 154, 154, 0.25);
  background-color: rgba(154, 154, 154, 0.8);
  color: #ffffff;
}

.btn-soft-success {
  background-color: rgba(10, 207, 151, 0.2);
  color: #0acf97;
}

.btn-soft-success:hover {
  background-color: #0acf97;
  color: #ffffff;
}

.btn-soft-success:focus {
  -webkit-box-shadow: 0 0 0 0.1rem rgba(10, 207, 151, 0.25);
          box-shadow: 0 0 0 0.1rem rgba(10, 207, 151, 0.25);
  background-color: rgba(10, 207, 151, 0.8);
  color: #ffffff;
}

.btn-soft-warning {
  background-color: rgba(249, 188, 11, 0.2);
  color: #f9bc0b;
}

.btn-soft-warning:hover {
  background-color: #f9bc0b;
  color: #ffffff;
}

.btn-soft-warning:focus {
  -webkit-box-shadow: 0 0 0 0.1rem rgba(249, 188, 11, 0.25);
          box-shadow: 0 0 0 0.1rem rgba(249, 188, 11, 0.25);
  background-color: rgba(249, 188, 11, 0.8);
  color: #ffffff;
}

.btn-soft-danger {
  background-color: rgba(241, 85, 108, 0.2);
  color: #f1556c;
}

.btn-soft-danger:hover {
  background-color: #f1556c;
  color: #ffffff;
}

.btn-soft-danger:focus {
  -webkit-box-shadow: 0 0 0 0.1rem rgba(241, 85, 108, 0.25);
          box-shadow: 0 0 0 0.1rem rgba(241, 85, 108, 0.25);
  background-color: rgba(241, 85, 108, 0.8);
  color: #ffffff;
}

.btn-soft-info {
  background-color: rgba(45, 123, 244, 0.2);
  color: #2d7bf4;
}

.btn-soft-info:hover {
  background-color: #2d7bf4;
  color: #ffffff;
}

.btn-soft-info:focus {
  -webkit-box-shadow: 0 0 0 0.1rem rgba(45, 123, 244, 0.25);
          box-shadow: 0 0 0 0.1rem rgba(45, 123, 244, 0.25);
  background-color: rgba(45, 123, 244, 0.8);
  color: #ffffff;
}

.btn-soft-dark {
  background-color: rgba(49, 58, 70, 0.2);
  color: #313a46;
}

.btn-soft-dark:hover {
  background-color: #313a46;
  color: #ffffff;
}

.btn-soft-dark:focus {
  -webkit-box-shadow: 0 0 0 0.1rem rgba(49, 58, 70, 0.25);
          box-shadow: 0 0 0 0.1rem rgba(49, 58, 70, 0.25);
  background-color: rgba(49, 58, 70, 0.8);
  color: #ffffff;
}

.btn-soft-pink {
  background-color: rgba(255, 103, 155, 0.2);
  color: #ff679b;
}

.btn-soft-pink:hover {
  background-color: #ff679b;
  color: #ffffff;
}

.btn-soft-pink:focus {
  -webkit-box-shadow: 0 0 0 0.1rem rgba(255, 103, 155, 0.25);
          box-shadow: 0 0 0 0.1rem rgba(255, 103, 155, 0.25);
  background-color: rgba(255, 103, 155, 0.8);
  color: #ffffff;
}

.btn-soft-purple {
  background-color: rgba(119, 126, 221, 0.2);
  color: #777edd;
}

.btn-soft-purple:hover {
  background-color: #777edd;
  color: #ffffff;
}

.btn-soft-purple:focus {
  -webkit-box-shadow: 0 0 0 0.1rem rgba(119, 126, 221, 0.25);
          box-shadow: 0 0 0 0.1rem rgba(119, 126, 221, 0.25);
  background-color: rgba(119, 126, 221, 0.8);
  color: #ffffff;
}

/* Social Buttons */
.btn-social-icon .btn {
  width: 36px;
  height: 36px;
  padding-left: 10px;
}

.btn-facebook {
  color: #ffffff !important;
  background-color: #3b5998;
}

.btn-twitter {
  color: #ffffff !important;
  background-color: #00aced;
}

.btn-linkedin {
  color: #ffffff !important;
  background-color: #007bb6;
}

.btn-dribbble {
  color: #ffffff !important;
  background-color: #ea4c89;
}

.btn-googleplus {
  color: #ffffff !important;
  background-color: #dd4b39;
}

.btn-instagram {
  color: #ffffff !important;
  background-color: #517fa4;
}

.btn-pinterest {
  color: #ffffff !important;
  background-color: #cb2027;
}

.btn-dropbox {
  color: #ffffff !important;
  background-color: #007ee5;
}

.btn-flickr {
  color: #ffffff !important;
  background-color: #ff0084;
}

.btn-tumblr {
  color: #ffffff !important;
  background-color: #32506d;
}

.btn-skype {
  color: #ffffff !important;
  background-color: #00aff0;
}

.btn-youtube {
  color: #ffffff !important;
  background-color: #bb0000;
}

.btn-github {
  color: #ffffff !important;
  background-color: #171515;
}

.btn-shadow {
  overflow: visible;
}

.btn-shadow {
  z-index: 1;
}

.btn-shadow:after {
  border-color: #b9b9ba transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 0;
  bottom: 1px;
  content: "";
  position: absolute;
  right: -6px;
  height: 0;
  width: 0;
}

.btn-vertical {
  position: absolute;
  right: -42px;
  bottom: 50px;
  -moz-transform:rotate(-90deg);
  -ms-transform:rotate(-90deg);
  -o-transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
}

/* ======
 4. General
    ====== */
/*=============================
* Template Name :Arivon
* Version : 1.0
* Created by : Themesbrand
==============================*/
/*=============================
1.Bootstrap Reset
2.Basic
3.Home
4.About
5.Services
6.News
7.Shop
8.Booking
9.Contact
10.Triage
11.Registration
12.Consent
13.QR Code
14.Service Menu
15.Footer
==============================*/
/*-----------------------------
 1. Bootstrap Reset
------------------------------*/
body {
  margin: 0;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #70706c;
  font-family: "BenguiatStd-Book";
  font-size: 14px;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  font-weight: 500;
}

h1, .h1 {
  font-size: 2.03125rem;
}

h2, .h2 {
  font-size: 1.625rem;
}

h3, .h3 {
  font-size: 1.42188rem;
}

h4, .h4 {
  font-size: 1.21875rem;
}

h5, .h5 {
  font-size: 1.01563rem;
}

h6, .h6 {
  font-size: 0.8125rem;
}

p {
  line-height: 1.8;
}

* {
  outline: none !important;
  box-sizing: border-box;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #e4d9ce;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #d4c39b;
}

a:hover, a:active, a:focus {
  color: #70706c;
  outline: 0;
  text-decoration: none;
}

a {
  color: #70706c;
  text-decoration: none;
  background-color: transparent;
}

.img-icon-logo {
  border: 1px solid #d4c39b;
  border-radius: 50px;
  margin: 5px;
  width: 60px;
  height: 60px;
}

.img-icon-logo-sm {
  border: 1px solid #d4c39b;
  border-radius: 50px;
  margin: 5px;
  width: 40px;
  height: 40px;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/*-- Track --*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #a99c7c; 
  border-radius: 150px;
}

/*-- Handle --*/
::-webkit-scrollbar-thumb {
  background-color: #d4c39b;
  border-radius: 150px;
}

/*-- Handle On Hover --*/
::-webkit-scrollbar-thumb:hover {
  background-color: #a99c7c;
}

.title {
  font-size: 32px;
  font-weight: 500;
}

.title-border {
  display: inline-block;
  position: relative;
}

.title-border:after {
  background-color: #70706c;
  bottom: -12px;
  content: "";
  left: 0;
  height: 3px;
  position: absolute;
  width: 50px;
}

.title-text {
  font-family: "Isabel-Black";
}

.primary-subtitle-text {
  font-family: "Isabel-Thin-Italic";
}

.secondary-subtitle-text {
  font-family: "BenguiatStd-Book";
}

.body-text {
  font-family: "FuturaLT-Light";
}

.font-7 {
  font-size: 7px;
}

.font-8 {
  font-size: 8px;
}

.font-9 {
  font-size: 9px;
}

.font-10 {
  font-size: 10px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-24 {
  font-size: 24px;
}

.font-26 {
  font-size: 26px;
}

.font-40 {
  font-size: 40px;
}

.text-primary {
  color: #44a2d2 !important;
}

.text-success {
  color: #0acf97 !important;
}

.text-warning {
  color: #f9bc0b !important;
}

.text-info {
  color: #2d7bf4 !important;
}

.text-danger {
  color: #f1556c !important;
}

.text-pink {
  color: #ff679b !important;
}

.text-purple {
  color: #777edd !important;
}

.text-secondary {
  color: #9a9a9a !important;
}

.text-brand-color-primary {
  color: #d4c39b !important;
}

.text-brand-color-secondary {
  color: #b8b4a1 !important;
}

.text-brand-color-tertiary {
  color: #c2b5a5 !important;
}

.text-brand-color {
  color: #cbb26a !important;
}

.text-brown {
  color: #644e3c !important;
}

.text-dark {
  color: #70706c !important;
}

.bg-primary {
  background-color: #44a2d2 !important;
}

.bg-pink {
  background-color: #ff679b !important;
}

.bg-purple {
  background-color: #777edd !important;
}

.bg-dark {
  background-color: #313a46 !important;
}

.bg-info {
  background-color: #2d7bf4 !important;
}

.bg-warning {
  background-color: #f9bc0b !important;
}

.bg-success {
  background-color: #0acf97 !important;
}

.bg-brand-color-primary {
  background-color: #d4c39b !important;
}

.bg-brand-color-secondary {
  background-color: #b8b4a1 !important;
}

.bg-brand-color-tertiary {
  background-color: #c2b5a5 !important;
}

.bg-brand-color {
  background-color: #cbb26a !important;
}

.bg-brand-color-light {
  background-color: #f2ede1 !important;
}

.bg-brand-color-linear {
  background-image: linear-gradient(to bottom right, #d4c39b, #f2ede1, #ffffff, #f2ede1, #d4c39b) !important;
}

.bg-brand-color-radial {
  background-image: radial-gradient(#d4c39b, #f2ede1, #d4c39b) !important;
}
.bg-brand-color-image {
  background-image: linear-gradient(to bottom right, #f2ede1, #d4c39b, #f2ede1, #d4c39b, #f2ede1, #d4c39b, #f2ede1, #d4c39b, #f2ede1, #d4c39b) !important;
}

.bg-brown {
  background-color: #7e624c !important;
}

.bg-coffee {
  background-color: #70706c !important;
}

.bg-gray {
  background-color: #a39e9b !important;
}

.bg-gray-dark {
  background-color: #545152 !important;
}

.sidebar, .page-content {
  margin-top: 0 !important;
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (min-width: 992px) {
  .page-content:after {
    /*-- background-color: rgba(0,0,0,.1); --*/
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
  }

  .page-left:after {
    right: 12px;
  }

  .page-right:after {
    right: -12px;
  }

  .sidebar-right {
    padding-left: 30px;
  }

  .sidebar-left {
    padding-right: 30px;
  }
}

.side-header {
  margin-top: 0;
}

.side-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #70706c;
  font-family: "FuturaLT-Light";
}

.side-meta li {
  padding: 5px 0;
}

.side-meta a {
  display: inline-block;
  padding: 5px 0;
}

.video-player-bg {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  z-index: 9999;
}

.play-button-bg {
  border: none;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
  color: #70706c;
  padding: 0 5px;
  margin: 5px;
}

.video-player {
  max-width: 750px;
  position: relative;
  overflow: hidden;
  background: #f2ede1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.video {
  width: 100%;
  cursor: pointer;
}

.player-controls {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(100%) translateY(-5px);
  transition: 0.3s;
  flex-wrap: wrap;
  background: rgba(212, 195, 155, 0.6);
}

.video-player:hover .player-controls {
  transform: translateY(0);
}

.play-button {
  border: none;
  background: none;
  color: #70706c;
  padding: 10px;
}

.play-button:focus {
  outline: none;
}

.time {
  font-size: 1em;
  color: #70706c;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}

.title-video {
  font-size: 1em;
  color: #70706c;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: right;
  margin: 0 20px;
  width: 100%;
}

input[type="range"] {
  -webkit-appearance: none;
  background: transparent;
  margin: 0;
  width: 100%;
  padding: 0 10px;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  height: 5px;
  width: 100%;
  cursor: pointer;
  background: rgba(73, 80, 87, 0.6);
  border-radius: 10px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 5px;
  width: 10px;
  background-color: #70706c;
  border-radius: 10px;
  cursor: pointer;
}

.video-progress {
  position: relative;
  display: flex;
  width: 100%;
  height: 5px;
  transition: 0.3s;
  background: rgba(73, 80, 87, 0.6);
  cursor: pointer;
}

.video-progress-filled {
  width: 0;
  background-color: #70706c;
  border-radius: 10px;
}

.video-player:hover .video-progress {
  height: 5px;
  border-radius: 10px;
  margin: 5px;
}

.inner-player-controls {
  background-color: rgba(212, 195, 155, 0.6);
  border-radius: 10px;
  display: flex;
  width: 100%;
  margin: 5px;
  margin-top: 0;
}

.mute-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.muted-volume {
  opacity: 0.5;  
}

.volume {
  display: none;
}

@media (min-width: 1500px) and (max-width: 9999px) {
  .volume {
    display: block;
  }
}

.control-button {
  background: none;
  color: #70706c;
  border: none;
}

.border-brand-color-primary {
  border-color: #70706c !important;
}

.border-brand-color {
  border-color: #70706c !important;
}

.my-custom-scrollbar {
  position: relative;
  height: 500px;
  overflow: auto;
}

.strikethrough {
  display: inline-block;
  position: relative;
}

.strikethrough:before {
  position: absolute;
  content: "";
  left: -0.1em;
  right: -0.1em;
  top: 0.38em;
  bottom: 0.38em;
  background: linear-gradient(to left top, transparent 45.5%, currentColor 47.5%, currentColor 52.5%, transparent 54.5%);
  pointer-events: none;
}

/*-----------------------------
2. Basic
------------------------------*/

/* Base transition styles */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.slide-in-right {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.scale-up {
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.rotate-in {
    opacity: 0;
    transform: rotate(90deg);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.zoom-in {
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.visible {
    opacity: 1;
    transform: translateY(0);
}

.visible.fade-in-up {
    transform: translateY(0);
}

/* Slide-in right transition visible state */
.visible.slide-in-right {
    transform: translateX(0);
}

/* Slide-in left transition visible state */
.visible.slide-in-left {
    transform: translateX(0);
}

/* Scale-up transition visible state */
.visible.scale-up {
    transform: scale(1);
}

/* Rotate-in transition visible state */
.visible.rotate-in {
    transform: rotate(0deg);
}

.visible.zoom-in {
    transform: scale(1);
}

/*--- customize bootstrap css ---*/
::-moz-selection {
  background-color: #d4c39b !important;
}

::selection {
  background-color: #d4c39b !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #d4c39b !important;;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #ffffff;
  background-color: #f2ede1;
  border-color: #f2ede1;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #ffffff;
  border-color: #d4c39b;
  background-color: #f2ede1;
}

.datepicker table tr td.highlighted {
  background-color: #f2ede1;
  border-radius: 0;
}

.datepicker table tr td .active.disabled, .datepicker table tr td.active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover, .datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover, .datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
  background-color: #d4c39b !important;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff !important;
}
/*--- End customize bootstrap css ---*/

.bg-gray-100 {
  background-color: #f8f9fa;
}

.l-h-40 {
  line-height: 40px;
}

strong {
  font-weight: 500;
}

.image-round {
  border-radius: 30px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.card {
  margin-bottom: 30px;
  border: none;
  color: #343a40;
}

.bg-cover-img {
  background: url("../images/banner1.png?version=03012026235806") no-repeat center center;
  position: relative;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.bg-cover-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.quote {
  font-family: "Isabel-Black";
}

.site-main {
  background-color: #ffffff;
  position: relative;
  z-index: 3;
}

.section {
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-top {
    margin-top: -120px;
  }
}

@media (min-width: 1200px) and (max-width: 9999px) {
  .section-top {
    margin-top: -150px;
  }
}

@media (min-width: 992px) and (max-width: 9999px) {
  .mt-auto-4 {
    padding-top: 1.5rem !important;
  }

  .mt-auto-5 {
    padding-top: 3rem !important;
  }

  .mt-auto-10 {
    padding-top: 8rem !important;
  }

  .ml-auto-5 {
    padding-left: 3rem !important;
  }

  .mr-auto-5 {
    padding-right: 3rem !important;
  }
}

.mt-10 {
  padding-top: 8rem !important;
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flex-left {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  list-style: none;
  background-color: transparent;
}

.breadcrumb-item.active {
  color: #70706c;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #70706c;
  content: "|";
  font-family: "Material Design Icons";
  font-weight: 500;
}

.caption-position {
  top: 35%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

@media (min-width: 0) and (max-width: 991px) {
  .bg-theme {
    height: 100vh;
    position: relative;
  }

  .bg-cover-theme {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }
}

@media (min-width: 992px) and (max-width: 9999px) {
  .bg-theme {
    height: 85vh;
    position: relative;
  }

  .bg-cover-theme {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85vh;
  }
}

.signature {
  border: 1px solid #d4c39b;
}

.text-underline {
  text-decoration: underline;
}

.text-shadow {
  text-shadow: #ffffff 1px 1px, #70706c 2px 2px, #70706c 3px 3px;
}

.text-cover-title {
  font-family: "Isabel-Black";
  font-size: 60px;
  white-space: normal;
  line-height: 80px;
  letter-spacing: 5px;
}

.text-cover-subtitle {
  font-size: 20px;
  white-space: normal;
  font-weight: 500;
  line-height: 30px;
}

.header-text {
  transform: translateX(-6000px);
  animation: text-animation 2.5s ease forwards;
}

@keyframes text-animation {
  100% {
    transform: translateX(0px);
  }
}

.logo-design {
  position: absolute;
  top: 0;
  left: 20px;
  margin: auto;
  padding: 20px 10px;
  height: 100px;
  background-color: #70706c;
  border-radius: 0 0 50% 50%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/*-----------------------------
3. Home
------------------------------*/
.bg-home {
  position: relative;
  top: 0;
}

.roundedmd {
  border-radius: 50px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 0) and (max-width: 575px) {
  .home-slider {
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    bottom: 100px;
    margin: auto;
    height: 210px;
  }

  .home-header-bg {
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
  }

  .home-header-bg .home-container {
    width: 100%;
    margin: 25px auto;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .home-slider {
    position: absolute;
    top: 40px;
    left: 15px;
    right: 15px;
    bottom: 0;
    margin: auto;
    height: 365px;
  }

  .home-header-bg {
    position: relative;
    top: 100px;
    left: 0;
    z-index: 9999;
  }

  .home-header-bg .home-container {
    width: 100%;
    margin: 75px auto;
  }
}

@media (min-width: 992px) and (max-width: 9999px) {
  .home-slider {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 0;
    margin: auto;
    height: 485px;
  }

  .home-header-bg {
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
  }

  .home-header-bg .home-container {
    width: 100%;
    margin: 50px auto;
  }
}

.home-slider .home-image-banner {
  width: 100%;
  height: 100%;
  border-radius: 30% 30% 10% 10%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.bg-home-img {
  background: url("../images/banner/home_page_bg.png?version=03012026235806") no-repeat center;
  position: relative;
  background-size: cover;
  height: 100vh;
}

.bg-b-logo-img {
  background: url("../images/banner/b_logo.png?version=03012026235806") no-repeat;
  background-size: contain;
  background-position: left center;
}

@media (min-width: 0) and (max-width: 575px) {
  .bg-home-img {
    padding-bottom: 150px;
    height: 100vh;
  }

  .bg-b-logo-img {
    background-size: cover;
  }
}

@media (min-width: 576) and (max-width: 991px) {
  .bg-home-img {
    padding-bottom: 150px;
    height: 150vh;
  }

  .bg-b-logo-img {
    background-size: cover;
  }
}

.bg-home-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #70706c;
  opacity: 0.7;
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  vertical-align: middle;
}

@media (min-width: 0) and (max-width: 991px) {
  .home-desc {
    font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 9999px) {
  .home-desc {
    font-size: 25px;
  }
}

.header-home {
  z-index: 5;
  min-width: auto;
  white-space: normal;
  color: #ffffff;
  font-family: "BenguiatStd-Book";
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: center;
  border-width: 0;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0;
  text-shadow: #70706c 2px 2px;
}

.content-home {
  z-index: 6;
  min-width: auto;
  white-space: normal;
  color: #ffffff;
  font-family: "FuturaLT-Light";
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: left;
  border-width: 0;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0;
}

@media (min-width: 0) and (max-width: 575px) {
  .header-home {
    font-size: 30px;
    margin-top: 200px;
  }

  .content-home {
    font-size: 20px;
    line-height: 25px;
    min-height: 27px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .header-home {
    font-size: 30px;
    margin-top: -50px;
  }

  .content-home {
    font-size: 20px;
    line-height: 25px;
    min-height: 27px;
  }
}

@media (min-width: 992px) and (max-width: 9999px) {
  .header-home {
    font-size: 60px;
    margin-top: 300px;
  }

  .content-home {
    font-size: 18px;
    line-height: 25px;
    min-height: 27px;
  }
}

/*-----------------------------
4. About
------------------------------*/
.about {
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.about-content {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: -12px;
}

.about-title {
  font-family: "Isabel-Black";
  color: #70706c;
}

.about-subtitle {
  font-family: "Isabel-Thin-Italic";
  font-size: 12px;
}

.about-md {
  font-family: "Isabel-Black";
  font-size: 22px;
  color: #70706c;
  padding-left: 20px;
  padding-top: 20px;
}

.about-images {
  position: relative;
  width: 100%;
}

.about-images img {
  border-bottom: 5px solid #d4c39b;
}

.about-desc {
  font-family: "FuturaLT-Light";
  margin-bottom: 15px;
}

.about-meta {
  list-style: none;
  border: 1px solid #d4c39b;
  border-style: solid none;
  margin: 15px 0;
  padding: 5px 20px;
}

.about-meta li {
  display: inline-block;
  margin-right: 20px;
  white-space: nowrap;
}

/*------------------------------*/
.clinic {
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.clinic-maps {
  border: none;
  width: 100%;
  border-top: 5px solid #d4c39b;
  border-bottom: 5px solid #d4c39b;
}

@media (min-width: 0) and (max-width: 991px) {
  .clinic-maps {
    height: 200px;
  }
}

@media (min-width: 992px) and (max-width: 9999px) {
  .clinic-maps {
    height: 300px;
  }
}

/*------------------------------*/
.expert-images {
  max-width: 570px;
  padding-left: 30%;
  padding-top: 5%;
  padding-bottom: 36.5%;
  position: relative;
  margin-left: auto;
}

@media (min-height: 0) and (max-width: 991px) {
  .expert-images img:first-child {
    border: 5px solid #d4c39b;
    position: absolute;
    top: 0;
    right: 30%;
    width: 60%;
  }

  .expert-images img:nth-child(2) {
    border: 5px solid #d4c39b;
    position: relative;
    width: 100%;
    margin-top: 45%;
  }

  .expert-images img:last-child {
    border: 5px solid #d4c39b;
    position: absolute;
    bottom: 0;
    right: 30%;
    width: 60%;
  }
}

@media (min-width: 992px) and (max-width: 9999px) {
  .expert-images img:first-child {
    border: 5px solid #d4c39b;
    position: absolute;
    top: 0;
    right: 60%;
    width: 70%;
  }

  .expert-images img:nth-child(2) {
    border: 5px solid #d4c39b;
    position: relative;
    width: 100%;
    margin-top: 25%;
  }

  .expert-images img:last-child {
    border: 5px solid #d4c39b;
    position: absolute;
    bottom: 0;
    right: 40%;
    width: 70%;
  }
}

.expert-title {
  font-family: "Isabel-Black";
  color: #70706c;
}

.expert-desc {
  font-family: "FuturaLT-Light";
  margin-bottom: 15px;
}

.expert-md-images {
  position: relative;
  width: 100%;
}

.expert-md-images img {
  border-bottom: 5px solid #d4c39b;
  border-radius: 20%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.expert-md-images-rounded img {
  border-right: 5px solid #d4c39b;
  border-bottom: 5px solid #d4c39b;
  border-radius: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.expert-md-images-square img {
  border-top: 1px solid #d4c39b;
  border-left: 5px solid #d4c39b;
  border-right: 5px solid #d4c39b;
  border-bottom: 1px solid #d4c39b;
}

/*------------------------------*/
.story {
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.story-desc {
  margin-bottom: 15px;
}

.story-title {
  font-family: "Isabel-Black";
  color: #70706c;
}

.story-subtitle {
  font-family: "Isabel-Thin-Italic";
  font-size: 12px;
}

/*-----------------------------*/
.featured {
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.featured-header {
  border-bottom: 5px solid #d4c39b;
  position: relative;
  width: 100%;
}

.featured-title {
  font-family: "Isabel-Black";
  color: #70706c;
}

.featured-images {
  max-width: 570px;
  padding-left: 30%;
  padding-top: 5%;
  padding-bottom: 36.5%;
  position: relative;
  margin-left: auto;
}

@media (min-height: 0) and (max-width: 991px) {
  .featured-images img:first-child {
    border-top: 5px solid #d4c39b;
    border-left: 5px solid #d4c39b;
    border-right: 3px solid #d4c39b;
    border-bottom: 3px solid #d4c39b;
    position: absolute;
    top: 0;
    right: 50%;
    width: 60%;
  }

  .featured-images img:nth-child(2) {
    border-top: 5px solid #d4c39b;
    border-left: 3px solid #d4c39b;
    border-right: 5px solid #d4c39b;
    border-bottom: 3px solid #d4c39b;
    position: relative;
    width: 100%;
    margin-top: 40px;
  }

  .featured-images img:last-child {
    border-top: 3px solid #d4c39b;
    border-left: 3px solid #d4c39b;
    border-right: 3px solid #d4c39b;
    border-bottom: 5px solid #d4c39b;
    position: absolute;
    bottom: 0;
    right: 30%;
    width: 60%;
  }
}

@media (min-width: 992px) and (max-width: 9999px) {
  .featured-images img:first-child {
    border-top: 5px solid #d4c39b;
    border-left: 5px solid #d4c39b;
    border-right: 3px solid #d4c39b;
    border-bottom: 3px solid #d4c39b;
    position: absolute;
    top: 0;
    right: 60%;
    width: 80%;
  }

  .featured-images img:nth-child(2) {
    border-top: 5px solid #d4c39b;
    border-left: 3px solid #d4c39b;
    border-right: 5px solid #d4c39b;
    border-bottom: 3px solid #d4c39b;
    position: relative;
    width: 100%;
    margin-top: 40px;
  }

  .featured-images img:last-child {
    border-top: 3px solid #d4c39b;
    border-left: 3px solid #d4c39b;
    border-right: 3px solid #d4c39b;
    border-bottom: 5px solid #d4c39b;
    position: absolute;
    bottom: 0;
    right: 40%;
    width: 80%;
  }
}

.featured-border {
  border: 5px solid #d4c39b;
}

.featured-content {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: -12px;
}

.featured-desc {
  font-family: "FuturaLT-Light";
  margin-bottom: 15px;
}

.featured-horizontal {
  position: relative;
  min-height: 110px;
  margin-top: 5px;
}

.featured-horizontal-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
}

.featured-horizontal-content {
  padding-left: 100px;
}

.featured-horizontal-title {
  font-weight: 500;
  line-height: 20px;
}

/*------------------------------*/
.faq-title {
  font-family: "Isabel-Black";
  color: #70706c;
}

.faq-subtitle {
  font-family: "Isabel-Thin-Italic";
  font-size: 12px;
}

.faq-desc {
  font-family: "FuturaLT-Light";
  margin-bottom: 15px;
}

/*------------------------------*/
.privacy-title {
  font-family: "Isabel-Black";
  color: #70706c;
}

.privacy-subtitle {
  font-family: "Isabel-Thin-Italic";
  font-size: 12px;
}

.privacy-desc {
  font-family: "FuturaLT-Light";
  margin-bottom: 15px;
}

/*-----------------------------
5. Services
------------------------------*/
.service {
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.service-list {
  margin-bottom: 25px;
}

.service-images {
  position: relative;
  width: 100%;
}

.service-images img {
  border-bottom: 5px solid #d4c39b;
  border-radius: 20%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.service-images-rounded img {
  border-right: 5px solid #d4c39b;
  border-bottom: 5px solid #d4c39b;
  border-radius: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.service-images-square img {
  border-top: 1px solid #d4c39b;
  border-left: 5px solid #d4c39b;
  border-right: 5px solid #d4c39b;
  border-bottom: 1px solid #d4c39b;
}

.bg-service-img-cover {
  background: url("../images/bg-cover-service-1.png?version=03012026235806") no-repeat center center;
  position: relative;
  background-size: cover;
}

.bg-service-img-cover:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.service-border-top {
  border-top: 1px solid #b9b9ba;
}

.service-background {
  background-color: #d4c39b;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 5px 20px 20px 5px;
}

.service-background i {
  background-color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 10px;
  left: 20px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #d4c39b;
  border-radius: 5px;
}

.service-border {
  border: 5px solid #d4c39b;
}

.service-content {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: -12px;
}

@media (min-width: 0) and (max-width: 575px) {
  .service-header {
    font-family: "Isabel-Black";
    font-size: 20px;
    color: #70706c;
  }

  .service-title-position {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .service-header {
    font-family: "Isabel-Black";
    font-size: 20px;
    color: #70706c;
  }

  .service-title-position {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .service-header {
    font-family: "Isabel-Black";
    font-size: 25px;
    color: #70706c;
  }

  .service-title-position {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) and (max-width: 9999px) {
  .service-header {
    font-family: "Isabel-Black";
    font-size: 20px;
    color: #70706c;
  }

  .service-title-position {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.service-title {
  font-family: "Isabel-Black";
  color: #70706c;
}

.service-subtitle {
  font-family: "Isabel-Thin-Italic";
  font-size: 12px;
}

.service-price {
  font-family: "FuturaLT-Light";
}

@media (min-width: 992px) and (max-width: 9999px) {
  .service-price {
    margin-top: -22px;
    float: right;
  }
}

.service-desc {
  font-family: "FuturaLT-Light";
  margin-bottom: 15px;
}

.service-sub-menu {
  color: #70706c;
  font-family: "FuturaLT-Light";
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.service-sub-menu-title {
  padding-top: 20px;
}

.service-sub-menu-title a {
  color: #70706c;
}

.service-meta {
  list-style: none;
  margin: 25px 15px;
  padding: 5px 10px;
  color: #70706c;
  font-family: "FuturaLT-Light";
}

/*-----------------------------
6. News
------------------------------*/
.news {
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.news-content {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: -12px;
}

.news-title {
  font-family: "Isabel-Black";
  color: #70706c;
}

.news-images {
  position: relative;
  width: 100%;
}

.news-images img {
  border-top: 5px solid #d4c39b;
  border-bottom: 5px solid #d4c39b;
}

.news-post {
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.news-desc {
  font-family: "FuturaLT-Light";
  margin-bottom: 15px;
}

.news-sub-menu-title {
  padding-top: 20px;
}

.news-sub-menu-title a {
  color: #70706c;
}

.news-horizontal {
  position: relative;
  min-height: 110px;
  margin-top: 5px;
}

.news-horizontal-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
}

.news-horizontal-content {
  padding-left: 100px;
}

.news-horizontal-title {
  font-weight: 500;
  line-height: 20px;
}

/*-----------------------------*/
.event {
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.event-content {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: -12px;
}

.event-title {
  font-family: "Isabel-Black";
  color: #70706c;
}

.event-container {
  background-color: #f2ede1;
  padding: 20px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1200px) and (max-width: 9999px) {
  .event-text-vertical {
    position: absolute;
    left: 15px;
    bottom: 160px;
    max-width: 250px;
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
  }
}

.event-images {
  position: relative;
  width: 100%;
}

.event-images img {
  border-right: 5px solid #d4c39b;
}

.event-border {
  border-right: 5px solid #d4c39b;
  border-bottom: 5px solid #d4c39b;
}

.event-offer {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 75px;
}

.event-offer-position {
  margin: 0;
  padding: 10px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.5);
}

.event-timer-border {
  border-bottom: 3px solid #d4c39b;
}

.event-desc {
  font-family: "FuturaLT-Light";
  margin-bottom: 15px;
}

.event-desc-position {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.event-sub-menu-title {
  padding-top: 20px;
}

.event-sub-menu-title a {
  color: #70706c;
}

.event-countdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.event-countdown h4 {
  font-size: 12px;
  padding: 0 10px;
  display: flex;
  align-items: center;
}

.event-countdown h4 i {
  padding-right: 10px;
}

.event-countdown ul, .event-soon-countdown ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 10px;
  list-style-type: none;
  margin-top: 1rem;
}

.event-countdown ul li, .event-soon-countdown ul li {
  margin: 0 5px;
  font-size: 12px;
}

/*-----------------------------*/
.community {
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.community-content {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: -12px;
}

.community-border {
  border-top: 5px solid #d4c39b;
  border-left: 5px solid #d4c39b;
}

.community-title {
  font-family: "Isabel-Black";
  color: #70706c;
}

.community-images {
  position: relative;
  width: 100%;
}

.community-images img {
  border-top: 5px solid #d4c39b;
  border-bottom: 5px solid #d4c39b;
}

.community-desc {
  font-family: "FuturaLT-Light";
  margin-bottom: 15px;
}

.community-desc-position {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.community-sub-menu-title {
  padding-top: 20px;
}

.community-sub-menu-title a {
  color: #70706c;
}

.community-text-vertical {
  position: absolute;
  left: 40px;
  bottom: -10px;
  max-width: 200px;
  -moz-transform:rotate(-90deg);
  -ms-transform:rotate(-90deg);
  -o-transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
}

.community-horizontal {
  position: relative;
  min-height: 160px;
  margin-top: 5px;
}

.community-horizontal-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
}

.community-horizontal-content {
  padding-left: 100px;
}

.community-horizontal-title {
  font-weight: 500;
  line-height: 20px;
}

.community-header {
  background-color: #f2ede1;
  position: relative;
  overflow: hidden;
  padding: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.community-container {
  /*--- padding: 0 10vw; ---*/
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.community-container::-webkit-scrollbar {
  display: none;
}

.community-card {
  background-color: #ffffff;
  flex: 0 0 auto;
  width: 175px;
  height: 350px;
  margin-left: 10px;
  margin-right: 10px;
}

.community-card:hover {
  opacity: 1;
}

.community-image {
  border-top: 3px solid #d4c39b;
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.community-thumb {
  width: 100%;
  height: 100%;
  /*--- object-fit: cover; ---*/
}

.pre-btn, .nxt-btn {
  border: none;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgba(242, 237, 225, 0) 100%, #f2ede1 100%);
  cursor: pointer;
  z-index: 8;
}

.pre-btn {
  left: 0;
}

.nxt-btn {
  right: 0;
}

.pre-btn, .nxt-btn {
  opacity: 0.5;
}

.pre-btn:hover, .nxt-btn:hover {
  opacity: 1;
}

.l-btn, .r-btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.l-btn {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.r-btn {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

/*-----------------------------*/
.testimonial {
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.testimonial-title {
  font-family: "Isabel-Black";
  color: #70706c;
}

.testimonial-subtitle {
  font-family: "Isabel-Thin-Italic";
  font-size: 12px;
}

.testimonial-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 10px;
    border-radius: 15px;
    background-color: #d4c39b;
}

.testimonial-images {
  position: relative;
  width: 100%;
}

.testimonial-images img {
  border-top: 5px solid #d4c39b;
  border-bottom: 5px solid #d4c39b;
}

.testimonial-horizontal {
  position: relative;
  min-height: 110px;
  margin-top: 5px;
}

.testimonial-horizontal-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
}

.testimonial-horizontal-content {
  padding-left: 100px;
}

.testimonial-horizontal-title {
  font-weight: 500;
  line-height: 20px;
}

.testimonial-quote {
  font-size: 60px;
  font-family: "Isabel-Black";
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-border {
  border-top: 5px solid #d4c39b;
  border-right: 5px solid #d4c39b;
}

.testimonial-content {
  padding-left: 20px;
  padding-right: 20px;
}

.testimonial-meta {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 145px;
  list-style: none;
}

.testimonial-meta img {
  height: 65px;
  width: auto;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.testimonial-meta li {
  padding: 30px;
  padding-bottom: 0;
  position: relative;
  margin: 0;
}

.user-desc {
  font-family: "FuturaLT-Light";
  margin-bottom: 15px;
}

.user-desc-position {
  position: absolute;
  top: 115px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 10px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.5);
}

.user-images {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}

.user-title {
  font-family: "Isabel-Black";
  color: #70706c;
  margin-top: 0;
  position: absolute;
  left: 85px;
  top: 0;
}

.user-subtitle {
  font-family: "Isabel-Thin-Italic";
  font-size: 12px;
}

/*-----------------------------
7. Shop
------------------------------*/
.shop {
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.shop-title {
  font-family: "Isabel-Black";
  color: #70706c;
}

.shop-images {
  position: relative;
  width: 100%;
}

.shop-images img {
  border-bottom: 5px solid #d4c39b;
}

.shop-desc {
  font-family: "FuturaLT-Light";
  margin-bottom: 15px;
}

.shop-content {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: -12px;
}

.shop-cart {
  margin-top: -35px;
}

.shopcounter {
  display: inline-block;
}

.shopcounter span {
  display: block;
}

@media (min-width: 0) and (max-width: 991px) {
  .shopcounter {
    font-size: 10px;
    padding: 10px;
  }

  .shopcounter span {
    font-size: 30px;
    border-bottom: 1px solid #d4c39b;
  }
}

@media (min-width: 992px) and (max-width: 9999px) {
  .shopcounter {
    font-size: 15px;
    padding: 20px;
  }

  .shopcounter span {
    font-size: 50px;
    border-bottom: 1px solid #d4c39b;
  }
}

/*-----------------------------
8. Booking
------------------------------*/
.bg-booking {
  position: relative;
  top: 0;
}

.bookingcv {
  background: url("../images/banner/bookingcv.png?version=03012026235806") no-repeat;
  background-size: cover;
  background-position: center;
  height: 725px;
  max-height: 725px;
  border-radius: 50px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 0) and (max-width: 575px) {
  .booking-slider {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    margin: auto;
    height: 210px;
  }

  .booking-header-bg {
    position: relative;
    top: 85px;
    left: 0;
    z-index: 9999;
  }

  .booking-header-bg .booking-container {
    width: 100%;
    margin: 25px auto;
  }

  .booking-image-small {
    position: absolute;
    right: 235px;
    bottom: 150px;
    margin: auto;
    height: 125px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }

  .booking-image-medium {
    position: absolute;
    right: 115px;
    bottom: 135px;
    margin: auto;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .booking-image-large {
    position: absolute;
    right: 15px;
    bottom: 150px;
    margin: auto;
    height: 125px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .booking-slider {
    position: absolute;
    top: 70px;
    left: 15px;
    right: 15px;
    margin: auto;
    height: 365px;
  }

  .booking-header-bg {
    position: relative;
    left: 0;
    bottom: 85px;
    z-index: 9999;
  }

  .booking-header-bg .booking-container {
    width: 100%;
    margin: 75px auto;
  }

  .booking-image-small {
    position: absolute;
    top: 320px;
    right: 260px;
    bottom: 0;
    margin: auto;
    height: 125px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }

  .booking-image-medium {
    position: absolute;
    top: 320px;
    right: 125px;
    bottom: 0;
    margin: auto;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .booking-image-large {
    position: absolute;
    top: 320px;
    right: 10px;
    bottom: 0;
    margin: auto;
    height: 125px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 992px) and (max-width: 9999px) {
  .booking-slider {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    margin: auto;
    height: 485px;
  }

  .booking-header-bg {
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
  }

  .booking-header-bg .booking-container {
    width: 100%;
    margin: 50px auto;
  }

  .booking-image-small {
    position: absolute;
    top: 0;
    right: 500px;
    bottom: 320px;
    margin: auto;
    height: 175px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }

  .booking-image-medium {
    position: absolute;
    top: 20px;
    right: 585px;
    bottom: 20px;
    margin: auto;
    height: 185px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .booking-image-large {
    position: absolute;
    top: 320px;
    right: 500px;
    bottom: 0;
    margin: auto;
    height: 175px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
}

.booking-slider .booking-image-banner {
  position: absolute;
  right: 0;
  margin: auto;
  height: 100%;
  border-radius: 20%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.booking-center {
  display: table;
  width: 100%;
  height: 100%;
}

.booking-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.booking {
  border-top: 1px solid #d4c39b;
  border-left: 1px solid #d4c39b;
  border-right: 1px solid #b9b9ba;
  border-bottom: 1px solid #b9b9ba;
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.booking-title {
  font-family: "Isabel-Black";
  color: #70706c;
}

.booking-subtitle {
  font-family: "Isabel-Thin-Italic";
  font-size: 12px;
}

.booking-content {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: -12px;
}

.booking-desc {
  font-family: "FuturaLT-Light";
  margin-bottom: 15px;
}

.booking-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
}

/*-----------------------------
9. Contact
------------------------------*/
.contact {
  border-top: 1px solid #d4c39b;
  border-left: 1px solid #d4c39b;
  border-right: 1px solid #b9b9ba;
  border-bottom: 1px solid #b9b9ba;
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.contact-title {
  font-family: "Isabel-Black";
  color: #70706c;
}

.contact-subtitle {
  font-family: "Isabel-Thin-Italic";
  font-size: 12px;
}

.contact-content {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: -12px;
}

.contact-desc {
  font-family: "FuturaLT-Light";
  margin-bottom: 15px;
}

/*-----------------------------
10. Triage
------------------------------*/
.bg-triage {
  position: relative;
  top: 0;
}

@media (min-width: 0) and (max-width: 575px) {
  .triage-slider {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    margin: auto;
    height: 210px;
  }

  .triage-header-bg {
    position: relative;
    top: 85px;
    left: 0;
    z-index: 9999;
  }

  .triage-header-bg .triage-container {
    width: 100%;
    margin: 25px auto;
  }

  .triage-image-small {
    position: absolute;
    right: 235px;
    bottom: 150px;
    margin: auto;
    height: 125px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }

  .triage-image-medium {
    position: absolute;
    right: 115px;
    bottom: 135px;
    margin: auto;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .triage-image-large {
    position: absolute;
    right: 15px;
    bottom: 150px;
    margin: auto;
    height: 125px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .triage-slider {
    position: absolute;
    top: 70px;
    left: 15px;
    right: 15px;
    margin: auto;
    height: 365px;
  }

  .triage-header-bg {
    position: relative;
    left: 0;
    bottom: 85px;
    z-index: 9999;
  }

  .triage-header-bg .triage-container {
    width: 100%;
    margin: 75px auto;
  }

  .triage-image-small {
    position: absolute;
    top: 320px;
    right: 260px;
    bottom: 0;
    margin: auto;
    height: 125px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }

  .triage-image-medium {
    position: absolute;
    top: 320px;
    right: 125px;
    bottom: 0;
    margin: auto;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .triage-image-large {
    position: absolute;
    top: 320px;
    right: 10px;
    bottom: 0;
    margin: auto;
    height: 125px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 992px) and (max-width: 9999px) {
  .triage-slider {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    margin: auto;
    height: 485px;
  }

  .triage-header-bg {
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
  }

  .triage-header-bg .triage-container {
    width: 100%;
    margin: 50px auto;
  }

  .triage-image-small {
    position: absolute;
    top: 0;
    right: 500px;
    bottom: 320px;
    margin: auto;
    height: 175px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }

  .triage-image-medium {
    position: absolute;
    top: 20px;
    right: 585px;
    bottom: 20px;
    margin: auto;
    height: 185px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .triage-image-large {
    position: absolute;
    top: 320px;
    right: 500px;
    bottom: 0;
    margin: auto;
    height: 175px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
}

.triage-slider .triage-image-banner {
  position: absolute;
  right: 0;
  margin: auto;
  height: 100%;
  border-radius: 20%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.triage-center {
  display: table;
  width: 100%;
  height: 100%;
}

.triage-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.triage {
  border-top: 1px solid #d4c39b;
  border-left: 1px solid #d4c39b;
  border-right: 1px solid #b9b9ba;
  border-bottom: 1px solid #b9b9ba;
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.triage-title {
  font-family: "Isabel-Black";
  color: #70706c;
}

.triage-subtitle {
  font-family: "Isabel-Thin-Italic";
  font-size: 12px;
}

.triage-content {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: -12px;
}

.triage-desc {
  font-family: "FuturaLT-Light";
  margin-bottom: 15px;
}

.triage-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
}

/*-----------------------------
11. Registration
------------------------------*/
.bg-client {
  position: relative;
  top: 0;
}

@media (min-width: 0) and (max-width: 575px) {
  .client-slider {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    margin: auto;
    height: 210px;
  }

  .client-header-bg {
    position: relative;
    top: 85px;
    left: 0;
    z-index: 9999;
  }

  .client-header-bg .client-container {
    width: 100%;
    margin: 25px auto;
  }

  .client-image-small {
    position: absolute;
    right: 235px;
    bottom: 150px;
    margin: auto;
    height: 125px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }

  .client-image-medium {
    position: absolute;
    right: 115px;
    bottom: 135px;
    margin: auto;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .client-image-large {
    position: absolute;
    right: 15px;
    bottom: 150px;
    margin: auto;
    height: 125px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .client-slider {
    position: absolute;
    top: 70px;
    left: 15px;
    right: 15px;
    margin: auto;
    height: 365px;
  }

  .client-header-bg {
    position: relative;
    left: 0;
    bottom: 85px;
    z-index: 9999;
  }

  .client-header-bg .client-container {
    width: 100%;
    margin: 75px auto;
  }

  .client-image-small {
    position: absolute;
    top: 320px;
    right: 260px;
    bottom: 0;
    margin: auto;
    height: 125px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }

  .client-image-medium {
    position: absolute;
    top: 320px;
    right: 125px;
    bottom: 0;
    margin: auto;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .client-image-large {
    position: absolute;
    top: 320px;
    right: 10px;
    bottom: 0;
    margin: auto;
    height: 125px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 992px) and (max-width: 9999px) {
  .client-slider {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    margin: auto;
    height: 485px;
  }

  .client-header-bg {
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
  }

  .client-header-bg .client-container {
    width: 100%;
    margin: 50px auto;
  }

  .client-image-small {
    position: absolute;
    top: 0;
    right: 500px;
    bottom: 320px;
    margin: auto;
    height: 175px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }

  .client-image-medium {
    position: absolute;
    top: 20px;
    right: 585px;
    bottom: 20px;
    margin: auto;
    height: 185px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .client-image-large {
    position: absolute;
    top: 320px;
    right: 500px;
    bottom: 0;
    margin: auto;
    height: 175px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
}

.client-slider .client-image-banner {
  position: absolute;
  right: 0;
  margin: auto;
  height: 100%;
  border-radius: 20%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.client-center {
  display: table;
  width: 100%;
  height: 100%;
}

.client-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.client {
  border-top: 1px solid #d4c39b;
  border-left: 1px solid #d4c39b;
  border-right: 1px solid #b9b9ba;
  border-bottom: 1px solid #b9b9ba;
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.client-title {
  font-family: "Isabel-Black";
  color: #70706c;
}

.client-subtitle {
  font-family: "Isabel-Thin-Italic";
  font-size: 12px;
}

.client-content {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: -12px;
}

.client-desc {
  font-family: "FuturaLT-Light";
  margin-bottom: 15px;
}

.client-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
}

/*-----------------------------
12. Consent
------------------------------*/
.bg-consent {
  position: relative;
  top: 0;
}

@media (min-width: 0) and (max-width: 575px) {
  .consent-slider {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    margin: auto;
    height: 210px;
  }

  .consent-header-bg {
    position: relative;
    top: 85px;
    left: 0;
    z-index: 9999;
  }

  .consent-header-bg .consent-container {
    width: 100%;
    margin: 25px auto;
  }

  .consent-image-small {
    position: absolute;
    right: 235px;
    bottom: 150px;
    margin: auto;
    height: 125px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }

  .consent-image-medium {
    position: absolute;
    right: 115px;
    bottom: 135px;
    margin: auto;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .consent-image-large {
    position: absolute;
    right: 15px;
    bottom: 150px;
    margin: auto;
    height: 125px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .consent-slider {
    position: absolute;
    top: 70px;
    left: 15px;
    right: 15px;
    margin: auto;
    height: 365px;
  }

  .consent-header-bg {
    position: relative;
    left: 0;
    bottom: 85px;
    z-index: 9999;
  }

  .consent-header-bg .consent-container {
    width: 100%;
    margin: 75px auto;
  }

  .consent-image-small {
    position: absolute;
    top: 320px;
    right: 260px;
    bottom: 0;
    margin: auto;
    height: 125px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }

  .consent-image-medium {
    position: absolute;
    top: 320px;
    right: 125px;
    bottom: 0;
    margin: auto;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .consent-image-large {
    position: absolute;
    top: 320px;
    right: 10px;
    bottom: 0;
    margin: auto;
    height: 125px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 992px) and (max-width: 9999px) {
  .consent-slider {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    margin: auto;
    height: 485px;
  }

  .consent-header-bg {
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
  }

  .consent-header-bg .consent-container {
    width: 100%;
    margin: 50px auto;
  }

  .consent-image-small {
    position: absolute;
    top: 0;
    right: 500px;
    bottom: 320px;
    margin: auto;
    height: 175px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }

  .consent-image-medium {
    position: absolute;
    top: 20px;
    right: 585px;
    bottom: 20px;
    margin: auto;
    height: 185px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .consent-image-large {
    position: absolute;
    top: 320px;
    right: 500px;
    bottom: 0;
    margin: auto;
    height: 175px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
}

.consent-slider .consent-image-banner {
  position: absolute;
  right: 0;
  margin: auto;
  height: 100%;
  border-radius: 20%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.consent-center {
  display: table;
  width: 100%;
  height: 100%;
}

.consent-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.consent {
  border-top: 1px solid #d4c39b;
  border-left: 1px solid #d4c39b;
  border-right: 1px solid #b9b9ba;
  border-bottom: 1px solid #b9b9ba;
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.consent-title {
  font-family: "Isabel-Black";
  color: #70706c;
}

.consent-subtitle {
  font-family: "Isabel-Thin-Italic";
  font-size: 12px;
}

.consent-content {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: -12px;
}

.consent-desc {
  font-family: "FuturaLT-Light";
  margin-bottom: 15px;
}

.consent-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
}

/*-----------------------------
13. QR Code
------------------------------*/
.bg-qrcode {
  position: relative;
  top: 0;
}

@media (min-width: 0) and (max-width: 575px) {
  .qrcode-slider {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    margin: auto;
    height: 210px;
  }

  .qrcode-header-bg {
    position: relative;
    top: 85px;
    left: 0;
    z-index: 9999;
  }

  .qrcode-header-bg .qrcode-container {
    width: 100%;
    margin: 25px auto;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .qrcode-slider {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    margin: auto;
    height: 365px;
  }

  .qrcode-header-bg {
    position: relative;
    top: 85px;
    left: 0;
    z-index: 9999;
  }

  .qrcode-header-bg .qrcode-container {
    width: 100%;
    margin: 75px auto;
  }
}

@media (min-width: 992px) and (max-width: 9999px) {
  .qrcode-slider {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    margin: auto;
    height: 485px;
  }

  .qrcode-header-bg {
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
  }

  .qrcode-header-bg .qrcode-container {
    width: 100%;
    margin: 50px auto;
  }
}

.qrcode-slider .qrcode-image-banner {
  width: 100%;
  height: 100%;
  border-radius: 10%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.qrcode-center {
  display: table;
  width: 100%;
  height: 100%;
}

.qrcode-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.qrcode-title {
  font-family: "Isabel-Black";
  color: #70706c;
}

.qrcode-subtitle {
  font-family: "Isabel-Thin-Italic";
  font-size: 12px;
}

.qrcode-desc {
  font-family: "FuturaLT-Light";
  margin-bottom: 15px;
}

.wheeldotsround {
  position: absolute;
  width: 100%;
  height: 100%;
}

.wheeldotsround .wheeldots {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #70706c;
  position: absolute;
  z-index: 1;
  margin: -10px;
}

.wheeldotsround .wheeldots:nth-child(2n+1) {
  background: #70706c;
  border: 1px solid #ffffff;
}

.wheeldotsround .wheeldots.active-dots {
  background: #70706c;
  border: 1px solid #ffffff;
}

.wheeldotsround .wheeldots.active-dots:nth-child(2n+1) {
  background: #ffffff;
  border: 1px solid #70706c;
}

.wheeldotsround .wheeldots:nth-child(1) {
  left: calc(50% - -5px);
  top: 1px;
}

.wheeldotsround .wheeldots:nth-child(2) {
  right: 26%;
  top: 21px;
}

.wheeldotsround .wheeldots:nth-child(3) {
  right: 7.5%;
  top: 73px;
}

.wheeldotsround .wheeldots:nth-child(4) {
  right: 0.5%;
  top: 145px;
}

.wheeldotsround .wheeldots:nth-child(5) {
  right: 7.5%;
  bottom: 73px;
}

.wheeldotsround .wheeldots:nth-child(6) {
  right: 26%;
  bottom: 21px;
}

.wheeldotsround .wheeldots:nth-child(7) {
  left: calc(50% - -5px);
  bottom: 1px;
}

.wheeldotsround .wheeldots:nth-child(8) {
  left: 26%;
  bottom: 21px;
}

.wheeldotsround .wheeldots:nth-child(9) {
  left: 7.5%;
  bottom: 73px;
}

.wheeldotsround .wheeldots:nth-child(10) {
  left: 0.5%;
  top: 145px;
}

.wheeldotsround .wheeldots:nth-child(11) {
  left: 7.5%;
  top: 73px;
}

.wheeldotsround .wheeldots:nth-child(12) {
  left: 26%;
  top: 21px;
}

.spinBox {
  position: relative;
  width: 280px;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.spinBox .spinBtn {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #70706c;
  border-radius: 50%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-family: "FuturaLT-Light";
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.1em;
  border: 1px solid #d4c39b;
  cursor: pointer;
  user-select: none;
}

.spinBox .spinBtn::before {
  content: '';
  position: absolute;
  top: -15px;
  width: 20px;
  height: 30px;
  background: #70706c;
  clip-path: polygon(50% 0%, 15% 100%, 85% 100%);
}

.spinBox .wheel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d4c39b;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 5px #d4c39b, 0 0 0 10px #70706c, 0 0 0 15px #70706c, 3px 5px 2px rgba(0, 0, 0, 0.15);
  transition: transform 5s ease-in-out;
}

.spinBox .wheel .number {
  position: absolute;
  width: 50%;
  height: 50%;
  background: var(--clr);
  transform-origin: bottom right;
  transform: rotate(calc(150deg * var(--i)));
  clip-path: polygon(0 0, 40% 0, 100% 100%, 0 40%);
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
}

.spinBox .wheel .number span {
  position: relative;
  transform: rotate(320deg);
}

/*-----------------------------
14. Service Menu
------------------------------*/
.bg-service-menu {
  position: relative;
  top: 0;
}

@media (min-width: 0) and (max-width: 575px) {
  .service-menu-slider {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    margin: auto;
    height: 210px;
  }

  .service-menu-header-bg {
    position: relative;
    top: 85px;
    left: 0;
    z-index: 9999;
  }

  .service-menu-header-bg .service-menu-container {
    width: 100%;
    margin: 25px auto;
  }

  .service-menu-image-small {
    position: absolute;
    right: 235px;
    bottom: 150px;
    margin: auto;
    height: 125px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }

  .service-menu-image-medium {
    position: absolute;
    right: 115px;
    bottom: 135px;
    margin: auto;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .service-menu-image-large {
    position: absolute;
    right: 15px;
    bottom: 150px;
    margin: auto;
    height: 125px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .service-menu-slider {
    position: absolute;
    top: 70px;
    left: 15px;
    right: 15px;
    margin: auto;
    height: 365px;
  }

  .service-menu-header-bg {
    position: relative;
    left: 0;
    bottom: 85px;
    z-index: 9999;
  }

  .service-menu-header-bg .service-menu-container {
    width: 100%;
    margin: 75px auto;
  }

  .service-menu-image-small {
    position: absolute;
    top: 320px;
    right: 260px;
    bottom: 0;
    margin: auto;
    height: 125px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }

  .service-menu-image-medium {
    position: absolute;
    top: 320px;
    right: 125px;
    bottom: 0;
    margin: auto;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .service-menu-image-large {
    position: absolute;
    top: 320px;
    right: 10px;
    bottom: 0;
    margin: auto;
    height: 125px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 992px) and (max-width: 9999px) {
  .service-menu-slider {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    margin: auto;
    height: 485px;
  }

  .service-menu-header-bg {
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
  }

  .service-menu-header-bg .service-menu-container {
    width: 100%;
    margin: 50px auto;
  }

  .service-menu-image-small {
    position: absolute;
    top: 0;
    right: 500px;
    bottom: 320px;
    margin: auto;
    height: 175px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }

  .service-menu-image-medium {
    position: absolute;
    top: 20px;
    right: 585px;
    bottom: 20px;
    margin: auto;
    height: 185px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .service-menu-image-large {
    position: absolute;
    top: 320px;
    right: 500px;
    bottom: 0;
    margin: auto;
    height: 175px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
}

.service-menu-slider .service-menu-image-banner {
  position: absolute;
  right: 0;
  margin: auto;
  height: 100%;
  border-radius: 20%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.service-menu-center {
  display: table;
  width: 100%;
  height: 100%;
}

.service-menu-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.service-menu {
  border-top: 1px solid #d4c39b;
  border-left: 1px solid #d4c39b;
  border-right: 1px solid #b9b9ba;
  border-bottom: 1px solid #b9b9ba;
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.service-menu-title {
  font-family: "Isabel-Black";
  color: #70706c;
}

.service-menu-subtitle {
  font-family: "Isabel-Thin-Italic";
  font-size: 12px;
}

.service-menu-content {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: -12px;
}

.service-menu-desc {
  font-family: "FuturaLT-Light";
  margin-bottom: 15px;
}

.service-menu-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
}

/*-----------------------------
15. Footer
------------------------------*/
.footer-sub-menu li a {
  color: #70706c;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
}

.footer-sub-menu li a:hover {
  color: #70706c;
  font-weight: 500;
  text-decoration: none;
}

.footer-table td {
  background-color: #f2ede1;
  border: 1px solid #d4c39b;
}

.footer-border {
  border-top: 1px solid #d4c39b;
}

.footer-text {
  color: #ffffff;
}

.footer-text a:hover {
  color: #ffffff;
}

.footer-icons li a {
  height: 35px;
  width: 35px;
  text-align: center;
  color: #70706c;
  border-radius: 20%;
  font-size: 24px;
  display: inline-block;
  line-height: 35px;
  background-color: #f2ede1;
  border: 1px solid #d4c39b;
}
/*# sourceMappingURL=style.css.map */