*, *:after, *:before{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
*:focus{
    outline: 0 none !important;
}
body, html{
    height: 100%;
}
body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #747c83;
    font-size: 14px;
}
.siteWrapper {
   position: relative;
    min-height: 100%;
    height: 100%;
    display: table;
    width: 100%;
}

.bodySection{
    padding-bottom: 38px;
    position: relative;
    
}
.fontNormal{
    font-weight: 400;
}
.topRow{
	padding: 10px 0;
	min-height: 94px;
}
/*
.border:before{
    width: 1px;
    height: 100%;
    right: 25%;
    top: 0;
    background: #ccc;
    content:"";
}*/
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
   /*  height: 41px; */
    background: #eee;
    border-top: 1px solid #ddd;
    /* line-height: 40px; */
    font-size: 90%;
}
.siteColor{
    color: #27346D;
}
.logo{
    margin: 0;
}
.phone, .email{
    margin: 0;
    color: #27346D;
    font-size: 18px;
}
.pad{
    padding: 10px;
}
.p-t-0{
	padding-top: 0;
}
.m-t-0{
	margin-top: 0;
}
.m-t-5{
    margin-top: 5px;
}
.m-t-10{
    margin-top: 10px;
}
.m-t-20{
    margin-top: 20px;
}
.m-t-40{
	margin-top: 40px;
}
.m-b-0{
    margin-bottom: 0;
}
.m-b-10{
	margin-bottom: 10px;
}
.m-b-20{
	margin-bottom: 20px;
}
.m-b-40{
	margin-bottom: 40px;
}
.navbar{
    border-radius: 0;
    border: 0 none;
}
.bold{
    font-weight: bold;
}
.underline{
	text-decoration: underline;
}
.spanHighlights{
	border: 1px solid #ff7775;
    padding: 0 5px;
    background: #e86a69;
}
.navbar-default{
    /*background: rgba(0,0,0,0.5);*/
    background: #27346D;
}
.navbar-nav>li>a{
    font-size: 16px;
}
.navbar-default .navbar-nav>li>a{
        color: #fff;
    /* border-top: 2px solid transparent; */
    font-size: 18px;
    /* font-family: Oswald;
    text-transform: uppercase; */
    letter-spacing: 1px;
    /* text-shadow: 0 1px 0 rgba(0,0,0,0.2); */
    font-weight: lighter;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: rgb(148, 153, 177);
    background: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color: #FFFFFF;
    background: rgb(71, 83, 130);
    /* border-top: 2px solid #27346D; */
}
.navbar-default .navbar-collapse{
	border-color: #1a2760;
}
.navbar-default .navbar-toggle{
	border-color: #3e4b84;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #35427b;
}
.bannerBg{
    position: relative;
    overflow: hidden;
}
.bannerOverlay{
    background: url(../images/title-bg.jpg) no-repeat scroll center center rgba(0,0,0,0.5);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.bannerColor{
    background: rgba(218, 54, 53,0.98) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    width: 100%;
}
.white{
    color: #fff;
}
.largePad{
    padding: 20px;
}
.support {
    background: url(../images/phone.png) no-repeat scroll left center transparent;
    display: inline-block;
    padding-left: 46px;
    text-align: left;
    vertical-align: middle;
    margin-left: 30px;
    margin-top: 5px;
}
.mail{
    background: url(../images/mail.png) no-repeat scroll left center transparent;
    display: inline-block;
    padding-left: 46px;
    text-align: left;
    vertical-align: middle;
}
.pageTitle{
    margin-bottom: 0;
}
.smallCont{
        color: rgba(255,255,255,0.5);
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.border-left{
    border-left: 1px solid #ccc;
}
.formContent{
    position: relative;
}
.imagebox{
    position: absolute;
    left: 0;
    top: 0;
    width: 34%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: -1;
}

.features{
    border-bottom: 1px solid #ddd;
        padding: 20px 0 20px 10px;
}
/* .features:last-child{
    border-bottom: 0 none;
} */
.contactDetails .col-sm-1, .contactDetails .col-sm-2, .contactDetails .col-sm-3, .contactDetails .col-md-12{
	padding-right: 5px;
	padding-left: 5px;
}
.features span{
       font-size: 20px;
    font-weight: 300;
    display: inline-block;
    margin-left: 10px;
}
.features img{
    width: 60px;
    height: 50px;
}
.light{
    font-weight: 300;
}
.addRow, .addContact{
    background: #313D73;
    border-radius: 100%;
    color: #fff;
    font-size: 22px;
    position: relative;
    top: 30px;
    right: 15px;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 23px;
    cursor: pointer;
}
.addRow:hover, .addRow:focus, .addContact:hover, .addContact:focus{
    color: #fff;
    opacity: 0.9;
    text-decoration: none;
    box-shadow: 0 3px 6px #ccc;
    -webkit-box-shadow: 0 3px 6px #ccc;
    -moz-box-shadow: 0 3px 6px #ccc
}
.button, .pager li>a, .pager li>span{
    font-weight: 600;
    display: inline-block;
    background-color: #0871B9;
    /* border-bottom: 2px solid #0b80e1; */
    padding: 12px 20px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 10px;
    border-radius: 2px;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border: 0 none;
}
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span{
	color: #fff;
    background-color: #5ab1f7;
    opacity: 0;
}
li.disabled{
	display: none;
}
.pager .finish>a{
	float: right;
}
.pager li>a.button{
	
	padding: 12px 20px;
	border-radius: 2px;
	background-color: #0871B9;
    border: 1px solid #0871B9;
}
.pager .previous>a{
	font-weight: 600;
    display: inline-block;
    background-color: #42a5f6;
    /* border-bottom: 2px solid #0b80e1; */
    padding: 12px 20px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 10px;
    border-radius: 2px;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.pager li > a:focus, .pager li > a:hover{
	color: #fff;
    background-color: #1989D6;
}
.button:hover, .button:focus{
    color: #fff;
    background-color: #0871B9;
}
.pager .previous>a:focus, .pager .previous>a:hover{
}
.btnTop{
    padding-top: 20px;
}
.btnTop:before{
     height: 1px;
    content: "";
    position: absolute;
    left: 31.5%;
    width: 150px;
    background: #E6E6E6;
    top: 0;
}
/*.formContent .container{
    padding: 0 340px 0 0;
    overflow: hidden;
}
.leftSidebar, .rightSidebar{
    padding-bottom: 99999px;
    margin-bottom: -99999px;
}
.leftSidebar{
    float: left;
    width: 100%;
}
.rightSidebar{
    float: right;
    margin-right: -320px;
    width: 280px;
    background-color: #fff;
}*/
/*.rightSidebar:before{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ddd;
}*/
.siteRed{
    color: #D52727;
}
.siteblue{
    color: #0871B9;
}

.select2{
	width: 100% !important
}
.formTitle, .formTitleGreen{
    position: relative;
    /* padding-bottom: 10px; */
    margin-bottom: 20px;
}
.pad-right-none{
	padding-right: 0;
}
.topThree{
	margin-top: 6px;
}
.formTitle:before {
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    width: 100px;
    background: #0871B9;
    bottom: 0;
}
.formTitleGreen:before{
	height: 1px;
    content: "";
    position: absolute;
    left: 0;
    width: 100px;
    background: #5CB85C;
    bottom: 0;
}
.form-control{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 2px;
}
.form-control:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-color: #909FE0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/*#loader{
    background: url(../images/loader.gif) no-repeat scroll center center transparent;
     height: 108px;
    width: 108px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    display: none;
}*/
#docList li a{
	color: #3c8dbc;
}
#docList li a:hover {
    color: #3c8dbc;
    text-decoration: underline;
}
#docList li span{
	color: #757575;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}
input[readonly] {
    background-color: white !important;
    cursor: text !important;
}
.minus {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
}
.minus .addRow, .minus .addContact, .addRow.remove_new_ride, .addRow.remove_new_contact{
    background: #808080;
}
.primaryRadio{
	margin-top: 10px;
}
.btn-blue{
    color: #fff;
    background-color: #2D396F;
    border-color: #2D396F;
    opacity: 0.7;
    border-radius: 3px !important;
}
.btn-blue:hover, .btn-blue:focus{
    color: #fff;
    background-color: #2b3359;
}
.btn-green{
	color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
    border-radius: 3px !important;
}
.btn-green:hover, .btn-green:focus{
    color: #fff;
    opacity: 0.7;
}
.main{
    margin-bottom: 30px;
}
.btn{
    border-radius: 2px;
    letter-spacing: 1px;
}
.imginfo {
    margin: 10px 0;
}
.imgUpload {
    margin-top: 45px;
}
input[type="button"]:focus{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    outline: 0 none !important;
}
.navbar-toggle{
    border-radius: 2px;
}
.thankyouMsg{
    text-align: center;
    color: green;
}
.tabTitle{
    border-bottom: 1px solid #eee;
    color: #27346d;
    padding-bottom: 10px;
}


#ap{
	position: relative;
}
.apTab{
	margin-bottom: 0;
}
.progress {
    background-color: #E0E0E0;
    border-radius: 0;
    box-shadow: none;
    height: 3px;
    margin-bottom: 20px;
    overflow: hidden;
}
.barWrap {
    left: 0;
    margin-bottom: 0;
    position: absolute;
    top: -45px;
    width: 100%;
    z-index: -1;
}
.barWrapWidth {
    margin: 0 auto;
    position: relative;
    width: 50%;
}
.apTab li{
	float: none;
	display: inline-block;
}
.apTab ul li a {
    border-radius: 100%;
    display: block;
    height: 40px;
    line-height: 20px;
    padding: 10px;
    text-align: center;
    width: 40px;
    background: #E0E0E0;
    color: #999;
    margin: 0 80px;
}

.apTab ul li.ap a{
	background: #0871B9;
	color: #fff
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
	background: #5CB85C !important;
	box-shadow: 0 5px 10px #969696;
	-webkit-box-shadow: 0 5px 10px #969696;
	-moz-box-shadow: 0 5px 10px #969696;
}
.progress-bar{
	background: #0871B9;
}
li.first.ap.active ~ .second.ap a{
	background: #E0E0E0;
	color: #999
}
li.first.ap.active ~ .second.ap ~ .third.ap a, li.second.ap.active ~ .third.ap a, li.second.ap.active ~ .third.ap ~ .fourth.ap a, li.first.ap.active ~ .second.ap ~ .third.ap ~ .fourth.ap a, li.third.ap.active ~ .fourth.ap a{
	background: #E0E0E0;
	color: #999
}
.apTab ul li.first.ap a, .apTab ul li.second.ap a{
	color: #fff;
}

.apTab ul li span{
	opacity: 0.7;
	display: block;
	margin-top: 5px;
}
.apTab ul li.active span{
	opacity: 1;
	color: #000;
	font-weight: bold;
}
/* .confirm{
	border: 1px solid #ccc;
    padding: 5px 10px;
} */
.uploadFiles p{
	margin: 0;
}
.uploadFiles .progress{
	margin-bottom: 0;
	background: #B3B3B3;
}
.uploadTableRowId{
	background: #E2E2E2 !important;
	border-bottom: 5px solid #fff;
}
.tab-content{
	margin-top: 40px;
}
.tab-pane{
	padding-bottom: 20px;
}
.mTop-sm{
	margin-top: 100px;
}
.tabInfo{
	margin-top: 30px;
}
.nonelist{
	list-style: none;
	margin-top: 10px;
}

@media (min-width: 768px){
	
}
.boxBox{
	border: 1px solid #ddd;
    box-shadow: 0 5px 10px #eee;
}
/* .navbar-default .navbar-collapse{
	background: #27346D;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background: transparent none repeat scroll 0 0;
    color: rgb(148, 153, 177) !important;
} */
.ollist{
	padding-left: 30px;
	margin-top: 20px;
}
.ollist li{
	margin-bottom: 15px;
}
.miniTitle {
    color: #27346d;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding-bottom: 5px;
}
h2.miniTitle{
	font-size: 22px;
}
.miniTitle::before {
    background: #eee none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 30px;
}
.abtSection{
	text-align: center;
	margin: 70px 0;
}
.abtSection h3{
	font-size: 22px;
	font-weight: lighter;
	color: #27346d
}
.abtSection i{
	 background: #27346d none repeat scroll 0 0;
    border: 1px solid #1a2760;
    border-radius: 50%;
    color: #ffee31;
    font-size: 50px;
    height: 100px;
    line-height: 100px;
    width: 100px;
	box-shadow: 0 5px 8px #ddd;
	-webkit-box-shadow: 0 5px 8px #ddd;
	-moz-box-shadow: 0 5px 8px #ddd;
	position: relative;
	z-index: 2;
}

.animate-bus{
	position:absolute;
	left:-150px;
	bottom:0;
	z-index:11;
}
.animate-bus{
	width:114px;
	height:46px;
	-webkit-transition:all 3s ease-in-out;
	-moz-transition:all 3s ease-in-out;
	-ms-transition:all 3s ease-in-out;
	-o-transition:all 3s ease-in-out;
	transition:all 3s ease-in-out;
	-webkit-animation:animate 7s ease-in-out 2s infinite;
	-moz-animation:animate 7s ease-in-out 2s infinite;
	-ms-animation:animate 7s ease-in-out 2s infinite;
	-o-animation:animate 7s ease-in-out 2s infinite;
	animation:animate 7s ease-in-out 2s infinite;
}
@keyframes animate{
	0%{
		-webkit-transform:translateX(-100%);
		-moz-transform:translateX(-100%);
		-ms-transform:translateX(-100%);
		transform:translateX(-100%);
	}
	30%{
		-webkit-transform:translateX(150%);
		-moz-transform:translateX(150%);
		-ms-transform:translateX(150%);
		transform:translateX(150%);
	}
	50%{
		-webkit-transform:translateX(500%);
		-moz-transform:translateX(500%);
		-ms-transform:translateX(500%);
		transform:translateX(500%);
	}
	100%{
		-webkit-transform:translateX(2000%);
		-moz-transform:translateX(2000%);
		-ms-transform:translateX(200%);
		transform:translateX(2000%);
	}
}
@-webkit-keyframes animate{
	0%{
		-webkit-transform:translateX(-100%);
		-moz-transform:translateX(-100%);
		-ms-transform:translateX(-100%);
		transform:translateX(-100%);
	}
	30%{
		-webkit-transform:translateX(150%);
		-moz-transform:translateX(150%);
		-ms-transform:translateX(150%);
		transform:translateX(150%);
	}
	50%{
		-webkit-transform:translateX(500%);
		-moz-transform:translateX(500%);
		-ms-transform:translateX(500%);
		transform:translateX(500%);
	}
	100%{
		-webkit-transform:translateX(2000%);
		-moz-transform:translateX(2000%);
		-ms-transform:translateX(200%);
		transform:translateX(2000%);
	}
}


/* .mobile .navbar-nav a {
    color: #999;
    display: block;
    font-size: 0.8em;
    opacity: 0;
    text-transform: uppercase;
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
}
.mobile.arunAni .navbar-nav a {
    opacity: 1;
    transform: translateX(0px);
}
.mobile .navbar-nav li:nth-child(1) a {
    transition-delay: 0.08s;
}
.mobile .navbar-nav li:nth-child(2) a {
    transition-delay: 0.16s;
}
.mobile .navbar-nav li:nth-child(3) a {
    transition-delay: 0.24s;
}
.mobile .navbar-nav li:nth-child(4) a {
    transition-delay: 0.3s;
}
.mobile .navbar-nav li:nth-child(5) a {
    transition-delay: 0.36s;
}
.mobile .navbar-nav li:nth-child(6) a {
    transition-delay: 0.42s;
}
.mobile .navbar-nav li:nth-child(7) a {
    transition-delay: 0.48s;
}
.mobile .navbar-nav li:nth-child(8) a {
    transition-delay: 0.54s;
} */

.list-group-item:first-child{
	    border-top-left-radius: 0  !important;
	     border-top-right-radius: 0  !important;
}
.list-group-item:last-child{
	    border-top-left-radius: 0  !important;
	     border-top-right-radius: 0  !important;
}
.s-m a{
	display: block;
}
.fade-line, .fade-lines {
    display: block;
    height: 3em;
    overflow: hidden;
    position: relative;
}

.fade-line::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(243, 243, 243, 0), rgba(243, 243, 243, 1) 50%) repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1.5em;
    position: absolute;
    right: 0;
    text-align: right;
    width: 70%;
}
.fade-lines::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%) repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1.5em;
    position: absolute;
    right: 0;
    text-align: right;
    width: 70%;
}
.minHeight{
	min-height: 112px;
}
.my-list-group .list-group-item{
	 margin-left: -15px;
    margin-right: -15px;
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    background: transparent;
    border-bottom: 1px solid #ddd;
}
.my-list-group .list-group-item:last-child{
	border-bottom: 0 none;
}
.label{
	font-size: 85%;
}
.primary {
    position: relative;
    /* background: #eee; */
}
.primary .checks {
    color: #008000;
    font-size: 11px;
    left: 10px;
    line-height: 10px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 50%;
}
.checks i {
    font-size: 16px;
}
.checks > span {
    display: block;
    font-weight: bold;
}
.viewDriver{
	background: #eee none repeat scroll 0 0;
    border-left: 1px solid #ddd;
    height: 100%;
    padding: 28px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 130px;
}

.viewDriver a{
	color: #008000;
}
.pending a{
	color: #F39C12;
}
.viewDriver a:hover, .viewDriver a:focus{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.viewDriver span{
	display: block;
	/* font-size: 12px; */
	text-transform: Capitalize;
}
.contentInner{
	padding: 10px 15px;
}
.equalHeight .sidebar{
	background: #f3f3f3;
}
.m-l-10{
	margin-left: 10px;
}
.liBottom li{
	margin-bottom: 10px;
}
.docImg img{
	border: 1px solid #ccc;
	padding: 3px;
	border-radius: 2px;
}
.additional i{
 cursor: pointer;
 margin-left: 2px;
}
.fareBreakDown{
	margin-bottom: 30px;
}
.mainTotal{
	font-size: 16px;
	color: #000
}
.liner{
	height: 1px;
	margin: 10px 0;
	background: #ddd;
}
.full{
	margin-left: -15px;
	margin-right: -15px;
}
.total{
	color: #5CB85C;
	
}
.mylist{
	list-style: none;
	margin: 0;
	padding: 0;
}
.mylist li{
	margin-bottom: 10px;
}
.aInfo i{
	cursor: pointer;
}
.aInfo i:hover:before{
	content: '\f059';
}
.siteGreen{
	color: #5CB85C
}
.assigned{
	padding: 0;
}
.assigned h4{
	background: #c8e6c9 none repeat scroll 0 0;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 9px;
    padding: 2px;
}
.assigned img{
	margin-bottom: 4px;
}

.mmarker {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
    text-align: left;
}
.mmarker img {
    height: 15px;
    width: 11px;
}
.oflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#ride_list .list-group-item {
    margin-bottom: 10px;
    box-shadow: 0 3px 5px #eee;
    -webkit-box-shadow: 0 3px 5px #eee;
    -moz-box-shadow: 0 3px 5px #eee;
}
.primary:first-child {
    position: relative;
    background: #eee;
}
.smallLink{
	color: #ababab
}
.whiteError .form-group.has-error label{
	color: #fff;
	text-align: left;
	display: block;
}
.text-italic{
	font-style: italic;
}
.vTop .form-group{
	margin-right: 15px;
}
.newFeature{
	position:relative;
}
.newFeature span{
	position: absolute;
    right: 3px;
    top: 3px;
    background: #FFEA00;
    display: inline-block;
    text-transform: capitalize;
    font-size: 10px;
    padding: 0 5px;
    color: #000;
    border-radius: 2px;
    font-weight: bold;
    line-height: 16px;
	
}
.shadowBig {
    border-bottom: 1px solid #3b4881;
}
.addressSection address{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.addressSection address i{
	float: left;
	position: relative;
	width: 30px;
	text-align: left;
	top: 4px;
}
.addressSection address i.fa-map-marker{
	margin-bottom: 30px;
}



/* Responsive Desgin */

@media (max-width: 479px){
	.apTab li{
		margin-bottom: 10px;
	}
}
@media(max-width: 768px){
    .btnTop::before{
        left: auto;
    }
}
@media(max-width: 767px){
    .logo{
        display: inline-block;
    }
    .tCenter{
        text-align: center;
    }
    .support{
        margin-left: 0;
    }
    .info.text-right{
        text-align: center;
    }
    .viewDriver{
    	position: relative;
    	width: auto;
    	padding: 10px;
    	border-left: 0 none;
    }
    .viewDriver span{
    	display: inline-block;
    	margin-left: 5px;
    }
    .barWrapWidth{
    	display: none;
   	}
   	.apTab ul li a{
		margin: 0 15px;
	}
	.smTextCenter{
		text-align: center;
	}
	.top-info{
		margin-top: 20px;
	}
}
@media (min-width: 768px){
	.rowSpc{
		position: relative;
	    margin-bottom: 40px;
	}
	.rowSpc:after {
	    position: absolute;
	    content: "";
	    height: 1px;
	    background: #EAEAEA;
	    top: 29px;
	    left: 0;
	    width: 100%;
	}
	.hline{
		position: relative;
	}
	.hline::before {
	    border-bottom: 1px dashed #ccc;
	    content: "";
	    height: 1px;
	    left: 50%;
	    position: absolute;
	    right: 0;
	    top: 30%;
	    width: 100%;
	    z-index: 1;
	}
}
@media (max-width: 992px){
	.nav > li > a{
	padding-left: 10px;
	padding-right: 10px;  
	}
	.equalHeight .sidebar{
		margin-bottom: 40px;
	}
}
@media(min-width:768px) and (max-width: 991px){
	.barWrapWidth {
	    width: 66%;
	}
	.apTab ul li a{
		margin: 0 40px;
	}
} 
@media(min-width:992px) and (max-width: 1200px){
	.apTab ul li a{
		margin: 0 55px;
	}
}

@media(min-width: 1200px){
    .equalHeight .twoCols {
	    overflow: hidden;
	    padding: 0 360px 0 0;
	}
	.equalHeight .twoColsOne{
		padding: 0 300px 0 0;
	}
	.twoCols {
	    margin: 0 auto;
	    padding: 0 30px;
	    width: 100%;
	}
	
	.equalHeight .content, .equalHeight .sidebar {
	    margin-bottom: -99999px;
	    padding-bottom: 99999px;
	}
	.equalHeight .content {
	    background-color: #fff;
	    float: left;
	    width: 100%;
	    border-left: 1px solid #ddd;
	    border-right: 1px solid #ddd;
	}
	
	.equalHeight .sidebar {
	     background-color: #f3f3f3;
	    float: right;
	    margin-right: -360px;
	    width: 330px;
	    border-left: 1px solid #ddd;
	    border-right: 1px solid #ddd;
	}
	.equalHeight .sidebarOne {
	     background-color: #f3f3f3;
	    float: right;
	    margin-right: -300px;
	    width: 280px;
	    border-left: 1px solid #ddd;
	    border-right: 1px solid #ddd;
	}
}

.padIconCenter{
	padding: 60px 30px;
}

.list_header{
	width: 100px; 
	font-size: 16px !important; 
	background-color: #eee;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	text-align: center;
	padding: 5px;  
}
._boxInput {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    display: block;
    min-width: 0;
    position: relative;
    /* z-index: 0; */
}
._boxInput input[type="text"], ._boxInput input[type="email"], ._boxInput input[type="password"], ._boxInput input[type="search"], ._boxInput ._selectInput, ._boxInput ._inputText, ._boxInput textarea {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #212121;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 30px 13px 10px;
    width: 100%;
}
._boxInput label._lblInput {
    background: transparent none repeat scroll 0 0;
    color: #c1c1c1;
    display: block;
    font-size: 10px;
    font-weight: 600;
    left: 13px;
    line-height: 1;
    position: absolute;
    right: 13px;
    text-align: left;
    text-transform: uppercase;
    top: 11px;
}