/* Max width 767px */
@media only screen and (max-width: 767px) {
  /** EA Ninja Form Responsive **/
  .ea-ninja-form-contact-info h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .ea-ninja-form-contact-info .ea-social li span {
    font-size: 18px;
  }
  .ea-ninja-form-contact-info .ea-social li {
    margin-right: 5px;
  }
  .ea-ninja-form-area .ea-ml-15 {
    margin-left: 0;
  }
  .ea-ninja-form-area .ea-mr-15 {
    margin-right: 0;
  }
  .ea-ninja-form-area .ea-shape-1 {
    display: none;
  }
  .ea-ninja-form-area .ea-shape-2 {
    display: none;
  }
  .ea-ninja-form-area .ea-shape-3 {
    display: none;
  }
  .ea-ninja-form-area .ea-shape-4 {
    display: none;
  }
  .ea-ninja-form-area .ea-shape-5 {
    display: none;
  }
  .ea-ninja-contact-form.ea-style-four {
    padding: 20px;
  }
  .ea-ninja-contact-form.ea-style-five {
    padding: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 0;
  }
  .ea-ninja-contact-form .list-radio-wrap ul li {
    width: 100%;
  }
}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /** EA Ninja Form Responsive **/
  .ea-ninja-form-contact-info h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .ea-ninja-form-contact-info .ea-social li span {
    font-size: 18px;
  }
  .ea-ninja-form-contact-info .ea-social li {
    margin-right: 5px;
  }
  .ea-ninja-form-area .ea-ml-15 {
    margin-left: 0;
  }
  .ea-ninja-form-area .ea-mr-15 {
    margin-right: 0;
  }
  .ea-ninja-form-area .ea-shape-1 {
    display: none;
  }
  .ea-ninja-form-area .ea-shape-2 {
    display: none;
  }
  .ea-ninja-form-area .ea-shape-3 {
    display: none;
  }
  .ea-ninja-form-area .ea-shape-4 {
    display: none;
  }
  .ea-ninja-form-area .ea-shape-5 {
    display: none;
  }
  .ea-ninja-contact-form.ea-style-four {
    padding: 20px;
  }
  .ea-ninja-contact-form.ea-style-five {
    padding: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 0;
  }
}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
 /** EA Ninja Form Responsive **/
  .ea-ninja-form-area .ea-shape-1 {
    display: none;
  }
  .ea-ninja-form-area .ea-shape-2 {
    display: none;
  }
  .ea-ninja-form-area .ea-shape-3 {
    display: none;
  }
  .ea-ninja-form-area .ea-shape-4 {
    display: none;
  }
}
