body {
    font-family: Montserrat, sans-serif;
    color: #000000;
    font-weight: 400;
}

.fp-butterfly-logo {
    width: 30%;
}

.fp-logo {
    width: 35%
}

ul > li > span, ol > li > span {
    color: #000000;
}

.install-the-app-btn {
    margin: -35px 7px 9px -91px;
    text-transform: uppercase;
}

.install-the-app-btn_b img{
    width: 250px;
}

.store-links img {
    width: 150px;
}

.btn-wizard-button {
    color: #fff;
    background-color: #b4d445;
    border-color: #b4d445;
    border-radius: 30px;
}

.stars img {
    width: 55%;
}

.btn-wizard-button:hover {
    color: #000;
    background-color: #b4d445;
    border-color: #b4d445;
}

.review-box img {
    width: 125%;
}

.is-easy img {
    width: 100px;
}

.alt-background {
    background-color: #f5f3f2;
}

.position-sticky .sticky-text {
    font-size: 0.6rem;
}

.position-sticky .sticky-text img {
    width: 20%;
}

@media (max-width: 576px) {
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

#footer .container-inner a {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #fff;
}
#footer .container-inner {
    color: #fff;
    padding-top: 16px;
    text-align: center;
    font-size: 0.9rem;
}

#footer_link_modal_privacy, #footer_link_modal_terms {
    font-size: 0.7rem;
}

#footer_link_modal .fp-color {
    color: #4cc2c4;
}

.modal-content a, .section-title {
    color: #33cccc;
}

.modal-content {
    border: inherit;
}

.information-table, .reviews .container {
    xfont-size: 0.8rem;
}

.carousel-fs {
    font-size: 0.8rem;
}

.slick-slide {
    background-color: #f9f5f5;
    margin-left: 6.5px !important;
    min-height: 165px !important;
    max-height: 165px !important;
}

.mydeal .slick-slide {
    margin-left: 1px !important;
    background-color: inherit !important;
    min-height: inherit !important;
    max-height: inherit !important;
}

.carousel-fs .row {
    margin-right: 0;
    margin-left: 0;
}

.carousel-fs .col-12 {
    padding-right: 0;
    padding-left: 0;
}

.cursor-pointer {
    cursor: pointer;
}



