*:not(.fa):not([class*="fa-"]) {
    font-family: Arial, Helvetica, sans-serif !important;
}

.pricing-plan-2 .entry-title {
	font-size: 13px;
}

.navbar .navbar-nav li a {
	font-size: 13px;
	letter-spacing: 0px;
}

/* PARSLEY ERROR STYLE */
input.parsley-error,
select.parsley-error,
textarea.parsley-error {    
	border-color:maroon;
	box-shadow: none;
}
input.parsley-error:focus,
select.parsley-error:focus,
textarea.parsley-error:focus {    
	border-color:maroon;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}

/*HEADER FIXED*/
.main-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
body {
	padding-top: 95px;
}

/*BTN LOGIN*/
#btn-footer {
	position: fixed;
	bottom: 30px;
	left: 30px;
	color: #f95e3b;
	cursor: pointer;
	z-index: 999999;
}

/*SCROLL TO TOP BTN*/
#scroll {
	position: fixed;
	right: -40px;
	bottom: 50px;
	line-height: 0px;
	text-align: center;
	z-index: 100;
	display: none;
	cursor: pointer;
	background-color: #e96b1d;
	padding: 10px 10px 10px 10px;
	color: #ffffff;
}

/*GRID_DATA PAGE*/
.property-grid-5 .entry-content-wrapper {
	padding: 10px;
}


/*SWEETALERT*/
.swal2-container,
.swal2-popup {
	z-index: 999999 !important;
}


/*CONCENT*/
.eupopup-container {
    background-color: rgb(234 107 30);
    padding: 0px 20px;
    font-size: 12px;
    line-height: 1.3em;
}
.eupopup-head {
	color: #ffffff;
	font-size: 1.3em;
	padding: 12px;
	text-decoration: underline;
}
.eupopup-body {
	color: #ffffff;
	margin-bottom: 4px;
}
.eupopup-button_1 {
	background-color: #042857;
	color: white;
	padding: 4px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
	cursor: pointer;
	border-radius: 5px;
}
.eupopup-button_2 {
	background-color: #434343;
	color: white;
	padding: 4px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
	cursor: pointer;
	border-radius: 5px;
}
.eupopup-button {
	margin: 0 2px;
}
.eupopup-button:hover, .eupopup-button:focus {
	text-decoration: underline;
	color: white;
}

/*HOVER CHANGE COLOR*/
.text-change-color {
	color: #333;
	transition: color 0.3s ease;
}

.text-change-color:hover {
	color: #e96b1d;
}