@charset "utf-8";
/* CSS Document */
body { margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; /*background: url(../images/content-bg.jpg) 0 20% no-repeat;*/}
.inner-page { float:left; width:100%; /*background: url(../images/content-bg.jpg) 0 15% no-repeat;*/}
* { margin:0px; padding:0px; box-sizing:border-box;}
h1 { font-size:26px; margin:0; padding:0 0 10px 0; line-height:32px; color:#1d1951; font-weight: bold;}
h2 { font-size:18px; margin:0; padding:8px 0; line-height:24px; color:#1d1951; font-weight: bold;}
h3 { font-size:18px; margin:0; padding:10px 0; line-height:24px; color:#1d1951;}
h4 { font-size:18px; margin:0; padding:10px 0; line-height:24px; color:#444; font-weight: normal;}
h5 { font-size:14px; margin:0; padding:10px 0; line-height:24px; color:#2e4093;}
p { font-size:18px; margin:0px; padding:8px 0; line-height:24px;  color:#231f55;}
a { color:#2055a6; font-weight: bold; text-decoration:none;}
p span {color:#255a8d; font-weight:bold; text-decoration:none;}

.desktop-view {
display: inline;
}

div.btn{padding: 0}
.smartphone-view {
diplay: none;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#popup {
width: 400px; /* pop up image size */
height: 400px; /* pop up image size */
position: fixed;
margin: auto;
padding: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
text-align: center;
z-index: 9999999;
}

.pop-up-box {
width: 100%;
margin: 0 auto;
padding: 0;
}

.pop-up-box img {
display: block;
margin: 0 auto 15px auto;
padding: 0;
width: 100%;
box-shadow: 10px 10px rgba(0,0,0,0.1);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.pop-up-box img:hover {
transform: scale(1.05);
box-shadow: 9px 9px rgba(0,0,0,0.1);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.pop-up-box a {
margin: 0 auto;
padding: auto;
font-size: 30px;
color: #dcdcdc;
font-weight: 400;
text-align: center;
font-family: sans-serif, arial, helvetica;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.pop-up-box a:hover {
font-size: 30px;
color: #000;
font-weight: 400;
font-family: sans-serif, arial, helvetica;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.contactbutton {
display: inline-block;
background: #fff;
width: auto;
margin: 20px auto 0 auto;
padding: 5px 15px;
border-radius: 15px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.contactbutton:hover {
display: inline-block;
background: #AA0622;
width: auto;
margin: 20px auto 0 auto;
padding: 5px 15px;
border-radius: 15px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.contactbutton p { font-size:14px; line-height:14px; color:#231f55; text-align: center; font-weight: bold;}
.contactbutton a { color:#2055a6; font-weight: bold; text-decoration:none; text-align: center;}

.contactbutton:hover p { font-size:14px; line-height:14px; color:#fff; text-align: center; font-weight: bold;}
.contactbutton:hover a { color:#fff; font-weight: bold; text-decoration:none; text-align: center;}

.redtag{width:auto; height:auto; position:fixed; top:300px; left:25px; z-index:9999999999999;}
ul.services,ul.services1 { margin:10px 0; padding:0px; text-align:left;}
ul.services li {color:#1d1951; font-weight: normal; margin:0 15px; line-height:28px;  font-size:18px;}
ul.services1 li {color:#0067ac; padding:0 5px; margin:0 15px; line-height:26px; font-size:17px; font-weight:bold;}

.wrapper { width:1100px; margin:0 auto;}

#header { float:left; width:100%; padding:25px 0; background-color:#28245c;}
.logo { float:left; width:32%; }

.header-mid {float: left; margin:15px 0 10px 0;text-align: center; width:48%;}
.header-mid .phone-icon { float:left; margin-right:10px; margin-top:5px; min-height:50px;}
.header-mid ul { margin:0px; padding:0px;}
.header-mid li { list-style:none; border-right:2px solid #aa0622; padding:0 15px; width:49%; float:left;}
.header-mid li:last-child { border:0px;}
.header-mid li p { text-align:left; margin:0px; padding:0 0 5px; color:#2eacef;}
.header-mid li h2 a { text-align:left; margin:0px; padding:0px; color:#fff; font-weight:normal; font-size:26px;}

.header-right { float: right; width:18%; margin:12px 0 0; text-align:center;}

.header-responsive{width:68%; float:right; background:#28245c; display:none;}

.testimonials { float:left; width:100%; margin:15px 0;}
.testimonials h1 { font-size:30px; margin:0 0 20px;}
.feed-back-btn { margin:10px 15px 0 0; float:left;} 
.feed-back-btn a { background:#255a8d; color:#fff; padding:12px 40px; border-radius:5px;}
.feed-back-btn a:hover { background:#ffca26; color:#000;}
.testimonials-img { float:left; width:100%; margin:10px 0;}
.testimonials-img img { width:100%;}


#slider { float:left; width:100%; margin:0px; padding:0px;}
#slider img { width:100%; float:left;}

#box-pen { float:left; width:100%; padding:20px 0; text-align:center;background: url('../images/bluehomestrip.png') no-repeat scroll left top / 100% 100%; text-align:center;}
.box-pen ul { margin:0px; padding:0px;}
.box-pen li { list-style:none; float:left; width:30%; margin:0 14px 0 0;}
.box-pen li img { width:100%;}
.box-pen li:last-child { margin:0px; border:0px;}

#truequote{width:100%; float:left;}


#content { float:left; width:100%; margin:0; padding:20px 0;}
.home-img { float: left; margin-right:20px; margin-bottom:5px;}
.content-left { float:left; width:62%;}
.content-left h1 { padding:0px; margin-bottom:12px;}
.content-left h2 { margin-bottom:20px; font-weight:bold; line-height:26px;}
.content-right { float:right; width:32%;}

#customer-comments { float:left; width:100%; padding:20px 0; margin:20px 0; background:rgba(225,226,226,0.6);}
#customer-comments h1 {text-align: left;
    font-size: 34px;
    padding: 20px 0 30px;
    color: #435ca1;}
#customer-comments p { padding:2px 0;}
.check-tarde-box { float: left; width:100%; margin:15px 0;}
.check-tarde-box p { float:left; margin-right:20px; width:70%;}
.check-tarde-logo { float:right; width:20%;}

.customer-box { float:left; width:100%; margin:10px 0; padding:0px;}
.customer-box-left { float:left; width:48%;}
.customer-img { float:left; margin-right:15px; width:27%;}
.customer-text { float: right; width:70%;}
.customer-box-right { float:right; width:48%;}
.customer-box h2{color: #231f55; font-size: 18px; margin: 0; padding:5px 0;}

.pic-img { float:left; width:100%; text-align:center; margin-bottom:15px;}
.pic-img img {  width:100%;}

#accreditations {float:left; width:100%; margin:20px 0 0; padding:0; text-align: left;/* border-top:12px solid #d5d5d5;*/}
.accreditations  {float:left; width:100%; margin:0; padding:20px 0; }
.accreditations-left { float:left; width:42%;}
.accreditations-left h1 { border-bottom:1px solid #bcbec0; padding-bottom:12px; display:inline-block; color:#2c9adc; text-transform:capitalize; font-size: 30px; font-weight:bold}
.accreditations-right { float: left; width:56%; text-align:left; margin:20px 0 0; float:right}
.accreditations-right ul { margin:0px; padding:0px;}
.accreditations-right li { list-style:none; display:inline-block; margin:0 6px; padding:0px; vertical-align:middle; float:left}

#offers {background: url('../images/our-services-banner.png') no-repeat scroll left top / 100% 100%; float: left;margin: 0; padding:30px 0; text-align: center; width: 100%;}
.offers-1 { display: inline-block; float: none; margin: 0 auto; vertical-align: top;}
.offers-1 ul { margin: 0; padding: 0;}
.offers-1 li { background:url('../images/arrow.png') no-repeat scroll 0 5px;color: #fff; font-size:16px; line-height: 30px;list-style:none; margin: 0 15px; padding: 0 20px; text-align: left;}
#offers p { color: #fff; font-size: 26px; margin: 0; padding: 10px 0 15px; line-height:30px;}
#offers h2 { color: #fff; font-size: 22px; margin: 0; padding: 0 0 15px;}
#offers .btn { float:left; width:100%; margin:40px 0 10px;}
#offers .btn a { text-decoration:none; color:#fff; background:#c52828;text-transform:none; font-size:16px; padding:8px 22px; border-radius:10px; font-weight: bold; }
#offers .btn a:hover { background:#2055a6; color:#fff;}


.booking { float:left; width:100%; padding:25px 0 10px; border-top:2px solid #444; border-bottom:2px solid #444;}
.booking-left { float:left; width:80%;}
.booking-left h1 { font-size:30px; color:#b8122d;  margin:0px; padding:0px; text-transform:uppercase;}
.booking-left p { font-size:18px; padding:12px 0 8px; font-weight:bold}
.booking-right { float: right; width:15%;}
.booking-right .btn { float:left; width:100%; margin:20px 0 0;}
.booking-right .btn a { text-decoration:none;  } 


#areas {float:left; width:100%; margin:0; padding:30px 0; text-align:center; background:#1c1850;}
#areas h1 {display:inline-block; font-size:30px; color:#fff; font-weight:900;}
#areas p { padding:0; margin:15px 0 20px; color:#fff; font-size:19px;}

#areas ul { margin:0px; padding:0px; width:100%; text-align:left; -webkit-column-count: 5; -moz-column-count:5;column-count:5; }
#areas li { list-style:none; color:#fff; line-height:30px; font-size:19px; font-weight: normal;}

#map{ float:left; width:100%; margin:0px 0;}
#map img { width:100%; float:left;} 
#map iframe { float:left;}

.team { float:left; width:100%; margin:0px; padding:0 0 30px; text-align:center;}
.team-box { display:inline-block; margin:0 15px 0; vertical-align:top; min-height:530px; width:30%; padding:15px; text-align:center; background-color:#282060; border:3px solid #fff; border-radius:12px;}
.team-box h1 { color:#fff;}
.team-box h3 { color:#fff; font-weight:normal;}
.team-box p { color:#fff; font-size:16px;}
.team-img { float:left; width:100%; margin:0 0 15px;}
.team-img img { width:100%;}

#footer { float:left; width:100%; background:#818285; padding:15px 0;}
.footer-1 { float:left; width:32%; padding:0 15px; border-left:1px solid #a8a9ac; }
.footer-1 ul { margin:0px; padding:0px;}
.footer-1 li { list-style:none; margin:0 10px; padding:0px;}
.footer-1 li span { float: left; margin-right:12px; min-height:90px;}
.footer-1 li h2 { color: #fff; font-size:16px; font-weight: bold; line-height:20px; margin: 0; padding: 0 0 10px;}
.footer-1 li p { font-weight:normal;}
.footer-1 li h3 { font-size:20px; color:#fff; margin:0px; padding:0px; line-height:30px;}
.footer-1 .phone span { min-height:30px;}
.footer-1 li p { margin:0px; padding:0px; font-size:17px; line-height:26px; color:#fff;}
.footer-1 li.phone { float: left; width: 100%; padding:25px 0 10px;}
.footer-1 li.phone a { color:#fff; text-decoration:none;}

.footer-2 { float:left; width:20%; padding:0px 30px; border-left:1px solid #a8a9ac; border-right:1px solid #a8a9ac; min-height:170px;}
.footer-2 h2 { color:#fff; margin:0px; padding:0 0 10px; color:#fff;}
.footer-2 ul { margin:0px; padding:0px;}
.footer-2 li { margin:0px; padding:0 0 5px; line-height:14px;color:#fff;font-size:11px; list-style:none;}
.footer-2 li a { color:#fff; font-weight:bold; }
.footer-2 li a:hover { color:#000;}

.footer-3 { float:left; width:40%; padding:0 15px; margin-left:20px; }
.footer-3 h2 { color:#fff; margin:0px; padding:0 0 10px;}
.footer-3 ul { margin:0px; padding:0px; float:left; width:32%;}
.footer-3 li { margin:0px; padding:0 0 5px; font-size:8px; line-height:12px; color:#fff;}

.footer-4 { float: right; width:6%; padding:0 15px;  border-left:1px solid #a8a9ac; border-right:1px solid #a8a9ac;}
.footer-4 ul { margin: 0px; padding: 0px; }
.footer-4 li { padding:6px 0; float: left; width: 100%; list-style: none; }

#copyright { float:left; width:100%; background:#444446;}
#copyright p { text-align:center; font-weight:bold; color:#fff; font-size:16px;}
#copyright p span { font-size:22px; color:#fff; font-weight:bold; vertical-align:middle;}
#copyright p a { text-decoration:none; color:#fff; font-weight:bold;}
#copyright h1 { text-align:center; color:#fff; font-size:11px; font-weight:normal;}

.contact { float:left; width:100%; margin:20px 0;}
.contact-left { float:left; width:44%;}
.contact-left h1 { text-align: left !important;}
.contact-form { float: left; width: 100%; border-radius:20px; background:#f2f1f1; padding:15px;border: 1px solid #808285; }
.contact-form h1 { text-align:center; margin:5px 0 15px 0; font-size:22px;}
.contact-form p { font-weight: normal; font-size: 15px; padding: 5px 0 5px 0; }
.formrow { float: left; line-height: 28px; width: 100%; padding: 3px 0; }
.formrow.pad1 { padding-top:20px; }
.label, .field { float: left; width: 100%; color: #58595b; font-size: 15px; padding:3px 0; }
.field .input { border: 1px solid #808285; line-height: 30px; width: 100%; padding: 0 5px; border-radius:5px; }
.label label { font-size: 16px; color: #58595b; font-weight: normal; }
.formrow a { color: #c61f2d; text-decoration: none; }
.formrow.captcha_input input { float: left; border: 1px solid #d5d5d5; line-height: 35px; padding: 0 5px; }
.pad1 { text-align: center; }
.field textarea.input { line-height: 16px;}
.formrow.captcha { float:left; width:100%;}
.formrow.captcha #captcha {float: left; margin: 0 10px 0 0; padding:0 5px 0; width: 120px; line-height:36px; border: 1px solid #cccccc;}
.imgcaptcha { border: 1px solid #cccccc; float: left; margin:0px 10px 0 0; padding:0px 20px; line-height:36px; background:#f5f5f5;}
.refresh { margin:2px 10px;}
.formrow.pad1 input { background: #43aae0; border: 0 none; color: #fff; font-size: 17px; padding: 8px 50px; border-radius: 6px; }
.formrow.pad1 input:hover { background: #1c7eb1; cursor: pointer; }

.contact-right { float:right; width:48%; text-align: left; margin-bottom:20px;}
.facebook-icon { float:left; width:100%; padding:20px 0; margin:20px 0;  text-align:center;}
.facebook-icon a { line-height:30px;}
.contact-right .address { float: left; width:100%;padding:20px 0; margin:10px 0 30px; border-top:2px solid #bababb; border-bottom:2px solid #bababb; }
.contact-right .address h3  { color:#282060; margin:0px; padding:5px 0;font-size:28px; line-height:30px; font-weight:normal;}
.contact-right .address h3 span { color:#43aae4; width:180px; float:left;}
.contact-right .address h2 {  color:#282060;  margin:20px 0 0; padding:0; font-size:22px; line-height:32px; font-weight: normal;}
.contact-right .address h3  a{ color:#282060; font-size: 28px; font-weight: normal; }

.social-icon { float:left; width:100%; text-align: center; margin-bottom:30px; padding-bottom:20px; border-bottom:2px solid #bababb;}
.social-icon p { padding:5px 0;}
 

.row { float:left; width:100%; margin:20px 0; padding:0px;}
.row-left { float:left; width:30%;}
.row-right { float: right; width:67%;}

.row2 { float:left; width:100%; margin:20px 0; padding:0px;}
.row2-left { float:left; width:67%;}
.row2-left h1 { text-align:left !important;}
.row2-right { float: right; width:30%;}

.landlord { float:left; width:100%; background:#282060 url('../images/landlord-icon.png') right bottom no-repeat;  border-radius:8px; padding:15px;}
.landlord h2 { color:#fff;}
.landlord ul { margin:0px; padding:0px;}
.landlord li { padding:0 10px; margin:0 15px; color:#fff; line-height:25px;}

.col { float:left; width:100%; margin:20px 0; padding:0px;}
.col-left { float:left; width:48%;}
.col-right { float: right; width:48%;}
.col-left h1,.col-right h1 {  text-align:left !important }

.small-text { float:left; width:100%; margin-bottom:10px;}
.small-text p { margin:0px; padding:6px 0 !important;}
.small-text p a { font-size:17px; color: #1d1951; font-weight:normal; text-decoration:underline;}
.small-text p a:hover { color:#b8122d;}

#gas-safe { float:left; width:100%; margin:0; padding:0px;}
.gas-safe { float:left; width:100%; margin:0; padding:20px 0;}
.gas-safe-left { float:left; width:48%;}
.gas-safe-img { float:right; margin-left:15px;}
.gas-safe-right { float: right; width:48%;}

.videos { float:left; width:100%; margin:20px 0; padding:0px; text-align:center;}
.video1 { float:left; width:32%; margin:0 22px 0 0;}
.video1:last-child { float:right; margin:0px;}

.services { float:left; width:100%; margin:10px 0 20px; padding:0px;}
.services-left { float:left; width:48%;}
.services-right { float: right; width:48%;}
.services-left ul,.services-right ul { margin:0px; padding:0px;}
.services-left li,.services-right li {color:#1d1951; font-weight: normal; margin:0 15px; line-height:25px;  font-size:18px;}


#worcester-full { text-align: left;float:left; width:100%; margin:0; padding:30px 0; background:url(../images/worcester-full.png) top left no-repeat; background-size:100% 100%; opacity:0.8;}
#worcester-full h1 { color:#fff; text-align:center;}
#worcester-full p { color:#fff;}
.worcester-full-left { float:left; width:48%;}
.worcester-full-right { float:right; width:48%;}

.finance { float:left; width:100%; margin:10px 0; padding:20px 0;}
.finance-row{width:100%; float:left; padding:10px 0;}
.finance-row img{width:100%; height:auto;}
.finance-left { float:left; width:67%;}
.finance-left h1{ text-align:left !important;}
.finance-right { float: right; width:30%;}

.worcester { float:left; width:100%; margin:10px 0; padding:20px 0;}
.worcester-left { float:left; width:48%;}
.worcester-left h1,.worcester-right h1  { text-align:left !important;}
.worcester-right { float: right; width:48%;}

.register{width:100%; float:left; padding:20px 0; border-top: 1px solid #000; border-bottom: 1px solid #000}
.register-left{float:left; width:48%; }
.register-right{float:right; width:50%;}

#why-choose { float:left; width:100%; padding:0; margin:0px; background:url('../images/why-choose-img.png');background-position:right 0% bottom 100%;background-repeat:no-repeat;background-size:35% auto; }
.why-choose { float: left; width:66%; padding:7% 0;}
.why-choose h2 {  padding:0; margin:0;    color: #1e6aae;font-size: 30px;}
.why-choose h3 {font-size: 18px;line-height: 1.2;margin: 0;padding: 20px 0 0;color: #919498;font-weight: bold;}
.why-choose p,.why-choose p a {font-size: 16px;line-height: 1.2;color: #8c8b8b;}

#worcester-home {float:left; width:100%; margin:0; padding:70px 0 40px;
background:#010102 url('../images/home-worcester-background.png');
background-repeat: no-repeat;
background-position: top 0% left 0%;
background-size:cover;
background-attachment:fixed;}
.worcester-home { float:left; width:100%;}
.worcester-home-left { float:left; width:36%;}
.worcester-home-left .pic-img img { width:100%; box-shadow:0 0 0 0;}
.worcester-home-right { float:right; width:58%;}
.worcester-home-right h2 { color:#c4faff;font-size:33px; line-height:40px; margin:0px; padding:0px; font-weight:bold;}
.worcester-home-right p { color:#fff; font-size:21px; line-height:32px; margin:22px 0;}

#our-services-include  {float:left; width:100%; margin:0; padding:80px 0; text-align:center;
background:#010102 url('../images/services-background.png');
background-repeat: no-repeat;
background-position: top 0% left 0%;
background-size:cover;
background-attachment:fixed;}
#our-services-include p { color: #fff; font-size: 26px; margin: 0; padding:0; line-height:30px;}
#our-services-include h2 { color: #fff; margin: 0; padding:15px 0 20px;font-size: 34px}
#our-services-include .btn { float:left; width:100%; margin:50px 0 0;}
#our-services-include .btn a {background: #fff url('../images/arrow1.png'); border-radius:30px; color:#0f60aa; background-repeat: no-repeat; background-position: top 10px right 20px;padding:12px 60px 12px 20px;
font-size:21px; margin:0; font-weight: bold; display:inline-block; }
#our-services-include .btn a:hover  {background:#414042 url('../images/arrow12.png'); background-repeat:no-repeat; color:#fff; background-position:top 10px right 20px;}

.our-services-include { float:left; width:100%;}
.our-services-include ul {width:100%; margin:20px 0 0; padding: 0;  -webkit-column-count: 3; /* Chrome, Safari, Opera */  -moz-column-count: 3; /* Firefox */  column-count: 3; overflow:hidden;}
.our-services-include li { background:url('../images/dot1.png'); background-repeat:no-repeat; background-position:top 12px left 0;list-style:none; color: #fff; font-size:19px; line-height:30px;list-style:none; margin: 0; padding: 0 15px; text-align: left;}

#booking { float:left; width:100%; padding:30px 0;}
.booking { float:left; width:100%;border:0!important;}
.booking-left { float:left; width:75%;padding-top:20px;}
.booking-left h2 {color:#414042; font-size:30px; margin:0px; padding:0px;}
.booking-right { float: right; text-align:right; width:24%;}
.booking-right a {background:url('../images/arrow3.png'); color:#414042; background-repeat: no-repeat; background-position: top 10px right 14px;padding:14px 70px 14px 30px; border:3px solid #1e6aaf;
font-size:23px; margin:0; font-weight: bold; display:inline-block; border-radius:30px;}
.booking-right a:hover {background:#414042 url('../images/arrow3-hover.png'); background-repeat:no-repeat; background-position:top 10px right 14px;border:3px solid #414042; color:#fff;}

#booking.booking-bg { background:#1e6aaf; float:left; width:100%; padding:30px 0;}
#booking.booking-bg .booking-left h2 {color:#fff; margin:0px; padding:8px 0 0;}
#booking.booking-bg .booking-right a {background:url('../images/arrow3-hover.png'); border:3px solid #fff; color:#fff; background-repeat: no-repeat; background-position: top 10px right 14px;}
#booking.booking-bg .booking-right a:hover {background:#414042 url('../images/arrow3-hover.png'); border:3px solid #414042; color:#fff;; background-repeat: no-repeat;background-position: top 10px right 14px;}


#areas-we-cover { float:left; width:100%; } 
.areas-cover { float:left; width:100%; } 
.areas-cover-left { float:left; width:50%; padding:8% 0 10% 16%; margin:0px;
background:url('../images/areas-cover-left-bg.png');
background-repeat:no-repeat;
background-position:top 0 right 0;
background-size:cover; }
.areas-cover-icon { float:left; width:12%;}
.areas-cover-text { float: right; width:88%;}
.areas-cover-text  h2 { color:#fff;font-size: 34px}
.areas-cover-text  p { color:#fff;}
.areas-cover-text ul { margin:20px 0; padding:0px;-webkit-column-count: 3; /* Chrome, Safari, Opera */  -moz-column-count: 3; /* Firefox */  column-count: 3; overflow:hidden;}
.areas-cover-text li { background:url('../images/dot1.png'); background-repeat:no-repeat; background-position:top 12px left 0;list-style:none; color: #fff; font-size:21px; line-height:35px;list-style:none; margin: 0; padding: 0 15px; text-align: left;}

.areas-cover-right { float:left; width:50%; padding:0; margin:0px; position:relative;}
.areas-cover-right img { width:100%; height:auto; float:left;}
.pulse {margin:0;width: 2%; height: 3.2%; position:absolute; bottom:25%;right:39%; border-radius: 50%;background: #8fd3f4;cursor: pointer;box-shadow: 0 0 0 rgba(143,211,244,0.4);animation: pulse 2s infinite;z-index:999;}
.pulse:hover {animation: none;}

@-webkit-keyframes pulse {
0% {-webkit-box-shadow: 0 0 0 0 rgba(143,211,244,0.4);} 
70% {-webkit-box-shadow: 0 0 0 120px rgba(143,211,244,0);}
100% { -webkit-box-shadow: 0 0 0 0 rgba(143,211,244,0);}
}
@keyframes pulse {
0% { -moz-box-shadow: 0 0 0 0 rgba(143,211,244,0.4); box-shadow: 0 0 0 0 rgba(143,211,244,0.4);}
70% { -moz-box-shadow: 0 0 0 120px rgba(143,211,244,0);box-shadow: 0 0 0 120px rgba(143,211,244,0);}
100% {-moz-box-shadow: 0 0 0 0 rgba(143,211,244,0);box-shadow: 0 0 0 0 rgba(143,211,244,0);}
}
#footer { float:left; width:100%; padding:50px 0; background:#4d4d4d;}
.footer { float:left; width:100%;}

.footer1 { float: left; width:24%;}

.footer2 { float: left; width:38%; margin:0; padding:0 30px; border-left:2px solid #fff; border-right:2px solid #fff;}
.footer2 h2 { color:#fff; margin:0px; font-size:35px; line-height:40px; padding:0px; display:inline-block;}
.footer2 h2 span { float:left; margin: 15px 10px 0 0;}
.footer2 h2 a {color: #fff;
    font-weight: normal;
    padding: 20px 0;
    float: left;}
.footer2 p { color:#fff;margin:0px; padding:0px;font-size:18px; line-height:26px; font-weight:normal;}
.footer2 p span { float:left; margin-right:10px; margin-top:10px; min-height:120px;}

.footer3 { float: left; width:16%; text-align: center;}
.footer3 li { list-style:none; padding:8px 0 0;}
.footer3 li img{width: 30px;}

.footer4 { float: right; width:22%; text-align: left; border-left:2px solid #fff; padding:0 0 0 40px;}
.footer4 li { list-style:none; }
.footer4 li a {color: #fff;
    font-size: 12px;
    line-height: 1.2;
    font-weight: normal;}
.footer4 li a.active,.footer4 li a:hover{ color:#d5d5d5;}

#copy-right { float: left; width: 100%; background:#4d4d4d; padding:0 0 30px; }
#copy-right p span { color: #fff; font-size:30px; vertical-align: middle; font-weight:bold;}
#copy-right p { text-align: left; color: #fff; margin: 0px; padding: 0px; font-size:17px;}
#copy-right p a { color: #fff; font-weight: normal; }
#copy-right p a:hover { color: #000; }
.footer2 h2 {
    color: #fff;
    margin: 0px;
    font-size: 17px;
    line-height: 1.3;
    padding: 0px;
    display: inline-block;
}

#customer-comments .customer-text p {
    padding: 2px 0;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.customer-box h2 {
    color: #231f55;
    font-size: 15px;}
    #customer-comments p {
    padding: 2px 0;
    float: left;
    width: 80%;
}
#customer-comments{margin-top:0;}
#accreditations {float:left; width:100%; margin:50px 0; text-align:center;}
.accreditations { float:left; width:100%;}
.accreditations p { color:#58595b; line-height:25px;}
.accreditations li { list-style:none; display:inline-block; margin: 0px 50px 0;}
