* {
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        text-rendering:geometricprecision;
}
.SingleTabNew .WrapNew .next li a:first-child {
        grid-area: left;
}
.SingleTabNew .WrapNew .next li a:nth-child(2) {
        grid-area: right;
        flex: 1;
}
ul.next .date {
        grid-area: bottom;
        display: none;
}
.SingleTabNew {
        margin: 0 0 30px;
        width:100%
}
.SingleTabNewNew .HeaderNew {
        overflow: hidden;
        padding: 0px 0;
        text-align: justify;
        margin-top: 0;
        margin-bottom: 15px;
}
.SingleTabNew .HeaderNew .HeaderWrap .text > a {
        color: #222;
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        white-space: nowrap;
        padding-left: 0;
        line-height: 38px;
        margin: 0;
}
.SingleTabNew .HeaderNew .HeaderWrap{
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        font-size: 14px;
        min-width: 40%;
        color: #FFEB3B;
}
.SingleTabNew .HeaderNew .HeaderWrap img{
       display:none;
}
.SingleTabNew .HeaderNew{
        margin-bottom:10px;
}
.SingleTabNew .HeaderNew span.text {
        background:
                url(images/c.png) left top no-repeat;
        display:
                block;
        float:
                left;
        -moz-border-radius-topleft:5px;
        -webkit-border-top-left-radius:5px;
        border-top-left-radius:5px;
        -moz-border-radius-bottomleft:5px;
        -webkit-border-bottom-left-radius:5px;
        border-bottom-left-radius:5px
}
.SingleTabNew .HeaderNew .HeadWraper ul {
        display:inline-block;
        list-style:none;
        margin:0;
        padding:0
}
.SingleTabNew .HeaderNew .HeadWraper li {
        display:inline-block;
        float:left
}
.SingleTabNew .HeaderNew .HeadWraper li span {
        display:block;
        height:28px;
        line-height:28px
}
.SingleTabNew .HeaderNew .HeadWraper .Primary span {
        background:#cecece;
        margin-right:4px
}
.SingleTabNew .WrapNew .first .title .new,
.SingleTabNew .WrapNew .next li a .new {
        background:url(images/new.gif) right center no-repeat rgba(0,0,0,0)
}
.SingleTabNew .HeaderNew .HeadWraper .Image {
        margin-right:6px
}
.SingleTabNew .WrapNew .first img {
    grid-area: left;
}
.SingleTabNew .WrapNew .first{
        /* border-bottom: 1px solid #ECEFF1; */
        display: grid;
        grid-template-columns: 120px 1fr;
        grid-template-areas:
                "left right"
                "left bottom";
        column-gap: 15px;
        align-items: flex-start;
}
.SingleTabNew .WrapNew .first .title {
    grid-area: right;
}

.SingleTabNew .WrapNew .first .summary , .SingleTabNew .WrapNew li .summary{
    grid-area: bottom;
    margin-bottom: 0;
}
.SingleTabNew .WrapNew li .summary{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0;
    display: -webkit-box;
    color: #7e7e7e;
}

.SingleTabNew .WrapNew {
        margin:0;
        padding: 0;
        /* max-height: 640px; */
        overflow: hidden;
}
.SingleTabNew .WrapNew .first .image {
        float:left;
        height: 70px;
        margin-right: 0;
        width: 120px;
        object-fit: cover;
        border: 1px solid #ececec;
        border-radius: 5px;
}
.SingleTabNew .WrapNew .first .date {
        display:none;
}
.SingleTabNew .WrapNew .first .title {
        margin:0;
        text-align: left;
        line-height: 1.5;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-bottom: 0;
        display: inline-block;
}
.SingleTabNew .WrapNew .first .title .new {
        padding-left:8px;
        color:transparent
}
.SingleTabNew .WrapNew .first p {
        color: #7e7e7e !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-align: left;
        line-height: 1.5;
        font-size: 14px !important;
}
.SingleTabNew .WrapNew .first .title a {
        color: #0d0d0d;
        font-weight: normal;
        font-size: 16px;
        text-align: left;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        line-height: 1.4;
}
.SingleTabNew .WrapNew .first .title a:hover,
.SingleTabNew .WrapNew a:hover {
        color: #da251c;
}
.SingleTabNew .WrapNew .clear {
        clear:both;
}
.SingleTabNew .WrapNew .next {
        list-style: outside none square;
        /* margin-top: 10px; */
        padding-left: 0px;
        font-size: 14px;
        color: #0f5bb7;
        padding-top: 0;
        /*border-top: 1px dashed #ccc;*/
}
.SingleTabNew .WrapNew .next img.image {
        width: 120px !important;
        height: 78px;
        object-fit: cover;
        max-width: inherit;
        border-radius: 5px;
}
.SingleTabNew .WrapNew .next li {
        text-align: left;
        padding: 10px 0;
        list-style: none;
        border-top: 1px solid #EEEEEE;
        display: grid;
        grid-template-areas:
                "left right"
                "left bottom";
        column-gap: 15px;
        align-items: flex-start;
        justify-content: flex-start;
}
.SingleTabNew .WrapNew .next li a {
        text-decoration: none;
        padding: 0;
        font-style: normal;
        font-size: 16px;
        /* line-height: 20px; */
        color: #0d111c;
        padding-bottom: 0px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-height: 1.5;
}
.SingleTabNew .WrapNew .next li a .new {
        padding-left:7px;
        color:transparent
}
.SingleTabNew .HeaderNew .HeaderWrap .text > a {
        text-transform: uppercase;
        white-space: normal;
        font-size: 18px;
        font-family: 'Merriweather';
        color: #cc0212;
        font-weight: 700;
        display: inline-block;
        padding-left: revert-layer;
        position: relative;
        padding-left: 40px;
        text-align: left;
}
.SingleTabNew .HeaderNew .HeaderWrap .text > a:after{
        content: "\f1ea";
        font-weight: 900;
        font-family: "Font Awesome 5 Pro";
        font-size: 10px;
        position: absolute;
        left: 0;
        color: #be2626;
        top: 0px;
        font-size: 25px;
}
@media only screen and (max-width: 768px){
        .SingleTabNew .HeaderNew .HeaderWrap .text>a {
                font-size: 14px;
                white-space: nowrap;
        }
        .SingleTabNew .WrapNew{
                max-height: unset;
        }
        .SingleTabNew .WrapNew .next li a {
                text-decoration: none;
                padding: 0;
                font-style: normal;
                font-size: 16px;
                /* line-height: 20px; */
                color: #1f2123;
                padding-bottom: 0px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                line-height: 1.4;
        }
        .SingleTabNew .WrapNew .first .image{
                width: 103px;
                height: 68px;
        }
        .SingleTabNew .WrapNew .next img.image{
                width: 103px!important;
                height: 68px;
        }
        .SingleTabNew .WrapNew .clear{
                display: none;
                height: 0;
        }
        .SingleTabNew .WrapNew .next{
                margin: 0;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
        }
        div.SingleTabNew .WrapNew .first{
                /* min-height: unset; */
                /* display: block; */
                grid-template-columns: 103px 1fr;
        }
        .SingleTabNew .WrapNew .next li{
                /* display: flex; */
        }
        .SingleTabNew .WrapNew .next li a:nth-child(2){
                flex: 1;
        }
        .SingleTabNew .WrapNew .next li a:first-child{
        }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
        .SingleTabNew .HeaderNew .HeaderWrap .text>a {
                white-space: nowrap;
        }
        .SingleTabNew .WrapNew{
                max-height: unset;
                display: flex;
                gap: 10px;
        }
        .SingleTabNew .WrapNew .next li{
                padding-top: 0;
                padding-bottom: 20px;
        }
        .SingleTabNew .WrapNew .next li a {
                text-decoration: none;
                padding: 0;
                font-style: normal;
                font-size: 16px;
                /* line-height: 20px; */
                color: #1f2123;
                padding-bottom: 0px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                line-height: 1.4;
        }
        .SingleTabNew .WrapNew .first .image{
                min-height: 25vw;
        }
        .SingleTabNew .WrapNew .first{
                flex: 1;
        }
        .SingleTabNew .WrapNew .next{
                flex: 1
        }
        .SingleTabNew .WrapNew .clear{
                display: none;
        }
        .SingleTabNew .WrapNew .next{
                margin: 0;
        }
        .SingleTabNew .WrapNew .first{
                min-height: unset;
        }
}
