.footer_section {
    float: right;
    width: 100%;
    position: relative
}
.footer_back_color {
    float: right;
    width: 100%;
    position: relative;
}
.footer_form {
	width: 100%;
	max-width: 100%;
	margin:auto;
	z-index:1;
	position:relative;
}
.footer_form_title {
	width: 100%;
	float: right;
	font-family: 'Futurism', sans-serif;
	direction: ltr;
	text-align:center;
}
.footer_form_text {
	width: 100%;
	float: right;
	font-family: 'Futurism', sans-serif;
	direction: ltr;
	text-align:center;
	margin-bottom:10px
}
.footer_media {
	width: 100%;
	float: right;
	direction: ltr;
	align-items: center;
	display: flex;
	margin-top:50px;
	flex-wrap: nowrap;
	justify-content: center;
}
.footer_media_icon {
	width: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.footer_media_icon i {
	font-size:20px;
}
.footer_fields {
	float: right;
	width: 100%;
}

.footer_form_short_field {
	float: left;
}
.footer_form_long_field {
	float: right;
	width: 100%;
	margin-bottom: 5%;
}
.footer_form input {
	width: 100%;
	height:40px;
	float: right;
	font-size: 17px;
	direction: ltr;
	box-sizing: border-box;
	display: inline-block;
	background-color: #fff;
	border: 0;
	color: #000;
	font-family: 'Futurism', sans-serif;
	font-weight:400;
	border-radius:7px;
	padding: 0 7px;
}
.footer_form input:focus {
    background-color: #f9f9f9;
}
.footer_form select {
	width: 100%;
	height:40px;
	float: right;
	font-size: 17px;
	direction: ltr;
	box-sizing: border-box;
	display: inline-block;
	background-color: #fff;
	border: 0;
	color: #000;
	font-family: 'Futurism', sans-serif;
	font-weight:400;
	border-radius:7px;
	padding: 0 7px;
}
.footer_form textarea {
	width: 100%;
	height:40px;
	float: right;
	font-size: 17px;
	direction: ltr;
	box-sizing: border-box;
	display: inline-block;
	background-color: #fff;
	border: 0;
	color: #000!important;
	font-family: 'Futurism', sans-serif;
	font-weight:400;
	border-radius:7px;
	padding: 10px 7px;
	min-height:70px;
	text-align:left;
}
.footer_form_checkbox_container {
	width: auto;
	float: left;
	margin-top: 10px;
	direction: ltr;
}
.footer_form_checkbox {
	float: left;
	width: 20px;
	text-align: right;
	margin-right: 15px;
}
.footer_form input[type="checkbox:focus"], input[type=checkbox], input[type=radio] {
	width: 20px;
	height:20px;
}
.footer_form_checkbox_title {
	float: right;
	width: auto;
	text-align: right;	
	font-size: 16px;
	font-weight: 400;
	direction: ltr;
	line-height:1.3em;
	color:#939393;
}
.footer_form_send_btn {
	width: 120px;
	float: right;
	margin-top: 0px;
}
.footer_form_btn {
	float: left;
	line-height: 1em !important;
	font-size: 18px !important;
	font-weight: 400;
	width: 100%;
	text-align: center;
	cursor: pointer !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	border:0;
	border: 1px solid #81fba6 !important;
	color: #000;
	background-color: #81fba6 !important;
	font-family: 'Futurism', sans-serif;
}
.footer_form_btn:hover {
	background-color: #d7eaf9 !important;
	color: #000;
	border: 1px solid #d7eaf9 !important;
}
.footer_form_btn:focus {
	float: left;
	line-height: 1em !important;
	font-size: 18px !important;
	font-weight: 400;
	width: 100%;
	text-align: center;
	cursor: pointer !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	border:0;
	border: 1px solid #81fba6 !important;
	color: #000;
	background-color: #81fba6 !important;
	font-family: 'Futurism', sans-serif;
}
.progress_div_with_gif img {
	height: 50px;
	width: 50px;
	top: calc(100% - 120px);
	left:0;
	position:relative
}

.sub_footer_section {
    width: 100%;
    float: right;
    padding-bottom: 30px;
    padding-top: 20px;
    position: absolute;
	z-index:1;
	bottom:0;
}

.sub_footer_text {
    float: right;
    width: 100%;
    position: relative;
    direction: ltr
}

.sub_footer_credit_icon {
    float: left;
    width: 100%;
    height: 25px;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    text-align: center
}

.sub_footer_logo {
    float: left;
    width: 120px;
    margin-top: 5px
}

.sub_footer_media_icons_container {
    float: left;
    width: auto;
    margin-top: 5px;
    display: none
}

.sub_footer_media_icon i {
    margin-left: 0!important;
    margin-right: 10px!important;
    font-size: 24px
}
.footer_img {
	bottom: 0px;
	width:50%;
	position: absolute;
	z-index: 0;
    left: 50%;
    transform: translateX(-50%);
	opacity:0.8
}
@media (min-width: 1438px) {
.footer_back_color {
    padding-top:200px;
    padding-bottom: 200px
}
.footer_form_short_field {
	width: 49%;
	margin-bottom: 3%;
	margin-right: 2%;
}
.footer_form_short_field:nth-of-type(2n) {
	margin-right: 0;
}
.footer_form_fields {
	float: right;
	width: 700px;
	margin-right:calc(50% - 350px);
	margin-left:calc(50% - 350px);
	margin-top:50px;
	margin-bottom:70px
}
}
@media (max-width: 1439px) and (min-width:769px) {
.footer_back_color {
    padding-top:80px;
    padding-bottom: 80px
}
.footer_form_short_field {
	width: 49%;
	margin-bottom: 3%;
	margin-left: 2%;
}
.footer_form_short_field:nth-of-type(2n) {
	margin-left: 0;
}
.footer_form_fields {
	float: right;
	width: 700px;
	margin-right:calc(50% - 350px);
	margin-left:calc(50% - 350px);
	margin-top:50px;
	margin-bottom:70px
}
}
@media (max-width: 768px) and (min-width:319px) {
.footer_back_color {
    padding-top:30px;
    padding-bottom: 50px
}
.footer_form_short_field {
	width: 100%;
	margin-bottom: 5%;
	margin-left: 0;
}
.footer_form_short_field:nth-of-type(2n) {
	margin-left: 0;
}
.footer_form_fields {
	float: right;
	width: 100%;
	margin-right:0;
	margin-left:0;
	margin-top:30px;
	margin-bottom:20px
}
.footer_media {
	margin-top:20px;
}
}

@media (max-width: 320px) {
.footer_back_color {
    padding-top:30px;
    padding-bottom: 50px
}
.footer_form_short_field {
	width: 100%;
	margin-bottom: 5%;
	margin-left: 0;
}
.footer_form_short_field:nth-of-type(2n) {
	margin-left: 0;
}
.footer_form_fields {
	float: right;
	width: 100%;
	margin-right:0;
	margin-left:0;
	margin-top:30px;
	margin-bottom:20px
}
	.footer_media {
	margin-top:20px;
}
}
