@font-face {
    font-family: 'MagistralC';
    font-style: normal;
    font-weight: normal;
    src: local('MagistralC'), url('../Font/MagistralC.woff') format('woff');
}


@font-face {
    font-family: 'MagistralC Bold';
    font-style: normal;
    font-weight: normal;
    src: local('MagistralC Bold'), url('../Font/MagistralC-Bold.woff') format('woff');
}

@font-face {
    font-family: 'century_gothicbold';
    src: url('../Font/century_gothic_bold-webfont.woff2') format('woff2'), url('../Font/century_gothic_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'century_gothicregular';
    src: url('../Font/century_gothic-webfont.woff2') format('woff2'), url('../Font/century_gothic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'century_gothicregular';
    font-size: 14px;
    color: #000;
    background: #f5f5f5;
}

.fw-bold {
    font-family: 'century_gothicbold';
    font-weight: normal !important;
}

h6 {
    font-size: 16px;
    font-family: 'century_gothicbold';
}

h5 {
    font-size: 20px;
    font-family: 'century_gothicbold';
}

h4 {
    font-size: 24px;
    font-family: 'century_gothicbold';
}

h3 {
    font-size: 28px;
    font-family: 'century_gothicbold';
}

h1 {
    font-size: 36px;
    font-family: 'century_gothicbold';
}

.form-check {
    padding-left: 30px;
}

    .form-check .form-check-input {
        margin-left: -30px;
    }

.form-check-input {
    width: 20px;
    height: 20px;
    border-color: #5B6569;
    margin-top: 0;
    margin-right: 5px;
}

    .form-check-input:checked {
        background-color: var(--redtheme);
        border-color: var(--redtheme);
    }

        .form-check-input:checked[type="radio"] {
            background: url(../images/dot.svg) center center no-repeat;
        }

.form-label {
    font-family: 'century_gothicbold';
}

:root {
    --redtheme: #9C1B1F;
    --tooltip-color: #9C1B1F;
}

.tooltip-inner {
    background-color: var(--redtheme);
    z-index: 1;
}



.btn-primary {
    border-color: var(--redtheme);
    background-color: var(--redtheme);
    font-family: 'century_gothicbold';
}

.btn-sm {
    border-radius: 8px;
    padding: 8px 15px;
}

.btn-primary:hover,
.btn-primary:active {
    border-color: var(--redtheme) !important;
    background-color: var(--redtheme) !important;
}

.btn-outline-primary {
    color: var(--redtheme);
    border-color: var(--redtheme);
    font-family: 'century_gothicbold';
    font-size: 16px;
}

    .btn-outline-primary:hover,
    .btn-outline-primary:active,
    .btn-outline-primary.btn:first-child:active {
        color: #fff;
        background-color: var(--redtheme);
        border-color: var(--redtheme);
    }

.form-control,
.form-select {
    border-radius: 7px;
    font-size: 14px;
    padding: .475rem .75rem
}


.loginbtn {
    border-radius: 6px;
    line-height: 33px;
    font-size: 16px;
    background: #fff;
    padding: 0 30px;
    color: #000;
    text-decoration: none;
    font-family: 'century_gothicbold';
    border: 0px;
}

.mem-hash-td-width {
    display:block;
    width:360px
}
header {
    background: var(--redtheme);
    padding: 12px 0;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-lg {
    border-radius: 7px;
    font-family: 'century_gothicbold';
    font-size: 18px;
    --bs-btn-padding-y: 0.60rem;
}

/*--navbar--*/
/* .navbar.top-menu .nav-link {
    color: #fff;
    font-size: 15px;
    font-family: 'century_gothicbold';

}

.navbar-dropdown {
    margin-left: 20px;
    border: 0px;
}

.navbar-dropdown .dropdown-item {
    font-size: 14px;
}

.navbar-dropdown .dropdown-item img {
    margin-right: 10px;
}

.navbar-dropdown .dropdown-menu li:not(:last-child) {
    margin-bottom: 10px;
}

.navbar-dropdown .dropdown-menu {
    border: 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, .4);
}

.navbar>.container-fluid {
    justify-content: normal !important;
}

.navbar>.container-fluid .navbar-toggler {
    margin-left: auto;
}

.navbar-toggler {
    border-color: #fff;
}

.navbar-toggler-icon {
    background-image: url(../images/menubar.svg) !important;
    background-repeat: no-repeat;
    background-size: 21px;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: 0;
} */

/*--navbar--*/

.home-img-wrapper {
    background: url(../images/building_user-home.png) center center no-repeat;
    background-size: cover;
    min-height: calc(100vh - 211px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position:relative
}
    .home-img-wrapper:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        top: 0px;
        background: rgba(0, 0, 0, .2);
    }

.home-container {
    max-width: 660px;
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    z-index:1020;
    position:relative
}

    .home-container h5 {
        font-size:30px;
        font-family: 'century_gothicbold';
        color:#fff;
        line-height: 1;
        margin-bottom:150px
    }

    .home-container h1 {
        font-size: 72px;
        color:#fff;
        line-height: 1;
        margin-bottom:10px;
        margin-top:70px
    }
    .home-container p {
        color:#fff
    }

    .home-container .btn {
        border-radius: 6px;
        min-width: 180px;
    }

    .home-container input {
        line-height: 26px;
        border-radius: 7px;
        padding: 10px;
        font-size: 14px;
        text-align: center;
        border: solid 1px #9C1B1F;
        max-width: 450px;
        width: 100%;
    }

.home-input {
    margin-bottom: 30px;
}

.homefooter {
    background:#fff;
    font-size: 16px;
    color: #000;
    padding:20px 0;
    text-align: center;
}

.loginfooter {
    background: #FFF;
    font-size: 16px;
    color: #000;
    padding:20px 0;
    text-align: center;
}

.terms_conditon_content {
    padding: 40px 0;
    font-size: 24px;
}

    .terms_conditon_content p {
        margin-bottom: 25px;
    }

.login-bg-img {
    background: url(../images/building_login.png) center center no-repeat;
    background-size: cover;
    min-height: calc(100vh - 211px);
}

.cart-bg-img {
    background: url(../images/building_login.png) center center no-repeat;
    background-size: cover;
    min-height: calc(100vh - 223px);
}

.login-input-wrapper {
    max-width: 390px;
    width: 100%;
    margin: 120px auto 0;
    font-size: 14px;
}

    .login-input-wrapper h3 {
        margin-bottom: 30px;
    }

    .login-input-wrapper label {
        display: block;
    }

        .login-input-wrapper label a {
            color: var(--redtheme);
            text-decoration: none;
        }

    .login-input-wrapper a {
        color: var(--redtheme);
        text-decoration: none;
    }

    .login-input-wrapper .form-control-lg {
        font-size: 14px;
    }

.sec-label {
    float: right;
}

.form-control-lg {
    border-radius: 7px;
}

.regiter-bg-img {
    background: url(../images/building_register2.png) 0 0 no-repeat;
    /*background-size: cover;*/
    height: calc(100vh - 65px);
    background-attachment: fixed;
}

.create-form-container {
    max-width: 85%;
    margin: auto;
    padding: 40px 0;
    height: calc(100vh - 84px);
    overflow: auto;
    overflow-x: hidden;
    scrollbar-width:thin
}

.agree_tc {
    background: #D9D9D9;
    padding: 18px 15px 10px;
    font-size: 12px;
}

    .agree_tc a {
        color: var(--redtheme);
        text-decoration: none;
    }

.form-control::file-selector-button {
    display: none;
}

.create-form-container h3 {
    text-align: center;
    margin: 30px 0;
}

.create-form-scroll {
    /* height:700px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;*/
}

.custom-tooltip {
    --bs-tooltip-bg: red !important;
    --bs-tooltip-color: var(--bs-white);
}

.congratulation-wrapper {
    background: url(../images/login-img-full.png) center center no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.congratulation_cont {
    max-width: 800px;
    padding: 100px;
    text-align: center;
    background: #fff;
    font-size: 20px;
}

    .congratulation_cont h1 {
        margin: 50px 0;
    }

.plan-img-wrapper {
    background: url(../images/building_user-home.png) center center no-repeat;
    background-size: cover;
    min-height: calc(100vh - 222px);
    padding: 50px;
    position:relative
}
    .plan-img-wrapper:after {
        content:"";
        display:block;
        position:absolute;
        left:0;
        right:0;
        bottom:0px;
        top:0px;
        background:rgba(0,0,0,.2)
    }

    .plan-container {
        max-width: 1024px;
        margin: auto;
        text-align: center;
        z-index:1020;
        position:relative;
    }

    .plan-container h1 {
        font-size: 48px;
        font-family: 'century_gothicbold';
        color: #fff;
        padding-top: 100px;
    }

.homefooter.planfooter {
    background-color: #fff;
    color: #000;
}


.plan-select-tbn {
    display: inline-block;
    border: solid 1px var(--redtheme);
    padding: 6px 30px;
    text-align: center;
    font-size: 16px;
    font-family: 'century_gothicbold';
    text-decoration: none;
    border-radius: 7px;
    color: #000;
    background: #fff;
}

    .plan-select-tbn.active,
    .plan-select-tbn:hover {
        background: var(--redtheme);
        color: #fff;
    }

.choose-plan-btn-gp .plan-select-tbn {
    min-width: 180px;
    margin: 5px 10px;
}

.choose-plan-btn-gp {
    margin-top: 40px;
}

.plan-logo {
    margin: 60px 0 20px;
}

.plan-container.phpplan-cont h1 {
    padding: 0 0 30px;
}

.plan-info-content {
    background: #fff;
    padding: 30px 50px;
    border-radius: 25px;
    color: #5B6569;
    text-align: left;
    margin-top: 50px;
}

    .plan-info-content .plan-title-logo {
        text-align: center;
        display: block;
        margin-top: -75px;
    }

.plan-info-content-paragraph {
    min-height: 128px;
}

.cart-container {
    max-width: 85%;
    margin: auto;
    padding: 40px 0;
    height: calc(100vh - 250px);
    overflow: auto;
    overflow-x:hidden;
    scrollbar-width:thin
}

.ft-16 {
    font-size: 16px;
}

.ft-12 {
    font-size: 12px;
}

.themecolor {
    color: var(--redtheme);
}

.pmt-dt-title,
.pmt-dt-value {
    font-family: 'century_gothicbold';
}

.pmt-dt-list {
    list-style: none;
    font-size:15px;
    padding: 0;
    margin:5px
}

    .pmt-dt-list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

        .pmt-dt-list li hr {
            border-top: solid 1px #666;
            width: 100%;
            opacity: 1;
            margin: 5px;
        }

.suc-page-center {
    max-width: 85%;
    margin: auto;
    padding: 40px 0;
    text-align: center;
    margin: auto;
}

.heading-bg {
    background: var(--redtheme);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 10px;
}

    .heading-bg h6 {
        font-size: 16px;
        color: #fff;
        margin: 0;
    }

.graph-row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.graph-pro-stat {
    background: #fff;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
    font-size: 14px;
    justify-content: center;
    font-family: 'century_gothicbold';
}

    .graph-pro-stat h6 {
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
    }

.feat-plan-list {
    list-style: none;
}

    .feat-plan-list li {
        margin-bottom: 20px;
    }

        .feat-plan-list li h6 {
            color: var(--redtheme);
            margin-bottom: 5px;
        }

.plan-logo-inline {
    display: flex;
    color: var(--redtheme);
    margin-bottom: 10px;
    min-height:87px;
    align-items:flex-start
}

    .plan-logo-inline h6 {
        font-size: 18px;
    }

.logo-circle-inlie {
    flex:0 0 55px;
    height: 55px;
    border-radius: 100%;
    background-color: var(--redtheme);
    text-align: center;
    display: flex;
    margin-right:8px;
}

    .logo-circle-inlie img {
        max-width:50px;
        max-height:50px;
        border-radius:50%;
        margin: auto;
    }

.widthdraw-pro-sect {
    text-align: center;
}

    .widthdraw-pro-sect input {
        text-align: center;
    }

    .widthdraw-pro-sect h6 {
        color: #79716B;
        margin-bottom: 15px;
    }

.amnt-plan-view {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    color: #79716B;
    text-transform: uppercase;
    margin-bottom: 15px;
}

    .amnt-plan-view .mini-title {
        font-size: 12px;
    }
.mini-title {
    font-size: 12px;
    color: #79716B;
}
    .amnt-plan-view h6 {
        margin-bottom: 0;
    }

    .amnt-plan-view .amnt-plan-invt {
        color: #000;
        font-family: 'century_gothicbold';
    }

.plan-run-status {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-family: 'century_gothicbold';
}

    .plan-run-status .curt-active {
        color: #47BD10;
    }

/*--top navbar dropdown--*/
.navbar-dropdown .dropdown-menu {
    border: 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, .4);
    min-width: 250px;
    font-size: 14px
}

    .navbar-dropdown .dropdown-menu li:not(:last-child) {
        margin-bottom: 10px;
    }

.navbar-dropdown .dropdown-item img {
    margin-right: 10px;
}

.navbar-dropdown .dropdown-menu li a:active {
    background: #f4f4f4;
    color: #000;
}

/*--top navbar dropdown--*/
.user-profile-srt-info {
    text-align: center;
    padding-top: 15px;
}

    .user-profile-srt-info h6 {
        color: #000;
        margin: 10px 0 5px;
    }

/*--modal css--*/
.modal-content {
    border-radius: 30px;
    border: solid 2px var(--redtheme);
    font-size: 16px;
}

    .modal-content h6 {
        color: var(--redtheme);
        font-size: 16px;
        margin: 20px 0 10px;
    }

.modal-sub-heading {
    font-weight: normal;
}

.modal-footer .btn {
    min-width: 120px;
}

/*--modal css--*/
.ver-input-row {
    display: flex;
    justify-content: center;
}

    .ver-input-row input {
        flex: 1;
        width: 100%;
        border-width: 0 0 1px 0px;
        margin: 0 15px;
        border-bottom-color: #2d2d2d;
        text-align: center;
        border-radius:0px !important;
        background:#fff;
    }

        .ver-input-row input:focus,
        .ver-input-row input:focus-visible {
            outline: 0;
        }

#succcess-modal h6 {
    font-size: 32px;
}

.success-cricle-img {
    position: relative;
    margin-top: -60px;
}

.plan_slider .owl-nav {
    margin-top: 30px;
}

    .plan_slider .owl-nav button {
        margin: 0 5px;
    }

.sub-plan-list {
    list-style: none;
    padding: 0;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .sub-plan-list li {
        margin: 5px;
    }

.addmore-btn {
    width: 37px;
    height: 37px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 100%;
    background: var(--redtheme);
    text-decoration: none;
    display: inline-block;
}

.plan-title-logo {
    text-align: center;
}

.plan-logo-icon {
    border: solid 4px #fff;
    background: #9C1B1F;
    border-radius: 100%;
    padding: 10px;
    height: 94px;
    width: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

    .plan-logo-icon img {
        max-width: 80px;
    }

.plan-title-logo h6 {
    font-size: 22px;
    margin: 10px 0 20px;
    color: var(--redtheme)
}

.plan-title-logo.sub-pl-title-logo .plan-logo-icon {
    height: 134px;
    width: 134px;
}

.plan-title-logo.sub-pl-title-logo h6 {
    color: #fff;
    font-size: 28px;
}

.sub-plan-scroll {
    height: 455px;
    overflow: auto;
    scrollbar-width: thin;
}

.multiple-plan-box {
    justify-content: center;
   height:586px;
    overflow: auto;
    scrollbar-width: thin;
}
    .multiple-plan-box .plan-heading {
        margin-top:50px
    }

   

    .multiple-plan-box::-webkit-scrollbar {
        width: 9px;
    }

    .multiple-plan-box::-webkit-scrollbar-track {
        background: #F0F0F0;
    }

    .multiple-plan-box::-webkit-scrollbar-thumb {
        background-color: #CDCDCD;
        border-radius: 20px;
        border: transparent;
    }




label.plan-info-content {
    padding: 20px;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    width: 100%;
}

    label.plan-info-content .plan-title-logo h6 {
        font-size: 18px;
    }

    label.plan-info-content .plan-logo-icon {
        width: 70px;
        height: 70px;
    }

        label.plan-info-content .plan-logo-icon img {
            max-width: 46px;
        }

    label.plan-info-content .plan-title-logo h6 {
        margin: 10px 0;
    }

    label.plan-info-content .plan-info-content-paragraph {
        min-height: 63px;
        margin: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    label.plan-info-content input[type=checkbox] {
        position: absolute;
        right: 15px;
        top: 15px;
    }

    label.plan-info-content .plan-title-logo {
        margin-top: -58px;
    }

.sub-plan-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px 10px;
    display: flex;
    margin-bottom: 20px;
}

.sub-plan-logo {
    background: #9C1B1F;
    border-radius: 100%;
    height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex: 0 0 auto;
}

    .sub-plan-logo img {
        width:65px;
        height:65px;
        border-radius: 50%;
    }

.sub-plan-card h6 {
    color: var(--redtheme);
    text-transform: uppercase;
}

.sub-plan-content {
    text-align: left;
}

    .sub-plan-content ul.sub-plan-label-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .sub-plan-content ul.sub-plan-label-list li {
            display: inline-block;
            margin: 0 10px 10px 0;
            position: relative;
        }

            .sub-plan-content ul.sub-plan-label-list li label {
                display: inline-block;
                border: solid 1px var(--redtheme);
                padding: 6px 10px;
                text-align: center;
                font-size: 16px;
                font-family: 'century_gothicbold';
                text-decoration: none;
                border-radius: 7px;
                color: #000;
                background: #fff;
                cursor: pointer;
            }
            .sub-plan-content ul.sub-plan-label-list li input:disabled + label {
                opacity: .4;
            }
                .sub-plan-content ul.sub-plan-label-list li input {
                position: absolute;
                opacity: 0;
            }

                .sub-plan-content ul.sub-plan-label-list li input:checked + label {
                    background: var(--redtheme);
                    color: #fff;
                }

.btn:disabled {
    background: #cbcbcb;
    border-color: #cdcdcd
}

.swal-footer {
    text-align: center
}

/*----New Css----*/

.whitBox {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.logoHarrier {
    float: left;
    margin-right: 6px;
}

.cartListBlog tr td {
    font-weight: bold;
}

    .cartListBlog tr td span {
        font-weight: normal;
    }

.cartListBlog.table thead th {
    background:var(--redtheme);
    color:#fff;
    border-right:solid 3px #fff
}
    .cartListBlog.table thead th:last-child {
        border-right: solid 3px var(--redtheme)
    }
    .cartListBlog.table thead th:nth-last-of-type(2) {
        border-right: solid 3px var(--redtheme)
    }

    .logoHarrier img {
        width: 30px;
        height: 30px;
        border-radius: 40px;
    }

/*--4-10-**/
.widthdraw-pro-sect {
    margin-top: 20px;
}

.infoimg {
    width: 16px;
    display: inline-block;
}

.plan-portfolio-slider .owl-nav {
    margin-bottom: 30px;
    text-align: center;
}

    .plan-portfolio-slider .owl-nav button {
        margin: 0 5px;
    }

.subscription-alert {
    font-size: 14px;
    float: right;
}
/*---*/
.verified-label {
    background: #41BE75;
    border-radius: 30px;
    display: inline-block;
    padding: 5px 15px;
    line-height: 1;
    color: #fff;
}

.pending-label {
    background: #F99118;
    border-radius: 30px;
    display: inline-block;
    padding: 5px 15px;
    line-height: 1;
    color: #fff;
}

.decline-label {
    background: #EE3A4F;
    border-radius: 30px;
    display: inline-block;
    padding: 5px 15px;
    line-height: 1;
    color: #fff;
}

.verified-label,
.pending-label,
.decline-label {
    min-width: 100px;
    text-align: center;
}

.field-validation-error {
    color: red;
}


.userpic > img {
    width: 110px;
    height: 110px;
}

.info-lable-det {
    font-size: 16px;
    margin-bottom: 20px;
    word-break:break-all;
}

    .info-lable-det .info-heading {
        display: block;
        text-transform: uppercase;
        color: #5B6569;
        font-size: 13px;
        margin-bottom: 5px;
    }


.img-35 {
    width: 35px;
    height: 35px;
}

.seleted-doc-row {
    display: flex;
}

.doc-verf-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.seleted-doc-item {
    margin-right: 10px;
}



/*--7-10-23--*/
.tab-list {
    border-bottom: solid 1px #5B6569;
}

    .tab-list li:first-child {
        margin-left: 0;
    }

        .tab-list li:first-child a {
            padding-left: 0;
        }

    .tab-list li {
        margin: 0 20px;
        font-size: 16px;
    }

        .tab-list li a {
            text-decoration: none;
            display: inline-block;
            padding: 5px;
            color: #000;
            font-family: 'century_gothicbold';
        }

            .tab-list li a.active {
                color: var(--redtheme);
            }


.table thead th {
    font-family: 'century_gothicbold';
    font-weight: normal;
    text-transform: uppercase;
}

.table-dark th {
    background: var(--redtheme);
    color: #fff;
    border-bottom: 0;
}

.pagination {
    justify-content: flex-end;
}

    .pagination .page-link {
        color: var(--redtheme);
    }

        .pagination .page-link:focus {
            box-shadow: none;
            outline: none;
        }

    .pagination .page-item.active .page-link {
        background: var(--redtheme);
        border-color: var(--redtheme);
        color: #fff;
    }

.min-h-body {
    min-height: calc(100vh - 262px);
}

/*--7-10-23--*/

/*-12-10--*/
.input-icon-holder {
    position: relative;
}

    .input-icon-holder input {
        padding-left: 32px;
    }

    .input-icon-holder .input_icon {
        position: absolute;
        left: 10px;
        top: 10px;
    }

/*-12-10--*/

.bdr-btm-heading {
    border-bottom: solid 1px #5B6569;
    font-size: 14px;
    font-family: 'century_gothicbold';
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.userpic {
    position: relative;
}

.userpic-edit {
    position: absolute;
    bottom: 0px;
    right: 8px;
    background: var(--redtheme);
    border-radius: 100%;
    width: 26px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
}

    .userpic-edit input {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        left: 0;
        cursor: pointer;
    }

.bdr-btm-heading a {
    color: #5B6569;
    text-decoration: none;
}

    .bdr-btm-heading a:hover {
        color: var(--redtheme);
    }

.info-lable-det .form-check-label {
    font-size: 14px;
    color: #5B6569;
}

.qrcode-row {
    display: flex;
    align-items: center;
}

.qrcode-img img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
}

/*--toplinklist--*/
.toplinklist {
    list-style: disclosure-closed;
    padding-left: 15px;
    line-height: 3;
}

    .toplinklist li a {
        color: var(--redtheme);
    }



/* help  */
.helpListing {
    padding: 20px 0 0;
    border-top: 1px solid #000;
}

    .helpListing li {
        list-style: none;
        border-bottom: 1px solid #000;
        margin-bottom: 20px;
    }

        .helpListing li a {
            color: #000;
            text-decoration: none;
            position: relative;
            display: block;
            padding-right: 40px;
        }

            .helpListing li a h5 {
                font-size: 16px;
                font-weight: 700;
                margin-bottom: 10px;
            }

            .helpListing li a p {
                font-size: 16px;
                font-weight: 400;
                line-height: 18px;
            }

            .helpListing li a::before {
                content: '';
                width: 20px;
                height: 20px;
                background: url(../images/arrow-right.svg) no-repeat;
                position: absolute;
                right: 20px;
                top: 50%;
                transform: translateY(-50%);
            }
/* help  */

.sup {
    color: red;
}
.info-crn-adjust {
    position:relative;
}
    .info-crn-adjust .infoimg {
        position: absolute;
        right: 1px;
        top: 1px;
        background: #fff;
        border-radius: 3px;
    }

.accordion h6 {
    position: relative;
    font-family: 'century_gothicbold';
    text-transform: uppercase;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    margin-top: 15px;
}

    .accordion h6:after {
        content: "";
        display: block;
        border: solid 1px transparent;
        width: 10px;
        height: 10px;
        border-right-color: #000;
        border-bottom-color: #000;
        position: absolute;
        right: 6px;
        top: 8px;
        transform: rotate(-135deg);
    }

    .accordion h6.collapsed:after {
        transform: rotate(45deg);
        top: 2px;
    }
.accordion {
    background-color: #fff;
    padding: 15px;
}


/*--27-11-23--*/
.plan-list-input {
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
}
    .plan-list-input label {
        font-size: 18px;
        color: #fff;
        font-family: 'century_gothicbold';
        cursor:pointer
    }

.plan-list-input li {
    padding: 10px;
    font-size: 16px;
}
.plan-list-input input {
    margin-top:3px
}
.plan-list-logo {
    border: solid 4px #fff;
    background:var(--redtheme);
    border-radius: 100%;
    padding: 10px;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto 15px;
    cursor:pointer;
}
    .plan-list-logo img {
        width:60px;
        height:60px;
        border-radius: 50%;
    }
.plan-detail-modal {
text-align:center;
font-size:16px
}
.plan-detail-modal .plan-detail-logo {
    border: solid 4px #fff;
    background: var(--redtheme);
    border-radius: 100%;
    padding: 10px;
    height:90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -60px auto 20px;
    cursor: pointer;
}
    .plan-detail-modal .plan-detail-logo img {
        width: 82px;
        border-radius: 100%;
    }
    .plan-detail-modal h6 {
        font-size:18px;
    }
/*--27-11-23--*/

/*-29-11-23--*/
.phonecounty_input {
    position:relative;
}
.phonecounty_input input {
    padding-left:40px
    }
.phonecounty_input .country-code-value {
    position:absolute;
    left:12px;
    top:9px
}
.btn-group .btn.infobtn {
    height: 38px;
    padding: 8px 5px;
}

.btn.disabled.btn-primary {
    opacity: .3;
    border-color: var(--redtheme);
    background-color: var(--redtheme);
}

.plan-status {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-family: 'century_gothicbold';
}

    .plan-status .active span {
        color: #fff;
        display: inline-block;
        border-radius: 10px;
        padding: 4px 8px;
        font-size: 13px;
        background: #46a51a;
        line-height: 1;
        font-family: 'century_gothicregular';
    }
    .plan-status .in-active {
        color: #fff;
        display: inline-block;
        border-radius: 10px;
        padding: 4px 8px;
        font-size: 13px;
        background: #959595;
        line-height: 1;
        font-family: 'century_gothicregular';
    }

/*New -css------*/
.whiteBoxBg {
    background: #fff;
    padding: 15px;
}

.srCodeBlog {
    background: #d9d9d9;
    padding: 15px 70px;
    border-radius: 50px;
    margin:0 0 30px
}

    .srCodeBlog h3 {
        font-size: 14px;
        color: #9c1b1f;
    }

    .srCodeBlog p {
        font-size:13px;
        color:#000;
    }

.rqSectionBox {
   background:#fff;
   padding:20px 40px;
   border-radius:30px;
   width:80%;
   margin:15px auto;
 
}
    .rqSectionBox h5 {
        font-size:16px
    }

.qrCodeImg {
    width: 80px;
    margin-right: 30px;
    float: left;
}

    .qrCodeImg img {
        width: 80px;
    }

    .qrCodeImg p {
        color: #333;
        font-size: 12px;
    }
.detailQrCode a {
    text-decoration:none;
}
.dep-col .dep-net-text {
    font-size: 16px
}






.swal-overlay--show-modal .swal-modal {
    border: solid 1px var(--redtheme);
}
    .swal-overlay--show-modal .swal-modal .swal-title {
        font-size: 18px;
        color: #000;
        padding: 20px 20px;
    }
    .swal-overlay--show-modal .swal-modal .swal-footer {
        margin-top: 0px;
        padding-top:0px;
        margin-bottom:20px
    }
    .swal-overlay--show-modal .swal-modal .swal-button {
        border-radius: 6px;
        padding: 8px 15px;
    }
        .swal-overlay--show-modal .swal-modal .swal-button.swal-button--danger {
            background:var(--redtheme)
        }

div:where(.swal2-container).swal2-center > .swal2-popup {
    border: solid 2px var(--redtheme);
    border-radius: 30px;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: var(--redtheme) !important;
    padding: 6px 20px;
    font-family: 'century_gothicbold';
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    background-color: #fff !important;
    border: solid 1px var(--redtheme) !important;
    padding: 6px 20px;
    color: var(--redtheme) !important;
    font-family: 'century_gothicbold';
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
    box-shadow: none !important
}
div:where(.swal2-container) div:where(.swal2-actions) {
    margin-bottom:10px!important
}
div:where(.swal2-container) .swal2-html-container {
    margin: 30px 1.6em .3em!important;
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover {
    background-color: var(--redtheme) !important;
    color:#fff!important
}
/*--dashboar new css 31-05-24--*/
.mini-btn {
    border: 0;
    border-radius: 6px;
    background: var(--redtheme);
    font-size: 12px;
    padding: 5px 10px;
    color: #fff;
}

.await-pay-label {
    /*background: #F19000;*/
    padding: 3px 5px;
    font-size: 12px;
    color: #F19000;
    border-radius: 10px;
    white-space: nowrap;
    font-weight:bold;
}

.expired-pay-label {
    /*background: var(--redtheme);*/
    padding: 3px 5px;
    font-size: 12px;
    color: var(--redtheme);
    border-radius: 10px;
    font-weight: bold;
}
.no-plan-info-text {
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-flow:column;
}

.pending-btn {
    background: #F99118;
    border-radius: 4px;
    display: block;
    padding:8px 5px;
    line-height: 1;
    color: #fff;
    font-size: 11px;
}
.mini-action-btn {
    background: var(--redtheme);
    border-radius: 4px;
    display: block;
    padding: 8px 5px;
    line-height: 1;
    color: #fff;
    font-size:11px;
    text-decoration:none
}
.text-theme {
    color: var(--redtheme);
}

.cancellation-pro-sect {
    text-align: center;
}

    .cancellation-pro-sect input {
        text-align: center;
    }

    .cancellation-pro-sect h6 {
        color: #79716B;
        margin-bottom: 15px;
    }
.profile-img-drop-down {
    width:65px;
    height:65px
}
.form-control[type=file] {
    min-height:38px
}
.cart-summary-scroll {
    max-height: 350px;
    overflow: auto;
    scrollbar-width: thin;
}
