
.switch {
    position: relative;
    display: inline-block;
    width: 88px;
    height: 48px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.15);
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 36px;
    width: 36px;
    left: 7px;
    bottom: 6px;
    background-color: #f6502c;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: rgba(255, 255, 255, 0.15);
}

input:focus+.slider {
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.15);
}

input:checked+.slider:before {
    transform: translateX(40px);
}

.slider.round {
    border-radius: 100px;
}

.slider.round:before {
    border-radius: 50%;
}

.pricing__toggle_switcher {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: relative;
}

.slide-toggle-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.slide-toggle-btn label {
    font-size: 18px;
    color: var(--white);
}

.pricing__toggle_shape {
    position: absolute;
    right: 0;
    bottom: -10px;
}

@media only screen and (max-width: 991px) {
    .pricing__toggle_shape {
        max-width: 210px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing__toggle_shape {
        display: none;
    }
}

.pricing-area .section-title-wrapper {
    max-width: 1000px;
    margin: auto;
    gap: 0;
    padding-bottom: 100px;
    position: relative;
}
.pricing-area{
    .custom-container{
        max-width: 1700px;
    }
    .aae-compare-btn {
        display: flex !important;
        align-items: center;
        gap: 10px;
        font-weight: 600;
        font-size: 18px;
        line-height: 1;
        text-transform: capitalize;
        padding: 17.5px 27px;
    }
}

@media only screen and (max-width: 1500px) {
    .pricing-area .section-title-wrapper {
        max-width: 950px;
    }
}

@media only screen and (max-width: 1199px) {
    .pricing-area .section-title-wrapper {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .pricing-area .section-title-wrapper {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing-area .section-title-wrapper {
        padding-bottom: 40px;
    }
}

.pricing-area .section-title {
    padding-bottom: 12px;
}

@media only screen and (max-width: 767px) {
    .pricing-area .section-title {
        padding-bottom: 25px;
    }
}

.pricing-area .section-description {
    padding-bottom: 28px;
}

@media only screen and (max-width: 767px) {
    .pricing-area .section-description {
        padding-bottom: 30px;
    }
}

.pricing-area .section-description p {
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    .pricing-area .section-description p {
        font-size: 18px;
    }
}

.pricing-area .section-description p span {
    color: var(--white);
    text-decoration: underline;
}

.pricing-area .aae-subscribe-wrap.pricing-subscribe {
    position: absolute;
    right: auto;
    top: 36px;
    left: -34px;
}

@media only screen and (max-width: 1199px) {
    .pricing-area .aae-subscribe-wrap.pricing-subscribe {
        top: 100px;
        left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .pricing-area .aae-subscribe-wrap.pricing-subscribe {
        top: 20px;
    }
}

.pricing-area .accordion {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pricing-area .accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.pricing-area .accordion-header {
    background: rgba(0, 0, 0, 0);
    padding: 27.5px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    color: var(--white);
}

.pricing-area .accordion-content {
    overflow: hidden;
    height: 0;
}
.accordion-content.open {
 height: auto;
}

.pricing-area .icon {
    font-size: 33px;
}

.pricing-content {
    background-color: rgba(255, 255, 255, 0.0196078431);
    border-radius: 20px;
}

.pricing-item-top {
    padding-top: 60px;
    padding-bottom: 33px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
}

.pricing-item-top.flat {
    padding-bottom: 112px;
}

@media only screen and (max-width: 1500px) {
    .pricing-item-top.flat {
        padding-bottom: 122px;
    }
}

@media only screen and (max-width: 1199px) {
    .pricing-item-top.flat {
        padding-bottom: 95px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing-item-top {
        padding-top: 40px;
    }

    .pricing-item-top.flat {
        padding-bottom: 76px;
    }
}

.pricing-item-top img {
    display: block;
    margin: auto;
}

.pricing-content-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr;
}

@media only screen and (max-width: 1399px) {
    .pricing-content-grid {
        grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr;
    }
}

@media only screen and (max-width: 1199px) {
    .pricing-content-grid {
        overflow-x: scroll;
    }
}

.pricing-content-grid::-webkit-scrollbar {
    height: 8px;
    background: rgba(255, 255, 255, 0.03);
}

.pricing-content-grid::-webkit-scrollbar-thumb {
    background: #f6502c;
    border-radius: 4px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.pricing-item {
    border-right: 1px solid rgba(255, 255, 255, 0.04);
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .pricing-item {
        width: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing-item {
        width: 310px;
    }
}

@media only screen and (max-width: 1199px) {
    .pricing-item.free {
        display: none;
    }
}

.pricing-item.popular {
    background: linear-gradient(145.55deg, rgb(246 80 44 / 10%) 36.63%, rgb(255 153 0 / 9%) 79.66%);
}

.pricing-item .aae-primary-btn-wrapper {
    padding: 8px;
    width: 100%;
    text-align: center;
}

.pricing-item .aae-primary-btn {
    padding: 16px 20px;
    background-color: rgba(255, 255, 255, 0.03);
    display: inline-block;
    width: 100%;
}

@media only screen and (max-width: 1500px) {
    .pricing-item .aae-primary-btn {
        padding: 14px 20px;
    }
}

.pricing-item .aae-primary-btn.popular-active {
    background-color: #f6502c;
}

.pricing-item .aae-primary-btn.popular-active:hover {
    background-color: rgba(255, 255, 255, 0.03);
}

/* .pricing-item .aae-primary-btn:hover {
    background-color: #f6502c;
} */

.pricing-item .package-sub-title {
    font-size: 21px;
    font-weight: 500;
    padding-bottom: 8px;
}

.pricing-item .package-title {
    font-size: 50px;
    font-weight: 500;
    padding-bottom: 13px;
color: #fff;
}

@media only screen and (max-width: 1500px) {
    .pricing-item .package-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing-item .package-title {
        font-size: 36px;
        padding-bottom: 8px;
    }
}

.pricing-item .package-desc {
    font-size: 18px;
    color: #999;
    padding-bottom: 33px;
}

.pricing-note {
    max-width: 800px;
    margin: auto;
    text-align: center;
    padding-top: 55px;
}

.popular-label {
    padding: 4px 16px;
    background-color: #baffaf;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
}

.older-price {
    font-size: 25px;
    font-weight: 500;
    color: #999;
    text-decoration: line-through;
}

.pricing-item-content-list.list-item {
    text-align: center;
}

.pricing-item-content-list.list-item img {
    display: block;
    margin: auto;
}

.pricing-item-content-list li {
    font-size: 18px;
    padding: 21.5px 30px;
    min-height: 68px;
}

@media only screen and (max-width: 1500px) {
    .pricing-item-content-list li {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1399px) {
    .pricing-item-content-list li {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing-item-content-list li {
        padding: 15px 20px;
        min-height: 50px;
    }

    .pricing-item .package-desc {
        padding-bottom: 25px;
    }
}

.pricing-item-content-list li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.pricing-item-content-list li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.pricing-item-content-list li:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.0117647059);
}

.aae-compare-btn-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    margin-bottom: 50px;
}

.aae-compare-btn-wrapper .aae-primary-btn-wrapper {
    padding-top: unset;
    padding: 9px 8px;
}

@media only screen and (max-width: 1199px) {
    .aae-compare-btn-wrapper {
        display: none;
    }
}

.compare-table-wrapper {
    margin-top: 50px;
    background-color: rgba(255, 255, 255, 0.0196078431);
    border-radius: 20px;
    overflow: hidden;
}

@media only screen and (max-width: 1199px) {
    .compare-table-wrapper {
        display: none;
    }
}

.pricing-table-container {
    overflow: hidden;
    height: 0;
}

#compare_responsiveTable tr td:nth-child(4) {
    background: linear-gradient(145.55deg, rgb(246 80 44 / 10%) 36.63%, rgb(255 153 0 / 9%) 79.66%);
}

#compare_responsiveTable {
    width: 101%;
    border-collapse: collapse;
    border-radius: 20px;
    border-radius: 20px;
    margin-left: -1px;
    margin-right: -1px;
}

#compare_responsiveTable .pricing-buy-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 1;
    color: var(--white);
}

@media only screen and (max-width: 1199px) {
    #compare_responsiveTable .pricing-buy-title {
        font-size: 22px;
    }
}

#compare_responsiveTable th {
    font-weight: 500;
    font-size: 21px;
    line-height: 1;
    padding: 36.5px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    max-width: 350px;
    width: 350px;
}

#compare_responsiveTable tr td:first-child {
    text-align: start;
    width: 382px;
    max-width: 382px;
}

@media only screen and (max-width: 767px) {
    #compare_responsiveTable tr td:first-child {
        text-align: center;
    }
}

#compare_responsiveTable td {
    border: 1px solid rgba(255, 255, 255, 0.04);
    padding: 24.5px;
}

#compare_responsiveTable td img {
    margin: auto;
}

#compare_responsiveTable td {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    text-align: center;
}

#compare_responsiveTable tfoot tr td {
    border: 0;
    padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    #compare_responsiveTable tfoot tr td {
        justify-content: center;
    }
}

@media only screen and (max-width: 991px) {
    #compare_responsiveTable tfoot tr {
        display: flex;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 767px) {
    #compare_responsiveTable tfoot tr {
        flex-direction: column;
    }
}

@media (max-width: 768px) {

    #compare_responsiveTable table,
    #compare_responsiveTable thead,
    #compare_responsiveTable tbody,
    #compare_responsiveTable th,
    #compare_responsiveTable td,
    #compare_responsiveTable tr {
        display: block;
        width: 100%;
    }

    #compare_responsiveTable thead {
        display: none;
    }

    #compare_responsiveTable tr {
        margin-bottom: 10px;
        border: 1px solid rgba(255, 255, 255, 0.04);
        padding: 10px;
    }

    #compare_responsiveTable td {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.04);
        position: relative;
    }

    #compare_responsiveTable td::before {
        content: attr(data-label);
        flex: 1;
    }
}

.pricing-deal-wrapper {
    background-color: rgba(255, 255, 255, 0.0196078431);
    padding: 20px;
    border-radius: 20px;
    margin-top: 80px;
}

@media only screen and (max-width: 1199px) {
    .pricing-deal-wrapper {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .pricing-deal-wrapper {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing-deal-wrapper {
        padding: 0;
    }
}

.pricing-deal-wrapper .shape-1 {
    position: absolute;
    bottom: 40px;
    right: 60px;
}

@media only screen and (max-width: 1399px) {
    .pricing-deal-wrapper .shape-1 {
        max-width: 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .pricing-deal-wrapper .shape-1 {
        max-width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing-deal-wrapper .shape-1 {
        display: none;
    }
}

.pricing-deal-wrapper .aae-primary-btn {
    padding: 16px 40px;
}

@media only screen and (max-width: 767px) {
    .pricing-deal-wrapper .aae-primary-btn {
        padding: 12px 40px;
    }
}

.pricing-deal-wrapper .pricing-heading-one {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: var(--white);
    display: flex;
    gap: 6px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 1399px) {
    .pricing-deal-wrapper .pricing-heading-one {
        padding-bottom: 15px;
    }
}

.pricing-deal-wrapper .pricing-heading-two {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: var(--white);
}

@media only screen and (max-width: 1199px) {
    .pricing-deal-wrapper .pricing-heading-two {
        padding-top: 20px;
    }
}

.pricing-deal-inner {
    display: grid;
    grid-template-columns: 0.37fr 0.2710fr 0.35fr ;
    gap: 20px;
    @media only screen and (max-width: 1199px) {
        grid-template-columns: 1fr 1fr;
    }
    @media (max-width:768px){
        grid-template-columns: 1fr;
    }
}

.pricing-deal-left {
    position: relative;
    background: url("../../img/pricing-deal-left-bg.png");
    background-repeat: no-repeat;
    border-radius: 12px;
    padding: 60px;
}

@media only screen and (max-width: 1500px) {
    .pricing-deal-left {
        padding: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .pricing-deal-left {
        background-size: cover;
    }
}

@media only screen and (max-width: 767px) {
    .pricing-deal-left {
        padding: 30px 15px;
    }
}

.deal-subtitle {
    font-weight: 500;
    font-size: 18px !important;
    line-height: 1 !important;
    color: #baffaf !important;
    padding-bottom: 17px !important;
}

.deal-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    color: var(--white);
    padding-bottom: 50px;
    max-width: 354px;
}

@media only screen and (max-width: 991px) {
    .deal-title {
        font-size: 36px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .deal-title {
        font-size: 26px;
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 1500px) {
    .pricing-deal-right {
        padding: 40px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing-deal-right {
        padding: 40px 15px;
    }
}
.pricing-list-wrapper{
    background-color: rgba(255, 255, 255, 0.0196078431);
    padding: 40px 50px;
    border-radius: 12px;
    @media (max-width:1500px){
        padding: 30px;
    }
}
.pricing-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.pricing-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
}

@media only screen and (max-width: 1399px) {
    .pricing-list li {
        font-size: 16px;
    }
}

.pricing-list-inner {
    display: grid;
    grid-template-columns: 0.67fr 1fr;
    gap: 20px;
}

@media only screen and (max-width: 1399px) {
    .pricing-list-inner {
        gap: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing-list-inner {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .pricing-list {
        gap: 20px;
    }
}

@media only screen and (max-width: 1500px) {
    .pricing-logos-wrapper {
        padding-inline-start: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing-logos-wrapper {
        border: 0;
        padding-inline-start: 0;
    }
}

.pricing-logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 56px;
    gap: 40px;
}

@media only screen and (max-width: 1399px) {
    .pricing-logos {
        padding: 20px;
        padding-inline-start: 0;
        gap: 20px;
    }
}

.aae-payment-wrapper .aae-subscribe-text {
    background-color: rgba(0, 0, 0, 0);
}

.aae-payment-wrapper .aae-days-text {
    font-size: 8px;
    text-transform: uppercase;
    padding: 3px;
    right: -4px;
}

.aae-payment-wrapper .aae-days-text-2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    text-transform: capitalize;
    color: var(--white);
}

@media only screen and (max-width: 1399px) {
    .aae-payment-wrapper .aae-days-text-2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .aae-payment-wrapper .aae-days-text-2 {
        font-size: 16px;
    }
}

.aae-payment-wrapper .aae-days-text-3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: var(--white);
}

@media only screen and (max-width: 1399px) {
    .aae-payment-wrapper .aae-days-text-3 {
        font-size: 18px;
    }
}

.aae-payment-wrapper {
    display: flex;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.0196078431);
    margin-top: 80px;
    border-radius: 100px;
    padding: 13px 40px;
}

@media only screen and (max-width: 1500px) {
    .aae-payment-wrapper {
        padding: 13px 20px;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .aae-payment-wrapper {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        padding-bottom: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .aae-payment-wrapper {
        gap: 15px;
        border-radius: 0;
    }
}

.aae-payment-left {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .aae-payment-left {
        gap: 15px;
    }
}

.aae-payment-right {
    display: flex;
    gap: 12px;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .aae-payment-right {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.pricing-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

@media only screen and (max-width: 767px) {
    .pricing-contact .aae-primary-btn-wrapper {
        padding: 20px 8px;
    }
}

.pricing-contact .aae-primary-btn {
    padding: 16px 70px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.333;
    text-transform: capitalize;
    color: var(--white);
}

@media only screen and (max-width: 1500px) {
    .pricing-contact .aae-primary-btn {
        padding: 16px 30px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 1199px) {
    .pricing-contact .aae-primary-btn {
        padding: 16px 9px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .pricing-contact .aae-primary-btn {
        padding: 16px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing-contact .aae-primary-btn {
        padding: 16px 40px;
    }
}

.pricing-contact .older-price {
    font-size: 16px;
}

.pricing-contact-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.42;
    color: var(--white);
}

@media only screen and (max-width: 1199px) {
    .pricing-header {
        display: none;
    }
}

.pricing-header table {
    width: 100%;
}

.pricing-header table tr {
    display: flex;
    justify-content: space-around;
}

.pricing-header table tr td {
    font-weight: 500;
    font-size: 21px;
    line-height: 1;
    color: var(--white);
    width: 100%;
    text-align: center;
}
.aae-reviews-item .thumb {
    height: 60px;
    width: 60px;
    border-radius: 50px;

    img {
        border-radius: 50%;
    }
}

.pricing-item-top {
    height: 331px;
}

.aae-pricing-inner {
    margin-top: -20px;
}
.pricing-logos-wrapper{
    text-align: center;
    background: url('../../img/subscribe-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 28px 50px;
    border-radius: 12px;
    @media (max-width:575px){
        padding: 15px;
    }
}
.subscriber-user{
    p{
        font-weight: 500;
        font-size: 18px;
        line-height: 1;
        color: #BAFFAF;
        padding-bottom: 13px;
    }
    h3{
        font-weight: 500;
        font-size: 28px;
        line-height: 1.35;
        color: var(--white);
        padding-bottom: 15px;
        @media (max-width:575px){
            font-size: 20px;
        }
        span{
            text-decoration: underline;
        }
    }
    img{
        display: inline-block;
        @media (max-width:1200px){
            max-width: 160px;
        }
    }
}