/* ------contact css is here---  */
.contact_us{
    width: 60%;
    margin: auto;
    border: 0px solid red;
    
  }
  .contact_form label,
  .contact_form input,
  .contact_form button,
  .contact_form textarea {
    font-family: Montserrat;
  }
  
  
   textarea {
    width: 100%;
    height: 283px !important;
    border: none;
    padding: 27px 24px;
    font-size: 18px;
    border-radius: 5px;
}
  /* ---contact css is over now ---  */

  @media screen and (max-width: 768px) and (min-width: 0px) {
    /* ----contact form css is here ----  */
    .contact_us{
      width: 100%;
    }
    /* -----contact form css is over ---  */
  }

