.booking-heading,
.dropdown-item,
.dropdown-menu a,
.main-heading,
.nav-link,
.service-img-div h2,
.service-main-heading {
  font-family: Arial, Helvetica, sans-serif;
}
.contact-inputs,
.message-btn:focus,
.modal-cancel-btn,
.modal-closs-btn,
.modal-closs-btn:hover,
.read-btn,
.read-btn:hover {
  box-shadow: none !important;
}
.nav-link {
  font-size: 16px !important;
}

.luggage-btns::before,
.modal-content .modal-body .card-body button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  background-color: #000;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.modal-content .modal-body .card-body button::before {
  background-color: #a6a6a6;
}
.luggage-btns::after,
.modal-content .modal-body .card-body button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0;
  border: 2px solid #fff;
  border-top: none;
  transition: 0.3s ease-in-out;
}
.nav-link.active,
.nav-link:hover {
  transition: 0.5s ease-in-out;
  color: #fff !important;
}
.luggage-btns:focus::after,
.luggage-btns:focus::before,
.luggage-btns:hover::after,
.luggage-btns:hover::before,
.modal-content .modal-body .card-body button:focus::after,
.modal-content .modal-body .card-body button:focus::before,
.modal-content .modal-body .card-body button:hover::after,
.modal-content .modal-body .card-body button:hover::before {
  width: 100%;
  height: 50%;
}
.navbar {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  transition: 0.5s;
  background-color: #bfbfbf;
}
.dropdown-item,
.nav-link {
  font-weight: 700 !important;
  transition: 0.5s ease-in-out !important;
  color: #000 !important;
  background-color: #bfbfbf;
}
.logo a {
  margin: 0;
}
.nav-link {
  padding: 20px !important;
  margin: 0 !important;
}
.nav-link.active {
  background: #656565;
  background: linear-gradient(45deg, #656565 50%, #a7a7a7 50%);
}
.dropdown-item {
  background-color: transparent !important;
  font-size: 18px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-right: 10px !important;
}
.dropdown-item:hover {
  background: #1f1b1c;
  background: linear-gradient(180deg, #1f1b1c00 34%, #fff 100%);
}
.dropdown-item:focus {
  background-color: transparent !important;
  color: #fff !important;
}
.dropdown-item.active {
  color: #fff !important;
  background: #656565;
  background: linear-gradient(45deg, #656565 50%, #a7a7a7 50%);
}
.dropdown-toggle {
  color: #fff;
  border: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-menu {
  background-color: #000;
  display: none;
  position: absolute;
  padding-bottom: 0;
  z-index: 1;
}
.ABOUT-CONTENT-DIV,
.form-div,
.station-img-div h2,
.station-img-div img {
  position: relative;
}
.dropdown-menu a {
  color: #fff !important;
  text-decoration: none;
  display: block;
}
.app-div a,
.call-icon-link,
.contact-links,
.contact-para,
.head-social-icons a,
.head-social-icons span,
.main-404-div a,
.privacy,
.station-img-div h2 a {
  text-decoration: none !important;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.navbar-toggler {
  background-color: #fff;
  border: none;
  padding: 4px 8px;
}
.navbar-dark .navbar-toggler-icon {
  filter: brightness(0);
}
.call-icon-link {
  z-index: 999999999 !important;
}
.call-icon-link:hover {
  color: #967027;
}
.app-icons-div {
  list-style-type: none;
  padding: 18px 0;
}
.app-icons img,
.app-icons-div img,
.icon-div img {
  filter: brightness(0) invert(1) !important;
}
.head-social-icons {
  list-style-type: none;
  padding: 10px;
  color: #fff !important;
}
.head-social-icons span {
  color: #fff !important;
  font-size: 20px;
}
.header-section {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: #000 !important;
}
@media screen and (max-width: 780px) {
  .about-header-section,
  .header-section,
  .inner-section {
    background: #000 !important;
  }
  .about-header-opacity {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
.header-section-opacity {
  padding-top: 20px;
  padding-bottom: 20px;
}
.main-heading {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  margin: 0 !important;
  padding-top: 50px !important;
  font-variant-caps: all-petite-caps;
  text-align: center !important;
}
.booking-heading,
.service-img-div h2 {
  padding: 10px;
  background-color: #fff;
  color: #000;
  margin: 0;
  display: inline-block;
  position: relative;
}
.main-heading-hr {
  border: 4px solid #fff;
  border-radius: 20px;
  width: 215px;
}
.booking-heading {
  font-weight: 700;
  font-size: 25px;
  top: -25px;
  transform: translate(0, -2px);
}
.form-div {
  background-color: rgba(0, 0, 0, 0.301) !important;
  padding: 10px 5px;
  margin: 0;
  border: 2px solid #fff;
}
.form-control,
.get-quotes-btn {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.header-detail {
  background-color: #000;
  padding: 12px;
  color: #fff !important;
  border-bottom: 3px solid #000;
}
.about-main-heading,
.contact-labels,
.form-control,
.get-quotes-btn,
.station-img-div h2 a {
  color: #000 !important;
}
.header-detail-headings {
  font-size: 20px;
  color: #000 !important;
  margin: 0;
}
.get-quotes-btn {
  font-weight: 700 !important;
  background-color: #7e7e7ea6 !important;
  border-color: #000;
}
.get-quotes-btn:hover {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}
::placeholder {
  color: #000 !important;
}
.form-control {
  border-color: #000 !important;
  background-color: #ffffffa6;
}
.input-group-text {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 0;
}
.main-headings {
  color: #fdfdfd !important;
  font-weight: 700;
}
.service-section {
  padding: 48px 0;
  background-color: #000;
}
.service-main-heading {
  transform: rotate3d(1, 1, 1, 300deg);
  padding: 20px 0;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  text-align: center;
}
.airport-img-div img,
.service-img-div,
.station-img-div img {
  padding: 15px;
  border: 2px solid #fff;
}
.service-img-div h2 {
  font-weight: 700;
  font-size: 15px;
  top: 43px;
  transform: translate(0, -10px);
}
.airport-headings-div h2,
.station-img-div h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
}
.airport-section,
.station-section {
  padding: 40px 0;
  background-color: #000;
}
.airport-main-heading,
.station-main-heading {
  padding: 20px 0;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
}
.airport-main-heading {
  font-size: 40px;
}
.airport-img-div img {
  background: #323232;
  background: linear-gradient(45deg, #323232 50%, #fff 50%);
}
.airport-headings-div h2 {
  transform: rotate3d(1, 1, 1, 14deg);
  color: #fff;
  text-align: center;
}
.station-img-div h2 {
  margin: 0;
  padding: 10px;
  top: 0;
  transform: translate(0, -10px);
  background-color: #fff;
  display: inline-block;
  color: #000;
}
.about-main-section {
  background-color: #000 !important;
  color: #fff;
}
.ABOUT-CONTENT-DIV {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.read-btn {
  border: solid #fff;
  color: #fff;
  font-weight: 700;
  border-radius: 0 !important;
  transition: 0.4s ease-in-out;
}
.about-inner-heading,
.about-main-heading-index,
.app-div p,
.read-btn:hover {
  color: #fff !important;
}
.read-btn:hover {
  border: solid #373737;
  background-color: #373737 !important;
  font-weight: 700;
}
.about-inner-heading {
  font-size: 35px;
  font-weight: 700;
}
.about-inner-headings {
  font-size: 30px;
  font-weight: 700;
  color: #fff !important;
}
.about-heading,
.about-main-heading {
  text-transform: uppercase !important;
  font-size: 24px;
  font-weight: 700;
}
.about-heading,
.contacts {
  color: #000 !important;
}
.modal-header {
  background-color: #fff;
  color: #fff !important;
}
.modal-footer {
  background-color: #fff;
  color: #fff;
  border-bottom: 4px solid #000;
}
.darkBg,
.fleet-para-ul li,
.fleet-section {
  background-color: #000;
}
.modal-closs-btn {
  border: 2px solid #a0a0a0;
  border-radius: 0;
  color: #000;
  font-weight: 700;
}
.modal-closs-btn:hover {
  border: 2px solid #a0a0a0;
  border-radius: 0;
  color: #fff;
  background-color: #a0a0a0;
  font-weight: 700;
}
.modal-cancel-btn {
  border-top-right-radius: 32px !important;
  border: 2px solid #a0a0a0 !important;
  padding: 2px !important;
}
.fleet-contents-div,
.fleet-para {
  box-shadow:
    0 4px 8px 0 #ffffff33,
    0 6px 20px 0 #ffffff30 !important;
}
.modal-cancel-btn:focus {
  outline: transparent !important;
  border: transparent !important;
}
.fleet-contents-div {
  padding-bottom: 40px;
  padding-top: 20px;
  z-index: 999;
}
.fleet-para-ul li {
  color: #fff8dc;
  font-size: 14px;
}
.fleet-para-ul span {
  background-color: #fff8dc;
  color: #000;
  font-size: 13px;
  font-weight: 700 !important;
}
.fleet-icons {
  margin-right: 3px;
  margin-left: 10px;
  filter: brightness(0) invert(1);
}
.fleet-row {
  padding: 5% 0;
}
.fleet-main-heading {
  padding: 30px 0 !important;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.fleet-headings {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 20px;
}
.fleet-para {
  display: inline-flex !important;
  font-size: 12px;
  color: #000;
  font-family:
    "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.footer-section-app {
  background-color: #123458;
}
.app-main-heading {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 35px;
  color: #000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.app-div {
  border-radius: 10px;
  color: #000 !important;
}
.app-div a,
.main-404-div a,
.main-para,
.privacy:hover {
  color: #fff;
}
.app-div h2 {
  font-size: 25px;
  color: #fff;
}
.icon-div {
  margin: 10px 0;
}
.footer-ul {
  margin-top: 15px;
  list-style-type: none;
  padding: 0;
  align-items: center;
}
.footer-section {
  border-top: 2px solid #fff;
  color: #fff !important;
  background-color: #000;
  padding-top: 8px;
  font-weight: 700;
}
.privacy {
  color: #ffecec;
}
.contact-header-section {
  background: url(images/contact-header-bg.webp);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.contact-header-opacity {
  padding-top: 40px;
  background-color: #000000cc;
  color: #fff;
}
.inner-pages-content-section {
  padding: 2% 0;
}
.contact-links,
.contact-para {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  transition: 0.3s ease-in-out;
}
.contact,
.contact-headings-span,
.contact-links:hover {
  color: #000;
}
.contact-inputs {
  outline: 0 !important;
  border: transparent !important;
  border-bottom: 2px solid #000 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #000 !important;
  transition: 0.3s ease-in-out !important;
  border-radius: 0 !important;
}
.contact-inputs:focus,
.message-btn:focus {
  border-color: transparent !important;
  color: #000 !important;
}
.contacts,
.contacts a {
  font-size: 20px;
  font-weight: 700;
}
.message-btn,
.message-btn:hover {
  font-weight: 700 !important;
  background-color: transparent !important;
  border-bottom: 2px solid #000 !important;
  color: #000 !important;
}
.message-btn {
  border-radius: 0 !important;
}
.contacts a {
  color: #000 !important;
  text-decoration: none;
}
.about-header-section {
  background: url(images/about-header-bg.webp);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.about-header-opacity {
  padding-top: 140px;
  padding-bottom: 40px;
  background-color: #000000cc;
  color: #fff;
}
.inner-section {
  background: url(images/inner-header-bg.webp);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.inner-section-opacity {
  padding-top: 150px;
  background-color: #000000ad;
  color: #fff;
}
.form-div-inner {
  padding: 2%;
  background-color: #000;
}
.booking-heading-inner {
  color: #fff !important;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
}
.sticky {
  transition: 0.5s;
  background-color: #000;
}
.airport-main-bg,
.privacy-div {
  background-color: #000 !important;
}
.number a {
  color: #fff;
  text-decoration: none;
  margin-left: 8px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.5s;
}
.navbar-brand img {
  max-width: 165px;
}
.number a img {
  width: 24px;
}
.call-icon-link {
  display: none;
}
@media screen and (max-width: 991px) {
  .navbar {
    border-bottom: 1px solid #fff;
    position: relative !important;
  }
  .inner-section-opacity {
    padding-top: 15px;
  }
  .inner-pages-small-heading {
    font-size: 27px !important;
    padding-bottom: 30px !important;
  }
  .navbar-brand img {
    max-width: 150px !important;
  }
  .navbar-nav li:first-child {
    margin-top: 30px !important;
  }
  .header-section-opacity {
    padding-top: 0;
    padding-bottom: 24px;
    width: 100% !important;
  }
  .number,
  .store-icons-div {
    display: none;
  }
  .call-icon-link {
    display: block;
  }
  .main-heading-hr {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .main-heading {
    font-size: 20px !important;
    text-align: center;
    padding-top: 15px !important;
  }
}
.our-app-main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.our-app-main img {
  width: 90%;
  height: 40px;
}
.fleet-para-div {
  margin-top: 20px !important;
}
@media screen and (max-width: 330px) {
  .fleet-para-ul li {
    background-color: #000;
    color: #fff8dc;
    font-size: 14px;
    width: 130%;
    margin-left: -20px;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
  padding: 10px !important;
}
.airport-main img,
.services-main img {
  width: 100%;
}
.airport-main a,
.services-main h2 a {
  text-decoration: none !important;
  color: #fff !important;
}
.airport-main {
  color: #fff !important;
  border: 2px solid #fff;
  padding: 20px;
  margin-top: 20px;
}
.airport-main h2 {
  font-size: 20px;
  margin-top: 10px;
}
.services-main h2 {
  padding-top: 20px !important;
  page-break-inside: avoid !important;
}
.services-main {
  text-align: center !important;
  border: 3px solid #fff;
  margin-top: 20px;
}
.main-404-div {
  text-align: center;
  padding: 40px;
}
.main-404-div h2 {
  font-size: 50px;
  font-weight: 900;
}
.main-404-div a {
  margin-top: 20px;
  width: 100% !important;
  text-decoration: none !important;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 780px) {
  .main-404-div a {
    margin-top: 20px;
    width: 25% !important;
  }
}
@media screen and (max-width: 780px) {
  .main-404-div a {
    margin-top: 20px;
    width: 70% !important;
  }
}
@media screen and (max-width: 380px) {
  .main-404-div a {
    margin-top: 20px;
    width: 100% !important;
  }
  .main-404-div h2 {
    font-size: 50px;
    font-weight: 300;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.privacy-div {
  color: #fff !important;
  text-align: center;
  padding: 10px;
}
.privacy-div a.privacy {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .hero-main {
    background-color: #123458 !important;
    height: 100vh !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .para-main-content {
    background-color: #000;
    padding: 15px !important;
    margin-bottom: -17px !important;
  }
  .hero-content-main,
  .hero-content-main h1,
  .para-main-content {
    color: #fff !important;
  }
  .hero-content-main {
    text-align: center;
  }
  .hero-content-main p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .para-main-content {
    background-color: #000 !important;
    color: #fff !important;
    margin-bottom: -17px !important;
    padding: 15px !important;
  }
  .hero-content-main p,
  .para-main-content h2 {
    font-size: 20px;
  }
  .para-main-content p {
    font-size: 15px !important;
  }
  .hero-main {
    background-color: #123458 !important;
    height: 100vh !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .hero-content-main {
    text-align: center;
    color: #fff !important;
  }
  .hero-content-main h1 {
    font-size: 20px;
    color: #fff !important;
  }
}
.visually-hidden {
  display: none !important;
}

.modal-header button {
	background-color: #123458 !important;
}
body .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover{
    color: #fff !important;
}
.field-hd {
    margin-bottom: 5px;
    text-align: start;
}
.btn:not(:disabled):not(.disabled){
    cursor: pointer;
    color: #fff !important;
}
