.heaser-top a{
    font-size:45px;
    padding: 10px;
}
.admsn-btn{
    color: #fff;
    background-color: #FF6F00;
}
.uday-head{
    font-size: 35px;
    font-weight: 600;
    color: #2D3134;
}
.sucs-scrlboc{
    background-color: #DEE1F2;
    border:2px solid #fff;
    padding: 10px;
    border-radius: 10px;
}
.sucs-itmsfnt{
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 2px;
    font-weight: 600;
    text-align: start;
}
.join-class-para{
    font-size: 13px;
    margin-bottom: 15px;
}
.sucs-rgstbtn{
    background-color: #404B9A;
    color: #fff;
    font-size: 14px;
    display: flex;
    margin:12px auto;
    padding: 4px 50px;
    border-radius: 20px;
}
.sucs-scrlboc img{
    height: 320px;
}
.uday-imgsld{
    padding: 0;
}
.uday-itsms{
    padding: 0;
    width: 100%;

    margin: 0;
}
.uday-imgsld img{
    width: 100%;
    border-radius: 0;
}
.uday-hero .slick-arrow{
    display: none !important;
}
.uday-sld-itm .slick-next{
    right: 18px;
}
.uday-sld-itm .slick-prev{
    left: 10px;
    z-index: 9;
}
.uday-sld-itm .slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 29px !important;
    color: #fc425a !important;
}
.img-sube{
    padding: 10px 0 20px 0;
}
.hav-got{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.mage-btn{
    margin-top: 70px;
    background-color: #040061;
    padding: 10px 41px;
    color: #fff;
    border-radius: 29px;
}
.uday-sld-itm .slick-list{
    height: 700px;
}
  .whatsapp-float,
  .call-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    line-height: 50px;
    transition: transform 0.3s ease;
  }

  .whatsapp-float:hover,
  .call-float:hover {
    transform: scale(1.1);
  }

  .whatsapp-float {
    left: 20px;
  }

  .call-float {
    left: 90px;
    background-color: #0a66c2;
  }
