﻿@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
ol, ul {
    list-style-type: none;
}
a, a:hover {
    text-decoration: none;
}
body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    background-color: #ffffff;
}
ol, ul {
    list-style-type: none;
    margin: 0;
}
a, a:hover, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    text-decoration: none;
    outline: none;
    outline-style: none;
}
input[type="text"]:focus, textarea:focus {
    border: none;
    box-shadow: none;
}

@font-face {
    font-family: 'droid_serifbold';
    src: url('../fonts/droidserif-bold_1-webfont.eot');
    src: url('../fonts/droidserif-bold_1-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/droidserif-bold_1-webfont.woff') format('woff'),
    url('../fonts/droidserif-bold_1-webfont.ttf') format('truetype'),
    url('../fonts/droidserif-bold_1-webfont.svg#droid_serifbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'droid_serifbold_italic';
    src: url('../fonts/droidserif-bolditalic_1-webfont.eot');
    src: url('../fonts/droidserif-bolditalic_1-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/droidserif-bolditalic_1-webfont.woff') format('woff'),
    url('../fonts/droidserif-bolditalic_1-webfont.ttf') format('truetype'),
    url('../fonts/droidserif-bolditalic_1-webfont.svg#droid_serifbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'droid_serifitalic';
    src: url('../fonts/droidserif-italic_1-webfont.eot');
    src: url('../fonts/droidserif-italic_1-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/droidserif-italic_1-webfont.woff') format('woff'),
    url('../fonts/droidserif-italic_1-webfont.ttf') format('truetype'),
    url('../fonts/droidserif-italic_1-webfont.svg#droid_serifitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'droid_serifregular';
    src: url('../fonts/droidserif-regular_1-webfont.eot');
    src: url('../fonts/droidserif-regular_1-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/droidserif-regular_1-webfont.woff') format('woff'),
    url('../fonts/droidserif-regular_1-webfont.ttf') format('truetype'),
    url('../fonts/droidserif-regular_1-webfont.svg#droid_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.btnWrapper {
    margin: 0 auto;
    border: none;
    display: block;
    width: 200px;
}

.btnWrapper .btnGrey {
    padding: 14px 28px;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-family: Helvetica;
    border: none;
    margin-left: 8px;
    display: inline-block;
}

.btnWrapper a, .btnWrapper button {
    float: left
}


.sprite {
    background: url("../images/sprite.png") no-repeat;
}

.logo {
    float: left;
    margin: 4px 0 0 10px;
}

.headerBg {
    background-color: #fbfbfb;
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 8px rgba(0,0,0,.15);
    box-shadow: 0 1px 8px rgba(0,0,0,.15);
    box-shadow: 0 1px 8px rgba(0,0,0,.15);
    z-index: 2;
    position: relative;
    border-bottom: 1px solid #ededed
}

.mainNav {
    float: left;
    margin: 0 0 0 30px;
    list-style-type: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 15px;
}
.mainNav li {
    float: left;
    border-left: 1px solid #e5e5e5;
}
.mainNav a {
    padding: 15px 21px;
    color: #222222;
    display: inline-block;
}
.mainNav li .active, .mainNav a:hover  {
    color: #888;
}
.menuNav {
    display: block;
    float: left;
}
.dropDownBtn {
    display: none;
}
.tollFreeNumber{
    background: url("../images/small-icons.png") 0 -790px no-repeat;
    float: left;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 500;
    padding-left: 22px;
}
.tollFreeTopLogin{
    width: 220px;
    float: right;
}
.loginBtn, .loginBtn:hover {
    font-family: Arial;
    font-size: 14px;
    color: #f3f3f3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #8b3;
    padding: 6px 15px;
    float: right;
    margin-top: 8px;
}
.loginBtn:hover {
    background: #9ccb4a;
}
.banner {
    background: #ffffff url("../images/banner.jpg") center center no-repeat;
}
.bannerImage {
    /*background: url("../images/banner_shadow.png") bottom repeat-x;*/
    height: 320px;
}
.banner h2 {
    font-family: "HelveNueThin",Helvetica, Arial, sans-serif;
    font-size: 32px;
    color: #000;
    margin: 25px 0 0 34px;
    line-height: 44px;
    letter-spacing: 1px;
    font-weight: normal;
}
.breadCrumSection {
    padding-bottom: 25px;
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.15);
    border-top: 1px solid #ededed;
}
.breadCrumBorder {
    border-top: 4px solid #222;
    width: 500px;
    margin: -1px auto 0;
}
.breadCrumSectionUser{
    width: 680px;
}
.homeBreadcrum {
    margin: -55px 0 25px 63px;
    /*float: none;*/
}
.homeBreadcrum li {
    float: left;
    text-align: center;
    font-size: 14px;
    font-family: 'droid_serifbold_italic';
    color: #888;
    margin-left: 31px;
    width: 179px;
}
.homeBreadcrum li:first-child {
    margin-left: 0;
}
.homeBreadcrum li .modeBg{
    width: 88px;
    height: 103px;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    margin-bottom: 15px;
}
.homeBreadcrum li i {
    display: block;
    margin: 27px auto;
}
.iconOrigin {
    background-position: 0 -262px;
    height: 50px;
    width: 47px;
}
.iconArticle {
    background-position: 0 -314px;
    height: 46px;
    width: 47px;
}
.iconMover {
    background-position: 0 -364px;
    height: 40px;
    width: 53px;
}
.iconPayment {
    background-position: 0 -409px;
    height: 40px;
    width: 53px;
}
.homeIcon {
    background-position: 0 -724px;
    width: 20px;
    height: 20px;
}
.vehicleIcon {
    background-position: -31px -724px;
    width: 25px;
    height: 20px;
}
.iconCashless {
    background-position: 0 -448px;
    width: 73px;
    height: 58px;
}
.iconInvoicing {
    background-position: 0 -504px;
    width: 48px;
    height: 59px;
}
.iconPayments {
    background-position: 0 -574px;
    width: 48px;
    height: 59px;
}
.iconBills {
    background-position: 0 -646px;
    width: 48px;
    height: 65px;
}
.moveBg {
    background: #f5f5f5;
    border-top: 1px solid #e2e2e2;
    padding-bottom: 30px;
}
.moveBgGap {
    margin: -14px 0 0;
    text-align: center;
    position: relative;
    z-index: 100;
    height: 14px;
}
.moveBgGap i {
    display: inline-block;
    padding-right: 8px;
}
.moveBtn, .moveBtn:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #e70;
    padding: 14px 25px;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border: none;
}
.moveBtn:hover {
    background: #fe8813;
}
.moveVehicleBtn, .moveVehicleBtn:hover {
    padding: 14px 16px;
}
.roundOr {
    width: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #bbb;
    margin: 0 22px;
    font-size: 14px;
    font-family: 'droid_serifbold_italic';
    color: #fff;
    padding: 5px;
}
#sliderOutside {
    position: relative;
    margin: 80px auto 52px;

}
.slideshow {
    width: 780px;
    background: #fff;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    margin: 0 auto;
    height: 305px;
}
#sliderOutside .center span, #testimonials .center span {
    height: 50px;
    width: 28px;
    display: block;
    float: left;
    position: absolute;
    top: 130px;
    text-indent: -99999em;
    cursor: pointer;
}
#testimonials .center span{
    top:85px;
}
#testimonials .cycle-slide{
    padding-top: 5px;
}
#prev, #testiPrev {
    background-position: 0 -753px;
    left: 17px;
}
#next, #testiNext {
    background-position: -33px -753px;
    right: 17px;
}
.example-pager {
    max-width:115px;
    margin: 20px auto 0;
}
.example-pager span {
    background: url("../images/sprite.png") 0 -811px no-repeat;
    width: 13px;
    height: 15px;
    display: inline-block;
    text-indent: -99999em;
    cursor: pointer;
    margin-right: 10px;
}
.example-pager .cycle-pager-active {
    background: url("../images/sprite.png") -18px -811px no-repeat;
}
.homeSlide{
    height: 305px;
    width: 780px;
}
.homeSlide img{
    width: 780px;
    height: 305px;
}
.homeSlide .slideText{
    padding:3px 30px 3px 15px;
    font-size: 16px;
    position: absolute;
    bottom: 10px;
    right: 0;
    text-align: right;
    line-height: 25px;
}
.homeSlide .slideText .slideHeading{
    font-style: italic;
    display: block;
    font-size: 24px;
    width: 100%;
    color: #000;
    font-family: 'droid_serifitalic';
}
.homeSlide .slideText{
    color: #888;
    font-size: 16px;
    font-weight: normal;
}
.advantages {
    background: url("../images/divider.png") left center no-repeat;
    font-family: Helvetica;
    font-size: 13px;
    font-weight: bold;
    color: #444;
    text-shadow: 0 1px #fff;
    text-align: center;
    margin-left: 0;
    padding: 0 15px;
    width: 210px;
    height: 150px;
    margin-bottom: 70px;
}
.advantagesFirst {
    background: none;
}
.advantagesType {
    margin: 0 auto 28px;
}
.advantagesOuter h3, .formOuter h3, .testimonials h3 {
    font-size: 36px;
    color: #222;
    text-align: center;
    margin-bottom: 35px;
    line-height: 35px;
    font-family: "HelveNueThin",Helvetica, Arial, sans-serif;
}
.formOuter h3 {
    font-size: 25px;
    margin-bottom: 33px;
}
.formOuter {
    width: 625px;
    height: 275px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    margin: 0 auto;
    padding: 30px 40px 60px;
    border: 1px solid #efefef;
    position: relative;
    z-index: 10;
}
.signIn, .signIn:hover  {
    border: none;
    float: left;
    padding: 5px 15px;
}
.inputCustom {
    margin: 0 0 20px 0;
    float: left;
    position: relative;
}
.inputCustomMrgn {
    margin-right: 15px;
}
input[type="text"] {
    width: 274px;
    background: url("../images/inputBg.png") bottom center no-repeat;
    border: none;
    box-shadow: none;
    font-size: 14px;
    position: relative;
    z-index: 2;
    color: #aaa;
    font-family: Helvetica, Arial, sans-serif;
    padding: 10px 15px;
    padding-left: 15px\0;
}
.placeholderWrap {
    position: absolute;
    top: 10px;
    left: 14px;
    font-size: 14px;
    color: #aaa;
    font-family: Helvetica, Arial, sans-serif;
}
.placeholderWrap span {
    color: #e70;
}
.footer {
    background: #444444;
    /*height: 116px;*/
    margin-top: -80px;
    padding:50px 0 30px 0;
}
.copyright {
    font-family: Helvetica;
    font-size: 12px;
    color: #888;
    text-align: center;
}
.onSmall {
    display: none;
}
.onDesktop {
    display: block;
}
.dashboardFilters{
    padding: 48px 0 48px 0;
    overflow: hidden;
    width: 860px;
    float: right;
}
.dropBtnWrap {
    display: none;
}
.fromDate input{
    border: none;
    box-shadow: none;
    margin-right: 10px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    height: 30px;
    background: none;
    width: 100px;
    margin: -17px 0 0 0;
    padding:5px 0px 9px;
    cursor: pointer;
}
.fromDate #datepicker, .fromDate input.datepicker, .selectFrom input.datepicker, .selectedFrom input.datepicker {
    background: url("../images/calendarSmall.png") right 10px no-repeat;
    padding-right: 0px;
}

.fromTo .fromDate label{
    margin-bottom:10px;
    font-size: 14px;
    color: #666666;
}
.fromTo .fromDate, .propertyType, .propertyType{
    margin-right:20px;
    position: relative;
}
.propertyType, .propertyType{
    margin-top: 15px;
}
.fromDate .date{
    color: #666666;
    font-size: 20px;
}
.propertyType span.floorList{
    width: 115px;
    background:#ffffff url("../images/small-icons.png") right -582px no-repeat;
}
.propertyType select.selectList{
    width: 143px;
}
.fromTo .btnOrange{
    margin-top: 15px;
}
/*dashboard-css-close*/
.staticHeader h3 {
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    color: #222;
    border-left: 1px solid #e5e5e5;
    padding: 14px 20px;
    margin: 0 0 0 30px;
    float: left;
}

.userPicInfo {
    float: right;
}

.userPic {
    display: block;
    width: 34px;
    height: 30px;
    background: #88bb33;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 8px;
}

.userPic.active {
    background: #666;
}

.userPic i {
    background: url("../images/small-icons.png") 0 -307px no-repeat;
    width: 15px;
    height: 13px;
    display: inline-block;
    margin: 7px 0 0 9px;
}

.userPicInfo {
    position: relative;
}

.userPicInfo .dropdown-menu {
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 1000;
    /*display: none;*/
    float: left;
    padding: 6px 16px 6px 20px;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.userPicInfo .dropdown-menu::after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    content: '';
}

.userPicInfo .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.userPicInfo .dropdown-menu a {
    display: block;
    padding: 10px 20px 10px 14px;
    clear: both;
    font-weight: normal;
    line-height: 16px;
    color: #333333;
    white-space: nowrap;
    border-bottom: 1px solid #eaeaea;
}
.userPicInfo .dropdown-menu a:hover{
    color: #8b3;
}
.userPicInfo .dropdown-menu a.themeIcon {
    border-bottom: none;
}

.userPicInfo.dropdown-menu a:hover {
    color: #000;
}

.userPicInfo .dropdown-menu a i {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("../images/small-icons.png") 0 0 no-repeat;
    margin-right: 14px;
}

.userPicInfo .dropdown-menu a.passwordIcon i {
    background-position: 0 -339px;
}

.userPicInfo .dropdown-menu a.editIcon i {
    background-position: 0 -369px;
}

.userPicInfo .dropdown-menu a.themeIcon i {
    background-position: 0 -394px;
}

.innerPage {
    margin-top: 28px;
}

.innerPage .biggerFont {
    text-align: center;
    margin-bottom: 40px;
}

.blockDivider {
    float: left;
    position: relative;
    width: 60px;
}

.blockDivider .pointerIcon {
    background: #dddddd;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    border: 9px solid #fff;
    top: 74px;
    left: -9px;
    color: #fff;
}

.blockDivider .pointerIcon span {
    display: block;
    margin: 10px 0 0 11px;
}

.vrLine {
    border-left: 1px solid #eaeaea;
    position: absolute;
    top: 0;
    left: 20px;
    height: 230px
}

.innerPage .selectCityOuter {
    width: 730px;
}

.innerPage .inputCustomInner {
    margin-right: 40px;
}
.rightSide {
    float: right;
    margin-left: 54px;
    font-size: 16px;
    line-height: 18px;
    width: 310px;;
}
.rightSide p {
    margin-bottom: 20px;
}

.linkIcon {
    display: block;
    width: 92px;
    height: 68px;
    background: url("../images/link-icon.png") 0 0 no-repeat;
    margin: 38px 0 20px;
}

.innerPage .moveBtn {
    display: inline-block;
}

.moveBtn.mediumBtn {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 18px;
    margin-top: 4px;
}

.simpleMenu {
    margin: 0 0 20px 0;
    list-style: none;
}

.simpleMenu li {
    display: block;
}

.simpleMenu a {
    color: #999;
    padding: 14px 0;
    display: block;
    border-bottom: 1px solid transparent;
}

.simpleMenu a:hover, .simpleMenu li.active a {
    color: #333;
    border-bottom: 1px solid #ef6d14;
}

.captions {
    color: #999;
    font-size: 12px;
    line-height: 14px;
}
.customTable {
    font-size: 12px;
    line-height: 14px;
    color: #999;
    background: #f9f9f9;
    margin-bottom: 30px;
}

.customTable th, .customTable td {
    padding: 12px;
}

.customTable span, .customTable a {
    color: #555;
    display: block;
}

.customTable .blackTxt {
    color: #222;
}

.customTable .grayTxt {
    color: #666;
}

.customTable a:hover {
    color: #000;
}

.customTable tbody > tr:nth-child(odd) > td, .customTable tbody > tr:nth-child(odd) > th {
    background: #fff;
}

.customTable th {
    font-weight: normal;
}



.userIcons {
    /*display: block;*/
    margin-right: 10px;
}

.surveyListing td {
    border-top: none;
}

.userIcons a {
    display: inline-block;
    width: 21px;
    height: 19px;
    background: url("../images/small-icons.png") 0 -487px no-repeat;
    margin-left: 30px;
}

.userIcons a:first-child {
    margin-left: 0;
}

.userIcons a.resend {
    background-position: 0 -487px;
}

.userIcons a.invoice {
    background-position: 4px -428px;
}

.userIcons a.view {
    background-position: 1px -457px;
}

.customTable tbody {
    border: 1px solid #e2e2e2;
}

.innerPage .inputCustomInner .moveBtn {
    float: right;
}

.innerPage .form-inline {
    margin: 0 0 10px;
}
.customPagination ul{
    box-shadow: none
}
.customPagination ul > li > a, .customPagination ul > li > span{
    border: none;
    background: none;
    color: #ee7700;
    font-size: 16px;
    margin: 4px 12px;
    padding: 0;
}
.customPagination ul > li > a.active, .customPagination ul > li > a:hover{
    color: #000000;
}
.customPagination ul > li > a.previous, .customPagination ul > li > a.next{
    color: #666666;
    font-size: 16px;
}
.customPagination{
    text-align: center;
}
.customPagination ul > li > a.previous, .customPagination ul > li > a.previous:hover{
    background: url("../images/small-icons.png") 0 -516px no-repeat;
    padding-left: 17px;
}
.customPagination ul > li > a.previous:hover, .customPagination ul > li > a.next:hover{
    color: #000000;
}
.customPagination ul > li > a.next, .customPagination ul > li > a.next:hover{
    background: url("../images/small-icons.png") right -540px no-repeat;
    padding-right: 30px;
}
.customPagination ul > li > a:hover{
    background: none
}
.topInviteSurvey{
    float: right;
    width: 180px;
}
.topInviteSurvey .inviteForSurvey{
    margin-top: 8px;
}
.topInviteSurvey .loginBtn{
    float: left;
}
.inviteSurvey{
    text-align: center
}
.inviteSurvey .blockDivider{
    margin-left:10px;
}
.inviteSurvey .inputCustomInner{
    width: 325px;
}
.inviteSurvey .rightSide{
    width: 290px;
}
.fancybox-inner{
    height: 100%;
}
#inviteForSurvey{
    width: 750px;
    display: none;
}
.moveBtn.mediumBtn.sendInvite{
    margin-top: 10px;
    display: block;
    float: left;
}
.btnOrange{
    background: #ee7700;
    color: #ffffff;
    border: none
}
.btnOrange:hover {
    background: #fe8813;
    color: #ffffff;
}
/*dashboard-css-close*/

/*Edit Vendor Setting*/
.addPostalAddress{
    border-top: solid 1px #cccccc;
}


/*.showPassword{*/
/*margin-left: 20px;*/
/*}*/
.showPassword .checkboxCheck, .thisIsBranch .checkboxCheck {
    right: 95px;
    margin-right: 10px;
}
.editVendorSetting h2{
    margin:28px 0 58px 0;
    color: #222222;
    font-size: 30px;
    text-align: center;
    font-weight: normal;
}
.organisationDetails{
    border: solid 1px #e2e2e2;
    margin-top: 30px;
    margin-bottom:60px;
}
.changePassword h4, .organisationDetails h4.heading, .addAddress h4{
    background: #fafafa;
    color: #333333;
    font-size: 18px;
    padding: 10px 20px;
    font-weight: normal;
    border-bottom:solid 1px #e2e2e2;
}
.addAddress h4{
    width: 90%;
}
.organisationContactDetails{
    padding-bottom: 30px;
}
.organisationInfo ul li input[type="checkbox"] {
    margin: 0 5px 0 0;
}
.organisationInfo{
    background: #ffffff;
    overflow: hidden;
}
.organisationInfo ul li label {
    color: #999999;
    font-size: 14px;
}
.organisationInfo ul li label.customCheckBox{
    padding-left: 5px
}
a.editDetails, a.editContactDetails{
    background: url("../images/small-icons.png") 7px -562px no-repeat;
    color: #ee7700;
    font-size: 12px;
    height: 5px;
    line-height: 5px;
    margin-top:5px;
    border: solid 1px #cccccc;
    padding:10px 10px 10px 25px;
    border-radius: 5px;
}
/*.organisationInfo ul.contactDetail{*/
/*padding-bottom: 30px;*/
/*}*/
a.editDetails:hover, a.editContactDetails:hover{
    background: url("../images/small-icons.png") 6px -674px no-repeat;
    color: #cccccc;
}
.organisationInfo ul li .companyInfo{
    font-size: 14px;
    padding: 0px 15px;
    color: #333333;
    float: left;
}
.organisationInfo ul.contactDetail li label{
    width: 125px;
    float: left;
    text-align: right;
}
.organisationInfo ul li .companyAddress{
    width: 185px;
    float: left;
}
.orDivider{
    border-radius: 100px;
    background: #dddddd;
    color: #ffffff;
    padding: 10px;
    margin: 25px 10px;
    font-weight: bold;
    float: left;
}
.companyLogoInfo{
    color: #bbbbbb;
    padding-top: 5px;
    font-size: 12px;
    float: right;
    width: 180px;
}
.companyLogo{
    margin-top: 10px;
    float: left;
    width: 100%;
}
.companyLogo .currentLogo{
    border: dashed 2px #cccccc;
    padding: 18px 20px;
    margin-top: 10px;
    width: 120px;
    text-align: center;
    min-height: 50px;
}
.companyLogo .dropNewLogo{
    cursor: pointer;
}
.companyNameDetails{
    padding: 30px 0;
}
.companyNameDetails ul li, ul.contactDetail li{
    padding: 0 30px;
}
.companyWebsiteDetails{
    padding: 30px 0 0;
    border-top: solid 1px #e2e2e2;
}
.companyWebsiteDetails li{
    display: block;
    padding:0 30px 30px;
}
.companyWebsiteDetails li label{
    display: block;
    float: left;
    width: 125px;
    text-align: right
}
ul li.addCertificationWrap{
    border-top: solid 1px #e2e2e2;
}
.companyWebsiteDetails li.addCertificationWrap {
    padding: 30px;
}
.companyWebsiteDetails li a.addCertification{
    display: block;
    float: left;
}
.addCertification span{
    background: url("../images/small-icons.png") 0px -765px no-repeat;
    font-size: 14px;
    padding-left: 20px;
    text-decoration: none;
    color: #ee7700;
}
.certificationTitleWrap{
    float: left;
    width: 290px;
    color: #aaaaaa;
    font-size: 16px;
    margin-top: 15px;
}
.addCertificate a, .addCertificateBlank a{
    text-decoration: none;
    margin-right: 15px;
    font-size: 12px
}
.certificationTitleWrap ul li .companyInfo{
    color: #aaaaaa;
}
.addCertification #addAddress{
    margin-left: 115px;
}
.addCertification #addAddress span{
    font-size: 13px;
}
.uploadCertificateWrap{
    width: 105px;
    height: 46px;
    float: left;
    border: dashed 2px #cccccc;
    text-align: center;
    color: #aaaaaa;
    font-size: 12px;
    padding-top: 10px;
    line-height: normal;
}
.dragCertificateImage{
    width: 105px;
    float: left;
}
.addCertificateBlank {
    padding-top: 20px;
}
.changePassword li.buttonsWrap , .companyWebsiteDetails li.buttonsWrap{
    background: #fafafa;
    padding: 15px 30px;
    text-align: right;
    border-top: solid 1px #e2e2e2;
}
.changePassword li.buttonsWrap a, .companyWebsiteDetails li.buttonsWrap a{
    color: #000;
}
.smallOrangeBtn{
    padding:8px 14px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
}
.smallOrangeBtn:hover{
    padding:8px 14px;
    font-size: 14px;
    font-weight: normal;
}
.changePassword li.buttonsWrap{
    margin-top: 20px;
}
.changePassword{
    background: #fff;
    margin: 50px 0 0;

}
.changePassword ul li{
    padding: 15px 30px 0;
}
.showPassword input[type="text"], .showPassword input[type="password"]{
    margin:0 !important;
}
.editSetting .dropdown-menu{
    padding: 0;
}
.editSetting .dropdown-menu a.settingIcon i{
    background: url("../images/small-icons.png") 0 -631px no-repeat;
    margin-right: 10px;
}
.editSetting .dropdown-menu a.logoutIcon i{
    background: url("../images/small-icons.png") 0 -653px no-repeat;
    margin-right: 10px;
}
.editSetting .dropdown-menu li a{
    padding: 10px 20px 10px 14px;
    display: block;
    float: left;
    white-space: normal;
    width: 110px;
}
.editSetting .dropdown-menu a:hover{
    background: #f4f4f4;
    color: #666666;
}
ul.contactDetail li{
    padding: 30px 0 0 30px;
}
.addPhoneNumber {
    width: 330px;
    overflow: hidden;
    float: right;
}





/*edit Setting close*/
/* Inter City Page */
.innerBanner {
    background: #ededed url("../images/innerBanner.jpg") center center no-repeat;
}
.innerBannerHeight {
    height: 70px;
}
.innerBreadcrum {
    margin: -35px auto 25px;
    width: 600px;
}
.innerBreadcrum li {
    width: 125px;
}
.innerBreadcrum li .modeBg {
    background-position: 0 -185px;
    width: 55px;
    height: 65px;
}
.innerBreadcrum li.activePage .modeBg {
    background-position: 0 -109px;
}
.innerBreadcrum li.activePage p {
    color: #222;
}
.innerBreadcrum li i {
    margin: 17px auto;
}
.breadCrumBorderInner {
    width: 510px;
}
.chooseVendorPage .fourStep .breadCrumOrangeBorder {
    width: 260px;
    margin-left: 260px;
}
.fourStep .breadCrumBorderInner {
    /*width: 510px;*/
}
.selectArticlePage .fourStep .breadCrumOrangeBorder {
    width: 165px;
    margin: -4px 0 0 225px;
}
.iconOriginSmall {
    background-position: -48px -868px;
    height: 33px;
    width: 30px;
}
.iconArticleSmall {
    background-position: 0 -860px;
    height: 27px;
    width: 30px;
}
.iconMoverSmall {
    background-position: -48px -830px;
    height: 28px;
    width: 34px;
}
.iconPaymentSmall {
    background-position: 0 -830px;
    height: 33px;
    width: 33px;
}
.selectDate {
    margin-top: 85px;
}
.selectDate h2 {
    font-family: HelveNueThin;
    font-size: 30px;
    color: #222;
    text-align: center;
    margin-bottom: 25px;
}
.footerInner {
    margin-top: 0;
    height: 90px;
    padding-bottom: 0;
}
.footerInner .copyright {
    margin-top: 37px;
}
.selectDate input {
    border: none;
    box-shadow: none;
    margin-right: 10px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 30px;
    color: #333;
    height: 30px;
    background: none;
    width: 190px;
    margin: -17px 0 0 0;
    padding: 7px 10px 10px;
    cursor: pointer;
}
.datepicker::-webkit-input-placeholder, #datepicker::-webkit-input-placeholder{ /* WebKit browsers */
    color: #333 !important;
}
.datepicker::-webkit-input, #datepicker::-webkit-input { /* WebKit browsers */
    padding-bottom: 5px;
}
.selectDate p {
    text-align: center;
}
.ui-datepicker-trigger {
    cursor: pointer;
}
.ui-datepicker-trigger:hover {
    background: url("../images/sprite.png") -1px -1036px no-repeat;
    height: 29px;
    width: 24px;
}
.ui-datepicker-trigger.ui-datepicker-trigger-small:hover{
    background: none;
    height: auto;
    width: auto;
}
#ui-datepicker-div {
    width: 200px;
    height: 201px;
    background: #fff;
    border: solid 1px #ddd;
    padding: 0;
}
.ui-datepicker .ui-datepicker-header {
    background: #fff;
    border-bottom: solid 1px #ddd;
    border: none;
    padding: 10px
}
.ui-datepicker th {
    font-family: Helvetica;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    padding: 0
}
.ui-datepicker td span, .ui-datepicker td a {
    padding: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none;
    border: none;
    font-size: 14px;
}
.ui-datepicker .ui-datepicker-title {
    font-family: Helvetica;
    font-size: 16px;
    color: #333;
    margin: 0;
    line-height: 1.8em;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: none;
    border: none;

}
.ui-widget-header .ui-datepicker-prev-hover .ui-icon.ui-icon-circle-triangle-w:hover,
.ui-widget-header .ui-icon.ui-icon-circle-triangle-w {
    background: url("../images/sprite.png") -50px -990px no-repeat;
    cursor: pointer;
}

.ui-widget-header .ui-icon.ui-icon-circle-triangle-e:hover,
.ui-widget-header .ui-icon.ui-icon-circle-triangle-e {
    background: url("../images/sprite.png") -75px -990px no-repeat;
    cursor: pointer;
}
/* Inetrcity Psage 14/06 */
.moveBgInner {
    background: #f9f9f9;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 50px 0 60px;
}
.selectCityOuter {
    margin: 0 auto 30px;
    text-align: left;
    width: 700px;
}
.selectCityOuter .roundOr{
    float: left;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    background-color: #ddd;
    padding: 7px;
}

.selectMoveVehicleCity .roundOr{
    float: left;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    background-color: #ddd;
    padding: 7px;
}
.arrowIcon {
    background-position:-2px -1200px;
    height: 20px;
    width: 20px;
    display: block;
    margin: 5px auto;
}
.checkbox {
    font-family: Helvetica;
    font-size: 12px;
    color: #999;
}
.checkbox input[type="checkbox"] {
    margin-top: 0;
}
.typeOfPropertyWrap {
    width: 790px;
    margin: 0 auto;
}
.topBox{
    background: #fff;
    border: solid 1px #e2e2e2;
    padding: 20px 0 8px;
    /*box-sizing: border-box;*/
}
.topBox h4 {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    margin: 0 20px 17px;
}
.topSelectOuter {
    border-bottom: solid 1px #e2e2e2;
    padding: 0 20px 20px;
}
.topButtonOuter {
    float: left;
    border: solid 1px #ccc;
}
.topButton {
    padding: 10px 14px;
    display: inline-block;
}
.topButtonOuter a {
    border-left: solid 1px #ccc;
    font-family: Helvetica;
    font-size: 16px;
    color: #333;
    float: left;
    background: #fff;
}
.topButtonOuter a.topActive {
    color: #888;
    background-color: #ddd;
}
.topButtonOuter a:first-child {
    border-left: none;
}
.selectListWrap {
    position: relative;
    float: right;
    margin: 8px 0 0 0;
}
select.selectList {
    position: relative;
    width: 90px;
    height: 30px;
    line-height: 34px;
    font-family: Helvetica;
    font-size: 14px;
    color: #333;
    z-index: 10;
    margin-bottom: 0;
}
span.floorList {
    position: absolute;
    padding-left: 0;
    padding-right: 25px;
    left: 0;
    bottom: 0;
    width: 63px;
    height: 30px;
    background-color: #fff;
    border: solid 1px #ccc;
    line-height: 29px;
    text-indent: 10px;
    cursor: default;
    background: url("../images/sprite.png") 73px -1070px transparent no-repeat;
    z-index: 1;
    color: #333;
    font-size: 13px;
}
.topText {
    float: left;
    font-family: Helvetica;
    font-size: 14px;
    color: #666;
    margin-top: 11px;
}
.topList .topButtonOuter {
    float: right;
    margin-left: 10px;
}
.topList li {
    padding: 11px 20px;
}
.topList li.even {
    background: #f3f3f3;
}
.processOuter {
    padding: 30px 0;
    text-align: center;
}
.inputCustomInner {
    width: 305px;
    float: left;
}
.inputCustomTpMrgn {
    margin-top: 17px;
}

/* select article */
.customScrollBar{
    height: 300px;
}
.subNavigation {
    border-bottom: 1px solid #e2e2e2;
}
.articlePage {
    box-shadow: none;
}
.iconBack {
    background-position: -15px -1080px;
    width: 10px;
    height: 15px;
}
.backLink {
    font-family: "helvetica neue";
    font-size: 14px;
    color: #666;
    float: left;
    margin-top: -47px;
}
.backLink i {
    float: left;
    margin: 1px 9px 0 0;
}
.backLink:hover {
    color: #666;
}
.innerBreadcrum li.doneProcess .modeBg {
    background-position: 0 -911px;
}
.innerBreadcrum li.doneProcess i.iconOriginSmall {
    background-position: -59px -920px;
}
.innerBreadcrum li.doneProcess {
    color: #999999
}
.subNavWrap ul {
    list-style: none;
    margin: 0;
}
.subNavWrap ul li {
    float: left;
}
.subNavWrap ul li a {
    display: block;
    padding-bottom: 10px;
}
.subNavWrap ul li p {
    font-family: 'helvetica';
    font-size: 20px;
    color: #999;
    border-left: 1px solid #dbdbdb;
    height: 60px;
    width: 187px;
    text-align: center;
}
.subNavWrap ul li p span {
    line-height: 60px;
}
.subNavWrap ul li:first-child p {
    border-left: none;
}
.subNavWrap ul li p span.firstSpan {
    font-size: 30px;
    color: #666;
}
.subNavWrap ul li:hover > a,
.subNavWrap ul li.active > a {
    border-bottom: 3px solid #ee7700;
    outline: none;
    outline-style: none;
    text-decoration: none;
}
.subNavWrap ul li:hover > a p,
.subNavWrap ul li.active > a p {
    color: #333333;
}
.subNavWrap ul li:hover > a p span.firstSpan,
.subNavWrap ul li.active > a p span.firstSpan {
    color: #ee7700;
}

.articlesWrapper {
    background-color: #f9f9f9;
    padding: 40px 0 60px 0;
    border-bottom: 1px solid #e2e2e2;
    box-shadow: 0 1px 0 0 #f9f9f9;
}
.wrapperInfo p {
    font-family: 'helvenuethin',helvetica,arial,"sans serif";
    font-size: 20px;
    line-height: 24px;
    color: #222222;
    margin-left: 20px;
    margin-bottom: 17px;
}
.wrapperInfo ul {
    list-style: square;
    margin-left: 20px;
    margin-bottom: 24px;
}
.wrapperInfo ul li {
    font-family: 'helvetica';
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    margin-bottom: 16px;
}
.roomSections {
    list-style: none;
    margin-top: 14px;
}
.roomSections li {
    margin-top: 35px;
}
.roomSections li:first-child {
    margin-top: 0;
}
.roomSections li a {
    font-family: 'helvetica neue',arial,"sans serif";
    font-size: 14px;
    line-height: 18px;
    color: #999;
    clear: both;
    display: inline-block;
}
.roomSections li a i {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    height: 20px;
}
.roomSections li a:hover,
.roomSections li.active a {
    color: #333;
}
.iconLivingRoom {
    background-position: -30px -1080px;
    width: 18px;
    height: 14px;
}
.roomSections li.active a > .iconLivingRoom,
.roomSections li a:hover > .iconLivingRoom {
    background-position: -50px -1080px;
}

.iconDining {
    background-position: -71px -1080px;
    width: 17px;
    /*height: 18px;*/
}
.roomSections li.active a > .iconDining,
.roomSections li a:hover > .iconDining {
    background-position: 0 -1100px;
}

.iconCenterRoom {
    background-position: -25px -1100px;
    width: 16px;
    /*height: 12px;*/
}
.roomSections li.active a > .iconCenterRoom,
.roomSections li a:hover > .iconCenterRoom {
    background-position: -45px -1100px;
}

.iconBedroom {
    background-position: -66px -1100px;
    width: 18px;
    /*height: 14px;*/
}
.roomSections li.active a > .iconBedroom,
.roomSections li a:hover > .iconBedroom {
    background-position: 0 -1125px;
}

.iconKitchen {
    background-position: -25px -1125px;
    width: 18px;
    /*height: 14px;*/
}
.roomSections li.active a > .iconKitchen,
.roomSections li a:hover > .iconKitchen {
    background-position: -45px -1125px;
}

.iconBathroom {
    background-position: -70px -1125px;
    width: 18px;
    /*height: 14px;*/
}
.roomSections li.active a > .iconBathroom,
.roomSections li a:hover > .iconBathroom {
    background-position: 0 -1145px;
}

.iconLobby {
    background-position: -58px -1145px;
    width: 14px;
    /*height: 13px;*/
}
.roomSections li.active a > .iconLobby,
.roomSections li a:hover > .iconLobby {
    background-position: -74px -1145px;
}

.iconMisc {
    background-position: -20px -1145px;
    width: 14px;
    /*height: 10px;*/
}
.roomSections li.active a > .iconMisc,
.roomSections li a:hover > .iconMisc {
    background-position: -40px -1145px;
}
.iconCustomItems{
    background-position: -68px -1261px;
    width: 15px;
}
.roomSections li.active a > .iconCustomItems,
.roomSections li a:hover > .iconCustomItems {
    background-position: -68px -1285px;
}


.articleDetails {
    border: 1px solid #e2e2e2;
    text-align: center;
}
.sectionsItem {
    list-style: none;
    text-align: left;
}
.sectionsItem li {
    padding: 15px 20px;
    font-family: 'helvetica', arial, "sans serif";
    font-size: 15px;
    line-height: 18px;
    color: #333;
    background: white;
}
.sectionsItem li .customCheckBox {
    float: right;
    position: relative;
    margin-top: 5px;
}
.customCheckBox {
    float: left;
    position: relative;
    margin-top: 5px;
}
.checkboxCheck {
    background: url("../images/customSelectbox.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.inputCustom .checkboxCheck {
    /*left: -4px;*/
    /*top: -3px;*/
    left: 0px;
    top: 2px;
}
.checkedCheck {
    background-position: -23px 0;
}
.sectionsItem li label.customCheckBox input[type='checkbox'], label.customCheckBox input[type='checkbox'] {
    position: relative;
    opacity: 0;
    filter: alpha(opacity = 0);
    outline: none;
    outline-style: none;
    border: none;
    z-index: 2;
    width: 20px;
    height: 20px;
}
.sectionsItem li span {
    float: left;
}
#selectedArticles li a.iconCross {
    background-position: -20px -1165px;
    width: 13px;
    height: 13px;
}
.listBox {
    float: right;
}
.addListWrap {
    position: relative;
    float: left;
}
select.itemList {
    position: relative;
    width: 48px;
    height: 28px;
    font-family: 'helvetica';
    border-radius: 0;
    margin: 0;
}
span.addList {
    position: absolute;
    padding-left: 0;
    padding-right: 19px;
    left: 0;
    bottom: 0;
    width: 29px;
    height: 28px;
    background-color: #fff;
    border: 1px solid #cccccc;
    line-height: 28px;
    text-indent: 10px;
    cursor: default;
    background: url("../images/sprite.png") -46px -1163px transparent no-repeat;
    background-color: white;
    z-index: 1;
    color: #333;
    font-size: 14px;
}
.selectedOnes .iconCross {
    float: left;
    margin: 10px 0 0 15px;
}
.selectedOnes li {
    padding: 8px 20px;
    line-height: 32px;
    background: #f9f9f9;
    color: #ccc;
}
.articleDetails li.selectedLiEven {
    background: #f9f9f9;
}
.selectedOnes li.selectedLiEven {
    background: #f4f4f4;
}
.iconAddExtra {
    background-position: 0 -1165px;
    width: 17px;
    height: 19px;
}
.notInListWrap a {
    text-decoration: none;
    font-family: helvetica;
    font-size: 16px;
    color: #ee7700;
}
.addMoreLink {
    border: dashed 2px #ccc;
    padding: 15px;
}
.notInListWrap .addMoreLink a{
    color: #999999
}
.notInListWrap .addMoreLink a:hover{
    color: #ee7700;
}
.notInListWrap a i.iconAddExtra {
    float: left;
    margin-right: 10px;
}
.addFormWrap {
    margin-top: 9px;
    border: 1px solid #dddddd;
    padding: 20px 18px;
}
.inputWrapAdd input[type='text'] {
    width: 326px;
    background: url("../images/addMoreTextBoxBG.png") bottom center no-repeat;
    border: none;
    box-shadow: none;
    font-size: 14px;
    color: #aaa;
    font-family: Helvetica, Arial, sans-serif;
    padding: 10px;
}
.articleSize {
    margin-top: 16px;
}
.articleSize label {
    font-family: "helvetica neue";
    font-size: 14px;
    color: #666666;
    line-height: 18px;
}
.articleTypeSize {
    list-style: none;
    margin-top: 8px;
    border: 1px solid #cccccc;
    margin-bottom: 14px;
}
.articleTypeSize li {
    float: left;
    width: 84px;
    height: 43px;
    text-align: center;
    border-left: 1px solid #cccccc;
}
.articleTypeSize li:first-child {
    border-left: none;
}
.articleTypeSize li a {
    font-family: 'helvetica';
    font-size: 13px;
    line-height: 42px;
    color: #333;
    display: block;
    padding: 0 6px;
}
.articleTypeSize li.active a,
.articleTypeSize li a:hover {
    background: #f1f1f1;
    border-bottom: 2px solid #333333;
    color: #666666;
}
.btnGrey {
    background: #666666;
    font-family: 'helvetica';
    font-size: 16px;
    font-weight: bold;
    color: white;
    line-height: 30px;
    border: none;
    border-radius: 5px;
}
.addBtnWrap input[type='submit'] {
    padding: 0 15px;
}
.addBtnWrap a {
    font-size: 14px;
    color: #666;
    line-height: 32px;
    margin-left: 9px;
}
.dropDwnArrw {
    background-position: -1px -1081px;
    width: 11px;
    height: 7px;
}
.selectArticleBtn, .selectArticleBtn:hover {
    width: 379px;
    border-radius: 0;
    text-align: left;
    background: #e70 url("../images/sprite.png") 330px -1188px no-repeat;
}

/* Vendor listing page */
.vendors {
    background: #fff;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0;
}

.sortBy {
    width: 860px;
    margin: 0 auto;
    padding-left: 10px;
    color: #999999;
}

.sortBy span, .sortBy a {
    float: left;
}

.sortBy span {
    margin-right: 20px;
}

.sortBy a {
    display: block;
    color: #333333;
    min-height: 24px;
    margin-right: 40px;
}

.sortBy a:last-child {
    border-right: none;
    padding-right: 0;
}

.sortBy i {
    background: url("../images/triangle.png") 0 0 no-repeat;
    display: inline-block;
    width: 9px;
    height: 8px;
    margin-left: 4px;
}

.sortBy a.up i {
    background-position: 0 0;
}
.sortBy a.down i {
    background-position: 0 -11px;
}

.vendorsList {
    background: #f9f9f9;
    padding-top: 58px;
}

.vendorsList ul {
    margin: 0 auto 40px;
    list-style: none;
    width: 858px;
}

.vendorsList li {
    border: 1px solid #e2e2e2;
    border-bottom: 3px solid #e0e0e0;
    display: block;
    min-height: 60px;
    border-bottom: none;
}

.vendorsList ul ul {
    width: auto;
    margin: 20px 0 0 0;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
    position: relative;
}

.vendorsList ul ul li {
    border: none;
    border-left: 1px solid #e2e2e2;
    float: left;
    margin: 0 16px 0 0;
    padding: 2px 0 0 16px;

}

.vendorsList ul ul li:first-child {
    border: none;
}

.vendorsList ul ul li:last-child {
    margin-right: 0;
}

.vendorsList span {
    color: #333333;
}

.biggerFont {
    font-size: 30px;
    line-height: 34px;
}

.bigFont {
    font-size: 20px;
    line-height: 22px;
}

.largeFont {
    font-size: 16px;
    line-height: 22px;
}

.mediumFont {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 6px;
}

.rsIcon {
    background: url("../images/rs-icon.png") 0 0 no-repeat;
    display: inline-block;
    width: 11px;
    height: 13px;
    top: -0.4em;
}

.vendorsList strong {
    font-size: 16px;
    display: block;
    color: #666666;
    margin-top: 6px;
}

.vendorsList .small {
    font-size: 12px;
    line-height: 16px;
    color: #666666;
}

.vendorsList .gray {
    color: #999999;
}

.vendorsList .moveBtn, .vendorsList .moveBtn:hover {
    font-size: 16px;
    padding: 6px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.vendorsList .toggleMenu {
    width: auto;
    margin: -1px -1px 0 -1px;
    padding: 0;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    line-height: 16px;
}

.vendorsList .toggleMenu li {
    min-height: 0;
    margin: 0 0 0;
    padding: 0;
    background: #f2f2f2;
}

.vendorsList .toggleMenu a, .vendorsList .toggleMenu a:hover {
    display: block;
    padding: 10px 14px;
    color: #333333;
    margin-bottom: -1px;
    line-height: 16px;
}

.vendorsList .toggleMenu a.active {
    background: #fff;
}

.vendorsList .toggleMenu li:last-child {
    border-right: 1px solid #e2e2e2;
}

.content {
    background: #fff;
    padding: 20px;
    color: #666666;
    font-size: 12px;
    line-height: 22px;
    border-bottom: 1px solid #e2e2e2;
}

.content p {
    margin-bottom: 8px;
}

.title {
    font-size: 14px;
    font-weight: bold;
}

.vcenter {
    margin-top: 10px;
}

.ratings {
    margin-top: -6px;
}

.star {
    margin-bottom: 6px;
}

.updatedVendorsList .biggerFont {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 6px;
}

.updatedVendorsList .rsIcon {
    top: -0.2em;
    margin-right: 2px;
}

.vendorsTable {
    margin: 0 auto 40px;
}

.identification {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #666;
}

.vendorsTable tr {
    border: 1px solid #eee;
}

.updatedVendorsList {
    padding-top: 10px;
}

.vendorsTable td {
    border-top: none;
}

.vendorsTable th, .vendorsTable td {
    vertical-align: middle;
}

.vendorsTable thead {
    font-size: 12px;
    color: #999;
}

.vendorsTable thead tr {
    border: none;
}

.vendorsTable .btmBorder {
    border-bottom: 3px solid #e0e0e0;
}

.vendorsTable .btmBorder td {
    padding: 0;
}

.vendorsTable tbody {
    background: #fff;
}

.vendorsTable td {
    padding: 20px;
}

.vendorsTable th {
    padding: 12px 20px;
}

.vendorsList .vendorsTable strong {
    margin-top: 0;
}

.vendorsList .vendorsTable .toggleMenu li {
    float: left;
    border: none;
    border-right: 1px solid #e2e2e2;
    font-size: 12px;
    background: #fff;
}

.vendorsList .vendorsTable .toggleMenu li.active {
    position: relative;
    top: 1px;
}

.vendorsTable .ratings {
    margin-top: 0;
}

.vendorsList .vendorsTable .toggleMenu li a {
    padding: 8px 14px;
}

.vendorsList .vendorsTable .moveBtn, .vendorsList .vendorsTable .moveBtn:hover {
    position: static;
    float: right;
    font-size: 14px;
    webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 6px 10px;
}

.vendorsTable .bigFont span {
    color: #666;
}

.vendorsTable .bigFontBold {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
}

.orangeText {
    color: #ee7700;
    font-size: 12px;
}

.gps {
    width: 15px;
    height: 12px;
    display: inline-block;
    background: url("../images/yesnoIcons.png") 0 0 no-repeat;
}

.gps.no {
    background-position: 0 -15px;
}

/* Make Payment page */
.makePaymentWrap {
    width: 865px;
    margin: 0 auto;
}
.makePaymentheading {
    font-family: HelveNueThin;
    font-size: 24px;
    color: #222;
    text-align: center;
    margin-bottom: 60px;
}
.makePaymentForm {
    padding: 10px 20px;
}
.makePaymentWrap .topBox {
    width: 378px;
}
.makePaymentWrap .topBox h4 {
    border-bottom: solid 1px #e2e2e2;
    margin: 0;
    padding: 0 20px 17px;
    font-size: 18px;
}
.makePaymentWrap .roundOr {
    float: left;
    margin-right: 2px;
    background: #dddddd;
    margin-top: 170px;
    width: 42px;
    height: 42px;
    padding: 0;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
}
input[type="password"]:focus{
    border: none;
    box-shadow:none;
}
.makePaymentWrap .arrowIcon {
    margin: 10px auto;
}
input[type="password"]{
    background: url("../images/addMoreTextBoxBG.png") bottom center no-repeat;
    width: 330px;
    border: none;
    box-shadow: none;
    padding-left: 11px;
}
.makePaymentForm input[type="text"], .makePaymentForm input[type="password"] {
    background: url("../images/addMoreTextBoxBG.png") bottom center no-repeat;
    width: 316px;
    border: none;
    box-shadow: none;
    padding-left: 11px;
    margin-bottom: 20px;
}
.makePaymentForm input[type="text"].desabled {
    background: url("../images/addMoreTextBoxDesable.png") bottom center no-repeat;
    color: #bbbbbb
}
input[type="text"].phoneBG {
    background: url("../images/addMoreTextBoxBGSmallest.png") bottom center no-repeat;
    width: 195px;
}
.makePayHeading h2 {
    margin-bottom: 0;
}
.makePayHeading span{
    font-size: 18px;
    color: #999;
    margin-bottom: 25px;
    display: block;
}
.submitBtn {
    text-align: center;
    margin-top: 20px;
}
.organisationInfo ul li ul.addNewAddress li{
    padding: 0;
}
.organisationInfo .contactDetails {
    width: 100%;
}
.linkButtons a{
    color: #333333;
    font-size: 14px;
    margin-right: 10px;
}
ul.addNewAddress li label{
    float: left;
    width: 70px;
    margin-top: 10px;
}
ul.addNewAddress li input[type="text"]{
    margin: 0;
    padding:0 0 0 10px;
    background: url("../images/inputBigBg.png") bottom center no-repeat;
    width: 317px;
}
.checkboxBranch{
    margin-right: 30px;
}
.addAddress input[type="text"]{
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.centerdButtons{
    padding: 30px;
    text-align: center;
    position: relative;
}
.centerdButtons a{
    font-size: 14px;
    color: #333;
    margin-right: 30px;
}
/* Order Summary page */
.grayContainer {
    background: #f9f9f9;
    padding-top: 58px;
    border-top: 1px solid #e2e2e2;
}

.box {
    border: 1px solid #e2e2e2;
    text-align: center;
    margin-bottom: 18px;
}

.box .mediumFont {
    margin-bottom: 18px;
    color: #333333;
}

.contactInfo {
    background: url("../images/circle-design.png") left bottom repeat-x #ffffff;
    color: #666666;
    font-size: 18px;
    line-height: 20px;
    padding: 26px 0 52px 0;
}

.contactInfo a, .contactInfo span {
    display: inline-block;

}

.contactInfo i {
    background: url("../images/small-icons.png") 0 0 no-repeat;
    display: inline-block;
    width: 18px;
    height: 20px;
    margin-right: 3px;
}

.contactInfo a, .contactInfo span {
    color: #666666;
    text-decoration: none;
    margin-right: 56px;
}

.contactInfo .user i {
    background-position: 0 5px;
}

.contactInfo .email i {
    background-position: 0 -29px;
    margin-right: 5px;
}

.contactInfo .phone i {
    background-position: 0 -66px;
    position: relative;
    top: 3px;
    left: 5px;
}

.movementDetails {
    padding-top: 40px;
    background: #fafafa;
}

.heading {
    font-size: 36px;
    line-height: 40px;
    font-weight: normal;
    color: #666;
}

.detailsWrapper {
    margin: 20px 0 50px;
    text-align: left;
    line-height: 22px;
    position: relative;
}

.details {
    width:  378px;
    border: 1px solid #e2e2e2;
    color: #666;
    float: left;
    margin-left: 50px;
    background: #fffdf5;
    min-height: 248px;
}

.details:first-child {
    margin-right: 30px;
}

.details .largeFont {
    font-weight: bold;
    padding: 14px 20px;
    background: #fff;
}

.data {
    border-top: 1px solid #e2e2e2;
    padding: 14px 16px;
}

.data span {
    display: block;
    font-weight: bold;
    margin-top: 4px;
}

.data span:first-child {
    margin-top: 0;
}

.data i {
    background: url("../images/small-icons.png") 0 0 no-repeat;
    display: inline-block;
    width: 15px;
    height: 13px;
    margin-right: 10px;
}

.data i.check {
    background-position: 0 -99px;
}

.data i.uncheck {
    background-position: 0 -127px;
}

.pointerIcon {
    background: url("../images/small-icons.png") 11px -147px no-repeat #dddddd;
    width: 42px;
    height: 42px;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    left: 48%;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.whiteContainer {
    background: #ffffff;
    border: 1px solid #e2e2e2;
    padding: 24px 0 0;
    margin-bottom: 60px;
}


.premium {
    padding: 0 30px;
    margin-bottom: 26px;
}

.whiteContainer .mediumFont {
    margin-bottom: 2px;
}

.whiteContainer .muted {
    margin-bottom: 34px;
}

.mediumTitle {
    font-size: 16px;
    line-height: 18px;
    color: #666;
}

.mediumTitle strong {
    font-size: 14px;
}

.orangeLink {
    color: #ee7700;
    text-decoration: underline;
}

.orangeLink:hover {
    color: #666;
    text-decoration: underline;
}

.whiteContainer .mediumTitle {
    margin-bottom: 24px;
}

.whiteContainer .inputCustom {
    float: none;
    margin: 20px 0;
}
.inputCustom  .customCheckBox {
    margin-left: 8px;
    padding-top: 3px;
    padding-left: 25px;
}

.mediumField input[type="text"] {
    width: 160px;
    background: url("../images/fieldBg.jpg") bottom center no-repeat;
    font-size: 22px;
    line-height: 24px;
    margin-right: 8px;
    padding-left: 30px;
    color: #666;
}

.mediumField .btnGrey {
    padding: 1px 12px;
    font-size: 14px;
}

.mediumField {
    position: relative;
    float: left;
}

.mediumField .rsIcon {
    position: absolute;
    top: 9px;
    left: 16px;
}

.rightData {
    margin: 12px 24px 0 0;
    float: right;
}

.rightData .title {
    font-size: 22px;
    line-height: 24px;
    color: #666;
}

.yellowBox {
    background: url("../images/zigzag.jpg") 0 0 repeat-x #fffdf5;
    padding: 30px 30px 0;
}

.yellowBox .mediumFont {
    margin-bottom: 24px;
}

.inlineContent {
    padding-bottom: 20px;
}

.inlineContent span {
    color: #999;
}

.inlineContent .wrap {
    float: left;
    margin-right: 60px;
}

.wrap .largeFont {
    color: #666;
    font-weight: bold;
}

.inlineContent .biggerFont {
    float: right;
    color: #666;
    font-size: 22px;
    line-height: 24px;
    margin-right: 24px;
}

.inlineContent .rsIcon {
    top: -0.2em;
    left: -0.1em;
}

.btnGrey:hover {
    background: #555;
}

.total {
    padding: 22px 28px 18px 28px;
    color: #333;
    border-top: 1px solid #e2e2e2;
    background: #fff;
}

.total .largeFont {
    float: left;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
}

.total .biggerFont {
    float: right;
    font-size: 24px;
    line-height: 26px;
    margin: -6px 25px 0 0;
}

.total .rsIcon {
    top: -0.2em;
    left: -0.1em;
}

.btmContainer {
    border-top: 1px solid #e2e2e2;
    padding: 30px 0;
    -webkit-box-shadow: 0 -1px 0 #fff;
    -moz-box-shadow: 0 -1px 0 #fff;
    box-shadow: 0 -1px 0 #fff;
}

.btmContainer .moveBtn {
    margin: 0 auto;
    border: none;
    display: block;
}

.articles {
    text-align: left;
}

.articles .total {
    border-top: none;
    padding: 18px 24px 16px 28px
}

.articles .total .mediumFont {
    margin-bottom: 0;
    float: left;
}

.toggle {
    float: right;
    background: url("../images/small-icons.png") 3px -273px no-repeat;
    display: block;
    width: 15px;
    height: 15px;
    padding: 3px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.toggle.active {
    background-position: 3px -246px;
}

.listing {
    padding: 22px 30px;
    color: #333;
    list-style: none;
    border-top: 1px solid #e2e2e2;
}

.listing li {
    float: left;
    padding: 0 0 0 22px;
    margin: 0 22px 0 0;
    border-left: 1px solid #e5e5e5;
}

.listing li:first-child {
    border: none;
    padding: 0;
}

.listing li:last-child {
    margin: 0;
}

.listing ul {
    margin: 12px 0 0;
    width: 262px;
    color: #666666;
    min-height: 188px;
}

.listing ul li {
    padding: 0 0 0 14px;
    margin: 0 0 4px 0;
    border: none;
    float: none;
    background: url("../images/square.jpg") 0 5px no-repeat;
}

.listing ul li:first-child {
    padding: 0 0 0 14px;
}

.listing ul li:last-child {
    margin: 0 0 10px 0;
}

.listing ul li div {
    float: left;
    width: 208px;
    font-size: 12px;
    line-height: 16px;
}
.listing ul li span {
    float: right;
    font-weight: bold;
    color: #333;
    width: 34px;
    text-align: center;
}

.listing ul li {
    *zoom: 1;
}
.listing ul li:before,
.listing ul li:after {
    display: table;
    content: "";
    line-height: 0;
}
.listing ul li:after {
    clear: both;
}

.txt {
    float: left;
    font-weight: bold;
}

.qty {
    float: right;
    font-weight: bold;
}

.grayContainer form {
    margin: 0;
}

/*sign-in-css*/
/*sign-in-Form-css*/
.innerBanner {
    background: #ededed url("../images/innerBanner.jpg") center center no-repeat;
}
.innerBannerHeight {
    height: 70px;
}
.staticHeader h3 {
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    color: #222;
    border-left: 1px solid #e5e5e5;
    padding: 14px 20px;
    margin: 0 0 0 30px;
    float: left;
}
.innerGrayPage{
    background: #ededed;
}
.signInForm{
    background: #ffffff;
    padding: 60px 40px;
    margin: 0 auto 160px;
    width: 290px;
    overflow: hidden;
    box-shadow: 0px 8px 16px -2px #cccccc;
}
.signInForm ul{
    margin-top: 40px;
}
.signInForm ul li.user-icon{
    background: url("../images/small-icons.png") 4px -355px no-repeat;
    display: block;
    height: 36px;
    padding-left: 20px;
}
.signInForm ul li.password-icon{
    background: url("../images/small-icons.png") 4px -307px no-repeat;
    display: block;
    height: 51px;
    padding-left: 20px;
}
.signInForm h4{
    margin: 0;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
}
.signInForm .signInBtn{
    background: #88bb33;
    display: block;
    color: #ffffff;
    padding:6px 15px;
    float: left;
    border-radius: 5px;
}
.signInForm .signInBtn:hover{
    background: #9ccb4a
}
.signInForm .forgotPassword{
    margin: 10px;
    display: block;
    float: left;
    color: #ee7700;
    font-size: 12px;
}
.signInForm .forgotPassword:hover{
    color: #000000;
}
.inputCustom {
    margin: 0 0 10px 0;
    float: left;
    position: relative;
}
.inputCustomMrgn {
    margin-right: 15px;
}

/* Inter City Page */
.innerBanner {
    background: #ededed url("../images/innerBanner.jpg") center center no-repeat;
}
.innerBannerHeight {
    height: 70px;
}
.innerBreadcrum {
    margin: -35px auto 25px;
}
.threeStep .innerBreadcrum {
    width: 440px;
}
.fourStep .innerBreadcrum {
    width: 600px;
}
.innerBreadcrum li {
    width: 125px;
}
.innerBreadcrum li .modeBg {
    background-position: 0 -185px;
    width: 55px;
    height: 66px;
}
.innerBreadcrum li.activePage .modeBg {
    background-position: 0 -109px;
}
.innerBreadcrum li.activePage p {
    color: #222;
}
.innerBreadcrum li i {
    margin: 17px auto;
}
.threeStep .breadCrumBorderInner, .threeStep .makePaymentPage .breadCrumOrangeBorder {
    width: 360px;
}
.iconOriginSmall {
    background-position: -48px -868px;
    height: 33px;
    width: 30px;
}
.iconArticleSmall {
    background-position: 0 -860px;
    height: 27px;
    width: 30px;
}
.iconMoverSmall {
    background-position: -48px -830px;
    height: 28px;
    width: 34px;
}
.iconPaymentSmall {
    background-position: 0 -830px;
    height: 33px;
    width: 33px;
}
.iconContactSmall {
    background-position: -55px -1225px;
    height: 33px;
    width: 33px;
}
.selectDate {
    margin-top: 35px;
    text-align: center
}
.selectDate h2 {
    font-family:"HelveNueThin",Helvetica, Arial, sans-serif;
    font-size: 30px;
    color: #999;
    text-align: center;
    margin-bottom: 0px;
}
.selectDate.makePayHeading h2{
    color: #222
}
.footerInner {
    margin-top: 0;
    height: 90px;
    padding-bottom: 0;
}
.footerInner .copyright {
    margin-top: 37px;
}
.selectDate input {
    border: none;
    box-shadow: none;
    margin-right: 10px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 44px;
    color: #333;
    height: 30px;
    background: none;
    width: 190px;
    margin: -17px 0 0 0;
    padding: 7px 10px;
    cursor: pointer;
}
#datepicker::-webkit-input-placeholder{ /* WebKit browsers */
    color: #333 !important;
}
#datepicker::-webkit-input { /* WebKit browsers */
    padding-bottom: 5px;
}
.selectDate p {
    text-align: center;
}
.ui-datepicker-trigger {
    cursor: pointer;
    margin-top: -20px;
}
.ui-datepicker-trigger:hover {
    background: url("../images/sprite.png") -1px -1036px no-repeat;
    height: 29px;
    width: 24px;
}
#ui-datepicker-div {
    /*top: 368px !important;*/
    /*left: 935px !important;*/
    width: 200px;
    height: 201px;
    background: #fff;
    border: solid 1px #ddd;
    padding: 10px 10px 0;
}
.ui-datepicker .ui-datepicker-header {
    background: #fff;
    border-bottom: solid 1px #ddd;
    border: none;
    padding: 5px 0 10px;
}
.ui-datepicker th {
    font-family: Helvetica;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    padding: 0;
}
.ui-datepicker td span, .ui-datepicker td a {
    padding: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none;
    border: none;
    font-size: 13px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    background: none !important;
    border: none !important;
}
.ui-datepicker td span, .ui-datepicker td a{
    padding: 0.1em !important;
}
.ui-datepicker td a:hover{
    color: #e70;
    text-decoration: underline;
}
.ui-datepicker .ui-datepicker-title {
    font-family: Helvetica;
    font-size: 16px;
    color: #333;
    margin: 0;
    line-height: 1.8em;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: none;
    border: none;

}
.ui-widget-header .ui-datepicker-prev-hover .ui-icon.ui-icon-circle-triangle-w:hover,
.ui-widget-header .ui-icon.ui-icon-circle-triangle-w {
    background: url("../images/sprite.png") -50px -990px no-repeat;
    cursor: pointer;
}

.ui-widget-header .ui-icon.ui-icon-circle-triangle-e:hover,
.ui-widget-header .ui-icon.ui-icon-circle-triangle-e {
    background: url("../images/sprite.png") -75px -990px no-repeat;
    cursor: pointer;
}
/* Inetrcity Psage 14/06 */
.moveBgInner {
    background: #f9f9f9;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 50px 0 60px;
}
.selectCityOuter {
    margin: 0 auto 30px;
    text-align: left;
    width: 700px;
}
.selectCityOuter .roundOr {
    float: left;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    background-color: #ddd;
    padding: 7px;
}
.arrowIcon {
    background-position: -2px -1200px;
    height: 20px;
    width: 20px;
    display: block;
    margin: 5px auto;
}
.checkbox {
    font-family: Helvetica;
    font-size: 12px;
    color: #999;
}
.checkbox input[type="checkbox"] {
    margin-top: 0;
}
.typeOfPropertyWrap {
    width: 790px;
    margin: 0 auto;
}
.topBox{
    background: #fff;
    border: solid 1px #e2e2e2;
    padding: 20px 0 8px;
    /*box-sizing: border-box;*/
}
.topBox h4 {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    margin: 0 20px 17px;
}
.topSelectOuter {
    border-bottom: solid 1px #e2e2e2;
    padding: 0 20px 20px;
}
.topButtonOuter {
    float: left;
    border: solid 1px #ccc;
}
.topButton {
    padding: 10px 14px;
    display: inline-block;
}
.topButtonOuter .radio {
    padding: 10px 14px;
    border-left: solid 1px #ccc;
    font-family: Helvetica;
    font-size: 16px;
    color: #c7c8c8;
    background-color: #eee;
    float: left;
    margin-bottom: 0;
    border-bottom: solid 2px #eee;
}
.currentRadio .radio.checked, .topButtonOuter .radio.checked {
    color: #e70;
    background: #fff;
    border-bottom: solid 2px #e3e3e3;
}
.topButtonOuter .radio:first-child {
    border-left: none;
}
.topForm {
    margin-bottom: 0;
}
.topForm input[type="text"] {
    width: 60px;
    height: 20px;
    border: 1px solid #cccccc;
    background: #ffffff;
    box-shadow: none;
    transition: none;
    font-family: Helvetica;
    font-size: 14px;
    color: #333;
    border-radius: 0;
    float: right
}
.topButtonOuter .radio input[type="radio"] {
    opacity: 0;
    filter: alpha(opacity=0);
}
.selectListWrap {
    position: relative;
    float: right;
    margin: 8px 0 0 0;
}
select.selectList {
    position: relative;
    width: 95px;
    height: 30px;
    line-height: 34px;
    font-family: Helvetica;
    font-size: 12px;
    color: #333;
    z-index: 10;
    margin-bottom: 0;
}
span.floorList {
    position: absolute;
    padding-left: 0;
    padding-right: 25px;
    left: 0;
    bottom: 0;
    width: 67px;
    height: 25px;
    background-color: #fff;
    border: solid 1px #ccc;
    line-height: 25px;
    text-indent: 10px;
    cursor: default;
    background: url("../images/sprite.png") 77px -1069px transparent no-repeat;
    z-index: 1;
    color: #333;
    font-size: 12px;
}
.topText {
    float: left;
    font-family: Helvetica;
    font-size: 14px;
    color: #666;
    margin-top: 11px;
}
.topList .topButtonOuter {
    float: right;
    margin-left: 10px;
}
.topList li {
    padding: 11px 20px;
}
.topList li.even {
    background: #f3f3f3;
}
.processOuter {
    padding: 30px 0;
    text-align: center;
}
.inputCustomInner {
    width: 305px;
    float: left;
}
.inputCustomTpMrgn {
    margin-top: 25px;
}
.selectArticlePage .breadCrumOrangeBorder {
    border-top: 4px solid #ee7700;
    width: 165px;
    margin: -4px 0 0 290px;
}
.breadCrumOrangeBorder {
    width:430px;
    border-top: 4px solid #ee7700;
    margin: -4px auto 0;
}
/* select article*/

.selectArticleHeading, .selectedArticleHeading{
    background: url("../images/small-icons.png") right -1088px no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.subNavigation {
    border-bottom: 1px solid #e2e2e2;
}
.articlePage {
    box-shadow: none;
}
.iconBack {
    background-position: -15px -1080px;
    width: 10px;
    height: 15px;
}
.backLink {
    font-family: "helvetica neue";
    font-size: 14px;
    color: #666;
    float: left;
    margin-top: -40px;
}
.backLink i {
    float: left;
    margin: 1px 9px 0 0;
}
.backLink:hover {
    color: #666;
}
.innerBreadcrum li.doneProcess .modeBg {
    background-position: 0 -911px;
}
.innerBreadcrum li.doneProcess i.iconOriginSmall {
    background-position: -59px -920px;
}
.innerBreadcrum li.doneProcess {
    color: #999999
}
.subNavWrap ul {
    list-style: none;
    margin: 0;
}
.subNavWrap ul li {
    float: left;
}
.subNavWrap ul li a {
    display: block;
    padding-bottom: 10px;
}
.subNavWrap ul li p {
    font-family: 'helvetica';
    font-size: 20px;
    color: #999;
    border-left: 1px solid #dbdbdb;
    height: 60px;
    width: 187px;
    text-align: center;
}
.subNavWrap ul li p span {
    line-height: 60px;
}
.subNavWrap ul li:first-child p {
    border-left: none;
}
.subNavWrap ul li p span.firstSpan {
    font-size: 30px;
    color: #666;
}
.subNavWrap ul li:hover > a,
.subNavWrap ul li.active > a {
    border-bottom: 3px solid #ee7700;
    outline: none;
    outline-style: none;
    text-decoration: none;
}
.subNavWrap ul li:hover > a p,
.subNavWrap ul li.active > a p {
    color: #333333;
}
.subNavWrap ul li:hover > a p span.firstSpan,
.subNavWrap ul li.active > a p span.firstSpan {
    color: #ee7700;
}

.articlesWrapper {
    background-color: #f9f9f9;
    padding: 40px 0 60px 0;
    border-bottom: 1px solid #e2e2e2;
    box-shadow: 0 1px 0 0 #f9f9f9;
}
.wrapperInfo p {
    font-family: 'helvenuethin',helvetica,arial,"sans serif";
    font-size: 20px;
    line-height: 24px;
    color: #222222;
    margin-left: 20px;
    margin-bottom: 17px;
}
.wrapperInfo ul {
    list-style: square;
    margin-left: 20px;
    margin-bottom: 24px;
}
.wrapperInfo ul li {
    font-family: 'helvetica';
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    margin-bottom: 16px;
}
.roomSections {
    list-style: none;
    margin-top: 14px;
}
.roomSections li {
    margin-top: 25px;
    position: relative;
}
.roomSections li.active a, .roomSections li a:hover{
    border-bottom: solid 1px #ee7700;
}
.roomSections li:first-child {
    margin-top: 0;
}
.roomSections li a {
    font-family: 'helvetica neue',arial,"sans serif";
    font-size: 14px;
    line-height: 18px;
    color: #999;
    padding-bottom: 10px;
    clear: both;
    display: inline-block;
    width: 140px;
    border-bottom: solid 1px transparent;
}
.roomSections li a i {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    height: 20px;
}
.roomSections li a:hover,
.roomSections li.active a {
    color: #333;
}
.iconLivingRoom {
    background-position: -30px -1080px;
    width: 18px;
    height: 14px;
}
.roomSections li.active a > .iconLivingRoom,
.roomSections li a:hover > .iconLivingRoom {
    background-position: -50px -1080px;
}

.iconDining {
    background-position: -71px -1080px;
    width: 17px;
    /*height: 18px;*/
}
.roomSections li.active a > .iconDining,
.roomSections li a:hover > .iconDining {
    background-position: 0 -1100px;
}

.iconCenterRoom {
    background-position: -25px -1100px;
    width: 16px;
    /*height: 12px;*/
}
.roomSections li.active a > .iconCenterRoom,
.roomSections li a:hover > .iconCenterRoom {
    background-position: -45px -1100px;
}

.iconBedroom {
    background-position: -66px -1100px;
    width: 18px;
    /*height: 14px;*/
}
.roomSections li.active a > .iconBedroom,
.roomSections li a:hover > .iconBedroom {
    background-position: 0 -1125px;
}

.iconKitchen {
    background-position: -25px -1125px;
    width: 18px;
    /*height: 14px;*/
}
.roomSections li.active a > .iconKitchen,
.roomSections li a:hover > .iconKitchen {
    background-position: -45px -1125px;
}

.iconBathroom {
    background-position: -70px -1125px;
    width: 18px;
    /*height: 14px;*/
}
.roomSections li.active a > .iconBathroom,
.roomSections li a:hover > .iconBathroom {
    background-position: 0 -1145px;
}

.iconLobby {
    background-position: -58px -1145px;
    width: 14px;
    /*height: 13px;*/
}
.roomSections li.active a > .iconLobby,
.roomSections li a:hover > .iconLobby {
    background-position: -74px -1145px;
}

.iconMisc {
    background-position: -20px -1145px;
    width: 14px;
    /*height: 10px;*/
}

.iconStoreroom {
    background-position: 0px -1264px;
    width: 14px;
    /*height: 10px;*/
}
.roomSections li.active a > .iconStoreroom,
.roomSections li a:hover > .iconStoreroom {
    background-position: -15px -1264px;
    width: 14px;
    /*height: 10px;*/
}

.iconCarbike{
    background-position: -35px -1264px;
    width: 25px;
    margin-right: 0px !important;
}
.roomSections li.active a > .iconCarbike,
.roomSections li a:hover > .iconCarbike{
    background-position: -35px -1288px;
    width: 25px;
    margin-right: 0px !important;
}
.delicate{
    background: url("../images/small-icons.png") -2px -1215px no-repeat;
    display: inline-block;
    width: 16px;
    height: 21px;
    margin-left: 5px;
}
.delicate:hover{
    background-position: -2px -1247px;
}
.roomSections i.delicate{
    position: absolute;
    top: 3px;
    left: -25px;
}
.roomSections li.active a > .iconMisc,
.roomSections li a:hover > .iconMisc {
    background-position: -40px -1145px;
}
.articleDetails {
    border: 1px solid #e2e2e2;
    text-align: center;

}
.sectionsItem {
    list-style: none;
    text-align: left;
    overflow: auto;
    height: 290px;
}
.sectionsItem li {
    padding: 15px 20px;
    font-family: 'helvetica', arial, "sans serif";
    font-size: 15px;
    line-height: 18px;
    color: #333;
    background: white;
}
.sectionsItem li .customCheckBox {
    float: right;
    position: relative;
    margin-top: 5px;
}
.customCheckBox {
    float: left;
    position: relative;
    margin-top: 5px;
}
.checkboxCheck {
    background: url("../images/customSelectbox.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.inputCustom .checkboxCheck {
    /*left: -4px;*/
    /*top: -3px;*/
    left: 0px;
    top: 2px;
}
.checkedCheck {
    background-position: -23px 0;
}
.sectionsItem li label.customCheckBox input[type='checkbox'], label.customCheckBox input[type='checkbox'] {
    position: relative;
    opacity: 0;
    filter: alpha(opacity = 0);
    outline: none;
    outline-style: none;
    border: none;
    z-index: 2;
    width: 20px;
    height: 20px;
}
.sectionsItem li span {
    float: left;
}
.iconCross {
    background-position: -20px -1165px;
    width: 13px;
    height: 13px;
}
.listBox {
    float: right;
}
.addListWrap {
    position: relative;
    float: left;
}
select.itemList {
    position: relative;
    width: 48px;
    height: 20px;
    font-family: 'helvetica';
    border-radius: 0;
    margin:5px 0 0 0;
}
span.addList {
    position: absolute;
    padding-left: 0;
    padding-right: 19px;
    left: 0;
    bottom: 0;
    width: 29px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #cccccc;
    line-height: 18px;
    text-indent: 10px;
    cursor: default;
    background: url("../images/sprite.png") -46px -1166px transparent no-repeat;
    background-color: white;
    z-index: 1;
    color: #333;
    font-size: 14px;
}
.selectedOnes{
    overflow: auto;
    height: 300px;
}
.selectedOnes .iconCross {
    float: left;
    margin: 10px 0 0 15px;
}
.selectedOnes li {
    padding: 8px 20px;
    line-height: 32px;
    background: #f9f9f9;
    color: #ccc;
}
.articleDetails li.selectedLiEven {
    background: #f9f9f9;
}
.selectedOnes li.selectedLiEven {
    background: #f4f4f4;
}
.iconAddExtra {
    background-position: 0 -1163px;
    width: 17px;
    height: 19px;
}
.notInListWrap a {
    text-decoration: none;
    font-family: helvetica;
    font-size: 16px;
    color: #ee7700;
}
.notInListWrap a i.iconAddExtra {
    float: left;
    margin-right: 10px;
}
.addFormWrap {
    margin-top: 9px;
    border: 1px solid #dddddd;
    padding: 20px 18px;
}
.inputWrapAdd input[type='text'] {
    width: 326px;
    background: url("../images/addMoreTextBoxBG.png") bottom center no-repeat;
    border: none;
    box-shadow: none;
    font-size: 14px;
    color: #aaa;
    font-family: Helvetica, Arial, sans-serif;
    padding: 10px;
}
.articleSize {
    margin-top: 16px;
}
.articleSize label {
    font-family: "helvetica neue";
    font-size: 14px;
    color: #666666;
    line-height: 18px;
}
.articleTypeSize {
    list-style: none;
    margin-top: 8px;
    border: 1px solid #cccccc;
    margin-bottom: 14px;
}
.articleTypeSize li {
    float: left;
    width: 84px;
    height: 43px;
    text-align: center;
    border-left: 1px solid #cccccc;
}
.articleTypeSize li:first-child {
    border-left: none;
}
.articleTypeSize li a {
    font-family: 'helvetica';
    font-size: 13px;
    line-height: 42px;
    color: #333;
    display: block;
    padding: 0 6px;
}
.articleTypeSize li.active a,
.articleTypeSize li a:hover {
    background: #f1f1f1;
    border-bottom: 2px solid #333333;
    color: #666666;
}
.btnGrey {
    background: #666666;
    font-family: 'helvetica';
    font-size: 16px;
    font-weight: bold;
    color: white;
    line-height: 30px;
    border: none;
    border-radius: 5px;
}
.addBtnWrap input[type='submit'] {
    padding: 0 15px;
}
.addBtnWrap a {
    font-size: 14px;
    color: #666;
    line-height: 32px;
    margin-left: 9px;
}
.dropDwnArrw {
    background-position: -1px -1081px;
    width: 11px;
    height: 7px;
}
.selectArticleBtn, .selectArticleBtn:hover {
    width: 379px;
    border-radius: 0;
    text-align: left;
    background: #e70 url("../images/sprite.png") 330px -1188px no-repeat;
}
.sectionsItem li .selectBoxDropList{
    width: 80px;
    float: right;
}
.sectionsItem li .selectBoxDropList .customCheckBox{
    float: left;
}
/*sign-in-css*/
/*sign-in-Form-css*/
.innerBanner {
    background: #ededed url("../images/innerBanner.jpg") center center no-repeat;
}
.innerBannerHeight {
    height: 50px;
}
.staticHeader h3 {
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    color: #222;
    border-left: 1px solid #e5e5e5;
    padding: 14px 20px;
    margin: 0 0 0 30px;
    float: left;
}
.innerGrayPage{
    background: #ededed;
}
.signInForm{
    background: #ffffff;
    padding: 60px 40px;
    margin: 60px auto;
    width: 290px;
    overflow: hidden;
    box-shadow: 0px 8px 16px -2px #cccccc;
}
.signInForm ul li .placeholderWrap{
    left: 11px;
}
.signInForm ul{
    margin-top: 40px;
}
.signInForm ul li.user-icon{
    background: url("../images/small-icons.png") 4px -355px no-repeat;
    display: block;
    height: 36px;
    padding-left: 20px;
}
.signInForm ul li.password-icon{
    background: url("../images/small-icons.png") 4px -307px no-repeat;
    display: block;
    height: 51px;
    padding-left: 20px;
}
.signInForm h4{
    margin: 0;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
}
.signInForm .signInBtn{
    background: #88bb33;
    display: block;
    color: #ffffff;
    padding:6px 15px;
    float: left;
    border-radius: 5px;
}
.signInForm .signInBtn:hover{
    background: #9ccb4a
}
.signInForm .forgotPassword{
    margin: 10px;
    display: block;
    float: left;
    color: #ee7700;
    font-size: 12px;
}
.signInForm .forgotPassword:hover{
    color: #000000;
}
.inputCustom {
    margin: 0 0 10px 0;
    float: left;
    position: relative;
}
.inputCustomMrgn {
    margin-right: 15px;
}
.inputCustom input.companyInfo {
    background: url("../images/fieldBg.jpg") 1px bottom no-repeat;
    width: 175px;
    margin-left: 10px;
}
.inputCustom textarea.companyInfo {
    height: 70px;
    margin-left: 10px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    resize: none;
    background: url("../images/fieldBg.jpg") 1px bottom no-repeat;
}
.signInForm input[type="password"], .signInForm input[type="text"] {
    width: 270px;
    background: url("../images/inputMediaumBg.png") 1px bottom no-repeat;
    border: none;
    box-shadow: none;
    font-size: 14px;
    position: relative;
    z-index: 2;
    color: #aaa;
    font-family: Helvetica, Arial, sans-serif;
    padding: 10px 10px 5px;
}
/*page-not-found-css*/
.fourZeroFour{
    color: #aaaaaa;
    color: #aaaaaa;
    font-size: 65px;
    float: left;
    margin-top: 25px;
    position: relative;
}
.fourZeroFourError span.error{
    float: left;
    line-height: 30px;
    margin-top: -40px;
    display: block;
    margin-left: 130px;
}
.fourZeroFourError{
    color: #333333;
    font-size: 24px;
    width: 370px;
    margin: 50px auto;
    overflow: hidden;
}
.fourZeroFourError .moveBtn{
    margin-top: 50px;
    display: block;
    float: left;
    margin:50px 0 80px 50px;
}
.fiveZeroZeroPage{
    width: 500px;
}
.pageNotFoundBanner{
    text-align: center;
    width: 100%;
}
/*vehicle-move*/
.selectMoveVehicleCity{
    width: 710px;
    margin: 0 auto;
}
.selectMoveVehicleCity .originCity{
    float: left;
    background: url("../images/inputBg.png") bottom left no-repeat;
    width: 289px;
    margin-top: 8px;
    padding: 5px 7px;
}
.selectMoveVehicleCity .destinationCity{
    float: left;
    background: url("../images/inputBg.png") bottom left no-repeat;
    width: 289px;
    margin-top: 8px;
    padding: 5px 7px;
}
.selectMoveVehicleCity .roundOr{
    margin: 0 15px;
}

/*select-vehicle*/
.selectVehicle{
    border-top: 1px solid #e2e2e2
}
.addVehicleDetails{
    position: relative;
}
.vehicleTypes .selectList{
    width: 180px;
    background: #ffffff
}
.vehicleTypes span.floorList{
    width: 147px;
    background:#ffffff url("../images/small-icons.png") right -582px no-repeat;
}
.vehicleTypes select.selectList{
    width: 175px;
}
.addVehicleBtn{
    margin-top: 15px;
}
.vehicleDetailsWrap, .vehicleListTable{
    width: 700px;
    margin: 0 auto;
}
.vehicleListTable{
    margin-top: 30px;
    float: left;
}
.vehicleListTable thead tr th:last-child{
    border-right: 1px solid #e2e2e2
}
.vehicleListTable thead tr th:first-child{
    border-left: 1px solid #e2e2e2
}
.vehicleListTable thead tr th{
    background: #ffffff;
}
.vehicleListTable th, .vehicleListTable td{
    padding: 12px 30px;
}
.vehicleListTable td span{
    color: #000000;
}
.vehicleListTable td a.delete{
    background: url("../images/small-icons.png") 0 -744px no-repeat;
}

/*forgot-password*/
.forgotPasswordInst{
    color: #aaaaaa;
    font-size: 12px;
    padding: 0 15px 30px 20px;
    float: left;
}
.signInForm  ul li.sendBtn{
    margin-left: 20px;
}
.mail-icon{
    background: url("../images/small-icons.png") 0px -807px no-repeat;
    display: block;
    height: 36px;
    padding-left: 20px;
}
.mail-icon .inputCustom{
    margin-bottom: 5px
}

/*error-messages*/
.successWrap{
    font-size: 14px;
    padding: 12px 0;
    color:#699c14;
    background: #e7fcdb;
    border-bottom: solid 1px #dddddd;
    position: absolute;
    top:46px;
    width: 100%;
}
.successMessage, .failMessage{
    text-align: center
}
.successMessage i{
    background: url("../images/small-icons.png") 0px -856px no-repeat;
    padding: 0 10px 2px 10px;
    height: 20px;
    width: 20px;
}

.failWrap{
    font-size: 14px;
    padding: 12px 0;
    color:#e90000;
    background: #ffc5c4;
    border-bottom: solid 1px #dddddd;
    position: absolute;
    top:46px;
    width: 100%;
}
.failMessage i{
    background: url("../images/small-icons.png") 0px -886px no-repeat;
    padding: 0 10px 2px 10px;
    height: 20px;
    width: 20px;
}
.failBtn{
    padding: 6px 15px;
}
.successBtn,.successBtn:hover, .failBtn, .failBtn:hover{
    float: left;
    border: none;
    border-radius: 5px;
    margin: 20px;
}
.messagesWhiteContainer{
    background: #ffffff;
    padding: 30px;
}

/*vendor-dashboard-css*/
.vendorDashboardTabs{
    padding-top: 20px;
}
.vendorDashboardTabs ul li:hover > a p span.firstSpan, .vendorDashboardTabs ul li.active > a p span.firstSpan{
    font-size: 20px;
    color: #333333;
}
.vendorDashboardTabs ul li p{
    border-left: none;
}
.vendorDashboardTabs ul li a{
    padding-bottom: 0
}
.vendorDashboardTabs ul li p span.firstSpan{
    font-size: 20px;
}
.vendorDashboardTab{
    border: solid 1px #e2e2e2;
    padding: 20px;
    overflow: hidden;
}
.analyticsFrom{
    float: left;
    width: 115px;
    margin-right: 50px;
}
.analyticsFrom .selectFrom .dateInput, .selectedFrom .dateInput{
    background: url("../images/dateInputBg.png") 0 35px no-repeat;
    width: 117px;
    height: 52px;
    margin-bottom:5px;
}
.analyticsFrom .selectFrom .dateInput input, .selectedFrom input{
    width: 102px;
}
.selectDate input.datepicker {
    background: url("../images/calendar.png") right 5px no-repeat;
    padding-right: 25px;
    margin-top: 15px;
}
.selectFrom input.datepicker,.selectedFrom input.datepicker{
    background-position:95px 2px ;
    cursor: pointer;
    padding:5px 8px 0 7px;
}
.totalJobsNRevenue{
    width: 690px;
    float: left;
    padding-top: 20px;
}
.totalJobs{
    float: left;
    border-right:solid 1px #e2e2e2;
    padding:0px 25px 25px 0;
}
.totalJobs h3, .totalRevenue h3{
    color: #ee7700;
    font-size: 24px;
    padding-top: 10px;
}
.totalJobs span, .totalRevenue span{
    color: #333333;
    font-size: 18px;
    padding-top: 15px;
    font-weight: normal;
    display: block;
}
.totalRevenue{
    float: left;
    padding-left: 25px
}
.analyticsResult{
    border: solid 1px #e2e2e2;
    padding:0 20px;
    overflow: hidden;
    border-top: none;
    background: #ffffff
}
.analyticsSelectedDate{
    width: 318px;
    float: left;
    border-right: solid 1px #cccccc;
    padding: 20px 0;
}
.selectedFrom{
    width: 260px;
}
.selectedFrom .dateInput{
    float: left;
}
.selectedFrom .dateInput2{
    float: right;
}
.circularGraph{
    width: 280px;
}
.chartGraph{
    border: none;
    padding: 20px;
}
.chartGraph .chart{
    width: 565px;
    height: 411px;
}
.leadsVsJobsCompleted{
    padding: 20px;
    border-right: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
}
.leadsVsJobsCompleted h4{
    font-size: 21px;
    color: #444444;
}
.leadsVsJobsCompletedGraphWrap{
    padding: 20px;
    border: solid 1px #cccccc;
    background: #ffffff;
    overflow: hidden;
}



/*Leads-tab-css*/
.topSearchPanel .search{
    background: url("../images/inputBg.png") 0px 18px no-repeat;
    margin-top: 15px;
}
.topSearchPanel .search .searchInput{
    float: left;
    padding: 0 15px;
    width: 255px;
    margin: 0;
    background: none;
}
.topSearchPanel .search .searchBtn{
    background: url("../images/small-icons.png") 0 -920px no-repeat;
    height: 18px;
    width: 18px;
    display: block;
    border: none;
    float: left;
    margin-left: -10px;
    margin-top: 10px;
    position: relative;
    z-index: 5;
    text-indent: -999em
}
.filterBy{
    margin-left: 20px;
}
.leadsListWrap{
    border: solid 1px #cccccc;
    background: #ffffff;
    overflow: hidden;
    border-top: none
}
.leadsListWrap ul li{
    overflow: hidden;
}
.leadsListWrap ul li .aboutLeader .leadName{
    font-size: 14px;
    color: #444;
    width: 100%;
    display: block;
    background: url("../images/small-icons.png") 0 -939px no-repeat;
    padding-left: 20px;
}
.leadsListWrap ul li .aboutLeader .leadStatus, .leadsListWrap ul li .aboutLeader .source{
    font-size: 12px;
    color: #999999;
    width: 100%;
    display: block;
    margin-top: 5px;
    padding-left: 20px;
}
.leadsListWrap ul li .aboutLeader .statusDetails{
    font-weight: bold;
    padding-left: 20px;
    display: block;
}
.leadsListWrap ul li .aboutLeader .sourceDetails{
    font-size: 14px;
    color: #222222;
    padding-left: 20px;
}
.leadsListWrap ul li .leaderDetails a.email{
    color: #222222;
    background: url("../images/small-icons.png") 0 -965px no-repeat;
    padding-left: 20px;
}
.leadsListWrap ul li .leaderDetails a:hover{
    color: #000000;
}
.leadsListWrap ul li .leaderemailDetails{
    float: left;
    width: 230px;
}
.leaderContactDetails{
    float: left;
    width: 130px;
}
.leaderContactDetails .volume{
    margin-top: 70px;
}
.changeStatus span.floorList{
    width: 120px;
    font-size: 11px;
}
.leadsListWrap ul li .leaderContactDetails .contactIcon{
    background: url("../images/small-icons.png") 0 -988px no-repeat;
    padding-left: 20px;
    float: left;
    width: 150px;
}
.leadsListWrap ul li .leadStatus a{
    border: solid 1px #aaaaaa;
    border-radius: 5px;
    padding: 8px 10px;
    display: block;
    margin-top: 10px;
    text-align: center;
    color: #ee7700;
    font-size: 12px;
}
.leadsListWrap ul li .leadStatus a:first-child{
    margin-top: 0
}
.leadsListWrap ul li .leadStatus a:hover{
    background: #dddddd;
    color: #444444;
}
.leadsListWrap ul li {
    background: #f9f9f9;
    overflow: hidden;
}
.leadsListWrap ul li.odd {
    background: #ffffff;
    overflow: hidden;
    border-bottom: solid 1px #e2e2e2;
    border-top: solid 1px #e2e2e2;
}
.leadsListWrap ul li:first-child{
    border-top: none
}
.assignedTo{
    margin-top: 50px;
    margin-left: 20px;
}
.assignedTo label{
    font-size: 12px;
    color: #999999;
}
.assignedTo .assigneeName{
    font-size: 14px;
    color: #222222;
}
.destination{
    margin-top: 10px;
}
.aboutLeader, .leaderDetails, .leadStatusWrap {
    padding:20px 0;
}
.leadStatusWrap{
    padding-right: 20px;
}
.paymentPending{
    font-weight: normal;
    color: #999999;
    font-size: 12px;
}
.paymentRupee{
    background: url("../images/small-icons.png") 0 -1021px no-repeat;
    padding-left: 15px;
}
.paginationRange{
    padding-right: 20px;
}
.leadsListWrap ul li.odd:last-child{
    border-bottom: none
}
.jobsPagination ul > li > a.previous, .jobsPagination ul > li > a.previous:hover, .jobsPagination ul > li > a.next, .jobsPagination ul > li > a.next:hover{
    background: url("../images/small-icons.png") 0 -1042px no-repeat;
    text-indent: -999em;
    width: 0px;
    display: block;
    float: left;
    padding-left: 7px;
}
.jobsPagination ul > li > a.next, .jobsPagination ul > li > a.next:hover{
    background-position: 0 -1058px;
}
.jobsPagination ul > li > a, .jobsPagination ul > li > span{
    margin:4px 5px;
}
.paginationRange{
    font-size: 14px;
    color: #888888;
}
.jobsPagination ul > li > a, .jobsPagination ul > li > span{
    color: #444;
    padding:0 5px;
}
.jobsPagination ul > li > a.active, .jobsPagination ul > li > a:hover{
    border-bottom: solid 3px #ee7700;
    padding:0 5px;
}
.jobsPagination ul > li > a.next, .jobsPagination ul > li > a.previous{
    border-bottom: none;
}
/*new-addition*/
.faqWrap{
    border-top: 1px solid #e2e2e2;
}
.faqWrap a.faq{
    text-align: center;
    font-size: 30px;
    color: #ee7700;
    font-weight: normal;
    padding: 30px 0;
    width: 100%;
    display: block;
    text-decoration: underline;
}
.faqs li p.question{
    font-size: 14px;
    color: #333333;
    padding-bottom: 10px;
}
.faqs li p.answer{
    font-size: 14px;
    color: #666666;
}
.faqs li{
    padding-bottom: 30px;
}
.loader-image{
    background-repeat: no-repeat;
}
.formOuter .inputCustom span.err{
    position: absolute;
    top:20px;
}
/*new-addition*/
.searchArticles{
    padding: 10px;
    position: relative;
}
.searchArticles input, .searchArticles input[type="text"]:focus{
    border: solid 1px #e2e2e2;
    background: #fff;
    border-radius: 0;
    width: 310px;
    padding: 5px 35px 5px 10px;
}
.searchArticles input[type="button"]{
    width: 20px;
    height: 20px;
    float: left;
    position: absolute;
    right: 11px;
    top: 17px;
    z-index: 2;
    background: url("../images/sprite.png") 15px -1288px no-repeat;
    border: none;
}
/*selectedArticles*/

#selectedArticles {
    list-style: none;
}
#selectedArticles li{
    padding: 0px;
    border-bottom: solid 1px #f2f2f2;
}
#selectedArticles li a{
    padding: 5px 15px;
}
#selectedArticles li ul li{
    border: none;
    text-align: left;
    padding: 0px 18px;
}

#selectedArticles li ul li span.iteamName{
    padding-top: 5px;
    display: block;
    float: left;
}


#selectedArticles li a, #selectedArticles li a.active{
    display: block;
    cursor: pointer;
    text-align: left;
    font-size: 15px;
    color: #999999;
    background: url("../images/small-icons.png") 320px -1109px no-repeat;
}
#selectedArticles li a.active{
    background-position: 321px -1139px
}
.selectedArticleSubItems{
    height: 200px;
    overflow: auto;
}
#selectedArticles li ul {
    list-style: none;
    /*display: none;*/
}
.selectedArticleSubItems {
    display: none;
}
.selectedArticleSubItems .listBox {
    display: block !important;
}
.selectedArticleSubItems li.selectedLiEven{
    background: #ffffff;
    color: #444;
}
#selectedArticles li a i {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    height: 20px;
}
#selectedArticles li .iconLivingRoom{
    background-position:-29px -1080px;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
}
#selectedArticles li a:hover > .iconLivingRoom, #selectedArticles li a:hover > .iconLivingRoom{
    background-position:-49px -1080px;
}

#selectedArticles li .iconBedroom{
    background-position:-66px -1100px;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
}
#selectedArticles li a:hover > .iconBedroom, #selectedArticles li a:hover > .iconBedroom{
    background-position:0 -1125px;
}
.selectedArticlesList{
    border: 1px solid #e2e2e2;
    height: 350px;
    overflow: auto;
}
/*testimonial home page */
.testimonials{
    background: #eeeeee;
    min-height: 455px;
}
.testimonial{
    width: 750px;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    padding: 25px 15px;
    font-size: 16px;
    color: #444444;
    font-style: italic;
    font-family: 'droid_serifitalic';
    line-height: 25px;
    margin: 0 auto;
}
.testimonial2{
    margin-top:20px
}
.testimonialOuter{
    position: relative;
}
#testimonials .slideshow{
    border: none;
    background: none;
    box-shadow: none;
    height: 230px;
    width: 782px;
    padding: 5px;
}
.testimonialNameWrap{
    float: right;
    width: 190px;
}
.testimonialsWrap.testimonialsWrapOpt2 .row .span5:first-child{
    padding-right: 10px;
}
.testimonialNameWrap .testimonialPic img{
    float: left;
    border-radius: 100px;
}
.testimonials h3{
    padding: 40px 0 60px;
    margin: 0
}
.testimonialName{
    color: #222222;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    padding-left: 65px;
    font-weight: bold;
}
.testimonialDesignation{
    font-size: 12px;
    padding-left: 65px;
    color: #666666;
}
.testimonial .doubleQuotes, .testimonialText2 .doubleQuotes {
    background: url("../images/sprite.png") 0 -1376px no-repeat;
    width: 40px;
    height: 25px;
    display: block;
    float: left;
}
.testimonialTxt{
    width: 470px;
    float: left;
}
/*testimonial option 2*/
.testimonials2{
    background: #ffffff;
    border-top: 1px solid #e2e2e2;
}
.testimonialsWrapOpt2 .testimonialNameWrap{
    float: left;
}
.testimonialText2{
    min-height: 120px;
    font-size: 16px;
    color: #444444;
    padding-top: 20px;
}
.testimonialDivider{
    background: #ccc;
    width:1px;
    height: 200px;
    display: block;
    float: left;
}





.advantagesOuter{
    padding-top: 70px;
}
.row.advantagesOuter{
    padding-top: 35px;
}
/*home page updates*/

.videoWrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-top: 25px;
    height: 0;
}

.videoIframeWrap{
    background: url("../images/easymove-video.png") no-repeat;
    background-size: cover;
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    height: 550px;
    text-align: center;
}

.videoIframeWrap a{
    display: inline-block;
    margin-top: 240px;
}

#videoWrapper iframe {
    height: 450px;
    display: block;
    margin: 0 auto 0;
    padding-top: 50px;
}

.videoThumbs {
    text-align: center;
}

.videoThumbs li{
    display: inline-block;
    width: 270px;
    height: 180px;
    margin-left: 5px;
    position: relative;
}

.videoThumbs li:first-child {
    margin-left: 0;
}

.videoThumbs li a, .videoThumbs li img {
    display: block;
}

.videoThumbs li i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -26px 0 0 -26px;
    background: url("../images/play-icon.png") no-repeat center;
    width: 53px;
    height: 54px;
}

.jwplayer {
    width: 100% !important;
    min-height: 550px !important;;
}

/*home page updates ends*/
/*end-testimonial home page */
/*privacy policty*/
.innerBannerNone{
    background: none;
}
.privacyPolicyWrap{
    padding-bottom: 20px
}
.privacyPolicyWrap h2{
    font-size: 30px;
    color: #222222;
    padding: 30px 0 20px;
}
.privacyPoliciesList ul li p, .privacyPolicyWrap p, .privacyPoliciesList ol li{
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
.privacyPoliciesList ul li, .privacyPoliciesList ol li{
    border-bottom: solid 1px #e2e2e2;
    padding: 30px 0;
}
.privacyPoliciesList ul li.first{
    border-top: solid 1px #e2e2e2;
}
.privacyPoliciesList ul li h3, .privacyPoliciesList ol li h3{
    font-size: 24px;
    padding-bottom: 20px;
    color: #222;
}
.privacyPoliciesList ul li h4{
    padding: 30px 0 20px;
    font-size: 24px;
}
.privacyPoliciesList ul li ol.roman li, .privacyPoliciesList ul li ol.alphabets li{
    padding: 0 0 0 10px;
    border: none;
    list-style: lower-roman;
    margin-left: 30px
}
.privacyPoliciesList ul li ol.alphabets{
    padding-top: 20px;
}
.privacyPoliciesList ul li ol.alphabets li{
    list-style: lower-latin;
}
.paraText{
    padding-top: 20px;
}

/*end-privacy policty*/
/*terms-conditions*/
.privacyPoliciesList ol li ol li{
    list-style: none;
    border:none;
    padding: 0;
}



/*added-placeholder-css*/
.placeholder {
    position: relative;
}
.placeholder .placeholder_span {
    position: absolute;
    top:10px;
    left:-10px;
}
.termsConditionList ol li{
    border-bottom: solid 1px #ccc;
    padding: 20px 0;
    font-size: 24px;
}
.termsConditionList ol li ol{
    padding: 15px 0 0 20px;
    list-style-position: outside;
}
.termsConditionList ol li ol li{
    border: none;
    padding: 0;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
.termsConditionList ol li ol li ol.alphabets{
    /*list-style: lower-alpha;*/
    padding-left: 30px;
}
.smallText{
    font-size: 14px;
}
.greyTxt{
    color: #666666;
}
.strong{
    font-weight: bold;
}
.italic{
    font-style: italic;
}
.termsConditionList ol li{
    list-style: decimal;
    list-style-position: inside;
}
.termsConditionList ol li ol li ol li{
    list-style: lower-alpha;
}




/*clients-logos-homepage*/
.clientsLogosWrap{
    border-top: 1px solid #e2e2e2;
    padding: 15px 0;
    text-align: center;
    overflow: hidden;
}
.clientLogos{
    width: 230px;
    margin: 0 auto
}
.clientLogos ul li img{
    border: solid 1px #eee;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 2px;
}
.footerLinks{
    width: 455px;
    margin: 30px auto 20px;
}
.footerLinks, .footerLinks a:link, .footerLinks a:visited{
    color: #888888;
    font-size: 13px;
    padding: 0 5px
}
.footerLinks a:hover{
    color: #ffffff;
}
.socialMediaLinks a{
    width: 20px;
    height: 25px;
    display: block;
    float: left;
}
.socialMediaLinks .facebook{
    background: url("../images/sprite.png") -31px -1315px no-repeat;
}
.socialMediaLinks .tweeter{
    background: url("../images/sprite.png") -63px -1315px no-repeat;
    margin-left: 15px;
}
.socialMediaLinks .googlePlus{
    background: url("../images/sprite.png") -61px -1412px no-repeat;
    margin-left: 15px;
}
.socialMediaLinks{
    width: 125px;
    margin: 20px auto 0;
    overflow: hidden;
}

/*about-us*/
.aboutUsGrayPanel{
    padding: 20px 0;
}
.aboutUsGrayPanel h2{
    font-size: 24px;
}
.aboutUsGrayPanel ol{
    list-style: decimal inside;
    margin-top: 15px;
}
.aboutUsGrayPanel ol li{
    padding: 5px 0;
}
.aboutUsGrayPanel ul {
    list-style: disc inside;
    padding-top: 20px;
}
.aboutUsGrayPanel ul li{
    font-size: 16px;
    margin-top: 10px;
}
.aboutUsGrayPanel ul li ul{
    list-style: square inside;
    padding-left: 20px;
    font-size: 14px;
}
.aboutUsGrayPanel ul li ul li{
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.star .starOff, .star .starOn{
    background: url("../images/star-off.png") 0 0 no-repeat;
    position: relative;
    z-index: 0;
    width: 15px;
    height: 15px;
    display: block;
    float: left;
    margin-left: 1px;
}
.star .starOn{
    background: url("../images/star-on.png") 0 0 no-repeat;
}
.star .starOff:hover, .star .starOn:hover{
    background: url("../images/star-on.png") 0 0 no-repeat;
    width: 15px;
    height: 15px;
    position: relative;
    z-index: 5;
    display: block;
    float: left;
    cursor: pointer;
}
.customerRatings{
    margin-bottom: 5px;
    overflow: hidden;
}
.companyLogos{
    text-align: left;
    width: 75px
}
.companyLogos img{
    border: solid 1px #ccc;
    width: 60px;
    height: 30px;
}
.vendorsList .companyCertification ul li{
    border: solid 1px #ccc;
    float: left;
    width: 60px;
    min-height: 30px;
    margin-right: 7px;
    text-align: center;
    vertical-align: middle;
}
.companyCertification ul{
    width: 100%;
    margin: 0;
    overflow: hidden;
    margin-bottom: 15px;
}
.cycle-slide {
    width: 100%;
    /*padding-top: 5px;*/
}
/*contact-us*/
.contactUsMap{
    text-align: center;
    height: 298px;
}
.contactUsMap img{
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
}
.contactUsForm{
    margin: 30px 0;
}
.contactUsForm h2{
    font-size: 24px;
    color: #222222;
    font-weight: normal;
    font-family: "HelveNueThin",Helvetica, Arial, sans-serif;
    padding-left: 40px
}
.contactForm{
    background:#ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    margin-top: 15px;
    padding: 20px 40px;
    overflow: hidden;
}
.contactUsMessage{
    background: url("../images/textareaBg.png") bottom left no-repeat;
    width: 620px;
    border: none;
    resize: none;
    box-shadow: none;
    padding: 10px 15px;
    height: 20px;
}
.contactUsForm li{
    margin-top: 15px;
}
.contactForm p{
    font-size: 18px;
    color: #666666;
    line-height: 25px;
    font-family: "HelveNueThin",Helvetica, Arial, sans-serif;
}
.location{
    text-align: center;
    color: #666;
    margin-top: 30px;
    border-bottom: solid 1px #bbbbbb;
    padding-bottom: 10px
}
.location.contact{
    border: none;
    margin-top: 20px;
}
.location i, .location.contact i{
    background: url("../images/sprite.png") -58px -1354px no-repeat;
    display: block;
    width: 30px;
    height: 50px;
    margin: 0 auto
}
.location.contact i{
    background-position:-2px -1411px;
}
.location.contact a{
    color: #666666;
}
.location h4{
    font-size: 24px;
    font-family: "HelveNueThin",Helvetica, Arial, sans-serif;
    padding-bottom: 10px;
}
.innerFooter{
    margin-top: 0
}
.customerReviewDetails{
    border-bottom: solid 1px #ccc;
    padding-bottom:15px;
    margin-bottom: 15px;
}
.profileListContent .content{
    border-bottom: none
}
.profileListContent .content a{
    color: #ee7700
}
.profileListContent .content a:hover{
    color: #000;
}


/*select car and bikes */
.vehicleDetails{
    background: #fff;
    border: 1px solid #e2e2e2;
    overflow: hidden;
}
.vehicleDetails h3, .vehicleTabsDetails{
    font-size: 15px;
    color: #333333;
    padding: 15px;
}
.vehicleTabs a{
    display: block;
    float: left;
    height: 70px;
    line-height: 70px;
    border: solid 1px #ccc;
    background: #f5f5f5;
    width: 188px;
    border-right: none
}
.vehicleTabs a.active{
    background: #ffffff;
}
.vehicleTabs a i{
    height: 37px;
    width: 50px;
    display: block;
    margin: 15px auto 0;
}

.vehicleTabs a.bike i{
    background: url("../images/sprite.png") 5px -1454px no-repeat;
}
.vehicleTabs a.active.bike i{
    background-position: 5px -1498px
}
.vehicleTabs a.car i{
    background: url("../images/sprite.png") 5px -1540px no-repeat;
}
.vehicleTabs a.active.car i{
    background-position:  5px -1581px;
}
.vehicleTabs a:first-child{
    border-left: none
}
.vehicleTabs a.active{
    border-bottom: none;
}
.selectVehicleTypes{
    color: #000;
    width: 200px;
    background: url("../images/fieldBg.jpg") 0 bottom no-repeat
}
select.selectVehicleTypes, .selectBike .floorList{
    width: 120px;
    background-position: 129px -1071px;
}
select.selectVehicleTypes{
    width: 148px;
}
.selectBike{
    position: relative;
    width: 150px;
    float: left;
}
.addBike{
    float: left;
    margin-left: 15px;
}
.addBike input{
    width: 145px;
    background: url("../images/inputMediumBg.png") 0 bottom no-repeat;
    padding-bottom: 2px;
}
/* Home page Testimonial */

.testimonialDivider {
    display: block;
}

/* Home page Testimonial Ends*/
/*Mumbai City*/
.mumbaiPackers {
    background: #fff;
    border-top: 1px solid #e2e2e2;
    padding: 70px 0 45px;
}

.mumbaiPackers .container {
    width: 668px;
    position: relative;
    text-align: center;
}

.mumbaiPackers .subHeading {
    margin: 0 auto 30px;
}

.mumbaiPackers .subHeading h3 {
    font-size: 36px;
    font-family: helvenuethin, arial, san-serif;
    line-height: 44px;
    color: #222;
    margin-bottom: 10px;
}

.mumbaiPackers .subHeading span {
    font-size: 24px;
    line-height: 44px;
    display: block;
}

.mumbaiPackers p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #666666;
    font-family: helvenue, arial, san-serif;
    text-align: left;
}

.mumbaiPackers .popUpWrapper {
    position: relative;
}
.mumbaiPackers .requestCallBackPopup {
    background: url("../images/small-icons.png") 0 -790px no-repeat;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 500;
    position: absolute;
    padding: 10px 20px 20px;
    top: auto;
    left: 55%;
    bottom: 35px;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    border: solid 1px #ccc;
    border-radius: 5px;
    width: 190px;
}

.mumbaiPackers .requestCallBackPopup:after, .thankYou:after {
    content: "";
    background: url("../images/downArrow.png") 0 0 no-repeat;
    position: absolute;
    bottom: -10px;
    left: 31px;
    width: 20px;
    height: 10px;
    text-indent: -99999em;
}

.mumbaiPackers .greenBtn {
    background: #8b3;
    border-radius: 6px;
    padding: 6px 26px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    border: none;
    width: 100%;
}

.mumbaiPackers .requestCallBackPopup input[type="text"] {
    background: url("../images/smallInputBg.png") 0 bottom no-repeat;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 10px;
    width: 155px;
    margin-bottom: 10px;
}

.mumbaiPackers .tollFreeNumber, .or {
    margin-top: 0;
    margin-right: 10px;
    display: inline-block;
    float: none;
}

.mumbaiPackers .controls {
    text-align: left;
}

.mumbaiPackers a {
    color: #ee7700;
}

.mumbaiPackers .requestCallBackPopup .error {
    color: red;
    display: inline-block;
    vertical-align: bottom;
}
/*Mumbai City ends*/

/*  Choose Vendor Details Start */
.listMvAndPackSection .selectDate h2{
    font: 30px "HelveNueThin",Helvetica, Arial, sans-serif;
    color: #999;
    text-align: center;
}
.listMvAndPackSection .selectDate{
    margin-bottom: 25px;
}
.listMvAndPackSection .backLink{
    margin-top: -35px;
}
.listMvAndPackSection .compCustDelightSc{
    position: absolute;
    right: 0;
    top: 0;
}
.listMvAndPackSection .vendors{
    position: relative;
    padding: 10px 0;
}
.listMvAndPackSection .vendors.compCostDelSection {
    border-bottom: 0;
}
.listMvAndPackSection .compCustDelightSc a{
    display: block;
    float: none;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    box-sizing: border-box;
    width: 234px;
    height: 38px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #8b3;
    font: bold 13px/26px Helvetica;
    color: #fff;
    vertical-align: middle;

}
.listMvAndPackSection .vendors .container{
    position: relative;
}
.listMvAndPackSection .vendorsTable thead{
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.listMvAndPackSection .companyCertification ul li{
    width: 132px;
    height: 68px;
    margin: 0 0 18px 16px;
    overflow: hidden;
}
.listMvAndPackSection .custDelBlock{
    float: left;
    margin-left: 6px;
    width: 150px;
}
.listMvAndPackSection .custDelBlock h5{
    font: 12px/14px 'helvetica';
    color: #999999;
    min-height: 58px;
    width: 98px;
    margin: 0 auto;
    text-align: center;
}
.custDelBlock .percentage{
    text-align: center;
    margin-bottom: 10px;
    font: 16px/18px 'helvetica';
    color: #222222;
}
.custDelBlock #pieChart{
    width: 90px;
    height: 90px;
    margin: 0 auto;
}
.listMvAndPackSection .iconExc,.listMvAndPackSection .iconGood{
    background: url("../images/companyLogos/newLarge/sprite.png") no-repeat scroll 0 0;
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.listMvAndPackSection .iconExc{
    background-position: 0 -20px;
}
.custDelScoreSec .btmBorder{
    border-bottom: 1px solid #eee;;
}
.listMvAndPackSection .custDelScoreSec{
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 10px;
}
.listMvAndPackSection .custDelScNotes{
    padding: 5px 10px;
    color: #666666;
}

.listMvAndPackSection .custDelScNotes .note{
    font: 12px 'helvetica';
}
.listMvAndPackSection .custDelScNotes .legend{
    font: bold 13px 'helvetica';
    margin-left: 15px;
}
.listMvAndPackSection .custDelScNotes .excel{
    font: 12px 'helvetica';
    margin-left: 15px;
}
.custDelScNotes .excel i{
    font: bold 13px 'helvetica';
    margin-left: 2px;
}
.listMvAndPackSection .excel .iconExc, .listMvAndPackSection .excel .iconGood{
    margin: 0;

}
.listMvAndPackSection table th{
    border-top: 2px solid #eee;
}
.listMvAndPackSection .listDetMovPack{
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);

}
.floatingHeader {
    position: relative;
}
.listMvAndPackSection .vendorsList{
    background: #fbfbfb;
    padding-top: 20px;
}
.listMvAndPackSection .listDetMovPack ul{
    list-style: none;
}
.listDetMovPack ul li{
    padding: 6px 12px;
    box-sizing: border-box;
    float: left;
    font: 12px 'helvetica';
    color: #999999;
}
.listDetMovPack ul li:nth-child(1){
    width: 152px;

}
.listDetMovPack ul li:nth-child(2){
    width: 188px;
}
.listDetMovPack ul li:nth-child(3){
    width: 114px;
}
.listDetMovPack ul li:nth-child(4){
    width: 195px;
}
.listDetMovPack ul li:nth-child(5){
    text-align: center;
    width : 85px;
}

.listDetMovPack ul li:nth-child(6){
    text-align: center;
    width : 100px;
}
.listMvAndPackSection .identification{
    font-size: 15px;
}
.listMvAndPackSection .updatedVendorsList .biggerFont{
    font-size: 20px;
}
.listMvAndPackSection .updatedVendorsList .rsIcon{
    vertical-align: middle;
}


.startFloat{
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
}
.listMvAndPackSection .gpsEnable{
    vertical-align: text-bottom;
    height: 20px;
    width: 20px;
    background: url("../images/companyLogos/newLarge/sprite.png") no-repeat scroll 0 -64px;
    display: inline-block;
}
.listMvAndPackSection .gpsNotAvl{
    vertical-align: text-bottom;
    width: 20px;
    height: 20px;
    background: url("../images/companyLogos/newLarge/sprite.png") no-repeat scroll -1px -40px;
    display: inline-block;
}
.listMvAndPackSection .logoEmp{
    vertical-align: baseline;
    width: 28px;
    height: 16px;
    margin-right: 5px;
    background: url("../images/companyLogos/newLarge/sprite.png") no-repeat scroll 0px -113px;
    display: inline-block;
}
.listMvAndPackSection .logoCert{
    vertical-align: text-bottom;
    width: 20px;
    height: 20px;
    background: url("../images/companyLogos/newLarge/sprite.png") no-repeat scroll -1px -88px;
    display: inline-block;
}
.listMvAndPackSection .custDelScore{
    font: 12px 'helvetica';
    color: #333333;
}
.listMvAndPackSection .custDelScore span{
    font: 20px 'helvetica';
}
.listMvAndPackSection .certNumber{
    font: 20px 'helvetica';
    color: #ee7700;
    text-transform: uppercase;
}
.listMvAndPackSection .vendorsList .moveBtn,.listMvAndPackSection .vendorsList .moveBtn:hover{
    font-family: Helvetica;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    width: 60px;
    height: 25px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #e70;
    display: block;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    padding-top: 2px;
}
.listMvAndPackSection .companyLogos{
    text-align: center;
}

.listMvAndPackSection .sortBy {
    width: auto;
    margin: 0;
    padding: 0;
    margin-left: 6px;
}
.listMvAndPackSection .vendorsTable td {
    padding: 30px 20px 25px 20px;
}
.listMvAndPackSection .vendorsTable .btmBorder td{
    padding: 0;
}
.listMvAndPackSection .content{
    padding-bottom: 0;
}

.listMvAndPackSection .compCostDelSection {
    padding: 15px 0;
    min-height: 40px;
}
.listMvAndPackSection .vendorsTable .bestPrice{
    max-width: 116px;
    width: 116px;
}
.listMvAndPackSection .vendorsTable .vendorName{
    max-width: 150px;
    width: 150px;
}
.listMvAndPackSection .vendorsTable .transitDate{
    max-width: 85px;
    width: 85px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}
.vendorsTable .dataTable td{
    padding: 15px;
}
.vendorsTable .dataTable td:first-child{
    padding-left: 25px;
}
.vendors .destCity {
    color: #ee7700;
    font-size: 16px;
    font-weight: bold;
    font-family: helvetica;
    float: left;
    margin-left: 22px;
}
.vendors .destCity span {
    color: #666666;
}
.vendors .moveDate {
    float: right;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    font-family: helvetica;
}
.vendors .moveDate span {
    color: #ee7700;
    font-size: 16px;
    font-family: helvetica;
}
.listMvAndPackSection .listDetMovPack ul li {
    padding: 15px 12px;
}
/*  Choose Vendor Details End */

/* Customer Delight Score */
.customerDelightScore.selectDate .floatingHeader h2 {
    font: 30px/48px 'helvenuethin';
    color: #333;
}
.scoreContents{

    font-size: 16px;
    width: 100%;
    color: #222;
}

.customerDelight {
    border-top: 1px solid #e2e2e2;
}

.scoreContents .description,.scoreContentsTitle .description{
    width: 160px;
    font-size: 12px;
    text-align: left;
    color: #444;
    padding-left: 15px;
}
.scoreContentsTitle td{
    text-align: center;
    color:#999999;
    font-size: 12px;
    width: 104px;
    padding: 10px 10px;
}
.scoreContents{
    border:1px solid #e2e2e2;
    border-top: none;
    margin-bottom: 100px;
}
.scoreContents td{
    text-align: center;
    line-height: 50px;
    border-top: 1px solid #e2e2e2;
}
.scoreContents td.poor,.scoreContents td.average{
    opacity: 0.6;

}

.scoreContents td.excellent i,.note span.excellent i{
    background: no-repeat url("../images/companyLogos/newLarge/sprite.png") 2px -20px;;
}
.scoreContents td.good i,.note span.good i{
    background: no-repeat url("../images/companyLogos/newLarge/sprite.png") 0 0;
}
.scoreContents td i,.note span i{
    display: inline-block;
    height: 16px;
    width: 16px;
    margin:0 4px -2px 4px;
}
.industryStandards{
    background: #ffffe4;
}
.industryStandards{
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.industryStandardsContent .description{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #888;
    width: 170px;
    overflow: hidden;
    padding: 0;
    text-align: left;
    vertical-align: middle;
}

.industryStandardsContent .description span{
    width: 90px;
    float: left;
}
.industryStandardsContent .description i{
    height: 40px;
    width: 19px;
    float: left;
    background: no-repeat url(../images/arrow.png) center;
}

.industryStandardsContent td{
    text-align: center;
    color:#999999;
    width: 108px;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 10px;
    color: #333;
}
.industryStandardsContent td i{
    height: 23px;
    width: 20px;
    display: inline-block;
    background: #eee;
    margin:0 0 -4px 4px;

}
.industryStandardsContent td.poor i,.industryStandardsContent td.average i{
    background: none;
}
.industryStandardsContent td.good i{
    background: no-repeat url("../images/companyLogos/newLarge/sprite.png") 0 -132px;
}
.industryStandardsContent td.excellent i{
    background: no-repeat url("../images/companyLogos/newLarge/sprite.png") 0 -155px;
}
.note{
    color: #666;
    line-height: 32px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
    margin-bottom: 20px;
    background: #f7f7f7;
}
.note .description{
    font-size: 12px;
    margin-right: 35px;
}
.note span.excellent{
    margin-right: 15px;
}
.note span{
    font-size: 12px;
}
.note span strong{
    font-size: 13px;
    font-weight: bold;
}
.note .legent{
    font-weight: bold;
    color: #888;
    font-size: 13px;
}


/* Customer Delight Ends*/
/**** EZmove news **/
.EzNews {
    padding-bottom: 30px;
}
.EzNews h3 {
    font-size: 36px;
    line-height: 40px;
    padding: 48px 0;
    margin-bottom: 0;
}
.slider  {
    width: 820px;
    margin: 0 auto;
    overflow: hidden;
}
.newsPager{
    border-bottom:1px solid #e2e2e2;
}
.newsPager li {
    float:left;
    padding: 0 15px;
    text-align: center;
    vertical-align: bottom;
    height: 64px;
    position:relative;
}
.newsPager li:before {
    content: "";
    height: 55px;
    left: 0;
    top:0;
    width: 1px;
    position: absolute;
    background: #e2e2e2;
    display: inline-block;
}
.newsPager li a {
    display: block;
    padding-bottom: 6px;
}
.newsPager li:first-child:before  {
    content: none;
}
.newsPager li.cycle-pager-active a  {
    border-bottom: 3px solid #ee7700;
}
.newsPager li a .activeImg{
    display: none;
}
.newsPager li.cycle-pager-active a img {
    display: none;
}
.newsPager li.cycle-pager-active a .activeImg{
    display: block;
}
.newsSlider {
    padding: 0;
}
.newsSlider li {
    padding: 48px 20px 0 20px;
}
.videoLink > div {
    position: relative;
}
.videoLink img {
    float:left;
    margin: 0 10px 10px 0;
    width: 100px;
}
.videoInfo {
    margin-left:110px ;
}
.postDate {
    font-size: 12px;
    line-height: 16px;
    color:#666666;
    display: block;
    margin-bottom: 8px;
}
.slideContent a {
    font-size: 14px;
    display: block;
    font-family: 'droid_serifbold';
    line-height: 20px;
    color: #444444;
}
.slideContent p {
    margin-bottom: 10px;
}
/*request call back */
.reqCallBackBtn{
    font-family: 'HelveticaNeue';
    font-size: 13px;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #fff;
    display: table;
    margin: 0 auto;
    padding: 5px 10px;
}
.reqCallBackBtn:hover{
    color: #fff;
}
.requestCallBack{
    margin: 15px 15px 0 15px;
    display: block;
    float: left;
    color: #222222;
}
.requestCallBack:hover{
    color: #888888;
}
.requestCallBackPopup{
    margin-top: 10px;
}
.requestCallBackPopup input[type="text"]{
    background: url("../images/smallInputBg.png") 0 bottom no-repeat;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 10px;
    width: 155px;
}

.requestCallBackPopup .controls.submit{
    margin-bottom: 0;
}
.requestCallBackPopup input[type="submit"]{
    width: 180px;
    margin-top:10px;
}
form{
    margin: 0;
    padding: 0;
}

.thankYou h3{
    font-size: 24px;
    color: #88bb33;
    font-family: 'droid_serifitalic';
    margin: 0;
    line-height: normal;
    font-weight: normal;
}
.thankYou h4{
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    font-family: 'droid_serifitalic';
}
.requestCallBackWrap{
    position: relative;
}
.requestCallBackPopup, .thankYou{
    position: absolute;
    border: solid 1px #ccc;
    padding: 10px 20px 20px;
    top: 35px;
    left: 78px;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    border: solid 1px #ccc;
    border-radius: 5px;
    width: 190px;
}
.thankYou{
    top: 45px;
    width: 200px;
}
.requestCallBackPopup:after, .thankYou:after {
    content: "";
    background: url("../images/downArrow.png") 0 0 no-repeat;
    position: absolute;
    top: -10px;
    width: 20px;
    height: 10px;
    text-indent: -99999em;
    left: 50%;
    margin-left: -5px;
    transform: rotate(180deg);
}
.testimonialTollFree .loginBtn, .testimonialTollFree .loginBtn:hover{
    margin-left: 0;
}
.tollFreeTopLogin{
    width: auto;
    float: right;
    position: relative;
}
.testimonialTollFree .requestCallBackPopup{
    left: 105px;
}
.testimonialTollFree .moveBtn{
    margin: 8px 15px 0 15px;
    padding: 6px 25px;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    position: initial;
}
.testimonialTollFree .moveBtn:active,
.testimonialTollFree .moveBtn:focus,
.testimonialTollFree .moveBtn:visited{
    text-decoration: none;
}
/*request call back Ends */

/* responsive css */
@media (max-width: 940px){
    /*add vehicle*/
    .vehicleTabs a{
        width: 143px;
    }
    .addBike{
        margin: 25px 0;
    }
    .vehicleDetails .selectArticleBtn, .vehicleDetails .selectArticleBtn:hover{
        background-position: 257px -1188px;
    }
    .vehicleTabs a{
        width: 49.8%;
    }


    /*contact-us*/
    .contactUsMap img{
        height: 100%;
    }
    .contactUsMessage{
        background: url("../images/inputBg.png") bottom center no-repeat;
        width: 274px;
        border: none;
        resize: none;
        box-shadow: none;
        padding: 10px 15px;
        height: 20px;
    }


    .subNavWrap ul li {
        width: 19.5%;
    }
    .subNavWrap ul li p {
        font-size: 14px;
        width: 100%;
    }
    /*testimonial*/
    .testimonial{
        width: 575px;
    }
    .testimonialTxt {
        width: 360px;
        float: left;
        font-size: 14px;
    }
    #testimonials .slideshow{
        width: 80%
    }
    /* Home page Testimonial */
    .testimonialDivider {
        display: none;
    }
    .testimonialOuter .span5 {
        width: 98%;
        float: none;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .testimonialsWrapOpt2 .testimonialNameWrap {
        float: none;
        margin: 0 auto;
    }
    .moveBg2 {
        margin-top: 145px;
    }
    .testimonialOuter #testimonials .slideshow {
        height: auto;
    }

    .testimonialOuter #testimonials p span {
        float: left;
        width: 90%;
    }
    /* Home page Testimonial Ends */
    /*Mumbai City*/
    .mumbaiPackers .container {
        width: 100%;
    }

    .slideshow,.homeSlide img {
        width: 100%;
        height: auto;
    }
    .mumbaiPackers .requestCallBackPopup {
        margin-left: -115px;
    }
    .mumbaiPackers .requestCallBackPopup:after {
        left: 50%;
        margin-left: -10px;
    }
    .mumbaiPackers {
        padding: 70px 10px 45px;
    }
    /*Mumbai City ends*/

}
@media (max-width: 767px) {
    .testimonialTollFree .requestCallBackPopup{
        top: 40px;
        padding: 10px 15px 20px;
    }
    /*add vehicle*/
    .addBike{
        margin: 0 0 0 50px;
    }
    .vehicleDetails .selectArticleBtn, .vehicleDetails .selectArticleBtn:hover{
        width: 100%;
        background-position: 113% -1188px
    }

    /*testimonial*/
    .testimonial{
        width: 575px;
    }
    .testimonialTxt {
        width: 360px;
        float: left;
        font-size: 14px;
    }
    #testimonials .slideshow{
        width: 80%
    }

    .termsConditionList{
        padding: 0 20px;
    }

    /*privacy-policy-page*/
    .privacyPolicyWrap{
        padding: 0 20px;
    }
    .privacyPoliciesList ul li, .privacyPoliciesList ol li{
        padding:20px;
    }
    .privacyPoliciesList ul li h3, .privacyPolicyWrap h2{
        font-size: 20px
    }
    .privacyPoliciesList ul li h4{
        font-size: 18px;
    }
    /*end-privacy-policy-page*/
    /*new-additon*/
    .threeStep .makePaymentPage .breadCrumOrangeBorder {
        margin: -4px auto 0;
    }
    #selectedArticles li a.active{
        background-position: 98% -1139px;
    }
    #selectedArticles li a{
        background-position: 98% -1109px;
    }
    .subNavWrap ul li:hover a{
        border-bottom: solid 3px transparent;
    }
    /*vednor-dashboard*/
    .selectFrom{
        width: 400px;
    }
    .selectFrom .dateInput{
        float: left;
        margin-right: 30px;
    }
    .topSearchPanel .search {
        width: 210px;
        background: url("../images/fieldBg.jpg") 0 bottom no-repeat;
    }
    .topSearchPanel .search .searchBtn{
        margin-top: 5px;
    }
    .topSearchPanel .search{
        background: url("../images/inputBg.png") bottom center no-repeat;
        overflow: hidden;
        width: 315px;
    }
    .totalJobsNRevenue{
        width: 100%;
    }
    .totalRevenue{
        padding: 0
    }
    .totalJobs{
        border-right:none;
    }
    .analyticsSelectedDate{
        width: 100%;
        border-bottom:solid 1px #ccc;
        border-right: none
    }
    .leadTopSearchWrap {
        float: left;
        margin-top: 15px;
    }
    .topSearchPanel .search .searchInput{
        width: 255px;
    }
    .leadTopSearchWrap{
        float: left;
        margin-top: 15px
    }
    .chartGraph .chart{
        width: 100%;
    }
    .aboutLeader {
        width: 25%;
        float: left;
    }
    .leaderDetails {
        width: 50%;
        float: left;
    }
    .leadStatusWrap {
        width: 25%;
        float: left;
    }
    .leadsListWrap ul li{
        padding: 0 0 0 15px;
    }
    .leadStatus .propertyType .floorList{
        width: 140px;
        font-size: 12px;
    }
    .leadStatus .propertyType select.selectList {
        width: 166px;}
    /*end-vednor-dashboard*/
    .dashboardFilters{
        margin-right: 50px;
        /*width: 390px;*/
        width: auto;
    }
    .signInForm{
        margin: 0 auto 60px
    }
    .slideshow{
        height:100%;
    }
    .companyLogo .dragLogo{
        width: 250px;
        float: left;
    }
    .companyLogo .dragLogo .companyLogoInfo {
        float: left;
        margin: 0
    }

    .homeSlide img{
        width: 100%;
        height: 100%
    }
    .homeSlide{
        width: 100%;
        height: 100%
    }
    .homeSlide .slideText {
        color: #888;
        font-size: 15px;
        font-weight: normal;
        padding: 3px 15px 3px 15px;
        line-height: 25px;
        bottom: 0;
    }
    .homeSlide .slideText .slideHeading {
        font-style: italic;
        display: block;
        font-size: 21px;
        width: 100%;
        color: #000;
        font-family: 'droid_serifitalic';
    }
    /*select-vehicle*/
    .vehicleListTable{
        width: 100%;
    }
    /*editVendorDetails*/
    .organisationInfo ul li{
        padding: 30px 15px 0px 15px;
    }
    .companyWebsiteDetails li.addCertificationWrap{
        margin-top: 30px;
    }
    .companyLogo .currentLogo{
        width: 200px;
    }
    .orDivider{
        margin: 10px 10px 0 10px;
    }
    .companyLogoInfo{
        margin-left: 10px;
    }
    .organisationInfo ul li input[type="checkbox"]{
        margin: 0 5px 0 0;
    }
    .changePassword input[type="text"], .changePassword input[type="password"]{
        background: url("../images/inputMediaumBg.png") bottom left no-repeat;
    }
    .showPassword{
        margin-right: 20px;
    }
    ul.addNewAddress li input[type="text"]{
        background: url("../images/inputMediaumBg.png") bottom left no-repeat;
    }
    .linkButtons{
        margin-right: 20px;
    }
    .addAddress h4{
        width: 95%;
    }
    .addPhoneNumber{
        float: left;
        margin-left: 150px;
    }
    /*editVendorDetails-close*/
    .loginBtn, .loginBtn:hover {
        margin-right: 10px;
    }
    .threestep .breadCrumBorder {
        width: 385px;
    }
    .threeStep .innerBreadcrum {
        width: 480px;
    }
    .formOuter {
        width: 360px;
        height: auto;
    }
    .formOuter input[type="text"] {
        margin: 0 30px 25px;
    }
    .loginBtn, .loginBtn:hover {
        margin-right: 10px;
        margin-left: 30px;
    }
    .homeBreadcrum {
        margin: -55px auto 25px;
        width: 520px;
    }
    .homeBreadcrum li {
        margin-left: 0;
        width: 170px;
    }
    .homeBreadcrum li .modeBg {
        margin: 0 0 24px 0;
    }
    .advantagesOuter {
        margin: 0 auto;
    }
    .advantages {
        float: left;
        width: 50%;
    }
    .slideshow {
        width: 80%;
    }
    #sliderOutside .center span {
        top: 50%;
        margin-top: -50px;
    }

    .menuWrapper {
        margin-top: 44px;
    }
    .menuNav {
        margin-bottom: 10px;
        float: none;
        display: none;
    }
    .menuNav .mainNav {
        width: 100%;
        margin: 0;
    }
    .menuNav .mainNav li {
        float: none;
        text-align: center;
        border-left: none;
        border-top: 1px solid #e5e5e5;
    }
    .mainNav a {
        display: block;
    }
    .dropBtnWrap {
        display: block;
        float: right;
        margin-top: 5px;
    }
    .dropBtnWrap .loginBtn, .dropBtnWrap .loginBtn:hover {
        margin-top: 0;
        margin-left: 0;
        float: left;
        background: #8b3 url("../images/sprite.png") 9px -1227px no-repeat;
        text-indent: -9999em;
        padding: 6px 4px;
        width: 30px;
    }
    .dropBtnWrap .dropDownBtn {
        float: right;
        margin-right: 8px;
    }
    .dropDownBtn {
        display: block;
        width: 40px;
        padding: 8px 0 9px;
        border-radius: 5px;
        background: #8b3;
        cursor: pointer;
    }
    .dropDownBtn p {
        width: 20px;
        height: 3px;
        margin: 0 auto;
        background-color: white;
        margin-top: 3px;
    }
    .dropDownBtn p:first-child {
        margin-top: 0;
    }
    .onSmall {
        display: block;
    }
    .onDesktop {
        display: none;
    }

    /* Inter City */
    .innerBreadcrum {
        margin: -35px auto 25px;
    }
    .selectArticlePage .breadCrumOrangeBorder {
        margin: -4px 0 0 170px;
    }
    .threeStep .makePaymentPage .breadCrumOrangeBorder {
        margin: -4px auto 0;
    }
    .typeOfPropertyWrap {
        width: 725px;
    }
    .topBox {
        width: 350px;
    }
    .typeOfPropertyWrap {
        width: 100%;
    }
    .topBox {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .selectCityOuter {
        width: 305px;
    }
    .selectCityOuter .roundOr {
        /*margin: 0 135px 20px;*/
        margin: 0 100px 20px;
    }
    .arrowIcon {
        background-position: -68px -1193px;
    }
    .wrapperInfo {
        padding: 0 10px;
    }

    /* Select Article */
    .subNavWrap ul li {
        width: 19.5%;
    }
    .subNavWrap ul li p {
        font-size: 16px;
        width: 100%;
    }
    .articleTypeSize li {
        width: 24.8%;
    }
    .roomSections {
        padding: 14px 0 0 10px;
        border-top: 1px solid #e2e2e2;
    }
    .roomSections li {
        float: left;
        width: 25%;
        /*text-align: center;*/
        margin: 0 0 10px;
    }
    .secItemResp li {
        float: left;
        width: 50%;
        box-sizing: border-box;
        border-bottom: 1px solid #efefef;
    }
    .addMoreLink {
        margin-left: 5px;
    }
    .selectedArticlesList{
        min-height: 200px;
    }
    /* Vendor listing page */
    .sortBy {
        width: 100%;
        box-sizing: border-box;
    }
    .vendorsList ul {
        width: 520px;
    }
    .backLink {
        margin-left: 20px;
    }
    .vendorsList .moveBtn, .vendorsList .moveBtn:hover {
        top: 100px;
        right: 30px;
    }
    .vendorsList ul ul li {
        margin: 0 20px 0 0;
        padding: 2px 0 0 20px;
    }
    .vendorsList ul ul li:nth-child(5) {
        margin-left: 65px;
    }
    .placeholderWrap {
        left: 45px;
    }

    /* Make Payment page */
    .makePaymentWrap .roundOr {
        margin: 0 170px 20px;
    }
    .makePaymentWrap {
        /*width: 100%;*/
        width: 380px;
    }
    .makePaymentWrap .topBox {
        width: 378px;
        clear: both;
    }
    .makePaymentForm, .makePaymentFormMob {
        padding: 10px;
        width: 340px;
        margin: 0 auto;
    }
    .makePaymentFormMob {
        width: 305px;
    }
    .makePaymentWrap .topBox h4 {
        text-align: center;
    }
    .makePaymentFormMob .inputCustomMrgn {
        margin-right: 0;
    }
    input[type="text"].phoneBG {
        width: 272px;
        background: url("../images/inputBg.png") bottom center no-repeat;
    }
    .formMobile .placeholderWrap {
        left: 47px;
    }
    .makePaymentFormMob .placeholderWrap {
        left: 15px;
    }

    /* Order Summary page */

    .contactInfo {
        padding-bottom: 42px;
    }

    .contactInfo a, .contactInfo span {
        margin: 8px 20px 0 0;
    }

    .details {
        width: 98%;
        margin: 0 1%;
    }

    .details:first-child {
        margin-right: 0;
    }

    .pointerIcon {
        position: static;
        margin: 6px 0 6px 46%;
        background-position: 12px -184px;
    }

    .heading {
        font-size: 32px;
        line-height: 34px;
    }

    .inlineContent .wrap {
        margin-right: 20px;
    }

    .mediumField, .rightData {
        float: none;
    }

    .inlineContent .wrap, .total .largeFont, .total .biggerFont {
        float: none;
        margin-top: 6px;
    }

    .inlineContent .biggerFont {
        float: none;
        margin-top: 10px;
    }

    .btmContainer .moveBtn {
        position: static;
    }

    .detailsWrapper {
        margin-bottom: 20px;
    }

    .premium {
        padding: 0 10px;
    }

    .listing li {
        float: none;
        margin: 0 0 20px 0;
        padding: 0;
        border: none;
    }

    .txt {
        float: left;
        font-weight: bold;
    }

    .qty {
        float: right;
        font-weight: bold;
    }

    .listing ul, .listing ul li div {
        width: auto;
    }

    /* Invite for survey */

    .staticHeader {
        margin-top: 0;
    }

    .innerPage .inputCustomInner, .rightSide {
        float: none;
        width: 100%;
    }

    .rightSide {
        margin: 80px 0 0;
    }

    .blockDivider {
        width: auto;
        float: none;
        margin-top: 6px;
    }

    .vrLine {
        height: auto;
        width: 100%;
        z-index: -1;
        left: 0;
        top: 36px;
        border-bottom: 1px solid #eaeaea;
        border-left: none;
    }

    .blockDivider .pointerIcon {
        margin: 0;
        top: 8px;
        left: 39%;
        position: absolute;
    }

    .innerPage .inputCustom {
        float: none;
    }

    .innerPage .selectCityOuter {
        width: auto;
    }

    .innerPage .moveBtn {
        position: static;
    }

    .innerPage .form-inline {
        margin: 0 auto;
        width: 310px;
    }

    .tabularData {
        padding: 10px 6px 0;
        margin-top: 20px;
    }

    .breadCrumBorder {
        width: 450px;
    }
    .homeBreadcrum {
        margin: -55px auto 25px;
        width: 510px;
    }
    .innerBreadcrum {
        width: 510px;
        margin: -35px auto 0;
    }
    .threeStep .innerBreadcrum li{
        width: 160px;
    }
    .homeBreadcrum li {
        margin-left: 0;
        width: 126px;
    }
    .breadCrumBorderInner {
        width: 335px;
    }
    .selectArticlePage .breadCrumOrangeBorder {
        margin: -4px 0 0 72px;
    }
    .selectArticlePage .fourStep .breadCrumOrangeBorder {
        width: 165px;
        margin: -4px 0 0 102px;
    }
    .chooseVendorPage .breadCrumOrangeBorder {
        width: 260px;
        margin-left: 110px;
    }
    .userPicInfo {
        margin-right: 10px;
    }
    .customTable th, .customTable td, .vehicleListTable td {
        padding: 8px;
    }
    .innerPage .placeholderWrap {
        left: 13px;
    }
    .innerPage .inputCustomInner .moveBtn {
        float: none;
    }
    /*editVendorDetails*/
    .addAddress {
        padding-bottom: 30px;
    }
    /*editVendorDetails-close*/

    /*sign-in*/
    .tollFreeTopLogin {
        width: auto;
        padding: 10px 0px 20px;
    }
    .tollFreeTopLogin .tollFreeNumber {
        padding-right: 10px;
    }

    /* Vendor listing page */

    .vendorsTable th, .vendorsTable td {
        padding: 7px;
    }
    .vehicleListTable td{
        padding-left: 10% !important;
    }
    .vehicleDetailsWrap, .vehicleListTable {
        width: 480px;
    }
    .faqs{
        padding: 0 20px;
    }
    .searchArticles{
        width: 355px;
    }
}
@media (max-width: 519px) {

    /*testimonial*/
    .testimonial{
        width: 315px;
    }
    .testimonialTxt {
        width: 295px;
        float: left;
        font-size: 14px;
    }
    #testimonials .slideshow{
        width: 90%
    }
    .testimonials{
        min-height: 550px;
    }
    .advantagesOuter h3{
        margin-top: 20px;
    }
    #sliderOutside .center span, #testimonials .center span{
        z-index: 510;
    }
    #testimonials .slideshow{
        height: 335px;
    }
    #testimonials .center span{
        top: 140px;
    }

    .termsConditionList{
        padding: 0 10px;
    }
    .termsConditionList ol li{
        font-size: 19px;
    }
    .moveBg2{
        padding-top: 5px;
    }
    .footerLinks{
        width:290px;
    }
    /*privacy-policy-page*/
    .privacyPolicyWrap{
        padding: 0 20px;
    }
    .privacyPoliciesList ul li, .privacyPoliciesList ol li{
        padding:20px;
    }
    .privacyPoliciesList ul li h3, .privacyPolicyWrap h2{
        font-size: 20px
    }
    .privacyPoliciesList ul li h4{
        font-size: 18px;
    }
    /*end-privacy-policy-page*/
    .searchArticles{
        width: 355px;
    }
    .threeStep .breadCrumOrangeBorder {
        margin: -4px 0 0 0;
    }
    .threeStep .breadCrumBorderInner, .threeStep .makePaymentPage .breadCrumOrangeBorder {
        width: auto;
    }
    .breadCrumBorderInner, .makePaymentPage .breadCrumOrangeBorder {
        left: 59px;
        height: 255px;
    }

    /*vednor-dashboard*/
    .totalJobsNRevenue{
        width: 100%;
    }
    .totalRevenue{
        padding: 0
    }
    .totalJobs{
        border-right:none;
    }
    .analyticsSelectedDate{
        width: 100%;
        border-bottom:solid 1px #ccc;
        border-right: none
    }
    .leadTopSearchWrap {
        float: left;
        margin-top: 15px;
    }
    .filterBy{
        float: right;
        margin:15px 0 0 15px;
    }
    .selectedFrom {
        float: left;
        width: 245px;
    }
    .aboutLeader{
        width: 50%;
    }
    .leaderDetails{
        width: 100%
    }
    .leadStatusWrap {
        width: 50%;
        float: left !important;
    }
    .leadStatus .propertyType .floorList {
        width: 180px;
        font-size: 12px;
    }
    .leadStatus .propertyType select.selectList {
        width: 208px;
    }
    /*end-vednor-dashboard*/

    .addVehicleDetails{
        width: 400px;
        margin-left: 20px;
    }
    .vehicleListTable td{
        padding-left: 30% !important;
    }
    .vehicleDetailsWrap, .vehicleListTable {
        width: 480px;
    }

    .dashboardFilters{
        margin-right: 50px;
        width: 250px;
    }
    .formOuter .form-inline .inputCustom {
        width: 100%
    }
    .fourStep .innerBreadcrum{
        /*width: 480px;*/
        width: auto;
    }
    .homeBreadcrum li p {
        position: absolute;
        top: 50%;
        margin-top: -34px;
        left: 130px;
        margin-top: -20px;
        left: 95px;
        width: 180px;
    }
    .slideshow{
        height:100%;
    }
    .fourStep .breadCrumBorderInner {
        left: 57px;
        height: 330px;
        position: absolute;
    }
    .breadCrumOrangeBorder {
        position: absolute;
        z-index: -1;
        width: 4px;
        left: -113px;
        height: 120px;
        border-top: none;
        border-left: 4px solid #ee7700;
    }
    /*select-vehicle*/
    .vehicleListTable{
        width: 64%;
    }
    /*vehicle-move*/
    .selectMoveVehicleCity{
        width: 60%;
        margin: 20px auto;
    }
    .selectMoveVehicleCity .originCity{
        background: url("../images/inputMediaumBg.png") bottom left no-repeat;
        float: left;
        width: 255px;
        padding-right: 20px;
    }
    .selectMoveVehicleCity .destinationCity{
        background: url("../images/inputMediaumBg.png") bottom left no-repeat;
        float: left;
        width: 255px;
        padding-right: 20px;
    }
    .selectMoveVehicleCity .roundOr{
        margin:15px;
    }
    /*editVendorDetails*/
    .companyWebsiteDetails li.addCertificationWrap{
        margin-top: 30px;
    }
    .buttonsWrap .moveBtn{
        position: relative;
        top:0;
        left: 0;
    }
    .addAddress {
        padding-bottom: 30px;
    }
    .organisationInfo ul li{
        padding: 30px 15px 0px 15px;
    }
    .organisationInfo ul li input.companyInfo{
        background: url("../images/inputMediaumBg.png") bottom left no-repeat;
        width: 270px;
        padding-left: 10px;
        margin: 0;
    }
    .companyLogo .currentLogo{
        width: 200px;
    }
    .orDivider{
        margin: 10px 10px 0 90px;
    }
    .organisationInfo ul li input[type="checkbox"]{
        margin: 0 5px 0 0;
    }
    .changePassword input[type="text"], .changePassword input[type="password"]{
        background: url("../images/inputMediaumBg.png") bottom left no-repeat;
    }
    .showPassword{
        margin-right: 20px;
    }
    ul.addNewAddress li input[type="text"]{
        background: url("../images/inputMediaumBg.png") bottom left no-repeat;
    }
    .linkButtons{
        margin-right: 105px;
    }
    /*editVendorDetails-close*/
    .formOuter {
        width: 360px;
        height: auto;
    }
    .formOuter input[type="text"] {
        margin: 0 30px 25px;
    }
    .loginBtn, .loginBtn:hover {
        margin-right: 10px;
        margin-left: 30px;
    }
    .homeBreadcrum {
        width: 100%;
        position: relative;
        z-index: 2;
        margin: 20px auto 10px;
    }
    .homeBreadcrum li {
        float: none;
        text-align: left;
        width: 100%;
        padding-left: 30px;
        box-sizing: border-box;
        position: relative
    }
    .threeStep .homeBreadcrum li{
        padding-left: 32px;
    }
    .breadCrumBorder {
        position: absolute;
        z-index: -1;
        width: 4px;
        left:59px;
        height: 260px;
        border-top: none;
        border-left: 4px solid #222;
    }
    .homeBreadcrum li p {
        position: absolute;
        top: 45%;
        margin-top: -20px;
        left: 115px
    }
    .moveBgGap {
        position: relative;
    }
    .moveBtn {
        position: absolute;
        left: 115px;
        top: 32px;
    }
    .moveBgGap .moveBtn:first-child {
        top: -70px;
        left: 115px;
    }
    .banner h2 {
        font-size: 18px;
        margin: 30px 0 0 10px;
        line-height: 24px;
    }
    .formOuter {
        width: 100%;
        box-sizing: border-box;
        padding: 30px 10px 60px;
    }
    .selectArticlePage .fourStep .breadCrumOrangeBorder {
        margin: 0;
        height: 155px;
        width: 0;
    }
    /* Inter City */
    .makePaymentWrap .roundOr {
        margin: 0 130px 20px;
    }
    .makePaymentWrap {
        width: 305px;
    }
    .processBtn, .processBtn:hover  {
        position: static;
        font-size: 12px;
    }
    .selectListWrap {
        float: none;
        margin: 60px 0 0 0;
    }
    .topText {
        float: none;
    }
    .topList .topButtonOuter {
        float: left;
        margin-top: 20px;
        margin-left: 0;
    }
    .topBox {
        width: 100%;
        box-sizing: border-box;
    }

    /* Select Article */
    .subNavWrap ul li, .subNavWrap ul li p {
        width: 100%;
    }
    .subNavWrap ul li p {
        border-left: none;
    }
    .subNavWrap ul li a {
        border-top: 1px solid #efefef;
    }
    .subNavWrap ul li:first-child a {
        border-top: none;
    }
    .subNavWrap ul li a {
        padding: 10px 0;
    }
    .subNavWrap ul li:hover > a, .subNavWrap ul li.active > a {
        height: 57px;
    }
    .iteamName {
        width: 190px;
    }
    .selectDate {
        margin-top: 20px;
    }
    .backLink {
        margin-top: -80px;
        margin-left: 18px;
    }
    .inputWrapAdd input[type='text'] {
        width: 230px;
        background: url("../images/addMoreTextBoxBGSmall.png") bottom center no-repeat;
    }
    .roomSections {
        padding: 14px 20px 0;
        border-top: 1px solid #e2e2e2;
    }
    .roomSections li {
        float: left;
        width: 33%;
        margin: 0 0 10px;
    }
    .selectArticleBtn, .selectArticleBtn:hover {
        background: #e70 url("../images/sprite.png") 270px -1188px no-repeat;
        width: 310px;
        font-size: 15px;
    }

    /* Vendor listing page */
    .vendorsList ul {
        width: 100%;
    }
    .vendorsList ul ul li, .sortBy  {
        width: 100%;
        box-sizing: border-box;
    }
    .vendorsList .toggleMenu li {
        width: 33.3%;
        border-left: 1px solid #e2e2e2;
        border-top: none;
    }
    .vendorsList .moveBtn {
        position: static;
    }
    .vendorsList ul ul li{
        border-top: 1px solid #e2e2e2;
        border-left: none;
        padding: 10px 0 10px 16px;
        text-align: center;
    }
    .star {
        margin: 0 auto 6px;
    }
    .vendorsList ul ul li:nth-child(5) {
        margin-left: 0;
    }
    .formMobile {
        width: 90%;
        margin: 0 auto;
    }
    .placeholderWrap, .formMobile .placeholderWrap {
        left: 15px;
    }
    .signInForm{
        padding: 60px 15px;
    }
    .formOuter input[type="text"] {
        margin: 0
    }

    /* Make Payment page */
    .makePaymentForm, .makePaymentWrap form {
        width: 250px;
    }
    .makePaymentWrap .topBox h4 {
        text-align: center;
    }
    .makePaymentheading {
        line-height: 30px;
    }
    .makePaymentForm input[type="text"], input[type="text"].phoneBG, .makePaymentFormMob input[type="text"] {
        width: 235px;
        background: url("../images/addMoreTextBoxBGSmall.png") bottom center no-repeat;
    }
    .makePaymentForm input[type="text"].desabled {
        background: url("../images/addMoreTextBoxDesableSmallest.png") bottom center no-repeat;
    }
    .makePayHeading .backLink {
        margin-top: -125px;
    }
    .makePaymentWrap .topBox {
        width: 300px;
    }
    .threeStep .breadCrumBorderInner, .threeStep .makePaymentPage .breadCrumOrangeBorder {
        width: auto;
        position: absolute;
        height: 250px;
    }

    /* Order Summary page */
    .box {
        text-align: left;
    }
    .contactInfo a, .contactInfo span {
        margin: 0 0 8px 0;
        width: 320px;
    }
    .contactInfo {
        padding: 26px 6px 32px 6px;
    }
    .details {
        width: 99%;
        margin: 0;
    }
    .movementDetails {
        padding: 40px 6px 0 6px;
    }
    .contactInfo .phone i {
        left: 3px;
    }
    .heading {
        font-size: 28px;
        line-height: 30px;
    }
    .mediumFont {
        font-size: 18px;
        line-height: 20px;
    }
    .btmContainer .moveBtn, .btmContainer .btnGrey {
        padding: 8px 16px;
        font-size: 18px;
    }
    .yellowBox .mediumFont {
        margin-bottom: 12px;
    }
    .total, .articles .total {
        padding: 14px 10px;
    }
    .yellowBox {
        padding: 20px 10px 0;
    }
    .listing ul {
        width: auto;
        min-height: 0;
    }
    .listing {
        padding: 10px;
    }
    .articles, .whiteContainer {
        margin: 0 6px 12px 6px;
    }
    .listing ul li div {
        width: 230px;
    }
    /* Invite for survey */
    .userIcons {
        margin-right: 0;
    }
    /* Force table to not be like tables anymore */
    .vehicleListTable, .vendorsTable, .customTable, .vendorsTable thead, .vehicleListTable thead, .customTable  thead,
    .vendorsTable tbody, .vehicleListTable tbody, .customTable tbody, .vehicleListTable th, .vendorsTable th, .customTable th,
    .vendorsTable td, .customTable td, .vehicleListTable td, .vehicleListTable tr, .vendorsTable tr, .customTable tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .vehicleListTable thead tr, .vendorsTable thead tr, .customTable thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    /*tr { border: 1px solid #ccc; }*/
    .vendorsTable td, .customTable td, .vehicleListTable td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 50% !important;
    }

    .userIcons {
        padding-left: 2% !important;
    }
    .customTable th, .customTable td, .vehicleListTable td {
        padding: 5px;
    }
    .userIcons a {
        margin-left: 10px;
    }
    .vehicleListTable td:before, .vendorsTable td:before, .customTable td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 8px;
        left: 8px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    /*
    Label the data
    */
    .surveyInvitations td:nth-of-type(1):before { content: "No."; }
    .surveyInvitations td:nth-of-type(2):before { content: "Contact Name"; }
    .surveyInvitations td:nth-of-type(3):before { content: "Phone No.(+91)"; }
    .surveyInvitations td:nth-of-type(4):before { content: "Email id"; }
    .surveyInvitations td:nth-of-type(5):before { content: "Invitation Date"; }

    .completedSurveys td:nth-of-type(1):before { content: "No."; }
    .completedSurveys td:nth-of-type(2):before { content: "Property Type / Date"; }
    .completedSurveys td:nth-of-type(3):before { content: "Contact Name"; }
    .completedSurveys td:nth-of-type(4):before { content: "Contact Details (+91)"; }

    .vehicleListTable td:nth-of-type(1):before { content: "No."; }
    .vehicleListTable td:nth-of-type(2):before { content: "Vehicle Type"; }
    .vehicleListTable td:nth-of-type(3):before { content: "Make"; }
    .vehicleListTable td:nth-of-type(4):before { content: "Model"; }

    .breadCrumBorder {
        height: 350px;
    }
    .breadCrumBorder, .breadCrumBorderInner {
        width: auto;
        height: 420px;
    }
    .homeBreadcrum {
        margin: 20px auto 10px;
        width: auto
    }
    .homeBreadcrum li {
        width: 100%;
        padding-left: 30px;
    }
    .homeBreadcrum, .threeStep .innerBreadcrum {
        width: 100%;
        position: relative;
        z-index: 0;
        margin: 20px auto 10px;
        padding-bottom: 50px;
    }
    .selectArticlePage .breadCrumOrangeBorder {
        margin: 0;
        height: 225px;
        width: 0;
        border-top: 4px solid #ee7700;
        position: absolute;
        left: 58px;
        top: 0;
    }
    .chooseVendorPage .breadCrumOrangeBorder {
        height: 245px;
    }

    .staticHeader .logo {
        float: none;
    }

    .staticHeader h3 {
        float: none;
        border-left: none;
        font-size: 14px;
        line-height: 16px;
        padding: 0;
        margin: 20px 0 20px 10px;
    }

    .userPicInfo {
        margin: -40px 10px 10px 0;
    }
    .userPic{
        margin-top: 0
    }
    .innerPage .form-inline {
        width: 250px;
    }
    /*page-not-found-css*/
    .fourZeroFourError .moveBtn{
        margin-top: 50px;
        display: block;
        float: left;
        position: relative;
        left: 0;
        margin: 50px 0 80px 50px;
        top: 0;
    }
    .fourZeroFourError{
        width: 320px;
        font-size: 20px;
    }
    .fiveZeroZeroPage{
        font-size: 17px;
    }
    .breadCrumSection{
        padding-bottom: 70px;
    }
    .homeSlide img{
        width: 100%;
        height: 100%
    }
    .homeSlide{
        width: 100%;
        height: 100%
    }
    .homeSlide .slideText {
        color: #888;
        font-size:9px;
        font-weight: normal;
        padding: 3px 15px 3px 15px;
        line-height: 18px;
        bottom: 0;
    }
    .homeSlide .slideText .slideHeading {
        font-style: italic;
        display: block;
        font-size:13px;
        width: 100%;
        color: #000;
        font-family: 'droid_serifitalic';
    }
    .organisationInfo ul li label{
        width: 100%;
    }
    .organisationInfo ul li .companyInfo{
        padding: 0;
        float: left;
        width: 100%;
    }
    .organisationInfo ul li .inputCustom textarea.companyInfo{
        background: url("../images/inputMediaumBg.png") bottom left no-repeat;
        width: 270px;
        height: 50px;
        padding-left: 10px;
        margin-top: 15px;
    }
    .addCertification #addAddress{
        margin-left: 0
    }
    .companyWebsiteDetails li label{
        text-align: left
    }
    .dragCertificateImage{
        margin-top: 15px;
    }
    .organisationInfo ul.contactDetail li label{
        text-align: left
    }
    .addPhoneNumber{
        margin-left: 0
    }
    .customCheckBox span{
        padding-left: 22px;
        display: block;
    }
    .tollFreeTopLogin{
        width: auto;
        padding: 10px 0px 20px;
    }
    .tollFreeTopLogin .tollFreeNumber{
        padding-right: 10px;
    }
    .failWrap, .successWrap{
        top: 107px;
    }
    .failMessage, .successMessage{
        margin-left: 10px;
    }
    .successMessage p, .failMessage p{
        float: left;
        width: 85%;
    }
    #sliderOutside .center span#next{
        background-position: -33px -753px;
        right: 17px;
    }
    #sliderOutside .center span#prev{
        background-position: 0 -753px;
        left: 17px;
    }

    /* Vendor listing page */

    .vendorsTable td:nth-of-type(1):before { content: "Price"; }
    .vendorsTable td:nth-of-type(2):before { content: "Vendor"; }
    .vendorsTable td:nth-of-type(3):before { content: "Transit"; }
    .vendorsTable td:nth-of-type(4):before { content: "Rating"; }
    .vendorsTable td:nth-of-type(5):before { content: "Jobs"; }
    .vendorsTable td:nth-of-type(6):before { content: "Certifications"; }

    .vendorsList .vendorsTable .moveBtn, .vendorsList .vendorsTable .moveBtn:hover {
        float: none;
    }

    .vendorsTable .btmBorder, .vendorsTable .btmBorder td {
        display: inline;
    }

    .vendorsTable .btmBorder td:before {
        display: none;
    }


    .vendorsTable .btmBorder td {
        padding-left: 0 !important;
    }

    .vendorsList .vendorsTable .toggleMenu li {
        width: 30%;
    }
    .homeBreadcrum li {
        padding-left: 18px;
    }
    .fourStep .homeBreadcrum li {
        padding-left: 30px
    }
    .faqs{
        padding: 0 20px;
    }
    .addVehicleDetails{
        width: 280px;
        overflow: hidden;
        float: left;
    }
    /* Home page Testimonial */

    .moveBgGap a.moveBtn:first-child,.moveBgGap a.moveBtn {
        left: 50%;
        margin-left: -95px;
    }

    .formOuter {
        text-align: center;
    }

    .formOuter input[type="text"] {
        margin: 0 auto;
        display: block;
    }

    .loginBtn, .loginBtn:hover {
        display: inline-block;
        float: none;
    }

    .testimonialOuter #testimonials p span {
        width: 82%;
    }
    /* Home page Testimonial Ends*/

}
@media (max-width: 320px) {

    /*add vehicle*/
    .addBike{
        margin-left: 0
    }
    .addBike input[type="text"]{
        width: 130px;
        margin: 0
    }



    /*contact-us*/
    .contactForm{
        padding: 20px;
    }
    input[type="text"], .contactUsMessage{
        background: url("../images/inputMediaumBg.png") bottom center no-repeat;
        width: 250px;
    }



    .testimonial {
        width: 210px;
    }
    .testimonials{
        width: 300px
    }
    .testimonialTxt{
        font-size: 12px;
        width: 100%;
    }
    .footerLinks{
        width: 290px;
        text-align: center
    }

    .termsConditionList{
        padding: 0 10px;
    }
    .termsConditionList ol li{
        font-size: 17px;
    }

    .advantagesOuter h3, .formOuter h3, .testimonials h3{
        font-size: 25px;
        margin: 10px 0 0 0;
    }
    /*privacy-policy-page*/
    .privacyPolicyWrap{
        padding: 0 20px;
    }
    .privacyPoliciesList ul li, .privacyPoliciesList ol li{
        padding:20px;
    }
    .privacyPoliciesList ul li h3, .privacyPolicyWrap h2{
        font-size: 20px
    }
    .privacyPoliciesList ul li h4{
        font-size: 18px;
    }
    /*end-privacy-policy-page*/
    .searchArticles input, .searchArticles input[type="text"]:focus{
        width: 235px;
    }
    .searchArticles{
        width: 280px;
    }


    .faqs{
        padding: 0 20px;
    }
    .threeStep .innerBreadcrum{
        width: 320px;
    }
    .addVehicleDetails{
        width: 300px;
        overflow: hidden;
    }

    /*vednor-dashboard*/
    .topSearchPanel .search {
        background: url("../images/inputMediaumBg.png") bottom center no-repeat;
        overflow: hidden;
        width: 280px;
    }
    .topSearchPanel .search .searchInput {
        width: 230px;
    }
    .filterBy{
        float: left;
        margin: 0px 0 15px 0px;
    }
    .totalJobs h3, .totalRevenue h3{
        font-size: 18px;
    }
    .totalJobs span, .totalRevenue span{
        font-size: 15px;
    }
    .chartGraph .chart{
        width: 100%
    }
    .leaderDetails{
        width: 100%;
        padding-top: 0;
    }
    .aboutLeader {
        width:100%;
    }
    .leadStatusWrap {
        width: 63%;
        float: left !important;
    }
    .leadStatus .propertyType .floorList {
        width: 180px;
        font-size: 12px;
    }
    .leadStatus .propertyType select.selectList {
        width: 208px;
    }
    .assignedTo{
        margin-top: 20px
    }
    .leaderContactDetails .volume{
        margin-top: 40px;
    }
    .leadStatus .propertyType .floorList {
        width: 140px;
        font-size: 12px;
    }
    .leadStatus .propertyType select.selectList {
        width: 167px;
    }
    .leadsListWrap ul li .aboutLeader .leadStatus, .leadsListWrap ul li .aboutLeader .source{
        margin-top: 10px;
    }
    .paginationRange{
        float: none;
    }
    /*end-vednor-dashboard*/
    .threeStep .innerBreadcrum{
        width: 300px;
    }
    .homeBreadcrum li {
        padding-left: 18px;
    }
    .fourStep .homeBreadcrum li {
        padding-left: 30px
    }
    .vehicleDetailsWrap, .vehicleListTable {
        width: 300px;
    }
    .addVehicleDetails{
        width: 300px;
    }
    .dashboardFilters{
        width: 280px;
        margin: 0
    }
    .customPagination ul > li > a, .customPagination ul > li > span{
        margin: 4px 8px;
    }
    .fourStep .innerBreadcrum{
        width: 310px;
    }
    .homeBreadcrum li p {
        position: absolute;
        top: 40%;
        margin-top: -34px;
        left: 130px;
        margin-top: -20px;
        left: 129px;
        width: 174px;
    }
    #sliderOutside .center span#next{
        background-position: -33px -753px;
        right: 17px;
    }
    #sliderOutside .center span#prev{
        background-position: 0 -753px;
        left: 17px;
    }
    .slideshow{
        height:100%;
    }
    .breadCrumSection{
        padding-bottom: 70px;
    }
    .homeSlide img{
        width: 100%;
        height: 100%
    }
    .homeSlide .slideText {
        color: #888;
        font-size: 8px;
        font-weight: normal;
        padding: 3px 15px 3px 15px;
        line-height: 13px;
        bottom: 0;
    }
    .homeSlide .slideText .slideHeading {
        font-style: italic;
        display: block;
        font-size: 11px;
        width: 100%;
        color: #000;
        font-family: 'droid_serifitalic';
    }
    /*select-vehicle*/
    .vehicleListTable{
        width: 100%;
    }
    /*vehicle-move*/
    .selectMoveVehicleCity{
        width: 90%;
        margin-left: 20px
    }
    .selectMoveVehicleCity .originCity{
        background: url("../images/inputMediaumBg.png") bottom left no-repeat;
    }
    .selectMoveVehicleCity .destinationCity{
        background: url("../images/inputMediaumBg.png") bottom left no-repeat;
    }

    /*edit-vendor-details*/
    .companyNameDetails{
        padding: 0;
    }
    .companyWebsiteDetails li.addCertificationWrap{
        margin-top: 30px;
    }
    .organisationInfo ul.contactDetail li label, .organisationInfo ul li label{
        width: 100%;
        text-align: left
    }
    .organisationInfo ul li .companyInfo{
        padding: 0;
        float: left;
    }
    .companyLogoInfo{
        width: 275px;
    }
    .addAddress {
        padding-bottom: 30px;
    }
    .buttonsWrap .moveBtn{
        position: relative;
        top:0;
        left: 0;
    }
    .linkButtons{
        margin-right: 10px;
    }
    .banner {
        background-size: cover;
    }
    .bannerImage {
        height: 180px;
    }
    .banner h2 {
        font-size: 13px;
        margin: 10px 0 0 10px;
        line-height: 24px;
    }
    .menuNav a.loginBtn {
        margin-left: 40%;
    }
    .homeBreadcrum {
        margin-bottom: 35px;
    }
    .moveBtn {
        left: 62px;
    }
    .moveBgGap .moveBtn:first-child {
        left: 60px;
    }
    .slideshow {
        width: 100%;
        box-sizing: border-box;
    }
    #sliderOutside .center span {
        /*display: none;*/
        z-index: 5000;
    }
    .formOuter {
        padding: 30px 10px 60px;
    }
    .formOuter input[type="text"] {
        width: 254px;
        background: url("../images/inputMediaumBg.png") bottom center no-repeat;
    }
    .logo {
        margin: 4px 0 0 0;
    }
    .iteamName {
        width: 165px;
    }
    #selectedArticles li ul li span.iteamName{
        width: 50%
    }
    .selectArticleBtn, .selectArticleBtn:hover {
        width: 100%;
    }
    .threeStep .innerBreadcrum{
        width: auto;
    }
    .threeStep .breadCrumBorder{
        height: 260px;
        left: 57px;
    }
    .threeStep .homeBreadcrum li p{
        left: 110px;
    }
    /* Choose Vendor Page */
    .articleTypeSize li {
        border-bottom: 1px solid #cccccc;
        width: 124px;
    }
    .secItemResp li {
        float: none;
        width: 100%;
    }
    .roomSections li {
        float: left;
        width: 50%;
        margin: 0 0 10px;
    }
    .backLink {
        margin-top: -100px;
    }
    .chooseVendorHeading h2 {
        margin-bottom: 0;
        line-height: 35px;
    }
    .chooseVendorHeading .backLink {
        margin-top: -110px;
    }
    .formMobile input[type="text"] {
        width: 220px;
        background: url("../images/addMoreTextBoxBGSmall.png") bottom center no-repeat;
    }
    .formMobile, .selectCityOuter {
        width: 250px;
        margin: 0 auto;
    }
    .inputCustomInner {
        width: 100%;
    }

    /* Make Payment page */
    .makePaymentWrap .roundOr {
        margin: 0 140px 20px;
    }
    .makePaymentForm, .makePaymentWrap form {
        width: 253px;
    }
    .formMobile .placeholderWrap {
        left: 15px;
    }
    .formMobile input[type="password"], .formMobile input[type="text"] {
        width: 235px;
        background: url("../images/addMoreTextBoxBGSmall.png") bottom center no-repeat;
    }
    .topForm input[type="text"] {
        float: left;
        margin-top: 10px;
    }

    .contactInfo a, .contactInfo span {
        width: 310px;
    }
    /*sign-in-page-css-responsive*/
    .formMobile{
        width: 100%;
    }
    .innerGrayPage{
        width: auto;
    }
    .signInForm{
        width: auto;
        padding: 25px;
    }

    .homeBreadcrum,  .innerBreadcrum {
        width: 100%;
        position: relative;
        z-index: 0;
        margin: 20px auto 10px;
        padding-bottom: 50px;
    }
    .selectArticlePage .breadCrumOrangeBorder{
        left: 57px;
    }
    .wrapperInfo p{
        font-size: 13px;
        font-weight: bold;
    }

    /*page-not-found-css*/
    .fourZeroFourError .moveBtn{
        margin-top: 50px;
        display: block;
        float: left;
        position:relative;
        margin:50px 0 80px 50px;
    }


}
/*makePaymentContent-----*/
.makePaymentContent {
    background: #ffffff;
    width: 560px;
    border: solid 1px #dddddd;
    margin: 0 auto 60px;
    padding: 30px 30px 0;
}
.makePaymentContent p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #767778;
    margin: 0 0 5px;
}
.makePaymentContent p span {
    font-weight: bold;
    color: #58595b;
}

.paymentContent {
    border: solid 1px #dddddd;
    margin: 30px 0 40px;
    padding: 30px 20px;

}
.paymentContent ul {
    overflow: hidden;
    margin: 28px 0 18px;
}
.paymentContent li {
    width: 200px;
    list-style-type: none;
    float: left;
    margin-left: 50px;
}
.paymentContent li:first-child,
ul.btnWrap li:first-child {
    margin-left: 0;
}

.paymentContent li.arrowBox {
    background: url(../images/arrow_bg.jpg) no-repeat center right;
    padding-right: 68px;
}
.paymentContent h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #ee7700;
    margin: 0 0 10px 0;
}
.rupeeIcon {
    background: url(../images/rupee_icon.png) no-repeat center center;
    padding-left: 20px;
}
.rupeeBlackIcon {
    background: url(../images/rupee_black_icon.jpg) no-repeat center left;
    padding-left: 15px
}
ul.btnWrap {
    margin: 0 auto 30px;
    text-align: center;
}
ul.btnWrap li {
    list-style-type: none;
    display: inline-block;
    margin-left: 25px;
}
ul.btnWrap span {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #ee7700;
    margin-bottom: 10px;
}
ul.btnWrap a {
    display: block;
}
.orangeBtn,
.greenBtn  {
    border-radius: 6px;
    background: #e70;
    padding: 10px 26px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    border: none;

}
.greenBtn {
    background: #8b3;
}
.orangeBtn:hover,
.greenBtn:hover {
    color: #ffffff;
    text-decoration: none;
}

/*errorContent-----*/
.errorContent,
.successContent {
    background: #ffe5dd;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 50px;
}
.errorContent p,
.successContent p {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #444444;
    margin: 0;
}
.errorContent .closeIcon,
.successIcon {
    background: url(../images/close_icon.png) no-repeat center left;
    padding-left: 25px;
}
.errorContent a {
    color: #444444;
    text-decoration: underline;
}


/*successContent----*/
.successContent {
    background: #e3ffdd;
}
.successIcon {
    background: url(../images/success_icon.png) no-repeat center left;
}

.makePaymentWrap h2 {
    font-family: "HelveNue",Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 40px;
    line-height: 42px;
    color: #222222;
    text-align: center;
    margin: 60px 0 45px;
}