@charset "utf-8";

/* CSS Document */

.mobilelogo {
    display: none;
}

.sidemenu {
    width: 100%;
    padding: 0;
    display: flex;
    background-color: #FFF;
    flex-direction: row;
    z-index: 3;
    margin-bottom: 0;
    position: absolute;
}
.btn-sidemenu{
display: none;
}

@media screen and (max-width:1200px) {
    #includedheader {
        display: flex;
        padding: 0;
        justify-content: space-between;
        position: fixed;
        width: 100%;
        z-index: 99999;
        background-color: #FFF;
        top: 0;
        left: 0;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    }
    .sidemenu {
        width: 300px;
        height: 100%;
        position: fixed;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
        right: 0;
        background: none;
        transform: translateX(300px);
        transition: all 0.3s;
    }
.sidemenu.active {
transform: translateX(0);
background-color: #FFF;
overflow: auto;
}
    .btn-sidemenu {
        display: flex;
        width: 40px;
        height: 40px;
        flex: none;
        top: 10px;
        right: 60px;
    }
.btn-sidemenu:before {
        content: "\F479";
        color: #999;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        font-size: 32px;
    }
    .btn-sidemenu.active {
        right: 5px;
        top: 5px;
        position: absolute;
        z-index: 2;
        background-color: #555;
        border-radius: 5px;
        width: 30px;
        height: 30px;
    }
    .btn-sidemenu.active:before {
        content: "\F62A";
        font-size: 30px;
        font-weight: normal;
        color: #FFF;
    }
    .btn-sidemenu i {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
.btn-sidemenu i::before{
font-size: 32px;
color: #999;
}
    .mobilelogo {
        display: block;
        padding: 10px 20px;
    }
.mobilelogo img{
max-height: 40px;
}
    #header {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
    }
.header-box-row {
    flex-direction: column;
}
    .header-box-col {
        padding: 10px 20px;
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        row-gap: 10px;
    }
#header-inner {
    height: 100%;
}
.head-menu ul {
    flex-direction: column;
    justify-content: stretch;
    width: 100%;
}

.headmain-menu ul {
    flex-direction: column;
}
    .headmain-menu li {
        justify-content: flex-start;
        width: 100%;
        border-bottom: 1px solid #CCC;
        flex-direction: column;
    }
.headmain-menu li:last-of-type{
border-bottom: 0;
}
    a.btn-submenu,a.btn-submenu.nolink {
        padding: 10px 30px 10px 0;
        width: 100%;
    }
.headmain-menu .submenu li a {
    width: 100%;
    padding: 7px 20px;
}
.head-logo{
order: 1;
}
.headmain-menu{
order: 2;
}
.headmain-menu ul{
font-size: 18px;
}
.head-menu{
order: 3;
}
.head-appointment {
    padding: 0;
    flex: auto;
    width: 100%;
}
.head-menu li {
    border-bottom: 1px solid #CCC;
    width: 100%;
}
.head-menu li:last-of-type{
border-bottom: 0;
}
    .head-menu a {
        padding: 10px 0;
        display: block;
    }
.head-lang {
    align-self: flex-start;
    width: 100%;
}
.head-lang #langth{
display: none;
}
    .langbox {
        display: block;
    }
    .langbox ul {
        display: flex;
        padding: 0;
        margin: 0;
        list-style-type: none;
        flex-direction: row;
        justify-content: flex-start;
        column-gap: 10px;
    }
    .langbox li {
        border: 0;
        flex: 1;
        text-align: center;
    }
.langbox li a{
background-color: #eee;
display: flex;
align-items: center;
justify-content: center;
column-gap: 10px;
}
.headmain-menu:before,
.headmain-menu:after{
display: none;
}
.header-box {
    padding: 40px 20px 0 20px;
}
.headmain-menu .submenu {
    display: none;
    position: relative;
    background-color: #FFF;
    width: 100%;
    min-width: auto;
    top: 0;
    left: 0;
    margin: 0 auto;
    transform: none;
    opacity: 0;
    transition: none;
    z-index: 1;
    visibility: visible;
    box-shadow: none;
}
    .headmain-menu .submenu.active {
        opacity: 1;
    }
a.btn-submenu.active {
    color: #999;
}
.headmain-menu .submenu li {
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: flex-start;
    border-bottom: 0;
}
.headmain-menu .submenu ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-bottom: 10px;
}
.lockbody{
overflow: hidden;
}
a.btn-submenu:before,
a.btn-submenu.active:before {
    top: 50%;
    transform: translateY(-50%);
}
a.btn-submenu.active:before {
content: "\F286";
}
}