@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
    position: relative;
    min-height: 100%;
}

.logo-header {
    background-color: #fff !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    width: 100%;
}



body {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 30px; /* Margin bottom by footer height */
    background: #eee;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px; /* Set the fixed height of the footer here */
    line-height: 30px; /* Vertically center the text there */
}

.border {
    border: 1px solid red;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.bg-blue {
    background-color: #022f4a !important;
}

.bg-green {
    background-color: #5bb97c !important;
    border: 0px;
}

.bg-white {
    background-color: #fff !important;
}

.mt-30 {
    margin-top: -30px;
}

.shadow {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.22);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

.navbar {
    padding: 0px 15px;
}

.navbar-brand {
    background-color: #fff;
}

    .navbar-brand img {
        width: 120px;
    }

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 20px;
    width: 20px;
    outline: black;
    background-color: rgba(0, 0, 0, 0.7);
    background-size: 100%, 100%;
    border-radius: 10%;
    border: 1px solid black;
}

.carousel-control-next,
.carousel-control-prev {
    width: 3%;
}

.carousel-item .col-md-4 {
    overflow: hidden;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
}

.category-opts {
    background-color: #fff;
    padding: 15px 40px;
    margin: 5px;
    border-radius: 10px;
    text-align: center;
    float: left;
    width: 100%;
    transition: all 0.5s;
}


    .category-opts:hover {
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.22);
    }

    .category-opts img {
        color: #333;
        width: 70px;
    }

    .category-opts span {
        color: #333;
        font-size: 16px;
        font-weight: 500;
        float: left;
        width: 100%;
        text-transform: capitalize;
        margin-top: 20px;
    }

/*.cashback .col-md-2 {
    text-align: center;
}*/

    .cashback .col-md-2 a img {
        padding: 0 20px;
        width: 100%;
    }

.social-icons .text-reset {
    margin: 0px 5px;
}

.footer,
.footer a {
    color: #fff;
}


.copyright {
    background-color: #4e4e4e;
    float: left;
    padding: 10px 0px;
    color: #fff;
}

.social-icons .text-reset i {
    background-color: #fff;
    padding: 2px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    text-align: center;
    line-height: 25px;
}

.social-icons a:hover {
    text-decoration: underline;
}



.bg-image-vertical {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

@media screen (min-width: 1025px) {
    .h-custom-2 {
        height: 100%;
    }
}

.banner-content {
    width: 100%;
    background-color: #0a7dc1;
    float: left;
    padding: 60px;
    color: #fff;
}

.opts {
    background-color: #fff;
    border: 1px solid #f3f3f3;
    padding: 10px;
    float: left;
    text-align: center;
    margin-bottom: 5px;
    transition: all 0.2s;
    border-radius: 5px;
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.22)*/;
}


/*.opts:hover {
    
    animation: opts 1s;
    box-shadow: 0 0 0 0.25em #9fd7f4;
    cursor: pointer;
}*/

@keyframes opts {
    0% {
        box-shadow: 0 0 0 0 var(--hover);
    }
}

.opts img {
    width: 95%;
    margin-bottom: 10px;
}

section.ecommerce img {
    width: 70%;
}

.opts span {
    color: #333;
    font-size: 12px;
    font-weight: 600;
    float: left;
    width: 100%;
    text-transform: capitalize;
    margin-top: 00px;
}


.opts a.terms {
    font-size: 12px;
    margin: 10px 0px;
    width: 100%;
    float: left;
}

.opts a.btn-primary {
    background-color: #f07431;
    border: 0px;
    font-size: 11px;
    font-weight: 500;
}


    .opts a.btn-primary:hover {
        background-color: #5bb97c;
    }

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
    padding: 0px;
    margin-bottom: 20px;
}


.btn-orange {
    background-color: #f07431;
    border: 0px;
}

    .btn-orange:hover {
        background-color: #5bb97c;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.36), 0 2px 6px rgba(0, 0, 0, 0.60);
    }

.details-section {
    padding: 60px 0px;
}





.emp-profile {
    padding: 15px;
    background: #fff;
}

.profile-img {
    text-align: center;
}

    .profile-img img {
        width: 70%;
        height: 100%;
    }

    .profile-img .file {
        position: relative;
        overflow: hidden;
        margin-top: -20%;
        width: 70%;
        border: none;
        border-radius: 0;
        font-size: 15px;
        background: #212529b8;
    }

        .profile-img .file input {
            position: absolute;
            opacity: 0;
            right: 0;
            top: 0;
        }

.profile-head h5 {
    color: #333;
}

.profile-head h6 {
    color: #0062cc;
}

.profile-edit-btn {
    border: none;
    border-radius: 1.5rem;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
}

.proile-rating {
    font-size: 12px;
    color: #818182;
    margin-top: 5%;
}

    .proile-rating span {
        color: #495057;
        font-size: 15px;
        font-weight: 600;
    }

.profile-head .nav-tabs {
    margin-bottom: 5%;
}

    .profile-head .nav-tabs .nav-link {
        font-weight: 600;
        border: none;
    }

        .profile-head .nav-tabs .nav-link.active {
            border: none;
            border-bottom: 2px solid #0062cc;
        }

.profile-work {
    padding: 14%;
    margin-top: -15%;
}

    .profile-work p {
        font-size: 12px;
        color: #818182;
        font-weight: 600;
        margin-top: 10%;
    }

    .profile-work a {
        text-decoration: none;
        color: #495057;
        font-weight: 600;
        font-size: 14px;
    }

    .profile-work ul {
        list-style: none;
    }

.profile-tab label {
    font-weight: 600;
    background-color: #f5f5f5;
    width: 100%;
    padding: 5px;
}

.profile-tab p {
    font-weight: 400;
    color: #333;
}



label {
    font-size: 14px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

p {
    font-size: 16px;
    width: 100%;
}


.container .row h4 {
    color: #2F5496 !important;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
}

.container .row span {
    width: 100%;
    margin-bottom: 5px;
}

.container .row ol li {
    list-style: disc;
    width: 100%;
    margin-bottom: 10px;
}

.container .row ol.decimal li {
    list-style: decimal;
    width: 100%;
    margin-bottom: 10px;
}

.container .row ol li ul li {
    list-style: none !important;
    width: 100%;
}




section.ecommerce {
    padding: 30px 0px;
    background-color: #fff;
}

.container .row ol li ul li ul li {
    list-style: square !important;
    width: 100%;
}

.container .row .cta {
    width: 100%;
    padding: 30px 0 100px 0;
    text-align: center;
}

    .container .row .cta a.btn-primary {
        background-color: #f07431;
        font-size: 20px;
    }

        .container .row .cta a.btn-primary:hover {
            background-color: #5bb97c;
            font-size: 20px;
            text-decoration: none;
        }

.terms h4 {
    color: #2F5496 !important;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
}

.terms h6 {
    color: #2F5496 !important;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
}

.back-home-btn {
    color: #000;
    box-shadow: 0 2px 3px rgba(0, 0, 0, -0.88), 0 2px 3px rgba(0, 0, 0, 0.22);
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    padding: 10px 15px;
}

    .back-home-btn:hover {
        text-decoration: none;
        background: #009846;
        color: #fff;
        border: 1px solid #009846;
        transition: all 0.7s ease-in-out;
    }



.modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-body {
    overflow-y: auto;
}

.modal-fullscreen-xl.show {
    padding: 0px !important;
    height: 100%;
    overflow-y: scroll;
}

.modal-content {
    border-radius: 0px;
    background-clip: unset;
    border: 0px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 100%;
        max-height: 100%;
        margin: 00px auto;
    }

        .modal-dialog.apply-form {
            max-width: 500px;
            margin: 1.75rem auto;
        }
}


input.form-control {
    height: 40px;
}

.input-group-append {
    margin-left: -1px;
    height: 45px;
}

.table.dataTable {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
}

/*=========start msp sectio css==========*/

.msp-section {
    background: #0592dd;
    width: 100%;
    padding: 0px;
}



    .msp-section ul {
        list-style-type: none;
        margin: 0;
    }

@media only screen and (max-width: 420px) {
    .msp-section ul {
        padding: 0;
    }
}

.msp-section ul li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}


.msp-logout {
    font-weight: 600 !important;
    background: #6c1517;
    padding: 6px;
    outline: none;
    border: none;
}


.logo-header ul {
    list-style-type: none;
    padding-top: 15px;
}

@media only screen and (max-width: 420px) {
    .logo-header ul {
        padding: 0;
    }
}

.logo-header ul li {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-right: 5px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    background: #007cc7;
    padding: 10px 15px;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 20px;
}

@media only screen and (max-width: 768px) {
    .logo-header ul li {
        margin-bottom: 10px;
    }
}


.btn-green {
    background: #28a745 !important;
}

.btn-red {
    background: #dc3545 !important;
}

.btn-blue {
    background: #17a2b8 !important;
}









.logo-header .fa {
    margin-right: 5px;
    color: #027dc3;
}

.logo-header select option {
    color: black;
    padding: 20px;
}

@media only screen and (max-width: 420px) {
    .logo-header ul li {
        font-size: 14px;
        margin-right: 4px;
        text-align: left;
        font-weight: 500;
        margin-top: 10px;
        padding: 5px 8px;
    }
}

@media only screen and (max-width: 420px) {
    .logo-header img {
        margin: auto;
        display: block;
        /*	margin-bottom: -23px;*/
        margin-top: 10px;
    }
}

.social .fa {
    font-size: 12px;
    color: #fcfcfc;
    background: #027dc3;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding-left: 7px;
}

.bank-services {
    padding: 8px;
    background: #fff;
    margin: 10px 0px 10px 0px;
}

.content-box {
    border: 2px solid #eee;
    padding: 10px;
}

.content-box h5 {
    background: #0470a9;
    padding: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
}

.bg-red {
    background-color: #902a2c !important;
}

.category-opts img {
    color: #333;
    width: 95%;
}

.copyright {
    background-color: #6c1517;
    float: left;
    padding: 10px 0px;
    color: #fff;
}

.social-icons .text-reset i {
    background-color: #fff;
    padding: 2px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    text-align: center;
    line-height: 25px;
    color: #902a2c;
}

.social-icons a:hover {
    color: #6c1517;
}
