.top-row{
    height: 70px;
    width: 100%;
    background: #111517;
    /* color: #fff; */
    /* line-height: 70px; */
    padding: 20px 0;
    border-bottom: 1px solid #555;
  }
  .top-row2{
    height: 60px;
    background: #111517;
    line-height: 60px;
  }
  .bnm{
    display: none;
  }
  @media(max-width:768px){
    .bnm{
      display: block;
    }
    .rr{
      display: none;
    }
  }
  .raffle{
    color:rgb(253, 183, 136);
    /* color:#504a36; */
    float: right;
    font-size: 13px;
  }
  .reggg{
    display: none;
  }

  #intro h1{
      font-size: 50px;
      font-weight: 800;
  }
  .test-img{
      height: 80px;
      border-radius: 50%;
  }
  @media(max-width:768px){
    .test-img{
      height: 50px;
    }
  }
  .testifier{
      min-height: 100px;
      width: 100%;
  }
  @media(max-width:768px){
    .testifier{
      min-height:50px;
      width: 100%;
      /* font-size: 14px; */
    }
    .ter{
      font-size: 14px;
    }
    .tyu{
      font-size: 16px;
    }
    .yut h1{
      font-size: 18px;
    }
  }
  .testimonies{
    background: #efefef;
    /* background-color: #efefef; */
    background-image: -webkit-linear-gradient(30deg, #efefef 50%, #f7f7f7 50%);
  }
  /* .bonus-deposit{

  } */
  .contt{
    background: #fff;
    color: #000;
    padding-bottom: 20px;
  }
.incontt{
  padding-top: 10px;
  padding-bottom: 10px;
}
.dej{
  height: 100px;
}
.bonusss{
  min-height: 50vh;
  width: 100%;
  padding: 48px 0;
  background: rgba(226, 226, 226, 0.705);
}
.free{
  background: rgb(3, 197, 68);
  color: #fff;
  padding-bottom: 48px;
  padding-top: 48px;
}
@media screen and (max-width:768px){
    .contt{
        margin-top:0;
         margin-right: 0;
    margin-left: 0;
    }
    .dej{
        height:auto;
    }
}
.but{
	display:none;
}
  @media screen and (max-width:768px){
    .raffle{
      display: none;
    }
    .reggg{
      display: block;
    }
    .button-area{
      display: none;
    }
    .sname{
      margin-left:70px;
      margin-top:-30px;
      color:rgb(235, 109, 26);
    }
    .top-row2{
      display: none;
    }
    #header {
      height: 60px;
    }
    #intro {
        padding-top:30% ;
    }
    #intro h1{
      font-size:22px;
    }
    #intro .ty{
      font-size:14px !important;
      /* list-style: none; */
    }
    .btn-get-started{
      font-size: 14px !important;
    }
	.but{
	display:block;
}
  }
  div {
      box-sizing: border-box !important;
  }