@media only screen and (max-width:1199px) {
    .main-logo img {
        width: 250px;
    }

}

@media only screen and (max-width:991px) {
    .carousel-item img {
        height: 450px;
    }

    .header-top-section {
        padding: 10px 0;
    }

    .footer-main img {
        width: 280px;
    }

}

@media only screen and (max-width:767px) {
    .ht-left {
        text-align: center;
    }

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

    .about-image img {
        width: inherit;
        max-width: 400px;
        margin-bottom: 15px;
    }

    .htr-icon {
        display: none;
    }

    .mobile-btn i {
        margin: 7px 0;
    }

    .header-section {
        height: 60px;
    }

    .carousel-item img {
        height: 400px;
    }

    .copyrigh {
        text-align: center;
    }

    .copyrigh p {
        text-align: center;
        margin-top: 5px;
    }

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

    .menubar > ul > li > a {
        padding: 5px;
    }

}

@media only screen and (max-width: 575px) {
    body {
        font-size: 15px;
    }

    .ht-right > span {
        padding: 0 8px;
    }

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



    .custom.accordion-button {
        font-size: 14px;
    }

    .custom.accordion-body ul li a {
        font-size: 14px;
    }

    .carousel-item img {
        height: 320px;
    }


}
