@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
body {
    font-family: 'Rubik', sans-serif !important;
}

a {
    text-decoration: none;
}

header img {
    max-width: 200px;
    width: 100%;
    object-fit: cover;
}

main.section-wrap {
    padding-bottom: 60px;
}

.card-header {
    background: #C02A2C;
    color: #fff;
}

.card-header h4 {
    font-size: 20px;
    max-width: 265px;
    margin: 0 auto;
}

.card-footer {
    border: none;
}

.card {
    position: relative;
    border: none;
}


/* ---------- check box design ------------ */

.main-section .card-body {
    padding: 0;
}

.main-section .card-body .form-check {
    border-bottom: 1px solid #b7bbc0;
    margin-bottom: 0;
    padding: 0;
}

.main-section .card-body .form-check:hover {
    background-color: #c02a2c;
}

.main-section .card-body .form-check:hover .form-check-label {
    color: #fff;
}

.main-section .card-body .form-check .form-check-input:checked+label {
    background-color: #c02a2c;
    color: #fff;
    width: 100%;
}

.main-section .card-body .form-check .form-check-label {
    padding: 10px 12px 10px 3.4rem;
}

.main-section .card-body .form-check:hover .form-check-input:not(:checked)+label:before,
.main-section .card-body .form-check:hover .form-check-input:checked+label:before {
    color: #fff;
}

.main-section .card-body .form-check:hover .form-check-input:not(:checked)+label:before {
    border: 1px solid #fff;
    background: transparent;
}

.main-section .card-body .form-check:last-child {
    border-bottom: none;
}

.main-section .card-body .form-check-input {
    position: absolute;
    display: none;
}

.main-section .card-body .form-check-input:not(:checked)+label,
.main-section .card-body .form-check-input:checked+label {
    position: relative;
    cursor: pointer;
}

.main-section .card-body .form-check-input:not(:checked)+label:before,
.main-section .card-body .form-check-input:checked+label:before {
    content: "";
    position: absolute;
    left: 25px;
    top: 13px;
    width: 1em;
    height: 1em;
    border: 1px solid #c02a2c;
    background: transparent;
}

.main-section .card-body .form-check-input:not(:checked)+label:after,
.main-section .card-body .form-check-input:checked+label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
}

.main-section .card-body .form-check-input:not(:checked)+label:before {
    transform: rotate(0deg);
    transition: all 0.25s;
}

.main-section .card-body .form-check-input:checked+label:before {
    width: 0.6em;
    height: 1.25em;
    left: 30px;
    top: 6px;
    transform: rotate(40deg);
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.2s;
}

.shake {
    -webkit-animation: kf_shake 0.4s 1 linear;
}

@-webkit-keyframes kf_shake {
    0% {
        -webkit-transform: translate(30px);
    }
    20% {
        -webkit-transform: translate(-30px);
    }
    40% {
        -webkit-transform: translate(15px);
    }
    60% {
        -webkit-transform: translate(-15px);
    }
    80% {
        -webkit-transform: translate(8px);
    }
    100% {
        -webkit-transform: translate(0px);
    }
}

.card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    box-shadow: 1px 1px 1px rgb(255 255 255);
    width: 0;
    border-width: 24px;
    border-color: #FFF rgb(192 42 44) rgb(192 42 44)#FFF;
    border-radius: 0 0 5px 0;
    transition: border-width .2s;
    transform: rotate(90deg);
}

.card:hover {
    border-radius: 5px;
    transition-delay: .1s;
}

.card:hover:before {
    border-width: 0px;
}

.header-section {
    padding: 5px 0 !important;
    position: relative;
    background-image: url('../images/header-magzin.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.header-section img {
    max-width: 200px;
    width: 100%;
    object-fit: cover;
}

.header-section h2 {
    color: #fff;
    font-size: 35px;
}

.header-section .img2 {
    max-width: 155px;
    width: 100%;
    object-fit: cover;
}

.main-section .subscription-title {
    text-align: center;
    margin-bottom: 40px;
}

.subscription-title ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    min-width: 600px;
}

.subscription-title ul li {
    margin-right: 10px;
}

.main-section h2 {
    color: #c02a2c;
    font-weight: 700;
}

.main-section .col-lg-4 .card {
    background: #eee2e2;
}

.main-section .col-lg-4:nth-child(2) .card {
    background: rgb(226, 238, 235);
}

.main-section .col-lg-4:nth-child(3) .card {
    background: #e2e8ee;
}

.main-section .col-lg-4:nth-child(4) .card {
    background: #eeece2;
}

.main-section .col-lg-4:nth-child(5) .card {
    background: #e2e8ee;
}

.section-wrap h3 {
    text-align: center;
}

.form-conatiner {
    max-width: 800px;
    width: 100%;
    margin: 0px auto;
    display: block;
}

.gg-box {
    border-radius: 6px;
}

h3.gg-box-title {
    text-align: left;
    font-size: 16px;
    padding: 10px;
    background: #cd0710;
    color: #fff;
    border-radius: 6px 6px 0 0;
}

.gg-box-body {
    padding: 20px;
}

.same-address {
    margin: 15px 0px;
}

.subscription-id-block {
    background: #fffcc0;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.subscription-id-block p {
    margin-bottom: 0;
}

.subscription-id-block h2 {
    background: #cd0710;
    color: #fff;
    font-size: 16px;
    padding: 10px;
}

.form-conatiner .btn {
    background: #BD0415;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    padding: 8px 20px;
    max-width: 180px;
    width: 100%;
    text-transform: capitalize;
}

.form-label,
.form-check-label {
    font-size: 14px;
}

.form-control {
    border-radius: 0px;
    border: none;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

.form-control::placeholder {
    font-size: 15px;
}

.error {
    color: #cd0710;
    font-size: 15px;
}


/* ------------------SUCCESS PAGE ----------------- */

.payment_roll {
    background-color: #fff;
    max-width: 800px;
    width: 100%;
    height: auto;
    padding: 40px 35px;
    margin: 40px auto;
}

.success_icon {
    max-width: 50px;
    width: 100%;
    object-fit: cover;
    margin-right: 25px;
}

.heading_title {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.success_title h3 {
    font-size: 24px;
    color: #04bc7e;
    text-align: left;
    margin-bottom: 5px;
}

.success_title p {
    font-size: 13px;
    color: #666;
    margin-bottom: 0;
}

table tr td {
    padding: 5px 0;
    color: #666;
}

table tr th:nth-child(2),
table tr td:nth-child(2) {
    padding-left: 60px;
}

table tr td:nth-child(2) {
    color: #666;
}

.btn_section {
    text-align: center;
    margin-bottom: 40px;
}

.btn_section a {
    max-width: 170px;
    display: inline-block;
    width: 100%;
    background: #f68121;
    color: #fff;
    text-decoration: none;
    padding: 8px 20px;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s ease;
}

.btn_section button {
    background: #f2f2f2;
    color: #222;
    padding: 8px 20px;
    text-transform: uppercase;
    border: none;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.btn_section a:hover,
.btn_section button:hover {
    opacity: 0.8;
}


/* ------------------CANCEL PAGE ----------------- */

.payment_roll.error {
    max-width: 500px;
}

.payment_roll .cancel_icon {
    max-width: 50px;
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
    padding-bottom: 35px;
}

.cancel_content h3 {
    font-size: 24px;
    color: #222;
    font-weight: 700;
    margin-bottom: 5px;
}

.cancel_content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}

.cancel_btn {
    text-align: center;
    padding-top: 35px;
}

.cancel_btn a {
    display: inline-block;
    color: #222;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    font-weight: 700;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.cancel_btn button {
    background: #d0011b;
    color: #fff;
    padding: 8px 20px;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s ease;
}

.cancel_btn a:hover,
.cancel_btn button:hover {
    opacity: 0.8;
}


/* ---------------- FORM SIDEBAR--------------------------*/

.form_sidebar {
    background: #eee2e2;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    overflow: auto;
    position: sticky;
    top: 10px;
    border-radius: 6px;
}

.form_sidebar h3 {
    font-size: 16px;
    text-align: center;
    padding: 10px 0px;
    background: #cd0710;
    color: #fff;
}

.form_sidebar .payment_plans {
    margin: 0 10px;
}

.subscription_plan {
    text-align: center;
    margin-top: 20px;
}

.subscription_plan h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

.form_sidebar ul {
    list-style: none;
    padding: 20px 10px;
    background: #ffffffe0;
    margin: 20px 0px;
}

.form_sidebar li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.form_sidebar li span {
    font-weight: 700;
    text-align: right;
}

.form_sidebar .btn {
    background: #000;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    padding: 8px 25px;
    width: 100%;
    text-transform: capitalize;
    border-radius: 5px;
}

.back_btn {
    margin-bottom: 10px !important;
}

.back_btn a {
    padding: 5px 20px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
}

.back_btn .fa-angle-left {
    margin-right: 8px;
    vertical-align: baseline;
    font-size: 18px;
}

.back_btn a:hover {
    background-color: #cd0710;
}

.footer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
}

.ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

.ribbon {
    font: bold 10px sans-serif;
    color: #cd0710;
    text-align: center;
    transform: rotate(-45deg);
    position: relative;
    padding: 7px 0;
    top: 15px;
    left: -30px;
    width: 120px;
    background-color: #fff;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.13);
}

.ribbon span {
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}


/* -------------- shipping changes alert popup -------------------- */

.section-wrap .modal-header {
    display: flex;
    justify-content: left;
}

.section-wrap .modal-header img {
    width: 30px;
    margin-right: 15px;
}

.section-wrap .modal-body {
    color: #666;
    font-size: 14px;
}

.section-wrap .modal-footer a:first-child {
    background: #cd0710;
    transition: all 0.5s;
}

.section-wrap .modal-footer a:first-child:hover {
    background: #000;
}

.section-wrap .modal-footer a {
    padding: 5px 15px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    transition: all 0.5s;
}

.section-wrap .modal-footer a:hover {
    background: #cd0710;
}


/* ------------- MY ACCOUNT PAGE ---------------------- */

.title p {
    color: #c02a2c;
    font-size: 18px;
    margin: 0;
}

.subs_block {
    background: #eee2e2;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.subs_block h3 {
    font-size: 16px;
    padding: 10px;
    background: #cd0710;
    color: #fff;
    text-transform: uppercase;
    border-radius: 6px 6px 0 0;
    min-height: 79px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subs_block .payment_plans {
    margin: 0 10px;
}

.subs_block .subscription_plan {
    text-align: center;
    margin-top: 20px;
    border-bottom: 1px solid #dee2e6;
}

.subs_block .subscription_plan h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

.subs_block ul {
    list-style: none;
    padding: 0;
    background: #ffffffe0;
    margin: 20px auto;
}

.subs_block li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    text-transform: capitalize;
    border-bottom: 1px solid #b7bbc0;
    padding: 10px;
}

.subs_block li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.subs_block li span {
    font-weight: 700;
    text-align: right;
}

.subs_block li .active_status {
    color: #04bc7e;
}

.login-success-msg {
    display: block;
}

.subs_block li .ActiveInactive {
    color: #dd0000;
}

.subs_block li .Inactive {
    color: #dd0000;
}

.subs_block li .deactivate_status {
    color: #999;
}

.login-section.loading .col-md-4 {
    display: none;
}

.login-section .load-more {
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    display: inline-block;
    border-radius: 0;
}

.login-section .load-more:hover {
    background-color: #c02a2c;
}

.profile-update {
    margin-bottom: -55px;
}

.profile-update .drop-seva {
    background: #cd0710;
    color: #fff;
    border: none;
    padding: 5px 15px;
    text-transform: capitalize;
    border-radius: 5px;
    transition: all 0.5s;
}

.profile-update .drop-seva:hover {
    background: #333;
    border-radius: 0px;
}
.input-box{
	position:relative;
}
.input-box .toggle-password-eye{
	left:-10px;
	top: -37px !important;
}
.dropdown-menu li a:hover {
    background: #cd0710;
    color: #fff;
}

.dropdown-menu li a {
    color: #222;
    border-radius: 6px;
}

.profile-update .toggle {
    border: none;
}

.login-section.mb-5 {
    margin-bottom: 80px !important;
}

.footer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
}

.purchase-plan {
    padding: 20px 0;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    border-radius: 10px;
}

.purchase-plan a {
    color: #fff;
}

.hidden label {
    display: block;
    margin-bottom: 10px;
}

.hidden .form-control {
    border: 1px solid #ced4da;
    margin-bottom: 10px;
}

.hidden .form-control:focus {
    border-color: #ced4da !important;
    box-shadow: none;
}

.hidden .reset-password {
    padding: 20px;
    background: #f5f5f5;
    margin: 10px 0;
}

.hidden .update-data-btn {
    background: #222;
    padding: 10px 0;
    color: #fff;
    border-radius: 6px;
    transition: 0.3s all;
    width: 100%;
    font-size: 22px;
    margin-top: 30px;
}

.hidden .flex {
    display: flex;
    justify-content: left;
    align-items: center;
}

.hidden .flex .form-check-input {
    width: 1.5em;
    height: 1.5em;
    margin: 0;
}

.hidden .flex .form-check-label {
    margin: 10px;
    font-size: 16px;
}

.hidden .update-data-btn:hover {
    background: #cd0710;
    color: #fff;
}


/* BUTTON EXPERMENT */

.purchase-plan button {
    background: transparent;
    position: relative;
    border: none;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.purchase-plan button:hover::before {
    opacity: 1;
    transform: translate(0, 0);
}

.purchase-plan button::before {
    content: attr(data-hover);
    position: absolute;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 15px;
    opacity: 0;
    transform: translate(-100%, 0);
    transition: all .3s ease-in-out;
}

.purchase-plan button:hover .change-text {
    opacity: 0;
    transform: translate(100%, 0);
}

.purchase-plan button .change-text {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 15px;
    transition: all .3s ease-in-out;
}

.toggle-password-eye {
    float: right;
    top: -27px;
    right: 10px;
    position: relative;
    cursor: pointer;
}


/************** login modal ******/

.login_modal.modal {
    position: fixed;
    z-index: 10000;
    /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.login_modal.modal.is-visible {
    visibility: visible;
    display: block;
    width: 100%;
    height: 100%;
    background: hsl(0deg 0% 0% / 50%);
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: hidden;
    transition-delay: 0s;
}

.modal-wra {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    max-width: 32em;
    min-width: 32rem;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
    overflow-y: auto;
}

.modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}

.modal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}

.modal-header1,
.modal-content {
    padding: 1em;
}

.modal-header1 {
    position: relative;
    /* background-color: #fff;
    padding-top: 35px; */
    background-color: #cc1214;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header1 h2 {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.modal-close1 {
    /* position: absolute;
    top: 17px;
    right: 0;
    padding: 1em; */
    background: none;
    border: 0;
    color: #fff;
}

.modal-close1:hover {
    color: #000;
}

.modal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modal-content>*:first-child {
    margin-top: 0;
}

.modal-content>*:last-child {
    margin-bottom: 0;
}

.modal-body.return_sec {
    padding: 20px;
}


/* login-form ================== */

.modal-heading {
    font-size: 16px;
    letter-spacing: 2px;
}

.model-login-register .form_group {
    margin-bottom: 20px;
}

.model-login-register .form_group span.error {
    font-size:12px;
}

.model-login-register .form_group .form-control.error {
    border-color: #ff0000;
}

.model-login-register .form-control {
    background-color: #f0f0f0;
    border: none;
    padding: 5px 20px;
    width: 100%;
    padding: 10px 5px;
    height: 40px;
    font-size: 14px;
    border-bottom: 2px solid #000;
}

.return_sec .btn.btn-default,
.create_sec .black-fill-btn {
    width: 100%;
    background-color: #1d1d1d;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    padding: 8px 25px;
    border-radius: 0.375rem;
}

.return_sec .forgot {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #cc1214;
    position: relative;
    right: initial;
    text-align: left;
}

.modal-header1 i {
    font-size: 21px;
}

.create_sec h3 {
    margin: 50px 0 5px;
    text-align: left;
    font-size: 21px;
}

.create_sec p,
.return_sec.modal-body .exist_login>p {
    font-size: 14px;
    margin-bottom: 30px;
}


/***/

.model-login-register .alert>p {
    margin: 0;
    text-align: left;
}

.subscription-id-block .modal-toggle {
    padding: 5px 20px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
}

.exist_login .form_group p {
    margin-top: 10px;
    text-align: left !important;
}


/* ------- profile update css 16/06/23 -------- */

.drop-seva.profile {
    color: #fff;
    border: none;
    text-transform: capitalize;
    border-radius: 100%;
    transition: all 0.5s;
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

.dropdown-menu {
    padding: 10px;
}

.dropdown-menu li .dropdown-item.active,
.dropdown-menu li .dropdown-item:hover {
    background: #cd0710;
    color: #fff;
}

.dropdown-menu li a {
    background-color: #fff;
}

.dropdown-menu li a svg {
    width: 25px;
    margin-right: 5px;
}

.dropdown-menu li a {
    color: #222;
    padding: 5px 10px;
    margin: 5px 0;
}

.profile-update .toggle {
    border: none;
}

.dropdown-menu .fa-sign-out,
.dropdown-menu .fa-user {
    margin-right: 10px;
}

.gg-box-body .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 0;
    height: 35px;
}

.gg-box-body .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.gg-box-body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}


/* -------- new profile update css 19/06/23 ----------- */

.form_sidebar.ai {
    padding: 30px 10px;
}

.sidebar_profile {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 15px;
}

.sidebar_profile img {
    border: none;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.sidebar_profile span {
    font-size: 20px;
}

.form_sidebar ul.dropdown_option {
    padding: 10px;
    background: transparent;
    margin: 0;
}

.form_sidebar ul.dropdown_option li {
    margin-bottom: 10px;
}

.form_sidebar ul.dropdown_option li:last-child {
    margin-bottom: 0;
}

.form_sidebar ul.dropdown_option li a {
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 6px;
    color: #000;
    font-size: 18px;
    width: 100%;
    text-align: left;
}

.form_sidebar ul.dropdown_option li a.active,
.form_sidebar ul.dropdown_option li a:hover {
    background: #cd0710;
    color: #fff;
}

.form_sidebar ul.dropdown_option li a.active {
    fill: #fff;
    stroke: #fff;
}


/* .dropdown-menu li a svg {
    color: #000;
    stroke: #000;
} */

.form_sidebar ul.dropdown_option li a svg {
    width: 30px;
    margin-right: 5px;
}

.dropdown-menu li a:hover svg,
.form_sidebar ul.dropdown_option li a:hover svg {
    fill: #fff;
    stroke: #fff;
}

.dropdown-menu li .dropdown-item.active svg,
.form_sidebar ul.dropdown_option li a.active svg {
    fill: #fff;
    stroke: #fff;
}

.sidebar_profile p {
    margin: 5px 0 0;
    text-transform: uppercase;
    color: #222;
}

.sidebar_profile p span {
    padding: 5px 10px;
    background-color: #fff;
    margin-left: 10px;
    color: #222;
}

.login-section .blank_box {
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 3px dashed #dee2e6;
}

.login-section .blank_box svg {
    width: 70px;
    height: 70px;
}

.login-section .blank_box p {
    max-width: 550px;
    margin: 30px auto;
    color: #666;
    text-align: center;
}

.login-section .blank_box a {
    background: #222;
    padding: 15px 20px;
    color: #fff;
    border-radius: 6px;
    letter-spacing: 2px;
    transition: 0.3s all;
    animation: shake-animation 2s ease infinite;
}


/* --------- purchase subscription button shake animation --------- */

@keyframes shake-animation {
    0% {
        transform: translate(0, 0)
    }
    1.7% {
        transform: translate(5px, 0)
    }
    3.5% {
        transform: translate(0, 0)
    }
    5.3% {
        transform: translate(5px, 0)
    }
    7.1% {
        transform: translate(0, 0)
    }
    8.9% {
        transform: translate(5px, 0)
    }
    10.7% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(0, 0)
    }
}

.login-section .blank_box a:hover {
    background: #cd0710;
    color: #fff;
    animation: none;
}

.login-section .title h2 {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 16px 0;
    grid-gap: 22px;
}

.login-section .title h2::after,
.login-section .title h2::before {
    content: " ";
    display: block;
    border-bottom: 2px solid #ccc;
    background-color: #f8f8f8;
}

.hidden .center-form-main {
    border: 2px dashed #dee2e6;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

.without-login .login {
    font-size: 18px;
    color: #222;
}

.otp-group{
	position:relative;
}
.otp-group a{
	position:absolute;
	top:10px;
	right:10px;
}
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}
.update_address_ul {
    padding: 0;
  }
  .update_address_ul li {
    list-style: none;
    text-align: left;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    padding: 15px 20px 15px 20px;
  } 
  .update_address_ul li a {
    margin-top: 5px;
    background: #cd0710;
    color: #fff;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    padding: 5px 20px 5px 20px;
    border-radius: 6px;
  }
  .pay_again_button a {
	background: #cd0710;
	color: #fff;
	padding: 5px 10px 5px 10px;
	text-align: right;
	margin: 0 auto;
	display: table;
	border-radius: 5px;
}

@media (max-width : 576px) {
    .header-section img{
        max-width: 150px;
    }
    .header-section .img2{
        max-width: 120px;
        display: none;
    }
    .card-header h4 {
        font-size: 18px;
        max-width: 221px;
        margin: 0 auto;
    }
    footer span{
        font-size: 14px;
    }
    .footer{
        padding: 10px 0 !important;
    }
    .subscription-title h2{
        font-size: 22px;
        padding: 10px 0;
    }
    .modal-wra{
        min-width: 100%;
    }
}
@media (max-width : 360px){
    .card-header {
        padding: 60px;
    }
    .card-header h4{
        font-size: 16px;
    }
}