* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif !important;
}

.helveticaNeueLight {
    font-family: 'helveticaNeueLight', sans-serif !important;
}

.helveticaNeueMedium {
    font-family: 'helveticaNeueMedium', sans-serif !important;
}

.helveticaNeueBold {
    font-family: 'helveticaNeueBold', sans-serif !important;
}

.wd-auto {
    width: auto;
}

.cursor-pointer {
    cursor: pointer;
}

.main-color {
    color: #8EBB00 !important;
}

.brilliant-green {
    color: #8CB607;
}

.black-color {
    color: #000000 !important;
}

.black-2-color {
    color: #4A4A4A !important;
}

.black-3-color {
    color: #4A4A4ACC !important;
}

.black-4-color {
    color: rgba(0, 0, 0, 0.6) !important;
}

.gray-color {
    color: #B7B7B7 !important;
}

.prussian-blue {
    color: #001F3F !important;
}

.we-4 {
    font-weight: 400;
}

.we-5 {
    font-weight: 500;
}

.we-6 {
    font-weight: 600;
}

.we-7 {
    font-weight: 700;
}

/* .size-8{}
.size-10{}
 */
.size-12 {
    font-size: 0.75rem;
}

.size-14 {
    font-size: 0.875rem;
}

.size-16 {
    font-size: 1rem;
}

.size-18 {
    font-size: 1.125rem;
}

.size-20 {
    font-size: 1.25rem;
}

.size-22 {
    font-size: 1.375rem;
}

.size-24 {
    font-size: 1.5rem;
}

.size-26 {
    font-size: 1.625rem;
}

.size-27 {
    font-size: 1.688rem;
}

.size-28 {
    font-size: 1.75rem;
}

.size-30 {
    font-size: 1.875rem;
}

.size-32 {
    font-size: 2rem;
}

.size-34 {
    font-size: 2.125rem;
}

.size-36 {
    font-size: 2.25rem;
}

.size-38 {
    font-size: 2.375rem;
}

.size-40 {
    font-size: 2.5rem;
}

.size-42 {
    font-size: 2.625rem;
}

.size-44 {
    font-size: 2.75rem;
}

.size-46 {
    font-size: 2.875rem;
}

.size-48 {
    font-size: 3rem;
}

.size-50 {
    font-size: 3.125rem;
}

.size-52 {
    font-size: 3.25rem;
}

.size-54 {
    font-size: 3.375rem;
}

.size-56 {
    font-size: 3.5rem;
}

.size-58 {
    font-size: 3.625rem;
}

.size-60 {
    font-size: 3.75rem;
}

.line-height-12 {
    line-height: 0.75rem;
}

.line-height-14 {
    line-height: 0.875rem;
}

.line-height-16 {
    line-height: 1rem;
}

.line-height-18 {
    line-height: 1.125rem;
}

.line-height-20 {
    line-height: 1.25rem;
}

.line-height-22 {
    line-height: 1.375rem;
}

.line-height-24 {
    line-height: 1.5rem;
}

.line-height-26 {
    line-height: 1.625rem;
}

.line-height-28 {
    line-height: 1.75rem;
}

.line-height-30 {
    line-height: 1.875rem;
}

.line-height-32 {
    line-height: 2rem;
}

.line-height-34 {
    line-height: 2.125rem;
}

.line-height-40 {
    line-height: 2.5rem;
}

.line-height-52 {
    line-height: 3.25rem;
}

.line-height-54 {
    line-height: 3.375rem;
}

.line-height-64 {
    line-height: 4rem;
}

.main-btn-56h {
    height: 3.5rem !important;
}

.main-btn {
    width: 100%;
    max-width: 8.25rem;
    height: 3.5rem;
    padding: 1.125rem 1.813rem !important;
    border-radius: 1.875rem !important;
    background-color: #C2FF00 !important;
    color: #000000 !important;
    box-shadow: rgba(194, 255, 0, 0.21) 0px 14px 24px 0px;
    border: 0.063rem solid #4A4A4A !important;
}
.logo-brand-text {
    font-family: "Great Vibes", cursive !important;
    font-weight: 400;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 2.188rem;
    padding: 0;
}

/* Login Section Css Start */

.quotes-float.form-group {
    position: relative;
    margin: 0;
    width: 100%;
    display: inline-block;
}

.quotes-float input {
    width: 100%;
    height: 3.5rem;
    padding: 1.063rem .938rem;
    border: .063rem solid rgba(74, 74, 74, 0.5);
    border-radius: .5rem;
    outline: none;
    appearance: none;
    font-size: 1rem;
    line-height: 1.375rem;
    font-family: 'helveticaNeueLight';
    color: #000000;
}

.quotes-float label {
    position: absolute;
    top: 1.063rem;
    left: 0.938rem;
    padding: 0;
    font-size: 1rem;
    line-height: 1.375rem;
    transition: 0.2s ease all;
    color: rgba(0, 0, 0, 0.6);
    pointer-events: none;
    font-family: 'helveticaNeueLight';
    background: transparent;
}

.quotes-float input:focus+label,
.quotes-float input:valid+label {
    top: -0.313rem;
    left: 1rem;
    font-size: 0.688rem;
    line-height: 0.813rem;
    font-weight: 400;
    padding: 0 .25rem;
    color: rgba(0, 0, 0, 1);
    background-color: rgba(251, 253, 254, 1);
    font-family: 'helveticaNeueLight';
}

.verify-section {
    height: 100%;
    padding: 2.5rem;
}

.login-user {
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.user-img {
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
    border-radius: 50%;
    border: 0.063rem solid #4A4A4A;
    background-color: #F3FAFC;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-img img {
    width: 4rem;
    height: 4rem;
}

.verify-section .quotes-float {
    width: 100%;
    max-width: 31rem;
    margin: 0 auto;
}

.verify-digit {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 2rem;
}

.verify-code {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.input-code {
    width: 100%;
    max-width: 4.25rem;
    height: 3.5rem;
    padding: 1.063rem .938rem;
    border-radius: .5rem;
    font-size: 1rem;
    line-height: 1.375rem;
    font-family: 'helveticaNeueLight';
    text-align: center;
    color: #000000;
    border: .063rem solid rgba(74, 74, 74, 0.5);

}

.input-code::placeholder {
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}

.verify-help {
    max-width: 24.563rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.help-text {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.verify-section .payment-bttn {
    margin-top: 2.5rem;
    text-align: center;
}

.verification {
    position: relative;
}

.verification-code {
    width: 100%;
    max-width: 31rem;
    margin: 0 auto;
}

.help-button {
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
}

.help-info {
    position: absolute;
    bottom: -6.25rem;
    left: 10rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    padding: 0.625rem 1rem;
    width: 100%;
    max-width: 23rem;
    border-radius: 0.313rem;
    background-color: rgba(50, 50, 50, 1);
}

.help-info-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.help-info-text span {
    display: flex;
    width: 0.188rem;
    height: 0.188rem;
    margin-left: 0.625rem;
    border-radius: 50%;
    background-color: #FFF;
}

.help-info-text p {
    color: #FFF;
}

/* Login Section Css Start */

/* Footer Section Css Start */

.loging-page {
    display: none;
}

/* .footer {
    background-color: #161616;
    padding: 5rem 4.375rem;
}

.footer-container {
    max-width: 74rem;
    margin: 0 auto 2.688rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
    gap: 5rem;
}

.footer h4 {
    color: #FFF;
    margin-bottom: 1.063rem;
    font-size: 0.933rem;
    line-height: 1.125rem;
    text-transform: uppercase;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 1.063rem;
    font-size: 1.066rem;
    line-height: 1.333rem;
    color: #B7B7B7;
}

.footer ul li:hover {
    color: #fff;
    cursor: pointer;
}

.footer-branding {
    font-family: "Great Vibes", cursive !important;
    font-weight: 400;
    font-style: normal;
    font-size: 1.858rem;
    line-height: 2.313rem;
    text-align: right;
    color: #fff;
    cursor: pointer;
}

.branding-name {
    text-align: center;
    margin-bottom: 1.5rem;
}

.footer-bottom {
    max-width: 74rem;
    margin: auto;
}

.social-body {
    gap: 1.875rem;
}

.social-icon {
    width: 8.25rem;
    display: flex;
    align-items: center;
    gap: 0.799rem;
}

.social-contact span {
    font-size: 1.063rem;
    line-height: 1.063rem;
    font-weight: 400;
}

.social-contact {
    display: flex;
    align-items: center;
    gap: 0.535rem;
}

.social-icon-card {
    filter: grayscale(1);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 13px;
}

.border-line {
    border-left: 0.033rem solid;
    border-color: #B7B7B7;
    display: inline;
    min-height: 0.75rem;
    font-size: 0.75rem !important;
}

.footer-text-content {
    margin-top: 1.333rem;
    border-top: 0.033rem solid rgba(183, 183, 183, 0.3);
    padding-top: 1.333rem;
    font-size: 0.8rem;
    color: #4A4A4A;
}

.footer-text-p {
    gap: 0.799rem;
    padding-bottom: 2rem;
}

.footer-text-content p {
    font-size: 0.919rem;
    line-height: 1.466rem;
    font-weight: 400;
}

.footer-text-content p:last-child {
    padding-top: 0.5rem;
}

.footer .accordion {
    margin-bottom: 42px;
}

.footer .accordion-item {
    margin-bottom: 12px;
    color: #B7B7B7;
    background-color: #262626;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    line-height: 21px;
    font-family: 'helveticaNeueLight';
    font-weight: 400;
}

.footer .accordion-item:last-child {
    margin-bottom: 0;
}

.footer .accordion-button::after {
    width: 12px;
    height: 12px;
    background-size: 12px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2%) hue-rotate(344deg) brightness(103%) contrast(100%);
}

.footer .accordion-button {
    padding: 13px 12px;
    height: 44px;
    border-radius: 6px !important;
    color: #FFFFFF;
    background-color: #262626;
    box-shadow: none;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    font-family: 'helveticaNeueLight';
    letter-spacing: 1.6px;
}

.footer .accordion-button:focus,
.footer .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #FFFFFF;
    background-color: #262626;
}

.footer .accordion-body {
    padding: 12px;
}

.footer .accordion-body ul li {
    border-bottom: 1px solid;
    padding-bottom: 14px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
} */

/* Footer Section Css End */

/* Start @media screen  */

@media screen and (min-width:2800px) and (max-width:2950px) {
    html {
        font-size: 1.5rem !important;
    }

    body {
        font-size: 1.5rem !important;
    }
}

@media screen and (min-width:2501px) and (max-width:2799px) {
    html {
        font-size: 1.5rem !important;
    }

    body {
        font-size: 1.5rem !important;
    }
}

@media screen and (min-width:2251px) and (max-width:2500px) {
    html {
        font-size: 1.45rem !important;
    }

    body {
        font-size: 1.45rem !important;
    }
}

@media screen and (min-width:2001px) and (max-width:2250px) {
    html {
        font-size: 1.35rem !important;
    }

    body {
        font-size: 1.35rem !important;
    }
}

@media screen and (min-width:1800px) and (max-width:2000px) {
    html {
        font-size: 1.26rem !important;
    }

    body {
        font-size: 1.26rem !important;
    }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 768px) {

   
    .footer {
        padding: 3.125rem 1.875rem;
    }

    .footer-container {
        gap: 1.5rem;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }

}

@media screen and (max-width: 576px) {

    .logo-brand-text {
        font-size: 19px;
        line-height: 24px;
    }

    
    .main-btn {
        max-width: 101px;
        height: 44px;
        padding: 13px 18px !important;
        font-size: 14px;
        line-height: 17px;
    }

    .payment-main .main-btn {
        max-width: 71px;
    }

    .user-img {
        width: 44px;
        height: 44px;
    }

    .user-img img {
        width: 44px;
        height: 44px;
    }

    .login-user {
        gap: 18px;
        margin-bottom: 24px;
    }

    .verify-section h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .verify-section {
        padding: 24px 20px;
        position: relative;
    }

    .arrow-back {
        position: absolute;
        top: 20px;
        left: 20px;
    }

    .verify-section .quotes-float {
        max-width: 100%;
        border-radius: 8px;
        margin-bottom: 0;
        /* box-shadow: rgba(0, 31, 63, 0.1) 0px 4px 24px 0px; */
    }

    .input-code {
        box-shadow: rgba(0, 31, 63, 0.1) 0px 4px 24px 0px;
        max-width: 100%;
    }

    .verify-section h2 {
        margin-bottom: 24px;
    }

    .verify-digit p {
        font-size: 16px;
        line-height: 22px;
        text-transform: capitalize;
    }

    .help-info-text p {
        font-size: 14px;
        line-height: 16px;
    }

    .help-info {
        bottom: -90px;
        left: 0;
    }

    .user-div {
        margin: 24px auto 18px;
    }

    .verify-section .payment-bttn {
        margin-top: 24px;
    }

    .verify-digit {
        max-width: 248px;
        margin: 0 auto 24px;
    }
}