body {
  padding: 0 !important;
}

@media all and (min-width: 992px) {
  .banner-new.dismiss_banner_closed {
    padding-top: 108px;
  }
}

@media all and (min-width: 1024px) {
  .banner-new.dismiss_banner_closed {
    padding-top: 68px;
  }
}

.banner-new .arrow-link {
  color: #000;
  margin-top: 15px;
}

.banner-new .arrow-link span {
  margin-left: 0;
  transition: .3s ease-in-out
}

.banner-new .bottom-row {
  height: 90px;
  width: 100%;
  bottom: 0
}

@media (min-width:596px) {
  .banner-new .bottom-row {
    height: 100px
  }
}

.banner-new .bottom-row .banner-logo-slider {
  position: relative;
  z-index: 1;
  width: calc(100% - 100px);
  margin: 20px auto;
  height: 100%;
  max-height: 70px;
  text-align: center
}

.banner-new .bottom-row .slick-arrow {
  width: 24px;
  height: 15px;
}

.banner-new .bottom-row .prev {
  left: -30px;
}

.banner-new .bottom-row .next {
  right: -30px;
}

@media (min-width:768px) {
  .banner-new .bottom-row .banner-logo-slider {
    width: calc(100% - 60px);
  }
}

.banner-new .bottom-row .img-wrapper {
  display: inline-block;
  height: 70px;
  outline: 0;
  text-align: center;
  position: relative;
  transition: .3s ease-in-out;
  width: 190px;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}

.page-template-new-homepage .banner-new .bottom-row .img-wrapper {
  width: 120px;
}

.page-template-home-page .banner-new .bottom-row .img-wrapper {
  width: 120px;
}


.banner-new .bottom-row .img-wrapper:hover {
  outline: 0;
  background: rgba(255, 255, 255, .2)
}

.banner-new .bottom-row .img-wrapper img {
  height: 100% !important;
  width: 100%;
  object-fit: contain;
  max-width: 140px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: .3s ease-in-out;
  border-style: none;
}