@media screen and (max-width: 768px) {
    .mob-view {display: block !important;}
    .desk-view {display: none !important;}

    .loading {top: calc(50% - 11px);}

    /*********************************************
    Header Section Start
    *********************************************/
    #header {
        display: block;
        gap: 0;
        margin: 0;
    }
    
    .logo {
        width: 100%;
        padding: 10px 0;
    }

    .logo a img {height: 78px;}

    #header .header-left {
        position: absolute;
        top: 103px;
        right: 15px;
        z-index: 999;
        display: block;
    }

    #header .header-left img {height: 48px;}

    /*********************************************
    Navbar Section Start
    *********************************************/
    .nav-bg {
        background-color: #075d97;
        background-image: none;
    }

    .nav-bg > .container {padding: 0;}

    #navbar {
        display: block;
        padding: 10px 0;
        position: relative;
    }

    .urdu-nav-menu {display: none;}

    #navbar #mob-calendar.mob-view {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 16px;
    }
    
    #mobile-menu {
        margin-left: 15px;
        padding: 5px 13px 3px 13px;
        border: 1px solid #daf1ff;
        border-radius: 3px;
        display: inline-block;
    }

    #mobile-menu i {
        color: #daf1ff;
        font-size: 25px;
    }

    #navbar .nav-menu {
        background-color: #161209;
        padding: 15px;
        padding-bottom: 7px;
        margin-top: 15px;
        margin-bottom: -10px;
        display: none;
        width: 100%;
    }

    #navbar .nav-menu li {
        display: block;
        margin-right: 0;
        margin-bottom: 6px;
        border-bottom: 1px solid #282828;
    }

    #navbar .nav-menu li:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    #navbar .nav-menu li a {
        display: block;
        text-align: left;
        font-size: 17px;
        color: #eef8ff;
        padding: 10px;
        transition: 0.3s;
    }

    .nav-menu .list-item a .urdu-text {
        display: block;
        text-align: right;
        float: right;
        font-size: 14px;
    }

    #navbar .nav-menu li a:hover {background-color: #282828;}
    .nav-menu .list-item a:hover::before {display: none;}

    /*********************************************
    Page Header Section Start
    *********************************************/
    #page-header {height: 112px;}

    #page-header-content {
        position: relative;
    }

    #archive-form {
        width: 72%;
    }

    #archive-form .form-group {
        flex-direction: column;
        gap: 0;
        margin-left: 6px;
    }

    #archive-form .form-group label {
        font-size: 16px;
        line-height: 14px;
        margin-bottom: 5px;
    }

    #archive-form .form-group select.form-select, #editions #edition_list {
        padding: 3px 20px 3px 5px;
        background-position: right 3px center;
        font-size: 16px;
    }

    #archive-form #arch_submit {
        padding: 6px 10px;
        line-height: 18px;
        margin-top: auto;
        margin-left: 6px;
    }

    #page_pagination {
        width: 100%;
        gap: 3px;
        position: absolute;
        top: 59px;
        left: 0;
    }

    #page_pagination a {
        font-weight: 500;
        font-size: 18px;
        padding: 2px 11px;
    }

    #editions {
        width: 28%;
        margin-top: auto;
    }

    #editions #edition_list {
        width: 100%;
        margin-left: 0;
    }

    /*********************************************
    Page Body Section Start
    *********************************************/
    #page-body {padding: 20px 15px;}
    #page-body > .container {padding: 0;}

    #page-body .epaper-page {
        padding: 10px;
        min-height: 400px;
    }

    #page-btn .left-btn, #page-btn .right-btn {top: 70%;}
    #page-btn .left-btn {left: 5px;}
    #page-btn .right-btn {right: 5px;}

    #page-btn .left-btn a, #page-btn .right-btn a {
        width: 40px;
        height: 40px;
        line-height: 42px;
        font-size: 22px;
    }

    /*********************************************
    Page Content Section Start
    *********************************************/
    .urdu-content .main-hd {
        font-size: 27px;
        padding-top: 30px;
    }
    
    .urdu-content .main-sub-hd, .urdu-content h3 {
        font-size: 19px;
        padding-top: 24px;
    }

    .urdu-content h6 {
        font-size: 18px;
    }

    .urdu-content p, .urdu-content li {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .urdu-content ol {
        padding-left: 0 !important;
        padding-right: 20px !important;
    }

    /*********************************************
    Contact Section Start
    *********************************************/
    .form-area {margin: 0;}

    .form-box {
        padding: 40px 15px;
        border-right: none;
        border-bottom: 1px solid #d6d6d6;
    }

    .contact-detail {
        padding: 15px;
        padding-top: 40px;
    }

    /*********************************************
    Footer Section Start
    *********************************************/
    .footer {padding-bottom: 30px !important;}
    .footer .footer-logo img {max-width: 60%;}
    .footer .footer-logo, .footer .footer-list {margin-bottom: 35px;}

    .footer .footer-list {
        flex-direction: column;
        gap: 5px;
    }

    .footer-social-media {margin-top: 25px;}
    .copyright-area {margin-bottom: 58px;}

    .copyright-area p {
        font-size: 15px;
        font-weight: 300;
        padding: 15px;
    }

    /*********************************************
    Shareit Section Start
    *********************************************/
    #shareit_outer {
        width: 100%;
        top: auto;
        bottom: 0;
        justify-content: center;
        flex-direction: row;
        border-radius: 0;
        box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.2);
    }

    #shareit_outer .shareit {
        font-size: 19px;
        margin-right: 9px;
        margin-bottom: 0;
    }

    #shareit_outer .shareit:last-child {margin-right: 0;}
    
}

@media screen and (min-width: 320px) and (max-width: 568px) {
    .logo a img {height: 48px;}
    #header .header-left {top: 76px !important;}
    #header .header-left img {height: 44px;}
}