@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px;
    }
}

@media(max-width: 1399.98px) {
}

@media(max-width: 1199.98px) {
    .maintitle h1 {
        font-size: 40px;
    }
    .formrow {
        width: 65%;
    }
    .text_sec {
        width: 90%;
        margin: 0 auto;
    }
    .text_sec h2 {
        font-size: 50px;
    }
    .text_sec h4, .text_sec h5 {
        font-size: 20px;
    }
    .text_secpic {
        height: 220px;
    }
    .text_sec ul li {
        font-size: 18px;
        line-height: 34px;
    }
    .text_sec ul li:before {
        top: 11px;
    }
}

@media (max-width: 991.98px) {
    .maintitle h1 {
        font-size: 32px;
    }
    .formrow {
        width: 80%;
        border-radius: 15px;
    }
    .formrow input {
        font-size: 18px;
        height: 55px;
    }
    .formrow .submit02 {
        font-size: 14px;
        padding: 10px 15px;
        border-radius: 15px;
    }
    .formrow {
        width: 100%;
        border-radius: 15px;
    }
    .text_sec {
    width: 100%;
    height: 100vh;
    padding-bottom: 40px;
    overflow: auto;
}

    .btn01 {
        padding: 10px 30px;
    }
}

@media (max-width: 767.98px) {
    .formrow {
        width: 100%;
        border-radius: 15px;
    }
    .text_sec .form-control {
        margin-bottom: 10px;
    }
    .bodySec .logo {
        max-width: 200px;
    }
    .text_secpic {
        height: auto;
        margin-bottom: 25px;
    }

}

@media (max-width: 639.98px) {
    .maintitle h1 {
        font-size: 26px;
    }
    .midle_body {
    gap: 15px;
    height: 100vh;
    padding-bottom: 0;
}
    .bodySec .logo {
        max-width: 190px;
    }
    .formrow .submit02 {
        padding: 4px 6px;
        width: 60px;
        flex-basis: 60px;
    }
    .formrow .submit02 .fa-arrow-right-long {
        font-size: 24px;
    }
    .bodySec .logo {
    max-width: 190px;
}
    .formrow input {
        padding: 10px 15px;
    }
    .text_sec h2 {
        font-size: 30px;
    }
    .text_sec .mt-5 {
        margin-top: 1rem!important;
    }
    .text_sec .form-control {
        height: 50px;
    }
    .midle_body {
    justify-content: center;
    margin-top: 25px;
    padding: 0px 15px;
}
    .text_sec_right {
        width: 95%;
    }

}

@media (max-width: 479.98px) {
    .text_sec ul li {
        font-size: 16px;
        line-height: 30px;
    }
   .contact_btn {
    font-size: 20px;
}
}

@media (max-width: 410px) {
}