@media (min-width: 992px) and (max-width: 1400px) {

    .login-form {
        padding: 30px;
    }

    .login-form .login {
        font-size: 16px;
        margin: 20px 0;
    }

    img.logoImage {
        width: 225px !important;
    }

    .main-page .login-container.signup-container {
        height: calc(100vh - -80px);
        display: flex;
        align-items: center;
    }

    .main-page .login-container.signup-container .login-form {
        padding: 30px;
    }

    .main-page .login-container.signup-container .login-form .login-fields input {
        height: 40px;
    }

    .main-page .login-container.signup-container .login-form button {
        padding: 8px;
    }
}

@media (max-width: 1100px) {
    .table-wrapper {
        border-right: 1px solid #ccc;
    }

    .table-wrapper .scrollable {
        overflow: scroll;
        overflow-y: hidden;
    }

    .table-wrapper .scrollable table {
        margin-left: 20%;
    }

    .table-wrapper .scrollable th,
    .table-wrapper .scrollable td {
        white-space: nowrap;
    }

    .table-wrapper .scrollable .hide-mobile {
        display: none;
    }

    .table-wrapper .pinned {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 20%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

    .table-wrapper .pinned table {
        border-right: none;
        border-left: none;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .logo .toggle {
        display: block;
    }

    .open-sidebar {
        left: 0;
    }

    .sidebar.mainpage-sidebar.open-sidebar {
        left: 0;
    }

    .main-content .content {
        margin: 0;
    }

    .sidebar {
        left: -280px;
    }

    .main-content.close .content {
        margin-left: 0;
    }

    .main-content.close .sidebar {
        left: 0;
        width: 200px;
        padding: 5px;
    }

    .main-content.close .sidebar .sidebar-heading {
        display: block;
        margin-left: 10px;
    }

    .main-content.close .sidebar ul a {
        justify-content: flex-start;
    }

    .main-content.close .mainLogo {
        display: block !important;
    }

    .main-content.close .clemHead {
        display: none !important;
    }

    .sidebar ul a {
        padding: 10px;
    }

    .dashboard-page .logo img {
        width: 140px;
    }

    .main-card-content {
        padding: 10px;
    }

    .profile {
        margin: 10px;
        padding: 15px;
    }

    .content .data-table {
        padding: 10px;
        margin: 10px;
    }

    .statusRes {
        margin-top: 2.5rem !important;
    }

    .header-right .menu-item {
        align-items: normal;
        padding: 10px 0;
    }

    .header-right .menu-item .nav-item:not(:last-child) {
        border-right: none;
    }

    .header-right .menu-item .nav-item {
        padding: 0 !important;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .login-page {
        min-height: 70vh;
    }

    footer .footerLogo {
        display: none;
    }

    .header-right.d-flex.justify-content-between.align-items-center.gap-3 {
        background-color: #071543;
    }

    .navbar-toggler {
        background-color: #ffffff !important;
    }

    .header-right.d-flex.justify-content-end.align-items-center.gap-3.mb-3 {
        margin-bottom: 0 !important;
        justify-content: start !important;
    }

    footer {
        height: 450px;
    }

    footer .copyrightText {
        text-align: left;
    }

    nav.header .header-right .menu-item .nav-item {
        padding: 10px !important;
    }

    .sideLoginImg {
        display: none;
    }

    .video-container {
        position: relative;
    }

    .homePageMain .bannerText h3 {
        font-size: 42px;
    }

    .homePageMain .bannerText p {
        font-size: 18px;
    }

    .homePageMain .shape {
        bottom: -3px;
    }

    .homePageMain .userWerbsiteprofile {
        left: 0 !important;
    }

    .homePageMain .aboutUsPage {
        margin-top: 0;
    }

    .homePageMain img.cartoons {
        display: none;
    }

    @media (max-width: 673px) {
        .user-detail p+i {
            display: none;
        }

        .main-page .header .logo img {
            width: 150px;
        }

        .profile .profile-details .fields {
            padding: 30px 0;
        }

        .profile .profile-details .fields.resCards {
            padding: 20px !important;
        }

        .main-content .content h2 {
            font-size: 1rem;
        }

        .main-content .content-header .mainBtn {
            width: max-content;
        }

        .login-form-user .login-form {
            padding: 20px;
        }

        .login-page {
            min-height: 0;
            padding-bottom: 5rem;
            padding-top: 5rem;
        }

        .header-right.d-flex.justify-content-end.align-items-center.gap-3 {
            justify-content: start !important;
            margin-bottom: 0 !important;
        }

        footer {
            height: 360px;
        }

        footer .footerNav {
            padding: 0 10px;
            margin-bottom: 0;
        }

        footer .footerNav .header-right .menu-item {
            padding: 0;
        }

        footer .footerNav .footerAddress {
            font-size: 1.1rem;
        }

        footer .copyrightText {
            text-align: center;
        }

        .video-container .shape {
            bottom: -5px;
        }

        .header-right .menu-item .nav-item {
            padding: 10px;
        }

        .video-container {
            height: 150px;
        }

        .aboutUsPage .firstSec p {
            font-size: 26px;
        }

        .main-page .header {
            height: 70px;
        }

        .registerPage {
            margin-top: 0;
        }

        .aboutUsPage {
            padding-top: 0;
        }

        .aboutUsPage .firstSec .aboutInfo {
            margin: 5rem 0;
        }

        .aboutUsPage .firstSec .aboutInfo .aboutSidecartoons {
            display: none;
        }

        .aboutUsPage .firstSec .aboutInfo .aboutText .bubbleContainer .mainBubble,
        .aboutUsPage .firstSec .aboutInfo .aboutText .bubbleContainer .mainBubbleTwo,
        .aboutUsPage .firstSec .aboutInfo .aboutText .bubbleContainer .mainBubbleThr,
        .aboutUsPage .firstSec .aboutInfo .aboutText .bubbleContainer .mainBubbleFor {
            width: 23rem;
        }

        .aboutUsPage .firstSec .aboutInfo .aboutText .bubbleContainer .mainBubble h3,
        .aboutUsPage .firstSec .aboutInfo .aboutText .bubbleContainer .mainBubbleTwo h3,
        .aboutUsPage .firstSec .aboutInfo .aboutText .bubbleContainer .mainBubbleThr h3,
        .aboutUsPage .firstSec .aboutInfo .aboutText .bubbleContainer .mainBubbleFor h3 {
            font-size: 1.5rem;
        }

        .aboutUsPage .firstSec .aboutInfo .aboutText .bubbleContainer .smallBubble {
            display: none;
        }

        .aboutUsPage .firstSec .aboutInfo .aboutText .bubbleContainer .verySmallBubble {
            display: none;
        }

        .aboutUsPage .secondSec h4 {
            font-size: 26px;
        }

        .aboutUsPage .secondSec p {
            font-size: 18px;
        }

        .aboutUsPage .thirdSec .sectitle h2 {
            font-size: 36px;
        }

        .aboutUsPage .thirdSec .sectitle p {
            font-size: 16px;
        }

        .benchmark-profile .profile-details {
            width: 100%;
            padding: 0;
        }
    }
}

@media (max-width: 576px) {
    .header-left h4 {
        display: none;
    }

    .profileName {
        display: none;
    }

    .user-detail i {
        display: none;
    }

    .profile-footer .back,
    .profile-footer .save,
    .profile-footer .resetBtn,
    .profile-footer .mainBtn,
    .profile-footer .secondaryBtn,
    .profile-footer .cancelBtn {
        padding: 8px 13px !important;
    }

    .sidebar ul {
        height: calc(100vh - 135px);
    }

    .profile-logo-big {
        max-width: 140px;
        max-height: 140px;
    }

    .profile-logo.profile-pic.icon-logo {
        max-height: 110px;
        max-width: 110px;
        min-height: 110px;
        min-width: 110px;
    }

    .profile-logo-big #result img.profile-pick {
        height: 130px;
        width: 130px;
    }

    .cstm-profile-logo #iconLogo img.profile-pick {
        width: 100px;
        height: 100px;
    }

    .profile .add-btn {
        max-width: 35px;
        bottom: 0;
        right: 8px;
    }

    .homePageMain {
        height: 550px;
    }

    .homePageMain .bannerText h3 {
        font-size: 26px;
    }

    .homePageMain .bannerText p {
        font-size: 16px;
    }
}