@charset "UTF-8";
/* CSS Document */

/*
Dark GOld #b17630
Mid Gold #c69b54
Light Gold #f0e19c
Black #000000

New Lighter Blue #0021b3
Gold #b17630


New Dark Blue #002173
New Gold #b17630
Second Gold #B99356
font-family: "Open Sans", sans-serif;



-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);

For background  
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#000000));

For text 
background: -webkit-linear-gradient(#ffffff, #000000);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;


*/

html {
	scroll-behavior: smooth;
}

html.sr .load-hidden {
    visibility: hidden;
}

body {
	background: #ffffff;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: "Open Sans", sans-serif;
}

img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}

a img {
	border: none;	
}

a:focus {
	outline: none;
}	

hr {
	border: none;
	border-top: 1px solid #000000;	
	margin: 25px 0 25px 0;
}

hr.dotted {
	border: none;
	border-top: 2px dotted #ff9aca;	
	margin: 20px 0 20px 0;
}


/*Top Bar*/


#topBarBackground {
	float: left;
	width: 100%;
	background: -webkit-gradient(linear, left top, right bottom, from(#b17630), to(#f0e19c));
	height: 10px;
}

#topBar {
	margin: 0 auto;
	width: 1400px;	
	box-sizing: border-box;
}

#topBar p {
	color: #000000;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 25px;
}

#topBar p a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#topBar p a:hover {
	color: #000000;
	text-decoration: underline;
}

#topBar ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

#topBar li {
	color: white;
	font-size: 100%;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
}

#topBar li a {
	color: white;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}

#topBar li a:hover {
	color: white;
	text-decoration: underline;
}

#topBar i.fas {
	color: #000000;
	font-size: 120%;
}

#topBar p a i.fab {
	color: #000000;
	font-size: 150% !important;
}

#topBar p a i.fab:hover {
	color: #000000;
}

#topBar p a i.fas {
	color: #000000;
	font-size: 150% !important;
}

#topBar p a i.fas:hover {
	color: #000000;
}


#topBar p.topEmail {
	float: left;
}

#topBar p.topPhone {
	float: right;
}


/*Header*/

#headerBackground {
	float: left;
	width: 100%;	
	background-color: #002173;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.25);
}

header {
	margin: 0 auto;
	width: 1400px;	
	box-sizing: border-box;
}

#leftNav {
	float: left;
	width: 30%;
	margin-top: 110px;
}

#rightNav {
	float: right;
	width: 30%;
	margin-top: 110px;
}

#logo { 
	float: left;
	width: 40%;
	margin: 10px 0 10px 0;
}

#logo img { 
	max-width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#logo:hover {
	cursor: pointer;	
	opacity: .9;
}

/*Contact Area*/

#contactHeader {
	float: right;
	margin-top: 35px;
	text-align: right;
}

#contactHeader h2 {
	font-size: 120% !important;
	color: white !important;
	margin: 0 0 10px 0;
	padding: 0;
}

#contactHeader h2 span {
	border-bottom: 1px solid white;
}


#contactHeader ul {
	float: right;
	padding: 0;
	margin: 0 0 10px 0;
	list-style-type: none;
}

#contactHeader li {
	color: white !important;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#contactHeader li.phone {
	font-size: 190%;
	font-weight: bold;
}

#contactHeader li.email {
	font-size: 105%;
	font-weight: bold;
}

/*
#contactHeader li.phone span {
	font-size: 55% !important;
}
*/
#contactHeader li i.fas {
	color: #ffffff;
}
#contactHeader li a {
	color: white;
	text-decoration: none;
}

#contactHeader li a:hover {
	color:white;
	text-decoration: underline;
}

#contactHeader p a {
	background-color: #000000;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
}

#contactHeader p i.fas {
	color: #000000;
}




/*Background Wrapper*/

#topMainWrapper {
	float: left;
	width: 100%;
	height: 800px;
	background: url("images/fry-oil-filters.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
	position: relative;
}


#topMainWrapperSlogan {
	position: absolute;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	z-index: 20;
	/*top: 425px;*/
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#topMainWrapperInner {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	padding: 20px;
	border-radius: 5px;
	background-color: rgba(48,157,0,0.80)
}

#topMainWrapperSlogan h2 {
	color: white !important;
	font-size: 160% !important;
	margin: 0;
	padding: 0;
	text-transform: none;
}

#topMainWrapperSlogan p {
	color: white !important;
	font-size: 100% !important;
	margin: 0;
	padding: 0; 
	line-height: 27px;
	font-weight: bold;
}

#topMainWrapperSlogan p a {
	color: white !important;
	border-radius: 5px;
	text-decoration: none;
	padding: 5px 8px 5px 8px;
	background-color: #000000 !important;
	font-size: 90%;
}

#topMainWrapperSlogan p a:hover {
	text-decoration: none;
	color: white !important;
	background-color: #ffffff !important;
}



#innerPage #topMainWrapper {
	height: auto;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.25);
}


/*										Nav								*/

#navBackground {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	display: none;
}

nav {
	float: left;
	width: 100%;
	text-align: center;
}

nav ul {
	float: left;
	width: 100%;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

nav li {
	display: inline-block;
	color: #ffffff;
	margin: 0;
	padding: 0 15px 0 15px;
	position: relative;	
}

nav li a {
	font-size: 120%;
	color:  #ffffff;
	text-decoration: none;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid #002173;
	border-radius: 5px;
	text-transform: uppercase;
	
}

nav li a:hover {
	color: #D4BD80 !important;
	text-decoration: none;
	border: 1px solid #D4BD80;
}

nav li a.active {
	color: #D4BD80 !important;
	text-decoration: none;
	border: 1px solid #D4BD80;
}



nav li a.home {
	margin: 0;
}


nav li a i.fa-solid {
	font-size: 225%;
}

nav li a i.fa-brands {
	font-size: 130%;
	margin: 0 3px 0 3px;
}










nav ul.dropdown  { 
	position: relative; 
	padding-left: 0;
}

nav ul.dropdown ul { 
	visibility: hidden; 
	position: absolute; 
	top: -1px; 
	left: 0; 
	text-align: left;
	background-color: #ffffff;
	min-width: 225px;
	padding: 4px 0 7px 7px;
	margin: 0;
	z-index: 10000;
	border-radius: 5px;
}

nav ul.dropdown ul.sub_menu {
	margin-top: 24px;	
}

nav ul.dropdown ul li {
	margin-left: 0;
	display: block;
	margin-bottom: 5px;
	float: none;
	border-right: 0;
	padding-bottom: 0;
	padding-top: 5px;
	margin-right: 0;
	color: white;
	line-height: 20px;
	text-transform: uppercase;
	font-size: 90%;
}


nav ul.dropdown ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

nav ul.dropdown ul li a {
	margin-left: 0;
	border: none;
	width: 100%;
	float: none;
	padding: 5px;
	color: white;
	text-decoration: none;
	border-radius: 0;
}

nav ul.dropdown ul li a:hover {
	color: #b2bb1e;
	text-decoration: none;
	border: none;
	border-radius: 0;
}



/*Mobile Menu*/

#accordionSection {
	float: left;
	width: 100%;
	box-sizing: border-box;
	display: none;
	text-align: center;
	position: relative;
	z-index: 999999;
}

.accordionButton {
	padding: 0;
}

.accordionButton h4 {
	color: #ffffff;	
	padding: 4px 0 5px 0;
	margin:0;
	font-weight: normal;
	font-size: 130%;
	text-transform: uppercase;
}

.accordionButton h4 span {
	margin: 5px 0 0 5px;
}

.accordionButton:hover h4 span {
	color: #D4BD80;
	cursor: pointer;
}
.accordionContent {
	float: left;
	width: 100%;
}

.accordionContent ul {
	float: left;
	width: 100%;
	list-style-type: none;
	padding: 0 0 10px 0;
	text-align: center;
	margin: 0;
}

#accordionSection .accordionContent li {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 33px;
	color:white;
	float: none;
	text-align: center;
}

#accordionSection .accordionContent li a {
	float: none;
	color: white;
	border: none;
	text-align: center;
	margin: 0;
	border-bottom: none;
	font-size: 100% !important;
}

#accordionSection .accordionContent li a.book {
	border: 1px solid white;
	margin: 15px 0 15px 0 !important;
}

#accordionSection .accordionContent li i.fa-solid {
	font-size: 160% !important;
	margin-top: 5px;
}


#accordionSection .accordionContent li a:hover {
	border: none;
	color: #D4BD80;
	text-decoration: none;
}

#accordionSection .accordionContent li a.active {
	border: none;
	color: #D4BD80;
	text-decoration: none;
}

#accordionSection .accordionContent li.subNav {
	margin-left: 0;
	line-height: 32px;
}

#accordionSection .accordionContent li.subNav a {
	font-weight: normal !important;
}


/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	background: -webkit-gradient(linear, left top, right bottom, from(#b17630), to(#f0e19c));
	padding: 5px 0 10px 0;
}

footer {
	width: 1400px;
	margin: 0 auto;
	padding: 6px 0 3px 0;
	box-sizing: border-box;
}

footer p {
	color: #002173;
	font-size: 70%;
	line-height: 23px;
	margin: 0 0 3px 0;
	text-transform: uppercase;
}

footer hr {
	border: none;
	border-top: 1px solid white;	
	margin: 10px 0 10px 0;
}
	
footer p a {
	text-decoration: none;
	color: #002173;
}

footer p a:hover {
	text-decoration: underline;
	color: #002173;
}

#copyRight {
	float: right;	
}

#copyLeft {
	float: left;	
}


/*Contact Area*/

#contactOuter {
	float: left;
	width: 100%;	
	background-color: #002173;
	padding: 40px 0 40px 0;
	text-align: left;
}

#contactInner {
	margin: 0 auto;
	width: 1400px;	
	box-sizing: border-box;
}

.contactBox {
	float: left;
	width: 33%;	
	box-sizing: border-box;
}

.contactBox img {
	max-width: 100%;
	height: auto;
	margin: 0 !important;
	border-radius: 5px;
}


#contactInner h2 {
	color: #B99356 !important;
	font-size: 130% !important;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#contactInner h2.headerTwo {
	color: white;
	font-size: 115%;
	margin-top: 0;
	text-transform: uppercase;
	padding: 15px 0 0 0;
	margin: 0;
}

#contactInner p {
	font-size: 95%;
	color: white; 
	line-height: 28px;
	font-weight: normal;
	margin: 2px 0 2px 0 !important;
	padding: 0 !important;
}

#contactInner p b {
	color: white; 
}

#contactInner p a {
	color: white; 
	text-decoration: none;
}

#contactInner p a:hover {
	color:  #B99356;
	text-decoration: underline;
}

#contactInner i.fa-brands {
	color: white; 
	font-size: 220%;
	margin-right: 4px;
	margin-left: 4px;
}

#contactInner i.fa-brands:hover {
	color:  #B99356; 
}

#contactInner i.fa-solid {
	color: #B99356; 
	margin-right: 5px;
}

#contactInner a {
	color: white; 
}

#contactInner a:hover {
	color: #ffffff; 
}

#contactInner ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	color: white;
}

#contactInner li {
	color: white; 
	line-height: 30px;
	font-size: 90%;
	font-weight: 300;
}

#contactInner li a {
	color: white; 
	text-decoration: none;
}

#contactInner li a:hover {
	color: #ffffff; 
	text-decoration: underline;
}

#contactInner img {
	margin-right: 10px;
	border-radius: 5px;
}

/*										Banner								*/


img.wideBannerImage {
	float: left;
	width: 100%;
	height: auto;
	border: 0px !important;
}



#bannerSlider {
	float: left;
	width: 100%;
}



/*	

#bannerInner {
	margin: 0 auto;
	width: 1200px;
	height: 550px;
	position: relative;
	box-sizing: border-box;
}

#bannerSlogan {
	position: absolute;
	top: 180px;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	left: 50%;
    transform: translate(-50%, 0);
}

#bannerSloganInner {
	width: auto;
	float: left;
	padding: 20px;
	background-color: rgba(255,255,255,0.75);
	border-radius: 5px;
}

#bannerSlogan h2 {
	color: #000000 ;
	font-size: 230% !important;
	margin: 0;
	padding: 0;
}

#bannerSlogan p {
	color: #000000 ;
	font-size: 140%;
	margin: 0;
	padding: 0; 
	line-height: 34px;
}

#bannerSlogan p span {
	color:#ea7186;
	font-size: 90%;
	text-transform: uppercase;
}


#bannerSlogan i.far {
	color: #4090c4;
	font-size: 140%;
	margin: 0 5px 0 0;
}

#bannerSlogan i.far.circletwo {
	margin-left: 10px;
}

#bannerSlogan p a {
	color: white;
	text-decoration: none;
}

#bannerSlogan p a:hover {
	text-decoration: none;
	color: #ffffff;
}




#bannerSlogan ul {
	list-style-type: none;
	padding: 0;
}

#bannerSlogan li {
	color: #163244;
	font-size: 110%;
	margin: 0;
	padding: 0; 
	line-height: 35px;
	display: block;
}
*/

#backgroundVisa {
	float: left;
	width: 100%;
	height: 200px;
	background: url("images/visa-application-page.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#backgroundPassport {
	float: left;
	width: 100%;
	height: 200px;
	background: url("images/uk-passport.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#backgroundTours {
	float: left;
	width: 100%;
	height: 200px;
	background: url("images/tours-holiday.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

/*										Main Body						*/

iframe {
	border-radius: 20px;
	border: 5px solid white !important;
}


#mainBodyHome {
	float: left;
	width: 100%;
	padding: 40px 0 40px 0;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	padding: 60px 0 60px 0;
	border-top: 1px solid #000000;
	text-align: center;
}

#mainBody {
	margin: 0 auto;
	width: 1400px;	
	box-sizing: border-box;
}

#introArea {
	float: left;
	width: 60%;
	box-sizing: border-box;
}

#typeArea {
	float: right;
	width: 35%;
	box-sizing: border-box;
	padding: 10px 20px 10px 20px;
	background-color: #002173;
	border-radius: 5px;
	/*border-left: 15px solid #B99356;*/
	border-left: 3px solid;
	border-image-slice: 1;
    border-width: 7px;
	border-image-source: linear-gradient(to top, #b17630, #f0e19c);
}

#typeArea h2 {
	color: white !important;
}

#typeArea p {
	color: white !important;
}

/*#mainBodyHome #mainBody h1 {
	font-size: 120%;
	background-color: #073d64;
	color: white;
	font-weight: bold;
	text-align: center;
	margin: 0 0 25px 0;
	padding: 25px 0 25px 0;
	text-transform: uppercase;
}*/

h1 {
	font-size: 150%;
	color: #002173 !important;
	line-height: 28px;
	text-transform: uppercase;

}

h1 span {
	font-weight: normal;
	font-style: italic;
}


h2 {
	font-size: 140%;
	color: #002173 !important;
	line-height: 28px;
	text-transform: uppercase;

}

h2 span {
	font-weight: bold;
	font-style: italic;
	color:#B99356;
}


p {
	font-size: 100%;
	line-height: 26px;
	color: #000000;
}

p span {
	font-size: 150%; 
	color: #B99356;
	font-style: italic;
}



#mainBody p span.square {
	padding: 5px;
	margin-right: 10px;
	background-color: #4d29b7;
	color: white;
	border-radius: 5px;
}

#mainBody p span.highlightHeader {
	padding: 5px;
	background-color: #4d29b7;
	color: white;
	border-radius: 5px;
}

p b {
	color: #002173;
	font-weight: bold;
}	

p a {
	color: #000000 ;
	text-decoration: underline;
}

p a:hover {
	color: #000000 ;
	text-decoration: none;
}

li {
	font-size: 100%;
	line-height: 28px;
	color: #000000;
}

li b {
	font-weight: bold;
	color: #000000 ;
}

li a {
	color: #000000 ;
	text-decoration: underline;
}

li a:hover {
	color: #000000 ;
	text-decoration: none;
}


img {
	max-width: 100%;
	height: auto;
}	

img.rightImage {
	float: right;
	margin: 0 0 10px 30px;
	max-width: 100%;
	height: auto;
	border-radius: 5px;
	border: 3px solid;
	border-image-slice: 1;
    border-width: 7px;
	border-image-source: linear-gradient(to left, #b17630, #f0e19c);
}	

img.logoIcons {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
	padding: 40px 0 40px 0;
}

#mainServices {
	background-color: #f56218;
	width: 100%;
	text-align: center;
	padding: 5px 0 5px 0;
}

#mainServices ul {
	list-style-type: none;
	padding: 0;
}

#mainServices li {
	color: white;
	font-size: 120%;
	line-height: 35px;
}

p.findMore a {
	color: white !important;
	border-radius: 5px;
	padding: 10px 15px 10px 15px;
	background-color: #002173;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none !important;
	 background: linear-gradient(to left, #002173 50%, #b17630 50%) right;
    background-size: 200%;
    transition: .4s ease-out;
	font-size: 100%;
	border: 1px solid #ffffff;
}

p.findMore a:hover {
	background-position: left;
	text-decoration: none;
	color: #ffffff !important;
}






/*Brand List*/

#mainBody ul.brandList {
	padding-left: 0;
	margin-top: 10px;
	display: table;
	
}

#mainBody ul.brandList li {
	display: inline-block;
	padding: 30px;
	font-size: 95%;
	font-weight: bold;
	display: table-cell;
	box-sizing: border-box;
}

#mainBody ul.brandList li span {
	border: 1px solid #676667;
	padding: 9px;
}

#mainBody ul.brandList li span.two {
	background-color: #efefef;
}

#mainBody ul.brandList li img {
	float: left;
	margin: 4px 7px 0 0;
}



/*										About Guru ben					*/


#aboutSection {
	float: left;
	width: 100%;
	background-color: #efefef;
	padding: 20px 0 40px 0;
}

#aboutInner {
	margin: 0 auto;
	width: 1400px;	
	box-sizing: border-box;
}

#aboutInner h2 {
	color: #bb9530;
	font-size: 130%;
	font-weight: bold;
}

#aboutInner p {
	font-size: 90%;
	line-height: 28px;
	color: #205163;
}

#aboutInner p b {
	color: #205163;
	font-weight: bold;
}	

#aboutInner p a {
	color: #588f9e;
	text-decoration: underline;
}

#aboutInner p a:hover {
	color: #588f9e;
	text-decoration: none;
}

#aboutInner li {
	font-size: 90%;
	line-height: 30px;
	color: #205163;
}

#aboutInner li b {
	font-weight: bold;
	color: #205163;
}

#aboutInner li a {
	color: #588f9e;
	text-decoration: none;
}

#aboutInner li a:hover {
	color: #588f9e;
	text-decoration: underline;
}

#aboutInner img {
	max-width: 100%;
	height: auto;
	float: left;
	margin: 0 20px 10px 0;
	border: 3px solid #bb9530;
}	



/*										Timetable			*/


#timetableSection {
	float: left;
	width: 100%;
	height: 400px;
	background: url("images/yoga-southend.jpg") center;
	background-size: cover;
	margin: 10px 0 10px 0;
}

#timetableInner {
	margin: 0 auto;
	width: 1400px;	
	box-sizing: border-box;
}

#timetableInner h2 {
	color: white;
	font-size: 150%;
	font-weight: normal;
	float: right;
	margin-top: 195px;
	text-transform: uppercase;
}

#timetableInner h2 span a {
	padding: 5px;
	background-color: #205163;
	color: #bb9530;
	text-decoration: none;
	margin-left: 10px;
}

#timetableInner h2 span a:hover {
	background-color: #bb9530;
	color: #205163;
	text-decoration: none;
}

/*											Contact Form 									*/

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 99%;
	margin-bottom: 20px;
	margin-top: 0;
}

#contactFormArea .error {
	float: left;
	font-size: 80%;
	color: red;
	margin: 10px 0 0 0;
	display: none;
}	

#contactFormArea .field {
	float: left;	
	width: 100%;
	margin-bottom: 25px;
}

#contactFormArea .submitField {
	float: left;
	width: 100%;	
}

#contactFormArea #submit.formButton {
	float: none;
	width: 100% !important;
	height: 40px;
	font-size: 100%;
	background-color: #000000;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
	border-radius: 5px !important;
}

#contactFormArea #submit.formButton:hover {
	background-color: #000000 ;
	color: white;
	cursor: pointer;
}

#contactFormArea label {
	font-size: 100%;
	color: #000000 ;
	font-weight: 300;
	font-weight: bold;
}	

#contactFormArea input {
	color: #000000 ;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #000000 ;
	margin-top: 10px;
	border-radius: 5px !important;
}

#contactFormArea select {
	color: #000000 ;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #000000 ;
	margin-top: 10px;
	border-radius: 5px;
}


#contactFormArea textarea {
	color: #000000 ;	
	float: left;
	width: 100% !important;
	height: 340px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #000000 ;
	margin-top: 10px;
	border-radius: 5px !important;
}

.contactFormLeft {
	float: left;
	width: 48%;	
}

.contactFormRight {
	float: right;
	width: 48%;	
}

#topForm {
	float: left;
	width: 100%;	
}

#bottomForm {
	float: left;
	width: 100%;	
}


/*											Home Boxes									*/


#homeBoxesOuter {
	float: left;
	width: 100%;
	padding: 20px 0 20px 0;
}

#homeBoxes {
	margin: 0 auto;
	width: 1400px;
}

.homeBox {
	float: left;
	width: 19%;
	margin-right: 1.2%;
	box-sizing: border-box;
}

.homeBox.lastHomeBox {
	float: right;
	width: 19%;
	margin-right: 0;
	box-sizing: border-box;
}

#homeBoxes .homeBox h3 {
	text-align: left;
	margin: 0;
	padding: 10px 0 0 0;
	color: #002173 !important;
	line-height: 28px;
	font-size: 110% !important;
	text-transform: uppercase;
} 

#homeBoxes .homeBox h3 a {
	text-decoration: none;
	color: #002173 !important;
} 

#homeBoxes .homeBox h3 a:hover {
	text-decoration: none;
	color: #B99356 !important;
} 

#homeBoxes p {
	color: #ffffff;
	text-align: center;
	margin: 15px 0 0 0 !important;
	font-weight: bold;
	font-size: 120% !important;
	line-height: 23px;
} 

#homeBoxes p a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
} 

#homeBoxes p a:hover {
	color: #ffffff;
	text-decoration: underline;
} 


#homeBoxes .homeBox img {
	margin: 0;	
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	border-radius: 5px;
}

#homeBoxes .homeBox:hover h3 a {
	text-decoration: none;
	color: #B99356 !important;
} 

.homeBox:hover img {
	height: auto;
	cursor: pointer;opacity: .9;
}





/*											Windows Boxes									*/


#windowsOuter {
	float: left;
	width: 100%;
	padding: 20px 0 40px 0;
}

#windowsInner {
	margin: 0 auto;
	width: 1400px;
}


.windowsBox {
	float: left;
	width: 48%;	
	text-align: left;
	box-sizing: border-box;
}

.windowsBox.lastWindowsBox {
	float: right;
}

#windowsInner .windowsBox img {
	margin: 0;	
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	border-radius: 5px;
}

.windowsBox img {
	border-radius: 5px;
}

#windowsInner .windowsBox h3 {
	text-align: left;
	color: #000000;
	font-size: 150%;
} 

#windowsInner .windowsBox p {
	text-align: left;
	color: #000000;
	font-size: 100%;
	line-height: 28px;
}

#windowsInner .windowsBox p a {
	color: #000000;
	border: 1px solid #000000;
	border-radius: 5px;
	text-decoration: none;
	padding: 5px;
}

#windowsInner .windowsBox p a:hover {
	text-decoration: none;
	color: white;
	background-color: #000000;
}

/*											Inner Boxes									*/


#innerBoxes {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

.innerBox {
	float: left;
	width: 23%;
	margin-right: 2.6%;
	margin-bottom: 2%;
	text-align:center;
}

.innerBox.lastInnerBox {
	float: right;
	margin-right: 0;
}

#innerBoxes .innerBox img {
	margin: 0;	
	max-width: 100%;
	height: auto;
}

#innerBoxes .innerBox h3 {
	text-align:center;
	padding: 7px 0 7px 0;
	margin: 0 0 0 0;
	margin-top: -5px;
	background-color: white;
	color: #b41e3e;
	text-transform:  none;
} 

#innerBoxes .innerBox:hover {
	cursor:pointer;
} 

#innerBoxes .innerBox:hover h2 {
	background-color: #333333;color: white;
}







/*											Tables 									*/

/*Table*/

table {
	border-collapse: collapse;
	display: block;
	overflow: scroll;
	margin-bottom: 20px;
	border: none;
}	


table th {
	background-color: #000000 ;
	color: white !important;
	padding: 10px;
	font-size: 100%;
	border: none;
	border-right: 1px solid white;
}

/*table td {
	padding: 10px;	
	border: 1px solid #3c3c3b;
	font-size: 90%;
	background-color: white;
}

table td.highlighted {	
	background-color: #7cc9d5;
	color: #3c3c3b;
	border: 1px solid #3c3c3b;
}
*/



table td {
	padding: 15px;	
	border: none;
	font-size: 90%;
	background-color: white;
	overflow: hidden;
	border-bottom: 1px solid #efefef;
}

table tr.secondRow td {
	background-color: #efefef;
}


table td.highlighted {	
	color: #BA2637;
}

table td.price {	
	color: #BA2637;
}

table td span.line {
	text-decoration: line-through;
}

table td span.offer {
	color: #fce3de;
}



/* Benefits */

#benefits {
	float: right;
	background-color: white;
	margin: 0 0 20px 20px;
	border-radius: 5px;
}

#benefits h2 {
	background-color: #A279BA;
	color: white;
	margin: 0;
	padding: 10px;
	border-radius: 5px 5px 0 0;
}

#benefits li {
	line-height: 45px;
	background-image: url(images/tick.png);
	background-size: 35px 27px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 40px;
	font-size: 90%;
	color: #A279BA;
	font-weight: bold;
}

#benefits ul {
	list-style-type: none;
	padding-left: 20px;
	padding-right: 20px;
}



/*Areas Box*/

#areas {
	float: right;
	background-color: #11099e;
	margin: 0 0 20px 20px;
}

#areas h2 {
	background-color: #02a63a;
	color: white;
	margin: 0;
	padding: 10px;
}

#areas ul {
	margin: 5px 0 5px 0;
	padding-right: 10px;
}

#areas li {
	color: white;
}




#mainBody ul.columnList {
	-moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}

#mainBody ul.columnList li {
	line-height: 32px;
	color: #A279BA;
	font-weight: bold;
}


#mainBody ul.columnListTwo {
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
	list-style-type: none;
}

#mainBody ul.columnListTwo li {
	color: #000000 ;
	font-weight: bold;
	font-size: 110% !important;
	line-height: 32px;
}

#mainBody .gallery a {
	text-decoration: none !important;
}

#mainBody .gallery a h2 {
	text-decoration: none !important;
}

#mainBody .gallery h2 {
	font-size: 90%;
	text-transform:  none;
	color: #000000 ;
	text-decoration: none !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 30px;
}

#mainBody .gallery h2 a {
	color:#000000 ;
	text-decoration: none !important;
}

#mainBody .gallery h2 a:hover {
	color: #000000 ;
	text-decoration: none !important;
}




/*Options*/

#optionSection {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

#optionSection h3 {
	padding: 10px 0 10px 10px;
	margin: 0;
	color: #ffffff !important;
	font-size: 110% !important; 
	text-transform: none;
}	

.optionButton {
	float: left;
	width: 100%;	
	margin: 0 0 5px 0;
	padding: 0;
	background: -webkit-gradient(linear, left top, right bottom, from(#b17630), to(#f0e19c));
	border-radius: 5px;
}

.optionButton i.fas {
	float: right;
	margin-right: 10px;
	color: #002173 !important;
	margin-top: 5px;
}

.optionButton i.fa-minus {
	display: none;
}

.optionButton.on {
	cursor: pointer;
	background-color: #564933;
}

.optionButton.on i.fa-minus {
	display: block;
}

.optionButton.on i.fa-plus {
	display: none;
}


.optionButton.over {
	cursor: pointer;
	background-color: #564933;
}


.optionButton:hover {
	cursor: pointer;
	background-color: #564933;
}

.optionButton.on h3 {
	color: #ffffff !important;
}

.optionButton.over h3 {
	color: #ffffff !important;
}


.optionButton:hover h3 {
	color: #ffffff !important;
}

.optionContent {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px 0 10px;
	border-left: 1px dotted white;
	border-right: 1px dotted white;
	border-bottom: 1px dotted white;
	border-radius: 0 0 5px 5px;
	background-color: #efefef;
}






/*Icons*/

#iconsBackground {
	float: left;
	width: 100%;	
	background-color: white;
	padding: 10px 0 15px 0;
}

#icons {
	margin: 0 auto;
	width: 1400px;	
	box-sizing: border-box;
}

#icons img {
	width: 100%;
	height: auto;
}


/*Standout*/

#standoutBox {
	float: left;
	width: 97%;
	padding: 1.5%;
	background-color: #b69e60;
	margin: 0 0 20px 0;
}

#standoutBox h2 {
	color: white;
	font-size: 150%;
}

#standoutBox p {
	color: white;
	font-size: 130%;
}

#standoutBox p a {
	color: white;
}

#standoutBox p a:hover {
	color: white;
}

#standoutBox li {
	color: white;
}

#standoutBox li a {
	color: white;
}

#standoutBox li a:hover {
	color: white;
}

#standoutBox img {
	float: left;
	margin: 0 30px 0 0;
}


/*Facebook Reviews*/

#facebookReviews {
	float: left;
	width: 100%;	
	margin-top: 25px;
}

.facebookReview {
	float: left;
	width: 49%;	
}

.facebookReviewRight {
	float: right;
	width: 49%;	
}



#return-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    background-color: #002173;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 3000;
	border: 1px solid white;
	border-radius: 30px;
}

#return-to-top i {
    color: white;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
   background-color: #B99356;
}

#return-to-top:hover i {
    color: #ffffff;
    top: 5px;
}



/*Hightlight Boxes*/

.highlightBoxOne {
	float: left;
	width: 100%;
	padding: 30px;
	background-color: #efefef;	 box-sizing: border-box;
}


.highlightBoxTwo {
	float: left;
	width: 100%;
	padding: 30px;
	background-color: white;
	border: 1px solid #efefef; box-sizing: border-box;
}

.highlightBoxOne p b {
	color: #000000  !important;
}

.highlightBoxTwo p b {
	color: #000000  !important;
}


.highlightBoxOne img {
	border: 1px solid #000000;
}

.highlightBoxTwo img {
	border: 1px solid #000000;
}

#teachersPage .highlightBoxOne {
	padding: 50px;
}


#teachersPage .highlightBoxTwo {
	padding: 50px;
}

#teachersPage img.rightImage {
	margin-top: -40px;
	margin-left: 30px;
}

#teachersPage h2 {
	margin-bottom: 30px;
}




/*  News Box*/

#newsBox {
	float: right;
	padding: 20px;	
	background-color: #000000 ;
	margin: 0 0 20px 20px;
	min-width: 250px;
}

#newsBox h2 {
	padding: 0;
	margin: 0;
}

#newsBox p {
	color: white;
	padding: 0;
	margin: 0;
}

#newsBox ul {
	padding-top: 0;
	padding-bottom: 0;
}

#newsBox li {
	color: white;
}



/*Why Us*/

#whyUsOuter {
	padding: 20px 0 40px 0;
	float: left;
	width: 100%;	
}

#whyUsInner {
	width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
}

#whyUsInner h1 {
	color: #b2bb1e;
	font-size: 120%;
	font-weight: bold;
}

#whyUsInner p {
	font-size: 95%;
	line-height: 27px;
	color: #000000 ;
}

#whyUsInner h2 {
	font-size: 310%;
	color: #ff9aca;
	line-height: 40px;
	font-weight: 100;
	margin-bottom: 0;
}



/*Breadcrumbs*/


#breadcrumbs {
	width: 100%;	
	margin-bottom: 10px;
}

#breadcrumbs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

#breadcrumbs li {
	display: inline;
	margin: 0;
	font-size: 80%;
	font-weight: normal;
	color: #333333;
}

#breadcrumbs li a {
	color: #b69e60;
	text-decoration: none;
}

#breadcrumbs li span {
	margin-right: 5px;
}

#breadcrumbs li a:hover {
	text-decoration: underline;
	color: #b69e60;
}




/*											Circle Boxes									*/

#circleBoxes {
	float: left;
	width: 100%;
	margin: 0;
	padding: 5px 0 15px 0;
}

.circleBox {
	float: left;
	width: 23.5%;	
	margin-right: 2%;
	text-align:center;
	box-sizing: border-box;
}

.circleBox.lastCircleBox {
	float: right;
	margin-right: 0;
}

#circleBoxes .circleBox img {
	margin: 0;	
	max-width: 80%;
}

#circleBoxes .circleBox h2 {
	color: #33302B;
	font-size: 120%;
	text-align:center;
	padding: 7px 0 0 0;
	text-transform: none;
	margin: 0;
	border: none;
} 

#circleBoxes .circleBox p {
	font-size: 110%;
	line-height: 24px;
	color: #b2bb1e;
	margin: 10px 0 0 0;
	font-weight: normal;
	padding: 0 10px 0 10px;
} 

#circleBoxes .circleBox p.price {
	font-size: 110%;
	line-height: 26px;
	color: #BA2637;
	margin: 0;
	font-weight: bold;
} 

#circleBoxes .circleBox p b {
	color: #000000 ;
} 




/*											Team Boxes									*/


#teamBoxes {
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
}


.teamBox {
	float: left;
	width: 23.5%;	
	margin-right: 2%;
	text-align:center;
	margin-bottom: 4%;
	min-height: 470px;
}

.teamBox.lastTeamBox {
	float: right;
	margin-right: 0;
}

#teamBoxes .teamBox img {
	margin: 0 0 15px 0;	
	max-width: 75%;
	height: auto;
	border-radius: 50%;
}

#teamBoxes .teamBox h2 {
	color: #BA2637;
	text-align:center;
	padding: 0;
	margin: 0;
	border: none;
	font-weight: normal;
}

#teamBoxes .teamBox p {
	font-size: 80%;
	line-height: 22px;
}

#teamBoxes .teamBox p a {
	color: #2E69AB;
	text-decoration: none;
}

#teamBoxes .teamBox p a:hover {
	color: #EF943D;
	text-decoration: none;
}

#teamBoxes .teamBox p i.fab {
	color: #2E69AB;
	font-size: 220%;
}

#teamBoxes .teamBox p i.fab:hover {
	color: #EF943D;
}

#teamBoxes .teamBox ul {
	list-style-type: none;
	padding: 0;
}

#teamBoxes .teamBox li {
	display: inline;
}

#teamBoxes .teamBox li img {
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0;
}



ul.pointersList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.pointersList li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #ffffff;
	line-height: 28px;
}

ul.pointersList li i.fa-solid {
	font-size: 130%;
	color: #B99356;
	margin-right: 5px;
}




ul#testimonials {
	list-style-type: none; 
	padding-left:0;
}



/*Call Us*/

#callUsOuter {
	background-color: #000000;
	padding: 15px 0 15px 0;
	float: left;
	width: 100%;	
	text-align: center;
}


#carbonPage #callUsOuter {
	background-color: #479A76;
}



#callUsInner {
	width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
}

#callUsInner h2 {
	color: white;
	font-size: 140%;
	font-weight: bold;
}

#callUsInner h2 a {
	color: white;
	font-size: 170%;
	text-decoration: none;
}

#callUsInner h2 a:hover {
	color: white;
	text-decoration: none;
}

#callUsInner p {
	color: white;
	font-size: 130%;
	font-weight: bold;
}

#callUsInner p a {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

#callUsInner p a:hover {
	color: white;
	text-decoration: none;
	font-weight: bold;
}


/*Terms boxes*/

#homeInfo {
	float: left;
	width: 100%;
	background-color: #efefef;
	padding: 15px 0 15px 0;
}

#homeInfoInner {
	margin: 0 auto;
	width: 1400px;
	box-sizing: border-box;
}

#homeInfoInner h2 {
	font-size: 80%;
	color: #282828;
}

#homeInfoInner p {
	font-size: 70%;
	line-height: 24px;
	color: #282828;
}

#homeInfoInner li {
	font-size: 70%;
	line-height: 24px;
	color: #282828;
}

.homeInfoLeft {
	float: left;
	width: 48%;
}

.homeInfoRight {
	float: right;
	width: 48%;
}




/*											Extra Boxes									*/


#extraOuter {
	float: left;
	width: 100%;
	padding: 40px 0 40px 0;
	background-color: #efefef;
}

#extraInner {
	margin: 0 auto;
	width: 1400px;
	box-sizing: border-box;
}

#extraInner h2 {
	color: #000000 ;
	font-size: 130%;
}

#extraInner h3 {
	color: #8bcade;
	font-size: 130%;
}

#extraInner p {
	font-size: 95%;
	line-height: 27px;
	color: #000000 ;
}

#extraInner p b {
	color: #000000 ;
	font-weight: bold;
}	

#extraInner p a {
	color: #000000 ;
	text-decoration: underline;
}

#extraInner p a:hover {
	color:#000000 ;
	text-decoration: none;
}

#extraInner li {
	font-size: 95%;
	line-height: 28px;
	color: #000000 ;
}

#extraInner li b {
	font-weight: bold;
	color: #000000 ;
}

#extraInner li a {
	color: #000000 ;
	text-decoration: underline;
}

#extraInner li a:hover {
	color: #000000 ;
	text-decoration: none;
}

.leftExtraBox {
	border-top: 1px solid white;
	margin-top: 40px;
}

.rightExtraBox {
	border-top: 1px solid white;
	margin-top: 40px;
}

.leftExtraBox img {
	float: left;
	margin-right: 40px;
	max-width: 100%;
	height: auto;
}

.leftExtraBox .fas {
	float: left;
	margin-right: 40px;
	font-size: 500%;
	color: #ffffff;
}

.rightExtraBox .fas {
	float: right;
	margin-left: 40px;
	font-size: 500%;
	color: #ffffff;
}

.textExtra {
	padding: 30px 0 0 0;
}

.rightExtraBox img {
	float: right;
	margin-left: 40px;
	max-width: 100%;
	height: auto;
}




/*											Driver Training								*/


#driverTrainingHome {
	float: left;
	width: 100%;
	padding: 40px 0 40px 0;
	background-color: #000000 ;
}

#driverTrainingInner {
	margin: 0 auto;
	width: 1400px;
	box-sizing: border-box;
}

#driverTrainingInner h2 {
	color:#ffffff;
	font-size: 130%;
}

#driverTrainingInner p {
	font-size: 95%;
	line-height: 27px;
	color: white;
}

#driverTrainingInner p b {
	color: #ffffff;
	font-weight: bold;
}	

#driverTrainingInner p a {
	color: #ffffff;
	text-decoration: underline;
}

#driverTrainingInner p a:hover {
	color: #ffffff;
	text-decoration: none;
}

#driverTrainingInner li {
	font-size: 95%;
	line-height: 28px;
	color: white;
}

#driverTrainingInner li b {
	font-weight: bold;
	color: #ffffff;
}

#driverTrainingInner li a {
	color: #ffffff;
	text-decoration: underline;
}

#driverTrainingInner li a:hover {
	color: #ffffff;
	text-decoration: none;
}





ul.inlineList {
	list-style-type: none;
	padding-left: 0;
}

ul.inlineList li {
	color: #000000  !important;
	font-size: 130% !important;
	display: inline;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
	line-height: 28px;
}


ul.inlineList li i.fas {
	color: #000000 !important;
	font-size: 160% !important;
}

img.helpImage {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*Price Boxes*/


.priceBox {
	width: 48%;
	padding: 20px;
	box-sizing: border-box;
	background-color: #000000;
	text-align: center;
	margin-top: 20px;
}

.priceBox h2 {
	font-size: 230% !important;
	color: white !important;
}

.priceBox h3 {
	font-size: 130%;
}
 
.priceBox p {
	font-size: 110%;
}

.priceBox p span {
	font-size: 350%;
}

.priceBox hr {
	border: none;
	border-top: 1px solid white;	
	margin: 20px 0 20px 0;
}


.priceBox.priceBoxOne h3 {
	color: #000000  !important;
}

.priceBox.priceBoxFour h3 {
	color: #000000  !important;
}

.priceBox.priceBoxTwo h3 {
	color: white !important;
}

.priceBox.priceBoxThree h3 {
	color: white !important;
}

.priceBox.priceBoxTwo p {
	color: white !important;
}

.priceBox.priceBoxThree p {
	color: white !important;
}



.priceBox.priceBoxOne {
	float: left;
	background-color: #000000;
}

.priceBox.priceBoxTwo {
	float: right;
	background-color: #000000 ;
}

.priceBox.priceBoxThree {
	float: left;
	background-color: #000000 ;
}

.priceBox.priceBoxFour {
	float: right;
	background-color: #000000;
}



/*Wider Boxes*/


.greyOuter {
	float: left;
	width: 100%;
	background: url("images/south-london-lock-expert.jpg") no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background-attachment: scroll;
	padding: 125px 0 125px 0;
}

.greyInner {
	margin: 0 auto;
	width: 1400px;
}

.greyInner img {
	border-radius: 5px;
}

.greyInner h2 {
	color: white !important;
}

.greyInner p {
	color: white;
}

/* */
.whiteOuter {
	float: left;
	width: 100%;
	background: #ffffff;
	padding: 40px 0 40px 0;
}

.whiteInner {
	margin: 0 auto;
	width: 1400px;
}

/* */
.pinkOuter {
	float: left;
	width: 100%;
	background: #efefef;
	padding: 40px 0 40px 0;
}

.pinkInner {
	margin: 0 auto;
	width: 1400px;
}

/* */
.blueOuter {
	float: left;
	width: 100%;
	background-color: #002173;
	padding: 5px 0 5px 0;
	text-align: center;
}

.blueInner {
	margin: 0 auto;
	width: 1200px;
}

.blueOuter h3 {
	color: #ffffff !important;
}



/* */
.miniOuter {
	float: left;
	width: 100%;
	background-color: #161f48;
	padding: 20px 30px 20px 30px;
	text-align: left;
	box-sizing: border-box;
	margin-top: 20px;
	border-radius: 5px;
}

.miniOuter h2 {
	color: #cc2930 !important;
}

.miniOuter p {
	color: white !important;
}

.miniOuter p a {
	color: white !important;
	text-decoration: underline;
}

.miniOuter p a:hover {
	color: white !important;
	text-decoration: none;
}

.miniOuter hr {
	border-top: 1px solid white;	
	margin: 30px 0 30px 0;
}

.miniOuter img {
	margin-top: 25px;
}


/**/



#leftRightBoxes {
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 30px;
}

#leftRightBoxes img {
	border-radius: 5px;
	margin-right: 5px;
}

#leftBox {
	float: left;
	width: 50%;
	padding: 25px;
	border-radius: 5px 0 0 5px;
	background-color: #000000;
	box-sizing: border-box;
	min-height: 360px;
}

#rightBox {
	float: right;
	width: 50%;
	padding: 25px;
	border-radius: 0 5px 5px 0;
	background-color: #ffffff;
	box-sizing: border-box;
	min-height: 360px;
}

#leftBox h2 {
	color: white !important;
}

#leftBox p {
	color: white !important;
}

#rightBox h2 {
	color: #000000 !important;
}

#rightBox p {
	color: #000000 !important;
}

#rightBox h3 {
	color: white!important;
	font-size: 250%;
	margin: 0;
	padding: 0;
}




ul.tickList {
	list-style-type: none;
	padding-left: 0;
}

ul.tickList i.far {
	font-size: 170%;
	color: #ffffff
}

ul.tickList li {
	line-height: 37px;
	color: #000000;
	font-weight: bold;
	display: inline-block;
	font-size: 110%;
	margin-right: 20px;
}




/*Tiled Gallery*/

.tiledGallery {
  display: flex;
  flex-wrap: wrap;
  padding: 0;box-sizing: border-box;
}

.tiledGalleryColumn {
  flex: 25%;
  max-width: 25%;
  padding: 0 8px;box-sizing: border-box;
}

.tiledGalleryColumn img {
  /*margin-top: 8px;*/
  vertical-align: middle;
  width: 100%;
	margin: 0 0 0 0;
}

.tiledGalleryColumn p {
 margin: 0 0 8px 0 !important;
 padding: 0 !important;
	text-transform: uppercase;
}



@media screen and (max-width: 800px) {
  .tiledGalleryColumn {
    flex: 50%;
    max-width: 50%;
  }
}



/*											Member Boxes									*/


#membershipBoxes {
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 0 30px 0;
	display: flex;
}


/*Gold #ffffff
#000000 #000000
#ffffff
*/


.memberBox {
	float: left;
	width: 32.4%;	
	margin-right: 1.3%;
	margin-bottom: 2%;
	text-align: center;
	background-color: #000000;
	box-sizing: border-box;
	padding: 2%;
	border: 5px solid #ffffff;
	border-radius: 5px;
	flex: 1;
}

/*.memberBox.secondMemberBox {
	border: 5px solid #459ec2;
}

.memberBox.thirdMemberBox {
	border: 5px solid #469536;
	float: right;
	margin-right: 0;
}
*/

.memberBox.thirdMemberBox {
	float: right;
}


#membershipBoxes .memberBox h2 {
	color: #ffffff !important;
	font-size: 140%;
	text-transform: uppercase;
	padding:0;
	margin: 0;
} 


#membershipBoxes .memberBox h3 {
	font-size: 150%;
	text-transform: uppercase;
	padding:0;
	margin: 10px 0 20px 0;
	color: #333333;
	line-height: 30px;
} 

#membershipBoxes .memberBox h3 span {
	color: white;
	padding: 5px 10px 5px 10px;
	margin: 0 0 10px 0;
	border-radius: 5px;
	display: inline-block;
} 

/*#membershipBoxes .memberBox.secondMemberBox h2 {
	color: #459ec2 !important;
} 
 
#membershipBoxes .memberBox.thirdMemberBox h2 {
	color: #469536 !important;
} 

#membershipBoxes .memberBox.secondMemberBox h3 span {
	background-color: #459ec2;
} 

#membershipBoxes .memberBox.thirdMemberBox h3 span {
	background-color: #469536;
} 
*/

#membershipBoxes .memberBox p {
	color: white;
	font-size: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	line-height: 24px;
}

#membershipBoxes .memberBox p b {
	color: #35617c;
}


#membershipBoxes .memberBox li {
	list-style-type: none; 
	font-size: 100%;
	line-height: 26px;
	margin-bottom: 5px;
	color: white;
}

#membershipBoxes .memberBox li b {
	color:white;
}


#membershipBoxes .memberBox li i {
	font-size: 80%;
}

#membershipBoxes .memberBox li i.fas {
	font-size: 120%;
	color: #61d1f6;
}

#membershipBoxes .memberBox ul {
	padding: 10px;
	margin: 10px 0 20px 0;
	border-radius: 5px;
}




#bannerOuter {
	float: left;
	width: 100%;
	background-color: #efefef;
	padding: 50px 0 0 0;
	box-sizing: border-box;
	/*
	padding: 10px 0 10px 0;*/
	/*background: url("images/background.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
	padding: 20px 0 20px 0;*/
}

#bannerOuter img {
	border-radius: 5px;
}


#bannerInner {
	margin: 0 auto;
	width: 1400px;	
	box-sizing: border-box;
}

#bannerSlogan {
	position: absolute;
	text-align: left;
	left: 20px;
	z-index: 20;
	top: 50%;
	padding: 20px 20px 10px 20px;
	box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	width: 100%;
}

#bannerSlogan h1 {
	color: #B99356 !important;
	font-size: 210% !important;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: bold;
}

#bannerSlogan h1 span {
	font-weight: normal;
	font-style: italic;
}


#bannerSlogan ul {
	list-style-type: none;
	padding: 0 !important;
	margin: 0 0 20px 0;
}

#bannerSlogan li {
	color: #000000;
	font-size: 85%;
	line-height: 28px;
}

#bannerSlogan li span {
	font-weight: bold;
	font-size: 130%;
	margin-right: 10px;
}

#bannerSlogan li i.fa-solid {
	color: #B99356;
	font-size: 115%;
}


#bannerSlogan .rightDiv {
	right: 20px;
	position: absolute;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}







.servicesList {
	padding-left: 0;
	list-style-type: none;	
}

.servicesList li b {
	color: #ffffff;
}

.servicesList li i.fa-solid {
	color: #ffffff;
}

.servicesList li {
	margin-bottom: 15px;
}



.servBox {
	float: left;
	width: 32%;	
	margin-right: 2%;
	margin-bottom: 2%;
	text-align: left;
	box-sizing: border-box;
	border-radius: 30px;
	padding: 20px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	background-color: #000000;
}

.servBox.lastServBox {
	float: right;
	margin-right: 0;
}

.servBox p {
	color: white !important;
}

.servBox p b {
	color: white !important;
}


img.topWideImage {
	width: 100%;
	float: left;
	height: auto;
}





/*Wide Areas*/

.greyBodyWide {
	float: left;
	width: 100%;
	background-color: #efefef;
	border-bottom: 1px solid #000000;
}

.greyBodyWide h4 {
	color: #000000 !important;
	font-size: 90% !important;
	text-transform: uppercase;
	font-weight: 500;

}

.greyBodyWide h4 span {
	font-weight: bold;
	text-decoration: underline;
	text-transform: upppercase;
	display: inline-block;

}

.whiteBodyWide {
	float: left;
	width: 100%;
	background-color: white;
}

.bodyWideLeft {
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}

.textLeft {
	float: left;
	width: 50%;
	height: 750px;
	position: relative;
}

.textLeftWrap {
	position: absolute;
    top: 50%;
	transform: translateY(-50%); 
	padding-left: 50px;
	padding-right: 50px;
	box-sizing: border-box;
}

.imageRight {
	float: right;
	width: 50%;
	height: 750px;
}


img.mobileImage {
	display: none;
}
	


.bodyWideRight {
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}

.textRight {
	float: right;
	width: 50%;
	height: 750px;
	position: relative;
}
.textRightWrap {
	position: absolute;
    top: 50%;
	transform: translateY(-50%); 
	padding-left: 50px;
	padding-right: 50px;
	box-sizing: border-box;
}







/* Left Right  */

.leftDiv {
	float: left;
	width: 48%;
}

.leftDiv.widerLeftDiv {
	float: left;
	width: 35%;
}

.rightDiv {
	float: right;
	width: 48%;
}

.rightDiv.widerRightDiv {
	float: right;
	width: 61%;
}


.serviceBox {
	float: left;
	width: 24%;
	margin-right: 1%;
	background-color: #efefef;
	padding: 5px 10px 5px 10px;
	box-sizing: border-box;
	border-radius: 20px;
}



.serviceBox h3 {
	color: #000000 !important;
	font-size: 130% !important;
	font-weight: bold;

}

.serviceBox h3 span {
	font-weight: normal;
	font-style: italic;
	color: #B99356 !important;
}


.leftDiv img {
	border: 3px solid;
	border-image-slice: 1;
    border-width: 7px;
	border-image-source: linear-gradient(to left, #b17630, #f0e19c);
}


.rightDiv img {
	border: 3px solid;
	border-image-slice: 1;
    border-width: 7px;
	border-image-source: linear-gradient(to left, #b17630, #f0e19c);
}



/* 1399*/
@media only screen 
and (max-width : 1399px) 
				 {

nav {
	float: left;
	width: 100%;
}	
					 
				 
					 
#topBar {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
	padding-top: 0;
}				
					 
#reviews {
	float: left;
	margin: 120px 0 0 100px;
}					 

header {
	width: 100%;	
}
					 					 			 
					 
footer {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}

#bannerInner {
	width: 100%;	
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}
					 
					 
					 
.greyOuter {
	padding: 55px 0 55px 0;
}
					 
					 
.whiteOuter {
	padding: 20px 0 20px 0;
}					 
					 
.pinkOuter {
	padding: 20px 0 20px 0;
}	
					 
#mainBodyHome {
	padding: 20px 0 20px 0;
}					 
					 
#mainBody {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
					 
.greyInner {
	width: 100%;	
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}
					 
.whiteInner {
	width: 100%;	
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}	
					 
.pinkInner {
	width: 100%;	
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}					 
					
					 
.blueInner {
	width: 100%;	
	padding-left: 20px;
	padding-right: 2px;
	box-sizing: border-box;
}
					 
.miniInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}					 
					 
#windowsInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 
#homeBoxes {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}

#aboutInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 
#timetableInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 
#slides {
  width: 100%;
}

					 
#latestProjectsInner {
  width: 100%;
}
					 
#reviewsInner {
	width: 100%;	
}

#contactInner {
	float: left;
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}				 
					 
#whyUsInner {
	float: left;
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 
#copyright {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}

#icons {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}

					 
#callUsInner {
	float: left;
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}						 
					 
					 
#homeInfoInner {
  width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
	
					 
#extraInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}					 
	
					 
#driverTrainingInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 
					 
}




@media only screen 
and (max-width : 1100px) 
				 {

nav li a {
	font-size: 110%;
}

}



/* 959*/
@media only screen 
and (max-width : 959px) 
				 {

					 
					 
header {
	width: 100%;	
	box-sizing: border-box;
}
	
#headerBackground {
	padding-bottom: 0;
}

nav ul.mainNav {
	display: none;
}	

#leftNav {
	display: none;
}

#rightNav {
	display: none;
}
	
nav {
	float: left;
	width: 100%;
	margin: 0;	
	padding: 0;
	text-align: center !important;
}	

#navBackground {
	padding: 0;	
	display: block;
	border-top: 1px solid #ffffff;
}					 
					 
#accordionSection {
	display: block;
}

#logo {
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
}
	
#logo img { 
	float: none;
	max-width: 70%;
	width: 125px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
				 				 
#reviews {
	float: left;
	width: 100%;
	margin: 10px 0 30px 0;
	text-align: center;
}
					 
#headerLogos {
	display: none;
}	
					 
#contactHeader {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}

#contactHeader ul {
	float: left;
	width: 100%;
}
					 
#contactHeader li {
	float: left;
	width: 100%;
	text-align: center;
} 				
					 
#contactHeader h2 {
	text-align: center;
} 

#mainBodyOuter {
	margin-top: 0;
}

footer {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}


#copyright {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 
#contactFormInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}					 
		 
#latestProjectsInner {
 width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
	
#contactInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 
#contactOuter {
	text-align: center !important;
	padding: 10px 0 10px 0;
}	
	

.contactBox {
	float: left;
	width: 100%;	
	box-sizing: border-box;
	border: none;
	padding: 20px 0 20px 0 !important;
}

.contactBox.lastContactBox {
	float: left;
	width: 100%;	
	padding: 10px 0 10px 0;
	border-right: 0;
	border-bottom: none;
	padding-bottom:0;
} 

#innerBoxes {
	margin-top: 0;
} 
					 
#bookNow {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
					 
#bookNow p {
	text-align: center;
}
					 
#bookNow p a {
	text-align: center;
}


#standoutBox img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
					 
#standoutBox h2 {
	font-size: 120%;
	text-align: center;
}	
					 
#standoutBox p {
	font-size: 110%;
	text-align: center;
}				
					 
.circleBox {
	float: left;
	width: 40%;	
	margin-right: 5%;
	margin-bottom: 30px;
	text-align:center;
	box-sizing: border-box;
}
					 
.circleBox img {
	max-width: 70% !important;
}

.circleBox.lastCircleBox {
	float: left;
	margin-right: 0;
}	

#treeText p {
	font-size: 350%;
}
		
					 
#topMainWrapper {
	height: 600px;
}
					 
#topMainWrapperInner {
	width: 60%;
}
					 					 
					 
#membershipBoxes {
	display: block;
}	
					 
		 
.servBox {
	float: left;
	width: 100%;	
	margin: 0 0 20px 0;
	box-sizing: border-box;
}

.servBox.lastServBox {
	float: left;
	width: 100%;	
	margin: 0 0 20px 0;
	box-sizing: border-box;
} 					 

					 
						 
.homeBox {
	float: left;
	width: 45%;
	margin-right: 3%;
	box-sizing: border-box;
	margin-bottom: 30px;
}
					 					
.homeBox.lastHomeBox {
	float: left;
	width: 45%;	
	box-sizing: border-box;
} 
				 
					 
					 
}



/* 850*/
@media only screen 
and (max-width : 850px) 
				 {
				

/* Left Right  */

.leftDiv {
	float: left;
	width: 100%;
}

.rightDiv {
	float: left;
	width: 100%;
}
	
.leftDiv.widerLeftDiv {
	float: left;
	width: 100%;
}

.rightDiv.widerRightDiv {
	float: left;
	width: 100%;
}
					 
					 
					 
#bannerSlogan {
	position: static;
}
					 
#bannerSlogan .rightDiv {
	float: left;
	width: 100%;
	position: static;
	right: auto;
	top: auto;
	-webkit-transform: none;
    -ms-transform:none;
    transform:none;
	text-align: center;
}					 
			 
	
.serviceBox {
	width: 49%;
	margin-bottom: 1%;
}				 

					 
#introArea {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#typeArea {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 15px 5px 15px;
	background-color: #002173;
	border-radius: 5px;/*
	border-left: 15px solid #B99356;*/
}
 					 
					 
}




 /* 730*/
@media only screen 
and (max-width : 730px) 
				 {
				



.textLeft {
	float: left;
	width: 100%;
	box-sizing: border-box;
	height: auto;
	position:static;
	padding: 40px 20px 40px 20px;
}
					 
.textLeftWrap {
	position:static;
    top: 0;
	transform: none; 
	padding: 0;
}

.imageRight {
	display: none;
}
					 

.textRight {
	float: left;
	width: 100%;
	box-sizing: border-box;
	height: auto;
	position:static;
	padding: 40px 20px 40px 20px;
}
					 
.textRightWrap {
	position:static;
    top: 0;
	transform: none; 
	padding: 0;
}

.imageLeft {
	display: none;
}
						 
					 
img.mobileImage {
	display: block;
}
	
#mainBodyWide {
	margin: 0 auto;
	width: 100%;
	padding-left: 0;
	box-sizing: border-box;
}	
					 
.bodyWideLeft {
	margin: 0 auto;
	width: 100%;
	padding-left: 0;
	box-sizing: border-box;
}	
					 
.bodyWideRight {
	margin: 0 auto;
	width: 100%;
	padding-right: 0;
	box-sizing: border-box;
}					 

.whiteBodyWide {
	margin: 0 auto;
	width: 100%;
	padding-left: 0;
	box-sizing: border-box;
}				 
					 
.greyBodyWide {
	margin: 0 auto;
	width: 100%;
	padding-left: 0;
	box-sizing: border-box;
}						 
	
					 

#bannerOuter {
	padding: 25px 0 0 0;
}
					 

}






 /* 730*/
@media only screen 
and (max-width : 730px) 
				 {
				

	
#contactFormArea fieldset {
	width: 100%;
}

#contactFormArea .error {
	margin: 10px 0 0 0;
}	

#contactFormArea .field {
	width: 95%;
}

#contactFormArea .submitField {
	width: 100%;	
}

#contactFormArea input {
	float: left;
	width: 100%;
}

#contactFormArea textarea {
	float: left;
	width: 100%;
}


img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.25);
}	

#aboutInner img {
	float: none;
	clear: both;
	margin-left: 0;
}
					 
#gallery img {
	float: left;
	width: 48%;
	height: auto;
}

#contactLeft {
	float: left;	
	width: 100%;
}

#contactRight {
	float: right;	
	width: 100%;
}	



#benefits {
	float: none;
	clear: both;
	margin-left: 0;
}




.innerBox {
	float: left;
	width: 47%;	
	margin-right: 3%;
}


.innerBox.lastInnerBox {
	float: left;
	width: 47%;	
	margin-right: 3%;
} 

					 
#areas {
	float: none;
	clear: both;
}
					 
#copyLeft {
	float: left;	
	width: 100%;
	text-align: center;
}					 
	
#copyRight {
	float: left;	
	width: 100%;
	text-align: center;
}	

#mainBody ul.columnList {
	-moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
}

#mainBody ul.columnListTwo {
	-moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
}
	
.facebookReview {
	float: left;
	width: 100%;	
	margin-top: 15px;
}

.facebookReviewRight {
	float: left;
	width: 100%;	
	margin-top: 15px;
}	
					 
					 
#teachersPage .highlightBoxOne {
	padding: 40px;
}


#teachersPage .highlightBoxTwo {
	padding: 40px;
}

#teachersPage img.rightImage {
	margin-top: 10px;
	margin-left: 0;
}

#teachersPage h2 {
	margin-bottom: 20px;
}					 
					 
	#topBar p {
	font-size: 90%;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

#topBar ul {
	float: left;
	width: 100%;
	text-align: center;
}

#topBar li {
	float: none;
	text-align: center;
}
	
/*  News Box*/

#newsBox {
	float: left;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 2%;
	background-color: #000000 ;
}
					 


					 
			 
					 
		
.teamBox {
	float: left;
	width: 47%;	
	margin-right: 3%;
	margin-top: 15px;
}


.teamBox.lastTeamBox {
	float: left;
	width: 47%;	
	margin-right: 3%;
	margin-top: 15px;
} 		
						 
					 
.contactFormLeft {
	width: 100%;	
}

.contactFormRight {
	float: left;
	width: 100%;	
}	
					 
					 
.circleBox p {
	font-size: 95% !important;
}
	
					 
					 
.homeInfoLeft {
	float: left;
	width: 100%;
}

.homeInfoRight {
	float: left;
	width: 100%;
	margin-top: 20px;
}		
						 
.leftExtraBox img {
	float: none;
	clear: both;
	margin: 0;
}

.textExtra {
	padding: 20px 0 20px 0;
}

.rightExtraBox img {
	float: none;
	clear: both;
	margin: 0;
}	
					 
					 
					 

					 
						 
.windowsBox {
	width: 100%;	
	margin-bottom: 30px;
}

.windowsBox.lastWindowsBox {
	float: left;
	margin-bottom: 0;
}				 
	
					 
					 
#treeBox {
	height: auto;
}

#treeImage {
	float: left;
	width: 100%;
	height: 300px;
	border-radius: 5px 5px 0 0;
}

#treeText {
	float: left;
	width: 100%;
	height: auto;
	padding: 30px;
	border-radius: 0 0 5px 5px;

}

#treeText h4 {
	font-size: 200%;
	margin: 10px 0 30px 0;
	padding: 0;
}

#treeText p {
	font-size: 400%;
	margin: 10px 0 40px 0;
	padding: 0;
}
					 
					 
.memberBox {
	float: left;
	width: 100%;	
	margin-bottom: 30px;
	flex: none;
	margin-right: 0;
}


.memberBox.secondMemberBox {
	float: left;
	width: 100%;
	margin-bottom: 30px;
} 	
					 
.memberBox.thirdMemberBox {
	float: left;
	width: 100%;
	margin-bottom: 0;
} 					 
						 
						 
					 
					 
					 
					 
 }
 



/* 700*/
@media only screen 
and (max-width : 700px) 
				 {
					 
#leftBox {
	float: left;
	width: 100%;
	border-radius: 5px 5px 0 0;
	min-height: auto;
}

#rightBox {
	float: left;
	width: 100%;
	border-radius:  0 0 5px 5px;
	min-height: auto;
}
	

}


/* 600*/
@media only screen 
and (max-width : 600px) 
				 {
					 
/*Brand List*/

#mainBody ul.brandList {
	margin: 0;
}

#mainBody ul.brandList li {
	border: none;
    display: block;
	float: left;
	 width: 100%;
	margin-bottom: 10px;

}
					 
	
/*#bannerSloganInner {
	padding: 10px;			
}
					 
#bannerSlogan p {
	font-size: 110%;			
}
	
#bannerSlogan p span {
	font-size: 80%;			
}
					 
	*/				 

.priceBox {
	width: 100%;
}
					 


.priceBox.priceBoxThree h3 {
	color: #000000  !important;
}

.priceBox.priceBoxThree p {
	color: #000000  !important;
}

.priceBox.priceBoxFour h3 {
	color: white !important;
}
					 
.priceBox.priceBoxFour p {
	color: white !important;
}
					 
.priceBox.priceBoxOne {
	float: left;
}

.priceBox.priceBoxTwo {
	float: right;
}

.priceBox.priceBoxThree {
	float: left;
	background-color: #000000;
}

.priceBox.priceBoxFour {
	float: left;
	background-color: #000000 ;
}					 

				 				 
				 
#logo img {
	max-width: 80%;
}	
					 
.serviceBox {
	width: 100%;
	margin-bottom: 1%;
	margin-right: 0;
}				 
				 
					 
}







/* 480*/
@media only screen 
and (max-width : 480px) 
				 {
	
	
.homeBox {
	width: 100%;	
}
					 					
.homeBox.lastHomeBox {
	width: 100%;	
} 
						 
.homeBox img {
	max-width: 80% !important;	
}					 
					 
					 
#topBar li {
	font-size: 100%;
	display: block;
}	
					 
#topBar p {
	font-size: 90%;
}					 
					 

	
.innerBox {
	float: left;
	width: 100%;	
	border: none;
}


.innerBox.lastInnerBox {
	float: left;
	width: 100%;	
	margin: 0;
} 
					 
#whyUs {
	float: none;
	clear: both;
	margin: 0;
}



#benefits li {
	line-height: 24px;
	margin-bottom: 13px;
}
					 
					 
#teachersPage .highlightBoxOne {
	padding: 20px;
}


#teachersPage .highlightBoxTwo {
	padding: 20px;
}					 

#contactHeader {
	margin: 0 0 10px 0;
}					 
					 
					 
#contactHeader li i.fa-mobile-alt {
	margin-left: 5px;
}


#contactHeader p a {
	font-size: 90%;
}					 
.teamBox {
	float: left;
	width: 100%;	
	border: none;
	margin-top: 15px;
}


.teamBox.lastTeamBox {
	float: left;
	width: 100%;	
	margin: 15px 0 0 0;
}					 
	
/*#mainBodyHome h2 {
	text-align: center;					 	
}					 
	*/				 
.circleBox {
	float: left;
	width: 100%;	
	margin-right: 0;
	margin-bottom: 40px;
}
					 
.circleBox img {
	max-width: 40% !important;
}

.circleBox.lastCircleBox {
	float: left;
	margin-right: 0;
}
				 
.contactBox.contactSecondBox {
	float: left;
	width: 100%;	
} 

.contactBox.lastContactBox {
	float: left;
	width: 100%;	
} 	
					 
				 
#footerBackground {
	text-align: center !important;
}	
	
#copyRight {
	width: 100%;	
}
					 
				 
	
ul.tickList i.far {
	font-size: 150%;
}

ul.tickList li {
	font-size: 100%;
}
	
					 
#topMainWrapper {
	height: 300px;
}
					 
#topMainWrapperInner {
	width: 90%;
	padding: 5px;
}
						 
#topMainWrapperSlogan h2 {
	font-size: 120% !important;
}					 
					 
#topMainWrapperSlogan p {
	font-size: 80% !important;
	line-height: 20px !important;
}						 
	
					 
h1 {
	font-size: 150%;

}
					 
					 
					 
					 
					 
}
				
	



.iris {
	width: 100% !important;
	border: none !important;
	font-family: "Open Sans", sans-serif;
	color: #000000  !important;
	padding: 0 !important;
	margin-top: 20px !important;
}

.iris h1 {
	display: none !important;
}


.iris-form {
	width: 100% !important;
	box-sizing: border-box;
	border: none !important;
	color: #000000  !important;
	padding: 0 !important;
}

.iris .iris-row {
	float: left;	
	width: 100%;
	margin-bottom: 5px !important;
	box-sizing: border-box;
}

.iris .g-recaptcha {
	float: left;	
	width: 100%;
	margin-bottom: 5px !important;
	box-sizing: border-box;
	clear: both;
}

.iris .iris-row button {
	float: none;
	width: 100%;
	height: 40px;
	font-size: 100%;
	background-color: #000000;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 !important;
	margin: 0 !important;
}

.iris .iris-row button:hover {
    background-color: #002173 !important;
	color: #ffffff !important;
	cursor: pointer;
	border: 1px solid #002173 !imporant;
}

.iris .iris-row .label {
	font-size: 110% !important;
	color: #000000 ;
	font-weight: bold;
	text-align: left;
	box-sizing: border-box;
	font-family: "Open Sans", sans-serif;
}	

.iris .iris-row input {
	color: #000000 ;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #000000 !important;
	margin-top: 10px;
	border-radius: 5px;
	text-align: left !important;
	box-sizing: border-box;
}


.iris .attachment-row input {
	border: none !important;
	box-sizing: border-box;
}


.iris .iris-row select {
	color: #000000 ;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: white;
	font-size: 100% !important;
	border: 1px solid #000000;
	margin-top: 10px;
	border-radius: 5px;
	box-sizing: border-box;
}


.iris .iris-row textarea {
	color: #000000 ;	
	float: left;
	width: 100%;
	height: 340px;
	background-color: white;
	font-size: 100%;
	border: 1px solid #000000;
	margin-top: 10px;
	border-radius: 5px;
	text-align: left !important;
	box-sizing: border-box;
}

.iris .iris-row .checkboxes {
	box-sizing: border-box;
}


.iris .iris-row .checkbox {
	float: left;
	width: auto !important;
	margin-top: 10px;
	text-align: center;
	border: 1px solid white;
	padding: 7px;
	font-size: 95% !important;
	color: #000000 !important;
	box-sizing: border-box;
}


.iris .iris-row .checkbox-label {
	font-size: 120% !important;
	color: #000000 ;
	font-family: "Open Sans", sans-serif;
}

.iris .iris-row .checkbox input {
	float: left !important;
	width: 10px !important;
	height: auto !important;
	margin-top: 3px !important;
	margin-right: 5px !important;
	box-sizing: border-box;
}



.iris .success {
	background-color: #002173  !important;
	border: #b17630 1px solid !important;
	padding: 10px !important;
	box-sizing: border-box;
	color: white !important;
	font-size: 110% !important;
	font-weight: bold !important;
	text-align: center !important;
}


i.fas.fa-star {
	color: yellow !important;
}

