@media screen and (min-width: 1201px) {
    /* khushboo */
    .page-body-wrapper .sidebar .nav .nav-item .nav-link .menu-title {
        font-size: 16px;
    }
    .select-gender {
        width: 25%;
        float: left;
    }
    .welcome-text-scrolling h3 {
        color: #a52626 !important;
    }
    .profile-card-main .people-profilecard .other-details h6 {
        color: white;
    }
    .page-body-wrapper .main-panel .content-wrapper {
        background: #ffffff!important;
    }
    .profile-card-main .people-profilecard .profile-name h1 {
        font-size: 25px !important;
        margin-bottom: 15px;
        color: white !important;
    }
    .profile-card-main {
        border: none !important;
        box-shadow: none !important;
    }
    .page-body-wrapper .sidebar {
        background: #000000 !important;
    }
    .container-scroller .navbar .navbar-brand-wrapper {
        background: #000000 !important;
    }
    .container-scroller .navbar .navbar-menu-wrapper {
        border-bottom: 2px solid #9199b37a;
        /* background: #27455f!important; */
        background: #000000!important;
    }
    .navbar .navbar-menu-wrapper .navbar-toggler span~p {
        color: white;
    }
    .icon-cog:before {
        color: white;
    }
    .icon-menu:before {
        color: white;
    }
    /* end */
    .sidebar {
        background-color: #222d32 !important;
    }
    .d-none {
        display: none !important;
    }
    .navbar .navbar-menu-wrapper .navbar-toggler {
        border: 0;
        color: inherit;
        font-size: 20px;
        padding: 2px;
        border-radius: 0;
        display: flex;
        align-items: baseline;
    }
    .navbar .navbar-menu-wrapper .navbar-toggler span~p {
        padding-left: 10px;
        font-size: 30px;
    }
    .welcome-text-scrolling {
        height: 50px;
        overflow: hidden;
        position: relative;
    }
    .welcome-text-scrolling h3 {
        font-size: 26px;
        position: absolute;
        margin-bottom: 0px;
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        line-height: 50px;
        text-align: center;
        /* Starting position */
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        /* Apply animation to this element */
        -moz-animation: welcome-text-scrolling 25s linear infinite;
        -webkit-animation: welcome-text-scrolling 25s linear infinite;
        animation: welcome-text-scrolling 25s linear infinite;
    }
    /* Move it (define the animation) */
    @-moz-keyframes welcome-text-scrolling {
        0% {
            -moz-transform: translateX(100%);
        }
        100% {
            -moz-transform: translateX(-100%);
        }
    }
    @-webkit-keyframes welcome-text-scrolling {
        0% {
            -webkit-transform: translateX(100%);
        }
        100% {
            -webkit-transform: translateX(-100%);
        }
    }
    @keyframes welcome-text-scrolling {
        0% {
            -moz-transform: translateX(100%);
            /* Firefox bug fix */
            -webkit-transform: translateX(100%);
            /* Firefox bug fix */
            transform: translateX(100%);
        }
        100% {
            -moz-transform: translateX(-100%);
            /* Firefox bug fix */
            -webkit-transform: translateX(-100%);
            /* Firefox bug fix */
            transform: translateX(-100%);
        }
    }
    .content-wrapper {
        background: #f4f7fa8c;
        padding: 2.5rem 2.5rem;
        width: 100%;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        padding: 10px 30px 10px 30px;
    }
    .profile-card-main .profile-logo {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        /* width: 30%; */
        display: flex;
        align-items: center;
        justify-content: center;
        background: #082633;
    }
    .profile-card-main .people-profilecard {
        width: 70%;
    }
    .profile-card-main .people-profilecard .profile-name h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .profile-card-main {
        display: flex;
        padding: 25px 15px;
        margin: 15px 0px 25px 0px;
        align-items: center;
        height: 175px;
        border-radius: 25px;
        /* border: 1px solid #f5e8e8; */
        /* height: 230px; */
        /* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%); */
        transition: 0.3s;
        /* background-image: linear-gradient(449deg, #752f2f, #554291); */
        border-radius: 6px;
        position: relative;
        background-color: #a52626 !important;
        transition: all .5s ease-in-out;
        position: relative;
        border: 0 solid #0000;
    }
    .profile-card-main:hover {
        transform: translateY(-10px);
    }
    .profile-card-main .profile-logo i {
        color: white;
        font-size: 23px;
    }
    .roi-referral .profile-card-main {
        position: relative;
    }
    .roi-referral .profile-card-main .profile-logo {
        position: absolute;
        /*right: 35px;*/
    }
    .profile-card-main .people-profilecard .other-details h6 {
        margin-bottom: 0px;
    }
    .card-padding-mt {
        margin-top: 100px;
    }
    .bankform-main .form-upper {
        line-height: 3rem;
        font-size: 16px;
        letter-spacing: 1.0px;
        font-weight: 600;
        margin-bottom: 25px;
        border-bottom: 1px solid #223035;
    }
    .main-form .form-group .bank-form-input-field {
        font-size: 17px !important;
    }
    .form-all-details {
        padding: 25px;
        border: none;
        /* background: rgb(255, 255, 255); */
        background: #2c254acf !important;
        box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
    }
    .form-all-details .form-cards .bankform-main .form-upper span {
        padding-left: 10px;
        font-size: 19px;
        color: #fff !important;
    }
    .form-all-details .form-cards .bankform-main .form-upper i {
        font-size: 19px;
        color: #fff;
    }
    .main-form .form-group .col-form-label {
        font-size: 15px;
        color: #fff;
    }
    .main-panel {
        transition: width 0.25s ease, margin 0.25s ease;
        width: 100%;
        min-height: calc(100vh - 60px);
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .edit-form .edit-submit {
        background: #3b4a53;
        border: none;
        padding: 10px 50px;
        box-shadow: none;
        border-radius: 20px;
        font-size: 17px;
    }
    .edit-form .edit-submit span {
        padding-left: 10px;
        text-transform: uppercase;
    }
    .user-edit-form .form-group label~input {
        border-radius: 30px;
    }
    .footer-form {
        border-top: 1px solid #d3dce9;
    }
    .footer-form .edit-submit {
        padding: 10px 40px;
    }
    .footer-form .edit-submit span {
        padding-left: 7px;
    }
    .navbar-brand-wrapper .text-logo p {
        color: white !important;
        text-align: center;
        font-size: 16px;
        margin-bottom: 0px;
    }
    .sidebar-offcanvas>ul {
        padding-top: 20px;
    }
    .mt-60 {
        margin-top: 60px;
    }
    .add-bg {
        background-color: #222d32 !important;
    }
    .sidebar .nav:not(.sub-menu)>.nav-item:hover>.nav-link {
        border: none !important;
    }
    .sidebar .nav .nav-item.active>.nav-link {
        background-color: transparent !important;
    }
    .navbar .navbar-brand-wrapper {
        border-bottom: 2px solid grey;
    }
    .sidebar .nav .nav-item.active+.nav-item .nav-link {
        border: none !important;
    }
    .sidebar .nav .nav-item .nav-link {
        border: none !important;
    }
    .navbar .navbar-menu-wrapper .navbar-toggler {
        border: none !important;
    }
    .sidebar .nav .nav-item .nav-link .menu-title {
        padding-left: 10px !important;
    }
    .btn-primary,
    .btn-primary:hover {
        box-shadow: none !important;
    }
    .bankform-main .form-wallet h3 {
        font-size: 30px;
        line-height: 34px;
        font-weight: 600;
        color: white;
    }
    .new-joining-form .form-group span.color-red {
        color: red;
    }
    .new-joining-form .form-check .gender-label {
        font-size: 17px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 0;
    }
    .new-joining-form .form-group input.accept-checkbox {
        margin: 0 15px;
    }
    .new-joining-form .form-group label.accept-label {
        padding-top: 19px;
    }
    .new-joining-form .form-group select.select-input-lg {
        padding: 0.94rem 0.94rem;
        font-size: 17px;
    }
    .breadcrumb-div .pack-list-breadcrumb {
        background-color: transparent;
    }
    .breadcrumb-div .pack-list-breadcrumb li.breadcrumb-item {
        font-size: 16px;
    }
    .breadcrumb-div .pack-list-breadcrumb li.breadcrumb-item a {
        color: #2196f3 !important;
    }
    .breadcrumb-div .pack-list-breadcrumb li.breadcrumb-item a:hover {
        color: blue;
        text-decoration: none;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        font-size: 16px;
    }
    .packagelist-table table thead.bg-color {
        background-color: #008cff;
        color: white;
    }
    .packagelist-table table thead th {
        font-size: 14px;
    }
    .packagelist-table table tbody td {
        font-size: 16px;
    }
    .packagelist-table table tbody td a.btn-bg {
        color: #fff;
        background-color: #2196f3;
        border-radius: 30px;
    }
    .packagelist-table table tbody td a.btn-bg:hover {
        color: #fff;
        background-color: #2196f3;
    }
    .member-topup .red-wallet h4 {
        font-size: 14px;
        color: red;
    }
    .member-topup .form-group select.select-input-lg {
        padding: 0.94rem 0.94rem;
        font-size: 17px;
    }
    .edit-form .submit-btn span {
        padding: 0;
    }
    .next-prev-btn a.btn-bg {
        color: #fff;
        background-color: #2196f3;
        border-radius: 30px;
        padding: 10px 15px;
    }
    .next-prev-btn {
        padding-bottom: 15px;
    }
    .next-prev-btn a.btn-bg:hover {
        color: #fff;
        background-color: #218838;
    }
    .btn-outline-secondary:not(.btn-outline-light) {
        color: #666666 !important;
    }
    .member-topup label {
        padding-right: 15px;
    }
    .member-topup .red-zero h4 {
        font-size: 25px;
    }
    .breadcrumb-div .sub-heading h4 {
        font-size: 14px;
        font-weight: bold;
        padding-left: 13px;
        color: #1a262b !important;
    }
    .delete-btn {
        margin-top: 15px;
    }
    .table-responsive {
        white-space: nowrap;
    }
    /* welcome letter  */
    .name-pack {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .name-pack h4 {
        font-size: 18px;
    }
    .welcome-letter-table table tr.well-letter-img td img {
        width: 100%;
        height: 100%;
        border-radius: 0;
        object-fit: contain;
    }
    .mt_img {
        margin-top: 20px;
    }
    .business-plan-img img {
        width: 100%;
    }
    .login-page .auth-form-light {
        /* background: linear-gradient(317deg, #ffc107, #ff07ec) !important; */
        background: linear-gradient(317deg, #121149, #ff07ec) !important;
        border-radius: 25px;
        box-shadow: 0 1px 43px 0 #757575;
    }
    .focus-input100 {
        position: absolute;
        display: block;
        text-align: left;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        pointer-events: none;
        color: white;
    }
    .login-page .form-group {
        width: 100%;
        border-bottom: 2px solid rgba(255, 255, 255, 0.24);
        margin-bottom: 30px;
    }
    .login-page .validate-input input {
        outline: none;
        border: none;
        color: white;
        /* padding-left: 40px; */
    }
    .login-page .validate-input {
        position: relative;
        outline: none;
    }
    .focus-input100 i.fa-user,
    .focus-input100 i.fa-lock {
        margin-top: 16px;
        padding-left: 12px;
        font-size: 18px;
    }
    .login-page .form-group .form-control {
        font-size: 18px !important;
    }
    .input100:focus {
        padding-left: 5px;
    }
    .input100:focus~.focus-input100 i.fa-user,
    .input100:focus~.focus-input100 i.fa-lock,
    .input100:not(:placeholder-shown).input100:not(:focus)~.focus-input100 i.fa-user,
    .input100:not(:placeholder-shown).input100:not(:focus)~.focus-input100 i.fa-lock {
        position: absolute;
        top: -26px;
    }
    .input100:not(:placeholder-shown).input100:not(:focus)~.validate-input input {
        padding-left: 0;
    }
    .login-page .login-btn {
        background: white;
        padding: 15px 40px;
        outline: none;
        border: none;
        border-radius: 22px;
        font-size: 16px;
    }
    .login-page .login-btn:hover {
        background: linear-gradient( 53deg, #ffeb3b, transparent);
        transition: all .6s;
        color: white;
    }
    .login-page .forgot-pass {
        padding-top: 90px;
    }
    .login-page .forgot-pass a {
        font-size: 13px;
        color: silver;
        line-height: 1.5;
    }
    .login-page .forgot-pass a:hover {
        color: white;
        text-decoration: none;
        transition: .5s;
    }
    .login-page .remember-check {
        padding-left: 13px;
        padding-top: 0;
        padding-bottom: 35px;
    }
    .login-page .login-title h4 {
        font-size: 30px;
        color: white;
        line-height: 1.2;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
    }
    .login-page .form-check .form-check-label input[type="checkbox"]+.input-helper:before {
        content: "";
        width: 18px;
        height: 18px;
        border-radius: 2px;
        border: 2px solid white;
        background: white;
        border-width: 2px;
        -webkit-transition: all;
        -moz-transition: all;
        -ms-transition: all;
        -o-transition: all;
        transition: all;
        transition-duration: 0s;
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms;
    }
    .login-page .form-group .focus-input100::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -3px;
        left: 0;
        background-color: white;
        visibility: hidden;
        width: 0px;
        transition: all 0.6s ease-in-out 0s;
    }
    .input100:focus~.focus-input100::before {
        width: 100%;
        visibility: visible;
    }
    .input100:not(:placeholder-shown).input100:not(:focus)~.focus-input100::before {
        width: 100%;
        visibility: visible;
    }
    .login-bg-img {
        background-size: cover;
        position: relative;
        z-index: 1;
        background-image: url(https://investoralist.com/wp-content/uploads/2021/02/Index-Funds.jpg);
    }
    .login-bg-img::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgb(80 74 105 / 65%);
    }
    .content-wrapper {
        background: none !important;
    }
    .form-check .form-check-label input[type="checkbox"]:checked+.input-helper:before {
        background: none !important;
        border-width: 2px !important;
    }
    .form-check .form-check-label input[type="checkbox"]:checked+.input-helper:after {
        width: 0 !important;
        opacity: 1;
        line-height: 18px;
    }
    .login-page .rem-color {
        color: white !important;
    }
     ::placeholder {
        font-size: 20px;
        padding-left: 15px;
    }
    .input100::-webkit-input-placeholder {
        color: white !important;
    }
    .input100:focus::-webkit-input-placeholder {
        opacity: 0;
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .select-gender {
        width: 25%;
        float: left;
    }
    /* khushboo */
    .welcome-text-scrolling h3 {
        color: #ffffff !important;
    }
    .profile-card-main .people-profilecard .other-details h6 {
        color: white;
    }
    .page-body-wrapper .main-panel .content-wrapper {
        background: #27455f !important;
    }
    .profile-card-main .people-profilecard .profile-name h1 {
        font-size: 25px !important;
        margin-bottom: 15px;
        color: white !important;
    }
    .profile-card-main {
        border: none !important;
        box-shadow: none !important;
    }
    .page-body-wrapper .sidebar {
        background: #27455f !important;
    }
    .container-scroller .navbar .navbar-brand-wrapper {
        background: #27455f !important;
    }
    .navbar .navbar-menu-wrapper {
        border-bottom: 2px solid #9199b37a;
        background: #27455f!important;
    }
    .navbar .navbar-menu-wrapper .navbar-toggler span~p {
        color: white;
    }
    .icon-cog:before {
        color: white;
    }
    .icon-menu:before {
        color: white;
    }
    .profile-card-main {
        display: flex;
        padding: 25px 15px;
        margin: 15px 0px 25px 0px;
        align-items: center;
        background-image: linear-gradient(449deg, #752f2f, #554291);
        
        border-radius: 6px;
    }
    /* end */
    .sidebar {
        background-color: #222d32 !important;
    }
    .d-none {
        display: none !important;
    }
    .navbar .navbar-menu-wrapper .navbar-toggler {
        border: 0;
        color: inherit;
        font-size: 20px;
        padding: 2px;
        border-radius: 0;
        display: flex;
        align-items: baseline;
    }
    .navbar .navbar-menu-wrapper .navbar-toggler span~p {
        padding-left: 10px;
        font-size: 20px;
    }
    .welcome-text-scrolling {
        height: 50px;
        overflow: hidden;
        position: relative;
    }
    .welcome-text-scrolling h3 {
        font-size: 21px;
        position: absolute;
        margin-bottom: 0px;
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        line-height: 50px;
        text-align: center;
        /* Starting position */
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        /* Apply animation to this element */
        -moz-animation: welcome-text-scrolling 25s linear infinite;
        -webkit-animation: welcome-text-scrolling 25s linear infinite;
        animation: welcome-text-scrolling 25s linear infinite;
    }
    /* Move it (define the animation) */
    @-moz-keyframes welcome-text-scrolling {
        0% {
            -moz-transform: translateX(100%);
        }
        100% {
            -moz-transform: translateX(-100%);
        }
    }
    @-webkit-keyframes welcome-text-scrolling {
        0% {
            -webkit-transform: translateX(100%);
        }
        100% {
            -webkit-transform: translateX(-100%);
        }
    }
    @keyframes welcome-text-scrolling {
        0% {
            -moz-transform: translateX(100%);
            /* Firefox bug fix */
            -webkit-transform: translateX(100%);
            /* Firefox bug fix */
            transform: translateX(100%);
        }
        100% {
            -moz-transform: translateX(-100%);
            /* Firefox bug fix */
            -webkit-transform: translateX(-100%);
            /* Firefox bug fix */
            transform: translateX(-100%);
        }
    }
    .content-wrapper {
        background: #f4f7fa8c;
        padding: 2.5rem 2.5rem;
        width: 100%;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        padding: 10px 30px 10px 30px;
    }
    .profile-card-main .profile-logo {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        /* width: 30%; */
        display: flex;
        align-items: center;
        justify-content: center;
        background: #082633;
    }
    .profile-card-main .people-profilecard {
        width: 70%;
    }
    .profile-card-main .people-profilecard .profile-name h1 {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .profile-card-main .profile-logo i {
        color: white;
        font-size: 21px;
    }
    .roi-referral .profile-card-main {
        position: relative;
    }
    .roi-referral .profile-card-main .profile-logo {
        position: absolute;
        right: 35px;
    }
    .profile-card-main .people-profilecard .other-details h6 {
        margin-bottom: 0px;
    }
    .card-padding-mt {
        margin-top: 100px;
    }
    .bankform-main .form-upper {
        line-height: 3rem;
        font-size: 16px;
        letter-spacing: 1.0px;
        font-weight: 600;
        margin-bottom: 25px;
        border-bottom: 1px solid #223035;
    }
    .main-form .form-group .bank-form-input-field {
        font-size: 16px !important;
    }
    .form-all-details {
        padding: 25px;
        border: none;
        background: rgb(255, 255, 255);
        box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
    }
    .form-all-details .form-cards .bankform-main .form-upper span {
        padding-left: 10px;
        font-size: 18px;
        color: #1a262b !important;
    }
    .user-edit-form .form-group label {
        font-size: 14px;
    }
    .user-edit-form .form-group label input {
        font-size: 16px;
    }
    .user-edit-form .form-group label~input::placeholder {
        font-size: 16px;
    }
    .form-all-details .form-cards .bankform-main .form-upper i {
        font-size: 18px;
    }
    .main-form .form-group .col-form-label {
        font-size: 14px;
    }
    .main-panel {
        transition: width 0.25s ease, margin 0.25s ease;
        width: 100%;
        min-height: calc(100vh - 60px);
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .edit-form .edit-submit {
        background: #3b4a53;
        border: none;
        padding: 10px 50px;
        box-shadow: none;
        border-radius: 20px;
        font-size: 17px;
    }
    .edit-form .edit-submit span {
        padding-left: 10px;
        text-transform: uppercase;
    }
    .user-edit-form .form-group label~input {
        border-radius: 30px;
        font-size: 16px;
    }
    .footer-form {
        border-top: 1px solid #d3dce9;
    }
    .footer-form .edit-submit {
        padding: 10px 40px;
    }
    .footer-form .edit-submit span {
        padding-left: 7px;
    }
    .navbar-brand-wrapper .text-logo p {
        color: white !important;
        text-align: center;
        font-size: 16px;
        margin-bottom: 0px;
    }
    .sidebar-offcanvas>ul {
        padding-top: 20px;
    }
    .mt-60 {
        margin-top: 60px;
    }
    .add-bg {
        background-color: #222d32 !important;
    }
    .sidebar .nav:not(.sub-menu)>.nav-item:hover>.nav-link {
        border: none !important;
    }
    .sidebar .nav .nav-item.active>.nav-link {
        background-color: transparent !important;
    }
    .navbar .navbar-brand-wrapper {
        border-bottom: 2px solid grey;
    }
    .sidebar .nav .nav-item.active+.nav-item .nav-link {
        border: none !important;
    }
    .sidebar .nav .nav-item .nav-link {
        border: none !important;
    }
    .navbar .navbar-menu-wrapper .navbar-toggler {
        border: none !important;
    }
    .sidebar .nav .nav-item .nav-link .menu-title {
        padding-left: 10px !important;
    }
    .btn-primary,
    .btn-primary:hover {
        box-shadow: none !important;
    }
    /* riti  */
    .bankform-main .form-wallet h3 {
        font-size: 25px;
        line-height: 34px;
        font-weight: 600;
    }
    .new-joining-form .form-group span.color-red {
        color: red;
    }
    .new-joining-form .form-check .gender-label {
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 0;
    }
    .new-joining-form .form-group input.accept-checkbox {
        margin: 0 15px;
    }
    .new-joining-form .form-group label.accept-label {
        padding-top: 19px;
    }
    .new-joining-form .form-group select.select-input-lg {
        padding: 0.94rem 0.94rem;
        font-size: 16px;
    }
    .breadcrumb-div .pack-list-breadcrumb {
        background-color: transparent;
    }
    .breadcrumb-div .pack-list-breadcrumb li.breadcrumb-item {
        font-size: 16px;
    }
    .breadcrumb-div .pack-list-breadcrumb li.breadcrumb-item a {
        color: #b10dbf;
    }
    .breadcrumb-div .pack-list-breadcrumb li.breadcrumb-item a:hover {
        color: blue;
        text-decoration: none;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        font-size: 16px;
    }
    .packagelist-table table thead.bg-color {
        background-color: #008cff;
        color: white;
    }
    .packagelist-table table thead th {
        font-size: 14px;
    }
    .packagelist-table table tbody td {
        font-size: 15px;
    }
    .packagelist-table table tbody td a.btn-bg {
        color: #fff;
        background-color: #2196f3;
        border-radius: 30px;
    }
    .packagelist-table table tbody td a.btn-bg:hover {
        color: #fff;
        background-color: #218838;
    }
    .member-topup .red-wallet h4 {
        font-size: 14px;
        color: red;
    }
    .member-topup .form-group select.select-input-lg {
        padding: 0.94rem 0.94rem;
        font-size: 17px;
    }
    .edit-form .submit-btn span {
        padding: 0;
    }
    .next-prev-btn a.btn-bg {
        color: #fff;
        background-color: #2196f3;
        border-radius: 30px;
        padding: 10px 15px;
    }
    .next-prev-btn {
        padding-bottom: 15px;
    }
    .next-prev-btn a.btn-bg:hover {
        color: #fff;
        background-color: #218838;
    }
    .btn-outline-secondary:not(.btn-outline-light) {
        color: #666666 !important;
    }
    .member-topup label {
        padding-right: 15px;
    }
    .member-topup .red-zero h4 {
        font-size: 25px;
    }
    .breadcrumb-div .sub-heading h4 {
        font-size: 14px;
        font-weight: bold;
        padding-left: 13px;
        color: #1a262b !important;
    }
    .delete-btn {
        margin-top: 15px;
    }
    .table-responsive {
        white-space: nowrap;
    }
    /* welcome letter  */
    .name-pack {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .name-pack h4 {
        font-size: 18px;
    }
    .welcome-letter-table table tr.well-letter-img td img {
        width: 100%;
        height: 100%;
        border-radius: 0;
        object-fit: contain;
    }
    .mt_img {
        margin-top: 20px;
    }
    .business-plan-img img {
        width: 100%;
    }
    .login-page .auth-form-light {
        /* background: linear-gradient(317deg, #ffc107, #ff07ec) !important; */
        background: linear-gradient(317deg, #121149, #ff07ec) !important;
        /* border-radius: 25px; */
        box-shadow: 0 1px 43px 0 #757575;
    }
    .focus-input100 {
        position: absolute;
        display: block;
        text-align: left;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        pointer-events: none;
        color: white;
    }
    .login-page .form-group {
        width: 100%;
        border-bottom: 2px solid rgba(255, 255, 255, 0.24);
        margin-bottom: 30px;
    }
    .login-page .validate-input input {
        outline: none;
        border: none;
        color: white;
        /* padding-left: 40px; */
    }
    .login-page .validate-input {
        position: relative;
        outline: none;
    }
    .focus-input100 i.fa-user,
    .focus-input100 i.fa-lock {
        margin-top: 16px;
        padding-left: 12px;
        font-size: 18px;
    }
    .login-page .form-group .form-control {
        font-size: 18px !important;
    }
    .input100:focus {
        padding-left: 5px;
    }
    .input100:focus~.focus-input100 i.fa-user,
    .input100:focus~.focus-input100 i.fa-lock,
    .input100:not(:placeholder-shown).input100:not(:focus)~.focus-input100 i.fa-user,
    .input100:not(:placeholder-shown).input100:not(:focus)~.focus-input100 i.fa-lock {
        position: absolute;
        top: -26px;
    }
    .input100:not(:placeholder-shown).input100:not(:focus)~.validate-input input {
        padding-left: 0;
    }
    .login-page .login-btn {
        background: white;
        padding: 15px 40px;
        outline: none;
        border: none;
        border-radius: 22px;
        font-size: 16px;
    }
    .login-page .login-btn:hover {
        background: linear-gradient( 53deg, #ffeb3b, transparent);
        transition: all .6s;
        color: white;
    }
    .login-page .forgot-pass {
        padding-top: 90px;
    }
    .login-page .forgot-pass a {
        font-size: 13px;
        color: silver;
        line-height: 1.5;
    }
    .login-page .forgot-pass a:hover {
        color: white;
        text-decoration: none;
        transition: .5s;
    }
    .login-page .remember-check {
        padding-left: 13px;
        padding-top: 0;
        padding-bottom: 35px;
    }
    .login-page .login-title h4 {
        font-size: 30px;
        color: white;
        line-height: 1.2;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
    }
    .login-page .form-check .form-check-label input[type="checkbox"]+.input-helper:before {
        content: "";
        width: 18px;
        height: 18px;
        border-radius: 2px;
        border: 2px solid white;
        background: white;
        border-width: 2px;
        -webkit-transition: all;
        -moz-transition: all;
        -ms-transition: all;
        -o-transition: all;
        transition: all;
        transition-duration: 0s;
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms;
    }
    .login-page .form-group .focus-input100::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -3px;
        left: 0;
        background-color: white;
        visibility: hidden;
        width: 0px;
        transition: all 0.6s ease-in-out 0s;
    }
    .input100:focus~.focus-input100::before {
        width: 100%;
        visibility: visible;
    }
    .input100:not(:placeholder-shown).input100:not(:focus)~.focus-input100::before {
        width: 100%;
        visibility: visible;
    }
    .login-bg-img {
        background-image: url(../images/new-images/bg-01.jpg);
        position: relative;
        z-index: 1;
    }
    .login-bg-img::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.9);
    }
    .content-wrapper {
        background: none !important;
    }
    .form-check .form-check-label input[type="checkbox"]:checked+.input-helper:before {
        background: none !important;
        border-width: 2px !important;
    }
    .form-check .form-check-label input[type="checkbox"]:checked+.input-helper:after {
        width: 0 !important;
        opacity: 1;
        line-height: 18px;
    }
    .login-page .rem-color {
        color: white !important;
    }
     ::placeholder {
        font-size: 20px;
        padding-left: 15px;
    }
    .input100::-webkit-input-placeholder {
        color: white !important;
    }
    .input100:focus::-webkit-input-placeholder {
        opacity: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .select-gender {
        width: 25%;
        float: left;
    }
    /* khushboo */
    .welcome-text-scrolling h3 {
        color: #ffffff !important;
    }
    .profile-card-main .people-profilecard .other-details h6 {
        color: white;
    }
    .page-body-wrapper .main-panel .content-wrapper {
        background: #27455f !important;
    }
    .profile-card-main .people-profilecard .profile-name h1 {
        font-size: 35px !important;
        margin-bottom: 15px;
        color: white !important;
    }
    .profile-card-main {
        border: none !important;
        box-shadow: none !important;
    }
    .page-body-wrapper .sidebar {
        background: #27455f !important;
    }
    .container-scroller .navbar .navbar-brand-wrapper {
        background: #27455f !important;
    }
    .navbar .navbar-menu-wrapper {
        border-bottom: 2px solid #9199b37a;
        background: #27455f!important;
    }
    .navbar .navbar-menu-wrapper .navbar-toggler span~p {
        color: white;
    }
    .icon-cog:before {
        color: white;
    }
    .icon-menu:before {
        color: white;
    }
    .profile-card-main {
        display: flex;
        padding: 25px 15px;
        margin: 15px 0px 25px 0px;
        align-items: center;
        background-image: linear-gradient(449deg, #752f2f, #554291);
        border-radius: 6px;
    }
    /* end */
    .sidebar {
        background-color: #222d32 !important;
    }
    .d-none {
        display: none !important;
    }
    .navbar .navbar-brand-wrapper {
        width: 55px;
        display: none !important;
    }
    .add-bg {
        background-color: #ffffff !important;
    }
    .navbar .mob-global-logo {
        width: 100% !important;
    }
    .navbar .mob-global-logo .mob-logo-text {
        margin-right: auto;
    }
    .navbar .mob-global-logo .mob-logo-text h4 {
        color: white;
        font-size: 23px;
        padding-top: 9px;
        font-weight: bold;
        font-family: 'Antonio', sans-serif;
    }
    .navbar .navbar-menu-wrapper .navbar-toggler {
        border: 0;
        color: inherit;
        font-size: 20px;
        padding: 2px;
        border-radius: 0;
        display: flex;
        align-items: baseline;
    }
    .navbar .navbar-menu-wrapper .navbar-toggler span~p {
        padding-left: 10px;
        font-size: 25px;
    }
    .welcome-text-scrolling {
        height: 50px;
        overflow: hidden;
        position: relative;
    }
    .welcome-text-scrolling h3 {
        font-size: 25px;
        position: absolute;
        margin-bottom: 0px;
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        line-height: 50px;
        text-align: center;
        /* Starting position */
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        /* Apply animation to this element */
        -moz-animation: welcome-text-scrolling 25s linear infinite;
        -webkit-animation: welcome-text-scrolling 25s linear infinite;
        animation: welcome-text-scrolling 25s linear infinite;
    }
    /* Move it (define the animation) */
    @-moz-keyframes welcome-text-scrolling {
        0% {
            -moz-transform: translateX(100%);
        }
        100% {
            -moz-transform: translateX(-100%);
        }
    }
    @-webkit-keyframes welcome-text-scrolling {
        0% {
            -webkit-transform: translateX(100%);
        }
        100% {
            -webkit-transform: translateX(-100%);
        }
    }
    @keyframes welcome-text-scrolling {
        0% {
            -moz-transform: translateX(100%);
            /* Firefox bug fix */
            -webkit-transform: translateX(100%);
            /* Firefox bug fix */
            transform: translateX(100%);
        }
        100% {
            -moz-transform: translateX(-100%);
            /* Firefox bug fix */
            -webkit-transform: translateX(-100%);
            /* Firefox bug fix */
            transform: translateX(-100%);
        }
    }
    .content-wrapper {
        background: #f4f7fa8c;
        padding: 2.5rem 2.5rem;
        width: 100%;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        padding: 10px 30px 10px 30px;
    }
    .profile-card-main .profile-logo {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        /* width: 30%; */
        display: flex;
        align-items: center;
        justify-content: center;
        background: #082633;
    }
    .profile-card-main .people-profilecard {
        width: 70%;
    }
    .profile-card-main .people-profilecard .profile-name h1 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .profile-card-main {
        display: flex;
        padding: 25px 15px;
        margin: 15px 0px 25px 0px;
        align-items: center;
    }
    .profile-card-main .profile-logo i {
        color: white;
        font-size: 18px;
    }
    .roi-referral .profile-card-main {
        position: relative;
    }
    .roi-referral .profile-card-main .profile-logo {
        position: absolute;
        right: 35px;
    }
    .profile-card-main .people-profilecard .other-details h6 {
        margin-bottom: 0px;
    }
    .card-padding-mt {
        margin-top: 100px;
    }
    .bankform-main .form-upper {
        line-height: 3rem;
        font-size: 16px;
        letter-spacing: 1.0px;
        font-weight: 600;
        margin-bottom: 25px;
        border-bottom: 1px solid #223035;
    }
    .main-form .form-group .bank-form-input-field {
        font-size: 15px !important;
    }
    .form-all-details {
        padding: 25px;
        border: none;
        background: rgb(255, 255, 255);
        box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
    }
    .form-all-details .form-cards .bankform-main .form-upper span {
        padding-left: 10px;
        font-size: 17px;
        color: #1a262b !important;
    }
    .form-all-details .form-cards .bankform-main .form-upper i {
        font-size: 17px;
    }
    .main-form .form-group .col-form-label {
        font-size: 14px;
    }
    .main-panel {
        transition: width 0.25s ease, margin 0.25s ease;
        width: 100%;
        min-height: calc(100vh - 60px);
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .edit-form .edit-submit {
        background: #3b4a53;
        border: none;
        padding: 10px 30px;
        box-shadow: none;
        border-radius: 20px;
        font-size: 17px;
    }
    .edit-form .edit-submit span {
        padding-left: 10px;
        text-transform: uppercase;
        font-size: 16px;
    }
    .edit-form .edit-submit i {
        font-size: 16px;
    }
    .user-edit-form .form-group label~input {
        border-radius: 30px;
        font-size: 15px;
    }
    .user-edit-form .form-group label {
        font-size: 14px;
    }
    .user-edit-form .form-group label~input::placeholder {
        font-size: 16px;
    }
    .footer-form {
        border-top: 1px solid #d3dce9;
    }
    .footer-form .edit-submit {
        padding: 10px 40px;
    }
    .footer-form .edit-submit span {
        padding-left: 7px;
    }
    .navbar-brand-wrapper .text-logo p {
        color: white !important;
        text-align: center;
        font-size: 16px;
        margin-bottom: 0px;
    }
    .sidebar-offcanvas>ul {
        padding-top: 20px;
    }
    .mt-60 {
        margin-top: 60px;
    }
    /* .add-bg {
        background-color: #222d32 !important;
    } */
    .sidebar .nav:not(.sub-menu)>.nav-item:hover>.nav-link {
        border: none !important;
    }
    .sidebar .nav .nav-item.active>.nav-link {
        background-color: transparent !important;
    }
    .navbar .navbar-brand-wrapper {
        border-bottom: 2px solid grey;
    }
    .sidebar .nav .nav-item.active+.nav-item .nav-link {
        border: none !important;
    }
    .sidebar .nav .nav-item .nav-link {
        border: none !important;
    }
    .navbar .navbar-menu-wrapper .navbar-toggler {
        border: none !important;
    }
    .sidebar .nav .nav-item .nav-link .menu-title {
        padding-left: 10px !important;
    }
    .btn-primary,
    .btn-primary:hover {
        box-shadow: none !important;
    }
    .bankform-main .form-wallet h3 {
        font-size: 24px;
        line-height: 34px;
        font-weight: 600;
    }
    .new-joining-form .form-group span.color-red {
        color: red;
    }
    .new-joining-form .form-check .gender-label {
        font-size: 15px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 0;
    }
    .new-joining-form .form-group input.accept-checkbox {
        margin: 0 15px;
    }
    .new-joining-form .form-group label.accept-label {
        padding-top: 4px;
        padding-left: 7px;
    }
    .new-joining-form .form-group select.select-input-lg {
        padding: 0.94rem 0.94rem;
        font-size: 15px;
    }
    .breadcrumb-div .pack-list-breadcrumb {
        background-color: transparent;
    }
    .breadcrumb-div .pack-list-breadcrumb li.breadcrumb-item {
        font-size: 13px;
    }
    .breadcrumb-div .pack-list-breadcrumb li.breadcrumb-item a {
        color: #b10dbf;
    }
    .breadcrumb-div .pack-list-breadcrumb li.breadcrumb-item a:hover {
        color: blue;
        text-decoration: none;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        font-size: 16px;
    }
    .packagelist-table table thead.bg-color {
        background-color: #008cff;
        color: white;
    }
    .packagelist-table table thead th {
        font-size: 14px;
    }
    .packagelist-table table tbody td {
        font-size: 13px;
    }
    .packagelist-table table tbody th {
        font-size: 13px;
    }
    .packagelist-table table tbody td a.btn-bg {
        color: #fff;
        background-color: #2196f3;
        border-radius: 30px;
    }
    .packagelist-table table tbody td a.btn-bg:hover {
        color: #fff;
        background-color: #218838;
    }
    .member-topup .red-wallet h4 {
        font-size: 14px;
        color: red;
    }
    .member-topup .form-group select.select-input-lg {
        padding: 0.94rem 0.94rem;
        font-size: 17px;
    }
    .edit-form .submit-btn span {
        padding: 0;
    }
    .next-prev-btn a.btn-bg {
        color: #fff;
        background-color: #2196f3;
        border-radius: 30px;
        padding: 7px 12px;
    }
    .next-prev-btn {
        padding-bottom: 15px;
    }
    .next-prev-btn a.btn-bg:hover {
        color: #fff;
        background-color: #218838;
    }
    .btn-outline-secondary:not(.btn-outline-light) {
        color: #666666 !important;
    }
    .member-topup label {
        padding-right: 15px;
    }
    .member-topup .red-zero h4 {
        font-size: 25px;
    }
    .breadcrumb-div .sub-heading h4 {
        font-size: 14px;
        font-weight: bold;
        padding-left: 13px;
        color: #1a262b !important;
    }
    .delete-btn {
        margin-top: 15px;
    }
    .table-responsive {
        white-space: nowrap;
    }
    /* welcome letter  */
    .name-pack {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .name-pack h4 {
        font-size: 18px;
    }
    .welcome-letter-table table tr.well-letter-img td img {
        width: 100%;
        height: 100%;
        border-radius: 0;
        object-fit: contain;
    }
    .mt_img {
        margin-top: 20px;
    }
    .business-plan-img img {
        width: 100%;
    }
    .login-page .auth-form-light {
        /* background: linear-gradient(317deg, #ffc107, #ff07ec) !important; */
        background: linear-gradient(317deg, #121149, #ff07ec) !important;
        /* border-radius: 25px; */
        box-shadow: 0 1px 43px 0 #757575;
    }
    .focus-input100 {
        position: absolute;
        display: block;
        text-align: left;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        pointer-events: none;
        color: white;
    }
    .login-page .form-group {
        width: 100%;
        border-bottom: 2px solid rgba(255, 255, 255, 0.24);
        margin-bottom: 30px;
    }
    .login-page .validate-input input {
        outline: none;
        border: none;
        color: white;
        /* padding-left: 40px; */
    }
    .login-page .validate-input {
        position: relative;
        outline: none;
    }
    .focus-input100 i.fa-user,
    .focus-input100 i.fa-lock {
        margin-top: 16px;
        padding-left: 12px;
        font-size: 18px;
    }
    .login-page .form-group .form-control {
        font-size: 18px !important;
    }
    .input100:focus {
        padding-left: 5px;
    }
    .input100:focus~.focus-input100 i.fa-user,
    .input100:focus~.focus-input100 i.fa-lock,
    .input100:not(:placeholder-shown).input100:not(:focus)~.focus-input100 i.fa-user,
    .input100:not(:placeholder-shown).input100:not(:focus)~.focus-input100 i.fa-lock {
        position: absolute;
        top: -26px;
    }
    .input100:not(:placeholder-shown).input100:not(:focus)~.validate-input input {
        padding-left: 0;
    }
    .login-page .login-btn {
        background: white;
        padding: 15px 40px;
        outline: none;
        border: none;
        border-radius: 22px;
        font-size: 16px;
    }
    .login-page .login-btn:hover {
        background: linear-gradient( 53deg, #ffeb3b, transparent);
        transition: all .6s;
        color: white;
    }
    .login-page .forgot-pass {
        padding-top: 90px;
    }
    .login-page .forgot-pass a {
        font-size: 13px;
        color: silver;
        line-height: 1.5;
    }
    .login-page .forgot-pass a:hover {
        color: white;
        text-decoration: none;
        transition: .5s;
    }
    .login-page .remember-check {
        padding-left: 13px;
        padding-top: 0;
        padding-bottom: 35px;
    }
    .login-page .login-title h4 {
        font-size: 30px;
        color: white;
        line-height: 1.2;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
    }
    .login-page .form-check .form-check-label input[type="checkbox"]+.input-helper:before {
        content: "";
        width: 18px;
        height: 18px;
        border-radius: 2px;
        border: 2px solid white;
        background: white;
        border-width: 2px;
        -webkit-transition: all;
        -moz-transition: all;
        -ms-transition: all;
        -o-transition: all;
        transition: all;
        transition-duration: 0s;
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms;
    }
    .login-page .form-group .focus-input100::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -3px;
        left: 0;
        background-color: white;
        visibility: hidden;
        width: 0px;
        transition: all 0.6s ease-in-out 0s;
    }
    .input100:focus~.focus-input100::before {
        width: 100%;
        visibility: visible;
    }
    .input100:not(:placeholder-shown).input100:not(:focus)~.focus-input100::before {
        width: 100%;
        visibility: visible;
    }
    .login-bg-img {
        background-image: url(../images/new-images/bg-01.jpg);
        position: relative;
        z-index: 1;
    }
    .login-bg-img::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.9);
    }
    .content-wrapper {
        background: none !important;
    }
    .form-check .form-check-label input[type="checkbox"]:checked+.input-helper:before {
        background: none !important;
        border-width: 2px !important;
    }
    .form-check .form-check-label input[type="checkbox"]:checked+.input-helper:after {
        width: 0 !important;
        opacity: 1;
        line-height: 18px;
    }
    .login-page .rem-color {
        color: white !important;
    }
     ::placeholder {
        font-size: 20px;
        padding-left: 15px;
    }
    .input100::-webkit-input-placeholder {
        color: white !important;
    }
    .input100:focus::-webkit-input-placeholder {
        opacity: 0;
    }
}

@media screen and (min-width: 577px) and (max-width: 767px) {
    .select-gender {
        width: 50%;
        float: left;
    }
    /* khushboo */
    .welcome-text-scrolling h3 {
        color: #ffffff !important;
    }
    .profile-card-main .people-profilecard .other-details h6 {
        color: white;
    }
    .page-body-wrapper .main-panel .content-wrapper {
        background: #27455f !important;
    }
    .profile-card-main .people-profilecard .profile-name h1 {
        font-size: 32px !important;
        margin-bottom: 15px;
        color: white !important;
    }
    .profile-card-main {
        border: none !important;
        box-shadow: none !important;
    }
    .page-body-wrapper .sidebar {
        background: #27455f !important;
    }
    .container-scroller .navbar .navbar-brand-wrapper {
        background: #27455f !important;
    }
    .navbar .navbar-menu-wrapper {
        border-bottom: 2px solid #9199b37a;
        background: #27455f!important;
    }
    .navbar .navbar-menu-wrapper .navbar-toggler span~p {
        color: white;
    }
    .icon-cog:before {
        color: white;
    }
    .icon-menu:before {
        color: white;
    }
    .profile-card-main {
        display: flex;
        padding: 25px 15px;
        margin: 15px 0px 25px 0px;
        align-items: center;
        background-image: linear-gradient(449deg, #752f2f, #554291);
        border-radius: 6px;
    }
    /* end */
    .sidebar {
        background-color: #222d32 !important;
    }
    .d-none {
        display: none !important;
    }
    .navbar .navbar-brand-wrapper {
        width: 55px;
        display: none !important;
    }
    .add-bg {
        background-color: #ffffff !important;
    }
    .navbar .mob-global-logo {
        width: 100% !important;
    }
    .navbar .mob-global-logo .mob-logo-text {
        margin-right: auto;
    }
    .navbar .mob-global-logo .mob-logo-text h4 {
        color: white;
        font-size: 25px;
        padding-top: 9px;
        font-weight: bold;
        font-family: 'Antonio', sans-serif;
    }
    .navbar .navbar-menu-wrapper .navbar-toggler {
        border: 0;
        color: inherit;
        font-size: 20px;
        padding: 2px;
        border-radius: 0;
        display: flex;
        align-items: baseline;
    }
    .navbar .navbar-menu-wrapper .navbar-toggler span~p {
        padding-left: 10px;
        font-size: 20px;
    }
    .welcome-text-scrolling {
        height: 50px;
        overflow: hidden;
        position: relative;
    }
    .welcome-text-scrolling h3 {
        font-size: 30px;
        position: absolute;
        margin-bottom: 0px;
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        line-height: 50px;
        text-align: center;
        /* Starting position */
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        /* Apply animation to this element */
        -moz-animation: welcome-text-scrolling 25s linear infinite;
        -webkit-animation: welcome-text-scrolling 25s linear infinite;
        animation: welcome-text-scrolling 25s linear infinite;
    }
    /* Move it (define the animation) */
    @-moz-keyframes welcome-text-scrolling {
        0% {
            -moz-transform: translateX(100%);
        }
        100% {
            -moz-transform: translateX(-100%);
        }
    }
    @-webkit-keyframes welcome-text-scrolling {
        0% {
            -webkit-transform: translateX(100%);
        }
        100% {
            -webkit-transform: translateX(-100%);
        }
    }
    @keyframes welcome-text-scrolling {
        0% {
            -moz-transform: translateX(100%);
            /* Firefox bug fix */
            -webkit-transform: translateX(100%);
            /* Firefox bug fix */
            transform: translateX(100%);
        }
        100% {
            -moz-transform: translateX(-100%);
            /* Firefox bug fix */
            -webkit-transform: translateX(-100%);
            /* Firefox bug fix */
            transform: translateX(-100%);
        }
    }
    .content-wrapper {
        background: #f4f7fa8c;
        padding: 2.5rem 2.5rem;
        width: 100%;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        padding: 10px 30px 10px 30px;
    }
    .profile-card-main .profile-logo {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        /* width: 30%; */
        display: flex;
        align-items: center;
        justify-content: center;
        background: #082633;
    }
    .profile-card-main .people-profilecard {
        width: 80%;
    }
    .profile-card-main .people-profilecard .profile-name h1 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .profile-card-main .people-profilecard .other-details h6 {
        font-size: 20px;
    }
    .profile-card-main {
        display: flex;
        padding: 25px 15px;
        margin: 15px 0px 25px 0px;
        align-items: center;
    }
    .profile-card-main .profile-logo i {
        color: white;
        font-size: 14px;
    }
    .roi-referral .profile-card-main {
        position: relative;
    }
    .roi-referral .profile-card-main .profile-logo {
        position: absolute;
        right: 35px;
    }
    .profile-card-main .people-profilecard .other-details h6 {
        margin-bottom: 0px;
    }
    .card-padding-mt {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .bankform-main .form-upper {
        line-height: 3rem;
        font-size: 16px;
        letter-spacing: 1.0px;
        font-weight: 600;
        margin-bottom: 25px;
        border-bottom: 1px solid #223035;
    }
    .main-form .form-group .bank-form-input-field {
        font-size: 13px !important;
    }
    .form-all-details {
        padding: 25px;
        border: none;
        background: rgb(255, 255, 255);
        box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
    }
    .form-all-details .form-cards .bankform-main .form-upper span {
        padding-left: 10px;
        font-size: 15px;
        color: #1a262b !important;
    }
    .form-all-details .form-cards .bankform-main .form-upper i {
        font-size: 15px;
    }
    .main-form .form-group .col-form-label {
        font-size: 12px;
    }
    .main-panel {
        transition: width 0.25s ease, margin 0.25s ease;
        width: 100%;
        min-height: calc(100vh - 60px);
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .edit-form .edit-submit {
        background: #3b4a53;
        border: none;
        padding: 10px 42px;
        box-shadow: none;
        border-radius: 20px;
        font-size: 14px;
    }
    .edit-form .edit-submit i {
        font-size: 14px;
    }
    .edit-form .edit-submit span {
        padding-left: 10px;
        text-transform: uppercase;
    }
    .user-edit-form .form-group label~input {
        border-radius: 30px;
        font-size: 13px;
    }
    .user-edit-form .form-group label {
        font-size: 12px;
    }
    .user-edit-form .form-group label~input::placeholder {
        font-size: 13px;
    }
    .delete-btn a {
        font-size: 11px;
    }
    .footer-form {
        border-top: 1px solid #d3dce9;
    }
    .footer-form .edit-submit {
        padding: 9px 17px;
    }
    .footer-form .edit-submit span {
        padding-left: 7px;
    }
    .navbar-brand-wrapper .text-logo p {
        color: white !important;
        text-align: center;
        font-size: 16px;
        margin-bottom: 0px;
    }
    .sidebar-offcanvas>ul {
        padding-top: 20px;
    }
    .mt-60 {
        margin-top: 60px;
    }
    /* .add-bg {
        background-color: #222d32 !important;
    } */
    .sidebar .nav:not(.sub-menu)>.nav-item:hover>.nav-link {
        border: none !important;
    }
    .sidebar .nav .nav-item.active>.nav-link {
        background-color: transparent !important;
    }
    .navbar .navbar-brand-wrapper {
        border-bottom: 2px solid grey;
    }
    .sidebar .nav .nav-item.active+.nav-item .nav-link {
        border: none !important;
    }
    .sidebar .nav .nav-item .nav-link {
        border: none !important;
    }
    .navbar .navbar-menu-wrapper .navbar-toggler {
        border: none !important;
    }
    .sidebar .nav .nav-item .nav-link .menu-title {
        padding-left: 10px !important;
    }
    .btn-primary,
    .btn-primary:hover {
        box-shadow: none !important;
    }
    .bankform-main .form-wallet h3 {
        font-size: 17px;
        line-height: 34px;
        font-weight: 600;
    }
    .new-joining-form .form-group span.color-red {
        color: red;
    }
    .new-joining-form .form-check .gender-label {
        font-size: 13px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 0;
    }
    .new-joining-form .form-group input.accept-checkbox {
        margin: 0 15px;
    }
    .new-joining-form .form-group label.accept-label {
        padding-top: 3px;
        padding-left: 7px;
    }
    .new-joining-form .form-group select.select-input-lg {
        padding: 0.94rem 0.94rem;
        font-size: 13px;
    }
    .breadcrumb-div .pack-list-breadcrumb {
        background-color: transparent;
    }
    .breadcrumb-div .pack-list-breadcrumb li.breadcrumb-item {
        font-size: 11px;
    }
    .breadcrumb-div .pack-list-breadcrumb li.breadcrumb-item a {
        color: #b10dbf;
    }
    .breadcrumb-div .pack-list-breadcrumb li.breadcrumb-item a:hover {
        color: blue;
        text-decoration: none;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        font-size: 11px;
    }
    .packagelist-table table thead.bg-color {
        background-color: #008cff;
        color: white;
    }
    .packagelist-table table thead th {
        font-size: 13px;
    }
    .packagelist-table table tbody td {
        font-size: 12px;
    }
    .packagelist-table table tbody th {
        font-size: 12px;
    }
    .packagelist-table table tbody td a.btn-bg {
        color: #fff;
        background-color: #2196f3;
        border-radius: 30px;
        padding: 6px 20px;
    }
    .packagelist-table table tbody td a.btn-bg:hover {
        color: #fff;
        background-color: #218838;
    }
    .member-topup .red-wallet h4 {
        font-size: 14px;
        color: red;
    }
    .member-topup .form-group select.select-input-lg {
        padding: 0.94rem 0.94rem;
        font-size: 17px;
    }
    .edit-form .submit-btn span {
        padding: 0;
    }
    .next-prev-btn a.btn-bg {
        color: #fff;
        background-color: #2196f3;
        border-radius: 30px;
        padding: 10px 15px;
        font-size: 11px;
    }
    .next-prev-btn {
        padding-bottom: 15px;
    }
    .next-prev-btn a.btn-bg:hover {
        color: #fff;
        background-color: #218838;
    }
    .btn-outline-secondary:not(.btn-outline-light) {
        color: #666666 !important;
    }
    .member-topup label {
        padding-right: 15px;
    }
    .member-topup .red-zero h4 {
        font-size: 25px;
    }
    .breadcrumb-div .sub-heading h4 {
        font-size: 14px;
        font-weight: bold;
        padding-left: 13px;
        color: #1a262b !important;
    }
    .delete-btn {
        margin-top: 15px;
    }
    .table-responsive {
        white-space: nowrap;
    }
    /* welcome letter  */
    .name-pack {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .name-pack h4 {
        font-size: 18px;
    }
    .welcome-letter-table table tr.well-letter-img td img {
        width: 100%;
        height: 100%;
        border-radius: 0;
        object-fit: contain;
    }
    .mt_img {
        margin-top: 20px;
    }
    .business-plan-img img {
        width: 100%;
    }
    .login-page .auth-form-light {
        /* background: linear-gradient(317deg, #ffc107, #ff07ec) !important; */
        /* background: linear-gradient(317deg, #121149, #ff07ec) !important; */
        /* border-radius: 25px; */
        background: #2c254a !important;
        box-shadow: 0 1px 43px 0 #757575;
    }
    .focus-input100 {
        position: absolute;
        display: block;
        text-align: left;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        pointer-events: none;
        color: white;
    }
    .login-page .form-group {
        width: 100%;
        border-bottom: 2px solid rgba(255, 255, 255, 0.24);
        margin-bottom: 30px;
    }
    .login-page .validate-input input {
        outline: none;
        border: none;
        color: white;
        /* padding-left: 40px; */
    }
    .login-page .validate-input {
        position: relative;
        outline: none;
    }
    .focus-input100 i.fa-user,
    .focus-input100 i.fa-lock {
        margin-top: 16px;
        padding-left: 12px;
        font-size: 18px;
    }
    .login-page .form-group .form-control {
        font-size: 18px !important;
    }
    .input100:focus {
        padding-left: 5px;
    }
    .input100:focus~.focus-input100 i.fa-user,
    .input100:focus~.focus-input100 i.fa-lock,
    .input100:not(:placeholder-shown).input100:not(:focus)~.focus-input100 i.fa-user,
    .input100:not(:placeholder-shown).input100:not(:focus)~.focus-input100 i.fa-lock {
        position: absolute;
        top: -26px;
    }
    .input100:not(:placeholder-shown).input100:not(:focus)~.validate-input input {
        padding-left: 0;
    }
    .login-page .login-btn {
        background: white;
        padding: 15px 40px;
        outline: none;
        border: none;
        border-radius: 22px;
        font-size: 16px;
    }
    .login-page .login-btn:hover {
        background: linear-gradient( 53deg, #ffeb3b, transparent);
        transition: all .6s;
        color: white;
    }
    .login-page .forgot-pass {
        padding-top: 90px;
    }
    .login-page .forgot-pass a {
        font-size: 13px;
        color: silver;
        line-height: 1.5;
    }
    .login-page .forgot-pass a:hover {
        color: white;
        text-decoration: none;
        transition: .5s;
    }
    .login-page .remember-check {
        padding-left: 13px;
        padding-top: 0;
        padding-bottom: 35px;
    }
    .login-page .login-title h4 {
        font-size: 30px;
        color: white;
        line-height: 1.2;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
    }
    .login-page .form-check .form-check-label input[type="checkbox"]+.input-helper:before {
        content: "";
        width: 18px;
        height: 18px;
        border-radius: 2px;
        border: 2px solid white;
        background: white;
        border-width: 2px;
        -webkit-transition: all;
        -moz-transition: all;
        -ms-transition: all;
        -o-transition: all;
        transition: all;
        transition-duration: 0s;
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms;
    }
    .login-page .form-group .focus-input100::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -3px;
        left: 0;
        background-color: white;
        visibility: hidden;
        width: 0px;
        transition: all 0.6s ease-in-out 0s;
    }
    .input100:focus~.focus-input100::before {
        width: 100%;
        visibility: visible;
    }
    .input100:not(:placeholder-shown).input100:not(:focus)~.focus-input100::before {
        width: 100%;
        visibility: visible;
    }
    .login-bg-img {
        background-image: url(../images/new-images/bg-01.jpg);
        position: relative;
        z-index: 1;
    }
    .login-bg-img::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.9);
    }
    .content-wrapper {
        background: none !important;
    }
    .form-check .form-check-label input[type="checkbox"]:checked+.input-helper:before {
        background: none !important;
        border-width: 2px !important;
    }
    .form-check .form-check-label input[type="checkbox"]:checked+.input-helper:after {
        width: 0 !important;
        opacity: 1;
        line-height: 18px;
    }
    .login-page .rem-color {
        color: white !important;
    }
     ::placeholder {
        font-size: 20px;
        padding-left: 15px;
    }
    .input100::-webkit-input-placeholder {
        color: white !important;
    }
    .input100:focus::-webkit-input-placeholder {
        opacity: 0;
    }
}

@media screen and (min-width: 380px) and (max-width: 576px) {
    .select-gender {
        width: 50%;
        float: left;
    }
    /* khushboo */
    .welcome-text-scrolling h3 {
        color: #ffffff !important;
    }
    .profile-card-main .people-profilecard .other-details h6 {
        color: white;
    }
    .page-body-wrapper .main-panel .content-wrapper {
        background: #ffffff !important;
    }
    .profile-card-main .people-profilecard .profile-name h1 {
        font-size: 30px !important;
        margin-bottom: 15px;
        color: white !important;
    }
    .profile-card-main {
        border: none !important;
        box-shadow: none !important;
    }
    .page-body-wrapper .sidebar {
        background: #27455f !important;
    }
    .container-scroller .navbar .navbar-brand-wrapper {
        background: #27455f !important;
    }
    .navbar .navbar-menu-wrapper {
        border-bottom: 2px solid #9199b37a;
        background: #27455f!important;
    }
    .navbar .navbar-menu-wrapper .navbar-toggler span~p {
        color: white;
    }
    .icon-cog:before {
        color: white;
    }
    .icon-menu:before {
        color: white;
    }
    .profile-card-main {
        display: flex;
        padding: 25px 15px;
        margin: 15px 0px 25px 0px;
        align-items: center;
        background-image: linear-gradient(449deg, #752f2f, #554291);
        border-radius: 6px;
    }
    /* end */
    .sidebar {
        background-color: #222d32 !important;
    }
    .d-none {
        display: none !important;
    }
    .navbar .navbar-brand-wrapper {
        width: 55px;
        display: none !important;
    }
    .add-bg {
        background-color: #ffffff !important;
    }
    .navbar .mob-global-logo {
        width: 100% !important;
    }
    .navbar .mob-global-logo .mob-logo-text {
        margin-right: auto;
    }
    .navbar .mob-global-logo .mob-logo-text h4 {
        color: white;
        font-size: 18px;
        padding-top: 9px;
        font-weight: bold;
        font-family: 'Antonio', sans-serif;
    }
    .navbar .navbar-menu-wrapper .navbar-toggler {
        border: 0;
        color: inherit;
        font-size: 20px;
        padding: 2px;
        border-radius: 0;
        display: flex;
        align-items: baseline;
    }
    .navbar .navbar-menu-wrapper .navbar-toggler span~p {
        padding-left: 10px;
        font-size: 20px;
    }
    .welcome-text-scrolling {
        height: 50px;
        overflow: hidden;
        position: relative;
    }
    .welcome-text-scrolling h3 {
        font-size: 25px;
        position: absolute;
        margin-bottom: 0px;
        position: absolute;
        width: 635px;
        height: 100%;
        margin: 0;
        line-height: 50px;
        text-align: center;
        /* Starting position */
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        /* Apply animation to this element */
        -moz-animation: welcome-text-scrolling 25s linear infinite;
        -webkit-animation: welcome-text-scrolling 25s linear infinite;
        animation: welcome-text-scrolling 25s linear infinite;
    }
    /* Move it (define the animation) */
    @-moz-keyframes welcome-text-scrolling {
        0% {
            -moz-transform: translateX(100%);
        }
        100% {
            -moz-transform: translateX(-100%);
        }
    }
    @-webkit-keyframes welcome-text-scrolling {
        0% {
            -webkit-transform: translateX(100%);
        }
        100% {
            -webkit-transform: translateX(-100%);
        }
    }
    @keyframes welcome-text-scrolling {
        0% {
            -moz-transform: translateX(100%);
            /* Firefox bug fix */
            -webkit-transform: translateX(100%);
            /* Firefox bug fix */
            transform: translateX(100%);
        }
        100% {
            -moz-transform: translateX(-100%);
            /* Firefox bug fix */
            -webkit-transform: translateX(-100%);
            /* Firefox bug fix */
            transform: translateX(-100%);
        }
    }
    .content-wrapper {
        background: #f4f7fa8c;
        padding: 2.5rem 2.5rem;
        width: 100%;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        padding: 10px 30px 10px 30px;
    }
    .profile-card-main .profile-logo {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        /* width: 30%; */
        display: flex;
        align-items: center;
        justify-content: center;
        background: #082633;
    }
    .profile-card-main .people-profilecard {
        width: 80%;
    }
    .profile-card-main .people-profilecard .profile-name h1 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .profile-card-main .people-profilecard .other-details h6 {
        font-size: 17px;
    }
    .profile-card-main {
        display: flex;
        padding: 25px 15px;
        margin: 15px 0px 25px 0px;
        align-items: center;
    }
    .profile-card-main .profile-logo i {
        color: white;
        font-size: 14px;
    }
    .roi-referral .profile-card-main {
        position: relative;
    }
    .roi-referral .profile-card-main .profile-logo {
        position: absolute;
        /*right: 35px;*/
    }
    .profile-card-main .people-profilecard .other-details h6 {
        margin-bottom: 0px;
    }
    .card-padding-mt {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .bankform-main .form-upper {
        line-height: 3rem;
        font-size: 16px;
        letter-spacing: 1.0px;
        font-weight: 600;
        margin-bottom: 25px;
        border-bottom: 1px solid #223035;
    }
    .main-form .form-group .bank-form-input-field {
        font-size: 13px !important;
        margin: 3px 0;
    }
}

@media screen and (min-width: 240px) and (max-width: 379px) {
    .select-gender {
        width: 50%;
        float: left;
    }
    /* khushboo */
    .welcome-text-scrolling h3 {
        color: #ffffff !important;
    }
    .profile-card-main .people-profilecard .other-details h6 {
        color: white;
    }
    .page-body-wrapper .main-panel .content-wrapper {
        /*background: #27455f !important;*/
    }
    .profile-card-main .people-profilecard .profile-name h1 {
        font-size: 30px !important;
        margin-bottom: 15px;
        color: white !important;
    }
    .profile-card-main {
        border: none !important;
        box-shadow: none !important;
    }
    .page-body-wrapper .sidebar {
        background: #27455f !important;
    }
    .container-scroller .navbar .navbar-brand-wrapper {
        background: #27455f !important;
    }
    .navbar .navbar-menu-wrapper {
        border-bottom: 2px solid #9199b37a;
        background: #27455f!important;
    }
    .navbar .navbar-menu-wrapper .navbar-toggler span~p {
        color: white;
    }
    .icon-cog:before {
        color: white;
    }
    .icon-menu:before {
        color: white;
    }
    .profile-card-main {
        display: flex;
        padding: 25px 15px;
        margin: 15px 0px 25px 0px;
        align-items: center;
        background-image: linear-gradient(449deg, #752f2f, #554291);
        /*background-image: linear-gradient(88deg, #27455f, #e2d7f3eb);*/
        border-radius: 6px;
    }
    /* end */
    .sidebar {
        background-color: #222d32 !important;
    }
    .d-none {
        display: none !important;
    }
    .navbar .navbar-brand-wrapper {
        width: 55px;
        display: none !important;
    }
    .add-bg {
        background-color: #ffffff !important;
    }
    .navbar .mob-global-logo {
        width: 100% !important;
    }
    .navbar .mob-global-logo .mob-logo-text {
        margin-right: auto;
    }
    .navbar .mob-global-logo .mob-logo-text h4 {
        color: white;
        font-size: 18px;
        padding-top: 9px;
        font-weight: bold;
        font-family: 'Antonio', sans-serif;
    }
    .navbar .navbar-menu-wrapper .navbar-toggler {
        border: 0;
        color: inherit;
        font-size: 20px;
        padding: 2px;
        border-radius: 0;
        display: flex;
        align-items: baseline;
    }
    .navbar .navbar-menu-wrapper .navbar-toggler span~p {
        padding-left: 10px;
        font-size: 20px;
    }
    .welcome-text-scrolling {
        height: 50px;
        overflow: hidden;
        position: relative;
    }
    .welcome-text-scrolling h3 {
        font-size: 25px;
        position: absolute;
        margin-bottom: 0px;
        position: absolute;
        width: 635px;
        height: 100%;
        margin: 0;
        line-height: 50px;
        text-align: center;
        /* Starting position */
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        /* Apply animation to this element */
        -moz-animation: welcome-text-scrolling 25s linear infinite;
        -webkit-animation: welcome-text-scrolling 25s linear infinite;
        animation: welcome-text-scrolling 25s linear infinite;
    }
    /* Move it (define the animation) */
    @-moz-keyframes welcome-text-scrolling {
        0% {
            -moz-transform: translateX(100%);
        }
        100% {
            -moz-transform: translateX(-100%);
        }
    }
    @-webkit-keyframes welcome-text-scrolling {
        0% {
            -webkit-transform: translateX(100%);
        }
        100% {
            -webkit-transform: translateX(-100%);
        }
    }
    @keyframes welcome-text-scrolling {
        0% {
            -moz-transform: translateX(100%);
            /* Firefox bug fix */
            -webkit-transform: translateX(100%);
            /* Firefox bug fix */
            transform: translateX(100%);
        }
        100% {
            -moz-transform: translateX(-100%);
            /* Firefox bug fix */
            -webkit-transform: translateX(-100%);
            /* Firefox bug fix */
            transform: translateX(-100%);
        }
    }
    .content-wrapper {
        background: #f4f7fa8c;
        padding: 2.5rem 2.5rem;
        width: 100%;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        padding: 10px 30px 10px 30px;
    }
    .profile-card-main .profile-logo {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        /* width: 30%; */
        display: flex;
        align-items: center;
        justify-content: center;
        background: #082633;
    }
    .profile-card-main .people-profilecard {
        width: 80%;
    }
    .profile-card-main .people-profilecard .profile-name h1 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .profile-card-main .people-profilecard .other-details h6 {
        font-size: 17px;
    }
    .profile-card-main {
        display: flex;
        padding: 25px 15px;
        margin: 15px 0px 25px 0px;
        align-items: center;
    }
    .profile-card-main .profile-logo i {
        color: white;
        font-size: 14px;
    }
    .roi-referral .profile-card-main {
        position: relative;
    }
    .roi-referral .profile-card-main .profile-logo {
        position: absolute;
        right: 35px;
    }
    .profile-card-main .people-profilecard .other-details h6 {
        margin-bottom: 0px;
    }
    .card-padding-mt {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .bankform-main .form-upper {
        line-height: 3rem;
        font-size: 16px;
        /*letter-spacing: 1.0px;*/
        /*font-weight: 600;*/
        margin-bottom: 25px;
        border-bottom: 1px solid #223035;
    }
    .main-form .form-group .bank-form-input-field {
        font-size: 13px !important;
        margin: 3px 0;
    }
}

.form-all-details {
    padding: 25px;
    border: none;
    background: rgb(255, 255, 255);
    background: #97810e94 !important;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
}

.form-all-details .form-cards .bankform-main .form-upper span {
    /*padding-left: 10px;*/
    font-size: 15px;
    color: #1a262b !important;
}

.form-all-details .form-cards .bankform-main .form-upper i {
    font-size: 15px;
}

.main-form .form-group .col-form-label {
    font-size: 12px;
}

.main-panel {
    transition: width 0.25s ease, margin 0.25s ease;
    width: 100%;
    min-height: calc(100vh - 60px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.edit-form .edit-submit {
    background: #3b4a53;
    border: none;
    padding: 10px 42px;
    box-shadow: none;
    border-radius: 20px;
    font-size: 14px;
}

.edit-form .edit-submit i {
    font-size: 14px;
}

.edit-form .edit-submit span {
    padding-left: 10px;
    text-transform: uppercase;
}

.user-edit-form .form-group label~input {
    border-radius: 30px;
    font-size: 13px;
}

.user-edit-form .form-group label {
    font-size: 12px;
}

.user-edit-form .form-group label~input::placeholder {
    font-size: 13px;
}

.delete-btn a {
    font-size: 11px;
}

.footer-form {
    border-top: 1px solid #d3dce9;
}

.footer-form .edit-submit {
    padding: 9px 17px;
}

.footer-form .edit-submit span {
    padding-left: 7px;
}

.navbar-brand-wrapper .text-logo p {
    color: white !important;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0px;
}

.sidebar-offcanvas>ul {
    padding-top: 20px;
}

.mt-60 {
    margin-top: 60px;
}


/* .add-bg {
        background-color: #222d32 !important;
    } */

.sidebar .nav:not(.sub-menu)>.nav-item:hover>.nav-link {
    border: none !important;
}

.sidebar .nav .nav-item.active>.nav-link {
    background-color: transparent !important;
}

.navbar .navbar-brand-wrapper {
    border-bottom: 2px solid grey;
}

.sidebar .nav .nav-item.active+.nav-item .nav-link {
    border: none !important;
}

.sidebar .nav .nav-item .nav-link {
    border: none !important;
}

.navbar .navbar-menu-wrapper .navbar-toggler {
    border: none !important;
}

.sidebar .nav .nav-item .nav-link .menu-title {
    padding-left: 10px !important;
}

.btn-primary,
.btn-primary:hover {
    box-shadow: none !important;
}

.bankform-main .form-wallet h3 {
    font-size: 17px;
    line-height: 34px;
    font-weight: 600;
}

.new-joining-form .form-group span.color-red {
    color: red;
}

.new-joining-form .form-check .gender-label {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
}

.new-joining-form .form-group input.accept-checkbox {
    margin: 0 15px;
}

.new-joining-form .form-group label.accept-label {
    padding-top: 3px;
    padding-left: 7px;
}

.new-joining-form .form-group select.select-input-lg {
    padding: 0.94rem 0.94rem;
    font-size: 13px;
}

.breadcrumb-div .pack-list-breadcrumb {
    background-color: transparent;
}

.breadcrumb-div .pack-list-breadcrumb li.breadcrumb-item {
    font-size: 11px;
}

.breadcrumb-div .pack-list-breadcrumb li.breadcrumb-item a {
    color: #b10dbf;
}

.breadcrumb-div .pack-list-breadcrumb li.breadcrumb-item a:hover {
    color: blue;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-size: 11px;
}

.packagelist-table table thead.bg-color {
    background-color: #008cff;
    color: white;
}

.packagelist-table table thead th {
    font-size: 13px;
}

.packagelist-table table tbody td {
    font-size: 12px;
}

.packagelist-table table tbody th {
    font-size: 12px;
}

.packagelist-table table tbody td a.btn-bg {
    color: #fff;
    background-color: #2196f3;
    border-radius: 30px;
    padding: 6px 20px;
}

.packagelist-table table tbody td a.btn-bg:hover {
    color: #fff;
    background-color: #218838;
}

.member-topup .red-wallet h4 {
    font-size: 14px;
    color: red;
}

.member-topup .form-group select.select-input-lg {
    padding: 0.94rem 0.94rem;
    font-size: 17px;
}

.edit-form .submit-btn span {
    padding: 0;
}

.next-prev-btn a.btn-bg {
    color: #fff;
    background-color: #2196f3;
    border-radius: 30px;
    padding: 10px 15px;
    font-size: 11px;
}

.next-prev-btn {
    padding-bottom: 15px;
}

.next-prev-btn a.btn-bg:hover {
    color: #fff;
    background-color: #218838;
}

.btn-outline-secondary:not(.btn-outline-light) {
    color: #666666 !important;
}

.member-topup label {
    padding-right: 15px;
}

.member-topup .red-zero h4 {
    font-size: 25px;
}

.breadcrumb-div .sub-heading h4 {
    font-size: 14px;
    font-weight: bold;
    padding-left: 13px;
    color: #1a262b !important;
}

.delete-btn {
    margin-top: 15px;
}

.table-responsive {
    white-space: nowrap;
}


/* welcome letter  */

.name-pack {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.name-pack h4 {
    font-size: 18px;
}

.welcome-letter-table table tr.well-letter-img td img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: contain;
}

.mt_img {
    margin-top: 20px;
}

.business-plan-img img {
    width: 100%;
}

.login-page .auth-form-light {
    /* background: linear-gradient(317deg, #ffc107, #ff07ec) !important; */
    background: linear-gradient(317deg, #121149, #ff07ec) !important;
    /* border-radius: 25px; */
    box-shadow: 0 1px 43px 0 #757575;
}

.focus-input100 {
    position: absolute;
    display: block;
    text-align: left;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    pointer-events: none;
    color: white;
}

.login-page .form-group {
    width: 100%;
    border-bottom: 2px solid rgba(255, 255, 255, 0.24);
    margin-bottom: 30px;
}

.login-page .validate-input input {
    outline: none;
    border: none;
    color: white;
    /* padding-left: 40px; */
}

.login-page .validate-input {
    position: relative;
    outline: none;
}

.focus-input100 i.fa-user,
.focus-input100 i.fa-lock {
    margin-top: 16px;
    padding-left: 12px;
    font-size: 18px;
}

.login-page .form-group .form-control {
    font-size: 18px !important;
}

.input100:focus {
    padding-left: 5px;
}

.input100:focus~.focus-input100 i.fa-user,
.input100:focus~.focus-input100 i.fa-lock,
.input100:not(:placeholder-shown).input100:not(:focus)~.focus-input100 i.fa-user,
.input100:not(:placeholder-shown).input100:not(:focus)~.focus-input100 i.fa-lock {
    position: absolute;
    top: -26px;
}

.input100:not(:placeholder-shown).input100:not(:focus)~.validate-input input {
    padding-left: 0;
}

.login-page .login-btn {
    background: white;
    padding: 15px 40px;
    outline: none;
    border: none;
    border-radius: 22px;
    font-size: 16px;
}

.login-page .login-btn:hover {
    background: linear-gradient( 53deg, #ffeb3b, transparent);
    transition: all .6s;
    color: white;
}

.login-page .forgot-pass {
    padding-top: 90px;
}

.login-page .forgot-pass a {
    font-size: 13px;
    color: silver;
    line-height: 1.5;
}

.login-page .forgot-pass a:hover {
    color: white;
    text-decoration: none;
    transition: .5s;
}

.login-page .remember-check {
    padding-left: 13px;
    padding-top: 0;
    padding-bottom: 35px;
}

.login-page .login-title h4 {
    font-size: 30px;
    color: white;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.login-page .form-check .form-check-label input[type="checkbox"]+.input-helper:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 2px solid white;
    background: white;
    border-width: 2px;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}

.login-page .form-group .focus-input100::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -3px;
    left: 0;
    background-color: white;
    visibility: hidden;
    width: 0px;
    transition: all 0.6s ease-in-out 0s;
}

.input100:focus~.focus-input100::before {
    width: 100%;
    visibility: visible;
}

.input100:not(:placeholder-shown).input100:not(:focus)~.focus-input100::before {
    width: 100%;
    visibility: visible;
}

.login-bg-img {
    background-image: url(https://images.rawpixel.com/image_social_landscape/cHJpdmF0ZS9sci9pbWFnZXMvd2Vic2l0ZS8yMDIzLTExL3Jhd3BpeGVsb2ZmaWNlMTVfc3RvY2tfZ3JhcGhfYW5kX3BpbGVfb2ZfbW9uZXlfYWVzdGhldGljXzkxNzUwMzgwLWQ4MDYtNGNkYy05MDA4LTViODM5MDQ2NWU5Ml8xLmpwZw.jpg);
    position: relative;
    z-index: 1;
}

.login-bg-img::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: rgba(255, 255, 255, 0.9);*/
}

.content-wrapper {
    background: none !important;
}

.form-check .form-check-label input[type="checkbox"]:checked+.input-helper:before {
    background: none !important;
    border-width: 2px !important;
}

.form-check .form-check-label input[type="checkbox"]:checked+.input-helper:after {
    width: 0 !important;
    opacity: 1;
    line-height: 18px;
}

.login-page .rem-color {
    color: white !important;
}

 ::placeholder {
    font-size: 20px;
    padding-left: 15px;
}

.input100::-webkit-input-placeholder {
    color: white !important;
}

.input100:focus::-webkit-input-placeholder {
    opacity: 0;
}


}
@media screen and (min-width: 200px) and (max-width: 379px) {
    .select-gender {
        width: 50%;
        float: left;
    }
    /* khushboo */
    
    .welcome-text-scrolling h3 {
        color: #ffffff !important;
    }
    
    .profile-card-main .people-profilecard .other-details h6 {
        color: white;
    }
    
    .page-body-wrapper .main-panel .content-wrapper {
        background: #27455f !important;
    }
    
    .profile-card-main .people-profilecard .profile-name h1 {
        font-size: 30px !important;
        margin-bottom: 15px;
        color: white !important;
    }
    
    .profile-card-main {
        border: none !important;
        box-shadow: none !important;
    }
    
    .page-body-wrapper .sidebar {
        background: #27455f !important;
    }
    
    .container-scroller .navbar .navbar-brand-wrapper {
        background: #27455f !important;
    }
    
    .navbar .navbar-menu-wrapper {
        border-bottom: 2px solid #9199b37a;
        background: #27455f!important;
    }
    
    .navbar .navbar-menu-wrapper .navbar-toggler span~p {
        color: white;
    }
    
    .icon-cog:before {
        color: white;
    }
    
    .icon-menu:before {
        color: white;
    }
    
    .profile-card-main {
        display: flex;
        padding: 25px 15px;
        margin: 15px 0px 25px 0px;
        align-items: center;
        background-image: linear-gradient(449deg, #752f2f, #554291);
        border-radius: 6px;
    }
    /* end */
    
    .sidebar {
        background-color: #222d32 !important;
    }
    
    .d-none {
        display: none !important;
    }
    
    .navbar .navbar-brand-wrapper {
        width: 55px;
        display: none !important;
    }
    
    .add-bg {
        background-color: #ffffff !important;
    }
    
    .navbar .mob-global-logo {
        width: 100% !important;
    }
    
    .navbar .mob-global-logo .mob-logo-text {
        margin-right: auto;
    }
    
    .navbar .mob-global-logo .mob-logo-text h4 {
        color: white;
        font-size: 15px;
        padding-top: 9px;
        font-weight: bold;
        font-family: 'Antonio', sans-serif;
    }
    
    .navbar .navbar-menu-wrapper .navbar-toggler {
        border: 0;
        color: inherit;
        font-size: 20px;
        padding: 2px;
        border-radius: 0;
        display: flex;
        align-items: baseline;
    }
    
    .navbar .navbar-menu-wrapper .navbar-toggler span~p {
        padding-left: 10px;
        font-size: 20px;
    }
    
    .welcome-text-scrolling {
        height: 50px;
        overflow: hidden;
        position: relative;
    }
    
    .welcome-text-scrolling h3 {
        font-size: 25px;
        position: absolute;
        margin-bottom: 0px;
        position: absolute;
        width: 635px;
        height: 100%;
        margin: 0;
        line-height: 50px;
        text-align: center;
        /* Starting position */
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        /* Apply animation to this element */
        -moz-animation: welcome-text-scrolling 25s linear infinite;
        -webkit-animation: welcome-text-scrolling 25s linear infinite;
        animation: welcome-text-scrolling 25s linear infinite;
    }
    /* Move it (define the animation) */
    
    @-moz-keyframes welcome-text-scrolling {
        0% {
            -moz-transform: translateX(100%);
        }
        100% {
            -moz-transform: translateX(-100%);
        }
    }
    
    @-webkit-keyframes welcome-text-scrolling {
        0% {
            -webkit-transform: translateX(100%);
        }
        100% {
            -webkit-transform: translateX(-100%);
        }
    }
    
    @keyframes welcome-text-scrolling {
        0% {
            -moz-transform: translateX(100%);
            /* Firefox bug fix */
            -webkit-transform: translateX(100%);
            /* Firefox bug fix */
            transform: translateX(100%);
        }
        100% {
            -moz-transform: translateX(-100%);
            /* Firefox bug fix */
            -webkit-transform: translateX(-100%);
            /* Firefox bug fix */
            transform: translateX(-100%);
        }
    }
    
    .content-wrapper {
        background: #f4f7fa8c;
        padding: 2.5rem 2.5rem;
        width: 100%;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        padding: 10px 30px 10px 30px;
    }
    
    .profile-card-main .profile-logo {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        /* width: 30%; */
        display: flex;
        align-items: center;
        justify-content: center;
        background: #082633;
    }
    
    .profile-card-main .people-profilecard {
        width: 80%;
    }
    
    .profile-card-main .people-profilecard .profile-name h1 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .profile-card-main .people-profilecard .other-details h6 {
        font-size: 16px;
    }
    
    .profile-card-main {
        display: flex;
        padding: 25px 15px;
        margin: 15px 0px 25px 0px;
        align-items: center;
    }
    
    .profile-card-main .profile-logo i {
        color: white;
        font-size: 14px;
    }
    
    .roi-referral .profile-card-main {
        position: relative;
    }
    
    .roi-referral .profile-card-main .profile-logo {
        position: absolute;
        right: 35px;
    }
    
    .profile-card-main .people-profilecard .other-details h6 {
        margin-bottom: 0px;
    }
    
    .card-padding-mt {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .bankform-main .form-upper {
        line-height: 3rem;
        font-size: 16px;
        letter-spacing: 1.0px;
        font-weight: 600;
        margin-bottom: 25px;
        border-bottom: 1px solid #223035;
    }
    
    .main-form .form-group .bank-form-input-field {
        font-size: 13px !important;
    }
    
    .form-all-details {
        padding: 25px;
        border: none;
        background: rgb(255, 255, 255);
        box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
    }
    
    .form-all-details .form-cards .bankform-main .form-upper span {
        padding-left: 10px;
        font-size: 15px;
        color: #1a262b !important;
    }
    
    .form-all-details .form-cards .bankform-main .form-upper i {
        font-size: 15px;
    }
    
    .main-form .form-group .col-form-label {
        font-size: 12px;
    }
    
    .main-panel {
        transition: width 0.25s ease, margin 0.25s ease;
        width: 100%;
        min-height: calc(100vh - 60px);
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    
    .edit-form .edit-submit {
        background: #3b4a53;
        border: none;
        padding: 10px 42px;
        box-shadow: none;
        border-radius: 20px;
        font-size: 14px;
    }
    
    .edit-form .edit-submit i {
        font-size: 14px;
    }
    
    .edit-form .edit-submit span {
        padding-left: 10px;
        text-transform: uppercase;
    }
    
    .user-edit-form .form-group label~input {
        border-radius: 30px;
        font-size: 13px;
    }
    
    .user-edit-form .form-group label {
        font-size: 12px;
    }
    
    .user-edit-form .form-group label~input::placeholder {
        font-size: 13px;
    }
    
    .delete-btn a {
        font-size: 11px;
    }
    
    .footer-form {
        border-top: 1px solid #d3dce9;
    }
    
    .footer-form .edit-submit {
        padding: 9px 17px;
    }
    
    .footer-form .edit-submit span {
        padding-left: 7px;
    }
    
    .navbar-brand-wrapper .text-logo p {
        color: white !important;
        text-align: center;
        font-size: 16px;
        margin-bottom: 0px;
    }
    
    .sidebar-offcanvas>ul {
        padding-top: 20px;
    }
    
    .mt-60 {
        margin-top: 60px;
    }
    /* .add-bg {
        background-color: #222d32 !important;
    } */
    
    .sidebar .nav:not(.sub-menu)>.nav-item:hover>.nav-link {
        border: none !important;
    }
    
    .sidebar .nav .nav-item.active>.nav-link {
        background-color: transparent !important;
    }
    
    .navbar .navbar-brand-wrapper {
        border-bottom: 2px solid grey;
    }
    
    .sidebar .nav .nav-item.active+.nav-item .nav-link {
        border: none !important;
    }
    
    .sidebar .nav .nav-item .nav-link {
        border: none !important;
    }
    
    .navbar .navbar-menu-wrapper .navbar-toggler {
        border: none !important;
    }
    
    .sidebar .nav .nav-item .nav-link .menu-title {
        padding-left: 10px !important;
    }
    
    .btn-primary,
    .btn-primary:hover {
        box-shadow: none !important;
    }
    
    .bankform-main .form-wallet h3 {
        font-size: 17px;
        line-height: 34px;
        font-weight: 600;
    }
    
    .new-joining-form .form-group span.color-red {
        color: red;
    }
    
    .new-joining-form .form-check .gender-label {
        font-size: 13px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 0;
    }
    
    .new-joining-form .form-group input.accept-checkbox {
        margin: 0 15px;
    }
    
    .new-joining-form .form-group label.accept-label {
        padding-top: 3px;
        padding-left: 7px;
    }
    
    .new-joining-form .form-group select.select-input-lg {
        padding: 0.94rem 0.94rem;
        font-size: 13px;
    }
    
    .breadcrumb-div .pack-list-breadcrumb {
        background-color: transparent;
    }
    
    .breadcrumb-div .pack-list-breadcrumb li.breadcrumb-item {
        font-size: 11px;
    }
    
    .breadcrumb-div .pack-list-breadcrumb li.breadcrumb-item a {
        color: #b10dbf;
    }
    
    .breadcrumb-div .pack-list-breadcrumb li.breadcrumb-item a:hover {
        color: blue;
        text-decoration: none;
    }
    
    .breadcrumb-item+.breadcrumb-item::before {
        font-size: 11px;
    }
    
    .packagelist-table table thead.bg-color {
        background-color: #008cff;
        color: white;
    }
    
    .packagelist-table table thead th {
        font-size: 13px;
    }
    
    .packagelist-table table tbody td {
        font-size: 12px;
    }
    
    .packagelist-table table tbody th {
        font-size: 12px;
    }
    
    .packagelist-table table tbody td a.btn-bg {
        color: #fff;
        background-color: #2196f3;
        border-radius: 30px;
        padding: 6px 20px;
    }
    
    .packagelist-table table tbody td a.btn-bg:hover {
        color: #fff;
        background-color: #218838;
    }
    
    .member-topup .red-wallet h4 {
        font-size: 14px;
        color: red;
    }
    
    .member-topup .form-group select.select-input-lg {
        padding: 0.94rem 0.94rem;
        font-size: 17px;
    }
    
    .edit-form .submit-btn span {
        padding: 0;
    }
    
    .next-prev-btn a.btn-bg {
        color: #fff;
        background-color: #2196f3;
        border-radius: 30px;
        padding: 10px 15px;
        font-size: 11px;
    }
    
    .next-prev-btn {
        padding-bottom: 15px;
    }
    
    .next-prev-btn a.btn-bg:hover {
        color: #fff;
        background-color: #218838;
    }
    
    .btn-outline-secondary:not(.btn-outline-light) {
        color: #666666 !important;
    }
    
    .member-topup label {
        padding-right: 15px;
    }
    
    .member-topup .red-zero h4 {
        font-size: 25px;
    }
    
    .breadcrumb-div .sub-heading h4 {
        font-size: 14px;
        font-weight: bold;
        padding-left: 13px;
        color: #1a262b !important;
    }
    
    .delete-btn {
        margin-top: 15px;
    }
    
    .table-responsive {
        white-space: nowrap;
    }
    /* welcome letter  */
    
    .name-pack {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .name-pack h4 {
        font-size: 18px;
    }
    
    .welcome-letter-table table tr.well-letter-img td img {
        width: 100%;
        height: 100%;
        border-radius: 0;
        object-fit: contain;
    }
    
    .mt_img {
        margin-top: 20px;
    }
    
    .business-plan-img img {
        width: 100%;
    }
    
    .login-page .auth-form-light {
        /* background: linear-gradient(317deg, #ffc107, #ff07ec) !important; */
        background: linear-gradient(317deg, #121149, #ff07ec) !important;
        /* border-radius: 25px; */
        box-shadow: 0 1px 43px 0 #757575;
    }
    
    .focus-input100 {
        position: absolute;
        display: block;
        text-align: left;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        pointer-events: none;
        color: white;
    }
    
    .login-page .form-group {
        width: 100%;
        border-bottom: 2px solid rgba(255, 255, 255, 0.24);
        margin-bottom: 30px;
    }
    
    .login-page .validate-input input {
        outline: none;
        border: none;
        color: white;
        /* padding-left: 40px; */
    }
    
    .login-page .validate-input {
        position: relative;
        outline: none;
    }
    
    .focus-input100 i.fa-user,
    .focus-input100 i.fa-lock {
        margin-top: 16px;
        padding-left: 12px;
        font-size: 18px;
    }
    
    .login-page .form-group .form-control {
        font-size: 18px !important;
    }
    
    .input100:focus {
        padding-left: 5px;
    }
    
    .input100:focus~.focus-input100 i.fa-user,
    .input100:focus~.focus-input100 i.fa-lock,
    .input100:not(:placeholder-shown).input100:not(:focus)~.focus-input100 i.fa-user,
    .input100:not(:placeholder-shown).input100:not(:focus)~.focus-input100 i.fa-lock {
        position: absolute;
        top: -26px;
    }
    
    .input100:not(:placeholder-shown).input100:not(:focus)~.validate-input input {
        padding-left: 0;
    }
    
    .login-page .login-btn {
        background: white;
        padding: 15px 40px;
        outline: none;
        border: none;
        border-radius: 22px;
        font-size: 16px;
    }
    
    .login-page .login-btn:hover {
        background: linear-gradient( 53deg, #ffeb3b, transparent);
        transition: all .6s;
        color: white;
    }
    
    .login-page .forgot-pass {
        padding-top: 90px;
    }
    
    .login-page .forgot-pass a {
        font-size: 13px;
        color: silver;
        line-height: 1.5;
    }
    
    .login-page .forgot-pass a:hover {
        color: white;
        text-decoration: none;
        transition: .5s;
    }
    
    .login-page .remember-check {
        padding-left: 13px;
        padding-top: 0;
        padding-bottom: 35px;
    }
    
    .login-page .login-title h4 {
        font-size: 30px;
        color: white;
        line-height: 1.2;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
    }
    
    .login-page .form-check .form-check-label input[type="checkbox"]+.input-helper:before {
        content: "";
        width: 18px;
        height: 18px;
        border-radius: 2px;
        border: 2px solid white;
        background: white;
        border-width: 2px;
        -webkit-transition: all;
        -moz-transition: all;
        -ms-transition: all;
        -o-transition: all;
        transition: all;
        transition-duration: 0s;
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms;
    }
    
    .login-page .form-group .focus-input100::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -3px;
        left: 0;
        background-color: white;
        visibility: hidden;
        width: 0px;
        transition: all 0.6s ease-in-out 0s;
    }
    
    .input100:focus~.focus-input100::before {
        width: 100%;
        visibility: visible;
    }
    
    .input100:not(:placeholder-shown).input100:not(:focus)~.focus-input100::before {
        width: 100%;
        visibility: visible;
    }
    
    .login-bg-img {
        background-image: url(../images/new-images/bg-01.jpg);
        position: relative;
        z-index: 1;
    }
    
    .login-bg-img::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.9);
    }
    
    .content-wrapper {
        background: none !important;
    }
    
    .form-check .form-check-label input[type="checkbox"]:checked+.input-helper:before {
        background: none !important;
        border-width: 2px !important;
    }
    
    .form-check .form-check-label input[type="checkbox"]:checked+.input-helper:after {
        width: 0 !important;
        opacity: 1;
        line-height: 18px;
    }
    
    .login-page .rem-color {
        color: white !important;
    }
    
     ::placeholder {
        font-size: 20px;
        padding-left: 15px;
    }
    
    .input100::-webkit-input-placeholder {
        color: white !important;
    }
    
    .input100:focus::-webkit-input-placeholder {
        opacity: 0;
    }
}
.profile-card-main .icon-main {
    position: absolute;
    top: -17%;
    left: 38%;
}
/* .profile-card-main {
    background-image: url(https://zenix.dexignzone.com/angular/demo/assets/images/card/card1.jpg);
} */
.row-margin-mt {
    margin-top: 80px;
}
.form-group label {
    color: #000000 !important;
}
.print-btns {
    width: 100%;
    background: #2196f3;
    border: none;
}
.packagelist-table table tbody tr th,
.packagelist-table table tbody tr td {
    color: black;
}
.breadcrumb-item.active {
    color: white !important;
}
.pagination {
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.btn-outline-secondary:not(.btn-outline-light) {
    color: #fff !important;
}
.form-all-details .btn-drawl {
    background: #2196f3;
    color: white;
    display: inline-block;
    padding: 13px 50px;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
}
.auth .brand-logo img {
    width: 100px !important;
    object-fit: contain !important;
}
.login-page .brand-logo .logo-circle {
    display: flex;
    border-radius: 50% !important;
    justify-content: center !important;
}
.signup-heading {
    color: white;
}
.message-status .success-msg {
    color: #270;
    background-color: #DFF2BF;
}
.message-status .error-msg {
    color: #D8000C;
    background-color: #FFBABA;
}
.increment-form .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    /*margin-top: 25px;*/
}
.increment-form .quantity__minus,
.increment-form .quantity__plus {
    display: block;
    width: 45px;
    height: 40px;
    margin: 0;
    background: #dee0ee;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    font-size: 31px;
}
.increment-form .quantity__minus:hover,
.increment-form .quantity__plus:hover {
    background: #575b71;
    color: #fff;
}
.increment-form .quantity__minus {
    border-radius: 3px 0 0 3px;
}
.increment-form .quantity__plus {
    border-radius: 0 3px 3px 0;
}
.increment-form .quantity__input {
    text-align: center;
    border-top: 2px solid #dee0ee;
    border-bottom: 2px solid #dee0ee;
    border-left: 1px solid #dee0ee;
    border-right: 2px solid #dee0ee;
    background: #fff;
    color: #8184a1;
}
.increment-form .quantity__minus:link,
.increment-form .quantity__plus:link {
    color: #8184a1;
}
.increment-form .quantity__minus:visited,
.increment-form .quantity__plus:visited {
    color: #fff;
}
.h-45 {
    height: 48px !important;
}
.form-all-details .form-cards .bankform-main .form-upper span {
    color: #ffffff !important;
}