.section-form .content2 {
    text-align: center;

}

.section-form .h4 {
    padding       : 50px 0;
    text-align    : center;
    font-size     : 50px;
    text-transform: uppercase;
    color         : #0f9eed;
    font-weight   : 800;
    position      : relative;
}

.section-form .h4::before {
    content      : '';
    position     : absolute;
    bottom       : 40px;
    left         : 50%;
    width        : 40%;
    box-sizing   : border-box;
    height       : 5px;
    background   : linear-gradient(180deg, #0f9eed, transparent, #0f9eed);
    transform    : translate(-50%, -50%);
    /* box-shadow: 0 0 13px #31188a; */
}

.section-form {
    padding: 0 0 80px 0;
}

label {
    font-size: 14px;
    color    : #31198a;
}

.section-form .content2 .row {
    text-align: left;
}

::-webkit-input-placeholder {
    font-size: 16px;
}

.section-form .content2 h4 {
    font-size     : 30px;
    margin        : 0 0 5px;
    font-weight   : 600;
    text-transform: uppercase;
    color         : #282828;
}

.section-form .content2 h4 span {
    color: #0f99ea;
}

.section-form .content2 p {
    font-size  : 14px;
    color      : #282828;
    margin     : 0 0 40px;
    line-height: 20px;
}

.field {
    position: relative;
    padding : 20px;
    margin  : 0 0 20px;
}

.section-form .content2 .label {
    position      : absolute;
    pointer-events: none;
    transition    : 0.2s ease all;
    font-size     : 13px;
    color         : #166bd6;
    top           : -2px;
    left          : 11px;
    opacity       : 1;
}

.section-form .content2 form input {
    display      : block;
    width        : 100%;
    border       : none;
    outline      : none;
    border-bottom: 1px solid #999;
    color        : gray;
    font-size    : 18px;
}

form .label {
    top      : 25px;
    font-size: 16px;
    left     : 12px;
    opacity  : .8;
}

.section-form .content1 p {
    color      : #fff;
    line-height: 25px;
    font-size  : 18px;
    padding    : 20px 0;
}

.section-form .content1 h5 {
    font-size  : 30px;
    font-weight: 800;
    color      : #fff;
    text-shadow: 0 0 3px #166bd5;
    position   : relative;
}

/* .section-form .content1 h5::after { */
    /* content        : '';
    position       : absolute;
    bottom         : -18px;
    left           : 0; */
    /* background     : url(../../images/right.png) no-repeat; */
    /* background-size: cover; */
    /* width          : 50%;
    height         : 20px;
} */

.btn-submit-form {
    margin: 0 20px;
}

.section-form .content1 h4 {
    margin     : 0;
    font-size  : 30px;
    color      : #fff;
    font-weight: 500;
}

.section-form .content1 {
    background   : #007ec3;
    /* min-height: 320px; */
    padding      : 20px;
    border-radius: 5px;
}

.content-num {
    color    : #fff;
    font-size: 17px;
}

.section-form .content2 button {
    width     : 100%;
    padding   : 6px 0;
    background: #000;
    border    : 1px solid;
    color     : #fff;
    font-size : 18px;
    margin    : 10px 0 0;
}

.fifth-section .content-head .col-md-3 {
    display: none;
}

@media(max-width:1440px) {
    .section-form {
        padding: 0px 0 80px;
    }

    .field {
        position: relative;
        padding : 20px;
        margin  : 0 0 20px;
    }
}

@media(max-width:600px) {
    .section-form .h4 {
        padding  : 0px 0 30px;
        font-size: 35px;
    }
    .section-form .h4::before {
        bottom: 0;
    }

    .section-form .content1 h4 {
        margin   : 0;
        font-size: 35px;
    }

    .section-form .content1 h5 {
        font-size: 40px;
        margin   : 0;
    }

    .section-form {
        padding: 30px 0;
    }

    .section-form .content2 {
        text-align: center;
        margin    : 15px 0;
    }

    .section-form .content2 h4 {
        font-size: 27px;
        margin   : 0 0 5px;

    }

    .field {
        position: relative;
        padding : 20px 0;
    }

    .section-form .content2 .label {
        left: -4px;
    }

    .section-form .content2 p {
        font-size  : 17px;
        color      : #282828;
        margin     : 0 0 40px;
        line-height: 20px;
    }

    .section-form .content1 p {
        color      : #fff;
        line-height: 27px;
        font-size  : 20px;
        padding    : 20px 0;
        margin     : 0;
    }
}

@media(max-width:375px) {
    .section-form .h4 {
        padding  : 0px 0 30px;
        font-size: 30px;
    }

    .section-form .content2 h4 {
        font-size: 24px;
        margin   : 0 0 5px;
    }

    .section-form .h4::before {
        bottom: 0;
    }
}



@media(max-width:320px) {
    .section-form .h4 {
        padding  : 0px 0 20px;
        font-size: 25px;
    }

    .section-form .content2 h4 {
        font-size: 20px;
        margin   : 0 0 5px;
    }
}
