/**** Media Query ****/
ul.menu-top .hide-menu {
    display: none;
}

.menu-wrap {
    display: none;
}

.no-scroll {
    overflow: hidden;
}

.mobile-menu {
    overflow: hidden;
}

.mobile-main-header .mobile-phno {
    display: flex;
    align-items: center;
    background: var(--color--one);
    color: #fff;
    border-color: var(--color--one);
    height: 42px;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
}

.mobile-main-header .mobile-phno span {
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 10px;
    letter-spacing: 1px;
}

.mobile-main-header .mobile-phno svg,
.mobile-main-header .mobile-phno img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.mobile-footer-neurostar {
    max-width: 170px;
    margin: 25px auto 0;
}

.header-search-box.mobile-search-box.open-search {
    height: 152px;
}

.mobile-social-neurostar {
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: space-between;
}

.mobile-social-neurostar .sociallink {
    margin-top: 0;
}

@media (min-width:1601px) {
    header.main-header .container-fluid {
        max-width: 1920px;
    }
}

@media (min-width:1401px) {

    .container,
    .wp-block-group__inner-container {
        max-width: 1260px;
    }

    .single-post .container,
    header .container,
    footer .container,
    .banner-section .container,
    .common-banner .container {
        max-width: 1380px;
    }
}

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

    .container,
    .wp-block-group__inner-container {
        max-width: 1260px;
        padding: 0 30px;
    }


    header .sub-menu li ul.sub-menu {
        left: -100%;
    }

    ul.menu-top li {
        padding: 0px 10px;
    }

}

/* @media (min-width: 992px) and (max-width: 1199px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100%!important;
        padding: 0 30px;
    }
} */

@media (max-width: 1199px) {
    .header-left {
        width: 240px;
    }

    .header-center {
        width: calc(100% - 480px);
    }

    .header-right {
        width: 240px;
    }

    .menu-top li a {
        font-size: 15px;
    }

    header a.btn {
        font-size: 16px;
        height: 56px;
        max-width: 180px;
    }

    h1.banner-heading {
        font-size: 34px;
        line-height: 48px;
    }

    .banner-content p {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (max-width: 991px) {

    .reviews-page-section .main-review-item:nth-child(10n + 1) .testimonial-list,
    .reviews-page-section .main-review-item:nth-child(10n + 6) .testimonial-list {
        padding: 25px;
    }

    .reviews-page-section .testimonial-list .row {
        margin-bottom: 20px !important;
    }

    .reviews-page-section .testimonial-list .subtitle {
        font-size: 18px;
        line-height: 24px;
    }

    .reviews-page-section .testimonial-title {
        font-size: 24px;
    }

    .sidebar-heading,
    .sidebar .widget-title {
        font-size: 30px;
    }

    .header-left {
        width: 310px;
    }

    .header-right {
        width: calc(100% - 310px);
    }

    .menu-header {
        display: none;
    }

    ul.menu-top .hide-menu {
        display: block;
    }

    .main-header .container {
        max-width: 100%;
    }

    .header-center {
        display: none;
    }

    .menu-wrap {
        background-color: #fff;
        position: fixed;
        top: 100px;
        height: 100%;
        width: 100%;
        right: -100%;
        font-size: 1em;
        font-weight: 700;
        overflow: auto;
        transition: .5s;
        z-index: 12;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-heading {
        display: block;
    }

    .menu-full-wrapper {
        width: 100%;
        position: absolute;
        top: 0;
        text-align: left;
    }

    .menu-show {
        right: 0;
        max-width: 100%;
    }

    .menu-sidebar {
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
        margin-left: auto;
        height: 100%;
    }

    .menu-bar-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper li {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        margin: 0;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, .10);
        padding: 0;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid rgba(0, 0, 0, .03);
    }

    .menu-sidebar .menu-bar-wrapper li:last-child {
        border: none;
    }

    .menu-sidebar .menu-bar-wrapper li>a {
        color: var(--color--black);
        padding: 10px 15px;
        position: relative;
        display: block;
        line-height: 1.6;
        font-weight: 400;
    }

    .menu-sidebar .menu-bar-wrapper li>a:hover:after {
        opacity: 1;
    }

    .menu-sidebar .menu-bar-wrapper li>a:hover {
        color: #000;
    }

    .menu-sidebar .menu-bar-wrapper li.current-menu-item>a,
    .menu-sidebar .menu-bar-wrapper li>a:focus {
        background-color: var(--color--accent-dark);
        color: #fff;
    }

    .menu-sidebar .sidebar-menu-arrow:after {
        content: "";
        cursor: pointer;
        border-left: 2px solid var(--color--black);
        border-bottom: 2px solid var(--color--black);
        display: inline-block;
        width: 10px;
        height: 10px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: auto;
        position: absolute;
        right: 15px;
        top: 50%;
        bottom: 0;
        margin-top: -8px;
    }

    .menu-sidebar .menu-bar-wrapper li.current-menu-item>.sidebar-menu-arrow:after {
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow:after {
        transform: rotate(135deg);
        display: block;
        margin: 0;
    }

    .menu-sidebar .menu-bar-wrapper li.current-menu-item>a+.sidebar-menu-arrow::after {
        color: #0e2743;
    }

    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link {
        font-weight: 400;
        background-color: #e93941;
        color: #fff;
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link:after {
        opacity: 1;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children {
        position: relative;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 47px;
        width: 44px;
        background-color: transparent;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
        display: none;
        background: none;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu li a {
        padding-left: 30px;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu .sidebar-menu-arrow:after {
        font-size: 16px;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu li a:after {
        display: none;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu li .sub-menu li a {
        padding-left: 50px;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu li .sub-menu li .sub-menu li a {
        padding-left: 70px;
    }

    .menu-button {
        height: 50px;
        width: 50px;
        position: relative;
        line-height: normal;
        background: var(--color--six);
        border-radius: 0px;
        border: 1px solid var(--color--two);
    }

    .menu-button .menu-bar {
        position: absolute;
        transition: .5s;
        opacity: 1;
        margin: 0 auto;
        width: 25px;
        left: 0;
        right: 0;
        background: var(--color--two);
        height: 2px;
        border-radius: 10px;
    }

    .menu-button:hover {
        cursor: pointer;
    }

    .menu-button .menu-bar-top {
        top: 15px;
    }

    .menu-button .menu-bar-middle {
        top: 50%;
        transform: translateY(-50%);
    }

    .menu-button .menu-bar-bottom {
        top: auto;
        bottom: 15px;
    }

    .menu-button.button-open {
        z-index: 13;
    }

    .menu-button.button-open {
        z-index: 13;
    }

    .button-open .menu-bar-middle {
        background-color: #beccd7;
        transform: translate(230px);
        transition: .1s ease-in;
        opacity: 0;
    }

    .menu-button.button-open .menu-bar-top {
        transform: rotate(45deg) translate(12px, 11px);
        transition: .5s;
        top: 7px;
        opacity: 1;
    }

    .menu-button.button-open .menu-bar-bottom {
        transform: rotate(-45deg) translate(10px, -9px);
        transition: .5s;
        top: 37px;
    }

    header .sub-menu li ul.sub-menu {
        position: static;
    }

    .h2 .h2,
    h2,
    .heading,
    h2.title {
        font-size: 24px;
        line-height: 36px;
    }

    h4 {
        font-size: 18px;
    }

    .static-page .wp-block-heading {
        margin-top: 40px;
    }

    .default-content {
        max-width: 100%;
    }

    .default-content h1,
    .wp-block-group h1 {
        font-size: 38px;
    }

    .default-content h2,
    .wp-block-group h2 {
        font-size: 34px;
    }

    .default-content h3,
    .wp-block-group h3 {
        font-size: 30px;
    }

    .default-content h4,
    .wp-block-group h4 {
        font-size: 27px;
    }

    .default-content h5,
    .wp-block-group h5 {
        font-size: 25px;
    }

    .space-pd {
        padding: 50px 0;
    }

    .space-mr {
        margin: 50px 0;
    }

    body {
        font-size: 16px;
        line-height: 1.8em;
    }

    .header-left {
        width: 280px;
    }

    .header-right {
        width: calc(100% - 280px);
    }

    aside.sidebar {
        margin-top: 40px;
    }

    .footer-info-col {
        max-width: 100%;
    }

    .form-col {
        max-width: 100% !important;
    }

    .pre-footer-nav li {
        display: block;
        line-height: 2.5em;
    }

    .blog-detail .default-content {
        padding: 10px 10px;
        margin-top: 30px;
    }

    .post-content {
        padding: 20px 20px;
    }

    header.main-header {
        padding: 10px 0;
    }

    .menu-wrap {
        top: 78px;
    }

    p {
        font-weight: 400;
        line-height: 28px;
        font-size: 18px;
    }

    .guidance-left p {
        font-size: 18px;
        line-height: 28px;
    }

    .guidance-left button.g-btn span {
        width: 45px;
        height: 45px;
        border-radius: 15px;
        font-size: 22px;
    }

    .guidance-left .title {
        width: calc(100% - 90px);
        line-height: 24px;
    }

    .guidance-right img {
        height: auto;
    }

    .btn {
        font-size: 16px;
        height: 52px;
        max-width: 190px;
    }

    .footer-subtext {
        margin: 15px 0;
    }

    .faqs-section button.accordion-button {
        font-size: 18px;
        padding: 15px 25px;
    }

    .faqs-section .accordion-body {
        padding: 25px 25px;
    }
}


/* Small Devices View  New*/
@media (max-width: 767px) {

    #footer .social-head {
        justify-content: start !important;
    }

    .guidance-right .btn {
        margin: 25px 0 30px;
    }

    .single-post .default-content .post-meta {
        margin-bottom: 35px;
    }

    .guidance-left {
        padding: 0;
    }

    .newsletter-banner-section .form-col,
    .contact-banner-section .form-col {
        padding: 15px;
    }

    .checkbox {
        margin-left: 10px;
    }

    .banner-section h1.banner-heading {
        font-size: 28px;
        line-height: 36px;
    }

    footer input.wpcf7-form-control.wpcf7-submit {
        font-size: 18px;
    }

    a.link-btn {
        margin-bottom: 50px;
    }

    .banner-content p {
        font-size: 20px;
        line-height: 28px;
    }

    .header-left {
        width: 180px;
    }

    .header-right {
        width: calc(100% - 180px);
    }

    #footer .social-head {
        text-align: left;
        margin-bottom: 0px;
    }

    #footer ul.sociallink {
        justify-content: start;
    }

    .menu-wrap {
        top: 70px !important;
    }

    footer .container .bg-color {
        padding: 20px;
    }

    #footer {
        padding: 10px;
    }

}

@media (max-width:575px) {

    .default-content h1,
    .wp-block-group h1 {
        font-size: 30px;
    }

    .default-content h2,
    .wp-block-group h2 {
        font-size: 28px;
    }

    .default-content h3,
    .wp-block-group h3 {
        font-size: 26px;
    }

    .default-content h4,
    .wp-block-group h4 {
        font-size: 24px;
    }

    .default-content h5,
    .wp-block-group h5 {
        font-size: 22px;
    }

    .page-banner .page-banner-title {
        font-size: 32px;
    }

    .header-right {
        width: calc(100% - 180px);
    }

    .header-logo {
        width: 100%;
    }

    .menu-button {
        height: 45px;
        width: 45px;
    }

    .menu-button .menu-bar-top {
        top: 12px;
    }

    .menu-button .menu-bar-bottom {
        bottom: 12px;
    }

    .menu-button.button-open .menu-bar-top {
        top: 5px;
    }

    .menu-button.button-open .menu-bar-bottom {
        top: 35px;
    }

    .mobile-main-header .menu-wrap {
        top: 70px !important;
    }

    .post-image img {
        height: 300px;
    }
}

/* Extra Small Devices View */
@media (max-width: 480px) {
    .banner-heading {
        font-size: 36px;
    }
}

/************* responsivness*********************/
@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .common-banner .image-col img {
        min-height: auto !important;
    }

    .blog-heading-sec .blog-title a h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .blog-heading-sec {
        overflow: hidden;
    }

    body.nav-open-menu {
        overflow: hidden;
    }

    .last-div .image-div {
        max-height: auto;
        height: auto;
    }

    .services-section .last-div img {
        min-height: auto;
        width: 100%;
    }

    .wpcf7 .form-group {
        margin-bottom: 20px;
    }

    .form-section .inner-form {
        padding: 0px;
    }

    .contact-section h2 br {
        display: none;
    }

    header a.btn {
        font-size: 18px;
        height: 50px;
        margin-right: 10px;
        max-width: 180px;
    }
}

@media (max-width: 767px) {
    header a.btn {
        font-size: 15px !important;
        width: 150px !important;
    }

    body {
        margin-top: 70px !important;
    }

    .arrows-div {
        min-height: 110px;
        margin-bottom: -20px;
    }

    ul.nav.nav-tabs.blog-tabs {
        border: none;
        overflow-x: scroll;
        display: flex;
        flex-wrap: nowrap;
        min-height: 65px;
        overflow-y: hidden;
    }

    .blog-heading-sec .arrows-div .slick-next {
        right: 0px !important;
    }

    .blog-heading-sec .arrows-div .slick-prev {
        right: 60px !important;
    }

    .blog-heading-sec .arrows-div {
        min-height: 70px;
    }
}

@media (max-width: 420px) {
    header a.btn {
        font-size: 11px !important;
        width: 110px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {

    .blog-heading-sec .arrows-div .slick-prev {
        right: 120px !important;
    }

    .blog-heading-sec .arrows-div .slick-next {
        right: 60px !important;
    }
}