@font-face {
    font-family: 'Barlow-ExtraBold';
    src: url('fonts/Barlow-ExtraBold.woff2') format('woff2'),
        url('fonts/Barlow-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}






/* mobile burger */
.header-burger { display:none; background:none; border:0; cursor:pointer; }
.header-burger span { display:block; width:26px; height:2px; margin:6px 0; background:#000; }

/* dropdown: keep your design but this is the behavior */
.header-nav-menu ul li { position:relative; }
.header-nav-menu ul li .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 35px;
    min-width: 270px;
    background: #fff;
    padding:45px 40px 40px;
}
.alrights a {
    color: #fff;
}
.header-nav-menu ul li .sub-menu a {
    padding: 0;
    width: auto;
    display: inline-block;
    font-weight: inherit;
    font-size: 12px;
    color: #3c3c3c;
    text-transform: uppercase;
    border-bottom: 1px dotted #aebc22;
    -webkit-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    transition: color .15s ease-out;
}
.header-nav-menu ul li .sub-menu li {
    margin-bottom: 10px;
    display: block;
}

ul#menu-header-menu>li.menu-item-has-children>a:after{
    content: '';
    position: absolute;
    width: 0;
    height: 7px;
    background: #0b1c3f;
    left: 0;
    bottom: -6px;
    z-index: 1;
    transition: 0.5s;
}

ul#menu-header-menu>li.menu-item-has-children:hover>a:after {
    transition: 0.5s;
    width: 105px;
}
.header-nav-menu ul li:hover .sub-menu { display:block; }
.header-wrapper {
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    transition: box-shadow .2s ease;
    background: #fff;
}

.header-wrapper.is-sticky{
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.header-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.logo {
    width: 28%;
}

.header-menu {
    width: 72%;
}

.container {
    width: 100%;
    max-width: 1320px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
}

.logo img {
    max-width: 331px;
    width: 100%;
}

.button-phone {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}

.header-nav-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

body.home.blog.logged-in.admin-bar.wp-theme-secwa_2019.customize-support {
    padding: 0 !important;
}

.header-main {
    padding: 24px 0 16px;
}

.header-nav-menu ul li a {
    text-transform: uppercase;
    padding: 10px 15px 20px;
    font-family: 'Roboto';
    font-weight: bolder;
    color: #012d46;
    font-size: 17px;
    cursor: pointer;
}

div#siteHeaderNav i.fa {
    color: #012d46;
}
html body .alertStrip {
    position: relative;
    left: 0px;
    top: 0;
}
.phone-number {
    display: flex;
    flex-wrap: wrap;
}

.phone-number a {
    display: block;
    color: #012d46;
    font-family: 'Barlow';
    font-weight: bold;
    font-size: 19px;
    text-align: right;
    width: 100%;
    line-height: 20px;
    padding-right: 44px;
}

.phone-number a:last-child {
    font-size: 16px;
}

a.button-global {
    font-weight: bold;
    text-transform: uppercase;
    color: #012d46;
    background: #c4ce19;
    padding: 10px 30px 10px;
    display: block;
    border: 2px solid #c4ce19;
    transition: 0.5s;
    text-align: center;
}

a.button-global:hover {
    transition: 0.5s;
    background: transparent;
    color: #c4ce19;
}
html body .home-wrapper .outline-button {
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
body {
    padding: 0 !important;
}
section.cta-banner {
    padding: 90px 0 90px;
    background: #035D93;
    background: linear-gradient(0deg, rgba(3, 93, 147, 1) 0%, rgba(0, 0, 0, 1) 90%);
}

.cta-description p, .cta-description a {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}

.cta-description {
    max-width: 660px;
    margin: auto;
    margin-top: 30px;
}

a.cta-btn.button-global {
    font-size: 22px;
    padding: 20px 30px 20px;
    max-width: 400px;
    margin: auto;
}

.banner-content {
    text-align: center;
}

a.cta-btn.button-global:hover {
    color: #c4ce19;
}

.cta-description a {
    text-decoration: underline;
}
.footer-faq-section .section .bottom {
    display: block !important;
}
.footer-faq-section .section .bottom .content {
    padding-bottom: 0px !important;
}
.footer-faq-section .section:last-child {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.case-evaluations-contact-us {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.case-evaluations-content-contact-us {
    width: 48%;
    padding-top: 20px;
}

.case-evaluations-form {
    width: 45%;
}
.case-evaluations-form .wpforms-container.wpforms-container-full {
    padding: 40px;
    background: #012d46;
}
.case-evaluations-form .wpforms-container .wpforms-field {
    padding: 0;
    margin-bottom: 20px;
}
.case-evaluations-form div.wpforms-container-full:not(:empty) {
    margin: 0;
}

.case-evaluations-form .wpforms-container .wpforms-field textarea, .case-evaluations-form .wpforms-container .wpforms-field select, .case-evaluations-form .wpforms-container .wpforms-field input {
    height: 60px;
    border-radius: 0;
    padding: 10px 20px 15px;
    font-size: 20px;
    opacity: 1;
}

.case-evaluations-form .wpforms-container .wpforms-field textarea::placeholder, .case-evaluations-form .wpforms-container .wpforms-field select::placeholder, .case-evaluations-form .wpforms-container .wpforms-field input::placeholder {
    opacity: 1;
}

.case-evaluations-form .wpforms-submit-container {
    text-align: right;
}
html body .case-evaluations-form div.wpforms-container-full button[type=submit] {
    font-weight: bold;
    text-transform: uppercase;
    color: #012d46 !important;
    background: #c4ce19 !important;
    padding: 10px 30px 10px;
    display: block;
    border: 2px solid #c4ce19;
    transition: 0.5s;
    text-align: center;
    border-radius: 0;
    min-height: auto;
    height: 60px;
    width: 100%;
    max-width: 210px;
    font-size: 20px;
    margin: auto;
    margin-right: 0;
    font-weight: bold !important;
}

html body .case-evaluations-form div.wpforms-container-full button[type=submit]:hover {
    background: transparent !important;
    color: #c4ce19 !important;
}

section.contact-us-sec {
    padding: 60px 0 60px;
    background: #f2f0f1;
}

h2.h2-title {
    font-size: 50px;
    font-family: 'Roboto';
    font-weight: 900;
    margin-bottom: 30px;
}
.case-evaluations-description p {
    font-size: 27px;
    line-height: 37px;
    font-family: 'Barlow';
}
.case-evaluations-description a {
    color: #3c3c3c;
    text-decoration: underline;
}

.case-evaluations-description a[href="tel:212-970-8477"] {
    text-decoration: none;
}
.section-chat-icons {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.quick-links-section {
    display: grid;
    grid-template-columns: 30% 40% 30%;
    text-align: center;
}
section.cta-boxes-sec h2 {
    font-size: 48px;
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 35px;
}

.quick-links-section-middle, 
.quick-links-section-left, 
.quick-links-section-right {
    padding: 40px 70px 60px;
}

section.cta-boxes-sec h2:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background: #012d46;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.quick-links-section-left a, 
.quick-links-section-right a {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #aebc22;
    -webkit-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    transition: color .15s ease-out;
    color: #0b1c3f;
}
.quick-links-section-right {
    background: #e9e9e9;
}

.quick-links-section-middle {
    background: #032030;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quick-links-section-middle section.cta-banner {
    padding: 0;
    background: transparent;
}

.quick-links-section-middle a.cta-btn.button-global {
    max-width: 300px;
}

.quick-links-section-middle .cta-description {
    max-width: 460px;
}
.quick-links-section ul li {
    display: block;
    width: 100%;
}
section.article-sec-main .footerArticles__item p {
    color: #fff;
    font-size: 28px;
    font-family: "Barlow", serif;
    text-align: center;
    font-style: italic;
    line-height: 35px;
}
html body .home-wrapper .hero .cta-wrapper a {
    border-color: #1d3557;
    color: #1d3557;
    border: 2px solid;
    line-height: 63px;
}
html body .home-wrapper .hero .cta-wrapper {
    margin: 30px 0 0;
}
html body .home-wrapper .hero {
    padding: 80px 40px 60px;
}
html body .home-wrapper .hero .callouts-wrapper {
    margin-bottom: 0;
    padding: 70px 0px 40px;
}
.footer-content.flex { display:flex; flex-wrap:wrap; }
.column-4 {
    width: 25%;
    padding: 0 25px 0;
    color: #fff;
    border-left: 1px solid;
    position: relative;
}
.footer-content.flex .column-4:first-child {
    border: none;
}
footer.footer-wrapper { background:#042042; padding-left:0; padding-right:0; }

/* optional: make icons look nicer */
.social-icons a i { font-size: 16px; }

.footer-logo img {
    max-width: 100%;
}
.column-4.offices-footer {
    width: 22%;
}

.column-4.contact-footer {
    width: 28%;
}

.alrights {
    margin: 20px 0 0;
    font-size: 22px;
}

h3.contact-title {
    font-size: 27px;
    font-weight: bold;
    font-family: 'Roboto';
    margin-bottom: 20px;
}

a.button-global.transparent {
    max-width: 150px;
    background: transparent;
    color: #fff;
    letter-spacing: 4px;
    padding: 15px 0 15px;
    margin-bottom: 50px;
}

.social-icons ul {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
}

.social-icons ul a {
    color: #032030;
}

.social-icons ul a i {
    font-size: 30px;
}
.social-icons ul li {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100px;
}

.social-icons ul li:nth-child(2) {
    width: auto;
    height: auto;
    background: transparent;
}
.call-us-main h3 {
    font-size: 35px;
    font-weight: 900;
    color: #aebd23;
    margin-bottom: -5px;
}

.call-us-main ul li {
    width: 100%;
    display: block;
}

.call-us-main ul li a {
    color: #fff;
    font-size: 28px;
}

.offices-title {
    text-transform: uppercase;
    color: #e48214;
    font-weight: 800;
}

.locations ul li {
    margin-top: 20px;
    display: block;
}

.locations li strong {
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

.locations li p {
    margin: 0;
}

.column-4 p {
    font-size: 17px;
}

.button-footer {
    margin-bottom: 30px;
}

.get-in-touch a {
    text-decoration: underline;
}
.get-in-touch p a, .copyrights a {
    color: #fff;
}
.button-footer a.button-global.lime-color, 
.get-in-touch .copyrights a {
    text-decoration: none;
}

.copyrights {
    position: absolute;
    bottom: 0;
    max-width: 280px;
}

.get-in-touch {
    position: unset;
}

.copyrights p {
    font-weight: 800;
}
.footer-main .container {
    max-width: 1400px;
}
a.button-global.transparent:hover {
    background: #c3cd19;
}
.call-us-main ul li:last-child a {
    font-size: 25px;
}
.mobile-search-bar {
    display: none;
}
.mobile-sub-toggle {
    display: none;
}
.sidebar-wrapper {
    display: grid;
    grid-template-columns: 7fr 3fr;
    gap: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
    align-items: flex-start;
}
.banner-title-wraper h1 {
    font-size: 70px;
    color: #fff;
    font-family: 'Barlow';
    max-width: 900px;
}

.banner-title-wraper h1 p {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
    font-family: inherit;
}

.banner-title-wraper h1 strong {
    font-family: 'Barlow-ExtraBold';
}
section.global-sec {
    padding: 70px 0 80px;
}
.content-article {
    position: relative;
    padding: 0 0 70px;
    margin-bottom: 50px;
}

.content-article:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: 0;
    left: 0;
    background: #c4ce19;
}

.sec-faqs h2, .content-article h2 {
    font-size: 35px;
    font-family: 'Barlow';
    font-weight: bold;
    margin-bottom: 30px;
}

.faqs-desc p, .desc-article p {
    font-size: 22px;
    line-height: 35px;
}

.desc-article p:not(:last-child) {
    margin-bottom: 30px;
}

.desc-article p img {
    float: left;
    margin-right: 40px;
    border-radius: 200px;
    min-width: 300px;
    min-height: 300px;
    object-fit: cover;
}
.desc-article ul {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 30px;
}

.desc-article ul li {
    width: 100%;
    display: list-item;
    font-size: 22px;
    line-height: 35px;
}

.sec-faqs h2 {
    font-family: 'Barlow-ExtraBold';
}

.faqs-wraper h3 {
    font-family: 'Barlow-ExtraBold';
    font-size: 24px;
    margin-bottom: 20px;
}

.faqs-item:not(:last-child) {
    margin-bottom: 30px;
}
.sidebar-custom section.cta-banner {
    padding: 50px 20px;
    background: #032030;
}
.desc-article .case-evaluations-form {
    width: 70%;
    margin-bottom: 30px;
}
.short-desc.content-article {
    max-width: 1200px;
    padding: 0 0 40px;
    margin-bottom: 40px;
}

.short-desc.content-article h3 {
    font-size: 25px;
    font-family: 'Barlow-ExtraBold';
}

section.contact-form {
    padding: 60px 0 60px;
}
.form-items.case-evaluations-form {
    width: 100%;
}

.form-items.case-evaluations-form .wpforms-container.wpforms-container-full {
    background: transparent;
    padding: 0;
}

.form-items.case-evaluations-form .wpforms-container.wpforms-container-full .wpforms-field-row.wpforms-field-medium {
    max-width: 100%;
}

.form-items.case-evaluations-form .wpforms-container .wpforms-field-medium {
    width: 100%;
    max-width: 100%;
}
.header-nav-menu ul li:last-child ul.sub-menu {
    left: inherit;
    right: 0;
}
html body .nav-takeover .btn-close {
    top: 25%;
}
.sidebar-custom {
    position: sticky;
    top: 150px;
}
.secCaseEvaluationContent .secCaseEvaluationForm .case-evaluations-form {
    width: 100%;
}
@media screen and (max-width: 1600px){
    .quick-links-section-middle, .quick-links-section-left, .quick-links-section-right {
        padding: 40px 40px 60px;
    }
    section.cta-boxes-sec h2 {
        font-size: 40px;
    }
    .header-nav-menu ul li .sub-menu {
        top: 35px;
        padding: 30px 20px 20px;
    }
}
@media screen and (max-width: 1366px){
    .header-nav-menu ul li a {
        padding: 10px 10px 20px;
        font-size: 15px;
    }
    section.cta-banner {
        padding: 60px 0 60px;
    }
    h2.h2-title {
        font-size: 45px;
        margin-bottom: 20px;
    }
    .case-evaluations-description p {
        font-size: 27px;
        line-height: 35px;
    }
    .quick-links-section-middle, .quick-links-section-left, .quick-links-section-right {
        padding: 40px 20px 60px;
    }
    section.cta-boxes-sec h2 {
        font-size: 38px;
    }
    section.article-sec-main .footerArticles__item p {
        font-size: 19px;
        line-height: 30px;
    }
    .column-4 {
        padding: 0 15px 0;
    }
    .column-4 p {
        font-size: 17px;
    }
    .banner-title-wraper h1 {
        font-size: 55px;
        max-width: 760px;
    }
    .sidebar-wrapper {
        gap: 30px;
    }
}
@media screen and (max-width: 1200px){
    .header-nav-menu ul li a {
        padding: 10px 5px 20px;
        font-size: 13px;
    }
    h2.h2-title {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .case-evaluations-description p {
        font-size: 22px;
        line-height: 35px;
    }
    .case-evaluations-content-contact-us {
        width: 50%;
        padding-top: 20px;
    }
    .case-evaluations-form .wpforms-container.wpforms-container-full {
        padding: 20px;
    }
    .case-evaluations-form .wpforms-container .wpforms-field {
        margin-bottom: 10px;
    }
    .column-4 p {
        font-size: 16px;
    }
    .column-4 {
        width: 23%;
    }
    .footer-content.flex .column-4:last-child {
        width: 27%;
    }
    .sidebar-wrapper {
        grid-template-columns: 6fr 4fr;
    }
    .desc-article ul li, .faqs-desc p, .desc-article p {
        font-size: 20px;
        line-height: 30px;
    }
    .banner-title-wraper h1 {
        font-size: 45px;
        max-width: 640px;
    }
    .desc-article p img {
        float: left;
        margin-right: 20px;
        border-radius: 200px;
        min-width: inherit;
        min-height: inherit;
        object-fit: cover;
        width: 200px;
        height: 200px;
    }
    ul#menu-header-menu>li.menu-item-has-children>a:after {
        bottom: -3px;
    }
}


/* mobile */
@media (max-width: 991px){
  .header-burger { display:block; }
  html body header.header-wrapper .header-nav-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 89px;
    width: 100%;
    background: #fff;
    padding: 20px;
}
  header.header-wrapper div {
      position: unset;
  }
  .header-nav-menu ul li a {
      font-size: 15px;
      display: block;
      padding: 7px 20px 7px;
  }
  html body header.header-wrapper .header-nav-menu.is-open {
      display: block;
      height: calc(100vh - 75px);
  }
  .header-nav-menu ul li {
      position: relative;
      width: 100%;
      display: block;
  }
  html body .header-nav-menu ul li a {
      padding: 10px 0px 10px;
      font-size: 15px;
  }
  .header-nav-menu .navMenu__item {
      display: none;
  }
  .header-btn {
      margin-right: 25px;
  }
  .button-phone {
      margin-bottom: 0;
      padding-top: 10px;
  }
  .case-evaluations-description p {
      font-size: 21px;
  }
  section.cta-boxes-sec h2 {
      font-size: 30px;
  }
  .column-4 {
      width: 20%;
  }
  .logo img {
      max-width: 190px;
  }
  .button-phone {
      padding-top: 1px;
  }
  .case-evaluations-content-contact-us {
      width: 100%;
  }
  .case-evaluations-description p, h2.h2-title {
      text-align: center;
  }
  .case-evaluations-form {
      width: 100%;
      margin-top: 40px;
  }
  .section-chat-icons {
      justify-content: center;
  }
  html body .case-evaluations-form div.wpforms-container-full button[type=submit] {
      margin-right: auto;
  }
  .quick-links-section {
      grid-template-columns: 100%;
  }
  .quick-links-section-middle, .quick-links-section-left, .quick-links-section-right {
      padding: 40px 20px 40px;
  }
  .column-4.offices-footer, .column-4 {
      width: 30%;
  }
  .column-4.contact-footer {
      width: 40%;
  }
  .footer-content.flex .column-4:last-child {
        width: 100%;
        border: none;
        padding: 30px 0 0;
    }
    .copyrights {
        position: unset;
        bottom: 0;
        max-width: 100%;
        margin-top: 30px;
    }
    .button-footer {
        margin-bottom: 30px;
    }
    .button-footer a.button-global.lime-color {
        max-width: 300px;
        margin: auto;
    }
    .get-in-touch {
        position: unset;
        text-align: center;
    }
    .call-us-main ul li a {
        font-size: 24px;
    }
    .call-us-main ul li:last-child a {
        font-size: 21px;
    }
    /* Hamburger -> X */
    .header-burger {
        width: 25px;
        height: 30px;
        background: transparent;
        border: 0;
        cursor: pointer;
        position: relative;
        z-index: 9999;
        padding: 0;
    }
    .header-burger span {
      display: block;
      width: 24px;
      height: 2px;
      background: currentColor;
      margin: 5px 0;
      transition: transform .2s ease, opacity .2s ease;
    }
    .header-burger.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .header-burger.is-active span:nth-child(2) { opacity: 0; }
    .header-burger.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    /* Mobile dropdown accordion */
    #siteHeaderNav nav ul { list-style: none; padding: 0; margin: 0; }
    #siteHeaderNav nav ul li { position: relative; }

    /* Hide submenu by default */
    #siteHeaderNav nav ul li ul.sub-menu {
        display: none;
        padding-left: 14px;
        margin-top: 0px;
    }
    .header-nav-menu ul li .sub-menu {
        position: unset;
        min-width: 100%;
    }
    /* Show submenu when open */
    #siteHeaderNav nav ul li.is-sub-open > ul.sub-menu { display: block; }

    /* Add space for + button */
    #siteHeaderNav nav ul li.menu-item-has-children > a {
      display: block;
      padding-right: 44px;
    }

    /* Plus button (mobile only) */
    .mobile-sub-toggle {
        position: absolute;
        top: 0px;
        right: 0;
        width: 100%;
        height: 20px;
        border: 0;
        background: transparent;
        cursor: pointer;
        font-size: 30px;
        line-height: 1;
        display: block;
        font-weight: 300;
        text-align: right;
    }
    .mobile-sub-toggle::before { content: "+"; }
    li.is-sub-open .mobile-sub-toggle::before { content: "−"; }

    ul#menu-header-menu>li.menu-item-has-children>a:after {
        display: none;
    }
    .banner-title-wraper h1 {
        font-size: 40px;
        max-width: 570px;
    }
    section.global-sec {
        padding: 40px 0 50px;
    }
    .sec-faqs h2, .content-article h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .sidebar-custom section.cta-banner {
        padding: 30px 0px;
    }
    .sidebar-custom section.cta-banner a.cta-btn.button-global {
        font-size: 20px;
    }
    .desc-article .case-evaluations-form {
        width: 100%;
        margin-bottom: 20px;
    }
    .short-desc.content-article h3 {
        font-size: 18px;
        font-family: 'Barlow-ExtraBold';
    }
    .sidebar-custom {
        top: 120px;
    }
}
@media screen and (max-width: 768px){
    a.button-global {
        padding: 10px 20px 10px;
    }
    .button-footer {
        margin-bottom: 15px;
    }
    a.cta-btn.button-global {
        font-size: 18px;
        padding: 14px 30px 14px;
    }
    .banner-title-wraper h1 {
        font-size: 30px;
        max-width: 430px;
        margin: auto;
        text-align: center;
    }
    .sidebar-wrapper {
        grid-template-columns: 1fr;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
    }
    .desc-article p img {
        float: none;
        margin-right: 20px;
        border-radius: inherit;
        width: 100%;
        height: auto;
    }
    .desc-article ul li {
        text-align: left;
    }
    .content-main>.container {
        padding: 0;
    }
    .sidebar-wrapper .content-side {
        padding-left: 20px;
        padding-right: 20px;
    }
    .desc-article p:not(:last-child) {
        margin-bottom: 15px;
    }
    .content-article {
        padding: 0px 0 40px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 680px){
    .phone-number {
        display: none;
    }
    .column-4.offices-footer, .column-4.contact-footer, .column-4 {
        width: 100%;
    }
    .column-4 {
        width: 100%;
        border: none !important;
        padding: 0 !important;
    }
    .footer-wrapper {
        padding: 40px 20px 10px;
    }
    .alrights {
        margin: 20px 0 50px;
    }
    .column-4.contact-footer {
        text-align: center;
    }
    a.button-global.transparent {
        margin: auto;
        margin-bottom: 60px;
    }
    .social-icons ul {
        justify-content: center;
    }
    .column-4.offices-footer {
        text-align: center;
        margin-top: 40px;
    }
    .get-in-touch {
        margin-top: 40px;
    }
    section.contact-form {
        padding: 30px 0 30px;
    }
    .form-items.case-evaluations-form .wpforms-container.wpforms-container-full .wpforms-field-row.wpforms-field-medium .wpforms-field-row-block {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 15px;
    }

}
@media screen and (max-width: 575px){
    .banner-title-wraper h1 {
        font-size: 25px;
        max-width: 320px;
    }
    .sec-faqs h2, .content-article h2 {
        font-size: 22px;
    }
    .desc-article ul li, .faqs-desc p, .desc-article p {
        font-size: 16px;
        line-height: 25px;
    }
    .content-article:after {
        height: 5px;
    }
    .faqs-wraper h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 480px){
    a.button-global {
        display: none;
    }
    .case-evaluations-form .wpforms-container.wpforms-container-full {
        padding: 20px 10px;
    }
    html body .home-wrapper .hero {
        padding: 80px 15px 60px;
    }
    html body .home-wrapper .hero .cta-wrapper a {
        line-height: 44px;
    }
    .header-menu {
        width: 30%;
    }
    .logo {
        width: 70%;
    }
    .logo img {
        max-width: 150px;
        width: 100%;
    }
    html body header.header-wrapper .header-nav-menu {
        top: 79px;
    }
    .mobile-search-bar {
        display: block;
        overflow: hidden;
        margin-top: 40px;
    }
    .mobile-search-bar input {
        border: none;
        border-bottom: 1px solid;
        padding: 10px 10px 13px;
        width: 100%;
        float: none;
    }
    .mobile-search-bar .phone-number {
        display: block;
        margin: 30px 0 30px;
    }

    .mobile-search-bar .header-btn a {
        display: block;
        margin: 0;
        max-width: 100%;
    }

    .mobile-search-bar .header-btn {margin: 0;}
    section.cta-banner a.cta-btn.button-global {
        display: block;
    }
}