/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 14 2025 | 13:35:11 */
.header-alert{
    background: linear-gradient(118.88deg, #F9BEFA 2.26%, #FFD9B6 98.44%);
    padding: 8px 24px;
    text-align: center;
    
}
.header-alert-message{
	    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;

}
header.mainhead{
position:static;
}
.header-alert-message a.custom-btn{
	        display: inline-block;
	    border: 1px solid #FF5722;
    padding: 5px 20px;
    font-size: 15px;
    font-weight: 500;
	 border-radius: 6px;
    background: linear-gradient(101.82deg, #FF5722 2.73%, #FF8F6B 96.37%);
    color: #fff;
}
.header-alert-content{
		font-size: 18px;
    font-weight: 600;
    color: #1D2939;
}
@media(max-width:767px){
	.header-alert-content{
	font-size:15px;
	}
		
}