/* ============================================== section pricing history reports   ================================================= */
.section-pricing-history {
    padding: 148px 0 64px;
}

.section-pricing-history .row {
    row-gap: 42px;
    max-width: 1200px;
    margin: 0 auto;
}

.section-pricing-history .pricing-history-title .heading-style-2 {
    color: var(--light-blue);
    margin-bottom: 16px;
}

.section-pricing-history .pricing-history-title .heading-style-2 span {
    color: var(--blue-01);
}

.section-pricing-history .pricing-history-title .heading-style-8 {
    color: var(--secondary-02);
}

/* report */
.pricing-history-report {
    padding: 32px;
    border-radius: 16px;
    border: 1px solid;
    height: 100%;
}

.pricing-history-report h6.heading-style-6 {
    margin-bottom: 18px;
}

.pricing-history-report .history-report-price-wrap {
    margin-bottom: 18px;
}

.pricing-history-report .history-report-price-wrap .heading-style-2 {
    color: var(--blue-01);
}

.pricing-history-report .history-report-price-wrap p.p-big {
    color: var(--dark-blue);
    font-family: var(--helvetica-bold);
}

.pricing-history-report .history-report-price-wrap p.p-big span:first-child {
    color: #85888B;
    font-family: var(--helvetica-reg);
}

.pricing-history-report .history-report-price-wrap p.p-big span:last-child {
    color: #51A4DF;
}

.pricing-history-report .gb-credit-wrap {
    border-bottom: 1px solid var(--gray-01);
    padding-bottom: 32px;
    margin-bottom: 24px;
}

/* ul */
.pricing-history-report ul {
    display: flex;
    row-gap: 26px;
    column-gap: 15px;
    flex-wrap: wrap;
}

.pricing-history-report ul li {
    padding-left: 49px;
    width: 100%;
    flex: 0 0 auto;
    max-width: 48%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 17px;
    font-size: 18px;
    line-height: 26px;
    color: var(--secondary);
    font-family: var(--helvetica-reg);
}

.pricing-history-report ul li:after {
    content: "";
    position: absolute;
    left: 0;
    height: 32px;
    width: 32px;
    background: url(../images/bg-right-icon.svg) no-repeat center center / cover;
}

/* gb check */
.pricing-history-report .gb-check-wrap .gb-inner {
    padding: 4px;
}

.pricing-history-report .gb-check-wrap .gb-inner .heading-style-8 {
    color: var(--blue);
    font-family: var(--helvetica-bold);
}

.pricing-history-report .gb-check-wrap input[type="text"]::placeholder,
.pricing-history-report .gb-check-wrap input[type="text"] {
    font-size: 20px !important;
    line-height: 24px !important;
    max-width: 120px;
}

.pricing-history-report input[type=submit] {
    padding: 8px 10px !important;
}

/* select 2 credit */
.credit-check-menu .single-select-dropdown-main .select2-container--default .select2-selection--single {
    padding: 15px 42px 15px 16px;
    border-radius: 8px;
    background-color: var(--gray);
    border: none;
}

.credit-check-menu .single-select-dropdown-main .select2-selection--single .select2-selection__rendered {
    font-family: var(--helvetica-bold);
    color: var(--black);
    font-size: 18px;
}

/* basic reports */
.basic-history-report {
    background-color: var(--white);
    border-color: var(--blue-01);
}

.basic-history-report ul li:nth-last-child(-n+2):after {
    background-image: url(../images/bg-cross-icon.svg);
}

/* comprehensive reports */
.comprehensive-history-report {
    background-color: var(--blue-01);
    border-color: var(--gray-01);
}

.comprehensive-history-report h6.heading-style-6,
.comprehensive-history-report .history-report-price-wrap .heading-style-2,
.comprehensive-history-report .history-report-price-wrap p.p-big,
.comprehensive-history-report .history-report-price-wrap p.p-big span:first-child,
.comprehensive-history-report .history-report-price-wrap p.p-big span:last-child,
.comprehensive-history-report .credit-check-menu .single-select-dropdown-main .select2-selection--single .select2-selection__rendered,
.comprehensive-history-report ul li {
    color: var(--white);
}

.comprehensive-history-report ul li:after {
    background-image: url(../images/comprehensive-right-icon.svg);
}

.comprehensive-history-report .credit-check-menu .single-select-dropdown-main .select2-container--default .select2-selection--single {
    background-color: rgba(255, 255, 255, 0.10);
}

.comprehensive-history-report .single-select-dropdown-main .select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url(../images/white-dropdown-select-arrow.svg) no-repeat center center / cover;
}

.comprehensive-history-report .gb-credit-wrap {
    border-color: rgba(255, 255, 255, 0.20);
}

/* ============================================== section-create-advert   ================================================= */
.section-create-advert .pricing-history-report {
    display: flex;
    flex-direction: column;
}

.section-create-advert .pricing-history-report .history-report-price-wrap {
    margin-bottom: 24px;
}

.section-create-advert .pricing-history-report ul {
    border-top: 1px solid var(--gray);
    padding-top: 32px;
    margin-bottom: 32px;
}

.section-create-advert .comprehensive-history-report ul {
    border-color: rgba(255, 255, 255, 0.20);
}

.section-create-advert .pricing-history-report ul li {
    max-width: 100%;
}

.section-create-advert .basic-history-report ul li:nth-last-child(-n+2):after {
    background-image: url(../images/bg-right-icon.svg);
}

.section-create-advert .comman-btn {
    margin-top: auto;
    width: 100%;
}

.section-create-advert .pricing-history-report p.p-big {
    margin-bottom: 18px;
    color: var(--secondary-02);
}

.section-create-advert .comprehensive-history-report p.p-big {
    color: var(--white);
}

/* ============================================== section pricing check  ================================================= */
.section-pricing-check {
    background-color: var(--white);
}

/* title */
.pricing-check-title {
    margin-bottom: 48px;
}

.pricing-check-title .heading-style-2 {
    color: var(--light-blue);
}

.pricing-check-title .heading-style-8 {
    color: var(--secondary);
    margin-top: 24px;
}

/* row */
.section-pricing-check .pricing-check-card {
    padding: 42px 32px;
    background-color: var(--gray);
    border-radius: 16px;
    text-align: center;
    height: 100%;
}

.section-pricing-check .pricing-check-card img {
    width: 88px;
    height: 88px;
    margin-bottom: 42px;
}

.section-pricing-check .pricing-check-card .heading-style-6 {
    margin-bottom: 24px;
}

.section-pricing-check .pricing-check-card .heading-style-10 {
    color: #85888B;
}

/* ============================================== section pricing check imporatnt  ================================================= */
.section-pricing-check-important {
    background-color: var(--gray);
}

.section-pricing-check-important .pricing-check-card {
    background-color: var(--white);
}

/* ============================================== section faq accordion  ================================================= */
.section-faq {
    background-color: var(--white);
}

/* accordion */
.section-faq .accordion {
    max-width: 1080px;
    margin: 0 auto;
}

.section-faq .accordion-item {
    margin-bottom: 24px;
    border-radius: 16px !important;
    border: none !important;
    background-color: var(--gray);
    color: var(--black);
    overflow: hidden;
}

.section-faq .accordion-item:last-child {
    margin-bottom: 0 !important;
}

.section-faq .accordion-button {
    padding: 32px 24px;
    font-size: 22px;
    line-height: 32px;
    font-family: var(--helvetica-reg);
    border-radius: none !important;
    background-color: var(--f0);
}

.section-faq .accordion-body {
    padding: 0 24px 32px
}

.section-faq .accordion-body .heading-style-10 {
    color: #5A5D60;
}

.section-faq .accordion-button:not(.collapsed),
.section-faq .accordion-item:last-of-type .accordion-button.collapsed {
    background-color: var(--gray);
    color: var(--black);
    box-shadow: none;
}

.section-faq .accordion-button::after {
    background-image: url(../images/accordion-plus-icon.svg);
}

.section-faq .accordion-button:not(.collapsed)::after {
    background-image: url(../images/accordion-minus-icon.svg);
}

/* ======================================================== Media Query ================================================= */
@media screen and (max-width:1600px) {}

@media screen and (max-width:1500px) {

    /* ============================================== section pricing check  ================================================= */
    /* row */
    .section-pricing-check .pricing-check-card {
        padding: 36px 15px;
    }
}

@media screen and (max-width:1400px) {

    /* ============================================== section pricing history reports   ================================================= */
    .section-pricing-history {
        padding: 120px 0 60px;
    }

    .section-pricing-history .row {
        row-gap: 38px;
        max-width: 1120px;
    }

    .section-pricing-history .pricing-history-title .heading-style-2 {
        margin-bottom: 15px;
    }

    /* report */
    .pricing-history-report {
        padding: 28px;
        border-radius: 15px;
    }

    .pricing-history-report h6.heading-style-6,
    .pricing-history-report .history-report-price-wrap {
        margin-bottom: 16px;
    }

    .pricing-history-report .gb-credit-wrap {
        padding-bottom: 26px;
        margin-bottom: 22px;
    }

    /* ul */
    .pricing-history-report ul {
        row-gap: 22px;
        column-gap: 14px;
    }

    .pricing-history-report ul li {
        padding-left: 38px;
        max-width: 48%;
        gap: 15px;
        font-size: 16px;
        line-height: 24px;
    }

    .pricing-history-report ul li:after {
        height: 28px;
        width: 28px;
    }

    /* gb check */
    .pricing-history-report .gb-check-wrap input[type="text"]::placeholder,
    .pricing-history-report .gb-check-wrap input[type="text"] {
        font-size: 16px !important;
        line-height: 20px !important;
        max-width: 100%;
    }

    .pricing-history-report input[type=submit] {
        padding: 8px !important;
    }

    /* select 2 credit */
    .credit-check-menu .single-select-dropdown-main .select2-selection--single .select2-selection__rendered {
        font-size: 16px;
    }

    /* ============================================== section pricing check  ================================================= */
    /* title */
    .pricing-check-title {
        margin-bottom: 40px;
    }

    .pricing-check-title .heading-style-8 {
        margin-top: 20px;
    }

    /* row */
    .section-pricing-check .pricing-check-card {
        padding: 42px;
        border-radius: 16px;
    }

    .section-pricing-check .pricing-check-card img {
        width: 75px;
        height: 75px;
        margin-bottom: 30px;
    }

    .section-pricing-check .pricing-check-card .heading-style-6 {
        margin-bottom: 22px;
    }

    /* ============================================== section faq accordion  ================================================= */
    /* accordion */
    .section-faq .accordion {
        max-width: 100%;
    }

    .section-faq .accordion-item {
        margin-bottom: 20px;
        border-radius: 15px !important;
    }

    .section-faq .accordion-button {
        padding: 26px;
        font-size: 18px;
        line-height: 28px;
    }

    .section-faq .accordion-body {
        padding: 0 26px 26px
    }

}

@media screen and (max-width:1199px) {

    /* ============================================== section pricing history reports   ================================================= */
    .section-pricing-history {
        padding: 110px 0 58px;
    }

    .section-pricing-history .row {
        row-gap: 32px;
        max-width: 100%;
    }

    .section-pricing-history .pricing-history-title .heading-style-2 {
        margin-bottom: 14px;
    }

    /* report */
    .pricing-history-report {
        padding: 24px;
        border-radius: 14px;
    }

    .pricing-history-report h6.heading-style-6,
    .pricing-history-report .history-report-price-wrap {
        margin-bottom: 14px;
    }

    .pricing-history-report .gb-credit-wrap {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    /* ul */
    .pricing-history-report ul {
        row-gap: 21px;
        column-gap: 13px;
    }

    .pricing-history-report ul li {
        padding-left: 36px;
        font-size: 15px;
        line-height: 22px;
    }

    .pricing-history-report ul li:after {
        height: 26px;
        width: 26px;
    }

    /* gb check */
    .pricing-history-report .gb-check-wrap input[type="text"]::placeholder,
    .pricing-history-report .gb-check-wrap input[type="text"] {
        font-size: 15px !important;
        line-height: 20px !important;
    }

    /* select 2 credit */
    .credit-check-menu .single-select-dropdown-main .select2-selection--single .select2-selection__rendered {
        font-size: 15px;
    }

    /* ============================================== section pricing check  ================================================= */
    /* title */
    .pricing-check-title {
        margin-bottom: 32px;
    }

    .pricing-check-title .heading-style-8 {
        margin-top: 18px;
    }

    /* row */
    .section-pricing-check .pricing-check-card {
        padding: 22px;
        border-radius: 15px;
    }

    .section-pricing-check .pricing-check-card img {
        width: 70px;
        height: 70px;
        margin-bottom: 28px;
    }

    .section-pricing-check .pricing-check-card .heading-style-6 {
        margin-bottom: 18px;
    }

    /* ============================================== section faq accordion  ================================================= */
    /* accordion */
    .section-faq .accordion-item {
        margin-bottom: 18px;
        border-radius: 14px !important;
    }

    .section-faq .accordion-button {
        padding: 22px;
        font-size: 16px;
        line-height: 26px;
    }

    .section-faq .accordion-body {
        padding: 0 22px 22px;
    }

    .accordion-button::after {
        background-size: 16px;
        width: 16px;
        height: 16px;
    }

}

@media screen and (max-width:991px) {

    /* ============================================== section pricing history reports   ================================================= */
    .section-pricing-history {
        padding: 100px 0 55px;
    }

    .section-pricing-history .row {
        row-gap: 28px;
    }

    /* report */
    .pricing-history-report {
        padding: 22px;
        height: 100%;
    }

    .pricing-history-report .gb-credit-wrap {
        padding-bottom: 18px;
        margin-bottom: 18px;
        flex-direction: column;
    }

    /* ul */
    .pricing-history-report ul {
        row-gap: 18px;
        column-gap: 0;
    }

    .pricing-history-report ul li {
        padding-left: 32px;
        max-width: 50%;
        font-size: 14px;
        line-height: 20px;
    }

    .pricing-history-report ul li:after {
        height: 22px;
        width: 22px;
    }

    /* gb check */
    .pricing-history-report .gb-check-wrap input[type="text"]::placeholder,
    .pricing-history-report .gb-check-wrap input[type="text"] {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    /* select 2 credit */
    .credit-check-menu .single-select-dropdown-main .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
    }

    .credit-check-menu .single-select-dropdown-main .select2-container--default .select2-selection--single {
        padding: 10px 42px 10px 12px;
    }

    /* ============================================== section-create-advert   ================================================= */
    .section-create-advert .pricing-history-report .history-report-price-wrap {
        margin-bottom: 22px;
    }

    .section-create-advert .pricing-history-report ul {
        padding-top: 28px;
        margin-bottom: 28px;
    }

    .section-create-advert .pricing-history-report p.p-big {
        margin-bottom: 16px;
    }

    /* ============================================== section pricing check  ================================================= */
    /* title */
    .pricing-check-title {
        margin-bottom: 24px;
    }

    .pricing-check-title .heading-style-8 {
        margin-top: 16px;
    }

    .section-pricing-check .row {
        --bs-gutter-x: 10px;
    }

    /* row */
    .section-pricing-check .pricing-check-card {
        padding: 22px 15px;
        border-radius: 14px;
    }

    .section-pricing-check .pricing-check-card img {
        width: 50px;
        height: 50px;
        margin-bottom: 18px;
    }

    .section-pricing-check .pricing-check-card .heading-style-6 {
        margin-bottom: 14px;
    }

    /* ============================================== section faq accordion  ================================================= */
    /* accordion */
    .section-faq .accordion-item {
        margin-bottom: 16px;
        border-radius: 13px !important;
    }

    .section-faq .accordion-button {
        padding: 18px;
        font-size: 16px;
        line-height: 24px;
    }

    .section-faq .accordion-body {
        padding: 0 18px 18px;
    }

    .accordion-button::after {
        background-size: 15px;
        width: 15px;
        height: 15px;
    }
}

@media screen and (max-width:767px) {

    /* ============================================== section pricing history reports   ================================================= */
    .section-pricing-history .row {
        row-gap: 24px;
    }

    /* report */
    .pricing-history-report {
        padding: 16px 11px;
    }

    .pricing-history-report .gb-credit-wrap {
        padding-bottom: 16px;
        margin-bottom: 16px;
        flex-direction: row;
    }

    /* ul */
    .pricing-history-report ul {
        row-gap: 20px;
    }

    .pricing-history-report ul li {
        padding-left: 34px;
    }

    .pricing-history-report ul li:after {
        height: 24px;
        width: 24px;
    }

    /* select 2 credit */
    .credit-check-menu .single-select-dropdown-main .select2-container--default .select2-selection--single {
        padding: 12px 20px 12px 12px;
    }

    /* ============================================== section-create-advert   ================================================= */
    .section-create-advert .pricing-history-report .history-report-price-wrap {
        margin-bottom: 12px;
    }

    .section-create-advert .pricing-history-report ul {
        padding-top: 15px;
        margin-bottom: 25px;
    }

    .section-create-advert .pricing-history-report p.p-big {
        margin-bottom: 15px;
    }

    /* ============================================== section pricing check  ================================================= */
    .section-pricing-check .row {
        row-gap: 30px;
    }

    /* title */
    .pricing-check-title {
        margin-bottom: 22px;
    }

    .pricing-check-title .heading-style-8 {
        margin-top: 15px;
    }

    /* row */
    .section-pricing-check .pricing-check-card {
        padding: 26px;
    }

    .section-pricing-check .pricing-check-card img {
        width: 60px;
        height: 60px;
        margin-bottom: 16px;
    }

    .section-pricing-check .pricing-check-card .heading-style-6 {
        margin-bottom: 12px;
    }

    /* ============================================== section faq accordion  ================================================= */
    /* accordion */
    .section-faq .accordion-item {
        margin-bottom: 15px;
        border-radius: 12px !important;
    }

    .section-faq .accordion-button {
        padding: 17px;
    }

    .section-faq .accordion-body {
        padding: 0 17px 17px;
    }

    .accordion-button::after {
        background-size: 14px;
        width: 14px;
        height: 14px;
    }
}

@media screen and (max-width:575px) {

    /* ============================================== section pricing history reports   ================================================= */
    .section-pricing-history .row {
        row-gap: 20px;
    }

    .section-pricing-history .row .row {
        --bs-gutter-x: 0;
    }

    /* report */
    .pricing-history-report {
        padding: 18px;
    }

    .pricing-history-report .gb-credit-wrap {
        padding-bottom: 14px;
        margin-bottom: 14px;
        flex-direction: column;
    }

    /* ul */
    .pricing-history-report ul {
        row-gap: 18px;
    }

    .pricing-history-report ul li {
        padding-left: 35px;
        max-width: 100%;
    }

    .pricing-history-report .gb-check-wrap .gb-inner {
        padding: 4px 2px;
    }

    .pricing-history-report .gb-check-wrap .gb-inner .heading-style-8 {
        font-size: 14px;
        line-height: 18px;
    }

    /* .credit-check-menu .single-select-dropdown-main .select2,
    .select2-container {
        width: 94px !important;
    } */

    .pricing-history-report input[type=submit] {
        padding: 6px !important;
    }

    .credit-check-menu .single-select-dropdown-main .select2-selection--single .select2-selection__rendered {
        font-size: 13px;
    }

    /* ============================================== section-create-advert   ================================================= */
    .section-create-advert .pricing-history-report .history-report-price-wrap {
        margin-bottom: 9px;
    }

    .section-create-advert .pricing-history-report ul {
        padding-top: 14px;
        margin-bottom: 22px;
    }

    .section-create-advert .pricing-history-report p.p-big {
        margin-bottom: 14px;
    }

    /* ============================================== section pricing check  ================================================= */
    .section-pricing-check .row {
        row-gap: 20px;
    }

    /* title */
    .pricing-check-title {
        margin-bottom: 20px;
    }

    .pricing-check-title .heading-style-8 {
        margin-top: 14px;
    }

    /* row */
    .section-pricing-check .pricing-check-card {
        padding: 20px;
    }

    .section-pricing-check .pricing-check-card img {
        width: 50px;
        height: 50px;
        margin-bottom: 14px;
    }

    .section-pricing-check .pricing-check-card .heading-style-6 {
        margin-bottom: 11px;
    }

    /* ============================================== section faq accordion  ================================================= */
    /* accordion */
    .section-faq .accordion-item {
        margin-bottom: 14px;
    }

    .section-faq .accordion-button {
        padding: 16px;
    }

    .section-faq .accordion-body {
        padding: 0 16px 16px;
    }

    .accordion-button::after {
        background-size: 13px;
        width: 13px;
        height: 13px;
    }

}