
.posrel {
	position: relative;
}



.description {
	font-size: 1.2rem;
	margin-top: 20px;
	color: #004597;
	margin-bottom: 0;
}

.fixnow {
	background: #0238b2;
	z-index: 1;
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 20px 0 30px;
	box-shadow: 0px 1px 5px rgb(0, 0, 0);
}
.fixnowText, .fixApp {
	color: #fff;
	font-weight: 300;
	font-family: "Poppins", sans-serif;
	/* padding: 30px 50px 30px 40px; */
	text-decoration: none;
	font-size: 1rem;
	text-align: center;
	display: block;
}

.fixApp {
	position: absolute;
	bottom: 50px;
	text-align: center;
	font-size: 2rem;
	margin-left: 200px;
	left: 0;
	right: 0;
}
.fixApp::after {
	content: "➤ ";
	color: #fecc3c;
	margin-left: 10px;
}

@media (max-width:1060px) {
	.fixApp {
		bottom: 30px; font-size: 1.5rem; margin-left: 130px;
	}
}

@media (max-width:780px) {
	.fixApp {
		bottom: 30px; font-size: 1.2rem; margin-left: 100px;
	}
	
	
}

@media (min-width:450px) {
	.fixnow.mobile{
		display: none;
	}
	.mobile {
		/* display: none; */
	}
	.description {
		font-size: 1.2rem;
		margin-top: 10px;
		margin-bottom: 20px;
		
	}
}
@media (max-width:450px) {
	/* .phone.mobile {
		display: block;
		width: 215px;
		margin: 20px auto 0;
		text-align: center;
		ont-size: 1.2rem;
	} */
	
	.mobileCenter {
		text-align: center;
	}
	
	.nomobile {
		display: none;
	}
	footer {
		margin-bottom: 138px;
	}

}

#tcpa_consent {
	height: 24px;
	width: 24px;
	margin-bottom: 10px;
}