/*@media only screen and (max-width: 440px) {
	#newsletter_input {
		width: 100%;
		border-radius: 30px;
		background-color: #e8ebee;
		color: #517690;

	}
	
	#newsletter_input::placeholder {
		color: #517690;
		font-weight: 400;
	}	
	#newsletter_input_div {
		position: relative;
		margin: 0;
		width: 100%;
		display: block;
		padding: 0 20px;
		height: 40px;
	}
}
@media only screen and (min-width: 440px) {
	#newsletter_input {
		width: 100%;
  		height: 40px;
		border-radius: 30px;
		background-color: #e8ebee;
		color: #517690;	
	}
	
	#newsletter_input::placeholder {
		color: #517690;
		font-weight: 400;
	}	
	
	#newsletter_input_div {
		position: relative;
		margin: 0;
		width: 100%;
		display: block;
		padding: 0 50px 20px;		
	}
}

@media only screen and (min-width: 625px) {
	#newsletter_input {
		width: 100%;
  		height: 40px;
		border-radius: 30px;
		background-color: #e8ebee;
		color: #517690;
	}
	
	#newsletter_input::placeholder {
		color: #517690;
		font-weight: 400;
	}		
	
	#newsletter_input_div {
		position: relative;
		margin: 0;
		width: 100%;
		display: block;
		padding: 0 100px 20px;
		
	}
}

@media only screen and (max-width: 768px) {
	#newsletter_input {
		width: 100%;
  		height: 40px;
		border-radius: 30px;
		background-color: #e8ebee;
		color: #517690;
	}
	
	#newsletter_input::placeholder {
		color: #517690;
		font-weight: 400;
	}		
	
	#newsletter_input_div {
		position: relative;
		margin: 0;
		width: 100%;
		display: block;
		padding: 0 100px 20px;
		
	}
}

@media only screen and (min-width: 768px) {
	#newsletter_input {
		width: 250px;
	}
	
	#newsletter_input_div {
		position: relative;
		margin: 0 auto 20px;
		width: 250px;
		display: inline-block;
	}
}

@media only screen and (min-width: 1024px){
	#newsletter_input {
		width: 250px;
	}
	
	#newsletter_input_div {
		position: relative;
		margin: 0 auto 20px;
		width: 250px;
		display: inline-block;
	}
}
@media only screen and (min-width: 1250px){
	#newsletter_input {
		width: 250px;
	}

	#newsletter_input_div {
		position: relative;
		margin: 0 auto 20px;
		width: 250px;
		display: inline-block;
	}
}
@media only screen and (min-width: 1400px){
	#newsletter_input {
		width: 250px;
	}

	#newsletter_input_div {
		position: relative;
		margin: 0 auto 20px;
		width: 250px;
		display: inline-block;
	}
}*/

#newsletter_input {
	width: 100%;
	height: 40px;
	border-radius: 30px;
	background-color: #e8ebee;
	color: #517690;
}

#newsletter_input::placeholder {
	color: #517690;
	font-weight: 400;
}		

#newsletter_input_div {
	position: relative;
	margin: 0;
	width: 100%;
	display: block;
	padding: 0 10% 20px;

}

#newsletter_button{
	display: none;
}

.app_heading {
		margin-top: 30px;
	}



/*
	.home_icon_for_xs {
		width: 50%; 
		margin-bottom: 30px;
		padding-right: 10px;
	}*/

/* <> */
	body,
	input,
	textarea,
	select,
	p {
		font-size: 14px;
	}

	section {
		padding: 20px 0 40px;
	}
	
	.from_editor_div img {
		width: 100% !important;
	}
/* <> */

/* # */
	.content_div,
	footer #top_div,
	footer #bottom_div {
		width: 100%;
	}

	footer #created_by_div {
		text-align: center;
	}
	
	footer #copyright_div {
		text-align: center;
	}
	
	footer #contact_info_div {
		height: auto;
		text-align: center;
	}
	
	footer .social_icons {
		text-align: center;
		width: 100%;
		padding: 30px 0 0;
	}
	
	header #logo_m_a {
		margin: 9px auto;
	}
	
	header #social_icons {
		text-align: right;
		margin: 0;
	}
                
	#coming_soon_page_div h1 {
		font-size: 40px;
	}
	
	#coming_soon_page_div h3 {
		font-size: 30px;
	}
	
	#cooming_soon_pages_text_block_div .icon_img {
		width: 80px; 
		margin: auto;
	}
	
	#cooming_soon_pages_text_block_div .hand_img {
		width: 240px; 
		margin: auto;
	}

	#pages_text_block_div h1,
	#home_pages_text_block_div h1 {
		font-size: 40px;
	}

	#pages_text_block_div h3,
	#home_pages_text_block_div h3 {
		font-size: 24px;
	}
	

/*	#newsletter_input_div {
		position: relative;
		margin: 0 auto 20px;
		width: 250px;
		display: inline-block;
	}*/

/*	#newsletter_input {
		width: 250px;
	}*/
/* # */

/* . */
	.header_shadow {
		background: linear-gradient(to bottom, #1c3c6d 0%, transparent 100%);
	}
	
	.only_for_lg,
	.only_for_lg_lp,
	.only_for_lg_lp_md,
	.only_for_lg_lp_md_sm {
		display: none;
	}
	
	.only_for_lg_lp_md_sm_xs {
		display: block;
	}
	
	.only_for_lp,
	.only_for_lp_md,
	.only_for_lp_md_sm {
		display: none;
	}
	
	.only_for_lp_md_sm_xs {
		display: block;
	}
	
	.only_for_md,
	.only_for_md_sm {
		display: none;
	}
	
	.only_for_md_sm_xs {
		display: block;
	}
	
	.only_for_sm {
		display: none;
	}
	
	.only_for_sm_xs {
		display: block;
	}
	
	.only_for_xs {
		display: block;
	}
	
	.not_for_lg,
	.not_for_lg_lp,
	.not_for_lg_lp_md,
	.not_for_lg_lp_md_sm {
		display: block;
	}
	
	.not_for_lg_lp_md_sm_xs {
		display: none;
	}
	
	.not_for_lp,
	.not_for_lp_md,
	.not_for_lp_md_sm {
		display: block;
	}
	
	.not_for_lp_md_sm_xs {
		display: none;
	}
	
	.not_for_md,
	.not_for_md_sm {
		display: block;
	}
	
	.not_for_md_sm_xs {
		display: none;
	}
	
	.not_for_sm {
		display: block;
	}
	
	.not_for_sm_xs {
		display: none;
	}
	
	.not_for_xs {
		display: none;
	}

	.test_faq {
		display: block;
		width: 100%;
	    margin: 20px auto auto auto;
	}

	
	 .lg_0,
	 .sm_0,
	 .md_0,
	 .lp_0 {
		  display: block;
	 }

	 .xs_0 {
		  display: none;
	 }
/* . */
	.header_custom_background {
		background-color: #f5f5f5;
	}