
/*RAC section*/
.swa-landing-page-content-detail .RAC {
    background: url("https://www.southwest.com/swa-resources/images/swabiz/d-RAC-web_sliver_bg.jpg") no-repeat;
    background-size: cover;
    background-position: right 35% bottom 45%;
    padding: 10px;
}

/*RAC section - tablet*/
@media all and (max-width: 992px) {
    .swa-landing-page-content-detail .RAC {
        background: url("https://www.southwest.com/swa-resources/images/swabiz/t-RAC-web_sliver_bg.jpg") no-repeat;
        background-size: cover;
        background-position: bottom;
        padding: 10px;
    }
}

/*RAC section - mobile*/
@media all and (max-width: 768px) {
    .swa-landing-page-content-detail .RAC {
        background: url("https://www.southwest.com/swa-resources/images/swabiz/m-RAC-web_sliver_bg.jpg") no-repeat;
        background-size: cover;
        background-position: bottom;
        padding: 10px;
    }
}

/* Hide GNAV - swabiz_gnav_script will animate in with link changes */
.swa-header--nav {
    display: none;
    top: -20px;
    position: relative;
    transition-timing-function: ease;
}

/* Why Southwest Biz - Customer container */
.swa-landing-page-content-detail .why-southwest-biz {
    background: #111B40;
}

.swa-landing-page-content-detail .why-southwest-biz .container {
    background: #111B40;
}

.swa-landing-page-content-detail .swa-button.swa-button_primary_yellow {
    color: #111B40;
}

.why-southwest-biz .m-60 {
    margin: 60px 0;
}

.swa-landing-page-content-detail .why-southwest-biz h3 {
    padding-top: 0;
}

.swa-landing-page-content-detail .why-southwest-biz #followLeft {
    padding: 60px 0;
}

.swa-landing-page-content-detail .why-southwest-biz ul.check-list {
    max-width: 400px;
}

@media all and (min-width: 1200px) {
    .swa-landing-page-content-detail .why-southwest-biz #followLeft {
        max-width: 330px !important;
    }
}

@media all and (min-width: 992px) {
    .swa-landing-page-content-detail .why-southwest-biz .container {
        background: none;
        max-width: 100%;
    }

    .swa-landing-page-content-detail .why-southwest-biz #followLeft .container {
        padding: 0;
    }
}

@media all and (max-width: 992px) {
    .swa-landing-page-content-detail .why-southwest-biz #followLeft {
        margin-left: 0 !important;
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media all and (max-width: 1870px) {
    .swa-landing-page-content-detail .why-southwest-biz .h3 br {
        display: none;
    }
}

.swa-landing-page-content-detail .contact-us h4 {
    margin-top: 60px;
}

/* Plans Accordions */
.swa-landing-page-content-detail #plans-accordion .if-collapsed:after {
    content: url('https://www.southwest.com/swa-resources/images/air/corp-travel/icon-arrow-closed.png');
    width: 22px;
    height: 12px;
    position: relative;
    right: 53px;
    top: 35px;
}

.gsaccordion .btn-link.collapsed .rotate-icon {
    transform: none;
}

.gsaccordion .btn-link.collapsed .rotate-icon {
    transform: rotate(180deg);
}

.gsaccordion {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.gsaccordion .card,
.gsaccordion .card:last-child {
    background: transparent;
    border: none;
    border-radius: 0;
}

.gsaccordion .card-header {
    border: 0;
    background: transparent;
    padding: 2rem 0;
}

.gsaccordion .card .card-body {
    padding: 0 1.25rem 1.25rem 6rem;
}

.gsaccordion .fa-stack {
    font-size: 18px;
}

.gsaccordion .btn {
    width: 100%;
    font-size: 20px;
    color: #fff;
    padding: 0 0 0 5px;
    white-space: normal;
    text-align: left;
}

.gsaccordion .btn-link:hover,
.gsaccordion .btn-link:focus {
    text-decoration: none;
}

.gsaccordion ul li {
    padding-left: 30px;
}

#accordion2.gsaccordion ul li:last-child::before {
    content: "";
    /* Hide list bullet on video li*/
}

.gsaccordion li+li {
    margin-top: 10px;
}

.gsaccordion .btn-link.collapsed::before {
    content: url('https://www.southwest.com/swa-resources/images/air/corp-travel/icon-arrow-closed.png');
}

.gsaccordion .btn-link::before {
    content: url('https://www.southwest.com/swa-resources/images/air/corp-travel/icon-arrow-opened.png');
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    color: #FFBF27;
    transform: translateY(-50%);
}

.swa-landing-page-content-detail .gsaccordion h4 {
    color: #FFBF27;
    margin-bottom: 0px;
}

.swa-landing-page-content-detail .gsaccordion p {
    color: #ffffff;
    margin-bottom: 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

.swa-landing-page-content-detail .gsaccordion a {
    color: #FFBF27;
}

.swa-landing-page-content-detail .gsaccordion .left {
    padding: 0 1rem 0 5rem;
}

.swa-landing-page-content-detail .gsaccordion .right {
    text-align: center;
}

.swa-landing-page-content-detail .gsaccordion .right p {
    font-size: 13px;
    margin: 10px 0 0;
}

.swa-landing-page-content-detail .gsaccordion .right a .swa-button {
    padding: 8px 10px;
    min-width: 145px;
    font-size: 13px;
    margin: 34px auto 14px !important;
    width: 132px;
    position: relative;
    display: block;
}

.swa-landing-page-content-detail .gsaccordion .right a {
    color: #FFBF27;
    font-size: 13px;
    display: block;
}

.swa-landing-page-content-detail .gsaccordion #plans-chart-body a {
    color: #FFBF27;
}

.swa-landing-page-content-detail .gsaccordion #plans-chart-body a span {
    font-size: 23px;
    padding-left: 5px;
}

@media all and (min-width: 992px) and (max-width: 1200px) {
    .gsaccordion .why-southwest-biz .card-header {
        margin: 0 auto;
    }
}


.swa-landing-page-content-detail ul.check-list li {
    background: url('https://www.southwest.com/swa-resources/images/responsive/check-icon.png') no-repeat;
    padding-left: 30px;
    margin-bottom: 15px;
    background-position: left 3px;
}

/* RRB */
#RRB h3.title {
    color: #ffffff;
    font-weight: 400;
}

#RRB h3.title span {
    color: #FFBF27;
    font-weight: bold;
}

#RRB .border-left {
    border-color: #FFBF27 !important;
}

#RRB .benefit {
    text-align: left;
}

c {
    text-align: left;
}

#RRB .benefit span {
    color: #FFBF27;
    font-weight: bold;
}

#RRB .benefit .benefit-icon {
    padding: 0 15px;
}

@media all and (min-width: 1200px) {
    #RRB .benefit:nth-of-type(1) {
        padding-left: 170px;
    }

    #RRB .benefit:nth-of-type(2) {
        padding: 0 60px;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    #RRB .benefit:nth-of-type(1) {
        padding-left: 70px;
    }

    #RRB .benefit:nth-of-type(2) {
        padding: 0 0 0 60px;
    }
}

@media all and (max-width: 991px) {
    #RRB .benefit:nth-of-type(2) {
        margin-top: 30px;
        border-left: none !important;
    }

    #RRB .benefit:nth-of-type(2) p {
        max-width: 260px;
    }
}

/*NFP Launch*/
.swa-landing-page-content-detail .nfp {
    background: url("https://www.southwest.com/swa-resources/images/swabiz/NFP-launch.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

/*Southwest Business Assist*/
.swa-landing-page-content-detail .everything-you-love .left-image {
    position: absolute;
    background: url("https://www.southwest.com/swa-resources/images/swabiz/assist-laptop.jpg") no-repeat;
    background-size: cover;
    width: 85vw;
    height: 100%;
    right: 0;
    top: 0;
    background-position: center;
}

.swa-landing-page-content-detail .everything-you-love .pad-left {
    padding-left: 80px;
    margin-bottom: 60px;
}

/* Everything you already love */
.swa-landing-page-content-detail .everything-you-love ul li.bags {
    background: url("https://www.southwest.com/swa-resources/images/swabiz/suitcase.png") no-repeat;
    background-size: 35px auto;
    background-position: left center;
}

.swa-landing-page-content-detail .everything-you-love ul li.boarding {
    background: url("https://www.southwest.com/swa-resources/images/swabiz/boarding.png") no-repeat;
    background-size: 35px auto;
    background-position: left center;
}

.swa-landing-page-content-detail .everything-you-love ul li.network {
    background: url("https://www.southwest.com/swa-resources/images/swabiz/network.png") no-repeat;
    background-size: 35px auto;
    background-position: left center;
}

.swa-landing-page-content-detail .everything-you-love ul li.disclaimer {
    padding-left: 0;
}

.swa-landing-page-content-detail .everything-you-love .right-image {
    position: absolute;
    background: url("https://www.southwest.com/swa-resources/images/swabiz/woman.jpg") no-repeat;
    background-size: cover;
    width: 55vw;
    height: 100%;
    left: 0;
    top: 0;
}

.swa-landing-page-content-detail .everything-you-love .right-image:focus {
    outline-offset: -3px
}

/* Your choice of channels 201207*/
.swa-landing-page-content-detail .distribution-channel h4 {
    color: #FFBF27;
}

.swa-landing-page-content-detail .distribution-channel .icons img {
    padding: 15px 0;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 120px;
    height: 100%;
    object-fit: contain;
    max-height: 60px;
}

.swa-landing-page-content-detail .distribution-channel .icons-row img {
    display: inline-block;
    position: relative;
    margin: 0 60px 30px;
}

.swa-landing-page-content-detail .where-we-fly ul li.disclaimer {
    padding-left: 0;
    margin: 20px 0;
    height: auto;
}




/* Promo July */
#freedom * {
    font-family: "Southwest Sans";
}

#freedom {
    background: #111B40 url('https://www.southwest.com/swa-resources/images/promotions/SWABIZ20_bg._2560x270.jpg') no-repeat center top;
}

#freedom .row {
    text-align: left;
}

#freedom h3 {
    color: #FFBF27;
    font-size: 36px;
    line-height: 0.95em;
    padding-top: 60px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

#freedom p {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.2em;
}

#freedom p span {
    color: #FFBF27;
}

#freedom a.terms-link {
    margin-left: 20px;
    font-size: 10px;
    color: #ffffff;
    text-decoration: underline;
}

#terms {
    color: #000000;
    font-size: 13px;
    margin: 30px 0 0;
}




/* Promise */
#promise * {
    font-family: "Southwest Sans";
}

#promise {
    background: #304CB2 url('https://www.southwest.com/swa-resources/images/promotions/Promise_bg_2560x162.jpg') no-repeat center bottom;
    padding-bottom: 0 !important;
}

#promise .row {
    text-align: left;
    padding: 20px 0;
}

#promise .logo {
    max-width: 155px;
}

#promise p {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
    margin: 10px 0 0;
}

#promise .col {
    text-align: center;
    float: left;
    max-width: 20%;
    min-width: 96px;
    padding: 0;
}

#promise .col img {
    min-height: 65px;
}

#promise .col p {
    font-size: 10px;
    line-height: 1.135;
    text-align: center;
    vertical-align: text-top;
    width: 100%;
    ;
    margin: 0;
}

#promise a.link {
    font-size: 14px;
    color: #ffffff;
}

#promise a.link:after {
    content: "â€º";
    font-size: 24px;
    margin-left: 7px;
}


/* Southwest Business Services */

@media screen and (max-width: 992px) {
    #businessman {
        display: none;
    }
}







/* Meet the new section*/


.meet-the-new .right {
        margin: 60px 0;
        margin-left: -50px;
        padding: 5px 0 5px 80px;
        border-left: 3px #FFBF27 solid;
    }
.meet-the-new ul {
        margin-top: -20px;
    }
 .meet-the-new ul li {
        padding-left: 30px;
        margin-bottom: 0;
        line-height: 1.5rem;
    }
 .meet-the-new ul li span {
        color: #FFBF27;
    }
 .meet-the-new ul li::before {
        content: "•";
        margin: 0 10px 0 -30px;
        color: #FFBF27;
        font-size: 23px;
        vertical-align: middle;
    }
    
    @media all and (max-width: 991px) { 
    .meet-the-new .right { 
            border: none;
            margin: 0 0 60px 0;
            padding-left: 0;
        }
    }

.swa-landing-page-content-detail #gds-accordion, .swa-landing-page-content-detail #sbd-accordion, .swa-landing-page-content-detail #waiver-accordion { position: relative; }
    .swa-landing-page-content-detail #gds-chart, .swa-landing-page-content-detail #sbd-chart, .swa-landing-page-content-detail #waiver-chart {
        text-decoration: none;
        margin: 20px 0;
        display: block;
        position: relative;
        cursor: pointer;
    }
    /* :after - one colon to to support IE8 */
    .swa-landing-page-content-detail #gds-chart, .swa-landing-page-content-detail #sbd-chart, .swa-landing-page-content-detail #waiver-chart {
        font-family: 'Southwest Sans', Arial;
    }

    .swa-landing-page-content-detail #waiver-chart { 
        text-align:left;
    }

    .swa-landing-page-content-detail .swa-button {
       margin-right: 20px;
}

    .swa-landing-page-content-detail #waiver-chart .table, th, td {
        border: 1px solid #1A2C80;
        border-collapse: collapse;
    }

    .swa-landing-page-content-detail #waiver-chart  .table-bordered td, .table-bordered th {
        border: 1px solid #1A2C80
    }

    .swa-landing-page-content-detail #gds-chart .if-not-collapsed, .swa-landing-page-content-detail #sbd-chart .if-not-collapsed, .swa-landing-page-content-detail #waiver-chart .if-not-collapsed {
        margin-bottom: -45px;
    }
    
    .swa-landing-page-content-detail #gds-chart .if-collapsed:after, .swa-landing-page-content-detail #sbd-chart .if-collapsed:after, .swa-landing-page-content-detail #waiver-chart .if-collapsed:after {
        content: url(https://www.southwest.com/swa-resources/images/air/corp-travel/icon-arrow-closed.png);
        width: 22px;
        height: 12px;
        position: relative;
        right: 53px;
        top: 35px;
    }
    .swa-landing-page-content-detail #gds-chart .if-not-collapsed:after {
        content: url(https://www.southwest.com/swa-resources/images/air/corp-travel/icon-arrow-closed.png);
        width: 22px;
        height: 12px;
        position: absolute;
        right: 50%;
        top: 47px;
        transform: scaleY(-1);
    } 

    .swa-landing-page-content-detail .header.managed {
     background:url("https://www.southwest.com/swa-resources/images/responsive/managed-pano.jpg") no-repeat;
     background-size:cover;
     background-position:0% 0px;
    }
   
    .swa-landing-page-content-detail .header h1 {
        font-size: 48px;
    }

    /* Style the tab */
  }
  .swa-landing-page-content-detail .policies .tab {
      float: left;
      border: none;
      width: 30%;
      height: 25rem;
    }
    

    /* Style the buttons inside the tab */
    .swa-landing-page-content-detail .policies .tab button {
      display: block;
      background-color: inherit;
      color: white;
      background-color: #304CB2;
      padding: 0.83rem 1.25rem 1.33rem 1.5rem;
     width: 25rem;
      border: none;
      outline: none;
      text-align: left;
      cursor: pointer;
      transition: 0.3s;
      font-size: 0.75rem;
      font-weight: bold;
      margin-left: 10rem;
    }
    
    /* Tab Nav Styling */
    /* Change background color of buttons on hover */
    .swa-landing-page-content-detail .policies .tab button:hover {
      background-color: #1A2C80;
      color: #FFBF27;
    }
    
    /* Create an active/current "tab button" class */
    .swa-landing-page-content-detail .policies .tab button.active {
        background-color: #1A2C80;
    }
    
    /* Align tabs center*/
    .swa-landing-page-content-detail .policies .container { 
        float: center; 
    }

    /* Style the tab content */
    .swa-landing-page-content-detail .policies .tabcontent {
          float: left;
          padding: 1rem 1rem 2rem 1rem;
          background-color: #1A2C80;
         width: 24.2rem;
    height: 26.2rem;
    }
  
    .swa-landing-page-content-detail .policies .tabcontent p {
       font-size: 1rem;
       font-weight: bold;
       color: #FFBF27;
       margin-left: 0.83rem;
    }
    
    .swa-landing-page-content-detail .policies .tabcontent a {
       color: white;
       float:left;
       padding-bottom: 0.33rem;
	   font-size: .75rem;
    }

    .swa-landing-page-content-detail .midnight-blue-bg a {
        font-weight: normal;
        margin-left: 0.83rem;
    }

    @media screen and (max-width:767px) {
        .swa-landing-page-content-detail .policies .tab button {
            display: block;
            background-color: inherit;
            color: white;
            background-color: #304CB2;
            padding: 0.83rem 1.25rem 1.33rem 1.5rem;
           width: 24.2rem;
            border: none;
            outline: none;
            text-align: left;
            cursor: pointer;
            transition: 0.3s;
            font-size: 0.75rem;
            font-weight: bold;
            margin-left: 0px;
        }

    @media screen and (max-width: 992px) {
        .swa-landing-page-content-detail .policies .tab button {
            display: block;
            background-color: inherit;
            color: white;
            background-color: #304CB2;
            padding: 0.83rem 1.25rem 1.33rem 1.5rem;
           width: 24.2rem;
            border: none;
            outline: none;
            text-align: left;
            cursor: pointer;
            transition: 0.3s;
            font-size: 0.75rem;
            font-weight: bold;
            margin-left: 0px;
          }

    @media screen and (min-width: 768px) {
        .swa-landing-page-content-detail .policies .tabcontent {
            float:left;
            padding: 1rem 1rem 2rem 1rem;
            width: 25.2rem;
            background-color: #1A2C80;
            margin-left: 10rem;
        }

    @media screen and (max-width: 992px)  {
        .swa-landing-page-content-detail .policies .tabcontent {
            float:left;
            padding: 1rem 1rem 2rem 1rem;
            width: 25.2rem;
            background-color: #1A2C80;
            margin-left: 10rem;
            }



    /* Change border line color to yellow */
    .swa-landing-page-content-detail .benefit {
        border-left-color: #FFBF27!important;
    }

    .gds-chart-body * {
        font-family: 'Southwest Sans', Arial;
    }
    .gds-chart-body { margin-bottom: -60px; }
    .gds-chart-body::before {
        content: "Shop/book/ticket";
        background-color: grey;
        padding: 20px 110px;
        transform: rotate(-90deg);
        position: relative;
        float: left;
        margin-left: -130px;
        /* display: table; */
        display: none;
    }
    .swa-landing-page-content-detail .waiver-chart-body .table-bordered td, .table-bordered th {
    border: 1px solid #1A2C80:
    vertical-align: middle;
    }
    .swa-landing-page-content-detail .waiver-chart-body .table-bordered thead th {
    border-bottom: 2px solid #1A2C80;
    min-width: 152px;
    }
    .swa-landing-page-content-detail .gds-chart-body .table-bordered td, .table-bordered th {
        border: 1px solid white:
        vertical-align: middle;
    }
    .swa-landing-page-content-detail .gds-chart-body .table-bordered thead th {
        border-bottom: 2px solid white;
        min-width: 152px;
    }
    .swa-landing-page-content-detail .gds-chart-body table th {
        color: #FFBF27;
    }
    .swa-landing-page-content-detail .gds-chart-body table th span {
        color: #c0ccd6;
        display: block;
        font-size: 12px;
        font-weight: 400;
    }
    .swa-landing-page-content-detail .gds-chart-body .icon img {
        /* margin-top: 10px; */
        transform: scale(1.25);
    }
    .swa-landing-page-content-detail .gds-chart-body td p {
        color: #c0ccd6;
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: -5px;
    }
    /* .swa-landing-page-content-detail .gds-chart-body .card-body { position: relative; } */
    .swa-landing-page-content-detail .gds-chart-body .side-tabs {
        background: grey;
        display: inline-block;
        position: relative;
        height: 100%;
        max-height: 47px;
        -moz-transform: rotate(-90deg) translate(-20px, -50px);
        -webkit-transform: rotate(-90deg) translate(-20px, -50px);
        -o-transform: rotate(-90deg) translate(-20px, -50px);
        -ms-transform: rotate(-90deg) translate(-20px, -50px);
        transform: rotate(-90deg) translate(0, 0);sps
    }
    /* .swa-landing-page-content-detail .gds-chart-body .nav-tabs */
    .gds-chart-body .nav-tabs {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column nowrap;
        -webkit-box-align: start;
        align-items: flex-start;
        height: 100%;
        border: none
    }


    /* Side tabs START */
    .gds-chart-body .left {
        margin: 90px 0 90px -50px;
        position: absolute;
        height: 100%;
        left: 4.5%;
    }

    .gds-chart-body .nav-tabs > li > span {
        display: block;
        padding: 0.6rem 0.75rem;
        background-color: #1A2C80;
        color: #FFBF27;
        font-weight: bold;;
    }
    .gds-chart-body .nav-tabs > li:nth-of-type(2) span {
        background: #304CB2;
        margin-top:-20%;
    }
    
 

    .swa-landing-page-content-detail .box-row {
        text-align: center;
        padding-bottom: 60px;
        height: 100%;
    }

    .swa-landing-page-content-detail .dark-blue-bg {
        background-color: #1A2C80;
        height: 100%;
    }

}
   @media all and (max-width: 991px) {
   .gds-chart-body .nav-tabs > li:nth-of-type(2) span {
        background: #304CB2;
        margin-top:0px;
    }

    .gds-chart-body .right {
        right: -20px;
    }
    .gds-chart-body .nav-tabs {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-flow: column nowrap;
        -webkit-box-align: start;
                align-items: flex-start;
        height: 100%;
        border: none;
    }
    .gds-chart-body .nav-tabs > li {
        -webkit-writing-mode: vertical-lr;
            -ms-writing-mode: tb-lr;
                writing-mode: vertical-lr;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        -webkit-transform-origin: center center;
                transform-origin: center center;
        list-style-type: none;

        position: absolute;
        min-height: 13vw;
    }

    .gds-chart-body .nav-tabs > li:first-of-type {
        top: 1.5%;
        position: relative;
        height: 23.5rem;
    }
    .gds-chart-body .nav-tabs > li:nth-of-type(2) {
        top: 4%;
        position: relative;
        height: 15.5rem;
    }
    #sbd-chart-body.gds-chart-body.waiver-chart-body .nav-tabs > li:first-of-type {
        top: 1.5%;
        position: relative;
        height: 27.5rem;
    }
    #sbd-chart-body.gds-chart-body.waiver-chart-body .nav-tabs > li:nth-of-type(2) {
        top: 4%;
        position: relative;
        height: 21rem;
    }
    .gds-chart-body .nav-tabs > li > span {
        display: block;
        padding: 0.6rem 0.75rem;
        background-color: #111B40;
        color: #FFBF27;
        font-weight: bold;
    }
    .gds-chart-body .nav-tabs > li:nth-of-type(2) span {
        background: #1A2C80;
    }
    /* Side tabs END */
    
    .swa-landing-page-content-detail .gds-chart-body .disclaimer {
        margin: 30px 0 0;
        font-size: 12px;
        text-align: left;
    }
    .swa-landing-page-content-detail .gds-chart-body .disclaimer p {
        margin: 0;
    }
    .swa-landing-page-content-detail .gds-chart-body .close-chart {
        padding: 30px;
        position: relative;
        display: block;
    }
    .swa-landing-page-content-detail .gds-chart-body .close-chart img {
        transform: scaleY(-1);
    }
    .swa-landing-page-content-detail .waiver-chart-body .close-chart {
        padding: 30px;
        position: relative;
        display: block;
    }
    .swa-landing-page-content-detail .waiver-chart-body .close-chart img {
        transform: scaleY(-1);
    }

    /* Responsive GDS chart */
    @media all and (max-width: 1199px) {
        .swa-landing-page-content-detail .gds-chart-body .table-bordered thead th {
            min-width: 0;
        }
        #sbd-chart-body.gds-chart-body.waiver-chart-body .nav-tabs > li:first-of-type {
            top: 6%;
            height: 24.5rem;
        }
        #sbd-chart-body.gds-chart-body.waiver-chart-body .nav-tabs > li:nth-of-type(2) {
            top: 7.5%;
            height: 21.5rem;
        }
    }
    @media all and (max-width: 991px) {
        .gds-chart-body .left {
            margin: 130px 0 90px -50px;
            left: 7.5%;
        }
        .gds-chart-body .right table {
            table-layout: fixed;
            overflow-x: auto;
            min-width: 510px;
        }
        .gds-chart-body .nav-tabs > li:first-of-type {
            top: 0;
            height: 48.5rem;
        }
        .gds-chart-body .nav-tabs > li:nth-of-type(2) {
            top: 1.5%;
            height: 29rem;
        }
        #sbd-chart-body.gds-chart-body.waiver-chart-body .nav-tabs > li:first-of-type {
            top: 1%;
            height: 57rem;
        }
        #sbd-chart-body.gds-chart-body.waiver-chart-body .nav-tabs > li:nth-of-type(2) {
            top: 2%;
            height: 46rem;
        }
        .swa-landing-page-content-detail .gds-chart-body table tbody th {
            font-size: 0.75em;
        }
    }
    @media all and (max-width: 767px) {
        .gds-chart-body .left {
            margin: 130px 0 90px -50px;
            left: 7.5%;
        }

        .gds-chart-body .nav-tabs > li:first-of-type {
            height: 52.5rem;
        }
        .gds-chart-body .nav-tabs > li:nth-of-type(2) {
            height: 30rem;
        }
        #sbd-chart-body.gds-chart-body.waiver-chart-body .nav-tabs > li:first-of-type {
            top: 2%;
        }
        #sbd-chart-body.gds-chart-body.waiver-chart-body .nav-tabs > li:nth-of-type(2) {
            top: 2.5%;
        } 
    }
    @media screen and (max-width:767px){
        .nav-tabs > li {width:100%;}
      }

      @media all and (min-width: 992px) {
        .d-lg-block {
            display: block!important;
        }
    
  .swa-landing-page-content-detail .gds-chart-body table th span {
    font-size: 1em !important;
}

@media (max-width: 991px)
 .swa-landing-page-content-detail .gds-chart-body table th span {
    font-size: 0.75em !important;
}
        
/* Meetings and Groups */
@media screen and (max-width: 767px) {
    .swa-landing-page-content-detail .meetings .book p {
        margin-left: 295px; 
        width: 450px;
    }
}

        @media screen and (max-width: 767px) {
            .swa-landing-page-content-detail .even-more-love .right-image {
                display: block!important;
            }
        }
    }
}

