<style>
.ak-div-wa
{
width:100%;
box-sizing: border-box;
border: 2px solid #1EBEA5;
border-radius: 4px;
min-width: 20%;
font-size: 20px;
background-color: #000000
}
.ak-div-bg
{
width:98%;
padding: 8px;
box-sizing: border-box;
border: 2px solid #1EBEA5;
border-radius: 4px;
min-width: 20%;
font-size: 20px
}
.ak-input{
width:98%;
padding: 8px;
box-sizing: border-box;
border: 2px solid #1EBEA5;
border-radius: 4px;
min-width: 20%;
font-size: 20px
}
.ak-button-gd {
background-color: #1EBEA5;
color: white;
padding: 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 18px;
margin: 15px;
transition-duration: 0.4s;
cursor: pointer;
border: 2px solid white;
border-radius: 5px;
}
.ak-button-gd:hover {
background-color: #00E676;
color: white;
}
</style>
<br />
<center>
<div class="ak-div-wa">
<br />
<b><font color="white">Special Note: Do not remove 91 written in the box below. Message cannot be sent if you remove it. Write the number on the back like 919XXX1234.
</font></b><br />
<form action="https://api.whatsapp.com/send" method="GET">
<br />
<center> <input class="ak-input" name="phone" value="91" /><br /><br />
<textarea class="ak-div-bg" name="text" placeholder="Message (optional)"></textarea><br />
<button class="ak-button-gd" type="submit"><b><i class="fa fa-whatsapp"></i> Send Message</b></button></center>
</form>
</div>
</center>