.shareimg{
	width:36px;
}
.addtohomeimg{
	width:36px;
}
.ios_prompt {
	display: none; /* Initially hide the element */
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%; /* Set width to 100% */
	padding: 2em 0.5em 0.5em 0.5em;
	z-index: 9999!important; /* Ensure the element is on top of other content */
	border: 0!important;
	box-shadow: 0!important;
}
.ios_prompt_header {
  position: absolute; /* Position it absolutely */
  top: 4px; /* Adjust as needed */
  right: 4px; /* Adjust as needed */
}
.ios_prompt_header button {
	background: none;
	border: none;
	font-size: 1.5em;
	cursor: pointer;
	font-weight: bold;
}
.ios_prompt_content {
  padding: 0 20px 10px 20px;
}
.ios_prompt_content h2 {
  margin: 0 0 16px 0;
}
.ios_prompt_content p {
  font-size:1.2em;
  line-height:1.5em;
}						
.ios_prompt_footer {
  text-align: center;
  padding: 10px 0;
}
.ios_prompt_footer button {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}