/* CSS Document */

/*

Black #282728


Dark Blue #213f93
Dark Purple #4c2194

-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);

font-family: "Poppins", sans-serif;

*/

body {
	background: white;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: "Poppins", sans-serif;
	border-top: 10px solid #213f93;
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 1px solid #282728;	
	margin: 50px 0 30px 0;
}

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


/*Top Bar*/


#topBarBackground {
	float: left;
	width: 100%;
	background-color: #4c2194;
	padding: 4px 0 4px 0;
}

#topBar {
	margin: 0 auto;
	width: 1400px;	
}
#topBar p .fa-star {
	color: yellow;
} 

#topBar p {
	float: left;
	width: 100%;
	color: white;
	font-size: 90%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
}

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

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

#topBar ul {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align:right;
}

#topBar li {
	color: white;
	font-size: 90%;
	display: inline;
	margin-left: 10px;
	font-weight: normal;
}

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

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

#topBar i.fas {
	color: white;
}


/*Header*/

#headerBackground {
	float: left;
	width: 100%;	
	background-color: #ffffff;
}

header {
	margin: 0 auto;
	width: 1400px;	
}

#logo { 
	float: left;
	margin: 25px 0 20px 0;
}

#logo img { 
	max-width: 100%;
	height: auto;
	float: left;
}

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

#appointment {
	float: right;
	margin-top: 30px;
}


#appointment p.findMore a {
	color: #ffffff !important;
	padding: 8px 15px 8px 15px;
	background-color: white;
	text-align: center;
	text-decoration: none !important;
	 background: linear-gradient(to left, #4c2194 50%, #213f93 50%) right;
    background-size: 200%;
    transition: .4s ease-out;
	display: inline-block;
	border-radius: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

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

/*Announce*/


#announce {
	float: left;
	width: 100%;	
	background-color: white;
	padding: 5px 0 5px 0;
}

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

#announceInner p {
	color: #282728;
	font-size: 110%;
}

#announceInner img {
	margin-bottom: 10px;
}

#announceInner ul {
	list-style-type: none;
	padding-left: 0;
	text-align: center;
}

#announceInner li {
	color: black;
	font-size: 100%;
	font-weight: bold;
}

#announceInner li b {
	color: #282728;
	font-size: 120%;
}


/*Contact Area*/

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

#contactHeader p {
	float: left;
	margin: 0;
	padding: 0;
}

#contactHeader p a {
	color: white;
	padding: 10px;
	font-size: 110%;
	text-transform: uppercase;
	font-weight: lighter;
	text-decoration: none;
	background: linear-gradient(to left, #282728 50%, #282728 50%) right;
    background-size: 200%;
    transition: .4s ease-out;
	display: inline-block;
}

#contactHeader p a:hover {
	background-position: left;
	color: white !important;
	text-decoration: none;
}

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

#contactHeader li {
	color: #282728;
	line-height: 30px;
	margin: 0 0 0 30px;
	padding: 0;
	font-size: 110%;
	font-weight: bold;
	display: inline-block;
}

#contactHeader li i.fa-solid {
	color: #282728; 
	font-size: 130%;
}

#contactHeader li i.fas {
	color: #282728; 
	font-size: 130%;
}

#contactHeader li a {
	color: #282728;
	text-decoration: none;
}

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



/*										Nav								*/

#navBackground {
	float: left;
	width: 100%;
	background-color: #ffffff;
	padding: 10px 0 5px 0;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(7, 7, 7, 0.15);
	-moz-box-shadow:    2px 2px 3px 0px rgba(7, 7, 7, 0.15);
	box-shadow:         2px 2px 3px 0px rgba(7, 7, 7, 0.15);
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

nav {
	margin: 0 auto;
	width: 1400px;
	text-align: left;
}

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

nav li {
	display: inline;
	color: #282728;
	margin: 0 30px 0 0;
	padding: 0;
	position: relative;
}

nav li a {
	font-size: 110%;
	color:#282728;
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}


nav li a:hover {
	color: #213f93;
	text-decoration: none;
}

nav li a.active {
	color: #213f93;
	text-decoration: none;
}


nav i.fa-solid {
	font-size: 140%;
	color:#213f93;
	text-decoration: none;
	margin: 0;
}

nav i.fa-solid:hover {
	color:#282728;
	text-decoration: none;
}

nav i.fa-brands {
	font-size: 140%;
	color:#213f93;
	text-decoration: none;
	margin: 0 5px 0 0;
}

nav i.fa-brands:hover {
	color:#282728;
	text-decoration: none;
}




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

nav ul.dropdown ul { 
	visibility: hidden; 
	position: absolute; 
	top: -10px; 
	left: 0; 
	text-align: left;
	background-color: #282728;
	min-width: 240px;
	padding: 20px 0 20px 20px;
	margin: 0;
	z-index: 1000;
	-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 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: 0 0 5px 0;
	margin-right: 0;
	color: white;
	line-height: 20px;
	font-size: 90% !important;
}


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: 0 0 5px 0;
	color: white;
	text-decoration: none;
	border-radius: 0;
}

nav ul.dropdown ul li a:hover {
	color: #efefef;
	text-decoration: none;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid white;
}

nav ul.dropdown ul li a.active {
	color: #efefef;
	text-decoration: none;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid white;
}

/*Mobile Menu*/

#accordionSection {
	float: left;
	display: none;
	text-align: left;
}

.accordionButton {
	padding: 0;
}

.accordionButton h4 {
	color: white;	
	padding: 10px 0 10px 0;
	margin:0;
	font-weight: normal;
	font-size: 120%;
}

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

.accordionButton:hover h4 span {
	color: #282728;
	cursor: pointer;
}
.accordionContent {
	float: left;
}

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

#accordionSection .accordionContent li {
	display: block;
	font-size: 100%;
	margin: 0;
	padding: 0;
	line-height: 36px;
	color: white;
	float: none;
	text-align: left;
}

#accordionSection .accordionContent li a {
	float: none;
	color: white;
	border: none;
	text-align: left;
	margin: 0;
	border-bottom: none;
}

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

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


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

#accordionSection .accordionContent li a.book:hover {
	border: 1px solid white;
}

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

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

/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: #282728;
	border-top: 1px solid white;
	padding: 5px 0 10px 0;
}

footer {
	width: 1400px;
	margin: 0 auto;
	padding: 6px 0 3px 0;
}

footer p {
	color: white;
	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: white;
}

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

#copyRight {
	float: right;	
}

#copyLeft {
	float: left;	
}


/*Contact Area*/

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

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

.contactBox {
	float: left;
	width: 33%;	
	padding: 15px 0 15px 0;
}

.contactBox.lastContactBox {
	float: right;
}

#contactInner h2 {
	color: white;
	font-size: 100% !important;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
}

#contactInner p {
	color: white; 
	line-height: 25px;
	font-size: 90%;
	margin: 0;
	padding: 0;
}

#contactInner p b {
	color: white; 
}

#contactInner p span {
	font-size: 80%;
}

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

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

#contactInner i.fas {
	color: white; 
	font-size: 120%;
	margin-right: 5px;
}

#contactInner i.fa-solid {
	color: white; 
	font-size: 120%;
	margin-right: 5px;
}


#contactInner i.fa-brands {
	color: white; 
	font-size: 120%;
	margin-right: 5px;
	text-decoration: none;
}

#contactInner i.fa-brands:hover {
	color: #efefef; 
	text-decoration: none;
}


#contactInner i.fa-square-whatsapp {
	color: white !important; 
	font-size: 120% !important;
	margin-right: 5px !important;
}


#contactInner a {
	color: white; 
}

#contactInner a:hover {
	color: white; 
}

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

#contactInner li {
	color: white; 
	line-height: 30px;
	font-size: 95%;
	font-weight: 300;
}
#contactInner li a {
	color: white; 
	text-decoration: none;
}

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


#contactInner img {
	background-color: white;
	border-radius: 30px;
}



/*										Banner								*/


#bannerOuter {
	float: left;
	width: 100%;
	background: url("images/therapists-at-hampshire-mental-health-partners.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

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

/* 2000*/
@media only screen 
and (max-width : 2000px) 
				 {
#bannerInner {
	height: 1000px;
}

}


/* 1500*/
@media only screen 
and (max-width : 1500px) 
				 {
#bannerInner {
	height: 800px;
}

}


/* 1399*/
@media only screen 
and (max-width : 1399px) 
				 {
#bannerInner {
	width: 100%;	
}

}


/* 1200*/
@media only screen 
and (max-width : 1200px) 
				 {
#bannerInner {
	height: 600px;
}

}

/* 959*/
@media only screen 
and (max-width : 959px) 
				 {
#bannerInner {
	height: 500px;
}

}





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

#bannerSlogan h2 {
	color: white !important;
	font-size: 160% !important;
	margin: 0;
	padding: 0;
	font-weight: 800;
	text-shadow: 5px 5px 30px #282728;
	text-transform: uppercase;
}

#bannerSlogan h3 {
	color: white !important;
	font-size: 120% !important;
	margin: 0 0 6px 0;
	padding: 0;
	font-weight: 800;
	text-shadow: 5px 5px 30px #282728;
	text-transform: none;
}


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

#bannerSlogan ul li {
	display: block;
	color: white;
	font-weight: bold;
	font-size: 100%;
	text-shadow: 5px 5px 30px #282728;
	margin-bottom: 5px;
}


#bannerSlogan ul li i.fa-solid {
	color: white;
	font-size: 110%;
	text-shadow: 0px 0px 0px #282728;
}

#bannerSlogan p {
	display: block;
	color: white;
	font-weight: 500;
	font-size: 100%;
	text-shadow: 5px 5px 30px #282728;
	margin: 5px 0 5px 0;
}



img.bannerMobile {
	display: none;
}

#mobileText {
	float: left;
	 width: 100%;
	background-color: white;
	padding: 7px 10px 20px 10px;
	box-sizing: border-box;
	display: none;
}

#mobileText h2 {
	font-size: 160% !important;
	margin: 0;
	padding: 0;
	font-weight: 800;
	text-transform: uppercase;
}

#mobileText h3 {
	font-size: 120% !important;
	margin: 0 0 6px 0;
	padding: 0;
	font-weight: 800;
	text-transform: none;
}

#mobileText p {
	display: block;
	font-weight: 500;
	font-size: 100%;
	margin: 5px 0 5px 0;
}





/*Inner page banners*/

#bannerInnerPages {
	float: left;
	width: 100%;
	height: 300px;
}

#servicesPage #bannerInnerPages {
	background: url("images/mental-health-services-banner.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#assessPage #bannerInnerPages {
	background: url("images/assessment-treatment-banner.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#faqsPage #bannerInnerPages {
	background: url("images/faq-smental-health-services-banner.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}


#pricesPage #bannerInnerPages {
	background: url("images/prices-mental-health-services-banner.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						*/


#mainBodyHome {
	float: left;
	width: 100%;
	padding: 40px 0 40px 0;
	text-align: center;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	padding-bottom: 40px;
	padding-top: 20px;
}

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

/*#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: 130%;
	color: #4c2194;
	font-weight: 800;
	text-transform: uppercase;
}

#home h1 {
	margin-bottom: 0;
}

h2 {
	color: #4c2194;
	font-size: 130%;
	font-weight: 800;
	text-transform: uppercase;
}

h3 {
	color: #213f93;
	font-size: 130%;
	text-transform: uppercase;
	font-weight: 800;
}

 h3 a {
	color: white;
	text-decoration: none;
}

h3 a:hover {
	color: white;
	text-decoration: underline;
}

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

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

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

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

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

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

li {
	font-size: 90%;
	line-height: 28px;
	color: #282728;
}

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

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

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


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

img.leftImage {
	float: left;
	margin: 0 20px 10px 0;
	max-width: 100%;
	height: auto;
	border: 5px solid #ffffff;
	-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);
	border-radius: 30px !important;
}

img.rightImage {
	float: right;
	margin: 0 0 10px 30px;
	max-width: 100%;
	height: auto;
	border: 5px solid #ffffff;
	-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);
	border-radius: 30px !important;
}	

img.rightImageShadow {
	float: right;
	margin: 10px 0 10px 30px;
	max-width: 100%;
	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);
	border: 5px solid white;
	box-sizing: border-box;
}


#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: #ffffff !important;
	padding: 8px 15px 8px 15px;
	background-color: white;
	text-align: center;
	text-decoration: none !important;
	 background: linear-gradient(to left, #4c2194 50%, #213f93 50%) right;
    background-size: 200%;
    transition: .4s ease-out;
	display: inline-block;
	border-radius: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

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



#homeIntroWhy {
	float: left;
	width: 45%;
	background-color: #efefef;
	padding: 10px 30px 20px 30px;
	box-sizing: border-box;
	border-radius: 30px;
}

#homeIntroText {
	float: right;
	width: 50%;
}

#homeIntroText h1 {
	margin-top: 80px;
}

#homeIntroWhy p i.fa-solid {
	color: #213f93;
	font-size: 120%;
}



.locationLeft {
	float: left;
	width: 49%;
	box-sizing: border-box;
}

.locationLeft iframe {
	border-radius: 30px;
}

.locationRight {
	float: right;
	width: 49%;
	box-sizing: border-box;
	background-color: white;
	border-radius: 30px;
	padding: 50px;
	margin-top: 70px;
}

.locationRight p {
	font-size: 110% !important;
}

.locationRight p a {
	margin-right: 10px !important;
}








.locationRightTwo {
	float: right;
	width: 49%;
	box-sizing: border-box;
}

.locationRightTwo iframe {
	border-radius: 30px;
}

.locationLeftTwo {
	float: left;
	width: 49%;
	box-sizing: border-box;
	background-color: white;
	border-radius: 30px;
	padding: 50px;
	margin-top: 70px;
}

.locationLeftTwo p {
	font-size: 110% !important;
}

.locationLeftTwo p a {
	margin-right: 10px !important;
}

/*Servcies Grey*/

.servicesGreyOuter {
	float: left;
	width: 100%;
	background-color: #efefef;
	padding-bottom: 40px;
	padding-top: 40px;
}


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


.servicesGreyInner h1 {
	font-size: 150%;
	color: #282728;
	margin-bottom: 0;
}

.servicesGreyInner h2 {
	color: #282728;
	font-size: 150%;
}

.servicesGreyInner h3 {
	color: #282728;
	font-size: 150%;
}

.servicesGreyInner p {
	font-size: 100%;
	line-height: 28px;
	color: #282728;
}

.servicesGreyInner p b {
	color: #282728;
	font-weight: bold;
}	

.servicesGreyInner p a {
	color: #282728;
	text-decoration: underline;
}

.servicesGreyInner p a:hover {
	color: #282728;
	text-decoration: none;
}

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

.servicesGreyInner li b {
	font-weight: bold;
	color: #282728;
}

.servicesGreyInner li a {
	color: #282728;
	text-decoration: underline;
}

.servicesGreyInner li a:hover {
	color: #282728;
	text-decoration: none;
}


/*Servcies White*/

.servicesWhiteOuter {
	float: left;
	width: 100%;
	background-color: white;
	padding-bottom: 40px;
	padding-top: 40px;
}


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


.servicesWhiteInner h1 {
	font-size: 150%;
	color: #282728;
	margin-bottom: 0;
}

.servicesWhiteInner h2 {
	color: #282728;
	font-size: 150%;
}

.servicesWhiteInner h3 {
	color: #282728;
	font-size: 150%;
}

.servicesWhiteInner p {
	font-size: 100%;
	line-height: 28px;
	color: #282728;
}

.servicesWhiteInner p b {
	color: #282728;
	font-weight: bold;
}	

.servicesWhiteInner p a {
	color: #282728;
	text-decoration: underline;
}

.servicesWhiteInner p a:hover {
	color: #282728;
	text-decoration: none;
}

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

.servicesWhiteInner li b {
	font-weight: bold;
	color: #282728;
}

.servicesWhiteInner li a {
	color: #282728;
	text-decoration: underline;
}

.servicesWhiteInner li a:hover {
	color: #282728;
	text-decoration: none;
}



/*Servcies Blue*/

.servicesBlueOuter {
	float: left;
	width: 100%;
	background: url("images/background.jpg") repeat;
	padding-bottom: 40px;
	padding-top: 40px;
}


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


.servicesBlueInner h1 {
	font-size: 150%;
	color: white;
	margin-bottom: 0;
}

.servicesBlueInner h2 {
	color: white;
	font-size: 150%;
}

.servicesBlueInner h3 {
	color: white;
	font-size: 150%;
}

.servicesBlueInner p {
	font-size: 100%;
	line-height: 28px;
	color: white;
}

.servicesBlueInner p b {
	color: white;
	font-weight: bold;
}	

.servicesBlueInner p a {
	color: white;
	text-decoration: underline;
}

.servicesBlueInner p a:hover {
	color: white;
	text-decoration: none;
}

.servicesBlueInner li {
	font-size: 100%;
	line-height: 28px;
	color:  white;
}

.servicesBlueInner li b {
	font-weight: bold;
	color:  white;
}

.servicesBlueInner li a {
	color:  white;
	text-decoration: underline;
}

.servicesBlueInner li a:hover {
	color: white;
	text-decoration: none;
}


/*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			*/

.aboutAreaLeft {
	float: left;
	width: 47%;
}

.aboutAreaLeft iframe {
	border: 3px solid #282728;  
	-webkit-box-shadow: 2px 2px 3px 0px rgba(7, 7, 7, 0.25);
	-moz-box-shadow:    2px 2px 3px 0px rgba(7, 7, 7, 0.25);
	box-shadow:         2px 2px 3px 0px rgba(7, 7, 7, 0.25);
}

.aboutAreaRight {
	float: right;
	width: 47%;
}

.aboutAreaRight img {
	border: 3px solid #282728;  
	-webkit-box-shadow: 2px 2px 3px 0px rgba(7, 7, 7, 0.25);
	-moz-box-shadow:    2px 2px 3px 0px rgba(7, 7, 7, 0.25);
	box-shadow:         2px 2px 3px 0px rgba(7, 7, 7, 0.25);
}

/*										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;	
}

#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: 100px;
	height: 40px;
	font-size: 100%;
	background-color: #282728;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
	border-radius: 5px;
}

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

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

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

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


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

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

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

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

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




/*Iris form*/



.iris {
	width: 100% !important;
	border: none !important;
	font-family: "Poppins", sans-serif;
	color: #282728 !important;
	padding: 0 !important;
	margin-top: 0 !important;
}

.iris h1 {
	display: none !important;
}


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

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

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

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

.iris .iris-row button:hover {
    background-color: #282728 !important;
	color: white  !important;
	cursor: pointer;
}

.iris .iris-row .label {
	font-size: 100%;
	color: #282728 ;
	font-weight: bold;
	text-align: left;
	box-sizing: border-box;
}	

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


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


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


.iris .iris-row textarea {
	color: #282728;	
	float: left;
	width: 100%;
	height: 150px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #282728;
	margin-top: 0;
	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 #efefef;
	padding: 7px;
	font-size: 95% !important;
	color: black !important;
	box-sizing: border-box;
}

.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: #282728 !important;
	border: #282728 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;
}


.iris .iris-row .attachement-row {
	float: left;
	width: auto !important;
	box-sizing: border-box;
	clear: both !important;
}

.iris .icon-add-more-attachment {
	float: left;
	width: auto !important;
	box-sizing: border-box;
	clear: both !important;
}


.iris input::placeholder { 
    color: #282728 !important;
	font-size: 130% !important; 
}





/*											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 h2 {
	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: #282728;
	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;
}

#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: #282728;
	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: #282728;
	text-decoration: none !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 30px;
}

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

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



/*Options*/

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

#optionSection h2 {
	padding: 10px 0 10px 10px;
	margin: 0;
	color: white;
	border-bottom: 2px solid #ffde34;
	font-size: 110%;
}	

#optionSection h2 span {
	color: white !important;
	text-transform: none;
}

.optionButton {
	float: left;
	width: 100%;	
	margin: 0;
	padding: 0;
	background-color: #4d29b7;
	border-radius: 0;
}

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

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


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

.optionButton.on h2 {
	color: white !important;
}

.optionButton.over h2 {
	color: white !important;
}


.optionButton:hover h2 {
	color: white !important;
}

.optionContent {
	float: left;
	width: 98%;
	padding: 1%;
	background-color: white;
	border-left: 1px dotted #282728;
	border-right: 1px dotted #282728;
	border-bottom: 1px dotted #282728;
	border-radius: 0 0 5px 5px;
}





/*Icons*/

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

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

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


/*Standout*/

#standoutBox {
	float: left;
	width: 100%;
	padding: 2%;
	background-color: #282728;
	margin: 20px 0 20px 0;
	border-radius: 5px;
	box-sizing: border-box;
	border: 3px solid #282728;
}

#standoutBox h2 {
	color: white;
}

#standoutBox p {
	color: white;
}

#standoutBox p b {
	color: white;
}

#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: #282728;
    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 #efefef;
	border-radius: 30px;
}

#return-to-top i {
    color: white;
    margin: 0;
    position: relative;
    left: 18px;
    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: white;
}

#return-to-top:hover i {
    color: #282728;
    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: #282728 !important;
}

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





/*  News Box*/

#newsBox {
	float: right;
	padding: 20px;	
	background-color: #282728;
	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*/

#whyUsBox {
	float: left;
	margin: 0 30px 30px 0;
	background-color: #282728;
	border-left: 10px solid #282728;
	padding: 10px;
}

#whyUsBox h2 {
	color: white;
	font-size: 120%;
}

#whyUsBox li {
	color: white;
	display: block;
}

#whyUsBox li i.far {
	color: white;
	font-size: 180%;
}




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

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

ul.inlineList li i.far {
	font-size: 150%;
	color: #282728;
	margin-right: 5px;
}



/*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: #282728;
} 




/*											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;
}

ul.pointersList li i {
	font-size: 150%;
	color: #282728;
	margin-right: 5px;
}



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



/*Call Us*/

#callUsOuter {
	background-color: #282728;
	padding: 15px 0 15px 0;
	float: left;
	width: 100%;	
	text-align: center;
	border-bottom: 1px solid white;
}

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

#callUsInner ul {
	width: 100%;
	list-style-type: none;
	padding:0;
	margin: 0;
}

#callUsInner li {
	display: inline-block;
	color: white;
	font-size: 110%;
	font-weight: bold;
	margin: 0 20px 0 20px;
}

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

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

/*Terms boxes*/

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

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

#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: #282728;
}

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

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

#extraInner h3 {
	color: white;
	font-size: 150%;
}

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

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

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

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

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

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

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

#extraInner li a:hover {
	color: white;
	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: #F9E159;
}

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

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

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










/*Home Service Boxes */

#servBoxes {
	float: left;
	width: 100%;	
	margin-bottom: 30px;
}


.servBox {
	float: left;
	width: 32%;	
	margin-right: 2%;
	margin-bottom: 2%;
	text-align: center;
	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: rgba(255,255,255,0.95)
}

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


#servBoxes .servBox img {
	float: left;
	margin-right: 10px;
}

#servBoxes .servBox h2 {
	text-align: left;
	color: #282728 !important;
	font-weight: bold;
	font-size: 120%;
	margin: 15px 0 0 0;
} 

#servBoxes .servBox p {
	text-align: left;
	color: #282728 !important; 
	font-size: 90%;
} 

#servBoxes .servBox:hover img {
	opacity: .8;
	cursor:pointer;
}

#servBoxes .servBox:hover h2 {
	color: #282728 !important;
} 

#servBoxes .servBox h2:hover {
	color: #282728 !important;
	cursor:pointer;
} 





/*Home Boxes */

#homeBoxes {
	float: left;
	width: 100%;	 
	box-sizing: border-box; 
}


.homeBox {
	float: left;
	width: 23%;	
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
	box-sizing: border-box;
}

.homeBox.lasthomeBox {
	float: right;
	margin-right: 0;
}

.homeBox h2 {
	text-align: center;
	color: white !important;
	font-weight: bold;
	font-size: 90% !important;
	margin: 15px 0 0 0;
} 

.homeBox p {
	text-align: center;
	font-weight: 600;
} 

.homeBox img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
} 

.homeBox:hover {
	cursor:pointer;
}

.homeBox:hover img {
	opacity: .8;
	cursor:pointer;
}

.homeBox:hover h2 {
	color: #efefef !important;
} 

.homeBox h2:hover {
	color: #efefef !important;
	cursor:pointer;
} 





/*Commercial Electricians*/

.leftBox {
	float: left;
	width: 48%;
	padding: 20px;
	box-sizing: border-box;
	background-color: #282728;
	border-radius: 5px;
}

.leftBox p {
	color: white !important;
}

.leftBox p b {
	color: white !important;
	font-size: 120% !important;
}

.leftBox li {
	color: white !important;
	font-size: 110% !important;
}

.rightBox {
	float: right;
	width: 48%;
	padding: 20px;
	box-sizing: border-box;
	background-color: #282728;
	border-radius: 5px;
}

.rightBox p {
	color: white !important;
}

.rightBox p b {
	color: white !important;
	font-size: 120% !important;
}

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

.rightBox li {
	color: white !important;
	font-size: 110% !important;
}

.rightBox li i.far {
	color: #282728 !important;
	font-size: 140% !important;
}










/*Background Video*/

#homeWrapper {
	float: left;
	width: 100%;	
	height: 100vh;
	background-color: rgba(83,85,90,.60);
	z-index: 99;
  	position: relative;
}



video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
	z-index: 98;
	max-width:100%;
}

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

#introBannerInner {
	margin: 0 auto;
	width: 1400px;	
	box-sizing: border-box;
	text-align: center;
}

#introText {
	position: absolute;
    top: 60%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 1;
}


#introText h2 {
	color: white;
	font-size: 200%;
	margin-bottom: 0;
}

#introText p {
	color: white;
	font-size: 150%;
	line-height: 40px;
	margin-top: 12px;
}

#introText p.videoSmall {
	color: white;
	font-size: 80% !important;
	line-height: 28px;
	margin: 0 !important;
	padding: 0 !important;
	margin-top: -5px !important;
}


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

#introText p a:hover {
	color: white;
	text-decoration: underline;
}

#introText p.readMore a {
	color: white;
	padding: 10px 12px 10px 12px;
	background-color: #282728;
	border-radius: 5px; 
	text-decoration: none !important;
	text-align: center;
	text-transform: uppercase;
	font-size: 100%;
}

#introText p.readMore a:hover {
	background-color: #282728;
	color: white;
	text-decoration: none;
}

#introText p.callBack a {
	color: white;
	padding: 8px 10px 8px 10px;
	background-color: #282728;
	border-radius: 5px; 
	text-decoration: none !important;
	text-align: center;
	text-transform: uppercase;
	font-size: 90%;
	display: inline-block;
}

#introText p.callBack a:hover {
	background-color: #282728;
	color: white;
	text-decoration: none;
}


#introText i.far {
	color: white;
	font-size: 400%;
}

#introText i.far:hover {
	color: #282728;
}







/*Wider Boxes*/


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

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

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


.blackOuter {
	float: left;
	width: 100%;
	background-color: #282728;
	padding: 40px 0 40px 0;
	box-sizing: border-box;		
}

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



/* */
.whiteOuter {
	float: left;
	width: 100%;
	background-color: white;
	padding: 40px 0 40px 0;
	box-sizing: border-box;		
}

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



/* */
.purpleOuter {
	float: left;
	width: 100%;
	background-color: #4c2194;
	padding: 10px 0 10px 0;
	box-sizing: border-box;		
}

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

.purpleInner p {
	color: white !important;
}

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


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

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

.blueOuter h2 {
	color: #003809 !important;
}

.blueOuter p {
	color: white !important;
}

.blueOuter p a {
	color: white !important;
}

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






/*Carousel*/


.container-carousel button {
    border: none;
    cursor: pointer;
    color: white;
    background: none;
    transition: all .3s ease-in-out;
}

.container-carousel button i.fa-sharp {
	color: #282728;
	font-size: 250% !important;
}

.container-carousel button i.fa-sharp:hover {
	color: #282728;
}

.container-carousel {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.carousel-view {
	width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 0;
  transition: all 0.25s ease-in;
}

.carousel-view .item-list {
  max-width: 100%;
  padding: 0;
  display: flex;
  gap: 48px;
  scroll-behavior: smooth;
  transition: all 0.25s ease-in;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  overflow: auto;
  scroll-snap-type: x mandatory;
}




/* Hide scrollbar for Chrome, Safari and Opera */
.item-list::-webkit-scrollbar {
  display: none;
}

.prev-btn {
  cursor: pointer;
}

.next-btn {
  cursor: pointer;
}

.item {
  scroll-snap-align: center;
  min-width: 190px;
  height: 190px;
	padding: 20px;
	box-sizing: border-box;
}





#bannerOuter .ti-widget-container {
	float: left;
}


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

#accredList li {
	display: inline-block;
	width: 16%;
	box-sizing: border-box;
}

#accredList img {
	margin: 0 auto;
	display: block;
	max-width: 80%;
	height: auto;
}


/*Dark Blue #282728
Light Blue #282728
Orange #282728*/



.leftPracticeBox {
	float: left;
	width: 48%;
	padding: 30px;
	box-sizing: border-box;
	border: 3px solid #282728;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(7, 7, 7, 0.25);
	-moz-box-shadow:    2px 2px 3px 0px rgba(7, 7, 7, 0.25);
	box-shadow:         2px 2px 3px 0px rgba(7, 7, 7, 0.25);
	border-radius: 30px;
}

.rightPracticeBox {
	float: right;
	width: 48%;
	padding: 30px;
	box-sizing: border-box;
	border: 3px solid #282728;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(7, 7, 7, 0.25);
	-moz-box-shadow:    2px 2px 3px 0px rgba(7, 7, 7, 0.25);
	box-shadow:         2px 2px 3px 0px rgba(7, 7, 7, 0.25);
	border-radius: 30px;
}





/*Wide Areas*/

.greyBodyWide {
	float: left;
	width: 100%;
	background-color: #efefef;
}

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

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

.textLeft {
	float: left;
	width: 45%;
	height: 550px;
	position: relative;
}
.textLeftWrap {
	position: absolute;
    top: 50%;
	transform: translateY(-50%); 
}

.imageRight {
	float: right;
	width: 50%;
	height: 550px;
	background: url("images/happy-family-new-home.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}


img.mobileImage {
	display: none;
}
	


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

.textRight {
	float: right;
	width: 45%;
	height: 550px;
	position: relative;
}
.textRightWrap {
	position: absolute;
    top: 50%;
	transform: translateY(-50%); 
}




/*Residential*/

#whyTest .imageRight {
	background: url("images/eye-exam-newham-london-new.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#youngEyes .imageLeft {
	float: left;
	width: 50%;
	height: 550px;
	background: url("images/children-eye-exam-newham-london-new.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#pediatricTest .imageRight {
	background: url("images/pediatric-optometrist-newham-london.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#testSigns .imageLeft {
	float: left;
	width: 50%;
	height: 550px;
	background: url("images/child-eye-care-newham-london.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}


#funTest .imageRight {
	background: url("images/child-eye-test-newham-london.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}






#contactLensWide .imageRight {
	background: url("images/contact-lens-checkup-newham-london.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}








#helpMecs .imageRight {
	background: url("images/minor-eye-conditions-newham-london.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#whyMecs .imageLeft {
	float: left;
	width: 50%;
	height: 550px;
	background: url("images/minor-eye-conditions-newham-london2.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#whoMecs .imageRight {
	background: url("images/minor-eye-conditions-newham-london3.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}









/*Slick Nav*/

#mobileMenu {
	display: none;
}

#mobileMenuBase {
	display: none;
	float: left;
	width: 100%;
	z-index:2000;
	position: relative;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.15);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.15);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.15);	
}					 


.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: none;
  padding: 5px;
  line-height: 1.125em;
  cursor: pointer; 
  margin-left: auto;
  margin-right: auto;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}

.slicknav_menu {
 /* *zoom: 1; */
  display: none;
	text-align: center;
}
 
.slicknav_menu .slicknav_menutxt {
    display: inline;
    line-height: 1.188em;
    float: none; 
	margin-left: 5px;
}

.slicknav_menu .slicknav_menutxt:hover {
    color: #213f93;
}

.slicknav_menu .slicknav_icon {
    float: none;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; 
    display: none;
}

.slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
    display: inline;
      content: "";
      position: absolute; 
}

.slicknav_menu .slicknav_no-text {
    margin: 0; 
}

.slicknav_menu .slicknav_icon-bar {
    display: inline-block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
	background-color: white !important;
}

.slicknav_btn:hover .slicknav_icon-bar {
	background-color: #213f93 !important;
}

.slicknav_btn:hover .slicknav_menutxt {
	color: #213f93 !important;
}
  
.slicknav_menu:before {
    content: " ";
    display: table; 
}

  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; 
}

.slicknav_nav {
  clear: both;
}

 .slicknav_nav ul {
    display: block; 
}

.slicknav_nav li {
    display: block; 
}

.slicknav_nav img {
    margin-bottom: -15px;
}
  
.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}

 .slicknav_nav .slicknav_item {
    cursor: pointer; 
}

.slicknav_nav .slicknav_item a {
      display: inline; 
}

.slicknav_nav .slicknav_row {
    display: block; 
}

.slicknav_nav a {
    display: block; 
}

.slicknav_nav .slicknav_parent-link a {
    display: inline;
}

.slicknav_brand {
  float: left;
}

.slicknav_menu {
  font-size: 18px;
  box-sizing: border-box;
  background: white;
  padding: 0 5px 0 5px; 
}

.slicknav_menu * {
    box-sizing: border-box; 
}

 .slicknav_menu .slicknav_menutxt {
    color: #282728;
    font-weight: bold; 
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #282728; 
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.slicknav_nav {
  color: #282728 !important;
  margin: 0;
  padding: 0 0 0 0;
  font-size: 100%;
  list-style: none;
  overflow: hidden; 
}

.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; 
}

.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; 
}

.slicknav_nav .slicknav_row:hover {
      color: #213f93;
}

.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
   color: #282728 !important;
	font-weight: bold;
}

.slicknav_nav a:hover {
     color: #213f93 !important;
	text-decoration: none;
}

.slicknav_nav a i.fa-brands {
   font-size: 150% !important;
	color: #282728;
}

.slicknav_nav a i.fa-brands:hover {
	color: #213f93;
}


.slicknav_nav a i.fa-solid {
   font-size: 150% !important;
	color: #282728;
}

.slicknav_nav a i.fa-solid:hover {
	color: #213f93;
}



.slicknav_nav .slicknav_txtnode {
    margin-left: 15px; 
}

.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}




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

ul.areasList li {
	display: inline-block;
	margin-right: 10px;
}

ul.areasList li i.fa-solid {
	color: #4c2194;
}



#patientReviews {
	background: url("images/hampshire-mental-health-partner-reviews.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#patientReviews h2 {
	color: #ffffff !important;
}


#areasCovered {
	background: url("images/circle-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;
}





/*About Us*/


.flexBoxOuter {
	display: flex;
}

.aboutPhotoLeft {
	width: 25%;
	padding: 0;
	box-sizing: border-box;
	border-radius: 30px;
	flex: 0.75;
}

.aboutPhotoLeft img {
	/*border-radius: 30px;
	border: 5px solid #213f93;
	-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);
	max-width: 85%;
	float: left;*/
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 85%;
}

.aboutTextRight {
	width: 65%;
	flex: 1.75;
}

.aboutTextRight h2 span {
	font-weight: normal !important;
	text-transform: none !important;
}


.aboutTextRight p i.fa-brands {
	font-size: 120%;
	margin-left: 10px;
	color: #213f93;
}

.aboutTextRight p i.fa-brands:hover {
	color: #4c2194;
}



.aboutPhotoRight {
	width: 25%;
	padding: 0;
	box-sizing: border-box;
	border-radius: 30px;
	flex: 0.75;
}

.aboutPhotoRight img {
	/*border-radius: 30px;
	border: 5px solid #213f93;
	-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);
	max-width: 85%;
	float: right;*/
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 85%;
}


.aboutTextLeft {
	width: 65%;
	flex: 1.75;
}

.aboutTextLeft h2 span {
	font-weight: normal !important;
	text-transform: none !important;
}


.aboutTextLeft p i.fa-brands {
	font-size: 120%;
	margin-left: 10px;
	color: #213f93;
}

.aboutTextLeft p i.fa-brands:hover {
	color: #4c2194;
}


.joPhoto {
	float: left;
	width: 100%;
	display: none;
	margin-bottom: 20px;
}

.joPhoto img {
	max-width: 85%;
}

p.speechOne { 
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
} 


p.speechOne:before { 
	content: open-quote;
	font-weight: bold !important;
	font-size: 250% !important;
	color: #213f93;
	font-family: "Montagu Slab", serif;
} 

p.speechTwo { 
	text-align: right;
	margin-top: 0 !important;
	padding-top: 0 !important;  
}

p.speechTwo:after { 
	content: close-quote;
	font-weight: bold !important;
	font-size: 250% !important;
	color: #213f93;
	font-family: "Montagu Slab", serif;
  
}




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

.flexBoxOuter {
	display: block;
}					 
					 
.aboutPhotoLeft {
	float: left;
	width: 100%;
	display: block;
}

.aboutPhotoLeft img {
	max-width: 60%;
	margin-top: 0;
	float: left;	
}
					 

.aboutTestimonial {
	float: left; 
	width: 100%;
	margin: 10px 0 10px 0 !important;
}
					 

.aboutTextRight {
	float: left;
	width: 100%;
	display: block;
}
					 
.aboutPhotoRight {
	display: none;
}					 
				 				
.aboutTextLeft {
	float: left;
	width: 100%;
	display: block;
}
				 
.joPhoto {
	display: block;
}				 
					 
					 
					 
}






/*Services*/


.leftTextArea {
	float: left;
	width: 48%;
	box-sizing: border-box;
}

.leftTextArea img {
	border-radius: 30px;
	border: 5px solid #213f93;
	-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);
}


.rightTextArea {
	float: right;
	width: 48%;
	box-sizing: border-box;
}




/*PRices*/

.whyBoxOuter {
	display: flex;
	justify-content: center;
}

.whyBox {
	box-sizing: border-box;
	padding: 10px 20px 15px 20px;
	margin: 20px 20px 20px 0;
	background-color: #efefef;
	border-radius: 30px;
	width: 50%;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.15);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.15);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.15);
}

.whyBox h2 {
	font-size: 110% !important;
}




.aboutTestimonial {
	padding: 5px 20px 5px 20px;
	font-size: 105%;
	background-color: white;
	border-radius: 20px;
	border: 2px solid #213f93;
	box-sizing: border-box;
	margin: 0 20px 0 20px;
}


.aboutTestimonial p {
	font-style: italic;
}





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

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

header {
	width: 100%;	
	padding-left: 1%;
	padding-right: 1%;
	box-sizing: border-box;
}
					 
nav {
	width: 100%;	
	padding-left: 1%;
	padding-right: 1%;
	box-sizing: border-box;
}
					 

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


#innerBannerInner {
	width: 100%;	
}
					 
#mainBody {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
	
					 
.greyInner {
	width: 100%;	
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
					 
.blackInner {
	width: 100%;	
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
					 
					 
.whiteInner {
	width: 100%;	
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}	
					 
.purpleInner {
	width: 100%;	
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}						 
					 
.blueInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}					 
					 
					 
.servicesGreyInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 
.servicesWhiteInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}				 

.servicesBlueInner {
	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;
}				 
					 
					 
#copyright {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}

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

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

					 



/* 1050*/
@media only screen 
and (max-width : 1050px) 
				 {
	
					 
#navBackground {
	display: none;
}	
					 
nav ul.mainNav {
	display: none;
}	

nav {
	margin: 0 0 0 0;	
	padding: 0;
}		 
					 
.slicknav_menu {
  display: block;
}
						 
#mobileMenuBase {
	display: block;
}
					 
					 
						 
}





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

					
			 
#logo {
	float: left;
	width: 100%;
	margin: 15px 0 0 0;
}
					 
#logo img { 
	float: none;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
	
					 
#appointment {
	float: left;
	width: 100%;
	margin-top: 0;
}
					 
#appointment p.findMore  {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}
					 
#contactHeader {
	margin: 0 0 10px 0;
	float: left;
	width: 100%;
}
					 
#contactHeader p {
	text-align: center;
	width: 100%;
}

#contactHeader p a {
	padding: 10px;
	font-size: 110%;
	text-align: center;
}	

#contactHeader ul {
	float: left;
	width: 100%;
	text-align: center;
	margin: 10px 0 0 0;
}
				 
					 
					 
					 
#reviews {
	float: left;
	width: 100%;
	margin: 10px 0 30px 0;
	text-align: center;
}
					 
#headerLogos {
	display: none;
}	
			
					 

#mainBody {
	width: 95%;	
	padding: 1%;
}

#mainBodyOuter {
	margin-top: 0;
}

footer {
	width: 95%;	
	padding: 1%;
}


#copyright {
	width: 95%;	
	padding: 1%;
}
					 
#contactFormInner {
	width: 95%;	
	padding: 1%;
}					 
		 
#latestProjectsInner {
  width: 95%;	
	padding: 1%;
}
	
#contactInner {
	width: 95%;	
	padding: 1%;
}


#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;
}		
					 
#introText {
	float: left;
	position: static !important;
	width: 100%;
	transform: none;
	margin-top: 23%;
}
					 
					 
.contactBox {
	width: 100%;
}

.contactBox.lastContactBox {
	float: left;
	width: 100%;
} 				 

				 
#bannerInnerSub {	
	height: 225px;
}	
					 
.whyBoxOuter {
	flex-flow: row wrap;			 
}					 
					 
.whyBox {
	max-width: 45%;
	flex: 45%;
	box-sizing: border-box;
}					 
					 
					 
					 
}


 /* 860*/
@media only screen 
and (max-width : 860px) 
				 {
	
					 
.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: 50%;	
	margin: 0 0 20px 0;
	box-sizing: border-box;
}

.homeBox.lastHomeBox {
	float: left;
	width: 50%;	
	margin: 0 0 20px 0;
	box-sizing: border-box;
} 
						 
					 

#bannerLeft {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
}
					 
#bannerRight {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}		
					 
	
#accredList li {
	width: 32%;
}
	
					 
#homeIntroWhy {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
					 				 					 

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

#homeIntroText h1 {
	margin-top: 10px;
}					 
	
					 
.locationLeft {
	float: left;
	width: 100%;
	box-sizing: border-box;
}

.locationLeft iframe {
	border-radius: 30px;
}

.locationRight {
	float: right;
	width: 100%;
	box-sizing: border-box;
	background-color: white;
	border-radius: 30px;
	padding: 30px;
	margin-top: 0;
}
		
					 
					 
					 
.locationRightTwo {
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
}

.locationRightTwo iframe {
	border-radius: 30px;
}

.locationLeftTwo {
	float: right;
	width: 100%;
	box-sizing: border-box;
	background-color: white;
	border-radius: 30px;
	padding: 30px;
	margin-top: 0;
}
	
					 

.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; 
}

.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; 
}

.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;
}						 
									 
					 
.leftTextArea {
	float: left;
	width: 100%;
}

.rightTextArea {
	float: left;
	width: 100%;
}
					 
#bannerInnerPages {
	height: 250px;
}	
					 
}





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

#mainBody {
	width: 95%;	
	padding: 1%;
}

#copyright {
	width: 95%;	
	padding: 1%;
}
	
#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%;
}


#mainBody img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
}

img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
}
	
img.leftImage {
	float: none;
	clear: both;
	margin-right: 0;
}
						 
					 
img.rightImageShadow {
	float: none;
	clear: both;
	margin-left: 0;
}

#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%;
} 


#copyRight {
	float: left;	
}	

#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;
}	
					 
					 
			 
					 
	#topBar p {
	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: #282728;
}
					 

				 
					 
		
.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;
}					 
						 
			 
						 
/*Myenergi*/


#myenergi {
	padding: 15px;
}

#myenergi img.leftImage {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}

#myenergi h2 {
	margin-top: 20px;
}					 
					 
					 
					 
.leftBox {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
					 
.rightBox {
	float: left;
	width: 100%;
}
					 
				 
#callUsInner li {
	display: block;
	margin: 10px 0 10px 0;
}	
					 
#callUsInner li.dividerSpace {
	display: none;
}	
					 
.aboutAreaLeft {
	float: left;
	width: 100%;
}

.aboutAreaRight {
	float: left;
	width: 100%;
	margin-top: 30px;
}					 
					 

#whyUsBox {
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 30px 0;
}					 
	
					 
#bannerOuter {
	 display: none;
}	
					 
				 
#mobileText {
	 display: block;
}						 
						 
img.bannerMobile {
	display: block;
}					 
					 
#bannerInnerPages {
	height: 200px;
}	
					 
.whyBoxOuter {
	flex-flow: wrap;			 
}					 
					 
.whyBox {
	max-width: 100%;
	flex: 100%;
}					 
					 
					 
					 
 }
 







/* 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;
	
}
					 
					 
#bannerCharger {
	height: 225px;
}
					 
#bannerPaxton {
	height: 250px;
}	
					 
#bannerLandlord {
	height: 250px;
}	
			 
				 
					 
#homeWrapper {	
	height: 85vh;
}
					 

video {
	height: 85vh;
}
	

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

.homeBox.lastHomeBox {
	float: left;
	width: 100%;	
	margin: 0 0 0 0;
	box-sizing: border-box;
} 
	
					 
.leftPracticeBox {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.rightPracticeBox {
	float: left;
	width: 100%;
}
					 
#bannerInnerPages {
	height: 150px;
}
					 
					 
					 
}







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

					 
#innerBannerInner {
	height: 200px;
}		
					 
#bannerSlogan h1 {
	font-size: 120% !important;
}

#bannerSlogan ul li {
	font-size: 90%;
	margin-bottom: 0;
}
						 
					 
#topBarBackground {
	padding: 0px 0 4px 0;
}					 
					 
#topBar li {
	display: block;
	font-size: 80%;
	line-height: 20px !important;
}
					 
					 
#topBar li.contactUsName {
	display: none;
}						 
					 
			 
#logo img {
	max-width: 90%;
}	
	

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


.innerBox.lastInnerBox {
	float: left;
	width: 100%;	
	margin: 0;
} 


#benefits li {
	line-height: 24px;
	margin-bottom: 13px;
}
					 
					 

					 

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


.teamBox.lastTeamBox {
	float: left;
	width: 100%;	
	margin: 15px 0 0 0;
}					 
					 
					 
.circleBox {
	float: left;
	width: 100%;	
	margin-right: 0;
	margin-bottom: 40px;
}
					 
.circleBox img {
	max-width: 40% !important;
}

.circleBox.lastCircleBox {
	float: left;
	margin-right: 0;
}
	
/*#announceInner img {
	float: none;
	clear: both;
	display: block;
	margin-bottom: 3px;
}
	*/				 

					 

					 
footer p {
	font-size: 70%;
}	
					 
/*					 
#introText {
    top: 65%;
}
*/					 
					 
					 
#introText h2 {
	font-size: 160%;
}

#introText p {
	font-size: 140%;
	line-height: 28px;
	margin-top: 5px;
}

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

#introText p a:hover {
	color: white;
	text-decoration: underline;
}

introText p.callBack a {
	padding: 3px 5px 3px 5px;
	font-size: 80%;
}
					 
						 
					 
					 
					 
					 
}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	

}

