﻿@charset "utf-8";
/* CSS Document */

.whitetxt{color:#fff;}
.bluetxt{color:#009de0;}
.darkbluetxt{color:#0467b0;}
.yellowtxt{color:#ffbc09 !important;}
.redtxt{color:#F00 !important;}
.graytxt{color:#444 !important;}
.Lgraytxt{color:#999 !important;}
.noborder{
	border:0px !important;
}

.title{
	width:100%;
	height:51px;
}
.title > div{
	width:75px;
	height:51px;
	overflow:hidden;
	float:left;
	margin-right:20px;
	position:relative;
}
.title > div ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
.title > div ul li img {
	
}
.title > div ul li.show {
	z-index:500
}
.title > h3{
	width:480px;
	/*height:51px;*/
	overflow:hidden;
}
#formIndex{
	width:100%;
	overflow:hidden;
	margin-top:15px;
	position:relative;
}
.bg-selectVehicle{
	width:520px;
	height:30px;
	padding:3px 0 0 15px;
	background:url(/images/bg-selectVehicle.jpg) 0 0 no-repeat;
}
.selectVehicle{
	width:510px;
	border:0 !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#fff;
	background:none;
	background-color:#41ac33;
}
.selectVehicle > select{
	background-color:#41ac33 !important;
}
.selectVehicle > option {
    background-color:#fff !important;
	color:#000 !important;
}
.quiz{
	width:34px;
	height:34px;
	/*display:block;*/
	overflow:hidden;
	position:absolute;
	right:0px; top:0px;
}
.quiz img{
	border:0px;
	width:29px;
	height:29px;
}
.fromtobox{
	width:100%;
	overflow:hidden;
	padding-top:50px;
	margin-top:15px;
	background:url(/images/home/tab-1.jpg) 0 0 no-repeat;
}
.detailsbox {
    width: 100%;
    overflow: hidden;
    margin-top:5px;
    padding-top: 20px;
    position: relative;
    border-top: 1px solid #ccc;
    /*background:url(/images/home/tab-2.jpg) 0 0 no-repeat;*/
}
.bg-selectfield{
	width:265px;
	height:26px;
	padding:4px 0 0 15px;
	margin-bottom:15px;
	float:left;
	background:url(/images/bg-field-gray.jpg) 0 0 no-repeat;
}
.bg-selectfield-left{
	margin-right:25px;
}
.bg-selectfield-green, .bg-textfield-green{
	background:url(/images/bg-field-green.jpg) 0 0 no-repeat !important;}
.bg-selectfield-blue, .bg-textfield-blue{
	background:url(/images/bg-field-blue.jpg) 0 0 no-repeat !important;}
.selectfield{
	width:260px;
	border:0 !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#444;
	background-color:#fff;
}
.bg-textfield{
	width:255px;
	height:26px;
	padding:4px 10px 0 15px;
	margin-bottom:3px;
	position:relative;
	background:url(/images/bg-field-gray.jpg) 0 0 no-repeat;
}

.bg-textfield-dropdown{
	width:255px;
	height:26px;
	padding:4px 13px 0 12px;
	margin-bottom:5px;
	position:relative;
	background:url(/images/bg-field-gray.jpg) 0 0 no-repeat;
}

span.star{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#e44748;
	position:absolute;
	top:6px; right:-15px;
}
.textfield{
	width:250px;
	border:0 !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#444;
	background-color:#fff;
}
.bg-checkbox{
	width:100%;
	height:20px;
	background:url(/images/bg-checkbox.jpg) 0 0 no-repeat;
}
.checkboxfield{
	background:none !important;
	border:0px !important;
}
.youtubebox{
	width:280px;
	height:158px;
	position:absolute;
	top:20px; 
    right:0px;
}

.divwrapbtn {
  clear: both;
  overflow: hidden;
  padding-top: 0px;
  position: relative;
  width: 100%;
}
.btn-showresults{
	text-align:right;
	margin-top:40px;
}

.divwrapbtn span {
  color: #41ac33;
  font-size: 14px;
  letter-spacing: -0.015em;
}
input.checkboxhard[type="checkbox"] {
  
}
.checkboxhard {
  transform: scale(1.5);
}


/*** INDEX ****/
ul.service-table{
	overflow:hidden;
	clear:both;
}
ul.thead li{
	color:#29711d !important;
	font-weight:bold;
	background:#d8f0db;
	height:20px !important;
	line-height:20px !important;
}
ul.thead li.c1 input{margin-top:3px !important;}
ul.service-table li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
	text-align:center;
	float:left;
	padding:7px 10px;
	height:15px;
	line-height:28px;
}
ul.service-table li span{
	color:#42ad30;
}
ul.details{
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
ul.details li.c2{font-weight:bold;}
ul.service-table li.c1{width:15px;} 
ul.service-table li.c2{width:55px;}
ul.service-table li.c3{width:80px;}
ul.service-table li.c4{width:85px;}
ul.service-table li.c5{width:90px;}
ul.service-table li.c6{width:50px;}
ul.service-table li.c7{width:80px;}
ul.service-table li.c8{width:65px;}
ul.service-table li.c9{width:105px;}
ul.service-table li.c10{width:75px;}

ul.service-table li.c1 input{margin-top:5px;}
ul.service-table li.c5 img, ul.service-table li.c6 img{margin-top:2px;}
ul.service-table li.c10 img{margin-top:3px;}
/**** END OF INDEX ****/

/*** ENQUIRY ****/
ul.service-table2{
	overflow:hidden;
	clear:both;
}
ul.thead2 li{
	color:#29711d !important;
	font-weight:bold;
	background:#d8f0db;
	height:20px !important;
	line-height:20px !important;
}
ul.thead2 li.c1 input{margin-top:3px !important;}
ul.service-table2 li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
	text-align:center;
	float:left;
	padding:7px 10px;
	height:15px;
	line-height:28px;
}
ul.service-table2 li span{
	color:#42ad30;
}
ul.details2{
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
ul.details2 li.c2{font-weight:bold;}
ul.service-table2 li.c1{width:15px;} 
ul.service-table2 li.c2{width:100px;}
ul.service-table2 li.c3{width:90px;}
ul.service-table2 li.c4{width:90px;}
ul.service-table2 li.c5{width:100px;}
ul.service-table2 li.c6{width:70px;}
ul.service-table2 li.c7{width:110px;}
ul.service-table2 li.c8{width:70px;}
ul.service-table2 li.c9{width:110px;}
ul.service-table2 li.c10{width:100px;}

ul.service-table2 li.c1 input{margin-top:5px;}
ul.service-table2 li.c5 img, ul.service-table2 li.c6 img{margin-top:2px;}
ul.service-table2 li.c10 img{margin-top:3px;}
/**** END OF ENQUIRY ****/

ul.serviceicon{
	overflow:hidden;
	margin-top:15px;
}
ul.serviceicon li{
	float:left;
	height:45px;
	margin:15px 35px;
}
ul.servicenote{
	background:#e6f8e9;
	overflow:hidden;
}
ul.servicenote li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#29711d;
	float:left;
	padding:5px 18px;
}
ul.iconcontact{
	overflow:hidden;
	margin-top:25px;
}
ul.iconcontact li{
	float:left;
}
ul.reasonsbook{
	overflow:hidden;
	margin-top:25px;
}
ul.reasonsbook li{
	width:270px;
	float:left;
	padding:0 15px;
}
ul.reasonsbook li p.textlist{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	/*height:55px;*/
	width:215px;
	overflow:hidden;
	color:#444;
	line-height:16px;
	margin-bottom:15px;
	padding-left:55px;
	float:left;
	background:url(../images/home/true-arrow.gif) 0 -5px no-repeat;
}
ul.reasonsbook li p.tL1{margin-bottom:23px;}
ul.reasonsbook li p.aR1{background:url(/images/home/true-arrow.gif) 0 10px no-repeat;}
ul.reasonsbook li p.aR2{background:url(/images/home/true-arrow.gif) 0 20px no-repeat;}
p.reasons{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:10px;
	
}
p.reasons a{
	color:#0765ae;
}
div.reasonsbox{
    margin-top:40px;
	margin-bottom:20px;
}
div.whowearebox{
	width:435px;
	height:360px;
	overflow:hidden;
	float:left;
	margin-right:30px;
}
ul.whoweare{
	overflow:hidden;
	margin-top:25px;
}
ul.whoweare li{
	width:405px;
	padding:0;
}
ul.whoweare li p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#444;
	line-height:18px;
	margin-bottom:35px;
	padding-left:15px;
	clear:both;
}
ul.whoweare li p span{
	width:33px;
	height:33px;
	font:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#fff;
	text-align:center;
	margin-right:15px;
	display:block;
	float:left;
	line-height:32px;
	background:url(/images/home/bg-yellow-bullet.jpg) left 0px no-repeat;
}
div.wheretogobox{
	width:435px;
	height:360px;
	overflow:hidden;
}
div.tipsbox{
	width:573px;
	overflow:hidden;
	float:left;
	margin-right:30px;
	background:url(/images/line-gold.jpg) center top no-repeat;
}
div.facebookbox{
	width:297px;
	/*height:310px;*/
	padding-top:115px;
	overflow:hidden;
	float:left;
	background:url(/images/facebook-title.jpg) center top no-repeat;
}
ul.socialbig{
	margin-top:30px;
	padding-top:75px;
	overflow:hidden;
	background:url(/images/bg-social.jpg) 0 0 no-repeat;
}
ul.socialbig li{
	float:left;
	width:92px;
	height:85px;
	padding:0 11px;
}
div.banner-bottom{
	width:100%;
	height:114px;
	overflow:hidden;
}
div.banner-bottom_2{
	width:100%;
	height:90px;
	overflow:hidden;
}
p.footerlink{
	text-align:left;
	margin:35px 0;
}
p.footerlink a{color:#444;}
ul.ourpartners{
	padding-top:24px;
	margin-bottom:35px;
	overflow:hidden;
	background:url(/images/ourpartners-title.jpg) 0 0 no-repeat;
}
ul.ourpartners li{
	float:left;
}
ul.socialsmall{
	overflow:hidden;
	float:left;
}
ul.socialsmall li{
	float:left;
	width:33px;
	height:33px;
	margin-right:12px;
}
ul.linkbottom{
	overflow:hidden;
}
ul.linkbottom li{
	float:left;
	margin-left:16px;
	line-height:33px;
}
ul.linkbottom li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#444;
}
img.imgtelephone{
	margin-top:40px;
}
img.imgtelephone2{
	margin-top:20px;
}
ul.testimonials{
	overflow:hidden;
	padding-top:50px;
	margin-top:60px;
	background:url(/images/home/title-testimonails.jpg) 0 0 no-repeat;
}

ul.testimonials li{
	width:285px;
	overflow:hidden;
	padding:12px 0;
}
ul.testimonials li:last-child{
	border:none;
}


ul.testimonials li h5{
	color:#2388bf;
}
ul.testimonials li p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	clear:both;
	margin-top:5px;
}
ul.testimonials li p.reviewed{
	color:#e9ac01;
}
ul.testimonials li p.reviewed img{
	float:left;
}
ul.testimonials li p.reviewed span{
	margin-left:10px;
}
ul.testimonials li p.text{
	color:#444;
	line-height:14px;
}
.socialwrap{
	width:100%;
	height:35px;
	position:absolute;
	top:68px; left:0px;
	z-index:1000;
}
.socialwrap2{
	width:100%;
	height:35px;
	position:absolute;
	top:48px; left:0px;
	z-index:1000;
}
.addthis{
	width:170px; height:35px; float:right; padding:10px 0 0 80px; position:relative;
}
#fbtop{
	position:absolute; top:8px; left:0px;
}
a.feedback{
	width:40px;
	height:111px;
	display:block;
	position:fixed;
	top:45%; right:0px;
	z-index:10000;
}

.enquiry-div{
	width:280px;
	/*overflow:hidden;*/
	float:left;
	margin-right:30px;
}
	.enquiry-div div{
		width: 100%;
		height: 50px;
		margin-bottom: 0px;
		position: relative;
		background: url(/images/bg-field-gray.jpg) left 15px no-repeat;
	}
	.enquiry-div div label {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		display: block;
		padding-left: 17px;
		width: 100%;
		height: 15px;
	}
	.enquiry-div div span.star2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: bold;
		color: #e44748;
		position: absolute;
		bottom: 6px;
		right: -15px;
	}
.movefrombox div label{color:#258fcc;}
.movetobox div label{color:#dfa200;}
.contactbox div label{color:#42ad30;}
.enquiry-div div input{
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#444;
	margin:6px 0 0 15px;
	border:none;
}
.enquiry-div div select {
	width: 255px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
	margin: 6px 0 0 15px;
	border: none;
}
div.vehicledrive input {
	float: left;
	/*width: 20px;*/
	margin-top: 8px;
}
div.vehicledrive span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#444;
	display:block;
	width:30px;
	float:left;
	margin-top:7px;
}
div.vehicledrive img{
	float:left;
	margin-top:7px;
}
.moredetailbox{
	width:590px;
	/*height:145px;*/
	overflow:hidden;
	float:left;
	background:url(/images/enquiry/bg-textarea2.jpg) center -3px no-repeat;
}
	.moredetailbox div {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #888;
		padding-left: 15px;
		line-height: 13px;
		margin-top: 5px;
	}
		.moredetailbox div.text2 {
			padding: 30px 0;
			position: relative;
			font-size: 12px;
			color: #444;
		}

.moredetailbox div.text2{
    margin-top:20px;
	font-size:12px;
	color:#444;
}

.moredetailbox .btnnext{
	right:0px;
	top:20px;
	position:absolute;
}
	.moredetailbox div span {
		font-size: 12px;
		color: #258fcc;
		font-weight: bold;
		display: block;
	}
.moredetailbox textarea{
	width:560px;
	height:110px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:10px 0 0 0;
	padding:0;
	border:none;
}
ul.paychoice{
	overflow:hidden;
	margin:30px 0 15px 0;
}
ul.paychoice li{
	float:left;
}
ul.paychoice li.first{
	margin-left:255px;
}

.payform{
	width:100%;
	height:152px;
	overflow:hidden;
	margin:35px 0 25px 0;
	background:url(/images/payform/bg-payform.jpg) 0 0 no-repeat;
}
.payform label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#0065b4;
}
.payform div{
	float:left;
}
.payform div.one{
	width:217px;
	height:53px;
	padding:22px 0 0 17px;
}
.payform div.two{
	width:390px;
	height:53px;
	padding:22px 0 0 22px;
}
.payform div.three{
	width:218px;
	height:53px;
	padding:22px 0 0 17px;
	position:relative;
}
.payform div.three input.btnimg{
	position:absolute;
	top:15px; 
	left:27px;
}
.payform div.one label,
.payform div.two label,
.payform div.three label{
	float:left;
	margin-top:10px;
}
.payform div input.text1{margin:6px 5px 0 15px; padding:3px 5px; float:left; width:30px; border:none;text-align:center;}
.payform div.one input.rdo{margin-top:10px; float:left;}
.payform div.one img{margin-top:5px; float:left;}

.PaymentRadioButtonCardType,
.PaymentRadioButtonCardType label {
	margin-top: 0px!important;
}
	
	.payform div.two input.textlong {
		margin: 6px 0 0 28px;
		padding: 3px;
		float: left;
		width: 210px;
		border: none;
	}

.paddingBt30{
	padding-bottom:30px;
}
.marginTp15{
	margin-top:15px;
}
.marginTp5{
	margin-top:10px;
}
.thankyoutxt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	/*line-height:19px;*/
	margin-bottom:15px;
}
.titlethanks{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align:center;
	font-weight:bold;
	margin:20px 0 50px 0;
	color:#2ab1e0;
}
.timework{
	/*overflow:hidden;*/
	display:flex;
	width:65%;
	margin:auto;
}
.timework li.first{
	/*margin-left:263px;*/
}

.timework li{
	margin:auto;
	/*width:149px;
	height:226px;
	float:left;
	overflow:hidden;
	margin-right:80px;*/
}
.moreservices{
	width:880px;
	height:130px;
	overflow:hidden;
	margin-top:30px;
	padding-top:60px;
	background:url(/images/finish/bg-moreservices.jpg) center top no-repeat;
}
.moreservices li.first{
	margin-left:18px;
}
.moreservices li{
	width:88px;
	height:117px;
	float:left;
	margin-right:20px;
}
.tableBox {
	width: 900px;
	overflow: hidden;
	margin: 35px 50px auto;
	background: inherit !important;
}
.tableBox.first{
	margin-top:0px;
}

.last{
	margin-right:0px !important;
}

.NotDrivableVehicleMessage label,
.NotDrivableVehicleMessage a,
.NoResultsMessage label,
.NoResultsMessage a
{
    font-size: 25px;
    text-decoration: none;
}

.ButtonCommon {
	padding: 2px 0px 2px 0px;
	font-size: 15px;
	height: 25px;
	border-radius: 12px;
}
.NotDrivableVehicleMessage .ButtonCommon {
    font-size: 25px;
    height: 40px;
}

.NotDrivableVehicle_Botton1
{
    margin-top:0px;
    padding-left:50px;
    width:40%;
    float:left;
}

.NotDrivableVehicle_Botton2 {
    margin-top: 0px;
    padding-right: 50px;
    width: 40%;
    float: right;
}

.NotDrivableVehicleMessage label,
.NotDrivableVehicleMessage input :not(.ButtonCommon) {
	font-size: 20px;
}

.NotDrivableVehicle_Botton1 ButtonCommon,
.NotDrivableVehicle_Botton2 ButtonCommon {
    margin-top: 10px;
}

.TableCaptionDiv {
	height: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	text-align: center;
}

.TableCaptionDiv label {
	color: white !important;
	width: 100%;
	font-size: 22px;
}

.ConfirmRequestDetails_SubmitButton {
	width: 30%;
	height: 35px;
	font-size: 20px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #a9a9a9;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #a9a9a9;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #a9a9a9;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #a9a9a9;
}

#divPhoneValidationRequest
{
	height:120px;
}
#divPhoneValidationRequest,
#divPhoneValidationContent,
#divPhoneValidationButton {
	width: 280px
}
#divPhoneValidationButton button,
#divPhoneValidationRequest button {
		height: 40px;
		font-size: 25px;
	}
.PhoneConfirmationBox {
	display: inline-block;
	/*width: 30px;*/
	width:100px;
	text-align: center;
	background-color: lightgray;
	/*letter-spacing: 30px;
    padding-left: 30px !important;*/
	/*margin-right: -30px;
    padding-left: 60px !important;
    padding-right: 30px !important;*/
	padding: 8px 3px 8px 3px !important;
	margin: 10px 5px;
	text-align: center;
	border-style: solid;
	border-width: 8px;
	border-color: red;
	font-size:14px;
}
#divResendConfirmationCode {
	margin: 20px 0 10px 0;
}