/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

html {
    font-size: 18px;
    font-family: Lato, sans-serif;
}

@media screen and (max-width: 767px) {
    html {
        font-size: 16px;
    }

    .m-hide {
        display: none !important;
    }
}


body {
    font-family: Lato, sans-serif;
    scroll-behavior: smooth;
}

section {
    padding: 75px 0 100px;
}

@media screen and (max-width: 767px) {
    section {
        padding: 50px 0 50px;
    }
}

img {
    max-width: 100%;
    max-height: 100%;
}

.form {
    background-color: #35363a;
    ;
}

.mail {
    font-weight: bold;
    color: #24c261;
    text-decoration: none;
}

.mail:hover {
    color: #24c261;
}

.icon {
    height: 25px;
    width: 35px;
    fill: green !important;
    /*border-radius: 50%;*/
}

.container {
    max-width: 1250px;
}

.title {
    color: #35495c;
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    line-height: 100%;
}

@media screen and (max-width: 767px) and (min-width: 501px) {
    .title {
        font-size: 30px;
    }
}

@media screen and (max-width: 500px) {
    .title {
        font-size: 28px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .title {
        font-size: 40px;
    }
}

.sub-title {
    color: #35495c;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .sub-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .sub-title {
        font-size: 20px;
    }
}

.nav-link,
a {
    cursor: pointer;
}

.card {
    background-color: #35363a;
}

.card .card-title {
    font-family: "Lato", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

@media screen and (max-width: 991px) {
    .card .card-title {
        font-size: 20px;
    }

    .protected {
        font-size: 14px !important;
    }
}

.card .card-text {
    color: #aeafb0;
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}

@media screen and (max-width: 991px) {
    .card .card-text {
        font-size: 16px;
    }
}

.card .card-time {
    font-size: small;
    color: #aeafb0;
}

.btn-cta {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: rgb(36, 194, 97);
    border-radius: 5px;
    border: 3px solid transparent;
    -webkit-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
    transition: background 0.6s ease;
}

@media screen and (max-width: 767px) {
    .btn-cta {
        font-size: 16px;
    }

    .protected {
        font-size: 11px !important;
    }
}

.btn-cta:hover {
    color: #35495c !important;
    background-color: transparent;
    border: 3px solid #35495c !important;
}

.btn-cta-reseller {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: rgb(36, 194, 97);
    border-radius: 5px;
    border: 3px solid transparent;
    -webkit-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
    transition: background 0.6s ease;
}

@media screen and (max-width: 767px) {
    .btn-cta-reseller {
        font-size: 16px;
    }

    .wait-title {
        font-size: 23px !important;
    }

    .wait-sub-title {
        font-size: 16px !important;

    }

    .wait-sub-title {
        font-size: 16px !important;

    }

    .wait .h6 {
        font-size: 14px !important;

    }

    .wait .countdown {
        font-size: 18px !important;

    }
}

.btn-cta-reseller:hover {
    color: #fff !important;
    background-color: transparent;
    border: 3px solid #fff !important;
}

.hero {
    position: relative;
}

.hero .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(48, 126, 244, 0.4509803922)), color-stop(82%, #ffffff));
    background-image: -o-linear-gradient(top, rgba(48, 126, 244, 0.4509803922) 0, #ffffff 82%);
    background-image: linear-gradient(180deg, rgba(48, 126, 244, 0.4509803922) 0, #ffffff 82%);
    z-index: -1;
}

.hero .navbar {
    background: transparent;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
}

.hero .navbar .navbar-brand img {
    max-height: 40px;
    min-width: 100px;
    width: 100%;
}

@media screen and (max-width: 767px) and (min-width: 501px) {
    .hero .navbar .navbar-brand img {
        max-height: 35px;
    }
}

@media screen and (max-width: 500px) {
    .hero .navbar .navbar-brand img {
        height: 35px;
    }
}

.hero .navbar .index img {
    max-height: 60px;
}

@media screen and (max-width: 767px) {
    .hero .navbar .index img {
        max-height: 35px;
    }
}

.hero .navbar .nav-link {
    padding: 13px 10px;
    margin-left: 10px;
    margin-right: 10px;
    color: #35495c;
}

.hero .navbar .nav-button,
.hero-button-free {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    border: 3px solid #35495c;
    border-radius: 5px;
    margin-left: 20px;
    color: #35495c;
    padding: 7px 25px;
    -webkit-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
    transition: background 0.6s ease;
    /*margin-top: 20px;*/
}

@media screen and (max-width: 767px) {

    .hero .navbar .nav-button,
    .hero-button-free {
        font-size: 15px;
    }
}

.hero .navbar .nav-button:hover,
.hero-button-free:hover {
    color: #fff !important;
    border-color: rgb(36, 194, 97) !important;
    background-color: rgb(36, 194, 97) !important;
}

.hero .hero-container {
    padding: 200px 0px 150px;
    max-width: 940px;
}

@media screen and (max-width: 767px) {
    .hero .hero-container {
        padding: 30vh 0px;
    }
}

.hero .hero-container .hero-title {
    font-size: 60px;
}

@media screen and (max-width: 767px) and (min-width: 501px) {
    .hero .hero-container .hero-title {
        font-size: 35px;
    }
}

@media screen and (max-width: 500px) {
    .hero .hero-container .hero-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .hero .hero-container .hero-title {
        font-size: 40px;
    }
}

.hero .hero-container .hero-sub-title {
    font-size: 30px;
}

@media screen and (max-width: 767px) {
    .hero .hero-container .hero-sub-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .hero .hero-container .hero-sub-title {
        font-size: 20px;
    }
}

.best {
    background-color: #232426;
}

.best .title {
    color: #f0f2f5;
}

.best .sub-title {
    color: #aeafb0;
}

.best .card-title-reseller {
    font-size: 30px;
    font-weight: 900;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .best .card-title-reseller {
        font-size: 20px;
    }
}

.best .card-text-reseller {
    color: #aeafb0;
    font-size: 17px;
    font-weight: 400;
}

.best .price-resseler {
    font-size: 45px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .best .price-resseler {
        font-size: 35px;
    }
}

@media screen and (max-width: 767px) {
    .best .price-resseler {
        font-size: 28px;
    }
}

.best .duration-reseller {
    color: #aeafb0;
    font-size: 15px;
    font-weight: 800;
}

.best .button a {
    font-size: 23px;
    background-color: #35363a;
    border-color: #35363a;
}

@media screen and (max-width: 991px) {
    .best .button a {
        font-size: 17px;
    }
}

.best p.text-secondary {
    color: #aeafb0 !important;
}

.best .beginner {
    background-color: rgba(255, 255, 255, 0.368627451);
    margin-bottom: 7px;
}

.best .interdiate {
    background-color: #24c261;
    margin-bottom: 7px;
}

.testimonials {
    position: relative;
}

@media screen and (max-width: 767px) {
    .testimonials {
        padding-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .testimonials .card {
        padding: 0 50px !important;
    }
}

.testimonials img {
    max-width: 30%;
}

.testimonials .icons {
    position: absolute;
    top: 3%;
    width: 100%;
    left: 0;
    text-align: center;
}

.testimonials .excellent {
    text-align: center;
}

.testimonials .excellent h3 {
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .testimonials .excellent h3 {
        font-size: 15px;
    }
}

.testimonials .excellent img {
    max-height: 30px;
    margin: 50px 20px;
}

@media screen and (max-width: 767px) {
    .testimonials .excellent img {
        max-height: 20px;
        margin: 20px 10px;
    }
}

.testimonials small {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.offers {
    background-color: #232426;
}

.offers .title {
    color: #f0f2f5;
}

.offers .sub-title {
    color: #aeafb0;
}

.offers .card {
    background-color: #fff;
}

.offers .card .card-title {
    color: #35495c;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .offers .card .card-title {
        font-size: 19px;
    }
}

.offers .card .card-text {
    color: #35495c;
    font-size: 17px;
    font-weight: 400;
    margin: 10px 0;
}

@media screen and (max-width: 767px) {
    .offers .card .card-text {
        font-size: 15px;
        margin: 5px 0;
    }
}

.offers .card .badge {
    color: #35495c;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 15px;
    padding: 5px 15px;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .offers .card .badge {
        padding: 5px 9px;
        font-size: 12px;
    }
}

.offers .card .starter {
    background-color: #8ec8f9;
}

.offers .card .popular {
    background-color: #24c261;
}

.offers .card .special {
    background-color: #fcb900;
}

.offers .card .price {
    color: #35495c;
    font-size: 45px;
    font-weight: 900;
    text-transform: uppercase;
}

.offers .card .duration {
    color: #35495c;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .offers .card .duration {
        font-size: 14px;
    }
}

.offers .card .list .list-item {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #35495c;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .offers .card .list .list-item {
        font-size: 15px;
        margin-bottom: 2px;

    }
}

.offers .popular {
    background-color: rgba(36, 194, 97, 0.0666666667);
    border: 3px solid #24c261;
}

.offers .popular .card-title {
    color: #fff;
}

.offers .popular .card-text {
    color: #aeafb0;
}

.offers .popular .price {
    color: #fff;
}

.offers .popular .duration {
    color: #fff;
}

.offers .popular .list .list-item {
    color: #fff;
}

.offers .popular .btn-cta:hover {
    color: #fff !important;
    background-color: transparent;
    border: 3px solid #fff !important;
}

.faqs .icons {
    text-align: center;
}

.faqs .icons .icon {
    margin-left: 15px;
}

.faqs .icons img {
    width: 80px;
    height: 80px;
}

@media screen and (max-width: 767px) {
    .faqs .icons img {
        width: 40px;
        height: 40px;
    }
}

footer {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(48, 126, 244, 0.4509803922)), color-stop(82%, #ffffff));
    background-image: -o-linear-gradient(bottom, rgba(48, 126, 244, 0.4509803922) 0, #ffffff 82%);
    background-image: linear-gradient(0deg, rgba(48, 126, 244, 0.4509803922) 0, #ffffff 82%);
    color: rgba(53, 73, 92, 0.7529411765);
    padding: 50px 0 1px;
    font-size: 16px !important;
}

@media screen and (max-width: 767px) {
    footer {
        text-align: left;
    }
}

footer * {
    margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
    footer {
        padding-left: 20px;
        /*margin-bottom: 5px;*/
    }
}

@media screen and (max-width: 767px) {
    footer .contact {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

footer .icon {
    height: 20px;
    width: 25px;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    footer .icon {
        margin: 0;
        margin-right: 20px;
    }
}

footer .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer h6 {
    color: #35495c;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    footer h6 {
        font-size: 23px;
        margin-top: 20px;
        margin-bottom: 5px;
    }
}

footer .nav-link {
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    font-weight: 700;
    display: inline-block !important;
}

footer .nav-link:hover {
    color: #35495c;
}

footer .icons .icon {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    background-color: #222;
    padding: 10px;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    border-radius: 7px;
}

@media screen and (max-width: 767px) {
    footer .icons .icon {
        width: 30px;
        height: 30px;
        padding: 6px;
    }
}

footer .icons .icon:hover {
    background-color: #24c261;
}

footer .copyright {
    padding-top: 50px;
    color: #35495c;
    font-size: 17px;

}

footer .copyright .col-md-4:last-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 767px) {
    footer .copyright {
        padding-top: 10px;
        text-align: center;
        font-size: 16px;

    }

    footer .copyright .col-md-4:last-child {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

footer .copyright .img img {
    max-height: 30px;
}

.hero-terms .title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-terms .sub-title {
    font-size: 20px;
    margin-bottom: 0px;
}

.hero-terms .hero-container {
    padding: 150px 0px 80px;
}

@media screen and (max-width: 991px) {
    .hero-terms .hero-container {
        padding: 100px 10px 40px;
    }
}

.hero-terms .hero-container .step {
    color: #35495c;
    font-weight: 800;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 34px;
}

.hero-terms .hero-container .step .number {
    height: 32px;
    width: 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 7px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.18);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#37d348), to(#13cd7d));
    background-image: -o-linear-gradient(top, #37d348, #13cd7d);
    background-image: linear-gradient(180deg, #37d348, #13cd7d);
    font-size: 19px;
    margin: 0 18px 0 0;
}

.hero-terms .hero-container .stepp {
    margin-top: 40px;
}

.hero-terms .terms {
    border: 1px solid #e4e6ea;
    padding: 45px;
    background-color: #f3f3f3;
    border-radius: 10px;
    color: #465669;
}

.hero-terms h3 {
    color: #4a5669;
    font-weight: bolder;
    font-size: 25px;
    margin: 15px 0;
}

.packages .on {
    color: #35495c;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 5px 15px;
    background-color: #24c261;
    border-radius: 17px;
}

.packages .country {
    color: #35495c;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 10px 10px;
    padding: 5px 15px;
    background-color: #f0f2f5;
    border-radius: 17px;
}

.packages .card-title {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.packages .card-text {
    color: #aeafb0;
    font-size: 18px;
    font-weight: 400;
}

.checkout {
    color: #fff;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .checkout .order {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 10px;
    }

}

.checkout .card {
    position: relative;
    max-width: 330px;
    border-radius: 10px;
    border: 4px solid #35363a;
}

.checkout .card.inactive .badge,
.checkout .card.inactive .duration-checkout,
.checkout .card.inactive .price-checkout,
.checkout .card.inactive .per-mounth,
.checkout .card.inactive .garantee,
.checkout .card.inactive .save-checkout {
    opacity: 0.4;
}

.checkout .card.active .badge,
.checkout .card.active .duration-checkout,
.checkout .card.active .price-checkout,
.checkout .card.active .per-mounth,
.checkout .card.active .garantee,
.checkout .card.active .save-checkout {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .checkout .card {
        width: 100%;
        margin: auto;
    }
}

.checkout .card * {
    margin: auto;
}

.checkout .card .badge {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    padding: 4px 9px 6px 8px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 0;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.368627451);
    color: #fff;
}

.checkout .card .badge small {
    font-size: 14px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .checkout .card .badge {
        font-size: 14px;
    }

    .checkout .card .badge small {
        font-size: 12px;
    }
}

.checkout .card .duration-checkout {
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
}

.checkout .card .price-checkout {
    font-size: 62px;
    font-weight: 700;
    text-align: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
    line-height: 1;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .checkout .card .price-checkout {
        font-size: 45px;
    }
}



.checkout .card .per-mounth {
    font-size: 15px;
    line-height: 1;
    text-align: center;
}

.checkout .card .save-checkout {
    font-size: 16px;
    font-weight: 700;
    color: #35363a;
    line-height: 1.1875;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px 10px;
    border-radius: 13px;
    position: relative;
    margin: 10px auto;
}

.checkout .card .garantee {
    font-size: 13px;
    text-align: center;
    line-height: 1.23077;
    margin: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
}

.checkout .form {
    border-radius: 10px;
}

@media screen and (max-width: 991px) {
    .checkout .form {
        max-width: 100%;
        margin: auto;
    }
}

.checkout .form .form-label {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 1.23077;
    margin: 0 0 9px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
    text-align: left;
    position: relative;
}

.checkout .form .form-label:after {
    position: absolute;
    content: "*";
    color: #ffa900;
    right: -10px;
}

.checkout .form input {
    border-radius: 5px;
    outline: none;
    background-color: rgba(255, 255, 255, 0.1333333333);
    border: 0px;
    color: #fff;
}

.checkout .form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5333333333);
}

.checkout .form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5333333333);
}

.checkout .form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5333333333);
}

.checkout .form input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5333333333);
}

.checkout .form input::placeholder {
    color: rgba(255, 255, 255, 0.5333333333);
}

.checkout .form .payment label {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.22222;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
    border: 2px solid transparent;
    background-color: #d0dbff;
    border-radius: 8px;
    cursor: pointer;
    max-width: 270px;
}

#cardLabel.active,
#paypalLabel.active {
    border: 2px solid #27ae60 !important;

}

.paypalfee,
.cardfee {
    border: 1px solid transparent;
    opacity: 0.4;
    max-width: 270px;
    background-color: rgb(94 95 98);
    border-radius: 5px;
    font-weight: bold;
}

.paypalfee.active,
.cardfee.active {
    border: 1px solid #27ae60;
    opacity: 1;
}

.paypalfee span,
.cardfee span {
    color: #3aab69;
}

.checkout .form .payment label img {
    max-height: 35px;
    position: relative;
    right: 10%;
}

.checkout .form .payment label input {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 26px;
    height: 25px;
    border-radius: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
}

.checkout .form .payment label input:after {
    position: relative;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: #4d5154;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition-property: color background;
    -o-transition-property: color background;
    transition-property: color background;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
}


.checkout .form .payment label input:checked:after {
    content: url("../imgs/check.png");
    background-color: #24c261;
    font-family: serif;
    border: 0px;
    font-size: 18px;
    font-weight: bolder;
    color: #fff;
    padding-top: 5px;
    width: 100%;
    height: 100%;
    /*padding-bottom: 3px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99999;
}

.checkout .form .period {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
}

.checkout .form .period .period-time img {
    margin-right: 10px;
    height: 90%;
}

.checkout .form .order .btn-cta {
    display: block;
    width: 100% !important;
    text-decoration: none;
    padding: 40px auto;
}

.checkout .form .order .btn-cta:hover {
    color: #fff !important;
    background-color: transparent;
    border: 3px solid #fff !important;
}

.checkout .special {
    position: relative;
    /*overflow: hidden;*/
}

.checkout .special .badge {
    background-color: rgb(255 255 255 / 37%);
}

.checkout .special .save-checkout {
    background-color: #fff;
}

.checkout .special:after {
    position: absolute;
    content: "-70% OFF TODAY";
    /*display: block;*/
    background-color: #35363a;
    color: rgb(36, 194, 97);
    padding: 2px 10px;
    border-radius: 13px;
    top: -50px;
    left: 50%;
    width: 60%;
    height: 35px;
    font-weight: bolder;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: move 1s infinite;
    animation: move 1s infinite;
    z-index: 99999;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .checkout .special:after {
        width: 100%;
    }

}

.checkout .special:before {
    position: absolute;
    content: "";
    display: block;
    background-color: #35363a;
    top: -22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 10px;
    width: 10px;
    z-index: 9999;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: move1 1s infinite;
    animation: move1 1s infinite;
}

@-webkit-keyframes move {
    0% {
        top: -50px;
    }

    50% {
        top: -60px;
    }

    100% {
        top: -50px;
    }
}

@keyframes move {
    0% {
        top: -50px;
    }

    50% {
        top: -60px;
    }

    100% {
        top: -50px;
    }
}

@-webkit-keyframes move1 {
    0% {
        top: -22px;
    }

    50% {
        top: -32px;
    }

    100% {
        top: -22px;
    }
}

@keyframes move1 {
    0% {
        top: -22px;
    }

    50% {
        top: -32px;
    }

    100% {
        top: -22px;
    }
}

.wait {
    border: 3px solid #24c261;
}

.wait .countdown {
    color: #fff;
    font-weight: bolder;
    background-color: #24c261;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 4px 20px;
    font-size: 20px;
    border-radius: 4px;
}

.wait-sub-title {
    font-size: 18px;
}

.wait .h6 {
    font-size: 16px;
}

.card.active {
    border: 5px solid rgb(36, 194, 97);
}

.card.active .badge {
    background-color: rgb(36, 194, 97);
}

.card.active .save-checkout {
    background-color: rgb(36, 194, 97);
}

.wtsp-widget {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 20px;
    right: 25px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99999;
    -webkit-box-shadow: 0px 0px 8px 2px #0005;
    box-shadow: 0px 0px 8px 2px #0005;
}

..wtsp-widget a {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.wtsp-widget .notification {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: bolder;
    background-color: red;
    color: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 9999;
    border-radius: 50%;
    top: -8px;
    right: 4px;

}

@media screen and (max-width: 767px) {

    .wtsp-widget {
        bottom: 10px;
        right: 10px;

        width: 50px;
        height: 50px;
    }

    .wtsp-widget .notification {
        width: 15px;
        height: 15px;
        font-size: 11px;


    }

    .wtsp-widget svg {
        width: 28px;
        height: 28px;
    }

    .hero-terms .terms {
        padding: 30px 20px;
    }

}
 .checkout .checkWidth {
        display: none;
    }

@media screen and (max-width: 767px) {
    .checkout .card .price-checkout {
        font-size: 28px;
    }

    .checkout .card .badge,
    .checkout .card .garantee {
        display: none;
    }

    .checkout .card .card-body {
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .checkout .special {
        margin-top: 0px !important;
        order: -1;
    }

    .checkout .special:after,
    .checkout .special:before {
        display: none;
    }

    .checkout .card .save-checkout {
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 1 !important;
    }

    .checkout .card .per-mounth {
        display: none !important;
    }

    .checkout .col-md-4:first-child {
        order: 1 !important;
    }

    /*.checkout .checkWidth {
        width: 26px;
        height: 25px;
        border-radius: 7px;
        display: block;
    }*/
    .checkout .checkWidth {
    width: 26px;
    height: 25px;
    border-radius: 7px;
    display: block;
    cursor: pointer;
}

.checkout .checkWidth:after {
    position: relative;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: #4d5154;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition-property: color background;
    -o-transition-property: color background;
    transition-property: color background;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
}


.checkout .checkWidth.active:after {
    content: url("../imgs/check.png");
    background-color: #24c261;
    font-family: serif;
    border: 0px;
    font-size: 18px;
    font-weight: bolder;
    color: #fff;
    padding-top: 5px;
    width: 100%;
    height: 100%;
    /*padding-bottom: 3px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99999;
}

}