
.frendy {
    background: url(../images/taciturn-products-banner-friendy.jpg) no-repeat center;
    background-attachment: fixed;

}

.trendy {
    background: url(../images/taciturn-products-banner-trendy.jpg) no-repeat center;
    background-attachment: fixed;

}

.handy-indoor {
    background: url(../images/taciturn-products-banner-handy.jpg) no-repeat center;
    background-attachment: fixed;

}

.portable-uv {
    background: url(../images/taciturn-products-banner-medical-portable-air-sterilizer.jpg) no-repeat center;
    background-attachment: fixed;

}

.medical-uv {
    background: url(../images/taciturn-products-banner-medical-air-sterilizer.jpg) no-repeat center;
    background-attachment: fixed;

}

.wall-uv {
    background: url(../images/taciturn-products-banner-wall-sterilizer.jpg) no-repeat center;
    background-attachment: fixed;

}

.mosquito {
    background: url(../images/taciturn-products-banner-mosquito-repellent-spray.jpg) no-repeat center;
    background-attachment: fixed;

}

.nano-car-silver {
    background: url(../images/taciturn-products-banner-nano-silver-car-air-spray.jpg) no-repeat center;
    background-attachment: fixed;
}

.car-dashboard {
    background: url(../images/taciturn-products-banner-car-dashboard-air-purifiers.jpg) no-repeat center;
    background-attachment: fixed;
}

.nano-silver {
    background: url(../images/taciturn-products-banner-nano-silver-cleaner.jpg) no-repeat center;
    background-attachment: fixed;
}

.ultrasonic-rodent {
    background: url(../images/taciturn-products-banner-ultrasonic-rodent-repeller.jpg) no-repeat center;
    background-attachment: fixed;
}

.ultrasonic-repeller {
    background: url(../images/taciturn-products-banner-pest-repellent.jpg) no-repeat center;
    background-attachment: fixed;
}

.all-purpose {
    background: url(../images/taciturn-products-banner-all-purpose-cleaner.jpg) no-repeat center;
    background-attachment: fixed;
}

.about {
    background: url(../images/taciturn-about-us-banner.jpg) no-repeat center;
    background-attachment: fixed;
}

.contact {
    background: url(../images/taciturn-contact-us-banner.jpg) no-repeat center;
    background-attachment: fixed;
}

.delear-distibutor {
    background: url(../images/taciturn-products-banner-dealer-distributors.jpg) no-repeat center;
    background-attachment: fixed;
}

.pricing-table li {
    display: flex;
    padding: 8px 22px;
    border-left: 1px solid #f5f5f5;
    font-size: 15px;
    font-weight: 300;
}

.custom-table {
    width: 100%;
    float: left;
    margin: 10px 0 0;
}

.text-colour {
    color: #5a5959;
}

ol {
    padding: 5px 0 5px 15px;
}

ol li {
    font-size: 13px;
    line-height: 30px;
    font-weight: 300;
    color: #656565;
}

@media (min-width: 768px) {
    .creative-sec {
        margin-top: 6em;
    }
}
@media (min-width: 992px) {
    #carousel-testimonials div.testimonials-patient-detail {
        width: 8%;
        margin-left: 45%;
    }

}

@media (max-width: 991px) {
    #carousel-testimonials div.testimonials-patient-detail {
        width: 30%;
        margin-left: 35%;
    }
}

/*#contact_form input,textarea,select {*/
    /*border: 1px solid #808080;*/
/*}*/

#dealer_contact input {
    border: 1px solid #b9b9b9;margin: 0 10px 22px 0;
}

input[type="text"],
input[type="email"],
input[type="phone"],
select {
    width: 100%;
    height: 40px;
    outline: none;
}