.page-inner-banner-section {
    background: url("../img/banner.jpg");
    background-position: center !important;
    background-size: cover !important;
    min-height: 440px;
}

@media only screen and (max-width: 480px) {
    .page-inner-banner-section {
        background: url("../img/mobile-banner.svg");
        background-position: center !important;
        background-size: cover !important;
        min-height: 19vh;
    }
}

@media only screen and (min-width: 1024px) {
    .page-inner-banner-section {
        background: url("../img/banner.jpg");
        background-position: center !important;
        background-size: cover !important;
        min-height: 330px;
    }

    .breadcrumb-area {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1920px) {
    .page-inner-banner-section {
        background: url("../img/banner.jpg");
        background-position: center !important;
        background-size: cover !important;
        min-height: 440px;
    }
}

@media only screen and (min-width: 1920px) {
    .page-inner-banner-section {
        background-position: center !important;
        background-size: cover !important;
        min-height: 440px;
    }
}

@media only screen and (min-width: 812px) {
    .page-inner-banner-section .page-inner-banner-title-area h1 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 812px) {
    .page-inner-banner-section .page-inner-banner-title-area h1 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1024px) {
    .page-inner-banner-section .page-inner-banner-title-area h1 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1440px) {
    .page-inner-banner-section .page-inner-banner-title-area h1 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 1920px) {
    .page-inner-banner-section .page-inner-banner-title-area h1 {
        font-size: 48px;
    }
}

/*  Breadcrumb */
.page-breadcrumb-section img {
    width: auto;
    height: 16px;
}


@media only screen and (max-width: 768px) {
    .btn-primary {
        width: 100% !important;
    }

    .page-breadcrumb-section span {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1024px) {
    .page-breadcrumb-section span {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1439px) {
    .page-breadcrumb-section span {
        font-size: 16px;
    }
}

/* Faq */
.faq-container {
    margin-bottom: 100px
}

/* Faq */

/*  Faq Menu Area */
.faq-list {
    list-style: none;
    margin: 0;
    border-radius: 8px;
    border: 2px solid rgba(61, 66, 69, 1);
    padding: 10px;
}

.faq-item {
    padding: 14px;
    border-radius: 8px;
}

.faq-item-active {
    background-color: rgba(150, 168, 37, 1);
    font-weight: 600;
}

.faq-mobile-menu-btn {
    display: none;
}

.faq-link {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.faq-link:hover {
    color: #fff;
}

/*  Faq Menu Area */


/* Faq Accordion Area */

.faq-container .accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}

.faq-container .accordion-button {
    font-weight: 600;
    font-size: 16px;
    padding: 20px;
    background-color: rgba(61, 66, 69, 1) !important;
    box-shadow: none !important;
}

.faq-container .accordion-item {
    background-color: rgba(61, 66, 69, 1) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}


.faq-container .accordion-body {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 14px;
}

.faq-container .accordion-button:not(.collapsed)::after {
    background: url("/Assets/modules/page-faq-buying-processes/img/dropdownarrow.svg") !important;
    background-repeat: no-repeat !important;
    transition-duration: .5s !important;
}

.faq-container .accordion-button::after {
    background: url("/Assets/modules/page-faq-buying-processes/img/dropdownarrow.svg") !important;
    background-repeat: no-repeat !important;
    transition-duration: .5s !important;
}

/* Faq Accordion Area */



/* Media Queries */
@media screen and (min-width: 768px) {

    /* Faq */
    .faq-container {
        display: flex;
        column-gap: 32px;
    }

    /* Faq */

    /*  Faq Menu Area */
    .faq-list {
        width: max-content;
    }

    .faq-item {
        width: -webkit-fill-available;
    }

    /*  Faq Menu Area */


}

@media screen and (min-width: 1024px) {
    .sps-x {
        padding: 0px 100px !important;
    }
}

@media screen and (min-width: 1200px) {
    .sps-x {
        padding: 0px 200px !important;
    }
}

@media screen and (min-width: 1440px) {

    /* Faq Accordion Area */
    .faq-container .accordion-button {
        font-size: 18px;
    }

    .faq-container .accordion-body {
        font-size: 16px;
    }

    /* Faq Accordion Area */
}

@media screen and (min-width:1920px) {
    .sps-x {
        padding: 0px 375px !important;
    }
}

/* Media Queries */