.rs-header-sticky {
  background: var(--tp-white-color);
  padding: 16px 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.45);
  border-bottom: 1px solid var(--tp-grey-color);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: 0.6s linear;
  -moz-transition: 0.6s linear;
  -ms-transition: 0.6s linear;
  -o-transition: 0.6s linear;
  transition: 0.6s linear;
}
.rs-header-sticky.active {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.rs-header-sticky .rs-header-btn {
  width: 120px;
  justify-content: center;
  height: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-header-sticky .rs-header-btn {
    margin-right: 8px;
    height: 40px;
    font-size: 14px;
  }
}
.rs-header-sticky .rs-header-abtar {
  flex: 0 0 auto;
  cursor: pointer;
}
@media (max-width: 767px) {
  .rs-header-sticky .rs-header-abtar {
    width: 40px;
    height: 40px;
  }
}
.rs-header-sticky .tp-megamenu-wrapper {
  left: -300px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-header-sticky .tp-megamenu-wrapper {
    left: -245px;
  }
}
.rs-header-sticky .tp-header-author-thumb-more {
  top: 65px;
  right: -20px;
}
@media (max-width: 767px) {
  .rs-header-sticky .rs-header-logo a img {
    width: 200px;
  }
}
@media (max-width: 767px) and (max-width: 350px) {
  .rs-header-sticky .rs-header-logo a img {
    width: 150px;
  }
}
