.hero-banner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    background-color: var(--c-f1f1f1);
}
.pioneer-left-txt {
    padding: 0 20% 0 7%;
}
.hero-banner .pioneer-left-txt h1 {
    line-height: var(--lh-57);
    color: #293671;
    font-weight: 700;
    font-size: var(--fs-47);
    font-family: var(--fm-Roboto);
}
.pioneer-left-txt p {
    font-size: var(--fs-16);
    line-height: var(--lh-24);
    color: var(--c-666666);
    font-weight: 400;
    font-family: var(--fm-Roboto);
    margin-bottom: 30px;
}
.celebrating-right-pic {
    overflow: hidden;
}
.celebrate-img {
    position: relative;
}
img {
    width: 100%;
    display: block;
    height: auto;
}
section:not(.hero-section-main) {
    padding: 60px 0;
}
.container {
    width: 100%;
    max-width: 93%;
    margin: 0 auto;
}
section.filter_sec .filter_wrap ul {
    justify-content: center;
}
.filter_sec select option[value=""] {
    display: none;
}
.product_list_sec .product_grid_item .product_img img {
    object-fit: cover;
    aspect-ratio: 3 / 2;
    min-height: 330px;
    height: auto;
    /* object-position: left; */
}
.product_details button.enquiry_contact {
    background: #293671;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: 'Roboto';
    cursor: pointer;
}
button#load-more-products {
    width: 22%;
    margin: 36px auto;
    background: #293671;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
}
.brands-section .brand-heading, .our-flagship-section .brand-heading, .testimonial-main .brand-heading {
    display: grid;
    grid-template-columns: 33.3% 33.3%;
    justify-content: end;
    align-items: end;
    margin-bottom: 40px;
}
.slick_btns {
    display: flex;
    justify-content: end;
    column-gap: 20px;
}
.brands-section .brand-heading, .our-flagship-section .brand-heading, .testimonial-main .brand-heading {
    & .prev_arrow img {
        transform: scaleX(-1);
    }
}
.slick_btns img {
    max-width: 20px;
    margin: auto;
    cursor: pointer;
}
.testimonial-section {
    background-color: var(--c-efefef);
}
.brands-section .brand-heading h2, .our-flagship-section .brand-heading h2, .testimonial-main .brand-heading h2 {
    margin-bottom: 0;
}
.brand-heading.dss-image h2 {
    color: var(--c-293671);
}
.brand-heading h2 {
    font-size: var(--fs-24);
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: var(--fm-Roboto);
    text-align: center;
    margin-bottom: 40px;
}
.testimonial-slide .slick-list.draggable {
    padding: 0 55px 0 0 !important;
    overflow: hidden;
}
.testimonial-picture img {
    max-width: 95px;
}
.dss-testimonial-wraper {
    background-color: var(--c-ffffff);
    margin-right: 15px;
    padding: 0;
    border-top: 9px solid #293671;
}
.testimonial-slide .slick-track {
    display: flex;
}
.testimonial-slide {
    padding-left: 55px;
    margin-bottom: 65px;
}
.testimonial-item {
    /* padding: 37px 75px 50px 20px; */
    padding: 20px;
}
.testimonila-content h6 {
    font-size: var(--fs-15);
    line-height: var(--lh-25);
    color: var(--c-666666);
    font-weight: 400;
    font-family: var(--fm-Roboto);
    margin: 30px 0;
}
.testimonila-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: var(--fs-15);
    line-height: 31px;
    color: var(--c-252525);
    font-weight: 400;
    font-family: var(--fm-Roboto);
}
.testimonila-content span.read-more-list {
    text-decoration: unset;
}
span.read-more-list {
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    color: #293671;
    text-decoration: underline;
    font-family: 'Roboto';
    cursor: pointer;
}
.testimonila-content span.read-more-list:hover {
    color: #a50000;
}
.know-more {
    text-align: center;
}
.know-more.all-products a {
    font-size: var(--fs-17);
    line-height: var(--lh-24);
    color: var(--c-293671);
    font-weight: 400;
    font-family: var(--fm-Roboto);
    text-decoration: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin-top: 5px;
    transition: 0.7s;
}
.hero-banner a.read-more:before, .know-more a:before, .all-products a.read-more:before {
    content: "";
    width: 0%;
    background: var(--c-a50000);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 45px);
    transform: translateX(calc(-50% + 22.5px));
    transition: 0.7s;
}
.read-more:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow-direction.svg) no-repeat;
    height: 22px;
    width: 22px;
    background-size: cover;
    vertical-align: middle;
    margin-left: 20px;
    transition: 0.3s;
}
.know-more.all-products a:hover {
    color: #a50000;
}
.hero-banner a.read-more:hover:before, .all-products a.read-more:hover:before {
    width: calc(100% - 45px);
}
.hero-banner a.read-more:before, .know-more a:before, .all-products a.read-more:before {
    content: "";
    width: 0%;
    background: var(--c-a50000);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 45px);
    transform: translateX(calc(-50% + 22.5px));
    transition: 0.7s;
}
#popupForm.popup_home {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}
#popupForm input {
    display: block;
    width: 100%;
    border-radius: 120px;
    min-height: 40px;
    border: 1px solid #9a9a9a;
    color: #9a9a9a;
}









body{
    font-family: var(--fm-Roboto);
}

.pioneer-left-txt span {
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
}
.pioneer-left-txt p:last-child {
    margin-bottom: 0;
}

.pioneer-left-txt > h3{
    /* font-size: var(--fs-15);
    line-height: var(--lh-24);
    color: #000; */
    font-weight: 300;
    font-family: var(--fm-Roboto);
    cursor: pointer;
    margin-bottom: 10px;
}

.pioneer-left-txt {
    padding-block: 40px !important;
}
.term-microscopy-imaging .hero-section-main .pioneer-left-txt .product_des_con{
    max-height: 450px;
    overflow-y: auto;
    scrollbar-width: none;
}
.page_description:has(*,:nth-child(2)) {
    overflow-y: auto;
    scrollbar-width: none;
    height: auto;
}

.page_description p:empty{
    display: none;
}

/* .page_description:not(.page_description.is-open) > *:not(:first-child, .read_more_btn) {
    display: none;
} */

/* .page_description.is-open{
    
} */

.pioneer-left-txt h3, .pioneer-left-txt h3 a {
    font-size: 20px;
    color: #666666;
    font-weight: 300;
    font-family: "Roboto";
}


.hero-banner{
    align-items: unset;
}

.celebrate-img:not(.page-id-2140 .celebrate-img){
    height: 100%;
    & img{
        height: 100%;
        object-fit: cover;
    }
}
.celebrate-img
body section.filter_sec {
    padding: 30px 0;
    border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 767px) {
    .filter_icon, .close_btn_wrap {
        display: none;
    }
    
.filter_wrap ul {
   overflow-x: auto;
   scrollbar-width: none;
}
}

.filter_wrap ul {
    display: flex;
    column-gap: 60px;
}

.filter_wrap ul li select {
    font-family: "Roboto";
    font-size: 15px;
    color: #666666;
    font-weight: 400;
    background: none;
    border: none;
    outline: none;
}

.product_grid_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.product_container {
    background: #f7f7f7;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
}

.product_details h2 a {
    font-size: 25px;
    line-height: 36px;
    color: #333333;
    font-weight: 400;
    display: block;
    font-family: "Roboto";
    padding-bottom: 15px;
}

.product_details p {
    font-size: 17px;
    line-height: 27px;
    color: #333333;
    font-weight: 400;
    font-family: "Roboto";
    padding-top: 15px;
    border-top: 1px solid #dcdcdc;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    &:not(:first-of-type){
        display: none;
    }
}

.product_details {
    /* padding: 30px 40px 40px 25px; */
    padding: 20px;
}

.product_details h2 a{
    font-size: 18px;
    line-height: 25px;
    padding-bottom:0px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 13px;
    font-weight: 500;

}

.testimonial-slide .slick-track{
    display: flex;
    & .dss-testimonial-wraper{
        height: auto;
    }
    & .testimonial-item{
        height: 100%;
    }
}

@media screen and (max-width: 767px) {

    .container {
        max-width: 100%;
        padding: 0 15px;
    }
    .filter_icon span {
        display: inline-flex;
        column-gap: 10px;
        align-items: center;
        font-family: "Roboto";
        color: #333333;
    }
    .filter_icon img {
        max-width: 15px;
    }

    .filter_list {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        background: #f5f5f5;
        transform: translate3d(-100%, 0, 0);
        padding: 20px;
        transition: 0.3s;
        z-index: 1;
        & ul {
            display: block;
        }
    }

    .filter_wrap ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .filter_wrap ul li:not(:last-child) select {
        padding-bottom: 10px;
        border-bottom: 1px solid #dcdcdc;
        display: block;
        width: 100%;
    }

    .close_btn_wrap {
        text-align: end;
        margin-bottom: 20px;
    }
    .filter_open {
        transform: translateZ(0);
    }
    .product_grid_list {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 767px){
    .page-id-2927 .product_grid_list{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .page-id-2927 .wishlist_item{
        width: 100%;
        max-width: calc(100% / 4 - 19px);
    }
}

/* new css formatting start */
.pioneer-left-txt h1 {
    margin-bottom: 15px;
}

.page_description h2 {
    font-size: var(--fs-26);
    color: var(--c-293671);
    font-weight: 500;
    font-family: var(--fm-Roboto);
    margin-bottom: 15px;
    margin-top: 30px;
}
.page_description h4 {
    font-size: 20px;
    color: var(--c-293671);
    font-weight: 500;
    font-family: var(--fm-Roboto);
    margin-bottom: 15px;
}
.page_description ul li, .page_description ol li {
    font-size: var(--fs-16);
    color: var(--c-666666);
    font-weight: 400;
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}
.page_description h3 {
    margin-bottom: 7px;
}
.page_description p {
    margin-bottom: 10px;
    
}
.faq-section h3 {
    font-size: 20px;
    color: #666666;
    font-weight: 400;
    font-family: "Roboto";
    margin-bottom: 10px;
}
.faq-section p {
    margin-bottom: 15px;
    padding-left: 22px;
}
.dss-diff p {
    padding-left: 22px;
}
.page_description h3 {
    font-weight: 500;
}
.faq-section ul {
    margin-left: 20px;
}
.page_description {
    max-height: 400px;
    overflow-y: auto;
    scrollbar-width: none;
    margin-bottom: 20px;
}

/* new css formatting end */


@media screen and (max-width: 767px) {
    .hero-banner {
        grid-template-columns: auto;
    }
    .pioneer-left-txt {
        padding: 20px;
        order: 2;
        text-align: center;
    }
        .pioneer-left-txt h1, .pioneer-left-txt span {
        font-size: var(--fs-26);
    }
    .pioneer-left-txt h1, .pioneer-left-txt span {
        font-size: var(--fs-26) !important;
    }
        section:not(.hero-section-main) {
        padding: 30px 0;
    }
    button#load-more-products {
        width: 95%;
        font-size: 15px;
    }
    .brands-section .brand-heading, .our-flagship-section .brand-heading, .testimonial-main .brand-heading {
        grid-template-columns: 4fr 0.8fr;
        align-items: center;
        column-gap: 20px;
    }
        .brand-heading h2 {
        font-size: var(--fs-20);
    }
        .testimonial-slide {
        padding-left: 20px;
        margin-bottom: 40px;
        }
        .testimonial-picture img {
            max-width: 75px;
        }
        
}