body {
  font-family: "Barlow", serif !important;
  font-style: normal !important;
  overflow-x: hidden;
}

a, p, button, label, span, li, h1, h2, h3, h4, h5, h6 {
  font-style: normal !important;
}

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

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

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

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

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

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

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

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

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

/***********************Slick Slider Formatting***********************/
.slick-slider:not(.slick-initialized),
.slick-slider-related .products:not(.slick-initialized) {
  display: none !important;
}

.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

.slick-arrow {
  font-size: 0;
  background-repeat: no-repeat !important;
  background-size: auto;
}

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
}

.slick-dots button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #ED9700;
  font-size: 0;
  border: 0;
}

.slick-arrow {
  border: 0;
  font-size: 0;
  background-color: transparent;
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: auto;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid #000;
  background-size: auto;
}
@media (min-width: 1025px) {
  .slick-arrow {
    width: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .slick-arrow {
    width: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .slick-arrow {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .slick-arrow {
    width: 40px;
  }
}
@media (min-width: 1025px) {
  .slick-arrow {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .slick-arrow {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .slick-arrow {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .slick-arrow {
    height: 40px;
  }
}

.visibility-hidden {
  visibility: hidden;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-slider .slick-prev {
  background-image: url("../../img/prev.png") !important;
  transition: all 0.5s;
}
.slick-slider .slick-prev:hover {
  background-image: url("../../img/y-prev.png") !important;
  transition: all 0.5s;
  border: 1px solid #ED9700;
}
.slick-slider .slick-next {
  background-image: url("../../img/b-arr.png") !important;
  transition: all 0.5s;
}
.slick-slider .slick-next:hover {
  background-image: url("../../img/y-next.png") !important;
  transition: all 0.5s;
  border: 1px solid #ED9700;
}

.white-arrows .slick-prev {
  background-image: url("../../img/w-prev.png") !important;
  transition: all 0.5s;
  border: 1px solid #fff;
}
.white-arrows .slick-prev:hover {
  background-image: url("../../img/y-prev.png") !important;
  transition: all 0.5s;
  border: 1px solid #ED9700;
}
.white-arrows .slick-next {
  background-image: url("../../img/w-arr.png") !important;
  transition: all 0.5s;
  border: 1px solid #fff;
}
.white-arrows .slick-next:hover {
  background-image: url("../../img/y-next.png") !important;
  transition: all 0.5s;
  border: 1px solid #ED9700;
}

/***********************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;
}

/***********************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;
}

@media (min-width: 1025px) {
  .half-div {
    width: 47%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .half-div {
    width: 47%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .half-div {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .half-div {
    width: 100%;
  }
}

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

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

/**************************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--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--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: 65%;
  }
}
@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--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: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--75 {
    width: 90%;
  }
}
.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: 90%;
  }
}
@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--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--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--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--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--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--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.5%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--49 {
    width: 49.5%;
  }
}
@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--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--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--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--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--156 {
    font-size: 7.6041666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--156 {
    font-size: 7.6041666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--156 {
    font-size: 80px !important;
  }
}
@media (max-width: 600px) {
  .heading--156 {
    font-size: 48px !important;
  }
}
@media (min-width: 1025px) {
  .heading--156 {
    line-height: 6.875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--156 {
    line-height: 6.875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--156 {
    line-height: 90px;
  }
}
@media (max-width: 600px) {
  .heading--156 {
    line-height: 58px;
  }
}
@media (min-width: 1025px) {
  .heading--120 {
    font-size: 6.25vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--120 {
    font-size: 6.25vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--120 {
    font-size: 70px !important;
  }
}
@media (max-width: 600px) {
  .heading--120 {
    font-size: 48px !important;
  }
}
@media (min-width: 1025px) {
  .heading--120 {
    line-height: 6.7708333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--120 {
    line-height: 6.7708333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--120 {
    line-height: 80px;
  }
}
@media (max-width: 600px) {
  .heading--120 {
    line-height: 58px;
  }
}
@media (min-width: 1025px) {
  .heading--64 {
    font-size: 3.3333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--64 {
    font-size: 3.3333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--64 {
    font-size: 50px !important;
  }
}
@media (max-width: 600px) {
  .heading--64 {
    font-size: 30px !important;
  }
}
@media (min-width: 1025px) {
  .heading--64 {
    line-height: 3.8541666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--64 {
    line-height: 3.8541666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--64 {
    line-height: 60px;
  }
}
@media (max-width: 600px) {
  .heading--64 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .heading--48 {
    font-size: 2.5vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--48 {
    font-size: 2.5vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--48 {
    font-size: 35px !important;
  }
}
@media (max-width: 600px) {
  .heading--48 {
    font-size: 27px !important;
  }
}
@media (min-width: 1025px) {
  .heading--48 {
    line-height: 3.0208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--48 {
    line-height: 3.0208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--48 {
    line-height: 45px;
  }
}
@media (max-width: 600px) {
  .heading--48 {
    line-height: 37px;
  }
}
@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: 28px !important;
  }
}
@media (max-width: 600px) {
  .heading--36 {
    font-size: 22px !important;
  }
}
@media (min-width: 1025px) {
  .heading--36 {
    line-height: 2.3958333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--36 {
    line-height: 2.3958333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--36 {
    line-height: 38px;
  }
}
@media (max-width: 600px) {
  .heading--36 {
    line-height: 32px;
  }
}
@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: 25px !important;
  }
}
@media (max-width: 600px) {
  .heading--32 {
    font-size: 22px !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: 35px;
  }
}
@media (max-width: 600px) {
  .heading--32 {
    line-height: 32px;
  }
}
@media (min-width: 1025px) {
  .heading--28 {
    font-size: 1.4583333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--28 {
    font-size: 1.4583333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--28 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .heading--28 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .heading--28 {
    line-height: 1.9791666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--28 {
    line-height: 1.9791666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--28 {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .heading--28 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--25 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--25 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--25 {
    font-size: 18px !important;
  }
}
@media (max-width: 600px) {
  .heading--25 {
    font-size: 18px !important;
  }
}
@media (min-width: 1025px) {
  .heading--25 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--25 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--25 {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .heading--25 {
    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: 18px !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: 28px;
  }
}
@media (max-width: 600px) {
  .heading--20 {
    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: 15px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--20 {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--20 {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--20 {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--20 {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .paragraph--20 {
    line-height: 25px;
  }
}
@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: 15px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--18 {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--18 {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--18 {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--18 {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .paragraph--18 {
    line-height: 25px;
  }
}
@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: 15px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--16 {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--16 {
    line-height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--16 {
    line-height: 1.40625vw;
  }
}
@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: 12px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--12 {
    font-size: 12px !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;
  }
}

.font-color--transparent {
  color: rgba(0, 0, 0, 0.16);
}
.font-color--white {
  color: #fff;
}
.font-color--dark-yellow {
  color: #ED9700;
}
.font-color--error-red {
  color: red;
}
.font-color--dark-red {
  color: #B22222;
}
.font-color--dark-black {
  color: #1F1F1F;
}
.font-color--dark-gray {
  color: #333333;
}
.font-color--light-black {
  color: #272727;
}
.font-color--light-gray {
  color: #F6F6F6;
}
.font-color--font-gray {
  color: #cecbcb;
}
.font-color--font-gray-dark {
  color: #726868;
}
.font-color--transparent-white {
  color: rgba(255, 255, 255, 0.14);
}
.font-color--gray-tranparent {
  color: rgba(255, 255, 255, 0.4);
}
.font-color--gray-v5 {
  color: #6E6E6E;
}

.font-family--barlow {
  font-family: "Barlow", serif;
}
.font-family--anton {
  font-family: "Antonio", serif;
}
.font-family--bebas {
  font-family: "Bebas Neue", 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;
}

a.font-color--white {
  transition: all 0.5s;
}
a.font-color--white:hover {
  transition: all 0.5s;
  color: #ED9700;
}

/****************************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: 80px;
  }
}
@media (max-width: 600px) {
  .padding-top--150 {
    padding-top: 80px;
  }
}
@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: 70px;
  }
}
@media (max-width: 600px) {
  .padding-top--100 {
    padding-top: 70px;
  }
}
@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--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: 40px;
  }
}
@media (max-width: 600px) {
  .padding-top--50 {
    padding-top: 40px;
  }
}
@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: 80px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--150 {
    padding-bottom: 80px;
  }
}
@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: 70px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--100 {
    padding-bottom: 70px;
  }
}
@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--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: 40px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--50 {
    padding-bottom: 40px;
  }
}
@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--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-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--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--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) {
  .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--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-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: 30px;
  }
}
@media (max-width: 600px) {
  .margin-top--50 {
    margin-top: 30px;
  }
}

/****************************padding END*********************************************/
/****************************bg color*********************************************/
.bg-color--dark-yellow {
  background-color: #ED9700;
}
.bg-color--dark-red {
  background-color: #B22222;
}
.bg-color--dark-black {
  background-color: #1F1F1F;
}
.bg-color--dark-gray {
  background-color: #333333;
}
.bg-color--light-black {
  background-color: #272727;
}
.bg-color--light-gray {
  background-color: #F6F6F6;
}
.bg-color--black-gradiant {
  background: linear-gradient(180deg, #000 71.21%, rgba(0, 0, 0, 0) 92.09%);
}
.bg-color--black {
  background: #000;
}
.bg-color--blac-v3 {
  background: #1D1D1D;
}
.bg-color--light-ash {
  background: #FAFAFA;
}
.bg-color--blackv4 {
  background: rgba(18, 18, 18, 0.86);
}

a.font-color--white {
  text-decoration: none;
}
a.font-color--white:hover {
  color: #ED9700;
}

.next-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  width: max-content;
  text-transform: uppercase;
  overflow: hidden;
  font-style: normal;
  transition: all 0.3s;
  border-radius: 0.5208333333vw;
}
@media (min-width: 1025px) {
  .next-btn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    font-size: 0.9375vw !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.0625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    letter-spacing: 0.0625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    letter-spacing: 1.2px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    letter-spacing: 1.2px;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    padding-left: 0.78125vw;
  }
}
@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: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    padding-right: 20px;
  }
}
.next-btn img, .next-btn svg, .next-btn img {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .next-btn img, .next-btn svg, .next-btn img {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn img, .next-btn svg, .next-btn img {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn img, .next-btn svg, .next-btn img {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .next-btn img, .next-btn svg, .next-btn img {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .next-btn img, .next-btn svg, .next-btn img {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn img, .next-btn svg, .next-btn img {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn img, .next-btn svg, .next-btn img {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .next-btn img, .next-btn svg, .next-btn img {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .next-btn img, .next-btn svg, .next-btn img {
    width: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn img, .next-btn svg, .next-btn img {
    width: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn img, .next-btn svg, .next-btn img {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .next-btn img, .next-btn svg, .next-btn img {
    width: 40px;
  }
}
.next-btn--yellow-fill {
  border: 1px solid #ED9700;
  background: #ED9700;
  color: #272727;
}
.next-btn--yellow-fill:hover {
  transition: all 0.3s;
  color: #fff;
  background: #B22222;
  border: 1px solid #B22222;
}
.next-btn--yellow-fill:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(1413%) hue-rotate(273deg) brightness(120%) contrast(100%);
}
.next-btn--yellow-fill:hover svg path, .next-btn--yellow-fill:hover img, .next-btn--yellow-fill:hover path {
  fill: #fff;
}
.next-btn--text-black {
  border: 0 !important;
  background: transparent !important;
  color: #272727;
  padding: 0 !important;
}
.next-btn--text-black:hover {
  transition: all 0.3s;
  color: #fff;
  background: #B22222;
}
.next-btn--text-black:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(1413%) hue-rotate(273deg) brightness(120%) contrast(100%);
}
.next-btn--text-black:hover svg path, .next-btn--text-black:hover img {
  fill: #fff;
}
.next-btn--white-fill {
  border: 1px solid #fff;
  background: #fff;
  color: #000;
}
.next-btn--white-fill:hover {
  transition: all 0.3s;
  color: #fff;
  background: #B22222;
  border: 1px solid #B22222;
}
.next-btn--white-fill:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(1413%) hue-rotate(273deg) brightness(120%) contrast(100%);
}
.next-btn--white-fill:hover svg path, .next-btn--white-fill:hover img, .next-btn--white-fill:hover path {
  fill: #fff;
}
.next-btn--black-fill {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
.next-btn--black-fill:hover {
  transition: all 0.3s;
  color: #fff;
  background: #B22222;
  border: 1px solid #B22222;
}
.next-btn--black-fill:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(1413%) hue-rotate(273deg) brightness(120%) contrast(100%);
}
.next-btn--black-fill:hover svg path, .next-btn--black-fill:hover img, .next-btn--black-fill:hover path {
  fill: #fff;
}
.next-btn--white-line {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.next-btn--white-line svg path, .next-btn--white-line img, .next-btn--white-line path {
  fill: #fff;
}
.next-btn--white-line:hover {
  transition: all 0.3s;
  color: #000;
  background: #fff;
}
.next-btn--white-line:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(19%) hue-rotate(358deg) brightness(92%) contrast(100%);
}
.next-btn--white-line:hover svg path, .next-btn--white-line:hover img, .next-btn--white-line:hover path {
  fill: #000;
}
.next-btn--black-line {
  border: 1px solid #000;
  background: transparent;
  color: #000;
}
.next-btn--black-line:hover {
  border: 1px solid #ED9700;
  transition: all 0.3s;
  color: #000;
  background: #ED9700;
}
.next-btn--black-line:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(19%) hue-rotate(358deg) brightness(92%) contrast(100%);
}
.next-btn--black-line:hover svg path, .next-btn--black-line:hover img, .next-btn--black-line:hover path {
  fill: #000;
}
.next-btn--yellow-line {
  border: 1px solid #ED9700;
  background: transparent;
  color: #000;
}
.next-btn--yellow-line:hover {
  transition: all 0.3s;
  color: #000;
  background: #ED9700;
}
.next-btn--yellow-line:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(19%) hue-rotate(358deg) brightness(92%) contrast(100%);
}
.next-btn--yellow-line:hover svg path, .next-btn--yellow-line:hover img, .next-btn--yellow-line:hover path {
  fill: #000;
}
.next-btn--red-line {
  border: 1px solid #B22222;
  background: transparent;
  color: #000;
}
.next-btn--red-line:hover {
  transition: all 0.3s;
  color: #fff;
  background: #B22222;
}
.next-btn--red-line:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(19%) hue-rotate(358deg) brightness(92%) contrast(100%);
}
.next-btn--red-line:hover svg path, .next-btn--red-line:hover img, .next-btn--red-line:hover path {
  fill: #fff;
}
.next-btn--red-fill {
  border: 1px solid #B22222;
  background: #B22222;
  color: #fff;
}
.next-btn--red-fill:hover {
  transition: all 0.3s;
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
.next-btn--red-fill:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(19%) hue-rotate(358deg) brightness(92%) contrast(100%);
}
.next-btn--red-fill:hover svg path, .next-btn--red-fill:hover img, .next-btn--red-fill:hover path {
  fill: #fff;
}

.back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  width: max-content;
  text-transform: uppercase;
  overflow: hidden;
  font-style: normal;
  transition: all 0.3s;
  border-radius: 0.5208333333vw;
}
@media (min-width: 1025px) {
  .back-btn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .back-btn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .back-btn {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .back-btn {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .back-btn {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .back-btn {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .back-btn {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .back-btn {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .back-btn {
    letter-spacing: 0.0625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .back-btn {
    letter-spacing: 0.0625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .back-btn {
    letter-spacing: 1.2px;
  }
}
@media (max-width: 600px) {
  .back-btn {
    letter-spacing: 1.2px;
  }
}
@media (min-width: 1025px) {
  .back-btn {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .back-btn {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .back-btn {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .back-btn {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .back-btn {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .back-btn {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .back-btn {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .back-btn {
    padding-right: 20px;
  }
}
.back-btn img, .back-btn svg, .back-btn img {
  transform: rotate(180deg);
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .back-btn img, .back-btn svg, .back-btn img {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .back-btn img, .back-btn svg, .back-btn img {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .back-btn img, .back-btn svg, .back-btn img {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .back-btn img, .back-btn svg, .back-btn img {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .back-btn img, .back-btn svg, .back-btn img {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .back-btn img, .back-btn svg, .back-btn img {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .back-btn img, .back-btn svg, .back-btn img {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .back-btn img, .back-btn svg, .back-btn img {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .back-btn img, .back-btn svg, .back-btn img {
    width: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .back-btn img, .back-btn svg, .back-btn img {
    width: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .back-btn img, .back-btn svg, .back-btn img {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .back-btn img, .back-btn svg, .back-btn img {
    width: 40px;
  }
}
.back-btn--yellow-fill {
  border: 1px solid #ED9700;
  background: #ED9700;
  color: #272727;
}
.back-btn--yellow-fill:hover {
  transition: all 0.3s;
  color: #fff;
  background: #B22222;
  border: 1px solid #B22222;
}
.back-btn--yellow-fill:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(1413%) hue-rotate(273deg) brightness(120%) contrast(100%);
}
.back-btn--yellow-fill:hover svg path, .back-btn--yellow-fill:hover img, .back-btn--yellow-fill:hover path {
  fill: #fff;
}

#map {
  width: 100%;
  border: 1px solid #ddd;
}
@media (min-width: 1025px) {
  #map {
    height: 34.8958333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #map {
    height: 34.8958333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #map {
    height: 400px;
  }
}
@media (max-width: 600px) {
  #map {
    height: 400px;
  }
}

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

@media (min-width: 1025px) {
  .three-item-grid {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid {
    margin-left: -5px;
  }
}
@media (max-width: 600px) {
  .three-item-grid {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid {
    margin-right: -5px;
  }
}
@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: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid .list-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid .list-item {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .three-item-grid .list-item {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid .list-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid .list-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid .list-item {
    padding-right: 5px;
  }
}
@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: 15px;
  }
}
@media (max-width: 600px) {
  .three-item-grid .list-item {
    padding-bottom: 50px;
  }
}

@media (min-width: 1025px) {
  .three-item-grid-finance {
    margin-left: -1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid-finance {
    margin-left: -1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid-finance {
    margin-left: -5px;
  }
}
@media (max-width: 600px) {
  .three-item-grid-finance {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid-finance {
    margin-right: -1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid-finance {
    margin-right: -1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid-finance {
    margin-right: -5px;
  }
}
@media (max-width: 600px) {
  .three-item-grid-finance {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid-finance .list-item {
    width: 33.3%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid-finance .list-item {
    width: 33.3%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid-finance .list-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .three-item-grid-finance .list-item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .three-item-grid-finance .list-item {
    padding-left: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid-finance .list-item {
    padding-left: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid-finance .list-item {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .three-item-grid-finance .list-item {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid-finance .list-item {
    padding-right: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid-finance .list-item {
    padding-right: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid-finance .list-item {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .three-item-grid-finance .list-item {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid-finance .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid-finance .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid-finance .list-item {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .three-item-grid-finance .list-item {
    padding-bottom: 50px;
  }
}

@media (min-width: 1025px) {
  .two-item-grid {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid {
    margin-left: 0px;
  }
}
@media (max-width: 600px) {
  .two-item-grid {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .two-item-grid {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid {
    margin-right: 0px;
  }
}
@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: 100%;
  }
}
@media (max-width: 600px) {
  .two-item-grid .list-item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .two-item-grid .list-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid .list-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid .list-item {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .two-item-grid .list-item {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .two-item-grid .list-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid .list-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid .list-item {
    padding-right: 0px;
  }
}
@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: 30px;
  }
}
@media (max-width: 600px) {
  .two-item-grid .list-item {
    padding-bottom: 30px;
  }
}

@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: 0px;
  }
}
@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: 0px;
  }
}
@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: 100%;
  }
}
@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: 0px;
  }
}
@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: 0px;
  }
}
@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: 0px;
  }
}
@media (max-width: 600px) {
  .four-item-grid .list-item {
    padding-bottom: 0px;
  }
}

/****************************bg Color end*********************************************/
#form-message {
  width: 100%;
}

.error-div, #form-message p {
  width: 100%;
  text-align: center;
  color: red;
  background: #ffe1e1;
  border-radius: 0.5208333333vw;
}
@media (min-width: 1025px) {
  .error-div, #form-message p {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .error-div, #form-message p {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .error-div, #form-message p {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .error-div, #form-message p {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .error-div, #form-message p {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .error-div, #form-message p {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .error-div, #form-message p {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .error-div, #form-message p {
    line-height: 25px;
  }
}
@media (min-width: 1025px) {
  .error-div, #form-message p {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .error-div, #form-message p {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .error-div, #form-message p {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .error-div, #form-message p {
    margin-top: 30px;
  }
}
@media (min-width: 1025px) {
  .error-div, #form-message p {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .error-div, #form-message p {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .error-div, #form-message p {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .error-div, #form-message p {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .error-div, #form-message p {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .error-div, #form-message p {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .error-div, #form-message p {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .error-div, #form-message p {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .error-div, #form-message p {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .error-div, #form-message p {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .error-div, #form-message p {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .error-div, #form-message p {
    padding-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  .error-div, #form-message p {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .error-div, #form-message p {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .error-div, #form-message p {
    padding-top: 5px;
  }
}
@media (max-width: 600px) {
  .error-div, #form-message p {
    padding-top: 5px;
  }
}

.success-div .font-color--dark-green {
  color: green !important;
}
.success-div table {
  width: 100% !important;
  table-layout: fixed;
}
@media (min-width: 1025px) {
  .success-div table {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .success-div table {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .success-div table {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .success-div table {
    margin-top: 20px;
  }
}
.success-div table td {
  text-transform: uppercase;
}
.success-div table th {
  background: #f3f3f3 !important;
  color: #000 !important;
}
.success-div table th, .success-div table td {
  border: 1px solid #D8D8D8;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .success-div table th, .success-div table td {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .success-div table th, .success-div table td {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .success-div table th, .success-div table td {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .success-div table th, .success-div table td {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .success-div table th, .success-div table td {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .success-div table th, .success-div table td {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .success-div table th, .success-div table td {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .success-div table th, .success-div table td {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .success-div table th, .success-div table td {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .success-div table th, .success-div table td {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .success-div table th, .success-div table td {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .success-div table th, .success-div table td {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .success-div table th, .success-div table td {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .success-div table th, .success-div table td {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .success-div table th, .success-div table td {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .success-div table th, .success-div table td {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .success-div table th, .success-div table td {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .success-div table th, .success-div table td {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .success-div table th, .success-div table td {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .success-div table th, .success-div table td {
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .success-div table th, .success-div table td {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .success-div table th, .success-div table td {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .success-div table th, .success-div table td {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .success-div table th, .success-div table td {
    padding-top: 10px;
  }
}

#upload_photos_of_your_car {
  visibility: hidden;
  width: 0;
}

.read-more-toggle {
  background-color: transparent;
  color: white;
  padding: 0;
  border: none;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .widow-height-div {
    height: 100vh;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .widow-height-div {
    height: value-desktop;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .widow-height-div {
    height: 100vh;
  }
}
@media (max-width: 600px) {
  .widow-height-div {
    height: 100vh;
  }
}

.full-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.col-full, .content-area, .site-main {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.curve-div {
  border-radius: 15px;
  overflow: hidden;
}

.m-l-r-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.letter-space-text {
  letter-spacing: 0.078125vw;
}

.reverse-col {
  flex-direction: row-reverse;
}

.map-iframe iframe {
  width: 100%;
  height: 100%;
}

.sitemap-div a {
  text-decoration: none !important;
  font-weight: 500 !important;
}
.sitemap-div a:hover {
  color: #ED9700;
}

.yellow-underline {
  position: relative;
  display: flex;
  flex-direction: column;
}
.yellow-underline::after {
  content: "";
  height: 1px;
  width: 50px;
  left: 0;
  position: relative;
  bottom: 0;
  margin-top: 5px;
  background: #ED9700;
}

.map-pin svg, .map-pin img, .map-pin-white svg, .map-pin-white img {
  margin-right: 15px;
}
@media (min-width: 1025px) {
  .map-pin svg, .map-pin img, .map-pin-white svg, .map-pin-white img {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .map-pin svg, .map-pin img, .map-pin-white svg, .map-pin-white img {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .map-pin svg, .map-pin img, .map-pin-white svg, .map-pin-white img {
    height: 25px;
  }
}
@media (max-width: 600px) {
  .map-pin svg, .map-pin img, .map-pin-white svg, .map-pin-white img {
    height: 25px;
  }
}
@media (min-width: 1025px) {
  .map-pin svg, .map-pin img, .map-pin-white svg, .map-pin-white img {
    width: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .map-pin svg, .map-pin img, .map-pin-white svg, .map-pin-white img {
    width: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .map-pin svg, .map-pin img, .map-pin-white svg, .map-pin-white img {
    width: 25px;
  }
}
@media (max-width: 600px) {
  .map-pin svg, .map-pin img, .map-pin-white svg, .map-pin-white img {
    width: 25px;
  }
}

.bg-blue {
  border-radius: 4px;
  background: #F8F8F8;
}
@media (min-width: 1025px) {
  .bg-blue {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .bg-blue {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .bg-blue {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .bg-blue {
    padding-left: 15px;
  }
}
@media (min-width: 1025px) {
  .bg-blue {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .bg-blue {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .bg-blue {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .bg-blue {
    padding-right: 15px;
  }
}
@media (min-width: 1025px) {
  .bg-blue {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .bg-blue {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .bg-blue {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .bg-blue {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) {
  .bg-blue {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .bg-blue {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .bg-blue {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .bg-blue {
    padding-bottom: 10px;
  }
}

.map-info-div, .gm-iw {
  width: 15vw;
  text-align: center;
}
@media (min-width: 1025px) {
  .map-info-div, .gm-iw {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .map-info-div, .gm-iw {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .map-info-div, .gm-iw {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .map-info-div, .gm-iw {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .map-info-div, .gm-iw {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .map-info-div, .gm-iw {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .map-info-div, .gm-iw {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .map-info-div, .gm-iw {
    line-height: 30px;
  }
}
.map-info-div h6, .gm-iw h6 {
  font-weight: 600;
  margin: 0;
}
@media (min-width: 1025px) {
  .map-info-div h6, .gm-iw h6 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .map-info-div h6, .gm-iw h6 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .map-info-div h6, .gm-iw h6 {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .map-info-div h6, .gm-iw h6 {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .map-info-div h6, .gm-iw h6 {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .map-info-div h6, .gm-iw h6 {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .map-info-div h6, .gm-iw h6 {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .map-info-div h6, .gm-iw h6 {
    line-height: 30px;
  }
}

.weekly-div span {
  display: inline;
}
@media (min-width: 1025px) {
  .weekly-div span {
    padding-left: 0.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .weekly-div span {
    padding-left: 0.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .weekly-div span {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .weekly-div span {
    padding-left: 10px;
  }
}

.faq-pop {
  width: max-content;
  cursor: pointer;
  position: relative;
}
@media (min-width: 1025px) {
  .faq-pop {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .faq-pop {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .faq-pop {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .faq-pop {
    padding-top: 10px;
  }
}
.faq-pop .question-pop {
  color: #726868;
}
@media (min-width: 1025px) {
  .faq-pop .question-pop {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .faq-pop .question-pop {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .faq-pop .question-pop {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  .faq-pop .question-pop {
    font-size: 13px !important;
  }
}
.faq-pop .question-pop img {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .faq-pop .question-pop img {
    height: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .faq-pop .question-pop img {
    height: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .faq-pop .question-pop img {
    height: 15px;
  }
}
@media (max-width: 600px) {
  .faq-pop .question-pop img {
    height: 15px;
  }
}
@media (min-width: 1025px) {
  .faq-pop .question-pop img {
    width: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .faq-pop .question-pop img {
    width: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .faq-pop .question-pop img {
    width: 15px;
  }
}
@media (max-width: 600px) {
  .faq-pop .question-pop img {
    width: 15px;
  }
}
@media (min-width: 1025px) {
  .faq-pop .question-pop img {
    margin-left: 0.3645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .faq-pop .question-pop img {
    margin-left: 0.3645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .faq-pop .question-pop img {
    margin-left: 7px;
  }
}
@media (max-width: 600px) {
  .faq-pop .question-pop img {
    margin-left: 7px;
  }
}
.faq-pop .answer-pop {
  text-align: left !important;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.3s ease;
  z-index: 9;
  position: absolute;
  background: #000;
  color: #fff;
  left: -50%;
}
@media (min-width: 1025px) {
  .faq-pop .answer-pop {
    width: 13.0208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .faq-pop .answer-pop {
    width: 13.0208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .faq-pop .answer-pop {
    width: 250px;
  }
}
@media (max-width: 600px) {
  .faq-pop .answer-pop {
    width: 250px;
  }
}
@media (min-width: 1025px) {
  .faq-pop .answer-pop {
    font-size: 0.6770833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .faq-pop .answer-pop {
    font-size: 0.6770833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .faq-pop .answer-pop {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  .faq-pop .answer-pop {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  .faq-pop .answer-pop {
    padding: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .faq-pop .answer-pop {
    padding: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .faq-pop .answer-pop {
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .faq-pop .answer-pop {
    padding: 10px;
  }
}
@media (min-width: 1025px) {
  .faq-pop .answer-pop {
    top: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .faq-pop .answer-pop {
    top: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .faq-pop .answer-pop {
    top: 40px;
  }
}
@media (max-width: 600px) {
  .faq-pop .answer-pop {
    top: 40px;
  }
}
.faq-pop .answer-pop.active-pop {
  clip-path: inset(0 0 0 0) !important;
}

.slick-slider .faq-pop, .featured-car-box__details .faq-pop, .list-item .faq-pop, .car-box__details-right .faq-pop {
  margin-left: auto;
  padding-top: 0;
}
.slick-slider .faq-pop .answer-pop, .featured-car-box__details .faq-pop .answer-pop, .list-item .faq-pop .answer-pop, .car-box__details-right .faq-pop .answer-pop {
  left: auto;
  clip-path: inset(100% 0 0 0);
  right: 0 !important;
  top: auto;
}
@media (min-width: 1025px) {
  .slick-slider .faq-pop .answer-pop, .featured-car-box__details .faq-pop .answer-pop, .list-item .faq-pop .answer-pop, .car-box__details-right .faq-pop .answer-pop {
    bottom: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .slick-slider .faq-pop .answer-pop, .featured-car-box__details .faq-pop .answer-pop, .list-item .faq-pop .answer-pop, .car-box__details-right .faq-pop .answer-pop {
    bottom: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .slick-slider .faq-pop .answer-pop, .featured-car-box__details .faq-pop .answer-pop, .list-item .faq-pop .answer-pop, .car-box__details-right .faq-pop .answer-pop {
    bottom: 20px;
  }
}
@media (max-width: 600px) {
  .slick-slider .faq-pop .answer-pop, .featured-car-box__details .faq-pop .answer-pop, .list-item .faq-pop .answer-pop, .car-box__details-right .faq-pop .answer-pop {
    bottom: 20px;
  }
}

.faq-pop--left {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.faq-pop--left .answer-pop {
  left: 0 !important;
  right: auto !important;
}

#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#popup-box {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

#close-popup {
  background: #333;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

#popup-box .text span {
  color: #bd9f65;
}

@media only screen and (min-width: 1025px) {
  #popup-box {
    max-width: 30vw;
  }
  #popup-box.has-img {
    max-width: 60vw;
    display: flex;
    padding: 0 !important;
    flex-direction: column-reverse;
    background: transparent !important;
  }
  #popup-box.has-img #close-popup {
    display: block;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 1vw;
  }
  #popup-box .text {
    font-size: 2vw;
    line-height: 2.5vw;
  }
  #popup-box .date {
    font-size: 1vw;
    line-height: 1.5vw;
  }
  #close-popup {
    padding: 0.5vw 1vw;
    font-size: 0.8vw;
  }
}
@media only screen and (max-width: 1025px) {
  #popup-box.has-img {
    max-width: 90%;
    display: flex;
    padding: 0 !important;
    flex-direction: column-reverse;
    background: transparent !important;
  }
  #popup-box.has-img #close-popup {
    display: block;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #popup-box {
    max-width: 90%;
  }
  #popup-box .text {
    font-size: 25px;
    line-height: 30px;
  }
  #popup-box .text span {
    color: #bd9f65;
  }
  #popup-box .date {
    font-size: 16px;
    line-height: 30px;
  }
  #close-popup {
    padding: 5px 20px;
    font-size: 14px;
  }
}
.faq-pop--white .question-pop, .featured-car-box__details .faq-pop .question-pop {
  color: #fff !important;
}
.faq-pop--white .answer-pop, .featured-car-box__details .faq-pop .answer-pop {
  color: #fff !important;
}
.faq-pop--white img, .featured-car-box__details .faq-pop img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7462%) hue-rotate(207deg) brightness(112%) contrast(111%);
}

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

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

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

.custom-slider {
  position: relative;
  overflow: hidden;
  /* Dots container */
  /* Dot style */
  /* Active dot */
}
.custom-slider .dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
}
.custom-slider .dot {
  width: 15px;
  height: 3px;
  background-color: gray;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s;
}
.custom-slider .dot.active {
  background-color: white;
}

.custom-slider img {
  position: absolute;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.custom-slider img.active {
  opacity: 1;
}

@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(-20px, 0px, 0);
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes movetop {
  0% {
    transform: translate3d(0px, 20px, 0);
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes movebottom {
  0% {
    transform: translate3d(0px, -20px, 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);
  }
}
/****************************Nav Buttons*********************************************/
.grid-list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .grid-list {
    margin-left: -0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .grid-list {
    margin-left: -0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .grid-list {
    margin-left: -10px;
  }
}
@media (max-width: 600px) {
  .grid-list {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .grid-list {
    margin-right: -0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .grid-list {
    margin-right: -0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .grid-list {
    margin-right: -10px;
  }
}
@media (max-width: 600px) {
  .grid-list {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .grid-list .list-item-100 {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .grid-list .list-item-100 {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .grid-list .list-item-100 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .grid-list .list-item-100 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .grid-list .list-item-100 {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .grid-list .list-item-100 {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .grid-list .list-item-100 {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .grid-list .list-item-100 {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .grid-list .list-item-100 {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .grid-list .list-item-100 {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .grid-list .list-item-100 {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .grid-list .list-item-100 {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .grid-list .list-item-100 {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .grid-list .list-item-100 {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .grid-list .list-item-100 {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .grid-list .list-item-100 {
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .grid-list .list-item-50 {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .grid-list .list-item-50 {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .grid-list .list-item-50 {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .grid-list .list-item-50 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .grid-list .list-item-50 {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .grid-list .list-item-50 {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .grid-list .list-item-50 {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .grid-list .list-item-50 {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .grid-list .list-item-50 {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .grid-list .list-item-50 {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .grid-list .list-item-50 {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .grid-list .list-item-50 {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .grid-list .list-item-50 {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .grid-list .list-item-50 {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .grid-list .list-item-50 {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .grid-list .list-item-50 {
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .grid-list .list-item-25 {
    width: 25%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .grid-list .list-item-25 {
    width: 25%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .grid-list .list-item-25 {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .grid-list .list-item-25 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .grid-list .list-item-25 {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .grid-list .list-item-25 {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .grid-list .list-item-25 {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .grid-list .list-item-25 {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .grid-list .list-item-25 {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .grid-list .list-item-25 {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .grid-list .list-item-25 {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .grid-list .list-item-25 {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .grid-list .list-item-25 {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .grid-list .list-item-25 {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .grid-list .list-item-25 {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .grid-list .list-item-25 {
    padding-bottom: 10px;
  }
}

.reserve-now-form-wrapper {
  background: transparent;
  max-width: 100%;
  padding: 0;
  border: 0;
}
.reserve-now-form-wrapper .reserve-now-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  width: max-content;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 0.5208333333vw;
  border: 1px solid #ED9700;
  background-color: #ED9700;
  background-image: url("../../img/b-arr.png");
  background-position: calc(100% - 0.78125vw);
  background-size: 1.0416666667vw;
  background-repeat: no-repeat !important;
  color: #272727;
}
@media (min-width: 1025px) {
  .reserve-now-form-wrapper .reserve-now-submit {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .reserve-now-form-wrapper .reserve-now-submit {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .reserve-now-form-wrapper .reserve-now-submit {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .reserve-now-form-wrapper .reserve-now-submit {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .reserve-now-form-wrapper .reserve-now-submit {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .reserve-now-form-wrapper .reserve-now-submit {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .reserve-now-form-wrapper .reserve-now-submit {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .reserve-now-form-wrapper .reserve-now-submit {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .reserve-now-form-wrapper .reserve-now-submit {
    letter-spacing: 0.0625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .reserve-now-form-wrapper .reserve-now-submit {
    letter-spacing: 0.0625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .reserve-now-form-wrapper .reserve-now-submit {
    letter-spacing: 1.2px;
  }
}
@media (max-width: 600px) {
  .reserve-now-form-wrapper .reserve-now-submit {
    letter-spacing: 1.2px;
  }
}
@media (min-width: 1025px) {
  .reserve-now-form-wrapper .reserve-now-submit {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .reserve-now-form-wrapper .reserve-now-submit {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .reserve-now-form-wrapper .reserve-now-submit {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .reserve-now-form-wrapper .reserve-now-submit {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .reserve-now-form-wrapper .reserve-now-submit {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .reserve-now-form-wrapper .reserve-now-submit {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .reserve-now-form-wrapper .reserve-now-submit {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .reserve-now-form-wrapper .reserve-now-submit {
    padding-right: 20px;
  }
}
.reserve-now-form-wrapper .reserve-now-submit:hover {
  transition: all 0.3s;
  color: #fff;
  background-color: #B22222;
  border: 1px solid #B22222;
  background-image: url("../../img/w-arr.png") !important;
  background-position: calc(100% - 0.78125vw);
  background-size: 1.0416666667vw;
  background-repeat: no-repeat !important;
}
.reserve-now-form-wrapper .reserve-now-submit:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(1413%) hue-rotate(273deg) brightness(120%) contrast(100%);
}
.reserve-now-form-wrapper .reserve-now-submit:hover svg path {
  fill: #fff;
}
.reserve-now-form-wrapper input {
  border: 1px solid #CBCBCB;
  font-family: "Barlow", serif;
  color: #1F1F1F;
  width: 100%;
  font-weight: 500 !important;
  background-color: #F1F0F0 !important;
  border-radius: 5px !important;
}
@media (min-width: 1025px) {
  .reserve-now-form-wrapper input {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .reserve-now-form-wrapper input {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .reserve-now-form-wrapper input {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .reserve-now-form-wrapper input {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .reserve-now-form-wrapper input {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .reserve-now-form-wrapper input {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .reserve-now-form-wrapper input {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .reserve-now-form-wrapper input {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .reserve-now-form-wrapper input {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .reserve-now-form-wrapper input {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .reserve-now-form-wrapper input {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .reserve-now-form-wrapper input {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .reserve-now-form-wrapper input {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .reserve-now-form-wrapper input {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .reserve-now-form-wrapper input {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .reserve-now-form-wrapper input {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .reserve-now-form-wrapper input {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .reserve-now-form-wrapper input {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .reserve-now-form-wrapper input {
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .reserve-now-form-wrapper input {
    line-height: 15px;
  }
}
.reserve-now-form-wrapper input:focus {
  border: 1px solid #ED9700;
  background: #fff !important;
}
.reserve-now-form-wrapper label {
  text-align: left;
  font-family: "Barlow", serif;
  font-weight: 500 !important;
  color: #1F1F1F;
}
@media (min-width: 1025px) {
  .reserve-now-form-wrapper label {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .reserve-now-form-wrapper label {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .reserve-now-form-wrapper label {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .reserve-now-form-wrapper label {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .reserve-now-form-wrapper label {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .reserve-now-form-wrapper label {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .reserve-now-form-wrapper label {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .reserve-now-form-wrapper label {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .reserve-now-form-wrapper label:not(.checkbox-inline) {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .reserve-now-form-wrapper label:not(.checkbox-inline) {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .reserve-now-form-wrapper label:not(.checkbox-inline) {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .reserve-now-form-wrapper label:not(.checkbox-inline) {
    padding-bottom: 5px;
  }
}
.reserve-now-form-wrapper .form-col-12 {
  width: 100%;
}
.reserve-now-form-wrapper .form-col-6 {
  width: 49%;
}
.reserve-now-form-wrapper form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.widget-visible iframe {
  bottom: 60px !important;
}

/****************************Nav Buttons END*********************************************/
@media only screen and (min-width: 1025px) {
  .mobile_tab_el, .mobile_el {
    display: none !important;
  }
  .mobile_tab_el {
    display: none !important;
  }
  .wrapper--left-10 {
    margin-left: auto;
    margin-right: auto;
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .wrapper--left-10 {
    width: 90%;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--left-10 {
    width: 95%;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .wrapper--left-10 {
    width: 90%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .wrapper--left-10 {
    width: 90%;
  }
}
@media only screen and (min-width: 1025px) {
  .faq-pop:hover .answer-pop {
    clip-path: inset(0 0 0 0) !important;
  }
  .desktop_flex-column {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1025px) {
  .mobile-width-max {
    width: max-content !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .map-info-div, .gm-iw {
    width: 250px;
  }
  .wrapper--left-10 {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .next-btn {
    border-radius: 10px;
  }
  .listing-item .listing-item__details {
    position: relative !important;
  }
  .listing-item__img {
    z-index: 1;
    position: relative !important;
  }
  .listing-item::before {
    opacity: 1 !important;
  }
  .three-item-grid-listing a, .three-item-grid-listing p, .three-item-grid-listing h3 {
    text-decoration: none;
  }
  .listing-item .listing-item__details-bottom {
    opacity: 1 !important;
    transform: none !important;
  }
  .listing-item__details p, .listing-item__details h3 {
    color: #000 !important;
  }
  .mobile-btn-center {
    display: flex;
    justify-content: center !important;
  }
  .customer-review-slider-two, .customer-review-slider,
  .three-item-slider, .excellence-slider, .icon-card-list,
  .brand-slider, .why-div, .car-list-slider, .car-list-four-slider {
    padding-bottom: 60px;
  }
  .customer-review-slider-two .slick-arrow, .customer-review-slider .slick-arrow,
  .three-item-slider .slick-arrow, .excellence-slider .slick-arrow, .icon-card-list .slick-arrow,
  .brand-slider .slick-arrow, .why-div .slick-arrow, .car-list-slider .slick-arrow, .car-list-four-slider .slick-arrow {
    position: absolute;
    bottom: 0 !important;
    top: auto !important;
  }
  .customer-review-slider-two .slick-prev, .customer-review-slider .slick-prev,
  .three-item-slider .slick-prev, .excellence-slider .slick-prev, .icon-card-list .slick-prev,
  .brand-slider .slick-prev, .why-div .slick-prev, .car-list-slider .slick-prev, .car-list-four-slider .slick-prev {
    left: calc(50% - 50px) !important;
  }
  .customer-review-slider-two .slick-next, .customer-review-slider .slick-next,
  .three-item-slider .slick-next, .excellence-slider .slick-next, .icon-card-list .slick-next,
  .brand-slider .slick-next, .why-div .slick-next, .car-list-slider .slick-next, .car-list-four-slider .slick-next {
    right: calc(50% - 50px) !important;
  }
  .three-item-grid-finance .list-item:last-child {
    padding-bottom: 0 !important;
  }
  .desktop_el {
    display: none !important;
  }
  .letter-space-text {
    letter-spacing: 1.5px;
  }
  .customer-review-slider-two .slide-item, .customer-review-slider-two .why-div-box, .customer-review-slider .slide-item, .customer-review-slider .why-div-box,
  .three-item-slider .slide-item,
  .three-item-slider .why-div-box, .excellence-slider .slide-item, .excellence-slider .why-div-box, .icon-card-list .slide-item, .icon-card-list .why-div-box,
  .brand-slider .slide-item,
  .brand-slider .why-div-box, .why-div .slide-item, .why-div .why-div-box, .car-list-slider .slide-item, .car-list-slider .why-div-box, .car-list-four-slider .slide-item, .car-list-four-slider .why-div-box {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .custom-slider .dots {
    display: none !important;
  }
  .mobile-flex-column {
    flex-direction: column;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .tab-padding-left--0 {
    padding-left: 0 !important;
  }
  .tab-justify-start {
    justify-content: flex-start !important;
  }
  .tab-padding-bottom--300 {
    padding-bottom: 300px !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-width--40 {
    width: 40% !important;
  }
  .tab-flex-column {
    flex-direction: column;
  }
  .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-width--40 {
    width: 40% !important;
  }
  .tab-width--50 {
    width: 50% !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;
  }
}
@media only screen and (max-width: 600px) {
  .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;
  }
  .three-item-grid-listing {
    padding-bottom: 20px !important;
  }
  .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-small-text-btn {
    font-size: 12px !important;
  }
  .mobile-small-text-btn a {
    font-size: 12px !important;
  }
  .mobile-small-text-btn svg, .mobile-small-text-btn img {
    display: none !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-flex-column-revers {
    flex-direction: column-reverse;
  }
}
/********************************************Media Querires******************************************/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

@media (min-width: 1025px) {
  .header__top {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header__top {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header__top {
    height: auto;
  }
}
@media (max-width: 600px) {
  .header__top {
    height: auto;
  }
}
@media (min-width: 1025px) {
  .header__top {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header__top {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header__top {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .header__top {
    padding-top: 30px;
  }
}
.header__top img {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .header__top img {
    height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header__top img {
    height: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header__top img {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .header__top img {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .header__top img {
    width: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header__top img {
    width: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header__top img {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .header__top img {
    width: 30px;
  }
}

@media (min-width: 1025px) {
  .header__center {
    height: 3.90625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header__center {
    height: 3.90625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header__center {
    height: auto;
  }
}
@media (max-width: 600px) {
  .header__center {
    height: auto;
  }
}
.header__center .header__center-line {
  border-top: 3px solid #B22222;
  border-bottom: 3px solid #B22222;
  height: 10px;
}
.header__center a {
  display: flex;
  justify-content: center;
}
.header__center img {
  width: 100%;
  transition: all 0.3s;
  margin: auto;
}
@media (min-width: 1025px) {
  .header__center .width--40:first-child {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header__center .width--40:first-child {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header__center .width--40:first-child {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .header__center .width--40:first-child {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .header__center .width--40.width--40--last {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header__center .width--40.width--40--last {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header__center .width--40.width--40--last {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .header__center .width--40.width--40--last {
    padding-left: 30px;
  }
}

.header__bottom {
  transition: all 0.3s;
}
.header__bottom nav {
  padding: 0;
}

.header__sep hr {
  background: #fff;
  transition: opacity 0.3s ease;
  margin-top: 0;
}
@media (min-width: 1025px) {
  .header__sep hr {
    margin-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header__sep hr {
    margin-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header__sep hr {
    margin-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .header__sep hr {
    margin-bottom: 0px;
  }
}

.menu-toggle-button {
  border: 0;
  transition: all 0.3s;
  background: transparent;
  display: flex;
  padding: 0;
  justify-content: flex-start;
  align-items: center;
  width: 30px;
}
@media (min-width: 1025px) {
  .menu-toggle-button {
    height: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-toggle-button {
    height: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-toggle-button {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .menu-toggle-button {
    height: 30px;
  }
}
.menu-toggle-button .menu-toggle-button-inner {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  height: 20px;
  width: 30px;
}
.menu-toggle-button .menu-toggle-button-inner div {
  transition: all 0.3s;
  height: 1px;
  background: #fff;
  width: 30px;
}

.menu-toggle-button::after {
  display: none !important;
}

.menu-toggle-button.show .menu-toggle-button-inner div:nth-child(1), .menu-toggle-button-mobile.openmenu .menu-toggle-button-inner div:nth-child(1) {
  transition: all 0.3s;
  -webkit-transform: translateY(11px) rotate(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  -o-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotate(45deg);
}
.menu-toggle-button.show .menu-toggle-button-inner div:nth-child(2), .menu-toggle-button-mobile.openmenu .menu-toggle-button-inner div:nth-child(2) {
  transition: all 0.3s;
  opacity: 0;
}
.menu-toggle-button.show .menu-toggle-button-inner div:nth-child(3), .menu-toggle-button-mobile.openmenu .menu-toggle-button-inner div:nth-child(3) {
  transition: all 0.3s;
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

#primary-menu-drop {
  border-radius: 0 !important;
  padding: 0;
  list-style: none;
  margin: 0;
  border: 0 !important;
  width: max-content;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: auto;
  overflow: auto;
}
@media (min-width: 1025px) {
  #primary-menu-drop {
    top: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #primary-menu-drop {
    top: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #primary-menu-drop {
    top: 30px;
  }
}
@media (max-width: 600px) {
  #primary-menu-drop {
    top: 30px;
  }
}
#primary-menu-drop li {
  flex-grow: unset !important;
  background: #fff;
}
#primary-menu-drop li:hover {
  background: #ED9700;
}
#primary-menu-drop a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  width: 100%;
  color: #1F1F1F;
}
@media (min-width: 1025px) {
  #primary-menu-drop a {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #primary-menu-drop a {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #primary-menu-drop a {
    height: 30px;
  }
}
@media (max-width: 600px) {
  #primary-menu-drop a {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  #primary-menu-drop a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #primary-menu-drop a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #primary-menu-drop a {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  #primary-menu-drop a {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  #primary-menu-drop a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #primary-menu-drop a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #primary-menu-drop a {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  #primary-menu-drop a {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  #primary-menu-drop a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #primary-menu-drop a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #primary-menu-drop a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  #primary-menu-drop a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  #primary-menu-drop a {
    line-height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #primary-menu-drop a {
    line-height: 1.40625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #primary-menu-drop a {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  #primary-menu-drop a {
    line-height: 25px;
  }
}
#primary-menu-drop a::after {
  display: none;
}

.menu-ul {
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0;
  width: 100%;
  border: 0 !important;
}
.menu-ul li {
  border: 0 !important;
  position: relative;
}
@media (min-width: 1025px) {
  .menu-ul li {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-ul li {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-ul li {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .menu-ul li {
    padding-right: 0px;
  }
}
.menu-ul a {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  display: flex;
  transition: all 0.3s;
  align-items: center;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .menu-ul a {
    height: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-ul a {
    height: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-ul a {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .menu-ul a {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .menu-ul a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-ul a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-ul a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .menu-ul a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .menu-ul a {
    line-height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-ul a {
    line-height: 1.40625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-ul a {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .menu-ul a {
    line-height: 25px;
  }
}
.menu-ul a:hover {
  color: #ED9700;
}
.menu-ul li.menu-item-has-children a, .menu-ul li.megamenu-item-has-children a {
  position: relative;
  display: flex;
  align-items: center;
}
.menu-ul li.menu-item-has-children a::after, .menu-ul li.megamenu-item-has-children a::after {
  content: "";
  height: 1.0416666667vw;
  width: 1.0416666667vw;
  transition: all 0.3s;
  background-image: url("../../img/down.png");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat !important;
}
.menu-ul li.menu-item-has-children:hover a::after, .menu-ul li.megamenu-item-has-children:hover a::after {
  transition: all 0.5s;
  transform: rotate(180deg);
}
.menu-ul li.menu-item-has-children:hover .sub-menu, .menu-ul li.megamenu-item-has-children:hover .sub-menu {
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
}
.menu-ul li.menu-item-has-children .sub-menu, .menu-ul li.megamenu-item-has-children .sub-menu {
  padding: 0;
  list-style: none;
  margin: 0;
  transition: all 0.3s ease;
  position: absolute;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  border: 0 !important;
  width: max-content;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1025px) {
  .menu-ul li.menu-item-has-children .sub-menu, .menu-ul li.megamenu-item-has-children .sub-menu {
    top: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-ul li.menu-item-has-children .sub-menu, .menu-ul li.megamenu-item-has-children .sub-menu {
    top: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-ul li.menu-item-has-children .sub-menu, .menu-ul li.megamenu-item-has-children .sub-menu {
    top: 30px;
  }
}
@media (max-width: 600px) {
  .menu-ul li.menu-item-has-children .sub-menu, .menu-ul li.megamenu-item-has-children .sub-menu {
    top: 30px;
  }
}
.menu-ul li.menu-item-has-children .sub-menu li, .menu-ul li.megamenu-item-has-children .sub-menu li {
  flex-grow: unset !important;
  background: #fff;
}
.menu-ul li.menu-item-has-children .sub-menu li:hover, .menu-ul li.megamenu-item-has-children .sub-menu li:hover {
  background: #ED9700;
}
.menu-ul li.menu-item-has-children .sub-menu a, .menu-ul li.megamenu-item-has-children .sub-menu a {
  width: 100%;
  color: #1F1F1F;
}
@media (min-width: 1025px) {
  .menu-ul li.menu-item-has-children .sub-menu a, .menu-ul li.megamenu-item-has-children .sub-menu a {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-ul li.menu-item-has-children .sub-menu a, .menu-ul li.megamenu-item-has-children .sub-menu a {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-ul li.menu-item-has-children .sub-menu a, .menu-ul li.megamenu-item-has-children .sub-menu a {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .menu-ul li.menu-item-has-children .sub-menu a, .menu-ul li.megamenu-item-has-children .sub-menu a {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .menu-ul li.menu-item-has-children .sub-menu a, .menu-ul li.megamenu-item-has-children .sub-menu a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-ul li.menu-item-has-children .sub-menu a, .menu-ul li.megamenu-item-has-children .sub-menu a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-ul li.menu-item-has-children .sub-menu a, .menu-ul li.megamenu-item-has-children .sub-menu a {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .menu-ul li.menu-item-has-children .sub-menu a, .menu-ul li.megamenu-item-has-children .sub-menu a {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .menu-ul li.menu-item-has-children .sub-menu a, .menu-ul li.megamenu-item-has-children .sub-menu a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-ul li.menu-item-has-children .sub-menu a, .menu-ul li.megamenu-item-has-children .sub-menu a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-ul li.menu-item-has-children .sub-menu a, .menu-ul li.megamenu-item-has-children .sub-menu a {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .menu-ul li.menu-item-has-children .sub-menu a, .menu-ul li.megamenu-item-has-children .sub-menu a {
    padding-right: 30px;
  }
}
.menu-ul li.menu-item-has-children .sub-menu a::after, .menu-ul li.megamenu-item-has-children .sub-menu a::after {
  display: none;
}
.menu-ul .mega-menu-wrap {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  display: none;
  opacity: 0;
  overflow: auto;
  left: 0;
  right: 0;
  transition: all 0.3s ease;
  background: #000;
  padding-left: 8%;
  padding-right: 8%;
  height: 0;
}
@media (min-width: 1025px) {
  .menu-ul .mega-menu-wrap {
    top: 11.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-ul .mega-menu-wrap {
    top: 11.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-ul .mega-menu-wrap {
    top: 30px;
  }
}
@media (max-width: 600px) {
  .menu-ul .mega-menu-wrap {
    top: 30px;
  }
}
@media (min-width: 1025px) {
  .menu-ul .mega-menu-wrap {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-ul .mega-menu-wrap {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-ul .mega-menu-wrap {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .menu-ul .mega-menu-wrap {
    padding-bottom: 30px;
  }
}
.menu-ul .mega-menu-wrap ul {
  list-style: none;
  padding: 0;
}
@media (min-width: 1025px) {
  .menu-ul .mega-menu-wrap ul a {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-ul .mega-menu-wrap ul a {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-ul .mega-menu-wrap ul a {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .menu-ul .mega-menu-wrap ul a {
    height: 30px;
  }
}
.menu-ul .mega-menu-wrap li a::after {
  display: none !important;
}
.menu-ul .mega-menu-wrap .mega-menu-list {
  display: flex;
  justify-content: space-between;
  height: 100% !important;
}
@media (min-width: 1025px) {
  .menu-ul .mega-menu-wrap .mega-menu-list {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-ul .mega-menu-wrap .mega-menu-list {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-ul .mega-menu-wrap .mega-menu-list {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .menu-ul .mega-menu-wrap .mega-menu-list {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .menu-ul .mega-menu-wrap .mega-menu-list li {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-ul .mega-menu-wrap .mega-menu-list li {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-ul .mega-menu-wrap .mega-menu-list li {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .menu-ul .mega-menu-wrap .mega-menu-list li {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .menu-ul .mega-menu-wrap .mega-menu-list li {
    line-height: 0.9375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-ul .mega-menu-wrap .mega-menu-list li {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-ul .mega-menu-wrap .mega-menu-list li {
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .menu-ul .mega-menu-wrap .mega-menu-list li {
    line-height: 15px;
  }
}
@media (min-width: 1025px) {
  .menu-ul .mega-menu-wrap .mega-menu-list li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-ul .mega-menu-wrap .mega-menu-list li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-ul .mega-menu-wrap .mega-menu-list li {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .menu-ul .mega-menu-wrap .mega-menu-list li {
    padding-bottom: 20px;
  }
}
.menu-ul .mega-menu-wrap .mega-menu-list a {
  font-weight: 600;
  padding: 0;
  height: auto !important;
  text-decoration: none;
  text-transform: none !important;
  color: #B3B3B3;
}
@media (min-width: 1025px) {
  .menu-ul .mega-menu-wrap .mega-menu-list a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-ul .mega-menu-wrap .mega-menu-list a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-ul .mega-menu-wrap .mega-menu-list a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .menu-ul .mega-menu-wrap .mega-menu-list a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .menu-ul .mega-menu-wrap .mega-menu-list a {
    line-height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-ul .mega-menu-wrap .mega-menu-list a {
    line-height: 1.40625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-ul .mega-menu-wrap .mega-menu-list a {
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .menu-ul .mega-menu-wrap .mega-menu-list a {
    line-height: 15px;
  }
}
.menu-ul .mega-menu-wrap .mega-menu-list a:hover {
  color: #ED9700;
}
.menu-ul .mega-menu-wrap .mega-menu-list p {
  width: max-content;
  position: relative;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 1025px) {
  .menu-ul .mega-menu-wrap .mega-menu-list p {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-ul .mega-menu-wrap .mega-menu-list p {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-ul .mega-menu-wrap .mega-menu-list p {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .menu-ul .mega-menu-wrap .mega-menu-list p {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .menu-ul .mega-menu-wrap .mega-menu-list p {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-ul .mega-menu-wrap .mega-menu-list p {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-ul .mega-menu-wrap .mega-menu-list p {
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .menu-ul .mega-menu-wrap .mega-menu-list p {
    line-height: 15px;
  }
}
.menu-ul .mega-menu-wrap .mega-menu-list p::after {
  content: "";
  height: 1px;
  background: #ED9700;
  width: 42%;
}
.menu-ul .mega-menu-wrap .mega-menu-list .mega-menu-item {
  width: 24%;
}
.menu-ul .megamenu-item-has-children {
  position: static !important;
}
.menu-ul .megamenu-item-has-children:hover .mega-menu-wrap {
  display: block !important;
}
.menu-ul .mega-menu-wrap.show {
  display: block !important;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media (min-width: 1025px) {
  .menu-ul .mega-menu-wrap.show {
    height: 33.8541666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-ul .mega-menu-wrap.show {
    height: 33.8541666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-ul .mega-menu-wrap.show {
    height: auto;
  }
}
@media (max-width: 600px) {
  .menu-ul .mega-menu-wrap.show {
    height: auto;
  }
}

.header.no-banners {
  background: linear-gradient(172deg, #000 7.71%, rgba(0, 0, 0, 0.72) 101.52%);
}
.header.no-banners .header__sep {
  display: none !important;
}

#header::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#header.menushow::after {
  opacity: 1;
  transition: opacity 0.3s ease;
}

#header {
  transition: all 0.3s;
}
#header .width--20 {
  transition: all 0.3s;
}
#header .width--40 {
  transition: all 0.3s;
}

#header.header-scrolled {
  transform: translateY(-2.8645833333vw);
  transition: all 0.3s;
}
#header.header-scrolled .width--20 {
  width: 12%;
  transition: all 0.3s;
}
#header.header-scrolled .width--40 {
  width: 44%;
  transition: all 0.3s;
}
#header.header-scrolled .menu-ul .level1, #header.header-scrolled .menu-toggle-button {
  transition: all 0.3s;
  height: 3.6458333333vw !important;
}
#header.header-scrolled .header__bottom {
  padding-top: 0;
  transition: all 0.3s;
}
#header.header-scrolled .header__center {
  margin-bottom: -0.5208333333vw;
}
@media (min-width: 1025px) {
  #header.header-scrolled .header__center {
    height: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #header.header-scrolled .header__center {
    height: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #header.header-scrolled .header__center {
    height: auto;
  }
}
@media (max-width: 600px) {
  #header.header-scrolled .header__center {
    height: auto;
  }
}
#header.header-scrolled .mega-menu-wrap {
  top: 8.59375vw;
  transition: all 0.3s;
}
#header.header-scrolled .menu-item-has-children .sub-menu {
  top: 3.6458333333vw;
  transition: all 0.3s;
}
#header.header-scrolled .megamenu-item-has-children .sub-menu {
  top: 4.4270833333vw;
  transition: all 0.3s;
}
#header.header-scrolled::after {
  opacity: 1;
  transition: opacity 0.3s ease;
}
#header.header-scrolled .header__sep hr {
  height: 0;
  margin: 0;
  transition: opacity 0.3s ease;
}
#header.header-scrolled .header__bottom {
  padding: 0;
  transition: opacity 0.3s ease;
}

.wishlistCounter-wrap svg, .compareCounter-wrap svg {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .wishlistCounter-wrap svg, .compareCounter-wrap svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wishlistCounter-wrap svg, .compareCounter-wrap svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wishlistCounter-wrap svg, .compareCounter-wrap svg {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .wishlistCounter-wrap svg, .compareCounter-wrap svg {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .wishlistCounter-wrap svg, .compareCounter-wrap svg {
    width: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wishlistCounter-wrap svg, .compareCounter-wrap svg {
    width: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wishlistCounter-wrap svg, .compareCounter-wrap svg {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .wishlistCounter-wrap svg, .compareCounter-wrap svg {
    width: 20px;
  }
}
.wishlistCounter-wrap svg path, .compareCounter-wrap svg path {
  fill: #fff;
}
.wishlistCounter-wrap span, .compareCounter-wrap span {
  color: #fff;
  display: block;
}
@media (min-width: 1025px) {
  .wishlistCounter-wrap span, .compareCounter-wrap span {
    padding-right: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wishlistCounter-wrap span, .compareCounter-wrap span {
    padding-right: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wishlistCounter-wrap span, .compareCounter-wrap span {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .wishlistCounter-wrap span, .compareCounter-wrap span {
    padding-right: 5px;
  }
}
.wishlistCounter-wrap a, .compareCounter-wrap a {
  text-decoration: none;
  color: #fff !important;
}
.wishlistCounter-wrap a:hover, .compareCounter-wrap a:hover {
  color: #ED9700;
}
.wishlistCounter-wrap a:hover path, .compareCounter-wrap a:hover path {
  fill: #ED9700;
}

#header.openmenu::after {
  opacity: 1;
  transition: opacity 0.3s ease;
}

#offcanvasMenu {
  overflow: auto;
  height: 100vh;
  background: #000;
}
#offcanvasMenu .offcanvas-body {
  padding-top: 90px;
  padding-bottom: 100px;
}
#offcanvasMenu a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  display: block;
}
#offcanvasMenu .submenu {
  list-style: none;
}
#offcanvasMenu .submenu a {
  text-transform: none !important;
  border: 0 !important;
  padding: 10px 0 !important;
  color: #B3B3B3;
}
#offcanvasMenu li.active a {
  color: #ED9700;
}
#offcanvasMenu li.active .submenu li:not(.active) a {
  color: #B3B3B3;
}
#offcanvasMenu .has-submenu .has-submenu-toggle {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#offcanvasMenu .has-submenu .has-submenu-toggle::after {
  content: "";
  height: 15px;
  width: 15px;
  background-repeat: no-repeat !important;
  background-size: contain;
  background-image: url(../../img/down.png) !important;
}

.header.opensearch::after {
  opacity: 1 !important;
}

@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-toggle-button .menu-toggle-button-inner {
    height: 17px;
    width: 30px;
  }
  .menu-toggle-button span {
    height: 1px;
  }
  .menu-ul .mega-menu-wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  #bannerSlider .carousel-item .banner-caption {
    padding-left: 5%;
  }
}
@media only screen and (min-width: 1600px) {
  .menu-ul .mega-menu-wrap {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media only screen and (max-width: 1025px) {
  .menu-toggle-button.show .menu-toggle-button-inner div:nth-child(1), .menu-toggle-button-mobile.openmenu .menu-toggle-button-inner div:nth-child(1) {
    transition: all 0.3s;
    -webkit-transform: translateY(11px) rotate(45deg);
    -ms-transform: translateY(11px) rotate(45deg);
    -o-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
  }
  .header__center-line-mobile {
    margin-bottom: 5px;
  }
  .wishlistCounter-wrap {
    padding-left: 0;
    padding-right: 30px;
  }
  .wishlistCounter-wrap a {
    border: 0 !important;
  }
  .wishlistCounter-wrap span {
    display: block;
    padding-left: 10px;
  }
  .header__top {
    display: none !important;
  }
  .header__center {
    display: flex;
    justify-content: space-between;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header__center img {
    height: auto;
    width: 100%;
  }
  .header__center .width--20 {
    width: 60% !important;
  }
  .header__center .mobile_tab_el {
    width: 20%;
    display: flex;
    justify-content: flex-end;
  }
  #header {
    z-index: 9999;
  }
  .menu-toggle-button.show span:nth-child(3), .menu-toggle-button-mobile.openmenu span:nth-child(3) {
    transition: all 0.3s;
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  #header.header-scrolled {
    transform: none !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header__center .width--20 {
    width: 40% !important;
  }
  #header.header-scrolled .width--20 {
    width: 40% !important;
  }
  #offcanvasMenu .offcanvas-body {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .mobile-fix-book {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
    z-index: 999;
  }
  #offcanvasMenu {
    width: 100%;
  }
  #header.header-scrolled .width--20 {
    width: 60% !important;
  }
}
.footer_main {
  background: linear-gradient(110deg, #373737 -12.22%, #1A1A1A 73.68%);
}

.yellow-line {
  height: 1px;
  background: rgba(237, 151, 0, 0.36);
  width: 42%;
}

.social-ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 12%;
}
@media (min-width: 1025px) {
  .social-ul li {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .social-ul li {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul li {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .social-ul li {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .social-ul li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .social-ul li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul li {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .social-ul li {
    padding-right: 5px;
  }
}
.social-ul a {
  border: 1px solid #ED9700;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  .social-ul a {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .social-ul a {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul a {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .social-ul a {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .social-ul a {
    width: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .social-ul a {
    width: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul a {
    width: 45px;
  }
}
@media (max-width: 600px) {
  .social-ul a {
    width: 45px;
  }
}
@media (min-width: 1025px) {
  .social-ul a svg, .social-ul a img {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .social-ul a svg, .social-ul a img {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul a svg, .social-ul a img {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .social-ul a svg, .social-ul a img {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .social-ul a svg, .social-ul a img {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .social-ul a svg, .social-ul a img {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul a svg, .social-ul a img {
    height: 25px;
  }
}
@media (max-width: 600px) {
  .social-ul a svg, .social-ul a img {
    height: 25px;
  }
}
@media (min-width: 1025px) {
  .social-ul a svg, .social-ul a img {
    width: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .social-ul a svg, .social-ul a img {
    width: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul a svg, .social-ul a img {
    width: 25px;
  }
}
@media (max-width: 600px) {
  .social-ul a svg, .social-ul a img {
    width: 25px;
  }
}
.social-ul a:hover path {
  fill: #ED9700;
}

.copy-div a {
  color: #EDEDED;
}
.copy-div a:hover {
  color: #ED9700;
}

.footer-menu-ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu-ul li {
  border-right: 1px solid rgba(255, 255, 255, 0.26);
}
@media (min-width: 1025px) {
  .footer-menu-ul li {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-menu-ul li {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-ul li {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .footer-menu-ul li {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .footer-menu-ul li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-menu-ul li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-ul li {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .footer-menu-ul li {
    padding-right: 5px;
  }
}
@media (min-width: 1025px) {
  .footer-menu-ul li {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-menu-ul li {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-ul li {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .footer-menu-ul li {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .footer-menu-ul li {
    line-height: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-menu-ul li {
    line-height: 0.9375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-ul li {
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .footer-menu-ul li {
    line-height: 15px;
  }
}
.footer-menu-ul li:first-child {
  padding-left: 0 !important;
}
.footer-menu-ul li:last-child {
  border: 0 !important;
}
.footer-menu-ul a {
  padding: 0;
  text-decoration: none;
  color: #EDEDED;
}
@media (min-width: 1025px) {
  .footer-menu-ul a {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-menu-ul a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-ul a {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .footer-menu-ul a {
    font-size: 12px !important;
  }
}
@media (min-width: 1025px) {
  .footer-menu-ul a {
    line-height: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-menu-ul a {
    line-height: 0.8854166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-ul a {
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .footer-menu-ul a {
    line-height: 15px;
  }
}
.footer-menu-ul a:hover {
  color: #ED9700;
}

.menu-ul-masionary {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-ul-masionary ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-ul-masionary .menu-item-has-children a {
  text-transform: uppercase;
  color: #fff;
}
.menu-ul-masionary .menu-item-has-children .sub-menu a {
  color: #B3B3B3 !important;
  text-transform: none !important;
}
.menu-ul-masionary .menu-item-has-children .sub-menu a:hover {
  color: #ED9700 !important;
}
@media (min-width: 1025px) {
  .menu-ul-masionary .sub-menu {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-ul-masionary .sub-menu {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-ul-masionary .sub-menu {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .menu-ul-masionary .sub-menu {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .menu-ul-masionary li {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-ul-masionary li {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-ul-masionary li {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .menu-ul-masionary li {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .menu-ul-masionary li {
    line-height: 0.9375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-ul-masionary li {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-ul-masionary li {
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .menu-ul-masionary li {
    line-height: 15px;
  }
}
@media (min-width: 1025px) {
  .menu-ul-masionary li {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-ul-masionary li {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-ul-masionary li {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .menu-ul-masionary li {
    padding-bottom: 20px;
  }
}
.menu-ul-masionary a {
  font-weight: 600;
  padding: 0;
  text-decoration: none;
  color: #B3B3B3;
}
@media (min-width: 1025px) {
  .menu-ul-masionary a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-ul-masionary a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-ul-masionary a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .menu-ul-masionary a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .menu-ul-masionary a {
    line-height: 0.9375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-ul-masionary a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-ul-masionary a {
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .menu-ul-masionary a {
    line-height: 15px;
  }
}
.menu-ul-masionary a:hover {
  color: #ED9700;
}

.footer-menu-wrap {
  border-top: 1px solid rgba(237, 151, 0, 0.36);
}

.menu-div-wrap {
  display: flex;
  justify-content: space-between;
}
.menu-div-wrap .menu-div {
  width: 16%;
}

#accordionFooter {
  background: transparent;
  border: 0;
}
#accordionFooter button, #accordionFooter .accordion-item {
  background: transparent;
}
#accordionFooter button {
  box-shadow: none !important;
  color: #fff;
  border: 0 !important;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1025px) {
  #accordionFooter button {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #accordionFooter button {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #accordionFooter button {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  #accordionFooter button {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  #accordionFooter button {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #accordionFooter button {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #accordionFooter button {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  #accordionFooter button {
    padding-bottom: 10px;
  }
}
#accordionFooter .accordion-header {
  border: 0 !important;
}
#accordionFooter .accordion-body {
  padding: 20px 0 0 0;
}
#accordionFooter .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#accordionFooter .accordion-button::after {
  background-size: contain;
  background-image: url("../../img/down.png") !important;
}
@media (min-width: 1025px) {
  #accordionFooter .accordion-button::after {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #accordionFooter .accordion-button::after {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #accordionFooter .accordion-button::after {
    height: 15px;
  }
}
@media (max-width: 600px) {
  #accordionFooter .accordion-button::after {
    height: 15px;
  }
}
@media (min-width: 1025px) {
  #accordionFooter .accordion-button::after {
    width: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #accordionFooter .accordion-button::after {
    width: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #accordionFooter .accordion-button::after {
    width: 15px;
  }
}
@media (max-width: 600px) {
  #accordionFooter .accordion-button::after {
    width: 15px;
  }
}
#accordionFooter .accordion-item:last-child {
  border: 0 !important;
}
#accordionFooter .accordion-button:not(.collapsed) {
  background: transparent !important;
}

@media only screen and (max-width: 1025px) {
  .social-ul {
    justify-content: center;
    width: auto;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #copyright-menu {
    justify-content: center;
    padding: 15px 0;
  }
  .copy-div {
    justify-content: center !important;
  }
  .yellow-line {
    width: 25%;
  }
  .menu-div-wrap {
    flex-wrap: wrap;
    justify-content: flex-start !important;
  }
  .menu-div-wrap .menu-div {
    width: 33.3%;
  }
  .menu-div-wrap .menu-div:last-child {
    width: 66.6% !important;
  }
  .menu-div-wrap .menu-div:last-child ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .menu-div-wrap .menu-div:last-child ul li {
    width: 49%;
  }
  .footer_main .width--25 {
    width: 50% !important;
    padding-bottom: 20px;
  }
  .footer_main .width--20 {
    width: 50% !important;
  }
}
@media only screen and (max-width: 600px) {
  .footer-menu-ul {
    justify-content: center;
  }
  .menu-div-wrap {
    display: none !important;
  }
  .yellow-line {
    width: 0;
  }
}
#bannerSlider {
  position: relative;
}
#bannerSlider .carousel-item {
  position: relative;
}
#bannerSlider .carousel-item .banner-img {
  height: 106vh;
  width: 100%;
  object-fit: cover;
}
#bannerSlider .carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(172deg, #000 7.71%, rgba(0, 0, 0, 0) 101.52%);
}
#bannerSlider .carousel-item .banner-caption {
  position: absolute;
  left: 0;
  z-index: 1;
  padding-left: 8%;
  width: 45%;
}
@media (min-width: 1025px) {
  #bannerSlider .carousel-item .banner-caption {
    top: 15.625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #bannerSlider .carousel-item .banner-caption {
    top: 15.625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #bannerSlider .carousel-item .banner-caption {
    top: 100px;
  }
}
@media (max-width: 600px) {
  #bannerSlider .carousel-item .banner-caption {
    top: 100px;
  }
}
#bannerSlider .carousel-indicators {
  margin-left: auto;
  justify-content: flex-end;
  margin-bottom: 20px;
  margin-right: 68%;
}
@media (min-width: 1025px) {
  #bannerSlider .carousel-indicators {
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #bannerSlider .carousel-indicators {
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #bannerSlider .carousel-indicators {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  #bannerSlider .carousel-indicators {
    margin-bottom: 10px;
  }
}
#bannerSlider .carousel-indicators button {
  background: #BCBCBC;
  margin-left: 10px;
  margin-left: 10px;
  border: 0;
  height: 10px;
  width: 10px;
  padding: 0px;
  border-radius: 50%;
}
#bannerSlider .carousel-indicators button.active {
  background: #B22222;
}
#bannerSlider::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  width: 100%;
  clip-path: polygon(39% 0, 42% 0, 33% 100%, 30% 100%);
  background: rgba(118, 106, 106, 0.47);
  z-index: 1;
}
#bannerSlider::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  bottom: 50%;
  left: 0;
  width: 100%;
  clip-path: polygon(52% 0, 50% 0, 42% 100%, 44% 100%);
  background: rgba(118, 106, 106, 0.37);
}
#bannerSlider .red-line {
  height: 5px;
  width: 10%;
  background: #B22222;
  position: absolute;
  left: 0;
  z-index: 2;
}
@media (min-width: 1025px) {
  #bannerSlider .red-line {
    bottom: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #bannerSlider .red-line {
    bottom: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #bannerSlider .red-line {
    bottom: 100px;
  }
}
@media (max-width: 600px) {
  #bannerSlider .red-line {
    bottom: 100px;
  }
}

.inner-pages-banner .banner-caption {
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.inner-pages-banner::after {
  display: none;
}
.inner-pages-banner::before {
  display: none;
}
.inner-pages-banner .carousel-item::after {
  height: 50%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8857668067) 0%, rgba(0, 0, 0, 0) 100%) !important;
}
.inner-pages-banner .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7457107843) 0%, rgba(0, 0, 0, 0) 100%);
}

.search-widget-wrap__inner {
  width: 100% !important;
}

.search-widget {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 1025px) {
  .search-widget .width--25, .search-widget .width--20, .search-widget .width--35 {
    padding-left: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .width--25, .search-widget .width--20, .search-widget .width--35 {
    padding-left: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .width--25, .search-widget .width--20, .search-widget .width--35 {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .search-widget .width--25, .search-widget .width--20, .search-widget .width--35 {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .search-widget .width--25, .search-widget .width--20, .search-widget .width--35 {
    padding-right: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .width--25, .search-widget .width--20, .search-widget .width--35 {
    padding-right: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .width--25, .search-widget .width--20, .search-widget .width--35 {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .search-widget .width--25, .search-widget .width--20, .search-widget .width--35 {
    padding-right: 5px;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .width--20:first-child {
    width: 40% !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .width--35 {
    width: 60% !important;
  }
}
.search-widget .input-wrap {
  border-radius: 5px;
  border: 1px solid #fff !important;
  background: #fff;
}
.search-widget .input-wrap div {
  align-items: center;
}
.search-widget .input-wrap .filter-column-inner {
  position: relative;
}
@media (min-width: 1025px) {
  .search-widget .input-wrap .filter-column-inner {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .input-wrap .filter-column-inner {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .input-wrap .filter-column-inner {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .search-widget .input-wrap .filter-column-inner {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .search-widget .input-wrap .filter-column-inner {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .input-wrap .filter-column-inner {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .input-wrap .filter-column-inner {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .search-widget .input-wrap .filter-column-inner {
    padding-right: 5px;
  }
}
.search-widget .input-wrap .filter-column-inner span {
  color: #b1b1b1;
  text-transform: uppercase;
  font-size: 0.7291666667vw;
}
@media only screen and (max-width: 1025px) {
  .search-widget .input-wrap .filter-column-inner span {
    font-size: 12px !important;
  }
}
.search-widget .input-wrap .filter-column-inner::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
  left: auto;
  width: 1px;
  background: #b1b1b1;
}
.search-widget .input-wrap .filter-column-inner:last-child::after {
  display: none !important;
}
.search-widget .dropdown-menu label {
  padding-bottom: 0 !important;
  width: calc(100% - 2.0833333333vw);
}
@media only screen and (max-width: 1025px) {
  .search-widget .dropdown-menu label {
    width: calc(100% - 40px) !important;
  }
}
.search-widget #search-btn {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s;
  border: 1px solid #B22222;
  background: #B22222;
  color: #fff;
  border-radius: 0.2604166667vw;
}
@media (min-width: 1025px) {
  .search-widget #search-btn {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget #search-btn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget #search-btn {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .search-widget #search-btn {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .search-widget #search-btn {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget #search-btn {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget #search-btn {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .search-widget #search-btn {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .search-widget #search-btn {
    letter-spacing: 0.0625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget #search-btn {
    letter-spacing: 0.0625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget #search-btn {
    letter-spacing: 1.2px;
  }
}
@media (max-width: 600px) {
  .search-widget #search-btn {
    letter-spacing: 1.2px;
  }
}
@media (min-width: 1025px) {
  .search-widget #search-btn {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget #search-btn {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget #search-btn {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .search-widget #search-btn {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .search-widget #search-btn {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget #search-btn {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget #search-btn {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .search-widget #search-btn {
    padding-right: 20px;
  }
}
.search-widget #search-btn img, .search-widget #search-btn svg, .search-widget #search-btn img {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .search-widget #search-btn img, .search-widget #search-btn svg, .search-widget #search-btn img {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget #search-btn img, .search-widget #search-btn svg, .search-widget #search-btn img {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget #search-btn img, .search-widget #search-btn svg, .search-widget #search-btn img {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .search-widget #search-btn img, .search-widget #search-btn svg, .search-widget #search-btn img {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .search-widget #search-btn img, .search-widget #search-btn svg, .search-widget #search-btn img {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget #search-btn img, .search-widget #search-btn svg, .search-widget #search-btn img {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget #search-btn img, .search-widget #search-btn svg, .search-widget #search-btn img {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .search-widget #search-btn img, .search-widget #search-btn svg, .search-widget #search-btn img {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .search-widget #search-btn img, .search-widget #search-btn svg, .search-widget #search-btn img {
    width: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget #search-btn img, .search-widget #search-btn svg, .search-widget #search-btn img {
    width: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget #search-btn img, .search-widget #search-btn svg, .search-widget #search-btn img {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .search-widget #search-btn img, .search-widget #search-btn svg, .search-widget #search-btn img {
    width: 30px;
  }
}
@media (min-width: 1025px) {
  .search-widget #search-btn img, .search-widget #search-btn svg, .search-widget #search-btn img {
    margin-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget #search-btn img, .search-widget #search-btn svg, .search-widget #search-btn img {
    margin-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget #search-btn img, .search-widget #search-btn svg, .search-widget #search-btn img {
    margin-left: 20px;
  }
}
@media (max-width: 600px) {
  .search-widget #search-btn img, .search-widget #search-btn svg, .search-widget #search-btn img {
    margin-left: 20px;
  }
}
.search-widget #search-btn:hover {
  border: 1px solid #ED9700;
  background: #ED9700 !important;
  color: #000 !important;
}
.search-widget #search-btn:hover svg path {
  fill: #000 !important;
}
@media only screen and (max-width: 1025px) {
  .search-widget #search-btn {
    border-radius: 5px !important;
  }
}
.search-widget .search-widget__col {
  display: flex;
  flex-direction: column;
}
.search-widget .search-widget__col select {
  width: 100% !important;
}
.search-widget .search-widget__label {
  text-decoration: none;
  color: #fff;
  text-align: left;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .search-widget .search-widget__label {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .search-widget__label {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .search-widget__label {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .search-widget .search-widget__label {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .search-widget .search-widget__label {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .search-widget__label {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .search-widget__label {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .search-widget .search-widget__label {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1025px) {
  .search-widget .width--20, .search-widget .width--35, .search-widget .width--20 {
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .search-widget select {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget select {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget select {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .search-widget select {
    height: 50px;
  }
}
.search-widget .modal-li {
  border: 0 !important;
}
.search-widget input[type=text] {
  font-family: "Barlow", serif;
  border: 0 !important;
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .search-widget input[type=text] {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget input[type=text] {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget input[type=text] {
    font-size: 40px !important;
  }
}
@media (max-width: 600px) {
  .search-widget input[type=text] {
    font-size: 35px !important;
  }
}
@media (min-width: 1025px) {
  .search-widget input[type=text] {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget input[type=text] {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget input[type=text] {
    line-height: 50px;
  }
}
@media (max-width: 600px) {
  .search-widget input[type=text] {
    line-height: 45px;
  }
}
@media (min-width: 1025px) {
  .search-widget input[type=text] {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget input[type=text] {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget input[type=text] {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .search-widget input[type=text] {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .search-widget input[type=text] {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget input[type=text] {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget input[type=text] {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .search-widget input[type=text] {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .search-widget input[type=text] {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget input[type=text] {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget input[type=text] {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .search-widget input[type=text] {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1025px) {
  .search-widget input[type=text] {
    border-radius: 5px !important;
  }
}
.search-widget .search-widget-btn {
  display: flex;
  flex-direction: column;
}
.search-widget .search-widget-btn button {
  flex-grow: 1;
  border: 0;
  background: #B22222;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  font-family: "Barlow", serif;
  text-transform: uppercase;
  font-style: normal;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .search-widget .search-widget-btn button {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .search-widget-btn button {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .search-widget-btn button {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .search-widget .search-widget-btn button {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .search-widget .search-widget-btn button {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .search-widget-btn button {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .search-widget-btn button {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .search-widget .search-widget-btn button {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .search-widget .search-widget-btn button {
    letter-spacing: 0.028125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .search-widget-btn button {
    letter-spacing: 0.028125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .search-widget-btn button {
    letter-spacing: 0.54px;
  }
}
@media (max-width: 600px) {
  .search-widget .search-widget-btn button {
    letter-spacing: 0.54px;
  }
}
@media (min-width: 1025px) {
  .search-widget .search-widget-btn button {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .search-widget-btn button {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .search-widget-btn button {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .search-widget .search-widget-btn button {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .search-widget .search-widget-btn button {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .search-widget-btn button {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .search-widget-btn button {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .search-widget .search-widget-btn button {
    padding-right: 20px;
  }
}
.search-widget .dropdown button {
  background: #fff;
  color: #000;
  width: 100% !important;
  text-align: left;
  font-family: "Barlow", serif;
  border: 0 !important;
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .search-widget .dropdown button {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown button {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown button {
    font-size: 40px !important;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown button {
    font-size: 35px !important;
  }
}
@media (min-width: 1025px) {
  .search-widget .dropdown button {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown button {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown button {
    line-height: 50px;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown button {
    line-height: 45px;
  }
}
@media (min-width: 1025px) {
  .search-widget .dropdown button {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown button {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown button {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown button {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .search-widget .dropdown button {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown button {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown button {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown button {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .search-widget .dropdown button {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown button {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown button {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown button {
    padding-right: 10px;
  }
}
.search-widget .dropdown .dropdown-toggle::after {
  background-image: url("../../img/down-select.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5208333333vw);
  background-size: 0.5208333333vw auto;
  border: 0;
  height: 1.0416666667vw;
  width: 1.0416666667vw;
  position: absolute;
  right: 0.2604166667vw;
  z-index: 111;
}
@media (min-width: 1025px) {
  .search-widget .dropdown .dropdown-toggle::after {
    top: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown .dropdown-toggle::after {
    top: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown .dropdown-toggle::after {
    top: 5px;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown .dropdown-toggle::after {
    top: 5px;
  }
}
.search-widget .dropdown .dropdown-toggle.show::after {
  background-image: url("../../img/close-new.png");
}
.search-widget .dropdown .dropdown-menu {
  border-radius: 0 !important;
  width: 100%;
  padding: 0;
}
@media (min-width: 1025px) {
  .search-widget .dropdown .dropdown-menu {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown .dropdown-menu {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown .dropdown-menu {
    font-size: 40px !important;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown .dropdown-menu {
    font-size: 35px !important;
  }
}
@media (min-width: 1025px) {
  .search-widget .dropdown .dropdown-menu {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown .dropdown-menu {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown .dropdown-menu {
    line-height: 50px;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown .dropdown-menu {
    line-height: 45px;
  }
}
.search-widget .dropdown .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background: #ED9700;
}
.search-widget .dropdown .dropdown-menu .parent-item {
  color: #fff;
  background: #ED9700;
}
.search-widget .dropdown button {
  background: #fff;
  color: #000;
  width: 100% !important;
  text-align: left;
  font-family: "Barlow", serif;
  border: 0 !important;
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .search-widget .dropdown button {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown button {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown button {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown button {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .search-widget .dropdown button {
    line-height: 0.7291666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown button {
    line-height: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown button {
    line-height: 14px;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown button {
    line-height: 14px;
  }
}
@media (min-width: 1025px) {
  .search-widget .dropdown button {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown button {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown button {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown button {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .search-widget .dropdown button {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown button {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown button {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown button {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .search-widget .dropdown button {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown button {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown button {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown button {
    padding-right: 10px;
  }
}
.search-widget .dropdown .search-widget__label {
  cursor: pointer;
  width: 100%;
  color: #5b5b5b;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .search-widget .dropdown .search-widget__label {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown .search-widget__label {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown .search-widget__label {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown .search-widget__label {
    font-size: 14px !important;
  }
}
.search-widget .dropdown .dropdown-toggle::after {
  background-image: url("../../img/down-select.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5208333333vw);
  background-size: 0.5208333333vw auto;
  border: 0;
  height: 1.0416666667vw;
  width: 1.0416666667vw;
  position: absolute;
  right: 0.2604166667vw;
  z-index: 111;
}
@media only screen and (max-width: 1025px) {
  .search-widget .dropdown .dropdown-toggle::after {
    background-position: calc(100% - 0.5208333333vw);
    background-size: 10px auto;
    height: 20px;
    width: 20px;
    right: 5px;
  }
}
.search-widget .dropdown .dropdown-menu {
  overflow: auto;
  max-height: 15.625vw;
}
@media only screen and (max-width: 1025px) {
  .search-widget .dropdown .dropdown-menu {
    max-height: 200px;
  }
}
.search-widget .dropdown .dropdown-menu {
  width: 100%;
  border: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0 !important;
}
@media (min-width: 1025px) {
  .search-widget .dropdown .dropdown-menu {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown .dropdown-menu {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown .dropdown-menu {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown .dropdown-menu {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .search-widget .dropdown .dropdown-menu {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown .dropdown-menu {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown .dropdown-menu {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown .dropdown-menu {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .search-widget .dropdown .dropdown-menu {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown .dropdown-menu {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown .dropdown-menu {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown .dropdown-menu {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) {
  .search-widget .dropdown .dropdown-menu {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown .dropdown-menu {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown .dropdown-menu {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown .dropdown-menu {
    padding-bottom: 10px;
  }
}
.search-widget .dropdown .dropdown-menu li {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #efefef;
  align-items: center;
}
@media (min-width: 1025px) {
  .search-widget .dropdown .dropdown-menu li {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown .dropdown-menu li {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown .dropdown-menu li {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown .dropdown-menu li {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) {
  .search-widget .dropdown .dropdown-menu li {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown .dropdown-menu li {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown .dropdown-menu li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown .dropdown-menu li {
    padding-bottom: 10px;
  }
}
.search-widget .dropdown .dropdown-menu li label {
  cursor: pointer;
  color: #5b5b5b;
}
@media (min-width: 1025px) {
  .search-widget .dropdown .dropdown-menu li label {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown .dropdown-menu li label {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown .dropdown-menu li label {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown .dropdown-menu li label {
    font-size: 14px !important;
  }
}
.search-widget .dropdown .dropdown-menu .dropdown-submenu {
  padding: 0;
  width: 100%;
}
.search-widget .dropdown .dropdown-menu .dropdown-submenu li {
  display: flex;
  flex-wrap: nowrap !important;
  border-bottom: 1px solid #efefef;
  align-items: center;
}
@media (min-width: 1025px) {
  .search-widget .dropdown .dropdown-menu .dropdown-submenu li {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown .dropdown-menu .dropdown-submenu li {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown .dropdown-menu .dropdown-submenu li {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown .dropdown-menu .dropdown-submenu li {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) {
  .search-widget .dropdown .dropdown-menu .dropdown-submenu li {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown .dropdown-menu .dropdown-submenu li {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown .dropdown-menu .dropdown-submenu li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown .dropdown-menu .dropdown-submenu li {
    padding-bottom: 10px;
  }
}
.search-widget .dropdown .dropdown-menu .dropdown-submenu li label {
  cursor: pointer;
  color: #5b5b5b;
}
@media (min-width: 1025px) {
  .search-widget .dropdown .dropdown-menu .dropdown-submenu li label {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown .dropdown-menu .dropdown-submenu li label {
    font-size: 0.8854166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown .dropdown-menu .dropdown-submenu li label {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown .dropdown-menu .dropdown-submenu li label {
    font-size: 14px !important;
  }
}
.search-widget .dropdown .dropdown-menu .modal-drop li {
  flex-wrap: wrap;
}
.search-widget .dropdown .dropdown-menu .modal-drop li li {
  flex-wrap: wrap !important;
}
@media (min-width: 1025px) {
  .search-widget .dropdown .dropdown-menu .modal-drop .in-wrap {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown .dropdown-menu .modal-drop .in-wrap {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown .dropdown-menu .modal-drop .in-wrap {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown .dropdown-menu .modal-drop .in-wrap {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) {
  .search-widget .dropdown .dropdown-menu .modal-drop .in-wrap {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown .dropdown-menu .modal-drop .in-wrap {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown .dropdown-menu .modal-drop .in-wrap {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown .dropdown-menu .modal-drop .in-wrap {
    padding-bottom: 10px;
  }
}
.search-widget .dropdown .dropdown-menu .modal-label {
  padding-left: 0 !important;
  font-weight: 600;
  text-align: center;
  background: #ebebeb;
  width: 100% !important;
}
@media (min-width: 1025px) {
  .search-widget .dropdown .dropdown-menu .modal-label {
    padding-top: 0.1041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown .dropdown-menu .modal-label {
    padding-top: 0.1041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown .dropdown-menu .modal-label {
    padding-top: 2px;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown .dropdown-menu .modal-label {
    padding-top: 2px;
  }
}
@media (min-width: 1025px) {
  .search-widget .dropdown .dropdown-menu .modal-label {
    padding-bottom: 0.1041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown .dropdown-menu .modal-label {
    padding-bottom: 0.1041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown .dropdown-menu .modal-label {
    padding-bottom: 2px;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown .dropdown-menu .modal-label {
    padding-bottom: 2px;
  }
}
.search-widget .dropdown .dropdown-menu .in-wrap {
  width: 100%;
  display: flex;
  align-items: center;
}
.search-widget .dropdown .dropdown-menu .in-wrap label {
  width: calc(100% - 1.5625vw);
  color: #5b5b5b;
}
@media (min-width: 1025px) {
  .search-widget .dropdown .dropdown-menu .in-wrap label {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-widget .dropdown .dropdown-menu .in-wrap label {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-widget .dropdown .dropdown-menu .in-wrap label {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .search-widget .dropdown .dropdown-menu .in-wrap label {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 1025px) {
  .search-widget .dropdown .dropdown-menu .in-wrap label {
    width: calc(100% - 30px);
  }
}
.search-widget .dropdown .dropdown-menu li:last-child {
  border: 0 !important;
}
.search-widget li.disabled {
  opacity: 0.4;
}
.search-widget .reset-btn {
  background: transparent !important;
  padding: 0 !important;
  height: auto !important;
  border: 0;
  color: #ED9700;
  margin-left: auto !important;
  width: auto !important;
}

@media only screen and (min-width: 1025px) {
  .inner-pages-banner .banner-img {
    height: 80vh !important;
  }
  .inner-pages-banner .banner-caption {
    width: 60% !important;
    top: 11vw !important;
  }
}
@media only screen and (max-width: 1025px) {
  #bannerSlider .carousel-item .banner-caption {
    padding-left: 5%;
    width: 100%;
    padding-right: 5%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .btn-wrap {
    padding-left: 10%;
    padding-right: 10%;
  }
  .btn-wrap .next-btn--yellow-fill {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .btn-wrap a {
    width: 100%;
  }
  #bannerSlider .carousel-item .banner-img {
    height: 700px;
  }
  #bannerSlider::after, #bannerSlider::before, #bannerSlider .red-line {
    display: none !important;
  }
  #bannerSlider .carousel-indicators {
    margin-left: auto;
    justify-content: center;
    margin-right: auto;
  }
  .visible-hidden.search-widget__label {
    display: none !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #bannerSlider .carousel-item .banner-caption {
    top: auto;
    bottom: 100px;
  }
  .btn-wrap {
    justify-content: space-between;
  }
  .btn-wrap a {
    width: 49%;
  }
  .btn-wrap {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media only screen and (max-width: 600px) {
  #bannerSlider .carousel-item .banner-img {
    height: 600px;
  }
  #bannerSlider .carousel-item .banner-caption {
    top: auto;
    bottom: 70px;
  }
}
@media only screen and (min-width: 1025px) {
  .search-widget 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;
  }
  .search-widget input[type=checkbox]:before,
  .search-widget 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 #ED9700 !important;
  }
  .search-widget input[type=checkbox]:checked:after {
    margin: auto;
    left: -0.78125vw;
    font-size: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #ED9700;
    font-family: FontAwesome;
    background-image: url("../../img/tick.png");
    background-size: 0.5208333333vw auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #ED9700;
    display: inline-block;
    border: 1px solid #ED9700 !important;
  }
  .search-widget input[type=checkbox]:before {
    left: 0;
    background-color: transparent;
    display: inline-block;
  }
  .search-widget input[type=checkbox]:before,
  .search-widget input[type=checkbox]:checked:after {
    border: 1px solid #ED9700 !important;
  }
  .search-widget input[type=radio] {
    position: relative;
    visibility: hidden;
    -moz-appearance: initial;
    display: inline-block;
    width: 1.5625vw;
    height: 0.78125vw;
    display: flex;
    border-radius: 50%;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  .search-widget input[type=radio]:before,
  .search-widget input[type=radio]:checked:after {
    width: 0.78125vw;
    height: 0.78125vw;
    top: 0;
    right: 0;
    bottom: 0;
    position: relative;
    border-radius: 50%;
    content: "";
    visibility: visible;
    border: 1px solid #ED9700 !important;
  }
  .search-widget input[type=radio]:checked:after {
    margin: auto;
    left: -0.78125vw;
    font-size: 10px;
    display: flex !important;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    color: #ED9700;
    font-family: FontAwesome;
    background-image: url("../../img/tick.png");
    background-size: 0.5208333333vw auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #ED9700;
    display: inline-block;
    border: 1px solid #ED9700 !important;
  }
  .search-widget input[type=radio]:before {
    left: 0;
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
  }
  .search-widget input[type=radio]:before,
  .search-widget input[type=radio]:checked:after {
    border: 1px solid #ED9700 !important;
  }
}
@media only screen and (max-width: 1025px) {
  .search-widget-btn {
    display: flex;
    flex-direction: column-reverse;
  }
  .search-widget 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;
  }
  .search-widget input[type=checkbox]:before,
  .search-widget input[type=checkbox]:checked:after {
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
    bottom: 0;
    position: relative;
    content: "";
    visibility: visible;
    border: 1px solid #ED9700 !important;
  }
  .search-widget input[type=checkbox]:checked:after {
    margin: auto;
    left: -15px;
    font-size: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #ED9700;
    font-family: FontAwesome;
    background-image: url("../../img/tick.png");
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #ED9700;
    display: inline-block;
    border: 1px solid #ED9700 !important;
  }
  .search-widget input[type=checkbox]:before {
    left: 0;
    background-color: transparent;
    display: inline-block;
  }
  .search-widget input[type=checkbox]:before,
  .search-widget input[type=checkbox]:checked:after {
    border: 1px solid #ED9700 !important;
  }
  .search-widget input[type=radio] {
    position: relative;
    visibility: hidden;
    -moz-appearance: initial;
    display: inline-block;
    width: 30px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  .search-widget input[type=radio]:before,
  .search-widget input[type=radio]:checked:after {
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
    border-radius: 50%;
    bottom: 0;
    position: relative;
    content: "";
    visibility: visible;
    border: 1px solid #ED9700 !important;
  }
  .search-widget input[type=radio]:checked:after {
    margin: auto;
    left: -15px;
    font-size: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ED9700;
    font-family: FontAwesome;
    background-image: url("../../img/tick.png");
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #ED9700;
    display: inline-block;
    border: 1px solid #ED9700 !important;
  }
  .search-widget input[type=radio]:before {
    left: 0;
    background-color: transparent;
    display: inline-block;
    border-radius: 50%;
  }
  .search-widget input[type=radio]:before,
  .search-widget input[type=radio]:checked:after {
    border: 1px solid #ED9700 !important;
  }
}
.the-content-div {
  font-family: "Barlow", serif;
  color: #272727;
}
.the-content-div ul li {
  text-align: left !important;
  position: relative;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .the-content-div ul li {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div ul li {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div ul li {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .the-content-div ul li {
    padding-left: 15px;
  }
}
@media (min-width: 1025px) {
  .the-content-div ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .the-content-div ul li {
    padding-bottom: 10px;
  }
}
.the-content-div ul li::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #000;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .the-content-div ul li::before {
    height: 0.3645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div ul li::before {
    height: 0.3645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div ul li::before {
    height: 5px;
  }
}
@media (max-width: 600px) {
  .the-content-div ul li::before {
    height: 5px;
  }
}
@media (min-width: 1025px) {
  .the-content-div ul li::before {
    width: 0.3645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div ul li::before {
    width: 0.3645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div ul li::before {
    width: 5px;
  }
}
@media (max-width: 600px) {
  .the-content-div ul li::before {
    width: 5px;
  }
}
@media (min-width: 1025px) {
  .the-content-div ul li::before {
    top: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div ul li::before {
    top: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div ul li::before {
    top: 8px;
  }
}
@media (max-width: 600px) {
  .the-content-div ul li::before {
    top: 8px;
  }
}
.the-content-div p,
.the-content-div a,
.the-content-div td,
.the-content-div th {
  color: #272727;
  font-family: "Barlow", serif;
}
.the-content-div a {
  display: inline-block;
  text-decoration: underline;
}
.the-content-div a:hover {
  text-decoration: underline;
  color: #ED9700 !important;
}
.the-content-div h1,
.the-content-div h2,
.the-content-div h3,
.the-content-div h4,
.the-content-div h5,
.the-content-div h6 {
  color: #1F1F1F;
  font-family: "Barlow", serif;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .the-content-div h1,
  .the-content-div h2,
  .the-content-div h3,
  .the-content-div h4,
  .the-content-div h5,
  .the-content-div h6 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h1,
  .the-content-div h2,
  .the-content-div h3,
  .the-content-div h4,
  .the-content-div h5,
  .the-content-div h6 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h1,
  .the-content-div h2,
  .the-content-div h3,
  .the-content-div h4,
  .the-content-div h5,
  .the-content-div h6 {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .the-content-div h1,
  .the-content-div h2,
  .the-content-div h3,
  .the-content-div h4,
  .the-content-div h5,
  .the-content-div h6 {
    padding-bottom: 10px;
  }
}
.the-content-div h1.h1 a,
.the-content-div h2.h1 a,
.the-content-div h3.h1 a,
.the-content-div h4.h1 a,
.the-content-div h5.h1 a,
.the-content-div h6.h1 a {
  text-decoration: underline;
}
.the-content-div h1.h1 a:hover,
.the-content-div h2.h1 a:hover,
.the-content-div h3.h1 a:hover,
.the-content-div h4.h1 a:hover,
.the-content-div h5.h1 a:hover,
.the-content-div h6.h1 a:hover {
  color: #ED9700;
}
.the-content-div ul {
  list-style: none;
}
@media (min-width: 1025px) {
  .the-content-div ul {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div ul {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div ul {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .the-content-div ul {
    padding-left: 15px;
  }
}
@media (min-width: 1025px) {
  .the-content-div ol {
    padding-left: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div ol {
    padding-left: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div ol {
    padding-left: 25px;
  }
}
@media (max-width: 600px) {
  .the-content-div ol {
    padding-left: 25px;
  }
}

.finance-li ul li {
  text-align: left !important;
  position: relative;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .finance-li ul li {
    padding-left: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .finance-li ul li {
    padding-left: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .finance-li ul li {
    padding-left: 25px;
  }
}
@media (max-width: 600px) {
  .finance-li ul li {
    padding-left: 25px;
  }
}
@media (min-width: 1025px) {
  .finance-li ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .finance-li ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .finance-li ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .finance-li ul li {
    padding-bottom: 10px;
  }
}
.finance-li ul li::before {
  content: "";
  background-image: url("../../img/li.png") !important;
  background-size: contain;
  background-color: transparent !important;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
@media (min-width: 1025px) {
  .finance-li ul li::before {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .finance-li ul li::before {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .finance-li ul li::before {
    height: 15px;
  }
}
@media (max-width: 600px) {
  .finance-li ul li::before {
    height: 15px;
  }
}
@media (min-width: 1025px) {
  .finance-li ul li::before {
    width: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .finance-li ul li::before {
    width: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .finance-li ul li::before {
    width: 15px;
  }
}
@media (max-width: 600px) {
  .finance-li ul li::before {
    width: 15px;
  }
}
@media (min-width: 1025px) {
  .finance-li ul li::before {
    top: 0.3125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .finance-li ul li::before {
    top: 0.3125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .finance-li ul li::before {
    top: 8px;
  }
}
@media (max-width: 600px) {
  .finance-li ul li::before {
    top: 8px;
  }
}

.the-content-div {
  font-weight: 400;
}
@media (min-width: 1025px) {
  .the-content-div {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .the-content-div {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .the-content-div {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .the-content-div {
    line-height: 25px;
  }
}
.the-content-div p {
  font-weight: 400;
}
@media (min-width: 1025px) {
  .the-content-div p {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div p {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div p {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .the-content-div p {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .the-content-div p {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div p {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div p {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .the-content-div p {
    line-height: 25px;
  }
}
.the-content-div li {
  font-weight: 400;
}
@media (min-width: 1025px) {
  .the-content-div li {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div li {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div li {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .the-content-div li {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .the-content-div li {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div li {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div li {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .the-content-div li {
    line-height: 25px;
  }
}
.the-content-div td {
  font-weight: 400;
}
@media (min-width: 1025px) {
  .the-content-div td {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div td {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div td {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .the-content-div td {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .the-content-div td {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div td {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div td {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .the-content-div td {
    line-height: 25px;
  }
}
.the-content-div th {
  font-weight: 400;
}
@media (min-width: 1025px) {
  .the-content-div th {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div th {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div th {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .the-content-div th {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .the-content-div th {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div th {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div th {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .the-content-div th {
    line-height: 25px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h1 {
    font-size: 2.5vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h1 {
    font-size: 2.5vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h1 {
    font-size: 48px !important;
  }
}
@media (max-width: 600px) {
  .the-content-div h1 {
    font-size: 48px !important;
  }
}
@media (min-width: 1025px) {
  .the-content-div h1 {
    line-height: 3.0208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h1 {
    line-height: 3.0208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h1 {
    line-height: 58px;
  }
}
@media (max-width: 600px) {
  .the-content-div h1 {
    line-height: 58px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h2 {
    font-size: 1.875vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h2 {
    font-size: 1.875vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .the-content-div h2 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .the-content-div h2 {
    line-height: 2.3958333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h2 {
    line-height: 2.3958333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h2 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .the-content-div h2 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h3 {
    font-size: 1.875vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h3 {
    font-size: 1.875vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h3 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .the-content-div h3 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .the-content-div h3 {
    line-height: 2.3958333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h3 {
    line-height: 2.3958333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h3 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .the-content-div h3 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h4 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h4 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h4 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .the-content-div h4 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .the-content-div h4 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h4 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h4 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .the-content-div h4 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h5 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h5 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h5 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .the-content-div h5 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .the-content-div h5 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h5 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h5 {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .the-content-div h5 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h6 {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h6 {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h6 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .the-content-div h6 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .the-content-div h6 {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h6 {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h6 {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .the-content-div h6 {
    line-height: 30px;
  }
}
.the-content-div table {
  border-collapse: collapse;
  width: 100%;
}
.the-content-div table th, .the-content-div table td {
  border: 1px solid #D8D8D8;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .the-content-div table th, .the-content-div table td {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div table th, .the-content-div table td {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div table th, .the-content-div table td {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .the-content-div table th, .the-content-div table td {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .the-content-div table th, .the-content-div table td {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div table th, .the-content-div table td {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div table th, .the-content-div table td {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .the-content-div table th, .the-content-div table td {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .the-content-div table th, .the-content-div table td {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div table th, .the-content-div table td {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div table th, .the-content-div table td {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .the-content-div table th, .the-content-div table td {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .the-content-div table th, .the-content-div table td {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div table th, .the-content-div table td {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div table th, .the-content-div table td {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .the-content-div table th, .the-content-div table td {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .the-content-div table th, .the-content-div table td {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div table th, .the-content-div table td {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div table th, .the-content-div table td {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .the-content-div table th, .the-content-div table td {
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .the-content-div table th, .the-content-div table td {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div table th, .the-content-div table td {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div table th, .the-content-div table td {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .the-content-div table th, .the-content-div table td {
    padding-top: 10px;
  }
}
.the-content-div table th {
  background: #4e4e4e;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.the-content-div .next-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  width: max-content;
  text-transform: uppercase;
  overflow: hidden;
  font-style: normal;
  transition: all 0.3s;
  text-decoration: none !important;
  border-radius: 0.5208333333vw;
}
@media (min-width: 1025px) {
  .the-content-div .next-btn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div .next-btn {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div .next-btn {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .the-content-div .next-btn {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .the-content-div .next-btn {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div .next-btn {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div .next-btn {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .the-content-div .next-btn {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .the-content-div .next-btn {
    letter-spacing: 0.0625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div .next-btn {
    letter-spacing: 0.0625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div .next-btn {
    letter-spacing: 1.2px;
  }
}
@media (max-width: 600px) {
  .the-content-div .next-btn {
    letter-spacing: 1.2px;
  }
}
@media (min-width: 1025px) {
  .the-content-div .next-btn {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div .next-btn {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div .next-btn {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .the-content-div .next-btn {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .the-content-div .next-btn {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div .next-btn {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div .next-btn {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .the-content-div .next-btn {
    padding-right: 20px;
  }
}
.the-content-div .next-btn img, .the-content-div .next-btn svg, .the-content-div .next-btn img {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .the-content-div .next-btn img, .the-content-div .next-btn svg, .the-content-div .next-btn img {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div .next-btn img, .the-content-div .next-btn svg, .the-content-div .next-btn img {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div .next-btn img, .the-content-div .next-btn svg, .the-content-div .next-btn img {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .the-content-div .next-btn img, .the-content-div .next-btn svg, .the-content-div .next-btn img {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .the-content-div .next-btn img, .the-content-div .next-btn svg, .the-content-div .next-btn img {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div .next-btn img, .the-content-div .next-btn svg, .the-content-div .next-btn img {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div .next-btn img, .the-content-div .next-btn svg, .the-content-div .next-btn img {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .the-content-div .next-btn img, .the-content-div .next-btn svg, .the-content-div .next-btn img {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .the-content-div .next-btn img, .the-content-div .next-btn svg, .the-content-div .next-btn img {
    width: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div .next-btn img, .the-content-div .next-btn svg, .the-content-div .next-btn img {
    width: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div .next-btn img, .the-content-div .next-btn svg, .the-content-div .next-btn img {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .the-content-div .next-btn img, .the-content-div .next-btn svg, .the-content-div .next-btn img {
    width: 40px;
  }
}
.the-content-div .next-btn br {
  display: none !important;
}
.the-content-div .next-btn--yellow-fill {
  border: 1px solid #ED9700;
  background: #ED9700;
  color: #272727;
}
.the-content-div .next-btn--yellow-fill:hover {
  transition: all 0.3s;
  color: #fff !important;
  background: #B22222;
  border: 1px solid #B22222;
}
.the-content-div .next-btn--yellow-fill:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(1413%) hue-rotate(273deg) brightness(120%) contrast(100%);
}
.the-content-div .next-btn--yellow-fill:hover svg path, .the-content-div .next-btn--yellow-fill:hover img, .the-content-div .next-btn--yellow-fill:hover path {
  fill: #fff;
}
.the-content-div .font-color--dark-red {
  color: #B22222 !important;
}

.the-content-div.font-color--white {
  color: #fff;
}
.the-content-div.font-color--white h1, .the-content-div.font-color--white h2, .the-content-div.font-color--white h3, .the-content-div.font-color--white h4, .the-content-div.font-color--white h5, .the-content-div.font-color--white h6 {
  color: #fff;
}
.the-content-div.font-color--white p, .the-content-div.font-color--white a, .the-content-div.font-color--white li, .the-content-div.font-color--white td, .the-content-div.font-color--white th {
  color: #fff;
}

.table-wrap {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
  border-radius: 5px;
}
.table-wrap th, .table-wrap td {
  font-weight: 400 !important;
}
@media (min-width: 1025px) {
  .table-wrap th, .table-wrap td {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .table-wrap th, .table-wrap td {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .table-wrap th, .table-wrap td {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .table-wrap th, .table-wrap td {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .table-wrap th, .table-wrap td {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .table-wrap th, .table-wrap td {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .table-wrap th, .table-wrap td {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .table-wrap th, .table-wrap td {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .table-wrap th, .table-wrap td {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .table-wrap th, .table-wrap td {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .table-wrap th, .table-wrap td {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .table-wrap th, .table-wrap td {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .table-wrap th, .table-wrap td {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .table-wrap th, .table-wrap td {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .table-wrap th, .table-wrap td {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .table-wrap th, .table-wrap td {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .table-wrap th, .table-wrap td {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .table-wrap th, .table-wrap td {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .table-wrap th, .table-wrap td {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .table-wrap th, .table-wrap td {
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .table-wrap th, .table-wrap td {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .table-wrap th, .table-wrap td {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .table-wrap th, .table-wrap td {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .table-wrap th, .table-wrap td {
    padding-top: 10px;
  }
}
.table-wrap thead {
  background: #4E4D4D;
  color: #fff;
}
.table-wrap tbody tr:nth-child(2n) td {
  background: #E9E9E9;
}

@media only screen and (min-width: 1025px) {
  .the-content-div input[type=radio], .filter-wrap input[type=radio] {
    position: relative;
    visibility: hidden;
    -moz-appearance: initial;
    display: inline-block;
    width: 1.5625vw !important;
    height: 0.78125vw !important;
    display: flex;
    border-radius: 50%;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  .the-content-div input[type=radio]:before,
  .the-content-div input[type=radio]:checked:after, .filter-wrap input[type=radio]:before,
  .filter-wrap input[type=radio]:checked:after {
    width: 0.78125vw !important;
    border-radius: 50%;
    height: 0.78125vw !important;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: none !important;
    position: relative;
    content: "";
    visibility: visible;
    border: 1px solid #B22222 !important;
  }
  .the-content-div input[type=radio]:checked:after, .filter-wrap input[type=radio]:checked:after {
    margin: auto;
    left: -0.78125vw !important;
    font-size: 10px;
    display: flex !important;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: FontAwesome;
    background-image: url("../../img/tick.png") !important;
    background-size: 0.5208333333vw auto !important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #B22222 !important;
    display: inline-block;
    border: 1px solid #B22222 !important;
  }
  .the-content-div input[type=radio]:before, .filter-wrap input[type=radio]:before {
    left: 0;
    border-radius: 50%;
    background-color: transparent;
    display: inline-block;
  }
  .the-content-div input[type=radio]:before,
  .the-content-div input[type=radio]:checked:after, .filter-wrap input[type=radio]:before,
  .filter-wrap input[type=radio]:checked:after {
    border-radius: 50%;
    border: 1px solid #B22222 !important;
  }
  .the-content-div input[type=checkbox], .filter-wrap input[type=checkbox] {
    position: relative;
    visibility: hidden;
    -moz-appearance: initial;
    display: inline-block;
    width: 1.5625vw !important;
    height: 0.78125vw !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  .the-content-div input[type=checkbox]:before,
  .the-content-div input[type=checkbox]:checked:after, .filter-wrap input[type=checkbox]:before,
  .filter-wrap input[type=checkbox]:checked:after {
    width: 0.78125vw !important;
    height: 0.78125vw !important;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: none !important;
    position: relative;
    content: "";
    visibility: visible;
    border: 1px solid #B22222 !important;
  }
  .the-content-div input[type=checkbox]:checked:after, .filter-wrap input[type=checkbox]:checked:after {
    margin: auto;
    left: -0.78125vw !important;
    font-size: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: FontAwesome;
    background-image: url("../../img/tick.png") !important;
    background-size: 0.5208333333vw auto !important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #B22222 !important;
    display: inline-block;
    border: 1px solid #B22222 !important;
  }
  .the-content-div input[type=checkbox]:before, .filter-wrap input[type=checkbox]:before {
    left: 0;
    background-color: transparent;
    display: inline-block;
  }
  .the-content-div input[type=checkbox]:before,
  .the-content-div input[type=checkbox]:checked:after, .filter-wrap input[type=checkbox]:before,
  .filter-wrap input[type=checkbox]:checked:after {
    border: 1px solid #B22222 !important;
  }
}
@media only screen and (max-width: 1025px) {
  .the-content-div input[type=radio], .filter-wrap input[type=radio] {
    position: relative;
    visibility: hidden;
    -moz-appearance: initial;
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  .the-content-div input[type=radio]:before,
  .the-content-div input[type=radio]:checked:after, .filter-wrap input[type=radio]:before,
  .filter-wrap input[type=radio]:checked:after {
    width: 15px;
    height: 15px;
    top: 0;
    border-radius: 50%;
    right: 0;
    bottom: 0;
    position: relative;
    content: "";
    visibility: visible;
    border: 1px solid #B22222 !important;
  }
  .the-content-div input[type=radio]:checked:after, .filter-wrap input[type=radio]:checked:after {
    margin: auto;
    left: -15px;
    font-size: 10px;
    display: flex !important;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: FontAwesome;
    background-image: url("../../img/tick.png");
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #B22222;
    display: inline-block;
    border: 1px solid #B22222 !important;
  }
  .the-content-div input[type=radio]:before, .filter-wrap input[type=radio]:before {
    left: 0;
    border-radius: 50%;
    background-color: transparent;
    display: inline-block;
  }
  .the-content-div input[type=radio]:before,
  .the-content-div input[type=radio]:checked:after, .filter-wrap input[type=radio]:before,
  .filter-wrap input[type=radio]:checked:after {
    border-radius: 50%;
    border: 1px solid #B22222 !important;
  }
  .the-content-div input[type=checkbox], .filter-wrap 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;
  }
  .the-content-div input[type=checkbox]:before,
  .the-content-div input[type=checkbox]:checked:after, .filter-wrap input[type=checkbox]:before,
  .filter-wrap input[type=checkbox]:checked:after {
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
    bottom: 0;
    position: relative;
    content: "";
    visibility: visible;
    border: 1px solid #B22222 !important;
  }
  .the-content-div input[type=checkbox]:checked:after, .filter-wrap input[type=checkbox]:checked:after {
    margin: auto;
    left: -15px;
    font-size: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: FontAwesome;
    background-image: url("../../img/tick.png");
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #B22222;
    display: inline-block;
    border: 1px solid #B22222 !important;
  }
  .the-content-div input[type=checkbox]:before, .filter-wrap input[type=checkbox]:before {
    left: 0;
    background-color: transparent;
    display: inline-block;
  }
  .the-content-div input[type=checkbox]:before,
  .the-content-div input[type=checkbox]:checked:after, .filter-wrap input[type=checkbox]:before,
  .filter-wrap input[type=checkbox]:checked:after {
    border: 1px solid #B22222 !important;
  }
}