
.modal-open{
    padding-right: 0px !important;
}
.head{
    height: 70px;
    width: 100%;
    background-color: white;
    line-height: 70px;
    padding: 20px;
}
.jx_box{
    background-color: white;
    padding: 50px 20px;
    width:100%;
    box-shadow: 3px 3px 4px #e2e2e2;
    border-radius: 5px;
    margin:20px auto;
    margin-top: 20px;
    text-align: center;
}

.footer{
    left: 0;
}
.jx_box h2{
    margin-top: 20px;
    color: #f00;
}
.jx_box p{
    margin-top: 40px;
}
.jx_box a{
    color: #f00;
    font-style: none;
    border-style: none;
}
.msg{
    padding: 20px;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #f1f1f1;
    border: 1px solid #eae9e9;
    border-radius: 5px;
}
.msg p{
    margin-top: 10px;
    text-align: left;
    color: #525252;
}
.topbar {
    position: static;
}
.i-icon{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.i-icon img{
    width: 40px;
    height: 40px;
}
.head-icon{
    text-align: center;
}
.col-xl-9{
    margin: 0 auto;
}
ul{
    text-decoration: none;
    list-style-type: none;
}
.icon_list>li{
    float: left;
    width: 7%;
    height: auto;
    font-size: 0;
    margin-top: 1px;
}
.icon_list>li>img{
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.icon_list>li>p{
    height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 5px;
}
@media (max-width: 767px) {
    .icon_list>li{
        width: 19%;
    }

    .icon_list li p{
        overflow-x: hidden;
    }

    #more-text{
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .icon-box{
        height: 222px;
        overflow-y: hidden;
        position: relative;
        margin-left: -10px;
    }

    .look-more-box{
        height: auto;
        margin: 0 auto;
        background-color: white;
        border: none;
        text-align: center;
    }
    .look-more-box i{
        font-size: 24px;
    }

}
@media (min-width: 767px) {
    .icon-box{
        height: auto;
    }

    .look-more-box{
        display: none;
    }

}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-top: 2px solid #007bff;
}
.list-item img{
    width: 100%;
}
.list-item p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0px;
}
.list-item{
    margin-bottom: 10px;
    padding: 20px;
}
.list-item:hover{
    border-radius: 10px;
    box-shadow: #a0a0a054 0px 0px 6px;
}
.topbar .navbar-custom {
    height: 70px;
}