
/*1. Animate css, 2. Smartmenus css, 3. Slick css, 4. Reset css, 5. Core css, 6. custom css*/
/* =================animate css starts here================= */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}



.cb_details h4 {
    color: #b50100;
}


.logo img {
    width: 201px;
}

.modal-body.p-0 img {
    width: 351px;
}




@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/* =================animate css ends here================= */
header {
    padding: 15px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999;
    box-shadow: -5px 0px 2px 4px #00000036;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #1d2d5c;
}

.norml_hdng h1 {
    font-size: 32px;
}

img {
    max-width: 100%;
}

.site_headr {
    display: flex;
    padding-left: 40px;
    align-items: center;
    justify-content: space-between;
}

.site_hdng h1 span {
    color: #e2292d;
}

.logo_togglr {
    display: flex;
    align-items: center;
}

    .logo_togglr a.btn.btn-primary {
        background: transparent;
        border: 0;
    }

input.form-control:focus {
    background: transparent;
}

.sitebtn {
    display: inline-block;
    padding: 10px 10px;
    text-align: center;
    width: 190px;
    background: #eee;
    text-decoration: none;
    border-radius: 10px;
}

    .sitebtn img {
        width: 20px;
        margin-right: 10px;
    }

.hdr_btns {
    padding-right: 40px;
    position: relative;
    z-index: 99;
}

.searchsoftware {
    width: 85%;
    margin: 0 auto;
    position: sticky;
    top: 150px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 33px;
    box-shadow: 2.121px 2.121px 17.1px 1.9px rgba(0, 53, 129, 0.14);
}

.bg-grey1 {
    background:#fff2f2;
}

.side_booking {
   
    /*  position: sticky;
    top: 0;*/
    height: 100%;
    padding: 50px 0;
}

.pr-0 {
    padding-right: 0;
}

.pl-60 {
    padding-left: 5px;
}

.pr-30 {
    padding-right: 5px;
}

spanred {
    color: #de2e2e;
}


.bg-colorblue {
    background: #65d0e8;
}
.searchsoftware > ul#myTab {
    background-color: rgb(255 255 255);
    box-shadow: 2.121px 2.121px 17.1px 1.9px rgba(0, 53, 129, 0.14);
    width: 100%;
    margin: 0 auto;
    margin-bottom: 27px;
    position: relative;
    margin-top: -50px;
    padding: 19px 0px;
    display: flex;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
}
    .searchsoftware > ul#myTab li.nav-item button {
        width: 124px;
        border-radius: 24px;
        color: #000;
        text-align: center;
        display: inline-block;
        font-size: 14px;
    }

        .searchsoftware > ul#myTab li.nav-item button.active {
            background: #e2292d;
            color: #fff;
        }

.footer_list1 p {
    color: #fff;
}

ul#innrtabs {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    border: 0;
    gap: 35px;
}

    ul#innrtabs li.nav-item button {
        display: inline-block;
        padding: 5px 10px;
        color: #1d2d5c;
        font-weight: 500;
        border: 1px solid;
        border-radius: 13px;
    }

        ul#innrtabs li.nav-item button.active {
            border-color: #e2292d;
            color: #e2292d;
        }

.form-floating input.form-control {
    height: 55px;
    line-height: normal;
    padding: 20px 0.75rem;
}

.form-floating > label {
    color: #1d2d5c;
    font-weight: 500;
    width: auto;
    padding: 12px 20px;
    transition: opacity .5s ease-in-out,transform .5s ease-in-out;
}


.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: 1;
    transform: scale(.85) translateY(-1.5rem) translateX(0.15rem);
    display: inline-block;
    background: #fff;
    padding: 0;
    top: 9px;
    height: 25px;
    left: 25px;
}

.form-control:focus {
    border-color: #0E3E8D;
    outline: 0;
    box-shadow: none;
}

.form-floating img, .form-floating i {
    position: absolute;
    right: 25px;
    bottom: 18px;
}

.form-floating img {
    width: 18px;
}

.col-sm-12.formbtnrow {
    position: relative;
    text-align: center;
    top: 40px;
}

button.form_btn {
    background: #e2292d;
    color: #fff;
    border: 0;
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: 500;
}

.p-0 {
    padding: 0;
}
/*.p-0:before {
    content: '';
    width: 100%;
    height: 78px;
    position: absolute;
    right: 0;
    top: -78px;
    z-index: 9;
    background: #f85730;
    display: inline-block;
}*/
.pos-relative {
    position: relative;
}

.tbtn {
    background: #fff;
    border: 2px solid #e2292d;
    color: #e2292d;
    font-weight: 500;
}

.bgbtn {
    background: #de2e2e;
    border: 2px solid #de2e2e;
    color: #fff;
    font-weight: 500;
    width: 100%;
}

.pkg_box {
    border-radius: 9px;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-width: 0.534px;
    border-color: rgb(216, 215, 215);
    border-style: solid;
}

    .pkg_box img {
        border-radius: 10px;
        margin-bottom: 15px;
        max-height: 180px;
        min-height: 180px;
    }

    .pkg_box p {
        font-size: 14px;
        font-weight: 500;
    }

    .pkg_box h6 {
        font-size: 15px;
    }

p.disc {
    color: #e2292d;
    font-size: 16px;
}

.code_btn {
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

    .code_btn p.code {
        text-transform: uppercase;
        border: 1px solid #c3bdbc;
        padding: 4px 9px;
        color: #e2292d;
        font-size: 14px;
        margin-bottom: 0;
        border-radius: 5px;
    }

        .code_btn p.code span {
            color: #000;
            font-size: 10px;
            font-weight: 500;
            line-height: normal;
            letter-spacing: 0.2px;
        }

a.knowmore {
    background: #e2292d;
    color: #fff;
    display: inline-block;
    padding: 0;
    border-radius: 10px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
}

    a.knowmore i {
        font-size: 15px;
    }

    a.knowmore:hover {
        background: #e2292d !important;
    }

.hdng_btn.d-flex {
    justify-content: space-between;
    margin-bottom: 18px;
    align-items: center;
}

a.viewall {
    color: #1d2d5c;
    border: 1px solid;
    padding: 7px 15px;
    border-radius: 10px;
    font-weight: 500;
}

.hdng_btn h5 {
    margin: 0;
}

a {
    text-decoration: none;
}

section.homeslider {
    padding-top: 10px;
}

.site_hdng h2 {
    font-size: 40px;
    color: #1d2d5c;
    font-weight: bold;
}

    .site_hdng h2 span {
        color: #e2292d;
    }

.sub_hdng {
    font-size: 22px;
    font-weight: 600;
}

.packg_slider button span {
    font-size: 26px;
}

.norml_hdng p.sub_hdng {
    font-size: 16px;
}

a.readmore {
    background: #1d2d5c;
    color: #fff;
    border: 0;
    padding: 12px 30px;
    display: inline-block;
    box-shadow: 4.95px 4.95px 8.1px 0.9px rgba(58, 58, 58, 0.18);
    border-radius: 10px;
    font-weight: 500;
}

.morebtn {
    margin-top: 30px;
}

.sec_padd {
    padding-top: 40px;
    padding-bottom: 40px;
}

.norml_hdng h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1d2d5c;
}

.pl-0 {
    padding-left: 0;
}

section.ocassion {
   
    margin-top: 15px;
}

.tablehome {
    width: 95%;
}

table.table th, table.table td {
    vertical-align: middle;
}

.appsection {
    height: 250px;
    background-image: url('../images/app_banner.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.approw h2 {
    color: #fff;
    font-weight: 600;
}

.approw p {
    color: #fff;
}

.approw .rightimg img {
    height: 240px;
    position: relative;
    object-fit: contain;
    margin-top: -30px;
}

.approw {
    justify-content: space-around;
    align-items: center;
}

.review_box {
    border-width: 0.711px;
    border-color: rgb(220, 231, 237);
    border-style: solid;
    border-radius: 6px;
    background-color: rgb(252, 252, 252);
    box-shadow: 2.121px 2.121px 17.1px 1.9px rgba(0, 53, 129, 0.14);
    padding: 25px 15px;
    margin-top: 10px;
}

p.comment {
    font-size: 15px;
    font-style: italic;
}

.googlimg img {
    width: 100px !important;
    margin: 0 0 0 auto;
}

.googlimg {
    text-align: right;
    display: block;
    width: 100%;
}

.faqs {
    background: #fff;
}

.popl_column {
    width: 20%;
}

ul {
    padding: 0;
    list-style: none;
}

    ul.rentalcities li a {
        font-size: 14px;
        font-weight: 600;
        color: #1d2d5c;
    }

.poplr_routes {
    padding: 40px 0 0 0;
}

.popl_column li {
    font-size: 14px;
    font-weight: 500;
}

section.popular_routes {
    background: #274c7d;
}

.popl_column li a {
    color: #fff;
}

.popular_routes h2 {
    color: #fff;
    font-size: 40px;
}

.footer_list1 h6.heading {
    color: #1d2d5c;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer_list1 a {
    color: #1d2d5c;
    font-weight: 500;
}

.cabsfrom ul.rentalcities li a {
    color: #3F7DE3;
    font-size: 16px;
}

ul.rentalcities li {
    padding: 3px 0;
}

.footer_list1 li {
    padding-bottom: 6px;
}

li.social {
    display: inline-block;
}

    li.social a {
        padding-right: 8px;
        font-size: 25px;
    }

section.copyright {
    background: #1d2d5c;
    text-align: center;
    padding: 15px 0;
}

.copyright p {
    margin: 0;
    color: #fff;
}

    .copyright p a {
        color: #fff;
    }

#offcanvasExample .offcanvas-body {
    padding-left: 25px;
    padding-top: 0;
}

.offcanvas {
    width: 300px !important;
}

.offcanvas-body .site_menu li {
    padding: 10px 5px;
}

    .offcanvas-body .site_menu li img {
        width: 20px;
        height: 20px;
        object-fit: contain;
        margin-right: 10px;
    }

    .offcanvas-body .site_menu li a {
        color: #101745;
        font-weight: 500;
        display: flex;
        font-size: 18px;
        align-items: center;
    }

.site_menu {
    padding-top: 25px;
}

.cablist_box {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px;
    border-width: 1px;
    border-color: rgb(220, 231, 237);
    border-style: solid;
    margin-bottom: 20px;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #0E3E8D;
    background: #ffebeb;
    box-shadow: 3px 5px 5px 1px #8c8c8c;
}

.cb_img img {
    border-radius: 10px;
}

.cb_img {
    flex: 0 0 15%;
}

.cb_details {
    flex: 0 0 55%;
}

.rating ul {
    display: flex;
}

.facility {
    display: flex;
    align-items: center;
}

span.fac_btn {
    padding: 0px 15px 0 0;
    display: flex;
    align-items: center;
    color: #000411;
    font-size: 13.381px;
    font-weight: 500;
    line-height: 29.152px; /* 217.857% */
}


.facility p {
    margin: 0;
    font-size: 14px;
}

.rating li i {
    color: #FF6006;
    padding: 0 2px;
}

span.cutprice {
    color: #000411;
    font-size: 15.108px;
    font-weight: 500;
    line-height: 20.02px; /* 132.511% */
    text-decoration: line-through;
    opacity: 0.5;
}

span.discnt {
    color: #FF6006;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.28px;
}

.cab_pricebox {
    text-align: left;
}

.viewall {
    display: block;
    margin-top: 18px;
}

    .viewall a.viewbtn {
        border-radius: 3.823px;
        border: 1.912px solid #e2292d;
        background: #e2292d;
    }

    .viewall a.viewbtn {
        text-align: center;
        width: 100%;
    }

a.viewbtn {
    display: inline-block;
    color: #fff;
    background: #1d2d5c;
    padding: 7px 20px;
    border-radius: 7px;
}

.cab_pricebox h2 {
    font-size: 21px;
    color: #d70000;
}
span.faresmry {
    margin-top: 10px;
    display: inline-block;
    color: #000411;
    font-size: 13.381px;
    cursor: pointer;
    font-weight: 600;
    line-height: 17.683px; /* 132.143% */
}

.cab_pricebox h5 {
    font-size: 16px;
}

.farebox {
    width: 85%;
    margin: 0 auto;
    position: sticky;
    top: 150px;
    background: #fff;
    padding: 20px 30px;
    border-radius: 33px;
    box-shadow: 2.121px 2.121px 17.1px 1.9px rgb(0 53 129 / 14%);
}

h5.payable {
    font-size: 20px;
    color: #fe582e;
    font-weight: bold;
}

.fare-pricecnt span#subtotal {
    margin: 0;
    font-size: 18px;
    color: #e2292d;
    font-weight: 700;
    line-height: 40.442px;
    letter-spacing: 1.989px;
}

.fare-pricecnt h5 {
    margin: 0;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 40.442px;
    letter-spacing: 1.989px;
}

.cpnprice h5 {
    color: #15943B;
}

.tripbox {
    margin-bottom: 20px;
    border-bottom: 1px solid #0e3e8d;
}

.tripbody {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.abtcab p {
    margin: 0;
}

.abtcab {
    padding-left: 12px;
}

.fare-pricecnt {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.discnttxt h5 {
    color: #fe582e;
    font-size: 16px;
}

.coupn_apply {
    display: flex;
    align-items: center;
    margin: 20px 0 20px 0;
}

    .coupn_apply input {
        flex: 0 0 70%;
        border: 0;
        background: #F6F7F9;
        border-radius: 5px;
        height: 44px;
        line-height: 44px;
    }

    .coupn_apply span#btnapply {
        flex: 0 0 30%;
        background: rgb(31 38 80);
        color: #fff;
        height: 44px;
        line-height: 44px;
        text-align: center;
        font-size: 14px;
    }

.side_booking .norml_hdng h2 {
    color: #fff;
}

.side_booking .norml_hdng {
    width: 85%;
    margin-bottom: 40px !important;
    margin: 0 auto;
}

.side_booking.sidefare {
    padding-top: 40px;
}

.side_booking .norml_hdng p.sub_hdng {
    color: #fff;
}

input#myCheck {
    padding-left: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 8px;
}

.passenger-info {
    margin-top: 40px;
    background: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    border: 1px solid #0E3E8D;
    background: #FFF;
}

.extra-fieldss {
    display: inline-block;
    text-align: right;
}

.extra-fields-city {
    display: inline-flex;
    border: 2px solid #e2292d;
    max-width: 200px;
    color: #e2292d !important;
    padding: 5px 10px;
    margin-bottom: 15px;
}

div#mainvias {
    position: relative;
    margin-bottom: 15px;
}

a.remove-field.btn-remove-customer {
    position: absolute;
    right: 5px;
    top: 8px;
}

.contct_row.d-flex {
    box-shadow: 2.121px 2.121px 17.1px 1.9px rgb(0 53 129 / 14%);
    justify-content: space-between;
    padding: 25px 0px 0 0;
}

.contct-itm {
    padding: 10px 20px;
    text-align: center;
    flex: 0 0 33%;
}

.c_icon i {
    background: #e2292d;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    width: 35px;
    margin-bottom: 12px;
}

.maps iframe {
    width: 100%;
    height: 400px;
}

.maps iframe {
    width: 100%;
    height: 400px;
}

h2.formhdng {
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

.popularplc_slider .pkg_box p {
    font-size: 14px;
    font-weight: normal;
}

button.owl-dot.active span {
    width: 30px !important;
    background: #1f2651 !important;
}

button.owl-dot span {
    width: 15px !important;
}

button.accordion-button.faq_qstn {
    color: #000;
    background: transparent;
    font-weight: 600;
}

.drvr-img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.drvr-img {
    position: sticky;
    top: 100px;
}

.driverform .col-sm-12.formbtnrow {
    top: 0;
}

.ftrbox {
    box-shadow: 2.121px 2.121px 17.1px 1.9px rgb(0 53 129 / 14%);
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 10px;
}

    .ftrbox h4 {
        font-size: 20px;
        color: #1d2d5c;
        min-height: 45px;
    }

    .ftrbox p {
        font-size: 14px;
    }

a.viewall:hover {
    background: #e2292d;
    color: #fff;
    transition: all 0.5s;
    border-color: #e2292d;
}

ul#innrtabs li.nav-item button:hover {
    background: #1d2d5c;
    border-color: #1d2d5c;
    color: #fff;
    transition: all 0.5s;
}

ul#innrtabs li.nav-item button.active:hover, .searchsoftware > ul#myTab li.nav-item button:hover {
    background: #e2292d;
    color: #fff;
    border-color: #e2292d;
}

a.readmore:hover, .viewbtn:hover, button.form_btn:hover, a.knowmore:hover {
    background: #0b306d;
    transition: all 0.5s;
}

a.sitebtn.bgbtn:hover, a.sitebtn.tbtn:hover {
    background: #1d2d5c;
    color: #fff;
    border-color: #1d2d5c;
    transition: all 0.5s;
}

#exampleModal button.btn-close {
    position: absolute;
    right: 10px;
    top: 8px;
}

#exampleModal .modal-header {
    padding: 0;
}

#exampleModal button.btn-close {
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 999999;
}

#exampleModal .modal-header {
    padding: 0;
}

.cpnbox {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    box-shadow: 2.121px 2.121px 17.1px 1.9px rgb(0 53 129 / 14%);
    margin-bottom: 15px;
    border-radius: 12px;
}

.d_btn h4 {
    font-size: 27px;
    margin: 0;
}

.ccode {
    flex: 0 0 35%;
}

    .ccode h5 {
        font-size: 15px;
        border: 1px dashed #e2292d;
        text-align: center;
        padding: 10px 5px;
        border-radius: 8px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .ccode p {
        color: #1d2d5c;
        font-weight: 500;
        font-size: 15px;
        margin: 0;
    }

.d_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

button.aplybtn {
    background: #1d2d5c;
    color: #fff;
    border: 0;
    padding: 5px 25px;
    border-radius: 8px;
}

.pkg_listing .pkg_box {
    margin-bottom: 25px;
}




/*fahim*/
.new_accordion .accordion-item {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
}

    .new_accordion .accordion-item + .accordion-item {
        margin-top: 16px;
    }

.new_accordion .accordion-item {
    background-color: transparent !important;
    border-bottom: 0;
    padding: 0;
    border-radius: 0 !important;
    position: relative;
}

    .new_accordion .accordion-item h2 .accordion-button {
        transition: all .2s ease-in;
        border-radius: 0 !important;
        color: #1d2d5c;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
        width: 100%;
        text-align: left;
        box-shadow: none !important;
        padding: 16px 22px;
        position: relative;
        padding-right: 60px;
        background-color: transparent;
    }

        .new_accordion .accordion-item h2 .accordion-button::after {
            content: '\f107';
            position: absolute;
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-family: 'FontAwesome';
            right: 14px;
            top: 14px;
            color: #1d2d5c;
            font-size: 24px;
            text-align: center;
            transition: all .3s ease-in;
            border-radius: 50%;
            background-color: transparent;
            background-image: none;
        }

        .new_accordion .accordion-item h2 .accordion-button[aria-expanded="true"]::after {
            color: #fff;
        }

        .new_accordion .accordion-item h2 .accordion-button[aria-expanded="true"] {
            background-color: #1d2d5c;
            color: #fff;
        }

.success-modal {
    padding: 60px;
}

.success-icon {
    width: 160px;
    margin: 0 auto 30px;
}

.success-modal h3 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 30px;
}

.success-modal h5 {
    font-size: 18px;
    margin-bottom: 16px;
}

#successModal .modal-content {
    border-radius: 40px;
}

.success-booking-id {
    background-color: #f1f1f1;
    padding: 10px 30px;
    max-width: 300px;
    margin: 0 auto 14px;
    border-radius: 7px;
    border: 1px dashed #ff8400;
    color: #1d2d5c;
    font-weight: 700;
}

.success-modal p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.succswrpr {
    background: #fff;
    padding: 40px 20px;
    border-radius: 30px;
    box-shadow: 2.121px 2.121px 17.1px 1.9px rgb(0 53 129 / 14%);
    margin: 40px 0;
}

select.form-control.form-select {
    height: 55px;
    color: #1d2d5c;
}

.form-floating select.form-select {
    padding-top: 10px;
    font-weight: 500;
    height: 55px;
}

@media (max-width:767.98px) {
    .new_accordion .accordion-item h2 .accordion-button {
        font-size: 18px;
    }

    #successModal .modal-content {
        border-radius: 24px;
    }

    .success-modal {
        padding: 40px 30px;
    }

    .success-icon {
        width: 100px;
        margin: 0 auto 20px;
    }

    .success-booking-id {
        padding: 10px 12px;
    }

    .passenger-info {
        padding: 40px 24px 10px;
    }

    .site_headr {
        padding: 0;
    }

    .hdr_btns {
        padding: 0;
    }

        .hdr_btns .bgbtn {
            width: auto;
        }

    .sec_padd {
        padding: 15px 20px;
    }

    .searchsoftware .form-floating {
        margin-bottom: 1rem;
    }

    .tablehome th, .tablehome td {
        font-size: 14px;
    }

    .accordion button.accordion-button.faq_qstn {
        font-size: 15px;
    }

    .accordion-body.faq_answr p {
        font-size: 14px;
    }

    .poplr_routes {
        padding: 10px 0 0 0;
    }

    .footer_list1 li {
        padding: 0;
    }

    .footer_list1 a {
        font-size: 12px;
    }

    li.social a {
        font-size: 18px;
    }

    li.social {
        margin-top: 5px;
    }

    .featrs.row {
        margin-top: 15px;
    }

    .infoform .mb-3 {
        margin-bottom: 15px !important;
    }

    .form-floating img {
        position: absolute;
        right: 25px;
        bottom: 15px;
        width: 15px;
        height: 15px;
        object-fit: contain;
    }

    .form-floating input.form-control {
        height: 48px;
    }

    .contct_row.d-flex {
        flex-wrap: wrap;
    }

    .contct-itm {
        flex: 0 0 100%;
    }

    .farebox {
        padding: 20px 20px;
        width: 90%;
    }

    .ccode p {
        font-size: 12px;
    }

    .d_btn h4 {
        font-size: 18px;
    }

    .cpnbox {
        padding: 10px;
    }

    .passenger-info {
        margin-top: 25px;
    }

    .form-floating select.form-select {
        padding-top: 10px;
        height: 48px;
        font-weight: 500;
    }
}


.homebnr_slider img {
    width: 100%;
}

.taxibox {
    border-radius: 24px;
    border: 1px solid #0f3573;
    background: #ffffff;
    padding: 10px;
    text-align: center;
    box-shadow: inset -1px 3px 4px 2px #fadddd;
    min-height: 330px;
}

    .taxibox .rating ul {
        justify-content: center;
    }


section.footer.sec_padd {
    background: #00134a;
}

.footer_list1 a {
    color: #fff;
}

.footer_list1 h6.heading {
    color: #fff;
}

.fullimg img {
    width: 100%;
}

.popl_column h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.fieldwrap input.form-control {
    height: 55px;
    line-height: normal;
    padding: 20px 2rem;
}

.fieldwrap {
    position: relative;
}

    .fieldwrap img {
        position: absolute;
        left: 22px;
        top: 16px;
    }

.extra-fieldss {
    position: absolute;
    right: 25px;
    top: 10px;
}

.fieldwrap .input-group img {
    left: 60px;
    top: 18px;
    width: 18px;
}

.fieldwrap label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    line-height: normal;
}

.hdngwrpr_grn {
    border-radius: 5px;
    background: #8AE596;
    padding: 15px;
    margin-bottom: 20px;
}

    .hdngwrpr_grn h4 {
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px; /* 125% */
        letter-spacing: 0.56px;
    }

        .hdngwrpr_grn h4 i {
            font-size: 14px;
        }

.facility {
    flex-wrap: wrap;
    justify-content: flex-start;
}

span.fac_btn img {
    margin-right: 5px;
}

.exclsn p {
    margin: 0;
}

.fare-area h4 {
    font-size: 15px;
    color: #191515;
    font-weight: 600;
    position: relative;
}

.fare-area h5 {
    font-size: 13px;
    color: #191515;
    font-weight: 500
}

    .fare-area h5 span {
        color: #191515;
        float: right
    }

.fare-area ul {
    padding: 0;
    padding-left: 25px
}

    .fare-area ul li {
        font-size: 13px;
        font-weight: 500;
        color: #151212
    }

#faresummary .modal-header {
    background: #22B14C;
}

.modal-header h4 {
    color: #fff;
    margin: 0;
}

.fare-area ul {
    list-style: disc;
}

.fare-area h4 img {
    position: absolute;
    left: -28px;
    top: -5px;
}

.fare-area {
    padding: 0 20px;
}

.booknghdr h3 {
    color: #0E3E8D;
    font-size: 35px;
    font-weight: 600;
    line-height: 32.929px;
    letter-spacing: 3.675px;
}

.booknghdr p {
    color: #1d2d5c;
    font-size: 19px;
    font-weight: 500;
    line-height: 32.929px;
    letter-spacing: 2.041px;
    margin: 0;
}

.booknghdr {
    margin-top: 10px;
}

.dtlbx_pinfo {
    position: absolute;
    bottom: 15px;
    margin: 0;
}

.cablist_box.cabdtlsbox {
    padding: 0;
}

.cabdtlsbox .cbimginfo_wrp {
    position: relative;
    padding-top: 15px;
    padding-bottom: 75px;
    flex: 0 0 80%;
    padding-left: 15px;
    padding-right: 15px;
}

.cabdtlsbox .cab_pricebox {
    flex: 0 0 20%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    border-radius: 0px 10px 10px 0px;
    background: #0E3E8D;
    height: 215px;
}

.cabdtlsbox .cb_details {
    flex: 0 0 80%;
    padding-left: 10px;
}

.cabdtlsbox .cab_pricebox span {
    color: #fff;
}

.cabdtlsbox .cab_pricebox h2 {
    color: #fff;
}

.cabdtlsbox .cb_details p {
    color: #000411;
    font-size: 16px;
    font-weight: 600;
    line-height: 30.5px; /* 190.625% */
    margin: 0;
    letter-spacing: 1.68px;
}

.side_booking.sidefare {
    background: transparent;
}

.formbtn {
    text-align: center;
}

.tcgrn p {
    margin: 0;
    color: #323C42;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.5px; /* 159.375% */
}

.cbdtl_tabs .nav-link.active {
    border-bottom: 2px solid #e2292d;
}

.cbdtl_tabs .nav-link {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px; /* 109.091% */
    letter-spacing: 1.43px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.cbdtl_tabs li.nav-item {
    border: 0;
}

.sitebtn.bgblue {
    background: #de2e2e;
    color: #fff;
    border: 2px solid #de2e2e;
}

.sitebtn.btbtn {
    color: #0e3e8d;
    border-color: #0e3e8d;
}

.passenger-info h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 34.16px; /* 189.778% */
    letter-spacing: 0.63px;
    border-bottom: 1px solid #0E3E8D;
    margin-bottom: 10px;
    padding-bottom: 8px
}

.infoform h3 {
    color: #15943B;
    font-size: 22px;
    font-weight: 700;
    line-height: 34.16px; /* 155.273% */
    letter-spacing: 0.55px;
}

.infoform label {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    line-height: normal;
}

.form-control, .form-select {
    border-radius: 5px;
    border: 1px solid #ced4da
}


.sidefare .tripbox h5 {
    color: #15943B;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 34.16px; /* 155.273% */
    letter-spacing: 2.31px;
    text-align: center;
    margin-bottom: 15px;
}

span.wltbalnc {
    color: #0E3E8D;
    font-size: 19.011px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.971px; /* 131.349% */
}

label.wltlabel {
    font-size: 19.011px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.971px;
}

.paymenttype label {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 6px;
}

.formbtn button.form_btn {
    border-radius: 10px;
    background: var(--Make My Booking-green, #e2292d);
    box-shadow: 0px 4px 4px 0px rgba(5, 150, 53, 0.21);
    width: 100%;
    margin-top: 8px;
}

.cbdtl_tabs .tab-content {
    background: #F1F7FF;
    padding: 10px 18px;
}

.faretb_content {
    max-width: 400px;
}

    .faretb_content h5 {
        color: #000411;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 30.5px; /* 190.625% */
        letter-spacing: 1.68px;
    }


.tabcontnt h4 {
    color: #000;
    font-size: 21px;
}

.routes_tabs .nav-link {
    color: #e2292d;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid #e2292d;
    line-height: normal;
    padding: 14px 10px;
    opacity: 0.5;
}

    .routes_tabs .nav-link.active {
        color: #e2292d;
        opacity: 1;
        border-color: #e2292d;
    }

.routes_tabs {
    padding: 15px 0px;
}

.content_img img {
    width: 100%;
}

.spt_tabs li .sptab_btn {
    display: flex;
    width: 180px;
    height: 53px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #CACACA;
    background: #FFF;
    transition: all 0.5s;
}

    a.sptab_btn.active, .spt_tabs li .sptab_btn:hover {
        border-radius: 5px;
        border: 1px solid #e2292d;
        background: #E5FFE1;
        color: #e2292d;
    }

.spt_tabs {
    gap: 10px;
}

    .spt_tabs li a {
        color: #939393;
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0.28px;
        font-weight: 600;
    }

.tour_box {
    border-radius: 9px;
    background: #FFF;
    margin-bottom: 20px;
    box-shadow: 0px 1px 10px 5px rgba(0, 0, 0, 0.15);
}

    .tour_box img {
        width: 100%;
        height: 190px;
        object-fit: cover;
    }

.tourtxt {
    padding: 10px;
}

    .tourtxt h6, .tourtxt h6 a {
        color: #0E3E8D;
        font-size: 17px;
        font-style: normal;
        height: 75px;
        display: inline-block;
        line-height: normal;
        letter-spacing: 0.28px;
    }

.ratng_btns i {
    font-size: 12px;
}

.ratng_btns {
    gap: 10px;
}

    .ratng_btns ul {
        margin: 0;
    }

.tourtxt p {
    margin-bottom: 6px;
    color: #1d2d5c;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.22px;
}

span.btnylw {
    border-radius: 5px;
    background: #FEE57A;
    color: #000;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
    padding: 5px 5px;
}

span.btnlblue {
    border-radius: 5px;
    background: #C8DDFF;
    color: #0E3E8D;
    font-size: 10px;
    padding: 5px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
}

a.pkgbtn {
    border-radius: 6px;
    background: #e2292d;
    color: #fff;
    padding: 8px 14px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.24px;
    transition: all 0.5s;
}

    a.pkgbtn:hover {
        background: #e2292d;
    }

.trbtn {
    margin-top: 15px;
}

.ftrbx {
    display: flex;
}

.ftrtxt {
    padding-left: 20px;
}

.ftrimg {
    width: 72px;
    height: 72px;
    flex: 0 0 15%;
    background: #92bbff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.destnbox {
    display: flex;
    align-items: center;
    border-radius: 13px;
    background: #C8DDFF;
    margin-bottom: 15px;
    padding: 6px;
}

.dstxt {
    padding-left: 10px;
}

    .dstxt span {
        font-size: 10px;
    }

    .dstxt h6 {
        color: #000;
        font-size: 17px;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.34px;
        margin-bottom: 2px;
    }

    .dstxt p {
        margin: 0;
        color: #000;
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.24px;
    }

.imgss {
    display: flex;
}

.img_review_box {
    display: flex;
    align-items: center;
}

.rvw_imgs {
    flex: 0 0 35%;
}

.imgss img {
    padding: 10px;
}

.img_review_box p.name {
    color: #4D5358;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.img_review_box p.comment {
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 139.523%; /* 19.533px */
    letter-spacing: -0.14px;
}

.bgdblue {
    background: #0E3E8D;
    padding: 50px 0 35px 0;
}

.prfttext span {
    color: #FEE57A;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.prfttext h2 {
    color: #FFF;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.optnitem p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

.optns {
    gap: 25px;
    margin-top: 20px;
}

.optnitem {
    text-align: center;
}

    .optnitem img {
        height: 50px;
        margin-bottom: 6px;
    }

.bgdblue .col-sm-3 img {
    width: 100%;
}

.bgmapimg:after {
    content: '';
    background-image: url('../images/phi.png');
    height: 180px;
    width: 200px;
    position: absolute;
    background-repeat: no-repeat;
    right: 10px;
    bottom: -40px;
}

.pop_tripbx h3 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pop_tripbx p {
    color: #8D8D8D;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: normal;
}

.pop_tripbx a {
    padding: 10px;
    display: block;
    background: #fff;
    border-radius: 0 0 15px 15px;
}

.pop_tripbx:hover {
    box-shadow: 0px 1px 10px 5px rgba(0, 0, 0, 0.15);
}

.pop_tripbx {
    transition: all 0.5s;
    border-radius: 15px;
    margin-bottom: 15px;
}

.brdcrumb ul {
    margin: 0;
    display: flex;
}

    .brdcrumb ul a {
        color: #000;
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
    }

li.current {
    color: #e2292d;
    font-size: 16px;
    padding-left: 6px;
    font-weight: 500;
    line-height: normal;
}

.pimg {
    flex: 0 0 30%;
}

    .pimg img {
        width: 100%;
        border-radius: 10px;
    }

.packgbox .pimg img {
    height: 100%;
    max-height: 180px;
    object-fit: cover;
}

.pkgtxt_btns {
    flex: 0 0 70%;
    padding-left: 15px;
}

.packgbox .pkgtxt_btns {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.pkgtxt_price .pkgtxt {
    flex: 0 0 75%;
}

.tourprc {
    flex: 0 0 25%;
    text-align: right;
}

.tourtxt h4 {
    color: #e2292d;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
}

.tourprc h3 {
    color: #e2292d;
    font-size: 27.928px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.tourprc p {
    margin: 0;
    color: #000;
    font-style: normal;
    font-weight: 500;
}

.tourprc span {
    color: #000;
    font-size: 12.171px;
    font-weight: 600;
    line-height: normal;
    position: relative;
    top: -4px;
}

p.cutprice {
    color: #8C8C8C;
    font-size: 18px;
    font-weight: 500;
    text-decoration: line-through;
    line-height: normal;
}

.pkgbtns {
    justify-content: space-between;
}

.packgbox {
    border-radius: 11px;
    border: 2px solid #e2292d;
    padding: 10px;
    margin-bottom: 20px;
}


.pkgtxt > span {
    color: #1d2d5c;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.24px;
}

.pkgtxt h4, .pkgtxt h4 a {
    color: #e2292d;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
}

.pkgtxt p {
    color: #000;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    line-height: 161.523%; /* 19.383px */
    margin-top: 6px;
}

.loct_jorny span {
    padding: 0 5px;
    font-weight: 500;
    font-size: 15px;
}

.loct_jorny i {
    color: #e2292d;
}

.btnswrp a.sitebtn.tbtn {
    color: #e2292d;
    border-color: #e2292d;
}

    .btnswrp a.sitebtn.tbtn:hover {
        background: #e2292d;
        color: #fff;
    }

.p0 {
    padding: 0px !important;
}

.p23 {
    padding: 20px 30px !important;
}

.pkgbookhdr {
    border-radius: 27px 27px 0px 0px;
    background: #C8DDFF;
    padding: 20px 30px;
    position: relative;
}

    .pkgbookhdr h3 {
        font-size: 29.133px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

        .pkgbookhdr h3 span {
            font-size: 14.566px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

    .pkgbookhdr p {
        color: #0E3E8D;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
    }

h6.cutprice {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: line-through;
}

span.off {
    border-radius: 5px;
    background: #0E3E8D;
    color: #fff;
    position: absolute;
    right: 18px;
    padding: 4px 5px;
    top: 20px;
    font-size: 14px;
}

.grad_grn {
    background: linear-gradient(179deg, #e2292d 0.76%, #0B441E 68.91%);
}

.tourbrf {
    margin-bottom: 16px;
    gap: 5px;
}

    .tourbrf span {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        position: relative;
        padding-left: 20px;
    }

        .tourbrf span i {
            color: #e2292d;
            margin-right: 2px;
            position: absolute;
            left: 2px;
            top: 2px;
        }

.pk_img img {
    width: 100%;
}
































.pkgbrdprice {
    border-radius: 6px;
    border: 1px solid #e2292d;
    margin-top: 15px;
    margin-bottom: 20px;
    background: #ffdada;
    box-shadow: 6px 6px #d5d5d5;
}

.pkright {
    border-radius: 6px 6px 6px 6px;
    background: #e2292d;
    padding: 10px;
    display: flex;
    align-items: center;
    min-height: 75px;
}

.pkleft {
    padding: 10px;
}

.pkright h3 {
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
}

    .pkright h3 span {
        font-size: 14px;
        font-weight: normal;
    }

.pkright h6.cutprice {
    color: #fff;
}

.pkleft h4 {
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.pkleft span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tour-info-head {
    background-color: #e2292d;
    padding: 10px 20px;
}

    .tour-info-head h5 {
        color: #fff;
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 600;
    }

.tour-info-body ul, .tour-info-body table {
    margin-bottom: 0;
}

.tour-info-item {
    background-color: #F0FFFE;
}

.tour-info-body {
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
    padding: 14px;
}

    .tour-info-body h3 {
        font-size: 22px;
        margin-bottom: 10;
    }

.tour-info-item:first-child .tour-info-head {
    border-radius: 8px 8px 0 0;
}

.tour-info-item:last-child .tour-info-body {
    border-bottom: 1px solid #ccc;
    border-radius: 0 0 8px 8px;
}


.heading-2 h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

.tour-info-body li {
    font-size: 14.862px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 20.793px */
}

.tour-info-body ul {
    list-style: disc;
    padding-left: 20px;
}

button.itnryday span {
    position: absolute;
    top: 6px;
    left: -8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

button.itnryday {
    font-size: 22px;
    font-style: normal;
    background: transparent;
    font-weight: 500;
    padding-bottom: 0px;
    line-height: normal;
    position: relative;
    padding-top: 28px;
}

.itenary_accrd .accordion-item {
    padding-bottom: 12px;
    border: 0;
    position: relative;
}

.itenary_accrd .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
}

.itenary_accrd .accordion-button:focus {
    box-shadow: none;
}

.itenary_accrd .accordion-item:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 34px;
    width: 2px;
    height: 100%;
    border: 1.5px dashed #0C0C0C;
}

.itenary_accrd .accordion-item:last-child::after {
    display: none;
}

.code_btn h2 {
    color: #e2292d;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
}

.taxibox h3 {
    color: #0E3E8D;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
}

.form-floating i {
    font-size: 20px;
    color: #e2292d;
}

.content.abtcontent, .content.intro-text {
    position: relative
}

.bggolorblue {
    background: #fff;
    box-shadow: -1px 4px 6px 3px #f2f2f2;
}
.content.intro-text:after {
    content: "";
    position: absolute;
    height: 22px;
    width: calc(100% + 6px);
    background: linear-gradient(0deg, white 20%, transparent);
    bottom: 14px;
    left: -3px;
}

.intro-text.show-more:after {
    display: none;
}

.readmore.tbtn {
    background: transparent !important;
    box-shadow: none;
    border-radius: 10px;
    border: 1px solid var(--Make My Booking-blue, #e2292d);
    opacity: 0.7;
    color: #e2292d;
}

div#introTextWrap {
    height: 110px;
    overflow: hidden;
}

    div#introTextWrap.show-more {
        height: auto;
        overflow: hidden;
    }

.hdr_btns {
    display: flex;
    align-items: center;
    gap: 15px;
}

a.cstmlogin {
    border: 2px solid #e2292d;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: flex;
    color: #e2292d;
    align-items: center;
    justify-content: center;
}

.destnbox img {
    max-width: 90px;
    height: 80px;
    object-fit: cover;
}



/* profile css */

.sbmtbtnprf {
    border-radius: 10px;
    background: #174EB6;
    width: 150px;
    height: 42px;
}

.profile_form input.upldpic {
    opacity: 0;
    position: relative;
    top: 35px;
    cursor: pointer;
}

.profile_form .uplodpic label {
    background: #3268cf;
    padding: 10px 18px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
}

.profile_form .imgprw {
    width: 135px;
    height: 135px;
    background: #eee;
    margin: 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .profile_form .imgprw img {
        width: 25px;
        height: 25px;
    }

.profile_form input.form-control {
    border-radius: 6px !important;
    border: 1px solid #707FDD;
    background: #F9FBFF !important;
    height: 44px;
}

.profile_form textarea {
    border-radius: 6px;
    border: 1px solid #707FDD;
    background: #F9FBFF !important;
}

.profile_form .position-relative img {
    position: absolute;
    left: 7px;
    bottom: 13px;
}

.profile_form button.sitebtn {
    border-radius: 10px;
    background: #174EB6;
    width: 150px;
    height: 42px;
}

.profile_form .select2 {
    border-radius: 6px !important;
    border: 1px solid #707FDD;
    background: #F9FBFF !important;
    height: 44px;
}



.profile_form .select2-container--default .select2-selection--single {
    background: transparent;
    border: 0;
    height: 44px !important;
}


.logtop_modal .modal-header {
    border: 0;
    padding: 0;
}

    .logtop_modal .modal-header .btn-close {
        position: absolute;
        right: 12px;
        top: 18px;
        background-color: #fff;
        z-index: 9999;
        opacity: 1;
        border-radius: 50%;
    }

.logtop_modal .modal-body {
    padding: 0;
}

.txtimg_mdl {
    display: flex;
    justify-content: space-between;
}

.mdltxt {
    flex: 0 0 65%;
    padding: 25px;
    border-radius: 13px;
    background: #fff;
}

.mdlimg {
    flex: 0 0 35%;
}

    .mdlimg img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.logtop_modal .modal-content {
    border-radius: 15px;
    max-width: 650px;
}

.mdltxt h4 {
    color: #0E3E8D;
    font-size: 22.96px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 25px;
    letter-spacing: 0.459px;
}

.mdltxt img {
    margin-bottom: 20px;
}

.mdltxt label {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.28px;
}


.mdltxt h4 {
    color: #0E3E8D;
    font-size: 22.96px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
    letter-spacing: 0.459px;
}

.mdltxt img {
    margin-bottom: 20px;
}

.mdltxt label {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.28px;
}

.mdltxt .form-control {
    border: 1px solid #e2292d;
    background: #edfff300;
    height: 44px;
    border-left: 0;
    font-size: 16px;
    padding-left: 0;
}

.mdltxt .input-group-text {
    color: #274c7d;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    border-right: 0;
    background: #EDFFF3;
    border: 1px solid  #e2292d;
}

.mdltxt .input-group {
    width: 75%;
}

button.cstm_mdbtns {
    border-radius: 5px;
    background: #e2292d;
    color: #fff;
    border: 0;
    padding: 10px;
    width: 165px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
}


input.otp {
    display: inline-block;
    width: 45px;
    background: #EDFFF3;
    height: 49px;
    text-align: center;
    margin: 0 2px;
    border-radius: 6px;
    border: 1px solid #0E3E8D;
}

.numbrotpfield {
    position: relative;
}

a.formresend {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.24px;
}

    a.formresend span {
        color: #274c7d;
    }

.otp_screen {
    display: none;
}


.phnnumber_screen .form-control {
    border-left: 1px solid !important;
    padding: 0 5px;
}


ul#innrtabs li.nav-item button {
    padding-left: 35px;
    position: relative;
    color: #e2292d;
    border-radius: 25px;
}

    ul#innrtabs li.nav-item button.active {
        background: #e4edff;
    }

    ul#innrtabs li.nav-item button:before {
        content: '';
        position: absolute;
        left: 14px;
        top: 12px;
        height: 12px;
        width: 12px;
        background: #fff;
        border-radius: 50%;
        border: 2px solid #fff;
        outline: 2px solid #ccc;
    }

    ul#innrtabs li.nav-item button.active:before {
        background: #e2292d;
        border: 2px solid #fff;
        outline: 2px solid #e2292d;
    }

    ul#innrtabs li.nav-item button:hover {
        background: #e2292d;
        border-color: #e2292d;
    }


.pkg_box img, .tour_box img, .taxibox img, .pop_tripbx img {
    transition: all 0.5s;
}

.tour_box:hover img, .pkg_box:hover img, .taxibox:hover img, .pop_tripbx:hover img {
    transform: scale(1.05);
}

.pkg_box, .tour_box, .taxibox, .pop_tripbx {
    overflow: hidden;
}

td img {
    max-width: 150px;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    height: 60px;
    left: 0;
    opacity: 0;
    z-index: 1030;
}

    .fixed-bottom.shwbtm {
        opacity: 1;
        padding-bottom: 0 !important;
    }


.concert_now {
    font-size: 15px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    display: inline-block;
}

.fixed-bottom .text-center {
    position: relative;
}

.concert_now i, .chatbx i {
    font-size: 21px !important;
    color: #de2e2e !important;
    position: relative;
    top: 12px;
}

.color-whats {
    font-size: 51px !important;
    color: #ffffff !important;
    margin-top: 5px;
    position: relative;
    top: -10px;
}



.readmoremain {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.readmore {
    display: inline-block;
    padding: 8px 30px;
    text-align: center;
    background: green;
    border-radius: 10px;
    color: white;
    border: none;
}

.ui-datepicker-header.ui-widget-header {
    background: #0e3e8c;
    color: #fff;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    background-color: white;
    border-radius: 50%;
}

#ui-datepicker-div {
    background: #e4edff;
    padding: 0;
}

    #ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default {
        border: 1px solid #c5c5c5;
        background: #aacbff;
        text-align: center;
    }


    #ui-datepicker-div .ui-state-highlight, #ui-datepicker-div .ui-widget-content .ui-state-highlight {
        border: 1px solid #dad55e;
        background: #e2292d !important;
        color: #fff;
    }

.ui-timepicker-container {
    max-width: 300px;
    text-align: left;
}

.ui-timepicker-viewport {
    width: 300px !important;
    padding: 0 !important;
}

.ui-timepicker-container li.ui-menu-item {
    width: 300px !important;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

.taxibox img {
    border-radius: 10px;
    margin-bottom: 15px;
    max-height: 180px;
}

.content td, .about_sec td {
    border: 1px solid;
    padding: 10px;
}

    .content td p, .about_sec td p {
        margin: 0;
    }

.content ul, .about_sec ul {
    list-style: disc;
    padding-left: 20px;
}

    .content ul p, .about_sec ul {
        margin-bottom: 7px;
    }

.form-select {
    height: 55px;
}

    .form-select:focus {
        box-shadow: none;
    }

.content .pk_img {
    margin-bottom: 10px;
}



#SeoModal .sitebtn {
    max-width: 240px !important;
    margin: 0 auto;
}

#SeoModal button.btn-close {
    top: 10px !important;
    background-color: #fff !important;
    box-shadow: none;
    right: 12px !important;
}

a#resendBtn {
    background: transparent;
    border: 0;
    color: #000 !important;
    padding: 0;
    font-weight: 500;
    line-height: normal;
    font-size: 14px;
    position: relative;
    left: 5px;
}

span#countdown {
    position: relative;
    top: 2px;
    left: 6px;
    font-size: 14px;
}


.nodatatext {
    text-align: center;
}

    .nodatatext h2 {
        color: #84A0B1;
        font-size: 50.767px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .nodatatext h6 {
        color: #84A0B1;
        font-size: 22.073px;
        font-weight: 500;
        line-height: normal;
    }

    .nodatatext h5 {
        color: #84A0B1;
        font-size: 22px;
        font-weight: 600;
        line-height: normal;
        margin: 15px 0 25px 0px;
    }

    .nodatatext a {
        margin-bottom: 20px !important;
    }

span.phnn {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    background: #fff;
    border-radius: 50%;
    color: #e2292d;
    position: relative;
    top: -1px;
}

.nodatatext .sitebtn {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    width: auto;
}

span.wtsp {
    position: relative;
    top: -1px;
    right: -1px;
    width: 20px;
    display: inline-block;
}



@media(max-width:1400px) {
    .sec_padd {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .form-select {
        height: 40px;
    }

    .prfttext h2 {
        color: #FFF;
        font-size: 25px;
    }

    .norml_hdng h1 {
        font-size: 28px;
    }

    .content h2 {
        font-size: 25px;
    }

    .searchsoftware > ul#myTab {
        gap: 6px;
    }

    .col-sm-12.formbtnrow {
        position: relative;
        text-align: center;
        margin-bottom: -35px;
        top: 0;
    }

    .content.intro-text:after {
        bottom: -8px !important;
    }


    .searchsoftware > ul#myTab {
        margin-bottom: 15px;
    }

    ul#innrtabs {
        margin-bottom: 15px;
    }

    .cabdtlsbox span.fac_btn {
        padding: 0px 10px 0 0;
    }

    .site_hdng h2 {
        font-size: 35px;
    }

    .norml_hdng h2 {
        font-size: 25px;
    }

    .norml_hdng a.viewall {
        margin-top: 0;
    }

    .pl-60 {
        padding-left: 20px;
    }

    .extra-fields-city {
        padding: 0px 5px;
    }

    .tourtxt h6 {
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
    }

        .tourtxt h6 a {
            font-size: 15px;
        }

    .pkg_box .tourtxt {
        padding: 0;
    }

    .taxibox h3 {
        color: #0E3E8D;
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
    }

    p.rvw_num {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.28px;
    }

    .rating ul {
        margin-bottom: 6px;
    }

    .rating li i {
        font-size: 12px;
    }

    .review_box h5 {
        font-size: 16px;
    }

    p.comment {
        font-size: 14px;
    }

    .extra-fieldss {
        position: absolute;
        right: 20px;
        top: 6px;
    }

    p.name {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        margin: 0;
    }

    .fieldwrap .input-group img {
        left: 64px;
        top: 13px;
        width: 15px;
    }

    .fieldwrap img {
        position: absolute;
        left: 22px;
        top: 10px;
        width: 16px;
    }

    .searchsoftware > ul#myTab {
        width: 100%;
    }

    .fieldwrap.mb-3 {
        margin-bottom: 15px !important;
    }

    .fieldwrap input.form-control {
        height: 40px;
        line-height: normal;
        padding: 10px 2rem;
        line-height: 40px;
    }

    .site_headr {
        padding-left: 20px;
    }

    .spt_tabs li .sptab_btn {
        width: 160px;
        padding: 10px 9px;
        font-size: 14px;
    }

    .tour_box .tourtxt {
        padding: 5px;
    }

        .tour_box .tourtxt h6 {
            font-size: 14px;
        }

    .tour_box .rating li i {
        font-size: 8px;
    }

    span.btnylw, span.btnlblue {
        font-size: 9px;
    }

    .ftrtxt h4 {
        font-size: 19.201px;
    }

    .ftrtxt p {
        font-size: 15.467px;
        font-style: normal;
    }

    .ftrtxt {
        padding-left: 12px;
    }

    .pkgtxt h4 {
        font-size: 18px;
    }

    .pkgtxt_price .pkgtxt {
        flex: 0 0 78%;
    }

    .pkgtxt p {
        font-size: 12px;
    }

    .loct_jorny span {
        font-size: 12px;
        padding: 0 2px;
    }

    .loct_jorny i {
        font-size: 12px;
    }

    .btnswrp .sitebtn {
        width: auto;
        min-width: 130px;
        padding: 7px 12px;
    }

    .tourprc {
        flex: 0 0 22%;
    }

    .tourbrf span {
        font-size: 14px;
    }

    .pop_tripbx h3 {
        font-size: 18px;
    }

    .pop_tripbx p {
        font-size: 15px;
    }

    .homeslider h1 {
        font-size: 32px;
    }
}

@media(max-width:1320px) {
    .site_hdng h2 {
        font-size: 25px;
    }

    .fieldwrap input.form-control {
        font-size: 14px;
        padding-right: 6px;
    }

    .tourtxt h6, .tourtxt h6 a {
        height: 60px;
    }

    .sub_hdng {
        font-size: 18px;
    }
}



.img_review_box {
   
    align-items: center;
    border: 1px solid #ff0000;
    padding: 10px;
    border-radius: 19px;
}



@media(max-width:640px) {


    .img_review_box {
        display: block !important;
        align-items: center;
        border: 1px solid #ff0000;
        padding: 10px;
        border-radius: 19px;
    }


    ul#innrtabs li.nav-item button {
        width: auto;
        font-size: 12px !important;
    }

    ul#innrtabs li.nav-item button {
        width: auto;
        font-size: 12px;
    }

    ul#innrtabs li.nav-item button {
        padding-left: 36px;
        position: relative;
        color: #e2292d;
        border-radius: 25px;
    }

    .searchsoftware > ul#myTab li.nav-item button {
        width: 120px;
        border-radius: 10px;
        color: #000;
        text-align: center;
        display: inline-block;
    }


    .drvr-img img {
        height: auto;
    }

    .side_booking.sidefare {
        padding: 0;
    }

    h2 {
        font-size: 22px;
    }

    a.viewall {
        padding: 4px 8px;
        font-size: 14px;
    }

    .pop_tripbx p {
        font-size: 15px;
    }

    .pop_tripbx h3 {
        font-size: 18px;
    }

    .ftrtxt h4 {
        font-size: 20.201px;
    }

    .site_hdng h1 {
        font-size: 24px;
    }

    .spt_tabs li .sptab_btn {
        padding: 10px 6px;
        height: auto;
    }

    .prfttext h2 {
        font-size: 18px;
    }

    .prfttext {
        padding: 10px;
    }

    .optns {
        justify-content: space-between;
        gap: 15px;
    }

    .bgmapimg:after {
        display: none;
    }

    .bgmapimg {
        margin: 0;
        padding: 0;
    }

    .spt_tabs {
        gap: 5px;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .bgdblue .col-sm-3 img {
        height: 250px;
        object-fit: cover;
        border-radius: 25px;
    }

    .mdlimg {
        display: none;
    }

    .mdltxt {
        flex: 0 0 100%;
    }

    .optnitem img {
        height: 30px;
    }

    .site_headr {
        padding: 0;
    }

    .hdr_btns {
        position: absolute;
        right: 75px;
    }

        .hdr_btns a.sitebtn {
            display: none;
        }

    .logo_togglr {
        flex: 0 0 100%;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

/*    .order-mbl-2 {
        order: 2;
    }

    .order-mbl-1 {
        order: 1;
    }*/

    .fullimg img {
        height: 125px;
    }

    .searchsoftware {
        width: 95%;
        position: relative;
        padding: 10px;
        top: 5px;
    }

    .side_booking {
        padding: 24px 0;
    }

    .searchsoftware > ul#myTab {
        width: 100%;
    }

    .searchsoftware > ul#myTab {
        gap: 3px;
    }

    ul#innrtabs li.nav-item button:before {
        left: 16px;
        top: 11px;
        height: 10px;
        width: 10px;
    }


    .searchsoftware > ul#myTab li.nav-item button {
        width: 91px;
        padding: 4px 2px;
        font-size: 12px;
    }



    ul#innrtabs {
        justify-content: center;
        gap: 20px;
    }

        ul#innrtabs li.nav-item button {
            width: auto;
            font-size: 14px;
        }

    .site_hdng h2 {
        font-size: 22px;
    }

    .pr-30 {
        padding-right: 12px;
    }

    .pl-60 {
        padding-left: 12px;
    }

    .sub_hdng {
        font-size: 16px;
    }

    .norml_hdng h2 {
        font-size: 19px;
    }

    .sec_padd {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .tablehome {
        width: 100%;
        overflow-y: auto;
    }

    .storesimg img {
        width: 80px;
        height: 30px;
    }

    .storesimg img {
        width: 80px;
        height: 30px;
    }

    .faqs .hdng_btn.d-flex {
        /*flex-direction: column;*/
        align-items: self-start;
    }

    .faqs a.viewall {
        margin: 0;
    }

    .accordion-button {
        padding: 12px;
    }

    .rental .col-sm-3 {
        width: 50%;
    }

    .popl_column {
        padding: 0px;
        width: 50%;
    }

        .popl_column li {
            font-size: 12px;
        }

    .col-md-3.footer_list1 {
        width: 50%;
    }

    .offcanvas-body {
        padding-left: 15px;
    }

    .cablist_box {
        flex-wrap: wrap;
    }

    span.fac_btn img {
        margin-right: 3px;
        width: 15px;
        height: 15px;
        object-fit: contain;
    }

    .cb_img {
        flex: 0 0 35%;
    }

    .cab_pricebox {
        flex: 0 0 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
        margin-top: 5px;
    }

        .cab_pricebox .discnt {
            position: absolute;
            top: -5px;
            font-size: 12px;
        }

    span.faresmry {
        margin: 0;
        position: absolute;
        bottom: 0;
    }

    .cab_pricebox .viewall {
        margin-top: 10px;
    }

    .cb_details p {
        margin-bottom: 0;
    }

    .rating ul {
        margin-bottom: 5px;
    }

    .facility p {
        font-size: 12px;
    }

    span.fac_btn {
        margin: 0 0px;
        padding: 2px 2px;
        font-size: 13px;
    }
    .cb_details {
        flex: 0 0 65%;
    }

    .brdcrumb {
        margin-top: 15px;
    }

    .cab_pricebox {
        align-items: flex-end;
    }

        .cab_pricebox .discnt {
            top: 0px;
        }

        .cab_pricebox h2 {
            margin: 0;
        }

    .norml_hdng h1 {
        font-size: 22px;
    }

    .pkleft h4 {
        font-size: 20px;
    }

    .pkright h3 {
        font-size: 21px;
    }

    .pkright {
        flex: 0 0 31%;
        height: 100px;
    }

        .pkright h3 span {
            font-size: 12px;
        }

    header {
        padding: 10px;
    }

    section.copyright {
    }

    .footer .container {
        padding: 0;
    }

        .footer .container .row > div {
            padding: 0 7px;
        }

    .copyright p {
        font-size: 12px;
    }

    a.footercall {
        background: #ffffff;
        color: #000000;
        padding: 10px 0px;
        display: inline-block;
        border-radius: 11px;
        font-size: 14px;
        font-weight: 500;
        width: 100%;
        text-align: center;
        width: 100%;
    }
}




.fixed-bottom.fix_foot.py-2.bg-light.shadow-lg.border-top.d-block.d-md-none.d-lg-none.shwbtm {
    background-color: rgb(234 56 54) !important;
}


.rating ul {
    list-style: none;
    padding: 0;
}


.new_norml_hdng a {
    color: #000;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 15px;
}

.popular_routes .readmore {
    background: #e2292d;
}

.tablehome th {
    background: #e2292d;
    color: #fff;
    font-weight: 600;
    border: 1px solid #e2292d;
    border-right-color: #98B0DE;
    border-bottom: 0px !important;
}

.tablehome table td {
    border-color: #98B0DE !important;
}

.tablehome th:last-child {
    border-right-color: #e2292d !important;
}

.tablehome td {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.full_hdng_bg {
    background: #123571;
    padding: 40px 20px;
}

    .full_hdng_bg h6, .full_hdng_bg h3 {
        color: #fff;
    }

.content-container.less-pad {
    padding: 30px 0;
}

.heading {
    margin-bottom: 40px;
}



.otpfield input.form-control {
    padding-left: 10px;
    padding-right: 5px;
}

.mobileotp_filed input {
    padding-right: 5px !important;
}

button.otpbtn {
    background: #e2292d;
    color: #fff;
    border: 0;
    padding: 6px;
    font-size: 12px;
    font-weight: 500;
}


.flogo img {
    width: 165px;
}


td {
    background: #fff !important;
}