@media only screen and (max-width: 1080px) {

    .navContainer ul li {
        padding: 0 5px;
    }

    .navContainer ul li a {
        font-size: 12px;
    }

    .testimonialBox .carousel-item {
        min-height: 250px;
    }

    .testimonialBox .carousel-control-prev {
        bottom: -30px !important;
    }

    .testimonialBox .carousel-control-next {
        bottom: -30px !important;
    }

    .ourProduct .sliderCon .item {
        min-height: 376px;
    }

    .productBox {
        padding: 20px;
        min-height: 275px;
    }

    .productBox p {
        font-weight: 700;
        font-size: 15px !important;
        line-height: normal !important;
    }

}


@media only screen and (max-width: 991px) {

    .testimonialBox {
        min-height: 420px;
    }

    .copyrightContainer p {
        font-size: 12px;
    }

    .footerNav ul li {
        padding: 0 3px;
    }

    .footerNav ul li a {
        font-size: 12px;
    }

}

@media only screen and (max-width: 820px) {

    .welcomeText h2 {
        font-size: 30px;
    }

    .welcomeText p {
        font-size: 14px;
        line-height: 22px;
    }

    .ourProduct h2 {
        font-size: 30px;
    }

    .testimonialContainer h2 {
        font-size: 30px;
    }

    .videoContainer h2 {
        font-size: 30px;
    }
    .blogContainer h2{
        font-size: 30px;
    }

    .innerpageText h2 {
        font-size: 30px;
    }

    .innerpageText p {
        font-size: 14px;
        line-height: 22px;
    }

    .postEntry h4 a {
        font-size: 20px;
    }

    .postEntry ol li {
        font-size: 14px !important;
    }

    .blogSidebar ul li a {
        font-size: 14px;
    }

}


@media only screen and (max-width: 767px) {

}


@media only screen and (max-width: 640px) {
    .blogContainer h2{
        text-align: center;
    }
}


@media only screen and (max-width: 479px) {

    .logoContainer {
        margin: 0px auto;
    }

    .socialMedia ul {
        text-align: center;
    }

    .welcomeContainer {
        margin-top: 25px;
    }

    .welcomeText h2 {
        text-align: center;
    }

    .welcomeText p {
        text-align: center;
    }

    .welcomeReadMore {
        text-align: center;
    }

    .ourProduct {
        margin-top: 35px;
    }

    .ourProduct .brand-carousel .owl-prev {
        left: -5px;
    }

    .ourProduct .brand-carousel .owl-next {
        right: -5px;
    }

    .testimonialContainer h2 {
        text-align: center;
    }

    .videoContainer {
        margin-top: 20px;
    }

    .videoContainer h2 {
        text-align: center;
    }

    .footerNav {
        text-align: center;
    }

    .footerNav ul li {
        display: block;
        padding: 5px 0;
        border-bottom: 1px solid #6647ad;
    }

    .footerNav ul li a {
        font-size: 14px;
    }

    .copyrightContainer {
        text-align: center;
        margin-top: 30px;
    }

    .copyrightContainer p {
        font-size: 14px;
    }

    .innerpageText h2 {
        text-align: center;
    }

    .innerpageText p {
        text-align: center;
    }

    .contactformSubmit {
        float: none;
    }

    #respond h3 {
        text-align: center;
    }

    .innerpageContainer {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .productBox p {
        font-size: 20px !important;
    }

    .postEntry h4 {
        text-align: center;
        padding: 0px;
    }

    .postEntry .more {
        text-align: center;
    }

    .wpcf7-spinner {
        display: none;
    }

    .proCarusal {
        float: none !important;
        width: 100% !important;
        margin-right: 0px !important;
    }
    .blogContainer h2{
        text-align: center;
    }
    .blogContainer {
      margin: 20px 0;
    }

}