:root {
    --primary-color: #FFC61A;
    --secondary-color: #000;
    --tritary: #fff;
    --poppins: sans-serif;
}

html {
    font-size: 10px;
    scroll-behavior: smooth;
}

.about-sec ul li {
    color: var(--secondary-color);
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 1.8rem;
}

body {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    font-family: var(--poppins);
    position: relative;
}
.row {
    flex-wrap: wrap;
}
img,
video,
object {
    max-width: 100%;
}

.taxi-img img {
    width: 550px;
    height: 270px;
}

.nav-link {
    font-size: 1.6rem;
    margin-right: 2rem;
    /* padding: 1.5rem 3rem !important; */
    padding: 1.5rem 1.6rem !important;
    font-weight: 500;
    text-decoration: none !important;
    color: var(--primary-color);
    box-shadow: 0 0 0 .1em inset var(--primary-color);
    --_g: linear-gradient(var(--primary-color),var(--primary-color) 0 0) no-repeat;
    background:
        var(--_g) calc(var(--_p, 0%) - 100%) 0%,
        var(--_g) calc(200% - var(--_p, 0%)) 0%,
        var(--_g) calc(var(--_p, 0%) - 100%) 100%,
        var(--_g) calc(200% - var(--_p, 0%)) 100%;
    background-size: 50.5% calc(var(--_p, 0%)/2 + .5%);

    transition: background-size .4s, background-position 0s .4s;
}

.active,
.nav-link:hover {
    color: #000 !important;
    --_p: 100%;
    transition: background-position .4s, background-size 0s;
}

.banners {
    height: 60vh !important;
}

.topbar {
    padding: 2rem 1rem;
    background-color: #000;
}

.topbar img {
    width: 25px;
    height: 25px;
    margin-right: 1rem;
}

.topbar span {
    font-size: 1.6rem;
    color: var(--primary-color);
}

.social-imgs {
    display: flex;
    justify-content: end;
    align-items: center;
}

.social-imgs img {
    margin-right: 2rem;
    transform: rotate(0);
    transition: .3s;
}

.social-imgs img:hover {
    transform: rotate(360deg);
}

.header {
    background: transparent;
    position: absolute;
    width: 100%;
}

.logo {
    height: 80px;
    width: 180px;
}

.navbar {
    position: absolute;
    padding: 1rem 2rem;
    background-color: transparent;
    z-index: 999;
    width: 100%;
    transition: .8s;
    top: 0px;
}

.navbar-collapse {
    justify-content: center;
}

a {
    text-decoration: none !important;
}

a:hover {
    color: white;
}

.navbar ul {
    margin: 0;
    padding: 0;
}

.call-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 3px 3px 20px;
    font: 600 16px "Prompt", sans-serif;
    text-transform: capitalize;
    border-radius: 28px;
    line-height: 20px;
    transition: all 0.3s ease-out 0s;
    background-color: var(--primary-color);
    color: var(--tritary);
}

.call-btn img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    margin-left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.hero-banner {
    background-image: url(./src/assets/images/banner.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    width: 100%;
}

.hero-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.80)
}

.banner-content {
    padding: 150px 0 50px;
}

.mainHd {
    color: var(--tritary);
    font-size: 5rem;
    font-weight: 500;
    margin-bottom: 3rem;
    margin-top: 3rem;
    margin-bottom: 5rem;
}

.bookbtn {
    box-shadow: 0 0 0 .1em inset var(--primary-color);
    --_g: linear-gradient(var(--primary-color),var(--primary-color) 0 0) no-repeat;
    background:
        var(--_g) calc(var(--_p, 0%) - 100%) 0%,
        var(--_g) calc(200% - var(--_p, 0%)) 0%,
        var(--_g) calc(var(--_p, 0%) - 100%) 100%,
        var(--_g) calc(200% - var(--_p, 0%)) 100%;
    background-size: 50.5% calc(var(--_p, 0%)/2 + .5%);
    color: var(--tritary);
    padding: 1.4rem 2.6rem;
    padding-bottom: 1.3rem;
    font-size: 1.6rem;
    margin-right: 1.6rem;
    border-radius: 5px;
    transition: background-size .4s, background-position 0s .4s;
}

.bookbtn:hover {
    transition: background-position .4s, background-size 0s;
    color: #000 !important;
    --_p: 100%;

}

.bookbtn img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.morebtn:hover span,
.morebtn:hover i {
    color: var(--tritary) !important;
}

.stationbtn {
    --_g: linear-gradient(var(--tritary),var(--tritary) 0 0) no-repeat;
    box-shadow: 0 0 0 0.1em inset var(--tritary);
}

.stationbtn:hover {

    color: var(--primary-color) !important;
    --_p: 100%;
    transition: background-position .4s, background-size 0s;
}

.morebtn img {
    width: 22px;
    height: 20px;
}

.cards-sec {
    padding: 5rem 0;
    border-bottom: 1px solid var(--primary-color);
}

.service-sec {
    padding: 8rem 0;
}

.secHd {
    color: var(--secondary-color);
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.secHd span {
    color: var(--primary-color);
}

.sec-para {
    color: #777777;
    font-size: 1.6rem;
    font-weight: 400;
    margin: .5rem 0 5rem;
}

.service-box {
    background-color: var(--primary-color);
    border: 1px solid transparent;
    border-radius: 10px;
    text-align: center;
    padding: 2rem 1rem 3rem;
    margin-bottom: 30px;
    transition: 0.3s;
    position: relative;
}

.service-box:hover {
    transform: translateY(5px);
    border-color: var(--primary-color);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.service-box h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.service-img img {
    width: 128px;
    height: 128px;
    transition: .8s;
}

.service-box:hover .service-img img {
    transform: rotate(360deg);
}

.airport-sec {
    background-image: url(src/assets/images/car-banner.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: auto;
    position: relative;
    padding-bottom: 7rem;
}

.airport-sec::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000bb;
}

.airport-sec .secHd {
    margin-top: 8rem;
    color: var(--tritary);
}

.airoplane-card {
    position: relative;
    height: 260px;
    border: 1px solid var(--primary-color);
    text-align: center;
    margin-bottom: 4rem;
    transition: all .8s;
    border-radius: 10px;
    padding-top: 2rem;
    background-color: var(--primary-color);
    overflow: hidden;
}

.airoplane-card img {
    width: 130px;
    height: 130px;
}

.airoplane-card:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.card-inner {
    padding: 3.5rem 3rem;
}

.card-inner h3 {
    font-weight: 500;
    font-size: 2.2rem;
    color: #444444;
    margin-bottom: 1rem;
}

.airport-detail {
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    top: 0;
    height: 0;
    width: 100%;
    position: absolute;
    background-color: var(--secondary-color);
    border-radius: 1rem;
    opacity: 0;
    transition: all .8s ease;
    z-index: 10;
}

.airport-detail h3 {
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--primary-color);
    margin-bottom: 2rem;
}

.airport-detail p {
    color: var(--tritary);
    font-size: 1.8rem;
    font-weight: 400;
}

.airoplane-card:hover .card-inner,
.airoplane-card:hover .card-img {
    transition: all .8s;
    opacity: 0;
}

.airoplane-card:hover .airport-detail {
    opacity: 1;
    height: 100%;
}

.station-card {
    margin-top: 3rem;
    padding-bottom: 2rem;
    background-color: var(--primary-color);
    border-radius: 10px;
    text-align: center;
    height: 440px;
    position: relative;
    overflow: hidden;
}

.station-img {
    overflow: hidden;
}

.station-img img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    transition: 1s;
}

.station-inner {
    padding: 2rem .5rem;
}

.station-inner h3 {
    font-size: 2.2rem;
    color: var(--tritary);
    margin-bottom: 2rem;
}

.station-inner p {
    color: var(--tritary);
    font-size: 1.6rem;
    margin-bottom: 3rem;
}

.station-inner a {
    position: absolute;
    z-index: 3;
    top: 370px;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    border-color: var(--tritary);
    margin-right: 0;
    padding: 1rem 3rem;
}

.station-card:hover .station-img img {
    transform: scale(1.1);
}

.cars-sec {
    background-image: url(./src/assets/images/fleet-banner.webp);
    height: auto;
}

.cars-sec h2 {
    margin: 5rem 0 7rem;
}

.cars-card {
    border: 1px solid transparent;
    padding: 3rem 0 0;
    background-color: #71717165;
    text-align: center;
    margin-bottom: 4rem;
    transition: .8s;
    border-radius: 10px;
    transition: .5s;
}

.suv-car {
    width: 250px;
    height: 130px;
    transition: .5s;
    padding: 0 1rem;
}

.steering {
    width: 75px;
    height: 75px;
    transition: 1s;
}

.cars-card:hover {
    border-color: var(--primary-color);
}

.cars-card:hover .steering {
    transform: rotate(360deg);
}

.cars-card:hover .suv-car {
    margin-left: 10px;
}

.cars-inner {
    padding: 2rem 0;
}

.cars-inner h3 {
    color: var(--tritary);
}

.car-detail {
    list-style: none;
    padding: 0;
    font-size: 1.6rem;
}

.car-detail span {
    color: var(--tritary);
}

.car-detail img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.cars-inner ul li {
    padding: 1rem;
    border-bottom: 1px solid var(--primary-color);
}

.cars-inner ul li:last-child {
    border: none;
}

.client-sec {
    padding: 7rem 0;
    background-color: var(--primary-color);
}

.client-sec span {
    font-size: 1.8rem;
    color: var(--tritary);
}

.client-sec i {
    margin-top: 1rem;
    font-size: 1.3rem;
    color: var(--tritary);
}

.client-sec .rate {
    font-size: 2.5rem;
}

.client-card {
    padding: 3rem 1.5rem;
    background-color: var(--tritary);
    border-radius: 10px;
    height: 340px;
    position: relative;
    transition: all .5s;
}

.client-card:hover {
    background-color: var(--secondary-color);
}

.client-card:hover .client-review,
.client-card:hover .client-name {
    color: var(--tritary);
    transition: all .5s;
}

.rate-div {
    display: flex;
}

.rate-div div {
    margin-right: 80px;
}

.ratings {
    margin: 1rem 0 2rem;
}

.star-imgs {
    display: flex;
}

.star-imgs img {
    margin-right: .3rem;
    width: 18px;
    height: 18px;
}

.client-name-div {
    top: 210px;
    width: 90%;
    position: absolute;
    border-top: 1px solid var(--primary-color);
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.client-name {
    margin-top: 1rem;
    font-size: 2.2rem;
    font-weight: 300;
    color: var(--secondary-color);
    font-family: 'Playfair Display', serif;

}

.client-review {
    margin-top: 2rem;
    font-size: 1.5rem;
    font-style: italic;
    color: #000;
}

.footer {
    background: #000;
    padding: 2rem;
}

.social-icons img {
    width: 45px !important;
    height: 45px !important;
    padding: 1rem;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    transition: .5s;
    margin: 0 .5rem;
}

.social-icons img:hover {
    transform: rotate(360deg);
}

.social-icons a:hover {
    margin-left: 0 !important;
}

.end {
    color: var(--primary-color);
    font-size: 1.6rem;
    text-align: center;
    margin: 2rem 0 0;
}

/* =========slider============ */
.client-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.slick-arrow {
    display: none !important;
}

.slick-dots {
    display: flex;
    justify-content: center;
    width: 100%;
    list-style: none;
    padding: 0;
}

.slick-dots li::after {
    content: '.';
    font-size: 5rem;
    margin-right: 10px;
}

.slick-active::after {
    color: #ffffff;
}

.slick-dots li:last-child::after {
    margin-right: 0;
}

.slick-dots li button {
    display: none;
    /* more CSS */
}

/* =========slider============ */
.sec-pad {
    padding: 5rem 0;
}

/* =========about========= */
.about-banner {
    background-image: url(src/assets/images/about-banner-img.jpg);
}

.about-banner span {
    color: var(--primary-color);
    font-weight: 600;
}

.about-banner .bannerForm {
    margin-top: 5rem !important;
}

.about-sec .modal .custom-btn-2 {
    background-color: var(--primary-color);
    color: var(--tritary);
}

.about-sec .modal .custom-btn-2:hover {
    background-color: var(--tritary);
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.about-banner .Nav {
    font-size: 1.8rem;
    text-decoration: none;
    align-items: center;
    color: white;
}

.about-banner .Nav a {
    color: white;
}

.facts-list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}

.facts-list strong {
    font-size: 4rem;
    font-weight: 400;
    color: var(--primary-color);
}

.facts-list i {
    font-size: 1.6rem;
    color: var(--primary-color);
}

.facts-list span {
    font-size: 1.6rem;
}

/* =========about========= */
/* =========service-sec========= */
.service-sec-2 {
    padding: 3rem 0;
}

/* =========service-sec========= */
/* =========contact-sec========= */
.contact-banner {
    background-image: url(src/assets/images/contact-banner-img.jpg);
}

.contact-sec {
    padding: 3rem 0;
}



.contact-info {
    padding: 2rem;
    border-radius: 5px;
    text-align: center;
    background-color: var(--secondary-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 240px;
}

/* =========contact-sec========= */
/* =========station-sec========= */
.stations-sec .secHd {
    font-size: 3rem;
}

.stations-sec .secHd::after {
    width: 110px;
    margin: 2rem 0;
}

/* =========station-sec========= */











@media (min-width:768px) {
    .innerPageBnner {
        height: 500px !important;
        padding: 0 !important;
    }
}

@media (max-width:768px) {
    .form-container {
        position: relative;
        width: 100%;
    }

    .my-header,
    .my-header-1 h1 {
        font-size: 4.2rem !important
    }

    .door-no-768 {
        position: absolute;
        top: 77px;
        width: 101%
    }

    .field-mini-768 {
        margin-top: 57px
    }

    .navbar-toggle {
        float: none
    }



    .innerPageBnner {
        width: 100% !important;
    }

    .innerPageBnner {
        height: 305px !important;
        padding: 0px;
        margin-top: 0 !important;
    }

    .bannerForm .cus-order-1 {
        order: -1;
    }


}

.apps-icon ul {
    width: 100%;
    text-align: center
}

.apps-icon ul li {
    width: 7%
}


.lin1 {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center
}

.lin2 {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between
}

.lin3 {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center
}


.mini2 button {
    padding: 5px 9px;
}

.mini2 button:hover {
    transition: none;
    cursor: auto
}




/* .card-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.card-body button {
    width: 100%;
    color: #000 !important;
    margin: 8px;
    padding: 10px;
    font-size: 16px;
} */


.input-grp-btns {
    background-color: #fff
}

.accordion button {
    padding: 1rem;
    outline: 0 !important;
    white-space: normal
}

.modal-content {
    padding: 10px;
}
.btn-default {
    font-weight: 700 !important
}
.modal-header {
    border-bottom: 0px !important;
}
.modal-footer {
    border-top: 0px !important;
}

.custom-btn-2 {
    background-color: var(--primary-color);
    color: var(--tritary);
    padding: 10px 20px;
    font-weight: 600;
    transition: all .3s;
}

.custom-btn-2:hover {
    background-color: var(--tritary);
    color: var(--primary-color);
}

@media screen and (min-width:320px) and (max-width:767px) {
    .lin1 {
        display: flex;
        justify-content: center;
        flex-direction: column
    }

    .lin2 {
        display: flex;
        justify-content: center;
        flex-direction: column
    }

    .lin3 {
        display: flex;
        justify-content: center;
        flex-direction: column
    }

}


    @media (max-width:425px) {
        .lin1 .col-lg-4.col-md-6.col-sm-12.m-top-60 {
            margin-top: 60px;
        }

        .lin2 .col-lg-4.col-md-6.col-sm-12.m-top-89 {
            position: absolute;
            top: 80px;
            width: 100%;
        }
    }


@media (max-width: 768px) {
    .innerPageBnner {
        height: 100% !important;

    }
}


.animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    animation: fadeInDown 1s both;
}

.sticky .navbar {
    background-color: #000000 !important;
    top: 0;
}

#top {
    background-color: var(--primary-color);
    width: 50px;
    height: 50px;
    border-radius: 5px;
    position: fixed;
    z-index: 999;
    /* bottom: 130px; */
    bottom: 100px;
    right: 20px;
    transform: scale(0);
    opacity: 0;
    border: 0;
    transition: all .3s;
}
.d-block#top {
    transform: scale(1);
    opacity: 1;
}
.top img {
    width: 40px;
    height: 40px;
}



@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}
/* scrollbar */
/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ffc61a71;
}

.service-card-sec {
    width: 100%;
    background: url(./src/assets/images/cars-img.webp) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 0;
}

.service-card-sec::before {
    background: rgba(221, 55, 81, 0.9);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
}

.service-sec-card {
    padding: 4rem 0;
}

.mainHeading h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.mapdiv {
    margin-bottom: 3rem;
}


.routes-names h5 {
    font-size: 1.8rem;
    margin: 6rem 0 2rem;
    color: var(--tritary);
    font-weight: 500;
}

.routes-names span {
    color: var(--primary-color);
}

.routes-names li {
    padding: 1rem;
}

.routes-names a {
    font-size: 1.5rem;
    color: var(--primary-color);
    transition: .5s;
}

.routes-names a:hover {
    margin-left: 1rem;
    color: var(--tritary);
}

.routes-names img {
    width: 24px;
    height: 24px;
}

.infoicon-div img {
    width: 40px;
    height: 40px;
}

.info-text p {
    margin: 1rem 0;
    font-size: 3rem;
    color: var(--primary-color);
    font-weight: 500;
}

.info-text span {
    color: var(--tritary);
    font-size: 1.8rem;
}

.darkBg {
    background-color: #000;
}

.mainHd span {
    color: var(--primary-color);
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.four-o-four-banner {
    height: 80vh !important;
}

.not-found .four-o-four {
    font-size: 7rem;
}

.not-found .mainHd {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 700;
}

.not-found p {
    color: #FFC61A;
    margin-bottom: 2rem;
}
.C-C-banner {
    background-image: url(src/assets/images/Charing-Cross-bg.jpg);
}
.K-C-banner {
    background-image: url(src/assets/images/king-cross-bg.webp);
}
.paddington-banner {
    background-image: url(src/assets/images/station-paddington.webp);
}
.euston-banner {
    background-image: url(src/assets/images/euston-bg.webp);
}
.L-B-banner {
    background-image: url(src/assets/images/londonbridge-bg.webp);
}
.waterloo-banner {
    background-image: url(src/assets/images/waterloo-bg.webp);
}
.victoria-banner {
    background-image: url(src/assets/images/Victoria-Station.webp);
}
.heathrow-banner {
    background-image: url(src/assets/images/heathrow-bg.webp);
}
.gatwick-banner {
    background-image: url(src/assets/images/gatwick-bg.webp);
}
.luton-banner {
    background-image: url(src/assets/images/luton-bg.jpg);
}
.stansted-banner {
    background-image: url(src/assets/images/stansted-bg.webp);
}
.L-C-banner {
    background-image: url(src/assets/images/london-city-bg.webp);
}
@media screen and (max-width: 1150px) {
    .navbar {
        padding: 0 5rem;
    }
}

@media screen and (max-width: 991px) {
    .about-sec .modal-dialog {
        max-width: 825px;
    }

    .mt30 {
        margin-top: 3rem;
    }

    .four-o-four {
        font-size: 6rem;
    }

    .not-found p {
        margin-bottom: 2rem;
    }

    .banners {
        height: 40vh !important;
    }

    .four-o-four-banner {
        height: auto !important;
    }

    .logo {
        height: 70px;
        width: 160px;
    }

    .client-card3 {
        margin-top: 2rem;
    }

    .suv-car {
        width: 275px;
        height: 125px;
    }

    .steering {
        width: 85px;
        height: 85px;
    }

    .station-inner a {
        width: 200px;
        font-size: 2rem;
        padding: 1rem;
        display: block;
        margin: auto;
    }

    .social-imgs {
        justify-content: end;
    }

    .banner-content {
        padding: 80px 0 30px;
    }

    .navbar-toggler {
        border-color: var(--primary-color);
        padding: 0.25rem;
    }

    .navbar-toggler img {
        width: 45px;
        height: 40px;
    }

    .call-btn {
        background-color: transparent;
        padding: 0;
    }

    .call-btn span {
        display: none;
    }

    .call-btn i {
        font-size: 1.8rem;
        background-color: var(--primary-color);
        color: var(--tritary);
        width: 40px;
        height: 40px;
    }

    .hero-banner {
        height: auto;
    }

    .navbar {
        padding: 1rem;
    }

    .navbar-toggler {
        margin-left: 4.5rem;
    }

    .navbar-collapse {
        order: 3;
    }

    .nav-link {
        font-size: 1.8rem;
        margin: 20px auto;
        width: 40%;
        text-align: center;
    }

    .nav-link::before {
        width: 40px;
        top: 10px;
    }

    .mainHd {
        text-align: center;
        font-size: 4rem;
        margin: 2rem 0 3rem;
    }

    .bnr-btns {
        display: flex;
        justify-content: center;
    }

    .bookbtn {
        font-size: 3rem;
        padding: 1rem 3rem;
        display: block;
        text-align: center;

    }

    .morebtn {
        width: 180px;
        padding: 1rem;
        font-size: 2rem;
    }

    .secHd {
        font-size: 3rem;
    }

    .secHd::after {
        width: 70px;
    }

    .cards-sec {
        padding-bottom: 2rem;
    }

    .service-sec {
        padding: 7rem 0 3rem;
    }

    .card-inner h3 {
        font-size: 2.8rem;
        margin-bottom: 2rem;
    }

    .card-inner p {
        font-size: 2rem;
    }

    .cars-inner {
        padding: 3rem 0 1rem;
    }

    .cars-inner ul li {
        padding: 2rem;
    }

    .client-sec {
        padding: 5rem 0;
    }

    .client-name-div {
        top: 240px;
    }

    .client-name {
        font-size: 2.5rem;
    }

    .client-review {
        font-size: 2rem;
    }

    .footer {
        padding: 3rem 0;
    }

    .social-icons i {
        font-size: 2rem;
        padding: 2rem;
    }

    .end {
        text-align: center;
        margin-top: 2rem;
        font-size: 2rem;
    }

    .contact-info {
        margin-top: 4rem;
    }

    /* ==========about-sec=========== */
    .about-first-row {
        flex-direction: column-reverse;
    }

    .about-sec-hd {
        text-align: center;
    }

    .about-sec-hd::after {
        margin: 2rem auto !important;
    }

    /* ==========about-sec=========== */
    .banner-content .bannerForm {
        margin: 2rem 0 !important;
    }

    .service-sec-card {
        margin-bottom: 0;
    }

    .logo-nav-div {
        width: 54%;
        justify-content: space-between;
    }

    .taxi-img img {
        display: block;
        margin: auto;
        margin-bottom: 2rem;
        width: 490px;
        height: 225px;
    }
    .times-dialog {
        margin: 280px auto;
    }
    .topbar {
        padding-left: 0;
        padding-right: 0;
    }
}



@media screen and (max-width: 767px) {
    .contact-div {
        justify-content: center;
    }
    .logo {
        height: 60px;
    }

    .taxi-img img {
        height: 170px;
    }

    .topbar span {
        font-size: 1rem;
    }

    .call-btn {
        background-color: transparent;
    }

    .call-btn span {
        display: none;
    }

    .call-btn i {
        font-size: 1.8rem;
        background-color: var(--primary-color);
        color: var(--tritary);
    }

    .info-box i {
        font-size: 1.5rem;
        padding: 0;
        border: 0;
        border-radius: 0;
    }

    .phone-icon i {
        background-color: transparent;
        color: var(--primary-color);
    }

    .info-text br {
        display: none;
    }

    .addresshd {
        display: none;
    }

    .addressdt {
        font-size: 1.2rem;
        font-weight: 500 !important;
    }

    .mainHd {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 2px !important;
    }

    .navbar-toggler-icon {
        font-size: 3rem;
    }

    .bookbtn {
        font-size: 1.6rem;
        padding: 1rem 2rem;
    }

    .bookbtn i {
        font-size: 1.6rem;
    }

    .secHd {
        font-size: 2.5rem;
    }

    .car-detail i {
        font-size: 1.8rem;
    }

    .names span {
        font-size: 1.8rem;
    }

    .numbers span {
        font-size: 1.8rem;
    }

    .client-name-div {
        top: 260px;
    }

    .client-card {
        margin-top: 4rem;
        height: 360px;
    }

    .social-imgs {
        justify-content: center;
        margin-top: 2rem;
    }

    .end {
        font-size: 1.4rem;
    }

    /* =========about-sec========= */

    .facts-list strong {
        font-size: 3.3rem;
    }

    .facts-list i {
        font-size: 1.4rem;
    }

    .facts-list span {
        font-size: 1.4rem;
    }

    /* =========about-sec========= */
    /* =========contact-sec========= */


    .fields {
        font-size: 2rem;
    }

    .contact-info .info-box {
        margin-bottom: 3rem;
    }

    .contact-info .addressdt {
        font-size: 1.6rem;
    }

    .contact-info .addressdt1 {
        margin-right: 1rem;
    }

    .contact-info i {
        font-size: 2rem;
    }

    /* =========contact-sec========= */
    .rate-div {
        justify-content: center;
    }

    .rate-div div {
        margin-right: 70px;
    }

    .footer .logo {
        display: block;
        margin: 0 auto 2rem;
    }

    .social-icons {
        justify-content: center;
        margin: 1rem 0 2rem;
    }
    .routes-names {
        text-align: center;
    }

    .navbar-toggler img {
        width: 32px;
        height: 27px;
    }

    .logo-nav-div {
        width: 85%;
    }

    
    .call-btn img {
        margin-left: 0;
    }
    .logo {
        width: 145px;
    }
}


#journeytype{
    height: 45px !important;
}


button.btn.collapsed.luggage-btns {
    padding: 1rem;
}
/* css add for modal */








/* areas */

.ul_Style{
    column-count: 2;
    text-align: center;
}
.li_Style{
    padding: 15px 0;
    width: 85%;
    background: #FFC61A;
    margin: 10px auto;
}
.li_Style a{
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .ul_Style{
        column-count: 1;
        
    } 
    .li_Style{
      
        width: 100%;
    }
    /* .content{
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    } */
}


.areas-sec{
    background-color: #000 !important;
    padding: 5rem 0;
    border-top: 1px solid #FFC61A;
    border-bottom: 1px solid #FFC61A;
}
.li_Style a{
    font-size: medium !important;
}
/* areas */




@media screen and (max-width: 768px) {
    .social-imgs{
        display: none !important;
    }

    .modal-dialog{
        margin: 0% !important;
    }
    .hero-banner{
        background-image: none !important;
        background-color: #000 !important;
    }
  
}


#second_slogs{
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}

#first_slogs
{
    margin-top: 20px !important;
    margin-bottom: 0px !important;
}