@media(min-width: 1365px) {
    .container {
        max-width: 1312px;
    }
}

@media(max-width: 1365px) {
    .hero-cards {
        max-width: 780px;
    }

    .arw-shape1 {
        top: 60px;
        left: 52px;
    }

    .arw-shape2 {
        bottom: 123px;
        right: 47px;
    }
}

@media(max-width: 1199px) {
    .hero-cards {
        max-width: 680px;
    }

    .calculator-img2,
    .calculator-img1 {
        height: 242px;
    }

    .arw-shape1 {
        top: 100px;
        left: 12px;
    }

    .arw-shape2 {
        bottom: 143px;
        right: 8px;
    }

    .hero .main-heading {
        padding-bottom: 28px;
    }

    .main-heading {
        font-size: 48px;
    }

    .downloadable-calculator {
        padding: 104px 0;
    }
}

@media(max-width: 991px) {

    .arw-shape1,
    .arw-shape2 {
        display: none;
    }

    .calculator-img1 {
        height: 360px;
        rotate: 45deg;
        bottom: auto;
        top: -10px;
        left: -80px;
    }

    .calculator-img2 {
        height: 338px;
        rotate: -45deg;
        right: -117px;
    }

    .hero-cards-main {
        padding-top: 162px;
    }

    .hero-cards {
        position: relative;
        z-index: 1;
    }

    .hero {
        padding-top: 88px;
    }

    .main-heading {
        font-size: 42px;
        line-height: 54px;
    }

    .main-wrapper {
        overflow: hidden;
    }

    .downloadable-calculator .calc-cards.mt-0 {
        margin-top: 16px !important;
    }

    .downloadable-calculator .calc-content {
        min-height: auto;
    }

    .calc-content h3 {
        font-size: 20px;
    }

    .navbar-toggler {
        border: 0;
        padding: 0;
        margin: 0;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

}

@media(max-width: 767px) {
    .calculator-img2 {
        right: -96px;
        top: 14px;
    }

    .main-heading {
        font-size: 48px;
        line-height: 52px;
    }

    .calc-content {
        min-height: auto;
    }

    .calc-content h3 {
        font-size: 24px;
    }

    .calc-cards {
        margin-bottom: 16px;
    }

    .calculator-img1 {
        top: 8px;
    }

    .downloadable-calculator .main-heading {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.64px;
    }

    .hero .main-heading {
        letter-spacing: -0.96px;
    }

    .downloadable-calculator {
        padding: 120px 0 104px;
    }

    .calc-cards.resp-mb {
        margin-bottom: 0;
    }

    .downloadable-calculator .calc-cards {
        margin-bottom: 0;
    }

    .downloadable-calculator .calc-cards.resp-mt {
        margin-top: 0 !important;
    }

    .shape-pattern {
        z-index: 0;
        height: auto;
    }
}

@media(max-width: 575px) {
    .footer-top {
        flex-direction: column;
        gap: 32px;
        padding-bottom: 48px;
    }

    .footer-top ol {
        flex-direction: column;
        gap: 16px;
    }
}