section#cancellation-refund a {
    color: #1460aa;
}
.ae-header .ae-content {
    box-shadow: 0px 1px 20px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}
.ae-header .ae-content h1 {
    font-weight: 700;
}
.refund-eligibility h2 {
    text-align: center;
    font-weight: 700;
}
.refund-eligibility .ae-content > .row:not(.white-rounded-bg) {
    margin: 50px 0;
}
.refund-eligibility .ae-content > .row:not(.white-rounded-bg) .desc h3 {
    font-weight: 700;
}
.refund-eligibility .ae-content .white-rounded-bg {
    background-color: white;
    box-shadow: 0px 1px 20px 0 rgba(0, 0, 0, 0.2);
    padding: 40px;
    border-radius: 13px;
}
.refund-eligibility .ae-content .white-rounded-bg h3 {
    font-weight: 700;
}
.alternative-options h2 {
    text-align: center;
    font-weight: 700;
}
.alternative-options > div .col-50 p {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
}
.alternative-options > div > .col-50 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.alternative-options > div {
    display: flex;
    padding: 0 50px;
}
.alternative-options > div .col-50 img {
    margin-right: 20px;
}
.alternative-options {
    margin-bottom: 60px;
}
.alternative-options > div > .col-50:last-child:before {
    content: '';
    width: 3px;
    height: 100px;
    background-color: #d6d6d6;
    margin-right: 40px;
}
.refund-type > h2 {
    text-align: center;
    font-weight: 700;
}
.tabs li {
    list-style: none;
}
.tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.tabs li {
    list-style: none;
    font-weight: 600;
    font-size: 16px;
    background-color: white;
    box-shadow: 0px 1px 20px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 13px;
    border: 1.6px solid #828282;
    cursor: pointer;
    text-align: center;
}
.tabs li.active {
    border-color: #1460aa;
    color: #1460aa;
    font-weight: 700;
    border-width: 2.4px;
}
.panels > .row {
    display: none;
    padding: 50px 0;
}
.panels > .row.active {
    display: block;
}
.panels > .row .primary-btn {
    display: inline-block;
    text-decoration: none;
    border-radius: 40px;
    min-width: 250px;
    text-align: center;
    background-color: #1460aa !important;
}
div#tnc h2 {
    text-align: center;
}
.faq-inner {
    background-color: white;
    box-shadow: 0px 1px 20px 0 rgba(0, 0, 0, 0.2);
    padding: 40px;
    border-radius: 13px;
}
.faq-inner .accordion__container {
    padding: 0;
    border-bottom: 1px solid #d0d0ce;
}
.cc-faqs .faq-inner .accordion__container .accordion__title {
    margin-bottom: 0;
    box-shadow: none;
}
.cc-faqs .faq-inner .accordion__container .accordion__title a {
    text-decoration: none;
}
.faq-inner .accordion__container .accordion__content {
    border-top: 0;
    text-align: left;
    overflow-x: scroll;
}
.panels > .row .col-100 {
    background-color: white;
    box-shadow: 0px 1px 20px 0 rgba(0, 0, 0, 0.2);
    padding: 25px 40px 15px 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 25px;
    border-radius: 13px;
}
.panels > .row .col-100 img {
    min-width: 80px;
}
.panels > .row .col-100 > div p {
    margin-bottom: 10px;
}
section#cancellation-refund a.accordion__toggle {
    color: black;
    padding: 20px 35px 20px 20px;
}
table.refunds-taxes {
    border-radius: 13px;
    overflow: hidden;
    margin: 30px 0;
}
table.refunds-taxes thead tr th {
    background-color: black;
    color: white;
    text-align: left;
    width: 33%;
    padding: 25px;
}
table.refunds-taxes tbody tr td:first-child {
    font-weight: 700;
}
#refund2 > table:nth-child(4) > tbody > tr:nth-child(2) > td,
table.refunds-taxes tbody tr td ul li {
    /* font-weight: 300; */
    font-weight: 400;
}
table.refunds-taxes tbody tr td {
    padding: 20px;
    border: 2px solid #e0e0e0;
}
table.refunds-taxes tbody tr td ul {
    margin-top: 20px;
}
@media (max-width: 1024px) {
    .tabs {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        position: relative;
        align-items: center;
        width: 100vw;
        white-space: nowrap;
        /* padding-right: 150px; */
        padding-right: 80px;
        justify-content: normal;
        scrollbar-width: none;
    }
    .tabs li {
        /* width: 350px; */
        display: inline-block;
    }
}
@media screen and (max-width: 767px) {
    section#cancellation-refund a.accordion__toggle {
        text-align: left;
    }
    .faq-inner {
        padding: 20px;
        margin-bottom: 40px;
    }
    .cc-faqs .accordion__container .accordion__title.panel-box a.accordion__toggle:after {
        margin-top: -15px;
    }
    .refund-eligibility .ae-content > .row:not(.white-rounded-bg) .desc {
        text-align: left;
        margin-top: 30px;
    }
    .refund-eligibility .ae-content .white-rounded-bg {
        text-align: left;
        padding: 40px 24px;
    }
    .alternative-options > div {
        padding: 0;
        flex-direction: column;
    }
    .alternative-options > div > .col-50 {
        flex-direction: column;
    }
    .alternative-options > div .col-50 img {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .alternative-options > div > .col-50:last-child:before {
        width: 100%;
        height: 3px;
        margin-right: 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .panels > .row {
        text-align: left;
    }
    .panels > .row .col-100 {
        padding: 20px 20px 15px 20px;
    }
    .refund-times {
        text-align: left;
    }
    .alternative-options > div .col-50 p {
        font-size: 14px;
    }
    .mobile-img-flip {
        display: flex;
        flex-direction: column-reverse;
    }
    .col-50 img {
        margin-bottom: 8px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
    .faq-inner {
        padding: 10px 10px 30px 10px;
    }
    section#cancellation-refund a.accordion__toggle {
        text-align: left;
    }
    table.refunds-taxes {
        width: 100%;
        table-layout: fixed;
    }
    table.refunds-taxes thead tr th {
        padding: 10px;
    }
    table.refunds-taxes tbody tr td {
        padding: 5px;
        border: 1px solid #e0e0e0;
        text-align: left;
        font-weight: 400;
    }
    .faq-inner .accordion__container .accordion__content {
        text-align: left;
    }
    .cc-faqs .accordion__container .accordion__title.panel-box a.accordion__toggle:after {
        margin-top: -10px;
    }
}

/* New */
li {
    font-weight: 400;
}

.panels li {
    font-size: 16px;
}

ul {
    list-style: disc !important;
}

.ae-header .ae-content p {
    font-weight: 400 !important;
}

table.refunds-taxes tr td {
    font-weight: 400;
}

.row.refund-eligibility .white-rounded-bg ul {
    margin-bottom: 0;
}