.icon-hover > .vc_column-inner > .wpb_wrapper > .wpb_single_image{
     transition: transform .3s ease-out;
}
 .icon-hover:hover > .vc_column-inner > .wpb_wrapper > .wpb_single_image{
     transform: translate(0, -10px);
}
 .icon-hover .radiantthemes-iconbox{
     transition: transform .3s ease-out;
    
}
 .icon-hover:hover .radiantthemes-iconbox{
     transform: translate(0, -10px);
}
 .custom-box-shadow-2{
     box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
}
 .box-shadow{
     box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
}
 .table>tbody>tr:first-child td{
    border-top:none;
}
 .table>tbody>tr>td{
    padding:14px 0px;
}
 .spacing-table>div>.table>tbody>tr>td{
    padding:14px 15px;
}

/********HOVER BOX***********/

 .hover-box .vc_column-inner {
    position: relative;
     overflow: hidden;
}
 .hover-box img{
     transition: transform .4s;
}
 .hover-box:hover img{
     transform: scale(1.2);
}
 .overlay-heading{
    position: absolute;
     z-index: 10;
     bottom: 60px;
     left: 25px;
     -webkit-transform: translate3d(0,40px,0);
     transform: translate3d(0,40px,0);
     -webkit-transition: -webkit-transform 0.35s;
     transition: transform 0.35s;
}
 .hover-box:hover .overlay-heading{
     -webkit-transform: translate3d(0,0,0);
     transform: translate3d(0,0,0);
}
/********HOVER BOX***********/

.doctor-contact-info-box{
        background-color: #02646f;
}