.kits-final-recommendation {
    background-color: #c0c9eb !important;
}

.kits-final-recommendation .recommended-solar-kits {
    display: block;
    color: black;
    font-size: 32px;
    font-family: GothamRoundedBold, serif;
    font-weight: 100;
    text-align: center;
}

.left-block {
    width: 49.5%;
    float: left;
    margin-right: 0.5%;
}

.right-block {
    width: 49.5%;
    float: left;
    margin-left: 0.5%;
}

.tab-sub-head {
    background: #fff;
}

.tab-sub-head .wrap-two {
    font-size: 16px;
    padding: 30px 50px;
}

.header-block-solar .wrap-one {
    background-color: #5cacec;
    padding: 10px;
}

.header-block-solar .wrap-two p {
    color: rgba(0,0,0,0.8);
    font-size: 18px;
    text-align: center;
}

.header-block-solar .wrap-one p {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.header-block-solar {
    margin-bottom: 15px;
}

.rec-single-response-block .header-block-solar {
    margin-left: 10px;
    margin-right: 10px;
}

.kit-color-one {
    padding: 20px;
}

.kit-color-one .mobile-res {
    padding-left: 12px;
    padding-right: 0px;
    position: relative;
}

.rec-pro-option {
    position: relative;
}

.rec-pro-option .detailed-specifications {
    position: absolute;
    right: 0;
    bottom: 0;
}

.margin-bottom-shadow {
    margin-bottom: 15px;
}

.kit-color-two .kit-color-two-price-block-bottom {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.benifit-card {
    text-align: center;
    position: relative;
}

.benifit-card:before {
    content: url("../../images/codilar-two/benifits/top_icon.png");
    position: absolute;
    left: 10px;
    top: 8px;
}

.benifit-card .image {
    margin-bottom: 0;
}

.benifit-card .head {
    margin-bottom: 25px;
    padding-top: 15px;
}

.benifit-card .head h3 {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.34);
    width: 80%;
    margin: auto;
    padding-bottom: 9px;
}

.benifit-card .value-details {
    width: 90%;
    margin: auto;
}

.benifit-card .value-details p.value {
    color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    font-size: 30px;
}

.benifit-card .value-details p.unit {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
}

.environment-values {
    display: inline-block;
    width: 100%;
}

.environment-values .system-reduce {
    display: inline-block;
    width: 40%;
    float: left;
    position: relative;
}

.environment-values .system-reduce p.text {
    margin-bottom: 11px;
}

.environment-values .equal-to {
    display: inline-block;
    width: 20%;
    float: left;
}

.environment-values .equal-to p.text {
    margin-bottom: 14px;
    margin-top: 39px;
}

.environment-values div.equal-to img.image {
    width: auto;
}

.environment-values .planting-trees {
    display: inline-block;
    width: 40%;
    float: left;
    position: relative;
}

.environment-values .planting-trees p.text {
    margin-bottom: 16px;
}

.environment-values div p.text {
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.environment-values div img.image {
    width: 64%;
    margin-bottom: 10px;
}

.environment-values .system-reduce .value {
    position: static;
    top: 50%;
    width: 100%;
}

.environment-values .system-reduce .value p {
    color: white;
    font-size: 13px;
    position: static;
    right: 10px;
}

.environment-values .system-reduce .value p span.main-value {
    font-family: GothamRoundedBold;
    font-size: 30px;
}

.environment-values .system-reduce .value p span.unit {
    display: inline-block;
    font-family: GothamRoundedBold;
    font-size: 30px;
    margin-left: 10px;
}

.environment-values .planting-trees .value {
    position: static;
    top: 30%;
    width: 100%;
}

.environment-values .planting-trees .value p {
    color: white;
    font-size: 13px;
    position: relative;
    right: 0;
}

.environment-values .planting-trees .value p span.main-value {
    font-family: GothamRoundedBold;
    font-size: 29px;
    display: inline-block;
    margin-right: 10px;
}

.rec-single-response-block.recommend-blocks {
    margin: 0;
    width: 100%;
    display: inline-block;
}

.rec-single-response-block.recommend-blocks .rec-single-block {
    display: inline-block;
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
}

.benifit-card .payback-note {
    color: white;
    font-size: 10px;
    font-style: italic;
    right: 15px;
    position: absolute;
}

@media (max-width: 800px) {
    .tab-sub-head {
        display: none;
    }

    .left-block {
        width: 100%;
        float: left;
        margin-right: 0;
    }

    .right-block {
        width: 100%;
        float: left;
        margin-left: 0;
    }

    .recommend-blocks {
        display: none;
    }

    .recommend-blocks.active {
        display: block;
    }

    .kits-final-recommendation .recommended-solar-kits {
        text-align: center;
        font-size: 22px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .environment-values .planting-trees p.text {
        margin-bottom: 10px;
    }

    .environment-values div p.text {
        font-size: 12px;
    }

    .environment-values .planting-trees .value p {
        font-size: 13px;
    }

    .environment-values .equal-to p.text {
        margin-bottom: 14px;
        margin-top: 20px;
    }

    .environment-values .system-reduce .value p span.unit {
        font-size: 14px;
    }

    .environment-values .system-reduce .value p span.main-value {
        font-size: 18px;
    }

    .environment-values .system-reduce .value p {
        font-size: 11px;
    }

    .rec-single-response-block.recommend-blocks .rec-single-block {
        margin: 0;
        width: 100%;
    }

    .benifit-card .head h3 {
        font-size: 15px;
    }
}