@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bnrTxt{
        font-size: 26px !important;
    }
    
    .lgoTp{
    position: relative !important;
   }
   
   .crslHm{
      margin-top: 150px; 
   }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bnrTxt{
        font-size: 26px !important;
    }
    
    .lgoTp{
   position: relative !important;
   }
   
   .crslHm{
      margin-top: 150px; 
   }
}

@media only screen and (max-width: 767px) {
    .bnrTxt{
        font-size: 26px !important;
    }
    
    .lgoTp{
   position: relative !important;
   }
   
   .crslHm{
      margin-top: 150px; 
   }
}

@media only screen and (max-width: 767px) {
    .bnrTxt{
        font-size: 26px !important;
    }
    
    .lgoTp{
     position: relative !important;
   }
   
   .crslHm{
      margin-top: 150px; 
   }
    
}


@media only screen and (min-width: 576px) and (max-width: 767px) {
    
    .bnrTxt{
        font-size: 26px !important;
    }
    
    .lgoTp{
     position: relative !important;
   }
   
   .tpNvBr{
     padding-bottom: 10px !important;
   }
   
   .crslHm{
      margin-top: 150px; 
   }
}