#carouselExampleIndicators button span,
.sec-sub-hd,
.service-box,
body {
  position: relative;
}
.logo {
  display: flex;
  justify-content: center;
}
.airport-card:hover .aeroplane-img,
.carousel-indicators .active,
.contact-sec,
.navbar,
.sec-sub-hd::before,
.service-car {
  background-color: #ffc000;
}
.navbar-nav li a::before,
.sec-sub-hd::before {
  border-radius: 50%;
  left: 50%;
  content: "";
  position: absolute;
}
.airports-banner,
.hero-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pb-ic,
.top-info:hover img,
.top-social img {
  filter: brightness(0) invert(1);
}
.bannerFormBody img {
  filter: brightness(0) !important;
}
button.slick-next.slick-arrow {
  display: none !important;
}
.hero-ul {
  list-style-type: none;
}
.plus-img {
  filter: brightness(10) invert(1);
}
.about {
  padding-bottom: 20px !important;
}
.service-img img {
  width: 60px;
  height: auto;
}
.service-car {
  padding: 25px;
  display: grid;
  row-gap: 20px;
}
.call-btn,
.hero-sec-2,
.navbar-brand {
  display: none;
}
.aeroplane-img,
.airport-card,
.service-img,
.top-social {
  display: flex;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  font-size: 18px;
  margin: 5px 0;
  font-weight: 600;
}
.cus-h1,
.cus-hd {
  font-weight: 700;
  color: #000;
}
.service-info {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 30px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 1s;
  opacity: 0;
}
.hover-box:hover .service-info {
  top: 0;
  opacity: 1;
  height: 100%;
}
.service-car img {
  width: 100%;
  height: auto;
}
.service-info .luggage ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hover-box:hover .logo img,
.service-box:hover .sticky .navbar .navbar-brand {
  display: block;
}
.last-para {
  width: 95%;
  text-align: center;
  padding: 0 0 20px;
  font-size: large;
  margin: 0 auto;
}
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none !important;
}
.sec-pad {
  padding: 60px 0 0;
}
.cus-h1 {
  font-size: 32px;
}
.cus-hd {
  font-size: 25px;
  text-transform: capitalize;
}
.sub-cus-hd {
  font-size: 20px;
  text-decoration: underline;
}
.cus-para {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin: 20px 0;
  line-height: 25px;
}
.sec-hd {
  font-size: 60px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}
.sec-sub-hd {
  font-size: 20px;
  color: #717171;
  margin-bottom: 40px;
}
.sec-sub-hd::before {
  width: 7px;
  height: 7px;
  top: -10px;
  transform: translateX(-50%);
}
#header {
  position: absolute;
  width: 100%;
}
.topbar {
  padding: 10px 0;
}
.top-info {
  color: #fff;
  font-weight: 600;
  transition: 0.5s;
}
.top-info img {
  width: 18px;
  height: 18px;
  margin-right: 7px;
  transition: 0.5s;
}
.airport-card:hover .areas-name,
.cusContent h2,
.top-info:hover {
  color: #ffc000;
}
.logo img {
  margin: auto;
  width: 70px;
}
.top-social {
  justify-content: end;
  gap: 30px;
}
.top-social img {
  width: 18px;
  height: 18px;
  transition: 0.5s;
}
.airport-card:hover .aeroplane-img img,
.navbar-brand img {
  filter: brightness(0);
}
.top-social a:hover img {
  filter: none;
}
.navbar {
  border-radius: 99px;
  padding: 20px 40px;
  max-width: 85%;
  margin: auto;
  transition: 0.5s;
  position: fixed;
  width: 100%;
  z-index: 1;
  top: 100px;
  left: 0;
  right: 0;
}
.navbar-brand img {
  width: 55.5px;
  height: 60px;
}
.navbar-nav {
  width: 100%;
  justify-content: space-between;
}
.sticky .navbar {
  max-width: 100%;
  top: 0;
  padding: 5px 20px;
  border-radius: 0;
}
.sticky .navbar .navbar-nav {
  justify-content: flex-end;
}
.sticky .navbar .navbar-nav li a {
  margin: 0 15px;
}
.sticky .dropdown-menu .dropdown-item {
  margin: 0 !important;
}
.airport-sec .col-lg-4:nth-child(4) .airport-card,
.airport-sec .col-lg-4:nth-child(5) .airport-card,
.main-para {
  margin-bottom: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #ffc000 !important;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: rgba(0, 0, 0, 0.74) !important;
  color: #ffc000 !important;
}
.navbar-nav li a {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s;
  color: rgba(0, 0, 0, 0.74) !important;
  text-transform: capitalize;
}
.navbar-nav li a.active,
.navbar-nav li a:hover {
  color: #000 !important;
}
.navbar-nav li a::before {
  width: 6px;
  height: 6px;
  background-color: #000;
  bottom: 0;
  transform: translate(-50%) scale(0);
  transition: 0.5s;
}
.navbar-nav li a.active::before,
.navbar-nav li a:hover::before {
  transform: translate(-50%) scale(1);
}
.nav-link img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-top: -3px;
}
.hero-banner {
  background-image: url("/src/images/banner-bg.jpg");
  padding: 190px 0 0;
  height: auto;
}
.airports-banner {
  padding: 270px 0 50px;
}
.airports-banner-1 {
  background-image: linear-gradient(rgba(0 0 0 / 50%), rgba(0 0 0 / 50%)),
    url(../images/airport-heathrow.jpg);
}
.airports-banner-2 {
  background-image: linear-gradient(rgba(0 0 0 / 50%), rgba(0 0 0 / 50%)),
    url(../images/airport-gatwick.jpg);
}
.airports-banner-3 {
  background-image: linear-gradient(rgba(0 0 0 / 50%), rgba(0 0 0 / 50%)),
    url(../images/airport-luton.jpg);
}
.airports-banner-4 {
  background-image: linear-gradient(rgba(0 0 0 / 50%), rgba(0 0 0 / 50%)),
    url(../images/airport-stansted.jpg);
}
.airports-banner-5 {
  background-image: linear-gradient(rgba(0 0 0 / 50%), rgba(0 0 0 / 50%)),
    url(../images/airport-london-city.jpg);
}
.Victoria {
  background-image: linear-gradient(rgba(0 0 0 / 50%), rgba(0 0 0 / 50%)),
    url(../images/victoria-station-under.jpg);
}
.Waterloo {
  background-image: linear-gradient(rgba(0 0 0 / 50%), rgba(0 0 0 / 50%)),
    url(../images/waterloo-station-bg.jpg);
}
.Euston {
  background-image: linear-gradient(rgba(0 0 0 / 50%), rgba(0 0 0 / 50%)),
    url(../images/euston-station-2.avif);
}
.Paddington {
  background-image: linear-gradient(rgba(0 0 0 / 50%), rgba(0 0 0 / 50%)),
    url(../images/Paddington-Station-Banner.png);
}
.LondonBridge {
  background-image: linear-gradient(rgba(0 0 0 / 50%), rgba(0 0 0 / 50%)),
    url(../images/l-bridge.jpg);
}
.KingsCross {
  background-image: linear-gradient(rgba(0 0 0 / 50%), rgba(0 0 0 / 50%)),
    url(../images/kings.jpg);
}
.CharingCross {
  background-image: linear-gradient(rgba(0 0 0 / 50%), rgba(0 0 0 / 50%)),
    url(../images/cc-bg.jpg);
}
.innerPages {
  background-color: #ffc00026;
  border-radius: 5px;
  margin-top: 25px;
}
.main-hd {
  font-size: 50px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}
.main-para {
  color: #fff;
  margin-top: 0;
  font-size: 20px;
}
.hero-banner ul {
  padding: 5px;
}
.hero-banner ul li {
  font-size: 18px;
  color: #fff;
}
.appStoreLinks {
  margin: 25px 0 0;
  gap: 20px;
}
.appStoreLinks img {
  max-width: 35px;
}
.my-accordion .card {
  border: none;
}
.my-accordion .btn-link {
  color: #ffc000;
  margin: 10px 0;
  text-decoration: none;
}
.my-accordion .btn-link[aria-expanded="true"] {
  color: #fff;
  background-color: #14191e;
}
.btn:focus-visible,
.my-accordion .btn:focus {
  outline: 0 !important;
  color: #fff;
  background-color: #14191e;
  box-shadow: none !important;
}
.my-accordion .card-body {
  justify-content: start;
}
.contact-hd {
  font-size: 50px;
  font-weight: 800;
  color: #000;
}
.contact-para {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin: 25px 0 0;
}
.book-btn {
  padding: 20px 30px;
  background-color: #000;
  color: #fff;
  border-radius: 99px;
  font-size: 20px;
  font-weight: 600;
  transition: 0.5s;
}
.book-btn:hover {
  background-color: #fff;
  color: #000;
}
.airport-card {
  background-color: #ffc000;
  padding: 30px 20px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: auto auto 50px;
  max-width: 300px;
  transition: 0.3s;
}
.aeroplane-img,
.airport-card:hover {
  background-color: #000;
}
.aeroplane-img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.airport-card img {
  width: 50px;
  height: 50px;
  transition: 0.5s;
}
.areas-name {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  transition: 0.3s;
}
.station-img img {
  margin-top: 10px;
  margin-left: 4px;
}
.client-sec {
  background: url(/src/images/testi-bg-1.jpg) center center/cover no-repeat
    fixed #111;
  position: relative;
  padding-bottom: 100px;
}
.client-sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #111;
  opacity: 0.7;
}
.client-sec .sec-hd,
.client-sec .sec-sub-hd,
.p-p:hover {
  color: #fff;
}
.testimonial {
  max-width: 700px;
  margin: auto;
}
.testimonial img {
  border-radius: 50%;
  margin-bottom: 20px;
}
.testimonial p {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}
.testimonial h2 {
  color: #ffc000;
  font-size: 20px;
  font-weight: 600;
  margin-top: 35px;
}
.carousel-indicators {
  bottom: -55px;
}
.carousel-indicators li {
  opacity: 1;
  width: 45px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  background-image: none;
  border-radius: 50%;
  transition: 0.5s;
}
#carouselExampleIndicators button {
  opacity: 1 !important;
}
#carouselExampleIndicators button span img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
  right: -2px;
  transition: 0.5s;
}
#carouselExampleIndicators button .carousel-control-next-icon img {
  left: -2px;
  right: auto;
}
#carouselExampleIndicators button:hover .carousel-control-next-icon,
#carouselExampleIndicators button:hover .carousel-control-prev-icon {
  border-color: #ffc000;
}
#carouselExampleIndicators button:hover img {
  right: 10px;
  filter: none;
}
#carouselExampleIndicators button:hover .carousel-control-next-icon img {
  left: 10px;
}
#main-footer {
  background-color: #111;
  padding: 60px 0 15px;
}
.routes-links h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.route-p,
.route-p a {
  color: #b5b5b5;
}
.route-p {
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  font-weight: 600;
  transition: 0.5s;
}
.route-p img {
  margin-right: 8px;
}
.routes-links ul {
  list-style: none;
  padding: 0;
}
.routes-links ul a:hover {
  color: #ffc000;
  margin-left: 10px;
}
.routes-links p,
.routes-links ul li {
  margin-bottom: 10px;
}
.mt-50 {
  margin-top: 50px;
}
.p-p {
  color: #ffc000;
  transition: 0.5s;
}
.services-sec {
  background: right no-repeat #111;
  position: relative;
  overflow: hidden;
}
.service-box {
  overflow: hidden;
  text-align: center;
  margin-bottom: 40px;
}
.service-img {
  background-color: #ffc000;
  width: 110px;
  height: 110px;
  margin: auto auto 35px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.service-box h4 {
  color: #fff;
  font-size: 20px;
}
.service-box2 {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.cusContent h2 span {
  color: rgba(0, 0, 0, 0.74);
}
@media screen and (max-width: 992px) {
  .topbar {
    padding: 10px 0;
  }
  .navbar {
    top: 90px;
    border-radius: 60px;
    max-width: 720px;
    padding: 15px 30px;
  }
  .navbar-nav {
    margin-top: 30px;
  }
  .nav-item {
    margin-bottom: 20px;
  }
  .last-nav {
    display: none;
  }
  .nav-link {
    display: inline-block;
  }
  .nav-link::before {
    bottom: -4px !important;
  }
  .call-btn {
    list-style: none;
    margin-bottom: 0;
    display: block;
  }
  .call-btn a {
    color: #000;
  }
  .main-hd {
    font-size: 25px;
  }
  .hero-banner {
    padding: 170px 0 0;
  }
  .main-para {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 0;
  }
  .call-btn-div {
    justify-content: space-between;
    width: 100%;
  }
  .sticky .call-btn-div {
    justify-content: start;
    width: auto !important;
  }
  .airport-card {
    padding: 30px 6px;
  }
  .contact-para {
    margin: 25px 0 40px;
  }
  .sec-hd {
    font-size: 50px;
  }
  .testimonial p {
    width: 70%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  #carouselExampleIndicators button,
  .call-btn a span,
  .topbar {
    display: none;
  }
  .navbar {
    top: 0;
    border-radius: 0;
    padding: 5px 15px;
    max-width: 767px;
  }
  .navbar-brand {
    display: block;
  }
  .navbar-brand img {
    max-width: 150px;
  }
  .appStoreLinks {
    justify-content: center;
  }
  .appStoreLinks img {
    max-width: 35px;
    margin-bottom: 5px;
  }
  .sticky .navbar {
    padding: 2px 15px;
  }
  .call-btn-div {
    gap: 10px;
    justify-content: start;
    width: auto !important;
  }
  .call-btn a {
    padding-right: 0;
  }
  .navbar-toggler {
    border-color: #000 !important;
  }
  .hero-banner {
    padding-top: 95px;
  }
  .main-hd {
    font-size: 16px;
  }
  .main-para,
  .testimonial p {
    font-size: 16px;
  }
  .cus-h1 {
    font-size: 20px;
    font-weight: bold;
  }
  .cus-hd {
    font-size: 18px;
    line-height: 20px;
  }
  .cus-para {
    font-size: 13px;
    font-weight: 200;
    margin: 10px 0;
    line-height: normal;
  }
  .contact-sec {
    text-align: center;
    padding-bottom: 40px;
  }
  .contact-hd {
    font-size: 30px;
  }
  .contact-para {
    font-size: 15px;
  }
  .sec-hd {
    font-size: 32px;
  }
  .airport-card,
  .airport-sec .col-lg-4:nth-child(4) .airport-card,
  .airport-sec .col-lg-4:nth-child(5) .airport-card,
  .route-p {
    margin-bottom: 20px;
  }
  .testimonial p {
    line-height: 25px;
    width: auto;
  }
  .routes-links {
    margin-bottom: 35px;
  }
  .service-box2 {
    border: none;
  }
  .airports-banner {
    padding: 120px 0 50px;
  }
}
@media screen and (max-width: 576px) {
  .main-para-1{
    display: none;
  }
  .hero-banner ul {
    display: none;
  }
  .hero-sec-1 {
    line-height: 1;
  }
  .hero-sec-2 {
    padding: 15px 0;
    display: block;
    text-align: center;
  }
  .main-para {
    font-weight: bolder;
    color: #fff;
    font-size: 18px;
    line-height: 1;
  }
  .cus-h1 {
    font-size: 18px;
    font-weight: bold;
  }
  .hero-banner {
    background: #000;
  }
  .form-div {
    margin: 0 -15px;
  }
}
.sec-pad a {
  color: #000;
}
.pet-taxi {
  height: 60px;
  width: 60px;
}
