@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-green-2
{
    color: #01c333;
}

.txt-orange {
    color: orange;
}

.txt-green {
    color: #9bd801;
}

.txt-blue {
    color: #01c333 !important;
}

.txt-blue-2 {
    color: #43fc73 !important;
}

.txt-blue-3 {
    color: #43fc73 !important;
}

.bg-color-white {
    background-color: white;
}

.bg-color-grey {
    background-color: #f7f7f7 !important;
}

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 #01C333;
}

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: #01C333 !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: #3f3f3f;
    padding: 15px 0;
    color: #ffffff;
    margin-top: 40px;
    text-align: center;
}

.footer a {
    color: #ffffff;
    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: #212121;
    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 img {
    max-width: 280px;
}

@media screen and (max-width:991px) {
    header .navbar-brand img {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.section1 {
    padding-top: 30px;
    padding-bottom: 0;
    background: url(../img/homepage-banner.jpg) center no-repeat;
    background-size: cover;
    max-height: 750px;
}

.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: white;
    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: 25px;
    font-family: 'Poppins', sans-serif;
    color: white;
    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: white;
}

.section1 p span {
    color: #43FC73;
    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: -95px;
}

.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;
}

.section2 table td
{
    border: none;
}

.section2 table tr:nth-child(odd)
{
    background-color: #ececec;
}

@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: #f98805;
    font-size: 30px;
    margin-right: 15px;
    margin-bottom: 20px;
    position: relative;
    float: left;
}

@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: #01c333;
    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;
}

.section5 .col-lg-4 .feature-container-home
{
    background-color: #FAFAFA;
    padding: 15px;
    transition: 0.3s;
    border-radius: 5px;
}

.section5 .col-lg-4 .feature-container-home:hover
{
        box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
}


}



@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-image: url(../img/hero-banner-whf.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.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: #9bd801;
    font-size: 40px;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #9bd801 !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: none;
    }

    .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-radius: 0;
    height: 40px;
    padding-left: 10px;
    background-color: #F6F7F9;
    border-radius: 3px;
    
}

.section1 .banner-form-container input::placeholder
{
    color: #748194;
    font-size: 13px;
}

.section1 .banner-form-container input:focus {
    box-shadow: none;
}

.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;
        border-radius: 8px;
}

.section1 .banner-form-container button {
    background-color: #05C23D;
    color: white;
    border: none;
    width: 100%;
    border: 2px solid #05C23D;
    border-radius: 0;
}

.section1 .banner-form-container button:hover {
    background-color: transparent;
    color: #05C23D;
}

.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: #01C333;*/
    padding: 25px 15px 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/*.section1 .banner-form-container .form-head::after
{
    content: "";
    border-top: 10px solid;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -55px;
    border-bottom: 30px solid transparent;
    border-right: 220px solid transparent;
    border-left: 220px solid transparent;
    border-top: 25px solid #01C333;
}*/

.section1 .banner-form-container .form-head h5 {
    color: #01C333;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}

.section1 .banner-form-container .form-body {
    padding: 20px 30px 20px;
}

.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: #69737F;
    border-radius: 0 !important;
    padding: 10px;
    color: white;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    width: 200px;
    position: relative;
}

.wehelpfree-btn-orange img
{
    position: absolute;
}

.wehelpfree-btn-orange:hover {
    color: white;
    background-color: #9eacbd;
}

.wehelpfree-btn-blue {
    background-color: #01C333;
    border-radius: 0 !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: #43FC73;
}

.wehelpfree-btn-blue img {
    position: absolute;
    top: 10px;
}

.btn.wehelpfree-btn-blue-header {
    background-color: #01C333;
    border-radius: 0 !important;
    padding: 8px 10px;
    color: white !important;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    width: 185px;
    position: relative;
    z-index: 0;
    margin-top: 7px;
}

.btn.wehelpfree-btn-blue-header:hover {
    color: white !important;
    background-color: #43FC73;
}

.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;
}



.login .first-section {
    padding: 100px 0 200px;
    background-image: url(../img/login-background.jpg);
    background-size: cover;
    background-position: center;
}

.login .login-container {
    max-width: 700px;
    background-color: rgba(255,255,255,0.5);
    padding: 50px 30px;
    margin: 0 auto;
    border-radius: 10px;
    
}

.login .login-container h1 {
    font-weight: 700;
    color: #01c333;
    text-align: center;
    font-size: 30px;
}

.login .login-container h1 span {
    color: white;
}

.login .login-container .form-group input {
    border: none;
    border-radius: 0;
    height: 40px;
    padding-left: 10px;
    background-color: #F6F7F9;
    border-radius: 3px;
}

.login .login-container .form-group input.sign-in {
    background-color: transparent;
    border: 2px solid #01c333;
    color: white;
    padding: 10px;
    background-color: #01c333;
    width: 100px;
}

.login .login-container .signin-label {
    position: absolute;
    left: 22px;
    top: 12px;
    cursor: pointer;
}

.login .login-container .signin-label .first-letter {
    color: white;
}

.login .login-container .signin-label .second-letter
{
    color: white;
}

.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 {
    border: none;
    color: white;
    padding: 10px 25px;
    background-color: transparent;
    
}

.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/how-it-works-banner.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;
}

.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: 100px;
}

.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;
}

.how-it-works-page .section-2 .offer-container
{
    padding-bottom: 20px;
    
    background-color: #FAFAFA;
    transition: 0.1s;
}

.how-it-works-page .section-2 .offer-container:hover
{
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%), 0 0 50px 0 rgb(0 0 0 / 19%);
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%), 0 0 50px 0 rgb(0 0 0 / 19%);
}

.how-it-works-page .section-2 .offer-container .img-container
{
    min-height: 95px;
    border-bottom: 3px solid #01C333;
    padding: 10px;
}

.how-it-works-page .section-2 .offer-container .content-container
{
    min-height: 225px;
}

.how-it-works-page .section-2 .offer-container .content-container
{
    padding: 10px;
}






.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;
    background-color: #ECECEC;
}

.footer2 ul {
    display: flex;
    justify-content: center;
    padding-left: 0;
}

.footer2 ul li {
    list-style: none;
    margin: 0 10px;
}

.footer2 ul li a {
    color: #22A1FF;
    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;
}

@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;
    }
}

@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;
}










#accordion {
    max-width: 70%;
    margin: 0 auto;
    border: none;
}

#accordion .card {
    border: none;
}

#accordion .card-header {
    background-color: white;
    border-radius: 0;
    border: 1px solid #c6d5c7 !important;
    padding: 20px;
    position: relative;
    border-top: none !important;
}

#accordion .card-header .card-title {
    font-size: 20px;
}

#accordion .card-header.collapsed {
    border-left: none !important;
    border-right: none !important;
}

#accordion .card-header {
    border-top: 1px solid #c6d5c7 !important;
}

.accordion .card-header .card-title:after {
    /*content: url(../img/minus.png);*/
    content: "-";
    float: right;
    color: #42974e;
    position: absolute;
    font-size: 40px;
    right: 10px;
    top: 7px;
}

.accordion .card-header.collapsed .card-title:after {
    /* symbol for "collapsed" panels */
    /*content: url(../img/plus.png);*/
    content: "+";
    color: #42974e;
    position: absolute;
    font-size: 40px;
    right: 10px;
    top: 10px;
}















