﻿.Header_Main_Language_New_mobile {
    display: none;
}

.Header_Main_Search_Mobile_New .Header_Main_SearchBox {
    margin: unset !important;  
    width: 100%
}
.Header_Main_Search_Mobile_New{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Header_Main_Language_New_mobile{
    margin-left: 16px;
}

@media (max-width: 1024px) {
    .Header_Main_Language_New {
        display: none;
    }

    .Header_Main_Logo_FFMS_Header img{
        width: 123px;
    }

    .Header_Main_Logo_Left_New{
        width: 140px;
    }
    
    .Header_Main_Language_New_mobile {
        display: block;
    }

    .Header_Main_Search_Mobile_New {
        display: flex !important;

    }   
}