.nav .nav-item {
    /* padding-left: 5px; */
    padding-top: 12px;
}

.nav .nav-item a {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

.nav .active {
    background: rgb(0, 128, 0) !important;
    color: #ffff !important;
}

.nav {
    display: flex;
    overflow: scroll;
    flex-wrap: wrap;
    place-content: center;
    width:100%;

}

.nav::-webkit-scrollbar {
    display: none;
}

.nav .nav-item button {
    color: #000;
    text-decoration: none;
    padding: 4px 14px !important;
    border-radius: 2px;
    margin-right: 5px !important;
    font-family: font2;
    display: block;
    border: 2px solid rgb(0, 128, 0) !important
}

.nav-item::before {
    border: none !important;
}

.btnn {
    background: #fff !important;
}
.common-details {
    margin-top: -11px !important;
}

.one_icon {
    border-right: none;
}

.two_icon {
    border-right: 2px solid grey !important;
    width: 20%;
    display: inline-block;
    float: left;
}

.two_icon:last-child {
    border-right: none !important;
}

.three_icon {
    border-right: 2px solid grey !important;
    width: 20%;
    display: inline-block;
    float: left;
}

.three_icon:last-child {
    border-right: none !important;
}

.icon-center {
    place-content: center;
    display: flex;
}
@media(max-width:375px)  {
    .nav {
        width: 100%;
    }
}
 @media(max-width:493px) {
    .nav {
        width: 100%;
    }
}
#myDIV{
    width: auto;
    height: auto;
    box-shadow: none;
    position: relative;
}