@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

#revamped ~ .foundry_modal .close-modal {
  top: 10px;
  right: 14px;
}

#revamped ~ .foundry_modal .close-modal::after {
  content: unset;
}

.revamped .cc-include {
  margin-bottom: 20px;
}

.revamped .additional-dropdown .cc-field {
  font-size: 14px;
  color: rgb(18, 94, 143);
  font-family: Roboto;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

.revamped .new-dropdown,
.revamped .new-dropdown:active,
.revamped .new-dropdown:focus,
.revamped .new-dropdown:hover {
  background: url(/assets/img/revamp/form-dropdown-v2.svg) no-repeat right;
  background-position: bottom 50% right 10px;
  background-size: 20px;
  background-color: #fff;
}

.revamped .cc-h-image + .swapcontainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cc-h-image + .swapcontainer {
  border-bottom: 1px solid #d7e3ec;
  padding-bottom: 12px;
}

.revamped .cc-h-image + .swapcontainer > .ccoption {
  order: 2;
}

.revamped .cc-h-image + .swapcontainer > .ccoption {
  order: 1;
}

.revamped .cc-h-image + .swapcontainer > .modal-container {
  order: 3;
}

.revamped .cc-h-image + .swapcontainer > .modal-container .cc-learnmore {
  font-size: 15px;
  font-family: "Roboto";
  font-weight: 600;
  letter-spacing: 0;
  margin: 4px 0;
}

.revamped .cc-hotel-name {
  font-weight: 500;
  text-align: center;
}

.revamped .package-includes-title {
  text-align: center;
  text-transform: capitalize;
}

.revamped .cc-opt-price > .radio-option {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  padding: 0;
  gap: 8px;
}

.revamped .cc-opt-price > .radio-option .cc-days,
.revamped .cc-opt-price > .radio-option .cc-price {
  order: 2;
  font-size: 28px;
  line-height: normal;
}

.revamped .cc-price:before {
  content: " AED";
  white-space: pre;
  font-size: 18px;
  margin-right: 5px;
}

.revamped .cc-price:after {
  content: unset;
}

.revamped .radio-option .per-person {
  order: 3;
  top: unset !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
  font-size: 16px !important;
}

.revamped .cc-opt-price > .radio-option input {
  /* z-index: 2;
    order: 1;
    margin-top: 0;
    width: unset;
    height: unset;
    opacity: unset;
    overflow: unset; */
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.revamped .swapcontainer > .cc-opt-price {
  padding: 0;
}

.iframe-modal iframe {
  height: 100%;
  /* padding: 20px 18px; */
}

.foundry_modal.reveal-modal {
  border-radius: 22px;
}

.checkmark {
  position: relative;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 3;
  border: 1px solid #adbcc7;
}
input:checked ~ .checkmark {
  background: #fff;
  border: 1px solid #0878ad;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
input:checked ~ .checkmark:after {
  display: block;
  background: #0878ad;
}
.checkmark:after {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}

.date__selection__section {
  padding: 36px 0;
}

#date-selection {
  max-width: 524px;
  margin: auto;
}

#date-selection ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  text-align: center;
  gap: 4px;
  border-bottom: 1px solid #13659d;
}

#date-selection ul li {
  width: 100%;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  padding: 13px 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: flex;
  gap: 6px;
  justify-content: center;
}

#date-selection ul li.active {
  background-color: #13659d;
  border: 1px solid #13659d;
  color: #fff;
  font-weight: 700;
  transition: all 0.3s;
}
#date-selection ul li img {
  align-self: center;
}
#date-selection .fixed-departure,
#date-selection .travel-later {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#date-selection .travel-later {
  text-align: center;
}
#date-selection .fixed-departure input {
  max-width: 350px;
  height: 50px;
  text-align: center;
  background: url(/assets/img/revamp/form-dropdown-v2.svg) no-repeat right;
  background-position: bottom 50% right 10px;
  background-size: 20px;
  background-color: #fff;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 800;
  color: #125e8f;
  text-transform: capitalize;
  cursor: pointer;
}
#date-selection .fixed-departure input::placeholder {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize !important;
  font-weight: 400;
}
#daterangeInput,
.daterangepicker {
  width: 100%;
  box-sizing: border-box;
}
.daterangepicker .calendar-table table {
  width: 330px !important;
}

.fixed-departure {
  all: unset;
}

.fixed-departure > p {
  margin-bottom: 0;
}
.fixed-departure > p,
.travel-later > p:first-of-type {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  color: #666;
  font-weight: 600;
}

.fixed-departure > .form-error {
  bottom: unset;
  top: 21px;
  width: 350px;
}

.fixed-departure .high-season,
.high-season {
  max-width: 350px;
  border: 1px solid #ff7900;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.select-option .high-season {
  max-width: 100%;
  position: absolute;
  top: 55px;
  z-index: 2;
  background-color: #fff;
}
.fixed-departure .high-season p,
.high-season p {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.tnc * {
  margin-bottom: 0;
}
.tnc {
  margin-top: 30px;
}
.tnc > p {
  font-size: 14px;
  line-height: 25.6px;
  color: #185999;
  padding: 8px 0;
  border-bottom: 1px dashed #ccc;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.tnc > p:after {
  content: "";
  background: url(/assets/img/revamp/accordion-arrow.svg) no-repeat;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 13px;
  width: 24px;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}
.tnc-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  margin-top: 18px;
  text-align: center;
}

.show-tnc {
  max-height: 300px;
  transition: max-height 0.5s ease-in;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 6px;
  bottom: 0;
}

.custom-checkbox .check {
  height: 24px;
  width: 24px;
  border: 1px solid #10a3e9;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.custom-checkbox input[type="checkbox"]:checked + .check::before {
  content: url(/assets/img/revamp/checkmark.svg);
  background-color: rgba(26, 185, 197, 0.19);
  width: 100%;
}

.custom-checkbox .check {
  transition: background 0.3s, border-color 0.3s;
}

.confirmation {
  padding: 16px 20px;
  background-color: #fff;
  border: 1px solid #c9c9c9;
}

.confirmation .custom-checkbox {
  color: #125e8f;
  font-size: 16px;
  letter-spacing: 1px;
  position: relative;
}

.product__banner__section {
  margin: 0 0 22px 0;
  padding: 0;
}

.product__banner__section.new .container {
  display: grid;
  grid-template-rows: repeat(3, auto);
}

#revamped .product__banner__section.no-draw {
  padding: 82px 0 0 0;
}

.image__banner {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-template-rows: auto auto;
  gap: 6px;
  overflow: hidden;
  /* height: 315px; */
}

.new .image__banner {
  grid-row: 2 / 3;
  row-gap: 0;
}

/* .nav-container ~ .main-container {
  padding-top: 100px;
} */

.image__banner img:nth-child(1) {
  grid-row: 1 / 2;
  grid-column: 1 / -1;
}
.new .image__banner img:nth-child(1) {
  height: 316px;
  object-fit: cover;
}
.image__banner img:nth-child(2) {
  grid-column: 1 / 2;
  grid-row: 2 / -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image__banner img:nth-child(3) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  grid-row: 2 / -1;
  grid-column: 2 / -1;
}
.new .image__banner img:nth-child(2),
.new .image__banner img:nth-child(3) {
  display: none;
}

.content__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: auto;
  align-items: center;
  position: relative;
}
.content__container *,
.new .header__section * {
  margin-bottom: 0;
  color: #125e8f;
}
.promo__logo__section {
  margin-top: 18px;
}
.promo__logo__section img {
  max-width: unset;
}
.header__section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 18px 0;
}
.new .header__section {
  grid-row: 1 / 2;
  flex-direction: row;
  grid-column: 1 / 2;
  gap: 32px;
}
.new .header__section .flash-sale {
  background-color: #ffcc00;
  height: 100%;
  width: 80px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
}
.flash-sale img {
  height: 31px;
}
.flash-sale p:nth-child(2) {
  font-size: 12.97px;
  font-family: "Open sans";
  font-weight: 600;
}
.flash-sale p:nth-child(3) {
  position: absolute;
  top: 7px;
  right: -26px;
  background-color: #0c5385;
  color: #fff;
  font-family: "Open sans";
  font-weight: 900;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 12px;
  border-radius: 2.16px;
}
/* .new .header__section .country {
  width: calc(100% - 80px);
} */
.new .header__section h1 {
  font-size: 44px;
}
.header__section .validity {
  font-family: "Conv_segoeprb";
  font-size: 16px;
  line-height: 27.8px;
}
.header__section h1 {
  font-family: AvantGardeMdITC-Bold;
  text-transform: uppercase;
  font-size: 52px;
  line-height: normal;
  letter-spacing: 2px;
  margin-top: 3px;
}
.header__section h2 {
  font-family: "Roboto";
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 22px;
  line-height: normal;
}
.header__section,
.box__section {
  width: 100%;
}
.header__section.new {
  display: grid;
  grid-template-columns: 120px auto;
  grid-template-rows: repeat(2, auto);
  row-gap: 14px;
}
.header__section.new .guaranteed {
  background-color: #ff2525;
  color: #fff;
  font-family: "AvantGardeMdITC-Bold";
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  padding: 7px 30px;
  grid-column: 1/-1;
}
.header__section.new .flash-sale {
  grid-row: 2 / -1;
  width: 120px;
  grid-column: 1 / 2;
}
.header__section.new .flash-sale p:nth-child(2) {
  text-align: center;
}
.header__section.new .flash-sale p:nth-child(3) {
  right: 0;
}
.header__section.new .flash-sale img {
  height: 36px;
}
.box__section {
  padding: 20px;
  border: 1px solid #dcdcdc;
  background-color: #f7f7f7;
  text-align: center;
}
.box__section ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.box__section ul li {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 2px;
  flex-direction: column;
  align-items: center;
}

.box__section ul li > div {
  height: 32px;
}

.box__section ul li p {
  font-weight: 300;
  font-size: 7.5px;
  letter-spacing: 0.85px;
  white-space: pre;
}
.box__section ul li div img {
  width: 32px;
  max-width: unset;
}
.new .box__section h2,
.new .box__section > p,
.new .price__section .slashed-price,
.new .price__section .discounted-price {
  margin-bottom: 0;
}
.new .box__section h2 {
  font-size: 24px;
  font-family: "AvantGardeMdITC-Bold";
  text-transform: uppercase;
  line-height: 140%;
  color: #125e8f;
}
.new .price__section .discounted-price {
  color: #125e8f;
  font-size: 31px;
}
.new .box__section > p {
  margin-bottom: 14px;
  font-size: 14px;
  font-family: "Open sans";
  line-height: 31px;
  border: 1px solid #e5e5e5;
  padding: 4px 22px;
  letter-spacing: 0.4px;
}
.box__section a.yellow__button {
  box-shadow: none;
  color: #063d64;
  letter-spacing: 2px;
  font-size: 16px;
}
.box__section .fit-content {
  width: 100%;
}
.price__section {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 14px 0;
  flex-direction: row;
  gap: 11px;
  position: relative;
}
.price__section .slashed-price {
  font-size: 22px;
  font-weight: 800;
  color: #c7c7c7;
  line-height: normal;
  position: relative;
}
.price__section .slashed-price:before {
  content: "AED ";
  font-size: 24px;
}
.price__section .slashed-price:after {
  content: "";
  border-bottom: 3px solid #ff5c3c;
  -webkit-transform: skewY(-12deg);
  transform: skewY(-12deg);
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
}
.price__section .discounted-price {
  font-size: 28px;
  line-height: normal;
  font-family: AvantGardeMdITC-Bold;
}
.price__section .discounted-price:before {
  content: "AED ";
  font-size: 37px;
  font-size: 28px;
}

.popup-parent {
  position: relative;
}

.popup-container {
  position: absolute;
  top: 55px;
  z-index: 3;
  width: 100%;
  background-color: #fff;
  border: 1px solid #7f7f7f;
}

.picker-popup {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 15px 39px;
  border-bottom: 1px solid #7f7f7f;
  align-items: center;
}

.picker-popup > div {
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

.picker-popup .label-title {
  margin-right: auto;
}

.picker-popup .label-secondary {
  font-size: 12px;
  font-weight: 200;
  line-height: normal;
}

.picker-popup .value {
  margin: 0 20px;
}

#terms-conditions {
  padding: 0 0 30px 0;
}

#terms-conditions ol {
  margin-bottom: 0;
}

#terms-conditions h4 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  color: #666666;
}

#terms-conditions li span {
  position: relative;
  cursor: pointer;
  font-weight: 700;
}

#terms-conditions li span.dropdown:after {
  content: "";
  background: url(/assets/img/revamp/accordion-arrow.svg) no-repeat;
  right: -30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 10px;
  width: 24px;
  background-size: 10px 10px;
}

.skeleton-loader {
  width: 100%;
  height: 52px;
  background-color: #ccc;
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  animation: shimmer 2s infinite;
}

.visibility-hidden {
  visibility: hidden;
}

@keyframes shimmer {
  0% {
    background-position: -500px 0;
  }
  100% {
    background-position: 500px 0;
  }
}

.skeleton-loader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: shimmer 1.5s infinite linear;
}

#revamp .draw__button {
  background-color: #ffc219;
  padding: 14px 35px;
  border: none;
  letter-spacing: 2.23px;
  text-transform: uppercase;
  font-family: "Roboto";
  box-shadow: 5.58px 5.58px 11.16px 0px rgba(0, 0, 0, 0.15);
  width: unset;
}

#revamp .new-divider {
  background: linear-gradient(to right, #0b5285 28%, #389fc2 94%, #05b3b3 100%);
}

#revamp .new-divider h2 {
  margin: 0;
  text-align: center;
  font-family: AvantGardeMdITC-Bold;
  color: #ffc219;
  padding: 18px;
  font-size: 28px;
}

.new-tour-guide-section .container {
  display: flex;
  flex-direction: column;
  margin: 26px 0;
}

.new-tour-guide-section .container .left {
  position: relative;
  padding-right: 10px;
  order: 2;
}

.new-tour-guide-section .container .right {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.new-tour-guide-section .container .left p {
  margin-bottom: 0;
  position: absolute;
  top: 25px;
  right: 0;
  font-family: "Open sans";
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13.62px;
  line-height: 16.1px;
  background-color: #fff;
  padding: 6px 22px;
  border-radius: 4px;
  border: 1px solid #dadada;
  color: #0c5385;
}

.new-tour-guide-section .container .right .price-section {
  order: 2;
  margin: 0;
  display: flex;
  background: linear-gradient(to right, #0b5285 28%, #389fc2 94%, #05b3b3 100%);
  box-shadow: 0px 4px 4.5px 1px rgba(98, 98, 98, 0.25);
  border-radius: 10px;
  gap: 4px;
  padding: 20px 0;
  justify-content: center;
}

.new-tour-guide-section .container .right .price-section p {
  margin-bottom: 0;
}

.new-tour-guide-section .container .right .price-section p:nth-child(1),
.new-tour-guide-section .container .right .price-section p:nth-child(2) {
  font-family: "Open sans";
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.new-tour-guide-section .container .right .price-section p:nth-child(2) {
  position: relative;
}

.new-tour-guide-section .container .right .price-section p:nth-child(2):before {
  content: "AED";
  font-size: 14px;
}

.new-tour-guide-section .container .right .price-section p:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 2.6px;
  background-color: #ff5c3c;
  left: 0;
  margin: auto;
  transform: rotate(-11deg);
}

.new-tour-guide-section .container .right .price-section p:nth-child(3) {
  font-family: AvantGardeMdITC-Bold;
  color: #ffc219;
  font-size: 34px;
}

.new-tour-guide-section .container .right .price-section p:nth-child(3):before {
  content: "AED ";
  font-size: 26px;
}

.inclusions-section ol {
  counter-reset: item;
  list-style-type: none;
  margin-bottom: 0;
}

.inclusions-section ol li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px;
}

.inclusions-section ol li:hover {
  background-color: rgba(113, 196, 251, 0.12);
  border-radius: 10px;
}

.inclusions-section ol li > .counter {
  /* width: 64px;
  display: inline-flex;
  justify-content: center; */
  width: 42px;
  display: inline-flex;
  justify-content: center;
}

.inclusions-section ol li > .counter:before {
  content: counter(item) " ";
  counter-increment: item;
  font-family: "AvantGardeMdITC-Bold";
  color: #fff;
  background-color: #125e8f;
  line-height: 140%;
  padding: 3px 8px 1px 8px;
  border-radius: 100px;
  position: relative;
  z-index: 2;
}

/* .inclusions-section ol li:after { */
.inclusions-section ol li > .counter:after {
  /* content: '';
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 16px;
  background-color:#fff;
  border: 1px solid #EFEFEF;
  z-index: -1; */
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #efefef;
  z-index: 1;
}

.inclusions-section ol li:last-of-type:not(.default) > .counter:before {
  color: #125e8f;
  background-color: #ffd560;
}

.inclusions-section ol li:last-of-type:not(.default) > .counter:after {
  background-color: #ffc219;
}

.inclusions-section ol li .text {
  margin-left: 16px;
  width: 95%;
}

.inclusions-section ol li .text p {
  margin-bottom: 0;
  font-family: "Open sans";
}

.inclusions-section ol li .text p:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
}

.inclusions-section ol li .text p:nth-child(2),
.inclusions-section ol li .text p a {
  font-size: 14px;
}

.inclusions-section ol li .text p a {
  color: #636363;
  text-decoration: underline;
}

.form-section .container {
  margin: 23px auto 64px auto;
}

.form-section .form-wrapper {
  box-shadow: 4px 4px 8.7px 6px rgba(70, 70, 70, 0.1);
  border-radius: 10px;
  margin: 20px 0;
}

.form-section .header {
  padding: 12px;
}

.form-section .header-title {
  display: flex;
  align-items: center;
  gap: 9px;
}

.form-section .header-title img {
  height: 54px;
}

.form-section .header-title p {
  font-size: 40px;
  font-family: "Open sans";
  font-weight: 800;
  text-transform: uppercase;
  color: #0b4f81;
  margin-bottom: 0;
}

.form-section .header-wrapper > p {
  font-family: "Open sans";
}

.form-section .header-wrapper > p:first-of-type {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 8px;
}

.form-section .header-wrapper > p:first-of-type,
.form-section .header-wrapper > p:first-of-type span {
  font-weight: 700;
}

.form-section .header-wrapper > p:last-of-type {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.form-section .form-wrapper {
  box-shadow: 4px 4px 8.7px 6px rgba(70, 70, 70, 0.1);
  border-radius: 10px;
}

.form-section .timer-container {
  background-color: #fff6df;
  padding: 18px 23px;
  border: 1px solid #ffc219;
  border-radius: 10px;
  box-shadow: 4px 4px 8.7px 6px rgba(70, 70, 70, 0.1);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.form-section .timer-container.ibe {
  margin-bottom: 34px;
}

.form-section .timer-container img.wave {
  display: none;
}

.form-section .timer-text-wrapper p {
  margin-bottom: 0;
  font-family: "Open sans";
}

.form-section .timer-text-wrapper p:first-of-type {
  font-size: 18px;
  line-height: 24.5px;
  letter-spacing: 0.12px;
}

.form-section .timer-text-wrapper p:last-of-type {
  font-size: 12px;
}

.form-section .timer-countdown {
  text-align: right;
  margin-bottom: 0;
  color: #ff1111;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12px;
}

.form-section .timer-countdown #time {
  font-family: "Roboto";
  font-size: 23.45px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}

.form-section .timer-countdown #time span {
  font-size: 15px;
}

.form-section .form {
  padding: 18px 12px;
}

.form-section .form form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-section .form form .form-group-wrapper {
  display: flex;
  gap: 8px;
}

.form-section .form form input:not([type="hidden"]),
.form-section .form form select,
.form-section #form_2 #currency {
  border-radius: 8px !important;
  height: 58px;
  background-color: #ffffff;
  border: 1px solid #cccccc !important;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 0;
  font-family: "Open sans";
  text-transform: none;
  letter-spacing: unset;
  font-size: 16px;
}

.form-section .form form input:not([type="submit"]),
.form-section .form form select {
  background: url(https://holiday-factory.com/assets/img/form-dropdown.svg)
    no-repeat right;
  background-position: bottom 50% right 5px;
  background-size: 20px;
}

.form-section .form form input:not([type="hidden"]).error,
.form-section .form form select.error,
.form-section #form_2 #currency.error {
  border-color: #a94442 !important;
}

.form-section .form form input[type="submit"] {
  background-color: #ffcc00;
  border: 1px solid #bb9706 !important;
  margin-top: 14px;
  box-shadow: 0 2px 3.7px rgba(26, 26, 26, 0.45) !important;
}

.form-section .form form .form__group {
  width: 100%;
}

.form-section .form form label,
.form-section .form form input::placeholder {
  font-family: "Open sans";
  font-weight: 600;
  text-transform: none;
  letter-spacing: unset;
}

.form-section .form form label {
  font-size: 12px;
}

.form-section .form form input::placeholder {
  font-size: 16px;
  font-weight: 500;
}

.form-section .form form > .form__group:nth-child(6) {
  position: relative;
  z-index: 10;
}

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

.start-booking {
  display: flex;
  padding: 0 12px;
  gap: 2px;
  margin-top: 31px;
}

.start-booking p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  color: #0b4f81;
}

.form-section .form form .supplement {
  margin-bottom: 0;
  margin-top: 8px;
  font-size: 11px;
  color: #e20404;
  font-style: italic;
  font-family: "Open sans";
}

.form-section.new .timer-container {
  flex-direction: column;
  background-color: unset;
  border-color: #d9d9d9;
}

.timer-wrapper {
  display: grid;
  grid-template-columns: 64px auto;
  grid-template-rows: repeat(3, auto);
  column-gap: 12px;
}

.timer-wrapper img {
  grid-column: 1 / 2;
  width: fit-content;
}

.form-section.new .timer-countdown {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 4px;
  margin-top: 6px;
  grid-column: 1 / -1;
}

.ui-widget-content {
  z-index: 11 !important;
}

.form-section.new .cc-option {
  background: #ffc219;
  color: #0c5385;
}

.form-section.new .hilit {
  border: 1px solid #125e8f;
  list-style: none;
  padding: 7px 20px;
  margin-left: 0;
}

.form-section.new .hilit:after {
  background: url(../img/revamp/icocheck-blue.svg) center no-repeat;
}

.form-section.new .cc-opt-price > .radio-option.checked .inner,
.form-section.new .cc-opt-price > .radio-option.checked .inner2 {
  background: #0c5385;
  border-color: #0c5385;
}

.form-section.new .cc-opt-price > .radio-option:hover .inner {
  border-color: #0c5385;
}

.form-section.new .cc-opt-price > .radio-option.checked .cc-days,
.form-section.new .cc-opt-price > .radio-option.checked .cc-price {
  color: #fff;
}

.form-section.new .cc-h-image + .swapcontainer {
  border-bottom: unset;
}

.form-section.new .new-divider .container {
  margin: 0 auto;
}

@keyframes scrollLeftToRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.text-slider {
  padding: 42px 0;
  background: #f1f5f8;
}

.text-slider ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin-bottom: 0;
  font-family: "Conv_segoeprb";
  font-size: 24px;
  color: #125e8f;
  list-style: none;
  gap: 34px;
  animation-name: scrollLeftToRight;
  animation-duration: 25s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.text-slider ul li {
  position: relative;
}

.text-slider ul li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -17px;
  background-color: #ffc219;
  width: 2px;
  height: 100%;
}

.form-section.new .container {
  margin-bottom: 0;
}

.form-section.new .cc-hotels {
  padding-bottom: 0;
}

.timer-bg {
  background-color: #f1f5f8;
  padding: 0 0 34px 0;
}

.form-section.new .timer-container.flexi-deal {
  background-color: rgba(249, 200, 0, 0.12);
  margin: 0 19px;
}

.timer-wrapper.flexi-deal {
  gap: 6px;
  padding: 0;
}

/* .timer-wrapper.flexi-deal img {
  height: 100%
} */

.form-section.new .timer-wrapper.flexi-deal .timer-countdown {
  grid-column: unset;
  align-items: flex-start;
}

.form-section.new .timer-wrapper.flexi-deal .timer-text {
  grid-column: 1 / -1;
}

.request {
  display: inline-flex;
  gap: 4px;
  font-size: 16px !important;
  font-weight: 600;
  color: #0c5385;
}

#popUpFlexiDeal .gif_content > * {
  margin-bottom: 0;
  font-family: "Open sans";
  font-size: 16px;
}

#popUpFlexiDeal .gif_content {
  padding: 32px 20px;
}

#popUpFlexiDeal .gif_content h3 {
  font-size: 24px;
  font-weight: 800;
  color: #074269;
}

#popUpFlexiDeal .gif_content ul {
  text-align: left;
}

#popUpFlexiDeal .gif_content ul li {
  display: inline-flex;
  gap: 12px;
}

#popUpFlexiDeal .gif_content ul li span {
  white-space: pre;
  font-weight: 800;
  color: #074269;
}

#popUpFlexiDeal .gif_content p:last-child {
  font-style: italic;
  color: #074269;
  font-weight: 700;
  margin-top: 12px;
}

.request-travel-dates {
  cursor: pointer;
}

.al-hilal .header__section.new {
  grid-template-rows: repeat(3, auto);
  column-gap: 10px;
}

.al-hilal .header__section.new .guaranteed {
  grid-row: 1 / 2;
  grid-column: 1 / -1;
}

.al-hilal .header__section.new .flash-sale {
  grid-row: 2 / -1;
  grid-column: 1 / 2;
  background-color: #ecf3f7;
  border: 1px solid #adbcc7;
  border-radius: 2px;
}

.al-hilal .country {
  grid-column: 2 / -1;
  grid-row: 2 / -1;
}

.companies_logos img {
  /* width: 92px; */
  height: 50px;
  object-fit: cover;
  display: inline-block;
}
.companies_logos {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}
.fab-dropdown__container {
  padding: 30px 0px !important;
  background: #ecf3f7 !important;
  border: 1px solid #adbcc7;
  border-radius: 8px;
  margin: 20px auto 40px !important;
}

.fab__campaign__wrapper .fab_section .cc-opt-price > .radio-option .inner {
  height: 60px !important;
}
.fab__campaign__wrapper .fab_section .cc-opt-price > .radio-option input {
  width: 20px !important;
  height: 20px !important;
  opacity: 1 !important;
  z-index: 1 !important;
  margin-top: 0px !important;
  margin-right: 10px;
  pointer-events: none;
}
.fab__campaign__wrapper .fab_section .cc-opt-price > .radio-option .cc-days {
  padding-bottom: 0px;
}
.fab__campaign__wrapper
  .fab_section
  .swapcontainer
  > .cc-opt-price:first-child {
  padding: 0 6px !important;
  margin-bottom: 20px;
}
.fab__campaign__wrapper .fab_section .swapcontainer > .cc-opt-price:last-child {
  padding: 0 6px !important;
  margin-top: 20px;
}
.fab__campaign__wrapper .fab_section .cc-opt-price > .radio-option {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 14px !important;
  padding-bottom: 0px !important;
}
.fab__campaign__wrapper .fab_section .cc-opt-price > .radio-option .cc-price {
  margin-left: auto;
}

.cards_info_img {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #FAFAFA;
  border-radius: 10px;
  padding: 16px 24px;
  justify-content: center;
}
.cards_info_img h4 {
  font-size: 24px;
  font-family: "AvantGardeMdITC-Bold";
  text-transform: uppercase;
  line-height: 140%;
  color: #125e8f;
  margin-bottom: 0;
  line-height: normal;
}

.cards_info_img img {
  width: 150px;
}

.new-tour-guide-section .container .right .price-section p:nth-child(1) {
  color: #ffc219 !important;
  text-transform: uppercase;
}

.al-hilal-p-1 {
  color: #3b4049;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  font-family: "Open sans";
  margin-bottom: 5px;
}

.al-hilal-p-2 {
  text-align: center;
  margin-bottom: 10px;
}

.fab-dropdown__container + .swapcontainer.options {
  padding-bottom: 50px;
}

.new-tour-guide-section.al-hilal .container .right .price-section {
  order: 1;
  margin-bottom: 12px;
}

.new-tour-guide-section.al-hilal .container .right .inclusions-section {
  order: 2;
}

.fab__campaign__wrapper .fab_section label[for="paymentType-1"] + a {
  left: 0;
}

@media (min-width: 768px) {
  .nav-container ~ .main-container {
    padding-top: 134px;
  }
  .product__banner__section {
    margin: 23px 0 0 0;
  }
  #revamped .product__banner__section.no-draw {
    margin-top: 161px;
    padding: unset;
  }
  .image__banner {
    grid-template-columns: auto auto auto;
    grid-template-rows: auto;
    gap: 9px;
    height: 235px;
  }
  .image__banner img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .image__banner img:nth-child(1),
  .image__banner img:nth-child(2),
  .image__banner img:nth-child(3) {
    grid-column: unset;
    grid-row: unset;
  }
  .image__banner img:nth-child(2) {
    max-width: 174px;
  }
  .content__container {
    flex-direction: row;
    /* width: 90%; */
    top: -28px;
  }
  .promo__logo__section {
    margin-top: unset;
    margin-right: 20px;
  }
  .header__section {
    align-items: unset;
    margin: unset;
  }
  .header__section h1 {
    font-size: 74px;
    line-height: 68px;
  }
  .header__section h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .box__section {
    padding: 17px 30px;
  }
  .box__section ul {
    gap: 6px;
  }
  .box__section ul li p {
    font-size: 12px;
  }
  .price__section {
    gap: 35px;
  }
  .price__section .slashed-price {
    font-size: 32px;
  }
  .price__section .discounted-price {
    font-size: 51px;
  }
  .price__section .discounted-price:before {
    font-size: 37px;
  }
  .box__section .fit-content {
    width: fit-content;
  }
  #terms-conditions .col-xs-12 {
    margin: auto;
    max-width: 840px;
    float: unset;
  }
  .tnc-content ol {
    white-space: pre;
  }
  .box__section ul li div img {
    width: 64px;
  }
  .box__section ul li > div {
    height: 64px;
  }
  #revamp .new-divider h2 {
    font-size: 34px;
  }
  .new-tour-guide-section .container {
    column-gap: 66px;
    /* flex: 1; */
    margin: 21px auto;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
  }
  .new-tour-guide-section .container .left,
  .new-tour-guide-section .container .right {
    width: 100%;
  }
  .new-tour-guide-section .container .left {
    grid-column: 1 / 2;
    align-content: center;
    order: unset;
  }
  .new-tour-guide-section .container .left .wrapper {
    position: relative;
  }
  .new-tour-guide-section .container .right {
    grid-column: 2 / -1;
    margin-bottom: 0;
  }
  .new-tour-guide-section .container .left p {
    font-size: 22px;
    line-height: 26px;
    top: 40px;
    right: -20px;
  }
  .new-tour-guide-section .container .right .price-section {
    gap: 28px;
    order: unset;
    margin: 16px 0;
  }
  .new-tour-guide-section .container .right .price-section p:nth-child(1) {
    font-size: 28px;
  }
  .new-tour-guide-section .container .right .price-section p:nth-child(2) {
    font-size: 24.5px;
  }
  .inclusions-section ol {
    margin-bottom: unset;
  }
  .new-tour-guide-section
    .container
    .right
    .price-section
    p:nth-child(2):before {
    font-size: 18.72px;
  }
  .new-tour-guide-section .container .right .price-section p:nth-child(3) {
    font-size: 42.39px;
  }
  .new-tour-guide-section
    .container
    .right
    .price-section
    p:nth-child(3):before {
    font-size: 30.83px;
  }
  .inclusions-section ol li {
    padding: 16px;
  }
  .inclusions-section ol li > .counter {
    width: 64px;
  }
  .inclusions-section ol li > .counter:before {
    font-size: 22px;
    padding: 6px 13px 1px 13px;
  }
  .inclusions-section ol li > .counter:after {
    width: 64px;
    height: 64px;
  }
  .inclusions-section ol li .text p:nth-child(1) {
    font-size: 20px;
  }
  .inclusions-section ol li .text p:nth-child(2) {
    font-size: 16px;
  }
  .form-section .header,
  .form-section .header .header-wrapper {
    display: flex;
  }
  .form-section .header > img,
  .form-section .header .header-wrapper {
    width: 50%;
  }
  .form-section .header .header-wrapper {
    flex-direction: column;
    align-self: center;
  }
  .form-section .timer-container {
    padding-left: 47px;
    padding-right: 47px;
  }
  .form-section .timer-text {
    display: flex;
    flex-direction: column;
    align-self: center;
    gap: 6px;
  }
  .form-section .timer-text p {
    margin-bottom: 0;
  }
  .form-section .timer-text-wrapper {
    display: flex;
    gap: 10px;
  }
  .form-section .timer-text-wrapper p:first-of-type {
    font-size: 22px;
  }
  .form-section .timer-text-wrapper p:last-of-type {
    font-size: 18px;
  }
  .form-section .timer-countdown {
    text-align: left;
    font-size: 22px;
  }
  .form-section .timer-container img.wave {
    display: block;
    position: absolute;
    top: -9px;
    right: 0;
    opacity: 0.3;
    z-index: 0;
  }
  .form-section .timer-container img:not(.wave),
  .form-section .timer-text {
    z-index: 1;
  }
  .form-section .timer-text.ibe {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  .form-section .form {
    padding: 18px 78px 60px 78px;
  }
  .form-section .form form {
    display: grid;
    grid-template-columns: repeat(12, auto);
    grid-template-rows: repeat(2, 1fr);
    border: 1px solid #dadada;
    border-radius: 8px;
    padding: 22px 30px;
  }
  .form-section .form form > .form__group:nth-child(1),
  .form-section .form form > .form__group:nth-child(4) {
    grid-column: 1 / 3;
  }
  .form-section .form form > .form__group:nth-child(2) {
    grid-column: 3 / 6;
  }
  .form-section .form form > .form__group:nth-child(6) {
    grid-column: 9 / -1;
    display: inline-flex;
    align-items: flex-end;
    margin-bottom: 4px;
  }
  .form-section .form form .form-group-wrapper:nth-child(3) {
    grid-column: 6 / -1;
  }
  .form-section .form form .form-group-wrapper:nth-child(5) {
    grid-column: 3 / 9;
  }
  .product__banner__section.new .container {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(2, auto);
  }
  .new .image__banner {
    grid-column: 1 / -1;
    grid-row: 1 / 2;
  }
  .new .image__banner img:nth-child(1) {
    height: unset;
    object-fit: unset;
  }
  .new .image__banner img:nth-child(2),
  .new .image__banner img:nth-child(3) {
    display: block;
  }
  .new .header__section {
    grid-row: 2 / -1;
    align-items: center;
    position: relative;
    top: -30px;
  }
  .new .header__section.new {
    display: flex;
    top: -22px;
  }
  .header__section.new .guaranteed {
    position: absolute;
    top: 30px;
  }
  .new .header__section .flash-sale {
    height: 118px;
  }
  .new .header__section h1 {
    font-size: 54px;
    line-height: normal;
  }
  .new .box__section {
    grid-row: 2 / -1;
    margin-left: -20px;
    position: relative;
    top: -41px;
  }
  .new .price__section .discounted-price {
    font-size: 45px;
  }
  .form-section.new .form form > .form__group:nth-child(6) {
    align-items: flex-start;
    margin-top: 24px;
  }
  .form-section.new .form form input[type="submit"] {
    margin-top: 0;
  }
  .start-booking {
    margin: 0 90px;
  }
  .timer-wrapper {
    grid-template-rows: auto auto;
  }
  .timer-wrapper img {
    grid-row: 1 / -1;
  }
  .form-section.new .timer-countdown {
    grid-row: 2;
    align-items: flex-start;
    grid-column: 2 / -1;
    flex-direction: row;
  }
  .new .box__section > p {
    font-size: 17px;
  }
  .text-slider ul {
    font-size: 26px;
    animation-name: scrollLeftToRight;
    animation-duration: 40s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  .form-section.new .timer-container.flexi-deal {
    margin: auto;
  }
  .timer-wrapper.flexi-deal {
    gap: 12px;
  }
  .form-section .timer-container .flexi-deal img:not(.wave),
  .form-section .timer-text {
    grid-row: 1 / -1;
    grid-column: 1 / 2;
    align-self: center;
  }
  .form-section.new .timer-wrapper.flexi-deal .timer-countdown {
    grid-row: 1 / 2;
  }
  .form-section.new .timer-wrapper.flexi-deal .timer-text {
    grid-column: 2 / -1;
    grid-row: 2 / -1;
  }
  .form-section .timer-wrapper.flexi-deal .timer-text-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .form-section .timer-wrapper.flexi-deal .timer-text-wrapper p:first-of-type {
    white-space: pre;
  }
  .request {
    font-size: 18px;
  }
  .timer-bg {
    padding-top: 34px;
  }
  #popUpFlexiDeal .gif_content {
    padding: 52px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  #popUpFlexiDeal .gif_content ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .form-section.new .cc-hotels {
    padding-top: 0;
    padding-bottom: 2px;
  }
  .al-hilal.new .header__section.new {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 120px auto;
    height: fit-content;
    width: fit-content;
    top: 20px;
  }
  .al-hilal .header__section.new .guaranteed {
    position: unset;
    grid-column: 2 / -1;
  }
  .al-hilal .header__section.new .flash-sale {
    height: 100%;
    grid-row: 1 / -1;
  }
  .cards_info_img {
    flex-direction: row;
    gap: 28px;
  }
}


@media (max-width: 767px) {
.new .header__section h1 {
    font-size: 35px!important;
}
.new .header__section {
gap: 15px!important;
}
}