@charset "utf-8";

/* CSS Document */

@media screen and (min-width : 761px) and (max-width : 960px) {
.wrapper {
	width: 98%;
	margin: 0 auto;
}
.top_header .vfs_logo {
	float: left;
}
.top_header .vfs_logo img {
	width: 130px;
}
.top_header .region_flag_wrapper {
	margin-top: 45px;
}
.heading_wrapper {
	margin: 0px auto;
	padding: 5px 5px 25px 5px;
}
.heading_wrapper .heading {
	font-size: 28px;
	margin-top: 10px;
}
.heading_wrapper .sub_heading {
	font-size: 16px;
}
/*new*/

.country_Wrapper ul.country_list li .country_name {
	font-size: 13px;
}
.country_Wrapper ul.country_list li .image_wrapper a img {
	width: 50px;
}
.outer_country_wrapper {
	padding-bottom: 40px;
}
/*End new*/
.footer {
	padding: 7px 5px;
}
.footer .footer_content {
	width: 100%;
}
}

@media screen and (min-width : 100px) and (max-width : 760px) {
body {
	font-size: 12px;
}
.wrapper {
	width: auto;
	margin: 0 auto;
}
.top_header .vfs_logo {
	text-align: center;
	float: none;
	margin-bottom: 10px;
}
.top_header .vfs_logo img {
	width: 130px;
}
.top_header .region_flag_wrapper {
	float: none;
	margin-top: 0px;
}
.top_header .region_flag_wrapper .region_heading {
	float: none;
	text-align: center;
	font-size: 16px;
}
.top_header .region_flag_wrapper .flag {
	margin: 10px 14px;
	float: none;
	text-align: center;
}
.heading_wrapper {
	margin: 0px auto;
	padding: 5px 5px 20px 5px;
}
.heading_wrapper .heading {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 10px;
}
.heading_wrapper .sub_heading {
	font-size: 13px;
}
.outer_country_wrapper {
	padding-bottom: 35px;
}
.country_Wrapper {
	margin-top: 30px;
}
.country_Wrapper ul.country_list li {
	width: 100px;
}
.country_Wrapper ul.country_list li .country_name {
	font-size: 12px;
}
.country_Wrapper ul.country_list li .image_wrapper a img {
	width: 40px;
}
.footer {
	padding: 7px 5px;
}
.footer .footer_content {
	width: 100%;
}
}
