.sec-top{
  margin-top: 150px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 30px;
    top: 530px;
    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;
}

.mar1{
    margin-top: 40px;
}

.pad1{
    padding-top: 20px;
    padding-bottom: 20px;
}

.fo1{
    font-family: arial;
    color: #029e9d;
}

.co1{
    color: #029e9d;
}



.fo2{
    font-family: arial;
    color: #ffbc00;
}

.pb-3, .py-3 {
    padding-bottom: 0.5rem !important;
}
.pt-3, .py-3 {
    padding-top: 0.5rem !important;
}


