/* about page css */

body {
    background-color: white;
}

p {
    margin-bottom: 0;
}

ol,
ul {
    padding-left: 0;
}

#about-hero {
    width: 100%;
    height: 25rem;
    background-image: url("/assets/images/about.png");
    background-repeat: no-repeat;
    background-position: 11%;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    padding: 4rem;
}

#about-hero h2 {
    color: white;
}

.mission-head {
    font-weight: 500;
    margin-bottom: 25px;
}

#about-mission {
    padding: 4rem 30rem 6rem 4rem;
}

#ceo-left {
    height: 18rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    width: 36rem;
}

#ceo {
    background-image: url("/assets/images/ceo-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    padding: 4rem;
    color: white;
}

#ceo-left button {
    background-color: #163491;
    padding: 15px;
    border: none;
    outline: none;
    color: white;
    border-radius: 6px;
    transition: 0.5s;
    cursor: pointer;
}

#ceo-left button:hover {
    background-color: #102c80;
}

.ceo-head {
    font-size: 45px;
}

#ceo-right img {
    position: absolute;
    left: 47rem;
    margin-top: -14.9rem;
}

#values-section {
    padding: 6rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.values-head hr {
    border-top: 2px solid #2393E9;
    width: 75rem;
}

.values-head>div {
    position: relative;
    top: -40px;
    left: 50%;
    display: inline-block;
    transform: translateX(-50%);
    background-color: white;
    padding: 0 8px;
}

#values-section>p {
    font-weight: 500;
    font-size: 18px;
}

#values-nav {
    box-shadow: 0px 3px 3px #b6b6b6;
    padding: 10px;
    border: 1px solid #E4E4E4;
}

.values-list {
    list-style: none;
}

.values-list-items {
    float: left;
    padding: 4px 35px;
    border-left: 1px solid rgb(109, 109, 109);
}

#values-list-item-1 {
    border: none;
}

.values-list-items a {
    text-decoration: none;
    color: black;
    font-weight: 500;
}

#mission {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6rem 20rem;
    background-image: url("/assets/images/mission.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 90%;
    border-radius: 10px;
    color: white;
    text-align: center;
}

.values-head-bottom {
    margin-top: 6rem;
}

#about-features {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0rem 4rem 4rem 4rem;
    gap: 2rem;
}

#about-features>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #E4E4E4;
    padding: 1.5rem;
}

.about-feature-heading {
    font-size: 20px;
    font-weight: 500;
}

.about-feature-content {
    font-size: 13px;
}

.about-feature-logo {
    padding: 1.5rem;
    background-color: #F0F8FF;
    border-radius: 100%;
}

.about-feature-button {
    background-color: #2393E9;
    padding: 8px 40px;
    color: white;
    outline: none;
    border: none;
    cursor: pointer;
    border-radius: 17px;
    margin-top: 30px;
    transition: 0.5s;
}

.about-feature-button:hover {
    background-color: #1988dd;
}

#about-features>div>* {
    margin-bottom: 20px;
}

#values-section>* {
    margin-bottom: 1.5rem;
}

.searchArea select {
    background: transparent;
}

/* about page css */

/* letter page css */

#letter-main {
    padding: 4rem;
    /* width: 100%; */
}

#letter-main>h2 {
    width: 20rem;
}

.backArea a {
    display: flex;
    align-items: center;
}

.backArea img {
    margin-right: 15px;
}

.backArea a {
    text-decoration: none;
    color: #2393E9;
}

.backArea a p {
    margin-top: -6px;
}

.bottomArea img {
    margin-left: 6px;
    transform: rotate(180deg);
}

.backArea {
    margin-bottom: 5rem;
}

.bottomArea {
    margin-top: 5rem;
}

/* #letter-main > p{
    width: 50rem;
} */

#letter-main>h2,
#letter-main>img,
#letter-main>p {
    margin-bottom: 3rem;
}

#letter-main>img {
    width: 100%;
}

.backArea {
    font-size: 22px;
}

#letter-main>p {
    font-size: 20px;
}

#letter-main>h2 {
    margin-bottom: 3rem;
    font-size: 43.64px;
    width: 36rem;
}


/* letter page css */

/* investor page css */

#investor-hero {
    width: 90%;
    height: 33rem;
    margin: 3rem auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/assets/images/investor-hero.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.input-field {
    border: 0.071rem solid #E4E4E4;
    padding: 0.7rem;
    outline-color: #2493EA;
    border-radius: 0.334rem;
    width: 100%;
    margin: 0.698rem 0;
    margin-top: 0;
}

form .form-link {
    width: 100%;
    display: flex;
    justify-content: center;
}

.lr {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    column-gap: 0.936rem;
}

.input-textarea {
    height: 5.188rem;
    resize: none;
}

#investor-hero img {
    width: 100%;
}

.hero-head {
    font-size: 48px;
    font-weight: 700;
    line-height: 61px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 2.438rem 4.188rem;
}

.below-head {
    font-size: 2.125rem;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.01em;
    text-align: center;
    width: 36.688rem;
    color: #283F50;
}

.below-p {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.01em;
    text-align: center;
    width: 57rem;
    color: #283f50;
    margin-top: 2.938rem;
}

.form-heading {
    font-size: 2.125rem;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #283F50;
}

#form-div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 4.625rem;
    padding: 4.622rem;
    background: #F8F8F8;
    display: inline-flex;
    position: relative;
    /*top: 50%;*/
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 5.188rem;
}

form {
    margin-top: 3.072rem;
}

.form-alert {
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    background-color: #E5FFF1;
    margin: auto;
    padding: 1rem;
    padding-left: .5rem;
    color: #089849;
    border-radius: 7.49px;
    font-weight: 500;
    padding-right: 6rem;
    display: none;

}

.alert-hr {
    width: 2px;
    height: 23px;
    background-color: #089849;
    margin-right: .5rem;
}


.form-alert img {
    width: 22.46px;
}

#investor-below {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer {
    margin-top: 4rem;
}

/* investor page css */

/* Jlight+ css */

.jlp-hero {
    width: 86%;
    background-color: white;
    margin: auto;
    padding: 3.981rem;
    margin-top: 6rem;
    border: 1.11px solid #E4E4E4;
    border-radius: 6px;
}

.jlp-head-label {
    font-size: 24px;
    font-weight: 500;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;
}

.jlp-main-head {
    color: #2393E9;
    font-size: 43px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0em;
    text-align: left;
}

.jlp-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    row-gap: 1.873rem;
}

.jlp-right {
    position: relative;
    margin-bottom: 25px;
}

.jlp-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3.511rem;
    height: 26rem;
    column-gap: 10px;
}

.below-head {
    font-size: 36px;
    font-weight: 500;
    line-height: 43px;
    letter-spacing: -0.02em;
    text-align: center;
}

.jlp-below {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.below-group {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: auto;
    column-gap: 3.291rem;
    row-gap: 4.291rem;
    flex-wrap: wrap;
    margin-top: 56px;
    flex-wrap: wrap;
}

.below-container {
    border-radius: 7.09px;
    width: 23.639rem;
    border: 1.52px solid #E4E4E4;
    background-color: white;
    padding: 2.735rem 1.6rem;
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    position: relative;
}

.below-con-head {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

.below-con-para {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
}

.below-container img {
    margin: auto;
}

.below-bottom-p {
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.01em;
    text-align: left;
    margin-top: 36.64px;
}

.jlp-below .btn-round {
    margin-top: 44.51px;
}

.with-premium::before {
    content: "Premium Members Only";
    width: 91.5%;
    position: absolute;
    top: -3.3rem;
    left: 0;
    background-color: #7117BA;
    color: white;
    font-size: 19px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    padding: 1rem;
    border-top-left-radius: 14.09px;
    border-top-right-radius: 14.09px;
}

.black-overlay {
    height: 100vh;
    width: 100%;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.7;
    display: none;
}

.el-popup,
.con-popup {
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 23.3px;
    border-radius: 12.05px;
    width: 40rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
}

.con-popup {
    width: 27%;
    display: none;
}

.con-popup img {
    margin: auto;
}

.el-popup hr,
.con-popup hr {
    width: 100%;
    border: none;
    border-top: .51px solid #CACACA;
}

.el-head {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

.el-subhead {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #283F50;
}

.el-popup .btn-primary {
    margin-top: 0;
}

.con-popup .el-head {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}

.con-popup .el-subhead {
    font-size: 11.84px;
    font-weight: 500;
    line-height: 10.1px;
    letter-spacing: 0em;
    text-align: left;
}

.con-popup .btn-primary,
.con-popup a {
    width: 100%;
}

/* jlight+ 2 css */

.memUpper {
    display: flex;
    column-gap: 2rem;
    align-items: flex-end;
}

.membershipSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 10px;
    row-gap: 20px;
}

.chooseMem {
    font-size: 22px;
    color: #2393E9;
    font-weight: 500;
}

.planhead {
    font-size: 21px;
    font-weight: 500;
    display: inline;
    color: #2393E9;
}

.planupper {
    background-color: #EAF6FF;
    padding: 17px;
}

.plan {
    border: 1.51px solid #EAF6FF;
    border-radius: 7.06px;
    cursor: pointer;
}

.plan:hover {
    background-color: rgb(251, 251, 251);
}

.plantext {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    column-gap: 15px;
}

.planlower {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    row-gap: 15px;
}

#memDiv {
    background: white;
    padding: 30px;
    border: 1.66px solid #E4E4E4;
    width: 642px;
    margin-top: 1.3rem;
}

.premium-plan {
    width: 100%;
    background-color: #7117BA;
    color: white;
    font-size: 11.35px;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    border-color: #7117BA;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.plan-selected {
    border: 2.43px solid #2393E9;
}

.radioOuter {
    height: 25.14px;
    width: 25.14px;
    border: 1px solid #2493EA;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.radioInner {
    background: white;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: auto;
}

.addCardDiv a {
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    color: #2493EA;
}

.plan .radioInner {
    background-color: transparent;
}

.plan-selected .radioInner {
    background-color: white;
}

.plan .radioOuter {
    border: 1px solid #2493EA;
}

.plan-selected .radioOuter {
    border: 1px solid white;
}

.plan .planupper {
    background-color: transparent;
}

.plan .planupper {
    background-color: #EAF6FF;
}

.plan-selected .planupper {
    background-color: #2393E9;
}

.plan-selected .planhead {
    color: white;
}

.memconfirmation {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.01em;
    text-align: left;
}

.addCardDiv p {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    font-weight: 500;
    font-size: 14.6px;
}

.addCardDiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px;
    border: 1.22px solid #E4E4E4;
}

.memBottom {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    margin-top: 1rem;
}

.membothead {
    font-size: 20px;
    font-weight: 500;
}

.cardHead {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.cardLabel {
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 17px;
    margin-bottom: 13px;
}

.addCard input {
    outline: none;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: left;
    padding: 1rem;
}

.input-hidden-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lr path {
    color: red;
}



.addCard .input-field-hidden {
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    padding: .3rem;
    height: min-content;
}

.addCard {
    display: none;
}

#hurrayOverlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: black;
    opacity: 60%;
    display: none;
}

#hurrayPopup {
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 1rem;
    background-image: url("/assets/images/hurray.jpg");
    width: 490px;
    margin: 10px;
    border-radius: 8px;
    display: none;
}

.hurp {
    font-size: 25px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
}

.hurc {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
}

@media (max-width: 640px) {
    .memUpper {
        flex-direction: column-reverse;
        align-items: center;
        row-gap: 1rem;
    }

    #memDiv {
        width: 100%;
        padding: 10px;
    }

    .plan {
        width: 100%;
    }

    #hurrayPopup {
        width: 90%;
        left: 46%;
    }
}

@media (max-width: 375px) {
    .addCardDiv {
        padding: 12px;
    }

    .addCardDiv a {
        font-size: 12px;
    }

    .chooseMem {
        font-size: 20px;
    }
}

/* jlight+ 2 css */

/* Jlight+ css */

/* jlight shine css */

.jlight-top {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.983rem;
    margin-bottom: 1.974rem;
}

.form-link {
    color: #2393E9;
    text-decoration: none;
}

.btn-round {
    padding: 0.625rem 2.5rem;
    color: white;
    background-color: #2393E9;
    font-weight: 700;
    border: none;
    border-radius: 0.246rem;
    outline: none;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 22px;
}

.btn-round-dark {
    padding: 0.625rem 2.5rem;
    color: white;
    background-color: #FFD814;
    color: black;
    font-weight: 700;
    border: none;
    border-radius: 0.246rem;
    outline: none;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 22px;
}

.btn-round:hover {
    background-color: #1c81ce;
}

.jlight-hero {
    display: flex;
    width: 90%;
    border: 1.15px solid #E4E4E4;
    margin: auto;
    padding: 1.667rem;
    padding-left: 3.658rem;
    align-items: center;
    justify-content: space-between;
}

.jlight-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: centert;
    row-gap: 1.662rem;
    width: 37rem;
}

.j-left-head {
    font-size: 38.52px;
    font-weight: 500;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;
}

.j-left-content {
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    opacity: 60%;
}

.jlight-right {
    height: 23.704rem;
    width: 23.704rem;
    background-image: url("/assets/images/jlight-hero.jpg");
    background-size: cover;
    background-position: center;
}

.bepart {
    margin: 4.598rem 0;
    width: 90%;
    margin: auto;
    margin-top: 4.598rem;
}

.bepart-head {
    font-size: 36px;
    font-weight: 500;
    line-height: 43px;
    letter-spacing: -0.02em;
    text-align: center;
}

.bepart-features>div {
    position: relative;
    flex: 1;
    height: 24.313rem;
    width: 24.313rem;
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;

}

.bepart-subhead {
    font-size: 27px;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: center;
    opacity: 70%;

}

.bepart-features {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 2rem;
    margin-top: 2.688rem;
}

.feature-number {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2493EA;
    border-radius: 100%;
    color: white;
    height: 3rem;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: .5rem;
    font-size: 18px;
}

.b-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 1.779rem;
    row-gap: 2.873rem;
    border: 1.11px solid #2493EA;
    border-radius: 8px;

}

.jlight-mid {
    margin: 2.642rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 2rem;
    width: 96%;
}

.jlight-mid>p {
    font-size: 30px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: center;

}

.bottom-label {
    text-transform: uppercase;
    color: #2393E9;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}

.bottom-head {
    font-size: 36px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-top: 0.865rem;

}

.btn-round-dark {
    margin: 2.366rem 0;
}

.jlight-bottom {
    width: 90%;
    margin: auto;
    padding: 3.326rem;
    background-color: #F4F9FE;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 0.865rem;
}

.j-bottom-right {
    width: 34.25rem;
    height: 18.75rem;
    background-image: url("/assets/images/bottom-hero.jpg");
    background-repeat: no-repeat;
}

.bepart-features>div {
    flex: unset;
    height: 22.313rem;
    width: 24.313rem;
}

/* jlight shine css */

/* Home page css starts */

/* hero slider */

#homehero {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    row-gap: 1rem;
    column-gap: 2rem;
    padding: 20px;
}

/* hero slider */

.flashPick {
    background: #FFFFFF;
    border: 0.901034px solid #D5D9E2;
    box-shadow: 0px 0px 44.451px #CED8DF;
    border-radius: 9.01034px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.flashPick-head {
    display: flex;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    padding: 20px;
    column-gap: 1.3rem;
    width: 100%;
    justify-content: space-between;
}

.flashPick-head img {
    margin-top: -1.25rem;
}

.flashPick-bottom {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #F5F5F5;
    padding: 20px;
    border-radius: 10px;
    row-gap: 20px;
    /* padding-left: 0; */
}

.flashPick-bottom>p {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: left;
}

.flashPick-prices p {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-align: left;
}

.flashPick-prices {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}

.flashPick-prices>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.atc-div {
    justify-content: flex-start;
}

.prevPrice,
.currPrice {
    display: inline;
}

.prevPrice {
    text-decoration: line-through;
    color: #778386;
}

.memberPrice {
    color: #2393E9;
}

.priceSave-label {
    background-color: #D4F5E7;
    color: #21A56D;
    padding: 10px;
    display: inline;
    font-weight: 500;
    margin-top: 8px;
    font-size: 11px;
    padding: 6px;
}

#homehero .mySwiper-container {
    width: 56rem;
    display: flex;
    align-content: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
}

.afternew {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mpop-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mhead-left {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
    position: relative;
}

#mostPopular {
    padding: 2rem 3.25rem;
}

.mh-l-head {
    color: #283F50;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: -0.01em;
    text-align: left;
    margin-bottom: 0;
}

.mh-l-co {
    font-size: 28px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: -0.01em;
    text-align: left;
    margin-bottom: 0;
}

.mpop-head .form-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: -0.01em;
    text-align: right;
    color: #2493EA;
}

/* product card css */

.pc-head {
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.01em;
    text-align: left;
    margin: 12px 0;
    height: 3rem;
}

#productSection2 .pc-head {
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.01em;
    text-align: left;
    margin: 0px 0 12px 0;
    height: 4rem;
}

.pc-subhead {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: left;
    margin: 2px 0;
}

.productSection {
    padding: 0 3.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.productSection .swiper-wrapper {
    padding: 10px;
}

.productSection .swiper-button-prev,
.productSection .swiper-button-next {
    background: #E8EBF3;
    height: 20px;
    width: 20px;
    padding: 1.1rem;
    border-radius: 100%;
    color: #2393E9;
    border: 3px solid #2393e9;
    opacity: 1;
    position: absolute;
    top: 30%;
    z-index: 9998;
}

.productSection .swiper-button-prev:after,
.productSection .swiper-button-next:after {
    font-size: 1.1rem;
    z-index: 9999;
}

.productSection .swiper-button-prev {
    left: 2%
}

.productSection .swiper-button-next {
    right: 3%;
}

.product-card {
    background: #FFFFFF;
    box-shadow: 0px 0px 25.9741px rgba(184, 184, 184, 0.25);
    border-radius: 0px 0px 11.4591px 11.4591px;
    display: inline-flex;
    flex-direction: column;
    padding-bottom: 24px;
}

.pc-lower {
    padding: 19px;
    position: relative;
}

.pc-upper>img {
    width: 100%;
}

.card-logo {
    height: 54px;
    width: 54px;
    position: absolute;
    top: -2rem;
}

.card-logo img {
    width: 100%;
}

.shineper p {
    color: #2393E9;
    font-size: 35px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01em;
    width: 100%;
    text-align: center;
}

.shineper span {
    color: #2393E9;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.01em;
    width: 100%;
    text-align: center;
    font-weight: 700 !important;
}

.shineper {
    display: inline-flex;
    flex-direction: column;
    row-gap: 15px;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 64%;
}

.product-featured {
    position: relative;
}

.product-featured::after {
    content: "Featured Partner";
    height: 1.8rem;
    width: 100%;
    background-color: #7117BA;
    position: absolute;
    top: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: -0.01em;
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    text-transform: uppercase;
}

.product-featured-disabled {
    position: relative;
}

.product-featured-disabled {
    background-color: #D7DAE9;
}

.product-featured-disabled::after {
    content: "NO LONGER ACTIVE";
    height: 1.8rem;
    width: 100%;
    background-color: #D7DAE9;
    position: absolute;
    top: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #932E2F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
}

.mhead-left>div {
    display: flex;
    column-gap: 15px;
    align-items: center;
}

#productSection2 .pc-lower>p {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.03em;
    text-align: left;
}

#productSection2 .pc-upper>img {
    width: 205px;
}

#productSection2 .pc-upper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    background-color: white;
}

#productSection2 .product-card {
    padding-bottom: 0px;
    width: 230px;
    position: relative;
}

#productSection2 .product-card .product-label {
    position: absolute;
    top: 0;
    left: 61%;
}

/* product card css */

.midcta {
    width: 90%;
    border-radius: 10px;
    background-color: #E5F4FF;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 5rem;
    margin-top: 3rem;
}

.midcta>div {
    padding: 3rem;
    background-color: #2393E9;
    color: white;
    clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0.5% 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 2rem;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.midcta .form-link {
    color: white;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    border-bottom: 1.5px solid white;
    padding-bottom: .5rem;
}

.midcta>div p {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    width: 86%;
}

.btn-last {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}

.btn-last .btn-primary {
    padding: 0.625rem 1.5rem;
}

.tooltip {
    background-color: #F4FAFF;
    width: 336px;
    padding: 10px;
    border-radius: 7px;
    z-index: 9999;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    border: 1px solid #2493EA;
    opacity: 1;
    transition: 0.5s ease;
    cursor: pointer;
    display: none;
    position: absolute;
    left: 100%;
}

#tooltipArrow {
    height: 15%;
    width: 4%;
    background-color: #2493EA;
    position: absolute;
    top: 45%;
    left: -2%;
    transform: rotate(45deg);
}

@media (max-width: 1440px) {
    .tooltip {
        left: 100%;
    }
}

@media (max-width: 1024px) {
    .tooltip {
        background-color: #F4FAFF;
        width: 336px;
        padding: 10px;
        border-radius: 7px;
        z-index: 9999;
        font-size: 16px;
        font-weight: 500;
        line-height: 23px;
        letter-spacing: 0em;
        text-align: left;
        border: 1px solid #2493EA;
        opacity: 1;
        transition: 0.5s ease;
        position: absolute;
        left: 104%;
        cursor: pointer;
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #tooltip2 {
        left: 50%;
    }

    #tooltip3 {
        left: 50%;

    }
}

.tooltipClose {
    position: absolute;
    top: -6%;
    left: 95%;
}

.mhead-left>div img:last-child {
    cursor: pointer;
}

#mostPopular {
    padding: 3rem 3.8rem;
}

#productSection .pc-lower {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


.mhead-left>div>img:first-child {
    margin-top: 1rem;
}

.mpop-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 3.6rem;
}

.productSection .swiper-button-next {
    right: 4%;
}

.midcta {
    width: 91%;
    border-radius: 10px;
    background-color: #E5F4FF;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 5rem;
    margin-top: 3rem;
    margin-left: 4rem;
}

@media (max-width: 2560px) {
    /* .productSection{
        width: 57%;
        margin: auto;
    }
    #mostPopular{
        width: 57%;
        margin: auto;
    }
    .midcta{
        width: 52%;
        margin: 4rem auto 2rem auto;
    } */

    .topNav-left {
        padding: 1rem 6.25rem;
    }
}

@media (max-width: 1920px) {
    #mostPopular {
        padding: 3rem 100px;
    }

    .productSection {
        padding: 0 100px;
    }

    .productSection .swiper-button-prev {
        left: 7%;
    }

    .productSection .swiper-button-next {
        right: 6%;
    }

    .midcta {
        width: 85%;
        margin: auto;
        margin-top: 2rem;
    }

    .jlight-hero {
        width: 100%;
        margin: auto 100px;
    }
}

@media (max-width: 1440px) {
    .mpop-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 1.6rem;
    }

    /* 
    .productSection{
        width: 96%;
        margin: auto;
    }
    #mostPopular{
        width: 96%;
        margin: auto;
    }
    .midcta{
        width: 96%;
        margin: 4rem auto 2rem auto;
    } */

}

@media (max-width: 1024px) {
    .mh-l-head {
        width: max-content;
    }

    .mpop-head {
        padding-left: 3rem;
        margin-top: 3rem;
    }
}



@media (max-width: 430px) {
    .midcta {
        margin-left: auto;
    }

    .mpop-head {
        padding-left: 1rem;
        margin-top: 3rem;
    }

    .mh-l-head {
        width: unset;
    }

    .tooltipClose {
        top: -17%;
    }

}

/* home page ends */

/* Advertise page css starts  */

.ad-hero {
    width: 88%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 68px auto;
}

.ad-hero>p {
    font-size: 65px;
    font-weight: 700;
    line-height: 79px;
    letter-spacing: 0.01em;
    text-align: left;
    width: 34%;
}

.ad-hero>img {
    border-radius: 11px;
    filter: drop-shadow(0px 2.9754px 2.9754px rgba(0, 0, 0, 0.25));
}

.ad-below {
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.01em;
    text-align: left;
    width: 87%;
    margin: auto;
    margin-bottom: 70px;
}

.ad-promo {
    display: flex;
    flex-direction: column;
    display: flex;
    width: 88%;
    margin: auto;
    row-gap: 58px;
}

.promo-head {
    font-size: 40px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}

.main-promo {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 34px;
}

.promos {
    background: #FFFFFF;
    border: 1.11511px solid #E4E4E4;
    border-radius: 5.20384px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 392px;
    height: 409px;
}

.promos img {
    margin-bottom: 3rem;
}

.p-head {
    margin-bottom: 11px;
    width: 100%;
    text-align: left;
}

.p-head {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.promo-content {
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}

.ad-popup {
    background-color: black;
    position: absolute;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    padding: 23.3px;
    border-radius: 12.05px;
    width: 40rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
}

.ad-popup>p:first-child {
    font-size: 19px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #2493EA;
}

.ad-popup .form-label {
    font-weight: 500;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}

.selapp {
    font-size: 12px;
    font-weight: 500;
    line-height: 0px;
    letter-spacing: -0.01em;
    text-align: left;
}

.checkgroups {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    row-gap: 10px;
}

.checkgroups input[type="checkbox"] {
    cursor: pointer;
    outline: 1px solid #2493EA;
    border: 0px solid white;
    position: relative;
    display: inline-block;
    width: 18px;
    box-shadow: none;
    height: 18px;
    outline: none;
    border: none;
    padding: 0;
    border: 1px solid red;
    position: relative;

}

.checkgroups input[type="checkbox"]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 90%;
    width: 90%;
    border: 1.1px solid #2493EA;
    border-radius: 2px;
}

.checkgroups span {
    display: flex;
    column-gap: 6px;
}

.checkgroups input[type="checkbox"]:checked {
    background-color: red;
}

.adnext-popup {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    row-gap: 20px;
    display: none;
}

.adnext-popup>img {
    width: 6rem;
}

.adnext-popup hr {
    width: 100%;
    border-top: 1px solid #E4E4E4;
    background-color: none;
}


/* Advertise page css ends  */

@media (max-width: 1440px) {
    .midcta {
        width: 90%;
        margin-top: 2rem;
    }
}

@media (max-width: 1280px) {
    #homehero .mySwiper-container {
        width: 100%;
    }

    #homehero {
        flex-direction: column;
        row-gap: 3rem;
    }

    .afternew {
        flex-direction: row;
        background-color: #F5F5F5;
    }
}

@media (max-width: 1024px) {
    .mhead-left {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 15px;
        width: 100%;
    }

    #mostPopular {
        padding: 15px;
    }

    .mh-l-head {
        font-size: 18px;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: -0.01em;
        text-align: left;
    }

    .mpop-head {
        align-items: flex-start;
    }

    .mpop-head .form-link {
        width: 100%;
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: -0.01em;
        text-align: right;
    }

    .mhead-left>div {
        column-gap: 8px;
        width: max-content;
    }

    .shineper p,
    .shineper span {
        width: auto;
    }

    .shineper {
        position: static;
        margin-top: 15px;
        flex-direction: row;
        column-gap: 8px;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
    }

    .shineper p {
        font-size: 12px;
    }

    .product-card {
        padding-bottom: unset;
    }

    .tooltip::after {
        left: 50%;
        transform: translateX(-50%);
        top: -20%;
    }

    .tooltip {
        /* margin-top: -0.5rem; */
        font-size: 14px;
        font-weight: 500;
        line-height: 23px;
        letter-spacing: 0em;
        text-align: left;
        z-index: 9999;
    }
}

@media (max-width: 990px) {
    .ad-hero {
        flex-direction: column-reverse;
        align-items: flex-start;
        row-gap: 2rem;
    }

    .ad-hero,
    .ad-below,
    .ad-promo {
        width: 95%;
    }
}

@media (max-width: 768px) {
    .midcta {
        flex-direction: column;
        padding: 2rem 0 0 0;
    }

    .midcta>div {
        clip-path: none;
        width: 100%;
        margin-top: 2rem;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .shineper p {
        font-size: 16px;
    }

    .shineper img,
    .mhead-left>div img:first-child {
        width: 5rem;
    }

    .tooltip {
        /* margin-top: -.5rem; */
        font-size: 14px;
        font-weight: 500;
        line-height: 23px;
        letter-spacing: 0em;
        text-align: left;
    }

    .main-promo {
        flex-direction: column;
        row-gap: 2rem;
    }

    .roundbtn-div .btn-round {
        font-size: 13px;
        font-weight: 700;
        line-height: 15px;
        letter-spacing: 0em;
        text-align: center;
        width: 370px;
    }

    .ad-popup {
        width: 90%;
        top: 7%;
        transform: translate(-50%, 0);
    }

    .adnext-popup {
        position: absolute;
        top: 10%;
        width: 90%;
    }

    .ad-popup .form-alert {
        width: 100%;
        padding-right: 0;
    }
}

@media (max-width: 600px) {
    .flashPick {
        width: 100%;
    }

    .flashPick {
        background-color: none;
        box-shadow: none;
        border: none;
    }

    .afternew {
        background: #FFFFFF;
        border: 0.901034px solid #D5D9E2;
        box-shadow: 0px 0px 44.451px #CED8DF;
        border-radius: 9.01034px;
    }

    .flashPick-head {
        padding-left: 0;
        position: relative;
    }

    .flashPick-head img {
        position: absolute;
        top: 4.9rem;
        left: 10px;
        width: 4rem;
    }
}

.mobile-slide {
    display: none;
}

.desktop-slide {
    display: block;
}

@media (max-width: 430px) {
    .mobile-slide {
        display: block;
    }

    .desktop-slide {
        display: none;
    }

    .afternew>img {
        width: 9rem;
    }

    .afternew,
    .flashPick-bottom {
        background-color: white;
    }

    #homehero {
        padding: 7px;
    }

    /* #productSection, #productSection2{
        padding: auto;
    } */
    .productSection {
        padding: 0px;
    }

    .midcta>div p {
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: center;
    }

    .midcta>div {
        padding: 1rem;
    }

    .midcta .form-link {
        font-size: 14px;
        font-weight: 700;
        line-height: 15px;
        letter-spacing: 0em;
        text-align: center;
    }

    #productSection2 .pc-upper>img {
        width: 250px;
    }

    .product-card {
        width: 200px;
        height: 350px;
    }

    /* #productSection2 {
        padding: 0 4.25rem;
    }   */
    #productSection2 .product-card .product-label {
        left: 65.5%;
    }

    .mh-l-co {
        font-size: 25px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -0.01em;
        text-align: left;
    }

    .tooltip {
        z-index: 9999;
    }

    .tooltip::before {
        position: relative;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: black;
        opacity: .6;
    }

    .productSection .swiper-wrapper {
        padding: 4px;
    }

    #productSection2 .product-card {
        width: 200px;
    }

    #productSection2 .pc-upper>img {
        width: 84%;
    }

    #productSection2 .product-card {
        height: 407px;
    }

    #productSection2 .product-card .product-label {
        left: 53.5%;
    }

    .ad-hero>p {
        font-size: 32px;
        font-weight: 700;
        line-height: 38px;
        letter-spacing: 0.01em;
        text-align: left;
    }

    .ad-hero>img {
        width: 100%;
    }

    .ad-below {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.01em;
        text-align: left;
        margin-top: 28px;
        margin-bottom: 0;
    }

    .ad-hero {
        margin: 40px auto;
        margin-bottom: 0;
    }

    .promo-head {
        font-size: 28px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0em;
        text-align: left;
        margin-top: 28px;
        margin-bottom: 20px;
    }

    .ad-promo {
        row-gap: 17px;
    }

    .p-head {
        font-size: 21px;
        font-weight: 500;
        line-height: 27px;
        letter-spacing: 0em;
        text-align: left;
    }

    .promo-content {
        font-size: 12px;
        font-weight: 500;
        line-height: 17px;
        letter-spacing: 0em;
        text-align: left;
    }

    .promos {
        width: auto;
        height: auto;
        padding: 70px 30px;
    }

    .roundbtn-div .btn-round {
        width: 80%;
    }

    .main-promo {
        row-gap: 1rem;
    }

    .flashPick-bottom {
        padding-left: 0;
    }
}

@media (max-width: 414px) {

    #productSection2 .product-card,
    #productSection .product-card {
        width: 93%;
        height: 345px;
        margin: 10px;
    }

    #productSection .productSwiper,
    #productSection2 .productSwiper2,
    #productSection2 .productSwiper3 {
        padding: 2rem;
    }

    #productSection2 .product-card {
        /* height: 431px; */
        height: 537px;
    }

    #productSection .pc-lower {
        padding-top: 2.5rem;
    }

    #productSection .product-card {
        height: auto;
    }

    #productSection2 .product-card .product-label {
        left: 66.5%;
    }

    #productSection .productSwiper,
    #productSection2 .productSwiper2,
    #productSection2 .productSwiper3 {
        padding: 9rem;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    #productSection2 .product-card {
        height: 425px;
    }

    #productSection2 .productSwiper2,
    #productSection2 .productSwiper3 {
        padding: 11rem;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    #org-popup {
        width: 310px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 375px) {

    #productSection2,
    #productSection,
    #productSection3 {
        padding: 0;
    }

    .tooltip {
        width: 318px;
    }

    .shineper img,
    .mhead-left>div img:first-child {
        width: 4rem;
    }

    .productSection .product-card {
        width: 180px;
    }

    #productSection .product-card {
        height: max-content;
    }

    .pc-head {
        font-size: 18px;
        margin-top: 1rem;
        line-height: 20px;
    }

    .pc-subhead {
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: -0.01em;
        text-align: left;
        margin: 2px 0;
    }

    #productSection2 .product-card {
        width: 180px;
    }

    .pc-lower {
        padding: 7px;
        position: relative;
    }

    #productSection2 .product-card .product-label {
        left: 49.5%;
    }

    #productSection2 .product-card {
        height: 400px;
    }
}



@media (max-width: 320px) {

    #productSection,
    #productSection2 {
        padding: unset;
    }

    /* #productSection2 .product-card{
        width: 94%;
    } */
    .tooltip {
        width: 253px;
        margin-top: -0.5rem;
        font-size: 11px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: 0em;
        text-align: left;
        padding: 6px;
    }

    .tooltip::after {
        left: 68%;
        transform: translateX(-50%);
        top: -20%;
    }

    #productSection2 .product-card,
    #productSection .product-card {
        width: 93%;
        height: 100%;
        margin: 10px;
    }

    .pc-head,
    #productSection2 .pc-lower>p {
        font-size: 18px;
        line-height: 20px;
        margin-top: 2rem;
    }

    .pc-subhead {
        font-size: 9px;
    }

    #productSection .product-card {
        width: 96%;
        height: 270px;
        margin: 0;
    }

    .flashPick-prices p {
        /* font-size: 10px; */
        font-weight: 500;
        line-height: 13px;
        letter-spacing: -0.01em;
        text-align: left;
    }

    .productSection .swiper-wrapper {
        padding: 0;
    }

    .pc-head,
    #productSection2 .pc-lower>p {
        font-size: 18px;
        line-height: 20px;
        margin-top: 0rem;
    }

    #productSection2 .product-card,
    #productSection .product-card {
        width: 93%;
        height: 345px;
        margin: 10px;
    }

    #productSection .productSwiper,
    #productSection2 .productSwiper2,
    #productSection2 .productSwiper3 {
        padding: 2rem;
    }

    #productSection2 .product-card {
        height: 431px;
    }

    #productSection .pc-lower {
        padding-top: 2.5rem;
    }

    #productSection .product-card {
        height: auto;
    }

    #productSection2 .product-card .product-label {
        left: 59.5%;
    }

    #productSection .productSwiper,
    #productSection2 .productSwiper2,
    #productSection2 .productSwiper3 {
        padding: 9rem;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    #productSection2 .productSwiper2,
    #productSection2 .productSwiper3 {
        padding-right: 4rem;
    }
}



/* Home page css starts */

/* responsiveness code */

@media only screen and (max-width: 2560px) {
    #ceo-right img {
        left: 95rem;
    }

    .below-container {
        height: 75vh;
    }

    #investor-hero {
        height: 50rem;
    }
}

@media only screen and (max-width: 1920px) {
    #ceo-right img {
        left: 70rem;
    }
}

@media (max-width: 1600px) {
    #ceo-right img {
        left: 50rem;
    }
}

@media (max-width: 1440px) {

    .values-head hr {
        width: 60rem;
    }

    .below-group {
        width: 60%
    }

    .below-container {
        height: auto;
    }

}

@media (max-width: 1366px) {
    #ceo-right img {
        left: 41rem;
    }
}

@media (max-width: 1245px) {
    .bottom-head {
        font-size: 32px;

    }

    .bottom-label {
        font-size: 17px;
    }
}



@media (max-width: 1024px) {

    #mission {
        padding: 6rem 8rem;
    }

    #about-features {
        padding: 0rem 1rem 4rem 1rem;
        gap: 1rem;
    }

    .about-feature-button {
        padding: 8px 29px;
    }

    #ceo-right img {
        left: 28rem;
    }

    #ceo-left {
        width: auto;
    }

    #ceo-right img {
        position: static;
        margin-top: 0;
    }

    #ceo {
        flex-direction: column;
        padding-bottom: 0;
    }

    .jlp-hero {
        padding: 1.981rem;
        height: auto;
        flex-direction: column-reverse;
    }

    .jlp-right {
        margin-bottom: unset;
        position: unset;
    }

    .jlp-left {
        margin-top: 1rem;
    }

    .below-group {
        width: 100%
    }

    .bepart-features {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 2rem;
        margin-top: 2.688rem;
        flex-direction: column;
        row-gap: 20px;
    }
}

@media (max-width: 1200px) {
    #ceo-right img {
        left: 28rem;
    }

    .about-feature-button {
        padding: 8px 32px;
    }
}



@media only screen and (max-width: 890px) {

    .values-head hr {
        width: 20rem;
    }

    #about-mission {
        padding: 3rem;
    }

    #values-section {
        padding: 1rem;
    }

    .values-list-items {
        padding: 4px 20px;
    }

    #mission {
        padding: 6rem;
    }

    #about-features {
        flex-wrap: wrap;
    }

    #about-hero {
        height: 15rem;
    }

    #values-section {
        padding: 1rem;
        margin-top: 5rem;
    }

    #ceo-right img {
        width: 90%;
        margin-bottom: -4px;
    }

    .mainNav-primary>a img {
        width: 6rem;
    }

    .navRight button {
        padding: 6px 7px;
    }

    .orgSelect {
        font-size: 10px;
        padding: 7px 3px;
    }

    #topNav-item-2,
    #topNav-item-3 {
        display: none;
    }
}

@media (max-width: 768px) {
    #investor-below {
        padding: 2rem;
    }

    .below-head,
    .below-p {
        width: 100%;
    }

    .topNav-left {
        justify-content: space-between;
        padding: 1rem .7rem;
    }

    .with-premium {
        margin-top: 3.5rem;
    }

    .below-container {
        height: auto;
    }

    .el-popup,
    .con-popup {
        width: 90%;
    }

    .bepart-features {
        flex-direction: column;
        row-gap: 1rem;
    }

    .jlight-right {
        height: 23.704rem;
        width: 23.704rem;
        background-image: url("/assets/images/jlight-hero.jpg");
        background-size: cover;
        background-position: center;
        border-radius: 9.51px;
    }

    .jlight-hero {
        width: 96%;
        padding: 1.667rem;
        padding-left: 1.658rem;
        column-gap: 1rem;
    }

    .jlight-bottom {
        width: 96%;
        padding: 1.326rem;
    }

    .bottom-head {
        line-height: 37px;
    }
}

@media (max-width: 716px) {
    .jlight-hero {
        flex-direction: column-reverse;
        row-gap: 2rem;
        align-items: flex-start;
    }

    .jlight-bottom {
        flex-direction: column-reverse;
        align-items: flex-start;
        row-gap: 2rem
    }

    .searchBox input {
        width: 100%;
    }
}

@media (max-width: 656px) {
    .jlight-left {
        width: 100%;
    }

    .j-bottom-right {
        width: 100%;
        height: 11.75rem;
        background-position: center;
        background-size: cover;
    }

    .jlight-top {
        margin: 1rem;
        width: 96%;
    }

    .jlight-hero {
        padding: 1rem;
    }

    .jlight-right {
        width: 100%;
        height: 19.704rem;
    }

    .bepart-features>div {
        height: 13.501rem;
        width: 18.734rem;
    }

    .bepart-features>div img {
        width: 100px;
        height: 100px;
    }

    .jlight-mid p {
        font-size: 20px;
        line-height: 26px;
    }

    .bepart-features>div img {
        width: 10rem;
        height: 10rem;
    }

    #midimg {
        width: 17rem;
        height: 10rem;
    }

    .bepart-features>div {
        height: 20.501rem;
        width: 21.734rem;
        font-size: 18px;
    }
}




@media only screen and (max-width: 430px) {
    /*#ceo-right img {*/
    /*    width: 19rem;*/
    /*}*/

    #ceo-left {
        width: 20rem;
    }

    .values-head hr {
        width: 22rem;
    }

    .values-list-items {
        padding: 1px 9px;
        font-size: 11px;
    }

    #mission {
        padding: 2rem;
    }

    #letter-main {
        padding: 2rem;
    }

    #letter-main>h2 {
        width: 17rem;
    }

    #about-hero {
        height: 23.438rem;
    }

    #about-hero {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #about-hero h2 {
        font-size: 2rem;
    }

    #about-mission {
        padding: 2rem 1rem;
    }

    .values-list {
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-right: 0.53px solid #283F50;
        border-left: 0.53px solid #283F50;
        padding: 0 13px;
        align-items: center;
        margin: 0px 8px;
    }

    .values-list-items {
        width: 100%;
        text-align: center;
    }

    .values-list-items {
        border: none;
    }

    #mission {
        padding: 2rem;
        width: 100%;
        border-radius: 0;
    }

    #values-section {
        padding: 0;
    }

    #values-section>p {
        width: 16rem;
        text-align: center;
    }

    #mission>h2 {
        margin-bottom: 1rem;
    }

    #ceo {
        padding: 2rem;
        padding-bottom: 0;
    }

    .values-list-items {
        padding: 7px 52px;
        font-size: 16px;
    }

    #letter-main {
        padding: 1rem;
    }

    #letter-main>h2 {
        width: 100%;
        font-size: 22px;
    }

    #letter-main {
        padding: 2rem;
    }

    #letter-main>h2 {
        width: 17rem;
    }

    #letter-main {
        padding: 1rem;
    }

    #letter-main>h2 {
        width: 100%;
        font-size: 24px;
    }

    .backArea {
        font-size: 16px;
    }

    .hero-head {
        font-size: 32px;
        font-weight: 700;
        line-height: 38px;
        letter-spacing: 0.01em;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 2.438rem 0;
        transform: translate(-50%, -50%);
        text-shadow: 10px 10px 20px black;
    }

    #investor-hero {
        width: 100%;
        height: 25rem;
    }

    .form-alert {
        width: unset;
        padding: auto;
        padding-right: 10px;
        margin: 1rem;
    }

    .form-heading {
        font-size: 17.72px;
    }

    form {
        margin-top: 1.072rem;
    }

    .lr {
        flex-direction: column;
        width: 100%;
    }

    .form-heading {
        font-size: 1.5rem;
    }

    .topNav-left img {
        width: 5.375rem
    }

    .jlp-right img {
        width: 16rem;
    }

    .jlp-main-head {
        font-size: 22px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0em;
        text-align: left;
    }

    .jlp-hero {
        padding: 32px;
    }

    .jlp-head-label {
        font-size: 16px;
        font-weight: 500;
        line-height: 43px;
        letter-spacing: 0em;
        text-align: left;
    }

    .jlp-left {
        row-gap: 5px;
    }

    .below-group {
        margin-top: 15px;
        row-gap: 20px;
    }

    .with-premium {
        margin-top: 3.5rem;
    }

    .lr {
        flex-direction: column;
    }

    .el-subhead {
        text-align: center;
        width: 100%;
    }

    .el-head {
        font-size: 16px;
    }

    .below-con-para {
        font-size: 13px;
    }

    .jlight-mid {
        width: 87%;
        margin: 4.642rem auto;
    }

    .bepart-head {
        font-size: 21px;
        font-weight: 500;
        line-height: 25px;
        letter-spacing: -0.02em;
        text-align: center;
        margin-top: 2rem;
        margin-bottom: 10px;
    }

    .bepart-subhead {
        width: 13rem;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0em;
        text-align: center;
        opacity: 70%;
        margin: auto;
    }

    .j-left-content {
        font-size: 17px;
        font-weight: 500;
        line-height: 17px;
        letter-spacing: 0em;
        text-align: left;
        opacity: 60%;
    }

    .jlight-left {
        row-gap: 21px;
    }

    .j-left-head {
        font-size: 23px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0em;
        text-align: left;
    }

    .searchArea {
        position: absolute;
        top: 10rem;
        left: .5rem;
    }

    .mainNav-primary a img:nth-child(2) {
        width: 6rem;
    }

    .orgSelect {
        font-size: 12px;
        padding: 10px;
    }

    .navRight button {
        padding: 6px 7px;
    }

    #topNav-item-2,
    #topNav-item-3 {
        display: none;
    }

    #upperFooter {
        flex-wrap: wrap;
        row-gap: 40px;
        flex-direction: column;
    }

    .footerLogo {
        display: flex;
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 375px) {
    #investor-hero {
        height: 28rem;
    }

    .below-head {
        font-size: 22px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: -0.01em;
        text-align: center;

    }

    .below-p {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: center;

    }

    #form-div {
        position: static;
        transform: unset;
        padding: 1.5rem;
        /* margin: 1.5rem; */
    }

    .lr {
        flex-direction: column;
    }

    #investor-hero {
        margin-top: 0;
    }

    .jlp-hero {
        padding: 2rem 17px;
    }

    .below-container {
        margin: 13px;
        padding: 1.735rem 1.313rem;
    }

    .below-group {
        row-gap: 10px;
    }

    .below-head {
        font-size: 22px;
        font-weight: 500;
        line-height: 43px;
        letter-spacing: 0em;
        text-align: center;
    }

    .with-premium::before {
        width: 90.7%;
    }

    .with-premium {
        margin-top: 4rem;
    }

    .bottom-label {
        font-size: 11px;
    }

    .bottom-head {
        line-height: 26px;
        font-size: 25px;
        margin-top: 0;
    }

    .jlight-top {
        width: 75%;
        text-align: center;
        margin: 1rem auto;
        font-size: 12px;
    }

    .below-head {
        font-size: 22px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: -0.01em;
        text-align: center;

    }

    #navRight-3 img {
        width: 1rem;
    }
}


@media (max-width: 360px) {

    #ceo {
        padding: 2rem;
        padding-bottom: 0;
    }

    #values-nav {
        padding: 0;
    }

    .values-list-items {
        padding: 1px 6px;
        font-size: 11px;
    }

    .values-list-items {
        padding: 7px 52px;
        font-size: 16px;
    }
}

@media (max-width: 376px) {


    #ceo-left {
        width: 16rem;
    }


}

@media (max-width: 320px) {


    #about-mission {
        padding: 2rem;
    }

    #ceo-left {
        width: 16rem;
    }

    .values-head hr {
        width: 14rem;
    }

    .values-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #values-list-item-6 {
        border-left: 0;
    }

    #ceo-right img {
        width: 17rem;
        margin-bottom: -4px;
    }

    .topNav-left {
        padding: 1rem 4px;
    }

    #top-nav .btn-primary {
        padding: 0.625rem 1.5rem;
        font-size: 11px;
    }

    .with-premium::before {
        width: 89.5%;
    }

    .bepart-features>div img {
        width: 7rem;
        height: 7rem;
    }

    #midimg {
        width: 13rem;
        height: 8rem;
    }

    .be-feature {
        row-gap: 0.873rem;
    }

    .bepart-features>div {
        height: 18.501rem;
        width: 18.734rem;
    }

}

footer {
    margin-top: 4.563rem;
}

/* responsiveness code */

/* popup code (menu popup, org popup, location popup)*/

#menupopup {
    display: none;
}

#org-popup {
    display: none;
}

.btn-unselected {
    background-color: transparent;
    color: #2493EA;
}

#org-popup {
    position: absolute;
    top: 5%;
    background: #FFFFFF;
    filter: drop-shadow(0px 3.14701px 3.14701px rgba(0, 0, 0, 0.25));
    padding: 15px;
    z-index: 9999;
    width: 500px;
    border-radius: 8px;
    z-index: 9999;
}

@media (max-width: 1024px) {
    #org-popup {
        position: absolute;
        left: 50%;
        top: 20%;
        transform: translate(-50%, 0%);
        background: #FFFFFF;
        filter: drop-shadow(0px 3.14701px 3.14701px rgba(0, 0, 0, 0.25));
        padding: 15px;
        z-index: 9999;
        width: 500px;
        border-radius: 8px;
        z-index: 9999;
    }
}

#org-popup-after {
    position: absolute;
    top: -3%;
    left: 96.5%;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
}

.blackOverlay {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    z-index: 9998;
    opacity: 80%;
    display: none;
}

.org-left button {
    padding: 25px;
    border-radius: 12px;
    outline: none;
    border: 1.18px solid #2493EA;
    background-color: #F4FAFF;
}

.org-lr {
    margin-top: 1rem;
    padding: 1rem 0 10px 0;
    border-top: .79px solid #e6e6e6;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.org-right {
    padding: 12px;
    border-radius: 8px;
    background-color: #F4FAFF;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    justify-content: space-between;
    border: 1.18px solid #BECDD8;
}

#org-popup .btnDiv .btn-primary {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: center;
    padding: 6px 20px;
}

#org-popup .btnDiv {
    display: inline-block;
    border: .79px solid #BECDD8;
    padding: 5px;
    border-radius: 4px;
    background-color: #F4FAFF;
}


#orgSelect {
    cursor: pointer;
}

#locationPopup {
    padding: 20px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
    position: absolute;
    background-color: white;
    width: 550px;
    border-radius: 8px;
    z-index: 9999;
    top: 20%;
    left: 28%;
    box-shadow: 0px 0px 19.1315px rgba(184, 184, 184, 0.25);
}

#locationPopup p:first-child {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    width: 100%;
    text-align: left;
}

#locationPopup hr {
    border-top: 1.5px solid #CACACA;
    width: 100%;
}

#locationPopup>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    column-gap: 15px;
}

.btn-yellow {
    background-color: #fdcf28;
    color: black;
}

.btn-yellow:hover {
    background-color: #f7c820;
    color: black;
}

.btn-yellow:focus {
    background-color: #f7c820;
    color: black;
    border: 0 solid none;
}

/* pay popup css */

#payPopup {
    background: white;
    padding: 2rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 25%;
    row-gap: 15px;
    border-radius: 7.59px;
    z-index: 9999;
}

#voucherHide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    row-gap: 15px;
}

.businessInfo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 500;
    column-gap: 8px;
}

.businessInfo img {
    width: 26px;
    height: 26px;
}

.payInstructions {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.payAmount {
    font-size: 52px;
    font-weight: 500;
}

.amountBetween {
    display: flex;
    align-items: baseline;
    column-gap: 10px;
}

.amountBetween p {
    font-size: 16px;
    font-weight: 500;
}

.blackx {
    cursor: pointer;
}

.amountBetween>div {
    display: flex;
    align-items: center;
    justify-content: space-around;
    column-gap: 5px;
    margin-top: 10px;
}

.amountBetween span {
    background-color: #D5EDFF;
    color: #2493EA;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 18px;
    border-radius: 20px;
}

.numberGrid {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 3.5rem;
    row-gap: 1rem;
    margin: 15px auto;
}

.numberGrid .number {
    font-size: 24px;
    background-color: #F4F4F5;
    height: 64.42px;
    width: 64.42px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 500;
    color: black;
}

.numberGrid .number:hover {
    background-color: #f0f0f0;
}

#payPopup .btn-primary {
    width: 100%;
    font-size: 14.66px;
    margin-top: 2rem;
}

#payPopup .greyhelp {
    position: absolute;
    top: 1%;
    left: 2%;
}

.payPopupClose {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translate(-70%, -0%);
    width: 55px;
    cursor: pointer;
    z-index: 9999;
}

#ppOverlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 45%;
    display: none;
}

.payPopupReview {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    position: absolute;
    background-color: white;
    padding: inherit;
    bottom: 0;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    display: none;
}

.payPopupReview>p {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
}

.purchaseAmount p,
.payShineDon p {
    font-size: 22px;
    font-weight: 500;
}

.fv-main .payShineDon p {
    font-size: 22px;
}


.purchaseAmount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

.purchaseAmount div {
    display: flex;
    align-items: center;
    /* width: 30%; */
    column-gap: 25px;
}

.payPopupReview hr {
    border: none;
    border-top: 0.76px solid black;
    width: 100%;
}

.payShineDon {
    color: #2393E9;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.paymentMethod {
    width: 100%;
    background-color: white;
}

.paymentMethod>p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.selectPaymentMethod {
    border: 1.14px solid #e4e4e4;
    display: flex;
    justify-content: space-between;
    border-radius: 5.32px;
    padding: 15px;
    align-items: center;
    cursor: pointer;
}

.selectPaymentMethod:hover {
    background-color: #f7f7f7;
}

.pMethod {
    align-items: center;
    display: flex;
    column-gap: 10px;
    font-size: 14px;
    font-weight: 500;
}

.pMethod img {
    width: 40px;
}

.paymentMethod .btn-yellow {
    margin-top: 20px;
}

.paySecure {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    column-gap: 10px;
}

.paySecure p {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

.securedPopup .sp-head {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    width: 253px;
    line-height: 27px;
}

.securedPopup .sp-content {
    font-size: 14px;
    font-weight: 500;
}

.securedPopup {
    display: none;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    background-color: white;
    border-radius: 11.4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: inherit;
    width: 85%;
    z-index: 9999;
}

.pm-upper {
    height: 100%;
    width: 100%;
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    display: none;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.paySecure span {
    cursor: pointer;
}

.securedPopup .btn-round {
    width: 100%;
}

#finalVoucher {
    /* height: 100%; */
    width: 100%;
    background-color: #f5f4f9;
    border-radius: inherit;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 20px;
    padding-top: 1.6rem;
}

.fv-head {
    font-size: 26px;
    font-weight: 500;
}

.fv-price {
    font-size: 48px;
    font-weight: 500;
}

.fv-main {
    padding-top: 2rem;
    background-color: white;
    width: 100%;
    padding: 1.6rem;
    border-radius: inherit;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.gme {
    background-color: #D5EDFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    padding: 1.5rem;
    border-radius: 14px;
}

.gme-1 {
    font-size: 20px;
    font-weight: 500;
}

.gme-2 {
    font-size: 36px;
    font-weight: 500;
}

.fvm-head {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.fvm-content {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}


.fvm-head:first-child {
    font-size: 22px !important;
}

.fvm-content:first-child {
    font-size: 35px !important;
}

.fv-gtmv {
    display: flex;
    color: #2393e9;
    font-size: 20px;
    font-weight: 500;
    column-gap: 14px;
    align-items: center;
    margin-top: 15px;
}

#finalVoucher>.btn-primary {
    position: relative;
    margin-bottom: -8%;
}

/* pay popup css */

@media (max-width: 2560px) {
    .payPopupClose {
        transform: translate(-70%, -50%);
    }
}

@media (max-width: 1440px) {
    #locationPopup {
        top: 30%;
        left: 10%;
    }

    #payPopup {
        width: 34%;
    }
}

@media (max-width: 1024px) {
    #locationPopup {
        top: 13%;
        left: 55%;
        width: auto;
    }

    #payPopup {
        width: 47%;
    }

    .bepart {
        width: 90% !important;
    }

    .bepart-features {
        flex-direction: row;
    }

    #menupopup {
        position: absolute;
        left: 0;
        top: 10rem;
        background: #FFFFFF;
        box-shadow: 0px 0px 24.2669px rgba(184, 184, 184, 0.25);
        z-index: 9999;
        width: 300px;
    }

    #logo button {
        cursor: pointer;
    }

    #menupopup a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: 0em;
        text-align: left;
        color: black;
        display: block;
    }

    #menupopup li {
        padding: 7px 14px;
        border: .71px solid #e6e6e6;
    }

    #menupopup .btn-primary {
        margin: 14px;
    }

    #menupopup ul li:first-child {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #locationPopup {
        left: 50%;
        transform: translateX(-50%);
    }

    #payPopup {
        width: 100%;
        left: unset;
        transform: unset;
        height: max-content;
        bottom: 0;
    }

    .topNav-left,
    .mainNav-primary {
        padding: 1rem 1.25rem;
    }
}

@media (max-width: 820px) {
    .b-feature {
        padding: 10px;
    }

    .feature-number {
        font-size: 13px;
        width: 2rem;
        height: unset;
    }

    .b-feature:nth-child(2) img {
        width: 120px;
        height: 100px;
    }

}

@media (max-width: 768px) {
    #menupopup {
        position: absolute;
        left: 0;
        top: 10rem;
        background: #FFFFFF;
        box-shadow: 0px 0px 24.2669px rgba(184, 184, 184, 0.25);
        z-index: 9999;
        width: 300px;
    }

    #logo button {
        cursor: pointer;
    }

    #menupopup a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: 0em;
        text-align: left;
        color: black;
        display: block;
    }

    #menupopup li {
        padding: 7px 14px;
        border: .71px solid #e6e6e6;
    }

    #menupopup .btn-primary {
        margin: 14px;
    }

    #menupopup ul li:first-child {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #locationPopup {
        left: 50%;
        transform: translateX(-50%);
    }

    #payPopup {
        width: 100%;
        left: unset;
        transform: unset;
        height: max-content;
        bottom: 0;
    }

    .numberGrid {
        width: 60%;
    }

    .payPopupClose {
        top: 1%;
        left: 97%;
        width: 35px;
    }

    .payPopupReview {
        padding-bottom: 50px !important;
    }
}

@media (max-width: 590px) {
    .bepart-features {
        flex-direction: column;
    }

    .b-feature img,
    #midimg {
        height: unset;
        width: unset;
    }
}

@media (max-width: 430px) {
    .payPopupClose {
        transform: translate(-70%, 0%);
    }

    .numberGrid .number {
        background-color: transparent;
    }

    #menupopup {
        top: 9rem;
    }

    #org-popup {
        padding: 8px;
        width: 90%;
    }

    #locationPopup {
        left: 50%;
        width: 310px;
    }

    .mpop-head {
        margin-top: 0;
    }

    #org-popup-after {
        left: 93.5%;
    }

    .payInstructions {
        font-size: 14px;
    }

    #payPopup {
        padding: 1rem;
        top: unset;
        left: unset;
        transform: unset;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .payAmount {
        font-size: 38.11px;
    }

    .amountBetween p {
        font-size: 11.72px;
        text-align: center;
    }

    .numberGrid .number {
        width: 54px;
        height: 54px;
    }

    .numberGrid {
        column-gap: 40px;
    }

    .purchaseAmount p,
    .payShineDon p {
        font-size: 16.17px;
    }

    .fv-main .payShineDon {
        margin-bottom: 0;
    }


    .fv-main .payShineDon p {
        font-size: 19.24px;
    }



    .paymentMethod>p {
        font-size: 13px;
    }

    .pMethod,
    .paySecure p {
        font-size: 10.29px;
    }

    .securedPopup .sp-head {
        font-size: 17.65px;
        line-height: 19px;
    }

    .securedPopup .sp-content {
        font-size: 10.3px;
    }

    #finalVoucher>.btn-primary {
        margin-bottom: -20%;
    }

    .fv-head {
        font-size: 19.19px;
    }

    .fv-price {
        font-size: 35.43px;
    }

    .fvm-head {
        font-size: 11.81px;
    }

    .fvm-content {
        font-size: 16.34px;
    }

    .fv-gtmv {
        font-size: 14.17px;
    }

    #finalVoucher>.btn-primary {
        margin-bottom: -10%;
    }

    .gme-1 {
        font-size: 14.78px;
    }

    .gme-2 {
        font-size: 26.57px;
    }

    .payPopupClose {
        width: 40px;
    }

    .securedPopup {
        padding: 20px;
    }

    .payPopupReview>p {
        font-size: 20.58px;
    }

    .gme img {
        width: 9rem;
    }

    #finalVoucher>.btn-primary {
        font-size: 18px;
        font-weight: normal;
    }

    .payPopupClose {
        width: 30px;
        left: 96%;
        top: 1%;
    }

    .numberGrid {
        width: 84%;
    }

    .amountBetween span {
        font-size: 10.26px;
    }

    .businessInfo {
        font-size: 16.12px;
    }

    .payPopupReview {
        height: 80%;
    }
}

@media (max-width: 375px) {
    #org-popup {
        width: 300px;
    }

    .org-left button {
        padding: 15px;
    }

    .org-right {
        padding: 6px;
    }

    #payPopup {
        padding: 10px;
    }

    .payPopupReview {
        padding: 14px;
    }

    .numberGrid .number {
        font-size: 18px;
    }

    .fv-main {
        padding: 25px 1rem;
    }

    .payPopupClose {
        top: 1%;
    }
}

@media (max-width: 320px) {
    #org-popup {
        transform: translateX(-50%);
    }

    #org-popup-after {
        left: 93%;
    }

    #locationPopup {
        left: 50%;
        transform: translateX(-50%);
        width: 280px;
    }

    .numberGrid {
        width: 95%;
    }

    .purchaseAmount div {
        column-gap: 15px;
    }
}

/* popup codes end */


/* org selection css */

.btn-unselected svg path {
    fill: #2493EA;
}

.btn-selected svg path {
    fill: white;
}

.btn-selected {
    background-color: #2493EA;
    color: white;
}

.btn-unselected {
    background-color: white;
    color: #2493EA;
}

/* org selection css */

.sort-options {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 24.2669px rgba(184, 184, 184, 0.25);
    border-radius: 7.13733px;
    margin-top: 1rem;
    position: absolute;
    z-index: 9999;
    margin-top: 4rem;
    overflow: hidden;
    display: none;
}

.sort-option,
.sort-selector {
    background-color: white;
    outline: none;
    border: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
    padding: 11px 17px;
    cursor: pointer;
}

.sort-option:hover {
    background-color: #fafafa;
}

.sort-option:nth-child(2) {
    border-top: 0.71px solid #cacaca;
    border-bottom: 0.71px solid #cacaca;
}

.sort-selector {
    border: 0.74px solid #2393E9;
    border-radius: 5.25px;
}

.sort {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.sort-option {
    width: 12rem;
}

.shinedonmob {
    display: none;
}

@media (max-width: 768px) {
    .shinedonmob {
        display: unset;
    }

    .shinedondesk {
        display: none;
    }
}

#about-hero,
#about-mission,
#ceo,
#values-section,
#about-features {
    padding: 4rem 7.25rem;
    width: 100%;
}

#mission {
    padding-top: 6rem;
    padding-bottom: 6rem;
    width: 100%;
}

.values-head {
    width: 100%;
}

.values-head hr {
    width: 100%;
}

#ceo {
    margin-bottom: 2rem;
}

#about-features {
    padding-top: 0;
    align-items: stretch;
}

@media (max-width: 1024px) {

    #about-hero,
    #about-mission,
    #ceo,
    #values-section,
    #about-features {
        padding: 4rem 1rem;
    }

    #ceo {
        padding-bottom: 0;
    }

    .topNav-left {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #about-features {
        padding-top: 0;
    }

    #values-section {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .mainNav-secondary {
        margin-top: 3rem;
    }

    .mainNav-primary>a img {
        width: 8rem;
    }

    #logo>button {
        display: unset;
    }

    .searchArea {
        position: absolute;
        top: 10rem;
        left: 1rem;
        width: 95%;
        justify-content: space-between;
    }
}

.pagination-numbers>div a.number-selected {
    background-color: #2493EA;
    color: white;
}

.pagination-numbers>div a {
    color: black;
}

.hr-separator {
    display: none;
    margin: 1rem 0;
}

.categorySwiper .swiper-slide {
    width: 140px;
}

.categorySwiper a {
    text-decoration: none;
    color: black;
}

.dec-font {
    font-weight: normal;
    font-size: 22px;
}

#loClose {
    position: absolute;
    top: -2%;
    left: 97%;
    cursor: pointer;
}

@media (min-width: 1024px) {
    .tooltipClose {
        display: none;
    }



}

@media (max-width: 590px) {
    .hr-separator {
        display: block;
        border: none;
        border-bottom: 0.4px solid #e4e4e4;
    }
}

@media (max-width: 430px) {

    .dec-font {
        font-weight: normal;
        font-size: 16px;
    }

    .categorySwiper .swiper-wrapper {
        padding-left: 0;
    }

    .categorySwiper .swiper-slide {
        width: 110px;
    }

    #loClose {
        position: absolute;
        top: -2%;
        left: 94%;
    }

}

@media (max-width: 375px) {
    .categorySwiper .swiper-wrapper {
        padding-left: 20px;
    }

    .tooltipClose {
        top: -15%;
    }
}

#jlsClose {
    position: absolute;
    top: -1%;
    left: 99%;
    width: 2rem;
    cursor: pointer;
}

.productcatmob {
    display: none !important;
}


.btnYellow {
    background-color: #FFD814 !important;
    color: black;
}

.btnYellow:hover {
    background-color: #e4c114 !important;
    color: black;
}

@media (max-width: 590px) {
    #jlsClose {
        left: 94%;
    }

    .jlssvg {
        width: 12rem;
    }

    .product-category {
        row-gap: .5rem;
    }

    .productcatmob {
        display: flex !important;
    }

    .productcatdesk {
        display: none !important;
    }

    .btn-big {
        font-size: 12px;
        padding: -0.1rem 2.5rem;
    }

    .btnYellow {
        margin-bottom: 2rem;
    }

}

@media (max-width: 375px) {
    #jlsClose {
        left: 93%;
    }
}

@media (max-width: 320px) {
    #jlsClose {
        left: 93%;
    }
}

.jlsTrigger {
    text-decoration: none;
    cursor: pointer;
}

.hide-tooltip {
    display: none !important;
}

.show-tooltip {
    display: unset !important;
}

.ppa-edit {
    cursor: pointer;
}

.sdmob {
    display: none !important;
}

@media (max-width: 590px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    #mySwiper-2 .swiper-button-next,
    #mySwiper-2 .swiper-button-prev {
        display: flex !important;
    }

    .sdmob {
        display: unset !important;
    }

    .sddesk {
        display: none !important;
    }

}

@media (max-width: 414px) {
    .mma-line-runway {
        width: 140% !important;
    }
}

@media (max-width: 390px) {
    .mma-line-runway {
        width: 150% !important;
    }
}

@media (max-width: 375px) {
    .mma-line-runway {
        width: 156% !important;
    }
}

@media (max-width: 360px) {
    .mma-line-runway {
        width: 163% !important;
    }
}

@media (max-width: 320px) {
    .mma-line-runway {
        width: 185% !important;
    }
}

.premiumCashback {
    position: absolute;
    top: -1%;
    left: 100%;
    transform: translateX(-100%);
}

/* .pc-head {
    margin-top: 1.5rem;
} */