.newsletter_btn {
	float: right;
	width: 100%;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	color: #000 !important;
	/* background: linear-gradient( to left, #3e4fa9, #62b8bf ); */
	border: 0px;
	padding-top: 14px!important;
	padding-bottom: 13px!important;
	line-height: 1em;
	border-radius: 4px;
	font-family: 'almoni-neue', sans-serif;
	background-color:#d6be79;
}
.newsletter_btn:hover {
	color: #fff !important;
	/* background: linear-gradient( to right, #3e4fa9, #62b8bf ); */
	background-color:#d6be79
}
.newsletter_btn:focus {
	float: right;
	width: 100%;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	color: #000 !important;
	/* background: linear-gradient( to left, #3e4fa9, #62b8bf ); */
	border: 0px;
	padding-top: 14px!important;
	padding-bottom: 13px!important;
	line-height: 1em;
	border-radius: 4px;
	font-family: 'almoni-neue', sans-serif;
	background-color:#d6be79;
}
.newsletter_form_field input {
	float: right;
	width: 100%;
	padding: 9px 10px 9px 7px;
	font-weight: 400;
	line-height: 1em;
	text-align: right;
	direction:rtl;
	font-size: 17px;
	color: #000;
	background-color:#fff;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.newsletter_form_field select {
	float: right;
	width: 100%;
	padding: 10px 7px 10px 7px;
	font-weight: 400;
	line-height: 1em;
	text-align: right;
	direction:rtl;
	font-size: 17px;
	color: #000;
	background-color:#fff;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.newsletter_form_icon {
	float: right;
	width: 50px;
	margin-left:calc(50% - 25px);
	margin-right:calc(50% - 25px);
	margin-bottom: 20px;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media (min-width: 1438px) {
.newsletter_form_section {
	float: right;
	width: 100%;
	padding-top:80px
}
.newsletter_grid {
	float: right;
	width:100%;
}
.newsletter_form_title {
    width: 100%;
    float: right;
	direction:rtl;
	margin-bottom:10px
}
.newsletter_form_sub_title {
    width: 100%;
    float: right;
	text-decoration: none;
	line-height: 1.4em;
	direction:rtl;
	margin-bottom:10px
}
.newsletter_form_field {
	float: right;
	width: calc(25% - 15px);
	margin-left:15px
}
.newsletter_form {
	float: right;
	width:100%;
	position:relative;
	padding-top: 40px;
	padding-bottom: 50px;
	margin-top:40px;
}
.newsletter_form_fields {
	float: right;
	width: calc(100% - 100px);
}
.newsletter_btn_container {
	float: right;
	width: 100px;
}
.newsletter_icons {
    width: 100%;
    float: right;
    background-color: #fff;
    padding-top:30px;
    padding-bottom: 40px;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.newsletter_form_section {
	float: right;
	width: 100%;
	padding-top: 60px
}
.newsletter_grid {
	float: right;
	width:100%;
}
.newsletter_form_title {
    width: 100%;
    float: right;
	direction:rtl;
	margin-bottom:10px
}
.newsletter_form_sub_title {
    width: 100%;
    float: right;
	text-decoration: none;
	line-height: 1.4em;
	direction:rtl;
	margin-bottom:10px
}
.newsletter_form_field {
	float: right;
	width: calc(25% - 15px);
	margin-left:15px
}
.newsletter_form {
	float: right;
	width:100%;
	position:relative;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top:30px;
}
.newsletter_form_fields {
	float: right;
	width: calc(100% - 100px);
}
.newsletter_btn_container {
	float: right;
	width: 100px;
}
.newsletter_icons {
    width: 100%;
    float: right;
    background-color: #fff;
    padding-top:30px;
    padding-bottom: 40px;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 481px) {
.newsletter_form_section {
	float: right;
	width: 100%;
	padding-top:80px
}
.newsletter_grid {
	float: right;
	width:100%;
}
.newsletter_form_title {
    width: 100%;
    float: right;
	direction:rtl;
	margin-bottom:10px
}
.newsletter_form_sub_title {
    width: 100%;
    float: right;
	text-decoration: none;
	line-height: 1.4em;
	direction:rtl;
	margin-bottom:10px
}
.newsletter_form_field {
	float: right;
	width: calc(50% - 15px);
	margin-left:15px;
	margin-bottom:15px;
}
.newsletter_form {
	float: right;
	width:100%;
	position:relative;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top:80px;
}
.newsletter_form_fields {
	float: right;
	width: calc(100% - 100px);
}
.newsletter_btn_container {
	float: right;
	width: 100px;
}
.newsletter_icons {
    width: 100%;
    float: right;
    background-color: #fff;
    padding-top:30px;
    padding-bottom: 40px;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.newsletter_form_section {
	float: right;
	width: 100%;
	padding:30px 10px 10px 10px;
	box-sizing:border-box;
}
.newsletter_grid {
	float: right;
	width:100%;
}
.newsletter_form_title {
    width: 100%;
    float: right;
	direction:rtl;
	margin-bottom:10px
}
.newsletter_form_sub_title {
    width: 100%;
    float: right;
	text-decoration: none;
	line-height: 1.4em;
	direction:rtl;
	margin-bottom:10px
}
.newsletter_form_field {
	float: right;
	width: 100%;
	margin-bottom:15px;
}
.newsletter_form {
	float: right;
	width:100%;
	position:relative;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top:10px;
}
.newsletter_form_fields {
	float: right;
	width: 100%;
}
.newsletter_btn_container {
	float: right;
	width: 100%;
}
.newsletter_icons {
    width: 100%;
    float: right;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.newsletter_form_section {
	float: right;
	width: 100%;
	padding:30px 10px 10px 10px;
	box-sizing:border-box;
}
.newsletter_grid {
	float: right;
	width:100%;
}
.newsletter_form_title {
    width: 100%;
    float: right;
	direction:rtl;
	margin-bottom:10px
}
.newsletter_form_sub_title {
    width: 100%;
    float: right;
	text-decoration: none;
	line-height: 1.4em;
	direction:rtl;
	margin-bottom:10px
}
.newsletter_form_field {
	float: right;
	width: 100%;
	margin-bottom:15px;
}
.newsletter_form {
	float: right;
	width:100%;
	position:relative;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top:10px;
}
.newsletter_form_fields {
	float: right;
	width: 100%;
}
.newsletter_btn_container {
	float: right;
	width: 100%;
}
.newsletter_icons {
    width: 100%;
    float: right;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
}