/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    .custom-home-title-3 h2 {
        font-size: 2.5rem;
    }
    .custom-home-title-3-sub {
        font-size: 1.2rem;
    }
}

/* // `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .custom-home-product-filter-box {
        margin-top: -10px
    }

    .custom-home-title-3 h2 {
        font-size: 2rem;
    }
    
    .custom-home-title-3-sub {
        font-size: 1rem;
    }
    
    .custom-home-button-3 a.button {
        background-color: #f76100;
        color: #fff;
        font-size: 1rem;
        padding: 10px 20px;
        border-radius: 5px;
    }
    .custom-home-title-2 span.dashicons {
        color: #f76100;
        font-size: 3rem;
        width: 3rem;
        height: 3rem;
    }

    .custom-home-title-2 h2 {
        font-size: 1.5rem;
    }
    
    .custom_home_what_we_achieved_item span.dashicons {
        color: #f76100;
        font-size: 2rem;
        width: 2rem;
        height: 2rem;
    }
    
    .custom_home_achieve_number {
        font-size: 2rem;
        font-weight: 600;
    }

    h3.custom_home_achieve_title{
        font-size: 1rem;
        font-weight: 600;
    }

}
/* // `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .custom-home-product-filter-box {
        margin-top: -10px
    }

    .custom-home-title-3 h2 {
        font-size: 2rem;
    }
    
    .custom-home-title-3-sub {
        font-size: 1rem;
    }
    
    .custom-home-button-3 a.button {
        background-color: #f76100;
        color: #fff;
        font-size: 0.8rem;
        padding: 10px 20px;
        border-radius: 5px;
    }

    .custom-home-title-2 span.dashicons {
        color: #f76100;
        font-size: 2rem;
        width: 2rem;
        height: 2rem;
    }

    .custom-home-title-2 h2 {
        font-size: 1.5rem;
    }

    .custom_home_what_we_achieved_item span.dashicons {
        color: #f76100;
        font-size: 2rem;
        width: 2rem;
        height: 2rem;
    }
    
    .custom_home_achieve_number {
        font-size: 1.2rem;
        font-weight: 600;
    }
    
    h3.custom_home_achieve_title{
        font-size: 0.8rem;
        font-weight: 600;
    }

}


/* // `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .custom-home-product-filter-box {
        margin-top: 1rem !important;
        padding: 10px 10px;
    }

    .custom-home-title-3 h2 {
        font-size: 1rem;
    }
    
    .custom-home-title-3-sub {
        font-size: 0.8rem;
    }
    
    .custom-home-button-3 a.button {
        background-color: unset;
        color: #f76100;
        font-weight: 600;
        font-size: 0.5rem;
        padding: 0;
        border-radius: 0;
        text-decoration: underline;
    }
}


/* // `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    
}



