#anatomy-model {

    padding-top: 0px;

    max-width: 1280px;

    margin: 0 auto 0px;
    position: relative;
    z-index: 5;
    background: transparent;
}

.description {
    max-width: 600px;
    margin: 0 auto;
    color: rgba(229, 229, 229, 0.7);
}

#Roof_Sheeting,
#Valley,
#X-Bracing,
#Wall_Sheeting,
#_x28_Rake_x29__Gable_trim,
#EndWall_Rafter__x26__Column,
#Portal_Frame,
#Eave_Strut_1_,
#Framed_Opening__x28_header__x26__jamb_x29__1_,
#Purlin,
#Sidewall_Gir,
#_x28_Rigid_x29__Frame_Rafter,
#Ridge_Cap,
#Mezzanine_Joists,
#Mezzanine_Decking,
#Mutiple_Span_Columns,
#roof_x-bracing,
#Endwall_Girt {
    fill: transparent;
}

#Roof_Sheeting:hover,
#Valley:hover,
#Endwall_Girt:hover,
#X-Bracing:hover,
#Wall_Sheeting:hover,
#_x28_Rake_x29__Gable_trim:hover,
#EndWall_Rafter__x26__Column:hover,
#Portal_Frame:hover,
#Eave_Strut_1_:hover,
#Framed_Opening__x28_header__x26__jamb_x29__1_:hover,
#Purlin:hover,
#Sidewall_Gir:hover,
#_x28_Rigid_x29__Frame_Rafter:hover,
#Ridge_Cap:hover,
#Mezzanine_Joists:hover,
#Mezzanine_Decking:hover,
#Mutiple_Span_Columns:hover,
#roof_x-bracing:hover {
    fill: #0076bf;
    opacity: 0.8;
    transition: .4s;
}

svg {
    height: 480px;
    width: 100%;
    display: block;
    margin: auto;


}


.tooltips {
    position: absolute;
    top: 62% !important;
    left: 54% !important;
    background-color: #3C4043;
    color: #fff;
    display: none;
    transition: .6s;


    width: 560px;

    padding: 20px;
    z-index: 999;


}

.tooltips h4 {
    font-family: 'Poppins-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    letter-spacing: 0;
    color: #FFFFFF;
}

.tooltips p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    letter-spacing: 0;

    color: #FFFFFF;
}

.maptitle {
    position: absolute;
    background: #76777D;
    border-radius: 4px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0;
    padding: 2px 4px;
    color: #FFFFFF;
    z-index: 1;
}

.maptitle:after {
    content: '';
    background: url(../svg/tooltip-angle.svg);
    transform: rotate(-90deg);
    width: 6px;
    height: 22px;
    position: absolute;
    left: calc(50% - 3px);
    /* left: 50%; */
    bottom: -14px;

}