.btn-share .btn-dropdown {
  	cursor: pointer;
  	font-size: 13px;  
  	color: #777;
  	padding: 8px 24px;
  	background-color: #fff;
  	border-radius: 8px;
  	border: none;
  	font-weight: bold;
}

.btn-ask-us .btn-dropdown {
  	cursor: pointer;
  	font-size: 13px;  
  	color: #777;
  	padding: 8px 24px;
  	background-color: #fff;
  	border-radius: 8px;
  	border: none;
  	font-weight: bold;
}

.btn-banner2-dropdown {
	cursor: pointer;
  	font-size: 13px;  
  	color: #777;
  	padding: 8px 24px;
  	background-color: #fff;
  	border-radius: 8px;
  	border: none;
  	font-weight: bold;
}

.btn-banner-dropdown {
	cursor: pointer;
  	font-size: 13px;  
  	color: #777;
  	padding: 8px 24px;
  	background-color: #fff;
  	border-radius: 8px;
  	border: none;
  	font-weight: bold;
}

.btn-contact {
  	cursor: pointer;
  	font-size: 13px;  
  	padding: 8px 24px;
  	background-color: #c1011c;
  	border-radius: 8px;
  	border: none;
  	font-weight: bold;
}

.btn-contact a {
	color: #fff;
}

.btn-contact a:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.dropdown-content {
  	display: none;
  	position: absolute;
  	background-color: #f9f9f9;
  	min-width: 160px;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	border-radius: 8px;
}

.dropdown-content ul {
	margin: 0;
	padding: 0;
}

.dropdown-content li {
	list-style: none;
	padding: 4px 16px;
}

.dropdown-content li a {
  	font-size: 14px;
  	font-weight: 500;
  	color: #777;
  	line-height: 20px;
  	text-decoration: none;
  	cursor: pointer;
  	margin-bottom: 8px;
}

.dropdown-content li a i {
	margin-right: 16px;
}

.dropdown-content li a:hover {
  	color: #333;
}

.show {
  	display: block;
}