.section-title h1 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    cursor: none;
}
.landingform {
    position: relative;
    z-index: 9;
    background: url(../images/section-bg-shape-2.svg);
    background-color: #fff;
    padding: 50px 30px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
}
.landingform h4{
	color:#000;
	margin-bottom: 10px;
}

.contact-form .form-control, .contact-form .form-select{
	border-radius:0;
	border: 1px solid var(--accent-color) ;
}
.contact-form .form-control:focus{
	border-color: #000;
}

.contact-form .form-select:focus{
	border-color: #000;
}
.hero {
    padding: 240px 0px 200px;
}
@media only screen and (max-width: 767px) {
    .section-title h1 {
        font-size: 28px;
    }
	.landingform {
    padding: 30px;
	margin-top: 20px;
}
}
@media only screen and (max-width: 991px) {
    .hero {
        min-height: auto;
        padding: 180px 0 140px;
        margin-top: -92px;
    }
	.landingform {
    padding: 30px;
	margin-top: 20px;
}
}