
body {
    background: #e7e9ed;
    color: #535b61;
    font-family: "Catamaran", sans-serif;
    font-size: 14px;
    line-height: 22px;
}

form {
    padding: 0;
    margin: 0;
    display: inline;
}

img {
    vertical-align: inherit;
}

a, a:focus {
    color: #0071cc;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    a:hover, a:active {
        color: #0c2f55;
        text-decoration: none;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    a:focus, a:active,
    .btn.active.focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn:active:focus,
    .btn:focus,
    button:focus,
    button:active {
        outline: none;
    }

p {
    line-height: 1.9;
}

blockquote {
    border-left: 5px solid #eee;
    padding: 10px 20px;
}

iframe {
    border: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #004efc;
    font-family: "Catamaran", sans-serif;
}

.table {
    color: #535b61;
}

.table-hover tbody tr:hover {
    background-color: #f6f7f8;
}

.btn-primary {
    color: #fff;
    background-color: #9fcc27;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #9fcc27;
    background-color: #9fcc27;
}

.process ul {
    padding: 0;
}
/*-------- Preloader --------*/
#preloader {
    position: fixed;
    z-index: 999999999 !important;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

    #preloader [data-loader="dual-ring"] {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50px;
        height: 50px;
        margin-left: -25px;
        margin-top: -25px;
        content: " ";
        border-radius: 50%;
        border: 5px solid #0071cc;
        border-color: #0071cc transparent #0071cc transparent;
        animation: dual-ring 1.2s linear infinite;
    }

button.btn.btn-primary.btn-block {
    background-color: #0095CA;
}

button.btn.btn-info.form-control {
    background-color: #0095CA;
}

a.btn.btn-md.btn-primary {
    background-color: #a2d51b;
}

@keyframes dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.close {
    font-weight: normal;
    font-size: 1.8rem;
    text-shadow: none;
}

.modal .close.close-outside {
    color: #fff;
    opacity: 1;
    position: absolute;
    right: -24px;
    top: -8px;
}

@media (max-width: 575.98px) {
    .modal .close.close-outside {
        position: absolute;
        right: 5px;
        color: #444;
        top: 0;
    }
}

.overview-section {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}


.overview-item {
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.bg-secondary.pt-4.pb-5 {
    background: linear-gradient(89deg, #1743ab 0.1%, #f2f2f2 51.5%, #1798d7 100.2%);
}

.hero {
    padding-top: 120px;
    padding-bottom: 180px;
    background-position: 20% 45% !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .hero::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #062c4e;
        opacity: 0.70;
        z-index: -1;
    }

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.hero__title {
    font-size: 52px;
}

.dtht {
    padding-bottom: 30px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-top: -113px;
    position: relative;
    z-index: 2;
}

/* =================================== */
/*  Services
/* =================================== */

.bg-bluewhite {
    background: #f5f7fa;
}

section {
    display: block;
    position: relative;
    padding: 65px 0 60px;
    width: 100%;
}

.sec-heading {
    padding-bottom: 100px;
}

    .sec-heading .sec-title {
        font-size: 36px;
        margin-bottom: 0;
        color: black;
        font-weight: 700;
    }

@media screen and (max-width: 767px) {
    .sec-heading .sec-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 479px) {
    .sec-heading .sec-title {
        font-size: 26px;
    }
}

.tagline {
    color: #a2d51b;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
}

@media screen and (max-width: 991px) {
    .swap-ss {
        display: none;
    }

    .tagline {
        font-size: 12px;
    }
}

.tagline.bar {
    padding-left: 70px;
}

    .tagline.bar:after {
        background-color: #154abd;
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 2px;
        width: 50px;
    }

@media screen and (max-width: 810px) {
    button.dropbtn.ddw {
        padding: 5px 10px !important;
        font-size: 10px;
    }
}

@media screen and (max-width: 576px) {
    button.dropbtn.ddw {
        padding: 5px 10px !important;
        font-size: 10px;
    }

    #header .header-row {
        display: block !important;
    }

    .top-cs-box-02 p {
        font-size: 0.513rem !important;
        margin-bottom: 5px;
    }

    #header .header-column {
        justify-content: center !important;
        /* padding-top: 20px; */
    }

    ul.nav.nav-tabs.customtab {
        overflow-x: scroll;
        flex-wrap: nowrap;
        padding: 12px 16px 12px 19px;
        font-size: 15px;
        font-weight: 600;
        white-space: nowrap;
    }
}

@media screen and (max-width: 479px) {
    ._all-info {
        display: block;
    }
}



.card {
    position: relative;
    border: none;
    padding: 0 15px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
    box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
}

/*--------Feature------*/

.feature-thumb {
    width: 100%;
}

    .feature-thumb img {
        width: 100%;
    }

img {
    max-width: 100%;
    height: auto;
}

.mb-none-50 {
    margin-bottom: -50px;
}

.mb-50 {
    margin-bottom: 50px;
}

section.countersection.bg-blue.text-white {
    color: #fff !important;
    background: linear-gradient(89deg, #0095ca 0.1%, #0095ca 51.5%, #9fcc27 100.2%);
    padding: 35px 0;
    overflow: hidden;
}


section#feature {
    padding-bottom: 100px;
    background-color: #f5f7fa;
}

.pt-120 {
    padding-top: 100px;
    background-color: #fff;
    padding-bottom: 60px;
}


section.section.bg-white.shadow-md1.pt-4.pb-3 {
    -webkit-box-shadow: 0px 0px 50px -35px rgb(0 0 0 / 40%);
    background: linear-gradient(89deg, #0056ae 0.1%, #0056ae 51.5%, #0056ae 100.2%);
    color: white;
}

a.nav-link.btn.btn-primary {
    background-color: #fc8200;
}

.shadow-md {
    -webkit-box-shadow: 0px 0px 50px -35px rgb(0 0 0 / 40%);
}

.featured-box {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

    .featured-box .featured-box-icon {
        display: inline-block;
        font-size: 35px;
        height: 45px;
        line-height: 45px;
        padding: 0;
        width: 45px;
        margin-top: 0;
        margin-bottom: 12px;
        color: #ffffff;
        border-radius: 0;
    }

    .featured-box h3, .featured-box h4 {
        font-size: 1.25rem;
        margin-bottom: 10px;
        font-weight: 500;
    }

section.newslatter {
    padding: 45px 0;
    background-color: #f5f7fa;
}


.section-title3, h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #000000;
}

    .section-title3 h2 {
        margin-bottom: 15px;
    }

    .section-title3 h2 {
        color: #3f3f3f;
        font-size: 30px;
    }

.subscribe-form {
    margin: 0;
    padding: 0;
    position: relative;
    border: 3px solid rgb(0 149 202);
    border-radius: 5px;
    padding: 15px;
}

#mc-form {
    width: 100%;
    position: relative;
}

    #mc-form input[type="email"] {
        width: 100%;
        border: none;
        background: #ffffff;
        border-radius: 7px;
        color: #322f55;
        font-size: 14px;
        padding: 0 20px;
        height: 60px;
        -webkit-box-shadow: 0 8px 40px -5px rgb(9 31 67 / 10%);
        -moz-box-shadow: 0 8px 40px -5px rgba(9,31,67,.1);
        box-shadow: 0 8px 40px -5px rgb(9 31 67 / 10%);
    }

    #mc-form .btn {
        padding: 0 50px;
        height: 60px;
        border-radius: 7px;
        margin-left: 20px;
        overflow: inherit;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
    }

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn.btn-theme {
    background: #9fcc27;
    color: #ffffff;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .btn::after, .btn span::before, .btn span::after {
        content: '';
        position: absolute;
        top: 0;
        width: 25.25%;
        height: 0;
        background-color: #224890;
        z-index: -1;
    }

.section-title3 {
    padding-bottom: 20px;
}


.footer-section {
    background: #009dc5;
    position: relative;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 0px;
}

    .footer-logo img {
        max-width: 250px;
    }

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

    .footer-widget-heading h3::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -15px;
        height: 2px;
        width: 50px;
        background: #9fcc27;
    }

.footer-widget ul {
    padding: 0px;
    margin: 0
}

    .footer-widget ul li {
        margin-bottom: 12px;
        list-style-type: none;
    }

        .footer-widget ul li a:hover {
            color: #fff;
        }

        .footer-widget ul li a {
            color: #fff;
            text-transform: capitalize;
        }

.footer-cntct {
    padding: 30px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.media-icon li {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 400;
}

    .media-icon li i {
        font-size: 30px;
        color: #9fcc27;
        vertical-align: middle;
        line-height: 30px;
    }

.list-unstyled p {
    color: #fff;
}

.media-icon li b {
    color: #fff;
}

.section-padding-ash {
    padding: 100px 0 75px;
    overflow: hidden;
    background: #f5f7fa;
}
/* =================================== */
/*  Helpers Classes
/* =================================== */

/* =================================== */
/*  Header
/* =================================== */
#header {
    background: #fff;
    width: 100%;
    box-shadow: 0 5px 20px rgba(0,41,112,.1);
    position: sticky;
    top: 0;
    z-index: 10;
    /* padding-bottom: 10px; */
    padding-top: 10px;
}

    #header .navbar {
        padding: 0px;
    }

    #header.bg-transparent {
        position: absolute;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: none;
    }

    #header.header-border .header-row {
        border-bottom: 1px solid rgba(250, 250, 250, 0.3);
    }

    #header .logo {
        position: relative;
        float: left;
        margin-left: 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    #header .header-row {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        max-height: 100%;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    #header .header-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

        #header .header-column .header-row {
            -webkit-box-pack: inherit;
            -ms-flex-pack: inherit;
            justify-content: inherit;
        }

.navbar-light .navbar-nav .active > .nav-link {
    color: #0c2f55;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show {
    color: #0c2f55;
}

.navbar-light .navbar-nav .show > .nav-link {
    color: #0c2f55;
}

.primary-menu.navbar {
    position: inherit;
}

.primary-menu, .login-signup {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto !important;
    -webkit-box-ordinal-group: 0;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

    .primary-menu ul.navbar-nav > li, .login-signup ul.navbar-nav > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
    }

        .primary-menu ul.navbar-nav > li a, .login-signup ul.navbar-nav > li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .primary-menu ul.navbar-nav > li > a:not(.btn), .login-signup ul.navbar-nav > li > a:not(.btn) {
            height: 70px;
            padding-left: 0.85em;
            padding-right: 0.85em;
            color: #0c2e53;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            position: relative;
        }

        .primary-menu ul.navbar-nav > li:hover > a:not(.btn), .primary-menu ul.navbar-nav > li.active > a:not(.btn), .login-signup ul.navbar-nav > li:hover > a:not(.btn), .login-signup ul.navbar-nav > li.active > a:not(.btn) {
            color: #0095ca;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            font-weight: 700;
        }

        .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn), .login-signup ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
            padding: 7px 20px 7px 0px;
            background-color: transparent;
            color: #777;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

            .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) > i:not(.arrow), .login-signup ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) > i:not(.arrow) {
                font-size: .875rem;
                width: 18px;
                text-align: center;
                margin-right: 7px;
            }

        .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn), .login-signup ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
            color: #0071cc;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .primary-menu ul.navbar-nav > li.dropdown:hover > a:after, .login-signup ul.navbar-nav > li.dropdown:hover > a:after {
            clear: both;
            content: ' ';
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-color: transparent transparent #ccc transparent;
            position: absolute;
            border-width: 0px 7px 6px 7px;
            bottom: 0px;
            left: 50%;
            margin: 0 0 0 -5px;
            z-index: 1022;
        }

        .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu, .login-signup ul.navbar-nav > li.dropdown .dropdown-menu {
            -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
            box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
            border: 0px none;
            border-top: 3px solid #ccc;
            padding: 10px 16px;
            min-width: 230px;
            margin: 0;
            font-size: 14px;
            font-size: 0.875rem;
            z-index: 1021;
        }

        .primary-menu ul.navbar-nav > li.dropdown.language .dropdown-menu, .login-signup ul.navbar-nav > li.dropdown.language .dropdown-menu {
            min-width: 140px;
        }

        .primary-menu ul.navbar-nav > li.dropdown.notifications .dropdown-menu, .login-signup ul.navbar-nav > li.dropdown.notifications .dropdown-menu {
            width: 265px;
        }

            .primary-menu ul.navbar-nav > li.dropdown.notifications .dropdown-menu li > a:not(.btn), .login-signup ul.navbar-nav > li.dropdown.notifications .dropdown-menu li > a:not(.btn) {
                white-space: normal;
                padding-left: 24px;
                position: relative;
            }

                .primary-menu ul.navbar-nav > li.dropdown.notifications .dropdown-menu li > a:not(.btn) > i:not(.arrow), .login-signup ul.navbar-nav > li.dropdown.notifications .dropdown-menu li > a:not(.btn) > i:not(.arrow) {
                    position: absolute;
                    top: 12px;
                    left: 0px;
                }

        .primary-menu ul.navbar-nav > li.dropdown-mega, .login-signup ul.navbar-nav > li.dropdown-mega {
            position: static;
        }

            .primary-menu ul.navbar-nav > li.dropdown-mega > .dropdown-menu, .login-signup ul.navbar-nav > li.dropdown-mega > .dropdown-menu {
                width: 100%;
                padding: 20px 20px;
                margin-left: 0px !important;
            }

    .primary-menu .dropdown-menu-right, .login-signup .dropdown-menu-right {
        left: auto !important;
        right: 100% !important;
    }

    .primary-menu ul.navbar-nav > li > .dropdown-menu .row > div, .login-signup ul.navbar-nav > li > .dropdown-menu .row > div {
        border-right: 1px solid #eee;
        padding: 5px 10px 5px 20px;
    }

        .primary-menu ul.navbar-nav > li > .dropdown-menu .row > div:last-child, .login-signup ul.navbar-nav > li > .dropdown-menu .row > div:last-child {
            border-right: 0;
        }

    .primary-menu ul.navbar-nav > li .sub-title, .login-signup ul.navbar-nav > li .sub-title {
        display: block;
        font-size: 16px;
        font-size: 1rem;
        margin-top: 1rem;
        padding-bottom: 5px;
    }

a.view-plans-link {
    position: absolute;
    right: 0px;
    z-index: 4;
    padding: 0 15px;
    font-size: 13px;
    text-decoration: underline;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.primary-menu ul.navbar-nav > li .dropdown-mega-submenu, .login-signup ul.navbar-nav > li .dropdown-mega-submenu {
    list-style-type: none;
    padding-left: 0px;
}

.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu, .login-signup ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
    left: 100%;
    margin-top: -40px;
}

.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-toggle:after, .login-signup ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-toggle:after {
    border-top: .4em solid transparent;
    border-right: 0;
    border-bottom: 0.4em solid transparent;
    border-left: 0.4em solid;
}

.primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow, .login-signup ul.navbar-nav > li.dropdown .dropdown-toggle .arrow {
    position: absolute;
    min-width: 30px;
    height: 100%;
    right: 27px;
    top: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after, .login-signup ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
        content: " ";
        position: absolute;
        top: 50%;
        left: 50%;
        border-color: #000;
        border-top: 1px solid;
        border-right: 1px solid;
        width: 6px;
        height: 6px;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow.arrow-right:after, .login-signup ul.navbar-nav > li.dropdown .dropdown-toggle .arrow.arrow-right:after {
        -webkit-transform: translate(-50%, -50%) rotate(225deg);
        transform: translate(-50%, -50%) rotate(225deg);
    }

.primary-menu .dropdown-toggle:after, .login-signup .dropdown-toggle:after {
    content: none;
}

.primary-menu ul.navbar-nav > li.profile > a, .login-signup ul.navbar-nav > li.profile > a {
    position: relative;
}

    .primary-menu ul.navbar-nav > li.profile > a span.user-icon, .login-signup ul.navbar-nav > li.profile > a span.user-icon {
        background: #8f9dac;
        color: #fff;
        border-radius: 100%;
        min-width: 34px;
        height: 34px;
        vertical-align: middle;
        line-height: 34px;
        font-size: 14px;
        text-align: center;
        display: inline-block;
        -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
    }

.dropdown-menu {
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
    border: 0px none;
    font-size: 14px;
    font-size: 0.875rem;
}

.header-text-light .navbar-toggler span {
    background: #fff;
}

.header-text-light .login-signup.separator:before {
    border-color: rgba(250, 250, 250, 0.35);
}

.header-text-light .login-signup ul.navbar-nav > li > a:not(.btn) {
    color: rgba(250, 250, 250, 0.8);
}

.header-text-light .login-signup ul.navbar-nav > li:hover > a:not(.btn), .header-text-light .login-signup ul.navbar-nav > li.active > a:not(.btn) {
    color: #fff;
}

.header-text-light .login-signup ul.navbar-nav > li.profile > a span.user-icon {
    background: rgba(250, 250, 250, 0.4);
}

@media (min-width: 992px) {
    .header-text-light .primary-menu ul.navbar-nav > li > a {
        color: rgba(250, 250, 250, 0.8);
    }

    .header-text-light .primary-menu ul.navbar-nav > li:hover > a:not(.btn), .header-text-light .primary-menu ul.navbar-nav > li.active > a:not(.btn) {
        color: #fff;
    }
}

.primary-menu.nav-dark-dropdown ul.navbar-nav > li.dropdown .dropdown-menu, .login-signup.nav-dark-dropdown ul.navbar-nav > li.dropdown .dropdown-menu {
    background-color: #252A2C;
    color: #fff;
    border-color: #252A2C;
}

    .primary-menu.nav-dark-dropdown ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu, .login-signup.nav-dark-dropdown ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
        background-color: #272c2e;
    }

.primary-menu.nav-dark-dropdown ul.navbar-nav > li.dropdown:hover > a:after, .login-signup.nav-dark-dropdown ul.navbar-nav > li.dropdown:hover > a:after {
    border-color: transparent transparent #252A2C transparent;
}

.primary-menu.nav-dark-dropdown ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn), .login-signup.nav-dark-dropdown ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
    color: #a3a2a2;
}

.primary-menu.nav-dark-dropdown ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn), .login-signup.nav-dark-dropdown ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
    color: #fff;
}

.primary-menu.nav-dark-dropdown ul.navbar-nav > li .row > div, .login-signup.nav-dark-dropdown ul.navbar-nav > li .row > div {
    border-color: #3a3a3a;
}

.primary-menu.nav-primary-dropdown ul.navbar-nav > li.dropdown .dropdown-menu, .login-signup.nav-primary-dropdown ul.navbar-nav > li.dropdown .dropdown-menu {
    background-color: #0071cc;
    color: #fff;
    border-color: #0071cc;
}

    .primary-menu.nav-primary-dropdown ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu, .login-signup.nav-primary-dropdown ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
        background-color: #0071cc;
    }

.primary-menu.nav-primary-dropdown ul.navbar-nav > li.dropdown:hover > a:after, .login-signup.nav-primary-dropdown ul.navbar-nav > li.dropdown:hover > a:after {
    border-color: transparent transparent #0071cc transparent;
}

.primary-menu.nav-primary-dropdown ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn), .login-signup.nav-primary-dropdown ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
    color: rgba(250, 250, 250, 0.8);
}

.primary-menu.nav-primary-dropdown ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn), .login-signup.nav-primary-dropdown ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
    color: #fff;
}

.primary-menu.nav-primary-dropdown ul.navbar-nav > li .row > div, .login-signup.nav-primary-dropdown ul.navbar-nav > li .row > div {
    border-color: rgba(250, 250, 250, 0.2);
}

@media (max-width: 991.98px) {
    .cfju .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 100% !important;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        z-index: 1;
        top: 100%;
        left: 0;
        margin-top: 3px;
        padding-bottom: 16px;
        border-radius: 10px;
    }

    .all-classes {
        display: none !important;
    }

    #header .nav-dark-dropdown.primary-menu:before, .primary-menu.nav-dark-dropdown ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
        background-color: #252A2C;
    }

    #header .nav-primary-dropdown.primary-menu:before {
        background-color: #0071cc;
    }

    .primary-menu.nav-primary-dropdown ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
        background-color: #0071cc;
    }

    .primary-menu.nav-dark-dropdown ul.navbar-nav li {
        border-color: #444;
    }

    .primary-menu.nav-dark-dropdown ul.navbar-nav > li > a {
        color: #a3a2a2;
    }

    .primary-menu.nav-dark-dropdown ul.navbar-nav > li:hover > a {
        color: #fff;
    }

    .primary-menu.nav-primary-dropdown ul.navbar-nav li {
        border-color: rgba(250, 250, 250, 0.2);
    }

    .primary-menu.nav-primary-dropdown ul.navbar-nav > li > a {
        color: rgba(250, 250, 250, 0.8);
    }

    .primary-menu.nav-primary-dropdown ul.navbar-nav > li:hover > a {
        color: #fff;
    }
}

@media (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }

    .primary-menu ul.navbar-nav > li + li {
        margin-left: 2px;
    }

    .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
        margin-left: 5px;
    }

    .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a .arrow {
        right: -3px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .primary-menu ul.navbar-nav > li.dropdown > .dropdown-toggle {
        padding-right: 1.6rem;
    }

        .primary-menu ul.navbar-nav > li.dropdown > .dropdown-toggle .arrow:after {
            -webkit-transform: translate(-60%, -70%) rotate(135deg);
            transform: translate(-60%, -50%) rotate(135deg);
            width: 7px;
            height: 7px;
            top: calc(50% - 2.5px);
        }

    .primary-menu ul.navbar-nav > li.dropdown-mega .sub-title:first-child {
        margin-top: 0px;
    }

    .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu.dropdown-menu-sm {
        width: 465px;
        padding-right: 18px;
    }

    .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu.dropdown-menu-md {
        width: 700px;
        padding-right: 18px;
    }

    .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu.dropdown-menu-lg {
        width: 920px;
        padding-right: 18px;
    }
}


@media (max-width: 991.98px) {
    /* Mobile Menu Button */
    .navbar-toggler {
        width: 25px;
        height: 30px;
        padding: 10px;
        margin: 18px 10px;
        position: relative;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
        display: block;
    }

        .navbar-toggler span {
            display: block;
            position: absolute;
            height: 2px;
            width: 100%;
            background: #3c3636;
            border-radius: 2px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: 0.25s ease-in-out;
            transition: 0.25s ease-in-out;
        }

            .navbar-toggler span:nth-child(1) {
                top: 7px;
                -webkit-transform-origin: left center;
                -moz-transform-origin: left center;
                -o-transform-origin: left center;
                transform-origin: left center;
            }

            .navbar-toggler span:nth-child(2) {
                top: 13px;
                -webkit-transform-origin: left center;
                -moz-transform-origin: left center;
                -o-transform-origin: left center;
                transform-origin: left center;
            }

            .navbar-toggler span:nth-child(3) {
                top: 19px;
                -webkit-transform-origin: left center;
                -moz-transform-origin: left center;
                -o-transform-origin: left center;
                transform-origin: left center;
            }

        .navbar-toggler.open span:nth-child(1) {
            top: 5px;
            left: 4px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .navbar-toggler.open span:nth-child(2) {
            width: 0%;
            opacity: 0;
        }

        .navbar-toggler.open span:nth-child(3) {
            top: 21px;
            left: 4px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    #header .primary-menu {
        position: absolute;
        top: 99%;
        right: 0;
        left: 0;
        background: transparent;
        margin-top: 0px;
        z-index: 1000;
    }

        #header .primary-menu:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 50%;
            width: 100vw;
            height: 100%;
            background: #fff;
            z-index: -1;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        }

        #header .primary-menu > div {
            overflow: hidden;
            overflow-y: auto;
            max-height: 65vh;
            margin: 18px 0;
        }

    .primary-menu ul.navbar-nav li {
        display: block;
        border-bottom: 1px solid #eee;
        margin: 0;
        padding: 0;
    }

        .primary-menu ul.navbar-nav li:last-child {
            border: none;
        }

        .primary-menu ul.navbar-nav li.dropdown > .dropdown-toggle > .arrow.open:after {
            -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

    .primary-menu ul.navbar-nav > li > a:not(.btn) {
        height: auto;
        padding: 8px 0;
        position: relative;
    }

    .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
        padding: 8px 18px 8px 107px;
        position: relative;
    }

    .primary-menu ul.navbar-nav > li.dropdown:hover > a:after {
        content: none;
    }

    .primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
        -webkit-transform: translate(-50%, -50%) rotate(134deg);
        transform: translate(-50%, -50%) rotate(134deg);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu {
        margin: 0;
        margin-left: -115.122px !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        padding: 0px 15px 0px 15px;
    }

        .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
            margin: 0;
        }

        .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .row > div {
            padding: 0px 15px;
            border: none;
        }

        .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .sub-title {
            margin-top: 10px;
            display: block;
            padding: 0;
        }

    .primary-menu ul.navbar-nav > li.login-signup > a:before {
        content: none;
    }
}

@media (max-width: 767.98px) {
    #header .logo {
        margin-right: .25rem;
    }
}
/* Secondary Nav */
.secondary-nav.nav {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
}

    .secondary-nav.nav .nav-link {
        text-align: center;
        font-size: 1rem;
        margin: 0 8px;
        padding: .6rem 15px;
        color: #8298af;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        .secondary-nav.nav .nav-link:hover {
            color: #a6bcd3;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

    .secondary-nav.nav .nav-item:first-child .nav-link {
        margin-left: 0px;
    }

    .secondary-nav.nav .nav-link span {
        display: block;
        font-size: 30px;
        margin-bottom: 5px;
    }

    .secondary-nav.nav .nav-item .nav-link.active {
        background: #fff;
        color: #0071cc;
        border-radius: 4px 4px 0px 0px;
    }

    .secondary-nav.nav.alternate {
        margin-bottom: 10px;
        background-color: #0056ae;
        border-radius: 0px;
        justify-content: space-between;
        /* margin-top: 13px; */
		border: none;
    }

        .secondary-nav.nav.alternate .nav-link {
            padding: .3rem 12px;
            color: #fff;
        }

        .secondary-nav.nav.alternate .nav-item .nav-link.active {
            background-color: transparent;
            color: #fff;
            border-bottom: 3px solid #fff;
        }

@media (max-width: 1199.98px) {
    .secondary-nav.nav {
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }
}

section#contact {
    background-color: #f7fafc;
}

.contact .info-box i:hover {
    animation: wiggle 3s linear infinite;
}

.contact .info-box i {
    font-size: 32px;
    color: #0056ae;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #0056ae;
}

section {
    padding: 80px 0;
    =: initial;
}

.section-title {
    text-align: center;
    padding-bottom: 60px;
}

.section-title, h2 {
    font-size: 17px;
    font-weight: 700;
    color: #000000;
}

    h2.title-section {
        color: #050708;
    }

.contact .info-box {
    color: #444444;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 30px rgb(214 215 216 / 30%);
    padding: 20px 0 30px 0;
    border-radius: 25px 0;
}

    .contact .info-box h3 {
        font-size: 20px;
        color: #777777;
        font-weight: 700;
        margin: 10px 0;
    }

    .contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

.contact .php-email-form .form-group {
    margin-bottom: 20px;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.text-center {
    text-align: center !important;
}

.contact .php-email-form button[type=submit] {
    background: #0056ae;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 30px;
}

.hty {
    box-shadow: 0 0 30px rgb(214 215 216 / 40%);
    background-color: #fff;
    padding: 30px;
    border-radius: 30px 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none;
}

.nav-tabs .nav-link {
    border: none;
}

.section-top-title {
    color: #a2d51b;
    font-size: 14px;
    font-weight: 600;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

li.card span.icon-bg .circles-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

    li.card span.icon-bg .circles-box .circle-one {
        position: absolute;
        left: 8px;
        bottom: 8px;
        width: 7px;
        height: 7px;
        z-index: 1;
        border-radius: 50%;
        background-color: #1da1d0;
    }

    li.card span.icon-bg .circles-box .circle-two {
        position: absolute;
        top: 8px;
        right: 8px;
        width: 7px;
        height: 7px;
        z-index: 1;
        border-radius: 50%;
        background-color: #1da1d0;
    }

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 74% !important;
    height: auto;
    margin: auto;
    margin-top: 10px;
}

.greayBgBox {
    padding: 50px 0;
    background: #fff;
}

.title {
    margin: 0 0 50px 0;
    font-size: 26px;
}

.mb25 {
    margin-bottom: 25px !important;
}

.title span {
    margin: 15px auto 0;
    background: #99bc3c;
    height: 4px;
    border-radius: 32px;
    width: 50px;
    display: block;
}

.panel-group {
    /* margin-bottom: 23px; */
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 3px;
    }

.panel {
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
}

.panel-default {
    border-color: #dddddd;
}

.panel {
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-default > .panel-heading {
    color: #212121;
    background-color: #f5f5f5;
    border-color: #dddddd;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-heading {
    border-bottom: none;
}

.panel-heading {
    padding: 3px 9px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
}

.faq .panel-heading a, .faq .panel-heading a:hover {
    text-decoration: none;
    display: block;
}

    .faq .panel-heading a i {
        margin-right: 5px;
        border: 2px solid #3acbff;
        height: 24px;
        width: 24px;
        text-align: center;
        line-height: 21px;
        border-radius: 100%;
        font-weight: normal;
        color: #0095ca;
    }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #dddddd;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #dddddd;
}

.panel-body {
    padding: 15px;
}

.solution .item {
    margin: 0 20px 20px 0;
    padding: 16px;
    text-align: center;
    float: left;
    font-size: 16px;
    background-color: #fff;
    width: 255px;
    height: auto;
    box-shadow: 0px 4px 18px -6px rgb(24 39 75 / 12%), 0px 8px 42px -4px rgb(24 39 75 / 12%);
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
}

    .solution .item img {
        margin-bottom: 12px;
        height: 70px;
    }

p.section-title21 {
    padding-top: 30px;
    padding-bottom: 12px;
    font-size: 18px;
    color: black;
    font-weight: 700;
}

.all-content-plan, .all-content {
    display: none;
}

.intro {
    display: block;
}

.widget-steps > .step {
    padding: 0;
    position: relative;
}

    .widget-steps > .step .step-name {
        font-size: 16px;
        margin-bottom: 5px;
        text-align: center;
    }

    .widget-steps > .step > .step-dot {
        position: absolute;
        width: 30px;
        height: 30px;
        display: block;
        background: #fff;
        border: 1px solid #28a745;
        top: 45px;
        left: 50%;
        margin-top: -15px;
        margin-left: -15px;
        border-radius: 50%;
    }

        .widget-steps > .step > .step-dot:after {
            width: 10px;
            height: 10px;
            border-radius: 50px;
            position: absolute;
            top: 9px;
            left: 9px;
        }

    .widget-steps > .step.complete > .step-dot:after {
        content: '\f00c';
        font-weight: 900;
        color: #28a745;
        font-family: "Font Awesome 5 Free";
        top: 3px;
        left: 7px;
    }

    .widget-steps > .step.active > .step-dot:after {
        background: #28a745;
        content: '';
    }

    .widget-steps > .step > .progress {
        position: relative;
        background: #bbb;
        border-radius: 0px;
        height: 1px;
        box-shadow: none;
        margin: 22px 0;
    }

        .widget-steps > .step > .progress > .progress-bar {
            width: 0px;
            box-shadow: none;
            background: #28a745;
        }

    .widget-steps > .step.complete > .progress > .progress-bar {
        width: 100%;
    }

    .widget-steps > .step.active > .progress > .progress-bar {
        width: 50%;
    }

    .widget-steps > .step:first-child.active > .progress > .progress-bar {
        width: 0%;
    }

    .widget-steps > .step:last-child.active > .progress > .progress-bar {
        width: 100%;
    }

    .widget-steps > .step.disabled > .step-dot {
        border-color: #bbb;
    }

    .widget-steps > .step:first-child > .progress {
        left: 50%;
        width: 50%;
    }

    .widget-steps > .step:last-child > .progress {
        width: 50%;
    }

    .widget-steps > .step.disabled a.step-dot {
        pointer-events: none;
    }

@media (max-width: 575.98px) {
    .widget-steps > .step .step-name {
        font-size: 14px;
    }
}

.bg-light-2 {
    background-color: #f8f8fa !important;
}

h2.text-8 {
    font-size: 2rem;
    color: #0095ca;
}

@media (max-width: 1200px) {
    .dropdown.cfju .dropbtn {
        background: rgb(179 2 48 / 27%);
        padding: 5px 10px !important;
        border-radius: 4px;
        cursor: pointer;
        border: none;
        color: #fff;
        font-size: 10px;
    }
}

@media (max-width: 768px) {

    .dropdown-content .form-check-label {
        margin-bottom: 0;
        font-size: 7px;
    }

    .top-cs-box-02 p {
        font-size: 10px !important;
        margin-bottom: 5px !important;
    }

    .logo img {
        width: 120px !important;
    }

    .mobile-responsive {
        display: none !important;
    }

    ._all-info {
        display: block !important;
    }

    .place {
        width: 100% !important;
        padding: 7px 14px;
    }

    .__details {
        width: 37%;
        word-wrap: break-word;
    }

    .__amount {
        width: 15%;
    }

    .place._amount {
        width: 15%;
    }

    .place._details {
        width: 37%;
    }
}

.card-header-1 {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header-2 {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.operator-selection .custom-control-label:after, .operator-selection .custom-control-label:before {
    top: auto;
    bottom: 0rem;
    left: calc(50% - 0.5rem);
}

.operator-selection .custom-control-label {
    padding-bottom: 1.5rem;
}

button.btn.btn-primary.shadow.btn-block.btn-lg {
    padding: 0.83rem 1rem;
    font-size: 1.22rem;
    border-radius: inherit;
}

input#mobilenumber {
    border-radius: inherit;
}

header.text-center.mb-7 {
    margin-bottom: 3rem;
    margin-top: 1rem;
}

span.input-group-text {
    color: #8c98a4;
}

.close-box {
    text-align: end;
    padding: 5px 9px 0px 5px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    color: #4A5B6D;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.mb-2 button.btn.btn-block.btn-sm.btn-primary.transition-3d-hover {
    margin-top: 20PX;
}

.page-header.page-header-text-light {
    color: #fff;
}

.bg-secondary {
    background-color: #0095ca !important;
}

.page-header {
    margin: 0 0 30px 0;
    padding: 25px 0;
}

    .page-header h1 {
        font-weight: normal;
        font-size: 22px;
        margin: 0;
        padding: 5px 0;
        font-weight: 600;
    }

    .page-header .breadcrumb {
        background: none;
        margin: 0 0 8px 2px;
        padding: 0;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .page-header.page-header-text-light .breadcrumb > li {
        color: rgba(250, 250, 250, 0.8);
    }

    .page-header .breadcrumb > li {
        display: inline-block;
        font-size: 0.85em;
        text-shadow: none;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .page-header.page-header-text-light .breadcrumb > li a {
        color: rgba(250, 250, 250, 0.8);
    }

    .page-header .breadcrumb > li a {
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .page-header .breadcrumb > li + li:before {
        color: inherit;
        opacity: 0.7;
        font-family: 'Font Awesome 5 Free';
        content: "\f105";
        padding: 0 7px 0 5px;
        font-weight: 900;
    }

.nav-pills .nav-link i {
    margin-right: 8px;
}

.nav-pills.alternate .nav-link {
    color: #535b61;
}

    .nav-pills.alternate .nav-link.active {
        color: #fff;
    }

.account-card.account-card-primary {
    background: -webkit-linear-gradient(135deg, #0f5e9d, #418fce);
    background: -moz-linear-gradient(135deg, #0f5e9d, #418fce);
    background: -o-linear-gradient(135deg, #0f5e9d, #418fce);
    background: -ms-linear-gradient(135deg, #0f5e9d, #418fce);
    background: linear-gradient(-45deg, #0f5e9d, #418fce);
}

.account-card:hover .account-card-overlay {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.account-card .account-card-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rounded {
    border-radius: 0.25rem !important;
}

.account-card:hover .account-card-overlay {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.account-card .account-card-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

span.account-card-expire.text-uppercase.d-inline-block.opacity-6.mr-2 {
    font-size: 9px;
}

.account-card.text-white.rounded.p-3.mb-4.mb-lg-0 {
    background: rgba(0, 0, 0, 0.8);
}
/*.form-control:not(.form-control-sm) {
    padding: 0.81rem 0.96rem;
    height: inherit;
}*/
section.page-header.page-header-text-light.bg-secondary h1 {
    color: white;
}

a.nav-link.btn.btn-primary {
    margin-top: 17px;
}



.nav-tabs.customtab .nav-link:focus, .nav-tabs.customtab .nav-link:hover {
    color: #1b00ff;
    border: 0;
    border-bottom: 2px solid #1b00ff;
}

.all-classes {
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    color: #999999;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.place {
    width: 12%;
    padding: 7px 14px;
}

.__details {
    width: 37%;
    word-wrap: break-word;
}

.__amount {
    width: 15%;
}

._descip {
    height: 210px;
    overflow: scroll;
}

._all-info {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
}

    ._all-info button:hover {
        background: #00B9F5;
        color: #fff;
    }

.amount {
    background: #fff;
    color: #00baf2;
    border: 1px solid #00baf2;
}

.place._amount {
    width: 15%;
}

.place._details {
    width: 37%;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #0056ae;
    background-clip: padding-box;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 83px;
    border-top: none;
    border-bottom: none;
}

button.btn.btn-danger {
    float: right;
    background-color: #fff;
    color: #1fc2f4;
    border-color: #00baf2;
    border-radius: 100px;
}


.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    color: #1fc2f4;
    background-color: #fff;
    border-color: #00baf2;
}

.tab-content-1 > .tab-pane {
    display: none;
}

.tab-content-1 > .active {
    display: block;
}

}

section.contact-3.section-padding {
    padding: 100px 0 75px;
    background-color: #fff;
}

.contact-3 .media-icon.list-unstyled {
    margin-top: 50px;
    background: hsl(196deg 100% 40%);
    padding: 30px;
    border-radius: 10px;
}

.contact-3-info h4 {
    margin-bottom: 40px;
}

.contact-3 .media-icon li {
    margin-bottom: 50px;
}

.media-icon li {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 400;
}

h3.texts-4.mb-3 {
    font-size: 1.1rem;
}

h3.texts-4.mb-4 {
    font-size: 1.1rem;
}

.nav-tabs .nav-item .nav-link.active:after {
    height: 3px;
    width: 100%;
    content: ' ';
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.nav-tabs .nav-item .nav-link {
    border: 0;
    background: transparent;
    position: relative;
    border-radius: 0;
    padding: 0.6rem 1rem;
    color: #7b8084;
    white-space: nowrap !important;
}

h3.texts-4.mb-3 {
    font-size: 1.1rem;
}

h3.texts-4.mb-4 {
    font-size: 1.1rem;
}

.text-16 {
    font-size: 3rem !important;
}

h2.text-8 {
    font-size: 2rem;
    color: #0095ca;
}


/*///////////////////////////////////////loading////////////////////////////////////*/


.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.loader-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    opacity: 0.5;
    border: 3px solid #09acfd;
    -webkit-animation: loader 1s ease-in-out infinite alternate;
    animation: loader 1s ease-in-out infinite alternate;
}

    .loader:before {
        content: " ";
        position: absolute;
        z-index: -1;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border: 3px solid #09acfd;
    }

    .loader:after {
        content: " ";
        position: absolute;
        z-index: -1;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border: 3px solid #09acfd;
    }

@keyframes loader {
    from {
        transform: rotate(0deg) scale(1,1);
        border-radius: 0px;
    }

    to {
        transform: rotate(360deg) scale(0, 0);
        border-radius: 50px;
    }
}

@-webkit-keyframes loader {
    from {
        -webkit-transform: rotate(0deg) scale(1, 1);
        border-radius: 0px;
    }

    to {
        -webkit-transform: rotate(360deg) scale(0,0 );
        border-radius: 50px;
    }
}

.loader4 {
    width: 45px;
    height: 45px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 5px solid;
    border-top-color: rgb(63 106 216);
    border-bottom-color: rgb(63 106 216);
    border-left-color: rgb(193 193 193);
    border-right-color: rgb(193 193 193);
    -webkit-animation: loader4 1s ease-in-out infinite;
    animation: loader4 1s ease-in-out infinite;
}

@keyframes loader4 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader4 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}
/*///////////////////////////////////////loading////////////////////////////////////*/

.top-cs {
    padding: 8px 0;
    margin: 0;
    line-height: 13px;
}

.top-cs {
    float: right;
    margin-top: 0px;
}

.top-cs-box {
    padding-top: 0;
    font-family: 'Montserrat';
    padding: 0 2px 0 1px;
}

.top-cs-box {
    padding-right: 0px;
    display: inline-block;
    padding-top: 4px;
}

.top-cs-box-02 {
    display: inline-block;
    padding-right: 2px;
}

    .top-cs-box-02 p {
        color: #004efd;
        font-size: 12px;
        font-weight: 600;
    }

    .top-cs-box-02 p {
        font-size: .913rem;
        margin-bottom: 5px;
    }

.search_outer_box {
    /* width: 400px; */
    height: auto;
    /* position: absolute; */
    /* top: 45px; */
    box-sizing: border-box;
    z-index: 1;
}

#bus {
    background: #d21a1f;
    top: -45px;
    z-index: 10;
    border-top: 2px solid #d57f88;
}

.search_accordian_tab > .search_accordion_toggle {
    display: none;
}

.search_accordion .search_accordian_tab:first-child label {
    border-radius: 10px 10px 0px 0px;
    border-top: 0px;
    border-bottom: 0px;
    font-size: 13px;
}

.search_accordian_tab > label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    background: #0056ae;
    color: #fff;
    padding: 11px 0px 11px 10px;
    border-top: 2px solid #0056ae;
    border-bottom: 2px solid #ffffff;
    font-size: 13px;
    margin-bottom: 0;
}

.search_accordian_tab label svg {
    margin: 0 10px;
}

.search_accordian_tab > .search_accordion_toggle:checked ~ .search_accordion_content {
    max-height: 100vh;
}

.search_accordian_tab > .search_accordion_content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s;
    border-color: #0056ae;
    border-style: solid;
    border-width: 0px 2px 2px 2px;
    background: #fff;
}

.searchbox {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    height: 52px;
    position: relative;
    background: #fff;
    border-bottom: solid 1px #0056ae;
}

.chosen-container-single {
    width: 100% !important;
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.chosen-container-single .chosen-single {
    height: 25px;
    border: none;
    background: none;
    box-shadow: none;
    padding: 0px;
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 23px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single a {
    border: none;
    height: 50px;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container-single .chosen-single span {
    font-size: 15px;
    letter-spacing: 0.03rem;
    color: #000;
    font-weight: 600;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

    .chosen-container-single .chosen-single div b {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid #666;
        position: absolute;
        top: 8px;
        right: 10px;
    }

    .chosen-container-single .chosen-single div b {
        display: block;
        width: 100%;
        height: 100%;
        background: url(/js/chosen/chosen-sprite.png) no-repeat 0px 2px;
    }

.chosen-container-single .chosen-drop {
    margin-top: 0px;
    border-radius: 10px;
    background-clip: padding-box;
    margin-left: -106px;
    width: 146.7%;
    display: block;
    padding: 10px;
}

p.tofromcitycss {
    margin-bottom: 0;
}

.form-group-set {
    width: 100%;
    margin-bottom: 0;
    margin-left: 10px;
}

#frmSearch .to .tofromcitycss {
    padding-left: 10px;
    padding-right: 46px;
}

p.tofromcitycss {
    padding-left: 10px;
    padding-right: 29px;
}

p.tofromcitycss1 {
    padding-left: 10px;
    padding-right: 47px;
}

.searchbox.borderright.onward input {
    width: 100%;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    font-size: 11.4px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
}

.searchbox.borderright.onward p {
    padding-left: 0;
    padding-right: 48px;
}

.searchbox.return input {
    width: 100%;
    display: inline-block;
    width: 100%;
    padding: 0.275rem 0.75rem 0.275rem 0.75rem;
    font-size: 11.4px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
}

.searchbox.return p {
    padding-left: 0;
    padding-right: 55px;
}

.searchbtn {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 6px;
    background-color: #0056ae;
    outline: none;
    box-shadow: none;
    border: none;
    font-weight: bold;
    letter-spacing: 0.03rem;
    cursor: pointer;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    padding: 6px 55px;
    margin: 10px 0;
}

.search {
    text-align: center;
}

.tab-content.ssd {
    background-color: #fff;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 11.4px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat right 0.75rem center / 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.searchbox input {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: none;
    color: #202020;
    width: 100%;
    padding: 8px 0;
    outline: none;
    font-size: 15px;
    letter-spacing: 0.03rem;
    font-weight: 600;
    font-family: "Montserrat";
}

#extra_1364 {
    padding: 20px 0 14px;
    background: url(../images/b-road.png);
    background-repeat: repeat-x;
    background-color: #0056ae;
}

.sec-padding {
    padding: 75px 0;
    background: #fff;
}

.home2-about-img {
    position: relative;
}

.home2-hadding h1 {
    color: #10002b;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    padding-top: 10px;
    transition: all .4s;
}

.home2-hadding-p p {
    font-size: 13px;
    font-weight: 300 !important;
    line-height: 23px;
    color: #4d5064;
    transition: all .4s;
    text-align: justify;
}

span.after {
    color: #bf002d;
}

.setup-up-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px 5px;
    height: 155px;
    margin-top: 10px;
}

section.section-setup-s {
    background: #fff;
}

.setup-up-box h4 {
    font-size: 14px;
}

.bus-aminities1 {
    border: 1px solid #0056ae;
    padding: 20px 0 20px 0;
    margin: 0 0 15px;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.site-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

span:nth-child(1) {
    animation: fade-in .8s .1s forwards cubic-bezier(.11,0,.5,0);
}

.site-title-tagline {
    =: uppercase;
    letter-spacing: 2px;
    font-size: 17px;
    font-weight: 500;
    color: #0056ae !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 5px; */
}

.site-title {
    font-weight: 700;
    font-size: 45px;
    color: #000 !important;
    margin-bottom: 0;
}

.bus-aminities1 h4 {
    color: #000 !important;
}

section.bus-aminities {
    background-color: #ffffff;
}

.main .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.p-b90 {
    padding-bottom: 90px;
}

.main .card {
    color: #252a32;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    padding: 0;
}

.main .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
    background: #ffffff;
}

    .main .card-image img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@media only screen and (max-width: 600px) {
    .main .containeres {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}

.head-gallery {
    padding: 60px 0;
}

.home2-hadding.home2-hadding-p.hadding-span2.home2-hadding-after h4 {
    color: #10002b;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    padding-top: 10px;
    transition: all .4s;
}

.home2-hadding.home2-hadding-p.hadding-span2.home2-hadding-after h2 {
    color: #10002b;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    padding-top: 10px;
    transition: all .4s;
}

main.main.sec-padding {
    background: #f4fcff;
}

.home2-hadding.home2-hadding-p.hadding-span2.home2-hadding-after span {
    color: #0056ae;
}

.footer-area {
    background: #111111;
    position: relative;
    z-index: 1;
}

.footer-widget-box {
    margin-bottom: 20px;
}

.footer-widget {
    position: relative;
    z-index: 1;
}

.footer-logo img {
    width: 180px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(174deg) brightness(1200%) contrast(101%);
}

.copyright {
    position: relative;
    padding: 7px 0;
    background: #181818;
    z-index: 1;
}

    .copyright::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        background: #0056ae;
        width: 50%;
        height: 100%;
        clip-path: polygon(10% 1%, 100% 0, 100% 100%, 0% 100%);
        z-index: -1;
    }

    .copyright .footer-menu {
        margin: 0;
        padding: 0;
        text-align: right;
    }

        .copyright .footer-menu li {
            display: inline-block;
            margin-left: 25px;
            font-size: 16px;
        }

            .copyright .footer-menu li a {
                color: #F5FAFF;
                transition: all .5s ease-in-out;
            }

                .copyright .footer-menu li a:hover {
                    color: #0cc5f5;
                }

    .copyright .copyright-text {
        color: #F5FAFF;
        margin-bottom: 0px;
        font-size: 16px;
    }

        .copyright .copyright-text a {
            color: #0056ae;
            font-weight: 500;
        }

.footer-widget-title {
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 21px;
    z-index: 1;
}

    .footer-widget-title::before {
        position: absolute;
        content: '';
        z-index: -1;
        width: 90px;
        height: 2px;
        background: rgba(255, 255, 255, 0.2);
        bottom: 0;
        left: 0;
    }

    .footer-widget-title::after {
        position: absolute;
        content: '';
        z-index: -1;
        width: 30px;
        height: 2px;
        background-color: #0056ae;
        bottom: 0;
        left: 18px;
    }

.footer-list {
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

    .footer-list li a {
        color: #fff;
        transition: all .5s ease-in-out;
    }

        .footer-list li a i {
            margin-right: 5px;
            color: #0056ae;
        }

        .footer-list li a:hover {
            padding-left: 10px;
            color: #0cc5f5;
        }

.footer-widget-box p {
    color: #fff;
    padding-right: 18px;
    margin-bottom: 20px;
}

.footer-social {
    display: flex;
    gap: 15px;
    justify-content: end;
    margin-bottom: 0;
}

    .footer-social li a i {
        height: 38px;
        width: 38px;
        line-height: 38px;
        text-align: center;
        border-radius: 12px;
        background: #fff;
        color: #000000;
        transition: all .5s ease-in-out;
    }

        .footer-social li a i:hover {
            background: #111111;
            color: #fff;
        }

.footer-contact li {
    display: flex;
    align-items: center;
    color: #F5FAFF;
    font-size: 14px;
    margin-bottom: 15px;
}

    .footer-contact li a {
        color: #F5FAFF;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        display: flex;
        align-items: center;
    }

    .footer-contact li i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        margin-right: 15px;
        border-radius: 10px;
        background: #0056ae;
        text-align: center;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        color: var(--color-white);
    }

.subscribe-form .form-control {
    padding: 16px 20px;
    border-radius: 12px;
    box-shadow: none;
    border: none;
}

.subscribe-form .theme-btn {
    margin-top: 20px;
    width: 100%;
    padding: 14px;
}

    .subscribe-form .theme-btn:hover {
        color: var(--theme-color);
    }

    .subscribe-form .theme-btn::before {
        background: #fff;
    }


@media all and (max-width: 1199px) {
    .footer-widget-box {
        margin-bottom: 50px;
    }
}

@media all and (max-width: 991px) {
    .footer-widget-wrapper {
        padding-bottom: 0px;
    }

    .copyright .footer-menu {
        float: left;
        margin-top: 20px;
        text-align: left;
    }

        .copyright .footer-menu li {
            margin-left: 0;
            margin-right: 15px;
        }
}

@media all and (max-width: 767px) {
    .footer-widget-wrapper {
        padding-bottom: 0px;
    }

    .footer-social {
        justify-content: flex-start;
        margin-top: 20px;
    }

    .copyright::before {
        clip-path: polygon(30% 1%, 100% 0, 100% 100%, 0% 100%);
    }

    .copyright .copyright-text a {
        color: #0cc5f5;
    }
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-100 {
    padding-top: 100px;
}

ul.footer-social li {
    list-style: none;
}

#banerInfo {
    background-color: #0056ae;
    padding: 30px 0;
    color: #fff;
    text-align: center;
}

    #banerInfo h1 {
        color: #fff;
        text-transform: uppercase;
        position: relative;
        display: inline-block;
        font-weight: bold;
        font-size: 36px;
        font-family: Bauhaus Std;
    }

.head11 {
    margin-bottom: 0;
}

.head {
    background: #f4fcff;
    padding-top: 50px;
}

.dds {
    padding-top: 33px;
}

section#extra_6910 {
    background-color: #0056ae;
    text-align: center;
    padding: 30px 0;
}

h3.heading-set-4 {
    color: #fff;
    font-weight: 700;
}

h4.icon-head {
    color: #fff;
}

img.icon-setupsss {
    filter: invert(100%) sepia(0%) saturate(7497%) hue-rotate(92deg) brightness(106%) contrast(100%);
}

/*tabs*/

.acceptinput7 {
    background: transparent;
    border: 0;
    padding: 0;
    letter-spacing: 0.03rem;
    line-height: 1.4;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 18px;
}

.form-footer.mt-2 .btn {
    width: 100%;
    margin-top: 30px;
    background: #0056ae;
}

.sdsw {
    margin-bottom: 0 !important;
    background-color: #bf002d;
    border-radius: 0 !important;
    justify-content: space-between !important;
    overflow: hidden !important;
}

    .sdsw .nav-link {
        padding: 0.3rem 12px !important;
        color: #fff !important;
        font-size: 18px !important;
    }

@media (max-width: 500px) {
    .sdsw {
        margin-bottom: 0 !important;
        background-color: #bf002d;
        border-radius: 0 !important;
        justify-content: space-between !important;
        overflow: hidden !important;
    }

        .sdsw .nav-link {
            padding: 0.3rem 0px !important;
            color: #fff !important;
            font-size: 14px !important;
        }

    .acceptinput7 {
        font-size: 12px;
        margin-bottom: 27px;
    }
}

section.hero-wrap.section {
    padding: 19px 0;
    background-color: #fff;
}

h4.Cancellation {
    color: #0056ae;
    margin-bottom: 30px;
}

.bo_address {
    color: #6c757d;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 25px !important;
    margin-top: 12px;
    max-height: 100px;
    overflow: hidden;
    text-align: left;
}

.bo_title {
    color: #0056ae;
    font-size: 16px !important;
    font-weight: 600;
    text-align: left;
}

.bo_address_wrap {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    box-shadow: 2px 5px 10px rgb(0 0 0 / 15%), -2px 0px 10px rgb(0 0 0 / 15%);
    padding: 30px !important;
    text-align: left;
}

.bo_details a {
    color: #000 !important;
    text-decoration: underline;
    font-size: 17px;
    font-weight: 600;
}

.bo_details {
    margin-top: 15px;
}

p.bo_details {
    text-align: left;
}

section.ssss {
    background-color: #fff;
}

.terms-list li {
    list-style: none;
}

.terms-list {
    padding: 0;
}

    .terms-list li {
        list-style: none;
        padding-bottom: 14px;
    }

a.gdt {
    color: #f9c840;
}

p.section-title21 {
    padding: 7px 0px;
    padding-bottom: 2px;
    font-size: 17px;
    color: #0056ae;
    font-weight: 700;
    /* margin-bottom: 5px; */
    margin-bottom: 0;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }

.sign-bg {
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 22px 0 0 22px;
}

    .sign-bg:before {
        background: #FAFBFB;
        transform: rotate(74deg);
        position: absolute;
        height: 100%;
        width: 100%;
        content: "";
        right: 25%;
    }

    .sign-bg:after {
        background: #FAFBFB;
        transform: rotate(-80.86deg);
        position: absolute;
        height: 100%;
        width: 100%;
        content: "";
        bottom: 14%;
    }

    .sign-bg img {
        position: relative;
        z-index: 1;
        padding: 15px 0 35px;
        right: 6%;
    }

.signup-card-content {
    background: #fff;
    box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    overflow: hidden;
}

.btn-signup.btn-sm {
    padding: 7px 30px;
    font-size: 16px;
}

.btn-signup {
    padding: 10px 70px;
    color: #fff;
    background: #0056ae;
    border-color: #0056ae;
}

.setup-form label.form-label {
    text-align: left;
}

.form-group.setup-form {
    text-align: left;
    font-weight: 700;
}

.sty-login {
    padding: 10px 70px;
    color: #fff;
    background: #0056ae;
    border-color: #0056ae;
}

.radio-g {
    text-align: left;
    margin-bottom: 20px;
}

.signup-card-contentss {
    background: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.otp-ptext {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000000;
}

.fbLoginSignup {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-decoration-line: underline;
    color: #0056ae;
    padding-bottom: 20px
}

.fbLoginSignup {
    cursor: pointer;
}

h3.head-h3-s {
    text-align: left;
    margin-bottom: 26px;
    color: #0056ae;
}

h3.card-title.mb-4 {
    color: #0056ae;
}

h5.otp-get {
    text-align: left;
    font-size: 18px;
    margin: 20px 0;
    color: #d7113f;
}

.text-center.get-otp-bt {
    width: 50%;
    border: 2px solid #bf002d;
    color: #bf002d;
    font-size: 14px;
    text-align: center;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
}

.otp-bt-cen {
    display: flex;
    justify-content: center;
}

span.marScroll {
    color: #fff !important;
    line-height: 42px;
    font-size: 20px;
    font-weight: 800;
}

.drop-w select {
    padding: 0 30px 0 25px;
    padding-right: 45px;
    border-radius: 10px;
    border: 1px solid #0056ae;
    font-size: 14px;
    width: 100%;
    height: 44px;
    margin-bottom: 20px;
}

input.set-width {
    padding: 0 28px 0 16px;
    padding-right: 16px;
    border-radius: 10px;
    border: 1px solid #0056ae;
    font-size: 14px;
    width: 100%;
    height: 44px;
    margin-bottom: 20px;
}

img.filter-imges {
    width: 16px !important;
}

.time-sort-item {
    padding: 15px;
    border-right: 1px solid #ddd;
    color: #202020;
    font-weight: 500;
    font-size: 12px;
}

.headerss h2 {
    background: #0056ae;
    color: #fff;
    padding: 13px 15px;
    border-radius: 6px 6px 0 0;
    margin-right: 0;
}

.dropdown.cfju .dropbtn {
    background: rgb(4 59 116 / 64%);
    padding: 5px 20px;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    color: #fff;
}

.filter-drop {
    display: flex;
    align-items: center;
}

.form-check-inline.ddd {
    display: block;
    color: #000;
}

.box-setsui {
    background: #0056ae;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 18px;
}

.inner-header .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
    margin-top: 10px;
}

    .inner-header .breadcrumb .breadcrumb-item {
        font-size: 13px;
        font-weight: 700;
    }

        .inner-header .breadcrumb .breadcrumb-item a {
            color: #626262;
        }

        .inner-header .breadcrumb .breadcrumb-item.active {
            color: #0056ae;
        }

.inner-header .breadcrumb-item + .breadcrumb-item::before {
    display: none;
}

.inner-header .breadcrumb .breadcrumb-item i {
    padding: 0 10px;
}

h4.bus-gow {
    color: #000;
    font-weight: 600;
    margin-top: 10px;
    font-size: 19px;
}

.dp-time {
    font-size: 20px;
    font-weight: 500;
    color: #202020;
    letter-spacing: .03rem;
}

.op-name {
    color: #202020;
    font-size: 14px;
    letter-spacing: .03rem;
    padding-top: 15px;
}

.duration {
    color: #444;
    font-size: 13px;
    letter-spacing: .03rem;
    font-weight: 400;
    z-index: 1;
    height: 20px;
    margin: 0 3px;
    position: relative;
    top: 0px;
    background: #fff;
}

.at-time {
    font-size: 20px;
    font-weight: 500;
    color: #202020;
    letter-spacing: .03rem;
}

.bus-type {
    color: #202020;
    font-size: 14px;
    letter-spacing: .03rem;
    padding-top: 15px;
}

.rect-icon {
    position: absolute;
    right: 50px;
    top: 4.5px;
    width: 21px;
    height: 21px;
    transform: rotate(45deg);
    background: #1eb24b;
}

.dot {
    background: #fff;
    position: absolute;
    right: 62px;
    top: 13px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.fare {
    width: 60px;
    background: #1eb24b;
    color: #fff;
    text-align: right;
    font-weight: 500;
    padding: 5px 3px;
    font-size: 19px;
    z-index: 2;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.actual-fare {
    text-decoration: line-through;
    color: #777;
    font-size: 13px;
    padding: 10px 0;
    letter-spacing: .03rem;
}

.seat {
    position: relative;
    left: -5px;
}

.avl-seat {
    position: relative;
    top: -3px;
    color: #202020;
    font-size: 14px;
    font-weight: 500;
}

.amen-wrap {
    display: flex;
    /* padding-top: 10px; */
    position: relative;
    margin-top: 25px;
    left: -5px;
    margin-bottom: 20px;
    display: none;
}

.ffrx {
    /* position: relative; */
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    border-radius: 6px;
    padding: 20px;
    box-sizing: border-box;
    /* margin-bottom: 30px; */
}

.sec-box {
    padding: 20px;
}

.search-btn {
    display: flex;
    width: 150px;
    align-items: center;
    color: #fff;
    padding: 10px;
    background: #0056ae;
    border-radius: 4px;
    justify-content: center;
    cursor: pointer;
}
/*a.search-btn-wrap {
    float: right;
}*/
.seathead {
    display: flex;
    align-items: center;
}

.mspacerite {
    margin-right: 10px;
}

span.circle.ceruleanbg.whiteclr.lspacerite {
    width: 24px;
    height: 24px;
}

span.circle.ceruleanbg.whiteclr.lspacerite {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.whiteclr {
    color: #fff;
}

.ceruleanbg {
    background: #0056ae;
}

.lspacerite {
    margin-right: 5px;
}

.circle {
    display: block;
    border-radius: 50%;
}

.flex-vc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.seat-w {
    background: rgb(255, 255, 255);
    padding: 10px 5px 10px 10px;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px;
    border-radius: 6px;
}

.seatlook {
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    font-size: 10px;
    border: 1px solid rgb(30, 178, 75);
    background: rgb(255, 255, 255);
    color: rgb(68, 68, 68);
    opacity: 1;
    user-select: none;
    cursor: pointer;
}

.seatlook1 {
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    font-size: 10px;
    border: 1px solid rgb(0 86 174);
    background: rgb(0 86 173);
    color: rgb(255 255 255);
    opacity: 1;
    user-select: none;
    cursor: pointer;
}

.seatlook12 {
    left: -4px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    font-size: 10px;
    color: rgb(68, 68, 68);
    opacity: 1;
    user-select: none;
    cursor: pointer;
    padding: 10px;
}

.whitebg {
    background: #ebebeb;
}

span.circle.ceruleanbg.whitebg.lspacerite {
    width: 24px;
    height: 24px;
}

span.circle.ceruleanbg.whitebg.lspacerite {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.seat-www {
    background: rgb(255, 255, 255);
    padding: 10px 5px 10px 10px;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px;
    border-radius: 6px;
    margin-top: 18px;
}

.box-bt-e {
    padding: 15px 0px;
    text-align: center;
    font-weight: bold;
    color: rgb(136, 136, 136);
    background: rgb(204, 204, 204);
    margin-top: 7px;
    border-radius: 6px;
    cursor: not-allowed;
    box-shadow: none;
}

.legend {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    font-size: .8rem;
    width: 55%;
    position: relative;
}

    .legend > div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 18px;
    }

        .legend > div span {
            display: inline-block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #fff;
            margin-right: 5px;
        }

            .legend > div span.st-legend.sl {
                width: 15px;
            }

            .legend > div span.st-legend {
                position: relative;
                border-radius: 0;
                width: 12px;
                height: 12px;
                border: 1px solid #1fb34b;
            }

.sec-seae {
    padding-bottom: 43px;
}

.departure select {
    word-wrap: normal;
    width: 100%;
    padding: 12px 7px;
    background-color: #b30230;
    color: #fff;
    font-weight: 600;
    border: none;
    margin: 0 0 0 6px;
}

.departure {
    background-color: #bf002d;
    margin: 14px 0 0 0;
    padding: 0px 0 0 0;
}

    .departure button {
        background-color: #b30230;
        color: #fff;
        font-weight: bold;
        border: none;
        font-size: 12px;
        padding: 10px 13px;
    }

section.ssss1 {
    padding: 21px 0 16px 0;
    background-color: #0056ae;
}

.upersec button {
    border: none;
}

.imgclr {
    color: #fff;
    font-weight: bold;
}

.displattype {
    display: flex;
    padding: 7px 0 6px 0px;
    margin: 0px 0 0 0;
}

.ssss1 img {
    width: 25px;
}

span.swap-ss {
    padding-top: 9px;
}

.filter-drop .dropdown {
    position: relative;
    display: inline-block;
    margin: 0 0 0 11px;
}

/* Style for the dropdown button */
.filter-drop .dropdown-button {
    background-color: #b30230;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.filter-drop .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 360px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    top: 100%;
    left: 0;
    margin-top: 3px;
    padding-bottom: 16px;
    border-radius: 10px;
}

/* Show the dropdown content when hovering over the dropdown container */
.filter-drop .dropdown:hover .dropdown-content {
    display: block;
}

/* Style for the dropdown links */
.filter-drop .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

    /* Change color of dropdown links on hover */
    .filter-drop .dropdown-content a:hover {
        background-color: #f1f1f1;
    }

.derpat {
    background-color: #bf002d;
    color: #fff;
    font-weight: bold;
    padding: 8px 12px 8px 7px;
    width: 100%;
}

li img {
    width: 20%;
}

.activedetails .dropdown-button {
    background-color: transparent;
    border: none;
    color: #000;
}

.activedetails .dropdown::after {
    content: "\25BC";
    font-size: 0.8em;
    position: absolute;
    top: 52%;
    color: #000;
    right: 6px;
    transform: translateY(-50%);
}

.adss {
    height: 208px;
}

.bg-set-bg {
    background: linear-gradient(45deg, #0055af, #0055af);
}

.btn-danger1 {
    position: absolute;
    font-size: 12px;
    color: #fff;
    top: 0px;
    right: 0px;
    font-weight: 600;
    background-color: #0055af;
    border-radius: 50px;
    border-color: #ffffff;
    height: 33px;
    width: 33px;
    line-height: 28px;
}

.contact-number {
    position: fixed;
    bottom: 50px;
    left: 0;
    z-index: 999999;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    border-color: #8e24aa;
}

.hotline-phone-ring-circle {
    width: 110px;
    height: 110px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #1564a7;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill, .hotline-phone-ring-img-circle, .hotline-bar {
    background: #8e24aa;
    background: -webkit-linear-gradient(45deg, #9fcc27 0%, #0095ca 100%);
    background: linear-gradient(45deg, #a3ce30 0%, #0095ca 100%);
}

.hotline-phone-ring-circle-fill {
    width: 80px;
    height: 80px;
    top: 16px;
    left: 15px;
    position: absolute;
    background-color: rgba(21, 100, 167, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-circle-fill, .hotline-phone-ring-img-circle, .hotline-bar {
    background: #8e24aa;
    background: -webkit-linear-gradient(45deg, #9fcc27 0%, #0095ca 100%);
    background: linear-gradient(45deg, #9fcc28 0%, #0095ca 100%);
}

.hotline-phone-ring-img-circle {
    background-color: #1564a7;
    width: 50px;
    height: 50px;
    top: 31px;
    left: 31px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid #ffffff;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hotline-phone-ring-img-circle .pps-btn-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .hotline-phone-ring-img-circle .pps-btn-img img {
            width: 33px;
            height: 33px;
        }

.hotline-phone-ring-circle-fill, .hotline-phone-ring-img-circle, .hotline-bar {
    background: #8e24aa;
    background: -webkit-linear-gradient(45deg, #9fcc27 0%, #0095ca 100%);
    background: linear-gradient(45deg, #00aa4f 0%, #005596 100%);
}

.hotline-bar {
    position: absolute;
    height: 45px;
    line-height: 40px;
    white-space: nowrap;
    border-radius: 3px;
    padding: 0px 15px 0px 45px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    border-radius: 50px !important;
    left: 34px;
    bottom: 31px;
}

    .hotline-bar > a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        text-indent: 32px;
        letter-spacing: 1px;
        display: block;
        line-height: 45px;
        font-family: Arial;
    }

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@media (max-width: 768px) {
    .hotline-bar {
        display: none;
    }
}

.set .modal-dialog {
    max-width: 538px;
    margin: 1.75rem auto;
}

.submit {
    width: 100%;
    display: block;
    text-align: center;
    padding: 16px 0;
    font-size: 1em;
    font-weight: 600;
    background: #0056ae;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: -10px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3);
    box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

.groupdsr {
    margin-bottom: 30px;
}

.referLink {
    font-size: 12px;
    color: #564ea1;
    text-align: center;
    cursor: pointer;
}

.login-wrap h3 {
    font-weight: 600;
    color: #fefeff;
}

.modal-content.ddes {
    background-color: #0056ae;
}

.xfd {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.login-wrap p {
    color: #fff;
}

.sdass {
    color: #fff;
}

span.gtey {
    color: #fff;
}

.modal-open {
    overflow: inherit !important;
}

.top-cs-box-02 p {
    font-size: 16px;
}

a.nav-link.fdf {
    cursor: pointer;
}

.seatlook.seat.selected {
    background-color: green;
    color: white;
}

.sold {
    background-color: #0056ae;
    color: white !important;
    cursor: not-allowed;
}

#selectedSeat {
    padding: 10px;
    margin-top: 20px;
}

.seat {
    margin: 5px;
    cursor: pointer;
}

button.searchbtn a {
    color: #fff;
}

.sfra {
    padding: 11px 0;
}

a.searchbtn:hover {
    color: #fff;
}

li.mandatory-info {
    border-width: 0 0 1px 0;
    border-color: #ddd;
    border-style: solid;
    width: 50%;
    padding: 15px 5px;
    font-size: 13px;
    text-align: center;
    border: none;
}

.optional {
    border-width: 0 0 1px 0;
    border-color: #ddd;
    border-style: solid;
    width: 50%;
    padding: 15px 5px;
    font-size: 13px;
    text-align: center;
    border: none;
}

a.dx {
    color: #000;
    font-weight: 700;
    border-width: 1px 1px 0 1px !important;
}

    a.dx.active {
        color: #0056ae;
        font-size: 14px;
    }

ul.nav.nav-tabs.dfqwq {
    border: none;
}

.deq {
    width: 100%;
}

.sesw {
    padding: 10px 5px;
    background-color: #0055ad;
}

    .sesw ul li a {
        color: #fff !important;
    }

    .sesw .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #002b57bf;
    }

.pashf {
    background: #fff !important;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.wed {
    margin-left: 20px;
}

#exTab1 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

#exTab2 h3 {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
    border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

.tabbable-panel {
    padding: 10px;
}

.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}

    .tabbable-line > .nav-tabs > li {
        margin-right: 2px;
    }

        .tabbable-line > .nav-tabs > li > a {
            border: 0;
            margin-right: 0;
            color: #ffffff;
            font-size: 17px;
            font-weight: 700;
        }

            .tabbable-line > .nav-tabs > li > a > i {
                color: #a6a6a6;
            }

        .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
            border: 0;
            background: none !important;
            color: #ffffff;
        }

            .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
                color: #a6a6a6;
            }

        .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
            margin-top: 0px;
        }

        .tabbable-line > .nav-tabs > li.active > a {
            border: 0;
            color: #ffffff;
        }

            .tabbable-line > .nav-tabs > li.active > a > i {
                color: #404040;
            }

.tabbable-line > .tab-content {
    background-color: #fff;
    border: 0;
    padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

.gtrh {
    background-color: #0053aa;
    padding: 20px;
}

p.wrap-01sd {
    color: #cd0000;
}

a.fre.active {
    border-bottom: 3px solid #fff !important;
}

a.search-btn-wrap {
    display: flex;
    justify-content: end;
}

.set-padding-sheet {
    padding-left: 9px;
    padding-right: 9px;
    margin-top: 10px !important;
}

.resdf h3 {
    font-size: 33px;
    font-weight: 700;
    margin: 14px 0;
    color: #000000;
}

.about-list {
    position: relative;
    display: block;
}

    .about-list li {
        position: relative;
        margin-top: 28px;
        font-weight: 500;
        font-size: 22px;
    }

ul.about-list.list-unstyled li i {
    font-size: 30px;
    color: #0a55fd;
    padding-right: 20px;
}

ul.about-list.list-unstyled li {
    display: flex;
    align-items: center;
    line-height: 29px;
}

span.span.hyt {
    font-size: 22px !important;
}

.home2-about.sec-padding.re3s {
    background-color: #f4fcff !important;
}

.amen-card-item img {
    margin-right: 19px;
    filter: invert(20%) sepia(77%) saturate(2481%) hue-rotate(198deg) brightness(98%) contrast(101%);
}

.set-border {
    border-right: 2px solid;
    margin-top: 16px;
    max-width: 10% !important;
}

span.seter {
    position: absolute;
    right: 20px;
    top: 10.5px;
    bottom: 3px;
    left: initial;
    width: 17px;
    height: 19px;
    line-height: 19px;
    background: rgb(206 206 206);
}

.scolumn {
    position: relative;
    cursor: pointer;
}

.seat1b1 {
    width: 44px;
    height: 44px;
    transform: rotate3d(2, 2, 0, 180deg);
}

.seat-number {
    position: absolute;
    bottom: 0px;
    /* left: 1.3%; */
    /* transform: translateX(-35%); */
    font-size: 11px;
    font-weight: bold;
    color: #000;
}

.padset {
    max-width: 10% !important;
    padding-left: 10px;
    padding-right: 10px;
}

.row.setgbb {
    display: inline-block;
}

.erwr {
    max-width: 20% !important;
    flex: 0 0 20% !important;
}

@media screen and (max-width: 768px) {
    .set-border {
        display: none !important;
    }

    .row.setgbb {
        display: flex !important;
    }
}

@media screen and (max-width: 576px) {
    .padset {
        max-width: 13% !important;
    }
}

@media screen and (max-width: 480px) {
    .erwr {
        max-width: 30% !important;
        flex: 0 0 30% !important;
    }

    .legend {
        display: inline-block !important;
    }

    span.seter {
        width: 6px !important;
    }
}

.sold {
    padding: 9px 11px;
    height: 34px;
    top: 0px;
    border-radius: 5px;
    left: 0px;
}

button.feuye {
    padding: 8px 20px;
    background-color: #0350fd;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
}

section.section-setup-s.nureomoldu {
    padding: 20px 0 !important;
}

h4.kiwmo {
    color: #0056ae;
    line-height: 30px;
    font-weight: 700;
}

h4.ekooeo {
    color: #0056ae;
    font-weight: 700;
    padding-right: 45px ;
    border-right: 2px solid #202020;
}

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	background: #fff;
	border-radius: 0px 0px 20px 20px;
	padding: 5px 20px;
}

    .top-header > div {
        display: flex;
        row-gap: 7px;
        column-gap: 50px;
        flex-wrap: wrap;
    }

        .top-header > div > div {
            display: flex;
            flex-direction: column;
            align-items: start;
        }

            .top-header > div > div p {
                margin: 0;
                display: flex;
                gap: 15px;
                color: #000;
				line-height: 140%;
				font-weight: 700;
				color: #0056ae;
            }

                .top-header > div > div p span {
                    display: flex;
                    gap: 5px;
                    align-items: center;
                }

.nav-tabs {
    align-items: center;
}

.nav-item:first-child {
    margin-right: 50px;
}

.nav-item a img {
    filter: brightness(0) invert(1);
    min-width: 100px;
}

.scrollHeading {
    display: flex;
    align-items: center;
    gap: 20px;
}

@font-face {
    font-family: PlaywriteDEGrund;
    src: url(../fonts/PlaywriteDEGrund-Regular.ttf);
}

.scrollHeading h4 {
    font-family: PlaywriteDEGrund, sans-serif;
    letter-spacing: 2px;
	/* text-transform: uppercase; */
}

.scrollHeading h4:nth-child(even){
	color: #ff6605;
}

.scrollHeading h4:nth-child(odd) img{
	filter: hue-rotate(40deg);	
}

.scrollHeading h4:nth-child(even) img{
	filter: hue-rotate(210deg);	
}

span.marScroll{
	font-family: PlaywriteDEGrund, sans-serif;
	letter-spacing: 2px;
}

.popularDestination {
        display: flex;
        align-items: center;
        padding: 0px 30px;
        gap: 20px;
    }
.popularDestination > marquee {
        border-left: 3px solid #0056ae;
        border-right: 3px solid #0056ae;
        border-radius: 5px;
        padding: 7px 0px;
}
.bannerbus > div {
    display: inline-block;
    position: relative;
	margin-left: 100px;
}
.bannerbus img {
    height: 70px;
    aspect-ratio: 9 / 3;
    object-fit: contain;
    padding: 0px 15px;
}
/*.bannerbus>div::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 30px;
    width: 30px;
    background: url(../images/color-logo.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}*/