.web_contact_form {
    float: right; 
    width: 100%;
    padding-top:40px;
    padding-bottom:40px;
    background-color:#e6e6e6;
}
.web_contact_form_title_container {
    float: right; 
    width: 100%;
}
.web_contact_form_title_icon {
    float: right;
	width: 50px;
	margin-left:10px;
}
.web_contact_form_title {
    float: right;
	width: auto;
	font-size: 24px;
	text-decoration: none;
	line-height: 1.4em;
	direction:rtl;
	margin-top:13px
}
.parallax_form {
	float: right;
	width: 100%;
	position: relative;
	margin-top: 20px;
}
.parallax_field #name1 {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding-right: 10px;
	display: inline-block;
}
.parallax_field #name1:focus {
	color: #2C2D28 !important;
	border: 0px solid #2C2D28 !important;
	background-color: transparent;
}
.parallax_field #phone1 {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding-right: 10px;
}
.parallax_field #phone1:focus {
	color: #2C2D28 !important;
	border: 0px solid #2C2D28 !important;
	background-color: transparent;
}
.parallax_field #email1 {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding-right: 10px;
}
.parallax_field #email1:focus {
    color: #2C2D28;
	border: 0px solid #2C2D28 !important;
	background-color: transparent;
}
.parallax_field #subject1 {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding-right: 10px;
}
.parallax_field #subject1:focus {
	color: #2C2D28 !important;
	border: 0px solid #2C2D28 !important;
	background-color: transparent;
}
.parallax_field #datepicker {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding-right: 10px;
}
.parallax_field #datepicker:focus {
	color: #2C2D28 !important;
	border: 0px solid #2C2D28 !important;
	background-color: transparent;
}
.parallax_field #contactComments {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding-right: 10px;
	height: 170px;
	border-radius: 15px
}
.parallax_field #contactComments:focus {
	color: #2C2D28 !important;
	border: 0px solid #2C2D28 !important;
	background-color: transparent;
}
.parallax_checkbox_container {
	width: auto;
	float: right;
	display: block;
	margin-bottom: 0;
	margin-top: 10px;
	direction: rtl;
}
.parallax_checkbox {
	text-align: right;
	margin-left: 9px;
	float: right;
	width: 20px;
}
.parallax_checkbox_title {
	padding: 0px;
	text-align: right;
	margin-top: 2px;
	float: right;
	width: auto;
	margin-left: 0px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	direction: rtl;
}
.parallax_btn {
	width: 100%;
	float: none;
	font-size: 19px;
	font-weight: 400;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 9px;
	padding-bottom: 12px;
	margin-left: 0px;
	cursor: pointer;
	direction: rtl;
	box-sizing: border-box;
	color: #fff;
	background-color: #000;
	text-decoration:none;
	line-height:1.1em;
}
.parallax_btn:hover {
	color: #fff!important;
	background-color: #ea268e;
}
.parallax_btn:focus {
	color: #fff;
	background-color: #ea268e;
	color: #fff!important;
}
.parallax_all_fields_container {
	float:right;
	width:100%;
}
.parallax_all_fields_container input {
    border-top: 0px solid #000;
	border-right: 0px solid #000;
	border-left: 0px solid #000;
	border-bottom: 2px solid #000;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.parallax_field {
	float: right;
	margin-bottom: 20px;
}
.p_short {
	width: 48%;
}
.p_long {
	width: 100%;
}
.parallax_field_sep {
	float: right;
	width: 4%;
	height: 1px;
}
.parallax_btn_container {
	width: 100%;
	float: left;
	margin-top: 0px;
}
.parallax_right_fields {
	float: left;
	width: calc(50% - 10px);
}
.parallax_left_fields {
	float: right;
	width: calc(50% - 10px);
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.parallax_field {
	float: right;
	margin-bottom: 20px;
}
.p_short {
	width: 48%;
}
.p_long {
	width: 100%;
}
.parallax_field_sep {
	float: right;
	width: 4%;
	height: 1px;
}
.parallax_btn_container {
	width: 100%;
	float: left;
	margin-top: 0px;
}
.parallax_right_fields {
	float: left;
	width: calc(50% - 10px);
}
.parallax_left_fields {
	float: right;
	width: calc(50% - 10px);
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 481px) {
.parallax_field {
	float: right;
	margin-bottom: 20px;
}
.p_short {
	width: 48%;
}
.p_long {
	width: 100%;
}
.parallax_field_sep {
	float: right;
	width: 4%;
	height: 1px;
}
.parallax_btn_container {
	width: 100%;
	float: left;
	margin-top: 0px;
}
.parallax_right_fields {
	float: left;
	width: calc(50% - 10px);
}
.parallax_left_fields {
	float: right;
	width: calc(50% - 10px);
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:480px) and (min-width:319px) {
.web_contact_form {
    float: right; 
    width: 100%;
    padding-top: 20px;
    padding-bottom:20px;
    background-color:#e6e6e6;
}
.web_contact_form_title {
    float: right;
	width: auto;
	font-size: 19px;
	text-decoration: none;
	line-height: 1.4em;
	direction:rtl;
	margin-top:11px
}
.web_contact_form_title_icon {
    float: right;
	width: 40px;
	margin-left:10px;
}
.parallax_field {
	float: right;
	margin-bottom: 20px;
}
.p_short {
	width: 100%;
}
.p_long {
	width: 100%;
}
.parallax_field_sep {
	float: right;
	width: 0;
	height: 0px;
}
.parallax_btn_container {
	width: 100%;
	float: left;
	margin-top: 0px;
}
.parallax_right_fields {
	float: left;
	width: 100%;
}
.parallax_left_fields {
	float: right;
	width: 100%;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.web_contact_form {
    float: right; 
    width: 100%;
    padding-top: 20px;
    padding-bottom:20px;
    background-color:#e6e6e6;
}
.web_contact_form_title {
    float: right;
	width: auto;
	font-size: 19px;
	text-decoration: none;
	line-height: 1.4em;
	direction:rtl;
	margin-top:11px
}
.web_contact_form_title_icon {
    float: right;
	width: 40px;
	margin-left:10px;
}
.parallax_field {
	float: right;
	margin-bottom: 20px;
}
.p_short {
	width: 100%;
}
.p_long {
	width: 100%;
}
.parallax_field_sep {
	float: right;
	width: 0;
	height: 0px;
}
.parallax_btn_container {
	width: 100%;
	float: left;
	margin-top: 0px;
}
.parallax_right_fields {
	float: left;
	width: 100%;
}
.parallax_left_fields {
	float: right;
	width: 100%;
}
}
