body{
    /*background: rgba(255,255,255,0.7) url(../images/bull-bg.jpg);*/
    background:url(../images/VerifiedPageBG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*background-blend-mode: overlay;*/
    background-position: center left;
    padding:20px 0;

}
.navbar {padding-top:0!important;}
.navbar-brand {padding-top:0!important; display: block!important;}

.navbar > .container{
  display: block!important;

}


h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
   
}
 li {
    font-family: inherit;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
p{
    font-family: inherit;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px; 
}
.horizontal-border2{
    
    background: linear-gradient(355deg, rgba(255,0,0,0.6558998599439776) 25%, rgba(255,0,0,1) 62%, rgba(255,0,20,0.9192051820728291) 50%);
    height: 12px !important;
    position: absolute;
    left: 100px;
    right: 100px;

}
.mainform{
    /*background: rgba(255,255,255,0.7) url(../images/bull-bg.jpg);*/
    background:url(../images/bull-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*background-blend-mode: overlay;*/
    background-position: center left;
    padding:20px 0;

}
.topsection{
    background:linear-gradient(
      rgba(0, 0, 0, 0.8), 
      rgba(0, 0, 0, 0.8)
    ), url('../images/sporty.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-position:center;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
  }
  .img-size img{
      width:20%;
  }
  .tex-color{
          color: #f20e17;
    text-shadow: 1px 2px #fff;
    font-size:40px;
  }
  .text-green{
      color: #2b9b52;
    text-shadow: 1px 2px #fff;
    font-size:40px;
  }
  .product-pic img{
      width:20%;
  }
  .scam img{
      width:17%;
  }
  @media(max-width:767px){
      .img-size img{
      width:50%;
  }
    .product-pic img{
      width:50%;
  }
  .scam img{
      width:50%;
  }
  }