.ttm_single_image-wrapper2.imagestyle-one2 {
  z-index: -1;
  padding-top: 0px;
}

.ttm_single_image-wrapper2.imagestyle-one2:before {
  /* background-image: url(../images/img-pattern-bg1.png); */
  content: '';
  position: absolute;
  width: 190px;
  height: 226px;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  z-index: -1;
}

.mega-menu-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 2px;
  background-color: #C3002F;
  transition: right 0.3s ease-out;
}

.mega-menu-item:hover::after {
  right: 0;
}

.mtb {
  margin-top: 100px;
}

.pp_details {
  display: none !important;
}

.pp_expand {
  display: none !important;
}

.pagination {
  display: inline-block;
}

.float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
}

.pagination a {
  color: black;
  float: left;
  border: 1px solid #000;
  padding: 8px 16px;
  text-decoration: none;
  margin-right: 5px;
}

.pagination a.active {
  background-color: #C3002F;
  color: white;
  border-radius: 5px;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 10px;
}

@media only screen and (max-width: 600px) {
  .slide {
    height: auto;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
  }

  .logo11 {
    width: 80%;
  }

  .abm {
    margin-top: 0px !important;
  }

  .mtb {
    margin-top: 0px !important;
  }
}