:root {
    --mb-primary: #ffde00;
    --mb-secondary: #17a2b8;
    --mb-heading: #000000;
}

.mb-latest-articles .mb-latest-articles-list,
.mb-post-cat ul.post-categories,
.mb-insight-artilces-section ul,
.mb-related-articles ul,
.rght-middle-related-article-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.mb-latest-article-section .vc_column-inner,
.mb-industry-resources-section .vc_column-inner,
.mb-most-read-section .vc_column-inner{
    padding-left:0 !important;
    padding-right:0 !important;
}

.mb-latest-articles-banner-box{
    max-width: 975px;
    margin: 0 auto;
    display: block;
    width: 100%;
    position: relative;
    top: 25px;
 }

.mb-latest-articles-banner-item{
    position: relative;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.mb-artciles-thumbnail {
    position: relative;
    flex: 0 0 55%;
    max-width: 55%;
    width: 55%;
    border-radius: var(--cs-image-border-radius);
    -webkit-clip-path: inset(0 0 0 0 round var(--cs-image-border-radius));
    clip-path: inset(0 0 0 0 round var(--cs-image-border-radius));
    overflow: hidden;
    height: 350px;
}

.mb-artciles-thumbnail img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px;
}

.mb-articles-content{
    flex: 1;
    padding: 10px 0 10px 20px;
}

.mb-latest-articles-banner-item h3{
    position: relative;
    left: -85px;
    padding-top:15px;
    margin-bottom:10px;
}

.mb-latest-articles-banner-item h3 a{
    padding: 10px;
    background-color: #26547c;
    color: #ffffff;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    font-size: 1.6rem;
    line-height: 60px;
    transition: .25s;
    font-weight: 800;
}

.mb-latest-articles-banner-item h3 a:hover,
.mb-latest-articles-banner-item h3 a:focus,
.mb-latest-articles-banner-item h3 a:active{
    color: #000000 !important;
    text-decoration:none;
    background-color: #ffde00;
}

.mb-articles-meta{
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #818181;
}

.mb-articles-meta i{
    margin-right: 5px;
}

.loader-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 9999;
}

.loader-wrapper img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 44px;
    animation: spin 1.9s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.mb-latest-articles{
    position: relative;
}

.mb-loader,
.mb-retail-news-loader{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width: 100%;
    height: 100%;
    background: #ffffffcc;
    z-index: 999;
    display: none;
}

.mb-loader img,
.mb-retail-news-loader img{
    position: absolute;
    top: 25%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
}

.mb-latest-articles .mb-latest-articles-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 15px;
    justify-items: center;  
}

.mb-latest-articles .mb-latest-articles-box{
    position: relative;
    border: 1px solid #dddddd;
    padding: 12px;
    margin: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    height: 100%;
    width: 100%;
    min-height: 345px;
    cursor: pointer;
    background-color: #fff;
    overflow: hidden;
    box-sizing:border-box;
}

.mb-related-articles .mb-related-articles-box{
    position: relative;
    border: 1px solid #dddddd;
    padding: 12px;
    margin: 0 5px 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    height: 375px;
    width: 100%;
    min-height: 375px;
    cursor: pointer;
    background-color: #fff;
    overflow: hidden;
    box-sizing:border-box;
}

.mb-related-articles-box .mb-articles-content-box h3 {
    font-size: 14px;
    line-height: 24px;
}

.mb-latest-articles .mb-latest-articles-box:hover,
.mb-latest-articles .mb-latest-articles-box:focus,
.mb-latest-articles .mb-latest-articles-box:active,
.mb-related-articles .mb-related-articles-box:hover,
.mb-related-articles .mb-related-articles-box:focus,
.mb-related-articles .mb-related-articles-box:active{
    background-color: #dce1de;
}

.mb-artciles-feature-img{
    position: relative;
    width: 100%;
    height: 200px;
}

.mb-artciles-feature-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mb-articles-content-box{
    position: relative;
    padding: 15px 0 0;
}

.mb-all-resources-content-box {
    text-align: center;
    position: relative;
    padding: 30px 10px 20px;
}

.mb-articles-content-box .mb-articles-content-link,
.mb-all-resources-content-box .mb-articles-content-link{
    height: 100%;
    display:block;
}

.mb-articles-content-box h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
    padding-bottom: 5px;
    padding-top: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    border-bottom: 1px solid transparent;
}

.mb-articles-content-box h3 a{
    color: #000000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.mb-articles-content-box h3:hover,
.mb-articles-content-box h3:focus,
.mb-articles-content-box h3:active,
.mb-latest-articles .mb-latest-articles-box:hover h3,
.mb-latest-articles .mb-latest-articles-box:focus h3,
.mb-latest-articles .mb-latest-articles-box:active h3{
    border-bottom: 1px solid #0000002e;
}

.mb-post-reaad-more-btn{
    font-family: Dosis;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    display: none;
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 100%;
    max-width: 110px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    background-color: #000000;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0 0em 0em rgba(0,0,0,0.2);
    padding: 5px;
    letter-spacing: 0.09em;
}

.mb-all-resources-content-box .mb-post-reaad-more-btn{
    margin: 20px auto 0 !important;
}

.mb-post-reaad-more-btn:hover,
.mb-post-reaad-more-btn:focus,
.mb-post-reaad-more-btn:active,
.mb-latest-articles .mb-latest-articles-box:hover .mb-post-reaad-more-btn,
.mb-latest-articles .mb-latest-articles-box:focus .mb-post-reaad-more-btn,
.mb-latest-articles .mb-latest-articles-box:active .mb-post-reaad-more-btn,
.mb-newsletter-section-text a:hover,
.mb-newsletter-section-text a:focus,
.mb-newsletter-section-text a:active{
    color: #8bc34a !important;
}

.mb-post-reaad-more-btn i{
    margin-left: 5px;
}

.mb-articles-author-date{
    color: #999999;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    text-align: left
}

.mb-articles-author-date span{
    margin-left: 5px;
}

.mb-post-cat{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    transform: translate(0px, 0px);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.mb-post-cat ul.post-categories li{
    display: none;
    vertical-align: top;
    width: auto;
}

.mb-post-cat ul.post-categories li:nth-child(1){
    display: inline-block;
}

.mb-post-cat ul.post-categories li a,
.mb-articles-cat-list a{
    background-color: #ffde00;
    font-size: 10px;
    line-height: 20px;
    color: #000;
    padding: 3px 7px;
    margin-right: 2px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: "Dosis", sans-serif;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.mb-articles-cat-list a:hover,
.mb-articles-cat-list a:focus,
.mb-articles-cat-list a:active,
.mb-post-cat ul.post-categories li a:hover,
.mb-post-cat ul.post-categories li a:focus,
.mb-post-cat ul.post-categories li a:active{
    color: #ffde00 !important;
    background-color: #000000;
    text-decoration: none !important;
}

.mb-pagination,
.mb-your-news-pagination{
    margin-top: 30px;
}

.mb-rem-sticky-articles-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 15px;
    justify-items: center;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}

.mb-rem-sticky-article{
    position: relative;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.mb-rem-sticky-article:hover,
.mb-rem-sticky-article:focus,
.mb-rem-sticky-article:active{}


.mb-rem-sticky-article-thumb{
    position: relative;
    height: 140px;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.mb-rem-sticky-article:hover .mb-rem-sticky-article-thumb,
.mb-rem-sticky-article:focus .mb-rem-sticky-article-thumb,
.mb-rem-sticky-article:active .mb-rem-sticky-article-thumb{
    opacity: 1;
}

.mb-rem-sticky-article-thumb::before{
    position: absolute;
    content: '';
    right: 0;
    left: 0;
    top:0;
    bottom:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

.mb-rem-sticky-article-thumb img{
    border-radius: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mb-rem-sticky-article-content {
    position: absolute;
    top: 0;
    padding: 15px 10px 0;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.mb-double-arrows-box i{
    font-size: 20px;
    line-height: 30px;
    color: #00000061;
    padding-right: 10px;
}

.mb-double-arrows-box:hover i,
.mb-double-arrows-box:focus i,
.mb-double-arrows-box:active i{
    text-decoration: none;
    color: #fff;
}

.mb-rem-sticky-article-content h3{
    margin-bottom: 10px;
}

.mb-rem-sticky-article-content h3 a{
    font-size: 15px;
    line-height: 25px;
    color: #000000;
    transition: .25s;
    display: block;
    font-weight: 600;
}

.mb-rem-sticky-article:hover h3 a,
.mb-rem-sticky-article:focus h3 a,
.mb-rem-sticky-article:active h3 a,
.mb-rem-sticky-article:hover .mb-rem-post-meta,
.mb-rem-sticky-article:hover .mb-rem-post-meta,
.mb-rem-sticky-article:hover .mb-rem-post-meta,
.mb-rem-sticky-article:hover .mb-double-arrows-box i,
.mb-rem-sticky-article:focus .mb-double-arrows-box i,
.mb-rem-sticky-article:active .mb-double-arrows-box i{
    text-decoration: none;
    color: #fff;
}

.mb-rem-post-meta{
    color: #999999;
    font-weight: 500;
    font-size: 11px;
    line-height: 21px;
    display: block;
}

.mb-rem-post-meta i{
    margin-right: 5px;
}


.mb-related-articles{
    opacity:0;
}

.mb-slider-spiner{
    display: none;
}

/*==== Insights Section CSS ====*/

.mb-insight-artilces-section{
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.mb-insight-artilces-col-one{
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    padding: 0 15px;
}

.mb-insight-artilces-col-one .mb-insight-artilces-feature-img{
    position: relative;
}

.mb-insight-artilces-col-one .mb-insight-artilces-feature-img img{
    width: 100%;
}

.mb-insight-artilces-col-one .mb-insight-content-box{
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 80%;
}

.mb-insight-artilces-col-one .mb-insight-content-box h3{
    margin-bottom: 10px;
}

.mb-insight-artilces-col-one .mb-insight-content-box h3 a{
    padding: 10px;
    background-color: #ffde00;
    color: #000000;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    font-size: 22px;
    line-height: 55px;
    transition: .25s;
    font-weight: 800;
}

.mb-insight-artilces-col-one .mb-insight-content-box h3 a:hover,
.mb-insight-artilces-col-one .mb-insight-content-box h3 a:focus,
.mb-insight-artilces-col-one .mb-insight-content-box h3 a:active{
    color: #ffde00;
    background-color: #000000;
}

.mb-insight-meta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.mb-insight-meta li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    margin: 5px 10px 5px 0 !important;
}

.mb-insight-meta li i{
    margin-right: 7px;
    font-size: 13px;
    line-height: 23px;
}

.mb-insight-cat-list a{
    background-color: #8B80F9;
    font-size: 10px;
    line-height: 20px;
    color: #fff;
    padding: 3px 7px;
    margin-right: 2px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: "Dosis", sans-serif;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.mb-insight-cat-list a:hover,
.mb-insight-cat-list a:focus,
.mb-insight-cat-list a:active{
    color: #000000 !important;
    background-color: #ffde00;
    text-decoration: none;
}

.mb-insight-meta li a{
    color: #fff;
}

.mb-insight-meta li a:hover,
.mb-insight-meta li a:focus,
.mb-insight-meta li a:active{
    color: #ffde00;
}

.mb-insight-artilces-col-two{
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    padding: 0 15px;
}

.mb-insight-artilces-col-one h2,
.mb-insight-artilces-col-two h2{
    position: relative;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.5px;
    color: #8B80F9;
    margin-top: 0;
    border-bottom: 2px solid #8B80F9;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 700;
}

.mb-insight-artilces-col-one h2 a,
.mb-insight-artilces-col-two h2 a{
    color: var(--gg-secondary);
}

.mb-insight-artilces-col-one h2 a:hover,
.mb-insight-artilces-col-two h2 a:hover,
.mb-insight-artilces-col-one h2 a:focus,
.mb-insight-artilces-col-two h2 a:focus,
.mb-insight-artilces-col-one h2 a:active,
.mb-insight-artilces-col-two h2 a:active{
    color: #fff;
}

.mb-insight-artilces-col-two ul .mb-insight-artilces{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #2e2e2e;
    padding: 0 0 15px;
    margin-bottom: 15px;
}

.mb-insight-artilces-col-two ul .mb-insight-artilces:last-child{
    border-bottom: 0;
    margin:0;
    padding: 0;
}

.mb-insight-artilces-col-two .mb-insight-artilces-feature-img{
    flex: none;
    align-self: flex-start;
    width: 100px;
    height: 70px;
    margin-right: 1rem;
    border-radius: var(--cs-image-border-radius);
    -webkit-clip-path: inset(0 0 0 0 round var(--cs-image-border-radius));
    clip-path: inset(0 0 0 0 round var(--cs-image-border-radius));
    overflow: hidden;
}

.mb-insight-artilces-col-two .mb-insight-artilces-feature-img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mb-insight-artilces-col-two h3{
    margin: 0;
}

.mb-insight-artilces-col-two h3 a{
    color: #fff;
    font-size: 13px;
    padding: 3px;
    margin: 0;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    line-height: 27px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.mb-pagination .page-numbers:hover,
.mb-pagination .page-numbers:active,
.mb-pagination .page-numbers:focus{
    color: #fff !important;
    background: #8bc34a !important;
}

.mb-insight-artilces-col-two h3 a:hover,
.mb-insight-artilces-col-two h3 a:focus,
.mb-insight-artilces-col-two h3 a:active{
    background-color: #8B80F9 !important;
    color: #fff;
    text-decoration:none;
}

.mb-insight-content-box h3 a:hover,
.mb-insight-content-box h3 a:focus,
.mb-insight-content-box h3 a:active,
.mb-articles-content-box h3 a:hover,
.mb-articles-content-box h3 a:focus,
.mb-articles-content-box h3 a:active{
    text-decoration:none;
}

.mb-display-on-desktop{
    display: block;
}

.mb-display-on-mobile,
.mb-insight-artilces-col-one h2{
    display: none;
}


.mb-related-articles .slick-next:before,
.mb-related-articles .slick-prev:before{
    content: unset !important;
}

.mb-related-articles .slick-arrow{
    background-color: transparent !important;
    width: 40px !important;
    height: 40px !important;
    background-repeat: no-repeat !important;
}

.mb-related-articles .slick-prev {
    background-image: url('https://www.retailgazette.co.uk/wp-content/uploads/2024/03/left.png') !important;
    left: -35px;
}

.mb-related-articles .slick-next {
    background-image: url('https://www.retailgazette.co.uk/wp-content/uploads/2024/03/right.png') !important;
    right: -40px;
}

/* === Middle Related Articles CSS === */

.mb-related-articles-middle{
    display: flex;
    justify-content: flex-start;
    align-items: self-start;
	margin: 30px 0;
    width: 100%;
}

.mb-related-articles-middle h5{
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    width:12%;
}

.mb-middle-related-article-list{
    list-style: none;
    margin:0;
    padding: 0;
    width: 88%;
}

.mb-middle-related-article-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.mb-middle-related-article-img{
    width: 20%;
    position: relative;
}

.mb-middle-related-article-img img{
    width: 100%;
}

.mb-middle-related-article-content{
    width: 80%;
    padding-left: 25px;
    position: relative;
}

.mb-middle-related-article-content h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 8px;
    padding-bottom: 5px;
    padding-top: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.mb-related-articles-box .mb-articles-content-box h3:hover,
.mb-related-articles-box .mb-articles-content-box h3:focus,
.mb-related-articles-box .mb-articles-content-box h3:active,
.mb-related-articles-box .mb-articles-content-box a:hover,
.mb-related-articles-box .mb-articles-content-box a:active,
.mb-related-articles-box .mb-articles-content-box a:focus{
    text-decoration: none !important;
}

.mb-middle-related-article-content h3:hover,
.mb-middle-related-article-content h3:focus,
.mb-middle-related-article-content h3:active,
.mb-middle-related-article-content a:hover,
.mb-middle-related-article-content a:active,
.mb-middle-related-article-content a:focus{
    text-decoration: none !important;
    color: #ffde00;
}

.mb-most-popular-posts-list{
	list-style: none;
	padding: 0;
	margin: 0;
}

.mb-most-popular-posts-item{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	align-items: flex-start;
}

.mb-most-popular-posts-img{
	width:27%;
	height: 75px;
}

.mb-most-popular-posts-img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.mb-most-popular-posts-content{
	width: 73%;
	padding-left: 10px;
}

.mb-most-popular-posts-content a{
	color: #111111;
    font-size: 12px;
    font-weight: 500;
    font-family: Poppins;
    line-height: 23px;
    padding: 2px 5px;
    background-color: #ffffff;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    transition: .25s;
}

.mb-most-popular-posts-item:hover .mb-most-popular-posts-content a,
.mb-most-popular-posts-item:focus .mb-most-popular-posts-content a,
.mb-most-popular-posts-item:active .mb-most-popular-posts-content a,
.mb-most-popular-posts-content a:hover,
.mb-most-popular-posts-content a:focus,
.mb-most-popular-posts-content a:active{
	background-color: #ffde00;
    color: #111111;
    text-decoration: none;
}

.mb-post-published-date{
	display: block;
	padding-left: 5px;
	color: #aaa;
    font-family: Poppins;
    font-size: 11px;
    font-weight: 400;
}


@media all and (min-width: 480px) and (max-width: 786px){
	.mb-most-popular-posts-img{
		width:15%;
		height: 75px;
	}

	.mb-most-popular-posts-content{
		width: 85%;
		padding-left: 15px;
	}
}
@media all and ( max-width: 768px ){
    
    .mb-related-articles .slick-dots{
        bottom: -25px !important;
    }
    
    .mb-latest-articles-slider-section .g-cols.via_flex.type_default{
        margin: 0 !important;
    }
    
    .mb-latest-articles-banner-box{
        padding: 50px 15px 0;
        top: unset;
    }
    
    .mb-latest-articles-banner-box ul{
        margin:0;
    }
    
    .mb-latest-articles-banner-item {
        flex-direction: column;
    }
    
    .mb-artciles-thumbnail{
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    
    .mb-articles-content{
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        position: relative;
        top: -33px;
    }
    
    .mb-latest-articles-banner-item h3{
        left: unset;
    }
    
    .mb-related-articles-middle{
        display: block;
    }
    
    .mb-related-articles-middle h5,
    .mb-middle-related-article-list{
        width: 100%;
    }
    
    .mb-middle-related-article-box {
        align-items: flex-start;
    }
    
    .mb-middle-related-article-img{
        width: 32%;
    }

    .mb-middle-related-article-content{
        width: 68%;
        padding-left: 10px;
    }
    
    .mb-middle-related-article-content h3{
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 4px;
    }
}


@media all and ( max-width: 540px ){

    .mb-latest-articles-banner-item h3 a,
    .mb-insight-artilces-col-one .mb-insight-content-box h3 a {
        padding: 5px;
        font-size: 20px;
        line-height: 45px;
    }

    .mb-insight-artilces-section,
    .mb-insight-meta,
    .mb-insight-artilces-col-one h2,
    .mb-display-on-mobile{
        display: block !important;
    }
    
    .mb-insight-artilces-col-two h2,
    .mb-insight-artilces-col-two,
    .mb-display-on-desktop{
        display: none !important;
    }

    .mb-articles-content{
        padding: 20px 5px 0 !important;
    }

    .mb-latest-articles .mb-latest-articles-list{
        grid-template-columns: repeat(1,1fr);
    }

    .mb-rem-sticky-articles-list{
        padding: 0 10px;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 5px;
    }

    .mb-rem-sticky-article-content h3 a{
        padding-left: 5px;
        font-size: 14px;
        line-height: 24px;
    }

    .mb-rem-sticky-article span{
        font-size: 18px;
        line-height: 28px;
        width: 20px;
        height: 20px;
    }

    .mb-latest-articles .mb-latest-articles-box,
    .mb-articles-box{
        min-height: auto !important;
        height: auto !important;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .mb-articles-author-date {
        font-size: 10px;
        line-height: 20px;
    }
    
    .mb-latest-articles .mb-post-cat,
    .mb-articles-section .mb-post-cat{
        position: relative;
        top:unset;
        left:unset;
    }
    
    .mb-latest-articles .mb-artciles-feature-img,
    .mb-articles-section .mb-artciles-feature-img{
        position: relative;
        width: 30%;
        height: 100px;
    }
    
    .mb-latest-articles .mb-articles-content-box,
    .mb-articles-section .mb-articles-content-box {
        position: relative;
        padding: 0px 0 0 15px;
        width: 70%;
    }
    
    .mb-articles-content-box h3 {
        margin-top:5px;
        margin-bottom:5px;
        font-size: 12px;
        line-height: 22px;
    }
    
    .mb-feature-insights-section,
    .mb-rem-sticky-article-content {
        padding: 0 !important;
    }

    .mb-insight-artilces-col-one .mb-insight-content-box{
        position: relative;
        width: 100%;
        bottom: unset;
        left: unset;
        margin: 20px 0;
    }

    .mb-post-cat ul.post-categories li a, 
    .mb-insight-cat-list a, 
    .mb-articles-cat-list a{
        padding: 3px 5px !important;
    }
    
    .fa-twitter:before {
        height: 35px !important;
        background-size: 10px !important;
    }
    
    .mb-retail-news-section h2,
    .mb-latest-article-section h2 {
        display:block;
    }
    
    .mb-retail-news-section h2 a, 
    .mb-latest-article-section h2 a {
        font-size: 10px;
        line-height: 25px;
        display: block;
    }
    
}

@media all and ( min-width: 540px ) and ( max-width: 768px ){
    
     .mb-rem-sticky-articles-list{
        padding: 0 10px;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 5px;
    }
    
    .mb-latest-articles .mb-latest-articles-list{
        grid-template-columns: repeat(2,1fr);
    }
    
    .mb-insight-artilces-col-one .mb-insight-content-box{
        position: relative;
        width: 100%;
        bottom: unset;
        left: unset;
        margin: 20px 0;
    }
    
    .mb-insight-artilces-section,
    .mb-insight-meta{
        display: block;
    }
    
    .mb-feature-insights-section,
    .mb-rem-sticky-article-content{
        padding: 0 !important;
    }
    
    .mb-insight-artilces-col-two ul{
        grid-template-columns: repeat(2,1fr);
        display: grid;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        grid-gap: 15px;
        justify-items: center;
    }
    
    .fa-twitter:before {
        height: 35px !important;
        background-size: 10px !important;
    }
    
}

@media all and ( min-width: 769px ) and ( max-width: 1024px ){
    
    .mb-feature-insights-section,
    .mb-rem-sticky-article-content{
        padding: 0 !important;
    }
    
    .mb-insight-artilces-col-one{
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    }
    
    .mb-insight-artilces-col-two{
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }
    
    .mb-insight-artilces-col-one .mb-insight-content-box h3 a{
        font-size: 24px;
        line-height: 58px;
    }
    
    .mb-latest-articles-banner-item h3 a{
        font-size: 24px;
        line-height: 58px;
    }
    
    .mb-latest-articles .mb-latest-articles-list{
        grid-template-columns: repeat(2,1fr);
    }
    
    .mb-rem-sticky-article-content h3 a {
        font-size: 16px;
        line-height: 26px;
    }
    
    .mb-rem-sticky-articles-list{
        padding: 0 10px;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 5px;
    }
    
    .mb-rem-sticky-article-content h3 a,
    .mb-articles-content-box h3{
        font-size: 14px;
        line-height: 24px;
    }
    
}