.contact-us {
  position: absolute;
  left: 80%;
  top: 5%;
  cursor: pointer;
  width: 135px;
  height: 40px;
  z-index: 999;
  text-align: center;

  font-family: 'Raleway', sans-serif;
  font-size: 26px !important;
  font-weight: 400;

  margin-top: 0;
  margin-bottom: 30px;

  letter-spacing: 1px;
  color: #fff;
}

@media screen and (max-width: 420px), screen and (max-height: 720px) {
  .contact-us {
    font-size: 16px !important;
    left: 65% !important;
  }

  .contact-us img {
    width: 40px !important;
    height: 40px !important;
  }
}

@media screen and (max-width: 329px) {
  .contact-us {
    font-size: 26px;
  }
}

@media screen and (max-width: 318px) {
  .contact-us {
    font-size: 26px;
  }
}

@media screen and (min-width: 3000px) {

}
