*{
    margin: 0;
    padding: 0;
  }
  body{
    overflow-x:hidden;
}
/* banner */
.banner img{
    margin-top: 160px;
}
@media screen and (max-width: 952px){
    .banner img{
      margin-top: 175px;
    }
}
/* first para */
.heads {
    text-align: center;
    font-family: calibri;
    font-weight: bold;
    margin-top: 60px;
    font-size: 40px;
}
.line{
    border: 1.5px solid #FF761A;
    margin-left: auto;
    margin-right: auto;
}
.para1{
    font-family: calibri;
    font-size: 20px;
}
/* second para */
.cont1 .row .col-sm-6 ul li{
    font-size: 20px;
    font-family: calibri;
    margin-top: 20px;
}
.cont1 .row .col-sm-6  img{
    margin-top: 30px;
}
.heads1{
    font-weight: bold;
    font-size: 35px;
    font-family: calibri;
    text-align: center;
}
/* benofits */
.para2{
    font-weight: bold;
    font-size: 22px;
    font-family: calibri;
    text-align: center;
}
.col-sm-4{
    margin-top: 40px;
}
.row .col-sm-4 img{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
 /* whats app */
 .float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
  }
  
  .my-float{
    margin-top:16px;
  }
  .social{
  margin-left: 12px;
  }