@media only screen and (max-width:1199px) {}

@media only screen and (max-width:992px) {}

@media only screen and (max-width:991px) {
    .hp-left {
        width: 40%;
    }

    .hp-right {
        width: 60%;
    }

    .hp-right {
        padding: 12px 0;
    }
    .parishod-header h1 {
        font-size: 30px;
    }


}





@media only screen and (max-width:767px) {
    .hp-left span {
        display: block;
        margin-bottom: 5px;
    }

    .hp-left span:last-child {
        display: block;
        margin-bottom: 0;
    }


    .hp-left {
        width: 50%;
    }

    .hp-right {
        width: 50%;
    }

    .hr-icon {
        width: 100%;
        text-align: right;
    }

    .hp-right > div:first-child {
        display: block;
        margin-bottom: 15px;
    }

    .hp-right {
        padding: 0px 0;
    }

    .hp-right > div:first-child {
        border-right: none;
    }

    .copyright-section .hr-icon {
        text-align: right;
        text-align: center;
        margin-top: 10px;
    }

    .contact-right .hr-icon {
        text-align: left;
    }

    .about-photo {
        text-align: center;
    }
    .govt-logo{
        text-align: center;
    }
    .govt-logo img {
        width: 100px;
    }
    .header-top {
        padding: 15px 0;
    }
    .tax-search select {
        width: 260px;
    }
    .tax-search input {
        width: 170px;
    }
    .tax-search button {
        width: 260px;
    }
    #gallery{
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }


}

@media only screen and (max-width: 575px) {
    .login-box {
        max-width: 450px;
    }

    .hp-left {
        width: 100%;
    }

    .hp-right {
        width: 100%;
    }

    .hp-right {
        text-align: center;
    }

    .hr-icon {
        text-align: center;
    }

    .hp-left span {
        width: 50%;
    }

    .hp-left {
        text-align: center;
        margin-bottom: 10px;
    }

    .ht-icon {
        text-align: right;
        padding-right: 5px;
    }

    .ht-icon:last-child {
        text-align: left;
        padding-left: 5px;
    }


    body {
        font-size: 13px;
    }


    .slider-left h1 {
        font-size: 25px;
    }

    .section-title h2 {
        font-size: 22px;
    }

    .footer-head h6 {
        font-size: 15px;
    }

    .ht-icon:first-child {
        margin-right: 0px;
    }


    .main-logo img {
        width: 150px;
    }

    /*    new*/
    .ht-icon img {
        width: 15px;
    }

    .hp-left span {
        font-size: 13px;
    }

    .ht-icon img {
        margin-right: 0;
    }

    .main-logo img {
        width: 100px;
    }

    .mobile-btn i {
        font-size: 20px;
    }

    .slider-left h1 {
        line-height: 38px;
    }

    .slider-left a {
        font-size: 16px;
        font-weight: 400;
    }

    .section-title p {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
    }

    .chairman-photo {
        text-align: center;
        margin: 0 auto;
    }

    .chairman-photo img {
        margin-top: 30px;
    }

    .copyright-section .hr-icon {
        text-align: right;
        text-align: center;
        margin-top: 15px;
    }

    .copyright-section h6 {
        font-weight: 400;
        font-size: 12px;
        color: var(--wc);
        margin: 0;
        text-align: center;
    }

    .copyright-section .hr-icon span {
        font-size: 12px;
    }
    .mobile-menu {
        width: 100%;
    }


    .parishod-header h1 {
        margin: 0;
        padding: 0;
        font-size: 27px;
        line-height: 38px;
    }
    .header-section{
        padding: 5px 0;
    }
    .about-image{
        width: 100%;
    }
    #gallery{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }


}

@media only screen and (max-width: 400px) {
    #gallery{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
