@media (min-width : 992px) and (max-width : 1150px) {
    .nav-link {
        font-size: 12px !important;
        text-wrap: nowrap;
    }


    .navbar-brand img {
        width: 100px;
    }

    .navbtn {
        width: 146px;
        height: 40px;
        font-size: 12px;
    }

    .card-para {
        font-family: 'DM Sans', sans-serif;
        font-weight: 400;
        font-size: 12px;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 14px !important;
    }

    .cardhead {
        font-size: 23px;
    }

    .box {
        position: relative;
        height: 266px;
    }

    .sec3-head2 {
        font-size: 35px;
    }

    .sec3para {
        font-size: 14px;
        width: 100%;
    }

    .sec3btn {
        width: 186px;
        height: 50px;
        font-size: 16px;
    }

    .footerlogo {
        width: 150px;
    }

    .footerbg p {
        font-size: 12px;
        width: 85%;
    }

    .footerbg ul li,
    .footerbg a {
        font-size: 13px;
        text-wrap: nowrap;
    }

    .card-head {
        font-size: 21px;
    }

    .sec2head {
        font-size: 45px;
    }

    .contactform input {
        height: 50px;
    }

    .contactform button {
        height: 50px;
    }

    .contactform textarea {
        height: 120px;
    }

    .card-head {
        font-size: 20px;
    }

    .bigimg {
        bottom: -30%;
    }

    .bigimg img {
        width: 130px;
        height: 130px;
    }

    .detailsbox h2,
    .detailsbox h3 {
        font-size: 18px;
    }

    .sing-up-head {
        font-size: 45px;
    }

    .sin-input-3 {
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .upload-head {
        margin-left: 16px;
    }

    .upload-document {
        width: 280px;
    }





}


@media (min-width : 992px) and (max-width : 1250px) {
    /* DASHBORD//// */

    .colum-bg {
        height: 730px;
        padding: 12px !important;
    }

    .progress-box {
        width: 100%;
    }

    .dash-box {
        height: 560px;
    }

    .progress-head {
        font-size: 22px;
    }

    .dashbord-logo {
        margin-top: 28px;
    }

    .dashbord-btn {
        width: 170px;
        height: 45px;
        font-size: 19px;
    }

    .dash-sec1 {
        padding-top: 50px;
    }

    .dash-logo {
        width: 127px;
    }

    .dash-head {
        font-size: 22px;
    }

    .dashbord-btn2 {
        width: 140px;
        height: 45px;
        font-size: 14px;
    }

    .panal-para-2 {
        font-size: 17px;
    }

    .dash-control {
        padding-top: 60px;
    }



    /* DOCUMENTATION///// */
    .Documentation-box {
        padding: 10px;
        padding-top: 25px;
        height: fit-content;
        padding-bottom: 25px;
    }

    .panal-contlor {
        padding-left: 15px;
    }

    .side-chatpara {
        font-size: 14px;
    }

    .side-chathead {
        font-size: 20px;
    }

    .chat-input {
        width: 90%;
    }

}