/**** Footer *****/	
.footer_two {
width:100%;
float:left;
background:#f6894e;
padding:0 0 0 0;
}

.footer_end {
float:left;
width:100%;
padding:1% 0 1% 0;
}
.copyright_content {
	color:  #ffffff;
	font-size:12px;
	width:52%;
font-family: 'Poppins', sans-serif;
	padding:0 0 0 0;
	float:left;
} 
.footer_end .disclimener  {
	color:  #ffffff;
	font-size:10px;
	width:100%;
font-family: 'Poppins', sans-serif;
	padding:5px 0 0 0;
	float:left;
} 

.design_content {
	float:right;
	width:16%;
	padding:0 0 0 0;
}
.design_content a{
	text-decoration: none;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
font-family: 'Poppins', sans-serif;
}
.design_content a:hover {
color:#0a0a0a;
}   

.priv_one {
	float:left;
	width:100%;
}
.priv_one a {
	color:  #ffffff;
	font-size:12px;
	width:100%;
font-family: 'Poppins', sans-serif;
	padding:0 0 0 0;
	float:left;
	font-weight:normal;
} 
.priv_one a:hover {
	color:#000000;
} 	

/**** Footer *****/	
@media only screen and (min-width:320px) {
.footer_two {
padding:0 0 12% 0;
}
.copyright_content {
	width:98%;
}  

.design_content {
	float:left;
	width:98%;
}
}

@media only screen and (min-width:320px) {
.footer_two {
padding:0 0 9% 0;
}
}

@media only screen and (min-width:720px) {
.copyright_content {
	width:55%;
}  
.design_content {
	float:right;
	width:30%;
}
}

@media only screen and (min-width:900px) {
.design_content {
	float:right;
	width:21%;
}
}
@media only screen and (min-width:990px) {
.design_content {
	float:right;
	width:17%;
}
.footer_two {
padding:0 0 0 0;
}
}