/* lg */ 
@media (min-width: 1200px) {
 

  

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  
 h4.lo {
    margin: -30% -42% 71px 36%;
    color: #003679;
    font-size: 20px;
    font-weight: bolder;
    display: none;
}

}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
 .banner-content h1 {
    color: #fff;
    font-size: 35px !important;
    font-weight: 600;
    line-height: 34px !important;
    margin-top: -60px;
    margin-bottom: 20px;
    float: right !important;
    width: 100%;
}  

h4.lo {
    margin: -30% -42% 71px 36%;
    color: #003679;
    font-size: 20px;
    font-weight: bolder;
    display: none;
} 

  
}

/* xs */
@media (max-width: 767px) {
.banner-content h1 {
    color: #fff;
    font-size: 35px !important;
    font-weight: 600;
    line-height: 34px !important;
    margin-top: -60px;
    margin-bottom: 20px;
    float: right !important;
    width: 100%;
}  

h4.lo {
    margin: -30% -42% 71px 36%;
    color: #003679;
    font-size: 20px;
    font-weight: bolder;
    display: none;
} 

}

/* XS Portrait */
@media (max-width: 480px) {


}

