.book-btn,
.bookingpagelink {
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
}
.dropdown-item,
.hero-banner,
.nav-link,
.station-img-1,
body {
  position: relative;
}
.airport-sec h4,
.book-btn,
.bookingpagelink,
.hero-banner h1,
.train-station-sec h5 {
  text-transform: uppercase;
}
#footer,
.top-bar {
  background-color: #02253e;
}
.box-main img,
.top-left p:last-child img {
  filter: brightness(0) invert(1);
}
.airport-transfer-sec,
.airportareaimagebg,
.executive,
.haethrow-bg,
.hero-banner,
.mpv,
.station-img-1,
.station-service {
  background-size: cover;
}
.airport-transfer-sec,
.airportareaimagebg,
.fleet-main,
.haethrow-bg,
.station-img-1,
.station-service {
  background-repeat: no-repeat;
}
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none !important;
}
header {
  border-bottom: 1px solid #d6d6d8;
}
.top-bar .row {
  justify-content: space-between;
  align-items: center;
}
.top-bar {
  padding: 15px 0;
}
.top-left {
  display: flex;
  padding-left: 15px;
}
.top-left p {
  margin: 0 20px 0 0;
  font-size: 13px;
  color: #fff;
}
.hero-banner h1,
.hero-banner h2 {
  word-spacing: 2px;
  letter-spacing: -1px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.top-left p img {
  margin-right: 10px;
  width: 16px;
}
.top-left p a {
  text-decoration: none;
  color: #fff !important;
}
.top-right img {
  width: 16px;
  margin-right: 30px;
}
.bottom-bar {
  background-color: #fff;
}
.navbar {
  padding: 10px 0;
  align-items: center;
}
.navbar-brand img {
  width: 100px;
}
.footer-logo img {
  width: 150px;
}
.nav-link {
  padding: 12px 13px !important;
  color: #18171a !important;
  font-weight: 500;
}
.nav-link:before {
  position: absolute;
  content: "";
  top: auto;
  right: auto;
  bottom: 7px;
  left: 15%;
  height: 2px;
  width: 0;
  background-color: #18171a;
  transition: 0.2s;
}
.navbar-nav li a.active::before,
.navbar-nav li a:hover::before {
  width: 70%;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-menu {
  display: none;
  padding: 16px 0;
  width: 240px;
  background-color: #19181b;
  color: #fff;
}
.box-main,
.cus-div,
.detail li,
.fleet-div,
.fleet-main {
  display: flex;
}
.dropdown:hover .dropdown-menu {
  display: block !important;
  transition: 0.2s;
}
.dropdown-item {
  color: #949087 !important;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #d6d6d8 !important;
  text-decoration: none;
  background-color: transparent !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #d6d6d8 !important;
  text-decoration: none;
  background-color: transparent;
}
#footer .nav-link:before,
.dropdown-item::before {
  top: auto;
  right: auto;
  width: 0;
  background-color: #d6d6d8 !important;
  transition: 0.2s;
  content: "";
}
.dropdown-item::before {
  position: absolute;
  bottom: 5px;
  left: 9%;
  height: 1px;
}
.airport-transfer-sec .bookTaxi:hover,
.book-btn:hover {
  background-color: #053c63e7;
}
.dropdown-item:hover::before {
  width: 100%;
}
.book-btn {
  padding: 14px 25px;
  background-color: #053c63;
  color: #fff;
  text-decoration: none !important;
  margin-left: 13.6px;
}
.bookingpagelink,
.last-sec .callbtn-div a {
  text-decoration: none !important;
  background-color: transparent;
}
.book-btn:hover {
  color: #fff;
}
.hero-banner {
  background-image: url(../images/homeBanner.jpg);
  padding: 90px 0;
  background-position: center;
  text-align: center;
  z-index: 1;
}
.hero-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.7);
  z-index: -1;
}
.hero-banner h1 {
  font-size: 40px;
  color: #fff;
}
.hero-banner h2 {
  font-size: 32px;
  color: #fff;
}
.hero-banner p {
  color: #fff;
  width: 50%;
  margin: 0 auto 60px;
}
.bookingpagelink {
  padding: 14px 40px;
  color: #fff;
  border: 1px solid #fff;
  transition: 0.2s;
}
.homeContent h2,
.train-h3 {
  letter-spacing: -1px;
  word-spacing: -1px;
  font-weight: 600;
  font-family: monospace;
  font-size: 30px;
}
.bookingpagelink:hover {
  background-color: #19181b;
  border-color: #19181b;
  color: #fff;
}
.homeContent {
  padding: 80px 0 0;
}
.homeContent h2 {
  margin-top: 40px;
}
.homeContent h2:first-child {
  margin-top: 0;
}
.train-station-sec {
  padding: 50px 0 90px;
  position: relative;
}
.train-h3 {
  margin-bottom: 60px;
}
.station-img-1 {
  background-image: url(../images/station-img-1.webp);
  width: 372px;
  height: 585px;
  background-position: top;
}
.station-service {
  background-image: url(../images/station-service.webp);
  width: 421px;
  height: 428px;
  position: absolute;
  bottom: -90px;
  right: 0;
}
.airportareaimagebg,
.contact-banner,
.cus-div,
.fleet-main,
.haethrow-bg {
  position: relative;
}
.train-station-sec .areas {
  padding: 20px 40px;
}
.train-station-sec h5 {
  margin-bottom: 15px;
  font-weight: 700;
  word-spacing: -3px;
  font-size: 24px;
}
.train-station-sec h4 a,
.train-station-sec h5 a {
  text-decoration: none !important;
  color: #615f5c;
}
.train-station-sec h4 a h2:hover,
.train-station-sec h5 a:hover {
  color: #000;
}
.train-station-sec p {
  margin-left: 40px;
  font-size: 18px;
}
.airport-sec {
  padding: 100px 0 80px;
}
.cuscol8 {
  width: 66.666667%;
}
.airport-sec span {
  font-size: 18px;
  font-weight: 600;
}
.airport-sec h4 {
  font-size: 30px;
  font-weight: 700;
  padding: 20px 40px 20px 36px;
}
.airport-sec p {
  font-size: 18px;
  padding: 0 30px 70px 225px;
}
.cuscol4 {
  width: 33.333333%;
}
.haethrow-bg {
  background-image: url(../images/heathrow.webp);
  height: 785px;
  background-position: right;
  border-radius: 10px 10px 10px 0;
}
.airportareaimagebg .overlay-name,
.haethrow-bg .overlay-name {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  transition: 0.5s;
  opacity: 0;
  padding: 15px 20px;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.airportareaimagebg:hover .overlay-name,
.haethrow-bg:hover .overlay-name {
  opacity: 1;
}
.airportareaimagebg .overlay-name a,
.haethrow-bg .overlay-name a {
  color: #f1f1f1 !important;
  letter-spacing: 3px;
  font-family: math;
  font-size: 20px;
  font-weight: 600;
}
.cus-div {
  flex-wrap: wrap;
  padding-top: 50px;
}
.colairport {
  width: 50%;
}
.airportareaimagebg {
  background-image: url(../images/Stansted-Airport.jpg);
  height: 210px;
  background-position: right center;
}
.Gatwick-bg {
  background-image: url(../images/gatwick.jpg);
}
.luton-bg {
  background-image: url(../images/luton.jpg);
}
.city-bg {
  background-image: url(../images/city.jpg);
}
.bordertopleft {
  border-top-left-radius: 10px;
}
.borderleft {
  border-bottom-left-radius: 10px;
}
.fleet-main {
  width: 25%;
  background-image: url(../images/estate.webp);
  background-position: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 460px;
  z-index: 1;
  box-shadow: -5px 3px 8px -5px #fff;
}
.fleet-main:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 70%);
  z-index: -1;
}
.saloon {
  background-image: url(../images/saloon.webp);
  background-position: 58% -288px;
}
.mpv {
  background-image: url(../images/mpv.jpg);
  background-position: left;
}
.executive {
  background-image: url(../images/EXECUTIVE.webp);
  background-position: center;
}
.fleet-main h2 {
  font-size: 45px;
  font-weight: 700;
  color: #fdb731;
  margin-bottom: 30px;
}
.detail {
  margin: 0;
  padding: 0;
  list-style: none;
}
.detail li {
  align-items: center;
  margin-bottom: 10px;
}
.detail li span {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin-left: 10px;
}
.fleet-sec {
  padding-bottom: 100px;
}
.fleet-hd {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 700;
}
.last-sec {
  background-color: #053c63;
  padding: 50px 0;
}
.last-sec .row {
  justify-content: space-between;
  align-items: end;
}
.last-sec h2,
.last-sec h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 42px;
  margin: 0;
  color: #fff;
}
.last-sec .callbtn-div a {
  padding: 15px 48px;
  letter-spacing: 1.4px;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #fff;
  color: #fff;
}
.last-sec p {
  margin: 25px 0 0;
  color: #f0f8ff;
  font-weight: 700;
  font-size: 18px;
}
#footer {
  padding: 80px 0 20px;
}
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 26px;
  color: #fff;
}
#footer a,
#footer p {
  color: #d6d6d8;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
}
.link-h6 {
  margin-top: 14px;
  margin-bottom: 20px !important;
}
#footer .link-h6 a {
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 700;
}
#footer .nav-link {
  padding: 0 20px 6.6px 0 !important;
  color: #d6d6d8 !important;
}
#footer .footerdropdown a {
  width: fit-content;
}
#footer .nav-link:before {
  position: absolute;
  bottom: 7px;
  height: 2px;
  left: 0;
}
#footer .home-foot.active::before,
.home-foot:hover::before {
  width: 33% !important;
}
.follow-link a {
  margin-right: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 6px 9px 12px;
}
.borderline {
  border-bottom: 1px solid #fff;
  padding: 20px 0;
}
.box-sec,
.contact-banner {
  padding: 100px 0;
}
.last-para {
  margin: 20px 0 0;
}
.contact-banner {
  background-color: #0d0c0f;
}
.contact-banner h1 {
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}
.contact-banner p {
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.4px;
}
.airport-transfer-sec p a,
.box-main a,
.contact-banner p a {
  color: #fff;
}
.box-main {
  flex-direction: column;
  align-items: flex-start;
  padding: 60px 30px;
  background-color: #053c63;
  line-height: 1;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.5s;
  color: #fff;
}
.box-main img {
  margin-bottom: 15px;
}
.box-main span {
  font-size: 21px;
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 15px;
}
.box-main p {
  margin-bottom: 0;
}
.airport-transfer-sec {
  background-image: url(../images/transfer.jpg);
  background-position: top;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.airport-transfer-sec::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 80%);
  z-index: -1;
}
.airport-transfer-sec h1,
.airport-transfer-sec h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  word-spacing: 2px;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.airport-transfer-sec span {
  display: block;
}
.airport-transfer-sec p {
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.4px;
  margin-bottom: 30px;
}
.airport-transfer-sec .bookTaxi {
  background: #053c63;
  color: #fff;
  display: inline-block;
  padding: 11px 50px 14px;
  font-size: 18px;
}
.airport-transfer-sec-inner {
  padding: 60px 0;
}
.airport-transfer-sec-inner h2 {
  margin: 25px 0;
  font-size: 28px;
  font-weight: 700;
  color: #053c63 !important;
}
.airport-transfer-sec-inner h3 {
  color: #053c63 !important;
}
.airport-transfer-sec-inner p {
  color: rgba(0 0 0 / 80%) !important;
}
.areasListWrap {
  padding: 80px 0;
}
.areasListWrap h2 {
  margin-bottom: 28px;
}
.areasListWrap ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  box-shadow: 0 0 20px 0 rgba(0 0 0 / 8%);
}
.areasListWrap li {
  list-style: none;
  width: 33.3333333%;
  padding: 20px 50px;
  background-color: rgba(0 0 0 / 3%);
  text-transform: capitalize;
}
.areasListWrap li a {
  color: #000;
  font-weight: 500;
}
.areasListWrap li a:hover {
  text-decoration: underline !important;
}
.faqsHeading {
  font-size: 25px;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .navbar {
    padding: 0;
  }
  .nav-link {
    padding: 8.6px 8px !important;
    font-size: 13px;
  }
  .airportareaimagebg {
    height: 125px;
    margin-bottom: 10px;
  }
  .haethrow-bg {
    height: 250px;
    border-radius: 0;
  }
}
@media screen and (min-width: 427px) and (max-width: 767px) {
  .top-bar .row {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .cus-div,
  .flet-hd-row,
  .top-bar .row {
    justify-content: center;
  }
  .hero-banner h2,
  .train-h3 {
    letter-spacing: 0;
    word-spacing: 0px;
  }
  .saloon,
  .station-img-1,
  .station-service {
    background-position: center;
  }
  .fleet-main,
  .saloon {
    background-size: cover;
  }
  .book-btn,
  .last-para,
  .last-sec p {
    text-align: center;
  }
  .top-left {
    padding-left: 0;
  }
  .top-left p {
    margin-right: 10px;
    font-size: 11px;
  }
  .top-left p img {
    margin-right: 5px;
    width: 13px;
  }
  .top-right img {
    width: 14px;
    margin-right: 15px;
  }
  #footer .navbar-nav li a.active::before,
  #footer .navbar-nav li a:hover::before,
  .navbar-nav li a:before {
    display: none;
  }
  .airport-transfer-sec,
  .hero-banner {
    padding: 60px 0 80px;
  }
  .book-btn {
    padding: 8px 34px;
    font-size: 13px;
    margin-left: 0;
    margin-top: 20px;
  }
  .hero-banner h2 {
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 20px;
  }
  .train-station-sec {
    padding: 40px 0 20px;
    position: relative;
  }
  .train-h3 {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .station-img-1 {
    width: 100%;
    height: 250px;
  }
  .station-service {
    width: 100%;
    height: 270px;
    position: relative;
    bottom: 0;
    right: 0;
    margin-bottom: 40px;
  }
  .train-station-sec p {
    margin-left: 0;
    font-size: 15px;
  }
  .train-station-sec .areas {
    padding: 20px 0 0;
  }
  .train-station-sec h5 {
    margin-bottom: 10px;
    word-spacing: 0px;
    font-size: 16px;
  }
  .colairport,
  .cuscol4,
  .cuscol8 {
    width: 100%;
  }
  .airport-sec span {
    font-size: 16px;
    padding-left: 20px;
  }
  .airport-sec h4 {
    font-size: 20px;
    padding: 10px 20px;
    line-height: 1.4;
  }
  .airport-sec p {
    font-size: 16px;
    padding: 10px 20px;
  }
  .cus-div {
    padding-top: 20px;
  }
  .airportareaimagebg {
    height: 180px;
    margin-bottom: 20px;
  }
  .bordertopleft {
    border-top-left-radius: 0;
  }
  .borderleft {
    border-bottom-left-radius: 0;
  }
  .haethrow-bg {
    height: 280px;
    border-radius: 0;
  }
  .airportareaimagebg .overlay-name {
    padding: 6px 18px;
  }
  .airportareaimagebg .overlay-name a {
    letter-spacing: 3px;
    font-size: 15px;
  }
  .airport-sec {
    padding: 20px 0 40px;
  }
  .fleet-sec {
    padding-bottom: 50px;
  }
  .fleet-hd {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .fleet-div {
    display: block;
  }
  .fleet-main {
    width: 100%;
    height: 300px;
    box-shadow: none;
    margin-bottom: 20px;
  }
  .fleet-main h2 {
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .detail li span {
    font-size: 16px;
    margin-left: 5px;
    margin-bottom: 10px;
  }
  .last-sec .row {
    justify-content: center;
    align-items: center;
  }
  .last-sec h2,
  .last-sec h3 {
    font-size: 20px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  .last-sec .callbtn-div a {
    padding: 10px 30px;
    font-size: 10px;
  }
  .last-sec p {
    margin: 25px 0 0;
    font-size: 14px;
    font-weight: 500;
  }
  .areasListWrap li {
    width: 50%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  #footer h3,
  #footer h4,
  #footer h5,
  #footer h6 {
    font-size: 16px;
    margin-bottom: 15px !important;
  }
  #footer p {
    font-size: 13px;
    line-height: 1.6;
  }
  #footer a {
    font-size: 12px;
    line-height: 1.6;
  }
  #footer .link-h6 a {
    font-size: 15px !important;
  }
  .mt-15px {
    margin-top: 15px;
  }
  .follow-link a {
    margin-right: 5px;
    padding: 4px 7px 10px;
  }
  .follow-link a img {
    width: 16px;
  }
  .box-sec,
  .contact-banner {
    padding: 50px 0;
  }
  .box-main {
    margin-bottom: 20px !important;
  }
  .contact-banner h1 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .airport-transfer-sec-inner p,
  .contact-banner p {
    font-size: 14px;
  }
  .airport-transfer-sec h1,
  .airport-transfer-sec h2 {
    font-size: 25px;
  }
  .airport-transfer-sec p {
    font-size: 12px;
  }
  .airport-transfer-sec-inner {
    padding: 40px 0;
  }
  .airport-transfer-sec-inner h3 {
    font-size: 18px;
    margin: 15px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar {
    padding: 10px 0;
    align-items: center;
  }
  .nav-link:before {
    display: none;
  }
  .footer-logo img,
  .navbar-brand img {
    width: 110px;
  }
  .book-btn {
    text-align: center;
  }
  .bookingpagelink {
    padding: 10px 35px;
    font-size: 14px;
  }
  .train-station-sec {
    padding: 40px 0 90px;
  }
  .train-h3 {
    margin-bottom: 30px;
    font-size: 25px;
  }
  .station-img-1 {
    width: 260px;
    height: 450px;
  }
  .station-service {
    width: 294px;
    height: 380px;
    bottom: -89px;
  }
  .train-station-sec p {
    margin-left: 30px;
    font-size: 15px;
  }
  .train-station-sec .areas {
    padding: 0 30px;
  }
  .train-station-sec h5 {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .airport-sec {
    padding: 60px 0;
  }
  .airport-sec span {
    font-size: 16px;
    font-weight: 600;
  }
  .airport-sec h4 {
    font-size: 20px;
    padding: 20px 0;
  }
  .airport-sec p {
    font-size: 15px;
    padding: 0 30px 0 0;
  }
  .airportareaimagebg {
    height: 200px;
  }
  .haethrow-bg {
    height: 655px;
  }
  .fleet-sec {
    padding-bottom: 80px;
  }
  .flet-hd-row {
    justify-content: center;
  }
  .fleet-hd {
    margin-bottom: 35px;
    font-size: 25px;
  }
  .fleet-main {
    width: 50%;
  }
  .detail li {
    margin-bottom: 15px;
  }
  .detail li span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-left: 10px;
    margin-bottom: 0;
  }
  .fleet-main h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .airport-transfer-sec h1,
  .airport-transfer-sec h2,
  .last-sec h2,
  .last-sec h3 {
    font-size: 30px;
  }
  .last-sec .callbtn-div a {
    padding: 12px 40px;
  }
  .last-sec p {
    margin: 35px 0 0;
    font-size: 15px;
  }
  #footer h3,
  #footer h4,
  #footer h5,
  #footer h6 {
    font-size: 16px;
    margin-bottom: 18px;
  }
  #footer .link-h6 a {
    color: #fff !important;
    font-size: 15px !important;
  }
  #footer a,
  #footer p {
    font-size: 11px;
    line-height: 1.6;
  }
  .follow-link a {
    margin-right: 0;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 8px 10px 12px;
  }
  .airport-transfer-sec,
  .box-sec,
  .contact-banner {
    padding: 80px 0;
  }
  .box-main {
    margin-bottom: 20px;
  }
  .airport-transfer-sec p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .airport-transfer-sec-inner {
    padding: 45px 0;
  }
  .airport-transfer-sec-inner h3 {
    margin: 20px 0;
    font-size: 23px;
  }
  .airport-transfer-sec-inner p {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .airport-sec p {
    padding: 0 30px 60px 225px;
    margin: 0;
  }
  .fleet-main h2 {
    font-size: 35px;
  }
  .box-main span {
    font-size: 18px;
  }
}
@media screen and (min-width: 767px) {
  .areasListWrap li:nth-child(6n + 1),
  .areasListWrap li:nth-child(6n + 2),
  .areasListWrap li:nth-child(6n + 3) {
    background-color: #fff;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .areasListWrap li:nth-child(4n + 1),
  .areasListWrap li:nth-child(4n + 2) {
    background-color: #fff !important;
  }
}
@media screen and (max-width: 576px) {
  .hide {
    display: none;
  }
  .footer-logo {
    margin-bottom: 15px;
  }
  #footer p {
    font-size: 15px;
    margin-bottom: 0;
  }
  #footer {
    padding: 30px 0 20px;
  }
  #footer a {
    font-size: 15px;
    line-height: 1.6;
  }
  .airport-transfer-sec-inner,
  .navbar {
    padding: 10px 0;
  }
  .airport-transfer-sec-inner h2 {
    font-weight: 500;
    margin: 10px 0;
    font-size: 20px;
  }
  .airport-transfer-sec h1,
  .airport-transfer-sec h2 {
    font-weight: 500;
    margin-bottom: 7px;
    font-size: 19px;
  }
  .airport-transfer-sec p {
    font-weight: 500;
    margin-bottom: 10px;
  }
  .airport-transfer-sec,
  .hero-banner {
    background: #000;
    padding: 20px 0 0;
  }
  .navbar-light .navbar-toggler {
    order: -1;
  }
  .phnBtn {
    display: block !important;
  }
  .top-bar {
    display: none;
  }
  .homeContent {
    padding: 20px 0 0;
  }
  .box-sec,
  .train-station-sec {
    padding: 20px 0;
  }
  .homeContent h2 {
    margin-top: 20px;
    font-size: 20px;
  }
  .airport-sec p,
  .box-sec p,
  .homeContent p,
  .train-station-sec p {
    font-size: 14px;
  }
  .bannerForm {
    padding: 10px 15px !important;
    margin: 0 -15px;
  }
  .hero-banner h1 {
    text-transform: capitalize;
    margin-bottom: 7px;
    font-size: 19px;
    letter-spacing: 0;
  }
  .box-sec h2 {
    font-size: 20px;
  }
  .hero-banner h2 {
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .navbar-brand img {
    width: 90px;
  }
  .areasListWrap li:nth-child(odd) {
    background-color: #fff !important;
  }
  .areasListWrap li {
    width: 100%;
    padding: 20px;
  }
  .box-main {
    padding: 30px;
    margin-bottom: 10px !important;
  }
  .areasListWrap {
    padding: 30px 0;
  }
  .fleet-sec {
    padding-bottom: 20px;
  }
  #footer ul {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.phnBtn {
  display: none;
  filter: brightness(0);
}
#footer ul {
  color: #fff;
  list-style: none;
  display: flex;
  gap: 10px;
  padding-inline-start: 0;
}

.hide {
  letter-spacing: -1;
  width: 100% !important;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  margin: 0 !important;
}
.slogs {
  font-size: 25px;
}
