.buy-form-lbl {
    text-align: center;
    width: 100%;
    font-size: 20px;
    color: #0F2858;
}

    .buy-form-lbl span {
        font-size: 14px;
    }

.tp-box {
    padding-top: 0.7rem;
}

.es-widget-container {
    text-align: right !important;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

    .footer-links li {
        list-style-type: none;
    }

        .footer-links li a {
            color: white;
        }

.partner-img {
    max-width: 150px;
    margin: 0 auto;
    display: flex;
}

.ribbon-bg {
    background: rgba(255,255,255,0.40);
}

.required {
    color: red;
}

.bypass-msg {
    font-size: 13px;
    color: red;
}

.quform-elements > .row {
    margin-bottom: 40px;
}

.dashed {
    border-bottom: 0.5px dashed;
    margin: 30px 0;
}

.hidden {
    display: none !important;
}

[data-tooltip]:hover::after {
    display: block;
    position: absolute;
    content: attr(data-tooltip);
    border: 1px solid #cf132b;
    background: #cf132b;
    padding: .25em;
    color: white;
    border-radius: 4px;
}

.tooltip-round {
    background-color: #cf132b;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 12px;
    color: white;
    position: relative;
    top: -5px;
}

.declaration-box {
    padding: 0 15px;
}

.declaration {
    border: 1px solid red;
    border-radius: 5px;
    padding: 20px;
}

.timeline-img {
    max-width: 60%;
    margin: 0 auto;
    display: flex;
}

/** FEEFO **/
.review-container {
    padding: 10px;
    background-color: white;
}

.review-rating {
    display: flex;
    justify-content: space-between;
}

    .review-rating img {
        max-width: 100px;
    }

.review-rating-box {
    text-align: left;
    display: flex;
    flex-direction: column;
}

.review-rating-points {
    font-size: 28px;
    margin: 5px 0;
}

.review-basedon-text {
    font-size: 11px;
}

.review-logo-box {
    display: flex;
    justify-content: space-between;
}

    .review-logo-box img {
        width: 70px;
    }

.rating-box {
    position: relative;
    vertical-align: middle;
    font-size: 1.2em;
    font-family: FontAwesome;
    display: inline-block;
}

    .rating-box:before {
        content: "\f006 \f006 \f006 \f006 \f006";
    }

    .rating-box .rating {
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap;
        overflow: hidden;
    }

        .rating-box .rating:before {
            content: "\f005 \f005 \f005 \f005 \f005";
        }

.star-color-red {
    color: #CF132B;
}

.star-color-yellow {
    color: #FDDC47;
}

.grw-net-widget-four {
    border: none !important;
}

.l-link {
    color: #CF132B;
    text-decoration: none;
}
.recom {
    flex-direction: column;
    align-items: center;
    height: 100%;
}

@media screen and (max-width: 992px) {
    .partner-img {
        padding: 4rem;
    }
}

@media screen and (max-width: 768px) {
    .partner-img {
        padding: 3rem;
    }
}
