﻿/*------------------------------------new 29/8----------------------------------*/
/*50% > > 2137 px*/
/*75% > > 1994 px
100% > > 1496 px
125% > > 1196 px
150% > > 997 px
200% > > 748 px*/
@media (min-width:2137px) {
    .about-header, .Contact-header, .program-header, .alqaada-header {
        background-position: left !important;
    }
    .page-content.ItqanHome .home-hero {
        background-position: left !important;
    }
}

@media(min-width: 1994px) and (max-width:2137px) {
    .about-header, .Contact-header, .program-header, .alqaada-header {
        background-position: left !important;
    }
    .page-content.ItqanHome .home-hero {
        background-position: left !important;
    }
}

@media(min-width: 1196px) and (max-width:1994px) {
    .about-header, .Contact-header, .program-header, .alqaada-header {
        background-position: left !important;
    }
    .page-content.ItqanHome .home-hero {
        background-position: left !important;
    }
}

@media(min-width: 997px) and (max-width:1196px) {
    .about-header, .Contact-header, .program-header, .alqaada-header {
        background-position: left !important;
    }
    .page-content.ItqanHome .home-hero {
        background-position: left !important;
    }
}

@media(min-width: 748px) and (max-width:997px) {
    .about-header, .Contact-header, .program-header, .alqaada-header {
        background-position: left !important;
    }
    .page-content.ItqanHome .home-hero {
        background-position: left !important;
    }
}

@media(max-width: 748px) {
    .about-header, .Contact-header, .program-header, .alqaada-header {
        background-position: right !important;
    }
    .page-content.ItqanHome .home-hero {
        background-position: left !important;
    }
}


@media (max-width: 991px)  {


    /*navbar logo*/
    .mmenu-trigger {
        width: auto;
    }

    .header.itqan-header a.itqan-logo > img.logo-img {
  
        top: 0;
        right: 37%;
        left: 0;
    }
    .Itqaan-qaada .uk-subnav {
        width: max-content;
        display: block;
        margin: auto;
    }

        .Itqaan-qaada .uk-subnav * {
            padding-left: 0;
        }
}

@media (max-width: 767px) {
    .Itqan-register .uk-button {
    margin-right: 0;
    margin-left: 0;
}
    .Itqaan-qaada .uk-subnav {
        width: max-content;
        display: block;
        margin: auto;
    }

        .Itqaan-qaada .uk-subnav * {
            padding-left: 0;
        }

}
@media (max-width: 640px)  {


    /*navbar logo*/
    .mmenu-trigger {
        width: auto;
    }
    .header.itqan-header a.itqan-logo > img.logo-img {
        top: 32px;
        right: 37%;
        left: 0;
    }
   
}

@media (max-width: 480px) {
    .itqan-feature-block .course-card .course-card-back
    .course-card-body.client-card .course-card-footer .block-details {
        padding: 0 60px 0 6px;
        overflow: auto;
        height: 140px;
    }
}