/**** 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-main-header .menu-wrap{
    top: 152px !important;
}
.mobile-footer-neurostar {
    max-width: 170px;
    margin: 25px auto 0;
}
.header-search-box.mobile-search-box.open-search{
    height: 152px;
}
.mobile-main-header .menu-top li a {
    padding: 30px 0;
}
header.small-header.mobile-main-header .menu-top li a {
    padding: 35px 0;
}
.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;
    }
}
@media (min-width:1200px) and (max-width:1400px) {
    .container, .wp-block-group__inner-container {
        max-width: 1250px;
    }
    /*.header-left{
        width: 310px;
    }
    .header-right{
        width: calc(100% - 310px);
    }*/
    header .sub-menu li ul.sub-menu {
        left: -100%;
    }
    ul.menu-top li {
        padding: 0px 10px;
    }
    .menu-top li a {
        padding: 30px 0;
        font-size: 12px;
    }
    .header-search-box.open-search {
        opacity: 1;
        height: 110px;
        z-index: 999999;
    }
    .header-ph {
        padding: 10px 25px 10px 55px;
        font-size: 18px;
    }
    .header-ph span {
        font-size: 12px;
    }
    .header-ph::before {
        width: 25px;
        height: 25px;
        background-size: 25px;
    }
    .patient-portal-btn {
        margin-right: 10px;
        padding: 14px 20px 14px 40px;
        font-size: 15px;
    }
    .patient-portal-btn::before {
        width: 13px;
        height: 13px;
        background-size: 13px;
        left: 20px;
    }

}
@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;
    }
    .main-header .container{
        padding-bottom: 15px!important;
        padding-top: 15px!important;
    }
    .header-left{
        width: 200px;
    }
    .header-right{
        width: calc(100% - 200px);
    }
    .menu-header {
        display: none;
    }
    ul.menu-top .hide-menu {
        display: block;
    }
    .main-header .container {
        max-width: 100%;
    }
    .menu-wrap {
        background-color: #fff;
        position: fixed;
        top: 110px;
        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;
        border-top: 3px solid var(--color--one);
    }
    header.small-header .menu-wrap {
        top: 104px;
    }
    .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: var(--color--two);
        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: 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;
    }
    .search-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-right: 10px;
        margin-left: 10px;
        background: var(--color--two);
    }
    .small-header .search-icon {
        background: var(--color--six);
    }
    .small-header .search-icon svg path{
        stroke: var(--color--two);
    }
    .search-icon svg,
    .search-icon img {
        width: 18px;
        height: 18px;
        stroke: #fff;
    }
    .search-icon svg path{
        stroke: #fff;
    }
    .wp-block-group__inner-container {
        max-width: 92%;
    }
    .our-team.video-container {
        padding-right: 0;
    }

    .team-details .attorney-right-info .heading {
        font-size: 28px;
    }
    .attorney-detail-title .heading2 {
        font-size: 28px;
        padding: 25px 0 0px;
    }
    .space-pd.team-details {
        padding-bottom: 0;
    }
    .testimonial-item-box {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .h2 .h2, h2, .heading, h2.title {
        font-size: 36px;
    }
    .faq-card-header .font-h5 div[aria-expanded=false]:after, .faq-card-header .font-h5 div[aria-expanded=true]:after  {
        width: 35px;
        height: 35px;
    }
    .review-page .icon svg {
        width: 140px;
        height: 130px;
        margin-bottom: 10px;
    }
    .accordion-button {
        font-size: 18px;
    }
    .team-details img{
        padding-right: 0;
    }
    .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: 200px;
    }
    .header-right{
        width: calc(100% - 200px);
    }
    .header-ph:hover {
        background: var(--color--two);
        color: #fff;
        border-color: var(--color--two);
    }
    .patient-portal-btn {
        display: none;
    }
    .header-ph {
        font-size: 0!important;
        width: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0;
    }
    .header-ph span {
        display: none;
    }
    .header-ph::before {
        width: 25px;
        height: 25px;
        background-size: 25px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .banner-form form {
        padding-left: 0;
        margin-top: 30px;
    }
    aside.sidebar {
        margin-top: 40px;
    }
    .footer .footer-nav, .footer .contact-info {
        margin-top: 30px;
    }
    .footer-info-col {
        max-width: 100%;
    }
    .service-inner .service-icon {
        width: 70px;
        height: 70px;
    }
    .services-mob .service-inner {
        padding: 10px;
    }
    .service-inner hr {
        color: #F5293B ;
        margin: 10px 0;
    }
    .service-inner .hr-line {
        margin: 0;
    }
    .practice-info-wrap a .practice-icon:after {
        content: "";
        position: absolute;
        width: 100%;
        top: 0px;
        right: 0;
        height: 100%;
        background: linear-gradient(rgba(0, 0, 0, 0.3), rgb(0 0 0 / 88%));
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
    }
	.copyright{
		text-align:center;
	}
	.footer-tagline p{
		justify-content:center;
	}
	
	.logo-slider .logo-inner {
		border: 0;
	}

}


/* Small Devices View  New*/
@media (max-width: 767px) {
.ti-widget.ti-goog .ti-controls .ti-prev {
    left: -30px !important;
}
.ti-widget.ti-goog .ti-controls .ti-next {
    right: 30px !important;
}
.ti-controls {
    display: block !important;
}
.ti-widget.ti-goog .ti-large-logo svg {
    width: 250px;
}
.ti-reviews-container {
    padding: 0 30px !important;
}
.quote-inner {
     padding: 50px 0;
}
.testimonials-section {
    overflow-x: hidden;
}
.services-mob .service-inner {
      height: 100%;
}
    .h2, h2, .heading {
        font-size: 24px;
    }
    .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-heading {
        font-size: 22px;
    }
    .header-left {
        width: 180px;
    }
    .header-right{
        width: calc(100% - 180px);
    }
    .mobile-main-header .menu-wrap {
        top: 130px !important;
    }
   .header-ph:hover::before {
    background-image: url(../img/phicon.svg);
}
}

@media (max-width:650px) {
    header.main-header {
       transition: all 0.5s ease;
}
header.small-header {
    padding-top: 40px;
}
 header.small-header .menu-wrap {
    top: 156px !important;
}
}
@media (max-width:575px) {
    .header-search-box span.closebtn {
       right: 9px;
}
    .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%;
    }
    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;
    }

    .post-image img {
        height: 300px;
    }
	.copyright-text{
		    padding: 15px 0 0px;
	}
	.footer-tagline p {
        margin-bottom: 10px;
    }
}

/* Extra Small Devices View */
@media (max-width: 480px) {
    .page-banner .page-banner-title {
        font-size: 30px;
    }
    .mobile-main-header .mobile-phno span {
        font-size: 14px;
        letter-spacing: 0;
    }
    .mobile-main-header .mobile-phno {
        font-size: 14px;
    }
}
/************* responsivness*********************/
@media (max-width: 1199px) {
    .banner-section, .page-banner {
        background: none!important;
        padding-top: 140px;
		height:auto;
    }
    .form-section .inner-code{
        display: none;
    }
    .page-banner-title {
        text-align: center!important;
        margin-bottom: 30px;
    }
    .page-banner{
        min-height: auto!important;
    }
    .heading-section img{
        width: 100%;
    }
    .free-case-consultation{
        text-align: center;
    }
    #breadcrumbs{
        text-align: center;
    }
    .page-banner {
        padding-bottom: 0;
    }
    .banner-section .row, .page-banner .row{
        flex-direction: column-reverse;
    }
    .banner-section h1.banner-heading {
        font-size: 34px;
        margin-top: 50px;
    }

    img.small-image-class {
        width: 55%;
        position: absolute;
        bottom: -40px;
        left: 0;
    }
    .we-can-help-section {
        background: linear-gradient(90deg, rgba(245, 41, 59, 0.06) 0%, rgba(22, 35, 54, 1) 0%);
    }
    .form-section {
        background: #f2f2f2;
    }
    .form-section .inner-form {
        box-shadow: none;
        padding: 60px 0px;
        background: #f2f2f2;
    }
    .services-section .above-text p {
        width: 100%;
    }
    .image-with-text .image-col {
        padding-right: 0px;
    }
    .current-menu-ancestor > a {
        background-color: var(--color--two);
    color: #fff !important;
    }
    
}
@media (min-width:768px) and (max-width:1024px) {
        .inner-content.text-white.text-center {
    padding-right: 0px;
}
.ti-controls {
    display: block !important;
}
.ti-widget.ti-goog .ti-controls .ti-next {
    right: -21px !important;
}
.ti-widget.ti-goog .ti-controls .ti-prev {
    left: -20px !important;
}
.about .image {
    text-align: center;
}
}
@media (max-width: 1024px) {
.faq-card-header .font-h5 div {
    gap: 10px;
}
}
@media (max-width: 991px) {

    img.main-image-class {
        width: 90%;
        height: 460px;
        object-fit: cover;
        object-position: top;
    }


    .hr-line {
        width: 100%;
    }
    .logo-item:nth-child(odd):after {
        display: none;
    }
    .logo-item:nth-child(even):after {
        display: none;
    }
    .logo-inner {
        border: 1px solid #dddd;
        margin: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }
    .form-main-box .btn {
        padding: 15px 25px!important;
    }

.col-xl-6.pad-right {
    padding: 0 !important;
}
.service-inner {
    padding-bottom: 60px;
    position: relative;
}
.service-inner a.btn-knw {
    position: absolute;
    bottom: 10px;
}
.ti-widget.ti-goog .ti-controls .ti-next, .ti-widget.ti-goog .ti-controls .ti-prev {
    display: block !important;
}
.wpcf7-spinner {
    left: 70%;
}
}
@media (max-width: 767px) {

    .page-banner {
        padding-top: 150px!important;
    }
    .banner-section p {
        font-size: 12px;
        font-weight: 300;
        padding-right: 0;
    }

    .btn {
        font-size: 12px;
        margin-top: 0!important;
    }
    .services-section .above-text p {
        margin: 20px 0 30px;
        width: 100%;
    }
    .pad-right {
        padding-right: 0;
        padding-bottom: 20px;
        background: rgb(36 36 36 / 6%);
    }

    .rev-text p {
        font-size: 16px;
        line-height: 40px;
        font-weight: 300;
    }
    .review-content {
        font-size: 14px;
        line-height: 32px;
        font-weight: 300;
    }
    .testimonials-inner .slick-dotted.slick-slider {
        padding: 0px;
    }
    .testimonials-inner .slick-dots {
        width: 100%;
    }
    .testimonial-quote {
        width: 100px;
        margin-bottom: -60px;
    }
}

@media (max-width: 575px) {
    .quote-inner {
        width: calc(100% - 20px);
        margin-left: auto;
        margin-right: auto;
    }
    .quote-section.space-pd {
        padding-bottom: 20px!important;
    }
    .header-ph {
        width: 45px;
        height: 45px;
    }
    img.logos-icon {
        width: 60px;
        height: 70px;
        object-fit: contain;
        object-position: center;
    }
    img.main-image-class {
        width: 90%;
        height: 280px;
        object-fit: cover;
        object-position: top;
    }
    .logo-inner {
        padding: 0 10px;
    }
    .rev-text p {
        line-height: 32px;
    }
    .review-content {
        font-size: 13px;
        line-height: 28px;
    }
}