html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.sticky-header {
    width: 100% !important;
    background: #4C446C !important;
    transition: all 0.3s ease !important;
    z-index: 99999 !important;	
}
.sticky-header.is-sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1) !important;
}
@media (max-width: 990px) {
	.sticky-header{
		border-bottom:1px solid #9A9D9E !important; 	
	}
.send-btn {
    max-width:166px!important;
}
}



