* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style: none;
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #2C9897;
    letter-spacing: 0.5px;
    font-family: 'open_sansregular';
    list-style: none;
}

html {
    scroll-behavior: smooth;
}


html {
    scroll-behavior: smooth;
}

.wrapper {
    width: 100%;
    float: left;
}

.container {
    max-width: 1486px;
    width: 100%;
    margin: 0 auto;
    min-width: 320px;
    padding: 0 15px !important;
    height: 100%;
}

.container-large {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
}

header {
    width: 100%;
    padding-bottom: 40px;
}

    header .navbar {
        float: right;
    }

        header .navbar .nav-item {
            padding-right: 5px;
        }

            header .navbar .nav-item:last-child {
                padding-right: 0px;
            }

        header .navbar .nav-link {
            font-size: 13px;
            text-decoration: none;
        }

/*
    header .registration-heading {
        font-size: 30px;
        text-align: center;
        width: 100%;
        color: #fff;
        padding-bottom: 10px;
        font-weight: 600;
        font-family: 'open_sanssemibold';
        margin-bottom: 0;
    }*/

    header .registration-heading {
        font-size: 30px;
        text-align: center;
        width: 100%;
        color: #fff;
        padding-top: 70px;
        font-weight: 600;
        font-family: 'open_sanssemibold';
    }

    header .registration-text {
        font-size: 17px;
        text-align: center;
        width: 100%;
        color: #fff;
        font-weight: 400;
    }

    header .logo {
        max-width: 250px;
        margin-left: -15px;
    }

.mid-container {
    width: 100%;
    float: left;
    border-radius: 5px;
}

.nopadding {
    padding: 0 !important;
}

.alert-text {
    font-size: 12px;
    letter-spacing: 0;
}

.submission-box {
    width: 100%;
    float: left;
    background: #fff;
    margin-top: -38px;
    border-radius: 5px;
    margin-bottom: 2px;
}

    .submission-box .success-form {
        width: 100%;
        float: left;
        padding: 6px 25px 20px 25px;
    }

    .submission-box h2 {
        color: #000000;
        font-size: 20px;
        background: #cee9e9;
        padding: 15px 25px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        font-family: 'open_sansregular';
        margin-top: 0;
    }

.grand-total {
    color: #000000;
    font-size: 20px;
    background: #cee9e9;
    border-radius: 4px !important;
    height: 44px;
    line-height: 28px !important;
    font-family: 'open_sanssemibold' !important;
}

.submission-box .submission-form {
    width: 100%;
    float: left;
    padding: 6px 25px 20px 25px;
}

.charges {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
}

    .charges h2 {
        color: #fff;
        font-size: 16px;
        color: #000000;
        background: #cee9e9;
        font-weight: 400;
        padding: 8px 15px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        margin-bottom: 20px;
        line-height: 20px;
    }

    .charges h4 {
        font-family: 'open_sansregular';
        color: #000000;
        font-size: 17px;
        font-weight: 400;
        padding: 15px 15px;
        line-height: 16px;
    }

.source-application {
    width: 100%;
    float: left;
    margin-top: 20px;
}

    .source-application h4 {
        font-family: 'FUTURAL';
        color: #000000;
        font-size: 17px;
        font-weight: 400;
        padding: 7px 15px;
        line-height: 16px;
    }

footer {
    width: 100%;
    float: left;
    background: #2f2f2f;
    padding: 35px 0 10px 0;
}

    footer ul {
        width: 100%;
        float: left;
        text-align: center;
    }

        footer ul li {
            display: inline;
            border-right: 1px solid #fff;
            padding: 0 15px;
        }

            footer ul li:last-child {
                border-right: 0px;
            }

            footer ul li a {
                color: #fff;
                font-size: 20px;
                font-family: 'amasis_mt_stdlight';
            }

                footer ul li a:hover {
                    color: #fff;
                    text-decoration: none;
                }

    footer .copyrights {
        width: 100%;
        float: left;
        margin-top: 5px;
        text-align: center;
    }

        footer .copyrights p {
            color: #fff;
            font-size: 20px;
            font-family: 'amasis_mt_stdlight';
            line-height: 35px;
        }

    footer .social-icons ul {
        width: 100%;
        float: left;
        text-align: right;
    }

        footer .social-icons ul li {
            border-right: 0;
            padding: 0 7px;
        }


/* global css file here start */

.clear {
    clear: both;
    float: left;
}

.input-box input[type="text"], .input-box input[type="email"], .input-box input[type="tel"], .input-box input[type="number"], .input-box input[type="password"], .input-box input[type="date"] {
    width: 100%;
    padding: 2px 15px;
    float: left;
    border: 1px solid #dcdcdc;
    font-size: 15px;
    color: #000;
    letter-spacing: 0;
    line-height: 25px;
    border-radius: 4px;
    background: #fff;
    background: #fff;
    height: 44px;
    border-radius: 5px;
}

.input-box input:read-only {
    background: #fafbfa;
    border: 0;
    box-shadow: none;
    background: none;
}

.customSelect {
    display: block;
    padding: 0;
    position: relative;
    width: 100%;
    float: left;
    border: 0 !important;
}

.input-box .customSelect select {
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    box-sizing: border-box;
    color: #a0a0a0;
    font-size: 17px;
    font-weight: normal;
    height: 44px;
    line-height: 50px;
    margin: 0 0 0 0;
    outline: medium none;
    padding-left: 5px;
    width: 100%;
}

.input-box .customSelect::after {
    background: #fff url(../img/select-down-arrow.png) no-repeat scroll 25px center;
    content: "";
    height: 41px;
    pointer-events: none;
    position: absolute;
    right: 3px;
    top: 1px;
    width: 50px;
    border-radius: 5px;
}



.payment-button {
    width: 100%;
    float: left;
    text-align: right;
    margin-top: 20px;
}

.proceed-btn {
    background: #00b3b5;
    border: 0;
    color: #fff;
    font-size: 16px;
    width: 160px;
    height: 44px;
    cursor: pointer;
    border-radius: 360px;
    line-height: 38px;
    border: 2px solid #00b3b5;
    font-family: 'open_sanssemibold';
}

    .proceed-btn:hover {
        background: #fff;
        color: #00b3b5;
        border: 2px solid #00b3b5;
        font-family: 'open_sanssemibold';
        transition: background-color 0.2s ease;
    }

    .proceed-btn:disabled {
        background: #00b3b5;
        border: 0;
        color: #fff;
        font-size: 16px;
        width: 160px;
        height: 44px;
        cursor: pointer;
        border-radius: 360px;
        line-height: 38px;
        border: 2px solid #00b3b5;
        font-family: 'open_sanssemibold';
        opacity: .5;
        cursor: not-allowed;
    }


.input-box {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    min-height: 80px;
}

input::placeholder {
    color: #a1a1a1;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.super {
    color: #ff0000;
    margin-left: 2px;
    top: -5px;
}

.input-box textarea {
    width: 100%;
    padding: 15px 15px;
    float: left;
    background: #fff;
    border: 1px solid #dcdcdc;
    font-size: 19px;
    color: #000;
    letter-spacing: 0;
    line-height: 26px;
    height: 120px;
    border-radius: 0px;
}

.input-box .fieldTitle {
    font-family: 'open_sanssemibold';
    float: left;
    font-size: 16px;
    color: #222;
    text-align: left;
    margin-bottom: 0px;
    line-height: 44px;
    width: 100%;
}

.input-box .totalTitle {
    font-family: 'open_sanssemibold';
    float: left;
    font-size: 16px;
    color: #222;
    text-align: left;
    margin-bottom: 10px;
    line-height: 42px;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 4px;
    padding: 0 15px;
    background: #f9f9f9;
}

.edit-total {
    float: left;
}

    .edit-total img {
        width: 24px;
        height: 24px;
        margin-top: 10px;
    }

.input-box .fieldTitle span {
    font-weight: 700;
}

.error {
    font-size: 14px;
    color: #ff0000;
}

/* grid css start here */


input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    background-color: transparent;
}


.loadingDiv {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgba(19, 15, 15, 0.15);
    background-image: url('../img/loader_icon.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    background-size: 80px;
}

.dynamicGridCharges {
    display: -webkit-box;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* margin-right: -10px; */
    /* margin-left: -15px; */
    width: 100%;
}

.submission-box .submission-form .success-msg {
    background: url(../img/Success.png) no-repeat left center;
    padding-left: 35px;
    color: #17ab13;
    font-size: 18px;
    width: 100%;
    float: left;
    margin-top: 10px;
}

.submission-box .submission-form .name {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    width: 100%;
    float: left;
}

.submission-box .submission-form h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    width: 100%;
    float: left;
}

.submission-box .submission-form .aspire-text {
    color: #2C9897;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    width: 100%;
    float: left;
    text-align: center;
}

.submission-box .submission-form ul {
    width: 100%;
    float: left;
    margin-top: 15px;
    background: #fafbfa;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}

    .submission-box .submission-form ul li {
        margin-bottom: 15px;
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 10px;
    }

        .submission-box .submission-form ul li:last-child {
            margin-bottom: 0px;
            border-bottom: 0;
        }

.submission-box .success-form .success-msg {
    background: url(../img/Success.png) no-repeat left center;
    padding-left: 35px;
    color: #17ab13;
    font-size: 18px;
    width: 100%;
    float: left;
    margin-top: 10px;
}

.submission-box .success-form .name {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    width: 100%;
    float: left;
}

.submission-box .success-form h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    width: 100%;
    float: left;
}

.submission-box .success-form .aspire-text {
    color: #2C9897;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    width: 100%;
    float: left;
    text-align: center;
}

.submission-box .success-form ul {
    width: 100%;
    float: left;
    margin-top: 15px;
    background: #fafbfa;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}

    .submission-box .success-form ul li {
        margin-bottom: 15px;
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 10px;
    }

        .submission-box .success-form ul li:last-child {
            margin-bottom: 0px;
            border-bottom: 0;
        }


.trans-title {
    font-size: 16px;
    color: #000;
    font-family: 'open_sanssemibold';
    float: left;
    width: 325px;
}

.trans-id {
    font-size: 16px;
    color: #000;
    text-align: right;
}

.input-box .custom-datepicker {
    width: 100%;
    float: left;
    position: relative;
}

    .input-box .custom-datepicker::after {
        background: #fff url("../img/calendar-profile.png") no-repeat scroll left 7px;
        content: "";
        height: 28px;
        pointer-events: none;
        position: absolute;
        right: 7px;
        top: 4px;
        width: 30px;
        z-index: 10;
    }



.submission-box .submission-form .error-msg {
    background: url(../img/Error.png) no-repeat left center;
    padding-left: 35px;
    color: #EC1B24;
    font-size: 18px;
    width: 100%;
    float: left;
    margin-top: 10px;
}

.submission-box .success-form .error-msg {
    background: url(../img/Error.png) no-repeat left center;
    padding-left: 35px;
    color: #EC1B24;
    font-size: 18px;
    width: 100%;
    float: left;
    margin-top: 10px;
}

.responsive-table {
    width: 100%;
    float: left;
    overflow: auto;
    margin: 20px 0;
}

    .responsive-table .sticky-top {
        z-index: 0 !important;
    }


    .responsive-table .table {
        border-collapse: separate;
        border-spacing: 0px 5px;
        width: 100%;
        font-size: 13px;
        color: #555555;
        margin-bottom: 0
    }

        .responsive-table .table thead tr th {
            padding: 12px;
            border: 0;
        }

        .responsive-table .table th:first-child {
            border-radius: 5px 0 0 5px;
        }

        .responsive-table .table th:last-child {
            border-radius: 0 5px 5px 0;
        }

        .responsive-table .table td:first-child {
            border-radius: 5px 0 0 5px;
        }

        .responsive-table .table td:last-child {
            border-radius: 0 5px 5px 0;
        }

        .responsive-table .table thead th {
            background: #2C9897;
            color: #fff;
            padding: 15px;
            font-size: 13px;
            white-space: nowrap;
            text-align: left;
        }

        .responsive-table .table tbody tr td {
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            border-left: 1px solid #ddd;
            padding: 10px;
            white-space: nowrap;
            text-align: left;
        }

            .responsive-table .table tbody tr td:first-child {
                border-left: 1px solid #ddd;
            }

            .responsive-table .table tbody tr td:last-child {
                border-right: 1px solid #ddd;
            }

    .responsive-table .deleteBtn {
        border: 0;
        background: none;
        cursor: pointer;
    }

.export-icon {
    width: 9%;
    max-width: 100%;
    height: 32px;
    font-size: 20px;
    border-radius: 8px;
    padding: 0 !important;
    margin: auto
}

    .export-icon.excel {
        background: #00793C;
        border: 0
    }

    .export-icon.pdf {
        background: red;
        background-image: linear-gradient(red,#930000);
        border: 0
    }

.fRight {
    float: right !important;
}

.paging {
    padding-left: 0;
    margin: 10px 0;
    border-radius: 4px;
    font-size: 12px;
}

    .paging li {
        display: inline;
    }

        .paging li a {
            position: relative;
            float: left;
            padding: 5px 10px;
            border: 1px solid #ddd;
            color: #555;
        }

        .paging li:first-child a {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .paging li:last-child a {
            margin-left: 0;
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

    .paging .active a {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

    .paging a:hover {
        background: #eee;
    }

    .paging .active a:hover {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

.pager-dots {
    float: left;
}

.clean-navbar .navbar-nav .nav-item {
    padding: 0 2px
}

.navbar {
    padding-top: .2rem;
    padding-bottom: .2rem
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(255,92,0,.8)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255,255,255,.8)
}

.clean-navbar.fixed-bottom, .clean-navbar.fixed-top {
    background: #000 !important
}

.nav-item a {
    color: #fff !important;
    font-weight: bold;
}

@media (max-width:768px) {
    ul .navbar-nav {
        padding-top: 10px;
    }

    .client-profile-input-left, .client-profile-input-right, .client-profile-input-right .prime-select {
        width: 100% !important;
        max-width: 100% !important
    }
}

.datepicker, .table {
    text-transform: none
}

    .datepicker td, .datepicker th {
        width: 30px;
        height: 30px;
        font-size: .7rem
    }

.table-wrapper {
    height: 600px;
    overflow-y: auto;
}



.myNavbar .dropdown:hover > .dropdown-menu {
    display: block;
}

.myNavbar .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.myNavbar {
    margin-top: 25px;
    width: 100%;
    float: left;
}

    .myNavbar .nav-link {
        font-size: 12px;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #cee9e9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 0;
    margin: 0;
}

    .dropdown-content .dropdown-item {
        display: block;
        width: 100%;
        padding: 15px 20px;
        clear: both;
        font-weight: 400;
        color: #212529 !important;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        font-size: 13px;
    }

        .dropdown-content .dropdown-item:active {
            color: #fff;
            text-decoration: none;
            background-color: #00b3b5;
        }

        .dropdown-content .dropdown-item:hover {
            background-color: rgba(1,81,143,0.7);
            color: #fff !important;
        }

.submission-box .login-box {
    width: 100%;
    float: left;
    padding: 50px 80px 30px 80px;
}

.login-user {
    width: 100%;
    float: left;
    position: relative;
}

.login-box .input-box input[type=text], .login-box .input-box input[type=password] {
    width: 100%;
    padding: 10px 10px 10px 65px;
    float: left;
    border: 1px solid #9abdc0;
    font-size: 16px;
    color: #232323;
    letter-spacing: 0;
    line-height: 26px;
    height: 43px;
    border-radius: 5px;
    background: #fff;
}

.login-user:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/login-user.png) center center no-repeat;
    width: 55px;
    height: 44px;
    border-right: 1px solid #b0d0d3;
}

.login-password {
    width: 100%;
    float: left;
    position: relative;
}

    .login-password:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background: url(../img/login-password.png) center center no-repeat;
        width: 55px;
        height: 44px;
        border-right: 1px solid #b0d0d3;
    }

.login-button {
    width: 100%;
    float: left;
    text-align: center;
}

    .login-button .loginBtn {
        background: #00b3b5;
        border: 0;
        color: #fff;
        font-size: 16px;
        width: 200px;
        height: 44px;
        cursor: pointer;
        border-radius: 5px;
        line-height: 38px;
        border: 2px solid #00b3b5;
        font-family: 'open_sanssemibold';
    }

.loginBtn:hover {
    background: #fff;
    color: #00b3b5;
    transition: background-color 0.2s ease;
}

.login-erro-msg {
    padding-bottom: 20px;
    /*color: #f11313;*/
}

.hide {
    display: none !important;
}

.search-heading {
    font-size: 15px;
    color: #6d6c6c;
    width: 100%;
    float: left;
    margin: 30px 0 10px 0;
}

.loader {
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0.8;
    z-index: 10000000;
    background: Black;
    height: 100%;
    width: 100%;
    margin: auto;
}

.strip-holder {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    margin-left: -50px;
    position: relative;
}

.strip-1,
.strip-2,
.strip-3 {
    width: 20px;
    height: 20px;
    background: #0072bc;
    position: relative;
    -webkit-animation: stripMove 2s ease infinite alternate;
    animation: stripMove 2s ease infinite alternate;
    -moz-animation: stripMove 2s ease infinite alternate;
}

.strip-2 {
    -webkit-animation-duration: 2.1s;
    animation-duration: 2.1s;
    background-color: #23a8ff;
}

.strip-3 {
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    background-color: #89d1ff;
}

@-webkit-keyframes stripMove {
    0% {
        transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
    }

    50% {
        transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        transform: scale(4, 1);
        -webkit-transform: scale(4, 1);
        -moz-transform: scale(4, 1);
    }

    100% {
        transform: translate3d(-50px, 0px, 0px);
        -webkit-transform: translate3d(-50px, 0px, 0px);
        -moz-transform: translate3d(-50px, 0px, 0px);
    }
}

@-moz-keyframes stripMove {
    0% {
        transform: translate3d(-50px, 0px, 0px);
        -webkit-transform: translate3d(-50px, 0px, 0px);
        -moz-transform: translate3d(-50px, 0px, 0px);
    }

    50% {
        transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        transform: scale(4, 1);
        -webkit-transform: scale(4, 1);
        -moz-transform: scale(4, 1);
    }

    100% {
        transform: translate3d(50px, 0px, 0px);
        -webkit-transform: translate3d(50px, 0px, 0px);
        -moz-transform: translate3d(50px, 0px, 0px);
    }
}

@keyframes stripMove {
    0% {
        transform: translate3d(-50px, 0px, 0px);
        -webkit-transform: translate3d(-50px, 0px, 0px);
        -moz-transform: translate3d(-50px, 0px, 0px);
    }

    50% {
        transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        transform: scale(4, 1);
        -webkit-transform: scale(4, 1);
        -moz-transform: scale(4, 1);
    }

    100% {
        transform: translate3d(50px, 0px, 0px);
        -webkit-transform: translate3d(50px, 0px, 0px);
        -moz-transform: translate3d(50px, 0px, 0px);
    }
}

.dashboard-select {
    width: 100%;
    float: left;
}

    .dashboard-select .dropdown-menu ul {
        margin: 0;
        padding: 0;
    }

        .dashboard-select .dropdown-menu ul li {
            border: 0;
            padding-bottom: 0;
        }

    .dashboard-select .bts_dropdown ul li {
        border: 0;
    }

        .dashboard-select .bts_dropdown ul li label input {
            top: 10px;
        }

    .dashboard-select .dropdown-toggle::after {
        display: none;
    }

    .dashboard-select button {
        width: 100%;
        float: left;
        height: 44px;
        background: none;
        border: 1px solid #dcdcdc;
    }

    .dashboard-select span {
        float: left;
    }

.searchBtn {
    float: left;
    margin-left: 162px;
}

header .navbar-toggler {
    display: none;
}

.custom-modal {
    padding: 0 !important;
}

    .custom-modal .modal-content {
        border: 0;
    }

    .custom-modal .modal-body {
        padding: 30px;
    }

    .custom-modal .close-modal {
        width: 300px;
        height: 300px;
        top: 10px !important;
        right: 10px !important;
    }

@media (min-width:320px) and (max-width:480px) {

    header .logo {
        max-width: 200px;
    }

    header .navbar-toggler {
        background: url(../../Content/img/menu-bar-icon.png ) no-repeat center center;
        width: 40px;
        height: 40px;
        border-radius: 0;
        position: absolute;
        right: 15px;
        z-index: 999;
        top: -30px;
        outline: none;
        border: 0;
        display: block;
    }

    header .navbar-nav {
        margin: 20px 0;
    }

    header .navbar-collapse {
        border: 0;
        box-shadow: none;
        padding: 0;
    }

    header .navbar-nav .nav-item {
        padding-right: 0;
        background: #cee9e9;
        border-bottom: 1px solid #999;
        float: left;
        width: 100%;
    }

    header .navbar-nav .nav-link {
        padding: 12px 15px;
        color: #333 !important;
        font-size: 14px;
        float: left;
        width: 100%;
    }

    header .navbar {
        position: absolute;
        right: 0;
        top: -20px;
        width: 100%;
        z-index: 999;
    }

    .dropdown-content {
        background: #fff;
        border-radius: 0;
        margin: 5px 0 0 0;
        box-shadow: none;
        width: 100%;
    }

        .dropdown-content .dropdown-item {
            border-bottom: 1px solid #999;
        }



    header .registration-heading {
        padding: 20px 0 10px 0;
        font-size: 25px;
    }

    .searchBtn {
        margin-left: 80px;
    }

    .submission-box .login-box {
        padding: 6px 15px 20px 15px;
    }
}


.modal a.close-modal {
    display: none !important;
}

.agentRejectRemark-btn {
    background: #00b3b5;
    border: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    width: 110px;
    height: 44px;
    cursor: pointer;
    border-radius: 360px;
    line-height: 38px;
    border: 2px solid #00b3b5;
    font-family: 'open_sanssemibold';
}

.subMenu {
    position: absolute !important;
    left: 100% !important;
    top: 0;
    display: none;
    padding: 0;
    overflow: hidden;
}

li.dropdown-submenu:hover .subMenu {
    display: block;
}

.submission-box .submission-form .paging {
    padding: 0;
    margin: 0;
}


.dropdown-submenu > a::after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-left-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #777777;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu > a:hover:after {
    border-left-color: #ffffff !important;
}
