.header {
    background: #fff;
margin-top:0;
height: 60px;}
.main-header .header-container {
    height: 60px;
}
.main-header .header-container:before{
   height: 0;
}
.logo {
    padding: 0 0px;
margin: 0;}
.main-header .sub-header {
    background: #ffffff;
    border-bottom: 1px solid #eee;
    height: 40px;
    color: #918889;}
.sub-header-content ul li a {
    color: #918889;
}
.sub-header-content ul li a i {
    color: #918889;}
.main-header {
    height: 100px;
    box-shadow: 3px 4px 15px 0px #6f6767;}
.page-header form{
    width:100%;
}
.page-header select{
    width: calc(100% / 5);
    padding: 15px;
    margin: 0;
    border: 2px solid #fff;

}
.page-header button{
    border: 1px solid #d50304;
    padding: 15px;
    color: #fff;
    width:96%;
    font-weight: 500;
    background: #d50304;
}