.safety-banner-mobile {
    width: 100%;
    margin: 16px 0 16px 0;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.safety-banner-desktop {
    width: 100%;
    margin-bottom: 24px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-32 {
    margin-bottom: 24px;
}

.mb-12 {
    margin-bottom: 24px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-32 {
    margin-top: 24px;
}

.mt-12 {
    margin-top: 24px;
}

.safety-common-hdr {
    font-family: Sofia Pro;
    font-size: clamp(16px, 2vw, 24px);
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.018em;
    text-align: left;
    color: #0C1529;
}

.safety-common-paragraph {
    font-family: Lato;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.014em;
    text-align: left;
    color: #5D6370;
}

.safety-common-sub-hdr {
    font-family: Sofia Pro;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.018em;
    text-align: left;
    color: #0C1529;
}

.offer-hdr {
    font-family: Lato;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.014em;
    text-align: center;
    color: #0C1529;
    margin-bottom: 10px;
}

.padig-clas-12-24 {
    padding: 12px 24px 12px 24px;
}

.offer-para {
    font-family: Lato;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.014em;
    text-align: left;
    color: #68727D;
}

.br-inline {
    border-inline: 1px solid #CED0D4;
}

.rating-sction {
    padding-block: 24px;
}

/* tabs */
.dash-itemd-3 .nav-tabs .nav-link.active {
    color: #FFFFFF;
    border: 1px solid var(--Colors-Border-border-primary, #d0d5dd);
    background-color: #2384C1;
}

.dash-itemd-3 .nav-tabs .nav-link:hover {
    /* color: #aeb1b8; */
    border: 1px solid #d0d5dd;
}

.dash-itemd-3 .nav-tabs .nav-link {
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    margin-right: 5px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dash-itemd-3 .tab-nav-link {
    font-family: Lato;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #aeb1b8;

}

.safety-common-para-spn {
    color: #2384C1;
    font-family: Lato;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.014em;
    text-align: left;
}

.rating-icon {
    max-width: 50px;
    max-height: 50px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .dash-itemd-3 .tab-nav-link {
        font-size: 14px;
    }

    .dash-itemd-3 .nav-tabs .nav-link {
        height: 36px;
    }

    .br-inline {
        border-inline: unset;
    }
}

@media screen and (max-width:768px) and (min-height:500px) {
    .padig-clas-12-24 {
        flex: 0 0 auto;
        width: 50%;
        max-width: 400px;
    }
}
@media screen and (max-width: 499px) {
    .padig-clas-12-24 {
        width: 100%;
        flex: 0 0 auto;                                           
    }
}