<style>
        body {font-family:Verdana;}
        p {padding:20px 0;}

        #backtop {
	        position: fixed;
            left:auto;right: 20px;top:auto;bottom: 20px;
	        outline: none;
            overflow:hidden;
            color:#fff;
            text-align:center;
            background-color:rgba(49,79,96,0.84);
            height:40px;
            width:40px;
            line-height:40px;
            font-size:14px;
            border-radius:2px;
            cursor:pointer;
            transition:all 0.3s linear;
            z-index:999999;

            opacity:1;
            display:none;
        }
        #backtop:hover {
            background-color:#cccccc;
        }
        #backtop.mcOut {
            opacity:0;
        }
    </style>

 <style> 
 
.btn {
  border: 2px solid black;
  background-color: white;
  color: black;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
}

/* Green */
.success {
  border-color: #4CAF50;
  color: green;
}

.success:hover {
  background-color: #4CAF50;
  color: white;
}
   
 </style>  
	  
	 

<style type="text/css">
<!--
.top-row {
    
    border: none;
    color: #CCC;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
   
}

 </style> 
  
<style>
body {margin:0;}
.topnav {
  overflow: hidden;
  background-color: #EF7901;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 20px 16px;
  text-decoration: none;
  font-size: 12px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #CCCCCC;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style4 {font-size: 12px; color: #B56C9C; font-family: Arial, Helvetica, sans-serif;}
 .style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style8 {font-size: 12px}
</style>  

</style>
  <style>
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
  }
  </style>
 
 
<style>
* {
    box-sizing: border-box;
}

.columns {
    float: center;
    width: 100%;
    padding: 6px;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
    background-color: #B56C9C;
    color: white;
    font-size: 20px;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.price .grey {
    background-color: #eee;
    font-size: 20px;
}

.button {
    background-color: #eee;
    border: none;
    color: black;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}


  </style>
<style type="text/css">
<!--
.button {    background-color: #cccccc;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}
.columns {    float: center;
    width: 100%;
    padding: 6px;
}
.price {    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
-->

<style type="text/css">
.footer-1 { 
    align: center;
	border: none;
    color: black;
	
	padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    font-size: 9px;   
}
</style> 
<style> 
.whatsapp {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  
  color: white;
  text-align: left;
}

</style> 