* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
  color: #222;
  font-weight: 400;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #818181;
    font-weight: 400;
    overflow-y: scroll;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;

}
input,textarea {
  border: none;
  outline: none;
}
a {
  text-decoration: none;
  color: #666;
}
img {
  width: 100%;
}
li {
  list-style: none;
}
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?zen0u4');
    src:  url('../fonts/icomoon.eot?zen0u4#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?zen0u4') format('truetype'),
      url('../fonts/icomoon.woff?zen0u4') format('woff'),
      url('../fonts/icomoon.svg?zen0u4#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }


  /* footer style start */
    .link ul {
        display: flex;
        flex-wrap: wrap;

        max-width: 1200px;
        margin: 0 auto;
        padding: 15px 0;
    }

    .link {
      background-color: #B58D4C;
    }


    .link ul li {
        margin-top: 3px;
    }

    .link ul li {

        white-space: nowrap;
        font-size: 12px;
    }

    .link ul li a {
        white-space: nowrap;
        font-size: 12px;
        color: #888;
        padding: 0 5px;
        color: #f5f5f5;
    }


    /* footer style end */

  
@media (max-width: 575.98px) {



  .link {
    padding: 16px 0;
  }
}