#cms_page .card .card-title .text-warning {
    color: #000!important;
}

#cms_page .card .card-title h2 .text-info {
    color: #000!important;
    text-transform: uppercase;
}

body p {
    line-height: 1.6rem;
}
#cms_page .row-cols-lg-3 .col .card {
    border: none;
}

.grey-box {
    background: #f5f5f5;
    border-radius: 8px;
}
#home_page .product-box .card-footer .btn-info{
    background: #51c4ca !important;
    border-color: #51c4ca !important;
}
.request-quote-sec .bg-clr-img{
    background: #bfc4c4 !important;
}
.request-quote-sec .bg-clr-img .quote-content span.text-info{
    color: #51c4ca !important;
}

.navbar .dropdown-menu>li:not(:last-child) a {
    border-bottom: none;
}