.show-auto-filter:after{
    content:'';
    background: url('https://top-level.ae/wp-content/uploads/2023/01/loader-bg.gif');
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #fcfcfc;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    
}
.showin:after {
    z-index: -1 !important;
    display:none !important;
    transition: 1s all ease;
}

.images_filt:nth-child(even) {
    background: red;
}

.auto-section p {
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2em;
}

.breadcrumb-seo {
    text-align: center;
    background: #efefef;
}

.breadcrumb-seo #breadcrumbs {
        padding: 4px;
}

.auto-section h1 {
    font-size: 35px;
}

.d_grid {
    display: -ms-grid;
    display: grid;
}

.grid_1fr {
    grid-template-columns: 1fr 1fr;
}

.hide_text{
    display:none;
}
.read_more {
    background: white;
    border-color: #01244c;
    border-radius: 30px;
    color: #01244c;
}

.mtn-90{
    margin-top: -90px;
}

.mb-8em{
    margin-bottom: 8em;
}

.mtn-50{
        margin-top: -50px;
}

.mtn-50{
        margin-top: -30px;
}

.pt2em {
        padding-top: 2em;
}

.bg-theme {
    background: #fcfcfc !important;
}

.mtn-80{
    margin-top: -80px;
}

.pt-0 {
    padding-top: 0;
}

.mb-0-2em{
    margin-bottom: 0.2em
}

.color_accent {
    color: #01244c !important;
}

.pt-1em {
    padding-top: 1em;
}

@media only screen and (max-width: 992px){
    
    .mtn-80 {
    margin-top: -50px;
}

}