@import url("../../css2-1");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

#nebula_div_btn{
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.row::before, .row::after{
  display: none !important;
}

a {
  text-decoration: none;
}

p.custom-p {
  margin-bottom: 0;
  font-size: 24px;
}

.container-fluid.max {
  padding: 0 32px;
  max-width: 1920px;
}
.slick-slide{
  margin: 0;
}
@media (max-width: 1400.5px) and (min-width: 1200px) {
  .container {
    max-width: 1270px;
  }
}
@media (max-width: 1366.5px) and (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
}
@media (max-width: 1280.5px) and (min-width: 1200px) {
  .container {
    max-width: 1120px;
  }
}
@media (max-width: 1024.5px) and (min-width: 1200px) {
  .container {
    max-width: 930px;
  }
}
@media (min-width: 800px) and (max-width: 991.5px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 767px) and (max-width: 800.5px) {
  .container {
    max-width: 700px;
  }
}
@media (max-width: 768.48px) {
  .as-relax .row .col-md-12, .powerd-sec .powered-wrap .container, .services-sec .list-wrap, .appointment-sec .container, .meet-sec .col-xl-10, .policy-sec .container, .visit-sec .container, .glopass-sec .glopass-wrap{
    padding: 0 32px !important;
  }
}
.slick-slide img {
  margin: auto;
}

.as-banner {
  background: #D6C9B4;
  padding-top: 50px;
  padding-bottom: 70px;
  margin-top: -2px;
}
@media (max-width: 575.98px) {
  .as-banner {
    padding: 40px 0;
  }
}
@media (max-width: 768.48px) {
  .as-banner .as-bannertxt {
    text-align: center;
    margin-top: 13px;
  }
}
.as-banner .as-bannertxt h1 {
  font-family: "Lora";
  font-size: 86px;
  font-style: italic;
  font-weight: 500;
  line-height: 86px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-left: -220px;
}
@media (max-width: 1360px) {
  .as-banner .as-bannertxt h1 {
    margin-left: -180px;
  }
}
@media (max-width: 1199.98px) {
  .as-banner .as-bannertxt h1 {
    margin-left: -100px;
    font-size: 70px;
  }
}
@media (max-width: 991.98px) {
  .as-banner .as-bannertxt h1 {
    margin-left: 0;
    font-size: 40px;
    line-height: 1;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.as-banner .as-bannertxt p, .as-banner .as-bannertxt h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0F2B55;
  font-family: "Lato", serif;
}
@media (max-width: 768.48px) {
  .as-banner .as-bannertxt p, .as-banner .as-bannertxt h2 {
    font-size: 16px;
    line-height: 1.2;
  }
}
.as-banner .as-bannertxt .as-btn {
  margin-top: 40px;
}
@media (max-width: 768.48px) {
  .as-banner .as-bannertxt .as-btn {
    margin: auto;
    margin-top: 24px;
  }
}

.as-relax {
  position: relative;
}
.as-relax .r-content {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  right: 0;
}
@media (max-width: 991.98px) {
  .as-relax .r-content {
    position: relative;
    padding: 60px 0;
    padding-bottom: 0;
    text-align: center;
  }
}
.as-relax .r-content h2 {
  font-family: "Lora";
  font-size: 36px;
  font-weight: 400;
  line-height: 46.08px;
  color: #0F2B55;
  margin-bottom: 34px;
  letter-spacing: normal !important;
}
@media (max-width: 768.48px) {
  .as-relax .r-content h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.as-relax .r-content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #0F2B55;
}
.as-relax .r-content a {
color: #0F2B55;
}
@media (max-width: 768.48px) {
  .as-relax .r-content p {
    font-size: 16px;
    line-height: 1.2;
  }
}

.as-relax .r-content a {
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: 0.3s;
}
.as-relax .r-content a:hover {
  color: #B99B6B;
}
@media (max-width: 768.48px) {
  .as-relax .r-content a {
    font-size: 16px;
    line-height: 1.2;
  }
}

.powerd-sec {
  background-image: url("../images/Treatments.png");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991.98px) {
  .powerd-sec{
    margin-top: 40px;
    min-height: 600px;
  }
  .powerd-sec img {
    transform: translateX(30%);
    opacity: 0;
  }
}
@media (max-width: 575.98px) {
  .powerd-sec{
    margin-top: 40px;
  }
  .powerd-sec img {
    opacity: 0;
    transform: translateX(70%);
    width: 250% !important;
    height: 700px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.powerd-sec .powered-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  right: 0;
}
.powerd-sec .powered-wrap h2 {
  font-family: "Lora";
  font-size: 36px;
  font-weight: 400;
  line-height: 46.08px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 36px;
  letter-spacing: normal !important;
}
@media (max-width: 1280px){
  .powerd-sec .powered-wrap h2 {
       font-size: 26px;
   }
 }
 @media (max-width: 991px) and (min-width: 769px){
  .powerd-sec .powered-wrap h2 svg{
      max-width: 100px
  }
 }
 @media (max-width: 800px){
  .powerd-sec .powered-wrap h2 {
       font-size: 25px;
   }
 }
@media (max-width: 768.48px) {
  .powerd-sec .powered-wrap h2 {
    font-size: 27px;
    line-height: 1.2;
    flex-wrap: wrap;
  }
}
@media (max-width: 520px){
  .powerd-sec .powered-wrap h2 {
       font-size: 25px;
   }
 }
 @media (max-width: 486px) and (min-width: 470px){
  .powerd-sec .powered-wrap h2 {
      font-size: 23px;
  }
 }
 @media (max-width: 469px){
  .powerd-sec .powered-wrap h2 {
       font-size: 28px;
   }
 }
.powerd-sec .powered-wrap p {
  width: 90%;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .powerd-sec .powered-wrap p {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 768.48px) {
  .powerd-sec .powered-wrap p {
    font-size: 16px;
    line-height: 1.2;
  }
}
.powerd-sec .powered-wrap h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 27.6px;
  letter-spacing: 0.04em;
  color: #fff;
  margin-top: 90px;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .powerd-sec .powered-wrap h3 {
    margin-top: 40px;
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 766px){
  .powerd-sec .powered-wrap h3 {
      width: 90%;
   }
 }
.powerd-sec .powered-wrap ul li {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 6px;
}
@media (max-width: 768.48px) {
  .powerd-sec .powered-wrap ul li {
    font-size: 16px;
    line-height: 1.2;
  }
}

@media (min-width: 992px) {
  .gx-84 {
    --bs-gutter-x: 84px;
  }
  .gx-32 {
    --bs-gutter-x: 32px;
  }
}

.services-sec {
  padding: 68px 0;
  overflow: hidden;
}
.services-sec .row .mt-20 {
  margin-top:20px;
}
@media (max-width: 575.98px) {
  .services-sec {
    padding: 45px 0;
  }
}
.services-sec h2 {
  font-family: "Lora";
  font-size: 36px;
  font-weight: 400;
  line-height: 46.08px;
  color: #1D4068;
  margin-bottom: 8px;
  letter-spacing: normal !important;
}
@media (max-width: 768.48px) {
  .services-sec h2 {
    font-size: 28px;
    line-height: 1.2;
  }
}
.services-sec p {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1D4068;
}
@media (max-width: 768.48px) {
  .services-sec p {
    font-size: 16px;
    line-height: 1.2;
  }
}
.services-sec .list-wrap {
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  .services-sec .list-wrap {
    padding: 0;
  }
}
.services-sec span {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.32px;
  letter-spacing: 0.07em;
  color: #1D4068;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media (max-width: 575.98px) {
  .services-sec span {
    font-size: 21px;
  }
}
.services-sec ul {
  background: #F2F0EB;
  border-top: 1px solid #B99B6B;
}
.services-sec ul li {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  padding: 22px 32px;
  color: #0F2A55;
  border-bottom: 1px solid #B99B6B;
}
@media (max-width: 575.98px) {
  .services-sec ul li {
    font-size: 16px;
  }
}
.appointment-sec {
  background: #0F2B55;
  padding: 80px 0;
}
@media (max-width: 575.98px) {
  .appointment-sec {
    padding: 40px 0;
  }
}
.appointment-sec h2 {
  font-family: "Lora";
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  line-height: 51.2px;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
@media (max-width: 768.48px) {
  .appointment-sec h2 {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media (max-width: 575.98px) {
  .appointment-sec h2 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 24px;
  }
}
.appointment-sec p {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .appointment-sec p {
    margin-bottom: 18px;
  }
}
@media (max-width: 768.48px) {
  .appointment-sec p {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 575.98px) {
  .appointment-sec p {
    margin-bottom: 18px;
  }
}

.meet-sec {
  padding: 80px 0;
}
@media (max-width: 575.98px) {
  .meet-sec {
    padding: 60px 0;
  }
}
.meet-sec h2 {
  font-family: "Lora";
  font-size: 40px;
  font-weight: 500;
  line-height: 51.2px;
  color: #0F2B55;
  margin-bottom: 8px;
  letter-spacing: normal !important;
}
@media (max-width: 768.48px) {
  .meet-sec h2 {
    font-size: 28px;
    line-height: 1.2;
  }
}
.meet-sec p {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #0F2B55;
}
@media (max-width: 768.48px) {
  .meet-sec p {
    font-size: 16px;
    line-height: 1.2;
  }
}
.meet-sec .single-member {
  margin: auto;
}
.meet-sec .single-member img {
  margin: auto;
  width: 100%;
}
@media (max-width: 768.48px) {
  .meet-sec .single-member {
    text-align: center;
    width: 100%;
  }
  .meet-sec .single-member img {
    margin: auto;
    width: 100%;
  }
}
.meet-sec .single-member h4 {
  font-family: "Lora";
  font-size: 36px;
  font-weight: 400;
  line-height: 40.96px;
  letter-spacing: 0.04em;
  color: #0F2B55;
  margin-bottom: 10px;
}
.meet-sec .single-member p:nth-of-type(2) {
  display: inline;
}
.meet-sec .single-member p:nth-of-type(3) {
  margin-top: 30px;
}
@media (max-width: 768.48px) {
  .meet-sec .single-member h4 {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 10px;
  }
}
.meet-sec .single-member p {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #0F2B55;
  margin-bottom: 30px;
}
@media (max-width: 768.48px) {
  .meet-sec .single-member p {
    font-size: 16px;
    line-height: 1.2;
  }
  .meet-sec .m-info p:not(:first-of-type), .bio-seemore-div p, .as-relax p {
    text-align: left;
  }
  .meet-sec .single-member p:nth-child(1) {
    text-align: center;
  }
}
.meet-sec .single-member p:nth-child(2) {
  margin-bottom: 30px;
}
@media (max-width: 768.48px) {
  .meet-sec .single-member p:nth-child(2) {
    margin-bottom: 20px;
  }
}
.meet-sec .single-member a {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #0F2B55;
  /* display: block; */
  margin-top: 20px;
  text-decoration: underline;
  transition: 0.3s;
}
.meet-sec .single-member a:hover {
  color: #B99B6B;
}
@media (max-width: 768.48px) {
  .meet-sec .single-member a {
    font-size: 16px;
    line-height: 1.2;
  }
}

.policy-sec {
  padding: 60px 0;
}
.policy-sec h2 {
  font-family: "Lora";
  font-size: 36px;
  font-weight: 400;
  line-height: 46.08px;
  color: #0F2B55;
  margin-bottom: 30px;
}
.policy-sec h3{
  font-size: 24px;
  margin-bottom: 15px;
}
.policy-sec p.custom-p {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #0F2B55;
}
@media (max-width: 768.48px) {
  .policy-sec {
    padding-top: 0px;
  }
  .policy-sec h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  .policy-sec p.custom-p {
    font-size: 16px;
    line-height: 1.2;
  }
  .policy-sec h3{
    font-size: 21px;
  }
}
.policy-sec ul {
  padding-left: 20px;
  padding-bottom: 15px;
}
.policy-sec ul li {
  list-style: disc;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #0F2B55;
  margin-bottom: 10px;
}
@media (max-width: 768.48px) {
  .policy-sec ul li {
    font-size: 16px;
    line-height: 1.2;
  }
}
.policy-sec a {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #0F2B55;
}
@media (max-width: 768.48px) {
  .policy-sec a {
    font-size: 16px;
    line-height: 1.2;
  }
}

.visit-sec {
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 575.98px) {
  .visit-sec {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    /* padding-top: 58px; */
  }
}
.visit-sec .visit-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  right: 0;
}
@media (max-width: 575.98px) {
  .visit-sec .visit-wrap {
    position: relative;
    padding-bottom: 40px;
  }
}
.visit-sec .visit-wrap h2 {
  font-family: "Lora";
  font-size: 36px;
  font-weight: 400;
  line-height: 46.08px;
  color: #0F2B55;
  margin-bottom: 36px;
  letter-spacing: normal !important;
}
@media (max-width: 768.48px) {
  .visit-sec .visit-wrap h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 34px;
    text-align: center;
  }
}
.visit-sec .visit-wrap p {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #0F2B55;
}
@media (max-width: 768.48px) {
  .visit-sec .visit-wrap p {
    font-size: 16px;
    line-height: 1.2;
  }
}
.visit-sec .visit-wrap ul {
  margin-top: 16px;
}
.visit-sec .visit-wrap ul li {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #0F2B55;
}
.visit-sec .visit-wrap ul li a {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #0F2B55;
}
@media (max-width: 768.48px) {
  .visit-sec .visit-wrap ul li {
    font-size: 16px;
  }
  .visit-sec .visit-wrap ul li a {
    font-size: 16px;
  }
}
.visit-sec .visit-wrap ul li a:hover {
  color: #B99B6B;
}

.firm-sec {
  padding: 50px 0;
}
@media (max-width: 575.98px) {
  .firm-sec {
    padding: 20px 0;
  }
}
.firm-sec h2 {
  font-family: "Lora";
  font-size: 40px;
  font-weight: 500;
  line-height: 51.6px;
  letter-spacing: 0.04em;
  color: #0F2B55;
  margin-bottom: 8px;
}
@media (max-width: 768.48px) {
  .firm-sec h2 {
    font-size: 28px;
    line-height: 1.2;
  }
}
.firm-sec p {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #0F2B55;
}
@media (max-width: 1199.98px) {
  .firm-sec p br {
    display: none;
  }
}
.firm-sec .product-slider {
  margin-top: 40px;
}

.glopass-sec {
  background: #F3E0D9;
  position: relative;
  padding-top: 40px;
}
.glopass-last-p{
  padding-top:80px;
}
@media (max-width: 1199px) and (min-width: 767.98px) {
  .glopass-sec .glopass-wrap .glopass-row{
    align-items: end !important;
  }
  .glopass-sec .glopass-wrap .glopass-txt{
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .glopass-img{
    padding-top: 40px;
  }
  .glopass-last-p{
    padding-top:40px;
  }
}
@media (max-width: 575.98px) {
  .glopass-sec {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    /* padding-top: 58px; */
  }
}
.glopass-sec .glopass-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  right: 0;
}
@media (max-width: 575.98px) {
  .glopass-sec .glopass-wrap {
    position: relative;
    padding-bottom: 40px;
  }
}
.glopass-sec .glopass-wrap h2 {
  font-family: "Lora";
  font-size: 36px;
  font-weight: 400;
  line-height: 46.08px;
  color: #1D4068;
  margin-bottom: 36px;
  letter-spacing: normal !important;
}
@media (max-width: 768.48px) {
  .glopass-sec .glopass-wrap h2 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
  }
}
.glopass-sec .glopass-wrap p {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1D4068;
}
@media (max-width: 768.48px) {
  .glopass-sec .glopass-wrap p {
    font-size: 20px;
    line-height: 1.2;
  }
}
.glopass-sec .glopass-wrap a {
  color: #1D4068;
  text-decoration: underline;
}
.glopass-sec .glopass-wrap a:hover {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .glopass-row {
    flex-direction: column-reverse !important;
  }
}

@media (max-width: 991.98px) {
  .navbar-toggler {
    position: absolute;
    right: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: auto;
    box-shadow: none;
    border: none;
    outline: none;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .navbar-toggler span {
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    right: 0;
    border-radius: 20px;
    top: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    background-image: none;
    outline: none;
    left: 0;
    margin: auto;
  }
  .navbar-toggler span:nth-child(1) {
    top: 16px;
  }
  .navbar-toggler span:nth-child(2) {
    top: 20px;
  }
  .navbar-toggler span:nth-child(3) {
    top: 24px;
  }
  .navbar-toggler span {
    width: 20px;
    background-color: #000000;
    height: 2px;
    display: block;
    position: absolute;
    right: 0;
    border-radius: 20px;
    top: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    background-image: none;
    outline: none;
    left: 0;
    margin: auto;
  }
  .navbar-collapse {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 84px;
    z-index: 9999;
    transition: 0.25s ease-in-out;
    background: #D6C9B4;
    display: block !important;
    right: -100%;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 991.98px) and (min-width: 768.5px) {
  .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .menu-active {
    overflow: hidden;
  }
  .menu-active .mu-elearning .navbar-toggler {
    background: #000000;
  }
  .menu-active .mu-elearning .navbar-toggler span {
    background-color: #000000;
  }
  .menu-active .navbar-collapse {
    right: 0;
    overflow: auto;
  }
  .menu-active .navbar-toggler span:nth-child(1) {
    top: 20px;
    transform: rotate(135deg);
  }
  .menu-active .navbar-toggler span:nth-child(2) {
    opacity: 0;
  }
  .menu-active .navbar-toggler span:nth-child(3) {
    top: 20px;
    transform: rotate(-135deg);
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
    top: 137px;
    padding-top: 40px;
    padding-bottom: 120px;
  }
}
@media (max-width: 991.98px) and (max-width: 920px) {
  .navbar-collapse {
    top: 134px;
  }
}
@media (max-width: 991.98px) and (max-width: 768.48px) {
  .navbar-collapse {
    top: 135px;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .navbar-collapse {
    top: 140px;
  }
}
@media (max-width: 991.98px) and (max-width: 768.48px) {
  .navbar-collapse {
    padding-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse.menusticky {
    top: 100px;
  }
}
@media (max-width: 991.98px) and (max-width: 920px) {
  .navbar-collapse.menusticky {
    top: 80px;
  }
}
@media (max-width: 991.98px) and (max-width: 768.48px) {
  .navbar-collapse.menusticky {
    top: 85px;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .navbar-collapse.menusticky {
    top: 75px;
  }
}

.header-top {
  background: #ABBE92;
  padding: 12px 98px;
  position: relative;
  background-blend-mode: overlay, normal;
}
@media (max-width: 991.98px) {
  .header-top {
    padding: 14px;
  }
}
.header-top h2 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 70px */
  font-family: "Test";
  margin-bottom: 2px;
}
@media (max-width: 1199.98px) {
  .header-top h2 {
    font-size: 30px;
  }
}
@media (max-width: 768.48px) {
  .header-top h2 {
    font-size: 26px;
    margin-bottom: 0;
  }
}
.header-top ul li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-family: "Oakes";
  font-weight: 400;
  line-height: 1.3; /* 18px */
  position: relative;
  word-wrap: break-word;
  width: 100%;
  text-align: center;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 768.48px) {
  .header-top ul li {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .header-top ul li {
    font-size: 14px;
  }
}
.header-top ul li::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M9.39579 0L6.84768 5.09091L0.0527344 7L6.84768 8.90909L9.39579 14L11.9439 8.90909L18.7388 7L11.9439 5.09091L9.39579 0Z' fill='%23F8F8F8'/%3E %3C/svg%3E ");
  left: -36px;
  top: 0;
  bottom: 0;
  right: auto;
  margin: auto;
}
.header-top ul li::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M9.39579 0L6.84768 5.09091L0.0527344 7L6.84768 8.90909L9.39579 14L11.9439 8.90909L18.7388 7L11.9439 5.09091L9.39579 0Z' fill='%23F8F8F8'/%3E %3C/svg%3E ");
  right: -36px;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
}
.header-top ul li:not(:last-child) {
  margin-bottom: 21px;
}
@media (max-width: 575.98px) {
  .header-top ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.header-top ul li span {
  font-weight: 600;
}

.top-nav {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
}
.top-nav a {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  color: #000;
  display: block;
}
.top-nav a svg {
  margin-right: 4px;
}
.top-nav img {
  max-width: 140px;
}

.navbar {
  background: #D6C9B4;
  padding: 15px 0;
  margin-bottom: 0px;
}
.navbar .logo-div img {
  max-width: 233px;
}
@media (max-width: 991.98px) {
  .navbar .logo-div img {
    max-width: 160px;
  }
}
@media (max-width: 575.98px) {
  .navbar .logo-div img {
    max-width: 140px;
  }
}
@media (max-width: 991.98px) {
  .navbar {
    padding: 20px 0;
  }
}
@media (max-width: 575.98px) {
  .navbar {
    padding: 20px 0;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  color: #0F2A55;
  font-size: 20px;
  font-style: normal;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.05em;
  padding: 0;
  margin-left: 20px;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #B99B6B;
}
@media (max-width: 1281px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-item .nav-link {
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.navbar .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}

.shop-link {
  font-family: "Din";
  border-radius: 50px;
  background: #356636;
  padding: 10px 20px;
  color: #F8F8F8;
  text-transform: uppercase;
}
.shop-link:hover {
  background: rgb(146, 167, 117);
  color: #F8F8F8;
}
@media (max-width: 1281px) {
  .shop-link {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .shop-link {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .shop-link {
    position: absolute;
    right: 55px;
    font-size: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: -moz-max-content;
    height: max-content;
  }
}
@media (max-width: 575.98px) {
  .shop-link {
    padding: 8px 16px;
  }
}

.logo-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 991.98px) {
  .logo-wrap {
    left: 20px;
    right: auto;
  }
}

.menu-text {
  display: none;
}

@media (max-width: 991.98px) {
  .menu-text {
    display: block;
  }
}
.header-area.header-secondary {
  background-size: cover;
}
@media (max-width: 991.98px) {
  .header-area.header-secondary {
    position: sticky;
    top: 0;
    z-index: 99999;
  }
}
.header-area.header-secondary .navbar {
  background: rgba(0, 0, 0, 0.4235294118);
  padding: 64px 0;
}
@media (max-width: 991.98px) {
  .header-area.header-secondary .navbar {
    padding: 44px 0;
  }
}
@media (max-width: 991.98px) {
  .header-area.header-secondary .navbar-collapse {
    top: 86px;
  }
}
@media (max-width: 991.98px) and (max-width: 920px) {
  .header-area.header-secondary .navbar-collapse {
    top: 83px;
  }
}
@media (max-width: 991.98px) and (max-width: 768.48px) {
  .header-area.header-secondary .navbar-collapse {
    top: 86px;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .header-area.header-secondary .navbar-collapse {
    top: 84px;
  }
}

.shadow1 {
  box-shadow: -2px 6px 20px 0px rgba(0, 0, 0, 0.3);
}

.as-btn {
  background: #0F2B55;
  padding: 22px 36px;
  display: flex;
  align-items: center;
  gap: 7px;
  width: -moz-max-content;
  width: max-content;
  max-width: 350px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
}
.as-btn:hover {
  color: #fff;
  background: #0c2f67;
}

.bt-wht {
  border: 1px solid #F0D5AD;
  width: 250px;
  height: 60px;
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s;
}
.bt-wht:hover {
  background: #F0D5AD;
  color: #0c2f67;
}

.bt-blue {
  border: 1px solid #0F2B55;
  width: 250px;
  height: 60px;
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0F2B55;
  transition: 0.3s;
}
.bt-blue:hover {
  background: #0F2B55;
  color: #fff;
}

body {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
  color: #0F2B55;
  /*font-size: 24px;*/
  word-break: break-word;
}
body span:not(.more-text,.dots,.service-heading){
  font-size: 14px;
}
h1, h2, h3, h4, h5, h6.h6 {
  color: #14253B;
  font-weight: 500;
  margin-bottom: 0;
  font-style: normal;
  line-height: 1.17;
}/*# sourceMappingURL=main-style.css.map */