.box_shadow {
    box-shadow: 0px -1px 8px 4px #0000000d;
    border-radius: 10px;
}

.ourProduct .container-filter {
    position: relative;
}

.ourProduct .gallery-heading {
    background: linear-gradient(to bottom, rgb(212 221 238 / 0%) 0%, rgb(20 70 159 / 86%) 100%);
}



.customer_support .btn-danger {
    border: none;
    font-family: 'Poppins', sans-serif;
    background: #14469f;
    /* height: 50px; */
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 25px;
    height: 40px;
}

.customer_support .btn-danger:hover {
    background: red;
}

.customer_support .mail {
    color: #14469f;
}

.customer_support .mail:hover {
    color: blue !important;
}

.customer_support .ion-ios-email {
    font-size: 30px;
    vertical-align: middle;
    padding: 0px 5px;
}

.customer_support .card {
    box-shadow: 3px 4px 6px 1px #0000002e;
    border-radius: 10px;
}

.customer_support .csm_pdf:hover {
    color: #14469f !important;
}

.ourProduct .box_shadow .item-container{
    width: 60% !important;
}