html{
width: 100%;
height: 100%;
}
body {
	position: relative;
	width: 100%;
	height:100%;
	 margin:0; 
	 padding:0;
         color: #030980;
	font-family: verdana, arial, sans-serif; 
	}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
tbody{
	width: 100%;
}
th{ 
    color: #000644;
	text-align:left;
	padding: 2%;
}
td{
	padding: 3px;
}
input{
	width: 99%;
	padding: 5px;
}
input[type="image"]{
	width: 55px;
}
textarea{
	width: 99%;
}
.show_mobile{
	display: none;
}
.topbar_mob_acc{
	display: none;
	position: absolute;
	top: 64px;
	left: 16px;
	width: 140px;
	font-size: 22px;
	font-weight: bold;
	background-color: #ffffff;
	z-index: 30;
}
.topbar_mob_acc .barlink{
	width: 100%;
    display: none;
    color: #ffffff;
    font-size: 90%;
	font-weight: 400;
    text-decoration: none;
    background-color: #4387af;
    background-color: #145578;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.link{
	
}
#wrapper{
    position: relative;
  min-height: 100vh;
	}
.picture{
	display: block;
    position: absolute;
    background: url(../images/services.png);
    background-repeat: no-repeat;
	margin-top: 118px;
	margin-left: auto;
	margin-right: auto;
	width: 24%;
	height: 50%;
}
#ladder{
	position: relative;
	left: 556px;
	top: 175px;
}
.sun{
	position: relative;
	left: 3px;
	top: 300px;
}
.linkbar{
    position: relative;
    float: right;
	margin-top: 118px;
	margin-right: 3%;
	width: 11%;
	height: 60%;
	text-align: center;
	background-color: #ffffff;
}
.mobile_linkbar{
    position: absolute;
    margin-left: auto;
    margin-left: auto;
	width: auto;
	display: none;
	height: 14px;
	text-align: center;
	background-color: #ffffff;
}

.linkpanel{
    display: block;
	width: 100%;
	text-align: left;
	color: #2b3a90;
	background-color: transparent;
	border: none;
	padding: 8px;
	padding-left: 14px;
}
.linkpanelhead{
	text-align: left;
	font-size: 178%;
	font-weight: bold;
	margin-bottom: 24px;
	padding-left: 14px;
	z-index: 28;
}
.linkpanel input[type="text"]{
	width: 99%;
}
.linkpanel a{
color: #2b3a90;
}
.linkpanelcaption a{
	display: inline-block;
	color: #2b3a90;
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	font-weight: bold;
}
.linkpanelcaption label{
	display: inline-block;
	color: #2b3a90;
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	font-weight: bold;
}
.house{
	width: 60%;
}
.linkpanelcont{
	position: relative;
	text-align:left;
	width: 38%;
	padding: 2px;
    color: #2b3a90;
    background: transparent;
	margin-top: 118px;
	margin-left: 28%;
	margin-right: auto;
}
.takingon{
    display: block;
    width: 100%;
	font-size: 90%;
	text-align: left;
	background-color: #b9cece;
	margin-bottom: 0.2%;
}
.dataentry{
	padding: 2%;
	
}
.dataentrypanel{
    position: absolute;
	top: 35%;
	left: 35%;
	width: 35%;
	text-align:left;
	padding: 2%;
	background-color: #b9cece;
}
.invalidentry{
	color: #700000;
	font-weight: 200;
	background-color: #ffffff;
	float: right;
	padding-top: 1%;
	padding-bottom: 1%;
}
.required{
	color: #ff2828;
	background-color: #ffffff;
	width: 3%;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
	float: right;
}
.label{
    color: #2b3a90;
	background-color: #ffffff;
	float: right;
	padding-top: 1%;
	padding-bottom: 1%;
}
.barlink{
	border-radius: 8px;
    display: block;
    color: #ffffff;
    font-size: 9px;
	font-weight: 400;
    text-decoration: none;
    background-color: #788aa7;
    border-width: 3px;
	border-style: double;
	border-color: #ffffff;
	padding: 4px;
}
.mobile_barlink{
	border-radius: 2px;
    display: none;
    width: 99%;
    color: #ffffff;
    font-size: 80%;
	font-weight: 300;
    text-decoration: none;
    background-color: #788aa7;
	padding: 4px;
}
a{
    display: block;
    width: auto;
    color: #414e63;
    font-size: 90%;
	font-weight: 500;
    text-decoration: none;
    background-color: #b9cece;
}
label{
    display: block;
    width: auto;
    color: #2b3a90;
    font-size: 90%;
	font-weight: 500;
    text-decoration: none;
}
.message{
	position:absolute;
	top: 12%;
	left:8%;
}
.map{  
    position: absolute;
	top: 35%;
	left: 35%;
	width: 40%;
}
.banner_cont{
	display: block;
	position: relative;
	top: 0;
	width: 100%;
	height: 128px;
	padding: 0;
}
.banner{
	display: inline-block;
	position: relative;
	height: 128px;
	width: -webkit-calc(50% - 340px);
    width: calc(50% - 340px);
    margin-left: -3px;
    margin-right: -3px; 
}
#servicesbanner_main{
	width: 680px;
}
.checkout_amount{
margin-left: auto;
margin-right: auto;
color: #305050;
}
.page_bottom{
	bottom: 0;
    left: 0;
    width: 100%;
	clear: both;
	height: 278px;
/*	top: -webkit-calc(100% - 100px);
    top: calc(100% - 100px);  */
	color: #ffffff;
	background-color: #000000;
	margin-top: 18px;
/*	padding-left: 8px;
	padding-right: 8px;  */
	padding-top: 18px;
	padding-bottom: 18px;
}
.page_bottom_filler_div{
	display: inline-block;
	width: 8%;
}
.page_bottom_sub_div{
	display: inline-block;
	vertical-align: top;
	width: 30%;
}
.page_bottom_sub_div div{
	position: relative;
	display: block;
	margin-bottom: 14px;
	padding: 5px;
}
.page_bottom_sub_div input{
	display: block;
	color: #ffffff;
	background-color: #007396;
}
.page_bottom_sub_div a{
	color: #ffffff;
	background-color: #007396;
}
.admin_href{
	display: inline-block;
	color: #ffffff;
	background-color: #0077b3;
	font-size: 20px;
	font-weight: bold;
	padding: 6px;
	border-radius: 3px;
}
.client_unit{
	display: block;
	width: 60%;
}
@media only screen and (max-width: 928px), only screen and (max-device-width: 928px){
		body{
		font-size: 12px;
	}
	input{
		padding: 2px;
	}
.topbar_mob_acc .barlink{
		display: block;
		width: 90px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	}
.topbar_mob_acc .barlink img{
    width: 100%;
	border-radius: 2px;
}	
.picture{
	width: 30%;
    background: none;	
	}
.linkpanelcont{
	position: relative;
	margin-top: 22px;
	width: 100%;
}
#make_payment_link{
	font-size: 168%;
	font-weight: bold;
	padding: 8px;
}
.dataentrypanel{
	position: relative;
	top: 35%;
	width: auto;
}
.mobile_barlink{
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
}
.linkbar{
	display: none;
}
.mobile_linkbar{
		display: inline-block;
		align-content: center;
	position: relative;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: 4px;
	padding-left: 14px;
}
.banner_cont{
	height: 88px;
	margin-bottom: 12px;
}
.banner{
	height: 88px;
}
#ladder{
	left: 320px;
	top: -58px;
}
.linkpanel{
    display: block;
	width: auto;
	margin-bottom: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;    
}
.linkpanel a{
    display: block;
	width: auto;
	background: #ffffff;
    margin-right: 4%;
    color: #2b3a90;
    border-radius: 4px;
    font-size: 120%;
	font-weight: 500;
    text-decoration: none;
}
.linkpanel label{
    display: block;
    width: auto;
    margin-right: 4%;
    color: #2b3a90;
    border-radius: 4px;
    font-size: 120%;
	font-weight: 500;
    text-decoration: none;
    background:#ffffff;
	padding: 5px;
}
.linkpanel a{
	width: auto;
	background: #ffffff;
}
.linkpanel label{
	width: auto;
	background: #ffffff;
}
.linkpanel input[type="submit"]{
	width: 80%;
	height: 100%;
	color: #2b3a90;
}
.linkpanelcaption{
	display: inline-block;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	font-weight: bold;
}
	body{
		font-size: 12px;
	}
	input{
		padding: 2px;
	}
	.linkpanelcont{
		position: reltive;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.dataentrypanel{
	    position: relative;
	top: 80px;
	width: auto;
}
#ladder{
	left: 137px;
	top: -80px;
}
.show_mobile{
	display: inline-block;
	position: absolute;
	top: -14px;
	color: #ffffff;
	font-size: 340%;
	font-weight: bold;
	z-index: 8;
}
.topbar_mob_acc .barlink{
		display: block;
	    font-size: 126%;
    background-color: #4387af;
    border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	margin-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	}
.linkbar{
	display: none;
}
.banner_cont{
	height: 48px;
}
.banner{
	height: 48px;
	width: -webkit-calc(50% - 180px);
	width: -moz-calc(50% - 180px);
    width: calc(50% - 180px);
}
#servicesbanner_main{
	width:360px;
}
.linkpanel{

}
.linkpanel a label{
    float:right;
    width: 99%;
    color: #2b3a90;
    border-radius: 3px;
    font-size: 100%;
	font-weight: 500;
    text-decoration: none;
    margin-right: 4px;
}
.linkpanel input[type="text"]{
	width: 100%;
}
.linkpanel textarea{
	width: 100%;
}
.linkpanel input[type="submit"]{
	width: 80%;
	height: 100%;
	color: #2b3a90;
}
.linkpanelcaption{
	display: inline-block;
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	font-weight: bold;
}
.page_bottom_sub_div{
	width:98%;
}
.page_bottom_filler_div{
	display: none;
}

.client_unit{
	
	width: 84%;
}
	}
@media only screen and (max-width: 300px) and (-webkit-device-pixel-ratio: 1){
	.banner{
display: none;
}
#servicesbanner_main{
	display: block;
	width: 100%;
}
.mobile_barlink{
	display: inline;
	font-size: 8px;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}
.topbar_mob_acc .barlink{
	display: inline;
	font-size: 8px;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}
}
@media only screen and (max-width: 620px), only screen and (max-device-width: 620px) and (-webkit-min-device-pixel-ratio: 2){
.banner{
	height: 48px;
	width: -webkit-calc(50% - 82px);
	width: -moz-calc(50% - 130px);
    width: calc(50% - 130px);
}
#servicesbanner_main{
	width: 260px;
}
.linkpanelhead{
	font-size: 188%;
	}
.admin_href{
	font-size: 28px;
	font-weight: bold;
	padding: 6px;
	border-radius: 3px;
}
	}	