/* ============================== Start of Contact Us ============================ */
#wrapper .page-banner {
    position: relative;
}

#wrapper .page-banner .page-title {
    position: absolute;
    top: 50%;
    left: 130px;
    transform: translateY(-50%);
    color: white;
}

#wrapper .page-banner .page-title h1 {
    margin: 0;
    font-weight: 600;
    font-size: 50px;
}

#wrapper .contact-section-1 .contact-details table tr td {
    border: none;
    padding: 30px 12px;
    vertical-align: middle;
}

#wrapper .contact-section-1 .contact-details table tr td:first-child i {
    font-size: 30px;
    background-color: #46A1CD;
    color: white;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
}

#wrapper .contact-section-1 .contact-form input:focus,
#wrapper .contact-section-1 .contact-form textarea:focus {
    outline: none;
    box-shadow: none;
}

#wrapper .contact-section-1 .contact-form input {
    height: 46px;
}

#wrapper .contact-section-1 .contact-form input,
#wrapper .contact-section-1 .contact-form textarea {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
}


#wrapper .contact-section-1 .contact-form input:focus::-webkit-input-placeholder,
#wrapper .contact-section-1 .contact-form textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}
/* ============================== End of Contact Us ============================ */


/* ============================== Start of FAQ's ============================ */
#wrapper .faqs-section-1 .section-desc .faqs ol li {
    font-size: 18px;
    font-weight: 600;
}

#wrapper .faqs-section-1 .section-desc .faqs ol li + p {
    margin-bottom: 30px;
}

#wrapper .prd-cat-section-1 .filter-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
/* ============================== End of FAQ's ============================ */


/* ============================== Start of Product-Category ============================ */
#wrapper .prd-cat-section-1 .filter-menu a {
    display: block;
    height: 40px;
    width: 40px;
    background-color: #AA0624;
    color: white;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 40px;
    margin-right: 20px;
    margin-bottom: 20px;
}

#wrapper .prd-cat-section-1 .filter-menu a:hover {
    background-color: #FECC00;
    color: #2575CE;
    ;
}

#wrapper .prd-cat-section-1 .product-category ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#wrapper .prd-cat-section-1 .product-category ul li {
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 30%;
}

#wrapper .prd-cat-section-1 .product-category ul li a {
    display: block;
    padding: 15px 20px;
    margin-bottom: 30px;
    text-decoration: none;
    background-color: #2575CE;
    color: white;
}

#wrapper .prd-cat-section-1 .product-category ul li a:hover {
    background-color: #FECC00;
    color: #2575CE;
}
/* ============================== End of Product-Category ============================ */



/* ============================== Start of Product-List ============================ */
#wrapper .prod-list .prd-desc h2 {
    font-style: italic;
    color: #2575CE;
    margin-bottom: 20px;
}

#wrapper .prod-list .row:last-child {
    border: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
/* ============================== End of Product-List ============================ */



/* ============================== Start of Product-Description ============================ */
#wrapper .prod-description .card {
    margin-top: 10px;
}

#wrapper .prod-description .card-header {
    background-color: #2575CE;
}

#wrapper .prod-description .card-header h2 {
    color: #fff;
    margin: 0;
    font-size: 26px;
}

#wrapper .prod-description .card-body {
    padding: 15px;
}

#wrapper .prod-description .quotation-form input {
    border-radius: 0;
    height: 51px;
    margin-bottom: 30px;
}


#wrapper .prod-description .quotation-form textarea {
    border-radius: 0;
    margin-bottom: 30px;
}

#wrapper .prod-description .quotation-form button {
    border-radius: 0;
    width: 150px;
    height: 51px;
}

#wrapper .prod-description .quotation-form button {
    background-color: #2575CE;
}

#wrapper .prod-description .quotation-form input:focus {
    outline: none;
    box-shadow: none;
}

#wrapper .prod-description .quotation-form textarea:focus {
    outline: none;
    box-shadow: none;
}


#wrapper .prod-description .quotation-form input:focus::placeholder {
    opacity: 0;
}

#wrapper .prod-description .quotation-form textarea:focus::placeholder {
    opacity: 0;
}
/* ============================== End of Product-Description ============================ */
