.featured-special .inner {
  padding-top: 0;
  margin-top: 30px;
}
.featured-special .card-left,
.featured-special .card-right {
  display: inline-block;
  float: left;
  box-sizing: border-box;
}
.featured-special .card-left h3,
.featured-special .card-right h3 {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
}
.featured-special .card-left {
  width: 65%;
  padding-right: 30px;
}
@media all and (max-width: 1024px ) {
  .featured-special .card-left {
    width: 55%;
  }
}
@media all and (max-width: 736px ) {
  .featured-special .card-left {
    width: 100%;
    padding-right: 0;
  }
}
.featured-special .card-right {
  width: 35%;
  padding-left: 30px;
}
@media all and (max-width: 1024px ) {
  .featured-special .card-right {
    width: 45%;
  }
}
@media all and (max-width: 736px ) {
  .featured-special .card-right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
.featured-special .card-right p {
  color: #fff;
  margin-top: 20px;
}
.featured-special .card-right h3 {
  margin-top: 40px;
}
.featured-special .card-right .bookNow {
  margin-top: 30px;
  text-align: center;
  clear: both;
}
.deals h2 {
  color: #418FDE;
  text-align: center;
  margin-bottom: 60px;
}
.deals ul {
  padding-left: 0;
}
.deals ul li {
  width: 25%;
  float: left;
  box-sizing: border-box;
  list-style-type: none;
  border-right: 1px solid #ccc;
  padding: 5px 30px;
}
@media all and (max-width: 1024px ) {
  .deals ul li {
    width: 50%;
    margin-bottom: 60px;
  }
  .deals ul li:nth-child(2) {
    border-right: none;
  }
  .deals ul li:nth-child(odd) {
    padding-left: 0;
  }
}
@media all and (max-width: 500px ) {
  .deals ul li {
    padding: 5px 0px 40px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-right: none;
    margin-bottom: 40px;
  }
  .deals ul li:last-child {
    border-bottom: none;
  }
}
.deals ul li:last-child {
  border-right: none;
}
.deals ul li:first-child {
  padding-left: 0;
}
.deals ul li .day {
  color: #43B02A;
  margin-bottom: 5px;
  font-weight: bold;
}
.deals ul li .title {
  color: #43B02A;
  font-weight: 600;
}
.deals ul li .note {
  color: #418FDE;
  text-align: left;
  margin: 20px 0;
  font-size: 16px;
  font-weight: 400;
}
.deals ul li .time {
  color: #418FDE;
  font-weight: 400;
}
.buy-now {
  text-align: center;
  background: url(/view/img/home/bubble_pattern.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  background-attachment: fixed;
}
.buy-now h2 {
  color: #fff;
  margin-bottom: 20px;
}
.buy-now p {
  font-size: 36px;
  line-height: 52px;
  color: #fff;
  font-weight: 400;
  max-width: 1024px;
  margin: 0 auto;
}
@media all and (max-width: 1280px ) {
  .buy-now p {
    font-size: 32px;
    line-height: 48px;
  }
}
@media all and (max-width: 1024px ) {
  .buy-now p {
    font-size: 28px;
    line-height: 42px;
  }
}
@media all and (max-width: 736px ) {
  .buy-now p {
    font-size: 22px;
    line-height: 30px;
  }
}
.buy-now .note {
  margin-top: 15px;
}
.buy-now .a {
  margin-top: 40px;
}
.left-featured,
.right-featured {
  width: 50%;
  float: left;
  display: inline-block;
  box-sizing: border-box;
  padding-top: 60px;
  margin-bottom: 30px;
}
.left-featured {
  padding-right: 20px;
}
.right-featured {
  padding-left: 20px;
}
.left-featured h3,
.right-featured h3 {
  color: #43B02A;
  font-weight: 600;
  margin-bottom: 20px;
}
.left-featured h3 {
  font-weight: bold;
  margin-top: 40px;
}
.featured-special {
  background: lightyellow;
}
.featured-special .inner {
  margin-top: 0;
}
@media only screen and (max-width: 500px) {
  .left-featured,
  .right-featured {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
  }
}

.deals-ul a{
        font-family: "Nunito", sans-serif;
        color: #418fde;
        font-weight: bold;
        margin: 10px 0;
        position: relative;
        text-decoration: none;
        font-size: 24px;
        letter-spacing: 0.5px;
        cursor: pointer;
        display: block;
        transition: 0.3s all;
    }
    
    .deals-ul a:hover{
        color:#43B02A;
    }
