/*header 58 css*/


#selected_headerbanner .banner129 h1,
#selected_headerbanner .banner129 h2 {
	line-height: normal;
	color: #0a0f29 !important;
	font-weight: normal;
}

/******** Responsive  **********/


/* Desktop and bigger */
@media only screen and (min-width: 960px) {
	#selected_headerbanner .banner129 h1 {
		font-size: 120px !important;
	}

	#selected_headerbanner .banner129 h2 {
		font-size: 80px !important;
	}

	#selected_headerbanner .banner129 p {
		font-size: 34px;
		line-height: normal;
	}
}



/* Tablet and bigger */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#selected_headerbanner .banner129 h1 {
		font-size: 80px !important;
	}

	#selected_headerbanner .banner129 h2 {
		font-size: 60px !important;
	}

	#selected_headerbanner .banner129 p {
		font-size: 16px;
		line-height: normal;
	}
}

/* Tablet and Mobile Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#selected_headerbanner .banner129 h1 {
		font-size: 60px !important;
	}

	#selected_headerbanner .banner129 h2 {
		font-size: 44px !important;
	}
}

/* Mobile */
@media only screen and (max-width: 479px) {
	#selected_headerbanner .banner129 h1 {
		font-size: 40px !important;
	}

	#selected_headerbanner .banner129 h2 {
		font-size: 30px !important;
	}

	#selected_headerbanner .banner129 p {
		font-size: 16px;
		line-height: normal;
	}

	#selected_headerbanner .rv-text-right {
		text-align: center;
	}
}