@media(max-width:1366px) {
	#footer-info {
		min-width: inherit !important;
		height: auto;
	}
}

@media(max-width:1280px) {}

@media(max-width:1150px) {}

@media(max-width:1024px) {}

@media(max-width:900px) {
	#topheader div.divider{
		display:none;
	}
	* {
		box-sizing: border-box;
	}
	img {
		height: auto;
		width: auto;
		max-width: 100%;
	}
	
	#topnav,
	#topheader #top_content {
		display: none;
	}
	#topheader #centers_dropdown{
		display:none;
	}
	.mobile-header {
		display: block;
		position: fixed;
		background: #fff;
		z-index: 11;
		left: 0;
		top: 0;
		right: 0;
		height: 40px;
		border-bottom: solid 1px #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	}
	.mobile-header .logo {
		float: left;
		padding: 5px 10px;
		height: 30px;
	}
	.mobile-header .logo a {
		display: block;
		height: 30px;
	}
	.mobile-header .logo img {
		height: 30px;
	}
	.mobile-header .header-right {
		float: right;
		margin: 0;
		padding: 0;
	}
	.mobile-header .header-right li {
		list-style: none;
		float: left;
		border-left: solid 1px #cbcbcb;
	}
	.mobile-header .header-right li a {
		width: 40px;
		height: 40px;
		display: block;
		line-height: 40px;
	}
	.mobile-header .header-right li .search-form {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		height: 40px;
		display: none;
		background: #fff;
	}
	.mobile-header .header-right li .search-form form {
		padding-right: 50px;
		width: 100%;
	}
	.mobile-header .header-right li .search-form form input[type="text"] {
		background: none;
		height: 40px;
		padding: 10px;
		width: 100%;
		border: none;
		font-size: 16px;
		color: #808080cc;
	}
	.mobile-header .header-right li .search-form form input[type="submit"] {
		background: url('../images/top_submit.png') 0 0 no-repeat;
		position: absolute;
		right: 40px;
		top: 0px;
		height: 40px;
		width: 40px;
		border: none;
	}
	.mobile-header .header-right li .search-form .close-search-bar {
		position: absolute;
		right: 0;
		top: 0;
		height: 40px;
		width: 40px;
		text-align: center;
		line-height: 40px;
		color: #f00;
		cursor: pointer;
		text-decoration: navajowhite;
	}
	.mobile-header .header-right li.burger-menu {
		background: #67A13D;
		color: #fff;
	}
	#container {
		width: 100% !important;
		padding: 0px;
	}
	#topheader #top_banner {
		width: inherit;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 41px;
	}
	#leftcol .status-bar {
   
    display: none;
}
	.burger-menu {
		-webkit-transition: all ease-in-out .3s;
		-moz-transition: all ease-in-out .3s;
		transition: all ease-in-out .3s;
	}
	.burger-menu a .bar1,
	.burger-menu a .bar2,
	.burger-menu a .bar3 {
		width: 20px;
		height: 2px;
		transition: 0.4s;
		background: #FFFFFF;
		display: block;
	}
	.burger-menu a {
		cursor: pointer;
		display: block;
		padding: 10px;
	}
	.burger-menu a .bar2 {
		margin: 6px 0;
	}
	.show-menu .burger-menu a .bar1 {
		-webkit-transform: rotate(-52deg) translate(-9px, 4px);
		transform: rotate(-52deg) translate(-9px, 4px);
	}
	.show-menu .burger-menu a .bar2 {
		opacity: 0;
	}
	.show-menu .burger-menu a .bar3 {
		-webkit-transform: rotate(52deg) translate(-6px, -2px);
		transform: rotate(52deg) translate(-6px, -2px);
	}
	.search-btn-2 {
		top: 10px !important;
		right: 32px !important;
	}
	.searchbox-icon img {
		position: absolute;
		top: 10px;
		right: 50px;
	}
	#topheader #subnav {
		display: none;
	}
	.menu-sub-menu,
	.mobile-sub-menu {
		display: block;
		width:100%;
		margin:auto;
	}
	#data1, #data2, #data3, #mod1, #mod2 {
    width: inherit;
	}
	.disclaimer {
		width: 100%;
		height: auto;
		margin-left: 0 !important;
		margin-right: 0 !important;
		text-align: center;
		font-size: 14px !important;
		font-family: 'Open Sans' !important;
	}
	#content {
		width: 100% !important;
		padding: 10px;
		margin-top: 20px;
	}
	#test-wrap a#theory,
	#test-wrap a#practical {
		float: none;
		margin: auto;
		margin-bottom: 20px;
		max-width: 416px;
		height: 257px;
		background-size: 100% 257px;
		width: 100%;
	}
	#content #module-wrapper {
		text-align: center;
		height: auto;
	}
	#module-wrapper .mblock {
		float: none;
		display: inline-block;
		margin: 0 0 20px 0;
		width: 281px;
		height: 182px;
	}
	#module-wrapper a {
		height: 182px !important;
		width: 281px !important;
		text-align: left;
	}
	#module-wrapper a.help {
width: 98px !important;
height: 98px !important;
}
	#theoryform1 .grey-block input {
    width: 97% !important;
}
	#theoryform1 .clear-block input {
    width: 100% !important;
}
	.clear-block form#enquiry-form {
    margin: -20px;
    width: 100%;
}
	.clear-block form#enquiry-form input {
    height: 35px;
}
}

@media(max-width:850px) {
	
	#leftcol {
		width: 100%;
		margin: 0;
		padding: 0;
		display: block;
		clear: both;
	}
	#rightcol {
		width: 100%;
		float: left;
	}
	#leftcol a {
		width: 50% !important;
		text-align: center;
		float: left;
		margin: 20px auto !important;
	}
	#main-start .error {
		width: auto;
	}
	#rightcol #main-start {
		width: inherit;
		background-size: cover;
	}
	div.blog_content {
		padding: 20px 10px;
		width: auto;
	}
	#main-start .heading {
		width: auto;
	}
	#main-start p {
		width: auto;
		padding: 10px;
	}
	div#seo-pages, div#test-centres {
 
    width: 100%;
	}
	div#seo-pages a, div#test-centres a {
    width: inherit;
	margin: 0px 10px;
	}
	#main-start-bottom {
		width: auto;
		height: 51px;
		background-size: 100% auto;
		padding: 0px;
	}
	#faq-block {
		width: auto;
	}
	#main-start .heading {
		font-size: 18px;
		padding: 10px;
		margin: 0;
	}
	#main-start .heading h1 {
		font-size: 19px !important;
	}
	#faq-block a {
		width: 100%;
		margin: 8px -10px;
	}
	.answer {
		width: 100%;
		margin: 0 -10px;
		padding: 5px;
	}
	#main-start .content-pad {
		width: 100%;
		padding: 10px;
		padding: 10px;
	}
	.mobile-cta {
		display: block;
	}
	#leftcol a.prac-test,
	#leftcol a.callback {
		display: none;
	}
	#copyright {
		margin-bottom: 50px;
	}
	#main-start .clear-block {
		width: inherit;
		padding: 20px 10px 10px 30px;
	}
	#main-start .grey-block {
		width: auto;
	}
	.list-bottom {
		width: inherit !important;
		background-size: 100% auto;
	}
	#main-content {
		width: inherit;
	}
	.list-block {
		width: inherit;
		margin: 0;
		padding-bottom: 10px;
	}
	.theory-title {
		width: auto;
		font-size: 16px;
		float: none;
	}
	.listing-title {
		width: auto;
		font-size: 16px;
		font-weight: 600;
		padding: 10px 0px;
		clear: none;
	}
	#main-start a.start-now {
		width: inherit;
		margin: 0;
	}
	.books-image {
		width: auto;
	}
	#main-start .paypal {
		padding: 10px;
	}
	span.theory-title-nonebold {
		font-size: 20px;
	}
	#main-start label {
		width: auto;
	}
	div#address-right {
		width: auto;
	}
	div.quick_easy_link {
		width: auto !important;
	}
	#enquiry-form input[type="text"] {
		width: 100%;
	}
	#enquiry-form textarea {
		width: 100%;
	}
	.theory-titleblock {
		width: inherit;
	}
	.books-image {
		max-width: 100px;
		width: auto;
	}
	.theory-title {
		width: auto;
		font-size: 16px;
		float: none;
	}
	#checkout-holder {
		background-repeat: no-repeat;
		width: inherit;
		background-size: 100% auto;
	}
	#checkout-bottom {
		background-repeat: no-repeat;
		width: inherit;
		background-size: 100% auto;
	}
	span.theory-title-nonebold {
		font-size: 19px;
	}
	.list-content {
		width: auto;
		background-size: 100% auto;
		padding: 10px;
		float: none;
		margin: auto;
		margin-bottom: 0px;
	}
	.listing-textblock {
		width: auto;
	}
	.listing-content {
		width: inherit;
		float: none;
	}
	.listing-image {
		width: auto;
		margin: 0 10px 0px;
		height: auto !important;
	}
}

@media(max-width:800px) {
	div#text {
		width: 100% !important;
		font-size: 14px !important;
	}
	#social_twitter {
		width: 100% !important;
		text-align: center;
	}
}

@media(max-width:767px) {
	#footer-info .inner .half {
		width: 50% !important;
		margin: 0px;
	}
}

@media(max-width:600px) {}

@media(max-width:450px) {
	span.book-now {
		font-size: 16px;
		line-height: 28px;
	}
	.bold-big {
		font-size: 19px;
	}
	span.test-heading {
		font-size: 22px;
		top: 22px;
	}
	#copyright {
		padding: 15px 10px;
		font-size: 12px;
	}
}

@media(max-width:320px) {}