﻿@font-face {
    font-family: sansposter;
    src: url(../fonts/SANSPOSTERBOLD.TTF);
}

@font-face {
    font-family: mvboli;
    src: url(../fonts/MVBOLI.ttf);
}

.btn-discovery-call {
    padding: 10px 30px;
    background-color: transparent;
    border: 3px solid #6b5da6;
    color: #6b5da6;
    font-weight:700;
    font-size:20px;
    border-radius:8px;
    transition:all 0.3s;
}

    .btn-discovery-call:hover {
        background-color: #6b5da6;
        border: 3px solid #6b5da6;
        text-decoration:none;
        color:white;
    }


    .mv-boli {
        font-family: mvboli;
    }

.txt-white{
    color:white !important;
}

.navbar-expand-lg .navbar-nav
{
    justify-content:space-evenly;
}

.navbar-nav > li > a {
    margin-left: 25px;
    margin-right: 25px;
}

.header-sched-btn {
    background-image: url(../img/new-images/schedule-demo-btn.png);
    background-position: center;
    background-size: contain;
    width: 200px;
    display: block;
    height: 45px;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

header .header-sched-btn {
    width: 160px;
    display: block;
    height: 35px;
}

    .header-sched-btn:hover {
        background-image: url(../img/new-images/schedule-demo-btn-hover.png);
    }


    .navbar-expand-lg .navbar-nav li {
        margin: 0;
    }

    header {
        -webkit-box-shadow: 0px 5px 23px -2px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 5px 23px -2px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 5px 23px -2px rgba(0, 0, 0, 0.75);
        position: relative;
    }

.banner-section{
    background-image:none;
    padding-bottom:0;
    padding-top:80px;
}

.revenue-container ul li p .annual
{
    color:white;
}

.banner-section h1 {
    font-size: 2.2rem;
}

        .banner-section h1 span{
            font-size:3rem;
        }

.banner-section .four-Sites {
    position: absolute;
    top: -80px;
    right: 25px;
    width: 100%;
}

.banner-container {
    background-image: url(../img/new-images/new-home-banner.png) !important;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    color: white;
    padding: 30px 0 80px;
}

        .banner-container h1{
            color:white;
        }

        .banner-container ul {
            width: 380px;
            display: block;
            margin: 0 auto;
        }

            .banner-container ul li{
                text-transform:uppercase;
            }

.banner-container-2 img.banner-img {
    width: 400px;
    display: block;
    margin: -30px auto -20px;
}

#slick-1 .slick-prev {
    display: block;
    height: 30px;
    width: 30px;
    background: url('../img/new-images/Arrow-03.png') no-repeat;
    background-size:contain;
}

#slick-1 .slick-next {
    display: block;
    height: 30px;
    width: 30px;
    background: url('../img/new-images/Arrow-04.png') no-repeat;
    background-size: contain;
}

.fa-caret-right, .fa-caret-left{
    display:none;
}

.banner-container-2 h2 {
    color: #54555c;
    font-weight: 700;
    font-size: 2.6rem;
    margin-top: 0;
}

.banner-container-2 h2 {
    font-size: 2rem;
}

.banner-container-2 p {
    color: #54555c;
    font-size:1.1rem;
}

    .banner-container-2 p span{
        font-size:1.7rem;
    }


    .revenue-container {
        margin-top: 30px;
    }

.home .section1 {
    background-image: url(../img/new-images/new-step-bg.png);
    background-size: cover;
    background-position: center;
    padding: 50px 20px;
}

    .home .section1 h3 {
        text-align: center;
        font-weight: 700;
        color: white;
        font-size: 42px;
    }

.revenue-container ul li div {
    color: white;
}

.revenue-container ul li p
{
    color:white;
}

.revenue-container input[type="range"]
{
    background-color:white;
}



.steps-section {
    padding: 50px 0;
    /*background-image: url(../img/new-images/new-step-bg.png);*/
    background-size: cover;
    background-position: center;
}

    .steps-section h2 {
        text-align: center;
        font-weight: 700;
        color: #54555c;
        font-size: 42px;
    }

    .steps-section img {
        width: 150px;
        margin: 0 auto 10px;
        display: block;
    }

    .steps-section .steps-number {
        font-size: 2.4rem;
        font-weight: 800;
        margin-bottom: 0;
        color: #0490e1;
    }

    .steps-section h5 {
        font-weight: 700;
        color: #54555c;
        font-size: 2.4rem;
    }

    .steps-section p {
        color: black;
        font-size: 25px;
        color: #54555c;
        font-size:1rem;
    }

.credit-offer-sec h2 {
    font-weight: 700;
    font-size:42px;
}

.credit-offer-sec p{
    font-size:18px;
}

.credit-offer-sec-img
{
    margin:0 auto;
}

.home .section1.new-year-banner {
    background-color: white;
    box-shadow: none;
}

.section1.first-row li::marker
{
    color:white;
}

.section1.first-row
{
    padding-bottom:10px !important;
}

.section1.first-row p {
    color: white !important;
}

.new-turn-key-section {
    padding: 50px 0;
    background-image: url(../img/new-images/new-turn-key-bg.png);
    background-size: cover;
    background-position: center;
}

    .new-turn-key-section h2 {
        text-align: center;
        font-weight: 700;
        color: white;
    }

.new-turn-key-section p{
    color:white;
}

.new-turn-key-section li::marker {
    color: white;
}

.promo-price-section
{
    padding:50px 0;
    padding-top:100px;
}

    .promo-price-section .promo-container {
        border: 3px solid #ff3232;
        border-radius:15px;
        padding:20px;
    }

    .promo-price-section .promo-img
    {
        max-width:350px;
        margin-bottom:30px;
    }

    .promo-price-section h2 {
        text-align: center;
        font-weight: 700;
        color: white;
        margin-bottom:0;
    }

    .promo-price-section .header-label {
        background: rgb(255,121,121);
        background: linear-gradient(90deg, rgba(255,121,121,1) 0%, rgba(255,50,50,1) 100%);
        border-radius: 50px;
        padding: 20px;
        max-width: 500px;
        margin: -60px auto 30px;
    }

.section-8 {
    padding: 50px 0 100px;
}

    .section-8 h2 {
        font-weight: 800;
        font-size: 38px;
        text-transform: uppercase;
        text-align: center;
        color: #54555c;
    }

    .section-8 .card-header
    {
        background-color:transparent;
        padding:5px 0;border:none;
    }





.section-8 .accordion .card {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

    .section-8 .btn {
        color: #633392;
    }

.section-8 .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.section-9 {
    padding: 50px 0 50px;
}

    .section-9 h2 {
        font-weight: 800;
        font-size: 30px;
        text-transform: uppercase;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
        color: white;
    }

        .section-9 h2 span{
            font-size:42px;
        }

        .sec-9-cont {
            background-image: url(../img/new-images/faqs-bg.png);
            background-size: cover;
            background-position: center;
            padding: 45px 50px;
            border-radius: 30px;
            position: relative;
        }

    .sec-9-cont img.sec-9-img {
        position: absolute;
        top: -100px;
        right: 20px;
        width: 450px;
    }

.section-10 {
    padding: 50px 0 50px;
}

    .section-10 h2 {
        font-weight: 800;
        font-size: 30px;
        text-transform: uppercase;
        text-align:center;

    }

.new-hr {
    border: 1px solid #884399;

    margin-bottom:50px;
}

.footer a {
    padding: 0 30px;
    border: none;
    color:black;
}

.footer .new-social-media
{
    display:flex;
    justify-content:center;
    padding-left:0;
    margin-bottom:50px;
}
.footer .new-social-media li{
    list-style:none;
}

    .footer .new-social-media li a
    {
        padding:0 20px;
    }

    .footer .new-social-media li img {
        width: 30px;
    }

    .display-large-medium{
        display:block !important;
    }

.display-small-medium {
    display: none !important;
}

.banner-container-2 .get-started-cont {
    margin-bottom:100px;
}

.section-1-container {
    background-image: none !important;
    background-color: #864298 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border-radius:15px;
}

.signup #btnSubmit, .signup #btnStart {
    height: 65px;
    width: 238px;
    background-image: url(../img/new-images/new-get-started-btn.png);
    background-size:contain;
    background-repeat:no-repeat;
    border:none;
    cursor:pointer;
    transition:0.3s all;
}

.checkout-btn {
    height: 65px;
    width: 100%;
    background-image: url(../img/new-images/launch-my-business-btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    transition: 0.3s all;
    display: block;
}

    .checkout-btn:hover {
        transform: scale(1.05);
    }

    .new-btn {
        transition: 0.3s all;
        height:35px;
    }

.new-btn-2 {
    transition: 0.3s all;
}

    .new-btn-2:hover {
        transform: scale(1);
        opacity: 0.7;
    }

.new-btn:hover {
    transform: scale(1);
    opacity: 0.7;   
}

    .signup #btnSubmit:hover, .signup #btnStart:hover {
        transform: scale(1.1);
    }

    .signup .login-bg {
        background-image: url(../img/new-images/theme-bg.png);
        padding: 100px 0 150px;
        border-top: none;
    }

    .signup .login-bg
    {
        padding:50px 0 !important;
    }

.signup .radio-label
{
    background-color:white;
    box-shadow:none;
}

.signup [type=radio] + img
{
    box-shadow:none;
}

.banner-section h4
{
    font-size:19px;
}

.h3-price {
    font-size: 42px;
    font-weight: 900;
    text-align: center;
    font-family: sansposter;
    color: #864298;
    font-style: italic;
    text-shadow: 2px 2px 2px rgba(0,0,0,1);
    letter-spacing:2px;
}

.checkout-content {
    border: 1px solid;
    border-radius: 10px;
    padding: 20px;
    background-color: white;
    margin-top: -100px;
}

.section-why-diy
{
    padding:50px 0;
}

    .section-why-diy h2 {
        font-weight: 700;
        font-size: 42px;
    }

    .section-why-diy img{
        max-width:150px;
    }

    .section-why-diy .section-why-img-text
    {
        max-width:800px;
        margin:0 auto 40px;
        display:block;
        width:100%;
    }

    .why-diy-cont {
        border: 1px solid #cacaca;
        border-radius: 15px;
        padding: 15px 10px;
        margin-bottom: 25px;
        min-height: 360px;
    }

    .why-diy-cont h5{
        font-size:1.22rem;
    }

.checkout .section-1-container {
    background-image: url(../img/new-images/payment-header-bg.png) !important;
    background-position: center;
    background-size: cover;
    border-radius: 0;
}

.checkout .section-1-container img{
    margin:0 auto 20px;
    display:block;
}

    .checkout .section-1-container ul li {
        color: white;
        font-size: 15px;
        font-weight: 700;
        list-style: none;
        display: flex;
        align-items:center;
    }

    .checkout .section-1-container ul li img{
        width:17px;
        margin-bottom:0;
        margin-right:5px;
    }

    .checkout .signup-form-sec {
        padding: 30px 0;
        border-radius: 20px;
    }

.steps-section .section-why-img-text
{
    max-width:327px;
    width:100%;
    margin-bottom:30px;
}

.section-8 .section-why-img-text {
    max-width: 363px;
    width: 100%;
    margin:0 auto 30px;
    display:block;
}

.btn-ul
{
    display:flex;
    padding-left:0;
    justify-content:center;
}

    .btn-ul li{
        list-style:none;
        margin:0 5px;
    }

.demo-box-cont {
    border: 1px solid #b590c2;
    border-radius: 5px;
    padding: 20px;
    height: 220px;
}

    .demo-box-cont h5 {
        color: #864298;
        font-weight:700;
    }

    .demo-box-cont p{
        margin-bottom:0;
        font-weight:500;
        font-size:14px;
    }

.signup .signup-form-sec{
    border-radius:15px;
}

.section-1-container{
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}


@media screen and (max-width: 991px) {
    #slick-1 .slick-next, #slick-1 .slick-prev {
            display: block !important;
        }

        #slick-1 .slick-next {
            margin-right: 16px !important;
        }

        #slick-1 .slick-prev {
            margin-left: 26px !important;
        }

            .display-large-medium {
                display: none !important;
            }

        .new-btn-2
        {
            height:40px;
        }

        .display-small-medium {
            display: block !important;
        }

        .banner-section img, .btn-ul img {
            max-width: 170px;
            margin: 10px auto;
            display: block;
            position: unset !important;
        }

        .header-sched-btn
        {
            height:40px;
            width:180px
        }

        .navbar-nav li a {
            margin: 0 !important;
        }

        .how-it-works-page .section-1 h4
        {
            margin-bottom:0 !important;
        }

        .demo-box-cont {
            margin: 10px 0;
        }

            .demo-box-cont img{
                width:60px;
            }

            .btn-ul {
                align-items: center;
            }

        .home .section1 h3 {
            font-size: 32px;
        }

    .banner-container-2 img.banner-img {
        max-width: 300px;
        margin:-40px auto -50px;
    }

        #slick-1 .slick-prev
        {
            top:20%;
        }

        #slick-1 .slick-next {
            top: 20%;
        }

        .steps-section .col-lg-6 {
            text-align: center;
        }

    .steps-section img {
        max-width: 200px;
        margin-bottom:80px;
    }

    .steps-header
    {
        justify-content:center;
    }

    .new-turn-key-section img {
        margin-bottom: 30px;
    }

    .sec-9-cont img.sec-9-img {
        position: unset;
        margin: 0 auto;
        display: block;
    }

    .banner-container-2 .get-started-cont
    {
        margin-bottom:0;
    }

    .credit-offer-sec
    {
        padding-bottom:0 !important;
    }

    .home .section1.new-year-banner.second-row{
        padding-bottom:0 !important;
    }

    .section-8 {
        padding-bottom: 0 !important;
    }

    .section-9 img {
        width: 220px !important;
    }

    .section-9 h2 span {
        font-size: 40px;
    }

    .enterprise .enterprise-section-2
    {
        text-align:center;
    }

    body .signup .login-bg {
        padding: 50px 0 !important;
    }
    .checkout-content
    {
        margin:0 15px;
    }
}

@media screen and (max-width: 575px)
{

    .banner-container
    {
        padding: 30px 0;
    }

    .banner-section h1 {
        font-size: 25px;
    }

    .banner-section h4 {
        font-size: 16px !important;
    }

    .banner-container ul {
        padding-left: 30px;
        width: 345px;
    }

    .home .credit-offer-sec p
    {
        text-align:left;
    }

    .promo-price-section h2
    {
        font-size:20px;
    }

    .sec-9-cont img.sec-9-img
    {
        width:100% !important;
    }

    .footer a {
        padding: 5px;
        display: block;
    }

    .faqs-btn img{
        width:220px !important;
    }

    .section-8 p.mt-5
    {
        text-align:center;
    }

    .credit-offer-sec h2 {
        font-size: 35px;
    }

    .banner-section h1 span
    {
        font-size:2.5rem;
    }

    .banner-section .four-Sites {
        max-width: 100%;
        margin:30px auto;
    }

    .section1 h5, .section1 p {
        font-size: 20px !important;
    }

    .navbar-expand-lg .navbar-nav li
    {
        margin:15px 0;
    }

    .section-9 h2 {
        font-size: 32px;
    }

    .enterprise .contact-form p{
        font-size:20px;
    }

    .footer a {
        font-size: 14px;
        display: inline-flex;
    }

    .signup .signup-form-sec
    {
        padding:30px 0 !important;
    }

    .signup-form-sec .first-col
    {
        margin-top:0 !important;
    }

    .signup-form-sec .first-col h3 {
        margin-top: 0 !important;
        font-size: 25px !important;
    }

    .section-1-container {
        margin: 0 15px;
    }

    .signup-2 .form-container
    {
        padding:0 15px;
    }

    .signup-form-sec h2
    {
        font-size:28px !important;
    }

    .signup-form-sec .section-1-container
    {
        padding:15px;
    }

    .section-why-diy h2 {
        font-size: 26px;
    }

    .calculator-sec
    {
        padding:30px 0 !important;
    }

        .calculator-sec h3 {
            font-size: 20px !important;
            margin-bottom: 30px !important;
        }

    .new-turn-key-section h2 {
        font-size: 24px;
    }

    .steps-section img {
        max-width: 160px;
        margin-bottom: 0;
    }

    .steps-section p
    {
        margin-bottom:30px;
    }

    .steps-section h5 {
        margin-bottom: 50px;
    }

}



/*Enterprise*/

.enterprise-img
{
    position:unset;
}

.enterprise .banner-container
{
    padding:0 15px 30px;
}

.enterprise .section-1
{
    padding:50px 0 0;
}

.enterprise .enterprise-section-2{
    background-image:url(../img/new-images/enterprise-main-bg.png);
    background-position:center;
    background-size:cover;
    padding:50px 0;
    color:white;
}

.enterprise .section-9{
    padding-top:80px;
}

.enterprise .contact-section
{
    padding-bottom:50px;
}

.enterprise .contact-form {
    padding: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 3px 12px -1px rgba(87,87,87,1);
    -moz-box-shadow: 0px 3px 12px -1px rgba(87,87,87,1);
    box-shadow: 0px 3px 12px -1px rgba(87,87,87,1);
}

.enterprise .form-control{
    border-color:black;
    border-radius:5px;
    height:40px;
}

.enterprise .enterprise-section-3 {
    margin-top:-80px;
}

.enterprise-banner-img
{
    margin-top:-40px;
}

@media screen and (max-width: 991px) {
    .enterprise .section-9
    {
        padding-top:50px;
    }

    .enterprise-banner-img
    {
        margin-top:20px;
        margin-bottom:20px;
    }

    .enterprise-section-2 img{
        margin-bottom:20px;
    }

    .enterprise .enterprise-section-3 {
        margin-top: 0;
    }
}

@media screen and (max-width: 413px)
{
    .header-sched-btn {
        height: 40px;
        width: 156px;
        margin: 0 auto;
    }

    .new-btn-2
    {
        height:32px;
    }

    .btn-ul
    {
        display:block;
    }

    .banner-container ul li
    {
        font-size:14px;
    }
}

