@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
body,
html {
  font-family: "Montserrat", sans-serif !important;
  overflow-x: hidden;
}

@media (min-width: 1025px) {
  body.no-banner {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  body.no-banner {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  body.no-banner {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  body.no-banner {
    padding-top: 50px;
  }
}

body.no-banner .header-wrapper__upper {
  position: fixed;
  top: 0;
  width: 100%;
}

body.no-banner .emeslider-wrapper {
  display: none !important;
}

/***********************Custom Scrollbar**************************/
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.offcanvas-body::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}

.offcanvas-body::-webkit-scrollbar-thumb {
  background: #000;
}

/***********************Custom Highlight Text***********************/
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #c5773e;
}

::selection {
  color: #fff;
  background: #c5773e;
}

/***********************Custom Formattings**************************/
.nice-select:focus,
button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus,
select:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

/***********************Remove Autofill bg Color***********************/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: inherit !important;
  background-color: transparent !important;
}

a {
  text-decoration: unset;
}

ul {
  margin-bottom: unset;
  padding-left: unset;
}
ul li {
  list-style: none;
}

/***********************Default Formatting***********************/
/*********************************Global Styles***************************************************/
.all-caps {
  text-transform: uppercase;
}

.title-case {
  text-transform: capitalize !important;
}

.z-top {
  z-index: 2;
  position: relative;
}

.overflow-hidden {
  overflow-x: hidden !important;
}

.text-right {
  text-align: right;
}

.font-italic {
  font-style: italic;
}

.text-deco-none {
  text-decoration: none;
}

@media (min-width: 1025px) {
  .without-banner {
    height: 7.8125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .without-banner {
    height: 7.8125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .without-banner {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .without-banner {
    height: 60px;
  }
}

.visibility-hidden {
  visibility: hidden;
}

.mrl-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-auto {
  margin-left: auto !important;
}

.one-nav {
  display: none !important;
}

/**************************Wrapper****************************************/
.wrapper--95 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--95 {
    width: 95%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--95 {
    width: 95%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--95 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--95 {
    width: 90%;
  }
}
.wrapper--92 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--92 {
    width: 92%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--92 {
    width: 92%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--92 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--92 {
    width: 90%;
  }
}
.wrapper--90 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--90 {
    width: 90%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--90 {
    width: 90%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--90 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--90 {
    width: 90%;
  }
}
.wrapper--85 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--85 {
    width: 85%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--85 {
    width: 85%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--85 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--85 {
    width: 90%;
  }
}
.wrapper--50 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--50 {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--50 {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--50 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--50 {
    width: 90%;
  }
}
.wrapper--40 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--40 {
    width: 40%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--40 {
    width: 40%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--40 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--40 {
    width: 90%;
  }
}
.wrapper--35 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--35 {
    width: 35%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--35 {
    width: 35%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--35 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--35 {
    width: 90%;
  }
}
.wrapper--65 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--65 {
    width: 65%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--65 {
    width: 65%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--65 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--65 {
    width: 90%;
  }
}
.wrapper--60 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--60 {
    width: 60%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--60 {
    width: 60%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--60 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--60 {
    width: 90%;
  }
}
.wrapper--75 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--75 {
    width: 75%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--75 {
    width: 75%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--75 {
    width: 85%;
  }
}
@media (max-width: 600px) {
  .wrapper--75 {
    width: 85%;
  }
}
.wrapper--70 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--70 {
    width: 70%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--70 {
    width: 70%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--70 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--70 {
    width: 90%;
  }
}
.wrapper--80 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--80 {
    width: 80%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--80 {
    width: 80%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--80 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--80 {
    width: 90%;
  }
}

@media (min-width: 1025px) {
  .width--100 {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--100 {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--100 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--100 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--92 {
    width: 92%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--92 {
    width: 92%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--92 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--92 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--90 {
    width: 90%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--90 {
    width: 90%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--90 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--90 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--85 {
    width: 85%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--85 {
    width: 85%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--85 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--85 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--80 {
    width: 80%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--80 {
    width: 80%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--80 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--80 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--75 {
    width: 75%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--75 {
    width: 75%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--75 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--75 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--70 {
    width: 70%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--70 {
    width: 70%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--70 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--70 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--68 {
    width: 68%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--68 {
    width: 68%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--68 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--68 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--65 {
    width: 65%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--65 {
    width: 65%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--65 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--65 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--64 {
    width: 64%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--64 {
    width: 64%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--64 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--64 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--63-5 {
    width: 63.5%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--63-5 {
    width: 63.5%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--63-5 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--63-5 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--63 {
    width: 63%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--63 {
    width: 63%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--63 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--63 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--62 {
    width: 62%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--62 {
    width: 62%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--62 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--62 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--60 {
    width: 60%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--60 {
    width: 60%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--60 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--60 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--53 {
    width: 53%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--53 {
    width: 53%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--53 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--53 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--50 {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--50 {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--50 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--50 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--55 {
    width: 55%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--55 {
    width: 55%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--55 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--55 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--43 {
    width: 43%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--43 {
    width: 43%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--43 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--43 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--40 {
    width: 40%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--40 {
    width: 40%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--40 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--40 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--49 {
    width: 49%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--49 {
    width: 49%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--49 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--49 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--48 {
    width: 48%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--48 {
    width: 48%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--48 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--48 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--47 {
    width: 47%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--47 {
    width: 47%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--47 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--47 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--45 {
    width: 45%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--45 {
    width: 45%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--45 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--45 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--35 {
    width: 35%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--35 {
    width: 35%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--35 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--35 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--33 {
    width: 33.33%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--33 {
    width: 33.33%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--33 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--33 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--32 {
    width: 32%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--32 {
    width: 32%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--32 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--32 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--31-5 {
    width: 31.5%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--31-5 {
    width: 31.5%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--31-5 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--31-5 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--30 {
    width: 30%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--30 {
    width: 30%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--30 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--30 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--28 {
    width: 28%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--28 {
    width: 28%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--28 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--28 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--25 {
    width: 25%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--25 {
    width: 25%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--25 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--25 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--20 {
    width: 20%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--20 {
    width: 20%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--20 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--20 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--15 {
    width: 15%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--15 {
    width: 15%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--15 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--15 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--10 {
    width: 10%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--10 {
    width: 10%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--10 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--10 {
    width: 100%;
  }
}

/**************************Wrapper End**************************************************/
/****************************Fonts Styles*********************************************/
@media (min-width: 1025px) {
  .heading--42 {
    font-size: 2.1875vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--42 {
    font-size: 2.1875vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--42 {
    font-size: 30px !important;
  }
}
@media (max-width: 600px) {
  .heading--42 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .heading--42 {
    line-height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--42 {
    line-height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--42 {
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .heading--42 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--36 {
    font-size: 1.875vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--36 {
    font-size: 1.875vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--36 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .heading--36 {
    font-size: 22px !important;
  }
}
@media (min-width: 1025px) {
  .heading--36 {
    line-height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--36 {
    line-height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--36 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .heading--36 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--32 {
    font-size: 1.6666666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--32 {
    font-size: 1.6666666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--32 {
    font-size: 22px !important;
  }
}
@media (max-width: 600px) {
  .heading--32 {
    font-size: 18px !important;
  }
}
@media (min-width: 1025px) {
  .heading--32 {
    line-height: 2.1875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--32 {
    line-height: 2.1875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--32 {
    line-height: 32px;
  }
}
@media (max-width: 600px) {
  .heading--32 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--24 {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--24 {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--24 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .heading--24 {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .heading--24 {
    line-height: 1.7708333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--24 {
    line-height: 1.7708333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--24 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .heading--24 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--20 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--20 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--20 {
    font-size: 18px !important;
  }
}
@media (max-width: 600px) {
  .heading--20 {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .heading--20 {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--20 {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--20 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .heading--20 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--18 {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--18 {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--18 {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .heading--18 {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .heading--18 {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--18 {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--18 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .heading--18 {
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  .paragraph--24 {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--24 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--24 {
    font-size: 18px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--24 {
    font-size: 18px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--24 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--24 {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--24 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .paragraph--24 {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .paragraph--20 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--20 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--20 {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--20 {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--20 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--20 {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--20 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .paragraph--20 {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .paragraph--18 {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--18 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--18 {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--18 {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--18 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--18 {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--18 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .paragraph--18 {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .paragraph--16 {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--16 {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--16 {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--16 {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--16 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--16 {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--16 {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .paragraph--16 {
    line-height: 25px;
  }
}
@media (min-width: 1025px) {
  .paragraph--14 {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--14 {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--14 {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--14 {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--14 {
    line-height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--14 {
    line-height: 1.40625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--14 {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .paragraph--14 {
    line-height: 20px;
  }
}
@media (min-width: 1025px) {
  .paragraph--12 {
    font-size: 0.625vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--12 {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--12 {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--12 {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--12 {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--12 {
    line-height: 1.1458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--12 {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .paragraph--12 {
    line-height: 20px;
  }
}

.creative-heading svg {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .creative-heading svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .creative-heading svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .creative-heading svg {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .creative-heading svg {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .creative-heading svg {
    width: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .creative-heading svg {
    width: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .creative-heading svg {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .creative-heading svg {
    width: 30px;
  }
}
@media (min-width: 1025px) {
  .creative-heading svg {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .creative-heading svg {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .creative-heading svg {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .creative-heading svg {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 1025px) {
  .mob-tab-font-color--blue {
    color: #6d85a3 !important;
  }
  .mob-tab-font-color--black-two {
    color: #373737 !important;
  }
  .mob-tab-font-color--black-two p {
    color: #373737 !important;
  }
}

.font-color--black-two {
  color: #373737;
}
.font-color--black {
  color: #000;
}
.font-color--white {
  color: #ffffff;
}
.font-color--orange {
  color: #c5773e;
}
.font-color--blue {
  color: #6d85a3;
}
.font-color--blue-two {
  color: #8391a3;
}
.font-color--ash {
  color: #8391a3;
}
.font-color--ash-three {
  color: #75787b;
}

a.font-color--black-two {
  transition: 0.3s ease-in-out;
}
a.font-color--black-two:hover {
  color: #c5773e;
}

.font-family--nunito {
  font-family: "Nunito Sans", sans-serif;
}
.font-family--mont {
  font-family: "Montserrat", sans-serif;
}

.font-weight--100 {
  font-weight: 100 !important;
}
.font-weight--300 {
  font-weight: 300 !important;
}
.font-weight--400 {
  font-weight: 400 !important;
}
.font-weight--500 {
  font-weight: 500 !important;
}
.font-weight--600 {
  font-weight: 600 !important;
}
.font-weight--700 {
  font-weight: 700 !important;
}

@media (min-width: 1025px) {
  .letter-space--16 {
    letter-spacing: 0.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--16 {
    letter-spacing: 0.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--16 {
    letter-spacing: 1.6px;
  }
}
@media (max-width: 600px) {
  .letter-space--16 {
    letter-spacing: 1.6px;
  }
}
@media (min-width: 1025px) {
  .letter-space--21 {
    letter-spacing: 0.109375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--21 {
    letter-spacing: 0.109375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--21 {
    letter-spacing: 2.1px;
  }
}
@media (max-width: 600px) {
  .letter-space--21 {
    letter-spacing: 2.1px;
  }
}
@media (min-width: 1025px) {
  .letter-space--48 {
    letter-spacing: 0.025vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--48 {
    letter-spacing: 0.025vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--48 {
    letter-spacing: 0.48px;
  }
}
@media (max-width: 600px) {
  .letter-space--48 {
    letter-spacing: 0.48px;
  }
}
@media (min-width: 1025px) {
  .letter-space--54 {
    letter-spacing: 0.028125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--54 {
    letter-spacing: 0.028125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--54 {
    letter-spacing: 0.54px;
  }
}
@media (max-width: 600px) {
  .letter-space--54 {
    letter-spacing: 0.54px;
  }
}
@media (min-width: 1025px) {
  .letter-space--72 {
    letter-spacing: 0.0375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--72 {
    letter-spacing: 0.0375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--72 {
    letter-spacing: 0.72px;
  }
}
@media (max-width: 600px) {
  .letter-space--72 {
    letter-spacing: 0.72px;
  }
}

a.font-color--white {
  transition: all 0.5s;
  text-decoration: none;
}
a.font-color--white:hover {
  transition: all 0.5s;
  color: #b8916d;
}

.font-style-italic {
  font-style: italic;
}

/****************************Font Styles END*********************************************/
/****************************padding*********************************************/
@media (min-width: 1025px) {
  .padding-top--150 {
    padding-top: 7.8125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--150 {
    padding-top: 7.8125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--150 {
    padding-top: 60px;
  }
}
@media (max-width: 600px) {
  .padding-top--150 {
    padding-top: 60px;
  }
}
@media (min-width: 1025px) {
  .padding-top--120 {
    padding-top: 6.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--120 {
    padding-top: 6.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--120 {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .padding-top--120 {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .padding-top--100 {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--100 {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--100 {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .padding-top--100 {
    padding-top: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-top--80 {
    padding-top: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--80 {
    padding-top: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--80 {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .padding-top--80 {
    padding-top: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-top--70 {
    padding-top: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--70 {
    padding-top: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--70 {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .padding-top--70 {
    padding-top: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-top--60 {
    padding-top: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--60 {
    padding-top: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--60 {
    padding-top: 40px;
  }
}
@media (max-width: 600px) {
  .padding-top--60 {
    padding-top: 40px;
  }
}
@media (min-width: 1025px) {
  .padding-top--50 {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--50 {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--50 {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .padding-top--50 {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-top--40 {
    padding-top: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--40 {
    padding-top: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--40 {
    padding-top: 25px;
  }
}
@media (max-width: 600px) {
  .padding-top--40 {
    padding-top: 25px;
  }
}
@media (min-width: 1025px) {
  .padding-top--30 {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--30 {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--30 {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .padding-top--30 {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .padding-top--20 {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--20 {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--20 {
    padding-top: 15px;
  }
}
@media (max-width: 600px) {
  .padding-top--20 {
    padding-top: 15px;
  }
}
@media (min-width: 1025px) {
  .padding-top--15 {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--15 {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--15 {
    padding-top: 15px;
  }
}
@media (max-width: 600px) {
  .padding-top--15 {
    padding-top: 15px;
  }
}
@media (min-width: 1025px) {
  .padding-top--10 {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--10 {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--10 {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .padding-top--10 {
    padding-top: 10px;
  }
}

@media (min-width: 1025px) {
  .padding-bottom--150 {
    padding-bottom: 7.8125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--150 {
    padding-bottom: 7.8125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--150 {
    padding-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--150 {
    padding-bottom: 60px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--100 {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--100 {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--100 {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--100 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--80 {
    padding-bottom: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--80 {
    padding-bottom: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--80 {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--80 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--70 {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--70 {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--70 {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--70 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--60 {
    padding-bottom: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--60 {
    padding-bottom: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--60 {
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--60 {
    padding-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--50 {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--50 {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--50 {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--50 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--40 {
    padding-bottom: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--40 {
    padding-bottom: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--40 {
    padding-bottom: 25px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--40 {
    padding-bottom: 25px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--30 {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--30 {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--30 {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--30 {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--20 {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--20 {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--20 {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--20 {
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--15 {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--15 {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--15 {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--15 {
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--10 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--10 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--10 {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--10 {
    padding-bottom: 10px;
  }
}

@media (min-width: 1025px) {
  .padding-left--10 {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--10 {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--10 {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .padding-left--10 {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-left--20 {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--20 {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--20 {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .padding-left--20 {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-left--30 {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--30 {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--30 {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .padding-left--30 {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-left--40 {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--40 {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--40 {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .padding-left--40 {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-left--50 {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--50 {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--50 {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .padding-left--50 {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-left--80 {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--80 {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--80 {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .padding-left--80 {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-left--70 {
    padding-left: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--70 {
    padding-left: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--70 {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .padding-left--70 {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-left--100 {
    padding-left: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--100 {
    padding-left: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--100 {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .padding-left--100 {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .padding-left--150 {
    padding-left: 7.8125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--150 {
    padding-left: 7.8125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--150 {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .padding-left--150 {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .padding-left--200 {
    padding-left: 10.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--200 {
    padding-left: 10.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--200 {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .padding-left--200 {
    padding-left: 0px;
  }
}

@media (min-width: 1025px) {
  .padding-right--10 {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--10 {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--10 {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .padding-right--10 {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-right--20 {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--20 {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--20 {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .padding-right--20 {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-right--30 {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--30 {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--30 {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .padding-right--30 {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-right--40 {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--40 {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--40 {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .padding-right--40 {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-right--50 {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--50 {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--50 {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .padding-right--50 {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-right--70 {
    padding-right: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--70 {
    padding-right: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--70 {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .padding-right--70 {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-right--80 {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--80 {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--80 {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .padding-right--80 {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-right--100 {
    padding-right: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--100 {
    padding-right: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--100 {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .padding-right--100 {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .padding-right--150 {
    padding-right: 7.8125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--150 {
    padding-right: 7.8125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--150 {
    padding-right: 60px;
  }
}
@media (max-width: 600px) {
  .padding-right--150 {
    padding-right: 60px;
  }
}

@media (min-width: 1025px) {
  .padding--40 {
    padding: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding--40 {
    padding: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding--40 {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .padding--40 {
    padding: 20px;
  }
}
@media (min-width: 1025px) {
  .padding--30 {
    padding: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding--30 {
    padding: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding--30 {
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .padding--30 {
    padding: 10px;
  }
}
@media (min-width: 1025px) {
  .padding--5 {
    padding: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding--5 {
    padding: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding--5 {
    padding: 5px;
  }
}
@media (max-width: 600px) {
  .padding--5 {
    padding: 5px;
  }
}

@media (min-width: 1025px) {
  .margin-right--20 {
    margin-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-right--20 {
    margin-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-right--20 {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .margin-right--20 {
    margin-right: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-right--30 {
    margin-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-right--30 {
    margin-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-right--30 {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .margin-right--30 {
    margin-right: 10px;
  }
}

@media (min-width: 1025px) {
  .margin-bottom--100 {
    margin-bottom: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-bottom--100 {
    margin-bottom: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-bottom--100 {
    margin-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .margin-bottom--100 {
    margin-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  .margin-bottom--10 {
    margin-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-bottom--10 {
    margin-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-bottom--10 {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .margin-bottom--10 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-bottom--20 {
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-bottom--20 {
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-bottom--20 {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .margin-bottom--20 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-bottom--30 {
    margin-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-bottom--30 {
    margin-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-bottom--30 {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .margin-bottom--30 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-bottom--40 {
    margin-bottom: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-bottom--40 {
    margin-bottom: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-bottom--40 {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .margin-bottom--40 {
    margin-bottom: 10px;
  }
}

@media (min-width: 1025px) {
  .margin-top--10 {
    margin-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-top--10 {
    margin-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-top--10 {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .margin-top--10 {
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-top--20 {
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-top--20 {
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-top--20 {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .margin-top--20 {
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-top--30 {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-top--30 {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-top--30 {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .margin-top--30 {
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-top--50 {
    margin-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-top--50 {
    margin-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-top--50 {
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .margin-top--50 {
    margin-top: 40px;
  }
}
@media (min-width: 1025px) {
  .margin-top--100 {
    margin-top: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-top--100 {
    margin-top: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-top--100 {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .margin-top--100 {
    margin-top: 50px;
  }
}

/****************************padding END*********************************************/
/****************************bg color*********************************************/
.bg-color--black {
  background-color: #000;
}
.bg-color--pink {
  background-color: #f8f3f0;
}
.bg-color--dark-pink {
  background-color: #f4ebe6;
}
.bg-color--dark-pink-two {
  background-color: #eae2dd;
}
.bg-color--blue {
  background-color: #e2eff4;
}
.bg-color--orange {
  background-color: #c5773e;
}
.bg-color--light-blue {
  background-color: #e2eff4;
}

.next-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  width: max-content;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .next-btn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .next-btn {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    letter-spacing: 0.028125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    letter-spacing: 0.028125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    letter-spacing: 0.54px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    letter-spacing: 0.54px;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    padding-right: 20px;
  }
}
.next-btn--orange {
  background: #c5773e;
  color: #ffffff;
}
.next-btn--orange:hover {
  color: #fff;
  background: #ad5b32;
}

@media (min-width: 1025px) {
  .find-btn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .find-btn {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .find-btn {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .find-btn {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .find-btn {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .find-btn {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .find-btn {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .find-btn {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .find-btn {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .find-btn {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .find-btn {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .find-btn {
    padding-right: 20px;
  }
}

@media (min-width: 1025px) {
  .six-item-slider,
  .two-item-slider,
  .three-item-slider,
  .four-item-slider {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .six-item-slider,
  .two-item-slider,
  .three-item-slider,
  .four-item-slider {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .six-item-slider,
  .two-item-slider,
  .three-item-slider,
  .four-item-slider {
    margin-left: -5px;
  }
}
@media (max-width: 600px) {
  .six-item-slider,
  .two-item-slider,
  .three-item-slider,
  .four-item-slider {
    margin-left: -5px;
  }
}
@media (min-width: 1025px) {
  .six-item-slider,
  .two-item-slider,
  .three-item-slider,
  .four-item-slider {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .six-item-slider,
  .two-item-slider,
  .three-item-slider,
  .four-item-slider {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .six-item-slider,
  .two-item-slider,
  .three-item-slider,
  .four-item-slider {
    margin-right: -5px;
  }
}
@media (max-width: 600px) {
  .six-item-slider,
  .two-item-slider,
  .three-item-slider,
  .four-item-slider {
    margin-right: -5px;
  }
}
@media (min-width: 1025px) {
  .six-item-slider .slide-item,
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .four-item-slider .slide-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .six-item-slider .slide-item,
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .four-item-slider .slide-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .six-item-slider .slide-item,
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .four-item-slider .slide-item {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .six-item-slider .slide-item,
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .four-item-slider .slide-item {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .six-item-slider .slide-item,
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .four-item-slider .slide-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .six-item-slider .slide-item,
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .four-item-slider .slide-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .six-item-slider .slide-item,
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .four-item-slider .slide-item {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .six-item-slider .slide-item,
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .four-item-slider .slide-item {
    padding-right: 5px;
  }
}

@media (min-width: 1025px) {
  .four-item-grid {
    margin-left: -0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid {
    margin-left: -0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid {
    margin-left: -10px;
  }
}
@media (max-width: 600px) {
  .four-item-grid {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .four-item-grid {
    margin-right: -0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid {
    margin-right: -0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid {
    margin-right: -10px;
  }
}
@media (max-width: 600px) {
  .four-item-grid {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .four-item-grid .list-item {
    width: 25%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid .list-item {
    width: 25%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid .list-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .four-item-grid .list-item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .four-item-grid .list-item {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid .list-item {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid .list-item {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .four-item-grid .list-item {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .four-item-grid .list-item {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid .list-item {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid .list-item {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .four-item-grid .list-item {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .four-item-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid .list-item {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .four-item-grid .list-item {
    padding-bottom: 20px;
  }
}

.three-item-grid {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .three-item-grid {
    margin-left: -1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid {
    margin-left: -1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid {
    margin-left: -10px;
  }
}
@media (max-width: 600px) {
  .three-item-grid {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid {
    margin-right: -1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid {
    margin-right: -1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid {
    margin-right: -10px;
  }
}
@media (max-width: 600px) {
  .three-item-grid {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid .list-item {
    width: 33.3%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid .list-item {
    width: 33.3%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid .list-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .three-item-grid .list-item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .three-item-grid .list-item {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid .list-item {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid .list-item {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .three-item-grid .list-item {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid .list-item {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid .list-item {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid .list-item {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .three-item-grid .list-item {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid .list-item {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .three-item-grid .list-item {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .three-item-grid .list-item .card-type-01 {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1025px) {
  .three-item-grid-padding-bottom--100 .list-item {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid-padding-bottom--100 .list-item {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid-padding-bottom--100 .list-item {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .three-item-grid-padding-bottom--100 .list-item {
    padding-bottom: 20px;
  }
}

.two-item-grid {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .two-item-grid {
    margin-left: -1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid {
    margin-left: -1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid {
    margin-left: -10px;
  }
}
@media (max-width: 600px) {
  .two-item-grid {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .two-item-grid {
    margin-right: -1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid {
    margin-right: -1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid {
    margin-right: -10px;
  }
}
@media (max-width: 600px) {
  .two-item-grid {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .two-item-grid .list-item {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid .list-item {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid .list-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .two-item-grid .list-item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .two-item-grid .list-item {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid .list-item {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid .list-item {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .two-item-grid .list-item {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .two-item-grid .list-item {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid .list-item {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid .list-item {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .two-item-grid .list-item {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .two-item-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid .list-item {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .two-item-grid .list-item {
    padding-bottom: 20px;
  }
}

.ul-half ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ul-half ul li {
  width: 33%;
}

.wysiwig-testimonial {
  font-family: "Nunito Sans", sans-serif;
}
.wysiwig-testimonial a {
  font-weight: 600;
}

.visible-hidden {
  visibility: hidden !important;
}

/****************************bg Color end*********************************************/
@media (min-width: 1025px) {
  .btn-wrap a {
    margin-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .btn-wrap a {
    margin-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .btn-wrap a {
    margin-left: 10px;
  }
}
@media (max-width: 600px) {
  .btn-wrap a {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .btn-wrap a {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .btn-wrap a {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .btn-wrap a {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .btn-wrap a {
    margin-right: 0px;
  }
}

.sitemap-div a {
  text-decoration: none !important;
}
.sitemap-div a:hover {
  color: #000 !important;
}
.sitemap-div ul li {
  padding-left: 0 !important;
}
.sitemap-div ul li ul li {
  padding-left: 40px !important;
}
.sitemap-div ul li ul li::before,
.sitemap-div ul li:before {
  display: none;
}
.sitemap-div ul li ul li a,
.sitemap-div ul li a {
  position: relative;
}
@media (min-width: 1025px) {
  .sitemap-div ul li ul li a,
  .sitemap-div ul li a {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sitemap-div ul li ul li a,
  .sitemap-div ul li a {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sitemap-div ul li ul li a,
  .sitemap-div ul li a {
    padding-left: 40px;
  }
}
@media (max-width: 600px) {
  .sitemap-div ul li ul li a,
  .sitemap-div ul li a {
    padding-left: 40px;
  }
}
.sitemap-div ul li ul li a:before,
.sitemap-div ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  border-top: 1px solid #c5773e;
  height: 1px;
  width: 15px;
}

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.revealup {
  animation: animateup 0.5s ease-in-out both;
}

@keyframes animateup {
  0% {
    transform: translate3d(0px, 20px, 0);
    opacity: 0;
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.scrolled.revealleft {
  animation: animateleft 0.5s ease-in-out both;
}

.scrolled.moveleft {
  animation: moveleft 1s ease-in-out both;
}

.scrolled.movetop {
  animation: movetop 0.5s ease-in-out both;
}

.scrolled.movebottom {
  animation: movebottom 0.5s ease-in-out both;
}

@keyframes animateleft {
  0% {
    transform: translate3d(-100px, 0px, 0);
    opacity: 0;
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes moveleft {
  0% {
    transform: translate3d(-40px, 0px, 0);
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes movetop {
  0% {
    transform: translate3d(0px, 40px, 0);
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes movebottom {
  0% {
    transform: translate3d(0px, -40px, 0);
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
  }
}
/* Initial state for reveal containers */
.reveal-left,
.reveal-right,
.reveal-top,
.reveal-bottom {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: inset(0 100% 0 0); /* Default to reveal-left */
}

.reveal-top img,
.reveal-bottom img,
.reveal-left img,
.reveal-right img {
  transform: scale(1.3); /* Initial zoom-in scale */
}

/* Left side reveal */
.reveal-bottom.scrolled {
  animation: slideInBottomClip 1s forwards ease-out;
}

/* Right side reveal */
.reveal-bottom {
  clip-path: inset(0 0 100% 0); /* Fully clipped from the left initially */
}

/* Left side reveal */
.reveal-top.scrolled {
  animation: slideInTopClip 1s forwards ease-out;
}

/* Right side reveal */
.reveal-top {
  clip-path: inset(100% 0 0 0); /* Fully clipped from the left initially */
}

/* Left side reveal */
.reveal-left.scrolled {
  animation: slideInLeftClip 1s forwards ease-out;
}

/* Right side reveal */
.reveal-right {
  clip-path: inset(0 0 0 100%); /* Fully clipped from the left initially */
}

.reveal-right.scrolled {
  animation: slideInRightClip 1s forwards ease-out;
}

/* Image animation for both left and right sides when scrolled */
.reveal-left.scrolled img,
.reveal-right.scrolled img {
  animation: scaleAndSlideImage 1s forwards ease-out; /* Image animation starts after 1.5s delay */
}

/* Keyframes for left-to-right clip-path reveal */
@keyframes slideInLeftClip {
  from {
    clip-path: inset(0 100% 0 0); /* Fully clipped from the right */
  }
  to {
    clip-path: inset(0 0 0 0); /* No clipping, fully revealed */
  }
}
/* Keyframes for right-to-left clip-path reveal */
@keyframes slideInRightClip {
  from {
    clip-path: inset(0 0 0 100%); /* Fully clipped from the left */
  }
  to {
    clip-path: inset(0 0 0 0); /* No clipping, fully revealed */
  }
}
@keyframes slideInTopClip {
  from {
    clip-path: inset(100% 0 0 0); /* Fully clipped from the top */
  }
  to {
    clip-path: inset(0 0 0 0); /* No clipping, fully revealed */
  }
}
@keyframes slideInBottomClip {
  from {
    clip-path: inset(0 0 100% 0); /* Fully clipped from the bottom */
  }
  to {
    clip-path: inset(0 0 0 0); /* No clipping, fully revealed */
  }
}
/* Keyframes for image scale effect */
@keyframes scaleAndSlideImage {
  from {
    transform: scale(1.3);
  }
  to {
    transform: scale(1);
  }
}
.scroll-element {
  transition: transform 0.1s ease-out;
}

.animate-title .letter {
  position: relative;
}

#adaptive-cursor {
  align-items: center !important;
  background-color: transparent;
  color: transparent;
  display: flex !important;
  font-size: 0px !important;
  height: 0;
  justify-content: center !important;
  padding: 0px;
  pointer-events: none;
  position: fixed;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: color 0.5s ease;
  width: 0;
  z-index: 100;
}
@media (min-width: 1025px) {
  #adaptive-cursor {
    font-size: 0.6770833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #adaptive-cursor {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #adaptive-cursor {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  #adaptive-cursor {
    font-size: 12px !important;
  }
}
@media (min-width: 1025px) {
  #adaptive-cursor {
    line-height: 0.9375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #adaptive-cursor {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #adaptive-cursor {
    line-height: 16px;
  }
}
@media (max-width: 600px) {
  #adaptive-cursor {
    line-height: 16px;
  }
}
#adaptive-cursor svg {
  height: 0;
  width: 0;
}
#adaptive-cursor.has-label-state, #adaptive-cursor.has-icon-state {
  color: rgb(255, 255, 255);
}
@media (min-width: 1025px) {
  #adaptive-cursor.has-label-state, #adaptive-cursor.has-icon-state {
    padding: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #adaptive-cursor.has-label-state, #adaptive-cursor.has-icon-state {
    padding: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #adaptive-cursor.has-label-state, #adaptive-cursor.has-icon-state {
    padding: 15px;
  }
}
@media (max-width: 600px) {
  #adaptive-cursor.has-label-state, #adaptive-cursor.has-icon-state {
    padding: 15px;
  }
}
#adaptive-cursor.has-icon-state .material-icons {
  color: rgb(255, 255, 255);
}
@media (min-width: 1025px) {
  #adaptive-cursor.has-icon-state .material-icons {
    padding: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #adaptive-cursor.has-icon-state .material-icons {
    padding: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #adaptive-cursor.has-icon-state .material-icons {
    padding: 15px;
  }
}
@media (max-width: 600px) {
  #adaptive-cursor.has-icon-state .material-icons {
    padding: 15px;
  }
}
@media (min-width: 1025px) {
  #adaptive-cursor.has-icon-state .material-icons svg {
    width: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #adaptive-cursor.has-icon-state .material-icons svg {
    width: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #adaptive-cursor.has-icon-state .material-icons svg {
    width: 20px;
  }
}
@media (max-width: 600px) {
  #adaptive-cursor.has-icon-state .material-icons svg {
    width: 20px;
  }
}
@media (min-width: 1025px) {
  #adaptive-cursor.has-icon-state .material-icons svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #adaptive-cursor.has-icon-state .material-icons svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #adaptive-cursor.has-icon-state .material-icons svg {
    height: 20px;
  }
}
@media (max-width: 600px) {
  #adaptive-cursor.has-icon-state .material-icons svg {
    height: 20px;
  }
}

.carousel__text {
  transition: all 1s;
  opacity: 0;
  transform: translateY(100px);
}

.slick-current .carousel__text {
  transition: all 1s;
  opacity: 1;
  transform: translateY(0);
}

.venobox {
  position: relative;
}
.venobox::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.46);
  background-image: url("../../img/plus.png");
  background-repeat: no-repeat !important;
  background-position: center;
  opacity: 0;
  transition: all 0.3s;
}
.venobox:hover::before {
  opacity: 1;
  transition: all 0.3s;
}

/****************************Nav Buttons END*********************************************/
@media only screen and (min-width: 1025px) {
  .padding-left--5per {
    padding-left: 5%;
  }
  .padding-right--5per {
    padding-right: 5%;
  }
  #three60Modal .modal-dialog {
    width: max-content !important;
    max-width: max-content !important;
  }
  #three60Modal iframe {
    width: 80vw;
    height: 80vh;
  }
  #three60Modal .modal-header,
  #three60Modal .modal-content {
    border: 0;
    background: transparent !important;
  }
  .desktop-padding-bottom--0 {
    padding-bottom: 0 !important;
  }
  .mobile_tab_el,
  .mobile_el {
    display: none !important;
  }
  .mobile_tab_el {
    display: none !important;
  }
  .row-reverse-div {
    flex-direction: row-reverse;
  }
  .desktop_flex-column {
    display: flex;
    flex-direction: column;
  }
  .desktop_flex-row {
    display: flex;
    flex-direction: row;
  }
  /* Padding Left */
  /* Padding Right */
  /* Padding Top */
  /* Padding Bottom */
  /* Padding Left */
  /* Padding Right */
  /* Padding Top */
  /* Padding Bottom */
  /* Padding Left */
  /* Padding Right */
  /* Padding Top */
  /* Padding Bottom */
  /* Padding Left */
  /* Padding Right */
  /* Padding Top */
  /* Padding Bottom */
  /* Padding Left */
  /* Padding Right */
  /* Padding Top */
  /* Padding Bottom */
  /* Padding Left */
  /* Padding Right */
  /* Padding Top */
  /* Padding Bottom */
  /* Padding Left */
  /* Padding Right */
  /* Padding Top */
  /* Padding Bottom */
  /* Padding Left */
  /* Padding Right */
  /* Padding Top */
  /* Padding Bottom */
  /* Padding Left */
  /* Padding Right */
  /* Padding Top */
  /* Padding Bottom */
  /* Padding Left */
  /* Padding Right */
  /* Padding Top */
  /* Padding Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .desktop-padding-top--20 {
    padding-top: 1.0416666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .desktop-padding-top--20 {
    padding-top: 0vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .desktop-padding-top--20 {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .desktop-padding-top--20 {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .desktop-padding-bottom--unset {
    padding-bottom: unset;
  }
  .margin-right-desktop-minus--5 {
    margin-right: -5vw;
  }
  .padding-left-desktop--1 {
    padding-left: 1vw;
  }
  .padding-right-desktop--1 {
    padding-right: 1vw;
  }
  .padding-top-desktop--1 {
    padding-top: 1vw;
  }
  .padding-bottom-desktop--1 {
    padding-bottom: 1vw;
  }
  .padding-left-desktop--2 {
    padding-left: 2vw;
  }
  .padding-right-desktop--2 {
    padding-right: 2vw;
  }
  .padding-top-desktop--2 {
    padding-top: 2vw;
  }
  .padding-bottom-desktop--2 {
    padding-bottom: 2vw;
  }
  .padding-left-desktop--3 {
    padding-left: 3vw;
  }
  .padding-right-desktop--3 {
    padding-right: 3vw;
  }
  .padding-top-desktop--3 {
    padding-top: 3vw;
  }
  .padding-bottom-desktop--3 {
    padding-bottom: 3vw;
  }
  .padding-left-desktop--4 {
    padding-left: 4vw;
  }
  .padding-right-desktop--4 {
    padding-right: 4vw;
  }
  .padding-top-desktop--4 {
    padding-top: 4vw;
  }
  .padding-bottom-desktop--4 {
    padding-bottom: 4vw;
  }
  .padding-left-desktop--5 {
    padding-left: 5vw;
  }
  .padding-right-desktop--5 {
    padding-right: 5vw;
  }
  .padding-top-desktop--5 {
    padding-top: 5vw;
  }
  .padding-bottom-desktop--5 {
    padding-bottom: 5vw;
  }
  .padding-left-desktop--6 {
    padding-left: 6vw;
  }
  .padding-right-desktop--6 {
    padding-right: 6vw;
  }
  .padding-top-desktop--6 {
    padding-top: 6vw;
  }
  .padding-bottom-desktop--6 {
    padding-bottom: 6vw;
  }
  .padding-left-desktop--7 {
    padding-left: 7vw;
  }
  .padding-right-desktop--7 {
    padding-right: 7vw;
  }
  .padding-top-desktop--7 {
    padding-top: 7vw;
  }
  .padding-bottom-desktop--7 {
    padding-bottom: 7vw;
  }
  .padding-left-desktop--8 {
    padding-left: 8vw;
  }
  .padding-right-desktop--8 {
    padding-right: 8vw;
  }
  .padding-top-desktop--8 {
    padding-top: 8vw;
  }
  .padding-bottom-desktop--8 {
    padding-bottom: 8vw;
  }
  .padding-left-desktop--9 {
    padding-left: 9vw;
  }
  .padding-right-desktop--9 {
    padding-right: 9vw;
  }
  .padding-top-desktop--9 {
    padding-top: 9vw;
  }
  .padding-bottom-desktop--9 {
    padding-bottom: 9vw;
  }
  .padding-left-desktop--10 {
    padding-left: 10vw;
  }
  .padding-right-desktop--10 {
    padding-right: 10vw;
  }
  .padding-top-desktop--10 {
    padding-top: 10vw;
  }
  .padding-bottom-desktop--10 {
    padding-bottom: 10vw;
  }
  .margin-left-desktop--1 {
    margin-left: 1vw;
  }
  .margin-right-desktop--1 {
    margin-right: 1vw;
  }
  .margin-top-desktop--1 {
    margin-top: 1vw;
  }
  .margin-bottom-desktop--1 {
    margin-bottom: 1vw;
  }
  .margin-left-desktop--2 {
    margin-left: 2vw;
  }
  .margin-right-desktop--2 {
    margin-right: 2vw;
  }
  .margin-top-desktop--2 {
    margin-top: 2vw;
  }
  .margin-bottom-desktop--2 {
    margin-bottom: 2vw;
  }
  .margin-left-desktop--3 {
    margin-left: 3vw;
  }
  .margin-right-desktop--3 {
    margin-right: 3vw;
  }
  .margin-top-desktop--3 {
    margin-top: 3vw;
  }
  .margin-bottom-desktop--3 {
    margin-bottom: 3vw;
  }
  .margin-left-desktop--4 {
    margin-left: 4vw;
  }
  .margin-right-desktop--4 {
    margin-right: 4vw;
  }
  .margin-top-desktop--4 {
    margin-top: 4vw;
  }
  .margin-bottom-desktop--4 {
    margin-bottom: 4vw;
  }
  .margin-left-desktop--5 {
    margin-left: 5vw;
  }
  .margin-right-desktop--5 {
    margin-right: 5vw;
  }
  .margin-top-desktop--5 {
    margin-top: 5vw;
  }
  .margin-bottom-desktop--5 {
    margin-bottom: 5vw;
  }
  .margin-left-desktop--6 {
    margin-left: 6vw;
  }
  .margin-right-desktop--6 {
    margin-right: 6vw;
  }
  .margin-top-desktop--6 {
    margin-top: 6vw;
  }
  .margin-bottom-desktop--6 {
    margin-bottom: 6vw;
  }
  .margin-left-desktop--7 {
    margin-left: 7vw;
  }
  .margin-right-desktop--7 {
    margin-right: 7vw;
  }
  .margin-top-desktop--7 {
    margin-top: 7vw;
  }
  .margin-bottom-desktop--7 {
    margin-bottom: 7vw;
  }
  .margin-left-desktop--8 {
    margin-left: 8vw;
  }
  .margin-right-desktop--8 {
    margin-right: 8vw;
  }
  .margin-top-desktop--8 {
    margin-top: 8vw;
  }
  .margin-bottom-desktop--8 {
    margin-bottom: 8vw;
  }
  .margin-left-desktop--9 {
    margin-left: 9vw;
  }
  .margin-right-desktop--9 {
    margin-right: 9vw;
  }
  .margin-top-desktop--9 {
    margin-top: 9vw;
  }
  .margin-bottom-desktop--9 {
    margin-bottom: 9vw;
  }
  .margin-left-desktop--10 {
    margin-left: 10vw;
  }
  .margin-right-desktop--10 {
    margin-right: 10vw;
  }
  .margin-top-desktop--10 {
    margin-top: 10vw;
  }
  .margin-bottom-desktop--10 {
    margin-bottom: 10vw;
  }
  .margin-left-desktop--11 {
    margin-left: 11vw;
  }
  .margin-right-desktop--11 {
    margin-right: 11vw;
  }
  .margin-top-desktop--11 {
    margin-top: 11vw;
  }
  .margin-bottom-desktop--11 {
    margin-bottom: 11vw;
  }
  .margin-left-desktop--12 {
    margin-left: 12vw;
  }
  .margin-right-desktop--12 {
    margin-right: 12vw;
  }
  .margin-top-desktop--12 {
    margin-top: 12vw;
  }
  .margin-bottom-desktop--12 {
    margin-bottom: 12vw;
  }
  .margin-left-desktop--13 {
    margin-left: 13vw;
  }
  .margin-right-desktop--13 {
    margin-right: 13vw;
  }
  .margin-top-desktop--13 {
    margin-top: 13vw;
  }
  .margin-bottom-desktop--13 {
    margin-bottom: 13vw;
  }
  .margin-left-desktop--14 {
    margin-left: 14vw;
  }
  .margin-right-desktop--14 {
    margin-right: 14vw;
  }
  .margin-top-desktop--14 {
    margin-top: 14vw;
  }
  .margin-bottom-desktop--14 {
    margin-bottom: 14vw;
  }
  .margin-left-desktop--15 {
    margin-left: 15vw;
  }
  .margin-right-desktop--15 {
    margin-right: 15vw;
  }
  .margin-top-desktop--15 {
    margin-top: 15vw;
  }
  .margin-bottom-desktop--15 {
    margin-bottom: 15vw;
  }
  .margin-left-desktop--16 {
    margin-left: 16vw;
  }
  .margin-right-desktop--16 {
    margin-right: 16vw;
  }
  .margin-top-desktop--16 {
    margin-top: 16vw;
  }
  .margin-bottom-desktop--16 {
    margin-bottom: 16vw;
  }
  .margin-left-desktop--17 {
    margin-left: 17vw;
  }
  .margin-right-desktop--17 {
    margin-right: 17vw;
  }
  .margin-top-desktop--17 {
    margin-top: 17vw;
  }
  .margin-bottom-desktop--17 {
    margin-bottom: 17vw;
  }
  .margin-left-desktop--18 {
    margin-left: 18vw;
  }
  .margin-right-desktop--18 {
    margin-right: 18vw;
  }
  .margin-top-desktop--18 {
    margin-top: 18vw;
  }
  .margin-bottom-desktop--18 {
    margin-bottom: 18vw;
  }
  .margin-left-desktop--19 {
    margin-left: 19vw;
  }
  .margin-right-desktop--19 {
    margin-right: 19vw;
  }
  .margin-top-desktop--19 {
    margin-top: 19vw;
  }
  .margin-bottom-desktop--19 {
    margin-bottom: 19vw;
  }
  .margin-left-desktop--20 {
    margin-left: 20vw;
  }
  .margin-right-desktop--20 {
    margin-right: 20vw;
  }
  .margin-top-desktop--20 {
    margin-top: 20vw;
  }
  .margin-bottom-desktop--20 {
    margin-bottom: 20vw;
  }
  .dekstop-position-absolute {
    position: absolute;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .tab-padding-bottom--0 {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 1025px) {
  .mobile-width--100 {
    width: 100%;
  }
  .mobile-tab-justify-center {
    justify-content: center !important;
  }
  .mobile-justify-between {
    justify-content: space-between !important;
  }
  .mobile-flex-column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  #three60Modal .modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  #three60Modal iframe {
    width: 90vw;
    height: 80vh;
    margin: auto;
    display: block;
  }
  #three60Modal .modal-header,
  #three60Modal .modal-content {
    border: 0;
    background: transparent !important;
  }
  .mobile-flex-column {
    flex-direction: column;
  }
  .desktop_el {
    display: none !important;
  }
  .mobile-width-max {
    width: max-content !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .offer-slider {
    padding: 0;
  }
  .slick-slider {
    padding-bottom: 55px;
  }
  .slick-slider .slick-arrow {
    position: absolute;
    top: auto !important;
    bottom: 0;
  }
  .slick-slider .slick-prev {
    right: auto !important;
    left: calc(50% - 40px) !important;
  }
  .slick-slider .slick-next {
    left: auto !important;
    right: calc(50% - 40px) !important;
  }
  .testimonial-slider {
    padding-left: 0;
    padding-right: 0;
  }
  .logo-slider {
    padding-bottom: 0 !important;
  }
  .font-family--open.heading--36 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .logo-svg-top-right {
    right: 0 !important;
  }
  .logo-svg-top-left {
    display: none !important;
  }
  .mobile-text-center {
    text-align: center !important;
  }
  .mobile-tab-padding-top--20 {
    padding-top: 20px;
  }
  .mobile-tab-padding-bottom--20 {
    padding-bottom: 20px;
  }
  .mobile-tab-padding-left--20 {
    padding-left: 20px;
  }
  .mobile-tab-padding-right--20 {
    padding-right: 20px;
  }
  .mobile-tab-padding-top--30 {
    padding-top: 30px;
  }
  .mobile-tab-padding-bottom--30 {
    padding-bottom: 30px !important;
  }
  .mobile-tab-margin-top--30 {
    margin-top: 30px !important;
  }
  .mobile-tab-padding-left--25 {
    padding-left: 40px;
  }
  .mobile-tab-padding-right--25 {
    padding-right: 40px;
  }
  .mobile-tab-padding-bottom--unset {
    padding-bottom: unset;
  }
  .mobile-tab-padding-top--unset {
    padding-top: unset;
  }
  .mobile-tab-margin-top--50 {
    margin-top: 50px !important;
  }
  .mobile-tab-button--center {
    display: block !important;
    margin: 0 auto;
  }
  .mobile-tab-flex--column {
    flex-direction: column;
  }
  .mobile-tab-text-color--blue {
    color: #6d85a3;
  }
  .mobile-tab-text-center {
    text-align: center;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .tab-d-flex {
    display: flex;
  }
  .tab-justofy-between {
    justify-content: space-between;
  }
  .tab-m-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .row-reverse-div {
    flex-direction: row-reverse;
  }
  .tab-width--50 {
    width: 50%;
  }
  .tab-width--40 {
    width: 40%;
  }
  .tab-width--60 {
    width: 60%;
  }
  .tab-width--47 {
    width: 47%;
  }
  .tab-creative-center {
    justify-content: center;
  }
  .tab-justify-between {
    justify-content: space-between;
  }
  .tab-justify-center {
    justify-content: center !important;
  }
  .tab-btn-center {
    margin-left: auto;
    margin-right: auto;
  }
  .tab-width--35 {
    width: 40%;
  }
  .tab-padding-left--0 {
    padding-left: 0 !important;
  }
  .tab-justify-start {
    justify-content: flex-start !important;
  }
  .tab-padding-bottom--30 {
    padding-bottom: 30px !important;
  }
  .tab-btn-center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mobile_el {
    display: none !important;
  }
  .tab-flex-column {
    flex-direction: column;
  }
  .tab-flex-row {
    flex-direction: row;
  }
  .tab-justify-between {
    justify-content: space-between;
  }
  .tab-padding-top--50 {
    padding-top: 50px !important;
  }
  .tab-padding-bottom--50 {
    padding-bottom: 50px !important;
  }
  .tab-margin-top--50 {
    margin-top: 50px !important;
  }
  .tab-padding-bottom--0 {
    padding-bottom: 0 !important;
  }
  .tab-text-center {
    text-align: center !important;
  }
  .tab-display-flex {
    display: flex;
  }
  .tab-width-auto {
    width: max-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tab-padding-top--30 {
    padding-top: 30px !important;
  }
  .tab-justify-between {
    justify-content: space-between !important;
  }
  .tab-justify-start {
    justify-content: flex-start !important;
  }
  .tab-justify-center {
    justify-content: center !important;
  }
  .tab-padding-top--0 {
    padding-top: 0;
  }
  .tab-justify-center {
    justify-content: center;
  }
  .tab-column-reverse {
    flex-direction: column-reverse;
  }
  .tab-margin-top--0 {
    margin-top: 0 !important;
  }
  .tab-padding-bottom--20 {
    padding-bottom: 20px !important;
  }
  .tab-padding-bottom--200 {
    padding-bottom: 550px !important;
  }
  .tab-padding-top--20 {
    padding-top: 20px !important;
  }
  .tab-width--80 {
    width: 80% !important;
  }
  .tab-width--20 {
    width: 20% !important;
  }
  .tab-width--49 {
    width: 49% !important;
  }
  .tab-width--48-5 {
    width: 48.5% !important;
  }
  .tab-width--100 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 600px) {
  .mobile-tab-padding-left--25 {
    padding-left: 25px;
  }
  .mobile-tab-padding-right--25 {
    padding-right: 25px;
  }
  .mobile-padding-bottom--200 {
    padding-bottom: 250px !important;
  }
  .creative-heading {
    flex-direction: column;
  }
  .creative-heading svg {
    margin: 0 !important;
  }
  .mobile-padding-bottom--0 {
    padding-bottom: 0 !important;
  }
  .btn-wrap a {
    width: 230px;
  }
  .mobile-padding-bottom--20 {
    padding-bottom: 20px !important;
  }
  .mobile-btn-center {
    margin-left: auto;
    margin-right: auto;
  }
  .next-btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
  }
  .mobile-justify-center {
    justify-content: center !important;
  }
  .mobile-justify-content-start {
    justify-content: flex-start !important;
  }
  .three-item-grid .list-item:last-child {
    padding-bottom: 0 !important;
  }
  .four-item-grid .list-item:last-child {
    padding-bottom: 0 !important;
  }
  .two-item-grid .list-item:last-child {
    padding-bottom: 0 !important;
  }
  .mobile-padding-bottom--0 {
    padding-bottom: 0 !important;
  }
  .mobile-padding-top--0 {
    padding-top: 0 !important;
  }
  .mobile-padding-bottom--30 {
    padding-bottom: 30px !important;
  }
  .mobile-padding-top--50 {
    padding-top: 50px;
  }
  .mobile-padding-left--0 {
    padding-left: 0;
  }
  .mobile-text-center {
    text-align: center;
  }
  .mobile-flex-wrap {
    flex-wrap: wrap;
  }
  .mobile-padding-bottom--100 {
    padding-bottom: 150px !important;
  }
  .mobile-padding-bottom--50 {
    padding-bottom: 50px !important;
  }
  .mobile-padding--0 {
    padding: 0 !important;
  }
  .mobile-padding-top--30 {
    padding-top: 30px !important;
  }
  .mobile-justify-center {
    justify-content: center !important;
  }
  .mobile-padding-left--0 {
    padding-left: 0 !important;
  }
  .mobile-padding-right--0 {
    padding-right: 0 !important;
  }
  .mobile-margin-top--50 {
    margin-top: 50px !important;
  }
  .mobile-margin-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mobile-m-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .mobile-flex-column-revers {
    flex-direction: column-reverse;
  }
  .mobile-only-flex-column {
    flex-direction: column;
  }
  .logo-svg-top-right {
    right: 0 !important;
  }
  .creative-line {
    justify-content: center;
    font-size: 12px !important;
  }
  .creative-line-main {
    justify-content: center;
  }
  .creative-line::after,
  .creative-line-main::after,
  .creative-line-main--ab::before {
    width: 20px;
    display: none !important;
  }
  .mobile-width--20 {
    width: 20%;
  }
  .mobile-margin-top--0 {
    margin-top: 0 !important;
  }
  .mobile-width--80 {
    width: 80%;
  }
  .mobile-column-reverse {
    flex-direction: column-reverse;
  }
  .logo-svg-bottom-right {
    display: none !important;
  }
  .btn-wrap a,
  .btn-wrap button {
    margin-left: auto;
    margin-right: auto;
    width: 80% !important;
  }
}
@media only screen and (max-width: 600px) and (min-width: 1025px) {
  .btn-wrap a,
  .btn-wrap button {
    margin-bottom: 0vw;
  }
}
@media only screen and (max-width: 600px) and (min-width: 1025px) and (max-width: 1600px) {
  .btn-wrap a,
  .btn-wrap button {
    margin-bottom: 0vw;
  }
}
@media only screen and (max-width: 600px) and (min-width: 600px) and (max-width: 1025px) {
  .btn-wrap a,
  .btn-wrap button {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) and (max-width: 600px) {
  .btn-wrap a,
  .btn-wrap button {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .ul-half ul {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .ul-half ul li {
    width: 100%;
  }
  .desktop_tab_el {
    display: none !important;
  }
  .mobile-padding-left--20 {
    padding-left: 20px;
  }
  .mobile-padding-right--20 {
    padding-right: 20px;
  }
  .w-mobile--50 {
    width: 50% !important;
  }
  .mobile-flex-column {
    flex-direction: column;
  }
}
.bg-color--cream {
  background-color: #f4ebe6;
}
.bg-color--cream--lg {
  background-color: transparent;
}
@media only screen and (min-width: 1025px) {
  .bg-color--cream--lg {
    background-color: #f4ebe6;
  }
}
.bg-color--cream-two {
  background-color: #f8f3f0;
}
.bg-color--blue {
  background-color: #e2eff4;
}

.bg-design--bottom-right {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .bg-design--bottom-right::after {
    content: "";
    position: absolute;
    right: -10px;
    background-image: url("../../img/footer-design.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .bg-design--bottom-right::after {
    bottom: 4.1666666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .bg-design--bottom-right::after {
    bottom: 4.1666666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .bg-design--bottom-right::after {
    bottom: 80px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .bg-design--bottom-right::after {
    bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .bg-design--bottom-right::after {
    height: 11.4583333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .bg-design--bottom-right::after {
    height: 11.4583333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .bg-design--bottom-right::after {
    height: 150px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .bg-design--bottom-right::after {
    height: 100px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .bg-design--bottom-right::after {
    width: 11.4583333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .bg-design--bottom-right::after {
    width: 11.4583333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .bg-design--bottom-right::after {
    width: 150px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .bg-design--bottom-right::after {
    width: 100px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .bg-design--bottom-right::after {
    right: -2.34375vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .bg-design--bottom-right::after {
    right: 0vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .bg-design--bottom-right::after {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .bg-design--bottom-right::after {
    right: 0;
  }
}
.bg-design--top-left {
  position: relative;
}
.bg-design--top-left::after {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../../img/footer-design-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@media (min-width: 1025px) {
  .bg-design--top-left::after {
    top: 6.7708333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .bg-design--top-left::after {
    top: 6.7708333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .bg-design--top-left::after {
    top: 80px;
  }
}
@media (max-width: 600px) {
  .bg-design--top-left::after {
    top: 50px;
  }
}
@media (min-width: 1025px) {
  .bg-design--top-left::after {
    height: 11.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .bg-design--top-left::after {
    height: 11.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .bg-design--top-left::after {
    height: 150px;
  }
}
@media (max-width: 600px) {
  .bg-design--top-left::after {
    height: 100px;
  }
}
@media (min-width: 1025px) {
  .bg-design--top-left::after {
    width: 11.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .bg-design--top-left::after {
    width: 11.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .bg-design--top-left::after {
    width: 150px;
  }
}
@media (max-width: 600px) {
  .bg-design--top-left::after {
    width: 100px;
  }
}
.bg-design--top-left.top-zero::after {
  top: 0;
}
.bg-design--top-left.top-minus::after {
  top: -10%;
}
.bg-design--left {
  position: relative;
}
.bg-design--left::after {
  content: "";
  position: absolute;
  left: 18%;
  background-image: url("../../img/exclusive-offer-design.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  top: 0;
  height: 100%;
  width: 100%;
}

@keyframes float-rotate {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(3deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
.bg-design--bottom-right::after, .bg-design--top-left::after, .bg-design--left::after {
  animation: float-rotate 5s ease-in-out infinite;
}

.title-design {
  position: relative;
  width: fit-content;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .title-design {
    padding-left: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .title-design {
    padding-left: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .title-design {
    padding-left: 40px;
  }
}
@media (max-width: 600px) {
  .title-design {
    padding-left: 40px;
  }
}
@media (min-width: 1025px) {
  .title-design {
    padding-right: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .title-design {
    padding-right: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .title-design {
    padding-right: 40px;
  }
}
@media (max-width: 600px) {
  .title-design {
    padding-right: 40px;
  }
}
@media (min-width: 1025px) {
  .title-design svg {
    width: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .title-design svg {
    width: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .title-design svg {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .title-design svg {
    width: 40px;
  }
}
@media (min-width: 1025px) {
  .title-design svg {
    height: 2.5520833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .title-design svg {
    height: 2.5520833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .title-design svg {
    height: 44px;
  }
}
@media (max-width: 600px) {
  .title-design svg {
    height: 44px;
  }
}
.title-design::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #6d85a3;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .title-design::before {
    width: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .title-design::before {
    width: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .title-design::before {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .title-design::before {
    width: 40px;
  }
}
.title-design::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #6d85a3;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .title-design::after {
    width: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .title-design::after {
    width: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .title-design::after {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .title-design::after {
    width: 40px;
  }
}
.title-design--white::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #6d85a3;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .title-design--white::before {
    width: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .title-design--white::before {
    width: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .title-design--white::before {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .title-design--white::before {
    width: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .title-design--white::before {
    background-color: #ffffff;
  }
}
.title-design--white::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #6d85a3;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .title-design--white::after {
    width: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .title-design--white::after {
    width: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .title-design--white::after {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .title-design--white::after {
    width: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .title-design--white::after {
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 1025px) {
  .title-design.title-design-lg-left {
    margin: unset;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .title-design.title-design-lg-right {
    margin: unset;
    margin-left: auto;
  }
}

.text-underline--orange {
  position: relative;
  width: fit-content;
}
@media (min-width: 1025px) {
  .text-underline--orange {
    padding-bottom: 0.625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .text-underline--orange {
    padding-bottom: 0.625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .text-underline--orange {
    padding-bottom: 12px;
  }
}
@media (max-width: 600px) {
  .text-underline--orange {
    padding-bottom: 12px;
  }
}
.text-underline--orange::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #c5773e;
}
@media (min-width: 1025px) {
  .text-underline--orange::after {
    width: 3.6979166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .text-underline--orange::after {
    width: 3.6979166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .text-underline--orange::after {
    width: 70px;
  }
}
@media (max-width: 600px) {
  .text-underline--orange::after {
    width: 70px;
  }
}
.text-underline--white {
  position: relative;
  width: fit-content;
}
@media (min-width: 1025px) {
  .text-underline--white {
    padding-bottom: 0.625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .text-underline--white {
    padding-bottom: 0.625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .text-underline--white {
    padding-bottom: 12px;
  }
}
@media (max-width: 600px) {
  .text-underline--white {
    padding-bottom: 12px;
  }
}
.text-underline--white::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 1025px) {
  .text-underline--white::after {
    width: 3.6979166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .text-underline--white::after {
    width: 3.6979166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .text-underline--white::after {
    width: 70px;
  }
}
@media (max-width: 600px) {
  .text-underline--white::after {
    width: 70px;
  }
}
.text-underline--black-two {
  position: relative;
  width: fit-content;
}
@media (min-width: 1025px) {
  .text-underline--black-two {
    padding-bottom: 0.625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .text-underline--black-two {
    padding-bottom: 0.625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .text-underline--black-two {
    padding-bottom: 12px;
  }
}
@media (max-width: 600px) {
  .text-underline--black-two {
    padding-bottom: 12px;
  }
}
.text-underline--black-two::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #373737;
}
@media (min-width: 1025px) {
  .text-underline--black-two::after {
    width: 3.6979166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .text-underline--black-two::after {
    width: 3.6979166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .text-underline--black-two::after {
    width: 70px;
  }
}
@media (max-width: 600px) {
  .text-underline--black-two::after {
    width: 70px;
  }
}
.text-underline--center {
  margin: 0 auto;
}
.text-underline--center::after {
  left: 50%;
  transform: translateX(-50%);
}
.text-underline-desk--left {
  margin: 0 auto;
}
.text-underline-desk--left::after {
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1025px) {
  .text-underline-desk--left {
    margin: unset;
  }
  .text-underline-desk--left::after {
    left: 0;
    transform: unset;
  }
}

.centered-two-line--title {
  display: block;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .centered-two-line--title {
    max-width: 30%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .centered-two-line--title {
    max-width: 30%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .centered-two-line--title {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .centered-two-line--title {
    max-width: 100%;
  }
}

.sec-top-btn {
  display: block !important;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .sec-top-btn {
    right: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sec-top-btn {
    right: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sec-top-btn {
    right: 0;
  }
}
@media (max-width: 600px) {
  .sec-top-btn {
    right: 0;
  }
}
@media (min-width: 1025px) {
  .sec-top-btn {
    top: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sec-top-btn {
    top: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sec-top-btn {
    top: 0;
  }
}
@media (max-width: 600px) {
  .sec-top-btn {
    top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .sec-top-btn {
    position: absolute !important;
    margin: unset;
  }
}
@media (min-width: 1025px) {
  .sec-top-btn.sec-top-btn--min {
    top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sec-top-btn.sec-top-btn--min {
    top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sec-top-btn.sec-top-btn--min {
    top: 0;
  }
}
@media (max-width: 600px) {
  .sec-top-btn.sec-top-btn--min {
    top: 0;
  }
}
@media (min-width: 1025px) {
  .sec-top-btn.sec-top-btn--min {
    right: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sec-top-btn.sec-top-btn--min {
    right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sec-top-btn.sec-top-btn--min {
    right: 0;
  }
}
@media (max-width: 600px) {
  .sec-top-btn.sec-top-btn--min {
    right: 0;
  }
}
@media (min-width: 1025px) {
  .sec-top-btn.sec-top-btn--min-two {
    top: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sec-top-btn.sec-top-btn--min-two {
    top: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sec-top-btn.sec-top-btn--min-two {
    top: 0;
  }
}
@media (max-width: 600px) {
  .sec-top-btn.sec-top-btn--min-two {
    top: 0;
  }
}
@media (min-width: 1025px) {
  .sec-top-btn.sec-top-btn--min-two {
    right: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sec-top-btn.sec-top-btn--min-two {
    right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sec-top-btn.sec-top-btn--min-two {
    right: 0;
  }
}
@media (max-width: 600px) {
  .sec-top-btn.sec-top-btn--min-two {
    right: 0;
  }
}
@media (min-width: 1025px) {
  .sec-top-btn.sec-top-btn--max {
    top: 7.5520833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sec-top-btn.sec-top-btn--max {
    top: 7.5520833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sec-top-btn.sec-top-btn--max {
    top: 0;
  }
}
@media (max-width: 600px) {
  .sec-top-btn.sec-top-btn--max {
    top: 0;
  }
}

.pink-gradient--top {
  position: relative;
}
.pink-gradient--top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, rgb(244, 235, 230) 0%, rgba(244, 244, 244, 0) 100%);
  z-index: 1;
}
.pink-gradient--bottom {
  position: relative;
}
.pink-gradient--bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, rgb(244, 235, 230) 0%, rgba(244, 244, 244, 0) 100%);
  z-index: 1;
}

.white-gradient--top {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .white-gradient--top::after {
    content: "";
    position: absolute;
    top: -6vw;
    left: 0;
    width: 100%;
    height: 10.4166666667vw;
    background: linear-gradient(0deg, #fff 0%, rgb(255, 255, 255) 47.38%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
}
.white-gradient--top-180 {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .white-gradient--top-180::after {
    content: "";
    position: absolute;
    top: -1vw;
    left: 0;
    width: 100%;
    height: 10.4166666667vw;
    background: linear-gradient(180deg, #fff 0%, rgb(255, 255, 255) 47.38%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
}
.white-gradient--top-10vw {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .white-gradient--top-10vw::after {
    content: "";
    position: absolute;
    top: -10vw;
    left: 0;
    width: 100%;
    height: 10.4166666667vw;
    background: linear-gradient(180deg, #fff 0%, rgb(255, 255, 255) 47.38%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
}
.white-gradient--bottom {
  position: relative;
}
.white-gradient--bottom::after {
  content: "";
  position: absolute;
  bottom: -7vw;
  left: 0;
  width: 100%;
  height: 10.4166666667vw;
  background: linear-gradient(180deg, #fff 0%, rgb(255, 255, 255) 47.38%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.cream-gradient--top {
  position: relative;
}
.cream-gradient--top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10.4166666667vw;
  background: linear-gradient(0deg, rgba(248, 243, 240, 0) 0%, #f8f3f0 100%);
  z-index: 1;
}

.black-gradient--bottom {
  position: relative;
}
.black-gradient--bottom::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  opacity: 0.6;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
@media (min-width: 1025px) {
  .black-gradient--bottom::after {
    height: 10.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .black-gradient--bottom::after {
    height: 10.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .black-gradient--bottom::after {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .black-gradient--bottom::after {
    height: 50px;
  }
}

.bottom--10 {
  bottom: 10%;
}

.slick-gap-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.slick-gap-40 .slick-item {
  margin-left: 20px;
  margin-right: 20px;
}

.half-slider .half-slider img {
  width: 100%;
}
.half-slider .slick-slide {
  opacity: 0.5;
  transition: opacity 0.3s ease;
  margin-right: -10px;
  margin-left: -10px;
}
.half-slider .slick-item {
  margin-right: 10px;
  margin-left: 10px;
}
.half-slider .slick-center {
  opacity: 1; /* highlight center slide */
}

@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .slick-arrows-bottom-center {
    padding-bottom: 3.6458333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .slick-arrows-bottom-center {
    padding-bottom: 3.6458333333vw;
  }
}
@media only screen and (min-width: 1025px) {
  .slick-arrows-bottom-center .slick-arrow {
    position: absolute;
    bottom: 0;
    /* Adjust based on your spacing needs */
    transform: translateX(-50%);
    z-index: 10;
    top: unset;
  }
  .slick-arrows-bottom-center .slick-arrow.slick-prev {
    left: calc(50% - 4.6875vw);
    margin-left: 0;
    /* Adjust distance between arrows */
  }
  .slick-arrows-bottom-center .slick-arrow.slick-next {
    left: calc(50% - 1.0416666667vw);
    margin-left: 0.5208333333vw;
    /* Adjust distance between arrows */
  }
}

.long-arrows .slick-prev {
  display: flex;
}
@media (min-width: 1025px) {
  .long-arrows .slick-prev {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .long-arrows .slick-prev {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .long-arrows .slick-prev {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .long-arrows .slick-prev {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .long-arrows .slick-prev {
    width: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .long-arrows .slick-prev {
    width: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .long-arrows .slick-prev {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .long-arrows .slick-prev {
    width: 30px;
  }
}
.long-arrows .slick-prev::before {
  content: "";
  display: block;
  background: url("../../img/slide-prev-long.svg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1025px) {
  .long-arrows .slick-prev::before {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .long-arrows .slick-prev::before {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .long-arrows .slick-prev::before {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .long-arrows .slick-prev::before {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .long-arrows .slick-prev::before {
    width: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .long-arrows .slick-prev::before {
    width: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .long-arrows .slick-prev::before {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .long-arrows .slick-prev::before {
    width: 30px;
  }
}
.long-arrows .slick-next {
  display: flex;
}
@media (min-width: 1025px) {
  .long-arrows .slick-next {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .long-arrows .slick-next {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .long-arrows .slick-next {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .long-arrows .slick-next {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .long-arrows .slick-next {
    width: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .long-arrows .slick-next {
    width: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .long-arrows .slick-next {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .long-arrows .slick-next {
    width: 30px;
  }
}
.long-arrows .slick-next::before {
  content: "";
  display: block;
  background: url("../../img/slide-next-long.svg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1025px) {
  .long-arrows .slick-next::before {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .long-arrows .slick-next::before {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .long-arrows .slick-next::before {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .long-arrows .slick-next::before {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .long-arrows .slick-next::before {
    width: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .long-arrows .slick-next::before {
    width: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .long-arrows .slick-next::before {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .long-arrows .slick-next::before {
    width: 30px;
  }
}

@media only screen and (min-width: 1025px) {
  .desk-beside-arrows .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
  }
  .desk-beside-arrows .slick-prev {
    left: -12vw;
  }
  .desk-beside-arrows .slick-next {
    right: -12vw;
  }
}

@media only screen and (min-width: 1025px) {
  .desk-right-side-arrows .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
  }
  .desk-right-side-arrows .slick-next {
    left: unset;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .desk-right-side-arrows .slick-next {
    right: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .desk-right-side-arrows .slick-next {
    right: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .desk-right-side-arrows .slick-next {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .desk-right-side-arrows .slick-next {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .desk-right-side-arrows .slick-next {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .desk-right-side-arrows .slick-next {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .desk-right-side-arrows .slick-next {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .desk-right-side-arrows .slick-next {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .desk-right-side-arrows .slick-prev {
    left: unset;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .desk-right-side-arrows .slick-prev {
    right: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .desk-right-side-arrows .slick-prev {
    right: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .desk-right-side-arrows .slick-prev {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .desk-right-side-arrows .slick-prev {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .desk-right-side-arrows--wider .slick-arrow {
    top: 45%;
    transform: translateY(-50%);
  }
  .desk-right-side-arrows--wider .slick-next {
    left: unset;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .desk-right-side-arrows--wider .slick-next {
    right: -4.1666666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .desk-right-side-arrows--wider .slick-next {
    right: -4.1666666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .desk-right-side-arrows--wider .slick-next {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .desk-right-side-arrows--wider .slick-next {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .desk-right-side-arrows--wider .slick-next {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .desk-right-side-arrows--wider .slick-next {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .desk-right-side-arrows--wider .slick-next {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .desk-right-side-arrows--wider .slick-next {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .desk-right-side-arrows--wider .slick-prev {
    left: unset;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .desk-right-side-arrows--wider .slick-prev {
    right: -4.1666666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .desk-right-side-arrows--wider .slick-prev {
    right: -4.1666666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .desk-right-side-arrows--wider .slick-prev {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .desk-right-side-arrows--wider .slick-prev {
    right: 0;
  }
}

.bottom-parallax {
  position: absolute;
  z-index: 1;
  top: 0;
}

.border-color--ash-two {
  border: 1px solid #d0d9e2;
}

.at--1-1 {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.at--078 {
  width: 100%;
  height: auto;
  aspect-ratio: 0.78/1;
  object-fit: cover;
}
.at--086 img {
  width: 100%;
  height: auto;
  aspect-ratio: 0.86/1 !important;
  object-fit: cover;
}
.at--125 img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1 !important;
  object-fit: cover;
}
@media only screen and (min-width: 1025px) {
  .at--125 img {
    aspect-ratio: 1.25/1 !important;
  }
}

.desc {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
@media (min-width: 1025px) {
  .desc {
    gap: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .desc {
    gap: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .desc {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .desc {
    gap: 30px;
  }
}
@media only screen and (min-width: 600px) {
  .desc {
    padding: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .desc {
    padding: 2.6041666667vw 2.6041666667vw;
    row-gap: 1.0416666667vw;
  }
}
.desc-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1025px) {
  .desc-item {
    gap: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .desc-item {
    gap: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .desc-item {
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .desc-item {
    gap: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .desc-item {
    flex-direction: row;
  }
  .desc-item::after {
    content: "";
    position: absolute;
    top: 5px;
    width: 1px;
    border-left: 1px solid #8391a3;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .desc-item::after {
    left: -1.8229166667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .desc-item::after {
    left: -1.8229166667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .desc-item::after {
    left: 15px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .desc-item::after {
    left: 15px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .desc-item::after {
    height: 1.4583333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .desc-item::after {
    height: 1.4583333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .desc-item::after {
    height: 25px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .desc-item::after {
    height: 25px;
  }
}
.desc-item:first-child::after {
  content: unset;
}
.desc-item svg.icon {
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .desc-item svg.icon {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .desc-item svg.icon {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .desc-item svg.icon {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .desc-item svg.icon {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .desc-item svg.icon {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .desc-item svg.icon {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .desc-item svg.icon {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .desc-item svg.icon {
    width: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .desc-item svg.icon {
    margin: unset;
  }
}
.desc-item-details {
  display: flex;
  flex-direction: column;
}

.vertical-card .card-type-02 img {
  aspect-ratio: 0.85/1;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1025px) {
  .vertical-card .card-type-02__text {
    display: flex;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1025px) {
  .vertical-card .card-type-02__title {
    margin-bottom: 0vw;
  }
}
.vertical-card .card-type-02:hover .card-type-02__desc {
  display: none;
}

.manadara-sustainability-inner .wysiwig-container p {
  color: #75787b;
}
.manadara-sustainability-inner .wysiwig-container span {
  color: #75787b;
}
.manadara-sustainability-inner .social-share {
  margin-top: 20px;
  padding: 30px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.manadara-sustainability-inner .social-share::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.manadara-sustainability-inner .social-share svg {
  width: 20px;
  height: 20px;
  transition: 0.3s ease-in-out;
  fill: #c5773e;
}
.manadara-sustainability-inner .social-share svg:hover {
  fill: #ad5b32;
}

.border-top--light-black {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.cream-icon svg {
  transition: 0.3s ease-in-out;
  fill: #373737;
}
.cream-icon:hover svg {
  transition: 0.3s ease-in-out;
  fill: #c5773e;
}

@media only screen and (min-width: 1025px) {
  .translate-middle-y-xl {
    transform: translateY(-50%);
  }
}

.default-page form {
  background-color: #f4ebe6;
  padding: 20px;
}

.text-center p {
  text-align: center !important;
}

#gdpr-compliance input {
  border: 1px solid #182e39;
}

@media only screen and (min-width: 1025px) {
  .desktop-flex-nowrap {
    flex-wrap: nowrap !important;
  }
}

.back-btn:hover,
.sitemap-btn:hover {
  color: #ffffff !important;
}

select {
  cursor: pointer;
}

.main-intro-light__content.wysiwig-container.text-start p {
  text-align: left !important;
}

#param_email::placeholder {
  text-transform: capitalize;
}

.h-300 {
  height: 300px !important;
}
@media only screen and (min-width: 1025px) {
  .h-300 {
    height: 20vw !important;
  }
}

.faq-block-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.width--92 {
  margin: 0 auto;
}

.our-location-btn {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .our-location-btn {
    text-align: left;
  }
}

.hide-desktop {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .hide-desktop {
    display: none;
  }
}

.book-btn.hotel-drop-mob select.nice-select {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .book-btn.hotel-drop-mob select.nice-select {
    display: none;
  }
}
.book-btn.hotel-drop-mob div.nice-select {
  display: block !important;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1025px) {
  .book-btn.hotel-drop-mob div.nice-select {
    display: none;
  }
}
.book-btn.hotel-drop-mob div.nice-select:after {
  background-image: url("../../img/down-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-bottom: 0;
  border-right: 0;
  width: 20px;
  height: 20px;
  top: 40%;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
}
.book-btn.hotel-drop-mob div.nice-select ul.list {
  width: 100%;
}
.book-btn.hotel-drop-mob div.nice-select.open:after {
  top: 20%;
  transform: rotate(180deg);
}

@media only screen and (min-width: 1025px) {
  .acco-sec .card-type-02__content-item {
    flex: 1 1 calc(33.3% - 1vw);
    max-width: calc(33.3% - 1vw);
  }
}
.mandara-footer__bottom a[aria-current=page]::after {
  width: 1px !important;
}

.wysiwig-container {
  font-family: "Nunito Sans", sans-serif;
  color: #373737;
  /*custom list Style*/
}
.wysiwig-container p,
.wysiwig-container td,
.wysiwig-container th,
.wysiwig-container li,
.wysiwig-container span {
  color: #373737;
  font-family: "Nunito Sans", sans-serif;
}
@media (min-width: 1025px) {
  .wysiwig-container li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container li {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container li {
    padding-bottom: 15px;
  }
}
.wysiwig-container strong {
  font-weight: 600 !important;
  color: #373737 !important;
}
.wysiwig-container a {
  font-family: "Nunito Sans", sans-serif;
  color: #000;
  text-decoration: underline;
}
.wysiwig-container a:hover {
  text-decoration: underline;
  color: #c5773e;
}
.wysiwig-container h1,
.wysiwig-container h2,
.wysiwig-container h3,
.wysiwig-container h4,
.wysiwig-container h5,
.wysiwig-container h6 {
  color: #6d85a3;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 1025px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-top: 10px;
  }
}
.wysiwig-container table {
  border-collapse: collapse;
  width: 100%;
}
.wysiwig-container table th,
.wysiwig-container table td {
  border: 1px solid #454545;
}
@media (min-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-top: 10px;
  }
}
.wysiwig-container table th {
  background: #454545;
  color: #fff;
}

.wysiwig-container ul {
  list-style: none;
  padding: 0;
}
.wysiwig-container ul li {
  text-align: left !important;
  position: relative;
  position: relative;
}
@media (min-width: 1025px) {
  .wysiwig-container ul li {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container ul li {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container ul li {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container ul li {
    padding-left: 15px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container ul li {
    padding-bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container ul li {
    padding-bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container ul li {
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .wysiwig-container ul li {
    padding-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container ul li {
    margin-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container ul li {
    margin-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container ul li {
    margin-bottom: 10px;
  }
}
.wysiwig-container ul li:last-child {
  padding-bottom: unset;
}
.wysiwig-container ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top: 1px solid #c5773e;
  height: 1px;
  width: 15px;
}
@media (min-width: 1025px) {
  .wysiwig-container ul li ul {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container ul li ul {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container ul li ul {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container ul li ul {
    padding-top: 10px;
  }
}
.wysiwig-container ul li ul li {
  position: relative;
}
.wysiwig-container ul li ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  border-top: 1px solid #c5773e;
  height: 1px;
  width: 15px;
}

.wysiwig-container.font-color--white {
  color: #fff !important;
}
.wysiwig-container.font-color--white h1,
.wysiwig-container.font-color--white h2,
.wysiwig-container.font-color--white h3,
.wysiwig-container.font-color--white h4,
.wysiwig-container.font-color--white h5,
.wysiwig-container.font-color--white h6 {
  color: #fff !important;
}
.wysiwig-container.font-color--white p,
.wysiwig-container.font-color--white a,
.wysiwig-container.font-color--white li,
.wysiwig-container.font-color--white td,
.wysiwig-container.font-color--white th {
  color: #fff;
}

@media (min-width: 1025px) {
  .wysiwig-container {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container {
    line-height: 28px;
  }
}
.wysiwig-container p {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .wysiwig-container p {
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container p {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container p {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container p {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container p {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container p {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container p {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container p {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container p {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container li {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container li {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container li {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container li {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container li {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container li {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container li {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container li {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container a {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container a {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container a {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container a {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container a {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container td {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container td {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container td {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container td {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container td {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container td {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container td {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container td {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container th {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container th {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container th {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container th {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container th {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container th {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container th {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container th {
    line-height: 28px;
  }
}
.wysiwig-container img {
  margin-bottom: 1.5vw;
  width: 100%;
}
.wysiwig-container .two-images {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 1025px) {
  .wysiwig-container .two-images {
    flex-direction: row;
    gap: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .wysiwig-container .two-images img {
    flex: 1 1 calc(50% - 25px);
    max-width: calc(50% - 25px);
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h1 {
    font-size: 3.3854166667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h1 {
    font-size: 3.3854166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h1 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h1 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h1 {
    line-height: 3.90625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h1 {
    line-height: 3.90625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h1 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h1 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h2 {
    font-size: 2.0833333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h2 {
    font-size: 2.0833333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h2 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h2 {
    line-height: 2.5vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h2 {
    line-height: 2.5vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h2 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h2 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h3 {
    font-size: 1.8229166667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h3 {
    font-size: 1.8229166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h3 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h3 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h3 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h3 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h3 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h3 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h4 {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h4 {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h4 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h4 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h4 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h4 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h4 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h4 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h5 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h5 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h5 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h5 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h5 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h5 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h5 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h5 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h6 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h6 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h6 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h6 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h6 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h6 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h6 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h6 {
    line-height: 35px;
  }
}

@media only screen and (max-width: 1025px) {
  .offer-inner .wysiwig-container ul li::before {
    background-size: 10px;
  }
  .wysiwig-container ul li::before {
    background-size: 20px;
    height: auto;
    width: 15px;
  }
  .wysiwig-container ul li {
    padding-left: 40px;
  }
  .wysiwig-container ul li::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.form-wrapper {
  background-color: #c5773e;
}
@media (min-width: 1025px) {
  .form-wrapper {
    padding: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrapper {
    padding: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrapper {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .form-wrapper {
    padding: 20px;
  }
}

@media (min-width: 1025px) {
  .form-wrapper-careers {
    padding: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrapper-careers {
    padding: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrapper-careers {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .form-wrapper-careers {
    padding: 20px;
  }
}

#upload_your_cv {
  visibility: hidden;
  height: 0 !important;
}

.input-file {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background-color: #3c3c3c !important;
}
@media (min-width: 1025px) {
  .input-file {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .input-file {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .input-file {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .input-file {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) {
  .input-file {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .input-file {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .input-file {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .input-file {
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .input-file {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .input-file {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .input-file {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .input-file {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .input-file {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .input-file {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .input-file {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .input-file {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .input-file {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .input-file {
    font-size: 0.8854166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .input-file {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .input-file {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .input-file {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .input-file {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .input-file {
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .input-file {
    line-height: 15px;
  }
}
.input-file .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1025px) {
  .input-file .btn img {
    margin-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .input-file .btn img {
    margin-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .input-file .btn img {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .input-file .btn img {
    margin-bottom: 10px;
  }
}
.input-file .btn span {
  color: #7a7a7a;
}
@media (min-width: 1025px) {
  .input-file .btn span {
    font-size: 0.6770833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .input-file .btn span {
    font-size: 0.6770833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .input-file .btn span {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  .input-file .btn span {
    font-size: 13px !important;
  }
}

/**********************Checkbox Formatting***********************/
.dfb-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .dfb-form .dfb-form-group {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .dfb-form-group {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .dfb-form-group {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .dfb-form .dfb-form-group {
    padding-bottom: 15px;
  }
}
.dfb-form .input-group .input-line {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.dfb-form .response-field-date .above-line {
  width: 2%;
  display: flex;
  justify-content: center;
}
.dfb-form .response-field-date .day,
.dfb-form .response-field-date .month,
.dfb-form .response-field-date .year {
  width: 32%;
}
.dfb-form .response-field-time .above-line {
  width: 2%;
  display: flex;
  justify-content: center;
}
.dfb-form .response-field-time .hours,
.dfb-form .response-field-time .minutes,
.dfb-form .response-field-time .seconds {
  width: 30%;
}
.dfb-form .response-field-time .am_pm {
  width: 8%;
}
.dfb-form .checkbox-inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .dfb-form .is_required {
    font-size: 0.625vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .is_required {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .is_required {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .is_required {
    font-size: 12px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .is_required {
    line-height: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .is_required {
    line-height: 0.8854166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .is_required {
    line-height: 18px;
  }
}
@media (max-width: 600px) {
  .dfb-form .is_required {
    line-height: 18px;
  }
}
.dfb-form label {
  text-align: left;
  font-family: "Nunito Sans";
  font-weight: 500 !important;
  color: #373737;
}
@media (min-width: 1025px) {
  .dfb-form label {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form label {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form label {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form label {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form label {
    line-height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form label {
    line-height: 1.40625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form label {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .dfb-form label {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .dfb-form label:not(.checkbox-inline) {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form label:not(.checkbox-inline) {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form label:not(.checkbox-inline) {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .dfb-form label:not(.checkbox-inline) {
    padding-bottom: 5px;
  }
}
.dfb-form .response-field-checkboxes {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  align-items: flex-start;
  flex-direction: column;
}
.dfb-form .response-field-checkboxes div {
  display: flex;
}
.dfb-form .response-field-checkboxes div a {
  display: inline !important;
  padding-left: 0 !important;
  color: #3c3c3c;
}
.dfb-form .response-field-checkboxes div a:hover {
  color: #e07d44;
}
.dfb-form .response-field-checkboxes input[type=checkbox] {
  position: absolute;
  left: 0;
}
@media (min-width: 1025px) {
  .dfb-form .response-field-checkboxes input[type=checkbox] {
    top: 0.46875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .response-field-checkboxes input[type=checkbox] {
    top: 0.46875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .response-field-checkboxes input[type=checkbox] {
    top: 9px;
  }
}
@media (max-width: 600px) {
  .dfb-form .response-field-checkboxes input[type=checkbox] {
    top: 9px;
  }
}
@media (min-width: 1025px) {
  .dfb-form .response-field-checkboxes .row {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .response-field-checkboxes .row {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .response-field-checkboxes .row {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .response-field-checkboxes .row {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .response-field-checkboxes .row {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .response-field-checkboxes .row {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .response-field-checkboxes .row {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .dfb-form .response-field-checkboxes .row {
    line-height: 25px;
  }
}
.dfb-form .checkboxdiv_id_wrap_cls_wrap .text-danger {
  display: none !important;
}
.dfb-form .checkboxdiv_id_wrap_cls_wrap p {
  margin: 0 !important;
  padding-left: 0 !important;
}
.dfb-form .checkboxdiv_id_wrap_cls_wrap label {
  height: 0 !important;
  display: none;
}
@media (min-width: 1025px) {
  .dfb-form .checkboxdiv_id_wrap_cls_wrap .row {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .checkboxdiv_id_wrap_cls_wrap .row {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .checkboxdiv_id_wrap_cls_wrap .row {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .dfb-form .checkboxdiv_id_wrap_cls_wrap .row {
    padding-left: 10px;
  }
}
.dfb-form .checkboxdiv_id_wrap_cls_wrap div label {
  height: auto;
  display: block !important;
}
.dfb-form .checkboxdiv_id_wrap_cls_wrap .checkbox-inline {
  font-size: 0 !important;
}
.dfb-form .checkbox-inline {
  position: relative;
  padding-left: 30px;
}
.dfb-form input[type=text],
.dfb-form input[type=password],
.dfb-form input[type=tel],
.dfb-form input[type=email],
.dfb-form input[type=date],
.dfb-form input[type=number],
.dfb-form .nice-select,
.dfb-form select {
  border: 1px solid transparent;
  font-family: "Nunito Sans";
  color: #000;
  width: 100%;
  border-radius: 0 !important;
  font-weight: 500 !important;
  border: 1px solid transparent;
  background-color: #fff !important;
}
@media (min-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=password],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form .nice-select,
  .dfb-form select {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=password],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form .nice-select,
  .dfb-form select {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=password],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form .nice-select,
  .dfb-form select {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=password],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form .nice-select,
  .dfb-form select {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=password],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form .nice-select,
  .dfb-form select {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=password],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form .nice-select,
  .dfb-form select {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=password],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form .nice-select,
  .dfb-form select {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=password],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form .nice-select,
  .dfb-form select {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=password],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form .nice-select,
  .dfb-form select {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=password],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form .nice-select,
  .dfb-form select {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=password],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form .nice-select,
  .dfb-form select {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=password],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form .nice-select,
  .dfb-form select {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=password],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form .nice-select,
  .dfb-form select {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=password],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form .nice-select,
  .dfb-form select {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=password],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form .nice-select,
  .dfb-form select {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=password],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form .nice-select,
  .dfb-form select {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=password],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form .nice-select,
  .dfb-form select {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=password],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form .nice-select,
  .dfb-form select {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=password],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form .nice-select,
  .dfb-form select {
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=password],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form .nice-select,
  .dfb-form select {
    line-height: 15px;
  }
}
.dfb-form input[type=text]:focus,
.dfb-form input[type=password]:focus,
.dfb-form input[type=tel]:focus,
.dfb-form input[type=email]:focus,
.dfb-form input[type=date]:focus,
.dfb-form input[type=number]:focus,
.dfb-form .nice-select:focus,
.dfb-form select:focus {
  border: 1px solid #182e39;
  background-color: #fff !important;
}
.dfb-form select {
  background-image: url("../../img/drop.png");
  background-repeat: no-repeat;
  -webkit-appearance: none;
  background-position: calc(100% - 0.5208333333vw);
  background-size: 0.5208333333vw auto;
  text-transform: capitalize;
}
.dfb-form select b {
  display: none;
}
.dfb-form .nice-select:after {
  background-image: url("../../img/drop.png");
  background-repeat: no-repeat;
  -webkit-appearance: none;
  background-position: calc(100% - 0.5208333333vw);
  background-size: 0.5208333333vw auto;
}
.dfb-form .nice-select .list {
  width: 100%;
  border-radius: 0 !important;
  z-index: 1 !important;
}
.dfb-form .nice-select .option {
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 1025px) {
  .dfb-form .nice-select .option {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .nice-select .option {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .nice-select .option {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .nice-select .option {
    font-size: 15px !important;
  }
}
.dfb-form #your_country_origin_id_wrap .nice-select ul {
  height: 30vh;
  overflow: auto;
}
.dfb-form .nice-select:after {
  border: 0 !important;
  content: "";
  height: 2.6041666667vw;
  transform: none !important;
  width: 1.5625vw !important;
  margin-top: 0 !important;
  right: 0;
  top: 0 !important;
}
.dfb-form textarea {
  width: 100% !important;
  height: auto !important;
  border: 1px solid transparent;
  font-family: "Nunito Sans";
  color: #000;
  width: 100%;
  border-radius: 0 !important;
  font-weight: 500 !important;
  border: 1px solid transparent;
  background-color: #fff !important;
}
@media (min-width: 1025px) {
  .dfb-form textarea {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form textarea {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form textarea {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .dfb-form textarea {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .dfb-form textarea {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form textarea {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form textarea {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .dfb-form textarea {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .dfb-form textarea {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form textarea {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form textarea {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .dfb-form textarea {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .dfb-form textarea {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form textarea {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form textarea {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form textarea {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form textarea {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form textarea {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form textarea {
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .dfb-form textarea {
    line-height: 15px;
  }
}
.dfb-form textarea:focus {
  border: 1px solid #182e39;
  background-color: #fff !important;
}
.dfb-form .input-group .note {
  color: #3c3c3c;
}
@media (min-width: 1025px) {
  .dfb-form .input-group .note {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .input-group .note {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .input-group .note {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .input-group .note {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .input-group .note {
    line-height: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .input-group .note {
    line-height: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .input-group .note {
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .dfb-form .input-group .note {
    line-height: 15px;
  }
}
.dfb-form #validateBtn,
.dfb-form #resetBtn {
  border-radius: unset !important;
}
.dfb-form .response-field-dropdown {
  width: 100%;
}
.dfb-form .help-block.show-error {
  display: block !important;
}
.dfb-form .checkbox-inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dfb-form .dfb-form-group,
.dfb-form #gdpr_compliance_id_wrap p,
.dfb-form #gdpr_compliance_id_wrap label {
  font-family: "Nunito Sans";
  color: #373737;
}
@media (min-width: 1025px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    font-size: 0.8854166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    line-height: 30px;
  }
}
.dfb-form #gdpr_compliance_id_wrap label {
  font-weight: 500 !important;
}
.dfb-form #gdpr_compliance_id_wrap label:not(.checkbox-inline) {
  font-weight: 600;
}
.dfb-form #gdpr_compliance_id_wrap p:first-child {
  margin: 0;
}
.dfb-form .recapture {
  font-family: "Nunito Sans";
  color: #3c3c3c;
}
@media (min-width: 1025px) {
  .dfb-form .recapture {
    font-size: 0.6770833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .recapture {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .recapture {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .recapture {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .recapture {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .recapture {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .recapture {
    line-height: 18px;
  }
}
@media (max-width: 600px) {
  .dfb-form .recapture {
    line-height: 18px;
  }
}
.dfb-form .recapture a {
  font-family: "Nunito Sans";
  color: #3c3c3c;
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .dfb-form .recapture a {
    font-size: 0.6770833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .recapture a {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .recapture a {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .recapture a {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .recapture a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .recapture a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .recapture a {
    line-height: 18px;
  }
}
@media (max-width: 600px) {
  .dfb-form .recapture a {
    line-height: 18px;
  }
}
.dfb-form .recapture a:hover {
  color: #e07d44;
}
.dfb-form #gdpr_compliance__id_wrap label {
  font-weight: 600;
}
@media (min-width: 1025px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-bottom: 20px;
  }
}
.dfb-form #gdpr_compliance__id_wrap a {
  text-decoration: underline;
  color: #3c3c3c;
  transition: all 0.5s;
}
.dfb-form #gdpr_compliance__id_wrap a:hover {
  color: #e07d44;
}
.dfb-form .help-block {
  color: red;
  width: 100%;
}
@media (min-width: 1025px) {
  .dfb-form .help-block {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .help-block {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .help-block {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .help-block {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .help-block {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .help-block {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .help-block {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .dfb-form .help-block {
    line-height: 20px;
  }
}

form .checkbox-inline input[type=checkbox] {
  accent-color: #c5773e;
}

@media only screen and (min-width: 1025px) {
  #arrival_date,
  #arrival_date:hover,
  #arrival_date:focus {
    background-image: url("../../img/cal.png");
    background-size: 1.0416666667vw auto;
    background-repeat: no-repeat;
    background-position: 0.5208333333vw center;
    padding-left: 2.6041666667vw;
  }
  #duration,
  #duration:hover,
  #duration:focus {
    background-image: url("../../img/time.png");
    background-size: 1.0416666667vw auto;
    background-repeat: no-repeat;
    background-position: 0.5208333333vw center;
    padding-left: 2.6041666667vw;
  }
  #no_packs,
  #no_packs:hover,
  #no_packs:focus {
    background-image: url("../../img/packs.png");
    background-size: 1.0416666667vw auto;
    background-repeat: no-repeat;
    background-position: 0.5208333333vw center;
    padding-left: 2.6041666667vw;
  }
  .datepicker.datepicker-dropdown {
    display: none !important;
  }
  .alert-success,
  .alert-success a,
  .alert-danger,
  .alert-danger a {
    font-size: 0.9375vw !important;
    line-height: 1.5625vw !important;
  }
  .dfb-form-group col-sm-6:not(.col-md-4), .dfb-form-group col-sm-6:not(.col-md-8) {
    width: 49.5%;
  }
}
@media only screen and (max-width: 1025px) {
  #arrival_date,
  #arrival_date:hover,
  #arrival_date:focus {
    background-image: url("../../img/cal.png");
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px;
  }
  #duration,
  #duration:hover,
  #duration:focus {
    background-image: url("../../img/time.png");
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px;
  }
  #no_packs,
  #no_packs:hover,
  #no_packs:focus {
    background-image: url("../../img/packs.png");
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px;
  }
  .datepicker.datepicker-dropdown {
    display: none !important;
  }
  .dfb-form #subscribe-text_id_wrap .input-group .row {
    width: 85%;
    font-size: 14px !important;
    line-height: 25px !important;
  }
  .dfb-form #subscribe-text_id_wrap .input-group .checkbox-inline {
    width: 15%;
  }
  .alert-success,
  .alert-success a,
  .alert-danger,
  .alert-danger a {
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .dfb-form-group col-sm-6 {
    width: 100% !important;
  }
  .dfb-form-group col-md-4 {
    width: 100% !important;
  }
  #gdpr_compliance_id_wrap input {
    position: absolute;
    left: 0;
    top: 6px;
  }
  #gdpr_compliance_id_wrap .checkbox-inline {
    padding-left: 30px;
    position: relative;
  }
  .response-field-time .above-line {
    width: 2.5% !important;
    display: flex;
    justify-content: center;
  }
  .response-field-time .hours,
  .response-field-time .minutes,
  .response-field-time .seconds {
    width: 25% !important;
  }
  .response-field-time .am_pm {
    width: 20% !important;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .dfb-form-group .col-sm-6 {
    width: 49% !important;
  }
  .dfb-form-group .col-md-4 {
    width: 32% !important;
  }
}
@media only screen and (max-width: 600px) {
  .dfb-form-group .col-sm-6 {
    width: 100% !important;
  }
  .dfb-form-group .col-md-4 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .dfb-form input[type=checkbox] {
    position: relative;
    visibility: hidden;
    -moz-appearance: initial;
    display: inline-block;
    width: 1.5625vw;
    height: 0.78125vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  .dfb-form input[type=checkbox]:before,
  .dfb-form input[type=checkbox]:checked:after {
    width: 0.78125vw;
    height: 0.78125vw;
    top: 0;
    right: 0;
    bottom: 0;
    position: relative;
    content: "";
    visibility: visible;
    border: 1px solid #3c3c3c !important;
  }
  .dfb-form input[type=checkbox]:checked:after {
    margin: auto;
    left: -0.78125vw;
    font-size: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #3c3c3c;
    font-family: FontAwesome;
    background-image: url("../../img/tick.svg");
    background-size: 0.5208333333vw auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #c5773e;
    display: inline-block;
    border: 1px solid #3c3c3c !important;
  }
  .dfb-form input[type=checkbox]:before {
    left: 0;
    background-color: transparent;
    display: inline-block;
  }
  .dfb-form input[type=checkbox]:before,
  .dfb-form input[type=checkbox]:checked:after {
    border: 1px solid #3c3c3c !important;
  }
}
#gdpr_list td,
#gdpr_list strong,
.col-12 td,
.col-12 strong {
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 1025px) {
  #gdpr_list td,
  #gdpr_list strong,
  .col-12 td,
  .col-12 strong {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #gdpr_list td,
  #gdpr_list strong,
  .col-12 td,
  .col-12 strong {
    font-size: 0.8854166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #gdpr_list td,
  #gdpr_list strong,
  .col-12 td,
  .col-12 strong {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  #gdpr_list td,
  #gdpr_list strong,
  .col-12 td,
  .col-12 strong {
    font-size: 14px !important;
  }
}

#gdpr_list_form .gdpr_action {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-weight: 400;
  width: max-content;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  transition: all 0.3s;
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
@media (min-width: 1025px) {
  #gdpr_list_form .gdpr_action {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #gdpr_list_form .gdpr_action {
    font-size: 0.8854166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #gdpr_list_form .gdpr_action {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  #gdpr_list_form .gdpr_action {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  #gdpr_list_form .gdpr_action {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #gdpr_list_form .gdpr_action {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #gdpr_list_form .gdpr_action {
    height: 45px;
  }
}
@media (max-width: 600px) {
  #gdpr_list_form .gdpr_action {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  #gdpr_list_form .gdpr_action {
    letter-spacing: 0.046875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #gdpr_list_form .gdpr_action {
    letter-spacing: 0.046875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #gdpr_list_form .gdpr_action {
    letter-spacing: 0.9px;
  }
}
@media (max-width: 600px) {
  #gdpr_list_form .gdpr_action {
    letter-spacing: 0.9px;
  }
}
@media (min-width: 1025px) {
  #gdpr_list_form .gdpr_action {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #gdpr_list_form .gdpr_action {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #gdpr_list_form .gdpr_action {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  #gdpr_list_form .gdpr_action {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  #gdpr_list_form .gdpr_action {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #gdpr_list_form .gdpr_action {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #gdpr_list_form .gdpr_action {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  #gdpr_list_form .gdpr_action {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  #gdpr_list_form .gdpr_action {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #gdpr_list_form .gdpr_action {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #gdpr_list_form .gdpr_action {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  #gdpr_list_form .gdpr_action {
    margin-top: 20px;
  }
}
#gdpr_list_form .gdpr_action:hover {
  color: #3c3c3c;
  background: #000;
}
#gdpr_list_form .gdpr_action:hover svg path {
  fill: #3c3c3c;
}

@media only screen and (max-width: 1025px) {
  select,
  .select2-selection__arrow {
    background-image: url("../../img/drop.png");
    background-repeat: no-repeat;
    -webkit-appearance: none;
    background-position: calc(100% - 10px) !important;
    background-size: 10px auto !important;
  }
  select b,
  .select2-selection__arrow b {
    display: none;
  }
  .dfb-form select {
    background-position: calc(100% - 15px);
    background-size: 15px;
  }
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    border-radius: 30px;
  }
  .checkbox-inline {
    position: relative;
    padding-left: 30px;
  }
  .dfb-form input[type=checkbox] {
    position: relative;
    visibility: hidden;
    -moz-appearance: initial;
    display: inline-block;
    width: 30px;
    height: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  .dfb-form input[type=checkbox]:before,
  .dfb-form input[type=checkbox]:checked:after {
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
    bottom: 0;
    position: relative;
    content: "";
    visibility: visible;
    border: 1px solid #3c3c3c !important;
  }
  .dfb-form input[type=checkbox]:checked:after {
    margin: auto;
    left: -15px;
    font-size: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #3c3c3c;
    font-family: FontAwesome;
    background-image: url("../../img/tick.png");
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #000;
    display: inline-block;
    border: 1px solid #3c3c3c !important;
  }
  .dfb-form input[type=checkbox]:before {
    left: 0;
    background-color: transparent;
    display: inline-block;
  }
  .dfb-form input[type=checkbox]:before,
  .dfb-form input[type=checkbox]:checked:after {
    border: 1px solid #3c3c3c !important;
  }
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    border-radius: 10px;
  }
}
.mandara-booking__widget {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
  background-color: #f3eee3;
  margin: 0 auto;
  max-width: 500px;
  align-items: center;
  border-radius: 5px;
}
@media only screen and (min-width: 1025px) {
  .mandara-booking__widget {
    flex-direction: row;
    max-width: 58.333vw;
    gap: 0.5208333333vw;
    justify-content: space-between;
  }
}
.mandara-booking__widget-item {
  width: 100%;
}
.mandara-booking__widget-item svg {
  display: block;
  margin-left: auto;
  margin-bottom: 14px;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .mandara-booking__widget-item svg {
    width: 0.5729166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-booking__widget-item svg {
    width: 0.5729166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-booking__widget-item svg {
    width: 11px;
  }
}
@media (max-width: 600px) {
  .mandara-booking__widget-item svg {
    width: 11px;
  }
}
@media (min-width: 1025px) {
  .mandara-booking__widget-item svg {
    height: 0.5729166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-booking__widget-item svg {
    height: 0.5729166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-booking__widget-item svg {
    height: 11px;
  }
}
@media (max-width: 600px) {
  .mandara-booking__widget-item svg {
    height: 11px;
  }
}
.mandara-booking__widget-item h5 {
  color: #373737;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.mandara-booking__widget-item form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .mandara-booking__widget-item form {
    width: 100%;
    align-items: flex-end;
  }
}
.mandara-booking__widget-item form .item {
  display: flex;
  gap: 10px;
  width: 100%;
  height: fit-content;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .mandara-booking__widget-item form .item {
    gap: 0.5vw;
  }
}
.mandara-booking__widget-item form .item select {
  cursor: pointer;
}
.mandara-booking__widget-item form .item .dropdown {
  position: relative;
}
.mandara-booking__widget-item form .item .dropdown::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../assets/images/select-arrow.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 1025px) {
  .mandara-booking__widget-item form .item .dropdown::after {
    height: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-booking__widget-item form .item .dropdown::after {
    height: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-booking__widget-item form .item .dropdown::after {
    height: 15px;
  }
}
@media (max-width: 600px) {
  .mandara-booking__widget-item form .item .dropdown::after {
    height: 15px;
  }
}
@media (min-width: 1025px) {
  .mandara-booking__widget-item form .item .dropdown::after {
    width: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-booking__widget-item form .item .dropdown::after {
    width: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-booking__widget-item form .item .dropdown::after {
    width: 15px;
  }
}
@media (max-width: 600px) {
  .mandara-booking__widget-item form .item .dropdown::after {
    width: 15px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .mandara-booking__widget-item form .item:first-child {
    width: 19.21875vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .mandara-booking__widget-item form .item:first-child {
    width: 19.21875vw;
  }
}
.mandara-booking__widget-item form .item label {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .mandara-booking__widget-item form .item label {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-booking__widget-item form .item label {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-booking__widget-item form .item label {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .mandara-booking__widget-item form .item label {
    font-size: 12px !important;
  }
}
@media (min-width: 1025px) {
  .mandara-booking__widget-item form .item label {
    letter-spacing: 0.0125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-booking__widget-item form .item label {
    letter-spacing: 0.0125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-booking__widget-item form .item label {
    letter-spacing: 0.3px;
  }
}
@media (max-width: 600px) {
  .mandara-booking__widget-item form .item label {
    letter-spacing: 0.3px;
  }
}
@media only screen and (min-width: 1025px) {
  .mandara-booking__widget-item form .item label {
    font-weight: 700;
  }
}
@media (min-width: 1025px) {
  .mandara-booking__widget-item form .item button {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-booking__widget-item form .item button {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-booking__widget-item form .item button {
    font-size: !important;
  }
}
@media (max-width: 600px) {
  .mandara-booking__widget-item form .item button {
    font-size: !important;
  }
}
@media only screen and (min-width: 1025px) {
  .mandara-booking__widget-item form .item button {
    height: 2.604vw;
    padding: 1.042vw 1.563vw;
  }
}
.mandara-booking__widget-item form .item select {
  cursor: pointer;
}
.mandara-booking__widget-item form .item select:focus {
  border: unset;
  box-shadow: unset;
  outline: unset;
}
.mandara-booking__widget-item form .item .checkin,
.mandara-booking__widget-item form .item .checkout {
  position: relative;
  color: #373737;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.mandara-booking__widget-item form .item .checkin input,
.mandara-booking__widget-item form .item .checkout input {
  cursor: pointer;
}
.mandara-booking__widget-item form .item .checkin input:focus,
.mandara-booking__widget-item form .item .checkout input:focus {
  border: unset;
  box-shadow: unset;
  outline: unset;
}
.mandara-booking__widget-item form .item .checkin .calendar-icon,
.mandara-booking__widget-item form .item .checkout .calendar-icon {
  position: absolute;
  right: 15px;
  /* Position inside the input */
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #888;
  /* Icon color */
  cursor: pointer;
}
.mandara-booking__widget-item form .item .checkin .calendar-icon svg,
.mandara-booking__widget-item form .item .checkout .calendar-icon svg {
  width: 15px;
  height: 15px;
  margin-bottom: unset;
}
.mandara-booking__widget-item form .item input,
.mandara-booking__widget-item form .item select,
.mandara-booking__widget-item form .item .custom-select-adults span {
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border: unset;
  padding: 15px;
  font-family: "Nunito Sans", sans-serif;
  color: #373737;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1.4px;
}
@media (min-width: 1025px) {
  .mandara-booking__widget-item form .item input,
  .mandara-booking__widget-item form .item select,
  .mandara-booking__widget-item form .item .custom-select-adults span {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-booking__widget-item form .item input,
  .mandara-booking__widget-item form .item select,
  .mandara-booking__widget-item form .item .custom-select-adults span {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-booking__widget-item form .item input,
  .mandara-booking__widget-item form .item select,
  .mandara-booking__widget-item form .item .custom-select-adults span {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .mandara-booking__widget-item form .item input,
  .mandara-booking__widget-item form .item select,
  .mandara-booking__widget-item form .item .custom-select-adults span {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 1025px) {
  .mandara-booking__widget-item form .item input,
  .mandara-booking__widget-item form .item select,
  .mandara-booking__widget-item form .item .custom-select-adults span {
    padding: 0.781vw;
    border-radius: 5px;
    font-weight: 700;
    height: 2.604vw;
  }
}
.mandara-booking__widget-item form .item input::placeholder,
.mandara-booking__widget-item form .item select::placeholder,
.mandara-booking__widget-item form .item .custom-select-adults span::placeholder {
  font-family: "Nunito Sans", sans-serif;
  color: #373737;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1.4px;
}
@media (min-width: 1025px) {
  .mandara-booking__widget-item form .item input::placeholder,
  .mandara-booking__widget-item form .item select::placeholder,
  .mandara-booking__widget-item form .item .custom-select-adults span::placeholder {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-booking__widget-item form .item input::placeholder,
  .mandara-booking__widget-item form .item select::placeholder,
  .mandara-booking__widget-item form .item .custom-select-adults span::placeholder {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-booking__widget-item form .item input::placeholder,
  .mandara-booking__widget-item form .item select::placeholder,
  .mandara-booking__widget-item form .item .custom-select-adults span::placeholder {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .mandara-booking__widget-item form .item input::placeholder,
  .mandara-booking__widget-item form .item select::placeholder,
  .mandara-booking__widget-item form .item .custom-select-adults span::placeholder {
    font-size: 14px !important;
  }
}
.mandara-booking__widget-item form .item input:focus,
.mandara-booking__widget-item form .item select:focus,
.mandara-booking__widget-item form .item .custom-select-adults span:focus {
  border: unset;
  outline: unset;
  box-shadow: unset;
}
.mandara-booking__widget-item form .item .custom-select-adults {
  border: 2px solid #b9ab96 !important;
  background-color: rgba(185, 171, 150, 0.45) !important;
  display: flex;
  padding: 15px;
  height: 40px;
  gap: 10px;
  align-items: center;
}
.mandara-booking__widget-item form .item .custom-select-adults span {
  flex: 1 1 calc(60% - 5px);
  max-width: calc(60% - 5px);
  text-transform: uppercase;
  background-color: unset;
  padding: unset;
}
@media only screen and (min-width: 1025px) {
  .mandara-booking__widget-item form .item .custom-select-adults span {
    height: unset;
  }
}
.mandara-booking__widget-item form .item .custom-select-adults:focus {
  border: 2px solid #894e3f !important;
  box-shadow: unset !important;
  outline: unset !important;
}
.mandara-booking__widget-item form .item .custom-select-adults input {
  border: unset;
}
.mandara-booking__widget-item form .item .custom-select-adults .counter {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 calc(40% - 5px);
  max-width: calc(40% - 5px);
  justify-content: flex-end;
}
.mandara-booking__widget-item form .item .custom-select-adults .counter svg {
  width: 13px;
  height: 13px;
  cursor: pointer;
  margin-bottom: unset;
  margin-left: unset;
}
@media only screen and (min-width: 1025px) {
  .mandara-booking__widget-item form .item .custom-select-adults .counter svg {
    width: 0.8vw;
    height: 0.8vw;
  }
}
.mandara-booking__widget-item form .item .custom-select-adults .counter input {
  width: 25px !important;
  border: unset !important;
  background-color: unset !important;
  padding: unset !important;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .mandara-booking__widget-item form .item .custom-select-adults .counter input {
    width: 1.5vw !important;
  }
}
.mandara-booking__widget-item form .item .custom-select-adults .counter input:focus {
  border: unset !important;
}
.mandara-booking__widget-item form button {
  margin-top: 20px;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 13px 40px;
  background-color: #c5773e;
  line-height: 1;
  transition: 0.3s ease-in-out;
  border-radius: unset;
}
.mandara-booking__widget-item form button:hover {
  background-color: #a76928;
  color: #ffffff;
}
@media only screen and (min-width: 1025px) {
  .mandara-booking__widget-item {
    height: fit-content;
  }
}

.travel-date {
  position: relative;
}
@media (min-width: 1025px) {
  .travel-date .calendar-icon svg {
    height: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .travel-date .calendar-icon svg {
    height: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .travel-date .calendar-icon svg {
    height: 15px;
  }
}
@media (max-width: 600px) {
  .travel-date .calendar-icon svg {
    height: 15px;
  }
}
@media (min-width: 1025px) {
  .travel-date .calendar-icon svg {
    width: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .travel-date .calendar-icon svg {
    width: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .travel-date .calendar-icon svg {
    width: 15px;
  }
}
@media (max-width: 600px) {
  .travel-date .calendar-icon svg {
    width: 15px;
  }
}
.travel-date .calendar-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.mandara-booking__widget-banner {
  position: absolute;
  left: 50%;
  bottom: 3vw;
  transform: translateX(-50%);
  max-width: 66.2vw;
  padding: 0.938vw;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  height: 4.427vw;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 5;
}
@media only screen and (min-width: 1025px) {
  .mandara-booking__widget-banner {
    margin-left: unset;
    margin-right: unset;
  }
}
.mandara-booking__widget-banner form {
  display: flex;
  gap: 0.521vw;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.mandara-booking__widget-banner form input,
.mandara-booking__widget-banner form .custom-select-adults {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: unset !important;
}
.mandara-booking__widget-banner form .item:first-child {
  width: 5.73vw;
}
.mandara-booking__widget-banner form .item:first-child p {
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.92vw;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  width: 100%;
  word-break: break-all;
}
.mandara-booking__widget-banner form .item:first-child p span {
  font-weight: 800;
  font-size: 0.9vw;
}
.mandara-booking__widget-banner form .item:nth-child(2) {
  width: 11.41vw;
}
.mandara-booking__widget-banner form .item:nth-child(3) {
  width: 8.33vw;
}
.mandara-booking__widget-banner form .item:nth-child(4) {
  width: 8.33vw;
}
.mandara-booking__widget-banner form .item:nth-child(5) {
  width: 11.41vw;
}
.mandara-booking__widget-banner form .item:nth-child(6) {
  width: 11.88vw;
}
.mandara-booking__widget-banner form .item:last-child {
  width: 9.38vw;
}
.mandara-booking__widget-banner form .item:last-child button {
  width: 100%;
  margin-top: unset;
}
@media only screen and (min-width: 1025px) {
  .mandara-booking__widget-banner form .item .calendar-icon svg {
    width: 0.8vw !important;
    height: 0.8vw !important;
  }
}
.mandara-booking__widget-banner form .item .nice-select {
  background-color: #ffffff;
  border-radius: unset;
  height: 33px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .mandara-booking__widget-banner form .item .nice-select {
    height: 2.6041666667vw;
  }
}
.mandara-booking__widget-banner form .item .nice-select:focus {
  border: 2px solid #894e3f !important;
}
.mandara-booking__widget-banner form .item .nice-select::after {
  border-bottom: 1px solid #373737;
  border-right: 1px solid #373737;
}
.mandara-booking__widget-banner form .item .nice-select,
.mandara-booking__widget-banner form .item input,
.mandara-booking__widget-banner form .item .list .option,
.mandara-booking__widget-banner form .item input::placeholder {
  color: #373737;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .mandara-booking__widget-banner form .item .nice-select,
  .mandara-booking__widget-banner form .item input,
  .mandara-booking__widget-banner form .item .list .option,
  .mandara-booking__widget-banner form .item input::placeholder {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-booking__widget-banner form .item .nice-select,
  .mandara-booking__widget-banner form .item input,
  .mandara-booking__widget-banner form .item .list .option,
  .mandara-booking__widget-banner form .item input::placeholder {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-booking__widget-banner form .item .nice-select,
  .mandara-booking__widget-banner form .item input,
  .mandara-booking__widget-banner form .item .list .option,
  .mandara-booking__widget-banner form .item input::placeholder {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .mandara-booking__widget-banner form .item .nice-select,
  .mandara-booking__widget-banner form .item input,
  .mandara-booking__widget-banner form .item .list .option,
  .mandara-booking__widget-banner form .item input::placeholder {
    font-size: 12px !important;
  }
}
.mandara-booking__widget-banner form .item .list {
  border-radius: unset;
}
.mandara-booking__widget-banner form .item .list .option:hover {
  background-color: #c5773e;
  color: #ffffff;
}
.mandara-booking__widget-banner form .item .list .option.disabled:hover {
  background-color: transparent;
  color: #373737;
}

@media only screen and (min-width: 1025px) {
  #book-comp .mandara-booking__widget-item form .item:first-child {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1025px) {
  #book-comp .mandara-booking__widget-item form .item .custom-select-adults {
    height: 2.604vw;
  }
}

.booking-widget input[type=text]::placeholder {
  color: #373737;
}

.booking-widget input[type=text]::-webkit-input-placeholder {
  color: #373737;
}

.booking-widget input[type=text]:-ms-input-placeholder {
  color: #373737;
}

.booking-widget input[type=text]::-ms-input-placeholder {
  color: #373737;
}

.orange-bg-btn,
#validateBtn,
#resetBtn {
  border: unset;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600 !important;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  overflow: hidden;
  position: relative;
  display: inline-block;
  background-color: #c5773e;
  color: #fff;
  padding: 18px 35px;
  font-size: 16, 14px;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  line-height: 0.8;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .orange-bg-btn,
  #validateBtn,
  #resetBtn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .orange-bg-btn,
  #validateBtn,
  #resetBtn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .orange-bg-btn,
  #validateBtn,
  #resetBtn {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .orange-bg-btn,
  #validateBtn,
  #resetBtn {
    font-size: 14px !important;
  }
}
.orange-bg-btn::before,
#validateBtn::before,
#resetBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #ad5b32;
  transition: all 0.5s ease;
  z-index: -1;
}
.orange-bg-btn:hover,
#validateBtn:hover,
#resetBtn:hover {
  color: #ffffff;
}
.orange-bg-btn:hover::before,
#validateBtn:hover::before,
#resetBtn:hover::before {
  left: 0;
  width: 100%;
}
.orange-bg-btn:hover,
#validateBtn:hover,
#resetBtn:hover {
  color: #ffffff;
  transition: 0.3s color ease-in-out;
}

.white-border-btn {
  border: unset;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600 !important;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  overflow: hidden;
  position: relative;
  display: inline-block;
  background-color: transparent;
  color: #fff;
  padding: 18px 35px;
  font-size: 16, 14px;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  line-height: 0.8;
  border: 1px solid #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .white-border-btn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .white-border-btn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .white-border-btn {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .white-border-btn {
    font-size: 14px !important;
  }
}
.white-border-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #ad5b32;
  transition: all 0.5s ease;
  z-index: -1;
}
.white-border-btn:hover {
  color: #ffffff;
  border: 1px solid transparent;
  transition: 0.3s ease-in-out;
}
.white-border-btn:hover::before {
  left: 0;
  width: 100%;
}
.white-border-btn:hover {
  color: #ffffff;
  transition: 0.3s color ease-in-out;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 9; /* Ensure it's below the menu */
}

.main-menu {
  position: fixed;
  top: 100%;
  left: 0;
  background-color: #f8f3f0;
  display: flex;
  opacity: 0;
  height: 100vh;
  width: 0;
  z-index: 999;
  top: 0;
  visibility: hidden;
}
@media (min-width: 1025px) {
  .main-menu .menu-top img {
    height: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .menu-top img {
    height: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .menu-top img {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .main-menu .menu-top img {
    height: 60px;
  }
}
.main-menu .hamburger span {
  background: #000 !important;
}
.main-menu .header_button-toggle {
  width: 100%;
}
@media (min-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .header_button-toggle {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .header_button-toggle {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .header_button-toggle {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .header_button-toggle {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .header_button-toggle {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .header_button-toggle {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .header_button-toggle {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .header_button-toggle {
    padding-right: 30px;
  }
}
.main-menu #nav_accordion a {
  text-decoration: none;
  position: relative;
  color: #000;
}
.main-menu #nav_accordion a:hover {
  color: #c5773e;
}
.main-menu #nav_accordion a {
  color: #373737;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  padding: 15px 0 !important;
}
@media (min-width: 1025px) {
  .main-menu #nav_accordion a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu #nav_accordion a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu #nav_accordion a {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .main-menu #nav_accordion a {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .main-menu #nav_accordion a {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu #nav_accordion a {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu #nav_accordion a {
    padding-bottom: 12px;
  }
}
@media (max-width: 600px) {
  .main-menu #nav_accordion a {
    padding-bottom: 12px;
  }
}
@media (min-width: 1025px) {
  .main-menu #nav_accordion a {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu #nav_accordion a {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu #nav_accordion a {
    padding-top: 12px;
  }
}
@media (max-width: 600px) {
  .main-menu #nav_accordion a {
    padding-top: 12px;
  }
}
@media only screen and (min-width: 1025px) {
  .main-menu #nav_accordion a {
    line-height: 0;
    padding: 0.78125vw 0 !important;
  }
}
.main-menu #nav_accordion a:hover {
  padding-left: 5px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .main-menu #nav_accordion a:hover {
    padding-left: unset;
  }
}
.main-menu #nav_accordion a[aria-current=page] {
  position: relative;
  color: #f1812f;
}
.main-menu #nav_accordion .submenu li a {
  color: #373737;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  padding: 0 !important;
}
@media (min-width: 1025px) {
  .main-menu #nav_accordion .submenu li a {
    font-size: 0.8854166667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu #nav_accordion .submenu li a {
    font-size: 0.8854166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu #nav_accordion .submenu li a {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .main-menu #nav_accordion .submenu li a {
    font-size: 12px !important;
  }
}
.main-menu .menu-bottom {
  width: 100%;
  overflow: auto;
  height: calc(100vh - 8vw);
}
@media (min-width: 1025px) {
  .main-menu .menu-bottom {
    padding-top: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .menu-bottom {
    padding-top: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .menu-bottom {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .menu-bottom {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .main-menu .menu-bottom {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .menu-bottom {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .menu-bottom {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .menu-bottom {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .main-menu .menu-bottom {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .menu-bottom {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .menu-bottom {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .menu-bottom {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .main-menu .menu-bottom {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .menu-bottom {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .menu-bottom {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .menu-bottom {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1025px) {
  .main-menu .menu-bottom {
    height: calc(100vh - 130px);
  }
}
.main-menu .menu-bottom .flex-grow-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-menu .menu-bottom a {
  text-decoration: none;
  position: relative;
  color: #000;
}
.main-menu .menu-bottom a:hover {
  color: #c5773e;
}
.main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu ul li {
  font-family: "Montserrat", sans-serif;
}
.main-menu ul li a {
  text-decoration: none;
  position: relative;
  color: #000;
}
.main-menu ul li a:hover {
  color: #c5773e;
}
@media (min-width: 1025px) {
  .main-menu .side-top {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top {
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .main-menu .side-top li {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top li {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top li {
    padding-top: 5px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top li {
    padding-top: 5px;
  }
}
@media (min-width: 1025px) {
  .main-menu .side-top li {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top li {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top li {
    padding-bottom: 10px;
  }
}
.main-menu .side-top li li {
  border: 0 !important;
  padding-top: 0 !important;
}
.main-menu .side-top li:hover a {
  display: block;
  position: relative;
  transition: all 0.3s;
  transform: translateX(0.2604166667vw) !important;
}
.main-menu .side-top a {
  font-family: "Montserrat", sans-serif;
  color: #c5773e;
  font-weight: 300;
  padding: 0 !important;
  display: block;
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  .main-menu .side-top a {
    font-size: 1.3541666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top a {
    font-size: 1.3541666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top a {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top a {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .main-menu .side-top a {
    line-height: 1.875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top a {
    line-height: 1.875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top a {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top a {
    line-height: 30px;
  }
}
.main-menu .side-top .has-submenu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-menu .side-top .has-submenu .has-submenu-toggle {
  width: calc(100% - 2.6041666667vw);
}
.main-menu .side-top .has-submenu .toggle-btn-slide {
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-menu .side-top .has-submenu .toggle-btn-slide::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  background-image: url("../../img/down-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .main-menu .side-top .has-submenu .toggle-btn-slide::after {
    width: 30px;
    height: 30px;
  }
}
.main-menu .side-top .has-submenu .toggle-btn-slide.active:after {
  transform: rotate(180deg) translateY(50%);
}
.main-menu .side-top .has-submenu ul {
  width: 100%;
}
@media (min-width: 1025px) {
  .main-menu .side-top .has-submenu ul {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top .has-submenu ul {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top .has-submenu ul {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top .has-submenu ul {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .main-menu .side-top .has-submenu ul {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top .has-submenu ul {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top .has-submenu ul {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top .has-submenu ul {
    padding-top: 10px;
  }
}
.main-menu .side-top .has-submenu ul a {
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .main-menu .side-top .has-submenu ul a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top .has-submenu ul a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top .has-submenu ul a {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top .has-submenu ul a {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .main-menu .side-top .has-submenu ul a {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top .has-submenu ul a {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top .has-submenu ul a {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top .has-submenu ul a {
    line-height: 25px;
  }
}
.main-menu .side-top .has-submenu ul a:hover {
  transition: all 0.3s;
  color: #c5773e !important;
  transform: translateX(0.5208333333vw) !important;
}
.main-menu .side-top li.active a {
  color: #c5773e !important;
}
.main-menu .side-top li.active .submenu a {
  color: #000 !important;
}
.main-menu .side-top li.active .submenu li.active a {
  color: #c5773e !important;
}
@media (min-width: 1025px) {
  .main-menu .side-bottom {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-bottom {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-bottom {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-bottom {
    padding-bottom: 15px;
  }
}
.main-menu .side-bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-menu .side-bottom li {
  width: 48%;
}
@media (min-width: 1025px) {
  .main-menu .side-bottom li {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-bottom li {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-bottom li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-bottom li {
    padding-bottom: 10px;
  }
}
.main-menu .side-bottom li:hover a {
  display: block;
  transition: all 0.3s;
  transform: translateX(0.2604166667vw) !important;
}
.main-menu .side-bottom a {
  transition: all 0.3s;
  display: block;
  color: #373737;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
}
@media (min-width: 1025px) {
  .main-menu .side-bottom a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-bottom a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-bottom a {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .main-menu .side-bottom a {
    font-size: 16px !important;
  }
}
.main-menu ul.social-media-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.main-menu ul.social-media-menu li {
  margin-right: 15px;
  width: fit-content;
}
.main-menu ul.social-media-menu li:last-child {
  margin-right: 15px;
}
.main-menu ul.social-media-menu li a svg {
  fill: #eae2dd;
  transition: 0.3s fill ease-in-out;
}
@media (min-width: 1025px) {
  .main-menu ul.social-media-menu li a svg {
    height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu ul.social-media-menu li a svg {
    height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu ul.social-media-menu li a svg {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu ul.social-media-menu li a svg {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .main-menu ul.social-media-menu li a svg {
    width: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu ul.social-media-menu li a svg {
    width: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu ul.social-media-menu li a svg {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu ul.social-media-menu li a svg {
    width: 30px;
  }
}
.main-menu ul.social-media-menu li a:hover svg {
  fill: #ffffff;
  transition: 0.3s fill ease-in-out;
}

.header_button .header_button-toggle,
.fix-toggle .header_button-toggle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header_button .header_button-toggle button,
.fix-toggle .header_button-toggle button {
  position: relative;
  width: 2em;
  height: 2.5em;
  padding: 0;
  font-size: inherit;
  border: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  background: transparent;
}
.header_button .header_button-toggle button span,
.fix-toggle .header_button-toggle button span {
  position: absolute;
  right: 0;
  background: #fff;
  width: 100%;
  height: 2px;
  border-radius: 0;
  transition: inherit;
}
.header_button .header_button-toggle button span:nth-child(1),
.fix-toggle .header_button-toggle button span:nth-child(1) {
  top: 0.625em;
}
.header_button .header_button-toggle button span:nth-child(2),
.fix-toggle .header_button-toggle button span:nth-child(2) {
  top: 1.25em;
}
.header_button .header_button-toggle button span:nth-child(3),
.fix-toggle .header_button-toggle button span:nth-child(3) {
  top: 1.875em;
}
.header_button .header_button-toggle .hamburger.is-active span:nth-child(1),
.fix-toggle .header_button-toggle .hamburger.is-active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotateZ(-135deg);
}
.header_button .header_button-toggle .hamburger.is-active span:nth-child(2),
.fix-toggle .header_button-toggle .hamburger.is-active span:nth-child(2) {
  right: 50%;
  width: 0;
}
.header_button .header_button-toggle .hamburger.is-active span:nth-child(3),
.fix-toggle .header_button-toggle .hamburger.is-active span:nth-child(3) {
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotateZ(135deg);
}

.header-section {
  position: absolute;
  width: 100vw;
}
.header-section .header-wrapper {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  transition: 0.4s ease-in-out;
  gap: 12px;
  background-color: #f4ebe6;
  top: 0;
  left: 0;
  z-index: 99;
}
@media (min-width: 1025px) {
  .header-section .header-wrapper {
    padding-top: 2.8125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper {
    padding-top: 2.8125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .header-section .header-wrapper {
    padding-bottom: 0.9895833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper {
    padding-bottom: 0.9895833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .header-section .header-wrapper {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .header-section .header-wrapper {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper {
    padding-right: 40px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper {
    justify-content: space-between;
    flex-direction: row;
    background-color: transparent;
  }
}
@media only screen and (max-width: 600px) {
  .header-section .header-wrapper {
    padding-right: 30px !important;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper:after {
    content: "";
    position: absolute;
    right: 4.167vw;
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    bottom: 0;
    width: 36%;
  }
  .header-section .header-wrapper:before {
    content: "";
    position: absolute;
    left: 4.167vw;
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    bottom: 0;
    width: 36%;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__top-sect {
  display: flex;
  justify-content: space-between;
}
.header-section .header-wrapper .ham-wrapper__quick-menu {
  display: none;
}
.header-section .header-wrapper .ham-wrapper__quick-menu a {
  display: block !important;
}
.header-section .header-wrapper .ham-wrapper__icon-wrap .logo-section {
  display: none !important;
}
.header-section .header-wrapper .ham-wrapper__icon-wrap ul {
  display: none;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap ul {
    display: flex;
    gap: 2.083vw;
    flex-wrap: wrap;
  }
}
.header-section .header-wrapper .ham-wrapper__icon-wrap ul li a {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap ul li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap ul li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap ul li a {
    font-size: !important;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap ul li a {
    font-size: !important;
  }
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap .logo {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap .logo {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap .logo {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap .logo {
    height: 50px;
  }
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap .logo {
    display: none;
  }
}
.header-section .header-wrapper .ham-wrapper__icon svg {
  fill: #ffffff;
}
.header-section .header-wrapper .book-btn {
  display: none;
}
.header-section .header-wrapper .book-btn.mob-hide {
  width: 0;
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .book-btn.mob-hide {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .book-btn {
    display: block;
  }
}
.header-section .header-wrapper .book-btn ul {
  display: none;
}
.header-section .header-wrapper .book-btn .nice-select {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .book-btn .nice-select {
    display: flex;
    align-items: center;
    background: transparent;
    border: unset;
  }
}
.header-section .header-wrapper .nice-select .list {
  display: block;
}
.header-section .header-wrapper__upper .logo-section {
  display: none;
}
.header-section .header-wrapper.fixed {
  position: fixed;
  background-color: #f4ebe6;
  width: 100vw;
  padding: 10px 15px;
  box-shadow: 10px 0 50px -2px #888;
}
@media (min-width: 1025px) {
  .header-section .header-wrapper.fixed {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper.fixed {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper.fixed {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper.fixed {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) {
  .header-section .header-wrapper.fixed {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper.fixed {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper.fixed {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper.fixed {
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .header-section .header-wrapper.fixed {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper.fixed {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper.fixed {
    padding-left: 40px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper.fixed {
    padding-left: 15px;
  }
}
@media (min-width: 1025px) {
  .header-section .header-wrapper.fixed {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper.fixed {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper.fixed {
    padding-right: 40px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper.fixed {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper.fixed::after, .header-section .header-wrapper.fixed::before {
    content: unset;
  }
  .header-section .header-wrapper.fixed #book-comp {
    top: 11vw;
  }
  .header-section .header-wrapper.fixed .ham-wrapper__icon-wrap ul {
    display: none;
  }
  .header-section .header-wrapper.fixed .ham-wrapper__icon-wrap .logo {
    display: block;
  }
  .header-section .header-wrapper.fixed .ham-wrapper__icon svg {
    fill: #373737;
  }
  .header-section .header-wrapper.fixed .logo-section {
    display: none;
  }
}
@media only screen and (min-width: 600px) and (min-width: 600px) {
  .header-section .header-wrapper.fixed .book-btn {
    flex: 1 1 70%;
    max-width: 70%;
  }
  .header-section .header-wrapper.fixed .book-btn .nice-select {
    display: none;
  }
  .header-section .header-wrapper.fixed .book-btn ul {
    display: flex;
    position: relative;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 600px) and (min-width: 600px) and (min-width: 600px) {
  .header-section .header-wrapper.fixed .book-btn ul {
    display: none;
  }
}
@media only screen and (min-width: 600px) and (min-width: 600px) and (min-width: 1025px) {
  .header-section .header-wrapper.fixed .book-btn ul {
    display: flex;
    gap: 1vw 2.083vw;
  }
}
@media only screen and (min-width: 600px) and (min-width: 600px) {
  .header-section .header-wrapper.fixed .book-btn ul li a {
    position: relative;
    color: #373737;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin: unset;
    transition: 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 600px) and (min-width: 600px) and (min-width: 1025px) {
  .header-section .header-wrapper.fixed .book-btn ul li a {
    font-size: 0.8333333333vw !important;
  }
}
@media only screen and (min-width: 600px) and (min-width: 600px) and (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper.fixed .book-btn ul li a {
    font-size: 0.8333333333vw !important;
  }
}
@media only screen and (min-width: 600px) and (min-width: 600px) and (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper.fixed .book-btn ul li a {
    font-size: !important;
  }
}
@media only screen and (min-width: 600px) and (min-width: 600px) and (max-width: 600px) {
  .header-section .header-wrapper.fixed .book-btn ul li a {
    font-size: !important;
  }
}
@media only screen and (min-width: 600px) and (min-width: 600px) {
  .header-section .header-wrapper.fixed .book-btn ul li a:hover {
    color: #c5773e;
  }
  .header-section .header-wrapper.fixed .book-btn ul li a[aria-current=page] {
    color: #c5773e;
  }
}
@media (min-width: 1025px) {
  .header-section .header-wrapper.fixed .ham-wrapper__panel-wrapper__content__top-sect {
    padding-top: 1.5104166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper.fixed .ham-wrapper__panel-wrapper__content__top-sect {
    padding-top: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper.fixed .ham-wrapper__panel-wrapper__content__top-sect {
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper.fixed .ham-wrapper__panel-wrapper__content__top-sect {
    padding-top: 0;
  }
}
@media (min-width: 1025px) {
  .header-section .header-wrapper.fixed .ham-wrapper__panel-wrapper__content__top-sect {
    padding-bottom: 1.5104166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper.fixed .ham-wrapper__panel-wrapper__content__top-sect {
    padding-bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper.fixed .ham-wrapper__panel-wrapper__content__top-sect {
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper.fixed .ham-wrapper__panel-wrapper__content__top-sect {
    padding-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .header-section .header-wrapper.fixed .ham-wrapper__panel-wrapper__content__top-sect {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper.fixed .ham-wrapper__panel-wrapper__content__top-sect {
    padding-left: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper.fixed .ham-wrapper__panel-wrapper__content__top-sect {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper.fixed .ham-wrapper__panel-wrapper__content__top-sect {
    padding-left: 0;
  }
}
@media (min-width: 1025px) {
  .header-section .header-wrapper.fixed .ham-wrapper__panel-wrapper__content__top-sect {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper.fixed .ham-wrapper__panel-wrapper__content__top-sect {
    padding-right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper.fixed .ham-wrapper__panel-wrapper__content__top-sect {
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper.fixed .ham-wrapper__panel-wrapper__content__top-sect {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper.fixed {
    border-bottom: unset;
  }
  .header-section .header-wrapper.fixed .desk-logo a {
    display: none;
  }
  .header-section .header-wrapper.fixed #book-comp {
    top: 5.9895833333vw;
  }
  .header-section .header-wrapper.fixed .logo-section img {
    width: 9.1145833333vw;
  }
  .header-section .header-wrapper.fixed .ham-wrapper__quick-menu {
    display: flex;
  }
  .header-section .header-wrapper.fixed .ham-wrapper__quick-menu ul {
    display: flex;
    gap: 0.5vw 1.25vw;
    flex-wrap: wrap;
    justify-content: center;
  }
  .header-section .header-wrapper.fixed .ham-wrapper__quick-menu ul li a {
    font-size: 0.85vw;
    margin: unset;
    font-weight: 500;
  }
  .header-section .header-wrapper.fixed .ham-wrapper__icon-wrap .logo-section {
    display: block !important;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper.fixed .ham-wrapper__icon-wrap {
    gap: 2vw;
  }
}
.header-section .header-wrapper.fixed .ham-wrapper__icon-wrap ul.menu {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper.fixed .ham-wrapper__icon-wrap ul.menu {
    gap: 1vw 2vw;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper.fixed .ham-wrapper__icon-wrap ul.menu li a {
    margin: unset !important;
  }
}
.header-section .header-wrapper .ham-wrapper {
  border-radius: 100px;
  width: 100%;
  display: flex;
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .ham-wrapper {
    flex: 1 1 30%;
    max-width: 30%;
    display: flex;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper {
    flex: 1 1 40%;
    max-width: 40%;
  }
  .header-section .header-wrapper .ham-wrapper__icon-wrap .logo-section {
    display: none !important;
  }
}
.header-section .header-wrapper .ham-wrapper__icon {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__icon {
    display: flex;
    gap: 20px;
    align-items: center;
  }
}
.header-section .header-wrapper .ham-wrapper__icon-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 7;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap {
    justify-content: flex-start;
  }
}
.header-section .header-wrapper .ham-wrapper__icon-wrap svg {
  width: 22px;
  height: 22px;
  fill: #373737;
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap svg {
    fill: #ffffff;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap svg {
    width: 1.771vw;
    height: 1.146vw;
  }
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap {
    gap: 2vw;
  }
  .header-section .header-wrapper .ham-wrapper__icon-wrap ul {
    display: none;
    position: relative;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap ul {
    display: flex;
    gap: 1.083vw;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap ul {
    gap: 2.083vw;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap ul li a {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin: unset;
    transition: 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap ul li a {
    font-size: 0.8333333333vw !important;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap ul li a {
    font-size: 0.8333333333vw !important;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap ul li a {
    font-size: !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap ul li a {
    font-size: !important;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap ul li a:hover {
    color: #a76928;
  }
  .header-section .header-wrapper .ham-wrapper__icon-wrap ul li a[aria-current=page] {
    color: #a76928;
  }
}
.header-section .header-wrapper .ham-wrapper__icon-wrap span {
  display: none;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap span {
    display: block;
    font-size: 14px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    transition: 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap span {
    font-size: 0.938vw;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper {
  position: absolute;
  width: 100vw;
  height: 100dvh;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 99999;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__panel {
  position: absolute;
  top: unset;
  left: unset;
  width: 0;
  height: 100dvh;
  transition: 0.5s width ease-in-out;
  z-index: 8;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__panel {
    left: unset;
    top: unset;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__panel.active {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  transition: 0.5s width ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__panel.active {
    width: 55.5vw;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100dvh;
  overflow: auto;
  flex-direction: column;
  z-index: 99999;
  opacity: 0;
  transition: 0.5s width ease-in-out;
  position: relative;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content.unhide {
  width: 100vw;
  transition: 0.5s width ease-in-out;
  opacity: 1;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content.unhide .ham-wrapper__panel-wrapper__content__bottom-sect-item:first-child {
  width: 100%;
  opacity: 1;
  transition: 1s width, 1s opacity ease-in-out;
  pointer-events: all;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content.unhide .ham-wrapper__panel-wrapper__content__bottom-sect-item:last-child {
  width: 100%;
  opacity: 1;
  transition: 2.5s width, 2.5s opacity ease-in-out;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect {
  display: flex;
  width: 100%;
  height: 100dvh;
  overflow: auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect .ham-close-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect .ham-close-wrapper .logo-section {
  display: flex;
  justify-content: flex-start;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect .ham-close-wrapper .logo-section a {
  position: relative;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect .ham-close-wrapper svg {
  width: 22px;
  height: 22px;
  fill: #373737;
  cursor: pointer;
  filter: invert(56%) sepia(71%) saturate(471%) hue-rotate(350deg) brightness(0%) contrast(90%);
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect .ham-close-wrapper svg {
    width: 1.771vw;
    height: 1.146vw;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-y: auto;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease-in-out;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li:hover {
    background-color: unset;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li:last-child a {
    border-bottom: unset;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li.active a {
  border-bottom: unset;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
  color: #373737;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1px;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    padding-bottom: 12px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    padding-bottom: 12px;
  }
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    padding-top: 12px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    padding-top: 12px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    line-height: 150%;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a:hover {
  padding-left: 5px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a:hover {
    padding-left: unset;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a[aria-current=page] {
  position: relative;
  color: #f1812f;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("./images/sub-menu-new-arrow-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  transform: rotate(180deg);
  transition: 0.2s ease-in-out;
  cursor: pointer;
  top: 15px;
  right: 0;
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon {
    padding-bottom: 12px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon {
    padding-bottom: 12px;
  }
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon {
    padding-top: 12px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon {
    padding-top: 12px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon {
    top: 19px;
    background: url("./images/sub-menu-new-arrow-black.svg");
    background-position: center;
    background-repeat: no-repeat;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon.open {
  transform: rotate(0);
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li {
  border-bottom: unset !important;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li:first-child a {
  padding-top: unset !important;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.8px;
  text-transform: capitalize;
  padding-left: 5px;
  transition: padding-left 0.4s ease-in-out, color 0.4s ease-in-out;
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
    padding-bottom: 0.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
    padding-bottom: 0.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
    padding-bottom: 7px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
    padding-bottom: 7px;
  }
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
    padding-top: 0.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
    padding-top: 0.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
    padding-top: 7px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
    padding-top: 7px;
  }
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
    font-size: 14px !important;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a:hover {
  transition: padding-left 0.4s ease-in-out, color 0.4s ease-in-out;
  color: #f1812f;
  padding-left: 8px;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a:hover {
    padding-left: 1vw;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu.active {
  max-height: 500px;
  transition: max-height 0.4s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu.active li:last-child a {
    padding-bottom: 1vw;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu.active a {
  border-bottom: unset;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu.active a {
    padding-left: 0.5vw;
    transition: padding-left 0.4s ease-in-out;
  }
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect {
    flex-direction: row;
    gap: unset;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item {
  display: flex;
  flex-direction: column;
  width: 0;
  height: 100dvh;
  background: rgb(243, 237, 226);
  padding: 20px 15px;
  opacity: 0;
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item {
    gap: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item {
    gap: 3.6458333333vw;
  }
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item {
    flex: 1 1 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100dvh;
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item {
    padding: 1.9vw 4.167vw;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item:first-child {
  transition: 2.5s width, 2.5s opacity ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item:first-child {
    background: #f4ebe6;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item:last-child {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item:last-child {
    padding: unset;
    display: block;
    transition: 1s width, 1s opacity ease-in-out;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item:last-child img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.upper-menu {
  padding-top: 24px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.upper-menu {
    padding-top: unset;
    margin-bottom: unset;
    height: 23vw;
    padding-right: 1.5vw;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.upper-menu li:last-child .sub-menu.active {
  padding-top: 12px;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.upper-menu li:last-child .sub-menu.active {
    padding-top: unset;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.upper-menu li a {
  font-size: 20px;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.upper-menu li a:hover {
  color: #f1812f;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu {
  padding-top: 24px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu {
    padding-top: unset;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  border-top: 1px solid rgba(69, 69, 69, 0.2);
  width: 100%;
  height: 1px;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu::before {
    content: unset;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu {
    display: flex;
    gap: 0 2vw;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu li {
  border-bottom: unset !important;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu li {
    flex: 1 1 calc(50% - 1vw);
    max-width: calc(50% - 1vw);
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu li a {
  transition: 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu li a {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu li a {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu li a {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu li a {
    padding-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu li a {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu li a {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu li a {
    padding-top: 5px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu li a {
    padding-top: 5px;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu li a:hover {
  color: #f1812f;
  transition: 0.3s ease-in-out;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.social-media-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.social-media-menu li {
  margin-right: 15px;
  width: fit-content;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.social-media-menu li:last-child {
  margin-right: 15px;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.social-media-menu li a svg {
  fill: #eae2dd;
  transition: 0.3s fill ease-in-out;
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.social-media-menu li a svg {
    height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.social-media-menu li a svg {
    height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.social-media-menu li a svg {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.social-media-menu li a svg {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.social-media-menu li a svg {
    width: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.social-media-menu li a svg {
    width: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.social-media-menu li a svg {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.social-media-menu li a svg {
    width: 30px;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.social-media-menu li a:hover svg {
  fill: #ffffff;
  transition: 0.3s fill ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content {
    max-width: 55.5vw;
  }
}
.header-section .header-wrapper .ham-wrapper-close-icon {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper-close-icon {
    gap: 1vw;
  }
}
.header-section .header-wrapper .ham-wrapper-close-icon svg {
  width: 32px;
  height: 32px;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper-close-icon svg {
    width: 2vw;
    height: 2vw;
  }
}
.header-section .header-wrapper .ham-wrapper-close-icon span {
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper-close-icon span {
    font-size: 0.938vw;
  }
}
.header-section .header-wrapper .logo-section {
  flex: 1 1 calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .logo-section {
    flex: 1 1 40%;
    max-width: 30%;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .logo-section {
    flex: 1 1 20%;
    max-width: 20%;
  }
  .header-section .header-wrapper .logo-section.desk-logo {
    display: flex;
    justify-content: center;
  }
  .header-section .header-wrapper .logo-section a {
    position: absolute;
    top: 38%;
  }
  .header-section .header-wrapper .logo-section a img {
    width: 14.32vw;
  }
}
.header-section .header-wrapper .logo-section img {
  width: 120px;
  height: auto;
  transition: width 0.3s ease-in-out;
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .logo-section img {
    width: 200px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .logo-section img {
    width: 12vw;
  }
}
.header-section .header-wrapper .languagelink {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .languagelink {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .book-btn {
    flex: 1 1 30%;
    max-width: 30%;
    display: flex !important;
    justify-content: flex-end;
    gap: 1.5vw;
    align-items: center;
  }
  .header-section .header-wrapper .book-btn .ona-green-border-btn {
    border-color: #ffffff;
    color: #ffffff;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1025px) {
  .header-section .header-wrapper .book-btn .ona-green-border-btn {
    width: 11vw;
  }
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .book-btn .ona-green-border-btn:hover {
    border-color: #435830;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .book-btn {
    flex: 1 1 40%;
    max-width: 40%;
  }
}
.header-section .header-wrapper .book-btn .nice-select {
  padding-left: unset;
}
.header-section .header-wrapper .book-btn .nice-select::after {
  top: 33%;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .book-btn .nice-select::after {
    width: 0.5vw;
    height: 0.5vw;
    top: 40%;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .book-btn .nice-select::after {
    margin-top: unset;
    top: 33%;
  }
}
.header-section .header-wrapper .book-btn .nice-select span,
.header-section .header-wrapper .book-btn .nice-select .option {
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .book-btn .nice-select span,
  .header-section .header-wrapper .book-btn .nice-select .option {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .book-btn .nice-select span,
  .header-section .header-wrapper .book-btn .nice-select .option {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .book-btn .nice-select span,
  .header-section .header-wrapper .book-btn .nice-select .option {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper .book-btn .nice-select span,
  .header-section .header-wrapper .book-btn .nice-select .option {
    font-size: 14px !important;
  }
}
.header-section .header-wrapper .book-btn .nice-select .list {
  border-radius: unset;
  background-color: rgba(22, 22, 22, 0.56);
}
.header-section .header-wrapper .book-btn .nice-select .list .option {
  background-color: rgba(22, 22, 22, 0.56);
  color: #ffffff;
}
.header-section .header-wrapper .book-btn .nice-select .list .option:hover {
  color: #c5773e;
  background-color: rgba(22, 22, 22, 0.8);
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .book-btn .book-now-wid-btn {
    max-width: 180px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .book-btn .book-now-wid-btn {
    max-width: unset;
    display: flex !important;
  }
}
.header-section .header-wrapper .book-btn .book-now-wid-btn a {
  color: #ffffff !important;
}
.header-section .header-wrapper .book-btn .white-border-btn {
  width: 100%;
  transition: 0.5s ease-in-out;
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .book-btn .white-border-btn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .book-btn .white-border-btn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .book-btn .white-border-btn {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper .book-btn .white-border-btn {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .book-btn .white-border-btn {
    padding: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .book-btn .white-border-btn {
    width: fit-content;
    padding: 15px 40px;
  }
}
.header-section ul .sub-menu {
  transition: 0.4s ease-in-out;
}
.header-section ul .sub-menu li a {
  font-size: 12px;
  padding-bottom: unset;
}
@media only screen and (min-width: 1025px) {
  .header-section ul .sub-menu li a {
    font-size: 0.8vw;
  }
}
.header-section ul li a {
  font-size: 14px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
}
@media only screen and (min-width: 1025px) {
  .header-section ul li a {
    font-size: 0.938vw;
  }
}

#book-comp {
  top: 120px;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
  border-radius: 5px;
  width: 300px;
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: #f3eee3;
  padding: 20px 20px 20px 20px;
  pointer-events: all;
  box-shadow: 0px 0px 25px 31px rgba(0, 0, 0, 0.1);
  transition: all 0.5s linear;
  transform: translate(-50%, -50%);
}
#book-comp.show {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
  transition: opacity 0.5s ease-in-out;
}
#book-comp .closs_ibe {
  display: flex;
  justify-content: flex-end;
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin-left: auto;
}
#book-comp .closs_ibe svg {
  width: 20px !important;
  height: 20px !important;
}
@media screen and (min-width: 500px) {
  #book-comp {
    width: 380px;
  }
}
@media only screen and (min-width: 1025px) {
  #book-comp {
    width: 22vw;
  }
}
@media only screen and (min-width: 1500px) {
  #book-comp {
    right: 80px;
  }
}
@media screen and (min-width: 1900px) {
  #book-comp {
    width: 450px;
  }
}
@media only screen and (min-width: 600px) {
  #book-comp {
    right: 40px;
    left: unset;
    transform: unset;
    top: 80px;
  }
}
@media only screen and (min-width: 1025px) {
  #book-comp {
    right: 4.167vw;
    top: 7vw;
  }
}

a[aria-current=page] {
  position: relative;
}

a[aria-current=page]::after {
  width: 100% !important;
  transition: 0.3s width ease-in-out;
}

#scrollToTop {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 99;
  font-size: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: unset;
  border-radius: 50%;
  box-shadow: -7px -4px 25px -7px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: 0.3s transform ease-in-out;
}
@media only screen and (min-width: 600px) {
  #scrollToTop {
    bottom: 40px;
    right: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  #scrollToTop {
    bottom: 5.3vw;
    right: 4vw;
  }
}
#scrollToTop:hover {
  transform: scale(1.2);
  transition: 0.3s transform ease-in-out;
}

.header-left-menu .menu-item-has-children,
.header-fixed-menu .menu-item-has-children {
  /* Hide submenus by default */
  position: relative;
  /* hide all submenus by default */
  /* submenu links */
  /* show submenu on hover for desktop */
  /* optional: adjust left menu for vertical sidebar */
}
.header-left-menu .menu-item-has-children .sub-menu,
.header-fixed-menu .menu-item-has-children .sub-menu {
  display: none !important;
  position: absolute !important; /* for horizontal menus */
  top: 100%; /* right below the parent */
  left: 0;
  background: rgba(22, 22, 22, 0.56);
  list-style: none;
  margin: 0;
  padding: 10px 0;
  min-width: 300px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  z-index: 99;
  padding: unset;
}
.header-left-menu .menu-item-has-children:hover a::after,
.header-fixed-menu .menu-item-has-children:hover a::after {
  transform: rotate(180deg);
}
.header-left-menu .menu-item-has-children:hover .sub-menu,
.header-fixed-menu .menu-item-has-children:hover .sub-menu {
  display: block !important;
}
.header-left-menu .menu-item-has-children li a,
.header-fixed-menu .menu-item-has-children li a {
  display: block;
  padding: 10px 15px;
  color: #ffffff !important;
  text-decoration: none;
  padding-bottom: 10px !important;
}
.header-left-menu .menu-item-has-children .sub-menu li:hover,
.header-fixed-menu .menu-item-has-children .sub-menu li:hover {
  background: rgba(22, 22, 22, 0.8);
}
.header-left-menu .menu-item-has-children .sub-menu li:hover a,
.header-fixed-menu .menu-item-has-children .sub-menu li:hover a {
  color: #c5773e !important;
}
.header-left-menu .menu-item-has-children #header-fixed-menu li.menu-item-has-children:hover > .sub-menu,
.header-left-menu .menu-item-has-children #header-left-menu li.menu-item-has-children:hover > .sub-menu,
.header-fixed-menu .menu-item-has-children #header-fixed-menu li.menu-item-has-children:hover > .sub-menu,
.header-fixed-menu .menu-item-has-children #header-left-menu li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.header-left-menu .menu-item-has-children .header-left-menu li.menu-item-has-children .sub-menu,
.header-fixed-menu .menu-item-has-children .header-left-menu li.menu-item-has-children .sub-menu {
  position: relative; /* submenu slides down below parent */
  top: 0;
  left: 0;
  box-shadow: none;
  background-color: rgba(22, 22, 22, 0.56);
}

#header-fixed-menu li.menu-item-has-children > a::after,
#header-left-menu li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 20%;
  transform: rotate(45deg);
  width: 0.5vw !important;
  height: 0.5vw;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  pointer-events: none;
  transition: transform 0.25s ease;
}
@media only screen and (min-width: 1025px) {
  #header-fixed-menu li.menu-item-has-children > a::after,
  #header-left-menu li.menu-item-has-children > a::after {
    right: -1.0416666667vw;
  }
}
#header-fixed-menu li.menu-item-has-children > a::after:hover,
#header-left-menu li.menu-item-has-children > a::after:hover {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

#header-fixed-menu li.menu-item-has-children > a::after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

/* When parent is active/open */
#header-fixed-menu li.menu-item-has-children:hover > a::after,
#header-left-menu li.menu-item-has-children:hover > a::after {
  transform: rotate(-135deg); /* rotate up */
  top: 35%;
}

.header-left-menu li.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.mandara-footer {
  position: relative;
  overflow-x: hidden;
  z-index: 2;
}
@media only screen and (min-width: 600px) {
  .mandara-footer::after {
    content: "";
    position: absolute;
    right: -15px;
    background-image: url("../../img/footer-design.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    animation: float-rotate 5s ease-in-out infinite;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1025px) {
  .mandara-footer::after {
    top: 5.9375vw;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer::after {
    top: 5.9375vw;
  }
}
@media only screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer::after {
    top: 80px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 600px) {
  .mandara-footer::after {
    top: 50px;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1025px) {
  .mandara-footer::after {
    height: 11.4583333333vw;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer::after {
    height: 11.4583333333vw;
  }
}
@media only screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer::after {
    height: 150px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 600px) {
  .mandara-footer::after {
    height: 100px;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1025px) {
  .mandara-footer::after {
    width: 11.4583333333vw;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer::after {
    width: 11.4583333333vw;
  }
}
@media only screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer::after {
    width: 150px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 600px) {
  .mandara-footer::after {
    width: 100px;
  }
}
.mandara-footer a[aria-current=page] {
  color: #c5773e !important;
  transition: 0.3s ease-in-out;
}
.mandara-footer a {
  transition: 0.3s ease-in-out;
  color: #373737;
}
.mandara-footer a:hover {
  color: #c5773e !important;
}
.mandara-footer__top {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .mandara-footer__top {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1025px) {
  .mandara-footer__top {
    flex-wrap: unset;
  }
}
.mandara-footer__top-item {
  border-right: unset;
}
@media (min-width: 1025px) {
  .mandara-footer__top-item {
    padding-top: 5.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item {
    padding-top: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .mandara-footer__top-item {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .mandara-footer__top-item {
    padding-right: 6.5104166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item {
    padding-right: 6.5104166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item {
    padding-right: 40px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item {
    padding-right: 16px;
  }
}
@media (min-width: 1025px) {
  .mandara-footer__top-item {
    padding-left: 7.8125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item {
    padding-left: 6.5104166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item {
    padding-left: 40px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item {
    padding-left: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .mandara-footer__top-item:nth-child(2) {
    padding-bottom: unset;
  }
}
@media only screen and (min-width: 1025px) {
  .mandara-footer__top-item .newsletter {
    gap: 1.0416666667vw !important;
  }
}
.mandara-footer__top-item__two-wrapper {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media only screen and (min-width: 600px) {
  .mandara-footer__top-item__two-wrapper {
    flex-direction: column;
  }
}
.mandara-footer__top-item:first-child {
  background-color: #eae2dd;
}
@media (min-width: 1025px) {
  .mandara-footer__top-item:first-child {
    padding-left: 10.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item:first-child {
    padding-left: 10.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item:first-child {
    padding-left: 40px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item:first-child {
    padding-left: 16px;
  }
}
@media (min-width: 1025px) {
  .mandara-footer__top-item:first-child {
    padding-right: 10.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item:first-child {
    padding-right: 10.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item:first-child {
    padding-right: 40px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item:first-child {
    padding-right: 16px;
  }
}
@media (min-width: 1025px) {
  .mandara-footer__top-item:first-child {
    padding-top: 10.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item:first-child {
    padding-top: 10.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item:first-child {
    padding-top: 40px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item:first-child {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 600px) {
  .mandara-footer__top-item:first-child {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .mandara-footer__top-item:first-child {
    flex: 1 1 35%;
    max-width: 35%;
  }
}
.mandara-footer__top-item:first-child img {
  display: block;
  margin: 0 auto;
  width: fit-content;
  object-fit: contain;
}
@media (min-width: 1025px) {
  .mandara-footer__top-item:first-child img {
    height: 4.5833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item:first-child img {
    height: 4.5833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item:first-child img {
    height: 72px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item:first-child img {
    height: 60px;
  }
}
@media (min-width: 1025px) {
  .mandara-footer__top-item:first-child img {
    margin-bottom: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item:first-child img {
    margin-bottom: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item:first-child img {
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item:first-child img {
    margin-bottom: 40px;
  }
}
.mandara-footer__top-item:first-child h6 {
  text-align: center;
}
.mandara-footer__top-item:first-child h6::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border-bottom: 1px solid #c5773e;
  width: 71px;
  height: 1;
  transform: translateX(-50%);
}
.mandara-footer__top-item:first-child ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1025px) {
  .mandara-footer__top-item:first-child ul {
    margin-top: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item:first-child ul {
    margin-top: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item:first-child ul {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item:first-child ul {
    margin-top: 20px;
  }
}
.mandara-footer__top-item:first-child ul li {
  color: #373737;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  text-align: center;
}
@media (min-width: 1025px) {
  .mandara-footer__top-item:first-child ul li {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item:first-child ul li {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item:first-child ul li {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item:first-child ul li {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .mandara-footer__top-item:first-child ul li {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item:first-child ul li {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item:first-child ul li {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item:first-child ul li {
    font-size: 15px !important;
  }
}
.mandara-footer__top-item:first-child ul li:last-child {
  padding-bottom: unset;
}
.mandara-footer__top-item:nth-child(2) {
  display: flex;
  justify-content: space-between;
  background-color: #f4ebe6;
}
@media (min-width: 1025px) {
  .mandara-footer__top-item:nth-child(2) {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item:nth-child(2) {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item:nth-child(2) {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item:nth-child(2) {
    gap: 20px;
  }
}
@media only screen and (min-width: 600px) {
  .mandara-footer__top-item:nth-child(2) {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .mandara-footer__top-item:nth-child(2) {
    flex: 1 1 20%;
    max-width: 20%;
    padding-right: unset;
  }
}
.mandara-footer__top-item:nth-child(2) .fihal-footer__top-item-contact,
.mandara-footer__top-item:nth-child(2) .fihal-footer__top-item-discover {
  flex: 1 1 50%;
  max-width: 50%;
}
.mandara-footer__top-item:nth-child(2) p {
  color: #383838;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  .mandara-footer__top-item:nth-child(2) p {
    font-size: 0.9895833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item:nth-child(2) p {
    font-size: 0.9895833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item:nth-child(2) p {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item:nth-child(2) p {
    font-size: 12px !important;
  }
}
@media (min-width: 1025px) {
  .mandara-footer__top-item:nth-child(2) ul.upper-menu li {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item:nth-child(2) ul.upper-menu li {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item:nth-child(2) ul.upper-menu li {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item:nth-child(2) ul.upper-menu li {
    padding-bottom: 20px;
  }
}
.mandara-footer__top-item:nth-child(2) ul.upper-menu li a {
  color: #373737;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .mandara-footer__top-item:nth-child(2) ul.upper-menu li a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item:nth-child(2) ul.upper-menu li a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item:nth-child(2) ul.upper-menu li a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item:nth-child(2) ul.upper-menu li a {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .mandara-footer__top-item:nth-child(2) ul.bottom-menu li {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item:nth-child(2) ul.bottom-menu li {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item:nth-child(2) ul.bottom-menu li {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item:nth-child(2) ul.bottom-menu li {
    padding-bottom: 10px;
  }
}
.mandara-footer__top-item:nth-child(2) ul.bottom-menu li a {
  color: #373737;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  .mandara-footer__top-item:nth-child(2) ul.bottom-menu li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item:nth-child(2) ul.bottom-menu li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item:nth-child(2) ul.bottom-menu li a {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item:nth-child(2) ul.bottom-menu li a {
    font-size: 16px !important;
  }
}
.mandara-footer__top-item:last-child {
  border-right: unset;
  background-color: #f4ebe6;
}
@media only screen and (min-width: 600px) {
  .mandara-footer__top-item:last-child {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .mandara-footer__top-item:last-child {
    flex: 1 1 45%;
    max-width: 45%;
    max-width: unset;
    margin: unset;
  }
}
.mandara-footer__top-item:last-child .mandara-footer__top-item__wrapper-contact-details {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .mandara-footer__top-item:last-child .mandara-footer__top-item__wrapper-contact-details {
    padding-bottom: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item:last-child .mandara-footer__top-item__wrapper-contact-details {
    padding-bottom: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item:last-child .mandara-footer__top-item__wrapper-contact-details {
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item:last-child .mandara-footer__top-item__wrapper-contact-details {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .mandara-footer__top-item:last-child .mandara-footer__top-item__wrapper-contact-details {
    flex-direction: row;
  }
}
.mandara-footer__top-item:last-child .mandara-footer__top-item__wrapper-contact-details-item {
  z-index: 2;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1025px) {
  .mandara-footer__top-item:last-child .mandara-footer__top-item__wrapper-contact-details-item {
    flex: 1 1 50%;
    max-width: 50%;
    padding-right: 2.0833333333vw;
    padding-bottom: unset;
  }
}
.mandara-footer__top-item:last-child .mandara-footer__top-item__wrapper-contact-details-item a {
  display: flex;
  align-items: flex-start;
  line-height: 1;
}
@media (min-width: 1025px) {
  .mandara-footer__top-item:last-child .mandara-footer__top-item__wrapper-contact-details-item a {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item:last-child .mandara-footer__top-item__wrapper-contact-details-item a {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item:last-child .mandara-footer__top-item__wrapper-contact-details-item a {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item:last-child .mandara-footer__top-item__wrapper-contact-details-item a {
    padding-bottom: 20px;
  }
}
.mandara-footer__top-item:last-child .mandara-footer__top-item__wrapper-contact-details-item a:first-child {
  cursor: auto;
  line-height: 1.8;
}
.mandara-footer__top-item:last-child .mandara-footer__top-item__wrapper-contact-details-item a:first-child:hover .mandara-footer__top-item__wrapper-contact-details-item-info {
  color: #373737;
}
.mandara-footer__top-item:last-child .mandara-footer__top-item__wrapper-contact-details-item a:last-child {
  padding-bottom: unset;
}
.mandara-footer__top-item:last-child .mandara-footer__top-item__wrapper-contact-details-item a:hover .mandara-footer__top-item__wrapper-contact-details-item-info {
  color: #c5773e;
  transition: 0.3s ease-in-out;
}
.mandara-footer__top-item:last-child .mandara-footer__top-item__wrapper-contact-details-item a svg {
  min-width: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  margin-right: 10px;
}
.mandara-footer__top-item:last-child .mandara-footer__top-item__wrapper-contact-details-item-info {
  display: flex;
  flex-direction: column;
  color: #373737;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .mandara-footer__top-item:last-child .mandara-footer__top-item__wrapper-contact-details-item-info {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item:last-child .mandara-footer__top-item__wrapper-contact-details-item-info {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item:last-child .mandara-footer__top-item__wrapper-contact-details-item-info {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item:last-child .mandara-footer__top-item__wrapper-contact-details-item-info {
    font-size: 14px !important;
  }
}
.mandara-footer__top-item:last-child .mandara-footer__top-item__wrapper-contact-details-item-info b {
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 1;
}
.mandara-footer__top-item:last-child form {
  display: flex;
}
@media (min-width: 1025px) {
  .mandara-footer__top-item:last-child form {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item:last-child form {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item:last-child form {
    height: 38px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item:last-child form {
    height: 38px;
  }
}
@media (min-width: 1025px) {
  .mandara-footer__top-item:last-child form {
    width: 18.75vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item:last-child form {
    width: 18.75vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item:last-child form {
    width: nul;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item:last-child form {
    width: 300px;
  }
}
.mandara-footer__top-item:last-child form input {
  border-radius: unset !important;
  border: 1px solid #8391a3 !important;
  background: #f8f3f0 !important;
  padding: 20px 0 20px 20px;
  width: 100%;
  border-right: unset !important;
  color: #383838;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  line-height: 180%;
}
@media (min-width: 1025px) {
  .mandara-footer__top-item:last-child form input {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item:last-child form input {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item:last-child form input {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item:last-child form input {
    font-size: 12px !important;
  }
}
@media (min-width: 1025px) {
  .mandara-footer__top-item:last-child form input {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item:last-child form input {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item:last-child form input {
    height: 38px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item:last-child form input {
    height: 38px;
  }
}
.mandara-footer__top-item:last-child form input::placeholder {
  color: #373737 !important;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  line-height: 200%;
}
@media (min-width: 1025px) {
  .mandara-footer__top-item:last-child form input::placeholder {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item:last-child form input::placeholder {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item:last-child form input::placeholder {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item:last-child form input::placeholder {
    font-size: 14px !important;
  }
}
.mandara-footer__top-item:last-child form button {
  border: 1px solid #c5773e;
  background: #c5773e;
  padding: 20px;
  border-radius: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: unset !important;
}
@media (min-width: 1025px) {
  .mandara-footer__top-item:last-child form button {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item:last-child form button {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item:last-child form button {
    height: 38px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item:last-child form button {
    height: 38px;
  }
}
.mandara-footer__top-item:last-child form button svg {
  width: 14px;
  height: 18px;
}
.mandara-footer__top-item:last-child ul.social-media-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.mandara-footer__top-item:last-child ul.social-media-menu li {
  margin-right: 15px;
  width: fit-content;
}
.mandara-footer__top-item:last-child ul.social-media-menu li:last-child {
  margin-right: 15px;
}
.mandara-footer__top-item:last-child ul.social-media-menu li a svg {
  fill: #eae2dd;
  transition: 0.3s fill ease-in-out;
}
@media (min-width: 1025px) {
  .mandara-footer__top-item:last-child ul.social-media-menu li a svg {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item:last-child ul.social-media-menu li a svg {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item:last-child ul.social-media-menu li a svg {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item:last-child ul.social-media-menu li a svg {
    height: 50px;
  }
}
@media (min-width: 1025px) {
  .mandara-footer__top-item:last-child ul.social-media-menu li a svg {
    width: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item:last-child ul.social-media-menu li a svg {
    width: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item:last-child ul.social-media-menu li a svg {
    width: 50px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item:last-child ul.social-media-menu li a svg {
    width: 50px;
  }
}
.mandara-footer__top-item:last-child ul.social-media-menu li a:hover svg {
  fill: #ffffff;
  transition: 0.3s fill ease-in-out;
}
.mandara-footer__top-item h6 {
  color: #373737;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}
@media (min-width: 1025px) {
  .mandara-footer__top-item h6 {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__top-item h6 {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__top-item h6 {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .mandara-footer__top-item h6 {
    font-size: 16px !important;
  }
}
.mandara-footer__top-item h6::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #c5773e;
  width: 71px;
  height: 1;
}
.mandara-footer__middle {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
  justify-content: center;
}
@media (min-width: 1025px) {
  .mandara-footer__middle {
    padding-top: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__middle {
    padding-top: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__middle {
    padding-top: 25px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__middle {
    padding-top: 25px;
  }
}
@media (min-width: 1025px) {
  .mandara-footer__middle {
    padding-bottom: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__middle {
    padding-bottom: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__middle {
    padding-bottom: 25px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__middle {
    padding-bottom: 25px;
  }
}
@media (min-width: 1025px) {
  .mandara-footer__middle {
    padding-left: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__middle {
    padding-left: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__middle {
    padding-left: 25px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__middle {
    padding-left: 25px;
  }
}
@media (min-width: 1025px) {
  .mandara-footer__middle {
    padding-right: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__middle {
    padding-right: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__middle {
    padding-right: 25px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__middle {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 600px) {
  .mandara-footer__middle {
    flex-wrap: nowrap;
  }
}
.mandara-footer__middle img {
  width: fit-content;
  object-fit: contain;
}
@media (min-width: 1025px) {
  .mandara-footer__middle img {
    height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__middle img {
    height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__middle img {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__middle img {
    height: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .mandara-footer__middle img {
    flex: 1 1 calc(50% - 25px);
    max-width: calc(50% - 25px);
  }
}
.mandara-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #eae2dd;
}
@media (min-width: 1025px) {
  .mandara-footer__bottom {
    gap: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__bottom {
    gap: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__bottom {
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__bottom {
    gap: 15px;
  }
}
@media (min-width: 1025px) {
  .mandara-footer__bottom {
    padding-right: 6.875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__bottom {
    padding-right: 6.875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__bottom {
    padding-right: 40px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__bottom {
    padding-right: 16px;
  }
}
@media (min-width: 1025px) {
  .mandara-footer__bottom {
    padding-left: 6.875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__bottom {
    padding-left: 6.875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__bottom {
    padding-left: 40px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__bottom {
    padding-left: 16px;
  }
}
@media (min-width: 1025px) {
  .mandara-footer__bottom {
    padding-top: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__bottom {
    padding-top: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__bottom {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__bottom {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .mandara-footer__bottom {
    padding-bottom: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__bottom {
    padding-bottom: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__bottom {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .mandara-footer__bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1025px) {
  .mandara-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.mandara-footer__bottom-item {
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .mandara-footer__bottom-item:first-child {
    text-align: left;
  }
  .mandara-footer__bottom-item:last-child {
    text-align: right;
  }
}
.mandara-footer__bottom-item ul {
  justify-content: center;
  row-gap: 5px !important;
}
@media only screen and (min-width: 600px) {
  .mandara-footer__bottom-item ul {
    justify-content: left;
  }
}
.mandara-footer__bottom-item ul li:first-child a::after {
  content: unset;
}
.mandara-footer__bottom-item ul li a {
  text-transform: capitalize;
  color: #383838;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}
@media (min-width: 1025px) {
  .mandara-footer__bottom-item ul li a {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__bottom-item ul li a {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__bottom-item ul li a {
    font-size: 11px !important;
  }
}
@media (max-width: 600px) {
  .mandara-footer__bottom-item ul li a {
    font-size: 11px !important;
  }
}
.mandara-footer__bottom-item ul li a::after {
  color: #373737;
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  width: 1px;
  background-color: #373737;
}
.mandara-footer__bottom-item ul li a:hover {
  color: #c5773e;
}
.mandara-footer__bottom-item ul li a:hover::after {
  color: #373737;
}
.mandara-footer__bottom-item a,
.mandara-footer__bottom-item p {
  color: #383838;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: unset;
  font-weight: 400;
  line-height: 1.3;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .mandara-footer__bottom-item a,
  .mandara-footer__bottom-item p {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-footer__bottom-item a,
  .mandara-footer__bottom-item p {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-footer__bottom-item a,
  .mandara-footer__bottom-item p {
    font-size: 11px !important;
  }
}
@media (max-width: 600px) {
  .mandara-footer__bottom-item a,
  .mandara-footer__bottom-item p {
    font-size: 11px !important;
  }
}
.mandara-footer__bottom-item a:hover {
  color: #c5773e;
}

#eme-slider-v2 {
  position: relative;
  width: 100%;
  z-index: 0;
  height: 100dvh;
}
#eme-slider-v2 video {
  width: 100%;
}
#eme-slider-v2.no-vid .owl-dots {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#eme-slider-v2.no-vid .owl-dots .owl-dot span {
  background-color: #869791;
}
#eme-slider-v2.no-vid .owl-dots .owl-dot.active span {
  background-color: #ffffff;
}
#eme-slider-v2.toggled {
  transform: scale(1.3);
}
#eme-slider-v2 .slick-track {
  height: 100dvh;
}
#eme-slider-v2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vw;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6418942577) 0%, rgba(0, 0, 0, 0) 65%);
  z-index: 2;
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  #eme-slider-v2::before {
    height: 20vw;
  }
}
#eme-slider-v2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vw;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6418942577) 0%, rgba(0, 0, 0, 0) 75%);
  z-index: 2;
  transform: rotate(180deg);
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  #eme-slider-v2::after {
    height: 50vw;
  }
}

.emeslider-wrapper {
  max-height: 100dvh;
  position: relative;
  opacity: 1;
}
@media only screen and (min-width: 600px) {
  .emeslider-wrapper.inner-pages-banner {
    max-height: 85dvh;
  }
}
.emeslider-wrapper.inner-pages-banner #book-comp {
  display: none;
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 video {
  width: 100%;
  height: 85vh;
  object-fit: cover;
}
@media only screen and (min-width: 1025px) {
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 video {
    height: 100vh;
  }
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 #gh_home_plyr {
  display: block;
}
@media only screen and (min-width: 768px) {
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 #gh_home_plyr {
    display: block;
  }
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 #gh_home_plyr_mob-vid {
  display: block;
}
@media only screen and (min-width: 768px) {
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 #gh_home_plyr_mob-vid {
    display: none;
  }
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .banner-mob-img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .banner-mob-img {
    display: none;
  }
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item {
  height: 100dvh;
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item picture {
  height: 100dvh;
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item picture img {
  height: 75dvh;
  object-fit: cover;
}
@media only screen and (min-width: 1025px) {
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item picture img {
    height: 100dvh;
  }
}
.emeslider-wrapper.hidden {
  opacity: 0;
}
.emeslider-wrapper .get-quote-btn {
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  z-index: 8;
  transition: 0.3s ease-in-out;
  white-space: nowrap;
}
.emeslider-wrapper .home-banner-booking-wgt {
  position: relative;
}
.emeslider-wrapper .home-banner-booking-wgt #book-comp {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: unset;
  bottom: 3.438vw;
  right: unset;
  width: unset;
  z-index: 99999;
}

.slick-dots {
  display: none;
  position: absolute;
  right: 4vw;
  bottom: 5vw;
  width: 100%;
  gap: 5px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 1025px) {
  .slick-dots {
    display: flex !important;
  }
}
.slick-dots li {
  width: 5px;
  height: 5px;
  margin: 0;
}
.slick-dots li button {
  display: flex;
  flex-grow: 1;
  background-color: #ffffff;
  padding: 1px;
  width: 100%;
  height: 2px;
  border: none;
  transition: 0.3s ease-in-out;
  transform: rotate(0);
}
.slick-dots li button:before {
  color: transparent;
  opacity: 1;
  width: 2px;
  height: 2px;
}
.slick-dots li.slick-active button {
  background: #ffffff;
}
.slick-dots li.slick-active button:before {
  color: transparent;
}

.slider-counter {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .slider-counter {
    display: flex;
    position: absolute;
    justify-content: space-between;
    right: 5vw;
    bottom: 4vw;
    z-index: 4;
    width: 24vw;
    height: 2vw;
    pointer-events: none;
  }
  .slider-counter p {
    color: #ffffff;
    font-size: toRem(16);
    font-weight: 800;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .slider-counter p {
    font-size: 1.042vw;
  }
}

.card-type-01 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}
.card-type-01 img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media only screen and (min-width: 600px) {
  .card-type-01 img {
    aspect-ratio: 0.85/1;
  }
}
.card-type-01__overlay {
  position: absolute;
  inset: 0;
  padding: 20px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
  transition: background 0.6s ease;
}
@media (min-width: 1025px) {
  .card-type-01__overlay {
    padding: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .card-type-01__overlay {
    padding: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .card-type-01__overlay {
    padding: 40px;
  }
}
@media (max-width: 600px) {
  .card-type-01__overlay {
    padding: 25px;
  }
}
.card-type-01__title {
  position: relative;
  z-index: 2;
  letter-spacing: 0.72px;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1025px) {
  .card-type-01__title {
    margin-bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .card-type-01__title {
    margin-bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .card-type-01__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .card-type-01__title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .card-type-01__title {
    transform: translateY(9.5vw);
  }
}
.card-type-01__hover-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media (min-width: 1025px) {
  .card-type-01__hover-content {
    gap: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .card-type-01__hover-content {
    gap: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .card-type-01__hover-content {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .card-type-01__hover-content {
    gap: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .card-type-01__hover-content {
    opacity: 0;
    transform: translateY(20px);
    overflow: hidden;
    height: 10vw;
  }
}
.card-type-01__hover-content p {
  margin: unset;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .card-type-01__hover-content p {
    display: block;
  }
}
.card-type-01:hover .card-type-01__overlay {
  background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, #161616 100%);
}
@media only screen and (min-width: 1025px) {
  .card-type-01:hover .card-type-01__hover-content {
    opacity: 1;
    transform: translateY(0);
    height: 12vw;
  }
}
@media only screen and (min-width: 1025px) {
  .card-type-01:hover .card-type-01__title {
    transform: translateY(-25px);
  }
}

.card-type-02 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}
.card-type-02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 1025px) {
  .card-type-02 img {
    aspect-ratio: 1.43/1;
  }
}
@media (min-width: 1025px) {
  .card-type-02 svg.location {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .card-type-02 svg.location {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .card-type-02 svg.location {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .card-type-02 svg.location {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .card-type-02 svg.location {
    width: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .card-type-02 svg.location {
    width: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .card-type-02 svg.location {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .card-type-02 svg.location {
    width: 20px;
  }
}
.card-type-02__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px;
  height: 100%;
  bottom: 0;
  text-align: left;
  color: #ffffff;
  background: linear-gradient(180deg, transparent 0%, #161616 120%);
}
@media (min-width: 1025px) {
  .card-type-02__overlay {
    padding: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .card-type-02__overlay {
    padding: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .card-type-02__overlay {
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .card-type-02__overlay {
    padding: 25px;
  }
}
.card-type-02__overlay svg.icon {
  transition: 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .card-type-02__overlay svg.icon {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .card-type-02__overlay svg.icon {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .card-type-02__overlay svg.icon {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .card-type-02__overlay svg.icon {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .card-type-02__overlay svg.icon {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .card-type-02__overlay svg.icon {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .card-type-02__overlay svg.icon {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .card-type-02__overlay svg.icon {
    width: 40px;
  }
}
.card-type-02__title {
  position: relative;
  z-index: 2;
  letter-spacing: 0.72px;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1025px) {
  .card-type-02__title {
    margin-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .card-type-02__title {
    margin-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .card-type-02__title {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .card-type-02__title {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .card-type-02__title {
    transform: translateY(6vw);
  }
}
.card-type-02__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 1025px) {
  .card-type-02__title::after {
    width: 4.4270833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .card-type-02__title::after {
    width: 4.4270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .card-type-02__title::after {
    width: 53px;
  }
}
@media (max-width: 600px) {
  .card-type-02__title::after {
    width: 53px;
  }
}
.card-type-02__title.no-border::after {
  content: none;
}
.card-type-02__desc {
  display: none;
  transition: 0.5s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .card-type-02__desc {
    display: block;
    opacity: 0;
    overflow: hidden;
    transform: translateY(0.5208333333vw);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .card-type-02__desc {
    height: 5.2083333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .card-type-02__desc {
    height: 5.2083333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .card-type-02__desc {
    height: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .card-type-02__desc {
    height: 0;
  }
}
.card-type-02__content {
  display: flex;
  padding: 20px;
  justify-content: center;
}
@media (min-width: 1025px) {
  .card-type-02__content {
    gap: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .card-type-02__content {
    gap: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .card-type-02__content {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .card-type-02__content {
    gap: 30px;
  }
}
@media only screen and (min-width: 600px) {
  .card-type-02__content {
    padding: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .card-type-02__content {
    padding: 2.0833333333vw 2.6041666667vw;
    row-gap: 1.0416666667vw;
    justify-content: flex-start;
  }
}
.card-type-02__content-item {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 1025px) {
  .card-type-02__content-item {
    gap: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .card-type-02__content-item {
    gap: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .card-type-02__content-item {
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .card-type-02__content-item {
    gap: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .card-type-02__content-item {
    align-items: flex-start;
    flex-direction: row;
    text-align: left;
  }
  .card-type-02__content-item::after {
    content: "";
    position: absolute;
    top: 5px;
    width: 1px;
    border-left: 1px solid #8391a3;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .card-type-02__content-item::after {
    left: -1.8229166667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .card-type-02__content-item::after {
    left: -1.8229166667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .card-type-02__content-item::after {
    left: 15px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .card-type-02__content-item::after {
    left: 15px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .card-type-02__content-item::after {
    height: 1.4583333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .card-type-02__content-item::after {
    height: 1.4583333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .card-type-02__content-item::after {
    height: 25px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .card-type-02__content-item::after {
    height: 25px;
  }
}
.card-type-02__content-item:first-child::after {
  content: unset;
}
@media (min-width: 1025px) {
  .card-type-02__content-item svg.icon {
    height: 1.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .card-type-02__content-item svg.icon {
    height: 1.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .card-type-02__content-item svg.icon {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .card-type-02__content-item svg.icon {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .card-type-02__content-item svg.icon {
    width: 1.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .card-type-02__content-item svg.icon {
    width: 1.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .card-type-02__content-item svg.icon {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .card-type-02__content-item svg.icon {
    width: 30px;
  }
}
.card-type-02__content-item-details {
  display: flex;
  flex-direction: column;
}
.card-type-02__content-item-details p {
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.5;
  padding-bottom: unset;
}
@media only screen and (max-width: 1025px) {
  .card-type-02__content-item-details p,
  .card-type-02__content-item-details span {
    font-size: 12px !important;
  }
}
.card-type-02:hover .card-type-02__overlay svg.icon {
  transform: translateX(10px);
}
@media only screen and (min-width: 1025px) {
  .card-type-02:hover .card-type-02__desc {
    opacity: 1;
    transform: translateY(0);
    transition: 0.5s ease-in-out;
    max-height: 500px;
  }
}
@media (min-width: 1025px) {
  .card-type-02:hover .card-type-02__title {
    margin-bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .card-type-02:hover .card-type-02__title {
    margin-bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .card-type-02:hover .card-type-02__title {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .card-type-02:hover .card-type-02__title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .card-type-02:hover .card-type-02__title {
    transform: translateY(-2vw);
  }
}

.faq-wrapper .accordion-item {
  background-color: transparent;
  border-radius: unset;
  border: unset;
}
.faq-wrapper .accordion-item:first-child .accordion-header {
  border-top: unset;
}
.faq-wrapper .accordion-header {
  background-color: transparent;
  border-top: 1px solid #d0d9e2;
  border-bottom: unset;
}
.faq-wrapper .accordion-button {
  background-color: transparent;
  padding-left: unset;
}
@media (min-width: 1025px) {
  .faq-wrapper .accordion-button {
    padding-bottom: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .faq-wrapper .accordion-button {
    padding-bottom: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .faq-wrapper .accordion-button {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .faq-wrapper .accordion-button {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .faq-wrapper .accordion-button {
    padding-top: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .faq-wrapper .accordion-button {
    padding-top: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .faq-wrapper .accordion-button {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .faq-wrapper .accordion-button {
    padding-top: 20px;
  }
}
.faq-wrapper .accordion-button:not(.collapsed) {
  color: #212529;
}
.faq-wrapper .accordion-button[aria-expanded=true] {
  color: #373737;
  box-shadow: unset;
}
.faq-wrapper .accordion-button[aria-expanded=true]::after {
  background-image: url("../../../assets/img/faq-minus.svg");
  background-position: center;
}
.faq-wrapper .accordion-button[aria-expanded=false]::after {
  background-image: url("../../../assets/img/faq-plus.svg");
  background-position: center;
}
.faq-wrapper .accordion-body {
  padding-left: unset;
  padding-top: unset;
  transition: 0.3s ease-in-out;
}
.faq-wrapper .accordion-body p {
  margin-bottom: unset;
  text-align: left !important;
}

.mandara-booking__widget {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
  background-color: #f3eee3;
  margin: 0 auto;
  max-width: 500px;
  align-items: center;
  border-radius: 5px;
}
@media only screen and (min-width: 1025px) {
  .mandara-booking__widget {
    flex-direction: row;
    max-width: 58.333vw;
    gap: 0.5208333333vw;
    justify-content: space-between;
  }
}
.mandara-booking__widget-item {
  width: 100%;
}
.mandara-booking__widget-item svg {
  display: block;
  margin-left: auto;
  margin-bottom: 14px;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .mandara-booking__widget-item svg {
    width: 0.5729166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-booking__widget-item svg {
    width: 0.5729166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-booking__widget-item svg {
    width: 11px;
  }
}
@media (max-width: 600px) {
  .mandara-booking__widget-item svg {
    width: 11px;
  }
}
@media (min-width: 1025px) {
  .mandara-booking__widget-item svg {
    height: 0.5729166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-booking__widget-item svg {
    height: 0.5729166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-booking__widget-item svg {
    height: 11px;
  }
}
@media (max-width: 600px) {
  .mandara-booking__widget-item svg {
    height: 11px;
  }
}
.mandara-booking__widget-item h5 {
  color: #373737;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.mandara-booking__widget-item form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .mandara-booking__widget-item form {
    width: 100%;
    align-items: flex-end;
  }
}
.mandara-booking__widget-item form .item {
  display: flex;
  gap: 10px;
  width: 100%;
  height: fit-content;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .mandara-booking__widget-item form .item {
    gap: 0.5vw;
  }
}
.mandara-booking__widget-item form .item select {
  cursor: pointer;
}
.mandara-booking__widget-item form .item .dropdown {
  position: relative;
}
.mandara-booking__widget-item form .item .dropdown::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../assets/images/select-arrow.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 1025px) {
  .mandara-booking__widget-item form .item .dropdown::after {
    height: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-booking__widget-item form .item .dropdown::after {
    height: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-booking__widget-item form .item .dropdown::after {
    height: 15px;
  }
}
@media (max-width: 600px) {
  .mandara-booking__widget-item form .item .dropdown::after {
    height: 15px;
  }
}
@media (min-width: 1025px) {
  .mandara-booking__widget-item form .item .dropdown::after {
    width: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-booking__widget-item form .item .dropdown::after {
    width: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-booking__widget-item form .item .dropdown::after {
    width: 15px;
  }
}
@media (max-width: 600px) {
  .mandara-booking__widget-item form .item .dropdown::after {
    width: 15px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .mandara-booking__widget-item form .item:first-child {
    width: 19.21875vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .mandara-booking__widget-item form .item:first-child {
    width: 19.21875vw;
  }
}
.mandara-booking__widget-item form .item label {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .mandara-booking__widget-item form .item label {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-booking__widget-item form .item label {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-booking__widget-item form .item label {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .mandara-booking__widget-item form .item label {
    font-size: 12px !important;
  }
}
@media (min-width: 1025px) {
  .mandara-booking__widget-item form .item label {
    letter-spacing: 0.0125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-booking__widget-item form .item label {
    letter-spacing: 0.0125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-booking__widget-item form .item label {
    letter-spacing: 0.3px;
  }
}
@media (max-width: 600px) {
  .mandara-booking__widget-item form .item label {
    letter-spacing: 0.3px;
  }
}
@media only screen and (min-width: 1025px) {
  .mandara-booking__widget-item form .item label {
    font-weight: 700;
  }
}
@media (min-width: 1025px) {
  .mandara-booking__widget-item form .item button {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-booking__widget-item form .item button {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-booking__widget-item form .item button {
    font-size: !important;
  }
}
@media (max-width: 600px) {
  .mandara-booking__widget-item form .item button {
    font-size: !important;
  }
}
@media only screen and (min-width: 1025px) {
  .mandara-booking__widget-item form .item button {
    height: 2.604vw;
    padding: 1.042vw 1.563vw;
  }
}
.mandara-booking__widget-item form .item select {
  cursor: pointer;
}
.mandara-booking__widget-item form .item select:focus {
  border: unset;
  box-shadow: unset;
  outline: unset;
}
.mandara-booking__widget-item form .item .checkin,
.mandara-booking__widget-item form .item .checkout {
  position: relative;
  color: #373737;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.mandara-booking__widget-item form .item .checkin input,
.mandara-booking__widget-item form .item .checkout input {
  cursor: pointer;
}
.mandara-booking__widget-item form .item .checkin input:focus,
.mandara-booking__widget-item form .item .checkout input:focus {
  border: unset;
  box-shadow: unset;
  outline: unset;
}
.mandara-booking__widget-item form .item .checkin .calendar-icon,
.mandara-booking__widget-item form .item .checkout .calendar-icon {
  position: absolute;
  right: 15px;
  /* Position inside the input */
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #888;
  /* Icon color */
  cursor: pointer;
}
.mandara-booking__widget-item form .item .checkin .calendar-icon svg,
.mandara-booking__widget-item form .item .checkout .calendar-icon svg {
  width: 15px;
  height: 15px;
  margin-bottom: unset;
}
.mandara-booking__widget-item form .item input,
.mandara-booking__widget-item form .item select,
.mandara-booking__widget-item form .item .custom-select-adults span {
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border: unset;
  padding: 15px;
  font-family: "Nunito Sans", sans-serif;
  color: #373737;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1.4px;
}
@media (min-width: 1025px) {
  .mandara-booking__widget-item form .item input,
  .mandara-booking__widget-item form .item select,
  .mandara-booking__widget-item form .item .custom-select-adults span {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-booking__widget-item form .item input,
  .mandara-booking__widget-item form .item select,
  .mandara-booking__widget-item form .item .custom-select-adults span {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-booking__widget-item form .item input,
  .mandara-booking__widget-item form .item select,
  .mandara-booking__widget-item form .item .custom-select-adults span {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .mandara-booking__widget-item form .item input,
  .mandara-booking__widget-item form .item select,
  .mandara-booking__widget-item form .item .custom-select-adults span {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 1025px) {
  .mandara-booking__widget-item form .item input,
  .mandara-booking__widget-item form .item select,
  .mandara-booking__widget-item form .item .custom-select-adults span {
    padding: 0.781vw;
    border-radius: 5px;
    font-weight: 700;
    height: 2.604vw;
  }
}
.mandara-booking__widget-item form .item input::placeholder,
.mandara-booking__widget-item form .item select::placeholder,
.mandara-booking__widget-item form .item .custom-select-adults span::placeholder {
  font-family: "Nunito Sans", sans-serif;
  color: #373737;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1.4px;
}
@media (min-width: 1025px) {
  .mandara-booking__widget-item form .item input::placeholder,
  .mandara-booking__widget-item form .item select::placeholder,
  .mandara-booking__widget-item form .item .custom-select-adults span::placeholder {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-booking__widget-item form .item input::placeholder,
  .mandara-booking__widget-item form .item select::placeholder,
  .mandara-booking__widget-item form .item .custom-select-adults span::placeholder {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-booking__widget-item form .item input::placeholder,
  .mandara-booking__widget-item form .item select::placeholder,
  .mandara-booking__widget-item form .item .custom-select-adults span::placeholder {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .mandara-booking__widget-item form .item input::placeholder,
  .mandara-booking__widget-item form .item select::placeholder,
  .mandara-booking__widget-item form .item .custom-select-adults span::placeholder {
    font-size: 14px !important;
  }
}
.mandara-booking__widget-item form .item input:focus,
.mandara-booking__widget-item form .item select:focus,
.mandara-booking__widget-item form .item .custom-select-adults span:focus {
  border: unset;
  outline: unset;
  box-shadow: unset;
}
.mandara-booking__widget-item form .item .custom-select-adults {
  border: 2px solid #b9ab96 !important;
  background-color: rgba(185, 171, 150, 0.45) !important;
  display: flex;
  padding: 15px;
  height: 40px;
  gap: 10px;
  align-items: center;
}
.mandara-booking__widget-item form .item .custom-select-adults span {
  flex: 1 1 calc(60% - 5px);
  max-width: calc(60% - 5px);
  text-transform: uppercase;
  background-color: unset;
  padding: unset;
}
@media only screen and (min-width: 1025px) {
  .mandara-booking__widget-item form .item .custom-select-adults span {
    height: unset;
  }
}
.mandara-booking__widget-item form .item .custom-select-adults:focus {
  border: 2px solid #894e3f !important;
  box-shadow: unset !important;
  outline: unset !important;
}
.mandara-booking__widget-item form .item .custom-select-adults input {
  border: unset;
}
.mandara-booking__widget-item form .item .custom-select-adults .counter {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 calc(40% - 5px);
  max-width: calc(40% - 5px);
  justify-content: flex-end;
}
.mandara-booking__widget-item form .item .custom-select-adults .counter svg {
  width: 13px;
  height: 13px;
  cursor: pointer;
  margin-bottom: unset;
  margin-left: unset;
}
@media only screen and (min-width: 1025px) {
  .mandara-booking__widget-item form .item .custom-select-adults .counter svg {
    width: 0.8vw;
    height: 0.8vw;
  }
}
.mandara-booking__widget-item form .item .custom-select-adults .counter input {
  width: 25px !important;
  border: unset !important;
  background-color: unset !important;
  padding: unset !important;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .mandara-booking__widget-item form .item .custom-select-adults .counter input {
    width: 1.5vw !important;
  }
}
.mandara-booking__widget-item form .item .custom-select-adults .counter input:focus {
  border: unset !important;
}
.mandara-booking__widget-item form button {
  margin-top: 20px;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 13px 40px;
  background-color: #c5773e;
  line-height: 1;
  transition: 0.3s ease-in-out;
  border-radius: unset;
}
.mandara-booking__widget-item form button:hover {
  background-color: #a76928;
  color: #ffffff;
}
@media only screen and (min-width: 1025px) {
  .mandara-booking__widget-item {
    height: fit-content;
  }
}

.travel-date {
  position: relative;
}
@media (min-width: 1025px) {
  .travel-date .calendar-icon svg {
    height: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .travel-date .calendar-icon svg {
    height: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .travel-date .calendar-icon svg {
    height: 15px;
  }
}
@media (max-width: 600px) {
  .travel-date .calendar-icon svg {
    height: 15px;
  }
}
@media (min-width: 1025px) {
  .travel-date .calendar-icon svg {
    width: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .travel-date .calendar-icon svg {
    width: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .travel-date .calendar-icon svg {
    width: 15px;
  }
}
@media (max-width: 600px) {
  .travel-date .calendar-icon svg {
    width: 15px;
  }
}
.travel-date .calendar-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.mandara-booking__widget-banner {
  position: absolute;
  left: 50%;
  bottom: 3vw;
  transform: translateX(-50%);
  max-width: 66.2vw;
  padding: 0.938vw;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  height: 4.427vw;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 5;
}
@media only screen and (min-width: 1025px) {
  .mandara-booking__widget-banner {
    margin-left: unset;
    margin-right: unset;
  }
}
.mandara-booking__widget-banner form {
  display: flex;
  gap: 0.521vw;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.mandara-booking__widget-banner form input,
.mandara-booking__widget-banner form .custom-select-adults {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: unset !important;
}
.mandara-booking__widget-banner form .item:first-child {
  width: 5.73vw;
}
.mandara-booking__widget-banner form .item:first-child p {
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.92vw;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  width: 100%;
  word-break: break-all;
}
.mandara-booking__widget-banner form .item:first-child p span {
  font-weight: 800;
  font-size: 0.9vw;
}
.mandara-booking__widget-banner form .item:nth-child(2) {
  width: 11.41vw;
}
.mandara-booking__widget-banner form .item:nth-child(3) {
  width: 8.33vw;
}
.mandara-booking__widget-banner form .item:nth-child(4) {
  width: 8.33vw;
}
.mandara-booking__widget-banner form .item:nth-child(5) {
  width: 11.41vw;
}
.mandara-booking__widget-banner form .item:nth-child(6) {
  width: 11.88vw;
}
.mandara-booking__widget-banner form .item:last-child {
  width: 9.38vw;
}
.mandara-booking__widget-banner form .item:last-child button {
  width: 100%;
  margin-top: unset;
}
@media only screen and (min-width: 1025px) {
  .mandara-booking__widget-banner form .item .calendar-icon svg {
    width: 0.8vw !important;
    height: 0.8vw !important;
  }
}
.mandara-booking__widget-banner form .item .nice-select {
  background-color: #ffffff;
  border-radius: unset;
  height: 33px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .mandara-booking__widget-banner form .item .nice-select {
    height: 2.6041666667vw;
  }
}
.mandara-booking__widget-banner form .item .nice-select:focus {
  border: 2px solid #894e3f !important;
}
.mandara-booking__widget-banner form .item .nice-select::after {
  border-bottom: 1px solid #373737;
  border-right: 1px solid #373737;
}
.mandara-booking__widget-banner form .item .nice-select,
.mandara-booking__widget-banner form .item input,
.mandara-booking__widget-banner form .item .list .option,
.mandara-booking__widget-banner form .item input::placeholder {
  color: #373737;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .mandara-booking__widget-banner form .item .nice-select,
  .mandara-booking__widget-banner form .item input,
  .mandara-booking__widget-banner form .item .list .option,
  .mandara-booking__widget-banner form .item input::placeholder {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-booking__widget-banner form .item .nice-select,
  .mandara-booking__widget-banner form .item input,
  .mandara-booking__widget-banner form .item .list .option,
  .mandara-booking__widget-banner form .item input::placeholder {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-booking__widget-banner form .item .nice-select,
  .mandara-booking__widget-banner form .item input,
  .mandara-booking__widget-banner form .item .list .option,
  .mandara-booking__widget-banner form .item input::placeholder {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .mandara-booking__widget-banner form .item .nice-select,
  .mandara-booking__widget-banner form .item input,
  .mandara-booking__widget-banner form .item .list .option,
  .mandara-booking__widget-banner form .item input::placeholder {
    font-size: 12px !important;
  }
}
.mandara-booking__widget-banner form .item .list {
  border-radius: unset;
}
.mandara-booking__widget-banner form .item .list .option:hover {
  background-color: #c5773e;
  color: #ffffff;
}
.mandara-booking__widget-banner form .item .list .option.disabled:hover {
  background-color: transparent;
  color: #373737;
}

@media only screen and (min-width: 1025px) {
  #book-comp .mandara-booking__widget-item form .item:first-child {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1025px) {
  #book-comp .mandara-booking__widget-item form .item .custom-select-adults {
    height: 2.604vw;
  }
}

.booking-widget input[type=text]::placeholder {
  color: #373737;
}

.booking-widget input[type=text]::-webkit-input-placeholder {
  color: #373737;
}

.booking-widget input[type=text]:-ms-input-placeholder {
  color: #373737;
}

.booking-widget input[type=text]::-ms-input-placeholder {
  color: #373737;
}

#eme-slider-v2 {
  position: relative;
  width: 100%;
  z-index: 0;
  height: 85dvh;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  #eme-slider-v2 {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 1025px) {
  #eme-slider-v2 {
    height: 100dvh;
  }
}
#eme-slider-v2 video {
  width: 100%;
}
#eme-slider-v2.no-vid .owl-dots {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#eme-slider-v2.no-vid .owl-dots .owl-dot span {
  background-color: #869791;
}
#eme-slider-v2.no-vid .owl-dots .owl-dot.active span {
  background-color: #ffffff;
}
#eme-slider-v2.toggled {
  transform: scale(1.3);
}
#eme-slider-v2 .slick-track {
  height: 100dvh;
}
#eme-slider-v2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vw;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6418942577) 0%, rgba(0, 0, 0, 0) 65%);
  z-index: 2;
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  #eme-slider-v2::before {
    height: 12vw;
  }
}
#eme-slider-v2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vw;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6418942577) 0%, rgba(0, 0, 0, 0) 75%);
  z-index: 2;
  transform: rotate(180deg);
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  #eme-slider-v2::after {
    height: 12vw;
  }
}

.emeslider-wrapper {
  max-height: 100dvh;
  position: relative;
  opacity: 1;
}
@media only screen and (min-width: 600px) {
  .emeslider-wrapper.inner-pages-banner {
    max-height: 85dvh;
  }
}
.emeslider-wrapper.inner-pages-banner #book-comp {
  display: none;
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 #gh_home_plyr {
  display: block;
}
@media only screen and (min-width: 768px) {
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 #gh_home_plyr {
    display: block;
  }
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 #gh_home_plyr_mob-vid {
  display: block;
}
@media only screen and (min-width: 768px) {
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 #gh_home_plyr_mob-vid {
    display: none;
  }
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .banner-mob-img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .banner-mob-img {
    display: none;
  }
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item {
  height: 85dvh;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item {
    height: 100dvh;
  }
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item picture {
  height: 85dvh;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item picture {
    height: 100dvh;
  }
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item picture img {
  height: 85dvh;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1025px) {
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item picture img {
    height: 100dvh;
  }
}
.emeslider-wrapper.hidden {
  opacity: 0;
}
.emeslider-wrapper .get-quote-btn {
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  z-index: 8;
  transition: 0.3s ease-in-out;
  white-space: nowrap;
}
.emeslider-wrapper .home-banner-booking-wgt {
  position: relative;
}
.emeslider-wrapper .home-banner-booking-wgt #book-comp {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: unset;
  bottom: 3.438vw;
  right: unset;
  width: unset;
  z-index: 99999;
}
.emeslider-wrapper.inner-pages-banner {
  max-height: 85dvh;
}
.emeslider-wrapper.inner-pages-banner #eme-slider-v2 {
  max-height: 85dvh;
}
.emeslider-wrapper.inner-pages-banner #eme-slider-v2 .item {
  height: 85dvh !important;
}
.emeslider-wrapper.inner-pages-banner #eme-slider-v2 .item picture {
  height: 85dvh !important;
}
.emeslider-wrapper.inner-pages-banner #eme-slider-v2 .item picture img {
  height: 85dvh !important;
}
.emeslider-wrapper.inner-pages-banner #eme-slider-v2 video {
  height: 85dvh !important;
}

.slick-dots {
  display: none;
  position: absolute;
  right: 4vw;
  bottom: 5vw;
  width: 100%;
  gap: 5px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 1025px) {
  .slick-dots {
    display: flex !important;
  }
}
.slick-dots li {
  width: 5px;
  height: 5px;
  margin: 0;
}
.slick-dots li button {
  display: flex;
  flex-grow: 1;
  background-color: #ffffff;
  padding: 1px;
  width: 100%;
  height: 2px;
  border: none;
  transition: 0.3s ease-in-out;
  transform: rotate(0);
}
.slick-dots li button:before {
  color: transparent;
  opacity: 1;
  width: 2px;
  height: 2px;
}
.slick-dots li.slick-active button {
  background: #ffffff;
}
.slick-dots li.slick-active button:before {
  color: transparent;
}

.slider-counter {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .slider-counter {
    display: flex;
    position: absolute;
    justify-content: space-between;
    right: 5vw;
    bottom: 4vw;
    z-index: 4;
    width: 24vw;
    height: 2vw;
    pointer-events: none;
  }
  .slider-counter p {
    color: #ffffff;
    font-size: toRem(16);
    font-weight: 800;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .slider-counter p {
    font-size: 1.042vw;
  }
}

.images-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  position: relative;
  /* Tablet breakpoint: left image goes on top */
  /* Mobile breakpoint: stack all items */
}
@media (min-width: 1025px) {
  .images-grid {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .images-grid {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .images-grid {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .images-grid {
    gap: 20px;
  }
}
.images-grid-item {
  position: relative;
  overflow: hidden;
}
.images-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.images-grid-item:nth-child(1) {
  grid-row: 1/span 2;
  grid-column: 1/2;
}
.images-grid-item:nth-child(2) {
  grid-row: 1/2;
  grid-column: 2/3;
}
.images-grid-item:nth-child(3) {
  grid-row: 2/3;
  grid-column: 2/3;
}
.images-grid-item:nth-child(3).has-more-images::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, #161616 150%);
}
.images-grid-item:nth-child(3).has-more-images a {
  height: 100%;
  width: 100%;
}
.images-grid .white-border-btn {
  display: none;
  background-color: #c5773e;
}
@media only screen and (min-width: 600px) {
  .images-grid .white-border-btn {
    left: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .images-grid .white-border-btn {
    left: unset;
    background-color: transparent;
    position: absolute;
    z-index: 2;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .images-grid .white-border-btn {
    right: 1.0416666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .images-grid .white-border-btn {
    right: 1.0416666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .images-grid .white-border-btn {
    right: 20px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .images-grid .white-border-btn {
    right: 20px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .images-grid .white-border-btn {
    bottom: 1.0416666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .images-grid .white-border-btn {
    bottom: 1.0416666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .images-grid .white-border-btn {
    bottom: 20px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .images-grid .white-border-btn {
    bottom: 20px;
  }
}
@media (max-width: 1025px) {
  .images-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .images-grid-item:nth-child(1) {
    grid-column: 1/span 2;
    grid-row: 1/2;
  }
  .images-grid-item:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .images-grid-item:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media (max-width: 600px) {
  .images-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .images-grid-item:nth-child(1), .images-grid-item:nth-child(2), .images-grid-item:nth-child(3) {
    grid-column: 1/2;
    grid-row: auto;
  }
}

@media (min-width: 1025px) {
  .mandara-facility-item {
    margin-bottom: 8.3333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-facility-item {
    margin-bottom: 8.3333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-facility-item {
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .mandara-facility-item {
    margin-bottom: 30px;
  }
}
.mandara-facility-item:last-child {
  margin-bottom: unset;
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .mandara-facility-item {
    margin-top: 4.1666666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .mandara-facility-item {
    margin-top: 4.1666666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .mandara-facility-item {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .mandara-facility-item {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .mandara-facility-item .single-item-carousel {
    position: relative;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .mandara-facility-item .single-item-carousel {
    left: -7.8125vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .mandara-facility-item .single-item-carousel {
    left: -7.8125vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .mandara-facility-item .single-item-carousel {
    left: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .mandara-facility-item .single-item-carousel {
    left: 0;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .mandara-facility-item .single-item-carousel {
    top: -3.75vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .mandara-facility-item .single-item-carousel {
    top: -3.75vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .mandara-facility-item .single-item-carousel {
    top: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .mandara-facility-item .single-item-carousel {
    top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .mandara-facility-item .single-item-carousel {
    padding-bottom: unset !important;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .mandara-facility-item .single-item-carousel {
    width: 44.7916666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .mandara-facility-item .single-item-carousel {
    width: 44.7916666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .mandara-facility-item .single-item-carousel {
    width: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .mandara-facility-item .single-item-carousel {
    width: 0;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .mandara-facility-item .single-item-carousel {
    padding-bottom: 2.6041666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .mandara-facility-item .single-item-carousel {
    padding-bottom: 2.6041666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .mandara-facility-item .single-item-carousel {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .mandara-facility-item .single-item-carousel {
    padding-bottom: 0;
  }
}
.mandara-facility-item .single-item-carousel img {
  aspect-ratio: 1.43/1;
  width: 100%;
  height: auto;
}
@media (min-width: 1025px) {
  .mandara-facility-item .single-item-carousel .slick-arrow {
    bottom: -2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mandara-facility-item .single-item-carousel .slick-arrow {
    bottom: -2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mandara-facility-item .single-item-carousel .slick-arrow {
    bottom: 10px;
  }
}
@media (max-width: 600px) {
  .mandara-facility-item .single-item-carousel .slick-arrow {
    bottom: 8px;
  }
}
@media only screen and (min-width: 1025px) {
  .mandara-facility-item .single-item-carousel .slick-arrows-bottom-center {
    padding-bottom: unset !important;
  }
}

.fancybox__content {
  padding: 0;
}

/* Hidden by default */
.addReadMore .SecSec,
.addReadMore .readLess {
  display: none;
}

/* When expanded */
.addReadMore.showmorecontent .SecSec,
.addReadMore.showmorecontent .readLess {
  display: inline;
}

/* Hide readMore when expanded */
.addReadMore.showmorecontent .readMore {
  display: none;
}

/* Optional styling */
.addReadMore .readMore,
.addReadMore .readLess {
  font-weight: bold;
  color: #c5773e;
  cursor: pointer;
  font-size: 15px;
}

.card-type-02--hotel img {
  aspect-ratio: 1/1;
}
/*# sourceMappingURL=global.css.map */
