@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/







.copy-item {
  display: flex;
  padding: 15px 0;
}
.copy-item .copy-right {
  font-size: 12px;
  color: #55595D;
}
.copy-item ul {
  margin-left: auto;
  display: flex;
  margin-bottom: 0;
}
.copy-item ul li {
  list-style: none;
  margin-left: 30px;
}
.copy-item ul li a {
  font-size: 12px;
  color: #171717;
  text-decoration: none;
}
@media (max-width: 767px) {
  .copy-item {
    text-align: center;
    display: block;
  }
  .copy-item .copy-right {
    margin-bottom: 15px;
  }
  .copy-item ul {
    margin: 0;
    padding: 0;
    display: block;
  }
  .copy-item ul li {
    list-style: none;
    margin-left: 30px;
    margin: 0;
    width: 100%;
  }
}/*# sourceMappingURL=footer.css.map */