@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');


h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	font-family: 'Open Sans', sans-serif;
}
body{font-size: 0.95rem;}


.color-text{color: #ff9a00}
.white-text{color: #fff}
.black-text{color: #000}
.sub-heading{}

html,body,p,.h-inner{
	font-family: 'Open Sans', sans-serif;
}
p.location-content {
    padding-left: 24px;
}
.cc-heading {
	margin-bottom:0;
}

/* font weights for headings */
.fw-100{font-weight: 100;}
.fw-200{font-weight: 200;}
.fw-300{font-weight: 300;}
.fw-400{font-weight: 400;}
.fw-500{font-weight: 500;}
.fw-600{font-weight: 600;}
.fw-700{font-weight: 700;}
.fw-800{font-weight: 800;}
.fw-900{font-weight: 900;}


.seperator-1,.seperator-2,.seperator-3,.seperator-4,.rowmargin-1,.rowmargin-2, .rowmargin-3, .rowmargin-4{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	height: 1px;
	background: #ccc;
}

.seperator-1{margin-top: 10px;margin-bottom: 10px;}
.seperator-2{margin-top: 20px;margin-bottom: 20px;}
.seperator-3{margin-top: 30px;margin-bottom: 30px;}
.seperator-4{margin-top: 40px;margin-bottom: 40px;}

.rowmargin-1,.rowmargin-2, .rowmargin-3, .rowmargin-4{background: transparent;}
.rowmargin-1{margin-top: 10px;margin-bottom: 10px;}
.rowmargin-2{margin-top: 20px;margin-bottom: 20px;}
.rowmargin-3{margin-top: 30px;margin-bottom: 30px;}
.rowmargin-4{margin-top: 40px;margin-bottom: 40px;}

.continue-btn,.continue-btn:hover,.continue-btn:focus {
	font-size: 1rem;
	color: #fff;
}
i{
	vertical-align: middle;
}
.btn-main {
    background: #ff9a00;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}
/*.btn-main:hover, .btn-main:focus{
	color: #fff;
	background: #fb6300;
}*/
.aw-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.8);
}
.header-menu {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
}
.top-bar {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #1f1d1b;
}
.menu-bar{
	/*background: url("../images/backgrounds/tg-background.jpg");*/
	  background: #ff9a00;

}
#toggle{
	display: none;
}
a.logo-main {
    display: block;
    width: 144px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
a.top-signup{
	color: #fff;
}
ul.navbarMenu{
	list-style: none;
	float: right;
	padding: 0;
	margin: 0;
}
ul.navbarMenu li {
    display: inline-block;
    float: left;
    width: 10p;
    padding: 0 15px 0 0;
}

ul.navbarMenu li a{
	display: block;
    padding: 22px 10px;
	color: #fff;
}
.slider{
	position: relative;
	min-height: 113px;
}
.slide-bgover{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	background: rgba(0, 0, 0, 0.44);
}
.slide-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: 160px;
}
.slide-content {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}
.slide-text,.slide-buttons{
	
}
.slide-text h1{
	font-size: 4rem
}
.section,.footer{
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}

.section-dark, .section-dark-1 {
    background: #292222;
    color: #fff;
    line-height: 1.5;
    padding-top: 30px;
    padding-bottom: 30px;
}

/*  url("../images/backgrounds/about-bg.jpg"); */
.section-dark-1{
	background: #1e1f22; 
	padding-top: 40px;
    padding-bottom: 40px;
}
section#vision-tab{
	position: relative;
	
}
section#login {
	text-align: center;
}
section#careers {
    background: url(../images/backgrounds/career-bg.png) no-repeat;
    background-position: bottom right;
    background-size: 576px;
}
section#customer-portal {
    /*padding-top: 60px;*/
	background: #f2f2f2;
}
.vision-tab-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    background: url(../images/backgrounds/about-bg.jpg) no-repeat right;
    background-size: cover;
}
.section-tg {
/*background: url(../images/backgrounds/tg-background.jpg);*/
color: #fff;
background: #fe7e00;
padding-top: 40px;
padding-bottom: 40px;
}

.service-contain i {
    font-size: 100px;
}
.service-contain h3{
	font-family: 'Open Sans', sans-serif;
}

.about-icon{
	width: 144px;
	height: 144px;
	border-radius: 100%;
	box-sizing: border-box;
	border: 4px solid #ff9a00;
	margin: 0 auto;
	position: relative;
	transition: all 0.5s ease;
}
.about-icon i{
	font-size: 80px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.about-icon::before,
.about-icon::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.about-icon,
.about-icon::before,
.about-icon::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.about-icon {
  z-index: 2;
  background-color: #fff;
}
.about-icon::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.about-icon:hover::after {
  background: #ff9a00;
  border-radius: 50%;
  -webkit-transform: scale(.9);
  transform: scale(.9);
}

.about-icon:hover{color: #ffffff;}
.aboutIc p{
	text-align: center;
	margin-top: 20px;
}
.btn-playstore,.btn-appstore{
	display: inline-block;
	background-color: #000;
	border: 2px solid #333;
	background-size: 80%;
	background-position: center center;
	background-repeat: no-repeat;
	width: 240px;
	height: 64px;
	border-radius: 10px !important;
}
.btn-playstore{
	background-image:url("../images/backgrounds/google-play-btn.jpg");
}
.btn-appstore{
	background-image:url("../images/backgrounds/appstore-btn.jpg");
}
section#testimonial {
    text-align: center;
    background:url("../images/backgrounds/testimonial-bg.jpg");
	background-size: cover;
    background-position: center;
}
section#updates {
    background: #e4e4e4;
}
.blog-image{max-height: 165px; overflow: hidden; background: #fff;}
.blog-image img{width: 100%;}
.blog-image,.blog-content,.blog-button{
    display: block;
    float: left;
    width: 100%;	
}
.blog-item {
    padding: 8px;
    height: 100%;
    background: #fff;
    margin: 8px;
    box-shadow: 4px 3px 22px #8e8e8e;
}
 
.blog-item a{
	display: block;
}
.blog-content{
	background: #fff;
	padding: 15px; height: 135px; overflow:hidden;
}
.testm-username,.testm{
	color: #fff;
}
.sidebar-menu {
    width: 240px;
	background: #f8f8f8;
    position: absolute;
	top: 0;
	bottom: 0;
	z-index: 9;
	transition: all ease 0.3s;	
	-webkit-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.35);
	box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.35);

}
.sidebar-menu .list-group-item{
	background: transparent;
	    padding: 0.95rem 1.25rem 0.95rem 1rem;
		color: #606061;
		border-radius: 0;
		border-left: 8px solid #f8f8f8;border-top: 0; border-bottom: 0; border-right: 0;
}
.sidebar-menu .list-group-item:hover,.sidebar-menu .list-group-item.active{
	background: #e1e3e6; color: #1d1d1d; border-top: 0; border-bottom: 0; border-right: 0; border-left: 8px solid #ffa300;
}
.sidebar-menu .list-group-item .fa{font-size: 20px; font-weight: bold; color: #ffa300; margin-right: 10px;}
.cp-body{
	display: block;
	float: left;
	width: calc(100% - 260px);
	margin-left: 260px;
	min-height: 500px;
	padding: 0px 15px;
    box-sizing: border-box;
	transition: all ease 0.3s;
}
.cp-container {
    padding: 15px 40px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
	background: #fff;
	margin-bottom: 15px;
}
.cp-title{
	margin-bottom: 30px;
}
.cp-title h1{font-size: 1.8rem;}
.footer{
	background: #000000;
	color: #777;
	padding-bottom:0px;
}
.footer-sub {
    /* background: url(../images/backgrounds/tg-background.jpg); */
    color: #fff;
    background: #fe7e00;
}

.footer-sub a{
	color: #fff;
}
ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.social li{
	display: inline-block;
}
ul.social li a{
	display: block;
	width: 48px;
	height: 48px;
	padding: 8px;
	box-sizing: border-box;
	background: #ff9a00;
	border-radius: 100%;
}
ul.social li a img{
	width: 100%;
}
ul.social li a.fb:hover{background: #385999;}
ul.social li a.tw:hover{background: #32cdfd;}
ul.social li a.in:hover{background: #0077b5;}
ul.social li a.gp:hover{background: #dc4a3d;}
ul.footer-menu {
    padding: 0;
    margin: 0;
    float: right;
	list-style: none;
}
ul.footer-menu li{
	display: inline-block;
}
ul.footer-menu li a{
	padding: 30px 20px;
	display: block;
}
p.copyright{
	padding: 30px 0px;
	margin: 0;
}
.service-contain {
    position: relative;
    background: #fff;
    transition: all ease 0.3s;
    color: #000;
    border-radius: 15px;
    text-align: center;
    padding: 40px 30px;
    box-shadow: 4px 3px 22px #462504;
    margin-bottom: 15px;
    min-height: 380px;
}

.testm-user,.cust-user{
	display: block;
	width: 160px;
	height: 160px;
	margin: 10px auto;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.cust-user{
	margin: 10px;
	box-sizing: border-box;
	border: 2px solid #ff9a00;
}

.vac-table {
	font-weight: 500;
}
.vac-table td, .vac-table th{
	border: 0px;
}

/* forms and inputs */
.form-control{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	outline: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
 .form-control:focus{   
  border-color: #f4433666;
  box-shadow: none;
  outline: 0 none;
}
/*end forms and inputs */

.btn{
	border-radius: 0px;
}
#toggle-cust-menu{
		display: none;
	}
.cp-show{
	margin-left: 0px;
	width: 100%;
}
.cp-menu-t{
	left: -240px;
}

#sidebarClose{
	display: none;
}
.footerText p{font-size: 0.95rem; margin-bottom: 0.4rem; float: left;}
.footerText .material-icons{float: left; margin-right: 15px; color: #ff9a00;}
.blog-title h4{font-size: 1rem;}
.contactAddress{padding: 0px 10%;}
.contactAddress .material-icons{float: left; margin-right: 15px; color: #ff9a00;}
.contactAddress p{float: left;}
#contact .contactForm label{margin-bottom: .2rem; font-size: 0.80rem;}
#contact .contactForm label small{color: #fd6c03;}
.complaintBox{padding: 15px;}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 102px;
}
.network h4{color: #ff9a00; }
#testimonial {
    color: #ffffff;
}

.network .networkicon{border: 2px solid #ff9a00; border-radius: 100%; padding: 20px; width: 200px; height: 200px; text-align: center; margin: 0 auto; line-height: 150px; position: relative;
	transition: all 0.5s ease; display: block;}
.networkicon i{
	font-size: 90px; 
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.networkicon::before,
.networkicon::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.networkicon,
.networkicon::before,
.networkicon::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.networkicon {
  z-index: 2;
}
.networkicon::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.networkicon:hover::after {
  background: #ff9a00;
  border-radius: 50%;
  -webkit-transform: scale(.9);
  transform: scale(.9);
}

.networkicon:hover{color: #ffffff;}

a.readmore {
    padding: 8px 25px;
    color: #dadada;
    transition: all 0.5s ease;
    border: 1px solid #5e5c5c;
    border-radius: 2px;
    text-align: center;
    background: #080808;
}
/*a.readmore{padding: 8px 25px; color: #828181; transition: all 0.5s ease; border: 1px solid #5e5c5c; border-radius: 2px; text-align: center; }*/
a.readmore:hover {/*color: #ffffff; background:#ff9a00;*/ text-decoration: none;  border: 1px solid #ff9a00;}
.newsList h5{font-size: 1rem; font-weight: 600;}
.newsList h6{color: #fa6600; font-size: 0.85rem}
.newsList h6 .fa{font-size: 20px;}
.newsList a{font-size: 0.75rem; transition: all 0.5s ease; padding: 5px 10px; font-weight: 600;}
.newsList a:hover{background: #424242; color: #ffffff; text-decoration: none;}
.newsBorder{border-bottom: 1px dotted #424242;}
.newsImg{height: 350px; overflow: hidden;}
.newsImg img{width: 100%;}
.serviceicon{text-align: center; color: #ff9a00;}
.serviceicon .material-icons{ font-size: 100px;}
.orderSection,.features{background: #ebedee; padding-top: 60px; padding-bottom: 60px;}
.features ul{margin: 0; padding: 0;}
.features ul li{margin: 0; padding: 0; list-style: none; font-size: 18px;}
.features ul li .fa{color: #ff9a00; font-size: 30px; margin-right: 10px;}
.features ul li p{margin-left: 45px; font-size: 14px;}
.mobileBigImg {width: 100%; position: relative; text-align: center; margin-top: 30px;}
.mobileBigImg .downloadArea{background: rgba(255,255,255,0.7); position: absolute; bottom: 0; width: 100%; padding: 40px;  text-align: center;}
.pl-40{padding-left: 40px;}
.profileDiv{border: 1px solid #dddddd; margin: 20px 30px;}
.profileDiv > div > div{border-right: 1px solid #dddddd; padding-top: 30px; padding-bottom: 30px;}
.profileDiv > div > div:last-child{border-right: 0 !important;}
.profileDiv .customer-pic{/*width: 180px; height: 180px;*/ margin: 0 auto;}
.profileSidebar{border: 1px solid #dddddd; margin: 20px 30px; background: #f2f2f2; padding: 15px;}
.profileSidebar p{border-bottom: 1px solid #d2d2d2; padding-bottom: 10px;}
.control-label{font-weight:600; font-size:13px; color:#1d1d1d; margin-bottom:0; text-transform:uppercase;}
.profileEdit{padding-left: 30px; padding-right: 30px;}
.profileEdit form{width: 100%;}
.noeditname{font-size: 18px;}
.profilePic{background: #e4e3e3;}
.profilePic .text-dark{font-size: 0.80rem;}
.profilePic .text-dark .material-icons{font-size: 1.3rem;}
.profileEdit .submitBtn .btn{padding: 8px 20px;}
.profilePic .userimage{
	display: block;
	width: 160px;
	height: 160px;
	margin: 0 auto;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	box-sizing: border-box;
	border: 2px solid #ff9a00;
}
.orderPlaced .material-icons{font-size: 150px; color: #ff9a00; margin-bottom: 30px;}
.aboutOrder {border: 1px solid #dddddd;}
.successOrderDetails{padding: 30px;}
.StatusBox{min-height: 200px;}
.StatusBox .statuspad{padding: 20px; border-right: 1px solid #dddddd;}
.StatusBox .statuspad:last-child{border-right: 0;}
.registerBtn.modal-footer{justify-content:flex-start; background: #ecedee; padding: 2rem 1rem;
-webkit-border-bottom-right-radius: .3rem;
-webkit-border-bottom-left-radius: .3rem;
-moz-border-radius-bottomright: .3rem;
-moz-border-radius-bottomleft: .3rem;
border-bottom-right-radius: .3rem;
border-bottom-left-radius: .3rem;}
.registerBtn.modal-footer h6{margin-bottom: 0;}
.registerBtn.modal-footer .btn-info{background: rgba(23,162,184,0.8);}
.help-block{font-weight: bold; color: #ff3802;}
#newsListing .box-shadow .card-img-top{max-height: 200px;}
 
 /* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff3c00;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
 /* Sweep To Right */
.serviceContent{min-height: 240px;}
#paymentForm{width: 100%;}
.deliveryAddress input[type="checkbox"]{margin: 0px 10px 0px 25px; font-size: 13px;}
#accordion .card-header a{display: block; color: #424242; font-weight: 600;}
#accordion .card-link .faqno{background: #ffffff; width: 30px; height: 30px; border-radius: 100%; text-align: center; line-height: 25px; float: left; margin-right: 10px; border: 2px solid #ffa300; font-weight: 600; font-size: 13px;}
.rateDriver{padding: 20px 0px; border-bottom: 1px solid #DDDDDD; margin-bottom: 10px; float: left; width: 100%;}
.rateDriver .driverImage{background: #cccccc; width: 75px; height: 75px; border: 4px solid #ffffff; float: left; margin-right: 25px; text-align: center;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.31); 
box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.31); }
.rateDriver .driverImage img{width: 100%; height: 100%;}
.rateDriver .rate{float: left;}
.rateDriver .rate .fa{color: #ff9a00; font-size: 20px;}
.modal-header{background: #ff9a00; color: #ffffff;}
.orange{color: #ffa300;}
.fw-600{font-weight: 600;}
.forgotPasswordArea{/*position: absolute; width: 100%; height: 100%; z-index: 9999;
background: #ffffff;*/ min-height: 430px; }
.forgotPassword{width: 100%; background: #ffffff;
max-width: 500px;
padding: 30px;
margin: 0 auto;
-webkit-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.75);
}


@media (max-width: 768px){
	.profileDiv > div > div{border-right:0; }
	.profileEdit{padding-left: 15px; padding-right: 15px;}
	.profileEdit .submitBtn .btn{padding: 8px 20px; width: 100%}
	.mobileBigImg .downloadArea{padding: 0;}
	.newsImg{height: inherit;}
	.section .rowmargin-2{margin: 10px 0px;}
	.contactAddress{padding: 50px 0 20px;}
	.formMessage{top: 55px !important;}
	.header-menu{
		position: relative;
	}
	.menu-bar .container{
		position: relative;
	}
	.slider{
		min-height: 0;
	}
	ul.navbarMenu li a{
		padding: 10px 10px;
		text-align: right;
	}
	a.logo-main{
		width: 80px;
		padding-top: 0px;
		padding-bottom: 5px;	
	}
	.slide-text h1 {
		font-size: 1.5rem;
	}
	.slide-overlay{
		margin-top: 0px;
	}
	.top-bar{
		background: #000;
		text-align: center;
	}
	.solution-tab h3{
		text-align: center;
		font-size: 1.2rem;
	}
	.btn-playstore, .btn-appstore{
		display: block;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	ul.footer-menu {
		display: none;
	}
	ul.footer-menu li a{
		padding: 5px 20px;
	}
	ul.footer-menu li {
		display: block;
		width: 100%;
		text-align: center;
		float: left;
	}
	p.copyright{
		    text-align: center;
	}
	#footer-main h1{
		margin-top: 30px;
	}
	#toggle{
		width: 24px;
		height: 24px;
		display: block;
		float: right;
		cursor: pointer;
		position: absolute;
		right: 20px;
		top: 16px !important;
		z-index: 9;
	}

	#toggle p.mid,
	#toggle span:before,
	#toggle span:after{
		width: 100%;
		height: 1px;
		background-color: #fff;
		display: block;
		float: left;
		transition: all cubic-bezier(1, 0, 0, 1) 0.1s;
		transition-delay: 0.1s;
	}
	#toggle span:before,
	#toggle span:after{
		position: absolute;
		content:'';
	}
	#toggle p.mid{
		margin: 8px auto;
		transition: all ease 0.1s;
		transition-delay: 0.1s;
		
	}
	#toggle span:before{
		top: 0px;
	}
	#toggle span:after{
		top: 16px;
	}

	/* on activation */
	#toggle.on p.mid{
		background-color: transparent;
		transition: all ease 0.8s;
	}
	#toggle.on span {
	  background-color: transparent;
	}
	#toggle.on span:before {
	  transform: rotate(45deg) translate(21px, 21px);
	}
	#toggle.on span:after {
	  transform: rotate(-45deg) translate(7px, -7px);
	}
	#toggle.on span:before{
		top: -22px;
	}
	#toggle.on span:after{
		top: 18px;
	}
	.vision-tab-bg {
		display: none;
	}
	section#customer-portal {
		padding-top: 20px;
	}
	#toggle-cust-menu{
		display: inline-block;
	}
	.cp-body{
		width: 100%;
		margin-left: 0;
	}
	.cp-container{
		padding: 10px;
	}
	.cp-title{
		margin-top: 20px;
	}
	.sidebar-menu{
		display: none;
	}
	#sidebarClose{
		display: block;
	}
}


@media (min-width: 769px) and (max-width:991px){
	.profilePic .userimage{width: 100px; height: 100px;}
}

@media (max-width: 576px){
	.top-bar{
		display: block;
	}
}
@media (max-width: 480px){
	.section, .footer{
		padding-top: 60px;
	}
}
@media (max-width: 992px){
		#toggle{
		width: 24px;
		height: 24px;
		display: block;
		float: right;
		cursor: pointer;
		position: absolute;
		right: 20px;
		top: 30px;
		z-index: 9;
	}

	#toggle p.mid,
	#toggle span:before,
	#toggle span:after{
		width: 100%;
		height: 1px;
		background-color: #fff;
		display: block;
		float: left;
		transition: all cubic-bezier(1, 0, 0, 1) 0.1s;
		transition-delay: 0.1s;
	}
	#toggle span:before,
	#toggle span:after{
		position: absolute;
		content:'';
	}
	#toggle p.mid{
		margin: 8px auto;
		transition: all ease 0.1s;
		transition-delay: 0.1s;
		
	}
	#toggle span:before{
		top: 0px;
	}
	#toggle span:after{
		top: 16px;
	}

	/* on activation */
	#toggle.on p.mid{
		background-color: transparent;
		transition: all ease 0.8s;
	}
	#toggle.on span {
	  background-color: transparent;
	}
	#toggle.on span:before {
	  transform: rotate(45deg) translate(21px, 21px);
	}
	#toggle.on span:after {
	  transform: rotate(-45deg) translate(7px, -7px);
	}
	#toggle.on span:before{
		top: -22px;
	}
	#toggle.on span:after{
		top: 18px;
	}
}


.dd.dropdown {
	float: right;
	display: block;
}
.dd.dropdown .btn{
	padding: 0;
	margin: 0;
	background: transparent;
	color: #fff;
	line-height: 1rem;
    margin-left: 20px;
}
.dd.dropdown .dropdown-toggle::after{
	display: none;
}
.dd.dropdown ul {
	background: rgba(0,0,0,0.95);

}
.dd.dropdown ul li {
    padding: 5px 15px;
}
.dd.dropdown ul li a{
	color: #fff;
	font-size: 0.8rem; display: block;
}


/* CUSTOM ERROR/MESSAGE PAGES */

.errorPage{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 480px;
	transform: translate(-50%, -50%);
}
.errorHeading {
    font-size: 160px;
    margin: 0 auto;
    text-align: center;
    color: #FF962D;
	font-weight: 600;
}
.errorPage a{
	text-align: center;
    display: block;
    margin-top: 40px;
}
.errorPage .logo {
    display: block;
    float: none;
    margin: 0 auto;
}
.errorType {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
}
.errorDesc {
    text-align: center;
}
.success_msg {
    color: #4CAF50;
}

.formMessage{
	width: 320px;
	padding: 10px;
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	text-align: center;
	color: #fff;
    	background-color: none;
    	border-color: none;	
}
.closeBB {
    background: transparent;
    outline: none;
    border: none;
    color: #ffffff;
    position: absolute;
    right: 10px;
	top: 113px;
	cursor: pointer;
}
.closeBBError {
    background: transparent;
    outline: none;
    border: none;
    color: #333333ad;
    position: absolute;
    right: 10px;
    top: 10px;
}
/* END CUSTOM ERROR PAGES */

/* BOOTSTRAP COMPONENTS CUSTOMISED */


.btn-primary{
	background: #FF962D;
	border-color: #FF962D;
}
.btn-primary:hover{
	background: #FFBA76;
	border-color: #FFBA76;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus,
.pagination > strong {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #FF962D;
    border-color: #FF962D;
}
.pagination > strong, .pagination > a{padding: 5px 10px;}
.pagination > a:hover{background-color: #FF962D; color: #fff;}
.pagination > a{color: #1d1d1d;}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #f1f1f1;
}

.nav-tabs.addUpdate > li.active > a, .nav-tabs.addUpdate > li.active > a:hover, .nav-tabs.addUpdate > li.active > a:focus{
	border: none;
    border-bottom: 2px solid #FF962D;
    color: #FF962D;
    font-weight: bold;
}
.login-content .form-group,.login-content .radio,.login-content  .checkbox {
    width: 100%;
    float: left;
}
.bg-success ,.bg-primary,.bg-info,.bg-warning,.bg-danger{
	padding: 3px 15px;
	border-radius: 3px;
	margin-top: 105px;
}
.bg-success {
    color: #fff;
    background: linear-gradient(to right, #009a00 0%,#00c300 100%);
}
.bg-primary{
	color: #fff;
    background: linear-gradient(to right, #FFBA76 0%,#FF962D 100%);
}
.bg-info{
	background: linear-gradient(to right, #b9e1f5 0%,#d9edf7 100%);
}
.bg-warning{
	color: #8a6d3b;
	background: linear-gradient(to right, #faf2cc 0%,#fcf8e3 100%);
}
.bg-danger{
	color: #fff;
	background: linear-gradient(to right, #F44336 0%,#FF5722 100%);
}

.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}

.pac-container:after {
    /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */

    background-image: none !important;
    height: 0px;
    }
    
img.icons {
text-align: center;
padding: 30px 0px 0px 30px;
}

.footer-space{
	margin-top: 20px;
	margin-bottom: 50px;
}

.add_order_btn{
margin-top: 24px;
}

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


/* END BOOTSTRAP COMPONENTS CUSTOMISED */
