@-ms-viewport {
 width: device-width;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width:100%;
  height: auto;
}
.clearfix {
  clear: both;
  margin: 0;
}
H1 {
  font-size: 160%;
  margin-bottom: .8em;
}
H2 {
  font-size: 140%;
  margin-bottom: 1em;
}
H3 {
  font-size: 120%;
  line-height: 1.3em;
  margin-bottom: .8em;
}
p {
  line-height: 1.5em;
  margin-bottom: 1em;
}
.text-center {
  text-align:center;
}
section {
  padding: 50px 0px;
}
.red {
  color: #ba2717;
}
.green {
  color: #1f8d18;
}
.yellow {
  color: #FFF500;
}
.white {
  color: white;
}
.blue {
  color: #005382;
}
.lightblue {
  color: #7bd0e0;
}
.yellow-bg {
  background: #FFFF00;
}
.pink {
  color:#a4006d;
}
.float-img-right {
  display:block;
  margin:0 auto;
}
.center-block {
  display:block;
  margin:0 auto;
}
.strikethrough-diagonal {
  position: relative;
  color: red;
  font-weight: bold;
}
.strikethrough-diagonal:before {
    position: absolute;
    content: '';
    left: 0;
    top: 45%;
    right: 0;
    border-top: 4px solid;
    border-color: inherit;
    -webkit-transform: skewY(-15deg);
    -moz-transform: skewY(-15deg);
    transform: skewY(-15deg);
  }
.small-show {
  display: block;
}
.med-show {
  display: none;
}
.large-show {
  display: none;
}
.line-tile { 
background: url(https://dc7t3bb56ejlr.cloudfront.net/diag-line-pattern.png);
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #252525;
  border-top: #bb2718 solid 2px;
}
header {
  background: url(https://dc7t3bb56ejlr.cloudfront.net/diag-line-pattern.png) #fff;
  text-align: center;
}
.heading {
  max-width: 960px;
  margin: 0 auto;
}
.container {
  min-height: calc(100vh - 170px);
}
.content {
  padding: 0px 3%;
}
.video-content {
  max-width: 960px;
  margin: 0 auto;
  padding: 3%;
  text-align:center;
}
.video {
  margin-bottom: 10px;
}
.access-now {
  display: block;
}
.access-now div {
  width: 100%;
  text-align: center;
}
.access-btn {
  display: block;
  margin: 0 auto;
}
.safe-checkout, .safe-seal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top:3%;
}
.safe-seal img {
  margin: 2%;
}
.fb-comments {
  background: #eaebef;
}
.view-more {
  text-align: center;
  color: #455c8e;
  text-decoration: none;
  display: block;
  margin: 0 auto;
}
.comment-box {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 3%;
}
.comment {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eaebef;
  margin-bottom: 2%;
}
.comment div:nth-child(1) {
  min-width: 50px;
  margin-right: 10px;
}
.comment div:nth-child(2) {
  width: 93%;
}
.comment h4, .like-follow a {
  text-decoration: none;
  color: #455c8e;
}
.expert-testi {
  max-width: 960px;
  margin: 0 auto;
}
.testi-box {
  padding: 25px 50px;
  text-align: center;
  background: #fff;
  border:1px solid #F0F0F0;
  margin-top: 70px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.testi-box img {
  margin-top: -70px;
}
.bonus-box {
  padding: 25px 50px;
  background: #fff;
  border:1px solid #F0F0F0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom:20px;
}
.footer-wrap {
  background: #3f4345;
  padding-top: 20px;
}
.footer-wrap img {
  max-width: 100px;
}
.footer-nav ul {
  max-width:960px;
  margin:0 auto;
  list-style:none;
  display:block;
  text-align: left;
  margin-top:5%;
  margin-bottom:10%;
}
.footer-nav ul li {
  margin-bottom:4%;
  padding-left: 5%;
}
.footer-nav ul li a {
  color: #fff;
  text-decoration: none;
  
}
.footer-nav ul li a:hover {
  color: #bb2718;
}
.footer {
  padding: 12px 0px 12px 5%;
  background: #1c151c;
  color: #ffffff;
}
.footer span {
  display:block;
    max-width:960px;
  margin:0 auto;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
}
.footer a:hover {
  color: #bb2718;
}
.special-box1 {
  padding:20px;
  text-align:center;
  font-size:150%;
  background:#e3f3f6;
   -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom:20px;
}
.special-box2 {
  padding:30px;
  text-align:center;
  font-size:160%;
  background:#e3f3f6;
   -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border:medium #a5bdd4 solid;
  margin-bottom:20px;
}
.bullet-cheked {
  list-style:none;
}
.bullet-cheked li {
  background:url(../images/green-tick.png) no-repeat top left !important;;
  background-position:0% 30%;
  margin-bottom:1em;
  padding: 0 0 5px 35px !important;
}
.guarantee-box {
  background:#fbf8d5;
  margin-bottom:20px;
  text-align:center;
  border: 1px solid #eaebef;
  margin-bottom: 2%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.guarantee-box img {
}
.option {
  background: #fff;
  border:1px solid #F0F0F0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom:20px;
}
.option p {
  padding:0px 25px;
}
.option h2 {
  display:block;
  padding:3%;
  background:#BC0003;
  margin:0 auto;
  color:#fff;
  text-transform:uppercase;
  text-align:center;
  margin-bottom:5%;
}
.red-topborder {
  border-top: #bb2718 solid 2px;
}
.diag-tile {
  background: url(https://dc7t3bb56ejlr.cloudfront.net/diag-line-pattern.png) #fff;
}
.oto-box {
  max-width: 700px; margin:0 auto;
}
@media screen and (max-width : 320px ) {
H1 {
  font-size: 170%;
  margin-bottom: .8em;
}
H2 {
  font-size: 160%;
  margin-bottom: 1em;
}
}

@media screen and (max-width : 489px ) {
}

@media screen and (min-width : 490px ) and (max-width : 634px ) {
  body {
    font-size: 15px;
  }
  .float-img-right {
    float: right;
    height: auto;
    margin-left: 10px;
  }
  .float-img-left {
    float: left;
    height: auto;
    margin-right: 10px;
  }
  .guarantee-box {
    text-align:left;
  }
  .footer-nav ul {
    display:flex;
    justify-content: flex-start;
    flex-wrap:wrap;
    align-items:flex-start;
    margin-top:2%;
    margin-bottom:2%;
  }
  .footer-nav ul li{
    width:50%;
    margin-bottom:4%;
    padding-left: 5%;
  }
}
@media only screen and (min-width : 635px ) and (max-width : 767px) {

}
@media only screen and (min-width:767px) {
  body {
    font-size: 16px;
  }
  .video-content {
    padding: 0% 3% 3% 3%;
  }
  .small-show {
    display: none;
  }
  .large-show {
    display: block;
  }
  .expert-testi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .testi-box {
    width: 48%;
  }
  .float-img-right {
    float: right;
    height: auto;
    margin-left: 10px;
  }
  .float-img-left {
    float: left;
    height: auto;
    margin-right: 10px;
  }
  .guarantee-box {
    text-align:left;
  }
  .footer-nav ul {
    display:flex;
    justify-content: flex-start;
    flex-wrap:wrap;
    align-items:flex-start;
    margin-top: 2%;
  margin-bottom: 2%;
  }
  .footer-nav ul li{
    width:30%;
    margin-bottom:2%;
    padding-left: 5%;
  }
}
@media screen and (min-width : 981px) {
  body {
    font-size: 16px;
  }
  section {
    padding: 50px 0px;
  }
  .small-show {
    display: none;
  }
  .large-show {
    display: block;
  }
  .content {
    max-width: 960px;
    margin: 0 auto;
  }
  .video-content {
    padding: 0% 3% 3% 3%;
  }
  .expert-testi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .testi-box {
    width: 48%;
  }
/*  .footer-wrap {
    background-position: -1% 10%;
  }
  .footer-nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
  }
  .footer-nav ul li {
    padding: 10px;
  }
  .footer-nav ul li a {
    color: #fff;
    text-decoration: none;
  }*/
  .float-img-right {
    float: right;
    height: auto;
    margin-left: 10px;
  }
  .float-img-left {
    float: left;
    height: auto;
    margin-right: 10px;
  }
  .guarantee-box {
    text-align:left;
  }
  .footer-nav ul {
    display:flex;
    justify-content: flex-start;
    flex-wrap:wrap;
    align-items:flex-start;
    margin-top:2%;
    margin-bottom:2%
  }
  .footer-nav ul li{
    width:30%;
    margin-bottom:2%;
    padding-left: 5%;
  }
}
