@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1023px) {}

@media screen and (max-device-width: 1023px) and (orientation : landscape) {}

@media screen and (max-device-width: 767px) and (orientation: landscape) {}

@media (max-width: 1366.99px) {
    .description-lg {
        font-size: 32px;
        line-height: normal;
    }
}

@media (max-width: 767.99px) {
    .description-lg {
        font-size: 28px;
        line-height: normal;
    }

    .img-slider-sect .top-slider .slick-slide {
        display: flex;
        align-items: center;
    }

    .img-slider-sect .middle-slider .slick-slide {
        display: flex;
        align-items: center;
    }

    .slide-text-box {
        font-size: 18px;
        padding: 16px;
    }

    .wrapper {
        padding: 16px;
    }

    .footer-contact-box .col-md-4 {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-shape-left {
        bottom: 0;
    }

    .footer-shape-right {
        bottom: 0;
    }

    .footer-shape-left img{
        width: 300px;
    }

    .footer-shape-right img{
        width: 300px;
    }
}

@media (max-width: 549px) {

    .description-lg,
    .subscribe-form h4 {
        font-size: 20px;
        line-height: normal;
    }

    .btn-box {
        margin: 8px 0px;
    }

    .common-btn {
        padding: 8px 16px;
        font-size: 16px;
    }

    .footer-img-list {
        justify-content: center;
        gap: 10px;
    }
}

@media (max-width: 374px) {}