@media (max-width: 1366px) {
    .fs-44 {
        font-size: 38px;
    }
    .fs-35 {
        font-size: 30px;
    }
    .section-1 .text-box, .section-2 .text-box {
        padding: 3rem 5rem;
    }
}
@media (max-width: 1199px) {
    header {
        padding: 20px 0rem;
    }
    .section-1 .text-box, .section-2 .text-box {
        padding: 2rem 0;
    }
    .section-2.style2 .text-box h6 {
        min-height: auto;
        padding: 10px;
    }
    .section-2.style2 .text-box h6::before,
    .section-2.style2 .text-box h6::after,
    .recovery-service-box.style2 .img-box .title::before,
    .recovery-service-box .img-box .title::before{
        content: none;
    }
}
@media (max-width: 992px) {
    .recovery-service-box .img-box .title {
        width: 100%;
        text-align: center;
    }
    .recovery-service-box .img-box img {
        width: 100%;
    }
    .fs-44 {
        font-size: 30px;
    }
    .fs-35 {
        font-size: 24px;
    }
    .fs-40 {
        font-size: 34px;
    }
    .section-1 .text-box h6, .section-2.style2 .text-box h6 {
        margin-bottom: 10px;
    }
    .fbtn {
        padding: 8px 30px;
    }
    .recovery-service-box .img-box .title {
        font-size: 20px;
        padding: 10px;
    }
    .recovery-service-box .description {
        padding: 20px 0px;
    }
    .service-box {
        flex-direction: column;
    }
    footer {
        padding: 50px 0 30px 0;
    }
    .bg-contact {
        padding: 50px;
    }
    .contact-form .f-ptb {
        padding: 60px 20px 10px;
    }
    .abt-section-3 :is(.abt-section-3, .text-box) {
        text-align: center;
    }
    .icon-box-1 {
        text-align: center;
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .logo {
        text-align: center;
    }
    .header-top {
        margin: 20px 0;
        text-align: center;
    }
    .header-bottom {
        width: 100%;
        padding-left: 0;
    }
    .header-bottom::before, .header-bottom::after {
        content: none;
    }
    .site-navigation > ul {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
    .flex-center {
        flex-direction: column;
    }
    .abt-section-2 .flex-center li {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .site-navigation > ul > li a {
        font-size: 9px;
        padding: 10px 6px;
    }
}