body {
	font-family: 'Open Sans', sans-serif;
	 font-weight: 400;
    font-style: normal;
	color: #231F20;
	line-height: 1.7;
  font-size: 18px;
}
a {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	outline: none;
}
a:focus, button:focus {
	outline: none !important;
}
header{
    background: #194E93;
    position: relative;
}
header::before{
    width: 100%;
    height: 15px;
    background: #fff;
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.new-nav ul li {
    display: inline-block;
  }
  .new-nav ul li:not(:first-child) {
    margin-left: 25px;
  }
  .new-nav ul li a:hover {
    color: #808080;
    text-decoration: none;
  }
  .banner{
      padding: 40px 0;
  }
  .new-nav ul li a{
      display: inline-block;
      position: relative;
      color: #fff;
      font-size: 16px;
      text-decoration: none;
      font-weight: 600;
  }
  .new-nav ul li a span{
    background: rgb(209,25,37);
    background: linear-gradient(28deg, rgba(209,25,37,1) 0%, rgba(100,40,52,1) 100%);
    position: relative;
    z-index: 3;
    display: block;
    padding: 5px 28px;
    border-radius: 30px;
  }
  .new-nav ul li a::before{
      width:calc(100% + 4px);
      height:calc(100% + 4px);
      background: rgb(46,30,45);
background: linear-gradient(28deg, rgba(46,30,45,1) 0%, rgba(200,30,39,1) 100%);
      position: absolute;
      left:-2px;
      top: -2px;
      z-index: 1;
      content: "";
      border-radius: 30px;
  }
  .new-nav ul li a
  .new-nav ul li a:focus,
  .new-nav ul li a:hover {
      color: #fff;
  }
  .new-nav ul li a:hover span, .new-nav ul li a.active span{
    background: rgb(209,25,37);
    background: linear-gradient(28deg, rgba(209,25,37,1) 0%, rgba(218,53,46,1) 100%);
  }
  .new-nav-cont{
      display:flex;
      justify-content:space-between;
      align-items:center;
  }
  .new-nav{
      display:flex;
      align-items:center;
      justify-content: center;
  }
  
  #nav:checked + .nav-open {
    transform: rotate(45deg);
  }
  #nav:checked + .nav-open i {
    background: #fff;
    transition: transform 0.2s ease;
  }
  #nav:checked + .nav-open i:nth-child(1) {
    transform: translateY(7px) rotate(180deg);
  }
  #nav:checked + .nav-open i:nth-child(2) {
    opacity: 0;
  }
  #nav:checked + .nav-open i:nth-child(3) {
    transform: translateY(-6px) rotate(90deg);
  }
  #nav:checked ~ .nav-container {
   z-index: 9990;
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
  #nav:checked ~ .nav-container ul li a {
    opacity: 1;
    transform: translateY(0);
  }
  .hidden {
    display: none;
  }
  .nav-container ul{
      margin:0;
  }
  .logo{
      min-height: 50px;
      margin: 16px 0 28px 0;
  }
  .diver{
      background: #D72228;
      width: 200px;
      height: 2px;
      margin: 25px auto;
  }
  footer{
      height: 12px;
      background: #144d92;
      margin-top: 30px;
  }
  h2{
    font-weight: 700;
    color: #D72228;
  }
  .step-ul{
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .step-ul li{
    display: flex;
    align-items: center;
  }
  .step-count{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 2px 20px 0 20px;
    line-height: 1.4;
    border-radius: 15px;
    background: #BE202E;
    font-family: 'Bebas Neue', cursive;
    margin-right: 25px;
    min-width: 110px;
    text-align: center;
  }
  .step-content{
    border-bottom: 1px solid #231F20;
    padding: 18px 0;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .step-content img{
    max-height: 52px;
    max-width: 52px;
    min-width: 52px;
    min-height: 52px;
    margin-right: 15px;
  }
  .step-ul li:first-child .step-content{
    border-top: 1px solid #231F20;
  }
  .rewards-box{
    background: #E7E8E9;
    border-radius: 25px;
    padding: 50px 40px 10px 40px;
    margin-bottom: 40px;
  }
  .rewards-ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }
  .rewards-ul li{
    width: 33.33%;
    margin-bottom: 40px;
    padding: 0 20px;
    text-align: center;
  }
  .rewards-ul li img{
    min-width: 80px;
  }
  .rewards-ul li p{
    margin-bottom: 0px;
  }
  .rewards-ul li h4{
    font-weight: 700;
    color: #D72228;
    font-size: 22px;
    margin: 20px 0 0 0;
  }
  .rewards-ul li:nth-child(4), .rewards-ul li:nth-child(5) {
    width: 50%;
  }
  .rewards-ul li:nth-child(2){
    border-left: 1px solid #D72228;
    border-right: 1px solid #D72228;
  }
  .rewards-ul li:nth-child(4){
    border-right: 1px solid #D72228;
  }
  .signup-6{
    min-width: 80px;
  }
  .text-primary{
    color: #D72228 !important;
  }
  .table {
    border-color: #174E92;
}
.text-blue{
  color: #174E92;
}
.table>:not(:first-child) {
  border-top:1px solid #174E92;
}
.exclusive-box{
  border: 2px solid #D72228;
  border-radius: 20px;
  padding: 25px 25px 0 25px;
  position: relative;
  font-weight: 500;
}
.exclusive-box h3{
  font-weight: 700;
    color: #D72228;
    background: #fff;
    display: inline-block;
    padding: 0 15px;
    position: relative;
    top: -45px;
}
.exclusive-ul{
  margin: -30px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.exclusive-ul li{
  width: 33.33%;
  text-align: center;
  color: #174E92;
  font-size: 16px;
}
.exclusive-ul li img{
  max-width: 60px;
  min-height: 48px;
}
.exclusive-ul li h2{
  font-family: 'Bebas Neue', cursive;
  font-size: 100px;
  color: #174E92;
  margin-right: 5px;
  margin-bottom: 0;
  line-height: 1;
}
.offer{
  display: flex;
  font-size: 36px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  font-family: 'Bebas Neue', cursive;
}
.exclusive-box h5{
  color: #174E92;
  font-weight: 500;
  font-size: 20px;
  display: inline-block;
  padding: 0px 15px;
  position: relative;
  bottom: -18px;
  background: #fff;
}
.terms{
  position: absolute;
  top: 20px;
  left: -50px;
  z-index: 2;
  font-size: 11px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
}
.register-box{
  background: #E7E8E9;
  padding: 35px;
  border-radius: 25px;
  color: #174E92;
}
.register-box-form{
  display: flex;
  margin-bottom: 15px;
}
.register-box-form-left{
  min-width: 200px;
}
.register-box-form-right{
  width: 100%;
}
.form-control{
  border-color: #fff;
  padding-left: 25px;
  border-radius: 35px;
	min-height:44px;
}
.btn{
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 30px;
  border-radius: 30px;
}
.btn-primary{
  background: #D62228;
  border-color: #D62228;
}
.iframe-box{
  padding-top: 30px;
  padding-bottom: 30px;
}
.iframe-box iframe{
  width: 100%;
  height: 1500px;
}