/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 29 2026 | 10:27:27 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 


/***Responsive Design**/
.bottom_text2 a{
	word-wrap:break-word;
}

@media screen and (min-width:992px){
	button.menu-toggle{
		display:none;
	}
}
@media screen and (max-width:1199px){
	li#top-home{
		display:none;
	}
}
@media screen and (max-width:991px){
	.pay-invoice-layout{
		width:100%;
	}
}
@media only screen and (max-width: 480px) {
	.form_bg {
		background-repeat:no-repeat;
		background-size:100% 100%;
	}
}


