* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.header {
    position: relative;
}
/*.header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url(images/background-img01.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2.5em 0;
    height: 100vh;
}


.header img {
    width: 40%;
    margin-bottom: 2em;
}*/
.img-responsive{
    width: 100%;
    overflow: hidden;
    height: auto;
}
.apply_now{
    position: absolute;
    bottom: 55px;
    width: 150px;
    left: 400px;
}

.header p {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
}

.header h2 {
    color: white;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 2px;
}

.formsec {
    background-image: url(images/form.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2.5em 0;
    height: 100vh;
}


.formsec img {
    width: 40%;
    margin-bottom: 2em;
}

.formsec p {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
}

.formsec h2 {
    color: white;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 2px;
}

.banner {
    background-image: url(images/Web_1920_18.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15.5em 0 3em;
    color: white;
    margin-top: -6em;
}

.banner h1 {
    color: white;
}

.banner h5 {
    letter-spacing: 0.3px;
    line-height: 1.6;
    font-size: 16px;
}

.banner .text-banner {
    border-left: 4px solid white;
    padding-left: 15px;
}

.banner .text-banner h3 a {
    color: white;
    text-decoration: none;
}

.banner .img-logo img {
    width: 45%;
    float: right;
    margin-top: 20px;
}

.banner .img-box img:hover {
    padding: 5px;
    border: 1.5px solid white;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 5px;
}

@media (min-width:320px) and (max-width:580px) {
    .header h2 {
        color: white;
        font-size: 35px;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 2px;
    }

    .banner {
        background-image: url(images/Web\ 1920\ –\ 18.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 5.5em 0 3em;
        color: white;
        margin-top: -6em;
    }

    .banner h1 {
        font-size: 28px;
    }
}

.btn-button {
    margin-top: 22px;
    background-color: #004AAD !important;
    font-weight: 700;
    color: #fff !important;
    border: 0;
    padding: 15px 40px !important;
    border-radius: 3px;
}

.btn-button:hover {
    background: transparent !important;
    border: 2px solid white !important;
    color: white !important;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

#form .flxBx {
    display: flex;
    margin: -10px;

}

#form .flxBx .item {
    padding: 10px;
}

#form .form-control {
    width: 100%;
    border: 1px solid #c2c2c2;
    height: 45px;
    border-radius: 5px;
    color: #000;
    padding: 10px;
}
#form .chkBox{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#form .row{
    margin: -7.5px;
}
#form .row >*{
    padding: 7.5px;
}

#form .imgBox{
    width: 180px;
    height: 160px;
    border:1px solid #333;
}

#form .imgBox img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.btnSubmits
{
    width: 250px;
    height: 50px;
    background: #0e7d9c;
    color: white;
    box-shadow: none;
    outline: 0;
    border: none;
    margin: 32px 0;
}
.download-testimonial{
    margin-top: 150px;
    float: right;
    margin-right: 50px;
}