﻿
@import url('https://fonts.googleapis.com/css2?family=Quicksand&family=Ubuntu:wght@300&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");


:root {
    --primary-color: #444DE9;
    --secondary-color: #7A3BF7;
    --card-bg: #f9f9f9;
}

body {
    background-color: #d5d5d569;
}

a, a:hover {
    cursor: pointer;
    text-decoration: none;
}

.div_rc_Service {
    width: 100%;
    display: inline-block;
    margin-left: -15px !important;
}

.div_wrapper {
    padding: 10px;
}

.div_rc_Category > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    background-color: #fff;
}

    .div_rc_Category > ul > li {
        width: 100%;
        display: inline-block;
    }

        .div_rc_Category > ul > li > a {
            padding: 0 10px 15px 20px;
            width: 100% !important;
            display: inline-block;
            /*margin-top: 5px;*/
            border-bottom: 1px solid #ddd;
            cursor: pointer;
            /*background-color: #128293;*/
            border-radius: 2px;
            font-size: 15px;
            position: relative;
        }

            .div_rc_Category > ul > li > a:after {
                content: '';
                height: 100%;
                position: absolute;
                right: 20px;
                height: 10px;
                top: 20px;
                width: 10px;
                border-right: 1px solid #898989;
                border-top: 1px solid #898989;
                transform: rotate(45deg);
            }

            .div_rc_Category > ul > li > a:hover:after {
                transition: 0.5s;
                right: 10px;
            }

            .div_rc_Category > ul > li > a > i {
                padding-right: 5px;
                font-size: 20px;
                width: 30px;
                text-align: center;
            }

            .div_rc_Category > ul > li > a.active {
                font-weight: 700;
                color: #192755;
            }

                .div_rc_Category > ul > li > a.active:before {
                    background-color: var(--rgba-primary-1);
                    border-left: 5px solid #898989;
                    color: var(--primary);
                    content: '';
                    height: 100%;
                    top: 0;
                    position: absolute;
                    left: 0;
                }

/*   .div_rc_Category > ul > li > a:hover {
                color: var(--primary);
            }*/

.div_rc_Category > div {
    padding-left: 0px;
}

#div_prepaid_mobile, #div_rec_desktop {
    display: none;
}

.cls_dyn_main {
    display: none;
}

.div_rc_Service > ._srvc_tabs {
    display: none;
    width: 100% !important;
    position: relative;
}

    .div_rc_Service > ._srvc_tabs.active {
        display: inline-block;
    }

    .div_rc_Service > ._srvc_tabs > ul {
        padding: 0px;
        list-style: none;
        margin-bottom: 5px;
        display: inline-block;
        width: 100%;
    }

        .div_rc_Service > ._srvc_tabs > ul > li {
            float: left;
            text-align: center;
            margin-right: 5px;
        }

            .cls_tbl_tab_service > div > div > div:first-child, .div_rc_Category > ul,
            .div_rc_Service > ._srvc_tabs > ul > li > a.active, .cls_tbl_tab_service {
                /*box-shadow: 0 0 10px #bfbfbf;*/
                border-radius: 15px;
            }

                .cls_tbl_tab_service > div > div > div:first-child {
                    padding-top: 10px;
                    padding-bottom: 10px;
                }

                .cls_tbl_tab_service h3 {
                    color: #192755;
                }

            .div_rc_Service > ._srvc_tabs > ul > li > a {
                width: 100% !important;
                display: inline-block;
                cursor: pointer;
                font-size: 13px;
                border-radius: 5px;
                user-select: none;
                padding: 5px 0px;
                min-width: 115px;
                color: #c3c7ce;
                font-weight: 700;
            }

                .div_rc_Service > ._srvc_tabs > ul > li > a:hover {
                    color: #fff;
                    opacity: 0.7;
                }

            .div_rc_Service > ._srvc_tabs > ul > li a img {
                width: 40px;
                background-color: #fff;
                border-radius: 50px;
                padding: 10px;
                margin-bottom: 6px !important;
            }

            .div_rc_Service > ._srvc_tabs > ul > li a.active img {
                border: 1px solid var(--sidebar-bg);
            }

            .div_rc_Service > ._srvc_tabs > ul > li > a > i {
                margin-bottom: 10px;
                background: radial-gradient(#828282, #0a2b5e, #0a2b5e);
                padding: 12px;
                width: 50px;
                height: 50px;
                text-align: center;
                border-radius: 50%;
                font-size: 25px;
            }



            .div_rc_Service > ._srvc_tabs > ul > li > a.active {
                color: var(--primary);
                background-color: transparent;
                color: #fff;
                box-shadow: none;
                border-bottom: 3px solid #0578cf;
                border-radius: 0;
            }

                .div_rc_Service > ._srvc_tabs > ul > li > a.active > i {
                    display: inline-block;
                }

            .div_rc_Service > ._srvc_tabs > ul > li > ul > li > a > i {
                margin-bottom: 10px;
                padding: 12px;
                width: 50px;
                height: 50px;
                text-align: center;
                color: #fff;
                border-radius: 50%;
                font-size: 25px;
            }

.cls_tbl_tab_service {
    width: 100%;
    display: none;
    padding: 0px 15px;
    background-color: #fff;
}

    .cls_tbl_tab_service.active {
        display: inline-block;
        /*animation-name: fadeInRight;
        animation-duration: 0.5s;
        animation-delay: 0s,1s;
        animation-fill-mode: both;*/
    }

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(0,50%, 0);
    }
}

.cls_tbl_tab_service .form-group > label {
    width: 100%;
}

.cls_tbl_tab_service .form-group {
    position: relative;
}

.cls_tbl_tab_service > .row {
    position: relative;
}

.div_browPlan {
    display: none;
}

.txtbox {
    width: 100%;
    padding: 5px;
    height: 45px;
    background-color: #fff;
    border: 1px solid #ababae;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ababae;
}

    .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 45px;
        padding: 5px;
    }

._btn {
    padding: 5px 15px;
    height: 45px;
    background-color: var(--sidebar-bg);
    border: 1px solid var(--sidebar-bg);
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
}

#rcSrvc {
}

.ser-img {
    height: 50px;
    background-color: #b8c2cc;
    padding: 10px;
    border-radius: 27px;
    margin-bottom: 10px;
}

.cls_otherMenus {
    display: none;
    right: 0%;
    width: 429px;
    height: 500px;
    overflow: auto;
    margin: 0px 0px 50px 0px;
    padding: 0px;
    background: #fff;
    position: absolute;
    z-index: 99;
    list-style: none;
    padding-top: 15px;
    box-shadow: 3px 3px 4px #bbb, -2px 0px 4px #bbb;
}

    .cls_otherMenus.active {
        display: block;
    }


    .cls_otherMenus > li {
        width: calc(100% / 3);
        float: left;
        text-align: center;
    }

        .cls_otherMenus > li > a {
            color: #fff;
            padding: 5px;
            display: inline-block;
            width: 100%;
            height: 110px;
            transition: 0.5s;
            color: #535353 !important;
            font-size: 13px;
        }

            .cls_otherMenus > li > a:hover > i {
                scale: 1.2;
                transition: 0.2s;
            }

.cls_fetchInfo, .cls_planFetch {
    position: absolute;
    bottom: 2PX;
    right: 2px;
    border-radius: 5px;
    padding: 2px 5px;
    color: #060606;
    z-index: 9;
    width: 50px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    height: 41px;
    border: 1px solid #ababae;
}

/*---------------------rc_offer_div_Modal----------------------*/


.rc_offer_div_Modal {
    width: 100%;
    display: block;
    height: 100%;
    position: fixed;
    z-index: 99;
    background: rgba(0,0,0,.5);
    left: 0px;
    top: 0px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.rc_offer_div {
    background-color: #fff;
    width: 850px;
    max-width: 100%;
    top: 0px;
    height: 100%;
    will-change: transform,opacity;
    right: 0px;
    float: left;
    position: relative;
}

.rc_offer_div_closebtn {
    width: calc(100% - 850px);
    max-width: 100%;
    top: 0px;
    float: left;
    height: 100%;
    will-change: transform,opacity;
    right: 0px;
}

.closebtn_2 {
    position: absolute;
    z-index: 99;
    right: 13px;
    top: 21px;
    border: 1px solid red;
    padding: 10px;
    font-size: 20px;
    display: inline-block;
    width: 35px;
    text-align: center;
    height: 35px;
    padding: 0;
    border-radius: 50%;
    background-color: red;
    color: #fff;
    cursor: pointer;
}

.PanelBox, .rc_offer_header {
    width: 100%;
    display: inline-block;
}

.PanelBox {
    border-top: 1px solid rgb(233, 233, 233);
}

.rc_offer_header {
    height: 80px;
}

.PanelBox > .box_L {
    width: 200px;
    display: inline-block;
    float: left;
    padding-right: 10px;
}

.PanelBox > .box_R {
    border-left: 1px solid rgb(233, 233, 233);
    width: calc(100% - 200px);
    display: inline-block;
    float: left;
    overflow: auto;
    height: 100vh;
    overflow: auto;
    padding-bottom: 100px;
}

.PanelBox > .box_L > ul {
    width: 100%;
    list-style: none;
}

    .PanelBox > .box_L > ul > li {
        padding: 2px;
        border-bottom: 1px solid rgb(233, 233, 233);
    }

    .PanelBox > .box_L > ul a {
        display: inline-block;
        padding: 11px 10px;
        color: #6f6f6f;
        border-radius: 4px;
        width: 100%;
        font-size: 15px !important;
        font-weight: 600;
    }

        .PanelBox > .box_L > ul a.active,
        .PanelBox > .box_L > ul a:hover, .btnamt:hover {
            /*background: linear-gradient(to right, #274382, #175897);*/
            background: linear-gradient(145deg,#2fa7ea 0,#0578cf 100%);
            color: #fff;
            text-decoration: none;
        }

#tblRdata {
    width: 100%;
    display: inline-block;
    font-size: 12px;
}

    #tblRdata td,
    #tblRdata th {
        padding: 10px;
        color: #6f6f6f;
        font-size: 13px !important;
    }

    #tblRdata tr:first-child {
        border-bottom: 1px solid rgb(233, 233, 233);
    }

    #tblRdata td {
        border-bottom: 1px dashed rgb(233, 233, 233);
    }

.btnamt {
    border: 1px solid #4f97d1;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 5px;
    font-size: 16px !important;
    color: #4f97d1;
    width: 100%;
    text-align: center;
}

.clstolck {
    display: none;
}

.tblClass td {
    padding: 5px;
}

.tblClass {
    width: 100%;
}

.rc_offer_header {
    background: #f3f3f3;
    margin-bottom: -7px;
}

.X_Css {
    position: relative;
}

    .X_Css:after {
        background: url('../img/srchicon.png') center no-repeat;
        background-size: auto;
        position: absolute;
        content: '';
        height: 20px;
        width: 20px;
        right: 76px;
        top: 10px;
        z-index: 99999;
        background-size: 20px 20px;
    }

.txtTraffinput {
    padding: 8px;
    margin-right: 67px;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
}
/*-------------------*/
.cls_off_div {
    display: inline-block;
    padding: 5px;
    min-height: 100px;
    width: 300px;
    position: absolute;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #8faac4;
    left: -35px;
    z-index: 99;
    max-height: 300px;
    overflow: auto;
}

    .cls_off_div table {
        border-bottom: 1px solid #e4e4e4;
    }

    .cls_off_div td span {
        font-size: 12px !important;
        font-weight: bold;
    }

    .cls_off_div td p {
        font-size: 11px;
    }

    .cls_off_div td a {
        width: 60px;
        display: inline-block;
        text-align: center;
        border: 1px solid #007bff;
        border-radius: 5px;
        font-size: 13px;
        font-weight: bold;
        padding: 5px;
        cursor: pointer;
    }
/*               modal bbps*/
._popUp_Modal1 {
    width: 100%;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    z-index: 999;
    top: 0px;
    bottom: 0px;
    height: 100%;
}

    ._popUp_Modal1 table {
        border: 0px;
    }

        ._popUp_Modal1 table td {
            border: 0px !important;
        }

            ._popUp_Modal1 table td:nth-child(2n+2) {
                text-align: right;
            }

    ._popUp_Modal1 h2 {
        margin-top: 0px;
        color: #000;
    }

    ._popUp_Modal1 p {
        font-size: 12px;
        color: gray;
        margin: 0px;
    }

    ._popUp_Modal1 table {
        display: block;
        width: 400px;
        background-color: #fff;
        margin: auto;
        border: 1px solid #9b9b9b;
        box-shadow: 2px 3px 7px #c1c1c1;
        top: 150px;
        position: relative;
    }

#tblmydata tbody {
    width: 100%;
    display: inline-table;
}

    #tblmydata tbody tr {
        border-bottom: 1px solid #e3e3e3;
    }


/*---Media---*/


.select2-container {
    width: 100% !important;
}

@media only screen and (max-width: 1000px) {
    .div_rc_Service > ._srvc_tabs > ul {
        display: flex;
        overflow: auto;
    }

    #rcSrvc {
        margin-top: 10px;
        padding: 0px;
    }

    ._srvc_tabs {
        display: block;
    }

        ._srvc_tabs.active {
            display: block;
        }

        ._srvc_tabs > ul {
            list-style: none;
            display: block;
            width: 100%;
            margin: 0px;
            padding: 0px;
            margin-top: 10px;
        }

            ._srvc_tabs > ul > li {
                float: left;
                text-align: center;
                padding: 5px;
                margin-bottom: 10px;
                margin-bottom: 10px;
                border-top: 1px solid #d4cdcd;
                border-radius: 50px;
            }

            ._srvc_tabs > ul a {
                text-align: center;
                min-height: 115px;
                padding: 0 2px;
            }

                ._srvc_tabs > ul a[data-target="#PrepaidMobile"] {
                    position: relative;
                }

                    ._srvc_tabs > ul a[data-target="#PrepaidMobile"]::before {
                        font-size: 10px;
                        content: 'Popular';
                        position: absolute;
                        right: -25px;
                        top: -22px;
                        background-color: orange;
                        padding: 2px 5px;
                        border-radius: 3px;
                    }

                ._srvc_tabs > ul a[data-target="#Electricity"] {
                    position: relative;
                }

                    ._srvc_tabs > ul a[data-target="#Electricity"]::before {
                        font-size: 10px;
                        content: 'Trending';
                        position: absolute;
                        right: -25px;
                        top: -22px;
                        background-color: pink;
                        padding: 2px 5px;
                        border-radius: 3px;
                    }

                ._srvc_tabs > ul a[data-target="#LifeInsurance"] {
                    position: relative;
                }

                    ._srvc_tabs > ul a[data-target="#LifeInsurance"]::before {
                        font-size: 10px;
                        content: 'Updated';
                        position: absolute;
                        right: -25px;
                        top: -22px;
                        background-color: orchid;
                        padding: 2px 5px;
                        border-radius: 3px;
                        color: #fff;
                    }

            ._srvc_tabs > ul span {
                font-size: 13px;
                width: 100%;
                overflow-wrap: anywhere;
            }

    .img_icon {
        height: 45px;
    }

    ._popUp_Modal1 table {
        max-width: calc(100% - 20px);
    }

    .cls_tbl_tab_service .form-group > label {
        width: 100%;
    }
}

.new_Loader {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
}

    .new_Loader > div {
        width: auto;
        left: 50%;
        transform: translate(-50%, -80%);
        position: absolute;
        top: 50%;
        text-align: center;
    }

        .new_Loader > div > img {
            width: 70px;
        }

/*select_div*/

.select_div {
    display: block;
    position: absolute;
    z-index: 999;
    border: 1px solid gray;
    max-width: 200px;
    box-shadow: 2px 2px 2px #000;
}

    .select_div > ul {
        list-style: none;
        padding: 5px;
        width: 100%;
    }

.txtbox.warning {
    border-color: red;
}

.tblRdata_table {
    width: 100%;
    border-left: 5px solid #139bec;
    box-shadow: 0px 5px 5px #00000040;
}

.select2-container--default .select2-selection--single {
    border-radius: 0.2rem;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 2.0rem;
    }

.ggggg .modal-content {
    border-radius: 3px !important;
}

.ggggg table tr {
    border-bottom: 1px solid #e2e2e2 !important;
}

.ggggg table td {
    font-size: 13px;
    font-weight: 600;
    padding: 9px;
    color: #7c7a7a;
}

.ggggg
.modal-body {
    padding: 1rem;
}

.text-right {
    text-align: right;
}

.bharat-photo {
    width: 40%;
    float: right;
}

.shake2:hover {
    animation: shake2 0.5s;
    animation-iteration-count: 2s;
}

@keyframes shake2 {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}


/*15-09-2023 Krishan*/
._srvc_tabs {
    background-color: #001540 !important;
    border-radius: 15px;
    padding: 24px !important;
}

.ser-banner {
    display: block !important;
}

.srvc {
    box-shadow: 0 0 10px #bfbfbf;
}

.row11 {
    display: none;
}

@media only screen and (min-width:320px) and (max-width:767px) {

    .carousel-item {
        margin-top: 10px;
    }

    .img_icon {
        height: 45px;
    }

    #sliderX1_2 {
        display: none;
    }

    .operatordetails {
        display: flex;
        width: 100%;
        column-count: 2;
        border-bottom: 2px solid #959595 !important;
        padding: 0px 10px 10px;
    }

        .operatordetails > div {
            width: 100%;
        }

            .operatordetails > div:last-child {
                text-align: right;
            }

    .div_browPlan {
        display: block;
        line-height: 30px;
        padding: 10px;
        font-size: 20px;
        font-weight: bold;
    }

    .operatordetails > div img {
        height: 50px;
        width: 50px;
        position: relative;
        top: -10px;
        right: 0;
        float: right;
    }

    .PanelBox > .box_L, .PanelBox > .box_R {
        width: 100%;
    }

        .PanelBox > .box_L > ul {
            width: 100%;
            display: flex;
            float: left;
            overflow: auto;
        }

            .PanelBox > .box_L > ul > li {
                float: left;
                white-space: nowrap;
                display: flex !important;
            }

    .rc_offer_header {
        height: 0px;
    }

    .box_R tr {
        border-bottom: 1px solid #e5e5e5;
    }

    .div_rc_Category > ul > li > a {
        border-left: 1px solid #2a5a84;
        box-shadow: 0px 0px 0px #00000036;
    }

    ._srvc_tabs > ul {
        /*background: url(curve.png) no-repeat bottom;*/
        background-size: contain;
        padding-bottom: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        padding-bottom: 0;
    }

    .div_rc_Category > ul > li:nth-last-child(-n+1) {
        margin-bottom: 60px;
    }

    ._srvc_tabs > ul > li {
        width: calc(92% / 4) !important;
        border: none;
        padding: 0;
        background: var(--card-bg);
        margin: 3px;
        border-radius: 0;
    }

        ._srvc_tabs > ul > li > a:hover span {
            color: #000;
        }

        ._srvc_tabs > ul > li > a > img.img_icon {
            height: 45px;
            width: 45px;
            border: none;
            border-radius: 5px;
            padding: 8px;
            margin-bottom: 3px;
            /*box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;*/
        }

    .div_rc_Category > ul > li:nth-of-type(1) > ._srvc_tabs {
        background-color: transparent !important;
    }

        .div_rc_Category > ul > li:nth-of-type(1) > ._srvc_tabs > #ULSrvc_0 {
            padding: 0;
            margin: 10px 0 0;
        }

    .div_rc_Category > ul > li ._srvc_tabs ul li a span {
        font-family: poppins;
        font-size: 11px;
        letter-spacing: .7px;
        word-wrap: normal;
    }

    .cls_tbl_tab_service.active {
        display: inline-block;
        position: fixed;
        z-index: 5;
        background-color: #fff;
        top: 0px;
        height: 100%;
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 20px;
        left: 0;
        overflow: auto;
        border-radius: 0px;
    }

    .cls_tbl_tab_service > div > div > div:first-child, .div_rc_Category > ul, .div_rc_Service > ._srvc_tabs > ul > li > a.active, .cls_tbl_tab_service {
        box-shadow: none;
        border-radius: 0px;
    }

    .backbtn {
        width: 50px;
        display: inline-block;
        color: var(--primary);
    }

    .div_rc_Category > ul > li > a.active {
        border-left: 0px solid #1400ff;
    }

    .cls_tbl_tab_service h3 {
        padding-bottom: 20px;
        border-bottom: 1px solid var(--primary);
    }

    .cls_tbl_tab_service ul option {
        padding: 10px;
        cursor: pointer;
        width: 100%;
        border-bottom: 1px solid #dadada;
    }

    .img_icon_operator {
        width: 30px;
        height: 30px;
        border-radius: 50px;
        border: 1px solid #dadada;
        padding: 2px;
    }

    .cls_Pdyn {
        display: none;
    }

    .txtbox {
        border: 2px solid #959595;
    }

    .cls_Pdyn_m .txtbox {
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        font-size: 25px;
        font-weight: bold;
    }

    .cls_dyn_main .operatordetails > div > span,
    .cls_dyn_main .operatordetails > div > a {
        width: 100%;
        display: inline-block;
    }

    .cls_dyn_main .operatordetails > div > a {
        color: red;
    }

    .cls_dyn_main .operatordetails > div > img {
        text-align: center;
        top: 0px;
    }

    .operatordetails > div:nth-child(1) {
        width: calc(100% - 100px);
    }

    /* .operatordetails > div:last-child {
        width: 100px;
    }*/

    .cls_prepaid_amount > .form-group > label {
        position: relative;
        background: #fff;
        top: 20px;
        width: auto;
        left: 10px;
        padding: 0px 5px;
    }

    .div_optr_parent > .form-group > label {
        display: none
    }

    ._poweredby {
        display: none;
    }

    .img_icon {
        margin-bottom: 3px;
    }

    .ggggg.modal-dialog {
        width: 100% !important;
        margin: 1.75rem auto;
    }

    .bharat-photo {
        width: 30%;
    }

    #sliderX1_3 {
        display: none;
    }

    .div_wrapper {
        background-color: #f9f9f9;
    }

        .div_wrapper > .col-md-12 > .row .col-md-2 {
            padding: 0;
        }

    .div_rc_Category ul #sliderX1_1 .carousel-inner .carousel-item {
        margin-top: 10px;
    }

        .div_rc_Category ul #sliderX1_1 .carousel-inner .carousel-item img {
            height: 150px;
            max-height: 150px;
            width: 100% !important;
            object-fit: cover;
        }

    .div_rc_Category > ul > li {
        margin-top: 20px;
        background-color: #fff;
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 95%;
        width: 100%;
        border: none;
    }

        .div_rc_Category > ul > li:nth-of-type(4) .cls_srvcIterms {
            background-color: transparent !important;
        }

        .div_rc_Category > ul > li:nth-of-type(4) ._srvc_tabs {
            background-color: transparent !important;
        }


        /*6th li*/

        /* .div_rc_Category > ul > li:nth-of-type(6) {
            background-color: var(--card-bg);
        }*/

        .div_rc_Category > ul > li:nth-of-type(6) .cls_srvcIterms {
            background-color: transparent !important;
        }

        .div_rc_Category > ul > li:nth-of-type(6) ._srvc_tabs {
            background-color: transparent !important;
        }


        .div_rc_Category > ul > li > a img {
            background: #EDF3FF;
            height: 45px;
            width: auto;
        }

    .row11 {
        display: block;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 10px;
    }

    .wallet-box {
        text-align: center;
        background-color: #ffffff61;
        padding: 5px 10px;
        border-radius: 0px 50px 50px 0px;
        color: #fff !important;
        width: 140px;
    }

    .wallet-box-1 {
        border-radius: 50px 0px 0px 50px !important;
    }

    .wallet-box h2 {
        margin: 0px;
        font-size: 16px;
    }

    .wallet-box p {
        margin: 0px;
        padding: 0px !important;
        color: #fff !important;
        font-size: 12px;
        line-height: 15px;
    }



    ._srvc_tabs {
        background-color: #fff !important;
        padding: 5px 10px !important;
        border-radius: 0;
    }




    /*
                .div_footer_x > .div_footer_x_overlay .footer_icons li > a.qrcode {
                    background: var(--secondary-color);
                    height: 50px;
                    width: 50px;
                    border-radius: 50%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    margin-top: 0;
             

                    .div_footer_x > .div_footer_x_overlay .footer_icons li > a.qrcode > i {
                        color: #fff;
                    }
       }*/



    .animation-a img {
        margin-top: -16px;
        height: 35px;
        width: 520px;
    }


    #main-wrapper {
        background-color: #fff;
    }

    .div_rc_Category > ul > li:nth-of-type(1) {
        /*background: url("../Root/Services/card-bg1.png") no-repeat 100%;*/
        /*margin-bottom: -100px;*/
        display: block;
        height: fit-content;
        max-width: 100%;
        border: none;
        box-shadow: none;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
        margin: 8px 0 0;
        padding: 10px 0 0;
    }

    .div_rc_Category > ul > li:nth-of-type(3) {
        background-color: #f9f9f9;
    }

        .div_rc_Category > ul > li:nth-of-type(3) ._srvc_tabs {
            background-color: transparent !important;
        }

            .div_rc_Category > ul > li:nth-of-type(3) ._srvc_tabs > ul > li {
                background-color: #fff !important;
            }

        .div_rc_Category > ul > li:nth-of-type(3) > a {
            background-color: #fff !important;
        }

    .div_rc_Category > ul > li:nth-of-type(5) {
        background-color: #f9f9f9;
    }

        .div_rc_Category > ul > li:nth-of-type(5) ._srvc_tabs {
            background-color: transparent !important;
        }

            .div_rc_Category > ul > li:nth-of-type(5) ._srvc_tabs > ul > li {
                background-color: #fff !important;
            }

        .div_rc_Category > ul > li:nth-of-type(5) > a {
            background-color: #fff !important;
        }


    .div_rc_Category > ul > li:nth-of-type(1) ._srvc_tabs ul li a span {
        color: #000;
        font-family: poppins;
        font-size: 12px;
        letter-spacing: .7px;
    }

    .div_rc_Category > ul > li > a {
        border: none;
        /*border-top: 1px dashed #34b6eb47;*/
        border-bottom: 1px dashed #34b6eb47;
        /*    border-left: 5px solid #161616;*/
        /*    border-right: 5px solid #161616;*/
        box-shadow: 0 0 10px #eee;
        display: flex;
        align-items: center;
        box-shadow: none;
        outline: none;
        border: none;
        padding-bottom: 5px;
        background-color: #fff;
        border-radius: 0;
        /*color: var(--secondary-color);*/
        font-weight: 500;
        font-size: 16px;
        font-family: 'Poppins';
        letter-spacing: .4px;
        background-color: transparent;
    }

        .div_rc_Category > ul > li > a:hover {
            color: #000;
        }

    .hamburger {
        max-width: 19px;
    }

        .hamburger .line {
            background: #000 !important;
            height: 2px;
            width: 18px !important;
            margin: 6px 0;
        }

            .hamburger .line:nth-of-type(2) {
                background-color: var(--primary-color) !important;
            }

    .nav-header .nav-control {
        background-color: #fff;
        left: 15px;
        box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    }

    .cls_bg_new {
        /*background: linear-gradient(181deg,#011552,#0069ba ) !important;*/
        background-color: #fff;
    }

    .nav-header {
        /*background: linear-gradient(181deg,#011552,#011552 ) !important;*/
        /*background-color: #6101AC !important;*/
        background-color: #fff !important;
    }

    .brand-logo {
        /*background: linear-gradient(181deg,#011552,#011552) !important;*/
        background-color: #fff;
    }

    .header {
        /*background: linear-gradient(181deg,#011552,#011552) !important;*/
        background-color: #fff;
    }

    .cls_icon_1 > li > a > span {
        box-shadow: none !important;
    }

    .cls_icon_1 > li > a p {
        color: #000 !important;
    }

    .cls_bg_new p {
        margin-bottom: 0px;
        font-weight: bold;
        color: #fff;
    }

    #div_login_user {
        background: transparent !important;
    }

    .btn-primary {
        background: linear-gradient(268deg,#00cf87,#04a2e3 ) !important;
        border: none !important;
        padding: 8px 100px !IMPORTANT;
    }

    a {
        color: #000000;
    }

    .basecolor {
        color: #fff !important
    }

    .copyright {
        display: none;
    }

    /*  #div_login_user > a {
        color: #fff;
    }*/


    .or-text {
        padding-top: 5px !important;
    }

    .XIMG {
        height: 160px !important;
    }

    .plus-photo {
        width: 100% !important;
        margin: 0 auto !important;
        margin-top: 20px !IMPORTANT;
    }

    .slider-bg {
        background-color: #f6f6f6;
    }

    .menu_overlay {
        background: rgb(0 0 0 / 81%) !important;
        z-index: 5;
    }

    /*@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');*/
    .navigation {
        margin: 0 auto;
        max-width: fit-content;
        display: none;
    }

    .menuToggle {
        width: 45px;
        padding-bottom: 8px;
        height: 45px;
        background-color: var(--primary-color);
        border-radius: 70px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    }

        .menuToggle::before {
            content: '+';
            position: absolute;
            font-size: 2.8em;
            font-weight: 500;
            color: #fff;
            transition: 1.5s;
        }

        .menuToggle.active::before {
            transform: rotate(315deg);
            /* width: 100%; */
            text-align: center;
            /* margin: 0 auto; */
            height: -1%;
            left: 9px;
            top: -9px;
        }

    .menu {
        position: absolute;
        width: 30px;
        height: 30px;
        background: #fff;
        border-radius: 70px;
        z-index: -1;
        top: 15px;
        transition: transform 0.5s, width 0.5s, height 0.5s;
        transition-delay: 1s, 0.5s, 0.5s;
        transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    .menuToggle.active ~ .menu {
        width: 270px;
        height: 60px;
        z-index: 1;
        transform: translateY(-80px);
        transition-delay: 0s, 0.5s, 0.5s;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    }

    .menu::before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        background: #fff;
        left: calc(50% - 8px);
        bottom: 4px;
        transform: rotate(45deg);
        border-radius: 2px;
        transition: 0.5s;
    }

    .menuToggle.active ~ .menu::before {
        transition-delay: 0.5s;
        bottom: -6px;
    }

    .menu ul {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60px;
        gap: 30px;
    }

        .menu ul li {
            list-style: none;
            cursor: pointer;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-30px);
            transition: 0.25s;
            transition-delay: calc(0s + var(--i));
        }

    .menuToggle.active ~ .menu ul li {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        transition-delay: calc(0.75s + var(--i));
    }

    .menu ul li a {
        display: block;
    }

        .menu ul li a i {
            font-size: 18px;
            padding-right: 7px;
        }


    .photo-shap img {
        width: 100% !important;
    }

    .photo-shap-a {
        margin-top: 10px;
    }

        .photo-shap-a img {
            width: 100% !important;
        }

    #sliderX1_1 {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
    }

    [data-header-position="fixed"] .content-body {
        padding-top: 16rem;
    }

    .photo-shap img {
        width: 100% !important;
        display: none;
    }

    .photo-shap {
        text-align: center;
        background-color: #E7F8EF;
        padding: 8px;
        font-weight: 500;
        color: green;
        margin: 15px 20px 0;
        border-radius: 5px;
    }

        .photo-shap::before {
            content: 'Need help? Lets connect with support';
        }

    .cls_icon_one {
        display: flex !important;
        justify-content: center;
        padding: 10px 0;
        border-radius: 10px;
        margin: 0;
        position: relative;
    }

        .cls_icon_one::before {
            content: '';
        }

        .cls_icon_one > li {
            width: 100% !important;
            font-size: 12px !important;
            padding: 5px 10px 5px;
        }

            .cls_icon_one > li > a p {
                width: 100% !important;
            }

    .cls_icon-bg {
        background-color: #FAF9FA;
        border-radius: 20px 0 0 20px !important;
        border-right: 2px solid red;
        padding: 0;
        margin: 0;
    }

    .cls_icon_one > li > a > span {
        background: #012f72;
    }

    .brand-logo img {
        padding: 5px 8px !important;
        background-color: #fff;
        margin-top: 13px;
        border-radius: 5px;
    }

    .brand-logo img {
        max-width: calc(100%) !important;
    }


    .brand-logo {
        position: relative;
    }
}

._poweredby {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
}

    ._poweredby > img {
        height: 100%;
        max-width: 100%;
        background-color: #fff;
        padding: 10px 20px !important;
        border-radius: 15px;
        /*box-shadow: 0 0 10px #bfbfbf;*/
    }
