﻿.body-content {
    position: relative;
}

.page-all {
    position: relative;
    padding: 0;
}

.page-content, .page-side {
    display: block;
    width: 100%;
    font-size: 14px;
}

.page-content {
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    padding: 20px 40px;
    background-size: 100% auto;
    border-radius: 2px;
    position: relative;
    margin-top: 20px;
}

.page-side {
    width: 100%;
    margin-right: 0;
    font-size: 0;
}

    .page-side > section {
        padding: 73px 40px 0;
        margin: 20px 0;
        box-shadow: 0 0 10px rgba(0,0,0,0.08);
        width: 48%;
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        position: relative;
        background: #ffffff;
        min-height: 300px;
        box-shadow: 0 0 40px 7px #e7e7e7;
    }

        .page-side > section:nth-child(2n) {
            margin-right: 4%;
        }

    .page-content .title, .page-side .title, .page-news .title {
        font-size: 23px;
        margin: 5px 0 10px;
        padding: 0 0 10px 0;
        font-weight: bold;
        color: #da0000;
        text-shadow: 0 0.5px 0.5px #fff;
    }

    .page-side .title {
        font-size: 16px;
        height: 36px;
        line-height: 37px;
        padding: 20px;
        color: #fff;
        border: 0;
        text-shadow: 0 0.5px 0.5px #fff;
        position: absolute;
        top: -5px;
        left: 0;
        right: 0;
        text-align: center;
        color: #939191;
        border-radius: 2px;
        border-bottom: 1px solid #fff3f3;
        width: 80%;
        margin: 0 auto;
    }

.page-content-inner, .page-content-inner p {
    text-align: justify;
    font-weight: lighter;
    line-height: 2;
    font-size: 17px;
}

    .page-content-inner strong, .page-content-inner b {
        font-weight: bold;
    }

    .page-content-inner img {
        max-width: 100%
    }

    .page-content-inner ul, .page-content-inner ol {
        margin: 20px;
        font-size: 0;
    }

        .page-content-inner ul li, .page-content-inner ol li {
            font-size: 14px;
            /*display: inline-block;
            vertical-align: top;
            width: 18%;
            margin-left: 2.5%;
            border: 1px solid #eee;
            margin-bottom: 14px;
            border-radius: 6px;*/
        }

    .page-content-inner h2 {
        font-size: 17px;
        font-weight: bold;
        margin-top: 30px;
        color: #333;
    }

    .page-content-inner h3 {
        font-size: 15px;
        font-weight: bold;
        margin-top: 15px;
        color: #555;
        padding: 0 10px;
    }

    .page-content-inner h4 {
        font-size: 13px;
        font-weight: bold;
        margin-top: 30px;
        color: #777;
    }

    .page-content-inner a {
        color: #7e7e7e;
        background: #f8f8f8;
        padding: 0px 3px;
        border-radius: 2px;
        text-shadow: 0 0.5px 0.5px #fff;
    }

    .page-content-inner video {
        max-width: 100%;
    }

.faq-page-list {
    position: relative;
}

    .faq-page-list ul {
        list-style-type: none;
    }

.page-service-list {
    position: relative;
}

    .page-service-list ul {
        list-style-type: none;
        font-size: 0;
        padding: 0;
    }

        .page-service-list ul li {
            display: inline-block;
            width: 49%;
            position: relative;
            font-size: 22px;
            color: #777;
            display: inline-block;
            vertical-align: top;
            text-align: center;
            line-height: 28px;
            margin-bottom: 30px;
            background: #f9f9f9;
            padding: 20px 25px;
            box-sizing: border-box;
            box-shadow: 0 1px 2px rgba(0,0,0,.12);
            min-height: 260px;
            transition: 0.5s all ease;
            font-size: 13px;
            border: 1px solid #ddd;
        }

            .page-service-list ul li:nth-child(2n) {
                margin-right: 2%;
            }

            .page-service-list ul li h3 {
                font-weight: bold;
                text-align: right;
                font-size: 16px;
                color: #424242;
            }

            .page-service-list ul li p {
                font-size: 14px;
                color: #777;
                text-align: justify;
                padding: 0;
            }

            .page-service-list ul li img {
                max-width: 200px;
                height: 60px;
                float: right;
                margin: 0 0 20px 25px;
            }

            .page-service-list ul li .btn-request,
            .page-service-list ul li .btn-more {
                position: absolute;
                left: 10px;
                bottom: 10px;
                background: rgba(0,0,0,0.05) url(../../icons/request-icon.png) no-repeat center right 10px;
                color: #636363;
                font-size: 12px;
                padding: 0 35px 0 10px;
                border-radius: 4px;
                transition: 0.5s all ease;
                cursor: pointer;
            }

            .page-service-list ul li .btn-more {
                background: rgba(0,0,0,0.05) url(../../icons/more-icon.png) no-repeat center right 10px;
                background-size: 12px;
                left: 145px;
            }

                .page-service-list ul li .btn-request:hover, .page-service-list ul li .btn-more:hover {
                    background-color: #ffd3d3;
                    color: #811;
                }

.faq-page-list a {
    padding: 0 40px 0 0;
    display: block;
    min-height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    background: url(../../icons/faq.png) no-repeat right center;
    background-size: 20px;
    color: #777;
}

.OneUser {
    position: relative;
    padding: 15px 64px 5px 0;
    min-height: 140px;
    margin-bottom: 10px;
    border-radius: 4px;
    box-sizing: border-box;
}

    .OneUser img {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 120px;
        height: 120px;
        border: 5px solid #fff;
        display: block;
        border-radius: 100px;
    }

    .OneUser p {
        margin-top: 11px;
        font-weight: 300;
        color: #393939;
        margin-right: 65px;
    }

    .OneUser strong {
        background: #e4e4e4;
        color: #636363;
        padding: 0 70px 0 10px;
        font-size: 14px;
        border-top: 4px solid #da0000;
        display: block;
    }

.newstabsApp {
    position: relative;
    min-height: 500px;
    margin: 0 0 40px;
    border-top: 0;
    background-size: 100% auto;
}

.news-tabs {
    position: relative;
    background: #ff4545 url(../../images/mag-header.jpg) no-repeat top center;
    background-size: 100% 100%;
    height: 123px;
    font-size: 0;
    border-radius: 2px;
}

    .news-tabs h1 {
        color: #fff;
        padding: 0;
        height: 100px;
        line-height: 30px;
        padding-right: 50px;
        font-size: 16px;
        font-weight: bold;
        display: inline-block;
        vertical-align: top;
        background: url(../icons/Tuts-first.png) no-repeat center right 20px;
        background-size: 60px;
        font-weight: normal;
        position: absolute;
        right: 0;
        top: 20px;
        width: 260px;
        text-align: justify;
    }

        .news-tabs h1 span {
            display: block;
            font-size: 24px;
            color: #800;
            text-shadow: 0 0 1.5px #fff;
            font-weight: bold;
            letter-spacing: 2px;
        }

    .news-tabs .tabselector {
        position: absolute;
        display: inline-block;
        vertical-align: top;
        height: 45px;
        line-height: 45px;
        list-style-type: none;
        width: 22%;
        text-align: left;
        left: 20px;
        top: 58px;
    }

        .news-tabs .tabselector li {
            display: inline-block;
            vertical-align: top;
            height: 45px;
            line-height: 45px;
            font-size: 16px;
            padding: 0 8px;
            margin-right: 10px;
            cursor: pointer;
            color: #444;
        }

    .news-tabs ul .active {
        background: #fff;
        color: #333;
        border-radius: 4px 4px 0 0;
        box-shadow: 0 -6px 7px rgb(0,0,100,0.1);
    }

.newstabsApp .tabcontent {
    margin: 20px 0 0 0;
}

    .newstabsApp .tabcontent ul {
        list-style-type: none;
        margin: 0;
        text-align: justify;
        display: block;
        width: 100%;
    }

    .newstabsApp .tabcontent .spacing-box li {
        display: inline-block;
        vertical-align: top;
        width: 18%;
        margin-left: 2.5%;
        border: 1px solid #eee;
        margin-bottom: 14px;
        border-radius: 6px;
    }

.tabcontent ul li {
    list-style-type: none;
    margin: 0;
    text-align: justify;
    display: block;
    width: 100%;
}

.tabcontent ul li {
    display: inline-block;
    vertical-align: top;
    width: 18%;
    margin-left: 2.5%;
    border: 1px solid #eee;
    margin-bottom: 14px;
    border-radius: 6px;
}
    .tabcontent ul li:nth-child(5n) {
        margin-left: 0;
    }
    .tabcontent ul li a {
        display: block;
        padding: 0;
        background: #fff;
        min-height: 350px;
        border-radius: 2px;
        position: relative;
        box-shadow: 0 8px 24px rgba(14,19,24,.07);
    }

        .tabcontent ul li a img {
            width: 100%;
            display: block;
            border-radius: 2px;
            height: 170px;
        }
    .tabcontent ul li h3 {
        font-size: 16px;
        font-weight: bold;
        line-height: 29px;
        color: #333;
    }
.tabcontent ul li a .date {
    font-size: 11px;
    position: absolute;
    left: 25px;
    bottom: 30px;
    color: #aaa;
    display: block;
    background: url(../../icons/dateicon.png) no-repeat right center;
    background-size: auto;
    background-size: 12px;
    padding-right: 19px;
}
    .tabcontent ul li a .categoryicon {
        font-size: 13px;
        position: absolute;
        right: 40px;
        bottom: 5px;
        color: #435c81;
        background: #dcfffd;
        padding: 0 5px;
        border-radius: 2px;
    }
.newstabsApp .tabcontent .spacing-box li:nth-child(5n) {
    margin-left: 0;
}

.newstabsApp .tabcontent .spacing-box li a {
    display: block;
    padding: 0;
    background: #fff;
    min-height: 350px;
    border-radius: 2px;
    position: relative;
    /*! margin-bottom: 18px; */
    box-shadow: 0 8px 24px rgba(14,19,24,.07);
}

    .newstabsApp .tabcontent .spacing-box li a .date {
        font-size: 11px;
        position: absolute;
        left: 25px;
        bottom: 30px;
        color: #aaa;
        display: block;
        background: url(../../icons/dateicon.png) no-repeat right center;
        background-size: 12px;
        padding-right: 19px;
    }

    .newstabsApp .tabcontent .spacing-box li a .categoryicon {
        font-size: 13px;
        position: absolute;
        right: 40px;
        bottom: 5px;
        color: #435c81;
        background: #dcfffd;
        padding: 0 5px;
        border-radius: 2px;
    }

    .newstabsApp .tabcontent .spacing-box li a img {
        width: 100%;
        display: block;
        border-radius: 2px;
        height: 170px;
    }

.newstabsApp .tabcontent .spacing-box li h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 29px;
    color: #333;
}

.newstabsApp .tabcontent .catlist {
    position: relative;
    text-align: justify;
    margin-bottom: 12px;
}

    .newstabsApp .tabcontent .catlist li a {
        height: 40px;
        box-sizing: border-box;
        border-radius: 4px;
        min-height: 40px;
        border: 1px solid #eee;
        width: auto !important;
        display: block;
    }

        .newstabsApp .tabcontent .catlist li a:hover {
            background: #fdc5c5;
        }

        .newstabsApp .tabcontent .catlist li a img {
            width: 36px;
            top: 0;
            right: 0;
            padding: 11px;
            filter: grayscale(1);
            height: auto;
            float: right;
        }

        .newstabsApp .tabcontent .catlist li a h3 {
            color: #2b1c1c;
            text-align: left;
            font-size: 12.05px;
            height: 40px;
            margin-top: 0;
            line-height: 40px;
            display: inline-block;
            vertical-align: top;
        }

    .newstabsApp .tabcontent .catlist li {
        display: inline-block;
        vertical-align: top;
        height: 40px;
        width: 15%;
        margin-left: 2%;
        margin-bottom: 10px;
    }

        .newstabsApp .tabcontent .catlist li:nth-child(6n) {
            margin-left: 0 !important;
        }

.categorylist {
    position: relative;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    padding: 38px 0 0 0;
}

    .categorylist ul {
        list-style-type: none;
        text-align: left;
        margin: 20px 30px;
        transform: rotate(6deg);
    }

        .categorylist ul li {
            display: inline-block;
            vertical-align: top;
        }

            .categorylist ul li a {
                position: relative;
                font-size: 12px;
                color: #fff;
                margin-left: 10px;
                height: 35px;
                line-height: 35px;
                display: block;
                text-shadow: 0 0 0.5px #fff;
                background: #912222;
                border-radius: 2px;
                padding: 0 7px;
            }

                .categorylist ul li a img {
                    display: none;
                }

                .categorylist ul li a:hover {
                    background: #ec1a1a;
                    color: #fff;
                }

spacing-box
.spacing-box {
    margin-top: 10px !important;
}

.page-news {
    position: relative;
}

.link-side ul {
    list-style: none;
    font-size: 0;
}

    .link-side ul li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }

        .link-side ul li a {
            font-size: 15px;
            color: #404040;
            display: block;
            min-height: 40px;
            line-height: 40px;
            font-weight: bolder;
        }

            .link-side ul li a img {
                float: right;
                margin: 11px 0 0 10px;
                max-width: 20px;
            }

            .link-side ul li a:hover {
                color: #ff4545;
            }

.contact-side form {
    position: relative;
    font-size: 0;
}

    .contact-side form > div {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        font-size: 14px;
    }

        .contact-side form > div:nth-child(2n) {
            margin-right: 2%;
        }

    .contact-side form > .fullrow {
        display: block;
        width: 100%;
        margin-right: 0 !important;
    }

.contact-side input[type=text], .contact-side input[type=email], .contact-side textarea {
    display: block;
    width: 100%;
}

.contact-side textarea {
    resize: vertical;
    height: 80px;
    margin-bottom: 10px;
}

.faq-side ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .faq-side ul a {
        display: block;
        min-height: 30px;
        color: #333;
        padding-right: 33px;
        background: url(../../icons/faq.png) no-repeat top 1px right;
        background-size: 20px;
        margin-bottom: 10px;
        font-weight: bolder;
    }

        .faq-side ul a:hover {
            color: #ff4545;
        }

.toptools {
    padding: 10px 0;
    margin: 0 0 20px;
    border-top: 1px solid #eee;
}

.summary {
    background: #fde5ff;
    border: 1px solid #fff;
    padding: 10px 20px;
    margin-bottom: 10px;
    border-radius: 2px;
    font-weight: bold;
    text-align: justify;
    font-size: 15px;
    border-right: 11px solid #ff4545;
}

.buttonplus1 {
    float: right;
}

.multimedia-section {
    position: relative;
}

    .multimedia-section video, .multimedia-section img, .multimedia-section audio {
        width: 100%;
    }

.sabavision_zone_box {
    text-align: center;
    background: #eee;
}

    .sabavision_zone_box img {
        margin: auto;
        display: block;
    }

.articleinfo {
    height: 22px;
}

    .articleinfo > div {
        height: 25px;
        line-height: 25px;
        float: left;
        margin-right: 10px;
        padding: 0 20px 0 0;
        border-radius: 4px;
        color: #aaa;
        font-size: 12px;
    }

        .articleinfo > div span {
            color: #777;
        }

.articleauthor {
    position: relative;
    margin: 20px 0 40px 20px;
    padding: 0;
    color: #333;
}

    .articleauthor .authortabcontent {
        position: relative;
        border: 1px solid #eee;
        border-radius: 4px;
    }

        .articleauthor .authortabcontent > div {
            min-height: 120px;
            padding: 10px;
            padding-right: 10px;
            display: none;
        }

        .articleauthor .authortabcontent .authorcontentinfo {
            padding-right: 120px;
        }

    .articleauthor > img {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 100px;
        height: 100px;
        display: block;
    }

    .articleauthor > h2 {
        color: #da0000;
    }

    .articleauthor .authortabselector ul {
        padding: 0;
        margin: 0;
    }

        .articleauthor .authortabselector ul li {
            display: inline-block;
            height: 40px;
            line-height: 40px;
            font-size: 13px;
            vertical-align: top;
            text-align: center;
            padding: 0 20px;
            margin-left: -1px;
            font-size: 15px;
            font-weight: normal;
            background: #efefef;
            color: #777;
            cursor: pointer;
            border-radius: 2px 2px 0 0;
        }

    .articleauthor .authortabselector .SelectedTab {
        background: #f94646;
        color: #fff;
    }

    .articleauthor .authortabcontent .avatar {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 100px;
        height: 100px;
        display: block;
        border-radius: 50px;
    }

.authorArticles > ul {
    padding: 0 20px 0 10px;
    list-style-type: none;
}

.authorArticles ul li a {
    color: #333;
    border-bottom: 1px solid transparent;
    background: url(../../icons/tuts-icon.png) no-repeat right 5px center;
    background-size: 12px;
    padding-right: 22px;
    display: block;
    transition: 0.5s all ease;
    font-size: 12px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #eee;
}

.authorArticles ul li:last-child a {
    border: 0;
}

.authorArticles ul li a:hover {
    background-color: #eee;
    padding-right: 32px;
    cursor: pointer;
}

.authorinfointutspage {
    background: #fff;
}

.content-gallery-box {
    position: relative;
    background: #fff;
    border-radius: 2px;
    margin: 10px 0;
}

    .content-gallery-box ul {
        font-size: 0;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .content-gallery-box ul li {
            display: inline-block;
            vertical-align: top;
            width: 24%;
            margin-left: 1.333%;
        }

            .content-gallery-box ul li:nth-child(4n) {
                margin-left: 0 !important;
            }

            .content-gallery-box ul li a {
                padding: 0;
                display: block;
                background: transparent;
            }

                .content-gallery-box ul li a img {
                    border-radius: 4px;
                    display: block;
                }

.YEKTANET.yn-article-text.yn-borderbox *,
.YEKTANET.yn-article-text.yn-borderbox,
#yn-article-display-5371 {
    font-family: webmehrazfont !important;
}

.omen-box {
    font-size: 0;
    position: relative;
}

    .omen-box > section {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 25%;
        font-size: 14px;
    }

    .omen-box > .omen-form {
        width: 50%;
        padding-left: 20px;
    }

    .omen-box > .omen-image {
        padding-left: 20px;
    }

    .omen-box h2 {
        margin-top: 0;
    }

.omen-form > form > div {
    display: inline-block;
    vertical-align: top;
    width: 44%;
    margin-left: 4%;
}

    .omen-form > form > div input[type=text] {
        width: 100%;
        background: #f7f7f7;
        border: 1px solid #eee;
    }

.omen-form > form > .fullrow {
    width: 93%;
}

.omen-form > form > div input[type=submit] {
    width: 100%;
}

.omen-result {
    margin-left: 7%;
    background: #36c;
    color: #fff;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 2px;
}

@media (max-width:1042px) {
    .newstabsApp .tabcontent .catlist li {
        display: inline-block;
        vertical-align: top;
        height: 40px;
        width: 18.5%;
        margin-left: 1.875%;
        margin-bottom: 10px;
    }

        .newstabsApp .tabcontent .catlist li:nth-child(6n) {
            margin-left: 1.875% !important;
        }

        .newstabsApp .tabcontent .catlist li:nth-child(5n) {
            margin-left: 0 !important;
        }
}

@media (max-width:1100px) {
    .categorylist {
        display: none;
    }
}

@media (max-width:980px) {
    .newstabsApp .tabcontent .spacing-box li {
        width: 24%;
        margin-left: 1.3333% !important;
    }

        .newstabsApp .tabcontent .spacing-box li:nth-child(5n) {
            margin-left: 1.3333% !important;
        }

        .newstabsApp .tabcontent .spacing-box li:nth-child(4n) {
            margin-left: 0 !important;
        }
    .tabcontent ul li {
        width: 24%;
        margin-left: 1.3333% !important;
    }
        .tabcontent ul li:nth-child(5n) {
            margin-left: 1.3333% !important;
        }

        .tabcontent ul li:nth-child(4n) {
            margin-left: 0 !important;
        }
}

@media (max-width:855px) {
    .newstabsApp .tabcontent .catlist li {
        display: inline-block;
        vertical-align: top;
        height: 40px;
        width: 23.5%;
        margin-left: 2%;
        margin-bottom: 10px;
    }
        .newstabsApp .tabcontent .catlist li:nth-child(6n) {
            margin-left: 2% !important;
        }

        .newstabsApp .tabcontent .catlist li:nth-child(5n) {
            margin-left: 2% !important;
        }

        .newstabsApp .tabcontent .catlist li:nth-child(4n) {
            margin-left: 0 !important;
        }
}

@media (max-width:750px) {
    .newstabsApp .tabcontent .spacing-box li {
        width: 32.4%;
        margin-left: 1.3333% !important;
    }

        .newstabsApp .tabcontent .spacing-box li:nth-child(5n) {
            margin-left: 1.3333% !important;
        }

        .newstabsApp .tabcontent .spacing-box li:nth-child(4n) {
            margin-left: 1.3333% !important;
        }

        .newstabsApp .tabcontent .spacing-box li:nth-child(3n) {
            margin-left: 0 !important;
        }

    .tabcontent ul li {
        width: 32.4%;
        margin-left: 1.3333% !important;
    }

    .tabcontent ul li:nth-child(5n) {
        margin-left: 1.3333% !important;
    }

    .tabcontent ul li:nth-child(4n) {
        margin-left: 1.3333% !important;
    }

    .tabcontent ul li:nth-child(3n) {
        margin-left: 0 !important;
    }
}

@media (max-width:680px) {
    .newstabsApp .tabcontent .catlist li {
        display: inline-block;
        vertical-align: top;
        height: 40px;
        width: 32.5%;
        margin-left: 1.25%;
        margin-bottom: 10px;
    }

        .newstabsApp .tabcontent .catlist li:nth-child(6n) {
            margin-left: 1.25% !important;
        }

        .newstabsApp .tabcontent .catlist li:nth-child(5n) {
            margin-left: 1.25% !important;
        }

        .newstabsApp .tabcontent .catlist li:nth-child(4n) {
            margin-left: 1.25% !important;
        }

        .newstabsApp .tabcontent .catlist li:nth-child(3n) {
            margin-left: 0 !important;
        }

    .news-tabs ul .active {
        font-size: 13px;
    }
}

@media (max-width:600px) {
    .buttonplus1 {
        display: none;
    }

    .articleinfo {
        height: 50px;
    }

    .container {
        padding: 0 10px;
    }

    .page-content {
        padding: 20px;
    }
}

.tag-date-box {
    position: relative;
}

@media (max-width:550px) {
    .newstabsApp .tabcontent .spacing-box li {
        width: 49.33%;
        margin-left: 1.3333% !important;
    }

        .newstabsApp .tabcontent .spacing-box li:nth-child(5n) {
            margin-left: 1.3333% !important;
        }

        .newstabsApp .tabcontent .spacing-box li:nth-child(4n) {
            margin-left: 1.3333% !important;
        }

        .newstabsApp .tabcontent .spacing-box li:nth-child(3n) {
            margin-left: 1.3333% !important;
        }

        .newstabsApp .tabcontent .spacing-box li:nth-child(2n) {
            margin-left: 0 !important;
        }
    .tabcontent ul li {
        width: 49.33%;
        margin-left: 1.3333% !important;
    }

        .tabcontent ul li:nth-child(5n) {
            margin-left: 1.3333% !important;
        }

        .tabcontent ul li:nth-child(4n) {
            margin-left: 1.3333% !important;
        }

        .tabcontent ul li:nth-child(3n) {
            margin-left: 1.3333% !important;
        }

        .tabcontent ul li:nth-child(2n) {
            margin-left: 0 !important;
        }
    .news-tabs .tabselector li {
        width: 110px;
    }

    .news-tabs ul .active {
        font-size: 11px;
    }
}

@media (max-width:485px) {
    .newstabsApp .tabcontent .catlist li {
        display: inline-block;
        vertical-align: top;
        height: 40px;
        width: 49%;
        margin-left: 2%;
        margin-bottom: 10px;
    }

        .newstabsApp .tabcontent .catlist li:nth-child(6n) {
            margin-left: 2% !important;
        }

        .newstabsApp .tabcontent .catlist li:nth-child(5n) {
            margin-left: 2% !important;
        }

        .newstabsApp .tabcontent .catlist li:nth-child(4n) {
            margin-left: 2% !important;
        }

        .newstabsApp .tabcontent .catlist li:nth-child(3n) {
            margin-left: 2% !important;
        }

        .newstabsApp .tabcontent .catlist li:nth-child(2n) {
            margin-left: 0 !important;
        }
}

@media (max-width:400px) {
    .newstabsApp .tabcontent .spacing-box li {
        width: 100%;
    }
    .tabcontent ul li {
        width: 100%;
    }

    .news-tabs h1 {
        padding-right: 12px;
    }
}

@media (max-width:370px) {
    .news-tabs .tabselector li {
        width: 100px;
    }
}
.adbox{
    margin-top:10px;
}