@media (max-width: 1199px) {
    .block2-head {
        font-size: 45px;
        line-height: 1;
        padding: 35px;
    }
    .block2-p {
        font-size: 23.25px;
        margin-bottom: 35px;
    }
    .mid-section-img span {
        padding-top: 18px;
        font-size: 17px;
    }
    .block5-img {
        margin-top: 25px;
        margin-bottom: 50px;
    }

    .block4-p {
        font-size: 23px;
        margin-bottom: 30px;
        margin-top: -10px;
    }
    .form-head {
        font-size: 17px;
    }
    .footer-p {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .nav-item {
        margin: 0 20px;
        font-size: 15px;
    }
    .block1 {
        padding: 85px 0 60px;
    }
    .block1-p {
        font-size: 17px;
    }
    .block4  {
        font-size: 19px;
    }


    .block1-btn {
        width: 180px;
        font-size: 18px;
    }
    .block2-p {
        font-size: 18.25px;
        margin-bottom: 25px;
    }
    .block2-head {
        font-size: 40px;
        padding: 25px;
    }
.block2-head img{
    width: 104px;
    padding-top: 8px;
}
    .form-call {
        font-size: 25px;
    }


}

@media (max-width: 767px) {
    .block1-logo {
        width: 70%;
        margin: auto;
    }
    .navbar-light .navbar-toggler-icon {
        background: #d0215c;
        height: 2px;
        position: relative;
    }
    .block1-logo {
        width: 50%;
    }
    .block1-p {
        width: 100%;
        font-size: 17px;
    }
    .nav-link {
        text-align: center;
    }
    .navbar-light .navbar-toggler-icon:after {
        content: "";
        width: 1.5em;
        height: 2px;
        background: #d0215c;
        position: absolute;
        top: 8px;
        right: 0;
    }
    .navbar-light .navbar-toggler-icon:before {
        content: "";
        width: 1.5em;
        height: 2px;
        background: #d0215c;
        position: absolute;
        bottom: 8px;
        right: 0;
    }
    .navbar-logo {
        width: 25%;
    }
    .block4-p {
        font-size: 17px;
        margin: 13px auto;
    }
    .form-head {
        font-size: 25px;
    }
    .block5-img {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .block4-p {
        font-size: 14px;
        margin: 13px auto;
    }

    .form-call {
        width: 100%;
    }
    .last {
        font-size: 13px;
    }
    footer {
        padding: 30px 0 10px;
        text-align: center;
    }
    .form img {
        width: 45%;
    }
    .form-head {
        font-size: 17px;
    }
    .footer-last {
        margin-top: 12px;
    }.form {
         padding: 15px;
     }
    .form .form-group {
        margin-bottom: 25px;
    }
    .nav-item {
        font-size: 15px;
        width: 20%;
        text-align: right;
        margin: 10px 0 10px auto;
    }
}

@media (max-width: 576px) {
    .block1 {
        padding: 85px 0 25px;
    }
    .nav-link {
        font-size: 3vw;
    }
    .block1-p {
        width: 100%;
        font-size: 4vw;
    }
    .nav-item {
        width: 25%;
    }
    .form {
        padding: 3vw 0;
    }
    .mid-section-img img {
        width: 70%;
    }
    .block4-p {
        font-size: 5.2vw;
        margin: 0 auto 2vw;
        text-align: justify;
        line-height: 1.3;
    }
    .form-head {
        font-size: 3.5vw;
    }
    .form-control-input {
        font-size: 4vw;
    }
    .last-img {
        margin: 3vw auto;
    }
    .form-call {
        font-size: 6vw;
    }
    .last {
        font-size: 2.5vw;
    }
    .block1-btn {
        width: 60vw;
        font-size: 5vw;
        background: #d0215c;
        border-color: #d0215c;
    }
    .block2-head {
        font-size: 8vw;
        padding: 6vw 0 4vw;
    }
    .block2-head img {
        width: 29vw;
    }
    .block2-p {
        font-size: 4vw;
        margin-bottom: 4vw;
    }

}

