@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .accountSetting {
        width: 40%;
    }
    .addQuestion a{
        padding: 5px 10px;
    }
    .profileSetting {
        width: 220px;
        left: -50%;
    }
    .loginWrap {
        width: 85%;
    }
}

@media only screen and (max-width: 991px){
    .comment-attachment{
        display: block;
        padding-right: 0px;
    }
    .userReply {
        text-align:left!important;
        align-items: left!important;
        justify-content: left!important;
        flex-flow: inherit!important;
    }
    .input-url{
        margin-top: 8px !important;
        width: 100% !important;
        
    }
    .d-card .d-items{ width: 25% }
    .startup-post.d-flex{display: block!important}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .search .input-group {
        width: 100%;
    }
    .search .input-group>.form-control {
        flex: 1 1 0%;
    }
    .addQuestion a {
        padding: 5px 15px;
    }
    .btn-comment {
        font-size: 14px;
        padding: 7px 15px;
    }
    .loginWrap {
        width: 90%;
    }
    .loginRight {
        padding: 25px;
        white-space: normal;
    }
    .loginRight p {
        font-size: 14px;
    }
    .loginForm {
        margin-top: 20px;
    }
    .loginForm input {
        margin-bottom: 10px;
    }
    .signupForm {
        margin-top: 20px;
    }
    .signupRight {
        padding: 25px;
        white-space: normal;
    }
    .signupRight p {
        font-size: 14px;
    }
    .member-img {
        width: 20%;
    }
    .member-img img {
        height: auto;
    }
    .member-info {
        width: 80%;
    }
    .search input{
        max-width: 340px;
    }
    .d-card .d-items{ width: 25% }
    .startup-post .postUser .userInfo .userReply{
        justify-content: flex-start;
    }

}

@media only screen and (min-width: 768px) {
    .leftPanel {
        width: 100%;
        height: auto;
        margin-top: 16px;
        padding: 6px 0px;
        background-color: #ffffff;
        box-shadow: 0px 1px 3px 1px #d5d5d5;
        border-radius: 3px;
    }
    .res-height{ height: 481px; }
    .leftPanel .pn-ProductNav_Contents a {
        display: block;
        font-size: 16px;
        position: relative;
    }
    .leftPanel .pn-ProductNav_Contents a {
        display: block;
        padding: 6px 20px;
        color: #999999;
        position: relative;
    }
    .leftPanel .pn-ProductNav_Contents a:hover {
        text-decoration: none;
        color: #3b3b3b;
    }
    .leftPanel .pn-ProductNav_Contents a[aria-selected="true"] {
        font-weight: bold;
        color: #3b3b3b;
    }
    .leftPanel .pn-ProductNav_Contents a[aria-selected="true"]::after {
        position: absolute;
        content: '';
        width: 5px;
        height: 23px;
        background-color: #2d76a1;
        left: 0;
        top: 6px;
    }
}

@media only screen and (max-width: 767px) {
    .siteHeader {
        box-shadow: none;
    }
    .leftPanel {
        position: fixed;
        top: 89px;
        left: 0;
        z-index: 20;
        width: 100%;
        background-color: #ffffff;
        padding: 0px;
        border-radius: 0px;
        box-shadow: none;
        border-top: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
    }
    /* .bodyCont {
        padding-top: 135px;
    } */
    .pn-ProductNav {
        /* Make this scrollable when needed */
        overflow-x: auto;
        /* We don't want vertical scrolling */
        overflow-y: hidden;
        /* For WebKit implementations, provide inertia scrolling */
        -webkit-overflow-scrolling: touch;
        /* We don't want internal inline elements to wrap */
        white-space: nowrap;
        /* If JS present, let's hide the default scrollbar */
        /* positioning context for advancers */
        position: relative;
        font-size: 0;
    }
    .js .pn-ProductNav {
        /* Make an auto-hiding scroller for the 3 people using a IE */
        -ms-overflow-style: -ms-autohiding-scrollbar;
        /* Remove the default scrollbar for WebKit implementations */
    }
    .js .pn-ProductNav::-webkit-scrollbar {
        display: none;
    }
    .pn-ProductNav_Contents {
        float: left;
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition: -webkit-transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
        position: relative;
    }
    .pn-ProductNav_Contents-no-transition {
        -webkit-transition: none;
        transition: none;
    }
    .pn-ProductNav_Link {
        text-decoration: none;
        color: #888;
        font-size: 14px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 12px 8px;
    }
    .pn-ProductNav_Link:hover {
        text-decoration: none;
    }
    .pn-ProductNav_Link[aria-selected="true"] {
        color: #2d75a1;
        text-decoration: none;
        font-weight: 500;
        border-bottom: 1px solid #2d75a1;
    }
    .pn-Advancer {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        padding: 0;
        border: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        opacity: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }
    .pn-Advancer:focus {
        outline: 0;
    }
    .pn-Advancer:hover {
        cursor: pointer;
    }
    .pn-Advancer_Left {
        left: 0;
    }
    [data-overflowing="both"]~.pn-Advancer_Left,
    [data-overflowing="left"]~.pn-Advancer_Left {
        opacity: 1;
    }
    .pn-Advancer_Right {
        right: 0;
    }
    [data-overflowing="both"]~.pn-Advancer_Right,
    [data-overflowing="right"]~.pn-Advancer_Right {
        opacity: 1;
    }
    .pn-Advancer_Icon {
        width: 20px;
        height: 44px;
        fill: #bbb;
    }
    .pn-ProductNav_Indicator {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 4px;
        width: 100px;
        background-color: transparent;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
        transition: background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
        transition: transform .2s ease-in-out, background-color .2s ease-in-out;
        transition: transform .2s ease-in-out, background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
    }
    .loginWrap {
        width: 80%;
        display: block;
    }
    .loginLeft {
        width: 100%;
        padding: 20px 0px;
    }
    .loginRight {
        width: 100%;
    }
    .signupRight {
        width: 100%;
    }
    .postDetails img {
        width: 100% !important;
    }
    .topRight .dropdown-menu::after{
        display: none;
    }

    .userReply {
        text-align:left!important;
        align-items: left!important;
        justify-content: left!important;
        flex-flow: inherit!important;
    }
    .startup-post .postUser .userInfo {
        width:100%;
      }
    .member-info {font-size:12px!important; word-break: break-all; word-wrap: break-word;}
    .send-message {margin-right: 10px;}
    .userReply ul {
        margin-top: 5px;
      }
      .postUser {
        margin-top: 10px;
        display: block !important;
      }
      .startup-post .postUser .userImg {
        width: 100%;
      }
      .startup-post .postUser .userImg img {
        width: 60% !important;
        margin:0 auto 20px;
        display: block;
      }
      }

@media only screen and (max-width: 767px) and (min-width: 576px) {
    .search input {
        width: auto;
    }
    .search .input-group {
        width: 100%;
    }
    .search .input-group>.form-control {
        flex: 1 1 0%;
    }
    .accountSetting {
        width: 35%;
    }
    .addQuestion {
        width: 65%;
    }
    .profilePic {
        display: flex;
        justify-content: flex-end;
    }
    .addQuestion a {
        padding: 4px 8px;
        font-size: 14px;
        font-weight: 400;
    }
    .topRight ul li{
        margin: 0px 5px;
    }
    .profile-picture{
        width: 35px;
        height: 35px;
        line-height: 35px
    }
    .modal-dialog {
        width: 85%;
    }
    .profileSetting {
        width: 220px;
        left: -50px;
        top: 57px;
    }
    .btn-comment {
        font-size: 14px;
        padding: 7px 15px;
        font-weight: 400;
    }
    .member-img img {
        height: auto;
    }
    .d-card .d-items{ width: 33% }
}

@media only screen and (min-width: 576px) {
    .searchMobile {
        display: none;
    }
    .post-comment-mobile {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .search-desktop {
        display: none;
    }
    .logo {
        display: flex;
        justify-content: flex-start;
    }
    .accountSetting {
        width: 35%;
    }
    .addQuestion {
        width: 65%;
    }
    .profilePic {
        display: flex;
        justify-content: flex-end;
    }
    .leftPanel {
        top: 89px;
    }
    .search-m-wrap {
        display: block;
    }
    .search-icon {
        font-size: 20px;
        color: #2d75a1;
        display: block;
    }
    .search-m-wrap {
        position: fixed;
        width: 100%;
        z-index: 20;
        left: 0;
        padding: 25px 15px;
        top: 0;
        background-color: #2d75a1;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: transform 0.3s ease-in-out;
        -moz-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
    }
    .search-m-wrap input {
        background-color: transparent;
        border: none;
        padding: 5px 15px;
        border-bottom: 1px solid #ffffff;
        border-radius: 0px;
        color: #ffffff;
        font-weight: 400;
    }
    .search-m-wrap input:focus {
        background: transparent;
        box-shadow: none;
        color: #ffffff;
        border-color: #ffffff;
    }
    .search-m-wrap button {
        background: transparent;
        border: none;
        color: #ffffff;
        padding: 0px;
        font-size: 16px;
        border-bottom: 1px solid #ffffff;
    }
    .search-m-wrap button:focus {
        outline: none;
    }
    .search-m-wrap input::-webkit-input-placeholder {
        font-size: 14px;
        color: #ffffff;
    }
    .search-m-wrap input:-ms-input-placeholder {
        font-size: 14px;
        color: #ffffff;
    }
    .search-m-wrap input::placeholder {
        font-size: 14px;
        color: #ffffff;
    }
    .search-close {
        position: absolute;
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        top: 10px;
        right: 15px;
        padding: 5px 12px;
        display: block;
        z-index: 25;
    }
    .addQuestion a {
        font-size: 14px;
        padding: 4px 10px;
        font-weight: 400;
    }
    .postWrap {
        padding: 15px;
    }
    .userInfo h3 {
        /*font-size: 12px;*/
    }
    .userInfo h4 {
        font-size: 14px;
    }
    .postTitle h2 {
        font-size: 16px;
    }
    .postDetails p {
        font-size: 14px;
        font-weight: 400;
    }
    .postTopLeft ul li {
        font-size: 12px;
    }
    .profileSetting {
        width: 220px;
        left: -22px;
        top: 62px;
    }
    .modal-dialog {
        width: auto;
    }
    .modal-body {
        padding: 15px;
    }
    .btn-comment {
        display: none;
    }
    .post-comment-mobile {
        width: 100%;
        height: auto;
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 20px;
        background: #e5e5e5;
        z-index: 20;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: transform 0.3s ease-in-out;
        -moz-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
    }
    .post-comment-mobile p {
        font-size: 16px;
        color: #3b3b3b;
    }
    .post-comment-mobile textarea {
        margin-top: 10px;
        min-height: 120px;
        border-color: #ffffff;
        border-radius: 5px;
        box-shadow: none;
    }
    .post-comment-mobile textarea:focus {
        box-shadow: none;
    }
    .post-comment-mobile .btn-secondary {
        background: transparent;
        border: none;
        color: #3b3b3b;
        margin-top: 20px;
        padding: 0px;
    }
    .post-comment-mobile .btn-primary {
        background: #004065;
        border: none;
        color: #ffffff;
        margin-top: 20px;
        border-radius: 20px;
        float: right;
    }
    .searchMobile {
        display: flex;
        justify-content: flex-end;
    }
    .loginLeft img {
        height: 100px;
    }
    #addCommentBTN_54-137 {
        display: none;
    }
    .member-img img {
        height: auto;
    }
    .founder-wrap{
        display: block;
    }
    .founder-info{
        padding-left: 0px;
    }
    .founder-info ul li strong{
        width: auto;
        margin-right: 10px;
    }
    .founder-info ul li span{
        display: inline-block !important;
        margin-left: 0px !important;
    }
    .founder-info{
        width: 100%;
    }
    .d-card .d-items{ width: 50% }
    .topRight ul li{
        margin: 0px 5px;
    }
}

@media only screen and (max-width: 480px) {
    .accountSetting {
        width: 30%;
    }
    .addQuestion {
        width: 70%;
    }
    .addQuestion a {
        font-size: 12px;
        padding: 4px 6px;
        font-weight: 400;
    }
    .profilePic img {
        width: 25px;
        height: 25px;
    }
    .profileSetting {
        width: 220px;
        left: -90px;
        top: 57px;
    }
    .profileSetting::after {
        left: auto;
        right: 75px;
    }
    .questionBox input {
        font-size: 12px;
    }
    .topRight ul li:nth-of-type(2) a span{
        top: -15px;
        right: -15px;
    }
    .logo img{
        width: auto;
        height: 50px;
    }
    .leftPanel{
        top: 66px;
    }
    .loginWrap {
        width: 90%;
    }
    .loginRight {
        padding: 20px;
    }
    .loginRight p {
        font-size: 14px;
        white-space: normal;
    }
    .signupRight {
        padding: 20px;
    }
    .signupRight p {
        font-size: 14px;
        white-space: normal;
    }
    .loginbtm {
        display: block;
    }
    .forget {
        margin-top: 10px;
    }
    #prevBtn {
        padding: 5px 10px;
        height: 30px;
        font-size: 14px;
    }
    #nextBtn {
        padding: 5px 10px;
        height: 30px;
        font-size: 14px;
    }
    .commentWrapOuter {
        padding: 10px 15px;
    }
    .addComment img {
        display: none;
    }
    .commentList ul li ul li {
        margin-left: 25px;
    }
    .commentList ul li ul li .commentWrapOuter {
        padding: 10px 0px;
    }
    .member-wrap {
        display: block;
    }
    .member-img {
        width: 100%;
    }
    .member-info {
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
    }
    /*.topRight .dropdown-menu {
        top: 25px !important;
    }*/
}

@media only screen and (max-width: 375px) {
    .member-info ul li strong {
        width: auto;
    }
    .member-info ul li span {
        display: block;
        margin-left: 20px;
    }
}