.logo-text {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    color: #44cb01;
    padding-right: 2.4rem;
}

.top-header{
    box-shadow: 0 0 3px 1px #ddd;
    background-color: #fff;
}

.has-child{
    cursor: pointer;
}

.btn-outline-header {
    text-decoration: none;
    --button-border-width: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2rem;
    max-width: 32rem;
    padding: .4rem 1em;
    border: 4px solid #191c1e;
    color:  #191c1e;
    border-radius: 20px;
    margin-right: 1rem;
}

.btn-header {
    text-decoration: none;
    --button-border-width: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2rem;
    max-width: 32rem;
    padding: .4rem 1em;
    border-radius: 20px;
    color: #fff;
    background-color: #191c1e;
    border:  4px solid #191c1e;
    margin-right: 1rem;
}

.btn-dropdown-header{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-right: 1rem;
}

.btn-dropdown-header:hover{
    background-color: #f7f8f9;
    border-color:  #fdfdfd;
}

.search-btn{
    font-size: 24px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.search-btn:hover{
    background-color: #f7f8f9;
}

.data-menu{
    padding: 8px 0;

}

.data-menu span {
    color: rgb(25, 28, 30);
    font-weight: 400;
    display: block;
    line-height: 1.4;
}

.mega-menu-column .nav-menu-item:hover {
    background-color: #e9ecef;
    padding-left:0;
    transition: all .5s ease-in-out;
}