.page-contact{
	background: white;
	padding: 30px 0;
}
.contact-form {
    margin-bottom: 20px;
}

.contact-form .form {}

.contact-form .form p {
    margin: 0 0 10px;
    font-size: 15px;
}

.contact-form .form input {
    font-size: 14px;
    color: #333333;
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 0px;
    height: 35px;
    padding: 0 15px;
    margin-bottom: 15px;
    outline: 0;
}

.contact-form .form textarea {
    font-size: 14px;
    color: #333333;
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 15px;
    outline: 0;
}

.contact-form .form button {
    font-size: 14px;
    color: #fff;
    background: linear-gradient(110deg, #126431 0%, #49AD36 100%);
    border: none;
    height: 35px;
    width: 150px;
    border-radius: 0px;
    cursor: pointer;
    outline: 0;
}
.address_in {
	font-size: 15px;
	line-height: 1.5;
	padding-left: 20px;
}
.address_in ul li {
	padding-bottom: 5px;
	font-size: 15px;
	list-style: disc !important;
	margin-left: 20px;
}
.address_in ul li i {
	margin-right: 5px;
}
.address_in p {
	margin: 0;
	padding: 0 0 5px 0;
}
.address_in iframe {
	width: 100%;
	height: 200px;
}

