/* Max width 767px */
@media only screen and (max-width: 767px) {
  /** EA Footer Responsive **/
  .ea-section-single-footer-widget.ea-style-two .ea-social li {
    margin-right: 5px;
  }
  .ea-section-footer-area .ea-bg-color-030f2b .col {
    width: 100%;
  }
  .ea-section-footer-area .ea-bg-color-030f2b .col.extra-width {
    width: 100%;
  }
  .ea-copy-right-area.ea-copy-right-bg-color-4a00d8 p {
    text-align: center;
    margin-bottom: 10px;
  }
  .ea-copy-right-area .ea-social {
    text-align: center;
  }
  .ea-section-single-footer-widget.ea-style-four .ea-instagram-link li {
    max-width: 76px;
  }
  .ea-section-single-footer-widget .ea-social li {
    margin-right: 2px;
  }
  .ea-section-single-footer-widget.ea-style-five {
    text-align: center;
  }
  .ea-section-single-footer-widget.ea-style-five .float-right {
    text-align: center;
    float: unset;
  }
  .ea-footer-imporet-logo-wrap .ea-inport-link li {
    margin-right: 10px;
  }
  .ea-section-footer-area .ea-bg-color-ffffff .ea-left-shape {
    display: none;
  }
  .ea-section-footer-area .ea-bg-color-ffffff .ea-right-shape {
    display: none;
  }
}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /** EA Footer Responsive **/
  .ea-section-footer-area .ea-bg-color-ffffff .ea-left-shape {
    display: none;
  }
  .ea-section-footer-area .ea-bg-color-ffffff .ea-right-shape {
    display: none;
  }
}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ea-section-single-footer-widget.ea-style-two .ea-social li {
    margin-right: 0;
  }
}
