@media (min-width:1541px){
    .bg-pos-footer {
        background-Position:center center;
    }
    .pt-150Footer{
        padding-top: 50px;
      }
}
@media (max-width: 353px){
    .hero-bg-course{
        background-image: url("../../img/courses/bg-mobile-4.png");
        padding: 140px 0;
        background-size: contain;
    }
}
@media  (min-width: 353px) and  (max-width: 420px){
    .hero-bg-course{
        background-image: url("../../img/courses/bg-mobile-3.png");
        padding: 130px 0;
        background-size: cover;
    }
}
@media   (min-width: 420px) and (max-width: 533px){
    .hero-bg-course{
        background-image: url("../../img/courses/bg-mobile-3.png");
        padding: 150px 0;
        background-size: cover;
    }
}
@media  (min-width: 533px) and (max-width: 575px){
    .hero-bg-course{
        background-image: url("../../img/courses/bg-mobile-3.png");
        padding: 200px 0;
        background-size: cover;
    }
}
/*Extra small devices (portrait phones, less than 576px) (min-width: 320px) and */
@media (min-width: 320px) and (max-width: 575px){
    html{
        font-size: 14px;
    }
    h1{
        font-size: 2.25rem;
    }
    h2{
        font-size: 1.7441em;
    }
    .hero-content-left h1{
        font-size: 2.25rem;
        line-height: initial;
    }
    .mt--120{
        margin-top: -50px;
    }
    .pt-150{
      padding-top: 50px;
    }
    .pt-150Footer{
        padding-top: 100px;
      }
    /*navbar*/
    .main-menu ul li{
        padding: 15px 0 0;
    }

    /*promo*/
    div[class*='col-']:not(:last-of-type){
        margin-bottom: 20px !important;
    }
    .row> div[class*='col-']:last-of-type{
        margin-bottom: 0;
    }
    .about-content-right{
        margin-top: 20px;
    }
    /*counter*/
    .counter{
        margin-top: 25px;
    }
    .single-card{
        padding: 10px 15px;
        margin-bottom: 25px;
        margin-left: 16px;
    }
    .single-card:nth-child(2n){
        top: 0;
    }

    /*client*/
    .client-section-wrap.d-flex{
        display: inherit !important;
    }

    /*subscribe form*/
    .subscribe-form{
        width: 100%;
    }

    .download-btn a.btn{
        margin: 7px 0;
    }
}
@media (min-width: 768px) {
    .hero-bg-course{
        background-image: url("../../img/courses/bg-courses-tablet2.png");
        padding: 200px 0;
        background-size: cover;
    } 
}
@media (min-width: 1200px) {
    .hero-bg-course{
        background-image: url("../../img/courses/bg-courses-desktop.png");
        padding: 200px 0;
        background-size: cover;
    }    
}
@media (min-width: 1800px) {
    .hero-bg-course{
        background-image: url("../../img/courses/bg-courses-desktop.png");
        padding: 200px 0;
        background-size: contain;
    }   
    .bg-hero-section-courses{
        background-image:linear-gradient(to right, rgb(1, 5, 10), rgb(1, 5, 10), rgb(1, 5,10), rgb(1, 4, 6), rgb(1,4,6));
    }    
    .hero-bg-default{
        padding: 200px 0;
        background-size: cover;
    }
} 
@media (max-width: 1799.99px) {
    .hero-bg-default{
        padding: 150px 0;
        background-size: cover;
    }  
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.99px) {
    .hero-bg-course{
        background-image: url("../../img/courses/bg-courses-tablet2.png");
        padding: 150px 0;
        background-size: cover;
    }  

    .mt--120{
        margin-top: -50px;
    }
    .pt-150{
        padding-top: 60px;
    }
    .pt-150Footer{
        padding-top: 100px;
      }
    /*promo*/
    div[class*='col-']:not(:last-of-type){
        margin-bottom: 20px !important;
    }
    .row> div[class*='col-']:last-of-type{
        margin-bottom: 0;
    }
    .about-content-right{
        margin-top: 20px;
    }

    .subscribe-form{
        width: 100%;
    }

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    .mt--120{
        margin-top: -50px;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .footer-section {
        background: radial-gradient(circle, rgba(28,69,97,1) 0%, rgba(43,99,123,1) 50%, rgba(28,69,97,1) 100%);    
    }

    .background-img-2 {
        background: none !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    #sectionModules #firstModule:nth-child(2) {
        order: -1;
    }

    #sectionEmenta #firstEmenta:nth-child(2) {
        order: -1;
    }
}

@media (max-width: 768px) {
    #sectionEmenta #firstEmenta:nth-child(2) {
        order: -1;
    }
}   
