﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Tw Cen MT';
    src: url('../fonts/TwCenMT-Regular.woff2') format('woff2'), url('../fonts/TwCenMT-Regular.woff') format('woff'), url('../fonts/TwCenMT-Regular.ttf') format('truetype'), url('../fonts/TwCenMT-Regular.svg#TwCenMT-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif !important;
}

.maxwidth {
    width: 100%;
    max-width: 1920px;
    clear: both;
    margin: 0 auto;
}


/*:root {
    --primary-color: #262626;
    --secondary-color: #A6914C;
    --tertiary-color: #EDE9DB;
    --pure: #fff;
}*/

/*:root {
    --textcolor: #293241;
    --maincolor: #0055A5;
    --primarycolor: #fff;
    --buttoncolor: #FFA800;
    --bgcolor: #F2F7FB;
    --tertiary-color: #e5f3ff;
    --textlight: #AAAAAA;
}*/


:root {
    --textcolor: #747D8C;
    --maincolor: #051951;
    --primarycolor: #fff;
    --buttoncolor: #DB2223;
    --bgcolor: #F1F2F6;
    --tertiary-color: #e5f3ff;
    --textlight: #AAAAAA;
}

::selection {
    background-color: var(--maincolor);
    color: var(--primarycolor);
}

::-webkit-scrollbar {
    border-radius: 4px;
    width: 8px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    width: 8px;
    background-color: var(--maincolor);
}

a {
    text-decoration: none !important;
    cursor: pointer;
}

    a:hover,
    a:focus {
        text-decoration: none !important;
    }

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
    margin: 0 !important;
}

.fw-400 {
    font-weight: 400;
}

.fw-700 {
    font-weight: 700;
}

body .container-fluid {
    width: 100%;
    max-width: 1310px;
}

body .container {
    width: 100%;
    max-width: 1304px;
}

body .container-full {
    width: 100%;
    max-width: 1760px;
    margin: 0 auto;
}

.maxwidth {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

/* Header Style Start header */

.headercontactinfo p a {
    font-weight: 500;
}

.clickcontact {
    text-decoration: underline !important;
    color: var(--buttoncolor) !important;
    font-weight: 600 !important;
}

.header {
    width: 100%;
    float: left;
    clear: both;
}

.topheader {
    width: 100%;
    float: left;
    border-top: 4px solid var(--maincolor);
    padding: 10px 0 10px;
    transition: 0.6s;
    /*background: linear-gradient(90deg, #f3f4f7, transparent);*/
    background: linear-gradient(90deg, #f3f4f7, #FCFCFC, transparent);
}

    .topheader::after {
        position: absolute;
        content: "";
        width: 50.2%;
        right: 0;
        top: 0;
        border-top: 4px solid var(--buttoncolor);
    }

.sitelogo {
    float: left;
}

    .sitelogo a {
        display: inline-block;
        vertical-align: middle;
    }

.sitelogo02 {
    display: none;
}



.headerin {
    float: left;
    width: 100%;
    padding: 0;
    background-color: var(--primarycolor);
    position: relative;
    transition: 0.6s;
    z-index: 3;
}


    .headerin.sticky .topheader {
        padding: 15px 0;
        transition: 0.6s;
        box-shadow: 0 0 8px rgba(0,0,0,0.2);
    }

.headercontent {
    width: 100%;
    float: left;
}

.leftheader {
    width: 39%;
    float: left;
}

.rightheader {
    float: right;
    padding: 4px 0 0;
}

.headercontact {
    float: right;
}

    .headercontact button i {
        margin: 0 0 0 11px;
    }

.agentlogin button {
    padding: 0;
}

.agentlogin {
    float: right;
    padding: 8px 0 0 50px;
}

.logindown ul {
    margin: 0;
    padding: 0;
}

    .logindown ul li {
        position: relative;
        display: block;
    }

        .logindown ul li:hover a i {
            transform: rotate(180deg);
            transition: 0.5s ease-in-out;
        }

.logindown > ul > li > a {
    color: var(--primarycolor) !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    position: relative;
    display: block;
    transition: all 0.3s ease 0s;
    background-color: var(--buttoncolor);
    padding: 11px 22px 11px 24px;
    border-radius: 6px;
    text-decoration: none;
}

    .logindown > ul > li > a i {
        margin: 0 0 0 5px;
        font-size: 14px;
        transform: rotate(0deg);
        transition: 0.5s ease-in-out;
    }

    .logindown > ul > li > a:hover,
    .logindown > ul > li > a:focus {
        color: var(--textcolor);
        transition: all .4s;
        text-decoration: none;
        background-color: var(--buttoncolor);
        box-shadow: none;
        outline: none;
    }

.loginwrap ul > li > ul {
    background-color: var(--primarycolor);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 100px;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    min-width: 150px;
    z-index: 999;
    padding: 0;
    /*border-top: 2px solid var(--maincolor);*/
}

.loginwrap ul > li:hover > ul {
    opacity: 1;
    top: 48px;
    visibility: visible;
}

.loginwrap ul > li > ul > li:first-child {
    margin-left: 0;
}

.loginwrap ul > li > ul > li {
    border-top: 1px solid var(--maincolor);
    display: block;
    margin-left: 0;
}

    .loginwrap ul > li > ul > li a {
        color: var(--textcolor) !important;
        display: block;
        padding: 7px 0 7px 15px;
        font-size: 15px;
        font-weight: 400;
        line-height: 23px;
        background-color: var(--primarycolor);
        text-decoration: none;
        transition: all .5s;
    }

        .loginwrap ul > li > ul > li a:hover,
        .loginwrap ul > li > ul > li a:focus {
            color: var(--maincolor) !important;
            /*background-color: var(--maincolor);*/
            transition: all .5s;
            text-decoration: none;
            padding: 7px 0 7px 20px;
        }

    .loginwrap ul > li > ul > li:first-child {
        border-top: 0;
    }

.loginwrap ul > li > ul > .alogin {
    /*border-top: none;*/
}


/*.agentlogin .btn:focus .dropdown,
            .agentlogin .btn:active .dropdown {
                transform: translate(0, 20px);
                opacity: 1;
                visibility: visible;
            }

        .agentlogin .btn.btn01 {
            background: transparent;
            padding: 0;
        }*/

/* .agentlogin .btn .material-icons {
    border-radius: 100%;
    -webkit-animation: ripple 0.6s linear infinite;
    animation: ripple 0.6s linear infinite;
} */


/*.agentlogin .btn .dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            background: var(--pure);
            width: 200px;
            border-radius: 4px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            text-align: left;
            transition: 0.3s ease;
            padding: 0;
            margin: 0;
            z-index: 1;
        }

            .agentlogin .btn .dropdown:before {
                content: "";
                position: absolute;
                top: -6px;
                left: 20px;
                width: 0;
                height: 0;
                box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.05);
                border-top: 6px solid #FFFFFF;
                border-right: 6px solid #FFFFFF;
                border-bottom: 6px solid transparent;
                border-left: 6px solid transparent;
                transform: rotate(-45deg);
                mix-blend-mode: multiple;
            }

            .agentlogin .btn .dropdown li {
                z-index: 1;
                position: relative;
                background: #FFFFFF;
                padding: 0 20px;
                color: #666;
                list-style-type: none;
            }*/


/* .agentlogin .btn .dropdown li.active {
    color: #5380F7;
} */

/*.agentlogin .btn .dropdown li a:hover,
                .agentlogin .btn .dropdown li a:focus {
                    color: var(--secondary-color);
                }

                .agentlogin .btn .dropdown li:first-child {
                    border-radius: 4px 4px 0 0;
                }

                .agentlogin .btn .dropdown li:last-child {
                    border-radius: 0 0 4px 4px;
                }

                    .agentlogin .btn .dropdown li:last-child a {
                        border-bottom: 0;
                    }

            .agentlogin .btn .dropdown a {
                display: block;
                border-bottom: 1px solid rgba(0, 0, 0, 0.05);
                padding: 16px 0;
                font-size: 14px;
                font-weight: normal;
                color: var(--primary-color);
            }

                .agentlogin .btn .dropdown a i {
                    padding-right: 8px;
                    font-size: 18px;
                }*/

/*@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
}
*/

/* Toggle Menu Style  */

/*.headermenu {
    padding: 14px 0 0;
    float: left;
}

    .headermenu nav ul {
        width: 100%;
        padding: 0;
        margin: 0;
    }

        .headermenu nav ul li {
            display: inline-block;
            vertical-align: middle;
            list-style-type: none;
            margin: 0 0 0 46px;
        }


            .headermenu nav ul li a {
                display: inline-block;
                list-style-type: none;
                font-size: 16px;
                font-weight: 500;
                line-height: 25px;
                color: var(--textcolor);
                padding: 0 0 5px;
                position: relative;
            }

                .headermenu nav ul li a:before {
                    content: '';
                    position: absolute;
                    width: 0;
                    height: 3px;
                    left: 0;
                    bottom: 0;
                    visibility: hidden;
                    transition: width 0.5s ease, background 0.5s ease;
                }

                .headermenu nav ul li a:hover:before,
                .headermenu nav ul li a:focus:before {
                    visibility: visible;
                    background-color: var(--maincolor);
                    width: 100%;
                }

                .headermenu nav ul li a:after {
                    content: '';
                    display: block;
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    width: 0;
                    height: 3px;
                    background-color: var(--maincolor);
                    transition: width 0.5s ease;
                }

                .headermenu nav ul li a:hover:after,
                .headermenu nav ul li a:focus:after {
                    background: transparent;
                    width: 100%;
                    transition: all 0s ease;    
                }

                .headermenu nav ul li a:hover,
                .headermenu nav ul li a:focus {
                    text-decoration: none;
                    color: var(--maincolor);
                }*/

/*.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}*/
/*Droopdown Start*/
.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--primarycolor);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: 0;
    width: 754px;
    padding: 16px;
    margin: 20px auto;
    right: 0;
    top: 12px;
    border-radius: 10px;
}

.submenu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    justify-content: center;
}

    .submenu li {
        flex-basis: 48%;
        text-align: left;
    }

        .submenu li a {
            color: var(--maincolor);
        }

            .submenu li a:hover, .submenu li a:focus {
                color: var(--textcolor);
            }

.dropdown-content .header {
    background: red;
    padding: 16px;
    color: white;
}

.navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}

.navbar-nav .dropdown:hover .dropdown-content {
    display: block;
}

/*Droopdown End*/

/* leftmenu start */
.headermenu {
    float: left;
}

    .headermenu .headercontactinfo {
        display: flex;
        gap: 65px;
        justify-content: flex-end;
    }

        .headermenu .headercontactinfo p {
            font-size: 15px;
            font-weight: 400;
            line-height: normal;
            color: var(--textcolor);
            padding: 0 0 0 29px;
            background-image: url(../images/site/icon01.png);
            background-repeat: no-repeat;
            background-position: 6px -9px;
        }

            .headermenu .headercontactinfo p:last-child {
                background-position: left -178px;
            }

            .headermenu .headercontactinfo p a {
                color: var(--maincolor);
            }

                .headermenu .headercontactinfo p a:hover, .headermenu .headercontactinfo p a:focus {
                    color: var(--textcolor);
                }

.menufixed {
    padding: 17px 0 0;
}

.headermenu .navbar-inverse {
    background-color: transparent;
    border: none;
    float: none;
    margin: 0;
    min-height: 10px;
    width: 100%;
    border-radius: 0;
    position: relative;
    z-index: 9;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

    .headermenu #myNavbar,
    .headermenu .navbar-inverse .container-fluid {
        padding: 0;
    }

.headermenu .navbar-toggle .icon-bar {
    background: var(--maincolor);
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-top: 4px;
}

.headermenu .navbar-inverse .navbar-nav {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.headermenu .navbar-header {
    float: left;
}

.headermenu .navbar-collapse {
    padding: 0;
}

.headermenu .navbar-inverse .navbar-nav > li,
.headermenu .navbar-inverse .navbar-nav > .loginwrap {
    margin: 0 0 0 36px;
    display: inline-block;
    vertical-align: middle;
    position: static;
}

    .headermenu .navbar-inverse .navbar-nav > li > a,
    .headermenu .navbar-inverse .navbar-nav > .loginwrap ul li .logilink {
        display: inline-block;
        list-style-type: none;
        font-size: 16px;
        font-weight: 500;
        line-height: 25px;
        color: var(--textcolor);
        padding: 0 0 1px;
        position: relative;
        cursor: pointer;
        transition: all .5s;
    }

        .headermenu .navbar-inverse .navbar-nav > .loginwrap ul li .logilink i {
            transform: rotate(0deg);
            transition: 0.5s ease-in-out;
        }

        .headermenu .navbar-inverse .navbar-nav > .active > a,
        .headermenu .navbar-inverse .navbar-nav > .active > a:focus,
        .headermenu .navbar-inverse .navbar-nav > .active > a:hover,
        .headermenu .navbar-inverse .navbar-nav > li > a:hover {
            text-decoration: none;
            color: var(--maincolor);
        }

        .headermenu .navbar-inverse .navbar-nav > li > a:before {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            left: 0;
            bottom: 0;
            visibility: hidden;
            transition: width 0.5s ease, background 0.5s ease;
        }

        .headermenu .navbar-inverse .navbar-nav > li > a:hover:before, .headermenu .navbar-inverse .navbar-nav > li > a:focus:before {
            visibility: visible;
            background-color: var(--maincolor);
            width: 100%;
        }

        .headermenu .navbar-inverse .navbar-nav > li > a:after {
            content: '';
            display: block;
            position: absolute;
            right: 0;
            bottom: 0;
            width: 0;
            height: 2px;
            background-color: var(--maincolor);
            transition: width 0.5s ease;
        }

        .headermenu .navbar-inverse .navbar-nav > li > a:hover:after, .headermenu .navbar-inverse .navbar-nav > li > a:focus:after {
            background: transparent;
            width: 100%;
            transition: all 0s ease;
        }

    .headermenu .navbar-inverse .navbar-nav > .loginwrap ul li a {
        padding: 0;
        display: inline-block;
        list-style-type: none;
        font-size: 16px;
        font-weight: 500;
        line-height: 25px;
        color: var(--textcolor) !important;
        padding: 0 0 1px;
        position: relative;
        background-color: transparent;
    }

    .headermenu .navbar-inverse .navbar-nav > .loginwrap ul li ul {
        min-width: 300px;
    }

    .headermenu .navbar-inverse .navbar-nav > .loginwrap ul li:hover ul {
        top: 18px;
        min-width: 300px;
        visibility: visible;
        margin: 10px 0 0;
    }

    .headermenu .navbar-inverse .navbar-nav > .loginwrap ul li .logilink:hover i {
        transform: rotate(180deg);
        transition: 0.5s ease-in-out;
    }

    .headermenu .navbar-inverse .navbar-nav > .loginwrap ul li ul li a {
        color: var(--textcolor) !important;
        display: block;
        padding: 7px 15px;
        font-size: 15px;
        font-weight: 400;
        line-height: 23px;
        background-color: var(--primarycolor);
        text-decoration: none;
        transition: all .5s;
    }

        .headermenu .navbar-inverse .navbar-nav > .loginwrap ul li ul li a:hover {
            color: var(--maincolor) !important;
            /* background-color: var(--maincolor); */
            transition: all .5s;
            text-decoration: none;
            padding: 7px 10px 7px 15px;
        }

.pull-left {
    float: left !important;
    color: red;
    margin-top: 3px;
    /*    font-size: 40px;*/
}

.star {
    float: left !important;
    color: red;
    margin-top: 3px;
    font-size: 40px;
}

.navbar-toggle {
    display: none;
    position: relative;
}

.cssmenu {
    float: left;
}

/* leftmenu end */

/* pdftabs Start */
.investorwrap {
    margin: 20px 0;
}

.investorbox {
    display: flex;
    /*grid-template-columns: repeat(3, 32.15%);*/
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

    .investorbox .investor {
        background-color: var(--primarycolor);
        border-radius: 5px;
        flex-basis: 100%;
        width: 100%;
        border: 1px solid #ebebeb;
    }

    .investorbox .invest-header .invest-title {
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        color: #0a0a0a;
    }

    .investorbox .investor .invest-header-wrapper .invest-doc ul {
        margin: 0;
        padding: 12px 15px;
        list-style: none;
        /*border-top: 1px solid rgba(213, 215, 223, 1);*/
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .investorbox .investor .invest-header-wrapper .invest-doc ul li a {
            color: #212529;
            font-size: 14px;
        }

            .investorbox .investor .invest-header-wrapper .invest-doc ul li a:hover,
            .investorbox .investor .invest-header-wrapper .invest-doc ul li a:focus {
                color: var(--buttoncolor);
            }

    .investorbox .investor .invest-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 10px;
        cursor: pointer;
        background-color: #e2e2e2;
    }

        .investorbox .investor .invest-header .invest-header {
            font-weight: 600;
        }

        .investorbox .investor .invest-header .arrowicon {
            transition: .5s ease-in-out;
        }

    .investorbox .investor2 .invest-header2 .arrowicon2 {
        transition: .5s ease-in-out;
    }

    .investorbox
    .investor.open
    .invest-header
    .arrowicon {
        transform: rotate(-180deg);
        transition: .5s ease-in-out;
    }

.investor.investor2 {
    padding: 10px 10px !important;
}

.investorbox .investor2 .invest-header-wrapper .invest-doc ul {
    border: 1px solid rgba(213, 215, 223, 1);
}

.investorbox .investor.investor2 .collapse {
    transition: 1s ease-in-out;
}

.investorbox .investor.investor2.open .collapse.show {
    transition: 1s ease-in-out;
}

.investor2.open .invest-header2 .arrowicon2 {
    transform: rotate(-180deg);
    transition: 0.5s ease-in-out;
}

.investorbox .investor .invest-header-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: 1s ease-in-out;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
}

.investorbox .investor.open .invest-header-wrapper {
    grid-template-rows: 1fr;
}

.investorbox
.investor
.invest-header-wrapper
.invest-doc {
    min-height: 0;
}

    .investorbox
    .investor
    .invest-header-wrapper
    .invest-doc
    p {
        padding: 10px;
        /*line-height: 1.5;*/
    }

.investorbox
.investor.open
.invest-header-wrapper
.invest-doc
p {
}

.invest-header-wrapper .General_Information {
    text-align: center;
}

.Generalwrap h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    color: var(--maincolor);
}

.Generalwrap p.Key-content {
    font-size: 16px;
    padding: 0 !important;
    margin: 10px 0 26px !important;
}

.Generalwrapdown {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px 0 0;
    padding: 5px 0;
    background-color: var(--maincolor);
}

    .Generalwrapdown h4 {
        font-size: 20px;
        font-weight: 500;
        line-height: normal;
        color: var(--primarycolor);
        text-transform: uppercase;
    }

.General_Infolist {
    float: left;
    width: 100%;
    margin: 0 0 60px;
}

    .General_Infolist p {
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        padding: 0 !important;
    }

    .General_Infolist:first-child {
        margin: 30px 0 60px;
    }

    .General_Infolist:last-child {
        margin: 0 0 30px;
    }

    .General_Infolist .Infokmpleft {
        float: left;
        width: 50%;
    }

    .General_Infolist .Infokmpright {
        float: left;
        width: 50%;
    }
/* pdftabs end */
/*#activator {
    display: block;
    position: absolute;
    width: 24px;
    height: 20px;
    top: 26px;
    right: 15px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    #activator .menu-icon,
    #activator .menu-icon::before,
    #activator .menu-icon::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        height: 3px;
        background: var(--primary-color);
        border-radius: 1px;
        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: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #activator.active .menu-icon::after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

#activate-menu {
    z-index: 90;
    padding: 20px 40px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -40%;
    width: 616px;
    list-style-type: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    background: #F9FAFB;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    text-align: center;
}

    #activate-menu.visible {
        right: 0;
    }

#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: 0.8;
    backdrop-filter: blur(70px);
    --webkit-backdrop-filter: blur(70px);
    background-color: rgba(0, 0, 0, 0.6);
}

.headermenuimg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

#activate-menu ul {
    margin: 0;
    padding: 0;
    position: relative;
    top: 11%;
    width: 70%;
    text-align: left;
    left: 11.5%;
}

    #activate-menu ul li {
        list-style-type: none;
        float: left;
        width: 80%;
        margin-bottom: 30px;
        border-radius: 6px;
    }

        #activate-menu ul li a {
            font-size: 16px;
            font-weight: normal;
            padding: 14px 0px 14px 25px;
            float: left;
            text-transform: uppercase;
            color: var(--primary-color);
            width: 100%;
            background-color: var(--secondary-color);
            box-shadow: 0px 2px 6px rgba(5, 57, 107, 0.25);
            border-radius: 6px;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

            #activate-menu ul li a:hover,
            #activate-menu ul li a:focus {
                background-color: var(--primary-color);
                color: var(--pure);
            }*/
/* Header Style Start header */
/* Hero Section Style Start Here */
.hero {
    width: 100%;
    float: left;
    clear: both;
}

.herosection {
    width: 100%;
    float: left;
    position: relative;
}

/*.sliderwrapper {
    width: 100%;
    float: right;
    text-align: right;
    position: relative;
    right: 0;
    top: 0;
}

.slidertext {
    position: absolute;
    right: 20%;
    bottom: 0;
    text-align: left;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 40px 2px;
}

    .slidertext p {
        font-size: 38px;
        font-weight: 600;
        color: var(--pure);
        display: block;
        text-transform: uppercase;
    }

    .slidertext span {
        font-size: 38px;
        font-weight: 600;
        color: var(--pure);
        text-transform: uppercase;
        display: inline-block;
        vertical-align: bottom;
        padding: 0 0 0 160px;
    }

        .slidertext span em {
            display: inline-block;
            vertical-align: bottom;
        }*/

/*.blink-soft {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}*/


.bannerwrapper {
    width: 100%;
    float: left;
    position: relative;
}

.sliderwrapper {
    width: 100%;
    float: left;
    position: relative;
    right: 0;
    top: 0;
}

/*.blink-soft {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}*/


/* Slider Style Start Here */

.carousel {
    padding-top: 0;
    position: relative;
    width: 100%;
    /* max-width: 800px; */
    margin: 0 auto;
}

    .carousel > ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .carousel .slide {
        display: none;
    }

    .carousel img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        object-position: center;
    }

    .carousel .slide[data-active] {
        display: block;
    }

    .carousel .arrow {
        position: absolute;
        top: 50%;
        font-size: 32px;
        padding: 8px;
        margin-top: -20px;
        display: flex;
        color: var(--pure);
        border-radius: 6px;
    }

        .carousel .arrow:hover {
            background: rgba(255, 255, 255, 0.3);
            cursor: pointer;
        }

        .carousel .arrow.left {
            left: 1rem;
        }

        .carousel .arrow.right {
            right: 1rem;
        }

        .carousel .arrow > svg {
            width: 32px;
            height: 32px;
        }

    .carousel .fade {
        animation: fadeInAnimation ease 1s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* Slider Style End Here */

/* fade on slider start */

/*.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1 !important;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}*/

/* fade on slider end*/

/* Slider Style Start Here */

/*.carousel {
    padding-top: 0;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

    .carousel > ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .carousel .slide {
        display: none;
    }

    .carousel img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        object-position: center;
    }

    .carousel .slide[data-active] {
        display: block;
    }

    .carousel .arrow {
        position: absolute;
        top: 50%;
        font-size: 32px;
        padding: 8px;
        margin-top: -20px;
        display: flex;
        color: var(--pure);
        border-radius: 6px;
    }

        .carousel .arrow:hover {
            background: rgba(255, 255, 255, 0.3);
            cursor: pointer;
        }

        .carousel .arrow.left {
            left: 1rem;
        }

        .carousel .arrow.right {
            right: 1rem;
        }

        .carousel .arrow > svg {
            width: 32px;
            height: 32px;
        }

    .carousel .fade {
        animation: fadeInAnimation ease 1s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}*/


/* Slider Style End Here */


.bookoffer {
    width: 100%;
    float: left;
    background-color: var(--primarycolor);
    position: relative;
}

    .bookoffer:before {
        content: '';
        position: absolute;
        bottom: 1px;
        left: -8px;
        background-image: url('../images/site/arrowroundleft.png');
        width: 269px;
        height: 246px;
    }

    .bookoffer:after {
        content: '';
        position: absolute;
        bottom: 1px;
        right: 61px;
        background-image: url('../images/site/contactrightbg.png');
        width: 102px;
        height: 360px;
    }
/*Booking Form Style Start*/
.bookingwrapper {
    width: 100%;
    float: left;
    margin: -84px 0 0;
}

.bookingform {
    width: 100%;
    float: left;
    z-index: 2;
    position: relative;
    background-color: var(--primarycolor);
    border: 1px solid #E8E9EA;
    border-radius: 20px;
    padding: 19px 19px 13px;
    box-shadow: 0 5px 15px rgb(41 50 65 / 10%);
}

    .bookingform ul {
        border: none;
        float: left;
        background-color: var(--bgcolor);
        display: inline-block;
        vertical-align: middle;
        padding: 10px 10px 11px 10px;
        border-radius: 10px;
    }

        .bookingform ul li.nav-item {
            /* width: calc(100%/3); */
            width: auto;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
        }

        .bookingform ul .nav-item02 {
            padding: 0 0 0 10px;
        }

    .bookingform .nav-tabs .nav-link {
        background-color: var(--bgcolor);
        color: var(--maincolor);
        font-size: 14px;
        line-height: 21px;
        font-weight: 600;
        border-radius: 0;
        padding: 14px 45px 13px;
        border-radius: 6px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        border: 1px solid rgb(116 125 140 / 30%);
        border-radius: 6px;
    }

        .bookingform .nav-tabs .nav-link:focus,
        .bookingform .nav-tabs .nav-link:hover {
            color: var(--primarycolor);
            border-color: var(--buttoncolor);
            background-color: var(--buttoncolor);
        }

        .bookingform .nav-tabs .nav-item.show .nav-link,
        .bookingform .nav-tabs .nav-link.active {
            color: var(--primarycolor);
            background-color: var(--buttoncolor);
            border-color: var(--buttoncolor);
        }

/* .bookingform .nav-tabs .nav-item02 .nav-link {
        padding: 15px 46px 14px 46px;
    }*/

.bookinginput input[type="text"]::-webkit-input-placeholder {
    color: var(--maincolor) !important;
    opacity: 1;
}

.bookinginput input::-webkit-input-placeholder {
    /* Chrome */
    color: var(--maincolor) !important;
    opacity: 1;
}

.bookinginput input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--maincolor) !important;
    opacity: 1;
}

.bookingform .tab-content .tab-pane {
    padding: 40px 20px 0;
    float: left;
    width: 100%;
}

.tab-bookingform {
    width: 100%;
    float: left;
    padding: 10px 0 0;
    background-color: var(--pure);
}

.bookingcity {
    width: 50.3%;
    float: left;
    position: relative;
    padding: 0 3px 0 0;
}

    .bookingcity.bookingdate {
        width: 33.5%;
        float: left;
        padding: 0 0 0 17px;
    }

.fromdatecity {
    background-color: var(--primarycolor);
    border: 1px solid #E8E9EA;
    border-radius: 10px;
    width: 100%;
    /*float: left;*/
    height: 76px;
    display: flex;
    flex-wrap: nowrap;
}

.bookinginput.bookingtodate {
    background-color: transparent;
    border: none;
    border-radius: inherit;
    background-position: 18px -844px;
}

.bookingpart {
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
}

    .bookingpart.bookingpart02 {
        padding: 0 0 0 10px;
    }

    .bookingpart.bookingpart03,
    .bookingpart.bookingpart04 {
        flex-basis: 100%;
    }

.bookinginput {
    width: 100%;
    float: left;
    background-color: var(--primarycolor);
    border: 1px solid rgb(116 125 140 / 20%);
    border-radius: 10px;
    background-image: url("../images/site/icon01.png");
    background-position: 18px -322px;
    padding: 0 0 0 74px;
    background-repeat: no-repeat;
    height: 76px;
    position: relative;
}

    .bookinginput.bookingromcity {
        background-position: 20px -676px;
    }

    /*.bookinginput.bookingdromcity {
        background-position: 21px -436px;
    }*/

    /*.bookinginput.bookingtodate {
        background-position: 19px -654px;
    }*/

    .bookinginput::before {
        position: absolute;
        content: "";
        left: 57px;
        top: 9px;
        width: 1px;
        height: 56px;
        background-color: rgb(116 125 140 / 30%);
    }

    .bookinginput label {
        font-size: 14px;
        color: #AAAAAA;
        font-weight: 400;
        line-height: 21px;
        margin: 0 !important;
        padding: 13px 0 0px 4px;
        width: 100%;
    }

    .bookinginput input {
        width: 100%;
        float: left;
        outline: none;
        border: none;
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        border-radius: 0;
        padding: 0 0 0 10px;
        color: var(--maincolor);
    }

    .bookinginput.bookingfromdate {
        background-color: transparent;
        border: none;
        border-radius: inherit;
        background-image: none;
        padding: 0 0 0 50px;
    }

        .bookinginput.bookingfromdate:before {
            left: 25px;
        }

    .bookinginput .css-xsu6ln-MuiAutocomplete-root {
        width: 100% !important;
    }

    .bookinginput .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding: 0 !important;
    }

    .bookinginput .MuiAutocomplete-hasPopupIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot, .MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding: 0;
    }

    .bookinginput .css-xsu6ln-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        padding: 2px 0 0 3px;
        text-transform: capitalize;
        line-height: 26px;
        font-size: 18px;
        letter-spacing: inherit;
        font-weight: 500;
        color: var(--maincolor) !important;
        font-family: 'Poppins';
    }

    .bookinginput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
        border-bottom: none;
    }

    .bookinginput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before {
        border-bottom: none;
    }

    .bookinginput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before {
        border-bottom: none;
    }

    .bookinginput .css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
        display: none;
    }

    .bookinginput .css-uw1i0v-MuiAutocomplete-listbox {
        list-style: none;
        margin: 0;
        padding: 8px 0;
        max-height: 40vh;
        overflow: auto;
        width: 100%;
        background-color: var(--primarycolor);
    }

.fromdatetomorrow {
    width: 50%;
    float: left;
    text-align: right;
    padding: 26px 20px 0 0;
}

    .fromdatetomorrow a {
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
        color: var(--maincolor);
    }


/*.bookinginput .MuiAutocomplete-popper {
        width: 100%;
    }*/
.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);
    }

.bookinginput span {
    color: red;
    font-size: 12px;
    position: absolute;
    left: 77px;
    bottom: -1px;
}

.cityswapicon {
    z-index: 1;
    background-image: url("../images/site/icon01.png") !important;
    background-position: center -509px;
    background-repeat: no-repeat;
    position: absolute;
    top: 11px;
    left: 0;
    right: 4px;
    margin: 0 auto;
    width: 36px;
    height: 50px;
    cursor: pointer;
}

.bookinginput.bookingtodate input, .bookinginput.bookingfromdate input {
    padding: 3px 0 0 4px;
}


.bookingsearch {
    width: 14.5%;
    float: right;
}

    .bookingsearch .searchbtn {
        background-color: var(--maincolor);
        border: none;
        color: var(--primarycolor);
        font-size: 16px;
        width: 100%;
        height: 76px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        padding: 0;
        border-radius: 10px;
        transition: all .5s;
    }

        .bookingsearch .searchbtn:hover,
        .bookingsearch .searchbtn:focus {
            background-color: var(--buttoncolor);
            color: var(--primarycolor);
            transition: all .5s;
        }

/*.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #68421D !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #190049 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

.select2-results__option {
    font-size: 14px;
}

.select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.select2-results__options::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #666666;
}*/

/*.tab-bookingform .addroute {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 0 20px;
}


    .tab-bookingform .addroute a {
        font-size: 18px;
        font-weight: 700;
        color: var(--primary-color);
    }

.recentsearch {
    width: 100%;
    float: left;
    padding: 0 0 30px;
}

    .recentsearch ul {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        border: none;
        margin: 0;
        padding: 0;
    }

        .recentsearch ul li {
            margin: 0 20px 0 0;
            display: inline-block;
            border: 1px solid var(--primary-color);
            border-radius: 10px;
            padding: 8px 12px;
        }

            .recentsearch ul li span {
                font-size: 16px;
                font-weight: 400;
                color: var(--primary-color);
            }

                .recentsearch ul li span em {
                    padding: 0px 16px;
                    background-image: url(../Images/Icons.png);
                    background-position: center -1176px;
                    background-repeat: no-repeat;
                    background-size: 50px;
                }

    .recentsearch .recentsearchtime {
        display: block;
    }

        .recentsearch .recentsearchtime label {
            margin: 0;
            font-size: 12px;
            font-weight: 400;
            padding: 6px 0 0;
            color: var(--secondary-color);
        }*/

/*.bushirelink {
    width: 100%;
    float: right;
    text-align: right;
    padding: 0 0 24px;
}

    .bushirelink a {
        font-size: 18px;
        font-weight: 400;
        color: var(--pure);
        background-color: var(--primary-color);
        display: inline-block;
        padding: 10px 32px;
        border-radius: 4px;
        transition: 0.5s all;
    }

        .bushirelink a:hover,
        .bushirelink a:focus {
            color: var(--pure);
            box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.2);
        }*/

/*Booking Form Style End*/

.searcharea {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}

    .searcharea h4 {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        color: var(--maincolor);
        margin: 0;
        padding: 0;
    }

.busarea {
    width: 100%;
    float: left;
    padding: 19px 0 0;
}

    .busarea ul {
        padding: 0;
        margin: 0;
        background-color: transparent;
        border-radius: inherit;
    }

        .busarea ul li {
            list-style-type: none;
            display: inline-block;
            vertical-align: middle;
            position: relative;
            cursor: pointer;
            padding: 8px 19px 11px 73px;
            margin: 0 16px 0 0;
            background-color: var(--primarycolor);
            border-radius: 10px;
            border: 1px solid #E8E9EA;
        }

            .busarea ul li::before {
                position: absolute;
                content: "";
                left: 9px;
                top: 9px;
                width: 50px;
                height: 50px;
                background-color: var(--bgcolor);
                border-radius: 6px;
                background-image: url("../images/site/bus.svg");
                background-position: center 10px;
                background-repeat: no-repeat;
            }

            .busarea ul li span {
                color: var(--maincolor);
                font-size: 10px;
                font-weight: 500;
                line-height: 16px;
            }

.citybook {
    padding: 1px 0 0;
}

    .citybook label {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        color: var(--maincolor);
        cursor: pointer;
    }

        .citybook label em {
            background-image: url("../images/site/icon01.png");
            background-position: center -1036px;
            background-repeat: no-repeat;
            width: 30px;
            height: 20px;
            position: relative;
            padding: 0;
            text-align: center;
            display: inline-block;
            vertical-align: middle;
            margin: 0;
        }

/*Offer Start Here*/

.offerwrap {
    width: 100%;
    float: left;
    padding: 99px 0 0;
    border-bottom: 1px solid rgb(5 25 81 / 5%);
    position: relative;
    z-index: 1;
}

.contactinfo {
    float: left;
    width: 100%;
    display: flex;
}

.contectbox {
    flex-basis: 33.36%;
    display: flex;
    column-gap: 19px;
    align-items: center;
    padding: 45px 25px;
    background-color: var(--maincolor);
}

    .contectbox.contectbox02 {
        background-color: var(--buttoncolor);
        flex-basis: 33.28%;
    }

    .contectbox.contectbox03 {
        background-color: var(--bgcolor);
    }

    .contectbox p {
        font-size: 15px;
        font-weight: 500;
        color: var(--buttoncolor);
        padding: 0 0 0 52px;
        background-image: url('../images/site/icon01.png');
        background-position: left -1191px;
        background-repeat: no-repeat;
    }

    .contectbox.contectbox02 p {
        color: var(--maincolor);
        background-position: left -1373px;
    }

    .contectbox.contectbox03 p {
        color: var(--textcolor);
        background-position: left -1553px;
    }

    .contectbox p a {
        font-size: 16px;
        display: block;
        color: var(--bgcolor);
        margin: 4px 0 0;
    }

    .contectbox.contectbox03 p a {
        color: var(--maincolor);
    }

.toptitle {
    text-align: left;
}

    .toptitle h6 {
        font-family: 'Tw Cen MT';
        font-size: 24px;
        font-weight: 400;
        line-height: normal;
        color: var(--buttoncolor);
    }

    .toptitle h5 {
        font-size: 24px;
        font-weight: 600;
        line-height: normal;
        color: var(--maincolor);
    }

/*new slider css (geeta-28-03-23)*/

/***** Amenities CSS Start  *****/
/*.amenitieswraper {
    width: 100%;
    float: left;
    padding: 60px 0 55px;
    text-align: center;
    background-color: #F3F3F3;
}

body .amenitieswraper .container {
    width: 100%;
    max-width: 1415px;
}*/
.offerarea {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}

/*body .offerwrap .container {
    width: 100%;
    max-width: 1365px;
}*/

.offer {
    float: left;
    padding: 0 40px 0 0;
}

.amenitieslide {
    width: 100%;
    float: left;
    text-align: left;
    overflow: hidden;
    margin: 0 !important;
    position: relative;
    padding: 0;
}

.slick-slide {
    outline: none;
}

/*.amenitieslide .slick-slider, .amenitieslide .slick-slide {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    float: none;
}*/

.amenitieslide .slick-track {
    display: flex;
    justify-content: flex-start;
    float: none;
    margin: 0;
}

/*.amenitieslide .slick-initialized .slick-slide, .amenitieslide .slick-slide img {
    display: flex;
    float: none;
    justify-content: flex-start;
}*/

/*.offercardicon, .offercardbox a {
   
    display: flex;
    justify-content: flex-start;
    text-align: left;
}
*/
.offercardbox {
    /*display: inline-block !important;
    vertical-align: top;*/
    cursor: pointer;
    height: 172px;
    width: 320px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    display: flex !important;
    justify-content: flex-start;
    text-align: left;
}


.offerarea .slick-prev, .offerarea .slick-next {
    display: none !important;
}

.indexpopup {
    backdrop-filter: blur(3px);
    --webkit-backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, 0.3);
}

/* offer card responsive css  */

@media only screen and (max-width:1309px) {

    .offercardbox {
        height: 150px;
        width: 280px;
    }

    .amenitieslide .offercardbox img {
        width: 100%;
        max-width: 280px;
    }
}

@media only screen and (max-width:767px) {
    .amenitieslide .slick-list {
        padding: 0 80px 0 0;
    }
}

@media only screen and (max-width:719px) {
    .amenitieslide .slick-list {
        padding: 0 50px 0 0;
    }
}

@media only screen and (max-width:689px) {
    .amenitieslide .slick-list {
        padding: 0 35px 0 0;
    }
}

@media only screen and (max-width:669px) {
    .amenitieslide .slick-list {
        padding: 0 40px 0 0;
    }
}

@media only screen and (max-width:639px) {
    .amenitieslide .slick-list {
        padding: 0 25px 0 0;
    }
}

@media only screen and (max-width:619px) {
    .amenitieslide .slick-list {
        padding: 0 50px 0 0;
    }

    .offercardbox {
        height: 135px;
        width: 250px;
    }

    .amenitieslide .offercardbox img {
        width: 100%;
        max-width: 250px;
    }
}

@media only screen and (max-width:589px) {
    .amenitieslide .slick-list {
        padding: 0 25px 0 0;
    }
}

@media only screen and (max-width:569px) {
    .amenitieslide .slick-list {
        padding: 0 240px 0 0;
    }
}

@media only screen and (max-width:529px) {
    .amenitieslide .slick-list {
        padding: 0 210px 0 0;
    }
}

@media only screen and (max-width:509px) {
    .amenitieslide .slick-list {
        padding: 0 185px 0 0;
    }
}

@media only screen and (max-width:479px) {
    .amenitieslide .slick-list {
        padding: 0 185px 0 0;
    }
}


@media only screen and (max-width:469px) {
    .amenitieslide .slick-list {
        padding: 0 135px 0 0;
    }
}

@media only screen and (max-width:419px) {
    .amenitieslide .slick-list {
        padding: 0 100px 0 0;
    }

    .offerarea {
        padding: 10px 0 0;
    }
}


@media only screen and (max-width:389px) {
    .amenitieslide .slick-list {
        padding: 0 80px 0 0;
    }
}

@media only screen and (max-width:369px) {
    .amenitieslide .slick-list {
        padding: 0 60px 0 0;
    }
}


@media only screen and (max-width:339px) {
    .amenitieslide .slick-list {
        padding: 0 40px 0 0;
    }
}

/* offer card responsive css  */

/*new slider css (geeta-28-03-23)*/


/* Hero Section Style End Here */


/*Track Icon Start Here*/

/*.trackicon {
    position: fixed;
    right: 0;
    top: 64%;
    z-index: 1;
}

    .trackicon a {
        padding: 19px 28px;
        background-image: url(../Images/Icons.png);
        background-position: left -1176px;
        background-repeat: no-repeat;
        background-color: var(--primary-color);
    }*/

/*Track Icon End Here*/

/* Top Destination Style Start Here */

.topdestinationwrap {
    width: 100%;
    float: left;
    padding: 100px 0 93px;
}

.toproutpart {
    width: 100%;
    float: left;
    padding: 57px 0 0;
}

body .toproutpart .container {
    width: 100%;
    max-width: 1920px;
}

.toprouteslide {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    margin: 0 !important;
    position: relative;
}

.slick-slide {
    outline: none;
}

.toprouteslide .slick-track {
    display: flex;
    margin: 0;
}

.toprouteicon {
    float: none;
    text-align: center;
    display: flex;
    vertical-align: middle;
    justify-content: center;
}

.toproutebox {
    cursor: pointer;
    display: flex !important;
    vertical-align: middle;
    text-align: center;
    list-style-type: none;
    box-shadow: 0 5px 10px rgba(41, 50, 65, 0.10 );
    border-radius: 6px;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.toproutpart .slick-prev, .toproutpart .slick-next {
    display: none !important;
}

.toproutebox span {
    color: var(--textcolor);
    font-size: 16px;
    font-weight: 500;
    background-color: var(--primarycolor);
    padding: 25px 32px 35px;
    border-radius: 6px;
    border: 1px solid rgb(5 25 81 / 20%);
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: all .6s;
    height: 105px;
}

    .toproutebox span i {
        background-image: url("../images/site/icon01.png");
        background-position: center -1740px;
        background-repeat: no-repeat;
        width: 36px;
        height: 20px;
        position: relative;
        padding: 0 6px 0;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }

.toproutebox:hover span {
    border-color: rgb(219 34 35 / 50%);
    color: var(--maincolor) !important;
    text-decoration: none;
    transition: all .6s;
}

.toprouteslide ul {
    padding: 0;
    margin: 0;
    height: 105px;
}

    .toprouteslide ul li {
        display: inline-block;
        padding: 0;
        margin: 0 0 0 60px;
        position: relative;
        border: 1px solid rgb(5 25 81 / 20%);
        background-color: var(--primarycolor);
        padding: 0;
        border-radius: 6px;
    }

        .toprouteslide ul li:hover {
            border: 1px solid rgb(219 34 35 / 20%);
        }

        .toprouteslide ul li span {
            display: flex;
            align-items: center;
            column-gap: 12px;
            justify-content: center;
            width: 100%;
            border-radius: 0px 0px 16px 16px;
            color: var(--maincolor);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-transform: capitalize;
            padding: 24px 34px 25px 32px;
        }

        .toprouteslide ul li .btnbooking a {
            color: var(--primarycolor);
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-transform: capitalize;
            padding: 5px 14px 4px;
            border-radius: 0 0 6px 6px;
            text-align: center;
            display: block;
            background: var(--maincolor);
        }

            .toprouteslide ul li .btnbooking a:hover, .toprouteslide ul li .btnbooking a:focus {
                color: var(--primarycolor);
                background: var(--buttoncolor);
            }

        .toprouteslide ul li span i {
            background-image: url("../images/site/icon01.png");
            background-position: center -1742px;
            background-repeat: no-repeat;
            width: 20px;
            height: 14px;
            position: relative;
            text-align: center;
            display: inline-block;
            vertical-align: middle;
            margin: 0;
        }

.toproute {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}

/*.toproute marquee {
        height: 90px;
    }

    .toproute ul {
        margin: 0;
        padding: 0;
    }

        .toproute ul li {
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            list-style-type: none;
            margin: 0 60px 0 0;
        }

            .toproute ul li span {
                color: var(--textcolor);
                font-size: 16px;
                font-weight: 500;
                line-height: 22px;
                background-color: var(--primarycolor);
                padding: 29px 34px 27px 34px;
                border-radius: 4px;
                border: 1px solid var(--maincolor);
                position: relative;
                display: inline-block;
                vertical-align: middle;
                text-align: center;
                cursor: pointer;
                transition: all .6s;
            }

                .toproute ul li span::after {
                    position: absolute;
                    content: "";
                    left: -10px;
                    top: -1px;
                    width: 104%;
                    height: 102%;
                    z-index: -1;
                    border-radius: 6px;
                    background-color: var(--maincolor);
                    box-shadow: 0 5px 10px rgba(0 101 179 / 0.10);
                }

                .toproute ul li span i {
                    background-image: url("../images/site/icon01.svg");
                    background-position: center -1106px;
                    background-repeat: no-repeat;
                    width: 36px;
                    height: 20px;
                    position: relative;
                    padding: 0 6px 0;
                    text-align: center;
                    display: inline-block;
                    vertical-align: middle;
                    margin: 0;
                }

                .toproute ul li span:hover {
                    color: var(--buttoncolor) !important;
                    text-decoration: none;
                    transition: all .6s;
                }*/

/*owl-carousel css*/
.routearia {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

.topdestions {
    width: 100%;
    float: left;
    position: relative;
    clear: both;
}

.topdestinn {
    width: 100%;
    max-width: 1920px;
    clear: both;
    position: relative;
    margin: 0 auto;
}

.topdestination {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 0 0 0;
    margin: 0px 0 0;
}

.shadow-effect {
    background: #fff;
    padding: 0;
    border-radius: 22px;
    text-align: center;
    border: none;
    box-shadow: 0px 0px 79px 0px rgba(0, 0, 0, 0.13);
    height: 476px;
}

#customers-testimonials .item {
    text-align: center;
    padding: 60px 30px 0;
    margin-bottom: 80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 385px;
    margin: 0;
    border-radius: 22px 22px 0 0;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--primary);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 40px 0 0;
}

    #customers-testimonials.owl-carousel .owl-dots .owl-dot {
        display: inline-block;
    }

        #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
            background: var(--secondary);
            display: inline-block;
            height: 15px;
            margin: 0 10px 0;
            transition: all 250ms ease-out 0s;
            width: 15px;
            border-radius: 50%;
        }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
    position: relative;
}

.owl-prev {
    top: -310px;
    left: -60px;
}

.owl-next {
    right: -60px;
    top: -310px;
}

.owl-next, .owl-prev {
    width: 50px;
    height: 50px;
    background-color: transparent;
    margin: 0;
    border-radius: 50%;
    color: transparent;
    opacity: 1;
    z-index: 1;
    text-align: center;
    border: 2px solid var(--primary);
    position: absolute;
}

    .owl-next::before, .owl-prev::before {
        content: "\f104";
        font-size: 34px;
        color: var(--primary);
        font-family: FontAwesome;
        opacity: 1;
        line-height: normal;
        text-align: center;
        position: absolute;
        top: 5px;
        left: -2px;
        right: 0;
    }

    .owl-next::before {
        content: "\f105";
        right: -4px;
    }

/*owl-carousel css*/

/* Top Destination Style End Here */

/*Amenities Start here*/

.amenities {
    width: 100%;
    float: left;
}

.amenities_wrapper {
    width: 100%;
    float: left;
    clear: both;
}

.amenities_main {
    width: 100%;
    float: left;
}

    .amenities_main .toptitle {
        justify-content: center;
        padding: 0 0 60px 10px;
    }

.amenities_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 78px;
}

.amenities_wrapper .container {
    max-width: 1326px;
}

.amenities_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 31px;
    width: 193px;
    margin: 0 auto;
    padding: 34px 16px 35px;
    border-radius: 10px;
    background-color: var(--primarycolor);
    position: relative;
    z-index: 1;
    cursor: pointer;
}

    .amenities_box:hover:after {
        height: 100%;
        z-index: -1;
        transition: 0.5s ease-in-out;
    }

    .amenities_box:after {
        position: absolute;
        bottom: 0;
        content: '';
        background-color: var(--bgcolor);
        border-radius: 10px;
        height: 6px;
        width: 100%;
        z-index: -1;
        transition: 0.5s ease-in-out;
    }

    .amenities_box span {
        width: 90px;
        height: 90px;
        display: inline-block;
        background-image: url("../images/site/amenities.png");
        background-position: 31% -11px;
        background-repeat: no-repeat;
        transition: all .5s;
    }

    /*.amenities_box span:hover {
            cursor: pointer;
            transform: scale(0.9);
            transition: all .5s;
        }*/

    .amenities_box.amenities_box02 span {
        background-position: 31% -200px;
    }

    .amenities_box.amenities_box03 span {
        background-position: 31% -390px;
    }

    .amenities_box.amenities_box04 span {
        background-position: 31% -580px;
    }

    .amenities_box.amenities_box05 span {
        background-position: 31% -770px;
    }

    .amenities_box.amenities_box06 span {
        background-position: 31% -960px;
    }

    .amenities_box.amenities_box07 span {
        background-position: 31% -1156px;
    }

    .amenities_box.amenities_box08 span {
        background-position: 31% -1340px;
    }

    .amenities_box.amenities_box09 span {
        background-position: 31% -1530px;
    }

    .amenities_box p {
        font-size: 19px;
        font-weight: 500;
        color: var(--maincolor);
    }

/*Application Style Start Here*/

/*.application {
    width: 100%;
    float: left;
    clear: both;
    padding: 100px 0 0;
}

.applicationwrapper {
    width: 100%;
    float: left;
    text-align: center;
}

.qrwrapper {
    width: 100%;
    float: left;
    padding: 0px 0 0;
}

.qrcode {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.qrdetails {
    width: 49.7%;
    display: inline-block;
    vertical-align: top;
    background-image: url(../Images/Mobilesection_BG.webp);
    background-position: left bottom;
    background-repeat: no-repeat;
    min-height: 194px;
    text-align: left;
    padding: 0;
}

.qrcontent {
    width: 100%;
    float: left;
    padding-left: 100px;
}

.qrdetails h5 {
    font-size: 30px;
    font-weight: 600;
    color: var(--primary-color);
    padding: 0 0 50px;
}

.qrdetails p {
    font-size: 30px;
    font-weight: 400;
    color: var(--primary-color);
    padding: 0 0 8px;
}

.qrdetails span {
    font-size: 26px;
    font-weight: 600;
    color: var(--secondary-color);
    display: block;
    padding: 0 0 60px;
}

.qrdetails img {
    margin-right: 50px;
}

.numberinput {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 44px 0px 0px;
}

    .numberinput input {
        outline: none;
        width: 400px;
        height: 60px;
        border: 1px solid var(--secondary-color);
        background-color: var(--pure);
        padding: 0 0 0 70px;
        color: var(--primary-color);
    }

        .numberinput input:focus {
            border: 1px solid var(--primary-color);
        }

    .numberinput span {
        font-size: 16px;
        font-weight: 400;
        background-color: var(--tertiary-color);
        padding: 8px 7px;
        position: absolute;
        left: 10px;
        top: 10px;
    }

/*Application Style End Here*/


.applicationpart {
    width: 100%;
    float: left;
}

.application {
    width: 100%;
    float: left;
    padding: 90px 0 0;
    background-image: url("../images/site/Mappbg.png");
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 590px;
}

body .application .container {
    width: 100%;
    max-width: 1344px;
}

.apparea {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.appleft {
    width: 45%;
    float: left;
    padding: 0 0 0 20px;
}

    .appleft .toptitle h5 {
        color: var(--primarycolor);
    }

.toptitle span {
    color: var(--buttoncolor);
}

.appleft h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--primarycolor);
    padding: 47px 0 37px;
}

.appsection {
    display: flex;
    gap: 22px 93px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.appbox {
    flex-basis: 40%;
}

    .appbox p {
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        color: var(--primarycolor);
        padding: 0 0 0 42px;
        background-image: url("../images/site/icon01.png");
        background-position: -2px -1902px;
        background-repeat: no-repeat;
    }

.googlebox {
    float: left;
    padding: 40px 0 0;
    display: flex;
    column-gap: 30px;
}

    .googlebox a {
        display: inline-block;
        vertical-align: middle;
    }

        .googlebox a.appstore {
            padding: 0 0 0 26px;
        }

.appright {
    width: 50%;
    float: left;
    text-align: right;
    padding: 54px 0 0;
}

/*About Start Here*/

.aboutpart {
    float: left;
    width: 100%;
}

.aboutwrap {
    float: left;
    width: 100%;
    position: relative;
}

    .aboutwrap:before {
        content: '';
        position: absolute;
        bottom: -112px;
        right: 4px;
        width: 296px;
        height: 487px;
        background-image: url('../images/site/aboutrightbg.png');
        background-repeat: no-repeat;
    }

    .aboutwrap .aboutmain {
        float: left;
        width: 100%;
        padding: 79px 0 100px;
    }

.aboutmain .aboutleft {
    float: left;
    width: 44%;
    margin: 0 0 0 -9px;
}

.aboutmain .aboutright {
    float: left;
    width: 40%;
    padding: 91px 0 0 123px;
}

.aboutright p {
    font-size: 16px;
    line-height: 26px;
    color: var(--textcolor);
    padding: 49px 0 38px;
}

.aboutright a {
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    padding: 11px 26px 12px;
    border-radius: 6px;
    color: var(--primarycolor);
    background-color: var(--buttoncolor);
}

    .aboutright a:hover, .aboutright a:focus {
        color: var(--primarycolor);
        background-color: var(--maincolor);
    }

/*About End*/

/*City Section Start Here*/

.easy_wrapper {
    width: 100%;
    float: left;
    clear: both;
}

.easywrapper_main {
    width: 100%;
    float: left;
}

.easywrapper_content .toptitle {
    justify-content: center;
    gap: 5px;
}

    .easywrapper_content .toptitle span {
        font-size: 30px;
        font-weight: 600;
        color: var(--buttoncolor);
    }

.easywrapper_content {
    width: 100%;
    float: left;
}

    .easywrapper_content .popularcity {
        padding: 57px 0 0;
    }

.citywrap {
    position: relative;
    margin: 0 8px 0;
    cursor: pointer;
    transition: ease-in-out 0.4s;
}

    .citywrap h3 {
        font-size: 22px;
        line-height: normal;
        font-weight: 400;
        color: var(--primarycolor);
        position: absolute;
        top: 24px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        transition: ease-in-out 0.4s;
    }

    .citywrap:hover h3 {
        transition: ease-in-out 0.4s;
        top: 34px;
    }
/*testimonials Start Here*/
/*testimonials End*/
section.testimonials {
    float: left;
    width: 100%;
}

.testimonialwrap {
    float: left;
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

    .testimonialwrap .testimonialleft {
        float: right;
        width: 22.7%;
        z-index: 1;
        position: relative;
        margin: 105px -115px 0 0;
    }

    .testimonialwrap .testimonialright {
        float: right;
        width: 66.8%;
        position: relative;
        background-image: url(../images/site/testimonialbg.png);
        background-position: left center;
        background-repeat: no-repeat;
        min-height: 638px;
        margin: 0 -14px 0 0;
        padding: 158px 296px 0 289px;
    }

        .testimonialwrap .testimonialright:before {
            content: '';
            position: absolute;
            bottom: -2px;
            right: -65px;
            width: 538px;
            height: 161px;
            background-image: url('../images/site/testimonialright.png');
            background-position: right bottom;
            background-repeat: no-repeat;
        }

.testimonialright .staricon {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 66px;
    top: 85px;
    font-size: 26px;
    font-weight: 400;
    color: #051951;
    opacity: 15%;
    writing-mode: vertical-lr;
}

    .testimonialright .staricon i {
        min-height: 50px;
    }

.customersay {
    float: left;
    width: 100%;
}

.customerside p {
    margin: 57px 0 36px !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--textcolor);
}

    .customerside p ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .customerside p ::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    .customerside p ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #555;
    }

.customerside h3 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.3px;
    font-weight: 600;
    color: var(--maincolor);
}

.quotes {
    position: absolute;
    bottom: 235px;
    left: 3%;
    z-index: 2;
}

.customersay .slick-dots {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 60px 0 0;
    list-style-type: none;
}

    .customersay .slick-dots li {
        margin: 0 5px;
    }

        .customersay .slick-dots li:first-child {
            margin: 0 5px 0 0;
        }

        .customersay .slick-dots li:last-child {
            margin: 0 0 0 5px;
        }

    .customersay .slick-dots button {
        display: block;
        width: 35px;
        height: 5px;
        padding: 0;
        border: none;
        background-color: var(--maincolor);
        text-indent: -9999px;
    }

    .customersay .slick-dots li.slick-active button {
        background-color: var(--buttoncolor);
    }

/*City Section End*/

/*whatsapp start css*/

/*.whatsapplink {
    position: fixed;
    top: auto;
    bottom: 20px;
    left: auto;
    z-index: 99;
    right: 15px;
}

.aboutlinkright {
    position: relative;
    display: inline-block;
}

    .aboutlinkright a {
        width: 40px;
        float: left;
        text-align: center;
        box-shadow: 0 0 10px rgb(255 255 255 / 40%);
        border-radius: 50%;
        transition: .4s ease all;
    }

        .aboutlinkright a:hover, .aboutlinkright a:focus {
            transform: translateY(-6px);
            transition: .4s ease all;
            outline: none;
        }*/
/* whatsapp start css */

/*Counter Start Here*/

.counter {
    width: 100%;
    float: left;
    display: none;
}

.counterwrap {
    width: 100%;
    float: left;
    padding: 70px 0 0;
}

.somefacts {
    width: 100%;
    float: left;
    text-align: center;
}

    .somefacts .factsbox {
        width: 33%;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        padding: 0;
        position: relative;
    }

        .somefacts .factsbox .countericon {
            width: 100%;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            background-image: url("../images/site/counticon.svg");
            background-position: center 0;
            background-repeat: no-repeat;
            height: 40px;
        }

        .somefacts .factsbox.factsbox02 .countericon {
            background-position: center -230px;
        }

        .somefacts .factsbox.factsbox03 .countericon {
            background-position: center -460px;
        }

.factsbox .numbers {
    color: var(--textcolor);
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    font-weight: 700;
    margin: 0;
    padding: 20px 0 0;
}

.factsbox h3 {
    margin: 0;
    line-height: normal;
    color: var(--textcolor);
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 7px 0 10px;
}


/*mobile bottom menu style*/


.screenpart {
    width: 100%;
    float: left;
    display: none;
}


/*Features Style Start Here*/
/*.features {
    width: 100%;
    float: left;
    clear: both;
    padding: 88px 0 40px;
}

.featureswrapper {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0;
}

.featurescontent {
    width: 100%;
    float: left;
    padding: 0px 0 0;
}

.featurerow {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.featurebox {
    flex-basis: 20%;
    text-align: center;
}

    .featurebox h5 {
        width: 100%;
        float: left;
        font-size: 18px;
        font-weight: 700;
        color: var(--primary-color);
        padding: 30px 0 0;
    }

    .featurebox .featureimage {
        background-image: url(../Images/Images.webp);
        background-position: center 0px;
        background-repeat: no-repeat;
        display: inline-block;
        height: 152px;
        width: 100%;
    }

        .featurebox .featureimage.featureimage02 {
            background-position: center -286px;
        }

        .featurebox .featureimage.featureimage03 {
            background-position: center -582px;
        }

        .featurebox .featureimage.featureimage04 {
            background-position: center -873px;
        }

        .featurebox .featureimage.featureimage05 {
            background-position: center -1163px;
        }

        .featurebox .featureimage.featureimage06 {
            background-position: center -1452px;
        }

        .featurebox .featureimage.featureimage07 {
            background-position: center -1742px;
        }

        .featurebox .featureimage.featureimage08 {
            background-position: center -2033px;
        }

        .featurebox .featureimage.featureimage09 {
            background-position: center -2323px;
        }

        .featurebox .featureimage.featureimage10 {
            background-position: center -2607px;
        }


.featureboxtooltipwrap .tool.toolbackgroung:after {
    left: 50%;
    opacity: 0;
    position: absolute;
    z-index: -100;
    background-image: url(../Images/Double_Driver.webp);
    background-position: 14px center;
    background-size: 100px;
    background-repeat: no-repeat;
    padding: 20px 20px 20px 120px;
}


.featuremorebutton {
    width: 100%;
    float: left;
    text-align: center;
    padding: 40px 0 0px;
}

    .featuremorebutton a {
        font-size: 18px;
        font-weight: 700;
        color: var(--pure);
        background-color: var(--primary-color);
        padding: 8px 30px;
        border-radius: 4px;
        display: inline-block;
        transition: 0.2s all;
    }

        .featuremorebutton a:hover,
        .featuremorebutton a:focus {
            background-color: var(--secondary-color);
            color: var(--primary-color);
            transition: 0.2s all;
        }

.featureboxtooltip {
    width: 100%;
    float: left;
    padding: 30px 50px 40px;
}

    .featureboxtooltip span:after {
        text-align: left;
        white-space: normal;
    }

    .featureboxtooltip span:focus {
        outline: none;
    }

    .featureboxtooltip .featureboxtooltipwrap {
        overflow: visible;
        text-align: center;
        width: 100%;
    }

    .featureboxtooltip pre {
        background: #fff;
        display: inline-block;
        font-size: .55em;
        margin-top: 2em;
        padding: 1em;
    }*/
/*.featureboxtooltip .tool {
        cursor: help;
        position: relative;
    }


        .featureboxtooltip .tool::before,
        .featureboxtooltip .tool::after {
            left: 50%;
            opacity: 0;
            position: absolute;
            z-index: -100;
        }

        .featureboxtooltip .tool:hover::before,
        .featureboxtooltip .tool:focus::before,
        .featureboxtooltip .tool:hover::after,
        .featureboxtooltip .tool:focus::after {
            opacity: 1;
            transform: scale(1) translateY(0);
            z-index: 100;
        }

        .featureboxtooltip .tool::before {
            border-style: solid;
            border-width: 1em 0.75em 0 0.75em;
            border-color: var(--secondary-color)transparent transparent transparent;
            bottom: 95px;
            content: "";
            margin-left: -0.5em;
            transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26), opacity .65s .5s;
            transform: scale(.6) translateY(-90%);
        }

        .featureboxtooltip .tool:hover::before,
        .featureboxtooltip .tool:focus::before {
            transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
        }

        .featureboxtooltip .tool::after {
            background: var(--secondary-color);
            border-radius: .25em;
            bottom: 110px;
            color: var(--pure);
            content: attr(data-tip);
            margin-left: -8.75em;
            padding: 1em;
            transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
            transform: scale(.6) translateY(50%);
            width: 17.5em;
        }

        .featureboxtooltip .tool:hover::after,
        .featureboxtooltip .tool:focus::after {
            transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26);
        }

@media (max-width: 760px) {
    .featureboxtooltip .tool::after {
        font-size: .75em;
        margin-left: -5em;
        width: 10em;
    }
}*/
/*Features Style End Here*/
/*Choose Us Section Style Start Here*/
/*.chooseusfacility {
    width: 100%;
    float: left;
    clear: both;
    background-color: var(--tertiary-color);
    padding: 80px 0;
}

.chooseus {
    width: 100%;
    float: left;
    clear: both;
    padding: 0px 0 0;
}

.choosewrapper {
    width: 100%;
    float: left;
}

.choosecontent {
    width: 100%;
    float: left;
    text-align: center;
}

.chooseusrow {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    padding: 60px 0 0;
}

.chooseuscard {
    flex-basis: 380px;
    height: 276px;
    padding: 40px 0 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 0;
}

    .chooseuscard:after {
        content: '';
        position: absolute;
        width: 380px;
        height: 276px;
        background-color: var(--primary-color);
        top: 0;
        left: 0;
        z-index: -2;
        border-radius: 6px;
    }

    .chooseuscard::before {
        content: '';
        position: absolute;
        width: 0px;
        height: 276px;
        background-color: var(--secondary-color);
        top: 0;
        left: 0;
        z-index: -1;
        transition: 0.5s ease-in-out;
        border-radius: 6px;
        opacity: 0;
    }

    .chooseuscard:hover::before {
        width: 380px;
        opacity: 1;
    }

    .chooseuscard:hover p {
        color: var(--primary-color);
    }

    .chooseuscard:hover .choosecardtext {
        color: var(--primary-color);
    }

.chooseuscardimage {
    height: 84px;
    width: 100%;
    display: block;
    background-image: url(../Images/Images.webp);
    background-position: center -4192px;
    background-repeat: no-repeat;
}

    .chooseuscardimage.chooseuscardimage02 {
        background-position: center -4422px;
    }

    .chooseuscardimage.chooseuscardimage03 {
        background-position: center -4652px;
    }

.chooseuscard p {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--secondary-color);
    padding: 34px 36px 11px;
    transition: 0.5s;
}

.choosecardtext {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: var(--pure);
    line-height: normal;
    transition: 0.5s;
}

    .choosecardtext span,
    .choosecardtext em,
    .choosecardtext i {
        font-style: normal;
        display: block;
    }*/
/*Choose Us Section Style End Here*/
/*Link Download Style Start Here*/
/*.downloadlink {
    width: 100%;
    float: left;
    clear: both;
    padding: 40px 0 0;
}

.downloadbusimage {
    width: 100%;
    float: left;
    text-align: right;
    margin: 0 0 -1px;
}

    .downloadbusimage em {
        height: 100px;
        width: 100%;
        display: block;
        background-image: url(../Images/Title_Shape.webp);
        background-position: right -1285px;
        background-repeat: no-repeat;
    }

.downloadapplication {
    width: 100%;
    float: left;
    background-color: var(--primary-color);
    padding: 40px 0;
    text-align: center;
}*/
/*Link Download Style End Here*/
/* Testimonial Style Start Here*/
/*.testimonial {
    width: 100%;
    float: left;
    clear: both;
    padding: 80px 0 0;
}

.testimonialwrapper {
    width: 50%;
    float: left;
    text-align: center;
    padding: 60px 0 0;
}

.subtitle {
    font-size: 22px;
    font-weight: 600;
    color: var(--secondary-color);
    text-align: left;
    padding: 0 0 30px;
}

.clientfeedback {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}

    .clientfeedback p {
        font-size: 16px;
        font-weight: 400;
        color: var(--pure);
    }

        .clientfeedback p a {
            font-size: 16px;
            font-weight: normal;*/
/* font-family: 'latobold'; */
/*color: var(--pure);
            border-bottom: 1px solid var(--secondary-color);
        }

            .clientfeedback p a:hover,
            .clientfeedback p a:focus {
                color: var(--secondary-color);
            }*/
/*.testim {
    width: 100%;
    position: relative;
}

    .testim .wrap {
        position: relative;
        width: 100%;
        padding: 0;
        margin: auto;
        border: 6px solid var(--tertiary-color);
        padding: 40px 60px 40px 100px;
    }

    .testim .arrow {
        display: none;
    }

    .testim .dots {
        text-align: center;
        position: relative;
        width: 100%;
        bottom: -20px;
        left: 0;
        display: block;
        z-index: 1;
        height: 12px;
        padding: 0;
    }

        .testim .dots .dot {
            list-style-type: none;
            display: inline-block;
            vertical-align: middle;
            width: 12px;
            height: 12px;
            border: 3px solid var(--secondary-color);
            margin: 0 5px;
            cursor: pointer;
            -webkit-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            position: relative;
            background-color: var(--pure);
        }

            .testim .dots .dot.active {
                background: var(--secondary-color);
                border-color: var(--secondary-color);
                width: 16px;
                height: 16px;
            }

            .testim .dots .dot.active {
                -webkit-animation: testim-scale .5s ease-in-out forwards;
                -moz-animation: testim-scale .5s ease-in-out forwards;
                -ms-animation: testim-scale .5s ease-in-out forwards;
                -o-animation: testim-scale .5s ease-in-out forwards;
                animation: testim-scale .5s ease-in-out forwards;
                width: 16px;
                height: 16px;
            }

    .testim .cont {
        position: relative;
        overflow: hidden;
    }

        .testim .cont > div {
            text-align: center;
            position: absolute;
            top: 0;
            left: 0;
            padding: 0 0 70px 0;
            opacity: 0;
        }

            .testim .cont > div.inactive {
                opacity: 1;
            }

            .testim .cont > div.active {
                position: relative;
                opacity: 1;
            }

.testimonialuserdetails {
    width: 100%;
    float: left;
    text-align: left;
    padding: 40px 0 0;
}

    .testimonialuserdetails .img {
        display: inline-block;
        vertical-align: middle;
    }

    .testimonialuserdetails .customername {
        display: inline-block;
        vertical-align: middle;
        padding: 0 0 0 10px;
    }

        .testimonialuserdetails .customername h2 {
            color: var(--secondary-color);
            font-size: 16px;
            font-weight: 600;
            margin: 15px 0;
        }

            .testimonialuserdetails .customername h2 span {
                font-size: 16px;
                font-weight: 400;
                color: #AAAAAA;
                display: block;
                padding: 10px 0 0;
            }

.testim .cont div .img img {
    display: block;
    text-align: left;
}



.testim .cont div p {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
    width: 100%;
    text-align: left;
    line-height: 30px;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}*/
/*@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #fff;
        box-shadow: 0px 0px 0px 0px #fff;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #fff;
        box-shadow: 0px 0px 10px 5px #fff;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px var(--secondary-color);
        box-shadow: 0px 0px 10px 5px var(--secondary-color);
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px var(--secondary-color);
        box-shadow: 0px 0px 0px 0px var(--secondary-color);
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #fff;
        box-shadow: 0px 0px 0px 0px #fff;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #fff;
        box-shadow: 0px 0px 10px 5px #fff;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px var(--secondary-color);
        box-shadow: 0px 0px 10px 5px var(--secondary-color);
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px var(--secondary-color);
        box-shadow: 0px 0px 0px 0px var(--secondary-color);
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #fff;
        box-shadow: 0px 0px 0px 0px #fff;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #fff;
        box-shadow: 0px 0px 10px 5px #fff;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px var(--secondary-color);
        box-shadow: 0px 0px 10px 5px var(--secondary-color);
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px var(--secondary-color);
        box-shadow: 0px 0px 0px 0px var(--secondary-color);
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #fff;
        box-shadow: 0px 0px 0px 0px #fff;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #fff;
        box-shadow: 0px 0px 10px 5px #fff;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px var(--secondary-color);
        box-shadow: 0px 0px 10px 5px var(--secondary-color);
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px var(--secondary-color);
        box-shadow: 0px 0px 0px 0px var(--secondary-color);
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #fff;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #fff;
    }

    70% {
        box-shadow: 0px 0px 10px 5px var(--secondary-color);
    }

    100% {
        box-shadow: 0px 0px 0px 0px var(--secondary-color);
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}*/
/*.customersaving {
    width: 50%;
    float: left;
    text-align: center;
    padding: 60px 0 0 80px;
}

.customerlisting {
    width: 100%;
    float: left;
    height: 302px;
    overflow-y: scroll;
}

    .customerlisting::-webkit-scrollbar {
        border-radius: 10px;
        width: 6px;
        box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .customerlisting::-webkit-scrollbar-thumb {
        border-radius: 10px;
        width: 6px;
        background-color: var(--secondary-color);
    }

.customertopsaving {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    padding: 0 10px 10px 0px;
    border-bottom: 2px solid var(--tertiary-color);
    margin-bottom: 8px;
}

.listname {
    flex-grow: 4;
    text-align: left;
}

.listtrip {
    flex-grow: 1;
    text-align: left;
}

.listsaving {
    flex-grow: 1;
    text-align: right;
}

.savingtext label {
    font-size: 14px;
    font-weight: 400;
    color: #AAAAAA;
    padding: 0 0 3px;
}

.savingtext p {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
}*/
/* Testimonial Style End Here*/
/* Footer Style Start Here */
.footer_wrapper {
    width: 100%;
    float: left;
    clear: both;
    padding: 100px 0 0;
}

.footer_main {
    width: 100%;
    float: left;
    position: relative;
}

.footer_main_block {
    width: 100%;
    float: left;
}

.footer_bg {
    width: 100%;
    float: left;
    background-image: url("../images/site/footerbg.webp");
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 515px;
}

.footer_maindetails {
    width: 100%;
    float: left;
    padding: 99px 0;
}

.footer_topdetails_card {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footercard {
    flex-basis: 31.2%;
    height: 120px;
    border-radius: 6px;
    background: transparent;
    backdrop-filter: blur(20px);
    --webkit-backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    padding: 0 0 0 40px;
}

    .footercard span {
        padding: 0 0 0 42px;
        display: flex;
        flex-direction: column;
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.6);
        background-image: url("../images/site/icon01.svg");
        background-position: left -1318px;
        background-repeat: no-repeat;
        row-gap: 2px;
    }

        /*.footercard.footercard3 span {
        background-position: left -1548px;
    }*/

        .footercard span a {
            color: var(--primarycolor);
            font-weight: 500;
        }

            .footercard span a:hover {
                color: var(--buttoncolor);
            }

.footer_title h5 {
    font-family: 'Tw Cen MT';
    font-size: 24px;
    font-weight: 500;
    color: var(--buttoncolor);
    padding: 0 0 47px;
}

.footer_navbar {
    float: left;
    width: 100%;
    position: relative;
}

.fooret_navbar_block {
    float: left;
    width: 25%;
}

    .fooret_navbar_block:nth-child(2) {
        padding: 0 0 0 14px;
    }

.footer_address {
    float: left;
    width: 50%;
    padding: 0 0 0 25px;
}

    .footer_address ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 56px;
    }

.footer_navlinks ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

    .footer_navlinks ul li a {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        color: var(--primarycolor);
        transition: .4s ease;
        -webkit-transition: .4s ease;
        -moz-transition: .4s ease;
        -ms-transition: .4s ease;
        -o-transition: .4s ease;
    }

        .footer_navlinks ul li a i {
            font-size: 16px;
            padding: 0 10px 0 0;
        }

        .footer_navlinks ul li a:hover,
        .footer_navlinks ul li a:focus {
            color: var(--buttoncolor);
        }

            .footer_navlinks ul li a:hover::before {
                color: var(--buttoncolor);
            }

.footer_address_details {
    background-image: url("../images/site/icon01.png");
    background-position: left -2076px;
    background-repeat: no-repeat;
    padding: 0 0 0 48px;
}

    .footer_address_details:nth-child(2) {
        flex-basis: 46%;
        background-position: -1px -2251px;
        padding: 3px 0 0 48px;
    }

    .footer_address_details:last-child {
        flex-basis: 37.5%;
        background-position: left -2427px;
    }

    .footer_address_details a {
        font-size: 16px;
        font-weight: 300;
        line-height: 27px;
        color: var(--primarycolor);
        display: inline-block;
    }

        .footer_address_details a:hover,
        .footer_address_details a:focus {
            color: var(--buttoncolor);
        }

    .footer_address_details h6 {
        font-size: 16px;
        font-weight: 400;
        color: var(--primarycolor);
        padding: 4px 0 15px;
    }

    .footer_address_details p {
        font-size: 16px;
        font-weight: 300;
        line-height: 27px;
        color: var(--primarycolor);
        padding: 1px 0 0;
    }

        .footer_address_details p i {
            font-style: normal;
            display: block;
        }

.socialicon {
    float: left;
    position: absolute;
    top: -4px;
    right: -171px;
    display: flex;
    flex-direction: column;
}

    .socialicon a {
        font-size: 28px;
        line-height: normal;
        font-weight: 400;
        color: var(--buttoncolor);
        margin: 0 0 29px 0;
        text-align: center;
    }

        .socialicon a:hover, .socialicon a:focus {
            color: var(--primarycolor);
            transition: all .5s;
        }

/*.footer {
    width: 100%;
    float: left;
    clear: both;
}

.footerwrapper {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}

.topfooter {
    width: 100%;
    float: left;
}

.footertoppart {
    width: 100%;
    float: left;
    background-image: url(../Images/Footer_BG.webp);
    min-height: 10px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 40px;
}

.topfooterwrapper {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 0 0;
}

.footertitle {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 40px;
}

.footerlinks {
    width: 100%;
    float: left;
    text-align: left;
}

    .footerlinks ul {
        margin: 0;
        padding: 0;
    }

        .footerlinks ul li {
            margin: 0;
            padding: 0;
            display: block;
        }

            .footerlinks ul li a {
                font-size: 16px;
                font-weight: 400;
                color: var(--primary-color);
                margin: 0 0 16px;
                text-transform: capitalize;
                position: relative;
                transition: 0.5s all;
                padding: 0 10px 0 0;
                width: 100%;
                float: left;
                line-height: 22px;
            }

                .footerlinks ul li a:hover {
                    padding: 0 0 0 10px;
                    color: var(--secondary-color);
                }

                .footerlinks ul li a::before {
                    content: '';
                    position: absolute;
                    width: 0;
                    height: 16px;
                    background-color: var(--secondary-color);
                    top: 4px;
                    left: 0;
                    transition: 0.5s all;
                }

                .footerlinks ul li a:hover::before {
                    width: 5px;
                }*/

/*.contactnumber {
    padding: 0 0 16px 28px;
    background-image: url(../Images/Icons.png);
    background-position: left -1625px;
    background-repeat: no-repeat;
}

    .contactnumber.contactemail {
        background-position: left -1842px;
    }

    .contactnumber a {
        font-size: 16px;
        font-weight: 400;
        color: var(--primary-color);
    }

        .contactnumber a:hover,
        .contactnumber a:focus {
            color: var(--secondary-color);
        }*/

/*.footeraddress {
    width: 100%;
    float: left;
    padding: 20px 0;
}

.addressbottom {
    width: 49.7%;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 58px;
    background-image: url(../Images/Icons.png);
    background-position: left -2056px;
    background-repeat: no-repeat;
}

    .addressbottom .footertitle {
        padding: 0 0 14px;
    }

    .addressbottom p {
        font-size: 16px;
        font-weight: 400;
        color: var(--primary-color);
    }

        .addressbottom p i {
            display: block;
            font-style: normal;
        }*/

/*.followbottom {
    width: 50%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

    .followbottom .footertitle {
        padding: 0 20px 0 0;
        display: inline-block;
        vertical-align: middle;
    }

.footersocialicon {
    display: inline-block;
    vertical-align: middle;
}

    .footersocialicon a {
        padding: 0;
        font-size: 22px;
        height: 50px;
        width: 50px;
        border: 1px solid var(--primary-color);
        background-color: var(--pure);
        color: var(--primary-color);
        border-radius: 50%;
        float: left;
        text-align: center;
        margin-left: 20px;
    }

        .footersocialicon a:hover,
        .footersocialicon a:focus {
            background-color: var(--primary-color);
            color: var(--pure);
        }

        .footersocialicon a i {
            line-height: 48px;
        }*/

.bottomfooter {
    float: left;
    width: 100%;
    padding: 22px 0;
}

.copyrights {
    float: left;
    color: var(--maincolor);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 2px 0 0;
}

    .copyrights a {
        color: var(--buttoncolor);
    }

        .copyrights a:hover, .copyrights a:focus {
            color: var(--maincolor);
        }

.poweredby {
    float: right;
}

    .poweredby span {
        float: left;
        color: var(--maincolor);
        font-size: 14px;
        line-height: 24px;
        padding: 1px 8px 0 0;
        font-weight: 400;
    }

    .poweredby a {
        float: left;
    }


/*.bottomfooterwrapper {
    width: 100%;
    float: left;
}

.footertravelslink {
    width: 50%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

    .footertravelslink p {
        font-size: 14px;
        font-weight: 400;
        color: var(--pure);
    }

        .footertravelslink p a {
            color: var(--pure);
        }

            .footertravelslink p a:hover,
            .footertravelslink p a:focus {
                color: var(--secondary-color);
            }

.footerpoweredby {
    width: 49.7%;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
}

    .footerpoweredby span {
        font-size: 14px;
        font-weight: 400;
        color: var(--pure);
        padding: 0 14px 0 0;
    }*/


/* Footer Style End Here */


/**/


/**/

/**/


/**/




/*************************Index Popup Style Start***********************/


.indexpopup .css-1t1j96h-MuiPaper-root-MuiDialog-paper {
    background-color: transparent;
    box-shadow: none;
    transition: none;
    margin: 0;
    padding: 0;
}

.indexpopup .indexprofileinfo p:last-child {
    padding: 20px 0 0;
}

.indexpopup.divnotice .css-1t1j96h-MuiPaper-root-MuiDialog-paper {
    max-width: 800px;
}

.indexpopup .css-bdhsul-MuiTypography-root-MuiDialogTitle-root {
    padding: 0;
    text-align: right;
    position: absolute;
    right: 40px;
    top: 10px;
}

.indexpopup .css-yiavyu-MuiBackdrop-root-MuiDialog-backdrop {
    backdrop-filter: blur(3px);
    --webkit-backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, 0.3);
}

.indexpopup .css-1e6y48t-MuiButtonBase-root-MuiButton-root {
    padding: 0;
    margin: 0;
    min-width: auto;
}

    .indexpopup .css-1e6y48t-MuiButtonBase-root-MuiButton-root i {
        font-size: 30px;
        color: var(--secondary-color);
        cursor: pointer;
    }

/*.indexpopup .css-1e6y48t-MuiButtonBase-root-MuiButton-root i:hover {
            color: var(--secondary-color);
        }*/
.changepaaswrd .css-1e6y48t-MuiButtonBase-root-MuiButton-root {
    background-color: var(--maincolor);
    color: var(--primarycolor);
}

    .changepaaswrd .css-1e6y48t-MuiButtonBase-root-MuiButton-root:hover {
        background-color: var(--buttoncolor);
        color: var(--primarycolor);
    }
/*************************Index Popup Style End***********************/
/*************************Available Route Page Style Start***********************/
/* Modify Search Area Style Start */
.availableroutewrapper {
    width: 100%;
    float: left;
    clear: both;
}

.modifywrapper {
    width: 100%;
    float: left;
    padding: 40px 0;
}

.modifybookingform {
    width: 100%;
    float: left;
    background-color: var(--maincolor);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.modifybookingsearch {
    width: 100%;
    float: left;
}

.modifycity {
    width: 46%;
    float: left;
    background-color: var(--primarycolor);
    border-radius: 8px;
    position: relative;
}

.modifyswapcity {
    background-image: url("../images/site/icon01.svg") !important;
    background-position: center -223px;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 46px;
    height: 48px;
    cursor: pointer;
    z-index: 1;
}

.modifytocity {
    width: 46%;
    display: inline-block;
}

.modifyinput.modifytocity.modifyfromcity {
    float: right;
}

/*.modifytocity.modifyfromcity {
    border-left: 1px solid #D5D7DF;
}*/

.modifybookingsearch .modifyinput input {
    width: 100%;
    height: 60px;
    background-color: var(--primarycolor);
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: var(--textcolor);
    outline: none;
    border: none;
    border-radius: 8px;
    padding: 0 0 0 45px;
    background-image: url(../Images/Icons.png);
    background-position: 12px -2500px;
    background-repeat: no-repeat;
}

.modifybookingsearch .modifyinput.modifyfromcity input {
    background-position: 18px -2502px;
}

.modifyinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    font-size: 18px;
}

.modifydate {
    width: 38%;
    float: left;
    padding: 0 20px;
    background-color: var(--primarycolor);
    border-radius: 8px;
    margin: 0 0 0 10px;
}

.modifytodate {
    width: 49.6%;
    display: inline-block;
    padding: 0 10px 0 0;
}

    .modifytodate.modifyfromdate {
        padding: 0 0 0 10px;
    }

.modifybookingsearch .modifyinput.modifytodate input {
    background-position: 18px -2722px;
    padding: 0 0 0 60px;
}

.modifybutton {
    width: 14.3%;
    float: left;
    margin: 0 0 0 10px;
}

    .modifybutton button {
        width: 100%;
        text-align: center;
        height: 60px;
        background-color: var(--buttoncolor);
        border: none;
        font-size: 18px;
        font-weight: 500;
        color: var(--primarycolor);
        border-radius: 8px;
    }

.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 50px;
    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;
}
/*Modify Search Area Style End*/


/*Routewrapper Style Start Here*/

.routewrapper {
    width: 100%;
    float: left;
    clear: both;
}

.routedetail {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}


/* Route Filters Style Start Here */



.filtermodel .css-2rbg70-MuiPaper-root-MuiDialog-paper {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.87);
    -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 0;
    box-shadow: 0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12);
    margin: 0;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
    max-width: 520px;
}

.filtermodel .css-ypiqx9-MuiDialogContent-root {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    padding: 0;
    background-color: var(--maincolor);
    height: 100vh;
}

.filtermodelbottombtn {
    position: fixed;
    bottom: 10px;
    width: 100%;
    padding: 20px 0 0;
    width: 480px;
    float: left;
    text-align: center;
}

    .filtermodelbottombtn .filterapplybutton {
        font-size: 16px;
        font-weight: 600;
        text-transform: capitalize;
        color: var(--maincolor);
        background-color: var(--primarycolor);
        width: 100%;
        position: relative;
        display: inline-block;
        padding: 14px 0 15px;
        border-radius: 4px;
    }

.modal-content {
    align-items: end !important;
}

.btn-close {
    opacity: 1 !important;
    /*position: relative !important;
    z-index: 1 !important;
    top: 8px !important;
    right: 8px !important;*/
}

.routeleftside {
    width: 100%;
    float: left;
    padding: 20px 20px 60px;
    border-radius: 0;
    border: none;
    position: relative;
}

.routedata .travelsname {
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0 0 40px;
    color: #003478;
}

.routeleftsidetitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 20px;
}

    .routeleftsidetitle h5 {
        font-size: 18px;
        font-weight: 500;
        color: var(--primarycolor);
    }

    .routeleftsidetitle i {
        font-size: 22px;
        color: var(--primarycolor);
        cursor: pointer;
    }

.routefilters {
    width: 100%;
    float: left;
    padding: 20px;
    border: none;
    border-radius: 10px;
    background: transparent;
    backdrop-filter: blur(20px);
    --webkit-backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.15);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.routebustype {
    width: 100%;
    float: left;
    padding: 0 0 10px;
    position: relative;
}



/*** Filter Drawer Style Start Here*****/



.filter-drawer {
    margin-bottom: 0;
    border: 1px solid var(--primarycolor);
    background-color: transparent;
    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(--primarycolor);
    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__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%;
    }

/*** Filter Drawer Style End Here*****/









/*.routebustype::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 80%;
        height: 2px;*/
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9fafb+0,d5d7df+50,f9fafb+100 */
/*background: rgb(249, 250, 251);*/
/* Old browsers */
/*background: -moz-linear-gradient(left, rgba(249, 250, 251, 1) 0%, rgba(213, 215, 223, 1) 50%, rgba(249, 250, 251, 1) 100%);*/
/* FF3.6-15 */
/*background: -webkit-linear-gradient(left, rgba(249, 250, 251, 1) 0%, rgba(213, 215, 223, 1) 50%, rgba(249, 250, 251, 1) 100%);*/
/* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to right, rgba(249, 250, 251, 1) 0%, rgba(213, 215, 223, 1) 50%, rgba(249, 250, 251, 1) 100%);*/
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9fafb', endColorstr='#f9fafb', GradientType=1);*/
/* IE6-9 */
/*}*/

.routebustype:last-child:after {
    display: none;
}

.filtertitle h5 {
    font-size: 18px;
    font-weight: 500;
    /* color: var(--primarycolor); */
    padding: 24px 16px 16px 0;
    position: relative;
    background: #266db2;
    display: inline-block;
    z-index: 1;
    color: rgba(255, 255, 255, 0.6);
}

.filtertitle {
    position: relative;
}

    .filtertitle:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.6);
        left: 0;
        bottom: 25px;
    }

.filtercheckbox {
    width: 100%;
    float: left;
    border-top: 1px solid var(--bgcolor);
    padding: 20px 0 0;
}

    .filtercheckbox label {
        font-weight: 600;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .filtercheckbox .vh {
        position: absolute !important;
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0 !important;
        border: 0 !important;
        height: 1px !important;
        width: 1px !important;
        overflow: hidden;
    }

    .filtercheckbox label::before {
        content: "";
        width: 22px;
        height: 22px;
        background-color: transparent;
        border: 1px solid var(--primarycolor);
        display: inline-block;
        margin-right: 0;
        border-radius: 2px;
        position: absolute;
        right: 0;
        top: 1px;
    }

    .filtercheckbox input[type="checkbox"]:checked ~ label:before {
        background: transparent no-repeat center;
        background-size: 12px 12px;
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ1LjcwMSA0NS43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NS43MDEgNDUuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yMC42ODcsMzguMzMyYy0yLjA3MiwyLjA3Mi01LjQzNCwyLjA3Mi03LjUwNSwwTDEuNTU0LDI2LjcwNGMtMi4wNzItMi4wNzEtMi4wNzItNS40MzMsMC03LjUwNCAgICBjMi4wNzEtMi4wNzIsNS40MzMtMi4wNzIsNy41MDUsMGw2LjkyOCw2LjkyN2MwLjUyMywwLjUyMiwxLjM3MiwwLjUyMiwxLjg5NiwwTDM2LjY0Miw3LjM2OGMyLjA3MS0yLjA3Miw1LjQzMy0yLjA3Miw3LjUwNSwwICAgIGMwLjk5NSwwLjk5NSwxLjU1NCwyLjM0NSwxLjU1NCwzLjc1MmMwLDEuNDA3LTAuNTU5LDIuNzU3LTEuNTU0LDMuNzUyTDIwLjY4NywzOC4zMzJ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    }

    .filtercheckbox label {
        font-size: 16px;
        font-weight: 400;
        float: left;
        position: relative;
        padding: 0 40px 0 0;
        color: var(--primarycolor);
        width: 100%;
    }

    .filtercheckbox.sortingfilter label::before {
        display: none;
    }

    .filtercheckbox.sortingfilter label {
        padding: 0 0 14px;
        justify-content: space-between;
    }

        .filtercheckbox.sortingfilter label:last-child {
            padding: 0;
        }

    .filtercheckbox.sortingfilter .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
        color: var(--primarycolor);
        padding: 0;
    }

    .filtercheckbox.sortingfilter .css-vqmohf-MuiButtonBase-root-MuiRadio-root {
        padding: 0;
        color: var(--primarycolor);
    }

    .filtercheckbox.sortingfilter .css-ahj2mt-MuiTypography-root {
        margin: 0;
        font-family: 'Poppins', sans-serif !important;
        font-weight: 400;
        font-size: 16px;
        color: var(--primarycolor);
        line-height: 1.5;
        letter-spacing: 0.00938em;
    }

    .filtercheckbox .css-xsu6ln-MuiAutocomplete-root {
        width: 100%;
    }

    .filtercheckbox .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .filtercheckbox .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
        border-bottom: none;
    }

    .filtercheckbox .css-1x51dt5-MuiInputBase-input-MuiInput-input {
        height: 40px;
        border: 1px solid var(--bgcolor);
        padding: 0 10px 0 !important;
        color: var(--primarycolor);
    }

    .filtercheckbox .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled):before {
        border-bottom: none;
    }

    .filtercheckbox .css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
        color: var(--bgcolor);
    }

    .filtercheckbox .css-1glvl0p-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-clearIndicator {
        color: var(--bgcolor);
    }

    .filtercheckbox .css-1tb7pjp-MuiInputBase-root-MuiInput-root:after {
        border-bottom: 2px solid var(--buttoncolor);
    }

.bustypecheckbox {
    width: 100%;
    float: left;
    padding: 0 0 14px;
    word-wrap: anywhere;
}

    .bustypecheckbox:last-child {
        padding: 0;
    }

.routepickupcheckbox {
    width: 100%;
    float: left;
}

    .routepickupcheckbox ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .routepickupcheckbox li {
        display: inline-block;
        flex-basis: 22%;
    }

    .routepickupcheckbox .pickuptime {
        height: 34px;
        width: 100%;
        background-image: url(../Images/Icons.png);
        background-position: center -2960px;
        background-repeat: no-repeat;
        float: left;
        text-align: center;
    }

        .routepickupcheckbox .pickuptime.pickuptime02 {
            background-position: center -3190px;
        }

        .routepickupcheckbox .pickuptime.pickuptime03 {
            background-position: center -3420px;
        }

        .routepickupcheckbox .pickuptime.pickuptime04 {
            background-position: center -3650px;
        }

    .routepickupcheckbox input[type="checkbox"][id^="myCheckbox"] {
        display: none;
    }

    .routepickupcheckbox p {
        font-size: 10px;
        font-weight: 400;
        color: var(--primary-color);
        padding: 20px 0 0;
        position: relative;
        text-align: center;
        width: 100%;
        float: left;
    }

        .routepickupcheckbox p::before {
            content: '';
            position: absolute;
            top: 12px;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 60px;
            height: 2px;
            background: rgb(249, 250, 251);
            background: -moz-linear-gradient(left, rgba(249, 250, 251, 1) 0%, rgba(213, 215, 223, 1) 50%, rgba(249, 250, 251, 1) 100%);
            background: -webkit-linear-gradient(left, rgba(249, 250, 251, 1) 0%, rgba(213, 215, 223, 1) 50%, rgba(249, 250, 251, 1) 100%);
            background: linear-gradient(to right, rgba(249, 250, 251, 1) 0%, rgba(213, 215, 223, 1) 50%, rgba(249, 250, 251, 1) 100%);
            filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9fafb', endColorstr='#f9fafb', GradientType=1);
        }

    .routepickupcheckbox label {
        border: 1px solid #4A4A4A;
        border-radius: 4px;
        padding: 10px 0;
        display: block;
        position: relative;
        cursor: pointer;
        width: 100%;
        float: left;
    }

        .routepickupcheckbox label:before {
            background-color: white;
            color: white;
            content: " ";
            display: block;
            border-radius: 50%;
            border: none;
            position: absolute;
            text-align: center;
            line-height: 28px;
            transition-duration: 0.4s;
            transform: scale(0);
            z-index: -1;
        }

        .routepickupcheckbox label img {
            height: 100px;
            width: 100px;
            transition-duration: 0.2s;
            transform-origin: 50% 50%;
        }

    .routepickupcheckbox :checked + label {
        background-color: var(--textcolor);
        width: 100%;
        float: left;
    }

        .routepickupcheckbox :checked + label:before {
            content: "";
            background-color: grey;
            transform: scale(1);
        }


.pickupsearch {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 0px;
    display: none;
}

    .pickupsearch input {
        width: 100%;
        height: 40px;
        border-radius: 4px;
        background: transparent;
        border: 1px solid #d5d7df;
        outline: none;
        padding: 0 30px 0 10px;
        color: var(--primarycolor);
    }

        .pickupsearch input:focus {
            color: var(--primarycolor);
            border-color: #d5d7df;
        }

    .pickupsearch i {
        font-size: 22px;
        color: var(--primarycolor);
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 1;
    }

.collapsecheckboxlist {
    width: 100%;
    float: left;
}

    .collapsecheckboxlist .wraper {
        width: 100%;
        float: left;
    }

    .collapsecheckboxlist .collapsed-menu {
        position: relative;
        overflow: hidden;
        max-height: 24px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        padding: 0;
        transition: max-height 0.2s ease;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 0px;
    }

        .collapsecheckboxlist .collapsed-menu.toggled {
            max-height: 200px;
            overflow: auto;
        }

        .collapsecheckboxlist .collapsed-menu .collapsed-menu-list {
            list-style-type: none;
            padding: 20px 0 0;
            margin: 0;
        }


    /*styled item */

    .collapsecheckboxlist .styled-link {
        cursor: pointer;
        position: relative;
        padding: 0;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        color: var(--secondary-color);
    }


.farerangeslider {
    width: 100%;
    float: left;
}

    .farerangeslider .css-187mznn-MuiSlider-root {
        border-radius: 12px;
        color: var(--primarycolor);
        height: 4px;
        padding: 13px 0;
        position: relative;
        z-index: 3;
    }

    .farerangeslider .css-eg0mwd-MuiSlider-thumb:hover, .farerangeslider .css-eg0mwd-MuiSlider-thumb.Mui-focusVisible {
        box-shadow: 0px 0px 0px 8px rgb(217, 217, 217);
    }

    .farerangeslider .css-eg0mwd-MuiSlider-thumb::before {
        background: var(--primarycolor);
    }

    .farerangeslider .css-eg0mwd-MuiSlider-thumb::after {
        width: 30px;
        height: 30px;
        opacity: 0.3;
        z-index: -1;
        background-color: var(--maincolor);
    }

/* Route Filters Style End Here */


/*Route Listing Style Start Here*/

.routerightside {
    width: 100%;
    float: left;
}

.routerightcontent {
    width: 100%;
    float: left;
    padding: 0 0 0 0px;
}

.routedateslider {
    width: 100%;
    float: left;
}

.routebuscount {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 20px;
}

.buscountnumber {
    float: left;
    display: none;
}

    .buscountnumber p {
        font-size: 20px;
        font-weight: 600;
        color: var(--textcolor);
    }

        .buscountnumber p label {
            font-size: 22px;
            font-weight: 600;
            color: var(--buttoncolor);
        }

.filterbuttonsidebar a {
    padding: 10px 20px;
    color: var(--maincolor);
    border: 1px solid var(--maincolor);
    border-radius: 50px;
}

    .filterbuttonsidebar a i {
        padding: 0 6px 0 0;
    }

    .filterbuttonsidebar a:hover, .filterbuttonsidebar a:focus {
        color: var(--maincolor);
    }

.bussortbylisting {
    float: right;
}

    .bussortbylisting p {
        font-size: 16px;
        font-weight: 600;
        color: var(--primary-color);
        display: inline-block;
        vertical-align: middle;
        padding: 0 10px 4px 0;
    }

    .bussortbylisting .dropdown {
        width: 180px;
        display: inline-block;
        transition: all .5s ease;
        position: relative;
        font-size: 16px;
        color: var(--primary-color);
        height: 100%;
        text-align: left;
    }

        .bussortbylisting .dropdown .select {
            cursor: pointer;
            display: block;
            outline: none;
            padding: 10px 16px;
            background-color: var(--tertiary-color);
            border-radius: 4px;
        }

            .bussortbylisting .dropdown .select > i {
                font-size: 16px;
                color: var(--secondary-color);
                cursor: pointer;
                transition: all .3s ease-in-out;
                float: right;
                line-height: 25px
            }

        .bussortbylisting .dropdown:focus {
            outline: none;
        }


        /* .bussortbylisting .dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
} */


        /* .bussortbylisting .dropdown:active {
    background-color: #f8f8f8
} */


        /* .bussortbylisting .dropdown.active:hover,
.bussortbylisting .dropdown.active {
    border-bottom: 1px solid var(--secondary-color);
} */

        .bussortbylisting .dropdown.active .select > i {
            transform: rotate(-180deg)
        }

        .bussortbylisting .dropdown .dropdown-menu {
            position: absolute;
            background-color: #fff;
            width: 100%;
            left: 0;
            margin-top: 1px;
            box-shadow: 0 1px 2px rgb(204, 204, 204);
            border-radius: 0 1px 2px 2px;
            overflow: hidden;
            display: none;
            max-height: 300px;
            z-index: 9;
            border-top: 2px solid var(--secondary-color);
        }

            .bussortbylisting .dropdown .dropdown-menu li {
                padding: 10px;
                transition: all .2s ease-in-out;
                cursor: pointer
            }

        .bussortbylisting .dropdown .dropdown-menu {
            padding: 0;
            list-style: none
        }

            .bussortbylisting .dropdown .dropdown-menu li:hover {
                background-color: #f2f2f2
            }

            .bussortbylisting .dropdown .dropdown-menu li:active {
                background-color: #e2e2e2
            }


.noroute {
    width: 100%;
    float: left;
    text-align: center;
    margin: 40px 0 0;
}

    .noroute p {
        font-size: 16px;
        font-weight: 600;
        padding: 20px 0;
        border-radius: 10px;
        border: 1px solid var(--secondary-color);
        background-color: var(--bgcolor);
    }

.busroutedetails {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}

.busroutestart lable {
    font-size: 16px;
    font-weight: 500;
    color: var(--buttoncolor);
}

.routedata {
    width: 100%;
    float: left;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #d5d7df;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 0 0 0px;
}

.busdetails {
    width: 100%;
    float: left;
    padding: 10px 40px;
    background-color: var(--secondary-color);
    border-radius: 10px 10px 0 0;
    /*display: none;*/
    justify-content: space-between;
    align-items: center;
}

.bustypedetails {
    float: left;
    display: none;
}

    .bustypedetails label {
        font-size: 20px;
        color: var(--pure);
        font-weight: 600;
    }

.busseatleft {
    font-size: 16px;
    color: var(--maincolor);
    font-weight: 500;
    border: 1px solid var(--textcolor);
    border-radius: 30px;
    padding: 8px 30px;
}

    .busseatleft .windowseat {
        font-size: 16px;
        font-weight: 400;
    }

.bustypenumber {
    padding: 0 0 0 120px;
}

    .bustypenumber i {
        padding: 0 10px 0 0;
    }

.busroutetimetable {
    width: 100%;
    float: left;
    padding: 20px 40px 0;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.bustiming {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    flex-basis: 50%;
    flex-wrap: wrap;
}


.bustimingbottom {
    display: flex;
    justify-content: space-between;
    flex-basis: 30%;
}

    .bustimingbottom .bustype {
        display: none;
    }

.busroutetimetable .boldlabel {
    font-size: 22px;
    font-weight: 600;
    color: var(--maincolor);
    display: block;
}

.busroutetimetable .busdate {
    font-size: 13px;
    font-weight: 600;
    color: var(--maincolor);
}

.busroutetimetable .lighttext {
    font-size: 14px;
    font-weight: 400;
    color: var(--textcolor);
    display: block;
}

.busroutetimetable p.lighttext {
    display: none;
}

.busroutetimetable .bluetext {
    font-size: 18px;
    font-weight: 500;
    color: var(--maincolor);
    display: block;
    padding: 6px 0 0;
}

.busroutetimetable .lightlabel {
    font-size: 14px;
    font-weight: 400;
    color: var(--textcolor);
    display: block;
}

.busroutetimetable .bustime {
    display: inline-block;
    vertical-align: middle;
    flex-basis: 25%;
}

.bustime.busroutearrow {
    padding: 5px 20px 0;
}

.rattinglabel {
    padding: 1px 0px 2px;
    border: 1px solid #D5D7DF;
    border-radius: 4px;
    color: var(--maincolor);
    font-size: 20px;
    font-weight: 600;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
    margin: 0 0 6px;
}

    .rattinglabel label {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
    }

    .rattinglabel i {
        font-size: 12px;
        display: inline-block;
        vertical-align: middle;
        padding: 0 0px 0 4px;
    }

.busfairdetails {
    text-align: left;
    position: relative;
}

    .busfairdetails.busfairdetailsmobile {
        text-align: left;
        position: absolute;
        left: 40px;
        top: 16px;
        display: none;
    }

    .busfairdetails p {
        font-size: 12px;
        font-weight: 400;
        color: var(--primary-color);
        text-transform: uppercase;
    }

    .busfairdetails span {
        font-size: 28px;
        font-weight: 700;
        color: var(--maincolor);
    }

        .busfairdetails span i {
            font-size: 24px;
            padding: 0 5px 0 0;
        }

    .busfairdetails .savingamount {
        font-size: 14px;
        font-weight: 400;
        color: var(--secondary-color);
    }

        .busfairdetails .savingamount i {
            padding: 0 2px 0 2px;
        }

.busroutevia {
    width: 100%;
    float: left;
    padding: 20px 40px 20px;
    font-size: 18px;
    font-weight: 500;
    color: var(--textcolor);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.bustypeamenities {
    display: flex;
    gap: 10px;
    padding: 14px 0 0;
    flex-wrap: wrap;
}

    .bustypeamenities i {
        font-size: 16px;
        color: var(--textlight);
        cursor: pointer;
    }

.busroutevialist {
    border: 1px solid #D5D7DF;
    border-radius: 6px;
    display: flex;
    padding: 10px 20px;
    justify-content: flex-start;
    /* flex: 1 auto; */
}

    .busroutevialist span {
        font-size: 18px;
        font-weight: 600;
        color: var(--primary-color);
        float: left;
        flex: 0 0 auto;
    }

    .busroutevialist .vialist {
        display: inline-block;
        vertical-align: middle;
        flex: 1 1 auto;
    }

        .busroutevialist .vialist ul {
            margin: 0;
            padding: 2px 0 0 5px;
            list-style-type: none;
        }

            .busroutevialist .vialist ul li {
                font-size: 18px;
                font-weight: 400;
                color: var(--primary-color);
                display: inline-block;
                position: relative;
                padding: 0 28px 0 0;
            }

                .busroutevialist .vialist ul li::after {
                    content: '\f178';
                    font-family: FontAwesome;
                    position: absolute;
                    right: 6px;
                    top: 5px;
                    color: var(--secondary-color);
                    font-size: 12px;
                    font-weight: normal;
                }

                .busroutevialist .vialist ul li:last-child::after {
                    display: none;
                }

.busroutefacilities {
    width: 100%;
    float: left;
    background-color: var(--bgcolor);
    border-radius: 0 0 10px 10px;
    position: relative;
}

.busfacilitiestab {
    width: 100%;
    float: left;
}


    /* Tabs Area */

    .busfacilitiestab .nav-tabs {
        border-bottom: none;
        width: 100%;
        display: flex;
        padding: 10px 40px;
        border-top: 1px dashed #D5D7DF;
        justify-content: flex-end;
        align-items: center;
    }

        .busfacilitiestab .nav-tabs .nav-item {
            display: inline-block;
            padding: 0 0;
        }

            .busfacilitiestab .nav-tabs .nav-item.show .nav-link,
            .busfacilitiestab .nav-tabs .nav-link.active {
                color: var(--buttoncolor);
                background-color: transparent;
                border: none;
            }

        .busfacilitiestab .nav-tabs .nav-link {
            background: 0 0;
            border: none;
            font-size: 16px;
            font-weight: 500;
            color: var(--textcolor);
            padding: 0 20px 0;
            position: relative;
        }

            .busfacilitiestab .nav-tabs .nav-link:after {
                content: '';
                position: absolute;
                width: 2px;
                height: 20px;
                background-color: #D5D7DF;
                right: 0;
                top: 5px;
            }

            .busfacilitiestab .nav-tabs .nav-link.nav-link-last:after {
                display: none;
            }

    .busfacilitiestab .tab-pane {
        width: 100%;
        float: left;
        padding: 40px 40px 40px;
        border-top: 1px dashed #D5D7DF;
        background-color: var(--primarycolor);
        border-radius: 0 0 10px 10px;
    }

    .busfacilitiestab .nav-tabs .nav-item.nav-item-button {
        float: right;
        padding: 10px;
        background-color: var(--maincolor);
        border-radius: 4px;
        cursor: pointer;
        color: var(--primarycolor);
    }

        .busfacilitiestab .nav-tabs .nav-item.nav-item-button i {
            font-size: 22px;
            line-height: 30px;
            padding: 0 20px;
            color: var(--primarycolor);
        }

    .busfacilitiestab .nav-tabs .nav-link:focus,
    .busfacilitiestab .nav-tabs .nav-link:hover {
        border: none;
        isolation: isolate;
    }

    .busfacilitiestab .nav-tabs .nav-item-button button {
        color: var(--pure);
    }

        .busfacilitiestab .nav-tabs .nav-item-button button:focus,
        .busfacilitiestab .nav-tabs .nav-item-button button:hover,
        .busfacilitiestab .nav-tabs .nav-item-button button.active {
            color: var(--primary-color);
        }


/*Review Tabbing Slider Style Start Here*/

.testimonialtabwrapper {
    width: 100%;
    float: left;
    text-align: center;
}

.testim.testimtab {
    width: 100%;
    position: relative;
}

    .testim.testimtab .wrap {
        position: relative;
        width: 100%;
        max-width: 100%;
        padding: 40px 20px;
        margin: auto;
    }

    .testim.testimtab .cont div h2 {
        color: var(--primary-color);
        font-size: 18px;
        font-weight: 600;
        margin: 15px 0;
        padding: 20px 0 10px;
    }

    .testim.testimtab .cont div p {
        font-size: 16px;
        font-weight: 400;
        color: var(--primary-color);
        width: 100%;
        text-align: center;
        line-height: 30px;
        padding: 20px 0 0;
    }

    .testim.testimtab .cont i {
        font-weight: bold;
        font-size: 120px;
        color: var(--secondary-color);
    }

    .testim.testimtab ul {
        padding-left: 0;
    }

    .testim.testimtab .dots .dot {
        list-style-type: none;
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 2px solid var(--primary-color);
        margin: 0 5px;
        cursor: pointer;
        -webkit-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        position: relative;
        background-color: var(--primary-color);
    }

        .testim.testimtab .dots .dot.active,
        .testim.testimtab .dots .dot:hover {
            background: var(--secondary-color);
            border-color: var(--secondary-color);
        }

    .testim.testimtab .arrow {
        display: none;
    }

    /* .testim.testimtab .cont > div {
        position: relative;
        padding: 0 0 70px 0;
        width: 100%;
    }*/

    .testim.testimtab .cont > div.inactive {
        opacity: 0;
    }

/*Review Tabbing Slider Style End Here*/


/*Amenities Tabbing Style Start Here*/

.amenities-tab-section {
    width: 100%;
    float: left;
    background-color: #F9FAFB;
    border: 1px solid #D5D7DF;
    border-radius: 10px;
    padding: 20px 20px;
}

.amenities-tab-list {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.amenities-tab-box {
    width: 25%;
    text-align: left;
    padding: 10px 0;
}

    .amenities-tab-box i,
    .amenities-tab-box p {
        font-size: 22px;
        color: var(--primary-color);
        display: inline-block;
        vertical-align: middle;
    }

    .amenities-tab-box p {
        font-size: 16px;
        font-weight: 400;
        padding-left: 10px;
    }


/*Amenities Tabbing Style End Here*/


/*Boarding/Dropping Point Tabbing Style Start Here*/

.boarding-dropping-tab-section {
    width: 100%;
    float: left;
}

.boarding-point-tab,
.dropping-point-tab {
    width: 50%;
    float: left;
}

.boarding-point-list, .dropping-point-list {
    float: left;
    margin: 0 20px 0 0;
    background-color: var(--bgcolor);
    border: 1px solid #D5D7DF;
    border-radius: 10px;
    padding: 30px 20px;
    width: 100%;
}

.dropping-point-list {
    margin: 0 0 0 20px;
}

.boarding-title {
    font-size: 20px;
    text-align: center;
    position: relative;
    padding: 0 0 20px;
    font-weight: 600;
}



.boarding-list-type {
    width: 100%;
    float: left;
    padding: 30px 0 0;
    height: 320px;
    overflow-y: auto;
}

    .boarding-list-type::-webkit-scrollbar {
        border-radius: 10px;
        width: 6px;
        box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .boarding-list-type::-webkit-scrollbar-thumb {
        border-radius: 10px;
        width: 6px;
        background-color: var(--maincolor);
    }

.boarding-list {
    width: 100%;
    float: left;
    display: flex;
    padding: 0 0 20px;
}

    .boarding-list label.dropdate {
        display: block;
        font-weight: 600;
        text-align: left;
    }

    .boarding-list label {
        padding: 0 20px 0 0;
    }

    .boarding-list p {
        flex: 1;
    }
/*Boarding/Dropping Point Tabbing Style End Here*/
/*Cancellation Tabbing Style Start Here*/
.cancellation-tab-section {
    width: 100%;
    float: left;
}

.cancellation-policy {
    width: 100%;
    float: left;
    border: 1px solid #D5D7DF;
    border-radius: 10px 10px 0 0;
}

.cancellation-list-type {
    width: 100%;
    float: left;
}

.cancellation-title {
    font-size: 18px;
    font-weight: 600;
    background-color: var(--bgcolor);
    padding: 16px 40px;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #D5D7DF;
}

.cancellation-list-title {
    font-size: 16px;
    font-weight: 600;
    padding: 16px 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D5D7DF;
}

.cancellation-list {
    font-size: 16px;
    font-weight: 400;
    padding: 16px 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D5D7DF;
}

    .cancellation-list:last-child {
        border: none;
    }


/*Cancellation Tabbing Style End Here*/


/* Booking Seat Chart Style Start Here */


.seatpricefilter {
    /*width: 100%;*/
    float: left;
}

    .seatpricefilter ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline-block;
        width: 100%;
    }

        .seatpricefilter ul li {
            display: inline-block;
            padding: 2px 20px 2px;
            border: 1px solid var(--textcolor);
            border-radius: 4px;
            margin: 0 6px;
            cursor: pointer;
            font-size: 14px;
            background-color: var(--primarycolor);
        }

            .seatpricefilter ul li.active {
                background-color: var(--textcolor);
                color: var(--primarycolor);
            }

/*.seatpricefilter ul li:first-child {
                background-color: transparent;
                border: none;
                font-size: 16px;
                font-weight: 600;
                margin-right: 2px;
            }*/

.seat-opacity {
    opacity: 0.3;
    pointer-events: none !important;
}

.upperlowerchart {
    /*width: 100%;*/
    float: left;
}

.bookingchartdata {
    /* width: 100%; */
    float: left;
    display: flex;
    justify-content: space-around;
}

.seatchartdeta {
    width: 100%;
    float: left;
    position: relative;
}

    .seatchartdeta span.seat {
        transform: rotate(-90deg);
    }

.bookingseatchart {
    /* width: 70%; */
    float: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/*.lowerdeckseat, .upperdeckseat {
    background-color: #F9FAFB;
    border: 1px solid #D5D7DF;
    border-radius: 10px;
    width: 100%;
    float: left;
    height: 250px;
    padding: 0 0 0 60px;
}*/

.lowerdeckseat, .upperdeckseat {
    background-color: var(--bgcolor);
    border: 1px solid #D5D7DF;
    border-radius: 10px;
    width: 320px;
    float: left;
    min-height: 630px;
    padding: 40px 60px 0;
}

/*.lowerdeckseat {
    background-image: url(../Images/Driver.png);
    background-position: 15px 40px;
    background-repeat: no-repeat;
    background-size: 30px;
}*/

.lowerdeckseat {
    background-image: url(../Images/Driver.png);
    background-position: 76% 20px;
    background-repeat: no-repeat;
    background-size: 30px;
}


.lowerdeckchart, .upperdeckchart {
    width: 50%;
    float: left;
}

.seatchartone, .seatchartwo {
    text-align: left;
}

.seatitle {
    padding: 0 120px 0;
    display: inline-block;
    margin: 20px 0 20px;
    color: var(--secondary-color);
    font-weight: 600;
    position: relative;
}

    .seatitle:before {
        content: '';
        position: absolute;
        width: 80px;
        height: 30px;
        left: 20px;
        top: -2px;
        background-color: var(--textcolor);
        clip-path: polygon(100% 37%, 1% 45%, 100% 52%);
    }

    .seatitle:after {
        content: '';
        position: absolute;
        width: 80px;
        height: 30px;
        right: 20px;
        bottom: -2px;
        background-color: var(--textcolor);
        clip-path: polygon(100% 37%, 1% 45%, 100% 52%);
        transform: rotate(180deg);
    }



/*Seat Icon*/
.seat-icon {
    background-color: #fff;
    min-width: 70px;
    min-height: 30px;
    color: var(--primary-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(--primary-color);
    position: relative;
}



/*.seat-icon02 {
    background-color: #fff;
    min-width: 31px;
    min-height: 30px;
    color: var(--primary-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(--primary-color);
    position: relative;
}*/

.seat-icon02 {
    background-color: #fff;
    min-width: 31px;
    min-height: 30px;
    color: var(--textcolor);
    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(--primary-color);
    position: relative;
    max-width: 31px;
    overflow-x: hidden;
}

.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 Available color*/
.seat-icon.seat_available {
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid var(--textcolor);
}



.seat-icon02.seat_available {
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid var(--textcolor);
}

/*Seat Available for lady*/
.seat-icon.seat_available_ladies {
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid var(--textcolor);
}

.seat-icon02.seat_available_ladies {
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid var(--textcolor);
}


/*Seat Reserved*/
.seat-icon.seat_reserved {
    background-color: var(--textlight);
    color: var(--primarycolor);
    border: 1px solid var(--textcolor);
}

.seat-icon02.seat_reserved {
    background-color: var(--textlight);
    color: var(--primarycolor);
    border: 1px solid var(--textcolor);
}


/*Seat Booked By Lady*/
.seat-icon.seat__booked_ladies {
    background-color: #FF91AB;
    color: var(--primarycolor);
    border: 1px solid var(--textcolor);
}

.seat-icon02.seat__booked_ladies {
    background-color: #FF91AB;
    color: var(--primarycolor);
    border: 1px solid var(--textcolor);
}



/*Seat Selected*/
.seat-icon.seat_selected {
    background-color: var(--maincolor);
    color: var(--primarycolor);
    border: 1px solid var(--textcolor);
}

.seat-icon02.seat_selected {
    background-color: var(--maincolor);
    color: var(--primarycolor);
    border: 1px solid var(--textcolor);
}


/*Seat Available for Low Price color*/
.seat-icon.seat_lowprice {
    border: 2px dashed #df8f90;
    animation: blink 1s;
    animation-iteration-count: infinite;
}

.seat-icon02.seat_lowprice {
    border: 2px dashed #df8f90;
    animation: blink 1s;
    animation-iteration-count: infinite;
}

@keyframes blink {
    50% {
        border-color: var(--secondary-color);
    }
}

/*Tooltip Style*/

.css-13hjud9-MuiTooltip-tooltip {
    background-color: var(--maincolor) !important;
    border-radius: 0px !important;
    color: #fff !important;
    padding: 10px 15px !important;
    float: left !important;
    font-size: 14px !important;
    max-width: 300px !important;
    margin: 0 !important;
    word-wrap: break-word !important;
    font-weight: 400 !important;
    position: relative !important;
    border: 1px solid var( --primary-color) !important;
}

    .css-13hjud9-MuiTooltip-tooltip h4 {
        font-size: 16px !important;
        background-color: var(--primary-color) !important;
        text-align: center !important;
        padding: 6px 10px;
    }

    .css-13hjud9-MuiTooltip-tooltip table {
        width: 100% !important;
        float: left !important;
        padding: 0px !important;
        color: var(--primary-color) !important;
    }

        .css-13hjud9-MuiTooltip-tooltip table tr {
            padding: 0 0 4px;
            display: flex;
            justify-content: space-between;
        }

        .css-13hjud9-MuiTooltip-tooltip table th {
            text-align: left !important;
            color: var(--primary-color) !important;
        }

            .css-13hjud9-MuiTooltip-tooltip table th td {
                text-align: right !important;
                color: var(--primary-color) !important;
            }

.css-kudwh-MuiTooltip-arrow {
    color: var(--maincolor) !important;
}

/*.css-viryjt-MuiPopper-root-MuiTooltip-popper {
    position: absolute !important;
    bottom: 10px !important;
}*/
/*Available Seat Indicator Style*/
.seatindicator {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 23px;
    padding: 30px 0 10px;
}

    .seatindicator .seat01 {
        font-size: 14px;
        font-weight: 400;
        color: var(--primary-color);
        display: flex;
        align-items: center;
    }

        .seatindicator .seat01 em {
            border: 1px solid var(--textcolor);
            background-color: var(--primarycolor);
            height: 16px;
            width: 16px;
            display: inline-block;
            vertical-align: middle;
            margin: 0 10px 0 0;
        }

        .seatindicator .seat01.seat02 em {
            border: 1px solid var(--secondary-color);
            background-color: var(--pure);
        }

        .seatindicator .seat01.seat03 em {
            border: 1px solid var(--textcolor);
            background-color: var(--textlight);
        }

        .seatindicator .seat01.seat04 em {
            border: 1px solid var(--textcolor);
            background-color: #FF91AB;
        }

        .seatindicator .seat01.seat05 em {
            border: 1px solid var(--textcolor);
            background-color: var(--maincolor);
        }

        .seatindicator .seat01.seat06 em {
            border: 1px dashed #df8f90;
            background-color: #fff;
            animation: blink 1s;
            animation-iteration-count: infinite;
        }

        .seatindicator .seat01.seat06 {
            font-weight: 600;
            color: var(--secondary-color);
            text-transform: uppercase;
        }

@keyframes blink {
    50% {
        border-color: var(--secondary-color);
    }
}
/*Booking Information */
.bookingdeatails {
    /* width: 30%; */
    float: left;
    padding: 60px 0 0;
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
}

.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 #D5D7DF;
    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(--tertiary-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(--bgcolor);
    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: 6px 10px;
}

    .serviceboxdetail p {
        font-size: 16px;
        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: 16px;
        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: 4px 20px;
    display: flex;
    justify-content: space-between;
}

    .fairdetails p, .fairdetails label {
        font-size: 16px;
        font-weight: 400;
        color: var(--primary-color);
    }

    .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(--primarycolor);
        background-color: var(--maincolor);
        border: none;
        padding: 11px 38px;
        border-radius: 4px;
    }

        .bookingcontinue button:hover, .bookingcontinue button:focus, .bookingcontinue button:active {
            color: var(--primarycolor);
            background-color: var(--buttoncolor);
            border: none;
            box-shadow: none;
        }


.css-3yjvh5-MuiPaper-root-MuiAlert-root .MuiAlert-icon {
    display: none;
}

.css-3yjvh5-MuiPaper-root-MuiAlert-root {
    color: var(--primarycolor) !important;
    background-color: var(--maincolor) !important;
    padding: 14px 40px !important;
    font-weight: 600;
}

.css-3yjvh5-MuiPaper-root-MuiAlert-root {
    font-weight: 600 !important;
    font-size: 16px !important;
}


/* Booking Seat Chart Style End Here*/
/*Route Listing Style End Here*/
/*Routewrapper Style End Here*/
/*************************Available Route Page Style End***********************/



/*inner page style(25-03-23)*/


/*************************Customer Info Page Style Start***********************/
.customerinfowrapper {
    width: 100%;
    float: left;
    clear: both;
    padding: 20px 50px 0;
}

.abc {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.popupclose {
    position: absolute;
    right: 0;
    top: 0;
}

    .popupclose i {
        font-size: 30px;
        color: var(--primary-color);
        cursor: pointer;
    }

        .popupclose i:hover {
            color: var(--secondary-color);
        }

.customerinfohead {
    width: 100%;
    float: left;
    padding: 0 0 30px;
}

.bookingchartdata {
    width: 100%;
    float: left;
}

.customerinfowrapper .customerinfotitle {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
    padding: 0px 0 0;
    display: inline-block;
}

.customerinfowrapper .customer-route-time {
    width: 100%;
    float: left;
    padding: 10px 0 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
}

    .customerinfowrapper .customer-route-time .bus-route-date {
        padding: 0 10px 0 0;
    }

    .customerinfowrapper .customer-route-time .bus-fix-number {
        border-left: 2px solid var(--textlight);
        padding: 0 0 0 10px;
    }

.customerroutedata {
    width: 100%;
    float: left;
    padding: 30px 0px 0;
}

.passengerdetails {
    width: 60%;
    float: left;
    padding: 0 25px 0 0;
}

.passengerbox {
    width: 100%;
    float: left;
    padding: 20px 20px 30px;
    background-color: transparent;
    border: 1px solid #D5D7DF;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    margin: 14px 0;
}

    .passengerbox.passengersubdetails {
        max-height: 460px;
        overflow-y: auto;
    }


.passengertitle {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
    padding: 0 0 20px;
}

.passengernumber {
    width: 100%;
    float: left;
    padding: 0 0 20px;
}

.passengercount {
    width: 100%;
    float: left;
    padding: 0 0 10px;
}

    .passengercount p {
        font-size: 14px;
        font-weight: 400;
        color: var(--primary-color);
        padding-right: 10px;
        display: inline-block;
    }

        .passengercount p.passseat {
            padding-left: 10px;
            padding-right: 40px;
            border-left: 2px solid var(--secondary-color);
        }

        .passengercount p.passcopy {
            padding-left: 0px;
            padding-right: 0px;
            border-left: none;
        }

            .passengercount p.passcopy a {
                font-weight: 600;
                font-size: 14px;
                text-transform: capitalize;
                color: var(--secondary-color);
            }

        .passengercount p.passseat label {
            color: var(--secondary-color);
            font-weight: 700;
            padding: 0 0 0 5px;
        }

    .passengercount a {
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        color: var(--secondary-color);
    }

.passengerfillbox {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
}

    .passengerfillbox input {
        width: 100%;
        height: 35px;
        padding: 0 10px;
        border: 1px solid #D5D7DF;
        background-color: var(--pure);
        outline: none;
        font-size: 14px;
        color: var(--textcolor);
    }

    .passengerfillbox .form-check-input:focus, .passengerfillbox .form-control:focus, .passengerfillbox .form-select:focus {
        border-color: var(--maincolor);
        outline: none;
        box-shadow: none;
    }

.passname {
    width: 60%;
    display: inline-block;
}

.passgender {
    width: 15%;
    display: inline-block;
}

    .passgender .css-xsu6ln-MuiAutocomplete-root, .gststate .css-xsu6ln-MuiAutocomplete-root {
        width: 100%;
    }

    .passgender .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after,
    .gststate .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
        border-bottom: 2px solid var(--secondary-color);
    }

    .passgender .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot,
    .gststate .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .passgender .css-xsu6ln-MuiAutocomplete-root .MuiInput-root .MuiInput-input,
    .gststate .css-xsu6ln-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        padding: 4px 4px 4px 10px;
        height: 25px;
        border-radius: 4px;
    }

    .passgender .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before,
    .gststate .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before {
        border-bottom: none;
    }

    .passgender .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before,
    .gststate .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before {
        border-bottom: none;
    }

    .passgender .css-1glvl0p-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-clearIndicator,
    .gststate .css-1glvl0p-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-clearIndicator {
        display: none;
    }

.passage {
    width: 15%;
    display: inline-block;
}

.passcontactdata {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

    .passcontactdata .passemail {
        flex-basis: 46%;
    }

        .passcontactdata .passemail .css-xsu6ln-MuiAutocomplete-root {
            width: 100%;
        }

            .passcontactdata .passemail .css-xsu6ln-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
                padding: 0 0 0 10px;
            }

        .passcontactdata .passemail .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
            padding-right: 0;
        }

        .passcontactdata .passemail .MuiAutocomplete-hasPopupIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot,
        .passcontactdata .passemail .MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
            padding-right: 0;
        }

        .passcontactdata .passemail .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
            border-bottom: none;
        }

        .passcontactdata .passemail .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled):before {
            border-bottom: none;
        }

    .passcontactdata label {
        font-size: 14px;
        font-weight: 400;
        color: var(--textcolor);
        padding: 0 0 10px;
    }

    .passcontactdata input {
        width: 100%;
        height: 35px;
        padding: 0 10px;
        border: 1px solid #D5D7DF;
        background-color: var(--pure);
        outline: none;
        font-size: 14px;
        color: var(--textcolor);
    }

    .passcontactdata .form-check-input:focus, .passcontactdata .form-control:focus, .passcontactdata .form-select:focus {
        border-color: var(--maincolor);
        outline: none;
        box-shadow: none;
    }

.bookingtypedetails .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
    color: var(--maincolor);
}

.hotdealbox {
    width: 100%;
    float: left;
}

    .hotdealbox .vh {
        position: absolute !important;
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0 !important;
        border: 0 !important;
        height: 1px !important;
        width: 1px !important;
        overflow: hidden;
    }

    .hotdealbox input[type="checkbox"]:checked ~ label::before {
        background: var(--textcolor) no-repeat center;
        background-size: 12px 12px;
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ1LjcwMSA0NS43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NS43MDEgNDUuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yMC42ODcsMzguMzMyYy0yLjA3MiwyLjA3Mi01LjQzNCwyLjA3Mi03LjUwNSwwTDEuNTU0LDI2LjcwNGMtMi4wNzItMi4wNzEtMi4wNzItNS40MzMsMC03LjUwNCAgICBjMi4wNzEtMi4wNzIsNS40MzMtMi4wNzIsNy41MDUsMGw2LjkyOCw2LjkyN2MwLjUyMywwLjUyMiwxLjM3MiwwLjUyMiwxLjg5NiwwTDM2LjY0Miw3LjM2OGMyLjA3MS0yLjA3Miw1LjQzMy0yLjA3Miw3LjUwNSwwICAgIGMwLjk5NSwwLjk5NSwxLjU1NCwyLjM0NSwxLjU1NCwzLjc1MmMwLDEuNDA3LTAuNTU5LDIuNzU3LTEuNTU0LDMuNzUyTDIwLjY4NywzOC4zMzJ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    }

    .hotdealbox label::before {
        content: "";
        width: 20px;
        height: 20px;
        background: #fff;
        border: 1px solid var(--textcolor);
        display: inline-block;
        margin-right: 10px;
        border-radius: 4px;
    }

    .hotdealbox label {
        font-size: 14px;
        font-weight: 700;
        display: flex;
        align-items: center;
        cursor: pointer;
        float: left;
    }

    .hotdealbox span {
        width: 100%;
        float: left;
        padding: 6px 0 0px 31px;
        font-size: 14px;
        font-weight: 700;
        color: var(--secondary-color);
    }

.hotdeallabel {
    width: 100%;
    float: left;
    padding: 20px 0 0px 30px;
}

    .hotdeallabel span {
        font-size: 12px;
        font-weight: 400;
        color: var(--pure);
        background-color: var(--primary-color);
        padding: 7px 17px;
        border-radius: 4px;
        display: inline-block;
    }

        .hotdeallabel span.totalamountlbl {
            margin-left: 40px;
        }

        .hotdeallabel span label {
            font-size: 14px;
            font-weight: 400;
            color: var(--pure);
        }

.passengertitle.hotdealbox label {
    font-size: 18px;
    font-weight: 600;
}



.passengerwallet input {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    border: 1px solid #D5D7DF;
    background-color: var(--pure);
    outline: none;
    font-size: 14px;
    color: var(--textcolor);
}

    .passengerwallet input:focus {
        border-color: var(--maincolor);
        outline: none;
        box-shadow: none;
    }

.Walletsubdetails {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0 0;
    width: 100%;
}

.walletbox {
    flex-basis: 46%;
    border: 1px solid #D5D7DF;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 10px;
    border-radius: 4px;
}

    .walletbox.walletboxbtn {
        flex-basis: 46%;
        border: none;
        display: flex;
        gap: 10px;
        padding: 0;
    }

        .walletbox.walletboxbtn button {
            font-size: 14px;
            font-weight: 600;
            color: var(--primarycolor);
            background-color: var(--maincolor);
            border: none;
            border-radius: 4px;
            padding: 12px 36px;
            text-transform: capitalize;
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
        }

    .walletbox label {
        font-size: 14px;
        font-weight: 400;
        color: var(--textcolor);
        padding: 0 0 10px;
    }

.bookingtypedetails .css-1hpqosy-MuiFormControlLabel-root {
    display: flex;
    flex-direction: row;
}

.passengerwallet button {
    font-size: 14px;
    font-weight: 600;
    color: var(--primarycolor);
    background-color: var(--maincolor);
    border: none;
    border-radius: 4px;
    padding: 12px 36px;
    text-transform: capitalize;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    margin: 20px 0 0;
}

.gststate {
    width: 30%;
    float: left;
}


.passengertitle.hotdealbox a {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 0 10px;
    border-bottom: none;
    padding: 0 0 2px;
    color: var(--maincolor) !important;
}

.passengertitle.passengertitle01 {
    padding: 0 0 0px;
}

.passengerbox.terms_conditions {
    background-color: var(--bgcolor);
    padding: 20px 20px;
}

.paymentbox .radio {
    width: 100%;
    float: left;
}

    .paymentbox .radio input[type=radio] {
        position: absolute;
        opacity: 0;
    }

    .paymentbox .radio input[type="radio"] + .radio-label::before {
        content: "";
        background: #f4f4f4;
        border-radius: 100%;
        border: 1px solid var(--primary-color);
        display: inline-block;
        width: 20px;
        height: 20px;
        position: relative;
        top: 10px;
        margin-right: 20px;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        transition: all 250ms ease;
    }

    .paymentbox .radio input[type=radio]:checked + .radio-label:before {
        background-color: var(--primary-color);
        box-shadow: inset 0 0 0 4px #f4f4f4;
    }

    .paymentbox .radio input[type=radio]:focus + .radio-label:before {
        outline: none;
        border-color: var(--primary-color);
    }

    .paymentbox .radio input[type=radio]:disabled + .radio-label:before {
        box-shadow: inset 0 0 0 4px #f4f4f4;
        border-color: #b4b4b4;
        background: #b4b4b4;
    }

    .paymentbox .radio input[type=radio] + .radio-label:empty:before {
        margin-right: 0;
    }

.hotdealbox label.radio-label {
    align-items: start;
}

.paymentbox .radio span {
    font-size: 18px;
    font-weight: 400;
    color: var(--secondary-color);
    padding: 10px 0 20px 40px;
    position: relative;
    margin: 0 0 20px;
}

.cust_boxdata_details {
    display: flex;
    gap: 40px;
    align-items: center;
}

.cust_pass_input_botton button {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--primarycolor);
    background-color: var(--maincolor);
    border: none;
    padding: 11px 38px;
    border-radius: 4px;
}

    .cust_pass_input_botton button:hover, .cust_pass_input_botton button:focus, .cust_pass_input_botton button:active {
        color: var(--primarycolor);
        background-color: var(--buttoncolor);
        border: none;
        box-shadow: none;
    }

.pg_gateway {
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 0 0px;
    display: flex;
}

    .pg_gateway:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        height: 1px;
        background: -moz-linear-gradient(left, rgba(166,145,76,1) 0%, rgba(166,145,76,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(166,145,76,1) 0%,rgba(166,145,76,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(166,145,76,1) 0%,rgba(166,145,76,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6914c', endColorstr='#33a6914c',GradientType=1 ); /* IE6-9 */
    }

    .pg_gateway:last-child:after {
        display: none;
    }

    .pg_gateway img {
        display: block;
        max-width: 120px;
    }
/*.paymentbox .radio span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 3px;
    background: rgb(249, 250, 251);
    background: -moz-linear-gradient(left, rgba(249, 250, 251, 1) 0%, rgba(213, 215, 223, 1) 50%, rgba(249, 250, 251, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(249, 250, 251, 1) 0%, rgba(213, 215, 223, 1) 50%, rgba(249, 250, 251, 1) 100%);
    background: linear-gradient(to right, rgba(249, 250, 251, 1) 0%, rgba(213, 215, 223, 1) 50%, rgba(249, 250, 251, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9fafb', endColorstr='#f9fafb', GradientType=1);
}*/
.passengerbox.payment_gateway {
    padding: 20px 20px 10px;
}

    .passengerbox.payment_gateway .css-dmmspl-MuiFormGroup-root {
        flex-direction: row;
    }

    .passengerbox.payment_gateway .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
        color: var(--primary-color);
    }

    .passengerbox.payment_gateway label {
        position: relative;
        padding: 0 0 10px;
        flex-basis: 25%;
    }

/*.passengerbox.payment_gateway label::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 100%;
            height: 1px;
            background: -moz-linear-gradient(left, rgba(166,145,76,1) 0%, rgba(166,145,76,0) 100%);*/ /*FF3.6-15 */
/*background: -webkit-linear-gradient(left, rgba(166,145,76,1) 0%,rgba(166,145,76,0) 100%);*/ /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to right, rgba(166,145,76,1) 0%,rgba(166,145,76,0) 100%);*/ /*W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6914c', endColorstr='#33a6914c',GradientType=1 );*/ /*IE6-9 */
/*}*/

/*.passengerbox.payment_gateway label:last-child:after {
            display: none;
        }*/

.passengerroutedetails {
    width: 40%;
    float: left;
    padding: 0 0 0 25px;
}

.passjourneydetails.passengerbox {
    padding: 0 0 20px;
}

.journeytitle {
    font-size: 18px;
    font-weight: 600;
    color: var(--textcolor);
    background-color: var(--bgcolor);
    width: 100%;
    float: left;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px dashed var(--textlight);
}

.journeysubtitle {
    width: 100%;
    float: left;
    padding: 20px 20px;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}

.journeydetails {
    width: 100%;
    float: left;
    padding: 0 20px 14px;
    display: flex;
    justify-content: space-between;
}

.journeydate {
    width: 48%;
    float: left;
}

    .journeydate p {
        font-size: 14px;
        color: var(--textcolor);
        font-weight: 600;
    }

    .journeydate label {
        font-size: 14px;
        color: var(--textcolor);
        display: block;
    }

        .journeydate label.journeytime {
            font-size: 14px;
            display: block;
        }

.faredetails {
    width: 100%;
    float: left;
    padding: 5px 20px;
}

    .faredetails.farediscount label {
        width: 100%;
        float: left;
        text-align: left;
        padding: 20px 0 6px;
        font-size: 17px;
        font-weight: 700;
    }

    .faredetails.farediscount input {
        width: 100%;
        float: left;
        border: 1px solid var(--primary-color);
        outline: none;
        height: 40px;
        border-radius: 4px;
        padding: 0 10px;
    }

    .faredetails.farediscount .fareinput {
        width: 100%;
        float: left;
        position: relative;
    }

        .faredetails.farediscount .fareinput a {
            position: absolute;
            font-size: 16px;
            font-weight: 700;
            color: var(--secondary-color);
            right: 10px;
            top: 7px;
        }

    .faredetails.faredetails01 {
        padding: 20px 20px 5px;
    }

    .faredetails p {
        font-size: 16px;
        float: left;
        text-align: left;
    }

    .faredetails label {
        text-align: right;
        float: right;
    }

    .faredetails.savingfare p {
        color: #0045c3;
        font-weight: 600;
    }

    .faredetails.savingfare label {
        color: #0045c3;
        font-weight: 600;
    }

    .faredetails.farepayble p {
        font-weight: 700;
    }

    .faredetails.farepayble label {
        font-weight: 700;
    }


.bookingconfirmbtn {
    width: 60%;
    float: left;
    text-align: center;
    padding: 20px 0 60px;
}

    .bookingconfirmbtn button {
        font-size: 16px;
        font-weight: 600;
        color: var(--primarycolor);
        background-color: var(--maincolor);
        border: none;
        border-radius: 4px;
        padding: 12px 36px;
        text-transform: uppercase;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    }


/*************************Customer Info Page Style End***********************/

/*************************Date Picker 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(--maincolor) !important;
    color: var(--primarycolor) !important;
    background-image: none !important;
}

.datetimepicker th.dow {
    background-color: var(--pure) !important;
}

.datetimepicker td, .datetimepicker th {
    width: 40px !important;
    height: 30px !important;
    color: var(--primary-color);
    background-color: #acceee2e !important;
    font-weight: 600;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.datetimepicker table tr td.disabled, .datetimepicker table tr td.disabled:hover {
    color: #999 !important;
    background-color: var(--pure) !important;
    font-weight: 400;
}

.datetimepicker thead tr:first-child th, .datetimepicker tfoot th {
    background-color: #acceee2e !important;
    font-weight: 600 !important;
}


.datetimepicker table tr td.old, .datetimepicker table tr td.new {
    color: #999 !important;
    font-weight: 400;
    background-color: var(--pure) !important;
}

.datetimepicker table {
    margin: 0;
    padding: 0;
    width: 100% !important;
}

    .datetimepicker table tr td span {
        width: 100% !important;
    }

        .datetimepicker table tr td span.active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled:hover {
            background-color: var(--secondary-color) !important;
            color: var(--pure) !important;
            background-image: none !important;
        }

/*************************Date Picker Style End***********************/
/*************************Manage Booking Style Start Here ***************************/
.managebookingwrapper {
    width: 100%;
    float: left;
    clear: both;
}

.managebooking {
    width: 100%;
    float: left;
    padding: 60px 0 0;
}

.managewrapper {
    width: 100%;
    float: left;
    border: 1px solid var(--maincolor);
    padding: 0 0 40px;
    text-align: center;
}

.managetitle {
    width: 100%;
    float: left;
    background-color: var(--maincolor);
    color: var(--primarycolor);
    font-size: 20px;
    font-weight: 600;
    padding: 10px 40px;
    margin: 0 0px 20px;
    text-align: left;
}

.managepnr {
    width: 100%;
    float: left;
    padding: 15px 20px;
    position: relative;
}

    .managepnr .redclr {
        text-align: right;
        float: right;
        position: absolute;
        bottom: 30px;
        padding: 0 0 0 20px;
    }

    .managepnr label {
        display: inline-block;
        font-size: 18px;
        color: var(--primary-color);
        padding: 0 0px 0 0;
        vertical-align: middle;
        width: 20%;
        position: relative;
        text-align: left;
    }

        .managepnr label::after {
            content: ':';
            position: absolute;
            right: 60px;
            top: 0;
            font-size: 20px;
            line-height: normal;
            font-weight: 700;
        }

    .managepnr input {
        width: 40%;
        border: 2px solid #e1e1e1;
        outline: none;
        background-color: #EEEFF3;
        background-color: transparent;
        padding: 0 10px;
        height: 50px;
    }


        .managepnr input:focus,
        .managepnr input:target {
            border: 2px solid var(--maincolor);
            box-shadow: none;
        }

.managewrapper .panel-heading {
    width: 100%;
    float: left;
    background-color: var(--maincolor);
    color: var(--primarycolor);
    font-size: 20px;
    font-weight: 600;
    padding: 10px 40px;
    margin: 0 0px 20px;
    text-align: left;
}

.managepnr.managebutton {
    padding: 40px 20px 0;
}

    .managepnr.managebutton button {
        border: none;
        font-size: 16px;
        font-weight: 700;
        color: var(--primarycolor);
        border-radius: 3px;
        padding: 10px 40px;
        text-transform: uppercase;
        letter-spacing: 1px;
        background-color: var(--maincolor);
        border-color: var(--maincolor);
    }

        .managepnr.managebutton button:hover,
        .managepnr.managebutton button:focus {
            box-shadow: none !important;
            background-color: var(--buttoncolor);
            color: var(--primarycolor);
        }

/**************************Manage Booking Style End Here ***************************/

/**********************My Booking Page Style Start Here************************/

.mybookingwrapper {
    width: 100%;
    float: left;
    clear: both;
}

    .mybookingwrapper .container {
        width: 100%;
        max-width: 1600px;
    }

.mybookingtab {
    width: 100%;
    float: left;
    padding: 20px 20px 0;
}

/*My Booking Left Tab Style Start*/
.bookinglist_tabs {
    position: relative;
    min-height: 560px;
    clear: both;
    margin: 25px 0;
}

    .bookinglist_tabs .season_tab {
        float: left;
        clear: both;
        width: 286px;
    }

.season_tab label {
    background-color: #f5f5f5;
    padding: 10px 10px 10px 10px;
    border: 1px solid #fff;
    margin-left: -1px;
    font-size: 18px;
    vertical-align: middle;
    position: relative;
    width: 264px;
    height: 68px;
    display: table-cell;
    color: var(--maincolor);
    text-transform: uppercase;
    cursor: pointer;
}
/*.season_tab label {
    background: var(--tertiary-color);
    padding: 10px 10px 10px 10px;
    border: 1px solid #fff;
    margin-left: -1px;
    font-size: 18px;
    vertical-align: middle;
    position: relative;
    width: 264px;
    height: 68px;
    display: table-cell;
    color: var( --pure);
    text-transform: uppercase;
    cursor: pointer;
}*/

.bookinglist_tabs .season_tab [type=radio] {
    display: none;
}

.bookinglist_tabs .season_content {
    position: absolute;
    top: 0;
    left: 286px;
    background: white;
    right: 0;
    bottom: 0;
    padding: 0px;
}

    .bookinglist_tabs .season_content span {
        animation: 0.5s ease-out 0s 1 slideInFromTop;
    }

/*[type="radio"]:checked ~ label {
    background: var(--primary-color);
    border-left: 7px solid var(--secondary-color);
    z-index: 2;
    color: var(--pure);
}*/

[type="radio"]:checked ~ label {
    background: var(--maincolor);
    border-left: 7px solid var(--buttoncolor);
    z-index: 2;
    color: var(--primarycolor);
}

[type=radio]:checked ~ label ~ .season_content {
    z-index: 0;
}

.bookinglist_tabs .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
    color: var(--primary-color);
}

/*My Booking Left Tab Style End*/

/*My Booking Right Tab Style Start*/


/*.season_content .container-fluid {
    float: left;
}*/

/*.profileinputdetails .tabtitle {
    padding: 0 0 10px;
    background-color: var(--tertiary-color);
    text-align: center;
    color: var(--textcolor);
    font-weight: 500;
}
*/
.season_content .container-fluid {
    float: left;
    max-width: 100%;
}

.profileinputdetails .tabtitle {
    /* padding: 0 0 0; */
    background-color: transparent;
    text-align: center;
    color: var( --textcolor);
    font-weight: 500;
    /* width: 710px; */
    flex-basis: 49%;
    /* gap: 20px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* font-size: 19px; */
    border: 2px solid var(--maincolor);
}

.profileinputdetails label {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    height: auto;
    /* border: none; */
    background-color: transparent;
    padding: 5px 0 5px;
}

.profileinputdetails .tabtitle.tabtitlewlt span {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    background-color: var(--tertiary-color);
    padding: 5px 0 5px;
}
/*.profileinputdetails span {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    background-color: var(--tertiary-color);
    padding: 5px 0 5px;
}*/

/*.profileinputdetails span {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    background-color: var(--tertiary-color);
    padding: 5px 0 5px;
}*/
/*.profileinputdetails .tabtitle label {
        width: 100%;
        display: block;
    }*/


/*wallet details css*/
.walletdtls {
    display: flex;
    justify-content: flex-end;
    position: relative;
    /* min-height: 700px; */
    /* width: 100%; */
    /* height: auto; */
    display: flex;
    flex-wrap: wrap;
    /* gap: 30px; */
    padding: 0;
}

    .walletdtls span.wallethistry {
        position: relative;
        /* top: -30px; */
        /* right: 20px; */
        font-weight: 600;
        background-color: var(--maincolor);
        color: var(--primarycolor);
        padding: 10px 30px 10px;
        border-radius: 3px;
        margin: 0 0 10px;
        display: flex;
        flex-wrap: wrap;
    }

.walletdatainfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 293px;
    overflow: auto;
    border: 1px solid var(--tertiary-color);
    /* gap: 10px; */
    padding: 10px;
    width: 100%;
}

    .walletdatainfo .walletdtlsinfo {
        flex-basis: 100%;
        display: flex;
        justify-content: center;
        gap: 10px;
        /* border: 2px solid var(--tertiary-color); */
        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(--tertiary-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;
            }

            .walletdatainfo .walletdtlsinfo .walletcol em {
                display: flex;
                font-style: normal;
            }

            .walletdatainfo .walletdtlsinfo .walletcol.wlletcrdt {
                color: var(--maincolor);
            }

                .walletdatainfo .walletdtlsinfo .walletcol.wlletcrdt span.walletdebit {
                    color: #f00;
                }
/*wallet details css*/
.mybooking-tabs {
    width: 100%;
    float: left;
    background-color: #f5f5f5;
    /* padding: 20px 0 20px;*/
    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:hover > h3,
            .mybooking-tabs .tab-list > li.active > h3 {
                color: var(--buttoncolor);
            }

            .mybooking-tabs .tab-list > li > h3 {
                font-weight: 700;
                display: block;
                transition: all 500ms ease;
                font-size: 16px;
                color: var(--maincolor);
                text-transform: uppercase;
            }

.mybooking_tabscontent {
    width: 100%;
    float: left;
    padding: 0 0px !important;
    max-height: 554px;
    overflow-y: scroll;
}

    .mybooking_tabscontent .tabs-content {
        opacity: 0;
        display: none;
        padding: 20px 0 0;
        opacity: 1s ease-out;
    }

        .mybooking_tabscontent .tabs-content.active {
            opacity: 1;
            display: block;
        }

/* Tab 1 Set */
.tabs-content#content-select-1 > div {
    padding: 0 4em;
}

/*My Booking Right Tab Style End*/

/*Profile Style Start*/

.tabprofiledetails {
    width: 100%;
    float: left;
    padding: 40px 40px 0;
}

.profileinputdetails {
    /* width: 100%; */
    /* float: left; */
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

    .profileinputdetails .profileinputdata {
        width: 45%;
        float: left;
        padding: 0 0 20px;
    }

        .profileinputdetails .profileinputdata label {
            font-size: 16px;
            font-weight: 700;
            color: var(--primary-color);
            background: transparent;
            padding: 0 0 10px;
            height: auto;
            width: auto;
            text-transform: capitalize;
            display: inline-block;
            flex-basis: auto;
        }

        .profileinputdetails .profileinputdata input {
            width: 100%;
            border: 2px solid #ececec;
            outline: none;
            background-color: transparent;
            padding: 0 10px;
            height: 50px;
        }


            .profileinputdetails .profileinputdata input:focus, .profileinputdetails .profileinputdata input:target {
                border: 2px solid var(--maincolor);
                background-color: var(--tertiary-color);
            }

    .profileinputdetails.profileinputdetailsbtn {
        width: 100%;
        float: left;
        padding: 10px 0 10px;
        text-align: center;
        display: block;
    }

        /*.profileinputdetails.profileinputdetailsbtn button {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 10px 40px;
        letter-spacing: 1px;
        background-color: var(--secondary-color);
        border: none;
        border-radius: 2px;
        color: var(--pure);
    }*/
        .profileinputdetails.profileinputdetailsbtn button {
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            padding: 10px 40px;
            letter-spacing: 1px;
            background-color: var(--maincolor);
            border: none;
            border-radius: 2px;
            color: var(--primarycolor);
        }

            .profileinputdetails.profileinputdetailsbtn button:hover,
            .profileinputdetails.profileinputdetailsbtn button:focus {
                background-color: var(--buttoncolor);
                color: var(--primarycolor);
            }

.popuserdetail.profileinputdata.profileinputradio input {
    display: none;
}

/*Profile Style End*/


.mybooking_tabscontent table {
    border: 2px solid #E6E6E6;
    width: 100%;
    text-align: center;
}

    .mybooking_tabscontent table thead tr {
        background-color: var(--primarycolor);
        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;
        }*/
        .mybooking_tabscontent table thead tr th {
            padding: 20px 0px;
            border: 1px solid #E6E6E6;
            text-align: center;
            font-weight: 400;
        }

    .mybooking_tabscontent table tbody tr td {
        padding: 20px 0px;
        border: 1px solid #E6E6E6;
        font-weight: 400;
    }

        .mybooking_tabscontent table tbody tr td i {
            font-size: 26px;
            color: var(--secondary-color);
            cursor: pointer;
        }

            .mybooking_tabscontent table tbody tr td i:hover {
                color: var(--primary-color);
            }







/*****************---my booking responsive css******************/

@media only screen and (max-width:1600px) {
    .mybookingtab {
        padding: 0 20px;
    }

    .season_content .container-fluid {
        float: none;
        padding: 0 30px;
    }

    .tabprofiledetails {
        width: 100%;
        float: left;
        padding: 20px 20px 0;
    }

    .profileinputdetails {
        gap: 10px !important;
    }
}

@media only screen and (max-width:1309px) {
    .mybooking_tabscontent table {
        width: 1100px !important;
        overflow: scroll;
    }

    .tabprofiledetails {
        padding: 20px 20px 0 !important;
    }
}

@media only screen and (max-width:991px) {
    .season_content .container-fluid {
        padding: 0 10px;
    }

    /*.mybooking_tabscontent table ::-webkit-scrollbar {
        border-radius: 10px;
        width: 2px;
        height: 2px;
        box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    }

    .mybooking_tabscontent table ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        width: 2px;
        height: 2px;
        background-color: var(--buttoncolor);
    }*/


    .bookinglist_tabs .season_tab {
        width: 100% !important;
    }

    .season_tab label.tabtitle {
        height: 50px !important;
        width: 100% !important;
        display: block;
        /* background-color: var(--tertiary-color);*/
    }

    .season_tab label {
        width: 100% !important;
        display: block !important;
        height: 50px !important;
    }

    .profileinputdata label {
        height: 35px !important;
        width: 100% !important;
        display: inline-block !important;
        line-height: 35px !important;
        padding: 0 !important;
    }

    .profileinputdetails .tabtitle {
        margin: 10px 0 0;
    }

    .profileinputdetails {
        flex-wrap: wrap;
        gap: 0 !important;
    }

    .profileinputdata input {
        height: 40px !important;
    }

    .bookinglist_tabs .season_content {
        left: 0 !important;
        position: relative !important;
    }

    .tabprofiledetails {
        padding: 10px 10px 0 !important;
    }

    .profileinputdata {
        width: 100% !important;
        padding: 0 0 15px !important;
    }

    .profileinputdetails.profileinputdetailsbtn {
        padding: 20px 0 20px;
        display: inline-block;
    }
}


/*********************My Booking Page Style End Here**********************/

/*******************Header Login/Signup Modal Style Start Here******************/
.login_popup_main {
    width: 100%;
    float: left;
    background-color: rgba(0,0,0,0.1);
    backdrop-filter: blur(1px);
    --webkit-backdrop-filter: blur(1px);
}

    .login_popup_main .css-2rbg70-MuiPaper-root-MuiDialog-paper {
        margin: 0;
    }

    .login_popup_main .css-ypiqx9-MuiDialogContent-root {
        padding: 0;
    }

    .login_popup_main .css-2rbg70-MuiPaper-root-MuiDialog-paper {
        width: 100%;
        max-width: 580px;
    }

.loginpopup {
    width: 100%;
    float: left;
}

.loginpopupmain {
    width: 100%;
    float: left;
    background-color: var(--primarycolor);
    position: relative;
}

/*.loginpopupmain:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 40px;
        width: 100%;
        background-color: var(--bgcolor);
        border-radius: 2px 0 0 0;
    }*/

/*.loginpopupmain:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0px;
        height: 40px;
        width: 100%;
        background-color: var(--bgcolor);
    }*/

.popupleft {
    /*width: 45%;
    float: left;
    background-image: url(../Images/Popup_BG.jpg?d=1.1.1);
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 420px;
    background-size: cover;*/
    display: none;
}

.signpopup {
    width: 100%;
    float: left;
}

.signinpopupmain {
    width: 100%;
    float: left;
}

    .signinpopupmain .popupleft {
        width: 45%;
        background-position: -60px top;
        min-height: 530px;
    }

.popupclosebutton {
    width: 100%;
    float: left;
    padding: 20px 20px 10px;
    text-align: right;
}

    .popupclosebutton i {
        font-size: 26px;
        color: var(--primary-color);
        cursor: pointer;
    }

        .popupclosebutton i:hover {
            color: var(--secondary-color);
        }

.loginbkpopup {
    width: 100%;
    float: left;
}

.popuserdetail {
    width: 100%;
    float: left;
    padding: 0 20px 20px;
}

.loginmybk {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 20px 30px;
}

    .loginmybk span {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 28px;
        color: var(--maincolor);
        font-weight: 600;
        text-transform: uppercase;
        padding: 0 0 10px;
        /*border-bottom: 1px solid var(--maincolor);*/
    }

.popuserdetail.popuserdetailhalf {
    width: 50%;
    float: left;
}

.popuserdetail label {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color);
    display: block;
    padding: 0 0 10px;
}

.popuserdetail.profileinputradio label {
    padding: 0 0 14px;
}

.popuserdetail.profileinputdata label.css-1hpqosy-MuiFormControlLabel-root {
    padding: 0 20px 0px 0px;
}

.popuserdetail.profileinputdata .css-vqmohf-MuiButtonBase-root-MuiRadio-root {
    padding: 0;
}

.popuserdetail.profileinputdata .css-1hpqosy-MuiFormControlLabel-root .MuiFormControlLabel-label {
    padding: 0 10px 0 10px;
}

.popuserdetail.profileinputdata .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
    color: var(--primary-color);
}

.popuserdetail .passengertitle.hotdealbox label {
    font-size: 16px;
    padding: 0;
}

    .popuserdetail .passengertitle.hotdealbox label::before {
        border-radius: 2px;
        top: 4px;
        position: relative;
    }

.popuserdetail .passengertitle.hotdealbox a {
    font-size: 16px;
}

.popuserdetail input {
    width: 100%;
    border: 2px solid #e1e1e1;
    outline: none;
    background-color: #EEEFF3;
    background-color: transparent;
    padding: 0 10px;
    height: 50px;
}

    .popuserdetail input:focus, .popuserdetail input:target {
        border: 2px solid var(--maincolor);
        /*box-shadow: 0 0 5px rgb(0, 85, 165, 0.60);*/
        box-shadow: none;
    }

.popuserdetail.popuserdetailradio input {
    width: auto;
}

.popuserdetail.popuserdetailotp {
    padding: 0px 20px 0;
}

    .popuserdetail.popuserdetailotp .otpinput {
        width: 100%;
    }

    .popuserdetail.popuserdetailotp .otpinput {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        gap: 10px;
    }

        .popuserdetail.popuserdetailotp .otpinput input {
            width: 100%;
        }

/*.popuserdetail.popuserdetailbutton {
        padding: 12px 20px 15px;
        text-align: center;
    }*/
.popuserdetail.popuserdetailbutton {
    padding: 12px 20px 15px;
    text-align: center;
    margin: 0 0 30px;
}

    .popuserdetail.popuserdetailbutton button {
        padding: 10px 40px;
        font-size: 16px;
        font-weight: 700;
        background-color: var(--maincolor);
        color: var(--primarycolor);
        border: none;
        border-radius: 2px;
        width: 100%;
    }

        .popuserdetail.popuserdetailbutton button:hover, .popuserdetail.popuserdetailbutton button:focus {
            background-color: var(--buttoncolor);
            color: var(--primarycolor);
        }

.popupright {
    width: 100%;
    float: left;
    /*background-image: url(../images/site/logo.svg);
    background-repeat: no-repeat;
    background-position: center 47px;
    background-size: 240px;*/
}

.login_popup_main .css-hlj6pa-MuiDialogActions-root {
    padding: 0;
}

.resendotplink {
    width: 100%;
    float: right;
    text-align: right;
    padding: 10px 20px 20px;
    font-size: 18px;
    text-decoration: underline;
    color: var(--primary-color);
}

.googlelink {
    width: 100%;
    text-align: center;
    float: left;
    padding: 0 20px 10px;
    margin: 0;
}

    .googlelink p {
        width: 100%;
        float: left;
        padding: 20px 20px 10px;
        border-top: 1px solid var(--maincolor);
        margin: 0;
    }


    .googlelink a {
        color: var(--textcolor) !important;
        font-size: 16px;
        font-weight: 600;
        border: 1px solid var(--textcolor);
        padding: 4px 18px;
        border-radius: 4px;
        position: relative;
        display: inline-block;
    }

        .googlelink a:hover, .googlelink a:focus {
            border: 1px solid var(--maincolor);
            /*box-shadow: 0 0 5px rgb(0, 85, 165, 0.60);*/
            box-shadow: none;
        }

        .googlelink a i {
            color: var(--maincolor);
            padding-right: 10px;
        }
/*******************Header Login/Signup Modal Style End Here******************/
/*******************Cancellation Module Style End Here******************/
.modifypopupwrapper {
    width: 100%;
    float: left;
}

.modifyticketcontent {
    width: 100%;
    float: left;
    position: relative;
}

    .modifyticketcontent article {
        background-color: rgba(235, 235, 235, 0.5);
        padding: 40px;
        display: none;
        margin: 40px 0 0;
    }

        .modifyticketcontent article.on {
            display: block;
            float: left;
            width: 100%;
        }

    .modifyticketcontent input[type="radio"] {
        position: absolute;
        opacity: 0;
    }

        .modifyticketcontent input[type="radio"]:checked + .radio-label::before {
            background-color: var(--primary-color);
            box-shadow: inset 0 0 0 4px #f4f4f4;
        }

        .modifyticketcontent input[type="radio"] + .radio-label::before {
            content: "";
            background: #f4f4f4;
            border-radius: 100%;
            border: 1px solid var(--primary-color);
            display: inline-block;
            width: 20px;
            height: 20px;
            position: relative;
            top: 2px;
            margin-right: 10px;
            vertical-align: top;
            cursor: pointer;
            text-align: center;
            transition: all 250ms ease;
        }

    .modifyticketcontent label.radio-label {
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
        padding: 0 40px 0px 0;
    }

.modifyarticledetails {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}


.modifyinputflex {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 100px;
}

.modifydetailsinput {
    width: 30%;
    float: left;
}

    .modifydetailsinput label {
        font-size: 16px;
        font-weight: 700;
        display: block;
        cursor: pointer;
        padding: 0 0px 10px 0;
    }

    .modifydetailsinput input {
        width: 100%;
        border: 2px solid #ececec;
        outline: none;
        background-color: #fff;
        padding: 0 10px;
        height: 50px;
    }

        .modifydetailsinput input:focus, .modifydetailsinput input:target {
            border: 2px solid var(--maincolor);
            background-color: var(--primerycolor);
            box-shadow: none;
        }

    .modifydetailsinput.modifydetailsinputbutton {
        display: flex;
        justify-content: flex-start;
        padding: 34px 0 0;
        gap: 40px;
        width: 100%;
    }




        .modifydetailsinput.modifydetailsinputbutton button {
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            padding: 10px 40px;
            letter-spacing: 1px;
            background-color: var(--maincolor);
            border: none;
            border-radius: 2px;
            color: var(--primarycolor);
        }

            .modifydetailsinput.modifydetailsinputbutton button:hover,
            .modifydetailsinput.modifydetailsinputbutton button:focus {
                background-color: var(--buttoncolor);
                color: var(--primarycolor);
            }

.modifyarticledetails table {
    border: 2px solid #E6E6E6;
    width: 100%;
    text-align: center;
}

    .modifyarticledetails table thead tr {
        background-color: var(--primary-color);
        color: var(--pure);
        font-size: 16px;
        font-weight: 400;
    }

        .modifyarticledetails table thead tr th {
            padding: 20px 0px;
            border: 1px solid #E6E6E6;
            text-align: center;
        }

    .modifyarticledetails table tbody tr td {
        padding: 20px 0px;
        border: 1px solid #E6E6E6;
        font-weight: 400;
        background-color: #fff;
    }

        .modifyarticledetails table tbody tr td input {
            margin: 0 10px 0 0;
        }

.modifyarticledetails.modifyarticledetails01 {
    width: 100%;
    float: left;
    display: block;
}

.modifydetailsinput.modifydetailscancelbutton {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

    .modifydetailsinput.modifydetailscancelbutton button {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 10px 40px;
        letter-spacing: 1px;
        background-color: var(--maincolor);
        border: none;
        border-radius: 2px;
        color: var(--primarycolor);
    }

        .modifydetailsinput.modifydetailscancelbutton button:hover,
        .modifydetailsinput.modifydetailscancelbutton button:focus {
            background-color: var(--buttoncolor);
            color: var(--primarycolor);
        }
/*******************Ticket Modify Module Popup Style Start Here******************/
.modify_popup_main {
    width: 100%;
    float: left;
    clear: both;
}

    .modify_popup_main .css-2rbg70-MuiPaper-root-MuiDialog-paper {
        width: 80%;
        min-height: 420px;
    }

    .modify_popup_main .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
        border-bottom: 2px solid var(--secondary-color);
    }

    .modify_popup_main .MuiAutocomplete-hasPopupIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot, .modify_popup_main .MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .modify_popup_main .css-16awh2u-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        padding: 0 50px 0 10px;
    }

    .modify_popup_main .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before {
        border-bottom: none;
    }

    .modify_popup_main .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .modify_popup_main .css-1hpqosy-MuiFormControlLabel-root {
        display: inline-block;
        margin-right: 16px;
    }

    .modify_popup_main .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
        color: var(--primary-color);
        padding: 0;
    }

    .modify_popup_main .css-vqmohf-MuiButtonBase-root-MuiRadio-root {
        padding: 0;
    }

    .modify_popup_main .css-ypiqx9-MuiDialogContent-root {
        padding: 20px 20px 40px;
    }

    .modify_popup_main .css-1hpqosy-MuiFormControlLabel-root .MuiFormControlLabel-label {
        font-size: 16px;
        font-weight: 700;
        margin-right: 20px;
        padding: 3px 0 0 10px;
        float: right;
    }

    .modify_popup_main .css-qfz70r-MuiFormGroup-root {
        padding: 20px 0 30px;
        border-bottom: 1px solid var(--textlight);
    }

    .modify_popup_main .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.Mui-checked, .modify_popup_main .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.MuiCheckbox-indeterminate {
        color: var(--primary-color);
    }

    .modify_popup_main .tlrefund {
        width: 100%;
        float: left;
        padding: 0 0 20px;
    }

/*Partial Cancel Style Start Here*/

.partialdata {
    width: 70%;
    float: none;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    margin: 40px auto 0;
    box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.2);
    display: flow-root;
}

.partialdatatitle {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
}



.partialdatatitle {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    background-color: var(--secondary-color);
    color: var(--pure);
}

    .partialdatatitle span {
        flex-basis: 25%;
        float: left;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        padding: 0 0 0 20px;
    }

.partialdatadetails {
    width: 100%;
    float: left;
    border-bottom: 1px solid #999;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

    .partialdatadetails p {
        flex-basis: 25%;
        float: left;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        padding: 0 0 0 20px;
    }

.modifydetailsinput.modifydetailscancelbutton {
    width: 100%;
    float: left;
    padding: 40px 0 0;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 40px 0 0px;
    border-top: 2px solid var(--primary-color);
}


.modifyarticledetails01 .totalrfdtotalrfd {
    width: 100%;
    float: left;
    text-align: right;
}

    .modifyarticledetails01 .totalrfdtotalrfd .tlrefund {
        width: 100%;
        float: left;
        padding: 0 0 20px;
    }

.partialclose {
    position: absolute;
    right: 0;
    top: 0;
}

    .partialclose i {
        font-size: 30px;
        color: var(--primary-color);
        cursor: pointer;
    }

        .partialclose i:hover {
            color: var(--secondary-color);
        }



.patrialdialoguedata {
    width: 100%;
    float: left;
}

.patrialdialogue {
    width: 100%;
    float: left;
}

    .patrialdialogue .patrialdialoguetitle {
        font-size: 18px;
        font-weight: 700;
        padding: 0 0 16px;
        width: 100%;
        float: left;
        border-bottom: 2px solid var(--primary-color);
    }

    .patrialdialogue .patrialdialoguedetails {
        width: 100%;
        float: left;
    }

    .patrialdialogue .css-1t1j96h-MuiPaper-root-MuiDialog-paper {
        width: 100%;
    }

    .patrialdialogue .css-ypiqx9-MuiDialogContent-root {
        position: relative;
    }

    .patrialdialogue .css-ypiqx9-MuiDialogContent-root {
        padding: 20px 20px 10px;
    }

    .patrialdialogue .partialdatadetails {
        border-bottom: none;
    }

    .patrialdialogue .css-hlj6pa-MuiDialogActions-root {
        padding: 20px 20px 0;
        border-top: 2px solid var(--secondary-color);
        margin: 0px 20px 20px;
    }


    .patrialdialogue button.tlrefund {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 8px 30px 6px;
        letter-spacing: 1px;
        background-color: var(--secondary-color);
        border: none;
        border-radius: 2px;
        color: var(--primary-color);
    }


/*Partial Cancel Style End Here*/
/*******************Ticket Modify Module Popup Style Style Here******************/
/*******************Cancellation Module Style End Here******************/
/*******************Bus Charter Style Start Here******************/
#wrapper {
    float: left;
    width: 100%;
}

.fix_contentwidth {
    margin: 30px auto 50px;
    max-width: 1310px;
    width: 100%;
    padding: 0 15px;
}

    /*.fix_contentwidth .panel {
        border: 1px solid var(--secondary-color) !important;
    }*/

    /*.fix_contentwidth .panel-primary > .panel-heading {
        width: 100%;
        float: left;
        background-color: var(--secondary-color);
        color: var(--pure);
        font-size: 20px;
        padding: 10px 20px;
        font-weight: 700;
    }*/

    .fix_contentwidth .panel-primary > .panel-heading {
        width: 100%;
        float: left;
        background-color: var(--maincolor);
        color: var(--primarycolor);
        font-size: 20px;
        padding: 10px 20px;
        font-weight: 600;
    }
/*e-ticket-page change css(chand-24-03-23)*/
.panel .phonebook {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 60px 0 0;
    font-size: 70px;
    color: #f00;
    font-weight: 600;
}
/*e-ticket-page change css(chand-24-03-23)*/
.fix_contentwidth .panel-body {
    padding: 0 15px;
    width: 100%;
    float: left;
}

.charterformgroup {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}


    .charterformgroup h3 {
        width: 100%;
        float: left;
        font-size: 18px;
        color: var(--primary-color);
        font-weight: 700;
        padding: 0px 0 6px;
        border-bottom: 2px solid var(--maincolor);
    }

.charterinput {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0 0;
}

    .charterinput .col-lg-6 {
        flex: 0 0 auto;
        width: 45%;
    }

        .charterinput .col-lg-6 label {
            width: 100%;
            font-size: 16px;
            font-weight: 400;
            color: var(--primary-color);
            padding: 10px 0 6px;
        }

        .charterinput .col-lg-6 input {
            width: 100%;
            border: 2px solid #ececec;
            outline: none;
            background-color: #fff;
            padding: 0 10px;
            height: 50px;
            border-radius: 0;
        }

            .charterinput .col-lg-6 input:focus, .charterinput .col-lg-6 input:target {
                border: 2px solid var(--maincolor);
                /*box-shadow: 0 0 5px rgb(0, 85, 165, 0.60);*/
                box-shadow: none;
            }

        .charterinput .col-lg-6 textarea {
            width: 100%;
            border: 2px solid #ececec;
            outline: none;
            background-color: #fff;
            padding: 0 10px;
            height: 80px;
            border-radius: 0;
        }

    .charterinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
        border-bottom: 2px solid var(--primary-color);
    }

    .charterinput .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0px;
    }

    .charterinput .MuiAutocomplete-hasPopupIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot, .charterinput .MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .charterinput .css-16awh2u-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        padding: 0 10px;
    }

    .charterinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before {
        border-bottom: none;
    }

    .charterinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before {
        border-bottom: none;
    }

.agntpgcaptcha .form-control {
    width: 100%;
    border: 2px solid #ececec;
    outline: none;
    background-color: #fff;
    padding: 0 10px;
    height: 50px;
    border-radius: 0;
    margin: 20px 0 0;
}

    .agntpgcaptcha .form-control:focus, .agntpgcaptcha .form-control:target {
        border: 2px solid var(--maincolor);
        /*box-shadow: 0 0 5px rgb(0, 85, 165, 0.60);*/
        box-shadow: none;
    }

.agntpgcaptcha .col-lg-6 {
    flex: 0 0 auto;
    width: 45%;
}

.agntpgcaptcha .btn-primary {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 40px;
    letter-spacing: 1px;
    border: none;
    border-radius: 2px;
    margin: 40px 0 0;
    background-color: var(--maincolor);
    color: var(--primarycolor);
}

    .agntpgcaptcha .btn-primary:hover, .agntpgcaptcha .btn-primary:focus {
        box-shadow: none !important;
        background-color: var(--buttoncolor);
        color: var(--primarycolor);
    }

.agntpgcaptcha .mrgbtm {
    float: left;
}



/********-------bus charter page responsive**********/

@media only screen and (max-width:639px) {
    .charterinput .col-lg-6 {
        width: 100%;
    }
}

/********-------bus charter page responsive**********/


/*******************Bus Charter Style End Here******************/
/*******************Cancellation Page Style Start Here******************/
.canceldatatable {
    width: 100%;
    float: left;
    border: 1px solid #eee8e8;
    margin: 20px 0 0;
}

.canceldatatime {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee8e8;
    text-align: center;
}

    .canceldatatime .pull-left.canceldatapadd {
        border-right: 1px solid #eee8e8;
        width: 50%;
        float: left;
        padding: 15px 0;
    }

    .canceldatatime .pull-right.canceldatapadd {
        width: 50%;
        float: left;
        padding: 15px 0;
    }

        .canceldatatime .pull-left.canceldatapadd span, .canceldatatime .pull-right.canceldatapadd span {
            font-size: 16px;
            font-weight: 700;
            color: var(--primary-color);
        }

    .canceldatatime.canceldatatimeclr .pull-left.canceldatapadd span, .canceldatatime.canceldatatimeclr .pull-right.canceldatapadd span {
        font-size: 16px;
        font-weight: 400;
    }

.canceldatatime {
    text-align: center;
}

.cancelinfo ul li::marker {
    color: var(--secondary-color);
    content: "►";
    font-size: 12px;
}

.cancelinfo ul {
    padding: 20px 0 0 10px;
    width: 100%;
    float: left;
    margin: 0;
}

    .cancelinfo ul li {
        padding: 0 0 10px;
    }

        .cancelinfo ul li span {
            font-size: 16px;
            color: var(--primary-color);
            padding: 0 0 0 6px;
            letter-spacing: 0.5px;
        }

.inputblock {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-start;
    gap: 64px;
    padding: 10px 0 0;
}

    .inputblock .form-group {
        width: 30%;
        position: relative;
    }

        .inputblock .form-group label {
            width: 100%;
            font-size: 16px;
            font-weight: 400;
            color: var(--primary-color);
            padding: 10px 0 6px;
        }

        .inputblock .form-group input {
            width: 100%;
            border: 2px solid #ececec;
            outline: none;
            background-color: #fff;
            padding: 0 10px;
            height: 50px;
            border-radius: 0;
        }

            .inputblock .form-group input:focus, .inputblock .form-group input:target {
                border: 2px solid var(--secondary-color);
                background-color: var(--tertiary-color);
                box-shadow: none;
            }

        .inputblock .form-group .input-group-addon {
            position: absolute;
            padding: 0;
            font-size: 14px;
            font-weight: 400;
            line-height: 1;
            color: var(--primary-color);
            text-align: right;
            background-color: transparent;
            border: none;
            top: 56px;
            right: 20px;
        }

        .inputblock .form-group .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
            border-bottom: 2px solid var(--primary-color);
        }

        .inputblock .form-group .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
            padding-right: 0px;
        }

        .inputblock .form-group .MuiAutocomplete-hasPopupIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot, .charterinput .MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
            padding-right: 0;
        }

        .inputblock .form-group .css-16awh2u-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
            padding: 0 10px;
        }

        .inputblock .form-group .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before {
            border-bottom: none;
        }

        .inputblock .form-group .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before {
            border-bottom: none;
        }

.panel-body .togglebutton {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}

    .panel-body .togglebutton .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.Mui-checked, .panel-body .togglebutton .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.MuiCheckbox-indeterminate {
        color: var(--primary-color);
    }

    .panel-body .togglebutton .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root {
        padding: 0 10px 0 0;
    }

    .panel-body .togglebutton .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root {
        color: var(--secondary-color);
    }

    .panel-body .togglebutton a {
        display: inline-block;
        vertical-align: middle;
        color: var(--primary-color);
        padding: 0 0px;
    }

    .panel-body .togglebutton .btn-primary {
        font-size: 16px;
        font-weight: 700;
        text-transform: capitalize;
        padding: 10px 40px;
        letter-spacing: 1px;
        background-color: var(--maincolor);
        border: none;
        border-radius: 2px;
        color: var(--primarycolor);
        margin: 20px 0 0;
        display: block;
    }

        .panel-body .togglebutton .btn-primary:hover, .panel-body .togglebutton .btn-primary:focus {
            background-color: var(--buttoncolor);
            color: var(--primarycolor);
            box-shadow: none !important;
        }

.cancellationother {
    width: 100%;
    float: left;
    border: 1px solid #dbdbdb;
    background-color: transparent;
    padding: 20px 0;
    margin: 20px 0 0 !important;
}

.canceldetails {
    width: 100%;
    float: left;
    padding: 40px 0 40px 20px;
}



    .canceldetails ul {
        margin: 0;
        padding: 0;
        list-style-position: inside;
    }

        .canceldetails ul li {
            padding: 0 0 10px;
        }

            .canceldetails ul li::marker {
                color: var(--secondary-color);
                content: "►";
                font-size: 12px;
            }

            .canceldetails ul li span {
                font-size: 15px;
                color: var(--primary-color);
                padding: 0 0 0px 6px;
                letter-spacing: 0.5px;
            }


/*******************Cancellation Page Style End Here******************/


/*******************Contact Us Page Style Start Here******************/

.maincontcadd {
    width: 100%;
    float: left;
    text-align: left;
    padding: 40px 0 40px;
    border-bottom: 2px solid var(--secondary-color);
}

    .maincontcadd h2 {
        margin: 0 0 10px;
        padding: 0;
        line-height: normal;
        font-size: 24px;
        color: var(--primary-color);
        display: inline-block;
        vertical-align: middle;
        padding: 0 0 6px;
        font-weight: 700;
    }

    .maincontcadd p {
        margin: 0;
        padding: 0;
        line-height: 22px;
        font-size: 16px;
        color: var(--primary-color);
    }

.contactuscol {
    width: 100%;
    float: left;
}

    .contactuscol .cityaddname {
        margin: 20px 0 20px;
        font-size: 20px;
        color: var(--primary-color);
        line-height: normal;
        width: 100%;
        float: left;
        text-transform: uppercase;
        font-weight: 700;
    }

    .contactuscol .tabs {
        border-radius: 0px;
        overflow: hidden;
        box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.2);
    }

    .contactuscol .tab {
        width: 100%;
        color: white;
        overflow: hidden;
    }

    .contactuscol .tab-label {
        display: flex;
        justify-content: space-between;
        padding: 0.5em;
        background-color: var(--maincolor);
        font-weight: normal;
        cursor: pointer;
        margin: 0;
        font-size: 18px;
        line-height: normal;
    }

        .contactuscol .tab-label:hover, .contactuscol .tab-label:focus {
            background-color: var(--buttoncolor);
        }

        .contactuscol .tab-label::after {
            content: "❯";
            width: 1em;
            height: 1em;
            text-align: center;
            transition: all 0.35s;
        }

    .contactuscol input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }

    .contactuscol .tab-content {
        max-height: 0;
        padding: 0 1em;
        color: #2c3e50;
        background: white;
        transition: all 0.35s;
    }

    .contactuscol input:checked ~ .tab-content {
        max-height: 100%;
        padding: 1em;
    }

    .contactuscol .tab-content h4 {
        margin: 0 0 10px !important;
        color: var(--maincolor);
        font-size: 18px;
        line-height: normal;
        border-bottom: 1px solid var(--textlight);
        padding: 10px 0 4px;
        font-weight: 700;
    }

    .contactuscol .tab-content p {
        margin: 0;
        color: #575757;
        font-size: 16px;
        line-height: 22px;
        font-weight: normal;
    }

    .contactuscol .addrow {
        padding: 0 15px 0 0;
    }
/*******************Contact Us Page Style End Here******************/

/*******************Privacy Policy Page Style Start Here******************/

.privacypolicydata {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}

    .privacypolicydata p {
        font-size: 16px;
        color: var(--primary-color);
        line-height: 22px;
        padding: 20px 0 0;
        letter-spacing: 1px;
    }

/*******************Privacy Policy Page Style End Here******************/


/*******************Feedback Page Style Start Here******************/
.feedbkformgroup {
    width: 100%;
    float: left;
}

.feedbkinput {
    width: 100%;
    float: left;
    padding: 30px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .feedbkinput .col-lg-6 {
        flex: 0 0 auto;
        width: 45%;
        float: left;
    }

        .feedbkinput .col-lg-6 label {
            width: 100%;
            font-size: 16px;
            font-weight: 400;
            color: var(--primary-color);
            padding: 10px 0 6px;
        }

        .feedbkinput .col-lg-6 input {
            width: 100%;
            border: 2px solid #ececec;
            outline: none;
            background-color: #fff;
            padding: 0 10px;
            height: 50px;
            border-radius: 0;
        }

            .feedbkinput .col-lg-6 input:focus, .feedbkinput .col-lg-6 input:target {
                border: 2px solid var(--maincolor);
                /*box-shadow: 0 0 5px rgb(0, 85, 165, 0.60);*/
                box-shadow: none;
            }

    .feedbkinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
        border-bottom: 2px solid var(--primary-color);
    }

    .feedbkinput .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0px;
    }

    .feedbkinput .MuiAutocomplete-hasPopupIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot, .feedbkinput .MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .feedbkinput .css-16awh2u-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        padding: 0 10px;
    }

    .feedbkinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before {
        border-bottom: none;
    }

    .feedbkinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before {
        border-bottom: none;
    }

    .feedbkinput .col-lg-6 textarea {
        border: 2px solid #ececec;
        border-radius: 0;
    }

        .feedbkinput .col-lg-6 textarea:focus {
            border: 2px solid var(--maincolor);
            box-shadow: none;
        }

.feedbkformgroup .agntpgcaptcha .mrgbtm {
    float: left;
}


/***************************-----feedback page--responsive css------*****************************************************/
@media only screen and (max-width:767px) {
    .feedbkinput {
        justify-content: center;
        flex-wrap: wrap;
    }

        .feedbkinput .col-lg-6 {
            width: 46%;
        }
}

@media only screen and (max-width:639px) {
    .feedbkinput .col-lg-6 {
        width: 100%;
    }

    .feedbkformgroup .agntpgcaptcha .mrgbtm {
        float: left;
        width: 100%;
    }

    .agntpgcaptcha .btn-primary {
        margin: 30px 0 0;
    }
}
/***************************-----feedback page--responsive css------*****************************************************/

/*******************Feedback Page Style End Here******************/

/*******************Pay Online Page Style Start Here******************/
.payonlinetop {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

    .payonlinetop h4 {
        font-size: 24px;
        font-weight: 700;
        color: var(--primary-color);
        border-bottom: 2px solid var(--secondary-color);
        padding: 0 0 10px;
        margin: 0 0 20px;
    }

    .payonlinetop ul {
        list-style-position: inside;
        margin: 0;
        padding: 0 0;
    }

        .payonlinetop ul li {
            padding: 0 0 10px;
        }

            .payonlinetop ul li::marker {
                color: var(--secondary-color);
                content: "►";
                font-size: 12px;
            }

            .payonlinetop ul li span {
                font-size: 16px;
                letter-spacing: 0.5px;
                color: var(--primary-color);
                padding-left: 10px;
            }

.payonlineother {
    border: none;
    margin: 0;
}

    .payonlineother .togglebutton {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        gap: 40px;
        flex-wrap: wrap;
    }

.payonlinerefndbox.payonlineroceed {
    display: flex;
    flex-direction: row;
    gap: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 20px 0 0;
}

    .payonlinerefndbox.payonlineroceed .refundata {
        border: none;
        width: auto;
    }

        /*.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
    color: #fff;
}*/

        .payonlinerefndbox.payonlineroceed .refundata .btn-primary {
            background-color: var(--maincolor);
            border-color: var(--maincolor);
        }

            .payonlinerefndbox.payonlineroceed .refundata .btn-check:focus + .btn-primary,
            .payonlinerefndbox.payonlineroceed .refundata .btn-primary:focus,
            .payonlinerefndbox.payonlineroceed .refundata .btn-primary:hover {
                background-color: var(--buttoncolor);
                border-color: var(--buttoncolor);
            }
/*******************Pay Online Page Style End Here******************/
/*******************Agent Registration Page Style Start Here******************/
.agentformgroup {
    width: 100%;
    float: left;
}

.agentinput {
    width: 100%;
    float: left;
    padding: 30px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .agentinput .col-lg-6 {
        flex: 0 0 auto;
        width: 45%;
        float: left;
    }

        .agentinput .col-lg-6 label {
            width: 100%;
            font-size: 16px;
            font-weight: 400;
            color: var(--primary-color);
            padding: 10px 0 6px;
        }

        .agentinput .col-lg-6 input {
            width: 100%;
            border: 2px solid #ececec;
            outline: none;
            background-color: #fff;
            padding: 0 10px;
            height: 50px;
            border-radius: 0;
        }

            .agentinput .col-lg-6 input:focus, .agentinput .col-lg-6 input:target {
                border: 2px solid var(--secondary-color);
                background-color: var(--tertiary-color);
                box-shadow: none;
            }

    .agentinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
        border-bottom: 2px solid var(--primary-color);
    }

    .agentinput .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0px;
    }

    .agentinput .MuiAutocomplete-hasPopupIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot, .agentinput .MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .agentinput .css-16awh2u-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        padding: 0 10px;
    }

    .agentinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before {
        border-bottom: none;
    }

    .agentinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before {
        border-bottom: none;
    }

    .agentinput .col-lg-6 textarea {
        border: 2px solid #ececec;
        border-radius: 0;
    }

        .agentinput .col-lg-6 textarea:focus {
            border: 2px solid var(--secondary-color);
            background-color: var(--tertiary-color);
            box-shadow: none;
        }

/*******************Agent Registration Page Style End Here******************/


/*******************Terms & Conditions Page Style Start Here******************/

.termsdata {
    width: 100%;
    float: left;
    padding: 20px 0;
}

.conditionsdata {
    width: 100%;
    float: left;
    padding: 20px 0;
}

    .conditionsdata h3 {
        font-size: 24px;
        font-weight: 600;
        color: var(--primary-color);
        padding: 0 0 10px;
        border-bottom: 2px solid var(--maincolor);
        margin: 0 0 20px !important;
    }

    .conditionsdata p {
        margin: 0 0 5px;
        font-size: 15px;
        color: #514949;
        line-height: 24px;
        padding: 0 0 10px;
        font-weight: 400;
    }

.termsconditionsdeta {
    width: 100%;
    float: left;
    border: 1px solid #eee8e8;
    padding: 5px;
    background-color: #f9f9f9;
}

.privacydatable {
    width: 100%;
    float: left;
    border: 1px solid #eee8e8;
    background-color: #fff;
}

.privacydatatime {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee8e8;
    text-align: center;
}

    .privacydatatime .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
        float: left;
    }

    .privacydatatime .pull-left.privacydatadd {
        border-right: 1px solid #eee8e8;
    }

.privacydatable .privacydatadd {
    padding: 15px 0;
}

.privacydatatime .pull-left.privacydataddfz span, .privacydatatime .pull-right.privacydataddfz span {
    font-size: 16px;
    font-weight: 700;
}

/*******************Terms & Conditions Page Style End Here******************/

/*******************Cancel Status Page Style Start Here******************/

.cancelstusinfo {
    width: 100%;
    float: left;
    padding: 20px 0 20px;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 2px solid var(--bgcolor);
}

.cancellationother.cancelstatus {
    width: 100%;
    float: left;
    padding: 0;
    margin: 40px 0 0;
    background-color: #fff;
    border: none;
}

.payonlinerefndbox {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.canclrefund {
    width: 100%;
    float: left;
    padding: 0;
}

    .canclrefund .refundtitle {
        color: var(--textcolor);
        font-weight: 600;
        padding: 0;
        text-align: center;
        border: 1px solid #ececec;
    }

    .canclrefund .refundata {
        height: 100%;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        border: none;
    }

        .canclrefund .refundata button {
            font-size: 14px;
            font-weight: 700;
            text-transform: capitalize;
            padding: 10px 20px;
            letter-spacing: 1px;
            background-color: var(--maincolor);
            border: none;
            border-radius: 2px;
            color: var(--primarycolor);
            display: block;
        }

    .canclrefund .css-1m9pwf3 {
        cursor: inherit;
        position: absolute;
        opacity: 0;
        width: 18px;
        height: 18px;
        top: 2px;
        left: 2px;
        margin: 0;
        padding: 0;
        z-index: 1;
    }

    .canclrefund .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root {
        padding: 0;
    }

        .canclrefund .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.Mui-checked, .canclrefund .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.MuiCheckbox-indeterminate {
            color: var(--primary-color);
        }

    .canclrefund .tlrefund {
        width: 100%;
        float: left;
        padding: 40px 0 0;
        font-size: 18px;
    }

        .canclrefund .tlrefund span {
            font-weight: 700;
        }

    .canclrefund .companytq {
        width: 100%;
        float: left;
        padding: 20px 0 0;
        font-size: 18px;
        font-weight: 700;
    }

.totalrfdtotalrfd .tlrefund {
    width: 100%;
    float: left;
    padding: 40px 20px 0;
}

    .totalrfdtotalrfd .tlrefund span {
        font-weight: 700;
    }

.panel-body .totalrfdtotalrfd .togglebutton {
    padding: 0 0 0 20px;
}

.canclrefund .col-lg-2 {
    float: left;
}

.canclrefund .col-lg-1 {
    float: left;
}

.canclrefund .col-lg-3 {
    float: left;
}

.cancelstatustlt {
    width: 100%;
    float: left;
}

.cancelstatusdata {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.refundtitle.refundtitleshow {
    display: none;
}

.cancelstatusnewpnr {
    width: 100%;
    float: left;
    text-align: right;
    padding: 20px 0 0;
}

    .cancelstatusnewpnr p {
        font-size: 16px;
        font-weight: 700;
        padding: 0 0 10px;
    }

    .cancelstatusnewpnr span {
        font-size: 18px;
        font-weight: 700;
        color: var(--secondary-color);
    }
/*******************Cancel Status Page Style End Here******************/
/*******************Refund Status Page Style Start Here******************/


.refundmain {
    width: 100%;
    float: left;
    margin: 40px 0 0px;
    text-align: center;
}

.refunddetails {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .refunddetails .refunddata {
        width: 45%;
        position: relative;
        float: left;
    }

        .refunddetails .refunddata label {
            width: 100%;
            font-size: 16px;
            font-weight: 400;
            color: var(--primary-color);
            padding: 10px 0 6px;
        }

        .refunddetails .refunddata input {
            width: 100%;
            border: 2px solid #ececec;
            outline: none;
            background-color: #fff;
            padding: 0 10px;
            height: 50px;
            border-radius: 0;
        }

            .refunddetails .refunddata input:focus, .refunddetails .refunddata input:target {
                border: 2px solid var(--secondary-color);
                background-color: var(--tertiary-color);
                box-shadow: none;
            }

    .refunddetails .agntpgcaptcha label {
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        color: var(--primary-color);
        padding: 10px 0 6px;
    }

    .refunddetails .agntpgcaptcha {
        width: 100%;
    }

.refunttabletitle {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    margin: 0 0 4px;
}

    .refunttabletitle > div {
        width: calc(100%/8);
    }

        .refunttabletitle > div span {
            width: 100%;
            float: left;
            padding: 10px 0 14px 0px;
            background-color: var(--primary-color);
            color: var(--pure);
            border: 1px solid #736d6d;
        }

.payonlinerefnd02 {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid #aaaaaa;
    padding: 10px;
    align-items: center;
}

.refundata {
    border: 1px solid #ececec !important;
    width: 100%;
    font-size: 14px;
    padding: 10px 3px 12px;
}
/*******************Refund Status Page Style End Here******************/

/*******************FAQ's Page Style Start Here******************/
.faqmain {
    width: 100%;
    float: left;
    clear: both;
}

.faqwrapper {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

.faqquestion {
    width: 100%;
    float: left;
}

.faqtitle {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
    padding: 10px 0 10px 20px;
    background-color: var(--secondary-color);
    margin: 40px 0 20px;
}

.faqblock {
    width: 100%;
    height: 100%;
    float: left;
    padding: 0;
    z-index: 10;
    background-color: white;
}

    .faqblock > div {
        display: block;
        position: relative;
        padding: 0;
    }

        .faqblock > div:not(:last-of-type) {
            margin: 0 0 10px;
        }


        .faqblock > div input + label {
            cursor: pointer;
            display: block;
            padding: 10px 0px 10px 10px;
            font-size: 18px;
            font-weight: 400;
            color: var(--primary-color);
            background-color: #f5f5f5;
            transition: all 0.25s ease-in-out 0.5s, color 0.25s ease-in-out 0.5s;
            -webkit-transition: all 0.25s ease-in-out 0.5s, color 0.25s ease-in-out 0.5s;
            -moz-transition: all 0.25s ease-in-out 0.5s, color 0.25s ease-in-out 0.5s;
            -o-transition: all 0.25s ease-in-out 0.5s, color 0.25s ease-in-out 0.5s;
        }

        .faqblock > div input ~ div {
            visibility: hidden;
            max-height: 0;
            opacity: 0;
            transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.25s, padding 0s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.25s, padding 0s ease-in-out 0s;
            -moz-transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.25s, padding 0s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.25s, padding 0s ease-in-out 0s;
        }

            .faqblock > div input ~ div p {
                padding: 20px 20px 20px;
                border-top: 2px solid var(--secondary-color);
                font-size: 16px;
                letter-spacing: 0.5px;
                background-color: var(--tertiary-color);
            }

                .faqblock > div input ~ div p em {
                    display: block;
                    font-style: normal;
                    line-height: 30px;
                }

        .faqblock > div input:checked + label {
            transition: background-color 0s ease-in-out 0s;
        }

        .faqblock > div input:checked ~ div {
            display: block;
            opacity: 1;
            visibility: visible;
            max-height: 800px;
            transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
            -moz-transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
        }

/*******************FAQ's Page Style End Here******************/


/*******************Gallery Page Style Start Here******************/

/* gallery css start */

.gallerywrap {
    width: 100%;
    float: left;
    clear: both;
    padding: 80px 0;
}

    .gallerywrap .row > .column {
        padding: 6px;
    }

    .gallerywrap .row:after {
        content: "";
        display: table;
        clear: both;
    }

    .gallerywrap .column {
        float: left;
        width: 25% !important;
    }

    /* The Modal (background) */
    .gallerywrap .modal {
        display: none;
        position: fixed;
        z-index: 3;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        z-index: 999999;
        background-color: rgba(0,0,0,0.6);
    }

    /* Modal Content */
    .gallerywrap .modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        width: 90%;
        max-width: 800px;
    }

    /* The Close Button */
    .gallerywrap .closebutton {
        color: #ffffff;
        position: absolute;
        top: 10px;
        right: 25px;
        font-size: 35px;
        font-weight: bold;
        opacity: 0.6;
    }

        .gallerywrap .closebutton:hover,
        .gallerywrap .closebutton:focus {
            color: #ffffff;
            text-decoration: none;
            cursor: pointer;
            opacity: 0.9;
        }

    .gallerywrap .mySlides {
        display: none;
    }

    /* Next & previous buttons */
    .gallerywrap .prev,
    .gallerywrap .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        left: 0;
        width: auto;
        padding: 16px;
        margin-top: -50px;
        color: white;
        font-weight: bold;
        font-size: 20px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
    }

    /* Position the "next button" to the right */
    .gallerywrap .next {
        right: 0;
        left: auto;
        border-radius: 3px 0 0 3px;
    }

        /* On hover, add a black background color with a little bit see-through */
        .gallerywrap .prev:hover,
        .gallerywrap .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }

    /* Number text (1/3 etc) */
    .gallerywrap .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
    }

    .gallerywrap .caption-container {
        text-align: center;
        background-color: black;
        padding: 2px 16px;
        color: white;
    }

    .gallerywrap img {
        opacity: 1;
        max-width: 100%;
    }

    .gallerywrap .active,
    .gallerywrap .demo:hover {
        opacity: 1;
    }

    .gallerywrap img.hover-shadow {
        transition: 0.3s;
    }

    .gallerywrap .hover-shadow:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }


/* Medea Queries */

@media only screen and (max-width: 639px) {
    .gallerywrap .column {
        width: 50%;
    }

    .gallerywrap .row > .column {
        padding: 5px;
    }

    .gallerywrap .gallerywrap {
        padding: 40px 0;
    }
}

/* gallery css end */

/*.gallerywrapper {
    width: 100%;
    float: left;
    clear: both;
    padding: 40px 0;
}

    .gallerywrapper .gallerytitle {
        width: 100%;
        display: inline-block;
        float: none;
        font-size: 20px;
        font-weight: 700;
        padding: 0 0 10px;
        border-bottom: 2px solid var(--secondary-color);
        margin: 0 0 40px;
    }

.gallerytab {
    display: flex;
    width: 100%;
    float: left;
}

    .gallerytab .filter {
        margin: 0px 0 10px;
        width: 20%;
    }

        .gallerytab .filter a {
            display: block;
            padding: 10px;
            position: relative;
            margin-right: 20px;
            margin-bottom: 20px;
            color: var(--pure);
            font-size: 14px;
        }

    .gallerytab .boxes {
        display: flex;
        flex-wrap: wrap;
        width: 80%;
        gap: 40px;
        justify-content: flex-start;
        align-content: flex-start;
    }

        .gallerytab .boxes a {
            width: 48%;
        }

    .gallerytab .filter .all {
        background: var(--primary-color);
    }

        .gallerytab .filter .all.active {
            background: var(--secondary-color);
        }

    .gallerytab .filter .bustype_01 {
        background: var(--primary-color);
    }

        .gallerytab .filter .bustype_01.active {
            background: var(--secondary-color);
        }

    .gallerytab .filter .bustype_02 {
        background: var(--primary-color);
    }

        .gallerytab .filter .bustype_02.active {
            background: var(--secondary-color);
        }

    .gallerytab .filter .bustype_03 {
        background: var(--primary-color);
    }

        .gallerytab .filter .bustype_03.active {
            background: var(--secondary-color);
        }

    .gallerytab .filter .bustype_04 {
        background: var(--primary-color);
    }

        .gallerytab .filter .bustype_04.active {
            background: var(--secondary-color);
        }

    .gallerytab .filter .bustype_05 {
        background: var(--primary-color);
    }

        .gallerytab .filter .bustype_05.active {
            background: var(--secondary-color);
        }

    .gallerytab .filter .bustype_06 {
        background: var(--primary-color);
    }

        .gallerytab .filter .bustype_06.active {
            background: var(--secondary-color);
        }

    .gallerytab .filter .bustype_07 {
        background: var(--primary-color);
    }

        .gallerytab .filter .bustype_07.active {
            background: var(--secondary-color);
        }

    .gallerytab .filter .bustype_08 {
        background: var(--primary-color);
    }

        .gallerytab .filter .bustype_08.active {
            background: var(--secondary-color);
        }

    .gallerytab .filter .bustype_09 {
        background: var(--primary-color);
    }

        .gallerytab .filter .bustype_09.active {
            background: var(--secondary-color);
        }

    .gallerytab .filter a.active:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 15px 0 0;
        border-color: #333 transparent transparent transparent;
    }

    .gallerytab .is-animated {
        animation: .6s zoom-in;
    }

@keyframes zoom-in {
    0% {
        transform: scale(.1);
    }

    100% {
        transform: none;
    }
}*/

/*******************Gallery Page Style End Here******************/
/*******************E-Ticket Page Style Start Here******************/

.ticketprint {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    padding: 40px 0;
}

    .ticketprint input {
        border: none;
        font-size: 16px;
        font-weight: 700;
        background-color: var(--secondary-color);
        color: var(--pure);
        border-radius: 3px;
        padding: 10px 40px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        .ticketprint input:hover, .ticketprint input:focus {
            background-color: var(--primary-color);
            color: var(--pure);
        }


button.okbtn {
    border: none;
    font-size: 14px;
    font-weight: 700;
    background-color: var(--maincolor);
    color: var(--primarycolor);
    border-radius: 3px;
    padding: 6px 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    button.okbtn:hover, button.okbtn:focus {
        background-color: var(--buttoncolor);
        color: var(--primarycolor);
        box-shadow: none;
    }
/*******************E-Ticket Page Style End Here******************/


/*******************GST Details Page Style Start Here******************/


.gstmaincontent {
    width: 100%;
    float: left;
}

.gstform {
    width: 100%;
    float: left;
    text-align: center;
}

    .gstform h2 {
        font-size: 32px;
        font-weight: 600;
        line-height: 36px;
        margin: 0 0 20px !important;
        padding: 45px 0 20px 0;
        position: relative;
        color: var(--secondary-color);
        text-align: center;
        font-family: 'Raleway', sans-serif !important;
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

        .gstform h2::before {
            content: '';
            position: absolute;
            width: 120px;
            height: 1px;
            background: var(--primary-color);
            bottom: 1px;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

        .gstform h2::after {
            content: '';
            position: absolute;
            width: 40px;
            height: 5px;
            background: var(--primary-color);
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

.gstbox {
    width: 100%;
    float: left;
    padding: 0 0 60px;
}



.regform {
    width: 100%;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
    padding: 30px 20px;
    background: #fff;
    text-align: left;
}

    .regform h5 {
        color: var(--primary-color);
        font-size: 18px;
        font-weight: 700;
        margin: 0;
        line-height: 20px;
        padding: 2px 0 30px;
    }

    .regform ul {
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .regform ul li {
            list-style-type: none;
            display: block;
            padding: 5px 0 23px;
        }

            .regform ul li a {
                color: var(--primary-color);
                text-decoration: none;
                font-size: 16px;
                font-weight: 500;
                line-height: 28px;
            }

                .regform ul li a:hover, .regform ul li a:focus {
                    color: #333;
                }

/*******************GST Details Page Style End Here******************/


/************loader css start****************/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: none;
    z-index: 9999999;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    backdrop-filter: blur(5px);
    --webkit-backdrop-filter: blur(5px);
}

.no-js #preloader, .oldie #preloader {
    display: none;
}

.loader {
    display: flex;
    justify-content: center;
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    perspective: 800px;
    -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;
    align-items: center;
}



.loader01 {
    position: absolute;
    top: 80px;
    left: calc(50% - 100px);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    perspective: 800px;
    -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;
}

    .loader img, .loader01 img {
        /*max-width: 100px;*/
    }


.inner {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

    .inner.one {
        left: 0%;
        top: 0%;
        animation: rotate-one 1.5s linear infinite;
        border-bottom: 7px solid #EFEFFA;
    }

    .inner.two {
        right: 0%;
        top: 0%;
        animation: rotate-two 1.5s linear infinite;
        border-right: 7px solid #EFEFFA;
    }

    .inner.three {
        right: 0%;
        bottom: 0%;
        animation: rotate-three 1.5s linear infinite;
        border-top: 7px solid #EFEFFA;
    }

    .inner.four {
        right: 0%;
        bottom: 0%;
        animation: rotate-three 1.5s linear infinite;
        border-top: 7px solid #EFEFFA;
    }

@media only screen and (max-width:650px) {
    .loader {
        -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;
        top: calc(50% - 50px);
        left: calc(50% - 50px);
        width: 100px;
        height: 100px;
    }

    .inner.one, .inner.two, .inner.three {
        border-top: 4px solid #EFEFFA;
    }
}

@keyframes rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(40deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@keyframes rotate-four {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

/*New Loader Style Start Here*/


h1.websiteloader {
    position: relative;
    color: rgba(0, 0, 0, .8);
    font-size: 5em;
    text-align: center;
}

    h1.websiteloader:before {
        content: attr(data-text);
        position: absolute;
        overflow: hidden;
        max-width: 7em;
        white-space: nowrap;
        color: var(--primary-color);
        animation: loading 1s infinite;
    }

@keyframes loading {
    0% {
        max-width: 0;
    }
}

/* NO BORDER SPINNER */


.nb-spinner {
    width: 40px;
    height: 40px;
    margin: 0;
    background: transparent;
    border-top: 4px solid var(--maincolor);
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*New Loader Style End Here*/
/*****************loader css end*******************/


/*about us (17-march-23)*/

.mainabout {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}

.charteredabout {
    width: 100%;
    float: left;
    border-bottom: 2px solid #bcbdb0;
    padding: 20px 0 15px;
}

.col-md-8, .col-md-4 {
    float: left;
}

.aboutdetails h3 {
    color: #0465b4;
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 5px;
}

.aboutdetails p {
    text-align: justify;
    line-height: 24px;
    font-size: 13px;
    color: #000;
    margin: 0;
    padding: 0 0 10px;
}

.aboutdetails span {
    color: #333;
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
}

.charted_icon {
    background-image: url("../images/site/aboutus-image/bus.png");
    background-position: center 0;
    background-repeat: no-repeat;
    height: 120px !important;
    margin: 40px auto;
}

    .charted_icon.charted_icon02 {
        background-image: url("../images/site/aboutus-image/abouticon.png");
        background-position: center 0;
        background-size: 50%;
        width: 200px;
        height: 102px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .charted_icon.charted_icon03 {
        background-image: url("../images/site/aboutus-image/abouticon.png");
        background-position: center -122px;
        background-size: 50%;
        width: 200px;
        height: 102px;
        margin-top: 40px;
        margin-bottom: 0;
    }

    .charted_icon.charted_icon04 {
        background-image: url("../images/site/aboutus-image/abouticon.png");
        background-position: center -242px;
        background-size: 50%;
        width: 200px;
        height: 102px;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .charted_icon.charted_icon05 {
        background-image: url("../images/site/aboutus-image/abouticon.png");
        background-position: center -352px;
        background-size: 50%;
        width: 200px;
        height: 102px;
        margin-top: 20px;
        margin-bottom: 0;
    }

.charteredabout03 p {
    padding: 0 0 10px 30px;
}

.charteredabout ul {
    padding: 0 0 0 40px;
    margin: 0;
}

    .charteredabout ul li {
        font-size: 13px;
        line-height: 24px;
        color: #000;
        font-weight: 500;
    }

.charteredabout.charteredabout05 {
    border: none;
}

/*contact use (17-march-23)*/

.contactpage {
    width: 100%;
    float: left;
    padding: 30px 0px 0;
}

.contactarea {
    width: 100%;
    float: left;
}

.col-md-6 {
    float: left;
}

.contactarea h3 {
    font-size: 23px;
    margin: 0;
    color: #353535;
    font-weight: 600;
}

.contact_info {
    padding: 10px 0 0;
}

    .contact_info span {
        color: #fdb813;
        font-weight: 700;
        font-size: 16px;
    }

    .contact_info p {
        color: #000;
        margin: 0;
        padding: 0 0 10px;
        font-size: 13px;
        line-height: 24px;
    }

        .contact_info p i {
            display: block;
            font-style: normal;
            color: #000;
        }

        .contact_info p .fa {
            display: inline-block;
            font-size: 11px;
            padding: 0 6px 0 0;
        }

        .contact_info p .fa-envelope {
            font-size: 13px;
        }

        .contact_info p a {
            color: #000;
            display: inline-block;
            vertical-align: middle;
        }

.contact_form {
    width: 100%;
    float: left;
}

.form-group {
    padding: 15px 0 0;
    margin: 0;
}
    /*ticket page css changes (changes-25-03-23)*/
    .form-group h3 {
        padding: 30px 0 20px;
    }
/*ticket page css changes (changes-25-03-23)*/

.contact_form select {
    background: #fff;
    width: 100%;
    height: 40px;
    padding: 5px;
    border: 1px solid #b9b9b9;
    outline: none;
}

.contact-list {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #b9b9b9;
    height: 300px;
}

    .contact-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

/*inner page style (25-03-23)*/



/*****************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;
}

/*DatePicket style start*/

.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

    .datepicker.datepicker-rtl table tr td span {
        float: right;
    }

.datepicker-dropdown {
    top: 0;
    left: 0;
}

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px;
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px;
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px;
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        top: -7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        top: -6px;
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid #999999;
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #ffffff;
    }

.datepicker > div {
    display: none;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 45px;
    height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #eeeeee;
    cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0;
}

.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(--maincolor) !important;
    color: var(--primarycolor) !important;
    background-image: none !important;
}

    .datepicker table tr td.today:hover,
    .datepicker table tr td.today:hover:hover,
    .datepicker table tr td.today.disabled:hover,
    .datepicker table tr td.today.disabled:hover:hover,
    .datepicker table tr td.today:active,
    .datepicker table tr td.today:hover:active,
    .datepicker table tr td.today.disabled:active,
    .datepicker table tr td.today.disabled:hover:active,
    .datepicker table tr td.today.active,
    .datepicker table tr td.today:hover.active,
    .datepicker table tr td.today.disabled.active,
    .datepicker table tr td.today.disabled:hover.active,
    .datepicker table tr td.today.disabled,
    .datepicker table tr td.today:hover.disabled,
    .datepicker table tr td.today.disabled.disabled,
    .datepicker table tr td.today.disabled:hover.disabled,
    .datepicker table tr td.today[disabled],
    .datepicker table tr td.today:hover[disabled],
    .datepicker table tr td.today.disabled[disabled],
    .datepicker table tr td.today.disabled:hover[disabled] {
        background-color: #fdf59a;
    }

        .datepicker table tr td.today:active,
        .datepicker table tr td.today:hover:active,
        .datepicker table tr td.today.disabled:active,
        .datepicker table tr td.today.disabled:hover:active,
        .datepicker table tr td.today.active,
        .datepicker table tr td.today:hover.active,
        .datepicker table tr td.today.disabled.active,
        .datepicker table tr td.today.disabled:hover.active {
            background-color: #fbf069 \9;
        }

        .datepicker table tr td.today:hover:hover {
            color: #000;
        }

        .datepicker table tr td.today.active:hover {
            color: #fff;
        }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .datepicker table tr td.range.today,
    .datepicker table tr td.range.today:hover,
    .datepicker table tr td.range.today.disabled,
    .datepicker table tr td.range.today.disabled:hover {
        background-color: #f3d17a;
        background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
        background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
        border-color: #f3e97a #f3e97a #edde34;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .datepicker table tr td.range.today:hover,
        .datepicker table tr td.range.today:hover:hover,
        .datepicker table tr td.range.today.disabled:hover,
        .datepicker table tr td.range.today.disabled:hover:hover,
        .datepicker table tr td.range.today:active,
        .datepicker table tr td.range.today:hover:active,
        .datepicker table tr td.range.today.disabled:active,
        .datepicker table tr td.range.today.disabled:hover:active,
        .datepicker table tr td.range.today.active,
        .datepicker table tr td.range.today:hover.active,
        .datepicker table tr td.range.today.disabled.active,
        .datepicker table tr td.range.today.disabled:hover.active,
        .datepicker table tr td.range.today.disabled,
        .datepicker table tr td.range.today:hover.disabled,
        .datepicker table tr td.range.today.disabled.disabled,
        .datepicker table tr td.range.today.disabled:hover.disabled,
        .datepicker table tr td.range.today[disabled],
        .datepicker table tr td.range.today:hover[disabled],
        .datepicker table tr td.range.today.disabled[disabled],
        .datepicker table tr td.range.today.disabled:hover[disabled] {
            background-color: #f3e97a;
        }

            .datepicker table tr td.range.today:active,
            .datepicker table tr td.range.today:hover:active,
            .datepicker table tr td.range.today.disabled:active,
            .datepicker table tr td.range.today.disabled:hover:active,
            .datepicker table tr td.range.today.active,
            .datepicker table tr td.range.today:hover.active,
            .datepicker table tr td.range.today.disabled.active,
            .datepicker table tr td.range.today.disabled:hover.active {
                background-color: #efe24b \9;
            }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
    background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: linear-gradient(to bottom, #b3b3b3, #808080);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: #808080 #808080 #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .datepicker table tr td.selected:hover,
    .datepicker table tr td.selected:hover:hover,
    .datepicker table tr td.selected.disabled:hover,
    .datepicker table tr td.selected.disabled:hover:hover,
    .datepicker table tr td.selected:active,
    .datepicker table tr td.selected:hover:active,
    .datepicker table tr td.selected.disabled:active,
    .datepicker table tr td.selected.disabled:hover:active,
    .datepicker table tr td.selected.active,
    .datepicker table tr td.selected:hover.active,
    .datepicker table tr td.selected.disabled.active,
    .datepicker table tr td.selected.disabled:hover.active,
    .datepicker table tr td.selected.disabled,
    .datepicker table tr td.selected:hover.disabled,
    .datepicker table tr td.selected.disabled.disabled,
    .datepicker table tr td.selected.disabled:hover.disabled,
    .datepicker table tr td.selected[disabled],
    .datepicker table tr td.selected:hover[disabled],
    .datepicker table tr td.selected.disabled[disabled],
    .datepicker table tr td.selected.disabled:hover[disabled] {
        background-color: #808080;
    }

        .datepicker table tr td.selected:active,
        .datepicker table tr td.selected:hover:active,
        .datepicker table tr td.selected.disabled:active,
        .datepicker table tr td.selected.disabled:hover:active,
        .datepicker table tr td.selected.active,
        .datepicker table tr td.selected:hover.active,
        .datepicker table tr td.selected.disabled.active,
        .datepicker table tr td.selected.disabled:hover.active {
            background-color: #666666 \9;
        }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
    background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .datepicker table tr td.active:hover,
    .datepicker table tr td.active:hover:hover,
    .datepicker table tr td.active.disabled:hover,
    .datepicker table tr td.active.disabled:hover:hover,
    .datepicker table tr td.active:active,
    .datepicker table tr td.active:hover:active,
    .datepicker table tr td.active.disabled:active,
    .datepicker table tr td.active.disabled:hover:active,
    .datepicker table tr td.active.active,
    .datepicker table tr td.active:hover.active,
    .datepicker table tr td.active.disabled.active,
    .datepicker table tr td.active.disabled:hover.active,
    .datepicker table tr td.active.disabled,
    .datepicker table tr td.active:hover.disabled,
    .datepicker table tr td.active.disabled.disabled,
    .datepicker table tr td.active.disabled:hover.disabled,
    .datepicker table tr td.active[disabled],
    .datepicker table tr td.active:hover[disabled],
    .datepicker table tr td.active.disabled[disabled],
    .datepicker table tr td.active.disabled:hover[disabled] {
        background-color: #0044cc;
    }

        .datepicker table tr td.active:active,
        .datepicker table tr td.active:hover:active,
        .datepicker table tr td.active.disabled:active,
        .datepicker table tr td.active.disabled:hover:active,
        .datepicker table tr td.active.active,
        .datepicker table tr td.active:hover.active,
        .datepicker table tr td.active.disabled.active,
        .datepicker table tr td.active.disabled:hover.active {
            background-color: #003399 \9;
        }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .datepicker table tr td span:hover {
        background: #eeeeee;
    }

    .datepicker table tr td span.disabled,
    .datepicker table tr td span.disabled:hover {
        background: none;
        color: #999999;
        cursor: default;
    }

    .datepicker table tr td span.active,
    .datepicker table tr td span.active:hover,
    .datepicker table tr td span.active.disabled,
    .datepicker table tr td span.active.disabled:hover {
        background-color: #006dcc;
        background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
        background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
        background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
        background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
        background-image: linear-gradient(to bottom, #0088cc, #0044cc);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
        border-color: #0044cc #0044cc #002a80;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

        .datepicker table tr td span.active:hover,
        .datepicker table tr td span.active:hover:hover,
        .datepicker table tr td span.active.disabled:hover,
        .datepicker table tr td span.active.disabled:hover:hover,
        .datepicker table tr td span.active:active,
        .datepicker table tr td span.active:hover:active,
        .datepicker table tr td span.active.disabled:active,
        .datepicker table tr td span.active.disabled:hover:active,
        .datepicker table tr td span.active.active,
        .datepicker table tr td span.active:hover.active,
        .datepicker table tr td span.active.disabled.active,
        .datepicker table tr td span.active.disabled:hover.active,
        .datepicker table tr td span.active.disabled,
        .datepicker table tr td span.active:hover.disabled,
        .datepicker table tr td span.active.disabled.disabled,
        .datepicker table tr td span.active.disabled:hover.disabled,
        .datepicker table tr td span.active[disabled],
        .datepicker table tr td span.active:hover[disabled],
        .datepicker table tr td span.active.disabled[disabled],
        .datepicker table tr td span.active.disabled:hover[disabled] {
            background-color: #0044cc;
        }

            .datepicker table tr td span.active:active,
            .datepicker table tr td span.active:hover:active,
            .datepicker table tr td span.active.disabled:active,
            .datepicker table tr td span.active.disabled:hover:active,
            .datepicker table tr td span.active.active,
            .datepicker table tr td span.active:hover.active,
            .datepicker table tr td span.active.disabled.active,
            .datepicker table tr td span.active.disabled:hover.active {
                background-color: #003399 \9;
            }

    .datepicker table tr td span.old,
    .datepicker table tr td span.new {
        color: #999999;
    }

.datepicker .datepicker-switch {
    width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
    background-color: #acceee2e;
}

    .datepicker .datepicker-switch:hover,
    .datepicker .prev:hover,
    .datepicker .next:hover,
    .datepicker tfoot tr th:hover {
        background: #eeeeee;
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.input-append.date .add-on,
.input-prepend.date .add-on {
    cursor: pointer;
}

    .input-append.date .add-on i,
    .input-prepend.date .add-on i {
        margin-top: 3px;
    }

.input-daterange input {
    text-align: center;
}

    .input-daterange input:first-child {
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .input-daterange input:last-child {
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}

#tblSingleTrip table a {
    display: inline-block;
}

    #tblSingleTrip table a img {
        width: 100%;
        /*max-width: 803px !important;*/
    }

/*aksjdfkasjdklasjkajsdklajsdkjaslkjdalksjdaksld*/

.datepicker-switch {
    background-color: var(--buttoncolor) !important;
    color: var(--primarycolor);
}


.datepicker .datepicker-days .active.day {
    background: var(--buttoncolor) !important;
    color: var(--primarycolor) !important;
}

.datepicker .datepicker-months .active.month {
    background: var(--buttoncolor) !important;
}

.datepicker .datepicker-years .active.year {
    background: var(--buttoncolor) !important;
}

/*DatePicket style END*/

/*****************Website Banner Style End Here******************/


/*.busroutearea {
    display: flex;
    justify-content: space-between;
    flex-basis: 100%;
    align-items: center;
}*/

.invest-header-wrapper .invest-doc .divprfl {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    padding: 20px;
    justify-content: flex-start;
}

    .invest-header-wrapper .invest-doc .divprfl .divprofile {
        flex-basis: 22.5%;
        text-align: center;
        cursor: pointer;
    }

.indexpopup .indexprofileinfo {
    background-color: #ffffff;
    padding: 40px 40px;
}

    .indexpopup .indexprofileinfo p {
        color: var(--textcolor);
        font-size: 14px;
        line-height: normal;
        font-weight: 500;
        padding: 0 0 20px;
    }

        .indexpopup .indexprofileinfo p.bl {
            color: var(--maincolor);
            padding: 0;
        }

.indexpopup .fa-solid {
    color: #000000 !important;
    background-color: #fff;
}

.divprofile h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    color: #051951;
}

.divprofile p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: var(--buttoncolor);
    padding: 0 !important;
}

.divprofile h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #051951;
}

.indexprofileinfo h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    color: #051951;
}

.indexprofileinfo h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    color: #051951;
    margin: 0 0 20px !important;
}

.indexprofileinfo .cmdcode {
    color: var(--buttoncolor) !important;
}


.panel-title > a {
    display: block;
    position: relative;
}

    .panel-title > a:after {
        content: "\f078"; /* fa-chevron-down */
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
    }

    .panel-title > a[aria-expanded="true"]:after {
        content: "\f077"; /* fa-chevron-up */
    }

/*pop up*/

.pop_hd h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--maincolor);
}

.pop_content_section {
    margin-top: 20px;
    text-align: justify;
}

    .pop_content_section table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
    }

    .pop_content_section th, .pop_content_section td {
        border: 1px solid #000;
        padding: 10px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
    }

    .pop_content_section th {
        background-color: #f2f2f2;
        font-weight: 600;
    }

    .pop_content_section .check {
        color: green;
        font-weight: bold;
    }

    .pop_content_section .cross {
        color: red;
        font-weight: bold;
    }

.MuiDialogTitle-root + .css-ypiqx9-MuiDialogContent-root {
    padding-top: 0;
    padding: 0;
}

/*pop up*/
