.pricing-banner-area {
    background-color: var(--lavender-efe-3-ff);
    padding: 40px 0;
}


#pricing-banner-holder .D_H1_Poppins_SemiBold_55px {
    font-size: 55px;
}
.pricing-table-toggle{
    display: none;
}

#scroller {
    background: #fff;
    z-index: 10;
    transition: .6s;
    padding: 15px 0;
}

#scroller.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
}

.pricing-banner-area .banner-inner {
    padding-bottom: 25px;
}

.banner-left {
    max-width: 750px;
    width: 100%;
}

.pricing-right-text {
    width: 100%;
    margin-left: auto;
    padding-left: 30px;
}

.banner-right {
    background-image: url(../img/pricing/bubble.png);
    padding: 35px 35px;
    max-width: 445px;
    width: 100%;
    margin-left: auto;
    background-size: contain;
    border-radius: 12px 0 12px 0;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    top: -40px;
}

.pricing-right-text p {
    font-size: 17px;
    font-weight: normal;
    line-height: 1.5;
    color: var(--shark-1-a-1-b-20);
    padding-bottom: 20px;
}

.pricing-right-text p:last-child {
    padding-bottom: 0;
}

.pricing-area {
    padding: 70px 0;
}

.pricing-select {
    margin-top: 48px;
    display: flex;
    align-items: center;
}

.pricing-select select {
    border: 0;
    width: 170px;
    height: 50px;
    background-color: var(--white-ffffff);
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: var(--shark-1-a-1-b-20);
    padding: 0 16px;
    cursor: pointer;
    margin-right: 12px;
    appearance: none;
    background: #fff url("../img/pricing/arrow-down.svg") no-repeat 94% center;
}

.pricing-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -12px;

}

.pricing-inner .bttn {
    background: transparent;
    border: solid 1px var(--medium-purple-755-be-2);
    width: 100%;
}

.pricing-inner .bttn a {
    color: var(--medium-purple-755-be-2);

}

.pricing-inner .bttn {}

.single-pricing {
    max-width: 25%;
    width: 100%;
    padding: 0 12px;
}

.single-pricing-inner {
    border: solid 1px var(--light-silver-d-9-d-9-d-9);
    background-color: var(--white-ffffff);
    padding: 20px 23px;
    position: relative;
    padding-bottom: 55px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.single-pricing-inner.active {
    border: solid 1px var(--medium-purple-755-be-2);
}

.single-pricing-inner.active .bttn {
    background-color: var(--medium-purple-755-be-2);
}

.single-pricing-inner.active .bttn a {

    color: var(--white-ffffff) !important;
}

.commission-text {
    position: absolute;
    top: -15px;
    right: -5px;
}

.commission-text p {
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.2;
    color: var(--medium-purple-755-be-2);
    width: 127px;
    background-color: var(--lavender-efe-3-ff);
    padding: 6px 0;
    border-right: 0 7.5px;
    border-radius: 0px 7.467px;
}


.pricing-title {}

.pricing-title h2 {
    font-size: 31.2px;
    font-weight: bold;
    line-height: 1.4;
    color: var(--shark-1-a-1-b-20);
}

.pricing-title p {
    font-size: 18px;
    font-weight: normal;
    color: var(--shark-1-a-1-b-20);
    font-family: 'Playfair Display', serif;

}

.per-price {
    display: flex;
    align-items: center;
    margin: 15px 0 22px;
}

.per-price h2 {
    font-size: 48px;
    line-height: 1.2;
    color: var(--shark-1-a-1-b-20);
    font-weight: 600;
}

.per-price h2 span {
    font-weight: 400;
}

.per-price p {
    font-size: 13.1px;
    font-weight: normal;
    line-height: 1.1;
    color: rgba(26, 27, 32, 0.8);
    padding-left: 16px;
}

.pricing-text p {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.7;
    color: rgba(26, 27, 32, 0.8);
    margin-top: 22px;
    margin-bottom: 12px;
}

.key-feature {}

.key-feature-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: left;
}

.key-feature ul {}

.key-feature ul li img {
    margin-right: 8px;
}

.key-feature ul li {
    margin: 10px 0;
    list-style: none;
    font-size: 13px;
    font-weight: normal;
    line-height: 2;
    color: var(--shark-1-a-1-b-20);
}

.minimum-package {
    text-align: center;
    border-top: solid 1px var(--lavender-efe-3-ff);
    padding-top: 7px;
    margin-top: 25px;
    position: absolute;
    bottom: 15px;
    width: calc(100% - 46px);
}
@media (max-width: 1399px) {
    .minimum-package {
        width: calc(100% - 30px);
    }
}

@media (max-width: 1349px) {
    .minimum-package {
        width: calc(100% - 30px);
    }
}

@media (max-width: 767px) {
    .minimum-package {
        width: 100%
    }
}

.minimum-package span {
    font-size: 11px;
    font-weight: normal;
    line-height: 1.2;
    color: rgba(26, 27, 32, 0.8);
    display: inline-block;
}

.questions-area {
    background-color: var(--ghost-white-fafbfc);
}

.question-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.question-left {
    max-width: 433px;
    width: 100%;
}

.question-left img {
    width: 100%;
}

.accordion-area {
    max-width: calc(100% - 433px);
    width: 100%;
    padding-left: 85px;
}

.accordion-button:not(.collapsed) {
    color: var(--shark-1-a-1-b-20);
    background: transparent;
}

.accordion-item:first-of-type .accordion-button {
    border: 0;
}

.accordion-item {
    border: 0;
}

.questions-area {
    padding: 80px 0;
}

.question-title {
    margin-bottom: 60px;
    text-align: center;

}

.accordion-button {
    padding: 0;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--shark-1-a-1-b-20);
    font-family: 'Playfair Display', serif;
    padding: 0;
}

.accordion-item {
    border-bottom: 1px solid var(--silver-9-c-9-c-9-c) !important;
    padding: 25px 0;
    padding-left: 50px;
}

.accordion-item:last-child {
    border: 0 !important;
    padding-bottom: 0;
}

.accordion-button:focus {
    box-shadow: unset;
}

.accordion {
    border: solid 1px var(--silver-9-c-9-c-9-c);
    background-color: var(--white-ffffff);
    padding: 40px 40px;
    border-radius: 25px 0 25px 0;
}

.accordion-button:not(.collapsed) {
    box-shadow: unset;
}

.accordion-body {
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.7;
    color: var(--shark-1-a-1-b-20);
    margin-top: 22px;
}

.pricing-table {
    position: relative;
}

.pricing-table-area.active{
    padding: 30px 0;
}
.pricing-table-area {
    position: relative;
}






@media (min-width: 750px) {
    .pricing-table-area:first-child {

        position: sticky;
        top: 60px;
        background-color: white;
        z-index: 99999;

    }

    body.admin-bar .pricing-table-area:first-child {
        top: 92px;
    }
}



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

.bd-1 {
    border-bottom: 1px solid var(--light-silver-d-9-d-9-d-9);
    padding-top: 15px;
}

.pricing-table h3 {
    padding-top: 18px;
    margin-bottom: 10px;
}
.table-row {
    display:flex;
    justify-content: space-between;

}

.pricing-table .table-td {
    font-size: 16px;
    font-weight: normal;
    line-height: 3;
    color: var(--shark-1-a-1-b-20);
}

.pricing-table .table-td {
    width: 155px;
    text-align: center;
    display: flex;
    align-items: center;
    line-height: 1.5em;
}

.pricing-table .table-td.table-td-first-child {
    width: 400px;
    text-align: left;
}

.plan-features {
    margin-top: 45px;
    cursor: pointer;
}

.plan-features p img {
    margin-left: 10px;
}

.openTable img {
    transform: rotate(180deg);
    transition: .6s;
}
.openTable.active img {
    transition: .6s;
    transform: rotate(0deg);
}
.closeTable img {
    transform: rotate(0deg);
    transition: .6s;
}
.closeTable.active img {
    transition: .6s;
    transform: rotate(180deg);
}
.plan-features p {
    display: flex;
    align-items: center;
    justify-content: center;

}

.table-header-left {
    width: 400px;
}

.single-table {
    width: 155px;
    text-align: center;
}

.table-header {
    display: flex;
    justify-content: space-between;
}

.single-table h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: var(--shark-1-a-1-b-20);
    padding: 5px 10px;
}

.single-table .enterprise {
    max-width: 133px;
    margin-left: auto;
    margin-right: auto;
}

.enterprise {
    background-color: var(--light-purple);
    padding: 12px 0;
    margin: 5px 0;
}

.enterprise img {
    width: 35px;
}

.single-table.active {}

.single-table.active a {
    background-color: var(--medium-purple-755-be-2);
    color: var(--white-ffffff);
}

.single-table.active h3 {
    background-color: var(--lavender-efe-3-ff);
    padding: 5px 10px;
    display: inline-block;
    border-radius: 3px;
}


.single-table h5 {
    font-size: 40px;
    font-weight: normal;
    line-height: 1.2;
    color: var(--shark-1-a-1-b-20);
    margin-bottom: 15px;
}

.single-table h5 span {
    font-weight: 600;

}


.single-table a {
    font-size: 14px;
    font-weight: 500;
    color: var(--medium-purple-755-be-2);
    width: 100%;
    line-height: 40px;
    border: solid 1px var(--medium-purple-755-be-2);
    background-color: var(--white-ffffff);
    display: inline-block;
    text-decoration: none;
}

.accordion-button::after {
    background-image: url(../img/pricing/add.svg);
    position: absolute;
    left: -50px;
    top: 11px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/pricing/minus.png);

}

.new {
    position: relative;
}

.new > span {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
    font-family: 'Playfair Display', serif;

    padding: 0 5px;
    background-color: var(--lavender-efe-3-ff);
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: -2px;
}

.hotel-brand {
    background-color: var(--light-purple);
    text-align: center;
    padding: 14px 0 22px;
    margin: 9px 0 21px;
}

.hotel-brand img {
    width: 56px;
    margin: 0 auto;
}

/* Tooltip */
.mytooltip {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    z-index: 100;
}

.mytooltip .mytooltiptext {
    z-index: 99;

    visibility: hidden;
    background-color: var(--shark-1-a-1-b-20);
    color: #fff;
    text-align: center;
    border-radius: 6px 0 6px 0;
    padding: 0 0;
    position: absolute;
    top: -5px;
    left: 110%;
    width: 254px;
    padding: 3px 12px;
    border-radius: 10px 0 10px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
    color: var(--white-ffffff);
}


.mytooltip:hover .mytooltiptext {
    visibility: visible;
}
.pricing-select .select-items{
    height: auto;
    box-shadow: 0 5px 4px rgba(0,0,0,0.03);
    border: 1px solid transparent;
    overflow: hidden;
}
.select-items div, .select-selected {
    color: #231F20
}
.select-items div:nth-child(odd){
    background-color: #FBFAFF;
}
.single-form:last-child{
    margin-right: 0;
}
.single-form{
    min-width: 170px;
    margin-right: 12px;
}

.per-default {
    display: inline-block;
}
.per-default.hide {
    display: none;
}

.per-bed {
    display: none;
}
.per-bed.show {
    display: inline-block;
}

#pricing-banner-testimonial {
    display: flex;
    width: 511px;
    padding: 38px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    background-color: white;
    position: relative;
}

#pricing-testimonial-text {
    display: flex;
    width: 100%;
    flex-direction: column;
    color: #1A1B20;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
}
#pricing-testimonial-person{
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}
#pricing-testimonial-image {
    width: 58px;
    height: 58px;
    border-radius: 50%;
}
#pricing-testimonial-image img {
    max-width: 100%;
}

#pricing-testimonial-person-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 0 0;
    color: #1A1B20;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    line-height: 130%;
}
#pricing-testimonial-person-name {
    font-weight: 500;
}

#pricing-testimonial-line {
    width: 60px;
    height: 1px;
    background-color: #755BE2;
}

#pricing-testimonial-quote {
    width: 62px;
    height: 60px;
    flex-shrink: 0;
    background: url("../img/pricing/quote.svg") center center no-repeat;
    background-size: cover;
    position: absolute;
    right: -13px;
    bottom: -27px;
}

.pricing-features-bullet {
    width: 100%;
    height: 30px;
    display: block;
    background: url('../img/pricing/icon-bullets.svg') no-repeat center center;
}
.pricing-features-bullet.enterprise {
    background: url('../img/pricing/icon-bullet-enterprise.svg') no-repeat center center;
}

.per-price h2,
h5.show-hotels,
h5.show-hostels {
    display: none;
}


@media (max-width: 990px) {
    #pricing-banner-testimonial {
        width: 312px;
        padding: 26px 15px !important;
        align-items: flex-start;
        gap: 15px;
        flex-shrink: 0;
    }
    #pricing-testimonial-image {
        height: 58px;
        width: 58px;
    }
    #pricing-testimonial-text
     {
        font-size: 13px;

    }
    #pricing-testimonial-person-name {
        font-size: 13px;
    }
    #pricing-testimonial-person-info {
        font-size: 12px;
    }
    #pricing-testimonial-quote {
        width: 38px;
        height: 38px;
        right: 0;
        bottom: 0;
    }

    .banner-inner {
        padding-top: 0px !important;
    }
}

@media (max-width: 767px) {

    #pricing-banner-testimonial {
        height: 300px;
        position: relative;
        margin: 36px 0;
        width: 100%;
    }

    #mobile-select,
    #select-content,
    .pricing-select
    {
        width: 100%;
        display: block !important;
    }
}


@media (max-width: 1399px) {
    .pricing-title p {
        font-size: 16px;
    }

    .per-price h2 {
        font-size: 40px;
    }

    .single-pricing {
        padding: 0 5px;
    }

    .pricing-inner {
        margin: 0 -5px;
    }

    .pricing-inner .bttn a {
        width: 100%;
    }

    .single-pricing-inner {
        padding: 20px 15px;
    }

    .banner-left {
        max-width: 50%;
        width: 100%;
    }

    .hotel-brand {
        padding: 19px 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 1199px) {
    .pricing-banner-area {
        padding: 60px 0;
    }
    .enterprise {
        padding: 2px 0;
        margin: 5px 0;
    }

    .pricing-title h2 {
        font-size: 28px;
    }

    .single-table h5 {
        font-size: 24.3px;
        line-height: 1.2;
        margin-bottom: 14px;
    }

    .single-table a {
        font-size: 13px;
        width: 110px;
        line-height: 32px;
    }

    body.page-slug-tarifs .single-table a { /* French version */
        width: 140px;
    }

        .pricing-title p {
        font-size: 14px;
    }

    .key-feature ul li img {
        margin-right: 4px;
    }

    .accordion-area {
        padding-left: 25px;
    }

    .accordion {
        padding: 20px 25px;
    }

    .accordion-button {
        font-size: 21px;
    }
    #pricing-banner-holder .D_H1_Poppins_SemiBold_55px {
        font-size: 32px;
    }

    .pricing-table .table-td.table-td-first-child {
        font-size: 14px;
    }
}

@media (min-width: 992px) {

    .smm-none,
    .lgg-none {
        display: none;
    }
}

@media (max-width: 991px) {
    .pricing-banner-area .banner-inner{
        flex-direction: row;
    }
    .single-form{
        min-width: 146px;
    }
    .mdd-none {
        display: none;
    }

    .lgg-none {
        display: block;
    }

    .single-pricing {
        max-width: 50%;
    }

    .accordion-button {
        font-size: 28px;
    }

    .accordion-area {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        margin-top: 25px;
    }

    .single-pricing {
        margin-bottom: 20px;
    }

    .single-pricing {
        padding: 0 8px;
    }

    .pricing-inner {
        margin: 0 -8px;
    }

    .pricing-right-text {
        max-width: 335px;
        padding: 20px 33px;
        padding-bottom: 10px;
    }

    .pricing-title p {
        font-size: 16px;
    }

    .pricing-banner-area {
        padding-top: 95px;
        padding-bottom: 40px;
    }

    .pricing-select select {
        border: 0;
        width: 145px;
        font-size: 14.3px;
        height: 46px;
    }

    .pricing-right-text p {
        font-size: 12.5px;
        padding-bottom: 12px;
    }

    .banner-left {
        max-width: 48%;
        width: 100%;
    }

    .single-table a {
        font-size: 10px;
        width: 83px;
        line-height: 25px;
    }

    body.page-slug-tarifs .single-table a {
        line-height: 15px;
        width: 80px;
    }

    .single-table h5 {
        margin-bottom: 7px;
    }

    .single-table h3 {
        margin-bottom: 5px;
        font-size: 12px !important;
    }

    .pricing-table h3 {
        font-size: 20px;
    }

    .pricing-table td {
        font-size: 14px;
        line-height: 2.6;
    }

    .pricing-select {
        margin-top: 30px;
    }

    .banner-left {
        max-width: 48%;
        width: 100%;
        position: relative;
    }

    .pricing-banner-area {
        padding-top: 95px;
        padding-bottom: 100px;
    }

    .banner-right {
        padding: 0 41px;
        max-width: 335px;
        padding-right: 30px;
        background-size: 100% 100%;
        position: relative;
        top: -20px;
    }

    .pricing-right-text {
        max-width: 335px;
        padding: 27px 12px;
        padding-bottom: 10px;
    }

    .enterprise {}

    .enterprise img {
        width: 25px;
    }

    .question-left img {
        width: 100%;
    }

    .question-left {
        max-width: 100%;
        width: 100%;
    }
    #pricing-banner-holder .D_H1_Poppins_SemiBold_55px {
        font-size: 32px;
    }
}

@media (min-width: 768px) {

    .smm-none,
    .mobile-show {
        display: none !important;
    }

}
.single-pricing-inner{
    padding-bottom: 50px !important;
}

@media (max-width: 767px) {

    .pricing-text p,
    .key-feature ul li {
        font-size: 16px;
    }
    .per-price p,
    .minimum-package span{
        font-size: 14px;
    }
    .pricing-title p
     {
        font-size: 18px;
    }
    .key-feature-title {
        font-size: 15px;
    }
    .banner-right {
        top: 0;
    }
    .minimum-package {
        border-top: 1px solid #EFE3FF;
    }
    .pricing-right-text p {
        font-size: 15px;
    }
    .single-pricing-inner{
        padding-bottom: 30px !important;
    }
    .mytooltip .mytooltiptext {
        width: 120px;
        font-size: 10px;
        text-align: left;
        line-height: 1.4;
        padding: 7px 7px;
        top: -19px;
        left: 85%;
    }

    .tool-icon {
        position: relative;
        z-index: 99;
    }

    .tool-icon img {
        width: 14px !important;
    }

    .pricing-table-area td:nth-child(4),
    .pricing-table-area td:nth-child(3),
    .pricing-table-area td:nth-child(2) {
        position: relative;
        z-index: -1 !important;
    }

    .pricing-table-area td:first-child {
        position: relative;
        z-index: 100;
    }

    .data-pos-center img {
        fill: black;
    }

    .lgg-none {
        display: none;
    }

    .smm-none {
        display: block;
    }

    .mobile-show {
        display: block;
    }

    .accordion-button {
        font-size: 22px;
    }

    .accordion-body {
        font-size: 16px;
        margin-top: 15px;
    }

    .accordion-button::after {
        left: -37px;
        top: 7px;
    }

    .accordion-item {
        padding: 25px 0;
        padding-left: 34px;
    }

    .pricing-table td {
        font-size: 12px;
        line-height: 2.6;
        position: relative;
        z-index: 100;

    }

    .mytooltip {
        display: inline-block;
        margin-left: 5px;
    }

    .questions-area {
        padding-top: 20px;
    }

    .question-title {
        margin-bottom: 25px;
    }

    .question-left img {
        width: 100%;
    }

    .question-left {
        max-width: 100%;
        width: 100%;
    }

    .single-table h5,
    .single-table a,
    .enterprise {
        display: none;
    }

    .pricing-banner-area {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .banner-right {
        background-image: url(../img/pricing/bubble-m.png);
        background-size: 100% 100%;
        margin: 30px auto;
        padding: 20px 25px;

    }

    .pricing-select {
        margin-top: 0;
        width: 100%;
    }

    .pricing-select select {
        border: 0;
        width: 100%;
        font-size: 14px;
        height: 46px;
        margin-top: 16px;
        background: #fff url(../img/pricing/arrow-down.svg) no-repeat 99% center;
    }



    .single-form.custom-select {
        width: 100%;
    }


    .mobile-none {
        display: none;
    }

    .pricing-banner-area .banner-inner {
        flex-direction: column;
    }

    .banner-left {
        max-width: 100%;
        width: 100%;
    }

    .banner-left h2 {
        margin-bottom: 32px;
    }

    .single-table:last-child {
        display: none;
    }
    .pricing-table .table-td:last-child {
        display: none;
    }

    .single-table.active h3 {
        background: transparent;
    }

    .pricing-table .table-row .table-td:last-child {
        display: none;
    }

    .pricing-table .table-row .table-td:nth-child(4) {
        width: 20%;
    }

    .new span {
        display: none;
    }

    .plan-features {
        margin-top: 35px;
    }

    .pricing-area {
        padding: 60px 0;
    }

    .single-pricing {
        margin-bottom: 30px;
    }

    .pricing-table .table-td:first-child {
        text-align: left;
        line-height: 1.3em;
        padding-left: 12px;
        font-size: 12px;
    }

    .pricing-table-area {
        padding: 0;
        position: relative;
    }

    .table-header {
        border-bottom: 1px solid var(--light-silver-d-9-d-9-d-9);

    }

    .pricing-table h3 {
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .single-table.active {
        width: 20%;
    }

    .pricing-table .table-row .table-td img {
        width: 18px;
        position: relative;
        z-index: -1;
    }

    .pricing-table h3 {
        font-size: 15px;
        line-height: 1.6em;
        margin-bottom: 5px;
    }

    .pricing-inner .bttn {
        max-width: 100%;
    }

    .single-pricing-inner {
        padding: 30px 25px;
    }

    .minimum-package {
        position: unset;
        padding-top: 23px;
    }


    #pricing-testimonial-text{
        font-size: 14px;
    }
    #pricing-testimonial-person {
        margin-top: 0;
    }
    #pricing-testimonial-person-info {
        font-size: 12px;
    }
    #pricing-testimonial-image {
        width: 58px;
        height: 58px;
    }
    .pricing-features-bullet,
    .pricing-features-bullet.enterprise {
        background: url('../img/pricing/icon-bullet-v.svg') no-repeat center center;
    }

    .compare-table .table-row:nth-child(2n){
        background-color: var(--light-purple, #FBFAFF);
        position: relative;
        z-index: 0;
    }

    .pricing-table .single-table h5 {
        display: none !important;
    }

    #scroller.sticky {
        position: fixed;
        top: 60px;
        width: 100%;
        background-color: white;
        z-index: 1000;
    }
    body.admin-bar #scroller.sticky {
        top: 90px;
    }
    .pricing-table-area {
        min-height: 60px;
    }
    .pricing-table .table-td.table-td-first-child  {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .pricing-inner {
        flex-direction: column;
    }

    .single-pricing {
        max-width: 100%;
    }

    .per-price h2 {
        font-size: 50px;
    }

    .single-pricing {
        padding: 0;
        width: 100%;
    }
}
@media (max-width: 575px) {
    .pricing-inner {
        margin: 0;
    }
}

@media (max-width: 767px) {
    #pricing-banner-testimonial {
        height: 320px !important;
    }
    .page-slug-tarifs #pricing-banner-testimonial {
        height: 340px !important;
    }
}

/* 08-04-2025 */
.single-pricing .single-pricing-inner .button.fullwidth-button {
    margin-top: 35px;
}
