.newsletter{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.70);
	z-index: 1000;
	position: fixed;
	transition: 0.3s;
	display: none;
}
.close{
	display: none;
}
.news_modal{
	display: inline-block;
	position: fixed;
	width: 60%;
	height: 60%;
	left: 50%;
	top: 50%;
	padding: 20px;
	transform: translate(-50%, -50%);
	background: rgba(249,255,189,1.00);
	border-radius: 15px;
	-webkit-box-shadow: 10px 10px 151px -19px rgba(0,0,0,0.51);
	-moz-box-shadow: 10px 10px 151px -19px rgba(0,0,0,0.51);
	box-shadow: 10px 10px 151px -19px rgba(0,0,0,0.51);
}
.close_icon{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	background-image: url(../images/icons/close_red.png);
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}
.news_letter{
	font-size: 2em;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	color: rgba(255,62,65,1.00);
	text-align: center;
	margin-top: 10%;
	font-weight: 600;
}
#n_email{
	width: 45%;
	height: 35px;
	border-style: none;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.78);
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	margin-top: 30px;
	background-color: transparent;
	transition: 0.3s;
	padding: 2px 10px;
	color:rgba(255,56,59,1.00);
	font-size: 14px;
	font-weight: 520;
	text-align: center;
}
#n_email:focus, #n_email:active{
	width: 50%;
	border-bottom: 1px solid rgba(255,53,56,1.00);
}
#n_submit{
	font-size: 16px;
	padding: 10px 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 80px;
	background: rgba(255,84,86,1.00);
	border-style: none;
	border-radius: 10px;
	color: rgba(255,255,255,1.00);
	transition: 0.3s;
	cursor: pointer;
}
#n_submit:hover, #n_submit:focus, #n_submit:active{
	background:rgba(220,59,62,1.00);
	margin-top: 75px;
}
/*FOTTER SUBSCRIBE*/
/*FOTTER SUBSCRIBE*/
/*FOTTER SUBSCRIBE*/
.f_sub_sec{	
	float: right;
	width: 30%;
	right: 15%;
	margin-top: -130px;
}

.subscribe_form p{
	color: #64B5F6;
	margin-bottom: 10px;
}
.user_email_id{
	border-style: none;
	height: 30px;
	background:rgba(138,199,255,0.37);
	border-radius: 5px;
	padding: 5px 20px;
	float: left;
	color: aliceblue;
}
input.user_email_id::-webkit-input-placeholder {
color: rgba(255,255,255,0.74);
}
 
input.user_email_id:-moz-placeholder { /* Firefox 18- */
color: rgba(255,255,255,0.74);
}
 
input.user_email_id::-moz-placeholder {  /* Firefox 19+ */
color: rgba(255,255,255,0.74); 
}
 
input.user_email_id:-ms-input-placeholder {  
color: rgba(255,255,255,0.74); 
}
.submit_email{
	margin-left: -20px;
	height: 40px;
	width: 40px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: rgba(184,205,255,0.96);
	border-style: none;
	cursor: pointer;
	color: darkslategrey;
}
/*FOTTER SUBSCRIBE*/
/*FOTTER SUBSCRIBE*/

/*SEARCH DESIGN*/
/*SEARCH DESIGN*/
/*SEARCH DESIGN*/
.h_search{
	display: inline-block;
	position: absolute;
	width: 300px;
	height: 30px;
	right: 5%;
	top: 0;
	transform: translateY(50%);
}
.h_search_text{
	width: 80%;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5%;
	padding-right: 15%;
	color:rgba(0,0,0,0.89);
	background: rgba(255,255,255,0.95);
	border-style: none;
	border-radius: 5px;
}
.h_search_icon{
	width: 25px;
	height: 25px;
	position: absolute;
	right: 10px;
	top: 2.5px;
	background-image:url(../images/icons/search.png);
	z-index: 100;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}
.h_search_icon_res{
	display: none;
}
/*SEARCH DESIGN*/
/*SEARCH DESIGN*/

/*MEDIA QUERY STARTS*/
/*MEDIA QUERY STARTS*/
/*MEDIA QUERY STARTS*/
/*MEDIA QUERY STARTS*/
/*MEDIA QUERY STARTS*/
/*MEDIA QUERY STARTS*/
/*MEDIA QUERY STARTS*/
/*MEDIA QUERY STARTS*/
/*MEDIA QUERY STARTS*/
/*MEDIA QUERY STARTS*/
/*MEDIA QUERY STARTS*/
/*MEDIA QUERY STARTS*/
/*MEDIA QUERY STARTS*/
@media screen and (max-width:1200px){
	.f_sub_sec{
		float: left;
		clear: both;
		width: 100%;
		right: auto;
		margin-top: 30px;
		padding-bottom: 50px;
		background: #000713;
	}
	.subscribe_form{
		margin-left: 30px;
	}
	.clear{
		clear: both;
	}
}
@media screen and (max-width:960px){
	/*SEARCH DESIGN*/
	/*SEARCH DESIGN*/
	/*SEARCH DESIGN*/
	.h_search{
		position:static;
		width: 90%;
		height: 30px;
		background: #0D2852;
		padding: 10px 5%;
	}
	.display_none{
		display: none;
	}
	.h_search_text{
		position: absolute;
		width: 83%;
		height: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 2%;
		padding-right: 5%;
		margin-top: -20px;
	}
	.h_search_icon{
		width: 25px;
		height: 25px;
		position: absolute;
		right: 6%;
		top: -8px;
	}
	.h_search_icon_res{
		display: block;			
		width: 30px;
		height: 30px;
		position: absolute;
		right: 30px;
		top: 0;
		transform: translateY(50%);
		background-image:url(../images/icons/search_white.png);
		z-index: 100;
		background-size: contain;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	/*SEARCH DESIGN*/
	/*SEARCH DESIGN*/
}
@media screen and (max-width:768px){
	.news_modal{
		width: 80%;
		height: 40%;
	}
}
@media screen and (max-width:480px){
	.news_letter{
		font-size: 1em;
		margin-top: 50px;
	}
	.h_search_icon_res{	
		width: 25px;
		height: 25px;		
		transform: translateY(60%);
		right: 20px;
	}
}
@media screen and (max-width:360px){
	.news_letter{
		font-size: 0.7em;
		margin-top: 10px;
	}
	#n_email{
		margin-top: 15px;
		font-size: 10px;
		padding: 1px 5px;
	}
	#n_submit{
		margin-top: 30px;
		font-size: 12px;
	}
	.close_icon{
		width: 15px;
		height: 15px;
		right: 5px;
		top: 5px;
	}
	.h_search_icon_res{	
		width: 23px;
		height: 23px;		
		transform: translateY(75%);
		right: 20px;
	}
}