@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


/*----------------
RESET CSS
-----------------*/
body {
    margin: auto;
    padding: 0;
    background: #1F2123;
    color: #000000;
    font-weight: normal;
    font-family: "acumin-pro-wide", sans-serif;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
    margin: 0;
    padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

table,
tr,
td {
    border: 0;
}

a {
    outline: none;
    color: inherit;
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
    color: #000;
    text-decoration: none;
}

.spn-box a {
    margin: 0 5px !important;
}

.spn-box a:hover {
    background: transparent !important;
}

a.cntc-us {
    background: transparent !important;
    color: #290d55 !important;
}

img {
    border: none;
    height: auto;
}

li {
    list-style: none;
}

ol li {
    list-style-type: decimal;
}

#collapseTwo li {
    list-style: auto;
}

* {
    box-sizing: border-box;
}

.img-full {
    max-width: 100%;
}

.clearall {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

.forMob {
    display: none;
}

.forDesk {
    display: block;
}

@media screen and (max-width: 767px) {
    .forMob {
        display: block;
    }

    .forDesk {
        display: none;
    }
}

a.navbar-brand {
    background: transparent !important;
}

.btn-all {
    background: #00FF93;
    padding: 13px 30px;
    border-radius: 17.85px;
    font-family: "Open Sans", sans-serif;
    font-size: 14.87px;
    font-weight: 700;
    line-height: 18.59px;
    display: inline-block;

}

.btn-all:hover {
    opacity: 0.8;
}

/* --------------Header=======--------- */
header {
    background: #473B97;
    padding: 19px 0;
}

/* --------------Banner=======--------- */
.banner {
    background: linear-gradient(180deg, #352F3D 0%, #1F2123 100%);
}

.banner h1 {
    font-size: 47px;
    font-weight: 800;
    line-height: 56.4px;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}

.banner h1 span {
    color: #00FF93;
}

.banner p {
    text-shadow: 0px 0px 6.2px #65F7B999;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    margin-bottom: 24px;
}

/* --------------StepSec=======--------- */
section.step {
    padding: 60px 0;
}

section.step h2 {
    text-shadow: 0px 0px 4.9px #C9FFE8;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    color: #00FF93;
    text-transform: uppercase;
    margin-bottom: 10px;
}

section.step p {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

section.step p span {
    display: block;
}

section.step .step_box {
    background: #473B97;
    border-radius: 24px;
    padding: 50px;
}

section.step .step_box .boxs {
    background: #392E33;
    border-radius: 24px;
    padding: 22px 15px;
    min-height: 194px;
    max-height: 200px;
    position: relative;
    width: 257px;
    margin: auto;
}

section.step .step_box .boxs h3 {
    font-size: 47px;
    font-weight: 800;
    line-height: 58.75px;
    color: #fff;
}

section.step .step_box .boxs h4 {
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}

section.step .step_box .boxs h6 {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
    text-align: left;
    color: #fff;
    margin-bottom: 40px;
}

section.step .step_box .img-box {
    text-align: right;
}

section.step .step_box .img-box img.img-stp {
    margin-bottom: -56px;
    position: relative;
    z-index: 9;

}

section.step .step_box .ste-btn-box {
    margin-top: 80px;
}


/* --------------serSec=======--------- */

.serSec {
    background: #1B1B1B;
    padding: 60px 0;
}

.serSec h3 {
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    text-align: left;
    color: #00FF93;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.serSec p {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
    text-align: left;
    color: #fff;
    width: 454px;
    margin: 0;
}

.serSec .r-img {
    padding-left: 50px;
}

.serSec .l-img {
    padding-right: 50px;
}

/* --------------slushyBlock=======--------- */
.slushyBlock {
    padding: 60px 0;
}

.slushyBlock .slu-box {
    border: 2px solid #00FF93;
    border-radius: 24px;
    padding: 43px;
    background: linear-gradient(180deg, #3D2F35 0%, #1F2123 100%);
    justify-content: space-evenly;
    display: flex;
    align-items: center;
}

.slushyBlock .slu-box .l-box {
    max-width: 100%;
    width: 282px;
    position: relative;
}

.slushyBlock .slu-box .r-box {
    padding-left: 40px;
    /* width: calc(100% - 282px); */
}

.slushyBlock .slu-box .r-box h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}

.slushyBlock .slu-box .r-box h3 span {
    text-transform: uppercase;
    color: #00FF93;
}

.slushyBlock .slu-box .r-box p {
    width: 454px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
    text-align: left;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .banner h1 {
        font-size: 40px;
        line-height: 42.4px;
    }

    .banner p {

        font-size: 15px;
        line-height: 18.6px;
    }

    section.step h2 {
        font-size: 25px;
        line-height: 30px;
    }

    section.step .step_box .boxs {
        width: auto;
        height: auto;
        margin-bottom: 20px;
    }

    .serSec p {
        width: auto;
    }

    .serSec .col-md-6:last-child .r-img {
        margin-bottom: 30px;
    }

    .slushyBlock .slu-box .r-box p {
        width: auto;
    }
    .slushyBlock .slu-box .r-box h3 {
        font-size: 16px;}

        .btn-all {
            padding: 13px 19px;
            font-size: 13.87px;
            line-height: 18.59px;}
}

@media screen and (max-width: 767px) {
header a.btn-all {
    display: none;
}
.banner h1 {
    font-size: 47px;
    line-height: 56.4px;
    padding-top: 40px;
}
.banner p {
    font-size: 18px;
    line-height: 21.6px;
}
.banner .btn-all {
    margin-bottom: 40px;
}
section.step h2 {
    font-size: 30px;
    line-height: 36px;
}
section.step p span {
    display: inline;
}
section.step .step_box .ste-btn-box {
    margin-top: 50px;
}
section.step {
    padding: 30px 0;
}
.serSec .r-img {
    padding-left: 0;
}
.serSec .l-img {
    padding-right: 0;
}
.serSec p {
    margin-bottom: 20px;
}
.serSec .container .row:last-child{    flex-direction: column-reverse;}
.slushyBlock .slu-box {
    padding: 43px 15px;}
    .slushyBlock .slu-box {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .slushyBlock .slu-box .l-box {
        margin-bottom: 40px;
    }
    .slushyBlock .slu-box .r-box {
        padding-left: 0;}
        .slushyBlock .slu-box .r-box h3 {
            font-size: 20px;
        }
        section.step .step_box .boxs {
            width: auto;
            min-height: auto;
            height: auto;
            max-height: 100%;
            margin-bottom: 20px;
        }
        section.step .step_box {
            padding: 40px;
        }
        .banner .container .row .col-lg-7{padding: 0;}
}