@charset "utf-8";
html{
	overflow-y:scroll;
}

body {
	font-size: 12px;
	color: #666;
	font-family: 'Raleway', sans-serif;
}

.txtNumber
{
	font-family:Arial, Helvetica, sans-serif;
}

*{
	border:0;
	margin:0;
	padding:0;
	outline:none;
}

.clear
{
	clear:both;
}

.clearfix:after
{
	clear:both;
	display:block;
	content:"";
}

a
{
	color:inherit;
	text-decoration:none;
}

a:hover
{
	color:#2A7E9E;
}

strong, b
{
	font-weight:600;
}

.maxWidth
{
	max-width:100%;
}

.fullWrapper
{
	width:100%;
	float:left;
}

.mainContainer
{
	width:95%;
	margin:0 auto;
	background:#fff;
	min-height:80px;
	max-width:1000px;
}

.headerWrap
{
	padding:20px 0px;
}

.headerLeft
{
	width:23%;
	float:left;
	position:relative;
}

.logoImg
{	
	width:100%; 
	margin:5% 0 0; 
	padding:0;
	float:left;
}

.logoTxt
{
	position:absolute;
	bottom:0px;
	right:0px;
	width:40%;
	text-align:left;
    font-size: 12px;
    font-weight: 400;
}

.headerRight
{
	width:76%;
	float:right;
	margin-top:1%;
	padding-top:2px;
}

.menuDivider
{
	width:76%;
	float:right;
	height:5px;
}

.mobileMenuBtn
{
	width:71;
	float:right;
	text-align:right;
}

#mainMenu
{
	width:76%;
	float:right;
	color: #333333;
    font-size: 14px;
    font-weight: 500;
	position:relative;
}

.menu
{
	list-style-type:none;
	float:right;
}

.menu li
{
	display:block;
	float:left;
	position:relative;
	margin-right:1px;
}

.menu li a
{
	display:block;
	float:left;
	padding:8px 10px;
}

.menu li ul
{
	position:absolute;
	background:#fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	width:200px;
	top:100%;
	z-index:9999;
	font-size:13px;
	display:none;
}

.menu li ul li
{
	width:100%;	
}

.menu li ul li a
{
	width:180px;
	padding:6px 10px;
}

.menu li ul li a:hover
{
	background:#f5f5f5;
	color:#333;
}

.menu li a:hover, .menu li a.active, .menu li:hover > a
{
	background:#A60505;
	color:#fff;
}


.loginReg
{
	float:right;
	margin:0px 0px 15px 30px;
	font-size: 13px;
    font-weight: 600;
	height:25px;
	line-height:25px;
}

.topLogin
{
	background: none repeat scroll 0 0 #2E3B97;
	border: 2px solid #2E3B97;
	border-radius: 2px;
	color: #FFFFFF;
	text-decoration: none;
	padding:3px 10px;
	margin-right:15px;
}

.topLogin:hover
{
	background:#b50909;
	border:2px solid #a60505;
	border-radius:2px;
	color:#ffffff;
}

.topReg
{
	color:#2E3B97;
}

.topReg:hover
{
	color:#b50909;
}

.emailInfo
{
	color: #000000;
    float: right;
    font-size: 15px;	
	height:25px;
	line-height:25px;
    font-weight: 500;
	width:100%;
	text-align:right;
	margin-bottom:5px;
}

.myAccountBtn a
{
	color:#000;
}

.myAccountBtn a:hover
{
color:#067f9d;
}


.number 
{
    font-family: Arial;
    font-weight: bold;
}

.onlyMobileBreak, .mobileLogoDivider, .mobileMenuBtn
{
	display:none;
}

.socialicons
{
	list-style-type:none;
	float:right;
	padding-top:4px;
	line-height:normal;
	margin-left:5px;
}

.socialicons li
{
	display:block;
	float:left;
	margin:0px 3px;
}

#homeSlider
{
	position:relative;
	visibility:hidden;
}

#homeSlider .onSlider
{
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	min-height:200px;
	background:url(../images/shadowbg.png) repeat-x 0px 0px;
	z-index:999;
}

#homeSlider .onSlider .mainContainer
{
	background:none;
}

.bannerBtn
{
	width:100%;
	float:left;
}

.sliderBtn
{
	list-style-type:none;
	width:100%;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
}

.sliderBtn li:first-child {
    width: 20%;
    display: block;
    float: left;
    /* max-width: 185px; */
}
.sliderBtn li {
    width: 20%;
    display: block;
    float: left;
    /* max-width: 135px; */
}

.sliderBtn li a
{
	width:88%;
	padding:8px 6%;
	display:block;
	float:left;	
	color:#fff;
	background-image:url(../images/btnDivider.png);
	background-repeat:no-repeat;
	background-position:right top;
	text-align:center;
}


.sliderBtn li a.color4
{
	background-image:none;
}

.color1
{
	background:#cc9933;
}

.color1:hover
{
	background-color:#d49516;
}

.color2
{
	background:#666666;
}

.color2:hover
{
	background-color:#535151;
}

.color3
{
	background:#669966;
}

.color3:hover
{
	background-color:#4f9c4f;
}

.color4
{
	background:#003366;
}

.color4:hover
{
	background-color:#013971;
}

.color5
{
	background:#6058ad;
}

.color5:hover
{
	background-color:#766fbf;
}

.processHeading
{
	font-size:26px;
	color:#fff;
	margin-top:3px;
	background:#b50909;
	font-weight:normal;
	font-weight:500;
	padding:4px 12px;
}

.theProcess
{
	width:27%;
	float:right;
	background:url(../images/theProcessBg.png) repeat;
}

.theProcess img
{
	margin-top:5px;
}

.theProcess table
{
	width:88%;
	margin:9% 6%;
	font-size:13px;
	color:#fff;
}

.theProcess table td
{
	padding:5px;	
}

.theProcess table td span
{
	width:28px;
	height:28px;
	float:left;
	line-height:25px;
	text-align:center;
	background:#fff;
	color:#000;
	font-size:16px;
	font-weight:500;
}

.theProcess table td h3
{
	font-size:15px;
	color:#fff;
	font-weight:normal;
	font-weight:500;
}

.towBannerWrap
{
	width:100%;
	float:left;
	padding-top:1%;
}

.homeBanner1
{
	float:left;
	width:49.5%;
}

.homeBanner2
{
	float:right;
	width:49.5%;
}

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

.botSlide
{
	width:100%;
	float:left;
	position:relative;
}

.botSlideBox
{
	width:300px;
	padding:15px;
	float:left;
	font-size:13px;
	text-align:center;
}

.greyBg
{
	background:#f2f2f2;
}

.slideTitle
{
	font-size:16px;
	font-weight:normal;
	font-weight:600;
	width:100%;
	float:left;
	margin-bottom:15px;
}

.slideTitle a
{
	color:#000;
}

.slideTitle a:hover
{
	color:#b50909;
}

.slideImg
{
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:15px;
}

#boxSlider img
{
	display:inline;
}

.botTxt
{
	min-height:60px;
	width:80%;
	padding:0px 10%;
	float:left;
	font-size:13px;
	margin-bottom:10px;
}

.feedbackWrap
{
	background:url(../images/footerbg1.jpg) repeat-y center top;
	color:#fff;
	margin-bottom:15px;
}

.feedbackWrap .mainContainer
{
	background:none;
	font-size:13px;
	font-weight:500;
}

.feedbackWrap p
{
	margin-bottom:10px;
}

.courierBox
{
	width:58%;
	background:#A70018 url(../images/courierBoxBg.jpg) repeat-y right top;	
	float:left;
	position:relative;
	min-height:100px;
}

.feedbackWrap h2
{
	font-size:30px;
	margin:20px 0px 5px 0px;
	font-weight:normal;
	font-weight:500;
}

.courierBoxLeft
{
	width:70%;
	float:left;
}
.courierBoxLeft a:hover{
	text-decoration:underline;
	color:#ffffff;
}
.courierBoxLeft ul
{
	list-style-type:none;
	float:left;
	font-size:13px;
	font-weight:500;
	margin-bottom:16px;
}

.courierBoxLeft ul li
{
	background:url(../images/footerList.jpg) no-repeat 0px 7px;
	padding-left:16px;
	margin-bottom:7px;
}

.feedbackBoxLeft
{
	width:68%;
	float:left;
}

.feedBackImgBox
{
	width:29%;
	float:right;	
	text-align:right;
	position:absolute;
	right:0px;
	bottom:0px;
}


.feedbackBox
{
	width:40%;
	/*background:#2A7E9E;*/
	background:url(../images/feedbackBoxBg.jpg) repeat;
	float:right;
	position:relative;
	padding-left:2%;
	min-height:100px;
}

.pageLink
{
	width:100%;
	float:left;
	padding:10px 0px;
	border-bottom:1px solid #ccc;
}

.footerLink
{
	list-style-type:none;
	width:100%;
	float:left;
}

.footerLink li
{
	width:25%;
	float:left;
}

.footerLeft
{
	width:65%;
	margin:20px 0px;
	float:left;
	text-align:left;
}

.footerImg
{
	float:left;
	width:50px;
}

.footerLeftR
{
	float:left;
	width:80%;
}

.footerFollow
{
	float:left;
	font-size:11px;
	text-transform:uppercase;
	font-weight:600;
	color:#000;
	width:100%;
	line-height:28px;
}

.footerFollow label
{
	float:left;
	margin-right:5px;
	line-height:22px;
	height:22px;
	margin-top:4px;
}

.footerFollow .socialicons
{
	float:left;
}

.footerCopy
{
	float:left;
	width:100%;
	font-size:12px;
	color:#000;
	font-weight:normal;
	font-weight:500;
	margin:5px 0px;
}

.footerDes
{
	float:left;
	font-size:12px;
	color:#666;
	font-weight:normal;
	font-weight:500;
}

.footerDes a
{
	color:#666;
}

.footerDes a:hover
{
	color:#444;
}

.footerRight
{
	width:35%;
	margin-top:20px;
	float:right; 
	text-align:right;	
}

.footerCall
{
	font-weight:normal;
	font-weight:600;
	font-size:15px;
}

.footerEmail
{
	font-weight:normal;
	font-weight:300;
	font-size:15px;
}
#innerpagebody{
	background:url(../images/shadowbg.png) repeat-x top left;
	min-height:400px;
}
#innerpagebody{
	background:url(../images/shadowbg.png) repeat-x top left;
	min-height:400px;
	padding-top:20px;
}
.botbanners{
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:10px 0;
	width:95%;
	margin:0 auto;
	max-width:1000px;
}
.leftpanel{
	border-right:1px solid #ccc;
	width:20%;
	float:left;
	padding-right:1px;
}
.rightpanel{
	width:78%;
	float:right;
	margin-bottom:20px;
}
.bedcrum{
	width:100%;
	padding:0;
	float:left;
	margin:5px 0;
}
.bedcrum ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.bedcrum ul li
{
	display:block;
	float:left;
	margin-right:10px;
	font-weight:500;
	font-size:11px;
}
.bedcrum ul li a{
	color:#777777;	
	display:block;
	float:left;
	margin-right:10px;		
	text-decoration:none;
}

.bedcrum ul li a:hover{
	color:#000;
	text-decoration:none;	
}

.faqHeadingWrap
{
	width:100%;
	float:left;
}

.faqHeadingWrap h1
{
	float:left;
}

.faqCat
{
	float:right;
}

.faqCat label
{
	font-weight:500;
	color:#333;
	margin-right:5px;
}


.faqCat select
{
	padding:5px;
	border:1px solid #ccc;	
	height:30px;
	line-height:30px;
	width:175px;
	color:#777777;
	font-size:12px;
}

.rightpanel h1, .loginWrap h1{
	font-size:24px;
	font-weight:700;
	text-transform:uppercase;
	color:#000000;
	margin:5px 0 10px 0;
}
.rightpanel p{
	font-size:14px;
	color:#666666;
	margin:5px 0 15px 0;
}
.leftpanelBtn{
	width:100%;
	float:left;
}
.leftBtn
{
	list-style-type:none;
	width:100%;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
}

.leftBtn li
{
	width:100%;
	display:block;
}

.leftBtn li a
{
	width:86%;
	padding:5% 7%;
	display:block;
	float:left;	
	color:#fff;
	background-image:url(../images/btnDivider.png);
	background-repeat:no-repeat;
	background-position:right top;
	margin-top:1px;
}

.leftBtn li a.color4
{
	background-image:none;
}

.color1
{
	background:#cc9933;
}

.color1:hover
{
	background-color:#d49516;
}

.color2
{
	background:#666666;
}

.color2:hover
{
	background-color:#535151;
}

.color3
{
	background:#669966;
}

.color3:hover
{
	background-color:#4f9c4f;
}

.color4
{
	background:#003366;
}

.color4:hover
{
	background-color:#013971;
}
.relatedLinks{
	width:100%;	
}

.acManage
{
	background:#f5f5f5; 
}

.myAccount
{
	font-size:16px;
	font-weight:500;
}

#repairsummary table, #dclist table
{
	width:100%;
	min-width:450px;
}

#repairsummary table th, #dclist table th
{
	padding:7px;
	background:#2E3B97;
	text-transform:uppercase;
	color:#fff;
	font-weight:600;
}

#repairsummary table td, #dclist table td
{
	padding:7px;
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
}

#dclist table td strong, #dclist table td b
{
	font-weight:bold;
}

.lineColor1
{
	background:#f5f5f5;
}

.relatedLinks ul{
	list-style-type:none;
}
.relatedLinks ul li{
	border-bottom:1px solid #ccc;	
}
.relatedLinks ul li a{
	display:block;
	padding:10px;
	color:#333;
	font-weight:500;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
}
.relatedLinks ul li a.active{
	color:#ffffff;
	background: url(../images/arrow.png) no-repeat right center #2E3B97;
	font-weight:700;
}
.relatedLinks ul li a:hover{
	color:#ffffff;
	background:#2E3B97;
	font-weight:700;
}
.relatedLinks ul li:last-child{
	border-bottom:0px solid #ccc;	
}
.relatedLinks ul li a.active:hover{
	background: url(../images/arrow.png) no-repeat right center #2E3B97;
}
.testimonials{
	margin:20px auto 5px;
	width:90%;
}
.testimonials h3{
	font-size:16px;
	font-weight:700;
	color:#b50909;
}
.testimonialbox{
	background:url(../images/quote.png) no-repeat top left;
	padding:10px 0 20px 28px;
	font-size:13px;
	color:#666666;
	border-bottom:1px solid #e1e1e1;
	margin-top:15px;
}
.testimonialbox span{
	font-size:13px;
	color:#2E3B97;
	font-weight:600;
	display:block;
	margin-top:8px;
}
.moretestimonials{
	color:#333;
	font-weight:700;
	font-size:11px;
	background:url(../images/arrow1.png) no-repeat left center;
	padding:12px 0 10px 17px;
}


.input_txt
{
	width:90%;
	padding:0px 5%;
	line-height:30px;
	height:30px;
	float:left;
	border:1px solid #eee;
}

.input_txt:hover, .input_txt:focus, .inputTxt:hover, .inputTxt:focus, .selectTxt:hover, .selectTxt:focus, .faultQuoteFrm .txtField:hover, .faultQuoteFrm .txtField:focus
{
	box-shadow:0px 0px 2px #ddd;
}


.loginBtn
{
	padding:4px 10px;
	float:left;
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
	background:#024281;
	border:1px solid #003366;
}

.productRepairBox
{
	border: 1px solid #E5E5E5;
	box-shadow: 3px 2px 2px #F5F5F5;
	float: left;
	margin-top: -1px;
	width: 100%;
}

.filterBrand
{
	width:100%;
	float:left;
	text-transform:uppercase;
	font-size:11px;
	font-weight:500;
	position:relative;
	border-left:1px solid #e5e5e5;
}

.filterBrand li
{
	display:block;
	float:left;
	line-height:37px;
	background:url(../images/brandFilterTab.jpg) repeat-x;
}

.filterBrand a
{
	display:block;
	float:left;
	height:37px;
	padding:0px 12px;
	color:#404040;	
	border:1px solid #e5e5e5;
	border-left:0px;
}

.filterBrand a:hover
{
	background:#fff;
	color:#0e5d6f;
}

.filterBrand a.selected
{
	background:#fff;
	color:#0e5d6f;
	border-bottom:1px solid #fff;
}

.productPicWrap
{
	width:96%;
	margin:2%;
	float:left;
}

.freeQuote
{
	width:100%;
	float:left;
	border-bottom:1px solid #e5e5e5;
	color:#2E3B97;
	padding-bottom:8px;
	margin-bottom:20px;
	text-align:right;
}

.freeQuote h2
{
	font-size:14px;
	background:url(../images/freeQuoteHeading.jpg) no-repeat center right;
	float:left;
	padding-right:20px;
}

.quotedImg
{
	width:33%;
	float:right;
	text-align:center;
}

.quotedForm
{
	width:65%;
	float:left;
}

.faultTxt
{
	width:36%;
	float:right;
	font-size:13px;
	color:#666;
}

.faultTxt p
{
	font-size:13px;
}

.faultPrice
{
	width:60%;
	float:left;
}

.faultQuoteFrm
{
	width:94%;
	padding:3%;
	float:left;
	background:#f5f5f5;
	margin-bottom:20px;
}

.quotedForm.saveInfo
{
	width:100%;
}

.quotedForm.saveInfo .selectTxt
{
	max-width:25px;
}

.quotedForm fieldset, .trackingField fieldset
{
	width:100%;
	float:left;
	margin-bottom:15px;
}

.quotedForm .submitLoader, .trackingField .submitLoader
{
	width:100%;
	float:left;
	height:40px;
}

.submitLoader img
{
	float:left;
	margin:0px 5px 0px 0px;
}

.quotedForm fieldset label, .trackingField fieldset label
{
	min-width:110px;
	margin-right:5px;
	float:left;
	height:30px;
	line-height:30px;
	font-size:13px;
	font-weight:500;
	white-space:nowrap;
}

#innerpagebody input.error, #innerpagebody select.error, #innerpagebody textarea.error, .input_txt.error
{
	border:1px solid #FF0000;
}

.quotedForm fieldset label.error
{
	 
}

.quotedForm fieldset label span, .trackingField fieldset label span
{
	color:#ff0000;
	font-size:18px;
	line-height:normal;
	padding-top:5px;
}

.quotedForm fieldset .inputTxt, .quotedForm .selectLoader, .trackingField fieldset .inputTxt
{
	width:60%;
	padding:0px 7px;
	border:1px solid #EEEEEE;
	float:left;
	height:30px;
	line-height:30px;
	color:#777777;
	font-size:12px;
}

.faultQuoteFrm label
{
	margin-right:5px;
	float:left;
	width:50px;
	font-size:13px;
	font-weight:500;
	height:30px;
	line-height:30px;
}

.faultQuoteFrm .txtField
{
	width:55%;
	padding:0px 4%;
	border:1px solid #EEEEEE;
	float:left;
	height:30px;
	line-height:30px;
	color:#777777;
	margin-bottom:15px;
	font-size:12px;
}

.faultQuoteFrm textarea.txtField
{
	resize:none;
	height:60px;
}
.selectLoader img
{
	max-width:14px;
	margin-top:6px;
}

.quotedForm fieldset .captchaTxt, .frmElement fieldset .captchaTxt
{
	padding:0px 7px;
	background:#eee;
	border:1px solid #eee;
	float:left;
	height:30px;
	line-height:30px;
	color:#777777;
	font-size:15px;
	font-family:Calibri;
}

.inputTxt[readonly='readonly']
{
	background:#fcfcfc;
	cursor: not-allowed;
}

.inputTxt[readonly='readonly']:hover, .inputTxt[readonly='readonly']:focus
{
	box-shadow:none;
}

.quotedForm.saveInfo .selectTxt, .quotedForm .selectField
{
	width:63%;
	padding:5px;
	border:1px solid #EEEEEE;	
	height:30px;
	line-height:30px;
	max-width:280px;
	color:#777777;
	font-size:12px;
}

.quotedForm .selectField
{
	max-width:none;
}

.fancySelect
{
	position:relative;
	width:63%;
	float:left;
}

.quotedForm .fancySelect .error
{
	position:absolute;
	top:100%;
	color:#B50909;
	width:100%;
	z-index:999;
}

.quotedForm .fancySelect .selectTxt
{
	width:100%;
}



#payment_option
{
	color:#444;
}

.quotedForm fieldset .selectTxt, .quotedForm .selectTxt
{
	width:63%;
	/*padding:5px;
	border:1px solid #EEEEEE;
	float:left;
	height:30px;
	line-height:30px;
	max-width:280px;
	color:#777777;
	font-size:12px;*/
}

.faultTable
{
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	width:100%;
}

.faultTableResult
{
	border-left:1px solid #eee;
	width:100%;
}

.faultTable th, .faultTable td,
.faultTableResult th, .faultTableResult td
{
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;	
	padding:8px;
}

.noPadTable
{
	padding:0px;
}

.noPadTable table, .noPadTable table th, .noPadTable table td
{
border:0px;
}

.faultName
{
	color:#2E3B97;
}

.faultTable th
{
	font-weight:600;
}

.faultListBg
{
	text-transform:uppercase;
	background:#f5f5f5;
	line-height:25px;
	height:25px;
	font-weight:600;
	color:#2E3B97;
}

.faultHeading th
{
	font-weight:500;
	padding:5px;
	color:#000;
}

.faultPrice
{
}

.faultPrice th
{
	font-weight:500;
	padding:5px;
	color:#666;
}

.faultPrice .totalTr th
{
	color:#000;
	font-weight:600;
}

.discountPrice
{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-align:right;
}

.bkpdataWrap
{
	float:left;
	width:80%;
	margin-left:8px;
	margin-top:-3px;
}

fieldset .bkpdataWrap label
{
	width:auto;
	float:left;
	height:auto;
	line-height:normal;
}

.saveInfoHeading
{
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
	padding:1px 0px;
}

.saveInfoHeading table
{
	width:100%;
	background:#f5f5f5;
}

.saveInfoHeading table td
{
	padding:10px;
}

.quoteNo
{
	font-size:13px;
	font-weight:600;
	color:#000;
	text-transform:uppercase;
}

.quoteDate
{
	font-size:13px;
	font-weight:500;
	color:#555;
}

.quoteEmei
{
	font-size:13px;
	font-weight:500;
	color:#555;
}

.quoteFault
{
	font-size:13px;
	font-weight:500;
	color:#2E3B97;
	width:50%;
	float:left;
}

.quotePrice1
{
	font-size:13px;
	font-weight:500;
	color:#555;
	width:20%;
	float:left;
}

.quoteTat
{
	font-size:13px;
	font-weight:500;
	color:#555;
	width:28%;
	float:right;	
}

.quotePrice
{
	font-size:13px;
	font-weight:500;
	color:#555;
}

.quoteDiscount
{
	font-size:13px;
	font-weight:500;
	color:#555;
}

.quoteTotal
{
	font-size:13px;
	font-weight:600;
	text-transform:uppercase;
	color:#555;
	margin-top:5px;
}

.shippingDivider
{
	width:100%;
	border-top:1px dashed #e1e1e1;
	height:10px;
	margin:12px 0;
	clear:both;
	float:left;
}

.faultWrap
{
	width:100%;
	float:left;
	padding:7px 0px;
	border-bottom:1px solid #f5f5f5;
}

.faultWrap:last-child
{
	border-bottom:1px solid #fff;
}

.segmentInfo
{
	font-size:13px;
	font-weight:normal;
	color:#555;
	width:50%;
	float:left;
	margin-bottom:2px;
}

.segmentInfo span
{
	text-transform:uppercase;
	color:#111;
	font-size:12px;
	font-weight:500;
}

.quoteUserInfo
{
	width:49%;
	float:left;
	margin-top:10px;
	color:#555;
	line-height:18px;
}

.deliveryOpt
{
	width:49%;
	float:right;
	margin-top:10px;
	color:#333;
	font-weight:500;
}

.quoteUserInfo fieldset, .deliveryOpt fieldset
{
	width:94%;
	padding:10px;
	border:1px solid #eee;
	margin-bottom:3px;
}

.quoteUserInfo legend, .deliveryOpt legend
{
	text-transform:uppercase;
	font-size:11px;
	font-weight:600;
	color:#555;
}

.quoteUserInfo strong, .deliveryOpt strong
{
	font-weight:500;
}

.userName
{
	font-weight:500;
	color:#444;
	font-size:13px;
}

.comName
{
	font-weight:500;
	color:#444;
	font-size:13px;
}

.saveInfoBtnWrap
{
}

.saveInfoBtn
{
	float:left;
	margin-right:10px;
}

.saveInfoBtnWrap .blueBtn
{
	float:left;
}

#QCPROCESS
{
	width:96px;
	text-align:center;
}

#QDPROCESS
{
	width:80px;
	text-align:center;
}

.blueBtn
{
	font-size:12px;
	text-transform:uppercase;
	font-weight:500;
	background:#024281;
	border:1px solid #003366;
	padding:8px 15px;
	color:#fff;
	cursor:pointer;
}

.pOuterBox
{
	width:25%;
	float:left;
	text-align:center;
	background:url(../images/repairDivider.jpg) repeat-y right;
}

.pOuterBox img
{
	max-width:100%;
}

.pOuterBox.last
{
	background:none;
}

.pInnerBox
{
	/*width:95%;*/
	padding:4px;
	margin:0 auto;
}

.pInnerBox:after
{
	display:block;
	content:"";
	clear:both;
}


.pOuterBox:hover > .pInnerBox
{
	border:4px solid #4ba8be;
	padding:0px;
}

.pImgBox
{
	width:100%;
	float:left;
	position:relative;
}

.blackImg150
{
	width:100%;
}

.pOuterImg
{
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	top:0px;
	left:0px;
	visibility:hidden;
}

.pInnerImg
{
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

.deviceName
{
	font-size:16px;
	font-weight:700;
	color:#000;
	height:40px;
	margin:5px 0px;
	width:100%;
	float:left;
}

.deviceName a
{
	color:#000;
	text-decoration:none;
}

.repairDivider1, .repairDivider2, .repairDivider3, .repairDivider4, .repairDivider5, .repairDivider6, .repairDivider7, .repairDivider8, .repairDivider9, .repairDivider10,
.repairDivider11, .repairDivider12, .repairDivider13, .repairDivider14, .repairDivider15, .repairDivider16, .repairDivider17, .repairDivider18, .repairDivider19, .repairDivider20,
.repairDivider21, .repairDivider22, .repairDivider23, .repairDivider24, .repairDivider25, .repairDivider26, .repairDivider27, .repairDivider28, .repairDivider29, .repairDivider30,
.repairDivider31, .repairDivider32, .repairDivider33, .repairDivider34, .repairDivider35, .repairDivider36, .repairDivider37, .repairDivider38, .repairDivider39, .repairDivider40
{
	width:100%;
	float:left;
	height:1px;
	display:none;
}

.repairDivider4, .repairDivider8, .repairDivider12, .repairDivider16, .repairDivider20, .repairDivider24, .repairDivider28, .repairDivider32, .repairDivider36, .repairDivider40
{
	background:url(../images/repairDivider.jpg) repeat-x right;
	display:block;
}

.loginWrap
{
	width:100%;
	float:left;
}

#loginBox
{
	width:275px;
	padding-right:47px;
	float:left;
	background:url(../images/orBg.jpg) no-repeat right center;
}

.loginDetail, .forgetPass
{
	width:100%;
	float:left;
}

.frmElement fieldset
{
	width:100%;
	float:left;
	margin-bottom:14px;
}

.frmElement .fieldsetBox
{
	border:1px solid #ccc;
	width:95%;
	padding:2%;
}

.frmElement legend
{
	font-family:'Raleway',sans-serif;
	font-size:13px;
	text-transform:uppercase;
	font-weight:500;
	color:#000;
}

.frmElement fieldset label
{
	min-width:90px;
	float:left;
	line-height:29px;
	height:29px;
	font-size:13px;
	font-weight:500;
}

.manageAcount .frmElement fieldset label
{
	min-width:110px;
}

.becomePartner.frmElement fieldset label
{
	min-width:145px;
}

.frmElement fieldset label span
{
	color:#E12814;
}

.frmElement .txtBox, .frmElement .txtArea, .frmElement .selectBox
{
	padding:0px 8px;
	line-height:29px;
	height:29px;
	border:1px solid #ddd;
	float:left;
	width:60%;
	max-width:280px;
	color:#666;
	font-size:13px;
	font-family:'Raleway',sans-serif;
}

.fixedName
{
	padding:0px 8px;
	line-height:29px;
	height:29px;
	border:1px solid #fff;
	float:left;	
	color:#666;
	font-size:13px;
	font-weight:500;
	font-family:'Raleway',sans-serif;
}

.frmElement .txtArea
{
	resize:none;
	height:70px;
	padding:8px 0px 8px 8px;
	line-height:normal;
	max-width:287px; 
}

.frmElement .selectBox
{
	padding:5px 8px;
	max-width:298px;
	height:30px;
}

.txtBox:hover, .txtBox:focus, .txtArea:hover, .txtArea:focus, .selectBox:hover, .selectBox:focus
{
	box-shadow:0px 0px 3px #ccc;
}

.txtBox[readonly='readonly'], .txtBox[readonly='readonly']:hover, .txtBox[readonly='readonly']:focus
{
	background:#f5f5f5;
	color:#888;
	box-shadow:none;
	border:1px solid #f1f1f1;
	cursor:not-allowed;
}

#loginBox label
{
	min-width:80px;
}

#loginBox .forgot
{
	margin-left:80px;
	font-weight:500;
}

#loginBox .txtBox
{
	width:170px;
}

.forgetPass
{
	display:none;
}

.forgetPass p
{
	margin-right:10px;
	color:#555;
}

.loginLoad
{
	width:60%;
	float:left;
	height:35px;
	white-space:nowrap;
}

.login-box #FLINPROCESS
{
	white-space:nowrap;
	width:72%;
	float:left;
	background:#fff;
}

#errorTxt
{
	color:#A60505;
}

#successTxt
{
	color:#2E3B97;
}

.submitBtn
{
	font-size:12px;
	text-transform:uppercase;
	font-weight:500;
	background:#2E3B97;
	border: 2px solid #2E3B97;
	padding:0px 15px;
	height:35px;
	line-height:35px;
	color:#fff;
	cursor:pointer;
	font-size:13px;
	font-family:'Raleway',sans-serif;
	font-weight:500;
}

.submitBtn:hover
{
	background:#2E3B97;
}

#newUserMsg
{
	float:left;
	width:284px;
	padding-left:15px;
}

#newUserMsg h2
{
	font-weight:500;
	font-size:17px;
	color:#444;
	margin-bottom:5px;
}

.regBtn
{
	font-weight:600;
	color:#2E3B97;
}

.regBtn:hover
{
	color:#b50909;
}


.faqTitle
{
	width:100%;
	float:left;
}

.questions
{
	font-size:14px;
	font-weight:600;
	margin:5px 0px;
	color:#333;
	float:left;
	cursor:default;
}

.questions span
{
	background: none repeat scroll 0 0 #000000;
    border-radius:20px;
    color: #FFFFFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-right: 9px;
    text-align: center;
    width: 20px;
}

.faqAns
{
	float:left;
	padding-left:30px;
	font-size:14px;
	margin-bottom:15px;
	border-bottom:1px solid #f5f5f5;
	padding-bottom:10px;
	display:none;
}

.repairSearchBoxWrap
{
	width:100%;
	float:left;
	border:1px solid #E5E5E5;
	margin-top:-1px;
	box-shadow:3px 2px 2px #F5F5F5;	
}

.repairSearchBox
{
	float:right;
	padding:5px;		
}

.productRepairBox
{
	border-top:1px solid #f5f5f5;
}

.searchBy
{
	float: left;
	font-size: 13px;
	/*background:#eee;*/
	padding:0px 8px;
	height:32px;
	line-height:30px;
	font-weight:500;
	color:#333;
}

.repairSearchBox .inputTxt
{
	border: 1px solid #EEEEEE;
	color: #777777;
	float: left;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding: 0 7px;
	width: 180px;
	margin-right:5px;
}

.repairSearchBox .selectTxt
{
	border: 1px solid #EEEEEE;
	color: #777777;
	float: left;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	padding: 5px;
	width:120px;
}


.noResult
{
	min-height:260px;
}

.noResultMsg
{
	font-weight:500;
	font-size:14px;
}


.pagein
{
	list-style-type:none;
	width:100%;
	float:left;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.pagein li
{
	display:block;
	float:left;
	margin:7px 5px 0px 0px;
}

.pagein li a
{
	display:block;
	float:left;
	width:23px;
	height:23px;
	line-height:23px;
	text-align:center;	
	border-radius:4px;
	border:1px solid #e5e5e5;
}

.pagein li a:hover
{
	border:1px solid #2E3B97;
	color:#2E3B97;	
}

.pagein li.current a
{
	border:1px solid #066e87;
	background:#2E3B97;
	color:#fff;
}

.txtBox.testimonialsBox
{
	width:60%;
	min-height:80px;
	max-width:none;
}

#payNowInv
{
	color:#000;
}

#payNowInv h1
{
	font-size:16px;
}

#payNowInv #btn-email-print, #payNowInv #prc-email-print
{
width:100%;
float:left;
text-align:right;
}

.payInvO
{
	width:100%;
}

.payInv, .payTable
{
	width:100%;
}

.payTable td
{
	padding:5px;
}

td.notdBorder
{
	border:0px !important;
}

.hiMsg
{
	line-height:20px;
	font-size:13px;
}

.hiMsg b
{
	font-size:15px;
}

.payBtnWrap
{
	width:100%;
	float:left;
	text-align:center;
	padding-top:25px;
}

.innerTableW
{
	width:100% !important;
}

.payNowBtn
{
 	background: none repeat scroll 0 0 #2E3B97;
    border: 2px solid #2E3B97;
    border-radius: 2px;
    color: #ffffff;
    margin-right: 15px;
    padding: 6px 15px;
	font-weight:700;
	font-size:15px;
    text-decoration: none;
}

.payNowBtn:hover {
    background: none repeat scroll 0 0 #b50909;
    border: 2px solid #a60505;
    border-radius: 2px;
    color: #ffffff;
}

.trackJob
{
	border: 1px solid #e5e5e5;
	box-shadow: 3px 2px 2px #f5f5f5;
	float: left;   
	width: 96%;
	padding:2%;
}

.trakingStatus
{
	margin-top:-1px;
	border: 1px solid #e5e5e5;
	box-shadow: 3px 2px 2px #f5f5f5;
	float: left;   
	width: 100%;
}

.trackingField
{
	width:100%;
	float:left;
}

.trakingHeading
{
	background:url("../images/brandFilterTab.jpg") repeat-x;
	height:35px;
	line-height:35px;
	color:#2E3B97;
	font-size:13px;
	padding:0px 15px;
	font-weight:500;
	border-bottom:1px solid #e5e5e5;
}

.trakingResult
{
	float: left;   
	width: 100%;
	font-size:13px;
	min-height:220px;
}

.trakingResult table
{
	width:100%;
}

.trakingResult table th
{
	background: #f9f6f1;
	background:-moz-linear-gradient(top, #f9f6f1 0%, #f2efea 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f6f1), color-stop(100%,#f2efea)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* IE10+ */
	background:linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea')";
	border-bottom: 1px solid #d6d6d6;	
	-webkit-background-clip: padding-box;
	color:#525252;
	font-size:13px;
	font-weight:500;
	height:25px;
	line-height:25px;
	text-transform:capitalize;
}

.trakingResult table td, .trakingResult table th
{
	padding:7px 15px;
	font-weight:13px;
	border-bottom:1px solid #f5f5f5;
}

.trakingResult table tr:hover
{
	background:#f9f9f9;
	color:#000;
	cursor:default;
}

/***********************************************LOGIN POPUP START********************************************/

#fade_wrap
{
	width:100%;
	height:100%;
	position:fixed;
	z-index:9999;
	display:none;
	background:url(../images/fade_bg.png) repeat;
}


#popup_box
{
	width:500px;
	height:218px;
	background:#fff;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-109px;
	margin-left:-250px;
	background:url(../images/fadebox_bg.png) repeat;
}

#popup_container
{
	/*background:#fff url(../images/login-or.jpg) no-repeat 250px 8px;*/
	background:#fff;
	width:96%;
	margin:2%;
	float:left;
	box-shadow:0px 0px 5px #333;
}

.login-box-wrap
{
	width:94%;
	margin:3%;
	float:left;
}

.log_heading
{
	width:100%;
	float:left;
	font-size:14px;
	padding-bottom:5px;
	border-bottom:1px solid #eee;
	text-transform:uppercase;
	font-weight:600;
}

.login-box
{
	width:50%;
	float:left;
	padding-right:5%;
	padding-top:20px;
	border-right:1px solid #eee;
}

.login-box fieldset
{
	width:100%;
	float:left;
	margin-bottom:15px;
}

.login-box label
{
	width:26%;
	line-height:30px;
	height:30%;
	float:left;
	font-weight:500;
}

.login-box .input_txt
{
	width:63%;	
}

.register-box
{
	width:40%;
	float:right;
	padding-top:20px;
}

h2.create_ac
{
	font-size:14px;
	margin-bottom:5px;
	font-weight:600;
}

.createBtn
{
	font-weight:400;
	text-decoration:underline;
}

.createBtn
{	
	text-decoration:none;
	color:#003366;
}


.forgotPassDivider
{
	width:100%;
	height:1px;
	border-bottom:1px solid #eee;
	margin:10px 0px;
}

.Close_Com
{
	background:url(../images/fadebox_bg.png) repeat;
	color: #fff;
	font-size: 13px;
	font-weight:600;
	height:20px;
	width:20px;
	position: absolute;
	right:0px;
	line-height:18px;
	top:-20px;
	text-align:center;
	cursor:pointer;
}

.Close_Com:hover
{
	color:#f5f5f5;
}

.login-box-wrap
{
	color:#555;
}

.login-box-wrap a
{
	color:#000;
}




/***********************************************LOGIN POPUP END********************************************/


.ufeedback{
	width:100%;
}
.ufeedback .feedback{
	width:52%;
	float:left;
	height:190px;
}
.ufeedback .feedback .myfeedback{
	border:1px solid #cccccc;
	height:130px;
	width:94%;
	padding:3%;
}
.ufeedback .rate{
	width:40%;
	float:left;
	margin-left:20px;
}




/*new added css*/
 .left-image-box{ margin:0;}
 .left-image-box img{ width:800px; max-width:100%;}





@media all and (min-width: 1101px) and (max-width: 5000px)
{
#mainMenu .menu
{
	display:block !important;
}
}

@media all and (min-width: 980px) and (max-width: 1100px)
{
#mainMenu .menu
{
	display:block !important;
}
.processHeading
{
	font-size:21px;
	padding:8px 12px;
}

#homeSlider h2.sliderTxt
{
	font-size:26px;
}

.processHeading img
{
	margin-top:1px;
}

.theProcess table
{
	width:96%;
	margin:3% 2%;
}

.theProcess table td span
{
	width:22px;
	height:22px;
	line-height:18px;
	font-size:14px;
}

.theProcess table td h3
{
	font-size:14px;
}
.sliderBtn {
    font-size: 12px;
}






}

@media all and (min-width: 750px) and (max-width: 979px)
{

#mainMenu .menu
{
	display:block !important;
}
.headerWrap
{
	padding-bottom:10px;
}

.emailInfo
{
	width:100%;
	text-align:right;
}

.menuDivider
{
	width:100%;
	height:3px;
	clear:both;
}

.headerRight
{
	margin-top:3%;
}

#mainMenu
{
	width:100%;
}

.bannerBtn
{
	width:100%;
}

.theProcess
{
	width:32%;
}

.theProcess table
{
	width:96%;
	margin:4% 2% 2% 2%;
}

.theProcess table td
{
	padding:4px;
}

.theProcess table td span
{
	width:23px;
	height:23px;
	line-height:20px;
	font-size:15px;
}

.processHeading
{
	font-size:21px;
	padding:8px 12px;
}

.processHeading img
{
	margin-top:1px;
}

.theProcess table
{
	font-size:12px;
}

.theProcess table td h3
{
	font-size:15px;	
}

.leftpanel
{
	width:25%;
}

.rightpanel
{
	width:73%;
}

.becomePartner
{
	width:100%;
}

.pInnerBox
{
	width:93%;
}

.deviceName
{
	font-size:13px;
	white-space:nowrap;
}

.filterBrand li
{
	line-height:32px;
}

.filterBrand a
{
	padding:0px 5px;
	height:32px;
}

.quotedForm fieldset .selectTxt, .quotedForm .selectField
{
	width:60%;
}



.quotedForm fieldset .inputTxt, .quotedForm .selectLoader
{
	width:55%;
}

.quoteUserInfo, .deliveryOpt
{
	width:48%;
}

.quoteUserInfo fieldset, .deliveryOpt fieldset
{
	padding:5%;
	width:90%;
}

.quoteFault
{
	width:100%;
}

.quotePrice1, .quoteTat
{
	min-width:30%;
	text-align:left;
	float:left;
}
.fadelinks img{width:100%;}



.logoImg
{
	width:100%;
	margin:0;
}
.sliderBtn {
    font-size: 12px;
}



}

@media all and (min-width: 500px) and (max-width: 749px)
{

#popup_box
{
	width:470px;	
	margin-top:-109px;
	margin-left:-235px;
}

/*.onlyMobileBreak, .mobileMenuBtn*/
.onlyMobileBreak, .mobileMenuBtn
{
	display:block;
	line-height:0px;
}

.logoImg
{
	width:100%;
	margin:0;
}
.menuDivider
{
	height:1px;
}

.noMobile, #homeSlider .homeSlider, #homeSlider .bx-wrapper
{
	display:none;
}


#mainMenu .menu
{
	width:150px;
	border:1px solid #ccc;
	text-align:left;
	position:absolute;
	display:none;
	right:71px;
	top:0px;
	z-index:9999;
	background:#fff;
} 

.menu li
{
	width:100%;
	float:left;
	display:block;
}

.menu li a
{
	padding:6px 5%;
	width:90%;
	border-bottom:1px solid #f5f5f5;
}

.menu li ul li a
{
	padding:6px 2% 6px 8%;
	width:90%;
}

.menu li ul li a:hover
{
	color:#A60505;
}

.menu li ul
{
	width:100%;
	top:100%;
	background:#f5f5f5;
	float:left;
	border:0px;
	position:relative;
}

#homeSlider .onSlider
{
	position:relative;
}

.bannerBtn, .theProcess, #mainMenu
{
	width:100%;
}

.sliderBtn li
{
	max-width:none;
}

#homeSlider .onSlider .mainContainer 
{
	background:url(../images/slider1.jpg) no-repeat center top;
}

.theProcess table
{
	margin:6%;
}

.headerLeft
{
	width:33%;
	max-width:165px;
}

.headerRight
{
	margin-top:0px;
	width:63%;
}

.emailInfo, #mainMenu, .footerEmail, .footerCall
{
	font-size:13px;
	text-align:right;
}

.emailInfo
{
	height:auto;
}

.loginReg
{
	font-size:12px;
	margin-bottom:8px;
}

.socialicons
{
	margin-left:5px;
}

.feedbackWrap
{
	background:none;
}

.courierBox, .feedbackBox
{
	width:96%;
	padding:2%;
	min-height:200px !important;
	/*background-image:none;*/
}

.footerLeft, .footerRight
{
	width:100%;
	float:left;
	
}

.feedbackWrap h2
{
	font-size:25px;
	margin-top:10px;
}

.leftpanel
{
	width:33%;
}

.rightpanel
{
	width:65%;
}

.rightpanel h1, .loginWrap h1
{
	font-size:18px;
}

.pInnerBox:after
{
	clear:both;
	content:"";
	display:block;
}

.deviceName
{
	font-size:12px;
	width:96%;
	margin-left:2%;
	float:left;
	height:30px;
	margin-bottom:0px;
	text-align:center;
}

.pOuterBox
{
	width:31.5%;
	margin:0px 1px 1px 1px;
	border:1px solid #e5e5e5;
	background:none;
}

.repairDivider1, .repairDivider2, .repairDivider3, .repairDivider4, .repairDivider5, .repairDivider6, .repairDivider7, .repairDivider8, .repairDivider9, .repairDivider10,
.repairDivider11, .repairDivider12, .repairDivider13, .repairDivider14, .repairDivider15, .repairDivider16, .repairDivider17, .repairDivider18, .repairDivider19, .repairDivider20,
.repairDivider21, .repairDivider22, .repairDivider23, .repairDivider24, .repairDivider25, .repairDivider26, .repairDivider27, .repairDivider28, .repairDivider29, .repairDivider30,
.repairDivider31, .repairDivider32, .repairDivider33, .repairDivider34, .repairDivider35, .repairDivider36, .repairDivider37, .repairDivider38, .repairDivider39, .repairDivider40
{	
	display:none;
}

.repairDivider3, .repairDivider6, .repairDivider9, .repairDivider12, .repairDivider15, repairDivider18, .repairDivider21,
.repairDivider24, .repairDivider27, .repairDivider30, .repairDivider33, .repairDivider36, .repairDivider39
{
	display:block;
	background:none;
}

/*.repairDivider2, .repairDivider4, .repairDivider6, .repairDivider8, .repairDivider10, .repairDivider12, .repairDivider14, .repairDivider16, .repairDivider18, .repairDivider20,
.repairDivider22, .repairDivider24, .repairDivider26, .repairDivider28, .repairDivider40, .repairDivider32, .repairDivider34, .repairDivider36, .repairDivider38, .repairDivider40
{
	display:block;
	background:none;
}*/

.filterBrand
{
	border:1px solid #e5e5e5;
	padding-bottom:1px;
	padding:2%;
	width:96%;
}

.filterBrand li
{
	margin:2px;
}

.filterBrand a
{
	padding:0px 7px;
	height:23px;
	line-height:23px;
	border:1px solid #e5e5e5;
}

.filterBrand a.selected
{
	border:1px solid #0E5D6F;
	background:none;
}

.quotedImg, .quotedForm, .faultPrice, .faultTxt
{
	width:100%;
	float:left;
	margin-bottom:20px;
}

.quotedForm fieldset .selectTxt, .quotedForm .selectField
{
	width:59%;
}

.quotedForm fieldset .inputTxt, .quotedForm .selectLoader
{
	width:54%;
}


#loginBox
{
	width:190px;
}

#loginBox label
{
	height:20px;
	line-height:20px;
}

#loginBox .forgot
{
	margin:0px;
}

#newUserMsg
{
	width:42%;
}


.footerLink li
{
	width:33%;
}

#repairsummary, #dclist
{
	overflow-x:auto;
	width:100%;
}
.fadelinks img{width:100%;}
.sliderBtn {
    font-size: 11px;
}



.trackingField fieldset .inputTxt
{
	width:50%;
}

.notPad
{
	display:none;
}
}

@media all and (min-width: 250px) and (max-width: 499px)
{
#popup_box
{
	width:320px;	
	margin-top:-109px;
	margin-left:-160px;
}

.login-box
{
	width:95%;
	padding-right:0px;
	border-right:0px;
}

.register-box
{
	width:100%;
	float:left;
	border-top:1px solid #eee;
	padding-top:10px;
	margin-top:10px;
}

.mobileMenuBtn
{
	display:block;
	line-height:0px;
}

.mainContainer, .botbanners
{
	width:98%;
}

.onlyMobileBreak
{
	display:none;
}

.noMobile, #homeSlider .homeSlider, #homeSlider .bx-wrapper
{
	display:none;
}

#mainMenu
{
	width:120px;
	margin-top:-50px;
}

#mainMenu .menu
{
	width:150px;
	border:1px solid #ccc;
	text-align:left;
	position:absolute;
	right:71px;
	display:none;
	top:0px;
	z-index:9999;
	background:#fff;
} 

.menu li
{
	width:100%;
	float:left;
	display:block;
}

.menu li a
{
	padding:6px 5%;
	width:90%;
	border-bottom:1px solid #f5f5f5;
}

.menu li ul li a
{
	padding:6px 2% 6px 8%;
	width:90%;
}

.menu li ul li a:hover
{
	color:#A60505;
}

.menu li ul
{
	width:100%;
	top:100%;
	background:#f5f5f5;
	float:left;
	border:0px;
	position:relative;
}

#homeSlider .onSlider
{
	position:relative;
}

.bannerBtn, .theProcess, .homeBanner1, .homeBanner2
{
	width:100%;
}

.homeBanner1, .homeBanner2
{
	margin-bottom:1%;
}

.sliderBtn li
{
	max-width:none;
	width:50%;
}

#homeSlider .onSlider .mainContainer 
{
	background:url(../images/slider1.jpg) no-repeat center top;
}

.theProcess table
{
	margin:6%;
}

.headerLeft, .headerRight
{
	margin-top:0px;
	width:100%;
}

.headerRight .noMobile
{
	display:inline;
}

.emailInfo, #mainMenu, .footerEmail, .footerCall
{
	font-size:13px;
	text-align:right;
}

.emailInfo, .loginReg
{
	height:auto;
	width:100%;
	text-align:center;
	margin-left:0px;
}

.loginReg
{
	font-size:12px;
	margin-bottom:8px;
}

.headerLeft
{	

	max-width:350px;
}

.logoImg
{
	width:70%;
	margin:4% 6% 0;
	padding-right:0%;
}

.logoTxt
{
	width:70%;
	font-size:11px;
}

.emailInfo .socialicons
{
	display:none;
}

.socialicons
{
	margin-left:5px;
}

.feedbackWrap
{
	background:none;
}

.courierBox, .feedbackBox
{
	width:92%;
	padding:4%;
	min-height:200px !important;
	/*background-image:none;*/
}

.footerImg
{
	width:9%;
}

.footerImg img
{
	 max-width:90%;
}

.footerLeft, .footerRight
{
	width:100%;
	float:left;
	
}

.footerLeftR
{
	width:91%;
}

.feedbackWrap h2
{
	font-size:20px;
	margin-top:10px;
}

.theProcess table td h3
{
	font-size:14px;
}

.leftpanel, .rightpanel
{
	width:100%;
	float:left;
	border-right:0px;
}

.testimonials
{
	display:none;
}

.botbanners .homeBanner1
{
	margin-bottom:10px;
}

.pInnerBox:after
{
	clear:both;
	content:"";
	display:block;
}

.rightpanel h1, .loginWrap h1
{
	font-size:18px;
}

.deviceName
{
	font-size:12px;
	width:96%;
	margin-left:2%;
	float:left;
	height:30px;
	margin-bottom:0px;
	text-align:center;
}

.pOuterBox
{
	width:32.2%;
	margin:0px 1px 1px 1px;
	border:1px solid #e5e5e5;
	background:none;
}

.footerLink li
{
	width:50%;
}

.manageAcount .leftpanel
{
	border-bottom:1px solid #e5e5e5;
	margin-bottom:10px;
	padding-bottom:15px;
}

#repairsummary, #dclist
{
	overflow-x:auto;
	width:100%;
}
.fadelinks img{width:100%;}

@media all and (min-width: 250px) and (max-width: 399px)
{
.pOuterBox
{
	width:31.5%;
}

.trackingField fieldset .inputTxt
{
	width:50%;
}

.notPad
{
	display:none;
}
}

.repairDivider1, .repairDivider2, .repairDivider3, .repairDivider4, .repairDivider5, .repairDivider6, .repairDivider7, .repairDivider8, .repairDivider9, .repairDivider10,
.repairDivider11, .repairDivider12, .repairDivider13, .repairDivider14, .repairDivider15, .repairDivider16, .repairDivider17, .repairDivider18, .repairDivider19, .repairDivider20,
.repairDivider21, .repairDivider22, .repairDivider23, .repairDivider24, .repairDivider25, .repairDivider26, .repairDivider27, .repairDivider28, .repairDivider29, .repairDivider30,
.repairDivider31, .repairDivider32, .repairDivider33, .repairDivider34, .repairDivider35, .repairDivider36, .repairDivider37, .repairDivider38, .repairDivider39, .repairDivider40
{	
	display:none;
}

.repairDivider3, .repairDivider6, .repairDivider9, .repairDivider12, .repairDivider15, repairDivider18, .repairDivider21,
.repairDivider24, .repairDivider27, .repairDivider30, .repairDivider33, .repairDivider36, .repairDivider39
{
	display:block;
	background:none;
}

.filterBrand
{
	border:1px solid #e5e5e5;
	padding-bottom:1px;
	padding:2%;
	width:96%;
}

.filterBrand li
{
	margin:2px;
}

.filterBrand a
{
	padding:0px 7px;
	height:23px;
	line-height:23px;
	border:1px solid #e5e5e5;
}

.filterBrand a.selected
{
	border:1px solid #0E5D6F;
	background:none;
}

.quotedImg, .quotedForm, .faultPrice, .faultTxt
{
	width:100%;
	float:left;
	margin-bottom:20px;
}

.quotedForm fieldset .selectTxt
{
	width:67%;
}


#loginBox
{
	background:none;
	border-right:1px solid #eee;
	width:51%;
	padding:0px;
}

#newUserMsg
{
	width:45%;
	float:right;
	padding:0px;
}

#newUserMsg .regBtn
{
	text-align:center;
}


#loginBox .txtBox
{
	width:80%;
	min-width:inherit;
}

#loginBox .forgot
{
	margin:0px;
}

.frmElement .txtBox
{
	width:50%;
}

.frmElement .txtArea
{
	width:52%;
}

.frmElement .selectBox
{
	width:54%;
}

em, i {
    font-style: italic;
}
.fourTbl .curatedby {
    color: #000;
}
.fourTbl {
    color: #333333;
    font-size: 14px;
}
table {
    font-size: 14px;
}
.klfSchedule {
    font-family: "Quattrocento Sans",sans-serif !important;
    font-size: 14px;
}
body {
    font-family: "Quattrocento Sans",sans-serif !important;
    font-size: 12px;
    font-weight: 400;
}
.sliderBtn {
    font-size: 12px;
}
.sliderBtn li:first-child {
    display: block;
    float: left;
    width: 50% !important;
}
.sliderBtn li {
    display: block;
    float: left;
    width: 50% !important;
}
}

#containers_size
{
	font-size:16px;
	padding:4px 10px;
	color:#ff0000;
	position:fixed;
	left:0px;
	bottom:0px;
	z-index:999;
	font-weight:bold;
}


.enq{
	background: transparent;
}

.enq *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.ecycler_cont{
	width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  background-color: #044F81;
}
.e_cont_text{
	width: 100%;
    margin: 0px;
    padding: 15px 0; 		
		/*-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.19);  
		-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.19);  
		-ms-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.19);   
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.19);  
	border-radius: 3px;*/
}
.e_cont_text h1{
	font-size: 28px;
color: #ffffff;
text-transform: uppercase;
font-weight: 500;
margin: 0px;
	padding: 0;
text-align: center;
}
.e_cont{
	margin-top: 10px;
	padding: 0px;
}
.con_padd{
	padding: 0px 10px 0px 0px;
    width: 22%;
    float: left;
}
.con_padd1{
	padding: 0px 10px 0px 0px;
    width: 12%;
    float: left;
}
.contact_form input[type="text"], .contact_form input[type="email"] {
   	width: 100%;
    border-radius: 2px;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
}

input.error,select.error{border:1px solid #ff0000 !important; background: #ffe4df;}
.contact_form select{
   	width: 100%;
    border-radius: 2px;
	font-family: 'Raleway', sans-serif;
}

.btn-more {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.btn-black {
    background: #B50909;
    border-color: #B50909;
    color: #fff !important;
	text-transform: uppercase;
	font-weight: 600;
}

.btn {
    border-radius: 2px;
    transition: all 0.3s;
    border: none;
    padding: 9px 15px;
	font-family: 'Raleway', sans-serif;
}

.btn {
    display: inline-block;
    padding: 5px 12px 5px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;  
}

.form-control:hover, .form-control:focus, .form-control:hover, .form-control:focus, .form-control:hover, .form-control:focus {
    box-shadow: 0px 0px 3px #ccc;
}

@media(max-width: 767px){
	.con_padd{
		padding: 0;
		margin-bottom: 15px;
		width: 100%;
	}
	.con_padd:last-child{
		margin-bottom: 0;
	}
	.con_padd1{
		width: 100%;
	}
}
#feedback {
    position: fixed;
    top: 25%;
    left: -220px;
    z-index: 999;
    -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    transition: .8s ease;
    width: 220px;
}



#feedback.feedActive {
    left: 0;
    transition: transform .8s;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    transition: .8s ease;
}

#feedback form {
    float: left;
    border-radius: 0px 0px 2px 0px;
    background: #fff;
    width: 220px;
}

#feedback form label {
    display: block;
    float: left;
    text-align: right;
    margin-right: 20px;
    width: 70px;
    font-weight: bold;
    color: 019AC6;
    font-size: 14px;
}

#feedback .pull_feedback {
    position: absolute;
    top: 84px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform-style: preserve-3d;
    line-height: 40px;
    width: 209px;
    display: block;
    z-index: 999;
    right: -125px;
    border: 0;
    background: #D75523;
    color: #fff;
    font-weight: 600;
    text-align: center;
    transition: .5s ease;
    border: 1px solid transparent;
    border-top: 0;
    border-radius: 0px 0px 2px 2px;
    font-size: 15px;
-webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
-webkit-perspective: 1200px;
        perspective: 1200px;
-webkit-text-size-adjust: none;
font-family: 'Raleway', sans-serif;
}

#feedback .pull_feedback:hover {
    background: #fff;
    color: #000;
    border-radius: 0px 0px 2px 2px;
    border: 1px solid #D75523;
    border-top: 0;
    cursor: pointer;
}

#feedback form textarea {
    width: 100%;
    background: transparent;
    transition: .2s ease;
    border: 1px solid #787878;
    margin-bottom: 15px;
    padding: 2px 8px;
    width: 90%;
    border-radius: 2px;
    color: #000;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
}

#feedback form input[type="text"] {
    width: 250px;
    height: 30px;
    border: 1px solid #019AC6;
}

#feedback h2 {
    font-size: 18px;
    text-align: left;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 5px;
    background: #044F81;
    position: relative;
    z-index: 999;
    margin-bottom: 0;
}

#feedback h2:after {
    content: "";
    border-style: solid;
    border-bottom-style: solid;
    _border-style: dashed;
    border-width: 9px;
    border-color: transparent;
    border-top-width: 0;
    border-top: 9px solid #044F81;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 41px;
    left: 36px;
}

#feedback form .form-group input {
    line-height: 25px;
    height: 25px;
    background: transparent;
    transition: .2s ease;
    border: 1px solid #787878;
    margin-bottom: 15px;
    padding: 2px 8px;
    width: 89.5%;
    border-radius: 2px;
    color: #000;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
}

#feedback form .form-group input.error {
    border-color: #ff0000;
}

#feedback form .btn-primary {
    background: #B50909;
    margin: 0 auto;
    border: 0;
    display: block;
    color: #fff;
    padding: 7px 15px;
    font-size: 15px;
    width: 100%;
    outline: 0;
    cursor: pointer;
}

#feedback form .btn-primary:focus
{
    outline: 0;
}
#feedback form .btn-primary:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}
#feedback form .btn-primary:focus
{
    outline: 0;
}

#feedback form .padding {
    padding: 15px;
}

#feedback input[type='number'] {
    -moz-appearance: textfield;
}

#feedback input[type=number]::-webkit-inner-spin-button,
#feedback input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.anc_link a:after
{
    /* content: "|"; */
    position: absolute;
    color: #000;
    font-size: inherit;
    padding: 0px 5px;
}
.anc_link a
{
    padding-bottom: 5px;
    display: inline-block;
}
.anc_link a:focus
{
    outline: 0;
}
#feedback .pull_feedback:focus {
    outline: 0;
}    
#homeSlider {
    visibility: visible;
}
@media only screen and (max-height: 400px)
{
    #feedback
    {
        top: auto;
        bottom: 2%;
    }
}
@media only screen and (max-height: 305px)
{
    #feedback form .padding {
    padding: 10px;
}
#feedback form .form-group input
{
    margin-bottom: 10px;
}
}
#feedback form input.error::placeholder
{
    color: #ff0000;	
}
#feedback form textarea.error::placeholder
{
    color: #ff0000;	
}