body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  color: #3a3a3a;
  background: url(../images/exclusive/background.jpg);
  background-size: contain;
}

p {
  font-size: 20px;
}
.banner {
  background-image: url(../images/exclusive/banner.jpg);
  background-position: center top;
  background-size: cover;
  height: 220px;
}
.banner-box {
  margin-top: -30px;
}
.feature-box {
  background: #2465b5;
}
.text-yellow {
  color: #ffda7b;
  font-weight: bold;
}
.prime:before {
  content: url(../images/exclusive/gb-icon.png);
  padding-left: 10px;
}
.primeTxt {
  position: relative;
  top: -6px;
  padding-left: 15px;
}
.bg-banner-box {
  background: #0e306c;
}
.bg-blue {
  background: #00306c;
}
.bg-blue2 {
  background: #2465b5;
}
.text-blue {
  color: #2465b5;
}
.price {
  position: absolute;
  width: 90px;
  height: 90px;
  top: -45px;
  right: -20px;
  background: #ff0000;
}
.counter-bg {
  background: rgba(0, 48, 108, 0.7);
}
.counter-bg span {
  color: #ffda7b;
}
.line {
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}

input[type="text"],
input[type="email"] {
  border: 2px solid #2465b5;
}
.gradient {
  background-image: linear-gradient(
    360deg,
    rgb(190, 1, 1) 0%,
    rgb(252, 13, 13) 100%
  );
  color: white;
}
.gradient:hover {
  background-image: linear-gradient(
    360deg,
    rgb(252, 13, 13) 100%,
    rgb(190, 1, 1) 0%
  );
  color: white;
}
.copy a {
  color: #d1d1d1;
  text-decoration: none;
}
.copy a:hover {
  color: #fff;
}
.timer {
  font-size: 66px;
  font-weight: bold;
  margin-top: -18px;
}
@media (min-width: 992px) {
  .strike {
    text-decoration: none;
    position: relative;
    display: inline-block;
    z-index: 1;
  }
  .strike:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/exclusive/underline.png);
    width: 440px;
    height: 24px;
    top: 40px;
  }
}
