﻿body {
    background-color: #FFF;
}

.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;
}

    .jlight-top .form-link {
        font-size: inherit;
        font-weight: 700;
    }

.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: center;
    row-gap: 1.662rem;
    width: 37rem;
}

    .jlight-left > img {
        width: 50%;
    }

.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%;
}

.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;
}

.jlight-right {
    height: 23.704rem;
    width: 23.704rem;
    background-image: url(/Content/Images/User/jlight-hero2.png);
    background-size: cover;
    background-position: center;
    border-radius: 7px;
}

.frt {
    margin-top: 4rem;
}

.bepart-head {
    font-size: 36px;
    font-weight: 500;
    line-height: 43px;
    letter-spacing: -0.02em;
    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;
}

.b-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.779rem;
    row-gap: 2.873rem;
    border: 1.11px solid #2493EA;
    border-radius: 8px;
    position: relative;
    flex: unset;
    height: 22.313rem;
    width: 24.313rem;
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
}

.b-feature:nth-child(1) img {
    height: 140px;
    width: 140px;
}

.b-feature:nth-child(2) img {
    height: 140px;
    width: 196px;
}

.b-feature:nth-child(3) img {
    height: 137px;
    width: 137px;
}

.feature-number {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2493EA;
    border-radius: 100%;
    color: white;
    height: 2rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: .5rem;
    font-size: 18px;
}

.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;
    }

.jlight-bottom {
    width: 95%;
    margin: auto;
    padding: 3.326rem;
    background-color: #F4F9FE;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 1rem;
}

    .jlight-bottom .bottom-label {
        text-transform: uppercase;
        color: #2393E9;
        font-size: 20px;
        font-weight: 500;
        line-height: 23px;
        letter-spacing: 0em;
        text-align: left;
        text-shadow: 0 4px 4px #bdbdbd;
    }

.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 {
    padding: 0.625rem 2.5rem;
    background-color: #FFD814;
    color: #000;
    font-weight: 700;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 22px;
    margin: 2.366rem 0;
}

.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(/Content/Images/User/bottom-hero.jpg);
    background-repeat: no-repeat;
    background-size: contain !important;
}

@media (max-width: 1920px) {
    .jlight-hero {
        width: 88%;
        margin: auto;
        border-radius: 5.18515px;
    }
}

@media (max-width: 1440px) {
    .jlight-hero {
        width: 85%;
    }
}

@media (max-width: 1024px) {
    .bepart-features {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 2rem;
        margin-top: 2.688rem;
        flex-direction: row;
        row-gap: 20px;
    }

    .b-feature {
        width: 30%;
    }
}

@media (max-width: 768px) {
    .jlight-right {
        height: 23.704rem;
        width: 23.704rem;
        background-image: url(/Content/Images/User/jlight-hero2.png);
        background-size: cover;
        background-position: center;
        border-radius: 9.51px;
    }

    .b-feature {
        height: 20.501rem;
        width: 21.734rem;
        font-size: 18px;
    }

    .bepart-features {
        flex-direction: column;
        row-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;
    }
}

@media (max-width: 656px) {
    .jlight-top {
        margin: 1rem;
        width: 96%;
    }

    .jlight-left {
        width: 100%;
    }

    .jlight-hero {
        padding: 1rem;
    }

    .jlight-right {
        width: 100%;
        height: 19.704rem;
    }

        .b-feature img {
            width: 10rem;
            height: 10rem;
        }

    .b-feature:nth-child(3) img {
        height: 137px;
        width: 137px;
    }

    #midimg {
        width: 17rem;
        height: 10rem;
    }

    .jlight-mid p {
        font-size: 20px;
        line-height: 26px;
    }

    .j-bottom-right {
        width: 100%;
        height: 11.75rem;
        background-position: center;
    }
}

@media (max-width: 590px) {
    .b-feature:nth-child(1) img {
        height: 100px !important;
        width: 100px !important;
    }

    .b-feature:nth-child(2) img {
        height: 100px !important;
        width: 140px !important;
    }

    .b-feature:nth-child(3) img {
        height: 100px !important;
        width: 100px !important;
    }
}

@media (max-width: 430px) {
    .jlight-top {
        text-align: center;
        line-height: 14.06px;
    }

    .jlight-hero {
        width: 92%;
    }

    .jlight-left {
        row-gap: 21px;
    }

        .jlight-left > img {
            width: 70%;
        }

    .j-left-head {
        font-size: 23px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0em;
        text-align: left;
    }

    .j-left-content {
        font-size: 17px;
        font-weight: 500;
        line-height: 17px;
        letter-spacing: 0em;
        text-align: left;
        opacity: 60%;
    }

    .frt {
        margin-top: 2rem;
    }

    .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;
    }

    .b-feature:nth-child(1) img {
        width: 100px;
        height: 100px;
    }

    .b-feature:nth-child(2) img {
        width: 140px;
        height: 99px;
    }

    .b-feature:nth-child(3) img {
        width: 82px;
        height: 82px;
    }

    .jlight-mid {
        width: 87%;
        margin: 4.642rem auto;
    }

    .jlight-bottom .bottom-label {
        font-size: 14px;
        text-shadow: 0 4px 4px #bdbdbd;
    }

    .jlight-bottom .bottom-head {
        font-size: 25px;
        width: 15rem;
        line-height: 31.4px;
        margin-top: 0.865rem;
    }
}
