
@media only screen and (max-width:1200px) {
    .anudan-input-width{
        width: 23%;
    }
}

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

    .env-img {
        width: 100%;
        padding-left: 0;
        float: inherit;
    }

    #gallery {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;

        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
    .hp-link{
        margin-top: 0;
    }
    .header-top{
        padding-bottom: 0 !important;
    }
    .header-section{
        background: hsl(var(--white));
    }
    .anudan-input-width{
        width: 31%;
    }

}

@media only screen and (max-width:767px) {
  
    .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;
    }

    #gallery {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;

        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .event-box .event-left {
        width: 100%;
    }
    .anudan-input-width{
        width: 48%;
    }



}

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

    .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: 500;
        font-size: 14px;
        color: var(--wc);
        margin: 0;
        text-align: center;
    }

    .mobile-menu {
        width: 100%;
    }

    .event-box .event-status {
        font-size: 14px;
    }

    .event-box .event-left h3 {
        font-size: 20px;
    }

    .event-box .event-left h4 {
        font-size: 20px;
    }

    .event-box .event-img img {
        width: 140px;
        margin-right: 10px;
    }

    .event-box .event-right h4 {
        font-size: 16px;
    }

    .event-date-d {
        font-size: 16px;
    }

    .event-vanue-d {
        font-size: 16px;
    }

    .blog-details-head {
        font-size: 25px;
        line-height: 32px;
    }

    .privacy-policy-intro p {
        font-size: 15px;
    }

    .accreditation-box h4 {
        font-size: 22px;
    }
    .hp-link a{
        margin-left: 3px;
        margin-bottom: 3px;
    }
    .anudan-input-width{
        width: 100%;
    }

}

@media only screen and (max-width: 400px) {
    .hp-right .social-icon{
        display: none !important;
    }
    .hp-right {
        text-align: right;
    }
}   