header{
    box-shadow: 0px 6px 3px rgba(0,0,0,0.16 );
    /* background-color: #11887E; */
    background: #002e93;
    background: linear-gradient(-90deg,
    #002e93 0.00%,
    #0b0b0b 100.00%);
}
/* header nav{
    padding: 13px 20% ;
}
header nav a {
    display: flex;
    align-items: center;
} */
.header .navbar {
    width: 100%;
    max-width: 1130px;
    padding: 0.5rem 10px;
}
header nav a img {
    margin-right: 5px;
    width: 20px;
    margin-bottom: 3px;
}


.lougout_icon{
    margin-right: 5px;
    width: 20px;
    margin-bottom: 0px;
}
.login_icon {
    margin-right: 5px;
    width: 20px;
    margin-bottom: 3px;
}
/* .wrapper {
    padding: 0 20%;
    min-height: calc(100vh - 156px);
} */
header nav a h3 {
    margin: 0; /* Remove default margins */
}
.logo_a img{
    width:227px;
}
footer {
    /* position: absolute;
    bottom: 0; */
    width: 100%;
    padding: 30px;
    color: white;
    /* background-color: #076e66; */
    background: #002e93;
    background: linear-gradient(-90deg,
    #002e93 0.00%,
    #0b0b0b 100.00%);
}
.mobile-menu {
    position: fixed;
    top: 40px;
    right: 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #ffffff;
    z-index: 1000;
}
@media only screen
  and (max-device-width: 480px)
  and (orientation: portrait) {
    header a img {
        width: 15px !important;
        margin-bottom: 4px;
    }
    .logout_icon {
        margin-right: 5px;
        width: 16px !important;
        margin-bottom: 0px;
    }
    .menu_user_text {
        font-size: 9px !important;
        width: 72% !important;
        padding: 0px 0 0px !important;
    }
    .mypage-menu a.item img {
        width: 25px !important;
    }
    .logo_abc img{
        width: 180px !important;
        margin-left: 10px;
    }
    .logo_a img{
        width:165px !important;
    }
}
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px){

    .logo_abc img{
        width: 300px !important;
        margin-left: 10px;
    }
    .logo_a img{
        width:165px !important;
    }

}
.logo_abc img{
    width: 300px;
    margin-top: 5px;

}
