.charter-booking {
  color: #041C46;
  /*.charter-booking__form {
  	display: flex;
  	flex-direction: column;
  	.charter-booking {
  		&__submit-button {
  			order: 10;

  		}
  		&__flight-details__section {
  			~ .enquiry-details {
  				order: 1;
  			}
  		}
  	}
  }*/
}
.charter-booking__subsection-title {
  display: flex;
  flex-direction: column;
  min-width: 300px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .charter-booking__subsection-title {
    padding-bottom: 24px;
  }
  .charter-booking__subsection-title.your-search {
    flex-direction: row;
    justify-content: space-between;
  }
}
.charter-booking__subsection-title p {
  color: #173fc2;
  margin: 4px 0 0 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.64px;
  font-family: "Mikro Regular", Arial, sans-serif;
  cursor: pointer;
}
.charter-booking__subsection-title h2 {
  font-size: 24px;
  color: #001B49;
  margin: 0;
}
@media (max-width: 991px) {
  .charter-booking__subsection-title h2 {
    font-size: 20px;
  }
}
.charter-booking .edit-search {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.64px;
  font-weight: 700;
  color: #173FC2;
  margin-top: 4px;
  font-family: "Mikro Regular", Arial, sans-serif;
}
@media (max-width: 991px) {
  .charter-booking .edit-search {
    font-size: 14px;
  }
}
.charter-booking__toggle-container {
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif; /* Use your desired font */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.charter-booking__toggle-container .toggle-label {
  margin-inline-end: 10px;
  font-size: 16px;
}
.charter-booking__toggle-container .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.charter-booking__toggle-container .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.charter-booking__toggle-container .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.charter-booking__toggle-container .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}
.charter-booking__toggle-container input:checked + .slider {
  background-color: #173fc2;
}
.charter-booking__toggle-container input:focus + .slider {
  box-shadow: 0 0 1px #173fc2;
}
.charter-booking__toggle-container input:checked + .slider:before {
  transform: translateX(26px);
}
.charter-booking__toggle-container .slider.round {
  border-radius: 34px;
}
.charter-booking__toggle-container .slider.round:before {
  border-radius: 50%;
}
.charter-booking__multi-leg__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.1215686275);
  border-radius: 8px;
  padding: 16px;
}
@media (min-width: 992px) {
  .charter-booking__multi-leg__container {
    max-width: calc(100% - 300px);
    padding: 32px;
  }
}
.charter-booking__multi-leg__container .charter-booking__flight-details__content {
  border: none;
}
.charter-booking__multi-leg__container .charter-booking__flight-details {
  box-shadow: none;
  border-radius: 0px;
}
@media (min-width: 992px) {
  .charter-booking__multi-leg__container .charter-booking__flight-details__container {
    border-right: 1px solid #d1d1d1;
  }
}
.charter-booking__multi-leg__container .charter-booking__flight-details__container:last-of-type {
  border-bottom: none;
}
.charter-booking__multi-leg__container .charter-booking__flight-details__craft {
  padding-top: 32px;
}
.charter-booking__flight-information {
  display: flex;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .charter-booking__flight-information {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.charter-booking__flight-details {
  display: flex;
  width: 100%;
  /*box-shadow: 0px 2px 6px 1px #0000001f;
  border-radius: 8px;*/
  /* &__craft {
     display: flex;
     flex-direction: column;
     padding-top: 76px;
     padding-left: 41px;
     padding-right: 41px;
     @media (max-width: 991px) {
       padding-top: 16px;
       padding-left: 16px;
       padding-right: 16px;
     }
   }*/
}
@media (max-width: 991px) {
  .charter-booking__flight-details {
    flex-direction: column;
  }
}
.charter-booking__flight-details__section {
  display: flex;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 64px;
}
@media (max-width: 991px) {
  .charter-booking__flight-details__section {
    flex-direction: column;
    padding-bottom: 40px;
  }
}
.charter-booking__flight-details__section .carousel-controls {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  font-size: 14px;
  color: #6B778B;
  align-items: center;
}
.charter-booking__flight-details__section .owl-prev, .charter-booking__flight-details__section .owl-next {
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  border: 1px solid #D1D1D1;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.charter-booking__flight-details__section .icon {
  cursor: pointer;
}
.charter-booking__flight-details__section .icon--arrow-right {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2213%22%20viewBox%3D%220%200%208%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.59757%2012.7004C6.86075%2012.7004%207.12407%2012.6028%207.32464%2012.4075C7.72642%2012.0169%207.72642%2011.3841%207.32464%2010.9935L2.90757%206.70083L7.32464%202.40736C7.72642%202.01676%207.72642%201.38399%207.32464%200.993389C6.92285%200.60279%206.27196%200.60279%205.87017%200.993389L0.727316%205.99306C0.325531%206.38366%200.325531%207.01643%200.727316%207.40703L5.87017%2012.4067C6.07107%2012.6036%206.33432%2012.7004%206.59757%2012.7004Z%22%20fill%3D%22%236B778B%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2213%22%20viewBox%3D%220%200%208%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.59757%2012.7004C6.86075%2012.7004%207.12407%2012.6028%207.32464%2012.4075C7.72642%2012.0169%207.72642%2011.3841%207.32464%2010.9935L2.90757%206.70083L7.32464%202.40736C7.72642%202.01676%207.72642%201.38399%207.32464%200.993389C6.92285%200.60279%206.27196%200.60279%205.87017%200.993389L0.727316%205.99306C0.325531%206.38366%200.325531%207.01643%200.727316%207.40703L5.87017%2012.4067C6.07107%2012.6036%206.33432%2012.7004%206.59757%2012.7004Z%22%20fill%3D%22%236B778B%22%2F%3E%3C%2Fsvg%3E");
  background-color: #6B778B;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 10px;
  height: 14px;
  transform: none;
}
.charter-booking__flight-details__section .icon--arrow-right:hover {
  background-color: #173FC2;
}
.charter-booking__flight-details__section .icon--arrow-left {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2213%22%20viewBox%3D%220%200%208%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.59757%2012.7004C6.86075%2012.7004%207.12407%2012.6028%207.32464%2012.4075C7.72642%2012.0169%207.72642%2011.3841%207.32464%2010.9935L2.90757%206.70083L7.32464%202.40736C7.72642%202.01676%207.72642%201.38399%207.32464%200.993389C6.92285%200.60279%206.27196%200.60279%205.87017%200.993389L0.727316%205.99306C0.325531%206.38366%200.325531%207.01643%200.727316%207.40703L5.87017%2012.4067C6.07107%2012.6036%206.33432%2012.7004%206.59757%2012.7004Z%22%20fill%3D%22%236B778B%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2213%22%20viewBox%3D%220%200%208%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.59757%2012.7004C6.86075%2012.7004%207.12407%2012.6028%207.32464%2012.4075C7.72642%2012.0169%207.72642%2011.3841%207.32464%2010.9935L2.90757%206.70083L7.32464%202.40736C7.72642%202.01676%207.72642%201.38399%207.32464%200.993389C6.92285%200.60279%206.27196%200.60279%205.87017%200.993389L0.727316%205.99306C0.325531%206.38366%200.325531%207.01643%200.727316%207.40703L5.87017%2012.4067C6.07107%2012.6036%206.33432%2012.7004%206.59757%2012.7004Z%22%20fill%3D%22%236B778B%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #6B778B;
  width: 10px;
  height: 14px;
  transform: rotate(-180deg);
}
.charter-booking__flight-details__section .icon--arrow-left:hover {
  background-color: #173FC2;
}
@media (min-width: 992px) {
  .charter-booking__flight-details__section.one-way .charter-booking__flight-details__container {
    width: calc(100% - 300px);
  }
}
.charter-booking__flight-details__section.one-way .charter-booking__flight-details__journey, .charter-booking__flight-details__section.one-way .charter-booking__flight-details__craft {
  padding: 32px;
}
.charter-booking__flight-details__section.one-way .charter-booking__flight-details__craft-details {
  padding-bottom: 14px;
}
@media (min-width: 992px) {
  .charter-booking__flight-details__section.one-way .charter-booking__flight-details__journey {
    width: 50%;
  }
}
.charter-booking__flight-details__section.one-way .charter-booking__flight-details__airports {
  margin-bottom: 20px;
  padding-right: 30px;
}
.charter-booking__flight-details__section.one-way .charter-booking__flight-details__airports > div {
  flex-direction: column;
}
.charter-booking__flight-details__section.one-way .charter-booking__flight-details {
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.1215686275);
  border-radius: 8px;
}
.charter-booking__flight-details__container.roundtrip {
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.1215686275);
  border-radius: 8px;
  padding: 24px 32px;
}
@media (min-width: 992px) {
  .charter-booking__flight-details__container.roundtrip {
    width: calc(100% - 300px);
  }
}
.charter-booking__flight-details__container.roundtrip .charter-booking__flight-details__craft {
  display: flex;
  gap: 16px;
}
.charter-booking__flight-details__container.roundtrip .charter-booking__flight-details__details-time {
  font-size: 14px;
  margin-bottom: 8px;
}
.charter-booking__flight-details__container.roundtrip .charter-booking__flight-details__journey {
  border-bottom: 0;
}
.charter-booking__flight-details__container.roundtrip .charter-booking__flight-details__airports {
  flex-direction: column;
}
.charter-booking__flight-details__container.roundtrip .carousel-controls {
  border-top: 1px solid #D1D1D1;
  padding-top: 24px;
}
.charter-booking__flight-details__journey {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .charter-booking__flight-details__journey {
    border-bottom: none;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 0px;
  }
}
.charter-booking__flight-details__content {
  border-inline-end: 1px solid #d1d1d1;
  padding-top: 16px;
}
@media (max-width: 991px) {
  .charter-booking__flight-details__content {
    border-right: none;
  }
}
.charter-booking__flight-details__trip-type {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #041c46;
  margin-bottom: 24px;
  text-transform: uppercase;
  /*padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;*/
}
@media (max-width: 991px) {
  .charter-booking__flight-details__trip-type {
    padding-top: 16px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 24px;
  }
}
.charter-booking__flight-details__airports {
  display: flex;
  font-weight: 700;
  font-size: 20px;
  flex-direction: column;
  /*flex-direction: row;
  justify-content: space-between;
  width: 360px;*/
}
.charter-booking__flight-details__airport.city {
  font-size: 18px;
  font-weight: 400;
  text-transform: lowercase;
  margin: 4px 0;
}
.charter-booking__flight-details__airport.city span {
  display: inline-block;
}
.charter-booking__flight-details__airport.city span:first-letter {
  text-transform: capitalize;
}
.charter-booking__flight-details__airport .airport-name {
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  color: #041c46;
  font-family: "Mikro Regular", Arial, sans-serif;
}
.charter-booking__flight-details__airport:last-child .airport-name {
  text-align: right;
}
.charter-booking__flight-details__airport:last-child .airport-location {
  text-align: right;
  text-transform: capitalize;
}
.charter-booking__flight-details__details-times {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.charter-booking__flight-details__details-time {
  font-size: 18px;
  margin-bottom: 16px;
}
.charter-booking__flight-details__details-time:last-child {
  text-align: right;
}
.charter-booking__flight-details__craft-details {
  display: flex;
  flex-direction: column;
}
.charter-booking__flight-details__craft-details.aircraft {
  font-size: 14px;
  padding-top: 24px;
  border-top: 1px solid #D1D1D1;
  margin-top: 24px;
}
.charter-booking__flight-details__craft-details.aircraft .craft-title {
  color: #6B778B;
  font-size: 12px;
}
.charter-booking__flight-details .passengers {
  margin-top: 5px;
}
.charter-booking__flight-details .craft-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #6b778b;
}
.charter-booking__flight-details .craft-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #041c46;
  display: flex;
  align-items: center;
  gap: 4px;
}
.charter-booking__aircraft-preference {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 64px;
}
@media (max-width: 991px) {
  .charter-booking__aircraft-preference {
    flex-direction: column;
    padding-bottom: 40px;
  }
}
.charter-booking__aircraft-types {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 991px) {
  .charter-booking__aircraft-types {
    gap: 24px;
    align-items: center;
  }
}
.charter-booking__aircraft-types__button {
  height: 52px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  border: 1px solid #d1d1d1;
  border-radius: 24px;
  background-color: #fff;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
  font-size: 18px;
  /*&:first-child::before,
  &:first-child::after {
    content: none;
  }*/
}
@media (max-width: 991px) {
  .charter-booking__aircraft-types__button {
    height: 40px;
  }
}
.charter-booking__aircraft-types__button:before {
  content: "+";
  width: 20px;
  font-size: 20px;
}
.charter-booking__aircraft-types__button.active {
  border-color: #173fc2;
  color: #173fc2;
  font-weight: bold;
}
.charter-booking__aircraft-types__button.active:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E%3Cpath d='M15.1952 0.525754C15.6283 0.958814 15.6283 1.65864 15.1952 2.0917L6.32614 10.9608C5.89308 11.3938 5.19325 11.3938 4.76019 10.9608L0.324691 6.52623C-0.10823 6.09317 -0.10823 5.39335 0.324691 4.96029C0.757682 4.52723 1.45959 4.52723 1.89264 4.96029L5.51199 8.60838L13.6293 0.525754C14.0623 0.0920013 14.7621 0.0920013 15.1952 0.525754Z' fill='%23173FC2'/%3E%3C/svg%3E");
  width: 30px;
  height: 15px;
  margin-right: 5px;
  background-repeat: no-repeat;
}
.charter-booking__aircraft-types__button.active::after {
  content: "(1)";
  margin-left: 5px;
}
.charter-booking__terms-and-conditions__text {
  padding-bottom: 24px;
}
.charter-booking__terms-and-conditions a {
  color: #173FC2;
  font-weight: bold;
  text-decoration: none;
}
.charter-booking__contact-information {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 64px;
  padding-top: 64px;
}
@media (max-width: 991px) {
  .charter-booking__contact-information {
    flex-direction: column;
    padding: 40px 0;
  }
}
.charter-booking__contact-information__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  max-width: 920px;
}
@media (max-width: 991px) {
  .charter-booking__contact-information__fields {
    flex-direction: column;
    width: 100%;
    gap: 24px;
  }
}
.charter-booking__contact-information__fields__row {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 32px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .charter-booking__contact-information__fields__row {
    gap: 24px;
  }
}
.charter-booking__contact-information__fields__row:nth-child(2) .charter-booking__contact-information__field:nth-child(1), .charter-booking__contact-information__fields__row:nth-child(2) .charter-booking__contact-information__field:nth-child(3) {
  flex-basis: 81%;
}
.charter-booking__contact-information__fields__row:nth-child(3) .charter-booking__contact-information__field:nth-child(1) {
  flex-basis: 67%;
}
.charter-booking__contact-information__fields__row.for-enquiry .charter-booking__contact-information__field:nth-child(1) {
  flex-basis: 50%;
}
@media (max-width: 991px) {
  .charter-booking__contact-information__fields__row {
    flex-direction: column;
  }
}
.charter-booking__contact-information__field:not(.travel-select) {
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  flex-basis: 50%;
  flex-grow: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.charter-booking__contact-information__field:not(.travel-select):has(label.valid) input {
  padding-top: 15px;
}
.charter-booking__contact-information__field:not(.travel-select) input {
  border: none;
  height: 64px;
  width: 100%;
  border-radius: 8px;
  padding-left: 16px;
  outline: none;
  color: #041c46;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.charter-booking__contact-information__field:not(.travel-select) textarea {
  width: 639px;
  max-width: 100%;
  height: 105px;
  border-radius: 8px;
  resize: vertical;
  padding: 16px;
  border: 0;
}
@media (max-width: 991px) {
  .charter-booking__contact-information__field:not(.travel-select) textarea {
    width: 100%;
  }
}
.charter-booking__contact-information__select:not(.travel-select) {
  display: flex;
  flex-direction: column;
  height: 64px;
  min-height: 64px;
}
.charter-booking__contact-information__select:not(.travel-select) label {
  display: block;
  text-align: left;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.charter-booking__contact-information__select:not(.travel-select) select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  border: none;
  border-radius: 8px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: transparent;
  background-image: url("/content/icons/dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px top 50%; /* position of the arrow */
}
.charter-booking__contact-information__permissions-fields {
  display: flex;
  flex-direction: row;
  gap: 38px;
}
.charter-booking__contact-information__permissions-title {
  color: #041c46;
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 24px;
  font-size: 18px;
}
.charter-booking .details-container {
  flex-direction: column;
}
.charter-booking .travel-select .checkbox-group {
  display: flex;
  gap: 38px;
  font-size: 18px;
}
.charter-booking .travel-select .checkbox-group .checkbox-label {
  font-weight: normal;
  vertical-align: super;
}
.charter-booking .travel-select .checkbox-container {
  color: #041c46;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.charter-booking .travel-select .checkbox-container input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.charter-booking .travel-select .checkbox-container input[type=checkbox]:checked + span:after {
  content: "";
  position: absolute;
  left: 3px;
  width: 24px;
  height: 24px;
  border: 1px solid #6B778B;
  background-color: #173FC2;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.1708%203.1925C16.6039%203.62556%2016.6039%204.32539%2016.1708%204.75845L7.30172%2013.6275C6.86866%2014.0606%206.16884%2014.0606%205.73578%2013.6275L1.30028%209.19298C0.867356%208.75992%200.867356%208.06009%201.30028%207.62703C1.73327%207.19397%202.43517%207.19397%202.86823%207.62703L6.48757%2011.2751L14.6048%203.1925C15.0379%202.75875%2015.7377%202.75875%2016.1708%203.1925Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
}
.charter-booking .travel-select .checkbox-container input[type=checkbox] + span {
  padding-left: 36px;
}
.charter-booking .travel-select .checkbox-container input[type=checkbox] + span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #6B778B;
}
.charter-booking .travel-select .checkbox-container__input {
  width: 24px;
  height: 24px;
}
.charter-booking__submit-button {
  border: 1px solid #d1d1d1;
  background-color: #173fc2;
  color: #fff;
  font-size: 16px;
  border-radius: 100px;
  cursor: pointer;
  outline: none;
  height: 48px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  letter-spacing: 0.64px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Mikro Regular", Arial, sans-serif;
}
.charter-booking__submit-button.disabled {
  background: #F1F3F8;
  border: 1px solid #6B778B;
  color: #6B778B;
}
.charter-booking .flight-search__container {
  padding: 0;
}
.charter-booking .flight-search__container__width {
  padding: 0;
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .charter-booking .flight-search__container__width {
    margin-bottom: 40px;
    box-shadow: none !important;
    margin-top: 0 !important;
  }
}
.charter-booking .flight-search__fields-container {
  width: 100%;
  padding: 0;
}
@media (min-width: 901px) {
  .charter-booking .flight-search__multi__leg-container .flight-search__details-container {
    width: 40%;
  }
}

.enquiry-details .enquiry-label {
  color: #001B49;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 991px) {
  .enquiry-details .enquiry-label {
    font-size: 14px;
  }
}

.charter-booking-section .form-content-section {
  margin: 0;
}

.heading-block__breadcrumb a {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.56px;
}

/*.flight-search {
  &__container__width {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

  }
  &__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0px !important;
  }
  &__title-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 32px;
    @media (max-width: 991px) {
      flex-direction: column;
    }
  }
  &__title-buttons {
    display: flex;
    flex-direction: row;
    gap: 16px;
    .button {
      border: 1px solid #d1d1d1;
      background-color: #fff;
      color: #041c46;
      font-size: 18px;
      border-radius: 24px;
      cursor: pointer;
      outline: none;
      height: 52px;
      min-width: 145px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      @media (max-width: 991px) {
        width: 103px;
      }
    }
    .button:hover {
      background-color: #f2f2f2;
    }
    .button.active {
      color: #173fc2;
      border-color: #173fc2;
    }
  }
  &__title {
    h2 {
      font-size: 28px;
      font-weight: 400;
      line-height: 34px;
      letter-spacing: 0em;
      text-align: left;
    }

    //styleName: Heading (large)/heading-02-large;
  }

  &__fields-container {
    display: flex;
   // flex-direction: column;
    width: 100%;
    justify-content: center;
    //padding-bottom: 64px;
  }
  &__airports-container {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 50px;
    @media (max-width: 991px) {
      flex-direction: column;
      align-items: center;
    }
    .input-container {
      display: flex;
      flex-direction: column;
      width: 49%;
      height: 62px;
      border: 1px solid #d1d1d1;
      border-radius: 8px;
      padding-left: 5px;
      padding-right: 5px;
      @media (max-width: 991px) {
        width: 100%;
      }
      input {
        width: 100%;
        border: none;
        border-radius: 8px;
      }
    }
    .icon-container {
      padding: 0 10px;
      font-size: 24px;
      cursor: pointer;

      display: flex;
      align-items: center;
      justify-content: center;
      width: 2%;
    }
  }
  &__details-container {
    display: flex;
    flex-direction: row;
    gap: 32px;
    padding-bottom: 50px;
    border-bottom: none !important;
    @media (max-width: 991px) {
      flex-direction: column;
    }
    &-small {
      @media (max-width: 991px) {
        display: flex;
        flex-direction: row;
        gap: 24px;
      }
    }
    .input-with-icon__container {
      display: flex;
      align-items: center;
      padding: 5px 10px;
      height: 62px;
      border: 1px solid #d1d1d1;
      border-radius: 8px;
      position: relative;
      i {
        margin-right: 10px;
        font-style: normal;
      }
      input {
        border: none;
        outline: none;
        font-size: 18px;
        color: #041c46;
        width: 100%;
      }
      label {
        position: absolute;
        left: 34px;
        top: 0px;
        height: 62px;
        display: flex;
        align-items: center;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #041c46;
        transition: 0.3s ease-in-out;
        pointer-events: none;
        &.valid {
          font-size: 14px;
          font-weight: 400;
          line-height: 20px;
          text-align: left;
          color: #041c46;
          top: -20px;
          pointer-events: none;
        }
      }

      input:focus + label,
      input:autofill + label,
      input:autofill:focus + label,
      input:autofill:active {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        color: #041c46;
        top: -20px;
        pointer-events: none;
      }
    }
  }
  &__buttons {
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    &__container {
      display: flex;
      flex-direction: row;
      justify-content: end;
      width: 100%;
    }
  }
  &__button {
    &-swap {
      color: #173fc2;
      font-size: 16px;
      font-weight: 700;
      height: 64px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    &-submit {
      border: 1px solid #d1d1d1;
      background-color: #173fc2;
      color: #fff;
      font-size: 18px;
      border-radius: 100px;
      cursor: pointer;
      outline: none;
      height: 64px;
      width: 200px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 25px;
    }
  }
  &__multi {
    display: flex;
    flex-direction: column;
    width: 100%;
    .flight-search__details-container {
      border-bottom: none;
    }

    &-leg__label {
      display: flex;
      justify-content: space-between;

      .remove-multi {
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0.04em;
        text-align: left;
        color: #173fc2;
      }
    }
    &-add-button__container {
      width: 100%;
      border-bottom: 1px solid #d1d1d1;
      padding-bottom: 32px;
      #add-multi {
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0.04em;
        text-align: left;
        color: #173fc2;
      }
    }
  }
}*/
.multi-leg__label {
  height: 26px;
  width: 85px;
  color: #fff;
  background-color: #041c46;
  border: 1px solid #d1d1d1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 4px;
  text-transform: uppercase;
}
.multi-leg__label .flight-number {
  padding-left: 3px;
  padding-right: 3px;
}

.date-input-container {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  left: 0px;
  top: 61px;
}

#date-input {
  padding: 8px;
  font-size: 16px;
  width: 250px;
}

.date-picker {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-radius: 8px;
}
.date-picker__month-header {
  line-height: 24px;
  font-size: 18px;
  color: #041c46;
  font-weight: 400;
}
.date-picker__month-select {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  color: #173fc2;
}
.date-picker__submit-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 24px;
}
.date-picker__submit {
  width: 150px;
  height: 54px;
  color: #fff;
  background-color: #173fc2;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.date-picker .month-display {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  width: 100%;
}
.date-picker .month-display .prev-month {
  flex: 1;
  text-align: left;
}
.date-picker .month-display .next-month {
  flex: 1;
  text-align: right;
}
.date-picker .month-display .date-picker-spacer-right,
.date-picker .month-display .date-picker-spacer-left {
  flex: 1;
}
.date-picker .calendar-navigation {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.month-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.month-container .month-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding-bottom: 10px;
}
.month-container .month-grid .day {
  width: 49px;
  height: 49px;
  text-align: center;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.month-container .month-grid .day.selected {
  border: 2px solid #173fc2;
  border-radius: 8px;
}
.month-container .month-grid .day.highlight {
  background-color: #f1f3f8;
  color: #6b778b;
}
.month-container .month-grid .day.disable {
  color: rgba(107, 119, 139, 0.5);
}
.month-container .days-of-week {
  display: flex;
  flex-direction: row;
  height: 45px;
  align-items: center;
}
.month-container .days-of-week__label {
  width: 49px;
  text-align: center;
  color: #909eba;
  font-size: 14px;
}

.month-grid-container {
  display: flex;
  flex-direction: row;
  gap: 32px;
  border-bottom: 1px solid #d1d1d1;
}

.form-schedule {
  position: absolute;
  top: 61px;
  left: 0px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 32px;
  border-radius: 8px;
}
.form-schedule__section {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.form-schedule__title {
  font-size: 12px;
  margin-bottom: 24px;
  font-weight: 400;
  background-color: #041c46;
  width: 79px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
.form-schedule__operating-hours {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.form-schedule__field {
  display: flex;
  gap: 10px;
  padding-bottom: 24px;
  gap: 32px;
  border-bottom: 1px solid #d1d1d1;
}
.form-schedule__input, .form-schedule__select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  width: 183px;
}
.form-schedule__button-container {
  width: 100%;
  display: flex;
  justify-content: end;
}
.form-schedule__button {
  width: 150px;
  padding: 15px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 100px;
  cursor: pointer;
}

.pax-picker {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pax-picker__container {
  position: absolute;
  top: 61px;
  left: 0px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 32px;
  border-radius: 8px;
  width: 534px;
  max-width: 100%;
}
.pax-picker__value {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 24px;
  padding-bottom: 24px;
  align-items: center;
}
.pax-picker__input {
  border: 1px solid #d1d1d1;
  width: 133px;
  padding: 10px;
  border-radius: 8px;
}
.pax-picker__buttons {
  width: 100%;
  display: flex;
  justify-content: end;
}
.pax-picker__buttons button {
  width: 150px;
  padding: 15px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 100px;
  cursor: pointer;
}

.ui-autocomplete {
  background-color: white;
  width: 150px;
  list-style: none;
  max-height: 350px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.ui-autocomplete li {
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 1px solid #d1d1d1;
  color: #001b49;
  background-color: #fff;
  height: 54px;
  align-items: center;
}

.ui-autocomplete li:hover {
  background-color: #041c46;
  color: #ffffff;
  opacity: 50%;
}

.ui-menu-item {
  display: flex;
}

.airport-search__menu {
  display: flex;
}

.airport-search__menu-left {
  width: 82px;
  font-size: 12px;
}

.airport-search__menu-right {
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-align: right;
  padding-right: 10px;
}

.flight-search__field-loading-wrapper {
  position: relative;
  width: 150px;
  flex-shrink: 1;
  flex-grow: 120;
  display: flex;
}

@media (max-width: 992px) {
  .flight-search__field-loading-wrapper {
    width: 140px;
  }
}
.flight-search__field-loading-icon {
  position: absolute;
  top: 0;
  right: 5px;
  width: 50px;
  animation: spin 1s linear infinite;
  transform-origin: 50% 50%;
  pointer-events: none;
  display: none;
}

.flight-search__field-loading-path {
  fill: none;
  stroke: #000000;
  stroke-width: 8px;
  stroke-dasharray: 92.3;
}

@keyframes spin {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.ui-autocomplete-loading + .flight-search__field-loading-icon {
  display: block;
}

.rtl {
  /*.charter-booking__flight-details__content {
    border-right: none;
    border-left: 1px solid #d1d1d1;
  }*/
}
.rtl .charter-booking__flight-details__trip-type {
  text-align: right;
}
.rtl .charter-booking__subsection-title {
  text-align: right;
}
.rtl .charter-booking__contact-information__select select {
  background-position: left 10px top 50%;
}

.highlight {
  border: 1px solid #e4250c;
}

.disabled {
  cursor: not-allowed;
}

.field-label-contianer input:focus + label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #041c46;
  top: -20px;
  pointer-events: none;
}
.field-label-contianer textarea:focus + label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #041c46;
  top: -20px;
  pointer-events: none;
}
.field-label-contianer label {
  position: absolute;
  top: 0px;
  left: 16px;
  color: #041c46;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  height: 64px;
  display: flex;
  align-items: center;
  transition: 0.3s ease-in-out;
  pointer-events: none;
}
.field-label-contianer label.valid {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #041c46;
  top: -15px;
  pointer-events: none;
}

/* The Modal (background) */
.aircraft-types-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  /* Modal Content */
  /* The Close Button */
  /* On Mobile */
}
@media (max-width: 991px) {
  .aircraft-types-modal {
    position: fixed;
    top: 50px;
    border-radius: 0px;
  }
}
.aircraft-types-modal .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 10% auto; /* 10% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 70%; /* Could be more or less, depending on screen size */
}
.aircraft-types-modal .modal-title__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.aircraft-types-modal .modal-title__container .modal-title {
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  color: #001b49;
}
.aircraft-types-modal .aircraft-cards__container {
  display: flex;
  justify-content: center;
  width: 100%;
}
.aircraft-types-modal .aircraft-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.aircraft-types-modal .aircraft-info {
  width: 300px;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.1215686275);
  border-radius: 8px;
}
.aircraft-types-modal .aircraft-info img {
  width: 300px;
  height: 200px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.aircraft-types-modal .aircraft-info h3 {
  padding: 16px;
}
.aircraft-types-modal .aircraft-info p {
  padding-left: 16px;
  padding-right: 16px;
}
.aircraft-types-modal .close:hover,
.aircraft-types-modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  .aircraft-types-modal .modal-content {
    width: 100%;
    margin: 0; /* Take up the full screen on mobile */
    border: none;
    border-radius: 0px;
  }
  .aircraft-types-modal .modal-content .aircraft-cards {
    display: flex;
    justify-content: center;
  }
  .aircraft-types-modal .modal-content .aircraft-info {
    width: 90%;
  }
  .aircraft-types-modal .modal-content .aircraft-info img {
    width: 100%;
  }
  .aircraft-types-modal .modal-content .aircraft-info h3 {
    padding: 16px;
  }
  .aircraft-types-modal .modal-content .aircraft-info p {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/*.permissions-fields {
  &__label {
    color: #041c46;
    font-weight: 400;
    size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  &__input {
    width: 24px;
    height: 24px;
  }
}*/
.permissions-fields__label {
  color: #041c46;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.permissions-fields__label input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.permissions-fields__label input[type=checkbox]:checked + span:after {
  content: "";
  position: absolute;
  left: 3px;
  width: 24px;
  height: 24px;
  border: 1px solid #6B778B;
  background-color: #173FC2;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.1708%203.1925C16.6039%203.62556%2016.6039%204.32539%2016.1708%204.75845L7.30172%2013.6275C6.86866%2014.0606%206.16884%2014.0606%205.73578%2013.6275L1.30028%209.19298C0.867356%208.75992%200.867356%208.06009%201.30028%207.62703C1.73327%207.19397%202.43517%207.19397%202.86823%207.62703L6.48757%2011.2751L14.6048%203.1925C15.0379%202.75875%2015.7377%202.75875%2016.1708%203.1925Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
}
.permissions-fields__label input[type=checkbox] + span {
  padding-left: 36px;
}
.permissions-fields__label input[type=checkbox] + span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #6B778B;
}
.permissions-fields__input {
  width: 24px;
  height: 24px;
}

.heading-block h1 {
  margin-bottom: 8px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .heading-block h1 {
    font-size: 24px;
  }
  .heading-block h1._heading {
    padding-top: 10px;
  }
}
.heading-block h3 {
  line-height: 24px;
}
.heading-block a {
  font-weight: 700;
  font-size: 14px;
}
.heading-block .breadcrumb {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .heading-block .breadcrumb {
    padding: 0 15px;
  }
}
.heading-block .breadcrumb li:last-child {
  display: block !important;
}

.charter-body.rtl .charter-booking {
  text-align: right;
}
.charter-body.rtl .charter-booking .owl-carousel {
  direction: ltr;
}
.charter-body.rtl .charter-booking .multi-leg__label {
  margin-left: auto;
}
.charter-body.rtl .charter-booking__flight-details__details-time, .charter-body.rtl .charter-booking__flight-details__craft {
  margin-left: auto;
  justify-content: end;
}
.charter-body.rtl .charter-booking__flight-details__container.roundtrip .charter-booking__flight-details__content {
  border: 0;
  border-left: 1px solid #d1d1d1;
}
.charter-body.rtl .charter-booking .carousel-controls {
  direction: ltr;
}
.charter-body.rtl .charter-booking .field-label-contianer label {
  right: 16px;
  left: auto;
}
.charter-body.rtl .charter-booking__contact-information__select label {
  text-align: right;
  margin-right: 12px;
}/*# sourceMappingURL=enquire-form.css.map */