@media (min-width: 1200px) and (max-width: 1399px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 1299px) {
    .hd-style-1 {
        font-size: 50px;
    }
}

@media (max-width: 1199px) {
    .hd-style-1 {
        font-size: 45px;
    }
}

@media (max-width: 991px) {
    .hd-style-1 {
        font-size: 40px;
    }

    .section-padding {
        padding: 60px 0px;
    }

    .box-style-2 .bs1text h3 {
        font-size: 24px;
    }

    .homebanner-section .hbitem .hbanner-caption .hbc-inner {
        padding: 45px 30px;
    }
    .homebanner-section .hbitem .hbanner-caption .hbc-inner h1 {
        font-size: 36px;
    }
    .homebanner-section .hbitem .hbanner-caption .hbc-inner p {
        font-size: 18px;
    }

    .nearby-owl .nearby-item .nitext h3 {
        font-size: 18px;
    }

    .innerbanner-section h1 {
        font-size: 44px;
    }
    .contactus-section .cusec-left .cusl-block h4 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .hd-style-1 {
        font-size: 35px;
    }

    .section-padding {
        padding: 50px 0px;
    }

    .btn-style-1 {
        font-size: 14px;
        padding: 10px 15px;
    }

    .box-style-2 {
        height: 200px;
    }
    .box-style-2 .bs1text h3 {
        font-size: 20px;
    }

    .homebanner-section .hbitem .hbanner-caption .hbc-inner {
        padding: 45px 20px;
    }
    .homebanner-section .hbitem .hbanner-caption .hbc-inner h1 {
        font-size: 32px;
    }
    .homebanner-section .hbitem .hbanner-caption .hbc-inner p {
        font-size: 16px;
    }

    .nearby-owl .nearby-item .nitext h3 {
        font-size: 16px;
    }

    footer .fcopyright-section .fcopy-inner {
        flex-direction: column;
    }

    .innerbanner-section h1 {
        font-size: 40px;
    }
    .contactus-section .cusec-left .cusl-block h4 {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .hd-style-1 {
        font-size: 30px;
    }

    .homebanner-section .hbitem .hbanner-caption .hbc-inner h1 {
        font-size: 26px;
    }

    .innerbanner-section h1 {
        font-size: 36px;
    }
    .contactus-section .cusec-left .cusl-block h4 {
        font-size: 20px;
    }
}