@media (min-width:576px) {
  .caseList {
        table-layout: fixed;
    }
    .hero--cases-detail.hero--cases h1.case-landing {
    font-size: 32px;
  }
  .container {
        width: 546px;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width:1025px) {	
  .custom-mobile-menu-wrap {
    display: none;
  }
    .flex-row{
        display: flex;
        align-items: self-start;
        gap: 20px;
    }
    .col-75{
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-25{
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-66{
        flex: 0 0 66%;
        max-width: 66%;
    }
    .col-33{
        flex: 0 0 33%;
        max-width: 33%;
    }
    .about-slider-sec .slick-prev, .about-slider-sec .slick-next{
      top: 0;
      bottom: 0;
      margin: auto 0;
    }
    header.entry-header .entry-title{
      font-size: 40px;
      letter-spacing: 11.2px;
    }
}
@media only screen and (min-width: 768px) {
  .container {
    width: 738px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .half-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .videoText__bottom,.videoText__top {    
    line-height: 0.9;
  }
  .testimonial__container.second {
    margin-left: 35px;
  }
  .attorneySearch__fields {
    max-width: 400px;
    width: 100%;
  }
  .site-content .attorneySearch .attorneySearch__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .site-content .contactSection .office__container {
    display: flex;
    justify-content: space-between;
    max-width: 1170px;
  }
  .office {
    width: calc(50% - 15px);
  }
  .office__title {
    font-size: 20px;
  }
  .who__boxes {
    margin-top: 10px;
  }
  .common-page-with-sidebar-content {
    order: -1;
  }
  .relatedBios__phoneContainer.mobile-show {
    display: none;
  }
  .featuredNews {
    flex-basis: 50%;
    width: 50%;
    padding: 0 20px 20px;
    position: relative;
  }
  .featuredNews:after {
    content: " ";
    width: 1px;
    background: #eee;
    height: calc(100% - 20px);
    position: absolute;
    top: 0;
    right: 0;
  }

  .featuredNews:nth-child(2n):after {
    content: none;
  }
  .featuredNews__container {
    margin-bottom: 30px;
  }
  /*--Start Testimonials page design--*/
  .test__leftQuote {
        top: -45px;
        left: -20px;
        font-size: 5em;
    }
  .test__rightQuote {
      bottom: -45px;
      right: -20px;
      font-size: 5em;
  }
  .testimonials-bx.fullWidth .test__attribution {
        margin-left: 35%;
        text-align: right;
    }
  .testimonials-bx.fullWidth {
        flex-basis: 100%;
        padding: 40px 80px;
    }
  .testimonials-bx {
    flex-basis: 33%;
  }
  /*--End Testimonials page design--*/
  .caseList__container {
    overflow-x: initial;
  }
  .textbox,
.dropdown,
.form input[type="text"],
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form select,
.form textarea {
    margin-bottom: 8px;
  }
  .form .row .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
  .form .row .col-md-4 {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
        max-width: 33.33%;
    }
  .form .row .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
  .form .row .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
  .form .row .col-sm-12{
    flex-basis: 100%;
    max-width: 100%;
  }
  /* What is Whestleblowing page design start */
  .what-is-whestleblowing-wrapper .whistSections__separator {
    margin: 0 8px;
  }
  /* What is Whestleblowing page design end */
  .job-added-row.paralegal-job-details-row{
    flex-direction: row;
  }
  .job-added-row.paralegal-job-details-row .left-col{
    width: 33.33%;
  }
  .job-added-row.paralegal-job-details-row .right-col{
    width: 66.66%;
  }
}
@media (min-width: 922px) {
  .site-content .ast-container {
    display: block;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .ast-right-sidebar .site-content .ast-container {
    display: flex;
  }
  .about-slider-sec > .ast-container{
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 962px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .site-content {
    margin-top: 120px;
  }
  .splitSection {
    flex-wrap: nowrap;
    justify-content: center;
  }

  .splitSection__header {
    font-size: 40px;
  }

  .splitSection__center {
    flex-shrink: 0.2;
    flex-basis: 50%;
  }

  .splitSection__left {
    padding: 20px 60px;
  }

  .splitSection__right {
    padding: 20px 50px 20px 30px;
  }

  .attorneySearchHeader {
    font-size: 48px;
  }
  .entry-content h2 {
    font-size: 30px;
    letter-spacing: 4.8px;
    line-height: 1.1;
  }
  .office-bx-image {
    height: 230px;
    overflow: hidden;
  }
  .single-peopl-image {
    display: block;
    order: 2;
    margin: auto 0 0;
  }
  .single-people-info {
    order: 1;
    margin: 50px 0 30px;
  }
  .single-people-top-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .single-post-tabs {
    flex-wrap: nowrap;
  }
  .videos-page-parent .video {
    flex-basis: 50%;
  }
  .cases__container {
    padding: 0 40px;
  }
  .hero--cases h1.case-landing {
    font-size: 52px;
  }
  .pages-careers-wrapper .careerLandingPage {
    padding-top: 20px;
  }
  .pages-careers-wrapper .body-text {
    padding-bottom: 56px;
  }
  .careers-subsection {
    padding-top: 80px;
    padding-bottom: 80px;
  }
      .subsection-title,
      .subsection-title h3 {
        padding-right: 40px;
        padding-bottom: 0;
        text-align: left;
        font-size: 32px;
    }
    .current-openings-content-wrapper .additional-body-text-wrapper {
        padding: 40px 40px 22px 40px;
    }
    .pages-careers-wrapper .body-text {
        padding-bottom: 56px;
    }
    .current-openings-content-wrapper .job-container:first-of-type {
        margin-top: 0;
    }
    .current-openings-content-wrapper .body-text-wrapper {
        min-height: 116px;
        padding: 40px;
        margin-bottom: 0;
    }
    .current-openings_page .body-text-wrapper .body-text {
        padding-bottom: 0;
    }
    .btn {
        width: auto;
    }
    .current-openings-content-wrapper .one-job-container.view-one {
        margin-top: 0;
    }
    .new-case__wraper .overview {
        margin-top: 0;
    }
    .form .row .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .newsletter-single h2,
    .newsletter-card h2{
      font-size: 30px;
    }
    
  .newsletter-content{
    padding-left: 40px;
  }
  .site-content h3.attorneySearchHeader__subHeader,
  .attorneySearchHeader__subHeader{
    font-size: 24px;
  }
  .attorneySearch__form {
      max-width: 400px;
      width: 100%;
  }
  h2.bioTitleCategory {
    font-size: 30px;
  }
  /* Start Blog News Page Desgin */
  .blog-news-single-content-wrap h2{
    font-size: 30px;
  }
  /* End Blog News Page Desgin */
  .testimonials-bx h2{
    font-size: 40px;
    line-height: 50px;
  }
  .case-side__wrap .caseCTA{
    display: flex !important;
  }
   .caseCTA {
    margin-top: 90px;
  }
  /* What is Whestleblowing page design start */
  .what-is-whestleblowing-wrapper .whistSection__title{
    padding: 60px 0 30px;
    font-size: 36px;
  }
  /* What is Whestleblowing page design end */
}
@media only screen and (min-width: 1200px) {
  .container {
      width: 1170px;
      max-width: 100%;
      padding-right: 15px;
      padding-left: 15px;
  }
  .tax-newsletter_category .ast-container{
    max-width: 1170px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .newsletter-page .newsletter-sidebar.col-25{
    padding-right: 15px;
    padding-left: 15px;
  }
  .newsletter-page .entry-title{
    margin-bottom: 50px;
  }
  .hidden-xl {
    display: none;
  }
  .section__news .section__header,
  .section__about .section__header {
    font-size: 45px;
  }
  .who__largeText {
    font-size: 50px;
    margin-bottom: 10px;
  }

  .bouncingArrow {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
  }

  .who__box {
    display: block;
  }

  .who__largeText {
    display: block;
  }

  .who__boxes {
    flex-wrap: nowrap;
    padding: 30px 10px;
  }
  .featuredNews {
    flex-basis: 33.333%;
    width: 33.333%;
  }
  .featuredNews:nth-child(2n):after {
    content: " ";
  }

  .featuredNews:nth-child(3n):after {
    content: none;
  }
  .caseList__info {
    width: 350px;
  }

  .new-case__container {
    max-width: 1660px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .new-case__wraper {
    display: flex;
    align-items: flex-start;
  }
  .new-case__container div[data-tag] {
    display: block !important;
  }
  .new-case__wraper .overview {
    width: 60%;
    margin-right: 6%;
    position: relative;
  }
  .new-case__container div[data-tag] {
    display: block !important;
  }
  .new-case__wraper .casePanel {
    padding: 20px;
    border: solid #000 1px;
  }
  .new-case__wraper .caseInfo {
    width: 33%;
  }
  .pdfBtns {
    display: flex;
    gap: 10px;
  }
  .joinMessage {
    margin-top: 0;
  }
  .new-case__wraper .caseInfo .title {
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
  }
  .form .row .col-lg-12,
  .form .row .col-md-12,
  .form .row .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .form-tab-btn,
  .invest-overview{
    display: none;
  }
  .black .securityDisclaimer{
    max-width: 70%;
  }
  .ast-separate-container #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container.ast-right-sidebar #primary{
    margin-top: 60px;
  }
  .search-header-wrap {
    margin-left: 10px;
  }
  .section__testimonials {
    padding-bottom: 0;
  }
  .consultation-form-section {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 1560px) {
  .blog .ast-container {
    max-width: 1534px;
  }
  .featuredNews {
    flex-basis: 25%;
    width: 25%;
  }
  .featuredNews:nth-child(3n):after {
    content: " ";
  }

  .featuredNews:nth-child(4n):after {
    content: none;
  }
}
@media (max-width: 1299px) {
  .slick-next {
    right: 0;
    top: 43%;
  }
}
@media (max-width: 1199px) {
  .bouncingArrow {
    display: none;
  }
  .ast-plain-container.ast-no-sidebar #primary {
    margin: 60px 0 50px;
  }
  .bioList-row {
    grid-template-columns: repeat(3, 1fr);
  }
  .site{
    overflow: hidden;
  }
  .video__container{
    min-height: 385px;
  }
}
@media (max-width: 1022px) {
  .attorneySearchHeader__subHeader {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .hidden-lg {
    display: none;
  }
  header .custom-logo-link img {
    max-width: 200px;
    width: 200px;
  }
  .main-header-menu > .menu-item {
    margin: 0 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .hidden-md {
    display: none;
  }
  .office-bx-image {
    height: 190px;
    overflow: hidden;
  }
  .office-bx-image img {
    object-fit: cover;
    height: 100%;
    object-position: top center;
  }

  .image-content-gallery-wrap .flex-row{
        display: flex;
        align-items: self-start;
        gap: 20px;
    }
   .image-content-gallery-wrap .col-75{
        flex: 0 0 75%;
        max-width: 75%;
    }
   .image-content-gallery-wrap .col-25{
        flex: 0 0 25%;
        max-width: 25%;
    }
   .image-content-gallery-wrap .col-66{
        flex: 0 0 66%;
        max-width: 66%;
    }
   .image-content-gallery-wrap .col-33{
        flex: 0 0 33%;
        max-width: 33%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .hidden-md {
    display: none;
  }
  .office-bx-image {
    height: 190px;
    overflow: hidden;
  }
  .office-bx-image img {
    object-fit: cover;
    height: 100%;
    object-position: top center;
  }
/* In memori design start */
  .in-memories-bx{
    gap: 20px;
  }
  .in-memories-bx__inner-left{
    width: 60%;
  }
  .in-memories-bx__inner-right{
    width: 40%;
  }
  .in-memories-heading-wrap h2,
  .in-memories-year{
    font-size: 28px;
  }
.site-content .in-memories-heading-wrap h2 span{
    font-size: 24px;
  }
  /* In memori design end */
  .security-fraud-settlement-parent .blog-news-single-row .blog-news-single-col-left, 
  .security-fraud-settlement-parent .blog-news-single-row .blog-news-single-col-right,
  .security-fraud-settlement-parent .blog-news-single-row .caseCTA--mobile{
    max-width: 70%;
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .burger-menu.active{
    top: calc(100% + 45px);
    left: 0;
  }
  .main-header-menu-wrap,
  .search-header-wrap {
    display: none;
  }
  header .custom-logo-link img {
    max-width: 180px;
    width: 180px;
  }
  .other-website-logo {
    display: none;
  }
  .main-header-bar {
    padding: 10px 15px 0 15px;
  }
  .sticky-header .main-header-bar {
    padding: 10px 15px;
  }
  .nav-menu ul li {
    margin: 0;
  }
  .custom-mobile-menu-wrap button.search-submit {
    display: none;
  }
  .siteSearch__inputContainer {
    padding: 2px 15px 15px;
  }
  .mobile-menubar-open .siteSearch__inputContainer {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: flex;
  }
  .splitSection__center {
    position: relative;
    max-width: 50%;
    margin: auto;
  }

  .splitSection__center:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 50%;
    height: 100%;
    width: 50vw;
    background: #f5f5f5;
    z-index: 9;
  }

  .splitSection__center:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 50vw;
    background: #97b813;
    z-index: 9;
  }

  .splitSection__center img {
    position: relative;
    z-index: 10;
  }
  .team-detail-row {
    grid-template-columns: 1fr 300px;
  }
  .common-page-with-sidebar {
    grid-template-columns: 1fr 260px;
  }
  .landmarkResult{
    width: 50%;
  }
  .international h1{
    font-size: 30px;
  }
  .cf7-success .casePanel.caseInfo,
  .cf7-success .contactForm.black {
    padding: 30px 20px;
  }
  .case-side__wrap .caseCTA{
    display: none !important;
  }
  .security-fraud-settlement-parent .blog-news-single-row{
    flex-direction: column;
    align-items: unset;
  }
  .security-fraud-settlement-parent .blog-news-single-row .blog-news-single-col-left,
  .security-fraud-settlement-parent .blog-news-single-row .blog-news-single-col-right{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .security-fraud-settlement-parent .blog-news-single-row .caseCTA--mobile{
    order: unset;
    display: flex;
  }


  a:focus,
  button:focus,
  input:focus,
  select:focus,
  textarea:focus,
  .alpha__section button.alpha__letter:focus {
      outline: 0px solid #000 !important;
      outline-offset: 0px  !important;
  }
  
}

@media (max-width: 991px) {
  .video__container{
    min-height: 290px;
  }
}
@media (max-width: 921px) {
  .footer-widget-area[data-section="section-footer-menu"]
    .astra-footer-mobile-vertical-menu {
    -js-display: flex;
    display: flex;
  }
  #astra-footer-menu .menu-item > a {
    padding-left: 6px;
    padding-right: 6px;
  }
  #astra-footer-menu .menu-item:first-child > a {
    padding-left: 0;
  }
  #astra-footer-menu .menu-item:last-child > a {
    padding-right: 0;
  }
  .slick-next {
    right: 40px;
  }
  .bioList-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .team-detail-row {
    grid-template-columns: 1fr 260px;
  }
  .common-page-with-sidebar {
    grid-template-columns: 1fr 200px;
  }
  .careers-navbar-item {
    width: 100%;
  }
  .newsletter-categories-page header.entry-header .entry-title,
.tax-newsletter_category header.entry-header .entry-title{
    font-size: 1.625rem;
    letter-spacing: 6.2px;
  }

  
}
@media (max-width: 767px) {
  .video__container{
    min-height: inherit;
  }

  .sectionSlideshow .slick-slide {
    padding-bottom: 20px;
  }
  .half-col {
    flex-basis: 100%;
    max-width: 100%;
  }
  .half-col-row {
    flex-wrap: wrap;
  }
  .brd-btn-style:hover,
  .brd-btn-style:focus {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .sectionSlideshow .half-col-row {
    gap: 0;
  }
  .splitSection__container,
  .section__testimonials,
  .attorneySearch,
  .contactSection {
    padding-top: 40px;
  }
  .section__testimonials {
    padding-bottom: 40px;
  }
  .consultation-form-section {
    padding-top: 80px;
  }
  .section__testimonials .half-col-row {
    gap: 10px;
  }
  .attorneySearch {
    height: 600px;
  }
  .consultation-form-parent{
      padding: 20px;
      margin: 0;
  }
  .contact_section_paragraph p {
      font-size: 17px;
  }
  .wpcf7 .wpcf7-not-valid-tip{
    font-size: 12px;
  }
  .office-bx {
    margin-bottom: 0;
  }
  .bioList-row {
    grid-template-columns: repeat(1, 1fr);
  }
  .bio-card {
    max-width: 400px;
  }
  .bio__image{
    height: 400px;
  }
  .peopleFilterSearch__inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .peopleFilterSearch__inner .dropdown {
    margin-bottom: 8px;
  }
  .alpha__letter {
/*    padding: 10px;*/
  }
  .search-btn-wrap {
    flex-direction: column;
    align-items: baseline;
  }
  .people-tab-wrap {
    flex-wrap: wrap;
  }
  .single-people-info {
    padding: 20px;
  }
  .people-tab-button {
    margin: 0 25px 10px 0;
  }
  .people-tab-button::after {
    right: -11.5px;
  }
  .single-people-info h1 {
    font-size: 32px;
  }
  .single-people-info h2 {
    font-size: 18px;
  }
  .team-detail-row {
    grid-template-columns: 1fr;
  }
  .team-detail-sec {
    padding: 40px 0 10px;
/*    min-height: 1000px;*/
  }
  .relatedBios__phoneContainer.desktop-show {
    display: none;
  }
  .relatedBios__vcard {
/*    display: none;*/
  }
  .common-page-with-sidebar {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .related-bios-name-col {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .related-bios-phone-col,
  .related-bios-emailvcard-col {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .related-bios-row,
  .relatedBios.active .row{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .related-bios-row .related-bios-name-col,
  .relatedBios.active .row .col-xs-8.col-md-5 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .related-bios-row .related-bios-phone-col,
  .related-bios-row .related-bios-emailvcard-col,
  .relatedBios.active .row .col-xs-2.col-md-4,
  .relatedBios.active .row .col-xs-2.col-md-3 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .relatedBios__phoneContainer{
    justify-content: flex-start;
  }
  .heading__container h1 {
    font-size: 24px;
  }
  .other-website-logo-mbl{
        margin-top: 20px;
    }
    .other-website-logo-mbl img{
        max-width: 270px;
    }
  .wpcf7 .manage-subscription-form-wrapper .wpcf7-form-control-wrap.recaptcha{
    flex-direction: column;
  }
  /*--Start Testimonials page design--*/
  .testimonials-page-parent h1 {
        font-size: 26px;
        line-height: 50px;
        letter-spacing: 6px;
        margin: 0px 0 50px;
    }
  /*--End Testimonials page design--*/
  /*--Start FAQ page design--*/
  .tabs {
    flex-direction: column;
  }
  /*--End FAQ page design--*/
  .pages-careers-wrapper header.entry-header .entry-title{
    letter-spacing: 6px;
  }
  .pages-careers-wrapper .careerLandingPage {
    padding: 120px 0px 20px 0px;
  }
  .careers-subsection .left-col,
  .careers-subsection .right-col {
    width: 100%;
  }
  .paralegal-job-details-row{
    flex-direction: column;
  }
  .paralegal-job-details-row .left-col,
  .paralegal-job-details-row .right-col {
    width: 100%;
  }
  .form .row .col-md-3 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
  .form .row .col-md-4 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
  .form .row .col-md-6 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
  .form .row .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
  .form .row .col-sm-12{
    flex-basis: 100%;
    max-width: 100%;
  }

  .campaign-single-page .wpcf7 select.wpcf7-form-control {
      padding: 3px;
  }
  .campaign-single-page .wpcf7 input.wpcf7-form-control:not([type=submit]), 
  .campaign-single-page .wpcf7 textarea.wpcf7-form-control,
  .campaign-single-page .form textarea {
    padding: 8px;
  }
  .campaign-single-page .contactForm input[type="submit"]{
    width: 50%;
  }
  /* In memori design start */
  .in-memories-bx{
    flex-direction: column;
    gap: 30px;
    padding: 15px;
  }
  .site-content .in-memories-heading-wrap h3,
.in-memories-heading-wrap h2 span{
    font-size: 24px;
  }
  .in-memories-heading-wrap h2,
  .in-memories-year{
    font-size: 28px;
  }
  .in-memories-bx__inner-left{
    width: 100%;
  }
  .in-memories-bx__inner-right{
    width: 100%;
  }
  .in-memories-profile-year-wrap{
    float: inherit;
    margin: 0 auto;
  }
  /* In memori design end */
  /* Start Cookie Disclaimer page design */
  .CookieDeclaration table.CookieDeclarationTable tr td:nth-child(n+5), 
  .CookieDeclaration table.CookieDeclarationTable tr th:nth-child(n+5), 
  .CookieDeclaration table.CookieDeclarationTable colgroup col:nth-child(n+5) {
    display: none;
  }
  .trail-experience-button-tabs.tabs .btn{
    width: 100%;
  }
  /* End Cookie Disclaimer page design */
  /* Start KTMC Team Page Template Design */
  .banner-title-wrap h1 {
    font-size: 16px;
  }
  #team-name {
    font-size: 15px;
  }
  #team-name-title {
    font-size: 13.5px;
  }
  #team-phone {
    font-size: 12px;
  }
  #team-email {
    font-size: 12px;
  }
  /* End KTMC Team Page Template Design */
  /* Start Accordian List Page Template Design */
  .client-page__gallery{
    padding: 25px 0px;
  }
  /* End Accordian List Page Template Design */
  /* Start Manage Subscription Page Desgin */
  .manage-subscription-form-row{
    flex-direction: column;
  }
  .manage-subscription-form-col-left,
  .manage-subscription-form-col-right {
    width: 100%;
  }
  .manage-subscription-form-row .wpcf7-list-item.first{
    margin-left: 0;
  }
  .textbox-wrap input[type="email"]{
    margin-top: 0;
  }
  /* End Manage Subscription Page Desgin */
  /* Start Blog News Page Desgin */
 .blog-news-single-content-row h1{
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
 .blog-news-single-content-wrap h2{
    font-size: 26px;
  }
  .blog-news-single-row,
  .blog-news-single-content-row,
  .campaign-single-content-row{
    flex-direction: column;
    gap: 30px;
  }
  .blog-news-single-col-left,
  .blog-news-single-content-col-right,
  .campaign-single-content-left{
    -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
  }
  .blog-news-single-col-right,
  .blog-news-single-content-col-left,
  .campaign-single-content-right{
    -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
  }
  /* End Blog News Page Desgin */
  .bottom-pdf-img-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .bottom-pdf-img-wrap p,
  .bottom-pdf-img-wrap a,
  .bottom-pdf-img-wrap img{
    width: 100%;
    display: block;
  }

  /* What is Whestleblowing page design start */
  .what-is-whestleblowing-wrapper .whistSections__btn {
    display: block;
    font-size: 16px;
    line-height: 1.15;
  }
  .what-is-whestleblowing-wrapper .whistSections__separator {
    display: none;
  }
  .what-is-whestleblowing-wrapper .whistSections__menu{
        margin: 30px 0;
  }
  /* What is Whestleblowing page design end */
  .campaign-single-content-row table{
      /*max-width: 500px !important;
      width: 100% !important;*/
  }
  .new-case__container .tabs__button {
    margin: 10px 0 0 0;
    width: 100%;
    text-align: center;
  }
  .new-case__container .tabs .tabs__button{
    margin-top: 0;
  }
  .investigation-tabs{
    display: flex !important;
  }

  .new-case__wraper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .single-campaign.ast-separate-container #primary{
    padding-bottom: 10px;
  }
  .table-reponsive{
    overflow-y: hidden;
  }
  .blog-news-single-col-left{
    padding-top: 30px;
  }
  .single-case .new-case__wraper .caseInfo{
    display: none;
  }
  .single-case .new-case__wraper .caseInfo.active{
    display: block;
  }
  .single-case .new-case__wraper .caseInfo.subscriptionform{
    display: block;
  }
  .single-post-tab-content .mobile-show .relatedBios__phone {
    color: #0471df;
    font-size: 16px;
  }
  .single-post-tab-content .relatedBios__phoneContainer{
    gap: 5px;
  }  
  .page-template-current-opening-template .site-main > .container{
    padding: 0;
  }
  .encrypted-messaging-section {
    margin-top: 15px;
  }
  .submit-button-wrap input[type="submit"]{
        padding: 10px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
  .ast-container {
    /*width: 546px;
        max-width: 100%;*/
  }
}
@media only screen and (max-width: 575px) {      
  .hidden-xs {
    display: none;
  }
  .single-post-tabs .tabs__button {
    width: 100%;
  }
  .caseList {
    table-layout: fixed;
  }
  .page-template-case-recent-sattlement-template .caseList{
    width: 500px;    
  }
  .hero--cases h1 {
    font-size: 26px;
    letter-spacing: 6px;
  }
  .landmarkResult{
    width: 100%;
  }
  .international h1{
    font-size: 26px;
    letter-spacing: 6px;
  }
  
}
@media only screen and (max-width: 500px) {
  .video {
    height: 100%;
    width: auto;
  }
  .video__container {
    height: 275px;
    overflow: hidden;
  }
  .site-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
