@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css);

html {
    scroll-behavior: smooth;
}

body {
    font-family: Roboto, sans-serif;
    color: #253745;
}

img {
    max-width: 100%;
}

.fafafa {
    background: #fafafa;
}

h2 {
    font-weight: 500;
    font-size: 26px;
    margin: 20px 0;
}

.main-header {
    padding: 15px 0;
    width: 100%;
    background: #01070D;
}

.main-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.main-nav ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0
}

.main-nav li {
    list-style: none
}

.main-nav a {
    display: inline-block;
    padding: .5em 1.5em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
}

.main-nav a:after {
    display: block;
    content: '';
    border-bottom: solid 4px #57b33e;
    transform: scaleX(0);
    transition: transform .25s ease-in-out
}

.main-nav a:hover:after {
    transform: scaleX(1)
}

.main-nav a.fromLeft:after {
    transform-origin: 0 50%
}

#menuToggle,
.menu-icon {
    display: none
}

.banner {
    padding: 0;
    min-height: 650px;
    background-image: linear-gradient(180deg, #01070D 50%, #01070D 100%), url(../img/background.png);
    background-size: cover;
    background-position: center center;
}

a:focus, a:hover, a:visited {
    color: #fff;
    outline: 0;
    text-decoration: none;
}

.logoz {
    padding: 10px 0;
    background-color: #01070D;
}

.logo {
    margin: auto auto 40px;
    display: block;
}

.bggrey ul {
    margin: 40px 0;
    padding: 0;
}

.bggrey ul li {
    list-style: none;
    position: relative;
    padding-left: 40px;
    line-height: 1;
    margin-bottom: 20px;
    color: #fff;
}

.bggrey ul li {
    color: #253745;
}

.bggrey ul li::before {
    content: url(../img/checkmark.svg);
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

button, input {
    outline: 0;
}

#form1, #form2, #form3, #form4, #form5, #form6, #form7, #form8, #form9, #form10, #formf {
    display: none;
}

#formf {
    padding: 30px 0;
}

#formf h2 {
    color: #999 !important;
    text-align: center;
}

#formf .fa-check {
    color: #57b33e;
    display: block;
    text-align: center;
    font-size: 40px;
    margin: 10px 0;
}

#formf p {
    text-align: center;
    line-height: 1.2;
    color: #999;
}

.signup-box {
    width: 100%;
    height: auto;
    box-shadow: 0 8px 28px 2px rgb(61 61 61 / 12%);
    min-height: 250px;
}

.signup-box-headling {
    width: 100%;
    height: auto;
    padding: 5px 20px;
    position: relative;
    text-align: center;
}

.signup-box-body {
    width: 100%;
    padding: 20px;
    background: #fff;
    padding-top: 40px;
    color: #fff;
    padding-bottom: 40px;
    border-radius: 0 0 5px 5px;
}

.signup-box-body img {
    display: block;
    margin: 0 auto 10px;
}

.selectorama {
    /* background: #57b33e; */
    padding: 20px 12px;
    display: inline-block;
    cursor: pointer;
    color: #01070D;
    margin: 10px 2% 0 0;
    text-align: center;
    max-width: 49%;
    line-height: 1;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    border: 1px solid #57b33e;
    transition: all .25s;
}

.mt100 {
    margin-top: -80px;
}

.noright {
    margin-right: 0;
}

.selectorama2:hover, .selectorama:hover {
    /* background: #398b23; */
}

.gratos {
    background-color: #fff;
    font-size: 18px;
    padding: 20px 20px 0;
    line-height: 1.2;
}

h1.titleozor {
    color: #253745;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    text-align: center;
}

.btn-signup, .signup-button {
    background-color: #57b33e;
    transition: all .4s ease-in-out;
    outline: 0;
}

.btn-signup:hover, .signup-button:hover {
    background: #44932e;
    transition: all .4s ease-in-out;
    color: #fff;
    cursor: pointer;
}

.signup-box-headling {
    background-color: #fff;
    border-bottom: 2px solid #253745;
    border-radius: 5px 5px 0 0;
}

.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.signup-button {
    height: 46px;
    font-size: 18px;
    border: none;
    width: 100%;
    color: #fff;
    margin: 10px 0 0;
}

.signup-box-headling h2 {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #253745;
    font-size: 20px;
    font-weight: 600;
}

.signup-box .form-control {
    border: none;
    height: 43px;
    margin-bottom: 10px;
    color: #999;
}

.signup-box .form-control:focus {
    box-shadow: 0 0 0 2px #e9edf3;
}

.signup-box .form-control {
    border: none;
    height: 43px;
    margin-bottom: 1rem;
    color: #6c757d;
    -webkit-appearance: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f9f9f9;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.leftside {
    margin-bottom: 40px;
}

.leftside h1 {
    font-size: 46px;
    color: #fff;
    font-weight: 900;
    margin: 20px 0 20px;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.75);
}

.leftside h2 {
    margin: 0;
    font-size: 24px;
    color: #57b33e;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
}

.leftside span {
    position: relative;
    z-index: 99;

}

.leftside span::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 24px;
    bottom: 0;
    background: #57b33e;
    z-index: -1;
}

.leftside p {
    color: #fff;
    font-size: 15px;
    margin-top: 40px
}

.leftside ul {
    margin: 0;
    padding: 0
}

.leftside ul li {
    list-style: none;
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
    color: #fff
}

.leftside ul li:before {
    content: url(../img/checkmark.svg);
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute
}

.text-white {
    color: #fff
}

span {
    position: relative;
    z-index: 999;
}

span::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 14px;
    bottom: 0;
    background: #57b33e;
    z-index: -1;
}

.bggrey {
    background: #f6f7f8
}

.secure {
    font-size: 12px;
    color: #fff;
}

.svgbox {
    background: #253745;
}

.bggreen {
    background: #02121e;
    color: #fff
}

.bggreen .btn {
    background: #57b33e;
    text-align: center;
    line-height: 1;
    padding: 20px 30px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-weight: 700;
    display: inline-block
}

.mybtn {
    background: #57b33e;
    text-align: center;
    line-height: 1;
    padding: 20px 30px;
    font-size: 20px;
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 5px;
    font-weight: 700;
    display: inline-block;
}

.space {
    padding: 90px 0;
}

.space p {
    color: #253745;
}

.bgdark p {
    color: #fff;
}

.bggrey {
    background: #f6f7f8;
    color: #253745;
}

.fluc h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
}

.flac img {
    border-radius: 25px;
}

.mycard p {
    font-size: 15px;
    line-height: 25px;
    color: #9b9b9b !important;
}

.myavis {
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border-bottom: 4px solid #57b33e;
    border-radius: 10px;
    position: relative;
    padding: 20px 35px;
}

.myavis h2 {
    font-weight: 900;
    font-size: 18px;
    color: #253745;
    margin-bottom: 0;
}

.myavis h3 {
    font-weight: 900;
    font-size: 20px;
    color: #253745
}

.myavis p {
    font-size: 15px;
    color: #9b9b9b !important;
    margin-bottom: 10px
}

.myavis img {
    border-radius: 50%;
    width: 70px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.myavis .stars {
    color: gold;
    margin-bottom: 10px;
}

.footer {
    padding: 10px 0;
    color: #c1c1c1;
    font-size: 14px;
    text-align: center;
    margin: 0;
    font-weight: 300;
    background: #02121e;
}

.footer a {
    color: #c1c1c1;
}

.modal-title {
    position: absolute;
    font-family: Roboto, sans-serif;
    font-size: 20px;
}

#myProgress {
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    transition: all .4s ease-in-out;
}

#myBar {
    width: 5%;
    height: 20px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    transition: all .4s ease-in-out;
    background: #57b33e;
    position: relative;
}

#myBar::after {
    content: "";
    left: 24px;
    right: 16px;
    position: absolute;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    -webkit-animation: boogie 2s linear infinite;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    background-size: 30px 30px;
    z-index: 1;
    overflow: hidden;
    height: 20px;
    opacity: .5
}

@-webkit-keyframes boogie {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 50px 40px
    }
}

@-moz-keyframes boogie {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 50px 40px
    }
}

.padleft {
    padding-left: 1.5rem
}

.icon-text h3 {
    font-size: 22px;
    margin-top: 15px;
    color: #253745;
    font-weight: 500
}

.icon-text span {
    font-size: 16px;
    display: block;
    line-height: 18px;
    color: rgba(255, 255, 255, .7)
}

.faq p {
    background: #f9f9fd;
}

.faq details[open] summary {
    color: #57b33e;
    font-weight: 400;
}

.faq summary {
    position: relative;
    border: 1px solid #f0f0f0;
}

.faq summary .lh-0 {
    line-height: 0;
}

.faq details summary::after {
    content: "\f282";
    position: absolute;
    font-family: bootstrap-icons;
    right: 20px;
}

.faq details[open] summary::after {
    content: "\f286";
    position: absolute;
    font-family: bootstrap-icons;
    right: 20px;
}

.faq summary::-webkit-details-marker {
    display: none;
}

.faq details>summary {
    list-style: none;
}

@media screen and (min-width:1200px) {
    .pad4 {
        padding: 0 4%;
    }
}

@media screen and (max-width: 1024px) {
    .pad4 {
        padding: 0 20px;
    }
}

@media screen and (max-width:768px) {
    .main-header {
        z-index: 1000
    }

    .menu-icon {
        display: block;
        cursor: pointer;
        padding: 10px;
        color: #fff;
        font-size: 1.7em
    }

    .main-nav ul {
        display: block;
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        background: #03090e;
        max-height: 0;
        overflow: hidden;
        transition: max-height .6s ease;
        z-index: 999999;
    }

    .main-nav li {
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }

    .main-nav li:last-child {
        border-bottom: none
    }

    .main-nav a {
        display: block;
        padding: 15px 20px
    }

    #menuToggle:checked~ul {
        max-height: 350px
    }
}

@media screen and (max-width:515px) {
    .leftside h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .cheat {
        order: -1
    }

    .leftside h1 {
        font-size: 28px;
        line-height: 1.1;
        margin-top: 0;
        font-weight: 500;
    }

    .banner {
        padding: 20px 0;
        min-height: 510px;
    }

    .flac img {
        margin-bottom: 20px
    }

    .bggreen {
        padding: 0 15px;
        text-align: center
    }

    .disoff {
        display: none
    }

    .leftside {
        margin-bottom: 0
    }

    .padleft {
        padding-left: 15px
    }

    .selectorama {
        max-width: 100%;
        margin: 10px 0 0 0
    }

    .logoz {
        margin-bottom: 0;
        padding: 0
    }

    .myavis, .mycard {
        margin-bottom: 35px
    }
}

@media screen and (max-width:390px) {
    .banner {
        min-height: 510px
    }

    .signup-box-headling h2 {
        font-size: 18px
    }
}

@media screen and (max-width:320px) {
    .main-nav a {
        padding: 12px 15px
    }
}