*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*block6*/
.top-footer {
    background: #01c07e;
}

    .top-footer h4 {
        font-family: "Nilland",Sans-serif;
        font-size: 1.875em;
        font-weight: 400;
        letter-spacing: 2px;
        color: #fff;
    }

    .top-footer p {
        color: #fff;
        font-size: 1em;
        font-weight: 400;
        color: #fff;
        font-family: "Roboto",Sans-serif;
        font-weight: 300;
    }

.black-btn {
    background-color: #000;
    font-family: "Roboto",Sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.blue-btn {
    background-color: #006bcd;
    font-family: "Roboto",Sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.email {
    font-size: 18px;
    min-height: 47px;
    padding: 6px 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
/*Footer*/
.footer {
    background-color: rgba(198,218,236,.3);
}

.footer-content p {
    color: rgba(0,0,0,.8);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -.2px;
    font-family: "Roboto",Sans-serif;
}

.wd-br {
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: rgba(35,164,85,.08);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
}

.footer-terms h3 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .9px;
    font-weight: 300;
    margin-top: -35px;
    margin-bottom: 35px;
    text-decoration: underline;
    font-family: "Nilland",Sans-serif;
}

.terms-cont {
    list-style: none;
}

    .terms-cont ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .terms-cont li {
        padding-bottom: calc(14px/2);
        font-size: 12px;
        font-weight: 400;
        font-family: "Roboto",Sans-serif;
        margin-bottom: 12px;
        display: block;
    }

    .terms-cont a {
        color: #000;
        font-size: 16px;
    }

.badges {
    margin: auto;
    display: block;
    text-align: center;
}

.icons:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fab {
    font-family: "Font Awesome 5 Brands";
}

.icons {
    margin: auto;
}


.cards-footer {
    padding: 15px;
    background: #000;
    color: #fff;
}

    .cards-footer p {
        color: #fff;
        font-size: 14px;
    }


.soc-med {
    margin: auto;
    display: block;
}

@media only screen and (min-width: 768px) {
    .top-footer h4 {
        font-family: "Nilland",Sans-serif;
        font-size: 2.5em;
        font-weight: 400;
        letter-spacing: 2px;
        color: #fff;
    }

    .top-footer p {
        color: #fff;
        font-size: 1.2em;
        font-weight: 400;
        color: #fff;
        font-family: "Roboto",Sans-serif;
        font-weight: 300;
    }

    .footer-terms {
        padding: 44px;
    }
}

@media only screen and (max-width: 768px) {

    .terms-cont li {
        display: inline-block;
    }
}
