
.offer-wrapper {
  padding-top: 6%;
  padding-bottom: 6%;

}

.offer_deals_card_main {
  width: 100%;


  display: flex;
  flex-wrap: wrap;
}

.offer_deal_box {
  width: 23%;
  margin-right: 23px;
  float: left;
  margin-top: 25px;
}

.offer_deal_box:last-child {
  margin-right: 0px;
}

.offer_deal_box:last-child {
  margin-right: 0px;
}

.offer_deals_card {
 
  transition: 0.3s;
  width: 100%;
  border: solid 1px #e6e6e6;
  position: relative;
}

.offer_deals_card>img {
  width: 100px;
  height: 147px;
  position: relative;
}

.offer_deals_card_container {
  position: relative;
  width: 100%;
  padding: 5px 20px;
  background: #ffffff
}

.offer_deal_btn {
  font-family: Lato;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: 0.3px;
  color: #ffffff;
  z-index: auto;
}

.offer_deal_btn {
 
  width: 65%;
  border: none;
  cursor: pointer;
  text-align: center;
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 9;
  right: 0;
  border: 2px #ffffff solid;
  background: none;
  margin-left: auto;
  margin-right: auto;
  padding: 3px 15px;
}

.offer_p {
  margin: 0;
  padding: 0;
  font-family: 'Lato';
}






.li_style {
  list-style: disc;
  margin-left: 20px;
}

.text_deco {
  color: #236eaf;
  text-decoration: none;
}

.offer_bookbtn {
  border: 1px solid #236eaf;
  background-color: #236eaf;
  font-family: Lato;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  width: auto;
  height: 50px;
  font-weight: bold;
  padding: 0 20px;
}

.offer_deals_card_container>h1 {
  font-family: Lato;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #323232;
  margin: 0px 0px;
  height: 37px;
  text-align: left;
}



.li_heading {
  font-family: Lato;
  line-height: 1.9;
  font-size: 15px;
  text-align: justify;
  font-weight: bolder;
  color: #323232;
  margin-top: 35px;
  margin-bottom: 0px;
}

.li_subhead {
  font-family: Lato;
  line-height: 2.5;
  font-size: 14px;
  text-align: justify;
  color: #323232;

}

.li_style1 {
  list-style: disc;
  margin-left: 20px;
  line-height: 2.2;
}

.voucher-container{
  max-width: 1180px;
  margin: auto;
}

.voucher-row{
  display: flex;
  margin-top: 25px;
  flex-wrap: wrap;
}
.voucher-item{
  width: 33.33%;
  padding: 25px 15px 0;
}
.voucher-item:nth-child(3n+1){
  padding: 25px 15px 0 0;
}
.voucher-item:nth-child(3n){
  padding: 25px 0 0 15px;
}
.offer_deal_img{
  max-width: 100%;
  border-radius: 10px;
  height: 220px;
  width: 100%;
  object-fit: cover
}
.voucher_title{
  text-align: left;
}
.voucher-item h2{
  font-size: 18px;
  margin: 10px 0;
}
.voucher-item p{
  font-size: 14px;
}
@media screen and (max-width: 991px){
  .voucher-item{
    width: 50%;
    padding: 25px 15px 0 !important;
  }
  .voucher-container {
    max-width: 100%;
    margin: auto;
    margin-top: 65px;
    width: 100%;
} 
.voucher-row{
  margin-top: 0;
}
.voucher_title{
  text-align: left;
  padding: 0 15px;
}
}
@media screen and (max-width: 767px) {
  .voucher-item{
    width: 100%;
    padding: 25px 15px 0 !important;
  }
  .voucher-container {
    max-width: 1180px;
    margin: auto;
    margin-top: 65px;
} 
.voucher-row{
  margin-top: 0;
}
.voucher_title{
  text-align: left;
  padding: 0 15px;
}
}