.sbi-apollo-hero-form{
    position: relative;
    padding: 50px 0;
}
.sbi-apollo-hero-form::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80%;
    background-color: #F2F8FD;
}
.sbi-apollo-hero-form .left-cont{
    height: 100%;
    overflow: hidden;
    background-color: #025FAC;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.sbi-apollo-hero-form .left-cont .text-cont{
    padding: 20px;
}
.sbi-apollo-hero-form .left-cont .text-cont .body-cont *{
    color: #fff;
}
.sbi-apollo-hero-form .form-box{
    height: 100%;
    background-color: #fff;
    padding: 50px 20px;
    border: 1px solid #DFDED9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.sbi-apollo-hero-form .form-box .form-title{
    font-size: 45px;
    margin-bottom: 20px;
}
.sbi-apollo-hero-form .form-box span.asterisk{
    color: #025FAC;
}
.sbi-apollo-hero-form .form-box input[type="text"],
.sbi-apollo-hero-form .form-box input[type="email"],
.sbi-apollo-hero-form .form-box input[type="date"],
.sbi-apollo-hero-form .form-box select{
    height: 40px;
    background-color: #fff;
    border-color: #DFDED9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.sbi-apollo-hero-form .form-box select.empty-select{
    color: #737c84;
}
.sbi-apollo-hero-form .form-box .blue-label{
    color: #025FAC;
}
.sbi-apollo-hero-form .form-box input[type="submit"]{
    border: 0;
    padding: 10px 50px;
}
.sbi-apollo-hero-form .form-box input::file-selector-button {
    cursor: pointer;
    color: #025FAC;
    padding: 10px 15px;
    border: 1px solid #90C0E8;
    background-color: #F2F8FE;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.sbi-apollo-hero-form .form-box .row.align-items-end p{
    margin-bottom: 0;
}
.sbi-apollo-hero-form .form-box #privacy_policy .wpcf7-list-item{
    margin-left: 0;
}
.sbi-apollo-hero-form .contact-content__main__form__errors {
    padding: 20px 20px 10px;
    border: 3px solid #475B67;
    margin-bottom: 40px;
    background-color: #f6f6f6;
    display: none;
}
.sbi-apollo-hero-form .contact-content__main__form__errors.visible {
    display: block;
}
.sbi-apollo-hero-form .contact-content__main__form__errors:focus {
    border-color: tomato;
}
.sbi-apollo-hero-form .contact-content__main__form__errors__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
}
.sbi-apollo-hero-form .contact-content__main__form__errors ul li {
    margin-bottom: 10px;
}
.sbi-apollo-hero-form .contact-content__main__form__errors ul li a{
    color: #025FAC;
    text-decoration: none;
}
.sbi-apollo-hero-form .contact-content__main__form__errors ul li a:hover{
    text-decoration: underline;
}
