     .popup-new { 
			    position: absolute;
    			top: 50%;
    			left: 50%;
    			transform: translate(-50%, -50%);
   			 -ms-transform: translate(-50%, -50%); /* IE 9 */
    			-webkit-transform: translate(-50%, -50%);
            padding: 20px;
            background: #fff;
            border-radius: 5px;
			z-index: 5000;
            display: none;
            transition: all 5s ease-in-out; }

.popup-new .close       { position: absolute; top: 20px; right: 30px; transition: all 200ms;
                      font-size: 30px; font-weight: bold; text-decoration: none; color: #333; cursor: pointer; }
.popup-new .close:hover { color: orange; }
.popup-new .content     { max-height: 30%; overflow: auto; margin-top: 40px}

#sanification-desktop-banner {
	position: absolute;
	top: 140px;
	right: 20px;
	background: rgba(255,255,255,0.9);
	border-radius: 50%;
	height: 180px;
	width: 180px;
	z-index: 499;
	padding: 20px;
	border: 2px solid #00a3cc;
}

.sanification-desktop-banner-inner {
	margin-top: 0px;
}

.sanification-desktop-banner-inner p {
	font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
	text-align: center;
	line-height: 15px;
	margin-bottom: 10px;
    color: #00a3cc;
	margin-top: 25px;
	line-height: 20px;
}

.sanification-desktop-banner-inner p a {
	color: #ffffff;
	text-decoration: underline;
}
.sanification-desktop-banner-inner p a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#sanification-mobile-banner {
	display: none;
	position: absolute;
	bottom: 45px;
	left: 50%;
	margin-left: -115px;
	background: rgba(255, 255, 255, 0.9);
	width: 230px;
	z-index: 499;
	border: 1px solid #00a3cc;
	padding:10px;
}

.sanification-mobile-banner-inner p {
	font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
	text-align: center;
	line-height: 17px;
    color: #00a3cc;
}

.sanification-mobile-banner-inner p a {
	color: #ffffff;
	text-decoration: underline;
}
.sanification-mobile-banner-inner p a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.sanification-logo-mobile {
	width: 65%;
}

@media only screen and (max-width:1000px){
	#sanification-desktop-banner {
		display: none;
	}
	#sanification-mobile-banner {
		display: block;
	}
	.slider_content_inner {
		margin-top: -130px !important;
	}		
}