/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 31 2025 | 10:21:17 */
/* 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 */ 

/*
.underlinedesign span {
       background-color: transparent;

	background-image: linear-gradient(180deg, #00000000 85%, #ffb5b6 50%);
    border-radius: 0px;
}
*/

/*boostify header menu*/
.boostify-menu > li
{
	border-left:1px solid #0C3A8B;
}


/*contact form*/
.contactformbotm [type=submit]
{
    border: 1px solid #C40001;
    background-color: #C40001;
	color:#fff;
}


@media (max-width: 991px) {
    .boostify-menu-toggle {
        display: block;
        font-size: 35px;
    }
}