.heroInner--contact{
    background-position: bottom center;
}
/*********************
START: contactUs
*********************/
.contactUs--content {
    display: flex;
    align-items: center;
    width: 80%;
    margin-inline: auto;
    justify-content: space-between;
}

.contactUs--text {
    width: 55%;
}

.contactUs--text h2 {
    color: #9F9F9F;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-block-end: 1.5rem;
}

.contactUs--text p {
    color: #383838;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-block-end: 0.75rem;
}

.contactUs--img {
    width: 40%;
    position: relative;
    object-position: right;
}

.contactUs--img::before {
    position: absolute;
    content: "";
    left: 0;
    top: -34px;
    background-image: url("../img/rectangle.svg");
    background-repeat: no-repeat;
    z-index: -1;
	filter: brightness(0) saturate(100%) invert(38%) sepia(43%) saturate(1124%) hue-rotate(169deg) brightness(91%) contrast(92%);
}

.contactUs--img img,
.contactUs--img::before {
    width: 90%;
    height: 520px;
}

.contactUs--img img {
    display: block;
    object-fit: cover;
    margin-inline-start: auto;
    border-radius: 250px 250px 30px 30px;
}

.rch-leads-form-block #leadCaptureForm{
	background-color: transparent !important;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.rch-leads-form-block #leadCaptureForm .form-group{
	margin-block-end: 30px !important;
}

.rch-leads-form-block #leadCaptureForm .form-group:not(:nth-child(1), :nth-child(2)){
	width: 100%;
}

.rch-leads-form-block #leadCaptureForm .form-group:is(:nth-child(1), :nth-child(2)){
	width: 48.5%;
}

.rch-leads-form-block #leadCaptureForm .form-group :is(input, textarea){
	border: 1px solid rgba(164, 170, 170, 0.9);
}

.rch-leads-form-block #leadCaptureForm .form-group label{
	color: #717979;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-block-end: 4px;
}

.rch-leads-form-block #leadCaptureForm button[type="submit"]{
	color: var(--baseDark-color);
    border: 1px solid rgba(0, 128, 128, 0.9);
    width: auto;
    margin-inline-start: auto;
}

form input[type="email"]::placeholder,
form input[type="text"]::placeholder,
form input[type="search"]::placeholder,
form input[type="number"]::placeholder,
form input[type="tel"]::placeholder,
form textarea::placeholder{
    color: rgba(113, 121, 121, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.16px;
}

.rch-leads-form-block form button{
	border-radius: var(--border-radius60) !important;
}
/*********************
END: contactUs
*********************/



/*********************
START: CONTACT FORM
*********************/
.contactForm{
    padding-block: 140px;
    background-color: #F2F1EB;
}
.contactForm--content{
    display: flex;
    justify-content: space-between;
}

.contactForm--content > *{
    width: 48%;
}

.contactForm--text p{
    margin-block-start: 1rem;
    width: 83%;
}
/*********************
END: CONTACT FORM
*********************/

/*********************
START: MEDIA
*********************/
@media screen and (min-width: 1440px) {
    .contactUs--text h2, 
    .contactUs--text p{
        font-size: 26px;
    }
}

@media screen and (min-width: 1320px) and (max-width: 1439px) {
    .contactUs--text h2, 
    .contactUs--text p{
        font-size: var(--text-2xl);
    }

    .contactForm{
        padding-block: 130px;
    }
}

@media screen and (max-width: 1319px) {
    .contactUs--img {
        width: 45%;
    }

    .contactUs--text {
        width: 50%;
    }

    .contactUs--text h2, 
    .contactUs--text p{
        font-size: var(--text-2xl);
    }

    .contactForm{
        padding-block: 120px;
    }

    .contactForm--text p{
        width: 90%;
    }
}

@media screen and (max-width: 1200px) {

    .contactUs--text {
        width: 45%;
    }

    .contactUs--text h2 {
        margin-block-end: 1rem;
    }

    .contactUs--img {
        width: 52%;
    }

    .contactUs--img::before {
        top: -30px;
    }

    .contactForm{
        padding-block: 110px;
    }

    .contactForm--text p{
        width: 100%;
    }
}

@media screen and (max-width: 992px) {

    .contactUs--img img,
    .contactUs--img::before {
        height: 425px;
        width: 93%;
    }

    .contactUs--img::before {
        top: -20px
    }

    .contactUs--text h2, 
    .contactUs--text p{
        font-size: var(--text-xl);
    }

    .contactForm{
        padding-block: 100px;
    }
	
	.rch-leads-form-block #leadCaptureForm .form-group:is(:nth-child(1), :nth-child(2)){
		width: 100%;
	}
}

@media screen and (max-width: 768px) {

    .contactUs--content {
        flex-direction: column;
    }

    .contactUs--text {
        width: 100%;
        margin-block-start: 2rem;
    }

    .contactUs--img {
        width: 100%;
    }

    .contactUs--img img,
    .contactUs--img::before {
        width: 380px;
        height: 450px;
    }

    .contactUs--img img {
        margin-inline: auto;
    }

    .contactUs--img::before {
        left: 40%;
        transform: translateX(-40%);
    }

    .contactForm{
        padding-block: 90px;
    }

    .contactForm--content{
        flex-direction: column;
    }

    .contactForm--content > *{
        width: 100%;
    }
	
	.rch-leads-form-block #leadCaptureForm .form-group:is(:nth-child(1), :nth-child(2)){
		width: 48.5%;
	}
	
	.rch-leads-form-block #leadCaptureForm .form-group label{
		font-size: var(--text-base);
	}
	
	form input[type="email"]::placeholder,
	form input[type="text"]::placeholder,
	form input[type="search"]::placeholder,
	form input[type="number"]::placeholder,
	form input[type="tel"]::placeholder,
	form textarea::placeholder{
		font-size: var(--text-sm);
	}

    .contactForm--text{
        margin-block-end: 2rem;
    }
}

@media screen and (max-width: 576px) {

    .contactUs--img img,
    .contactUs--img::before {
        width: 300px;
        height: 380px;
    }
}

@media screen and (max-width: 470px) {
    .contactUs--text h2, 
    .contactUs--text p{
        font-size: var(--text-lg);
    }

    .contactUs--img img,
    .contactUs--img::before {
        width: 250px;
        height: 330px;
    }

    .contactUs--img::before {
        top: -15px;
    }

    .contactUs--img::before {
        left: 37%;
        transform: translateX(-40%);
    }
	
	.rch-leads-form-block #leadCaptureForm .form-group:is(:nth-child(1), :nth-child(2)){
		width: 100% !important;
	}
}

@media screen and (max-width: 425px) {}

@media screen and (max-width: 375px) {
    .contactUs--img::before {
        left: 35%;
        transform: translateX(-40%);
    }
}

@media screen and (max-width: 320px) {
    .contactUs--img::before {
        content: unset;
    }

    .contactUs--img img {
        width: 100%;
    }
}

/*********************
END: MEDIA
*********************/