@media screen and (max-width: 1200px) {
    .container {
        width: 85%;
    }

    .trackSection .grid2 .gridRight {
        height: 60vh;
    }

    .informationSection .gridLeft img {
        height: auto;
        width: 100%;
    }

    .contactSection .gridRight img {
        height: auto;
        width: 100%;
    }

    .closeBtn {
        display: flex;
    }

    .sidepanel .sidepanel-con {
        width: 80%;
    }

    .banner-layer h1 {
        margin-top: 32px;
        font-size: 24px;
    }

    .trackSection .grid2 .gridLeft h2 {
        font-size: 24px;
    }

    .basicBody h2 {
        font-size: 24px;
    }

    .banner-layer p {
        font-size: 13px;
    }

    .button {
        display: inline-block;
        padding: 4px 18px;
        font-size: 13px;
    }

    .trackSection .grid2 .gridLeft p {
        font-size: 13px;
    }

    .informationSection h2 {
        font-size: 24px;
    }

    .contactSection h2 {
        font-size: 24px;
    }

    .tablinks img {
        height: 64px;
    }

    .tab button {
        padding: 36px 48px;
        font-size: 13px;
    }
}


@media screen and (max-width: 800px) {

    .container {
        width: 90%;
    }

    header {
        height: 60px;
    }

    .header .headerRight .loginBtn i {
        display: inline-block;
    }

    .header .headerRight .loginBtn span {
        display: none;
    }

    header .logo .logoImg {
        height: 42px;
    }

    header .logo .logoText {
        display: none;
    }

    .header .headerRight {
        gap: 10px;
    }

    .button {
        padding: 4px 10px;
        font-size: 12px;
    }

    .header .headerRight .menuBtn img {
        height: 36px;
    }

    .goog-te-gadget .goog-te-combo {
        font-size: 12px;
    }

    .banner-sec {
        height: calc(80vh - 60px);
        margin-top: 60px;
    }

    .banner-sec .logo {
        animation: shake 3s infinite;
    }

    .backgroundPattern img {
        width: 100%;
    }

    .banner-sec #slider {
        display: none;
    }

    .mobileBannerLogo {
        display: block;
    }

    .bannerNavigations {
        display: none;
    }

    .banner-layer h1 {
        margin-right: 0;
        margin-top: 40px;

    }

    .banner-layer p {
        margin-right: 0 !important;
        font-size: 12px;
    }

    .sidepanel .sidepanel-con {
        width: 100%;
    }

    .closemySidepanel {
        width: 0%;
    }

    .sidepanel .sideMenu a {
        font-size: 20px;
    }

    .contactSection p {
        font-size: 12px;
    }

    .footerGrid .footerLogo p {
        font-size: 12px;
    }

    .tab button {
        font-size: 12px;
        padding: 24px 32px;
        width: 50vw;
    }

    .tab {
        gap: 12px;
        overflow: auto;
    }

    .grid2 {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .grid3 {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .informationSliderCon {
        height: 150vh;
    }

    .prev,
    .next {
        bottom: 0;
    }

    .prev {
        left: 10px;
    }

    .next {
        right: 10px;
    }

    .footerGrid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .footerBottom .footerBottomContent {
        flex-direction: column;
        row-gap: 20px;
    }

    .formGrid-2 {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .grievanceForm .inputDiv input {
        font-size: 14px;
    }

    .grievanceForm .inputDiv input::placeholder {
        font-size: 14px;
    }

    .grievanceForm .inputDiv label {
        font-size: 12px;
    }

    .grievanceForm .inputDiv select {
        font-size: 14px;
    }

    .formGrid-3 {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .basicPage {
        padding-top: 60px;
    }

    .grievanceForm .inputDiv {
        padding-bottom: 20px;
        row-gap: 6px;
    }

    .formFoot .button {
        padding: 8px 32px;
        font-size: 12px;
    }

    .grievanceForm h2 {
        padding: 0;
        font-size: 24px;
    }

    .formChekbox label {
        font-size: 14px !important;
    }

    .formChekbox input {
        width: 16px;
        height: 16px;
    }

    .formGrid-3.formGrid-3-checkbox {
        padding-bottom: 20px;
    }

    .grievanceForm .hint {
        font-size: 12px;
    }

    .custum-file-upload #file-text {
        font-size: 14px;
    }

    .custum-file-upload .icon svg {
        height: 36px;
    }

    .formChekbox.checkboxTerms {
        display: flex;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .formChekbox.checkboxTerms input {
        margin-top: 4px;
    }

    .formFoot {
        flex-direction: column;
        align-items: flex-start;
    }

    .trackPage .gridRight img {
        height: auto;
        width: 100%;
    }

    .impInformation.zooimpInformation {
        transform: scale(1) !important;
    }

    .impInformationBox.zoomed {
        border-radius: 28px;
        margin-top: -58px;
        margin-left: 0;
    }

    .afterClick {
        padding: 2rem 1rem;
        width: 60vw;
    }

    .afterClick h3 {
        font-size: 16px;
    }

    .goog-te-gadget {
        width: 110px;
    }

    .goog-te-gadget .goog-te-combo {
        width: 114px;
    }

    .pageTitle {
        flex-direction: column;
        align-items: start;
        row-gap: 10px;

    }

    .jointPage .pageTitle h3 {
        font-size: 14px;
    }

    .jointPage .pageTitle select {
        width: calc(100% - 16px);
    }

    .districtTable h4 {
        font-size: 15px;

    }

    .districtTable table {
        font-size: 12px;

    }

    .informationBoxCon {
        padding: 0;
    }

    .informationBoxCon .informationBox {
        flex-direction: column;
        row-gap: 16px;
        text-align: center;
    }

    .informationBoxCon.treared {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .informationSliderCon li {
        list-style: none;
    }
    .informationBox img{
        height: 48px;
    }

}