@font-face {
  font-family: "Karla-Regular";
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
  src: url("../../fonts/frontend/Karla-Regular.eot");
  src: url("../../fonts/frontend/Karla-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/frontend/Karla-Regular.woff") format("woff"), url("../../fonts/frontend/Karla-Regular.ttf") format("truetype"), url("../../fonts/frontend/Karla-Regular.svg#Karla-Regular") format("svg");
}
@font-face {
  font-family: "Karla-Light";
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
  src: url("../../fonts/frontend/Karla-Light.eot");
  src: url("../../fonts/frontend/Karla-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/frontend/Karla-Light.woff") format("woff"), url("../../fonts/frontend/Karla-Light.ttf") format("truetype"), url("../../fonts/frontend/Karla-Light.svg#Karla-Light") format("svg");
}
@font-face {
  font-family: "Karla-Medium";
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
  src: url("../../fonts/frontend/Karla-Medium.eot");
  src: url("../../fonts/frontend/Karla-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/frontend/Karla-Medium.woff") format("woff"), url("../../fonts/frontend/Karla-Medium.ttf") format("truetype"), url("../../fonts/frontend/Karla-Medium.svg#Karla-Medium") format("svg");
}
@font-face {
  font-family: "Karla-Bold";
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
  src: url("../../fonts/frontend/Karla-Bold.eot");
  src: url("../../fonts/frontend/Karla-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/frontend/Karla-Bold.woff") format("woff"), url("../../fonts/frontend/Karla-Bold.ttf") format("truetype"), url("../../fonts/frontend/Karla-Bold.svg#Karla-Bold") format("svg");
}
html {
  height: 100%;
}

body {
  font-size: 16px;
  font-family: "Karla-Regular";
  color: #000000;
  min-height: 100%;
  position: relative;
}
@media (max-width: 1399px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 14px;
  }
}

a,
.btn {
  text-decoration: none;
  transition: all 0.5s;
}
a:hover,
.btn:hover {
  text-decoration: none;
}

a.linkColor {
  color: #e81d00;
}
a.linkColor:hover {
  color: #e81d00;
}

:focus {
  outline: 0 !important;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
@media (max-width: 991.98px) {
  ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #e3e3e3;
  border-radius: 30px;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  background-color: #e81d00;
  border-radius: 30px;
}

@media (max-width: 1399px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .container {
    padding: 0px 20px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1384px;
  }
}
.container-1152 {
  max-width: 1152px;
}

.btn-close {
  opacity: 1;
}

.badge {
  font-size: 14px;
  height: 32px;
  padding: 4px 12px 4px 12px;
  border-radius: 25px;
  margin: 4px 0px;
  letter-spacing: -0.56px;
}
.badge:not(:last-child) {
  margin-right: 9px;
}
.badge em {
  margin-right: 6px;
  font-size: 18px;
}
.badge.text-bg-success {
  background-color: #57ab8e !important;
  font-weight: normal;
}
@media (max-width: 991.98px) {
  .badge {
    font-size: 12px;
    height: 28px;
    padding: 2px 8px 2px 8px;
  }
  .badge:not(:last-child) {
    margin-right: 5px;
  }
}

.ribbon-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
  pointer-events: none;
}
.ribbon-wrapper .ribbon {
  color: #fff;
  text-align: center;
  transform: rotate(-45deg);
  position: relative;
  padding: 5px 0;
  left: -50px;
  top: 31px;
  width: 200px;
  background-color: #00a6c6;
  font-size: 14px;
}
.ribbon-wrapper--red .ribbon {
  background-color: #e81d00;
}
.ribbon-wrapper--black {
  height: 100%;
  left: 0px;
  overflow: visible !important;
  top: 0px;
  width: 100%;
}
.ribbon-wrapper--black .ribbon {
  background-color: #0F1F28;
}
@media (max-width: 991.98px) {
  .ribbon-wrapper .ribbon {
    padding: 3px 0;
    left: -65px;
    top: 25px;
    font-size: 14px;
  }
  .ribbon-wrapper--black {
    left: 12px;
    top: 12px;
  }
}
@media (max-width: 575.98px) {
  .ribbon-wrapper .ribbon {
    padding: 6px 0;
    left: -50px;
    top: 30px;
    height: 35px;
  }
  .ribbon-wrapper--black {
    left: 6px;
    top: 6px;
  }
}

.noUi-target {
  background: #e4e8e9 !important;
  box-shadow: none !important;
}

.noUi-connect {
  background-color: #e81d00 !important;
}

.noUi-horizontal {
  height: 8px !important;
  border: none !important;
}
.noUi-horizontal .noUi-handle {
  height: 24px !important;
  width: 24px !important;
  box-shadow: none !important;
  top: -8px !important;
  border: 2px solid #e81d00;
  border-radius: 50%;
}
.noUi-horizontal .noUi-handle:before, .noUi-horizontal .noUi-handle:after {
  display: none;
}
.noUi-horizontal .noUi-tooltip {
  border: none !important;
  -o-box-shadow: 0px 4px 8px 0px rgba(38, 50, 56, 0.08);
  -ms-box-shadow: 0px 4px 8px 0px rgba(38, 50, 56, 0.08);
  box-shadow: 0px 4px 8px 0px rgba(38, 50, 56, 0.08);
  bottom: 191% !important;
}

.noUi-tooltip {
  position: relative;
  top: -50px;
  background: #fff;
  padding: 4px 8px !important;
  border-radius: 8px !important;
  color: #181818;
  line-height: 1.5;
}
.noUi-tooltip::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.5em;
  bottom: -10px;
  left: 50%;
  box-sizing: border-box;
  border: 5px solid black;
  border-color: transparent transparent #ffffff #ffffff;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: 0px 4px 8px 0 rgba(38, 50, 56, 0.08);
}

.quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 160px;
}
.quantity_input {
  height: 48px;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #fff;
  color: #e81d00;
  border: 1px solid #e81d00;
  border-radius: 50px;
  width: 100%;
  padding: 0 55px;
  font-family: "Karla-Bold";
}
.quantity_minus, .quantity_plus {
  display: block;
  width: 40px;
  height: 48px;
  margin: 0;
  text-decoration: none;
  text-align: center;
  line-height: 54px;
  position: absolute;
  color: #e81d00;
  font-size: 16px;
}
.quantity_minus {
  left: 10px;
}
.quantity_plus {
  right: 10px;
}

.cursor-pointer {
  cursor: pointer;
}

.popover {
  background: #ffffff;
  border: 0;
  z-index: 11;
  border-radius: 0;
  -o-box-shadow: 0 4px 8px 0px rgba(38, 50, 56, 0.08);
  -ms-box-shadow: 0 4px 8px 0px rgba(38, 50, 56, 0.08);
  box-shadow: 0 4px 8px 0px rgba(38, 50, 56, 0.08);
}
.popover-arrow {
  display: none !important;
}
.popover-body {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.blogbadge {
  color: #181818;
  line-height: 1.57;
  padding: 4px 12px;
  border: 1px solid #181818;
  border-radius: 18px;
  font-size: 14px;
  display: inline-block;
  letter-spacing: -0.56px;
}
@media (max-width: 575.98px) {
  .blogbadge {
    font-size: 12px;
    padding: 0px 12px;
    letter-spacing: -0.48px;
  }
}

.contactPage_map .map {
  height: 466px;
  border-radius: 8px;
}
@media (max-width: 1399.98px) {
  .contactPage_map .map {
    height: 448px;
  }
}
@media (max-width: 991.98px) {
  .contactPage_map .map {
    height: 350px;
  }
}
@media (max-width: 575.98px) {
  .contactPage_info.py-88 {
    padding-top: 0px;
  }
  .contactPage_info.py-88.bg-gray {
    background-color: #ffffff;
  }
  .contactPage_map {
    margin-top: 8px;
  }
  .contactPage_map .map {
    height: 466px;
  }
}

.groupoverviewPage.landingpromoPage p + a {
  margin-top: 8px;
}
@media (max-width: 575.98px) {
  .groupoverviewPage.landingpromoPage .overviewChooseupca {
    padding-bottom: 100px;
  }
  .groupoverviewPage.landingpromoPage .overviewChooseupca p + a {
    margin-top: 0px;
  }
}

p {
  line-height: 24px;
  letter-spacing: -0.64px;
}
@media (max-width: 575.98px) {
  p {
    line-height: 22px;
    letter-spacing: -0.56px;
  }
}

.loading {
  position: fixed;
  z-index: 999;
  overflow: hidden;
  margin: auto;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-select-countryCode .select2.select2-container .select2-selection--single {
  padding: 16px 25px 16px 10px;
}

.sliderGridFull .swiper-slide {
  height: auto;
}
.sliderGridFull .gridsection {
  background-color: #0f1f28;
  height: 100%;
  border-radius: 8px;
}
.sliderGridFull-white .gridsection {
  background-color: #ffffff;
}
.sliderGridFull-white .gridsection_cnt-bgwhite {
  height: calc(100% - 269px);
}
@media (max-width: 1199.98px) {
  .sliderGridFull-white .gridsection_cnt-bgwhite {
    height: calc(100% - 260px);
  }
}
@media (max-width: 574.98px) {
  .sliderGridFull-white .gridsection_cnt-bgwhite {
    height: calc(100% - 225px);
  }
}

@media (max-width: 575.98px) {
  .sportLandingPage .skiCourse.py-88 {
    padding: 24px 0px;
  }
}
.forWhom p {
  margin-bottom: 24px;
}
.forWhom h5 {
  margin-bottom: 0px;
}
.forWhom ul {
  margin-bottom: 24px;
}

.checklist ul {
  padding-left: 28px !important;
  list-style-type: none;
}
.checklist ul li {
  position: relative;
  line-height: 24px;
  font-size: 16px;
}
.checklist ul li::after {
  content: "\e917";
  font-family: "icomoon" !important;
  position: absolute;
  color: #00a6c6;
  font-size: 15px;
  left: -26px;
  top: 5px;
  line-height: 15px;
}
.checklist ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 575.98px) {
  .checklist li {
    line-height: 22px;
    font-size: 14px;
  }
}

* {
  -webkit-font-smoothing: antialiased;
}

.cookiealert a {
  color: #e81d00;
  text-decoration: none !important;
}

.homePage header {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
}
.homePage header .navbar-nav .nav-item:last-child::before {
  background-color: #ffffff !important;
}
.homePage header.openMenu .navbar .nav-link:after {
  background-color: #181818;
}
.homePage .navbar {
  background-color: transparent !important;
}
.homePage .navbar .navbar-toggler-icon em {
  color: #ffffff;
}
.homePage .navbar.fixed-top {
  background-color: #ffffff !important;
}
.homePage .navbar.fixed-top .navbar-toggler-icon em {
  color: #181818;
}
.homePage .navbar.fixed-top .navbar-brand .dark-logo {
  display: block;
}
.homePage .navbar.fixed-top .navbar-brand .light-logo {
  display: none;
}
.homePage .navbar.fixed-top .navbar-right li a em {
  color: #181818;
}
.homePage .navbar .navbar-nav .nav-link {
  color: #ffffff;
}
.homePage .navbar .navbar-nav .nav-link:after {
  background-color: #ffffff;
}
.homePage .navbar .navbar-brand .dark-logo {
  display: none;
}
.homePage .navbar .navbar-brand .light-logo {
  display: block;
}
.homePage .navbar .navbar-right li a em {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .homePage .header.fixed .navbar-nav .nav-link {
    color: #ffffff;
  }
}
.homePage .banner {
  height: 100vh;
  min-height: 500px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 30px;
  background-size: cover;
  z-index: 1;
}
.homePage .banner-winter {
  background-image: url("../../images/frontend/banner-bg.webp");
}
@media (max-width: 575.98px) {
  .homePage .banner-winter {
    background-image: url("../../images/frontend/banner-mobile.webp");
  }
}
.homePage .banner-summer {
  background-image: url("../../images/frontend/summer-banner.webp");
}
@media (max-width: 575.98px) {
  .homePage .banner-summer {
    background-image: url("../../images/frontend/summer-mobile.webp");
  }
}
.homePage .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homePage .banner-winter .banner_cnt {
  top: 202px;
}
.homePage .banner_cnt {
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
}
.homePage .banner_cnt h1 {
  font-size: 56px;
  line-height: 1.16;
  color: #ffffff;
  letter-spacing: -1.92px;
  max-width: 665px;
  margin: 0px auto;
}
.homePage .banner_cnt p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -1.54px;
  margin: 16px 0px;
  font-family: "Karla-Bold";
}
.homePage .banner_counter {
  max-width: 1360px;
  position: absolute;
  bottom: 40px;
  z-index: -1;
}
.homePage .banner_counter li {
  padding: 0px 115px;
  position: relative;
  line-height: 1.5;
  color: #ffffff;
  letter-spacing: -0.64px;
}
.homePage .banner_counter li:first-child, .homePage .banner_counter li:last-child {
  width: calc(25% - 112px);
}
.homePage .banner_counter li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  right: 0px;
}
.homePage .banner_counter span {
  font-size: 48px;
  color: #ffffff;
  font-family: "Karla-Bold";
  line-height: 1.16;
  margin-right: 8px;
  letter-spacing: -1.92px;
}
@media (min-width: 2880px) {
  .homePage .banner .banner_cnt {
    top: 33%;
  }
}
@media (max-width: 2879px) {
  .homePage .banner .banner_cnt {
    top: 33%;
  }
}
@media (max-width: 2560px) {
  .homePage .banner .banner_cnt {
    top: 30%;
  }
}
@media (max-width: 1600px) {
  .homePage .banner .banner_cnt {
    top: 28%;
  }
}
@media (max-width: 1440px) {
  .homePage .banner .banner_cnt {
    top: 24%;
  }
}
@media (max-width: 1366px) {
  .homePage .banner .banner_cnt {
    top: 27%;
  }
}
@media (max-width: 1499px) {
  .homePage .banner {
    background-position-y: 20px;
  }
}
@media (max-width: 1399.98px) {
  .homePage .banner_cnt h1 {
    font-size: 40px;
  }
  .homePage .banner_cnt p {
    margin: 10px 0px 20px;
  }
  .homePage .banner_counter {
    left: 50%;
    width: calc(100% - 40px);
    transform: translateX(-50%);
  }
  .homePage .banner_counter ul {
    max-width: 1170px;
    margin: 0 auto;
  }
  .homePage .banner_counter li {
    padding: 0px 85px;
  }
  .homePage .banner_counter li:first-child, .homePage .banner_counter li:last-child {
    width: calc(25% - 85px);
  }
  .homePage .banner_counter span {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .banner_cnt h1 {
    font-size: 35px;
  }
  .homePage .banner_counter li {
    padding: 0px 50px;
  }
  .homePage .banner_counter li:first-child, .homePage .banner_counter li:last-child {
    width: calc(25% - 50px);
  }
  .homePage .banner_counter span {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  .homePage .banner_cnt {
    top: auto !important;
    bottom: 190px;
  }
  .homePage .banner_cnt h1 {
    font-size: 30px;
  }
  .homePage .banner_cnt p {
    font-size: 16px;
    line-height: 22px;
  }
  .homePage .banner_counter span {
    font-size: 30px;
  }
  .homePage .banner_counter li {
    padding: 0px 20px;
  }
  .homePage .banner_counter li:first-child, .homePage .banner_counter li:last-child {
    width: calc(25% - 20px);
  }
}
@media (max-width: 767.98px) {
  .homePage .banner_counter {
    bottom: 20px;
    width: calc(100% - 20px);
  }
  .homePage .banner_counter span {
    font-size: 25px;
  }
  .homePage .banner_counter ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .homePage .banner_counter li {
    width: calc(33% - 0px);
  }
  .homePage .banner_counter li:first-child, .homePage .banner_counter li:last-child {
    width: calc(33% - 0px);
  }
}
@media (max-width: 575.98px) {
  .homePage .banner {
    height: 776px;
    z-index: 1;
    background-position-y: 0px;
  }
  .homePage .banner_cnt h1 {
    font-size: 24px;
    letter-spacing: -0.96px;
  }
  .homePage .banner_cnt p {
    margin: 8px 0px 24px;
    letter-spacing: -0.56px;
  }
  .homePage .banner_counter {
    bottom: 12px;
  }
  .homePage .banner_counter li {
    font-size: 10px;
    width: 45%;
    letter-spacing: -0.4px;
  }
  .homePage .banner_counter li:first-child {
    width: 30%;
  }
  .homePage .banner_counter li:last-child {
    width: 25%;
  }
  .homePage .banner_counter span {
    margin-right: 4px;
    font-size: 20px;
  }
}
.homePage .newsLetterSec {
  background: url("../../images/frontend/bg-pattern.svg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ffffff;
  padding-bottom: 40px;
}
.homePage .newsLetterSec_cnt {
  padding: 128px 0;
}
.homePage .newsLetterSec_cnt_title {
  font-size: 16px;
  font-family: "Karla-Bold";
  line-height: 24px;
  color: #000000;
  margin-bottom: 8px;
  letter-spacing: -0.64px;
  word-wrap: break-word;
  word-break: break-word;
}
.homePage .newsLetterSec_cnt_text {
  font-size: 16px;
  letter-spacing: -0.64px;
  line-height: 24px;
  color: #000000;
  word-wrap: break-word;
  word-break: break-word;
}
.homePage .newsLetterSec_banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  padding: 52px 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.homePage .newsLetterSec_banner_cnt {
  max-width: 580px;
  margin: 0 auto;
}
.homePage .newsLetterSec_banner_cntText {
  font-family: "Karla-Bold";
  letter-spacing: -0.8px;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 32px;
  word-wrap: break-word;
  word-break: break-word;
}
.homePage .newsLetterSec_banner_cnt .btn {
  padding: 12px 32px;
  white-space: nowrap;
}
.homePage .newsLetterSec .form-control {
  height: 48px;
  border-radius: 50px;
  box-shadow: none;
  border-color: #adbabd;
}
.homePage .newsLetterSec .form-control::-moz-placeholder {
  font-size: 16px;
  color: #5f7074;
}
.homePage .newsLetterSec .form-control::placeholder {
  font-size: 16px;
  color: #5f7074;
}
@media (max-width: 1399.98px) {
  .homePage .newsLetterSec_cnt {
    padding: 100px 0;
  }
}
@media (max-width: 1199.98px) {
  .homePage .newsLetterSec .form-control::-moz-placeholder {
    font-size: 15px;
  }
  .homePage .newsLetterSec .form-control::placeholder {
    font-size: 15px;
  }
  .homePage .newsLetterSec_banner_cnt {
    max-width: 400px;
  }
  .homePage .newsLetterSec_banner_cntText {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .homePage .newsLetterSec-padding {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .homePage .newsLetterSec {
    padding-bottom: 30px;
  }
  .homePage .newsLetterSec_banner {
    padding: 30px 15px;
  }
  .homePage .newsLetterSec_banner_cntText {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .homePage .newsLetterSec_cnt {
    padding: 24px 0 80px;
  }
  .homePage .newsLetterSec_cnt_title {
    font-size: 15px;
  }
  .homePage .newsLetterSec_cnt_text {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .homePage .newsLetterSec {
    padding-bottom: 20px;
  }
  .homePage .newsLetterSec_banner {
    padding: 24px;
    background-image: none !important;
    background-color: #f5f5f5;
  }
  .homePage .newsLetterSec_banner_cnt .btn {
    margin-top: 16px;
    width: 100%;
  }
  .homePage .newsLetterSec_banner_cntText {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 22px;
    color: #181818;
  }
  .homePage .newsLetterSec_cnt_title {
    font-size: 14px;
    line-height: 22px;
  }
  .homePage .newsLetterSec_cnt_text {
    font-size: 14px;
    line-height: 22px;
  }
}
.homePage .common_cnt_title {
  font-size: 16px;
  font-family: "Karla-Bold";
  line-height: 24px;
  color: #000000;
  margin-bottom: 8px;
}
.homePage .common_cnt_text {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
@media (max-width: 767.98px) {
  .homePage .common_cnt_text {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 575.98px) {
  .homePage .common_cnt_title {
    font-size: 15px;
    line-height: normal;
  }
  .homePage .common_cnt_text {
    font-size: 14px;
    line-height: normal;
  }
}
.homePage .vakantiesSec {
  background-color: #f5f5f5;
}
.homePage .vakantiesSec .ribbon-wrapper {
  top: 0px;
  left: 0px;
}
@media (max-width: 1399.98px) {
  .homePage .vakantiesSec .gridsection_cnt {
    padding: 20px;
  }
}
@media (max-width: 991.98px) {
  .homePage .vakantiesSec .gridsection_badge {
    left: 5px;
  }
  .homePage .vakantiesSec .gridsection_cnt {
    padding: 16px;
  }
}
.homePage .gallerySec {
  background: url("../../images/frontend/bg-pattern.svg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.homePage .gallerySec .brd-top .commonHead_heading {
  padding-right: 10px;
}
.homePage .gallerySec .brd-top a {
  white-space: nowrap;
}
.homePage .gallerySec .row {
  margin-right: -16px;
  margin-left: -16px;
}
.homePage .gallerySec .pt-32 {
  padding-top: 32px;
}
.homePage .gallerySec .groepsaanvraag,
.homePage .gallerySec .families,
.homePage .gallerySec .off-pist {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.homePage .gallerySec .groepsaanvraag::after,
.homePage .gallerySec .families::after,
.homePage .gallerySec .off-pist::after {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  z-index: 0;
}
.homePage .gallerySec .groepsaanvraag:hover img,
.homePage .gallerySec .families:hover img,
.homePage .gallerySec .off-pist:hover img {
  transform: scale(1.1);
}
.homePage .gallerySec .groepsaanvraag img,
.homePage .gallerySec .families img,
.homePage .gallerySec .off-pist img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.homePage .gallerySec .imageText {
  font-size: 34px;
  font-family: "Karla-Bold";
  color: #ffffff;
  line-height: 1.2;
  position: absolute;
  bottom: 32px;
  left: 32px;
  letter-spacing: -0.8px;
  z-index: 1;
}
.homePage .gallerySec .imageText-md {
  bottom: 24px;
  left: 24px;
  font-size: 20px;
  line-height: 1.4;
}
.homePage .gallerySec .groepsaanvraag {
  height: 516px;
}
.homePage .gallerySec .families {
  height: 242px;
}
.homePage .gallerySec .off-pist {
  height: 244px;
}
@media (max-width: 1440px) {
  .homePage .gallerySec .groepsaanvraag {
    height: 508px;
  }
  .homePage .gallerySec .row {
    margin-right: -12px;
    margin-left: -12px;
  }
  .homePage .gallerySec .pt-32 {
    padding-top: 24px;
  }
}
@media (max-width: 1399.98px) {
  .homePage .gallerySec .imageText {
    font-size: 28px;
  }
  .homePage .gallerySec .imageText-md {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .gallerySec .families {
    height: 210px;
  }
  .homePage .gallerySec .groepsaanvraag {
    height: 444px;
  }
}
@media (max-width: 991.98px) {
  .homePage .gallerySec .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  .homePage .gallerySec .pt-32 {
    padding-top: 16px;
  }
  .homePage .gallerySec .families {
    height: 160px;
  }
  .homePage .gallerySec .groepsaanvraag {
    height: 336px;
  }
  .homePage .gallerySec .imageText {
    font-size: 20px;
  }
  .homePage .gallerySec .imageText-md {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .homePage .gallerySec .brd-top .commonHead_heading {
    padding-right: 0px;
  }
  .homePage .gallerySec .families {
    height: 118px;
  }
  .homePage .gallerySec .groepsaanvraag {
    height: 250px;
  }
  .homePage .gallerySec .imageText {
    bottom: 24px;
    left: 24px;
  }
  .homePage .gallerySec .imageText-md {
    bottom: 16px;
    left: 16px;
  }
}
.homePage .btn-outline-primary {
  padding: 12px 32px 12px 32px;
}
@media (max-width: 1399.98px) {
  .homePage .btn-outline-primary {
    padding: 10px 20px 10px 20px;
  }
}

.productListPage .opacity .productitemList_img .ribbon-wrapper, .productListPage .opacity .gridsection_img .ribbon-wrapper {
  z-index: 1;
  pointer-events: none;
}
.productListPage .opacity .productitemList_img a, .productListPage .opacity .gridsection_img a {
  opacity: 0.6;
}
.productListPage .opacity .productitemList_right, .productListPage .opacity .productitemList_cnt, .productListPage .opacity .gridsection_right, .productListPage .opacity .gridsection_cnt {
  opacity: 0.6;
}
.productListPage .form-check-input[type=checkbox] ~ .form-check-label:before, .productListPage .form-check-input[type=checkbox] ~ .form-check-label:after {
  width: 16px;
  height: 16px;
}
.productListPage .form-check-input[type=checkbox]:checked ~ .form-check-label:before, .productListPage .form-check-input[type=checkbox]:checked ~ .form-check-label:after {
  width: 16px;
  height: 16px;
}
.productListPage .listingBanner_inner {
  background-image: url("../../images/frontend/product-listing-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 240px;
  max-width: 1360px;
  margin: 0 auto;
}
.productListPage .listingBanner_inner h1 {
  font-size: 56px;
  font-family: "Karla-Bold";
  color: #ffffff;
  margin-bottom: 0px;
  text-align: center;
  letter-spacing: -0.64px;
}
@media (max-width: 1199.98px) {
  .productListPage .listingBanner h1 {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .productListPage .listingBanner h1 {
    font-size: 30px;
  }
  .productListPage .listingBanner_inner {
    height: 158px;
    background-position: 40%;
  }
}
@media (max-width: 575.98px) {
  .productListPage .listingBanner h1 {
    font-size: 24px;
  }
  .productListPage .listingBanner.container {
    padding: 0px;
  }
}
.productListPage .gridView {
  display: none;
}
.productListPage .totalNumber {
  font-size: 14px;
  color: #181818;
  margin-bottom: 24px;
}
.productListPage .productList {
  margin-top: 32px;
}
.productListPage .productList .gridsection_cnt .badge {
  font-size: 12px;
}
.productListPage .productList_left_filter_header {
  margin-bottom: 22px;
  margin-top: 18px;
}
.productListPage .productList_left_filter_header .link-secondary.reset-filter {
  border-bottom: 1px solid #181818;
}
.productListPage .productList_left_filter_header h2,
.productListPage .productList_left_filter_header span {
  font-size: 16px;
  color: #181818;
  letter-spacing: -0.64px;
}
.productListPage .productList_left_filter_header h3 {
  font-size: 24px;
  letter-spacing: -0.64px;
}
.productListPage .productList_left_filter .accordion {
  margin-bottom: 40px;
}
.productListPage .productList_left_filter .accordion .btn {
  border-radius: 4px;
}
.productListPage .productList_left_filter .accordion-item {
  border: none;
  border-top: 1px solid #e4e8e9;
  border-radius: 0;
}
.productListPage .productList_left_filter .accordion-button {
  background-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  font-family: "Karla-Bold";
  color: #181818;
  letter-spacing: -0.64px;
}
.productListPage .productList_left_filter .accordion-button-tooltip {
  font-size: 16px;
  padding: 16px 0;
  font-family: "Karla-Bold";
  color: #181818;
  letter-spacing: -0.64px;
}
.productListPage .productList_left_filter .accordion-button:after {
  content: "\e912";
  background-image: none;
  font-family: "icomoon" !important;
  font-size: 14px;
}
.productListPage .productList_left_filter .accordion-button:not(.collapsed):after {
  transform: rotateX(180deg);
  transform-origin: 0 10px;
}
.productListPage .productList_left_filter .accordion-body {
  padding: 0 0 12px 0;
}
.productListPage .productList_left_filter .accordion-body .form-check {
  margin-bottom: 15px;
}
.productListPage .productList_left_filter .accordion-body .form-check-input[type=checkbox] ~ .form-check-label {
  padding-top: 1px;
}
.productListPage .productList_left_info h6 {
  margin-bottom: 16px;
  letter-spacing: -0.64px;
}
.productListPage .productList_left_info_box {
  padding: 16px;
  border: 1px solid #c9d1d3;
  margin-bottom: 40px;
}
.productListPage .productList_left_info_box p {
  margin-bottom: 8px;
}
.productListPage .productList_left .common_list_item {
  line-height: 20px;
  color: #181818;
  font-size: 14px;
  word-wrap: break-word;
}
.productListPage .productList_left .common_list_item:not(:last-child) {
  margin-bottom: 16px;
}
.productListPage .productList_left .common_list_item span em {
  font-size: 14px;
  color: #00a6c6;
  margin-right: 6px;
}
.productListPage .productList_header {
  margin-bottom: 16px;
}
.productListPage .productList_header_left h1 {
  font-size: 48px;
  font-family: "Karla-Bold";
  color: #181818;
  line-height: 48px;
  letter-spacing: -1.92px;
  margin-bottom: 0px;
}
.productListPage .productList_header_right .productBtn {
  border-radius: 50px;
  padding: 8px 18px;
  height: 40px;
  background-color: #f5f5f5;
  color: #181818;
}
.productListPage .productList_header_right .productBtn_week.active .list-btn {
  opacity: 1 !important;
}
.productListPage .productList_header_right .productBtn.active {
  background-color: #e81d00;
  color: #ffffff;
}
.productListPage .productList_header_right .productBtn.active .list-btn {
  opacity: 0.5;
  color: #ffffff;
}
.productListPage .productList_header_right .productBtn .list-btn {
  font-size: 22px;
  color: #181818;
  border: none;
  padding: 0;
  height: 100%;
}
.productListPage .productList_header_right .productBtn .list-btn:not(:last-child) {
  margin-right: 8px;
}
.productListPage .productList_header_right .productBtn .list-btn.active {
  opacity: 1;
}
.productListPage .productList_header_right .select2 {
  margin-left: 8px;
}
.productListPage .productList_header_right .select2.select2-container {
  width: 226px !important;
}
.productListPage .productList_header_right .select2.select2-container .select2-selection__arrow {
  width: 16px;
}
.productListPage .productList_header_right .select2.select2-container .select2-selection--single, .productListPage .productList_header_right .select2.select2-container .select2-selection--multiple {
  padding: 12px 39px 12px 15px;
  letter-spacing: -0.64px;
}
.productListPage .productList_cnt .productitemList {
  border: 1px solid #c9d1d3;
  -o-box-shadow: 0 4px 8px 0px rgba(38, 50, 56, 0.1);
  -ms-box-shadow: 0 4px 8px 0px rgba(38, 50, 56, 0.1);
  box-shadow: 0 4px 8px 0px rgba(38, 50, 56, 0.1);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 32px;
}
.productListPage .productList_cnt .productitemList_cnt_right .btn {
  padding: 8px 15px;
}
@media (min-width: 1200px) {
  .productListPage .productList_cnt .productitemList_left {
    width: 28%;
  }
  .productListPage .productList_cnt .productitemList_right {
    width: 72%;
  }
}
.productListPage .productList_cnt .productitemList_img {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: block;
}
.productListPage .productList_cnt .productitemList_img .addOrRemoveWishlist {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e81d00;
  border-radius: 50%;
  color: #e81d00;
  background-color: #fff;
  z-index: 1;
}
.productListPage .productList_cnt .productitemList_img .addOrRemoveWishlist.addedFav {
  background-color: #e81d00;
  color: #ffffff;
}
.productListPage .productList_cnt .productitemList_img_wrapper {
  display: block;
  z-index: 1;
}
.productListPage .productList_cnt .productitemList_cnt {
  padding: 16px 0px;
}
@media (min-width: 1200px) {
  .productListPage .productList_cnt .productitemList_cnt_left {
    width: 65%;
  }
  .productListPage .productList_cnt .productitemList_cnt_right {
    width: 35%;
  }
}
.productListPage .productList_cnt .productitemList_cnt_left h2 {
  font-size: 20px;
  color: #333333;
  font-family: "Karla-Bold";
  letter-spacing: -0.8px;
}
.productListPage .productList_cnt .productitemList_cnt_left h2 a {
  color: #333333;
}
.productListPage .productList_cnt .productitemList_cnt_left h2 a:hover {
  color: #e81d00;
}
.productListPage .productList_cnt .productitemList_cnt_left_list {
  padding-left: 30px;
}
.productListPage .productList_cnt .productitemList_cnt_left_btns {
  margin-top: 24px;
}
.productListPage .productList_cnt .productitemList_cnt_left_btns .badge {
  font-size: 12px;
}
.productListPage .productList_cnt .productitemList_cnt_left_btns .btn {
  font-size: 14px;
  height: 32px;
  padding: 4px 12px 4px 12px;
}
.productListPage .productList_cnt .productitemList_cnt_left_btns .btn:not(:last-child) {
  margin-right: 9px;
}
.productListPage .productList_cnt .productitemList_cnt_left_btns .btn em {
  margin-right: 6px;
}
.productListPage .productList_cnt .productitemList_cnt_right {
  text-align: center;
  font-family: "Karla-Bold";
  padding-left: 0px;
}
.productListPage .productList_cnt .productitemList_cnt_right_rating em {
  color: #ffcd47;
  font-size: 18px;
}
.productListPage .productList_cnt .productitemList_cnt_right p {
  color: #475457;
}
.productListPage .productList_cnt .productitemList_cnt_right_amount {
  margin-bottom: 27px;
}
.productListPage .productList_cnt .productitemList_cnt_right_amount_title {
  color: #e81d00;
}
.productListPage .productList_cnt .productitemList_cnt_right_amount_price {
  color: #e81d00;
  font-size: 18px;
}
.productListPage .productList_cnt .productitemList_cnt_right_amount_price_cross {
  text-decoration: line-through;
  color: #475457;
  font-size: 14px;
}
.productListPage .productList_cnt .productitemList_cnt_right_amount_person {
  color: #475457;
}
@media (max-width: 1199.98px) {
  .productListPage .productList_cnt .productitemList_left {
    padding-right: 0px;
  }
  .productListPage .productList_cnt .productitemList_cnt {
    padding: 0px;
  }
  .productListPage .productList_cnt .productitemList_cnt_right .btn {
    padding: 8px;
    align-items: center;
    white-space: nowrap;
  }
}
.productListPage .pagination {
  margin-top: 32px;
}
.productListPage .productListInfo h3 {
  font-size: 24px;
  font-family: "Karla-Bold";
  margin-bottom: 40px;
  letter-spacing: -0.96px;
}
@media (max-width: 575.98px) {
  .productListPage .productListInfo h3 {
    letter-spacing: -0.72px;
  }
  .productListPage .productListInfo p {
    letter-spacing: -0.56px;
  }
}
.productListPage .filtersubtitle {
  font-size: 16px;
  line-height: 1.5;
  color: #181818;
  font-family: "Karla-Bold";
  margin-bottom: 8px;
  display: inline-block;
  margin-top: 10px;
}
.productListPage .explanationModal {
  font-size: 16px;
  letter-spacing: -0.64px;
  color: #181818;
  border-bottom: 1px solid #181818;
  margin-left: 8px;
  font-family: "Karla-Regular";
  position: relative;
  z-index: 10;
}
.productListPage .accordion-header-tooltip button {
  position: absolute;
  z-index: 9;
}
@media (max-width: 1599.98px) {
  .productListPage .productList_header_left h1 {
    font-size: 40px;
  }
  .productListPage .pagination {
    margin-top: 25px;
    margin-bottom: 0;
  }
  .productListPage .productListInfo h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1399.98px) {
  .productListPage .productList_cnt .productitemList {
    margin-bottom: 25px;
  }
  .productListPage .productList_cnt .productitemList_cnt_left h2 {
    font-size: 18px;
  }
  .productListPage .productList_cnt .productitemList_cnt_left_btns {
    margin-top: 15px;
  }
  .productListPage .productList_cnt .productitemList_cnt_right_amount {
    margin-bottom: 20px;
  }
  .productListPage .productList_cnt .productitemList_cnt_right .btn {
    font-size: 14px;
    padding-right: 10px;
  }
  .productListPage .productList_header {
    margin-bottom: 15px;
  }
  .productListPage .productList_header_left h1 {
    font-size: 32px;
    margin-bottom: 0;
  }
  .productListPage .productList_header_left_filter .accordion {
    margin-bottom: 30px;
  }
  .productListPage .productList_header_left_info h6 {
    margin-bottom: 10px;
  }
  .productListPage .productList_header_left_info_box {
    margin-bottom: 30px;
  }
  .productListPage .productList_left_filter .accordion {
    margin-bottom: 30px;
  }
  .productListPage .productList_left_info_box {
    margin-bottom: 30px;
  }
  .productListPage .pagination {
    margin-top: 15px;
  }
  .productListPage .productListInfo h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199.98px) {
  .productListPage .productList_header_right {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .productListPage .productList_header_right .list-btn {
    opacity: 1 !important;
  }
  .productListPage .gridView {
    display: block;
  }
  .productListPage .listView {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .productListPage .productList_left {
    right: -100%;
    z-index: 1030;
    transition: all 0.3s ease-in-out;
    height: 100%;
    position: fixed;
    top: 0;
    width: 360px;
    display: block;
    height: 100%;
    background-color: #ffffff;
    padding: 0px;
  }
  .productListPage .productList_left_filter {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .productListPage .productList_left_filter_header {
    padding: 20px;
    margin: 0px;
    border-bottom: 1px solid #c9d1d3;
  }
  .productListPage .productList_left_filter_header h3 {
    font-size: 18px;
    line-height: 21px;
  }
  .productListPage .productList_left_filter_header .closeFilter {
    font-size: 24px;
    color: #181818;
  }
  .productListPage .productList_left_filter_header .btnclose {
    background-size: 12px;
  }
  .productListPage .productList_left_filter_header .btnclose em {
    font-size: 13px;
    color: #181818;
  }
  .productListPage .productList_left_filter_body {
    padding-right: 5px;
    padding: 24px 20px;
    max-height: 100%;
    overflow: hidden auto;
    scrollbar-width: none;
  }
  .productListPage .productList_left_filter_footer {
    padding: 16px 20px;
    border-top: 1px solid #c9d1d3;
  }
  .productListPage .productList_left_filter_footer button {
    width: calc(50% - 4px);
    padding: 7px;
  }
  .productListPage .productList_header_right .select2 {
    display: none;
  }
  .productListPage .productListInfo .container {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .productListPage .productList {
    margin-top: 24px;
  }
  .productListPage .productList .explanationModal {
    font-size: 14px;
  }
  .productListPage .productList_left {
    width: 100%;
  }
  .productListPage .productList_left_filter .accordion-button {
    font-size: 14px;
  }
  .productListPage .productList_left_filter .accordion-button-tooltip {
    font-size: 14px;
  }
  .productListPage .productList_left_filter .accordion-body {
    padding-bottom: 8px;
  }
  .productListPage .productList_left_filter .accordion-body .form-check:not(:last-child) {
    margin-bottom: 8px;
  }
  .productListPage .productList_left_filter .accordion-body .form-check-input[type=checkbox] ~ .form-check-label {
    padding-top: 2px;
  }
  .productListPage .productList_header {
    margin-bottom: 24px;
  }
  .productListPage .productList_header_left h1 {
    font-size: 24px;
  }
  .productListPage .productList_header_left span {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.56px;
  }
  .productListPage .productList_header_right {
    flex-direction: column-reverse;
  }
  .productListPage .productList_header_right .productBtn {
    width: calc(50% - 4px);
    padding: 6px 12px;
    height: auto;
    flex: 1;
    min-height: 100%;
  }
  .productListPage .productList_header_right .productBtn .list-btn {
    font-size: 18px;
  }
  .productListPage .productList .filterToggle {
    width: 100%;
  }
}

.open-sideBar {
  overflow: hidden;
}
.open-sideBar .over-menu {
  display: block;
}
.open-sideBar .productList_left {
  right: 0;
}

.productDetailpage .bookingSec {
  position: sticky;
  top: 15px;
}
.productDetailpage .bookingSec.disable {
  pointer-events: none;
}
.productDetailpage .bookingSec.disable .alert {
  position: relative;
  z-index: 2;
}
.productDetailpage .bookingSec.disable::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.productDetailpage .availableSeat {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  padding: 10px 12px;
  border-radius: 5px;
  background: rgba(87, 171, 142, 0.2);
  display: flex;
  align-items: center;
  color: #000000;
  font-weight: 500;
}
.productDetailpage .availableSeat span {
  font-family: "Karla-Bold";
  color: #57ab8e;
  font-size: 18px;
  margin-left: 5px;
  line-height: 1;
}
.productDetailpage .detailSec {
  padding-bottom: 128px;
}
.productDetailpage .detailSec_form_title {
  font-size: 16px;
  line-height: 22px;
  color: #e81d00;
  font-family: "Karla-Bold";
}
.productDetailpage .detailSec_head {
  font-family: "Karla-Bold";
  font-size: 34px;
  line-height: 44px;
  color: #000000;
  letter-spacing: -1.36px;
  word-wrap: break-word;
  word-break: break-word;
}
.productDetailpage .detailSec_cnt {
  max-width: 780px;
  padding: 24px 0;
}
.productDetailpage .detailSec_cnt p {
  font-size: 16px;
  line-height: 24px;
  color: #181818;
  word-wrap: break-word;
  word-break: break-word;
}
.productDetailpage .detailSec_item {
  background-color: #f5f5f5;
  border-radius: 8px;
}
.productDetailpage .detailSec_item:not(:last-child) {
  margin-bottom: 16px;
}
.productDetailpage .detailSec_item_title {
  font-family: "Karla-Bold";
  cursor: pointer;
  font-size: 24px;
  line-height: 32px;
  color: #181818;
  word-wrap: break-word;
  word-break: break-word;
}
.productDetailpage .detailSec_item_cnt_map {
  height: 439px;
  width: 100%;
}
.productDetailpage .detailSec_item_cntText:not(:last-child) {
  margin-bottom: 24px;
}
.productDetailpage .detailSec_item_cntText .title {
  font-family: "Karla-Bold";
  font-size: 16px;
  line-height: 24px;
  color: #181818;
  margin-bottom: 8px;
  word-wrap: break-word;
  word-break: break-word;
  letter-spacing: -0.64px;
}
.productDetailpage .detailSec_item_cntText .text {
  letter-spacing: -0.64px;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
  margin-bottom: 0;
  word-wrap: break-word;
  word-break: break-word;
}
.productDetailpage .detailSec_item_cntText--box {
  border: 1px solid #c9d1d3;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
}
.productDetailpage .detailSec_item_cntText--box .title,
.productDetailpage .detailSec_item_cntText--box .text {
  color: #1d2022;
}
.productDetailpage .detailSec_item_cntNumber {
  min-width: 33px;
  height: 33px;
  background-color: #0f1f28;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productDetailpage .detailSec_item .rating_number {
  font-family: "Karla-Bold";
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-right: 16px;
}
.productDetailpage .detailSec_item .rating_review li:not(:last-child) {
  padding-right: 3px;
}
.productDetailpage .detailSec_item .rating_review .icon {
  font-size: 20px;
}
.productDetailpage .detailSec_item .rating_btn {
  margin-bottom: 34px;
}
.productDetailpage .detailSec .accordion-body {
  padding: 0 32px 40px;
}
.productDetailpage .detailSec .accordion-item {
  border-color: transparent;
}
.productDetailpage .detailSec .accordion-button {
  padding: 32px;
  transition: all 0.4s;
  background-color: transparent;
  letter-spacing: -0.96px;
}
.productDetailpage .detailSec .accordion-button[aria-expanded=true] {
  padding-bottom: 16px;
}
.productDetailpage .detailSec .accordion-button:after {
  background-image: none;
  content: "\e912";
  font-family: "icomoon";
  font-size: 12px;
  width: 13px;
  height: auto;
  color: #181818;
}
.productDetailpage .detailSec .accordion-button:focus {
  box-shadow: none;
}
.productDetailpage .detailSec .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.productDetailpage .detailSec .common_list_item {
  letter-spacing: -0.64px;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
  display: flex;
  word-wrap: break-word;
  word-break: break-word;
}
.productDetailpage .detailSec .common_list_item .icon {
  color: #00a6c6;
  font-size: 12px;
  padding-right: 5px;
}
@media (max-width: 991.98px) {
  .productDetailpage .detailSec .common_list_item {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .productDetailpage .detailSec .common_list_item {
    font-size: 14px;
    line-height: 22px;
  }
  .productDetailpage .detailSec .common_list_item .icon {
    font-size: 10px;
  }
}
@media (max-width: 1399.98px) {
  .productDetailpage .detailSec {
    padding-bottom: 100px;
  }
  .productDetailpage .detailSec_head {
    font-size: 32px;
  }
}
@media (max-width: 1199.98px) {
  .productDetailpage .detailSec {
    padding-bottom: 80px;
  }
  .productDetailpage .detailSec_head {
    font-size: 30px;
    line-height: 40px;
  }
  .productDetailpage .detailSec_item_title {
    font-size: 22px;
  }
  .productDetailpage .detailSec_item_cnt_map {
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .productDetailpage .detailSec {
    padding-bottom: 60px;
  }
  .productDetailpage .detailSec_head {
    font-size: 28px;
    line-height: 35px;
  }
  .productDetailpage .detailSec_item_title {
    font-size: 20px;
  }
  .productDetailpage .detailSec_item_cnt {
    padding-top: 0;
  }
  .productDetailpage .detailSec_item_cntText:not(:last-child) {
    margin-bottom: 16px;
  }
  .productDetailpage .detailSec_item_cntText .title,
  .productDetailpage .detailSec_item_cntText .text {
    font-size: 15px;
  }
  .productDetailpage .detailSec_form {
    padding: 24px;
  }
  .productDetailpage .detailSec_form_title {
    font-size: 18px;
  }
  .productDetailpage .detailSec .accordion-body {
    padding: 0 28px 28px;
  }
  .productDetailpage .detailSec .accordion-button {
    padding: 28px;
  }
  .productDetailpage .detailSec .badge {
    font-size: 13px;
    line-height: 22px;
  }
  .productDetailpage .detailSec .badge em {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .productDetailpage .detailSec {
    padding-bottom: 40px;
  }
  .productDetailpage .detailSec_item_cnt_map {
    height: 300px;
  }
}
@media (max-width: 575.98px) {
  .productDetailpage .detailSec {
    padding-bottom: 25px;
  }
  .productDetailpage .detailSec .container {
    padding: 0;
  }
  .productDetailpage .detailSec .accordion {
    padding: 0 20px;
  }
  .productDetailpage .detailSec_head {
    font-size: 24px;
    line-height: 30px;
  }
  .productDetailpage .detailSec_cnt {
    max-width: 100%;
    border-bottom: 1px solid #adbabd;
  }
  .productDetailpage .detailSec_cnt p {
    font-size: 14px;
    line-height: 22px;
  }
  .productDetailpage .detailSec_item {
    background-color: transparent;
  }
  .productDetailpage .detailSec_item:not(:last-child) {
    margin-bottom: 0;
  }
  .productDetailpage .detailSec_item_title {
    font-size: 18px;
    line-height: 24px;
  }
  .productDetailpage .detailSec_item_cnt {
    padding-top: 0;
  }
  .productDetailpage .detailSec_item_cnt_map {
    height: 200px;
  }
  .productDetailpage .detailSec_item_cntText .title,
  .productDetailpage .detailSec_item_cntText .text {
    font-size: 14px;
    line-height: 22px;
  }
  .productDetailpage .detailSec .accordion-body {
    padding: 0 0 24px;
  }
  .productDetailpage .detailSec .accordion-button {
    padding: 24px 0;
    border-top: 1px solid #adbabd;
  }
  .productDetailpage .detailSec .accordion-item:first-of-type .accordion-button {
    border-top: 0px;
  }
  .productDetailpage .detailSec .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0px;
    border-bottom: 0px;
  }
  .productDetailpage .detailSec .badge {
    font-size: 12px;
    line-height: 20px;
  }
  .productDetailpage .detailSec .badge em {
    font-size: 14px;
  }
  .productDetailpage .detailSec_form {
    padding: 20px;
    border: 0;
    box-shadow: none;
  }
  .productDetailpage .detailSec_form_title {
    font-size: 16px;
    line-height: 22px;
  }
  .productDetailpage .detailSec_mob {
    position: relative;
    z-index: 1;
    padding: 24px 20px;
    background-color: #ffffff;
    border-radius: 24px 24px 0 0;
  }
  .productDetailpage .detailSec_mob .btn {
    padding: 8px 25px;
  }
}
.productDetailpage .detailSec .detailSec_swiper-container {
  position: relative;
  width: 900px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 32px;
}
.productDetailpage .detailSec .detailSec_swiper-main {
  width: 720px;
  height: 506px;
  border-radius: 16px;
}
.productDetailpage .detailSec .detailSec_swiper-thumbs {
  width: 158px;
  height: 506px;
  margin-right: 15px;
  padding-left: 15px;
}
.productDetailpage .detailSec .detailSec_swiper-thumbs img {
  height: 158px;
  min-width: 158px;
}
.productDetailpage .detailSec .swiper-slide img {
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.productDetailpage .detailSec .swiper-slide-active {
  opacity: 0.9;
}
.productDetailpage .detailSec .swiper-slide-thumb-active {
  opacity: 1;
}
.productDetailpage .detailSec .swiper-counter {
  position: absolute;
  color: #ffffff;
  z-index: 1;
  min-width: 46px;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  bottom: 24px;
  right: calc(20% + 24px);
  padding: 0px 12px 0px 12px;
  border-radius: 24px;
  background-color: rgba(24, 24, 24, 0.7);
  text-align: center;
  display: flex;
}
@media (max-width: 1399.98px) {
  .productDetailpage .detailSec .detailSec_swiper-container {
    width: 100%;
    justify-content: inherit;
  }
  .productDetailpage .detailSec .detailSec_swiper-main {
    width: 80%;
    height: 400px;
  }
  .productDetailpage .detailSec .detailSec_swiper-thumbs {
    width: 20%;
    height: 400px;
    margin-right: 0;
  }
  .productDetailpage .detailSec .detailSec_swiper-thumbs img {
    min-width: 100%;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .productDetailpage .detailSec .detailSec_swiper-main {
    height: 400px;
  }
  .productDetailpage .detailSec .detailSec_swiper-thumbs {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .productDetailpage .detailSec .detailSec_swiper-main {
    width: 75%;
    height: 360px;
  }
  .productDetailpage .detailSec .detailSec_swiper-thumbs {
    width: 25%;
    height: 360px;
  }
  .productDetailpage .detailSec .swiper-counter {
    right: calc(25% + 24px);
  }
}
@media (max-width: 575.98px) {
  .productDetailpage .detailSec .detailSec_swiper-container {
    width: 100%;
    margin-bottom: -40px;
  }
  .productDetailpage .detailSec .detailSec_swiper-main {
    width: 100%;
  }
  .productDetailpage .detailSec .detailSec_swiper-thumbs {
    display: none;
  }
  .productDetailpage .detailSec .swiper-pagination-bullets {
    bottom: 50px;
  }
  .productDetailpage .detailSec .swiper-pagination-bullet {
    background-color: #778c91;
  }
  .productDetailpage .detailSec .swiper-pagination-bullet-active {
    background-color: #ffffff;
  }
  .productDetailpage .detailSec .swiper-slide img {
    border-radius: 0;
  }
  .productDetailpage .detailSec .swiper-counter {
    min-width: 43px;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    top: 16px;
    right: 20px;
  }
}
@media (max-width: 991.98px) {
  .productDetailpage .bookingBtnSec {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 16px 20px;
    background-color: #ffffff;
    border: 1px solid #C9D1D3;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    z-index: 6;
  }
  .productDetailpage .bookingBtnSec_title {
    font-size: 18px;
    line-height: 22px;
    color: #e81d00;
    font-family: "Karla-Bold";
  }
  .productDetailpage .bookingBtnSec button {
    width: 96px;
    height: 46px;
  }
}
@media (max-width: 575.98px) {
  .productDetailpage .bookingBtnSec_title {
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  .productDetailpage .bookingBtnSec {
    padding: 16px 15px;
  }
  .productDetailpage .bookingBtnSec button {
    padding: 10px;
  }
}

.stickyBtn .TrengoWidgetLauncher__iframe {
  z-index: 999;
}
@media (max-width: 991.98px) {
  .stickyBtn .TrengoWidgetLauncher__iframe {
    bottom: 98px !important;
  }
  .stickyBtn .TrengoOnlineStatus__iframe {
    bottom: 80px !important;
  }
  .stickyBtn .footer {
    padding-bottom: 74px;
  }
}
@media (max-width: 575.98px) {
  .stickyBtn .TrengoWidgetLauncher__iframe {
    bottom: 120px !important;
  }
}

.destinationspage {
  padding-bottom: 110px;
}
.destinationspage .commonHead {
  padding: 25px 0px 32px 0px;
}
.destinationspage .destinationsSec {
  background-color: #ffffff;
}
.destinationspage .destinationsSec_items {
  margin-bottom: 48px;
}
@media (max-width: 1399.98px) {
  .destinationspage {
    padding-bottom: 80px;
  }
  .destinationspage .commonHead {
    padding: 15px 0px 24px 0px;
  }
  .destinationspage .destinationsSec_items {
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .destinationspage {
    padding-bottom: 60px;
  }
  .destinationspage .destinationsSec .link-btn {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .destinationspage {
    padding-bottom: 40px;
  }
  .destinationspage .destinationsSec {
    padding: 0px;
  }
}

.productListPage .vakantiesSec {
  background-color: #f5f5f5;
}
.productListPage .vakantiesSec .btn-outline-primary {
  padding: 12px 32px 12px 32px;
}
@media (max-width: 1399.98px) {
  .productListPage .vakantiesSec .btn-outline-primary {
    padding: 10px 20px 10px 20px;
  }
}
@media (max-width: 575.98px) {
  .productListPage .vakantiesSec.py-88 {
    padding: 32px 0px 48px;
  }
}

.accountComplete_inner {
  max-width: 432px;
  margin: 0 auto;
}
.accountComplete_inner .commonHead_heading {
  margin-bottom: 32px;
}
.accountComplete_inner .btn-primary {
  margin-bottom: 32px;
}
@media (max-width: 1199.98px) {
  .accountComplete_inner .commonHead_heading,
  .accountComplete_inner .btn-primary {
    margin-bottom: 24px;
  }
}
@media (max-width: 575.98px) {
  .accountComplete.py-80 {
    padding: 0px 8px 65px;
  }
}

.holidaySec {
  background-color: #f5f5f5;
}
.holidaySec .gridsection_cnt span {
  font-size: 12px;
}
.holidaySec_left .commonHead {
  margin-bottom: 32px;
}
.holidaySec_left_button {
  position: absolute;
  width: 100%;
  bottom: 26px;
  left: 0px;
}
.holidaySec .swiper-button {
  bottom: 0px;
}
.holidaySec .swiper-button-prev, .holidaySec .swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #e81d00;
  color: #e81d00;
}
.holidaySec .swiper-button-prev em, .holidaySec .swiper-button-next em {
  font-size: 16px;
}
.holidaySec .swiper-button-prev:after, .holidaySec .swiper-button-next:after {
  display: none;
}
.holidaySec .swiper-button-next {
  left: 75px;
}
@media (max-width: 1199.98px) {
  .holidaySec .swiper-button-prev, .holidaySec .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .holidaySec .swiper-button-prev em, .holidaySec .swiper-button-next em {
    font-size: 14px;
  }
  .holidaySec .swiper-button-next {
    left: 65px;
  }
  .holidaySec_left_button {
    bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .holidaySec .swiper-button-next {
    left: auto;
    right: 0px;
  }
  .holidaySec .swiper-button-prev {
    left: auto;
    right: 55px;
  }
  .holidaySec_slider {
    margin-top: 20px;
  }
  .holidaySec_left_button {
    bottom: 30px;
  }
  .holidaySec_left .commonHead {
    margin-bottom: 8px;
  }
  .holidaySec_left .commonHead_heading {
    margin-bottom: 0px;
  }
}
@media (max-width: 575.98px) {
  .holidaySec .gridsection_cnt span {
    font-size: 11px;
  }
  .holidaySec .badge:not(:last-child) {
    margin-right: 4px;
  }
  .holidaySec .badge em {
    margin-right: 5px;
    font-size: 16px;
  }
  .holidaySec.py-80 {
    padding: 45px 8px;
  }
  .holidaySec_left .commonHead {
    margin-bottom: 0px;
  }
}

.loginPage {
  position: relative;
}
.loginPage_inner {
  padding: 80px 12px 120px;
  max-width: 1154px;
  margin: 0 auto;
}
.loginPage::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background-color: #5f7074;
  top: 0px;
  right: 0px;
  z-index: -1;
}
.loginPage .loginSec .link-btn {
  font-size: 14px;
  margin-bottom: 40px;
}
.loginPage .error-help-block {
  font-size: 12px;
}
.loginPage .signupSec label {
  color: #ffffff;
}
.loginPage .signupSec .form-group .form-control {
  color: #ffffff;
  background-color: transparent;
}
.loginPage .signupSec .form-group .form-control::-moz-placeholder {
  color: #e4e8e9;
}
.loginPage .signupSec .form-group .form-control::placeholder {
  color: #e4e8e9;
}
.loginPage .signupSec .form-group .fieldicon-input-right {
  padding-inline-end: 40px;
}
.loginPage .signupSec .form-group .fieldicon .toggle-password {
  color: #ffffff;
}
.loginPage .signupSec .form-group span {
  color: #e81d00;
  font-size: 12px;
  line-height: 1.66;
}
.loginPage .signupSec p {
  margin-left: 14px;
  color: #ffffff;
  line-height: 1.5;
}
.loginPage .signupSec p a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.loginPage .signupSec p a:hover {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
  .loginPage .signupSec .commonHead_heading {
    color: #ffffff;
  }
  .loginPage .signupSec .commonHead p {
    color: #ffffff;
  }
}
@media (max-width: 1399.98px) {
  .loginPage_inner {
    padding: 40px 12px 80px;
    max-width: 950px;
  }
}
@media (max-width: 1199.98px) {
  .loginPage_inner {
    padding: 20px 12px 80px;
  }
  .loginPage .loginSec .link-btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .loginPage .loginSec {
    padding: 0px 20px;
  }
  .loginPage .signupSec {
    padding: 0px 20px;
  }
}
@media (max-width: 767.98px) {
  .loginPage::before {
    display: none;
  }
  .loginPage .loginSec {
    padding: 0px;
  }
  .loginPage .loginSec .link-btn {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .loginPage .signupSec {
    padding: 0px;
  }
  .loginPage .signupSec label {
    color: #181818;
  }
  .loginPage .signupSec .form-group .form-control {
    color: #181818;
  }
  .loginPage .signupSec .form-group .form-control::-moz-placeholder {
    color: #5f7074;
  }
  .loginPage .signupSec .form-group .form-control::placeholder {
    color: #5f7074;
  }
  .loginPage .signupSec .form-group .fieldicon .toggle-password {
    color: #181818;
  }
  .loginPage .signupSec p {
    color: #181818;
  }
  .loginPage .signupSec p a {
    color: #181818;
    border-bottom: 1px solid #181818;
  }
}
@media (max-width: 575.98px) {
  .loginPage {
    padding: 0px 20px 0px 20px;
  }
  .loginPage .container {
    padding: 0px;
  }
  .loginPage_inner {
    padding: 10px 0px 80px;
  }
  .loginPage .loginSec .btn {
    margin-bottom: 26px;
  }
  .loginPage .signupSec {
    padding-top: 24px;
    border-top: 1px solid #adbabd;
  }
  .loginPage .signupSec p {
    margin-left: 12px;
    letter-spacing: -0.56px;
  }
  .loginPage .form-group {
    margin-bottom: 24px;
  }
  .loginPage .form-group label {
    font-size: 14px;
  }
  .loginPage .form-group .form-control {
    height: 46px;
  }
}
@media (max-width: 350px) {
  .loginPage .form-group label {
    font-size: 13px;
  }
}

.accountloginPage {
  padding-bottom: 140px;
}
.accountloginPage .accountlogin {
  max-width: 460px;
  margin: 0 auto;
}
.accountloginPage .btn {
  margin-top: 40px;
}
.accountloginPage .commonHead {
  padding: 40px 0px;
}
@media (max-width: 1199.98px) {
  .accountloginPage {
    padding-bottom: 100px;
  }
  .accountloginPage .commonHead {
    padding: 25px 0px;
  }
  .accountloginPage .btn {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .accountloginPage {
    padding-bottom: 75px;
  }
  .accountloginPage .commonHead {
    padding: 9px 0px 24px 0px;
  }
}
@media (max-width: 575.98px) {
  .accountloginPage .form-group {
    margin-bottom: 24px;
  }
  .accountloginPage .btn {
    margin-top: 24px;
  }
}

.errorPage_bg {
  margin: 48px 100px 88px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.errorPage_cnt {
  padding-top: 72px;
  max-width: 600px;
  margin: 0 auto;
}
.errorPage_cnt h2 {
  font-size: 48px;
  letter-spacing: -1.92px;
  font-family: "Karla-Bold";
  color: #000000;
  margin-bottom: 65px;
}
.errorPage_cnt .btn {
  margin: 0 auto;
  display: inline-flex;
}
@media (max-width: 1399.98px) {
  .errorPage_bg {
    margin: 24px 0px 80px;
  }
}
@media (max-width: 1199.98px) {
  .errorPage_bg {
    background-size: 100%;
  }
  .errorPage_cnt {
    padding-top: 40px;
  }
  .errorPage_cnt h2 {
    font-size: 35px;
    margin-bottom: 40px;
  }
  .errorPage_cnt img {
    width: 350px;
  }
}
@media (max-width: 991.98px) {
  .errorPage_cnt {
    padding-top: 30px;
  }
  .errorPage_cnt h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .errorPage_cnt img {
    width: 300px;
  }
}
@media (max-width: 767.98px) {
  .errorPage_cnt {
    padding-top: 30px;
  }
  .errorPage_cnt h2 {
    font-size: 24px;
  }
  .errorPage_cnt img {
    width: 250px;
  }
}
@media (max-width: 575.98px) {
  .errorPage_bg {
    background-size: contain;
  }
  .errorPage_inner {
    min-height: auto !important;
  }
  .errorPage_cnt {
    padding-top: 30px;
  }
  .errorPage_cnt img {
    width: 210px;
  }
  .errorPage_cnt h2 {
    margin-bottom: 80px;
  }
  .errorPage_cnt .btn {
    width: 100%;
  }
}

.noresultPage .vakantiesSec {
  background-color: #f5f5f5;
}
.noresultPage .errorPage_bg {
  min-height: 895px;
}
.noresultPage .errorPage_cnt {
  max-width: 440px;
}
.noresultPage p {
  margin: 24px 0px;
  font-size: 16px;
  color: #000000;
}
.noresultPage ul {
  margin-bottom: 40px;
  list-style-position: outside;
}
.noresultPage ul li {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -0.56px;
}
@media (max-width: 1399.98px) {
  .noresultPage .errorPage_bg {
    min-height: 600px;
    background-position: top;
    background-size: 69%;
  }
}
@media (max-width: 1199.98px) {
  .noresultPage .errorPage_bg {
    min-height: 500px;
    background-size: 80%;
  }
}
@media (max-width: 767.98px) {
  .noresultPage .errorPage_bg {
    min-height: 400px;
    background-size: 85%;
  }
  .noresultPage .errorPage_cnt {
    padding-top: 0px;
  }
  .noresultPage p, .noresultPage ul li {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .noresultPage .errorPage_bg {
    min-height: 350px;
    background-position: unset;
    background-size: 100%;
  }
  .noresultPage a {
    margin-bottom: 64px;
  }
  .noresultPage .vakantiesSec.py-88 {
    padding: 48px 0px;
  }
}

.destinationDetailsPage .detailBanner_inner {
  height: 240px;
}
.destinationDetailsPage .detailBanner_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 575.98px) {
  .destinationDetailsPage .detailBanner .container {
    padding: 0;
  }
}
@media (max-width: 1199.98px) {
  .destinationDetailsPage .detailBanner .detailBanner_inner {
    height: 200px;
  }
}
@media (max-width: 575.98px) {
  .destinationDetailsPage .detailBanner .detailBanner_inner {
    height: 240px;
    padding: 0px;
  }
  .destinationDetailsPage .detailBanner .detailBanner_inner img {
    border-radius: 0px;
  }
}
.destinationDetailsPage .destinationLocation h1 {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -1.92px;
}
.destinationDetailsPage .destinationLocation .map_container {
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .destinationDetailsPage .destinationLocation .map_container {
    height: 192px;
  }
}
.destinationDetailsPage .destinationLocation_right .destinationLocation_name {
  color: #778c91;
  margin-bottom: 24px;
  line-height: 24px;
  letter-spacing: -0.64px;
}
.destinationDetailsPage .destinationLocation_right .destinationLocation_name em {
  margin-right: 4px;
  font-size: 18px;
}
.destinationDetailsPage .destinationLocation_right p {
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .destinationDetailsPage .destinationLocation h1 {
    font-size: 32px;
    line-height: 1;
  }
}
@media (max-width: 767.98px) {
  .destinationDetailsPage .destinationLocation h1 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .destinationDetailsPage .destinationLocation.py-88 {
    padding-top: 24px;
  }
  .destinationDetailsPage .destinationLocation p {
    font-size: 14px;
  }
}
.destinationDetailsPage .vakantiesSec {
  background-color: #f5f5f5;
}
@media (max-width: 575.98px) {
  .destinationDetailsPage .vakantiesSec.py-88 {
    padding: 24px 0px;
  }
}
.destinationDetailsPage .destinationList .h-451 {
  height: auto;
}
@media (max-width: 575.98px) {
  .destinationDetailsPage .destinationList .h-451 {
    height: 212px;
  }
}
.destinationDetailsPage .destinationList_item {
  background-color: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.destinationDetailsPage .destinationList_item:not(:last-child) {
  margin-bottom: 88px;
}
.destinationDetailsPage .destinationList_item_left {
  padding: 40px;
}
.destinationDetailsPage .destinationList_item_left p {
  margin: 24px 0px;
}
.destinationDetailsPage .destinationList_item_right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.destinationDetailsPage .destinationList_item_right img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199.98px) {
  .destinationDetailsPage .destinationList_item:not(:last-child) {
    margin-bottom: 48px;
  }
  .destinationDetailsPage .destinationList_item_left {
    padding: 24px;
  }
  .destinationDetailsPage .destinationList_item_left p {
    font-size: 15px;
    margin: 15px 0px;
  }
}
@media (max-width: 767.98px) {
  .destinationDetailsPage .destinationList_item_right {
    width: 100%;
    height: 350px;
    position: relative;
  }
  .destinationDetailsPage .destinationList_item_right img {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .destinationDetailsPage .destinationList_item_right {
    height: 100%;
  }
}
.destinationDetailsPage .destinationInfo_item:not(:last-child) {
  margin-bottom: 88px;
}
.destinationDetailsPage .destinationInfo_item h3 {
  font-size: 16px;
}
.destinationDetailsPage .destinationInfo_item p {
  margin-bottom: 24px;
}
.destinationDetailsPage .destinationInfo_item ul {
  margin-bottom: 24px;
}
@media (max-width: 1199.98px) {
  .destinationDetailsPage .destinationInfo_item:not(:last-child) {
    margin-bottom: 48px;
  }
}
.destinationDetailsPage .gallerySec {
  background: #f5f5f5;
}
.destinationDetailsPage .gallerySec .row {
  margin-right: -16px;
  margin-left: -16px;
}
.destinationDetailsPage .gallerySec .pt-32 {
  padding-top: 32px;
}
.destinationDetailsPage .gallerySec .groepsaanvraag,
.destinationDetailsPage .gallerySec .families,
.destinationDetailsPage .gallerySec .off-pist {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.destinationDetailsPage .gallerySec .groepsaanvraag::after,
.destinationDetailsPage .gallerySec .families::after,
.destinationDetailsPage .gallerySec .off-pist::after {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  z-index: 0;
}
.destinationDetailsPage .gallerySec .groepsaanvraag:hover img,
.destinationDetailsPage .gallerySec .families:hover img,
.destinationDetailsPage .gallerySec .off-pist:hover img {
  transform: scale(1.1);
}
.destinationDetailsPage .gallerySec .groepsaanvraag img,
.destinationDetailsPage .gallerySec .families img,
.destinationDetailsPage .gallerySec .off-pist img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.destinationDetailsPage .gallerySec .imageText {
  font-size: 34px;
  font-family: "Karla-Bold";
  color: #ffffff;
  line-height: 1.2;
  position: absolute;
  bottom: 32px;
  left: 32px;
  letter-spacing: -0.8px;
  z-index: 1;
}
.destinationDetailsPage .gallerySec .imageText-md {
  bottom: 24px;
  left: 24px;
  font-size: 20px;
  line-height: 1.4;
}
.destinationDetailsPage .gallerySec .groepsaanvraag {
  height: 424px;
}
.destinationDetailsPage .gallerySec .families {
  height: 196px;
}
.destinationDetailsPage .gallerySec .off-pist {
  height: 244px;
}
@media (max-width: 1440px) {
  .destinationDetailsPage .gallerySec .groepsaanvraag {
    height: 417px;
  }
}
@media (max-width: 1399.98px) {
  .destinationDetailsPage .gallerySec .row {
    margin-right: -12px;
    margin-left: -12px;
  }
  .destinationDetailsPage .gallerySec .pt-32 {
    padding-top: 24px;
  }
  .destinationDetailsPage .gallerySec .imageText {
    font-size: 28px;
  }
  .destinationDetailsPage .gallerySec .imageText-md {
    font-size: 18px;
  }
  .destinationDetailsPage .gallerySec .groepsaanvraag {
    height: 418px;
  }
}
@media (max-width: 991.98px) {
  .destinationDetailsPage .gallerySec .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  .destinationDetailsPage .gallerySec .pt-32 {
    padding-top: 16px;
  }
  .destinationDetailsPage .gallerySec .families {
    height: 160px;
  }
  .destinationDetailsPage .gallerySec .groepsaanvraag {
    height: 336px;
  }
  .destinationDetailsPage .gallerySec .imageText {
    font-size: 20px;
  }
  .destinationDetailsPage .gallerySec .imageText-md {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .destinationDetailsPage .gallerySec.py-88 {
    padding: 48px 0px;
  }
  .destinationDetailsPage .gallerySec .families {
    height: 118px;
  }
  .destinationDetailsPage .gallerySec .groepsaanvraag {
    height: 250px;
  }
  .destinationDetailsPage .gallerySec .imageText {
    bottom: 24px;
    left: 24px;
  }
  .destinationDetailsPage .gallerySec .imageText-md {
    bottom: 16px;
    left: 16px;
  }
}
.destinationDetailsPage .ucpaAccommodation {
  background-attachment: fixed;
}
.destinationDetailsPage .ucpaAccommodation .tel, .destinationDetailsPage .ucpaAccommodation .mailto {
  color: #000000;
}
.destinationDetailsPage .ucpaAccommodation .mailto {
  text-decoration: underline;
}
.destinationDetailsPage .gridsection_cnt {
  padding: 16px;
}

.checkoutSec_inner {
  max-width: 1040px;
  margin: 0 auto 50px;
}
.checkoutSec_img {
  width: 64px;
  height: 64px;
}
.checkoutSec_img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.checkoutSec_list {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #c9d1d3;
}
.checkoutSec_list span, .checkoutSec_list p {
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.checkoutSec_list p {
  width: 55%;
}
.checkoutSec_list span {
  width: 35%;
}
.checkoutSec_right {
  padding: 32px 24px;
  max-width: 432px;
  width: 100%;
  height: 100%;
  box-shadow: 0px 4px 8px 0px rgba(38, 50, 56, 0.0784313725);
  border: 1px solid #c9d1d3;
  border-radius: 8px;
  box-shadow: 0px 4px 8px 0px rgba(38, 50, 56, 0.08);
}
.checkoutSec_right h3 {
  font-size: 20px;
  line-height: 1.4;
  font-family: "Karla-Bold";
  border-bottom: 1px solid #c9d1d3;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.checkoutSec_right h4 {
  font-size: 16px;
  color: #333333;
  font-family: "Karla-Bold";
  line-height: 1.5;
  letter-spacing: -0.64px;
}
.checkoutSec_right .common_list_item em {
  color: #00a6c6;
  font-size: 12px;
  padding-right: 5px;
}
.checkoutSec_left {
  max-width: 432px;
  width: 100%;
}
.checkoutSec_left button {
  width: 100%;
}
.checkoutSec_left h3, .checkoutSec_left p, .checkoutSec_left h4 {
  font-size: 16px;
  font-family: "Karla-Bold";
  line-height: 1.5;
  letter-spacing: -0.64px;
  margin-bottom: 8px;
}
.checkoutSec_left h4 {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #c9d1d3;
}
.checkoutSec_left p {
  font-family: "Karla-Regular";
  margin-bottom: 24px;
}
.checkoutSec_left .nav-link {
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: -0.48px;
  color: #000000;
  padding: 0px;
  text-align: left;
  flex: inherit;
}
.checkoutSec_left .nav-link:not(:last-child) {
  padding-right: 32px;
}
.checkoutSec_left .nav-link.active {
  color: #000000;
  background: none;
}
.checkoutSec_left .nav-link div {
  width: 32px;
  height: 32px;
  font-size: 16px;
  border: 1px solid #181818;
  border-radius: 50%;
  color: #181818;
  line-height: 1.5;
  font-family: "Karla-Bold";
}
.checkoutSec_left .nav-link.active div {
  background-color: #e81d00;
  color: #ffffff;
  border-color: #e81d00;
}
.checkoutSec_left .nav-link.active.done em {
  display: none !important;
}
.checkoutSec_left .nav-link.active.done span {
  display: block !important;
}
.checkoutSec_left .nav-link.done div {
  background-color: #e81d00;
  color: #ffffff;
  border-color: #e81d00;
}
.checkoutSec_left .nav-link.done em {
  display: block !important;
}
.checkoutSec_left .nav-link.done span {
  display: none;
}
.checkoutSec_left h2 {
  font-size: 20px;
  line-height: 1.4;
  font-family: "Karla-Bold";
  color: #000000;
  letter-spacing: -0.8px;
  margin: 40px 0px 24px 0px;
}
.checkoutSec_left ul {
  list-style-position: inside;
}
.checkoutSec_left .tab_payment {
  border: 1px solid #adbabd;
  padding: 14px 16px;
  border-radius: 4px;
}
.checkoutSec_left .tab_payment .select2-container--open .select2-dropdown .select2-results__option {
  border-bottom: 1px solid #778C91;
}
.checkoutSec_left .tab_overview {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #adbabd;
}
.checkoutSec_left .tab_overview a em {
  font-size: 20px;
}
.checkoutSec_left .brdbottom {
  border-bottom: 1px solid #c9d1d3;
  margin-top: 24px;
  padding-top: 24px;
}
.checkoutSec textarea {
  width: 100%;
  height: 120px;
  padding: 12px;
  border-color: #c9d1d3;
  border-radius: 4px;
}
.checkoutSec_purchase {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #c9d1d3;
}
.checkoutSec_purchase h2 {
  font-size: 34px;
  font-family: "Karla-Bold";
  line-height: 1.3;
  letter-spacing: -1.36px;
  margin-bottom: 40px;
}
.checkoutSec .tab_payment .form-check-input[type=radio] ~ .form-check-label {
  padding-left: 24px;
}
.checkoutSec .tab_payment .form-check-input[type=radio] ~ .form-check-label:before {
  width: 16px;
  height: 16px;
  top: 4px;
}
.checkoutSec .tab_payment .form-check-input[type=radio] ~ .form-check-label:after {
  left: 3px;
  top: 7px;
  width: 10px;
  height: 10px;
}
.checkoutSec .tab_payment .form-check-input[type=radio]:checked ~ .form-check-label:after {
  left: 3px;
  top: 7px;
  width: 10px;
  height: 10px;
}
@media (max-width: 1399.98px) {
  .checkoutSec_left h2 {
    margin: 0px 0px 15px 0px;
  }
  .checkoutSec_right {
    margin-top: 0px !important;
  }
}
@media (max-width: 1199.98px) {
  .checkoutSec {
    padding-top: 80px;
  }
  .checkoutSec_purchase h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .checkoutSec {
    padding-top: 40px;
  }
  .checkoutSec_left {
    max-width: 365px;
    margin-right: 20px;
  }
  .checkoutSec_left h2 {
    font-size: 18px;
  }
  .checkoutSec_left h4 {
    padding-top: 32px;
    margin-top: 32px;
  }
  .checkoutSec_right {
    padding: 24px 20px;
    max-width: 365px;
  }
  .checkoutSec_right h4 {
    font-size: 14px;
  }
  .checkoutSec_right h3 {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .checkoutSec_right .common_list_item {
    font-size: 14px;
  }
  .checkoutSec_list p, .checkoutSec span {
    font-size: 14px;
  }
  .checkoutSec_list span {
    width: 30%;
  }
  .checkoutSec_list p {
    width: 70%;
  }
  .checkoutSec .bookingSec_label {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .checkoutSec {
    padding-top: 0px;
  }
  .checkoutSec .form-group .form-control {
    height: 46px;
  }
  .checkoutSec_purchase h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .checkoutSec.pt-80 {
    padding-top: 0px;
  }
  .checkoutSec_left {
    max-width: 100%;
    margin-right: 0px;
    margin-top: 40px;
  }
  .checkoutSec_left h2 {
    font-size: 16px;
  }
  .checkoutSec_left .nav-link div {
    width: 24px;
    height: 24px;
  }
  .checkoutSec_left p, .checkoutSec_left h3, .checkoutSec_left h4 {
    font-size: 14px;
  }
  .checkoutSec_left .link-btn {
    font-size: 14px;
  }
  .checkoutSec_right {
    border-radius: 0px;
    border: none;
    max-width: 100%;
    height: auto;
  }
  .checkoutSec .nav {
    margin-bottom: 40px;
  }
  .checkoutSec .dropdown-toggle {
    width: 100%;
    height: 54px;
    background-color: #f5f5f5;
    border-radius: 0px;
    font-size: 14px;
    font-family: "Karla-Bold";
    border-bottom: 1px solid #adbabd;
    padding: 16px 20px;
  }
  .checkoutSec .dropdown-toggle span {
    right: 56px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Karla-Regular";
  }
  .checkoutSec .dropdown-toggle.show::after, .checkoutSec .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(180deg);
  }
  .checkoutSec .dropdown-toggle:after {
    border: none;
    content: "\e912";
    font-family: "icomoon";
    color: #181818;
    transition: all 0.5s;
  }
  .checkoutSec .dropdown-toggle:active {
    border: none;
  }
  .checkoutSec .dropdown-toggle:focus {
    border: none;
  }
}
@media (max-width: 575.98px) {
  .checkoutSec .tab_payment .form-check-input[type=radio] ~ .form-check-label:before {
    top: 1px;
  }
  .checkoutSec .tab_payment .form-check-input[type=radio] ~ .form-check-label:after {
    top: 4px;
  }
  .checkoutSec .tab_payment .form-check-input[type=radio]:checked ~ .form-check-label:after {
    top: 4px;
  }
  .checkoutSec_left .nav-link {
    font-size: 10px;
  }
  .checkoutSec_left .nav-link:not(:last-child) {
    padding-right: 16px;
  }
}

@media (max-width: 767.98px) {
  .accountCheckoutPage .tab_payment .checkoutSec_list {
    max-width: 100%;
    padding: 0px 31px;
  }
}
@media (max-width: 360px) {
  .accountCheckoutPage .tab_payment .checkoutSec_list {
    padding: 0px;
  }
}

.blogpage .commonHead {
  margin: 40px 0px;
}
.blogpage .blogCard_img {
  border-radius: 8px;
  width: 100%;
  height: 275px;
  overflow: hidden;
}
.blogpage .blogCard_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogpage .blogCard_cnt {
  padding: 16px 0px;
}
.blogpage .blogCard_cnt h3 {
  font-size: 20px;
  line-height: 1.4;
  font-family: "Karla-Bold";
  color: #181818;
  letter-spacing: -0.8px;
  margin: 16px 0px;
}
.blogpage .blogCard_cnt p {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 24px;
}
.blogpage .blogCard_cnt .btn {
  padding: 12px 32px;
  display: inline-flex;
}
.blogpage .pagination {
  margin: 45px 0px 120px;
}
@media (max-width: 1199.98px) {
  .blogpage .pagination {
    margin: 30px 0px 60px;
  }
  .blogpage .commonHead {
    margin: 24px 0px;
  }
  .blogpage .blogCard_cnt h3 {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .blogpage .blogCard_cnt h3 {
    margin: 12px 0px;
    font-size: 16px;
  }
  .blogpage .blogCard_cnt p {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .blogpage .blogCard_img {
    height: 200px;
  }
  .blogpage .commonHead {
    margin: 8px 0px 24px;
  }
}
@media (max-width: 767.98px) {
  .blogpage .nav-link {
    font-size: 14px;
  }
  .blogpage .blogCard_cnt h3 {
    margin: 16px 0px 8px;
  }
}
@media (max-width: 575.98px) {
  .blogpage .blogCard_img {
    height: 230px;
  }
  .blogpage .blogCard_cnt {
    padding: 16px 0px 28px;
  }
  .blogpage .blogCard_cnt p {
    letter-spacing: -0.56px;
  }
  .blogpage .blogCard_cnt h3 {
    letter-spacing: -0.64px;
  }
  .blogpage .pagination {
    margin: 30px 0px 0px;
  }
}

.searchPage {
  padding-top: 60px;
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .searchPage .container {
    max-width: 836px;
  }
}
.searchPage .formBox {
  position: relative;
  margin-bottom: 30px;
}
.searchPage .formBox input {
  padding: 17px 50px 17px 25px;
  font-family: "Karla-Medium";
  color: #0f1f28;
  border-color: #CCCCCC;
}
.searchPage .formBox input:focus, .searchPage .formBox input:focus-visible {
  box-shadow: none;
  outline: none;
  border-color: #e81d00;
}
.searchPage .formBox .btn {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 0;
  height: 100%;
  font-size: 22px;
  color: #000000;
  border: none;
}
.searchPage .nav {
  overflow-x: auto;
  position: relative;
  padding-bottom: 5px;
}
.searchPage .nav::before {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  border-radius: 1px;
}
.searchPage .nav-item {
  position: relative;
}
.searchPage .nav-item::before {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  border-radius: 1px;
}
.searchPage .nav-link {
  font-family: "Karla-Medium";
  color: #0f1f28;
  margin-bottom: 0;
  padding: 0px 20px 12px;
  border-radius: 0;
  white-space: nowrap;
}
.searchPage .nav-link.active {
  font-family: "Karla-Regular";
  color: #0f1f28;
  position: relative;
}
.searchPage .nav-link.active::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e81d00;
  border-radius: 2px;
  z-index: 1;
}
.searchPage .tab-content {
  padding-top: 30px;
}
.searchPage .searchList:not(:last-child) {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.searchPage .searchList h2 {
  font-size: 16px;
  font-family: "Karla-Medium";
  margin-bottom: 16px;
}
.searchPage .searchCard:not(:last-child) {
  margin-bottom: 20px;
}
.searchPage .searchCard_img {
  width: 148px;
  height: 138px;
  border-radius: 10px;
  overflow: hidden;
}
.searchPage .searchCard_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.searchPage .searchCard_cnt {
  padding-left: 20px;
}
.searchPage .searchCard_cnt h3 {
  font-size: 20px;
  font-family: "Karla-Regular";
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  text-overflow: ellipsis;
}
.searchPage .searchCard_cnt h3 a {
  color: #0f1f28;
}
.searchPage .searchCard_cnt p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  text-overflow: ellipsis;
}
.searchPage .searchCard_cnt .link {
  line-height: normal;
  color: #e81d00;
  font-family: "Karla-Medium";
}
.searchPage .searchCard_cnt .link em {
  font-size: 12px;
  margin-left: 8px;
  transition: 0.3s ease-in-out;
}
.searchPage .searchCard_cnt .link:hover em {
  margin-left: 12px;
}
@media (max-width: 1399.98px) {
  .searchPage {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .searchPage .formBox {
    margin-bottom: 20px;
  }
  .searchPage .formBox input {
    padding: 12px 40px 12px 15px;
    font-size: 14px;
  }
  .searchPage .formBox .btn {
    font-size: 18px;
    right: 5px;
  }
  .searchPage .tab-content {
    padding-top: 20px;
  }
  .searchPage .searchList:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
  .searchPage .searchCard_cnt h3 {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .searchPage .nav-link {
    font-size: 14px;
  }
  .searchPage .searchList h2 {
    font-size: 14px;
  }
  .searchPage .searchCard:not(:last-child) {
    margin-bottom: 15px;
  }
  .searchPage .searchCard_img {
    width: 130px;
    height: 120px;
  }
  .searchPage .searchCard_cnt {
    padding-left: 15px;
  }
  .searchPage .searchCard_cnt h3 {
    font-size: 16px;
  }
  .searchPage .searchCard_cnt p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .searchPage .searchCard_cnt .link {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .searchPage {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .searchPage .formBox {
    margin-bottom: 12px;
  }
  .searchPage .formBox input {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .searchPage .nav-link {
    padding-bottom: 8px;
  }
  .searchPage .tab-content {
    padding-top: 12px;
  }
  .searchPage .searchList h2 {
    margin-bottom: 8px;
  }
  .searchPage .searchCard:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .searchPage .nav-item {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .searchPage .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
  .searchPage .searchList:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
  .searchPage .searchCard_img {
    width: 110px;
    height: 100px;
  }
  .searchPage .searchCard_cnt {
    padding-left: 10px;
  }
  .searchPage .searchCard_cnt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    text-overflow: ellipsis;
  }
}

.sportLandingPage .detailBanner_inner {
  max-width: 1384px;
  padding: 0px 12px;
  margin: 0 auto;
  height: 240px;
}
.sportLandingPage .detailBanner_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 575.98px) {
  .sportLandingPage .detailBanner .container {
    padding: 0;
  }
}
@media (max-width: 1399.98px) {
  .sportLandingPage .detailBanner_inner {
    max-width: 1200px;
  }
}
@media (max-width: 1199.98px) {
  .sportLandingPage .detailBanner .detailBanner_inner {
    height: 200px;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .sportLandingPage .detailBanner .detailBanner_inner {
    height: 240px;
    padding: 0px;
  }
  .sportLandingPage .detailBanner .detailBanner_inner img {
    border-radius: 0px;
  }
}
.sportLandingPage .aboutDestination_right .aboutDestination_name {
  color: #778c91;
  margin-bottom: 24px;
}
.sportLandingPage .aboutDestination_right .aboutDestination_name em {
  margin-right: 4px;
  font-size: 18px;
}
.sportLandingPage .aboutDestination_right p {
  font-size: 16px;
  line-height: 24px;
}
.sportLandingPage .aboutDestination_right .btn {
  margin-top: 15px;
}
@media (max-width: 575.98px) {
  .sportLandingPage .aboutDestination p {
    font-size: 14px;
  }
}
.sportLandingPage .impInfo_inner {
  background-color: #f5f5f5;
  max-width: 1360px;
  margin: 0 auto;
  padding: 64px;
}
.sportLandingPage .impInfo_inner .commonHead_heading {
  font-size: 24px;
  margin-bottom: 16px;
}
.sportLandingPage .impInfo_inner ul {
  padding-left: 20px;
  margin-bottom: 24px;
  max-width: 486px;
  font-size: 15px;
}
.sportLandingPage .impInfo_right img {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .sportLandingPage .impInfo_inner {
    padding: 34px 20px;
    max-width: 100%;
    border-radius: 8px;
  }
}
@media (max-width: 575.98px) {
  .sportLandingPage .impInfo_right img {
    height: 166px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sportLandingPage .ucpaWeek_wrapper {
  margin: 16px 0px;
}
.sportLandingPage .ucpaWeek_box {
  background-color: #ccedf4;
  padding: 32px;
  border-radius: 8px;
  height: 100%;
}
.sportLandingPage .ucpaWeek_box span {
  display: block;
  font-size: 34px;
  margin-bottom: 16px;
}
.sportLandingPage .ucpaWeek_box p {
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .sportLandingPage .ucpaWeek .impInfo_inner ul {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .sportLandingPage .ucpaWeek_box {
    padding: 24px;
  }
  .sportLandingPage .ucpaWeek_box span {
    font-size: 20px;
  }
}
.sportLandingPage .ucpaWeekSlider .swiper-slide {
  height: auto;
}
.sportLandingPage .sportsImg {
  background-color: #f5f5f5;
}
.sportLandingPage .sportsImg .sportsImgSlider .swiper-slide img {
  width: 100%;
}
.sportLandingPage .sportsImg .sportsImgSlider .swiper-button-next:after, .sportLandingPage .sportsImg .sportsImgSlider .swiper-button-prev:after {
  display: none;
}
.sportLandingPage .sportsImg .sportsImgSlider .swiper-button-next em, .sportLandingPage .sportsImg .sportsImgSlider .swiper-button-prev em {
  color: #000000;
}
.sportLandingPage .sportsImg .sportsImgSlider_caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 15px;
}
.sportLandingPage .sportsImg .sportsImgSlider_caption h3 {
  font-size: 48px;
  margin-bottom: 24px;
}
.sportLandingPage .sportsImg .sportsImgSlider_caption p {
  margin-bottom: 32px;
}
.sportLandingPage .sportsImg .sportsImgSlider .swiper-button-next {
  right: 40px;
}
.sportLandingPage .sportsImg .sportsImgSlider .swiper-button-prev {
  left: 40px;
}
.sportLandingPage .sportsImg .sportsImgSlider .swiper-pagination {
  bottom: 40px;
  line-height: 0;
}
.sportLandingPage .sportsImg .sportsImgSlider .swiper-pagination-bullet {
  background-color: #E81D00;
}
@media (max-width: 1399.98px) {
  .sportLandingPage .sportsImg .sportsImgSlider .swiper-slide img {
    height: 520px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sportLandingPage .sportsImg .sportsImgSlider_caption h3 {
    font-size: 38px;
    margin-bottom: 15px;
  }
  .sportLandingPage .sportsImg .sportsImgSlider_caption p {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .sportLandingPage .sportsImg .sportsImgSlider .swiper-button-next, .sportLandingPage .sportsImg .sportsImgSlider .swiper-button-prev {
    display: none;
  }
  .sportLandingPage .sportsImg .sportsImgSlider_caption h3 {
    font-size: 24px;
  }
}
.sportLandingPage .faq {
  background-attachment: fixed;
}
.sportLandingPage .faq .tel, .sportLandingPage .faq .mailto {
  color: #000000;
}
.sportLandingPage .faq .mailto {
  text-decoration: underline;
}

.searchPage {
  padding-top: 60px;
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .searchPage .container {
    max-width: 836px;
  }
}
.searchPage .formBox {
  position: relative;
  margin-bottom: 30px;
}
.searchPage .formBox input {
  padding: 17px 50px 17px 25px;
  font-family: "Karla-Medium";
  color: #0f1f28;
  border-color: #CCCCCC;
}
.searchPage .formBox input:focus, .searchPage .formBox input:focus-visible {
  box-shadow: none;
  outline: none;
  border-color: #e81d00;
}
.searchPage .formBox .btn {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 0;
  height: 100%;
  font-size: 22px;
  color: #000000;
  border: none;
}
.searchPage .nav {
  overflow-x: auto;
  position: relative;
  padding-bottom: 5px;
}
.searchPage .nav::before {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  border-radius: 1px;
}
.searchPage .nav-item {
  position: relative;
}
.searchPage .nav-item::before {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  border-radius: 1px;
}
.searchPage .nav-link {
  font-family: "Karla-Medium";
  color: #0f1f28;
  margin-bottom: 0;
  padding: 0px 20px 12px;
  border-radius: 0;
  white-space: nowrap;
}
.searchPage .nav-link.active {
  font-family: "Karla-Regular";
  color: #0f1f28;
  position: relative;
}
.searchPage .nav-link.active::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e81d00;
  border-radius: 2px;
  z-index: 1;
}
.searchPage .tab-content {
  padding-top: 30px;
}
.searchPage .searchList:not(:last-child) {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.searchPage .searchList h2 {
  font-size: 16px;
  font-family: "Karla-Medium";
  margin-bottom: 16px;
}
.searchPage .searchCard:not(:last-child) {
  margin-bottom: 20px;
}
.searchPage .searchCard_img {
  width: 148px;
  height: 138px;
  border-radius: 10px;
  overflow: hidden;
}
.searchPage .searchCard_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.searchPage .searchCard_cnt {
  padding-left: 20px;
}
.searchPage .searchCard_cnt h3 {
  font-size: 20px;
  font-family: "Karla-Regular";
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  text-overflow: ellipsis;
}
.searchPage .searchCard_cnt h3 a {
  color: #0f1f28;
}
.searchPage .searchCard_cnt p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  text-overflow: ellipsis;
}
.searchPage .searchCard_cnt .link {
  line-height: normal;
  color: #e81d00;
  font-family: "Karla-Medium";
}
.searchPage .searchCard_cnt .link em {
  font-size: 12px;
  margin-left: 8px;
  transition: 0.3s ease-in-out;
}
.searchPage .searchCard_cnt .link:hover em {
  margin-left: 12px;
}
@media (max-width: 1399.98px) {
  .searchPage {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .searchPage .formBox {
    margin-bottom: 20px;
  }
  .searchPage .formBox input {
    padding: 12px 40px 12px 15px;
    font-size: 14px;
  }
  .searchPage .formBox .btn {
    font-size: 18px;
    right: 5px;
  }
  .searchPage .tab-content {
    padding-top: 20px;
  }
  .searchPage .searchList:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
  .searchPage .searchCard_cnt h3 {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .searchPage .nav-link {
    font-size: 14px;
  }
  .searchPage .searchList h2 {
    font-size: 14px;
  }
  .searchPage .searchCard:not(:last-child) {
    margin-bottom: 15px;
  }
  .searchPage .searchCard_img {
    width: 130px;
    height: 120px;
  }
  .searchPage .searchCard_cnt {
    padding-left: 15px;
  }
  .searchPage .searchCard_cnt h3 {
    font-size: 16px;
  }
  .searchPage .searchCard_cnt p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .searchPage .searchCard_cnt .link {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .searchPage {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .searchPage .formBox {
    margin-bottom: 12px;
  }
  .searchPage .formBox input {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .searchPage .nav-link {
    padding-bottom: 8px;
  }
  .searchPage .tab-content {
    padding-top: 12px;
  }
  .searchPage .searchList h2 {
    margin-bottom: 8px;
  }
  .searchPage .searchCard:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .searchPage .nav-item {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .searchPage .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
  .searchPage .searchList:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
  .searchPage .searchCard_img {
    width: 110px;
    height: 100px;
  }
  .searchPage .searchCard_cnt {
    padding-left: 10px;
  }
  .searchPage .searchCard_cnt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    text-overflow: ellipsis;
  }
}

.groupoverviewPage .commonHead_heading span {
  font-size: 20px;
}
.groupoverviewPage .grouppricesFamily {
  background-color: #f5f5f5;
}
.groupoverviewPage .grouppricesFamily_list:not(:last-child) {
  margin-bottom: 40px;
}
.groupoverviewPage .grouppricesFamily table {
  border-color: #778C91;
  border-radius: 8px;
  white-space: nowrap;
}
.groupoverviewPage .grouppricesFamily table thead tr th {
  padding: 12px 16px;
  font-size: 12px;
  font-family: "Karla-Bold";
  line-height: 20px;
  letter-spacing: -0.48px;
  color: #181818;
}
.groupoverviewPage .grouppricesFamily table thead tr th:first-child {
  border-top-left-radius: 8px;
}
.groupoverviewPage .grouppricesFamily table thead tr th:last-child {
  border-top-right-radius: 8px;
}
.groupoverviewPage .grouppricesFamily table tbody tr td {
  padding: 12px 16px;
  font-size: 12px;
  font-family: "Karla-Regular";
  line-height: 20px;
  letter-spacing: -0.48px;
  color: #181818;
}
@media (max-width: 1199.98px) {
  .groupoverviewPage .grouppricesFamily_list:not(:last-child) {
    margin-bottom: 25px;
  }
}
.groupoverviewPage .overviewBanner_inner {
  max-width: 1384px;
  padding: 0px 12px;
  height: 296px;
  border-radius: 8px;
  margin: 0 auto;
  position: relative;
}
.groupoverviewPage .overviewBanner_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1399.98px) {
  .groupoverviewPage .overviewBanner_inner {
    max-width: 1200px;
  }
}
@media (max-width: 1199.98px) {
  .groupoverviewPage .overviewBanner_inner {
    max-width: 100%;
  }
}
.groupoverviewPage .overviewBanner_slider {
  position: absolute;
  width: calc(100% - 24px);
  padding: 16px 10px;
  border-radius: 0px 0px 8px 8px;
  background-color: rgba(0, 166, 198, 0.8);
  font-family: "Karla-Bold";
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -0.56px;
  color: #ffffff;
}
.groupoverviewPage .overviewBanner_slider em {
  color: #ffffff;
  margin-right: 8px;
  font-size: 24px;
  font-family: "Karla-Regular";
}
@media (max-width: 1199.98px) {
  .groupoverviewPage .overviewBanner .overviewBanner_inner {
    height: 250px;
  }
}
@media (max-width: 991.98px) {
  .groupoverviewPage .overviewBanner .overviewBanner_inner {
    height: 200px;
  }
  .groupoverviewPage .overviewBanner_slider {
    padding: 10px;
  }
}
@media (max-width: 575.98px) {
  .groupoverviewPage .overviewBanner .overviewBanner_inner {
    height: 280px;
    padding: 0px;
  }
  .groupoverviewPage .overviewBanner .overviewBanner_inner img {
    border-radius: 0px;
  }
  .groupoverviewPage .overviewBanner_slider {
    padding: 8px 10px;
    width: calc(100% - 0px);
  }
  .groupoverviewPage .overviewBanner_inner, .groupoverviewPage .overviewBanner_slider {
    border-radius: 0px;
  }
}
.groupoverviewPage .overvieWintersport .commonHead_heading {
  font-size: 48px;
  line-height: 1.16;
}
.groupoverviewPage .overvieWintersport p {
  margin-bottom: 24px;
  color: #181818;
}
@media (max-width: 1399.98px) {
  .groupoverviewPage .overvieWintersport .commonHead_heading {
    font-size: 38px;
  }
}
@media (max-width: 1199.98px) {
  .groupoverviewPage .overvieWintersport .commonHead_heading {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .groupoverviewPage .overvieWintersport .commonHead_heading {
    font-size: 24px;
  }
  .groupoverviewPage .overvieWintersport p {
    margin-bottom: 16px;
  }
}
@media (max-width: 575.98px) {
  .groupoverviewPage .overvieWintersport.py-88 {
    padding-top: 24px;
  }
}
.groupoverviewPage .destinationsSec_slider {
  margin: 0px 116px;
}
.groupoverviewPage .destinationsSec_img {
  height: 208px;
}
@media (max-width: 1399px) {
  .groupoverviewPage .destinationsSec_img {
    height: 180px;
  }
}
@media (max-width: 1199.98px) {
  .groupoverviewPage .destinationsSec_slider {
    margin: 0px;
  }
}
.groupoverviewPage .gallerySec {
  background: #f5f5f5;
}
.groupoverviewPage .gallerySec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.groupoverviewPage .gallerySec .pt-32 {
  padding-top: 32px;
}
.groupoverviewPage .gallerySec .groepsaanvraag {
  height: 424px;
}
.groupoverviewPage .gallerySec .families {
  height: 196px;
}
.groupoverviewPage .gallerySec .groepsaanvraag, .groupoverviewPage .gallerySec .families {
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .groupoverviewPage .gallerySec .groepsaanvraag {
    height: 417px;
  }
  .groupoverviewPage .gallerySec .pt-32 {
    padding-top: 24px;
  }
}
@media (max-width: 1199.98px) {
  .groupoverviewPage .gallerySec .groepsaanvraag {
    height: 324px;
  }
  .groupoverviewPage .gallerySec .families {
    height: 150px;
  }
}
@media (max-width: 991.98px) {
  .groupoverviewPage .gallerySec .groepsaanvraag {
    height: 316px;
  }
  .groupoverviewPage .gallerySec .pt-32 {
    padding-top: 16px;
  }
}
@media (max-width: 575.98px) {
  .groupoverviewPage .gallerySec .groepsaanvraag {
    height: 204px;
  }
  .groupoverviewPage .gallerySec .families {
    height: 94px;
  }
  .groupoverviewPage .gallerySec .pt-32 {
    padding-top: 16px;
  }
}
@media (max-width: 575.98px) {
  .groupoverviewPage .py-88 {
    padding: 48px 0px;
  }
  .groupoverviewPage .btn {
    font-size: 15px;
  }
}
.groupoverviewPage_backbtn {
  max-width: 932px;
  padding: 0px 16px;
  margin: 0 auto;
  padding: 40px 16px 15px;
  background: #fff;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 1;
}
.groupoverviewPage_backbtn a {
  color: #181818;
}
@media (max-width: 1199.98px) {
  .groupoverviewPage_backbtn {
    max-width: 836px;
  }
}
@media (max-width: 575.98px) {
  .groupoverviewPage_backbtn {
    padding: 20px 20px;
  }
}
.groupoverviewPage-gallery .gallerySec {
  background-color: #ffffff;
}
.groupoverviewPage-gallery .gallerySec_inner {
  padding: 0px 230px;
}
.groupoverviewPage-gallery .gallerySec .groepsaanvraag {
  height: 392px;
}
.groupoverviewPage-gallery .gallerySec .families {
  height: 180px;
}
.groupoverviewPage-gallery .gallerySec .groepsaanvraag:hover img, .groupoverviewPage-gallery .gallerySec .families:hover img {
  transform: none;
}
@media (max-width: 1440px) {
  .groupoverviewPage-gallery .gallerySec {
    padding-top: 88px;
  }
  .groupoverviewPage-gallery .gallerySec_inner {
    padding: 0px;
    margin: 0 auto;
    max-width: 900px;
  }
}
@media (max-width: 1199.98px) {
  .groupoverviewPage-gallery .gallerySec_inner {
    max-width: 800px;
  }
}
@media (max-width: 991.98px) {
  .groupoverviewPage-gallery .gallerySec_inner {
    padding: 0px;
  }
}
@media (max-width: 575.98px) {
  .groupoverviewPage-gallery .py-88 {
    padding: 75px 0px 30px;
  }
}
.groupoverviewPage .destinationList .h-451 {
  height: auto;
}
@media (max-width: 575.98px) {
  .groupoverviewPage .destinationList .h-451 {
    height: 212px;
  }
}
.groupoverviewPage .destinationList .h-520 {
  height: auto;
}
@media (max-width: 575.98px) {
  .groupoverviewPage .destinationList .h-520 {
    height: 212px;
  }
}
.groupoverviewPage .destinationList .h-590 {
  height: auto;
}
@media (max-width: 575.98px) {
  .groupoverviewPage .destinationList .h-590 {
    height: 212px;
  }
}
.groupoverviewPage .destinationList_item {
  background-color: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.groupoverviewPage .destinationList_item:not(:last-child) {
  margin-bottom: 88px;
}
.groupoverviewPage .destinationList_item_left {
  padding: 40px;
  color: #181818;
}
.groupoverviewPage .destinationList_item_left .title {
  font-size: 24px;
  margin-bottom: 24px;
  color: #333333;
}
.groupoverviewPage .destinationList_item_left .title a {
  color: #333333;
}
.groupoverviewPage .destinationList_item_left li {
  color: #181818;
}
.groupoverviewPage .destinationList_item_left li:not(:last-child) {
  margin-bottom: 8px;
}
.groupoverviewPage .destinationList_item_left li em {
  color: #00a6c6;
  margin-right: 10px;
  font-size: 15px;
  margin-top: 5px;
}
.groupoverviewPage .destinationList_item_right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.groupoverviewPage .destinationList_item_right img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199.98px) {
  .groupoverviewPage .destinationList_item:not(:last-child) {
    margin-bottom: 48px;
  }
  .groupoverviewPage .destinationList_item_left {
    padding: 24px;
  }
  .groupoverviewPage .destinationList_item_left .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .groupoverviewPage .destinationList_item_left li {
    font-size: 15px;
  }
  .groupoverviewPage .destinationList_item_left li:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media (max-width: 767.98px) {
  .groupoverviewPage .destinationList_item_right {
    width: 100%;
    height: 350px;
    position: relative;
  }
  .groupoverviewPage .destinationList_item_right img {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .groupoverviewPage .destinationList_item_left .title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .groupoverviewPage .destinationList_item_left li {
    font-size: 14px;
  }
  .groupoverviewPage .destinationList_item_right {
    height: 100%;
  }
}
.groupoverviewPage .ucpaWeek_wrapper {
  margin: 16px 0px;
}
.groupoverviewPage .ucpaWeek_wrapper-timetable .ucpaWeek_box {
  background-color: #f5f5f5;
}
.groupoverviewPage .ucpaWeek_box {
  background-color: #ccedf4;
  padding: 32px;
  border-radius: 8px;
  height: 100%;
  color: #181818;
}
.groupoverviewPage .ucpaWeek_box > span {
  display: block;
  font-size: 34px;
  margin-bottom: 16px;
}
.groupoverviewPage .ucpaWeek_box_left {
  width: 95px;
  margin-right: 16px;
}
.groupoverviewPage .ucpaWeek_box_left .start_time, .groupoverviewPage .ucpaWeek_box_left .end_time {
  min-width: 38px;
  display: inline-block;
}
.groupoverviewPage .ucpaWeek_box_right {
  width: calc(100% - 111px);
}
@media (max-width: 575.98px) {
  .groupoverviewPage .ucpaWeek_box {
    padding: 24px;
  }
  .groupoverviewPage .ucpaWeek_box > span {
    font-size: 20px;
  }
  .groupoverviewPage .ucpaWeek_box_left {
    width: 80px;
    margin-right: 10px;
  }
  .groupoverviewPage .ucpaWeek_box_left .start_time, .groupoverviewPage .ucpaWeek_box_left .end_time {
    min-width: 33px;
  }
  .groupoverviewPage .ucpaWeek_box_right {
    width: calc(100% - 90px);
  }
}
@media (max-width: 575.98px) {
  .groupoverviewPage .bg-pattern {
    background-image: none;
  }
}
.groupoverviewPage.sportsFamily .skiCourse .card-header {
  padding: 24px;
  font-size: 16px;
  letter-spacing: -0.64px;
  min-height: 97px;
}
.groupoverviewPage.sportsFamily .skiCourse .card-body {
  padding: 16px 24px 24px;
}
@media (max-width: 1199.98px) {
  .groupoverviewPage.sportsFamily .skiCourse .card-header, .groupoverviewPage.sportsFamily .skiCourse .card-body {
    padding: 16px;
  }
  .groupoverviewPage.sportsFamily .skiCourse .card-header {
    min-height: 106px;
  }
}
@media (max-width: 991.98px) {
  .groupoverviewPage.sportsFamily .skiCourse .card-header {
    line-height: 22px;
    min-height: 70px;
  }
}
@media (max-width: 767.98px) {
  .groupoverviewPage.sportsFamily .skiCourse .card-header {
    min-height: 84px;
    padding: 24px 24px 16px 24px;
    position: relative;
  }
  .groupoverviewPage.sportsFamily .skiCourse .card-header::after {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #E4E8E9;
    bottom: 0px;
    width: calc(100% - 48px);
    left: 50%;
    transform: translateX(-50%);
  }
  .groupoverviewPage.sportsFamily .skiCourse .card-body {
    font-size: 14px;
    letter-spacing: -0.56px;
    padding: 16px 24px 24px 24px;
  }
}
@media (max-width: 575.98px) {
  .groupoverviewPage.sportsFamily .skiCourse .card-header {
    min-height: auto;
  }
}

.blogPage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.blogPage .blogBanner {
  max-width: 100%;
}
.blogPage .blogBanner_inner {
  height: 400px;
  border-radius: 8px;
}
@media (max-width: 1399.98px) {
  .blogPage .blogBanner_inner {
    max-width: 1200px;
  }
}
@media (max-width: 1199.98px) {
  .blogPage .blogBanner_inner {
    height: 320px;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .blogPage .blogBanner_inner {
    height: 280px;
  }
}
@media (max-width: 767.98px) {
  .blogPage .blogBanner_inner {
    height: 240px;
  }
}
.blogPage .blogpreparation {
  padding: 32px 0px 80px;
  max-width: 665px;
  margin: 0 auto;
}
.blogPage .blogpreparation .commonHead {
  margin: 48px 0px 40px;
}
.blogPage .blogpreparation p {
  color: #181818;
}
.blogPage .blogpreparation h2 {
  font-size: 24px;
  color: #181818;
  letter-spacing: -0.96px;
  font-family: "Karla-Bold";
  margin-top: 40px;
}
.blogPage .blogpreparation h3 {
  font-size: 20px;
  color: #181818;
  letter-spacing: -0.8px;
  margin: 24px 0px 32px;
  font-family: "Karla-Bold";
}
.blogPage .blogpreparation h4 {
  font-size: 16px;
  font-family: "Karla-Bold";
  line-height: 1.5;
  letter-spacing: -0.64px;
}
.blogPage .blogpreparation_img {
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
}
.blogPage .blogpreparation_grid {
  padding: 40px 0px;
}
.blogPage .blogpreparation-morelike {
  max-width: 100%;
  padding-bottom: 160px;
}
.blogPage .blogpreparation-morelike .blogpreparation_img {
  height: 196px;
  flex-shrink: 0;
  margin-bottom: 0px;
  max-width: 315px;
}
.blogPage .blogpreparation-morelike .blogpreparation_right {
  margin-left: 33px;
}
.blogPage .blogpreparation-morelike .link-btn {
  width: -moz-fit-content;
  width: fit-content;
}
.blogPage .defaultImg {
  width: 100%;
  height: 560px;
  border-radius: 8px;
  overflow: hidden;
  margin: 80px 0px;
}
.blogPage .vakantiesSec {
  background-color: #f5f5f5;
}
.blogPage .gridsection {
  box-shadow: 0px 4px 8px 0px rgba(38, 50, 56, 0.08);
}
.blogPage .gridsection_cnt h2 {
  font-size: 20px;
}
.blogPage .gridsection_cnt h3 {
  font-size: 24px;
  color: #e81d00;
}
@media (max-width: 1199.98px) {
  .blogPage .blogpreparation {
    padding: 20px 0px 40px;
  }
  .blogPage .blogpreparation-morelike {
    padding-bottom: 100px;
  }
  .blogPage .blogpreparation .commonHead {
    margin: 35px 0px;
  }
  .blogPage .blogpreparation_img {
    height: 350px;
  }
  .blogPage .blogpreparation h2 {
    font-size: 20px;
  }
  .blogPage .blogpreparation h3 {
    font-size: 18px;
  }
  .blogPage .blogpreparation-morelike .blogpreparation_right {
    margin-left: 15px;
  }
  .blogPage .blogpreparation-morelike .blogpreparation_img {
    width: 230px;
  }
  .blogPage .defaultImg {
    height: 400px;
    margin: 60px 0px;
  }
}
@media (max-width: 991.98px) {
  .blogPage .blogpreparation {
    padding: 16px 0px 30px;
  }
  .blogPage .blogpreparation-morelike {
    padding-bottom: 80px;
  }
  .blogPage .blogpreparation .commonHead {
    margin: 24px 0px;
  }
  .blogPage .blogpreparation_img {
    height: 300px;
  }
  .blogPage .blogpreparation-morelike .blogpreparation_img {
    width: 100%;
    height: 240px;
  }
  .blogPage .blogpreparation-morelike .blogpreparation_right {
    margin-left: 0px;
    margin-top: 16px;
  }
  .blogPage .gridsection_cnt h2 {
    font-size: 18px;
  }
  .blogPage .gridsection_cnt h3 {
    font-size: 20px;
  }
  .blogPage h2 {
    font-size: 18px;
  }
  .blogPage h3 {
    font-size: 20px;
  }
  .blogPage .defaultImg {
    height: 300px;
    margin: 40px 0px;
  }
}
@media (max-width: 575.98px) {
  .blogPage .bg-pattern {
    background: none;
  }
  .blogPage .blogbadge {
    padding: 0px 10px;
  }
  .blogPage .gridsection_cnt h2 {
    font-size: 16px !important;
  }
  .blogPage .gridsection_cnt h2 a {
    font-size: 16px;
  }
  .blogPage .gridsection_cnt h3 {
    font-size: 18px !important;
  }
  .blogPage .gridsection_cnt h3 a {
    font-size: 18px;
  }
  .blogPage .blogpreparation_img {
    height: 192px;
  }
  .blogPage .blogpreparation h2 {
    font-size: 18px;
  }
  .blogPage .blogpreparation h3 {
    font-size: 16px;
  }
  .blogPage .blogpreparation .text-16 {
    font-size: 14px;
  }
  .blogPage .blogpreparation-morelike .blogpreparation_img {
    height: 200px;
  }
  .blogPage .defaultImg {
    height: 196px;
  }
}
.blogPage .bg-pattern {
  background-image: url("../../images/frontend/blogbg-pattern.svg");
  background-size: 100%;
  background-position: bottom;
}

.shoppingcartPage .shoppingcartSec {
  margin: 80px 0px 160px;
}
.shoppingcartPage .shoppingcartSec .commonHead {
  width: 100%;
  margin-bottom: 40px;
}
.shoppingcartPage .shoppingcartSec .commonHead button, .shoppingcartPage .shoppingcartSec .commonHead .btn {
  width: 50%;
}
.shoppingcartPage .shoppingcartSec h2 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.64px;
  font-family: "Karla-Bold";
  color: #181818;
  word-break: break-word;
}
.shoppingcartPage .shoppingcartSec_items {
  padding: 40px 32px;
  background-color: #f5f5f5;
  border: 1px solid #c9d1d3;
  border-radius: 8px;
  min-height: 280px;
}
.shoppingcartPage .shoppingcartSec_items:not(:last-child) {
  margin-bottom: 20px;
}
.shoppingcartPage .shoppingcartSec_img {
  width: 200px;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
}
.shoppingcartPage .shoppingcartSec_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shoppingcartPage .shoppingcartSec_title, .shoppingcartPage .shoppingcartSec_list {
  padding-left: 232px;
}
.shoppingcartPage .shoppingcartSec_list li span {
  word-break: break-word;
  flex: 1;
}
.shoppingcartPage .shoppingcartSec_list li span:not(:last-child) {
  width: 115px;
  flex: 0 0 115px;
  margin-right: 30px;
}
.shoppingcartPage .shoppingcartSec_totalnumber a {
  width: 50px;
  height: 50px;
  border: 1px solid #e81d00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shoppingcartPage .shoppingcartSec_totalnumber a em {
  color: #e81d00;
  font-size: 24px;
}
.shoppingcartPage .shoppingcartSec_totalnumber .link-text {
  display: block;
  border: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  color: #e81d00;
  text-decoration: underline;
  cursor: pointer;
}
.shoppingcartPage .shoppingcartSec_totalnumber .select2 {
  width: 200px !important;
}
.shoppingcartPage .shoppingcartSec_discount {
  margin-top: 32px;
}
.shoppingcartPage .shoppingcartSec_discount .form-control {
  border-radius: 50px;
  width: 275px;
}
.shoppingcartPage .shoppingcartSec_amount {
  border-top: 1px solid #adbabd;
  margin-top: 24px;
  padding-top: 24px;
}
.shoppingcartPage .shoppingcartSec_amount p {
  margin: 24px 0px 40px;
}
.shoppingcartPage .shoppingcartSec_amount .btn {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .shoppingcartPage .shoppingcartSec {
    margin: 40px 0px 100px;
  }
  .shoppingcartPage .shoppingcartSec .commonHead {
    margin-bottom: 30px;
  }
  .shoppingcartPage .shoppingcartSec .commonHead .btn {
    width: auto;
  }
  .shoppingcartPage .shoppingcartSec_items {
    padding: 25px;
    min-height: 215px;
  }
  .shoppingcartPage .shoppingcartSec_img {
    width: 160px;
    height: 160px;
  }
  .shoppingcartPage .shoppingcartSec_title, .shoppingcartPage .shoppingcartSec_list {
    padding-left: 175px;
  }
  .shoppingcartPage .shoppingcartSec_totalnumber .select2 {
    width: 140px !important;
  }
  .shoppingcartPage .shoppingcartSec_totalnumber .select2.select2-container .select2-selection--single {
    height: 40px;
  }
  .shoppingcartPage .shoppingcartSec_totalnumber a {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 991.98px) {
  .shoppingcartPage .shoppingcartSec {
    margin: 24px 0px 80px;
  }
  .shoppingcartPage .shoppingcartSec .commonHead {
    margin-bottom: 20px;
  }
  .shoppingcartPage .shoppingcartSec_totalnumber {
    margin-top: 16px;
  }
  .shoppingcartPage .shoppingcartSec_items {
    padding: 16px;
    min-height: auto;
  }
  .shoppingcartPage .shoppingcartSec_img {
    width: 100px;
    height: 100px;
  }
  .shoppingcartPage .shoppingcartSec_title, .shoppingcartPage .shoppingcartSec_list {
    padding-left: 115px;
  }
  .shoppingcartPage .shoppingcartSec_discount {
    margin-top: 24px;
  }
  .shoppingcartPage .shoppingcartSec_amount {
    margin-top: 16px;
    padding-top: 16px;
  }
  .shoppingcartPage .shoppingcartSec_amount p {
    margin: 15px 0px 25px;
  }
}
@media (max-width: 767.98px) {
  .shoppingcartPage .shoppingcartSec .commonHead {
    margin-bottom: 16px;
  }
  .shoppingcartPage .shoppingcartSec_title, .shoppingcartPage .shoppingcartSec_list {
    padding-left: 115px;
  }
}
@media (max-width: 575.98px) {
  .shoppingcartPage .shoppingcartSec {
    margin: 15px 0px 80px;
  }
  .shoppingcartPage .shoppingcartSec_items h2 {
    min-height: 64px;
  }
  .shoppingcartPage .shoppingcartSec_img {
    width: 64px;
    height: 64px;
    border-radius: 4px;
  }
  .shoppingcartPage .shoppingcartSec_totalnumber .select2 {
    width: 100px !important;
  }
  .shoppingcartPage .shoppingcartSec_totalnumber span {
    font-family: "Karla-Bold";
  }
  .shoppingcartPage .shoppingcartSec_title {
    padding-left: 80px;
  }
  .shoppingcartPage .shoppingcartSec_list {
    padding-left: 0px;
    padding-top: 16px;
  }
  .shoppingcartPage .shoppingcartSec_discount .form-control {
    width: 100%;
  }
  .shoppingcartPage .shoppingcartSec_discount .btn {
    width: 100%;
    margin-top: 8px;
  }
  .shoppingcartPage .shoppingcartSec span {
    font-size: 14px;
  }
  .shoppingcartPage .shoppingcartSec h2 {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .shoppingcartPage .shoppingcartSec .commonHead .btn {
    margin-top: 10px;
    width: 100% !important;
  }
}
.shoppingcartPage .discountinput input {
  padding: 16px 30px 16px 20px;
}
.shoppingcartPage .discountinput em {
  top: 18px;
  right: 15px;
  font-size: 12px;
  cursor: pointer;
  color: #e81d00;
}
.shoppingcartPage .discountinput em:hover {
  opacity: 0.8;
}
@media (max-width: 575.98px) {
  .shoppingcartPage .discountinput em {
    top: 17px;
  }
}

@media (max-width: 575.98px) {
  .informationPage .destinationsSec .g-32 {
    --bs-gutter-y: 40px;
  }
}
.informationPage .detailBanner {
  background-color: #ffffff;
}
.informationPage .detailBanner_inner {
  height: 400px;
}
.informationPage .detailBanner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1399.98px) {
  .informationPage .detailBanner_inner {
    max-width: 1200px;
  }
}
@media (max-width: 1199.98px) {
  .informationPage .detailBanner_inner {
    height: 350px;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .informationPage .detailBanner_inner {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .informationPage .detailBanner_inner {
    height: 240px;
  }
}
@media (max-width: 575.98px) {
  .informationPage .detailBanner_inner {
    padding: 0px;
  }
  .informationPage .detailBanner img {
    border-radius: 0px;
  }
}
.informationPage .upcaConceptSec_right {
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.64px;
}
.informationPage .upcaConceptSec .commonHead_heading {
  font-size: 48px;
  line-height: 1.16;
}
@media (max-width: 1399.98px) {
  .informationPage .upcaConceptSec .commonHead_heading {
    font-size: 38px;
  }
}
@media (max-width: 1199.98px) {
  .informationPage .upcaConceptSec .commonHead_heading {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .informationPage .upcaConceptSec .commonHead_heading {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .informationPage .upcaConceptSec.py-88 {
    padding: 40px 0px;
  }
}
.informationPage .actieveSec, .informationPage .gallerySec {
  background: #f5f5f5;
}
@media (max-width: 575.98px) {
  .informationPage .actieveSec.py-88 {
    padding: 24px 0px;
  }
}
@media (min-width: 576px) {
  .informationPage .destinationsSec_img-customheight {
    height: 240px;
  }
}
.informationPage .gallerySec {
  background-color: #f5f5f5;
}
.informationPage .gallerySec .groepsaanvraag {
  height: 424px;
}
.informationPage .gallerySec .families {
  height: 196px;
}
.informationPage .gallerySec .groepsaanvraag, .informationPage .gallerySec .families {
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .informationPage .gallerySec .groepsaanvraag {
    height: 417px;
  }
}
@media (max-width: 1199.98px) {
  .informationPage .gallerySec .groepsaanvraag {
    height: 324px;
  }
  .informationPage .gallerySec .families {
    height: 150px;
  }
}
@media (max-width: 991.98px) {
  .informationPage .gallerySec .groepsaanvraag {
    height: 316px;
  }
}
@media (max-width: 575.98px) {
  .informationPage .gallerySec .groepsaanvraag {
    height: 204px;
  }
  .informationPage .gallerySec .families {
    height: 94px;
  }
}
.informationPage .impInfo_inner {
  background-color: #f5f5f5;
  padding: 64px;
}
.informationPage .impInfo_inner .commonHead_heading {
  font-size: 24px;
  margin-bottom: 16px;
}
.informationPage .impInfo_inner ul {
  padding-left: 20px;
  margin-bottom: 24px;
  max-width: 486px;
  font-size: 15px;
}
.informationPage .impInfo_right img {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .informationPage .impInfo_inner {
    padding: 34px 15px;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .informationPage .impInfo_inner {
    padding: 24px 20px;
  }
}
@media (max-width: 575.98px) {
  .informationPage .skiCourse.py-88 {
    padding: 24px 0px;
  }
}
@media (max-width: 575.98px) {
  .informationPage .faq.py-88 {
    padding: 40px 0px;
  }
}
@media (max-width: 575.98px) {
  .informationPage .overviewChooseupca.py-88 {
    padding: 40px 0px;
  }
}
@media (max-width: 575.98px) {
  .informationPage .aboutucpaAsk {
    background-image: none;
  }
}

@media (max-width: 991.98px) {
  .accountPage .link-btn {
    font-size: 14px;
  }
}
.accountPage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.accountPage .accountHead {
  font-size: 20px;
  font-family: "Karla-Bold";
  line-height: 1.4;
  letter-spacing: -0.8px;
  margin-bottom: 24px;
}
@media (max-width: 1199.98px) {
  .accountPage .accountHead {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767.98px) {
  .accountPage .accountHead {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.accountPage .accountPara {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.64px;
}
@media (max-width: 767.98px) {
  .accountPage .accountPara {
    font-size: 14px;
  }
}
.accountPage .accountSec {
  padding-bottom: 160px;
}
@media (max-width: 1199.98px) {
  .accountPage .accountSec {
    padding-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  .accountPage .accountSec {
    padding-bottom: 60px;
  }
}
.accountPage .accountSec_right {
  margin-left: 32px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .accountPage .accountSec_right {
    margin-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .accountPage .accountSec_right {
    margin-left: 0px;
  }
}
.accountPage .accountSec_right form {
  width: 665px;
}
@media (max-width: 1199.98px) {
  .accountPage .accountSec_right form {
    width: 100%;
  }
}
.accountPage .accountSec_Nobooking {
  width: 440px;
}
@media (max-width: 575.98px) {
  .accountPage .accountSec_Nobooking {
    width: 100%;
  }
}
.accountPage .accountSec_box {
  padding: 24px;
  background-color: #f5f5f5;
  border-radius: 8px;
  min-height: 240px;
  height: 100%;
}
.accountPage .accountSec_box a {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1199.98px) {
  .accountPage .accountSec_box {
    padding: 18px;
    min-height: 160px;
  }
}
.accountPage .accountSec_overview {
  padding: 16px;
  border: 1px solid #C9D1D3;
  border-radius: 8px;
  -o-box-shadow: 0 4px 8px 0px rgba(38, 50, 56, 0.08);
  -ms-box-shadow: 0 4px 8px 0px rgba(38, 50, 56, 0.08);
  box-shadow: 0 4px 8px 0px rgba(38, 50, 56, 0.08);
}
.accountPage .accountSec_overview:not(:last-child) {
  margin-bottom: 32px;
}
.accountPage .accountSec_overview_img {
  width: 256px;
  height: 256px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 32px;
  flex-shrink: 0;
}
.accountPage .accountSec_overview_cnt li {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.64px;
  margin-bottom: 4px;
}
.accountPage .accountSec_overview_cnt li span {
  font-family: "Karla-Bold";
  width: 140px;
}
.accountPage .accountSec_overview_cnt a {
  margin-top: 50px;
}
@media (max-width: 1199.98px) {
  .accountPage .accountSec_overview_img {
    margin-right: 20px;
    width: 200px;
    height: 200px;
  }
  .accountPage .accountSec_overview_cnt a {
    margin-top: 16px;
  }
  .accountPage .accountSec_overview:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .accountPage .accountSec_overview_cnt li {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .accountPage .accountSec_overview {
    padding: 10px;
  }
}
@media (max-width: 575.98px) {
  .accountPage .accountSec_overview {
    flex-direction: column;
    padding: 0px;
    overflow: hidden;
  }
  .accountPage .accountSec_overview:not(:last-child) {
    margin-bottom: 24px;
  }
  .accountPage .accountSec_overview_img {
    width: 100%;
    height: 270px;
    margin-right: 0px;
    border-radius: 0;
  }
  .accountPage .accountSec_overview_cnt {
    padding: 24px;
  }
}
.accountPage .accountSec_Details .link-btn-back {
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.64px;
}
.accountPage .accountSec_Details .link-btn-back em {
  font-size: 12px;
  margin-top: 1px;
}
.accountPage .accountSec_Details_right .accountSec_Details_cnt {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.accountPage .accountSec_Details_right .accountSec_Details_cnt ul:first-child {
  width: 40%;
  margin-right: 10px;
}
.accountPage .accountSec_Details_right .accountSec_Details_cnt ul:last-child {
  width: 60%;
}
.accountPage .accountSec_Details_left ul + ul {
  text-align: end;
}
.accountPage .accountSec_Details_cnt {
  padding: 16px 0px;
  border-bottom: 1px solid #c9d1d3;
}
.accountPage .accountSec_Details_cnt span {
  line-height: 1.5;
  letter-spacing: -0.64px;
}
.accountPage .accountSec_Details_cnt:last-child ul li:last-child {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.accountPage .accountSec_Details_map .map {
  height: 308px;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .accountPage .accountSec_Details_cnt {
    padding: 10px 0px;
  }
}
@media (max-width: 1199.98px) {
  .accountPage .accountSec_Details_cnt span {
    font-size: 15px;
  }
  .accountPage .accountSec_Details_right .accountSec_Details_cnt {
    flex-direction: column;
  }
  .accountPage .accountSec_Details_right .accountSec_Details_cnt ul {
    margin-top: 5px;
  }
  .accountPage .accountSec_Details_right .accountSec_Details_cnt ul:first-child, .accountPage .accountSec_Details_right .accountSec_Details_cnt ul:last-child {
    width: 100%;
    margin-right: 0px;
  }
}
@media (max-width: 575.98px) {
  .accountPage .accountSec_Details_map {
    margin-top: 24px;
  }
  .accountPage .accountSec_Details_right .accountSec_Details_cnt {
    padding-top: 0px;
  }
  .accountPage .accountSec_Details_right .accountSec_Details_cnt ul {
    margin-top: 8px;
    padding-bottom: 8px;
  }
}
@media (max-width: 991.98px) {
  .accountPage .accountSec_favorites .gridsection_cnt {
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .accountPage .accountSec_favorites .gridsection_cnt {
    padding: 24px;
  }
}
@media (max-width: 575.98px) {
  .accountPage .accountSec_favorites .g-32, .accountPage .accountSec_favorites .gy-32 {
    --bs-gutter-y: 32px;
  }
}
.accountPage .accountSec_favorites .opacity.gridsection_img .ribbon-wrapper {
  z-index: 1;
  pointer-events: none;
}
.accountPage .accountSec_favorites .opacity.gridsection_img a {
  opacity: 0.6;
}
.accountPage .accountSec_favorites .opacity.gridsection_cnt {
  opacity: 0.6;
}

@media (min-width: 1400px) {
  .serviceoverviewPage .commonHead_heading {
    margin-bottom: 45px;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1.92px;
  }
}
@media (max-width: 1399.98px) {
  .serviceoverviewPage .commonHead_heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .serviceoverviewPage .commonHead_heading {
    margin-bottom: 24px;
  }
}
.serviceoverviewPage .serviceSec {
  padding: 45px 0px 160px;
}
.serviceoverviewPage .serviceSec_inner {
  max-width: 665px;
  width: 100%;
  margin: 0 auto;
}
.serviceoverviewPage .serviceSec_inner h2 {
  font-size: 16px;
  font-family: "Karla-Bold";
  line-height: 1.5;
  letter-spacing: -0.64px;
}
.serviceoverviewPage .serviceSec_inner p {
  font-size: 16px;
  margin: 16px 0px;
}
.serviceoverviewPage .serviceSec_box {
  padding: 16px;
  border-radius: 8px;
  background-color: #f5f5f5;
  height: 160px;
  margin-bottom: 26px;
  -o-box-shadow: 0 4px 8px 0px rgba(38, 50, 56, 0.08);
  -ms-box-shadow: 0 4px 8px 0px rgba(38, 50, 56, 0.08);
  box-shadow: 0 4px 8px 0px rgba(38, 50, 56, 0.08);
}
.serviceoverviewPage .serviceSec_box a {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1399.98px) {
  .serviceoverviewPage .serviceSec {
    padding: 20px 0px 80px;
  }
  .serviceoverviewPage .serviceSec_box {
    margin-bottom: 20px;
  }
  .serviceoverviewPage .serviceSec_inner p {
    margin: 10px 0px;
  }
  .serviceoverviewPage .serviceSec .accordion-button {
    padding: 14px 0px;
  }
  .serviceoverviewPage .serviceSec .accordion-body {
    padding: 0 0 10px;
  }
}
@media (max-width: 1199.98px) {
  .serviceoverviewPage .serviceSec_inner p {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .serviceoverviewPage .serviceSec {
    padding: 10px 0px 60px;
  }
  .serviceoverviewPage .serviceSec_box {
    margin-bottom: 16px;
    height: 130px;
    padding: 12px;
    border-radius: 4px;
  }
}
@media (max-width: 767.98px) {
  .serviceoverviewPage .serviceSec_inner p, .serviceoverviewPage .serviceSec_inner a {
    font-size: 14px;
  }
  .serviceoverviewPage .serviceSec .accordion-button {
    padding: 10px 0px;
  }
  .serviceoverviewPage .serviceSec .accordion-button::after {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .serviceoverviewPage .serviceSec {
    padding: 24px 0px 120px;
  }
  .serviceoverviewPage .serviceSec_inner p, .serviceoverviewPage .serviceSec_inner a {
    font-size: 14px;
  }
  .serviceoverviewPage .serviceSec_box {
    height: 140px;
  }
}
.serviceoverviewPage .serviceSec_mobile ul li:first-child a {
  padding-top: 0px;
}
.serviceoverviewPage .serviceSec_mobile ul span {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.56px;
  color: #000000;
}
.serviceoverviewPage .serviceSec_mobile ul em {
  font-size: 14px;
  color: #181818;
}
.serviceoverviewPage .serviceSec_mobile ul a {
  padding: 16px 0px;
  border-bottom: 1px solid #adbabd;
}

.requestquestPage .form-group + .btn {
  margin-top: 40px;
}
@media (max-width: 575.98px) {
  .requestquestPage .form-group + .btn {
    margin-top: 24px;
  }
  .requestquestPage .py-88 {
    padding: 40px 0px;
  }
}
@media (max-width: 575.98px) and (max-width: 575.98px) {
  .requestquestPage .destinationsSec .g-32 {
    --bs-gutter-y: 40px;
  }
}
.requestquestPage .upcaConceptSec .commonHead_heading {
  font-size: 48px;
  line-height: 1.16;
}
@media (max-width: 1399.98px) {
  .requestquestPage .upcaConceptSec .commonHead_heading {
    font-size: 38px;
  }
}
@media (max-width: 1199.98px) {
  .requestquestPage .upcaConceptSec .commonHead_heading {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .requestquestPage .upcaConceptSec .commonHead_heading {
    font-size: 24px;
  }
}
.requestquestPage .requestBanner_inner {
  max-width: 1384px;
  padding: 0px 12px;
  margin: 0 auto;
  height: 400px;
}
.requestquestPage .requestBanner_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1399.98px) {
  .requestquestPage .requestBanner_inner {
    max-width: 1200px;
  }
}
@media (max-width: 1199.98px) {
  .requestquestPage .requestBanner_inner {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .requestquestPage .requestBanner_inner {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .requestquestPage .requestBanner_inner {
    height: 240px;
  }
}
@media (max-width: 575.98px) {
  .requestquestPage .requestBanner_inner {
    padding: 0px;
  }
  .requestquestPage .requestBanner_inner img {
    border-radius: 0px;
  }
}
.requestquestPage .requestquestSec_center {
  max-width: 432px;
  margin: 0 auto;
  margin-left: calc(50% - 432px + 216px);
}
.requestquestPage .requestquestSec_center form {
  margin-top: 40px;
}
.requestquestPage .requestquestSec_center form textarea {
  height: 240px;
}
.requestquestPage .requestquestSec_info {
  padding: 24px;
  border-radius: 12px;
  background-color: rgba(0, 166, 198, 0.2);
  height: 134px;
  width: 200px;
}
.requestquestPage .requestquestSec_info:not(:last-child) {
  margin-bottom: 16px;
}
.requestquestPage .requestquestSec_info span {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "Karla-Bold";
  line-height: 28px;
  letter-spacing: -0.8px;
}
.requestquestPage .requestquestSec_info span em {
  font-size: 20px;
  margin-right: 8px;
  flex-shrink: 0;
  display: flex;
}
.requestquestPage .requestquestSec_info a {
  color: #181818;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.64px;
}
.requestquestPage .requestquestSec_right .position-sticky {
  top: 15px;
}
@media (max-width: 1199.98px) {
  .requestquestPage .requestquestSec_center form {
    margin-top: 24px;
  }
  .requestquestPage .requestquestSec_info {
    padding: 15px;
    height: 120px;
  }
}
@media (max-width: 991.98px) {
  .requestquestPage .requestquestSec p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.56px;
  }
  .requestquestPage .requestquestSec_info {
    height: 100px;
  }
  .requestquestPage .requestquestSec_info span {
    font-size: 18px;
    line-height: 20px;
  }
  .requestquestPage .requestquestSec_info span em {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .requestquestPage .requestquestSec_center {
    max-width: 100%;
    margin-left: 0px;
  }
}
@media (max-width: 575.98px) {
  .requestquestPage .requestquestSec .form-group label, .requestquestPage .requestquestSec .input-group label {
    font-size: 16px;
  }
  .requestquestPage .requestquestSec .form-check label {
    font-size: 14px;
  }
  .requestquestPage .requestquestSec_center {
    max-width: 100%;
  }
  .requestquestPage .requestquestSec .form-group {
    margin-bottom: 24px;
  }
  .requestquestPage .requestquestSec_info {
    height: 72px;
    width: 100% !important;
  }
  .requestquestPage .requestquestSec_info:not(:last-child) {
    margin-bottom: 8px;
  }
  .requestquestPage .requestquestSec_info span {
    margin-bottom: 0px;
    margin-right: 10px;
  }
}

.staticPage .staticpageSec ol {
  padding-left: 12px;
}
.staticPage .staticpageSec ol li > ol {
  padding-left: 0px;
  list-style-type: lower-latin;
}
@media (max-width: 575.98px) {
  .staticPage .py-88 {
    padding: 24px 0px;
  }
}

.langingpromotioBanner {
  height: 560px;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.langingpromotioBanner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: linear-gradient(180deg, rgba(0, 59, 114, 0.3) 0%, rgba(0, 0, 0, 0) 7.88%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(0, 0, 0, 0) 68.44%, rgba(0, 0, 0, 0.3) 100%);
}
.langingpromotioBanner_cnt {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  padding-bottom: 48px;
  position: relative;
  z-index: 1;
}
.langingpromotioBanner_cnt a {
  width: 236px;
}
@media (max-width: 767.98px) {
  .langingpromotioBanner_cnt a {
    width: auto;
  }
}
@media (max-width: 575.98px) {
  .langingpromotioBanner {
    height: 520px;
  }
  .langingpromotioBanner_cnt {
    padding: 0px 20px 48px;
  }
}

.bookingdiscountPage .bookingdiscountBanner, .bookingdiscountPage .summerBookingBanner {
  height: 400px;
  position: relative;
  width: 100%;
  background-image: url("../../images/frontend/vroegboekkorting.webp");
  background-repeat: no-repeat;
  background-position: right;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  z-index: 0;
}
.bookingdiscountPage .bookingdiscountBanner:after, .bookingdiscountPage .summerBookingBanner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0px;
  top: 0px;
  z-index: -1;
}
.bookingdiscountPage .bookingdiscountBanner_cnt h1, .bookingdiscountPage .summerBookingBanner_cnt h1 {
  font-size: 40px;
  color: #ffffff;
  font-family: "Karla-Bold";
}
.bookingdiscountPage .bookingdiscountBanner_cnt p, .bookingdiscountPage .summerBookingBanner_cnt p {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0px;
}
.bookingdiscountPage .gridsection_cnt {
  padding: 16px;
}
.bookingdiscountPage .container-1152 {
  max-width: 1152px;
}
.bookingdiscountPage .summerBookingBanner {
  background-image: url("../../images/frontend/summer-discount.webp");
  background-position: center;
}
.bookingdiscountPage .commonHead p {
  color: #181818;
  line-height: 1.5;
  margin: 16px 0px 32px;
}
.bookingdiscountPage .destinationList_item {
  background-color: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.bookingdiscountPage .destinationList_item:not(:last-child) {
  margin-bottom: 88px;
}
.bookingdiscountPage .destinationList_item_left {
  padding: 40px;
}
.bookingdiscountPage .destinationList_item_left ul {
  padding-left: 20px;
}
.bookingdiscountPage .destinationList_item_left ul li {
  font-size: 16px;
  position: relative;
  color: #181818;
}
.bookingdiscountPage .destinationList_item_left ul li ul {
  margin-top: 6px;
  list-style-type: disc;
}
.bookingdiscountPage .destinationList_item_right {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
}
.bookingdiscountPage .destinationList_item .title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 24px;
  font-family: "Karla-Bold";
}
@media (max-width: 1199.98px) {
  .bookingdiscountPage .destinationList_item:not(:last-child) {
    margin-bottom: 48px;
  }
  .bookingdiscountPage .destinationList_item_left {
    padding: 24px;
  }
  .bookingdiscountPage .destinationList_item_left ul li {
    font-size: 15px;
  }
  .bookingdiscountPage .destinationList_item .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .bookingdiscountPage .destinationList_item_right {
    padding-top: 24px;
  }
}
@media (max-width: 991.98px) {
  .bookingdiscountPage .destinationList_item_left .btn {
    padding: 8px 20px;
  }
  .bookingdiscountPage .destinationList_item_right {
    padding-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .bookingdiscountPage .destinationList_item_right {
    height: 350px;
    position: relative;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .bookingdiscountPage .destinationList_item_left ul li {
    font-size: 14px;
  }
  .bookingdiscountPage .destinationList_item .title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.bookingdiscountPage .gridsection_img ul {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.bookingdiscountPage .gridsection_img ul li:not(:last-child) {
  margin-right: 6px;
}
.bookingdiscountPage .gridsection_img ul li em {
  color: #ffcd47;
}
.bookingdiscountPage .gridsection_cnt h3 {
  min-height: 80px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  text-overflow: ellipsis;
}
@media (max-width: 1199.98px) {
  .bookingdiscountPage .bookingdiscountBanner {
    height: 350px;
  }
}
@media (max-width: 991.98px) {
  .bookingdiscountPage .bookingdiscountBanner {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .bookingdiscountPage .commonHead p {
    margin: 10px 0px 20px;
  }
  .bookingdiscountPage .bookingdiscountBanner {
    height: 240px;
  }
  .bookingdiscountPage .bookingdiscountBanner_cnt h1 {
    font-size: 30px;
  }
  .bookingdiscountPage .bookingdiscountBanner_cnt p {
    font-size: 18px;
  }
}

.productListPage .productList_weekoverview_filter .btn-group {
  width: 100%;
}
.productListPage .productList_weekoverview_filter .btn-group .dropdown-toggle {
  width: 100%;
  font-size: 16px;
  font-family: "Karla-Bold";
  color: #181818;
  line-height: 1.5;
  letter-spacing: -0.64px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #778c91;
  border-radius: 4px;
  background-color: #ffffff;
}
.productListPage .productList_weekoverview_filter .btn-group .dropdown-toggle::after {
  content: "\e912";
  background-image: none;
  font-family: "icomoon" !important;
  font-size: 12px;
  border: none;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0px;
}
.productListPage .productList_weekoverview_filter .btn-group .dropdown-toggle.show::after {
  transform: rotate(180deg);
}
.productListPage .productList_weekoverview_filter .btn-group .dropdown-menu {
  border: none;
  background-color: #ffffff;
  padding: 8px;
  border-radius: 8px;
  width: 100%;
  box-shadow: 0px 0px 1px 1px rgba(217, 217, 217, 0.5);
  max-height: 340px;
  overflow: auto;
}
.productListPage .productList_weekoverview_filter .btn-group .dropdown-menu.priceFilter {
  padding: 10px 36px 10px 15px;
}
.productListPage .productList_weekoverview_filter .btn-group .dropdown-menu.ageFilter input {
  height: 40px;
  font-size: 14px;
  padding: 10px 15px;
}
.productListPage .productList_weekoverview_filter .btn-group .dropdown-menu .quantity a {
  display: flex;
  align-items: center;
}
.productListPage .productList_weekoverview_filter .btn-group .dropdown-menu .quantity a span {
  line-height: 1px;
}
.productListPage .productList_weekoverview_filter .btn-group .dropdown-menu li {
  width: 100%;
}
.productListPage .productList_weekoverview_filter .btn-group .dropdown-menu li span {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Karla-Bold";
  padding: 8px 0px;
  display: block;
}
.productListPage .productList_weekoverview_filter .btn-group .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #E4E8E9;
}
.productListPage .productList_weekoverview_filter .btn-group .dropdown-item {
  padding: 8px 0px;
  white-space: normal;
}
.productListPage .productList_weekoverview_filter .btn-group .dropdown-item:active, .productListPage .productList_weekoverview_filter .btn-group .dropdown-item:hover {
  background-color: transparent;
}
.productListPage .productList_weekoverview_list {
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 16px;
  margin-bottom: 40px;
  width: 100%;
}
.productListPage .productList_weekoverview_list li {
  width: calc(15% - 4px);
}
.productListPage .productList_weekoverview_list li .select2.select2-container .select2-selection__rendered {
  font-family: "Karla-Bold";
}
.productListPage .productList_weekoverview .form-check-input[type=checkbox] ~ .form-check-label {
  padding-top: 1px;
}
.productListPage .productList_weekoverview .sliderdropdown {
  padding: 65px 0px 16px;
}
.productListPage .productList_weekoverview_title {
  font-size: 24px;
  color: #181818;
  font-family: "Karla-Bold";
}
.productListPage .productList_weekoverview .productList_header {
  margin-bottom: 24px;
}
.productListPage .productList_table {
  width: 100%;
  border: 1px solid #D9D9D9;
}
.productListPage .productList_tableLeft {
  width: 430px;
}
.productListPage .productList_tableRight {
  white-space: nowrap;
  overflow: auto;
}
.productListPage .productList_tableRight_head {
  padding: 0px !important;
}
.productListPage .productList_tableRight_head ul {
  display: flex;
  -moz-column-gap: 0px;
       column-gap: 0px;
  row-gap: 0px;
}
.productListPage .productList_tableRight_head ul li {
  width: 90px !important;
}
.productListPage .productList_tableRight_head ul li:nth-child(even) {
  background-color: #000000 !important;
}
.productListPage .productList_tableLeft_head, .productListPage .productList_tableRight_head {
  background-color: #181818;
  padding: 8px;
  height: 68px;
}
.productListPage .productList_tableLeft_head h2, .productListPage .productList_tableLeft_head span, .productListPage .productList_tableRight_head h2, .productListPage .productList_tableRight_head span {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 0px;
}
.productListPage .productList_tableLeft_head h2, .productListPage .productList_tableRight_head h2 {
  font-family: "Karla-Bold";
}
.productListPage .productList_tableLeft_head span, .productListPage .productList_tableRight_head span {
  font-family: "Karla-Regular";
}
.productListPage .productList_tableLeft_subhead, .productListPage .productList_tableRight_subhead {
  background-color: #778C91;
  padding: 8px;
  border-top: 1px solid #D9D9D9;
  height: 40px;
}
.productListPage .productList_tableLeft_subhead h3, .productListPage .productList_tableRight_subhead h3 {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 0px;
}
.productListPage .productList_tableLeft ul li, .productListPage .productList_tableRight ul li {
  width: 100%;
  height: 64px;
  padding: 8px;
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  font-family: "Karla-Regular";
}
.productListPage .productList_tableLeft ul li:nth-child(even), .productListPage .productList_tableRight ul li:nth-child(even) {
  background-color: #f5f5f5;
}
.productListPage .productList_tableRight {
  flex: 1;
}
@media (max-width: 1399.98px) {
  .productListPage .productList_weekoverview_list {
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 12px;
    margin-bottom: 20px;
  }
  .productListPage .productList_weekoverview_list li {
    width: calc(20% - 10px);
  }
}
@media (max-width: 1199.98px) {
  .productListPage .productList_weekoverview_list li {
    width: calc(25% - 9px);
  }
}
@media (max-width: 991.98px) {
  .productListPage .productList_weekoverview_filter {
    display: flex;
    flex-direction: column;
    width: 360px;
    right: -100%;
    z-index: 1030;
    transition: all 0.3s ease-in-out;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: #fff;
    padding: 0px;
  }
  .productListPage .productList_weekoverview_filterhead {
    padding: 20px;
    margin: 0px;
    border-bottom: 1px solid #c9d1d3;
  }
  .productListPage .productList_weekoverview_filterhead h3 {
    font-size: 18px;
    letter-spacing: -0.64px;
  }
  .productListPage .productList_weekoverview_filterhead a {
    font-size: 12px;
  }
  .productListPage .productList_weekoverview_filterhead .btnclose em {
    font-size: 13px;
    color: #181818;
  }
  .productListPage .productList_weekoverview_filterfooter {
    padding: 16px 20px;
    border-top: 1px solid #c9d1d3;
  }
  .productListPage .productList_weekoverview_filterfooter button {
    width: calc(50% - 4px);
    padding: 6px;
  }
  .productListPage .productList_weekoverview_filter .btn-group {
    flex-direction: column;
  }
  .productListPage .productList_weekoverview_filter .btn-group .dropdown-toggle {
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
  }
  .productListPage .productList_weekoverview_filter .btn-group .dropdown-toggle::after {
    transition: all 0.5s ease-in-out;
    transform: rotateX(0deg);
  }
  .productListPage .productList_weekoverview_filter .btn-group .dropdown-toggle.show::after {
    transform: rotateX(180deg);
  }
  .productListPage .productList_weekoverview_list {
    padding: 24px 20px;
    max-height: 100%;
    overflow: hidden auto;
    scrollbar-width: none;
  }
  .productListPage .productList_weekoverview_list li .btn-group .dropdown-toggle {
    padding: 16px 0px;
    font-size: 16px;
    border-color: #C9D1D3;
    transition: all 0.9s ease-in-out;
  }
  .productListPage .productList_weekoverview_list li .btn-group .dropdown-toggle.show {
    transition: all 0.9s ease-in-out;
  }
  .productListPage .productList_weekoverview_list li .btn-group .dropdown-menu {
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out;
  }
  .productListPage .productList_weekoverview_list li .btn-group .dropdown-menu.show {
    max-height: 500px; /* Adjust based on content */
    opacity: 1;
    overflow: auto;
  }
  .productListPage .productList_weekoverview_list li .btn-group .dropdown-menu li:last-child {
    margin-bottom: 8px;
  }
  .productListPage .productList_weekoverview_list li .btn-group .dropdown-item {
    padding: 4px 0px;
  }
  .productListPage .productList_weekoverview_list li .btn-group .dropdown-menu {
    box-shadow: none;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
  }
  .productListPage .productList_weekoverview_list li .btn-group .dropdown-menu li:not(:last-child) {
    border-bottom: 0px;
  }
  .productListPage .productList_weekoverview_list li:not(:last-child) .btn-group .dropdown-toggle {
    border-bottom: 0px;
  }
  .productListPage .productList_weekoverview_list {
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 0px;
    margin-bottom: 0px;
  }
  .productListPage .productList_weekoverview_list li {
    width: 100%;
  }
  .productListPage .productList_weekoverview_list li .dropdown-menu {
    position: relative;
  }
}
@media (max-width: 575.98px) {
  .productListPage .productList_weekoverview_list li .btn-group .dropdown-toggle {
    font-size: 14px;
  }
  .productListPage .productList_weekoverview_filter {
    width: 100%;
  }
  .productListPage .productList_weekoverview .productList_header {
    margin-bottom: 18px !important;
  }
  .productListPage .productList_weekoverview .productList_header_right div {
    width: 100%;
  }
}
.productListPage .tableArrow {
  border-top: 1px solid #d9d9d9;
  position: sticky;
  top: 0px;
  background-color: #ffffff;
}
.productListPage .tableArrow_inner {
  width: calc(100% - 360px);
  padding: 8px 0px;
  margin-left: auto;
}
.productListPage .tableArrow a {
  color: #181818;
}
@media (max-width: 1399.98px) {
  .productListPage .tableArrow_inner {
    width: calc(100% - 370px);
  }
}
@media (max-width: 1199.98px) {
  .productListPage .tableArrow_inner {
    width: 700px;
  }
}
@media (max-width: 991.98px) {
  .productListPage .tableArrow_inner {
    width: 500px;
  }
}
@media (max-width: 767.98px) {
  .productListPage .tableArrow {
    top: -5px;
  }
  .productListPage .tableArrow_inner {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .productListPage .tableArrow {
    border: none;
  }
  .productListPage .tableArrow_inner {
    width: 100%;
    padding-top: 0px;
  }
}
.productListPage .productListTable_txt span, .productListPage .productListTable_txt p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.64px;
  color: #fff;
  margin: 0px;
  font-style: normal;
}
.productListPage .productListTable_txt span {
  font-family: "Karla-Bold";
}
.productListPage .productListTable_txt p {
  font-family: "Karla-Regular";
  font-weight: 400;
}
.productListPage .productListTable table {
  white-space: nowrap;
  margin: 0;
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border: 1px solid #D9D9D9;
}
.productListPage .productListTable table td {
  background: #fff;
  text-align: center;
}
.productListPage .productListTable table td, .productListPage .productListTable table th {
  border-right: 1px solid #d9d9d9;
  padding: 8px;
  border-bottom: 0px solid transparent;
}
.productListPage .productListTable table tbody tr {
  height: 64px;
}
.productListPage .productListTable table tbody tr:first-child {
  height: 40px;
}
.productListPage .productListTable table tbody tr:first-child th, .productListPage .productListTable table tbody tr:first-child td {
  background-color: #778C91 !important;
}
.productListPage .productListTable table tbody tr:nth-child(odd) th, .productListPage .productListTable table tbody tr:nth-child(odd) td {
  background-color: #F5F5F5;
}
.productListPage .productListTable table tbody tr:nth-child(even) th, .productListPage .productListTable table tbody tr:nth-child(even) td {
  background-color: #ffffff;
}
.productListPage .productListTable table tbody tr td {
  padding: 0px;
}
.productListPage .productListTable table tbody tr td span {
  font-size: 16px;
  color: #ffffff;
  font-family: "Karla-Bold";
  background-color: #e81d00;
  line-height: 64px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.productListPage .productListTable table tbody tr th.fixed {
  left: 0;
  z-index: 2;
}
.productListPage .productListTable table tbody tr th p {
  margin-bottom: 0px;
  font-size: 16px;
  font-family: "Karla-Regular";
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.64px;
  line-height: 1.5;
  width: 340px;
  white-space: normal;
  font-style: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  text-overflow: ellipsis;
}
.productListPage .productListTable table thead {
  background-color: #000000;
}
.productListPage .productListTable table thead th {
  background-color: #000000;
  position: sticky;
  left: 0;
  padding: 8px;
  top: 40px;
  z-index: 1;
}
.productListPage .productListTable table thead th .productListTable_txt {
  width: 83px;
}
.productListPage .productListTable table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}
.productListPage .productListTable table thead tr th:first-child .productListTable_txt {
  width: 340px;
}
.productListPage .productListTable table_txt span, .productListPage .productListTable table_txt p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.64px;
  color: #ffffff;
  margin: 0px;
  font-style: normal;
}
.productListPage .productListTable table_txt span {
  font-family: "Karla-Bold";
}
.productListPage .productListTable table_txt p {
  font-family: "Karla-Regular";
  font-weight: 400;
}
@media (max-width: 1399.98px) {
  .productListPage .productListTable table thead th {
    width: 9%;
  }
  .productListPage .productListTable table thead tr th:first-child .productListTable_txt {
    width: 320px;
  }
}
@media (max-width: 1199.98px) {
  .productListPage .productListTable table thead th {
    width: 100%;
  }
  .productListPage .productListTable table thead tr th:first-child .productListTable_txt {
    width: 305px;
  }
  .productListPage .productListTable table tbody tr th p {
    width: 305px;
  }
}
@media (max-width: 1050px) {
  .productListPage .productListTable table thead tr th:first-child .productListTable_txt {
    width: 250px;
  }
  .productListPage .productListTable table tbody tr th p {
    width: 250px;
  }
}
@media (max-width: 991.98px) {
  .productListPage .productListTable table thead tr th:first-child .productListTable_txt {
    width: 225px;
  }
  .productListPage .productListTable table tbody tr th p {
    width: 225px;
  }
}

.open-sideBar {
  overflow: hidden;
}
.open-sideBar .over-menu {
  display: block;
}
.open-sideBar .productList_weekoverview_filter {
  right: 0;
}

@media (max-width: 575.98px) {
  .tableArrow {
    position: sticky;
    top: 0px !important;
    padding-top: 5px;
    background-color: #ffffff;
  }
  .weekOverviewMobileTable {
    position: relative;
  }
}
.mobileTable {
  border: 1px solid #D9D9D9;
}
.mobileTable_place {
  background-color: #778C91;
  height: 30px;
  padding: 4px 8px;
}
.mobileTable_place h2 {
  font-size: 14px;
  color: #ffffff;
  font-family: "Karla-Bold";
  letter-spacing: -0.64px;
  margin-bottom: 0px;
  line-height: 22px;
}
.mobileTable_fixed {
  position: sticky;
  top: 32px;
}
.mobileTable_time {
  background-color: #181818;
  padding: 4px 8px;
  border-bottom: 1px solid #D9D9D9;
}
.mobileTable_time h2, .mobileTable_time p {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: -0.64px;
  line-height: 22px;
  margin-bottom: 0px;
}
.mobileTable_time h2 {
  font-family: "Karla-Bold";
}
.mobileTable_time p {
  font-family: "Karla-Regular";
}
.mobileTable_dateInfo li {
  width: 25%;
  height: 62px;
  padding: 8px;
  background-color: #181818;
  color: #ffffff;
  border-right: 1px solid #D9D9D9;
}
.mobileTable_dateInfo li:last-child {
  border-right: none;
}
.mobileTable_dateInfo .mobileTable_number, .mobileTable_dateInfo .mobileTable_date {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: -0.64px;
  line-height: 22px;
  display: block;
}
.mobileTable_dateInfo .mobileTable_number {
  font-family: "Karla-Bold";
}
.mobileTable_dateInfo .mobileTable_date {
  font-family: "Karla-Regular";
}
.mobileTable_price li {
  width: 25%;
  height: 62px;
  border-right: 1px solid #D9D9D9;
}
.mobileTable_price li:last-child {
  border-right: none;
}
.mobileTable_info {
  padding: 8px;
  background-color: #F5F5F5;
  height: 52px;
}
.mobileTable_info p {
  font-size: 14px;
  color: #000000;
  letter-spacing: -0.64px;
  line-height: 22px;
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  text-overflow: ellipsis;
}
.mobileTable_price, .mobileTable_dateInfo {
  display: flex;
}
.mobileTable .mobileTable_packageprice {
  font-size: 14px;
  color: #ffffff;
  font-family: "Karla-Bold";
  background-color: #e81d00;
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 360px) {
  .mobileTable_dateInfo .mobileTable_date, .mobileTable_dateInfo .mobileTable_number {
    font-size: 13px;
  }
  .mobileTable_dateInfo li {
    padding: 10px 3px;
  }
}

.airportTransferPage {
  scrollbar-width: none !important;
}
.airportTransferPage .commonHead {
  margin-bottom: 32px;
}
.airportTransferPage .commonHead_heading {
  color: #333333;
  margin-bottom: 32px;
}
.airportTransferPage .airportBanner_cnt {
  padding: 40px 0px;
  max-width: 1114px;
  margin: 0 auto;
  text-align: center;
}
.airportTransferPage .airportBanner_inner {
  background-image: url("../../images/frontend/airport-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 422px;
  margin: 0 auto;
  border-radius: 8px;
}
.airportTransferPage .airportBanner_title {
  font-size: 48px;
  font-family: "Karla-Bold";
  letter-spacing: -2px;
  color: #ffffff;
  line-height: 1.16;
  margin-bottom: 8px;
}
.airportTransferPage .airportBanner_para {
  font-size: 16px;
  font-family: "Karla-Bold";
  letter-spacing: -0.64px;
  color: #ffffff;
  line-height: 1.5;
}
.airportTransferPage .airportBanner_list {
  margin: 24px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
}
.airportTransferPage .airportBanner_list ul {
  display: flex;
  align-items: center;
  margin: 0px;
  gap: 8px;
}
.airportTransferPage .airportBanner_list .form-check-input[type=radio] ~ .form-check-label {
  padding-left: 24px;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.64px;
  color: #ffffff;
  font-family: "Karla-Light";
}
.airportTransferPage .airportBanner_list .form-check-input[type=radio] ~ .form-check-label:before {
  width: 16px;
  height: 16px;
  top: 3px !important;
}
.airportTransferPage .airportBanner_list .form-check-input[type=radio] ~ .form-check-label:after {
  width: 10px;
  height: 10px;
  left: 3px;
  top: 6px;
}
.airportTransferPage .airportBanner_list .form-check-input[type=radio]:checked ~ .form-check-label:after {
  width: 10px;
  height: 10px;
}
.airportTransferPage .airportBanner_list .form-check-input[type=radio]:checked ~ .form-check-label:before {
  background-color: transparent;
}
.airportTransferPage .airportBanner_filter {
  position: relative;
  z-index: 9;
}
.airportTransferPage .airportBanner_filter .formairportselect .select2-container {
  height: 54px;
}
.airportTransferPage .airportBanner_filter .formairportselect .select2-container .select2-selection--single {
  height: 100% !important;
  padding: 30px 0px 8px 3px;
  background-color: transparent;
  border: none;
}
.airportTransferPage .airportBanner_filter .formairportselect .select2-container .select2-selection__arrow {
  right: 10px;
}
.airportTransferPage .airportBanner_filter .formairportselect .select2-container .select2-selection__arrow:after {
  content: "\e90d" !important;
  font-size: 20px;
}
.airportTransferPage .airportBanner_filter .formairportselect .select2-container .select2-selection__rendered {
  font-size: 14px;
}
.airportTransferPage .airportBanner_filter .formairportselect .select2-container .select2-selection__rendered .select2-selection__placeholder {
  color: #475457 !important;
  letter-spacing: -0.64px;
}
.airportTransferPage .airportBanner_filter .select2-results {
  padding: 0px 8px;
}
.airportTransferPage .airportBanner_filter .select2-results__options {
  max-height: 340px !important;
  scrollbar-width: none;
}
.airportTransferPage .airportBanner_filter .select2-results__option {
  color: #24272c;
  border-bottom: 1px solid #e4e8e9 !important;
}
.airportTransferPage .airportBanner_filter .select2-results__option--highlighted {
  background-color: #e4e8e9 !important;
  color: #24272c !important;
}
.airportTransferPage .airportBanner_filter .select2-results__option[aria-selected=true] {
  background-color: #E4E8E9 !important;
}
.airportTransferPage .airportBanner_filter .select2-selection__clear {
  display: none;
}
.airportTransferPage .airportBanner_filter .select2-container--open .select2-dropdown {
  width: 400px !important;
  margin: 4px 0px;
}
.airportTransferPage .airportBanner_filter .select2-container--open .select2-dropdown--above, .airportTransferPage .airportBanner_filter .select2-container--open .select2-dropdown--below {
  border-radius: 8px;
  border: transparent !important;
}
.airportTransferPage .airportBanner_filter .select2-container--open .select2-dropdown .select2-results__option {
  text-align: left;
  padding: 8px;
}
.airportTransferPage .airportBanner_filter .select2-container--open .select2-dropdown .select2-search__field {
  border-color: #778c91 !important;
  height: 48px;
  font-size: 16px;
  color: #181818;
  border-radius: 4px;
  padding: 12px 20px 12px 16px;
}
.airportTransferPage .airportBanner_filter .select2-container--open .select2-selection__arrow:after {
  transform: rotateX(0deg);
}
.airportTransferPage .airportBanner_filter .select2-search {
  position: relative;
}
.airportTransferPage .airportBanner_filter .select2-search:before {
  font-family: "icomoon" !important;
  content: "\e916";
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 24px;
  color: #181818;
}
.airportTransferPage .airportBanner_filter .select2-search--dropdown {
  padding: 8px;
}
.airportTransferPage .airportBanner_filter_select {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(6.5212769508px);
          backdrop-filter: blur(6.5212769508px);
  border-radius: 50px;
  padding: 0px 20px;
}
.airportTransferPage .airportBanner_filter_select .form-group {
  width: 100%;
  margin-bottom: 0px;
}
.airportTransferPage .airportBanner_filter_select .form-group label {
  position: absolute;
  top: 8px;
  left: 3px;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0px;
}
.airportTransferPage .airportBanner_filter_select .form-group:first-child {
  border-radius: 50px 0px 0px 50px;
  overflow: hidden;
}
.airportTransferPage .airportBanner_filter_select .swipeIcon em {
  font-size: 23px;
  color: #181818;
}
.airportTransferPage .airportBanner_filter_dropdown {
  display: flex;
  gap: 4px;
  width: 100%;
  margin-top: 16px;
}
.airportTransferPage .airportBanner_filter_dropdown .dropdownBox {
  padding: 8px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.airportTransferPage .airportBanner_filter_dropdown .dropdownBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(6.5212769508px);
          backdrop-filter: blur(6.5212769508px);
  border-radius: 50px;
  z-index: -1;
}
.airportTransferPage .airportBanner_filter_dropdown .dropdownBox_saprater {
  width: 1px;
  background-color: #d9d9d9;
  height: 100%;
  display: block;
  margin: 0px 12px;
}
.airportTransferPage .airportBanner_filter_dropdown .dropdown {
  width: 100%;
}
.airportTransferPage .airportBanner_filter_dropdown .dropdown-menu {
  padding: 16px;
  border-radius: 8px;
  border: none;
  width: 400px !important;
}
.airportTransferPage .airportBanner_filter_dropdown .dropdown-menu .form-group .form-control {
  border-color: #778C91 !important;
  color: #181818;
}
.airportTransferPage .airportBanner_filter_dropdown .dropdown-menu li {
  width: 100%;
  margin-right: 0px;
}
.airportTransferPage .airportBanner_filter_dropdown .dropdown-menu li a {
  font-size: 16px;
  color: #24272c;
  line-height: 1.5;
  font-family: "Karla-Regular";
  padding: 8px;
  display: block;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
  white-space: normal;
}
.airportTransferPage .airportBanner_filter_dropdown .dropdown-menu li a:hover {
  background-color: #e4e8e9;
}
.airportTransferPage .airportBanner_filter_dropdown .dropdown-menu li::after {
  display: none;
}
.airportTransferPage .airportBanner_filter_dropdown .dropdown-menu.show {
  transform: translate(0px, 50px) !important;
  inset: 0px auto auto 0px !important;
  margin: 4px 0px !important;
  width: 100%;
}
.airportTransferPage .airportBanner_filter_dropdown .dropdown-toggle {
  padding: 0px;
  border: none;
  display: flex;
  width: 100%;
  align-items: flex-start;
  color: #181818;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Karla-Bold";
  letter-spacing: -1px;
  height: auto;
}
.airportTransferPage .airportBanner_filter_dropdown .dropdown-toggle > div {
  text-align: left;
}
.airportTransferPage .airportBanner_filter_dropdown .dropdown-toggle span {
  font-family: "Karla-Regular";
  color: #475457;
  width: 100%;
  text-align: left;
}
.airportTransferPage .airportBanner_filter_dropdown .dropdown-toggle .icon-calendar,
.airportTransferPage .airportBanner_filter_dropdown .dropdown-toggle .icon-users {
  font-size: 20px;
  color: #181818;
}
.airportTransferPage .airportBanner_filter_dropdown .dropdown-toggle.dropdown-toggle::after {
  display: none;
}
.airportTransferPage .airportBanner_filter_dropdown .dropdown .bootstrap-datetimepicker-widget {
  border: none;
  width: 100% !important;
  max-width: 100% !important;
}
.airportTransferPage .airportBanner_filter_dropdown .dropdown .bootstrap-datetimepicker-widget .table {
  width: 100% !important;
  table-layout: fixed !important;
}
.airportTransferPage .airportBanner_filter_dropdown .dropdown .bootstrap-datetimepicker-widget .table-condensed thead th {
  font-size: 16px;
  font-family: "Karla-Medium";
  text-align: center;
  padding: 8px 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.airportTransferPage .airportBanner_filter_dropdown .dropdown .bootstrap-datetimepicker-widget .table-condensed td {
  text-align: center;
  padding: 8px 4px;
  white-space: nowrap;
  overflow: hidden;
}
.airportTransferPage .airportBanner_filter_dropdown .dropdown .bootstrap-datetimepicker-widget .table-condensed td span.month {
  font-size: 16px;
  color: #181818;
  display: block;
  width: 100%;
}
.airportTransferPage .airportBanner_filter_dropdown .dropdown .bootstrap-datetimepicker-widget .datepicker-days .picker-switch {
  position: absolute;
  left: 15px;
  text-align: left;
  height: 35px;
  padding-top: 0px;
}
.airportTransferPage .airportBanner_filter_dropdown .dropdown .bootstrap-datetimepicker-widget .datepicker-days .prev {
  right: 45px;
  position: absolute;
  height: 35px;
  padding-top: 0px;
}
.airportTransferPage .airportBanner_filter_dropdown .dropdown .bootstrap-datetimepicker-widget .datepicker-days .next {
  right: 16px;
  position: absolute;
  height: 35px;
  padding-top: 0px;
}
.airportTransferPage .airportBanner_filter_dropdown .dropdown .bootstrap-datetimepicker-widget .datepicker-days .table td.new {
  display: none;
}
.airportTransferPage .airportBanner_filter_dropdown .dropdown .bootstrap-datetimepicker-widget .datepicker-days .table thead tr th {
  font-size: 16px;
  line-height: 1.5;
  color: #181818;
}
.airportTransferPage .airportBanner_filter_dropdown .dropdown .bootstrap-datetimepicker-widget .datepicker-days .table thead tr th.dow {
  width: 40px;
  height: 40px;
  padding-top: 42px;
}
@media (max-width: 1399.98px) {
  .airportTransferPage .airportBanner_title {
    font-size: 38px;
  }
  .airportTransferPage .airportBanner_filter_dropdown .dropdownBox:last-child .dropdown-menu {
    width: 100% !important;
  }
  .airportTransferPage .airportBanner_filter_dropdown .dropdown-menu {
    width: auto;
  }
}
@media (max-width: 1199.98px) {
  .airportTransferPage .airportBanner_title {
    font-size: 28px;
  }
  .airportTransferPage .airportBanner_cnt {
    padding: 30px 12px;
  }
  .airportTransferPage .airportBanner_list {
    margin: 15px 0px;
  }
  .airportTransferPage .airportBanner_filter_dropdown .dropdown-menu {
    width: 350px !important;
  }
  .airportTransferPage .airportBanner_filter_select {
    padding: 0px 15px;
  }
  .airportTransferPage .airportBanner_filter .select2-container--open .select2-dropdown {
    width: 330px !important;
  }
  .airportTransferPage .airportBanner_filter .select2-container--open .select2-dropdown .select2-search__field {
    height: 38px;
  }
  .airportTransferPage .airportBanner_filter .select2-search:before {
    top: 12px;
    right: 20px;
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .airportTransferPage .airportBanner_filter_dropdown {
    flex-direction: column;
    gap: 16px;
  }
  .airportTransferPage .airportBanner_filter_dropdown .dropdownBox {
    width: 100%;
  }
  .airportTransferPage .airportBanner_filter_dropdown .dropdownBox_saprater {
    height: 35px;
  }
  .airportTransferPage .airportBanner_filter_dropdown .dropdownBox:last-child {
    width: 100%;
  }
  .airportTransferPage .airportBanner_filter_dropdown .dropdownBox:last-child .dropdown-menu {
    width: 350px !important;
  }
}
@media (max-width: 767.98px) {
  .airportTransferPage .airportBanner .container {
    padding: 0px;
  }
  .airportTransferPage .airportBanner_inner {
    background-image: url("../../images/frontend/mobile-banner.webp");
    height: 450px;
    border-radius: 0px;
  }
  .airportTransferPage .airportBanner_title {
    font-size: 24px;
  }
  .airportTransferPage .airportBanner_para {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .airportTransferPage .airportBanner_cnt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
}
.airportTransferPage .destinationList .h-451 {
  height: auto;
}
@media (max-width: 575.98px) {
  .airportTransferPage .destinationList .h-451 {
    height: 212px;
  }
}
.airportTransferPage .destinationList_heading {
  font-size: 24px;
  font-family: "Karla-Bold";
  letter-spacing: -0.64px;
  line-height: 1.33;
  color: #333333;
}
.airportTransferPage .destinationList_item {
  background-color: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.airportTransferPage .destinationList_item:not(:last-child) {
  margin-bottom: 88px;
}
.airportTransferPage .destinationList_item_left {
  padding: 40px;
}
.airportTransferPage .destinationList_item_left p {
  margin: 24px 0px;
}
.airportTransferPage .destinationList_item_right {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
}
@media (max-width: 1399.98px) {
  .airportTransferPage .destinationList_heading {
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) {
  .airportTransferPage .destinationList_item:not(:last-child) {
    margin-bottom: 48px;
  }
  .airportTransferPage .destinationList_item_left {
    padding: 24px;
  }
  .airportTransferPage .destinationList_item_left p {
    font-size: 15px;
    margin: 15px 0px;
  }
}
@media (max-width: 767.98px) {
  .airportTransferPage .destinationList_heading {
    font-size: 18px;
  }
  .airportTransferPage .destinationList_item_right {
    height: 350px;
    position: relative;
    width: 100%;
  }
  .airportTransferPage .destinationList_item_left p {
    margin: 24px 0px;
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .airportTransferPage .destinationList_item_right {
    height: 100%;
  }
}
.airportTransferPage .transfersSec_inner {
  display: flex;
  gap: 32px;
}
.airportTransferPage .transfersSec_items {
  display: flex;
  border-radius: 8px;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.airportTransferPage .transfersSec_itemshead {
  font-size: 24px;
  color: #000000;
  font-family: "Karla-Bold";
  letter-spacing: -1.64px;
  line-height: 1.33;
  margin-bottom: 16px;
}
.airportTransferPage .transfersSec_itemspara {
  font-size: 16px;
  color: #000000;
  font-family: "Karla-Regular";
  letter-spacing: -0.64px;
  line-height: 1.5;
  margin-bottom: 0px;
}
.airportTransferPage .transfersSec_items_cnt {
  background-color: #f5f5f5;
  padding: 32px;
  width: calc(100% - 200px);
  margin-left: auto;
  height: 100%;
}
.airportTransferPage .transfersSec_items_img {
  width: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1399.98px) {
  .airportTransferPage .transfersSec_inner {
    gap: 20px;
  }
  .airportTransferPage .transfersSec_itemshead {
    font-size: 20px;
  }
  .airportTransferPage .transfersSec_items_cnt {
    padding: 24px;
  }
}
@media (max-width: 991.98px) {
  .airportTransferPage .transfersSec_inner {
    gap: 15px;
    flex-direction: column;
  }
  .airportTransferPage .transfersSec_items_img {
    width: 275px;
    background-position: center;
  }
  .airportTransferPage .transfersSec_items_cnt {
    width: calc(100% - 275px);
  }
}
@media (max-width: 575.98px) {
  .airportTransferPage .transfersSec_inner {
    gap: 24px;
  }
  .airportTransferPage .transfersSec_items {
    flex-direction: column;
  }
  .airportTransferPage .transfersSec_items_cnt, .airportTransferPage .transfersSec_items_img {
    width: 100%;
  }
  .airportTransferPage .transfersSec_itemshead {
    font-size: 18px;
  }
  .airportTransferPage .transfersSec_itemspara {
    font-size: 14px;
  }
  .airportTransferPage .transfersSec_items_img {
    width: 100%;
    height: 332px;
    position: static;
  }
  .airportTransferPage .transfersSec_items_cnt {
    width: 100%;
  }
}
.airportTransferPage .ourDestinationSec .row {
  row-gap: 56px;
}
.airportTransferPage .ourDestinationSec .commonHead {
  max-width: 665px;
}
.airportTransferPage .ourDestinationSec .commonHead_heading {
  margin-bottom: 16px;
}
.airportTransferPage .ourDestinationSec .destinationsSec_items p {
  margin: 8px 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.airportTransferPage .ourDestinationSec .destinationsSec_cnt {
  margin-top: 8px;
}
.airportTransferPage .ourDestinationSec .destinationsSec_cnt h3 {
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .airportTransferPage .ourDestinationSec .commonHead {
    margin-bottom: 0px;
  }
  .airportTransferPage .ourDestinationSec .destinationsSec_items p {
    font-size: 14px;
  }
}
.airportTransferPage .ucpaWeek_wrapper {
  margin: 16px 0px;
}
.airportTransferPage .ucpaWeek_wrapper-timetable .ucpaWeek_box {
  background-color: #f5f5f5;
}
.airportTransferPage .ucpaWeek_box {
  background-color: #ccedf4;
  padding: 32px;
  border-radius: 8px;
  height: 100%;
  color: #181818;
}
.airportTransferPage .ucpaWeek_box span {
  display: block;
  font-size: 34px;
  margin-bottom: 16px;
}
.airportTransferPage .ucpaWeek_box p {
  letter-spacing: -0.64px;
}
.airportTransferPage .ucpaWeek_box_left {
  width: 95px;
  margin-right: 16px;
}
.airportTransferPage .ucpaWeek_box_right {
  width: calc(100% - 111px);
}
@media (max-width: 575.98px) {
  .airportTransferPage .ucpaWeek_box {
    padding: 24px;
  }
  .airportTransferPage .ucpaWeek_box span {
    font-size: 20px;
  }
  .airportTransferPage .ucpaWeek_box_left {
    width: 80px;
    margin-right: 10px;
  }
  .airportTransferPage .ucpaWeek_box_right {
    width: calc(100% - 90px);
  }
}
.airportTransferPage .bookUcpaSec_right {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 64px 40px;
  background-color: #f5f5f5;
  border-radius: 8px;
}
.airportTransferPage .bookUcpaSec_box {
  width: calc(50% - 16px);
}
.airportTransferPage .bookUcpaSec_boxhead {
  font-size: 16px;
  color: #181818;
  font-family: "Karla-Bold";
  letter-spacing: -1.64px;
  line-height: 1.5;
  margin: 8px 0px;
}
.airportTransferPage .bookUcpaSec_boxpara {
  font-size: 16px;
  color: #000000;
  font-family: "Karla-Regular";
  letter-spacing: -0.64px;
  line-height: 1.5;
  margin-bottom: 0px;
}
.airportTransferPage .bookUcpaSec_box em {
  font-size: 24px;
  color: #181818;
}
@media (max-width: 1399.98px) {
  .airportTransferPage .bookUcpaSec_right {
    padding: 50px 40px;
  }
}
@media (max-width: 1199.98px) {
  .airportTransferPage .bookUcpaSec_right {
    padding: 40px 24px;
    gap: 20px;
    margin-top: 32px;
  }
}
@media (max-width: 767.98px) {
  .airportTransferPage .bookUcpaSec_right {
    padding: 40px 24px;
    gap: 32px;
    margin-top: 32px;
  }
  .airportTransferPage .bookUcpaSec_box {
    width: 100%;
  }
  .airportTransferPage .bookUcpaSec_boxhead, .airportTransferPage .bookUcpaSec_boxpara {
    font-size: 14px;
  }
}
.airportTransferPage .faqUcpaSec_accordion:not(:first-child) {
  margin-top: 40px;
}
.airportTransferPage .faqUcpaSec_head {
  font-family: "Karla-Bold";
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -1.64px;
  margin-bottom: 16px;
}
@media (max-width: 1399.98px) {
  .airportTransferPage .faqUcpaSec_head {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .airportTransferPage .faqUcpaSec_head {
    font-size: 18px;
  }
  .airportTransferPage .faqUcpaSec .accordion-button {
    font-size: 14px;
  }
  .airportTransferPage .faqUcpaSec .accordion-button::after {
    font-size: 14px;
  }
}
.airportTransferPage .mobileSearch_inner .form-check {
  margin-bottom: 0px !important;
}
.airportTransferPage .mobileSearch_inner .form-check-input[type=radio] ~ .form-check-label {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.64px;
  color: #181818;
  padding: 16px 0px;
  cursor: pointer;
  transition: all 0.5 ease-in-out;
}
.airportTransferPage .mobileSearch_inner .form-check-input[type=radio] ~ .form-check-label:before, .airportTransferPage .mobileSearch_inner .form-check-input[type=radio] ~ .form-check-label::after {
  display: none;
}
.airportTransferPage .mobileSearch_inner .form-check-input[type=radio] ~ .form-check-label:hover {
  background-color: #e4e8e9;
}
.airportTransferPage .mobileSearch_inner .form-check-input[type=radio]:checked ~ .form-check-label {
  background-color: #e4e8e9;
}
.airportTransferPage .mobileSearch_inner .selectSearch {
  position: relative;
}
.airportTransferPage .mobileSearch_inner .selectSearch .form-control {
  border-color: #778C91 !important;
  color: #181818;
}
.airportTransferPage .mobileSearch_inner .selectSearch em {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  font-size: 24px;
  color: #181818;
}
.airportTransferPage .mobileSearch_menuhead {
  padding: 18px 20px;
  border-bottom: 1px solid #c9d1d3;
}
.airportTransferPage .mobileSearch_menuhead h3 {
  font-size: 18px;
  line-height: 1.5;
  color: #181818;
  font-family: "Karla-Bold";
  letter-spacing: -0.64px;
}
.airportTransferPage .mobileSearch_menuhead a {
  color: #181818;
}
.airportTransferPage .mobileSearch_menuhead a em {
  font-size: 13px;
}
.airportTransferPage .mobileSearch_bar {
  width: 100%;
  height: 52px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  font-family: "Karla-Bold";
  position: relative;
}
.airportTransferPage .mobileSearch_bar.bordershow {
  border-radius: 26px 26px 0px 0px;
  background-color: #ffffff;
}
.airportTransferPage .mobileSearch_bar.bordershow .icon-search {
  display: none;
}
.airportTransferPage .mobileSearch_bar.bordershow .icon-close {
  left: 8px;
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e81d00;
  border-radius: 50%;
  font-size: 12px;
}
.airportTransferPage .mobileSearch_bar .icon-close {
  display: none;
}
.airportTransferPage .mobileSearch_bar .icon-search, .airportTransferPage .mobileSearch_bar .icon-close {
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  font-size: 24px;
  color: #181818;
}
.airportTransferPage .mobileSearch_bar .filter {
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #e81d00;
  right: 8px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px;
}
.airportTransferPage .mobileSearch_bar .filter:active, .airportTransferPage .mobileSearch_bar .filter:focus, .airportTransferPage .mobileSearch_bar .filter:visited {
  outline: 0;
  border: 0;
}
.airportTransferPage .mobileSearch_bar .filter em {
  color: #ffffff;
  font-size: 21px;
  color: #ffffff;
}
.airportTransferPage .mobileSearch_bar h3 {
  font-size: 14px;
  color: #181818;
  line-height: 1.57;
  position: absolute;
  left: 55px;
  top: 50%;
  transform: translateY(-50%);
}
.airportTransferPage .mobileSearch_inner {
  background-color: #ffffff;
  position: fixed;
  transition: all 0.3s ease-in-out;
  right: -100%;
  text-align: left;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.airportTransferPage .mobileSearch_inner.open-sideBar {
  right: 0px;
}
.airportTransferPage .mobileSearch_inner .accordion {
  border-color: #c9d1d3;
  position: relative;
  z-index: 2;
  padding: 0px 20px;
  max-height: 100%;
  height: 100%;
  overflow: hidden auto;
  scrollbar-width: none;
}
.airportTransferPage .mobileSearch_inner .accordion-item {
  border: none;
  border-top: 1px solid #c9d1d3;
}
.airportTransferPage .mobileSearch_inner .accordion-body {
  padding-bottom: 16px;
}
.airportTransferPage .mobileSearch_inner .accordion-body .form-check {
  margin-bottom: 8px;
}
.airportTransferPage .mobileSearch_inner .accordion-body.column-2 {
  display: flex;
  flex-wrap: wrap;
}
.airportTransferPage .mobileSearch_inner .accordion-body.column-2 .form-check {
  width: 50%;
}
.airportTransferPage .mobileSearch_inner .accordion-body ul li:not(:last-child) {
  border-bottom: 1px solid #c9d1d3;
}
.airportTransferPage .mobileSearch_inner .accordion-body ul li:last-child a {
  padding-bottom: 0;
}
.airportTransferPage .mobileSearch_inner .accordion-body ul li a {
  font-size: 14px;
  font-family: "Karla-Regular";
  line-height: 1.5;
  color: #24272c;
  padding: 16px 0px;
  display: block;
}
.airportTransferPage .mobileSearch_inner .accordion-button {
  padding: 16px 0px;
  font-size: 14px;
  font-family: "Karla-Bold";
  line-height: 1.57;
  color: #181818;
  border: none;
}
.airportTransferPage .mobileSearch_inner .accordion-button span {
  font-size: 14px;
  color: #475457;
  font-family: "Karla-Regular";
}
.airportTransferPage .mobileSearch_inner .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.airportTransferPage .mobileSearch_inner .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.airportTransferPage .mobileSearch_inner .tweepersoonspara {
  padding: 16px 20px 0px;
  border-bottom: 1px solid #c9d1d3;
  border-top: 1px solid #c9d1d3;
}
.airportTransferPage .mobileSearch_inner .tweepersoonspara label {
  font-size: 14px;
}
.airportTransferPage .mobileSearch_inner .tweepersoonspara p {
  font-size: 12px;
  color: #181818;
  line-height: 1.66;
  margin: 6px 0px 8px;
}
.airportTransferPage .mobileSearch_inner .bootstrap-datetimepicker-widget {
  padding: 0px;
  border: none;
  box-shadow: none !important;
  width: 100% !important;
  max-width: none !important;
}
.airportTransferPage .mobileSearch_inner .bootstrap-datetimepicker-widget ul li {
  border-bottom: none !important;
}
.airportTransferPage .mobileSearch_inner .bootstrap-datetimepicker-widget .table {
  width: 100%;
}
.airportTransferPage .mobileSearch_inner .bootstrap-datetimepicker-widget .table thead th.dow {
  font-size: 14px;
  line-height: 22px !important;
}
.airportTransferPage .mobileSearch_inner .bootstrap-datetimepicker-widget .table thead .prev, .airportTransferPage .mobileSearch_inner .bootstrap-datetimepicker-widget .table thead .next, .airportTransferPage .mobileSearch_inner .bootstrap-datetimepicker-widget .table thead .picker-switch {
  line-height: 22px !important;
}
.airportTransferPage .mobileSearch_inner .bootstrap-datetimepicker-widget .table td.day {
  line-height: 18px !important;
}
.airportTransferPage .mobileSearch_inner .bootstrap-datetimepicker-widget .table td.day.old {
  opacity: 0 !important;
}
.airportTransferPage .mobileSearch_inner .bootstrap-datetimepicker-widget .table td.day.new {
  display: none !important;
}
.airportTransferPage .mobileSearch_inner .accordion-body .form-group .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  z-index: 1 !important;
}
.airportTransferPage .mobileSearch_inner .accordion-body .form-group .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget .datepicker-days .table-condensed {
  margin-bottom: 0;
}
.airportTransferPage .mobileSearch_inner .accordion-body .form-group input.datetimepicker-input.d-none + .bootstrap-datetimepicker-widget {
  margin-top: 0;
  border-radius: 8px;
  overflow: hidden;
}
.airportTransferPage .mobileSearch_btn {
  padding: 16px 20px;
  border-top: 1px solid #c9d1d3;
  background: #ffffff;
}
.airportTransferPage .newsLetterSec {
  background: none;
}
@media (max-width: 1399.98px) {
  .airportTransferPage .commonHead {
    margin-bottom: 24px;
  }
  .airportTransferPage .commonHead_heading {
    margin-bottom: 24px;
  }
}
@media (max-width: 1199.98px) {
  .airportTransferPage .py-120 {
    padding: 40px 0px;
  }
}
@media (max-width: 767.98px) {
  .airportTransferPage .py-120 {
    padding: 48px 0px;
  }
  .airportTransferPage .commonHead {
    margin-bottom: 16px;
  }
  .airportTransferPage .commonHead_heading {
    margin-bottom: 16px;
  }
  .airportTransferPage .btn {
    height: 46px;
  }
}

.timepickerIcon {
  position: relative;
}
.timepickerIcon::after {
  content: "\e912";
  font-family: "icomoon" !important;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #0f1f28;
}

.time-picker-custom {
  cursor: pointer;
}
.time-picker-custom:focus {
  border-color: #e81d00;
  box-shadow: 0 0 0 0.2rem rgba(232, 29, 0, 0.25);
}
.time-picker-custom::-moz-placeholder {
  color: #5F7074;
  opacity: 1;
}
.time-picker-custom::placeholder {
  color: #5F7074;
  opacity: 1;
}

.ui-timepicker-container {
  z-index: 9999 !important;
}
.ui-timepicker-container .ui-timepicker {
  background: #ffffff;
  border: none !important;
  border-radius: 4px;
  padding: 8px 0;
  overflow-y: auto;
  width: 100%;
}
.ui-timepicker-container .ui-timepicker .ui-corner-all {
  border: none !important;
  font-size: 16px !important;
}
.ui-timepicker-container .ui-timepicker .ui-corner-all.ui-state-hover {
  color: #e81d00 !important;
}
.ui-timepicker-container .ui-timepicker .ui-timepicker-viewport {
  scrollbar-width: none;
}
.ui-timepicker-container .ui-timepicker .ui-timepicker-viewport .ui-timepicker-list li {
  padding: 8px 16px;
  font-size: 14px;
  color: #232323;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.ui-timepicker-container .ui-timepicker .ui-timepicker-viewport .ui-timepicker-list li:hover {
  background-color: #dddddd;
}
.ui-timepicker-container .ui-timepicker .ui-timepicker-viewport .ui-timepicker-list li.ui-timepicker-selected {
  background-color: #e81d00;
  color: #ffffff;
}

.transferPage .textarea {
  height: 100px !important;
}
.transferPage .checkoutSec hr {
  margin: 40px 0px;
}
.transferPage .checkoutSec .termsCondition {
  width: -moz-fit-content;
  width: fit-content;
}
.transferPage .checkoutSec .popupIcon {
  position: relative;
  top: 3px;
}
.transferPage .checkoutSec .popupIcon em {
  font-size: 18px;
}
.transferPage .checkoutSec .form-group .form-control {
  color: #181818;
}
.transferPage .checkoutSec_head, .transferPage .checkoutSec_subhead {
  font-size: 20px;
  line-height: 1.4;
  font-family: "Karla-Bold";
  color: #000000;
  letter-spacing: -0.8px;
  margin: 40px 0px 24px 0px;
}
.transferPage .checkoutSec_head {
  margin: 40px 0px;
}
.transferPage .checkoutSec_left .nav-link {
  pointer-events: none;
}
.transferPage .checkoutSec_left .nav-link:not(:last-child) {
  padding-right: 25px;
}
.transferPage .checkoutSec_list span, .transferPage .checkoutSec_list p {
  width: auto;
}
.transferPage .checkoutSec_right {
  margin-top: 40px;
}
.transferPage .checkoutSec_right_head {
  font-size: 14px;
}
.transferPage .informationTab .chamberyBox {
  margin-top: 40px;
  padding: 8px;
  border: 1px solid #181C1D;
  border-radius: 8px;
  gap: 8px;
  display: flex;
}
.transferPage .informationTab .chamberyBox_img {
  width: 110px;
  height: 110px;
  overflow: hidden;
}
.transferPage .informationTab .chamberyBox_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.transferPage .informationTab .chamberyBox_cnt {
  width: calc(100% - 120px);
}
.transferPage .informationTab .chamberyBox_cnt ul li {
  font-size: 14px;
  font-family: "Karla-Regular";
  line-height: 1.5;
  letter-spacing: -0.64px;
  color: #181818;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.transferPage .informationTab .chamberyBox_cnt ul li span {
  color: #e81d00;
}
.transferPage .informationTab .chamberyBox_cnt ul li:first-child {
  font-family: "Karla-Bold";
}
.transferPage .informationTab .mapSec {
  height: 216px;
  margin-top: 40px;
}
.transferPage .informationTab .mapSec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.transferPage .gx-16 {
  --bs-gutter-x: 16px;
}
@media (max-width: 991.98px) {
  .transferPage .gx-16 {
    --bs-gutter-x: 8px;
  }
}
@media (max-width: 1399.98px) {
  .transferPage .checkoutSec_head, .transferPage .checkoutSec_subhead, .transferPage .checkoutSec hr {
    margin: 24px 0px;
  }
  .transferPage .informationTab .chamberyBox, .transferPage .informationTab .mapSec {
    margin-top: 30px;
  }
}
@media (max-width: 1199.98px) {
  .transferPage .checkoutSec_left .nav-link div {
    width: 28px;
    height: 28px;
  }
  .transferPage .informationTab .chamberyBox, .transferPage .informationTab .mapSec {
    margin-top: 24px;
  }
  .transferPage .informationTab .chamberyBox_img {
    width: 80px;
    height: 80px;
  }
  .transferPage .informationTab .chamberyBox_cnt {
    width: calc(100% - 88px);
  }
}
@media (max-width: 991.98px) {
  .transferPage .checkoutSec .nav {
    margin-bottom: 24px;
    gap: 10px 0px;
  }
  .transferPage .checkoutSec .popupIcon em {
    font-size: 14px;
  }
  .transferPage .checkoutSec_left {
    margin-top: 24px;
  }
  .transferPage .checkoutSec_left .nav-link:not(:last-child) {
    padding-right: 15px;
  }
  .transferPage .checkoutSec_left .nav-link div {
    width: 24px;
    height: 24px;
  }
  .transferPage .checkoutSec .chamberyBox_img {
    width: 60px;
    height: 60px;
  }
  .transferPage .checkoutSec .chamberyBox_cnt {
    width: calc(100% - 68px);
  }
}
@media (max-width: 575.98px) {
  .transferPage .checkoutSec_left .nav-link {
    font-size: 10px;
  }
  .transferPage .checkoutSec_left .nav-link div, .transferPage .checkoutSec_left .nav-link em {
    font-size: 14px;
  }
  .transferPage .checkoutSec .chamberyBox_img {
    width: 48px;
    height: 48px;
  }
  .transferPage .checkoutSec .chamberyBox_cnt {
    width: calc(100% - 56px);
  }
  .transferPage .checkoutSec .chamberyBox_cnt ul li {
    font-size: 12px !important;
  }
  .transferPage .mapSec {
    height: 160px;
  }
}

.btn {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 8px 32px;
  letter-spacing: -0.64px;
}
.btn-sm {
  height: 35px;
  padding: 6px 15px;
}
.btn-primary:disabled, .btn-outline-primary:disabled {
  pointer-events: none;
  opacity: 0.3;
  background-color: #e81d00;
  color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: #e81d00;
  border-color: #e81d00;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.focus .btn-primary.active, .btn-primary.show, .btn-primary-check:checked + .btn-primary, .btn-primary:focus-visible, .btn-primary:not(.btn-check) + .btn-primary:hover, .btn-primary:first-child:hover, .btn-primary-check:focus-visible + .btn-primary, .btn-primary:first-child:active, .btn-primary:not(.btn-check) + .btn-primary:active {
  color: #ffffff !important;
  background-color: #c91900 !important;
  border-color: #c91900 !important;
  box-shadow: none !important;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary {
  background-color: #e81d00;
  border-color: #e81d00;
  box-shadow: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #e81d00;
  border-color: #e81d00;
  box-shadow: none;
}
.btn-outline-primary {
  color: #e81d00;
  border-color: #e81d00;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary.focus .btn-outline-primary.active, .btn-outline-primary:focus-visible, .btn-outline-primary:not(.btn-check) + .btn-outline-primary:hover, .btn-outline-primary:first-child:hover, .btn-outline-primary-check:focus-visible + .btn-outline-primary {
  color: #ffffff !important;
  background-color: #c91900 !important;
  border-color: #c91900 !important;
  box-shadow: none !important;
}
.btn-outline-primary.disabled, .btn-outline-primary[disabled], fieldset[disabled] .btn-outline-primary {
  background-color: #e81d00;
  border-color: #e81d00;
  box-shadow: none;
}
.btn-outline-primary.disabled:hover, .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary[disabled]:hover, .btn-outline-primary[disabled]:focus, .btn-outline-primary[disabled].focus, fieldset[disabled] .btn-outline-primary:hover, fieldset[disabled] .btn-outline-primary:focus, fieldset[disabled] .btn-outline-primary.focus {
  background-color: #e81d00;
  border-color: #e81d00;
  box-shadow: none;
}
.btn-success {
  color: #ffffff;
  background-color: #57ab8e;
  border-color: #57ab8e;
}
.btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success.focus .btn-success.active, .btn-success.show, .btn-success-check:checked + .btn-success, .btn-success:focus-visible, .btn-success:not(.btn-check) + .btn-success:hover, .btn-success:first-child:hover, .btn-success-check:focus-visible + .btn-success, .btn-success:first-child:active, .btn-success:not(.btn-check) + .btn-success:active {
  color: #ffffff !important;
  background-color: #4c987d !important;
  border-color: #4c987d !important;
  box-shadow: none !important;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success {
  background-color: #57ab8e;
  border-color: #57ab8e;
  box-shadow: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #57ab8e;
  border-color: #57ab8e;
  box-shadow: none;
}
.btn-outline-success {
  color: #57ab8e;
  border-color: #57ab8e;
}
.btn-outline-success:hover, .btn-outline-success:active, .btn-outline-success:focus, .btn-outline-success.focus .btn-outline-success.active, .btn-outline-success:focus-visible, .btn-outline-success:not(.btn-check) + .btn-outline-success:hover, .btn-outline-success:first-child:hover, .btn-outline-success-check:focus-visible + .btn-outline-success {
  color: #ffffff !important;
  background-color: #4c987d !important;
  border-color: #4c987d !important;
  box-shadow: none !important;
}
.btn-outline-success.disabled, .btn-outline-success[disabled], fieldset[disabled] .btn-outline-success {
  background-color: #57ab8e;
  border-color: #57ab8e;
  box-shadow: none;
}
.btn-outline-success.disabled:hover, .btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success[disabled]:hover, .btn-outline-success[disabled]:focus, .btn-outline-success[disabled].focus, fieldset[disabled] .btn-outline-success:hover, fieldset[disabled] .btn-outline-success:focus, fieldset[disabled] .btn-outline-success.focus {
  background-color: #57ab8e;
  border-color: #57ab8e;
  box-shadow: none;
}

@keyframes ripple {
  0% {
    transform: scale(4);
  }
  100% {
    opacity: 0;
    transform: scale(40);
  }
}
.ripple-effect-dark,
.ripple-effect {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ripple-effect span.ripple-overlay,
.ripple-effect-dark span.ripple-overlay {
  animation: ripple 0.9s;
  border-radius: 100%;
  background: #ffffff;
  height: 12px;
  position: absolute;
  width: 12px;
  line-height: 12px;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.ripple-effect-dark span.ripple-overlay {
  background: #000000;
  opacity: 0.07;
}

.alert {
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid transparent;
  border-left-width: 5px;
  font-size: 14px;
  background-color: #ffffff;
}
.alert-success {
  border-color: #04AAB0;
  background-color: rgba(4, 170, 176, 0.1);
  border-left-color: #04AAB0;
  color: #04AAB0;
}
.alert-danger {
  border-color: #f36673;
  background-color: rgba(243, 102, 115, 0.1);
  border-left-color: #f36673;
  color: #f36673;
}
.alert-warning {
  border-color: #e81d00;
  background-color: rgba(232, 29, 0, 0.1);
  border-left-color: #e81d00;
  color: #e81d00;
}

.form-group,
.input-group {
  position: relative;
  margin-bottom: 24px;
}
.form-group.selectCountry .select2,
.input-group.selectCountry .select2 {
  width: 100px !important;
  margin-right: 15px;
}
.form-group label,
.input-group label {
  margin-bottom: 8px;
  font-size: 16px;
  color: #181818;
  letter-spacing: -0.64px;
  font-family: "Karla-Bold";
}
.form-group .form-control,
.form-group .input-group-text,
.input-group .form-control,
.input-group .input-group-text {
  border-color: #adbabd;
  color: #232323;
  background-color: #ffffff;
  border-radius: 4px;
  background-clip: initial;
  padding: 16px 20px;
  height: 48px;
  font-size: 16px;
  caret-color: #e81d00;
}
.form-group .form-control:focus,
.form-group .input-group-text:focus,
.input-group .form-control:focus,
.input-group .input-group-text:focus {
  outline: none;
  box-shadow: none !important;
  border-color: #e81d00;
}
.form-group .form-control:valid:focus, .form-group .form-control:invalid:focus,
.form-group .input-group-text:valid:focus,
.form-group .input-group-text:invalid:focus,
.input-group .form-control:valid:focus,
.input-group .form-control:invalid:focus,
.input-group .input-group-text:valid:focus,
.input-group .input-group-text:invalid:focus {
  outline: none;
  box-shadow: none;
}
.form-group .form-control:disabled, .form-group .form-control[readonly],
.form-group .input-group-text:disabled,
.form-group .input-group-text[readonly],
.input-group .form-control:disabled,
.input-group .form-control[readonly],
.input-group .input-group-text:disabled,
.input-group .input-group-text[readonly] {
  background-color: #e9eef1;
  color: #000000;
}
.form-group .form-control::-webkit-input-placeholder,
.form-group .input-group-text::-webkit-input-placeholder,
.input-group .form-control::-webkit-input-placeholder,
.input-group .input-group-text::-webkit-input-placeholder {
  color: #5F7074;
}
.form-group .form-control::-moz-placeholder,
.form-group .input-group-text::-moz-placeholder,
.input-group .form-control::-moz-placeholder,
.input-group .input-group-text::-moz-placeholder {
  color: #5F7074;
}
.form-group .form-control:-ms-input-placeholder,
.form-group .input-group-text:-ms-input-placeholder,
.input-group .form-control:-ms-input-placeholder,
.input-group .input-group-text:-ms-input-placeholder {
  color: #5F7074;
}
.form-group .fieldicon-input-right,
.input-group .fieldicon-input-right {
  padding-inline-end: 55px;
}
.form-group .fieldicon-input-left,
.input-group .fieldicon-input-left {
  padding-inline-start: 35px;
}
.form-group .fieldicon-right,
.input-group .fieldicon-right {
  position: absolute;
  top: 14px;
  right: 12px;
  color: #57ab8e;
  text-decoration: none;
  z-index: 1;
  cursor: text;
}
.form-group .fieldicon-right:hover,
.input-group .fieldicon-right:hover {
  color: #79bca5;
}
.form-group .fieldicon-left,
.input-group .fieldicon-left {
  position: absolute;
  top: 14px;
  left: 12px;
  color: #57ab8e;
  text-decoration: none;
  z-index: 1;
  cursor: text;
}
.form-group .fieldicon .toggle-password,
.input-group .fieldicon .toggle-password {
  cursor: pointer;
  font-weight: 500;
  color: #181818;
  font-size: 20px;
}
@media (max-width: 575.98px) {
  .form-group .form-control,
  .input-group .form-control {
    height: 46px;
  }
}

textarea {
  resize: none;
}
textarea.form-control {
  height: 240px !important;
}

.form-check {
  line-height: normal;
  min-height: auto;
  position: relative;
  padding-left: 0px;
}
.form-check.custom-control-inline:last-child {
  margin-right: 0;
}
.form-check-input[type=checkbox] {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  left: 25px;
  z-index: -1;
  width: 16px;
  height: 16px;
  opacity: 0;
}
.form-check-input[type=checkbox]:focus ~ .form-check-label:before {
  box-shadow: none;
}
.form-check-input[type=checkbox]:not(:disabled):active ~ .form-check-label::before {
  background-color: #ffffff;
  border-color: #e81d00;
}
.form-check-input[type=checkbox]:focus:not(:checked) ~ .form-check-label::before {
  border-color: #e81d00;
}
.form-check-input[type=checkbox] ~ .form-check-label {
  width: 100%;
  cursor: pointer;
  position: static;
  color: #000000;
  letter-spacing: -0.64px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-top: 2px;
}
.form-check-input[type=checkbox] ~ .form-check-label:before {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #ffffff;
  top: 3px;
  border: 1.5px solid #e81d00;
  cursor: pointer;
  transition: all 0.3s;
}
.form-check-input[type=checkbox] ~ .form-check-label:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 6px;
  transition: all 0.3s;
  cursor: pointer;
  color: #ffffff;
  font-size: 11px;
}
.form-check-input[type=checkbox]:checked ~ .form-check-label:before {
  border-color: #e81d00;
  border-radius: 3px;
  background: #e81d00;
  top: 3px;
  left: 0px;
}
.form-check-input[type=checkbox]:checked ~ .form-check-label:after {
  width: 18px;
  height: 18px;
  left: 0;
  top: 6px;
  content: "\e917";
  font-family: "icomoon";
  color: #ffffff;
  text-align: center;
  font-size: 11px;
}
.form-check-input[type=checkbox]:checked:disabled ~ .form-check-label {
  pointer-events: none;
  cursor: default;
  opacity: 0.7;
}
.form-check-input[type=radio]:checked ~ .form-check-label:before {
  border-color: #e81d00;
}
.form-check-input[type=radio]:checked ~ .form-check-label:after {
  width: 16px;
  height: 16px;
  left: 4px;
  top: 5px;
  padding: 2px 0;
  content: "";
  text-align: center;
  border-color: #e81d00;
  border-radius: 50%;
  background-color: #e81d00;
}
@media (max-width: 991.98px) {
  .form-check-input[type=radio]:checked ~ .form-check-label::after {
    width: 10px;
    height: 10px;
  }
}
.form-check-input[type=radio] {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  left: 0;
  z-index: -1;
  width: 16px;
  height: 16px;
  opacity: 0;
}
.form-check-input[type=radio]:focus ~ .form-check-label:before {
  box-shadow: none;
}
.form-check-input[type=radio]:not(:disabled):active ~ .form-check-label::before {
  background-color: #ffffff;
  border-color: #e81d00;
}
.form-check-input[type=radio]:focus:not(:checked) ~ .form-check-label::before {
  border-color: #e81d00;
}
.form-check-input[type=radio] ~ .form-check-label {
  width: 100%;
  cursor: pointer;
  position: static;
  color: #000000;
  line-height: 24px;
  font-family: "Karla-Regular";
  letter-spacing: -0.64px;
  margin-bottom: 0;
  padding-left: 34px;
}
.form-check-input[type=radio] ~ .form-check-label:before {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  top: 1px;
  border: 1.5px solid #778c91;
  cursor: pointer;
  transition: all 0.3s;
}
.form-check-input[type=radio] ~ .form-check-label:after {
  content: "";
  position: absolute;
  display: block;
  left: 4px;
  top: 5px;
  transition: all 0.3s;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .form-check-input[type=radio] {
    width: 10px;
    height: 10px;
  }
  .form-check-input[type=radio] ~ .form-check-label {
    padding-left: 24px;
    line-height: 22px;
  }
  .form-check-input[type=radio] ~ .form-check-label:before {
    width: 16px;
    height: 16px;
    top: 3px;
  }
  .form-check-input[type=radio] ~ .form-check-label::after {
    left: 3px;
    top: 6px;
    width: 10px;
    height: 10px;
  }
  .form-check-input[type=radio]:checked ~ .form-check-label::after {
    left: 3px;
    top: 6px;
  }
}
@media (max-width: 991.98px) {
  .form-check-input[type=checkbox] ~ .form-check-label {
    font-size: 14px;
  }
  .form-check .custom-control-label::before {
    width: 14px;
    height: 14px;
  }
  .form-check .custom-control-label:after {
    width: 8px;
    height: 8px;
    left: 3px;
    top: 4px;
  }
}

@media (max-width: 1399.98px) {
  .form-group .form-control,
  .form-group .input-group-text,
  .input-group .form-control,
  .input-group .input-group-text {
    font-size: 14px;
  }
  .form-group .dateIcon:after,
  .form-group .timeIcon:after,
  .form-group .searchIcon:after,
  .input-group .dateIcon:after,
  .input-group .timeIcon:after,
  .input-group .searchIcon:after {
    top: 10px;
  }
  .form-group .fieldicon-input-right,
  .input-group .fieldicon-input-right {
    padding-inline-end: 30px;
  }
  .form-group .fieldicon-input-left,
  .input-group .fieldicon-input-left {
    padding-inline-start: 30px;
  }
  .form-group .fieldicon-right, .form-group .fieldicon-left,
  .input-group .fieldicon-right,
  .input-group .fieldicon-left {
    font-size: 14px;
    top: 14px;
  }
}
@media (max-width: 991.98px) {
  .form-group,
  .input-group {
    margin-bottom: 15px;
  }
  .form-group label,
  .input-group label {
    font-size: 14px;
  }
  .form-group .dateIcon:after,
  .form-group .timeIcon:after,
  .input-group .dateIcon:after,
  .input-group .timeIcon:after {
    font-size: 15px;
    line-height: 15px;
  }
  .form-group .fieldicon-input-right,
  .input-group .fieldicon-input-right {
    padding-inline-end: 28px;
  }
  .form-group .fieldicon-input-left,
  .input-group .fieldicon-input-left {
    padding-inline-start: 28px;
  }
}
@media (max-width: 575.98px) {
  .form-group .form-control {
    padding: 10px 15px;
  }
  .form-group label,
  .input-group label {
    font-size: 13px;
    letter-spacing: -0.56px;
  }
  .form-group .fieldicon-right, .form-group .fieldicon-left,
  .input-group .fieldicon-right,
  .input-group .fieldicon-left {
    top: 13px;
    font-size: 13px;
  }
}
input:-internal-autofill-selected {
  -webkit-appearance: menulist-button;
  background-color: rgb(247, 248, 249) !important;
  background-image: none !important;
  color: -internal-light-dark-color(#000000, #ffffff) !important;
}

.form-control.is-valid,
.form-control.is-invalid {
  background-image: none;
  padding-right: inherit;
}

.bootstrap-datetimepicker-widget {
  box-shadow: -1px, 5px, 10px, rgba(52, 52, 52, 0.09);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #778c91;
  padding: 16px;
}

.datepicker td, .datepicker th {
  height: 35px;
  width: 35px;
}
.datepicker table td.day {
  line-height: 28px;
}
.datepicker table tr td:focus,
.datepicker table tr span:focus {
  background-color: transparent !important;
  background-image: none;
}
.datepicker table tr td.active,
.datepicker table tr span.active {
  color: #e81d00 !important;
  font-family: "Karla-Bold";
  text-shadow: none;
}
.datepicker table tr td.active.active,
.datepicker table tr span.active.active {
  background-color: transparent !important;
  background-image: none;
  border-radius: 4px;
}
.datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover,
.datepicker table tr span.active.active:focus,
.datepicker table tr span.active.active:hover {
  background-color: transparent !important;
  background-image: none;
  border-radius: 4px;
}

.datetime {
  position: relative;
}
.datetime .icon-date {
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 24px;
  color: #e81d00;
}

.datetimepicker-input {
  font-size: 16px;
  height: 40px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 100%;
}
.bootstrap-datetimepicker-widget.top:after {
  border-top-color: #e81d00;
}
.bootstrap-datetimepicker-widget.bottom:before {
  display: none;
}
.bootstrap-datetimepicker-widget .table thead {
  background-color: #ffffff;
  color: #ffffff;
}
.bootstrap-datetimepicker-widget .table thead th {
  border: none;
  border-radius: 0;
  font-weight: normal;
  font-size: 14px;
  font-family: "Karla-Bold";
  color: #181818;
  line-height: 30px;
}
.bootstrap-datetimepicker-widget .table thead th .fa:after {
  font-family: "icomoon" !important;
  color: #181818;
}
.bootstrap-datetimepicker-widget .table thead th.prev .fa-chevron-left:after {
  content: "\e903" !important;
}
.bootstrap-datetimepicker-widget .table thead th.next .fa-chevron-right:after {
  content: "\e907" !important;
}
.bootstrap-datetimepicker-widget .table thead th span {
  font-size: 12px;
}
.bootstrap-datetimepicker-widget .table thead th.dow {
  background-color: transparent;
  font-size: 16px;
  color: #181818;
  font-family: "Karla-Bold";
}
.bootstrap-datetimepicker-widget .table thead tr:first-child th:hover {
  background-color: #ffffff;
  color: #e81d00;
}
.bootstrap-datetimepicker-widget .table thead tr:first-child th:hover .fa {
  color: #e81d00;
}
.bootstrap-datetimepicker-widget .table td {
  border-top: none;
  border-radius: 0;
  font-size: 16px;
  border: 0;
}
.bootstrap-datetimepicker-widget .table td.today {
  background-color: transparent;
  color: #e81d00;
  border-radius: 4px;
  font-family: "Karla-Bold";
}
.bootstrap-datetimepicker-widget .table td.today:before {
  border-bottom-color: transparent;
}
.bootstrap-datetimepicker-widget .table td.old, .bootstrap-datetimepicker-widget .table td.new {
  color: #ccd0d5;
}
.bootstrap-datetimepicker-widget .table td.active {
  background-color: transparent;
  color: #181818;
}
.bootstrap-datetimepicker-widget .table td.active:before {
  border-bottom-color: #ffffff;
}
.bootstrap-datetimepicker-widget .table td:hover {
  background: transparent !important;
  color: #e81d00;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget .table-condensed thead {
  background-color: #ffffff;
  color: #e81d00;
}
.bootstrap-datetimepicker-widget .table-condensed thead th {
  border: none;
  border-radius: 0;
  font-weight: normal;
  padding: 8px;
  font-size: 14px;
}
.bootstrap-datetimepicker-widget .table-condensed thead th.dow {
  background-color: #b3dc15;
}
.bootstrap-datetimepicker-widget .table-condensed thead tr:first-child th:hover {
  background-color: #ffffff;
  color: #e81d00;
}
.bootstrap-datetimepicker-widget .table-condensed thead tr:first-child th:hover .fa {
  color: #e81d00;
}
.bootstrap-datetimepicker-widget .table-condensed td span {
  border-radius: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 13px;
}
.bootstrap-datetimepicker-widget .table-condensed td span.month {
  font-size: 14px;
}
.bootstrap-datetimepicker-widget .table-condensed td a[data-action=togglePicker] {
  color: #000000;
}
.bootstrap-datetimepicker-widget .table-condensed td a[data-action=togglePicker] span:hover {
  background-color: transparent;
  color: #e81d00;
}
.bootstrap-datetimepicker-widget .timepicker .btn-primary {
  background-color: #e81d00;
  background-image: none;
  border-radius: 0;
  border-color: #e81d00;
  margin: 15px 0;
}
.bootstrap-datetimepicker-widget .timepicker .btn-primary:hover, .bootstrap-datetimepicker-widget .timepicker .btn-primary:focus, .bootstrap-datetimepicker-widget .timepicker .btn-primary:active {
  background-color: #b51700 !important;
  border-color: #b51700 !important;
}
.bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn {
  color: #000000;
  border: none;
}
.bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn:focus {
  border: 0;
  color: #e81d00;
}
.bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn:hover {
  color: #e81d00;
  border: 0;
}
.bootstrap-datetimepicker-widget .timepicker table td {
  height: 35px;
  line-height: 35px;
  width: 35px;
}
.bootstrap-datetimepicker-widget .timepicker table td span {
  font-size: 16px !important;
}
.bootstrap-datetimepicker-widget .timepicker table td span:hover {
  background-color: #ffffff;
}

.daterangepicker .drp-buttons .btn {
  height: auto;
  display: inline-block;
  padding: 7px 12px;
}
.daterangepicker .drp-buttons .btn-primary {
  background: linear-gradient(90deg, rgb(255, 85, 248) 0%, rgb(255, 201, 162) 100%);
  border: none;
}
.daterangepicker td.in-range {
  background-color: rgba(232, 29, 0, 0.09);
}
.daterangepicker td.active {
  background-color: #e81d00;
}
.daterangepicker td.active:hover {
  background-color: #e81d00;
}

.ui-widget {
  font-family: "Karla-Regular" !important;
}
.ui-widget select {
  font-family: "Karla-Regular" !important;
}

.ui-icon {
  display: none;
}

.ui-datepicker-today .ui-state-default {
  color: #e81d00 !important;
}

.ui-datepicker {
  padding: 10px 16px !important;
  border-radius: 5px !important;
}
.ui-datepicker-inline {
  width: 100% !important;
}
.ui-datepicker-next {
  font-weight: 500 !important;
}
.ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover {
  right: 2px !important;
  top: 2px !important;
  color: #e81d00 !important;
  font-weight: 500 !important;
}
.ui-datepicker-prev {
  font-weight: 500 !important;
}
.ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover {
  left: 2px !important;
  top: 2px !important;
  color: #e81d00 !important;
  font-weight: 500 !important;
}
.ui-datepicker-month, .ui-datepicker-year {
  padding: 2px 5px !important;
  border-color: #adbabd !important;
  border-radius: 5px !important;
  width: 72px !important;
  font-family: "Karla-Regular";
}
.ui-datepicker-month {
  margin-right: 10px !important;
}
.ui-datepicker .ui-widget-content .ui-state-default {
  background-color: transparent;
  border: none;
}
.ui-datepicker .ui-widget-header {
  background-color: #ffffff;
  border: none;
  margin-bottom: 0px;
}
.ui-datepicker-header {
  position: relative;
}
.ui-datepicker-prev, .ui-datepicker-next {
  color: #181818;
}
.ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker-calendar td {
  padding: 5px;
  color: #181818;
  width: 20px;
  height: 20px;
  text-align: center;
}
.ui-datepicker-calendar td a.ui-state-default {
  color: #181818;
  background-color: #ffffff;
  border: none;
  font-size: 16px;
  text-align: center;
  line-height: 23px;
}
.ui-datepicker-calendar td a.ui-state-default.ui-state-hover {
  color: #e81d00;
}
.ui-datepicker-calendar th {
  padding: 5px;
  text-align: center;
}
.ui-datepicker-header {
  text-align: center;
  margin-bottom: 10px;
}
.ui-datepicker .ui-state-default {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
}
.ui-datepicker .ui-state-default.ui-state-active {
  color: #ffffff !important;
  background-color: #e81d00;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 24px;
  display: inline-block;
}
.ui-datepicker .ui-state-default.ui-state-active.ui-state-hover {
  color: #ffffff !important;
  background-color: #e81d00 !important;
}
.ui-datepicker .ui-datepicker {
  position: relative;
}
.ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-prev .ui-icon {
  display: none;
}
.ui-datepicker .ui-datepicker-next::before, .ui-datepicker .ui-datepicker-prev::before {
  position: absolute;
  top: 4px;
  font-family: "icomoon" !important;
  font-size: 15px;
}
.ui-datepicker .ui-datepicker-next {
  width: auto !important;
  height: auto !important;
}
.ui-datepicker .ui-datepicker-next::before {
  content: "\e907";
  right: 7px;
}
.ui-datepicker .ui-datepicker-prev {
  width: auto !important;
  height: auto !important;
}
.ui-datepicker .ui-datepicker-prev::before {
  content: "\e903";
  left: 7px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
  background-color: transparent;
  border: none;
  font-size: 16px;
  text-align: center;
  line-height: 23px;
}

.ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-hover, .ui-widget-header .ui-state-focus {
  border: none !important;
  background-color: transparent !important;
}

.ui-button:hover, .ui-button:focus {
  border: none !important;
  background-color: transparent !important;
}

@media (min-width: 1200px) and (max-width: 991.98px) {
  .productListPage .ui-datepicker-month {
    width: 72px !important;
    margin-right: 3px !important;
  }
  .productListPage .ui-datepicker .ui-datepicker-title {
    margin: 0 3px;
  }
  .productListPage .ui-datepicker .ui-datepicker-prev::before {
    left: 0px !important;
  }
  .productListPage .ui-datepicker .ui-datepicker-next::before {
    right: 0px !important;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../../fonts/frontend/icomoon.eot?5a9ddr");
  src: url("../../fonts/frontend/icomoon.eot?5a9ddr#iefix") format("embedded-opentype"), url("../../fonts/frontend/icomoon.ttf?5a9ddr") format("truetype"), url("../../fonts/frontend/icomoon.woff?5a9ddr") format("woff"), url("../../fonts/frontend/icomoon.svg?5a9ddr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-switch-arrow:before {
  content: "\e936";
}

.icon-offer:before {
  content: "\e935";
}

.icon-ski:before {
  content: "\e933";
}

.icon-windsurfing:before {
  content: "\e934";
}

.icon-surfer-fill:before {
  content: "\e931";
}

.icon-sking-fill:before {
  content: "\e932";
}

.icon-surfer:before {
  content: "\e92f";
}

.icon-sking:before {
  content: "\e930";
}

.icon-menu-right-round:before {
  content: "\e92d";
}

.icon-menu-left-round:before {
  content: "\e92e";
}

.icon-sun-holidays:before {
  content: "\e92b";
}

.icon-winter-sports:before {
  content: "\e92c";
}

.icon-week-overview:before {
  content: "\e92a";
}

.icon-message:before {
  content: "\e929";
}

.icon-mail:before {
  content: "\e927";
}

.icon-phone:before {
  content: "\e928";
}

.icon-delete:before {
  content: "\e926";
}

.icon-qoute:before {
  content: "\e925";
}

.icon-star-overview:before {
  content: "\e923";
}

.icon-thumb-up:before {
  content: "\e924";
}

.icon-edit:before {
  content: "\e922";
}

.icon-apps:before {
  content: "\e920";
}

.icon-marker-pin:before {
  content: "\e921";
}

.icon-calendar:before {
  content: "\e91f";
}

.icon-eye:before {
  content: "\e91c";
}

.icon-eye-off:before {
  content: "\e91d";
}

.icon-close:before {
  content: "\e91b";
}

.icon-menu:before {
  content: "\e91a";
}

.icon-minus:before {
  content: "\e918";
}

.icon-plus:before {
  content: "\e919";
}

.icon-star-half:before {
  content: "\e900";
}

.icon-star-blank:before {
  content: "\e901";
}

.icon-spoons:before {
  content: "\e902";
}

.icon-menu-left:before {
  content: "\e903";
}

.icon-star-fill:before {
  content: "\e904";
}

.icon-list:before {
  content: "\e905";
}

.icon-grid:before {
  content: "\e906";
}

.icon-menu-right:before {
  content: "\e907";
}

.icon-menu-up:before {
  content: "\e908";
}

.icon-filter:before {
  content: "\e909";
}

.icon-linkedin:before {
  content: "\e90a";
}

.icon-instagram:before {
  content: "\e90b";
}

.icon-facebook:before {
  content: "\e90c";
}

.icon-location:before {
  content: "\e90d";
}

.icon-clock:before {
  content: "\e90e";
}

.icon-users:before {
  content: "\e90f";
}

.icon-right-arrow:before {
  content: "\e910";
}

.icon-left-arrow:before {
  content: "\e91e";
}

.icon-info:before {
  content: "\e911";
}

.icon-menu-down:before {
  content: "\e912";
}

.icon-cart:before {
  content: "\e913";
}

.icon-heart:before {
  content: "\e914";
}

.icon-profile:before {
  content: "\e915";
}

.icon-search:before {
  content: "\e916";
}

.icon-check:before {
  content: "\e917";
}

.select2.select2-container {
  width: 100% !important;
}
.select2.select2-container span:focus {
  outline: none;
  border: 1px solid #e81d00;
}
.select2.select2-container--focus .select2-selection--multiple {
  border-color: #e81d00;
}
.select2.select2-container--open .select2-selection__arrow:after, .select2.select2-container--open .select2-selection--multiple:after {
  transform: rotateX(180deg);
}
.select2.select2-container--open.select2-container--below .select2-selection--single, .select2.select2-container--open.select2-container--below .select2-selection--multiple, .select2.select2-container--open.select2-container--above .select2-selection--single, .select2.select2-container--open.select2-container--above .select2-selection--multiple {
  border-color: #e81d00;
}
.select2.select2-container .select2-selection--single, .select2.select2-container .select2-selection--multiple {
  height: 48px;
  padding: 16px 20px;
  border-color: #adbabd;
  padding-right: 60px;
  background: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.select2.select2-container .select2-selection--multiple {
  position: relative;
}
.select2.select2-container .select2-selection--multiple:after {
  font-family: "icomoon";
  content: "\e912";
  font-size: 9px;
  position: absolute;
  display: inline-block;
  color: #181818;
  transition: all 0.5s;
  right: 12px;
}
.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  color: #95a09b;
  font-size: 11px;
  border-color: 1px solid #778c91;
  background-color: rgba(219, 219, 219, 0.5);
  padding: 2px 5px 2px 5px;
  margin: 3px 3px 3px 0px;
}
.select2.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: #95a09b;
  margin-right: 5px;
  font-size: 14px;
  vertical-align: middle;
  font-weight: normal;
}
.select2.select2-container .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  text-align: center;
  height: auto;
  line-height: 6px;
  width: 12px;
}
.select2.select2-container .select2-selection__arrow:after {
  content: "\e912";
  font-family: "icomoon";
  font-size: 14px;
  display: inline-block;
  color: #181818;
  transition: all 0.5s;
}
.select2.select2-container .select2-selection__arrow b {
  display: none;
}
.select2.select2-container .select2-selection__rendered {
  font-size: 16px;
  color: #0f1f28;
  padding-left: 0px;
  padding-right: 0;
}
.select2.select2-container .select2-selection__choice {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.select2.select2-container .select2-selection__choice__remove {
  margin-right: 0px !important;
  margin-left: 5px;
}
@media (max-width: 575.98px) {
  .select2.select2-container .select2-selection {
    height: 46px;
  }
}
.select2.select2-container--disabled {
  pointer-events: none;
  cursor: default;
}
.select2.select2-container--disabled .select2-selection--single {
  background-color: #e9eef1;
}
.select2.select2-container--disabled .select2-selection__rendered {
  color: rgba(15, 31, 40, 0.45);
}
.select2 .select2-selection__placeholder {
  color: #5f7074 !important;
}
@media (max-width: 1399.98px) {
  .select2.select2-container .select2-selection__rendered {
    display: flex;
    overflow-x: auto;
    font-size: 14px;
  }
  .select2.select2-container .select2-selection__arrow {
    top: 54%;
    right: 15px;
  }
  .select2-results__option {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .select2.select2-container .select2-selection--single, .select2.select2-container .select2-selection--multiple {
    padding: 10px 35px 10px 15px;
  }
  .select2.select2-container .select2-selection__arrow {
    right: 10px;
  }
  .select2.select2-container .select2-selection__arrow:after {
    font-size: 12px;
  }
}
.select2-results__options {
  max-height: 150px !important;
  scrollbar-width: none;
}

.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
  border-color: #e81d00;
  border-radius: 0px;
  background-color: #f8f8f8;
}
.select2-container--open .select2-dropdown .select2-search__field {
  outline: none;
  border-color: #e81d00;
  background-color: #f8f8f8;
}
.select2-container--open .select2-dropdown .select2-search__field:focus {
  border-color: #e81d00;
}
.select2-container--open .select2-dropdown .select2-results__option {
  padding: 8px 12px;
  color: #000000;
  font-size: 16px;
}
.select2-container--open .select2-dropdown .select2-results__option--highlighted, .select2-container--open .select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: #e81d00;
  color: #ffffff;
}
.select2-container--open .select2-dropdown .select2-results__option .flag-icon {
  margin-right: 10px;
}
@media (max-width: 1399.98px) {
  .select2-container--open .select2-dropdown .select2-results__option {
    padding: 6px 10px;
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .select2-container--open .select2-dropdown .select2-results__option {
    padding: 6px 10px;
  }
}

.tagOutside .select2-container .select2-search__field {
  margin-top: 0px;
}
.tagOutside .select2-selection--multiple .select2-selection__choice {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  color: #95a09b;
  font-size: 11px;
  border-color: 1px solid #778c91;
  background-color: rgba(219, 219, 219, 0.5);
  padding: 7px 5px 7px 5px;
  line-height: 1;
}
.tagOutside .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 0px !important;
  margin-left: 5px;
  font-size: 14px;
  line-height: 0;
}
.tagOutside .tagBox .select2-container--empty {
  display: none;
}

.select2-with-icon .select2-selection {
  padding-left: 35px !important;
}

.commonHead_heading {
  font-size: 34px;
  line-height: 1.29;
  font-family: "Karla-Bold";
  color: #181818;
  letter-spacing: -1.36px;
}
.commonHead_heading-lg {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -1.92px;
  margin-bottom: 40px;
}
.commonHead_heading-sm {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.96px;
}
@media (max-width: 1399.98px) {
  .commonHead_heading {
    font-size: 28px;
  }
  .commonHead_heading-lg {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 35px;
  }
}
@media (max-width: 1199.98px) {
  .commonHead_heading {
    font-size: 24px;
  }
  .commonHead_heading-lg {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .commonHead_heading-sm {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  .commonHead_heading {
    font-size: 20px;
    letter-spacing: -0.8px;
  }
  .commonHead_heading-lg {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.96px;
    margin-bottom: 24px;
  }
  .commonHead_heading-sm {
    font-size: 18px;
    letter-spacing: -0.72px;
  }
}

.breadcrumb {
  padding: 15px 0px;
  margin: 0;
}
.breadcrumb-item {
  font-size: 12px;
}
.breadcrumb-item a {
  color: #181818;
}
.breadcrumb-item a:hover, .breadcrumb-item a:active, .breadcrumb-item a:focus {
  color: #e81d00;
}
.breadcrumb-item + .breadcrumb-item:before {
  font-family: "icomoon" !important;
  content: "\e907";
  font-size: 10px;
  top: 3px;
  position: relative;
}

.pagination {
  background-color: #ffffff;
}
.pagination .page-item:first-child span:after {
  content: "\e903";
}
.pagination .page-item:last-child span:after {
  content: "\e907";
}
.pagination .page-item:first-child span:after, .pagination .page-item:last-child span:after {
  font-family: "icomoon" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #181818;
  font-size: 13px;
}
.pagination .page-item:first-child span, .pagination .page-item:last-child span {
  color: transparent;
}
.pagination .page-item:first-child .page-link:hover, .pagination .page-item:first-child .page-link:focus, .pagination .page-item:last-child .page-link:hover, .pagination .page-item:last-child .page-link:focus {
  background-color: transparent;
}
.pagination .page-item:not(:last-child) {
  margin-right: 8px;
}
.pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  border-color: #adbabd;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  color: #000000;
  box-shadow: none;
  font-weight: 500;
}
.pagination .page-item.active .page-link {
  background-color: #e81d00;
  color: #ffffff;
  border-color: #e81d00;
}
@media (max-width: 767.98px) {
  .pagination .page-item .page-link {
    padding: 2px 10px;
  }
}
@media (max-width: 575.98px) {
  .pagination .page-item .page-link {
    width: 33px;
    height: 33px;
  }
}
@media (max-width: 480px) {
  .pagination .page-item .page-link {
    width: 25px;
    height: 25px;
    font-size: 14px;
    padding: 4px;
  }
  .pagination .page-item:first-child span:after, .pagination .page-item:last-child span:after {
    top: 12px;
    left: 12px;
    font-size: 8px;
  }
}
@media (max-width: 380px) {
  .pagination .page-item .page-link {
    width: 22px;
    height: 22px;
  }
  .pagination .page-item:first-child span:after, .pagination .page-item:last-child span:after {
    top: 11px;
    left: 10px;
  }
  .pagination .page-item:not(:last-child) {
    margin-right: 5px;
  }
}

.commonSearch {
  max-width: 1170px;
  padding: 8px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(6.5212769508px);
          backdrop-filter: blur(6.5212769508px);
  border-radius: 50px;
  z-index: 1;
  position: relative;
}
.commonSearch .form-check {
  margin-bottom: 0px;
}
.commonSearch .form-check-input[type=radio] ~ .form-check-label {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.64px;
  color: #24272C;
  padding: 8px;
  cursor: pointer;
  transition: all 0.5 ease-in-out;
}
.commonSearch .form-check-input[type=radio] ~ .form-check-label:before, .commonSearch .form-check-input[type=radio] ~ .form-check-label::after {
  display: none;
}
.commonSearch .form-check-input[type=radio] ~ .form-check-label:hover {
  background-color: #E4E8E9;
}
.commonSearch .form-check-input[type=radio]:checked ~ .form-check-label {
  background-color: #E4E8E9;
}
.commonSearch_left {
  flex: 1;
}
.commonSearch_left li {
  width: 25%;
  position: relative;
}
.commonSearch_left li:last-child::after {
  display: none;
}
.commonSearch_left li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #adbabd;
  right: 0px;
  top: 0px;
}
.commonSearch_left .dropdown-menu {
  box-shadow: 0px 4px 8px 0px rgba(38, 50, 56, 0.08);
  padding: 8px;
  border-radius: 8px;
  border: none;
  max-height: 335px;
  overflow: auto;
  scrollbar-width: none;
}
.commonSearch_left .dropdown-menu li {
  width: 100% !important;
  margin-right: 0px;
}
.commonSearch_left .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #E4E8E9;
}
.commonSearch_left .dropdown-menu li a {
  font-size: 16px;
  color: #24272C;
  line-height: 1.5;
  font-family: "Karla-Regular";
  padding: 8px;
  display: block;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
  white-space: break-spaces;
}
.commonSearch_left .dropdown-menu li a:hover {
  background-color: #E4E8E9;
}
.commonSearch_left .dropdown-menu li::after {
  display: none;
}
.commonSearch_left .dropdown-menu.show {
  transform: translate(0px, 50px) !important;
  inset: 0px auto auto 0px !important;
  margin-top: 8px !important;
  width: 100%;
}
.commonSearch_left .dropdown .btn {
  padding: 0px 12px;
  border: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  color: #181818;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Karla-Bold";
  letter-spacing: -1px;
  height: 46px;
}
.commonSearch_left .dropdown .btn span {
  font-family: "Karla-Regular";
  color: #475457;
  width: 100%;
  text-align: left;
}
.commonSearch_left .dropdown .btn.dropdown-toggle::after {
  display: none;
}
.commonSearch_right .btn {
  margin-left: 25px;
  width: 245px;
  border-radius: 50px;
}
.commonSearch_right em {
  font-size: 20px;
  color: #181818;
}
.commonSearch_right .form-check-input[type=checkbox] ~ .form-check-label {
  padding-left: 30px;
}
.commonSearch_right .form-check-input[type=checkbox] ~ .form-check-label:before, .commonSearch_right .form-check-input[type=checkbox] ~ .form-check-label:after {
  width: 24px;
  height: 24px;
  font-size: 14px;
  padding: 0px;
}
.commonSearch_right .form-check-input[type=checkbox] ~ .form-check-label::before {
  top: 0px;
  left: 0px;
}
.commonSearch_right .form-check-input[type=checkbox] ~ .form-check-label:after {
  top: 4px;
  left: 0px;
  padding: 0px;
}
.commonSearch_right .form-check-input[type=checkbox]:checked ~ .form-check-label:before, .commonSearch_right .form-check-input[type=checkbox]:checked ~ .form-check-label:after {
  width: 24px;
  height: 24px;
  font-size: 14px;
  padding: 0px;
}
.commonSearch_right .form-check-input[type=checkbox]:checked ~ .form-check-label::before {
  top: 0px;
  left: 0px;
}
.commonSearch_right .form-check-input[type=checkbox]:checked ~ .form-check-label:after {
  top: 4px;
  padding: 0px;
}
@media (min-width: 992px) {
  .commonSearch_left .dropdown-menu {
    top: 9px !important;
  }
}
@media (max-width: 1599px) {
  .commonSearch_right .form-check-input[type=checkbox] ~ .form-check-label {
    padding-left: 25px;
    padding-top: 0px;
  }
  .commonSearch_right .form-check-input[type=checkbox] ~ .form-check-label:before, .commonSearch_right .form-check-input[type=checkbox] ~ .form-check-label:after {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  .commonSearch_right .form-check-input[type=checkbox] ~ .form-check-label:after {
    top: 5px;
    left: 0px;
  }
  .commonSearch_right .form-check-input[type=checkbox]:checked ~ .form-check-label:before, .commonSearch_right .form-check-input[type=checkbox]:checked ~ .form-check-label:after {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}
@media (max-width: 1399.98px) {
  .commonSearch_right .btn {
    width: 210px;
  }
  .commonSearch_left li {
    margin-right: 30px;
  }
  .commonSearch_left li::after {
    right: -15px;
  }
}
@media (max-width: 1199.98px) {
  .commonSearch {
    padding: 5px;
  }
  .commonSearch_right .form-group label {
    font-size: 15px;
  }
  .commonSearch_right .btn {
    width: 185px;
    margin-left: 15px;
    padding: 8px 10px;
  }
  .commonSearch_left li {
    margin-right: 12px;
  }
  .commonSearch_left li::after {
    right: -6px;
  }
  .commonSearch_left .dropdown .btn.dropdown-toggle::after {
    right: 9px;
  }
  .commonSearch_left .dropdown-menu {
    padding: 10px;
    border-radius: 8px;
  }
}
@media (max-width: 991.98px) {
  .commonSearch {
    flex-wrap: wrap;
    border-radius: 10px;
  }
  .commonSearch_left {
    width: 100%;
  }
  .commonSearch_left .dropdown-menu {
    max-height: 215px;
  }
  .commonSearch_left ul li {
    width: 25%;
  }
  .commonSearch_left ul li:last-child::after {
    display: none;
  }
  .commonSearch_right {
    width: 100%;
    margin-top: 10px;
  }
  .commonSearch_right .btn {
    margin-left: 0px;
  }
  .commonSearch_right ul {
    justify-content: center;
  }
  .commonSearch_right .form-check-input[type=checkbox] ~ .form-check-label::before {
    top: 0px;
  }
  .commonSearch_right .form-check-input[type=checkbox] ~ .form-check-label:after {
    top: 2px;
  }
}
@media (max-width: 767.98px) {
  .commonSearch_left ul {
    flex-wrap: wrap;
  }
  .commonSearch_left ul li {
    margin-right: 0px;
    width: calc(50% - 0px) !important;
    margin-bottom: 8px;
  }
  .commonSearch_left ul li::after {
    right: 0px;
  }
  .commonSearch_left ul li:nth-child(2)::after {
    display: none;
  }
  .commonSearch_left .dropdown-menu {
    width: 100%;
  }
}

.mobileSearch_inner .form-check {
  margin-bottom: 0px !important;
}
.mobileSearch_inner .form-check-input[type=radio] ~ .form-check-label {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.64px;
  color: #24272C;
  padding: 16px 0px;
  cursor: pointer;
  transition: all 0.5 ease-in-out;
}
.mobileSearch_inner .form-check-input[type=radio] ~ .form-check-label:before, .mobileSearch_inner .form-check-input[type=radio] ~ .form-check-label::after {
  display: none;
}
.mobileSearch_inner .form-check-input[type=radio] ~ .form-check-label:hover {
  background-color: #E4E8E9;
}
.mobileSearch_inner .form-check-input[type=radio]:checked ~ .form-check-label {
  background-color: #E4E8E9;
}
.mobileSearch_menuhead {
  padding: 18px 20px;
  border-bottom: 1px solid #c9d1d3;
}
.mobileSearch_menuhead h3 {
  font-size: 18px;
  line-height: 1.5;
  color: #181818;
  font-family: "Karla-Bold";
  letter-spacing: -0.64px;
}
.mobileSearch_menuhead a {
  color: #181818;
}
.mobileSearch_menuhead a em {
  font-size: 13px;
}
.mobileSearch_bar {
  width: 100%;
  height: 52px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  font-family: "Karla-Bold";
  position: relative;
}
.mobileSearch_bar.bordershow {
  border-radius: 26px 26px 0px 0px;
  background-color: #ffffff;
}
.mobileSearch_bar.bordershow .icon-search {
  display: none;
}
.mobileSearch_bar.bordershow .icon-close {
  left: 8px;
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e81d00;
  border-radius: 50%;
  font-size: 12px;
}
.mobileSearch_bar .icon-close {
  display: none;
}
.mobileSearch_bar .icon-search, .mobileSearch_bar .icon-close {
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  font-size: 24px;
  color: #181818;
}
.mobileSearch_bar .filter {
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #e81d00;
  right: 8px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px;
}
.mobileSearch_bar .filter:active, .mobileSearch_bar .filter:focus, .mobileSearch_bar .filter:visited {
  outline: 0;
  border: 0;
}
.mobileSearch_bar .filter em {
  color: #ffffff;
  font-size: 21px;
  color: #ffffff;
}
.mobileSearch_bar h3 {
  font-size: 14px;
  color: #181818;
  line-height: 1.57;
  position: absolute;
  left: 55px;
  top: 50%;
  transform: translateY(-50%);
}
.mobileSearch_inner {
  background-color: #ffffff;
  position: fixed;
  transition: all 0.3s ease-in-out;
  right: -100%;
  text-align: left;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobileSearch_inner.open-sideBar {
  right: 0px;
}
.mobileSearch_inner .accordion {
  border-color: #C9D1D3;
  position: relative;
  z-index: 2;
  padding: 0px 20px;
  max-height: 100%;
  height: 100%;
  overflow: hidden auto;
  scrollbar-width: none;
}
.mobileSearch_inner .accordion-item {
  border: none;
  border-top: 1px solid #C9D1D3;
}
.mobileSearch_inner .accordion-body {
  padding-bottom: 0;
}
.mobileSearch_inner .accordion-body .form-check {
  margin-bottom: 8px;
}
.mobileSearch_inner .accordion-body.column-2 {
  display: flex;
  flex-wrap: wrap;
}
.mobileSearch_inner .accordion-body.column-2 .form-check {
  width: 50%;
}
.mobileSearch_inner .accordion-body ul li:not(:last-child) {
  border-bottom: 1px solid #c9d1d3;
}
.mobileSearch_inner .accordion-body ul li:last-child a {
  padding-bottom: 0;
}
.mobileSearch_inner .accordion-body ul li a {
  font-size: 14px;
  font-family: "Karla-Regular";
  line-height: 1.5;
  color: #24272C;
  padding: 16px 0px;
  display: block;
}
.mobileSearch_inner .accordion-button {
  padding: 16px 0px;
  font-size: 14px;
  font-family: "Karla-Bold";
  line-height: 1.57;
  color: #181818;
  border: none;
}
.mobileSearch_inner .accordion-button span {
  font-size: 14px;
  color: #475457;
  font-family: "Karla-Regular";
}
.mobileSearch_inner .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.mobileSearch_inner .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.mobileSearch_inner .tweepersoonspara {
  padding: 16px 20px 0px;
  border-bottom: 1px solid #C9D1D3;
  border-top: 1px solid #C9D1D3;
}
.mobileSearch_inner .tweepersoonspara label {
  font-size: 14px;
}
.mobileSearch_inner .tweepersoonspara p {
  font-size: 12px;
  color: #181818;
  line-height: 1.66;
  margin: 6px 0px 8px;
}
.mobileSearch_btn {
  padding: 16px 20px;
  border-top: 1px solid #c9d1d3;
  background: #ffffff;
}

.customCheckbox label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  color: #181818;
  font-weight: 400;
}
.customCheckbox label::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #e81d00;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 6px;
  background-color: #ffffff;
}
.customCheckbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 6px;
  height: 12px;
  border: solid #e81d00;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.gridsection-shadow {
  box-shadow: 0px 0px 8px 0px rgba(38, 50, 56, 0.0784313725);
}
.gridsection-customMargin {
  margin-bottom: 38px;
}
.gridsection_img {
  height: 269px;
  overflow: hidden;
}
.gridsection_img .addOrRemoveWishlist {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e81d00;
  border-radius: 50%;
  color: #e81d00;
  background-color: #fff;
  z-index: 1;
}
.gridsection_img .addOrRemoveWishlist.addedFav {
  background-color: #e81d00;
  color: #ffffff;
}
.gridsection_img-customHeight {
  height: 269px;
}
.gridsection_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0px 0px;
}
.gridsection_cnt {
  padding: 24px;
  background-color: #0F1F28;
  border-radius: 0px 0px 8px 8px;
}
.gridsection_cnt h3 a {
  font-size: 20px;
  line-height: 1.33;
  font-family: "Karla-Bold";
  color: #ffffff;
  letter-spacing: -0.96px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 80px;
}
.gridsection_cnt p {
  line-height: 1.5;
  color: #ffffff;
  margin: 16px 0px;
  height: 48px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.gridsection_cnt span {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.57;
  margin-right: 8px;
  letter-spacing: -0.64px;
}
.gridsection_cnt h4 {
  font-size: 24px;
  color: #e81d00;
  line-height: 1.33;
  font-family: "Karla-Bold";
  letter-spacing: -0.96px;
}
.gridsection_cnt .viewBtn {
  line-height: 1.5;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-top: 16px;
  letter-spacing: -0.64px;
}
.gridsection_cnt .viewBtn:hover {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}
.gridsection_cnt-bgwhite {
  background-color: #ffffff;
  border: 1px solid #E4E8E9;
  border-top: 0px;
}
.gridsection_cnt-bgwhite h3 a {
  color: #181818;
}
.gridsection_cnt-bgwhite h3 a:hover {
  color: rgba(24, 24, 24, 0.8);
}
.gridsection_cnt-bgwhite span {
  color: #181818;
}
.gridsection_cnt-bgwhite .viewBtn {
  color: #181818;
  border-bottom: 1px solid #181818;
}
.gridsection_cnt-bgwhite .viewBtn:hover {
  color: rgba(24, 24, 24, 0.8);
  border-color: #181818;
}
.gridsection_location {
  display: flex;
  align-items: center;
  color: #475457 !important;
  margin-bottom: 12px;
  position: absolute;
  top: 16px;
}
.gridsection_location em {
  font-size: 18px;
  margin-right: 6px;
}
@media (max-width: 1399.98px) {
  .gridsection_cnt {
    padding: 20px;
  }
  .gridsection_cnt .viewBtn {
    margin-top: 10px;
    font-size: 15px;
  }
  .gridsection_cnt h3 a {
    min-height: 73px;
  }
}
@media (max-width: 1199.98px) {
  .gridsection_img {
    height: 260px;
  }
  .gridsection_cnt h3 a {
    font-size: 18px;
  }
  .gridsection_cnt h4 {
    font-size: 18px;
  }
  .gridsection_cnt .viewBtn {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .gridsection_cnt {
    padding-top: 60px;
    position: relative;
  }
}
@media (max-width: 575.98px) {
  .gridsection_img {
    height: 225px;
  }
  .gridsection_cnt {
    padding-top: 50px;
  }
  .gridsection_cnt h3 a {
    min-height: auto;
  }
  .gridsection_cnt h4 {
    letter-spacing: -0.72px;
  }
  .gridsection_cnt h4 p {
    height: 45px;
  }
  .gridsection_cnt h4 span {
    letter-spacing: -0.56px;
    font-size: 12px;
  }
  .gridsection_cnt h4 span.badge em {
    font-size: 16px;
  }
  .gridsection_cnt .viewBtn {
    margin-top: 16px;
    letter-spacing: -0.72px;
    border-bottom: 1px solid #000000;
  }
}

.destinationsSec {
  background-color: #f5f5f5;
}
.destinationsSec-customwidth {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .destinationsSec-customwidth {
    max-width: 100%;
  }
}
.destinationsSec_img {
  width: 100%;
  height: 316px;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .destinationsSec_img-customheight {
    height: 240px;
  }
}
.destinationsSec_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.destinationsSec_img:hover img {
  transform: scale(1.1);
}
.destinationsSec_cnt {
  margin-top: 16px;
}
.destinationsSec_cnt .arrowbtn {
  border-radius: 50px;
  border: 1px solid #e81d00;
  width: 45px;
  height: 28px;
  flex-shrink: 0;
}
.destinationsSec_cnt .arrowbtn em {
  color: #e81d00;
  font-size: 14px;
}
.destinationsSec_cnt h3 {
  font-size: 20px;
  line-height: 1.4;
  font-family: "Karla-Bold";
  letter-spacing: -0.8px;
}
.destinationsSec_cnt h3 a {
  color: #181818;
}
.destinationsSec_cnt span {
  font-size: 15px;
  color: #778c91;
  line-height: 1.5;
  letter-spacing: -0.64px;
}
.destinationsSec_cnt span em {
  font-size: 20px;
}
.destinationsSec_items p {
  margin: 18px 0px 16px;
  color: #333333;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  -moz-line-clamp: 5;
  -ms-line-clamp: 5;
  -o-line-clamp: 5;
  text-overflow: ellipsis;
}
@media (max-width: 1399.98px) {
  .destinationsSec_items p {
    margin: 16px 0px 16px;
  }
  .destinationsSec_img {
    height: 260px;
  }
  .destinationsSec_cnt .arrowbtn {
    width: 40px;
    height: 25px;
  }
  .destinationsSec_cnt h3 {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media (max-width: 767.98px) {
  .destinationsSec_cnt h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .destinationsSec_cnt span {
    font-size: 14px;
  }
  .destinationsSec_cnt span em {
    font-size: 15px;
  }
}

.cantactInfo {
  padding: 24px;
  border-radius: 12px;
  background-color: rgba(0, 166, 198, 0.2);
  min-height: 134px;
  height: 100%;
}
.cantactInfo:not(:last-child) {
  margin-bottom: 16px;
}
.cantactInfo > span {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "Karla-Bold";
  line-height: 28px;
  letter-spacing: -0.8px;
  padding-right: 8px;
}
.cantactInfo > span em {
  font-size: 20px;
  margin-right: 8px;
  flex-shrink: 0;
  display: flex;
}
.cantactInfo a {
  color: #181818;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.64px;
  word-break: break-all;
}
@media (max-width: 991.98px) {
  .cantactInfo {
    min-height: 72px;
  }
  .cantactInfo > span {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.72px;
  }
  .cantactInfo em {
    font-size: 18px;
  }
  .cantactInfo a {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.56px;
  }
}
@media (max-width: 575.98px) {
  .cantactInfo > span {
    margin: 0;
  }
}

.whyucpa_list {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #C9D1D3;
}
.whyucpa_list span {
  display: inline-block;
  margin-right: 97px;
  color: #e81d00;
  font-size: 20px;
}
.whyucpa_list .title {
  font-size: 16px;
  margin-bottom: 4px;
}
.whyucpa_list p {
  font-size: 15px;
  margin: 0;
}
.whyucpa .btn {
  margin-top: 16px;
}
@media (max-width: 991.98px) {
  .whyucpa .commonHead_heading {
    margin-bottom: 24px;
  }
  .whyucpa_list span {
    margin-right: 24px;
    font-size: 16px;
  }
  .whyucpa .btn {
    margin-top: 24px;
  }
}
@media (max-width: 767.98px) {
  .whyucpa_list {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}

.customcheck_switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 32px;
}
.customcheck_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.customcheck_switch input:checked + .customcheck_switch_slider {
  background-color: #e81d00;
  border: 2px solid #e81d00;
}
.customcheck_switch input:checked + .customcheck_switch_slider:before {
  background-color: #ffffff;
}
.customcheck_switch input:checked + .customcheck_switch_slider:before {
  transform: translateX(24px);
}
.customcheck_switch_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #adbabd;
  border: 2px solid #adbabd;
  transition: 0.4s;
}
.customcheck_switch_slider:before {
  position: absolute;
  content: "";
  height: 28px;
  width: 28px;
  background-color: #ffffff;
  transition: 0.4s;
}
.customcheck_switch_slider.round {
  border-radius: 16px;
}
.customcheck_switch_slider.round:before {
  border-radius: 50%;
}

.bookingSec {
  border-radius: 8px;
  -o-box-shadow: 0 4px 8px 0px rgba(38, 50, 56, 0.08);
  -ms-box-shadow: 0 4px 8px 0px rgba(38, 50, 56, 0.08);
  box-shadow: 0 4px 8px 0px rgba(38, 50, 56, 0.08);
  border: 1px solid #c9d1d3;
  padding: 32px 24px;
  top: 15px;
}
.bookingSec .common_list_item {
  color: #000000 !important;
}
.bookingSec_title {
  color: #e81d00;
  font-family: "Karla-Bold";
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
  word-wrap: break-word;
  word-break: break-word;
}
.bookingSec .form-group {
  margin-bottom: 8px;
}
.bookingSec .form-group .icon {
  padding-top: 3px;
}
.bookingSec .form-check-label {
  color: #24272c !important;
}
.bookingSec .form-label {
  font-size: 16px;
  word-wrap: break-word;
  word-break: break-word;
}
.bookingSec_label {
  font-family: "Karla-Bold";
  font-size: 16px;
  line-height: 24px;
  color: #181818;
  margin-bottom: 4px;
  word-wrap: break-word;
  word-break: break-word;
  letter-spacing: -0.64px;
}
.bookingSec_text {
  letter-spacing: -0.64px;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  word-wrap: break-word;
  word-break: break-word;
}
.bookingSec_bdrBottom {
  border-bottom: 1px solid #c9d1d3;
  margin: 16px 0;
}
.bookingSec .totalValue > div:not(:last-child) {
  margin-bottom: 8px;
}
.bookingSec .totalValue_text {
  letter-spacing: -0.64px;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.bookingSec .select2-container--default .select2-selection--single {
  border-color: #778c91;
}
.bookingSec .select2 .select2-selection__placeholder {
  color: #181818 !important;
}
@media (max-width: 1399.98px) {
  .bookingSec .quantity {
    width: 130px;
  }
  .bookingSec .quantity_input {
    height: 40px;
    padding: 0 40px;
  }
  .bookingSec .quantity_minus {
    left: 5px;
  }
  .bookingSec .quantity_plus {
    right: 5px;
  }
}
@media (max-width: 991.98px) {
  .bookingSec {
    padding: 0px;
    border: none;
    top: 0;
    box-shadow: none;
  }
  .bookingSec .form-label {
    font-size: 16px;
  }
  .bookingSec .icon-check {
    color: #00a6c6;
    font-size: 12px;
    padding-right: 5px;
  }
  .bookingSec .dateCalendar::after {
    top: 40px;
  }
}

.dateCalendar {
  position: relative;
}
.dateCalendar .usetwentyfour {
  margin-top: 4px;
  border-radius: 8px;
}
.dateCalendar:after {
  position: absolute;
  top: 42px;
  right: 20px;
  content: "\e91f";
  font-family: "icomoon" !important;
  font-size: 18px;
  pointer-events: none;
}
.dateCalendar input {
  background-color: #ffffff;
  border-color: #778c91;
  border-radius: 5px;
}
.dateCalendar input::-webkit-input-placeholder {
  color: #181818;
}
.dateCalendar input:-moz-placeholder {
  color: #181818;
}
@media (max-width: 1399.98px) {
  .dateCalendar::after {
    right: 13px;
  }
}
@media (max-width: 767.98px) {
  .dateCalendar::after {
    top: 39px;
  }
}

.searchSection {
  display: none;
  z-index: 99;
  position: fixed;
  overflow-y: auto;
  height: 100%;
  left: 0;
  right: 0;
  top: 0px;
  background-color: rgba(240, 244, 247, 0.93);
}
.searchSection-page {
  display: block;
}
.searchSection_cancel {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #adbabd;
  background-color: #ffffff;
  color: #e81d00;
  transition: all 0.3s;
}
.searchSection_cancel:hover {
  background-color: #e81d00;
  color: #ffffff;
  border-color: #e81d00;
}
.searchSection_top .form-group {
  position: relative;
}
.searchSection_top .form-control {
  height: 90px;
  border: 1px solid #adbabd;
  padding: 17px 190px 17px 85px;
  font-size: 24px;
  border-radius: 0;
  color: #000000;
  border-radius: 8px;
}
.searchSection_top .form-control::-moz-placeholder {
  color: #adbabd;
}
.searchSection_top .form-control::placeholder {
  color: #adbabd;
}
.searchSection_top .form-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.searchSection_top em {
  font-size: 30px;
  left: 25px;
  color: #778c91;
}
.searchSection_top .btn {
  right: 17px;
  min-width: 150px;
  border-radius: 8px;
}
.searchSection_top p {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .searchSection_top .btn {
    font-size: 22px;
  }
}
@media (max-width: 1599px) {
  .searchSection_top .form-control {
    height: 75px;
    padding: 12px 165px 12px 60px;
    font-size: 20px;
  }
  .searchSection_top em {
    font-size: 22px;
    left: 20px;
  }
  .searchSection_top .btn {
    right: 17px;
    min-width: 125px;
  }
  .searchSection_top p {
    font-size: 18px;
    line-height: normal;
    margin-top: 10px;
  }
  .searchSection_cancel {
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 1399.98px) {
  .searchSection_top .form-control {
    height: 65px;
    font-size: 18px;
  }
  .searchSection_top em {
    font-size: 20px;
  }
  .searchSection_top p {
    font-size: 16px;
  }
  .searchSection_cancel {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .searchSection_top .form-control {
    height: 55px;
    font-size: 16px;
    padding: 9px 185px 9px 50px;
  }
  .searchSection_top em {
    font-size: 18px;
    left: 12px;
  }
  .searchSection_top .btn {
    right: 10px;
    min-width: 90px;
    height: 42px;
  }
  .searchSection_top p {
    font-size: 14px;
    margin-top: 5px;
  }
  .searchSection_cancel {
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .searchSection_top .form-control {
    height: 48px;
    font-size: 15px;
    padding: 7px 185px 7px 35px;
  }
  .searchSection_top .btn {
    min-width: auto;
    height: 38px;
  }
}
@media (max-width: 575.98px) {
  .searchSection_cancel {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  .searchSection_top em {
    font-size: 16px;
  }
  .searchSection_top .form-control {
    padding: 7px 129px 7px 35px;
  }
  .searchSection_top .btn {
    right: 6px;
    padding: 5px 12px;
  }
}

.skiCourse {
  background-color: #f5f5f5;
}
.skiCourse .commonHead_heading {
  margin-bottom: 32px;
}
.skiCourse .card {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: none;
}
.skiCourse .card-header {
  background-color: #ffffff;
  border-color: #C9D1D3;
  padding: 32px 40px 20px 40px;
  font-size: 20px;
}
.skiCourse .card-body {
  padding: 12px 40px;
}
.skiCourse .card-body ul {
  margin: 0;
}
.skiCourse .card-body ul li {
  padding: 12px 0px 8px 20px;
  position: relative;
}
.skiCourse .card-body ul li:not(:last-child) {
  border-bottom: 1px solid #E4E8E9;
}
.skiCourse .card-body ul li em {
  font-size: 12px;
  margin-right: 10px;
  color: #00A6C6;
  position: absolute;
  left: 0px;
  top: 19px;
}
.skiCourse .card-body ul li em.text-orange {
  color: #FF9800;
}
.skiCourse .card-body ul li em.icon-close {
  font-size: 11px;
}
@media (max-width: 991.98px) {
  .skiCourse .card-header {
    padding: 15px 15px;
  }
  .skiCourse .card-body {
    padding: 12px 15px;
  }
}
@media (max-width: 575.98px) {
  .skiCourse .card-header {
    border: none;
    padding: 24px 24px 4px;
  }
  .skiCourse .card-body {
    padding: 0 24px 24px;
  }
}

.actieveSec {
  background: url("../../images/frontend/bg-pattern.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 -109px;
}
.actieveSec .commonHead {
  margin-bottom: 40px;
}
.actieveSec_slider {
  z-index: 0;
}
.actieveSec_slider_img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 8px;
}
.actieveSec_slider_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.actieveSec_slider_cnt h3 {
  font-size: 20px;
  margin-bottom: 4px;
  letter-spacing: -0.8px;
  line-height: 28px;
}
.actieveSec_slider_cnt h3 a {
  color: #181818;
  display: block;
}
.actieveSec_slider_cnt p {
  color: #181818;
}
.actieveSec .swiper-button-prev, .actieveSec .swiper-button-next {
  height: 30px;
  width: 30px;
  background-color: #e81d00;
  border-radius: 50%;
}
.actieveSec .swiper-button-prev:after, .actieveSec .swiper-button-next:after {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 1399.98px) {
  .actieveSec .commonHead {
    margin-bottom: 30px;
  }
  .actieveSec_slider_img {
    margin-bottom: 15px;
  }
  .actieveSec_slider_cnt h3 {
    font-size: 18px;
  }
  .actieveSec_slider_cnt p {
    line-height: 1.4;
  }
}
@media (max-width: 1199.98px) {
  .actieveSec .commonHead {
    margin-bottom: 20px;
  }
  .actieveSec_slider_img {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .actieveSec .commonHead {
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .actieveSec {
    background-position: top;
  }
  .actieveSec_slider_img {
    margin-bottom: 8px;
  }
  .actieveSec_slider_img img {
    width: 100%;
  }
  .actieveSec_slider_cnt h3 {
    font-size: 16px;
    letter-spacing: -0.64px;
    line-height: 22px;
  }
  .actieveSec_slider_cnt p {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.56px;
  }
}

.overviewChooseupca_items:not(:last-child) {
  margin-bottom: 40px;
}
.overviewChooseupca_items p {
  line-height: 1.5;
  margin-bottom: 0px;
}
.overviewChooseupca_items p + a {
  margin-top: 0px !important;
}
@media (max-width: 767.98px) {
  .overviewChooseupca_items:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .overviewChooseupca_items:not(:last-child) {
    margin-bottom: 24px;
  }
}

.gallerySec {
  background: url("../../images/frontend/bg-pattern.svg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.gallerySec .brd-top .commonHead_heading {
  padding-right: 10px;
}
.gallerySec .brd-top a {
  white-space: nowrap;
}
.gallerySec .row {
  margin-right: -16px;
  margin-left: -16px;
}
.gallerySec .pt-32 {
  padding-top: 32px;
}
.gallerySec .groepsaanvraag,
.gallerySec .families,
.gallerySec .off-pist {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.gallerySec .groepsaanvraag:hover img,
.gallerySec .families:hover img,
.gallerySec .off-pist:hover img {
  transform: scale(1.1);
}
.gallerySec .groepsaanvraag img,
.gallerySec .families img,
.gallerySec .off-pist img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.gallerySec .imageText {
  font-size: 34px;
  font-family: "Karla-Bold";
  color: #ffffff;
  line-height: 1.2;
  position: absolute;
  bottom: 32px;
  left: 32px;
  letter-spacing: -0.8px;
  z-index: 1;
}
.gallerySec .imageText-md {
  bottom: 24px;
  left: 24px;
  font-size: 20px;
  line-height: 1.4;
}
.gallerySec .groepsaanvraag {
  height: 516px;
}
.gallerySec .families {
  height: 242px;
}
.gallerySec .off-pist {
  height: 244px;
}
@media (max-width: 1440px) {
  .gallerySec .groepsaanvraag {
    height: 508px;
  }
  .gallerySec .row {
    margin-right: -12px;
    margin-left: -12px;
  }
  .gallerySec .pt-32 {
    padding-top: 24px;
  }
}
@media (max-width: 1399.98px) {
  .gallerySec .imageText {
    font-size: 28px;
  }
  .gallerySec .imageText-md {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .gallerySec .families {
    height: 210px;
  }
  .gallerySec .groepsaanvraag {
    height: 444px;
  }
}
@media (max-width: 991.98px) {
  .gallerySec .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  .gallerySec .pt-32 {
    padding-top: 16px;
  }
  .gallerySec .families {
    height: 160px;
  }
  .gallerySec .groepsaanvraag {
    height: 336px;
  }
  .gallerySec .imageText {
    font-size: 20px;
  }
  .gallerySec .imageText-md {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .gallerySec .row.gx-32.pt-32 {
    padding-top: 0px !important;
  }
}
@media (max-width: 575.98px) {
  .gallerySec .families {
    height: 118px;
  }
  .gallerySec .groepsaanvraag {
    height: 250px;
  }
  .gallerySec .imageText {
    bottom: 24px;
    left: 24px;
  }
  .gallerySec .imageText-md {
    bottom: 16px;
    left: 16px;
  }
}

.accordion-item {
  background-color: transparent;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
.accordion-item:first-child {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-radius: 0px;
}
.accordion-button {
  font-family: "Karla-Bold";
  font-size: 16px;
  line-height: 22px;
  padding: 16px 0;
  background-color: transparent;
  color: #181818;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:after {
  background-image: none;
  content: "\e912";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.accordion-button:not(.collapsed) {
  color: #181818;
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
}
.accordion-body {
  padding: 0 0 24px;
}
.accordion_list li:not(:last-child) {
  margin-bottom: 12px;
}
.accordion_list li a {
  font-size: 14px;
  line-height: 22px;
}
.accordion_list li a:hover, .accordion_list li a:active, .accordion_list li a:focus {
  color: #e81d00;
}

.quoteBox {
  background-color: #181818;
  padding: 24px 24px 70px;
  font-size: 15px;
  color: #ffffff;
  border-radius: 8px;
  height: 100%;
  position: relative;
}
.quoteBox_profile {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 16px;
  display: inline-block;
}
.quoteBox_profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.quoteBox_rating em {
  margin-bottom: 0px !important;
}
.quoteBox em {
  color: #e81d00;
  display: inline-block;
  margin-bottom: 36px;
}
.quoteBox_author {
  position: absolute;
  bottom: 20px;
  right: 0;
  padding: 0 24px;
  text-align: end;
}
@media (max-width: 575.98px) {
  .quoteBox {
    padding: 24px 24px 45px;
  }
  .quoteBox_author {
    font-size: 14px;
    letter-spacing: -0.56px;
    bottom: 18px;
    text-align: start;
    left: 0;
    right: auto;
  }
}

.bannerSec_inner {
  height: 400px;
}
.bannerSec_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1399.98px) {
  .bannerSec_inner {
    max-width: 1200px;
  }
}
@media (max-width: 1199.98px) {
  .bannerSec_inner {
    height: 350px;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .bannerSec_inner {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .bannerSec_inner {
    height: 240px;
  }
}
@media (max-width: 575.98px) {
  .bannerSec_inner {
    padding: 0px;
  }
  .bannerSec img {
    border-radius: 0px;
  }
}

.progressive {
  overflow: hidden;
  position: relative;
  background: transparent;
}

.progressive__img {
  width: 100%;
  height: 100%;
  transform: translateZ(0);
}

.progressive--not-loaded {
  filter: blur(30px);
  transform: scale(1.1);
}

.progressive--is-loaded {
  filter: blur(20px);
  animation: a 0.5s both;
  transform: scale(1);
}

@keyframes a {
  0% {
    filter: blur(20px);
  }
  to {
    filter: blur(0);
  }
}
.tabcover {
  margin-bottom: 40px;
}
.tabcover .nav {
  border-bottom: 1px solid #c9d1d3;
}
.tabcover .nav-link {
  padding: 0px;
  font-size: 16px;
  line-height: 1.5;
  color: #181818;
  letter-spacing: -0.64px;
  padding-bottom: 2px;
  white-space: nowrap;
}
.tabcover .nav-link.active {
  background-color: transparent;
  color: #181818;
  position: relative;
}
.tabcover .nav-link.active:after {
  content: "";
  background-color: #181818;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0px;
}
.tabcover .nav-item:not(:last-child) {
  margin-right: 16px;
}
@media (max-width: 991.98px) {
  .tabcover {
    margin-bottom: 24px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .tabcover .nav {
    flex-wrap: nowrap;
    margin-bottom: 2px;
  }
}
@media (max-width: 767.98px) {
  .tabcover .nav-link {
    font-size: 14px;
  }
}

.newsLetterSec {
  background: url("../../images/frontend/bg-pattern.svg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ffffff;
  padding-bottom: 40px;
}
.newsLetterSec_cnt {
  padding: 128px 0;
}
.newsLetterSec_cnt_title {
  font-size: 16px;
  font-family: "Karla-Bold";
  line-height: 24px;
  color: #000000;
  margin-bottom: 8px;
  letter-spacing: -0.64px;
  word-wrap: break-word;
  word-break: break-word;
}
.newsLetterSec_cnt_text {
  font-size: 16px;
  letter-spacing: -0.64px;
  line-height: 24px;
  color: #000000;
  word-wrap: break-word;
  word-break: break-word;
}
.newsLetterSec_banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  padding: 52px 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.newsLetterSec_banner_cnt {
  max-width: 580px;
  margin: 0 auto;
}
.newsLetterSec_banner_cntText {
  font-family: "Karla-Bold";
  letter-spacing: -0.8px;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 32px;
  word-wrap: break-word;
  word-break: break-word;
}
.newsLetterSec_banner_cnt .btn {
  padding: 12px 32px;
  white-space: nowrap;
}
.newsLetterSec .form-control {
  height: 48px;
  border-radius: 50px;
  box-shadow: none;
  border-color: #adbabd;
}
.newsLetterSec .form-control::-moz-placeholder {
  font-size: 16px;
  color: #5f7074;
}
.newsLetterSec .form-control::placeholder {
  font-size: 16px;
  color: #5f7074;
}
@media (max-width: 1399.98px) {
  .newsLetterSec_cnt {
    padding: 100px 0;
  }
}
@media (max-width: 1199.98px) {
  .newsLetterSec .form-control::-moz-placeholder {
    font-size: 15px;
  }
  .newsLetterSec .form-control::placeholder {
    font-size: 15px;
  }
  .newsLetterSec_banner_cnt {
    max-width: 400px;
  }
  .newsLetterSec_banner_cntText {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .newsLetterSec-padding {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .newsLetterSec {
    padding-bottom: 30px;
  }
  .newsLetterSec_banner {
    padding: 30px 15px;
  }
  .newsLetterSec_banner_cntText {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .newsLetterSec_cnt {
    padding: 24px 0 80px;
  }
  .newsLetterSec_cnt_title {
    font-size: 15px;
  }
  .newsLetterSec_cnt_text {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .newsLetterSec {
    padding-bottom: 20px;
  }
  .newsLetterSec_banner {
    padding: 24px;
    background-image: none !important;
    background-color: #f5f5f5;
  }
  .newsLetterSec_banner_cnt .btn {
    margin-top: 16px;
    width: 100%;
  }
  .newsLetterSec_banner_cntText {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 22px;
    color: #181818;
  }
  .newsLetterSec_cnt_title {
    font-size: 14px;
    line-height: 22px;
  }
  .newsLetterSec_cnt_text {
    font-size: 14px;
    line-height: 22px;
  }
}

.modal-content {
  border: 0;
  border-radius: 0;
}
.modal-header {
  border-color: #CAD0D6;
  padding: 32px 40px;
}
.modal .btn-close {
  background-image: none;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e81d00;
  border-radius: 50%;
  padding: 0 !important;
}
.modal .btn-close:focus {
  box-shadow: none;
}
.modal .btn-close .icon {
  color: #e81d00;
}
.modal-body {
  padding: 24px 40px 81px;
}
.modal-footer {
  -o-box-shadow: 0 -8px 16px 0px rgba(38, 50, 56, 0.08);
  -ms-box-shadow: 0 -8px 16px 0px rgba(38, 50, 56, 0.08);
  box-shadow: 0 -8px 16px 0px rgba(38, 50, 56, 0.08);
  border: 0;
  padding: 24px 40px;
}
.modal-footer .btn {
  width: 100%;
}
.modal-title {
  font-family: "Karla-Bold";
  font-size: 24px;
  line-height: 32px;
  color: #1D2022;
  flex: 1;
}

@media (max-width: 991.98px) {
  .modal-title {
    font-size: 20px;
    line-height: 28px;
  }
  .modal .btn-close {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .modal-title {
    font-size: 18px;
    line-height: 24px;
  }
  .modal-header {
    padding: 36px 20px;
  }
  .modal-body {
    padding: 24px 20px 74px;
  }
  .modal-footer {
    padding: 24px 20px;
  }
}
.review_modal #productRating {
  font-size: 22px;
  height: 22px !important;
}
.review_modal .product_title {
  font-family: "Karla-Bold";
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.review_modal .product_img img {
  max-width: 100px;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
}
.review_modal .product_review {
  margin-top: 40px;
}
.review_modal .product_review .rate-base-layer {
  display: flex !important;
}
.review_modal .product_review_text {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.review_modal .product_review .icon {
  font-size: 20px;
}
.review_modal .product_review li:not(:last-child) {
  padding-right: 4px;
}
.review_modal .product_review_text {
  margin-top: 8px;
}
.review_modal .form-control {
  background-color: #ffffff;
  border: 1px solid #adbabd;
  border-radius: 4px;
}
.review_modal .form-control::-moz-placeholder {
  font-size: 16px;
  line-height: 24px;
  color: #5f7074;
}
.review_modal .form-control::placeholder {
  font-size: 16px;
  line-height: 24px;
  color: #5f7074;
}
.review_modal .form-group {
  margin-top: 32px;
  margin-bottom: 0;
}
.review_modal .form-group .form-textarea {
  height: 144px;
}
.review_modal .form-label {
  margin-bottom: 8px;
}
.review_modal textarea.form-control {
  resize: none;
  min-height: 144px;
}
@media (max-width: 991.98px) {
  .review_modal .product_title {
    font-size: 15px;
  }
  .review_modal .product_review_text {
    font-size: 15px;
  }
  .review_modal .form-control::-moz-placeholder {
    font-size: 15px;
  }
  .review_modal .form-control::placeholder {
    font-size: 15px;
  }
  .review_modal .form-label {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .review_modal .product_title {
    font-size: 14px;
    line-height: 22px;
  }
  .review_modal .product_review_text {
    font-size: 14px;
    line-height: 22px;
  }
  .review_modal .form-control::-moz-placeholder {
    font-size: 14px;
    line-height: 22px;
  }
  .review_modal .form-control::placeholder {
    font-size: 14px;
    line-height: 22px;
  }
  .review_modal .form-label {
    font-size: 14px;
    line-height: 22px;
  }
}

.bookingSec .modal-header {
  font-size: 20px;
  color: #e81d00;
  line-height: 1.35;
  font-family: "Karla-Bold";
  letter-spacing: -0.64px;
  border-bottom: none;
  padding: 33px 20px;
}
.bookingSec .modal-body {
  padding: 0px 20px 16px 20px;
  font-size: 16px;
}
@media (max-width: 1399.98px) {
  .bookingSec .modal-body .form-group .form-control {
    font-size: 16px;
  }
  .bookingSec .modal-body .form-check-input[type=checkbox] ~ .form-check-label {
    font-size: 16px;
  }
  .bookingSec .modal-body .select2.select2-container .select2-selection__rendered {
    font-size: 16px;
  }
  .bookingSec .modal-body .form-group label span, .bookingSec .modal-body .input-group label span {
    font-size: 16px;
  }
}
.bookingSec .modal-body.disable {
  pointer-events: none;
}
.bookingSec .modal-body.disable .alert {
  position: relative;
  z-index: 2;
}
.bookingSec .modal-body.disable::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.bookingSec .modal-content {
  border-radius: 0px;
  border: none;
}
.bookingSec .availableSeat {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  padding: 10px 12px;
  border-radius: 5px;
  background: rgba(87, 171, 142, 0.2);
  display: flex;
  align-items: center;
  color: #000000;
  font-weight: 500;
}
.bookingSec .availableSeat span {
  font-family: "Karla-Bold";
  color: #57ab8e;
  font-size: 18px;
  margin-left: 5px;
  line-height: 1;
}

.is-next {
  display: none;
}

.galleryModal .btn-close {
  position: absolute;
  right: -16px;
  top: -16px;
  z-index: 9;
  height: 35px;
  width: 35px;
  font-size: 14px;
  background-color: #ffffff;
}
.galleryModal .btn-close:hover {
  opacity: 1;
}
.galleryModal .modal-body {
  padding: 20px;
}
.galleryModal .modal-body .swiper-slide {
  text-align: center;
  background-color: #f5f5f5;
}
.galleryModal .modal-body .swiper-button {
  bottom: 0px;
}
.galleryModal .modal-body .swiper-button-prev, .galleryModal .modal-body .swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #e81d00;
  color: #e81d00;
  background-color: #ffffff;
}
.galleryModal .modal-body .swiper-button-prev em, .galleryModal .modal-body .swiper-button-next em {
  font-size: 16px;
}
.galleryModal .modal-body .swiper-button-prev:after, .galleryModal .modal-body .swiper-button-next:after {
  display: none;
}
@media (max-width: 767.98px) {
  .galleryModal .btn-close {
    height: 25px;
    width: 25px;
    font-size: 10px;
    right: -6px;
    top: -6px;
  }
  .galleryModal .modal-body {
    padding: 15px;
  }
  .galleryModal .modal-body .swiper-button-next, .galleryModal .modal-body .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
}

.tooltopModal .modal-dialog {
  max-width: 400px;
}
.tooltopModal .modal-content {
  border-radius: 8px;
}
.tooltopModal .modal-head {
  padding: 16px 24px;
  font-size: 24px;
  letter-spacing: -0.64px;
  font-family: "Karla-Bold";
  color: #181818;
  border-bottom: 1px solid #c9d1d3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tooltopModal .modal-head .btn-close {
  width: 46px;
  height: 46px;
  border-radius: 4px;
}
.tooltopModal .modal-head .btn-close em {
  font-size: 14px;
}
.tooltopModal .modal-body {
  padding: 24px;
}
.tooltopModal .modal-body .tooltopModal_title {
  margin-bottom: 16px;
}
.tooltopModal_title {
  font-size: 24px;
  font-family: "Karla-Bold";
  color: #181818;
  letter-spacing: -0.64px;
  margin-bottom: 0px;
  margin-right: 10px;
}
.tooltopModal_cnt li {
  display: flex;
  flex-direction: column;
}
.tooltopModal_cnt li:not(:last-child) {
  margin-bottom: 24px;
}
.tooltopModal_cnt span {
  font-size: 16px;
  font-family: "Karla-Bold";
  color: #000000;
  letter-spacing: -0.64px;
}
.tooltopModal_cnt p {
  font-size: 16px;
  font-family: "Karla-Regular";
  color: #000000;
  letter-spacing: -0.64px;
  margin-bottom: 0px;
}
@media (max-width: 575.98px) {
  .tooltopModal.modal.fade .modal-dialog {
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
  }
  .tooltopModal.modal.show .modal-dialog {
    transform: translateX(0);
  }
  .tooltopModal .modal-body {
    padding: 24px 20px;
  }
  .tooltopModal .modal-body .tooltopModal_title {
    font-size: 20px;
  }
  .tooltopModal .modal-content {
    border-radius: 0px;
    height: 100%;
  }
  .tooltopModal .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100%;
  }
  .tooltopModal .modal-dialog-centered {
    align-items: baseline;
  }
  .tooltopModal .modal-head .btn-close {
    border: none;
    height: auto;
    width: auto;
    font-size: 18px;
  }
  .tooltopModal .modal-head .btn-close em {
    font-size: 16px;
    margin-right: 10px;
  }
}

.header {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 0;
  background-color: #ffffff;
}
.header.openMenu .navbar {
  background-color: #ffffff !important;
}
.header.openMenu .navbar .dark-logo {
  display: block;
}
.header.openMenu .navbar .light-logo {
  display: none;
}
.header.openMenu .navbar-nav .nav-item:last-child::before {
  background-color: #181818 !important;
}
.header.openMenu .navbar .nav-link {
  color: #181818;
}
.header.openMenu .navbar-right li a em {
  color: #181818;
}
.header .light-logo {
  display: none;
}
.header .headerTop {
  background-color: #0f1f28;
  padding: 3px 0px;
}
.header .headerTop li a {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  letter-spacing: -0.64px;
}
.header .headerTop li a:hover, .header .headerTop li a:focus, .header .headerTop li a:active {
  color: #00a6c6;
}
.header .headerTop li p {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}
.header .headerTop li p em {
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #00a6c6;
}
.header .headerTop li:not(:last-child) {
  margin-right: 24px;
}
.header.nav-down .navbar {
  animation: slide-down 0.3s;
  -webkit-animation: slide-down 0.3s;
  background-color: #ffffff !important;
  box-shadow: 0 0 10px rgba(105, 105, 105, 0.156863);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}
.header.nav-down .navbar-nav .nav-item:last-child::before {
  background-color: #181818 !important;
}
.header.nav-down .navbar-toggler-icon em {
  color: #181818;
}
.header.nav-down .navbar-right li a em {
  color: #181818;
}
.header.nav-down .navbar-brand .light-logo {
  display: none;
}
.header.nav-down .navbar-brand .dark-logo {
  display: block;
}
.header.nav-down .navbar .nav-link {
  color: #181818;
}
.header.nav-down .navbar .nav-brand .dark-logo {
  display: block;
}
.header .navbar {
  padding: 0px;
  border-bottom: 1px solid #c9d1d3;
  background-color: #ffffff;
}
.header .navbar-nav .nav-item:last-child::before {
  background-color: #181818;
}
.header .navbar-toggler-icon {
  background-image: none;
}
.header .navbar-toggler-icon em {
  color: #181818;
  font-size: 16px;
}
.header .navbar-nav .nav-link {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Karla-Bold";
  color: #181818;
  padding: 24px 0px;
  letter-spacing: -0.64px;
  display: inline-block;
  position: relative;
}
.header .navbar-nav .nav-link:after {
  content: "";
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.header .navbar-nav .nav-link:hover:after, .header .navbar-nav .nav-link.active:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.header .navbar-nav .nav-link em {
  font-size: 19px;
}
.header .navbar-nav .nav-item:not(:last-child) {
  margin-right: 32px;
}
.header .navbar-nav .nav-item:last-child {
  padding-left: 32px;
  position: relative;
}
.header .navbar-nav .nav-item:last-child::before {
  content: "";
  width: 2px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.header .navbar-nav .nav-item:hover > .megamenu {
  opacity: 1;
  display: block;
}
.header .navbar-right li:not(:last-child) a {
  width: 40px;
  height: 40px;
  margin-right: 4px;
}
.header .navbar-right li:last-child a {
  padding-left: 8px;
  height: 40px;
}
.header .navbar-right li a em {
  font-size: 22px;
  color: #181818;
}
.header .navbar-right li .cart-wrapper {
  position: relative;
}
.header .navbar-right li .cart-count {
  position: absolute;
  min-width: 20px;
  height: 20px;
  background-color: #000000;
  right: -11px;
  top: 5px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .navbar .megamenu {
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  left: 0;
  min-height: 454px;
  display: none;
  padding: 0px 472px 0px calc((100% - 1384px) / 2 + 12px);
  border-bottom: 1px solid #c9d1d3;
  border-top: 1px solid #c9d1d3;
}
.header .navbar .megamenu-inner {
  padding-right: 29px;
  margin-bottom: 20px;
}
.header .navbar .megamenu-left {
  display: flex;
  max-height: 415px;
  overflow-y: auto;
  padding: 40px 0px 0px 0px;
  margin-bottom: 40px;
  scrollbar-width: none;
}
.header .navbar .megamenu-left.more {
  flex-wrap: wrap;
}
.header .navbar .megamenu-left.more .megamenu-list {
  max-width: auto;
  display: block;
}
.header .navbar .megamenu-left.more .megamenu-inner {
  flex: 0 0 25%;
  max-width: 25%;
}
.header .navbar .megamenu-right {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.header .navbar .megamenu-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-rows: repeat(8, auto);
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  overflow: auto;
  scrollbar-width: none;
}
.header .navbar .megamenu-list li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  margin-bottom: 8px;
  min-width: 200px;
}
.header .navbar .megamenu-list li a {
  font-size: 16px;
  color: #181818;
  word-break: break-word;
}
.header .navbar .megamenu-title {
  font-family: "Karla-Bold";
  color: #181818;
  font-size: 16px;
  margin-bottom: 16px;
}
.header .navbar .megamenu-img {
  height: 100%;
}
.header .navbar .megamenu-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .navbar .megamenu-imgtext {
  position: absolute;
  padding: 24px;
  bottom: 0;
  left: 0;
  color: #ffffff;
}
.header .navbar .megamenu-imgtext span {
  font-size: 20px;
  flex: 0 0 60%;
}
.header .promoBanner {
  background-color: #00a6c6;
  display: flex;
  align-items: center;
}
.header .promoBanner marquee {
  color: #ffffff;
  padding-top: 5px;
  min-height: 26px;
  overflow: hidden;
  white-space: nowrap;
}
.header .promoBanner marquee:hover {
  animation-play-state: paused;
}
.header .promoBanner .ticker {
  display: inline-flex;
  align-items: center;
}
.header .promoBanner .ticker-content {
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
}
.header .promoBanner .ticker-item {
  font-size: 16px;
  color: #181818;
  line-height: 1.5;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(0%);
  opacity: 0;
  transition: all 0.6s ease-in-out;
  white-space: normal;
  word-break: break-all;
  word-break: break-word;
  display: none;
  width: 100%;
  padding: 4px 0;
}
.header .promoBanner .ticker-item em {
  margin-right: 6px;
  font-size: 20px;
}
.header .promoBanner .ticker-item.active {
  display: block;
  opacity: 1;
  transform: translateY(0%);
}
.header .promoBanner .ticker-item.slide-up {
  transform: translateY(-100%);
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.header .promoBanner .ticker-item.slide-down {
  transform: translateY(100%);
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.header .promoBanner .ticker-item a {
  color: inherit;
  text-decoration: underline;
  transition: all 0.3s;
}
.header .promoBanner .ticker-item a:hover {
  text-decoration: none;
}
.header .promoBanner .ticker em {
  font-size: 25px;
}
@media (max-width: 1399px) {
  .header .navbar .megamenu {
    padding-left: calc((100% - 1200px) / 2 + 12px);
    padding-right: 395px;
  }
  .header .navbar .megamenu-inner {
    padding-right: 20px;
  }
  .header .navbar .megamenu-list li {
    min-width: 180px;
  }
  .header .navbar .megamenu-imgtext {
    padding: 15px;
  }
  .header .navbar .megamenu-imgtext span {
    font-size: 16px;
  }
  .header .navbar .megamenu-right {
    width: 396px;
  }
}
@media (max-width: 1199.98px) {
  .header .promoBanner .ticker-item {
    font-size: 14px;
  }
  .header .promoBanner .ticker em {
    font-size: 20px;
  }
  .header .navbar-expand-lg .navbar-toggler {
    display: block;
  }
  .header .navbar-collapse {
    display: none !important;
  }
  .header .navbar.fixed-top .nav-link {
    color: #ffffff;
  }
  .header .navbar-collapse {
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0;
  }
  .header .navbar-toggler {
    padding: 0px;
    border: none;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #181818;
  }
  .header .navbar-brand {
    padding: 0px;
  }
  .header .navbar-brand img {
    max-width: 80px;
  }
  .header .navbar-right {
    padding-right: 55px;
  }
  .header .navbar-nav .nav-link {
    padding: 5px 15px;
    font-size: 14px;
    color: #ffffff;
  }
  .header .navbar-nav .nav-item:not(:last-child) {
    border-bottom: 1px solid #2a2a2a;
    margin-right: 0px;
  }
  .header.nav-down .navbar .nav-link {
    color: #ffffff;
  }
  .header .headerTop li:not(:last-child) {
    margin-right: 15px;
  }
  .header .headerTop li a, .header .headerTop li p {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .header .mob-slider {
    display: none;
  }
  .header .mob-slider.slide-show {
    display: block;
  }
  .header .promoBanner .ticker-item {
    font-size: 10px;
  }
  .header .promoBanner .ticker-item em {
    margin-right: 4px;
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .header .navbar {
    border-top: 1px solid #c9d1d3;
    padding: 3px 0px;
  }
  .header .navbar-collapse {
    top: 47px;
    z-index: 1;
  }
  .header .navbar-brand img {
    max-width: 66px;
  }
  .header .navbar-right {
    padding-right: 36px;
  }
  .header .navbar-right li:not(:last-child) a {
    width: 40px;
    height: 40px;
    margin-right: 0px;
  }
  .header .navbar-right li:last-child a {
    width: 40px;
    height: 40px;
    padding-left: 0px;
    margin-right: 0px;
  }
  .header .navbar-right li a em {
    font-size: 24px;
  }
  .header .navbar-right li .cart-count {
    right: 0;
  }
  .header .headerTop li a, .header .headerTop li p {
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: -0.4px;
  }
  .header .headerTop li a em, .header .headerTop li p em {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

body .over-menu {
  position: fixed;
  height: 100%;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  background: rgba(24, 24, 24, 0.5);
  z-index: 9;
}
body.open-menu {
  overflow: hidden;
}
body.open-menu .over-menu {
  display: block;
}
body.open-menu .mainMenu {
  right: 0 !important;
}

.mainMenu {
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  position: fixed;
  height: 100%;
  width: 360px;
  right: -360px;
  top: 0;
  z-index: 11;
}
.mainMenu-header-container {
  position: relative;
  height: 100%;
}
.mainMenu-header-container .seasontoggle {
  padding: 8px 20px 0px 20px;
  width: 100%;
}
.mainMenu-header-container .seasontoggle a {
  width: 50%;
  height: 56px;
  font-size: 14px;
  color: rgba(24, 24, 24, 0.6);
  border: 1px solid transparent;
  display: inline-block;
  letter-spacing: -0.64px;
  line-height: 1.5;
  font-family: "Karla-Bold";
}
.mainMenu-header-container .seasontoggle a em {
  font-size: 20px;
}
.mainMenu-header-container .seasontoggle a.active {
  color: #181818;
  border: 1px solid #181818;
  opacity: 1;
}
.mainMenu-header-container ul {
  padding: 0px 20px;
}
.mainMenu-title {
  font-size: 24px;
  font-family: "Karla-Bold";
}
.mainMenu-close {
  color: #181818;
  height: 12px;
  height: 12px;
}
.mainMenu-close em {
  font-size: 12px;
}
.mainMenu-head {
  margin-bottom: 16px;
  padding: 14px 20px;
  border-bottom: 1px solid #c9d1d3;
}
.mainMenu-menu {
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100dvh - 145px);
  scrollbar-width: none;
}
.mainMenu-menu li.menu-item-has-children > a {
  padding: 19px 20px 19px 8px;
  position: relative;
  font-family: "Karla-Bold";
}
.mainMenu-menu li.menu-item-has-children .sub-menu {
  position: absolute;
  list-style: none;
  background: #ffffff;
  float: left;
  width: 100%;
  display: none;
}
.mainMenu-menu li.menu-item-has-children a {
  text-align: left;
}
.mainMenu-menu li.menu-item-has-children a:hover {
  margin-top: 0;
}
.mainMenu-menu li.back {
  display: block;
  position: relative;
}
.mainMenu-menu li.back a {
  padding: 16px 0px 16px 24px !important;
  font-family: "Karla-Bold";
  line-height: 22px;
}
.mainMenu-menu li.back a:after {
  font-family: "icomoon" !important;
  content: "\e92e";
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 7px;
  top: 49%;
  transform: translateY(-50%);
  left: 0;
}
.mainMenu-menu > li {
  transition: all 0.33s ease;
}
.mainMenu-menu > li.menu-item:first-child > a {
  border-top: 1px solid #c9d1d3;
}
.mainMenu-menu > li.menu-item a {
  padding: 14px;
  color: #181818;
  display: block;
  padding: 17px 0px;
  border-bottom: 1px solid #c9d1d3;
  font-size: 14px;
  line-height: 22px;
}
.mainMenu-menu > li.menu-item-has-children {
  position: initial;
}
.mainMenu-menu > li.menu-item-has-children .sub-menu {
  transition: all 0.3s ease-in-out;
  display: block !important;
  background: #ffffff;
  z-index: 1;
  top: 0;
  left: 100%;
  padding: 0 20px;
}
.mainMenu-menu > li.menu-item-has-children .sub-menu li a {
  padding: 16px 0px;
}
.mainMenu-menu > li.menu-item-has-children .sub-menu.open-sub {
  left: 0%;
}
.mainMenu-menu .sub-menu {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100dvh;
  padding-bottom: 80px !important;
  scrollbar-width: none;
}
@media (max-width: 575.98px) {
  .mainMenu {
    width: 100%;
    right: -100%;
  }
}

.footer {
  background-color: #0f1f28;
  padding-top: 96px;
  font-family: "Karla-Light";
}
.footer_cnt {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  max-width: 310px;
  word-wrap: break-word;
  word-break: break-word;
  letter-spacing: -0.64px;
}
.footer_social .title {
  font-size: 16px;
  letter-spacing: -0.64px;
  line-height: 24px;
  font-family: "Karla-Bold";
  color: #ffffff;
  margin-bottom: 16px;
  margin-top: 80px;
  word-wrap: break-word;
  word-break: break-word;
}
.footer_social li:not(:last-child) {
  padding-right: 35px;
}
.footer_social li a {
  font-size: 24px;
  color: #ffffff;
}
.footer_social li a:hover, .footer_social li a:active, .footer_social li a:focus {
  color: #e81d00;
}
.footer_sortlink--margin {
  margin-top: 56px;
}
.footer_sortlink .title {
  font-size: 16px;
  line-height: 24px;
  font-family: "Karla-Bold";
  color: #ffffff;
  letter-spacing: -0.64px;
  margin-bottom: 16px;
  word-wrap: break-word;
  word-break: break-word;
}
.footer_sortlink li:not(:last-child) {
  padding-bottom: 8px;
}
.footer_sortlink li a {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  word-wrap: break-word;
  word-break: break-word;
  letter-spacing: -0.64px;
}
.footer_brands {
  padding-top: 80px;
}
.footer_brandsLogo .logo-ideal {
  padding-right: 12px;
}
.footer_brandsLogo .logo-vvkr {
  padding-right: 28px;
}
.footer_bottom {
  background-color: #ffffff;
  padding: 16px;
}
.footer_bottom li:not(:last-child) {
  padding-right: 20px;
}
.footer_bottom li a {
  font-size: 12px;
  line-height: 20px;
  color: #181818;
}
.footer_bottom li a:hover, .footer_bottom li a:active, .footer_bottom li a:focus {
  color: #e81d00;
}
@media (max-width: 1399.98px) {
  .footer {
    padding-top: 68px;
  }
  .footer_cnt {
    max-width: 100%;
  }
  .footer_sortlink--margin {
    margin-top: 25px;
  }
}
@media (max-width: 1199.98px) {
  .footer_cnt {
    font-size: 15px;
  }
  .footer_sortlink li:not(:last-child) {
    padding-bottom: 6px;
  }
  .footer_sortlink li a {
    font-size: 15px;
  }
  .footer_social li a {
    font-size: 22px;
  }
  .footer_brands {
    padding-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .footer_social {
    margin-bottom: 30px;
  }
  .footer_social .title {
    margin-top: 34px;
  }
  .footer_social li:not(:last-child) {
    padding-right: 20px;
  }
  .footer_brandsLogo .logo-vvkr {
    padding-right: 16px;
  }
}
@media (max-width: 767.98px) {
  .footer_brands {
    padding-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .footer_row [class*=col-]:not(:first-child) {
    display: none;
  }
  .footer_cnt {
    font-size: 13px;
    line-height: 22px;
  }
  .footer_sortlink--margin {
    margin-top: 15px;
  }
  .footer_sortlink .title {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .footer_sortlink li:not(:last-child) {
    padding-bottom: 5px;
  }
  .footer_sortlink li a {
    font-size: 13px;
    line-height: normal;
  }
  .footer_social li:not(:last-child) {
    padding-right: 32px;
  }
  .footer_social li em {
    font-size: 24px;
  }
  .footer_social .title {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
  .footer_brandsLogo_img img {
    height: 50px;
  }
  .footer_brandsLogo:last-child {
    margin-top: 40px;
  }
}
.footer .accordion-item {
  background-color: transparent;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
.footer .accordion-item:first-child {
  border-top: 0;
}
.footer .accordion-button {
  color: #ffffff;
  font-family: "Karla-Bold";
  font-size: 14px;
  line-height: 22px;
  padding: 24px 0;
  background-color: transparent;
}
.footer .accordion-button:focus {
  box-shadow: none;
}
.footer .accordion-button:after {
  content: "\e912";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.footer .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.footer .accordion-button:not(.collapsed)::after {
  background-image: none;
}
.footer .accordion-body {
  padding: 0 0 24px;
}
.footer .accordion_list li:not(:last-child) {
  margin-bottom: 12px;
}
.footer .accordion_list li a {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}
.footer .accordion_list li a:hover, .footer .accordion_list li a:active, .footer .accordion_list li a:focus {
  color: #e81d00;
}

.checkoutfooter {
  border-top: 1px solid #c9d1d3;
  padding: 25px 40px;
}
.checkoutfooter_left img {
  height: 25px;
}
.checkoutfooter_right img {
  height: 40px;
}
@media (max-width: 1199.98px) {
  .checkoutfooter {
    padding: 20px 40px;
  }
}
@media (max-width: 991.98px) {
  .checkoutfooter {
    padding: 16px 40px;
  }
}

.sideBar {
  width: 316px;
  border: 1px solid #c9d1d3;
  -o-box-shadow: 0 4px 8px 0px rgba(38, 50, 56, 0.08);
  -ms-box-shadow: 0 4px 8px 0px rgba(38, 50, 56, 0.08);
  box-shadow: 0 4px 8px 0px rgba(38, 50, 56, 0.08);
  padding: 56px 32px 40px;
  border-radius: 8px;
  height: 100%;
  flex-shrink: 0;
}
.sideBar ul {
  padding: 100px 0px 150px;
}
.sideBar ul li:last-child a {
  border-bottom: 1px solid #adbabd;
}
.sideBar ul li a {
  padding: 16px 0px;
  border-top: 1px solid #adbabd;
  color: #181818;
}
.sideBar ul li a span {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.64px;
}
.sideBar ul li a em {
  font-size: 16px;
  color: #181818;
}
.sideBar ul li a.active {
  font-family: "Karla-Bold";
}
@media (max-width: 1399.98px) {
  .sideBar {
    padding: 30px 20px 30px;
  }
  .sideBar ul {
    padding: 50px 0px 90px;
  }
  .sideBar ul li a {
    padding: 12px 0px;
  }
}
@media (max-width: 1199.98px) {
  .sideBar ul {
    padding: 30px 0px 40px;
  }
}
@media (max-width: 991.98px) {
  .sideBar {
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 999;
    background: #fff;
    left: -250px;
    top: 0;
    border-radius: 0;
    width: 250px;
    transition: 0.3s;
  }
  .sideBar .link-btn {
    font-size: 14px;
  }
  .sideBar ul {
    padding: 20px 0px 20px;
  }
  .sideBar ul li a {
    padding: 10px 0px;
  }
  .sideBar ul li a em {
    font-size: 12px;
  }
}

body.sideBar_open .sideBar {
  opacity: 1;
  visibility: visible;
  left: 0;
}
body.sideBar_open .over-menu {
  display: block;
}

.font-bd {
  font-family: "Karla-Bold" !important;
}

.link-primary {
  color: #e81d00 !important;
}
.link-primary:hover, .link-primary.active, .link-primary:focus {
  color: #9c1300 !important;
}

.link-secondary {
  color: #181818 !important;
}
.link-secondary:hover, .link-secondary.active, .link-secondary:focus {
  color: black !important;
}

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

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

.link-btn {
  border-bottom: 1px solid #000000;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  font-size: 16px;
  line-height: 24px;
  color: #e81d00;
  padding: 0;
  height: auto;
  display: inline-block;
  letter-spacing: -0.64px;
}
.link-btn:hover, .link-btn.active, .link-btn:focus {
  color: #9c1300;
  border-bottom: 1px solid #000000;
}
.link-btn-dark {
  color: #181818;
}
.link-btn-dark:hover, .link-btn-dark.active, .link-btn-dark:focus {
  color: rgba(24, 24, 24, 0.8);
  border-bottom: 1px solid rgba(24, 24, 24, 0.8) !important;
}

.error-block {
  color: #ff0000;
}

.bootstrap-datetimepicker-widget table td a {
  color: #ff0000;
}
.bootstrap-datetimepicker-widget table td a:hover {
  color: #c91900;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background-color: transparent;
}

.py-120 {
  padding: 120px 0px;
}
@media (max-width: 1599.98px) {
  .py-120 {
    padding: 90px 0px;
  }
}
@media (max-width: 1399.98px) {
  .py-120 {
    padding: 60px 0px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media (max-width: 1399.98px) {
  .pt-80 {
    padding-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .pt-80 {
    padding-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .pt-80 {
    padding-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .pt-80 {
    padding-top: 15px;
  }
}

.py-88 {
  padding: 88px 0px;
}
@media (max-width: 1399.98px) {
  .py-88 {
    padding: 50px 0;
  }
}
@media (max-width: 1199.98px) {
  .py-88 {
    padding: 40px 0;
  }
}
@media (max-width: 575.98px) {
  .py-88 {
    padding: 48px 0;
  }
}

.py-80 {
  padding: 80px 0px;
}
@media (max-width: 1399.98px) {
  .py-80 {
    padding: 50px 0px;
  }
}
@media (max-width: 991.98px) {
  .py-80 {
    padding: 30px 0px;
  }
}
@media (max-width: 767.98px) {
  .py-80 {
    padding: 20px 0px;
  }
}
@media (max-width: 575.98px) {
  .py-80 {
    padding: 15px 0px;
  }
}

.pb-40 {
  padding-bottom: 50px;
}

@media (max-width: 575.98px) {
  .mt-24 {
    margin-top: 24px !important;
  }
  .mb-40 {
    margin-bottom: 40px !important;
  }
  .py-40 {
    padding: 40px 0px;
  }
}
.mrgbtm {
  margin-bottom: 40px;
}
@media (max-width: 1399.98px) {
  .mrgbtm {
    margin-bottom: 35px;
  }
}
@media (max-width: 1199.98px) {
  .mrgbtm {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .mrgbtm {
    margin-bottom: 24px;
  }
}

.maxwidth-665 {
  max-width: 665px;
  width: 100%;
  margin: 0px auto;
}

.maxwidth-435 {
  max-width: 435px;
  width: 100%;
  margin: 0px auto;
}

.brd-top {
  border-top: 1px solid #c9d1d3;
}
@media (max-width: 575.98px) {
  .brd-top {
    border: none;
  }
}

.bg-gray {
  background-color: #f5f5f5;
}

.g-32, .gy-32 {
  --bs-gutter-y: 32px;
}
@media (max-width: 1440px) {
  .g-32, .gy-32 {
    --bs-gutter-y: 24px;
  }
}
@media (max-width: 991.98px) {
  .g-32, .gy-32 {
    --bs-gutter-y: 16px;
  }
}

.g-32, .gx-32 {
  --bs-gutter-x: 32px;
}
@media (max-width: 1440px) {
  .g-32, .gx-32 {
    --bs-gutter-x: 24px;
  }
}
@media (max-width: 991.98px) {
  .g-32, .gx-32 {
    --bs-gutter-x: 16px;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bg-pattern {
  background-image: url("../../images/frontend/bg-pattern.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media (max-width: 575.98px) {
  .bg-pattern-sm-none {
    background-image: none;
  }
}

.bg-header {
  background-color: #181818;
}

.text-16 {
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .text-16 {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.56px;
  }
}

@media (max-width: 767.98px) {
  .ht-16 {
    height: 16px;
  }
}
.error-help-block {
  display: block;
  margin-top: 5px;
  color: #e81d00;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .signup-msg-error {
    color: #ffffff !important;
  }
}

.tooltip {
  --bs-tooltip-font-size: 16px;
  border: 1px solid #c9d1d3;
  box-shadow: 0px 2px 8px rgba(38, 50, 56, 0.16);
  --bs-tooltip-opacity:1;
  --bs-tooltip-bg: #ffffff;
  margin-right: 8px !important;
  border-radius: 4px;
}
.tooltip.show {
  opacity: 1;
}
.tooltip-inner {
  --bs-tooltip-opacity: 1;
  --bs-tooltip-color: #000000;
  font-family: "Karla-Regular";
  padding: 8px 12px;
}
.tooltip-arrow::before {
  display: none;
}

.seachoverflow {
  overflow: hidden;
}
.seachoverflow .nav-down, .seachoverflow .header {
  display: none;
}

.w-185 {
  width: 185px;
}
