@import url(https://fonts.googleapis.com/css2?family=Bubblegum+Sans&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Style+Script&display=swap");
#callnow,
#searching-area h1 {
    font-family: "Style Script", cursive !important;
}

.not-found {
    font-size: 18px;
    font-weight: 600;
}

#wp {
    position: fixed;
    top: 200px;
    z-index: 9999;
    transform: rotate(-90deg) scale(1);
    padding: 5px 12px;
    border-radius: 10px 10px 0 0;
    animation-name: buttoncss;
}

#callnow,
#wp,
.round-trip-btn {
    animation-duration: 0.9s;
    animation-iteration-count: infinite;
}

#callnow,
#hero_banner #user-form button {
    background: var(--cusColor);
    color: #000;
}

#callnow,
#hero_banner #user-form button,
#hero_banner #user-form label,
#wp,
.btn-2,
.nav-item .nav-link {
    font-weight: 500;
}

#cab-list,
#faq,
#service {
    background: #fff;
    padding: 40px 0;
}

#errorpage,
#hero_banner,
#service .card {
    display: flex;
}
#hero_banner h1 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 55px;
}

#faq h6 {
    margin-bottom: 40px;
    text-align: center;
}

.accordion-body {
    font-size: 14px;
}

#hero_banner::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
}

#content,
#hero_banner,
footer {
    position: relative;
}

#cab-list .popterms,
#popinfo a {
    text-decoration: underline !important;
    cursor: pointer;
}

#about-us-conetent,
#contact-us-form,
#content,
#content1,
#oneway-list,
#whycus,
#top-routes {
    padding: 40px 0;
}

:root {
    --cusColor: #ffc61a;
    --body-font-family: "Poppins", sans-serif !important;
    --greybg: #f8f8f8;
    --mainbg: #003b95;
    --lightBlue: #006ce4;
    --primaryColor: #39a7ff;
}

.heading {
    font-size: 30px !important;
}

.select2-results__option,
.select2-search__field,
.select2-selection__rendered,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize !important;
}

#content-inner h1,
#content-inner h2,
#content-inner h3,
#content-inner h4,
#content-inner h5,
#content-inner h6 {
    font-size: 28px !important;
}

#cab-list .info,
#faq .card .card-header,
title {
    text-transform: capitalize;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--body-font-family);
    background: rgba(245, 245, 247, 0.5);
}

.xdsoft_datetimepicker {
    font-family: var(--body-font-family) !important;
}

a {
    text-decoration: none !important;
}

.btn-close:focus,
.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.mobile,
.modal-open .route-list-price,
.nav-btn {
    display: none;
}

.owl-stage {
    display: flex !important;
}

.owl-item {
    margin: 7px !important;
}

#popinfo a {
    color: #5755fe;
    font-weight: 600;
}

#callnow {
    right: -29px;
}

@keyframes buttoncss {
    0%,
    100% {
        transform: rotate(-90deg) scale(1);
    }
    50% {
        transform: rotate(-90deg) scale(1.4);
    }
}

.round-trip-btn {
    animation-name: buttoncss2;
}

@keyframes buttoncss2 {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

#wp {
    right: -5px;
    color: #fff;
    font-size: 20px;
    background: #26c943;
}

.btn-2 {
    background: var(--cusColor) !important;
    color: #000 !important;
    border: 0;
}

.airport-banner,
.local-banner,
.oneway-banner,
.round-banner {
    background-position: bottom bottom;
}

#errorpage {
    background: #000;
    height: 50vh;
    align-items: center;
}

#errorpage h1 {
    font-size: 100px;
    font-weight: 700;
    color: var(--cusColor);
}

#errorpage h2 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}

.airport-banner {
    background-image: url("../images/airport.jpg") !important;
}

.local-banner {
    background-image: url("../images/local.jpg") !important;
}

.oneway-banner {
    background-image: url("../images/oneway.jpg") !important;
}

.round-banner {
    background-image: url("../images/round.jpg") !important;
}

#navbar-cus {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 0px;
    border-bottom: 1px solid rgb(230, 230, 230);
}

#navbar-cus .navbar-brand img {
    width: 154px;
    height: 52px;
}

.nav-item .nav-link {
    color: #000;
    font-size: 16px;
}

#navbar-cus .btn-call {
    background: #cb7d1a;
    border-radius: 50px;
}

#content1,
#whycus,
footer {
    background: #000;
}

#navbar-cus .btn-call a,
.footer-bottom p,
footer ul li a {
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

#navbar-cus .btn-call a i {
    color: #cb7d1a;
    background: #fff;
    padding: 5px 10px;
    border-radius: 50px;
}

#navbar-cus .mobile {
    border-radius: 5px !important;
}

#navbar-cus .mobile a i {
    border-radius: 0 !important;
    padding: 0 !important;
    background: 0 0;
    color: #fff !important;
}

#hero_banner {
    width: 100%;
    min-height: 400px;
    background-position: center bottom;
    background-image: url("https://www.transparenttextures.com/patterns/back-pattern.png");
    background-color: hsl(217, 100%, 50%);
    /* background-repeat: no-repeat; */
    align-items: center;
    padding: 40px 0px;
}

/* #hero_banner::after {
    height: 100%;
    background: #000;
    left: 0;
    opacity:.4;
    z-index:-1;
} */

/* #hero_banner .container {
    z-index: 11
}

#hero_banner h1 {
    color: #fff;
    width: 60%;
    margin-left: 20%
}

#hero_banner .form {
    background-color: #fff;
    padding-top:5px;
    border-radius: 10px
}

#hero_banner #user-form .form-control {
    height: 40px !important;
    border: 1px solid #aaa
}

#hero_banner #user-form .select2-selection {
    height: 40px !important
}

#hero_banner #user-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px
}

#hero_banner #user-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important
}

#hero_banner #user-form button {
    border: none;
    height: 40px;
    padding: 0 15px;
    margin-top: auto;
    border-radius: 5px
} */

#btn-submit-col {
    margin-top: 31px;
}

#service .card {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    border-radius: 20px;
}

#service .card .card-body {
    color: #fff !important;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

#service .card img {
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
    height: 200px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}

#service .card .card-body h5 {
    color: #000;
}

#service .card .card-body p {
    margin-bottom: 20px;
    color: #000;
    font-size: 15px;
}

#service .card .card-body .readmorebtn {
    background-color: var(--cusColor);
    color: #000;
    border-radius: 50px;
    border: 0;
    line-height: 30px;
    padding: 8px 20px;
    font-weight: 500;
    transition: 0.4s ease-in-out;
    margin-top: auto;
    text-align: center;
}

#service .card .card-body .readmorebtn:hover {
    background-color: #000;
    color: #fff !important;
}

#content1 h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

#content1 p,
#review .revws-desc p {
    font-size: 12px;
}

#content1 h3 span {
    color: #ffc61a;
}

#content1 p {
    line-height: 35px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 25px;
}

#faq h6,
#whycus h4 {
    font-size: 32px;
    text-align: left;
}

#content1 .tagline {
    color: #fff;
    font-weight: 400;
}

#content1 .bookbtn {
    background: #ffc61a;
    padding: 15px 35px;
    color: #000;
    font-weight: 500;
    font-size: 17px;
}

#review .bi-star-fill,
#whycus .card-title,
.bi-geo-alt-fill,
.bi-telephone-fill,
.footer-bottom p a,
footer .bi-caret-right-fill {
    color: var(--cusColor);
}

.footer-bottom p a{
    color:var(--primaryColor);
}

#review .card {
    height: 100% !important;
    background-color: #f8f9fa;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 rgba(182, 196, 210, 0.4);
}

#whycus .card {
    background: 0 0 !important;
}

#whycus .card img {
    width: 50px;
    height: 50px;
}

#whycus .card-title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

#whycus h4 {
    color: #fff;
    margin-bottom: 50px;
}

#whycus p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.596);
    line-height: 30px;
    text-align: center;
    font-weight: 400;
}

#cab-list .card,
#cab-list h4,
#oneway-list #pills-tabContent .card .card-title {
    margin-bottom: 20px;
}

.accordion-header button {
    font-weight: 600 !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

.accordion-button:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background: var(--primaryColor) !important;
    color: #fff !important;
}

#route-content-full-box .card {
    border: 2px solid #dee2e6;
    border-radius: 0;
    padding: 0;
}

#about-num,
#cab-list .card,
.footer-bottom {
    padding: 20px 0;
}

#route-content-full-box .card .card-header {
    font-size: 20px;
}

footer {
    padding: 35px 0;
}

footer::after {
    background-image: url("../images/footer-shap.png");
    height: 50px;
    background-repeat: repeat-x;
}

footer img {
    width: 150px;
    height: 140px;
}

footer .footer-add p {
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
}

footer h4 {
    color: #fff;
    font-size: 20px;
}

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

footer ul li {
    padding: 10px 0;
    font-size: 14px;
}

footer .foot-socials li a {
    background-color: var(--primaryColor);
    color: #fff;
    padding: 7px 10px;
    border-radius: 50px;
    margin-right: 3px;
}

.footer-bottom {
    background: #212121;
    border-top: 1px solid #3c3d37;
    font-size: 14px;
}

.footer-bottom ul {
    list-style: none;
    color: #fff;
}

.footer-bottom ul li a {
    color: #fff !important;
}

.round-header,
.round-header::after,
.route-header,
.route-header::after {
    height: 300px !important;
}

#hero_banner .round h1 {
    margin-bottom: 5px !important;
}

#hero_banner .round p {
    font-size: 15px !important;
}

#cab-list .info,
#cab-list .range {
    margin-bottom: 10px;
    background: var(--greybg);
    margin-right: 10px;
    padding: 3px 10px;
    font-weight: 500;
}

#about-num,
#contact-us-form .card a {
    background: var(--primaryColor);
    color:#fff;
}

#cab-list h4 {
    font-size: 20px !important;
    font-weight: 500;
}

#cab-list h5 {
    font-size: 28px !important;
    font-weight: 500;
}

#cab-list h5 span {
    font-size: 16px;
}

#cab-list .range {
    width: 40%;
    font-size: 19px;
    border: 1px dashed var(--greybg);
    border-radius: 5px;
}

#cab-list .info {
    font-size: 16px;
    border: 1px dashed var(--cusColor);
    border-radius: 5px;
}

#cab-list .bookbtn,
#contact-us-form button {
    background: var(--primaryColor);
    padding: 10px 30px;
    color: #fff;
}

#cab-list .bookbtn {
    border: none;
    font-weight: 500;
    margin-top: 20px;
}

#about-us-conetent p {
    line-height: 32px;
}

#about-num h6,
#oneway-list,
.pp {
    background: var(--greybg);
}

#about-num h3 {
    text-align: center;
    font-size: 27px;
    font-weight: 600;
}

#about-num h6 {
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
    border: 1px dashed #000;
}

#contact-us-form .card {
    background: #ffff !important;
    padding: 15px 30px;
    margin-bottom: 30px;
    border: 1px solid var(--primaryColor);
    box-shadow: 0 2px 4px 0 #c8c8c8;
}

/* #content::after,
#content::before {
    content: "";
    position: absolute;
    background-image: url('../images/footer-shap.png');
    background-color: #000;
    width: 100%;
    height: 20px;
    background-repeat: repeat-x
} */

#contact-us-form .card .card-title {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

#contact-us-form .card a {
    border-radius: 5px;
    color: #fff;
    padding: 5px 0;
    border: 1px dashed var(--greybg);
    text-align: center;
}

#contact-us-form button {
    font-weight: 500;
    border: none;
    width: 100%;
    border-radius: 10px;
}

.route-header h1 {
    margin-bottom: 20px !important;
}

.route-header p {
    color: #fff;
    text-align: center;
    font-weight: 500 !important;
}

#content::after {
    top: 0;
}

#content::before {
    bottom: 0;
}

#faq .accordion-item:not(:last-child) {
    margin-bottom: 10px;
}

.local-taxi .card {
    padding: 20px !important;
}

.local-taxi .card img {
    width: 200px !important;
    margin: auto;
}

.local-taxi .card .bookbtn {
    text-align: center;
}

.local-taxi .card h3 {
    font-size: 19px;
}

.local-taxi .card h5 {
    font-size: 19px !important;
}

#terms ul li {
    font-size: 15px;
    margin-bottom: 15px;
}

#cab-list .nav-pills,
#oneway-list .nav-pills {
    background: #ffff;
    border: 1px dashed var(--cusColor);
    padding: 10px 5px;
}

#cab-list .nav-pills .active,
#oneway-list .nav-pills .active {
    background: var(--cusColor) !important;
    color: #000;
}

#cab-list .popterms {
    color: #5755fe !important;
    font-weight: 600;
}

#oneway-list #pills-tabContent .card {
    border: 1px dashed var(--cusColor);
    padding: 24px 15px;
    border-radius: 0;
}

#oneway-list #pills-tabContent .card .card-title a {
    font-size: 17px;
    color: #000 !important;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
}

#oneway-list #pills-tabContent .card .bookbtn {
    background: #ffc61a;
    color: #000;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    border-radius: 50px;
}

#oneway-list #images-tp .card img {
    border-radius: 5px;
}

#oneway-list #images-tp .card h4 {
    font-size: 23px;
}

#oneway-list #images-tp .card h5 {
    font-size: 15px;
    padding: 5px;
    text-align: center;
}

.pp {
    margin: 40px 0;
}

.pp .pp-inner .card .card-header {
    font-size: 24px !important;
    font-weight: 600 !important;
    text-align: center;
}

.pp .pp-inner .card .card-text {
    font-size: 15px !important;
    font-weight: 500 !important;
    padding: 15px;
}

@media (max-width: 600px) {
    #hero_banner h1 {
        width: 100%;
        margin-left: 0;
    }
    /* #hero_banner,
    #hero_banner::after {
        height: 600px
    } */
    #oneway-list #images-tp .card,
    .form .col-md-3 {
        margin-bottom: 15px;
    }
    #service .card img {
        height: 140px;
    }
    #service .card .card-body {
        padding: 8px;
    }
    #service .card .card-body h5 {
        font-size: 18px;
    }
    #service .card .card-body p {
        font-size: 11px;
        margin-bottom: 4px;
    }
    #service .card .card-body .readmorebtn {
        padding: 4px 10px;
        font-size: 12px;
        border-radius: 10px;
    }
    #whycus h5 {
        width: 100%;
        font-size: 26px;
    }
    #content1 h3 {
        font-size: 30px;
    }
    .nav-btn {
        border: none;
        padding: 2px 15px;
        display: block;
    }
    .nav-btn .bi-list {
        color: #000;
        font-size: 25px;
    }
    #cab-list .card {
        padding: 20px 7px !important;
    }
    #cab-list .range {
        font-size: 11px;
        padding: 3px 6px !important;
        width: 90%;
    }
    #cab-list .info {
        font-size: 12px;
    }
    .local-taxi .range {
        font-size: 15px !important;
        margin-right: 0 !important;
    }
    .local-taxi .nav-link {
        font-size: 16px !important;
        margin-right: 50px;
    }
    #oneway-list #images-tp .card h4 {
        font-size: 20px;
    }
    #oneway-list #images-tp .card h5 {
        font-size: 13px;
        padding: 2px !important;
    }
    #service .card .card-body .local,
    #service .card .card-body .oneway {
        margin-bottom: 20px !important;
    }
    #route-car-list {
        margin-top: 40px;
        text-align: center;
    }
    #navbar-cus .navbar-brand img {
        width: 100px;
        height: 38px;
    }
    #navbar-cus .btn-call {
        background: var(--);
        list-style: none;
    }
    #navbar-cus .btn-call a {
        color: #fff;
        padding: 8px 12px;
        font-size: 14px;
    }
    .mobile {
        display: block;
        background: #000 !important;
        color: #fff !important;
        border-radius: 5px;
    }
    .heading {
        font-size: 25px !important;
    }
}

#top-routes a {
    font-size: 15px;
}

#travel-links .card-body a {
    padding: 10px 20px;
    display: flex;
    border-bottom: 1px solid #dadada;
    color: #0f67b1;
}

#travel-links .card-body a:last-child {
    border-bottom: 0px solid #dadada;
}

#travel-links .card-body {
    padding: 5px 0px !important;
}

#travel-links button {
    background: var(--cusColor) !important;
    color: #000;
    border: none;
}

#travel-links {
    background: #f8f8f8;
    padding: 20px 0px;
}

#blog-page {
    padding: 40px 0px;
}

#content a {
    color: var(--cusColor) !important;
}

@media (max-width: 467px) {
    #top-routes a {
        font-size: 12px;
        padding: 4px;
    }
}

article {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    font-family: var(--body-font-family) !important;
}

aside .card {
    margin-bottom: 20px;
}

.card-title {
    font-weight: bold;
}

.list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#blog-page .card {
    border-radius: 25px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
#blog-page img {
    max-width: 100% !important;
    padding: 10px;
    border-radius: 25px !important;
}

#blog-page .front-main-text {
    font-size: 14px;
}

#blog-page-single nav .active .page-link {
    background: var(--cusColor);
    border-color: #000;
    color: #fff;
}

#blog-page-single nav .page-link:focus {
    outline: none;
    box-shadow: none;
    background: transparent;
}

#blog-page-single nav .page-link {
    color: #000;
    font-weight: 600;
}

#blog-page-single .blogbtn {
    background: var(--cusColor);
    color: #000;
    border: none;
}

#blog-page-single .blog-title {
    font-weight: 500;
    font-size: 40px;
}

#blog-page-single .recent-body {
    padding: 5px 0px;
}

#blog-page-single .recent-body ul li a {
    color: #0f67b1;
}

#blog-page-single .card {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

#blog-page-single .card img {
    border-radius: 10px;
}

.blog-banner-wrapper {
    position: relative;
    display: inline-block;
}

.blog-banner-wrapper::before {
    content: "";
    position: absolute;
    background: linear-gradient(
        180deg,
        rgba(42, 123, 155, 1) 0%,
        rgba(219, 167, 167, 0) 50%,
        rgba(0, 0, 0, 1) 100%
    );
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.blog-banner-image {
    display: block;
    width: 100%;
    height: auto;
    z-index: 0;
    position: relative;
}

.wrapper-div {
    display: none;
}

@media (max-width: 500px) {
    .wrapper-div {
        position: sticky;
        bottom: 0px;
        left: 0px;
        display: flex;
        width: 100%;
        text-align: center;
        z-index: 111;
        font-weight: 600;
    }
    .wrapper-div .callus-fixed {
        background: #243642;
        width: 50%;
        padding: 10px 0px;
        color: #fff;
    }
    .wrapper-div .whatsapp-fixed {
        background: #65b741;
        width: 50%;
        padding: 10px 0px;
    }
    .wrapper-div .whatsapp-fixed a,
    .wrapper-div .callus-fixed a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
    }
}
