.faqs-style .accordion .accordion-header .accordion-button:after {
    padding-right: 15px;
}

.faqs-style2 .accordion .accordion-header .accordion-button.collapsed {
    padding-left: 15px;
}

.faqs-style .accordion .accordion-body {
    padding: 15px !important;
}

.blog-article {
    padding: 10px;
    height: 100%;
}

.blog-article h2.h3 {
    font-size: 17px !important;
}

.btn:hover,
.btn:focus {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
    text-decoration: none;
    opacity: 1;
}

.slideshow .ss-mega-title,
.slideshow .ss-sub-title {
    color: #fff !important;
}

@media only screen and (max-width: 767px) {
    .about-details {
        padding-left: 5px !important;
        padding-right: 40px !important;
        padding-top: 22px;
    }

    .index-demo11 .btn-primary {
        height: 40px !important;
    }
}

.header-11,
.header-11 .main-menu-outer a .is-fixed {
    background: #ffffff !important;
    min-height: inherit;
}

header input {
    background-color: #dadada !important;
}

.header-11 .active {
    /* border: 1px solid #215486; */
    border-radius: 40px;
    height: 40px;
    background: #215486;
    color: #fff !important;
}

@media only screen and (max-width: 575px) {
    .slideshow .wrap-caption {
        background: #ffffff00 !important;
    }

    .product-box {
        height: 255px;
    }
}

.header-11 .iconset .hdr-icon,
.header-11 .discount-banner .icon {
    color: black !important;
}

.fixed-navbar {
    padding: 10px;
}

.header-mail a {
    border: 1px solid #5e5252;
    border-radius: 13px;
    padding: 7px;
}

.manufacturing-img img {
    height: 400px;
    object-fit: cover;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 200px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(52, 52, 52);
    background-color: rgba(41, 41, 41, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 501px;
}

.close {
    position: absolute;
    top: 70px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.image-section .details {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
}

.slick-slider.gp15 .slick-slide {
    padding: 10px 15px !important;
}

.image-section {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}