.offerings-wrap .anchor_nav {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;

    margin: 0;
    padding: 0;
    list-style-type: none;
}

.offerings-wrap .anchor_nav li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.offerings-wrap .anchor_nav li a {
    color: var(--black);
    padding: 2px;
    display: block;
    padding: 18px 0px;
    text-decoration: none;
    font-size: var(--fs-16);
    font-weight: var(--font-weight-500);
    max-width: 90%;

}

.offerings-wrap .anchor_nav li.active a {
    color: var(--red) !important;

}

.offerings-wrap .anchor_nav li.active {
    border-bottom: 1px solid rgba(237, 52, 56, 1);
}

.offerings-wrap .anchor_nav li.active::after {
    background-image: url(../../assets/images/Arrow_nav.png);
    background-position: 0px;
    background-repeat: no-repeat;
    background-size: 17px 8px;
    content: "";
    width: 18px;
    height: 8px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0%, -50%);
}

.greytabs {
    display: none;
}

.greytabs.show {
    display: block;
}

.grey_container {
    background-color: #EAEEF2;
    border-radius: 15px;
    margin-left: 40px;
}


.grey_container .image_container {
    background-position: center center;
    background-size: cover;
    border-radius: 15px 0px 0px 15px;
    -webkit-border-radius: 15px 0px 0px 15px;
    -moz-border-radius: 15px 0px 0px 15px;
}

.grey_text_container {
    padding: 50px;

}

.grey_text_container h2 {
    font-size: 28px;
    line-height: 1.5;
}

.grey_text_container p {
    font-size: 14px;
    font-weight: 400;
}

.grey_text_container ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.grey_text_container .subCat {
    width: 100%;
    color: var(--black);
    display: block;
    padding: 14px 0px;
    font-size: var(--fs-14);
    font-weight: var(--font-weight-500);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 0px;
}

.grey_text_container ul li {
    width: 100%;
    color: var(--black);
    display: block;
    padding: 14px 0px;
    font-size: var(--fs-14);
    font-weight: var(--font-weight-500);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.grey_text_container ul li a {
    color: var(--black);
    padding: 2px;
    display: block;
    padding: 14px 0px;
    text-decoration: none;
    font-size: var(--fs-14);
    font-weight: var(--font-weight-500);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.discover_more {
    padding-top: 30px;
}

/* .grey_text_container .common-cta{
        font-size: 15px;
}
 */


/* iPad Air — landscape only */
@media only screen and (min-device-width: 1180px) and (max-device-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

    .offerings-wrap .anchor_nav li a {
        font-size: 13px;
        line-height: 140%;
    }

    .grey_container {
        background-color: #EAEEF2;
        border-radius: 15px;
        margin-left: 0px;
    }

    .grey_text_container {
        padding: 15px 20px;
    }

    .grey_text_container h2 {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 15px;
    }

}

/* iPad Air — Portrait only */
@media only screen and (min-device-width: 820px) and (max-device-width: 820px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

    .offerings-wrap .anchor_nav li a {
        font-size: 13px;
        line-height: 140%;
    }

    .grey_container {
        background-color: #EAEEF2;
        border-radius: 15px;
        margin-left: 0px;
    }

    .grey_text_container {
        padding: 15px 20px;
    }

    .grey_text_container h2 {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 15px;
    }

}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    .offerings-wrap .anchor_nav li a {
        font-size: 13px;
        line-height: 140%;
    }

    .grey_container {
        background-color: #EAEEF2;
        border-radius: 15px;
        margin-left: 0px;
    }

    .grey_text_container {
        padding: 15px 20px;
    }

    .grey_text_container h2 {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 15px;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

    .offerings-wrap .anchor_nav li a {
        font-size: 13px;
        line-height: 140%;
    }

    .grey_container {
        background-color: #EAEEF2;
        border-radius: 15px;
        margin-left: 0px;
    }

    .grey_text_container {
        padding: 15px 20px;
    }

    .grey_text_container h2 {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 15px;
    }

}



@media(min-width: 320px)and (max-width: 767px) {
    .offering_sidebar {
        display: none;
    }

    .grey_container {
        margin-left: 0px;
        background-color: #fff;
    }

    .grey_container .image_container {
        margin-left: 15px;
        margin-right: 15px;
        width: 93%;
        height: 340px;
        border-radius: 0px;
        border-radius: 15px 15px 0px 0px;
        -webkit-border-radius: 15px 15px 0px 0px;
        -moz-border-radius: 15px 15px 0px 0px;
    }

    .greytabs {
        display: block !important;
        margin-bottom: 40px;
    }

    .grey_text_container {
        background-color: #EAEEF2;
        padding: 30px;
        margin-left: 15px;
        margin-right: 15px;
        max-width: 93%;
        border-radius: 0px 0px 15px 15px;
        -webkit-border-radius: 0px 0px 15px 15px;
        -moz-border-radius: 0px 0px 15px 15px;
    }

    .offerings-wrap .common_tile {
        text-align: center;
    }

    .grey_text_container h2 {
        font-size: 22px;
        line-height: 1.4;
    }

}