/* // Extra small devices (portrai phones, less than 576px) */
@media (max-width: 575.98px) {

    /* Header  */
    .slider-content h1, h1, h2 {
        font-size: 32px;
        width: 100% !important;
    }

    .menu-primary-container ul li {
        text-align: unset;
        border-radius: unset;
        padding: unset;
    }

    .latest-blog-item img {
        height: unset;
    }

    .offset-3, .offset-1 {
        margin-left: unset;
    }

    .pagetitle {
        height: 40vh;
    }

    .site-header .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .site-footer .col-md-3 {
        margin: 0px 0px 32px;
    }

    /* unset d-flex  */
    .open-menu, .access-cdf-services ul {
        display:block !important;
    }

    .access-cdf-services ul li img {
        width: 64%;
        margin: 0px 0px 16px;
    }

    .page-downloads .nav{
        display:unset;
    }

    .row.job-heading{
        display:none;
    }
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

}