@media(min-width: 575px){
    ul.li-list {
        column-count: 2;
    }
}
@media (min-width: 991px){
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width:650px) and (max-width:991px){

}
@media(min-width:992px){

}
@media (min-width: 1200px){
    .container {
        max-width: 1260px;
    }
}

@media(min-width:1400px){
    .container{
        max-width: 1320px;
    }
}
/* @media css */
@media (min-width: 1420px){
    .inner-page-banner {
        height: 610px;
    }
}
@media (min-width: 1500px){
    .container {
        max-width: 1380px;
    }
    body {
        font-size: 16px;
        line-height: 36px;
    }
    .inner-banner-bg {
        background-position: top center;
    }
}

@media (min-width: 1600px){

}

@media (min-width: 1700px){
    .inner-page-banner {
        height: 700px;
    }
}

@media (min-width: 1800px) {
    .inner-page-banner {
        height: 70%;
    }
}
@media (min-width: 1900px) {
    .inner-page-banner {
        height: 80%;
    }
}

@media (max-width: 1199px){
    .logo-wrapper a {
        max-width: 235px;
    }
    .header-top .header-left-logo {
        padding-bottom: 0;
    } 
    .header-top .container {
        max-width: 100%;
        padding-right: 15px;
    }
    .mobile-search-bar {
        margin-left: 5px;
    }
    .header-contact-info a {
        margin-left: 0;
        font-size: 12px;
        background-size: 13px;
        background-position: 10px center;
        padding-left: 32px;
        padding-right: 10px;
    }
    .header-contact-info {
        margin-top: 0;
        display: flex;
        align-items: center;
        width: 196px;
        padding-left: 5px;
        padding-bottom: 0;
    }
    ul.menu-top li {
        margin-left: 7px;
    }
    .menu-top li a {
        padding: 26px 0;
        font-weight: 300;
        font-size: 11px;
        line-height: 23px;
    }
    .header-contact-info a span {
        display: none;
        font-size: 0px;
    }

    .title, .heading {
        font-size: 36px;
        line-height: 50px;
    }
    h2 {
        font-size: 34px;
        line-height: 46px;
    }
    h3 {
        font-size: 30px;
        line-height: 40px;
    }
    h4 {
        font-size: 24px;
        line-height: 34px;
    }
    h5 {
        font-size: 20px;
        line-height: 30px;
    }
    h6 {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 991px) {
    header#header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header#header.small-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header-contact-info {
        display: inline-block;
        width: 143px;
        margin: 0;
        padding: 0;
        margin-right: 10px;
    }
    .header-contact-info a {
        margin-left: 0;
    }
    /* header mobile menu */
    .mobile-search-bar {
        height: 38px;
        width: 38px;
        margin-right: 10px;
        margin-left: 0;
        padding: 0;
        border: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-header-sec {
        display: flex;
        align-items: center;
    }
    .menu-wrap {
        background-color: #000;
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        right: -100%;
        font-size: 1em;
        font-weight: 700;
        overflow: auto;
        transition: .5s;
        z-index: 12;
        display: flex;
        justify-content: center;
    }

    .menu-full-wrapper {
        width: 100%;
        position: relative;
    }
    .menu-show {
        right: 0;
        box-shadow: none;
        display: block;
        max-width: 100%;
    }
    .menu-sidebar {
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
        margin-left: auto;
        padding-top: 70px;
    }
    .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(255, 255, 255, 0.14);
        padding: 0;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid rgba(184, 184, 184, 0.13);
    }

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

    .menu-sidebar .menu-bar-wrapper li > a {
        color: #ffffff;
        font-weight: normal;
        padding: 7px 20px;
        position: relative;
        display: block;
        font-weight: 400;
        font-size: 16px;
    }

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

    .menu-sidebar .menu-bar-wrapper li > a:hover {
        background-color: var(--bs-blue);
        color: #fff;
        width: 100%;
    }

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

    .menu-sidebar .menu-bar-wrapper li.current-menu-item > a {
        font-weight: 500;
        background-color: var(--bs-blue);
        color: #fff;
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper li.current-menu-item.menu-item-23 ul li a {
        background: none;
    }

    .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: 500;
        color: #fff;
        width: 100%;
        background-color: var(--bs-blue);
    }

    .current-menu-ancestor>.nav-link{
        font-weight: 500;
        color: #fff;
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link + .sidebar-menu-arrow::after {
        background-image: url(../img/white-arrow-down.svg);
    }

    .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: 42px;
        width: 40px;
    }

    .menu-sidebar .menu-bar-wrapper li#menu-item-328.menu-item-has-children .sidebar-menu-arrow {
        width: 100%;
    }

    .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 {
        font-size: 16px;
        padding-left: 30px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a br, .menu-sidebar .menu-bar-wrapper li a br {
        display: none;
    }

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

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

    .sidebar-menu-arrow::after {
        cursor: pointer;
        content: "";
        position: absolute;
        top: 0px;
        margin: auto;
        bottom: 0px;
        right: 0;
        background-size: 14px;
        background-repeat: no-repeat;
        background-image: url(../img/white-arrow-down.svg);
        background-position: center;
        height: 40px;
        width: 40px;
    }
    .sidebar-menu-arrow::after {
        pointer-events: none;
        opacity: 1;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow::after {
        transform: rotate(180deg);
        display: block;
    }
    .sidebar-menu-arrow:hover::after {
        background-image: url(../img/white-arrow-down.svg);
    }
    .menu-sidebar .menu-bar-wrapper li a:hover + .sidebar-menu-arrow::after {
        background-image: url(../img/white-arrow-down.svg);
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item > a + .sidebar-menu-arrow::after {
        background-image: url(../img/white-arrow-down.svg);
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a::after{
        display: none;
    }
    /*Hamburger Button*/
    .menu-button:hover {
        cursor: pointer;
    }
    .menu-button {
        height: 49px;
        width: 45px;
        position: relative;
        z-index: 12;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background: var(--bs-blue);
    }
    .menu-button .menu-bar {
        position: relative;
        border-radius: 0px;
        width: 25px;
        transition: .5s;
        opacity: 1;
        display: block;
        height: 2px;
        background: #fff;
        margin-top: 6px;
        text-align: center;
    }
    .menu-button .menu-bar-middle  {
        width: 25px;
    }
    .menu-button .menu-bar-top {
        margin: 0;
    }
    header#header.small-header .menu-button .menu-bar {
        background: #fff;
    }

    header#header.small-header .menu-button.button-open .menu-bar {
        background: #fff;
    }

    .menu-button.button-open .menu-bar-top, .menu-button.button-open .menu-bar-bottom, .menu-button.button-open .menu-bar-middle {
        border-color: #ffffff;
    }
    .button-open {
        z-index: 16;
    }
    .menu-button.button-open {
        background: none;
        z-index: 13;
        height: 32px;
        width: 32px;
        right: 25px;
        top: 15px;
        position: fixed;
    }
    .button-open .menu-bar {
        opacity: 1;
    }
    .button-open .menu-bar-top {
        border-color: #fff;
        transform: rotate(45deg) translate(8px, 8px);
        transition: .5s;
    }
    .button-open .menu-bar-middle {
        background-color: #fff;
        transform: translate(230px);
        transition: .1s ease-in;
        opacity: 0;
    }

    .button-open .menu-bar-bottom {
        border-color: #fff;
        transform: rotate(-45deg) translate(5px, -5px);
        transition: .5s;
        right: 0;
    }
    .menu-button.button-open .menu-bar-top {
        border-color: #ffffff;
        width: 100%;
        top: -2px;
        background: #fff;
    }
    .menu-button.button-open .menu-bar-bottom {
        border-color: #ffffff;
        width: 100%;
        background: #fff;
    }
    /*mobile menu css end*/
    .section-pd {
        padding: 50px 0;
    }
    .home-blog-info .blog-link {
        font-size: 11px;
        line-height: normal;
        padding: 12px 12px;
    }
    .title, .heading {
        font-size: 30px;
        line-height: normal;
    }

    .menu-footer li {
        padding: 0 10px;
    }
    .menu-footer li a {
        font-size: 14px;
    }
    .nap-postal-address-wrapper .nap-title, .selected-single-nap .nap-title {
        font-size: 16px;
    }
    .nap-address-info {
        font-size: 14px;
        letter-spacing: 0;
    }
    .location-center .direction-link, .nap-contact-info .phoneno {
        font-size: 14px;
    }
    .location-row-wrap .nap-map-location {
        height: 100%;
        margin-top: 20px;
    }
    .contact-maps-wrap iframe {
        width: 100%;
        height: 360px;
    }
    .map_tab_container {
        width: 100%;
        bottom: 0;
        position: relative;
    }
    .tab-row.map-listing-row {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        max-width: 100%;
    }
    .tab-row.map-listing-row .map-data {
        position: relative;
        width: 50%;
    }
    .single-patient-info {
        padding: 0 5px;
        font-size: 12px;
    }
    .normal-btn {
        padding: 10px 14px;
        min-width: 70px;
    }
    .single-gallery-content .single-post-content img {
        height: 300px;
    }
    .static-page-details iframe {
        height: 400px;
    }
    .page-template-template-bio {
        padding-top: 40px;
    }
    .ipad-d-none {
        display: none;
    }
    .m-doc-image {
        display: block;
    }
    .header-aside-col {
        align-items: center;
        display: flex;
        justify-content: flex-end;
    }
    .mobile-header-sec {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-search-bar {
        height: 28px;
        width: 34px;
        margin-right: 8px;
        justify-content: center;
    }
    .mobile-search-bar .white-search-icon {
        background-size: contain;
    }
    .mobile-search-bar {
        height: 28px;
        width: 34px;
        margin-right: 8px;
        margin-left: 0;
        padding: 0;
        border: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .m-top-doc-logo .top-doc-logo {
        position: absolute;
        bottom: 80px;
        right: 15px;
    }
}
@media (max-width: 767px) {
    .container, .container-sm {
        max-width: 100%;
    }
    .menu-button {
        height: 38px;
    }
    .header-contact-info {
        display: inline-block;
        width: auto;
        margin: 0;
        padding: 0;
        margin-right: 10px;
    }

    .header-contact-info a {
        margin-left: 0;
        font-size: 0;
        background-size: 13px;
        background-position: center;
        padding: 19px 14px;
    }
    header#header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header#header.small-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
    h3 {
        font-size: 26px;
        line-height: 36px;
    }

    h4 {
        font-size: 22px;
        line-height: 32px;
    }
    h5 {
        font-size: 18px;
        line-height: 28px;
    }
    h6 {
        font-size: 14px;
        line-height: 24px;
    }
    /* home footer section */
    .m-top-doc-logo .top-doc-logo {
        position: relative;
        bottom: 0;
        right: 0;
        text-align: center;
        margin-top: 30px;
    }
    .nap-address-info, .nap-address-info a, .nap-address-info *, .nap-contact-info .phoneno, .location-center .direction-link, .nap-contact-info .phoneno, .nap-fax-info {
        font-size: 14px;
    }
    /* home footer section */
}

@media (max-width: 400px) {
    .m-footer-common {
        width: 100%;
        margin-top: 30px;
    }
    .m-footer-common:first-child {
        margin-top: 0px;
    }
}
@media (max-width: 567px){
    .home-attorney-img:after {
        width: 50px;
        left: -25px;
    }
    .home-attorney-item.attorney-info-3 a .home-attorney-img:after {
        right: inherit;
        left: -20px;
        width: 40px;
    }
    .home-attorney-item.attorney-info-2 a .home-attorney-img:after {
        right: -25px;
        left: inherit;
        width: 50px;
    }
    .home-attorney-item.attorney-info-4 a .home-attorney-img:after {
        right: -25px;
        left: inherit;
        width: 50px;
    }
}
@media (max-width: 380px) {
    .title, .heading {
        font-size: 26px;
        line-height: normal;
    }
    .footer-contact-form .fullwidth.mb-5 {
        margin-bottom: 10px !important;
    }
}
@media (max-width: 300px) {
    body {
        font-size: 14px;
        line-height: 24px;
    }
    .logo-wrapper a {
        max-width: 140px;
    }
    .title, .heading {
        font-size: 22px;
        line-height: normal;
    }
    .testimonial-item p {
        font-size: 16px;
        line-height: 28px;
    }
}
@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {

}