.float {
   position: fixed;
   width: 16rem;
   height: 35px;
   bottom: 15px;
   right: 21px;
   background-color: #25d366;
   color: #FFF;
   border-radius: 10px;
   text-align: center;
   font-size: 21px;
   box-shadow: 2px 2px 3px #999;
   z-index: 100;
}

.call {
   position: fixed;
   width: 16rem;
   height: 40px;
   bottom: 60px;
   right: 21px;
   background-color: #ee3232;
   color: #FFF;
   border-radius: 10px;
   text-align: center;
   font-size: 21px;
   box-shadow: 2px 2px 3px #999;
   z-index: 100;
}

.my-float {
   margin-top: 16px;
}

.heading {
   color: #ffffff;
   font-weight: 700;
}

.footer_s {
   color: #ffffff;
   font-size: 24px;
   margin-bottom: 20px;
   position: relative;
   padding-bottom: 10px;
   font-weight: 700;
}

.footer_s::before {
   content: "";
   position: absolute;
   left: 0;
   bottom: 0;
   height: 2px;
   width: 80px;
   background-color: #ee3232;
}

.footer_span {
   color: #ffffff;
   font-size: 24px;
   margin-bottom: 20px;
   position: relative;
   padding-bottom: 10px;
   font-weight: 700;
}

.footer_span::before {
   content: "";
   position: absolute;
   left: 0;
   bottom: 0;
   height: 2px;
   width: 80px;
   background-color: #ee3232;
}

.footer_sp {
   color: #ffffff;
   font-size: 24px;
   margin-bottom: 20px;
   position: relative;
   padding-bottom: 10px;
   font-weight: 700;
}

.footer_sp::before {
   content: "";
   position: absolute;
   left: 0;
   bottom: 0;
   height: 2px;
   width: 80px;
   background-color: #ee3232;
}

.title {
   color: #1a1a1a;
   font-weight: 700;
   font-size: 1.5rem;
}