@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {

    font-family: "Poppins", sans-serif;
}

body {
    height: 100%;
    width: 100%;
}

.main {
    overflow-x: hidden;
    height: 100%;
    width: 100%;
}

.nav {
    /* background-color: rgb(226, 180, 45); */
    background-color: white;
    /* background-color: red; */
    color: red;
    padding: .5vmax 0;
    display: flex;
    justify-content: center;
}

.nav h3 {
    text-align: center;
    font-size: 26.5px;
    font-weight: 600;
    width: 100%;
    /* text-transform: uppercase; */
}


.nav h2 {
    text-transform: uppercase;
    color: red;
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.bg-line {
    border: 2px solid yellow solid red;
    border-radius: 10px;
    padding: 1vmax .5vmax;
    transition: .25s;
}

.bg-line:hover {
    border: 2px solid yellow solid #46CC6B;
}

.hero-section {
    /* background-color: #1B1530; */

    color: white;
    /* padding: 0 14vmax; */
    /* padding-bottom: 2vmax; */
}

.bg-img-dark {
    background: url(./img/hero_bg2.png);
    padding: 1.5vmax 14vmax;
    background-position: center;
    background-size: cover;
}

.hero-section .hero-sectiono-top {
    text-align: center;
    /* padding-top: 2vmax; */
}

.hero-section .hero-sectiono-top h1 {
    font-size: 80px;
    font-weight: 600;
}

.hero-section .hero-sectiono-top h1 span {
    color: #46CC6B;
}

#advance-otion span {
    color: #DB2E2E;
}

#option-h12 span {
    color: #F43D57;
}

.hero-section .hero-sectiono-top h2 {
    margin-top: -1vmax;
    font-size: 30px;
    font-weight: 600;
    line-height: 3vmax;
}

.hero-section .hero-sectiono-top h2 span {
    text-transform: uppercase;
    color: #EFE507;
}

.hero-section .hero-sectiono-top h3 {
    font-weight: 600;
    font-size: 24px;
    margin-top: 1.5vmax;
}

.hero-workshop-main {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 2vmax; */
}

.hero-workshop {
    border: 2px solid yellow solid #46CC6B;
    border-radius: 5px;
    width: 68%;
    padding: 0;
}

.hero-workshop-main .hero-workshop h3 {
    font-size: 26px;
    /* background-color: blue; */
    line-height: initial;
    margin: initial;
    padding: .5vmax 0;
}

.hero-workshop-main .hero-workshop h3 span {
    color: #46CC6B;
}



.hero-sectiono-center {
    padding: 0 5vmax;
    margin-top: .8vmax;
}

.hero-sectiono-center iframe {
    width: 100%;
    height: 30vmax;
    border-radius: 7px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.233);
}

.hero-sectiono-bttom {
    /* margin-top: 2.5vmax; */
}

.hero-sectiono-bttom .hero-sectiono-bttom-top {
    text-transform: uppercase;
    padding: 0 8vmax;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-sectiono-bttom-top div {
    /* background-color: green; */
    /* background-color: green; */
    width: 85%;
    text-align: center;
    padding: .5vmax 0;
    border-radius: 8px;
    animation: 2s linear 0s infinite normal none running wiggle;
}




.hero-sectiono-bttom .hero-sectiono-bttom-top div a {
    color: white;
    text-decoration: none;
    line-height: 0.4vmax;

}

.hero-sectiono-bttom .hero-sectiono-bttom-top div a h2 {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5vmax;
}

.hero-sectiono-bttom .hero-sectiono-bttom-top div a p {
    font-size: 20px;
}

.hero-sectiono-bttom .hero-sectiono-bttom-top div a h2 i {
    font-size: 45px;
    font-weight: 100;
}

.hero-sectiono-bttom-top h1 {
    font-weight: 600;
    margin-top: 1.5vmax;
}

.hero-sectiono-bttom-center {
    margin-top: 1vmax;
}


@media only screen and (max-width: 600px) {
    .section1-pading {
        padding: 0 2vmax;
    }

    .nav {
        padding: 2vmax 0;
    }

    .nav h3 {
        font-size: 16px;
    }






    .hero-section .hero-sectiono-top h1 {
        font-size: 25px;
        font-weight: 600;
    }

    .hero-section .hero-sectiono-top h1 span {
        color: #EFE507;
    }

    .hero-section .hero-sectiono-top h2 {
        margin-top: -1vmax;
        font-weight: 600;
        font-size: 14px;
        line-height: 3.5vmax;
    }

    .hero-section .hero-sectiono-top h2 span {
        color: #EFE507;
    }

    .hero-section .hero-sectiono-top h3 {
        font-weight: 400;
        margin-top: 1.5vmax;
        font-size: 16px;
    }

    .hero-workshop {
        width: 100%;
    }



    .hero-sectiono-center {
        padding: 0;
        margin-top: 1vmax;
    }

    .hero-sectiono-bttom .hero-sectiono-bttom-top {
        text-transform: uppercase;
        display: flex;
        flex-direction: column;
        align-items: center;

        padding: 0;
    }

    .hero-sectiono-bttom .hero-sectiono-bttom-top div {
        background-color: green;
        width: 100%;
        text-align: center;
        border-radius: 8px;
        padding: 1vmax;
    }

    .hero-sectiono-bttom .hero-sectiono-bttom-top div a {
        color: white;
        text-decoration: none;
        line-height: 0.4vmax;

    }

    .hero-sectiono-bttom .hero-sectiono-bttom-top div a h2 {
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .5vmax;

        font-size: 18px;
    }

    .hero-sectiono-bttom .hero-sectiono-bttom-top div a p {
        font-size: 16px;
    }

    .hero-sectiono-bttom .hero-sectiono-bttom-top div a h2 i {
        font-size: 35px;
        font-weight: 100;
    }

    .hero-sectiono-bttom-top h1 {
        font-weight: 600;
        margin-top: 3vmax;

        text-align: center;
    }

    .hero-sectiono-bttom-center {
        margin-top: 3vmax;
    }



}


.bttom-center-card {
    display: flex;
    align-items: flex-start;
    gap: .5vmax;
    border: 2px solid yellow solid rgb(226, 180, 45);
    padding: 1vmax 2vmax 0 1vmax;
    border-radius: 5px;
}

.bttom-center-card i {
    font-size: 24px;
    color: #EFE507;
}

.bttom-center-card p {
    font-size: 20px;
}



.hero-sectiono-bttom .hero-sectiono-bttom-top-new {
    margin-top: 1.5vmax;
}








.hero-sectiono-bttom .hero-sectiono-bttom-top-new div {
    /* background-color: green; */
    background-color: green;
    width: 100%;
    text-align: center;
    padding: .5vmax 0;
    border-radius: 8px;
    animation: 2s linear 0s infinite normal none running wiggle;
}


.hero-sectiono-bttom-top-new h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 1vmax;
}

.hero-sectiono-bttom-top-new h4 span {
    color: #38F85D;
}

.hero-section-bottom {
    background-color: #131847;
    color: white;
    text-align: center;
    padding: 2.5vmax 0;
}

.hero-section-bottom h4 {
    font-size: 24px;
    font-weight: 600;
}

.hero-section-bottom h4 span {
    color: #E69B2F;
}

.hero-section-bottom h3 {
    font-size: 26px;
    color: #EFE507;
}


@media only screen and (max-width: 600px) {

    .bttom-center-card {
        margin-bottom: 2vmax;
    }



    .hero-sectiono-bttom-top-new h4 {
        font-weight: 600;
        font-size: 16px !important;
        text-align: start;
        margin-top: 3vmax;
        margin-bottom: 2vmax;
    }

    .hero-section-bottom {
        background-color: #131847;
        color: white;
        text-align: center;
        padding: 2.5vmax 0;
    }

    .hero-section-bottom h4 {
        font-size: 16px;
        font-weight: 600;
    }

    .hero-section-bottom h4 span {
        color: #E69B2F;
    }

    .hero-section-bottom h3 {
        font-size: 16px;
        color: #EFE507;
    }

}



.section1-pading {
    padding: 0 14vmax;
    padding-bottom: 3vmax;
}

.section1 {
    padding-top: 3vmax;
    background: #F6F6F6;
}

.section1-card {
    display: flex;
    align-items: flex-start;
    gap: .5vmax;
    padding: 1.5vmax 2vmax 0 1.5vmax;
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.164);
    background-color: white;
    margin-bottom: 2vmax;
}

.section1-card p {
    font-size: 20px;
    margin-top: -.5vmax;
}

.section1 h1 {
    text-align: center;
    font-weight: 700;
}

.section1 h1 span {
    color: #008C2F;
}


@media only screen and (max-width: 600px) {
    .section1-pading {
        padding: 0 1vmax;
        padding-bottom: 3vmax;
    }

    .section1 h1 {
        padding-top: 3vmax;
        font-size: 18px;
    }

    .section1-card {
        display: flex;
        align-items: flex-start;
        gap: 2vmax;
        padding: 2vmax 2vmax 0 2vmax;
        border-radius: 5px;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.164);
        background-color: white;
        margin-bottom: 2vmax;
    }

    .section1-card p {
        font-size: 18px;
        margin-top: -1.5vmax;
    }

    .section1 h3 {
        font-size: 16px;
    }


}

.hero-sectiono-bttom-top {
    text-transform: uppercase;
    padding: 0 8vmax;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-sectiono-bttom-top div {
    background-color: green;
    width: 85%;
    text-align: center;
    padding: .5vmax 0;
    border-radius: 8px;
}

.hero-sectiono-bttom-top div a {
    color: white;
    text-decoration: none;
    line-height: 0.4vmax;

}

.hero-sectiono-bttom-top div a h2 {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5vmax;
}

.hero-sectiono-bttom-top div a p {
    font-size: 20px;
}

.hero-sectiono-bttom-top div a h2 i {
    font-size: 45px;
    font-weight: 100;
}

.fino-bottom {
    margin-top: 2.5vmax;
    text-align: center;
}

.fino-bottom h3 {
    font-weight: 400;
}

.fino-bottom h1 {
    margin-top: 1.5vmax;
    font-size: 50px;
    font-weight: 500;
}


@media only screen and (max-width: 600px) {
    .hero-sectiono-bttom-top {
        text-transform: uppercase;
        padding: 0 8vmax;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-sectiono-bttom-top div {
        background-color: green;
        width: 100%;
        text-align: center;
        padding: 2vmax 1vmax;
        border-radius: 8px;
    }

    .hero-sectiono-bttom-top div a {
        color: white;
        text-decoration: none;
        line-height: 0.4vmax;

    }

    .hero-sectiono-bttom-top div a h2 {
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .5vmax;
        font-size: 18px;
    }

    .hero-sectiono-bttom-top div a p {
        font-size: 16px;
    }

    .hero-sectiono-bttom-top div a h2 i {
        font-size: 35px;
        font-weight: 100;
    }

    .fino-bottom {
        margin-top: 2.5vmax;
        text-align: center;
    }

    .fino-bottom h3 {
        font-weight: 400;
    }

    .fino-bottom h1 {
        font-size: 20px;
    }

}

.hero-sectiono-bttom-top-new-one {
    width: 100%;
    padding: 0;
}

.hero-sectiono-bttom-top-new-one div {
    animation: 2s linear 0s infinite normal none running wiggle;
}

.hero-sectiono-bttom-top-new-one h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 1vmax;
}


@media only screen and (max-width: 600px) {
    .hero-sectiono-bttom-top-new-one h4 {
        font-size: 16px;
    }
}

.hero-sectiono-bttom-top-new-one h4 span {
    color: #F5A623;
}

.section2 {
    background-color: #F0F0F0;
    padding: 0 14vmax 2vmax 14vmax;
    text-align: center;
}

.section2 h1 {
    font-weight: 700;
}

.section2 h1 span {
    color: #008C2F;
}

.section2 h5 {
    font-size: 30px;
    margin-top: 2.5vmax;
    font-weight: 400;
}

.section2 h2 {
    font-size: 40px;
    margin-top: 1vmax;
    font-weight: 600;
    color: #E81313;
}

.section2 img {
    height: 28vmax;
}

@media only screen and (max-width: 600px) {
    .section2 {
        background-color: #F0F0F0;
        padding: 1vmax;
        text-align: center;
    }

    .section2 h1 {
        font-weight: 700;
        font-size: 18px;
    }

    .section2 h1 span {
        color: #008C2F;
    }

    .section2 h5 {
        font-size: 18px;
        margin-top: 2.5vmax;
        font-weight: 400;
    }

    .section2 h2 {
        font-size: 26px;
        margin-top: 1vmax;
        font-weight: 700;
        color: #E81313;
    }

    .section2 img {
        height: 30vmax;
    }
}


.hero-sectiono-bttom-top-new-one1 {
    padding: 0;
}

.hero-sectiono-bttom-top-new-one1 h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    color: white;
}

.section3 {
    background-color: #1B1530;
    padding-top: 2vmax;
    padding-bottom: 2vmax;

}

.section3 .hero-sectiono-bttom-center .bttom-center-card {
    border: none;
    color: white;
}

.section3 .hero-sectiono-bttom-center .bttom-center-card span {
    font-weight: 600;
    color: #ADFF4D;
}




.section4 {
    text-align: center;
}

.section4-card {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.276);
    padding: .5vmax;
    border-radius: 5px;
}

.section4-card:hover {
    border-color: black;
}

.section4-card h5 {
    font-weight: 600;
}

.section4-card img {
    width: 100%;
    height: 10vmax;
    object-fit: contain;
}

.section4 {
    padding-top: 3vmax;
    padding-bottom: 3vmax;
}

.section4 h2 {
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

.section4 h3 {
    margin-top: 1vmax;
    font-weight: 700;
    font-size: 32px;
}

@media only screen and (max-width: 600px) {
    .section4 h2 {
        font-size: 18px;
    }

    .section4-card {
        text-align: center;
    }



    .section4-card img {
        width: 100%;
    }

    .section4 {
        padding-top: 3vmax;
        padding-bottom: 3vmax;
    }

    .section4 h2 {
        text-align: center;
        font-weight: 400;
    }

    .section4 h3 {
        margin-top: 1vmax;
        font-weight: 700;
        font-size: 18px;
    }
}

.timer {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.timer div span {
    font-size: 45px;
    font-weight: 600;
}

.timer span {
    font-size: 36px;
}

.timer-short {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: #151515;
    color: #EBEF00;
    gap: .5vmax;
    padding: 1vmax 3vmax;
    border-radius: 5px;
}

.timer-short p {
    color: white;
    font-weight: 400;
    margin-top: -.5vmax;
}

.section4 h5 {
    margin-top: 1vmax;
    font-size: 24px;
}

@media only screen and (max-width: 600px) {
    .section4 h5 {
        margin-top: 1vmax;
        font-size: 18px;
    }
}

.section4 h5 span {
    font-weight: 600;
    color: green;
}



.section5 {
    margin-top: 3vmax;
    background-color: #100D1B;
    color: white;
}

.section5 .section5-top {
    background-color: #1B1731;
    color: rgba(255, 255, 255, 0.918);
    padding: 1vmax;
    border-radius: 15px;
}


.section5 .section5-top img {
    width: 100%;
    margin-top: -5vmax;

}

.section5-top-ul h1 {
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    color: white;
}

.section5-top-ul ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .5vmax;
}

.section5-top-ul ul li {
    list-style-type: none;
    font-size: 20px;
}

.section5-top-ul ul li i {
    color: #E69B2F;
    margin-right: .5vmax;
}

.section5-top h5 {
    line-height: 2vmax;
    font-weight: 400;
    margin-top: 1vmax;
}

.section5 h1 {
    text-align: center;
    margin-top: 2vmax;
    color: #ADFF4E;
    font-weight: 700;
}

@media only screen and (max-width: 600px) {
    .section5 {
        margin-top: 8vmax;
        background-color: #100D1B;
        color: white;
    }



    .section5 .section5-top img {
        width: 100%;
        margin-top: -8vmax;

    }

    .section5-top-ul h1 {
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        font-style: italic;
        color: white;
    }

    .section5-top-ul ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5vmax;

        padding: 0;
    }

    .section5-top-ul ul li {
        list-style-type: none;
        font-size: 16px;
    }

    .section5-top-ul ul li i {
        color: #E69B2F;
        margin-right: 1vmax;
        font-size: 22px;
    }

    .section5-top h5 {
        line-height: 4.5vmax;
        font-weight: 400;
        margin-top: 1vmax;
        font-size: 16px;
    }

    .section5 h1 {
        text-align: center;
        margin-top: 2vmax;
        color: #ADFF4E;
        font-weight: 700;
        font-size: 24px;
    }

    .hero-sectiono-bttom-top-new-one14 {
        text-align: center;
    }

}

.section6 {
    margin-top: 3vmax;
}

.section6 h1 {
    font-size: 48px;
    text-align: center;
    font-weight: 700;
}

.section6 img {
    height: 30vmax;
}

.section6-gelley {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section6-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F2F2F2;
    padding-bottom: 1vmax;
}

.section6-card img {
    width: 50%;
    height: 50%;
    object-fit: contain;
    margin-top: 1vmax;
    margin-bottom: 1vmax;
}

.section6-card div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #160C4D;
    width: max-content;
    color: #FF6101;
    font-weight: 700;
    font-size: 22px;
    padding: .5vmax 2vmax;
    border-radius: 5px;
    gap: .5vmax;
    margin-top: -1vmax;
}

.section6-card div i {
    color: #FCD53F;
}

.section6-card h6 {
    font-size: 18px;
    font-weight: 700;
}

.section6-card a {
    margin-top: .8vmax;
    text-decoration: none;
    color: black;
    border: 1px solid rgba(0, 0, 0, 0.61);
    padding: .8vmax 3vmax;
    font-size: 20px;
    border-radius: 5px;
}

.section6-bottom {
    text-align: center;
    margin-top: 3vmax;
}

.section6-bottom h3 {
    font-size: 40px;
    font-weight: 400;
}

.section6-bottom h2 {
    font-size: 40px;
    font-weight: 700;
    color: green;
}

.section6-bottom h4 {
    font-size: 40px;
    font-weight: 700;
}

.section6-bottom h1 {
    color: #38761D;
    font-weight: 800;
    font-size: 60px;
}

.section-6-p {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}


@media only screen and (max-width: 600px) {
    .section6 {
        margin-top: 3vmax;
    }

    .section6 h1 {
        font-size: 30px;
    }



    .section6-gelley {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section6-card {
        margin-bottom: 5vmax;
        padding-bottom: 2vmax;
    }

    .section6-card img {
        width: 80%;
        height: 80%;
    }

    .section6-card div {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #160C4D;
        width: max-content;
        color: #FF6101;
        font-weight: 700;
        font-size: 22px;
        padding: .5vmax 2vmax;
        border-radius: 5px;
        gap: .5vmax;
        margin-top: -2vmax;
    }

    .section6-card div i {
        color: #FCD53F;
    }

    .section6-card h6 {
        font-size: 18px;
        font-weight: 700;
    }

    .section6-card a {
        margin-top: .8vmax;
        text-decoration: none;
        color: black;
        border: 1px solid rgba(0, 0, 0, 0.61);
        padding: .8vmax 3vmax;
        font-size: 20px;
        border-radius: 5px;
    }

    .section6-bottom {
        text-align: center;
        margin-top: 3vmax;
    }

    .section6-bottom h3 {
        font-size: 20px;
        font-weight: 600;
    }

    .section6-bottom h2 {
        font-size: 22px;
        font-weight: 700;
        color: green;
    }

    .section6-bottom h4 {
        font-size: 24px;
        font-weight: 700;
    }

    .section6-bottom h1 {
        color: #38761D;
        font-weight: 800;
        font-size: 35px;
    }

    .section-6-p {
        font-size: 18px;
        font-weight: 500;
        text-align: center;
    }

}


.section7 {
    text-align: center;
    margin-top: 3vmax;
}

.section7 h2 {
    font-size: 48px;
    font-weight: 700;
}

.section7 p {
    font-size: 22px;
}



.faq-main {
    margin-top: 2vmax;
}

.faq-card {
    color: white;
    border-radius: 5px;
    text-align: start;
    background-color: #18314F;
    padding-bottom: .5vmax;
}

.faq-card div {
    padding: 1vmax;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    cursor: pointer;
}

.faq-card div i {
    font-weight: 800;
    font-size: 22px;
}

.faq-card p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.689);
    display: none;
    transition: .25s;
    padding: 0 1vmax;
}

.ri-add-large-line {
    display: block;
}

.ri-subtract-fill {
    display: none;
}


@media only screen and (max-width: 600px) {
    .section7 {
        text-align: center;
        margin-top: 3vmax;
    }

    .section7 h2 {
        font-size: 30px;
        font-weight: 700;
    }

    .section7 p {
        font-size: 22px;
    }


    .faq-main {
        margin-top: 2vmax;
    }

    .faq-card {
        color: white;
        border-radius: 5px;
        text-align: start;
        background-color: #18314F;
        padding-bottom: .5vmax;
    }

    .faq-card div h4 {
        font-size: 16px;
    }

    .faq-card div {
        padding: 1vmax;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        cursor: pointer;
    }

    .faq-card div i {
        font-weight: 800;
        font-size: 22px;
    }

    .faq-card p {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.689);
        display: none;
        transition: .25s;
        padding: 0 1vmax;
    }

    .ri-add-large-line {
        display: block;
    }

    .ri-subtract-fill {
        display: none;
    }
}


@media only screen and (max-width: 600px) {
    .hero-sectiono-bttom-top-new-one14 p {
        margin-top: 2vmax;
    }
}


/* *********** */
.checout-top {
    background-color: #153B53;
    padding: 1.5vmax 15vmax;
    color: white;
    text-align: center;
}

.checout-top h1 {
    font-weight: 600;
    font-size: 37px;
}

.checout-top h1 span {
    color: #EFE507;
}

.checout-bottom {
    padding: 1vmax 16vmax;
    background-color: #172934;
    color: white;
}

.checout-bottom h2 {
    font-size: 28px;
    font-weight: 600;
}

.checout-bottom h2 span {
    color: #EFE507;
}

.checout-bottom ul {
    padding: 0;
    margin-top: 3vmax;
}

.checout-bottom ul li {
    list-style-type: none;
    margin-bottom: 1.5vmax;
    font-size: 22px;
}

.checout-bottom ul li span {
    color: #EFE507;
}

.cheku-left-bottom h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

.cheku-left-bottom h4 span {
    background-color: #EFE507;
    color: black;
    padding: 0 .5vmax;
}

.pay-card {
    display: flex;
    align-items: center;
    gap: .8vmax;
    background-color: white;
    padding: 1vmax;
}

.pay-card h3 {
    font-size: 24px;
    color: black;
}

.pay-card div {
    font-size: 14px;
    color: black;
}

.pay-card div p {
    font-size: 12px;
    margin-top: .2vmax;
    color: rgba(0, 0, 0, 0.783);
    font-weight: 400;
}

.form {
    padding: 0;
    /* width: 50%; */
    background-color: white;
    color: black;
}


.form form {
    /* margin-top: 3vmax; */
    padding: 0 1vmax;
    padding-bottom: 2vmax;
    /* background-color: red; */
}

.checout-bottom form input {
    width: 100%;
    height: 3vmax;
    border-radius: 3px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.361);
    margin-bottom: 1vmax;
    padding: 0 .5vmax;
    font-size: 14px;
}

.form label {
    font-size: 12px;
}

.checout-bottom form button {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding-top: 1vmax;
    background-color: #127C42;
    color: white;
    border: none;
    outline: none;
}

.checout-bottom form button h6 {
    font-size: 18px;
    font-weight: 700;
}

.checout-bottom form button p {
    font-size: 14px;
    margin-top: -.4vmax;
}

.form-top {
    background-color: #EFE507;
    padding: .5vmax;
    margin-bottom: 1vmax;
}

@media only screen and (max-width: 600px) {
    .checout-top {
        padding: 2vmax 1vmax;
    }

    .checout-top h1 {
        font-weight: 600;
        font-size: 25px;
    }

    .checout-top h1 span {
        color: #EFE507;
    }

    .checout-bottom {
        padding: 1vmax;
        background-color: #172934;
        color: white;
    }

    .checout-bottom h2 {
        font-size: 28px;
        font-weight: 600;
        text-align: center;
    }

    .checout-bottom h2 span {
        color: #EFE507;
    }

    .checout-bottom ul {
        padding: 0;
        margin-top: 3vmax;
        text-align: center;
    }

    .checout-bottom ul li {
        list-style-type: none;
        margin-bottom: 1.5vmax;
        font-size: 22px;
    }

    .checout-bottom ul li span {
        color: #EFE507;
    }

    .cheku-left-bottom h4 {
        text-align: center;
        font-size: 18px;
        font-weight: 700;
    }

    .cheku-left-bottom h4 span {
        background-color: #EFE507;
        color: black;
        padding: 0 .5vmax;
    }

    .pay-card {
        display: flex;
        align-items: center;
        gap: .8vmax;
        background-color: white;
        padding: 1vmax;
    }

    .pay-card h3 {
        font-size: 24px;
        color: black;
    }

    .pay-card div {
        font-size: 14px;
        color: black;
    }

    .pay-card div p {
        font-size: 12px;
        margin-top: .2vmax;
        color: rgba(0, 0, 0, 0.783);
        font-weight: 400;
    }

    .form {
        background-color: white;
        padding: 0;
        width: 100%;
        color: black;
    }

    .form form {
        margin-top: 3vmax;
        padding: 0 1vmax;
        padding-bottom: 2vmax;
        /* background-color: red; */
    }

    .checout-bottom form input {
        width: 100%;
        height: 6vmax;
        border-radius: 3px;
        outline: none;
        border: 1px solid rgba(0, 0, 0, 0.361);
        margin-bottom: 1vmax;
        padding: 0 .5vmax;
        font-size: 14px;
    }

    .form label {
        font-size: 12px;
    }

    .checout-bottom form button {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding-top: 1vmax;
        background-color: #127C42;
        color: white;
        border: none;
        outline: none;
    }

    .checout-bottom form button h6 {
        font-size: 18px;
        font-weight: 700;
    }

    .checout-bottom form button p {
        font-size: 14px;
        margin-top: -.4vmax;
    }

    .form-top {
        background-color: #EFE507;
        padding: .5vmax;
        margin-bottom: 1vmax;
    }

    .section4-card h5 {
        font-weight: 500;
        font-size: 13px;

    }
}

.popap {
    position: absolute;
    /* bottom: .5vmax; */
    left: .5vmax;
    z-index: 55;
    border-radius: 8px;
    position: fixed;
    /* background-color: #2E3192; */
    /* background-color: rgba(25, 191, 25, 0.865); */
    background-color: rgb(7, 156, 7);
    color: white;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.18);
    padding: 1vmax;
    padding-bottom: 0;
    bottom: -100%;
    transition: bottom 1s ease;
}

.popap.show {
    bottom: 1vmax;
}

.popap h4 {
    padding: 0;
    font-size: 26px;
    /* color: yellowgreen; */
    text-align: center;
}

.popap h5 {
    font-size: 16px;
    padding: 0;
    line-height: 0;
    text-align: center;
    /* color: yellow; */
}

.popap p {
    margin-top: .8vmax;
    font-size: 14px;
    /* color: rgba(255, 255, 255, 0.667); */
}

.popap .ri-close-large-line {
    position: absolute;
    top: .5vmax;
    right: .5vmax;
    font-size: 22px;
    cursor: pointer;
}

/* **** */

.bg-img-dark-sir-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-img-dark-sir-img img {
    height: 35vmax;
}

.bg-img-dark1 {
    padding: 1.5vmax 14vmax;
    background-color: #001210;
    background: url(./img/hero.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-new-intro-rel {
    justify-content: space-between;
    align-items: center;
}

.bg-new-intro-rel1 {
    border: 1px solid rgba(153, 205, 50, 0.66);
    padding: 3vmax 0 3vmax 0;
    position: relative;
}

.bg-new-intro-rel h2 {
    font-size: 45px;
    text-align: center;
    font-weight: 600;
    color: #4CC25B;
}

.bg-new-intro-rel1 h2 {
    position: absolute;
    top: -2vmax;
    width: max-content;
    background-color: #052B14;
    color: #BEAD38;
}

.bg-new-intro-rel-right img {
    width: 90%;
}

.bg-new-intro-rel1 img {
    width: 100%;
    margin-left: 5vmax;
}

.option-new-intro {
    margin-top: 1vmax;
}

.option-new-intro-main div {
    /* text-align: center; */
    color: #DB2E2E;
    font-size: 18px;
    font-weight: 600;
}

.option-new-intro-main div i {
    color: #4CC25B;
    font-size: 22px;
}

.bg-new-intro-rel-rightt img {
    width: 80%;
    margin-top: 1vmax;
}

.bg-new-intro-rel-rightt-about p {
    font-size: 20px;
}

.bg-new-intro-rel-rightt-about h2 {
    font-size: 40px;
}

.bg-new-intro-rel-rightt-about .option-new-intro {
    gap: .5vmax;
    display: flex;
    flex-direction: column;
}

.bg-new-intro-rel-rightt-about .option-new-intro .option-new-intro-main div {
    font-weight: 400;
    color: white;
}

.explore-our-box {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    background-color: #AD1515;
    padding: .8vmax 3vmax;
    border-radius: 7px;
    margin-top: 2vmax;
}

.new-hero-left-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 80%; */
}

.text-center-button button {
    background-color: red;
    color: white;
    border-radius: 50px;
    padding: .2vmax 1vmax;
    font-weight: 500;
    border: none;
    outline: none;
}

#live-class h2 {
    font-size: 60px;
    color: #A7FF9F;
}

#live-class h3 {
    font-size: 40px;
    font-weight: 400;
}

#live-class h1 {
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: black;
    font-weight: 800;
    color: #46CC6B;
}

#live-class h4 {
    font-size: 30px;
    font-weight: 400;
}

.bg-img-dark-new1 {
    padding: 1.5vmax 14vmax;
    background-color: #052B14;
}

.bg-img-dark-new1-new{
    background-color: #052B14 !important;
    background: url(./img/new-ong-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center; */
}

#colo-nifty {
    color: #FF7E2D;
}

#colo-bank {
    color: #38F85D;
}

#colo-stock {
    color: #DB2E2E;
}

#colo-currency {
    color: #FFCC00;
}

.one-tow h4 {
    font-size: 25px;
}

.bg-img-dark-new2 {
    padding: 1.5vmax 14vmax;
    background-color: #121431;
    /* background-image: linear-gradient(#121431 90%, rgba(255, 255, 255, 0.148)); */
}

.bg-img-dark-new2 img {
    height: 5vmax;
}

#slot-choose h3 {
    -webkit-text-stroke-width: 2px solid yellow;
    -webkit-text-stroke-color: black;
    font-weight: 700;
    color: #F7CE2C;
    font-size: 45px;
}

#slot-choose i {
    font-size: 30px;
    color: red;
    font-weight: 900;
}

#slot-choose h4 {
    font-size: 28px;
    margin-bottom: 1.5vmax;
    display: flex;
}

#slot-choose span {
    color: red;
    font-weight: 800;
}

#avl i {
    color: #00D26A;
}

#avl span {
    color: #00D26A;
}

.bg-img-dark-new3 {
    padding: 1.5vmax 14vmax;
    text-align: center;
    background-color: #224C37;
}

.bg-img-dark-new4 {
    padding: 1.5vmax 14vmax;
    text-align: center;
    background-color: #234530;
}

.bg-img-dark-new4 img {
    height: 5vmax;
    border-radius: 50%;
    margin-top: .5vmax;
    margin-bottom: 1vmax;
}

.join-if {
    /* margin-top: 4vmax; */
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.join-if h1 {
    font-size: 70px;
    text-align: center;
    color: #A3E495;
    font-weight: 700;
}

.join-if ul {
    list-style-type: none;
    font-size: 20px;
    font-weight: 400;
    text-align: start;
    background-color: #2c5734;
    width: max-content;
    padding: 3vmax;
    border-radius: 50px;
}


.join-if ul li {
    margin-bottom: 1.5vmax;
}

.join-if ul i {
    color: #FFCC00;
    margin-right: 1vmax;
}

.for-webinar {
    display: flex;
    justify-content: space-around;
    border: 2px solid #A3E495;
    padding: 4vmax 2vmax;
    border-radius: 10px;
    margin-top: 2vmax;
    /* width: 80%; */
}

.for-webinar div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1vmax;
}

.for-webinar div h5 {
    font-weight: 500;
}

.bg-img-dark12 {
    padding: 1.5vmax 14vmax;
    background-color: #1D452F;
}

.for-webinar i {
    color: #A3E495;
}

#colo-bank1 {
    color: #FFCC00;
}

.bg-img-dark-new1 #secure-color {
    font-size: 45px;
    font-weight: 600;
}

.color1 {
    color: #ADF67A;
}

.color2 {
    color: #A8F14A;
}

.color3 {
    color: #FF3636;
}

.color4 {
    color: #0093B9;
}

.bg-img-dark-new15 {
    padding: 1.5vmax 14vmax;
    background-color: #0A1B0E;
}

.join-if ul span {
    color: yellow;
    font-weight: 600;
}

.join-if-new h1 {
    font-size: 50px !important;
    padding: 1vmax;
    margin-top: 1vmax;
    margin-bottom: 2vmax;
    color: #CDE4CA !important;
    background-color: #1D3B23;
}

#secure-color1 {
    color: yellowgreen;
}

#secure-color2 {
    color: red;
}

.table-bordered {
    /* border: 5px solid rgba(255, 255, 255, 0.55); */
    background-color: #0C2E0A;
    border-radius: 50px;
    padding: 5vmax;
}

.table-bordered thead tr th {
    font-size: 34px;
    font-weight: 400;
    padding: 1vmax;
    border: none;
    border: 1px solid transparent;
    border-bottom: 3px solid white;
    width: 50%;
}

.table-bordered thead tr .left-bod {
    border-left: 3px solid white;
}

.bg-img-dark1-table {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.table-bordered tbody tr th,
.table-bordered tbody tr td {
    font-size: 16px;
    padding: 1vmax;
    font-weight: 400;
    border-left: none;
    border-right: none;
    border-bottom: initial;
    text-align: start;
}

.table-bordered tbody .left-bod td {
    border-left: 3px solid white;
}

.table-bordered tbody tr th i {
    color: red;
    font-size: 24px;
}

.table-bordered tbody tr td i {
    color: yellowgreen;
    font-size: 24px;
}

.feedback img {
    width: 100%;
    /* height: 40vmax; */
    /* object-fit: cover; */
}

@media only screen and (max-width: 600px) {
    .bg-img-dark {
        padding: 1vmax;
    }

    .bg-img-dark-new15 {
        padding: 1vmax;
    }

    .bg-img-dark1 {
        padding: 1vmax;
    }

    .bg-img-dark-new15 {
        padding: 1vmax;
    }

    .bg-img-dark12 {
        padding: 1vmax;
    }

    .bg-img-dark-new4 {
        padding: 1vmax;
    }

    .bg-img-dark-new3 {
        padding: 1vmax;
    }

    .bg-img-dark-new2 {
        padding: 1vmax;
    }

    .bg-line {
        border: none;
    }

    .hero-section .hero-sectiono-top h1 {
        font-size: 35px;
        font-weight: 600;
    }

    .hero-workshop-main .hero-workshop h3 {
        font-size: 32px;
        padding: 1.5vmax 0;
        padding-top: 0;
    }

    .bg-img-dark-sir-img img {
        height: 65vmax;
    }

    .bg-new-intro-rel-rightt img {
        width: 100%;
        margin-top: 1vmax;
    }

    .bg-new-intro-rel h2 {
        margin-top: 2vmax;
        font-size: 30px;
    }

    .text-center-button button {
        background-color: red;
        color: white;
        border-radius: 50px;
        padding: .5vmax 1.5vmax;
        font-size: 20px;
        font-weight: 500;
        border: none;
        outline: none;
    }

    .bg-img-dark-new1 {
        padding: 1vmax;
    }

    #live-class h2 {
        font-size: 24px;
        color: #A7FF9F;
    }

    #live-class h1 {
        font-size: 35px;
    }

    #live-class h4 {
        font-size: 22px !important;
        font-weight: 400;
    }

    .hero-sectiono-bttom-top {
        text-transform: uppercase;
        padding: 1vmax;
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    #live-class h3 {
        font-size: 20px;
        font-weight: 400;
    }

    .bg-img-dark-new2 img {
        height: 6vmax;
    }

    #slot-choose i {
        font-size: 16px;
        font-weight: 900;
    }

    #slot-choose h4 {
        display: flex;
        font-size: 16px;
        text-align: start;
        /* margin-bottom: 1.5vmax; */
    }

    #slot-choose h3 {
        -webkit-text-stroke-width: 2px solid yellow;
        -webkit-text-stroke-color: black;
        font-weight: 700;
        color: #F7CE2C;
        font-size: 30px;
    }

    .bg-img-dark-new4 img {
        height: 12vmax;
    }

    .join-if h1 {
        font-size: 30px;
    }

    .join-if ul {
        padding: 0;
    }


    .for-webinar div img {
        height: 8vmax;
        margin-right: -2vmax;
        z-index: 1;
        margin-top: -.5vmax;
        /* border-radius: 50%; */
    }

    .for-webinar div h5 {
        border-radius: 5px;
        background-color: #0A6B17;
        /* padding: 2vmax .8vmax; */
        min-width: 40vmax;
        text-align: center;
        font-weight: 300;
    }

    .join-if-new h1 {
        font-size: 28px;
        margin-bottom: 2vmax;
        color: white;
        margin-top: 0 !important;
    }


}

@keyframes wiggle {

    0%,
    7% {
        transform: rotateZ(0);
    }

    15% {
        transform: rotateZ(-15deg);
    }

    20% {
        transform: rotateZ(10deg);
    }

    25% {
        transform: rotateZ(-10deg);
    }

    30% {
        transform: rotateZ(6deg);
    }

    35% {
        transform: rotateZ(-4deg);
    }

    40%,
    100% {
        transform: rotateZ(0);
    }
}


/* &******* */

.bottm-main-nav {
    background-color: #721616;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 1.5vmax 0 1vmax 0;
}

.bottm-main-nav h4 {
    font-size: 20px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.79);
    animation: moveText 1.5s linear infinite alternate;
}



@keyframes moveText {
    0% {
        transform: translateX(0);
        color: rgba(255, 255, 255, 0.79);
    }

    50% {
        transform: translateX(-24px);
        /* Move left */
        color: rgba(255, 255, 255, 0.79);
    }

    100% {
        transform: translateX(0);
        color: rgba(255, 255, 0, 0.79);
    }
}

.timing-box-new-time {
    text-align: center;
}

.timing-box-new-time h4 {
    font-size: 26px;
}

.timing-box-new-time-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vmax;
    margin-top: 1vmax;
}

.timing-box-new-time-bottom .timer-count {
    background-color: #721616;
    width: 8vmax;
    border-radius: 8px;
    height: 7vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .6vmax;
}

.timing-box-new-time-bottom .timer-count div {
    border: 1px solid rgba(255, 255, 255, 0.251);
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding-bottom: .8vmax; */
    border-radius: 8px;
    padding: 3vmax .5vmax;
}

.timing-box-new-time-bottom .timer-count div h5 {
    font-size: 36px;
    color: yellowgreen;
    border-bottom: 1px solid rgba(255, 255, 255, 0.251);
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .bottm-main-nav {
        flex-direction: column;
    }

    .bottm-main-nav h4 {
        font-size: 16px;
    }

    .timing-box-new-time h4 {
        font-size: 22px;
    }

    .timing-box-new-time-bottom .timer-count {
        width: 11vmax;
        height: 12vmax;
    }

    .timing-box-new-time-bottom .timer-count div h5 {
        font-size: 28px;
        color: yellowgreen;
        border-bottom: 1px solid rgba(255, 255, 255, 0.251);
        width: 100%;
    }

    .timing-box-new-time-bottom .timer-count div h6 {
        font-size: 12px;
    }

    .explore-our-box {
        font-size: 16px;
    }
}

.inroll-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 2vmax;
}

.inroll-button p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.801);
}

.inroll-button a {
    background-color: #FFC30F;
    text-decoration: none;
    color: black;
    font-size: 24px;
    font-weight: 600;
    padding: .5vmax 2vmax;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: .5vmax;
    animation: moveColor 2s linear infinite alternate;
}

.inroll-button a span {
    font-size: 36px;
}

@media only screen and (max-width: 600px) {
    .inroll-button a {
        font-size: 16px;
    }

    .inroll-button a span {
        font-size: 32px;
    }

    .bg-new-intro-rel1 h2 {
        position: absolute;
        top: 0;
        width: 100%;
        font-size: 30px;
        /* background-color: #001210; */
        border: 1px solid rgba(153, 205, 50, 0.66);
        border: none;
    }

    .bg-new-intro-rel1 {
        border: none;
        padding: initial;
        padding-top: 10vmax;
        position: relative;
        padding: 10vmax 2vmax 0 2vmax;
    }

    .bg-new-intro-rel-rightt img {
        width: 100%;
        margin-top: 5vmax;
        margin: initial;
    }

}

@keyframes moveColor {
    0% {
        background-color: #FFC30F;
    }

    50% {
        background-color: rgba(255, 255, 255, 0.79);
    }

    100% {
        background-color: rgba(255, 255, 0, 0.79);
    }
}


.join-if-new {
    background-color: #CDE4CA;
}

.join-if-new h1 {
    font-size: 70px;
    color: #1D3B23;
}

.join-if-new ul {
    background-color: #1D3B23;
}

.join-if-new ul li {
    list-style-type: initial;
}

#new-count h4 {
    color: black;
}

#live-class h4 {
    font-size: 32px;
    font-weight: 500;
    margin-top: 2vmax;
}

.color10 {
    color: #0093B9;
}

.join-if-new-why ul {
    background-color: transparent;
    border: 2px solid yellow solid #1D3B23;
    padding: 1vmax 10vmax 0 4vmax;
    text-align: start;
}

.join-if-new-why ul li {
    font-size: 28px;
    font-weight: 600;
    color: #1D3B23;
    list-style-type: none;
}

.join-if-new-why ul li i {
    color: #1D3B23;
}

#join-if-old {
    background-color: #ABD4A8;
}

.feedback {
    padding: 4vmax 0;
}

.feedback .feedback-top {
    color: #FFCC00;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1vmax 0;
}

.feedback .feedback-top h1 {
    font-size: 65px;
    border: 5px solid #FFCC00;
    border-radius: 10px;
    padding: 1vmax;
}

.feedback .feedback-top .div {
    display: flex;
    align-items: center;
    gap: 1vmax;
    justify-content: center;
}

.feedback .feedback-top div i {
    font-size: 32px;
}

@media only screen and (max-width: 600px) {
    .join-if ul {
        list-style-type: none;
        font-size: 20px;
        font-weight: 400;
        text-align: start;
        padding: 2vmax;
        border-radius: 10px;
        width: 100%;
    }


    .join-if ul li {
        margin-bottom: 1.5vmax;
        font-size: 18px;
    }

    .join-if-nowv ul li {

        display: flex;
        align-items: flex-start;
    }

    .join-if ul i {
        color: #FFCC00;
        margin-right: 1vmax;
    }

    .join-if-new h1 {
        font-size: 30px;
    }

    .join-if-new ul {
        width: 95%;
        padding: 3vmax 5vmax;
    }

    .for-webinar {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .for-webinar div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .for-webinar div h5 {
        background-color: transparent;
        text-align: start;
        font-weight: 500;
    }

    .for-webinar i {
        color: #A3E495;
    }

    #colo-bank1 {
        color: #FFCC00;
    }

    .join-if-new-why ul {
        padding: 0;
    }

    .join-if-new-why ul li {
        font-size: 22px;
    }
}

.feedback-bottom-img {
    padding: 1vmax 15vmax;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2vmax;
}

.feedback-bottom-img img {
    width: 30%;
    height: 100%;
}

.feedback-bottom-new div p {
    color: black;
}

.feedback-bottom-new div img {
    height: max-content;
    width: max-content;
}

.feedback-bottom-new {
    padding: 1vmax 15vmax;
}

.bg-new-intro-rel-rightt-bold div {
    border: 3px solid yellowgreen;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    border-radius: 50%;
    width: 25vmax;
    height: 25vmax;
    overflow: hidden;
    /* background-color: #003C28; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* margin-top: 1vmax; */
}

.bg-new-intro-rel-rightt-bold img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    /* object-fit: contain; */
    /* width: 100%; */
    /* height: 140%; */
    /* margin-top: -4vmax; */
}


.color-he1 {
    color: #42B851;
}

.color-he2 {
    color: white;
}

.color-he3 {
    color: #DB2E2E;
}

.bg-img-dark1-table-jello h1 {
    color: #1D3B23 !important;
    background-color: transparent;
}

.flex-fiv {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2vmax;
}

.boost-month {
    background-color: #CDE4CA;
    color: #1D3B23;
    width: max-content;
    padding: 1vmax 2vmax;
    border-radius: 10px;
}

@media only screen and (max-width: 600px) {
    .feedback .feedback-top {
        padding: 0 1vmax;
    }

    .feedback .feedback-top h1 {
        font-size: 30px;
    }

    .feedback .feedback-top div i {
        font-size: 26px;
    }

    .feedback-bottom-img {
        padding: 1vmax;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: .5vmax;
    }

    .feedback-bottom-img img {
        width: 48%;
        height: 100%;
    }

    .feedback-bottom-new {
        padding: 1vmax;
    }

    .bg-new-intro-rel-rightt-bold div {
        border: 3px solid yellowgreen;
        width: 100%;
        height: 100%;
        /* border-radius: 50%; */
        /* background-color: #003C28; */
        /* display: flex; */
        /* align-items: center; */
        /* justify-content: center; */
        /* margin-top: 4vmax; */
    }

    .bg-new-intro-rel-rightt-bold img {
        /* object-fit: contain; */
        /* width: 100%; */
        /* margin-left: 8vmax; */
        /* height: 100%; */
        /* margin-top: -8vmax;/ */
    }

    .bg-new-intro-rel-right img {
        width: 100%;
    }

    .option-new-intro {
        padding: 0 2vmax;
    }

    .bg-img-dark1-table-jello h1 {
        font-size: 24px !important;
    }

    .table-bordered {
        /* border: 5px solid rgba(255, 255, 255, 0.55); */
        background-color: #0C2E0A;
        border-radius: 0;
    }

    .table-bordered thead tr th {
        font-size: 18px;
    }

    .boost-month {
        font-size: 28px !important;
        padding: 3vmax;
    }

    .bg-new-intro-revece {
        flex-direction: column-reverse;
    }

}

.checout-bottom-new {
    height: 78vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2vmax 0;
    padding-bottom: 3vmax;
    gap: 1vmax;
    width: 25vmax !important;
    border-radius: 10px;
}

.form-new img {
    height: 10vmax;
}

.form-new a {
    text-decoration: none;
    background-color: green;
    color: white;
    padding: .5vmax 2vmax;
    border-radius: 50px;
}



.a-button-new {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding-top: 1vmax;
    background-color: #127C42;
    color: white;
    border: none;
    outline: none;
    text-decoration: none;
}

.a-button-new h6 {
    font-size: 18px;
    font-weight: 700;
}

.a-button-new p {
    font-size: 14px;
    margin-top: -.4vmax;
}

.table-bordered tbody tr th,
.table-bordered tbody tr td div {
    display: flex;
    align-items: center;
    gap: .5vmax;
}

.timing-box-new-sapce{
    background-color: #CDE4CA;
    padding: 1vmax 0;
}
@media only screen and (max-width: 600px) {
    .checout-bottom-new {
        height: 78vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .form-new {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 5vmax 0;
        padding-bottom: 6vmax;
        gap: 2vmax;
        width: 45vmax !important;
        border-radius: 10px;
    }

    .form-new img {
        height: 18vmax;
    }

    .form-new a {
        text-decoration: none;
        background-color: green;
        color: white;
        padding: 1vmax 4vmax;
        font-size: 18px;
        border-radius: 50px;
    }

    .bg-new-intro-rel-rightt-about .option-new-intro .option-new-intro-main div {

        font-size: 15px;
    }

    .inroll-button p {
        font-size: 16px;
    }

    .bg-new-intro-rel-rightt-about p {
        font-size: 16px;
    }

    .bg-img-dark-new1 #secure-color {
        font-size: 24px;
    }

    .join-if-new-why h1 {
        font-size: 32px !important;
    }

    .table-bordered tbody tr th,
    .table-bordered tbody tr td {
        font-size: 12px;
    }

    .table-bordered tbody tr th i {
        font-size: 16px;
    }

    .table-bordered tbody tr td i {
        font-size: 16px;
    }
    .timing-box-new-sapce{
        padding: 1vmax;
        /* margin-bottom: 2vmax; */

    }
    .feedback-bottom-new div img{
        height: 10vmax;
    }
    .feedback-bottom-new div p {
        font-size: 14px;
    }
 


}