@media (max-width:1366px){
    /* home page start */
    .cta-holder .cta {
        padding: 1.5rem 20px;
    }
    /* home page end */
}

@media (max-width:991px){
    /* login page start */
    .login {
        padding: 3rem 20px;
    }
    .login-bg {
        margin-top: 3rem;
    }
    /* login page end */

    /* home page start */
    header {
        margin-bottom: 0rem;
    }

    .cta-holder .cta {
        flex: 0 0 48%;
    }
    .cta-holder {
        row-gap: 30px;
    }
    /* home page end */

    /* profile page start */
    .modal-dialog {
        margin-top: 3rem !important;
    }
    .input-box {
        flex: 0 0 48%;
    }
  
    /* profile page end */

    /* upload doc page start */
    .uploaded-doc-holder {
        flex: 0 0 45%;
    }
    /* upload doc page end */

    /* community page start */
    .community-left-panel {
        margin-bottom: 4rem;
    }
    .find-community h2 {
        padding: 4rem 20px;
    }
    /* community page end */

    /* assistant page start */
    .sidebar {
        position: absolute;
        background: var(--black);
        z-index: 99;
    }

    .assistant-content {
        height: calc(100vh - 55px);
        padding-left: 95px;
    }

    .example-wrapper {
        flex-direction: column;
    }

    .message-input-wrapper {
        width: calc(100% - 120px);
    }

    .my-message-holder {
        max-width: 100%;
    }

    .response-holder , .my-message{
        max-width: 100%;
        margin-bottom: 20px;
    }
   /* assistant page end */

    /* ============= hamburger menu start  ============= */
    header {
        border-bottom: none;
    }
    #hamburgerButton {
        display: flex;
        z-index: 999999;
        width: 50px;
        margin-left: auto;
        flex-direction: column;
        gap: 4px;
    }
    .profile-dropdown {
        z-index: 999999;
    }
    .nav-links {
        position: absolute;
        flex-direction: column;
        background: #000;
        left: -100%;
        z-index: 99999;
        height: 100vh;
        top: 0;
        transition: .3s all ease-in-out;
        align-items: start;
        gap: 20px;
        padding: 5rem 2rem 1rem 2rem;
    }

    .nav-links.show {
        left: 0%;
    }
    /* ============= hamburger menu end  ============= */
}

@media (max-width:767px){

    /* home page start */
    .cta-holder .cta {
        flex: 0 0 100%;
    }
    .home-cta {
        padding: 20px;
    }
    .home-bg {
        padding: 3rem 20px;
    }
    /* home page end */

    /* profile popup start */
     .modal-dialog {
        margin-top: 3rem !important;
    }
    /* profile popup end */

    
    /* profile page start */
    .input-box {
        flex: 0 0 100%;
    }
    /* profile page end */

    /* checklist page start */
    .accordion-body .task, .checklist-view-bg .task {
        flex-direction: column;
    }

    /* Radio button Css */
    .task label {
        flex-direction: column;
        justify-content: center;
    }

    .task-left {
        justify-content: center;
        gap: 10px;
        flex-direction: column;
    }
    /* checklist page end */

    /* upload doc page start */
    .uploaded-doc-holder {
        flex: 0 0 100%;
    }
    .modal-footer{
        margin: 0;
    }
    .uploaded-doc-wrapper {
        gap: 30px 7%;
    }
   /* upload doc page end */

   /* community page start */
   .post-replies {
    width: 100%;
  }
  .post-footer {
    gap: 20px;
  }
  .post-replies {
     padding: 10px;
   }
  /* community page end */
}

@media (max-width:575px){
    /* share profile start */
    .recent-chat-profile img {
        width: 42px;
    }
    .chat-app-icon {
        top: 24px;
        right: 2px;
    }
    .chat-app-icon img {
        width: 16px;
    }
     /* share profile end */
    .page-bg {
        padding: 2rem 1rem;
    }
    /* membership page start */
    .login-holder.membership .logo{
        display: none;
    }
    .list-holder ul {
        flex: 0 0 100%;
    }
    .login-bg {
        padding: 30px 16px;
    }
    .list-holder ul{
        padding-left: 0;
    }
    .btn-horizontal {
        padding: 8px 30px;
        font-size: 18px;
    }
    .list-holder li {
        align-items: start;
    }
    /* membership page end */

    /* questionary page start */
     .question h4 {
        font-size: 16px;
    }
    .questionary-visit span {
        height: 8px;
    }
    /* questionary page end */

    /* post page start */
    .ck-editor__editable_inline {
        min-height: 300px;
    }
    /* post page end */
}