#news-header-section .ms-slide-layers{
    max-width: 100% !important;
    left: 0px !important;
}
/*hide mobile header*/
.news-header-mobile .master-slider{
    visibility: hidden !important;
    height: 0px;
}

#news-header-section{
    padding: 11% 0 10% 0;
    background-color: #CE0F2B;
}

#news-description-section .container{
    padding: 2.5% 8% 0 8% !important;
}

#news-section .container {
    padding: 2.5% 8% !important;
}

.detail-image-section{
    display: none !important;
}
.news-section .description-text p{margin: 0 0 0 0 !important;}
@media (max-width: 1100px) {
    #news-description-section .container {
        padding: 4%!important;
    }
    #news-section .container {
        padding: 0 6% !important;
    }
}

/*---------------------------------------------------------news section css -------------------------------------------------------*/

#news-section .hover-image{
    position: absolute !important;
    left: 0;
}

#news-section .news-read-btn-section{
    padding: 0 !important;
}

.news-read-btn-section img{
    width: 34%;
    cursor: pointer;
}

.box-wrapper{
    width: 100%;
    background-color: #F5F5F5;
    margin: 0 0 2% 0 !important;
}

.news-image-section{
    width: 50% !important;
    float: left;
    padding: 0 !important;
}

.news-image-section .gallery-image-wrapper{
    background-color: transparent !important;
}

#news-section .gallery-card{
    cursor: auto;
}

.news-section{
    width: 50% !important;
    float: right;
    padding: 3% !important;
}

.news-title {
    padding: 3% 0 0 0;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-read-btn-section{
    width: 35%;
}

#news-section .news-description {
    text-overflow: ellipsis;
}

.desktop-img{
    display: block !important;
}

.mobile-img{
    display: none !important;
}

.news-image-section img{
    vertical-align: middle !important;
}

.news-image-section .overlay-img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.news-image-section  .gallery-image-overlay{
    padding: 0%;
    width: 100%;
}

.news-image-section .gallery-card:hover{
    background-color: transparent;
}

.news-image-section  .gallery-card:hover .overlay-img{
    opacity: 1;
}

@media (max-width: 1200px) {
    .news-read-btn-section{
        width: 42%;
    }
    .news-description {
    }
    .news-read-btn-section img{
        width: 41%;
    }
} 

@media (max-width: 1100px) {
    .news-section {
        padding: 3%;
    }
    .box-wrapper {
        margin: 0 0 3% 0 !important;
    }
    .news-description {
        overflow: hidden;
    }
}

@media (max-width: 1000px){
    .news-description {
        overflow: hidden;
    }
}

@media (max-width: 800px){
    .news-description {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    /*hide desktop header*/
    .news-header-desktop .master-slider{
        visibility: hidden !important;
        height: 0px;
    }
    /*show mobile header*/
    .news-header-mobile .master-slider{
        visibility: visible !important;
        height: auto;
    }
    .desktop-img{
        display: none !important;
    }
    .mobile-img{
        display: block !important;
    }
    .news-section,
    .news-image-section{
        width: 100% !important;
    }
    .news-section {
        padding: 8% 6%;
    }
    .box-wrapper {
        margin: 0 0 6% 0 !important;
    }
    .news-read-btn-section{
        width: 57%;
    }
    .news-description {
        height: auto;
        overflow: auto;
    }
    .news-image-section .overlay-img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .news-image-section  .gallery-image-overlay{
        padding: 16%;
        width: auto;
    }
    .news-image-section .gallery-card:hover{
        background-color: #303030;
    }
    .news-image-section  .gallery-card:hover .overlay-img{
        opacity: 0.5;
    }
    .news-read-btn-section img{
        width: 56%;
    }
}