.cyansection {
    display: none !important;
}

.new-styles .is-vertically-aligned-center p {
    margin-bottom: 0px;
}

.lightsection.bluearrow {
    background-image: none !important;
}

.lightsection {
    padding-top: 0px !important;
}

.inside-article {
    padding: 0px !important;
}

.sectioninner {
    width: 100% !important;
    max-width: none !important;
    padding: 0px !important;
    margin: auto !important;
}


.search-wrapper label {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
}

.search-box {
    display: flex;
    gap: 20px;
}

.search-box input {
    width: 250px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.search-btn {
    background: #ffd400;
    border: none;
    padding: 11px 20px;
    border-radius: 20px;
    font-weight: 600;
    cursor: pointer;
    color: #3f3f3f;
}

.filters {
    display: flex;
    gap: 10px;
}

.filter {
    background: #e6e6e6;
    border: none;
    padding: 11px 20px;
    border-radius: 25px;
    cursor: pointer;
    color: #000;
    display: flex;
    align-items: center;
    gap: 8px;
    width: auto;
    font-weight: 600;
}

.circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tick {
    display: none !important;
    color: #ffffff;
    font-size: 10px;
}

.filter.active .tick {
    display: block !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.content-sec .floatDivBox {
    margin: 10px 20px 10px 0px;
}

.search-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 40px;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-bottom: 30px;
}

.content-sec #associateContainer .associate-offers .companyName {
    display: flex;
    text-align: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

/* FORS ASSOCIATE OFFERS page styling */
#offerList #offersCompany {
    display: flex;
    align-items: flex-start;
    background-color: #EEEEEE;
    padding: 20px;
    border-radius: 10px;
    width: auto;
}

.lightsection #offerList h4 {
    font-size: 21px;
    font-family: 'Exo 2', sans-serif;
    padding-top: 0px;
    font-weight: bold;
    color: #1a4fb4;
    text-decoration: underline;
    text-align: left;
}

#offerList #offersCompany #ListImage {
    padding-right: 30px;
}

#offerList #offersCompany.associate-offers {
    border: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 25px;
}

#offerList #offersCompany.associate-offers .ListText ul li {
    display: list-item !important;
    list-style: disc;
    font-weight: 600;
}

#offerList #offersCompany.associate-offers .ListText p {
    font-weight: 600;
}


.training-banner {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.training-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.training-banner .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(36, 53, 136, 0.85) 30%,
            rgba(0, 159, 227, 0.6) 100%);
}

.training-banner h1 {
    position: absolute;
    top: 50%;
    color: #fff;
    z-index: 2;
    font-family: 'Exo 2', sans-serif;
    line-height: 0;
    letter-spacing: 0.4px;
    margin: 0px 0px;
    font-weight: 500;
    font-size: 50px;
    font-style: normal;
}

.header {
    background: #243588;
    text-align: center;
    padding: 15px 0px;
    font-weight: 500;
}


.lightsection .header h5 {
    color: #ffffff;
    line-height: 0;
    margin: 0px;
}

.content-sec .container {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
}

.content-sec .container .right {
    text-align: left;
}

.content-sec.contact {
    background: #e5e5e5;
}

.content-sec.contact h3 {
    margin-bottom: 10px;
    color: #333;
    text-align: left;
    padding-top: 60px;
    font-weight: 600;
}

.content-sec.contact a {
    display: block;
    color: #243588;
    text-decoration: underline;
    margin-bottom: 6px;
    font-style: normal;
    font-weight: 700;
}


.content-sec.contact a:hover {
    text-decoration-thickness: 3px !important;
}

.content-sec.contact p {
    margin-bottom: 5px;
    font-size: 18px;
}

.phone {
    color: #394a9f;
    font-weight: bold;
}


.offer-card {
    background: #e6e6e6;
    border-radius: 16px;
    padding-top: 12px;
}

.offer-header {
    background: #243588;
    color: #fff;
    text-align: center;
    padding: 12px;
    font-weight: bold;
    margin: 13px 25px 0px;
}

.offer-header h4 {
    color: #fff;
    margin: 0;
    font-family: inherit;
}

.content-sec .container .left p,
.content-sec .container .right p {
    margin-bottom: 8px;
    font-weight: 600;
}

.content-sec .container .right #endTxt,
.content-sec .container .right ul li,
.content-sec .container .left ul li{
    font-weight: 600;
    color: #666;
}

.content-sec .offer-body ul.offersList,
.content-sec .offer-body h4 {
    padding: 20px 10px 20px 10px;
}

.content-sec #Logo {
    margin-bottom: 15px;
}


@media screen and (min-width: 1024px) {
    .content-sec {
        padding: 0px 120px 60px 120px;
        margin: 0 auto !important;
    }

    .training-banner h1 {
        padding: 0px 120px 0px 120px;
    }

    .content-sec .left {
        width: 60%;
    }

    .content-sec .right {
        width: 35%;
    }


}



@media screen and (min-width: 767px) and (max-width: 1024px) {
    .content-sec {
        padding: 20px 50px;
    }
}

@media screen and (max-width: 767px) {
    .content-sec {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 8%;
    }

    .filters {
        display: block;
    }

    .filter {
        width: 100%;
        margin-bottom: 15px;
    }

    .search-wrapper {
        display: block;
    }

    .search-box {
        margin-bottom: 30px;
    }

    .search-box input {
        width: 100%;
    }

    .container {
        flex-direction: column;
    }

    .left,
    .right {
        width: 100%;
    }

    .right {
        margin-top: 20px;
    }

    .training-banner h1 {
        padding: 0px 20px 0px 25px;
        line-height: normal;
        top: 20%;
    }

}

@media (max-width: 400px) {
    .content-sec .floatDivBox {
        width: 100%;
    }

    #offerList #offersCompany {
        display: table;
        text-align: left;
    }
}