.simple-slider .swiper-slide {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.simple-slider .swiper-button-next,
.simple-slider .swiper-button-prev {
    width: 50px;
    margin-left: 20px;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .simple-slider .swiper-button-next,
    .simple-slider .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 767px) {
    .simple-slider .swiper-slide {
        height: 360px;
    }
    .thank-you_blog-image {
        height: auto !important;
    }  
}

.container-small {
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
}

.footer_contact-icon {
    height: 18px;
    object-fit: cover;
}

.popular-categories-container:hover {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
}
.popular-categories-container {
    position: relative;
    border-bottom: 5px solid #c2a14e;
    transition: all 200ms;
}

.popular-categories-title {
    position: absolute;
    bottom: 10px;
    color: white;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.popular-categories-image img {
    width: 100%;
}

.popular-categories_arrow {
    height: 30px;
    width: 30px;
    object-fit: cover;
}

.popular-categories_heading-wrapper {
    margin-bottom: 30px;
}

.insights_thumbnail-image {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.insights_content-wrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 10px;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
}

.insights_read-more {
    font-family: "Cabin";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.32px;
    text-decoration: none;
    color: black;
}

.insights_heading-wrapper {
    margin-bottom: 48px;
}

@media (min-width: 576px) {
    .insights_content-wrapper {
        border-top: 1px solid #c9c9c9;
    }
}

.insights_card-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
    justify-content: space-between;
}

.footer_column-item-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_column-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (min-width: 576px) {
    .footer_column-wrapper {
        flex-direction: row;
        justify-content: center;
    }
}

.footer-paragraph {
    text-align: center;
}

@media (min-width: 768px) {
    .footer_column-item-wrapper {
        justify-content: normal;
        gap: 60px;
    }
}

@media (min-width: 576px) {
    .footer-paragraph {
        width: 300px;
    }
}

@media (min-width: 1200px) {
    .footer_column-wrapper {
        justify-content: end;
        gap: 60px;
    }
}

@media (min-width: 1200px) {
    .footer_column-item-wrapper {
        gap: 60px;
    }
}

@media (min-width: 768px) {
    .footer_column-wrapper {
        gap: 60px;
    }
}

@media (min-width: 992px) {
    .footer_column-item-wrapper {
        gap: 30px;
    }
}

@media (min-width: 992px) {
    .footer_column-wrapper {
        gap: 30px;
    }
}

.section_about-bullion {
    background: #ebe7e4;
}

.about-bullion_paragraph {
    width: 100%;
    max-width: 1000px;
}

.trusted-quality_image {
    width: 100%;
    object-fit: cover;
}

.contact-us_button-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    justify-content: start;
    align-items: start;
}

@media (min-width: 1200px) {
    .contact-us_contact-us-wrapper {
        position: absolute;
        left: 0;
    }
}

.contact-us_checkbox {
    height: 18px;
    width: 18px;
    border-radius: 0px;
}

.contact-us_checkbox-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.faq-banner_content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 760px;
    text-align: center;
}

.faq-banner_heading-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-xtra-large {
    max-width: 1320px;
    width: 100%;
}

.visiting-bullion_image {
    width: 160px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.visiting-bullion_paragraph {
    text-align: center;
    z-index: 1;
    font-weight: 700;
    padding: 112px 0px;
}

@media (min-width: 768px) {
    .visiting-bullion_paragraph {
        padding: 0px;
    }
}

@media (min-width: 768px) {
    .visiting-bullion_image {
        position: static;
        width: 250px;
    }
}

@media (min-width: 1200px) {
    .visiting-bullion_paragraph {
        width: 100%;
        max-width: 970px;
    }
}

.precious-metals-banner_heading {
    width: 760px;
}

.precious-metals-banner_heading-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.start-today_paragraph {
    text-align: center;
    /* font-weight: 700; */
}

@media (min-width: 1200px) {
    .start-today_paragraph {
        width: 100%;
        max-width: 1030px;
    }
}

.why-us_card-icon {
    width: 80px;
    object-fit: cover;
}

.why-us_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 24px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
    row-gap: 24px;
}

.btn {
}

.why-us_button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
}

.why-us_component {
    display: flex;
    flex-direction: column;
    row-gap: 48px;
}

.ira-approved_link {
    color: black;
    text-decoration: none;
    font-family: "Cabin";
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.32px;
    padding: 10px 0px;
}

.ira-approved_component {
    display: flex;
    row-gap: 80px;
    flex-direction: column;
}

.section-ira-approved {
    background: #ebe7e4;
    margin: 112px 0px;
}

.ira-approved_button-wrapper {
    display: flex;
    flex-direction: row;
    column-gap: 16px;
}

.precious-metals_content-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    padding: 48px;
    background: url("../../bullion-assets/img/selltous-cta.jpg") center / cover
        no-repeat;
}

@media (min-width: 992px) {
    .precious-metals_paragraph {
        width: 100%;
        max-width: 650px;
    }
}

.why-choose_component {
    padding-top: 112px;
}

.why-choose_content-wrapper {
    background: #ebe7e4;
    flex-direction: column;
    display: flex;
    border-left: 6px solid var(--Gold, #c2a14e);
    padding: 64px 0px;
}

.why-choose_item-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.why-choose_item-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .why-choose_content-wrapper {
        padding: 64px;
        row-gap: 80px;
    }
}

knowledge-categories-section {
}

#tab-1 {
}

.thank-you_tabs {
    display: flex;
    row-gap: 48px;
}

@media (min-width: 992px) {
    .thank-you_dropdown {
        display: none;
    }
}

.thank-you_dropdown-toggle {
    width: 100%;
    background-color: #ebe7e4 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.thank-you_blog-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 15px;
}

.thank-you_blog-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.thank-you_blog-item-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 64px;
}

.thank-you_2-column-blog-wrapper {
    display: flex;
    flex-direction: row;
    row-gap: 64px;
}

.thank-you_sub-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.blog-detail_breadcrumb-wrapper {
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 8px;
}

.blog-detail_content-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 48px;
}

.blog-detail_image-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.text-bold {
    font-weight: 700;
}

.blog-detail_paragraph-caption {
    padding-left: 15px;
    border-left: 2px black solid;
}

.blog-detail_conclusion-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.blog-detail_video {
    width: 100%;
}

.blog-detail_tabs {
    display: flex;
    row-gap: 48px;
}

.knowledge-center-section {
    background: url("../../bullion-assets/img/69.jpg") center / cover no-repeat;
}

.knowledge-center_heading-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.knowledge-center_heading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 760px;
    text-align: center;
}

.knowledge-categories_component {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.knowledge-categories_card {
    background: #c2a14e;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 34px;
    gap: 24px;
    border-radius: 10px;
    height: 100%;
}

.knowledge-categories_icon {
    color: white;
    height: 70px;
    width: 70px;
}

.knowledge-categories_tab-content {
}

.recommended-for-you_price {
    font-family: "Cabin";
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.32px;
}

.recommended-for-you_button {
    margin-top: 30px;
}

.slide {
    padding: 0px 10px;
}

.homepage-slider_content-wrapper {
    background: url("../../bullion-assets/img/homepage-banner-bg.jpg") center / cover no-repeat;
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.homepage-slider_heading {
    width: 100%;
    max-width: 650px;
}

.section-about-us-banner {
    background: url("../../bullion-assets/img/5.jpg") center / cover no-repeat;
}

.about-us-banner_content-wrapper {
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}

.about-us-banner_desktop-image {
    display: none;
}

.about-us-banner_mobile-image {
    object-fit: contain;
    height: 468px;
    width: auto;
}

.about-us-banner_image-wrapper {
    display: flex;
    justify-content: end;
}

.help-card_wrapper:hover {
    background-color: #303231;
    color: white;
    transition: background-color 0.5s;
}

.header_row-right {
    display: flex;
    flex-direction: row;
}
