.block {
  display: block !important;
}

.flex {
  display: flex !important;
}

.flex-row {
  display: flex !important;
  flex-direction: row !important;
}

.flex-col {
  display: flex !important;
  flex-direction: column !important;
}

.align-start {
  align-items: flex-start !important;
}

.align-center {
  align-items: center !important;
}

.justify-sb {
  justify-content: space-between !important;
}

.justify-center {
  justify-content: center;
}

.flex-center {
  align-items: center !important;
  justify-content: center !important;
}

.gap-15 {
  gap: 15px !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-5 {
  gap: 5px !important;
}

.gap-3 {
  gap: 3px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.py-10 {
  padding: 10px 0 !important;
}

.py-20 {
  padding: 10px 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.my-5 {
  margin: 5px 0 !important;
}

.my-10 {
  margin: 10px 0 !important;
}

.my-20 {
  margin: 20px 0 !important;
}

.fixed {
  position: fixed !important;
  width: 100% !important;
}

.sticky-t {
  position: sticky !important;
  top: 0 !important;
  z-index: 3 !important;
}

.sticky-b {
  position: sticky !important;
  bottom: 0 !important;
  z-index: 3 !important;
}

.invis {
  visibility: hidden !important;
}

.hidden {
  visibility: hidden !important;
  display: none !important;
}

.hr {
  height: 1px !important;
  background-color: #dbdbdb !important;
  border: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-100 {
  width: 100% !important;
}

.img-responsive {
  height: 100%;
  width: auto;
}

.icon-white {
  filter: invert(98%) sepia(30%) saturate(17%) hue-rotate(283deg) brightness(300%) contrast(100%);
}

.border-brand {
  border: 1px solid #008286;
}

.border-0 {
  border: none !important;
}

.bg-brand-light {
  background: #f5ffff;
}

.br-100 {
  border-radius: 100%;
}

.hide-lg {
  display: initial;
  visibility: visible;
}
@media (max-width: 1280px) {
  .hide-lg {
    display: none !important;
    visibility: hidden;
  }
}



.hide-md {
  display: initial;
  visibility: visible;
}
@media (max-width: 1024px) {
  .hide-md {
    display: none !important;
    visibility: hidden;
  }
}

.hide-sm {
  display: initial;
  visibility: visible;
}
@media (max-width: 768px) {
  .hide-sm {
    display: none !important;
    visibility: hidden;
  }
}

.clr-brand {
  color: #008286 !important;
}

.bg-brand {
  background: #008286 !important;
}

.clr-brand-dark {
  color: #005658 !important;
}

.bg-brand-dark {
  background: #005658 !important;
}

.clr-brand-dark-font {
  color: #129ea2 !important;
}

.bg-brand-dark-font {
  background: #129ea2 !important;
}

.clr-brand-light {
  color: #f5ffff !important;
}

.bg-brand-light {
  background: #f5ffff !important;
}

.clr-grey {
  color: #f1f1f2 !important;
}

.bg-grey {
  background: #f1f1f2 !important;
}

.clr-border {
  color: #dbdbdb !important;
}

.bg-border {
  background: #dbdbdb !important;
}

.clr-font {
  color: #343434 !important;
}

.bg-font {
  background: #343434 !important;
}

.clr-font-light {
  color: #868686 !important;
}

.bg-font-light {
  background: #868686 !important;
}

.clr-blue {
  color: #0672ff !important;
}

.bg-blue {
  background: #0672ff !important;
}

.clr-blue-alt {
  color: #3d7dd1 !important;
}

.bg-blue-alt {
  background: #3d7dd1 !important;
}

.clr-req {
  color: #bc2525 !important;
}

.bg-req {
  background: #bc2525 !important;
}

.clr-red {
  color: #dc1e1e !important;
}

.bg-red {
  background: #dc1e1e !important;
}

.clr-pink {
  color: #ffdfdf !important;
}

.bg-pink {
  background: #ffdfdf !important;
}

.clr-green {
  color: #00ce29 !important;
}

.bg-green {
  background: #00ce29 !important;
}

.clr-mint {
  color: #e8ffe4 !important;
}

.bg-mint {
  background: #e8ffe4 !important;
}



body {
  font-family: Arial, Helvetica, sans-serif;
  color: #343434;
}

a {
  color: #0672ff;
}

.f-xs {
  font-size: 11px !important;
}

.f-sm {
  font-size: 12px !important;
}

.f-md {
  font-size: 14px !important;
}

.f-base {
  font-size: 16px !important;
}

.f-lg {
  font-size: 18px !important;
}

.f-xl {
  font-size: 24px;
}

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

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

.lh-xs {
  line-height: 1;
}

.lh-sm {
  line-height: 1.25;
}

.lh-md {
  line-height: 1.5;
}

.required {
  color: #bc2525 !important;
}

.clr-brand {
  color: #008286 !important;
}

.clr-blue {
  color: #0672ff !important;
}

.clr-font-light {
  color: #868686 !important;
}

.fw-r {
  font-weight: normal !important;
}

.bold {
  font-weight: bold !important;
}

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

select {
  width: 100%;
  height: 40px;
  border: 1px solid #cecece;
  border-radius: 5px;
  padding-left: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("/assets/img/icons/arrow-down.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 20px;
}

.search-box {
  max-width: 1042px;
  width: 100%;
  background: #fff;
  display: flex;
  gap: 10px;
  padding: 25px 20px;
  margin: 0 auto;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1019607843);
  border-radius: 5px;
  transform: translateY(-50%);
}
@media (max-width: 1082px) {
  .search-box {
    width: calc(100% - 40px);
  }
}
@media (max-width: 768px) {
  .search-box {
    flex-direction: column;
  }
}
.search-box label {
  width: 100%;
  font-weight: bold;
  font-size: 14px;
}
.search-box label select {
  margin-top: 10px;
}
.search-box select {
  height: 50px;
}

.page-header {
  height: 270px;
  color: #fff;
  background: #b9b9b9;
  background-image: url("../images/canal.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .page-header {
    height: auto;
    padding-top: 50px;
    padding-bottom: 200px;
  }
}
.page-header__heading {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 32px;
}
.page-header__subheading {
  font-size: 18px;
  font-weight: normal;
}
.page-header__heading, .page-header__subheading {
  font-family: "Open Sans", sans-serif;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4509803922);
}

.details-header {
  height: 500px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.685) 100%), url("./../images/coastal-town.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 45px;
}
.details-header__heading {
  font: normal normal bold 48px/36px Open Sans;
  font-size: 48px;
  letter-spacing: 0px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4509803922);
}
@media (max-width: 768px) {
  .details-header {
    height: 300px;
    padding-bottom: 20px;
  }
  .details-header__heading {
    font-size: 24px;
  }
}
@media (min-width: 1366px) {
  .details-header {
    height: 300px;
  }
}

.result-cards__container {
  padding-right: 10px;
}
.result-cards__container h1 {
  margin-bottom: 20px;
}

.card {
  width: 340px;
  height: 550px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
}
.card__img {
  display: block;
  height: 240px;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  position: relative;
}
.card__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.card__price {
  background: #005658;
  color: #fff;
  text-align: center;
  padding: 16px;
}
.card__price p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.card__price p b {
  font-size: 24px;
  padding-left: 5px;
}
.card__info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 250px;
}
.card__info-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.card__info h4 {
  font-size: 18px;
}
.card__info .subheading {
  color: #008286;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card__info p {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card__info .clr-red {
  color: #dc1e1e;
}
.card .btn {
  background: #f2a900;
  color: #fff;
  border-radius: 5px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
}
.card .btn:hover {
  background: #dd9b02;
}

.blog-cards {
  margin-top: 50px;
  padding-bottom: 50px;
}

.blog-card {
  height: 326px;
  width: 333px;
}
.blog-card .card__img {
  height: 180px;
}
.blog-card .card__info {
  height: auto;
}
.blog-card .card__info p {
  margin-top: 0;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cta {
  background: #f5ffff;
  border: 1px solid #008286;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.cta svg {
  margin-right: 10px;
  min-width: 27px;
}
@media (max-width: 768px) {
  .cta svg {
    margin-right: 20px;
  }
}

.has-fixed-bottom:last-of-type {
  padding-bottom: 125px;
}

.fixed-bottom-cta {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 125px;
  background: #f5ffff;
  border-top: 2px solid #008286;
  z-index: 55;
}

@media (max-width: 768px) {
  .fixed-bottom-cta {
    top: calc(100vh - 160px);
    height: 160px;
  }
}
.fixed-bottom-cta .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  gap: 10px;
}
@media (max-width: 660px) {
  .fixed-bottom-cta .container {
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }
}
.fixed-bottom-cta .container .left,
.fixed-bottom-cta .container .right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 1280px) {
  .fixed-bottom-cta .container .left,
  .fixed-bottom-cta .container .right {
    gap: 20px;
  }
}
@media (max-width: 660px) {
  .fixed-bottom-cta .container .left,
  .fixed-bottom-cta .container .right {
    width: 100%;
  }
}
.fixed-bottom-cta .container .left {
  justify-content: center;
}
@media (max-width: 1024px) {
  .fixed-bottom-cta .container .left {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .fixed-bottom-cta .container .left {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
.fixed-bottom-cta .container .left .details {
  font-size: 24px;
}
@media (max-width: 1100px) {
  .fixed-bottom-cta .container .left .details {
    display: flex;
    flex-direction: column;
  }
  .fixed-bottom-cta .container .left .details p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .fixed-bottom-cta .container .left .details p {
    font-size: 18px;
  }
}
.fixed-bottom-cta .container .left .promo {
  font-size: 24px;
  font-weight: bold;
  color: #008286;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fixed-bottom-cta .container .left .promo span {
  display: block;
}
@media (max-width: 1100px) {
  .fixed-bottom-cta .container .left .promo p {
    font-size: 20px;
  }
}
@media (max-width: 660px) {
  .fixed-bottom-cta .container .left .promo {
    display: inline-flex;
    flex-direction: row;
  }
  .fixed-bottom-cta .container .left .promo p {
    font-size: 16px;
  }
  .fixed-bottom-cta .container .left .promo span {
    display: inline;
    font-size: 16px;
    padding-left: 8px;
    font-weight: normal !important;
  }
}
@media (max-width: 1024px) {
  .fixed-bottom-cta .container .right {
    flex-shrink: 0;
  }
}
@media (max-width: 660px) {
  .fixed-bottom-cta .container .right {
    justify-content: flex-start;
  }
}
.fixed-bottom-cta .container .uplift-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.fixed-bottom-cta .container .uplift-cta img {
  height: 50px;
}
@media (max-width: 1280px) {
  .fixed-bottom-cta .container .uplift-cta {
    padding-top: 15px;
    gap: 0;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  .fixed-bottom-cta .container .uplift-cta {
    padding-top: 0;
  }
  .fixed-bottom-cta .container .uplift-cta b {
    font-size: 14px;
  }
}
.fixed-bottom-cta .btn {
  width: 200px;
  height: 50px;
}
@media (max-width: 410px) {
  .fixed-bottom-cta .btn {
    max-width: 200px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 15px 20px;
  }
}

.swiper {
  width: 100%;
  height: auto;
  padding: 0 0 5px 2px;
}

.swiper-container {
  position: relative;
  padding-right: 2px;
}

.swiper-button-prev,
.swiper-button-next {
  background: #fff;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1019607843);
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 14px;
  font-weight: 900;
  color: #343434;
}

.swiper-button-prev {
  transform: translateX(-30px);
}

.swiper-button-next {
  transform: translateX(20px);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.blog-cards .swiper-button-next {
  transform: translate(20px, -20px);
}
.blog-cards .swiper-button-prev {
  transform: translate(-30px, -20px);
}

.main .gallery .swiper-container .swiper-button-next {
  transform: translateX(28px);
}
.main .gallery .swiper-container .swiper {
  padding-bottom: 0;
}
.main .gallery .swiper-container .swiper .swiper-slide {
  width: 313px;
  height: 220px;
  object-fit: cover;
}
.main .gallery .swiper-container .swiper .swiper-slide img {
  border-radius: 10px;
  width: 313px;
  height: 220px;
  object-fit: cover;
}

.travel-tips .swiper-container {
  margin-top: 0;
}

.swiper-title {
  margin: 20px 0;
}
.swiper-title:first-of-type {
  margin-top: 0;
}
.btn {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: inset 2px 2px 0px rgba(255, 255, 255, 0.1607843137);
  cursor: pointer;
  text-decoration: none;
}
.btn__brand {
  font-size: 14px;
  color: #fff;
  background: transparent linear-gradient(180deg, #02989d 0%, #008286 100%);
  box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.1607843137);
  border: 1px solid #017275;
  font-weight: bold;
}
.btn__red {
  background: transparent linear-gradient(180deg, #bc2525 0%, #a41515 100%);
  box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.1607843137);
  border: 1px solid #961b20;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.btn__white {
  background: #fff;
  font-size: 14px;
  border: 1px solid #dbdbdb;
}
.btn__ghost {
  background: transparent;
  font-size: 14px;
  border: 1px solid #dbdbdb;
  color: #0672ff;
}
.btn__pagination {
  background: #fff;
  height: 40px;
  width: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}

.btn-sm {
  height: 40px !important;
}

.disabled {
  opacity: 0.5;
  cursor: default;
}

.btn-back {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: -10px !important;
  position: relative;
}
.btn-back svg {
  transform: rotate(90deg);
  scale: 0.85;
}

a:is(.btn__white) {
  text-decoration: underline;
}

.media-btns-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 10px;
}

.media-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: #cecece;
  background: #fff;
  border: 1px solid #cecece;
  border-radius: 5px;
  cursor: pointer;
}
.media-btn svg {
  margin-right: 5px;
  fill: #cecece;
}
.media-btn .btn-text {
  padding-right: 3px;
}
.media-btn:is(.active) {
  border-color: #008286;
  background: #f5ffff;
  color: #008286;
}
.media-btn:is(.active) svg {
  fill: #008286;
}
@media (max-width: 420px) {
  .media-btn .btn-text {
    display: none;
  }
}

[data-overlay-btn] {
  cursor: pointer;
}

.arrow-light {
  opacity: 0.3;
}

.accordion {
  background: #f5ffff;
  color: #343434;
  cursor: pointer;
  padding: 0 18px;
  height: 60px;
  width: 100%;
  text-align: left;
  border: 1px solid #cecece;
  border-radius: 5px;
  outline: none;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.accordion img {
  width: 30px;
  rotate: -90deg;
}
@media (max-width: 768px) {
  .accordion {
    font-size: 16px;
    height: 50px;
  }
}

.accordion.active {
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
}
.accordion.active img {
  rotate: 0deg;
}


.accordion-panel {
  padding: 0 18px;
  background: white;
  display: none;
  overflow: hidden;
  border: 1px solid #cecece;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  padding: 20px;
  margin-bottom: 10px;
}
.accordion-panel p {
  line-height: 32px;
}
@media (max-width: 768px) {
  .accordion-panel p {
    line-height: 24px;
  }
}

fieldset .icon,
.icon {
  position: relative;
  background-position: calc(100% - 10px) center !important;
  background-size: 20px !important;
  border-radius: 5px;
  padding: 0;
}
fieldset .icon select,
fieldset .icon input,
.icon select,
.icon input {
  padding-right: 35px !important;
}
fieldset .icon__search,
.icon__search {
  padding-left: 35px !important;
  background-position: 10px center !important;
  background: url("../images/icons/search.svg") no-repeat #fff;
}
fieldset .icon__departure,
.icon__departure {
  background: url("../images/icons/flight-takeoff.svg") no-repeat #fff;
}
fieldset .icon__landing,
.icon__landing {
  background: url("../images/icons/flight-land.svg") no-repeat #fff;
}
fieldset .icon__mountains,
.icon__mountains {
  background: url("../images/icons/mountains.svg") no-repeat #fff;
}
fieldset .icon__calendar,
.icon__calendar {
  background: url("../images/icons/calendar-month.svg") no-repeat #fff;
}
fieldset .icon__clock,
.icon__clock {
  background: url("../images/icons/clock.svg") no-repeat #fff;
}
fieldset .icon__person,
.icon__person {
  background: url("../images/icons/face.svg") no-repeat #fff;
}
fieldset .icon__price,
.icon__price {
  background: url("../images/icons/paid.svg") no-repeat #fff;
}
fieldset .icon__filter,
.icon__filter {
  background: url("../images/icons/filter.svg") no-repeat #fff;
}
fieldset .icon__passenger,
.icon__passenger {
  background: url("../images/icons/passenger.svg") no-repeat #fff;
}
fieldset .icon__plane,
.icon__plane {
  background: url("../images/icons/plane.svg") no-repeat #fff;
}
fieldset .icon__bed,
.icon__bed {
  background: url("../images/icons/bed.svg") no-repeat #fff;
}

.info-bar {
  min-height: 125px;
  height: 100%;
  display: flex;
  align-items: center;
  background: #fff;
}

.info-bar__list {
  display: flex;
  gap: 50px;
}
@media (max-width: 1280px) {
  .info-bar__list {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .info-bar__list {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .info-bar__list {
    flex-wrap: wrap;
    padding: 20px 0;
  }
}
.info-bar .select-group {
  width: 380px;
}
.info-bar .select-group select {
  padding-top: 0;
}
.info-bar .host-name {
  flex-shrink: 1;
}
.info-bar__list-item:first-of-type {
  flex-shrink: 0;
}
.info-bar__list-item .label {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #343434;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .info-bar__list-item .label {
    font-size: 12px;
  }
}
.info-bar__list-item div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 12px;
  min-height: 45px;
}
@media (max-width: 768px) {
  .info-bar__list-item div {
    min-height: auto;
    height: auto;
  }
}
.info-bar__list-item div h3 {
  font-size: 32px;
  font-weight: bold;
}
.info-bar__list-item .headshot-img {
  height: 40px;
  width: 40px;
}
.info-bar__list-item .weather {
  gap: 5px;
}
.info-bar__list-item .weather span {
  font-size: 10px;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .info-bar__list-item div {
    padding-top: 5px;
  }
  .info-bar__list-item div h3 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .info-bar__list-item:first-of-type {
    width: 100%;
  }
}


.tippy-box[data-theme^=trip] {
  position: relative;
  background-color: #fff;
  color: #343434;
  border-radius: 0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid #dbdbdb;
  padding-bottom: 5px;
}
.tippy-box[data-theme^=trip][data-placement^=top] {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tippy-box[data-theme^=trip][data-placement^=top] > .tippy-arrow {
  left: calc(50% - 20px) !important;
}
.tippy-box[data-theme^=trip][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #dbdbdb;
  border-bottom-color: #008286;
}
.tippy-box[data-theme^=trip][data-placement^=bottom] {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tippy-box[data-theme^=trip][data-placement^=bottom] > .tippy-arrow {
  left: calc(50% - 20px) !important;
  top: -2px;
}
.tippy-box[data-theme^=trip][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #dbdbdb;
  border-bottom-color: #008286;
}
.tippy-box[data-theme^=trip][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #dbdbdb;
  border-bottom-color: #008286;
}
.tippy-box[data-theme^=trip][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #dbdbdb;
  border-bottom-color: #008286;
}


.page {
  background: #f3f3f3;
  width: 100%;
  position: relative;
  padding-bottom: 50px;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .page {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
}

.layout-sidebar {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .layout-sidebar {
    gap: 10px;
  }
}

/* .page-template__wrap img {
  max-width: 380px !important;
}
 */
@media (max-width: 1280px) {
  .page-template__wrap img {
    max-width: 55% ;
    height:90%;
}
}

@media (max-width: 768px) {
  .page-template__wrap img {
    max-width: 100% ;
}
}

.layout-sidebar .sidebar-v2 {
  width: 380px;
  flex-grow: 1;
}

@media (max-width: 1280px) {
  .layout-sidebar .sidebar-v2 {
    flex-direction: row;
    max-width: 100%;
    width: 100%;
    flex-grow: 0;
    flex-shrink: 1;
  }
}
@media (max-width: 1024px) {
  .layout-sidebar .sidebar-v2 {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 1280px) {
  .layout-sidebar .sidebar-has-pkg-img {
    flex-direction: row;
  }
}
@media (max-width: 1024px) {
  .layout-sidebar .sidebar-has-pkg-img {
    flex-direction: column;
  }
}
.layout-sidebar .main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-basis: 0;
  flex-grow: 999;
  min-inline-size: 824px;
}
@media (max-width: 1024px) {
  .layout-sidebar .main {
    min-inline-size: 100%;
    gap: 10px;
  }
}

.box {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1019607843);

}

.headshot-img {
  border-radius: 100%;
  object-fit: cover;
}

.details-about h1 {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .details-about h1 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .details-about h1 {
    margin-bottom: 10px;
  }
}
.details-about p {
  line-height: 32px;
}
@media (max-width: 768px) {
  .details-about p {
    line-height: 24px;
  }
}

.host-about {
  display: flex;
  overflow: hidden;
}
.host-about .host-left {
  min-width: 250px;
  background: #f5ffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #d5efef;
}
.host-about .host-left .headshot-img {
  height: 120px;
  width: 120px;
}
.host-about .host-left h4 {
  text-transform: uppercase;
  font-size: 14px;
  margin: 20px 0 7px;
}
.host-about .host-right h3 {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .host-about .host-right h3 {
    margin-bottom: 10px;
  }
}
.host-about .host-right p {
  line-height: 32px;
}
@media (max-width: 768px) {
  .host-about .host-right p {
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .host-about {
    flex-direction: column;
  }
  .host-about .host-left {
    border-right: 0;
    border-bottom: 1px solid #d5efef;
  }
}

.groups-container {
  margin-top: -30px !important;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .groups-container {
    margin-top: -120px !important;
    padding-bottom: 0;
  }
}

.travel-tips {
  background: #f5ffff;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .travel-tips {
    padding-top: 20px;
  }
  .travel-tips .swiper-title {
    text-align: left;
    font-size: 18px;
  }
}

.flight-info-container {
  display: flex;
  flex-direction: column;
}
.flight-info-container .flight-info {
  width: 100%;
}
.flight-info-container .flight-info header h4,
.flight-info-container .flight-info .row div {
  flex-shrink: 0;
  width: 110px;
  padding-right: 10px;
}
.flight-info-container .flight-info header h4:nth-of-type(3),
.flight-info-container .flight-info .row div:nth-of-type(3) {
  min-width: 170px;
  width: auto;
  flex: 1;
}
.flight-info-container .flight-info header h4:last-of-type,
.flight-info-container .flight-info .row div:last-of-type {
  max-width: 80px;
}
.flight-info-container .flight-info header {
  background: #f5ffff;
  display: flex;
  align-items: center;
  height: 50px;
  width: 100%;
  padding: 0 20px;
  border-top: 1px solid #d5efef;
  border-bottom: 1px solid #d5efef;
}
.flight-info-container .flight-info header h4 {
  font-size: 16px;
  color: #343434;
}
.flight-info-container .flight-info .row {
  display: flex;
  align-items: center;
  height: 80px;
  width: 100%;
  padding: 0 20px;
  border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 900px) {
  .flight-info-container .flight-info .row {
    font-size: 14px !important;
  }
}
.flight-info-container .flight-info .row div {
  display: flex;
  align-items: center;
}
.flight-info-container .flight-info .row div .return {
  rotate: -90deg;
}
.flight-info-container .flight-info .row div:last-of-type {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.flight-info-container .flight-info .depart {
  min-width: 150px;
}
.flight-info-container .flight-info .depart svg {
  transform: rotate(90deg);
  margin-left: 32px;
}
@media (max-width: 900px) {
  .flight-info-container .flight-info .depart svg {
    margin-left: 40px;
  }
}

.flight-info-mobile {
  display: block;
  visibility: visible;
}
.flight-info-mobile h2,
.flight-info-mobile ul {
  padding: 20px 20px 0 20px;
}
.flight-info-mobile .airline {
  display: flex;
  align-items: center;
}
.flight-info-mobile .airline img {
  height: 18px;
  margin-right: 10px;
}
.flight-info-mobile .airline span {
  font-size: 14px;
}
.flight-info-mobile .airline span i {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.flight-info-mobile .flight-info-list {
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}
.flight-info-mobile .flight-info-list:last-of-type {
  border-bottom: none;
}
.flight-info-mobile .flight-info-list li {
  padding-bottom: 10px;
  font-size: 14px;
}
.flight-info-mobile .flight-info-list li:last-of-type {
  padding-bottom: 0;
}
@media (min-width: 769px) {
  .flight-info-mobile {
    display: none;
    visibility: hidden;
  }
}

.layout-sidebar .exclusions header,
.layout-sidebar .inclusions header {
  border-bottom: 1px solid #dbdbdb;
}
.layout-sidebar .exclusions div,
.layout-sidebar .inclusions div {
  position: relative;
}
.layout-sidebar .exclusions div .list-icon,
.layout-sidebar .inclusions div .list-icon {
  position: absolute;
}
.layout-sidebar .exclusions .exclude-list li,
.layout-sidebar .exclusions .include-list li,
.layout-sidebar .inclusions .exclude-list li,
.layout-sidebar .inclusions .include-list li {
  margin-left: 90px;
  position: relative;
  padding: 5px;
}
.layout-sidebar .exclusions .exclude-list li:before,
.layout-sidebar .exclusions .include-list li:before,
.layout-sidebar .inclusions .exclude-list li:before,
.layout-sidebar .inclusions .include-list li:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 8px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .layout-sidebar .exclusions .exclude-list li,
  .layout-sidebar .exclusions .include-list li,
  .layout-sidebar .inclusions .exclude-list li,
  .layout-sidebar .inclusions .include-list li {
    font-size: 16px;
    margin-left: 75px;
  }
}
.layout-sidebar .exclusions .exclude-list .list-heading,
.layout-sidebar .exclusions .include-list .list-heading,
.layout-sidebar .inclusions .exclude-list .list-heading,
.layout-sidebar .inclusions .include-list .list-heading {
  font-size: 18px;
  font-weight: bold;
  margin-left: 60px;
  padding-top: 0;
}
.layout-sidebar .exclusions .exclude-list .list-heading:before,
.layout-sidebar .exclusions .include-list .list-heading:before,
.layout-sidebar .inclusions .exclude-list .list-heading:before,
.layout-sidebar .inclusions .include-list .list-heading:before {
  display: none;
}
@media (max-width: 768px) {
  .layout-sidebar .exclusions .exclude-list .list-heading,
  .layout-sidebar .exclusions .include-list .list-heading,
  .layout-sidebar .inclusions .exclude-list .list-heading,
  .layout-sidebar .inclusions .include-list .list-heading {
    font-size: 16px;
    margin-left: 45px;
  }
}
.layout-sidebar .exclusions .exclude-list li:before,
.layout-sidebar .inclusions .exclude-list li:before {
  background: #ffc70f;
}
.layout-sidebar .exclusions .include-list li:before,
.layout-sidebar .inclusions .include-list li:before {
  background: #00ce29;
}
.layout-sidebar .inclusions > div {
  border-bottom: 1px solid #dbdbdb;
}
.layout-sidebar .inclusions > div:last-of-type {
  border-bottom: none;
}
.layout-sidebar .insurance {
  overflow: hidden;
}
.layout-sidebar .insurance > div {
  background: #f5ffff;
  border-top: 1px solid #d5efef;
}
.layout-sidebar .insurance .insurance-list {
  list-style: disc;
  margin-left: 20px;
}
.layout-sidebar .insurance .insurance-list li {
  padding: 5px;
}
.layout-sidebar .insurance .insurance-list li b {
  margin-left: 10px;
}

.additional-packages {
  background: #f5ffff;
  padding-top: 50px;
}
.additional-packages .blog-cards {
  margin-top: 0;
}
.additional-packages .swiper-title {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .additional-packages {
    padding-top: 20px;
  }
  .additional-packages .swiper-title {
    margin-top: 30px;
  }
}

.sidebar-v2 {
  max-width: 380px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.sidebar-v2 .package-pricing__img-wrap {
  overflow: hidden;
  padding: 0 !important;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}


@media (max-width: 1280px) {
  .sidebar-v2 .package-pricing__img-wrap {
    max-width: 100%;
    width: 50%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }
}

@media (max-width: 768px) {
  .sidebar-v2 .package-pricing__img-wrap {
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }
}


.sidebar-v2 .package-pricing__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1280px) {
  .sidebar-v2 .package-pricing__img-wrap img {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .sidebar-v2 .package-pricing__img-wrap img {
    width: 100%;
    height: 280px;
  }
}
@media (max-width: 1280px) {
  .sidebar-v2 .package-pricing {
    display: flex;
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .sidebar-v2 .package-pricing {
    flex-direction: column;
  }
}
.sidebar-v2 .package-pricing > div {
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .sidebar-v2 .package-pricing > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.sidebar-v2 .package-pricing > div p {
  display: flex;
  justify-content: space-between;
}
.sidebar-v2 .package-pricing > div i {
  font-size: 12px;
  text-align: center;
  display: block;
  margin: 10px 0 20px;
}
.sidebar-v2 .package-pricing > div .form-group {
  margin-bottom: 5px;
}
@media (max-width: 1280px) {
  .sidebar-v2 .package-pricing {
    min-width: 380px;
  }
}
@media (max-width: 1024px) {
  .sidebar-v2 .package-pricing {
    min-width: auto;
    width: 100%;
  }
}

@media (max-width: 1280px){
  .sidebar-v2 .scrollable-el {
      flex-direction: row;
      width: 100%;
      max-width: 100%;
  }
}





.sidebar-v2 .scrollable-el {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1280px) {
  .sidebar-v2 .scrollable-el {
    flex-direction: row;
    width: 100%;
    max-width: 100%;
  }
  .sidebar-v2 .scrollable-el .box {
    width: 100%;
    height: max-content;
  }
}
.sidebar-v2 .scrollable-el.is-sticky .host-info {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}.sidebar-v2 .scrollable-el.is-sticky .host-info .headshot-img {
  height: 80px;
  width: 80px;
}
.sidebar-v2 .scrollable-el.is-sticky .host-info ul .host-name {
  margin-bottom: 0;
}
.sidebar-v2 .scrollable-el.is-sticky .host-info ul li {
  height: auto;
  border: none;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.sidebar-v2 .scrollable-el.is-sticky .host-info ul li:last-of-type {
  padding-bottom: 0;
}
.sidebar-v2 .scrollable-el.is-sticky .host-info ul li svg {
  margin-left: 0;
  margin-right: 15px;
}
.sidebar-v2 .sidebar-nav ul {
  overflow: hidden;
}
.sidebar-v2 .sidebar-nav li {
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 16px;
  border-bottom: 1px solid #dbdbdb;
  padding-left: 25px;
  position: relative;
  overflow: hidden;
}
.sidebar-v2 .sidebar-nav li:last-of-type {
  border-bottom: none;
}
.sidebar-v2 .sidebar-nav li a {
  display: flex;
  align-items: center;
  color: #343434;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.sidebar-v2 .sidebar-nav li:first-of-type {
  border-top-right-radius: 10px;
}
.sidebar-v2 .sidebar-nav li svg {
  margin-right: 20px;
}
.sidebar-v2 .sidebar-nav li:hover, .sidebar-v2 .sidebar-nav li.active {
  cursor: pointer;
}
.sidebar-v2 .sidebar-nav li:hover a, .sidebar-v2 .sidebar-nav li.active a {
  color: #0672ff;
}
.sidebar-v2 .sidebar-nav li:hover svg, .sidebar-v2 .sidebar-nav li.active svg {
  fill: #0672ff;
}
.sidebar-v2 .sidebar-nav li:hover:first-of-type:before, .sidebar-v2 .sidebar-nav li.active:first-of-type:before {
  border-top-left-radius: 10px;
}
.sidebar-v2 .sidebar-nav li:hover:last-of-type:before, .sidebar-v2 .sidebar-nav li.active:last-of-type:before {
  border-bottom-left-radius: 10px;
}
.sidebar-v2 .sidebar-nav li:hover:before, .sidebar-v2 .sidebar-nav li.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #0672ff;
  width: 5px;
}
.sidebar-v2 .weather header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar-v2 .weather header h3 {
  font-size: 24px;
}
.sidebar-v2 .weather header .controls {
  display: flex;
  align-items: center;
}
.sidebar-v2 .weather header .controls .control {
  padding: 0 5px;
}
.sidebar-v2 .weather header .controls span {
  font-size: 18px;
  line-height: 29px;
}
.sidebar-v2 .weather .info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.sidebar-v2 .weather .info .temp {
  font-size: 40px;
}
.sidebar-v2 .weather .info svg {
  height: 36px;
  width: 36px;
  fill: #ffc70f;
}
.sidebar-v2 .weather .info .desc {
  font-size: 18px;
  text-transform: uppercase;
}
.sidebar-v2 .host-info {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sidebar-v2 .host-info .headshot-img {
  height: 150px;
  width: 150px;
}
@media (max-width: 1280px) {
  .sidebar-v2 .host-info .headshot-img {
    height: 60px;
    width: 60px;
  }
}
.sidebar-v2 .host-info .host-contact {
  width: 100%;
}
.sidebar-v2 .host-info .host-contact .host-name {
  border: none;
  margin-bottom: 0;
}
.sidebar-v2 .host-info .host-contact .host-name h3 {
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.sidebar-v2 .host-info li {
  display: flex;
  align-items: center;
  height: 60px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  width: 100%;
}
.sidebar-v2 .host-info li:last-of-type {
  margin-bottom: 0;
}
.sidebar-v2 .host-info li svg {
  margin: 0 20px;
}
@media (max-width: 1280px) {
  .sidebar-v2 .host-info li svg {
    margin: 0 10px;
  }
}
.sidebar-v2 .host-info li a {
  font-size: 14px;
}

input,
select {
  padding: inherit;
  box-shadow: none;
}

form b,
form strong {
  font-size: 12px;
  display: block;
  margin: 10px 0 8px;
}

select {
  width: 100%;
  height: 40px;
  border: 1px solid #cecece;
  border-radius: 5px;
  padding-left: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("/assets/images/icons/arrow-down.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 20px;
}

.input {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  height: 40px;
}

.form-bg-mbl {
  border: none;
}

.depart-date-only,
.return-date {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.form-group {
  padding-bottom: 5px;
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.form-group .form-item {
  width: 100%;
  position: relative;
}
.form-group .form-item .label {
  z-index: 2;
}
.form-group .form-item:not(.icon) select:not(.icon) {
  background-image: url("/assets/images/icons/arrow-down.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 20px;
  background-color: #fff;
}
.form-group .form-item .error-message {
  font-size: 12px;
  color: #dc1e1e;
  margin-top: 3px;
  font-weight: bold;
}
.form-group .label {
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  left: 11px;
  top: 6px;
}
.form-group select {
  width: 100%;
  height: 40px;
  border: 1px solid #cecece;
  border-radius: 5px;
  padding: 10px 0 0 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-group select:not(.icon) {
  background-image: none;
}
.form-group input[type=text],
.form-group input[type=date],
.form-group input[type=tel],
.form-group input[type=email] {
  width: 100%;
  height: 40px;
  border: 1px solid #cecece;
  border-radius: 5px;
  padding: 10px 0 0 10px;
  cursor: pointer;
}

.form-group__extended {
  flex-direction: column;
  gap: 0 !important;
}
.form-group__extended .form-item:first-of-type > * {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-group__extended .form-group__options {
  border: 1px solid #dbdbdb;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 5px 10px;
  font-size: 14px;
}

.flight-types {
  display: flex;
  list-style: none;
  width: 100%;
}
.flight-types li {
  padding: 1px 0 11px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flight-types input[type=radio] {
  display: none;
  height: 15px;
  width: 15px;
}
.flight-types input[type=radio]:checked + label {
  font-weight: bold;
  color: #343434;
  text-decoration: none;
}
.flight-types input[type=radio] + label:after {
  display: none;
}
.flight-types label {
  padding: 5px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  color: #0672ff;
  text-decoration: underline;
}

.checkbox {
  display: flex;
  align-items: center;
  position: relative;
  padding: 5px 0 5px 28px;
  margin: 5px 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 18px;
  width: 18px;
}
.checkbox img {
  margin-right: 14px;
}

.checkmark {
  position: absolute;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.checkbox input:checked ~ .checkmark {
  background-color: #0672ff;
  border-color: #0672ff;
}

.checkbox input:disabled ~ .checkmark {
  background-color: #dbdbdb;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  left: 6px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

form[data-overlay=filters] {
  padding: 0 !important;
}
form[data-overlay=filters] .list-group {
  margin-bottom: 10px;
}
form[data-overlay=filters] .list-group:last-of-type {
  margin-bottom: 5px;
}
form[data-overlay=filters] .list-group li {
  padding: 0;
}
form[data-overlay=filters] .list-group li .options span {
  position: relative;
  text-transform: none;
}
form[data-overlay=filters] .list-group li .options a {
  text-transform: none;
  font-size: 14px;
  text-align: left;
}
form[data-overlay=filters] .list-group li > * {
  border: none;
}
form[data-overlay=filters] li:not(.tooltip-highlight) select {
  background-color: #fff;
}
form[data-overlay=filters] .checkbox {
  font-weight: normal;
  padding: 10px;
  padding-left: 30px;
  margin-left: 10px;
}
form[data-overlay=filters] .tooltip-container,
form[data-overlay=filters] .overlay-list {
  margin-top: 0;
}
form[data-overlay=filters] .icon {
  padding-left: 10px;
}

.select-link {
  width: auto;
  height: auto;
  border: none;
  color: #0672ff;
  font-size: 16px;
  text-decoration: underline;
  padding: 10px 10px 10px 5px;
  transform: translate(0, 9px);
  background: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: none;
}
.select-link option {
  color: #343434;
}

.range-card__header {
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.range-card__header .active {
  color: #343434;
  text-decoration: none;
}
.range-card__range {
  padding: 0 10px;
}
.range-card__range input[type=range] {
  width: 100%;
  padding: 0;
}
.range-card__range .times {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.range-card__range .times span {
  font-size: 12px;
}

.error * {
  border-color: #dc1e1e !important;
}

.flight-details {
  border-top: 1px solid #dbdbdb;
  padding-top: 10px;
  margin: 5px 0;
}
.flight-details:first-of-type {
  border-top: none;
  padding-top: 0;
  margin: 0 0 5px;
}
.flight-details:nth-of-type(2) {
  margin-top: 10px;
}

.clear-field {
  position: absolute;
  height: 18px;
  width: 18px;
  right: 40px;
  top: calc(50% - 8px);
  background: url(../images/icons/close-sm.svg) center no-repeat;
}/*# sourceMappingURL=main.css.map */

@media (max-width: 1280px){
  .slideImg {
    max-width: 100% !important;
    height:91% !important;
  }
}

@media (max-width: 1024px){
  .slideImg {
    width: 100% !important;
    height:91% !important;
  }
}




@media (max-width: 1280px){
  .slideImages {
    max-width: 100% !important;
    height:auto !important;
  }

  .result-cards__container {
    padding-right: 0px !important;
}

.swiper-slide .swiper-slide-next{
  margin-right:10px;
}
}
