a {
    text-decoration: none;
}

.Banner {
    background: url(../img/Banner_Bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding: 48px 0 72px;
    position: relative;
}

.Close_Btn {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-500, #5D667B);
    padding: 8px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 91px;
    color: var(--Text-Grey-500, #5D667B);

    /* Text sm / Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
    position: absolute;
    top: 36px;
    right: 36px;
}

.Banner .Banner_Logo {
    margin-bottom: 48px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '';
    background: url(../img/Angle_Right.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    padding: 0;
    margin-top: 3px;
    margin-left: 3px;
    margin-right: 3px;
}

.breadcrumb_section {}

.breadcrumb_section li.breadcrumb-item {
    color: var(--Dark-Text, #1D2939);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    padding: 0;
}

.breadcrumb_section li.breadcrumb-item a {
    color: var(--Text-Lignt, #75757D);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 22.4px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.breadcrumb_section ol.breadcrumb {
    margin-bottom: 24px;
}

.Banner_Title {
    margin-bottom: 48px;
}

.Banner_Title h1 {
    color: var(--Text-Grey-900, #101828);

    /* Display lg / Bold */
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.96px;
    margin-bottom: 16px;
}

.Banner_Title h1 span {
    color: var(--Theme-Blue-500, #3A58EF);

    /* Display lg / Bold */
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    /* 125% */
    letter-spacing: -0.96px;
}

.Banner_Title p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
}


.Banner_Form_Box {}

.Banner_Form_Main {
    display: flex;
    gap: 24px;
}

.Banner_Form_Main img.Banner_Img {
    min-width: 156px;
}

.Banner_Form_Box {}

.Banner_Form_Box h2 {
    color: #26244A;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 43.2px */
    letter-spacing: -0.72px;
    margin-bottom: 10px;
}

.Banner_Form_Box p {
    color: var(--Text-Grey-500, #5D667B);

    /* Webpage/Body 18rg */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    margin-bottom: 24px;
}

.Banner_Form_Box form .form-floating .form-control {
    padding: 16px;
    color: var(--Text-Grey-900, #101828);

    /* Text md / Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.Banner_Form_Box form .form-floating>.form-control:not(:placeholder-shown)~label,
.Banner_Form_Box form .form-floating>.form-control:focus~label {
    top: -15px;
    background: transparent;
}

.Banner_Form_Box form .form-floating .form-floating>.form-control:focus {}

.Banner_Form_Box form .form-floating .form-control:focus {
    border-color: var(--Text-Grey-900, #101828);
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
}

button.btn.Schedule_Call_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
}

.Banner_Form_Box form .form-floating label span.red_text {
    color: var(--Error-Red-500, #F04438);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media only screen and (max-width: 1366.51px) {
    .Banner_Title h1 {
        font-size: 45px;
    }

    .Banner_Title h1 span {
        font-size: 45px;
    }

    .Banner {
        padding: 36px 0 36px;
    }

    .Banner .Banner_Logo {
        margin-bottom: 36px;
    }

    .Banner_Title {
        margin-bottom: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .Banner {
        height: auto;
    }

    .Banner_Form_Main {
        flex-direction: column;
    }

    .Banner .Banner_Logo img.mycpe_one_Logo {
        max-width: 200px;
    }

    .Banner .Close_Btn {
        top: 36px;
        right: 0px;
    }
}