.side-nav{
    width: inherit;
    height: 100%;
    position: fixed;
    background: white;
    top: 0;
    left: 0;
    padding: 20px 0px;
}
.logo{
    display: block;
    padding: 0px 30px;
    margin-bottom: 5vw;
}
.logo a{
    color: #000;
    text-decoration: none;
}
.logo a:hover{
    opacity: 0.6;
}
.nav-links{
    height: 40vh;
    list-style: none;
    padding: 0px 30px;
    position: relative;
}
.nav-links li a{
    color: #000;
    text-decoration: none;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    padding: 14px 8px;
}
.nav-links li:hover{
    border-radius: 6px;
    background: #00A063;
    opacity: 0.6;
}
.nav-links li a.active{
    border-radius: 6px;
    background: #00A063;
    color: #fff;
}
.nav-links li:hover a{
    color: #fff;
}
.nav-links li:active a{
    color: #fff;
}
.side-info .side-info-tel{
    background: #EBEBEB;
    padding: 20px 0px;
    line-height: 20px;
}
.side-info .side-info-tel span:nth-child(1){
    font-size: 1.5rem;
    font-weight: bold;
}
.side-info .side-info-tel span:nth-child(2){
    font-size: 0.8rem;
}
.side-info .side-info-contanct{
    border: unset;
    background: #00A063;
    color: white;
    font-size: 1.5rem;
    padding: 20px 0px;
}
.side-info .side-info-contanct:hover{
    opacity: 0.6;
}
.btn-menu-toggle{
    position: relative !important;
    float: right;
    border-color: transparent !important;
    padding: 20px 15px 15px 5px !important;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-menu-toggle .icon-bar {
    display: block !important;
    width: 43px !important;
    height: 3px !important;
    border-radius: 0 !important;
    background: #333333;
    background-color: #333333 !important;
}
.btn-menu-toggle .icon-bar:nth-child(2), .btn-menu-toggle .icon-bar:nth-child(3) {
    margin-top: 8px;
}
.img-menu-arrow{
    position: absolute;
    right: 8px;
    width: 14px;
}
.menu-tablet{
    display: none;
}
@media only screen and (max-width: 991px) {
    .side-nav{
        position: relative;
        padding: 22px 0px 14px 0px;
    }
    .side-nav .nav-links, .side-nav .side-info{
        display: none;
    }
    .logo{
        padding: 0px 0px;
        margin-bottom: 0px;
        text-align: center;
        place-self: center;
    }
    .fix-menu-top{
        position: fixed;
        top: 0;
        width: 100%;
        background: white;
        height: auto;
        z-index: 3;
        padding: 22px 0px 10px 0px;
    }
    .menu-tablet{
        display: block;
    }
    .side-nav-tablet{
        top: 0;
        left: 0;
        position: fixed;
        z-index: 3;
        width: 100%;
        height: 100%;
        background: rgb(255 255 255 / 100%);
    }
    .side-nav-tablet .logo{
        padding-top: 22px;
    }
    .side-nav-tablet .nav-links{
        height: 100%;
    }
    .side-nav-tablet .nav-links a{
        display: inline-block !important;
        width: 100%;
        font-size: 1.6rem;
    }
    .cancel {
        font-size: 4em;
        color: #000;
        padding: 0px 22px;
        opacity: 0.5;
    }
    .side-nav-tablet .side-info-tel{
        background: #424242;
        color: white;
        padding: 20px 0px;
        line-height: 24px;
    }
    .side-nav-tablet .side-info-tel span:nth-child(1){
        font-size: 1.6rem;
        font-weight: bold;
    }
    .side-nav-tablet .side-info-tel span:nth-child(2){
        font-size: 1.2rem;
    }
    .side-nav-tablet .side-info-contanct{
        border: unset;
        background: #00A063;
        color: white;
        font-size: 1.6rem;
        padding: 20px 0px;
    }
    .side-nav-tablet .side-info-contanct:hover{
        opacity: 0.6;
    }
    .nav-tablet-info{
        width: 100%;
        position: absolute;
        bottom: 0;
    }
    .img-menu-arrow{
        width: 20px;
    }
}
