*{
    box-sizing: border-box;
}
html , body {
    padding: 0;
    margin: 0;
}
body{
    font-family: Roboto;
}
.container{
    width: 90%;
    margin: auto;
}
.imag1{
  margin: 10px;
  display: flex;
}
.imgclass{
   
    text-align: center;
}
.marg40{
    margin-top: 45px;
}
.text-center{
    text-align: center;
}
.textsec1{
    font-size: 45px;
    font-weight: 500;
}
.textsec2{
    font-size: 45px;
    color: #FDAF17;
    font-weight: 500;
}
.textsec3{
    font-size: 28px;
    color: #333333;
    line-height: 51px;
}
.textsec4{
    font-size: 12px;
}
.textsec9{
    font-size: 21px;
}
.bold1{
    font-weight: bold;
    color: black;
}
hr{
    border: solid 1px rgba(0, 0, 0, 0.04);
}
.trade1{
  margin-top: 20px;
  margin-bottom: 55px;
    
}
.trade1 a{
    background-color: #E5702B;
    padding: 15px 40px 15px 40px;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    font-size: 18px;
}
.footerback{
    font-size: 10px;

}
.marg10{
    margin-top: 10px;
}
.footerback{
    background-color: #CCCCCC;
    padding: 30px;
    line-height: 20px;
}
.tnc{
    text-decoration: none;
    color: black;
}

@media screen and (max-width: 768px){
          .textsec1{
                 font-size: 30px;
          }
          .textsec2{
            font-size: 30px;
          }
          .textsec3{
            font-size: 20px;
            line-height: 30px;
            margin-top: 20px;
          }
          .textsec9{
            font-size: 20px;
            margin-top: 20px;
          }
}
