.event-banner {
    background: #1b1f24;
    padding-block: 70px;
}

.event-banner .banner-left h1 {
    color: #fff;
    font-size: 18px;
    font-family: inherit;
    background: linear-gradient(90deg, #00649e 0%, #33b4ff 100%);
    width: fit-content;
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.event-banner .banner-left h2 {
    font-size: 45px;
    line-height: normal;
    color: #fff;
    font-family: inherit;
    margin-bottom: 20px;
}

.event-banner .banner-left p {
    color: #fff;
    margin-bottom: 20px;
}

.event-banner .banner-right {
    background: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 30px 30px;
    max-width: 400px;
    margin: auto;
}


.banner-right .signup-form h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: inherit;
}

.banner-right .signup-btn {
    width: 100%;
    background-color: #005fbf;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 12px 0;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.2s;
    font-size: 0.95rem;
    margin-top: 10px;
}

.banner-right .signup-btn:hover {
    background-color: #05164d;
}

.banner-right input {
    color: #000;
    padding: 10px 10px;
    border: 1px solid #d5d5d5;
    display: block;
    width: 100%;
    font-size: 13px;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 1;
    border-radius: 0;
    height: 45px;
    font-family: inherit;
    line-height: 1;
    outline-offset: initial;
    margin-bottom: 10px;
}

.banner-right label {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.banner-right label span {
    color: red;
}

.event-manage h2 {
    font-family: inherit;
}

.event-manage .education .services-item-four {
    padding: 20px;
}

.event-manage .education .services-content-four p {
    height: 11pc;
}

.event-manage .education .services-icon-four {
    width: 100%;
    height: 100%;
}

.event-manage .education .services-icon-four img {
    border-radius: 15px;
    margin-bottom: 15px;
}

.event-manage .education .pad-card-con {
    padding: 40px !important;
}

.event-manage.alumini .list-wrap li {
    color: #00194C;
}

.event-manage .healthcare .app_excl_li h3 {
    font-family: inherit;
}

.event-manage.alumini .sb h2,
.event-manage.alumini .sb p {
    color: #00194C;
}

.event-manage .ecommerce .ecmrc_exprnc_sc .grcry_sftwr_bx h3 {
    font-weight: 600;
    font-family: inherit;
}

.event-manage .ecommerce .ecmrc_exprnc_sc .grcry_sftwr_bx h5 {
    font-family: inherit;
    color: #fff;
    font-size: 19px;
}

@media (max-width:768px) {
    .event-manage .ecommerce .grcry_sftwr_inr {
        flex-direction: column;
    }

    .event-manage .ecommerce .ecmrc_exprnc_sc .grcry_sftwr_bx {
        width: 100%;
    }

    .event-manage .accordion-button {
        font-size: 16px !important;
    }
}

.light-banner {
    background: #fff;
    border-top: 1px solid #e7ebf0;
}

.light-banner .banner-left h2,
.light-banner .banner-left p {
    color: #00194C;
}

.event-manage .socialmedia .social_medial_gen h3 {
    font-family: inherit;
}

.cta-section .color {
    background: #eef4fd;
    text-align: center;
    padding: 50px 20px;
    border-radius: 30px;
    margin-bottom: 70px;
}

.cta-section .color h2 {
    margin-bottom: 30px;
}

.cta-section .color .home {
    margin: auto;
    text-align: -webkit-center;
}

.services-content-four .title {
    text-align: left;
}

.event-rsvp .services-content-four .title {
    font-size: 20px;
}

.event-rsvp .education .services-content-four p {
    height: 9pc;
}

.event-rsvp .cta-section p {
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
}

.check-in-page-sec3 .before h4 {
    color: #1a1b1f;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    font-family: inherit;
}

.check-in-page-sec3 .before p {
    color: #6d6d6d;
    font-size: 16px;
    font-family: inherit;
}

.check-in-page-sec3 .bottom-content .d-flex {
    align-items: baseline;
    gap: 15px;
}

.check-in-page-sec3 .bottom-content i {
    font-size: 20px;
}

.check-in-page-sec3 .before .bottom-content i {
    color: #1a1b1f;
}

.check-in-page-sec3 .before .bottom-content span {
    color: #5f5d5d;
    font-weight: bold;
}

.check-in-page-sec3 .after h4 {
    color: #1a1b1f;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    font-family: inherit;
}

.check-in-page-sec3 .after .bottom-content span {
    color: #1a1b1f;
    font-weight: bold;
}
.check-in-page-sec3 .after .bottom-content i {
    color: #005fbf;
}
.event-check-in .education .services-content-four p{
    height: 4pc;
}