@media only screen and (min-width: 1400px) {
    body {
        font-size: 24px;
    }
    body p {
        line-height: 40px;
    }
    .footer-content-left .heading {
        font-size: 90px;
    }
}
@media only screen and (min-width: 1600px) {
    body, body p {
        font-size: 30px;
        line-height: 50px;
    }
    .container-fluid {
        padding: 0 70px;
    }
    .footer-logo a {
        display: inline-block;
    }
    .footer-logo a img {
        width: auto;
    }
    .footer-sec-wrap .nap-right-col {
        padding-left: 70px;
    }
    .nap-postal-address-wrapper .nap-wrapper {
        width: calc(50% - 30px);
    }

    .banner-heading {
        font-size: 70px;
    }
    .menu-top li a {
        font-size: 17px;
    }
    .header-contact-info {
        width: 350px;
    }
    .header-contact-info a span {
        font-size: 17px;
    }
    .header-contact-info a {
        font-size: 26px;
    }
    .header-top .header-left-logo {
        -ms-flex: 0 0 26%;
        flex: 0 0 26%;
        max-width: 26%;
    }
    .header-aside-col {
        -ms-flex: 0 0 74%;
        flex: 0 0 74%;
        max-width: 74%;
    }
    .menu-top li a {
        padding: 37px 7px;
    }
    .header-top .container-fluid {
        padding-right: 0;
    }
    ul.menu-top li {
        margin-left: 5px;
    }
}
@media only screen and (min-width: 1700px) {
    body, body p {
        font-size: 31px;
        line-height: 46px;
    }
}
@media only screen and (min-width: 1800px) {
    .footer-sec-wrap .nap-map-wrap iframe {
        height: 470px;
    }
    .banner-center-box {
    }
    .footer-content-left .heading {
        font-size: 94px;
    }
}
@media only screen and (min-width: 1900px) {
    body, body p {
        font-size: 25px;
        line-height: 40px;
    }
    .banner-center-box {
    }
.banner-heading {
    font-size: 100px;
    line-height: 1;
}
    .home-banner-row {
        width: 100%;
    }
    .footer-content-left .heading {
        font-size: 110px;
    }
    ul.menu-top>li.menu-item-has-children {
        margin-right: 15px;
    }
    ul.menu-top li {
        margin-left: 15px;
    }
    .menu-top li a {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1800px) {
.banner_group_image {
    left: 0px;
}
.banner-center-box p {
    font-size: 29px;
}
}
@media only screen and (max-width: 1399px) {
    .menu-top li a {
        font-size: 12px;
        padding: 32px 5px;
    }
    .header-contact-info a {
        font-size: 20px;
        padding: 22px 9px;
        padding-left: 53px;
        padding-right: 10px;
    }
    .banner-content-wrap {
    width: 33%;
    padding: 50px 0px;
}
.banner-center-box p {
    margin: 25px 0;
    margin-top: 20px;
}
.home-banner-row .btn {
    font-size: 18px;
    letter-spacing: 1px;
    padding: 12px 35px;
}
.bannerVideo {
    right: -199px;
}
}

@media only screen and (max-width: 1199px) {
    header#header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header#header.small-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header-contact-info span {
        display: none;
    }
    .header-contact-info {
        width: 55px;
        padding-left: 0;
        padding-bottom: 0;
        height: 55px;
        margin-right: 10px;
    }
    header#header.small-header .header-contact-info span {
        display: none;
        padding: 0;
    }
    .header-contact-info span {
        display: none;
    }
    .header-contact-info a span {
        font-size: 0;
        border: none;
        border-radius: 0px;
    }
    .header-contact-info a {
        font-size: 0;
        width: 100%;
        height: 55px;
        background-position: center;
        border: none;
        border-radius: 0;
        background-size: 30px;
        padding: 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: var(--blue);
        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.54);
        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: 18px;
    }

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

    .menu-sidebar .menu-bar-wrapper li > a:hover {
        background-color: var(--bs-lightbrown);
        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-lightbrown);
        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-lightbrown);
    }

    .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;
        position: unset;
    }
    .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: 55px;
        width: 55px;
        position: relative;
        z-index: 12;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background: var(--blue);
        border: none;
        border-radius: 0;
    }
    .menu-button .menu-bar {
        position: relative;
        border-radius: 0;
        width: 30px;
        transition: .5s;
        opacity: 1;
        display: block;
        height: 2px;
        background: var(--white);
        margin-top: 9px;
        text-align: center;
    }
    .menu-button .menu-bar-middle {
        width: 30px;
    }
    .menu-button .menu-bar-top {
        margin: 0;
    }
    header#header.small-header .menu-button .menu-bar {
        background: var(--white);
    }

    header#header.small-header .menu-button.button-open .menu-bar {
        background: var(--white);
    }

    .menu-button.button-open .menu-bar-top, .menu-button.button-open .menu-bar-bottom, .menu-button.button-open .menu-bar-middle {
        border-color: var(--white);
    }
    .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: 4px;
        background: #fff;
    }
    .menu-button.button-open .menu-bar-bottom {
        border-color: #ffffff;
        width: 100%;
        background: #fff;
    }
    .header-top .header-left-logo{
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .header-aside-col {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        justify-content: flex-end;
        padding-right: 30px;
    }
    /* menu css end */
    /* old menu */
    #rmp_menu_trigger-9104, #rmp-container-9104{
        display: none;
        z-index: -1;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }

    .nav-menu-inner, .nav-menu-wrapper.menu-header .mobile-search-bar, .nav-menu-wrapper.menu-header .header-contact-info {
        display: none;
    }
    /* old menu css */

    .btn {
        padding: 18px 20px;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0px;
    }
    body p, body {
        line-height: 30px;
        font-size: 18px;
    }
  .banner-heading {
    font-size: 50px;
    max-width: 415px;
    margin: auto;
}
    .home-banner-sec {
        height: auto;
    }
    .heading {
        font-size: 50px;
        margin-bottom: 20px;
    }
    .heading.border-center {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .practice-name-wrap .practice-name {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 5px;
    }
    .practice-col-wrap a .learn-more {
        font-size: 16px;
    }
    .practice-col-link a {
        padding: 15px 10px;
        font-size: 16px;
    }
    .footer-content-left .heading {
        font-size: 70px;
    }
    .banner-content-wrap {
    width: 50%;
}
.law_icon {
    padding: 0px 150px;
}
.law_icon:before{
    width: 100px;
}
.law_icon:after{
    width: 100px;
}
}

@media only screen and (max-width: 991px) {
    .section-pd {
        padding: 50px 0px;
    }
    body p, body {
        line-height: 24px;
        font-size: 16px;
    }
    .row.home-banner-row {
        width: 72%;
        padding: 0;
        margin: 0 auto;
    }
    .home-banner-sec img.banner-right-img, .home-banner-sec img.banner-left-img {
        height: calc(100% - 120px);
    }
    .home-banner-content .banner-heading {
        font-size: 64px;
    }
.home-banner-row .btn {
    padding: 14px 15px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    display: inline-block;
}
    .home-banner-content .banner-subheading {
        width: 430px;
    }
    .trust-logos-section.section-pd {
        padding-top: 30px;
    }
    .heading {
        font-size: 40px;
    }
    .banner-heading {
        font-size: 34px;
    }
    .service-detail-sec {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 0;
    }
    .service-col-right {
        padding-top: 30px;
    }
    .service-detail-row:first-child .service-col-right {
        padding-top: 30px;
    }
    .service-detail-row {
        margin-top: 20px;
    }
    .footer-contact-detail.section-pd {
        padding-top: 0;
    }
    .service-detail-row:last-child .service-col-left div>img {
        height: auto;
    }
    .footer-content-right {
        padding-left: 30px;
        padding-right: 0;
    }
    .footer-sec-wrap .nap-right-col {
        padding-left: 15px;
    }
    .home-banner-sec {
        height: 390px;
    }
    .footer-content-left {
        padding-top: 50px;
        margin-bottom: 30px;
    }
	
	.practice-col-wrap a .practice-name-wrap {
		aspect-ratio: 10 / 5;
	}
    .banner-center-box p {
    font-size: 19px;        margin: 15px 0;
        margin-top: 15px;
}
.banner-content-wrap {
    width: 39%;
    padding: 40px 0px;
}
.law_icon {
    padding: 0px 90px;
}
.law_icon:before {
    width: 70px;
    height: 2px;
}
.law_icon:after {
    width: 70px;
    height: 2px;
}
.bannerVideo {
    right: -160px;
}
.home-banner-sec:before {
    width: 100%;
}
.law_icon img {
    width: 45px;
}
.banner_group_image img {
    max-height: calc(100% - 50px);
}

}
@media only screen and (max-width: 767px) {
    .about-detail-detail {
        width: 100%;
    }
    .about-detail-detail .container {
        max-width: 100%;
    }
    .footer-content-left .heading {
        font-size: 57px;
    }
    .footer-sec-wrap .nap-right-col {
        margin-top: 20px;
    }
    .nap-postal-address-wrapper .nap-wrapper {
        width: calc(50% - 15px);
    }
    .footer-sec-wrap .nap-map-wrap {
        width: 100%;
    }
    .footer-sec-wrap .nap-detail-box {
        position: relative;
        right: 0;
        bottom: 0;
        top: 0;
        height: auto;
        padding: 25px;
        margin: 0;
        width: 100%;
    }
    .about-detail-detail {
        width: 100%;
        position: relative;
    }

    .mtrust-logo-section .item {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }
    .mtrust-logo-section .row {
        justify-content: center;
        margin: 0;
        overflow: hidden;
        align-items: center;
    }
    .mtrust-logo-section .item > div {
        height: auto;
        display: flex;
        align-items: center;
    }
    .mtrust-logo-section .item>div img {
        width: auto;
        max-height: 70px;
    }
    .row.home-banner-row {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .banner-center-box {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .banner-center-box p {
        text-align: center;
    }
    .home-banner-sec {
        height: auto;
        padding: 0;
        position: relative;
    }
    .banner-center-box {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .home-banner-sec img.banner-right-img, .home-banner-sec img.banner-left-img {
        height: auto;
        display: none;
        opacity: 0;
    }
    .mobile-search-bar {
        height: 55px;
        width: 55px;
        position: relative;
        top: 0;
        background: var(--blue);
    }
    .mobile-search-bar .white-search-icon {
        background-image: url(../img/search-icon-white.svg);
    }
    .footer-content-left p {
        font-size: 26px;
    }
    .practice-detail-section.section-pd {
        padding-top: 0;
    }
    .banner-content-wrap {
    width: 100%;
}
.banner_group_image {
    width: 100%;
}
.bannerVideo {
    right: 0px;
    position: static;
    width: 100%;
}
.banner-heading {
    max-width: 305px;
    margin: auto;
}

}
@media only screen and (max-width: 567px) {
    .practice-list-image-row .practice-col-wrap {
        margin-top: 20px;
    }
    .mtrust-logo-section .row {
        justify-content: center;
        margin: 0;
        overflow: hidden;
    }
    .banner-heading {
        font-size: 36px;
    }
    .heading.border-center {
        font-size: 35px;
    }
    .mtrust-logo-section .item {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 15px;
    }
    .nap-postal-address-wrapper .nap-wrapper {
        width: 100%;
        margin-top: 30px;
    }
    .nap-postal-address-wrapper .nap-wrapper:first-child {
        margin-top: 0;
    }
    .footer-content-left .heading {
        font-size: 52px;
    }
}
@media only screen and (max-width: 480px) {
    .menu-button {
        height: 45px;
        width: 45px;
    }
    .mobile-search-bar {
        height: 45px;
        width: 45px;
        position: relative;
        top: 0px;
    }
    .header-contact-info {
        width: 45px;
        height: 45px;
    }
    .header-aside-col, .header-top .header-left-logo {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .header-contact-info a {
        background-size: 26px;
    }
}
@media only screen and (max-width: 370px) {
    .footer-content-left .heading {
        font-size: 45px;
    }
}
