/*HERO*/

.pricing-hero {
    background: white;
    padding-top: 60px;
    padding-bottom: 100px;
}

.pricing-hero img {
    width: 100%;
}

.pricing-hero-content-col {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.pricing-hero-content-col a {
    max-width: 430px;
    text-align: center;
    font-size: 16px !important;
    margin-top: 40px;
}

.pricing-hero-content-col p {
    max-width: 560px;
}

.pricing-hero-content-col h1 {
    margin-bottom: 20px;
}

@media screen and (max-width:767px) {
    .pricing-hero-content-col p {
        max-width: 100%;
        text-align: center;
    }
    .pricing-hero-content-col {
        justify-content: center;
        align-items: center;
    }
    .pricing-hero-content-col a {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}


/*Savings or Free Guarantee*/

.savings-guarantee-seciton {
    background: #F7F3ED;
    padding-top: 100px;
    padding-bottom: 100px;
}

.savings-guarantee-seciton img {
    object-fit: cover;
}

.savings-guarantee-btn {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    display: inline-block;
    margin-top: 60px;
}

.white-box-savings {
    background: white;
    padding: 60px 50px;
    max-width: 1000px;
    margin: auto;
}

.white-box-row1 {
    padding-bottom: 60px;
    gap: 39px;
    flex-wrap: nowrap;
}

.white-box-row2 {
    padding-top: 60px;
    gap: 39px;
    flex-wrap: nowrap;
}

.white-box-row1-col1 {
    justify-content: flex-end;
    display: flex;
    flex-shrink: 1;
}

.bigger-size {
    font-size: 64px;
    color: #896318;
    font-weight: 700;
    font-family: "Inter";
    letter-spacing: -0.1em;
}

.white-box-row1-col2 {
    flex-shrink: 1;
}

.white-box-row2-col1 {
    justify-content: flex-end;
    display: flex;
    flex-shrink: 1;
}

.white-box-row2-col2 {
    flex-shrink: 1;
}

.read-more-btn {
    text-transform: uppercase!important;
    text-decoration: underline!important;
    font-size: 16px!important;
    line-height: 20px!important;
    letter-spacing: 0.2em!important;
    font-weight: 400!important;
    font-family: 'Inter'!important;
    color: #896318!important;
}

@media screen and (max-width:1024px) {
    .bigger-size {
        font-size: 44px;
    }
}

@media screen and (max-width:767px) {
    .savings-guarantee-seciton {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .savings-guarantee-seciton a {
        margin-top: 20px;
    }
    .white-box-savings {
        padding: 30px 20px;
    }
    .white-box-row1 {
        padding-bottom: 20px;
        flex-direction: column;
        gap: 25px;
    }
    .white-box-row1-col1,
    .white-box-row1-col2,
    .white-box-row2-col1,
    .white-box-row2-col2 {
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .white-box-row1-col2 ul {
        max-width: 220px;
        margin: auto!important;
    }
    .white-box-row2 {
        padding-top: 20px;
        flex-direction: column;
        gap: 25px;
    }
}


/*BILL TABLE*/

.text-accent .steps {
    margin-bottom: 12px!important;
    display: inline-block!important;
}

.step-1-wrap,
.step-2-wrap,
.step-3-wrap {
    margin-bottom: 120px;
}

.bill-table-section span {
    display: inline-block;
}

.bill-table-section h4 {
    margin-bottom: 40px;
}

.bill-table-section .row {
    display: flex;
    gap: 60px;
    flex-wrap: nowrap;
}

.table-content-col {}

.table-col {}

.bill-table-section {
    background: white;
    padding-bottom: 100px;
    padding-top: 100px;
}

.table-content-col span {
    margin-bottom: 12px;
}

.table-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-shrink: 1;
}

.bill-table-section table,
tbody {
    width: 100%;
}

.bill-table-section td {
    padding: 2.5px;
}

.bill-table-section table {
    border-spacing: 5px!important;
}

.table-mini-text {
    font-size: 12px;
    line-height: 18px;
}

.table-row {}

.top-col1 {
    border-radius: 40px 0px 0px 0px;
    margin-right: 2.5px;
}

.top-col2 {
    border-radius: 40px 0px 0px 0px;
}

.tr-mid {}

.table-td-mid {
    border-radius: 0px;
    background: #F6F3ED;
    padding: 16px 20px;
    border-bottom: 5px solid #322305;
    display: flex;
    justify-content: space-between;
}

.table-td-mid-higher {
    border-radius: 0px;
    background: #F6F3ED;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
}

.table-td-1 {
    background: #F6F3ED;
    border-radius: 40px 0px 0px 0px;
    padding: 16px 20px;
}

.table-td-2 {
    background: #F6F3ED;
    border-radius: 0px 40px 0px 0px;
    padding: 16px 20px;
}

.table-td-last-1 {
    background: #F6F3ED;
    border-radius: 0px 0px 0px 40px;
    padding: 16px 20px;
    border-top: 1px solid #F6F3ED;
}

.table-td-last-2 {
    background: #F6F3ED;
    border-radius: 0px 0px 40px 0px;
    padding: 16px 20px;
    border-top: 1px solid #F6F3ED;
}

.table-td-last {
    padding-top: 0px!important;
}

.td-mid-cont {
    padding-bottom: 0px!important;
}

.table3 .table-td-last-1,
.table3 .table-td-last-2 {
    background: #322305;
    color: white;
}

@media screen and (max-width:1024px) {
    .bill-table-section .row {
        display: flex;
        gap: 20px;
        flex-wrap: nowrap;
    }
}

@media screen and (max-width:767px) {
    .bill-table-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .bill-table-section .row {
        flex-direction: column;
    }
    .bill-table-section h4 {
        margin-bottom: 25px;
        text-align: center;
    }
    .bill-table-section h2 {
        text-align: center;
    }
    .bill-table-section span {
        margin: auto;
    }
    .step-1-wrap,
    .step-2-wrap,
    .step-3-wrap {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width:387px) {
    .reduction-2 {
        height: 100vh;
        max-height: 85px;
    }
}

@media screen and (max-width:384px) {
    .savings-3 {
        height: 100vh;
        max-height: 85px;
    }
}

@media screen and (max-width:377px) {
    .reduction-1 {
        height: 100vh;
        max-height: 80px;
    }
}

@media screen and (max-width:374px) {
    .assessment-3 {
        height: 100vh;
        max-height: 80px;
    }
}

@media screen and (max-width:345px) {
    .assessment-1 {
        height: 100vh;
        max-height: 80px;
    }
}

@media screen and (max-width:342px) {
    .savings-2 {
        height: 100vh;
        max-height: 80px;
    }
}

@media screen and (max-width:340px) {
    .assessment-2 {
        height: 100vh;
        max-height: 85px;
    }
}


/*FAQS*/

.pricing-faqs {
    padding-top: 100px;
    padding-bottom: 100px;
}

.faqs-btn {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    display: inline-block;
    margin-top: 60px;
}


/*CTA*/

.pricing-cta {
    background: url('../images/pricing/pricing-cta.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 120px;
}

.pricing-cta-btn {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    display: inline-block;
}

@media screen and (max-width:767px) {
    .pricing-cta {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}


/*Accordion*/

.accordion,
.accordion2 {
    background-color: transparent;
    color: #322305;
    cursor: pointer;
    font-family: 'Inter';
    width: 100%;
    padding: 0px;
    text-align: left;
    outline: none;
    font-size: 20px;
    border: none;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-box {
    background-color: transparent;
    color: #322305;
    cursor: pointer;
    padding: 16px 18px;
    width: 100%;
    transition: 0.5s;
    border: 1px solid #322305;
    border-radius: 5px;
}

.accordion-1,
.accordion-2 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-shrink: 1;
}

.accordion-wrap {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: nowrap;
}

.active,
.accordion:hover,
.accordion2:hover {
    background-color: none;
    outline: none;
    border: none;
}

.active {
    transition: .2s;
}

.accordion-arrow {
    transition: .2s;
}

.active .accordion-arrow {
    transform: rotate(90deg);
    transition: .2s;
}

.accordion:pressed,
.accordion2:pressed {
    background-color: none;
    outline: none;
    border: none;
}

.accordion:visited,
.accordion2:visited {
    background-color: none;
    outline: none;
    border: none;
}

.accordion:focus,
.accordion2:focus {
    background-color: none;
    outline: none;
    border: none;
}

@keyframes appear {
    from {
        left: -300px;
        opacity: 0
    }
    to {
        left: 0;
        opacity: 1
    }
}

.panel {
    padding: 0px;
    display: none;
    background-color: transparent;
    overflow: hidden;
    margin-top: 10px;
    transition: .2s;
    animation-name: appear;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}

.panel p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter';
    transition: .2s;
}

@media screen and (max-width:767px) {
    .accordion-wrap {
        flex-direction: column;
    }
    .pricing-faqs {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}