@media (max-width: 1300px) {
    .abso_div{
      width: 600px;
      margin-top: 130px;
      margin-left: 240px;
    }
     .sub-flex-a, .sub-flex-b{
        height: 550px !important;
    }
    .frm_input, .frm_input_dot{
        width: 550px !important;
    }
    textarea{
        width: 550px !important;
    }
}

@media (max-width: 1120px) {
    .abso_div{
      width: 600px;
      margin-top: 130px;
      margin-left: 240px;
    }
    .sub-flex-a, .sub-flex-b{
        height: 500px !important;
    }
    .frm_input, .frm_input_dot{
        width: 500px !important;
    }
    textarea{
        width: 500px !important;
    }
}

@media (max-width: 992px) {
    .abso_div{
      width: 300px;
      margin-top: 130px;
      margin-left: 40px;
    }

    .hero_area {
        height: auto;
    }

    .header_section .main_nav {
        flex: 1;
    }

    #navbarSupportedContent {
        margin-top: 15px;
    }

    .slider_section {
/*        padding-top: 45px;*/
    }

    .feature_section .feature_container .box {
        padding: 30px 15px;
    }

    .feature_section .feature_container .box .img-box {
        width: 75px;
    }


    .feature_section {
        transform: none;
        padding: 90px 0;
    }

    .sub-flex-a, .sub-flex-b{
        height: 400px !important;
    }
    .frm_input, .frm_input_dot{
        width: 400px !important;
    }
    textarea{
        width: 400px !important;
    }
}

@media (max-width: 767px) {
    .abso_div{
      width: 300px;
      margin-top: 130px;
      margin-left: 40px;
    }

    .layout_padding {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .layout_padding-top {
        padding-top: 90px;
    }

    .layout_padding-bottom {
        padding-bottom: 90px;
    }

    .slider_section .detail-box {
        padding-bottom: 45px;
    }

    .feature_section .feature_container {
        flex-direction: column;
    }

    .feature_section .feature_container .box {
        padding: 30px 15px;
    }

    .feature_section .feature_container .box:not(:nth-last-child(1)) {
        margin-bottom: 15px;
    }

    .about_section .detail-box {
        margin-bottom: 45px;
    }


    .professional_section .img-box {
        display: none;
    }

    .contact_section form {
        margin-bottom: 45px;
    }

    .info_section .info_items::before {
        width: 1px;
        height: 90%;
        top: 25px;
    }
    .sub-flex-a, .sub-flex-b{
        height: 450px !important;
    }
    .frm_input, .frm_input_dot{
        width: 450px !important;
    }
    textarea{
        width: 450px !important;
    }

}

@media (max-width: 576px) {
    .abso_div{
      width: 200px;
      margin-top: 130px;
      margin-left: 40px;
    }
    .sub-flex-a, .sub-flex-b{
        height: 400px !important;
    }
    .frm_input, .frm_input_dot{
        width: 400px !important;
    }
    textarea{
        width: 400px !important;
    }
}

@media (max-width: 480px) {
    .abso_div{
      width: 200px;
      margin-top: 130px;
      margin-left: 40px;
    }
    .sub-flex-a, .sub-flex-b{
        height: 350px !important;
    }
    .frm_input, .frm_input_dot{
        width: 350px !important;
    }
    textarea{
        width: 350px !important;
    }
}

@media (max-width: 400px) {
    .abso_div{
      width: 200px;
      margin-top: 130px;
      margin-left: 40px;
    }
    .sub-flex-a, .sub-flex-b{
        height: 300px !important;
    }
    .frm_input, .frm_input_dot{
        width: 300px !important;
    }
    textarea{
        width: 300px !important;
    }
}

@media (max-width: 360px) {
    .abso_div{
      width: 200px;
      margin-top: 130px;
      margin-left: 20px;
    }
    .sub-flex-a, .sub-flex-b{
        height: 300px !important;
    }
    .frm_input, .frm_input_dot{
        width: 300px !important;
    }
    textarea{
        width: 300px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
    .abso_div{
      width: 600px;
      margin-top: 130px;
      margin-left: 240px;
    }
}