@media only screen and (max-width: 1200px){
    .bannerhead1 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 992px){
    .bannerhead1 {
        font-size: 34px;
    }

  
}

@media only screen and (max-width: 768px){
    .bannerhead1 {
        font-size: 25px;
    }

   
}

@media only screen and (max-width: 576px){
    
    .bannerimg1 {
        width: 100%;
    }

    .phntop{
        width: 20px;
      }

    .contact-cont2{
        font-size: 13px;
    }
}