@media only screen and (max-width: 1100px){
  .about_image_4{
    padding: 40px 15px;
  }
  .im-title h3 {
    font-size: 3rem;
  }
  .im-title-md h3 {
    font-size: 2.5rem;
  }
  .im-title-sm h3 {
    font-size: 1.5rem;
  }
  .im-title-xs h3 {
    font-size: 1.1rem;
  }
  .im-logo{
    margin-bottom: 20px;
  }
  .imc-banner-tlt h3{
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 980px){
  .about_image_4{
    padding: 40px 95px;
  }
  .top-header-banner{
    margin-top: 0;
  }
  .imc-banner-tlt{
    margin-bottom: 30px;
  }
  .inner-banner{
    height:330px;
  }
  .im-content{
    margin-bottom: 35px;
  }
  .contact_info .single_info .info_content{
    padding-left: 10px;
  }
  .contact_info ul li p{
    font-size: 13px;
  }
  .contact_info ul li p a{
    font-size: 13px;
  }
  .imc-banner-content p{
    font-size: 16px;
  }
  .inner-heading .contact_info p{
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px){

}

@media only screen and (max-width: 767px){

}

@media only screen and (max-width: 568px){

}

@media only screen and (max-width: 480px){

  .about_image_4{
    padding: 40px 15px;
  }
  .inner-banner{
    height: 270px;
  }
  .top-header-banner{
    font-size: 2.2rem;
  }
}
