@media (min-width: 980px) and (max-width: 1190px) {
    .brnone-1190 br {
        display: none;
    }
}

@media (max-width: 979px) {
    body {
        font-size: 16px;
    }

    .section1 h1 {
        font-size: 45px;
    }

    form .subHeadingWrap .right h2 {
        font-size: 25px;
    }

    form .subHeadingWrap .left {
        font-size: 30px;
        width: 46px;
    }

    .section3 h3 {
        font-size: 20px;
    }

    form #orderFormBtn {
        font-size: 25px;
        width: 280px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .brnone-979 br {
        display: none;
    }

    .section1 h1 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .section3 .section3InnerWrap {
        margin-left: 0px;
    }

    .section1 h1 {
        font-size: 40px;
    }

    form .subHeadingWrap .right h2 {
        font-size: 20px;
    }

    form .subHeadingWrap .left {
        font-size: 24px;
        width: 38px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .brnone-767 br {
        display: none;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 15px;
    }

    .section1 h1 {
        font-size: 30px;
    }

    form .subHeadingWrap .right h2 {
        font-size: 18px;
    }

    form .subHeadingWrap .left {
        font-size: 20px;
        width: 32px;
        height: 32px;
    }

    form #orderFormBtn {
        font-size: 22px;
        width: 230px;
    }
}