@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: 1260px;
    }
}
@media (min-width: 1350px) {
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
@media (min-width: 1450px) {
    .container {
        max-width: 1400px;
    }
    
}
@media (min-width: 1600px){
 .container {
    max-width: 1484px;
}

}

@media (min-width: 1900px) {

}
@media (max-width: 1767px) {
    .home-banner-sec.copy-home-new .home_banner_img{

    }
    .home-banner-sec.copy-home-new .home_banner_img img{
       /* position: fixed;*/
    }
}
@media (max-width: 1600px) { 
    .banner-heading {
            font-size: 55px;
        line-height: 60px;
}
/* .home_banner_meta {
    padding: 70px 0px;
} */
.guidance-row .col-lg-6 .heading{
    font-size: 56px;
}
}
@media (max-width: 1467px){
.home-banner-sec.copy-home-new .home_banner_img img {
    height: 100%;
    position: relative;
    width: auto;
    object-fit: contain;
}
    .home_banner_meta{
        padding-top:100px;
    }
}
@media (max-width: 1399px) { 
    .legal-home-section .guidance-row, .legal-home-section .top-content-row{
            padding: 80px 80px;
    }
    .legal-home-section .content{
        font-size: 36px;
    }
    .banner-heading {
        font-size: 50px;
    }
    h2, .h2 {
        font-size: 56px;
    }
    .content_boxes {
        padding: 40px 40px;
    }
    .menu-top li a {
        font-size: 13px;
    }
    .nav-menu-wrapper {
        padding: 0px 15px;
    }
    h1, .h1 {
        font-size: 80px;
    }
    .pa-img {
        height: 425px;
    }
    .banner-small-title {
        font-size: 18px;
    }
    .workplace-discrimination-sec .heading,.practice_areas_sec .heading,.testimonials_sec .heading,.employment_lawyer_sec .heading,.left_img_right_content_sec .heading{
        font-size: 42px;
        line-height: 52px;
        
    }
    .right-col-div ul{
        grid-template-columns: repeat(2, 1fr);
    }
    .right-col-div ul li{
        line-height: 23px;
    }
   .employment_lawyer_sec .left-content p{
    font-size: 17px;
   }
   .employment_lawyer_sec   .right-content {
    padding-left: 20px;
    padding-right: 20px;
    }
 /* .home-banner-sec.copy-home-new .home_banner_img img{
    top:40px;
    } */
    .testimonials-content p{
        font-size: 20px;
    }
    .testimonials_sec .testimonials-title{
        font-size: 18px;
    }
}    

@media (max-width: 1299px) { 
    h2, .h2 {
        font-size: 50px;
    }
    .workplace-discrimination-sec .left-col-div{
        padding:0;
    }
    .right-col-div ul{
            gap: 20px 20px;   
    }
    .banner-heading{
        font-size: 49px;
    }
    .legal-home-section .content{
        font-size: 30px;
    }
    .single-guidance-detail{
           padding: 40px; 
    }
    .home-banner-sec.copy-home-new .home_banner_img img{
        bottom:0;
        top:30px;
    }
}
@media (max-width: 1199px) { 
    /* Header menu for mobile */
    .right-top-wrap, .nav-menu-inner {
        display: none;
    }
    header#header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .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: var(--color-1);
        position: fixed;
        top: 90px;
        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.35);
        padding: 0;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid rgba(255, 255, 255, 1);
    }

    .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 .sub-menu li a {
    font-size: 16px;
    padding-left: 30px;
    color: #47585E;
}

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

    .menu-sidebar .menu-bar-wrapper li > a:hover {
        background-color: var(--color-3);
        color: var(--color-1);
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper li > a:hover::after {
        opacity: 1;
    }
.menu-sidebar .menu-bar-wrapper .sub-menu li.current-menu-item>a {
    font-weight: 500;
    background-color: var(--color-2);
    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;
    }

    .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 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);
        filter: invert(1);
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a::after{
        display: none;
    }
    /*Hamburger Button*/
    .menu-button:hover {
        cursor: pointer;
    }
    .menu-button {
        height: 44px;
        width: 44px;
        position: relative;
        z-index: 12;
        display: flex;
        justify-content: center;
        flex-direction: column;
        background: #fff;
        margin-left: 12px;
        order: 3;
        align-items: center;
        border-radius: 10px;
        border: 1px solid var(--color-6);
    }
    .menu-button .menu-bar {
        position: relative;
        border-radius: 10px;
        width: 20px;
        transition: .5s;
        opacity: 1;
        display: block;
        height: 2px;
        background: var(--color-1);
        margin-top: 5px;
        text-align: center;
    }
    .menu-button .menu-bar-top {
        margin: 0;
    }
    header#header.small-header .menu-button.button-open .menu-bar {
        background: var(--color-1);
    }
    .menu-button.button-open .menu-bar-top, .menu-button.button-open .menu-bar-bottom, .menu-button.button-open .menu-bar-middle {
        border-color: var(--color-1);
    }
    .button-open {
        z-index: 16;
    }
    .menu-button.button-open {
        background: var(--color-5);
        z-index: 13;
        position: relative;
        width: 44px;
        border: transparent;
        height: 44px;
        align-items: center;
    }
    .button-open .menu-bar {
        opacity: 1;
    }
    .button-open .menu-bar-top {
        border-color:  var(--color-1);
        transform: rotate(45deg) translate(8px, 8px);
        transition: .5s;
    }
    .button-open .menu-bar-middle {
        background-color: var(--color-1);
        transform: translate(230px);
        transition: .1s ease-in;
        opacity: 0;
    }
    .button-open .menu-bar-bottom {
        border-color:var(--color-1);
        transform: rotate(-45deg) translate(5px, -5px);
        transition: .5s;
        right: 0;
    }
    .menu-button.button-open .menu-bar-top {
        border-color: var(--color-1);
        width: 18px;
        top: -4px;
        left: 1px;
    }
    .menu-button.button-open .menu-bar-bottom {
        border-color: var(--color-1);
        width: 18px;
        top: 0px;
        right: 0px;
    }
    .mobile-search-bar {
        top: 0;
        height: 44px;
        width: 44px;
        background: #fff;
        border: none;
        border-left: none;
        border-radius: 0px;
        margin-left: 10px;
        margin-right: 0;
        order: 2;
        border-radius: 10px;
    }
    .mobile-search-bar .white-search-icon {
        background-position: center;
    }
    .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;
        top: 2px;
        padding: 0;
        line-height: 24px;
        background-position: 1px center;
        background-size: 38px;
        padding-left: 50px;
    }
    /*mobile menu css end*/
    .header-left-logo {
        width: 75px;
    }
    .header_mobile_btn {
        min-width: auto !important;
        width: 44px;
        height: 44px;
        border-radius: 10px;
        padding: 0px !important;
        justify-content: center;
    }
    .header_mobile_btn svg,
    .header_mobile_btn img
    {
        margin: 0px;
    }
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
    .header_contact_info {
        display: none;
    }
    .section-pd {
        padding: 70px 0;
    }
    .section-pt {
        padding-top: 70px;
    }
    .section-pb {
        padding-bottom: 70px;
    }
    .content_boxes {
        padding: 30px 15px;
    }
    .btn_list {
        gap: 20px 15px;
    }
    .testimonials-content {
        font-size: 18px;
        line-height: 1.6;
    }
    .h2, h2 {
        font-size: 46px;
    }
    .item_meta {
        padding: 20px 15px;
    }
    .pa_title {
        font-size: 18px;
    }
    .banner-heading {
        font-size: 75px;
    }
    body {
        font-size: 15px;
    }
    h3, .h3 {
        font-size: 26px;
    }
    .btn {
        padding: 9px 16px;
        font-size: 17px;
        min-width: 145px;
    }
    .inner-banner {
        padding: 70px 0px;
    }
    .review_box {
        padding: 35px 20px;
    }
    h1, .h1 {
        font-size: 52px;
    }
    .close-btn:before, .close-btn:after {
        height: 16px;
    }
 .searchform .close-btn {
    top: 5px;
    right: 10px;
}
    .close-btn {
        width: 35px;
        height: 35px;
    }
    .banner-small-title {
        font-size: 18px;
    }
    .list-style ul li {
        padding-left: 28px;
    }
    blockquote {
        padding: 20px;
        font-size: 16px;
    }
    .sidebar-listing ul li a {
    font-size: 15px;
}
.content_meta {
    gap: 15px 0px;
}
.nap_map iframe {
    height: 400px;
}
.logged-in .menu-wrap {
    top: 122px;
}
.banner-heading {
    font-size: 39px;
}
.legal-home-section .guidance-content{
    font-size: 16px;
}
.legal-home-section .guidance-row, .legal-home-section .top-content-row{
    padding: 60px 60px;
}
.guidance-row .col-lg-6 .heading {
    font-size: 42px;
}
.workplace-discrimination-sec .heading, .practice_areas_sec .heading, .testimonials_sec .heading, .employment_lawyer_sec .heading, .left_img_right_content_sec .heading,.contact_us_sec .heading{
    font-size: 38px;
}
.workplace-discrimination-sec .heading{
    font-size: 38px;
    line-height: 48px;
}
.legal-home-section .content {
    font-size: 20px;
}
.legal-home-section .guidance-row, .legal-home-section .top-content-row{
    padding: 60px 30px;
}
}

@media (max-width: 991px) { 
    .footer-logo {
        width: 100%;
        text-align: center;
        max-width: 100%;
    }
    .footer_meta {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .menu-footer li a {
        text-align: left;
        padding: 15px 20px;
        font-size: 16px;
    }
    .menu-footer li {
        width: 40%;
    }
    .menu-footer {
        flex-direction: unset;
        justify-content: center;
        gap: 0px;
    }
    .banner-heading {
        font-size: 50px;
    }
    .sub_heading {
        font-size: 14px;
        letter-spacing: 3px;
    }
    .btn {
        font-size: 18px;
        padding: 12px 20px;
        min-width: 160px;
    }
    h2, .h2 {
        font-size: 34px;
    }
    h3, .h3 {
        font-size: 26px;
    }
    .h4, h4 {
        font-size: 24px;
    }
    .item_list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .item_box_outer.active {
        flex: 0 0 50%;
    }
    .item_box_outer {
        padding: 6px 6px;
        flex: 0 0 50%;
    }
    .pa_img {
        height: 280px;
    }
    .item_box_outer.active .pa_img {
    }
    .item_box_outer.active .item-content-onhover {
        display: none;
    }
    .item_box_outer.active .item-content-default {
        opacity: 1;
        height: auto;
    }
    .item_box_outer.active .item_meta {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.8%, rgba(0, 0, 0, 0.8) 100%);
    }
    .menu-show {
        max-width: 100%;
        width: 100%;
    }
    .home_banner_meta {
        gap: 15px 0px;
        padding: 30px 0px;
        padding-bottom:0;
    }
    .home_banner_meta{
        padding-top:70px; 
    }
    .aside-sidebar {
        max-width: 100%;
    }
    .blog-loop .blog-img-link img {
        height: 300px;
        background-position: center;
    }
    .testimonials-title {
        font-size: 18px;
    }
    h1, .h1 {
        font-size: 44px;
    }
    .case-result-card {
        padding: 30px 20px;
    }
    .sidebar-listing {
        padding: 30px 12px;
    }
    .sidebar-contact {
        padding: 30px 12px;
    }
    .footer-social-sec {
        padding-top: 5px;
    }
    .banner_meta {
    width: 100%;
    margin-bottom: 15px;
}
    .banner_box {
        justify-content: center;
    }
    .footer-wrapper {
        padding: 50px 0px;
    }
    .banner-small-title {
        font-size: 18px;
    }
    blockquote {
        padding: 20px 12px;
        font-size: 16px;
    }
    .logo-boxes {
        height: 100px;
    }
    .logo-boxes img {
        max-height: 100px;
    }
    .widget-title {
    font-size: 22px;
}
textarea.form-control {
    height: 110px;
}
.pa_box .item-content-onhover {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
    height: auto;
}
.pa_box .item-content-default {
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.pa_box .item_meta {
    background: linear-gradient(180deg, rgba(71, 71, 71, 0) 25.8%, rgba(61, 118, 110, 0.92) 57.19%);
}
.pagination .nav-links span, .pagination .nav-links a {
    font-size: 15px;
    margin: 0 4px;
    min-width: 48px;
    height: 42px;
    border-radius: 12px;
    line-height: 42px;
}
.pagination .nav-links a.next, .pagination .nav-links a.prev {
    min-width: 50px;
    background-size: 15px;
}
.blog-searchform [type=submit] {
    width: 60px;   
    background-size: 15px;
    border-radius: 15px;
}
.blog-search-field {
    padding: 10px 35px;
    height: 56px;
    padding-right: 74px;
    background-position: center left 12px;
}
.blog-img-link img {
    height: 300px;
}
.nap_map iframe {
    height: 350px;
}
.review_box {
    padding: 30px 15px;
}
.location-center {
    padding-left: 30px;
}
.email_address {
    padding-left: 30px;
}
.phoneno {
    padding-left: 30px;
}
.footer_phone_number .btn {
    font-size: 20px;
}
.home-banner-sec.copy-home-new .home_banner_img img{
    position: unset;
}
.copy-home-new.home-banner-sec{
    padding-bottom: 0;
}
.home-banner-sec.copy-home-new{
    background-image: unset;
    background-color: #FFE9BA;
}
.legal-home-section .container{
    background-color: unset;
}
.legal-home-section .row{
    background-color: #FFE9BA;
}
.single-guidance-detail{
    border:none;
}
/* .legal-home-section.section-pd{
    padding-bottom: 70px;
} */
.single-guidance-detail {
    padding: 0px;
}
.guidance-details .single-guidance-detail{
    margin-bottom:50px
}
.guidance-details .single-guidance-detail:last-child{
    margin-bottom:0;
}
.guidance-row .col-lg-6 .heading{
    margin-bottom:60px;
}
.workplace-discrimination-sec .heading,.practice_areas_sec .heading,.practice_areas_sec .sub_heading{
    text-align: left;
}
.left-col-div{
    margin-bottom:40px;
}
.employment_lawyer_sec .left-content,.employment_lawyer_sec .right-content{
    text-align: left ;
}
.employment_lawyer_sec .right-content{
    padding:0;
}
.contact_us_sec .heading{
    text-align: left !important;
    margin-bottom: 40px !important;
}
.contact_us_sec .nap-contact-info {
    margin-bottom: 22px;
}
.left_img_right_content_sec .page-button{
    margin-top:25px;
}
.employment_lawyer_sec .btn_list{
    margin-top: 40px;
}
.testimonials-title{
    text-align:center;
}
.testimonials_sec .sub_heading{
    margin-bottom:14px !important;
}
.practice_areas_sec .item_list{
    margin-top:34px !important;
    margin-bottom:40px !important;
}
.workplace-discrimination-sec a{
    margin-top: 40px;
}
.workplace-discrimination-sec .heading{
    margin-bottom: 30px;
}
.home-banner-sec .page-button{
    margin-top:25px !important;
}
.left_img_right_content_sec .radius_20{
    width:100%;
    height:100%
}
.legal-home-section.section-pd .top-content-row{
    margin-top: 0;
}
.legal-home-section::after{
    display: none;
}
.testimonials_sec .testimonials-title{
    text-align: center;
}
.footer-menu-sec ul li a{
    text-align: center;
}
.home-banner-sec.copy-home-new .home_banner_img {
    position: unset;
    padding-top: 0px;
}
.banner_thumbnail:after {
    left: auto;
    right: 0px;
    width: 100%;
}

}

@media (max-width: 767px) { 
    .item_box_outer.active {
        flex: 0 0 100%;
    }
    .item_box_outer {
        padding: 8px 0px;
        flex: 0 0 100%;
        min-width: 100%;
    }
    .pa_img {
        height: 180px;
    }
    .blog-loop .blog-img-link img {
        height: 250px;
    }
    .blog-loop .blog-img-link img.no-feature {
        background-size: 100px;
    }
    .footer_phone_number .btn {
        width: 100%;
    }
    .banner_list_style ul li {
        width: 100%;
        padding-left: 29px;
    }
    .banner_list_style ul li:before {
        width: 20px;
        height: 20px;
        top: 4px;
        background-size: 20px;
    }
    .banner_thumbnail {
        width: auto;
    }
    .banner-small-title {
        font-size: 18px;
    }
    .review_box_outer:nth-child(4n+2) .review_box, .review_box_outer:nth-child(4n+3) .review_box {
        background: var(--color-3);
        color: inherit;
    }
    .review_box_outer:nth-child(4n+2) .review_box .read-more a, .review_box_outer:nth-child(4n+3) .review_box .read-more a {
        color: var(--color-1);
    }
    .review_box_outer:nth-child(even) .review_box{
        background: var(--color-1);
        color: #ffffff;
    }
    .review_box_outer:nth-child(even) .review_box .read-more a{
        color: #ffffff;
    }
    .btn {
        min-width: 150px;
        font-size: 20px;
        padding: 15px 20px;
    }
    .btn_list {
        gap: 10px 10px;
    }
    .sidebar-listing ul li a {
    font-size: 14px;
    padding-right: 18px;
}
.copyright-text {
    font-size: 14px;
}
.arrow_btn {
    font-size: 18px;
    background-position: right top 4px;
    padding-right: 26px;
    background-size: 15px;
}
.blog-img-link img {
    height: 250px;
}
.nap_map iframe {
    height: 300px;
}
.full_width_btn {
    width: 100%;
}
  .container {
    padding-left: 30px;
    padding-right: 30px;
}
.wpcf7-spinner {
    left: 50%;
    transform: translateX(-50%);
}

}

@media(max-width: 767px){
    .sub_heading{       
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
        color:#3D766E;
    }
    .banner-heading {
        font-size: 38px;
        line-height: 1.2;
    }
    .home_banner_img{
        width:100%;
    }
    .home_banner_img img{
        width:100%;
    }
    .legal-home-section .guidance-row, .legal-home-section .top-content-row{
        padding: 60px 18px;
    }
    .legal-home-section .guidance-img {
    margin-bottom: 20px;
}
.workplace-discrimination-sec .heading, .practice_areas_sec .heading, .testimonials_sec .heading, .employment_lawyer_sec .heading, .left_img_right_content_sec .heading,.guidance-row .col-lg-6 .heading,.contact_us_sec .heading {
    font-size: 34px;
            line-height: 44px;
}
.workplace-discrimination-sec .heading {
    margin-bottom: 20px;
}
.right-col-div ul{
    display: block;
}
.right-col-div ul li {
    line-height: 30px;
    margin-bottom: 16px;
    background-position: center left;
}
.right-col-div ul li:last-child{
    margin-bottom: 0;
}
.pa_title {
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 26px;
    text-transform: capitalize;
    color:#FAF9F6;
}
.testimonials_sec .sub_heading,.left_img_right_content_sec .sub_heading{
    color:#fff;
}
.testimonials-title{
  font-weight: 700;
font-size: 20px;
line-height: 180%;
letter-spacing: 0%;
text-align: center;
 color:#D8E8E7;   
}
.contact_us_sec .nap-contact-info {
    margin-bottom: 14px;
}
.phoneno,.location-center {
    padding-left: 40px;
}
.contact_us_sec .wpcf7-submit{
    width:100%;
}
.footer-logo{
        margin-bottom: 80px;
}
.main-footer .footer_meta{
    margin-bottom:14px;
}
.main-footer .footer-menu-sec{
    margin-top:14px;
}
.header_mobile_btn,.mobile-search-bar,.menu-button{
    border: none;
}
.legal-home-section::after{
    display: none;
}
.home-banner-sec .container{

}
.home_banner_meta{
    padding-left: 30px;
    padding-right: 30px;  
    padding-bottom:20px;
}
.testimonials_sec .testimonials-title{
    text-align: center;
}
.practice_areas_sec .heading{
    line-height:1.2;
}
.practice_areas_sec .sub_heading{
        line-height: 26px;
}
}

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

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {

}
@media only screen
and (device-width: 1366px)
and (device-height: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {

}
@media only screen and (min-width: 2160px) and (max-height: 1080px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {

}
