.corporate_banner{
    background: url(../../assets/images/home-banner-two.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.corporate_banner_left{
    margin-top: 47px;
    position: relative;
}
.cbl_img{
    width:100%;
    text-align: right;
}
.text-center.c_excel_text h2 {
    font-size: 20px;
    font-weight: 900;
}
.position_one{
    position: absolute;
    top:51px;
    right:0;
    padding:20px;
    border-radius: 14px;
    background-color:#ffffff;
    box-shadow: 0 5px 19px -10px #000;
}
.position_one h4{
    font-size:39px;
    color:#0B6EAC;
    text-align: center;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
}
.position_one h4 span{
    display: block;
    color:#474747;
    font-size:31px;
}
.position_two{
    position: absolute;
    top: 50px;
    left: 8%;
    border-radius: 14px;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 5px 19px -10px #000;
}
.position_two_inner{
    display:grid;
    grid-template-columns: 35px 1fr;
    grid-gap:20px;
}
.pti_text h4 span{
    display:block;
    font-size:23px;
    color:#0B6EAC;
    font-weight: 400;
    margin-bottom: 2px;
}
.pti_text h4{
    font-size:18px;
    color:#474747;
    font-family: 'Playfair Display', serif;
}
.position_three{
    position: absolute;
    bottom:10px;
    left:0;
    border-radius: 14px;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 5px 19px -10px #000;
}
.position_three h5{
    color:#393939;
    font-size:31px;
    font-family: 'Playfair Display', serif;
}
.position_three h5 span{
    color:#0B6EAC;
    font-size:31px;
}
.corporate_banner_right h1 span{
    display: block;
    color:#589BC6;
    margin-top:-10px;
}
.corporate_banner_right h1{
    text-align: right;
    margin-top: 5px;
    font-size: 79px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

.corporate_excel_form{
    width:70%;
    position: absolute;
    right:0
}
.corporate_excel_form_block{
    margin-top:20px;
    box-shadow:0 5px 19px -10px #000;
    border-radius: 24px;
    padding: 25px 15px;
    background-color: #ffffff;
}
.c_excel_text h2 span{
    font-size:25px;
    color:#444444;
    font-weight: 800;
}
.main_form{
    margin-top:20px;
}

@media (max-width: 767px) {
    /* Banner start */
    .corporate_banner {
        background-position: center;
    }
    .corporate_banner_left {
        margin-top: 15px;
        position: unset;
    }
    .cbl_img {
        text-align: center;
        width: 100% !important;
        margin: 0 auto !important;
    }
    .position_one {
        position: unset;
        top: 0;
        right: 0;
        padding: 10px;
        background-color: #ffffff7a;
        margin: 5px 0;
    }
    .position_two {
        position: unset;
        left: 0;
        border-radius: 14px;
        padding: 10px;
        background-color: #ffffff7a;
        margin: 5px 0;
    }
    .position_three {
        position: unset;
        bottom: 0;
        left: 0;
        padding: 10px;
        background-color: #ffffffeb;
        margin: 5px 0;
        text-align: center;
    }
    .position_three h5 {
        font-size: 22px;
    }
    .position_three h5 span {
        font-size: 26px;
    }
    .position_three h5 span::after {
        height: 7px;
        width: 7px;
    }
    .position_one h4 {
        font-size: 24px !important;
    }
    .position_one h4 span {
        font-size: 24px !important;
        display: initial;
    }
    .position_two_inner {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        grid-gap: 0;
    }
    .corporate_excel_form {
        width: 100%;
        position: unset;
        right: 0;
        left: 0;
    }
    /* .c_excel_text h2 {
        font-size: 18px;
    } */
    .c_excel_text h2 span {
        font-size: 22px;
    }
    .corporate_banner_right h1 {
        text-align: center;
        margin-top: 10px;
        font-size: 30px;
    }
    .corporate_banner_right h1 span {
        display: initial;
        margin-top: 0;
    }
    .cbfi_img {
        position: unset;
        top: 0;
    }
    .corporate_banner_four {
        margin: 40px 0;
    }
    .text-center.c_excel_text h2 {
        font-size: 17px;
    }
    /* Banner end */
}