
.img-wa
{
	background-image: url(../img/whatsapp.png);
	padding: 85px 85px 5px 5px; 
	background-repeat: no-repeat;
	border-right: 0px;
	margin-top: 0px;
	border:solid black 0px;
}

.floatwa {
	position:fixed;
	bottom:0px;
	right: 20px;
	width:17%;
	z-index:1000;
	padding:10px;
	margin:auto;
	text-align:center;
	float:none;
}
.tombolwa {
	border: 5px #2da639 solid;
	background-color:#fff;
	width:90%;
	padding:6px;
	text-align:center;
	margin:0;
	border-radius: 15px;
	margin:auto;
	text-align:center;
	float:none;
}
.floatwa a{
color:white;
}

@media only screen and (min-device-width: 360px) and (max-device-width: 740px) and (orientation: portrait) {
/*------------------
  Header section HTML - iphone 6/7/8
---------------------*/

.img-wa
{
	background-image: url(../img/whatsapp.png);
	padding: 45px 45px 10px 5px; 
	background-repeat: no-repeat;
	background-size: 100%;
	border-right: 0px;
	margin-top: 0px;
	border:solid black 0px;
}

.floatwa {
	position:fixed;
	bottom:0px;
	right: 0px;
	width:43%;
	z-index:1000;
	padding:6px;
	margin:auto;
	text-align:center;
	float:none;
}
.tombolwa {
	border: 4px #2da639 solid;
	background-color:#fff;
	width:100%;
	padding:6px;
	text-align:center;
	margin:0;
	border-radius: 15px;
	margin:auto;
	text-align:center;
	font-size:12px;
	float:none;
}
.floatwa a{
color:white;
}


}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
/*------------------
  Header section HTML - iphone 6/7/8 plus
---------------------*/

.img-wa
{
	background-image: url(../img/whatsapp.png);
	padding: 45px 45px 10px 5px; 
	background-repeat: no-repeat;
	background-size: 100%;
	border-right: 0px;
	margin-top: 0px;
	border:solid black 0px;
}

.floatwa {
	position:fixed;
	bottom:0px;
	right: 0px;
	width:43%;
	z-index:1000;
	padding:6px;
	margin:auto;
	text-align:center;
	float:none;
}
.tombolwa {
	border: 4px #2da639 solid;
	background-color:#fff;
	width:100%;
	padding:6px;
	text-align:center;
	margin:0;
	border-radius: 15px;
	margin:auto;
	text-align:center;
	font-size:12px;
	float:none;
}
.floatwa a{
color:white;
}


}