.travel-guide {
  color: rgb(124, 125, 127);
}

.top-banner {
  background-color: #97c675;
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .top-banner {
    background-position: bottom center;
    background-size: 100%;
  }
}
@media screen and (max-width: 575px) {
  .top-banner .big-name-wrapper {
    height: 150px;
  }
  .top-banner .big-name-wrapper .big-name {
    font-size: 2.5rem !important;
  }
}

.big-name-wrapper {
  height: 300px;
  display: flex;
  align-items: center;
}
.big-name-wrapper .big-name {
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.25;
  color: white;
}

.intro-checklist {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
.intro-checklist .intro .travel-intro-header {
  color: rgb(121, 151, 175);
  margin-bottom: 1rem;
  font-weight: 600;
}
.intro-checklist .checklist {
  background-color: rgb(245, 245, 247);
  padding: 2.5rem;
}
.intro-checklist .checklist .checklist-header {
  color: rgb(98, 181, 221);
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.intro-checklist .checklist .checklist-item {
  margin-bottom: 0.25rem;
}
.intro-checklist .checklist .checklist-button {
  margin-top: 1.5rem;
  color: white;
  background-color: rgb(98, 181, 221);
  border: 1px solid rgb(98, 181, 221);
  border-radius: 50px;
  padding: 0.75rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease-out;
}
.intro-checklist .checklist .checklist-button:hover {
  background-color: white;
  color: rgb(98, 181, 221);
}

.flights {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
.flights .flights-header {
  color: rgb(98, 181, 221);
  margin-bottom: 2.25rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .flights .flights-header {
    margin-bottom: 1.5rem;
  }
}
.flights .flights-items {
  display: flex;
  margin-bottom: 2rem;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .flights .flights-items {
    flex-direction: column;
  }
}
.flights .flights-items .flights-item,
.flights .flights-items .flights-item-hos {
  flex: 1 0 25%;
  border-radius: 5px;
  border: 1px solid rgba(211, 211, 211, 0.65);
  box-shadow: 0px 2px 10px rgba(211, 211, 211, 0.75);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .flights .flights-items .flights-item,
  .flights .flights-items .flights-item-hos {
    max-width: calc(25% - 0.75rem);
  }
}
@media screen and (max-width: 767px) {
  .flights .flights-items .flights-item,
  .flights .flights-items .flights-item-hos {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .flights .flights-items .flights-item,
  .flights .flights-items .flights-item-hos {
    max-width: calc(50% - 0.5rem);
    flex: 1 0 50%;
  }
}
.flights .flights-items .flights-item .flights-img-wrapper,
.flights .flights-items .flights-item-hos .flights-img-wrapper {
  width: 100%;
  aspect-ratio: 3/2;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transform: scaleX(1.05);
  border-bottom-left-radius: 50% 25%;
  border-bottom-right-radius: 50% 25%;
}
@media screen and (max-width: 767px) {
  .flights .flights-items .flights-item .flights-img-wrapper,
  .flights .flights-items .flights-item-hos .flights-img-wrapper {
    height: 17.5rem;
  }
}
.flights .flights-items .flights-item .flights-img-wrapper .flights-item-img,
.flights .flights-items .flights-item-hos .flights-img-wrapper .flights-item-img {
  transform: scaleX(0.9523809524);
  flex-shrink: 0;
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.flights .flights-items .flights-item .flights-texts,
.flights .flights-items .flights-item-hos .flights-texts {
  padding: 1rem 1.25rem 1.5rem 1.5rem;
  color: rgb(124, 125, 127);
}
.flights .flights-items .flights-item .flights-texts .flights-from,
.flights .flights-items .flights-item-hos .flights-texts .flights-from {
  margin-bottom: 0.15rem;
  color: rgb(121, 151, 175);
  font-weight: bold;
  font-size: 1.25rem;
}
.flights .flights-items .flights-item .flights-texts .flights-from:before,
.flights .flights-items .flights-item-hos .flights-texts .flights-from:before {
  font-weight: normal;
}
.flights .flights-items .flights-item .flights-texts .fa,
.flights .flights-items .flights-item-hos .flights-texts .fa {
  width: 16px;
  margin-right: 0.5rem;
  text-align: center;
  color: rgb(98, 181, 221);
}
.flights .flights-items .flights-item .flights-texts .flights-provider,
.flights .flights-items .flights-item-hos .flights-texts .flights-provider {
  color: rgb(98, 181, 221);
}
.flights .flights-items .flights-item .flights-texts .flights-provider a,
.flights .flights-items .flights-item-hos .flights-texts .flights-provider a {
  text-decoration: none;
  color: rgb(98, 181, 221);
  font-weight: 500;
}
.flights .flights-items .flights-item .flights-texts .flights-provider a:hover,
.flights .flights-items .flights-item-hos .flights-texts .flights-provider a:hover {
  color: rgb(51, 168, 227);
}
.flights .flights-showall {
  padding: 1rem 2.25rem 1rem 2.25rem;
  color: rgb(121, 151, 175);
  border: 1px solid rgb(121, 151, 175);
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  transition: all 0.1s ease-out;
}
.flights .flights-showall:hover {
  color: white;
  background-color: rgb(121, 151, 175);
}
@media screen and (max-width: 767px) {
  .flights .flights-showall {
    width: 100%;
  }
}

.airport-transfer {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
.airport-transfer-header {
  color: rgb(98, 181, 221);
  margin-bottom: 2.25rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .airport-transfer-header {
    margin-bottom: 1.5rem;
  }
}
.airport-transfer-actions {
  background-color: rgb(167, 202, 192);
  background-position: right;
  background-image: url("/images/ihhinternationallibraries/common/car_airporttransfer.webp");
  background-position: right bottom;
  background-repeat: no-repeat;
  min-height: 20rem;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 2rem;
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  .airport-transfer-actions {
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .airport-transfer-actions {
    min-height: 35rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .airport-transfer-actions {
    background-image: none;
  }
}
.airport-transfer-actions-header {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: white;
}
.airport-transfer-actions-buttons {
  background-color: rgb(98, 181, 221);
  width: 150px;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  margin-top: 0.5rem;
  padding: 0.75rem 0;
  color: white;
  border-radius: 2.25rem;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.1s ease-out;
}
@media screen and (max-width: 767px) {
  .airport-transfer-actions-buttons {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .airport-transfer-actions-buttons {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.airport-transfer-actions-buttons:hover {
  color: rgb(98, 181, 221);
  background-color: white;
}

.hotels {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
.hotels-header {
  color: rgb(98, 181, 221);
  margin-bottom: 2.25rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .hotels-header {
    margin-bottom: 1.5rem;
  }
}
.hotels-items {
  display: flex;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .hotels-items {
    flex-direction: column;
  }
}
.hotels-items .hotels-item,
.hotels-items .hotels-item-hos {
  flex: 1 0 25%;
  border-radius: 5px;
  border: 1px solid rgba(211, 211, 211, 0.65);
  box-shadow: 0px 2px 10px rgba(211, 211, 211, 0.75);
  flex-basis: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .hotels-items .hotels-item,
  .hotels-items .hotels-item-hos {
    max-width: calc(25% - 0.75rem);
  }
}
@media screen and (max-width: 767px) {
  .hotels-items .hotels-item,
  .hotels-items .hotels-item-hos {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hotels-items .hotels-item,
  .hotels-items .hotels-item-hos {
    max-width: calc(50% - 0.75rem);
    flex: 1 0 50%;
  }
}
.hotels-items .hotels-item .hotels-item-img-wrapper,
.hotels-items .hotels-item-hos .hotels-item-img-wrapper {
  width: 100%;
  aspect-ratio: 3/2;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transform: scaleX(1.05);
  border-bottom-left-radius: 50% 25%;
  border-bottom-right-radius: 50% 25%;
}
@media screen and (max-width: 767px) {
  .hotels-items .hotels-item .hotels-item-img-wrapper,
  .hotels-items .hotels-item-hos .hotels-item-img-wrapper {
    height: 17.5rem;
  }
}
.hotels-items .hotels-item .hotels-item-img-wrapper .hotels-item-img,
.hotels-items .hotels-item-hos .hotels-item-img-wrapper .hotels-item-img {
  transform: scaleX(0.9523809524);
  flex-shrink: 0;
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hotels-items .hotels-item .hotels-texts,
.hotels-items .hotels-item-hos .hotels-texts {
  color: rgb(121, 151, 175);
  padding: 1.25rem 1.25rem 1.5rem 1.75rem;
  line-height: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.hotels-items .hotels-item .hotels-texts-name,
.hotels-items .hotels-item-hos .hotels-texts-name {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.hotels-items .hotels-item .hotels-texts-name + div,
.hotels-items .hotels-item-hos .hotels-texts-name + div {
  color: rgb(98, 181, 221);
}
.hotels .hotels-showall {
  padding: 1rem 2.25rem 1rem 2.25rem;
  color: rgb(121, 151, 175);
  border: 1px solid rgb(121, 151, 175);
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  transition: all 0.1s ease-out;
}
.hotels .hotels-showall:hover {
  color: white;
  background-color: rgb(121, 151, 175);
}
@media screen and (max-width: 767px) {
  .hotels .hotels-showall {
    width: 100%;
  }
}

.places {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
.places-header {
  color: rgb(98, 181, 221);
  margin-bottom: 2.25rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .places-header {
    margin-bottom: 1.5rem;
  }
}
.places-items {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .places-items {
    flex-direction: column;
  }
}
.places-items .places-item,
.places-items .places-item-hos {
  flex-basis: 25%;
  max-width: calc(25% - 0.75rem);
}
@media screen and (max-width: 1399px) {
  .places-items .places-item,
  .places-items .places-item-hos {
    flex-basis: 33.3333333333%;
    max-width: calc(33.3333333333% - 0.6666666667rem);
  }
}
@media screen and (max-width: 1199px) {
  .places-items .places-item,
  .places-items .places-item-hos {
    flex-basis: 50%;
    max-width: calc(50% - 0.5rem);
  }
}
@media screen and (max-width: 767px) {
  .places-items .places-item,
  .places-items .places-item-hos {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.places-items .places-item-img,
.places-items .places-item-hos-img {
  flex-shrink: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
}
.places-items .places-item-img-wrapper,
.places-items .places-item-hos-img-wrapper {
  height: 22.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .places-items .places-item-img-wrapper,
  .places-items .places-item-hos-img-wrapper {
    height: 22.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .places-items .places-item-img-wrapper,
  .places-items .places-item-hos-img-wrapper {
    height: 20rem;
  }
}
.places-items .places-item-img-wrapper .to-google-maps,
.places-items .places-item-hos-img-wrapper .to-google-maps {
  color: rgb(121, 151, 175);
  position: absolute;
  background-color: white;
  bottom: 0;
  right: 0;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  width: -moz-max-content;
  width: max-content;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.places-items .places-item-img-wrapper .to-google-maps:hover,
.places-items .places-item-hos-img-wrapper .to-google-maps:hover {
  background-color: rgb(217, 229, 237);
  color: rgb(124, 125, 127);
}
.places-items .places-item-img-wrapper .to-google-maps .map-icon,
.places-items .places-item-hos-img-wrapper .to-google-maps .map-icon {
  height: 30px;
}
.places-items .places-item .places-item-texts-desc,
.places-items .places-item-hos .places-item-texts-desc {
  font-size: clamp(0.85rem, 2vw, 0.95rem);
}
.places-items .places-item-texts,
.places-items .places-item-hos-texts {
  margin-top: 1rem;
}
.places-items .places-item-texts-header,
.places-items .places-item-hos-texts-header {
  color: rgb(121, 151, 175);
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.places-showall {
  padding: 1rem 2.25rem 1rem 2.25rem;
  color: rgb(121, 151, 175);
  border: 1px solid rgb(121, 151, 175);
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  transition: all 0.1s ease-out;
}
.places-showall:hover {
  color: white;
  background-color: rgb(121, 151, 175);
}
@media screen and (max-width: 767px) {
  .places-showall {
    width: 100%;
  }
}

.services {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
.services-header {
  color: rgb(98, 181, 221);
  margin-bottom: 2.25rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .services-header {
    margin-bottom: 1.5rem;
  }
}
.services-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .services-items {
    flex-direction: column;
  }
}
.services-items-item {
  flex-basis: 33.3333333333%;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .services-items-item {
    padding-right: 5rem;
    max-width: 33.3333333333%;
  }
}
.services-items-item img {
  width: 35px;
  margin-right: 1.5rem;
}

.showall-wrapper {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .showall-wrapper {
    width: 100%;
  }
}

.region-filter {
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media screen and (max-width: 767px) {
  .region-filter {
    flex-direction: column;
    align-items: start;
  }
}
.region-filter-label {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .region-filter .select2-container {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .region-filter .select2-container {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .region-filter .select2-container {
    width: 100%;
  }
}
.region-filter .select2-container--open .select2-selection {
  border-radius: 30px 30px 0 0 !important;
  border-color: rgb(98, 181, 221) !important;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
}
.region-filter .select2-container .select2-selection {
  border-radius: 50px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1rem;
  width: 300px;
  border-color: lightgray;
  transition: border-color 0.1s ease-in;
}
@media screen and (max-width: 767px) {
  .region-filter .select2-container .select2-selection {
    width: 100%;
  }
}
.region-filter .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
}
.region-filter .select2-container .select2-dropdown {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .region-filter .select2-container .select2-dropdown {
    width: 100%;
  }
}
.region-filter .select2-container .select2-selection__arrow {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  height: 100%;
}

.select2-dropdown {
  border: 1px solid rgb(98, 181, 221);
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}

.select2-results__option {
  padding: 1rem !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: -moz-fit-content;
  max-height: fit-content;
  min-height: 200px;
  overflow-y: auto;
}

.all-flights,
.all-hotels,
.all-places {
  color: rgb(124, 125, 127);
}

.choose-hospital-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: -2rem;
  padding: 2rem;
  background-color: rgb(245, 245, 247);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.15s ease-in-out;
}
.choose-hospital-overlay.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.choose-hospital-overlay .close-overlay {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1rem 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
}
.choose-hospital-overlay .form-group {
  position: relative;
}
.choose-hospital-overlay .select-travel {
  height: auto !important;
  padding: 0.85rem 1.5rem !important;
  background-color: white;
  border: 1px solid rgb(98, 181, 221) !important;
  box-shadow: none;
  border-radius: 35px;
}
.choose-hospital-overlay .select-travel + .fa-chevron-down {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  right: 1.5rem;
  pointer-events: none;
}

.airport-transfer-actions {
  position: relative;
  overflow: hidden;
}
.airport-transfer-actions-buttons {
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 1399px) and (min-width: 1199px) {
  .tg-home .places-items .places-item:nth-child(4) {
    display: none;
  }
}/*# sourceMappingURL=travelguide.css.map */