.searchbardiv{
    top: 5px;
}

#searchbox {
   font-family: Montserrat;
    font-weight: 800;
    color: #1A1E28;
}
.result{
    font-family: Montserrat;
    font-weight: 800;

}

.search-header{
    height: 140px;
}



@media screen and (max-width: 990px) {
    .wp-tab-responsive {
        flex-direction: column;
        height: auto;
        padding: 0;
        width: 100%;
    }

    .wp-tab-responsive li {
        height: auto;
    }


    .responsive-tabs {
        position: relative;
        border: 1px solid #ccc;
        border-top: 0;
        border-radius: 0;
    }

    .responsive-tabs .dropdown-arrow {
        position: absolute;
        top: 15px;
        right: 15px;
        border: solid black;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        vertical-align: middle;
        transform: rotate(
                45deg
        );
        -webkit-transform: rotate(
                45deg
        );
        transition: all ease .5s;
        cursor: pointer;
        margin-top: 6px;
    }

    .responsive-tabs.open li > a, .responsive-tabs li > a.active {
        display: block;
    }

    .responsive-tabs {
        position: relative;
    }

    .responsive-tabs li {
        width: 100%;
        margin: 0 !important;
    }

    .responsive-tabs li > a {
        display: none;
        border: 0 !important;
        border-radius: 0 !important;
    }

    .responsive-tabs.open li > a, .responsive-tabs li > a.active {
        display: block;
    }

    .responsive-tabs.open .dropdown-arrow {
        transform: rotate(-135deg);
        transition: all ease .5s;
        margin-top: 7px;
    }
    .tittle-search{
        display: none;
    }

}

@media (min-width: 990px) {
    .sidenav-active{
        position: relative;
    }
    .sidenav-active:after{
        background-color: #f7b500;
        content: "";
        position: absolute;
        left: 20px;
        top: 46%;
        margin-left: -1rem;
        width: 83px;
        height: 9px;
        z-index: -1;
    }

    .nav-pills .nav-link {
        line-height: 27px;
        border-radius: 0px;
        padding: 0
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background-color: transparent;
        box-shadow: none;
    }

    .wp-tab-responsive li {
        width: 100%;
        height: 35px;
        white-space: nowrap;
        display: flex;
        align-items: center;
    }

    a.nav-link.active.sidenav-active {
        width: 90%;
    }

    .nav-link {
    }

    .sidenav li a {
        font-size: 24px;
    }

    .responsive-tabs .dropdown-arrow {
        display: none;
    }

    .nav-pills .nav-link {
        font-size: 24px;

    }

    .sidenav li.nav-item {
        margin-bottom: 10px;
    }


}

@media (min-width: 1024px) {
    a.nav-link.active.sidenav-active {
        width: 50%;
    }
}
