@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1260px;
    }
}

@media screen and (min-width:360px) and (max-width:767px) {
    .editions-thumb {
        flex-wrap: wrap;
        gap: 14px;
    }
    .editions-thumb a {width: calc(50% - 7px);}

    .edition-desc {margin-top: 101px;}
    .common-hd {
        font-weight: 400;
        padding-left: 10px;
    }

    #navbar {
        position: fixed;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        z-index: 99999;
        transition: all 0.3s linear;
        transform: translateY(0);
    }

    #navbar.h-up {
        transform: translateY(-100%);
    }

    .read-all-footer {
        margin-top: 20px;
        padding-bottom: 15px;
        overflow: hidden;
    }
    .read-all-footer p {
        color: #033ea1;
    }
    .read-all-footer span {
        color: #555;
        font-size: 14px;
        margin-top: -5px;
        display: block;
    }

    .new-d-papper2 {
        margin-top: 17px;
    }

    .new-d-papper2 .new-d-papper2-logo-box .logo-box {
        top: 34%;
        padding: 15px;
        width: 100%;
    }
    .new-footer-links ul li {
        width: 50%;
    }
    .main-container .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .main-container {
        background: #fff;
        width: 100%;
        padding: 0;
    }
    #mainContainerModal .modal-dialog {
        margin: 0px !important;
    }
    #mainContainerModal .modal-body {
        padding: 0px !important;
    }
    .main-container header {
        background: #fff !important;
        padding: 0px !important;
    }
    .main-container header .logo {
        text-align: left !important;
    }
    .country-flag {
        margin-top: 13px;
    }
    .country-flag span {
        display: none;
    }
    .main-container header .logo {
        font-size: 20px;
        color: #555;
    }
    .lanuage-box-parent .lanuage-box {
        width: 100%;
    }
    .inner2-content {
        margin-top: 0px;
    }
    .index-e-slides.owl-carousel .owl-item img {
        max-height: none;
        min-height: auto;
        object-fit: none;
    }
    .epaper-index-listing-section .custom-col {
        margin: 0px !important;
        border: 0px !important;
    }
    .epaper-index-listing-section ul {
        /* display: none; */
        padding: 15px;
        padding-top: 0px;
    }
    .epaper-index-listing-section ul li {
        width: 100% !important;
    }
    .number-list ul li a {
        margin: 0px !important;
    }
    .category-list-box {
        border: 1px solid #ccc;
        margin-bottom: 10px;
        position: relative;
        background: #f7f7f7;
        overflow: hidden;
    }
    .home-category-list h4 {
        padding: 5px 10px;
        /* border-radius: 5px; */
        /* line-height: 25px; */
        display: block;
        margin-bottom: 0px;
        margin-left: 36px;
    }
    .home-category-list h4 .sub-heading {
        display: block;
        /* font-size: 11px;
        display: block; */
        /* margin-top: -5px; */
    }
    .flag-img {
        margin-top: 14px;
        margin-left: 10px;
    }
    .epaper-index-listing-section ul li a {
        margin: 0px;
    }
    .home-category-list h4 svg {
        display: inline-block;
        float: right;
        margin-top: 10px;
        font-size: 12px;
    }
    .home-category-list ul {
        display: none;
    }
    .category-right select {
        width: 100%;
        margin: 0px;
    }
    .category-left {
        display: none;
    }
    .category-right {
        margin-left: 0px;
        width: 100%;
    }
    .index-e-slider .owl-carousel i {
        font-size: 16px;
    }
    .index-e-slider .owl-carousel .owl-nav button.owl-prev {
        top: 24%;
        padding: 6px 5px !important;
    }
    .index-e-slider .owl-carousel .owl-nav button.owl-next {
        top: 24%;
        padding: 6px 5px !important;
    }
    .index-e-slider .magzin-slides.owl-carousel .owl-nav button.owl-prev {
        top: 5px;
    }
    .index-e-slider .magzin-slides.owl-carousel .owl-nav button.owl-next {
        top: 5px;
    }
    .plunge-into-world ul li img {
        width: 36px;
    }
    .plunge-into-world ul li {
        font-size: 16px;
    }
    .index-e-heading {
        font-size: 16px;
    }
    #scorll-top {
        display: none;
    }
    /* Header */
    .site-image {
        display: none;
    }
    .menu-parent {
        display: block;
    }
    header .logo {
        border: 0;
        text-align: center;
    }
    /* Responsive nav */
    .res-nav {
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
    }
    .res-nav ul li {
        display: inline-block;
    }
    .res-nav ul li a {
        font-family: Arial, Helvetica, sans-serif;
        display: block;
        padding: 8px;
        color: #940b36;
        font-size: 15px;
        font-weight: bold;
        transition: all .25s ease-in-out;
        text-align: center;
    }
    /* Nav */
    nav {
        position: static;
        height: 100%;
        width: 100%;
        left: 0;
        top: 46px;
        z-index: 1000;
        display: block;
        /* overflow-y: auto; */
        padding-bottom: 0px;
    }
    nav::after {
        display: table;
        content: '';
        clear: both;
    }
    .logo {
        float: left;
    }
    nav ul {
        display: block;
        border: 0px;
    }
    .custom-close {
        display: block;
        text-align: right;
    }
    .custom-close a {
        display: inline-block;
        padding: 12px 20px;
        color: #fff;
        opacity: 0.5;
    }
    nav ul li {
        float: none;
        flex: none;
        display: block;
    }
    nav ul li a {
        padding: 15px;
        text-align: left;
    }
    nav ul li a img {
        float: right;
        margin-top: 15px;
    }
    nav ul li .custom-dropdown {
        position: static;
        display: none;
    }
    nav ul li:hover .custom-dropdown {
        display: none;
    }
    nav .custom-dropdown {
        width: 100%;
        transition: none;
    }
    nav .custom-dropdown li a img {
        display: none;
    }
    nav .container {
        padding-left: 0;
        padding-right: 0;
    }
    nav .custom-dropdown li a {
        padding: 15px 0;
    }
    nav ul li a .arrow {}
    /* Vertically Slider */
    #vertically-slider {
        width: 90%;
        margin: auto;
        height: 60px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #latest h5,
    .blank-bg {
        display: none;
    }
    #popular-news .owl-stage {
        left: 0;
    }
    #popular-news:hover .owl-nav [class*=owl-] {
        visibility: hidden;
        opacity: 0;
    }
    /* Wepros */
    .webpros-banner {
        display: none;
    }
    #webpros {
        padding-bottom: 0;
    }
    #webpros .headlines {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .headlines .tab-content {
        margin-bottom: 10px;
    }
    .headlines .tab-content ul {
        white-space: nowrap;
        overflow-x: auto;
    }
    .headlines .tab-content ul li {
        width: 125px;
        height: 55px;
        margin-bottom: 5px;
        float: none;
        display: inline-block;
        border: 1px solid #e9e9e7;
    }
    .headlines ul.nav-pills li:nth-child(4) {
        display: none;
    }
    .headlines .bb {
        border: 0px;
        border-top: 1px solid red;
        padding-top: 5px;
    }
    .headlines .tab-content ul li img {
        width: 80px;
        margin-top: 8px;
    }
    .headlines .view-all {
        display: none;
    }
    .res-view-all {
        display: inline-block;
        float: right;
        font-size: 14px;
        color: #477ac5;
        padding: 5px 0;
    }
    /* Focus Feature */
    #focus-feature {
        background: #fff;
        padding-bottom: 0;
    }
    .feature-img img {
        width: 100%;
    }
    .focus {
        background: #fff;
    }
    .focus {
        position: relative;
        z-index: 1400;
    }
    .focus:before {
        content: '';
        position: absolute;
        background: #e7e7e7;
        width: 100%;
        height: 66%;
        left: 0;
        top: 50px;
        z-index: -1;
    }
    #focus-feature .focus h4 {
        padding-bottom: 10px;
        display: inline-block;
    }
    .featured .text-right {
        text-align: left !important;
    }
    #focus-feature ul.tags li a {
        font-size: 14px;
        padding: 6px 5px;
    }
    #focus-feature .focus-banner {
        padding-top: 0;
        display: none;
    }
    #focus-feature .res-focus-banner {
        display: block !important;
        padding-bottom: 10px;
        border-bottom: 1px solid red;
    }
    #focus-feature .focus-banner .text p,
    #focus-feature .res-focus-banner .text p {
        font-size: 19px;
        padding: 10px 5px;
        color: #fff;
    }
    #focus-feature .focus-banner .text,
    #focus-feature .res-focus-banner .text {
        height: 80px;
    }
    #focus-feature .featured p {
        font-size: 16px;
    }
    /* healrth profamance */
    .links {
        display: none;
    }
    #helth-proformance .health-news h4 {
        float: none;
        display: inline-block;
        padding: 7px 0;
        position: relative;
    }
    #helth-proformance .health-news h4:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background: #f9cb2d;
    }
    .helth-div ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .health-news .health-tab li:nth-child(4) {
        display: none;
    }
    #helth-proformance .health-news .health-tab {
        float: none;
        margin-bottom: 5px !important;
    }
    #helth-proformance {
        padding: 10px 0;
        position: relative;
    }
    #helth-proformance:after {
        content: '';
        position: absolute;
        height: 1px;
        width: -webkit-calc(100% - 30px);
        margin: auto;
        left: 0;
        right: 0;
        top: 6px;
        background: red;
        ;
    }
    .helth-div ul li .text p {
        font-size: 14px;
        padding-right: 15px;
    }
    .helth-div ul li .text span {
        display: none;
    }
    .helth-div ul li .image img {
        height: auto;
    }
    /* Books */
    #books {
        position: relative;
    }
    #books:After {
        content: '';
        position: absolute;
        height: 1px;
        width: -webkit-calc(100% - 30px);
        margin: auto;
        left: 0;
        right: 0;
        top: 2px;
        background: red;
        ;
    }
    #books h5 {
        text-align: left;
        display: inline-block;
        font-size: 20px;
        padding-top: 10px;
    }
    #books h5:after {
        margin: 0;
        width: 100%;
        height: 3px;
        bottom: -10px;
        background: #f9cb2d;
    }
    #books .see-all {
        display: inline-block;
        float: right;
    }
    #books .see-all a {
        font-size: 14px;
        margin: 15px 0;
    }
    #books .item .card-body {
        display: none;
    }
    #books .item {
        height: auto;
    }
    #books .item .card-link {
        font-size: 12px;
    }
    #books .owl-stage {
        left: -30px;
    }
    /* special-section */
    #special-section h5 {
        text-align: left !important;
        display: inline-block;
        font-size: 20px;
        padding-top: 10px;
    }
    #special-section h5:after {
        margin: 0;
        width: 100%;
        height: 3px;
        bottom: -10px;
        background: #f9cb2d;
    }
    #special-section .row {
        white-space: nowrap;
        overflow-x: auto;
        display: inherit;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
    }
    #special-section .col-md-3 {
        display: inline-block;
        float: none;
    }
    /* Shop */
    #Shop {
        background: #fff;
    }
    #Shop h4 {
        color: #545454;
        display: inline-block;
        position: relative;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    #Shop h4:after {
        content: '';
        position: absolute;
        margin: 0;
        width: 100%;
        left: 0;
        height: 3px;
        bottom: 2px;
        background: #f9cb2d;
    }
    #Shop .focus:before {
        display: none;
    }
    .abaya-dresses {
        white-space: nowrap;
        overflow-x: scroll;
        background: #790127;
        padding: 15px;
    }
    .main-abaya {
        display: inline-block;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .main-abaya .imgs {
        align-items: center;
        display: inline-block;
        height: 100%;
        padding-right: 0 !important;
    }
    .main-abaya .imgs:last-child {
        margin-right: 15px;
    }
    .main-abaya .imgs:nth-child(3),
    .main-abaya .imgs:nth-child(4) {
        display: inline-block;
    }
    .abaya-dresses .row .col-6:first-child {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #Shop .abaya-dresses img {
        height: auto;
        width: 100%;
    }
    .main-shop {
        background: #fff !important;
        border-top: 1px solid red;
    }
    .shop-links {
        background: #790127;
    }
    #Shop .shop-banner {
        display: none;
    }
    .res-veiw-all-shop {
        display: block;
        float: right;
        padding: 15px 0;
        font-size: 14px;
    }
    #Shop ul.tags li {
        margin-right: 10px;
    }
    #Shop ul.tags li a {
        font-size: 17px;
        padding: 5px 20px;
    }
    #Shop ul.tags li:nth-child(2) {
        display: none;
    }
    .shop-banner-res {
        display: block;
        background: #790127;
        padding-bottom: 15px;
    }
    .shop-banner-res img {
        height: auto !important;
    }
    /* Audio Video */
    #audio-video {
        margin-top: 30px;
        padding-bottom: 20px;
        position: relative;
    }
    #audio-video:after {
        content: '';
        position: absolute;
        height: 1px;
        width: -webkit-calc(100% - 30px);
        margin: auto;
        left: 0;
        right: 0;
        top: -15px;
        background: red;
        ;
    }
    #audio-video .owl-stage {
        left: -10px;
    }
    #audio-video .see-all {
        font-size: 14px;
    }
    /* useful tool */
    #useful-tool {
        padding-bottom: 0;
    }
    #useful-tool h5 {
        margin-bottom: 10px;
        font-size: 20px;
        text-align: left !important;
        display: inline-block;
        padding-top: 15px;
    }
    #useful-tool h5:after {
        margin: 0;
        width: 100%;
        height: 3px;
        bottom: -10px;
        background: #f9cb2d;
    }
    #useful-tool ul.useful-ul {
        white-space: nowrap;
        overflow-x: auto;
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    #useful-tool ul.useful-ul li {
        display: inline-block;
        float: none;
        padding: 30px 24px;
    }
    .useful-image {
        border-bottom: 1px solid red;
    }
    /* History */
    .bb-red {
        border-top: 1px solid red;
    }
    #history {
        padding-top: 10px;
    }
    #history h5 {
        display: inline-block;
        font-size: 20px;
        text-align: left;
        padding-top: 10px;
        margin-bottom: 0;
    }
    #history h5:after {
        content: '';
        position: absolute;
        margin: 0;
        width: 100%;
        height: 3px;
        bottom: -10px;
        background: #f9cb2d;
    }
    #history .braket {
        text-align: center;
    }
    #history .date {
        font-size: 20px;
    }
    #history .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    #history p {
        font-size: 16px;
    }
    #history .braket:before {
        left: -10px;
        top: 70px;
        transform: scale(0.5) rotate(180deg);
    }
    #history .braket:after {
        right: -10px;
        transform: scale(0.5);
    }
    /* Footer */
    footer h4 {
        text-align: left;
    }
    footer .supports,
    footer .company {
        display: none;
    }
    .footer-logo {
        display: none;
    }
    .term-condition p {
        font-size: 12px;
    }
    .res-footer-logo {
        display: block;
    }
    .copy-right p {
        text-align: center;
    }
    footer .social-links {
        display: none;
    }

    /* TV WINDOW BEGIN HERE */
    .list-box-parent .list-tv-channel {
        width: 48%;
        margin-right: 2%;
    }
    /* TV WINDOW END HERE */

    .header-logo img {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .newspaper-logo, .newspaper-logo-big {
        margin-top: 100px;
    }

    .mrgn-top {
        margin-top: 25px !important;
        margin-bottom: 0 !important;
    }

    .newspaper-logo img {
        width: 34% !important;
    }

    .newspaper-logo-big img {
        width: 30% !important;
    }

    .newspaper-logo .logo-hd, .newspaper-logo-big .logo-hd {
        font-size: 14px;
    }

    .bottom-menu {
        margin: 10px 0;
        padding: 0;
        list-style-type: none;
    }

    .bottom-menu li a{
        color: #012E71;
        font-size: 16px;
        display: block;
        border: 1px solid #eee;
        padding: 10px 10px;
        border-radius: 2px;
    }

    .middle-area .pdng:nth-child(odd) {
        padding-right: 10px !important;
    }

    .middle-area .pdng:nth-child(even) {
        padding-left: 10px !important;
    }

    .editions {
        margin-bottom: 20px;
    }

    .editions a {
        padding: 1px 10px 2px 10px;
    }

    .close-window {
        position: relative;
    }

    .close-window span {
        position: fixed;
        top: 100px !important;
        right: 30px;
        z-index: 999999999;
    }






    .top-content h2 {
        font-size: 20px;
    }
    
    .top-content p.mid, .top-content p.last {
        font-size: 15px;
        margin-bottom: 0;
    }
    
    .middle-area .sub-hd {
        font-size: 15px;
    }

    .common-advt-box {
        width: 100% !important;
        margin-bottom: 20px;
    }
    
    .common-news-box {
        max-width: 100% !important;
    }

    .common-news-box a img {
        max-width: 100%;
        height: auto;
    }

    .pagination-list {
        display: inline-block;
        text-align: center;
    }

    #page_error {
        font-size: 20px;
        line-height: 28px;
        padding: 50px 10px;
        margin: 0;
    }

    /* For New Pages */
    .tabl-space .col-md-12, .no-space{padding:0 15px;}

    /*********************************************
    Front Page Calendar Section Start
    *********************************************/
    #latest-calendar .calendar-area {max-width: 98%;}
    #latest-calendar .single-month .weak-name li {font-size: 15px;}

    #latest-calendar .date-list li {
        font-size: 16px;
        height: 42px;
        line-height: 40px;
    }
}

@media screen and (min-width:360px) and (max-width:1199px) {
    .epaper-index-listing-section h4 {
        font-size: 13px;
    }
    .epaper-index-listing-section .custom-col {
        margin-right: 0px !important;
    }
    .logo img {
        margin-top: 6px;
    }
    .site-image {
        display: none;
    }
    .mobile-logos-list {
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
        border-bottom: 1px solid #f1f1f1;
        height: 38px;
        padding: 6px 12px;
    }
    .mobile-logos-list .mobile-logo-item {
        display: inline-block;
        margin-right: 12px;
    }
    .desktop-view {
        display: none !important;
    }
    .mobile-view {
        display: block !important;
    }
    .seacrh .seacrh-icon {
        font-size: 16px;
        margin-top: 5px;
    }
    .social-dropdown-btn span {
        display: none;
        color: #000;
        text-align: center;
        font-size: 18px;
        margin-left: 11px;
    }
    .social-dropdown {
        width: 50px;
        margin-left: -50px;
    }
    .social-dropdown .social-dropdown-btn {
        margin-top: -1px;
        margin-left: 0px;
    }
    .share-parent {
        float: right;
    }
    .social-dropdown-btn {
        margin-left: -100px;
    }
    header {
        background: #f0f0f0 !important;
    }
    .header {
        height: 40px;
    }
    .header .product-toggle {
        width: 300px;
        margin: 6px 0;
    }
    .menu-parent {
        display: block;
        padding: 0;
    }
    .menu-parent a {
        display: block;
        /* padding: 8px 0; */
        /* text-align: center; */
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #d6d6d6;
        margin: 0px 0px;
        color: #10ac56;
        font-size: 14px;
        height: 28px;
        margin-left: 10px;
        margin-right: 3px;
        width: 55px;
        line-height: 20px;
    }
    /* nav {
        border-right: 1px solid #f1f1f1;
        position: fixed;
        left: 0;
        top: 0px;
        height: 100%;
        width: 100%;
        z-index: 100;
        overflow: auto;
    transition: all .15s ease-in-out;
    margin-left: 0px;
    display: block;
}

*/
    nav.active {
        /* transform: translateY(0px); */
        /* margin-top: 48px; */
        display: block;
    }
    nav ul {
        display: block;
    }
    nav ul>li {
        float: none;
        flex: none;
        display: none;
        text-align: left;
        padding-left: 25px;
        padding-right: 25px;
        border-bottom: 1px solid #f1f1f1;
    }
    nav ul li a {
        padding: 0px 0;
        display: block;
        line-height: 36px;
        text-transform: uppercase;
        font-weight: bold;
    }
    nav ul li a span {
        float: right;
    }
    nav .custom-dropdown {
        width: 100%;
        background: #fff;
        /* position: static; */
        visibility: visible;
        opacity: 1;
        display: none;
        position: static;
        padding: 0px;
        box-shadow: none;
        background: 0px;
        margin-left: 15px;
        border-top: 1px solid #f1f1f1;
    }
    nav .custom-dropdown li {
        padding: 0px;
        width: 96%;
    }
    nav .custom-dropdown li a {
        padding: 0 0;
        color: #000;
        text-transform: capitalize;
        font-weight: normal;
    }
    nav .custom-dropdown li a:hover {
        color: #000;
    }
    .category-menu li {
        display: block;
    }
    .logo-parent {
        padding: 6px 0;
        text-align: center;
    }
    .custom-close {
        display: inline;
        float: right;
        z-index: 1000;
        display: none;
    }
    .custom-close a {
        display: inline-block;
        padding: 12px 20px;
    }
    .nav-parent {
        padding-left: 0;
        padding-right: 0;
    }
    nav .custom-dropdown {
        width: 100%;
    }
    nav ul li a {
        font-size: 14px;
    }
    nav ul li a .icon {
        margin: 0;
    }
    .social-dropdown {
        display: block;
    }
    .social-dropdown-btn span {
        display: none;
        color: #000;
        text-align: center;
        font-size: 18px;
        margin-left: 11px;
    }
    .browse-categories {
        margin-right: 8px;
    }
    .category-menu .sub-menu {
        left: 0px;
        visibility: visible;
        opacity: 1;
        width: 100%;
        padding: 0px;
        position: static;
        display: none;
        background: none;
    }
    .category-menu .sub-menu li a {
        font-weight: normal;
    }
    .category-menu .cat-item:hover .sub-menu {
        left: 0px;
    }
    .category-menu .sub-menu li {
        width: 100%;
        padding: 0px;
    }
    .category-menu .cat-item>a {
        font-weight: bold;
    }
    .category-menu .cat-item a {
        padding: 10px 0px;
    }
    .category-menu .cat-item a:hover {
        background: none;
    }
    .category-menu .cat-item a i {
        margin-top: 12px;
    }
    .category-menu .cat-item .sub-menu a {
        padding: 2px 10px;
    }
    .category-menu .cat-item.active ul.sub-menu {
        display: block;
    }
    .category-menu .cat-item a i {
        transition: all 0.45s;
    }
    .category-menu .cat-item.active a i {
        transform: rotate(90deg);
    }
    .inner-page-top-category-list {
        display: none;
    }
    .advt-box {
        text-align: center;
    }
    .top-instruction {
        margin-bottom: 5px;
    }
    .top-instruction-parent {
        display: flex;
        flex-wrap: wrap;
    }
    .top-instruction-parent li {
        list-style: none;
    }
    .inner-detail-section {
        padding: 5px;
    }
    .epaper-index-listing-section h1 {
        font-size: 18px;
        color: #332f29;
    }
    .epaper-index-listing-section p {
        font-size: 14px;
        color: #636161;
        font-weight: 400;
    }
    .searchbar {
        margin-bottom: 0px;
        position: relative;
        margin-top: -15px;
    }
    .searchbar i {
        position: absolute;
        top: 9px;
        left: 8px;
    }
    .searchbar .form-control {
        border-radius: 0px;
        font-size: 14px;
        color: #000;
        padding-left: 36px;
    }
    .browse-categories {
        float: right;
        position: static;
    }
    .category-menu {
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 100000;
        overflow: auto;
    }
    .close-mobile-nav {
        display: block;
        margin: auto;
        margin-top: 25px;
        text-align: center;
        font-size: 24px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        border: 1px solid #333;
        color: #333;
    }
    .mobile-index-menu-parent {}
    .mobile-index-menu-parent .mobile-index-menu {}
    .mobile-index-menu-parent .mobile-index-menu h2 {
        padding: 12px 15px;
        display: block;
        background: #e0e0e0;
        display: block;
        font-size: 17px;
        font-weight: bold;
        color: #004cbf;
    }
    .mobile-index-menu-parent .mobile-index-menu h2 i {
        float: right;
        color: #7193b0;
        margin-top: 4px;
    }
    .mobile-index-menu-parent .mobile-index-menu ul {
        margin: 0px;
        padding: 0px;
        display: none;
    }
    .mobile-index-menu-parent .mobile-index-menu ul li {
        list-style: none;
    }
    .mobile-index-menu-parent .mobile-index-menu ul li a {
        display: block;
        border: 1px solid #ccc;
        font-size: 14px;
        padding: 10px;
    }
    .main-listing-box>div:nth-child(1),
    .main-listing-box>div:nth-child(3) {
        display: none;
    }
    .main-listing-box>div:nth-child(2) {
        width: 100%;
    }
    .list-box-parent .list-box {
        width: 100%;
    }
    .list-box-parent .list-box .list-box-img-box {
        height: 75px;
    }
    .list-box-parent .list-box p {
        margin-bottom: 0px;
    }
    .epaper-index-listing-section {
        margin-top: 6px;
        margin-bottom: 0px;
    }

    .top-mobile-menu {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        padding: 0 !important;
        gap: 0 !important;
    }

    .top-mobile-menu li {
        display: block !important;
        border: none !important;
        padding: 0 !important;
        margin-bottom: 10px;
        margin-top: 4px;
    }

    .top-mobile-menu li a {
        text-transform: capitalize;
        font-size: 15px;
        font-weight: 700;
        color: #8b0000;
        width: max-content !important;
        line-height: 100%;
        margin-right: 20px !important;
    }

    .top-mobile-menu li:last-child a {
        margin-right: 0 !important;
    }

    .top-mobile-nav {
        white-space: nowrap;
        overflow-x: scroll;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .top-mobile-nav ul {
        margin: 0px;
        padding: 0px;
        display: block;
    }
    .top-mobile-nav ul li {
        list-style: none;
        display: inline-block;
        border: 0px;
        padding: 0px;
        width: auto;
        box-sizing: content-box;
        float: none;
    }
    .top-mobile-nav ul li a {
        text-decoration: none;
        font-size: 14px;
        color: #004cbf;
        margin: 0px 6px;
    }
    .listing-brief-mobile h1 {
        font-size: 20px;
        color: #3cadc9;
    }
    .inner-title {
        color: #004cbf;
    }
    ul.inner2-social-icons li {
        width: 24px;
        height: 24px;
    }
    ul.inner2-social-icons li a i {
        font-size: 12px;
    }
    .mobile-right-list {
        margin-bottom: 0px;
    }
    .mobile-right-list ul {
        margin: 0px;
        padding: 0px;
        border-top: 1px solid #ffed93;
    }
    .mobile-right-list ul li {
        list-style: none;
    }
    .mobile-right-list ul li a {
        text-decoration: none;
        font-weight: bold;
        color: #0788d3;
        padding: 0px 0px;
        line-height: 42px;
        border-bottom: 1px solid #ffed93;
        font-size: 14px;
        display: block;
    }
    .detail-brief-mobile h5 {
        color: #19428b;
    }
    .detail-logos-mobile {
        margin: 0px;
    }
    .detail-logos-mobile ul {
        margin: 0px;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .detail-logos-mobile ul li {
        border: 1px solid #ccc;
        list-style: none;
        width: 50%;
        padding: 15px;
        text-align: center;
    }
    .detail-logos-mobile ul li span {
        display: block;
        margin-top: 10px;
    }
    .inner-left-box {
        border: 1px solid #ccc;
        padding: 10px 20px;
        text-align: center;
        max-height: 265px;
        padding-top: 10px;
    }
    .inner-left-box img {
        height: auto;
    }

    .adv-size {
        display: none;
    }
}