.feature-1 {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}

.color000 {
    color: #444!important;
    font-weight: 400;
}

.feature-icon {
    margin-bottom: 0rem!important;
}

.lead-1 {
    margin-bottom: 0!important
}

.product-price {
    color: #ff4954 !important;
    font-weight: 500!important;
}

.logo-img-top {
    width: 2em;
    height: 2em
}

.nav-navbar .nav-link {
    font-size: 1.03rem!important;
}

.nav-navbar .nav-link.active {
    /* font-size: 1.1rem!important; */
}

.footer {
    margin-top: 7em;
}

.over-ellip {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nav-navbar .nav-link {
    /* padding: 0!important */
}

.col-xs-1-5,
.col-sm-1-5,
.col-xs-1-5 col-md-1-5,
.col-lg-1-5 {
    min-height: 1px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 8px!important;
    position: relative;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}

@media (min-width: 200px) and (max-width:767px) {
    .col-xs-1-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xs-1-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-xs-1-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xs-1-3 {
        flex: 0 0 25%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .col-xs-1-5 {
        width: 20%;
        float: left;
    }
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-xs-1-5 col-md-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}

.banner-bg-size {
    /* background-size: 100% auto; */
    padding: 8rem 0
}

.nav-navbar .nav-link {
    position: relative;
    transition: all .3s;
    width:fit-content;
    width:-webkit-fit-content;
    width:-moz-fit-content;
}

.nav-navbar .nav-link::after {
    content: "";
    width: 0%;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    transition: all .3s;
    background: rgba(117, 117, 117, 0.8);
}

.nav-navbar .nav-link.active::after {
    width: calc(100% - 2.25rem);
}

.nav-hover::after {
    width: calc(100% - 2.25rem)!important;
}


/* .nav-navbar:hover .nav-link:after {
    width: 55%;
} */