/*---------------Common css starts-----------------*/
*,
:after,
:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

@font-face {
    font-family: 'Open Sans Regular';
    src: local('Open Sans Regular'), local('OpenSansRegular'), url("https://cdn.mirae-asset.co.in/mstock-assets/v1/assets/fonts/OpenSans-Regular.woff2") format("woff2"), url("https://cdn.mirae-asset.co.in/mstock-assets/v1/assets/fonts/OpenSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans Semi Bold';
    src: local('Open Sans Semi Bold'), local('OpenSansSemiBold'), url("https://cdn.mirae-asset.co.in/mstock-assets/v1/assets/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("https://cdn.mirae-asset.co.in/mstock-assets/v1/assets/fonts/OpenSans-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans Bold';
    src: local('Open Sans Bold'), local('OpenSansBold'), url("https://cdn.mirae-asset.co.in/mstock-assets/v1/assets/fonts/OpenSans-Bold.woff2") format("woff2"), url("https://cdn.mirae-asset.co.in/mstock-assets/v1/assets/fonts/OpenSans-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans Medium';
    src: local('Open Sans Medium'), local('OpenSansMedium'), url("https://cdn.mirae-asset.co.in/mstock-assets/v1/assets/fonts/OpenSans-Medium.woff2") format("woff2"), url("https://cdn.mirae-asset.co.in/mstock-assets/v1/assets/fonts/OpenSans-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body,
html {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Open Sans Regular';
    color: #333;
    background: #fff;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    transition: all 0.3s
}
/*---- All Broser Scroll Css ----*/
::-webkit-scrollbar {
    width: 3px;
    background-color: rgba(0,0,0,.4);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,.75);
}
/*::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);	background-color: rgba(0,0,0,.4); }*/

html {
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,.4) rgba(255,255,255,.75);
}
/*---- Mozila Scroll Css ----*/

.rupess-font {
    font-family: 'Open Sans Regular';
    font-weight: normal;
    font-style: normal;
}

.font-opensans-r {
    font-family: 'Open Sans Regular' !important;
}

.font-opensans-b {
    font-family: 'Open Sans Bold';
}

.font-opensans-sb {
    font-family: 'Open Sans Semi Bold';
}

.box-shadow {
    background: #FFFFFF;
    box-shadow: 1px 0px 6px rgba(112, 112, 112, 0.1);
}

.green-txt-color {
    color: #3DA23F !important;
}

.red-txt-color {
    color: #FB462E !important;
}

.orenge-txt-color {
    color: #FF7518 !important;
}

.orenge-bg-color {
    background: #FF7518 !important;
}

.blue-txt-color {
    color: #043B72 !important;
}

.blue-bg-color {
    background: #043B72 !important;
}

.dark-shade-grey-txt-color {
    color: #444444 !important;
}

.font-10 {
    font-size: 10px;
}

.font-11 {
    font-size: 11px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-24 {
    font-size: 24px;
}

h1 {
    font-size: 24px;
    font-family: 'Open Sans Bold';
}

h2 {
    font-size: 20px;
    font-family: 'Open Sans Bold';
}

h3 {
    font-size: 18px;
    font-family: 'Open Sans Bold';
}

h4 {
    font-size: 14px;
    font-family: 'Open Sans Semi Bold';
}

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-05 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.pl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.paddingLR-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

button:focus {
    outline: none;
}

.btn {
    padding: 0 15px;
    height: 40px;
    line-height: 40px; /*border-radius: 8px;*/
    border-radius: 4px;
    min-width: 180px;
    font-family: 'Open Sans Semi Bold';
    font-size: 16px;
    transition: all 0.5s ease-in-out;
}

.btn-orenge-bg {
    background: #FF7518;
    color: #fff;
    border: 1px solid #FF7518;
}

    .btn-orenge-bg:hover {
        background: #fff;
        color: #FF7518;
    }

.btn-orenge-border {
    border: 1px solid #FF7518;
    color: #FF7518;
}

    .btn-orenge-border:hover {
        background: #FF7518;
        color: #fff;
    }

.btn-blue-bg {
    background: #043B72;
    color: #fff;
    border: 1px solid #043B72;
}

    .btn-blue-bg:hover {
        background: #fff;
        color: #043B72;
    }

.btn-blue-border {
    border: 1px solid #043B72;
    color: #043B72;
}

    .btn-blue-border:hover {
        background: #043B72;
        color: #fff;
    }

input.form-control,
select.form-control,
textarea.form-control {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    height: 46px;
    font-size: 14px;
    border: none;
}

input:focus,
select:focus,
.btn:focus,
.btn:focus-visible,
textarea:focus {
    outline: none;
    box-shadow: none;
    border: none;
}


.bodyArea {
    /*  padding: 30px 0;*/
    /*padding: 30px 0 55px 0;*/
    padding: 17px 0 55px 0;
}

.wrapper {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 15px;
}

.currentplan-box {
    border: 1px solid #BFBFBF;
    border-radius: 4px;
}

.click-currentplan {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    position: relative;
}

    .click-currentplan span {
        color: #333333;
        font-size: 18px;
        margin-left: 10px;
    }

    .click-currentplan img {
        width: 24px;
    }

    .click-currentplan i {
        position: absolute;
        right: 15px;
        top: 10px;
        transition: all 0.5s ease-in-out;
        /* transform: rotate(-90deg);*/
    }

        .click-currentplan i img {
            width: 18px;
        }

.planCard-main {
    margin-top: 25px;
}

    .planCard-main h2 {
        font-size: 20px;
        text-align: center;
        font-family: 'Open Sans Semi Bold';
        color: #FF800D;
    }

.cardbox-bg {
    background: #fff;
    border: 1px solid #999;
    border-radius: 6px;
    padding: 10px 15px;
    position: relative;
    margin-top: 30px;
}

.fullplan-100 {
    background: linear-gradient(90deg, rgba(255,245,239,1) 0%, rgba(242,255,250,1) 100%);
}

    .fullplan-100:before {
        background: url(../images/bg-card.png) repeat;
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
    }

.planbarup {
    display: block;
    position: relative;
    z-index: 1;
}

    .planbarup b {
        display: inline-block;
        font-family: 'Open Sans Regular';
        font-size: 20px;
        color: #043B73;
        vertical-align: middle;
        width: calc(100% - 105px);
        padding-left: 30px;
        font-weight: normal;
    }

        .planbarup b span {
            font-family: 'Open Sans Bold';
        }

    .planbarup > span {
        display: inline-block;
        font-size: 20px;
        text-align: center;
        color: #043B72;
        font-family: 'Open Sans Semi Bold';
        line-height: 22px;
        vertical-align: middle;
        min-width: 100px;
    }

        .planbarup > span span {
            font-size: 16px;
            font-family: 'Open Sans Semi Bold';
            position: relative;
        }

            .planbarup > span span:before {
                position: absolute;
                left: 0;
                top: 11px;
                content: "";
                width: 100%;
                height: 2px;
                background: #FF800D;
            }

        .planbarup > span small {
            font-size: 14px;
            font-family: 'Open Sans Regular';
        }

.cardbox-bg ul {
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
    z-index: 1;
}

    .cardbox-bg ul li {
        font-size: 16px;
        color: #043B73;
        font-family: 'Open Sans Regular';
        margin-bottom: 10px;
        line-height: 20px;
    }

        .cardbox-bg ul li:last-child {
            margin-bottom: 0;
        }

        .cardbox-bg ul li span {
            position: relative;
        }

            .cardbox-bg ul li span:before {
                position: absolute;
                left: 0;
                top: 10px;
                content: "";
                width: 100%;
                height: 2px;
                background: #FF800D;
            }

        .cardbox-bg ul li small {
            font-size: 14px;
            color: #707070;
            font-family: 'Open Sans Regular';
        }

.cardbox-bg.fullplan-100 {
    margin-bottom: 30px;
}

.populartag-dic {
    background: #3DA23F;
    color: #fff;
    font-size: 13px;
    border-radius: 18px;
    padding: 5px 15px 5px 7px;
    position: absolute;
    right: 20px;
    bottom: -16px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    z-index: 9;
}

    .populartag-dic span {
        background: #fff;
        width: 18px;
        height: 18px;
        border-radius: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 5px;
    }

.customcheck-ne {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

    .customcheck-ne input {
        display: none;
    }

    .customcheck-ne label {
        position: absolute;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

        .customcheck-ne label:before {
            border: 2px solid #ADADAD;
            width: 20px;
            height: 20px;
            border-radius: 4px;
            content: "";
            position: absolute;
            left: 15px;
            top: 23px;
        }

.allcheck-plan label:before {
    top: 35px;
}

.plannone label:before {
    top: 15px;
}

.customcheck-ne input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 26px;
    left: 23px;
    width: 5px;
    height: 12px;
    border: solid #FF800D;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.customcheck-ne input:checked + label:before {
    border: 2px solid #FF800D;
}

.allcheck-plan input:checked + label:after {
    top: 38px;
    left: 23px;
}

.plannone input:checked + label:after {
    top: 18px;
    left: 23px;
}

.arrow {
    position: relative;
    width: 1rem;
    height: 1rem;
    display: inline-block;
}

    .arrow:after {
        content: "";
        position: absolute;
        top: 1px;
        right: 3px;
        width: 9px;
        height: 9px;
        border: solid #ff7518;
        border-width: 0 2px 2px 0;
        transform: rotate(225deg);
    }

.upg-charges {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .upg-charges .card-header {
        border-bottom: none;
        padding: 0;
        background: #F4F4F4;
        border-radius: 6px;
    }

    .upg-charges .btn {
        display: block;
        text-align: left;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 16px;
        color: #FF7518;
        height: auto;
        background: #F4F4F4;
        border-radius: 6px;
        box-shadow: none;
        border: none;
    }

    .upg-charges .card {
        border: none;
    }

    .upg-charges .btn-header-link.collapsed .arrow {
        top: 12px;
    }

    .upg-charges .btn-header-link .arrow {
        float: right;
        top: 17px;
    }

    .upg-charges .card .card-header .btn-header-link.collapsed .arrow:after {
        transform: rotate(45deg);
    }

.acco-block-other {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: solid 1px #EFEAEA;
    margin-bottom: 15px;
}

    .acco-block-other h4 {
        font-size: 14px;
        font-family: 'Open Sans Semi Bold';
    }

    .acco-block-other p {
        font-size: 12px;
        margin-bottom: 0;
    }
/*
.card-body .acco-block-other:last-child {
    border-bottom: none;
}*/

.other-charge-ul {
    margin: 0;
    padding: 0;
    padding-left: 15px;
}

    .other-charge-ul li {
        font-size: 12px;
    }

.debitleg-btn {
    background: rgba(255, 242, 230, 1);
    /*width: 738px;*/
    padding: 20px 15px 20px;
    text-align: center;
    border-radius: 6px;
}

    .debitleg-btn p {
        font-size: 16px;
        color: #333;
    }

        .debitleg-btn p b {
            font-weight: normal;
            font-family: 'Open Sans Semi Bold';
        }

    .debitleg-btn button {
        width: 300px;
        background: #043B72;
        height: 46px;
        line-height: 42px;
        color: #fff;
        font-size: 18px;
        font-family: 'Open Sans Semi Bold';
        border-radius: 25px;
        border: 2px solid #043B72;
    }

        .debitleg-btn button:hover {
            background: #fff;
            color: #043B72;
        }

.openplan-bar {
    width: 100%;
    padding: 15px;
    background: #fff;
    border-top: 1px solid #BFBFBF;
    border-radius: 0 0 4px 4px;
    display: none;
}

    .openplan-bar h3 {
        color: #FF800D;
        font-size: 20px;
        font-family: 'Open Sans Semi Bold';
        text-align: center;
        margin-bottom: 15px;
    }

.tableplan-ba {
    background: linear-gradient(180deg, #E3F1FF 0%, #FFEDE2 99.19%);
    border-radius: 6px;
}

    .tableplan-ba tr:nth-child(2) td {
        padding-top: 15px;
    }

    .tableplan-ba tr:last-child td {
        padding-bottom: 15px;
    }

    .tableplan-ba tr th {
        background-color: #043B72;
        color: #fff !important;
    }

        .tableplan-ba tr th:first-of-type {
            border-radius: 6px 0 0 0;
        }

        .tableplan-ba tr th:last-of-type {
            border-radius: 0 6px 0 0;
        }

    .tableplan-ba tr th,
    .tableplan-ba tr td {
        color: #333;
        font-size: 18px;
        padding: 7px 25px;
        width: 50%;
    }

    .tableplan-ba tr th {
        font-family: 'Open Sans Semi Bold';
    }

    .tableplan-ba tr td {
        font-family: 'Open Sans Regular';
    }

        .tableplan-ba tr td:last-child {
            font-family: 'Open Sans Bold';
            text-align: right;
        }

    .tableplan-ba tr th:last-child {
        text-align: right;
    }

.click-currentplan {
    cursor: pointer;
}

.congratulationTop {
    text-align: center;
}

    .congratulationTop h4 {
        color: #FF7518;
        font-size: 26px;
        font-family: 'Open Sans Bold';
        margin-bottom: 10px;
    }

    .congratulationTop p,
    .congratulationMidd p {
        font-size: 16px;
        color: #333;
    }

.congratulationMidd {
    margin-top: 40px;
}

.ulCard {
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    margin-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 5px;
}

.priceTimelineWrap {
    padding-top: 20px;
}

.congratulationMidd .tableplan-ba {
    margin-top: 20px;
    margin-bottom: 40px;
}

.congratulationMidd h5 {
    color: #FF7518;
    font-family: 'Open Sans Semi Bold';
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

    .congratulationMidd h5 img {
        margin-right: 5px;
    }

.congratulationMidd h6 {
    font-family: 'Open Sans Semi Bold';
    font-size: 20px;
    color: #FF7518;
    margin-bottom: 5px;
}

.currentPlans .close {
    position: absolute;
    right: 15px;
    top: 8px;
}

    .currentPlans .close img {
        width: 15px;
    }

.currentPlans .modal-header {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 35px;
}

.currentPlans .modal-title {
    text-align: center;
    width: 100%;
    color: #FF800D;
    font-size: 20px;
    font-family: 'Open Sans Semi Bold';
}

.successicon-pop {
    width: 150px;
}

.successmain-con {
    padding-top: 15px;
    text-align: center;
}

    .successmain-con h2 {
        margin-top: 0;
        border-bottom: 1px solid #d2d2d2;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

    .successmain-con .btn-center {
        margin-bottom: 10px;
    }

        .successmain-con .btn-center p:last-child {
            margin-bottom: 0;
            color: #ff7518;
            font-family: 'Open Sans Semi Bold';
        }


.monyclos-icon {
    position: absolute;
    right: 15px;
    top: 10px;
    opacity: 1
}

    .monyclos-icon img {
        width: 16px
    }

.greatChoice-popup {
    text-align: center;
    padding: 20px 0;
}

    .greatChoice-popup img {
        width: 80px;
        margin-bottom: 10px;
    }

    .greatChoice-popup h3,
    .greatChoice-popup h4 {
        color: #333333;
        font-size: 22px;
        font-family: 'Open Sans Semi Bold';
        margin-top: 10px;
    }

    .greatChoice-popup p {
        color: #333333;
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

        .greatChoice-popup p b {
            color: #FF7518;
        }

    .greatChoice-popup button {
        background: #FF7518;
        border: none;
        border-radius: 4px;
        min-width: 150px;
        height: 42px;
        line-height: 38px;
        font-size: 16px;
        color: #fff;
        font-family: 'Open Sans Semi Bold';
    }

.standardPlanContentAreainner .standardPlanContentBlk {
    margin-bottom: 20px;
}

.standardPlanContentArea {
    margin-top: 20px;
    margin-left: 0;
}

    .standardPlanContentArea .title {
        color: #FF800D;
        font-family: 'Open Sans Semi Bold';
        font-size: 20px;
        line-height: 30px;
    }

.standardPlanContentBlk h4 {
    color: #FF800D;
    font-family: 'Open Sans Semi Bold';
    font-size: 16px;
    line-height: 26px;
}

.standardPlanContentBlk p {
    color: #3C3C3C;
    font-size: 16px;
    line-height: 26px;
}

.standardPlanContentAreainner .standardPlanContentBlk:last-child {
    margin-bottom: 0px;
}

.standardPlanBtmContentArea {
    margin-top: 20px;
}

    .standardPlanBtmContentArea p {
        color: #333;
        font-size: 14px;
        line-height: 24px;
    }

.partnerBanerUp {
    background: linear-gradient(90deg, rgba(255,249,240,1) 0%, rgba(248,255,255,1) 100%);
    width: 100%;
    min-height: 70px;
    display: flex;
    align-items: center;
}

    .partnerBanerUp span {
        font-size: 16px;
        color: #333;
    }

        .partnerBanerUp span b {
            color: #FF7518;
            font-size: 20px;
        }

.clientbg-bar {
    background: linear-gradient(90deg, rgba(253,255,238,1) 0%, rgba(255,251,215,1) 100%);
}

header {
    width: 100%;
    box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.1);
}

.logobar {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .logobar h1 {
        display: none;
        vertical-align: middle;
        font-family: 'Open Sans Semi Bold';
        font-size: 18px;
        margin-bottom: 0;
    }

.mainlogo {
    width: 135px;
}

.backicon,
.homebackdiv {
    display: none;
}

.homebackdiv {
    /*margin-bottom: 20px;*/
    margin-bottom: 5px;
    display: none;
}

    .homebackdiv a {
        display: inline-flex;
        color: #000;
        width: 70px;
        align-items: center;
    }

        .homebackdiv a img {
            width: 20px;
            margin-right: 10px;
        }

.upg-charges {
    margin-top: 30px;
    margin-bottom: 30px;
}

.standardPlanContentList {
    margin-bottom: 0;
}

.darkMode {
    header

{
    background-color: #303030;
    box-shadow: 2px -2px 10px #000;
}

.mainlogo {
    filter: brightness(0) invert(1);
}

#faq1 {
    position: relative;
    top: 10px;
}

body {
    background-color: #1c1c1c;
    color: #dddddd;
}

.tableplan-ba {
    background: #303030;
    border: 1px solid #a4a4a4;
}

    .tableplan-ba tr th, .tableplan-ba tr td {
        color: #dddddd !important;
    }

.ulCard {
    background-color: #303030;
    border-color: #a4a4a4;
}

.planCard-main h2,
.congratulationMidd h6,
.congratulationMidd h5,
.priceTimelineWrap a,
.tableplan-ba tr th,
.tableplan-ba tr td:last-child {
    color: #BE682F !important;
}

.tableplan-ba tr th {
    background-color: #2a2a2a;
    border-bottom: 1px solid #a4a4a4;
}

.congratulationTop p, .congratulationMidd p {
    color: #dddddd;
}

.cardbox-bg {
    background-color: #303030;
    border-color: #a4a4a4;
}

    .planbarup b, .planbarup > span, .cardbox-bg ul li {
        color: #dddddd;
    }

.upg-charges .btn, .upg-charges .card-header {
    background-color: #303030;
    border-color: #a4a4a4;
}

.card {
    background-color: transparent;
    border-radius: 8px !important;
}

.card-header {
    background-color: #303030;
    border: 1px solid #a4a4a4;
}

.accordion > .card .card-header {
    margin-bottom: 0;
}

.homebackdiv a {
    color: #dddddd;
}

.acco-block-other {
    border-bottom: solid 1px #a4a4a4;
}

.debitleg-btn {
    background: rgb(15 14 13);
}

    .debitleg-btn p {
        color: #dddddd;
    }

    .debitleg-btn button:hover {
        background-color: #303030;
        color: #fff;
    }

.modal-content {
    background-color: #303030;
    border: 1px solid #444;
}

.requesthead h2, .list-request-upg h6 {
    color: #dddddd;
}

.requestUpgrade-mod ul li {
    border: 1px solid #444;
}

.modal-content .close img {
    filter: brightness(2) invert(1);
}

.requests-notify-bar span {
    color: #dddddd;
    background-color: #303030;
    border-color: #a4a4a4;
}

.upg-charges .btn {
    color: #BE682F;
    border-radius: 10px;
}

.arrow:after {
    border-width: 0 2px 2px 0;
    border-color: #BE682F;
}

.modal-backdrop.show {
    opacity: .7;
} 
        .requests-notify-bar span b {
            background: #BE682F; 
            color: #dddddd; 
        }


}

@media (max-width: 1260px) {
    .click-currentplan span {
        font-size: 16px;
        line-height: 22px;
    }
}


@media (max-width: 767px) {

    /*#payRequstCaptureModal .modal-content*/

    .modal-content {
        border-top-left-radius: 1.3rem;
        border-top-right-radius: 1.3rem;
    }

    .planbarup {
        margin-bottom: 10px;
    }

    .homebackdiv {
        display: block;
    }

    .wrapper {
        max-width: 100%;
        padding: 0;
    }

    .debitleg-btn {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 99;
    }

    .planCard-main h2 {
        font-size: 18px;
    }

    .click-currentplan > img {
        width: 20px;
    }

    .click-currentplan span {
        font-size: 14px;
        margin-left: 10px;
        line-height: 18px;
        width: 84%;
        display: inline-block;
    }

    .click-currentplan i {
        right: 10px;
        top: calc(50% - 14px);
    }

        .click-currentplan i img {
            width: 14px;
        }

    .click-currentplan,
    .cardbox-bg {
        padding: 10px;
    }

    .planbarup b {
        width: calc(100% - 90px);
    }

    .planbarup b,
    .planbarup > span span {
        font-size: 15px;
    }

    .planbarup > span {
        font-size: 18px;
        line-height: 18px;
        min-width: 85px;
    }

        .planbarup > span small,
        .cardbox-bg ul li small {
            font-size: 13px;
        }

    .cardbox-bg ul li {
        font-size: 15px;
        line-height: 18px;
    }

    .customcheck-ne label:before {
        width: 18px;
        height: 18px;
    }

    .customcheck-ne input:checked + label:after {
        width: 5px;
        height: 10px;
    }

    .customcheck-ne label:before {
        top: 20px;
    }

    .customcheck-ne input:checked + label:after {
        top: 23px;
        left: 22px;
    }

    .allcheck-plan label:before {
        top: 29px;
    }

    .allcheck-plan input:checked + label:after {
        top: 32px;
        left: 22px;
    }

    .plannone label:before {
        top: 16px;
    }

    .plannone input:checked + label:after {
        top: 19px;
        left: 22px;
    }

    .planbarup > span span:before,
    .cardbox-bg ul li span:before {
        top: 10px;
    }

    .cardbox-bg {
        margin-top: 25px;
    }

    .upg-charges {
        margin-top: 30px;
        margin-bottom: 85px;
    }

    .planCard-main {
        margin-top: 20px;
    }

    .populartag-dic {
        font-size: 12px;
        padding: 3px 10px 3px 5px;
    }

        .populartag-dic span {
            width: 16px;
            height: 16px;
        }

    .populartag-dic {
        right: 15px;
        bottom: -14px;
    }

    .cardbox-bg.fullplan-100 {
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .cardbox-bg:nth-child(2) ul {
        margin-bottom: 10px;
    }
    /*.debitleg-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        border-radius: 0;
        z-index: 9;
    }*/
    .openplan-bar h3 {
        font-size: 18px;
    }

    .tableplan-ba tr th,
    .tableplan-ba tr td {
        font-size: 16px;
    }

    .congratulationTop h4 {
        font-size: 22px;
    }

    .congratulationTop p,
    .congratulationMidd p {
        font-size: 14px;
    }

    .congratulationMidd h6 {
        font-size: 18px;
    }

    .greatChoice-popup h3,
    .greatChoice-popup h4 {
        font-size: 20px;
    }

    .greatChoice-popup {
        padding-top: 0;
    }

    .modal.fade .modal-dialog-centered {
        transform: translate(0,700px);
        -webkit-transform: translate(0,700px);
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out;
        -ms-flex-align: end;
        align-items: end;
        min-height: 100%;
        margin: 0;
    }

    .modal.fade.show .modal-dialog-centered {
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
    }

    header {
        display: none !important;
    }

    .congratulationMidd .tableplan-ba {
        margin-bottom: 20px;
    }

    .ulCard {
        margin-top: 15px;
        padding-left: 12px;
        padding-bottom: 12px;
        padding-right: 5px;
        .mt-20

{
    margin-top: 14px !important;
}

}

.priceTimelineWrap {
    padding-top: 15px;
}

}

@media (max-width: 390px) {
    .cardbox-bg ul li {
        font-size: 14px;
    }

        .planbarup > span small, .cardbox-bg ul li small {
            font-size: 12px;
        }

    .debitleg-btn p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .debitleg-btn button {
        width: 210px;
        height: 40px;
        line-height: 34px;
        font-size: 15px;
    }

    .upg-charges .btn {
        font-size: 15px;
        line-height: 36px;
    }

    .upg-charges .card-body {
        padding: 15px 10px;
    }

    .openplan-bar h3 {
        font-size: 16px;
    }

    tableplan-ba tr th:last-child {
        padding: 5px 15px 5px 0px;
    }

    .tableplan-ba tr th,
    .tableplan-ba tr td {
        font-size: 15px;
        padding: 5px 15px;
    }

    .click-currentplan span {
        max-width: 80%;
    }
}

@media (max-width: 384px) {
    .planbarup b {
        width: calc(100% - 85px);
        font-size: 15px;
    }

    .planbarup > span {
        min-width: 80px;
    }

        .planbarup b,
        .planbarup > span span {
            font-size: 14px;
        }

    .cardbox-bg ul li {
        font-size: 13px;
    }

        .cardbox-bg ul li small {
            font-size: 11px;
        }
}

@media (max-width: 360px) {
    .planbarup b {
        font-size: 14px;
    }

    .greatChoice-popup h3, .greatChoice-popup h4 {
        font-size: 18px;
    }

    .greatChoice-popup p {
        font-size: 15px;
        margin-bottom: 25px;
        margin-top: 15px;
    }
}
/*17-5-2024*/

.subscription-bar {
    margin-top: 25px;
}

.subscription-date {
    display: flex;
    align-items: center;
    background: #F9F8F8;
    border-radius: 4px;
    padding: 10px 20px;
    color: #3C3C3C;
    font-size: 16px;
}

    .subscription-date img {
        margin-right: 15px;
        height: 22px;
    }

.subscription-upgrade {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

    .subscription-upgrade button {
        min-width: 200px;
        height: 40px;
        border-radius: 20px;
        border: 1px solid #043B72;
        background: #043B72;
        color: #FFFFFF;
        font-size: 16px;
    }

        .subscription-upgrade button.cancel-subBtn {
            background: transparent;
            color: #043B72;
            margin-right: 20px;
        }

.confirm-subsc {
    text-align: center;
    padding: 20px 40px;
}

    .confirm-subsc h3 {
        font-size: 20px;
        color: #333333;
        font-family: 'Open Sans Bold';
        margin-bottom: 15px;
    }

    .confirm-subsc p {
        font-size: 14px;
        color: #333333;
        line-height: 22px;
    }

        .confirm-subsc p a {
            color: #FF7518;
            font-family: 'Open Sans Semi Bold';
        }

    .confirm-subsc .close {
        position: absolute;
        right: 15px;
        top: 10px;
    }

        .confirm-subsc .close img {
            width: 14px;
        }

    .confirm-subsc .subscription-upgrade {
        margin-bottom: 0;
    }

        .confirm-subsc .subscription-upgrade button {
            min-width: 160px;
        }

.reqreceived {
    padding-top: 0;
}

    .reqreceived h3 {
        margin-top: -20px;
    }

    .reqreceived p {
        margin-bottom: 0;
    }

    .reqreceived img {
        width: 150px;
    }

#requestreceivedModal .modal-body {
    padding-top: 0;
}

.requests-notify-bar {
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

    .requests-notify-bar span {
        font-size: 14px;
        color: #333333;
        border-radius: 4px;
        border: 1px solid #BFBFBF;
        padding: 6px 10px;
        display: inline-flex;
        align-items: center;
    }

        .requests-notify-bar span b {
            background: #FF7518;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            color: #fff;
            font-weight: normal;
            width: 24px;
            height: 24px;
            border-radius: 4px;
            margin-right: 10px;
        }

.requestUpgrade-mod ul li {
    border-radius: 4px;
    border: 1px solid #BFBFBF;
    display: flex;
    align-items: flex-start;
    padding: 15px;
    margin-bottom: 15px;
}

    .requestUpgrade-mod ul li > img {
        margin-right: 15px;
    }

.list-request-upg {
    width: 100%;
    display: block;
}

    .list-request-upg h6 {
        font-size: 16px;
        color: #333;
        font-family: 'Open Sans Semi Bold';
        margin-bottom: 5px;
    }

    .list-request-upg p {
        font-size: 14px;
        color: #333;
        margin-bottom: 10px;
    }

.statusbar-request {
    display: block;
    width: 98%;
}

    .statusbar-request span {
        border-radius: 4px;
        padding: 4px 15px;
        font-size: 13px;
        line-height: 14px;
        color: #FF800D;
        background: rgba(255, 128, 13, 0.1);
        min-width: 100px;
        text-align: center;
        display: inline-block;
        margin-top: 10px;
    }

        .statusbar-request span.hold {
            background: rgba(4, 59, 114, 0.1);
            color: #043B72;
        }

        .statusbar-request span.process {
            background: rgba(61, 162, 63, 0.1);
            color: #3DA23F;
        }

    .statusbar-request button {
        color: #FB462E;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        font-weight: normal;
        float: right;
        margin-top: 2px;
        border: none;
        background: none;
    }

        .statusbar-request button img {
            margin-right: 6px;
            width: 18px;
        }

.requesthead {
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
}

    .requesthead h2 {
        color: #333333;
        font-size: 20px;
        font-family: 'Open Sans Bold';
        text-align: center;
        margin-bottom: 0;
    }

    .requesthead .close {
        position: absolute;
        right: 0;
        top: -35px;
    }

        .requesthead .close img {
            width: 14px;
        }

@media (max-width: 767px) {
    .subscription-date {
        font-size: 14px;
        padding: 10px 15px;
    }

        .subscription-date img {
            margin-right: 10px;
            height: 18px;
        }

    .subscription-upgrade {
        margin-top: 20px;
        margin-bottom: 35px;
    }

        .subscription-upgrade button {
            min-width: 160px;
            font-size: 14px;
            height: 36px;
        }

            .subscription-upgrade button.cancel-subBtn {
                margin-right: 15px;
            }

    .confirm-subsc {
        padding: 15px;
    }

        .confirm-subsc .subscription-upgrade button {
            min-width: 140px;
        }

    .requests-notify-bar span {
        font-size: 13px;
        padding: 5px 8px;
    }

        .requests-notify-bar span b {
            width: 22px;
            height: 22px;
            font-size: 13px;
        }

    .requesthead {
        margin-top: 20px;
    }

        .requesthead .close {
            top: -30px;
        }

    .list-request-upg h6 {
        font-size: 15px;
        margin-bottom: 2px;
    }

    .list-request-upg p {
        font-size: 13px;
    }

    .requestUpgrade-mod ul li > img {
        margin-right: 10px;
        width: 25px;
    }

    .statusbar-request span {
        padding: 2px 10px;
        font-size: 13px;
    }

    .statusbar-request button {
        font-size: 13px;
    }

        .statusbar-request button img {
            margin-right: 5px;
            width: 16px;
        }
}

@media (max-width: 360px) {
    .subscription-date {
        font-size: 13px;
    }

    .subscription-upgrade button.cancel-subBtn {
        margin-right: 10px;
    }

    .subscription-upgrade button {
        font-size: 13px;
        min-width: 150px;
    }

    .requesthead h2 {
        font-size: 18px;
    }
}
/*Fully Free Account css*/

.fullyfree-bar {
    width: 100%;
    text-align: center;
    margin-top: 35px;
}

    .fullyfree-bar img {
        width: 80px;
    }

    .fullyfree-bar h2 {
        font-size: 22px;
        text-align: center;
        font-family: 'Open Sans Semi Bold';
        color: #333333;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .fullyfree-bar h2 span {
            color: #FF800D;
        }

    .fullyfree-bar p {
        font-size: 16px;
    }

.planDetails-free {
    margin-top: 30px;
    padding: 0 10%;
}

    .planDetails-free h5,
    .planDetails-free h4 {
        text-align: center;
        width: 100%;
        color: #FF800D;
        font-size: 22px;
        font-family: 'Open Sans Semi Bold';
        margin-bottom: 15px;
    }

    .planDetails-free h4 {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .planDetails-free p {
        text-align: center;
    }

.mobshow-br {
    display: none;
}

@media (max-width: 767px) {
    .planDetails-free {
        padding: 0;
    }

    .fullyfree-bar h2 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .fullyfree-bar p {
        font-size: 14px;
        line-height: 22px;
    }

    .mobshow-br {
        display: block;
    }

    .fullyfree-bar img {
        width: 70px;
    }

    .planDetails-free h5,
    .planDetails-free h4 {
        font-size: 18px;
    }

    .modal-body {
        margin-bottom: 10px;
    }
}

.customcheck-ne label {
    background: url(../images/light-bg-card.png) no-repeat;
    background-size: 105% 105%;
    background-position: -6px 0px;
}

.allcheck-plan label {
    background: transparent;
}

.cardbox-bg {
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.4);
}

.currentplan-box,
.accordion > .card > .card-header,
.debitleg-btn {
    border-radius: 8px;
}

/*diwali banner css start*/

.diwaliBanner {
    background: rgba(255, 128, 13, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 10px 25px;
    margin-top: 35px;
}

    .diwaliBanner img {
        width: 65px;
    }

    .diwaliBanner p {
        color: #333333;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 0;
        margin-left: 20px;
    }

        .diwaliBanner p b {
            font-size: 20px;
            font-family: 'Open Sans Semi Bold';
            display: block;
        }

        .diwaliBanner p span {
            color: #FF800D;
        }

@media (max-width: 767px) {
    .diwaliBanner {
        padding: 13px 15px;
        margin-top: 25px;
    }

        .diwaliBanner img {
            width: 60px;
        }

        .diwaliBanner p {
            margin-left: 10px;
            font-size: 14px;
            line-height: 22px;
        }

            .diwaliBanner p b {
                font-size: 16px;
                margin-bottom: 5px;
            }
}

/*diwali banner css end*/

.msgMaintenance {
    text-align: center;
    padding: 0 15px;
}

    .msgMaintenance p {
        color: #2e2e2e;
        font-size: 17px;
    }

        .msgMaintenance p strong {
            color: #ff7518;
        }

    .msgMaintenance .imgmiantenace {
        width: 75px;
        margin: 0 auto;
        margin-bottom: 15px;
        margin-top: 15px;
    }

@media all and (max-width: 768px) {
    .msgMaintenance {
        padding: 0 0px;
    }
}

@media all and (min-width: 1025px) {
    .debitleg-btn {
        position: fixed;
        bottom: 0;
        width: 700px;
        margin: 0 auto;
    }

    .upg-charges {
        margin-bottom: 80px;
    }
}
