
.crm_menu1 a{ background-color:#f94c30; color:#fff !important; padding:0px; margin:0px; border-radius:5px;}
.crm_menu1 a:hover{ background-color:#01315b !important; color:#fff !important;}

.crm_menu2 a{ background-color:#01315b; color:#fff !important; padding:0px; margin:0px; border-radius:5px;}
.crm_menu2 a:hover{ background-color:#f94c30 !important; color:#fff !important;}


/*==================== POPUP ============================*/

*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.crm_popup {
	background-color: #ffffff;
	width: 420px;
	padding: 10px 10px 0px 10px;
	position: fixed;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	border-radius: 8px;
	font-family: "Poppins", sans-serif;
	display: none;
	text-align: center;
	z-index:999;
	border:3px #f94c30 double;
}
.crm_popup button {
	display: block;
	margin: 0 0 20px auto;
	background-color: transparent;
	font-size: 30px;
	color: #ffffff;
	background: #e42934;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	border: none;
	outline: none;
	cursor: pointer;
}
.crm_popup h2 {
	margin-top: -20px;
}
.crm_popup p {
	font-size: 14px;
	text-align: justify;
	margin: 20px 0;
	line-height: 25px;
}
.crm_popup a {
	display: block;
	width: 150px;
	position: relative;
	margin: 10px auto;
	text-align: center;
	background-color: #0f72e5;
	border-radius: 20px;
	color: #ffffff;
	text-decoration: none;
	padding: 8px 0;
}
.crm_popup button{ padding:0px;}

@media only screen and (max-width: 600px) {
	.crm_popup {

	width: 94%;
}
	
	}

/*==================== POPUP End ============================*/


