*{
    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;
    padding-top: 20px;
}
/* benofits */
.para2{
    font-weight: bold;
    font-size: 22px;
    font-family: calibri;
    text-align: center;
    margin-top: 20px;
}
.col-sm-3{
    margin-top: 40px;
}
.cont2 .row .col-sm-3  span{
    text-align: center;
    width: 100%;
}
.cont2{
    background-color: #DCDCDC;
    margin-top: 50px;
}
/* ** */
.cont3 .row .col-sm-4{
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    width: 450px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 15px;
    border-bottom: 2px solid #FF761A;
}
.cont3{
    margin-top: 50px;
}
.cont3 .para3{
    font-weight: bold;
    font-size: 22px;
    font-family: calibri;
    text-align: center;
    margin-top: 10px;
}
.cont3 .para4{
    font-size: 18px;
    font-family: calibri;
}
.row .col-sm-4 span{
   text-align: center;
   width: 100%;
   padding-top: 20px;
}
@media screen and (max-width: 952px){
    .row .col-sm-4{
        margin-top: 30px;
    }
    .cont3 .row .col-sm-4{
        height: auto;
    }
}
/* ** */
.cont4{
    background-color: #072135;
    margin-top: 60px;
}
.cont4 .row .col-sm-6 img{
    margin-top: 30px;
}
.cont4 .row .col-sm-6 .heads2{
    color: #FF761A;
    font-weight: bold;
    margin-top: 30px;
    font-size: 40px;
    font-family: calibri;
    text-align: center;
}
.cont4 .row .col-sm-6 .para1{
    font-family: calibri;
    font-size: 20px;
    color: white;
    text-align: center;
    margin-top: 50px;
}
 /* 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;
  }