.sidebar .search-nav {
    margin: 10px 15px
}

.sidebar a {
    color: var(--c1);
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.5s ease;
    display: block;
}

.sidebar hr {
    opacity: 0.2;
    margin: 15px 0;
}

.sidebar h3 {
    font-weight: normal;
    font-size: 18px;
    padding-left: 15px;
    margin-bottom: 5px;
}

.sidebar a:hover {
    text-decoration: none;
    color: var(--c2) !important;
}

.sidebar a img {
    width: 24px;
    vertical-align: middle;
    margin-left: 7px;
}

.sidebar .main {
    width: 100%;
    max-width: 728px;
    margin: 0 auto;
    text-align: center
}

.sidebar .dropdown{
    background: #e1e1e1;
    padding-right: 12px;
    display: none;
}

.sidebar li {
    cursor: pointer;
}

.sidebar li a i{
    position: absolute;
    left: 16px;
}

.sidebar {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1150;
    max-width: 300px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.15);
    transform: translateX(120%);
    transition: all 1s all;
    overflow: auto
}

.sidebar .close .btn-close {
    float: right;
    box-shadow: none;
    color: #f00;
    font-size: 15px;
}

.sidebar .close {
    position: absolute;
    width: 100%;
}

.sidebar .close a {
    font-size: 22px;
    color: #f00;
    text-align: left;
    font-weight: bold;
}

.sidebar .sidebar-brand img {
    display: block;
    margin: auto;
    height: 100px;
    width: 100%;
}

.sidebar .sidebar-brand h2 {
    text-align: center;
    margin-bottom: 0;
    font-family: 'ubuntu'
}

.sidebar .sidebar-brand p {
    margin: 0;
    font-size: 14px;
    color: var(--c2);
    text-align: center;
}

.sidebar.right {
    left: initial;
    right: 0;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
    transform: translateX(120%)
}

.sidebar.right .close .btn-close {
    float: left
}

.sidebar.active {
    transform: translateX(0)
}

.sidebar .content {
    line-height: 1.5;
    font-size: 0.875em
}

.sidebar .content ul.s-menu,
.sidebar .content ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .content ul.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f5f5f5;
    transform-origin: top;
    overflow: hidden;
    display: none;
}

.sidebar .brand{
    text-align: center;
    
}

.sidebar .brand p{
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    color: #8E1737;
    margin: 11px 0;
}

.sidebar .brand span{
    font-size: 16px;
    color: #555;
}

.sidebar .content ul.sub-menu a {
    padding-left: 1.5rem
}

.sidebar .content ul.sub-menu.sub-sub-menu {
    background: #f7f7f7;
}

.sidebar .content ul.sub-menu.sub-sub-menu a {
    padding-left: 2.5rem;
    color: #f5f5f5 !important;
}

.sidebar-sc {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-evenly;
    margin-top: 20px;
}

.sidebar .sc-circle {
    background: #fff;
    border-radius: 50px;
    padding: 5px;
    width: 24px;
    height: 24px;
    text-align: center;
    font-weight: normal !important;
    font-size: 20px;
}

.sidebar ul li a.sc-twt {
    color: #38A1F3;
}

.sidebar ul li a.sc-fb {
    color: #3b5998;
}

.sidebar ul li a.sc-insta {
    color: #C13584;
}