/* Announcement */

.row.announcement {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.announcement {
  background: #ffc821;
  text-align: center;
  z-index: 9999;
}

.announcement p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

.announcement button#close {
  background: #005596 !important;
  color: #fff;
  border: none;
  font-size: 12px;
  margin-left: 5px;
}

/* Slider */

#carousel-slider {
  margin-top: 60px;
}

/* Mobile Menu */

@media (max-width: 768px) {
  #wsnavtoggle {
    margin-top: 50px !important;
  }
  .callusicon,
  .searchclick,
  .smallogo {
    margin-top: 40px !important;
  }
  #carousel-slider {
    margin-top: 90px !important;
  }
}

/* Hide Class */

.hide {
  display: none;
}

/* Remove Margins*/

.remove-mobile-margin {
  margin-top: 0px !important;
}

@media (max-width: 767px) {
  -remove-mobile-margin-slider {
    margin-top: 50px !important;
  }
}
