html {
    scroll-behavior: smooth;
}

body {
    position: relative;
}

a {
    text-decoration: none;
}

.header {
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 10px;
    left: 0;
}

.navbar {
    background-color: transparent !important;
}
.nav-call{
    display: none;
}

.navbar-brand img {
    width: 200px;
}
.logo2{
    display: none;
}

.navbar-nav .nav-link {
    font-size: 15px;
    padding: 0px 12px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: white !important;
    text-transform: uppercase;
}
.dropdown-menu {
    background: #4CA84C;
}

.dropdown-menu:hover {
    color: #4CA84C;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #4CA84C;
    text-decoration: none;
    background-color: #fff;
}

.dropdown-item {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #4CA84C;
    text-decoration: none;
    background-color: #fff;
}
.sec-main{
    margin-bottom: 30px;
}

.banner-sec {
    padding: 150px 0px 50px;
    /* background-image: url(src/images/home-bg.jpg); */
    background-image: url(src/images/chessington-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.banner-sec::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.heathrow{
    background-image: url(src/images/heahrow-bg.jpg);
    position: relative;
}
.heathrow::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
}
.gatwick-banner{
    background-image: url(src/images/gatwick-bg.jpg);
}
.gatwick-banner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
}
.london-city-banner{
    background-image: url(src/images/london-city-bg.jfif);
}
.london-city-banner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.luton-banner{
    background-image: url(src/images/luton-bg.jpg);
}
.luton-banner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.stansted-banner{
    background-image: url(src/images/stansted-bg.jpg);
}
.stansted-banner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.paddington-bg{
    background-image: url(src/images/paddington-bg.jpg);
}
.paddington-bg::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);

}
.kingcross-bg{
    background-image: url(src/images/kingcross-bg.jpg);
}
.kingcross-bg::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);

}
.charring-bg{
    background-image: url(src/images/charring-bg.jpg);
}
.charring-bg::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);

}
.london-bridge-bg{
    background-image: url(src/images/london-bridge-bg.jpg);
}
.london-bridge-bg::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);

}
.euston-bg{
    background-image: url(src/images/euston-bg.jpg);
}
.euston-bg::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);

}
.victoria-bg{
    background-image: url(src/images/victoria-bg.jpg);
}
.victoria-bg::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);

}
.waterloo-bg{
    background-image: url(src/images/waterloo-bg.jpg);
}
.waterloo-bg::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);

}
.contact-banner {
    background-image: url(src/images/map-img.jpg);
    padding: 185px 0px 75px;
}


.contact-hd {
    color: white;
    font-size: 43px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    /* letter-spacing: 3px; */
    font-family: 'Raleway', sans-serif;
}

.contact-p {
    font-size: 27px;
    color: #4CA84C;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}

.contact-p a {
    text-decoration: none;
    color: white;
}

.contact-sec {
    padding: 40px 0px;
}

.contact-sec h3 {
    color: #4CA84C;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.contact-sec ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-sec ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    color: #595555;
}

.contact-sec ul li a {
    text-decoration: none;
    color: #595555;
}

.contact-sec ul li img {
    margin-right: 10px;
}

.about-bg {
    background-image: url(src/images/about.jfif);
    padding: 150px 0px 75px;
    position: relative;
}

.about-bg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);

}

.about-page {
    padding: 40px 0px !important;
}

.banner-hd {
    color: white;
    font-size: 43px;
    margin-bottom: 20px;
    text-align: start ;
}

.banner-p {
    color: #fff;
    font-size: 15px;
    margin: 0;
}
.book {
    background: #4CA84C;
    padding: 10px 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: white;
    width: fit-content;
    transition: all .5s;
    margin-top: 25px;
}
.book:hover{
    background-color: black;
    color: #fff;
    text-decoration: none;
}
/* .book img{
    transition: all .5s;
}
.book:hover img{
    transform: translateX(-4px);
} */

.download-link {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.download-link img {
    width: 160px;
}

.about-sec {
    padding: 60px 0px;
}

.about-texting {
    margin-bottom: 60px;
}

.about-hd {
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    color: #595555;
}

.about-p {
    text-align: center;
    font-size: 15px;
    color: #595555;
}

.about-info {
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
    line-height: 1.1;
    color: #595555;
    margin-bottom: 20px;
}

.about-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.about-ul li {
    font-size: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    line-height: 28px;
    color: #595555;
}

/* .about-btn {
    margin-top: 40px;
} */
.about-btn2 {
    display: none;
    margin-top: 40px;
}

.about-btn2 {
    font-family: 'Raleway', sans-serif;
    padding: 15px 20px;
    background: #4CA84C;
    color: #fff;
    font-size: 16px;
    transition: .5s;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    border: none;

}

.about-btn2:hover {
    color: #000;
    background-color: transparent;
    border: 1px solid #4CA84C;
}

.about-btn2 img {
    transform: rotate(90deg);
    width: 18px;
    filter: invert(1);
}

.about-btn2:hover img {
    filter: invert(0);
}


.about-btn {
    font-family: 'Raleway', sans-serif;
    padding: 15px 20px;
    background: #4CA84C;
    color: #fff;
    font-size: 16px;
    transition: .5s;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    border: 1px solid #4CA84C;
    margin-top: 40px;

}

.about-btn:hover {
    color: #000;
    background-color: transparent;
    border: 1px solid #4CA84C;
}

/* .about-btn a:hover,
.about-btn a:focus {
    background: #4CA84C;
    color: #fff;
    text-decoration: none;
} */
.about-btn img {
    transform: rotate(90deg);
    width: 18px;
    filter: invert(1);
}

.about-btn:hover img {
    filter: invert(0);
}

.about-sec .modal-dialog {
    max-width: 1200px;
    margin: 2rem auto;
}

.logodiv img {
    width: 150px;
}

.about-sec .modal-body h3 {
    font-size: 30px;
    margin: 20px 0px;
    color: #4CA84C;
    text-transform: uppercase;
}

.about-sec .modal-body p {
    font-size: 17px;
    margin: 10px 0px 20px;
    /* text-align: start; */
}
.about-sec .modal-body p span{
    font-weight: 500;
    text-transform: uppercase;
}
.mb-30{
    margin-bottom: 30px !important;
}

.about-sec .modal-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    text-align: start;
}

.about-sec .modal-body ul li {
    font-size: 18px;
    color: #595555;
}

.about-sec .modal-body ul li img {
    width: 16px;
    margin-right: 10px;

}

.station-main {
    background-color: #4CA84C;
    text-align: center;
    margin-bottom: 30px;
}

.station-img {
    background-image: url(src/images/heathrow.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100px;

}

.gatwick {
    background-image: url(src/images/GATWICKEDITED.jpg);
}

.stansted {
    background-image: url(src/images/stansted.jpg);
}

.station-hd {
    padding: 10px 0px;
}

.luton {
    background-image: url(src/images/luton.jpg);
}

.london-city {
    background-image: url(src/images/london-city.jpg);
}

.station-hd h4 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.station-hd a{
    text-decoration: none;
}

.cus-div {
    display: flex;
    flex-wrap: wrap;
}

.airplane {
    width: 100%;
    height: 100%;

}

.airport-sec {
    padding: 40px 0px;
}

.station-sec {
    padding: 80px 0px 40px;
}

.train-main {
    margin-bottom: 30px;
    background: #4CA84C;
    padding: 30px;
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
}
.train-main a{
    text-decoration: none;
}

.train-main:hover {
    background-color: #595555;
}

.train-img img {
    width: 50px;
}

.train-main:hover .train-img {
    background-color: #4CA84C;
}

.train-main .train-img {
    background: rgba(0, 0, 0, 0.3);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 10px;
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    border-radius: 8px;
}

.areas {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
}

.areas-txt {
    margin-bottom: 0;
    color: white;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.fleet-sec {
    padding: 40px 0px;
}

.fleet-main {
    background-color: #40463e;
    padding: 0px 0px 10px;
    display: block;
    margin: 0;
    overflow: hidden;
}

.fleet-main:hover .fleet-img {
    transform: scale(1.2) rotate(5deg);
}

.fleetImgWrapper {
    overflow: hidden;
}

.fleet-img {
    background-image: url(src/images/saloon.jpg);
    height: 120px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .5s;
}

.estate {
    background-image: url(src/images/estate.jpg);
}

.mpv {
    background-image: url(src/images/mpv.jpg);
}

.excuative {
    background-image: url(src/images/excutive.jpg);
}

.fleet-hd {
    margin: 20px 0px;
    border: 1px solid #fff;
    border-left: 0;
    border-right: 0;
}

.fleet-hd h4 {
    font-size: 20px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0px;
}

.fleet-txt ul {
    margin: 0;
    list-style: none;
    /* display: flex;
    justify-content: center; */
    padding: 0px 20px;
    text-align: center;
}
.fleet-txt ul li{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}
.fleet-txt ul li span {
    font-size: 16px;
    color: white;
    font-weight: 500;
    
}

.fleet-btn {
    margin: 20px 30px;
}

.fleet-btn a {
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    background: transparent;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: all .5s;
}

.fleet-main:hover .fleet-btn a {
    color: #40463e;
    background-color: #4CA84C;
    border-color: #4CA84C;
}

.footer {
    padding: 20px 0px;
    background-color: #4CA84C;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-p p {
    margin: 0;
    padding-top: 0;
    font-size: 18px;
    font-weight: 500;
    color: white;
    font-family: 'Raleway', sans-serif;
}

.footer-p a {
    color: white;
    text-decoration: none;
    transition: all .5s;
}

.footer-p a:hover {
    color: #595555;
}

.footer-link {
    display: flex;
    gap: 20px;
}

.footer-link a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.airport-content {
    padding: 45px 0 50px;
}
.airport-content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #212121;
    margin-top: 32px;
    margin-bottom: 15px;
}
.airport-content p {
    font-size: 18px;
    font-weight: 400;
    color: #494949;
    margin-bottom: 10px;
    line-height: 35px;
}
.airport-content p span {
    font-weight: 700;
    text-transform: uppercase
}


@media screen and (max-width: 992px) {
    .header {
        top: 0;
    }

    .navbar {
        background-color: white !important;
    }

    .navbar-nav .nav-link {
        color: #595555 !important;
        padding: 8px 0px;
    }
    .logo1{
        display: none;
    }
    .logo2{
        display: block;
    }
    .navbar-light .navbar-toggler {
        background-color: white;
    }
    .nav-fun {
        display: flex;
        gap: 10px;
    }
    .nav-call {
        padding: 0px;
        background: white;
       border: 1px solid rgba(0,0,0,.1);
        border-radius: 4px;
        margin: 0;
        width: 50px;
        display: flex;
        justify-content: center;
        height: 35px;
        align-items: center;
    }
    .navbar-toggler-icon{
        width: 22px;
        height: 22px;
    }
    .navbar-toggler{
        width: 55px;
        height: 35px;
        padding: 0;
    }
    .nav-call img {
        width: 20px;
    }
    .navbar-brand img {
        width: 160px;
    }

    .banner-sec {
        padding: 100px 0px 20px;
    }
    .book{
        display: none;
    }
    .banner-hd {
        font-size: 30px;
    }

    .download-link {
        gap: 15px;
        justify-content: start;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .about-sec {
        padding: 30px 0px;
    }
    .about-info {
        font-size: 25px;
    }

    .about-hd {
        font-size: 23px;
        line-height: 30px;
    }

    .about-p {
        font-size: 13px;
    }

    .about-ul li {
        font-size: 12px;
        gap: 5px;
    }

    .about-ul li img {
        width: 16px;
    }

    .about-btn2 {
        display: flex;
        align-items: center;
        padding: 12px 10px;
        font-size: 14px;
    }
    .about-btn2 img{
        width: 14px;
    }

    .about-btn {
        display: none;
    }

    .about-sec .modal-body h3 {
        font-size: 25px;
        margin: 15px 0px;
    }

    .about-sec .modal-body p {
        font-size: 15px;
        margin: 10px 0px 15px;
        /* text-align: start; */
    }

    .airport-sec {
        padding: 30px 0px;
    }

    .airport-sec .cus-div {
        justify-content: center;
    }

    .station-hd h4 {
        font-size: 13px;
    }

    .airplane {
        display: none;
    }

    .cus-div .col-md-4:nth-child(4) .station-main,
    .cus-div .col-md-4:nth-child(5) .station-main {
        margin-bottom: 0;
    }

    .station-sec {
        padding: 40px 0px 30px;
    }

    .train-main {
        margin-bottom: 30px;
        background: #4CA84C;
        padding: 20px;
    }

    .train-main .train-img {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
        margin-top: 0;
    }

    .train-img img {
        width: 40px;
    }

    .areas {
        font-size: 15px;
    }

    .areas-txt {
        font-size: 12px;
    }

    .station-sec .col-lg-3:last-child .train-main {
        margin-bottom: 0;
    }

    .fleet-sec {
        padding: 30px 0px;
    }

    .fleet-main {
        margin-bottom: 30px;
    }

    /* .fleet-txt ul {
        justify-content: space-between;
    } */

    .fleet-txt ul li {
       
        align-items: center;
        gap: 5px;
    }

    .fleet-txt ul li img {
        width: 18px;
        margin-right: 5px;
    }

    .fleet-btn {
        margin: 20px 70px;
    }

    .fleet-btn a {
        padding: 10px 15px;
        font-size: 15px;
    }

    .fleet-sec .col-md-6:nth-child(3) .fleet-main,
    .fleet-sec .col-md-6:nth-child(4) .fleet-main {
        margin-bottom: 0;
    }

    .footer-p p {
        font-size: 15px;
    }

    .footer-link {
        gap: 15px;
    }

    .footer-link a {
        width: 30px;
        height: 30px;
    }
    .airport-content p {
        font-size: 16px;
        line-height: 28px;
    }
    .airport-content h2 {
        font-size: 25px;
        margin-top: 25px;
    }
    .sec-main {
        margin-bottom: 20px;
    }
    .about-page {
        padding: 20px 0px !important;
    }
    .airport-content h2 {
        margin-top: 15px;
    }
    .contact-sec {
        padding: 25px 0px;
    }
    .about-bg{
        padding: 125px 0px 30px;
    }
}










@media screen and (max-width: 767px) {
    .header {
        top: 0;
    }

    .logodiv img {
        width: 100px;
    }

    .navbar {
        background-color: white !important;
    }
    .navbar-light .navbar-toggler {
        background-color: white;
    }
    .navbar-toggler {
        padding: 3px 10px;
    }
    .nav-fun {
        display: flex;
        gap: 10px;
    }
    .nav-call {
        padding: 0px;
        background: white;
        border: 1px solid rgba(0,0,0,.1);
        border-radius: 4px;
        margin: 0;
        width: 45px;
        display: flex;
        justify-content: center;
        height: 30px;
        align-items: center;
    }
    .navbar-toggler-icon{
        width: 22px;
        height: 22px;
    }
    .navbar-toggler{
        width: 45px;
        height: 30px;
        padding: 0;
    }

    .nav-call img {
        width: 20px;
    }

    .navbar-brand img {
        width: 130px;
    }

    .navbar-nav .nav-link {
        color: #595555 !important;
        padding: 8px 0px;
    }

    .banner-sec {
        padding: 80px 0px 20px;
    }

    .banner-hd {
        font-size: 20px;
        margin-bottom: 5px;
        text-align: center ;
    }

    .banner-p {
        font-size: 12px;
        line-height: 18px;    ;
    }

    .download-link {
        gap: 10px;
        justify-content: start;
        margin-top: 20px;
        margin-bottom: 10px;
        margin-top: 8px;
    }

    .download-link img {
        width: 100px;
    }

    .about-sec {
        padding: 25px 0px;
    }

    .about-texting {
        margin-bottom: 30px;
    }

    .about-hd {
        font-size: 18px;
        line-height: 28px;
    }

    .about-p {
        font-size: 12px;
    }

    .about-info {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .about-ul li {
        font-size: 10px;
        gap: 5px;
    }

    .about-ul li img {
        width: 16px;
    }
    .about-btn2 {
        display: flex;
        align-items: center;
        padding: 10px 10px;
        font-size: 14px;
        margin-top: 15px;
    }
    .about-btn2 img{
        width: 14px;
    }

    /* .about-btn {
        margin: 20px 0px;
    } */

    /* .about-btn{
        padding: 10px 10px;
        font-size: 12px;
    } */

    .about-sec .modal-content {
        height: auto;
    }

    .about-sec .modal-body h3 {
        font-size: 15px;
        margin: 10px 0px;
    }

    .about-sec .modal-body p {
        font-size: 12px;
        margin: 10px 0px 10px;
        line-height: 24px;
    }

    .about-sec .modal-header .close {
        margin-top: -22px;
        margin-right: 0px;
        margin-left: auto;
        color: #fff;
        font-size: 20px;
        background: #4CA84C;
        border-radius: 50%;
        padding: 4px 10px 10px;
        opacity: 1;
        outline: none;
        transition: all .5s;
    }

    .car {
        margin-top: 20px;
    }

    .airport-sec {
        padding: 20px 0px;
    }

    .station-main {
        margin-bottom: 25px;
    }

    .station-hd h4 {
        font-size: 13px;
    }

    .cus-div .col-lg-4:last-child .station-main {
        margin-bottom: 0;
    }

    .airplane {
        display: none;
    }

    .station-sec {
        padding: 30px 0px 20px;
    }

    .train-main {
        margin-bottom: 30px;
        background: #4CA84C;
        padding: 20px;
    }

    .train-main .train-img {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
        margin-top: 0;
    }

    .train-img img {
        width: 40px;
    }

    .areas {
        font-size: 15px;
    }

    .areas-txt {
        font-size: 12px;
    }

    .station-sec .col-lg-3:last-child .train-main {
        margin-bottom: 0;
    }

    .fleet-sec {
        padding: 20px 0px;
    }

    .fleet-main {
        margin-bottom: 30px;
    }
    .fleet-sec .col-md-6:nth-child(3) .fleet-main,
    .fleet-sec .col-md-6:nth-child(4) .fleet-main {
        margin-bottom: 30px;
    }

    .fleet-hd {
        margin: 15px 0px;
    }

    .fleet-hd h4 {
        font-size: 17px;
        padding: 10px 0px;
        margin: 0;
    }

    /* .fleet-txt ul {
        display: block;
    } */

    .fleet-txt ul li {
        margin-bottom: 10px;
    }

    .fleet-txt ul li img {
        width: 16px;
        margin-right: 5px;
    }

    .fleet-txt ul li span {
        font-size: 13px;

    }

    .fleet-btn {
        margin: 10px 80px;
    }

    .fleet-btn a {
        padding: 10px 10px;
        font-size: 15px;
    }

    .fleet-sec .col-lg-3:last-child .fleet-main {
        margin-bottom: 0;
    }

    .footer-main {
        display: block;
    }

    .footer-p {
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-p p {
        font-size: 12px;
    }

    .footer-link {
        gap: 10px;
        justify-content: center;
    }

    .footer-link a {
        width: 25px;
        height: 25px;
    }

    .footer-link a img {
        width: 12px;
    }
    .airport-content p {
        font-size: 15px;
        line-height: 25px;
    }
    .airport-content h2 {
        font-size: 20px;
        margin-top: 25px;
       
    }
    .sec-main {
        margin-bottom: 10px;
    }
    .about-bg{
        padding: 100px 0px 20px;
    }
    .about-page {
        padding: 20px 0px !important;
    }
    .mt-10{
        margin-top: 10px !important;
    }
    .contact-hd {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .contact-p {
        font-size: 22px;
        gap: 5px;
        margin: 0;
    }
    .contact-p img{
        width: 22px;
    }
    .contact-banner{
        padding: 100px 0px 20px;
    }
    .contact-sec {
        padding: 20px 0px;
    }
    .contact-sec ul li {
        font-weight: 500;
        font-size: 12px;
        line-height: 25px;
        color: #595555;
    }
    .contact-sec ul li img {
        margin-right: 5px;
        width: 12px;
    }
}

.head-main-div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

body .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover{
    color: #fff !important;
}

.modal-header button {
	background-color: #4CA84C !important;
}
.btn:not(:disabled):not(.disabled){
    cursor: pointer;
    color: #fff !important;
}

/* Whats App Button Css Start */
.wapp-btn {
    position: fixed;
    bottom: 20px;
    left: 20px; 
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    cursor: pointer;
    transition: 0.3s;
}

.wapp-btn img {
    width: 30px;
    height: 30px;
}

.wapp-btn:hover {
    transform: scale(1.1);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .wapp-btn {
        width: 50px;
        height: 50px;
        bottom: 15px;
        left: 15px;
    }

    .wapp-btn img {
        width: 25px;
        height: 25px;
    }
}
/* Whats App Button Css End */