.zphero-banner-style-06 .zpheading, .zshero-banner-style-06 .zpheading{
	    text-align: center;
    	font-family: 'Oxygen', sans-serif;
    	color: #009cde;
}
#5213632000003309001{
	justify-content: center;
    font-family: 'Oxygen', sans-serif;
}
.zpform-container .zpform-outer li .zpform-field-container.zpform-button input[type=submit]{
	font-family: 'Oxygen', sans-serif;
    background-color: #009cde;
}

.zpform-container .zpform-outer li .zpform-field-container.zpform-button input[type=submit]:hover{
	font-family: 'Oxygen', sans-serif;
    background-color: #045d86;
}

.whatsapp-widget {
 position: fixed;
 bottom: 30px;
 right: 20px;
 padding: 10px 15px;
 border-radius: 50px;
 display: flex;
 align-items: center;
 text-decoration: none;
 font-family: Arial, sans-serif;
 font-weight: bold;
 transition: padding 0.5s ease;
   z-index: 999;
 }

 .whatsapp-widget img {
 width: 70px;
 height: 70px;
 margin-right: 10px;
 }

 .whatsapp-widget:hover {
	color: black;
     padding: 10px;
 }

@media(max-width: 492px){
        .theme-header{
            display: none !important;
        }
        #test{
            margin-bottom: -3rem !important;
            margin-top: -4rem !important;
        }
    .whatsapp-widget{
    	bottom: 10px !important;
  		right: -15px!important;
    }
    .whatsapp-widget img{
        width: 60px !important;
  		height: 60px !important;
    }

    }