html{
    scroll-behavior: smooth;
}
body{
    padding: 0 !important;
    margin: 0 !important;
}
.nav-link{
    color: #fff !important;
}
.navbar{
    text-align: start !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #5e2021 !important;
}
.airport-page-sec{
    background-image: url(img/heathrow.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 75px;
    padding: 60px 0px 20px;
    position: relative;
}
.airport-page-sec::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0, 0.90);
}
.Gatwick{
    background-image: url(img/gatwick-airport-transfers.jpg);
    background-position: top;
}
.Gatwick::before{
    background-color: rgb(0, 0, 0, 0.50);
}
.Stansted{
    background-image: url(img/stansted-airport-transfers.jpg);
    background-position: top;
}
.Stansted::before{
    background-color: rgb(0, 0, 0, 0.60);
}
.Luton{
    background-image: url(img/luton-airport-transfers.jpg);
    background-position: top;
}
.Luton::before{
    background-color: rgb(0, 0, 0, 0.70);
}
.London-City{
    background-image: url(img/city-airport-transfers.jpg);
    background-position: bottom;
}
.London-City::before{
    background-color: rgb(0, 0, 0, 0.70);
}
.Victoria{
    background-image: url(img/London-Victoria.jpg);
    background-position: bottom;
}
.Victoria::before{
    background-color: rgb(0, 0, 0, 0.40);
}
.Euston{
    background-image: url(img/Eustonstation.jpg);
    background-position: bottom;
}
.Euston::before{
    background-color: rgb(0, 0, 0, 0.60);
}
.Paddington{
    background-image: url(img/paddingtoon.jpg);
    background-position: bottom;
}
.Paddington::before{
    background-color: rgb(0, 0, 0, 0.60);
}
.Waterloo{
    background-image: url(img/waterloo.jpg);
    background-position: bottom;
}
.Waterloo::before{
    background-color: rgb(0, 0, 0, 0.60);
}
.KingsCross{
    background-image: url(img/kingscross.jpg);
    background-position: bottom;
}
.KingsCross::before{
    background-color: rgb(0, 0, 0, 0.60);
}
.CharingCross{
    background-image: url(img/charingcross.jpg);
    background-position: bottom;
}
.CharingCross::before{
    background-color: rgb(0, 0, 0, 0.60);
}
.LondonBridge{
    background-image: url(img/bridge.jpg);
    background-position: bottom;
}
.LondonBridge::before{
    background-color: rgb(0, 0, 0, 0.60);
}
.airport-page-sec h2{
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    font-family: system-ui;
}
.airport-page-sec p{
    font-weight: 700;
    color: #fff;
    font-family: monospace;
    font-size: 17px;
}
.downloading-app{
    margin-bottom: 30px;
}
.phone-number {
    padding: 7px 18px;
    border: 2px solid #5e2021;
    text-decoration: none;
    color: white;
    background: #5e2021;
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
}
.phone-number:hover{
    text-decoration: none;
    color: white;
}
.form-bg-2{
    margin-top: 30px;
}
.form-div-2{
    padding: 0 10px !important;
}
.content-side{
    padding: 30px 0;
}
.content-side h3 {
    margin: 25px 0;
    font-weight: 700;
    text-transform: uppercase;
}
.content-side p{
    font-size: 16px;
}
footer{
    background-color: #5e2021;
    padding: 20px 0;
}
footer p{
    margin: 0 !important;
    color: #fff;
}
footer p a{
    color: white;
}
footer p a:hover{
    color: white;
    text-decoration: none;
}
.nav-call{
    border: 1px solid rgba(255,255,255,.1);
    padding: 6px 15px;
    border-radius: 4px;
    display: none;
}

.float-right{
    position: relative;
    bottom: 10px;
}
.float-right a img{
    width: 44px;
}


@media screen and (max-width: 767px) {
    .navbar-brand{
        margin-right: 0 !important;
        padding: 0 !important;
        text-shadow: none !important;
        color: white !important;
        font-family: serif !important;
        font-size: 16px !important;
    }
    .phone-number{
        display: none;
    }
    .nav-fun{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .nav-call{
        display: block;
    }
    .carousel{
        margin-top: 58px !important;
    }
    .carousel-caption p a{
        display: none !important;
    }
    .cus-container{
        margin-top: -260px !important;
    }
    .airport-page-sec{
        margin-top: 57px;
        padding: 20px 0px 0px;
    }
    .airport-page-sec h2 {
        font-size: 23px;
        line-height: 35px;
        margin-top: 0 ;
        margin-bottom: 10px;

    }
    .airport-page-sec p {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .downloading-app{
        margin-bottom: 10px;
    }
    .form-bg-2{
        margin-top: 0;
    }
    .content-side{
        padding: 20px 0;
    }
    .content-side h3{
        margin: 15px 0px;
        font-size: 20px ;
        line-height: 30px;
    }
    .content-side p{
        font-size: 15px;
    }
    footer p{
        font-size: 13px;
    }
    
}