
.MultipleTabExt {

}
.MultipleTabExt .Header {
        height: 37px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom: 2px solid #00a51c;
        width: 100%;
    margin-bottom: 15px;
}
.MultipleTabExt tr.row.m-0 {
    width: 100%;
}
.MultipleTabExt .Header .HeadWraper ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.MultipleTabExt .Header .HeadWraper .Primary {
}
.MultipleTabExt .Header .HeadWraper li {
    display: inline-block;
    margin: 0 0 20px 0;
}
.MultipleTabExt .Header .HeadWraper li span {
    display: block;
}
.MultipleTabExt .Header .HeadWraper .Primary span {

}
.MultipleTabExt .Header .HeadWraper .Primary span a {
        line-height: 37px;
        background-color: #00a51c;
        height: 37px;
        display: inline-block;
        padding: 0 1rem;
        color: #FFF;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 500;
        font-family: 'Roboto';
        text-transform: uppercase;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
}
.MultipleTabExt .Header .HeadWraper .Sub span {
}
.MultipleTabExt .Header .HeadWraper .Sub span a {
    color: #fff;
    font: bold 10pt/27px arial;
    padding: 0 10px;
    white-space: nowrap !important;
}
.MultipleTabExt .Header .HeadWraper .Sub span a:hover {
    text-decoration: underline;
}
.MultipleTabExt .Wrap .LeftCol {
    padding: 0 20px 0 0;
    width: 60%;
    float: left;
}
.MultipleTabExt .Wrap .LeftCol .first {
}
.MultipleTabExt .Wrap .LeftCol .first .image {
    border-radius: 2px;
    margin: 0 6px 3px 4px;
    float: left;
    height: 150px;
    margin-right: 15px;
    width: 220px;
    object-fit: cover;
    margin-bottom: 10px;
    border: 1px solid #d7d7d7;
}
.MultipleTabExt .Wrap .LeftCol .first .title {
    margin: 0;
    padding: 0;
}
.MultipleTabExt .Wrap .LeftCol .first p {
    margin: 0;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: justify;
    line-height: 1.5;
}
.MultipleTabExt .Wrap .LeftCol .first .title a:hover {
    color: #9c0808;
}
.MultipleTabExt .Wrap .LeftCol .first .title a {
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
    text-transform: unset;
    text-align: justify;
}
.MultipleTabExt .Wrap .LeftCol .clear {
    clear: both;
}
.MultipleTabExt .Wrap .LeftCol .next {
    color: red;
    list-style: none;
    margin: 10px 5px;
    padding: 0;
}
.MultipleTabExt .Wrap .LeftCol .next li {
    float: left;
}
.MultipleTabExt .Wrap .LeftCol .next li a:hover {
    color: #b30f0f;
}
.MultipleTabExt .Wrap .LeftCol .next li a {
    color: #222;
    text-decoration: none;
    line-height: 1.5;
}
.MultipleTabExt .Wrap .RightCol {
    padding: 0;
    margin: 0;
    width: 40%;
}
.MultipleTabExt .Wrap .RightCol ul {
    color: red;
    list-style: outside none square;
    margin: 0;
    padding: 0;
}
.MultipleTabExt .Wrap .RightCol ul li {
    padding: 0 0 15px;
    text-align: left;
    list-style: none;
    display: flex;
}
.MultipleTabExt .Wrap .RightCol ul li .image {
    border-radius: 2px;
    float: left;
    height: 100px;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 130px;
}
.MultipleTabExt .Wrap .RightCol ul li a {
    color: #222;
    text-align: justify;
    line-height: 1.5;
}
.MultipleTabExt .Wrap .RightCol ul li a:hover {
    color: #9c0808;
}
.MultipleTabExt .showSubArticleImage img.image {
    object-fit: cover;
    max-width: inherit;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    float: left;
    height: 100px;
    margin-bottom: 17px;
    margin-right: 8px;
    width: 130px;
}
@media only screen and (max-width: 768px){
    .MultipleTabExt .Wrap {
    
}
  .Wrap .first .image {
    height: auto !important;
        width: 100% !important;
        float: none !important;
        margin: 0 !important;
  }
        .MultipleTabExt .Wrap .LeftCol .next{
        margin: 0 !important;
        }
        .MultipleTabExt .Wrap .RightCol ul{
        margin: 0 !important;
        }
}