@media (max-width: 1199px) {
    /*Start Block1*/
    .block1-top {
        min-height: 600px;
        background-size: cover;

    }
     .block1-top-logo {
         width: 12%;
    }
    .block1-top-logo2   {
        width: 23%;
    }
    .block1 {
        position: relative;
        padding: 20px 0;
        margin-top: -252px;
        margin-bottom: 35px;
    }
    .block1-head2 {
        font-size: 22px;
    }


    .block1-btn {
        font-size: 35px;
    }

    /*Start Block2*/
    .block2-p {
        font-size: 24px;
    }
    .block2-head {
        font-size: 25px;
    }

    .block2-container-head {
        font-size: 30px;
    }
    .block2-p2 {
        font-size: 22px;
    }
    /*Start Block4*/

    .block4-head {
        font-size: 25px;
    }
    .form-head {
        font-size: 21px;
    }


}

@media (max-width: 991px) {


    .block1-top {
        min-height: 551px;
    }


    .block1-head2 {
        font-size: 15.5px;
    }
    .block1-btn {
        font-size: 30px;
    }
    /*Start Block2*/
    .block2 {
        padding: 30px 0;
    }

    .block2-head {
        font-size: 20px;
    }
    .block2-p {
        font-size: 18px;
    }
    .block2-container-head {
        font-size: 26px;
    }
    .block2-p2 {
        font-size: 17px;
        width: 90%;
    }
    .block2-img2 {
        width: 100%;
    }
    /*Start Block4*/

    .form-head {
        font-size: 20px;
    }
    .form-control-input {
        min-height: 50px;
        font-size: 16px;
    }
    select.form-control-input {
        height: 50px !important;
    }
    .form {
        padding: 0 15px 15px;
    }
    .block4-price {
        width: 98%;
    }
    .block4-price2 {
        width: 98%;
    }
}

@media (max-width: 767px) {

    .block1-top {
        background: #282828 url(../images/block1.3-mobile.png) no-repeat center bottom;
        background-size: cover;
        min-height: 575px;
    }

    .block1 {
        padding: 1px 0 30px;
        background: #282828;
        margin: 0;
    }



    .block1-head2 {
        font-size: 27px;
        text-align: center;
        display: block;
    }
    .block1-head2:after {
        content: "";
        border-bottom: 1px solid #9a9a9a;
        width: 100%;
        position: absolute;
        bottom: -8px;
        left: 0;
    }
    .block1-head2:nth-of-type(4):after {
        display: none;
    }
    .block1-btn {
        font-size: 45px;
        width: 100%;
    }


    /*Start Block2*/
    .block2-p {
        font-size: 18px;
        width: 100%;
    }

    .block2-img {
        width: 100%;
    }
    .block2-container {
        display: block;
        padding: 1vw 5vw 5vw;
    }
    .block2-container-head {
        font-size: 26px;
        text-align: center;
        margin: 5px 0;
    }
    .block2-img2 {
        width: 50%;
        margin-right: 20px;
    }
    .block2-p2 {
        font-size: 19px;
        width: 80%;
        margin-bottom: 0;
    }
    /*Start Block4*/
    .block4 {
        padding: 30px 0 50px;
    }
    .form-head {
        font-size: 23px;
    }
    .block4-price2 {
        margin: 15px auto;
    }

    .block4-price {
        width: 90%;
        margin:20px auto ;
    }

    .form-call {
        font-size: 35px;
    }
    .form-control-input {
        min-height: 60px;
    }
    select.form-control-input {
        height: 60px !important;
    }

    .last-img {
        margin: 15px auto 0;
        width: 80% !important;
    }
}

@media (max-width: 576px) {

    .block4 {
        padding: 5vw 0 8vw;
    }
    .block1-top-logo {
        width: 23%;
    }
    .block1-top-logo2 {
        width: 36%;
    }
    .block1-head2 {
        font-size: 4.8vw;
        margin: 3vw auto;
        line-height: 1.3;
    }

    .block1-top {
        padding-bottom: 2vw;
        min-height: 86vw;
    }

    .block1-btn {
        font-size: 10vw;
    }


    /*Start Block2*/
    .block2 {
        padding: 15px 0 ;
    }
    .block2-head {
        font-size: 4.5vw;
    }
    .block2-p {
        font-size: 4.56vw;
        width: 100%;
    }

    .block2-container-head {
        font-size: 6vw;
        text-align: center;
        margin: 3vw 0;
    }

    .block2-img2 {
        width: 59vw;
        margin-right: 6vw;
    }
    .block2-p2 {
        font-size: 3.5vw;
        width: 100%;
        margin-top: 4vw;
    }
    /*Start Block4*/
    .block4-price {
        width: 100%;
        margin: 0 auto 5vw;
    }
    .block4-head {
        font-size: 5vw;
    }
    .form-head {
        font-size: 4.2vw;
        padding: 14px 0 17px;
    }
    .form .form-group {
        margin-bottom: 4vw;
    }
    .last-img {
        margin: 15px auto 0;
        width: 63vw;
    }
    .form-control-input {
        font-size: 4.6vw;
        min-height: 14vw;
    }
    select.form-control-input {
        height: 14vw !important
    }
    .form {
        padding: 0 3vw 3vw;
    }
    .form-call {
        margin-top: 3vw;
        margin-bottom: 0;
    }

}
