
@media (max-width:767px){

  .bg_img h4 {
    margin-top: 0rem;
}
.overlay {
  position: relative;
  padding: 30px 0px;
  color: #fff;
  height: 23rem;
}
.ml_r{
  margin-right: 0rem;
}
.content .poster-image {
  width: 100%;
  height: auto;
 
  object-fit: cover;
}

.lgo{
  color: #00293c;
  font-family: Trebuchet MS, Sans-sarif;
  font-size: 1.2rem;
  margin-left: 2rem;
}
.dropbtn {
    
    color: white;
    padding: 0;
    font-size: 16px;
    border: none;
  }
  .pl_8{
    padding: 15px;
  }
  .powered{
    text-align: center;
  }
  .grid-70-30 {
    display: grid;
    grid-template-columns:100%;
}
.mobile{
    display: none;
}
.form_banner{
    visibility: hidden;
}

  .ser_home{
    height: auto!important;
  }
  

}
@media (min-width:767px){
   .form_ban{
    display: none;
   }

}