 /* Exclude bullets for filter-sidebar & pagination-wrapper */

.summer-note ul, .summer-note ol{
	margin-bottom:13px;
}

.filter-sidebar ul li::before,
.pagination-wrapper ul li::before {
    content: none !important;
}

.not-child a.active::after{
    display: none;
}

.filter-sidebar ul li,
.pagination-wrapper ul li {
    padding-left: 0; /* reset spacing */
}
.dropdown-menu li a.current{
    background: #f0f0f0;
}
.business-sectorscard .solution1{
    width: 95px;
}
.social-icon{
    margin-left: 5px;
}
/* .brochure-thumb{
    background: #f2f1fc;
    border-radius: 6px;
    transition: box-shadow .3s ease;
    display: flex;
    flex-direction: row;
    text-align: left;
}
.brochure-thumb .thumb-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 3px 8px;
}
.brochure-thumb img{
    width: 100px;
    height: 130px;
    object-fit: cover;
    border-radius: 4px;
}
.brochure-wrapper .brochure-section .brochure-header .brochure-content .brochure-list .brochure-panel .brochure-thumb img{
    width: 100px;
    height: 130px;
    object-fit: cover;
}
.brochure-thumb .thumb-content .title{
    display: block;
    font-size: .95rem;
    font-weight: 600;
    margin-bottom: 40px;
    background: linear-gradient(to right, #7B65FF, #1B0695);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
        text-align: left;
} */
    .brochure-actions{
        margin: 10px 1px;
        display: flex;
        justify-content: flex-start;
        gap: 15px;
        margin-top: auto;
        cursor: pointer;
    }
    .brochure-actions img{
        width: auto !important;
        height: auto !important;
        padding: 0 5px;
    }
    .df-popup-button {
        background-color: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .df-popup-button:hover {
        background-color: transparent !important;
    }
#productForm{
    font-size: 15px;
}
.requried {
   color: #d71920;
}

.error {
   color: #d71920 !important;
   font-size: 14px !important;
}

@media (min-width: 1200px) {
    header .logo {
        max-height: 60px;
    }
}

@media (max-width: 992px) {
    .footer-container .row .first-col, 
    .footer-container .row .second-col, 
    .footer-container .row .third-col {
        padding-left: 10px !important;
    }
}