.container {
    width: 100%;
    max-width: 1200px !important;
    margin: 0 auto;
    display: table;
}

.about-section {
    width: 100%;
    padding: 90px 0;
}

.main-hd {
    text-align: center;
}

.main-hd h2 {
    text-align: center;
    font-size: 40px;
    margin: 0 0 30px;
    font-weight: 700;
}

.main-hd p {
    color: #fff;

}

.about-btn {
    width: 100%;
    text-align: center;
    margin: 40px 0 0;
}

.about-section .modal-dialog {
    max-width: 1200px;
}

.about-btn button {
    width: 20%;
    padding: 10px;
    background-color: #0c2b4b;
    border: 0;
}

.about-btn button:hover {
    background-color: #e99600 !important;
    color: #000;
}

.about-btn button:focus {
    background: #0c2b4b;
    border: none;
    box-shadow: none;
}

.about-txt p {
    font-size: 19px;
}

.about-img img {
    width: 100%;
}

.our-services {
    width: 100%;
    padding: 100px 0;
    background-color: #f2f4f7;
}

.service-bx {
    text-align: center;
}

.service-img img {
    margin-bottom: 10px;
}

.service-h4 {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
}

.mid-box {
    width: 100%;
    display: flex;
    justify-content: center;
}

.inner-mid {
    background-color: #0c2b4b;
    width: 20%;
    display: flex;
    padding: 50px;
    justify-content: center;
    border-radius: 100%;
}

.inner-mid h3 {
    font-size: 23px;
    color: #fff;
}

.airport-section {
    width: 100%;
    padding: 100px 0;
}

.airport-section a {
    text-decoration: none !important;
}

.airport-txt span {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}

.airport-txt-1 span {
    font-size: 60px;
    font-weight: 500;
    color: #fff;
}

.airport-txt {
    width: 100%;
    height: 250px;
    background-color: #0c2b4bbd;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.4s;
}

.airport-txt-1 {
    width: 100%;
    height: 500px;
    background-color: #0c2b4bbd;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.4s;
}

.airport-bx {
    width: 100%;
    height: 250px;
    background: url('../img/london-city.webp') no-repeat;
    background-size: cover;
    background-position: center;
    transition: 0.4s;
}

.airport-bx:hover {
    border-radius: 50%;
}

.airport-bx-1 {
    width: 100%;
    height: 500px;
    background: url('../img/heathrow-international-airport.webp') no-repeat;
    background-size: cover;
    background-position: center;
    transition: 0.4s;
}

.airport-bx-2 {
    width: 100%;
    height: 250px;
    background: url('../img/gatwick-img.webp') no-repeat;
    background-size: cover;
    background-position: center;
    transition: 0.4s;
}

.airport-bx-2:hover {
    border-radius: 50%;
}

.airport-bx-3 {
    width: 100%;
    height: 250px;
    background: url('../img/luton-img.webp') no-repeat;
    background-size: cover;
    background-position: center;
    transition: 0.4s;
}

.airport-bx-3:hover {
    border-radius: 50%;
}


.airport-bx-4 {
    width: 100%;
    height: 250px;
    background: url('../img/stansted-img.webp') no-repeat;
    background-size: cover;
    background-position: center;
    transition: 0.4s;
}

.airport-bx-4:hover {
    border-radius: 50%;
}


.airport-bx-2:hover>.airport-txt {
    opacity: 1;
    border-radius: 50%;
}

.airport-bx-1:hover {
    border-radius: 50%;
}

.airport-bx-1:hover>.airport-txt-1 {
    opacity: 1;
    border-radius: 50%;
}

.airport-bx:hover>.airport-txt {
    opacity: 1;
    border-radius: 50%;
}

.airport-bx-3:hover>.airport-txt {
    opacity: 1;
    border-radius: 50%;
}

.airport-bx-4:hover>.airport-txt {
    opacity: 1;
    border-radius: 50%;
}


.station-services {
    width: 100%;
    padding: 100px 0;
    background-color: #f2f4f7;
}

.station-bx {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 2px solid #000;
    padding: 10px;
    transition: 0.3s;
    margin-bottom: 20px;
    background-color: #fff;
}

.station-services a {
    text-decoration: none !important;
}

.station-txt span {
    font-size: 21px;
    font-weight: 500;
    color: #000;
}

.station-txt {
    transform: rotateZ(90deg);
}

.station-bx:hover {
    box-shadow: 0px 1px 15px 3px #000;
}

.our-fleet {
    width: 100%;
    background: url('../img/fleet-back.webp') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
}

.our-fleet h2 {
    color: #fff;
}

.fleet-img img {
    width: 100%;
}

.fleet-hd span {
    font-size: 35px;
    font-weight: 500;
    color: #f3bd00;
}

.fleet-inner span {
    font-size: 20px;
    color: #fff;
}

.fleet-inner {
    display: flex;
    justify-content: space-evenly;
    border: 1px solid #fff;
    padding: 10px;
}

.fleet-div {
    padding: 40px 30px;
    background-color: rgba(12, 43, 75, 0.3);
    transition: 0.4s;
}

.fleet-div:hover {
    background-color: #0c2b4b;
}




/*about us page css start*/

.about-inner {
    padding: 90px 0;
}

.about-inner-txt p {
    font-size: 18px;
}

.about-inner-txt h2 {
    color: #0c2b4b;
}

.about-inner-txt {
    margin: 0 0 30px;
}

.about-inner-txt h3 {
    font-size: 25px;
    color: #0c2b4b;
}

/*about us page css close*/





/*contact page css start*/

.contact-hd h2 {
    color: #0c2b4b;
    font-size: 40px;
    text-align: center;
    margin: 0px 0 25px;
}

.contact-info span {
    color: #0c2b4b;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin: 0px 0 25px;
}

.new-input {
    border: 2px solid #e99600 !important;
}

.new-btn:hover {
    background-color: #0c2b4b !important;
    color: #fff !important;
}

.new-btn {
    background-color: #e99600 !important;
    color: #fff;
    transition: 0.3s;
}

.row1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0c2b4b;
    padding: 15px;
    margin: 10px;
    border-radius: 100%;
}

.list-info ul {
    padding: 0;
    margin: 0;
}

.list-info ul li {
    list-style: none;
    display: flex;
    align-items: center;
}

.number-div span {
    color: #000;
    font-size: 17px;
}

.number-div a {
    color: #000;
    font-size: 17px;
    font-weight: 500;
}

.number-div a:hover {
    color: #000;
}


/*contact page css close*/



footer {
    width: 100%;
    padding: 30px 0;
    background-color: #0c2b4b;
}

.footer-txt span {
    font-size: 17px;
    color: #fff;
}

.footer-txt {
    text-align: center;
}

.footer-txt a {
    color: #e99600;
    text-decoration: none;
}

.footer-txt a:hover {
    color: #e99600;
    text-decoration: none;
}


.content-404 {
    width: 100%;
    height: 100vh;
    background-color: #e99600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.heading-404 {
    text-align: center;
    color: #0C2B4B;
    font-size: 80px;
    font-weight: 700;
}

.sub-heading-404 {
    font-size: 35px;
    font-weight: 700;
}

.para-404 {
    font-size: 22px;
    text-align: center;
}

.link-404 {
    color: #0C2B4B;
}


/*responsive media query */

@media screen and (min-width: 240px) and (max-width: 767px) {


    .about-btn button {
        width: 50%;
    }

    .mid-box {
        display: none;
    }

    .call-div {
        justify-content: unset;
    }

    .email-div {
        justify-content: unset;
    }

}