.banner-slider-bg .slidermg img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius: 12px;
  max-height: 280px;
  min-height: 280px;
}
.banner-slider-bg .slidermg{
/*   width: 423px;
  height: 376px; */
  margin-left:13px;
  margin-right:13px;
}
.banner-slider-bg .banner-heading h1 {
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  text-align: center;
  color: #0D0026;
  margin:0;
}
.banner-slider-bg .banner-heading h1 br{
  display: none;
}
.banner-slider-bg .banner-heading {
  padding-bottom:130px;
  margin:0 auto;
}




/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 220px){
 .banner-slider-bg .banner-heading h1 {
    font-size: 40px;
    line-height: 44px;
}
 .banner-slider-bg .banner-heading {
    padding-bottom: 75px;
}

 .banner-slider-bg .slidermg img {
    border-radius: 12px;
    height: 260px
    object-fit: cover;
    width: 100%;
   min-height: 260px !important;
} 
  
 .banner-slider-bg .slidermg {
   height: 100%;
  } 
  
}
/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
  .banner-slider-bg .banner-heading h1 {
    font-size: 40px;
    line-height: 44px;
}
 .banner-slider-bg .banner-heading {
   padding-bottom: 75px;
}
  
  
}
/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
   .banner-slider-bg .banner-heading h1 {
   font-size: 40px;
    line-height: 44px;
}
   .banner-slider-bg .banner-heading {
    padding-bottom: 75px;
}
  
  
  
  
  
}
/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
  
 .banner-slider-bg .banner-heading h1 {
    font-size: 55px;
    line-height: 65px; 
  }
  
  
  
  
  
   
}
/*******************************************/




