* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.pay_getdetails {
    display: inline-block !important;
    border: 1px solid #e2e2e2;
    padding: 17px;
    width: 100%;
    margin: 20px 0 0;
}

.custfinal_head {
    text-transform: uppercase !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #00235A !important;
    display: inline-block !important;
    padding: 10px 0 10px;
}

.pg_gateway span label {
    color: #FF5E14 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: capitalize;
}

body {
    font-family: 'Poppins', sans-serif !important;
    color: #565969;
    line-height: normal;
    font-size: 15px;
    font-weight: 400;
}

    body .container {
        width: 100%;
        max-width: 1550px !important;
        margin: 0 auto;
    }

    body .container-fluid {
        width: 100%;
        max-width: 1920px !important;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto;
    }

a,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
span,
label,
p {
    margin: 0;
    padding: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}

ul,
li {
    list-style-type: none;
    text-decoration: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
    }

img {
    max-width: 100%;
}

:root {
    --primary-color: #00235A;
    --secondary-color: #FF5E14;
    --head-text-color: #0A1229;
    --text-color: #565969;
    --background: #F8F9FC;
    --border-color: #E8E8E9;
    --pure: #fff;
    --blue-text-opacity: rgba(0, 35, 90, 0.6);
    --orange-text-opacity: rgba(255, 94, 20, 0.6);
    --white-text-opacity: rgba(255, 255, 255, 0.6);
    --head-text-opacity: rgba(10, 18, 41, 0.6);
}

.max-width-1920 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    clear: both;
}

::selection {
    background-color: var(--head-text-color);
    color: var(--pure);
}

::-webkit-scrollbar {
    border-radius: 2px;
    width: 8px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    width: 8px;
    background-color: var(--text-color);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: var(--secondary-color);
    }


/*::-webkit-scrollbar {
    display: none;
}*/

/* Header Style Start Here*/

.hero {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.menuheader {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
    padding: 0px 0 0;
}

.head {
    width: 100%;
    float: left;
    clear: both;
}

.topheader {
    width: 100%;
    float: left;
    padding: 10px 0;
    /* position: relative;
    z-index: 2; */
}

.tophead {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .tophead .logo a {
        float: left;
    }

.headercontactdetails {
    display: flex;
    width: 100%;
    gap: 83px;
    padding: 2px 0 0;
}

.head_contact01 {
    width: 100%;
    float: left;
    padding: 0 0 0 56px;
    background-image: url(../images/Icons.svg);
    background-repeat: no-repeat;
    background-position: left -7px;
}

    .head_contact01.head_contact02 {
        background-position: left -197px;
    }

    .head_contact01.head_contact03 {
        background-position: left -387px;
    }

    .head_contact01 p {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        color: var(--head-text-color);
        letter-spacing: 0.28px;
    }

    .head_contact01 span a {
        font-size: 14px;
        font-weight: 400;
        color: var(--text-color);
        letter-spacing: 0.28px;
    }

        .head_contact01 span a:focus,
        .head_contact01 span a:hover {
            color: var(--secondary-color);
        }


/* Header Style End Here*/


/*Menu Style Start Here*/

.websitemenu {
    width: 100%;
    float: left;
    position: relative;
}

header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s ease;
    margin: 0px 0 0;
    z-index: 1;
    background-color: var(--secondary-color);
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    border-top: 1px solid var(--border-color);
}

    header.on-scroll {
        position: fixed;
        padding: 0;
        background-color: var(--secondary-color);
        margin: 0;
        transition: 0.6s ease;
        -webkit-transition: 0.6s ease;
        -moz-transition: 0.6s ease;
        -ms-transition: 0.6s ease;
        -o-transition: 0.6s ease;
        z-index: 2;
        box-shadow: 10px 10px 20px rgba(0, 35, 90, 0.2);
    }

.navbar {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 0;
    width: 100%;
    height: 68px;
    margin: 0 auto;
    padding: 0;
}

.header .brand {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    color: var(--pure);
    text-transform: uppercase;
    width: 18.2%;
    text-align: center;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
}

.header.on-scroll .brand {
    display: none;
    /* width: 0px; */
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    /* opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease; */
}

.header.on-scroll .menu {
    width: 100%;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
}

.navbarmenu {
    display: flex;
    width: 90%;
    float: right;
    align-items: flex-start;
}

.menu {
    position: fixed;
    top: -150%;
    left: 0;
    width: 83.6%;
    height: auto;
    padding: 4rem 0 3rem;
    overflow: hidden;
    background-color: var(--color-black-300);
    box-shadow: var(--shadow-medium);
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
}

    .menu.is-active {
        top: 0;
        width: 100%;
        height: 100vh;
        transition: 0.6s ease;
        -webkit-transition: 0.6s ease;
        -moz-transition: 0.6s ease;
        -ms-transition: 0.6s ease;
        -o-transition: 0.6s ease;
    }

.menu-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 1.25rem;
}

.menu-item {
    height: 68px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid var(--border-color);
    background-color: var(--background);
}


/* .header.on-scroll .menu-item {
    background-color: var(--pure);
} */

.menu-link {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    transition: all 0.3s ease;
}

    .menu-link:hover,
    .menu-link:focus {
        color: var(--secondary-color);
    }

.menu-block {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25;
    user-select: none;
    white-space: nowrap;
    text-align: center;
    margin-left: auto;
    padding: 0.65rem 1.5rem;
    border-radius: 3rem;
    text-transform: capitalize;
    color: var(--color-white);
    background-color: var(--color-blue-600);
    box-shadow: var(--shadow-medium);
    transition: all 0.3s ease-in-out;
}

.burger {
    position: relative;
    display: block;
    cursor: pointer;
    user-select: none;
    order: -1;
    z-index: 10;
    width: 1.75rem;
    height: 1rem;
    border: none;
    outline: none;
    background: none;
    visibility: visible;
    transform: rotate(0deg);
    transition: 0.35s ease;
}

.burger-line {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 2px;
    border: none;
    outline: none;
    opacity: 1;
    transform: rotate(0deg);
    background-color: var(--pure);
    transition: 0.25s ease-in-out;
}

    .burger-line:nth-child(1) {
        top: 0px;
    }

    .burger-line:nth-child(2) {
        top: 0.5rem;
    }

    .burger-line:nth-child(3) {
        top: 1rem;
    }

.burger.is-active .burger-line:nth-child(1) {
    top: 0.5rem;
    transform: rotate(135deg);
}

.burger.is-active .burger-line:nth-child(2) {
    right: -1.5rem;
    opacity: 0;
    visibility: hidden;
}

.burger.is-active .burger-line:nth-child(3) {
    top: 0.5rem;
    transform: rotate(-135deg);
}

.banner-column {
    position: relative;
    display: grid;
    align-items: center;
    row-gap: 3rem;
}

@media only screen and (min-width: 48rem) {
    .banner-column {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: center;
    }
}

@media only screen and (min-width: 64rem) {
    .banner-column {
        grid-template-columns: 1fr max-content;
        column-gap: 4rem;
        margin-top: 3rem;
    }
}

.banner-image {
    display: block;
    max-width: 18rem;
    height: auto;
    margin-top: 2rem;
    object-fit: cover;
    justify-self: center;
}

@media only screen and (min-width: 48rem) {
    .banner-image {
        order: 1;
        max-width: 20rem;
        height: auto;
    }
}

@media only screen and (min-width: 64rem) {
    .banner-image {
        max-width: 25rem;
        height: auto;
        margin-right: 5rem;
    }
}

.banner-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1.75rem;
}

.banner-links {
    position: absolute;
    top: 30%;
    right: 1.5rem;
    display: grid;
    justify-items: center;
    row-gap: 0.5rem;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (min-width: 64rem) {
    .banner-links {
        opacity: 1;
        visibility: visible;
    }
}

.banner-links > * {
    font-size: 1.25rem;
    line-height: 1.25;
    color: var(--color-white-100);
}

.banner-links::before {
    position: absolute;
    content: "";
    top: -3rem;
    width: 4rem;
    height: 1.5px;
    transform: rotate(90deg);
    background: var(--color-white-100);
}

.banner-links::after {
    position: absolute;
    content: "";
    bottom: -3rem;
    width: 4rem;
    height: 2px;
    transform: rotate(90deg);
    background: var(--color-white-100);
}


/*Menu Style End Here*/


/*User Login Popup Style Start Here*/

.userloginpopup {
    display: inline-block;
    width: 50%;
}

    .userloginpopup .popupbtn {
        cursor: pointer;
        border: none;
        border-right: 1px solid var(--border-color);
        border-left: 1px solid var(--border-color);
        padding: 0;
        background-color: var(--primary-color);
        transition: 0.3s;
        text-transform: lowercase;
        height: 68px;
        background-image: url(../images/Icons.svg);
        background-repeat: no-repeat;
        background-position: center -556px;
    }

        .userloginpopup .popupbtn:hover {
            background-color: var(--head-text-color);
        }

.login_popup_main .css-yiavyu-MuiBackdrop-root-MuiDialog-backdrop {
    background-color: rgba(10, 18, 41, 0.9);
}

.login_popup_main .css-2rbg70-MuiPaper-root-MuiDialog-paper {
    background-color: var(--background);
    max-width: 576px;
    width: 100%;
}

.login_popup_main .css-ypiqx9-MuiDialogContent-root {
    padding: 80px 40px 60px;
    position: relative;
}

.login_popup_main .css-hlj6pa-MuiDialogActions-root {
    padding: 0;
}

.menurightpopup {
    display: flex;
    align-items: center;
    width: 10%;
    height: 68px;
    float: right;
}

/*

.userloginpopup .popup {
    z-index: 101;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background-color: rgba(10, 18, 41, 0.9);
    transition: 0.6s ease;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
}*/
/*
    .userloginpopup .popup.active {
        height: 100vh;
        opacity: 1;
        pointer-events: visible;
    }

    .userloginpopup .popup .inner {
        padding: 80px 40px 60px;
        width: 30%;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .5);
        border-radius: 4px;
        background-color: var(--background);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        transition: 0.6s ease;
        -webkit-transition: 0.6s ease;
        -moz-transition: 0.6s ease;
        -ms-transition: 0.6s ease;
        -o-transition: 0.6s ease;
        text-align: center;
        display: flex;
        flex-direction: column;
    }*/

.popupclosebutton {
    cursor: pointer;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

    .popupclosebutton i {
        font-weight: 600;
        font-size: 22px;
        color: var(--primary-color);
    }

/*.userloginpopup .popup .popupclose path {
    fill: var(--primary-color);
}
*/



.login_popup_main .userloginpopup {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.userloginpopup .popup-head h5 {
    float: left;
    width: 100%;
    padding: 40px 0 20px;
    border-bottom: 1px solid var(--border-color);
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 500;
}

.popupotp-input {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

.userloginpopup .popupotp-input input {
    width: 100%;
    height: 60px;
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid var(--border-color);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 0 0 0px;
}

    .userloginpopup .popupotp-input input:active,
    .userloginpopup .popupotp-input input:focus {
        outline: 1px solid var(--secondary-color);
    }

.userloginpopup .popupbtn {
    width: 100%;
}

.popupbtn-in {
    width: 100%;
    padding: 12px 0;
    background-color: var(--primary-color);
    border: none;
    border-radius: 2px;
    color: var(--pure);
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

    .popupbtn-in:hover,
    .popupbtn-in:focus {
        background-color: var(--secondary-color);
        box-shadow: 0px 10px 20px rgba(255, 94, 20, 0.5);
    }

.popup-sigin-option {
    display: flex;
    gap: 100px;
    align-items: center;
    padding: 60px 0 0px;
    width: 100%;
}

    .popup-sigin-option .sigin-option-title h5 {
        font-size: 14px;
        font-weight: 400;
        color: var(--text-color);
        position: relative;
    }

        .popup-sigin-option .sigin-option-title h5::after {
            position: absolute;
            content: '';
            width: 60px;
            height: 2px;
            background-color: var(--border-color);
            right: -78px;
            bottom: 8px;
        }

.sigin-option-icon {
    display: flex;
    gap: 20px;
}

    .sigin-option-icon a i {
        font-size: 18px;
        line-height: 40px;
        color: var(--pure);
        background-color: #3b5998;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        text-align: center;
    }

    .sigin-option-icon a .fa-google {
        background-color: #EA4335;
        line-height: 42px;
    }

    .sigin-option-icon a i:hover,
    .sigin-option-icon a i:focus {
        background-color: #2f4677;
    }

    .sigin-option-icon a .fa-google:hover,
    .sigin-option-icon a .fa-google:focus {
        background-color: #bd362a;
    }

.popupotp-input .web_input span {
    text-align: left;
    font-size: 12px;
    color: var(--secondary-color);
    padding: 4px 0 0px;
}

.css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.Mui-checked, .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.MuiCheckbox-indeterminate {
    color: var(--primary-color) !important;
}

.css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root {
    color: var(--primary-color) !important;
}

.resendotplink {
    width: 100%;
    float: left;
    text-align: right;
    color: var(--secondary-color);
    font-size: 14px;
    margin: 0 0 20px;
    font-weight: 500;
}

.web_input_gender {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
}

    .web_input_gender label {
        float: left;
        font-size: 14px;
        font-weight: 500;
        color: var(--head-text-color);
        display: flex;
        flex-direction: row;
        margin: 0;
    }

    .web_input_gender .css-ahj2mt-MuiTypography-root {
        font-family: 'Poppins', sans-serif !important;
        color: var(--head-text-color);
    }

    .web_input_gender .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
        color: var(--primary-color);
    }

    .web_input_gender.web_input_gender01 {
        flex-direction: row;
        gap: 5px;
        align-items: center;
        font-size: 14px;
        padding: 10px 0;
    }

        .web_input_gender.web_input_gender01 a {
            color: var(--secondary-color);
            font-weight: 500;
        }


/*User Login Popup Style End Here*/

/* Toggle Menu Style  */


.headermenuside {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    /* height: 68px; */
}

#activator {
    /* display: inline-block; */
    position: relative;
    width: 24px;
    height: 20px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%,-50%); */
    /* width: 100%; */
    /* float: left; */
    text-align: center;
}

    #activator .menu-icon,
    #activator .menu-icon::before,
    #activator .menu-icon::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        height: 2.86px;
        background: var(--pure);
        border-radius: 8px;
        cursor: pointer;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    #activator .menu-icon {
        top: 8px;
        width: 16px;
    }

        #activator .menu-icon::before {
            top: -8px;
            width: 24px;
        }

        #activator .menu-icon::after {
            bottom: -8px;
            width: 24px;
        }

.activator:hover#activator .menu-icon {
    width: 24px;
}

#activator.active .menu-icon {
    background: none;
}

    #activator.active .menu-icon::before {
        top: 9px;
        left: 6px;
        background: var(--pure);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #activator.active .menu-icon::after {
        top: 9px;
        left: 6px;
        background: var(--pure);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

#activate-menu {
    z-index: 90;
    padding: 20px 40px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -40%;
    width: 420px;
    list-style-type: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    background: #0a1229;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    text-align: left;
    -webkit-transform: perspective(1200px) rotateY(-90deg);
    transform: perspective(1200px) rotateY(-90deg);
    display: -ms-grid;
    display: grid;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

#activator.active {
    background-color: var(--secondary-color);
    height: 30px;
    width: 30px;
    padding: 18px;
}

#activate-menu.visible {
    right: 0;
    -webkit-transform: perspective(1200px);
    transform: perspective(1200px);
}

.sidebar-main {
    padding: 40% 0 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar-main-details h5 {
    font-size: 20px;
    font-weight: 600;
    color: var(--pure);
    padding: 0 0 20px;
}

.sidebar-main-details p,
.sidebar-icon-second p {
    font-size: 14px;
    font-weight: 400;
    color: var(--white-text-opacity);
    line-height: 26px;
}

    .sidebar-main-details p i {
        font-style: normal;
        display: block;
        padding: 10px 0 0;
    }

.sidebar-main-contact-details {
    padding: 40px 0 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar-icon-details {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

    .sidebar-icon-details i {
        padding: 3px 0 0;
        font-size: 20px;
    }

.sidebar-icon-second a {
    display: block;
    color: var(--white-text-opacity);
    line-height: normal;
    font-size: 16px;
}

    .sidebar-icon-second a:hover,
    .sidebar-icon-second a:focus {
        color: var(--secondary-color);
    }

.sidebar-main-social-icon {
    display: flex;
    gap: 0;
    padding: 40px 0 0;
}

    .sidebar-main-social-icon a {
        font-size: 16px;
        line-height: normal;
        color: var(--pure);
        border: 1px solid rgba(255, 255, 255, 0.2);
        background-color: transparent;
        width: 70px;
        height: 70px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
    }

        .sidebar-main-social-icon a:hover,
        .sidebar-main-social-icon a:focus {
            background-color: var(--secondary-color);
        }

#fade-bg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-overflow-scrolling: inherit;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 80;
    background: transparent;
    opacity: 1;
    background-color: rgba(10, 18, 41, 0.9);
}


/*Slider Style Start Here*/

.hero-slider {
    width: 100%;
    height: 614px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 500px;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}


.slide-bg-image01,
.slide-bg-image02 {
    background-image: url(../images/Main-Slider/Main-Slider-01.png);
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 40px;
    height: 40px;
    line-height: 36px;
    margin-top: -30px;
    text-align: center;
    border: 1px solid var(--text-color);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}

    .hero-slider .swiper-button-prev:before {
        font-family: "Font Awesome 5 Free";
        content: "\f104";
        font-size: 16px;
        color: var(--text-color);
        font-style: normal;
        display: inline-block;
        vertical-align: middle;
        font-weight: 700;
    }

.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}

    .hero-slider .swiper-button-next:before {
        font-family: "Font Awesome 5 Free";
        content: "\f105";
        font-size: 16px;
        color: var(--text-color);
        font-style: normal;
        display: inline-block;
        vertical-align: middle;
        font-weight: 700;
    }


/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/

.hero-style {
    height: 614px;
    transition: all .4s ease;
}

@media only screen and (max-width: 991px) {
    .hero-style {
        height: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-style {
        height: 500px;
    }
}


/* @media screen and (min-width: 992px) {
    .hero-style .container {
        padding-top: 95px;
    }
} */

.slidercaption {
    width: 100%;
    float: left;
    position: relative;
    top: 99px;
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
    max-width: 690px;
}

    .hero-style .slide-title span {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1.4px;
        color: var(--primary-color);
        text-transform: uppercase;
        padding: 0 0 6px;
        float: left;
        width: 100%;
    }

    .hero-style .slide-title h2 {
        font-size: 38px;
        font-weight: 700;
        line-height: 48px;
        color: var(--primary-color);
        margin: 0 0 18px;
        text-transform: uppercase;
        transition: 0.4s ease;
        letter-spacing: 1px;
        -webkit-transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -ms-transition: 0.4s ease;
        -o-transition: 0.4s ease;
    }

        .hero-style .slide-title h2 i {
            display: block;
            font-style: normal;
        }

    .hero-style .slide-text p {
        opacity: 1;
        font-size: 20px;
        font-weight: 600;
        line-height: 33px;
        letter-spacing: 2px;
        color: var(--secondary-color);
        text-decoration: underline;
        text-transform: uppercase;
        margin: 0px 0 40px;
        transition: all .4s ease;
    }

    .hero-style .slide-btns > a:first-child {
        margin-right: 10px;
    }


/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/

.theme-btn-s2 {
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-size: 16px;
    padding: 16px 50px;
    border-radius: 4px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 11px 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    display: block;
    float: left;
}

    .theme-btn-s2:hover,
    .theme-btn-s2:focus {
        box-shadow: 0px 10px 20px rgba(0, 35, 90, 0.5);
    }

    .theme-btn:hover,
    .theme-btn-s2:hover,
    .theme-btn:focus,
    .theme-btn-s2:focus,
    .theme-btn:active,
    .theme-btn-s2:active {
        background-color: var(--primary-color);
        color: #fff;
    }

i.fa-chevron-circle-right {
    height: 22px;
    width: 22px;
}

a:hover {
    text-decoration: none;
}

@media (max-width: 991px) {

    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s3 {
        font-size: 13px;
        padding: 15px 25px;
    }
}

@media (max-width: 767px) {

    .theme-btn,
    .theme-btn-s2 {
        padding: 13px 20px;
        font-size: 13px;
    }
}


/*Slider Style End Here*/


/*Booking Form Style Start Here*/

.hero-wrapper {
    width: 100%;
    float: left;
    position: relative;
}

.bookingwrapper {
    width: 100%;
    float: left;
    position: absolute;
    z-index: 1;
    bottom: -103px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.booking-tab {
    width: 100%;
    float: left;
}

.booking-tab {
    width: 100%;
    float: left;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.tablist {
    flex-basis: 15%;
}

    .tablist .nav-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        flex-direction: column;
        border: none;
    }

        .tablist .nav-tabs .nav-item {
            display: block;
            margin: 0;
            position: relative;
            margin: 0 0 10px;
        }

            .tablist .nav-tabs .nav-item:last-child {
                margin: 0;
            }

            .tablist .nav-tabs .nav-item .nav-link {
                font-size: 18px;
                font-weight: 500;
                color: var(--primary-color);
                background-color: var(--background);
                border: 1px solid var(--primary-color);
                padding: 20px 0 20px;
                text-align: center;
                border-radius: 4px;
                background-image: url(../images/Icons.svg);
                background-repeat: no-repeat;
                position: relative;
            }

                .tablist .nav-tabs .nav-item .nav-link::after {
                    content: '';
                    position: absolute;
                    height: 20px;
                    width: 20px;
                    right: 3px;
                    top: 23px;
                    background-color: var(--primary-color);
                    border-radius: 2px;
                    z-index: -1;
                    -webkit-border-radius: 2px;
                    -moz-border-radius: 2px;
                    -ms-border-radius: 2px;
                    -o-border-radius: 2px;
                    transform: rotate(-45deg);
                    -webkit-transform: rotate(-45deg);
                    -moz-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    -o-transform: rotate(-45deg);
                    transition: 0.6s ease;
                    -webkit-transition: 0.6s ease;
                    -moz-transition: 0.6s ease;
                    -ms-transition: 0.6s ease;
                    -o-transition: 0.6s ease;
                }

                .tablist .nav-tabs .nav-item .nav-link.active::after {
                    right: -11px;
                }

                .tablist .nav-tabs .nav-item .nav-link.One-Way {
                    padding-left: 30px;
                    background-position: 50px -892px;
                }

                .tablist .nav-tabs .nav-item .nav-link.Round-Trip {
                    padding-left: 30px;
                    background-position: 37px -1057px;
                }

                .tablist .nav-tabs .nav-item .nav-link.Multiple-Trip {
                    padding-left: 30px;
                    background-position: 38px -1225px;
                }

                .tablist .nav-tabs .nav-item .nav-link.active {
                    background-color: var(--primary-color);
                    color: var(--pure);
                }

.tab-content {
    flex-basis: 85%;
    background-color: var(--background);
    box-shadow: 3px 3px 10px rgba(0, 35, 90, 0.1);
    padding: 0px 30px 67px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    position: relative;
}


/*Booking Form Input Style Start Here*/

.bokinginput {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    padding: 30px 0 0;
}

.bookingforminput {
    flex-basis: 100%;
}

    .bookingforminput .inputdata {
        position: relative;
        width: 100%;
    }


    /* .bookingforminput input {
        width: 100%;
        position: relative;
        height: 80px;
        border: 1px solid #FFDECF;
        background-color: var(--pure);
        border-radius: 4px;
        padding: 30px 20px 0;
        cursor: pointer;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        box-shadow: 2px 2px 6px rgba(0, 35, 90, 0.1);
    }*/


    .bookingforminput .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
        width: 100%;
        position: relative;
        height: 80px;
        border: 1px solid #FFDECF;
        background-color: var(--pure);
        border-radius: 4px;
        padding: 30px 20px 0;
        cursor: pointer;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        box-shadow: 2px 2px 6px rgba(0, 35, 90, 0.1);
    }


    .bookingforminput .MuiAutocomplete-hasPopupIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot,
    .bookingforminput .MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        height: 80px;
        padding: 30px 20px 0;
        border: 1px solid #FFDECF;
        background-color: var(--pure);
    }



    .bookingforminput.journeydateinput input,
    .bookingforminput.returndateinput input {
        width: 100%;
        position: relative;
        height: 80px;
        border: 1px solid #FFDECF;
        background-color: var(--pure);
        border-radius: 4px;
        padding: 30px 20px 0;
        cursor: pointer;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        box-shadow: 2px 2px 6px rgba(0, 35, 90, 0.1);
    }

        .bookingforminput.journeydateinput input:active,
        .bookingforminput.journeydateinput input:focus,
        .bookingforminput.returndateinput input:active,
        .bookingforminput.returndateinput input:focus {
            outline: 1px solid var(--secondary-color);
        }

    .bookingforminput .css-xsu6ln-MuiAutocomplete-root {
        width: 100%;
    }

    /*.bookingforminput .css-xsu6ln-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
            padding: 0px 20px 0;
        }*/

    .bookingforminput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
        border-bottom: none;
    }

    .bookingforminput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled):before {
        border-bottom: none;
    }

    .bookingforminput .css-1tb7pjp-MuiInputBase-root-MuiInput-root {
        font-family: 'Poppins', sans-serif !important;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.4375em;
        letter-spacing: 0.00938em;
        color: var(--text-color);
        box-sizing: border-box;
        position: relative;
        cursor: text;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        position: relative;
    }

    .bookingforminput .css-1x51dt5-MuiInputBase-input-MuiInput-input {
        font-family: 'Poppins', sans-serif !important;
        font-weight: 600;
        letter-spacing: inherit;
        color: var(--text-color) !important;
    }

    .bookingforminput .css-1q60rmi-MuiAutocomplete-endAdornment {
        position: absolute;
        right: 0;
        top: auto;
    }

    .bookingforminput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:after {
        border-bottom: 2px solid var(--primary-color);
    }

    .bookingforminput .css-1x51dt5-MuiInputBase-input-MuiInput-input {
        box-sizing: border-box;
    }

    .bookingforminput .css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
        margin-right: 10px;
    }

    /*.tab-content .tab-pane.tab-pane-oneway .bookingforminput.returndateinput .inputdata,
.tab-content .tab-pane.tab-pane-oneway .bookingforminput.returndateinput .inputdata label,
.tab-content .tab-pane.tab-pane-oneway .bookingforminput.returndateinput input {
    opacity: 0.5;
    cursor: not-allowed;
}*/



    .bookingforminput label {
        position: absolute;
        z-index: 1;
        top: 10px;
        left: 20px;
        font-size: 16px;
        font-weight: 400;
        color: var(--head-text-color);
    }

.searchbtn {
    position: absolute;
    right: 15px;
    bottom: -8px;
    width: 38.4%;
    display: inline-block;
}

    .searchbtn button {
        font-size: 16px;
        font-weight: 500;
        color: var(--pure);
        background-color: var(--secondary-color);
        padding: 17px 0;
        border: none;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        box-shadow: 0px 10px 20px rgba(255, 94, 20, 0.5);
        outline: none;
        display: inline-block;
        cursor: pointer;
    }

        .searchbtn button:hover,
        .searchbtn button:focus {
            outline: none;
            background-color: var(--primary-color);
            box-shadow: 0px 10px 20px rgba(0, 35, 90, 0.5);
        }


/*Booking Form Input Style End Here*/


/*Booking Form Style End Here*/


/*Our Services Style Start Here*/

.servicewrapper {
    width: 100%;
    float: left;
    clear: both;
}


/* .ourservices {
    width: 100%;
    float: left;
    background-image: url(../images/Our_Service_BG.png);
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 602px;
    padding: 218px 0 0;
} */

.ourservices {
    width: 100%;
    float: left;
    min-height: 602px;
    padding: 218px 0 0;
    background-image: url(../images/Our_Service_BG.png);
    background-repeat: repeat-x;
    background-position: 0 20%, 0 100%, 0 50%, 0 100%, 0 0;
    background-size: 2500px, 800px, 500px 200px, 1000px, 400px 260px;
    animation: 200s para infinite linear;
    -webkit-animation: 200s para infinite linear;
}

@keyframes para {
    100% {
        background-position: -5000px 20%, -800px 95%, 500px 50%, 1000px 100%, 400px 0;
    }
}

.service-title {
    width: 100%;
    text-align: center;
}

    .service-title h2 {
        font-size: 100px;
        font-weight: 700;
        letter-spacing: 1.6px;
        color: transparent;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: var(--orange-text-opacity);
    }

        .service-title h2 span {
            padding: 0 0 0 20px;
            -webkit-text-fill-color: transparent;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: var(--blue-text-opacity);
        }

.servicemain {
    width: 100%;
    float: left;
    padding: 0;
    margin: -37px 0 0;
    position: relative;
}

.serviceblock {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.service-box {
    flex-basis: 33.33%;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    background-color: var(--background);
    padding: 40px 60px 50px;
    min-height: 300px;
    cursor: pointer;
}

    .service-box.service-box02 {
        background-color: var(--secondary-color);
    }

    .service-box.service-box03 {
        background-color: var(--primary-color);
    }

    .service-box span {
        height: 82px;
        width: 82px;
        background-image: url(../images/Icons.svg);
        background-repeat: no-repeat;
        background-position: center -1740px;
    }

    .service-box.service-box02 span {
        background-position: center -1970px;
    }

    .service-box.service-box03 span {
        background-position: center -2200px;
    }

    .service-box h5 {
        width: 100%;
        font-size: 20px;
        font-weight: 600;
        color: var(--primary-color);
        padding: 26px 0 0;
        letter-spacing: 0.2px;
    }

    .service-box.service-box02 h5,
    .service-box.service-box03 h5 {
        color: var(--pure);
    }

    .service-box p {
        font-size: 16px;
        font-weight: 500;
        color: var(--blue-text-opacity);
        padding: 25px 0 0;
        letter-spacing: 0.1px;
        line-height: 26px;
    }

    .service-box.service-box02 p,
    .service-box.service-box03 p {
        color: var(--white-text-opacity);
    }

    .service-box:hover span {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transition: 0.6s ease;
        -webkit-transition: 0.6s ease;
        -moz-transition: 0.6s ease;
        -ms-transition: 0.6s ease;
        -o-transition: 0.6s ease;
    }


/*Our Services Style End Here*/


/*Top Destination Style Start Here*/

.destinationwrapper {
    width: 100%;
    float: left;
    clear: both;
}

.destinationblock {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.destinationleftblock {
    flex-basis: 10%;
}

.destinationshape {
    width: 100px;
    height: 276px;
    background-color: var(--primary-color);
    position: relative;
}

    .destinationshape::after {
        content: '';
        position: absolute;
        right: -23px;
        bottom: 0;
        width: 46px;
        height: 141px;
        background-image: url(../images/TopDestination_shape.png);
        background-repeat: no-repeat;
        animation: float 8s ease-in-out infinite;
        -webkit-animation: float 8s ease-in-out infinite;
    }

@keyframes float {
    0% {
        transform: translatey(0px);
        -webkit-transform: translatey(0px);
        -moz-transform: translatey(0px);
        -ms-transform: translatey(0px);
        -o-transform: translatey(0px);
    }

    50% {
        transform: translatey(-135px);
        -webkit-transform: translatey(-135px);
        -moz-transform: translatey(-135px);
        -ms-transform: translatey(-135px);
        -o-transform: translatey(-135px);
    }

    100% {
        transform: translatey(0px);
        -webkit-transform: translatey(0px);
        -moz-transform: translatey(0px);
        -ms-transform: translatey(0px);
        -o-transform: translatey(0px);
    }
}


/* Title Style Start Here */

.sec-title {
    position: relative;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}

    .sec-title h2 {
        position: relative;
        display: flex;
        font-size: 36px;
        line-height: 30px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 0 0 20px;
        mask-image: linear-gradient(-75deg, rgba(10, 21, 169, 0.6) 50%, #ff7e00 50%, rgba(0, 0, 0, 1) 70%);
        -webkit-mask-image: linear-gradient(-75deg, rgba(10, 21, 169, 0.6) 50%, #ff7e00 50%, rgba(0, 0, 0, 1) 70%);
        mask-size: 200%;
        -webkit-mask-size: 200%;
        animation: shine 3s infinite;
        gap: 10px;
    }

        .sec-title h2 span:first-child {
            color: var(--primary-color);
        }

        .sec-title h2 span:nth-child(2) {
            color: var(--secondary-color);
        }

        .sec-title h2:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 80px;
            height: 4px;
            background-color: var(--secondary-color);
        }

        .sec-title h2:after {
            content: "";
            position: absolute;
            left: 90px;
            bottom: 0;
            width: 20px;
            height: 4px;
            background-color: var(--primary-color);
        }

    .sec-title.text-center {
        right: 0;
        margin: 0 auto;
    }

        .sec-title.text-center h2:before {
            left: 47%
        }

        .sec-title.text-center h2:after {
            left: 51%;
        }

@keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}


/* Title Style End Here */

.destinatinedetails {
    padding: 38px 0 0;
    width: 100%;
}

    .destinatinedetails p {
        font-size: 18px;
        font-weight: 400;
        color: var(--text-color);
        line-height: 30px;
    }

        .destinatinedetails p i {
            font-style: normal;
            display: block;
        }

.destinationrightblock {
    flex-basis: 90%;
    display: flex;
    justify-content: space-between;
    padding: 100px 0 0;
}

.destination-top-title {
    flex-basis: 26%;
    padding: 12px 0 0;
}

.topdestinationroute {
    flex-basis: 74%;
}

    .topdestinationroute ul {
        display: flex;
        gap: 80px;
        padding: 0 0 40px;
    }

        .topdestinationroute ul li {
            position: relative;
            padding: 20px 80px 48px 44px;
            border: 1px solid #FFDECF;
            border-radius: 4px;
            background-color: var(--background);
            background-image: url(../images/Icons.svg);
            background-repeat: no-repeat;
            background-position: 10px -2407px;
        }

    .topdestinationroute .routelist {
        display: flex;
        flex-direction: column;
    }

        .topdestinationroute .routelist span {
            font-size: 18px;
            font-weight: 500;
            text-transform: uppercase;
            color: var(--primary-color);
        }

        .topdestinationroute .routelist em {
            height: 42px;
            width: 20px;
            background-image: url(../images/Icons.svg);
            background-repeat: no-repeat;
            background-position: -4px -2657px;
        }

.booknowbtn {
    position: absolute;
    bottom: 0;
    left: 20px;
}

    .booknowbtn a {
        font-size: 12px;
        font-weight: 500;
        padding: 12px 28px;
        color: var(--pure) !important;
        background-color: var(--primary-color);
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
    }

        .booknowbtn a:hover,
        .booknowbtn a:focus {
            background-color: var(--secondary-color);
            box-shadow: 0px 10px 20px rgba(255, 94, 20, 0.5);
        }


/*Top Destination Style End Here*/


/*Award Wrapper Style Start Here*/

.awardwrapper {
    width: 100%;
    float: left;
    clear: both;
    overflow: hidden;
}

.awardmain {
    width: 100%;
    position: relative;
    float: left;
    padding: 68px 0 0;
}

.awardblock {
    width: 100%;
    float: left;
    padding: 0;
    background-color: var(--primary-color);
}

.awardsection {
    width: 100%;
    float: left;
    padding: 0;
}

.awarddetails {
    width: 46.8%;
    float: left;
    position: relative;
}

.awarddata {
    width: 100%;
    float: left;
    background-image: url(../images/Award_Line_Image.png);
    min-height: 680px;
    background-repeat: repeat-x;
    animation: 200s para infinite linear;
    -webkit-animation: 200s para infinite linear;
    padding: 112px 30px 0px 192px;
}

@keyframes para {
    100% {
        background-position: -5000px 20%, -800px 95%, 500px 50%, 1000px 100%, 400px 0;
    }
}

.awarddetails .sec-title h2 span:first-child {
    color: var(--pure);
}

.awarddetails .sec-title h2::before {
    background-color: var(--secondary-color);
}

.awarddetails .sec-title h2::after {
    background-color: var(--pure);
}

.awardpara {
    width: 100%;
    float: left;
    padding: 58px 40px 0 0;
}

    .awardpara p {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: var(--white-text-opacity);
    }

        .awardpara p:nth-child(2) {
            padding: 19px 0 0;
        }

        .awardpara p i {
            display: block;
            font-style: normal;
        }

    .awardpara a {
        position: relative;
        font-size: 16px;
        font-weight: 400;
        color: var(--secondary-color);
        margin: 57px 0 0;
        float: left;
        padding: 0 0 2px 26px;
        background-image: url(../images/Icons.svg);
        background-repeat: no-repeat;
        background-position: -4px -2833px;
        transition: 0.6s ease;
        -webkit-transition: 0.6s ease;
        -moz-transition: 0.6s ease;
        -ms-transition: 0.6s ease;
        -o-transition: 0.6s ease;
    }

        .awardpara a:after {
            position: absolute;
            content: '';
            width: 0px;
            height: 2px;
            background-color: var(--secondary-color);
            right: 0;
            bottom: 0;
            transition: 0.6s ease;
            -webkit-transition: 0.6s ease;
            -moz-transition: 0.6s ease;
            -ms-transition: 0.6s ease;
            -o-transition: 0.6s ease;
        }


        /* .awardpara a:hover,
.awardpara a:focus {
    padding: 0 26px 2px 0;
    background-position: 87px -2833px;
} */

        .awardpara a:hover::after,
        .awardpara a:focus::after {
            width: 84px;
            transition: 0.6s ease;
            -webkit-transition: 0.6s ease;
            -moz-transition: 0.6s ease;
            -ms-transition: 0.6s ease;
            -o-transition: 0.6s ease;
        }


/*Award Slider Style*/

.awardslide {
    width: 53.2%;
    float: left;
    position: relative;
    z-index: 0;
    padding: 0 0 137px;
    overflow: hidden;
}

.awardslidertextbottom {
    position: absolute;
    content: '';
    font-size: 170px;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(248, 249, 252, 0.1);
    bottom: -69px;
    right: -16px;
    overflow: hidden;
}

.awardslide .owl-slider {
    width: 100%;
    float: left;
    padding: 100px 0 0;
}

.awardslide .owl-nav {
    position: absolute;
    left: 62px;
    bottom: 22px;
}

    .awardslide .owl-nav button {
        position: absolute;
        bottom: -100px;
        background: transparent !important;
        width: 40px;
        height: 40px;
        line-height: 36px !important;
        border: 1px solid var(--secondary-color) !important;
        border-radius: 4px;
        color: #fff;
        margin: 0;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }

        .awardslide .owl-nav button::before {
            font-family: "Font Awesome 5 Free";
            content: "\f104";
            font-size: 16px;
            color: var(--white-text-opacity);
            font-style: normal;
            display: inline-block;
            vertical-align: middle;
            font-weight: 600;
        }

        .awardslide .owl-nav button.owl-next::before {
            content: "\f105";
        }

        .awardslide .owl-nav button.owl-prev {
            left: 0;
        }

        .awardslide .owl-nav button.owl-next {
            left: 60px;
        }

.awardslide span {
    display: none;
}

.awardslide .owl-carousel.owl-drag .owl-item .item {
    margin: 0px 34px 0px 0;
    position: relative;
}

.awardslide .owl-carousel.owl-drag .owl-item p {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 33px;
    color: var(--pure);
    padding: 0 40px 20px 20px;
}


/*Award Wrapper Style End Here*/


/*Amenities Style Start Here*/

.amenitieswrapper {
    width: 100%;
    float: left;
    clear: both;
}

.amenitiesblock {
    width: 100%;
    float: left;
    background-color: var(--background);
}

.amenitiessection {
    width: 100%;
    float: left;
    padding: 101px 0 0;
}

.amenitiesmain {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-start;
    padding: 0 0 81px;
}

.amenitiesmobiletitle {
    display: none;
}

.amenitiespart {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 80px;
}

.amenitiesleftpart {
    display: flex;
    gap: 30px;
    position: relative;
    flex-basis: 50%;
}

.leftimagecontent {
    position: absolute;
    bottom: 19px;
    right: 14px;
    width: 56.3%;
    background-color: var(--pure);
    padding: 25px 30px 28px 80px;
    border-radius: 6px;
    box-shadow: 0px 10px 20px rgba(81, 81, 81, 0.12);
}

    .leftimagecontent h5 {
        font-size: 26px;
        font-weight: 600;
        color: var(--primary-color);
        line-height: 48px;
        position: relative;
        letter-spacing: 2.8px;
        text-transform: uppercase;
    }

        .leftimagecontent h5::after {
            position: absolute;
            content: '';
            width: 120px;
            height: 2px;
            left: 167px;
            bottom: 15px;
            background-color: var(--secondary-color);
        }

    .leftimagecontent p {
        font-size: 16px;
        font-weight: 400;
        color: var(--text-color);
        line-height: 28px;
        padding: 8px 0 0;
    }

.amenitiesrightpart {
    flex-basis: 48.8%;
    padding: 12px 0 0;
}

.amenitieslistblock {
    width: 100%;
    float: left;
    padding: 80px 0 0 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 145px;
}

.amenitieslistblock01 {
    display: flex;
    flex-direction: column;
}

.amenitiesbox {
    list-style: none;
    /* width: 50%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 40px;
    gap: 46px;
    cursor: pointer;
}

    .amenitiesbox .box-item-left {
        width: 70px;
    }

        .amenitiesbox .box-item-left .box-item-border {
            border: 1px solid var(--border-color);
            width: 80px;
            height: 90px;
            position: relative;
            z-index: 0;
        }

    .amenitiesbox .box-border-bg {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#565969), to(#FF5E14));
        background-image: -webkit-linear-gradient(top, #565969 0%, #FF5E14 100%);
        background-image: -o-linear-gradient(top, #565969 0%, #FF5E14 100%);
        background-image: linear-gradient(180deg, #565969 0%, #FF5E14 100%);
    }

    .amenitiesbox .box-item-left .box-item-border .box-border-bg {
        position: absolute;
        z-index: -1;
        left: -1px;
        right: -1px;
        bottom: -1px;
        top: 60%;
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }

    .amenitiesbox .box-item-left .box-item-border .box-icon {
        width: 80px;
        height: 70px;
        background-color: var(--primary-color);
        color: #fff;
        margin: 13% 0 0 -13%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        background-image: url(../images/Icons.svg);
        background-repeat: no-repeat;
        background-position: center -2988px;
    }

    .amenitiesbox.amenitiesbox02 .box-item-left .box-item-border .box-icon {
        background-position: center -3368px;
    }

    .amenitiesbox.amenitiesbox03 .box-item-left .box-item-border .box-icon {
        background-position: center -3748px;
    }

    .amenitiesbox.amenitiesbox04 .box-item-left .box-item-border .box-icon {
        background-position: center -4128px;
    }

    .amenitiesbox.amenitiesbox05 .box-item-left .box-item-border .box-icon {
        background-position: center -3178px;
    }

    .amenitiesbox.amenitiesbox06 .box-item-left .box-item-border .box-icon {
        background-position: center -3558px;
    }

    .amenitiesbox.amenitiesbox07 .box-item-left .box-item-border .box-icon {
        background-position: center -3938px;
    }

    .amenitiesbox.amenitiesbox08 .box-item-left .box-item-border .box-icon {
        background-position: center -4318px;
    }

    .amenitiesbox:hover .box-item-left .box-item-border .box-border-bg {
        top: 0;
    }

    .amenitiesbox:hover .box-item-left .box-item-border .box-icon {
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    }

.box-item-right {
    align-content: center;
    display: flex;
    align-self: center;
}

    .box-item-right .box-title {
        font-size: 20px;
        font-weight: 600;
        color: var(--primary-color);
    }

.amenitiesbox:hover .box-item-right .box-title {
    color: var(--secondary-color);
}


/*Amenities Style End Here*/


/*Testimonial Style Start Here*/

.testimonialwrapper {
    width: 100%;
    float: left;
    clear: both;
}

.testimonialsection {
    width: 100%;
    float: left;
}

.testimonialblock {
    width: 100%;
    float: left;
}

.testimonialmain {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
}

.testimonialleft {
    flex-basis: 36%;
    float: left;
    background-color: var(--secondary-color);
    padding: 112px 0 0 192px;
    position: relative;
    background-image: url(../images/Testimonial_Leaf.png);
    background-repeat: no-repeat;
    background-position: -8px bottom;
}

    .testimonialleft .sec-title h2 span:first-child {
        color: var(--pure);
    }

    .testimonialleft .sec-title h2 span:nth-child(2) {
        color: var(--primary-color);
    }

    .testimonialleft .sec-title h2::after {
        background-color: var(--pure);
    }

    .testimonialleft .sec-title h2::before {
        background-color: var(--primary-color);
    }

.test-details {
    width: 100%;
    float: left;
    padding: 0;
}

.test-details {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--white-text-opacity);
    padding: 98px 70px 0 0;
}

.testimonialright {
    flex-basis: 64%;
}

.test-block {
    width: 100%;
    float: left;
    position: relative;
    background-image: url(../images/Customer_Testimonial_BG.png);
    background-repeat: no-repeat;
    background-repeat: repeat-x;
    animation: 200s para infinite linear;
    -webkit-animation: 200s para infinite linear;
    min-height: 580px;
}

    .test-block::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 106px;
        background-color: var(--secondary-color);
        left: 0;
        top: 0;
    }

.customer-test {
    width: 100%;
    float: left;
    padding: 136px 0 0;
    text-align: center;
}

.customer-test-title {
    font-size: 80px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--blue-text-opacity);
    padding: 0px 0 0 84px;
    letter-spacing: 2px;
}

.test-main {
    width: 100%;
    float: left;
}

.testimonial-slide {
    padding: 0 !important;
    width: 100%;
    float: left;
    margin: -33px 0 0;
}

.testimonial-carousel {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.testimonials-wrapper {
    width: 100%;
    padding: 40px;
    float: left;
}

    .testimonials-wrapper .client-data {
        width: 100%;
        float: left;
        position: relative;
        padding: 0;
    }

        .testimonials-wrapper .client-data::after {
            content: '';
            position: absolute;
            height: 60px;
            width: 60px;
            right: -5px;
            top: -4px;
            background-image: url(../images/Icons.svg);
            background-repeat: no-repeat;
            background-position: center -4500px;
        }

        .testimonials-wrapper .client-data span {
            font-size: 20px;
            font-weight: 600;
            color: var(--primary-color);
            text-transform: uppercase;
        }

        .testimonials-wrapper .client-data p {
            font-size: 16px;
            font-weight: 400;
            color: var(--secondary-color);
            text-transform: capitalize;
            padding: 3px 0 0;
        }

    .testimonials-wrapper h5 {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        position: relative;
        padding: 28px 0 0;
        color: var(--blue-text-opacity);
        float: left;
    }

.testimonial-carousel {
    cursor: grab;
    overflow: visible;
    z-index: 0;
}

.testimonial-slide .owl-carousel .owl-stage-outer {
    padding: 0 0 24px !important;
}

.testimonial-carousel:active {
    cursor: grabbing
}

.testimonial-carousel .owl-item {
    overflow: hidden;
    transform: scale(.7);
    opacity: 0;
    text-align: left;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    padding: 0 18px 40px 20px;
}

    .testimonial-carousel .owl-item.active:first-child div {
        background-color: var(--primary-color);
    }

.testimonial-carousel .single-testimonial {
    background-color: var(--pure);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    height: 303px;
    position: relative;
}

    .testimonial-carousel .single-testimonial:after {
        content: '';
        position: absolute;
        height: 4px;
        width: 100%;
        background-color: var(--secondary-color);
        left: 0;
        bottom: 0;
    }

.testimonial-carousel .owl-item.active {
    transform: scale(1);
    opacity: 1
}


/* .testimonial-carousel .owl-item.active:nth-child(odd) {
    background-color: var(--primary-color) !important;
} */

.testimonial-carousel .owl-nav button {
    position: absolute;
    bottom: 50px;
    background: transparent !important;
    width: 40px;
    height: 40px;
    line-height: 36px !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 4px;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

    .testimonial-carousel .owl-nav button::before {
        font-family: "Font Awesome 5 Free";
        content: "\f104";
        font-size: 16px;
        color: var(--white-text-opacity);
        font-style: normal;
        display: inline-block;
        vertical-align: middle;
        font-weight: 600;
    }

    .testimonial-carousel .owl-nav button.owl-next::before {
        content: "\f105";
    }

    .testimonial-carousel .owl-nav button span {
        display: none;
    }

.testimonial-carousel .owl-prev {
    left: -162px;
}

.testimonial-carousel .owl-next {
    left: -102px;
}

    .testimonial-carousel .owl-next:hover,
    .testimonial-carousel .owl-prev:hover {
        color: #fff;
        background: #615e6b
    }

    .testimonial-carousel .owl-next.disabled,
    .testimonial-carousel .owl-prev.disabled {
        opacity: 0
    }


/*Testimonial Style End Here*/


/*Counter Wrapper Style Start Here*/

.counterwrapper {
    width: 100%;
    float: left;
    clear: both;
}

.counterblock {
    width: 100%;
    float: left;
    padding: 176px 0 149px;
}

.countermain {
    display: flex;
    justify-content: space-between;
}

.count-box {
    flex-basis: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.count-no-bg {
    position: absolute;
    left: 80px;
    top: -74px;
    z-index: -1;
}

    .count-no-bg span {
        font-size: 120px;
        font-weight: 700;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: rgba(0, 35, 90, 0.2);
        padding: 0;
        letter-spacing: 2px;
    }

.count-data {
    display: flex;
    align-items: center;
    padding: 0px 0 0 80px;
    gap: 16px;
}

.count-number h2 {
    font-size: 60px;
    font-weight: 600;
    text-align: left;
    color: var(--primary-color);
    width: 160px;
}

.count-box-data {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .count-box-data span {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        line-height: 26px;
        color: var(--secondary-color);
    }

    .count-box-data h5 {
        font-size: 28px;
        font-weight: 600;
        color: var(--primary-color);
    }


/*Counter Wrapper Style End Here*/


/*Mobile Wrapper Style Start Here*/

.mobilewrapper {
    width: 100%;
    float: left;
    clear: both;
}

.mobileqrsection {
    width: 100%;
    float: left;
}

.mobilemain {
    width: 100%;
    float: left;
    padding: 0;
}

.mobileblock {
    display: flex;
    flex-wrap: wrap;
}

.mobile-left-block {
    flex-basis: 52.1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 81px 0 0;
}

.app-download-data {
    width: 100%;
    text-align: center;
    background-color: var(--primary-color);
    padding: 118px 28px 110px 0;
    margin: -24px 0 0;
}

.app-download-details h5 {
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
    color: var(--pure);
}

.app-download-details p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: var(--white-text-opacity);
    padding: 30px 0 0;
}

.app-download-icon {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 80px 0 0;
}

.mobile-block-title h2 {
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 1px;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--blue-text-opacity);
}

    .mobile-block-title h2 span {
        padding: 0 0 0 20px;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: var(--orange-text-opacity);
    }

.mobile-right-block {
    flex-basis: 47.9%;
    position: relative;
}

.mobile-qr-image {
    width: 66%;
    background-color: var(--secondary-color);
    padding: 60px 0px 24px 0;
}

    .mobile-qr-image img {
        margin: 0 0 0 -122px;
    }

.mobile-qr-bg {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/Mobile_Application_Line_Image.png);
    background-repeat: no-repeat;
    background-repeat: repeat-x;
    animation: 200s para infinite linear;
    -webkit-animation: 200s para infinite linear;
    width: 50%;
    min-height: 600px;
}


/*Mobile Wrapper Style End Here*/


/*Footer Style Start Here*/

.footerwrapper {
    width: 100%;
    float: left;
    clear: both;
}

.footermain {
    width: 100%;
    float: left;
    padding: 132px 0 0;
}

.footertop {
    width: 100%;
    float: left;
    background-color: var(--background);
    border-top: 10px solid var(--secondary-color);
}

.footertopmain {
    width: 100%;
    float: left;
}

.footerblock {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 80px;
}

.footer-navbarblock {
    display: flex;
    justify-content: space-between;
    flex-basis: 58.3%;
}

.footertitle .sec-title h2 {
    font-size: 26px;
    padding: 0 0 13px;
}

.footernav {
    padding: 40px 0 0;
}

.footertitle {
    padding: 0 0 38px;
}

.footer-navlinks ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .footer-navlinks ul li a {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        color: var(--primary-color);
        transition: .4s ease;
        -webkit-transition: .4s ease;
        -moz-transition: .4s ease;
        -ms-transition: .4s ease;
        -o-transition: .4s ease;
    }

        .footer-navlinks ul li a::before {
            font-family: "FontAwesome";
            content: "\f054";
            font-size: 14px;
            color: var(--primary-color);
            font-style: normal;
            display: inline-block;
            vertical-align: middle;
            padding: 0 9px 0 0;
            transition: .4s ease;
            -webkit-transition: .4s ease;
            -moz-transition: .4s ease;
            -ms-transition: .4s ease;
            -o-transition: .4s ease;
        }

        .footer-navlinks ul li a:hover,
        .footer-navlinks ul li a:focus {
            color: var(--secondary-color);
        }

            .footer-navlinks ul li a:hover::before {
                content: "\f207";
                color: var(--secondary-color);
            }

.newsblock {
    background-color: var(--primary-color);
    display: flex;
    flex-direction: column;
    flex-basis: 27.6%;
    padding: 60px 30px 0 30px;
    margin: -81px 0 0;
    box-shadow: 0px 10px 20px rgba(0, 35, 90, 0.5);
}

    .newsblock span {
        width: 76px;
        height: 62px;
        float: left;
        background-image: url(../images/Icons.svg);
        background-repeat: no-repeat;
        background-position: center -4703px;
        margin: 0 0 0 8px;
    }

    .newsblock h5 {
        font-size: 22px;
        font-weight: 600;
        line-height: 26px;
        color: var(--pure);
        text-transform: uppercase;
        padding: 42px 0 0;
        letter-spacing: 0.3px;
    }

    .newsblock p {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        color: var(--white-text-opacity);
        padding: 25px 0 0;
        letter-spacing: 0;
    }

.newsblock-input {
    padding: 58px 0 0;
}

    .newsblock-input input {
        height: 68px;
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        padding: 20px;
        background-color: var(--pure);
        color: var(--primary-color);
        box-shadow: none;
        outline: none;
        border: none;
    }

        .newsblock-input input:active,
        .newsblock-input input:focus {
            outline: 1px solid var(--secondary-color);
        }

    .newsblock-input a {
        width: 100%;
        float: left;
        text-align: center;
        margin: 20px 0 0;
        font-size: 18px;
        font-weight: 600;
        background-color: var(--secondary-color);
        color: var(--primary-color);
        padding: 12px 0 13px;
    }

        .newsblock-input a:hover,
        .newsblock-input a:focus {
            box-shadow: 0px 10px 20px rgba(255, 94, 20, 0.5);
        }

.footer-contact-main {
    width: 100%;
    float: left;
    background-color: var(--primary-color);
    padding: 40px 0 38px;
}

.footer-contact-block {
    display: flex;
    justify-content: flex-start;
    gap: 200px;
}

.footer-contact-data {
    padding: 0 0 0 76px;
    background-image: url(../images/Icons.svg);
    background-repeat: no-repeat;
    background-position: -4px -4913px;
}

    .footer-contact-data.contact-phone {
        background-position: -4px -5125px;
    }

    .footer-contact-data.contact-address {
        flex-basis: 26%;
        background-position: -4px -5337px;
    }

    .footer-contact-data h5 {
        font-size: 20px;
        font-weight: 500;
        color: var(--pure);
        padding: 5px 0 0px;
    }

.footer-contact-details {
    display: flex;
    flex-direction: column;
    padding: 8px 0 0px;
}

    .footer-contact-details a,
    .footer-contact-details p {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        color: var(--white-text-opacity);
    }

        .footer-contact-details a:hover,
        .footer-contact-details a:focus {
            color: var(--secondary-color);
        }

.footer-bottom {
    width: 100%;
    float: left;
    clear: both;
    padding: 0;
    background-color: #001E46;
}

.footer-bottom-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-social-icon {
    display: flex;
    flex-direction: row;
}

    .footer-social-icon a {
        font-size: 18px;
        line-height: normal;
        color: var(--pure);
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        width: 80px;
        height: 80px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
    }

        .footer-social-icon a:hover,
        .footer-social-icon a:focus {
            color: var(--secondary-color);
            transition: 0.3s ease;
            -webkit-transition: 0.3s ease;
            -moz-transition: 0.3s ease;
            -ms-transition: 0.3s ease;
            -o-transition: 0.3s ease;
        }

.footer-company-link {
    padding: 0 21px 0 0;
}

    .footer-company-link p,
    .footer-company-link p a {
        font-size: 14px;
        font-weight: 400;
        color: var(--pure);
    }

        .footer-company-link p a {
            color: var(--secondary-color);
        }

            .footer-company-link p a:hover,
            .footer-company-link p a:focus {
                color: var(--white-text-opacity);
            }

.footer-poweredby p {
    font-size: 14px;
    font-weight: 400;
    color: var(--pure);
}

.footer-poweredby {
    display: flex;
    align-items: center;
}

    .footer-poweredby p {
        padding: 0 10px 0 0;
    }

/*Footer Style End Here*/





/*****************Website Banner Style Start Here******************/

.website_banner .btn-default {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: #000;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
}

.website_banner button.btn-default {
    position: absolute;
    z-index: 99;
    right: 10px;
    top: 10px;
    opacity: 1;
}

.website_banner:focus, .carousel-indicators .active, select:disabled {
    opacity: 1 !important;
}

.website_banner .modal-dialog {
    /* width: 512px;
    height: 512px;*/
    /* margin: 60px auto; */
    top: 15%;
    left: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    right: 0;
    bottom: 0;
}


.website_banner .modal-body {
    padding: 0;
}

.website_banner .modal-content {
    border: none;
}

.website_banner .carousel-indicators li {
    cursor: pointer;
}

.website_banner .modal-content {
    background-color: transparent;
    border: none;
    justify-content: center;
    align-items: center;
}

/*.website_banner .carousel-control-next, .website_banner .carousel-control-prev {
    display: none;
}*/

.fade:not(.show), .modal-backdrop.fade {
    opacity: 0.5 !important;
}

.sliderwrapper .fade:not(.show) {
    opacity: 1 !important;
}

/*****************Website Banner Style End Here******************/










/********** Available Route Page Style Start Here **********/

.available_route_wrapper {
    width: 100%;
    float: left;
    clear: both;
}

.modify_booking_wrapper {
    width: 100%;
    float: left;
}

.modify_route_block {
    width: 100%;
    float: left;
    background-color: var(--primary-color);
    height: 96px;
    padding: 20px 0;
}

.modify_form_width {
    width: 100%;
    max-width: 1310px;
    padding: 0 15px 0;
    margin: 0 auto;
}

.modifybookingsearch {
    width: 100%;
    float: left;
}

.modify_route_form {
    width: 100%;
    float: left;
}

.modify_route_form {
    width: 100%;
    float: left;
    /*  background-color: var(--secondary-color);
    padding: 20px;*/
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.modifybookingsearch {
    width: 100%;
    float: left;
}

.modifycity {
    width: 47%;
    float: left;
    background-color: var(--pure);
    border-radius: 4px;
    position: relative;
    display: flex;
}

.modifytocity {
    width: 49%;
    display: inline-block;
}

.modifyinput.modifytocity.modifyfromcity {
    float: right;
}

.modifyinput .css-xsu6ln-MuiAutocomplete-root {
    width: 100%;
}

.modifyinput .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0;
}

.modifyinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
    border-bottom: 2px solid var(--secondary-color);
}

.modifyinput .css-xsu6ln-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
    padding: 4px 4px 4px 20px;
    height: 52px;
}

.modifyinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before {
    border-bottom: none;
}

.modifyinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
    border-bottom: none;
}

.modifydate {
    width: 38%;
    float: left;
    padding: 0 20px;
    background-color: var(--primarycolor);
    border-radius: 8px;
}

.modifybutton {
    width: 14.3%;
    float: left;
}

.modifytodate {
    width: 49.6%;
    display: inline-block;
    padding: 0 10px 0 0;
}

    .modifytodate.modifyfromdate {
        padding: 0 0 0 10px;
    }

.modifybutton button {
    width: 100%;
    text-align: center;
    height: 60px;
    background-color: var(--secondary-color);
    box-shadow: 0px 10px 20px rgba(255, 94, 20, 0.16);
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: var(--pure);
    border-radius: 4px;
    cursor: pointer;
}

    .modifybutton button:hover,
    .modifybutton button:focus {
        background-color: var(--text-color);
    }


.modifybookingsearch .modifyinput input {
    width: 100%;
    height: 60px;
    background-color: var(--pure);
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: var(--head-text-color);
    outline: none;
    border: none;
    border-radius: 4px;
    padding: 0 0 0 20px;
}



/*Modify Datepicker Style Start*/


.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
    background-color: var(--primary-color) !important;
    color: var(--pure) !important;
    background-image: none !important;
    border-radius: 4px;
}

.datetimepicker th.prev,
.datetimepicker th.switch,
.datetimepicker th.next {
    background-color: var(--background);
}

.datetimepicker td,
.datetimepicker th {
    width: 45px !important;
    height: 40px !important;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

    .datetimepicker td span {
        display: block;
    }

    .datetimepicker td.today {
        background-color: var(--secondary-color);
        border-radius: 4px;
        color: var(--pure) !important;
    }

    .datetimepicker td.new {
        opacity: 0.4;
    }

/*Modify Datepicker Style End*/


















.available_route_section {
    width: 100%;
    float: left;
}

.available_route_width {
    width: 100%;
    max-width: 1750px;
    margin: 0 auto;
    padding: 0 15px 0;
}

.available_route_main {
    width: 100%;
    float: left;
    padding: 60px 0 0;
    display: flex;
    gap: 40px;
}

.available_route_leftbar {
    flex-basis: 24.5%;
    background-color: var(--background);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 40px 20px 60px;
}

    .available_route_leftbar .title {
        font-weight: 600;
        font-size: 18px;
        text-align: left;
        color: var(--secondary-color);
        padding: 0 0 10px;
        border-bottom: 1px solid var(--border-color);
        margin: 0 0 10px;
    }

.filter_tab_main {
    padding: 20px 0 0;
}

.filter-drawer {
    margin-bottom: 0;
    border: 1px solid var(--border-color);
    background-color: var(--pure);
    border-radius: 4px;
    padding: 20px 30px 0px;
}

.filter-drawer__content-wrapper {
    max-height: 0px;
    overflow: hidden;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}

.filter-drawer__title {
    color: var(--head-text-color);
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 20px;
    position: relative;
    margin-bottom: 0;
    transition: all 0.25s ease-out;
    text-transform: uppercase;
}

    .filter-drawer__title::after {
        border-style: solid;
        border-width: 2px 2px 0 0;
        content: " ";
        height: 8px;
        left: 2px;
        position: relative;
        right: 0;
        top: 7px;
        transform: rotate(135deg);
        transition: 0.35s ease-in-out;
        width: 8px;
        border-color: var(--head-text-color);
        float: right;
    }

    /* OPTIONAL HOVER STATE */
    .filter-drawer__title:hover {
        color: var(--primary-color);
    }

.filter-drawer__trigger:checked + .filter-drawer__title + .filter-drawer__content-wrapper {
    max-height: 1000px;
}

.filter-drawer__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 0 30px;
}

.filter-drawer__trigger:checked + .filter-drawer__title::after {
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
}

.filter-drawer input[type="checkbox"] {
    display: none;
}





.filter-drawer__content_input input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.filter-drawer__content_input label {
    position: relative;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: var(--text-color);
}

    .filter-drawer__content_input label::before {
        content: '';
        background-color: transparent;
        border: 1px solid var(--text-color);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        height: 16px;
        width: 16px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 10px;
        margin-top: -1px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
    }


.filter-drawer__content_input input:checked + label::after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 6px;
    width: 5px;
    height: 8px;
    border: 1px solid var(--head-text-color);
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.filter-drawer__content.filter-drawer__content-time {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}

    .filter-drawer__content.filter-drawer__content-time .filter-drawer__content_input {
        flex-basis: 47%;
    }



.time-input label {
    display: flex;
    border: solid 1px var(--border-color);
    border-radius: 2px;
    width: 100%;
    height: 50px;
    color: var(--head-text-color);
    background-color: white;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    float: left;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

    .time-input label span {
        padding: 0 0 0 30px;
        background-image: url(../images/Inner-page_Icon.svg);
        background-repeat: no-repeat;
        background-position: 3px -366px;
    }

.time-input.time-input02 label span {
    background-position: -3px -595px;
}

.time-input.time-input03 label span {
    background-position: 2px -822px;
}

.time-input.time-input04 label span {
    background-position: -4px -1051px;
}

.time-input input:checked + label span {
    background-position: 3px -480px;
}

.time-input.time-input02 input:checked + label span {
    background-position: -3px -709px;
}

.time-input.time-input03 input:checked + label span {
    background-position: 2px -936px;
}

.time-input.time-input04 input:checked + label span {
    background-position: -4px -1165px;
}

.time-input input[type=checkbox] {
    display: none;
}

.time-input input:checked + label {
    border: solid 1px var(--text-color);
    color: white;
    background-color: var(--text-color);
}

.time-input label::before {
    display: none;
}

.time-input input:checked + label::after {
    display: none;
}

.time-input label:hover {
    cursor: pointer;
}

.filter-drawer__content_input.filter-drawer__content_input_search input {
    display: block;
    width: 100%;
    padding: 15px 40px 15px 10px;
    /*  background-image: url(../images/Inner-page_Icon.svg);
    background-repeat: no-repeat;
    background-position: 94% -1266px;*/
    font-size: 14px;
    font-weight: 400;
    color: var(--head-text-color);
    border: 1px solid var(--border-color);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

    .filter-drawer__content_input.filter-drawer__content_input_search input:hover,
    .filter-drawer__content_input.filter-drawer__content_input_search input:focus {
        border: 1px solid var(--secondary-color);
        box-shadow: none;
        outline: none;
    }

    .filter-drawer__content_input.filter-drawer__content_input_search input::placeholder {
        color: var(--text-color);
    }


.filter-drawer__content_input .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0;
}

.filter-drawer__content_input .css-xsu6ln-MuiAutocomplete-root {
    width: 100%;
}

    .filter-drawer__content_input .css-xsu6ln-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        padding: 10px 60px 10px 10px;
    }

.filter-drawer__content_input .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
    border-bottom: none;
}

.filter-drawer__content_input .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled):before {
    border-bottom: none;
}

.filter-drawer__content_input .css-1tb7pjp-MuiInputBase-root-MuiInput-root:after {
    border-bottom: none;
}


.available_route_rightbar {
    flex-basis: 73.2%;
}

.available_route_topbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color);
    padding: 0 0 20px;
    margin: 0 0 10px;
}

.available_route_count span {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-color);
}

    .available_route_count span label {
        font-weight: 600;
        color: var(--secondary-color);
    }

.available_route_sortby {
    display: flex;
    align-items: center;
}

    .available_route_sortby .title {
        font-size: 14px;
        font-weight: 500;
        color: var(--head-text-color);
        padding: 0 20px 0 0;
    }

.available_route_sortby_lable {
    display: flex;
    gap: 10px;
}

    /* .available_route_sortby_lable label {
        font-size: 14px;
        font-weight: 500;
        color: var(--head-text-color);
        padding: 4px 24px;
        background-color: var(--border-color);
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        cursor: pointer;
    }*/



    /*.available_route_sortby_lable input[type="radio"] {
        visibility: hidden;
        height: 0;
        width: 0;
    }

        .available_route_sortby_lable input[type="radio"]:checked + label {
            background-color: var(--color-dark-pink);
            color: var(--color-black);
        }

        .available_route_sortby_lable input[type="radio"]:hover:not(:checked) + label {
            background-color: var(--color-pink);
            color: var(--color-black);
        }*/




    .available_route_sortby_lable .css-ahj2mt-MuiTypography-root {
        font-family: 'Poppins', sans-serif !important;
        font-size: 14px;
        font-weight: 500;
        color: var(--head-text-color);
        padding: 4px 24px;
        background-color: var(--border-color);
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        cursor: pointer;
    }

    .available_route_sortby_lable .Mui-checked .css-ahj2mt-MuiTypography-root {
        color: var(--pure);
        background-color: var(--head-text-color);
    }

    .available_route_sortby_lable .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
        color: #1976d2;
        display: none;
        padding: 0;
    }

        .available_route_sortby_lable .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked .available_route_sortby_lable label {
            background-color: var(--head-text-color);
        }

    .available_route_sortby_lable .css-vqmohf-MuiButtonBase-root-MuiRadio-root {
        display: none;
    }

    .available_route_sortby_lable .css-1f2kvjf-MuiFormControlLabel-root {
        margin-left: 0;
        margin-right: 0;
    }

    .available_route_sortby_lable .css-qfz70r-MuiFormGroup-root {
        gap: 10px;
    }



.available_route_listing {
    width: 100%;
    float: left;
}

.available_route_box {
    display: flex;
    flex-direction: column;
    gap: 58px;
    padding: 30px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    margin-top: 20px;
}

/*.available_route_box:hover {
        background-color: var(--background);
    }*/

.available_route_box_toprow {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.route_box.route_box01 {
    flex-basis: 30%;
}

.route_box.route_box02 {
    flex-basis: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.route_box.route_box03 {
    flex-basis: 20%;
}

.bus_type_data {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .bus_type_data label {
        font-size: 16px;
        font-weight: 700;
        color: var(--head-text-color);
        text-transform: uppercase;
    }

    .bus_type_data p {
        font-size: 14px;
        font-weight: 400;
        color: var(--text-color);
    }

.bus_time_data {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}

.bus_start_time {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .bus_start_time label {
        font-size: 20px;
        font-weight: 600;
        color: var(--head-text-color);
        text-transform: uppercase;
    }

    .bus_start_time p {
        font-size: 14px;
        font-weight: 400;
        color: var(--text-color);
    }

.bus_duration_time {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

    .bus_duration_time p {
        font-size: 14px;
        font-weight: 400;
        color: var(--text-color);
    }

.route_fare_data {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

    .route_fare_data.route_fare_data_mobile {
        display: none;
    }

    .route_fare_data p {
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        color: var(--text-color);
    }

    .route_fare_data label {
        font-size: 22px;
        font-weight: 600;
        text-transform: uppercase;
        color: var(--head-text-color);
    }


.available_route_box_bottomrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.available_seat {
    padding: 0 70px 0 0;
}

.bus_ratting_box {
    display: flex;
    gap: 100px;
    align-items: center;
}

.bus_pass_ratting {
    display: flex;
    gap: 40px;
    align-items: center;
}

    .bus_pass_ratting .user_ratting_count {
        display: flex;
        gap: 6px;
        font-size: 14px;
        font-weight: 400;
        background-color: var(--text-color);
        color: var(--pure);
        align-items: center;
        padding: 4px 14px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }

    .bus_pass_ratting .user_review_count {
        display: flex;
        gap: 6px;
        font-size: 14px;
        font-weight: 400;
        color: var(--text-color);
        align-items: center;
        border-radius: 2px;
    }

        .bus_pass_ratting .user_review_count i {
            font-size: 16px;
        }

.seat_button button {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: var(--primary-color);
    border: none;
    padding: 12px 28px 10px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
    color: var(--pure);
    border-radius: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    cursor: pointer;
}

    .seat_button button:hover,
    .seat_button button:focus {
        background-color: var(--secondary-color);
        box-shadow: 0px 10px 20px rgba(255, 94, 20, 0.16);
    }

.available_seat span {
    font-size: 14px;
    font-weight: 400;
    color: var(--head-text-color);
    border: 1px solid var(--secondary-color);
    padding: 9px 24px 7px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    display: flex;
    gap: 6px;
    align-items: center;
    cursor: pointer;
}

    .available_seat span label {
        font-size: 18px;
        font-weight: 700;
        color: var(--secondary-color);
    }



/*Seat Chart Style Start Here*/


.available_route_box .tab-pane {
    padding: 40px 0px 0;
    border-top: 1px dashed var(--head-text-color);
    width: 100%;
    float: left;
}

.bookingchartdata {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
}

.bookingseatchart {
    float: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-basis: 50%;
}



.seatpricefilter {
    float: left;
}

    .seatpricefilter ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline-block;
        width: 100%;
        color: var(--head-text-color);
        font-size: 14px;
        font-weight: 500;
    }

        .seatpricefilter ul li {
            display: inline-block;
            padding: 2px 20px 2px;
            border: 1px solid var(--text-color);
            border-radius: 4px;
            margin: 0 6px;
            cursor: pointer;
            font-size: 12px;
            background-color: var(--pure);
        }

            .seatpricefilter ul li.active {
                background-color: var(--head-text-color);
                color: var(--pure);
            }

.upperlowerchart {
    float: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.lowerdeckchart, .upperdeckchart {
    width: 100%;
    float: left;
}

.seatchartone, .seatchartwo {
    text-align: left;
    width: 100%;
}

.lowerdeckseat, .upperdeckseat {
    background-color: var(--bgcolor);
    border: 1px solid #D5D7DF;
    border-radius: 10px;
    width: 580px;
    float: left;
    min-height: 240px;
    padding: 0px 20px 0;
}

.seatchartdeta {
    width: 100%;
    float: left;
    position: relative;
}

.seatindicator {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    padding: 10px 0 0px;
}


    .seatindicator .seat01 {
        font-size: 14px;
        font-weight: 400;
        color: var(--primary-color);
        display: flex;
        align-items: center;
    }

        .seatindicator .seat01 em {
            border: 1px solid var(--text-color);
            background-color: var(--pure);
            height: 16px;
            width: 16px;
            display: inline-block;
            vertical-align: middle;
            margin: 0 10px 0 0;
        }

        .seatindicator .seat01.seat03 em {
            border: 1px solid var(--text-color);
            background-color: var(--text-color);
        }

        .seatindicator .seat01.seat04 em {
            border: 1px solid var(--text-color);
            background-color: #FF91AB;
        }

        .seatindicator .seat01.seat05 em {
            border: 1px solid var(--primary-color);
            background-color: var(--primary-color);
        }


.bookingdeatails {
    float: left;
    padding: 70px 0 0;
    flex-basis: 40%;
    display: flex;
    flex-direction: column;
}


.seat-icon {
    background-color: #fff;
    min-width: 70px;
    min-height: 30px;
    color: var(--text-color);
    font-size: 13px;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
    padding: 5px 0 0;
    margin: 0 4px 7px 0;
    cursor: pointer;
    float: none;
    clear: both;
    display: inline-block;
    vertical-align: top;
    border: 1px solid var(--text-color);
    position: relative;
}


    .seat-icon.seat_selected {
        background-color: var(--primary-color) !important;
        color: var(--pure) !important;
        border: 1px solid var(--primary-color) !important;
    }

    .seat-icon.seat_reserved {
        background-color: var(--text-color) !important;
        color: var(--pure) !important;
        border: 1px solid var(--text-color) !important;
    }

    .seat-icon.seat_available {
        background-color: #fff;
        color: var(--text-color);
        border: 1px solid var(--text-color);
    }

    .seat-icon.seat__booked_ladies {
        background-color: #FF91AB;
        color: var(--pure);
        border: 1px solid var(--text-color);
    }

.seat-icon02 {
    background-color: #fff;
    min-width: 31px;
    min-height: 30px;
    color: var(--text-color);
    font-size: 12px;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
    padding: 5px 0 0;
    margin: 0 4px 7px 0;
    cursor: pointer;
    float: none;
    clear: both;
    display: inline-block;
    vertical-align: top;
    border: 1px solid var(--text-color);
    position: relative;
    max-width: 31px;
    overflow-x: hidden;
}


    .seat-icon02.seat_selected {
        background-color: var(--primary-color) !important;
        color: var(--pure) !important;
        border: 1px solid var(--primary-color) !important;
    }

    .seat-icon02.seat_reserved {
        background-color: var(--text-color) !important;
        color: var(--pure) !important;
        border: 1px solid var(--text-color) !important;
    }

    .seat-icon02.seat_available {
        background-color: #fff;
        color: var(--text-color);
        border: 1px solid var(--text-color);
    }

    .seat-icon02.seat__booked_ladies {
        background-color: #FF91AB !important;
        color: var(--pure);
        border: 1px solid var(--text-color);
    }

.seat-iconvertical {
    min-height: 70px;
    min-width: 30px;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    padding-left: 6px !important;
    float: left;
    max-width: 30px;
    writing-mode: vertical-rl;
    justify-content: space-around;
}

.seat-opacity {
    opacity: 0.3;
    pointer-events: none !important;
}

/*Seat Tooltip Start*/

.css-13hjud9-MuiTooltip-tooltip {
    background-color: var(--primary-color) !important;
    font-family: 'Poppins', sans-serif !important;
    padding: 4px 8px;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
}

    .css-13hjud9-MuiTooltip-tooltip h4 {
        font-size: 14px !important;
        font-weight: 500;
        padding: 6px 0;
    }

    .css-13hjud9-MuiTooltip-tooltip table tbody tr th,
    .css-13hjud9-MuiTooltip-tooltip table tbody tr td {
        font-size: 12px !important;
        font-weight: 400;
    }

/*.css-13hjud9-MuiTooltip-tooltip table tbody tr td {
        text-align: right;
    }*/

.css-kudwh-MuiTooltip-arrow::before {
    background-color: var(--secondary-color) !important;
}

/*Seat Tooltip End*/


.routepoint {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 0 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.dorppickupselected {
    width: 100%;
    float: left;
    background-color: var(--bgcolor);
    border-radius: 2px;
    padding: 5px 8px;
}

    .dorppickupselected span {
        font-size: 14px;
        font-weight: 400;
        padding: 0 0 5px;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
    }

        .dorppickupselected span i {
            font-style: normal;
            font-weight: 600;
        }

.boardingpointchart {
    width: 100%;
    float: left;
}

.droppingpointchart {
    width: 100%;
    float: left;
}

.routepoint .css-qkv3hr-MuiAutocomplete-root {
    width: 100%;
}

.routepoint .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
    border-bottom: 2px solid var(--secondary-color);
}

.routepoint .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-qkv3hr-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0;
}

.routepoint .css-821wyw-MuiSvgIcon-root {
    display: none;
}

.routepoint .css-qkv3hr-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
    padding: 10px 30px 10px 10px;
    border: 1px solid var(--border-color);
    cursor: pointer;
}

.routepoint .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before {
    border-bottom: none;
}

.routepoint .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before {
    border-bottom: none;
}

.routepoint .css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
    background-color: var(--primary-color);
    font-size: 1.5rem;
    padding: 2px;
    border-radius: 4px;
    color: var(--pure);
    margin-right: 6px;
}

    .routepoint .css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator:hover {
        background-color: var(--primary-color);
    }

.routepoint .css-113ntv0-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
    background-color: var(--secondary-color);
    font-size: 1.5rem;
    padding: 2px;
    border-radius: 4px;
    color: var(--pure);
    margin-right: 6px;
    transition: 0.3s ease all;
    transform: rotate(180deg);
}

    .routepoint .css-113ntv0-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator:hover {
        background-color: var(--secondary-color);
    }

.doppingpointformat {
    font-size: 14px;
    cursor: pointer;
    padding: 5px;
    border-bottom: 1px solid var(--border-color);
}

    .doppingpointformat .dropppingtimedate {
        display: block;
        font-weight: 600;
    }

    .doppingpointformat .dropppingpointlist {
        display: block;
    }

.bookingservicefair {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.bookingservicedetails, .bookingfairdetails {
    width: 100%;
    background-color: var(--background);
    border: 1px solid #D5D7DF;
}

.bookingservicebox {
    width: 100%;
    float: left;
    padding: 0 0px;
}

.serviceboxtitle {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: var(--primary-color);
    color: var(--pure);
    padding: 8px 20px;
}

.serviceboxdata {
    width: 100%;
    float: left;
    padding: 10px 0 0;
}

.serviceboxdetail {
    width: 100%;
    padding: 0px 10px 6px;
}

    .serviceboxdetail p {
        font-size: 14px;
        font-weight: 400;
        color: var(--primary-color);
        display: inline-block;
        vertical-align: top;
        width: 40%;
        padding: 0 10px 0 0;
        position: relative;
    }

        .serviceboxdetail p:after {
            content: ':';
            position: absolute;
            right: 0;
            top: 0;
        }

    .serviceboxdetail label {
        font-size: 14px;
        font-weight: 400;
        color: var(--primary-color);
        display: inline-block;
        vertical-align: top;
        width: 58%;
        padding: 0 0 0 20px;
    }

.fairdetails {
    width: 100%;
    float: left;
    padding: 0px 10px 6px;
    display: flex;
    justify-content: space-between;
}

    .fairdetails p, .fairdetails label {
        font-size: 14px;
        font-weight: 400;
        color: var(--head-text-color);
    }

    .fairdetails:last-child p, .fairdetails:last-child label {
        font-weight: 600;
    }

    .fairdetails.savingfare p, .fairdetails.savingfare label {
        color: #0045c3;
        font-weight: 600;
    }


.bookingcontinue {
    width: 100%;
    float: left;
    text-align: right;
    padding: 40px 0 0;
}

    .bookingcontinue button {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        color: var(--pure);
        background-color: var(--primary-color);
        border: none;
        padding: 11px 38px;
        border-radius: 2px;
        box-shadow: 0px 10px 20px rgba(0, 35, 90, 0.16);
        cursor: pointer;
    }

        .bookingcontinue button:hover, .bookingcontinue button:focus, .bookingcontinue button:active {
            color: var(--pure);
            background-color: var(--secondary-color);
            border: none;
            box-shadow: 0px 10px 20px rgba(255, 94, 20, 0.16);
        }

.seatitle {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 0 10px;
    color: var(--head-text-color);
}

/*Seat Chart Style End Here*/




/********** Available Route Page Style End Here **********/




/********** Customer Info Page Style Stat Here **********/




.custinfopopup .css-yiavyu-MuiBackdrop-root-MuiDialog-backdrop {
    background-color: rgba(10, 18, 41, 0.8);
}

.custinfopopup .css-2rbg70-MuiPaper-root-MuiDialog-paper {
    border-radius: 0;
    margin: 0;
    max-height: 100%;
    width: 100%;
    max-width: 960px;
}

.custinfopopup .css-ypiqx9-MuiDialogContent-root {
    padding: 30px 40px;
}

.popupclose {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .popupclose h5 {
        font-weight: 600;
        font-size: 18px;
        text-align: left;
        color: var(--primary-color);
    }

    .popupclose button {
        font-size: 12px;
        font-weight: 300;
        text-transform: uppercase;
        background-color: var(--primary-color);
        border: none;
        padding: 6px 12px 4px;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
        color: var(--pure);
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        cursor: pointer;
        float: left;
        display: inline-block;
        min-width: auto;
    }

        .popupclose button:hover, .popupclose button:focus {
            background-color: var(--secondary-color);
            box-shadow: 0px 10px 20px rgba(255, 94, 20, 0.08);
        }

.customerinfowrapper {
    width: 100%;
    float: left;
    clear: both;
    padding: 0 0 180px;
}

.customerroutedata {
    width: 100%;
    float: left;
}

.custinfomainblock {
    width: 100%;
    float: left;
    position: relative;
}

.custinfo_box {
    width: 100%;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
    background-color: var(--pure);
    margin: 20px 0 0;
    float: left;
}

    .custinfo_box.custinfo_box_journey {
        display: flex;
        flex-direction: column;
    }

.cust_box_title h5.returnbox_title {
    padding: 10px 0 0;
}

.cust_box_title h5 {
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    color: var(--secondary-color);
}

.cust_box_details {
    width: 100%;
    float: left;
    padding: 12px 0 0px;
}

    .cust_box_details.cust_box_details_gst {
        padding: 0px 0 0px;
    }


.cust_boxdata_details {
    display: flex;
    flex-direction: column;
}

.cust_pass_title h5 {
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: var(--primary-color);
    padding: 0 0 4px;
}

.cust_pass_input_details {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

    .cust_pass_input_details.cust_pass_input_details_wlt {
        gap: 40px;
    }

.cust_pass_input.gst_input {
    display: flex;
    gap: 10px;
}


.cust_box_title {
    display: flex;
    align-items: center;
}

.cust_pass_input {
    flex-basis: 100%;
}

    .cust_pass_input input {
        height: 50px;
        border-radius: 2px;
        background: var(--pure);
        border: 1px solid var(--border-color);
        padding: 0 10px;
        width: 100%;
    }

        .cust_pass_input input input:hover, .cust_pass_input input:focus {
            border: 1px solid var(--secondary-color);
            box-shadow: none;
            outline: none;
        }

    .cust_pass_input .css-xsu6ln-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        padding: 0 10px;
    }

    .cust_pass_input .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .cust_pass_input .MuiAutocomplete-hasPopupIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot,
    .cust_pass_input .MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .cust_pass_input .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
        border-bottom: none;
    }

    .cust_pass_input .css-1tb7pjp-MuiInputBase-root-MuiInput-root:after {
        border-bottom: 2px solid var(--primary-color);
    }

    .cust_pass_input .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled):before {
        border-bottom: none;
    }

    .cust_pass_input .css-xsu6ln-MuiAutocomplete-root {
        width: 100%;
    }
    /*
.cust_pass_input_botton button {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    background-color: var(--primary-color);
    border: none;
    padding: 6px 12px 4px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
    color: var(--pure);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    cursor: pointer;
    float: left;
    display: inline-block;
    min-width: auto;
}

    .cust_pass_input_botton button:hover,
    .cust_pass_input_botton button:focus {
        background-color: var(--secondary-color);
        box-shadow: 0px 10px 20px rgba(255, 94, 20, 0.08);
    }*/


    .cust_pass_input.cust_pass_input_botton {
        flex-basis: 50%;
    }

.cust_pass_input_details.cust_pass_input_detailsgst {
    flex-wrap: wrap;
}

.custinfo_box.trip_fare_details {
    display: flex;
    gap: 20px;
}

.fare_lable {
    display: flex;
}

.fare_lable {
    display: flex;
    background-color: var(--border-color);
    padding: 10px 20px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
    color: var(--head-text-color);
    margin: 20px 0 0;
    gap: 6px;
}

.custinfo_box.trip_fare_details {
    flex-wrap: wrap;
    border: none;
    padding: 10px 0;
    box-shadow: none;
    margin: 0;
}

.cust_pass_input_details .filter-drawer {
    border: 1px solid var(--border-color);
    background-color: var(--text-color);
}

.cust_pass_input_details .filter-drawer__title {
    color: var(--pure);
    text-transform: none;
}

    .cust_pass_input_details .filter-drawer__title:hover {
        color: var(--pure);
    }

    .cust_pass_input_details .filter-drawer__title::after {
        border-color: var(--pure);
    }

.cust_pass_input_details.cust_pass_input_details_collaps {
    width: 100%;
    flex-basis: 100%;
    display: inline-block;
}


.cust_pass_input_details .filter_tab_main {
    padding: 0;
}

.pass_journey_details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pass_journey_details_box {
    display: flex;
    justify-content: space-between;
    color: var(--pure);
    font-weight: 300;
    font-size: 14px;
}

    .pass_journey_details_box p {
        flex-basis: 50%;
    }

    .pass_journey_details_box label {
        flex-basis: 50%;
    }

.custinfo_box.trip_fare_details.amount_box {
    background-color: #0A1229;
}

.cust_pass_input.cust_pass_input01 a {
    color: var(--secondary-color);
    font-weight: 600;
    text-decoration: underline;
    padding: 0 0 0 10px;
}


.insurance_details {
    padding: 0 0 0 92px;
    display: block;
    width: 100%;
    float: left;
    background-image: url(../images/Insurance_Icon.svg);
    background-repeat: no-repeat;
    background-position: 44px center;
    margin: 10px 0 10px;
}

    .insurance_details span {
        font-size: 16px;
        font-weight: 600;
        color: var(--head-text-color);
        display: block;
    }

    .insurance_details a {
        padding: 0 0 !important;
        float: left;
        font-weight: 400 !important;
    }

.journey_amt_box {
    padding: 0 20px;
}

.journey_amount {
    display: flex;
    justify-content: space-between;
    padding: 0 0 30px;
    border-bottom: 1px solid var(--background);
}

.journey_amount_count {
    display: flex;
    gap: 4px;
}

    .journey_amount_count p {
        font-weight: 400;
        font-size: 16px;
        color: var(--pure);
    }

    .journey_amount_count label {
        font-weight: 600;
        font-size: 16px;
        color: var(--secondary-color);
    }

.journey_amount_btn {
    display: flex;
    gap: 25px;
}

    .journey_amount_btn button {
        font-weight: 600;
        font-size: 14px;
        text-align: left;
        color: #0a1229;
        border-radius: 2px;
        background-color: var(--border-color);
        padding: 8px 16px;
    }

        .journey_amount_btn button:hover,
        .journey_amount_btn button:focus {
            background-color: var(--secondary-color);
            color: var(--pure);
            box-shadow: 0px 10px 20px rgba(255, 94, 20, 0.16);
        }

.journey_amount_text {
    font-size: 12px;
    text-align: center;
    color: var(--pure);
    padding: 14px 0 10px;
}

.custinfo_box.trip_fare_details.amount_box {
    background-color: #0A1229;
    position: fixed;
    bottom: 30px;
    width: 100%;
    z-index: 1;
    max-width: 872px;
}

.hotdeal_title {
    font-size: 14px;
    color: var(--head-text-color);
    padding: 5px 0 0;
}

.hotdeal_input .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
    color: var(--primary-color);
}

.hotdeal_input .css-ahj2mt-MuiTypography-root {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    font-size: 14px;
    color: var(--head-text-color);
}


.WalletBooking {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 40px 0 0;
    width: 100%;
    flex-wrap: wrap;
}

.wallet_box {
    flex-basis: 49%;
    border: 1px solid #D5D7DF;
    background-color: var(--background);
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 10px;
    border-radius: 4px;
}

    .wallet_box label {
        font-size: 14px;
        font-weight: 500;
        color: var(--head-text-color);
    }

    .wallet_box .otp_resend {
        font-size: 14px;
        font-weight: 500;
        color: var(--secondary-color) !important;
        text-align: right;
    }

    .wallet_box span {
        font-size: 14px;
        text-align: center;
    }

    .wallet_box .captchin {
        display: flex;
        align-items: center;
        gap: 20px;
    }

.WalletBooking .cust_pass_input {
    flex-basis: 100%;
    display: flex;
    gap: 10px;
}


/********** Customer Info Page Style End Here **********/
/********** E-Ticket Page Style Start Here **********/
.ticket-wraper {
    width: 100%;
    float: left;
    clear: both;
}

    .ticket-wraper .container {
        width: 100%;
        max-width: 1250px !important;
        margin: 0 auto;
    }

.ticket_main {
    width: 100%;
    float: left;
    padding: 42px 0 0;
}

.ticket_page_title {
    font-size: 20px;
    font-weight: 400;
    color: var(--secondary-color);
    text-align: center;
}

    .ticket_page_title h5 {
        font-size: 20px;
        font-weight: 600;
        color: var(--secondary-color);
    }

.ticket_main_section {
    width: 100%;
    float: left;
    padding: 0px 0 0;
}

.ticket_orderno {
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 2px dashed var(--text-color);
    padding: 46px 0 22px;
}


    .ticket_orderno p {
        font-size: 20px;
        font-weight: 600;
        color: var(--secondary-color);
    }

    .ticket_orderno label {
        font-size: 20px;
        font-weight: 600;
        color: var(--head-text-color);
    }

.onward_journey_block {
    background-color: var(--background);
    border-radius: 4px;
}

.onwars_journy_top {
    display: flex;
    justify-content: space-between;
    padding: 20px 60px 18px;
    border-bottom: 1px solid var(--border-color);
    align-items: center;
}

.onward_title p {
    font-size: 20px;
    font-weight: 600;
    color: var(--secondary-color);
}

.onward_pnr {
    display: flex;
    gap: 5px;
    background-color: var(--head-text-color);
    padding: 7px 24px 6px;
    border-radius: 2px;
    color: var(--pure);
    font-size: 16px;
    font-weight: 500;
}

.journey_detail_block {
    padding: 40px 0 0;
}

.onward_journy_box {
    display: flex;
    justify-content: space-between;
    padding: 40px 60px 0;
    align-items: flex-start;
}

.onward_journy_box_left {
    display: flex;
    flex-direction: column;
}

.onward_journy_box_left_top {
    display: flex;
    gap: 60px;
    align-items: center;
    border-bottom: 1px solid var(--border-color);
    padding: 0 0 40px;
}

.onward_journy_left_block {
    display: flex;
    flex-direction: column;
}

.onward_journy_box_right {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex-basis: 24.3%;
}

.onward_journy_left_block .block_tocity {
    font-size: 22px;
    font-weight: 600;
    color: var(--head-text-color);
}

.onward_journy_left_block .block_tocity_date {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
    padding: 9px 0 0;
}

.onward_journy_left_block .block_tocitytime {
    font-size: 12px;
    font-weight: 400;
    color: var(--secondary-color);
    padding: 2px 0 0;
}

.onward_journy_left_block.left_block02 {
    display: flex;
    align-items: center;
}

    .onward_journy_left_block.left_block02 p {
        font-size: 12px;
        font-weight: 400;
        color: var(--head-text-color);
    }

.onward_journy_box_left_bottom {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 20px 0 20px;
}

.onward_journy_bus_type {
    display: flex;
    align-items: center;
}

    .onward_journy_bus_type p {
        flex-basis: 113px;
        font-size: 16px;
        font-weight: 600;
        color: var(--head-text-color);
    }

    .onward_journy_bus_type label {
        font-size: 14px;
        font-weight: 300;
        color: var(--head-text-opacity);
    }

.onward_journy_boarding_point {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .onward_journy_boarding_point p {
        font-size: 16px;
        font-weight: 600;
        color: var(--head-text-color);
    }

    .onward_journy_boarding_point label {
        font-size: 14px;
        font-weight: 300;
        color: var(--head-text-opacity);
    }

.passenger_detail_main_block {
    padding: 60px 0 0;
}

.passenger_detail_main_block {
    padding: 62px 0 0;
    display: flex;
    justify-content: space-between;
}

.passenger_detail_box {
    padding: 0 0 0 60px;
    flex-basis: 63.5%;
}

.passenger_detail_title h5 {
    font-size: 20px;
    font-weight: 600;
    color: var(--head-text-color);
    border-bottom: 2px solid var(--secondary-color);
    display: inline-block;
    padding: 0 0 6px;
}

.passenger_detail_list {
    display: flex;
    flex-direction: column;
}

    .passenger_detail_list .passenger_detail_row {
        display: flex;
    }

.passenger_detail_list_name {
    flex-basis: 47%;
}

    .passenger_detail_list_name.passenger_detail_list_age {
        flex-basis: 31%;
    }

    .passenger_detail_list_name.passenger_detail_list_seatno {
        flex-basis: 20%;
    }

.passenger_detail_list.passenger_contact_detail_list .passenger_detail_row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}



.passenger_detail_row .passenger_detail_list_name p {
    font-size: 12px;
    font-weight: 400;
    color: var(--head-text-opacity);
    display: none;
}

.passenger_detail_row:first-child .passenger_detail_list_name p {
    display: block;
}

.passenger_detail_row .passenger_detail_list_name label {
    font-size: 16px;
    font-weight: 400;
    color: var(--head-text-color);
    padding: 11px 0 0;
}

.passenger_detail_sub_box {
    display: flex;
    flex-direction: column;
    gap: 19px;
}

    .passenger_detail_sub_box.passenger_contact_detail_sub_box {
        padding: 65px 0 0;
    }


.fare_detail_box {
    flex-basis: 36.5%;
    background-color: var(--head-text-color);
    padding: 40px;
}

.fare_detail_title h5 {
    font-size: 20px;
    font-weight: 600;
    color: var(--pure);
    border-bottom: 2px solid var(--secondary-color);
    padding: 0 0 6px;
    display: inline-block;
}

.fare_details_block {
    padding: 24px 0 0;
}

.fare_details_row {
    display: flex;
    justify-content: space-between;
    padding: 16px 0 2px;
}

    .fare_details_row p,
    .fare_details_row label {
        font-size: 16px;
        font-weight: 400;
        color: var(--pure);
    }

    .fare_details_row.fare_details_bottom_row {
        border-top: 2px solid var(--text-color);
        margin: 16px 0 0;
        padding: 21px 0 0;
    }

        .fare_details_row.fare_details_bottom_row label {
            color: var(--secondary-color);
        }

.paperless_block {
    padding: 60px 0 0;
}

.paperless_box {
    background-color: var(--background);
    border-radius: 4px;
    padding: 0 0 0 60px;
    display: flex;
    align-items: center;
    gap: 164px;
}

.paperless_rightpart {
    text-align: center;
    line-height: 40px;
}

    .paperless_rightpart p {
        font-size: 16px;
        font-weight: 400;
        color: var(--head-text-color);
        line-height: 36px;
    }

        .paperless_rightpart p span {
            color: var(--secondary-color);
            font-weight: 500;
        }

    .paperless_rightpart label {
        font-size: 20px;
        font-weight: 600;
        color: var(--head-text-color);
    }

        .paperless_rightpart label span {
            border-bottom: 2px solid var(--secondary-color);
            padding: 0 0 4px;
        }

.button_bottom {
    padding: 80px 0 0;
}

.ticket_button {
    display: flex;
    justify-content: center;
    gap: 40px;
}

    .ticket_button button {
        font-size: 14px;
        font-weight: 400;
        color: var(--pure);
        padding: 11px 28px 10px 28px;
        background-color: var(--primary-color);
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
        border: none;
        text-transform: uppercase;
        cursor: pointer;
        transition: 0.2s ease;
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }

        .ticket_button button:hover,
        .ticket_button button:focus {
            background-color: var(--secondary-color);
            transition: 0.2s ease;
            -webkit-transition: 0.2s ease;
            -moz-transition: 0.2s ease;
            -ms-transition: 0.2s ease;
            -o-transition: 0.2s ease;
        }

/********** E-Ticket Page Style End Here **********/


/********** About Us Page Style Start Here **********/

.innerpage_top {
    width: 100%;
    float: left;
    clear: both;
}

.innerpage_head {
    width: 100%;
    float: left;
    min-height: 340px;
    background-image: url(../images/Innerpage_Top_BG.png);
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
    align-items: flex-end;
    padding: 0 0 86px;
}

.innerpage_toptitle {
    width: 100%;
    float: left;
}

.inner_head_title {
    display: inline-block;
    position: relative;
}

    .inner_head_title span {
        font-size: 80px;
        font-weight: 700;
        text-transform: uppercase;
        color: transparent;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: rgba(255, 255, 255, .2);
        display: block;
    }

.innerpage_titleshape h2 {
    font-size: 46px;
    font-weight: 600;
    color: var(--pure);
    text-transform: capitalize;
    display: inline-block;
    position: relative;
}

.innerpage_titleshape {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    padding: 0 0 0 40px;
    margin: -50px 0 0;
}

    .innerpage_titleshape em {
        height: 4px;
        width: 86px;
        background-color: var(--secondary-color);
        display: inline-block;
    }

.innerpage_wrapper {
    width: 100%;
    float: left;
    clear: both;
    padding: 80px 0;
    background-color: var(--background);
}

.aboutus_wrapper {
    display: flex;
    width: 100%;
}

.aboutus_content_left {
    flex-basis: 80%;
}

.aboutus_content_right {
    flex-basis: 20%;
}

.aboutus_content_main {
    width: 100%;
    float: left;
}

    .aboutus_content_main p {
        font-size: 16px;
        font-weight: 400;
        color: var(--text-color);
        padding: 0 0 26px;
        text-align: justify;
        line-height: 24px;
    }

        .aboutus_content_main p em {
            font-style: normal;
            color: var(--secondary-color);
            font-weight: 600;
        }

    .aboutus_content_main ul {
        padding: 0 0 26px 16px;
    }

        .aboutus_content_main ul li {
            list-style-type: auto;
            font-size: 16px;
            font-weight: 400;
            color: var(--text-color);
            line-height: 28px;
        }

/********** About Us Page Style End Here **********/
/********** Contact Us Page Style Start Here **********/

.contactus_wrapper {
    width: 100%;
    clear: both;
    float: left;
    padding: 20px 0 0;
}

.contact_headoffice {
    width: 100%;
    float: left;
    position: relative;
}

.contact_headoffice_map {
    width: 100%;
    float: left;
}

.contact_headoffice_detail {
    position: absolute;
    background-color: var(--head-text-color);
    left: 0;
    top: -20px;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0px 10px 20px rgba(0, 35, 90, 0.5);
}

    .contact_headoffice_detail h5 {
        font-size: 18px;
        font-weight: 400;
        color: var(--pure);
        padding: 0 0 10px;
        margin: 0 0 20px;
        border-bottom: 1px solid var(--white-text-opacity);
    }

    .contact_headoffice_detail p {
        font-size: 16px;
        font-weight: 400;
        color: var(--white-text-opacity);
        line-height: 28px;
    }

        .contact_headoffice_detail p span {
            color: var(--secondary-color);
        }

.contact_suboffice {
    width: 100%;
    float: left;
    padding: 80px 0 0;
}

    .contact_suboffice .filter-drawer {
        margin-bottom: 0;
        border: 1px solid var(--border-color);
        background-color: var(--pure);
        border-radius: 4px;
        padding: 20px 30px 0px;
    }

    .contact_suboffice .filter_tab_main {
        padding: 0 0 20px;
        flex-basis: 24%;
    }

        .contact_suboffice .filter_tab_main h5 {
            padding: 0;
            font-size: 16px;
            font-weight: 600;
            color: var(--head-text-color);
            border-bottom: 1px solid var(--border-color);
            padding: 0 0 8px;
        }

        .contact_suboffice .filter_tab_main p {
            font-size: 14px;
            font-weight: 400;
            color: var(--head-text-color);
            line-height: 22px;
            padding: 0;
        }

            .contact_suboffice .filter_tab_main p span {
                color: var(--secondary-color);
            }

.contactbar-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    float: left;
}

.contact_suboffice_title {
    width: 100%;
    float: left;
    padding: 0 0 40px;
}

    .contact_suboffice_title h5 {
        display: inline-block;
        font-size: 20px;
        font-weight: 600;
        color: var(--head-text-color);
        border-bottom: 2px solid var(--secondary-color);
        padding: 0 0 6px;
    }

/********** Contact Us Page Style End Here **********/
/********** Feedback Page Style Start Here **********/

.feedback_wrapper {
    width: 100%;
    float: left;
    clear: both;
}

.feedback_form {
    display: flex;
    width: 100%;
}

.feedback_form_left {
    flex-basis: 80%;
}

.feedback_form_right {
    flex-basis: 20%;
}

.web_input {
    width: 100%;
    float: left;
    padding: 0 0 20px;
}

    .web_input label {
        font-size: 16px;
        font-weight: 500;
        color: var(--head-text-color);
        display: block;
        padding: 0 0 8px;
    }

    .web_input input {
        width: 100%;
        height: 56px;
        border: 1px solid var(--border-color);
        background-color: var(--pure);
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        padding: 0 0 0 10px;
    }

        .web_input input:active,
        .web_input input:focus,
        .web_input input:target,
        .web_input input:focus-visible {
            border: 1px solid var(--secondary-color);
            background-color: #fffaf8;
            box-shadow: none;
            outline: none;
        }

    .web_input textarea {
        width: 100%;
        height: 86px;
        border: 1px solid var(--border-color);
        background-color: var(--pure);
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        padding: 10px;
    }

        .web_input textarea:active,
        .web_input textarea:focus,
        .web_input textarea:target,
        .web_input textarea:focus-visible {
            border: 1px solid var(--secondary-color);
            background-color: #fffaf8;
            box-shadow: none;
            outline: none;
        }

    .web_input span {
        padding: 10px 0 20px;
        float: left;
    }

        .web_input span a {
            color: var(--head-text-color);
            font-weight: 600;
            border-bottom: 1px solid var(--secondary-color);
        }


    .web_input .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .web_input .css-16awh2u-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        padding: 0 10px;
    }

    .web_input .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
        border-bottom: none;
    }

    .web_input .MuiAutocomplete-hasPopupIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot,
    .web_input .MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .web_input .css-1x51dt5-MuiInputBase-input-MuiInput-input {
        font-family: 'Poppins', sans-serif !important;
    }

.web_input_bluebtn {
    display: flex;
    width: 100%;
    gap: 20px;
}

.theme_buton_s1 {
    background-color: var(--primary-color);
    color: var(--pure);
    border: 1px solid var(--primary-color);
    box-shadow: 0px 10px 20px rgba(0, 35, 90, 0.5);
    font-size: 14px;
    padding: 14px 38px;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    display: block;
    float: left;
    cursor: pointer;
    letter-spacing: 0.5px;
}

    .theme_buton_s1:hover,
    .theme_buton_s1:focus {
        background-color: var(--secondary-color);
        border: 1px solid var(--secondary-color);
        box-shadow: 0px 10px 20px rgba(255, 94, 20, 0.5);
    }

/********** Feedback Us Page Style End Here **********/
/********** Cancellation Page Style Start Here **********/

.cancellation_wrapper {
    width: 100%;
    float: left;
    clear: both;
}

.cancellation_policy_list {
    padding: 20px 40px 20px !important;
}

    .cancellation_policy_list ul {
        padding: 0;
    }

        .cancellation_policy_list ul li {
            font-size: 14px;
            font-weight: 400;
            color: var(--text-color);
            padding: 0 0 10px;
            text-align: justify;
            line-height: normal;
            list-style-type: square;
        }

            .cancellation_policy_list ul li p {
                line-height: 24px;
            }

/********** Cancellation Page Style End Here **********/
/********** FAQ's Page Style Start Here **********/

.faq_wrapper {
    width: 100%;
    float: left;
    clear: both;
}

.faq_content_list {
    width: 100%;
    float: left;
}

    .faq_content_list .contact_suboffice_title {
        padding: 40px 0 0px 30px;
    }

    .faq_content_list .filter_tab_main {
        padding: 20px 0 0;
        float: left;
        width: 100%;
    }

    .faq_content_list .filter-drawer__content p {
        font-size: 14px;
        font-weight: 400;
        color: var(--text-color);
    }

    .faq_content_list .filter-drawer__content em {
        font-style: normal;
        font-weight: 500;
        color: var(--secondary-color);
    }

    .faq_content_list .filter-drawer__content ul {
        padding: 0 0 0 20px;
    }

        .faq_content_list .filter-drawer__content ul li {
            font-size: 14px;
            font-weight: 400;
            color: var(--text-color);
            padding: 0 0 4px;
            text-align: justify;
            line-height: normal;
            list-style-type: square;
        }

/********** FAQ's Page Style End Here **********/
/********** T&C Page Style Start Here **********/

.conditions_wrapper {
    width: 100%;
    display: flex;
}

.conditions_wrapper_left {
    flex-basis: 80%;
}

.conditions_wrapper_right {
    flex-basis: 20%;
}

.conditions_wrapper .contact_suboffice_title {
    padding: 0 0 20px;
}

.conditions_wrapper_block_detail {
    width: 100%;
    float: left;
    padding: 0 0 40px;
}

    .conditions_wrapper_block_detail p {
        font-size: 16px;
        font-weight: 400;
        color: var(--text-color);
        padding: 0 0 12px;
        text-align: justify;
        line-height: 24px;
    }

    .conditions_wrapper_block_detail li p {
        color: var(--secondary-color);
    }

.redtext {
    color: var(--secondary-color);
    font-weight: 500;
}

/********** T&C Page Style End Here **********/


/********** DatePicker Style Start Here **********/


.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
    background-color: #F8F9FC;
}

    .datepicker .datepicker-switch:hover,
    .datepicker .prev:hover,
    .datepicker .next:hover,
    .datepicker tfoot tr th:hover {
        background: #F8F9FC;
    }

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: var(--primary-color) !important;
    color: var(--pure) !important;
    background-image: none !important;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 45px;
    height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

    .datepicker td.active {
        background-color: var(--secondary-color);
        color: var(--pure) !important;
    }

    .datepicker td.new {
        opacity: 0.4;
    }

    .datepicker td.disabled {
        opacity: 0.4;
    }

    .datepicker td span {
        display: block;
    }
/********** DatePicker Style End Here **********/
/********** Pay Online Style Start Here **********/
.payonlineother {
    width: 100%;
    float: left;
    padding: 60px 0 0px;
}

.canclrefund {
    width: 100%;
    float: left;
}


.payonlinerefnd {
    width: 100%;
    float: left;
    display: none;
}

.payonlinerefnd02 {
    width: 100%;
    float: left;
}

.payonlinerefnd02 {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    padding: 0 0 40px;
}

.payonline_box {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid var(--text-color);
    align-items: center;
    padding: 20px 0;
}

.refundtitle {
    padding: 0 0 5px;
}

.refundata {
    color: var(--head-text-color);
    font-weight: 500;
    border-top: 1px solid var(--text-color);
    width: 100%;
    text-align: center;
    padding: 20px 0 0;
    font-size: 13px;
}


/********** Pay Online Style End Here **********/








/********** My Booking Page Style Start Here **********/

.bookinglist_tabs {
    position: relative;
    min-height: 560px;
    clear: both;
    margin: 25px 0;
}

    .bookinglist_tabs .season_tab {
        float: left;
        clear: both;
        width: 286px;
    }

        .bookinglist_tabs .season_tab [type=radio] {
            display: none;
        }

.season_tab label {
    background-color: var(--pure);
    padding: 10px 10px 10px 10px;
    border: 1px solid var(--primary-color);
    margin-left: 0;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    width: 264px;
    height: 58px;
    display: table-cell;
    color: var(--head-text-color);
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 500;
}

.season_tab [type="radio"]:checked ~ label {
    background: var(--primary-color);
    border-left: 7px solid var(--secondary-color);
    z-index: 1;
    color: var(--pure);
}

.bookinglist_tabs .season_content {
    position: absolute;
    top: 0;
    left: 286px;
    right: 0;
    bottom: 0;
    padding: 0px;
}

[type=radio]:checked ~ label ~ .season_content {
    z-index: 0;
}

.season_content .container-fluid {
    float: left;
    max-width: 100%;
}

.mybooking-tabs {
    width: 100%;
    float: left;
    background-color: var(--primary-color);
    padding: 0;
}


    .mybooking-tabs .tab-list {
        padding-left: 0;
        padding-right: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        float: left;
    }

        .mybooking-tabs .tab-list > li {
            padding: 20px 3%;
            border-left: 1px solid var(--pure);
            text-align: center;
            float: left;
            cursor: pointer;
        }

            .mybooking-tabs .tab-list > li:first-child {
                border-left: none;
            }

            .mybooking-tabs .tab-list > li > h3 {
                font-weight: 600;
                display: block;
                transition: all 500ms ease;
                font-size: 16px;
                color: var(--pure);
                text-transform: uppercase;
            }

            .mybooking-tabs .tab-list > li:hover > h3, .mybooking-tabs .tab-list > li.active > h3 {
                color: var(--secondary-color);
            }

.mybooking_tabscontent {
    width: 100%;
    float: left;
    padding: 0 0px !important;
    max-height: 554px;
    overflow-y: scroll;
}

    .mybooking_tabscontent::-webkit-scrollbar {
        height: 4px;
    }

    .mybooking_tabscontent::-webkit-scrollbar-thumb {
        height: 4px;
    }


    .mybooking_tabscontent table {
        border: 2px solid #E6E6E6;
        width: 100%;
        text-align: center;
    }

        .mybooking_tabscontent table thead tr {
            background-color: var(--background);
            color: var(--primary-color);
            font-size: 16px;
            font-weight: 400;
        }

            .mybooking_tabscontent table thead tr th {
                padding: 20px 0px;
                border: 1px solid #E6E6E6;
                text-align: center;
                font-weight: 400;
            }

.profileinputdetails {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

    .profileinputdetails .tabtitle {
        background-color: var(--pure);
        text-align: center;
        color: var( --head-text-color);
        font-weight: 500;
        flex-basis: 49%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        border: 1px solid var( --text-color);
        padding: 20px 0;
    }

    .profileinputdetails label {
        display: flex;
        flex-basis: 100%;
        justify-content: center;
        height: auto;
        border: none;
        background-color: transparent;
        padding: 5px 0 5px;
        font-size: 16px;
        font-weight: 600;
    }

    .profileinputdetails .profileinputdata label {
        font-size: 16px;
        font-weight: 600;
        background: transparent;
        display: inline-block;
        flex-basis: auto;
    }

    .profileinputdetails span {
        font-size: 16px;
        color: var(--secondary-color);
        font-weight: 500;
    }


.walletdatainfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    overflow: auto;
    border: 1px solid var(--primary-color);
    padding: 10px;
    width: 100%;
    height: auto;
    max-height: 440px;
}

.walletdtls {
    display: flex;
    justify-content: flex-end;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 0;
}

    .walletdtls span.wallethistry {
        position: relative;
        font-weight: 600;
        background-color: var(--primary-color);
        color: var(--pure);
        padding: 10px 30px 10px;
        border-radius: 3px;
        margin: 0 0 10px;
        display: flex;
        flex-wrap: wrap;
        cursor: pointer;
    }

.walletdatainfo .walletdtlsinfo {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0 0 5px;
}

    .walletdatainfo .walletdtlsinfo .walletcol {
        flex-basis: 50%;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
        border: 2px solid var(--border-color);
        gap: 5px;
        padding: 4px 0 4px 10px;
    }

        .walletdatainfo .walletdtlsinfo .walletcol p {
            display: flex;
            flex-wrap: wrap;
            justify-content: left;
            flex-basis: 100%;
            font-weight: 600;
            font-size: 16px;
            color: var(--head-text-color);
        }

        .walletdatainfo .walletdtlsinfo .walletcol em {
            display: flex;
            font-style: normal;
        }

        .walletdatainfo .walletdtlsinfo .walletcol.wlletcrdt {
            color: var(--head-text-color);
            font-weight: 600;
        }

            .walletdatainfo .walletdtlsinfo .walletcol.wlletcrdt span {
                color: #008f0b;
            }

                .walletdatainfo .walletdtlsinfo .walletcol.wlletcrdt span.walletdebit {
                    color: var(--secondary-color);
                }

.mybooking_tabscontent table tbody tr td {
    padding: 20px 0px;
    border: 1px solid #E6E6E6;
    font-weight: 400;
}

.profileinputdetails {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0px 0;
}

    .profileinputdetails .web_input {
        width: 45%;
        float: left;
        padding: 0 0 20px;
    }

        .profileinputdetails .web_input label {
            justify-content: flex-start;
        }


    .profileinputdetails.profileinputdetailsbtn {
        padding: 40px 0 0;
    }

    .profileinputdetails.profileinputdetails01 .web_input {
        width: 80%;
        float: left;
        padding: 0 0 20px;
    }


.profileinputdata .MuiFormGroup-root.MuiFormGroup-row.css-qfz70r-MuiFormGroup-root {
    display: flex;
}

.profileinputdata .MuiFormControlLabel-root.MuiFormControlLabel-labelPlacementTop.css-1hpqosy-MuiFormControlLabel-root {
    flex-basis: 34%;
}

.css-3yjvh5-MuiPaper-root-MuiAlert-root {
    font-family: 'Poppins', sans-serif !important;
    background-color: var(--secondary-color) !important;
    color: var(--pure) !important;
}

    .css-3yjvh5-MuiPaper-root-MuiAlert-root .MuiAlert-icon {
        color: var(--pure) !important;
    }


/********** My Booking Page Style End Here **********/



/*Modify Ticket Page Style Start Here*/


.modify_ticket_popup {
    width: 100%;
    float: left;
}

    .modify_ticket_popup .css-2rbg70-MuiPaper-root-MuiDialog-paper {
        max-width: 1440px !important;
        width: 100% !important;
    }

    .modify_ticket_popup .css-ypiqx9-MuiDialogContent-root {
        padding: 20px 20px 40px;
    }

    .modify_ticket_popup .css-qfz70r-MuiFormGroup-root {
        padding: 20px 0 20px;
        border-bottom: 2px solid var(--secondary-color);
    }

    .modify_ticket_popup .css-1hpqosy-MuiFormControlLabel-root {
        display: inline-block;
        margin-right: 16px;
    }

    .modify_ticket_popup .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
        color: var(--head-text-color);
    }

    .modify_ticket_popup .css-yiavyu-MuiBackdrop-root-MuiDialog-backdrop {
        background-color: rgba(10, 18, 41, 0.9);
    }

.modifypopupwrapper {
    width: 100%;
    float: left;
}

.modifyticketcontent {
    width: 100%;
    float: left;
    position: relative;
}

.modifyarticledetails {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

.modify_ticket_popup .web_input .css-16awh2u-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
    padding: 0 0 0 10px;
}

.modify_ticket_popup .web_input .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0;
}

.modify_ticket_popup .web_input .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
    border-bottom: none;
}

.modify_ticket_popup .web_input .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled):before {
    border-bottom: none;
}

.modify_ticket_popup .web_input .css-1tb7pjp-MuiInputBase-root-MuiInput-root:after {
    border-bottom: none;
}

.modify_ticket_popup .web_input .MuiAutocomplete-hasPopupIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot,
.modify_ticket_popup .web_input .MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0;
}

.modify_ticket_popup .tlrefund {
    width: 100%;
    float: left;
    padding: 40px 0 20px;
    font-size: 16px;
    font-weight: 600;
    color: var(--head-text-color);
}

.tlrefund span {
    padding: 10px 0 20px;
    float: none;
    display: inline-block;
}

.partialdata {
    width: 70%;
    float: none;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    margin: 40px auto 20px;
    box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.10);
    display: flow-root;
}

.partialdatatitle {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    background-color: var(--primary-color);
    color: var( --pure);
}

    .partialdatatitle span {
        flex-basis: 25%;
        float: left;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        padding: 0 0 0 20px;
    }

.partialdatadetails {
    width: 100%;
    float: left;
    border-bottom: 1px solid var(--border-color);
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .partialdatadetails p {
        flex-basis: 25%;
        float: left;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        padding: 0 0 0 20px;
    }

.modify_ticket_popup .mybooking_tabscontent {
    overflow-y: auto;
}

.alert_popup .css-hlj6pa-MuiDialogActions-root {
    -webkit-justify-content: center;
    justify-content: center;
}


/*Modify Ticket Page Style End Here*/


/*Partial Cancel Popup Style Start Here*/

.patrialdialogue .css-yiavyu-MuiBackdrop-root-MuiDialog-backdrop {
    background-color: rgba(10, 18, 41, 0.9);
}

.patrialdialogue .css-1t1j96h-MuiPaper-root-MuiDialog-paper {
    width: 100%;
}

.patrialdialoguedata {
    width: 100%;
    float: left;
}

.patrialdialogue .patrialdialoguetitle {
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 16px;
    width: 100%;
    float: left;
    border-bottom: 2px solid var(--secondary-color);
}

.patrialdialogue .patrialdialoguedetails {
    width: 100%;
    float: left;
}

.partialdatadetails {
    width: 100%;
    float: left;
    border-bottom: 1px solid #999;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.patrialdialogue .partialdatadetails {
    border-bottom: none;
}

.partialdatadetails p {
    flex-basis: 25%;
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 20px;
}

.patrialdialogue .css-hlj6pa-MuiDialogActions-root {
    padding: 20px 20px 0;
    border-top: 2px solid var(--text-color);
    margin: 0px 20px 20px;
}

.cancelstusinfo {
    width: 100%;
    float: left;
    padding: 20px 0 20px;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 2px solid var(--secondary-color);
}

.cancelstatusnewpnr {
    width: 100%;
    float: left;
    text-align: right;
    padding: 20px 0 0;
}

    .cancelstatusnewpnr span {
        font-size: 18px;
        font-weight: 700;
        color: var(--secondary-color);
    }

.cancellationother.cancelstatus {
    width: 100%;
    float: left;
    padding: 0;
    margin: 40px 0 0;
    border: none;
}

.canclrefund {
    width: 100%;
    float: left;
    padding: 0;
}

.cancelstatustlt {
    width: 100%;
    float: left;
}

.cancelstatusdata {
    width: 100%;
    float: left;
}

.canclrefund .companytq {
    width: 100%;
    float: left;
    padding: 20px 0 0;
    font-size: 18px;
    font-weight: 700;
}

.canclrefund .refundtitle {
    background-color: var(--head-text-color);
    color: var(--pure);
    padding: 5px 0 5px 0;
    text-align: center;
    border: 1px solid var(--border-color);
}

.refundtitle.refundtitleshow {
    display: none;
}

.canclrefund .refundata {
    text-align: center;
    padding: 10px 0 10px;
    border: 1px solid var(--head-text-color);
}

.canclrefund .col-lg-2 {
    float: left;
}

.canclrefund .col-lg-1 {
    float: left;
}

.canclrefund .tlrefund {
    width: 100%;
    float: left;
    padding: 40px 0 0;
    font-size: 18px;
}

    .canclrefund .tlrefund span {
        font-weight: 600;
        color: var(--secondary-color);
    }

.canclrefund .companytq {
    width: 100%;
    float: left;
    padding: 20px 0 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary-color);
}
/*Partial Cancel Popup Style End Here*/





/*Loader Style Start Here*/

/*.loader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}*/


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: none;
    z-index: 9999999;
    height: 100%;
    width: 100%;
    background-color: rgba(10, 18, 41, 0.9);
    backdrop-filter: blur(5px);
    --webkit-backdrop-filter: blur(5px);
}


.cssload-loader {
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 115px);
    width: 245px;
    height: 70px;
    border-radius: 50%;
    perspective: 800px;
    font-family: 'Poppins', sans-serif !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    color: var(--secondary-color);
    letter-spacing: 0.2em;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    -webkit-transition: height 1s ease-in-out;
    -moz-transition: height 1s ease-in-out;
    -o-transition: height 1s ease-in-out;
    transition: height 1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}


    /*.cssload-loader {
    width: 244px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    font-family: 'Poppins', sans-serif !important;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    color: var(--secondary-color);
    letter-spacing: 0.2em;
}*/

    .cssload-loader::before, .cssload-loader::after {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        background: var(--secondary-color);
        position: absolute;
        animation: cssload-load 0.81s infinite alternate ease-in-out;
        -o-animation: cssload-load 0.81s infinite alternate ease-in-out;
        -ms-animation: cssload-load 0.81s infinite alternate ease-in-out;
        -webkit-animation: cssload-load 0.81s infinite alternate ease-in-out;
        -moz-animation: cssload-load 0.81s infinite alternate ease-in-out;
    }

    .cssload-loader::before {
        top: 0;
    }

    .cssload-loader::after {
        bottom: 0;
    }



@keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }

    50% {
        height: 8px;
        width: 39px;
    }

    100% {
        left: 229px;
        height: 29px;
        width: 15px;
    }
}

@-o-keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }

    50% {
        height: 8px;
        width: 39px;
    }

    100% {
        left: 229px;
        height: 29px;
        width: 15px;
    }
}

@-ms-keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }

    50% {
        height: 8px;
        width: 39px;
    }

    100% {
        left: 229px;
        height: 29px;
        width: 15px;
    }
}

@-webkit-keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }

    50% {
        height: 8px;
        width: 39px;
    }

    100% {
        left: 229px;
        height: 29px;
        width: 15px;
    }
}

@-moz-keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }

    50% {
        height: 8px;
        width: 39px;
    }

    100% {
        left: 229px;
        height: 29px;
        width: 15px;
    }
}


/*Loader Style End Here*/


/*Payment Failed Style Start Here*/

.payment_failed span {
    font-size: 14px;
    color: var(--head-text-color);
}

.payment_failed p {
    font-size: 16px;
    color: var(--head-text-color);
    padding: 4px 0 20px;
}

    .payment_failed p em {
        color: var(--secondary-color);
        font-style: normal;
        font-weight: 600;
    }

.payment_failed li a {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
}


/*Payment Failed Style End Here*/



/*Gallery Page Style Start Here*/


.gallery_wrapper {
    width: 100%;
    float: left;
}

    .gallery_wrapper .gallery-section {
        position: relative;
        z-index: 1;
    }


    .gallery_wrapper .filter {
        display: flex;
        justify-content: center;
    }

    .gallery_wrapper .theme_buton_s2 {
        background-color: var(--primary-color);
        color: var(--pure);
        box-shadow: 0px 10px 20px rgba(0, 35, 90, 0.5);
        font-size: 14px;
        padding: 14px 38px;
        text-transform: capitalize;
        font-weight: 400;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        display: block;
        float: left;
        cursor: pointer;
        letter-spacing: 0.5px;
        margin: 0 10px 20px;
    }

        .gallery_wrapper .theme_buton_s2:hover, .gallery_wrapper .btn-active {
            background: var(--secondary-color);
            color: var(--pure);
            -webkit-transform: translateY(2px);
            -ms-transform: translateY(2px);
            transform: translateY(2px);
            box-shadow: 0px 10px 20px rgba(255, 94, 20, 0.5);
        }

    .gallery_wrapper .gallery {
        display: flex;
        justify-content: center;
        width: fit-content;
        flex-wrap: wrap;
        margin: 25px auto;
        /* gap: 14px; */
        width: 100%;
    }

        .gallery_wrapper .gallery a {
            display: flex;
        }

        .gallery_wrapper .gallery img {
            width: 280px;
            height: 160px;
            object-fit: cover;
            transition: 0.3s ease-in-out;
            border-radius: 2px;
            overflow: hidden;
            margin: 10px 10px;
        }

            .gallery_wrapper .gallery img:hover {
                transform: scale(1.1);
            }

.sets .hide,
.sets .pophide {
    width: 0%;
    opacity: 0;
}

.closeBtn {
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    right: 25px;
    top: 25px;
    color: var(--pure);
    transition: 0.2s linear;
    padding: 8px 26px;
    border-radius: 2px;
    background: var(--secondary-color);
    outline: none;
    border: none;
    box-shadow: none;
}

    .closeBtn:hover {
        cursor: pointer;
        background: var(--primary-color);
        color: var(--pure);
        outline: none;
        border: none;
        box-shadow: none;
    }

.openDiv {
    width: 100%;
    height: 100vh;
    background: #000000e7;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0;
    z-index: 9999;
}

.imgPreview {
    width: 70%;
    object-fit: scale-down;
    max-height: 40vw;
    height: auto;
}

.prevButton,
.nextButton {
    transition: 0.2s linear;
    padding: 10px 35px;
    font-size: 12px;
    border: none;
    color: var(--pure);
    background: #0005;
    border-radius: 2px;
    border: 1px solid var(--pure);
    margin: 10px;
    cursor: pointer;
}

    .prevButton:hover,
    .nextButton:hover {
        background: var(--secondary-color);
        color: var(--pure);
    }


/*Gallery Page Style End Here*/
/*Offer Page Style Start Here*/

.offer_wrapper {
    width: 100%;
    float: left;
}

.offer_card {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

    .offer_card img {
        max-width: 350px;
    }
/*Offer Page Style End Here*/
/**********  Media query Start Here  **********/
@media only screen and (max-width: 1850px) {
    .leftimagecontent {
        right: -20px;
        padding: 25px 30px 28px 40px;
    }

    .awarddetails {
        width: 40%;
    }

    .awardslide {
        width: 60%;
    }

    .awardslide {
        padding: 0 0 94px;
    }

    .awardslidertextbottom {
        font-size: 120px;
        bottom: -50px;
        right: -6px;
    }

    .awardslide .owl-nav {
        bottom: 36px;
    }

    .test-details {
        padding: 98px 80px 0 0px;
    }

    .testimonialleft {
        padding: 112px 0 0 90px;
    }
}

@media only screen and (max-width: 1699px) {
    .header .brand {
        width: 10%;
    }

    .menu {
        width: 90%;
    }

    .hero-style {
        height: 544px;
    }

    .slidercaption {
        left: 4%;
    }

    .destination-top-title {
        flex-basis: 29%;
    }

    .topdestinationroute {
        flex-basis: 71%;
    }

    .awarddata {
        min-height: 640px;
        padding: 112px 30px 0px 40px;
    }

    .leftimagecontent {
        bottom: 20px;
        width: 64%;
    }

    .amenitiesbox {
        padding-bottom: 30px;
    }

    .headercontactdetails {
        gap: 100px;
    }

    .mobile-left-block {
        flex-basis: 60%;
    }

    .mobile-right-block {
        flex-basis: 40%;
    }

    .mobile-qr-image {
        width: 80%;
    }

    .mobile-qr-bg {
        width: 35%;
    }

    .theme-btn-s2 {
        padding: 12px 40px;
        margin: 0;
    }

    .testimonialleft {
        width: 34%;
        background-size: 130px;
    }

    .testimonialright {
        width: 66%;
    }

    .customer-test {
        padding: 112px 0 0;
    }

    .testimonials-wrapper {
        padding: 30px 40px;
    }

    .testimonial-carousel .single-testimonial {
        height: 313px;
    }

    .counterblock {
        padding: 140px 0 120px;
    }

    .box-item-right .box-title {
        font-size: 18px;
    }

    .topdestinationroute ul {
        gap: 60px;
    }

    .awardpara p i {
        padding: 20px 0 0;
    }

    .awardslide .owl-carousel.owl-drag .owl-item p {
        font-size: 18px;
    }

    /*Available Route Page Style Start Here*/

    .filter-drawer {
        padding: 20px 16px 0px;
    }

    /*Available Route Page Style End Here*/


}

@media only screen and (max-width: 1568px) {
    .hero-style {
        height: 490px;
    }

    .bookingwrapper {
        bottom: -129px;
    }

    .sidebar-icon-second a {
        font-size: 14px;
    }

    .sidebar-icon-details i {
        font-size: 16px;
    }

    .sidebar-main-contact-details {
        padding: 30px 0 0;
    }

    .sidebar-main-social-icon {
        padding: 30px 0 0;
    }

    .slidercaption {
        left: 6%;
        top: 50px;
    }

    .hero-style .slide-title h2 {
        font-size: 34px;
    }

    .tablist .nav-tabs .nav-item .nav-link {
        padding: 14px 0 14px;
    }

        .tablist .nav-tabs .nav-item .nav-link::after {
            height: 16px;
            width: 16px;
            right: 3px;
            top: 19px;
        }

        .tablist .nav-tabs .nav-item .nav-link.active::after {
            right: -8px;
        }

        .tablist .nav-tabs .nav-item .nav-link.One-Way {
            background-position: 40px -898px;
        }

        .tablist .nav-tabs .nav-item .nav-link.Round-Trip {
            background-position: 27px -1062px;
        }

        .tablist .nav-tabs .nav-item .nav-link.Multiple-Trip {
            background-position: 28px -1231px;
        }
    /*
    .bookingforminput input {
        height: 72px;
        padding: 28px 20px 0;
    }*/

    .service-title h2 {
        font-size: 80px;
    }

    .servicemain {
        margin: -30px 0 0;
    }

    .tab-content {
        padding: 0px 30px 56px;
    }

    .searchbtn {
        bottom: -10px;
    }

    .service-box span {
        height: 62px;
        width: 62px;
        background-position: center -1183px;
        background-size: 60px;
    }

    .service-box.service-box02 span {
        background-position: center -1340px;
    }

    .service-box.service-box03 span {
        background-position: center -1496px;
    }

    .serviceblock {
        justify-content: center;
    }

    .service-box {
        flex-basis: 30%;
        padding: 40px 30px 40px;
        min-height: 270px;
    }

    .ourservices {
        min-height: 1px;
        background-size: cover;
    }

    .amenitieslistblock {
        padding: 40px 0 0 10px;
        gap: 80px;
    }

    .amenitiesbox {
        gap: 30px;
    }

    .leftimagecontent p {
        font-size: 14px;
    }

    .mobile-block-title h2 {
        font-size: 76px;
    }

    .customer-test-title {
        font-size: 70px;
    }

    .testimonialleft {
        padding: 112px 0 0 60px;
    }

    .mobile-qr-image {
        padding: 55px 0px 24px 0;
    }

    .footer-contact-data.contact-address {
        flex-basis: 30%;
    }

    .mobile-qr-image {
        width: 87%;
    }

    .mobile-qr-bg {
        width: 26%;
    }

    .awarddata {
        min-height: 620px;
    }

    .test-details {
        padding: 98px 0 0 0px;
    }

    .userloginpopup .popup .inner {
        width: 40%;
    }

    .newsblock h5 {
        font-size: 20px;
    }

    .newsblock {
        flex-basis: 30%;
    }


    /*Available Route Page Style Start Here*/
    .available_route_box {
        gap: 40px;
    }

    .bookingdeatails {
        flex-basis: 37%;
    }

    .filter-drawer__content.filter-drawer__content-time .filter-drawer__content_input {
        flex-basis: 46%;
    }

    .time-input label {
        font-size: 12px;
    }

    .filter-drawer {
        padding: 14px 16px 0px;
    }

    .filter-drawer__title {
        font-size: 14px;
        padding: 0 0 12px;
    }

    .filter-drawer__content {
        padding: 0 0 16px;
    }

    .available_route_leftbar {
        padding: 30px 20px 40px;
    }

    /*Available Route Page Style End Here*/


    /*My Booking Page Style Start Here*/

    .profileinputdata {
        flex-basis: 45%;
    }


    /*My Booking Page Style End Here*/

}

@media only screen and (max-width: 1440px) {
    .navbar {
        height: 60px;
    }

    .menu-item {
        height: 60px;
    }

    .menu-link {
        font-size: 14px;
        font-weight: 500;
    }

    .menurightpopup {
        height: 60px;
    }

    .userloginpopup .popupbtn {
        height: 60px;
        background-position: center -560px;
    }

    .tablist .nav-tabs .nav-item .nav-link {
        font-size: 16px;
    }

    .tablist {
        flex-basis: 13%;
    }

    .booking-tab {
        gap: 20px;
    }

    .tablist .nav-tabs .nav-item .nav-link.One-Way {
        background-position: 30px -898px;
    }

    .tablist .nav-tabs .nav-item .nav-link.Round-Trip {
        background-position: 17px -1062px;
    }

    .tablist .nav-tabs .nav-item .nav-link.Multiple-Trip {
        background-position: 18px -1231px;
    }

    .hero-style {
        height: 440px;
    }

    .service-box p {
        font-size: 14px;
    }

    .service-box h5 {
        font-size: 18px;
    }

    .destinatinedetails p {
        font-size: 14px;
        line-height: 26px;
    }

    .destinationrightblock {
        padding: 80px 0 0;
    }

    .destinationshape {
        width: 80px;
    }

    .sec-title h2 {
        font-size: 30px;
    }

    .topdestinationroute .routelist span {
        font-size: 16px;
    }

    .awardpara {
        padding: 40px 40px 0 0;
    }

        .awardpara p {
            font-size: 14px;
            line-height: 24px;
        }

    .amenitiesbox .box-item-left .box-item-border {
        width: 70px;
        height: 80px;
    }

        .amenitiesbox .box-item-left .box-item-border .box-icon {
            width: 70px;
            height: 60px;
            background-position: center -2375px;
            background-size: 70px;
        }

    .amenitiesbox.amenitiesbox05 .box-item-left .box-item-border .box-icon {
        background-position: center -2525px;
    }

    .amenitiesbox.amenitiesbox02 .box-item-left .box-item-border .box-icon {
        background-position: center -2675px;
    }

    .amenitiesbox.amenitiesbox06 .box-item-left .box-item-border .box-icon {
        background-position: center -2827px;
    }

    .amenitiesbox.amenitiesbox03 .box-item-left .box-item-border .box-icon {
        background-position: center -2978px;
    }

    .amenitiesbox.amenitiesbox07 .box-item-left .box-item-border .box-icon {
        background-position: center -3129px;
    }

    .amenitiesbox.amenitiesbox04 .box-item-left .box-item-border .box-icon {
        background-position: center -3282px;
    }

    .amenitiesbox.amenitiesbox08 .box-item-left .box-item-border .box-icon {
        background-position: center -3432px;
    }

    .box-item-right .box-title {
        font-size: 16px;
    }

    .leftimagecontent h5 {
        font-size: 24px;
    }

    .leftimagecontent p {
        padding: 0;
    }

    .awarddata {
        min-height: 580px;
    }

    .headercontactdetails {
        gap: 60px;
    }

    .awardslidertextbottom {
        font-size: 100px;
    }

    .testimonials-wrapper h5 {
        font-size: 14px;
        line-height: 24px;
    }

    .count-no-bg {
        right: 90px;
        top: -64px;
    }

        .count-no-bg span {
            font-size: 100px;
        }

    .count-number h2 {
        font-size: 54px;
        width: 140px;
    }

    .customer-test {
        padding: 84px 0 0;
    }

    .test-block {
        min-height: 550px;
    }

    .mobile-left-block {
        flex-basis: 56%;
        padding: 85px 0 0;
    }

    .mobile-block-title h2 {
        font-size: 68px;
    }

    .mobile-right-block {
        flex-basis: 44%;
    }

    .mobile-qr-image {
        width: 84%;
    }

    .app-download-data {
        margin: -19px 0 0;
    }

    .testimonial-carousel .single-testimonial {
        height: 283px;
    }

    .test-block {
        min-height: 510px;
    }

    .footertitle .sec-title h2 {
        font-size: 22px;
        padding: 0px 0 8px;
    }

    .sec-title h2::before {
        width: 60px;
    }

    .sec-title h2::after {
        left: 70px;
    }

    .footertitle {
        padding: 0 0 30px;
    }

    .destination-top-title {
        flex-basis: 26%;
    }

    .topdestinationroute {
        flex-basis: 74%;
    }

    .awardslidertextbottom {
        bottom: -40px;
    }

    .mobile-qr-bg {
        min-height: 594px;
    }
}

@media only screen and (max-width: 1399px) {
    .hero-style {
        height: 440px;
    }

    .bookingwrapper {
        bottom: -124px;
    }

    .head_contact01 p {
        font-size: 14px;
    }

    .head_contact01 span a {
        font-size: 12px;
    }

    .hero-style .slide-title h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .hero-style .slide-text p {
        font-size: 16px;
        line-height: 20px;
    }

    .theme-btn-s2 {
        padding: 10px 30px;
        font-size: 14px;
    }

    .searchbtn a {
        font-size: 14px;
        padding: 14px 36px;
    }

    .tablist .nav-tabs .nav-item .nav-link.One-Way {
        background-position: 20px -898px;
    }

    .tablist .nav-tabs .nav-item .nav-link.Round-Trip {
        background-position: 9px -1062px;
    }

    .tablist .nav-tabs .nav-item .nav-link.Multiple-Trip {
        background-position: 10px -1231px;
    }

    .customer-test-title {
        font-size: 60px;
    }

    .testimonials-wrapper {
        padding: 20px 30px;
    }

    .testimonial-slide {
        margin: -28px 0 0;
    }

    .test-details {
        font-size: 14px;
        line-height: 26px;
        padding: 60px 0 0 0px;
    }

    .leftimagecontent {
        width: 66%;
    }

    .mobile-block-title h2 {
        font-size: 60px;
    }

    .mobile-qr-image img {
        margin: 0 0 0 -120px;
        max-width: 490px;
    }

    .mobile-left-block {
        padding: 83px 0 0;
    }

    .newsblock h5 {
        font-size: 18px;
    }

    .testimonialleft {
        padding: 112px 0 0 40px;
    }

    .testimonials-wrapper .client-data span {
        font-size: 18px;
    }

    .testimonials-wrapper .client-data p {
        font-size: 14px;
    }

    .testimonials-wrapper h5 {
        font-size: 13px;
        line-height: 20px;
    }

    .testimonials-wrapper .client-data::after {
        background-position: center -4510px;
    }

    .testimonials-wrapper h5 {
        padding: 18px 0 0;
    }

    .testimonial-carousel .single-testimonial {
        height: 246px;
    }

    .test-block {
        min-height: 480px;
    }

    .mobile-qr-bg {
        min-height: 582px;
    }


    /*Available Route Page Style Start Here*/

    .available_route_main {
        gap: 0;
    }

    /*Available Route Page Style End Here*/


    /*My Booking Page Style Start Here*/

    .mybooking_tabscontent table thead tr {
        font-size: 14px;
    }

    .season_tab label {
        width: 220px;
    }

    .bookinglist_tabs .season_tab {
        width: 220px;
    }



    .profileinputdetails .tabtitle {
        flex-basis: 48%;
    }

    .bookinglist_tabs .season_content {
        left: 240px;
    }

    .walletdatainfo .walletdtlsinfo .walletcol p {
        font-size: 14px;
    }

    .walletdatainfo .walletdtlsinfo .walletcol em {
        font-size: 14px;
    }

    .walletdatainfo .walletdtlsinfo .walletcol {
        font-size: 14px;
    }

    /*My Booking Page Style End Here*/




}

/******************************************************************/

/*Available Route Filter Meadia querie Styart */

@media only screen and (max-width: 1399px) {
    .ba-we-love-subscribers {
        width: 400px;
        height: 0;
        background-color: var(--secondary-color);
        border-radius: 8px;
        box-shadow: 0px 12px 45px rgba(0, 0, 0, .15);
        text-align: left;
        margin: 0 0 10px 0;
        overflow: hidden;
        opacity: 0;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        padding: 0 20px 0px;
    }

        .ba-we-love-subscribers.open {
            height: auto;
            overflow-y: auto;
            opacity: 1;
            padding: 0 20px 20px;
        }

        .ba-we-love-subscribers.popup-ani {
            -webkit-transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }



    .logo-ani {
        transition: 0.5s linear;
        -webkit-transition: 0.5s linear;
    }

    .ba-we-love-subscribers-fab {
        width: 65px;
        height: 65px;
        background-color: var(--primary-color);
        border-radius: 50px;
        float: left;
        box-shadow: 0px 12px 45px rgba(0, 0, 0, .3);
        z-index: 5;
        position: relative;
        cursor: pointer;
    }

        .ba-we-love-subscribers-fab .img-fab {
            position: relative;
        }

            .ba-we-love-subscribers-fab .img-fab::before {
                font-family: "FontAwesome";
                content: "\f0b0";
                font-size: 20px;
                font-weight: 500;
                color: var(--pure);
                font-style: normal;
                display: inline-block;
                vertical-align: middle;
                transition: .4s ease;
                -webkit-transition: .4s ease;
                -moz-transition: .4s ease;
                -ms-transition: .4s ease;
                -o-transition: .4s ease;
            }

            .ba-we-love-subscribers-fab .img-fab.close {
                position: relative;
                font-weight: 500;
                font-size: 20px;
                line-height: 0;
                text-shadow: none;
            }

                .ba-we-love-subscribers-fab .img-fab.close::before {
                    font-family: "FontAwesome";
                    content: "\f00d";
                    font-size: 20px;
                    font-weight: 500;
                    line-height: normal;
                    color: var(--pure);
                    font-style: normal;
                    display: inline-block;
                    vertical-align: middle;
                    transition: .4s ease;
                    -webkit-transition: .4s ease;
                    -moz-transition: .4s ease;
                    -ms-transition: .4s ease;
                    -o-transition: .4s ease;
                }

        .ba-we-love-subscribers-fab .wrap {
            transform: rotate(0deg);
            -webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
            transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
        }

        .ba-we-love-subscribers-fab .ani {
            transform: rotate(45deg);
            -webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
            transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
        }

        .ba-we-love-subscribers-fab .close {
            background-position: -2px 1px;
            transform: rotate(-45deg);
            float: none;
            /*Bootstrap Overide*/
            opacity: 1;
            /*Bootstrap Overide*/
        }

    .ba-we-love-subscribers-wrap {
        position: fixed;
        left: 25px;
        bottom: 25px;
        z-index: 1;
        width: 70px;
    }

    .ba-settings {
        position: absolute;
        top: -25px;
        left: 0px;
        padding: 10px 20px;
        background-color: #555;
        border-radius: 5px;
        color: #fff;
    }

    .available_route_leftbar {
        flex-basis: 0;
        background-color: transparent;
        border: none;
        padding: 0;
    }

    .available_route_rightbar {
        flex-basis: 100%;
    }

    .available_route_leftbar .title {
        font-weight: 700;
        font-size: 18px;
        text-align: left;
        color: var(--secondary-color);
        padding: 0;
        border-bottom: none;
        margin: 0;
    }

    .filter-drawer__title {
        color: var(--head-text-color);
        cursor: pointer;
        display: block;
        font-size: 14px;
        font-weight: 500;
        padding: 0 0 10px;
        position: relative;
        margin-bottom: 0;
        transition: all 0.25s ease-out;
        text-transform: uppercase;
        text-align: left;
    }

    .filter-drawer {
        margin-bottom: 0;
        border: 1px solid var(--border-color);
        background-color: var(--pure);
        border-radius: 4px;
        padding: 10px 20px 0px;
    }


    .filter-drawer__trigger:checked + .filter-drawer__title + .filter-drawer__content-wrapper {
        max-height: 1000px;
        text-align: left;
    }

    .ba-we-love-subscribers-fab {
        width: 65px;
        height: 65px;
        background-color: var(--primary-color);
        border-radius: 50px;
        float: left;
        box-shadow: 0px 12px 45px rgba(0, 0, 0, .3);
        z-index: 5;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/*Available Route Filter Meadia querie End */

/******************************************************************/

@media only screen and (max-width: 1309px) {
    .mybooking_tabscontent table {
        width: 1100px !important;
        overflow: scroll;
    }
}

@media only screen and (max-width: 1268px) {
    .hero-style {
        height: 400px;
    }

    .topdestinationroute {
        flex-basis: 72%;
    }

    .awardpara a {
        margin: 20px 0 0;
    }

    .awarddata {
        min-height: 540px;
        padding: 112px 0px 0px 40px;
    }

    .leftimagecontent {
        width: 70%;
    }

    .footer-contact-block {
        gap: 150px;
    }

    .footer-contact-data.contact-address {
        flex-basis: 34%;
    }

    .leftimagecontent p {
        font-size: 14px;
        line-height: 24px;
    }

    .leftimagecontent {
        width: 74%;
    }


    /*Available Route Page Style Start Here*/

    .available_seat span label {
        font-size: 16px;
    }

    .modifyinput .css-xsu6ln-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        height: 40px;
    }

    .modifybookingsearch .modifyinput input {
        height: 50px;
        font-size: 16px;
    }

    .modifybutton button {
        height: 50px;
    }

    .modify_route_block {
        height: auto;
    }

    /*Available Route Page Style End Here*/

}

@media only screen and (max-width: 1229px) {
    .header .brand {
        width: 0;
    }

    .menu {
        width: 100%;
    }

    .userloginpopup .popup .inner {
        width: 50%;
    }

    .tophead {
        flex-direction: column;
        gap: 20px;
    }

    .head_contact01 p {
        line-height: 20px;
    }

    .navbarmenu {
        width: 88%;
    }

    .menurightpopup {
        width: 12%;
    }

    .amenitieslistblock {
        gap: 40px;
    }

    .mobile-block-title h2 {
        font-size: 56px;
    }

    .mobile-left-block {
        padding: 88px 0 0;
    }

    .awarddata {
        min-height: 560px;
    }

    .customer-test-title {
        font-size: 54px;
    }

    .newsblock h5 {
        font-size: 16px;
    }

    .newsblock {
        flex-basis: 34%;
    }

        .newsblock p {
            font-size: 14px;
            line-height: 20px;
        }

    .footer-navlinks ul li a {
        font-size: 14px;
    }

        .footer-navlinks ul li a::before {
            font-size: 12px;
        }

    .footer-navlinks ul {
        gap: 8px;
    }

    .footer-contact-data {
        flex-basis: 32%;
    }

        .footer-contact-data.contact-address {
            flex-basis: 32%;
        }

    .footer-contact-block {
        gap: 0px;
    }


    /*Partial cancel Style Start Here*/

    .canclrefund .refundtitle {
        font-size: 12px;
    }

    /*Partial cancel Style End Here*/
}

@media only screen and (max-width: 1139px) {
    .hero-style {
        height: 330px;
    }

    header {
        border-top: 1px solid var(--border-color);
        border-bottom: 1px solid var(--border-color);
    }

    .bookingwrapper {
        position: relative;
        bottom: 0;
        padding: 40px 20px 60px;
    }

    .booking-tab {
        flex-direction: column;
    }

    .tablist {
        flex-basis: 100%;
        width: 100%;
    }

        .tablist .nav-tabs .nav-item {
            flex-basis: 16%;
        }

    .tab-content {
        flex-basis: 100%;
        width: 100%;
    }

    .tablist .nav-tabs {
        flex-direction: row;
        gap: 20px;
        justify-content: center;
    }

        .tablist .nav-tabs .nav-item .nav-link::after {
            right: auto;
            left: 47%;
            bottom: 3px;
            top: auto;
        }

        .tablist .nav-tabs .nav-item .nav-link.active::after {
            right: auto;
            left: 47%;
            bottom: -8px;
            top: auto;
        }

    .ourservices {
        padding: 80px 0 0;
    }

    .service-box {
        flex-basis: 33%;
    }

    .servicemain {
        margin: -26px 0 0;
    }

    .destination-top-title {
        flex-basis: 33%;
        padding: 12px 0 0 10px;
    }

    .topdestinationroute {
        flex-basis: 67%;
    }

    .awarddetails {
        width: 100%;
    }

    .awardslide {
        width: 100%;
    }

    .awarddata {
        min-height: 460px;
    }

    .amenitiesleftpart {
        flex-basis: 100%;
        align-items: flex-start;
        display: flex;
        justify-content: space-between;
        align-self: center;
    }

    .amenitiesmain {
        flex-direction: column;
        align-items: center;
    }

    .amenitiesmobiletitle {
        display: block;
        padding: 0 0 60px;
    }

    .amenitieswebtitle {
        display: none;
    }

    .amenitiesrightpart {
        flex-basis: 100%;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .amenitiespart {
        flex-direction: column;
    }

    .leftimagecontent {
        width: 56%;
    }

    .amenitieslistblock {
        gap: 40px;
        justify-content: space-around;
    }

    .amenitiespart {
        gap: 20px;
    }

    .testimonialmain {
        flex-direction: column;
    }

    .testimonialleft {
        width: 100%;
    }

    .testimonialright {
        width: 100%;
    }

    .test-block::before {
        background-color: transparent;
    }

    .testimonial-carousel .owl-nav button {
        bottom: -30px;
    }

    .testimonial-carousel .owl-prev {
        left: 0;
    }

    .testimonial-carousel .owl-next {
        left: 60px;
    }

    .testimonial-carousel .owl-nav button::before {
        color: var(--primary-color);
    }

    .testimonial-carousel .owl-nav button {
        bottom: -30px;
        left: 0px;
        right: 0;
        margin: 0 auto;
    }

        .testimonial-carousel .owl-nav button.owl-prev {
            left: -60px;
        }

        .testimonial-carousel .owl-nav button.owl-next {
            left: 60px;
        }

    .count-no-bg span {
        font-size: 80px;
    }

    .count-number h2 {
        font-size: 44px;
        width: 120px;
    }

    .count-box-data h5 {
        font-size: 24px;
    }

    .count-box-data span {
        font-size: 14px;
        line-height: 12px;
    }

    .count-no-bg {
        top: -50px;
    }

    .counterblock {
        padding: 100px 0 100px;
    }

    .mobile-left-block {
        flex-basis: 100%;
        padding: 0;
    }

    .mobile-right-block {
        flex-basis: 100%;
        padding: 0 0 0 20%;
    }

    .testimonialleft {
        padding: 60px 0 40px 40px;
    }

    .customer-test {
        padding: 60px 0 0;
    }

    .app-download-data {
        padding: 100px 28px 100px 0;
    }

    .amenitiesmain {
        padding: 0 0 60px;
    }

    .service-title h2 {
        font-size: 64px;
    }

    .amenitiessection {
        padding: 80px 0 0;
    }

    .mobile-qr-image {
        width: 76%;
    }

    .mobile-qr-bg {
        width: 32%;
    }

    .menu-link {
        font-size: 13px;
        font-weight: 500;
    }
}

@media only screen and (max-width: 991px) {
    header {
        border: none;
    }

    .menu-link {
        font-size: 13px;
    }

    .hero {
        flex-direction: column-reverse;
    }

    .sidebar-main {
        padding: 16% 0 0;
    }

    .burger {
        z-index: 90;
        top: 19px;
        left: 20px;
    }

    .navbar {
        height: 60px;
        align-items: center;
    }

    .burger-line {
        height: 3px;
        border-radius: 20px;
    }

        .burger-line:nth-child(2) {
            width: 16px;
            left: 0;
        }

    .burger:hover .burger-line:nth-child(2) {
        width: 100%;
    }

    .topheader {
        padding: 10px 0 20px;
        border-bottom: 4px solid var(--primary-color);
    }

    .tablist .nav-tabs {
        justify-content: center;
    }

        .tablist .nav-tabs .nav-item {
            flex-basis: 22%;
        }

    .bokinginput {
        flex-wrap: wrap;
    }

    .bookingforminput {
        flex-basis: 47%;
    }

    .searchbtn {
        width: 50%;
    }

    .bookingforminput .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding: 20px 10px 0;
        height: 70px;
    }

    .bookingforminput.journeydateinput input, .bookingforminput.returndateinput input {
        height: 70px;
        padding: 20px 14px 0;
    }

    .bookingforminput .css-1x51dt5-MuiInputBase-input-MuiInput-input::placeholder {
        color: var(--head-text-color) !important;
        opacity: 1 !important;
        font-weight: 400 !important;
        font-size: 16px;
    }

    .bookingforminput .css-1x51dt5-MuiInputBase-input-MuiInput-input {
        font-weight: 400;
        color: var(--head-text-color) !important;
        font-size: 14px;
    }

    .hero-style .slide-title h2 {
        font-size: 24px;
    }

    .hero-style .slide-title span {
        font-size: 12px;
    }

    .hero-style {
        height: 300px;
    }

    .hero-slider .swiper-button-prev {
        left: 10px;
    }

    .hero-slider .swiper-button-next {
        right: 10px;
    }

    .menu {
        padding: 60px 0 60px;
        background-color: #0a1229;
    }

    .menu-item {
        height: 40px;
        border: none;
        background-color: transparent;
    }

    .menu-link {
        font-size: 16px;
        color: var(--pure);
    }

    .headercontactdetails {
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
    }

    .tablist .nav-tabs .nav-item .nav-link {
        font-size: 14px;
    }

        .tablist .nav-tabs .nav-item .nav-link.One-Way {
            background-position: 20px -901px;
        }

        .tablist .nav-tabs .nav-item .nav-link.Round-Trip {
            background-position: 9px -1064px;
        }

        .tablist .nav-tabs .nav-item .nav-link.Multiple-Trip {
            background-position: 10px -1234px;
        }

    .booking-tab {
        gap: 10px;
    }

    .service-box {
        flex-basis: 100%;
        padding: 40px 30px 20px;
        min-height: 240px;
    }

    .destinationrightblock {
        flex-basis: 100%;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .destinationrightblock {
        padding: 60px 0 0;
    }

    .destinationleftblock {
        position: absolute;
        top: 30px;
    }

    .topdestinationroute {
        flex-basis: 100%;
        padding: 40px 0 0;
    }

    .awarddata {
        padding: 80px 0px 0px 40px;
    }

    .amenitiesleftpart {
        padding: 0 20px 0 0;
    }

    .leftimagecontent {
        right: 10px;
    }

    .countermain {
        justify-content: center;
        flex-wrap: wrap;
        gap: 80px;
    }

    .count-box {
        flex-basis: 50%;
    }

    .counterblock {
        padding: 120px 0 100px;
    }

    .mobile-qr-image {
        width: 80%;
    }

    .mobile-qr-bg {
        width: 26%;
    }

    .footerblock {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .newsblock {
        padding: 60px 30px 60px 30px;
    }

    .footer-navbarblock {
        justify-content: space-between;
        width: 100%;
    }

    .footernav {
        padding: 60px 0 0;
    }

    .footer-contact-block {
        gap: 40px;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .footer-contact-data {
        flex-basis: 46%;
    }

        .footer-contact-data.contact-address {
            flex-basis: 50%;
        }

    .footer-bottom-block {
        flex-direction: column;
        gap: 40px;
        padding: 20px 0;
    }

    .footer-social-icon {
        flex-basis: 100%;
    }

    .footer-company-link {
        padding: 0;
        flex-basis: 100%;
    }

    .footer-poweredby {
        flex-basis: 100%;
    }

    .footer-social-icon a {
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .app-download-data {
        padding: 80px 28px 80px 0;
    }

    .userloginpopup .popup .inner {
        width: 70%;
    }

    .navbarmenu {
        width: 80%;
        height: 60px;
    }

    .menurightpopup {
        width: 20%;
    }

    /*Available Route Page Style Start Here*/

    .bookingchartdata {
        flex-wrap: wrap;
    }

    .bookingseatchart {
        flex-basis: 100%;
        justify-content: center;
        align-items: center;
    }

    .bookingdeatails {
        flex-basis: 100%;
        justify-content: center;
        align-items: center;
    }

    .seatindicator {
        justify-content: center;
    }

    .modifycity {
        width: 100%;
    }

    .modifydate {
        width: 100%;
        padding: 10px 0;
        display: flex;
        justify-content: space-between;
    }

    .modifybutton {
        width: 100%;
    }

    .modifytodate {
        width: 49.5%;
        padding: 0;
    }

        .modifytodate.modifyfromdate {
            padding: 0;
        }

    .lowerdeckchart, .upperdeckchart {
        display: flex;
        justify-content: center;
    }

    .available_route_count span {
        font-size: 16px;
    }

    .available_route_count {
        flex-basis: 24%;
    }

    .available_route_sortby {
        display: flex;
        align-items: flex-start;
    }

    .available_route_sortby_lable .css-ahj2mt-MuiTypography-root {
        font-size: 12px;
        font-weight: 400;
        padding: 4px 8px;
    }

    .bus_duration_time img {
        max-width: 120px;
    }

    .bus_start_time label {
        font-size: 18px;
    }

    .bus_start_time p {
        font-size: 12px;
    }

    .bus_type_data p {
        font-size: 12px;
    }

    .route_box.route_box02 {
        flex-basis: 60%;
    }

    .available_route_box_toprow {
        align-items: flex-start;
    }

    .bus_ratting_box {
        gap: 40px;
    }

    .available_seat {
        padding: 0 20px 0 0;
    }

    .route_fare_data {
        gap: 4px;
    }

        .route_fare_data label {
            font-size: 20px;
        }

    .available_route_box {
        padding: 20px;
    }

    .available_route_box_toprow {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .route_box.route_box01 {
        flex-basis: 100%;
    }

    .route_box.route_box02 {
        flex-basis: 100%;
    }

    .bus_type_data {
        gap: 4px;
    }

    .available_route_box {
        gap: 20px;
    }

    .bus_ratting_box {
        gap: 0;
        flex-basis: 100%;
        justify-content: space-between;
        padding: 0 0 20px;
        margin: 0 0 20px;
        border-bottom: 2px solid var(--border-color);
    }

    .bus_pass_ratting {
        gap: 0;
        flex-basis: 58%;
        justify-content: space-between;
    }

    .available_route_box_bottomrow {
        flex-wrap: wrap;
    }

    .available_seat {
        padding: 0;
    }
    /*Available Route Page Style End Here*/


    /*Customer Info Page Style Start Here*/

    .cust_pass_input_details {
        flex-wrap: wrap;
    }

    .cust_pass_input {
        flex-basis: 49%;
    }

    .cust_pass_input_details.cust_pass_input_details_wlt {
        flex-wrap: wrap;
        gap: 10px;
    }

    .custinfo_box.trip_fare_details.amount_box {
        max-width: 88.5%;
    }

    /*Customer Info Page Style End Here*/



    /********** My Booking Page Style Start Here **********/

    .bookinglist_tabs .season_content {
        left: 0;
        position: relative;
        width: 100%;
    }

    .bookinglist_tabs .season_tab {
        width: 100%;
    }

    .season_tab label {
        width: 100%;
        display: inline-block;
        margin: 10px 0;
    }

    .tabprofiledetails {
        width: 100%;
        float: left;
    }

    .tabtitle {
        padding: 16px 0 0 20px !important;
        float: left;
    }

    .profileinputdetails.profileinputdetailsbtn {
        padding: 0px 0 0;
    }

    /********** My Booking Page Style End Here **********/



    /*Partial cancel Style Start Here*/

    .canclrefund .refundtitle {
        font-size: 12px;
    }

    .canclrefund .refundtitle {
        display: none;
    }

    .refundtitle.refundtitleshow {
        display: block;
    }

    /*Partial cancel Style End Here*/
}

/*Responsive Menu Stye Start Here*/

@media only screen and (min-width: 62rem) {
    .burger {
        display: none;
        visibility: hidden;
    }

    .menu {
        position: relative;
        top: 0;
        /* width: auto; */
        height: auto;
        padding: 0rem;
        margin-left: 0;
        background: none;
        box-shadow: none;
    }

    .menu-inner {
        display: flex;
        flex-direction: row;
        margin: 0;
        justify-content: space-between;
        width: 100%;
    }

    .menu-link {
        text-transform: capitalize;
    }

    .menu-block {
        margin-left: 2rem;
    }
}

/*Responsive Menu Stye End Here*/

@media only screen and (max-width: 767px) {
    .navbar {
        height: 50px;
    }

    .navbarmenu {
        width: 77%;
        height: 50px;
    }

    .menurightpopup {
        width: 23%;
        height: 50px;
    }

    .burger-line:nth-child(1) {
        top: -4px;
    }

    .burger-line:nth-child(2) {
        top: 4px;
    }

    .burger-line:nth-child(3) {
        top: 12px;
    }

    .userloginpopup .popupbtn {
        height: 50px;
        background-position: center -565px;
    }

    .sidebar-main-details p,
    .sidebar-icon-second p {
        font-size: 12px;
        line-height: 22px;
    }

    .menu.is-active {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .userloginpopup .popup .inner {
        padding: 60px 30px 60px;
    }

    .tablist .nav-tabs .nav-item {
        flex-basis: 24%;
    }

    .hero-style {
        height: 220px;
    }

    .slidercaption {
        left: 2%;
        top: 30px;
    }

    .hero-style .slide-title h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .hero-style .slide-text p {
        font-size: 14px;
        line-height: 4px;
        margin: 0px 0 20px;
    }

    .theme-btn-s2 {
        padding: 8px 20px;
        font-size: 12px;
    }

    .bookingwrapper {
        padding: 40px 0px 60px;
    }

    .ourservices {
        padding: 60px 0 0;
    }

    .sec-title h2 {
        font-size: 28px;
        padding: 0 0 12px;
    }

    .awardmain {
        padding: 50px 0 0;
    }

    .amenitiesrightpart {
        padding: 120px 0 0;
    }

    .customer-test-title {
        padding: 0;
    }

    .leftimagecontent {
        bottom: -120px;
        width: 70%;
    }

    .awarddata {
        padding: 60px 0px 0px 40px;
        min-height: 420px;
    }

    .mobile-qr-image img {
        margin: 0 0 0 -97px;
        max-width: 400px;
    }

    .mobile-qr-bg {
        min-height: 491px;
    }

    .app-download-data {
        margin: -15px 0 0;
    }

    .destinationshape {
        height: 200px;
    }

    @keyframes float {
        0% {
            transform: translatey(0px);
            -webkit-transform: translatey(0px);
            -moz-transform: translatey(0px);
            -ms-transform: translatey(0px);
            -o-transform: translatey(0px);
        }

        50% {
            transform: translatey(-59px);
            -webkit-transform: translatey(-59px);
            -moz-transform: translatey(-59px);
            -ms-transform: translatey(-59px);
            -o-transform: translatey(-59px);
        }

        100% {
            transform: translatey(0px);
            -webkit-transform: translatey(0px);
            -moz-transform: translatey(0px);
            -ms-transform: translatey(0px);
            -o-transform: translatey(0px);
        }
    }

    .count-box {
        flex-basis: 56%;
    }

    .servicemain {
        margin: -16px 0 0;
    }

    .testimonial-slide {
        margin: -26px 0 0;
    }

    .footer-social-icon a {
        width: 60px;
        height: 60px;
    }

    .footer-bottom-block {
        gap: 30px;
        padding: 30px 0;
    }

    .footer-contact-data {
        padding: 0 0 0 58px;
        background-position: 0 -3343px;
        background-size: 60px;
    }

        .footer-contact-data.contact-phone {
            background-position: 0 -3488px;
        }

        .footer-contact-data.contact-address {
            background-position: 0 -3633px;
        }

    .newsblock-input {
        padding: 40px 0 0;
    }

    .newsblock p {
        padding: 5px 0 0;
    }

    .newsblock h5 {
        padding: 30px 0 0;
    }

    .service-title h2 {
        font-size: 54px;
    }

        .service-title h2 span {
            padding: 0 0 0 0px;
        }

    .newsblock span {
        width: 56px;
        height: 44px;
        background-position: center -3205px;
        margin: 0 0 0 8px;
        background-size: 60px;
    }

    .app-download-icon {
        padding: 50px 0 0;
    }

        .app-download-icon a {
            max-width: 140px;
        }

    .footer-contact-main {
        padding: 50px 0 50px;
    }

    /*.bookingforminput input {
        height: 60px;
        padding: 20px 14px 0;
    }*/

    .bookingforminput label {
        top: 8px;
        left: 14px;
        font-size: 12px;
    }

    .bokinginput {
        gap: 20px;
    }

    .awardslidertextbottom {
        bottom: -30px;
        font-size: 80px;
    }



    /*Available Route Page Style Start Here*/

    .available_route_count {
        flex-basis: 100%;
    }

    .available_route_sortby {
        flex-basis: 100%;
    }

    .available_route_topbar {
        flex-wrap: wrap;
        gap: 20px;
    }

    .route_box.route_box03.route_box03_web {
        display: none;
    }

    .route_fare_data.route_fare_data_mobile {
        display: block;
    }

    /*Available Route Page Style End Here*/


    /*Customer Info Page Style Start Here*/

    .custinfopopup .css-ypiqx9-MuiDialogContent-root {
        padding: 30px 20px;
    }

    .custinfo_box.trip_fare_details.amount_box {
        max-width: 94%;
    }

    .cust_pass_input {
        flex-basis: 100%;
    }

        .cust_pass_input.gst_input {
            flex-wrap: wrap;
        }


    /*Customer Info Page Style End Here*/
    /*About Us Page Style Start Here*/

    .aboutus_content_left {
        flex-basis: 100%;
    }

    .aboutus_content_right {
        display: none;
    }

    .aboutus_content_left span {
        font-size: 14px !important;
    }

    .aboutus_content_left p {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .aboutus_content_left ul {
        padding: 0px 0px 26px 0px !important;
    }

        .aboutus_content_left ul li {
            font-size: 14px !important;
        }

    .inner_head_title span {
        font-size: 60px;
    }

    .innerpage_titleshape h2 {
        font-size: 32px;
    }

    .innerpage_titleshape {
        padding: 0 0 0 20px;
        margin: -40px 0 0;
    }

    .innerpage_head {
        min-height: 280px;
        padding: 0 0 50px;
    }

    .feedback_form_left {
        flex-basis: 100%;
    }

    .feedback_form_right {
        display: none;
    }

    .aboutus_content_main ul li {
        font-size: 14px;
        line-height: 24px;
    }

    .conditions_wrapper_left {
        flex-basis: 100%;
    }

    .conditions_wrapper_right {
        display: none;
    }

    .conditions_wrapper_block_detail p {
        font-size: 14px;
        line-height: 20px;
    }

    .cancellation_policy_list ul li {
        line-height: 20px;
    }

    .contact_headoffice_detail h5 {
        font-size: 14px;
        margin: 0 0 10px;
    }

    .contact_headoffice_detail p {
        font-size: 14px;
        line-height: 20px;
    }

    .contact_suboffice .filter_tab_main {
        padding: 0 0 20px;
        flex-basis: 100%;
    }

    .contact_suboffice .filter-drawer {
        padding: 12px 16px 2px;
    }

    .contact_suboffice .filter_tab_main h5 {
        font-size: 14px;
    }

    .innerpage_wrapper {
        padding: 60px 0 40px;
    }
    /*About Us Page Style End Here*/

    /********** My Booking Page Style Start Here **********/

    .profileinputdetails .web_input {
        width: 100%;
        float: left;
    }

    .profileinputdetails.profileinputdetails01 .web_input {
        width: 100%;
    }

    .profileinputdata {
        flex-basis: 100%;
    }

    .profileinputdetails {
        gap: 0;
    }

    .mybooking-tabs .tab-list > li > h3 {
        font-size: 14px;
    }

    .profileinputdetails span {
        font-size: 14px;
    }

    .season_tab label {
        font-size: 14px;
    }


    /* .profileinputdata .css-vqmohf-MuiButtonBase-root-MuiRadio-root {
        padding: 0 9px;
    }*/

    /********** My Booking Page Style End Here **********/
}

@media only screen and (max-width: 639px) {
    .userloginpopup .popup .inner {
        width: 90%;
    }

        .userloginpopup .popup .inner .popup-head h5 {
            padding: 30px 0 20px;
            font-size: 16px;
        }

    #activate-menu {
        padding: 20px 30px;
        width: 340px;
    }

    .sidebar-main-social-icon a {
        font-size: 16px;
        width: 60px;
        height: 60px;
    }

    .sidebar-main-details h5 {
        font-size: 18px;
    }

    .menu-link {
        font-size: 14px;
    }

    .tophead .logo a img {
        max-width: 140px;
    }

    .head_contact01 {
        padding: 0 0 0 42px;
        background-position: left -5px;
        background-size: 60px;
    }

        .head_contact01.head_contact02 {
            background-position: left -135px;
        }

        .head_contact01.head_contact03 {
            background-position: left -264px;
        }

        .head_contact01 p {
            font-size: 12px;
            line-height: 12px;
        }

    .headercontactdetails {
        gap: 20px;
    }

    .tablist .nav-tabs .nav-item {
        flex-basis: 30%;
    }

    .bookingforminput {
        flex-basis: 100%;
    }

    .hero-style {
        height: 200px;
    }

        .hero-style .slide-title h2 {
            font-size: 16px;
            line-height: 20px;
        }

    .destination-top-title {
        padding: 12px 0 0 60px;
    }

    .awardslide .owl-carousel.owl-drag .owl-item p {
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
    }

    .leftimagecontent h5 {
        font-size: 20px;
    }

        .leftimagecontent h5::after {
            width: 100px;
            left: 140px;
        }

    .leftimagecontent p {
        font-size: 13px;
        line-height: 24px;
    }

    .leftimagecontent {
        right: 20px;
        padding: 20px;
        width: 80%;
    }

    .amenitieslistblock {
        padding: 40px 20px 0;
    }

    .amenitieslistblock {
        row-gap: 0px;
    }

    .testimonialleft {
        padding: 60px 40px 40px;
    }

    .customer-test-title {
        font-size: 42px;
    }

    .testimonial-slide {
        margin: -18px 0 0;
    }

    .awardpara a {
        font-size: 14px;
        padding: 0 0 2px 20px;
        background-position: 0px -1929px;
        background-size: 60px;
    }

        .awardpara a:hover::after,
        .awardpara a:focus::after {
            width: 70px;
        }

    .awardpara p {
        font-size: 13px;
        line-height: 24px;
    }

    .awardslide .owl-slider {
        padding: 60px 0 0;
    }

    .awardslidertextbottom {
        bottom: -20px;
        font-size: 60px;
    }

    .awardslide {
        padding: 0 0 80px;
    }

        .awardslide .owl-nav {
            bottom: 40px;
            left: 40px;
        }

    .count-box {
        flex-basis: 60%;
    }

    .mobile-block-title h2 {
        font-size: 40px;
    }

    .app-download-data {
        margin: -10px 0 0;
    }

    .service-title h2 {
        font-size: 50px;
    }

    .sec-title h2 {
        font-size: 26px;
        padding: 0 0 12px;
    }

    .testimonials-wrapper h5 {
        font-size: 13px;
        line-height: 24px;
    }

    .footertitle .sec-title h2 {
        font-size: 20px;
    }

    .sec-title h2::before {
        width: 50px;
    }

    .sec-title h2::after {
        left: 60px;
    }

    .footernav {
        flex-basis: 40%;
    }

        .footernav.footernav03 {
            flex-basis: 100%;
        }

    .footer-navbarblock {
        flex-wrap: wrap;
        padding: 0 40px 0;
    }

    .newsblock {
        margin: -100px 0 0;
    }

    .newsblock-input input {
        height: 50px;
        font-size: 14px;
    }

    .newsblock-input a {
        margin: 14px 0 0;
        font-size: 14px;
        padding: 8px 0 9px;
    }

    .mobile-qr-image {
        width: 90%;
    }

    .mobile-qr-bg {
        width: 16%;
    }

    .footer-contact-data {
        flex-basis: 100%;
    }

        .footer-contact-data.contact-address {
            flex-basis: 100%;
        }

    .awarddata {
        min-height: 1px;
        background-size: cover;
        padding: 60px 40px 40px;
    }

    .app-download-details h5 {
        font-size: 22px;
    }

    .app-download-details p {
        font-size: 16px;
        padding: 10px 0 0;
    }

    .footer-contact-details a,
    .footer-contact-details p {
        font-size: 13px;
        line-height: 20px;
    }

    .footer-contact-data h5 {
        line-height: 1;
    }

    /*Available Route Page Style Start Here*/

    .lowerdeckseat, .upperdeckseat {
        width: 100%;
        max-width: 600px;
        overflow-x: scroll;
    }

    .route_fare_data label {
        font-size: 18px;
    }

    .available_seat span {
        font-size: 12px;
        padding: 6px 10px 5px;
        gap: 5px;
        border-radius: 2px;
    }

    .seat_button button {
        font-size: 12px;
        font-weight: 400;
        padding: 10px 20px 9px;
    }

    .bus_via_info {
        font-size: 13px;
    }

    .ba-we-love-subscribers-fab {
        width: 40px;
        height: 40px;
    }

        .ba-we-love-subscribers-fab .img-fab::before {
            font-size: 14px;
        }

        .ba-we-love-subscribers-fab .img-fab.close::before {
            font-size: 14px;
        }

    .available_route_leftbar .title {
        font-weight: 600;
        font-size: 16px;
    }

    .ba-we-love-subscribers.open {
        height: 70vh;
    }

    .available_route_sortby .title {
        flex-basis: 24%;
    }

    .available_route_main {
        padding: 40px 0 0;
    }

    .route_box.route_box02 {
        flex-basis: 100%;
        width: 100%;
    }

    .bus_time_data {
        justify-content: space-between;
        flex-basis: 100%;
        width: 100%;
    }

    .available_seat span label {
        font-size: 14px;
    }

    .bookingdeatails {
        padding: 40px 0 0;
    }

    .seatpricefilter ul li {
        border-radius: 2px;
    }

    /*Available Route Page Style End Here*/


    /*Customer Info Page Style Start Here*/

    .wallet_box {
        flex-basis: 100%;
    }

    .WalletBooking .cust_pass_input {
        flex-wrap: wrap;
    }

    .journey_amount_text {
        font-size: 10px;
    }

    .custinfo_box.trip_fare_details.amount_box {
        max-width: 93%;
    }

    .journey_amount {
        flex-wrap: wrap;
        gap: 10px;
    }

    .journey_amount_count {
        flex-basis: 100%;
    }

    .customerinfowrapper {
        padding: 0 0 220px;
    }

    .theme_buton_s1 {
        font-size: 12px;
        padding: 10px 28px;
    }

    .journey_amount_btn button {
        font-size: 12px;
    }

    .pass_journey_details_box {
        font-size: 12px;
    }

    .custinfo_box.trip_fare_details.amount_box {
        width: calc(100% - 48px);
    }

    /*Customer Info Page Style End Here*/

}

@media only screen and (max-width: 479px) {
    .menu-item {
        height: 26px;
    }

    .burger-line {
        height: 2px;
    }

    #activator .menu-icon,
    #activator .menu-icon::before,
    #activator .menu-icon::after {
        height: 2px;
    }

    .navbarmenu {
        width: 70%;
    }

    .menurightpopup {
        width: 30%;
    }

    .userloginpopup .popupbtn {
        background-position: center -510px;
        background-size: 80px;
        border: none;
    }

    .userloginpopup .popup .popupotp-input input {
        height: 50px;
        padding: 8px;
        font-size: 13px;
    }

    .userloginpopup .popup .popupotp-input .popupbtn-in {
        padding: 10px 0;
        font-size: 13px;
    }

    .popup-sigin-option {
        gap: 70px;
        padding: 30px 0 0px;
    }

        .popup-sigin-option .sigin-option-title h5 {
            font-size: 12px;
        }

            .popup-sigin-option .sigin-option-title h5::after {
                width: 40px;
                height: 2px;
                right: -48px;
                bottom: 2px;
            }

    .popup-head img {
        max-width: 40px;
    }

    .tablist .nav-tabs .nav-item .nav-link {
        font-size: 12px;
        background-image: none;
        padding: 10px 0 !important;
    }

    .tablist .nav-tabs {
        gap: 10px;
    }

        .tablist .nav-tabs .nav-item .nav-link.active::after {
            left: 45%;
        }

    .tab-content {
        padding: 0px 20px 56px;
    }

    .searchbtn {
        width: 70%;
    }

        .searchbtn button {
            font-size: 14px;
            padding: 12px 0;
        }



    .hero-style {
        height: 160px;
    }

    .slidercaption {
        left: 0;
        top: 10px;
    }

    .hero-style .slide-title span {
        font-size: 8px;
    }

    .hero-style .slide-title h2 {
        font-size: 12px;
        line-height: 17px;
    }

    .hero-style .slide-text p {
        font-size: 12px;
    }

    .service-title h2 {
        font-size: 42px;
    }

    .servicemain {
        margin: -14px 0 0;
    }

    .destinationshape {
        width: 40px;
    }

    .destination-top-title {
        padding: 12px 0 0 80px;
    }

    .destinatinedetails p {
        font-size: 13px;
        line-height: 24px;
    }

    .awardpara {
        padding: 40px 0px 0 0;
    }

    .awardslide {
        padding: 0 0 120px;
    }

        .awardslide .owl-nav {
            bottom: 50px;
            left: 40px;
        }

    .amenitiesleftpart {
        padding: 0 20px 0;
        flex-wrap: wrap;
    }

    .leftimagecontent {
        position: relative;
        width: 100%;
        right: 0;
        bottom: 0;
    }

    .amenitiesrightpart {
        padding: 0;
    }

    .amenitiesmobiletitle {
        padding: 0 0 40px;
    }

    .test-details {
        padding: 40px 0 0 0px;
    }

    .customer-test-title {
        font-size: 30px;
    }

    .testimonial-slide {
        margin: -14px 0 0;
    }

    .testimonial-carousel .single-testimonial {
        height: 276px;
    }

    .test-block {
        min-height: 1px;
        background-size: cover;
        padding: 0 0 70px;
    }

    .mobile-block-title h2 span {
        padding: 0;
    }

    .mobile-block-title h2 {
        font-size: 32px;
    }

    .app-download-data {
        padding: 60px 10px 60px 10px;
        margin: -8px 0 0;
    }

    .app-download-icon {
        padding: 40px 0 0;
        gap: 20px;
    }

    .app-download-details p {
        font-size: 13px;
    }

    .app-download-details h5 {
        font-size: 20px;
    }

    .mobile-qr-image img {
        margin: 0 0 0 -73px;
        max-width: 300px;
    }

    .mobile-qr-image {
        padding: 40px 0px 24px 0;
    }

    .mobile-qr-bg {
        min-height: 372px;
    }

    .footermain {
        padding: 100px 0 0;
    }

    .footer-navbarblock {
        padding: 0 0px 0;
    }

    .footernav {
        flex-basis: 47%;
    }

    .bokinginput {
        padding: 20px 0 0;
    }

    .service-box p {
        font-size: 13px;
        line-height: 22px;
        padding: 14px 0 0;
    }

    .service-box h5 {
        font-size: 16px;
    }

    .service-box {
        padding: 40px 20px 20px;
    }

    #activate-menu {
        right: -50%;
    }

    .awarddata {
        padding: 60px 20px 40px;
    }

    .footer-company-link p,
    .footer-company-link p a {
        font-size: 12px;
    }

    .footer-poweredby p {
        font-size: 12px;
    }

    .footer-contact-data h5 {
        font-size: 16px;
        padding: 6px 0 0px;
    }

    .popupotp-input {
        padding: 20px 0 0;
    }

    .count-box {
        flex-basis: 100%;
    }

    .count-no-bg span {
        font-size: 60px;
    }

    .count-number h2 {
        font-size: 34px;
        width: 100px;
    }

    .count-box-data h5 {
        font-size: 20px;
    }

    .count-no-bg {
        top: -40px;
    }

    .count-data {
        padding: 0;
    }

    #activate-menu {
        width: 300px;
    }

    .sec-title h2 {
        font-size: 24px;
        padding: 0 0 10px;
    }

    .topdestinationroute {
        flex-basis: 100%;
        padding: 60px 0 0;
        width: 100%;
    }

    /*Available Route Page Style Start Here*/

    .available_route_sortby {
        display: none;
    }

    .bus_start_time label {
        font-size: 16px;
    }

    .bus_duration_time img {
        max-width: 80px;
    }

    .available_route_box {
        padding: 20px 10px;
    }

    .bus_start_time p {
        font-size: 10px;
    }

    .bus_type_data p {
        font-size: 10px;
    }

    .bus_type_data label {
        font-size: 14px;
    }

    .seatpricefilter ul li {
        font-size: 10px;
    }

    .ba-we-love-subscribers {
        width: 300px;
    }

    .route_fare_data p {
        font-size: 10px;
    }

    .route_fare_data label {
        font-size: 16px;
    }

    .available_seat span {
        font-size: 10px;
        padding: 6px 6px 5px;
        gap: 3px;
    }

        .available_seat span label {
            font-size: 12px;
        }

    .seat_button button {
        font-size: 10px;
        font-weight: 500;
        padding: 9px 10px 8px;
    }

    .bookingcontinue button {
        font-size: 14px;
        font-weight: 500;
        padding: 8px 28px;
    }

    .bookingcontinue {
        padding: 20px 0 0;
    }

    .filter-drawer__content.filter-drawer__content-time .filter-drawer__content_input {
        flex-basis: 100%;
    }

    .ba-we-love-subscribers.open {
        height: 60vh;
    }

    /*Available Route Page Style End Here*/



    /*Customer Info Page Style Start Here*/

    .customerinfowrapper {
        padding: 0 0 260px;
    }

    .cust_pass_input.cust_pass_input_botton {
        flex-basis: 100%;
    }


    .fare_lable {
        margin: 0 0 20px;
    }

    .custinfo_box.trip_fare_details {
        gap: 0;
    }

    .journey_amount_btn {
        gap: 0;
        justify-content: space-between;
        width: 100%;
    }

        .journey_amount_btn button {
            padding: 8px 10px;
        }

    .journey_amount {
        padding: 0 0 20px;
    }

    .journey_amount_count p {
        font-size: 14px;
    }

    .journey_amount_count label {
        font-size: 14px;
    }

    /*Customer Info Page Style End Here*/
    /*About Us Page Style Start Here*/

    .inner_head_title span {
        font-size: 40px;
    }

    .innerpage_titleshape h2 {
        font-size: 20px;
    }

    .innerpage_titleshape {
        padding: 0 0 0 20px;
        margin: -26px 0 0;
    }

    .innerpage_head {
        min-height: 180px;
        padding: 0 0 20px;
        background-size: cover;
    }
    /*About Us Page Style End Here*/


    /*Login Popup Style Start Here*/

    .login_popup_main .css-ypiqx9-MuiDialogContent-root {
        padding: 40px 20px 40px;
    }

    .login_popup_main .css-2rbg70-MuiPaper-root-MuiDialog-paper {
        margin: 20px;
    }
    /*Login Popup Style End Here*/
}

@media only screen and (max-width: 359px) {
    .hero-style {
        height: 140px;
    }

    #activate-menu {
        padding: 20px 30px;
        width: 260px;
    }

    .theme-btn-s2 {
        padding: 6px 14px;
        font-size: 10px;
    }

    .popup-sigin-option {
        gap: 40px;
    }

        .popup-sigin-option .sigin-option-title h5::after {
            width: 20px;
            right: -26px;
        }

    .sigin-option-icon {
        gap: 10px;
    }

    .service-title h2 {
        font-size: 36px;
    }

    .servicemain {
        margin: -12px 0 0;
    }

    .destinatinedetails p {
        line-height: 20px;
    }

    .awardslide .owl-carousel.owl-drag .owl-item .item {
        margin: 0 20px 0;
    }

    .customer-test-title {
        line-height: 38px;
    }

    .testimonial-slide {
        margin: -10px 0 0;
    }

    .testimonial-carousel .single-testimonial {
        height: 300px;
    }

    .count-no-bg {
        left: 40px;
    }

    .mobile-block-title h2 {
        text-align: center;
    }

    .app-download-details h5 {
        font-size: 18px;
    }

    .app-download-details p {
        font-size: 11px;
    }

    .mobile-qr-image img {
        margin: 0 0 0 -66px;
        max-width: 270px;
    }

    .mobile-qr-bg {
        min-height: 342px;
    }

    .newsblock h5 {
        font-size: 14px;
    }

    .newsblock p {
        font-size: 11px;
        line-height: 18px;
    }

    .footernav {
        flex-basis: 100%;
    }

    .footer-company-link p,
    .footer-company-link p a {
        font-size: 11px;
    }
}

/*Media query End Here*/
