/* @import url("https://fonts.googleapis.com/css?family=Lato|Prata|Work+Sans:600&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Questrial&display=swap");

:root {
  --primary-color: #efe7da;
  --secondary-color: #c1b6a3;
  --tertiary-color: #b3907a;
  --terciary-color: #e1daca;
  --quaternary-color: #f5f5ed;
  --quinary-color: #ffffff;

  /*--black-color: #222227;*/
  --black-color: var(--primary-color);
  /*--blonde-color: #E5A65E;*/
  --blonde-color: var(--primary-color);
  --body-color: var(--quaternary-color);

  --primary-font: "Questrial", sans-serif;
  --secondary-font: "Lato", sans-serif;
  --tertiary-font: "Questrial", sans-serif;

  --font-color: #000000;
  --font-color-light: var(--tertiary-color);
  --font-color-white: #ffffff;
}

* {
  padding: 0;
  margin: 0;
}
body {
  background-color: var(--body-color);
  font-family: var(--secondary-font);
  font-size: 16px;
  line-height: 26px;
  color: #777;
  font-weight: 400;
  letter-spacing: -0.2px;
  position: relative;
  overflow-x: hidden;
}
h1 {
  font-family: var(--primary-font);
  -webkit-font-smoothing: antialiased;
  color: var(--font-color);
}
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
  -webkit-font-smoothing: antialiased;
  color: #282828;
}
h1 {
  font-size: 52px;
  line-height: 62px;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
  font-weight: 400;
}
h2 {
  font-size: 36px;
  color: #303133;
  margin: 0 0 8px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.04em;
}
h3,
h4 {
  margin: 0 0 10px;
  font-weight: 400;
  line-height: 1.4;
  color: #303133;
  letter-spacing: -0.01em;
}
h3 {
  font-size: 17px;
}
h4 {
  font-size: 15px;
}
h5,
h6 {
  font-size: 14px;
  margin: 0 0 10px;
}
img {
  border: none;
  outline: none;
}
ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
p,
li,
a,
span {
}
p {
  font-size: 16px;
  margin-bottom: 15px;
}
a,
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--blonde-color);
}

::selection {
  background-color: var(--blonde-color);
  color: var(--font-color);
}

-webkit-::selection {
  background-color: var(--blonde-color);
  color: var(--font-color);
}

::-moz-selection {
  background-color: var(--blonde-color);
  color: var(--font-color);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888 !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #888 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #888 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888 !important;
}
button {
  border: none;
  background: none;
}
/* Helper Class */
.padding {
  padding: 80px 0;
}
.no-padding {
  padding: 0;
}
.padding-10 {
  padding: 10px;
}
.padding-15 {
  padding: 15px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.mt-15 {
  margin-left: 15px;
}
.fz-28 {
  font-size: 28px;
}
.fz-24 {
  font-size: 24px;
}
.fz-22 {
  font-size: 22px;
}
.fz-20 {
  font-size: 20px;
}
.fz-18 {
  font-size: 18px;
}
.fz-16 {
  font-size: 16px;
}
.display-block {
  display: block;
}
.text-black {
  color: #282828;
}
.text-white {
  color: #ffffff;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.fl-right {
  float: right;
}
.fl-left {
  float: left;
}
.overlay {
  width: 100%;
  position: relative;
  z-index: 1;
}
.overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.bg-grey {
  background-color: var(--quinary-color);
}
.bd-bottom {
  border-bottom: 2px solid #eee;
}
.bg-dark {
  background-color: var(--black-color);
}

/* Preloader Styles */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s 0.5s ease;
  -moz-transition: all 0.5s 0.5s ease;
  transition: all 0.5s 0.2s ease;
}
.loader {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  display: block;
  margin: auto;
  margin-top: -30px;
}
body.loaded #preloader {
  opacity: 0;
  visibility: hidden;
}

/* Button Style */
.btn_group {
}
.btn_group a {
  margin: 5px;
}
.default_btn {
  font-family: var(--tertiary-font);
  letter-spacing: 0;
  background-color: var(--blonde-color);
  color: var(--font-color);
  line-height: 45px;
  display: inline-block;
  padding: 0 25px;
  border-radius: 40px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.default_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--black-color);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.default_btn:hover {
  color: var(--font-color);
}
.default_btn:hover:before {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.default_btn.btn_sm {
  line-height: 40px;
  padding: 0 15px;
}
/*Section Heading*/
.section_heading {
}
.section_heading h3 {
  color: var(--blonde-color);
  font-weight: 400;
}
.section_heading h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: 0;
}

/* Transition Effect */
a,
a:hover,
.overlay,
img,
.form-control,
.form-control:hover,
button {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* ==========================================================================
   Header Section
   ========================================================================== */
.header-section {
  background-color: var(--black-color);
  width: 100%;
  height: 80px;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.navbar-fixed-top.header-section {
  background-color: var(--quinary-color);
  -moz-box-shadow: 0 2px 5px rgba(16, 16, 16, 0.08);
  -webkit-box-shadow: 0 2px 5px rgba(16, 16, 16, 0.08);
  box-shadow: 0 2px 5px rgba(16, 16, 16, 0.08);
  height: 80px;
  border-bottom: 0;
  padding: 0;
}

.navbar-fixed-top ul.nav > li > a {
  color: var(--font-color);
}
.navbar-fixed-top ul.nav > li > a:hover,
.navbar-fixed-top ul.nav > li > a:focus,
.navbar-fixed-top ul.nav > li.active > a {
  color: var(--font-color-light);
}
.logo-light,
.navbar-fixed-top .logo-light,
.logo-dark,
.navbar-fixed-top .logo-dark,
.navbar-fixed-top.header-section,
.header-section {
  transition: all 0.3s ease-in-out;
}
.navbar {
  border: medium none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 0;
  position: relative;
  padding: 0;
  flex-wrap: nowrap;
}
.navbar-header {
  padding: 17px 0;
}
.navbar-header .brand {
  font-size: 25px;
  color: var(--font-color);
  font-family: "Poppins", sans-serif;
  letter-spacing: -1px;
  font-weight: 600;
  margin-left: 13px;
}
.navbar-header .nav-btn {
  padding: 8px;
  border-radius: 1px;
}
.navbar-header .nav-btn .icon-bar {
  background-color: var(--font-color);
  width: 18px;
}
.navbar-fixed-top .navbar-header .nav-btn .icon-bar {
  background-color: #777;
}
.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus {
  opacity: 0.8;
}

/*Dropdown Style
==================*/
#mainmenu li ul {
  background-color: var(--black-color);
  width: 200px;
  height: auto;
  position: absolute;
  left: 0;
  top: 140%;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 999;
}
#mainmenu li:hover > ul {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 100%;
}
#mainmenu li ul li {
  border-bottom: 1px solid #333;
  display: block;
  position: relative;
  padding: 0;
}
#mainmenu li ul li:last-child {
  border: none;
}
#mainmenu li ul li a {
  font-family: var(--tertiary-font);
  line-height: 45px;
  display: block;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: var(--font-color-light);
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
  transition: color 0.3s ease 0s, padding 0.3s ease 0s;
}
#mainmenu li > ul > li:hover a {
  background-color: var(--blonde-color);
  color: var(--font-color);
}
#mainmenu li > ul ul {
  background-color: var(--font-color);
  left: 200px;
}
#mainmenu li > ul li:hover > ul li a {
  color: #777;
}
#mainmenu li ul li:hover > ul {
  top: 0;
  opacity: 1;
  visibility: visible;
}
#mainmenu li > ul li:hover > ul li > a:hover {
  background-color: transparent;
  color: var(--font-color);
}
#mainmenu li ul li li a:hover {
  color: #ffca3f !important;
}
/* Nav Menu */
#navbar {
  z-index: 999;
  padding: 0 15px;
}
ul.nav {
}
ul.nav > li {
  position: relative;
}
ul.nav > li > a {
  color: var(--font-color);
  font-family: var(--tertiary-font);
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 80px;
  z-index: 1;
}

ul.nav li.phone {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: var(--font-color-light);
  font-weight: 600;
  line-height: 80px;
  padding-left: 50px;
}
ul.nav li.phone i {
  color: var(--blonde-color);
  margin-right: 5px;
}

ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li > a.active {
  background: none;
  color: var(--font-color-light);
  opacity: 1;
}
.menu-btn {
  margin-left: 10px;
  margin-top: 10px;
}

/* Header Btn
===============*/
.header-btn {
  margin-left: 10px;
}
.header-btn .menu-btn {
  background-color: var(--tertiary-color);
  font-family: var(--tertiary-font);
  font-size: 13px;
  text-transform: uppercase;
  color: var(--font-color);
  padding: 0 30px;
  height: 45px;
  line-height: 45px;
  display: block;
  margin: 0;
  font-weight: 600;
  border-radius: 40px;
  display: flex;
  align-items: center;
}
.header-btn .menu-btn:hover {
  opacity: 0.8;
}
/*Mobile Menu */
.menu-wrap {
  position: relative;
}
.slicknav_menu {
  /* background: none;
  padding: 4px 0;
  display: none;
  width: 100%;
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 1; */
}

.slicknav_btn {
  display: contents;
  position: relative;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em;
  line-height: 1.125em;
}

.slicknav_menu {
  font-size: 16px;
  background: transparent;
  padding: 5px;
  display: none;
}

.slicknav_nav {
  background-color: var(--quinary-color);
}
.slicknav_btn {
  background-color: transparent;
  margin: -51px 0px 0px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row,
.slicknav_nav a,
.slicknav_nav a:hover {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 10px 15px;
  margin: 0;
  color: var(--font-color);
}
.slicknav_nav a .caret {
  display: none;
}
.slicknav_nav ul {
  margin: 0;
}
.slicknav_nav ul li a {
  padding-left: 30px;
  font-size: 12px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
  background-color: transparent;
  color: #333;
}

/* ==========================================================================
    3.0 Slider Section
   ========================================================================== */
.slider_section {
}
.main_slide {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 700px;
  background-position: center;
}

.main_slide::after {
  content: "";
  background-color: #000;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.5;
}
.slider_content {
  position: relative;
  z-index: 10;
}
.slider_content h3 {
  margin-bottom: 20px;
  color: var(--font-color-white);
}
.slider_content h1 {
  margin-bottom: 20px;
  color: var(--font-color-white);
}
.slider_content p {
  margin-bottom: 20px;
  color: var(--font-color-white);
}
.main_slider .owl-nav {
}
.main_slider .owl-nav div {
  color: var(--font-color);
  width: 60px;
  height: 100px;
  font-size: 30px;
  text-align: center;
  line-height: 100px;
  position: absolute;
  left: 0;
  top: calc(50% - 60px);
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
}
.main_slider .owl-nav div:hover {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.main_slider .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.main_slider .owl-dots {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 25px;
}
.main_slider .owl-dots div {
  background-color: rgba(255, 255, 255, 0.4);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  transition: all 0.5s ease-in-out;
}
.main_slider .owl-dots div.active {
  background-color: rgba(255, 255, 255, 1);
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  transition: all 0.5s ease-in-out;
}

/* Hero w/ Background Video */
.hero_section {
  background-image: url("../img/hero-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.hero_section .video_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero_section .YTPOverlay {
  background-color: rgba(17, 17, 17, 0.6);
}
.hero_section .hero_content {
}
.hero_section .hero_content h3 {
  color: var(--font-color);
  margin-bottom: 20px;
}
.hero_section .hero_content h1 {
  margin-bottom: 20px;
}
.hero_section .hero_content p {
  margin-bottom: 30px;
  color: var(--font-color);
}

/* ==========================================================================
    4.0 About Section
   ========================================================================== */
.about_section {
}
.about_section h3 {
}
.about_content h2 {
  font-size: 36px;
  line-height: 46px;
  color: var(--font-color);
  margin-bottom: 30px;
}
.about_content p {
  margin-bottom: 30px;
}
.about_section .about_content {
}
.about_section .about_content img {
  margin-bottom: 20px;
}
.about_section .about_img img {
  width: 60%;
  border-radius: 5px;
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.2);
}
.about_section .about_img_2 {
  margin: -180px 0 0 270px;
}
.about_section .about_img_3 {
  margin: -60px 0 0 40px;
}
/*About Style 2
================*/
.about_video {
  position: relative;
}
.about_video img {
  border-radius: 3px;
  width: 100%;
}

.play-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.play-icon a {
  background-color: var(--font-color);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  color: var(--blonde-color);
  font-weight: bold;
  display: block;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-animation: btn-anim 1s linear infinite;
  animation: btn-anim 1s linear infinite;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
@keyframes btn-anim {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
      0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
      0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1),
      0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1),
      0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
  }
}
/* ==========================================================================
  Why Us Section
   ========================================================================== */
.why_section {
  position: relative;
}
.why_img {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.why_img .img {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.why_section {
}
.why_contant {
  padding: 100px 0;
  padding-left: 15px;
}

why_section ul.list li {
  display: block;
  color: #777;
  font-size: 16px;
  padding-left: 35px;
  position: relative;
  margin-bottom: 20px;
}
why_section ul.list li:before {
  background-color: var(--blonde-color);
  font-family: "ElegantIcons";
  content: "\4e";
  color: var(--font-color);
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  font-family: "ElegantIcons";
  content: "\4e";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
/* ==========================================================================
   9.0 Service Section
   ========================================================================== */
.service_section {
}
.service_content img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 15px;
}
.service_content h3 {
  font-size: 20px;
}
.service_content img:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.service_items .col-xs-6 {
  padding: 15px;
}
.service_item {
  position: relative;
  overflow: hidden;
  color: var(--font-color-light);
  border-radius: 10px;
}
.service_item h3 {
  color: var(--font-color);
}
.service_item img {
  transition: all 0.9s ease-in-out;
  width: 100%;
}
.service_item:hover img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 1s ease-in-out;
}
.service_item .post_info {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.service_item .post_info a:hover {
  text-decoration: underline;
  opacity: 1;
}
/*Service Style 2
==================*/
.service_box {
  background-color: var(--quaternary-color);
  padding: 40px 30px;
  text-align: center;
  cursor: pointer;
  height: 280px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service_box i {
  font-size: 50px;
  margin-bottom: 20px;
  color: var(--tertiary-color);
  display: block;
}
.service_box h3 {
  font-size: 22px;
}
/* ==========================================================================
   Book Section
   ========================================================================== */
.book_section {
  background-color: var(--quaternary-color);
  position: relative;
}
.book_bg {
  background-image: url(../img/book-bg.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}
.map_pattern {
  /* background-image: url(../img/satellite-map.png); */
  background-size: contain;
  background-position: right center;
  opacity: 0.05;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}

.appointment_text h2 {
  color: var(--font-color);
  text-align: center;
  font-size: 28px;
  font-weight: 400;
}
.appointment_form .book_content {
}
.appointment_form .book_content h2 {
  color: var(--font-color);
}
.appointment_form .book_content p {
  color: #999;
}
.appointment_form .book_content {
  margin-bottom: 30px;
}
.appointment_form {
  padding: 40px;
}
.appointment_form .form-group {
  margin-bottom: 0;
}
.appointment_form .form-control {
  background-color: transparent;
  height: 55px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  line-height: 52px;
  color: var(--font-color);
  border-radius: 0;
}
.appointment_form .form-control:hover {
  border: 3px solid rgba(255, 255, 255, 0.3);
}
.appointment_form .form-control:focus {
  border: 3px solid rgba(255, 255, 255, 0.5);
  box-shadow: none;
}
select.form-control:not([size]):not([multiple]) {
  height: 55px;
}
.nice-select.form-control {
  width: 100%;
  line-height: 52px;
  padding: 0 15px;
}
.nice-select.form-control span {
  color: #999;
  font-size: 15px;
}
.nice-select .list {
  /*background-color: var(--black-color);*/
  border-radius: 0;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: var(--blonde-color);
}
.nice-select .option.selected {
  display: none;
}
.nice-select .option {
  line-height: 45px;
  color: #000;
}
.appointment_form .default_btn {
  margin-top: 15px;
}
.appointment_form .default_btn:hover {
  cursor: pointer;
}
.appointment_form .default_btn:focus {
  border: none;
  outline: none;
}
#msg-status {
  display: none;
}
#msg-status.alert-danger,
#msg-status.alert-success {
  display: block;
  margin: 20px 0 0;
}

/* ==========================================================================
   Gallery Section
   ========================================================================== */
.gallery_section {
}
.gallery_section .portfolio_filter {
  display: block;
  text-align: center;
  overflow: hidden;
}
.gallery_section .portfolio_filter li {
  background-color: #eee;
  color: #111;
  border: 1px solid #ddd;
  display: inline-block;
  margin-left: -4px;
  padding: 15px 25px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.gallery_section .portfolio_filter li.active {
  background-color: #00c4ff;
  color: var(--font-color);
  transition: all 0.5s ease-in-out;
}
.gallery_section .portfolio_items {
}
.gallery_section .portfolio_items li {
  padding: 1px;
}
.gallery_section .portfolio_items .portfolio_item {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.gallery_section .portfolio_items .portfolio_item img {
  width: 100%;
}
.gallery_section .portfolio_items .portfolio_item .overlay {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.portfolio_items .portfolio_item:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.portfolio_items .portfolio_item .overlay a {
  width: 100%;
  height: 100%;
  display: table;
  color: var(--font-color);
}
.portfolio_items .portfolio_item .overlay h3 {
  color: var(--font-color);
  text-transform: uppercase;
  margin: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
}
.portfolio_items .portfolio_item .overlay span {
  display: block;
  letter-spacing: 1px;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.portfolio_items .portfolio_item:hover .overlay span,
.portfolio_items .portfolio_item:hover .overlay h3 {
  transform: translateY(0px);
  animation-delay: 0.2s;
  transition: all 0.6s ease-in-out;
}

/*Gallery Filter*/
.gallery_section .gallery_filter {
  display: block;
  text-align: center;
  overflow: hidden;
}
.gallery_section .gallery_filter li {
  font-family: var(--tertiary-font);
  color: #555;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  margin: 0 10px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.gallery_section .gallery_filter li.active {
  color: var(--blonde-color);
  transition: all 0.5s ease-in-out;
}

/* ==========================================================================
   Team Section
   ========================================================================== */
.pricing_section.bg-grey {
  background-color: var(--quaternary-color);
}

.team_section {
  background-color: var(--quinary-color);
}
.team_section .team_members {
}
.team_section .team_members .col-xs-6 {
  padding: 15px;
}
.team_section .team_members .team_member {
  position: relative;
  overflow: hidden;
}
.team_section .team_members .team_member img {
  width: 100%;
}
.team_section .team_members .team_member .overlay {
  background-color: rgba(158, 138, 120, 0.8);
  display: block;
  color: var(--font-color);
  text-align: center;
  padding: 20px 0;
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
}
.team_section .team_members .team_member:hover .overlay {
  bottom: 0;
}
.team_section .team_members .team_member:hover img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.team_section .team_members .team_member .overlay h3 {
  color: var(--font-color);
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.team_section .team_members .team_member .overlay p {
  margin: 0 0 5px;
  font-family: var(--tertiary-font);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

/* ==========================================================================
   9.0 Testimonial Section
   ========================================================================== */
.testimonial_section {
  background-image: url(../img/testimonial.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 200px 0;
}
.testimonial_section i {
  border: 2px solid #fff;
  color: var(--font-color);
  font-size: 16px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.testimonial_items {
}
.testimonial_item {
  color: var(--font-color);
  text-align: center;
}
.testimonial_item h4 {
  font-size: 14px;
  margin: 0 0 25px;
}
.testimonial_item p {
  font-family: var(--primary-font);
  font-size: 24px;
  line-height: 36px;
}

.testimonial_items .owl-dots {
  display: block;
  text-align: center;
}
.testimonial_items .owl-dots .owl-dot {
  background-color: var(--font-color-light);
  display: inline-block;
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0 3px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  transition: all 0.3s ease-in-out;
}
.testimonial_items .owl-dots .owl-dot.active {
  background-color: var(--font-color);
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Pricing Section
   ========================================================================== */
.pricing_section .price_wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pricing_items .col-md-4 {
  padding: 15px;
}
/* Agregar más espacio entre las columnas de precios */
.pricing_section .col-lg-4 {
  padding: 0 30px;
  margin-bottom: 30px;
}
.pricing_section .price_wrap h3 {
  background-color: var(--blonde-color);
  display: inline-block;
  padding: 10px 15px;
  color: var(--font-color);
  margin: 0 0 20px;
}
.pricing_section .price_wrap .price_list {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pricing_section .price_wrap .price_list li {
  margin-bottom: 40px;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.pricing_section .price_wrap .price_list li:last-child {
  margin-bottom: 0;
}
.pricing_section .price_wrap .price_list li h4 {
  position: relative;
  color: #333;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin: 0 0 6px;
  overflow: hidden;
  /* width: 90%; */

  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: 100%; */
}
/* .pricing_section .price_wrap .price_list li h4:after {
  color: #bbb;
  content: "--------------------" "--------------------" "--------------------"
    "--------------------";
  font-weight: normal;
  margin-left: 10px;
  position: absolute;
  top: -2px;
  white-space: nowrap;
  width: 0;
} */
.pricing_section .price_wrap .price_list li span.price {
  font-family: var(--primary-font);
  font-size: 18px;
  color: var(--font-color);
  font-weight: 700;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
}
.pricing_section .price_wrap .price_list li p {
  margin: 0;
  flex: 1;
}
.pricing_section .menu_middle_content {
}
.pricing_section .menu_middle_content img {
  width: 100%;
  margin-top: -30px;
  margin-bottom: 15px;
}

/* Responsive adjustments for pricing section */
@media (max-width: 991.98px) {
  .pricing_section .row {
    flex-direction: column;
  }

  .pricing_section .col-lg-4 {
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .pricing_section .price_wrap .price_list li {
    margin-bottom: 30px;
  }

  /* .pricing_section .price_wrap .price_list li h4 {
    width: 85%;
  } */
}

@media (max-width: 767.98px) {
  /* .pricing_section .price_wrap .price_list li h4 {
    width: 80%;
    font-size: 16px;
  } */

  .pricing_section .col-lg-4 {
    padding: 0 10px;
  }

  .pricing_section .price_wrap .price_list li span.price {
    font-size: 20px;
  }

  .pricing_section .price_wrap .price_list li p {
    font-size: 14px;
  }
}

/* ==========================================================================
   Call To Action Section
   ========================================================================== */
.cta_section {
  background-image: url(../img/profesionales-estetica.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0 0;
  background-size: cover;
  padding: 200px 0;
  width: 100%;
}
.cta_section .cta_content h2 {
  color: var(--font-color);
  font-size: 42px;
  line-height: 56px;
  margin-bottom: 15px;
}
.cta_section .cta_content p {
  color: var(--font-color-light);
}
.pro_cta_content {
}
.pro_cta_content h2 {
}
.pro_cta_content p {
  margin-bottom: 30px;
}
/* ==========================================================================
   Content Section
   ========================================================================== */
.content_section {
}
.content_section .col-lg-4 {
  padding: 0;
}
.content_wrap {
  position: relative;
}
.content_wrap:before {
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 30px;
  left: 30px;
  top: 30px;
  bottom: 30px;
}
.content_wrap img {
  width: 100%;
}
.content_info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px;
}
.content_inner {
}
.content_inner h2 {
  font-size: 42px;
  color: var(--font-color);
}
.content_inner h3 {
  color: var(--font-color-light);
  margin-bottom: 20px;
}
.content_inner a {
  background-color: var(--blonde-color);
  padding: 0 30px;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  font-family: var(--tertiary-font);
  font-size: 12px;
  color: var(--font-color);
  font-weight: 600;
  text-transform: uppercase;
}
.content_inner a:hover {
  opacity: 0.8;
}
/* ==========================================================================
   404 Eror Section
   ========================================================================== */
.not_found_section {
  padding: 120px 0;
}

/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog-section {
}
.blog-wrap {
}
.blog-classic .col-lg-12:not(:last-of-type) {
  margin-bottom: 30px;
}
.blog-grid {
  margin-top: -15px;
}
.blog-item {
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.blog-item .blog-thumb {
  position: relative;
}
.blog-item .blog-thumb .category {
  background-color: var(--blonde-color);
  padding: 5px 15px;
  text-align: center;
  color: var(--font-color);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--tertiary-font);
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  bottom: 0;
}
.blog-item .blog-thumb .category a {
  color: var(--font-color);
}
.blog-item .blog-thumb img {
  width: 100%;
  margin: 0;
}
.blog-item .blog-thumb img:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.blog-content {
  background-color: var(--font-color);
  padding: 30px;
}
.blog-content h3 {
  line-height: 24px;
}
.blog-content h3 a {
  color: #303133;
  font-size: 18px;
  line-height: 28px;
}
.blog-content h3 a:hover {
  color: var(--blonde-color);
}
.blog-content .read-more {
  font-family: var(--tertiary-font);
  color: #303133;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-left: 40px;
}
.blog-content .read-more:hover {
  color: var(--blonde-color);
}
.blog-content .read-more:before {
  background-color: var(--blonde-color);
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  left: 0;
  top: calc(50% - 2px);
}
/* Pagination
=============== */
.pagination-wrap {
}
.pagination-wrap li {
  display: inline-block;
  margin: 0 5px;
}
.pagination-wrap.text-left li {
  margin: 0 10px 0 0;
}
.pagination-wrap li a {
  border: 1px solid #e5e5e5;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #303133;
  font-weight: 600;
  border-radius: 2px;
}
.pagination-wrap li a:hover {
  background-color: var(--blonde-color);
  color: var(--font-color);
  opacity: 1;
  text-decoration: none;
}
.pagination-wrap li a.active {
  background-color: var(--blonde-color);
  border: 1px solid var(--blonde-color);
  color: var(--font-color);
}

/* Sidebar Style
=================*/
.sidebar-wrap {
  padding-left: 40px;
}
.sidebar-wrap .widget-content {
  margin-bottom: 40px;
}
.sidebar-wrap .widget-content h4 {
  font-size: 20px;
  position: relative;
  margin-bottom: 30px;
}
.sidebar-wrap .widget-content h4:before {
  background-color: var(--blonde-color);
  position: absolute;
  content: "";
  width: 20%;
  height: 3px;
  left: 0;
  bottom: -10px;
}
.sidebar-wrap .widget-content .widget-links li a {
  color: #303133;
}
.sidebar-wrap .widget-content .widget-links li a:hover {
  text-decoration: underline;
}

/* Search Form Style
===================*/
.search-form {
  position: relative;
  margin-left: -2px;
}
.search-form .form-control {
  background-color: #fcf9f5;
  box-shadow: none;
  width: 100%;
  display: block;
  border: 1px solid #e5e5e5;
  color: #303133;
  height: auto;
  padding: 15px 20px;
  border-radius: 2px;
  padding-right: 60px;
}
.search-form .search-btn {
  background-color: transparent;
  font-size: 15px;
  color: #303133;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 10px 0;
  opacity: 0.6;
}
.search-form .search-btn:focus,
.search-form .search-btn:hover {
  opacity: 1;
  cursor: pointer;
}
.search-form input::-webkit-input-placeholder {
  color: #6a8695 !important;
}
.search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #6a8695 !important;
}
.search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #6a8695 !important;
}
.search-form input:-ms-input-placeholder {
  color: #6a8695 !important;
}

/* Thumbnails Post Style
========================*/
.thumb-post {
}
.thumb-post li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: top;
  margin-bottom: 20px;
}
.thumb-post li:last-child {
  margin-bottom: 0;
}
.thumb-post li img {
  width: 100px;
  display: block;
}
.thumb-post li a {
  font-family: var(--primary-font);
  font-size: 15px;
  font-weight: 600;
  color: #303133;
  padding-left: 15px;
  letter-spacing: -0.5px;
}
.thumb-post li a:hover {
  color: var(--blonde-color);
  text-decoration: underline;
}

/* Tag Cloud Style
==================*/
.widget-content .tags {
}
.widget-content .tags li {
  display: inline-block;
}
.widget-content .tags li a {
  display: inline-block;
  background-color: var(--blonde-color);
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 12px;
  color: var(--font-color);
  margin: 3px;
}
.widget-content .tags li a:hover {
  background-color: #303133;
  color: var(--font-color);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* ==========================================================================
   Blog Single Section
   ========================================================================== */
.blog-thumb {
}
.blog-thumb img {
  width: 100%;
  margin-bottom: 20px;
}
.blog-single-content {
}
.blog-single-content h2 a {
  font-size: 28px;
  color: #303133;
}
.blog-single-content h2 a:hover {
  color: var(--blonde-color);
}
.single-post-meta {
  margin-bottom: 20px;
}
.single-post-meta li {
  display: inline-block;
  margin-right: 20px;
}
.single-post-meta li i {
  font-size: 12px;
  color: var(--blonde-color);
  margin-right: 5px;
}
.single-post-meta li a {
  display: inline-block;
  font-family: var(--tertiary-font);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #303133;
}
/* Blog Quote
===============*/
blockquote {
  background-color: #fcf9f5;
  padding: 40px;
  border-left: 4px solid var(--blonde-color);
  margin: 30px 0;
  position: relative;
  z-index: 1;
}
blockquote p {
  font-family: var(--primary-font);
  font-size: 22px;
  line-height: 32px;
  color: #303133;
  font-size: 20px;
}
blockquote span {
  display: block;
  margin-top: 20px;
  color: #303133;
}

/* Post Tags Style
==================*/
.post-tags {
  margin-top: 30px;
}
.post-tags li {
  display: inline-block;
}
.post-tags li a {
  display: inline-block;
  background-color: var(--blonde-color);
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 12px;
  color: var(--font-color);
  margin: 3px;
}
.post-tags li a:hover {
  background-color: #303133;
  color: var(--font-color);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Author Box Style
====================*/
.author-box {
  display: flex;
  align-items: center;
  padding: 30px;
  margin-top: 30px;
  border-left: 4px solid var(--blonde-color);
}
.author-box img {
  border-radius: 50%;
}
.author-info {
  padding-left: 30px;
}
.author-info h3 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
}
.author-box .social-icon {
}
.author-box .social-icon li {
  display: inline-block;
  margin-right: 8px;
}
.author-box .social-icon li a {
  font-size: 14px;
  color: #303133;
}
.author-box .social-icon li a:hover {
  color: var(--blonde-color);
}

/* Post Navigation
====================*/
.post-navigation {
  border: 1px solid #e5e5e5;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
}
.post-navigation .col {
  padding: 20px;
}
.post-navigation .col:not(:last-of-type) {
  border-right: 1px solid rgba(17, 17, 17, 0.04);
}
.post-navigation .col a {
  color: #303133;
  font-size: 12px;
  text-transform: uppercase;
  font-family: var(--tertiary-font);
  font-weight: 600;
  display: flex;
  align-items: center;
}
.post-navigation .col.next-post a {
  justify-content: flex-end;
}
.post-navigation .col i {
  display: inline-block;
  font-size: 14px;
}
.post-navigation .ti-arrow-left {
  margin-right: 10px;
}
.post-navigation .ti-arrow-right {
  margin-left: 10px;
}
.post-navigation .col a:hover {
  color: var(--blonde-color);
}
.post-navigation .col.prev-post .fa {
  margin-right: 10px;
}
.post-navigation .col.next-post .fa {
  margin-left: 10px;
}

/* Comments Style
==================*/
.blog-single-wrap .comments-area {
  margin-top: 40px;
}

.blog-single-wrap .comments-area .comments {
  border-bottom: 0;
}
.blog-single-wrap .comments-area li > div {
  border-bottom: 1px solid rgba(17, 17, 17, 0.05);
  padding: 35px;
}
.blog-single-wrap .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}
.blog-single-wrap .comments-area ol ul {
  padding-left: 30px;
  list-style-type: none;
  margin: 0;
}
.blog-single-wrap .comments-area ol > li:last-child div {
  border-bottom: 0;
}
.blog-single-wrap .comments-area .comments-title {
  font-size: 22px;
  font-weight: 600;
}
.blog-single-wrap .comments-area li > div {
  position: relative;
}
.blog-single-wrap .comments-area .comment-thumb {
  position: absolute;
  left: 35px;
}
.blog-single-wrap .comments-area .comment-thumb .comment-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.blog-single-wrap .comments-area .comment-thumb .comment-img img {
  border-radius: 50%;
}
.blog-single-wrap .comments-area .comment-main-area {
  padding-left: 120px;
}
.blog-single-wrap .comments-area .comment-main-area p {
  margin-bottom: 20px;
}
.blog-single-wrap .comments-area .comments-meta h4 {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -1px;
}
.blog-single-wrap .comments-area .comments-meta h4 span {
  font-family: var(--tertiary-font);
  font-weight: 600;
  text-transform: none;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 5px;
}
.blog-single-wrap .comments-area .comment-reply-link {
  font-family: var(--tertiary-font);
  font-size: 12px;
  font-weight: 600;
  color: var(--blonde-color);
  display: inline-block;
  text-transform: uppercase;
  padding-left: 35px;
  position: relative;
}
.blog-single-wrap .comments-area .comment-reply-link:before {
  background-color: var(--blonde-color);
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  left: 0;
  top: calc(50% - 1px);
}
.blog-single-wrap .comments-area .comment-reply-link:hover {
  text-decoration: underline;
}
.blog-single-wrap .comment-respond {
}
.blog-single-wrap .comment-respond .comment-reply-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.blog-single-wrap .comment-respond form input,
.blog-single-wrap .comment-respond form textarea {
  background-color: #fcf9f5;
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 50px;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: all 0.3s;
}
.blog-single-wrap .comment-respond form input:focus,
.blog-single-wrap .comment-respond form textarea:focus {
  border-color: var(--blonde-color);
}
.blog-single-wrap .comment-respond form textarea {
  height: 200px;
  padding: 15px;
}
.blog-single-wrap .comment-respond .form-inputs {
  overflow: hidden;
}
.blog-single-wrap .comment-respond .form-inputs > input:nth-child(2) {
  width: 49%;
  float: left;
}
.blog-single-wrap .comment-respond .form-inputs > input:nth-child(3) {
  width: 49%;
  float: right;
}
.blog-single-wrap .comment-respond .form-submit input {
  font-family: var(--tertiary-font);
  max-width: 180px;
  background-color: var(--blonde-color);
  color: var(--font-color);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase;
}
.blog-single-wrap .comment-respond .form-submit input:hover {
  opacity: 0.9;
}

/* ==========================================================================
   12.0 Sponsor Section
   ========================================================================== */
.sponsor_section {
  padding: 60px 0;
}
.sponsor_section .sponsor_items {
}
.sponsor_section .sponsor_item img {
  width: 100%;
}
.sponsor_section .sponsor_items li:hover img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* ==========================================================================
   12.0 Footer widget Section
   ========================================================================== */

.footer_widget p {
  margin-bottom: 0;
}
.widget_section {
  background-color: var(--black-color);
  padding: 100px 0;
}
.widget_social {
  display: block;
  text-align: left;
}
.widget_social li {
  display: inline-block;
}
.widget_social li a {
  color: #777;
  font-size: 12px;
  margin-right: 20px;
}
.widget_social li a:hover {
  color: var(--blonde-color);
}
.opening_time {
}
.opening_time li {
  color: #999;
  line-height: 25px;
}
.footer_widget {
  color: var(--font-color);
}
.footer_widget h3 {
  color: var(--font-color);
}
.footer_widget p {
  color: #999;
}
.subscribe_form {
  display: block;
  text-align: center;
  padding: 5px 0;
}
.subscribe_form p {
  color: #999;
}
.subscribe_form .form_input {
  display: block;
  background-color: var(--quinary-color);
  color: var(--font-color);
  border: none;
  font-size: 14px;
  line-height: 50px;
  padding: 0 10px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
}
.subscribe_form .form_input:focus {
  box-shadow: none;
  outline: none;
}

.appointment_section .form_input {
  border-radius: 40px;
  border: unset;
  font-family: "Alexandria";
  font-size: 15px;
  color: #898989;
}

.appointment_section .form_input::placeholder {
  font-family: "Alexandria";
  font-size: 15px;
  color: #898989;
}

.appointment_section .form_input .current {
  color: #000;
}

.subscribe_form .submit {
  background-color: var(--tertiary-color);
  color: var(--font-color);
  font-family: var(--tertiary-font);
  font-size: 12px;
  font-weight: 600;
  line-height: 50px;
  display: inline-block;
  padding: 0 10px;
  float: left;
  width: 100%;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  border-radius: 40px;
}
.subscribe_form .submit:hover {
  background-color: #897666;
  transition: all 0.5s ease-in-out;
}
#subscribe-result {
  display: none;
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #deaa6e;
}
#subscribe-result.subs-result {
  display: block;
}
.subscription-error {
  color: #b60000;
}
.subscription-success {
  color: #333;
}
.subscribe_form input::-webkit-input-placeholder {
  color: #ddd !important;
}
.subscribe_form input:-moz-placeholder {
  /* Firefox 18- */
  color: #ddd !important;
}
.subscribe_form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ddd !important;
}
.subscribe_form input:-ms-input-placeholder {
  color: #ddd !important;
}

/* ==========================================================================
   14.0 Footer Section
   ========================================================================== */
.footer_section {
  display: block;
  background-color: var(--black-color);
  border-top: 1px solid #333;
  padding: 30px 0;
}
.footer_section .copyright {
  font-size: 14px;
  color: var(--font-color-light);
}
.footer_social {
  display: block;
  text-align: right;
}
.footer_social li {
  display: inline-block;
}
.footer_social li a {
  font-family: var(--tertiary-font);
  color: var(--font-color-light);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 20px;
}
.footer_social li a:hover {
  color: var(--blonde-color);
}

/* ==========================================================================
   15.0 Page Style Section
   ========================================================================== */
/*Page Header */
.page_header {
  background-image: url(../img/photo-hair.jpeg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 500px;
  position: relative;
  z-index: 1;
}
.page_header .section_heading {
}
.page_header .section_heading h2 {
  color: var(--font-color);
}
.page_content_section {
  border-bottom: 2px solid #eee;
}
.page_content_wrap {
  padding: 35px 0;
}

/*Breadcrumb */
.breadcrumb {
  background-color: transparent;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
}
.breadcrumb li {
}
.breadcrumb li a {
  color: var(--font-color-light);
}
.breadcrumb li a:hover {
  color: var(--font-color);
}

/* ==========================================================================
   27.0 Contact Section
   ========================================================================== */
/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact-section {
  position: relative;
  z-index: 1;
}
.contact-info h3 {
  line-height: 28px;
  margin-bottom: 20px;
}
.contact-info h4 {
  font-size: 15px;
  line-height: 28px;
}
.contact-info span {
  margin-right: 5px;
}
/* Form Style
===============*/
.contact-form {
  background-color: var(--font-color);
  padding: 50px 40px;
  -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1),
    0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1),
    0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  border-radius: 3px;
}
.form-control {
  background-color: var(--font-color);
  border-radius: 0;
  padding: 15px 10px;
  box-shadow: none;
  border: 2px solid #eee;
}
.form-control:focus {
  border-color: var(--blonde-color);
  box-shadow: none;
  outline: none;
}
.form-group .default-btn {
  box-shadow: none;
}
#form-messages {
  display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success {
  display: block;
}
/* Google Map*/
#google-map {
  width: 100%;
  height: 400px;
}

/* ==========================================================================
   18.0 Scroll To Top
   ========================================================================== */
#scroll-to-top {
  background-color: var(--blonde-color);
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 18px;
  line-height: 35px;
  color: var(--font-color);
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#scroll-to-top:hover {
  background-color: #897666;
  color: var(--font-color);
}

.statusMessage,
.successmessage,
.errormessage {
  display: none;
  margin: auto;
  width: 100%;
  height: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  border: 1px solid #333;
  margin: 0 auto 25px auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #999;
}

.statusMessage i {
  color: #3498db;
  font-size: 15px;
  margin-right: 5px;
}

.statusMessage p {
  margin: 0;
  padding: 20px;
  color: #999;
  font-size: 14px;
}

.successmessage p {
  margin: 0;
  padding: 20px;
  color: #999;
  font-size: 14px;
}

.successmessage i {
  color: #1abc9c;
  font-size: 15px;
  margin-right: 5px;
}

.errormessage p {
  margin: 0;
  padding: 20px;
  color: #999;
  font-size: 14px;
}

.errormessage i {
  color: #ff0000;
  font-size: 15px;
  margin-right: 5px;
}

#incompleteMessage i {
  color: #f1c40f;
  font-size: 15px;
  margin-right: 5px;
}

.statusMessage2,
.successmessage2,
.errormessage2 {
  display: none;
  margin: auto;
  width: 100%;
  height: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  border: 1px solid #e1e1e1;
  margin: 0 auto 25px auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #000;
}

.statusMessage2 i {
  color: #3498db;
  font-size: 15px;
  margin-right: 5px;
}

.statusMessage2 p {
  margin: 0;
  padding: 20px;
  color: #555;
  font-size: 14px;
}

.successmessage2 p {
  margin: 0;
  padding: 20px;
  color: #555;
  font-size: 14px;
}

.successmessage2 i {
  color: #1abc9c;
  font-size: 15px;
  margin-right: 5px;
}

.errormessage2 p {
  margin: 0;
  padding: 20px;
  color: #555;
  font-size: 14px;
}

.errormessage2 i {
  color: #ff0000;
  font-size: 15px;
  margin-right: 5px;
}

#incompleteMessage2 i {
  color: #f1c40f;
  font-size: 15px;
  margin-right: 5px;
}

#reCaptcha {
  transform: scale(0.73);
  -webkit-transform: scale(0.73);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

body .ui-datepicker {
  border-radius: 0px;
}

body .ui-widget-header {
  background: unset !important;
  color: #000;
  font-weight: bold;
  font-family: var(--tertiary-font);
  border-radius: 0px !important;
  border: unset;
  font-size: 16px;
}

body .ui-state-default,
body .ui-widget-content .ui-state-default,
body .ui-widget-header .ui-state-default,
body .ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #e5e5e5 !important;
  background: #ebe4e0 !important;
  font-weight: normal !important;
  color: #000000 !important;
  font-family: var(--tertiary-font) !important;
  font-size: 15px !important;
}
body .ui-datepicker table {
  font-family: "Alexandria";
}

.slicknav_nav {
  position: absolute !important;
  top: 70px !important;
  width: 100% !important;
}

.language-switcher {
  color: var(--font-color);
  font-weight: 600;
  font-family: var(--tertiary-font);
}

.nice-select .list {
  border-radius: 20px;
  background-color: var(--quinary-color);
  color: var(--font-color);
  font-weight: 600;
  font-family: var(--tertiary-font);
  font-size: 15px;
  padding: 10px 20px;
  border: none;
}

/* ==========================================================================
   Inline Styles Moved to CSS Classes
   ========================================================================== */

   .header-section .navbar-brand {
    color: var(--font-color) !important;
    font-size: 17px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
}
/* Navbar Brand Styles */
.navbar-brand {
  /* color: var(--font-color) !important; */

  font-family: var(--primary-font) !important;
}

.footer_widget h3, .navbar-brand {
  color: #999;
}

.footer_widget p,
.opening_time li {
  color: var(--font-color);
}

/* Slider Background Images */
.main_slide.slide-1 {
  background-image: url(../img/front.jpg);
}

.main_slide.slide-2 {
  background-image: url(../img/enter.jpg);
}

.main_slide.slide-3 {
  background-image: url(../img/salon.jpg);
}

/* About Section Image */
.about_img_3 {
  margin-top: -20px;
}

/* Form Message Styles */
.mensaje-welcome.form-group {
  margin: 10px auto;
  display: block;
}

.mensaje-error.cel-error.form-group {
  margin: 10px auto;
  display: block;
}

/* Button Styles */
#btn-reservTurn {
  margin: 10px auto;
  display: block;
}

/* English version button has different margin */
.en #btn-reservTurn {
  margin: 0 auto;
  display: block;
  margin-top: 5px;
}

/* Spacing Div */
.margin-top-15 {
  margin-top: 15px;
}

/* Team Member Images */
.team-member-img {
  height: 250px;
  object-fit: cover;
}

.team-member-img.franco {
  height: 250px;
  object-fit: cover;
  object-position: 0% 20%;
}

/* Page Header Background */
.page_header {
  background-image: url(../img/photo-hair.jpeg);
}

/* CTA Section Background */
.cta_section {
  background-image: url(../img/profesionales-estetica.jpg);
}

/* Language Switcher */
.language-switcher {
  margin-left: 20px;
}

/* English Version Specific */
.navbar-brand.en {
  color: var(--font-color) !important;
  font-family: 'Prata', sans-serif !important;
}

/* ===========================================================================
   Estilos migrados desde etiquetas <style> en los archivos HTML
   =========================================================================== */

/* Estilos generales de formularios y secciones de cita */
body {
  font-family: 'Alexandria', sans-serif !important;
}
html {
  scroll-behavior: smooth;
}
.appointment_section {
  color: var(--font-color);
}
.appointment_form_wrapper {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
}
.appointment_title {
  font-size: 36px;
  margin-bottom: 20px;
  font-family: var(--primary-font);
}
.appointment_subtitle {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.6;
}
.form_input {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 40px;
  background-color: var(--quinary-color);
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form_input::placeholder {
  color: #999;
  opacity: 1;
  font-size: 16px;
  text-align: left;
}
.form_input option {
  color: #333;
  padding: 10px;
  font-size: 16px;
  text-align: left;
}
.btn-primary {
  background-color: #afafaf;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  color: var(--font-color);
  border-radius: 5px;
  cursor: pointer;
}
.btn-primary:hover {
  background-color: #0056b3;
}
@media (max-width: 767.98px) {
  .appointment_form_wrapper {
    margin-top: 30px;
  }
}
.recaptcha_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.language-switcher {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.language-switcher img {
  width: 25px;
  height: auto;
}
.fondo-oscurecido {
  background-color: rgba(0, 0, 0, 0);
  backdrop-filter: blur(2px);
  padding: 20px;
  border-radius: 40px;
  padding: 16px;
}
/* Personalización del datepicker */
.ui-datepicker {
  font-size: 14px;
}
/* Estilos del mapa en contact.html */
.mapouter {
  position: relative;
  text-align: right;
  height: 350px;
  width: 100%;
}
.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 350px;
  width: 100%;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: var(--font-color);
}

.mask-working-on-it {
  width: 100%;
  height: calc(100% + 120px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(255 255 255 / 41%);
  border-radius: 40px;
  padding: 20px;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 1;
  color: var(--font-color);
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  backdrop-filter: blur(4px);
}

.price-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 4px;
  gap: 10px;
}
.price-header h4 {
  margin: 0;
  font-size: 18px;
  color: #333;
  font-weight: 400;
}
.price-header .price {
  font-family: var(--primary-font);
  font-size: 24px;
  color: var(--font-color);
  font-weight: 700;
  margin-left: 15px;
}
@media (max-width: 767.98px) {
  .price-header h4 {
    font-size: 16px;
  }
  .price-header .price {
    font-size: 20px;
  }
}