/**
 * @file
 * Subtheme specific responsive CSS.
 */
/* 
    Created on : 16 Sep 2024, 18:34:45
    Author     : BDT
*/
@media screen and (max-width: 1024px) {
   .bdt-allowash-technology-section .bdt-allowash-banner-content .bdt-allowash-banner-subtitle {
        font-size: 16pt;
    }
    
    .bdt-allowash-product-list-section .bdt-allowash-product-list-items .bdt-allowash-product-list-item .bdt-allowash-product-info .bdt-allowash-product-title {
        font-size: 14pt;
    }
}

@media screen and (max-width: 767px) {
    .bdt-allowash-technology-section .bdt-allowash-banner-content .bdt-allowash-banner-subtitle {
        font-size: 14pt;
    }
    
    .bdt-allowash-product-list-section .bdt-allowash-product-list-items .bdt-allowash-product-list-item .bdt-allowash-product-info .bdt-allowash-product-title {
        font-size: 12pt;
    }
    
    .bdt-allowash-technology-section .bdt-allowash-banner-wrapper,
    .bdt-allowash-sterilization-section .bdt-info-boxes,
    .bdt-allowash-product-list-section .bdt-allowash-product-list-items .bdt-allowash-product-list-item .bdt-allowash-product-info {
        flex-direction: column;
    }
    
    .bdt-allowash-product-list-section .bdt-allowash-product-list-items .bdt-allowash-product-list-item {
        flex-direction: column-reverse;
    }
    
    .bdt-allowash-technology-section .bdt-allowash-banner-content,
    .bdt-allowash-technology-section .bdt-allowash-banner-image-wrapper,
    .bdt-allowash-sterilization-section .bdt-info-boxes .bdt-info-box,
    .bdt-allowash-product-list-section .bdt-allowash-product-list-items .bdt-allowash-product-list-item .bdt-allowash-product-info,
    .bdt-allowash-product-list-section .bdt-allowash-product-list-items .bdt-allowash-product-list-item .bdt-allowash-product-info .bdt-allowash-product-title,
    .bdt-allowash-product-list-section .bdt-allowash-product-list-items .bdt-allowash-product-list-item .bdt-allowash-product-info .bdt-allowash-product-desc,
    .bdt-allowash-product-list-section .bdt-allowash-product-list-items .bdt-allowash-product-list-item .bdt-allowash-product-img-wrapper {
        width: 100%;
    }
    
    .bdt-allowash-product-list-section .bdt-allowash-product-list-items .bdt-allowash-product-list-item .bdt-allowash-product-info .bdt-allowash-product-title,
    .bdt-allowash-product-list-section .bdt-allowash-product-list-items .bdt-allowash-product-list-item .bdt-allowash-product-img-wrapper {
        text-align: center;
    }
    
    .bdt-allowash-sterilization-section .bdt-info-boxes .bdt-info-box {
        padding: 0px;
    }
    
    .bdt-allowash-sterilization-section h2, .bdt-allowash-sterilization-section .bdt-info-boxes {
        padding-bottom: 2rem;
    }
    
    .bdt-allowash-sterilization-section .bdt-info-boxes {
        padding-bottom: 0px;
    }
    
    .bdt-allowash-sterilization-section .bdt-info-boxes .bdt-info-box:nth-child(even) {
        border: unset;
    }
}