.social {
	position: fixed; 
	right: 0; 
	top: 290px; 
	z-index: 2000; 
}
 
	.social ul {
		list-style: none;
	}
 
	.social ul li a {
		display: inline-block;
		color:#fff;
		background: #000;
		padding: 25px 20px;
		text-decoration: none;
		-webkit-transition:all 500ms ease;
		-o-transition:all 500ms ease;
		transition:all 500ms ease; 
	}
 
	.social ul li .icon-facebook {background:#3b5998;} 
	.social ul li .icon-whatsapp {background: #34bf49;}
	.social ul li .icon-twitter {background: #00abf0;}
	.social ul li .icon-mail {background: #ae181f;}
 
    .social ul li a:hover {
		background: #000;
        padding: 30px 25px; 
    }


select option {
    color:black;
    }


select {

  /* styling */
  background-color: white;
  border: thin solid #db1293;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-appearance: none;
}
