@media (min-width: 1200px) and (max-width: 1399px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 1399px) {}

@media (max-width: 1199px) {
    .homebanner-section .hbsec-caption h2 {
        font-size: 45px;
    }
    .homebanner-section .hbsec-caption h1 {
        font-size: 58px;
    }
    .homebanner-section .hbsec-caption p {
        font-size: 28px;
    }
    .homebanner-section::after {
        bottom: -190px;
        width: 750px;
        height: 529px;
    }

    .about-section .abtsec-left h3 {
        font-size: 30px;
    }
    .about-section .abtsec-left p {
        font-size: 20px;
    }
    .about-section .abtsec-right img {
        width: calc(100% + 70px);
    }

    .ftop-block.contact {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .homebanner-section .hbsec-caption h2 {
        font-size: 40px;
    }
    .homebanner-section .hbsec-caption h1 {
        font-size: 43px;
    }
    .homebanner-section .hbsec-caption p {
        font-size: 24px;
    }
    .homebanner-section::after {
        bottom: -150px;
        width: 600px;
        height: 429px;
    }

    .about-section {
        padding: 70px 0px;
    }
    .about-section .abtsec-right img {
        max-width: 100%;
    }
    .about-section .abtsec-left h3 {
        font-size: 28px;
    }
    .about-section .abtsec-left p {
        font-size: 18px;
    }

    .footer-top .ftop-row > div:first-child {
        border-right: 0;
    }
    .ftop-block.logo {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .homebanner-section .hbsec-caption h2 {
        font-size: 35px;
    }
    .homebanner-section .hbsec-caption h1 {
        font-size: 38px;
    }
    .homebanner-section .hbsec-caption p {
        font-size: 20px;
    }

    .about-section {
        padding: 50px 0px;
    }
    .about-section .abtsec-left h3 {
        font-size: 24px;
    }
    .about-section .abtsec-left p {
        font-size: 16px;
    }

    .ftop-block.address {
        justify-content: flex-start;
    }
    .ftop-block address {
        font-size: 18px;
    }
    .ftop-block .ftcontact-links ul {
        font-size: 22px;
    }
    .ftop-block.contact {
        padding-left: 10px;
    }
    .ftop-block .ftcontact-links ul li.fcl-email {
        font-size: 16px;
    }
    .footer-bottom .fbottom-inner {
        flex-direction: column;
    }
    .footer-bottom .fbottom-inner p {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .homebanner-section {
        min-height: 650px;
    }
    .homebanner-section .hbsec-caption h2 {
        font-size: 30px;
    }
    .homebanner-section .hbsec-caption h1 {
        font-size: 30px;
    }
    .homebanner-section .hbsec-caption p {
        font-size: 16px;
    }

    .ftop-block.logo {
        /* text-align: left; */
    }
    .footer-top .ftop-row > div {
        border: 0;
    }
}