.page_banner-2 {
    background-image: linear-gradient(#103872, #ffffffbe);
    height: 300px;
    display: flex;
    align-items: center;
}

.profile-sidebar {
    background-color: #fff;
    box-shadow: 0px 0px 10px #e7e7e7;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
}

.profile-titile {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.profile-titile img {
    width: 50%;
    margin: auto;
}

.sidebar-options {
    width: 100%;
    text-align: left;
    padding: 10px 30px;
}

.sidebar-options ul li {
    padding: 10px;
}

.profile-main {
    background-color: #fff;
    box-shadow: 0px 0px 10px #e7e7e7;
    padding: 15px 20px;
    border-radius: 10px;
    height: 100%;
}

.profile-main-title h2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

.profile-title h2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px;
}

.dark-profile-line {
    height: 2px;
    background-color: #26377E;
    width: 30%;
}

.dark-profile-full-line {
    height: 2px;
    background-color: #26377E;
    width: 130%;
}

.profile-main {
    display: flex;
    flex-direction: column;
}

.profile-detail-box .profile-box {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: rgba(0 0 0 / 11%) 0 1.2px 7.7px 0;
    padding: 17px;
    border-radius: 12px;
    margin: 15px 0px;
    align-items: center;
    min-height: 60px;
}

.profile-detail-box .profile-box h2 {
    font-size: 15px;
    font-weight: 500;
    color: #2C2C2C;
    margin: 0;
}

.profile-detail-box .profile-box h3 {
    font-size: 15px;
    font-weight: 500;
    color: #26377E;
    margin: 0;
}

.profile-detail-box .form-switch .form-check-input {
    width: 3em;
}

.form-profile-box {
    display: flex;
    flex-direction: column;
    margin: 10px 0px;
}

.form-profile-box .profile-name-sec {
    padding: 10px !important;
    margin-left: 0px;
    border-radius: 8px;
    border: 1px solid #dddddd;
}

.profile-btn {
    background-color: #26377E;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border: 1px solid transparent;
    padding: 10px 20px;
    border-radius: 8px;
}

.documents-box {
    display: flex;
    flex-direction: column;
}

.doc-box {
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(0 0 0 / 11%) 0 1.22px 7.07px 0;
    border-radius: 10px;
    padding: 10px 0px;
    margin-bottom: 30px;
}

.doc-box .doc-box-title {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 10px;
    align-items: center;
}

.doc-box-title h3 {
    font-size: 15px;
    font-weight: 500;
    padding: 0px;
    color: #808080;
    margin: 0;
}

.edit-ico {
    min-width: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.doc-box .doc-box-details p {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
    padding: 0 20px;
    color: #2C2C2C;
}

.doc-box .doc-box-details hr {
    height: 1px;
    margin: 10px 0;
    background-color: #D9D9D9;
    opacity: 1;
}

.profile-main-title-2 {
    display: flex;
    justify-content: space-between;
}

.profile-main-title-2 .add-ic {
    background-color: #fff;
    box-shadow: 0px 0px 10px #cfcfcf;
    border-radius: 5px;
    align-items: center;
    display: flex;
    padding: 2px;
    width: 35px;
    height: 35px;
}

.right-ic-co-traveller {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 50px;
}

.right-ic-co-traveller .right-ico {
    background-color: #fff;
    padding: 8px;
    box-shadow: 0px 0px 10px #dfdfdf;
    border-radius: 8px;
    margin: 2px 5px;
}

.document-type {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.drop-document {
    padding: 10px 30px;
    width: 100%;
    text-align: left;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 10px;
    position: relative;
}

.drop-document .dropdown-menu.show {
    display: block;
    position: relative;
    transform: 0px;
}

.document-type .dropdown-menu.show {
    width: 100%;
    display: block;
    overflow: hidden;
}

.passport-info {
    width: 70%;
    background-color: #fff;
    box-shadow: 0px 0px 10px #d2d2d2;
    padding: 10px 15px;
    border-radius: 8px;
    margin: 20px 0;
}

.profile-add-btn {
    width: 70%;
}

.add-form .profile-name-sec {
    padding: 10px !important;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #131313;
    margin-bottom: 20px;
}

.profile-btn-2 {
    background-color: #26377E;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border: 1px solid transparent;
    padding: 10px 20px;
    border-radius: 8px;
    width: 100%;
}

.drop-document::after {
    content: '\f107';
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 20px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    color: #c09629;
}

.drop-document-2 {
    padding: 10px 30px;
    width: 100%;
    text-align: left;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 10px;
    position: relative;
}

.drop-document-2 .dropdown-menu.show {
    display: block;
    position: relative;
    transform: 0px;
}

.drop-document-2::after {
    content: '\f107';
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 20px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    color: #c09629;
}

.add-frquent-box .profile-name-sec {
    padding: 10px !important;
    margin-left: 0px;
    border-radius: 8px;
    border: 1px solid #dddddd;
    width: 100%;
}

.profile-btn-3 {
    background-color: #26377E;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border: 1px solid transparent;
    padding: 10px 20px;
    border-radius: 8px;
    width: 100%;
    margin-top: 30px;
}

.flight-desc h3 {
    font-size: 20px;
    padding-left: 0px;
}

.profile-add-btn-2 {
    width: 50%;
}

.sidebar-options a {
    color: #000 !important;
}

.personal-det-travel {
    display: flex;
    flex-direction: column;
    position: relative;
}

.personal-det-travel .name-sec {
    padding: 15px;
    border-radius: 8px;
    padding: 15px !important;
    border: 2px solid #d3d0d0;
    margin-bottom: 20px;
}

.drop-document-3 {
    padding: 15px 15px;
    width: 100%;
    text-align: left;
    background-color: transparent;
    border: 1px solid #d3d0d0;
    border-radius: 10px;
    position: relative;
}

.drop-document-3 .dropdown-menu.show {
    display: block;
    position: relative;
    transform: 0px;
}

.drop-document-3::after {
    content: '\f107';
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 20px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    color: #c09629;
}

.drop-document-4.dropdown-menu.show {
    width: 100% !important;
}

.personal-inf {
    box-shadow: 0px 0px 10px #e8e8e8;
    padding: 15px;
    border-radius: 10px;
}

.personal-inf h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.doc-box h4 {
    font-size: 18px;
    color: #a3a3a3;
}

.reward-box {
    background-color: #fff;
    box-shadow: 0px 0px 10px #d2d2d294;
    padding: 15px;
    border-radius: 10px;
    margin: 15px 0px;
    display: flex;
    column-gap: 15px;
    position: relative;
}

.reward-text h4 {
    text-align: left;
    padding: 0px;
    font-size: 15px;
    font-weight: 800;
    margin: 0;
}

.reward-text p {
    text-align: left;
    padding: 0;
    margin: 10px 0px;
    font-size: 13px;
    color: #686A69;
    font-weight: 500;
}

.reward-text h5 {
    font-size: 16px;
    font-weight: 800;
    color: #26377E;
    padding: 0px;
    margin: 0px;
}

.reward-text a {
    font-size: 14px;
    font-weight: 800;
    color: #BB953C;
    text-decoration: underline !important;
}

.reward-text span {
    color: #BB953C;
    font-weight: 500;
    font-size: 14px;
}

.reward-box .btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.request-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
    border-radius: 12px;
    box-shadow: rgba(0 0 0 / 11%) 0 1.2px 7.7px 0;
    margin-bottom: 20px;
    min-height: 87px;
}

.request-left h3 {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    color: #808080;
    padding: 0;
    margin: 0 0 5px 0;
}

.request-left p {
    text-align: left;
    font-size: 15px;
    color: #2C2C2C;
    padding: 0;
    font-weight: 500;
    margin: 0;
}

.request-right h3 {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    color: #808080;
    padding: 0;
    margin: 0 0 5px 0;
}

.request-right span {
    color: #38BC4F;
}

.request-right p {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    color: #808080;
    padding: 0;
    margin: 0 0 5px 0;
}

.request-right span.close {
    color: #E84236;
}

.personal-det-travel .text-name-sec {
    padding: 15px;
    border-radius: 8px;
    padding: 15px !important;
    border: 2px solid #d3d0d0;
    margin-bottom: 20px;
}

.upload-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 105px;
    border: 1px dashed #aaa4a4;
    border-radius: 8px;
    position: relative;
}

input.file-sec {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload-area p {
    font-size: 1.1rem;
    font-weight: 600;
}

.upload-area label {
    cursor: pointer;
}

.upload-area label input {
    display: none;
}

.upload-area label span {
    position: relative;
    width: 60px;
    height: 60px;
    border: 1px dashed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s;
}

.upload-area label span i {
    position: absolute;
    font-size: 25px;
}

.upload-area label span:hover {
    transform: scale(0.8);
}

.profile-btn-full {
    width: 100%;
    background-color: #243f8d;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
}

.right-cards p {
    color: #BB953C;
    font-weight: 800;
    font-size: 18px;
    cursor: pointer;
}

.card-inner-box {
    background-image: linear-gradient(to right, #26377E, #223BA5);
    padding: 20px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px #1446da6c;
}

.card-inner-box .card-inner-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-inner-text .expiry {
    display: flex;
    justify-content: start;
    gap: 40px;
    padding-left: 0px;
    color: #fff;
}

.card-inner-title h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    padding: 0;
}

.card-inner-text h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 20px 0px;
}

.card-inner-text .expiry p {
    margin-bottom: 0px;
    color: #fff;
}

.card-inner-title .card-btn {
    background-color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
    font-weight: 600;
    color: #26377E;
    border: none;
    font-size: 14px;
}

.card-inner-title .card-del {
    border: 0;
    border-radius: 50%;
    font-size: 16px;
    width: 35px;
    height: 35px;
    color: #FF400D;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.card-detail-text .check-saved p {
    margin-bottom: 0px;
    margin: 15px 0px;
}

.card-check input:checked .check-card {
    background-color: red;
}

.personal-det-travel-2 {
    position: relative;
    width: 100% !important;
}

.personal-det-travel-2 .name-sec {
    padding: 15px;
    border-radius: 8px;
    padding: 15px !important;
    border: 2px solid #d3d0d0;
    margin-bottom: 20px;
}

.document-drop {
    position: relative;
    width: 100% !important;
}

.sidebar-options ul li:hover {
    color: #243f8d;
    cursor: pointer;
    transition: .5s;
}

.terms-content h3 {
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin: 0;
}

.terms-content p {
    margin: 0;
    text-align: justify;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 24px;
    color: #555555;
}

.notify-title h2 {
    font-size: 18px;
}

.notify-box {
    display: flex;
    justify-content: space-between;
    background-color: #dfdfdf82;
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: 0px 0px 5px #dbdbdb;
}

.notify-box-text h3 {
    padding: 5px 0px !important;
    font-size: 18px;
}

.notify-box-text p {
    margin-bottom: 0px;
}

.notify-box {
    margin-bottom: 15px;
}

.delete-acc-form h3 {
    padding: 0;
    font-size: 20px;
    font-weight: 600;
}

.delete-acc-form textarea {
    border-radius: 10px;
    border: 2px solid #c8c3c3;
    padding: 10px;
    width: 100%;
}

.news-switch-input {
    padding: 12px 12px;
}

.news-switch-input:checked {
    background-color: #4CAF50 !important;
    border-color: #4CAF50 !important;
}

.usa-flag {
    height: 100%;
    display: flex;
    align-items: center;
}

.lang {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
    color: #204389;
    font-size: 15px;
    font-weight: 500;
}

.push-notify-title {
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #dbdbdb;
    border-radius: 10px;
}

a.cursor-pointer {
    cursor: pointer;
    color: #BB953C;
    font-size: 16px;
    font-weight: 700;
}

.add_new_card_modal form .modal-content {
    border-radius: 26px !important;
}

.add_new_card_modal form .modal-header {
    border: 0 !important;
    padding-bottom: 0 !important;
}

.add_new_card_modal form .modal-title {
    font-size: 18px !important;
    line-height: 28px !important;
    color: #2C2C2C !important;
    font-weight: 800 !important;
}

.add_new_card_modal form .modal-header .btn-close {
    position: absolute ;
    right: 20px;
    top: 14px;
    opacity: 1;
    background-color: #fff;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
}

.add_new_card_modal form .form-label {
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #898A8D !important;
}

.add_new_card_modal form .form-control {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #16182D !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-color: #747474 !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
}

.add_new_card_modal form .form-check label {
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
    color: #747474 !important;
}

.add_new_card_modal form .form-check .form-check-input {
    margin-top: 5px !important;
}

.add_ic .add_btn {
    box-shadow: rgba(0 0 0 / 13%) 0 0.84px 2px 0;
    border-radius: 8px;
    padding: 8px 10px 6px;
    color: #c09629;
    font-size: 15px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    gap: 5px;
}

.setting-box {
    background-color: #fff;
    box-shadow: rgba(0 0 0 / 11%) 0 1.2px 7.7px 0;
    padding: 15px;
    border-radius: 12px;
}

.setting-box a.chng-btn {
    position: absolute;
    top: 60px;
    right: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #BB953C;
}

.setting-box .auth_inner {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.setting-box .left_side h6 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: #2C2C2C;
    margin: 0;
}

.setting-box .left_side p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #808080;
    margin: 0;
}

.setting-box .auth_inner .form-switch .form-check-input {
    width: 3em;
}

.setting-box .auth_inner .setup_btn {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #BB953C;
    margin: 0;
}

.setting-box .noti-check {
    display: flex;
    align-items: center;
    column-gap: 35px;
    row-gap: 10px;
    flex-wrap: wrap;
    padding: 15px 10px;
}

.setting-box .noti-check .form-check-input[type=checkbox] {
    border-radius: 0.25em;
    width: 18px;
    height: 18px;
    border-color: #666666;
    border-width: 2px;
}

.setting-box .noti-check .form-check-input:checked[type=checkbox] {
    background-image: url("../images/check-ic.svg");
    background-color: transparent !important;
    border-color: #c09629 !important;
}

.setting-box .noti-check .form-check-label {
    font-size: 15px;
    line-height: 27px;
    color: #2C2C2C;
    font-weight: 500;
}

.currency_box {
    margin-bottom: 30px;
}

.currency_box .currency_inner .form-check.currency_check {
    display: flex;
    align-items: center;
    gap: 10px;
}

.currency_box .currency_inner .form-check.currency_check .form-check-input {
    margin-top: 0;
    width: 18px;
    height: 18px;
    border-color: #808080;
    border-width: 1px;
    position: relative;
}

.currency_box .currency_inner .form-check.currency_check .form-check-input:checked~.form-check-label {
    color: #BB953C;
}

.currency_box .currency_inner .form-check.currency_check .form-check-input:checked[type=radio] {
    background-image: url("../images/radio-2.png");
    background-color: transparent !important;
    border: 0;
    background-size: 20px 20px;
}

.currency_box .currency_inner .form-check.currency_check .form-check-label {
    font-size: 15px;
    line-height: 25px;
    color: #808080;
    font-weight: 400;
}

.currency_box .currency_inner .form-check.currency_check .form-check-label .label_inr {
    font-weight: 500;
    margin-left: 25px;
}

.profile-right-side .lang_box {
    width: 100%;
    height: 185px;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0 0 0 / 11%) 0 0 5px 0;
}

.profile-right-side .lang_box .form-check-input {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
    background: none !important;
    border-radius: 12px;
    border-width: 1px;
    border-color: #fff;
}

.profile-right-side .lang_box .form-check-input:checked {
    border-color: #C09629 !important;
}

.profile-right-side .lang_box .lang_cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.profile-right-side .lang_box .lang_cont h6 {
    font-size: 15px;
    line-height: 25px;
    color: #000;
    font-weight: 500;
    margin: 20px 0 0;
}


.profile-right-side .tottal_bal_wrap {
    width: 100%;
    height: 239px;
    background-color: #EBEFFF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-right-side .tottal_bal_wrap .total_cont {
    text-align: center;
}

.profile-right-side .tottal_bal_wrap .total_cont h6 {
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
    color: #808080;
    margin: 0;
    padding: 10px 0 5px;
}

.profile-right-side .tottal_bal_wrap .total_cont p {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    color: #BB953C;
    margin: 0;
}

.wallet_tabs .nav-tabs {
    border: 0;
    position: relative;
}

.wallet_tabs .nav-tabs:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #EBEFFF;
    width: 100%;
    height: 3px;
    border-radius: 20px;
}

.wallet_tabs .nav-tabs .nav-link {
    width: 50%;
    font-size: 15px;
    font-weight: 500;
    color: #000 !important;
    border: 0;
    border-bottom: 3px solid #EBEFFF;
    position: relative;
}

.wallet_tabs .nav-tabs .nav-link.active,
.wallet_tabs .nav-tabs .nav-item.show .nav-link,
.wallet_tabs .nav-tabs .nav-link:hover,
.wallet_tabs .nav-tabs .nav-link:focus {
    background-color: #fff;
    border: 0;
    border-bottom: 3px solid transparent;
}

.wallet_tabs .nav-tabs .nav-link.active:before,
.wallet_tabs .nav-tabs .nav-item.show .nav-link:before,
.wallet_tabs .nav-tabs .nav-link:hover:before,
.wallet_tabs .nav-tabs .nav-link:focus:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #BB953C;
    width: 100%;
    height: 3px;
    border-radius: 20px;
    z-index: 9;
}


.custom_table table {
    width: 100%;
}

.custom_table table tr th,
.custom_table table tr td {
    padding: 15px;
    font-size: 12px;
    line-height: 22px;
    color: #212529;
    font-weight: 400;
    border: 1px solid #CED4DA;
}

.custom_table table tr th {
    color: #26377E;
    font-weight: 700;
}

.custom_table table tr td .action_btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.custom_table table tr th:first-child {
    border-top-left-radius: 4px;
}

.custom_table table tr th:last-child {
    border-top-right-radius: 4px;
}

.custom_table table tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

.custom_table table tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

.profile-right-side .contact_box {
    padding: 0 20px;
}

.profile-right-side .contact_box .conact_box_inner {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    margin-bottom: 20px;
}

.profile-right-side .contact_box.child_2 {
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
}

.profile-right-side .contact_box .icon img {
    width: 50px;
}

.profile-right-side .contact_box h6 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: #2C2C2C;
    margin: 0;
}

.profile-right-side .contact_box p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #808080;
    margin: 0;
}

.profile-right-side .contact-form form .form-group input[type="file"] {
    padding: 0 10px !important;
    line-height: 50px !important;
}

.profile-right-side .p_detail_box {

    display: flex;
    align-items: center;
    justify-content: start;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgba(0 0 0 / 11%) 0 1.22px 7.07px 0;
    margin-bottom: 20px;
    gap: 10px;
}

.profile-right-side .p_detail_box h6 {
    font-size: 12px;
    line-height: 23px;
    color: #2C2C2C;
    font-weight: 500;
    margin: 0;
}

.profile .info_box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background-color: #fff;
    text-align: center;
}

.profile .info_box h4 {
    font-size: 26px;
    line-height: 26px;
    color: #BB953C;
    font-weight: 700;
    margin: 0;
    padding: 15px 0 10px;
}

.profile .info_box p {
    font-size: 15px;
    line-height: 25px;
    color: #2C2C2C;
    font-weight: 500;
    margin: 0;
}

.profile .info_box.child_2 {
    border-left: 3px solid rgb(38 55 126 / 25%);
    border-right: 3px solid rgb(38 55 126 / 25%);
}

.sub_pera {
    font-size: 15px;
    line-height: 25px;
    color: #808080;
    font-weight: 500;
    margin: 0;
}

.dashboard_menu_area ul li a .icon {
    width: 25px;
    display: inline-block;
}

.dashboard_menu_area ul li a.active .icon svg path {
    fill: var(--dark-blue1);
}

.card-payment-wrapper::-webkit-scrollbar {
    display: none;
}