﻿@font-face {
    font-family: filson;
    src: url(../fonts/filson/FilsonProBold.otf);
}

body {
    background: #f7f7f7 !important;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

.click-here-link {
    text-decoration: underline;
}

.txt-lato {
    font-family: 'Lato', sans-serif;
}

.txt-orange {
    color: orange;
}

.txt-green {
    color: #9bd801;
}

.txt-blue {
    color: #336fb7 !important;
}

.txt-blue-2 {
    color: #22A1FF !important;
}

.txt-blue-3 {
    color: #48B0FC !important;
}

.bg-color-white {
    background-color: white;
}

.bg-color-grey {
    background-color: #f7f7f7 !important;
}

.navbar-expand-lg .navbar-nav {
    width: 100%;
    justify-content: space-evenly;
}

header {
    background: #ffffff;
}

    header .sub-menu {
        background-color: white;
        position: absolute;
        z-index: 999;
        padding-left: 0;
        padding: 15px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 0px, rgba(0, 0, 0, 0.19) 0px 4px 20px 0px;
        border-top: 3px solid #22A1FF;
        min-width: 250px;
        display: none;
        transition: 0.3s;
        z-index: 999;
    }

        header .sub-menu li {
            list-style: none;
            border-bottom: 1px solid #efefef;
            padding: 10px 20px;
            transition: 0.3s;
        }

            header .sub-menu li:hover {
                border-bottom: 1px solid #48B0FC;
            }

            header .sub-menu li:last-child {
                border-bottom: none;
            }

            header .sub-menu li a {
                color: black;
                text-decoration: none;
            }

    header #offers {
        border-right: 1px solid #dee2e6;
    }

        header #offers:hover .sub-menu {
            display: block;
        }

    header .navbar {
        padding: 0 1rem;
    }

.navbar-nav > li > a {
    text-transform: uppercase;
    font-weight: bold;
    color: #000000 !important;
    transition: 0.3s;
}

    .navbar-nav > li > a.active,
    .navbar-nav > li > a:hover {
        color: #364655 !important;
    }

.navbar-nav > li > a {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

    .navbar-nav > li > a.getstarted {
        background: url(../img/get-started-no-arrow.png) no-repeat;
        text-indent: -99999px;
        width: 138px;
        background-size: contain;
        position: relative;
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

        .navbar-nav > li > a.getstarted:hover .cta-arrow {
            right: 15px;
        }

.dropdown-item:hover {
    background: #8dc208;
    color: #ffffff;
}

.headline {
    padding: 40px 0;
}

.phone-top {
    position: absolute;
    right: 30px;
    top: 5px;
    color: #000000;
}

    .phone-top h5 {
        font-family: 'Acme', sans-serif;
        font-weight: bold;
        font-size: 20px;
        color: #336fb7;
        padding: 0;
        margin: 0;
        display: inline-block;
        line-height: normal;
    }

    .phone-top a {
        color: #000000;
        font-weight: bold;
    }

.headline h1 {
    font-family: 'Acme', sans-serif;
}

.headline p {
    position: relative;
}

.headline .fa-check-circle {
    color: #f98805;
    font-size: 30px;
    margin-right: 15px;
    margin-bottom: 20px;
    position: relative;
    float: left;
}

.footer {
    background: #e6e6e6;
    padding: 15px 0;
    color: black;
    margin-top: 40px;
    text-align: center;
}

    .footer a {
        color: black;
        padding: 0 4px;
        display: inline-block;
        font-weight: bold;
        border-right: 1.5px solid grey;
        padding-right: 9px;
    }

        .footer a:last-of-type {
            border-right: none;
        }

.footer2 {
    color: #666;
    padding: 40px 0;
    background: white;
    text-align: center;
}

.gap40 {
    height: 40px;
}

.AuthorizeNetSeal {
    margin: 0 auto !important;
}

.text-green {
    color: green;
}

.text-red {
    color: red;
}

label.req::after {
    content: '*';
    color: #790000;
    display: inline-block;
    clear: both;
    margin-left: 5px;
}

.gj-datepicker .gj-icon {
    top: 4px !important;
}

.steps {
    display: none;
    margin-top: 10px;
}

    .steps.active {
        display: block;
    }

ul.tab-label {
    margin: 0;
    padding: 10px 0 10px;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: thin solid #ccc;
}

    ul.tab-label li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        color: #ccc;
    }

        ul.tab-label li.active {
            color: #000;
        }

select.form-control-sm {
    height: 50px;
}

.form-control {
    height: 50px;
}

.gfield_error {
    border: 1px solid red !important;
}

.et_right_sidebar #main-content .container:before {
    display: none !important;
}

.et_hide_nav.et_fixed_nav #main-header,
.et_hide_nav.et_fixed_nav #top-header,
.et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header,
.et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header {
    display: none !important;
}

#main-content .container {
    padding-top: 0px !important;
}

.gj-datepicker .gj-icon {
    top: 15px !important;
}

.btn {
    z-index: 999;
    position: relative;
}

#rootwizard .nav,
.pager.wizard {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.pager.wizard {
    text-align: center;
}

.pager.wizard {
    margin-top: 20px;
}

    .pager.wizard .btn-primary {
        padding-left: 20px;
        padding-right: 20px;
        font-weight: bold;
        min-width: 200px;
    }

@media screen and (max-width:991px) {
    .pager.wizard .btn-primary {
        padding-left: 10px;
        padding-right: 10px;
        width: 110px;
        min-width: auto;
    }
}

.pager.wizard li {
    display: inline-block;
}

#georgia-error {
    display: block;
}

#georgia-error,
.help-block,
.text-red {
    color: red;
}

#georgia-error,
.help-block {
    font-size: 12px;
}

.text-green {
    color: green;
}

.has-error .form-control {
    border-color: red;
}

@media screen and (max-width:991px) {
    .phone-top {
        display: none;
    }

    .navbar-nav li a {
        margin-top: 0;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .navbar-nav {
        margin-bottom: 10px;
    }

        .navbar-nav li a.getstarted {
            margin: 0 auto;
        }
}

@media screen and (max-width:767px) {
    .form-row .col {
        -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    }

    select.form-control-sm {
        height: 50px;
        margin-bottom: 5px;
    }

    .form-control {
        height: 50px;
        margin-bottom: 5px;
    }

    .phone-top {
        display: none;
    }
}

header .navbar-brand {
    margin-right: 0;
}

    header .navbar-brand img {
        max-width: 234px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

@media screen and (max-width:991px) {
    header .navbar-brand img {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.section1 {
    padding-top: 80px;
    padding-bottom: 112px;
    background-size: cover;
    /*max-height: 820px;*/
    background-image: url(../img/hero-banner-whf.jpg);
    background-position: bottom;
}

.banner-txt-d {
    display: block;
}

.banner-txt-d-sm {
    display: none;
}

@media screen and (max-width:991px) {
}

.section1 h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    font-weight: 800;
    color: #6d6d6d;
    letter-spacing: 1px;
    line-height: 50px;
}

    .section1 h1 .invalid {
        font-size: 47px;
        font-family: 'Poppins', sans-serif;
    }

    .section1 h1 .collections {
        font-size: 50px;
        color: white;
        font-family: 'Poppins', sans-serif;
    }

.section1 a.btn {
    width: 200px;
}

.home .btn-container-top {
}

@media screen and (max-width:991px) {
    .section1 h1 {
        font-size: 38px;
        letter-spacing: 2px;
    }

    .section1 {
        max-height: unset;
    }
}

.section1 h4 {
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    color: black;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

@media screen and (max-width:991px) {
    .section1 h4 {
        font-size: 17px;
    }
}

.section1 p {
    font-weight: 500;
    padding: 0;
    margin: 20px 0 13px 0;
    font-size: 16px;
    color: #6d6d6d;
}

    .section1 p span {
        color: #48B0FC;
        text-decoration: underline;
        font-weight: 700;
    }

    .section1 p.sub-head {
        max-width: 87%;
    }

@media screen and (max-width:991px) {
    .section1 p {
        margin: 0 0 20px 0;
        font-size: 17px;
    }
}

@media screen and (max-width:991px) {
    .section1 .media {
        max-width: 260px;
        margin: 0 auto;
    }
}

.section1 .media svg {
    color: #9bd801 !important;
    font-size: 30px;
    margin-bottom: 20px;
}

@media screen and (max-width:991px) {
    .section1 .media svg {
        font-size: 30px;
        margin-bottom: 15px;
    }
}

.section1 .media-body {
    font-weight: bold;
    font-size: 18px;
}

.section1 .btn-cta {
    font-family: 'Acme', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
    margin: 10px auto;
    font-size: 24px;
    font-weight: bold;
    max-width: 270px;
    display: block;
    color: #ffffff;
    position: relative;
    margin-bottom: 0;
}

@media screen and (max-width:991px) {
    .section1 .btn-cta {
        margin: 0 auto;
    }
}

.section1 .cta-arrow {
    position: absolute;
    right: 50px;
    top: 32px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.section1 .btn-cta:hover .cta-arrow {
    right: 40px;
}

.section1 .btn-cta img.get-started-cta {
    width: 100%;
}

.section1 .btn-cta img.cta-arrow {
    width: 18px;
}

.section1 .btn-cta:hover {
    color: #ffffff;
}

.section2 .btn-cta {
    background: #8dc208;
    font-family: 'Acme', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
    margin: 10px auto;
    padding: 10px 40px;
    font-size: 24px;
    font-weight: bold;
    max-width: 300px;
    display: block;
    color: #ffffff;
}

    .section2 .btn-cta:hover {
        color: #ffffff;
    }

@media screen and (max-width:991px) {
    .section1 .btn-cta {
        display: block;
        margin: 0 auto;
    }
}

.section1 .btn-cta.btn-call {
    font-size: 14px;
    max-width: 230px;
    color: #ffffff;
    display: none;
    margin-top: 0;
}

    .section1 .btn-cta.btn-call img {
        width: 100%;
    }

@media screen and (max-width:991px) {
    .section1 .btn-cta.btn-call {
        display: block;
    }
}

.section1 .imageb,
.section3 .imageb {
    margin-top: -55px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0xMjgwIDBsLTI2NiA5MS41MmE3Mi41OSA3Mi41OSAwIDAgMS0zMC43NiAzLjcxTDAgMHYxNDBoMTI4MHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMTI4MCAwbC0yNjIuMSAxMTYuMjZhNzMuMjkgNzMuMjkgMCAwIDEtMzkuMDkgNkwwIDB2MTQwaDEyODB6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 100% 100px;
    height: 100px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.section3 .imageb {
    margin-top: -55px;
}

.section2 {
    background: #ffffff;
    padding-bottom: 80px;
    padding-top: 80px;
}

    .section2 h2 {
        font-weight: bold;
        font-family: 'Lato', sans-serif;
        color: #000000;
        text-align: center;
        font-size: 24px;
    }

    .section2 table {
        text-align: center;
    }

@media screen and (max-width:991px) {
    .section2 h2 {
        font-size: 28px;
    }
}

.section3 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media screen and (max-width:991px) {
    .section3 {
        text-align: center;
    }
}

.section3 h2 {
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    color: #000000;
    font-size: 38px;
}

@media screen and (max-width:991px) {
    .section3 h2 {
        font-size: 28px;
    }
}

.section3 h5 {
    color: #336fb7;
}

@media screen and (max-width:991px) {
    .section3 h5 {
        font-size: 15px;
    }
}

.section3 p {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 18px;
}

.section3 .fa-check-circle {
    color: #336fb7;
    margin-right: 5px;
}

@media screen and (max-width:991px) {
    .section3 .fa-check-circle {
        margin: 2px 10px 20px 0;
        padding: 0;
        font-size: 20px;
    }
}

.section3 p.list-c {
    max-width: 280px;
    text-align: left;
    margin: 5px auto;
}

.section3 img {
    max-width: 250px;
}

.section3 .bigprice {
    color: #9bd801;
    font-size: 120px;
    margin: 0;
    padding: 0;
}

    .section3 .bigprice sup {
        font-size: 70%;
    }

.section3 .btn-cta {
    font-family: 'Acme', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
    margin: 10px auto;
    font-size: 24px;
    font-weight: bold;
    max-width: 282px;
    display: block;
    color: #ffffff;
    margin-bottom: 0;
    padding-left: 36px;
}

.section3 .cta-arrow {
    position: absolute;
    right: 50px;
    top: 32px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.section3 .btn-cta:hover .cta-arrow {
    right: 40px;
}

.section3 .btn-cta img.get-started-cta {
    width: 100%;
}

.section3 .btn-cta img.cta-arrow {
    width: 18px;
}

@media screen and (max-width:991px) {
    .section3 .btn-cta {
        display: block;
    }
}

.section3 .btn-cta.btn-call {
    font-size: 14px;
    max-width: 230px;
    color: #ffffff;
    display: none;
    margin-top: 0;
    position: relative;
}

    .section3 .btn-cta.btn-call img.call-us-cta {
        width: 100%;
    }

    .section3 .btn-cta.btn-call img.cta-gear {
        width: 25px;
        position: absolute;
        top: 27px;
        left: 35px;
        transition: 3s;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }

    .section3 .btn-cta.btn-call:hover img.cta-gear {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

@media screen and (max-width:991px) {
    .section3 .btn-cta.btn-call {
        display: block;
    }
}

.section3 .btn-cta.btn-call:hover {
    color: #ffffff;
}

.section3 .wehelpfree-btn-blue {
    width: 240px;
}

.section4 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #336fb7 !important;
    color: #ffffff;
}

    .section4 h2 {
        font-weight: bold;
        font-family: 'Acme', sans-serif;
        text-align: center;
        font-size: 44px;
    }

@media screen and (max-width:991px) {
    .section4 h2 {
        font-size: 28px;
    }
}

.section4 p {
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
}

.section4 .fa-check-circle {
    color: #f98805;
}

.section4 ul {
    list-style-type: none;
    padding: 0;
}

@media screen and (max-width:991px) {
    .section4 ul {
        max-width: 200px;
        display: block;
        margin: 0 auto;
    }
}

.section4 .mw300 {
    max-width: 450px;
    margin: 0 auto;
}

.section4 li svg {
    margin-right: 10px;
}

.section4 .btn-cta {
    background: #8dc208;
    font-family: 'Acme', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
    margin: 10px auto;
    padding: 10px 40px;
    font-size: 24px;
    font-weight: bold;
    max-width: 300px;
    display: block;
    color: #ffffff;
}

    .section4 .btn-cta:hover {
        background: orange;
        color: #ffffff;
    }

@media screen and (max-width:991px) {
    .section4 .btn-cta {
        display: block;
    }
}

.section4 .btn-cta.btn-call {
    font-size: 14px;
    max-width: 200px;
    background: #174d8e;
    color: #ffffff;
    display: none;
}

@media screen and (max-width:991px) {
    .section4 .btn-cta.btn-call {
        display: block;
    }
}

.section4 .btn-cta.btn-call:hover {
    background: #3e3e3e;
    color: #ffffff;
}

.section5 {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .section5 h2 {
        font-weight: bold;
        font-family: 'Lato', sans-serif;
        color: #000000;
        font-size: 45px;
        margin-bottom: 20px;
        text-align: center;
    }

@media screen and (max-width:991px) {
    .section5 h2 {
        font-size: 28px;
    }
}

.section5 .w300 {
    max-width: 600px;
    margin: 0 auto 20px auto;
}

.section5 .w600 {
    max-width: 800px;
    margin: 0 auto 20px auto;
}

.section5 h5 {
    color: #336fb7;
    text-align: center;
    font-size: 25px;
}

@media screen and (max-width:991px) {
    .section5 h5 {
        font-size: 15px;
    }
}

.section5 p {
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
}

.section5 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

@media screen and (max-width:991px) {
    .section5 ul {
        max-width: 220px;
        display: block;
        margin: 0 auto;
    }
}

.section5 ul li {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}

.section5 .fa-check-circle {
    color: #9bd801;
    font-size: 20px;
    margin-right: 10px;
}

.section5 img {
    max-width: 250px;
}

.section5 .btn-cta {
    background: #8dc208;
    font-family: 'Acme', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
    margin: 10px auto;
    padding: 10px 40px;
    font-size: 24px;
    font-weight: bold;
    max-width: 300px;
    display: block;
    color: #ffffff;
}

    .section5 .btn-cta:hover {
        background: orange;
        color: #ffffff;
    }

@media screen and (max-width:991px) {
    .section5 .btn-cta {
        display: block;
    }
}

.section5 .btn-cta.btn-call {
    font-size: 14px;
    max-width: 200px;
    background: #336fb7;
    color: #ffffff;
    display: none;
}

@media screen and (max-width:991px) {
    .section5 .btn-cta.btn-call {
        display: block;
    }
}

.section5 .btn-cta.btn-call:hover {
    background: #3e3e3e;
    color: #ffffff;
}

.section6 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #ffffff;
}

    .section6 h2 {
        font-weight: bold;
        font-family: 'Acme', sans-serif;
        color: #000000;
        font-size: 40px;
        margin-bottom: 40px;
        text-align: center;
    }

@media screen and (max-width:991px) {
    .section6 h2 {
        font-size: 28px;
    }
}

.section6 h4 {
    text-align: center;
}

    .section6 h4 svg {
        font-size: 50px;
        color: #9bd801;
    }

.section6 h3 {
    text-align: center;
    font-size: 18px;
    padding: 0;
    margin: 20px 0;
}

.section6 p {
    text-align: center;
    padding: 0;
    margin: 0 0 20px 0;
}

.section6 h5 {
    color: #336fb7;
    text-align: center;
}

@media screen and (max-width:991px) {
    .section6 h5 {
        font-size: 15px;
    }
}

.section7 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../img/home_page_image_background.jpg) top right no-repeat;
    background-size: cover;
}

    .section7 h2 {
        color: #ffffff;
        font-family: 'Acme', sans-serif;
        margin-bottom: 30px;
    }

    .section7 .btn-cta {
        background: #8dc208;
        font-family: 'Acme', sans-serif;
        text-transform: uppercase;
        border-radius: 0;
        margin: 10px auto;
        padding: 10px 40px;
        font-size: 24px;
        font-weight: bold;
        max-width: 300px;
        display: block;
        color: #ffffff;
    }

        .section7 .btn-cta:hover {
            background: orange;
            color: #ffffff;
        }

@media screen and (max-width:991px) {
    .section7 .btn-cta {
        display: block;
    }
}

.section7 .btn-cta.btn-call {
    font-size: 14px;
    max-width: 200px;
    background: #174d8e;
    color: #ffffff;
    display: none;
}

@media screen and (max-width:991px) {
    .section7 .btn-cta.btn-call {
        display: block;
    }
}

.section7 .btn-cta.btn-call:hover {
    background: #3e3e3e;
    color: #ffffff;
}

.footer.home {
    margin-top: 0;
}

.inner-header {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #336FB7;
    background-image: url(../img/banner-transparent.png);
    background-position: top;
}

    .inner-header h1 {
        font-weight: bold;
        font-family: 'Poppins', sans-serif;
        color: #22A1FF;
        font-size: 40px;
        padding: 0;
        margin: 0;
    }

@media screen and (max-width:991px) {
    .inner-header h1 {
        font-size: 28px;
    }
}

.inner-header h2 {
    font-weight: bold;
    font-family: 'Acme', sans-serif;
    color: #ffffff;
    font-size: 30px;
    padding: 0;
    margin: 0;
}

@media screen and (max-width:991px) {
    .inner-header h2 {
        font-size: 18px;
    }
}

.inner-header p {
    color: #ffffff;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

@media screen and (max-width:991px) {
    .inner-header p {
        font-size: 16px;
    }
}

.inner-page {
    padding-top: 40px;
    padding-bottom: 40px;
}

.price1 {
    background: #9bd801;
    color: #ffffff;
    padding: 20px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Acme', sans-serif;
    margin: 20px auto;
}

    .price1 small {
        font-size: 14px;
        display: block;
        font-family: 'Quicksand', sans-serif;
    }

.price2 {
    background: #f98805;
    color: #ffffff;
    padding: 20px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Acme', sans-serif;
    margin: 20px auto;
}

    .price2 small {
        font-size: 14px;
        display: block;
        font-family: 'Quicksand', sans-serif;
    }

.transparent-bg {
    background-image: url(../img/bg-transparent-2.png);
    background-size: cover;
    background-position: top right;
    padding: 70px 0 !important;
}

.image-fader {
    margin-top: -90px;
    background-image: url(../img/fader.svg);
    background-size: 100% 128px;
    height: 100px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.how-it-works-img-1 {
    display: none !important;
}

.image-fader.mobile-view {
    display: none;
}

.image-fader.desktop-view {
    display: block;
}

@media screen and (max-width:768px) {
    .transparent-bg {
        background-image: unset;
        padding-top: 0 !important;
        background-color: white;
    }

    .how-it-works-img-1 {
        display: block !important;
        margin-bottom: 20px;
    }

    .image-fader.mobile-view {
        display: block;
        margin-top: -110px;
        position: relative;
        top: 46px;
        background-size: 100% 48px;
        -webkit-transform: unset;
        transform: unset;
    }

    .image-fader.desktop-view {
        display: none;
    }

    .bg-grey-mobile {
        background-color: #F7F7F7 !important;
    }

    .how-long-section {
        background-color: white;
    }
}

.pricing {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .pricing svg {
        color: #9bd801;
    }

    .pricing li {
        margin-bottom: 10px;
        font-size: 16px;
    }

.inner-page.pricepage h4 {
    font-size: 23px;
    font-weight: bold;
    font-family: 'Acme', sans-serif;
}

.inner-page.pricepage .table thead th {
    vertical-align: middle !important;
}

.table td,
.table th {
    font-size: 14px;
}

.inner-page.pricepage table h2 {
    font-family: 'Acme', sans-serif;
}

.inner-page.pricepage table td {
    vertical-align: middle;
}

    .inner-page.pricepage table td h2 {
        color: #9bd801;
    }

.inner-page.pricepage .cta-sign-up {
    font-family: 'Acme', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
    margin: 10px auto 0;
    font-size: 24px;
    font-weight: bold;
    max-width: 270px;
    display: block;
    color: #ffffff;
    position: relative;
}

    .inner-page.pricepage .cta-sign-up img {
        width: 100%;
    }

    .inner-page.pricepage .cta-sign-up .cta-arrow {
        position: absolute;
        right: 38px;
        top: 32px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        width: 16px;
    }

    .inner-page.pricepage .cta-sign-up:hover .cta-arrow {
        right: 33px;
    }

.inner-page.pricepage .btn-cta:hover {
    color: #ffffff;
}

@media screen and (max-width:991px) {
    .inner-page.pricepage .btn-cta {
        display: block;
    }
}

.inner-page.pricepage .btn-cta.btn-call {
    font-size: 14px;
    max-width: 200px;
    background: #336fb7;
    color: #ffffff;
    display: none;
}

@media screen and (max-width:991px) {
    .inner-page.pricepage .btn-cta.btn-call {
        display: block;
    }
}

.inner-page.pricepage .btn-cta.btn-call:hover {
    background: #3e3e3e;
    color: #ffffff;
}

.inner-page.thankyou-page {
    padding-top: 190px;
    padding-bottom: 260px;
    background: #336fb7;
}

@media screen and (max-width:991px) {
    .inner-page.thankyou-page {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.inner-page.thankyou-page h3 {
    font-family: 'Acme', sans-serif;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.inner-page.thankyou-page p {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 50px;
}

.inner-page.thankyou-page .btn-cta {
    background: orange;
    font-family: 'Acme', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
    margin: 10px auto;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    max-width: 200px;
    display: block;
    color: #ffffff;
}

    .inner-page.thankyou-page .btn-cta:hover {
        background: #8dc208;
        color: #ffffff;
    }

@media screen and (max-width:991px) {
    .inner-page.thankyou-page .btn-cta {
        display: block;
    }
}

.btn-primary {
    background: #8dc208;
    border-color: #8dc208;
}

#rootwizard .nav li {
    width: 33.33%;
    display: inline-block;
    position: relative;
}

    #rootwizard .nav li a {
        color: #ffffff;
        pointer-events: none;
    }

        #rootwizard .nav li a:hover {
            text-decoration: none;
        }

        #rootwizard .nav li a.active {
            color: #000000;
        }

.nav.nav-pills li {
    border: 1px transparent solid;
}

    .nav.nav-pills li a {
        display: block;
        padding: 10px 8px;
        background: #174d8e;
    }

        .nav.nav-pills li a.active {
            background: #8dc208;
            color: #ffffff !important;
        }

.tab-content {
    padding: 20px;
    border: 1px #e1e1e1 solid;
    width: calc(100% - 2px);
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .headline.enrollpage {
        padding-bottom: 0;
    }
}

@media screen and (max-width:767px) {
    .headline.enrollpage h1 {
        font-size: 28px;
    }
}

.headline.enrollpage p {
    font-size: 14px;
    margin-bottom: 0;
}

    .headline.enrollpage p svg {
        width: 20px;
        margin-top: -5px;
        margin-bottom: 5px;
    }

.headline.enrollpage .gap40 {
    height: 10px;
}

.fa-angle-right,
.fa-angle-left {
    font-size: 30px;
    color: #111111;
}

.carousel-indicators {
    bottom: -40px;
}

    .carousel-indicators li {
        border-radius: 50% !important;
        width: 12px !important;
        height: 12px !important;
        background-color: #c0c0c0;
    }

        .carousel-indicators li.active {
            background-color: #9bd801;
        }

@media screen and (max-width:991px) {
    .dropdown-menu.show {
        border: none;
    }
}

.inner-page .btn-cta {
    font-family: 'Acme', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    max-width: 270px;
    display: block;
    color: #ffffff;
    position: relative;
}

.inner-page .cta-arrow {
    position: absolute;
    right: 50px;
    top: 30px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 18px;
}

.inner-page .btn-cta:hover .cta-arrow {
    right: 40px;
}

.inner-page .btn-cta img.get-started-cta {
    width: 100%;
}

.inner-page .btn-cta:hover {
    color: #ffffff;
}

@media screen and (max-width:991px) {
    .inner-page .btn-cta {
        display: block;
    }
}

.inner-page .btn-cta.btn-call {
    font-size: 14px;
    max-width: 200px;
    background: #336fb7;
    color: #ffffff;
    display: none;
}

@media screen and (max-width:991px) {
    .inner-page .btn-cta.btn-call {
        display: block;
    }
}

.inner-page .btn-cta.btn-call:hover {
    background: #3e3e3e;
    color: #ffffff;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    width: 400px;
    height: 200px;
    margin-bottom: 20px;
}

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px #c0c0c0 solid;
    }

h4 span.price-circle1 {
    font-size: 80px;
    color: #9bd801;
    padding: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0;
    top: -50px;
    font-weight: bold;
    font-family: 'Acme', sans-serif;
}

    h4 span.price-circle1 sup {
        font-size: 70%;
    }

h4 span.price-circle2 {
    font-size: 80px;
    color: #f98805;
    padding: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0;
    top: -35px;
    font-weight: bold;
    font-family: 'Acme', sans-serif;
}

    h4 span.price-circle2 sup {
        font-size: 70%;
    }

.pprice {
    position: relative;
    height: 90px;
    padding-left: 140px;
    max-width: 500px;
    margin: 0 auto 20px auto;
}

.pricing .media-body h5 {
    font-size: 21px;
    line-height: 2;
}

.inner-page.pricing {
    padding-top: 50px;
    padding-bottom: 50px;
}

.circle-num {
    display: block;
    background: #9bd801;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Acme', sans-serif;
    font-size: 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 8px;
    border-radius: 50%;
    margin: 0 auto 20px auto;
}

.bg-white {
    background: #ffffff;
}

.btn-subscribe {
    background: #8dc208;
    font-family: 'Acme', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
    padding: 5px 20px;
    font-size: 20px;
    font-weight: bold;
    max-width: 300px;
    display: block;
    color: #ffffff;
}

    .btn-subscribe:hover {
        background: orange;
        color: #ffffff;
    }

._form-thank-you {
    text-align: center;
    padding: 20px;
    font-weight: bold;
}

select option:disabled {
    color: red;
}

.gap30 {
    height: 30px;
}

.how-long {
    font-family: 'Acme', sans-serif;
    font-size: 46px;
    color: orange;
}

.pdtb {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

@media screen and (max-width:991px) {
    .text-center-small {
        text-align: center;
    }
}

.inner-page textarea {
    height: 150px;
}

.btn-call2 img {
    width: 100%;
}

.visible-mobile {
    display: none;
}

@media screen and (max-width:991px) {
    .visible-mobile {
        display: block;
    }
}

.btn-container-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .btn-container-top a.btn-cta {
        margin: 10px 0 0;
        padding-bottom: 0;
    }

    .btn-container-top a.cta-learn-more img {
        width: 100%;
    }

    .btn-container-top a.cta-learn-more .cta-gear {
        width: 22px;
        position: absolute;
        top: 34px;
        left: 53px;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }

    .btn-container-top a.cta-learn-more:hover .cta-gear {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

@media screen and (max-width:991px) {
    .btn-container-top a.cta-learn-more {
        display: none;
    }

    .btn-container-top {
        display: unset;
    }

        .btn-container-top a.btn-cta {
            margin: 10px auto;
        }
}

.section2 .cta-how-it-works {
    background: transparent;
    font-family: 'Acme', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
    margin: 10px auto;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    max-width: 250px;
    display: block;
    color: #ffffff;
    position: relative;
}

    .section2 .cta-how-it-works img.learn-more-btn {
        width: 100%;
    }

    .section2 .cta-how-it-works .cta-gear {
        width: 24px;
        position: absolute;
        top: 20px;
        left: 32px;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }

    .section2 .cta-how-it-works:hover .cta-gear {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.how-long-does-it-take {
    display: block;
    margin: 0 auto;
    max-width: 90%;
}

.how-long-section .col-md-6:last-of-type {
    padding-top: 50px;
}

.how-long-section h4 {
    font-size: 1.4rem;
}

@media screen and (max-width:991px) {
    .how-long-does-it-take {
        margin-top: 50px;
    }
}

@media screen and (max-width:768px) {
    .how-long-section .col-md-8 {
        padding-top: 0;
    }
}

.how-it-works-page .inner-page .btn-cta {
    margin: 0;
}

    .how-it-works-page .inner-page .btn-cta.btn-call {
        display: block;
        background: transparent;
        max-width: 270px;
    }

        .how-it-works-page .inner-page .btn-cta.btn-call img {
            width: 100%;
        }

.how-it-works-page .inner-page .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width:991px) {
    .how-it-works-page .inner-page .btn-cta.btn-call {
        display: none;
    }

    .how-it-works-page .inner-page .btn-cta {
        margin: 0 auto;
    }

    .how-it-works-page .inner-page .d-flex {
        display: none !important;
    }
}

.contact-page .success {
    display: none;
}

.g-recaptcha {
    margin-bottom: 15px;
}

.inner-page.pricepage .btn-cta.btn-call {
    font-size: 14px;
    max-width: 230px;
    color: #ffffff;
    background-color: transparent;
    padding-top: 0;
}

    .inner-page.pricepage .btn-cta.btn-call img.call-us-cta {
        width: 100%;
    }

.navbar-expand-lg .navbar-nav .dropdown-menu {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 0px, rgba(0, 0, 0, 0.19) 0px 4px 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 0px, rgba(0, 0, 0, 0.19) 0px 4px 20px 0px;
    border: none;
    border-top: 3px solid #22A1FF;
    border-radius: 0;
    padding: 10px 15px;
    min-width: 250px;
}

    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:last-child {
        border-bottom: 1px solid transparent;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
        border-bottom: 1px solid #efefef;
        padding: 10px;
        -webkit-transition: .3s;
        transition: .3s;
        font-weight: 600;
    }

        .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item svg {
            font-size: 10px;
            -webkit-transition: .2s all;
            transition: .2s all;
            visibility: hidden;
            opacity: 0;
        }

        .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
            background-color: transparent;
            color: black;
            border-bottom: 1px solid #22A1FF;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover svg {
                margin-right: 10px;
                font-size: 14px;
                visibility: visible;
                opacity: 1;
            }

.pricing-page .btn-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pricing-page .btn-cta.btn-call {
    display: block !important;
    max-width: 270px !important;
    padding-top: 5px !important;
}

    .pricing-page .btn-cta.btn-call:hover {
        background-color: transparent !important;
    }

.pricing-page .btn-cta {
    margin: 0 !important;
}

@media screen and (max-width:575px) {
    .pricing-page .btn-container {
        display: unset !important;
        text-align: center;
    }

    .pricing-page .btn-cta {
        margin: 0 auto !important;
    }

        .pricing-page .btn-cta.btn-call {
            max-width: 230px !important;
        }
}

.credit-repair-organization-act .btn-container,
.fair-credit-reporting-act .btn-container,
.credit-repair-scams .btn-container,
.reviews-page .btn-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.credit-repair-organization-act .btn-cta.btn-call,
.fair-credit-reporting-act .btn-cta.btn-call,
.credit-repair-scams .btn-cta.btn-call,
.reviews-page .btn-cta.btn-call {
    display: block;
    background-color: transparent;
    max-width: 270px;
}

    .credit-repair-organization-act .btn-cta.btn-call:hover,
    .fair-credit-reporting-act .btn-cta.btn-call:hover,
    .credit-repair-scams .btn-cta.btn-call:hover,
    .reviews-page .btn-cta.btn-call:hover {
        background-color: transparent;
    }

    .credit-repair-organization-act .btn-cta.btn-call img,
    .fair-credit-reporting-act .btn-cta.btn-call img,
    .credit-repair-scams .btn-cta.btn-call img,
    .reviews-page .btn-cta.btn-call img {
        width: 100%;
    }

.credit-repair-organization-act .btn-cta,
.fair-credit-reporting-act .btn-cta,
.credit-repair-scams .btn-cta,
.reviews-page .btn-cta {
    margin: 0;
}

.fair-credit-reporting-act .btn-container-top {
    justify-content: center;
}

@media screen and (max-width:575px) {

    .credit-repair-organization-act .btn-container,
    .fair-credit-reporting-act .btn-container,
    .credit-repair-scams .btn-container,
    .reviews-page .btn-container {
        display: block !important;
    }

    .credit-repair-organization-act .btn-cta,
    .fair-credit-reporting-act .btn-cta,
    .credit-repair-scams .btn-cta,
    .reviews-page .btn-cta {
        margin: 0 auto;
    }
}

.inner-page.thankyou-page {
    padding-top: 10px;
    padding-bottom: 100px;
    background-color: #f7f7f7 !important;
    color: black;
}

    .inner-page.thankyou-page h3 {
        color: black;
    }

    .inner-page.thankyou-page ul {
        text-align: left;
        margin-bottom: 20px;
    }

        .inner-page.thankyou-page ul li {
            list-style: none;
            font-size: 16px;
            margin-bottom: 15px;
        }

            .inner-page.thankyou-page ul li .fa-check-circle {
                margin-right: 10px;
                color: #9bd801;
            }

    .inner-page.thankyou-page p {
        margin-bottom: 25px;
        color: black;
    }

.section-schedule {
    background: #ffffff;
    padding-bottom: 20px;
}

.schedulewrap {
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    background: #f8ffe8;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8ffe8), color-stop(99%, #e3f5ab));
    background: linear-gradient(to bottom, #f8ffe8 0%, #e3f5ab 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8ffe8', endColorstr='#e3f5ab', GradientType=0);
    border: 1px #e1e1e1 solid;
}

    .schedulewrap .form-inline {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .schedulewrap .form-control {
        height: 40px;
        max-width: 170px;
        font-size: 14px;
        border: 1px #e1e1e1 solid;
    }

.trust-pilot-container {
    display: none;
}

@media (min-width:992px) and (max-width:1199px) {
    .schedulewrap .form-control {
        max-width: 120px;
    }
}

@media screen and (max-width:991px) {
    .schedulewrap .form-control {
        max-width: unset;
        width: 100%;
        display: block;
    }
}

.schedulewrap button {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 120px;
    background: #9dd53a;
    background: -webkit-gradient(linear, left top, left bottom, from(#9dd53a), color-stop(50%, #a1d54f), to(#7cbc0a));
    background: linear-gradient(to bottom, #9dd53a 0%, #a1d54f 50%, #7cbc0a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dd53a', endColorstr='#7cbc0a', GradientType=0);
    border-color: #8dc208;
    font-weight: bold;
    text-transform: uppercase;
}

    .schedulewrap button:hover {
        background: #73a003 !important;
        border-color: #73a003 !important;
    }

    .schedulewrap button:active,
    .schedulewrap button:focus {
        background: #73a003 !important;
        border-color: #73a003 !important;
    }

.schedulewrap h4 {
    font-size: 24px;
    font-weight: bold;
    color: #222;
    font-family: 'Acme', sans-serif;
    position: relative;
    padding-left: 70px;
}

@media screen and (max-width:991px) {
    .schedulewrap h4 {
        font-size: 30px;
        margin-bottom: 20px !important;
    }
}

.schedulewrap h4 small {
    display: block;
    font-size: 70%;
    font-weight: bold;
}

.schedulewrap h4 img {
    display: inline-block;
    max-width: 90px;
    height: auto;
    position: absolute;
    left: -30px;
    top: -20px;
}

.schedulewrap ._form-thank-you {
    color: #ffffff;
}

.schedulewrap ._error._below {
    display: none !important;
}

.how-it-works-page .footer {
    margin-top: 0;
}

.popupBox {
    width: 600px;
    height: 200px;
    margin: 50px auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    position: absolute;
    display: none;
    top: 0;
}

    .popupBox .btn {
        display: inline-block;
        position: absolute;
        width: 24px;
        height: 24px;
        text-align: center;
        ;
        border-radius: 100%;
        color: #000;
        top: -15px;
        right: -15px;
        cursor: pointer;
        background: #f9f9f9;
    }

.tp-d-lg {
    display: block;
}

.tp-d-sm {
    display: none;
}

.trans-img-1 {
    display: none;
}

@media screen and (max-width:575px) {

    .progress-dnone,
    .enroll3 .credit-card-img {
        display: none !important;
    }

    .trust-pilot-container {
        background-color: white;
        padding: 18px 0;
        border: 1px #e1e1e1 solid;
        border-bottom: none;
        display: block;
    }

    .enroll3 .tab-content {
        width: unset;
        border-top: none;
    }

    .home .section2 {
        padding-top: 0 !important;
    }

    .how-long-section .col-md-6:last-of-type {
        padding-top: 0;
    }

    .tp-d-lg {
        display: none;
    }

    .tp-d-sm {
        display: block;
    }

    .section1 {
        text-align: center;
        padding-top: 40px;
        background-size: cover;
    }

        .section1 h4 {
            margin-bottom: 0;
        }

    .banner-txt-d {
        display: none;
    }

    .banner-txt-d-sm {
        display: block;
    }

    .section1 .banner-txt-d-sm h1 {
    }

    .section1 .media-body {
        text-align: left;
        font-size: 15px;
        color: #336fb7;
    }

    .section1 .media svg {
        font-size: 25px;
    }

    .reddibuy-lady {
        width: 187px;
        position: relative;
        bottom: -12px;
        left: -14px;
    }

    .section1 .banner-txt-d-sm .btn-cta img.cta-arrow {
        width: 11px;
        right: 17px;
        top: 19px;
    }

    .section1 .banner-txt-d-sm .btn-container-top a.btn-cta {
        padding: 0;
        margin: 0;
    }

    .section1 .banner-txt-d-sm .btn-container-top a.btn-cta {
        width: 80%;
        margin: 0 auto;
    }

    .section1 .banner-txt-d-sm .btn-cta.btn-call {
        margin-bottom: 70px !important;
        margin-top: 5px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 70% !important;
    }

    .section1 .imageb {
        transform: rotateY(0deg);
    }

    .home .section1 .media svg {
        margin-bottom: 8px;
        width: 26px;
    }

    .home .section1 .imageb.mobile-view {
        margin-top: -110px;
    }

    .sec-2-how {
        margin-top: -68px;
    }

    .trans-img-1 {
        display: block;
        width: 60%;
        margin: -20px auto 0;
    }
}

@media screen and (max-width:375px) {
    .section1 .media-body {
        font-size: 16px;
        margin-top: 2px;
    }

    .section1 .imageb.mobile-view {
        margin-top: -88px;
    }

    .section1 .banner-txt-d-sm .btn-cta img.cta-arrow {
        width: 10px;
        right: 26px;
        top: 19px;
    }

    .reddibuy-lady {
        width: 165px;
        position: relative;
        bottom: -24px;
        left: -14px;
    }

    .section1 {
        background-position-x: -10px !important;
        padding-top: 15px;
    }

    .home .section1 .media svg {
        width: 20px;
        margin-right: 5px !important;
        margin-bottom: 5px;
        margin-left: -16px;
    }

    .section1 .banner-txt-d-sm h1 {
        margin-bottom: 0;
    }
}

@media screen and (max-width:360px) {
    .reddibuy-lady {
        margin-top: 16px;
    }

    .section1 .media-body {
        font-size: 13px;
    }

    .section1 .banner-txt-d-sm .btn-cta img.cta-arrow {
        width: 10px;
        right: 23px;
        top: 18px;
    }

    .section1 .banner-txt-d-sm .btn-cta img.cta-arrow {
        width: 12px;
        right: 24px;
        top: 18px;
    }
}

.section3-reddibuy-lady {
    max-width: 227px !important;
    margin-top: 20px;
}

.home .section3 {
    padding-bottom: 0;
    background-color: #f7f7f7;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}

.home .section5 .first-col,
.home .section5 .last-col:last-of-type {
    padding-left: 50px;
}

.home .section5 img {
    max-width: 295px;
}

.home .section5 .img-container img {
    width: 58px;
}

.home .section5 .img-container {
    height: 55px;
}

.home .section5 .sub-head {
    max-width: 85%;
    margin: 0 auto;
}

.home .tp-widget-logo {
    transform: scale(2) !important;
    padding-top: 18px;
    padding-bottom: 20px;
}

.fourth-sec {
    padding: 50px 0 120px;
    color: #2f456c;
}

    .fourth-sec h2 {
        margin: 20px 0 60px;
        font-weight: bold;
        font-family: 'Lato', sans-serif;
        color: #000000;
        font-size: 40px;
        text-align: center;
    }

    .fourth-sec h6 {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .fourth-sec p {
        font-size: 14px;
    }

    .fourth-sec img {
        margin: 0 auto;
        display: block;
        width: 100px;
        margin-bottom: 50px;
    }

    .fourth-sec .credit-repair-container {
        border-radius: 10px;
        padding: 50px 50px 20px;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.19);
        min-height: 355px;
        transition: 0.2s;
        background-color: white;
    }

        .fourth-sec .credit-repair-container:hover {
            background-color: #2668b7;
            box-shadow: unset;
        }

            .fourth-sec .credit-repair-container:hover h6,
            .fourth-sec .credit-repair-container:hover p {
                color: white;
            }

    .fourth-sec .carousel-item {
        padding: 15px;
        text-align: center;
    }

.section6 {
    display: none !important;
}

#wrapper-reviews {
    border: 1px solid black !important;
}

.hide-mobile {
    display: block;
}

.hide-desktop {
    display: none;
}

@media screen and (max-width:991px) {
    .fourth-sec .credit-repair-container {
        margin: 10px 0;
    }

    .section6 {
        display: block !important;
    }

    .fourth-sec h2 {
        margin: 20px 0 10px;
    }

    .trust-the-experts {
        margin-bottom: -10px !important;
    }

    .hide-mobile {
        display: none;
    }

    .hide-desktop {
        display: block;
    }

    .form-header {
        font-size: 16px !important;
        margin-bottom: 10px !important;
        position: relative;
        top: -10px;
    }
}

.socialbtns {
    text-align: center;
}

    .socialbtns,
    .socialbtns ul,
    .socialbtns li {
        margin: 0;
        padding: 0;
    }

        .socialbtns ul {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .socialbtns li {
            list-style: none outside none;
            display: inline-block;
            padding: 5px;
        }

.simpleCircle svg {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin: auto 3px;
    width: 25px;
    font-size: 13px;
    text-align: center;
}

.simpleCircle a.fbbg {
    background-color: #3b5998;
    border-radius: 70px;
    border-radius: 25px;
    height: 25px;
    line-height: 25px;
    width: 25px;
    display: inline-block;
}

.simpleCircle a.igbg {
    background: linear-gradient(to bottom right, #4c68d7, #8a3ab9, #cd486b, #fbad50);
    border-radius: 70px;
    border-radius: 25px;
    height: 25px;
    line-height: 25px;
    width: 25px;
    display: inline-block;
}

    .simpleCircle a.igbg svg {
        font-size: 15px;
    }

.review-header {
    font-weight: bold;
    font-family: 'Acme', sans-serif;
    margin-bottom: 30px;
    font-size: 33px;
}

.review-img {
    border: 3px solid rgba(182, 196, 210, 0.4);
    margin: 0 auto 30px auto;
    width: 500px;
    display: block;
}

body {
    background: #000;
}

.lightrope {
    white-space: nowrap;
    z-index: 1;
    margin: -15px 0 -12px 0;
    padding: 0;
    pointer-events: none;
    width: 100%;
    margin-top: -8px;
    background-color: white;
    overflow: hidden;
}

    .lightrope li {
        position: relative;
        animation-fill-mode: both;
        animation-iteration-count: infinite;
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
        width: 12px;
        height: 28px;
        border-radius: 50%;
        margin: 20px;
        display: inline-block;
        background: rgba(0, 247, 165, 1);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 1);
        animation-name: flash-1;
        animation-duration: 2s;
    }

        .lightrope li:nth-child(2n+1) {
            background: rgba(0, 255, 255, 1);
            box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.5);
            animation-name: flash-2;
            animation-duration: 0.4s;
        }

        .lightrope li:nth-child(4n+2) {
            background: rgba(247, 0, 148, 1);
            box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 1);
            animation-name: flash-3;
            animation-duration: 1.1s;
        }

        .lightrope li:nth-child(odd) {
            animation-duration: 1.8s;
        }

        .lightrope li:nth-child(3n+1) {
            animation-duration: 1.4s;
        }

        .lightrope li:before {
            content: "";
            position: absolute;
            background: #222;
            width: 10px;
            height: 9.3333333333px;
            border-radius: 3px;
            top: -4.6666666667px;
            left: 1px;
        }

        .lightrope li:after {
            content: "";
            top: -14px;
            left: 9px;
            position: absolute;
            width: 52px;
            height: 18.6666666667px;
            border-bottom: solid #222 2px;
            border-radius: 50%;
        }

        .lightrope li:last-child:after {
            content: none;
        }

        .lightrope li:first-child {
            margin-left: -40px;
        }

@keyframes flash-1 {

    0%, 100% {
        background: rgba(0, 247, 165, 1);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 1);
    }

    50% {
        background: rgba(0, 247, 165, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
    }
}

@keyframes flash-2 {

    0%, 100% {
        background: rgba(0, 255, 255, 1);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 1);
    }

    50% {
        background: rgba(0, 255, 255, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);
    }
}

@keyframes flash-3 {

    0%, 100% {
        background: rgba(247, 0, 148, 1);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 1);
    }

    50% {
        background: rgba(247, 0, 148, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
    }
}

.xmas-banner {
    background-image: url(../img/xmas-hero.jpg);
}

.xmas-section-2 {
    background-image: url(../img/second-sec-xmas-bg.png);
    margin-bottom: -90px;
}

.xmas-section-3 {
    background-image: url(../img/snow-flakes-1.png);
    background-color: #ea1b30;
    background-size: cover;
    padding-top: 0;
}

    .xmas-section-3 h5 {
        color: #becd50;
    }

    .xmas-section-3 h2,
    .xmas-section-3 p {
        color: white;
    }

    .xmas-section-3 .fa-check-circle {
        color: #9ac926;
    }

.xmas-bg-enroll {
    background-image: url(../img/xmas-enroll-bg.png);
    background-position: bottom;
    background-size: cover;
    background-color: none;
}

    .xmas-bg-enroll .inner-page.thankyou-page {
        background-color: transparent !important;
    }

.enroll-page #footer {
    margin-top: 0;
}

.enroll-page .enroll-snow-1 {
    position: absolute;
    top: -14px;
    left: -6px;
}

.enroll-page .enroll-snow-2 {
    position: absolute;
    top: -6px;
    right: 0;
}

.enroll-page .enroll-snow-3 {
    position: absolute;
    top: -17px;
    right: 0;
}

.enroll-page .enroll-snow-4 {
    position: absolute;
    top: -9px;
    right: 0;
}

.pager.wizard li {
    position: relative;
}

    .pager.wizard li img {
        z-index: 9;
    }

.pager.wizard .btn-primary {
    z-index: 0;
}

@media screen and (max-width:575px) {
    .xmas-banner {
        background: url(../img/reddibuy-home-mobile_01.jpg)
    }

    .xmas-section-2 {
        margin-bottom: -20px;
        background-position: center;
    }

    .xmas-section-3 {
        padding-top: 50px;
    }

    .enroll-page .enroll-snow-1,
    .enroll-page .enroll-snow-2,
    .enroll-page .enroll-snow-3,
    .enroll-page .enroll-snow-4 {
        width: 34%;
    }

    .enroll-page .enroll-snow-3 {
        top: -7px;
    }

    .section2 .cta-testi {
        padding: 10px 25px;
    }
}

.new-year-banner .year-twenty {
    position: absolute;
    bottom: 0;
    right: 25%;
}

.xmas-bg-enroll {
    background-image: url(../img/newyear-enroll-bg.png) !important;
    padding-bottom: 150px;
}

@media (max-width:1200px) {
    .new-year-banner .year-twenty {
        display: none !important;
    }
}

@media (max-width:575px) {
}

.fourth-sec #slick-1 .slick-slide > div {
    padding: 0 10px;
}

.fourth-sec .slick-list {
    padding: 20px 0px;
}

#conversations-wrap {
    display: none !important;
}

#slick-1 .slick-arrow {
    background-color: transparent;
    border: none;
    font-size: 55px;
    position: absolute;
    top: 118px;
}

    #slick-1 .slick-arrow:focus {
        outline: none;
    }

#slick-1 .slick-prev {
    left: -30px;
}

#slick-1 .slick-next {
    right: -30px;
}

#slick-1 .slick-dots {
    display: flex;
    padding-left: 0;
    justify-content: center;
    margin-top: 20px;
}

    #slick-1 .slick-dots li {
        list-style: none;
        margin: 0 5px;
    }

        #slick-1 .slick-dots li button {
            background-color: #c0c0c0;
            height: 12px;
            width: 12px;
            border: none;
            border-radius: 50%;
        }

        #slick-1 .slick-dots li.slick-active button {
            background-color: #9bd801;
        }

.carousel-control-prev,
.carousel-control-next {
    z-index: 9;
    color: #48B0FC;
    font-size: 45px;
}

.carousel-control-prev {
    margin-left: 0;
}

.carousel-control-next {
    margin-right: 0;
}

    .carousel-control-next:focus,
    .carousel-control-next:hover,
    .carousel-control-prev:focus,
    .carousel-control-prev:hover {
        color: #48B0FC !important;
    }

.submit-info {
    padding: 0 30px;
    font-size: 12px;
}

@media screen and (max-width:991px) {
    .fourth-sec .credit-repair-container {
        padding: 50px 15px 20px;
        min-height: 350px;
    }
}

.consultation-desktop {
    display: block !important;
}

.consultation-mobile {
    display: none !important;
}

.consultation-desktop2 {
    display: block !important;
}

.consultation-mobile2 {
    display: none !important;
}

.section-consult {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.consultation-page .section-consult {
    display: block;
}

    .consultation-page .section-consult .consultation-form-container {
        max-width: 60%;
        margin: 0 auto;
    }

.consultation-page .section-consult {
    background-image: url(../img/newyear-enroll-bg.png) !important;
}

.section-consult h1 {
    font-family: unset;
    font-size: 25px;
    margin-bottom: 10px;
    color: #336fb7;
}

.section-consult p {
    font-size: 15px;
    color: black;
}

.section-consult .btn-primary {
    padding: 12px 30px;
}

.section-consult #stepsForm .col-md-12 {
    padding-left: 35px;
    padding-right: 35px;
}

.section-consult #stepsForm .form-control {
    height: 40px;
}

.consultation-form-header h1 {
    font-weight: bold;
    font-family: 'Acme', sans-serif;
    color: black;
    font-size: 40px;
    padding: 0;
    margin: 0;
}

.btn-mb {
    margin-bottom: 75px !important;
}

.fourth-sec.kutija1 {
    padding: 30px 0;
}

.how-it-works-page .section-consult {
    display: block;
}

.how-it-works-page .section-consult {
    background-image: url(../img/newyear-enroll-bg.png) !important;
}

    .how-it-works-page .section-consult .consultation-form-container {
        max-width: 60%;
        margin: 0 auto;
    }

.learn-more-btn {
    width: 100%;
}

.section2.home .logo2 {
    width: 23%;
}

@media screen and (min-width:576px) {
    #slick-1 {
        display: block;
    }

    .slick-2 {
        display: none;
    }

    .sec3-get-started {
        display: block !important;
    }

    .sec3-repair {
        display: none !important;
    }

    #slick-1 .slick-arrow {
        color: #9AC926;
    }

    .desktop-logo {
        display: block;
    }

    .mobile-logo {
        display: none;
    }
}

@media screen and (max-width:575px) {
    .sec3-get-started {
        display: none !important;
    }

    .sec3-repair {
        display: block !important;
    }

    #slick-1 {
        display: block;
    }

    .slick-2 {
        display: block;
    }

    .section2.home {
        padding-bottom: 0;
    }

    .section-consult {
        display: block;
        padding-top: 0 !important;
    }

    .consultation-desktop {
        display: none !important;
    }

    .consultation-mobile {
        display: block !important;
    }

    .consultation-desktop2 {
        display: none !important;
    }

    .consultation-mobile2 {
        display: block !important;
    }

    #slick-1 .slick-next {
        right: 20px;
        z-index: 9;
    }

    #slick-1 .slick-prev {
        left: 20px;
        z-index: 9;
    }

    #slick-1 .slick-arrow {
        font-size: 40px;
        top: 140px;
    }

    .fourth-sec .credit-repair-container {
        padding: 50px 50px 20px;
    }

    .fourth-sec .credit-repair-container {
        min-height: 330px;
    }

    .section3 .btn-cta img.cta-arrow {
        display: none;
    }

    .submit-info {
        padding: 0;
        font-size: 10px;
    }

    .desktop-logo {
        display: none;
    }

    .mobile-logo {
        display: block;
    }
}

.section1 .btn-container-top p {
    margin-bottom: 0;
}

.section1 .custom-checkbox label {
    font-size: 12px;
}

.section1 .banner-form-container {
    box-shadow: 0 46px 70px 0 rgba(0, 0, 0, 0.3), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

    .section1 .banner-form-container input {
        border: none;
        border-bottom: 1px solid black;
        border-radius: 0;
        height: 18px;
        padding-left: 0;
    }

        .section1 .banner-form-container input:focus {
            box-shadow: none;
            border-bottom: 1px solid #22A1FF;
        }

.section1 .banner-form-container {
    background-color: white;
    position: relative;
    z-index: 9;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .section1 .banner-form-container button {
        background-color: #29a4ff;
        color: white;
        border: none;
        width: 100%;
        border: 2px solid #29a4ff;
    }

        .section1 .banner-form-container button:hover {
            background-color: transparent;
            color: #29a4ff;
        }

    .section1 .banner-form-container h5 {
        font-weight: 600;
    }

    .section1 .banner-form-container p {
        font-size: 12px;
        text-align: center;
    }

        .section1 .banner-form-container p.orange {
            color: #ff7800;
        }

    .section1 .banner-form-container .form-head {
        background-color: #48b0fc;
        padding: 15px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

        .section1 .banner-form-container .form-head h5 {
            color: white;
            text-align: center;
            font-size: 25px;
            font-weight: 700;
        }

    .section1 .banner-form-container .form-body {
        padding: 20px 30px;
    }

        .section1 .banner-form-container .form-body label {
            font-size: 12px;
        }

            .section1 .banner-form-container .form-body label.custom-control-label {
                font-size: 11px;
            }

.wehelpfree-btn-orange {
    background-color: #F18D32;
    border-radius: 10px !important;
    padding: 10px;
    color: white;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    width: 200px;
}

    .wehelpfree-btn-orange:hover {
        color: white;
        background-color: #f3a157;
    }

.wehelpfree-btn-blue {
    background-color: #22A1FF;
    border-radius: 10px !important;
    padding: 10px 20px;
    color: white;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    width: 205px;
    position: relative;
}

    .wehelpfree-btn-blue:hover {
        color: white;
        background-color: #48B0FC;
    }

    .wehelpfree-btn-blue img {
        position: absolute;
        top: 10px;
    }

.btn.wehelpfree-btn-blue-header {
    background-color: transparent;
    border-radius: 0 !important;
    padding: 8px 10px;
    color: black !important;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    width: 230px;
    position: relative;
    z-index: 0;
    border-color: black;
}

    .btn.wehelpfree-btn-blue-header:hover {
        color: white !important;
        background-color: #364655;
        border-color: #364655;
    }

.fair-credit-reporting-act .wehelpfree-btn-orange,
.fair-credit-reporting-act .wehelpfree-btn-blue {
    width: 230px;
}

.home .section1 .wehelpfree-btn-blue {
    text-align: left;
}

.home .section15 {
    padding: 1px 0 50px;
    background-color: white;
}

    .home .section15 img {
        margin: 0 auto;
        display: block;
        min-width: 70%;
        margin-top: 0 !important;
    }

.faq .card {
    margin: 10px 0;
    background-color: white;
    border-radius: 0;
}

.faq .card-header {
    background-color: white;
    border-bottom: none;
    padding: 5px 20px;
}

.faq .card button {
    color: black;
    font-size: 20px;
    text-align: left;
}

    .faq .card button:hover,
    .faq .card button:focus {
        text-decoration: none;
    }

.faq .card .card-body {
    padding: 20px 35px 10px;
}

.login .first-section {
    padding: 40px 0 200px;
}

.login .login-container {
    max-width: 700px;
    background-color: white;
    padding: 50px 30px;
    margin: 0 auto;
    border-radius: 10px;
}

    .login .login-container h1 {
        font-weight: 700;
        color: #22A1FF;
        text-align: center;
        font-size: 30px;
    }

        .login .login-container h1 span {
            color: black;
        }

    .login .login-container .form-group input {
        border-radius: 50px;
        border: 2px solid #21A2FE;
    }

        .login .login-container .form-group input.sign-in {
            background-color: transparent;
            border: 2px solid #22A1FF;
            color: white;
            padding: 10px 65px;
            border-radius: 50px;
        }

    .login .login-container .signin-label {
        position: absolute;
        left: 22px;
        top: 12px;
        cursor: pointer;
    }

        .login .login-container .signin-label .first-letter {
            color: #22A1FF;
        }

        .login .login-container .signin-label .third-img img {
            width: 25px;
        }

    .login .login-container .form-group button.sign-in::after {
        content: "SIGN IN";
        color: blue;
    }

    .login .login-container .form-group button.f-pass {
        background-color: white;
        border: 1px solid #336FB7;
        border: none;
        color: black;
        padding: 10px 25px;
        border-radius: 50px;
    }

    .login .login-container .control-label {
        text-align: right;
        padding-top: 13px;
    }

.login .footer {
    margin-top: 0;
}

.how-it-works-page .section-1 {
    background-image: url(../img/section-2-bg-3.png);
    padding: 125px 0 125px;
    background-size: cover;
}

    .how-it-works-page .section-1.section-offers {
        padding: 100px 0 100px;
        background-position: right;
        background-image: url(../img/offers-bg.jpg);
    }

        .how-it-works-page .section-1.section-offers .form-container {
            background-color: white;
            padding: 30px;
            border-radius: 20px;
            box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.2), 0 15px 64px 0 rgba(0, 0, 0, 0.19);
        }

            .how-it-works-page .section-1.section-offers .form-container h3 {
                font-size: 24px;
                font-weight: 600;
                text-align: center;
            }

            .how-it-works-page .section-1.section-offers .form-container p {
                font-size: 13px;
                text-align: center;
                color: #444444;
                font-weight: 700;
            }

            .how-it-works-page .section-1.section-offers .form-container .signup-form .p-sub-head {
                font-weight: 700;
                font-size: 15px;
            }

            .how-it-works-page .section-1.section-offers .form-container input:placeholder-shown,
            .how-it-works-page .section-1.section-offers .form-container select {
                height: 40px;
                font-size: 14px;
                color: #1b1b1b;
                border-radius: 7px;
            }

            .how-it-works-page .section-1.section-offers .form-container .pad-0 {
                padding: 0;
            }

            .how-it-works-page .section-1.section-offers .form-container button {
                background-color: #336FB7;
                color: white;
                border: none;
                width: 100%;
                border: 2px solid #336FB7;
            }

                .how-it-works-page .section-1.section-offers .form-container button:hover {
                    background-color: transparent;
                    color: #336FB7;
                }

            .how-it-works-page .section-1.section-offers .form-container hr {
                border: 1px solid #22A1FF;
                max-width: 75%;
                margin: 30px auto;
            }

            .how-it-works-page .section-1.section-offers .form-container .signup-form {
                display: none;
            }

    .how-it-works-page .section-1.section-offers-comingsoon {
        background-image: url(../img/how-it-works-banner.png);
        padding: 100px 0 !important;
    }

.how-it-works-page .section-personal-loan-comingsoon {
    background-image: url(../img/personal_loans.jpg) !important;
    padding: 100px 0 !important;
    background-position: center !important;
}

.how-it-works-page .section-1.section-comingsoon .header {
    padding: 30px 0;
}

.how-it-works-page .section-1.section-autoloan-comingsoon {
    background-image: url(../img/autoloans.jpg);
    padding: 100px 0 !important;
}

.how-it-works-page .section-1.section-banking-comingsoon {
    background-image: url(../img/banking.jpg);
    padding: 100px 0 !important;
}

.how-it-works-page .section-1.section-business-funding-comingsoon {
    background-image: url(../img/businessfunding.jpg);
    padding: 100px 0 !important;
}

.how-it-works-page .section-1.section-credit-card-comingsoon {
    background-image: url(../img/creditcard.jpg);
    padding: 100px 0 !important;
    background-position: top;
}

.how-it-works-page .section-1.section-debt-management-comingsoon {
    background-image: url(../img/debtmanagement.jpg);
    padding: 100px 0 !important;
}

.how-it-works-page .section-1.section-home-loan-comingsoon {
    background-image: url(../img/homeloans.jpg);
    padding: 100px 0 !important;
}

.how-it-works-page .section-1.section-insurance-comingsoon {
    background-image: url(../img/insurancecoverage.jpg);
    padding: 100px 0 !important;
}

.how-it-works-page .section-1.section-insurance-comingsoon {
    background-image: url(../img/investments.jpg);
    padding: 100px 0 !important;
}

.how-it-works-page .section-1.section-credit-building-comingsoon {
    background-image: url(../img/creditbuildingsavings.jpg);
    padding: 100px 0 !important;
}

.how-it-works-page .section-1.section-rent-credit-building-comingsoon {
    background-image: url(../img/rent-credit-building.jpg);
    padding: 100px 0 !important;
}

.how-it-works-page .section-1.section-rent-to-own-comingsoon {
    background-image: url(../img/rent-to-own.jpg);
    padding: 100px 0 !important;
}

.how-it-works-page .section-1.section-credit-building-offers-comingsoon {
    background-image: url(../img/credit-building-offers.jpg);
    padding: 100px 0 100px;
}

.how-it-works-page .section-1.section-comingsoon .header-credit-building-offers-comingsoon {
    padding: 30px 0;
}

.how-it-works-page .section-1 .header-credit-building-offers-comingsoon h1::after {
    bottom: -12px;
}

.how-it-works-page .section-1 .header {
    padding: 30px 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.how-it-works-page-main .section-1 .header {
    padding: 50px 0;
}

.how-it-works-page-main .how-it-works-1 {
    margin-bottom: -85px;
}

.how-it-works-page-main .how-it-works-2 {
    margin-bottom: -85px;
}

.how-it-works-page-main .how-it-works-3 {
    margin-bottom: -85px;
}

.how-it-works-page-main .how-it-works-4 {
    margin-bottom: -85px;
}

.how-it-works-page-main .how-it-works-5 {
    margin-bottom: -85px;
}

.how-it-works-page-main .how-it-works-6 {
    margin-bottom: -85px;
}

.how-it-works-page-main .how-it-works-7 {
    margin-bottom: -30px;
}

.how-it-works-page-main .how-it-works-8 {
    margin-bottom: -85px;
}

.how-it-works-page .section-1 h1 {
    font-weight: 700;
    font-size: 42px;
    position: relative;
    color: #364655;
}

    .how-it-works-page .section-1 h1::after {
        position: absolute;
        content: "";
        width: 80px;
        height: 3px;
        background-color: #24A1FE;
        bottom: -12px;
        left: 48%;
    }

    .how-it-works-page .section-1 h1 span {
        color: #24A1FE;
    }

.how-it-works-page .section-2 {
    padding: 50px 0 50px;
    background-color: white;
}

    .how-it-works-page .section-2 .col-lg-6:first-of-type {
        padding-top: 20px;
    }

.how-it-works-page .step-cont .arrow-right {
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 50px;
}

.how-it-works-page .step-cont .arrow-left {
    position: absolute;
    left: -50px;
    bottom: -50px;
    width: 50px;
}

.how-it-works-page .section-2 .col-lg-6 {
    padding-left: 30px;
    padding-right: 30px;
}

.how-it-works-page h3 {
    font-size: 24px;
    color: #24A1FE;
}

.how-it-works-page h6 {
    font-size: 16px;
}

.how-it-works-page p {
    font-size: 15px;
}

    .how-it-works-page p.sub-head {
        font-size: 15px;
    }

.how-it-works-page .section-3 {
    background-color: #f7f7f7;
    padding: 50px 0;
}

    .how-it-works-page .section-3 .col-lg-6:last-of-type {
        padding-top: 100px;
    }

.how-it-works-page .section-4 {
    background-color: white;
    padding: 50px 0;
}

    .how-it-works-page .section-4 .col-lg-6:first-of-type {
        padding-top: 100px;
    }

.how-it-works-page .section-5 {
    background-color: #f7f7f7;
    padding: 50px 0;
}

    .how-it-works-page .section-5 .col-lg-6:last-of-type {
        padding-top: 100px;
    }

.how-it-works-page .section-6 {
    background-color: white;
    padding: 50px 0;
}

    .how-it-works-page .section-6 .col-lg-6:first-of-type {
        padding-top: 100px;
    }

.how-it-works-page .section-7 {
    background-color: #f7f7f7;
    padding: 50px 0;
}

    .how-it-works-page .section-7 .col-lg-6:last-of-type {
        padding-top: 85px;
    }

.how-it-works-page .section-8 {
    background-color: white;
    padding: 50px 0 0;
}

    .how-it-works-page .section-8 .col-lg-6:first-of-type {
        padding-top: 72px;
    }

.how-it-works-page .section-9 {
    background-color: #f7f7f7;
    padding: 50px 0;
}

.how-it-works-page .section-10 {
    background-color: white;
    padding: 50px 0;
}

.how-it-works-page .section-9 .col-lg-6:last-of-type {
    padding-top: 80px;
}

.how-it-works-page .background-img {
    background: url(../img/hero-banner-whf.jpg) center bottom no-repeat;
    background-size: cover;
}

.how-it-works-page .section-10 p {
    color: #24A1FE;
    font-size: 24px;
}

.signup .first-section {
    padding: 10px 0 50px;
    background-color: #f9f9f9;
}

    .signup .first-section .signup-container {
        margin: 0 auto;
    }

        .signup .first-section .signup-container h5 {
            color: black;
            font-size: 30px;
        }

        .signup .first-section .signup-container p {
            font-size: 14px;
        }

        .signup .first-section .signup-container input {
            height: 40px;
            border: 2px solid #0888e6;
        }

        .signup .first-section .signup-container label {
            font-size: 14px;
        }

        .signup .first-section .signup-container button {
            background-color: #0888e6;
            color: white;
            border: none;
            width: 100%;
            border: 2px solid #0888e6;
        }

            .signup .first-section .signup-container button:hover {
                background-color: transparent;
                border: 2px solid #0888e6;
                color: #0888e6;
            }

        .signup .first-section .signup-container .feature-container {
            padding: 35px 15px;
        }

            .signup .first-section .signup-container .feature-container.first {
                background-color: #f4f4f4;
            }

            .signup .first-section .signup-container .feature-container.second {
                background-color: white;
                box-shadow: 30px 30px 0px 0 rgba(198, 216, 249, 1);
            }

                .signup .first-section .signup-container .feature-container.second .media .fa-check-circle {
                    color: #22A1FF;
                    font-size: 20px;
                }

        .signup .first-section .signup-container .step-indicator {
            display: flex;
            justify-content: space-around;
            border-bottom: 1px solid #d4e9ff;
            border-top: 1px solid #d4e9ff;
            margin: 50px 0;
            padding-left: 0;
        }

            .signup .first-section .signup-container .step-indicator li {
                list-style: none;
                padding: 12px 0;
                width: 100%;
                text-align: center;
            }

                .signup .first-section .signup-container .step-indicator li.bg-blue {
                    background-color: #e0efff;
                    position: relative;
                }

                    .signup .first-section .signup-container .step-indicator li.bg-blue::after {
                        content: "";
                        border-left: 18px solid #E0EFFF;
                        border-right: 18px solid transparent;
                        border-top: 25px solid transparent;
                        border-bottom: 25px solid transparent;
                        position: absolute;
                        top: 0;
                        right: -36px;
                    }

                .signup .first-section .signup-container .step-indicator li p {
                    margin-bottom: 0;
                    font-size: 16px;
                    font-weight: 700;
                    color: #0867ad;
                }

            .signup .first-section .signup-container .step-indicator .fa-chart-bar {
                background-color: #0867ad;
                color: white;
                width: 20px;
                height: 20px;
                padding: 3px;
                border-radius: 50px;
            }

    .signup .first-section .form-container {
        max-width: 100%;
    }

        .signup .first-section .form-container ul li {
            font-size: 15px;
        }

    .signup .first-section .col-lg-8 {
    }

    .signup .first-section .steps-navigator {
        margin-bottom: 50px;
        margin-top: 30px;
    }

        .signup .first-section .steps-navigator hr {
            border: 1px solid #cfcfcf;
            max-width: 70%;
        }

        .signup .first-section .steps-navigator img {
            margin-top: -57px;
        }

        .signup .first-section .steps-navigator p {
            margin-top: -20px;
        }

    .signup .first-section .form-container .step-2-hr {
        border: 1px solid #798FA3;
        width: 80%;
        margin: 30px auto;
    }

    .signup .first-section .col-lg-6::after {
    }

.signup.signup-3 .authorization-container {
    background-color: white;
    padding: 30px;
}

    .signup.signup-3 .authorization-container a {
        color: #22A1FF;
        text-decoration: underline;
    }

.signup.signup-3 .modal-header {
    display: block;
    background-color: #ddefff;
    border-bottom: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.signup.signup-3 .modal-content {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    border: none;
}

.signup.signup-3 .modal-dialog {
    max-width: 600px;
}

.signup.signup-3 .modal-footer {
    border-top: none;
}

.signup.signup-3 .modal-content h5 {
    margin: 0 auto;
    color: black;
}

.signup.signup-3 .modal-content p {
    text-align: center;
    margin-bottom: 0;
    color: black;
    font-size: 30px;
}

.signup.signup-3 .modal-content .modal-body p {
    font-size: 14px;
}

.signup.signup-3 .modal-content .modal-body ul {
    list-style: none;
}

    .signup.signup-3 .modal-content .modal-body ul li {
        font-size: 14px;
        color: black;
        margin: 12px 0;
    }

.signup.signup-3 .modal-content .modal-body p a {
    color: #23A1FF;
    text-decoration: underline;
}

.signup.signup-3 .modal-content .modal-body hr {
    margin-left: auto;
    margin-right: auto;
}

.signup.signup-3 .modal-content button.btn-primary {
    background-color: #00aeef;
    border-color: #23A1FF;
    margin: 20px auto 0;
    display: block;
    font-size: 14px;
    padding: 18px 60px;
}

    .signup.signup-3 .modal-content button.btn-primary:hover {
        background-color: transparent;
        color: #23A1FF;
    }

.signup.signup-3 .modal-content .close {
    margin-left: 0;
    position: absolute;
    right: 20px;
    top: 18px;
}

.signup .authorization-container {
    max-width: 100%;
    margin: 0 auto;
}

.signup .alert-info {
    padding: 67px 50px;
}

.footer2 {
    padding: 20px 0 40px;
}

    .footer2 ul {
        display: flex;
        justify-content: center;
        padding-left: 0;
    }

        .footer2 ul li {
            list-style: none;
            margin: 0 10px;
        }

            .footer2 ul li a {
                color: #364655;
                font-size: 25px;
            }

.faq-banner {
    background-image: url(../img/faq-banner.jpg);
    padding: 150px 0 150px;
    background-size: cover;
    background-position: center;
}

    .faq-banner .header {
        padding: 50px 0;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .faq-banner h1 {
        font-weight: 700;
        font-size: 42px;
        position: relative;
        color: black;
    }

        .faq-banner h1 span {
            color: #24A1FE;
        }

.credit-building-offers .section-2 {
    padding: 30px 0 30px;
}

    .credit-building-offers .section-2 ul li a {
        color: black;
        transition: 0.3s;
        border: 1px solid grey;
        font-size: 14px;
        margin: 5px 7px;
        border-radius: 5px;
    }

        .credit-building-offers .section-2 ul li a:hover,
        .credit-building-offers .section-2 ul li a.active {
            color: #22A1FF;
            border: 1px solid #22A1FF;
            background-color: #22A1FF;
            color: white;
        }

    .credit-building-offers .section-2 ul li.dropdown .dropdown-menu {
        padding: 0;
    }

        .credit-building-offers .section-2 ul li.dropdown .dropdown-menu a {
            border: none;
            margin: 0;
            border-radius: 0;
            padding: 7px 15px;
        }

    .credit-building-offers .section-2 .col-lg-4 .credit-container {
        padding: 10px 15px;
        transition: 0.3s;
    }

        .credit-building-offers .section-2 .col-lg-4 .credit-container:hover {
            background-color: whitesmoke;
        }

    .credit-building-offers .section-2 .col-lg-4 .credit-details {
        min-height: 150px;
    }

    .credit-building-offers .section-2 .col-lg-4 .img-container {
        min-height: 120px;
    }

    .credit-building-offers .section-2 .col-lg-4 img {
        margin: 0 auto;
        display: block;
    }

.offer-disclosure {
    font-size: 12px !important;
    max-width: 50%;
    margin: 0 auto;
    font-style: italic;
    color: #666;
}

.section-10 .section-10-p {
    color: black;
    font-size: 30px;
}

.sitemap-xml {
    color: #666;
}

    .sitemap-xml:hover {
        color: #666;
    }

.section1-loginform {
    display: none;
}

.video-section {
    background-color: white;
}

    .video-section video {
        width: 100%;
        height: 305px;
        margin: 0 auto;
        display: block;
        box-shadow: 25px 25px 0px 0 rgba(198, 216, 249, 1);
    }

        .video-section video.step-3 {
            box-shadow: none;
            height: 278px;
            width: 100%;
            background-color: black;
        }

.credit-building-offers .section-2 p.sub-head {
    font-size: 16px;
    text-align: center;
}

.credit-building-offers .section-2 .sub-head-divider {
    margin: 30px auto;
    display: block;
    width: 15%;
    border: none;
}

.revenue-container {
    margin-top: 80px;
    position: relative;
    z-index: 9;
}

    .revenue-container #revcal {
        width: 100%;
        margin-top: 20px;
    }

    .revenue-container ul {
        display: flex;
        padding-left: 0;
        margin-top: 30px;
        justify-content: space-around;
    }

        .revenue-container ul li {
            list-style: none;
            margin: 0 15px;
            text-align: center;
        }

            .revenue-container ul li div {
                font-weight: 700;
                font-size: 45px;
            }

            .revenue-container ul li p {
                margin: 0;
            }

                .revenue-container ul li p .annual {
                    font-weight: 500;
                    color: #6d6d6d;
                    text-decoration: none;
                }

    .revenue-container input[type="range"] {
        display: block;
        -webkit-appearance: none;
        background-color: #364655;
        width: 300px;
        height: 7px;
        border-radius: 5px;
        margin: 0 auto;
        outline: 0;
    }

        .revenue-container input[type="range"]::-webkit-slider-thumb {
            -webkit-appearance: none;
            background-color: #364655;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            border: 7px solid #d7e6f5;
            cursor: pointer;
            transition: .3s ease-in-out;
            box-shadow: 2px 4px 5px 2px rgb(143 143 143 / 75%);
            -webkit-box-shadow: 2px 4px 5px 2px rgb(143 143 143 / 75%);
            -moz-box-shadow: 2px 4px 5px 2px rgba(143,143,143,0.75);
        }

​
.revenue-container input[type="range"]::-webkit-slider-thumb:hover {
    background-color: white;
    border: 2px solid #e74c3c;
}

.revenue-container input[type="range"]::-webkit-slider-thumb:active {
    transform: scale(1.3);
}



@media (max-width:1200px) {
    header .navbar-nav .nav-link {
        font-size: 15px;
    }

    .section1 h1 {
        font-size: 35px;
    }

        .section1 h1 span {
            font-size: 73px;
        }

    .section1 p {
        font-size: 14px;
        margin: 10px 0 10px 0;
    }

    .wehelpfree-btn-blue {
        width: 203px;
    }

    .section1 .banner-form-container input {
        -webkit-text-fill-color: -webkit-text-fill-color:#000;
        transform: translateZ(0);
        height: unset;
    }

    .signup .alert-info {
        padding: 49px 50px;
    }
}

@media (min-width:992px) {
    .video-sec-sm {
        display: none !important;
    }

    .video-sec-lg {
        display: block !important;
    }
}

@media (max-width:991px) {
    .video-sec-sm {
        display: block !important;
    }

    .video-sec-lg {
        display: none !important;
    }

    .section1 h1 {
        text-align: center;
    }

    .btn-container-top p a {
        margin: 0 !important;
    }

    .btn-container-top {
        display: flex;
        justify-content: center;
    }

    .section2 {
        padding-top: 50px;
    }

    .home .section5 .first-col,
    .home .section5 .last-col:last-of-type {
        padding-left: 15px;
    }

    .how-it-works-page .section-2 .howitworks-form {
        margin: 15px auto 0;
        display: block;
    }

    .signup .first-section .form-container {
        max-width: 100%;
    }

    .signup .first-section .col-lg-4 {
        padding-top: 50px;
    }

    .signup .first-section {
        padding: 10px 0 0;
    }

    .login .first-section {
        padding: 40px 0 100px;
    }

    .how-it-works-page .section-3 .col-lg-6:last-of-type {
        padding-top: 50px;
    }

    .how-it-works-page .section-4 .col-lg-6:first-of-type {
        padding-top: 0;
    }

    .how-it-works-page .section-5 .col-lg-6:last-of-type {
        padding-top: 50px;
    }

    .how-it-works-page .section-6 .col-lg-6:first-of-type {
        padding-top: 0;
    }

    .how-it-works-page .section-6 .howitworks-form {
        margin: 0 auto;
        display: block;
    }

    .how-it-works-page .section-7 .col-lg-6:last-of-type {
        padding-top: 50px;
    }

    .how-it-works-page .section-8 .col-lg-6:first-of-type {
        padding-top: 0;
    }

    .how-it-works-page-main .how-it-works-1 {
        margin-bottom: 0;
    }

    .how-it-works-page-main .how-it-works-2 {
        margin-bottom: 0;
    }

    .how-it-works-page-main .how-it-works-3 {
        margin-bottom: 0;
    }

    .how-it-works-page-main .how-it-works-4 {
        margin-bottom: 0;
    }

    .how-it-works-page-main .how-it-works-5 {
        margin-bottom: 0;
    }

    .how-it-works-page-main .how-it-works-6 {
        margin-bottom: 0;
    }

    .how-it-works-page-main .how-it-works-7 {
        margin-bottom: 0;
    }

    .how-it-works-page-main .how-it-works-8 {
        margin-bottom: 0;
    }

    .home .section1 .wehelpfree-btn-blue {
        margin-bottom: 30px !important;
    }

    .offer-disclosure {
        max-width: 100%;
    }

    .video-section video.step-3 {
        height: 232px;
    }

    .revenue-container ul li div {
        font-size: 20px;
    }

    .revenue-container ul li p {
        font-size: 12px !important;
    }

    .home .section1 .divider-2 {
        margin-top: 0 !important;
    }

    .revenue-container input[type="range"]::-webkit-slider-thumb {
        width: 30px;
        height: 30px;
    }

    .revenue-container {
        margin-top: 30px;
    }

        .revenue-container ul li {
            margin: 0 5px;
        }

    .how-it-works-page .step-cont {
        margin-top: 0 !important;
    }

        .how-it-works-page .step-cont img {
            max-width: 250px;
            margin: 0 auto;
            display: block;
        }

        .how-it-works-page .step-cont .arrow-left, .how-it-works-page .step-cont .arrow-right {
            display: none;
        }

    .how-it-works-page .section-1 h4 {
        margin-bottom: 20px !important;
        text-align: center;
    }
}

@media (max-width:575px) {
    .section5 ul li {
        font-size: 15px;
    }

    .home .section1 .imageb.mobile-view {
        margin-top: -45px;
        transform: rotateY(180deg);
    }

    .section2 h2 {
        font-size: 18px;
    }

    .section2 .table td,
    .section2 .table th {
        font-size: 10px;
        padding: .75rem 0;
    }

    .section3 p {
        font-size: 15px;
    }

        .section3 p.mt-5 {
            margin-top: 20px !important;
        }

    .section3-reddibuy-lady {
        max-width: 150px !important;
    }

    header .navbar-brand img {
        max-width: 200px;
    }

    .btn-container-top {
        display: inline-block;
    }

        .btn-container-top .ml-3 {
            margin: 0 !important;
            margin-top: 10px !important;
        }

    .home .section2 {
        padding-top: 0 !important;
    }

    .section1 h1 {
        font-size: 28px;
        line-height: 50px;
    }

        .section1 h1 span {
            font-size: 30px;
        }

    .section1 h4 {
        font-size: 15px;
    }

    .how-it-works-page .section-2 .howitworks-form {
        width: 100%;
    }

    .inner-header h1 {
        font-size: 24px;
        text-align: center;
    }

    .inner-page .btn-container-top {
        display: block;
    }

        .inner-page .btn-container-top p.ml-3,
        .inner-page .btn-container-top p.mr-3 {
            margin: 10px 0 !important;
        }

    .login .login-container .form-group button {
        margin: 0 auto;
        display: block;
    }

    .login .login-container .control-label {
        text-align: left;
    }

    .how-it-works-page .section-1 {
        padding: 80px 0;
    }

        .how-it-works-page .section-1 .header {
            padding: 35px 0;
        }

        .how-it-works-page .section-1 h1 {
            font-size: 25px;
        }

            .how-it-works-page .section-1 h1::after {
                bottom: -14px;
                left: 40%;
            }

    .how-it-works-page .section-2 .col-lg-6:first-of-type {
        padding-top: 50px;
    }

    .how-it-works-page .section-2 {
        padding: 0 0 50px;
    }

    .section-1 img,
    .section-2 img,
    .section-3 img,
    .section-4 img,
    .section-5 img,
    .section-6 img,
    .section-7 img,
    .section-8 img,
    .section-9 img {
        width: 100%;
    }

    .signup .first-section .signup-container {
        padding: 50px 15px;
    }

    .signup .first-section .steps-navigator {
        margin-bottom: 20px;
    }

    .login .login-container .form-group button.sign-in {
        margin-bottom: 15px;
        width: 200px;
    }

    .login .login-container .form-group button.f-pass {
        width: 200px;
    }

    .home .section15 img {
        width: 100%;
    }

    .section1 .btn-container-top p.ml-4 {
        margin-left: 0 !important;
    }

    .section1 h1 {
        font-size: 30px
    }

        .section1 h1 .invalid {
            font-size: 30px;
        }

        .section1 h1 .collections {
            font-size: 45px;
        }

        .section1 h1 .restore {
            font-size: 30px;
        }

        .section1 h1 .credit {
            font-size: 25px;
        }

    .signup .first-section .signup-container .step-indicator li .mr-2 {
        margin-right: 2px !important;
    }

    .signup .first-section .signup-container .step-indicator li img {
        width: 10px;
    }

    .section1 p.sub-head {
        max-width: 100%;
    }

    .section1 .btn-container-top p.ml-2 {
        margin-left: 0 !important;
    }

    .credit-building-offers .section-2 {
        padding: 30px 0 !important;
    }

    .section1 .banner-form-container .form-body label.custom-control-label {
        font-size: 10px;
    }

    .section1 .banner-form-container .form-head h5 {
        font-size: 20px;
    }

    .section1 .banner-form-container {
        display: none;
    }

    .section1 .banner-form-container-sm {
        display: block;
    }

    .section1-loginform {
        background: none;
        background-color: white;
        padding-bottom: 20px;
        display: block;
    }

    .btn-container-top {
        display: flex;
        justify-content: space-around;
    }

        .btn-container-top p a {
            font-size: 15px;
        }

    .section1 a.btn {
        width: 180px;
    }

    .wehelpfree-btn-blue img {
        position: absolute;
        top: 10px;
        width: 22px;
    }

    .section1 h1 {
        margin-top: 20px !important;
    }

    .section2 .table-container {
        overflow-x: auto;
    }

        .section2 .table-container table {
            border-collapse: collapse;
            width: 100%;
        }

    .section2 .table-responsive-sm {
        margin-top: 20px !important;
    }

    .signup .first-section .signup-container .step-indicator li p {
        font-size: 10px;
    }

    .signup .first-section .signup-container .step-indicator li.bg-blue::after {
        content: "";
        border-left: 12px solid #E0EFFF;
        border-right: 12px solid transparent;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        position: absolute;
        top: 0;
        right: -23px;
    }

    .signup .first-section .signup-container .step-indicator li {
        padding: 8px 0;
    }

        .signup .first-section .signup-container .step-indicator li img {
            width: 14px;
        }

    .signup .first-section .signup-container input {
        height: 35px;
        border: 2px solid #0888e6;
    }

    .faq .card button {
        font-size: 16px;
    }

    .faq .card .card-body p {
        font-size: 14px;
    }

    .section-10 .section-10-p {
        color: black;
        font-size: 25px;
    }

    .how-it-works-page .section-10 p {
        color: #24A1FE;
        font-size: 14px;
    }

    .home .section2 {
        padding-top: 20px !important;
    }

    .section2.home .logo2 {
        width: 32%;
    }

    .fair-credit-reporting-act .wehelpfree-btn-orange,
    .fair-credit-reporting-act .wehelpfree-btn-blue {
        text-align: center;
    }

    .faq-banner .header {
        padding: 35px 0;
    }

    .faq-banner {
        padding: 100px 0 100px;
        background-position: right;
    }

    header #offers {
        border-right: none;
    }

    header .sub-menu {
        left: 18%;
    }

    .video-sec-sm {
        display: block !important;
    }

    .video-sec-lg {
        display: none !important;
    }

    .video-section video {
        width: 100%;
        height: 240px;
        box-shadow: none;
        box-shadow: 0 46px 70px 0 rgba(0, 0, 0, 0.5), 0 4px 20px 0 rgba(0, 0, 0, 0.4);
    }

        .video-section video source {
        }

    .section2 .table th:first-of-type {
        padding-bottom: 20px;
    }

    .section2 .table th:last-of-type {
        padding-bottom: 20px;
    }

    .how-it-works-page p.sub-head {
        margin: 30px 0 0 !important;
    }

    .signup .authorization-container {
        max-width: 100%;
    }

    .signup .alert-info {
        padding: 15px;
    }

    .signup .first-section .signup-container h5 {
        font-size: 20px;
    }

    .signup .first-section .signup-container input {
        font-size: 14px;
    }
}

@media (max-width:414px) {
    .video-section video {
        height: 216px;
    }
}

@media (max-width:375px) {
    .signup .first-section .signup-container .step-indicator li.bg-blue::after {
        content: unset;
    }

    .video-section video {
        height: 195px;
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.video.stuck video {
    max-width: 70%;
    max-height: 100%;
}

.video.stuck {
    position: fixed;
    top: 20px;
    right: 0;
    width: 460px;
    height: 180px;
    transform: translateY(100%);
    animation: fade-in-up 0.75s ease forwards;
    z-index: 1;
}




.section5 .table td,
.table th {
    border: none !important;
}





.home .section-2,
.login .first-section {
    /*background: rgb(245,245,245); */
    padding: 130px 0 280px;
    background-image: url(../img/section-2-bg-2.png);
    background-size: cover;
    background-position: bottom;
}

.home .section-4 {
    background-color: #364655;
    color: white;
    padding: 150px 0 100px;
    background: rgb(54, 70, 85);
    background: linear-gradient(180deg, rgba(54, 70, 85, 1) 0%, rgba(59, 114, 164, 1) 100%);
    background-image: url(../img/section-2-home-bg.png);
    margin-top: -100px;
}

.signup .login-bg {
    background-image: url(../img/hero-banner-whf.jpg);
    background-size: cover;
    background-position: bottom;
    padding: 120px 0;
}

.signup .footer2 {
    background-color: whitesmoke;
}

/*.signup #btnSchedule {
    background-color: #364655;
    border-color: #364655;
    border-radius: 0 !important;
    padding: 8px 10px;
    color: white !important;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    width: 300px;
    position: relative;
    z-index: 0;
}

.signup #btnSchedule:hover {
    background-color: transparent;
    border-color: #364655;
    color: #364655 !important;
}*/


.pricing-sec {
    padding: 30px 0 100px;
}

    .pricing-sec .table td,
    .pricing-sec .table th {
        border: none;
    }

    .pricing-sec .table-container table {
        margin: 0 !important;
    }

    .pricing-sec .table-container .table-content {
        padding: 30px 50px;
        background-color: #f1f1f1;
        border-radius: 15px;
        border: 7px solid #ffffff;
    }

    .pricing-sec .table-container tbody tr:first-child {
        border-top: none;
    }

    .pricing-sec .table-container tbody tr {
        border-top: 1px solid #ced3d8;
        padding: 20px 0;
    }

    .pricing-sec .table-container tbody td {
        padding: 20px 10px;
        font-size: 17px;
    }

        .pricing-sec .table-container tbody td .svg-inline--fa {
            font-size: 20px;
            width: 55px;
            color: #364655;
        }


    .pricing-sec p.text-center {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.6;
        color: #959597;
    }

    .pricing-sec .table-container {
        max-width: 80%;
        margin: 0 auto;
        padding: 0 10px;
    }

.btn-pricing {
    background-color: transparent;
    border-radius: 0 !important;
    padding: 12px 35px;
    color: black !important;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    width: 230px;
    position: relative;
    z-index: 0;
    border: 1px solid black;
    transition: 0.3s;
    text-transform: uppercase;
    border-radius: 50px !important;
}

    .btn-pricing:hover {
        color: white !important;
        background-color: #364655;
        border-color: #364655;
        text-decoration: none;
    }

.how-it-works-page h3 {
    color: black;
}

.benefits-sec-1 {
    background-color:;
}

.pricing-page .header h1 {
    padding: 7px;
    display: block;
    width: 18%;
    margin: 0 auto;
    letter-spacing: -1px;
    font-weight: 400;
}

/* signup */

/* HIDE RADIO */
.signup [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

    .signup [type=radio] + img + a {
        padding: 10px;
        border: 1px solid white;
        display: none;
        position: absolute;
        top: 40%;
        color: white;
        left: 42%;
    }



    /* IMAGE STYLES */
    .signup [type=radio] + img {
        cursor: pointer;
        border-radius: 10px;
        box-shadow: 0 30px 65px 0 rgb(0 0 0 / 20%), 0 30px 56px 0 rgb(0 0 0 / 19%);
    }

.signup .radio-label:hover img {
    opacity: 0.5;
}

.signup .radio-label:hover a {
    display: block;
    z-index: 999;
}




/* CHECKED STYLES */

.signup .radio-label .fa-check-circle {
    font-size: 35px;
    color: green;
    display: none;
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: white;
    border-radius: 50%;
}

.signup [type=radio]:checked ~ .fa-check-circle {
    display: block;
}

.signup [type=radio]:checked + img {
    opacity: 0.5;
    border-radius: 10px;
}

.signup .radio-label {
    position: relative;
    transition: 0.7s;
    background-color: #364655;
    border-radius: 10px;
}



/* carousel */

section.carousel-sec {
    width: 40em;
    height: 22em;
    margin: 0 auto;
    position: relative;
}

    section.carousel-sec li {
        width: 600px;
        height: 330px;
        background: #333;
        display: inline-block;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all 0.7s ease-in-out;
        overflow: hidden;
        border-radius: 15px;
        box-shadow: 0 30px 65px 0 rgb(0 0 0 / 20%), 0 30px 56px 0 rgb(0 0 0 / 19%);
        object-fit: cover;
    }

        section.carousel-sec li p {
            color: white;
            font-weight: bold;
            font-size: 5em;
            text-align: center;
            margin-top: 1.175em;
        }

        section.carousel-sec li img {
            width: 100%;
            object-fit: cover;
        }

    section.carousel-sec .items {
        position: absolute;
    }

    section.carousel-sec .main-pos {
        z-index: 3000;
        /*background-image: url('https://dl.dropbox.com/u/32649907/imgs/shadow.png');*/
    }

    section.carousel-sec .left-pos {
        opacity: .3;
        margin-left: -17em !important;
        z-index: 1000;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        transform: scale(.9);
    }

    section.carousel-sec .back-pos {
        margin-left: 2em !important;
        opacity: .05;
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        transform: scale(.5);
    }

    section.carousel-sec .right-pos {
        opacity: .3;
        margin-left: 16em !important;
        z-index: 1000;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        transform: scale(.9);
    }

    section.carousel-sec span {
        position: relative;
        margin: 0 auto;
        left: 17em;
        top: 20em;
    }

.pricing-sec p.text-center {
    font-size: 17px;
}

.login .login-container h1 {
    color: black;
}

.login .login-container .form-group input.sign-in {
    padding: 10px 35px;
}


.footer {
    background-color: #364655;
    color: white;
}

    .footer a {
        color: white;
    }

.how-it-works-page .section-1 {
    padding: 50px 0 250px !important;
    background-image: url(../img/WLDIY-new-banner.png);
    background-position: center bottom;
    background-size: cover;
    background-color: #dff7ff;
}

    .how-it-works-page .section-1 .header {
        background-color: transparent;
    }

    .how-it-works-page .section-1 h1::after {
        content: unset;
    }

    .how-it-works-page .section-1 h4 {
        margin-top: 50px !important;
    }

.pricing-page .section-1 .header {
    background-image: url(../img/pricing-banner.png);
    padding: 30px 0 0;
    background-size: cover;
    background-position: center;
}

.pricing-page-2 .section-1 .header {
    background-image: unset;
    background-color: #8f9ba2;
}

header #offers {
    border: none;
}

.terms .header h1 {
    width: 28%;
}

.privacy .header h1 {
    width: 30%;
}

.credit-building-offers-ss {
    background-color: #364655;
    transition: 0.6s;
}

    .credit-building-offers-ss:hover {
        opacity: 0.5;
    }

.credit-building-offers-ss-container {
    margin: 0 auto;
    display: block;
}

.pricing-page-2 .pricing-sec {
    background-image: url(../img/Sign-Up-2-bg.png) !important;
    background-size: cover;
    background-position: top;
}

    .pricing-page-2 .pricing-sec p.text-center {
        color: white;
    }

        .pricing-page-2 .pricing-sec p.text-center:last-of-type {
            color: #364655;
        }

.pricing-page-2 .section-1 .header {
    background-color: #8f9ba2;
}

.pricing-page-2 .header h1 {
    color: white;
}

.accountsetup .section-1 .header {
    background-image: unset;
    padding: 10px 0 0;
}

.accountsetup .first-section {
    padding: 0 0 50px;
    background-image: unset;
}

    .accountsetup .first-section .form-section {
        padding: 50px;
        background-color: white;
        border-radius: 10px;
        max-width: 70%;
        margin: 0 auto;
    }

.pricing-page.accountsetup h1 {
    padding: 7px;
    display: block;
    width: 100%;
    margin: 0 auto;
    transform: scaleY(0.7);
    letter-spacing: -1px;
    font-weight: 400;
}

.accountsetup hr {
    margin: 30px 0 40px;
}

.section1 .features-container {
    padding: 0 15px 10px;
    border: 1px solid black;
    min-height: 270px;
    text-align: center;
}

    .section1 .features-container p {
        font-size: 14px;
        margin: 0;
    }

    .section1 .features-container h5 {
        padding: 5px;
        font-size: 18px;
        text-align: left;
        width: auto;
        display: table-cell;
        background-color: white;
        position: relative;
        top: -15px;
    }

    .section1 .features-container img {
        margin: 0 auto;
        display: block;
    }

    .section1 .features-container .icon-img {
        font-size: 50px;
        margin: 0;
        margin-top: 0;
        margin-bottom: 15px;
    }

.slick-slide {
    padding: 10px;
}




    #slick-1 .slick-arrow {
        background-color: transparent;
        border: none;
        font-size: 55px;
        position: absolute;
        top: 118px;
        position: absolute;
    }

    #slick-1 .slick-next {
        right: -30px;
        font-size: 40px;
        position: absolute;
        top: 40%;
        color: #6d6d6d;
    }

    #slick-1 .slick-prev {
        left: -30px;
        font-size: 40px;
        position: absolute;
        top: 40%;
        color: #6d6d6d;
    }

.carousel-control-next, .carousel-control-prev {
    display: none;
}

.how-it-works-page .homebanner-img {
    width: 350px;
    top: -85px;
}

.how-it-works-page .step-cont {
    padding: 20px;
    box-shadow: 0 4px 5px 2px rgb(143 143 143 / 75%);
    -webkit-box-shadow: 0 4px 5px 2px rgb(143 143 143 / 75%);
    -moz-box-shadow: 0 4px 5px 2px rgba(143,143,143,0.75);
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
    background-color: white;
    margin-top: -100px;
}

    .how-it-works-page .step-cont::after {
        content: "";
        border-right: 3px dashed;
        height: 80px;
        left: 49%;
        bottom: -80px;
        position: absolute;
    }

    .how-it-works-page .step-cont:last-of-type::after {
        content: unset;
    }




    .how-it-works-page .step-cont h4 {
        text-transform: uppercase;
    }

    .how-it-works-page .step-cont img {
        width: 100%;
    }


.pricing-page .section-1 {
    padding: 100px 0 0;
}

.pricing-page .section-1-container {
    padding: 60px 0;
}

.pricing-banner-img {
    position: absolute;
    top: -82px;
    left: 80px;
    width: 120px;
}

.pricing-banner-img-2 {
    position: absolute;
    top: -82px;
    right: 80px;
    width: 250px;
}

.pricing-sec .table-container .table-content {
    padding: 0;
    border: none;
    padding-bottom: 30px;
}

    .pricing-sec .table-container .table-content .inner-content {
        padding: 30px 80px 0;
    }

.pricing-sec .table-container .pricing-txt {
    padding: 20px;
    background-color: #364655;
}

    .pricing-sec .table-container .pricing-txt h5 {
        color: white;
    }

.pricing-sec .features-box {
    box-shadow: 2px 4px 5px 2px rgb(143 143 143 / 75%);
    -webkit-box-shadow: 2px 4px 5px 2px rgb(143 143 143 / 75%);
    -moz-box-shadow: 2px 4px 5px 2px rgba(143,143,143,0.75);
    padding: 20px 30px;
    margin: 20px 0;
    background-color: white;
}

    .pricing-sec .features-box ul {
        display: flex;
        padding-left: 0;
        justify-content: space-between;
        margin-bottom: 0;
    }

        .pricing-sec .features-box ul li {
            list-style: none;
        }

.pricing-sec .table-container {
    max-width: 90%;
}

.pricing-sec {
    padding-bottom: 10px;
}

.schedule-appointment-page .form-container {
    box-shadow: 2px 4px 5px 2px rgb(143 143 143 / 75%);
    -webkit-box-shadow: 2px 4px 5px 2px rgb(143 143 143 / 75%);
    -moz-box-shadow: 2px 4px 5px 2px rgba(143,143,143,0.75);
    padding: 30px;
    border-radius: 30px;
    background-color: white;
}

.schedule-appointment-page .section-2 {
    background-image: url(../img/Sign-Up-2-bg.png) !important;
    background-size: cover;
    background-position: top;
}

.schedule-appointment-page .homebanner-img {
    width: 350px;
    top: -84px;
}

@media (max-width:991px) {
    .how-it-works-page .section-1 h1 {
        font-size: 28px;
    }

    .how-it-works-page .section-1 {
        padding: 25px 0;
    }

    .pricing-page .header h1 {
        width: 28%;
    }

    .pricing-sec .table-container {
        max-width: 100%;
    }

    .signup h1 {
        font-size: 30px;
    }

    .signup .login-bg {
        padding: 50px 0;
    }

    .signup-2 .form-container {
        text-align: center;
    }

    .terms .header h1 {
        width: 45%;
    }

    .privacy .header h1 {
        width: 52%;
    }

    .section1 h4 {
        font-size: 20px;
    }
}

@media (max-width:768px) {
    .how-it-works-page .section-1 h1 {
        font-size: 20px;
    }

    .pricing-page .header h1 {
        width: 40%;
    }

    .terms .header h1 {
        width: 60%;
    }

    .privacy .header h1 {
        width: 70%;
    }
}

@media (max-width:575px) {
    .signup h1 {
        font-size: 17px;
        margin-bottom: 30px !important;
    }

    .pricing-page .header h1 {
        width: 100%;
    }

    .terms .header h1 {
        width: 100%;
    }

    .privacy .header h1 {
        width: 100%;
    }

    .how-it-works-page-main {
        background-color: white !important;
    }

    section.carousel-sec li {
        width: 300px;
        height: 160px;
    }

    section.carousel-sec .main-pos {
        left: 3%;
    }

    section.carousel-sec .left-pos {
        left: 10%;
    }

    section.carousel-sec .right-pos {
        left: 0;
    }

    section.carousel-sec .back-pos {
        left: 0;
    }


    .section1 h4 {
        font-size: 20px;
    }

    .section1 h5, .section1 p {
        font-size: 14px !important;
    }

    section.carousel-sec {
        height: 10em;
    }

        section.carousel-sec .right-pos {
            margin-left: 3.5em !important;
        }

        section.carousel-sec .left-pos {
            margin-left: -5em !important;
        }

    section.carousel-sec {
        width: 20em;
    }

    .section1 {
        padding-bottom: 50px;
    }

    #timeline .timeline-item .timeline-content h2 {
        font-size: 18px;
    }

    .pricing-sec .table-container .table-content {
        padding: 10px 10px;
    }

    .pricing-sec .table-container tbody td {
        font-size: 12px;
    }

    .accountsetup .first-section .form-section {
        max-width: 100%;
        padding: 30px 10px;
    }

    .accountsetup .custom-file-label {
        font-size: 10px;
    }

    .section1 .features-container {
        margin: 15px 0;
    }

        .section1 .features-container .icon-img {
            font-size: 50px !important;
        }


        .section1 .features-container h5 {
            font-size: 20px !important;
        }

    .credit-building-offers-ss {
        max-width: 90% !important;
    }

    #slick-1 .slick-prev {
        left: -18px;
    }

    #slick-1 .slick-next {
        right: -15px;
    }


    #slick-1 {
        display: block;
    }

    .how-it-works-page .step-cont {
        border-radius: 40px;
        padding: 20px 20px;
    }

    .how-it-works-page .homebanner-img {
        width: 100%;
        top: -85px;
    }

    .how-it-works-page .section-2 {
        padding-top: 30px;
    }

    .signup3 .homebanner-img {
        width: 100%;
        margin-bottom: 15px;
    }

    .signup3 .section-1 .section-1-container h4 {
        margin-left: 0 !important;
    }

    .signup3 .form-container p {
        font-size: 12px;
    }

    .pricing-banner-img {
        width: 90px !important;
        left: 40px;
    }

    .pricing-page .section-1-container {
        margin-bottom: 20px;
    }

    .pricing-sec .table-container .table-content .inner-content {
        padding: 30px 0 0;
    }

    .pricing-sec .features-box ul li {
        font-size: 11px;
    }
}










/* timeline section */



.project-name {
    text-align: center;
    padding: 10px 0;
}

.success {
    background: #78AD42 !important;
}

.timeline-container {
    max-width: 1000px;
    margin: 0 auto;
}

#timeline .timeline-item:after,
#timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

#timeline {
    width: 100%;
    margin: 30px auto;
    position: relative;
    padding: 0 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    #timeline:before {
        content: "";
        width: 3px;
        height: 85%;
        background: #8f9ba2;
        left: 50%;
        top: 0;
        position: absolute;
    }

    #timeline:after {
        content: "";
        clear: both;
        display: table;
        width: 100%;
    }

    #timeline .timeline-item {
        margin-bottom: 50px;
        position: relative;
    }

        #timeline .timeline-item .timeline-icon {
            background: #8f9ba2;
            width: 50px;
            height: 50px;
            position: absolute;
            top: 0;
            left: 50%;
            overflow: hidden;
            margin-left: -23px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

            #timeline .timeline-item .timeline-icon svg,
            #timeline .timeline-item .timeline-icon .fa {
                position: relative;
                top: 13px;
                left: 14px;
                font-size: 24px;
                color: #fff;
            }

        #timeline .timeline-item .timeline-content {
            width: 45%;
            background: #fff;
            padding: 20px;
            /*-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
            -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);*/
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
            /*box-shadow: 2px 2px 30px 0 rgb(156 156 192 / 26%);*/
        }

            #timeline .timeline-item .timeline-content h2 {
                padding: 15px;
                background: #364655;
                color: #fff;
                margin: -20px -20px 0 -20px;
                font-weight: 300;
                -webkit-border-radius: 3px 3px 0 0;
                -moz-border-radius: 3px 3px 0 0;
                -ms-border-radius: 3px 3px 0 0;
                border-radius: 3px 3px 0 0;
                font-size: 19px;
            }

            #timeline .timeline-item .timeline-content p {
                padding-top: 10px;
            }

            #timeline .timeline-item .timeline-content:before {
                content: '';
                position: absolute;
                left: 45%;
                top: 20px;
                width: 0;
                height: 0;
                border-top: 7px solid transparent;
                border-bottom: 7px solid transparent;
                border-left: 7px solid #364655;
            }

            #timeline .timeline-item .timeline-content.right {
                float: right;
            }

                #timeline .timeline-item .timeline-content.right:before {
                    content: '';
                    right: 45%;
                    left: inherit;
                    border-left: 0;
                    border-right: 7px solid #364655;
                }


@media screen and (max-width: 768px) {
    #timeline {
        margin: 30px;
        padding: 0px;
        width: 90%;
    }

        #timeline:before {
            left: 0;
        }

        #timeline .timeline-item .timeline-content {
            width: 90%;
            float: right;
        }

            #timeline .timeline-item .timeline-content:before,
            #timeline .timeline-item .timeline-content.right:before {
                left: 10%;
                margin-left: -6px;
                border-left: 0;
                border-right: 7px solid #6e7579;
            }

        #timeline .timeline-item .timeline-icon {
            left: 0;
        }
}


/* Animation CSS */

/* icon animation */
.timeline-icon.is-hidden {
    visibility: hidden;
}

.timeline-icon.animate-it {
    visibility: visible;
    -webkit-animation: bounce-1 0.6s;
    -moz-animation: bounce-1 0.6s;
    animation: bounce-1 0.6s;
}

/* content block animation */
.timeline-content.is-hidden {
    visibility: hidden;
}

.timeline-content.animate-it {
    visibility: visible;
    -webkit-animation: bounce-2 0.6s;
    -moz-animation: bounce-2 0.6s;
    animation: bounce-2 0.6s;
}

@media only screen and (min-width: 769px) {

    /* Inverse bounce effect on even content blocks */
    .timeline-content.right.animate-it {
        -webkit-animation: bounce-2-inverse 0.6s;
        -moz-animation: bounce-2-inverse 0.6s;
        animation: bounce-2-inverse 0.6s;
    }
}

@media only screen and (max-width: 768px) {

    /* Inverse bounce effect on all content blocks */
    .timeline-content.animate-it,
    .timeline-content.right.animate-it {
        -webkit-animation: bounce-2-inverse 0.6s;
        -moz-animation: bounce-2-inverse 0.6s;
        animation: bounce-2-inverse 0.6s;
    }
}

/* ALL animation types called */

@-webkit-keyframes bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@keyframes bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        -moz-transform: translateX(0);
    }

    f
}

@keyframes bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}



/* new design */

.txt-white {
    color: white !important;
}

body {
    background-color: white !important;
}

.home .section1 {
    background-image: unset;
    position: relative;
}

    .home .section1 h4 {
        font-size: 28px;
        color: #364655;
        font-weight: 700;
        text-transform: capitalize;
        max-width: 60%;
        margin: 0 auto;
    }

.home .banner-p {
    color: #48b2fd;
    font-weight: 400;
}

.home .section1 .divider-2 {
    width: 100%;
    margin-top: -100px;
}

.home .home-btn-cont {
    display: flex;
    justify-content: center;
    padding-left: 0;
    align-items: center;
}

    .home .home-btn-cont li {
        list-style: none;
        margin: 0 12px;
    }

.section1 .features-container {
    padding-top: 20px;
    min-height: 300px;
    box-shadow: 2px 4px 5px 2px rgba(143,143,143,0.75);
    -webkit-box-shadow: 2px 4px 5px 2px rgba(143,143,143,0.75);
    -moz-box-shadow: 2px 4px 5px 2px rgba(143,143,143,0.75);
    border: none;
    border-radius: 40px;
}

    .section1 .features-container h5 {
        text-align: center;
        position: inherit;
        display: initial;
        background-color: transparent;
        margin-top: 10px;
    }

.cta-section {
    background-color: white;
    padding: 50px 0;
}

    .cta-section .col-lg-7 {
        position: relative;
    }

        .cta-section .col-lg-7 img {
            position: absolute;
            top: -120px;
            width: 400px;
        }

.btn-monetize {
    background-color: white;
    box-shadow: 4px 4px 5px 0px rgba(40,50,60,0.75);
    -webkit-box-shadow: 4px 4px 5px 0px rgba(40,50,60,0.75);
    -moz-box-shadow: 4px 4px 5px 0px rgba(40,50,60,0.75);
    border-radius: 50px;
    color: black;
    padding: 10px 20px;
}

#wldiy-section-video-1 {
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 67px !important;
}

.footer {
    background-color: white;
    padding-top: 150px;
}

    .footer a {
        color: #666;
    }


.how-it-works-page .section-1 {
    padding: 30px 0 10px;
    background-position: bottom;
}

.pricing-sec .table-container .table-content {
    background-color: white;
    box-shadow: 0px 0px 5px 0px rgba(163,163,163,0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(163,163,163,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(163,163,163,0.75);
}

.signup .WLDIY_signup_img {
    max-width: 50%;
    margin: 0 auto;
    display: block;
}

.signup .divider-2 {
    top: 30%;
    width: 100%;
}

.monetizing-sec {
    background-color: #364655;
    padding: 30px 0;
}

.credit-offer-cont {
    box-shadow: 2px 4px 5px 2px rgb(143 143 143 / 75%);
    -webkit-box-shadow: 2px 4px 5px 2px rgb(143 143 143 / 75%);
    -moz-box-shadow: 2px 4px 5px 2px rgba(143,143,143,0.75);
    border-radius: 20px;
    position: relative;
    padding: 0 50px 30px;
    height: 280px;
    margin-top: 50px;
}

.credit-offer-img-cont {
    box-shadow: 2px 4px 5px 2px rgb(143 143 143 / 75%);
    -webkit-box-shadow: 2px 4px 5px 2px rgb(143 143 143 / 75%);
    -moz-box-shadow: 2px 4px 5px 2px rgba(143,143,143,0.75);
    border-radius: 15px;
    padding: 20px;
    width: 70%;
    position: relative;
    left: -80px;
    top: -24px;
    background-color: white;
    height: 95px;
    display: flex;
    align-items: center;
}


.btn-apply-now {
    background-color: #29a4ff;
    border-radius: 50px;
    color: black;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    font-weight: 800;
    letter-spacing: 2px;
    width: 300px;
    display: block;
    margin: 60px auto 30px;
    transition: all 0.3s;
}

    .btn-apply-now:hover {
        text-decoration: none;
        box-shadow: 4px 4px 5px 0px rgb(40 50 60 / 75%);
        -webkit-box-shadow: 4px 4px 5px 0px rgb(40 50 60 / 75%);
        -moz-box-shadow: 4px 4px 5px 0px rgba(40,50,60,0.75);
        color: white;
    }

.home .section1 {
    padding-bottom: 50px;
}

.cta-section .templates_img {
    margin-top: -135px;
}

.cta-section {
    padding-bottom: 0;
}

.home .cta-section {
    padding-top: 0;
    padding-bottom: 50px;
    d
}

.footer.home {
    padding-top: 0;
}

.footer2 {
    padding-top: 0;
}

.section-1-container {
    box-shadow: 2px 4px 5px 2px rgb(143 143 143 / 75%);
    -webkit-box-shadow: 2px 4px 5px 2px rgb(143 143 143 / 75%);
    -moz-box-shadow: 2px 4px 5px 2px rgba(143,143,143,0.75);
    padding: 30px;
    border-radius: 30px;
    position: relative;
}

.home .section1 h4 {
    font-size: 25px;
    max-width: 100%;
}

.homebanner-img {
    position: absolute;
    width: 550px;
    top: -70px;
    left: 50px;
}

.enterprise .section-1 {
    padding-top: 150px;
}

.enterprise .section-2 {
    padding: 80px 0 50px;
}

.enterprise .section-3 {
    padding: 50px 0;
}

    .enterprise .section-3 ul {
        padding-left: 0;
        justify-content: space-around;
        display: flex;
        margin-top: 50px;
    }

        .enterprise .section-3 ul li {
            list-style: none;
        }

.enterprise .section-2 img {
    max-width: 400px;
    margin: -100px auto 0;
    display: block;
}

.enterprise .section-2 ul {
    padding-left: 22px;
}

    .enterprise .section-2 ul li {
        color: #3b4553;
    }

.enterprise-img {
    position: absolute;
    width: 550px;
    bottom: -15px;
    left: 0;
}

.signup .section-1 {
    background-color: #364655;
    padding: 50px 0 0;
}

    .signup .section-1 .section-1-container {
        background-color: white;
    }

    .signup .section-1 h1 {
        font-weight: 500;
    }

.signup .login-bg {
    background-image: none;
    padding-top: 0;
}

.signup .signup-form-sec {
    box-shadow: 2px 4px 5px 2px rgb(143 143 143 / 75%);
    -webkit-box-shadow: 2px 4px 5px 2px rgb(143 143 143 / 75%);
    -moz-box-shadow: 2px 4px 5px 2px rgba(143,143,143,0.75);
    padding: 30px;
    border-radius: 30px;
    margin-top: 10px;
}

.signup .section-1 .section-1-container {
    padding: 10px;
}

.signup3 .homebanner-img {
    width: 250px;
    top: -162px;
}

.signup3 .section-1 .section-1-container {
    padding: 50px 30px;
}

    .signup3 .section-1 .section-1-container h4 {
        margin-left: 50px;
    }

.signup3 .form-container {
    box-shadow: 2px 4px 5px 2px rgb(143 143 143 / 75%);
    -webkit-box-shadow: 2px 4px 5px 2px rgb(143 143 143 / 75%);
    -moz-box-shadow: 2px 4px 5px 2px rgba(143,143,143,0.75);
    padding: 30px;
    border-radius: 30px;
    background-color: #364655;
}

    .signup3 .form-container p, .signup3 .form-container .form-group, .signup3 .form-container h5, .signup3 .form-container label {
        color: white;
    }

    .signup3 .form-container h5 {
        text-align: center;
    }

    .signup3 .form-container .form-check-label {
        margin: 0 auto;
    }

.signup #btnSubmit, .signup #btnStart {
    background-color: white;
    border-color: white;
}

.signup3 #btnSubmit:hover {
    color: white !important;
    background-color: transparent;
}

.signup3 .signup-main-sec {
    background-image: url(../img/Sign-Up-2-bg.png);
    background-size: cover;
    background-position: top;
}

.signup .signup-form-sec {
    background-color: #364655;
}

.signup .login-bg {
    background-image: url(../img/Sign-Up-2-bg.png);
    background-size: cover;
    background-position: top;
}

.signup .signup-form-sec label {
    color: white;
}

#slick-1 .slick-prev {
    left: -22px;
}

#slick-1 .slick-next {
    right: -22px;
}

.credit-offer-sec-img {
    max-width: 500px;
    margin: 0 auto 15px;
    display: block;
}

.credit-offer-sec p {
    color: #364655 !important;
}

.credit-offer-sec strong {
    font-size: 18px;
}

.credit-offer-sec span {
    color: #364655 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    font-size: 13px !important;
}

.credit-offer-sec {
    padding-top: 50px;
}

@media screen and (max-width: 1500px) {
    .signup .login-bg h1 {
        font-size: 35px;
    }

    .signup .divider-2 {
        top: 55%;
    }
}

@media screen and (min-width: 576px) {
    .display-small {
        display: none;
    }

    .display-small-block {
        display: none;
    }

    .display-large {
        display: flex;
    }

    .display-large-block {
        display: block;
    }
}

@media screen and (max-width: 575px) {
    .credit-offer-sec {
        padding-top: 0px !important;
    }

    .display-small {
        display: flex;
    }

    .display-small-block {
        display: block;
    }

    .display-large {
        display: none;
    }

    .display-large-block {
        display: none;
    }

    .enterprise-img {
        position: initial;
        margin-top: 30px;
    }

    .enterprise .section-1 {
        margin-bottom: 20px;
        padding-top: 20px;
    }

        .enterprise .section-1 h1, .enterprise .section-1 p {
            text-align: center;
        }

    .enterprise .section-2 img {
        margin: -50px auto 20px;
    }

    .enterprise .section-2 h5, .enterprise .section-2 li {
        text-align: center;
        list-style: none;
    }

    .enterprise .section-3 li {
        margin: 0 10px;
    }

    .home .section1 h4 {
        font-size: 22px;
        max-width: 100%;
        font-family: 'Lato', sans-serif;
        font-weight: 800;
    }

    .home .section1 .divider-2 {
        left: 0;
        top: 13%;
    }

    .cta-section .col-lg-7 img {
        position: unset;
        top: -120px;
        width: 100%;
        margin-top: 50px;
    }

    .footer {
        padding-top: 30px;
    }

    .footer2 {
        padding-top: 0;
    }

    #wldiy-section-video-1 {
        width: 100%;
    }

    .signup .login-bg h1 {
        font-size: 24px;
    }

    .signup .divider-2 {
        top: 32%;
        width: 100%;
    }

    .homebanner-img {
        position: unset;
        width: 100%;
    }

    .home .section1 h4 {
        margin-bottom: 0 !important;
    }

    .monetizing-sec p {
        max-width: 100% !important;
    }

    .home #wldiy-section-video-1 {
        margin-top: 10px !important;
    }

    .home .credit-offer-sec p {
        max-width: 100% !important;
    }

    .credit-offer-cont {
        padding: 0 20px 30px;
    }

    .credit-offer-img-cont {
        padding: 20px 3px;
    }

    .cta-section .templates_img {
        margin-top: 30px;
    }

    .cta-section {
        padding-top: 0;
    }

    .home .section1 h4 {
        margin-bottom: 30px !important;
    }

    .signup .signup-form-sec .first-col img {
        margin-bottom: 20px;
    }

    .signup .section-1 {
        padding-bottom: 15px;
    }

    .credit-offer-sec-img {
        width: 80%;
        margin: 0 auto 15px;
    }
}

.new-btn:hover {
    filter: drop-shadow(4px 4px 5px 0px);
}

.signup .section-1 {
    background-color: white;
    padding: 50px 0 150px;
}


.signup .login-bg {
    background-image: url(../img/signup-bg-new.png);
    border-top: 5px solid #364655;
    padding: 100px 0 150px;
}

.signup .section-1 .section-1-container {
    padding: 40px 10px !important;
}

.signup3 .section-1 .section-1-container {
    padding: 20px 10px !important;
}

.signup .section-1 .section-1-container {
    background-image: url(../img/signup-header-bg.png);
}

.signup .signup-form-sec {
    padding: 0;
}

.signup .signup-left-bg {
    background-image: url(../img/signup-left-bg.png);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 80px 0;
}

.signup .signup-right-bg {
    padding: 30px 20px;
}

.signup .signup-form-sec {
    background-color: white;
}

    .signup .signup-form-sec label {
        color: #364655;
    }

.signup #btnSubmit, .signup #btnStart {
    height: 65px;
    width: 280px;
    background-image: url(../img/monetizing-btn.png);
}

.signup3 .homebanner-img {
    top: -75px !important;
}

.signup3 .login-bg {
    margin-top: -50px !important;
}

.signup3 .form-container {
    background-color: white;
}

    .signup3 .form-container p, .signup3 .form-container .form-group, .signup3 .form-container h5, .signup3 .form-container label {
        color: #364655;
    }

header {
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.15);
}

    header .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        font-weight: 400;
        margin-left: 30px;
        margin-right: 30px;
    }


.footer2 ul li img {
    width: 30px;
}

@media screen and (max-width: 575px) {
    .signup .signup-left-bg {
        display: none;
    }

    .home .home-btn-cont {
        display: block;
        margin-top: 50px;
    }

        .home .home-btn-cont li:last-of-type img {
            width: 350px;
            ;
        }

    .pricing-page-2 .pricing-sec {
        margin-top: 0 !important;
    }

    .signup .section-1 {
        padding: 50px 0 50px;
    }

    .signup .login-bg {
        padding: 50px 0 50px;
    }

    .signup3 .section-1 {
        padding: 50px 0 100px;
    }

    .schedule-appointment-page .section-1-container h4 br {
        display: none;
    }

    .terms .section-1, .privacy .section-1 {
        padding: 0;
    }

    .how-it-works-page .section-1 {
        padding: 50px 0 10px !important;
    }

    .pricing-sec p.text-center {
        font-size: 14px;
    }

    .pricing-page-2 .pricing-sec {
        padding-bottom: 30px !important;
    }

    .signup .signup-logo {
        width: 250px;
    }

    #slick-1 .slick-prev {
        left: -30px !important;
        display:none;
    }

    #slick-1 .slick-next {
        right: -30px !important;
        display: none !important;
    }

    .slick-slide {
        padding: 10px 35px;
    }
}

.banner-section {
    padding: 50px 0 150px;
    background-image: url(../img/WLDIY-new-banner.png);
    background-position: center bottom;
    background-size: cover;
}

    .banner-section h4 {
        font-size: 21px;
    }

.homebanner-img {
    width: 100%;
    position: unset;
}

.first-section {
    padding-top: 0;
}

.second-section {
    background-color: #dff7ff;
    box-shadow: 2px 0 5px 2px rgba(143,143,143,0.75);
    -webkit-box-shadow: 2px 0 5px 2px rgba(143,143,143,0.75);
    -moz-box-shadow: 2px 0 5px 2px rgba(143,143,143,0.75);
}

.section1 .features-container {
    background-color: white;
}

.monetizing-sec {
    background-color: white;
}

.home .section1.new-year-banner {
    background-color: #dff7ff;
    padding: 0;
    box-shadow: 2px 0 5px 2px rgba(143,143,143,0.75);
    -webkit-box-shadow: 2px 0 5px 2px rgba(143,143,143,0.75);
    -moz-box-shadow: 2px 0 5px 2px rgba(143,143,143,0.75);
}

.new-cta-section {
    padding: 70px 0 30px;
    background-image: url(../img/WLDIY-new-banner-bottom_02.png);
    background-position: center top;
    background-size: cover;
    background-color: #dff7ff;
    margin-top: -20px;
    position: relative;
}

    .new-cta-section h3 {
        font-size: 20px;
    }

@media screen and (max-width: 575px) {
    .new-cta-section {
        padding-top: 150px;
        background-position: right top;
    }

    .credit-offer-sec {
        padding-top: 50px !important;
    }
}


.section-1-partners {
    background-image: url(../img/partners-hero-banner_02.png);
    background-position: center;
    background-size: cover;
}

.partners-cont {
    border-radius: 15px;
    background-color: #f2faff;
    padding: 50px;
    min-height: 490px;
    box-shadow: 2px 0 5px 2px rgba(143,143,143,0.75);
    -webkit-box-shadow: 2px 0 5px 2px rgba(143,143,143,0.75);
    -moz-box-shadow: 2px 0 5px 2px rgba(143,143,143,0.75);
}

.section-3-partners {
    background-color: #a2dcfc;
}

.testimonial-section {
    background-color: white;
    padding: 50px 80px;
    border-radius: 15px;
    box-shadow: 2px 0 5px 2px rgba(143,143,143,0.75);
    -webkit-box-shadow: 2px 0 5px 2px rgba(143,143,143,0.75);
    -moz-box-shadow: 2px 0 5px 2px rgba(143,143,143,0.75);
}

@media screen and (max-width: 575px) {
    .section-1-partners {
        text-align: center;
    }

    .partners-cont {
        margin: 15px;
    }

    .testimonial-section {
        text-align: center;
    }

        .testimonial-section img {
            margin-bottom: 10px;
        }
}
