html {
    scroll-behavior: smooth;
}

body.open{
    overflow: hidden;
}

.headerSectionWrapper {
    /* background-color: #222;
    padding-top: 12px;
    height: 95px; */
}

.headerSectionInner {
    position: relative;
}

.headerSectionWrapper .topBar {
    padding: 12px 0;
    background: #000;
    border-bottom: 5px solid #2FBFDD;
    position: relative;
    z-index: 1;
}

.headerSectionWrapper .topBar:before,
.headerSectionWrapper .topBar:after {
    content: "";
    position: absolute;
    top: 0;
    background-color: #2FBFDD;
    width: 5%;
    bottom: -1px;
    z-index: -1;
}

.headerSectionWrapper .topBar:before {
    left: 0;
    border-radius: 0 50px 0 0;
    border-right: 15px solid #fff;
}

.headerSectionWrapper .topBar:after {
    right: 0;
    border-radius: 50px 0 0 0;
    border-left: 15px solid #fff;
}

.headerSectionWrapper .topBar .navSocialDiv a {
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s;
}

.headerSectionWrapper .topBar .navSocialDiv a:hover {
    color: #2FBFDD;
}

.headerSectionWrapper .navContactDiv {
    text-align: right;
}

.headerSectionWrapper .navContactDiv a {
    color: #fff;
    padding: 0 20px;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.3s;
}

.headerSectionWrapper .navContactDiv a:hover {
    color: #2FBFDD;
}

.headerSectionWrapper .navbar .navbar-toggler {
    background: #2FBFDD;
    border: none;
}

.headerSectionWrapper .navbar .navbar-toggler i {
    font-size: 26px;
    color: #fff;
}

.headerSectionWrapper .navbar {
    padding: 11px 45px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0 0 0 / 10%);
    position: absolute;
    left: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 99;
}

.headerSectionWrapper .navbar .navbar-brand {
    color: #2FBFDD;
}

.headerSectionWrapper .navbar .navbar-brand img{
    width: 165px;
    height: 59px;
}

.headerSectionWrapper .navbar .cusToggle {
    margin-left: 30px;
}

.headerSectionWrapper .navbar .cusToggle a {
    color: #111;
}

.headerSectionWrapper .navbar .cusToggle a i {
    font-size: 30px;
}


.headerSectionWrapper .navbar .nav-link {
    color: #111;
    font-size: 15px;
    font-weight: 600;
    padding: 11px 14px;
    transition: all 0.3s;
}

.headerSectionWrapper .navbar .nav-link:hover {
    color: #2FBFDD;
}

.headerSectionWrapper .navbar .nav-link.active {
    color: #2FBFDD;
}

.sidebar-popup {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.sidebar-popup.open {
    visibility: visible;
    opacity: 1;
}

.sidebar-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: 450px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    padding: 40px;
    transition: all 0.5s;
    z-index: 9999;
}

.sidebar-wrapper.open {
    right: 0;
    visibility: visible;
    opacity: 1;
}

.sidebar-content {
    position: relative;
    overflow-y: auto;
    height: calc(100vh - 75px);
}

.close-sidebar-popup {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 38px;
    height: 38px;
    line-height: 36px;
    border-radius: 50px;
    text-align: center;
    border: none;
    font-size: 20px;
    background: #111;
    color: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    transition: all 0.5s;
}

.close-sidebar-popup:hover {
    background: #2FBFDD;
}

.sidebar-logo img {
    width: 220px;
}

.sidebar-about {
    margin-top: 40px;
}

.sidebar-about p{
    color: #666;
}

.sidebar-about h4 {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sidebar-contact {
    margin-top: 20px;
}

.sidebar-contact h6{
    font-weight: 700;
}

.sidebar-contact h4 {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.sidebar-contact ul {
    padding: 0;
    margin: 0;
}

.sidebar-contact li {
    margin: 10px 0;
    list-style: none;
}

.sidebar-contact li a {
    color: #000;
}

.sidebar-contact li i {
    margin-right: 5px;
    color: #2FBFDD;
}

.sidebar-contact li a:hover {
    color: #2FBFDD;
}

.sidebar-social {
    margin-top: 25px;
}

.sidebar-social h4 {
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
}

.sidebar-social a {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    margin-right: 8px;
    background: #111;
    color: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.sidebar-social a:hover {
    background: #2FBFDD;
}

.stickOnTop .headerSectionWrapper .navbar {
    position: fixed;
    max-width: 100%;
    border-radius: 0;
    top: 0;
    height: 80px;
    animation: fadeInDown 1s both;
}

.heroSectionWrapper {

    /* background: linear-gradient(rgba(0 0 0 / 70%), rgba(0 0 0 / 70%)), url(../contents/images/home-page-banner.webp) center center no-repeat; */
    position: relative;
    background-size: cover;
    /* height: 550px; */
    margin-top: 82px;
}

.heroSectionWrapper .carousel{
    height: 100%;
    width: 100%;
    position: absolute;
}

.heroSectionWrapper .bannerContent{
    position: relative;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.appsLinks .storeDiv{
    color: #000 !important;
}

.customBtn.googlePlay{
    background-color: #fff;
    margin-left: 20px;
}

.heroSectionWrapper .bannerContent .appsLinks{
    justify-content: center;
}

.appsLinks a{
    padding: 0;
}

.appsLinks a .storeDiv{
    border: none;
    background: none !important;
}

.appsLinks a .storeDiv.google{
    margin: 0;
}

.customBtn:hover .storeDiv{
    color: #2FBFDD !important;
}

.heroSectionWrapper h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 50px !important;
}

.heroSectionWrapper h1 span {
    color: #2FBFDD;
}

.heroSectionWrapper p {
    color: #fff;
    font-size: 16px;
    width: 85%;
    margin: 20px auto;
}

.heroSectionWrapper .cus-slider{
    background-size: cover !important;
    height: 550px;
    width: 100%;
    position: relative;
}

.heroSectionWrapper .cus-slider.slide1{
    background: linear-gradient(rgba(0 0 0 / 70%),rgba(0 0 0 / 60%)), url(../contents/images/home-page-banner.webp) center center no-repeat;
}
.heroSectionWrapper .cus-slider.slide2{
    background: linear-gradient(rgba(0 0 0 / 70%),rgba(0 0 0 / 60%)), url(../contents/images/aboutBanner.webp) center center no-repeat;
}
.heroSectionWrapper .cus-slider.slide3{
    background: linear-gradient(rgba(0 0 0 / 70%),rgba(0 0 0 / 60%)), url(../contents/images/testim-banner.webp) center center no-repeat;
}
@media screen and (max-width: 768px) {
    .heroSectionWrapper .cus-slider.slide1,.heroSectionWrapper .cus-slider.slide2,.heroSectionWrapper .cus-slider.slide3{
        background: none !important;
    }
   .heroSectionWrapper .bannerContent{
        background-color: #000000 !important;
    }
    .remove{
        display: none !important;
    }
    
}
.appsLinks {
    display: flex;
}

.appsLinks a {
    text-decoration: none;
}

.appsLinks .storeDiv {
    display: flex;
    align-items: center;
    color: #2FBFDD;
    background: #fff;
    border-radius: 30px;
    width: 125px;
    justify-content: space-around;
    padding: 2px;
    border: 2px solid #fff;
    transition: all 0.3s;
}

.appsLinks .storeDiv.apple{
    background-color: #fff;
}

.appsLinks .storeDiv.google {
    margin-left: 20px;
    color: #fff;
    background: #2FBFDD;
    border-color: #2FBFDD;
}

.appsLinks .storeDiv span,
.appsLinks .storeDiv h3 {
    font-size: 8px;
}

.appsLinks .storeDiv .textDiv {
    margin-left: -22px;
}

.appsLinks .storeDiv:hover {
    background: transparent;
}

.appsLinks .storeDiv:hover.google {
    background: transparent;
}

.homePageAboutWrapper {
    padding: 160px 0;
}

.mainHeading {
    position: relative;
}

.mainHeading h2 {
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    width: 65%;
    margin-bottom: 30px;
}

.mainHeading h3{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #2FBFDD;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.mainHeading h3:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #2FBFDD;
    opacity: 0.2;
    z-index: -1;
}

.homePageAboutWrapper p {
    font-size: 14px;
    margin-bottom: 35px;
    color: #777;
}

.customBtn,
.custom-btn-2,
.luggage-btns,
.luggage-items-btn {
    background: #2FBFDD;
    color: #111 !important;
    padding: 12px 45px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none !important;
    position: relative;
    transition: all 0.3s;
    overflow: hidden;
    z-index: 1;
}

.customBtn::before,
.custom-btn-2::before,
.luggage-btns::before,
.luggage-items-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background-color: #111;
    width: 0%;
    height: 0%;
    border-radius: 50%;
    transition: all 0.7s;
    z-index: -1;
}

.customBtn:hover::before,
.custom-btn-2:hover::before,
.luggage-btns:hover::before,
.luggage-items-btn:hover::before {
    width: 250px;
    height: 250px;
    transform: translate(-50%, -50%) scale(1.5);
    transition: all 0.5s;
}

.customBtn:hover,
.custom-btn-2:hover,
.luggage-btns:hover,
.luggage-items-btn:hover {
    color: #2FBFDD !important;
}

.homePageAboutImg {
    background: url(../contents/images/aboutImg.webp) center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 600px;
}

.airportWrapper {
    background-color: #fafafa;
    padding: 100px 0 0;
}

.airportWrapper .mainHeading,
.fleetWrapper .mainHeading,
.stationWrapper .mainHeading{
    text-align: center;
}

.airportWrapper .mainHeading h2,
.fleetWrapper .mainHeading h2,
.stationWrapper .mainHeading h2{
    width: 100%;
    text-transform: capitalize;
    font-size: 45px;
    margin-bottom: 120px;
}

.fleetWrapper .mainHeading h2,
.stationWrapper .mainHeading h2{
    margin-bottom: 50px;
}

.airportWrapper .cusCards {
    text-align: left;
    margin: 100px 0;
    background: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    border-radius: 20px;
    padding: 0 20px;
    position: relative;
    transition: all 0.8s;
}

.airportWrapper .cusCards .cusCardsImg {
    background-size: cover !important;
    height: 230px;
    border-radius: 20px;
    transform: translateY(-130px);
    position: relative;
}

.airportWrapper .cusCards .cusCardsImg1{
    background: url(../contents/images/airport-heathrow.webp) center center no-repeat;
}
.airportWrapper .cusCards .cusCardsImg2{
    background: url(../contents/images/airport-gatwick.webp) center center no-repeat;
}
.airportWrapper .cusCards .cusCardsImg3{
    background: url(../contents/images/airport-luton.webp) center center no-repeat;
}
.airportWrapper .cusCards .cusCardsImg4{
    background: url(../contents/images/airport-stansted.webp) center center no-repeat;
}
.airportWrapper .cusCards .cusCardsImg5{
    background: url(../contents/images/airport-london-city.webp) center center no-repeat;
}

.airportWrapper .cusCards .airportIcon{
    position: absolute;
    top: 53px;
    right: 20px;
    width: 70px;
    height: 70px;
    background: #2FBFDD url(../contents/images/airport.webp) center center no-repeat;
    background-size: 40px;
    border-radius: 50%;
}

.airportWrapper .cusCards .cusCardsContent{
    margin-top: -150px;
}

.airportWrapper .cusCards h2 {
    margin: 35px 0 10px;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #222;
    text-transform: capitalize;
}

.airportWrapper .cusCards{
    padding: 0 20px 24px;
}

.airportWrapper .cusCards .customBtn{
    padding: 12px 10px;
    font-size: 12px;
}

.airportWrapper .cusCards p {
    font-size: 11px;
    font-weight: 500;
    color: #757F95;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.airportWrapper .cusCards:hover{
    transform: translateY(-10px);
}

.testimWrapper {
    background: linear-gradient(rgba(0 0 0 / 70%), rgba(0 0 0 / 70%)), url(../contents/images/testim-banner.webp) center center no-repeat;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
}

.testimWrapper .mainHeading h2 {
    color: #fff;
    width: 100%;
}

.testimWrapper .testimContent p {
    
    color: #999;
    width: 800px;
    font-size: 15px;
}

.testimWrapper .testimCard {
    position: relative;
    text-align: left;
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimWrapper .testimCard:before{
    content: "";
    position: absolute;
    bottom: 45px;
    right: 45px;
    opacity: 0.2;
    width: 100px;
    height: 100px;
    background: url(../contents/images/quotation.webp) center center no-repeat;
    background-size: cover;
}

.testimWrapper .testimCard:after{
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 130px;
    height: 130px;
    border: 3px solid #2FBFDD;
    border-left: none;
    border-bottom: none;
    border-radius: 0 20px 0 0 ;
    transition: all 0.5s;
}

.testimWrapper .testimCard:hover:after{
    width: 80%;
    height: 80%;
}

.testimWrapper .testimCard .customerDetails {
    margin-top: 30px;
}

.testimWrapper .testimCard .testimImg {
    display: flex;
    align-items: center;
}

.testimWrapper .testimCard .testimImg img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin-right: 20px;
    border: 3px solid #2FBFDD;
    border-top-color: transparent;
    border-bottom-color: transparent;
    padding: 5px;
}

.testimWrapper .testimCard h3 {
    color: #111;
    font-size: 16px;
    margin-bottom: 0;
}

.testimWrapper .testimCard span {
    color: #2FBFDD;
    font-size: 12px;
    font-weight: 700;
}

.testimWrapper .testimCard p{
    margin: 10px 0;
}

.testimWrapper .testimCard i{
    color: #FFB300;
    font-size: 18px;
}

.testimWrapper .carousel-indicators {
    bottom: -70px;
}

.testimWrapper .carousel-indicators li.active {
    background-color: #2FBFDD;
}

.testimWrapper .cusPagination {
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 800 !important;
}

.testimWrapper .cusPagination sub {
    font-size: 12px;
    color: #999;
}

.testimWrapper .carousel-indicators li {
    position: relative;
    height: 1px;
}

.testimWrapper .carousel-indicators li::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 20px;
    height: 1px;
    background: #2FBFDD;
    display: none;
}

.testimWrapper .carousel-indicators li.active::before {
    display: block;
}

.stationWrapper {
    padding: 100px 0;
    background-color: #fafafa;
}

.stationWrapper .cusCards {
    position: relative;
    box-shadow: 0 0 40px 5px rgba(0 0 0 / 5%);
    background: #fff;
    border-radius: 20px;
    margin: 30px 0;
    padding: 15px;
    transition: all 0.8s;
}

.stationWrapper .cusCards:hover{
    transform: translateY(-10px);
}

.stationWrapper .cusCardsImg{
    background-size: cover !important;
    height: 200px;
    border-radius: 20px;
}

.stationWrapper .cusCardsImg1{
    background: url(../contents/images/station-king-cross.webp) center center no-repeat;
}
.stationWrapper .cusCardsImg2{
    background: url(../contents/images/station-waterloo.webp) center center no-repeat;
}
.stationWrapper .cusCardsImg3{
    background: url(../contents/images/station-euston.webp) center center no-repeat;
}
.stationWrapper .cusCardsImg4{
    background: url(../contents/images/station-london-bridge.webp) center center no-repeat;
}
.stationWrapper .cusCardsImg5{
    background: url(../contents/images/station-victoria.webp) center center no-repeat;
}
.stationWrapper .cusCardsImg6{
    background: url(../contents/images/station-charing-cross.webp) center center no-repeat;
}
.stationWrapper .cusCardsImg7{
    background: url(../contents/images/station-paddington.webp) center center no-repeat;
}

.stationWrapper .cusCards h2{
    margin: 20px 0 10px;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #222;
}

.stationWrapper .cusCards p{
    color: #828282;
    font-size: 12px;
}

.stationWrapper .cusCards a{
    font-size: 10px;
    width: 100%;
    text-align: center;
    padding: 12px 0;
}

.stationWrapper .cusCards a img{
    width: 12px;
    height: 12px;
    margin: -3px 0 0 4px;
    transition: all 0.3s;
}

.stationWrapper .cusCards a:hover img{
    filter: brightness(1) invert(1);
}

 .carousel-control-next,
.carousel-control-prev {
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255 255 255 / 30%);
    border-radius: 50%;
    bottom: auto;
    width: auto;
    opacity: 1;
    padding: 15px;
    transition: all 0.2s;
}

 .carousel-control-prev {
    left: 20px;
}

 .carousel-control-next {
    right: 20px;
}

.carousel-control-next span,
.carousel-control-prev span {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    background: none;
    transition: all 0.3s;
}

.carousel-control-next span i:before,
.carousel-control-prev span i:before{
    font-size: 22px;
    color: #fff;
}

.carousel-control-next:hover,
.carousel-control-prev:hover{
    background-color: #fff;
}


.carousel-control-next:hover.carousel-control-next span i:before,
.carousel-control-prev:hover.carousel-control-prev span i:before{
    color: #2FBFDD !important;
}

/*

.carousel-control-next-icon::before,
.carousel-control-prev-icon::before {
    content: "";
    position: absolute;
    top: 10px;
    background: url(../contents/images/arrow.webp) center center no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
}

.carousel-control-next-icon::before {
    left: -15px;
}

.carousel-control-prev-icon::before {
    right: -32px;
    transform: rotate(180deg);
} */

.fleetWrapper {
    padding: 100px 0;
}

.fleetWrapper .cusCards {
    margin: 20px 0;
    box-shadow: 0px 0px 8px 0px rgb(234 234 234);
    border-radius: 20px;
    padding: 15px;
}

.fleetWrapper .cusCardsImgWrapper {
    overflow: hidden;
    border-radius: 20px;
}

.fleetWrapper .cusCardsImg {
    background-size: contain !important;
    height: 160px;
    transition: all 0.5s;
}

.fleetWrapper .cusCardsImg1 {
    background: url(../contents/images/saloon.webp) center center no-repeat;
}

.fleetWrapper .cusCardsImg2 {
    background: url(../contents/images/estate.webp) center center no-repeat;
}

.fleetWrapper .cusCardsImg3 {
    background: url(../contents/images/executive.webp) center center no-repeat;
}

.fleetWrapper .cusCardsImg4 {
    background: url(../contents/images/mpv.webp) center center no-repeat;
}

.fleetWrapper .cusCards:hover .cusCardsImg {
    transform: rotate(4deg) scale(1.1);
}


.fleetWrapper .cusCards h2 {
    font-size: 16px;
    font-weight: 700;
    color: #232323;
    margin-bottom: 20px;
    padding: 22px 0 18px;
    border-bottom: 1px solid #dddddd;
    text-align: center;
    position: relative;
}

.fleetWrapper .cusCards h2:before{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 6px;
    border-radius: 20px;
    background: #2FBFDD;
}

.fleetWrapper .cusCards ul {
    padding: 0;
    margin: 0;
}

.fleetWrapper .cusCards ul li {
    list-style: none;
    color: #777;
    font-size: 14px;
    margin: 25px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-left: 40px;
    padding-top: 4px;
}

.fleetWrapper .cusCards ul li:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #2FBFDD url(../contents/images/passenger.webp) center center no-repeat;
    background-size: 18px !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.fleetWrapper .cusCards ul li:nth-child(1):before{
    transform: rotateY(180deg);
}

.fleetWrapper .cusCards ul li:nth-child(2):before{
    background: #2FBFDD url(../contents/images/briefcase.webp) center center no-repeat;
}

.fleetWrapper .cusCards ul li:nth-child(3):before{
    background: #2FBFDD url(../contents/images/travel-luggage.webp) center center no-repeat;
}

.fleetWrapper .cusCards ul li span {
    color: #232323;
}

.downloadOurAppWrapper .mainHeading h2{
    width: 100%;
    margin-bottom: 20px;
    font-size: 45px;
}

.downloadOurAppWrapper .mainHeading h2 span{
    color: #2FBFDD;
}

.downloadOurAppWrapper .downloadOurAppInner{
    position: relative;
    background: url(../contents/images/shape-7.webp) center center no-repeat;
    background-size: cover;
    padding: 50px;
    border-radius: 20px;
    margin: 100px 0;
    overflow: hidden;
}

.downloadOurAppWrapper .downloadOurAppInner .downloadImg{
    position: absolute;
    width: 609px;
    height: 409px;
    top: 50%;
    right: 0;
    width: 50%;
    transform: translateY(-50%);
}
.downloadOurAppWrapper .downloadOurAppInner .downloadImg img{
    width: 100%;
    /*height: 100%;*/
}

.aboutHeroWrapper {
    padding: 230px 0 150px;
    text-align: center;
    background: linear-gradient(rgba(0 0 0 / 70%), rgba(0 0 0 / 70%)), url(../contents/images/aboutBanner.webp) center center no-repeat;
    background-size: cover;
}

.aboutHeroWrapper h1 {
    color: #fff;
    font-weight: 800;
    font-size: 32px;
    text-transform: uppercase;
    position: relative;
}

.aboutHeroWrapper .breadCrumbWrapper {
    display: inline-block;
    margin-top: 10px;
}

.aboutHeroWrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.aboutHeroWrapper ul li a {
    color: #fff;
    background: url(../contents/images/chevron-right.svg) 47px 4px no-repeat;
    background-size: 10px;
    padding-right: 25px;
    text-decoration: none;
    transition: all 0.3s;
}

.aboutHeroWrapper ul li a:hover {
    color: #2FBFDD;
}

.aboutHeroWrapper ul li {
    color: #2FBFDD;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.innerPageHeroWrapper {
    background-size: cover !important;
    padding: 130px 0 70px;
}

.heathrowBanner {
    background: linear-gradient(rgba(0 0 0 / 50%), rgba(0 0 0 / 50%)), url(../contents/images/airport-heathrow.webp) center center no-repeat;
}

.gatwickBanner {
    background: linear-gradient(rgba(0 0 0 / 50%), rgba(0 0 0 / 50%)), url(../contents/images/airport-gatwick.webp) center center no-repeat;
}

.lutonBanner {
    background: linear-gradient(rgba(0 0 0 / 50%), rgba(0 0 0 / 50%)), url(../contents/images/airport-luton.webp) center center no-repeat;
}

.stanstedBanner {
    background: linear-gradient(rgba(0 0 0 / 50%), rgba(0 0 0 / 50%)), url(../contents/images/airport-stansted.webp) center center no-repeat;
}

.londonCityBanner {
    background: linear-gradient(rgba(0 0 0 / 50%), rgba(0 0 0 / 50%)), url(../contents/images/airport-london-city.webp) center center no-repeat;
}


.kingCrossBanner {
    background: linear-gradient(rgba(0 0 0 / 50%), rgba(0 0 0 / 50%)), url(../contents/images/station-king-cross.webp) center center no-repeat;
}

.waterlooBanner {
    background: linear-gradient(rgba(0 0 0 / 50%), rgba(0 0 0 / 50%)), url(../contents/images/station-waterloo.webp) center center no-repeat;
}

.eustonBanner {
    background: linear-gradient(rgba(0 0 0 / 50%), rgba(0 0 0 / 50%)), url(../contents/images/station-euston.webp) center center no-repeat;
}

.londonBridgeBanner {
    background: linear-gradient(rgba(0 0 0 / 50%), rgba(0 0 0 / 50%)), url(../contents/images/station-london-bridge.webp) center center no-repeat;
}

.victoriaBanner {
    background: linear-gradient(rgba(0 0 0 / 50%), rgba(0 0 0 / 50%)), url(../contents/images/station-victoria.webp) center center no-repeat;
}

.charingCrossBanner {
    background: linear-gradient(rgba(0 0 0 / 50%), rgba(0 0 0 / 50%)), url(../contents/images/station-charing-cross.webp) center center no-repeat;
}

.paddingtonBanner {
    background: linear-gradient(rgba(0 0 0 / 50%), rgba(0 0 0 / 50%)), url(../contents/images/station-paddington.webp) center center no-repeat;
}

.innerPageHeroWrapper h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
}

.innerPageHeroWrapper h1 span {
    color: #2FBFDD;
}

.innerPageHeroWrapper .appsLinks {
    margin: 25px 0 30px;
}

.innerPagesContentWrapper {
    padding: 100px 0;
}

.innerPagesContentWrapper p {
    color: #888;
    font-weight: 500;
    font-size: 14px;
}

.innerPagesContentWrapper h2 {
    font-size: 20px;
    font-weight: 700;
    color: #444;
    margin: 35px 0 15px;
    text-transform: uppercase;
}

.innerPagesContentWrapper h2 span {
    color: #2FBFDD;
}

.innerPagesContentWrapper h3 {
    font-weight: 700;
    color: #444;
    font-size: 20px;
    margin-top: 35px;
}

.contactContent .customInputs {
    margin: 0;
    background: #222;
    padding: 22px 15px;
}

.contactContent .customInputs::placeholder {
    color: #cecece;
}

.contactContent .customBtn {
    background: #2FBFDD;
    color: #fff;
    padding: 8px 20px;
}

.contactContent i {
    color: #2FBFDD;
    margin-right: 10px;
}

.contactContent a {
    color: #888;
}

.footerSectionwrapper{
    background: #111;
}

.footerSectionwrapper .footerLogoDiv .footerlogo img{
    width: 165px;
    height: 59px;
    margin-bottom: 15px;
}

.footerSectionwrapper .footerSectionInner{
    padding: 80px 0;
}

.footerInnerDiv h2 {
    color: #fff;
    font-size: 25px;
    position: relative;
    margin-bottom: 35px;
}

.footerInnerDiv h2:before,
.footerInnerDiv h2:after{
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.2);
}

.footerInnerDiv h2:before{
    width: 90px;
}

.footerInnerDiv h2:after{
    width: 30px;
    background-color: #2FBFDD;
    left: 20px;
}

.footerInnerDiv h2 span{
    color: #2FBFDD;
}

.footerInnerDiv p{
    color: #fff;
}

.footerInnerDiv ul {
    padding: 0;
    list-style: none;
}
.footerInnerDiv ul li,
.footerInnerDiv ul li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
}

.footerInnerDiv ul li a{
    padding: 5px 0;
    display: inline-block;
}

.footerInnerDiv ul li:hover{
    color: #2FBFDD;
    margin-left: 10px;
}

.footerInnerDiv ul li:hover a{
    color: #2FBFDD;
}

.footerInnerDiv ul li i {
    color: #2FBFDD;
    margin-right: 10px;
}

.footerSectionwrapper .copyrightSection{
    position: relative;
    padding: 30px 0;
    text-align: center;
    background: #181818;
    border-bottom: 5px solid #2FBFDD;   
    overflow-x: clip;
    z-index: 1;
}

.footerSectionwrapper .copyrightSection:before{
    content: "";
    position: absolute;
    right: -55px;
    bottom: 0;
    width: 50%;
    height: 110%;
    transform: skew(-45deg);
    background-color: #2FBFDD;
    z-index: -1;
}

.footerSectionwrapper .copyrightSection p,
.footerSectionwrapper .copyrightSection a{
    color: #fff;
}


.wrapper404 {
    padding: 150px 0;
    text-align: center;
}

.wrapper404 h1 {
    font-size: 100px;
    color: #2FBFDD;
}

.wrapper404 h2 {
    color: #444;
}

.wrapper404 p {
    color: #999;
}

.wrapper404 p a {
    color: #2FBFDD;
}

.wrapper404 .appsLinks {
    justify-content: center;
}

.wrapper404 .appsLinks a {
    text-align: left;
    box-shadow: 0 0 20px rgba(0 0 0 / 10%);
}

.wrapper404 .appsLinks .storeDiv.apple:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.wrapper404 .appsLinks .storeDiv.google:hover {
    color: #2FBFDD;
}

#exampleModalLong .modal-header .close {
    color: #fff;
    font-size: 35px;
}

#exampleModalLong p {
    color: #d4d4d4;
    font-size: 14px;
}

#exampleModalLong .modal-body .mainHeading {
    text-align: left;
    margin-bottom: 20px !important;
}

#exampleModalLong .mainHeading {
    margin-bottom: 0;
}

#exampleModalLong .mainHeading h2 {
    width: 100%;
    color: #fff;
}

#exampleModalLong .mainHeading h2 span {
    color: #2FBFDD;
}

#exampleModalLong .modal-body .mainHeading h2 {
    font-size: 20px;
}

#exampleModalLong .customBtn {
    background: #2FBFDD;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #2FBFDD;
    padding: 10px 30px;
    transition: all 0.3s;
}

#exampleModalLong .customBtn:hover {
    background-color: transparent;
    color: #2FBFDD;
}

#exampleModalLong h3 {
    font-size: 16px;
    font-weight: 700;
    color: #2FBFDD;
}

#exampleModalLong ul li {
    color: #d4d4d4;
}

.zoom_in{
    animation: zoom_in 1s ease-in-out;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes zoom_in {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}

@media (min-width: 576px) {
    #exampleModalLong .modal-dialog {
        max-width: 1000px;
        margin: 1.75rem auto;
    }
}


@media screen and (max-width: 576px) {
    .headerSectionWrapper {
        height: 120px;
    }

    .navSocialDiv,
    .navContactDiv {
        text-align: center !important;
        padding: 10px 0;
    }

    .headerSectionWrapper .navContactDiv a {
        padding: 0 8px;
    }

    .headerSectionWrapper .navbar {
        /* top: 115px; */
        padding: 10px 15px;
    }

    .heroSectionWrapper{
        /* height: 680px; */
        margin-top: 0;
    }
    .innerPageHeroWrapper .container,.bannerContent .container{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    
    .heroSectionWrapper .cus-slider{
        height: 680px;
    }
    
    .heroSectionWrapper h1,.innerPageHeroWrapper h1{
        font-size: 19px !important;
        text-align: center !important;
    }
    .innerPageHeroWrapper .bannerForm {
        margin-top: 0px !important;
    }
    .heroSectionWrapper p{
        width: 100%;
    }

    .carousel-control-next, .carousel-control-prev{
        display: none;
    }

    .heroSectionWrapper .formWrapper {
        padding: 0;
    }

    .mainHeading h2 {
        width: 100%;
    }

    .fleetWrapper .mainHeading h2, .stationWrapper .mainHeading h2{
        margin-bottom: 0;
        font-size: 25px;
    }

    .airportWrapper .mainHeading h2{
        font-size: 25px;
    }

    .cusPagination {
        display: none;
    }

    .airportWrapper .cusCards .airportIcon{
        width: 60px;
        height: 60px;
        top: 64px;
        right: 30px;
        background-size: 35px !important;
    }

    .downloadOurAppWrapper .downloadOurAppInner{
        padding: 50px 20px;
    }

    .downloadOurAppWrapper .mainHeading h2{
        font-size: 22px;
    }

    .footerSectionwrapper .copyrightSection:before{
        right: -65px;
    }
}
.slogs{   
    text-align: start !important;
    width: 100% !important;
    color: #fff !important;
}
@media screen and (max-width:768px) {
    .slogs{   
         text-align: center !important;
    padding: 0px !important;
    margin: 0px !important;
}
    .londonCityBanner,.eustonBanner,.victoriaBanner,.waterlooBanner,.paddingtonBanner,.kingCrossBanner,.charingCrossBanner,.londonBridgeBanner,.gatwickBanner,.heathrowBanner,.lutonBanner,.stanstedBanner{
        background-image: none !important;
        background-color: #000 !important;
    }
    .homePageAboutWrapper {
        padding: 33px 0px !important;
    }
    .innerPagesContentWrapper {
        padding: 0px !important;
    }
    .navSocialDiv,.homePageAboutImg{
        display: none !important;
    }
    .innerPageHeroWrapper {
        background-size: cover !important;
        padding: 53px 0 70px;
    }
    .headerSectionWrapper .navContactDiv a{
        padding: 0 5px;
    }

    .homePageAboutImg {
        height: 350px !important; 
        width: 100%;
    }

    .stationWrapper .stationImg {
        margin-top: 60px;
    }

    .stationWrapper .stationImg::before {
        display: none;
    }

    .stationWrapper .stationImg {
        height: 250px;
    }

    .stationWrapper .cusCards h2 {
        margin-top: 20px;
    }

    .stationWrapper .carousel-item {
        padding-bottom: 40px;
    }

    .stationWrapper .cusCards a {
        bottom: -55px;
    }
}


@media screen and (max-width:992px) {
    .stickOnTop .headerSectionWrapper .navbar {
        height: auto;
    }

    .headerSectionWrapper .navbar .bookTaxiWrapper{
        display: none;
    }

    .headerSectionWrapper .navbar .cusToggle{
        display: none;
    }

    .headerSectionWrapper .topBar{
        border: none;
    }

    .headerSectionWrapper .topBar:before,
.headerSectionWrapper .topBar:after {
    display: none;
}

    .homePageAboutImg {
        height: 500px;
    }

   

    .mainHeading h2 {
        margin-bottom: 8px;
    }

    .mainHeading h3 {
        position: relative;
        left: 0;
        writing-mode: horizontal-tb;
        margin-bottom: 25px;
    }

    .homePageAboutImg::before,
    .homePageAboutImg::after {
        display: none;
    }

    .downloadOurAppWrapper .downloadOurAppInner .downloadImg{
        display: none;
    }

    .footerWrapper .footerNav {
        justify-content: center;
        padding: 15px 0;
    }

    .footerWrapper .copyrightDiv {
        text-align: center;
        padding: 15px 0;
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width: 1200px;
    }
}


.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #2FBFDD;
}


.anchor_service{
    color: #000 !important;
    text-decoration: none !important;
}