@import url(https://fonts.googleapis.com/css2?family=Bubblegum+Sans&amp;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&amp;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&amp;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);

#callnow,
#wp {
    position: fixed;
    bottom: 50px;
    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: .9s;
    animation-iteration-count: infinite
}

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

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

#cab-list,
#faq,
#review,
#service {
    background: var(--greybg);
    padding: 40px 0
}

#errorpage,
#hero_banner,
#review,
#review .review,
#service .card {
    display: flex
}

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

#hero_banner::after,
footer::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,
#review,
#whycus,
#top-routes {
    padding: 40px 0
}

:root {
    /* --cusColor: #FFC61A; */
    --cusColor: #1b263b;
    --body-font-family: "Roboto", sans-serif !important;
    --greybg: #F8F8F8
}

.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)
}

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: #fff !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('../img/airport.webp') !important
}

.local-banner {
    background-image: url('../img/local.webp') !important
}

.oneway-banner {
    background-image: url('../img/oneway.webp') !important
}

.round-banner {
    background-image: url('../img/round.webp') !important
}

#navbar-cus {
    background-color: var(--cusColor);
    position: sticky;
    top: 0;
    z-index: 999
}

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

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

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

#content1,
#whycus,
footer {
    background: var(--cusColor);
}

#navbar-cus .btn-call a,
.footer-bottom p,
footer ul li a {
    color: #fff;
}

#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%;
    height: 500px;
    background-image: url('../img/home/home_banner.webp');
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center
}

#hero_banner::after {
    height: 500px;
    background: #000;
    left: 0;
    opacity: .7;
    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: 20px 0;
    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
}

/* Section styles */
.popular-routes .route-card {
    border-radius: .8rem;
    box-shadow: var(--card-shadow);
    border: 1px solid #f1f5f9;
    padding: 1.25rem;
    background: linear-gradient(180deg, #fff, #fbfdff);
    transition: transform .25s, box-shadow .25s;
}

.popular-routes .route-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.06);
}

.popular-routes .route-card .text-primary {
    color: #2ecc71 !important;
}

.popular-routes .route-card a {
    background-color: #2ecc71 !important;
}

/* 1️⃣ Blue */
.popular-routes .col-lg-3:nth-child(1) .route-card {
    background: linear-gradient(121deg, #3b82f61a 0%, #E0F2FE 100%);
}

.popular-routes .col-lg-3:nth-child(1) svg {
    color: #3b82f6 !important;
}

/* 2️⃣ Emerald */
.popular-routes .col-lg-3:nth-child(2) .route-card {
    background: linear-gradient(121deg, #10b9811a 0%, #D1FAE5 100%);
}

.popular-routes .col-lg-3:nth-child(2) svg {
    color: #10b981 !important;
}

/* 3️⃣ Amber */
.popular-routes .col-lg-3:nth-child(3) .route-card {
    background: linear-gradient(121deg, #f59e0b1a 0%, #FEF3C7 100%);
}

.popular-routes .col-lg-3:nth-child(3) svg {
    color: #f59e0b !important;
}

/* 4️⃣ Rose */
.popular-routes .col-lg-3:nth-child(4) .route-card {
    background: linear-gradient(121deg, #e11d481a 0%, #FFE4E6 100%);
}

.popular-routes .col-lg-3:nth-child(4) svg {
    color: #e11d48 !important;
}

/* 5️⃣ Violet */
.popular-routes .col-lg-3:nth-child(5) .route-card {
    background: linear-gradient(121deg, #8b5cf61a 0%, #EDE9FE 100%);
}

.popular-routes .col-lg-3:nth-child(5) svg {
    color: #8b5cf6 !important;
}

/* 6️⃣ Cyan */
.popular-routes .col-lg-3:nth-child(6) .route-card {
    background: linear-gradient(121deg, #06b6d41a 0%, #CFFAFE 100%);
}

.popular-routes .col-lg-3:nth-child(6) svg {
    color: #06b6d4 !important;
}

/* 7️⃣ Indigo */
.popular-routes .col-lg-3:nth-child(7) .route-card {
    background: linear-gradient(121deg, #6366f11a 0%, #E0E7FF 100%);
}

.popular-routes .col-lg-3:nth-child(7) svg {
    color: #6366f1 !important;
}

/* 8️⃣ Slate */
.popular-routes .col-lg-3:nth-child(8) .route-card {
    background: linear-gradient(121deg, #64748b1a 0%, #F1F5F9 100%);
}

.popular-routes .col-lg-3:nth-child(8) svg {
    color: #64748b !important;
}

/* 9️⃣ Teal */
.popular-routes .col-lg-3:nth-child(9) .route-card {
    background: linear-gradient(121deg, #14b8a61a 0%, #CCFBF1 100%);
}

.popular-routes .col-lg-3:nth-child(9) svg {
    color: #14b8a6 !important;
}

/* 🔟 Fuchsia */
.popular-routes .col-lg-3:nth-child(10) .route-card {
    background: linear-gradient(121deg, #d946ef1a 0%, #FAE8FF 100%);
}

.popular-routes .col-lg-3:nth-child(10) svg {
    color: #d946ef !important;
}

/* 11️⃣ Lime */
.popular-routes .col-lg-3:nth-child(11) .route-card {
    background: linear-gradient(121deg, #84cc161a 0%, #ECFCCB 100%);
}

.popular-routes .col-lg-3:nth-child(11) svg {
    color: #84cc16 !important;
}

/* 12️⃣ Orange */
.popular-routes .col-lg-3:nth-child(12) .route-card {
    background: linear-gradient(121deg, #fb923c1a 0%, #FFEDD5 100%);
}

.popular-routes .col-lg-3:nth-child(12) svg {
    color: #fb923c !important;
}

/* 13️⃣ Red */
.popular-routes .col-lg-3:nth-child(13) .route-card {
    background: linear-gradient(121deg, #dc26261a 0%, #FEE2E2 100%);
}

.popular-routes .col-lg-3:nth-child(13) svg {
    color: #dc2626 !important;
}

/* 14️⃣ Pink */
.popular-routes .col-lg-3:nth-child(14) .route-card {
    background: linear-gradient(121deg, #ec48991a 0%, #FCE7F3 100%);
}

.popular-routes .col-lg-3:nth-child(14) svg {
    color: #ec4899 !important;
}

/* 15️⃣ Sky */
.popular-routes .col-lg-3:nth-child(15) .route-card {
    background: linear-gradient(121deg, #0ea5e91a 0%, #E0F2FE 100%);
}

.popular-routes .col-lg-3:nth-child(15) svg {
    color: #0ea5e9 !important;
}

/* 16️⃣ Yellow */
.popular-routes .col-lg-3:nth-child(16) .route-card {
    background: linear-gradient(121deg, #eab3081a 0%, #FEF9C3 100%);
}

.popular-routes .col-lg-3:nth-child(16) svg {
    color: #eab308 !important;
}

/* 17️⃣ Rose Pink */
.popular-routes .col-lg-3:nth-child(17) .route-card {
    background: linear-gradient(121deg, #f43f5e1a 0%, #FFE4E6 100%);
}

.popular-routes .col-lg-3:nth-child(17) svg {
    color: #f43f5e !important;
}

/* 18️⃣ Emerald Green */
.popular-routes .col-lg-3:nth-child(18) .route-card {
    background: linear-gradient(121deg, #22c55e1a 0%, #DCFCE7 100%);
}

.popular-routes .col-lg-3:nth-child(18) svg {
    color: #22c55e !important;
}

/* 19️⃣ Violet Deep */
.popular-routes .col-lg-3:nth-child(19) .route-card {
    background: linear-gradient(121deg, #7c3aed1a 0%, #EDE9FE 100%);
}

.popular-routes .col-lg-3:nth-child(19) svg {
    color: #7c3aed !important;
}

/* 20️⃣ Neutral Gray */
.popular-routes .col-lg-3:nth-child(20) .route-card {
    background: linear-gradient(121deg, #4755691a 0%, #F8FAFC 100%);
}

.popular-routes .col-lg-3:nth-child(20) svg {
    color: #475569 !important;
}



/* Explore more button */
.popular-routes #exploreMoreBtn {
    background-color: var(--cusColor);
}

/* car animation */
.car-animation {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 50px;
    background-image: url('../img/car.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: drive 15s linear infinite;
    transform: translateX(-120px);
    z-index: 2;
}

@keyframes drive {
    0% {
        transform: translateX(-160px);
    }

    100% {
        transform: translateX(calc(100vw - 90px));
    }

}

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

#service .card {
    box-shadow: 0 10px 15px -3px rgba(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: #fff;
    border-radius: 50px;
    border: 0;
    line-height: 30px;
    padding: 8px 20px;
    font-weight: 500;
    transition: .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: 14px
}

#content1 h3 span {
    color: #ffc61a
}

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

#faq h6,
#review h4,
#whycus h4 {
    font-size: 32px
}

#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-telephone-fill,
.footer-bottom p a,
footer .bi-caret-right-fill {
    color: #fff;
    /* color: var(--cusColor) */
}

#review .card {
    /* height: 100% !important */
    margin-bottom: 5px;
}

#whycus .card {
    background: 0 0 !important;
    border: var(--cusColor);

}

#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, .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
}

#faq .accordion-header button {
    font-weight: 600 !important
}

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

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

#faq .card {
    border: 2px solid #dee2e6;
    border-radius: 0;
    padding: 0
}

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

#faq .card .card-header {
    font-size: 20px
}

footer {
    padding: 70px 0
}

footer::after {
    background-image: url('../img/footer/footer-line.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: 25px
}

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

footer ul li {
    padding: 10px 0
}

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

.footer-bottom {
    background: #181818
}

.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(--cusColor)
}

#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(--cusColor);
    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(--cusColor);
    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 dashed var(--cusColor)
}

#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 #000;
    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 {
    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: #fff !important;
}

#oneway-list .nav-item .nav-link,
#cab-list .nav-item .nav-link {
    color: var(--cusColor);
}

#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: var(--cusColor);
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    border-radius: 50px
}

#oneway-list #images-tp .card img {
    border-radius: 5px;
    height: 200px;
    object-fit: contain;
}

#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) {

    .mobile-show{
        display: block !important;
    }
    
    .mobile-hide{
        display: none !important;
    }

    #hero_banner h1 {
        width: 100%;
        margin-left: 0;
        font-size: 32px !important
    }

    #hero_banner,
    #hero_banner::after {
        height: 600px
    }

    #oneway-list #images-tp .card,
    .form .col-md-3 {
        margin-bottom: 15px
    }
    
    #oneway-list #images-tp .card img {
        height: 100px;
    }

    #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: #cb7d1a;
        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
    }

    .accordion-button {
        font-size: 16px !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: #fff;
    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 img {
    max-width: 100% !important;
}

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

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

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

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

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

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

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

.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;
    }
}