body {
    margin:0; font-size: 14px;
}
b, strong {
    font-weight: 700;
}
header {
    padding-bottom: 60px;
}
#header {
    position: fixed; width:100%; height:93px; z-index: 99999;
}
.headwrap1 {
    padding-top:20px; padding-bottom: 20px;
}
.headwrap1 h1, .headwrap1 h2, .headwrap1 h3, .headwrap1 h4, .headwrap1 h5, .headwrap1 h6 {
    font-weight: 300; line-height: 1.4;
}
.headwrap1 h1 {
  font-size: 53px; padding-bottom: 80px;
}
.headwrap1 h2 {
  font-size: 46px;
}
.headwrap1 h3 {
  font-size: 36px;
}
.headwrap1 h4 {
  font-size: 28px;
}
.headwrap1 h5 {
  font-size: 26px;
}
.headwrap1 h6 {
  font-size: 22px;
}
.btnwrap1 {
  padding-bottom: 20px;
}
.btnwrap1 .btn-lg {
  font-size: 30px; padding-left: 30px; padding-right: 30px;
}
.belowwrap {
  padding-top: 100px; padding-bottom: 100px;
}
.pricingtable {
  padding-top:50px;
}
.table-1 {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.discount > p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
.discount {
  background: #ff0031 none repeat scroll 0 0;
  left: -35px;
  padding: 5px 35px;
  position: absolute;
  top: 15px;
  transform: rotate(-40deg);
}
.table-1 h3 {
  font-size: 44px;
  font-weight: 300;
  margin: 0;
  padding: 20px 0;
  color: #000;
}
.price_month {
  background: #e3e2e2 none repeat scroll 0 0;
  padding: 10px 0;
}
.round {
  background: #fff none repeat scroll 0 0;
  border: none;
  border-radius: 50px;
  display: table;
  margin: 0 auto;
  padding: 31px 35px;
}
.round > h3 {
  font-size: 44px;
  font-weight: 700;
  line-height: 15px;
  padding: 0 0 10px;
}
.round span p {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}
.table-1 > ul {
  margin: 25px 0;
  padding: 0;
}
.table-1 li {
  border-bottom: 1px dashed #e3e2e2;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  list-style: outside none none;
  margin: 0 40px;
  padding: 10px 20px;
}
.section_sub_btn .btn.btn-default {
  background: linear-gradient(to bottom, #8a0029 0%, #ff0031 100%);
  border: 0 none;
  border-radius: 10px;
  color: #fff;
  font-family: roboto slab;
  font-size: 22px;
  font-weight: 500;
  line-height: 35px;
  margin: 10px 0 35px;
  padding: 10px 30px;
}
.price_month_m {
  background: linear-gradient(to right, #ff0031 0%,#8a0029 100%);
  padding: 10px 0;
}
section.price_table_bg {
  background: #fff;
  position: relative;
}
section.price_table_bg:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to bottom, #282828 0%, #373a3c 100%);
}

@media (max-width:767px){
  .headwrap1 h1, .headwrap1 h2, .headwrap1 h3, .headwrap1 h4, .headwrap1 h5, .headwrap1 h6, .btnwrap1 {
    text-align: center;
  }
  .headwrap1 h1 {
    font-size: 40px; padding-bottom:50px;
  }
  .btnwrap1 {
    padding-bottom: 40px; font-size: 0;
  }
  .btnwrap1 a, .table-1 {
    margin:0 20px 20px;
  }
  .table-1 h3{
    font-size: 30px;
  }
  #header {
    background:rgba(0,0,0,0.4);
  }
}