.headertxt {
    background: #332462;
    height: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
	z-index:9999 !important;
}

.headertxt p {
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Merriweather Sans' !important;
}


body.home .module-43 {
	padding: 15px 0 !important;
}

.modal {
	z-index: 99999 !important;
}

#ry-pg-banner .ry-bnr-wrp {
	margin-top: 0 !important;
}

@media(max-width:2014px) {
	.module-43.home { 
		padding: 20px 0 10px 0;
	}
}

@media(max-width:768px) {
	.headertxt p {
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 16px;
		padding: 10px;
	}
}