@charset "utf-8";
/* CSS Document */

#help-button {
    position: fixed;
    width: 50px;
    bottom: 0px;
    left: 15px;
    cursor: pointer;
    z-index: 1000;
}
#help-button img {  width: 265px;
}
#popup-help {
	position: fixed;
	width: 350px;
	left: 15px;
	bottom:65px;
	z-index: 9999;
	background-color: #fff;
	box-shadow: 3px 3px 15px rgba(0,0,0,.5);
	border-radius: 2px;
	padding: 15px 15px 15px 15px;
	display: none;
}
#popup-help:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 22px;
    width: 13px;
    height: 13px;
    background: white;
    transform: rotate(45deg);
    z-index: -1;
    border: 1px solid #f5f5f5;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .02);
	background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}
.popup{
    position: absolute;
    background-color: white;
    right: -5px;
    top: -25px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px;
}
#popup-help i {
	float: right;
	cursor: pointer;
	padding: 5px;
	
}

#myicon_dsn i
{
	width: 40px;
	height: 40px;
	background: red;
	font-size: 26px;
	text-align: center;
	border-radius: 20px;
	color: #fff;
	padding-top: 7px;
	margin-right: 15px;
}
#popup-help h3 {
	padding: 0;
	margin: 0;
	font-weight: 500;
	font-size: 18px;
	color: #666;
	margin: auto;
	font-size: Lato;
}
#popup-help h3 {
	padding: 0;
	margin: 0;
	font-weight: 500;
	font-size: 18px;
	color: #666;
	margin: auto;
	font-size: Lato;
}
#popup-help input[type="text"], #popup-help textarea ,#popup-help input[type="email"] {
	margin: 10px 0 0 0;
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #aaa;
	display: block;
}
@media (max-width:575px) {
	#popup-help{
		width: 280px;
	}
}