.master_banner_section {
    background: #02563D;
    padding: 40px 0px;
    position: relative;
    overflow: hidden;
}

.master_banner_section::before {
    content: "";
    border-radius: 697px;
    opacity: 0.8;
    background: #F8D772;
    filter: blur(190.89999389648438px);
    position: absolute;
    width: 50%;
    height: 50%;
    top: -25%;
    right: 0;
    left: 37%;
}


.master_banner_section .master_banner_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.master_banner_section .master_banner-left {
    width: 50%;
    z-index: 99;
}

.master_banner_section .master_banner-right {
    width: 50%;
    text-align: end;
}

.master_banner_section .master_social {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 60px 0px 40px;
}

.master_banner_section .master_banner_main h1 {
    color: #FFDC78;
    font-family: "Public Sans";
    font-size: 46.462px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
}

.master_banner_section .master_banner_main h1 span {
    font-size: 67px;
    font-weight: 700;
}

.master_banner_section .master_time {
    display: flex;
    align-items: center;
    gap: 42px;
    margin: 25px 0px 60px;
}

.master_banner_section .master_time>div {
    display: flex;
    align-items: center;
    gap: 14px;
}

.master_banner_section .master_time>div span {
    color: #FFF;
    font-family: "Public Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1.1px;
}

.master_banner_section .master_banner-right .books {
    position: absolute;
    right: 0;
    top: 0;
}

.master_banner_section .mastrer_details .master-img {
    z-index: 9;
    position: relative;
    /* width: 100%; */
}

.master_banner_section .mastrer_details {
    position: relative;
}

.master_banner_section .mastrer_details .gradient {
    position: absolute;
    left: -2px;
    right: 0;
    bottom: 74px;
    z-index: 9;
}

.master_banner_section .mastrer_details h4 {
    color: #FFF;
    font-family: "Public Sans";
    font-size: 30.874px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.598px;
    z-index: 9;
    position: relative;
    text-align: center;
}

.master_banner_section .mastrer_details p {
    color: #36BE9E;
    font-family: "Public Sans";
    font-size: 16.891px;
    font-style: normal;
    font-weight: 300;
    line-height: 36.598px;
    z-index: 9;
    position: relative;
    text-align: center;
}


/* master form */

.new_master_form_wrapper .formfloating-propel-banner-main {
    background: unset;
    padding: 0px;
    min-height: auto;
    border-radius: 0px;
    max-width: 500px;
}

.new_master_form_wrapper .next-step-propel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;

}

.new_master_form_wrapper .master_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new_master_form_wrapper .master_wrapper1>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new_master_form_wrapper .master_name_field,
.new_master_form_wrapper .master_email_field {
    width: calc(50% - 5px);
}

/* .new_master_form_wrapper .master_employee_field,
.new_master_form_wrapper .master_city_field {
    width: calc(50% - 5px);
} */

.new_master_form_wrapper .floating-form-input,
.new_master_form_wrapper .floating-form-select {
    background: transparent;
    padding: 16px;
    color: #74b096;
    border: 1px solid #74b096;
}

.new_master_form_wrapper .floating-form-label {
    font-size: 16px;
    line-height: 24px;
    color: #74b096;
}

.new_master_form_wrapper .floating-form-input-group-text {
    padding: 12px;
    background: transparent;
    color: #74b096;
    font-size: 16px;
    border: 1px solid #74b096;
    border-right: 0px;
}

.new_master_form_wrapper .floating-form-input:focus~.floating-form-label,
.new_master_form_wrapper .floating-form-select:not([value=""]):valid~.floating-form-label,
.new_master_form_wrapper .floating-form-input:not(:placeholder-shown).floating-form-input:not(:focus)~.floating-form-label {
    font-size: 16px;
    background: #02563D;
    color: #74b096;
}

.new_master_form_wrapper .input-btn-green-submit,
.new_master_form_wrapper .input-btn-orange-submit {
    background: #E65F46;
    color: #FFF;
    font-family: "Clash Grotesk";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.new_master_form_wrapper .input-btn-orange-submit:hover,
.new_master_form_wrapper .input-btn-green-submit:hover {
    background: #cc523c;
}

.new_master_form_wrapper .radio-combo {
    margin: 10px 0px 20px;
    width: 100%;
}

.new_master_form_wrapper .floating-form-select option {
    color: #000;
}

.new_master_form_wrapper input.previous-step {
    margin-right: 15px;
}

.new-propel-agenda .propel-agenda-details ul li {
    position: relative;
    list-style-image: unset;
}

.new-propel-agenda .propel-agenda-details ul li::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url(../../assets/images/hrsoftware/right_new_tick.svg);
    background-size: auto;
    background-repeat: no-repeat;
    left: 0;
    top: 4px;
}

.new-propel-agenda .propel-agenda-details ul li {
    padding-left: 30px;
}

.new_master_form_wrapper .cookies-text-form {
    color: #efe8e8;
    margin-top: 10px;
}

.new-propel-agenda .propel-agenda-details ul {
    padding-left: 0px;
}

@media screen and (min-width:1199px) {
    .new-propel-agenda .propel-title h2 {
        color: #02563D;
        font-family: "Clash Grotesk";
        font-size: 44px;
        font-style: normal;
        font-weight: 600;
        line-height: 46px;
        margin-bottom: 15px;
    }

    .new-propel-agenda .propel-title p {
        color: #272727;
        text-align: center;
        font-family: "Public Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }

    .new-propel-agenda .propel-agenda-details h2 {
        color: #272727;
        font-family: "Clash Grotesk";
        font-size: 44px;
        font-style: normal;
        font-weight: 600;
        line-height: 46px;
        /* 104.545% */
    }

    .new-propel-agenda .propel-agenda-details ul li {
        color: #272727;
        font-family: "Public Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .new-propel-agenda .propel-agenda-panelist {
        padding: 77px 40px;
    }

    .new-propel-agenda .propel-agenda-panelist-items-text-keynote {
        color: #02563D;
        font-family: "Clash Grotesk";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 3.6px;
        text-transform: uppercase;
    }

    .new-propel-agenda .propel-agenda-panelist-items-text-name a {
        color: #333;
        font-family: "Clash Grotesk";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
    }


    .new-propel-agenda .propel-agenda-panelist-items-text-designation {
        color: #333;
        font-family: "Public Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 13px;
        /* 216.667% */
    }


    .new-propel-agenda .propel-agenda-panelist-items {
        padding-bottom: 17px;
        margin: 17px 0px;
    }

    .propel-agenda-panelist-items:last-child {
        margin: 0px;
        padding: 0px;
    }

    .propel-agenda-panelist-items:first-child {
        margin: 0px;
        padding: 0px;
    }
}

@media screen and (min-width:1920px) {
    .master_banner_section .master_banner-right .books {
        right: 10%;
    }
}

@media screen and (max-width:768px) {

    .master_banner_section .master_banner-left,
    .master_banner_section .master_banner-right {
        width: 100%;
    }

    .master_banner_section .master_banner-left {
        z-index: 9;
    }

    .master_banner_section .master_banner_main img {
        max-width: 100%;
    }

    .master_banner_section .master_social {
        margin: 20px 0px;
    }

    .master_banner_section .master_social img {
        width: 130px;
    }

    .master_banner_section .master_banner_main {
        flex-direction: column;
    }

    .master_banner_section .master_banner_main h1,
    .master_banner_section .master_banner_main h1 span {
        font-size: 40px;
        line-height: 48px;
    }

    .master_banner_section .master_time img {
        width: 20px;
    }

    .master_banner_section .master_time>div span {
        font-size: 18px;
        line-height: 26px;
    }

    .master_banner_section .master_time {
        gap: 20px;
        margin: 25px 0 16px;
    }

    .master_banner_section .master_banner-right {
        position: relative;
    }

    .master_banner_section .master_banner-right .books {
        top: 0;
    }

    .master_banner_section .mastrer_details h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .master_banner_section .mastrer_details p {
        font-size: 16px;
        line-height: 24px;
    }

    .master_banner_section .mastrer_details .gradient {
        bottom: 58px;
    }

    .master_banner_section .master_banner-right .master_logo {
        display: none;
    }

    .new_master_form_wrapper .master_name_field,
    .new_master_form_wrapper .master_email_field,
    .new_master_form_wrapper .master_employee_field,
    .new_master_form_wrapper .master_city_field {
        width: 100%;
    }

    .master_banner_section .new_master_form_wrapper {
        margin-top: 50px;
    }


    .master_banner_section input.previous-step {
        margin-right: 9px;
    }

    .new-propel-agenda .propel-agenda-panelist-items-text-name a {
        color: #333;
        font-family: "Clash Grotesk";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
    }

    .new-propel-agenda .propel-agenda-panelist-items-text-keynote {
        letter-spacing: 2px;
    }

    .new-propel-agenda .propel-agenda-details ul li::before {
        top: 0px;
    }
}