.venue-details{

}
.venue-details .tab-btn{
    background-color: none;
    background: none;
}
.venue-details .tab-content{

}
.venue-details .nav-pills .nav-link{
    background: #f1f4f2;
    color: white;
    border-radius: 0;
}
.venue-details .nav-pills .nav-link i{
    color: var(--primary);
}
.venue-details .tab-name{
    line-height: initial;
    color: var(--primary);
}
.venue-details .nav-pills .nav-link.active{
    background: var(--primary);
    position: relative;
}
.venue-details .nav-pills .nav-link.active i{
    color: var(--white);
}
.venue-details .nav-pills .nav-link.active .tab-name{
    color: var(--white);
}
.venue-details .nav-pills .nav-link.active::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 30px;
    height: 30px;
    z-index: -1;
    background-color: var(--primary);
    transform: translate(-50%, 0%) rotate(45deg);
}
.venue-details .tab-content{

}

/*********************************
*        PHOTO GALLERY CSS       *
*********************************/
.venue-details .tab-content .photo-gallery {
    padding: 0 0px 50px 0;
}
.venue-details .tab-content .video{
    height: 300px;
    margin-bottom: 30px;
}
.venue-details .tab-content .details{
    font-size: 14px;
    margin-bottom: 50px;
}
.venue-details .tab-content .facilities-tab{
    margin-bottom: 50px;
}
.venue-details .tab-content .facilities-tab .item{
    text-align: center;
    margin-bottom: 20px;
}
.venue-details .tab-content .facilities-tab .item .img{
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.venue-details .tab-content .photo-gallery .thumbnails .img img{
    width: 100%;
    height: 95px;
}
.venue-details .tab-content .information-tab .information-title{
    font-weight: bold;
    text-transform: uppercase;
}
.venue-details .tab-content .information-tab .guest-wise-price{
    margin-top: 30px;
}
.venue-details .tab-content .information-tab{
    margin-bottom: 50px;
}
.venue-details .tab-content .information-tab .table>:not(:first-child) {
    border-top-width: 1px;
    border-color: #f1f1f1;
}
.venue-details .tab-content .information-tab .title-td{
    padding-left: 10px;
}
.venue-details .tab-content .information-tab thead tr{
    border: none;
}
.venue-details .tab-content .information-tab thead tr th{
    border: none;
}
.venue-details .tab-content .information-tab tbody{
    border-color: #ccc;
}
.venue-details .tab-content .information-tab tbody tr{
    border-color: #ccc;
}
.venue-details .tab-content .information-tab tbody tr td{
    border-color: #ccc;
}