@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;700;800&display=swap');
@import "sections/trustpilot-section.css";
@import "sections/benefits-section.css";
@import "sections/support-section.css";
@import "sections/trial-section.css";


.bestUsenetSecurity h1 {
    font-weight: 800;
    font-size: 56px;
    line-height: 68px;
    color: #5E6975;
}

.bestUsenetSecurity .body-content {
    margin-bottom: 0;
}
.bestUsenetSecurity footer {
    margin-top: 0;
}

.bestUsenetSecurity .body-content h2 {
    font-weight: 800;
    font-size: 40px;
    color: #5E6975;
    line-height: 49px;
}

.bestUsenetSecurity .body-content h3 {
    color: #5E6975;
    font-weight: 800;
    font-size: 23px;
    line-height: 28px;
}

.bestUsenetSecurity .body-content h4 {
    color: #5E6975;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
}

.bestUsenetSecurity p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #7F7F7F;
}

.bestUsenetSecurity .trustpilot-hero {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.bestUsenetSecurity .trustpilot-hero img:first-child {
    margin: 0 15px 0 0;
}

.bestUsenetSecurity .body-content a {
    color: #1ABAD7;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    transition: .2s;
}
.bestUsenetSecurity .body-content a:hover {
    transition: .2s;
    color: #1592a9;
}

.bestUsenetSecurity .text-darkgray {
    color: #5E6975;
}

.bestUsenetSecurity .body-content .btn-regular {
    font-family: 'Roboto Slab', serif;
    background: #FCA844;
    border-radius: 7px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    padding: 17px 62px;
    transition: .2s;
    display: inline-block;
    font-weight: normal;
}

.bestUsenetSecurity .body-content .btn-regular:hover {
    transition: .2s;
    background: #EB8D3C;
    color: #fff;
}

.bestUsenetSecurity .body-content .btn-bordered {
    font-family: 'Roboto Slab', serif;
    background: none;
    border: 3px solid #FCA844;
    border-radius: 7px;
    text-decoration: none;
    color: #FCA844;
    font-size: 20px;
    line-height: 26px;
    padding: 17px 62px;
    transition: .2s;
    display: inline-block;
    font-weight: normal;
}

.bestUsenetSecurity .body-content .btn-bordered:hover {
    transition: .2s;
    background: #FCA844;
    color: #fff;
}

.bestUsenetSecurity-slider {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-content: center;
    background: url("../images/best-usenet-security/hero-image.jpg") no-repeat;
    background-size: cover;
    padding: 180px 0 80px;
    background-position-x: 50%;
}

.bestUsenetSecurity .bestUsenetSecurity-slider h1 {
    color: #FFFFFF;
    margin: 20px 0;
    width: 90%;
}

.bestUsenetSecurity .bestUsenetSecurity-slider p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    margin: 40px 0;
}

.bestUsenetSecurity .bestUsenetSecurity-slider .btn-regular {
    font-weight: 600;
}
.bestUsenetSecurity .bg-grayer {
    background: linear-gradient(180deg, #FFFFFF 0%, #EFF2F5 100%);
}

.bestUsenetSecurity .benefits-secure .cascade-block:nth-child(even) .cascade-block__image img {
    transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 65%;
}

.bestUsenetSecurity .features-section,
.bestUsenetSecurity .mission-section,
.bestUsenetSecurity .trial-section {
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.bestUsenetSecurity .features-section h2 {
    width: 70%;
    margin: 0 auto;
}

.bestUsenetSecurity .features-section .icons-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 50px 0;
    justify-content: center;
}

.bestUsenetSecurity .features-section .icons-list__item {
    padding: 20px 40px;
}

.bestUsenetSecurity .features-section .icons-list__item p {
    padding: 0;
    margin-top: 30px;
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #5E6975;
}
.bestUsenetSecurity .trust-pilot {
    border-top: 2px solid #DBDFE4;
}
.bestUsenetSecurity .mission-section {
    background: linear-gradient(0deg, #FFFFFF 0%, #F7F8FA 50%);
}
.bestUsenetSecurity .mission-section .mission-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    text-align: left;
    margin: 40px auto;
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bestUsenetSecurity .mission-section .mission-text p {
    margin-bottom: 30px;
    text-align: left;
}

.bestUsenetSecurity .support-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #EFF2F5;
    padding: 50px 0;
}

.bestUsenetSecurity .support-section h3 {
    font-weight: 800;
    font-size: 32px;
    line-height: 39px;
    color: #5E6975;
}

.bestUsenetSecurity .support-section ul {
    margin: 30px 0 0;
    padding: 0;
}

.bestUsenetSecurity .support-section li {
    margin: 10px 0;
    font-weight: 600;
    font-size: 18px;
}
.bestUsenetSecurity .support-section li i {
    color: #4DBC87;
    margin-right: 10px;
}

.bestUsenetSecurity .support-section img {
    border-radius: 12px;
    filter: drop-shadow(0px 12px 16px rgba(94, 105, 117, 0.25098));
}

.bestUsenetSecurity .support-section__items {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    margin: 0 auto;
    align-items: center;
}

.bestUsenetSecurity .trial-section__items {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    margin: 40px auto 60px;
    justify-content: center;
}
.bestUsenetSecurity .trial-section__items h2, .bestUsenetSecurity .trial-section__items h4 {
    width: 100%;
    margin-bottom: 30px;
}

.bestUsenetSecurity .trial-section__items img {
    width: auto;
    height: auto;
}

/*Scale fix*/
.bestUsenetSecurity .upper-footer {
    width: 100%;
}

/*** Adaptive version ****/
@media screen and (max-width: 1399px) {
    .bestUsenetSecurity .mission-section .mission-text {
        width: 100%;
    }
    .bestUsenetSecurity .support-section__items {
        width: 100%;
    }
}
/*** Adaptive version ***/
@media only screen and (max-width: 1199px) {
    .bestUsenetSecurity h1 {
        font-size: 52px;
        line-height: 66px;
        width: 100%;
    }
    .bestUsenetSecurity .body-content h2 {
        font-size: 36px;
        line-height: 40px;
        width: 100%;
    }
    .bestUsenetSecurity .body-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .bestUsenetSecurity .body-content h4 {
        font-size: 18px;
        line-height: 20px;
    }
    .bestUsenetSecurity .bestUsenetSecurity-slider {
        padding-top: 100px;
        padding-bottom: 60px;
        background-position-x: 75%;
    }
    .bestUsenetSecurity .bestUsenetSecurity-slider h1 {
        width: 100%;
    }
    .bestUsenetSecurity .bestUsenetSecurity-slider p {
        font-size: 16px;
    }
    .bestUsenetSecurity .body-content .btn-regular {
        font-size: 16px;
    }
    .bestUsenetSecurity .features-section .icons-list__item {
        padding: 15px;
    }
    .bestUsenetSecurity .features-section .icons-list__item p {
        font-size: 14px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 991px) {
    .bestUsenetSecurity .body-content h1 {
        font-size: 38px;
        line-height: 1.4;
        width: 75%;
    }
    .bestUsenetSecurity .body-content h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .bestUsenetSecurity .bestUsenetSecurity-slider {
        padding-top: 60px;
        padding-bottom: 15px;
    }
    .bestUsenetSecurity .bestUsenetSecurity-slider p {
        margin: 25px 0;
    }
    .bestUsenetSecurity .features-section,
    .bestUsenetSecurity .mission-section,
    .bestUsenetSecurity .trial-section,
    .bestUsenetSecurity .support-section {
        padding: 0;
    }
    .bestUsenetSecurity .support-section li {
        font-size: 14px;
        text-align: left;
    }
    .bestUsenetSecurity .support-section .col-md-8 {
        padding-left: 30px;
    }
    .bestUsenetSecurity .trial-section__items .trial-section__img {
        width: 33%;
    }
    .bestUsenetSecurity .body-content h4 {
        font-size: 16px;
    }
}
@media only screen and (max-width: 768px) {
    .bestUsenetSecurity .body-content .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .bestUsenetSecurity .body-content .btn-regular.mt-5 {
        margin-top: 1rem !important;
    }
    .bestUsenetSecurity .body-content .btn-regular {
        padding: 14px 44px;
    }
    .bestUsenetSecurity .body-content h1 {
        width: 100%;
    }
    .bestUsenetSecurity .body-content h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .bestUsenetSecurity .body-content h3 {
        font-size: 18px;
    }
    .bestUsenetSecurity .body-content h4 {
        font-size: 16px;
    }
    .bestUsenetSecurity p, .bestUsenetSecurity .body-content a {
        font-size: 14px;
    }
    .bestUsenetSecurity .bestUsenetSecurity-slider {
        padding-left: 0;
        padding-right: 0;
    }
    .bestUsenetSecurity .bestUsenetSecurity-slider p.col-md-4 {
        width: 35%;
    }
    .bestUsenetSecurity .mission-section .mission-text {
        margin: 20px auto;
    }
    .bestUsenetSecurity .mission-section .mission-text p {
        margin-bottom: 15px;
    }
    .bestUsenetSecurity .support-section img {
        margin-bottom: 30px;
        width: 45%;
    }
    .bestUsenetSecurity .support-section .col-sm-12 {
        text-align: center;
    }
    .bestUsenetSecurity .features-section .icons-list__item {
        width: 50%;
    }
    .bestUsenetSecurity .features-section .icons-list__item img {
        width: 50%;
    }
    .bestUsenetSecurity .support-section li i {
        margin-right: 5px;
    }
}
@media only screen and (max-width: 480px) {
    .bestUsenetSecurity .bestUsenetSecurity-slider {
        padding-top: 25px;
    }
    .bestUsenetSecurity .body-content h1 {
        width: 100%;
        font-size: 24px;
    }
    .bestUsenetSecurity .body-content .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .bestUsenetSecurity .bestUsenetSecurity-slider {
        background-position-x: 70%;
    }
    .bestUsenetSecurity .bestUsenetSecurity-slider p.col-md-4 {
        width: 50%;
        margin-bottom: 0;
    }
    .bestUsenetSecurity .body-content h2 {
        font-size: 18px;
        line-height: 1.4;
    }
    .bestUsenetSecurity .body-content h3 {
        font-size: 16px;
    }
    .bestUsenetSecurity .body-content h4 {
        font-size: 14px;
        line-height: 1.4;
    }
    .bestUsenetSecurity .body-content p, .bestUsenetSecurity .body-content a {
        font-size: 12px;
    }
    .carousel-inner {
        padding: 0;
    }
    .trustpilot-mobile-bottom {
        margin-top: 15px!important;
    }
    .bestUsenetSecurity .trust-pilot {
        padding-top: 35px;
    }
    #carousel-mobile {
        width: 100%;
    }
    .bestUsenetSecurity .sub-footer .cards-icons img {
        width: 100%;
    }
    .bestUsenetSecurity .support-section li {
        text-align: left;
        font-size: 12px;
    }
    .bestUsenetSecurity .support-section .col-sm-12 {
        width: 100%;
        padding: 0;
    }
    .bestUsenetSecurity .trial-section__items {
        width: 100%;
    }
    .bestUsenetSecurity .features-section .icons-list__item {
        padding: 10px;
    }
    .bestUsenetSecurity .features-section .icons-list__item p {
        font-size: 12px;
    }
}