﻿    @import url(animate.css);

    .breadcrumbs a, .btns {
        text-decoration: none;
    }

    .AccordionPanelTab, .TabbedPanelsTab {
        -moz-user-select: none;
        -khtml-user-select: none;
        cursor: pointer;
    }

    circle {
        animation: spin 2s linear infinite;
        transform-origin: 50% 50%; /* Set the transform origin to the center of the circle */
    }

    /* Define the spin animation */
    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    body, html {
        font-family: 'Manrope';
    }

    .wrapperContainerCategories:not(:last-child) {
        border-bottom: 1.3px solid #ccc;
        margin-bottom: 2rem;
    }

    .subjectDataContainer {
        display: grid !important;
        position: absolute;
        top: 2.3rem;
        left: 0.2rem;
        width: max-content;
        min-width: 12rem;
        max-width: 18rem;
        height: auto;
        background: white;
        box-shadow: 0 1px 3px #ccc;
        border-radius: 1rem;
        z-index: 100;
        gap: 1rem;
        padding: 0;
        overflow: hidden;
        max-height: 0; /* Initial max-height to hide the content */
        transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out; /* Smooth transition */
        opacity: 0; /* Initially invisible */
        visibility: hidden; /* Hide the element */
    }

    .layout4Modal {
        display: grid;
        position: absolute;
        top: 2rem;
        left: 0;
        width: max-content;
        min-width: 12rem;
        max-width: 18rem;
        height: max-content;
        /*background: rgba(100, 116, 139, 0.6);*/
        background: white;
        box-shadow: 0 1px 3px #ccc;
        bottom: -20rem;
        right: -28rem;
        border-radius: 0.375rem;
        z-index: 100;
        /*grid-template-columns: repeat(3, minmax(0, 1fr));*/
        gap: 1rem;
        padding: 1rem;
        max-height: 24rem;
    }

    .subjectTabTitle:not(:first-child) {
        margin-top: -1.8rem;
    }

    .fa.fa-twitter {
        font-family: sans-serif;
    }

    fa.fa-twitter::before {
        content: "\1D54F" !important;
    }

    .subjectTab:hover .subjectHover {
        max-height: 24rem; /* Adjust this value to the desired height */
        opacity: 1; /* Make it visible */
        visibility: visible; /* Show the element */
    }

    .menus {
        margin-left: -10%;
    }

        .menus div {
            border-radius: 0.375rem;
            padding: 1rem;
            transition-duration: 0.3s;
        }

    .index-categories, .index-categories-open {
        cursor: pointer;
    }

    .social-media-links-bottom a:not(:first-child){
        margin-left: 0.8rem;
    }

.index-subjects {
    height: 0;
    max-height: 0;
    transition: max-height 0.2s ease-in-out;
    visibility: hidden;
    margin-left: 2rem;
    width: max-content;
}

    .index-categories .index-subjects {
        position: absolute !important;
    }

    .index-categories {
        display: none;
    }

    .index-subjects.active {
        font-weight: 600;
    }

    .index-categories-open .index-subjects {
        visibility: visible;
        max-height: 12rem;
        position: relative;
        height: max-content;
    }

    .index-subjects.visible {
        visibility: visible;
        max-height: 12rem;
        position: relative !important;
        height: max-content;
    }

    .index-categories div .fa-chevron-down {
        transition-duration: 0.3s;
    }


    .search-res-container {
        background: white;
        box-shadow: 0 1px 3px #ccc;
        border-radius: 0.375rem;
        height: max-content;
        max-height: 24rem;
        overflow-y: auto;
        position: absolute;
        width: 20vw;
        cursor: pointer;
        z-index: 100;
        z-index: 60;
    }

        .search-res-container hr:last-child {
            display: none;
        }

    .related-content-hr:last-child {
        display: none;
    }

    table {
        width: 100% !important;
    }


    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 0.8rem !important;
        background: rgba(55, 65, 81, 0.5);
        padding: 0.5rem;
        border-radius: 0.375rem;
        margin-top: -2rem;
        font-weight: 900;
    }

    .layout4Modal {
        top: 50%;
        left: 50%;
        transform: translate(-45%, -45%);
        position: fixed;
        max-height: 25rem;
        overflow-y: auto;
    }


    / clearing floats / .clearfix:after {
        content: "&nbsp;";
        font-size: 0;
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .clearfix {
        display: block;
    }

    * html .clearfix {
        height: 1%;
    }

    .clear {
        clear: both;
    }

    * {
        outline: 0;
    }

    body {
        margin: 0;
        padding: 0;
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
        background-size: cover;
    }

    .breadCrumbContainer .breadCrumbAppendContainer {
        display: flex;
        align-items: center;
    }

    .breadCrumbAppendContainer div {
        cursor: pointer;
    }


    .breadCrumbContainer *, .breadCrumbContainer .breadCrumbAppendContainer * {
        color: white;
    }

        .breadCrumbContainer *:not(:first-child), .breadCrumbAppendContainer *:not(:first-child) {
            margin-left: 1rem;
        }

    .breadCrumbContainer i.fa-chevron-right, .breadCrumbAppendContainer i.fa-chevron-right {
        font-size: 1rem;
    }

    .btns {
        display: inline-block;
        padding: 10px 25px;
    }

    .publish_date {
        float: right;
    }

    .Popup {
        position: fixed;
        top: 0;
        left: 0;
        z-index: +999999;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.6);
    }

    #logo_phontab, .Popupbox #Popuphide {
        z-index: +999;
        background-color: #FFF;
    }

    .Popup.hide {
        display: none;
    }

    .Popup.show {
        display: block;
    }

    .Popupbox {
        position: relative;
        top: 25%;
        margin: 0 auto;
        width: 90%;
        max-width: 550px;
        min-height: 5px;
        padding: 0;
        background-color: #fff;
        border: 3px solid #000;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }



        .Popupbox h3 {
            margin: 0;
            padding: 10px;
            font-weight: 400;
        }

        .Popupbox #Popuphide {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 20px;
            height: 20px;
            overflow: hidden;
            cursor: pointer;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
        }

            .Popupbox #Popuphide i {
                margin: 3px 0 0 5px;
                font-size: 13px;
                font-weight: 400;
            }

    #CntctUsForm {
        max-height: 500px;
        overflow: auto;
        overflow-x: hidden;
    }

    .AccordionPanel {
        margin: 0;
        padding: 0;
    }

    .AccordionPanelTab {
        margin-top: 1px;
    }

    .AccordionPanelContent {
        height: auto;
        overflow: auto;
        margin: 0;
        padding: 0;
    }

    .AccordionPanelOpen .AccordionPanelTab {
        margin-top: 1px;
    }

    @media print {
        .Accordion, .AccordionPanelContent {
            overflow: visible !important;
        }

        .AccordionPanelContent {
            display: block !important;
            height: auto !important;
        }
    }

    #logo, #logo_top {
        display: table-cell;
        width: 305px;
        height: 111px;
        background-color: #FFF;
        vertical-align: middle;
        text-align: center;
    }

        #logo a img, #logo_top a img {
            display: block;
            margin: 0 auto;
            max-width: 305px;
            max-height: 111px;
        }

    #logo_phontab {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

        #logo_phontab #logo_top {
            width: 175px;
            height: 65px;
            margin: 5px 0;
        }

            #logo_phontab #logo_top a img {
                max-width: 160px;
                max-height: 50px;
            }

        #logo_phontab #tab_phone_button {
            position: absolute;
            top: 0;
            right: 0;
            padding: 22px 16px;
            cursor: pointer;
        }

            #logo_phontab #tab_phone_button i {
                font-size: 20px;
            }

    #leftnavi {
        position: fixed;
        top: 0;
        left: 0;
        z-index: +99999;
        width: 305px;
        height: 100%;
        -webkit-transition: left .5s ease;
        -moz-transition: left .5s ease;
        -o-transition: left .5s ease;
        transition: left .5s ease;
    }

    #leftnavi_bgdiv {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: +99999;
        width: 100%;
        height: 100%;
    }

    #left_category {
        width: 100%;
        height: 60px;
        border-bottom: 1px solid #FFF;
    }

        #left_category h3 {
            margin: 0;
            padding: 15px 0 0 15px;
        }

    #leftnavi_scroll {
        height: 100%;
        overflow: scroll;
        overflow-x: hidden;
    }

        #leftnavi_scroll ul {
            margin: 0;
            padding: 0;
            width: 305px;
        }

            #leftnavi_scroll ul li {
                margin: 0;
                padding: 0;
                list-style: none;
            }

                #leftnavi_scroll ul li a, .AccordionPanelTab {
                    display: block;
                    padding: 13px 50px 13px 13px;
                    text-decoration: none;
                }

                #leftnavi_scroll ul li ul li, .AccordionPanelContent ul li a, .AccordionPanelOpen .AccordionPanelTab {
                    margin: 0;
                    border-top: 1px solid;
                }

                    #leftnavi_scroll ul li ul li a, .AccordionPanelContent ul li a {
                        padding-left: 36px !important;
                    }

    .jspTrack {
        background: #30a3ad;
    }

    .jspDrag {
        background: #532f64;
    }

    .jspArrow {
        background: #50506d;
    }

        .jspArrow.jspDisabled {
            background: #80808d;
        }

    .jspCorner {
        background: #eeeef4;
    }

    #main {
        width: 100%;
    }

    .container {
        position: relative;
        margin: 0 auto;
        width: 90%;
    }

    .breadcrumbs {
        margin: 20px 0;
        padding: 13px;
    }

        .breadcrumbs a {
            font-size: 18px;
        }

            .breadcrumbs a:hover {
                text-decoration: underline;
            }

    #category_list .categorylist .categorylist_heading h3 a, #subject_content table td h3 a, .TabbedPanelsTab a, .form .control-label {
        text-decoration: none;
    }

    .breadcrumbs small {
        float: left;
        display: block;
        margin-top: -2px;
        font-size: 23px;
    }

    .breadcrumbs h1, .breadcrumbs h2, .breadcrumbs h3 {
        display: inline-block;
        margin: 0;
    }

    #category_list {
        display: inline-block;
        width: 100%;
        padding-bottom: 30px;
    }

        #category_list .categorylist {
            float: left;
            width: 31.95%;
            height: 205px;
            overflow: hidden;
            margin: 10px 2% 30px 0;
        }

            #category_list .categorylist:nth-child(3n+0) {
                margin-right: 0;
            }

            #category_list .categorylist .categorylist_img {
                position: relative;
                display: block;
                height: 120px;
                overflow: hidden;
                border: 5px solid rgba(255,255,255,.5);
            }

                #category_list .categorylist .categorylist_img .category_publishdate {
                    position: absolute;
                    top: 0;
                    left: 0;
                    padding: 3px 6px;
                    font-size: 11px;
                    background-color: rgba(255,255,255,.5);
                }

            #category_list .categorylist:hover .category_publishdate {
                background-color: rgba(255,255,255,.9);
            }

            #category_list .categorylist .categorylist_img img {
                width: 100%;
                border-bottom: 30px solid #FFF;
            }

            #category_list .categorylist .categorylist_heading {
                display: table-cell;
                width: 650px;
                height: 75px;
                background-color: rgba(255,255,255,.75);
                vertical-align: middle;
                text-align: center;
            }

    .banner_top, .banner_top img {
        display: block;
        width: 100%;
    }

    #category_list .categorylist .categorylist_heading h3 {
        display: block;
        margin: 0 auto;
        padding: 0;
        font-weight: 400;
    }

    #subject_content {
        position: relative;
        max-height: 300px;
        overflow: auto;
    }

        #subject_content table td {
            padding: 10px 6px;
            border-bottom: 1px solid #efefef;
        }

            #subject_content table td img {
                max-width: 110px;
                border: 2px solid;
            }

            #subject_content table td h3 {
                margin: 0;
                padding: 0;
            }

    .banner_box {
        padding: 10px;
        margin-bottom: 20px;
        border-bottom: 5px solid;
        background-color: rgba(255,255,255,.5);
    }

    .banner_top {
        height: 250px;
        max-height: 300px;
        overflow: hidden;
        background-color: #FFF;
        background-position: center;
        background-size: cover;
    }

    .detail_content {
        padding: 0 20px 20px;
        margin-bottom: 20px;
        background-color: rgba(255,255,255,.5);
    }

        .detail_content table {
            width: 100%;
            border-spacing: 0;
            border-collapse: collapse;
        }

            .detail_content table td, .detail_content table thead th {
                padding: 5px;
                border: 1px solid;
                text-align: left;
                vertical-align: top;
            }

    #RelatedContent {
        position: relative;
        padding: 20px 0 20px 20px;
        margin-bottom: 50px;
    }

        #RelatedContent h3 {
            display: inline-block;
            margin: 0 0 0 -40px;
            padding: 10px 50px 10px 10px;
        }

        #RelatedContent #category_list {
            padding: 10px 0 0;
        }

        #RelatedContent .categorylist {
            width: 23%;
            height: 160px;
            margin: 10px 2% 0 0;
        }

            #RelatedContent .categorylist:nth-child(3n+0) {
                margin-right: 2%;
            }

            #RelatedContent .categorylist .categorylist_img {
                height: 75px;
            }

            #RelatedContent .categorylist .categorylist_heading h3, #RelatedContent .categorylist .categorylist_heading h3 a {
                font-size: 16px;
            }

    .detail_content_bottom {
        margin-bottom: 35px;
    }

    .TabbedPanels, .TabbedPanelsTabGroup {
        margin: 0;
        padding: 0;
    }

    .TabbedPanels {
        overflow: hidden;
        clear: none;
        width: 100%;
    }

    .TabbedPanelsTab {
        position: relative;
        top: 1px;
        float: left;
        padding: 6px 15px;
        margin: 2px 3px 0 0;
        list-style: none;
        opacity: .7;
        filter: alpha(opacity=70);
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

    .TabbedPanelsTabHover {
        opacity: 8;
        filter: alpha(opacity=80);
    }

    .TabbedPanelsTabSelected {
        opacity: 10;
        filter: alpha(opacity=100);
    }

    .TabbedPanelsContentGroup {
        clear: both;
        border-top: 3px solid;
    }

    .TabbedPanelsContent {
        overflow: hidden;
        padding: 4px;
    }

    .VTabbedPanels {
        overflow: hidden;
        zoom: 1;
    }

        .VTabbedPanels .TabbedPanelsTabGroup {
            position: relative;
            float: left;
            width: 10em;
            height: 20em;
        }

        .VTabbedPanels .TabbedPanelsTab {
            float: none;
            margin: 0;
            border-top: none;
            border-left: none;
            border-right: none;
        }

    .colw30, .colw40, .colw50, .colw60, .colw70, .group-form {
        float: left;
    }

    .VTabbedPanels .TabbedPanelsContentGroup {
        clear: none;
        float: left;
        padding: 0;
        width: 30em;
        height: 20em;
    }

    @media print {
        .TabbedPanels, .TabbedPanelsContentGroup {
            overflow: visible !important;
        }

        .TabbedPanelsContentGroup {
            display: block !important;
            height: auto !important;
        }

        .TabbedPanelsContent, .TabbedPanelsTab {
            overflow: visible !important;
            display: block !important;
            clear: both !important;
        }
    }

    .form {
        display: inline-block;
        padding: 30px 50px;
    }

    .group-form {
        width: 100%;
        margin-bottom: 20px;
    }

    .colw50 {
        width: 50%;
    }

    .colw30 {
        width: 30%;
    }

    .colw40 {
        width: 40%;
    }

    .colw60 {
        width: 60%;
    }

    .colw70 {
        width: 70%;
    }

    .form .form-control, .form .textarea-control {
        width: 95%;
        font-size: 12px;
        background: #F9F9F9;
        padding: 6px 5px;
    }

    .form .control-label {
        display: block;
        margin-right: 10px;
        font-size: 12px;
        color: #303030;
        font-weight: 700;
        line-height: 30px;
        text-align: right;
    }

    .form .form-control {
        line-height: 18px;
        border: 1px solid #D5D5D5;
        border-radius: 4px;
    }

    .form .textarea-control {
        height: 100px;
        line-height: 18px;
        border: 1px solid #D5D5D5;
        border-radius: 4px;
    }

    .popup_right_contact {
        margin-left: 20px;
    }

    #client-contact-info {
        padding: 10px;
        margin-bottom: 1px;
        text-align: center;
        font-size: 12px !important;
        line-height: 18px;
    }

        #client-contact-info .email, #client-contact-info .phone {
            color: #fff;
            font-size: 12px;
            display: block;
        }

            #client-contact-info .email a {
                color: #fff;
                font-size: 12px;
                text-decoration: none;
            }

        #client-contact-info .fa {
            color: #aaa;
        }

    .detail_content h2 {
        padding: 10px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .detail_content .publish_date {
        display: inline-block;
        color: #fff;
        position: relative;
        bottom: -10px;
        right: 10px;
    }

    .subjectTab:nth-child(n+4) {
        margin-top: 1rem;
    }

    .mobile-header {
        width: 12rem;
        height: 100%;
        position: fixed;
        display: flex;
        flex-direction: column;
        z-index: 99;
        top: 0;
        padding: 1rem;
        background: white;
        left: 0;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
    }

        .mobile-header.open {
            transform: translateX(0);
        }

    .mobile-nav-clickaway {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(39, 39, 42, 0.6);
        z-index: 50;
    }

    .other-header-section {
        margin-right: 12%;
    }

    .header-logo {
        margin-left: 8%;
    }

    .breadCrumbAppendContainer div{
        white-space: pre-wrap;
    }

@media screen and (min-width: 760px) and (max-width: 1050px) {
    body{
            zoom: 1 !important;
        }
    }


    @media screen and (min-width: 2500px) and (max-width: 3000px) {
        .cat-pics {
            height: 14vh !important;
        }
    }
    @media screen and (max-width: 1400px) {
        .subject-grid{
            margin-left: -10%;
        }
    }

    @media screen and (max-width: 1400px) {
        * {
            zoom: 0.96;
        }

        .cat-pics {
            height: 8rem !important;
        }
    }
	

    @media screen and (max-height: 1400px) {
        .contact-popup {
            zoom: 0.6;
        }

        .fa-search {
            right: -1.8rem !important;
        }

        .resource-icon.fa-file {
            margin-top: 0.1rem;
        }

        .resource-icon.fa-link, .resource-icon.fa-download {
            margin-top: 0.4rem;
        }
    }

    @media screen and (max-width: 1200px) {
        * {
            zoom: 0.9;
        }

        .content-heading-container {
            width: 100% !important;
            margin-left: auto !important;
            margin-right: auto;
        }

        .content-heading-container + div{
            margin-top: 1.5rem;
        }


        .content-left {
            width: 100% !important;
            zoom: 1.2;
        }

        .other-header-section {
            margin-right: 12%;
            display: none !important;
        }

        .content-right {
            width: 90% !important;
            margin-top: 0 !important;
            zoom: 1.2;
            margin-left: 0.6rem;
        }

        .content-heading-container h2 {
            font-size: 0.9rem;
            margin-bottom: 1.2rem;
        }

        .content-img {
            zoom: 1.5;
        }

        .content-heading-container {
            margin-top: -2rem !important;
            margin-bottom: -1rem !important;
            width: 100% !important;
        }

        .content-area {
            flex-direction: column;
        }

        .header-logo {
            margin-left: 8%;
        }

        .other-header-section {
            display: flex !important;
        }

        .resource-icon.fa-file {
            margin-top: 0.25rem;
        }

        .resource-icon.fa-link, .resource-icon.fa-download {
            margin-top: 0.4rem;
        }

        .subject-grid {
            margin-left: 10%;
        }
    }


    @media (min-width: 750px) and (max-width: 800px) and (min-height: 1020px) and (max-height: 1300px) {
        body {
            zoom: 1.6;
        }

        .cat-pics {
            height: 100% !important;
            width: 24vw !important;
        }

        .search-container .fa-search {
            right: -2.5rem !important;
        }

        .resource-icon.fa-link, .resource-icon.fa-download {
            margin-top: 0.3rem;
        }

        .content-heading-container {
            margin-top: -3rem !important;
            margin-bottom: 0 !important;
            width: 100% !important;
        }
    }

    @media (min-width: 830px) and (max-width: 2000px) and (min-height: 1050px) and (max-height: 1600px) {
        body {
            zoom: 0.95;
        }

        .cat-pics {
            width: 24vw !important;
        }

        .search-container .fa-search {
            right: -2.5rem !important;
        }

        .resource-icon.fa-link, .resource-icon.fa-download {
            margin-top: 0.3rem;
        }

        .content-heading-container {
            margin-top: -3rem !important;
            margin-bottom: 0 !important;
        }
    }

    @media (min-width: 830px) and (max-width: 1800px) and (min-height: 1050px) and (max-height: 1600px) {
        body {
            zoom: 0.95;
        }

        .cat-pics {
            width: 24vw !important;
        }

        .search-container .fa-search {
            right: -2.5rem !important;
        }

        .resource-icon.fa-link, .resource-icon.fa-download {
            margin-top: 0.3rem;
        }

        .content-heading-container {
            margin-top: -3rem !important;
            margin-bottom: 0 !important;
            width: 100% !important;
        }
    }



    @media (min-width: 830px) and (max-width: 1400px) and (min-height: 1050px) and (max-height: 1600px) {
        body {
            zoom: 1.2;
        }

        .cat-pics {
            height: 100% !important;
            width: 24vw !important;
        }

        .search-container .fa-search {
            right: -2.5rem !important;
        }

        .resource-icon.fa-link, .resource-icon.fa-download {
            margin-top: 0.3rem;
        }

        .content-heading-container {
            margin-top: -3rem !important;
            margin-bottom: 0 !important;
            width: 100% !important;
        }
    }


    @media (min-width: 700px) and (max-width: 1200px) and (min-height: 1050px) and (max-height: 1600px) {
        body {
            zoom: 1.6;
        }

        .cat-pics {
            height: 100% !important;
            width: 24vw !important;
        }

        .search-container .fa-search {
            right: -2.5rem !important;
        }

        .resource-icon.fa-link, .resource-icon.fa-download {
            margin-top: 0.3rem;
        }

        .content-heading-container {
            margin-top: -3rem !important;
            margin-bottom: 0 !important;
            width: 100% !important;
        }

        .content-heading-container + div{
            margin-top: 0;
        }
    }


    @media screen and (max-width: 960px) {
        * {
            zoom: 0.9;
        }

        .content-heading-container {
            width: 100% !important;
            margin-left: auto !important;
            margin-right: auto;
        }

        .content-left {
            width: 100% !important;
            zoom: 1.2;
        }

        .other-header-section {
            margin-right: 12%;
            display: none !important;
        }

        .content-right {
            margin-left: 0.5rem;
            width: 87% !important;
        }

        .content-heading-container h2 {
            font-size: 0.9rem;
            margin-bottom: 1.2rem;
        }

        .content-img {
            zoom: 1.5;
        }

        .content-heading-container {
            margin-top: -2rem !important;
            margin-bottom: 0 !important;
            width: 100% !important;
        }

        .content-area {
            flex-direction: column;
        }

        .header-logo {
            margin-left: 8%;
        }

        .other-header-section {
            display: flex !important;
        }

        .resource-icon.fa-file {
            margin-top: 0.1rem;
        }

        .resource-icon.fa-link, .resource-icon.fa-download {
            margin-top: 0.4rem;
        }

        .wrapperGridContainer {
            gap: 2rem !important;
        }

        .subject-grid {
            margin-left: -20%;
        }
    }

    @media screen and (max-width: 700px) {
        .cat-pics {
            width: 100% !important;
            height: 10rem !important;
        }

        .cat-grid {
            grid-column: span 6 / span 6 !important;
        }

        .subject-grid {
            grid-column: span 6 / span 6 !important;
        }

        .content-heading-container {
            width: 100% !important;
            margin-left: auto !important;
            margin-right: auto;
        }

        .content-left {
            width: 100% !important;
            zoom: 1.2;
        }

        .content-right {
            width: 84% !important;
            margin: 0 !important;
            zoom: 1.2 !important;
            margin-top: 1rem !important;
            margin-left: -1.2rem !important;
            display: flex !important;
            flex-wrap: wrap;
            justify-content: flex-start;
            position: relative;
        }

            .content-right > div {
                background: rgb(244, 244, 245) !important;
                padding: 1rem !important;
                margin-bottom: 1rem !important;
                margin-top: 1rem !important;
                width: 100% !important;
                border-radius: 0.375rem !important;
            }

        .content-right > div:first-child{
            margin-top: -2rem !important;
        }

        .content-lower-bar {
            width: 104% !important;
            margin-left: -0.7rem !important;
        }

        .content-heading-container h2 {
            font-size: 0.9rem;
            margin-bottom: 1.2rem;
        }

        .content-img {
            zoom: 1.5;
        }

        .content-heading-container {
            margin-top: -2rem !important;
            margin-bottom: 0 !important;
            width: 108% !important;
            padding: 0.5rem;
            margin-left: -6.5% !important;
        }

            .content-heading-container + div {
                width: 100% !important;
                position: relative !important;
                padding-left: 0 !important;
                margin-left: -3%;
                margin-top: 0;
            }


        .content-area {
            flex-direction: column;
        }

        .navLinks-section {
            display: none !important;
        }

        .other-header-section {
            display: none;
        }

        .logo-img {
            width: 15rem !important;
        }

        .mobile-navicon {
            display: flex !important;
        }

        .search-res-container {
            width: 100% !important;
        }

        .main-header-container {
            width: 91% !important;
            background: white;
            padding: 0;
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

        .main-index-container {
            width: 80% !important;
        }

        .hover-content {
            font-size: 1.2rem !important;
        }

        .main-subject-content {
            zoom: 1.3;
        }

        .header-logo {
            margin-left: 5%;
        }

        .other-header-section {
            display: none !important;
        }

        .resource-icon.fa-download {
            margin-top: 0.3rem !important;
        }

        .subject-grid {
            margin-left: 0;
        }

        .index-subjects{
            max-width: 15rem !important;
        }
    }
