@charset "UTF-8";
/* CSS Document */
@import url("https://www.manageengine.com/css/fonts.css");
div#delayedPopup {
	display: none !important;
}
.backgroundOverlay {
	display: none !important;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	opacity: .85;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	z-index: 101;
	display: none;
}
/*   This is the Popup Window   */
.delayedPopupWindow {
	display: none;
	position: fixed;
	width: auto;
	max-width: 700px;
	height: 380px;
	top: 50%;
	left: 50%;
	background: url( ../images/mc-popup-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 102;
	padding: 30px 40px;
	margin-left: -420px;
	margin-top: -200px;
}
/*   This is the closing button  */
#btnClose {
	width: 99%;
	display: block;
	text-align: right;
	text-decoration: none;
	color: #e54a40;
	margin: 0px;
	font-weight: bold;
}
/*   This is the closing button hover state  */
#btnClose:hover {
	color: #c90c12;
}
ul.popup-container {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
}
ul.popup-container>li {
	margin: 20px !important;
}
ul.popup-container img {
	max-width: 100%;
}
ul.popup-container h2 {
	font-family: 'Zoho_Puvi_SemiBold';
	font-size: 30px !important;
	line-height: 1.5;
	margin: 0px;
	text-align: center;
}
.popup-container h1 {
	font-family: 'Zoho_Puvi_Bold';
	font-size: 58px;
	color: #e54a40;
	line-height: 1.5;
	text-align: center;
	margin: -10px 0px -10px 0px;
}
p.everyday {
	font-family: 'Zoho_Puvi_RegularItalic';
	margin: 0px;
	border-bottom: 1px solid #e54a40;
	text-align: center;
	font-size: 17px;
}
.popup-container h3 {
	font-family: 'Zoho_Puvi_Medium';
	font-size: 27px;
	line-height: 1.5;
	margin: 0px;
	text-align: center;
	margin-top: 15px;
}
.popup-container>p {
	font-family: 'Zoho_Puvi_SemiBoldItalic';
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
}
p.slots {
	font-family: 'Zoho_Puvi_Regular';
	text-align: center;
	margin: 10px 0px 15px 0px;
}
ul.popup-buttons {
	display: flex;
	justify-content: center;
	list-style: none;
}
ul.popup-buttons li {
	background: #e54a40;
	margin: 5px;
	text-align: center;
	border-radius: 5px;
}
ul.popup-buttons li a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 20px;
	min-width: 100px;
}
ul.popup-buttons li a:hover {
	text-decoration: none;
}
/*tooltip style starts*/

.tooltip-bg {
	background: #051b38;
	padding: 15px 0px;
}
.tooltip {
	color: #fff;
	text-align: center;
}

/*tooltip style ends*/

@media only screen and (max-width:1024px) {
.delayedPopupWindow {
	margin-left: -400px;
	top: 55%;
}
}

@media only screen and (max-width:900px) {
.delayedPopupWindow {
	max-width: 600px;
	top: 43%;
	margin-left: -340px;
}
}

@media only screen and (max-width:700px) {
ul.popup-container>li:nth-child(1) {
	display: none;
}
.delayedPopupWindow {
	max-width: 300px;
	padding: 20px;
	margin-left: -175px;
	top: 55%;
}
p.slots {
	font-size: 14px;
}
}

@media only screen and (max-width:375px) {
.delayedPopupWindow {
	max-width: 320px;
	padding: 10px;
	margin-left: -174px;
}
}

@media only screen and (max-width:360px) {
.delayedPopupWindow {
	max-width: 280px;
	padding: 5px;
	margin-left: -148px;
	top: 63%;
	height: 360px;
}
ul.popup-container h2 {
	font-size: 25px !important;
}
.popup-container h1 {
	font-size: 49px;
}
p.everyday {
	border-bottom: none;
	font-size: 13px;
}
.popup-container h3 {
	font-size: 22px;
}
p.slots {
	font-size: 12px;
}
ul.popup-buttons {
	flex-wrap: wrap;
}
}
