body{
    margin: 0px;
    padding: 0px;
}
.main{
    max-width: 461px;
    width: 100%;
    padding: 0px 16px 40px;
    margin: 0 auto;
}
.banner-img img{
 width: 100%;
 border: 2px #000 solid;
}
.content{
    margin-top: 40px;
    padding: 0px 30px;
}
.content h5{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #000;
}
.content p{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-top: 5px;
}
.button{
    margin-top: 30px;
   display: flex;
   justify-content: center;
}
.button a{
background-color: #c3f22b;
color: #000;
font-weight: 400;
border-radius: 28px;
border: none;
width: 130px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
font-size: 14px;
font-family: sans-serif;
}
.disclaimer-box{
    background-color: #ffcccb;
    padding: 12px 4px 8px 20px;
    border-left: 10px red solid;
    margin-top: 20px;
}
.disclaimer-box .disc-cont{
    background-color: #f1f1f1;
    text-align: center;
    padding: 12px;
    font-size: 12px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.disclaimer-box .disc-cont p{
    margin: 0px;    
    font-size: 12px;    
}
.WhatsAppIcon{
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999;
}
.WhatsAppIcon img{
    height: 60px;
    width: 60px;
    border-radius: 8px;
    background: #fff;
}