@media (max-width: 2000px) {
    .banner-sec {
        height: 870px;
    }
}

@media (max-width: 1440px) {
    .banner-sec {
        height: 700px;
    }
}

@media (max-width: 1200px) {
    .section-title h2 {
        font-size: 48px;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .banner-content h3 {
        margin-bottom: 20px;
    }

        .banner-content h3:last-child {
            /*margin-bottom: 0;*/
        }

    .banner-sec {
        height: 620px;
    }
}

@media (max-width: 1024px) {
    .section-title h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .banner-content {
        padding: 30px 0 20px;
    }

    .banner-caption {
        left: 20px
    }

    .banner-content h3 {
        font-size: 18px;
    }

    .section-title h2 {
        font-size: 32px;
    }

    .section-title {
        margin-bottom: 20px;
    }

    .box .box-figure {
        margin-bottom: 20px;
    }

    .box .box-figure, .box .box-content, .box.box-zigzag .box-figure, .box.box-zigzag .box-content {
        width: 100%;
    }

    .p25 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .btn {
        padding: 10px;
        font-size: 15px;
    }

    .submit-btns {
        margin-bottom: 15px;
    }

        .submit-btns .btn {
            margin-bottom: 15px;
        }

    .row .col {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }

    .explore-wrap .desc {
        margin-top: 0;
    }

    .formwrap-3 .form-group, .formWrap .form-group {
        width: 100%;
    }

    .formWrap .form-control {
        padding: 10px 5px;
    }

    .main-form {
        padding-bottom: 20px;
    }

    .full-width {
        margin-bottom: 20px;
    }

    .breadcrumb .breadcrumb-title {
        width: 100%;
        text-align: center;
    }

        .breadcrumb .breadcrumb-title:before {
            left: -500px;
            right: auto
        }

        .breadcrumb .breadcrumb-title h2 {
            text-align: center;
        }

    .banner-content-top {
        padding-top: 20px
    }

    .full-width {
        padding: 0;
    }

    .box.ulternate-box {
        flex-direction: column-reverse;
    }

    .start-end-prices {
        margin-bottom: 0;
    }

    .box .box-content .box-details-sec {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .product-section {
        margin-bottom: 0;
    }

    .box.box-zigzag {
        margin-bottom: 30px;
    }

        .box.box-zigzag:nth-child(even) {
            flex-direction: column-reverse;
        }

    .icon-box-wrap.two-box .icon-box {
        margin-bottom: 20px;
        width: 100%;
    }

    .icon-box-wrap .icon-figure {
        margin-bottom: 20px;
        min-height: 360px;
    }

    .failure-content {
        padding-bottom: 20px;
    }

    .banner-sec {
        height: 400px;
    }

    .banner-caption {
        max-width: 100%;
        text-align: center;
        left: 20px;
    }

    .popup-boxes .box {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }

    .popup-boxes .box figure {
        width: 100%;
    }
}


@media (max-width: 480px) {
    .banner-caption {
        left: 10px
    }

        .banner-caption h1 {
            font-size: 25px;
            text-align: center;
        }

    .section-title h2 {
        font-size: 20px;
    }

    .head-title h2 {
        font-size: 18px;
    }

    .banner-sec {
        height: 320px;
    }
}
