@media (max-width: 768px) {
    .features-area {
        padding-top: 0;
    }
}


.features-area .col-lg-3:last-child .single-features {
    border-right: 0;
}

@media (max-width: 575px) {
    .features-area .col-lg-3:last-child .single-features {
        margin-top: 30px;
    }
}

.features-area .col-lg-3:nth-child(3) .single-features {
    margin-bottom: 0;
}

,
.features-area .col-lg-3:nth-child(4) .single-features {
    margin-bottom: 0;
}

.section_gap {
    padding: 10px 0;
    background: #f9f9f9;
}

@media (max-width:991px) {
    .section_gap {
        padding: 80px 0;
    }
}

.features-inner {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px 0;
}

.single-features {
    text-align: center;
    border-right: 1px solid #eeeeee;
}

@media (max-width: 991px) {
    .single-features {
        border-right: none;
        margin-bottom: 30px;
    }
}

.features-inner .f-icon {
    margin-bottom: 20px;
}

.single-features .f-icon img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 32px;
}

.single-features h6 {
    font-size: 16px;
    margin-bottom: 0;
    color: #222222;
    font-weight: 500;
    line-height: 1.2 !important;
}

.single-features p {
    margin-bottom: 0;
}

.exclusive-deal-area {
    background: #f9f9f9;
    padding-top: 60px;
    padding-bottom: 60px;
}

    .exclusive-deal-area .exclusive-left {
        position: realtive;
        background-size: cover;
        text-align: center;
    }

        .exclusive-deal-area .exclusive-left .clock_sec.row {
            margin-right: 0;
            margin-left: 0;
        }

@media (max-width: 1440px) {
    .exclusive-deal-area .exclusive-left .clock_sec {
        padding: 0 75px;
    }
}

@media (max-width: 575px) {
    .exclusive-deal-area .exclusive-left .clock_sec {
        padding: 0 15px;
    }
}


.exclusive-deal-area .clockdiv > div > h1 {
    color: #222222;
}

.exclusive-deal-area .exclusive-left .clock_sec .clock-wrap {
    background: #fff;
    padding: 18px 0;
    border-radius: 5px;
}

    .exclusive-deal-area .exclusive-left .clock_sec .clock-wrap .clockinner {
        color: #222222;
        border-right: 1px solid #eee;
    }

        .exclusive-deal-area .exclusive-left .clock_sec .clock-wrap .clockinner:last-child {
            border-right: 0px;
        }

        .exclusive-deal-area .exclusive-left .clock_sec .clock-wrap .clockinner h1 {
            color: #222222;
            margin-bottom: 0;
        }



.block-5 ul li.email:before {
    content: "\f0e0";
}

.block-5 ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
    color: #25262a;
}

    .block-5 ul li:before {
        top: 0;
        font-family: "icomoon";
        content: "";
        position: absolute;
        left: 0;
        font-size: 20px;
        line-height: 1;
        color: #207dff;
    }

.off {
    color: #222222;
}

    .off strong {
        background-color: red;
        padding: 2px 10px;
        border-radius: 5px;
        color: #f9f9f9;
    }

.table-responsive table tr td {
    border-top: 0px;
}

.table-responsive table tr {
    border-bottom: 1px solid #dee2e6;
}

    .table-responsive table tr:last-child {
        border-bottom: 0px;
    }

.total_rate .box_total {
    background: #f9f9f9;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .total_rate .box_total h5 {
        color: #222222;
        margin-bottom: 0px;
        font-size: 24px;
    }

    .total_rate .box_total h4 {
        font-size: 48px;
        font-weight: bold;
        background: -webkit-linear-gradient(90deg, #ffba00 0%, #ff6c00 100%);
        background: -moz-linear-gradient(90deg, #ffba00 0%, #ff6c00 100%);
        background: -o-linear-gradient(90deg, #ffba00 0%, #ff6c00 100%);
        background: linear-gradient(90deg, #ffba00 0%, #ff6c00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .total_rate .box_total h6 {
        color: #222222;
        margin-bottom: 0px;
        font-size: 14px;
        color: #777777;
        font-weight: normal;
    }

.total_rate .rating_list h3 {
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 10px;
}

.total_rate .rating_list {
    margin-bottom: 30px;
}


    .total_rate .rating_list h3 {
        font-size: 18px;
        color: #222222;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .total_rate .rating_list .list {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .total_rate .rating_list .list li {
            font-size: 14px;
            line-height: 24px;
        }

            .total_rate .rating_list .list li a {
                font-size: 14px;
                color: #777777;
            }

                .total_rate .rating_list .list li a i {
                    color: #fbd600;
                }

.review_item {
    margin-bottom: 15px;
}

    .review_item .media {
        position: relative;
    }

        .review_item .media .d-flex {
            padding-right: 15px;
        }

            .review_item .media .d-flex img {
                width: 34px;
            }

        .review_item .media .media-body {
            vertical-align: middle;
            align-self: center;
            flex: 1;
            -ms-flex: 1;
        }

            .review_item .media .media-body h4 {
                margin-bottom: 0px;
                font-size: 14px;
                color: #222222;
                font-family: "Roboto", sans-serif;
                margin-bottom: 8px;
            }

    .review_item p {
        padding-top: 10px;
        margin-bottom: 0px;
    }


.product_img img {
    width: 100%;
}

#order_form[novalidate="novalidate"] {
    color: red;
}

#bill_form[novalidate="novalidate"] {
    color: red;
}