#searchSec{
    position: absolute;
    z-index: 4;
    background-color: white;
    box-shadow: 1px 1px 1px black;
    margin-top: 8%;
    list-style: none;
    width: 99.6%;

}
#searchSec li a{
    color: black;
    margin-top: 1%;
}

@media screen and (max-width:720px){
    #searchSec{
        margin-top: 30%;

    }
}

#searchSec a li{
    border-bottom: 1px solid #ccc !important;

}
#searchSec a {
    height: 20px !important;
    padding: 10px !important;

}
/* #searchSec a li:hover {
    background-color: #ccc !important;
    width: 100%;
    height: 30px;
} */

.dropdown-menu span{
    cursor: pointer;
}
.dropdown-menu span:hover{
    background-color: dodgerblue;
    color: white;
}

.list-group-item.active a{
    color: black !important;
}
.list-group-item.active img{
    opacity: 0.5;
    box-shadow: 2px 2px 2px black;
}
.list-group-item img{
    transition-duration: 1s;
    transition-property: all;
    height: 120px;
}
.list-group-item img:hover{
    opacity: 0.5;
}
.list-group-item.active .num{
    box-shadow: 2px 2px 2px black;
}
.num{
    text-align: center;
    position: absolute;
    top: 0%;
    background:linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7));
    width: 100%;
    color: white;
}
#papa{
    position: relative;
}
#bt{
    cursor: not-allowed;
}

/* .index-section-1 .row .tri-tab{
    height: 300px !important;
} */
