@media only screen and (max-width: 1200px) {
    .database-search-wrap {
        width: 250px;
    }

    .filter.database-search-wrap {
        width: 110px;
    }

    .user {
        font-size: 12px;
        padding: 5px 15px;
    }
}

@media only screen and (max-width: 992px) {
    .search-bar {
        padding: 10px 20px;
    }

    .search-bar-wrap {
        width: 250px;
    }

    .database-search-wrap {
        width: 235px;
    }

    .upload {
        padding: 5px 50px !important;
        font-size: 15px;
    }
    .manage-user-head-card{
        flex-direction: column;
        gap: 15px;
        align-items: start;
    }
    .wind-data-button{
        min-width: 115px !important;
        font-size: 14px !important;
    }
    .modal-btn{
        min-width: 130px;
        height: 40px;
    }
    .modal-btn.save,
    .modal-btn.cancel{
        font-size: 13px;
    }

}

@media only screen and (max-width: 768px) {

    .home-wrap .navbar .navbar-button-wrap,
    .form-navbar .navbar-button-wrap {
        gap: 20px;
    }

    .wemo-sm-margin{
        margin: 5px 0;
    }
    .home-wrap .navbar {
        width: 100%;
    }

    .form-card {
        width: 400px;
    }

    .wemo-form-btn {
        min-width: 260px;
    }

    .form-disclaimer-model {
        width: unset !important;
    }

    .disclamer-buttons {
        width: 250px;
    }

    .disclaimer-p {
        font-size: 14px;
    }

    .disclaimer-div {
        margin-bottom: 20px;
    }

    .disclaimer-heading {
        width: 200px;
        height: 45px;
        font-size: 22px;
    }

    .form-img {
        display: none;
    }

    .profile-input-wrap {
        margin: 15px 0;
    }
    .wemo-general-modal .modal-dialog{
        width: unset !important;
    }
    .general-card{
        padding: 15px;
    }
}

@media only screen and (max-width: 576px) {
    .modal-btn{
        min-width: 110px;
    height: 40px;
    font-size: 14px !important;
    }
    .wemo-general-modal .modal-header .modal-title{
        font-size: 18px !important;
        left: 15px;
    }
    .general.wemo-general-modal .modal-header .modal-title:before{
        height: 30px;
        width: 30px;
        top: 2px;
        left:-35px;
    }
    .wemo-general-modal .modal-header:after{
        content: unset;
    }
    .general-p{
        font-size: 11px;
    }
    .general-modal-h5 span{
        font-size: 11px;
        left: 8px;
        text-wrap: wrap;
    }
    .general-heading-check-wrap{
        right: 10px;

    }
    .general-heading-check-wrap label{
        background-color: #fff;
    }
    .general-modal-h5 span::before{
        top: 2px;
    }
    .wemo-checkbox{
        font-size: 13px;
    }
    .wind-data.wemo-general-modal .modal-header .modal-title:before{
        height: 45px;
        width: 45px;
        left: -40px;
        top: -8px;
    }
    .wind-data-footer{
        flex-direction: column;
        gap: 10px;
    }
    .content-wrap {
        width: 400px;
    }

    .main-logo {
        width: 100%;
    }

    .home .content .wemo-banner-h1 {
        font-size: 28px;
    }

    .home .content .wemo-p {
        margin-top: 30px;
    }

    .wemo-banner-btn {
        height: 50px;
        min-width: 250px;
        font-size: 20px;
    }

    .content {
        padding: 80px 0;
    }

    .home-wrap .navbar,
    .form-navbar {
        padding: 13px 20px 13px 20px;
    }

    .wemo-btn-sm {
        height: 30px;
        min-width: 100px;
        font-size: 14px;
    }

    .form-card-logo img {
        height: 30px;
    }

    .wemo-form-group {
        margin-bottom: 10px;
    }

    .wemo-form-label {
        font-size: 15px;
    }

    .wemo-form-input {
        font-size: 13px;
    }

    .form-50-t,
    .form-80-t {
        margin-top: 20px;
    }

    .form-100-t {
        margin-top: 30px;
    }

    .wemo-form-btn {
        min-width: 180px;
        height: 40px;
    }

    .form-p {
        margin-top: 15px;
        font-size: 12px;
    }

    .forgot-password-spacer,
    .reset-password-spacer,
    .change-passowrd-spacer,
    .code-verification-spacer {
        margin: 30px 0 30px 0;
    }

    .form-h6 {
        font-size: 13px;
    }

    .login-spacer {
        margin-top: 85px;
    }

    .forgot-p {
        font-size: 13px;
    }

    .profile-heading {
        font-size: 24px;
    }

    .profile-data-section {
        padding: 0;
    }

    .profile-btn {
        min-width: 160px;
        height: 40px;
        font-size: 14px !important;
    }

    .upload-file {
        padding: 6px 10px;
        font-size: 14px;
    }

    .profile-p {
        font-size: 10px;
    }

    .profile-data-wrap {
        padding: 40px 20px;
    }

    .data-base-search-card {
        flex-direction: column-reverse;
        gap: 15px;
        justify-content: start;
        align-items: flex-start;
    }

}

@media only screen and (max-width: 440px) {
    .content-wrap {
        width: 300px;
    }

    .content {
        padding: 50px 0;
    }

    .home .content .wemo-banner-h1 {
        font-size: 20px;
    }

    .home .content .wemo-p {
        margin-top: 25px;
        font-size: 16px;
    }

    .form-disclaimer-model {
        width: unset !important;
    }

    .form-card {
        width: 280px;
        padding: 50px 20px;
    }

    .search-bar {
        padding: 10px;
    }

    .search-bar-wrap {
        width: 190px;
    }

    .database-search-wrap {
        width: 180px;
        font-size: 15px;
    }

    .upload {
        padding: 6px 40px !important;
        font-size: 15px;
    }

    .modal-btn-sm {
        min-width: 90px;
        height: 30px;
        font-size: 13px;
    }
    .wemo-general-modal-footer{
        padding-left: 0;
        padding-right: 0;
    }
    .manage-input-wrap{
        flex-direction: column;
    }
}