.Header__homeNavbarFixed .Header__searchSubCont {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 1rem 0;
    background-color: #f7f7f7;
    -webkit-animation-duration: 1s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: Header__slideInDown;
    animation-name: Header__slideInDown;
    -webkit-box-shadow: 0 .1875rem .9375rem 0 rgba(196, 196, 196, 1);
    -moz-box-shadow: 0 .1875rem .9375rem 0 rgba(196,196,196,1);
    box-shadow: 0 .1875rem .9375rem 0 rgba(196, 196, 196, 1);
    z-index: 4;
}
