.top_header {
  background: #0f75bc;
  padding: 10px 0;
  text-align: right;
}
.btn-offer {
  background: #fb6402;
  font-weight: 700;
  color: #fff !important;
  font-size: 15px;
  transition: all 0.5s;
  border-radius: 40px;
  padding: 10px 30px;
  border: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.24);
}
.btn-offer.active,
.btn-offer.focus,
.btn-offer:active,
.btn-offer:focus,
.btn-offer:hover,
.open > .dropdown-toggle.btn-offer {
  background: #02b6fb;
  color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.24);
}
.hero_section {
  background: url(https://cdn.creativemarketingincentives.biz/reward/images/sales/hero_30.jpg)
    top center no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.hero_section .exclusively {
  background: -moz-linear-gradient(
    left,
    rgba(10, 127, 181, 0.65) 0,
    rgba(87, 165, 218, 0.65) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(10, 127, 181, 0.65) 0,
    rgba(87, 165, 218, 0.65) 100%
  );
  background: linear-gradient(
    to right,
    rgba(10, 127, 181, 0.65) 0,
    rgba(87, 165, 218, 0.65) 100%
  );
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 15px;
  width: 280px;
  text-align: center;
  margin: 0 auto;
  border-radius: 4px;
  margin-top: 20px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.24);
}
.hero_section .crets {
  margin-top: 3rem;
  padding: 0 15px;
}
.hero_section .crets .crets_bg {
  background: -moz-linear-gradient(
    left,
    rgba(10, 127, 181, 0.65) 0,
    rgba(87, 165, 218, 0.65) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(10, 127, 181, 0.65) 0,
    rgba(87, 165, 218, 0.65) 100%
  );
  background: linear-gradient(
    to right,
    rgba(10, 127, 181, 0.65) 0,
    rgba(87, 165, 218, 0.65) 100%
  );
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 5px;
  min-height: 269px;
  color: #fff;
}
.hero_section .crets .crets_bg .crets_info {
  padding: 15px 20px 5px;
}
.hero_section .crets .crets_bg .crets_info .tital {
  font-weight: 900;
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  line-height: 32px;
  padding-bottom: 5px;
}
.hero_section .crets .crets_bg .crets_info .detail {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 18px;
}
.hero_section .crets .crets_bg .retail_value {
  background: url(https://cdn.creativemarketingincentives.biz/reward/images/sales/retail_value.png)
    top left no-repeat;
  height: 65px;
  margin-left: -7px;
}
.hero_section .crets .crets_bg .value {
  font-size: 16px;
  color: #004e51;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 10px 0 25px;
}
.hero_section .crets .crets_bg .value span {
  font-weight: 900;
}
.hero_section .crets .video_bg {
  background: #e6ecf4;
  padding: 7px;
  box-shadow: -3px -1px 29px -8px #000;
  -webkit-box-shadow: -3px -1px 29px -8px #000;
  -moz-box-shadow: -3px -1px 29px -8px #000;
}
.timer {
  margin-top: 1.5rem;
}
.timer .timer_top {
  background-image: linear-gradient(45deg, #57a3d8 50%, #2089bf 100%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0 50px;
  font-weight: 900;
  font-size: 14px;
  color: #fff;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}
.timer .timer_bottom {
  background-image: linear-gradient(45deg, #57a3d8 50%, #2089bf 100%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 0 50px;
  font-weight: 900;
  font-size: 13px;
  color: #fff;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}
.timer .timer_bg {
  background-image: linear-gradient(45deg, #ddb95b 50%, #805f19 100%);
  border-radius: 7px;
  box-shadow: -3px -1px 29px -8px #000;
  -webkit-box-shadow: -3px -1px 29px -8px #000;
  -moz-box-shadow: -3px -1px 29px -8px #000;
}
.testimonials {
  padding-top: 20px;
  padding-bottom: 20px;
}
.testimonials .white_box {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: -1px 1px 9px 2px rgb(0 0 0 / 10%);
}
.testimonials .white_box .client_name {
  margin-top: -50px;
  text-align: center;
  color: #314258;
  letter-spacing: 1px;
}
.testimonials .white_box .client_name span {
  font-weight: 500;
}
.testimonials .testimonials_bg {
  background-image: linear-gradient(90deg, #3587b7 50%, #0b80b6 100%);
  padding: 30px 50px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  min-height: 260px;
}
.features_bg {
  background: url(https://cdn.creativemarketingincentives.biz/reward/images/sales/features_30.jpg)
    top center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.how_it_work {
  max-width: 470px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.how_it_work .how_it_work_box {
  background: -moz-linear-gradient(
    left,
    rgba(10, 128, 182, 0.85) 0,
    rgba(81, 162, 216, 0.85) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(10, 128, 182, 0.85) 0,
    rgba(81, 162, 216, 0.85) 100%
  );
  background: linear-gradient(
    to right,
    rgba(10, 128, 182, 0.85) 0,
    rgba(81, 162, 216, 0.85) 100%
  );
  border-radius: 10px;
  width: 370px;
  margin-left: 15px;
  position: relative;
  box-shadow: -1px 1px 9px 2px rgb(0 0 0 / 50%);
  padding: 120px 20px 20px;
}
.how_it_work .how_it_work_box .step {
  margin-bottom: 20px;
  color: #fff;
}
.how_it_work_box .step .number {
  margin-right: 10px;
  font-weight: 900;
  font-size: 42px;
  line-height: 42px;
}
.how_it_work_box .step-text {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.how_it_work_box .step-text .step_tital {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.how_it_work .airplane_icon {
  background: url(https://cdn.creativemarketingincentives.biz/reward/images/sales/airplane_icon_16.png)
    top center no-repeat;
  background-size: cover;
  height: 80px;
  width: 470px;
  position: absolute;
  z-index: 1;
  top: 20px;
  font-weight: 900;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 90px;
  padding-top: 18px;
}
.orang_btn {
  margin: 15px 0 0 15px;
}
.btn-orang {
  background: #fb6402;
  font-weight: 700;
  color: #fff !important;
  font-size: 15px;
  transition: all 0.5s;
  border-radius: 10px;
  padding: 10px 24px;
  border: none;
  letter-spacing: 1px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.24);
}
.btn-orang.active,
.btn-orang.focus,
.btn-orang:active,
.btn-orang:focus,
.btn-orang:hover,
.open > .dropdown-toggle.btn-orang {
  background: #02b6fb;
  color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.24);
}
.features_box {
  background-image: linear-gradient(90deg, #ddb95b 50%, #81601a 100%);
  box-shadow: -1px 1px 9px 2px rgb(0 0 0 / 50%);
  padding: 40px 20px;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}
.features_box .features_icon {
  padding: 11px 0;
}
.features_box .features_icon .icon {
  width: 40px;
  margin-right: 10px;
  text-align: center;
  flex-shrink: 0;
}
.logo_bg {
  background: #27243d;
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
}
.logo_bg .green {
  color: #d0ffcf;
}
.logo_bg .logo {
  padding: 70px 0;
  text-align: center;
}
.logo_bg .logo a {
  cursor: pointer;
}
.logo_bg .logo_white_bg {
  background: #fff;
  height: 100%;
  padding: 70px 30px;
  font-size: 14px;
  color: #232323;
  line-height: 24px;
}
@media (max-width: 990px) {
  .hero_section .crets .crets_bg {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    min-height: auto;
  }
  .testimonials .white_box {
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .testimonials .testimonials_bg {
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    min-height: auto;
  }
}
@media (max-width: 450px) {
  .how_it_work {
    max-width: 370px;
  }
  .how_it_work .how_it_work_box {
    width: 270px;
    margin-left: 10px;
    padding: 90px 15px 15px;
  }
  .how_it_work .airplane_icon {
    height: 58px;
    width: 340px;
    font-size: 24px;
    padding-left: 55px;
    padding-top: 12px;
  }
}
