html{
    font-size: 16px;
}
* {
    font-family: Poppins !important;
}
.hide{
    display: none !important;
}
.navbar{
    background-color: black;
    height: 6rem;
    z-index: 2;
}
.home-navbar-inner{
    width: 80%;
}
.home-nav-list{
    width: 330px;
}
select{
    font-family: Poppins !important;
}
.nav-item a{
    color: white !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
.navbar_items_container{
    width: 40%;
}
.navbar_right{
    justify-content: end;

}
.navbar_right button{
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 6px;
    background: #178A43;
    padding: 0.5rem 2rem;
    margin-left: 1rem;

}
.navbar_right button:hover{
    color: #FFF;
    background: #178A43;

}
.navbar-brand img{
    height: 5rem;
    /* width: 17rem !important;  */
    width: auto!important; 
}

.help-pop-up-wrapper{
    padding: 0.5rem;
    right: 0rem;
    top: 3rem;
}
.help-pop-up{
    border-radius: 0.22644rem;
    background: #ebe8e8;
    box-shadow: 0px 7px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 0.2rem 0.6rem;
}
.help-pop-up span{
    color: var(--text1, #616161);
    text-align: center;
    font-family: Poppins;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.sub-help-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
}
.sub-help-container span{
    white-space: nowrap;
}
.custom-nav-item{
    white-space: nowrap;
}
.navbar-style{
    justify-content: space-around;
}
@media screen and (max-width: 1400px) and (min-width: 1200px) {
    .navbar{
        height: 4rem;
    }
    .nav-item a{
        color: white !important;
        font-size: 0.75rem;
    }
    .navbar_items_container{
        width: 50%;
    }
    .navbar_right{
        justify-content: end;
    
    }
    .navbar_right button{
        font-size: 0.75rem;
        padding: 0.4rem 1.5rem;
    
    }
    .navbar-brand img{
        height: 3rem;
        width: auto  !important; 
        /* width: 13rem  !important;  */
    }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .navbar{
        height: 3.5rem;
    }
    
    .nav-item a{
        font-size: 0.69rem;
    }
    .navbar_items_container{
        width: 50%;
    }
    .navbar_right{
        justify-content: end;
    
    }
    .navbar_right button{
        font-size: 0.69rem;
        padding: 0.3rem 1.5rem;
    
    }
    .navbar-brand img{
        height: 3rem;
        width: auto  !important; 
        /* width: 12rem  !important;  */
    }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
    .navbar{
        height: 3.5rem;
    }
    
    .nav-item a{
        font-size: 0.69rem;
    }
    .navbar_items_container{
        width: 50%;
    }
    .navbar_right{
        justify-content: end;
    
    }
    .navbar_right button{
        font-size: 0.69rem;
        padding: 0.3rem 1.5rem;
    
    }
    .navbar-brand img{
        height: 2.5rem;
        width: auto  !important; 
        /* width: 11rem  !important;  */
    }
}

@media screen and (max-width: 768px){

    .navbar_right{
        justify-content: end;
    
    }
    .navbar_right button{
        font-size: 0.69rem;
        padding: 0.3rem 1.5rem;
        margin-left: 0rem;
    
    }
    .navbar-brand img{
        height: 3rem;
        width: auto  !important; 
    }
    .help-pop-up-wrapper{
        padding: 0rem;
        left: -0.2rem;
        top: 2rem;
    }
}

@media screen and (max-width:576px){
    .home-navbar-inner{
        width: 100%;
    }
}



