

@media only screen and (max-width: 1399px) {
    .bannerContent h1 {
        font-size: 50px;
        line-height: 65px;
    }
    .wrapper h2 {
        font-size: 34px;
    }
    section.downloadSection p {
        font-size: 16px;
        line-height: 26px;
    }
    section.newsletter h2 {
        line-height: 45px;
    }
    .leadingContent h4 {
        font-size: 32px;
    }
    .pageContent p {
        font-size: 18px !important;
        line-height: 130% !important;
    }

}

@media only screen and (max-width: 1366px) {
    ul.multiBlocksWrap {
        gap: 15px;
        flex-wrap: wrap;
    }
    section.pageContent ul.multiBlocksWrap li {
        width: 260px;
    }

}
@media only screen and (max-width: 1199px) {
    .navbar div#mynavbar {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 9;
        top: 80px;
        background: #fff;
        padding: 15px 50px;
    }
    .bannerContent {
        width: 100%;
    }
    .bannerContent h1 {
        font-size: 36px;
        line-height: 46px;
    }
    .newsletterWrap ul {
        justify-content: center;
    }
    .newsletterWrap ul input.form-control {
        width: 225px;
    }
    .commonBannerContent h1 {
        font-size: 42px !important;
    }
    section.leadingSection, section.valueSection, section.statmentSection,section.contactContentSection {
        padding: 40px 0;
    }
    .leadingContent h4 {
        font-size: 28px;
    }
    .pageContent p {
        font-size: 16px !important;
        line-height: 120% !important;
    }
    ul.multiBlocksWrap {
        padding: 30px !important;
        margin-top: 20px;
    }
    section.qualitySection h2 {
        font-size: 42px !important;
        line-height: 120% !important;
    }
    ul.multiBlocksWrap li  h4 {
        font-size: 20px;
    }
    .pageContent h3 {
        font-size: 26px !important;
    }
    .leadingContent {
        padding: 20px;
    }
    section.contactContentSection h3 {
        font-size: 28px;
    }
    section.contactContentSection h5 {
        font-size: 20px;
    }
    ul.addressWrap li a {
        font-size: 16px;
    }
    .formWrapper {
        padding: 30px;
    }
}
@media only screen and (max-width: 1100px) {
    .newsletterWrap ul {
        flex-direction: column;
    }
    .newsletterWrap ul input.form-control {
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    section.twoBlocks {
        padding: 50px 0;
    }
    .wrapper h2 {
        font-size: 24px;
        line-height: 30px;
    }
    section.downloadSection p {
        font-size: 14px;
        line-height: 20px;
    }
    .careContent h3 {
        font-size: 24px;
        line-height: 30px;
    }
    section.mapSection iframe {
        height: 450px;
    }
}
@media only screen and (max-width: 767px) {
    .downloadContent {
        padding: 20px 0 0 0;
    }
    section.downloadSection {
        margin: 30px 0;
    }
    section.newsletter h2 {
        line-height: 30px;
    }
    section.newsletter {
        padding: 30px 0;
    }
    section.newsletter h2 {
        margin-bottom: 15px;
    }
    .bannerContent h1 {
        font-size: 24px;
        line-height: 32px;
        padding: 0 15px;
    }
    .careContent {
        padding: 15px;
    }
    .twoBlocks .careBlock {
        margin: 15px 0;
    }
    section.twoBlocks {
        padding: 25px 0;
    }
    section.qualitySection h2 {
        font-size: 26px !important;
        text-align: center;
    }
    section.qualitySection .d-flex.justify-content-end {
        justify-content: center !important;
    }
    .pageContent {
        padding: 30px 0 !important;
    }
    .pageContent h3 {
        font-size: 20px !important;
    }
    .pageContent p {
        font-size: 16px !important;
    }
    .commonBannerContent h1 {
        font-size: 32px !important;
    }
    .pageContent h6 {
        font-size: 18px !important;
        margin-bottom: 1rem !important;
    }
    section.qualitySection {
        padding: 25px 0 !important;
    }
    section.contactContentSection h3 {
        font-size: 24px;
    }
}
@media (min-width: 768px) {
    .navbar-expand-xl .navbar-collapse {
        justify-content: center;
    }
}
@media only screen and (max-width: 480px) {
    .wrapper button.btn.btn-primary.btnGreen, .wrapper a.btnGreen {
        padding: 12px 16px;
    }
    .navbar .container {
        flex-direction: column;
        align-items: center;
    }
    .bannerContent h1 {
        margin-bottom: 15px;
    }
    .bannerContent a.btnGreen {
        display: inline-block;
        width: auto;
    }
    .downloadContent, section.downloadSection p {
        text-align: center;
    }
    section.commonBanner .imgWrapper img {
        height: 175px !important;
        object-fit: cover;
    }
    .commonBannerContent h1 {
        font-size: 24px !important;
    }
}