.slick-next:before,
.slick-prev:before {
  content: "\203A" !important;
  background: #236eaf;
  padding: 1px 11px 7px 12px;
  border-radius: 15px;
  color: white !important;
 
}

.slick-prev:before {
  content: "\2039" !important;
  background: #236eaf;
  padding: 1px 12px 5px 9px;
  border-radius: 15px;
  color: white !important;
  margin: 0px 0px 0px -8px;
}

.slick-next:before,
.slick-prev:before {
  opacity: 1 !important;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25 !important;
}

.off-slider {
 
  width: 810px;
  margin: 0 auto;
}

.offers-body {
  display: none;
  padding: 15px 0px 5px 40px;

}

.offer-display-none {
 
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.offer-img-btn {
  float: right;
  margin: -8px 8px;
}

.offer-img-btn-exp {
  width: 20px;
  margin: 0px 7px;
}

.offer-slider-details {
  margin: 20px 0;
  background-color: #fff;
  padding: 2px 5px;
  position: relative;
  z-index: 1;
}

.offer-slider-details h2 {
  font-size: 22px;
  text-transform: uppercase;
  transition: 0.6s all;
}

.offer-slider-details p {
  font-size: 14px;
  transition: 0.6s all;

}

.offer-slider-details a {
  text-decoration: none;
  color: #676767;
  background-color: #ffffff;
  display: inline-block;
  font-size: 13px;
 
  padding: 12px 20px;
  text-align: center;
  border: 1px dashed rgba(77, 77, 79, .8);
  border-radius: 6px 6px;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: 1.3px;
  cursor: pointer;
  text-transform: uppercase;

}

.offer-slider-details a:hover {
  color: #236eaf;

}

.offer-border {
  border: 1px solid grey;
  background: white;
}

.offer-border-1 {
  border-right: 1px solid grey
}

.offer-border-bottom {
  border-bottom: .5px solid #d0d0d0;

}

.offer-img {
  height: 25px;
  margin: 0px 10px;
}

.offer-title {
  font-family: 'lato';
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  color: #4d4d4f;
}

.offer-flex {
  display: flex;
  align-items: center;

}

.display-flex-1 {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
  padding: 0px 22px 0px 0px;
  margin-bottom: 13px;
}

.offer-btns-copy {
  font-family: 'lato';
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: .3px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  margin-top: 10px;
  color: #236eaf;
}

.offers-10 {
  margin: 0px 10px;
}

.offer-titles {
  font-family: 'lato';
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: .39px;
  color: #000;
}







.offer-modal {
  display: none;
 
  position: fixed;
 
  z-index: 999999;
 
  left: 0;
  top: 0;
  width: 100%;
 
  height: 100%;
 
  overflow: auto;
 
  background-color: rgb(0, 0, 0);
 
  background-color: rgba(0, 0, 0, 0.4);
 
  -webkit-animation-name: fadeIn;
 
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}



.offer-modal-content {
  position: fixed;
  bottom: 0px;
  background-color: #fefefe;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
  border-radius: 20px 20px 0px 0px;

}

.offer-modal-fullscreen {
  height: 100% !important;
  border-radius: 0px !important;
}




.offer-close {
  color: white;
  float: right;
 
  font-size: 45px;
  font-weight: bold;
}

.offer-close:hover,
.offer-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.offer-modal-header {
  padding: 2px 25px;
  background-color: #ffffff;
  color: #212121;
  border-radius: 15px 15px 0px 0px;
  border-bottom: .5px solid #c5bdbd;
}

.offer-modal-body {
  padding: 2px 20px;
}

.offer-modal-body-mobile {
  padding: 2px 20px;
  height: 250px;
  overflow-y: auto;
}

.offer-modal-body-mobile-fullscroll {
  height: 90% !important;
}

.offer-modal-footer {
  padding: 2px 25px;
  background-color: #5cb85c;
  color: white;
}

.offer-img-mobile {
  height: 20px;
  margin: 20px 10px;
}


@-webkit-keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0
  }

  to {
    bottom: 0;
    opacity: 1
  }
}

@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0
  }

  to {
    bottom: 0;
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}




.offer-modal-grey-bar {
  margin: 5px auto;
  width: 17%;
  height: 5px;
  background-color: #d1d3d4 !important;
  border-radius: 2px 2px;
}

.offer-modal-main-section {
  display: flex;
  height: 35px;
}

.offer-modal-sec-title {
  font-family: 'Lato';
  font-size: 19px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: .3px;
  color: #000;
}

.offer-modal-sec-para {
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: .3px;
  color: #939598;
}