@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
    }
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1180px;
    }
}
@media (min-width: 1300px){
	     .container {
        max-width: 1270px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1370px;
    }
	.small-container{
		max-width:1354px 
	} 
	.mini-container{
	max-width:1204px; 
}
}
@media (min-width: 1450px){
	     .container {
        max-width: 1424px;
    }
}
@media (min-width: 1550px){
	     .container {
        max-width: 1524px;
    }
}
@media (min-width: 1650px){
      .container {
        max-width: 1624px;
    }
	.small-container{
		max-width:1354px
	}
	.mini-container{
	max-width:1204px; 
}
}
@media (max-width: 1600px) {
.banner-heading {
    font-size: 64px;
}
.banner-bg-img {
    background-position: top right -175px;
}
}
@media (max-width: 1499px) { 
.review_meta {
    padding: 20px 25px;
    gap: 10px 0px;
}
img.video_thumb {
    min-height: 340px;
}
}
@media (max-width: 1399px) { 
ul.menu-top li {
    margin-left: 20px;
}
.menu-top li a {
    font-size: 16px;
}
ul.menu-top li .sub-menu li a {
    font-size: 15px;
}
.header-contact-info a {
    font-size: 26px;
}
.banner-heading {
    font-size: 58px;
}
body {
    font-size: 17px;
    line-height: 1.8;
}
.banner_content {
    font-size: 18px;
    line-height: 1.8;
}
.title_style1 {
    font-size: 44px;
}

.h2, h2 {
    font-size: 56px; 
}
.h3, h3 {
    font-size: 40px;
}
h4, .h4 {
    font-size: 30px;
}
.sub_heading {
    font-size: 24px;
    line-height: 36px;
}
.pa_title {
    font-size: 20px;
}
.g-36 {
    --bs-gutter-y: 1.5rem;
    --bs-gutter-x: 1.5rem;
}
.review_meta {
    padding: 25px 30px;
    gap: 18px 0px;
}
.featured_post_box .case_title {
    font-size: 74px;
}
.item-box {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px 0px;
}
.bottom-wrap {
    padding: 40px;
}
.form_style3 {
    padding: 45px;
}
}
@media (max-width: 1299px) { 
.logo-wrapper {
    width: 220px;
}
.header-left-logo {
    width: 220px;
}
.header-aside-col {
    width: calc(100% - 220px);
}
.banner-heading {
    font-size: 50px;
}
.pa_title {
    font-size: 18px;
}
.form_style3 {
    padding: 35px;
}
.home_banner_img img {
    max-width: 560px;
}
}
@media (max-width: 1199px) { 
    /* Header menu for mobile */
    .right-top-wrap, .nav-menu-inner {
        display: none;
    }
 header#header {
    padding-top: 8px;
    padding-bottom: 8px;
}
    .header-aside-col {
        justify-content: flex-end;
    }
    /* header mobile menu */
    .mobile-header-sec {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
.menu-wrap {
    background-color: #00344c;
    position: fixed;
    top: 111px;
    height: 100%;
    width: 50%;
    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: 50%;
    }
    .menu-sidebar {
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
        margin-left: auto;
        padding-top: 0px;
    }
    .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.3);
    padding: 0;
}
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.23);
    }

    .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-size: 16px;
    }

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

    .menu-sidebar .menu-bar-wrapper li > a:hover {
        background-color: var(--color-1);
        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(--color-1);
        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>a {
        font-weight: 500;
        width: 100%;
        background-color: var(--color-1);
        color: #fff;
    }
    .current-menu-ancestor>a{
        font-weight: 500;
        color: #fff;
        width: 100%;
    }
    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children> a + .sidebar-menu-arrow::after {
        background-image: url(../img/nav-arrow.svg);
    }

    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children> a::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/nav-arrow.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/nav-arrow.svg);
    }
    .menu-sidebar .menu-bar-wrapper li a:hover + .sidebar-menu-arrow::after {
        background-image: url(../img/nav-arrow.svg);
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item > a + .sidebar-menu-arrow::after {
        background-image: url(../img/nav-arrow.svg);
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a::after{
        display: none;
    }
    /*Hamburger Button*/
    .menu-button:hover {
        cursor: pointer;
    }
.menu-button {
    height: 38px;
    width: 38px;
    position: relative;
    z-index: 12;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #8DA08F;
    border-radius: 0px;
    margin-left: 10px;
    order: 3;
    align-items: center;
}
.menu-button .menu-bar {
    position: relative;
    border-radius: 10px;
    width: 24px;
    transition: .5s;
    opacity: 1;
    display: block;
    height: 3px;
    background: #fff;
    margin-top: 5px;
    text-align: center;
}
    .menu-button .menu-bar-top {
        margin: 0;
    }
    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: var(--color-1);
        z-index: 13;
        right: 0;
        top: 0px;
        position: relative;
        width: 38px;
        border: transparent;
        height: 38px;
        align-items: center;
    }
    .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: #fff;
    width: 20px;
    top: -2px;
    background: #fff;
    left: 0px;
}
.menu-button.button-open .menu-bar-bottom {
    border-color: #fff;
    width: 20px;
    background: #fff;
    top: 0px;
    right: 0px;
}
.mobile-search-bar {
    top: 0;
    height: 38px;
    width: 38px;
    background: #8DA08F;
    border: none;
    border-left: none;
    border-radius: 0px;
    margin-left: 10px;
    margin-right: 0;
    order: 2;
}
    .mobile-search-bar .white-search-icon {
        background-position: center;
         width: 20px;
    height: 20px;
    }

    .header-top-right {
        justify-content: flex-end;
    }
    .header-contact-info {
        margin-top: 0;
        top: 0;
        width: auto;
        padding-left: 0;
        padding-bottom: 0;
        border-left: none;
        height: 80px;
        border-right: none;
        margin-left: 0;
        margin-right: 0;
        order: 1;
    }
.header-contact-info a {
    position: relative;
    padding: 0;
    line-height: 24px;
    background-position: 1px center;
    background-size: 38px;
    padding-left: 0px;
    font-size: 20px;
    font-weight: 500;
}
    .banner-heading {
    font-size: 50px;
}
    /*mobile menu css end*/
    .header-left-logo {
    width: 154px;
}
.header-aside-col {
    width: calc(100% - 154px);
}
.home_banner_img {
    justify-content: center;
}
.item_box_outer {
    font-size: 16px;
}
.result_box {
    padding: 30px 20px 30px 20px;
    font-size: 18px;
}
.bg-img{
    display: none;
}
.white-content-box {
    padding: 30px 20px;
}
.box-width {
    width: 100%;
}
.step_box {
    padding: 40px 15px;
}
.bg-img-left{
    display: none;
}
.content_width {
    max-width: 100%;
}
.sticky_active .sticky_img {
    position: static;
    transform: none;
    display: block;
}
.sticky_active .sticky_img img{
    max-width: 100%;
}
.item_list {
    gap: 10px;
}
.item_box_outer:last-child{
    border: 1px solid #FFFFFF80;
}
.item_box_outer {
    width: calc(33.33% - 10px);
    border: 1px solid #FFFFFF80;
    padding: 10px;
}
.h2, h2 {
    font-size: 42px;
}
.g-36 {
    --bs-gutter-y: 20px;
    --bs-gutter-x: 20px;
}
.banner_content {
    font-size: 18px;
    line-height: 1.8;
}
body {
    font-size: 16px;
    line-height: 1.6;
}
.space-top-none{
    padding-top: 0px;
}
.space-bottom-none{
    padding-bottom: 0px;
}
.footer-logo-outer:after, .footer-logo-outer:before{
    display: none;
}
.footer-logo {
    margin-bottom: 10px;
}
.footer-contact-info.header-contact-info {
    height: auto;
    margin-bottom: 15px;
}
h1, .h1 {
    font-size: 45px;
}
.h3, h3{
    font-size: 30px;
}
h4, .h4 {
    font-size: 26px;
}
.title_style1 {
    font-size: 36px;
}
.logo-boxes{
    height: 155px;
}
.logo-boxes img {
    max-height: 150px;
}
.pa_title{
    font-size: 22px;
}
.section-pd{
    padding-top: 60px;
    padding-bottom: 60px;
}
.font_20 {
    font-size: 18px;
}
.item-box {
    padding-top: 40px;
    padding-bottom:40px;
    padding-left: 20px;
    padding-right: 20px;
    gap: 15px 0px;
}
.container {
    max-width: 100%;
}
.case_title {
    font-size: 30px;
}
.footer-wrapper {
    padding: 80px 0px;
}
.square-bullets li::before {
    top: 9px;
    width: 10px;
    height: 10px;
}
.square-bullets li {
    padding-left: 20px;
}
.featured_post_box .case_title {
    font-size: 52px;
}
.bottom-wrap {
    padding: 30px;
}
.form_style3 {
    padding: 25px;
}
.banner-bg-img {
    background-position: top right -180px;
}
.community_involvement ul li {
    width: calc(50% - 14px);
}
.mobile-search-bar-box form {
    padding-left: 47px;
    padding-right: 47px;
}
.testimonials_section {
	padding-top:0px;
}
.font_24 {
    font-size: 20px;
}
.bottom_metas{
	width:100%;
}
.copyright-text{
	width:100%;
	padding-left: 0px;
}
.space-top-none{
	padding-top:0px;
}
}

@media (max-width: 991px) {
    .banner-heading {
    font-size: 40px;
}
.menu-show {
    max-width: 100%;
    width: 100%;
}
.home_banner_img img{
    max-width: 100%;
}
h1, .h1 {
    font-size: 40px;
}
.h3, h3{
    font-size: 28px;
}
h4, .h4 {
    font-size: 22px;
}
.title_style1 {
    font-size: 32px;
}
.pa_title{
    font-size: 20px;
}
.font_20 {
    font-size: 17px;
}
.item_box_wrap {
    padding: 30px 20px;
    gap: 10px;
}
.step_box {
    padding: 25px 15px;
}
.review_meta {
    padding: 25px 15px;
    gap: 15px 0px;
}
.btn_list {
    gap: 7px 7px;
}
.top-bottom-border {
    padding: 10px 15px;
    border-width: 2px 0px 2px 0px;
}
.btn {
    font-size: 16px;
    padding: 9px 20px;
}
.font_21 {
    font-size: 18px;
}
ul.footer-social {
    gap: 5px 13px;
}
ul.footer-social li {
    margin-right: 0px;
}
.item-box {
    padding-top:0px;
    padding-bottom:30px;
    padding-left: 15px;
    padding-right: 15px;
}
.footer-wrapper {
    padding: 60px 0px;
}
.featured_post_box .case_title {
    font-size: 40px;
}
.bottom-wrap {
    padding: 20px;
    position: static;
    width: 100%;
    margin: 0px;
}
.aside-sidebar {
    max-width: 100%;
}
.form_style3 {
    padding: 20px;
}
.space-top-none{
	padding-top:0px;
}
.image_border {
    padding-top: 30px;
    padding-left:30px;
}
.image_border:after {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
}
}

@media (max-width: 767px) {
h1, .h1 {
    font-size: 38px;
}
.h2, h2 {
    font-size: 34px;
}
.home-banner-sec {
    padding-top: 130px;
}
.white-content-box {
    width: 100%;
}
.item_box_outer {
    width: 100%;
    border: none;
    border-bottom: 1px solid #FFFFFF80;
}
.item_box_outer:last-child{
    border: none;
}
.h3, h3{
    font-size: 25px;
}
h4, .h4 {
    font-size: 23px;
}
.title_style1 {
    font-size: 28px;
}
.nap-item {
    width: 100%;
}
.btns_wraps{
	flex-wrap:wrap;
}
.blog-loop .blog-img-link img {
    height: 325px;
}
.community_involvement ul li {
    width: calc(100% - 14px);
}
.result_box {
    text-align: center;
}
body.home .practice_areas_sec  {
    text-align: center;
}
.header-contact-info a {
    background-image: url(../img/call-icon.svg);
    background-color: #8DA08F;
    font-size: 0px;
    width: 38px;
    height: 38px;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
}
.testimonial_img img {
    width: 100%;
}
.space-top-none{
	padding-top:0px;
}
}

