@media screen and (max-width:1024px) {
    .heroCont h1 {
        font-size: 40px;
        margin-bottom: 16px;
        line-height: 1.2;
    }

    .heroCont h1 span {

        display: block;
    }

    .aboutCont h2 {

        font-size: 36px;
    }

    .serviceContBlk h3 {

        font-size: 22px;
    }

    .featHd h2 {
        font-size: 36px;
    }

    .featCard {
        background-color: #fff;
        padding: 16px;
    }

    .featIco {
        width: 60px;
        height: 60px;
    }

    .secTitle h2 {
        font-size: 38px;
    }

    .ctacont h2 {
        font-size: 45px;
        color: #fff;
    }

    footer .bh-align {
        align-items: normal;
    }

    .ftrLink {
        padding-top: 2.8em;
    }



    .bhCta {

        min-height: 490px;
    }

    .ftrcall a {
        display: block;
        margin-bottom: 8px;

    }

    .ftrcall a:nth-child(2) {
        margin-bottom: 0;
    }
}


@media screen and (max-width:992px) {
    .bhHero {

        background-position: center;
    }

    .aboutCont h2 {
        font-size: 34px;
    }

    .bhAbout {

        height: auto;
        padding-bottom: 5em;
    }

    .featHd {
        margin-bottom: 34px;
    }

    .servicein-cont {
        padding-right: 0;
    }

    .advantangesBlk h2 {
        margin-bottom: 20px;
    }

    .advantagesCont {
        margin-bottom: 14px;
    }

    .appliCont {
        padding-left: 30px;
    }

    .pgHdCont {

        margin-top: 50px;
    }
}

@media screen and (max-width:662px) {

    .container {

        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .mainMenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        display: block;
        z-index: 22;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transform: translateY(-10%);
    }

    .mainMenu.show {

        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .mainMenu ul {
        display: block;
        margin: auto;
        text-align: center;
        margin-top: 7em;
    }

    .mainMenu ul li {
        margin-bottom: 24px;
    }

    .mainMenu ul li a {
        font-size: 17px;
        color: #1d1d1d;
    }

    header {

        padding: 14px 20px;
    }

    .heroCont h1 {
        font-size: 32px;
        margin-bottom: 16px;
        line-height: 1.2;
    }

    .heroCont {
        right: 0;
        padding: 0 20px;
    }

    .abtImgBlk {
        margin-bottom: 24px;
    }

    .secTitle h2 {
        font-size: 32px;
    }

    .slideArrow span {
        width: 42px;
        height: 42px;
    }

    .featHd h2 {
        font-size: 32px;
    }

    .ctacont h2 {
        font-size: 36px;
        color: #fff;
    }

    .ctacont p {
        color: #fff;
        font-size: 18px;
    }

    .mobMenu {

        display: block;
        position: relative;
        z-index: 22;
    }

    .header-in .mainMenu a {
        color: #1d1d1d;
    }

    .bhVMContain {
        padding: 20px;
        background-position: bottom;
    }

    .pgHdCont h1 {
        font-size: 28px;
        margin-bottom: 6px;
    }

    .pageHeader {
        min-height: 360px;
    }

    .pgHdCont {
        margin-top: 40px;
    }

    .pgHdCont {
        margin-top: 150px;
    }

    .adv-img {
        margin-bottom: 24px;
    }

    .advantangesBlk h2 {
        font-size: 28px;
    }

    .appliSec {
        height: auto;
        padding: 5em 0;
    }

    .appliCont {
        padding-left: 0;
        margin-top: 24px;
    }

    .servicein-cont {
        margin-bottom: 24px;
    }

    .ctHd {
        align-items: normal;
    }

    .ctIco span {
        width: 34px;
        height: 34px;
    }

    .contactForm {

        padding: 20px;
    }

    .aboutCont h2 {
        font-size: 30px;
    }
}

@media screen and (max-width:376px) {
    .heroCont h1 {
        font-size: 27px;
        margin-bottom: 16px;
        line-height: 1.2;
    }

    .aboutCont h2 {
        font-size: 27px;
    }

    .secTitle h2 {
        font-size: 27px;
    }

    .featHd h2 {
        font-size: 26px;
    }
}