.section-padding {
    padding: 40px 0;
}

.banner-heading {
    color: var(--green-blue-color);
	font-size: 2.027rem;
}

.banner-subtitle {
	margin-top: 2em;
    color: var(--green);
    font-size: 1.2rem;
}

#header .ubermenu-container {
    border-bottom: 2px solid var(--greenish-blue-color);
}

.hero-banner-section {
    padding: 25px 0;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 45vw 50% !important;
    min-height: 485px;
    position: relative;
}

img.sme-image {
    position: absolute;
    right: 2em;
    bottom: 3em;
    z-index: 11;
}

img.banner-image {
	width: calc(50% + 70px);
	margin-left: calc(50% - 70px);
	position: absolute;
	border-top-left-radius: 200px;
	border-bottom-left-radius: 200px;
	height: 430px;
	object-fit: cover;
}

.banner-image-overlay {
	display: block;
	width: calc(50% + 75px);
	position: absolute;
	margin-left: calc(50% - 75px);
	border-top-left-radius: 200px;
	border-bottom-left-radius: 200px;
	height: 430px;
	background: linear-gradient(90deg, transparent, var(--green-blue-color));
	z-index: 1;
}

.banner-logo {
    position: relative;
}

.banner-logo img {
    position: absolute;
    width: 150px;
    right: -27px;
    bottom: 2px;
}

/* form-section */

.form-section {
    background-color: var(--light-gray);
}

.form-section-heading {
    color: var(--greenish-blue-color);
}

.highlighted-text {
    color: var(--dark-orange);
    font-weight: 600;
}

.form-container {
    background-color: var(--greenish-blue-color);
    padding: 30px 70px;
    border-radius: 180px;
}

.check-img {
    width: 30px;
    position: relative;
}

.check-img-wrapper {
    position: relative;
}

.check-img-wrapper::before {
    content: "";
    background: var(--white);
    width: 35px;
    height: 35px;
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: -6px;
    border-radius: 100px;
}

.light-text {
    font-weight: 400;
}

/* below-form-section */
.below-form-section .main-title {
    color: var(--greenish-blue-color);
}

.below-form-section ul {
    list-style: none;
}

.below-form-section ul li {
    margin: 5px auto;
    position: relative;
    padding-left: 20px;
}

.below-form-img img {
    width: 370px;
}

.below-form-section li::before {
    content: "";
    background: var(--green);
    display: inline-block;
    height: 8px;
    width: 8px;
    border-radius: 100px;
    position: absolute;
    top: 12px;
    left: 0;
}
.banner-image-container-mobile {
	display:none;
    //width: calc(50% + 75px);
	//position: absolute;
	//margin-left: calc(50% - 75px);
	//border-top-left-radius: 200px;
	//border-bottom-left-radius: 200px;
	//height: 430px;
	//background: linear-gradient(90deg, transparent, var(--green-blue-color));
	//z-index: 1;
}

/* mobile responsive */

@media screen and (max-width: 768px) {
	p {
        margin-bottom: 0;
        font-size: 16px;
    	font-weight: 600;
        text-align: justify;
    }
    .col-md-5 {
        padding-left: 15px;
        padding-right: 15px;
    }
	.banner-subtitle.font-weight-medium {
        margin-top: 25px;
    }
    h3.banner-heading.font-weight-medium.mt-1 {
        margin-bottom: 10px;
    }

    section.hero-banner-section.section-padding {
        padding-bottom: -40px;
    }

    section.form-section.section-padding {
        padding-top: 0;
    }
	.banner-subtitle.font-weight-medium {
        text-align: center;
    }

    h3.banner-heading.font-weight-medium.mt-1 {
        text-align: center;
    }
	.banner-image-container-mobile {
        display:block;
    }
    img.banner-image-mobile {
        border-radius: 190px;
        object-fit: cover;
        opacity: 0.9;
        height: 26vh;
        width: calc(100% - 20px);
    }
	.banner-image-overlay-mobile {
         width: calc(50% - 6px);
        position: absolute;
        margin-left: calc(50% - 15px);
        border-top-right-radius: 190px;
        border-bottom-right-radius: 190px;
        height: 26vh;
        background: linear-gradient(90deg, transparent, var(--green-blue-color));
        z-index: 1;
    }
    img.sme-image-mobile {
        z-index: 99;
        position: absolute;
       	top: calc(50% - 60px);
        right: 0;
        padding-right: 1em;
        height: 120px;
    }
    .banner-image-container-mobile {
        margin-top: 10px;
        width: -webkit-fill-available;
        justify-content: center;
        display: flex;
        position:relative;
    }
	.banner-image-overlay, .banner-image {
        display: none;
    }
    
    .hero-banner-section {
        background-image: none !important;
        margin-top: 2rem;
    }

    .banner-logo {
        display: none;
    }

    .banner-subtitle {
        font-size: 1rem;
    }

    .banner-heading {
        font-size: 1.5rem;
    	text-align: center;
    }

    .form-section-heading {
        margin-top: 2rem;
        font-size: 1.5rem;
    }

    .form-container {
        padding: 20px;
        border-radius: 2rem;
    }

    .form-container input[type="submit"] {
        width: 100% !important;
        margin-top: 1rem;
    }

    .below-form-section ul li {
        display: block !important;
    }
    
    img.sme-image {
        display: none;
    }
    
    .below-form-section ul {
        padding-left: 0;
    }
    
    .below-form-section ul {
        padding-left: 0;
    }

    section.content-section {
        padding: 30px 0px;
    }

    section.content-section.section-padding .row {
        margin: 0;
    }

    section.content-section p {
        width: 100%;
    }
    .below-form-img {
        justify-content: center;
        display: flex;
    }
    .content-section iframe {
        width: 100%;
    }
    10:27
    .content-section iframe {
        width: 100%;
    }
    .content-section ul {
        padding-left: 0;
    }
    .content-section .col-md-12 {
        padding: 0 20px;
    }
    .content-section .post-block .container {
        padding: 0;
    }
    .form-section .col-md-6:first-child {
        padding: 0 15px;
        order: 1;
    }
    .form-section .col-md-6:last-child {
        order: 0;
        margin-bottom: 25px;
    }
    .form-section .col-md-6 {
        text-align: center;
    }

    .form-section .col-md-6 p {
        text-align: center;
    }
}

@media screen and (min-width: 1800px) {
    .hero-banner-section {
        background-position: 40vw 50% !important;
    }
}