.mhl .container-fluid {
  padding: 0px;
  justify-content: center;
}

.deals-row.bg-trans .freeitem {
  background-color: #f2f2f2 !important;
}
.deals-row.bg-cyan .freeitem,
.deals-row.bg-grey .freeitem {
  background-color: #fff !important;
}

.mhl .faq-cont {
  margin: 20px auto 40px;
}

.mhl .img-container {
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 30px 0 0;
}

.faq-cont img {
  max-width: 45px;
}

.mhl .custom-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width:992px) {

  .mhl .faq-cont {
    margin: 30px auto 40px;
  }

  .mhl .img-container {
    display: flex;
    justify-content: center;
  }
  .mhl .custom-container {
    display: flex;
    max-width: 1170px;
  }
  
}


@media screen and (min-width:999px) {
  .mhl .img-container {
    height: 386px;
  }
}

@media screen and (min-width:992px) and (max-width: 1014px) {
  .mhl .img-container {
    height: auto;
  }
}


/*to rest latest release css*/
.deals-row:nth-of-type(odd) {
  background: #f2f2f2;
}
.deals-row:nth-of-type(even) {
  background: #fff;
}
.bg-cyan {
  border-top: none;
}
.cat-title.latest-title {
  display:block;
  color:#000;
  padding:0;
  margin:1em 0;
  background:none;
}
.cat-title.latest-title:after {
  display:none;
}
.backtotop {
  background:#f2f2f2 !important;
}