.hoverbox .vc_figure{
    position: relative;
}
.hoverbox .vc_figure .vc_single_image-wrapper{
    overflow: hidden;
}
.hoverbox .vc_figure-caption{
    position: absolute;
    width: 100%;
    color: #fff;
    background: #0000008f;
    padding: 10px 0;
    font-size: 1rem;
    transition: all 0.4s ease-in;
    text-transform: uppercase;
    bottom: 0;
}
.hoverbox .vc_figure:hover img {
    transform: scale(1.2);
    filter: grayscale(1) blur(1px);
}
.hoverbox .vc_figure:hover .vc_figure-caption {
    bottom: 40%;
}
.vc_tta-tabs-container{
    margin: 0;
}
.vc_tta-tabs-list{
    display: flex !important;
}
.vc_tta-tab{
    flex: 1 1 auto;
    text-align: center;
}
.hospital-details .vc_column-inner{
    position: relative;
    padding: 30px;
}

.custom-btn {
    position: absolute;
    width: calc(100% - 15px);
    left: 16px;
    bottom: 0;
}
.custom-btn .vc_general{
    display: flex;
    align-items: center;
    justify-content: center;
}
.addressbox-wrap{
    margin-bottom: 20px;
}
.location-info {
    margin: 5px 0;
}
.nomargin, .nomargin p {
    margin: 0;
}

.nopadd .vc_gitem_row .vc_gitem-col{
    padding: 0;
}