@media (max-width: 4000px) {


    
}


@media (min-width: 768px) and (max-width: 4000px){
    .desktop{
        display:block;
    }
    .mobile{
        display:none !important;
    }
    
    .bg-cta h1{
        font-size: 31px;
    }

    .h1{
        font-size: 33px;
    }
    
}

@media (min-width: 1280px){
    
    .bg-cta h1{
        font-size: 31px;
    }

    h1{
        font-size: 33px;
    }
    
}

@media (min-width: 1024px) and (max-width: 1279px){
    
    .bg-cta h1{
        font-size: 27px;
    }

    h1{
        font-size: 31px;
    }

    .bg-footer{
        font-size: 12px;
    }

    .ftr-nav ul li{
        font-size: 12px;   
    }

    .ftrList ul li{
        font-size: 12px;       
    }

    #hero h1{
        font-size: 39px;
    }
    
}

@media (min-width: 999px) and (max-width: 1024px) {

    .bg-footer{
        font-size: 11px;
    }

    .ftr-nav ul li{
        font-size: 11px;   
    }

    .ftrList ul li{
        font-size: 11px;       
    }

    .ftr-nav ul li{
        line-height: 30px;
    }

    .ftrScl{
        line-height: 35px;
    }

    .ftr-lineheigh{
        line-height: normal !important;
    }

}


@media (max-width: 767.98px) {
    
    #header.header-transparent{
        background: rgba(0, 61, 149, 0.7);
    }

    /**.ftr-lineheigh{
        line-height: normal;
    }

    .bg-footer{
        font-size: 11px;
    }

    .ftr-nav ul li{
        font-size: 11px;   
    }

    .ftrList ul li{
        font-size: 11px;       
    }

    .ftr-nav ul li{
        line-height: 30px;
    }

    .ftrScl{
        line-height: 35px;
    }**/

    .ftr-c-pad0{
        padding-left: 0 !important;
    }
    
    .desktop{
        display:none !important;
    }
    .mobile{
        display:block;
    }
    
    h1{
        font-size:31px;
    }
    
    #hero h1{
        font-size:31px;
    }

    .top-scl-wrap{
        display: none !important;
    }
    
    #header{
        margin-top: 0;
        padding: 5px 0;
    }
    
    .bg-cta span{
        display: block;
        margin-top: 10px;
    }
    
    .bg-cta h1{
        display: block;
        text-align:center;
    }
    
    .banner-bg{
        height:400px;
    }
    
    #header img{
        width: 70%;
    }
    
.insidebanner-bg {
    background: url("../images/header-banner3.jpg") #003d95;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 29vh;
    /**background-size: cover;**/ 
}
    
}

@media (max-width: 575px) {

.mini-footer-wrap{
 display:block;
}

.fb_reset{
    display:none;
}

.mini-footer-wrap a{
    color: #fff;
    text-decoration: none;
   }

.miniRegister-btn{
   background-color: #003d95;
   color: #fff;
   font-size: 15px; 
   text-align: center;
   padding: 13px 0;   
}

.miniWhatsapp-btn{
    background-color: #128c7e;
    color: #fff;
    font-size: 15px; 
    text-align: center; 
    padding: 13px 0;
}
    
    
}

@media (max-width: 510px) {

    #hero h1{
        font-size: 25px;
        display:none;
    }

    .cont-wrap{}

    .cont-wrap h1{
        font-size: 23px !important;
    }

    .banner-bg{
        height:275px;
    }
    
    .insidebanner-bg {
    background: url("../images/header-banner3.jpg") #003d95;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 20vh;
    background-size: cover;
}
    
    
}

@media (max-width: 480px) {

    .bg-footer{
        text-align: center;
    }

    .ftrScl ul li{
        font-size: 27px;
    }
    
        .banner-bg{
        height:232px;
    }
    
}