﻿.header-basic {
	background-color: white;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
	padding: 20px 40px;
	height: 100px;
	box-sizing: border-box;
	max-width:1024px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.header-basic .header-limiter {
	max-width: 1024px;
	/*text-align: center;*/
	margin: 0 auto;
}

/* Logo */

.header-basic .header-limiter h1 {
	/*float: left;*/
	font: normal 28px Cookie, Arial, Helvetica, sans-serif;
	line-height: 40px;
	margin: 0;
}

.header-basic .header-limiter h1 span {
	color: #000066;;
}

/* The header links */

.header-basic .header-limiter a {
	color: #000066;;
	text-decoration: none;
}

.header-basic .header-limiter nav{
	font:16px Arial, Helvetica, sans-serif;
	line-height: 40px;
	float: right;
}

.header-basic .header-limiter nav a{
	display: inline-block;
	padding: 0 5px;
	text-decoration:none;
	color:#000066;
	font-size: 1.1em;
	opacity: 0.9;
}

.header-basic .header-limiter nav a:hover{
	opacity: 1;
}

.header-basic .header-limiter nav a.selected {
	color: #608bd2;
	pointer-events: none;
	opacity: 1;
}

.phone-no-mobile{display:none;}
    .phone-no{display:block;}

/* Making the header responsive */

@media all and (max-width: 600px) {

	.header-basic {
		padding: 20px 0;
		height: 75px;
	}

	.header-basic .header-limiter h1 {
		float: none;
		margin: -8px 0 10px;
		text-align: center;
		font-size: 24px;
		line-height: 1;
	}

	.header-basic .header-limiter nav {
		line-height: 1;
		float:none;
	}

	.header-basic .header-limiter nav a {
		font-size: 13px;
	}

}

/* For the headers to look good, be sure to reset the margin and padding of the body */

body {
	margin:0;
	padding:0;
	background-color:#E4E4FC;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@charset "UTF-8";
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8em;
  position: relative;

 
  
}
#cssmenu a {
  line-height: 1.5;
}
#cssmenu {
  width: 100%;
  max-width:1024px;
  margin-left:auto;
  margin-right:auto;
  background: #000066;
 
}
#cssmenu > ul {
  border: 1px solid #000066;
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
  background: #565656;
  background: -moz-linear-gradient(#565656 0%, #323232 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #323232));
  background: -webkit-linear-gradient(#565656 0%, #323232 100%);
  background: linear-gradient(#7B9DF4 0%, #232464 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu > ul:after {
  clear: both;
  content: '';
  display: table;
}
@media all and (max-width: 550px) {
  #cssmenu > ul {
    max-height: 32px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
  #cssmenu.expand ul {
    max-height: 900px;
  }
}
#cssmenu > ul > li {
  border-right: 1px solid #000000;
  -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
  float: left;
}
#cssmenu > ul > li.mobile {
  display: none;
}
#cssmenu > ul > li.active {
  background: #232464;
  background: -moz-linear-gradient(#444444 0%, #323232 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #323232));
  background: -webkit-linear-gradient(#232464 0%, #323232 100%);
  background: linear-gradient(#232464 0%, #C2C3F4 100%);
}
@media all and (max-width: 480px) {
  #cssmenu > ul > li {
    border-right: 0 none;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    display: block;
    float: none;
  }
  #cssmenu > ul > li.mobile {
    display: block;
  }
  #cssmenu > ul > li.mobile i {
    float: right;
    font-style: normal;
  }
}
#cssmenu > ul > li:last-child {
  border-right: 0 none;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
#cssmenu > ul > li:last-child ul {
  left: auto;
  right: 0;
}
#cssmenu > ul > li.mobile {
  border-right: 0 none;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
#cssmenu > ul > li > a {
  margin: 0 0 2px 0;
  font-size: 12px;
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 6px 25px;
  font-weight: bold;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  color: #fff;
  text-shadow: 0 1px 1px #000;
}
/* Sub menu */
#cssmenu ul ul {
  background: #f9f9f9;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  padding: 5px 12px;
  display: none;
  position: absolute;
  top: 33px;
  left: 0;
  width: 200px;
  z-index: 1;
}


.main_box1 { width:29%; max-width:29%; height:auto; vertical-align:bottom; float:left; background-color:#EFEFFB; color:#000066; text-align:center; font-size:1.4em; margin-top:25px; margin-left:2%;
    -webkit-border-top-right-radius: 24px;
    -webkit-border-top-left-radius: 24px;
    -moz-border-top-right-radius: 24px;
    -moz-border-top-left-radius: 24px;  
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-bottom-right-radius: 24px;
    -moz-border-bottom-left-radius: 24px;  
    padding:0px 4px 0px 4px;
    display:inline-block;
}

.main_box2 { width:29%; max-width:29%; height:auto; vertical-align:bottom; float:left; background-color:#EFEFFB; color:#000066; text-align:center; font-size:1.4em; margin-top:25px; margin-left:2%;
    -webkit-border-top-right-radius: 24px;
    -webkit-border-top-left-radius: 24px;
    -moz-border-top-right-radius: 24px;
    -moz-border-top-left-radius: 24px;  
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-bottom-right-radius: 24px;
    -moz-border-bottom-left-radius: 24px;  
    padding:0px 4px 0px 4px;
    display:inline-block;
}

.main_box3 { width:29%;  max-width:29%; height:auto; vertical-align:bottom; float:right; background-color:#EFEFFB; color:#000066; text-align:center; font-size:1.4em; margin-top:25px; margin-right:4%;
    -webkit-border-top-right-radius: 24px;
    -webkit-border-top-left-radius: 24px;
    -moz-border-top-right-radius: 24px;
    -moz-border-top-left-radius: 24px;  
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-bottom-right-radius: 24px;
    -moz-border-bottom-left-radius: 24px; 
    padding:0px 4px 0px 4px; 
    display:inline-block;
}

.service_box1 { width:40%; max-width:100%; height:auto; vertical-align:bottom; float:left; background-color:#EFEFFB; color:#000066; text-align:center; font-size:1.4em; margin-top:25px; margin-left:2%; margin-right:2%;
    -webkit-border-top-right-radius: 24px;
    -webkit-border-top-left-radius: 24px;
    -moz-border-top-right-radius: 24px;
    -moz-border-top-left-radius: 24px;  
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-bottom-right-radius: 24px;
    -moz-border-bottom-left-radius: 24px;  
    padding:0px 4px 100px 4px;
    display:inline-block;
}

.service_box2 { width:40%; max-width:100%; height:auto; vertical-align:bottom; float:left; background-color:#EFEFFB; color:#000066; text-align:center; font-size:1.4em; margin-top:25px; margin-left:8%; margin-right:2%;
    -webkit-border-top-right-radius: 24px;
    -webkit-border-top-left-radius: 24px;
    -moz-border-top-right-radius: 24px;
    -moz-border-top-left-radius: 24px;  
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-bottom-right-radius: 24px;
    -moz-border-bottom-left-radius: 24px;  
    padding:0px 4px 0px 4px;
    display:inline-block;
}
.page
{
     max-width:960px;
    width: 100%;
    height: 100%;
    margin-right:auto;
    margin-left:auto;
    background-color: #fff;
   /* margin: 20px auto 0px auto;
    border: 1px solid #496077;*/
   
}

.main_container
{
width:90%;
margin-left:5%;
margin-right:5%;
background-position:center;
background-color:#000066;

color:White;
    padding:0px 4px 0px 4px; 
    display:inline-block;
    padding-bottom:2%;
    padding-top:2%;
}

.box1 { width:29%; height:auto; vertical-align:bottom; float:left; background-color:#000066; color:#fff; font-weight:bold; text-align:center; font-size:1.5em; margin-top:25px; margin-left:2%;
    -webkit-border-top-right-radius: 24px;
    -webkit-border-top-left-radius: 24px;
    -moz-border-top-right-radius: 24px;
    -moz-border-top-left-radius: 24px;  
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-bottom-right-radius: 24px;
    -moz-border-bottom-left-radius: 24px;  
    padding:0px 4px 0px 4px;
}

.box2 {  width:29%;  height:auto; vertical-align:bottom; float:left; background-color:#000066; color:#fff;  font-weight:bold; text-align:center; font-size:1.5em; margin-top:25px; margin-left:2%;
    -webkit-border-top-right-radius: 24px;
    -webkit-border-top-left-radius: 24px;
    -moz-border-top-right-radius: 24px;
    -moz-border-top-left-radius: 24px;  
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-bottom-right-radius: 24px;
    -moz-border-bottom-left-radius: 24px;  
    padding:0px 4px 0px 4px;
}

.box3 { width:29%;  height:auto; vertical-align:bottom; float:left; background-color:#000066; color:#fff;  font-weight:bold; text-align:center; font-size:1.5em; margin-top:25px; margin-left:2%;
    -webkit-border-top-right-radius: 24px;
    -webkit-border-top-left-radius: 24px;
    -moz-border-top-right-radius: 24px;
    -moz-border-top-left-radius: 24px;  
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-bottom-right-radius: 24px;
    -moz-border-bottom-left-radius: 24px;  
    padding:0px 4px 0px 4px;
}
.box4 
{
    visibility:hidden;
}

.image-holder 
{
    background-position:center;
    background-image:url('van1.png');
}

#test4 {
    background-image:url('../pchbanner.png');
    width:100%;
    margin-left:2%;
    max-width:1024px;
    height:100%;
    background-repeat:no-repeat;
    max-height:370px;
    background-size:contain;
}
@media all and (max-width: 850px) {
    #test4 {
        background-image:url('van1-min.png');
        background-repeat:no-repeat;
        width:95%;
        background-position:center;
        height:100%;
        max-height:130px;
        background-size:contain;
       
    
    }
}

#test5 {
    background-image:url('../pch-responsive.png');
    background-position:center;
    width:100%;
    margin-left:auto;
    max-width:1024px;
    height:100%;
    background-repeat:no-repeat;
    max-height:100%;
    height:340px;
}
@media all and (max-width: 800px) {
    #test5 {
        background-image:url('../pch-responsive-small.png');
        background-repeat:no-repeat;
        width:340px;
        
        height:190px;
        max-height:100%;
        margin-right:25%;
          
    }
    .img-holder{max-width: 800px;
    margin: 0 auto;
    display: inline-block;
    float: left;
    width: 800px;padding-bottom:7%;}
    .logo-holder{margin-top:9%;margin-left:0%}
   .pch-title{ margin-left: 15% !important;
    margin-top: -7%!important;
    padding-bottom: 5%;}
    .strap-line{float:left;padding-top:0%;margin-left:0%;width:800px;}
    
}

#test6 {
    background-image:url('../webdesign.jpg');
    background-position:center;
    width:100%;
    margin-left:auto;
    max-width:1024px;
    height:100%;
    background-repeat:no-repeat;
    max-height:100%;
    height:340px;
}

@media all and (max-width: 768px)
{
    #test5 {
    background-image: url(../pch-responsive-small.png);
    background-repeat: no-repeat;
    width: 340px;
    height: 190px;
    max-height: 100%;
    margin-right: 26%;
}
    .logo-holder{margin-top:4%;margin-left:-3%;}
   .pch-title{ 
    margin-top: -7%!important;margin-left:15%;
    padding-bottom: 5%;}
   .strap-line{padding-top:0%; margin-left:5%; float:left;text-align:center;width:94%;}
    .phone-no-mobile{display:none;}
    .phone-no{display:block;}
    .testimonial_box1 {
    width: 580px;
    max-width: 95%;
    background-position: center;
    height: auto!important;
    width: auto;
    display: inline-block;
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    min-height:23%!important;
max-height:1050px!important;
}
.testimonial_box2 {
    width: 580px;
    max-width: 95%;
    background-position: center;
    height: auto!important;
    width: auto;
    display: inline-block;
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    min-height:23%!important;
     max-height:1050px!important;
}
.testimonial_box3 {
    width: 580px;
    max-width: 95%;
    background-position: center;
    height: auto!important;
    width: auto;
    display: inline-block;
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    min-height:23%!important;
    max-height:1050px!important;
}
.testim-page{height:3700px!important;}
}

@media all and (max-width: 640px) {
.phone-no-mobile {
    display: block;
    margin-top: 10%;
    margin-left: 34%;
}
.phone-no{display:none;}
.pch-title {
    margin-left: 45% !important;
    margin-top: -7%!important;
    padding-bottom: 5%;
}
.logo-holder {
    margin-top: 12%;
    margin-left: 28%;
}
.strap-line {
    padding-top: 5%;
    margin-left: 6%;
    float: left;
    text-align: center;
}
#test5 {
    background-image: url(../pch-responsive-small.png);
    background-repeat: no-repeat;
    width: 340px;
    height: 190px;
    max-height: 100%;
    margin-right: 21%;
}
}
@media all and (max-width: 600px) {
    #test6 {
        background-image:url('../webdesign_small.png');
        background-repeat:no-repeat;
        width:340px;
        
        height:140px;
        max-height:100%;
        margin-right:25%;
          
    }
}

@media all and (max-width: 480px) {
  #cssmenu ul ul {
    position: relative;
    top: 0;
    width: 100%;
    max-width:960px;
   
  }
  #test5 {
    background-image: url(../pch-responsive-small.png);
    background-repeat: no-repeat;
    width: 340px;
    height: 190px;
    max-height: 100%;
    margin-right: 13%;
}
}

#cssmenu ul ul li {
  padding: 3px 0;
}
#cssmenu ul ul a {
  color: #999999;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
}
#cssmenu ul ul a:hover {
  color: #444444;
}

.testimonial_box1
{
 width:29%; height:auto; vertical-align:bottom; float:left; background-color:white; color:#000066; font-style:italic; font-weight:bold; text-align:center; font-size:1em; margin-top:25px; margin-left:2%;
    -webkit-border-top-right-radius: 24px;
    -webkit-border-top-left-radius: 24px;
    -moz-border-top-right-radius: 24px;
    -moz-border-top-left-radius: 24px;  
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-bottom-right-radius: 24px;
    -moz-border-bottom-left-radius: 24px;  
    padding:0px 4px 0px 4px;
}


.testimonial_box2
{
   width:29%;  height:auto; vertical-align:bottom; float:left; background-color:white; color:#000066; font-style:italic; font-weight:bold; text-align:center; font-size:1em; margin-top:25px; margin-left:2%;
    -webkit-border-top-right-radius: 24px;
    -webkit-border-top-left-radius: 24px;
    -moz-border-top-right-radius: 24px;
    -moz-border-top-left-radius: 24px;  
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-bottom-right-radius: 24px;
    -moz-border-bottom-left-radius: 24px;  
    padding:0px 4px 0px 4px;
}
.testimonial_box3
{
width:29%;  height:auto; vertical-align:bottom; float:left; background-color:white; color:#000066; font-style:italic; font-weight:bold; text-align:center; font-size:1em; margin-top:25px; margin-left:2%;
    -webkit-border-top-right-radius: 24px;
    -webkit-border-top-left-radius: 24px;
    -moz-border-top-right-radius: 24px;
    -moz-border-top-left-radius: 24px;  
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-bottom-right-radius: 24px;
    -moz-border-bottom-left-radius: 24px;  
    padding:0px 4px 0px 4px;
}


@media all and (max-width: 480px) 
{
.testimonial_box1
{
 width:300px;
max-width:100%;
background-position:center;
height:auto;
width:auto;
display:inline-block;

font-size:1.2em;
font-style:italic;
text-align:center;
}

.testimonial_box2
{
   width:300px;
   max-width:100%;
  float:left;
   margin:10px 0;
    border-radius:5px;
    font-size:1.2em;
font-style:italic;
text-align:center;
}
.testimonial_box3
{
     width:300px;
max-width:100%;
margin-top:auto;
float:left;
margin:10px 0;
border-radius:5px;
font-size:1.2em;
font-style:italic;
text-align:center;
}
.main_box1 { width:300px;
max-width:100%; margin-left:2px; height:auto; vertical-align:bottom; float:left; background-color:#EFEFFB; color:#000066; text-align:center; font-size:1.4em; margin-top:25px; margin-left:2%;
    -webkit-border-top-right-radius: 24px;
    -webkit-border-top-left-radius: 24px;
    -moz-border-top-right-radius: 24px;
    -moz-border-top-left-radius: 24px;  
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-bottom-right-radius: 24px;
    -moz-border-bottom-left-radius: 24px;  
    padding:0px 4px 0px 4px;
}

.main_box2 { width:300px;
max-width:100%; margin-left:2px; height:auto; vertical-align:bottom; float:left; background-color:#EFEFFB; color:#000066; text-align:center; font-size:1.4em; margin-top:25px; margin-left:2%;
    -webkit-border-top-right-radius: 24px;
    -webkit-border-top-left-radius: 24px;
    -moz-border-top-right-radius: 24px;
    -moz-border-top-left-radius: 24px;  
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-bottom-right-radius: 24px;
    -moz-border-bottom-left-radius: 24px;  
    padding:0px 4px 0px 4px;
}

.main_box3 {width:300px;
max-width:100%; margin-left:2px; height:auto; vertical-align:bottom; float:left; background-color:#EFEFFB; color:#000066; text-align:center; font-size:1.4em; margin-top:25px; 
    -webkit-border-top-right-radius: 24px;
    -webkit-border-top-left-radius: 24px;
    -moz-border-top-right-radius: 24px;
    -moz-border-top-left-radius: 24px;  
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-bottom-right-radius: 24px;
    -moz-border-bottom-left-radius: 24px; 
    padding:0px 4px 0px 4px; 
}
.main_container
{
visibility:hidden;
}

.box1 { visibility:hidden;
}

.box4  
{
   text-align:center;
   width:100%; 
}

.box3 { visibility:hidden;
}

.service_box1 { width:42%;
max-width:100%; margin-left:2px; height:auto; vertical-align:bottom; float:left; background-color:#EFEFFB; color:#000066; text-align:center; font-size:1.4em; margin-top:25px; margin-left:2%; display:inline-block;
    -webkit-border-top-right-radius: 24px;
    -webkit-border-top-left-radius: 24px;
    -moz-border-top-right-radius: 24px;
    -moz-border-top-left-radius: 24px;  
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-bottom-right-radius: 24px;
    -moz-border-bottom-left-radius: 24px;  
    padding:0px 4px 0px 4px;
}

.service_box2 { width:42%;
max-width:100%; margin-left:2px; height:auto; vertical-align:bottom; float:left; background-color:#EFEFFB; color:#000066; text-align:center; font-size:1.4em; margin-top:25px; margin-left:2%; display:inline-block;
    -webkit-border-top-right-radius: 24px;
    -webkit-border-top-left-radius: 24px;
    -moz-border-top-right-radius: 24px;
    -moz-border-top-left-radius: 24px;  
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-bottom-right-radius: 24px;
    -moz-border-bottom-left-radius: 24px;  
    padding:0px 4px 0px 4px;
}
}

@media all and (max-width: 600px) 
{
.testimonial_box1
{
width:580px;
max-width:100%;
background-position:center;
height:auto;
width:auto;
display:inline-block;

font-size:1.2em;
font-style:italic;
text-align:center;
}

.testimonial_box2
{
   width:580px;
   max-width:100%;
  float:left;
   margin:10px 0;
    border-radius:5px;
    font-size:1.2em;
font-style:italic;
text-align:center;
}
.testimonial_box3
{
 width:580px;
max-width:100%;
margin-top:auto;
float:left;
margin:10px 0;
border-radius:5px;
font-size:1.2em;
font-style:italic;
text-align:center;
}
}
@media all and (max-width: 600px) {
.main_box1 { width:500px;
max-width:100%;  margin-left:2%; margin-right:auto; height:auto; vertical-align:bottom;  background-color:#EFEFFB; color:#000066; text-align:center; font-size:1.4em; margin-top:25px; 
    -webkit-border-top-right-radius: 24px;
    -webkit-border-top-left-radius: 24px;
    -moz-border-top-right-radius: 24px;
    -moz-border-top-left-radius: 24px;  
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-bottom-right-radius: 24px;
    -moz-border-bottom-left-radius: 24px;  
    padding:0px 4px 0px 4px;
}

.main_box2 { width:500px;
max-width:100%; margin-left:2%; margin-right:auto; height:auto; vertical-align:bottom;  background-color:#EFEFFB; color:#000066; text-align:center; font-size:1.4em; margin-top:25px; 
    -webkit-border-top-right-radius: 24px;
    -webkit-border-top-left-radius: 24px;
    -moz-border-top-right-radius: 24px;
    -moz-border-top-left-radius: 24px;  
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-bottom-right-radius: 24px;
    -moz-border-bottom-left-radius: 24px;  
    padding:0px 4px 0px 4px;
    display:inline-block;
}

.main_box3 {width:500px;
max-width:100%; margin-left:2%; margin-right:auto; height:auto; vertical-align:bottom;  background-color:#EFEFFB; color:#000066; text-align:center; float:left; font-size:1.4em; margin-top:25px; 
    -webkit-border-top-right-radius: 24px;
    -webkit-border-top-left-radius: 24px;
    -moz-border-top-right-radius: 24px;
    -moz-border-top-left-radius: 24px;  
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-bottom-right-radius: 24px;
    -moz-border-bottom-left-radius: 24px; 
    padding:0px 4px 0px 4px; 
   
}
.service_box1 { width:500px;
max-width:100%; margin-left:2px; height:auto; vertical-align:bottom;  background-color:#EFEFFB; color:#000066; text-align:center; font-size:1.4em; margin-top:25px; margin-left:2%; display:inline-block;
    -webkit-border-top-right-radius: 24px;
    -webkit-border-top-left-radius: 24px;
    -moz-border-top-right-radius: 24px;
    -moz-border-top-left-radius: 24px;  
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-bottom-right-radius: 24px;
    -moz-border-bottom-left-radius: 24px;  
    padding:0px 4px 0px 4px;
}

.service_box2 { width:500px;
max-width:100%; margin-left:2px; height:auto; vertical-align:bottom;  background-color:#EFEFFB; color:#000066; text-align:center; font-size:1.4em; margin-top:25px; margin-left:2%; display:inline-block;
    -webkit-border-top-right-radius: 24px;
    -webkit-border-top-left-radius: 24px;
    -moz-border-top-right-radius: 24px;
    -moz-border-top-left-radius: 24px;  
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-bottom-right-radius: 24px;
    -moz-border-bottom-left-radius: 24px;  
    padding:0px 4px 0px 4px;
}
.img-holder {
    max-width: 800px;
    margin: 0 auto;
    display: inline-block;
    float: left;
    width: 600px;
    
}
.testim-page{height:7200px!important;}
.strap-line{width:95%;margin-top:5%;}
.logo-holder {
    margin-top: 8%;
    margin-left: 28%;
}
.testimonial_box1 {
    width: 580px;
    max-width: 95%;
    background-position: center;
    height: auto!important;
    width: auto;
    display: inline-block;
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    min-height:0!important;
max-height:1050px!important;
}
.testimonial_box2 {
    width: 580px;
    max-width: 95%;
    background-position: center;
    height: auto!important;
    width: auto;
    display: inline-block;
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    min-height:0!important;
     max-height:1050px!important;
}
.testimonial_box3 {
    width: 580px;
    max-width: 95%;
    background-position: center;
    height: auto!important;
    width: auto;
    display: inline-block;
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    min-height:0!important;
    max-height:1050px!important;
}

}
@media all and (max-width: 414px)
{
    .img-holder{width:400px; margin-left:4%}
    .logo-holder{margin-top:7%;margin-left:18%}
   .pch-title{ margin-left: 37% !important;
    margin-top: -9%!important;
    padding-bottom: 5%;}
    .strap-line{float:left;padding-top:11%;margin-left:2%;}
    .phone-no-mobile{margin-left:25%;display:inline-block;}
    .phone-no{display:none;}
    #test5 {
    background-image: url(../pch-responsive-small.png);
    background-repeat: no-repeat;
    width: 340px;
    height: 190px;
    max-height: 100%;
    margin-right: 2%;
    .testimonial_box1 {
    width: 580px;
    max-width: 95%;
    background-position: center;
    height: auto!important;
    width: auto;
    display: inline-block;
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    min-height:0!important;
}
.testimonial_box2 {
    width: 580px;
    max-width: 95%;
    background-position: center;
    height: auto!important;
    width: auto;
    display: inline-block;
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    min-height:0!important;
}
.testimonial_box3 {
    width: 580px;
    max-width: 95%;
    background-position: center;
    height: auto!important;
    width: auto;
    display: inline-block;
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    min-height:0!important;
    max-height:1050px!important;
}

}
.oh {margin: 0px 25% 15% 16% !important;}
}
@media all and (max-width: 412px)
{
    .img-holder{width:400px; margin-left:12%}
    .logo-holder{margin-top:7%;margin-left:18%}
   .pch-title{ margin-left: 37% !important;
    margin-top: -9%!important;
    padding-bottom: 5%;}
    .strap-line{float:left;padding-top:20%;}
    .phone-no-mobile{margin-left:25%;display:inline-block;}
    .phone-no{display:none;}
}
@media all and (max-width: 360px)
{
    .img-holder {
    width: 350px;
    margin-left: 4%;
}
    .logo-holder{margin-top:15%;margin-left:19%}
   .pch-title{ margin-left: 39% !important;
    margin-top: -9%!important;
    padding-bottom: 5%;}
    .strap-line{float:left;padding-top:18%;margin-left:4%;}
    .phone-no-mobile{margin-left:29%;display:inline-block;}
    .phone-no{display:none;}
    .oh {margin: 0px 25% 15% 12% !important;}
    .testimonial_box1 {
     width: 360px!important;
    max-width: 100%;
    background-position: center;
    height: auto!important;
    width: auto;
    display: inline-block;
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    min-height:0!important;
}
.testimonial_box2 {
     width: 360px!important;
    max-width: 100%;
    background-position: center;
    height: auto!important;
    width: auto;
    display: inline-block;
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    min-height:0!important;
}
.testimonial_box3 {
    width: 360px!important;
    max-width: 100%;
    background-position: center;
    height: auto!important;
    width: auto;
    display: inline-block;
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    min-height:0!important;
    max-height:1050px!important;
}
.main_box1 {
    width: 360px;
    max-width: 96%!important;
    margin-left: 2%;
}
.main_box2 {
    width: 360px;
    max-width: 96%!important;
    margin-left: 2%;
}
.main_box3 {
    width: 360px;
    max-width: 96%!important;
    margin-left: 2%;
}
}


@media (max-width: 320px){
.phone-no-mobile {
    margin-left: 21%;
    display: inline-block;
    margin-top:6%;
}
.oh {margin: 0px 25% 15% 12%;}
.strap-line {
    float: left;
    padding-top: 14%;
    margin-left: 3%;
    font-size: 0.8em;
    margin-right: 3%;
}
.logo-holder {
    margin-top: 12%;
    margin-left: 15%;
}
#test5 {
    background-image: url(../pch-responsive-small.png);
    background-repeat: no-repeat;
    width: 290px;
    height: 190px;
    max-height: 100%;
    margin-right: 0%;
}
.testim-page{height:7200px!important;}
.oh {margin: 0px 25% 15% 7% !important;}
.testimonial_box1 {
    width: 320px;
    max-width: 100%;
    background-position: center;
    height: auto!important;
    width: auto;
    display: inline-block;
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    min-height:0!important;
}
.testimonial_box2 {
    width: 320px;
    max-width: 100%;
    background-position: center;
    height: auto!important;
    width: auto;
    display: inline-block;
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    min-height:0!important;
}
.testimonial_box3 {
    width: 320px;
    max-width: 100%;
    background-position: center;
    height: auto!important;
    width: auto;
    display: inline-block;
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    min-height:0!important;
    max-height:1050px!important;
}
.img-holder {
    width: 310px;
    margin-left: 0%;
}
.main_box1 {
    width: 320px;
    max-width: 98%;
    margin-left:1%;
}
.main_box2 {
    width: 320px;
    max-width: 98%;
    margin-left:1%;
}
.main_box3 {
    width: 320px;
    max-width: 98%;
    margin-left:1%;
}
}