/**** 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:1501px) {
    .container, .wp-block-group__inner-container {
        max-width: 1380px;
    }
}
@media (min-width:1401px) {
    .container, .wp-block-group__inner-container {
        max-width: 1300px;
    }
.payslip-section .container, .form-section .container {
     max-width: 1266px!important; 
}
}
@media (min-width: 1701px) {
    .container, .wp-block-group__inner-container {
        max-width: 1520px;
    }
}
@media (min-width:1200px) and (max-width:1400px) {
 
    header .sub-menu li ul.sub-menu {
        left: -100%;
    }
    ul.menu-top li {
        padding: 0px 10px;
    }
    .header-search-box.open-search {
        opacity: 1;
        height: 110px;
        z-index: 999999;
    }



}
@media (max-width: 1199px) {
    .h2, h2, .heading {
        font-size: 36px;
    }

    .sidebar-heading, .sidebar .widget-title {
        font-size: 30px;
    }
    .alignleft, .alignright {
        float: none;
        display: block;
        margin: 20px auto;
    }
    .header-left{
        width: 310px;
    }
header.small-header{
padding:10px;
}
    .header-right{
        width: calc(100% - 310px);
justify-content: end;
    }
a.portal-btn {
    margin-right: 0px;
width:190px!important;
}
    .menu-header {
        display: none;
    }
    ul.menu-top .hide-menu {
        display: block;
    }
    .main-header .container {
        max-width: 100%;
    }
    .header-center{
        display: none;
    }
    .header-ph span {
        font-size: 0!important;
        margin: 0;
    }
    .header-ph {
        height: 50px;
        width: 50px;
        border: 1px solid var(--color--two);
        margin-right: 10px;
    }
    .header-ph svg {
        vertical-align: middle;
        width: 30px;
        height: 30px;
        margin-right: 2px;
    }
    .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;
    }
    header.small-header .menu-wrap {
        top: 90px;
    }
    .social-head{
        display: none;
    }
    .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%;
        padding-bottom: 50%;
    }
    .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: #ce3756;
        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;
    }
    .sidebar-menu-arrow::after {
        cursor: pointer;
        content: "";
        position: absolute;
        top: 0px;
        margin: auto;
        bottom: 0px;
        right: 0;
        background-size: 14px;
        height: 40px;
        width: 40px;
    }
    .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: 42px;
        width: 42px;
        position: relative;
        line-height: normal;
        
        border-radius: 0px;
       
    }
    .menu-button .menu-bar {
        position: absolute;
        transition: .5s;
        opacity: 1;
        margin: 0 auto;
        width: 25px;
        left: 0;
        right: 0;
        background: #fff;
        height: 2px;
        border-radius: 10px;
    }
    .menu-button:hover {
        cursor: pointer;
    }
    .menu-button .menu-bar-top {
        top: 14px;
    }
    .menu-button .menu-bar-middle {
        top: 50%;
        transform: translateY(-50%);
    }
    .menu-button .menu-bar-bottom {
        top: auto;
        bottom: 14px;
    }
    .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;
    }
    .search-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-right: 10px;
        margin-left: 10px;
    }
    .search-icon:hover{
        background: var(--color--two);
    }
    .search-icon:hover svg path{
        stroke: var(--color--six);
    }
    .search-icon {
        background: var(--color--six);
        border: 1px solid  var(--color--two);
    }
    .search-icon svg path{
        stroke: var(--color--two);
    }
    .search-icon svg,
    .search-icon img {
        width: 18px;
        height: 18px;
        stroke: #fff;
    }

    .wp-block-group__inner-container {
        max-width: 92%;
    }
    .our-team.video-container {
        padding-right: 0;
    }
    .header-ph .number{
        font-size: 0;
    }
}

@media (max-width: 991px) {
    .h2 .h2, h2, .heading, h2.title {
        font-size: 32px;
    }

    .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);

    }
    .header-ph:hover {
        background: var(--color--two);
        color: #fff;
        border-color: var(--color--two);
    }
    .header-ph:hover svg path{
        fill: #fff;
    }
    .patient-portal-btn {
        display: none;
    }
    .header-ph .number {
        font-size: 0!important;
    }

    aside.sidebar {
        margin-top: 40px;
    }
    .footer .footer-nav, .footer .contact-info {
        margin-top: 30px;
    }
    .footer-info-col {
        max-width: 100%;
    }

    .pre-footer-nav {
        margin: 40px 0 0;
        display: block;
        padding-bottom: 40px;
        border-bottom: 1px solid #ffffff20;
        text-align: left;
        column-count: 2;
    }
    .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;
    }
}


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

    .h2, h2, .heading {
        font-size: 32px;
    }

.bottom-desc.active:after{
display:none!important;
}
    .page-banner .page-banner-title {
        font-size: 36px;
    }
    .btn-grp {
        flex-direction: column;
    }
    .btn-grp .btn {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .btn-grp .btn:last-child {
        margin-bottom: 0px;
    }
    .banner-form .form-row {
        padding: 30px;
        margin-top: -100px;
    }
    .banner-form .submit-btn {
        margin-top: 25px;
    }
    #footer .social-head{
        justify-content: start!important;
    }
    .header-left {
        width: 140px;
    }
    .header-right{
        width: calc(100% - 140px);
    }
    .contact {
        margin-left: 0px;
    }
    #footer .social-head {
        text-align: left;
        margin-bottom: 0px;
    }
    #footer ul.sociallink {
        justify-content: start;
    }
    .mobile-main-header .menu-wrap{
        top: 84px !important;
    }
    .about-author {
        left: 20px;
        bottom: 20px;
        position: absolute;
        width: calc(100% - 40px);
    }
    .testimonial-list {
        padding: 30px 20px 100px;
    }
    .blog-section .post-content {
        padding: 30px 25px!important;
    }
    .pre-footer-nav{
        margin: 0;
    }
    .testimonial-review-rating {
        text-align: left;
    }
    .menu-wrap {
        top: 90px;
    }

}

@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;
    }
  .copyright-text{
padding:10px;
}
    .header-logo {
        width: 100%;
    }
    header.small-header .header-logo {
        width: 85%;
    }
    .neurostar-logo {
        display: none !important;
    }

    .search-icon {
        width: 45px;
        height: 45px;
        line-height: 45px;
        margin-right: 10px;
    }
    .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: 84px !important;
    }
    .post-image img {
        height: 300px;
    }
}

/* Extra Small Devices View */
@media (max-width: 480px) {

}
/************* responsivness*********************/
@media (max-width: 1199px) {
 /*    .banner-section .slick-list.draggable {
height:auto!important;
} 
   */
}

@media (max-width: 991px) {

    }
@media (max-width: 767px) {

}

@media (max-width: 575px) {
    .header-ph {
        width: 45px;
        height: 45px;
    }
}
@media (min-width: 1200px) and (max-width: 1699px){
.left-overlay, .right-overlay{
font-size:35px;
}
}
@media (min-width: 1200px) and (max-width: 1399px){

.footer-icon-box .content {
    max-width: 90%;
    margin: auto;
}
.footer-content p, .copyright-text {
    font-size: 15px;
}
h1.banner-heading {
    font-size: 72px;
}
.left-top-logo img, .left-bottom-logo img{
left:90px;
}
.right-img img{
right:90px;
}
}
@media (min-width: 1400px) and (max-width: 1699px){
h1.banner-heading {
    font-size: 80px;
}

}
@media (min-width: 992px) and (max-width: 1199px){
.left-overlay, .right-overlay{
padding:30px;
}
h1.banner-heading{
font-size:70px;
}
.banner-content {
    font-size: 28px;
}
.left-top-logo img, .left-bottom-logo img{
left:90px;
}
.right-img img{
right:90px;
}
.footer-icon-box .content {
    max-width: 90%;
    margin: auto;
}
.padding-240:not(.has-image) {
    padding: 230px 0 140px;
}
.padding-240.has-image {
    padding: 160px 0 0px;
}
p {
    font-size: 16px;
}
.banner-section button.slick-arrow {
      height: 30px!important;
    width: 40px!important;
    background-size: 10px!important;
}
.banner-section button.slick-arrow:hover{
 width: 60px!important;
}
}

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

h1.banner-heading{
font-size:70px;
}
.banner-content {
    font-size: 28px;
}
p {
    font-size: 16px;
}

.padding-240:not(.has-image) {
    padding: 180px 0 90px;
}
.padding-240.has-image {
    padding: 160px 0 0px;
}
.welcome-section img.round-icon, .top-icon.active .red-circle:after {
    height: 120px;
    width: 120px;
}
.welcome-section .top-icon {
    max-width: 130px;
}
.welcome-section .icon-title {
    font-size: 16px;
}
.logo-box img {
    width: 310px;
}
}

@media (max-width: 991px){
.banner-section .slick-arrow{
display:none!important;
}
.right-banner {
    margin-top: 50px;
}
.payslip-section .inner-content{
padding-right:0!important;
}
.footer-icon-box .content {
    max-width: 100%;
    margin: auto;
}
.form-section .icon-title {
    font-size: 18px;
}
br{
display:none;
}
.payslip-section .text-area {
    margin-bottom: 20px;
}
.solutions-section {
    padding-top: 50px!important;
}
.payslip-section {
    padding: 70px 0!important;
}
.form-section{
    padding-top: 0;
}
.form-section .inner-form {
    margin: 35px auto 70px!important;
}
#footer {
    padding-top: 70px;
}
.copyright {
    margin-top: 70px;
}
.hover-row .left-top-logo img, .hover-row .left-bottom-logo img{
left:0px;
}
.hover-row .right-img img {
    right: 0px;
}
.hover-row:hover .left-top-logo img, .hover-row:hover .left-bottom-logo img{
left:0px;
}
.hover-row:hover .right-img img {
    right: 0px;
}
.left-overlay, .right-overlay{
opacity:0;
}
.row.hover-row {
    height: auto; 
}
.heading-mob {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: #000;
    font-weight: 700;
    display: block;
}
}

@media (max-width: 767px){
.flex-css {
    flex-direction: column-reverse;
}
.left-bottom-logo {
    height: 100%;
    padding-top: 0;
    width: 50%;
}
.left-top-logo {
    height: 100%;
    padding-bottom: 0;
    width: 50%;
}
.row.hover-row .col-md-4 {
    display: flex;
    gap: 20px;
}
.hover-row .right-img img {
    width: 100%;
    aspect-ratio: 1/1;
    object-position: top;
}
.right-img {
    height: 100%;
    width: 100%;
}
.banner-content {
    font-size: 18px;
}
.btn, .portal-btn{
padding:12px 40px !important;
line-height: normal!important;
}
.payslip-section a.btn {
    background-position: 20px center!important;
    background-size: 10px;
}

h1.banner-heading {
    font-size: 32px;
}

.padding-240:not(.has-image) {
    padding: 180px 0 90px;
}
.padding-240.has-image {
    padding: 100px 0 0px;
}
.logo-box img {
    width: 50%;
}
.ignite-text {
    font-size: 26px!important;
        margin-top: 15px;

}
.form-section .inner-content > div >p{
max-width:100%;
}
.payslip-section .text-area {
    margin-bottom: 20px!important;
}
.payslip-section h2 {
    margin-bottom: 10px!important;
}
.welcome-section img.round-icon, .top-icon.active .red-circle:after {
    height: 110px;
    width: 110px;
}
.welcome-section .top-icon {
    max-width: 130px;
}
.hover-box {
    overflow-x: auto;
}
.icons {
    /* justify-content: space-evenly; */
    /* flex-wrap: wrap; */
    overflow-x: scroll;
font: -webkit-small-control;
    width: 767px;
}

.welcome-section .icon-title {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.top-icon.active::after {
display:none;
}
.bottom-desc>div {
    width: 100% !important;
}
.bottom-desc.active {
    display: block;
    gap: 20px;
}
.bottom-desc img {
    position: relative;
    z-index: 99;
    width: 100%;
    margin-bottom: 20px;
}
.form-group {
    width: 100%!important;
}
header.main-header .container {
    padding: 10px;
    border-bottom: 1px solid #ffffff40;
}
.small-header .container {
	padding: 0px!important;
}
.left, .right{
padding:20px;
}
.left p, .right p{
margin-bottom:0 !important;
}
.form-section .contct-btn {
    width: 50%!important;

}
}

@media (max-width: 575px){
.form-section .contct-btn {
    width: 100%!important;
}
.form-section input.wpcf7-form-control.wpcf7-submit{
	background-size:10px;
}
}

@media (max-width: 399px) {
    a.portal-btn {
        font-size: 13px;
        padding: 10px 20px;
    }
h1.banner-heading {
    font-size: 32px!important;
}
}

@media (min-width: 1200px) {

.padding-240{
height:100vh;
display :flex!important;
align-items:center;
padding-top: 100px !important;
        padding-bottom: 0 !important;
}


.right-banner img.d-block {
    width: 74%;
    margin: auto;
}
}
@media (min-width: 768px) and (max-width: 1399px){

.bottom-desc[data-index="0"].active:after {
    left: 7%;
}
.bottom-desc[data-index="1"].active:after {
    left: 27%;
}
.bottom-desc[data-index="2"].active:after {
    left: 50%;
}
.bottom-desc[data-index="3"].active:after {
    left: 70%;
}
.bottom-desc[data-index="4"].active:after {
    left: 91%;
}
}