body {
    background-color: #fff;
    font-family: Roboto, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

h1 {
    margin: 10px 0px;
    color: #8a6d2f;
    font-size: 44px;
    line-height: 54px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0px;
    text-shadow: none;
}

h2 {
    margin: 0px 0px 27px;
    color: #8a6d2f;
    font-size: 38px;
    line-height: 36px;
    font-weight: 300;
    text-shadow: none;
}

h3 {
    margin: 5px 0px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    text-shadow: none;
}

h4 {
    margin: 10px 0px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

h5 {
    margin: 10px 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

h6 {
    margin: 10px 0px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

p {
    margin-top: 0px;
    margin-bottom: 5px;
    padding-right: 60px;
    padding-left: 60px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 23px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0px;
    text-shadow: none;
}

.button {
    display: block;
    width: 30%;
    height: 54px;
    margin-left: -1px;
    padding: 4px 29px;
    float: left;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #a8863d;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
}

    .button:hover {
        background-color: #18c7aa;
    }

.field {
    width: 70%;
    height: 54px;
    padding-right: 20px;
    padding-left: 20px;
    float: left;
    border: 0px solid #000;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #fff;
    box-shadow: inset 0 0 8px 0 transparent;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    color: #806732;
    font-size: 18px;
    font-weight: 300;
}

    .field:focus {
        box-shadow: inset 0 0 0 2px #b59143;
    }

.sign-up-form {
    margin-top: 40px;
}

.social-widget {
    width: 100px;
    float: left;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.social-widget-wrapper {
    display: block;
    width: 223px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
}

.success-message {
    padding: 20px;
    border-radius: 2px;
    background-color: #b59143;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
}

.spread-word {
    margin-top: 20px;
    margin-bottom: 9px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-shadow: none;
}

.error-message {
    padding-bottom: 5px;
    border-radius: 2px;
    background-color: #5c3245;
}

.bar {
    width: 14.285%;
    height: 7px;
    float: left;
    background-color: #1abc9c;
}

.container {
    display: block;
    padding-right: 70px;
    padding-left: 70px;
}

.social-section {
    padding-top: 0px;
    padding-bottom: 58px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1d4ab2), to(#fff));
    background-image: linear-gradient(180deg, #1d4ab2, #fff);
    text-align: center;
}

.share-btn {
    display: inline-block;
    width: 61px;
    margin-right: 14px;
    margin-left: 14px;
}

.share-wrapper {
    margin-top: 32px;
}

.contact-btn {
    margin-left: 17px;
    padding-right: 2px;
    padding-left: 2px;
    opacity: 0.15;
    color: #262c46;
}

    .contact-btn:hover {
        opacity: 0.7;
    }

    .contact-btn.footer {
        margin-right: 9px;
        margin-left: 9px;
    }

.login-btn {
    margin-left: 17px;
    padding-right: 2px;
    padding-left: 2px;
    opacity: 0.15;
    color: #262c46;
}

    .login-btn:hover {
        opacity: 0.7;
    }

    .login-btn.footer {
        margin-right: 9px;
        margin-left: 9px;
    }

.navbar {
    padding-top: 23px;
    padding-bottom: 23px;
    background-color: #fff;
}

.right-nav {
    padding-top: 2px;
    text-align: right;
}

.brand {
    display: inline-block;
    color: #333;
    font-size: 32px;
    line-height: 22px;
    font-weight: 500;
}

.logo {
    margin-top: -10px;
    margin-right: 13px;
}

    .logo.footer {
        display: block;
        margin: 0px auto 21px;
    }

.section {
    padding-top: 81px;
    padding-bottom: 81px;
    text-align: center;
}

    .section.hero {
        display: block;
        padding-top: 92px;
        padding-bottom: 60px;
        border: 1px none #000;
        background-color: #1d4ab2;
        text-align: center;
    }

        .section.hero.success {
            background-color: #18c7aa;
        }

    .section.grey {
        padding-bottom: 50px;
        background-color: #f2f2f2;
    }

.grey-heading {
    margin-top: 25px;
    margin-bottom: 25px;
    color: rgba(0, 0, 0, 0.56);
    font-size: 30px;
    text-shadow: none;
}

.image-crop {
    overflow: hidden;
    height: 368px;
    margin-top: 39px;
    margin-bottom: -81px;
}

.phone-image {
    width: auto;
    max-height: 300px;
}

.infinite {
    margin-top: 52px;
    opacity: 0.15;
}

.body {
    font-family: Poppins, sans-serif;
}

.heading {
    color: #fff;
    font-size: 39px;
    line-height: 40px;
    font-weight: 500;
    text-align: left;
}

.heading-2 {
    margin-top: 25px;
    color: #fff;
}

.text-block {
    color: #262c46;
}

.text-block-2 {
    margin-left: auto;
    padding: 10px 40px;
    border-style: none;
    border-width: 1.5px;
    border-color: #5d49e0;
    border-radius: 30px;
    background-color: #1d4ab2;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

.link-block {
    padding-top: 0px;
    border: 1px none #000;
    border-radius: 30px;
    background-color: transparent;
    color: transparent;
    text-decoration: none;
}

.div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.link {
    color: #333;
    text-decoration: none;
}

.subcontent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}

.text-block-4 {
    margin-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
    color: #333;
    line-height: 22px;
    text-align: center;
}

.signup-btn {
    margin-top: 40px;
    padding-right: 60px;
    padding-left: 60px;
    border-style: none;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    background-color: #f7c85b;
    box-shadow: 1px 1px 7px 0 #272424;
    color: #1d4ab2;
    text-decoration: none;
}

.heading-3 {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #1d4ab2;
    font-size: 30px;
}

.hero-img {
    border-radius: 5px;
}

.paragraph {
    color: rgba(0, 0, 0, 0.64);
    font-weight: 400;
}

.paragraph-2 {
    color: rgba(0, 0, 0, 0.55);
    font-size: 23px;
}

.text-span {
    color: #fff;
    font-weight: 400;
}

.columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.list {
    margin-bottom: 0px;
    padding: 40px 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(29, 74, 178, 0.4);
    border-radius: 5px;
    background-color: #1d4ab2;
    color: rgba(255, 255, 255, 0.89);
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    text-align: center;
}

.pricing {
    margin-top: 25px;
}

.list-item {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
}

.list-item-2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.list-item-3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.price {
    font-size: 40px;
}

.price-btn {
    border-radius: 30px;
    background-color: #f7c85b;
    color: #1d4ab2;
}

.link-block-4 {
    text-decoration: none;
}

.column {
    padding-top: 60px;
}

.columns-2 {
    margin-bottom: 60px;
}

.columns-3 {
    margin-top: auto;
    margin-bottom: 40px;
}

.text-block-5 {
    margin-left: 20px;
    font-size: 20px;
}

.custom-container {
    display: block;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.text-block-6 {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
}

.div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.background-video {
    overflow: hidden;
}

.column-3 {
    margin-top: 50px;
}

.text-block-7 {
    color: rgba(49, 43, 61, 0.89);
    text-align: center;
}

.text-block-8 {
    color: rgba(49, 43, 61, 0.89);
}

.text-block-9 {
    color: #333;
}

.popup-wrap {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 99999;
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgba(29, 74, 178, 0.35);
}

.popup {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 600px;
    height: 500px;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    margin: auto;
    padding-top: 0px;
    padding-right: 60px;
    padding-left: 60px;
    border-style: solid;
    border-width: 1px;
    border-color: #888;
    background-color: #fefefe;
}

.heading-4 {
    margin-top: 20px;
    color: #1d4ab2;
    font-size: 44px;
    font-weight: 400;
    text-align: center;
}

.column-5 {
    padding-left: 0px;
}

.form-block {
    position: relative;
}

.contact-us-header {
    margin-top: 40px;
    color: #1d4ab2;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}

.submit-button {
    position: static;
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 20px;
    background-color: #f7c85b;
    color: #1d4ab2;
    font-weight: 500;
    text-align: left;
}

.form {
    display: block;
}

.textarea {
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(29, 74, 178, 0.5);
    border-radius: 5px;
}

.div-block-3 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding: 10px;
    cursor: pointer;
}

.field-label {
    color: #1d4ab2;
    font-weight: 600;
}

.field-label-2 {
    color: #1d4ab2;
    font-weight: 600;
}

.field-label-3 {
    color: #1d4ab2;
    font-weight: 600;
}

.field-label-4 {
    color: #1d4ab2;
    font-weight: 600;
}

.field-label-5 {
    color: #1d4ab2;
    font-weight: 600;
}

.text-field {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(29, 74, 178, 0.5);
    border-radius: 5px;
}

.text-field-2 {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(29, 74, 178, 0.5);
    border-radius: 5px;
}

.text-field-3 {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(29, 74, 178, 0.5);
    border-radius: 5px;
}

.text-field-4 {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(29, 74, 178, 0.5);
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
    h1 {
        text-shadow: none;
    }

    p {
        text-shadow: none;
    }

    .button {
        width: 30%;
    }

    .field {
        width: 70%;
    }

    .contact-btn {
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .contact-btn:hover {
            opacity: 0.8;
        }

    .section {
        padding-top: 40px;
    }

        .section.hero {
            padding-top: 60px;
            padding-bottom: 60px;
        }

    .grey-heading {
        font-size: 25px;
        line-height: 28px;
    }

    .heading {
        font-size: 27px;
        line-height: 32px;
    }

    .subcontent {
        margin-left: 10px;
        font-size: 14px;
    }

    .text-block-4 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .heading-3 {
        font-size: 30px;
    }

    .list {
        margin-right: 20px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .list-item {
        font-size: 14px;
        line-height: 20px;
    }

    .price {
        font-size: 32px;
    }

    .price-btn {
        font-size: 17px;
    }

    .column {
        padding-top: 0px;
    }

    .text-block-5 {
        font-size: 18px;
    }

    .custom-container {
        padding-left: 20px;
    }

    .text-block-6 {
        font-size: 18px;
    }

    .image {
        max-width: 100%;
    }

    .column-3 {
        margin-top: 90px;
    }

    .column-6 {
        padding-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        text-shadow: none;
    }

    p {
        text-shadow: none;
    }

    .button {
        width: 40%;
    }

    .field {
        width: 60%;
    }

    .container {
        padding-right: 33px;
        padding-left: 33px;
    }

    .social-section {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .section.hero {
        padding-top: 26px;
        padding-bottom: 26px;
    }

    .heading {
        font-size: 29px;
        text-align: left;
    }

    .heading-3 {
        font-size: 22px;
        font-weight: 400;
    }

    .hero-img {
        display: inline-block;
        max-width: 90%;
        margin-top: 20px;
    }

    .list {
        max-width: 255px;
        min-width: 255px;
        margin-right: 0px;
    }

    .columns-2 {
        margin-bottom: 20px;
    }

    .image-2 {
        max-width: 90%;
    }

    .column-3 {
        margin-top: 20px;
    }

    .column-4 {
        margin-bottom: 40px;
    }

    .popup {
        width: 560px;
    }

    .column-6 {
        padding-left: 0px;
    }

    .form {
        position: relative;
        bottom: 18px;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 36px;
        line-height: 46px;
        text-shadow: none;
    }

    h2 {
        font-size: 30px;
        line-height: 31px;
        text-shadow: none;
    }

    p {
        padding-right: 18px;
        padding-left: 18px;
        text-shadow: none;
    }

    .button {
        width: 100%;
        margin-left: 0px;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    .field {
        width: 100%;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        text-align: center;
    }

    .social-widget {
        width: 96px;
    }

    .social-widget-wrapper {
        display: block;
        width: 194px;
        margin-right: auto;
        margin-bottom: 15px;
        margin-left: auto;
    }

    .container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .social-section {
        margin-top: 0px;
        padding-right: 14px;
        padding-left: 14px;
    }

    .left-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .brand {
        display: inline-block;
        font-size: 19px;
    }

    .logo {
        margin-top: 0px;
    }

    .section {
        padding-top: 47px;
        padding-bottom: 47px;
    }

    .grey-heading {
        font-size: 20px;
        text-shadow: none;
    }

    .image-crop {
        height: 278px;
        margin-bottom: -60px;
    }

    .phone-image {
        width: auto;
    }

    .heading {
        font-size: 24px;
        text-align: left;
    }

    .div-block {
        margin: 20px 10px 0px;
    }

    .subcontent {
        margin-bottom: 20px;
        margin-left: 10px;
    }

    .signup-btn {
        margin-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .heading-3 {
        max-width: none;
        font-size: 14px;
        font-weight: 500;
    }

    .link-block-3 {
        font-size: 13px;
    }

        .link-block-3.w--current {
            font-size: 14px;
        }

    .hero-img {
        display: none;
    }

    .paragraph-2 {
        font-size: 20px;
    }

    .list {
        margin-right: 0px;
    }

    .list-item {
        font-size: 18px;
    }

    .link-block-4 {
        margin-right: 0px;
    }

    .column {
        margin-top: 20px;
    }

    .text-block-5 {
        font-size: 15px;
    }

    .custom-container {
        padding-left: 0px;
    }

    .text-block-6 {
        font-size: 15px;
    }

    .image-3 {
        max-width: 100%;
    }

    .column-2 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .column-3 {
        margin-top: auto;
    }

    .popup-wrap {
        display: none;
    }

    .popup {
        display: block;
        width: 320px;
    }

    .contact-us-header {
        color: #1d4ab2;
        font-size: 23px;
        text-align: center;
    }

    .column-6 {
        padding-left: 0px;
    }
}


.link-block-4 {
    width: 100%;
    max-width: 330px;
}

.pricing-img-container {
    padding: 30px;
}

    .pricing-img-container > img {
        max-width: 480px;
        width: 100%;
    }

@media(max-width: 1400px) {
    .link-block-4 {
        width: 100%;
        max-width: 290px;
    }

    .list-item {
        margin-top: 0px;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .price-btn {
        margin-top: 25px;
    }

    .basic-option {
        text-align: right;
    }
}

@media(max-width: 991px) {
    .basic-option {
        text-align: center;
    }
}

@media(max-width: 767px) {
    .basic-option {
        margin-bottom: 15px;
    }
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 680px;
    width: 100%;
    position: relative;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 4px;
    right: 5px;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }


.terms-wrapper {
    background-color: white;
    padding: 15px;
    padding-top: 0;
    padding-right: 0;
}

    .terms-wrapper .terms-container {
        height: 100%;
        max-height: 450px;
        overflow-y: scroll;
    }

        .terms-wrapper .terms-container h2 {
            font-size: 1.5em;
            margin-top: 1rem;
            margin-bottom: 1rem;
            color: #333;
        }

        .terms-wrapper .terms-container p {
            font-size: 1.2em;
            padding-right: 0;
            padding-left: 0;
            color: #333;
            line-height: 24px;
        }

        .terms-wrapper .terms-container ul {
            color: #333;
            font-size: 1.2em;
            font-weight: 100;
            line-height: 24px;
        }

.privacy-wrapper {
    background-color: white;
    padding: 15px;
    padding-top: 0;
    padding-right: 0;
}

    .privacy-wrapper .privacy-container {
        height: 100%;
        max-height: 450px;
        overflow-y: scroll;
    }

        .privacy-wrapper .privacy-container h2 {
            font-size: 1.5em;
            margin-top: 1rem;
            margin-bottom: 1rem;
            color: #333;
        }

        .privacy-wrapper .privacy-container p {
            font-size: 1.2em;
            padding-right: 0;
            padding-left: 0;
            color: #333;
            line-height: 24px;
        }

        .privacy-wrapper .privacy-container ul {
            color: #333;
            font-size: 1.2em;
            font-weight: 100;
            line-height: 24px;
        }

btn-termsModal,
#btn-privacyModal {
    margin: 0 15px;
}
