.tab_body{
    display: none;
    left: 0px;
    background: #f8f8f8; /* Old browsers */
    background: -moz-linear-gradient(top,  #f8f8f8 1%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f8f8f8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f8f8f8 1%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f8f8f8 1%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f8f8f8 1%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f8f8f8 1%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    border-top: 1px solid #e7e7e7;
    padding: 20px 10px 10px;
}

.active-tab-icon{

}

.tab_heading{
    padding: 10px;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.tb-active:after, .tb-active:before{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 100px 0 100px;
    border-color: #ffffff transparent transparent transparent;
    bottom: -20px;
    content: " ";
    position: absolute;
    margin-left: -100px;
    left: 50%;
}

.tb-active:before{
    border-color: #e7e7e7  transparent transparent transparent;
    bottom: -21px;
}

.eq p {
    margin: 0;
    padding: 0;
}


.tab_body:first-child{
    display: block;
}
.tab_body.active{
    display: block;
}

.tab_heading .eq{
    display: none;
}

.tab_heading .eq-1{
    display: block;
}
.tb-active .eq-2{
    display: block;
}

.tb-active .eq-1{
    display: none;
}


.tab-cols{
    float: left;
}



/* coach hover tool*/

.coach-hover{
    position: relative;
}

.h-slide{
    visibility: hidden;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.coach-hover-content{
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.coach-hover:hover .coach-hover-content{
    visibility: visible;
   animation-name: fadeIn;



}

.coach-hover-content:hover .h-slide{
    visibility: visible;
    animation-delay:1s;
    -webkit-animation-delay:1s;
    -vendor-animation-duration: 1s;
    animation-name: fadeInUp;


}


/* coach - wrapper*/

.cw-content{
    display: none;
}