.show-media {
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

.show-media .media-img {
  overflow: auto;
  padding: 20px 0;
}

.show-media .media-img .pip {
  flex: 0 0 calc(25% - 10px);
  height: 150px;
  position: relative;
}

.show-media .media-img .pip img {
  padding: 4px;
  object-fit: contain;
}

.show-media .media-img .pip span {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 1.714rem;
  cursor: pointer;
  background: #ffff;
  border-radius: 50%;
}



.prevew-search ul {
  left: 15px;
  top: 50px;
  z-index: 2;
  background: #ffff;
  box-shadow: 0 0 10px #969696;
}

.prevew-search ul li {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0 10px 10px;
  cursor: pointer;
}

.prevew-search ul li a {
  font-size: 1rem;
  color: #495057;
}

.prevew-search ul li:hover {
  background: #ebebeb;
}

.prevew-search ul li:hover a {
  color: #eb0a1e;
}

.btn-file {
  background-color: white;
  color: #a1a1a1;
  border: 1px solid #cacaca;
  display: flex;
}

.btn-file #gallery_photo_add {
  position: absolute;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  width: 500px;
  left: 0;
  top: 0;
}

.btn-file .label-1 {
  border-radius: 3px;
  background-color: #444444a1;
  color: #fff;
  padding: 3px 15px;
  margin-right: 20px;
  margin-left: 5px;
}

.btn-file .label-2 {
  text-align: left;
  float: left;
  padding-right: 150px;
}

.archives-ud {
  margin-top: 10px;
}

.archives-ud .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
}

.archives-ud .box i {
  color: #eb0a1e;
}

.archives-ud .box p {
  margin-left: 8px;
  margin-bottom: 0;
  font-size: 14px !important;
}

.subform-contact {
  border: unset;
  width: 100%;
  padding: 12px 18px !important;
  font-size: 1rem !important;
  background: #eb0a1e;
}

.pagnition {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.pagnition .page-numbers {
  padding: 3px 15px !important;
  background: #f0f1f4;
  color: #000;
  font-size: 30px;
}

.pagnition .page-numbers:hover {
  background-color: #eb0a1e;
  color: #fff;
}

.pagnition span {
  margin-left: 0 !important;
}

.pagnition i {
  font-size: 20px;
}

.pagnition .current {
  background-color: #eb0a1e;
  color: #fff;
}

/*# sourceMappingURL=home.css.map */

.daterangepicker.ltr.single.opensright{
  display: none;
}