@font-face {
  font-family: "RobotoLight";
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: "RobotoMedium";
  src: url(/fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family: "RobotoMedium";
  src: url(/fonts/Roboto-Medium.ttf);
}
html,
body {
  overflow-x: hidden;
}
a:hover {
  text-decoration: none;
}
/***************
    HEADER 
****************/
#header .dropdown-menu .dropdown-item {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding-right: 10px;
  padding-left: 10px;
  color: #0a0a0a;
  display: flex;
  align-items: center;
  gap: 5px;
}
.navbar {
  padding: 16px 10px;
}
.navbar .container-fluid {
  padding: 0px;
}
.navbar-nav {
  align-items: center;
}
.navbar-expand-xl .navbar-nav .nav-link {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding-right: 10px;
  padding-left: 10px;
  color: #0a0a0a;
  display: flex;
  align-items: center;
  gap: 5px;
}
.navbar-expand-xl .navbar-nav .nav-link.active {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #179bd7;
  position: relative;
}
.navbar-expand-xl .navbar-nav .nav-link.active::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #179bd7;
  border-radius: 50%;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%);
}
.navbar .dropdown-toggle::after {
  display: none;
}
.navbar .dropdown-toggle img {
  width: 9px;
}
.navbar .dropdown-toggle .flagIcon {
  width: 20px;
}
.searchMain {
  height: 48px;
  background: #f5f5f5;
  box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: flex;
  margin-left: 20px;
}
.searchMain input {
  background: transparent;
  border: none;
  border-radius: 0px;
  height: 48px;
}
.searchMain input::placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #757575;
}
.searchMain button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 57px;
  height: 48px;
  background: #179bd7;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: white;
  border: none;
}
.searchMain button:hover {
  background-color: #179bd7;
}
.navbar-toggler {
  position: absolute;
  right: 40px;
  top: 16px;
}
/***************
    BANNER 
****************/
.banner {
  background-image: url(/img/banner.png);
  background-size: cover;
}
.banner h1 {
  font-family: "Poppins";
  font-weight: 800;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  margin-top: 56px;
  margin-bottom: 20px;
}
.transparentBg {
  background: rgb(244 246 252 / 86%);
  width: 100%;
  /* backdrop-filter: blur(239px); */
  border-radius: 20px;
  padding: 20px 45px 20px;
  margin-bottom: 50px;
}
.nav-pills {
  background-color: white;
  border-radius: 20px;
}
.nav-pills .nav-item {
  width: 50%;
}
.nav-pills .nav-link svg {
  width: 25px;
  margin-right: 10px;
}
.nav-pills .nav-link svg > path {
  fill: black !important;
}
.nav-link.active svg > path {
  fill: white !important;
}
.nav-pills .nav-link {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
  height: 65px;
  text-align: center;
  width: 100%;
  color: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-pills .nav-link.active {
  background-color: #179bd7;
  border-radius: 20px;
  width: 100%;
}

.cell-1 {
  border-collapse: separate;
  border-spacing: 0 4em;
  background: #ffffff;
  border-bottom: 5px solid transparent;
  /*background-color: gold;*/
  background-clip: padding-box;
}

thead {
  background: #dddcdc;
}

.table-elipse {
  cursor: pointer;
}

#demo {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.row-child {
  background-color: #000;
  color: #fff;
}
thead {
  background: transparent;
}
:is(.transparentBg, .service) table {
  border-collapse: separate;
  border-spacing: 0 10px;
}

:is(.transparentBg, .service) table tr td {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #2e384d;
  vertical-align: middle !important;
  text-align: left;
}
.row-child {
  background-color: #fff;
}
.row-child td {
  color: #2e384d;
}
.cell-1 td a {
  color: #2e384d;
}
:is(.transparentBg, .service) table tr td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 50px;
}
:is(.transparentBg, .service) table tr th:first-child {
  padding-left: 50px;
}
:is(.transparentBg, .service) table tr th:last-child {
  padding-right: 50px;
}

:is(.transparentBg, .service) table tr td:last-child {
  padding-right: 50px;
}
:is(.transparentBg, .service) table tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
:is(.transparentBg, .service) table tr td img {
  width: 30px;
  margin-right: 10px;
}
:is(.transparentBg, .service) table tr th {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  text-align: left;
}
.arrowDown {
  width: 10px !important;
  margin-left: 7px;
}

.gray {
  height: 146.12px;
  width: 100%;
  background: #d9d9d9;
  margin-bottom: 30px;
}
.cencelled a {
  color: #ff4600 !important;
}
.landed a {
  color: #309e3a !important;
}
.enRoute a {
  color: #fbb040 !important;
}
.m-top {
  margin-top: 45px;
  margin-bottom: 45px;
}

.empty-section {
  height: 225px;
}

.arrival-button {
  background: #f4f6fc;
  opacity: 0.9;
  /* filter: blur(4px); */
  /* backdrop-filter: blur(239px); */
  /* Note: backdrop-filter has minimal browser support */
  border: 1px solid #179bd7;
  border-radius: 4px;
  font-family: "Poppins";
  font-style: normal;
  height: 48px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 150% */

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.011em;

  padding: 6px 25px;
  color: #179bd7;
}
.flight-button {
  background: #179bd7;
  border: 1px solid #179bd7;
  padding: 6px 25px;
  border-radius: 4px;
  font-family: "Poppins";
  font-style: normal;
  height: 48px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.011em;

  color: #ffffff;
  /* Shadow 1 */

  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
}

.service {
  padding: 60px;
}

.service .heading {
  margin: auto;
}

.service .heading h3 {
  text-align: center;
}

.service .heading span {
  color: #179bd7;
}

.icons {
  padding: 40px 0px;
}

.flights h5 {
  text-align: center;
  padding-top: 10px;
}

.flights img {
  display: block;
  margin: auto;
}

.flights p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.006em;
  color: #616161;
}

.about .bannerimg img {
  width: 100%;
}

.hires {
  padding: 60px 20px 20px;
}

.hires .heading {
  margin: auto;
}

.hires .heading h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  /* identical to box height, or 122% */

  text-align: center;
  letter-spacing: -0.022em;

  color: #000000;
}
.service .heading p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #0a0a0a;
  text-align: center;
}
.hires .heading p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  /* identical to box height, or 140% */

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.017em;

  /* Neutral/100 */

  color: #0a0a0a;
}

.hires .heading span {
  color: #179bd7;
}

.about-content h3 {
  padding-bottom: 15px;
}

.contact-info {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}

.contact-info p {
  font-size: 16px;

  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */

  letter-spacing: -0.011em;

  /* Neutral/100 */

  color: #0a0a0a;
  padding-left: 20px;
}

.about h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  /* identical to box height, or 122% */
  padding-bottom: 15px;
  letter-spacing: -0.022em;
  color: #000000;
}

.map img {
  width: 100%;
}

.about .about-content h3 {
  text-align: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  letter-spacing: -0.022em;
  color: #000000;
}
.about .about-content h3 span {
  color: #179bd7;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
}

.about .about-content p {
  text-align: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  /* or 150% */

  text-align: center;
  letter-spacing: -0.011em;

  /* Neutral/100 */

  color: #0a0a0a;
}

.about .arrow img {
  float: right;
  height: 22px;
  width: 22px;
  transform: translate(-15px, 0px);
}

.about .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  bottom: -40px;
  z-index: 15;
  display: -ms-flexbox;
  /* color: red; */
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.about .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #179bd7;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transition: opacity 0.6s ease;
}

.news-letter {
  background: linear-gradient(
      0deg,
      rgba(10, 10, 10, 0.85),
      rgba(10, 10, 10, 0.85)
    ),
    url(.jpg);
  padding: 50px 0px;
}

.news-letter h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  /* identical to box height, or 122% */

  text-align: center;
  letter-spacing: -0.022em;
  text-transform: capitalize;

  /* Neutral/10 */

  color: #ffffff;

  /* Inside auto layout */

  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.news-letter p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */

  text-align: center;
  letter-spacing: -0.011em;

  /* Neutral/40 */

  color: #e0e0e0;

  /* Inside auto layout */

  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

/* CAR RENTAL */

.car-rental_banner {
  background-image: url(/img/car-rental-bg.png);
  background-size: cover;
  padding: 50px 0px;
}

.car-rental_banner h1 {
  font-family: "Poppins";
  font-weight: 800;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 10px;
}

.car-rental_banner p {
  margin: 0px;
  padding-left: 20px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.022em;
  color: #ffffff;
}

.car-rental_banner p span {
  color: #f79e1b;
}

.car-rental {
  margin-top: 20px;
}

.car-rental h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 44px;
  /* identical to box height, or 157% */

  letter-spacing: -0.022em;
  text-transform: capitalize;

  color: #2e384d;
}

.car-rental .search-button {
  width: 100%;
}

.car-rental .search-button button {
  background: #179bd7;
  border: 1px solid #179bd7;
  padding: 6px 25px;
  border-radius: 4px;
  height: 48px;
  font-family: "Poppins";
  margin-top: 30px;
  font-style: normal;
  width: 100%;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.011em;

  color: #ffffff;
  /* Shadow 1 */

  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
}

.car-rental .location {
  display: flex;
}

.car-rental .location input {
  background: #ffffff;
  border: 1px solid rgba(46, 91, 255, 0.08);
  box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.07),
    0px 1.75302px 4.25733px rgba(0, 0, 0, 0.035);
  border-radius: 10px;
  width: 100%;
  padding: 10px;
}

/* The container */
.checkboxContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 15px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.checkboxContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxContainer input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxContainer .checkmark:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkboxContainer {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 11px !important;
  line-height: 28px;
  padding-left: 32px !important;
  /* identical to box height, or 175% */

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.017em;
  text-transform: capitalize;
}

.car-rental .PickUpLocation label {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  padding: 13px 0px;
  line-height: 24px;
  /* identical to box height */

  letter-spacing: 1.12px;
  margin-bottom: 0px;
  text-transform: uppercase;

  color: #000000;
}

.car-rental .PickUpLocation .date-picker input {
  width: 100%;
  padding: 10px;
  background: transparent;
  border: none;
  border-radius: 10px;
  position: relative;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height */

  color: #2e384d;
}
/* input[type="date"]::-webkit-calendar-picker-indicator { position: absolute; left: -5px;color:#179bd7; }
input::-webkit-datetime-edit { position: relative; left: -5px;color:#179bd7; }
input::-webkit-datetime-edit-fields-wrapper { position: relative; left: -5px;color:#179bd7; } */
input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

/* CAR RENTAL */
.date-picker img {
  width: 22px;
}
.date-picker .input-group-text {
  background: transparent;
  border: none;
}
.date-picker .input-group {
  background: #ffffff;
  border: 1px solid rgba(46, 91, 255, 0.08);
  box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.07),
    0px 1.75302px 4.25733px rgba(0, 0, 0, 0.035);
  border-radius: 6px;
  padding: 5px 5px;
}
.date-picker .input-group select {
  border: 0;
  border-left: 2px solid #00000040;
  padding-left: 14px;
  padding-right: 5px;
  background: white;
}

.PickUpLocation .checkbox span {
  padding-left: 5px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.017em;
  text-transform: capitalize;

  /* Neutral/100 */

  color: #0a0a0a;
}

/* Terminals */

.terminals {
  padding: 50px 0px 0px;
}

.terminals .title {
  background: #179bd7;
  opacity: 0.9;
  text-align: center;
  padding: 20px;
  /* Note: backdrop-filter has minimal browser support */

  border-radius: 20px;
}

.terminals .content {
  background-color: #f4f6fc;
  align-items: center;
  border-radius: 20px;
}

.terminals .content .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  gap: 20px;
}

.terminals .content h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 21px;
  /* identical to box height */

  letter-spacing: 1.12px;
  text-transform: uppercase;

  color: #000000;
}

.terminals .content p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  /* identical to box height */

  color: #2e384d;
}

.terminals .content span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  /* identical to box height */

  text-decoration-line: underline;
  text-transform: capitalize;

  color: #179bd7;
}

.terminals .title h3 {
  text-transform: uppercase;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  /* identical to box height, or 140% */

  text-transform: uppercase;

  color: #ffffff;
}

.terminals .title span {
  float: right;

  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  /* identical to box height, or 140% */

  text-transform: uppercase;

  color: #ffffff;
}

.terminals .service {
  margin: 30px 0px;
  padding: 0px;
  background-color: #f4f6fc;
  border-radius: 20px;
}

.terminals .service .contents {
  align-items: center;
  border-radius: 20px;
  padding: 20px;
}

.terminals .service .contents p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  color: #2e384d;
}

.terminals .service .contents .contentss ul li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;

  color: #2e384d;
}

.terminals .service .contents .contentss p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;

  color: #2e384d;
}

.terminals .service .title {
  background: #179bd7;
  opacity: 0.9;
  text-align: center;
  padding: 20px;
  /* Note: backdrop-filter has minimal browser support */

  border-radius: 20px;
}

.terminals .contact-details {
  padding: 0px;
  margin: 30px 0px;
  background-color: #f4f6fc;
  border-radius: 20px;
}

.terminals .contact-details .contents {
  padding: 20px;
}

.terminals .contact-details p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #2e384d;
}

.terminals .contact-details h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;

  color: #179bd7;
}

.terminals .contact-details h5 span {
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  color: #2e384d;
}

.terminals .contact-details p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  padding-top: 20px;
  color: #2e384d;
}

.terminals .transportation {
  background-color: #f4f6fc;
  align-items: center;
  border-radius: 20px;
}

.terminals .interterminal {
  background-color: #f4f6fc;
  align-items: center;
  border-radius: 20px;
}

.interterminal .contents {
  padding: 20px;
}

.interterminal .contents p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  color: #2e384d;
}

.terminals .transportation .title {
  background: #179bd7;
  opacity: 0.9;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
}

.terminals .transportation h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  color: #000000;
}

.terminals .transportation p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  color: #2e384d;
}

.terminals .transportation_detail {
  padding: 20px 0px;
}

.terminals .transportation .contents {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 0px 20px;
  padding-bottom: 0px;
}

.terminals .transportation span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-decoration-line: underline;
  text-transform: capitalize;
  color: #179bd7;
}

.InternationalDrivers {
  padding: 50px 0px;
}

.InternationalDrivers img {
  width: 100%;
  padding-top: 20px;
}

.InternationalDrivers .content h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  padding-top: 20px;
  line-height: 40px;
  /* or 122% */

  letter-spacing: -0.022em;

  color: #000000;
}

.InternationalDrivers .content p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  padding: 20px 0px;
  line-height: 21px;
  color: #2e384d;
}

.InternationalDrivers .content h4 span {
  color: #179bd7;
}

.InternationalDrivers .content .order-button {
  background: #179bd7;
  border: 1px solid #179bd7;
  padding: 6px 50px;
  margin-top: 20px;
  border-radius: 4px;
  font-family: "Poppins";
  font-style: normal;
  height: 48px;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.011em;
  color: #ffffff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
}

/* Terminals */

/* Keystates */
.keystates {
  padding: 50px 0px;
  background-color: #179bd7;
}

.keystates .keystate-heading h4 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  width: 200px;
  margin: auto;
}
.keystates .info-heading h4 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  width: 320px;
  margin: auto;
}

.keystates .top-card {
  padding: 20px;
  background-color: #f4f6fc;
  opacity: 0.9;
  border-radius: 20px;
  margin-top: 30px;
}

.keystates .top-card .no-of-flights {
  text-align: center;
}

.keystates .top-card .no-of-flights h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  color: #0faa6d;
  font-size: 22px;
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 8px;
}
.keystates .top-card .no-of-flights p {
  color: #616161;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
}
.keystates .top-card .no-of-country {
  text-align: center;
}

.keystates .top-card .no-of-country h3 {
  color: #e83e8c;
  font-size: 25px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 8px;
}
.keystates .top-card .no-of-country p {
  color: #616161;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
}
.keystates .top-card .top-airlines {
  text-align: center;
}

.keystates .top-card .top-airlines h3 {
  color: #14b0bf;
  font-weight: 700;
  font-size: 22px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 8px;
}
.keystates .top-card .top-airlines p {
  color: #616161;
  font-family: "Poppins";
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
}
.keystates .top-card .top-destinations {
  text-align: center;
}

.keystates .top-card .top-destinations h3 {
  color: #e9ca0f;
  font-size: 22px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 8px;
}
.keystates .top-card .top-destinations p {
  color: #616161;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

.keystates .top-right-card {
  background-color: #f4f6fcd6;
  border-radius: 20px;
  margin-top: 30px;
}

.top-destination p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  margin: 0px;
  padding: 13px;
  color: #444444;
  padding-left: 10%;
}

.top-destination h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  margin: 0px;
  padding: 10px;
  line-height: 21px;
  flex-basis: 50%;
  color: #21252e;
}

.top-destination b {
  font-weight: 600;
}

.top-destination .d-flex:nth-child(even) {
  background: #fbfbfe;
}

/* .top-destination p:nth-child(even) {
  background: lightgreen;
} */

/* Keystates */

/* Footer */

.footer {
  padding: 50px 0px;
  background-color: #d6f2ff;
}

.footer .logo {
  display: flex;
  align-items: center;
}

.footer .logo h5 {
  padding-left: 10px;
  margin: 0px;
}

.footer .description p {
  /* Text L/Regular */

  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
  max-width: 90%;
  /* or 150% */

  letter-spacing: -0.011em;

  /* Neutral/100 */

  color: #0a0a0a;
}

.footer .heading h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  padding-bottom: 30px;
  margin: 0px;
  font-size: 18px;
  line-height: 28px;
  /* identical to box height, or 140% */

  letter-spacing: -0.017em;

  /* Neutral/90 */

  color: #404040;

  /* Inside auto layout */

  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.footer .heading .menu p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 150% */

  letter-spacing: -0.011em;

  /* Neutral/90 */

  color: #404040;

  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
}

.footer .policies {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.footer .policies p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
  /* identical to box height, or 143% */

  letter-spacing: -0.006em;

  /* Neutral/70 */

  color: #757575;
}

.footer .social-Links {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  margin-top: 10px;
}

/* Footer */

/* flight_Page */
.flights_banner {
  background-image: url(/img/flight-bg.png);
  background-size: cover;
  padding-bottom: 20px;
}

.flights_banner h1 {
  font-family: "Poppins";
  font-weight: 800;
  font-size: 30px;
  color: #ffffff;
  text-align: start;
  margin-top: 56px;
  margin-bottom: 20px;
}

.search-flight {
}
.search-flight h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 5px;
  line-height: 28px;

  color: #0a0a0a;
}
.search-flight input {
  height: 48px;
  border-radius: 6px;
  margin-bottom: 10px;
  border: none;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #a7abb4;
}
.search-flight input::placeholder {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #a7abb4;
}
.search-flight .input-group {
  height: 48px;
  background: #ffffff;
  border-radius: 6px;
  padding-right: 5px;
}

.select-from {
  padding-top: 10px;
}

.select-from select {
  height: 48px;
  width: 100%;
  border: none;
  padding: 0px 15px;
  background: #ffffff;
  border-radius: 6px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #a7abb4;
}

.select-from .filter {
  padding-top: 20px;
}

.select-from .filter p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.011em;
  color: #0a0a0a;
  margin-top: 12px;
}

.filter input {
  height: 48px;
  border-radius: 6px;
  margin-bottom: 20px;
  border: none;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #a7abb4;
}
.filter input::placeholder {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #a7abb4;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  padding-right: 20px;
  line-height: 20px;
  margin: 0px;
  display: inline-block;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #2e384d;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #179bd7;
  border-radius: 100%;
  background: #fff;
  /*   background:#179BD7; */
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #179bd7;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.search-flight-btn {
  background: #179bd7;
  text-align: center;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  display: flex;
  width: 100%;
  margin-top: 20px;
  justify-content: center;
  padding: 14px 50px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  border: none;
}
.search-flight-btn img {
  margin-right: 10px;
}
.filterTop {
  margin-top: 32px;
}

.bussiness-tour {
  padding-top: 20px;
  padding-bottom: 70px;
}

.bussiness-tour img {
  width: 100%;
}

.bussiness-tour .content h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  /* or 122% */

  letter-spacing: -0.022em;

  color: #000000;
}

.bussiness-tour .content p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  padding: 20px 0px;
  line-height: 21px;
  color: #2e384d;
}

.bussiness-tour .content h4 span {
  color: #179bd7;
}

.bussiness-tour .bussiness-cards img {
  width: 70px;
  margin: 10px;
}

.blank {
  margin: 40px 0px;
}

.responsive-tabel {
  background-color: #f4f6fc;
  border-radius: 20px;
  padding: 0px;
}

.responsive-tabel .rounded {
  padding: 0px 20px;
}

.emptysection {
  margin: 15px 0px 30px;
}
.holidayPlanning img {
  max-width: 70px;
  margin: 30px 0px 0px !important;
}
.input-group-prepend {
  margin-right: 0px;
}
/* carhire */

.car-rental_banner .transparentBg {
  background: rgb(244 246 252 / 86%);
  width: 100%;
  /* backdrop-filter: blur(239px); */
  border-radius: 20px;
  padding: 20px 45px 20px;
  margin-bottom: 0px;
}

.transparentBg .logo,
.transparentBg .stars {
  text-align: center;
}

.transparentBg .stars .checked {
  color: #179bd7;
  font-size: 40px;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.transparentBg .stars p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 44px;
  /* identical to box height, or 157% */

  letter-spacing: -0.022em;
  text-transform: capitalize;

  color: #2e384d;
}

.best-rated-list {
  margin: 20px 0px;
  background-color: #fff;
  border: 1px solid rgba(46, 91, 255, 0.08);
  box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.07),
    0px 1.75302px 4.25733px rgba(0, 0, 0, 0.035);
  border-radius: 10px;
  padding: 7px 10px;
}

.best-rated-list .list {
  display: flex;
  justify-content: space-between;
}

.best-rated-list .list p {
  color: #2e384d;
  font-family: "Poppins";
  font-style: normal;
  padding: 0px 15px;
  font-weight: 700;
  font-size: 14px;
}

.transparentBg h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #2e384d;
}

.car-rental .marquee {
  margin: 0px;
  padding: 20px 0px;
  background-color: #2da4da;
  margin-top: 50px;
}

.car-rental .marquee img {
  display: flex;
  margin: auto;
  max-width: 100px;
}
.car-rental .marquee img.masterCard {
  max-width: 70px;
}
.car-rental-carousel {
  padding: 50px 0px;
}

.car-rental-carousel .about-content h3 {
  width: 550px;
  margin: auto;
}

.natioanl-hours .content {
  padding: 50px 0px;
  width: 100%;
  padding: 20px 45px 40px;
  margin-bottom: 0px;
}

.natioanl-hours img {
  width: 100%;
  background: #179bd7;
  opacity: 0.7;
  border-radius: 20px;
}

.natioanl-hours .content {
  padding: 50px 0px;
  background: rgb(244 246 252 / 86%);
  width: 100%;
  border-radius: 20px;
  padding: 0px;
  margin-bottom: 0px;
}

.natioanl-hours .content h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  border-bottom: 1px solid #00000078;
  font-size: 23px;
  padding: 20px 30px 10px;
  line-height: 44px;
  /* or 157% */

  letter-spacing: -0.022em;
  text-transform: capitalize;

  color: #2e384d;
}
.natioanl-hours h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
}
.natioanl-hours h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #2e384d;
  margin-bottom: 0px;
}
.natioanl-hours .content h4 span {
  color: #179bd7;
}

.content-heading {
  padding: 10px 20px 20px;
}

.content-heading .content-details {
  background: #ffffff;
  border: 1px solid rgba(46, 91, 255, 0.08);
  box-shadow: 0px 14px 34px rgb(0 0 0 / 7%),
    0px 1.75302px 4.25733px rgb(0 0 0 / 4%);
  border-radius: 10px;
  padding: 15px 0px;
  margin-top: 10px;
}

/* carhire */

/*
                          JFK AIRPORT 
***/
.jfkAirport {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  color: #2e384d;
  text-align: center;
}
.jfkAirport span {
  color: #179bd7;
}
.container {
  padding: 0px 20px;
}
.searchRow {
  background: #179bd7;
}
.searchRow .input-group {
  background: #ffffff;
  border-radius: 6px;
  padding: 5px;
}
.searchRow img {
  width: 25px;
  margin-left: 10px;
}
.searchRow input {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #2e384d85;
}
.searchRow input:focus {
  box-shadow: none;
}
.searchRow input::placeholder {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #2e384d;
  opacity: 0.5;
}
.daterangepicker.show-calendar .drp-buttons {
  display: none !important;
}
.datePicker {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 6px;
}
.searchRow button {
  background: #34a853;
  border: 1px solid #ffffff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  width: 100%;
  height: 44px;
}
.bookAHotelRow {
  background: #179bd7;
}
.bookAHotelRow h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  color: #ffffff;
}
.customCard {
  background: #f5f7fc;
  border-radius: 20px;
  padding: 20px;
}
.customCard h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #1f3347;
  margin-top: 20px;
}
.rating {
  margin-top: 25px;
  gap: 5px;
}
.customCard .mainFlex {
  justify-content: space-between;
  gap: 5px;
}
.fa-star.checked {
  color: #fbb040;
}
.customCard .location,
.customCard .clock {
  gap: 10px;
  align-items: center;
}
:is(.location, .clock) img {
  width: 15px;
}
.customCard .location h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #0a0a0a;
  margin-bottom: 0px;
}
.customCard .clock h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #2e384d;
  margin-bottom: 0px;
}
.customCard .features li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #179bd7;
}
.customCard .features ul {
  padding-left: 10px;
  margin-top: 20px;
}
.viewBtn {
  background: #179bd7;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  border: none;
  width: 100%;
  height: 38px;
}

#pagination {
  margin: 0;
  padding: 0;
  text-align: center;
}

#pagination li {
  display: inline;
}

#pagination li a {
  border-radius: 4px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  height: 32px;
  width: 32px;
}

#pagination li a {
  display: inline-block;
  text-decoration: none;
  padding: 4px 10px;
  color: #9a9ab0;
}

#pagination li a.active {
  background-color: #179bd7;
  color: #fff;
}
.faqMain h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  color: #2e384d;
}
.faqMain h1 span {
  color: #179bd7;
}
.faqMain h5[aria-expanded="true"] i {
  transform: rotate(180deg);
}
.faqMain .card {
  border: none;
}
.faqMain .card-header {
  background-color: transparent;
}
.faqMain h5 button {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  text-align: left;
  font-size: 18px;
  color: #2e384d;
  text-decoration: none !important;
}
.faqMain h5 button:hover {
  color: #179bd7;
}
.activeAcord.card {
  background: #f7f7f7;
  border-radius: 9px;
  padding: 0px 20px;
}
.activeAcord h5 button {
  color: #179bd7;
}
.activeAcord .card-header {
  border-bottom: none;
}
.faqMain .card .card-body p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #606470;
}
.faqMain .card .card-body ul li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #179bd7;
}
.carousel-control-next {
  top: unset !important;
  opacity: 1 !important;
  width: unset !important;
  bottom: -20px !important;
}
.airportCode {
  padding-top: 15px;
}
.plugType {
  padding-bottom: 15px;
}
.best-rated-list img {
  width: 24px;
}
.viewMap button {
  background: #ffffff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #179bd7;
  border: none;
  width: 50%;
  height: 48px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.PickUpLocation .searchRow {
  background: transparent;
}
.sliderTitle h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  max-width: 480px;
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.sliderTitle h3 span {
  color: #14b0bf;
}
.leftTitle h3 {
  max-width: 100%;
  text-align: left;
}
.blueBg,
.grayBg {
  background: #179bd7;
  padding: 30px;
  border-radius: 20px;
}
.grayBg {
  background: #f4f6fc;
}
.locatedAt p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-left: 20px;
}
.locatedAt .grayBg p {
  color: #0a0a0a;
}
.blueBackground {
  background: url(/img/listBg.png);
  background-size: cover;
}
.viewAll {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #179bd7;
  text-decoration: underline;
}
.leftTitle p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #0a0a0a;
  margin-top: 20px;
  margin-bottom: 0px;
}
.listOfCars .card {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  border: none;
}
.listOfCars .card .d-flex img {
  width: 75px;
}
.listOfCars .card .d-flex p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #2e384d;
}
.listOfCars .card button {
  background: #179bd7;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  border: none;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  height: 40px;
}

.productImg img {
  border-radius: 10px;
}
.listOfCars h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #1f3347;
}
.carfeature {
  text-align: center;
}
.carfeature p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #0a0a0a;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
}
.carfeature img {
  width: 30px !important;
}
.carfeature img.petrol {
  width: 25px !important;
}
.carseprator {
  width: 2px;
  background: #00000033;
  height: 50px;
}
.rentalCars.blueBackground #pagination li a {
  color: white !important;
}
.rentalCars.blueBackground #pagination li a.active {
  background-color: white;
  color: #179bd7 !important;
}
.rentalCars.blueBackground #pagination {
  margin-top: 0px !important;
}
.whiteBackground .card {
  background: #f5f7fc;
}
.whiteBackground #pagination {
  margin-top: 0px !important;
}
.pickUpDropOff h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #2e384d;
}
.pickUpDropOff h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #2e384d;
}
.pickUpDropOff p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #0a0a0a;
  margin-bottom: 8px;
}
.pickUpDropOff a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #179bd7;
}
.pickUpDropOff button {
  background: #179bd7;
  border: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  width: 140px;
  height: 40px;
  margin-top: 5px;
}
.pickUpDropOff {
  background: #f4f6fc;
  border-radius: 15px;
  text-align: center;
  padding: 20px;
}
.pickUpDropOff img {
  width: 150px;
}
.natioanl-hours.pickUpDropOff h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  color: #000000;
}
.content-heading .col-4 h6 {
  border-right: 1px solid #00000052;
}
.info {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #0a0a0a;
  text-align: left;
  padding: 10px 20px 10px;
}
.blueColor {
  background-color: #179bd7;
}
.blueColor h5 {
  color: white !important;
}
.blueColor h6 {
  color: #2e384d !important;
}
.blueColor .info {
  color: white;
}
.itemImg {
  width: 17px !important;
  border-radius: 0px !important;
  background-color: transparent !important;
  margin-right: 10px;
}
.enterprise img {
  background: transparent;
  margin-right: 20px;
  width: 100px;
}
.enterprise {
  text-align: left !important;
}
.enterprise h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #2e384d;
}
.stars .checked {
  color: #179bd7;
}
.stars .fa {
  font-size: 25px;
}
.stars .fa {
  margin-right: 10px;
}
.transfer {
  width: 40px;
}
.transferInfo img {
  width: 50px;
}
.transferInfo h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0px;
  line-height: 17px;
}
.transferInfo .flex-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-basis: 33.33%;
}
.transferInfo {
  max-width: 800px;
}

.airportTransfers.about h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  color: #000000;
  text-align: left;
}
.airportTransfers.about p {
  text-align: left;
}
.airportTransfers.about .carousel-indicators {
  justify-content: start;
  margin-left: 3%;
}
.trainMain {
  justify-content: center;
  align-items: center;
}
.trainMain h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  margin-top: 20px;
}
.trainMain.black h6 {
  color: #2e384d;
}
.whiteCard {
  background: #ffffff;
  box-shadow: 0px 20px 60px rgba(123, 122, 152, 0.1);
  border-radius: 10px;
  padding: 20px;
}
.whiteCard .fa-star.checked {
  color: #fbb040 !important;
  font-size: 15px;
  margin-right: 3px;
}
.whiteCard p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #7b7a98;
  margin-left: 0px;
  margin-top: 10px;
}
.whiteCard h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #3a3959;
  margin-bottom: 0px;
}

.whiteCard h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #c0bfd1;
  margin: 0px;
}
.whiteCard h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  color: #179bd7;
}
.whiteCard h2,
.sceduled {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
}
.whiteCard h2.webBlue {
  color: #179bd7;
}
.f-w-500 {
  font-weight: 500 !important;
}
.reviews .blueBg {
  position: absolute;
  width: 90%;
  top: 0;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0px);
}
.searchRow.arrivals button {
  background: #ffffff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #179bd7;
}
.searchParking {
  max-width: 1000px;
  margin: 0 auto;
}
.search-flight-btn a {
  color: white;
}
.breadcrum h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #2e384d;
  margin-bottom: 0px;
  margin-left: 10px;
}
.breadcrum img {
  width: 20px;
}
.breadcrum h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0px;
  color: #179bd7;
  margin-left: 10px;
}
.blueInfo h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 0px;
  margin-left: 10px;
}
.blueInfo {
  justify-content: center;
}
.departureArrival .whiteCard h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #0a0a0a;
  margin-bottom: 0px;
  line-height: 30px;
}
.departureArrival .whiteCard img {
  width: 30px;
  margin-right: 10px;
}
.departureBorder {
  border-right: 1px solid #00000066;
}
.departureArrival h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  text-align: center;
}
.departureArrival p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #2e384d;
  text-align: center;
}
.departureDetail h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #179bd7;
  margin-bottom: 0px;
}
.departureDetail p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16;
  color: #2e384d;
  margin-top: 5px;
}
.flightInformation h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: #000000;
  text-transform: uppercase;
}
.flightInformation h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #2e384d;
  margin-bottom: 0px;
  width: 50%;
  padding: 7px;
}
.flightInformation p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #21252e;
  margin-bottom: 0px;
  padding: 7px;
  width: 50%;
}
.informationDetailItem {
  flex-basis: 20%;
}
.seperator {
  width: 1px;
  background-color: #00000033;
}
.highlighted {
  background: #fbfbfe;
}
.informationDetailItem .d-flex {
  gap: 20px;
}
.arrowDown {
  cursor: pointer;
}
