.header {
    position: absolute;
    z-index: 2;
    width: 100%;
}
.flexheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 50px 0;
    width: 100%;
}
.logo {
    padding: 15px 25px;
    background: #fff;
}
.menu {
    width: 100%;
    background: url(/Files/App_002/Images/bgmenu.png) top center no-repeat;
    height: 100vh;
    position: fixed;
    right: 0px;
    z-index: 99999;
    transition: 0.7s ease transform;
    transform: translateX(200vw);
    transition-delay: 0.5s;
    overflow: auto;
    top: 0;
    background-size: contain;
}
.menu-open {
    transform: translateX(0vw);
}
.menuFixed {
    display: block;
    padding: 0;
    height: 100%;
    position: relative;
    width: 100%;
}
.big {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    cursor: pointer;
    z-index: 99999999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 30px;
    top: 25px;
    border-radius: 50%;
}
.big::before, .big::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 20px;
    top: 22px;
    left: 12px;
    background: #fff;
}
.big::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.big::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu:after {
    content: "";
    background: url(/Files/App_002/Images/aftermenu.png) top center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
}
.boxmenu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: relative;
    text-align: center;
    overflow-x: hidden;
}
.searchdiv {
    width: 100%;
   background: #204fa0;
    height: 100vh;
    position: fixed;
    right: 0px;
    z-index: 99999;
    transition: 0.7s ease transform;
    transform: translateX(200vw);
    transition-delay: 0.5s;
    overflow: auto;
    top: 0;
}
.searchdivblock {
    transform: translateX(0vw);
}
.flexserach {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}
.SearchBox_1_Frame_CssClass {
    width: 70%;
    margin: 0 auto;
}
@media screen and (max-width: 1440px) {
.menu:after {
    background-size: cover;
}
.menu {
    background-size: cover;
}
}
@media screen and (max-width: 991px) {
.SearchBox_1_Frame_CssClass {
    width: 100%;
}
.boxmenu {
    height: auto;
}
.menuFixed {
    overflow: auto;
}
.menu {
    background: #204fa0;
    top: 180px;
    padding-bottom: 180px;
}
.menu:after {
   display: none;
}
.flexheader {
    padding: 15px 30px 0;
}
.headerLeft {
    display: flex;
    align-items: center;
}
.logo {
    width: 180px;
}
}
@media screen and (max-width: 767px) {
.menu {
    top: 149px;
    padding-bottom: 149px;
}
.flexheader {
    padding: 15px 15px 0;
}
.logo {
    width: 150px;
}
}
@media screen and (max-width: 420px) {
.logo {
    width: 120px;
    padding: 15px 15px;
}
.menu {
    top: 138px;
    padding-bottom: 138px;
}
}
