/* Contact Form */

.cnct-form-col-left {
    width: 48%;
    float: left;
}

.cnct-form-col-right {
    width: 48%;
    float: right;
}

.cnct_frm, .cnct_frm_txt {
    border: 1px solid #dddddd !important;
    border-radius: 0 !important;
    color: #555555 !important;
    padding: 10px !important;
    width: 100%;
}

.cnct_frm-phone {
    border: 1px solid #dddddd !important;
    border-radius: 0 !important;
    color: #555555 !important;
    width: 100%;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.cnct_frm_btn {
    background-color: #d33131 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease-out;
    border: none !important;
    border-radius: 0px !important;
    padding: 15px 30px !important;
}

.cnct_frm_btn:hover {
    background-color: #f55d5d !important;
}

.contact-from-btn-section {
    text-align: center;
}

/* Slider */

.slider_btn {
    background-color: #d33131 !important;
    color: #fff !important;
    padding: 15px 30px;
    font-size: 15px !important;
}

/* Testimonial Home */
.testimonial-section {
    overflow-x: hidden !important;
}

/* Product */
.product-card h4 {
    min-height: 50px;
}

.popular-product-section {
    overflow-x: hidden;
}

