.banner-main-header {
    background: url("../img/divider-bg-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    padding-top: 8%;
    padding-bottom: 100px;
    position: relative;
    max-height: 750px;
}
.banner-main-header::after {
    content: "";
    background: url(../img/banner-overlap.webp);
    height: 304px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    background-size: cover;
}
.banner-main-header .banner-txt-main {
    padding-top: 8%;
}
.banner-main-header h1 {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46.521px;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.banner-main-header .banner-txt-main ul.banner-bullets {
    padding: 0;
    display: flex
;
    flex-wrap: wrap;
}
.banner-main-header .banner-txt-main ul.banner-bullets li {
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    width: auto;
    padding: 5px 16px;
    margin-right: 13px;
    font-size: 17px;
    margin-bottom: 13px;
}
.banner-txt-main li {
    color: white;
    font-size: 18px;
    list-style-type: none;
    line-height: 30px;
}
.banner-main-header .banner-txt-main ul.banner-bullets li img {
    margin-right: 6px;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 400ms;
}
.banner-main-header .banner-award-icons {
    margin: 30px 0;
}
.banner-main-header .banner-award-icons ul {
    display: flex
;
    list-style: none;
    padding: 0;
}
.banner-main-header .banner-award-icons ul li {
    margin-right: 18px;
}
.banner-main-header .banner-main-form {
    border-radius: 16px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    top: 42px;
    width: 90%;
    margin: 0 auto;
    float: right;
    z-index: 10;
    position: relative;
}
.banner-main-form h3 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    background: linear-gradient(151deg, #000031 19.52%, #046db5 86.8%), #D9D9D9
    padding: 15px;
    border-radius: 16px 16px 0 0;
    margin-bottom: 0px;
	margin-top: 0;
}
@media screen and (max-width: 767px) {
    .banner-main-header {
        max-height: 100%;
    }
	    .banner-main-header .banner-txt-main {
        padding-top: 27%;
    }
	.banner-main-header h1 {
        font-size: 30px;
        line-height: 36.521px;
    }
	.banner-main-header .banner-main-form {
        width: 100%;
    }
}