@font-face {
  font-family: 'GreyscaleBasic';
  src: url('../fonts/GreyscaleBasic.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GreyscaleBasic';
  src:  url('../fonts/GreyscaleBasic.woff') format('woff'), 
		url('../fonts/GreyscaleBasic.ttf')  format('truetype'), 
		url('../fonts/GreyscaleBasic.svg#GreyscaleBasic') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'FuturaPT-Light';
  src: url('../fonts/FuturaPT-Light.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaPT-Light';
  src:  url('../fonts/FuturaPT-Light.otf')  format('opentype'),
	     url('../fonts/FuturaPT-Light.woff') format('woff'), 
		 url('../fonts/FuturaPT-Light.ttf')  format('truetype'), 
		 url('../fonts/FuturaPT-Light.svg#FuturaPT-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

/** 'FuturaPT-Bold' **/
@font-face {
  font-family: 'FuturaPT-Bold';
  src: url('../fonts/FuturaPT-Bold.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaPT-Bold';
  src:  url('../fonts/FuturaPT-Bold.otf')  format('opentype'),
	     url('../fonts/FuturaPT-Bold.woff') format('woff'), 
		 url('../fonts/FuturaPT-Bold.ttf')  format('truetype'), 
		 url('../fonts/FuturaPT-Bold.svg#FuturaPT-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.paheSec
{
    width: 400px;
    margin: 0 auto;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);    
}
body{
	overflow-x:hidden;
}
.marLR0{
	margin-left: 0;
	margin-right: 0;
}
.paddLR0{
	padding-left:0px;
	padding-right:0px;
}
.paddLR5{
	padding-left:5px;
	padding-right:5px;
}
.pageTop{
	padding-top: 5px;
	padding-bottom:10px;
}
.flex-center {
    align-items: center;
}
.font600{
	font-weight:600;
}
#header{
	background: #fff;
	padding-bottom: 0px;
	padding-top: 0px;
	box-shadow: 0px 0px 1px 2px rgba(0,0,0,0.2);
}
.container-fluid{
	width:95%;
}
.marLR0{
	margin-left:0;
	margin-right:0;
}


.scrollto {
    display: block;
    text-align: center;
}
.main-nav a{
	line-height:28px;
}
.subHead{
	color: #01adff;
	font-weight: 400;
	font-size: 22px;
	font-style: italic;
	margin-bottom:10px;
}

.textArea{
	resize: none;
	height: 100px !important;
}
.mobile-nav{
	width:300px;
	left: -300px;
}
.main-nav .drop-down li{
	width:200px;
}
.subMenu{
	background: #dfdfdf !important;
	padding:0 !important;
}
.subMenu li{
	min-width: 250px !important;
}
.subMenu li a{
	line-height: 20px;
	color:#091938 !important;
}
.subMenu li a:hover{
	background:#091838;
	color:#fff !important;
}

.menuCont{
	width:90%;
	margin:0 auto;
	display:block;
}
.owl-nav {
    text-align: center;
}
.owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    background: #ef4123 !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
}
.owl-prev span{
	color: #fff;
	font-size: 30px;
	line-height: 2px;
}
.owl-next {
    position: absolute;
    top: 50%;
    right: 10px;
    background: #ef4123 !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
}
.owl-next span{
	color: #fff;
	font-size: 30px;
	line-height: 2px;
}


/** New code **/
.logotext{
	font-size: 12px;
	margin-top: -4px;
}

*, ::after, ::before {
    box-sizing: border-box;
}
.subMenu li a{
	color:#fff !important;
}
.subMenu{
	background:transparent !important;
}

.pageTop{
	margin-top:48px;
}

/** new mobile code **/
.loginSec{
	background: #E7E2D6;
}
.flexDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: space-around;
    height: 100vh;
}
.NewDiv {
    width: 25%;
    margin: 0 auto;
    padding: 10px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 1px 2px rgba(0,0,0,0.1);
	background: #fff;
}
.logoImg {
    width: 75%;
	margin: 0 auto;
	display: block;
	xbackground:#e6e9f1;
	padding: 1px;
	border-radius: 10px;
}
.loginTit {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
	margin-top:20px;
	letter-spacing: 2px;
	color:#000;
}
.loginInputDiv {
    position: relative;
    padding: 10px 0;
	width: 85%;
	margin: 0 auto;
}
.loginIcon {
    position: absolute;
	left: 0;
	background: #243783;
	color: #fff;
	line-height: 30px;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 600;
	width: 30px;
	font-size: 14px;
}
.loginInput {
    width: 100%;
	border-radius: 0;
	line-height: 35px;
	padding-left: 35px;
	font-size: 12px;
	letter-spacing: 1px;
	background: transparent;
	color: #000;
	font-weight: 600;
	border: 1px solid #aaa;
}
.subBtn {
    background: #243783;
	color: #fff;
	border: 1px solid #243783;
    
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 50%;
    margin: 0 auto;
    display: block;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom:15px;
	font-family: 'FuturaPT-Light';
}
.subBtn:hover{
	background: transparent;
	color: #000;
	border: 1px solid #243783;
}
.loginContDiv {
    margin-bottom: 10px;
}
.mobLogo{
	width:10%;
}
.forgotA {
    font-size: 12px;
    color: #243783;
    letter-spacing: 1px;
    margin-left:22px;
}
.mobile-nav-toggle i {
    margin: 10px 10px 0 0;
    color: #ec1c24;
}
.innerSec {
    padding: 0 10px;
}
.searchDiv {
    position: relative;
	width: 25%;
	margin: 0 auto;
	margin-top: -25px;
}
.searchInput {
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 5px;
    line-height: 30px;
    padding-left: 5px;
	font-family: 'FuturaPT-Light';
	letter-spacing: 1px;
}
.searchIcon {
    position: absolute;
    right: 5px;
	top:0;
    xbackground: #ec1c24;
	color: #ec1c24;
    line-height: 33px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
#main {
    background: rgba(0,0,0,0.08);
}
.listDiv {
    margin-top: 10px;
}
.listInnerDiv {
    background: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.1);
    padding-top: 5px;
    padding-bottom: 5px;
	margin:10px 0;
}
#shipview .listUL
{
   padding-left: 5px;     
}
#shipview .tripDetInnerDiv
{
    margin: 5px 5px;
}
.listUL {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    padding-left: 10px;
}
.listUL li {
    font-size: 14px;
    letter-spacing: .5px;
    xcolor: #999;
	padding: 3px 0;
}
.listUL li i{
	color: #ec1c24;
	font-size: 16px;
	margin-right: 10px;
}
.codeLi {
    position: relative;
	xcolor:#000;
}
.shipmentType {
    position: absolute;
    right: 9px;
    top: 3px;
    font-weight: 600;
}
.bgdelivery {
    background: green;
	color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 14px;
}
.bgreject{
	background: red;
	color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 14px;
}
.locLi{
	position: relative;
	
}
.compLi {
    font-size: 13px !important;
}
.pincodeSpan{
	position: absolute;
    right: 9px;
    top: 3px;
    font-weight: 600;
}
.approvalDiv{
	margin-top:15px;
}
.approvalUL{
	margin-bottom: 0;
	list-style: none;
	xdisplay: flex;
	padding-left: 0;
	text-align:center;
}
.approvalUL li {
    width: 47%;
    text-align: center;
    height: 75px;
    margin: 0 5px;
    border-radius: 5px;
    color: #fff;
    line-height: 75px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
	display:inline-block;
}
.approvalUL li:first-child{
	background: green;
}
.approvalUL li:last-child{
	background: red;
}
.feedbackDiv {
    margin-top: 0px;
	background:#fff;
	padding: 10px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	border-radius: 5px;
}
.feedbackText {
    width: 100%;
    resize: none;
    height: 90px;
    border: 1px solid #aaa;
    border-radius: 5px;
    font-size: 13px;
    padding-left: 5px;
	padding-top:5px;
}
.feedBtnDiv{
	text-align:right;
	margin-top: 15px;
	margin-bottom: 10px;
}
.feedbackBtn {
    background: red;
	color:#fff !important;
	border: 1px solid red;
    margin-top: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
	padding: 3px 20px;
}
.listCountDiv {
    margin-top: 10px;
}
.listCountUL {
    list-style: none;
    padding: 0;
    display: flex;
    margin-bottom: 0;
    border: 1px solid #dfdddd;
	border-radius: 5px;
	line-height: 30px;
	background: #fff;
}
.listCountUL li {
    width: 100%;
    text-align: center;
    font-size: 13px;
    border-right: 1px solid #c8c8c8;
	font-weight: 600;
	letter-spacing: 0px;
}
.listCountUL li:last-child{
	border-right:0;
}
.countSpan {
    font-size: 12px;
    margin-left: 2px;
    font-weight: 600;
	color:#000;
}
.allcount{
	color:#000;
}
.deliveryCount{
	color: green;
}
.pendingCount{
	color: red;
}
.username{
	position: relative;
	font-size: 15px;
	margin-bottom: 7px;
	font-weight: 600;
	
}
.timeP {
    margin: 0;
    font-size: 11px;
    margin-top: 2px;
    font-weight: 500;
	position: absolute;
	right: 0;
}
.codDiv {

    background: #fff;
	margin-top: 15px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
    border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.codUL {
    padding: 0;
    list-style: none;
    display: flex;
    margin-bottom: 0;
	border-bottom: 1px solid #dfdfdf;
}
.codUL li {
    width: 50%;
    text-align: center;
    font-size: 15px;
    xborder-right: 1px solid #cecece;
    line-height: 30px;
}
.codUL li label {
    margin-bottom: 0;
    text-transform: uppercase;
}
.codInput {
    margin-right: 7px;
}
.cashDiv {
    margin-top: 10px;
}
.cashInput {
    width: 69%;
    margin: 0 auto;
    display: inline-block;
    line-height: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 5px;
    font-size: 14px;
	vertical-align: top;
	
}
.amtP {
    width: 27%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    letter-spacing: .5px;
	margin-top: 7px;
	
}
.amtIcon {
    font-size: 15px;
    color: #000;
    margin-right: 5px;
}
.cardInput{
	line-height: 30px;
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 90%;
	margin: 0 auto;
	margin-top: 5px;
	display: block;
	font-size: 13px;
	padding-left: 5px;
}
.cardSaveDiv {
    margin-top: 15px;
    margin-bottom: 10px;
}
.amtBtn {
    background: #ec1c24;
	border: 1px solid #ec1c24;
	color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
	padding:3px 20px;
}
.activeapro{
	box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.4);
}
.select2Box{
	width:100%;
	margin-bottom: 10px;
}
.datetimeInput{
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 5px;
	line-height: 30px;
	padding-left: 5px;
	font-size: 13px;
}
.mobLogo {
    width: 35px;
}
.back-to-top{
	background:#ec1c24;
}

 
.d-lg-block {
    display: none !important;
}
.qrcode-text-btn{
	display:none !important;
}

.devypp {
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 0;
}
.devypp li {
    display: inline-block;
    width: 75px;
    background: #aaa;
	color:#fff;
	border: 1px solid #aaa;
    border-radius: 50%;
    height: 75px;
    text-align: center;
    line-height: 75px;
    margin: 0 10px;
    cursor: pointer;
}
.activepeo{
	box-shadow: 0px 0px 4px 1px rgb(236, 28, 36);
}
.amtView{
	margin-bottom:0;
	text-align:center;
	font-weight: 600;
	font-size: 15px;
	background:rgba(0,0,0,0.1);
	line-height: 30px;
	color:#ec1c24;
	margin: 0 10px;
	border-radius: 10px;
	font-weight: 600;
}
.amtView i{
	font-size:13px;
	margin-right:5px;
	margin-left:5px;
	color:#000;
}

.passDiv {
    margin-top: 10px;
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 5px;
}

.failDiv {
    margin-top: 10px;
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 5px;
}
.comDiv{
	margin-top: 10px;
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 5px;
}
.FailppDel{
	margin-top: 10px;
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 5px;
}
.cusmAcptDiv{
	margin-top: 10px;
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 5px;
}
.cusmSaveDiv {
    padding-top: 15px;
    padding-bottom: 10px;
}
.cusmAcpt {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin: 0 !important;
    background: green;
    text-align: center;
    padding: 3px 0;
    border-radius: 5px;
}
.subImg {
    width: 25px;
    margin: 0 auto;
}
.subCont {
    color: #fff;
    font-size: 13px;
}
.cusmRej {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin: 0 !important;
    background: red;
    padding: 3px 0;
    border-radius: 5px;
}
.curDate{
	margin-bottom: 5px;
	text-align: right;
	font-size: 14px;
	color:#000;
}
.froA {
    font-size: 13px;
    color: #000;
}
.froA:hover{
	color: #ec1c24;
}
.LogLogo {
    xdisplay: none;
}
.mainDiv {
    width: 90%;
}
.homeH4 {
    background: #fff;
	margin: 0;
	margin: 10px 0;
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	line-height: 100px;
	box-shadow: 0px 0px 1px 2px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 0 10px;
    cursor: pointer;
}
.HomeSec{
	xbackground: rgba(0,0,0,0.07);
	background: #fff;
}
.curLoc {
    
    background: rgba(0,0,0,0.1);
    position: fixed;
    bottom: 0;
    width: 100%;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0 10px;
}
.curLocIcon {
    color: red;
    font-size: 25px;
	width: 5%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.curLocSpan{
	font-size: 11px;
	color:#000;
	width: 90%;
	display: inline-block;
	vertical-align: middle;
	text-align:center;
}
.userName {
    margin: 0;
    text-align: center;
    background: #fff;
	color:#9d9c9c;
    line-height: 30px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
	position: fixed;
	width: 100%;
	top: 0;
	box-shadow: 0px 0px 1px 2px rgba(0,0,0,0.2);
	z-index: 999;
}
.tripListViewDiv {
    margin: 10px;
	margin-top:0;
    padding-top: 35px;
	margin-bottom:20px;
}
.tripListSing {
    background: #fff;
	margin: 5px 0;
	box-shadow: 0px 0px 1px 2px rgba(0,0,0,0.1);
    border-radius: 5px;
}
small{
	font-size:10px;
}
.tripIdH5 {
    margin: 0;
    font-size: 14px;
    position: relative;
    font-weight: 600;
    letter-spacing: .5px;
    background: rgba(0,0,0,0.3);
    line-height: 30px;
    padding-left: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color:#fff;
}
.tripStat {
    position: absolute;
    right: 10px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.tripP {
    margin: 0;
    font-size: 13px;
    padding: 2px 8px;
    padding-right: 8px;
    position: relative;
}
.tripSpan {
    position: absolute;
    right: 10px;
}
.triplistBotDiv {
    width: 100%;
    display: flex;
    background: #cecece;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.tripBotP {
    width: 50%;
    text-align: center;
    margin: 0;
    line-height: 25px;
    font-size: 15px;
    font-weight: 600;
    color:#000;
}
.tripBotP:first-child{
	border-right: 1px solid #aaa;
}
.TVdiv {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.bgtvDiv{
	background:rgba(0,0,0,0.4);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color:#fff;
}
.tvTopP {
    width: 34%;
    text-align: center;
    margin: 0;
    border-right: 1px solid #ddd;
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
}
.tvP {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    padding-left: 10px;
    border-bottom: 1px solid #ddd;
}
.shipIntDiv {
    padding: 0 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.shipIntLab {
    width: 25%;
    font-size: 12px;
    margin: 0;
    display: inline-block;
}
.shipInt {
    border: 1px solid #ddd;
    width: 73%;
    display: inline-block;
    padding-left: 5px;
    font-size: 14px;
}
.shipTable{
	
}
.shipTable thead{
	background:#b0b0b0;
	color:#fff;
}
.shipTable thead tr th{
	padding: 3px;
	font-size: 13px;
}
.shipTable tbody tr td{
	padding: 3px;
	font-size: 13px;
}
.tripBtn {
    background: green;
	color:#fff;
	border: 1px solid green;
    width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 30px;
	position: fixed;
	bottom: 0px;
}
.tranBG{
	background:#5681ff;
	color:#fff;
}
.receBG{
	background:green;
	color:#fff;
}
.backA {
    position: absolute;
    left: 15px;
    color: #000;
    top: -2px;
}
.backIcon {
    font-size: 15px;
}

/** Responsive **/
@media only screen and (max-width: 980px){
	.qrcode-text-btn{
		display:block !important;
	}
	.NewDiv {
		width: 90%;
	}
	.searchDiv{
		width:50%;
	}
}
/**@media only screen and (max-width: 480px){**/

.logotext{
	font-size: 12px;
	margin-top: -4px;
}

*, ::after, ::before {
    box-sizing: border-box;
}
.subMenu li a{
	color:#fff !important;
}
.subMenu{
	background:transparent !important;
}
#header {
    height: 40px;
}
.pageTop{
	margin-top:48px;
}



/** new mobile code **/

.flexDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: space-around;
    height: 100vh;
}

.logoImg {
    width: 75%;
	margin: 0 auto;
	display: block;
	xbackground:#e6e9f1;
	padding: 0px;
	border-radius: 10px;
}
.loginTit {
    
}
.loginInputDiv {
    position: relative;
    padding: 10px 0;
	width: 85%;
	margin: 0 auto;
}
.loginIcon {
    
}
.loginInput {
   
}
.subBtn {
    
}
.subBtn:hover{
	
}
.scrollto{
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 40px;
}
.mobLogo{
	width:135px;
	display:block;
	margin: 0 auto !important;
	margin-top: 3px !important;
}
.mobile-nav-toggle i {
    margin: 10px 10px 0 0;
    color: #ec1c24;
}
.innerSec {
    padding: 0 10px;
}
.searchDiv {
    position: relative;
	width: 100%;
	margin: 0 auto;
	margin-top: 0;
}
.searchInput {
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 5px;
    line-height: 30px;
    padding-left: 5px;
	font-family: 'FuturaPT-Light';
	letter-spacing: 1px;
}
.searchIcon {
    position: absolute;
    right: 5px;
	top:0;
    xbackground: #ec1c24;
	color: #ec1c24;
    line-height: 33px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
#main {
    background: rgba(0,0,0,0.08);
}
.listDiv {
    margin-top: 10px;
}
.listInnerDiv {
    background: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.1);
    padding-top: 5px;
    padding-bottom: 5px;
	margin:5px 0;
}
.listUL {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    padding-left: 10px;
}
.listUL li {
    font-size: 14px;
    letter-spacing: .5px;
    xcolor: #999;
	padding: 3px 0;
}
.listUL li i{
	color: #ec1c24;
	font-size: 16px;
	margin-right: 10px;
}
.codeLi {
    position: relative;
	xcolor:#000;
}
.shipmentType {
    position: absolute;
    right: 9px;
    top: 3px;
    font-weight: 600;
}
.bgdelivery {
    background: green;
	color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 12px;
}
.bgreject{
	background: red;
	color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 14px;
}
.locLi{
	position: relative;
	
}
.compLi {
    font-size: 13px !important;
}
.pincodeSpan{
	position: absolute;
    right: 9px;
    top: 3px;
    font-weight: 600;
}
.approvalDiv{
	
}
.approvalUL{
	margin-bottom: 0;
	list-style: none;
	display: flex;
	padding-left: 0;
}
.approvalUL li {
    width: 47%;
    text-align: center;
    height: 75px;
    margin: 0 5px;
    border-radius: 5px;
    color: #fff;
    line-height: 22px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
	padding-top:10px;
}
.mainImg {
    width: 35px;
    display: block;
    margin: 0 auto;
}
.approvalUL li:first-child{
	background: green;
}
.approvalUL li:last-child{
	background: red;
}
.feedbackDiv {
    margin-top: 0px;
	background:#fff;
	padding: 10px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	border-radius: 5px;
}
.feedbackText {
    width: 100%;
    resize: none;
    height: 90px;
    border: 1px solid #aaa;
    border-radius: 5px;
    font-size: 13px;
    padding-left: 5px;
	padding-top:5px;
}
.feedBtnDiv{
	text-align:right;
	margin-top: 15px;
	margin-bottom: 10px;
}
.newLab
{
    display: inline-block;
width: 27% !important;
}
.newInp
{
    display: inline-block;
width: 70% !important;    
}
.newDivBox
{
    margin-bottom:5px; 
    margin-top:5px;   
}
.upFileNew {
    position: relative;
}
.upFileImg {
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
    padding: 2px;
}
.upFileInput {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.upDivNew {
    border: 1px solid #ddd;
    padding-bottom: 5px;
}
.upNewH5 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.feedbackBtn {
    background: red;
	color:#fff !important;
	border: 1px solid red;
    margin-top: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
	padding: 3px 20px;
}
.listCountDiv {
    margin-top: 10px;
}
.listCountUL {
    list-style: none;
    padding: 0;
    display: flex;
    margin-bottom: 0;
    border: 1px solid #dfdddd;
	border-radius: 0px;
	line-height: 30px;
	background: #fff;
}
.listCountUL li {
    width: 100%;
    text-align: center;
    font-size: 13px;
    border-right: 1px solid #c8c8c8;
	font-weight: 600;
	letter-spacing: 0px;
}
.listCountUL li:last-child{
	border-right:0;
}
.countSpan {
    font-size: 12px;
    margin-left: 2px;
    font-weight: 600;
	color:#000;
}
.allcount{
	color:#000;
}
.deliveryCount{
	color: green;
}
.pendingCount{
	color: red;
}
.username{
	position: relative;
	font-size: 15px;
	margin-bottom: 7px;
	font-weight: 600;
}
.timeP {
    margin: 0;
    font-size: 11px;
    margin-top: 2px;
    font-weight: 500;
	position: absolute;
	right: 0;
}
.codDiv {

    background: #fff;
	margin: 5px 0px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
    border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.codUL {
    padding: 0;
    list-style: none;
    display: flex;
    margin-bottom: 0;
	border-bottom: 1px solid #dfdfdf;
}
.codUL li {
    width: 50%;
    text-align: center;
    font-size: 15px;
    xborder-right: 1px solid #cecece;
    line-height: 30px;
}
.codUL li label {
    margin-bottom: 0;
    text-transform: uppercase;
}
.codInput {
    margin-right: 7px;
}
.cashDiv {
    margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.cashInput {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    line-height: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 5px;
    font-size: 14px;
	vertical-align: top;
	
}
.amtP {
    width: 27%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    letter-spacing: .5px;
	margin-top: 7px;
	
}
.amtIcon {
    font-size: 15px;
    color: #000;
    margin-right: 5px;
}
.caedDiv {
    margin-left: 10px;
    margin-right: 10px;
}
.cardInput{
	line-height: 30px;
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 100%;
	margin: 0 auto;
	margin-top: 5px;
	display: block;
	font-size: 13px;
	padding-left: 5px;
}
.amtBtn {
    background: #ec1c24;
	border: 1px solid #ec1c24;
	color: #fff !important;
    border-radius: 5px;
    xmargin-top: 10px;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
	padding: 5px 20px;
}
.activeapro{
	box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.4);
}
.select2Box{
	width:100%;
	margin-bottom: 10px;
}
.datetimeInput{
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 5px;
	line-height: 30px;
	padding-left: 5px;
	font-size: 13px;
}
.cardSaveDiv {
    margin-top: 15px;
    margin-bottom: 10px;
}


.devypp {
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 0;
}
.viewLi {
    display: inline-block;
    width: 75px;
    background: #aaa;
	color:#fff;
	border: 1px solid #aaa;
    border-radius: 50%;
    height: 75px;
    text-align: center;
    line-height: 75px;
    margin: 0 10px;
    cursor: pointer;
}
.activepeo{
	box-shadow: 0px 0px 4px 1px rgb(236, 28, 36);
}
.rvpLi {
    display: inline-block;
    width: 100px;
	height: 100px;
    background: #aaa;
	color:#fff;
	border: 1px solid #aaa;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    margin: 0 10px;
    cursor: pointer;
}
.commDiv {
    margin-top: 10px;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
    padding: 5px 0;
	border-radius: 5px;
}
.commUL{
	padding: 0;
    list-style: none;
    text-align: center;
	margin-bottom:0;
}
.commLabel {
    margin: 0 10px;
    font-size: 15px;
}
.commRdio {
	margin-right: 5px;
}
.ppRejectDiv {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.back-to-top{
	width: 30px;
	height: 30px;
	opacity: 0.7;
}
.back-to-top i{
	line-height:0px;
}
.payType {
    font-size: 12px;
    font-weight: 500;
}
.devyPPDiv {
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.1);
	border-radius: 5px;
	background:#fff;
    padding: 10px 5px;
	margin-top: 10px;
}
.devyPText {
    margin-bottom: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
}
.devyPok{
	text-align:right;
	margin-bottom: 0;
}
.devyPok span{
	background: #ec1c24;
	color: #fff;
	padding: 1px 10px;
	border-radius: 5px;
	font-weight: 600;
	cursor:pointer;
}
.prexoCodDiv {
    margin-top: 5px;
}
.codinput {
    width: 50%;
    border: 1px solid #aaa;
    border-radius: 5px;
    line-height: 25px;
    padding-left: 5px;
    vertical-align: top;
    display: inline-block;
}
.prexoHead {
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    width: 38%;
    display: inline-block;
    vertical-align: top;
}
.ppPrexo{
	padding: 0;
	list-style: none;
	margin-bottom: 0;
	width: 60%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}
.amtSpan {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 15px;
}
.amtAdd {
    background: #ec1c24;
	color:#fff;
    width: 22%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
}
.rescLabel{
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .5px;
}
/** Trip Close **/
.tcId {
    margin: 0;
    font-size: 15px;
    line-height: 30px;
    padding-left: 10px;
	position:relative;
}
.tcIdspan {
    font-weight: 700;
    color: #ec1c24;
}
.tcHead{
	margin-bottom: 0;
	font-size: 13px;
	padding-left: 10px;
	font-weight: 600;
	line-height: 30px;
}
.tcHead i{
	font-size: 12px;
	margin-right: 10px;
	color:#000;
}
.tcCloseDiv .countSpan{
	display:block;
	font-size: 25px;
	line-height: 30px;
}
.tcCloseDiv .listCountDiv{
	margin:0 10px;
	margin-top:10px;
}
.tcCloseDiv .listCountUL{
	border-radius: 0;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
}
.tcDelProDiv {
    display: flex;
    margin: 10px;
    margin-bottom: 0;
	margin-top:5px;
}
.tcDelPro {
    margin-bottom: 0;
    width: 33%;
    font-size: 13px;
	padding-left:5px;
}
.tcDelPro span {
    font-size: 14px;
    font-weight: 600;
}
.cashCollH5 {
    margin-bottom: 0;
    padding-left: 16px;
    font-size: 13px;
    line-height: 30px;
    border-top: 1px solid #e3e3e3;
    margin-top: 5px;
	position:relative;
}
.cashCollH5 i {
    font-size: 12px;
    margin-right: 5px;
}
.cashCollH5 span {
    font-weight: 600;
}
.tcBtn {

    background: green;
	border: 1px solid green;
	color:#fff;
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 30px;
}
.btnCan{
	width: 47%;
	font-size: 12px !important;
	color: #9b9b9b;
}
.runStartP {
    margin-bottom: 0;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: #ec1c24;
    font-weight: 600;
	cursor: pointer;
}
.tcDate {
    position: absolute;
    right: 6px;
    font-size: 11px;
}

.tcViewDet {
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 17px !important;
    color: #ec1c24;
}
.tcViewDiv {
    border: 1px solid #aaa;
    margin: 0 10px;
    border-radius: 5px;
    padding: 4px;
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.2);
}
.tcViewP {
    margin-bottom: 0;
    line-height: 24px;
    font-size: 13px;
    position: relative;
}
.tcViewSpan {
    position: absolute;
    right: 15px;
    font-weight: 600;
}


/** new code **/
.bgproother{
	background:yellow;
	color:#000;
	margin-left: 5px;
}

.homeTopDiv {
    position: fixed;
    top: 0;
    z-index: 999;
    background: #243783;
    width: 400px;
}
.TopHead {
    margin: 0;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.NewbackIcon {
    position: absolute;
    left: 10px;
    top: 8px;
    color: #fff;
    font-size: 18px;
	width: 25px;
	text-align: center;
	height: 25px;
	line-height: 25px;
}
.NewHomeIcon{
	position: absolute;
    right: 10px;
    top: 8px;
    color: #fff;
    font-size: 20px;
	width: 25px;
	text-align: center;
	height: 25px;
	line-height: 25px;
}
.tckIconDiv {
    text-align: center;
    border-bottom: 1px solid #ddd;
	padding: 25px 0;
	border-right: 1px solid #ddd;
}
.tckIcon {
    width: 70px;
    display: block;
    margin: 0 auto;
}
.tckText {
    display: block;
    font-size: 12px;
    color: #242424;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: FuturaPT-Bold;
}
.pageTopDiv {
    margin-top: 40px;
    background: #fff;
	margin-bottom: 40px;
}
.tripDetDiv {
    padding-top: 1px;
}
.tripDetInnerDiv {
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
    margin: 5px 10px;
    border-radius: 5px;
	position:relative;
}
.pendBoxSho{
	box-shadow: 0px 0px 3px 2px #f77a7a;
}
.complBoxSho{
	box-shadow: 0px 0px 3px 2px #86f486;
}
.tripDetUl {
    padding: 0;
    list-style: none;
	margin-bottom:10px;
}
.tripDetUl li {
    padding: 1px 5px;
    font-size: 12px;
   font-weight: 500;
   position:relative;
}
.datPNew
{
    position:absolute;
    right:10px;
    top:1px;    
}
.newListUl {
    padding: 0;
    list-style: none;
    margin-bottom: 0px;
    display: flex;
}
.newListUl li {
    width: 100%;
    text-align: center;
    line-height: 25px;
    color:#fff;
    font-weight: 600;
    font-size: 16px;
}
.inoLi
{
    background: #8c8c8c;    
}
.wgtLi
{
   background: #79d3e1;     
}
.boxLi
{
   background: #519cb9;     
}


.tripRigP {
    margin: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 13px;
    border-top-right-radius: 5px;
    padding-left: 3px;
    padding-right: 3px;
    line-height: 20px;
    font-weight: 600;
}
.tripRigP span{
	font-weight: 600;
	font-size: 13px;
}
.tripDetSpan {
    font-weight: 600;
    font-size: 13px;
    margin-left: 5px;
}
.statP{
	margin: 0;
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 13px;
	font-weight: 600;
	color:#fff;
	padding: 2px 5px;
}
.LiAct
{
    background-color:Gray;
}
.compBg{
	background:green;
}
.pendBg{
	background:red;
}
.boxtop
{
    top:18px;
}
.ErrorMsg
{
    text-align: center;
    color:#243783;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 20px;
    width: 95%;
    margin: 0 auto;
    margin-top: 5px;
    border-radius: 30px;
}
.tripListUl{
	padding: 0;
    list-style: none;
	margin-bottom:0;
}
.tripListUl li{
	padding: 1px 5px;
    font-size: 12px;
   font-weight: 500;
   line-height:16px;
}
.tripListSpan{
	font-weight: 600;
    font-size: 13px;
    margin-left: 5px;
}
.tripStrBtn {
    position: fixed;
    bottom: 0;
    width: 100%;
	color:#fff;
	line-height: 30px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tripBotUl
{
    padding: 0;
    list-style: none;
    display: flex;
    margin-bottom: 0;
}
.tripBotUl li
{
    width: 100%;
}
.tripNewBtn
{
    width: 100%;
    background:gray
}
.tripRejBtn
{
    width: 100%;
    background:red
}
.tripSaveBtn
{
  background:green;
  width: 100%;      
}

.tripStrrej {
    position: fixed;
    bottom: 0;
    width: 400px;
    background: green;
	color:#fff;
    height: 37px;
	xborder: 1px solid green;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tripInStrDiv
{
   display: flex; 
}
.tripStrDiv
{
   width:50%;
   text-align: center;
}
.tripSRp
{
    margin-bottom:0;
    line-height:37px;    
}
.triprejDiv
{
   width:50%;
   background:red;
   text-align: center;
}
.inpDiv {
    position: relative;
    width: 95%;
    margin: 0 auto;
    display: block;
}
.scanInput {
    width: 100%;
    border: 1px solid #aaa;
    line-height: 30px;
    padding-left: 5px;
}
.scanIcon {
    position: absolute;
    top: 1px;
    right: 0px;
    background: #243783;
	color:#fff;
    line-height: 32px;
    padding: 0 10px;
    cursor: pointer;
}
.tripListDiv {
    overflow-x: auto;
	box-shadow: 0px 0px 1px 2px rgba(0,0,0,0.2);
	border-radius: 5px;
	margin: 5px 5px;
}
.tripListDiv .tripDetInnerDiv{
	margin:5px;
}
.tripListDiv .tripListSpan{

}
.allboxsho
{
    box-shadow: 0px 0px 1px 1px rgb(128, 128, 128);    
}
.readboxsho
{
    box-shadow: 0px 0px 1px 1px rgb(0, 128, 0);
}
.pendboxsho
{
    box-shadow: 0px 0px 1px 1px rgb(210, 5, 30);    
}
.boxIn {
    right: 5px;
    background: red;
    top: 2px;
}
.boxOut {
    right: 5px;
    background: green;
    bottom: 2px;
}
.boxComm
{
    position: absolute;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 0;
    line-height: 24px;
    border-radius: 5px;
    color:#fff;
    font-weight: 700;
    font-size: 17px;
}

.pageNo
{
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: space-around;
    height: 80vh; 
    color:#243783;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;   
}
.pickdetDiv {
    display: flex;
}
.pickdetIn {
    width: 50%;
    text-align: center;
}
.pickdetH5 {
    margin-bottom: 0;
    
    color: #fff;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
}
.pickdet {
    margin: 0;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}
.inoBg
{
   background: red;     
}
.boxBg
{
    background: green;    
}

/**}**/


.eremsgP {
    margin: 0;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-top: 8px;
    color:Red;
}
/* Page Loader ================================= */
.page-loader-wrapper {
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  overflow: hidden;
  text-align: center; }
  .page-loader-wrapper p {
    font-size: 13px;
    margin-top: 10px;
    font-weight: bold;
    color: #444; }
  .page-loader-wrapper .loader {
    position: relative;
    top: calc(50% - 30px); }

/* Preloaders ================================== */
.md-preloader .pl-red {
  stroke: #F44336; }

.md-preloader .pl-pink {
  stroke: #E91E63; }

.md-preloader .pl-purple {
  stroke: #9C27B0; }

.md-preloader .pl-deep-purple {
  stroke: #673AB7; }

.md-preloader .pl-indigo {
  stroke: #3F51B5; }

.md-preloader .pl-blue {
  stroke: #2196F3; }

.md-preloader .pl-light-blue {
  stroke: #03A9F4; }

.md-preloader .pl-cyan {
  stroke: #00BCD4; }

.md-preloader .pl-teal {
  stroke: #009688; }

.md-preloader .pl-green {
  stroke: #4CAF50; }

.md-preloader .pl-light-green {
  stroke: #8BC34A; }

.md-preloader .pl-lime {
  stroke: #CDDC39; }

.md-preloader .pl-yellow {
  stroke: #ffe821; }

.md-preloader .pl-amber {
  stroke: #FFC107; }

.md-preloader .pl-orange {
  stroke: #FF9800; }

.md-preloader .pl-deep-orange {
  stroke: #FF5722; }

.md-preloader .pl-brown {
  stroke: #795548; }

.md-preloader .pl-grey {
  stroke: #9E9E9E; }

.md-preloader .pl-blue-grey {
  stroke: #607D8B; }

.md-preloader .pl-black {
  stroke: #000000; }

.md-preloader .pl-white {
  stroke: #ffffff; }

.preloader {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  -webkit-animation: container-rotate 1568ms linear infinite;
  -moz-animation: container-rotate 1568ms linear infinite;
  -o-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite; }
  .preloader.pl-size-xl {
    width: 75px;
    height: 75px; }
  .preloader.pl-size-l {
    width: 60px;
    height: 60px; }
  .preloader.pl-size-md {
    width: 50px;
    height: 50px; }
  .preloader.pl-size-sm {
    width: 40px;
    height: 40px; }
  .preloader.pl-size-xs {
    width: 25px;
    height: 25px; }

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  border-color: #F44336;
  -ms-opacity: 1;
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
  .spinner-layer.pl-red {
    border-color: #F44336; }
  .spinner-layer.pl-pink {
    border-color: #E91E63; }
  .spinner-layer.pl-purple {
    border-color: #9C27B0; }
  .spinner-layer.pl-deep-purple {
    border-color: #673AB7; }
  .spinner-layer.pl-indigo {
    border-color: #3F51B5; }
  .spinner-layer.pl-blue {
    border-color: #2196F3; }
  .spinner-layer.pl-light-blue {
    border-color: #03A9F4; }
  .spinner-layer.pl-cyan {
    border-color: #00BCD4; }
  .spinner-layer.pl-teal {
    border-color: #009688; }
  .spinner-layer.pl-green {
    border-color: #4CAF50; }
  .spinner-layer.pl-light-green {
    border-color: #8BC34A; }
  .spinner-layer.pl-lime {
    border-color: #CDDC39; }
  .spinner-layer.pl-yellow {
    border-color: #ffe821; }
  .spinner-layer.pl-amber {
    border-color: #FFC107; }
  .spinner-layer.pl-orange {
    border-color: #FF9800; }
  .spinner-layer.pl-deep-orange {
    border-color: #FF5722; }
  .spinner-layer.pl-brown {
    border-color: #795548; }
  .spinner-layer.pl-grey {
    border-color: #9E9E9E; }
  .spinner-layer.pl-blue-grey {
    border-color: #607D8B; }
  .spinner-layer.pl-black {
    border-color: #000000; }
  .spinner-layer.pl-white {
    border-color: #ffffff; }

.right {
  float: right !important; }

.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }
  .gap-patch.circle {
    width: 1000%;
    left: -450%; }

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }
  .circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  .circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    -moz-transform: rotate(129deg);
    -ms-transform: rotate(129deg);
    -o-transform: rotate(129deg);
    transform: rotate(129deg);
    -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
  .circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    -moz-transform: rotate(-129deg);
    -ms-transform: rotate(-129deg);
    -o-transform: rotate(-129deg);
    transform: rotate(-129deg);
    -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes container-rotate {
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg); } }

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg); }
  25% {
    transform: rotate(270deg); }
  37.5% {
    transform: rotate(405deg); }
  50% {
    transform: rotate(540deg); }
  62.5% {
    transform: rotate(675deg); }
  75% {
    transform: rotate(810deg); }
  87.5% {
    transform: rotate(945deg); }
  to {
    transform: rotate(1080deg); } }

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }

@keyframes left-spin {
  from {
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg); } }

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }

@-moz-keyframes right-spin {
  from {
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg); } }

@keyframes right-spin {
  from {
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg); } }





.newList{
	position: fixed;
	width: 400px;
	top: 30px;
	z-index:999;
}
.boxSpan{
	font-weight: 600;
	margin-left: 10px;
	font-size: 15px;
}
.boxsh{
	box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.2);
}
.boxSpa
{
    background: green;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    font-weight: 600;    
}

.bgdelivery {
    background: green;
	color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 14px;
}
.bgFailed {
   background: red;
	color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 14px;
}
.bgpending{
	background: gray;
	color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 14px;
}




    .paheSec {
        width: auto;
        margin: 0 auto;
        box-shadow: none;
    }  
    .homeTopDiv {
        position: fixed;
        top: 0;
        z-index: 999;
        background: #243783;
        width: 100%;
    }  
    .tripStrrej
    {
        width:100%;    
    }
    .newList {
        position: fixed;
        width: 100%;
        top: 30px;
        z-index: 999;
    }
    .okcartaddBtn {
        padding: 0 2px;
        font-size: 14px;
        background: #007bff;
        border: 1px solid #007bff;
        color: #fff;
        line-height: 32px;
        font-size: 12px;
        font-weight: 600;
    }
.w100
{
    width:100%;    
}
.sele2box
{
        
} 
@media only screen and (max-width: 480px)
{
      
}