.form-contact-i{
	background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.13);
    border-radius: 15px;
    box-sizing: border-box;
	overflow: hidden;
}
.form-contact-i  > div:first-child{
	background-color: #03B98C;
	padding: 20px 15px;
}
.inner-form-contact{

	padding: 0px 30px 33px;
}
.form-contact-i .form-request-person input{
	width: 100%;
    box-shadow: 0 3px 15px rgba(78, 83, 86, 0.09);
    border-radius: 10px;
    border: 1px solid rgba(165, 167, 173, 0.32);
    background-color: #ffffff;
    margin-bottom: 5px;
	height: 60px;
	font-weight: 300;
}

.form-contact-i .form-request-person input[type="submit"] {
    border-radius: 50px;
    background-color: #5B2C7F;
    min-width: 210px;
    width: 100%;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    text-transform: initial;
}
.form-contact-i .form-request-person input[type="submit"]:hover{
	color:#fff;
	opacity: 0.8;
}

.form-contact-i .form-request-person .ajax-loader{
	display: none;
}
.form-contact-i .form-request-person .btn-input{
	text-align: center;
	margin: 10px auto 0;
}	
.form-contact-i .form-request-person .input-date-request input{
	background-position: 96% 50%;
	background-repeat: no-repeat;
	background-size: auto 60%;
}

.form-contact-i h4{
	text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    max-width: 330px;
    line-height: 24px;
    font-weight: 700;
}
.form-contact-i .person-form-s{
	display: flex;
    align-items: center;
	justify-content: center;
	margin: 12px auto  12px; 
}
.form-contact-i .person-form-s img{
	margin-right: 15px;
	width: 60px;
	height: 60px;
	object-fit: cover;
	object-position: center;
	border-radius: 100px;
}
.form-contact-i .person-form-s h5{
	line-height: 15px;
	margin: 0;
	font-size: 20px;
	font-weight: 600;
}

.form-contact-i .person-form-s h5 span{
	display: block;
	font-size: 12px;
	font-weight: 400;
}