@font-face {
 font-family: 'Dax-Regular';
 src: url('../fonts/Dax-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Dax-Regular.woff') format('woff'), url('../fonts/Dax-Regular.ttf') format('truetype'), url('../fonts/Dax-Regular.svg#Dax-Regular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'MyriadPro-Cond';
 src: url('../fonts/MyriadPro-Cond.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Cond.otf') format('opentype'), url('../fonts/MyriadPro-Cond.woff') format('woff'), url('../fonts/MyriadPro-Cond.ttf') format('truetype'), url('../fonts/MyriadPro-Cond.svg#MyriadPro-Cond') format('svg');
 font-weight: normal;
 font-style: normal;
}
body {
	font-family: 'Dax-Regular';
	font-size: 14px;
	color: #2d3237;
}
ul {
	padding: 0px;
	margin: 0px;
}
ul, li {
	display: block;
}
a, li, i, button, input, textarea {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
a:hover {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
a:focus {
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-weight: normal;
}
select {
	background: url(../img/select-arrow.png) no-repeat right #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position-x: 94%;
}
/*Header*/

header {
	background-attachment: fixed;
	background-image: url(../img/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-box-shadow: inset 0px 300px 110px -7px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0px 300px 110px -7px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0px 300px 110px -7px rgba(0, 0, 0, 0.75);
}
.inner-header {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-box-shadow: inset 0px 210px 80px -7px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0px 210px 80px -7px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0px 210px 80px -7px rgba(0, 0, 0, 0.75);
}
.inner-banner-1 {
	background-image: url(../img/header-bg.jpg);
}
.inner-banner-2 {
	background-image: url(../img/profile-bg.jpg);
}
.menus .navbar {
	min-height: 50px;
	margin-bottom: 0px;
}
.menus .navbar-header {
	float: left;
	/* min-height: 19px; */
    
    height: 50px;
}
.menus .navbar-default .navbar-brand {
	color: #777;
	float: left;
	padding: 0px 0px;
	height: 50px;
	font-size: 18px;
	line-height: 20px;
}
.menus .navbar-default {
	background: none;
	border: none;
	margin: 25px 0px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background: none;
}
.menus .navbar-nav {
	float: left;
	margin: 0;
	position: relative;
	top: 13px;
}
.menus .navbar-nav li {
	margin-right: 1px;
	font-family: 'MyriadPro-Cond';
}
.menus .navbar-nav li:first-child a {
	margin-left:0px;
}
.menus .navbar-nav li a {
	color: #fff;
	text-transform: uppercase;
	padding: 0px;
	margin-left: 30px;
	font-size: 19px;
}
.menus .navbar-nav li a:hover {
	color: #fff;
}
.menus .navbar-nav li a:focus {
	color: #fff;
}
.menus .navbar-default .navbar-toggle {
	border-color: #f1df0b;
	background-color: #f1df0b;
	border-radius: 0px;
	padding: 14px 14px;
	margin-top: 2px;
	margin-right: 0;
}
.menus .navbar-default .navbar-toggle .icon-bar {
	background-color: #2D3237;
}
.menus .brd-efft:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #f1df0b;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
}
.menus .brd-efft:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.menus .navbar-default .navbar-nav .active a {
	border-bottom: 2px #f1df0b solid;
}
.menus .navbar-default .navbar-nav .active a:before {
	height: 0px;
}
.menus .navbar-default .navbar-nav .reg-btn a {
	background: #f1df0b;
	border: 1px #f1df0b solid;
	color: #2d3237;
	padding: 6px 15px;
	top: -6px;
}
.menus .navbar-default .navbar-nav .login-btn a {
	border: 1px #fff solid;
	color: #fff;
	padding: 6px 15px;
	top: -6px;
	margin-left: 9px;
}
.menus .navbar-default .navbar-nav .login-btn a:hover {
	border: 1px #f1df0b solid;
	color: #f1df0b;
}
.menus .navbar-default .navbar-nav .login-btn a:before {
	height: 0px;
}
.menus .navbar-default .navbar-nav .reg-btn .dropdown-menu {
	padding: 0px;
	border-radius: 0px;
	margin-top: -7px;
	right: -52px;
	min-width: 82px;
}
.menus .navbar-default .navbar-nav .reg-btn .dropdown-menu a {
	margin-left: 0px;
	color: #2d3237;
	font-family: 'Dax-Regular';
	border: 0px;
	border-bottom: 1px #E0E0E0 solid;
	padding: 5px 7px;
	font-size: 14px;
	background: #fff;
}
.menus .navbar-default .navbar-nav .reg-btn .dropdown-menu li:last-child a {
	border:none;
}
.menus .navbar-default .navbar-nav .reg-btn .dropdown-menu a:hover {
	color: #2d3237;
	background:#EAEDF0;
}
.h-text-title {
	color: #fff;
	text-align: center;
	width: 60%;
	margin: auto;
}
.h-text {
	margin: 50px 0px;
}
.h-text-title h1 {
	font-size: 38px;
	margin-bottom: 10px;
}
.h-text-title h1 span {
	color: #f1df0b;
}
.h-text-title p {
	font-size: 16px;
}
.h-text-2 {
	margin: 50px 0px;
	float: left;
}
.h-text-2 h2 {
	background: #f1df0b;
	float: left;
	padding: 7px 21px 7px 13px;
	font-size: 35px;
}
.h-text-2 p {
	background: #2d3237;
	float: left;
	display: block;
	margin-bottom: 0px;
	margin-top: 6px;
	color: #fff;
	clear: both;
	font-size: 18px;
	padding: 7px 21px 7px 13px;
}
.booking-form ul li {
	float: left;
	position: relative;
	margin-right: 1%;
	margin-right: 30px;
}
.booking-form .radio-trip-2 {
	float: none;
	width: auto;
	display: table;
	margin: 0 auto;
	margin-bottom: 11px;
}
.booking-form .radio-trip-2 li {
	margin-right: 30px;
	margin-bottom: 7px;
}
.booking-form .radio-trip-2 li input {
	float:left;
	width:auto;
	margin-right:7px;
}
.booking-form .radio-trip-2 a {
	background: #2d3237;
	color: #fff;
	padding: 7px;
}
.booking-form .radio-trip-2 a:hover {
	background: #3b4147;
	text-decoration:none;
}
.booking-form .radio-trip-2 a i {
	position: unset;
	color: #fff;
	margin-right: 5px;
}
.booking-form .radio-trip {
	float:left;
	width:100%;
}
.booking-form .radio-trip li {
	float: left;
	width: 48%;
	line-height: 38px;
}
.booking-form .radio-trip li input {
	float: left;
	width: 16%;
	margin: 13px 0px 0px 0px;/* line-height: 38px; */
}
.booking-form .city button {
	border: 1px #cec30f solid;
	background:#fff;
	padding: 8px 8px;
	float: left;
	width: 100%;
	color: #333;
	border-radius: 0px;
	text-align: left;
}
.booking-form .city .dropdown ul li {
	float:left;
	width:100%;
}
.booking-form .city .dropdown ul li a {
	padding: 3px 8px;
}
.booking-form .city .dropdown ul li a {
	background:none;
}
.booking-form .city .dropdown ul li a i {
	font-size:13px;
}
.booking-form .city .dropdown .c-drop-1 {
	background: #f1df0b;
}
.booking-form .city .dropdown .c-drop-2 {
	background: #B3B3B3;
	height: 160px;
	overflow-y: scroll;
}
.booking-form .city .dropdown-menu {
	padding: 0px;
	border-radius: 0px;
	margin: -1px 0px 0px 0px;
}
.booking-form {
	background-attachment: scroll;
	background-color: #f1df0b;
	background-image: url(../img/brd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	width: 100%;
	padding: 26px 16px 16px 16px;
}
.booking-form ul {
	float: left;
	width: 100%;
	margin-bottom:15px;
}
.booking-form ul:last-child {
	margin-bottom:0px;
}
.booking-form ul li {
	float: left;
	position: relative;
	margin-right: 1%;
}
.booking-form ul li:last-child {
	margin-right: 0;
}
.booking-form ul li input, .booking-form ul li select {
	border: 1px #cec30f solid;
	padding: 9px 8px;
	float: left;
	width: 100%;
	color: #333;
}
.booking-form ul li i {
	position: absolute;
	right: 10px;
	color: #777;
	font-size: 16px;
	top: 10px;
}
.booking-form .city {
	width: 24.0%;
}
.booking-form .date {
	width: 15%;
}
.booking-form .return {
	width: 8%;
	line-height: 36px;
}
.booking-form .return input {
	float: left;
	width: unset;
	margin-right: 7px;
	margin-top: 11px;
}
.booking-form .book-btn {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 15px;
}
.booking-form .book-btn a {
	/* width: 88%; */
	/* float: left; */
	color: #fff;
	text-align: center;
	background: #2d3237;
	font-size: 20px;
	padding: 12px 24px;
	/* margin: 19px 0px; */
	display: inline-block;
}
.booking-form .book-btn a:hover {
	text-decoration: none;
	background: #3b4147;
}
.booking-form .book-btn a:focus {
	text-decoration: none;
}
.book-call {
	float: left;
	width: 100%;
}
.book-call p {
	margin: 0px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	width: 284px;
	display: block;
	margin: auto;
	padding: 7px 13px;
}
.book-call span {
	color: #f1df0b;
}
.book-call p:hover {
/*text-decoration:none; color:#fff;*/
}
.book-how {
	float: left;
	width: 100%;
	padding: 90px 0px 70px 0px;
}
.book-how a {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	width: 150px;
	display: block;
	margin: auto;
	padding: 7px 13px;
	text-align: center;
}
.book-how a:hover {
	/* background: rgba(45, 50, 55, 0.2);*/
    
    background: rgba(0, 0, 0, 0.65);
	text-decoration: none;
	color: #fff;
}
.login-popup {
}
.login-popup .modal-dialog {
	width: 380px;
	margin: 95px auto;
}
.login-popup .modal-header {
	padding: 20px 15px 15px 15px;
	border-bottom: 1px solid #d7d7d7;
	background-attachment: scroll;
	background-image: url(../img/brd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.login-popup .modal-header .close {
	margin-top: 4px;
}
.login-popup .modal-content {
	border-radius: 0px;
	float: left;
	width: 100%;
}
.login-popup .modal-title {
	text-align: center;
	font-size: 20px;
}
.login-p-contant {
	text-align: center;
	float: left;
	width: 100%;
}
.login-p-contant .login-forgot {
	margin-bottom: 18px;
}
.login-p-contant li {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.login-p-contant li input {
	border: 1px solid #d7d7d7;
	padding: 7px 7px;
	width: 100%;
}
.login-p-contant li select {
	border: 1px solid #d7d7d7;
	padding: 7px 7px;
	width: 100%;
}
.login-p-contant li input:focus {
	border: 1px solid #d6c714;
}
.login-p-contant li a {
	color: #deb011;
	text-decoration: underline;
}
.login-p-contant li a:hover {
	text-decoration: none;
}
.login-p-contant li .yellow-btn {
	color: #2d3237;
	text-decoration: none;
}
.login-p-contant li .yellow-btn:hover {
	color: #fff;
}
.login-popup .modal-footer {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 15px;
}
.login-popup .modal-footer p {
	margin: 0px;
}
.login-popup .modal-footer p a {
	color: #deb011;
	text-decoration: underline;
}
.login-popup .modal-footer p a:hover {
	text-decoration: none;
}
.yellow-btn {
	background: #f1df0b;
	color: #2d3237;
	border: 1px #cec30f solid;
	padding: 8px 20px;
}
.yellow-btn:hover {
	color: #fff;
	border: 1px #2d3237 solid;
	background: #2d3237;
	text-decoration: none;
}
.gray-btn {
	background: #5c6065;
	color: #fff;
	border: 1px #5c6065 solid;
	padding: 8px 20px;
	font-size:14px;
}
.gray-btn:hover {
	background: #5c6065;
	color: #fff;
	text-decoration: none;
}
.gray-btn:focus {
	color: #fff;
	text-decoration: none;
}
.green-btn {
	padding: 6px 16px;
	background: #60af1a;
	color: #fff;
	float: left;
}
.green-btn:hover {
	background: #70bc2d;
	color: #fff;
	text-decoration: none;
}
.green-btn:focus {
	color: #fff;
	text-decoration: none;
}
.green-btn i {
	margin-right:6px;
}
/*Header End*/
/*Services, Rides*/

.services {
	background-attachment: fixed;
	background-image: url(../img/s-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.map-bg {
	background-attachment: fixed;
	background-image: url(../img/s-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 0px 40px 0px;
}
.service-type {
	width: 100%;
	float: left;
	margin-top: 35px;
}
.service-type .s-heading img {
	float: left;
	margin-right: 12px;
}
.service-type .s-heading h2 {
	font-family: 'MyriadPro-Cond';
	font-size: 28px;
	text-transform: uppercase;
}
.service-type .s-heading h2 span {
	font-family: 'Dax-Regular';
	font-size: 14px;
	display: block;
	text-transform: none;
	line-height: 18px;
	margin-top: 6px;
}
.service-type p {
	float: left;
	margin: 0px;
	color: #848C95;
	line-height: 24px;
	margin-top: 10px;
}
.service-type .morelink {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 88px;
	background: #2d3237;
	text-align: center;
	margin-top: 10px;
	padding: 3px 3px;
}
.service-type .morelink:hover {
	background: #3b4147;
}
.service-type p i {
	font-size: 8px;
	color: #2d3237;
	margin-right:4px;
}
.why-us-types {
	float:left;
	width:100%;
	color: #848C95;
}
.why-us-types li {
	float:left;
	width:100%;
	margin-top:10px;
}
.why-us-types li i {
	font-size: 8px;
	color: #2d3237;
}
.rides {
	float: left;
	width: 100%;
	margin-top: 35px;
	margin-bottom: 45px;
}
.rides-h {
	background-attachment: scroll;
	background-color: #f1df0b;
	background-image: url(../img/brd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	width: 100%;
	padding: 23px 16px 14px 16px;
}
.rides-h h3 {
	font-family: 'MyriadPro-Cond';
	font-size: 26px;
	text-transform: uppercase;
}
.rides .rides-cell {
	width: 30%;
	float: left;
	line-height: 36px;
}
.rides .rides-c-p {
	font-size: 20px;
	width: 20%;
	float: left;
	line-height: 36px;
}
.rides .rides-c-btn {
	width: 20%;
	float: left;
}
.rides .rides-c-btn a {
	color: #fff;
	background: #2d3237;
	float: left;
	width: 100%;
	text-align: center;
	padding: 8px 5px;
}
.rides .rides-c-btn a:hover {
	text-decoration: none;
	background: #3b4147;
}
.rides ul {
	background: #fff;
	float: left;
	width: 100%;
}
.rides ul li {
	border-bottom: 1px #f1df0b solid;
	border-right: 1px #f1df0b solid;
	width: 50%;
	float: left;
	padding: 11px 15px;
}
.rides ul li:last-child {
	border-right: none;
}
.rides-accepts {
	background: #e1e7ed;
	float: left;
	width: 100%;
	padding: 15px 15px;
	margin: 0px;
}
.rides-accepts li {
	width: 50%;
	float: left;
	font-size: 20px;
}
.rides-accepts li i {
	margin-right: 6px;
}
.rides-accepts li img {
	float: right;
}
/*Services, Rides End*/
/*Testimonial*/

.testimonials {
	background-attachment: scroll;
	background-color: #f1df0b;
	background-image: url(../img/brd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	width: 100%;
	padding: 45px 16px 40px 16px;
}
.testimonial-content {
	float: left;
	position: relative;
	background: #fff;
	border: 1px #dcd013 solid;
	padding: 12px;
	margin: 0px 7px;
}
.rating-star {
	float: left;
	width: 100%;
}
.rating-star li {
	float: left;
	color: #EABB19;
	font-size: 20px;
	margin-right: 4px;
}
.rating-star .disabled {
	color: #CBCBCB;
}
.testi-title h4 {
	font-size: 18px;
	text-transform: uppercase;
	float: left;
	margin-top: 6px;
	width: 100%;
}
.testi-title p {
	margin-top: 4px;
	margin-bottom: 0px;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.testi-title p span {
	color: #999;
}
.testi-contant {
	float: left;
	width: 100%;
	padding-bottom: 45px;
}
.testi-contant i {
	float: left;
	width: 10%;
	font-size: 20px;
	color: #2D3237;
}
.testi-contant p {
	float: left;
	width: 90%;
	margin: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 21px;
	max-height: 109px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/*.testi-contant p:after { content:'...';}*/
.testi-contant a {
	float: left;
	margin-left:10%;
}
.testi-img {
	float: left;
	position: absolute;
	bottom: -37px;
}
.testi-img img {
	border: 1px #dcd013 solid;
	border-radius: 100px;
	width: 78px;
}
/*Testimonial End*/
/*Footer*/

footer {
	background-attachment: fixed;
	background-image: url(../img/footer-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #2d3237;
	color: #fff;
	padding: 30px 0px 0px 0px;
	float: left;
	width: 100%;
}
.footer-social {
	width: 100%;
	float: left;
	border-bottom: 1px #5f6469 solid;
	padding-bottom: 15px;
}
.f-s-left {
	float: left;
	line-height: 25px;
}
.f-s-left li {
	float: left;
	font-family: 'MyriadPro-Cond';
	font-size: 26px;
	border-right: 1px #5f6469 solid;
	padding: 0px 13px;
}
.f-s-left li:first-child {
	padding-left: 0px;
}
.f-s-left li:last-child {
	border: none;
 padding-right:
}
.f-s-left li a {
	color: #fff;
}
.f-s-left li a:hover {
	color: #f1df0b;
	text-decoration: none;
}
.f-s-right {
	float: right;
	line-height: 25px;
}
.f-s-right li {
	float: left;
	margin-left: 7px;
}
.f-s-right li a {
	background: #f1df0b;
	color: #2d3237;
	border-radius: 50%;
	font-size: 18px;
	text-align: center;
	padding: 5px 8px;
	float: left;
	width: 36px;
	height: 36px;
}
.f-s-right li a:hover {
}
.f-s-right li a:hover i {
	color: #fff;
}
.f-s-right .fb:hover {
	background: #3b5998;
}
.f-s-right .tw:hover {
	background: #0fb0ee;
}
.f-s-right .yt:hover {
	background: #d72c17;
}
.f-s-right .gp:hover {
	background: #e65442;
}
.f-s-right .in:hover {
	background: #df5e92;
}
.fb + .tooltip > .tooltip-inner {
	background-color: #3b5998;
}
.fb + .tooltip > .tooltip-arrow {
	border-top-color: #3b5998;
}
.tw + .tooltip > .tooltip-inner {
	background-color: #0fb0ee;
}
.tw + .tooltip > .tooltip-arrow {
	border-top-color: #0fb0ee;
}
.yt + .tooltip > .tooltip-inner {
	background-color: #d72c17;
}
.yt + .tooltip > .tooltip-arrow {
	border-top-color: #d72c17;
}
.gp + .tooltip > .tooltip-inner {
	background-color: #e65442;
}
.gp + .tooltip > .tooltip-arrow {
	border-top-color: #e65442;
}
.in + .tooltip > .tooltip-inner {
	background-color: #df5e92;
}
.in + .tooltip > .tooltip-arrow {
	border-top-color: #df5e92;
}
.f-s-right li i {
	width: 18px;
	height: 18px;
}
.footer-links {
	float: left;
	width: 100%;
	padding: 20px 0px;
}
.footer-links li {
	float: left;
	font-size: 15px;
	margin-right: 36px;
	margin-bottom: 12px;
}
.footer-links li a {
	color: #fff;
}
.footer-links li a:hover {
	color: #f1df0b;
	text-decoration: none;
}
.footer-links-p {
	width: 50%;
	float: left;
	margin: 0px;
}
.footer-contact {
	float: right;
	padding: 20px 0px;
}
.footer-contact ul {
	text-align: right;
}
.footer-contact ul li {
	margin-top: 20px;
}
.footer-contact ul li a {
	color: #fff;
}
.footer-contact ul li a:hover {
	color: #f1df0b;
	text-decoration: none;
}
.footer-bottom {
	background: rgba(0, 0, 0, 0.3);
	padding: 15px 0px;
	margin-top: 20px;
}
.footer-bottom ul {
	float: left;
	width: 100%;
}
.footer-bottom ul li {
	float: left;
	border-right: 1px #fff solid;
	padding: 0px 10px;
}
.footer-bottom ul li:last-child {
	padding-right: 0px;
}
.footer-bottom ul li a {
	color: #686f75;
}
.footer-bottom ul li a:hover {
	color: #fff;
	text-decoration: none;
}
/*Footer End*/
/*Breadcrumb*/

.bread-main {
	background: #e3e6e9;
	padding: 10px 0px;
}
.bread-main .breadcrumb {
	padding: 0px;
	margin-bottom: 0px;
	background: none;
	border-radius: 0px;
}
.bread-main .breadcrumb > .active {
	color: #888;
}
.bread-main .breadcrumb-item a {
	color: #2d3237;
}
/*Breadcrumb End*/
/*Inner Page*/

.inner-page {
	margin: 20px 0px 40px 0px;
}
.inner-heading {
	float: left;
	width: 100%;
	font-size: 22px;
	border-bottom: 1px #dbdbdb solid;
	padding-bottom: 6px;
	margin-bottom: 12px;
}
.inner-booking {
	margin-top: 40px;
	margin-bottom: 60px;
}
/*Inner Page End*/
/*Panel Forms*/

.form-main {
	background: #e8e8e8;
	font-size: 14px;
	margin-top: 0px;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.form-main-heading {
	background: #2d3237;
	color: #fff;
	float: left;
	width: 100%;
	padding: 11px 15px 11px 15px;
	margin: 0px;
	font-size: 18px;
}
.form-main-heading i {
	margin-right: 5px;
	color: #f1df0b;
}
.form-main-heading .p-h-t {
	float: left;
}
.form-main-heading .p-h-btn {
	float: right;
}
.form-main-heading .p-h-btn ul {
	float: right;
	margin-right: -16px;
}
.form-main-heading .p-h-btn ul li {
	float:left;
}
.form-main-heading .p-h-btn .yellow-btn {
	background: #f1df0b;
	color: #2d3237;
	border: 1px #f1df0b solid;
	padding: 15px 20px 13px 20px;
	font-size: 16px;
}
.form-main-heading .p-h-btn .yellow-btn:hover {
	background: #f1df0b;
	border: 1px #f1df0b solid;
	color: #2d3237;
}
.form-main-heading .p-h-btn .gray-btn {
	padding: 15px 20px 13px 20px;
	font-size: 16px;
}
.form-main-heading .p-h-btn .gray-btn:hover {
	color: #fff;
}
.form-main-contant {
	padding: 15px;
	float: left;
	width: 100%;
}
.form-main-reg {
	float: left;
	width: 100%;
}
.form-main-reg ul {
	float: left;
	width: 100%;
}
.form-main-reg ul li {
	width: 32.3%;
	float: left;
	margin-right: 1.5%;
	margin-bottom: 18px;
}
.form-main-reg ul li:last-child {
	margin-right: 0%;
}
.form-main-reg ul li label {
	font-weight: normal;
	width: 100%;
	float: left;
}
.form-main-reg ul li label span {
	color: #d50000;
	font-family: Verdana, Geneva, sans-serif;
}
.form-main-reg ul li input {
	border: 1px #c8c8c8 solid;
	padding: 7px 7px;
	width: 100%;
	float: left;
}
.form-main-reg ul li select {
	border: 1px #c8c8c8 solid;
	padding: 8px 7px;
	width: 100%;
	float: left;
}
.form-main-reg ul li textarea {
	border: 1px #c8c8c8 solid;
	padding: 7px 7px;
	width: 100%;
	float: left;
}
.form-main-reg ul .form-main-reg-date {
	position: relative;
	float: left;
	width: 100%;
}
.form-main-reg h4 {
	float: left;
	width: 100%;
	font-size: 19px;
	font-weight: normal;
	border-bottom: 1px #c2c2c2 solid;
	padding-bottom: 5px;
	margin-bottom: 12px;
}
.form-main-reg ul .form-main-reg-date i {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #888;
}
.form-main-reg-mid {
	margin-bottom: 18px;
	float: left;
	width: 100%;
}
.form-main-reg-mid h3 {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px #c2c2c2 solid;
	padding-bottom: 5px;
}
.form-main-reg-terms {
	margin-bottom: 18px;
	float: left;
	width: 100%;
}
.form-main-reg-terms input {
	margin-right: 7px;
	float: left;
}
.form-main-reg-terms p {
	margin: 0px;
}
.form-main-reg-terms p a {
	color: #2d3237;
	text-decoration: underline;
}
.form-main-reg-terms p a:hover {
	text-decoration: none;
}
.form-main-reg-btn {
	float: left;
	width: 100%;
}
.form-main-reg-btn .yellow-btn {
	padding: 10px 24px;
	float: left;
	font-size: 17px;
}
.form-main-reg .f-m-50 li {
	width: 49%;
}
.form-main-reg .f-m-50 li:last-child {
	margin-right: 0px;
}
.form-main-reg .f-m-100 li {
	width: 100%;
}
.form-main-reg .f-m-100 li input {
	width: 72%;
}
.form-main-reg .f-m-100 .yellow-btn {
	padding: 7px 20px;
	float: left;
	margin-left: -1px;
}
.country-code {
	width: 30%;
	float: left;
	margin-right: 2%;
}
.country-code-2 {
	width: 68%;
	float: left;
}
.booking-type {
	float: left;
	width: 100%;
	margin-top: 12px;
}
.booking-type li {
	float: left;
	width: 32%;
}
.form-main-reg .booking-type li {
	width: 32%;
	margin-bottom: 3px;
}
.form-main-reg .booking-type li input {
	width:initial;
	margin-right:5px;
}
/*Panel Forms End*/
/*Contact Us*/

#gmap_canvas-2 img {
	max-width: none!important;
	background: none!important
}
.google-map-2 {
	overflow: hidden;
	height: 275px;
	width: 100%;
	border: 1px #ddd solid;
	border-radius: 0px;
}
.google-map-size-2 {
	height: 275px;
	width: 100%;
}
.contact-content {
	margin-top: 20px;
}
.contact-content a {
	color: #2d3237;
}
.contact-frm {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.contact-frm ul {
	float: left;
	width: 100%;
}
.contact-frm ul li {
	width: 48%;
	float: left;
	margin-bottom: 18px;
	margin-right: 2%;
}
.contact-frm ul li label {
	font-weight: normal;
	width: 100%;
	float: left;
}
.contact-frm ul li label span {
	color: #ca0d0d;
}
.contact-frm ul li input {
	border: 1px #c8c8c8 solid;
	padding: 7px 7px;
	width: 100%;
	float: left;
}
.contact-frm ul li textarea {
	border: 1px #c8c8c8 solid;
	padding: 7px 7px;
	width: 100%;
	float: left;
}
.contact-frm ul .contact-txt-area {
	width: 100%;
	float: left;
}
.contact-frm-captcha {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.contact-frm-captcha img {
	width: 310px;
	margin-left: -4px;
}
.contact-frm-btn {
	float: left;
	width: 100%;
}
.contact-frm-btn .yellow-btn {
	float: left;
}
.contact-info {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.contact-info ul li i {
	color: #eab92c;
	font-size: 15px;
	width: 22px;
	text-align: center;
	height: 26px;
	margin-right: 5px;
}
.contact-info ul li {
	margin-bottom: 5px;
}
.contact-info ul li a {
	color: #2d3237;
}
.contact-info ul li a:hover {
	text-decoration: underline;
}
/*Contact Us End*/
/*Thumbnails*/

.show-filter {
	float: left;
	margin-right: 2%;
}
.show-filter li {
	background: #cfcfcf;
	border: 1px #b1b3b5 solid;
	float: left;
	padding: 5px 8px;
	margin-right: 8px;
}
.show-filter li:first-child {
	background: none;
	border: none;
	padding-left: 0px;
	margin-right: 0px;
}
.show-filter li:last-child {
	margin-right: 0px;
}
.show-filter li input {
	float: left;
	margin-right: 5px;
}
.show-filter .active {
	background: #f1e40f;
	border: 1px #c5ba0d solid;
}
.sort-filter {
	float: left;
	margin-right: 2%;
}
.sort-filter li {
	float: left;
	padding: 5px 8px;
}
.sort-filter li select {
	float: left;
	border: 1px #b4b4b4 solid;
	border-radius: 0px;
	padding: 6px 6px;
	margin-top: -5px;
}
.sort-filter li:first-child {
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
}
.display-filter {
	float: right;
}
.display-filter li {
	float: left;
	margin-right: 8px;
	padding: 5px 8px;
}
.display-filter li select {
	float: left;
	border: 1px #b4b4b4 solid;
	background: #fff;
	border-radius: 0px;
	padding: 6px 6px;
	margin-top: -5px;
}
.display-filter li:first-child {
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
}
.sort-filter .select-filter {
	padding: 0px;
	margin-left: 8px;
	margin-right: 0px;
}
.select-filter .multiselect-container {
	border-radius: 0px;
}
.select-filter .multiselect-container > li {
	width: 100%;
	float: left;
}
.select-filter .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #2d3237;
	background-color: #f1e40f;
	border-bottom: 1px #c5ba0d solid;
}
.select-filter .btn-default {
	color: #2D3237;
	background-color: #fff;
	border-color: #b4b4b4;
	border-radius: 0px;
}
.select-filter .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	box-shadow: none;
}
.select-filter .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default.focus:active, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
	color: #2D3237;
	background-color: #fff;
	border-color: #b4b4b4;
}
.side-filter {
	float: left;
	width: 100%;
	margin-bottom: 16px;
}
.side-filter:last-child {
	margin-bottom: 5px;
}
.side-filter label {
	float:left;
	width:100%;
}
.side-filter select {
	float: left;
	width: 100%;
	border: 1px #b4b4b4 solid;
	padding: 8px 7px;
}
.side-filter .black-btn {
	border:none;
}
.side-filter .btn-group {
	float:left;
	width:100%;
}
.side-filter .btn-group span {
	float:left;
}
.side-filter .btn-group b {
	float: right;
	top: 14px;
	right: 24px;
	position: absolute;
}
.side-filter .multiselect-container {
	border-radius: 0px;
}
.side-filter .multiselect-container > li {
	width: 100%;
	float: left;
}
.side-filter .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #2d3237;
	background-color: #f1e40f;
	border:none;
}
.side-filter .btn-default {
	color: #2D3237;
	background-color: #fff;
	border-color: #b4b4b4;
	border-radius: 0px;
	float: left;
	width: 100%;/* text-align: left; */
}
.side-filter .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	box-shadow: none;
}
.side-filter .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default.focus:active, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
	color: #2D3237;
	background-color: #fff;
	border-color: #b4b4b4;
}
/*Google Map*/
#gmap_canvas-3 img {
	max-width: none!important;
	background: none!important
}
.google-map-3 {
	overflow: hidden;
	height: 750px;
	width: 100%;
	border: 1px #ddd solid;
	border-radius: 0px;
}
.google-map-size-3 {
	height: 750px;
	width: 100%;
}
.affix-top {
	position: relative;
}
.affix {
	top: 20px;
}
.affix, .affix-bottom {
	width: 31.5%;
}
.affix-bottom {
	position: absolute;
	width: 94.5%;
}
.taxis-wrap {
}
.taxi-thumbnail {
	width: 100%;
	float: left;
	background-attachment: scroll;
	background-image: url(../img/brd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px #c9c9c9 solid;
	/*padding: 26px 16px 16px 16px;*/
    padding-top: 10px;
	margin-bottom: 30px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.taxi-thumbnail:hover {
	-webkit-box-shadow: 0px 0px 16px -3px rgba(0, 0, 0, 0.64);
	-moz-box-shadow: 0px 0px 16px -3px rgba(0, 0, 0, 0.64);
	box-shadow: 0px 0px 16px -3px rgba(0, 0, 0, 0.64);
}
.taxi-thumbnail:hover .t-t-price h4 {
/*color: #8fc717;background:#8fc717;*/
}
/*.taxi-thumbnail:hover .t-t-price h4 span { color: #fff;}
.taxi-thumbnail:hover .t-t-profile { color: #8fc717;}*/

.t-t-image {
	float: left;
	width: 20%;
	margin-right: 2%;
	background: #F2E40F;
	/* min-height: 146px; */
	padding-bottom: 7px;
}
.t-t-image img {
	display:block;
	margin:0 auto;
}
.t-t-name {
	float: left;
	width: 32%;
	margin: 1% 3% 0% 0%;
}
.t-t-name .t-t-profile {
	font-size: 24px;
	color: #2d3237;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.t-t-ratings {
	float: left;
	width: 100%;
	margin: 6px 0px 13px 0px;
}
.t-t-ratings .disabled {
	color: #dedede;
}
.t-t-ratings li {
	float: left;
	margin-right: 4px;
	color: #f1c90f;
}
.t-t-ratings li i {
	font-size: 19px;
}
.t-t-ratings li a {
	color: #2d3237;
}
.t-t-ratings .all-ratings {
	color: #2d3237;
	margin: 0px;
	margin-left: 4px;
}
.t-t-cars {
	float: left;
	width: 100%;
}
.t-t-cars select {
	float: left;
	width: 100%;
	border-radius: 0px;
	border: 1px #c9c9c9 solid;
	padding: 6px 0px;
}
.t-t-cars p {
	float: left;
	margin: 5px 10px 0px 0px;
	color: #9f9f9f;
}
.t-t-price {
	float: left;
	width: 19%;
	margin: 2% 2% 2% 0%;
}
.t-t-price h4 {
	font-size: 38px;
	margin-bottom: 16px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.t-t-price h4 span {
	font-size: 14px;
	display: block;
	color: #9f9f9f;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.t-t-price p {
	margin: 0px;
	font-size: 16px;
}
.t-t-price p span {
	color:#F00;
}
.t-t-btns {
	float: left;
	margin: 2% 2% 2% 0%;
	width: 19%;
}
.t-t-btns a {
	padding: 10px 5px;
	font-size: 16px;
}
.t-t-btns p {
	float: left;
	width: 100%;
	margin: 6px 0px 0px 0px;
	background: #d9d9d9;
	text-align: center;
	padding: 2px 0px;
}
.t-t-icons {
	float:left;
	width:100%;
	background: #2d3237;
	color:#fff;
}
.t-t-icons i {
	color: #f1df0b;
	margin-right:6px;
}
.t-t-icons ul {
	float:left;
	width:100%;
}
.t-t-icons ul li {
	float: left;
	width: 17%;
	padding: 6px 6px 6px 13px;
	border-right: 1px #808489 solid;
}
.black-btn {
	color: #fff;
	background: #2d3237;
	float: left;
	width: 100%;
	text-align: center;
	padding: 8px 5px;
}
.black-btn:hover {
	color: #fff;
	text-decoration: none;
	background: #3b4147;
}
.black-btn:focus {
	color: #fff;
	background: #2d3237;
	text-decoration: none;
}
/*Thumbnails End*/
/*Profile*/

.h-operator {
	float: right;
	color: #fff;
	margin: 50px 0px;
	text-shadow: -1px -1px 19px rgba(0, 0, 0, 1);
}
.h-operator i {
	float: left;
	color: #f1df0b;
	font-size: 56px;
	margin-right: 7px;
}
.h-operator h3 {
	font-family: 'MyriadPro-Cond';
	text-transform: uppercase;
	font-size: 29px;
	float: left;
}
.h-operator h3 span {
	display: block;
	font-family: 'Dax-Regular';
	font-size: 20px;
	text-transform: none;
}
.profile .inner-heading {
	padding-top: 20px;
}
.profile .inner-heading a {
	float: right;
	font-size: 14px;
	margin-top: -5px;
}
.profile p {
	color: #2D3237;
	line-height: 24px;
}
.rating-bars {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.rating-bars label {
	font-weight: normal;
	float: left;
	margin-bottom: 0px;
	margin-right: 1%;
	width: 13%;
}
.rating-bars progress {
	margin-bottom: 0px;
	border-radius: 0px;
	box-shadow: none;
	border: none;
	background-color: #e3e3e3;
	height: 16px;
	width: 80%;
	float: left;
	margin-top: 3px;
}
.rating-bars span {
	vertical-align: super;
	margin-left: 2%;
	width: 12%;
}
.profile-r-stars {
	width: 100%;
	float: left;
	margin-bottom: 6px;
}
.profile-r-stars label {
	font-weight: normal;
	float: left;
	margin-bottom: 0px;
	margin-right: 1%;
	width: 9%;
	line-height: 34px;
}
.profile-r-stars ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
.profile-r-stars ul li {
	float: left;
	display: inline-block;
	font-size: 26px;
	margin-right: 4px;
	color: #F2CA20;
}
.profile-r-stars ul .disabled {
	color: #c5c5c5;
}
.profile-reviews {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	background: #fff;
	padding: 14px 16px;
	border: 1px #dbdbdb solid;
}
.profile-reviews:hover .pr-r-contant .p-review-date {
	color: #7aab11;
}
.pr-r-img {
	display: inline-block;
	float: left;
	width: 22%;
	padding-bottom: 10px;
}
.pr-r-img img {
	border: 1px #CECECE solid;
	border-radius: 100px;
	width: 85px;
	padding: 2px;
}
.pr-r-img span {
	margin-top: 8px;
	float: left;
}
.pr-r-contant {
	display: inline-block;
	float: left;
	width: 78%;
	padding-bottom: 10px;
}
.pr-r-contant .profile-r-stars {
	margin-bottom:0px;
}
.pr-r-contant h3 {
	float: left;
	width: 100%;
	font-size: 18px;
	margin: 10px 0px;
}
.pr-r-contant p {
	font-style: italic;
	float: left;
	margin: 0px;
	width: 100%;
}
.pr-r-contant a {
	float:left;
	width:100%;
	margin: 5px 0px;
	font-style: normal;
	color: #0064B4;
}
.morecontent span {
	display: none;
}
.morelink {
	display: block;
}
.pr-r-contant .p-review-date {
	float: left;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	width: 100%;
}
.pr-r-stars {
	width: 39%;
	float: right;
	margin-bottom: 6px;
	border-left: 1px #DBDBDB solid;
	padding-left: 12px;
}
.pr-r-stars .profile-r-stars {
	width: 100%;
	float: right;
	margin-bottom: 6px;
}
.pr-r-stars .profile-r-stars label {
	font-weight: normal;
	float: left;
	margin-bottom: 0px;
	margin-right: 1%;
	width: 28%;
	line-height: 34px;
}
.pr-r-stars .profile-r-stars ul {
	margin: 0px;
	padding: 0px;
	float: right;
}
.pr-r-stars .profile-r-stars ul li {
	float: left;
	display: inline-block;
	font-size: 24px;
	margin-right: 4px;
	color: #F2CA20;
}
.pr-r-stars .profile-r-stars ul .disabled {
	color: #c5c5c5;
}
.airport-t-ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.airport-t-ul li {
	float:left;
	width:100%;
	margin-bottom:10px;
}
.airport-t-ul li i {
	margin-right:6px;
}
.airport-t-points .service-type {
	margin-top: 10px;
	margin-bottom: 15px;
}
.airport-t-points .service-type .s-heading img {
	width: 70px;
}
.service-type .s-heading h2 span {
	font-size: 15px;
	/* text-transform: uppercase; */
	line-height: 22px;
}
/*Profile End*/
/*Bookings*/

.jrny-details {
	float: left;
	width: 100%;
}
.jrny-details .j-d-more {
	margin:0px;
	padding:0px;
}
.jrny-details .j-d-more li {
	width:100%;
	float:left;
	border-bottom: 1px solid rgb(204, 204, 204);
	padding:7px 0px;
}
.jrny-details .j-d-more li a {
	text-decoration:underline;
	color: #2d3237;
}
.jrny-details .j-d-more li:last-child {
	text-align:left;
	border:none;
}
.jrny-details ul {
	float: left;
	width: 100%;
	border-bottom: 1px solid rgb(204, 204, 204);
	padding-bottom: 7px;
	margin-top: 7px;
}
.jrny-details ul:first-child {
	margin-top: 0px;
}
.jrny-details ul:last-child {
	border: none;
}
.jrny-details ul li {
	width: 50%;
	float: left;
}
.jrny-details ul li:last-child {
	text-align: right;
}
.mr-30 {
	margin-bottom: 30px;
}
.mr-50 {
	margin-bottom: 50px;
}
.booking-p-btn {
	float: left;
	width: 100%;
	text-align: center;
	border-bottom: 1px #d5d5d5 solid;
	line-height: 0px;
	margin: 25px 0px;
}
.booking-p-btn .yellow-btn {
	padding: 15px 40px;
	font-size: 23px;
}
.b-faq {
	float: left;
	width: 100%;
}
.b-faq ul {
	float: left;
	width: 100%;
	border-bottom: 1px solid rgb(204, 204, 204);
	padding-bottom: 9px;
	margin-top: 9px;
}
.b-faq ul:first-child {
	margin-top: 0px;
}
.b-faq ul:last-child {
	border: none;
}
.b-faq ul li {
	width: 100%;
	float: left;
}
.panel-title {
	font-size: 15px;
}
.panel-group .panel {
	margin-bottom: 10px;
	border-radius: 0px;
}
.panel-heading [data-toggle="collapse"]::after {
 font-family: 'FontAwesome';
 content: "\f078";
 float: right;
 color: #454444;
 font-size: 18px;
 line-height: 22px;
 transform: rotate(180deg);
}
.panel-heading [data-toggle="collapse"].collapsed:after {
	transform: rotate(0deg);
	color: #454444;
}
/*Bookings End*/
/*Dashboard*/

.inner-dash-head {
	background: #2d3237;
	box-shadow: none;
}
.inner-dash-head .menus {
	float: left;
	width: 100%;
	margin: 25px 0px;
}
.inner-dash-head .menus .navbar-default {
	margin: 0px;
}
.inner-dash-head .menus nav {
	float: left;
	width: 86%;
}
.inner-dash-head .menus .navbar-default .navbar-brand {
	height: 50px;
}
.inner-dash-head .menus .dropdown-menu {
	padding:0px;
	border-radius:0px;
	margin-top:10px;/*right: -42px;*/
}
.inner-dash-head .menus .dropdown-menu a {
	margin-left: 0px;
	color: #2d3237;
	font-family: 'Dax-Regular';
	border-bottom: 1px #E0E0E0 solid;
	padding: 5px 7px;
	font-size: 15px;
	text-transform: none;
}
.inner-dash-head .menus .dropdown-menu a:hover {
	color: #2d3237;
	background:#EAEDF0;
}
.inner-dash-head .menus .dropdown-menu li:last-child a {
	border:none;
}
.dash-search {
	float: left;
	margin-left: 2%;
	margin-top: 5px;
	width: 18%;
}
.dash-search input {
	border: none;
	border-radius: 0px;
	background: #3B4047;
	color: #707984;
	padding: 9px 10px;
	width: 80%;
	float: left;
	font-size: 13px;
}
.dash-search a {
	float: left;
	background: #f1df0b;
	color: #2d3237;
	padding: 8px 12px;
}
.dash-search a:hover {
	background: #f5e962;
}
.dash-header-btns {
	float: left;
	margin-top: 5px;
	width: 14%;
}
.dash-header-btns ul {
	float: right;
}
.dash-header-btns ul li {
	float: left;
	display: inline-block;
	margin-left: 9px;
}
.dash-header-btns ul li:first-child {
	margin-left: 0px;
}
.dash-header-btns ul li a {
	float: left;
	background: #f1df0b;
	color: #2d3237;
	padding: 8px 12px;
}
.dash-header-btns ul li a i {
	width: 13px;
	height: 15px;
}
.dash-header-btns ul li a:hover {
	text-decoration: none;
	background: #f5e962;
}
.dash-header-btns .seller-notify {
	position: relative;
}
.dash-header-btns .seller-notify .badge {
	position: absolute;
	background: #60af1a;
	font-weight: normal;
	border-radius: 50px;
	bottom: -8px;
	z-index: 1;
}
.inner-dash-head .seller-notify .dropdown-menu {
	border-radius: 0px;
	min-width: 160px;
}
.inner-dash-head .seller-notify .dropdown-menu ul li {
	margin-left: 0px;
	border-bottom: 1px #ddd solid;
	padding: 7px 9px;
}
.inner-dash-head .seller-notify .dropdown-menu ul li:first-child {
	padding-top: 0px;
}
.inner-dash-head .seller-notify .dropdown-menu ul li:last-child {
	padding-bottom: 0px;
	border: none;
}
.inner-dash-head .seller-notify .dropdown-menu ul li a {
	background: none;
	border:none;
	font-size: 14px;
	padding: 0px;
	width: 100%;
	float: left;
}
.inner-dash-head .seller-notify .dropdown-menu ul li a:hover {
	text-decoration: underline;
	background:none;
}
.inner-dash-head .seller-notify .dropdown-menu ul li span {
	color: rgb(179, 179, 179);
	font-size: 13px;
}
.inner-cust .menus .navbar-default {
	width:85%;
}
.dash-heading {
	width: 100%;
	float: left;
	border-bottom: 1px #dfdfdf solid;
	padding-bottom: 10px;
}
.dash-heading h4 {
	float: left;
	font-size: 34px;
}
.dash-heading h4 span {
	font-size: 20px;
	color: #999;
	margin-left: 6px;
}
.dash-heading a {
	float: right;
	background: #60af1a;
	color: #fff;
	padding: 7px 14px;
}
.dash-heading a:hover {
	text-decoration: none;
	background: #70bf2a;
}
.i-panel {
	float: left;
	width: 100%;
	margin-top: 25px;
}
.i-panel-heading {
	background: #2d3237;
	color: #fff;
	float: left;
	width: 100%;
	padding: 13px 15px;
}
.i-panel-heading h5 i {
	margin-right: 7px;
	color: #f1df0b;
}
.i-panel-heading h5 {
	font-size: 18px;
	float: left;
}
.a-status {
	float: right;
	font-size: 16px;
}
.a-status li {
	float: left;
	display: inline-block;
	margin-left: 12px;
}
.a-status li:first-child {
	margin-left: 0px;
}
.a-status li i {
	font-size: 10px;
	margin-left: 5px;
	vertical-align: middle;
	color: #60af1a;
}
.a-status .disabled i {
	color: #ee2a2a;
}
.a-s-wrap {
	padding:0px;
}
.a-s-wrap h5 {
	padding-left: 15px;
	line-height: 48px;
}
.a-s-btn {
	float: right;/*margin-right: -16px;*/
}
.a-s-btn li {
	padding: 15px 20px 13px;
	font-size: 16px;
}
.a-s-btn .a-s-yellow {
	background:#f1e40f;
	color:#2D3237;
}
.text-btn {
	color:#2d3237;
	text-decoration:underline;
}
.text-btn:hover {
	color:#2d3237;
	text-decoration:none;
}
.inner-frm-t-h {
	float: left;
	width: 100%;
	margin: 20px 0px 10px 0px;
	font-size: 20px;
}
.i-panel-contant {
	padding: 15px;
	float: left;
	width: 100%;
	background: #e8e8e8;
}
.u-table-main {
	width: 100%;
	display: table;
}
.u-table-body {
	display: table-row-group;
}
.u-table-row {
	display: table-row;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	background: #fff;
}
.u-table-row:nth-child(2n+1) {
background: #f5f5f5;
}
.u-table-body .active {
	background: #60AF1A;
	color: #fff;
}
.u-table-row:last-child .u-table-cell {
	border-bottom: 0px;
}
.u-t-input {
	border: 1px #cccccc solid;
	font-size: 13px;
	padding: 6px 9px;
	width: 100%;
	float: left;
}
.u-table-cell {
	display: table-cell;
	border: 1px solid #ddd;
	padding: 9px 11px;
	border-top: 0px;
	border-right: 0px;
	vertical-align: middle;
}
.u-table-cell-2 {
	display: table-cell;
	border: 1px solid #ddd;
	padding: 0px 0px;
	border-top: 0px;
	border-right: 0px;/*vertical-align: middle;*/
}
.u-table-cell .profile-r-stars {
	margin-bottom:0px;
}
.u-table-cell .profile-r-stars ul li {
	font-size: 23px;
}
.u-table-cell p {
	margin: 0px;
}
.u-table-cell p span {
	display: block;
}
.u-table-row .u-table-cell:first-child {
	border-right: 0px;
	border-left: 0px;
}
.u-table-row .u-table-cell:last-child {
	border-right: 1px;
}
.u-table-head {
	background: #b7b7b7;
}
.u-table-row .u-table-head {
	border-left-color: #a4a4a4;
}
.u-table-row .u-table-head:first-child {
	border-left-color: #ddd;
	border-right-color: #fff;
}
.u-table-row .u-table-head:last-child {
	border-left-color: #a4a4a4;
}
.u-table-row .u-t-c-btn {
	padding: 5px 13px;
	text-align: center;
}
.u-table-row .u-t-c-1 {
	width: 25%;
}
.u-table-row .u-t-c-5 {
	width: 5%;
}
.u-table-row .u-t-c-10 {
	width: 10%;
}
.u-table-row .u-t-c-15 {
	width: 15%;
}
.u-table-row .u-t-c-20 {
	width: 20%;
}
.u-table-row .u-t-c-25 {
	width: 25%;
}
.u-table-row .u-t-c-30 {
	width: 30%;
}
.u-table-row .u-t-c-40 {
	width: 40%;
}
.u-table-row .u-t-c-50 {
	width: 50%;
}
.u-table-row .u-t-c-60 {
	width: 60%;
}
.u-table-row .u-t-c-70 {
	width: 70%;
}
.u-t-c-tri ul {
	padding: 0px;
	float: left;
	width: 100%;
}
.u-t-c-tri ul li {
	/*padding: 9px 11px;*/
    
    border-bottom: 1px solid #ddd;
	float: left;
	width: 100%;
}
.u-t-c-tri ul li:last-child {
	border-bottom: 0px;
}
.u-t-c-tri ul li label {
	font-weight: normal;
	color: #509215;
	margin: 0px;
	border-right: 1px solid #ddd;
	float: left;
	padding: 9px;
	width: 20%;
}
.u-t-c-tri ul li span {
	padding: 9px;
	float: left;
}
.u-t-c-tri ul li a {
	padding: 6px 18px;
	background: #60af1a;
	color: #fff;
	font-size: 13px;
	margin-left: 8px;
}
.u-t-c-tri ul li a:hover {
	text-decoration:none;
	background: #70bc2d;
}
.u-t-booking li {
	display:block;
	margin-bottom:6px;
}
.u-t-booking li:last-child {
	margin:0px;
}
.u-t-booking li i {
	margin-right: 5px;
	color: #2d3237;
}
.u-t-booking .u-t-book-1 {
	color: #257FDA;
}
.u-t-booking .u-t-book-2 {
	color: #D50505;
	text-transform: uppercase;
}
.u-t-booking li select {
	border: 1px #cccccc solid;
	font-size: 13px;
	padding: 6px 9px;
	margin-bottom: 8px;
}
.u-t-booking li input[type="text"] {
	width:100%;
	float:left;
	border: 1px #cccccc solid;
	font-size: 13px;
	padding: 6px 9px;
}
.u-t-booking li input[type="radio"] {
	margin-right: 5px;
	margin-top: 0px;
}
.u-t-booking li .fa-check-circle {
	color:#60af1a;
}
.u-t-booking li .fa-times-circle {
	color:#DB4437;
}
.u-t-b-mile {
	float: left;
	width:100%;
}
.u-t-b-mile span {
	background: #60AF1A;
	color: #fff;
	padding: 4px 6px;
	float: left;
}
.u-t-b-cabt {
	float: left;
	width:100%;
}
.u-t-b-cabt span {
	background: #2D3237;
	color: #fff;
	padding: 4px 6px;
	float: left;
}
.u-t-b-cabt span i {
	color: #f1df0b;
}
.u-t-b-expire {
	float: left;
	width:100%;
}
.u-t-b-expire span {
	background: #DB4437;
	color: #fff;
	padding: 4px 6px;
	float: left;
}
.u-t-passenger {
	width:100%;
	float:left;
}
.u-t-passenger input[type="radio"] {
	width: auto;
	float: left;
	margin-top: 8px;
	margin-right: 5px;
}
.u-t-passenger input[type="text"] {
	width: 37px;
	float: left;
}
.u-t-passenger i {
	float: left;
	line-height: 30px;
	margin-left:5px;
}
.u-t-fleet-days {
	float:left;
	width:100%;
}
.u-t-fleet-days li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.u-t-fleet-days li label {
	float: left;
	font-weight: normal;
	margin: 5px 8px 0px 0px;
}
.u-t-fleet-days li input {
	width:25%;
	float:right;
}
.u-t-book-pay img {
	float:right;
}
.u-t-risk-green {
	color: #58A217;
}
.u-t-risk-red {
	color: #D50505;
}
.i-p-p {
	float: left;
	width: 100%;
	font-size: 16px;
	margin: 15px 0px 20px 0px;
}
.bottom-brd {
	font-size:20px;
}
.bottom-brd span {
	display:inline-block;
	font-size: 14px;
}
.u-t-s-green {
	border-bottom: 4px solid #60AF1A;
	width: 115%;
	float: left;
	position: relative;
	bottom: -13px;
	text-align: center;
	margin: 0px -11px;
	height: 4px;
}
.u-t-s-red {
	border-bottom: 4px solid #ee9937;
	width: 115%;
	float: left;
	position: relative;
	bottom: -13px;
	text-align: center;
	margin: 0px -11px;
	height: 4px;
}
.customer-action-btns {
	float: left;
	width: 100%;
}
.customer-action-btns li {
	width: 100%;
	float: left;
	font-size: 18px;
	margin-bottom: 10px;
}
.customer-action-btns li i {
	margin-right: 6px;
}
.customer-action-btns li a {
	padding: 15px 12px;
	float: left;
	width: 100%;
}
.customer-action-btns li a:hover {
	text-decoration: none;
}
.c-a-b-1 {
	background: #60af1a;
	color: #fff;
}
.c-a-b-1:hover {
	background: #70bc2d;
	color: #fff;
}
.c-a-b-2 {
	background: #e7da0f;
	color: #2d3237;
}
.c-a-b-2:hover {
	background: #f0e64e;
	color: #2d3237;
}
.c-a-b-3 {
	background: #5c5f64;
	color: #fff;
}
.c-a-b-3:hover {
	background: #73777d;
	color: #fff;
}
.c-a-b-4 {
	background: #f16d5f;
	color: #fff;
}
.c-a-b-4:hover {
	background: #f07f73;
	color: #fff;
}
.c-a-b-5 {
	background: #6eadc0;
	color: #fff;
}
.c-a-b-5:hover {
	background: #7db7c8;
	color: #fff;
}
.dash-edit {
	float: left;
	width: 100%;
}
.dash-edit li {
	float: left;
	width: 100%;
	margin-bottom: 12px;
}
.dash-edit li label {
	width: 30%;
	float: left;
	margin: 0px;
	font-weight: normal;
	line-height: 33px;
}
.dash-edit li input {
	background: #fff;
	border: 1px #D1D1D1 solid;
	padding: 6px 10px;
	width: 70%;
}
.dash-edit-btn {
	background: #60af1a;
	color: #fff;
	padding: 11px 21px;
	float: left;
	font-size: 16px;
	margin-left: 30%;
}
.dash-edit-btn:hover {
	text-decoration: none;
	background: #70bf2a;
	color: #fff;
}
.txt-brd {
	padding: 15px;
	border: 1px #C2C2C2 solid;
	width: 100%;
	float: left;
	margin: 0px;
}
.dash-rating {
	unicode-bidi: bidi-override;
	direction: rtl;
	font-size: 30px;
	float: left;
}
.dash-rating li.star {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	float: right;
}
.dash-rating li.star:hover {
	cursor: pointer;
}
.dash-rating li.star:before {
	content: "\f005";
	padding-right: 5px;
	color: #bcbcbc;
}
.dash-rating li.star:hover:before, .dash-rating li.star:hover~li.star:before {
 content: "\f005";
 color: #F2CA20;
}
.u-table-search {
	float: left;
	width: 100%;
}
.u-table-search ul {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.u-table-search ul li {
	float: left;
	margin-right: 9px;
	display: inline-block;
	margin-bottom: 15px;
}
.u-table-search ul li:last-child {
	margin-right: 0px;
}
.u-table-search ul li span {
	float: left;
	margin-right: 6px;
	line-height: 34px;
}
.u-table-search ul li input {
	float: left;
	padding: 6px 9px;
	margin-right: 5px;
	border: 1px #cccccc solid;
	width: 115px;
	border-radius: 0px;
	font-size: 13px;
}
.u-table-search ul li select {
	float: left;
	padding: 6px 9px;
	margin-right: 5px;
	border: 1px #cccccc solid;
	/*width: 115px;*/
	border-radius: 0px;
	font-size: 13px;
}
.u-table-search ul li .form-control {
	width: 106px;
}
.u-table-search ul li a {
	padding: 6px 16px;
	background: #60af1a;
	color: #fff;
	margin-right:10px;
	float: left;
}
.u-table-search ul li a:hover {
	background: #70bc2d;
	color: #fff;
	text-decoration: none;
}
.d-picker {
	position: relative;
	float: left;
}
.d-picker i {
	position: absolute;
	right: 15px;
	top: 10px;
}
.d-picker input {
	width: 120px;
}
.cstmr-pop {
}
.cstmr-pop li {
	float:left;
	width:100%;
	margin-bottom:12px;
}
.cstmr-pop li label {
	font-weight:normal;
	margin:0px;
	float:left;
	width:30%;
}
.cstmr-pop li span {
	float:left;
	width:70%;
}
.s-d-score span {
	display:block;
	margin-top:6px;
	color:#60af1a;
}
/****** Style Star Rating Widget *****/

.star-rating {
	width: 100%;
	float: left;
}
.rating {
	border: none;
	float: left;
}
.rating > input {
	display: none;
}
.rating > label::before {
 margin: 3px;
 font-size: 24px;
 font-family: FontAwesome;
 display: inline-block;
 content: "\f005";
}
.rating > .half:before {
	content: "\f089";
	position: absolute;
}
.rating > label {
	color: #ddd;
	float: right;
}
/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */ .rating:not(:checked) > label:hover, /* hover current star */ .rating:not(:checked) > label:hover ~ label {
 color: #FFD700;
}
/* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */ .rating > input:checked ~ label:hover, .rating > label:hover ~ input:checked ~ label, /* lighten current selection */ .rating > input:checked ~ label:hover ~ label {
 color: #FFED85;
}
.modal-body-bg {
	float: left;
	width: 100%;
	background: #fff;
}
.review-frm-main {
	float:left;
	width:100%;
}
.review-frm-main .review-remarks {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 0px;
	margin-bottom: 12px;
}
.star-rating p {
	margin: 0px;
	font-size: 12px;
	margin-left: 7px;
	float: left;
	line-height: 40px;
}
.star-rating p a {
	color: #ff6330;
}
.star-rating p a:hover {
	text-decoration: underline;
}
.trip-details {
	float:left;
	width:100%;
}
.trip-details li {
	margin-bottom:5px;
	width:100%;
	float:left;
}
.trip-details li:last-child {
	margin:0px;
}
.trip-details li i {
	font-size: 18px;
	color: #60AF1A;
}
.trip-details-btn li {
	float:left;
	width:100%;
	display:block;
	margin-bottom:7px;
}
.trip-details-btn li:last-child {
	margin:0px;
}
.trip-details-btn li a {
	width: 100%;
	text-align: center;
}
.confirm-pop .modal-title {
	float:left;
}
.confirm-pop .modal-title span {
	display: block;
	color: #BFBFBF;
	font-size: 14px;
}
.confirm-pop .modal-header a {
	float: right;
	margin-right: 20px;
	color: #2D3237;
}
.confirm-pop .modal-header a i {
	margin-right:6px;
	color:#60af1a;
}
#confirm-pops .nav-pills > li > a {
	border-radius: 0px;
	border: 1px #ccc solid;
	margin-right: -3px;
	color: #2D3237;
}
#confirm-pops .nav-pills > li.active > a {
	border-radius: 0px;
	border: 1px #60af1a solid;
	margin-right: -3px;
	color:#fff;
	background-color: #60af1a;
}
#confirm-pops .tab-content {
	color: #2d3237;
	background-color: #fff;
	padding: 15px 0px 0px 0px;
}
.confirm-info {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.c-pop-alert {
	background: #60af1a;
	float: left;
	width: 100%;
	color: #fff;
	padding: 9px 15px;
}
.c-pop-alert i {
	margin-right:6px;
}
.c-pop-alert2 {
	background: #f88269;
	float: left;
	width: 100%;
	color: #fff;
	padding: 9px 15px;
}
.c-pop-alert2 i {
	margin-right:6px;
}
.confirm-info h4 {
	font-size: 20px;
	margin-bottom: 6px;
	border-bottom: 1px #ccc solid;
	padding-bottom: 7px;
}
.confirm-info ul {
	float: left;
	width: 100%;
	margin-top: 7px;
}
.confirm-info ul li {
	float:left;
}
.confirm-info ul li a {
	color: #0064B4;
}
.confirm-info ul li:first-child {
	text-align: right;
	width: 28%;
}
.confirm-info ul li:last-child {
	text-align: left;
	width: 66%;
	margin-left: 6%;
}
.pop-notes {
	background:#ededed;
	float:left;
	width:100%;
	padding:15px;
}
.pop-notes span {
	float:left;
	width:100%;
	font-size:20px;
	margin-bottom:10px;
	border-bottom: 1px #ccc solid;
	padding-bottom: 5px;
}
.drivers-info {
	float:left;
	width:100%;
}
.drivers-info h5 {
	font-size:20px;
	margin-bottom:15px;
	margin-top:5px;
}
.drivers-info ul {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.drivers-info ul li {
	float:left;
	margin-right:10px;
}
.drivers-info ul li:first-child {
	line-height: 32px;
}
.drivers-info ul li select {
	padding: 6px 9px;
	border: 1px #cccccc solid;
	border-radius: 0px;
	font-size: 13px;
}
.notes-info {
	float:left;
	width:100%;
}
.notes-info ul {
	float:left;
	width:40%;
}
.notes-info ul li {
	float:left;
	width:100%;
	margin-bottom:10px;
}
.notes-info ul li select {
	width:100%;
	float:left;
	padding: 6px 9px;
	border: 1px #cccccc solid;
	border-radius: 0px;
	font-size: 13px;
}
.notes-info ul li textarea {
	width:100%;
	float:left;
	border: 1px #cccccc solid;
}
.notes-info ul li a {
	margin-right:7px;
}
.seller-b-pay {
	float: left;
	width: 100%;
	background: #fff;
	padding: 0px 15px 15px 15px;
}
.seller-b-pay ul {
	float:left;
	width:100%;
}
.seller-b-pay ul li {
	font-size:18px;
	float:left;
	width:33%;
	margin-top:10px;
}
.i-red-badge {
	border-radius: 5px;
	background: #ED1212;
	padding: 0px 5px;
	color:#fff;
}
.i-green-badge {
	border-radius: 5px;
	background: #60AF1A;
	padding: 0px 5px;
	color: #fff;
}
.seller-b-quotes {
	float:left;
	width:100%;
}
.seller-b-quotes ul {
	float: left;
	width: 50%;
	margin-top: 15px;
}
.seller-b-quotes ul li {
	float:left;
	width:100%;
	margin-bottom:3px;
}
.seller-b-quotes ul li span {
	color: #C01414;
}
.seller-b-q-form {
	float:left;
	width:100%;
}
.seller-b-q-form ul {
	float:left;
	width:100%;
}
.seller-b-q-form ul {
	float: left;
	width: 100%;
	border-bottom: 1px #DFDFDF solid;
	padding: 25px 0px 25px 0px;
}
.seller-b-q-form ul:last-child {
	border:none;
	padding-bottom:5px;
}
.seller-b-q-form ul li {
	float: left;
	width: 30%;
	margin-right: 2%;
}
.seller-b-q-form ul li span {
	float: left;
	width: 25%;
	line-height: 31px;
}
.seller-b-q-form ul li select {
	border: 1px #cccccc solid;
	padding: 6px 9px;
	float: left;
	border-radius: 0px;
	width: 75%;
}
.seller-b-q-form ul .seller-b-q-filter {
	width: 100%;
	margin-bottom: 10px;
}
.seller-terminal {
	float: left;
	width: 100%;
	margin: 20px 0px;
}
.seller-terminal p {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 18px;
}
.seller-terminal .s-t-b-blue {
	text-align: left;
	font-size: 14px;
	background: #DEE9F5;
	padding: 15px;
	margin: 5px 0px 0px 0px;
	border: 1px #C4D9F0 solid;
	float:left;
	width:100%;
}
.s-t-b-blue-2 {
	text-align: left;
	font-size: 14px;
	background: #DEE9F5;
	padding: 15px;
	/*margin: 5px 0px 0px 0px;*/
	border: 1px #C4D9F0 solid;
	float:left;
	width:100%;
}
.s-t-b-red-2 {
	text-align: left;
	font-size: 14px;
	background: #F7EAEA;
	padding: 15px;
	margin: 5px 0px 0px 0px;
	border: 1px #E2CECE solid;
	float: left;
	width: 100%;
}
.seller-terminal .s-t-b-red {
	text-align: left;
	font-size: 14px;
	background: #F7EAEA;
	padding: 15px;
	margin: 5px 0px 0px 0px;
	border: 1px #E2CECE solid;
	float: left;
	width: 100%;
}
.seller-terminal-p-frm {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px;
	border: 1px #DFDFDF solid;
	margin-bottom: 30px;
}
.seller-terminal-p-frm .s-t-p-frm {
	display: table;
	margin: 0 auto;
}
.seller-terminal-p-frm .s-t-p-frm span {
	font-size: 18px;
	float: left;
}
.seller-terminal-p-frm .s-t-p-frm input {
	border: 1px #cccccc solid;
	padding: 8px 9px;
	margin-left: 12px;
	width: 262px;
}
.seller-terminal-p-frm h2 {
	font-size: 22px;
	border-bottom: 1px #DFDFDF solid;
	padding-bottom: 5px;
}
.seller-terminal-p-frm ul {
	float:left;
	width:100%;
}
.seller-terminal-p-frm ul li {
	float:left;
	width:100%;
	margin-top: 15px;
}
.seller-terminal-p-frm ul li label {
	font-weight:normal;
	width:100%;
	float:left;
}
.seller-terminal-p-frm ul li input {
	border: 1px #cccccc solid;
	width: 100%;
	float: left;
	padding: 6px 9px;
}
.seller-terminal-p-frm ul li select {
	border: 1px #cccccc solid;
	float: left;
	padding: 6px 9px;
	margin-right: 10px;
	width: 100%;
}
.seller-terminal-p-frm ul li textarea {
	border: 1px #cccccc solid;
	width: 100%;
	float: left;
	padding:6px 9px;
}
.s-t-p-frm-btn {
	display: table;
	margin: 0 auto;
	text-align:center;
}
.s-t-p-frm-btn .red-btn {
	background: #DB4437;
	border-color:#DB4437;
	color: #fff;
}
.s-t-p-frm-btn .red-btn:hover {
	background: #e66458;
	border-color:#e66458;
}
.s-t-p-frm-btn a {
	font-size: 18px;
	background: #60af1a;
	float: left;
	padding: 15px 32px;
	border: 1px #60af1a solid;
	color: #fff;
	height: 114px;
	margin-right:20px;
}
.s-t-p-frm-btn a:last-child {
	margin-right:0px;
}
.s-t-p-frm-btn a:hover {
	text-decoration:none;
	background:#70bf2a;
	border: 1px #70bf2a solid;
	color:#fff;
}
.s-t-p-frm-btn a i {
	display: block;
	font-size: 30px;
	margin: 3px 0px;
}
.s-t-p-frm-btn a span {
	display:block;
	font-size:14px;
}
.s-pricing {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.brd-btm {
	border-bottom: 1px #999 dashed;
	padding-bottom: 20px;
}
.s-pricing li {
	float:left;
	width:100%;
}
.s-pricing-1 {
	font-size:30px;
}
.s-pricing-2 {
	font-size:18px;
}
.s-pricing-2 select {
	border: 1px #c8c8c8 solid;
	border-radius: 0px;
	font-size: 16px;
	padding: 2px 0px;
}
.s-pricing-3 ul {
	float: left;
	width: 100%;
	border: 1px #2D3237 solid;
	margin-top:20px;
	text-align:center;
}
.s-pricing-3 ul li {
	float: left;
	width: auto;
	border-right: 1px #2D3237 dashed;
	background: #fff;
	width: 4.168%;
}
.s-pricing-3 ul li:last-child {
	border:none;
}
.s-pricing-3 ul .active {
	background: #F1DF0B;
}
.s-pricing-4 ul {
	float: left;
	width: 100%;
	border: 1px #2D3237 solid;
	margin-top:20px;
	text-align:center;
}
.s-pricing-4 ul li {
	float: left;
	width: auto;
	border-right: 1px #2d3237 dashed;
	background: #2d3237;
	width: 4.168%;
	color:#fff
}
.s-pricing-4 ul li:last-child {
	border:none;
}
.s-pricing-4 ul .active {
	background: #fff;
	color:#2d3237;
}
.seller-pricing {
	float: left;
	width: 100%;
	margin-top: 20px;
	background: #fff;
	padding: 15px;
	border: 1px #DFDFDF solid;
}
.seller-pricing li {
	float:left;
	width:100%;
	margin-bottom:10px;
}
.seller-pricing-1 {
	font-size:20px;
}
.s-p-center {
	text-align:center;
}
.seller-pricing-2 {
	font-style:italic;
}
.seller-pricing-3 .input-group {
	width: 40%;
	display: table;
	margin: auto;
}
.seller-pricing-3 .input-group .form-control:focus {
	border-color: #ccc;
	outline: 0;
	box-shadow: none;
}
.tooltip-icon {
	float: left;
	line-height: 33px;
	margin-left: 10px;
	color: #2D3237;
}
.tooltip-icon:hover {
	color: #2D3237;
}
.seller-pricing-3 .input-group span {
	border-left:0px;
}
.seller-pricing-4 ul {
	float:left;
	width:100%;
}
.seller-pricing-4 ul li {
	float:left;
	width:33%;
}
.seller-pricing-4 ul li:first-child {
	line-height: 33px;
}
.seller-pricing-4 ul li a {
	float: right;
}
.seller-pricing-4 ul li .form-control:focus {
	border-color: #ccc;
	outline: 0;
	box-shadow: none;
}
.seller-pricing-5 {
	font-style:italic;
}
.price-chart-canvas {
	margin-top: 20px;
	border: 1px #999 solid;
	background: #fff;
	padding: 20px;
}
.seller-pricing-6 ul {
	float:left;
	width:100%;
}
.seller-pricing-6 ul li {
	float:left;
	width:50%;
	margin:0px;
}
.seller-pricing-6 ul li:first-child {
	line-height: 33px;
}
.seller-pricing-6 ul li a {
	float: right;
}
.seller-pricing-6 ul li .form-control:focus {
	border-color: #ccc;
	outline: 0;
	box-shadow: none;
}
.c-m-r-h {
	font-size: 30px;
	margin-top: 20px;
}
.mileage-remove-i {
	background: #DB4437;
	color: #fff;
	padding: 10px 16px;
	float: left;
	font-size: 16px;
	margin-top: 20px;
}
.mileage-remove-i:hover {
	color: #fff;
}
.mileage-save-btn {
	float:left;
	width:100%;
}
.mileage-save-btn a {
	display: table;
	margin: auto;
	float: initial;
	margin-top: 20px;
	padding: 16px 30px;
	font-size: 20px;
}
.red-btn {
	background: #DB4437;
	color: #fff;
	padding: 10px 14px;
	float: left;
}
.red-btn:hover {
	color: #fff;
	text-decoration:none;
}
.red-btn:focus {
	color: #fff;
}
.dropoff-frm {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.drop-o-center {
	/*display:table;
	margin:auto;*/
	float:left;
	width:100%;
}
.drop-o-center li {
	display: inline-block;
	float: left;
	margin-right:12px;
}
.drop-o-center li select {
	float:left;
	margin-right:10px;
	width:40%;
}
.drop-o-center li input {
	float:left;
	width:50%;
}
.drop-o-center li:first-child {
	line-height:32px;
}
.drop-o-center li:last-child {
	margin-right:0px;
}
.add-vehicle-btn {
	width:100%;
	float:left;
}
.add-vehicle-btn ul {
	display:table;
	margin:auto;
}
.add-vehicle-btn ul li {
	float:left;
	margin-right:12px;
	margin-top:25px;
}
.add-vehicle-btn ul li:last-child {
	margin-right:0px;
}
.add-vehicle-btn ul li a {
	font-size: 18px;
	padding: 10px 20px;
}
.new-promo-btn {
	float: left;
	width: 100%;
	margin: 20px 0px;
}
.new-promo-btn a {
	padding: 10px 20px;
	font-size: 18px;
}
.promo-search {
	float:left;
	width:100%;
	background: #fff;
	padding: 20px;
	border: 1px #DFDFDF solid;
	margin-bottom:20px;
}
.promo-search li {
	float:left;
	margin-right:10px;
}
.promo-search li:first-child {
	line-height:30px;
}
.promo-search li:last-child {
	float:right;
	margin-right:0px;
}
.promo-search li input {
	border: 1px #cccccc solid;
	padding: 5px 10px;
	width: 200px;
}
.promo-search li select {
	border: 1px #cccccc solid;
	padding: 5px 10px;
}
.promo-t-tags li {
	float: left;
	margin-right: 6px;
	background: #DB4437;
	color: #fff;
	padding: 1px 3px;
}
.promo-t-tags2 li {
	float: left;
	margin-right: 6px;
	background: #60af1a;
	color: #fff;
	padding: 1px 3px;
}
.u-table-cell .promo-p-brd {
	margin: 0px;
	border-bottom: 1px #e7e7e7 solid;
	padding-bottom: 6px;
	margin-bottom: 11px;
}
.promo-t-btns li {
	display: flex;
	margin-bottom: 6px;
}
.promo-t-btns li:last-child {
	margin-bottom:0px;
}
.promo-t-btns li a {
	float:left;
	width:100%;
	text-align:center;
	padding: 6px 16px;
	font-size:14px;
}
.promo-t-btns li a b {
	font-size:20px;
	float:left;
	width:100%;
}
.best-offer-pop {
	float:left;
	width:100%;
	margin-top:20px;
}
.best-offer-pop p {
	float:left;
	width:100%;
}
.best-offer-pop .input-group {
	margin-bottom:10px;
}
.best-offer-pop-side {
	width: 70%;
	float: right;
	background: #e2e2e2;
	padding: 20px;
	font-size: 24px;
	text-align: center;
}
.best-offer-pop-side span {
	display:block;
	font-size:14px;
}
.offer-setting-pop {
}
.offer-setting-pop h2 {
	font-size:17px;
}
.offer-setting-pop p {
	float:left;
	width:100%;
	margin:0px;
	margin-top:10px;
}
.offer-setting-pop ul {
	float:left;
	width:100%;
	margin-top:15px;
}
.offer-setting-pop ul li {
	float:left;
	width:50%;
	margin-right:3%;
}
.offer-setting-pop ul li:first-child {
	width:20%;
}
.offer-setting-pop ul li span {
	text-align: right;
	width: 100%;
	float: left;
	line-height: 30px;
}
.offer-setting-pop ul li select, input {
	border: 1px solid #ccc;
	padding: 5px 8px;
	float:left;
	width:93%;
}
.offer-setting-pop ul li label {
	float:left;
	font-weight:normal;
	margin-top:5px;
}
.offer-setting-pop ul li a {
	color: #2d3237;
	line-height: 30px;
	float: right;
}
.offer-setting-pop ul li .green-btn {
	float: left;
	color: #fff;
	padding: 2px 12px;
	margin-top: 14px;
}
.offer-setting-pop ul li .input-group {
	width: 93%;
	float: left;
}
.offer-setting-pop ul li .input-group span {
	float: left;
	width: 15%;
	line-height: 20px;
}
.offer-setting-pop ul li .input-group input {
	float: left;
	width: 46%;
}
.offer-setting-pop .s-t-b-blue-2 {
	margin-top:0px;
}
#new-fare .offer-setting-pop ul li:first-child {
	width: 35%;
}
.bin-p-check {
	display: block;
	background: #E7E7E7;
	float: left;
	border: 1px #ccc solid;
	padding: 6px;
	float: left;
	width: 73%;
	margin-top: 10px;
}
.bin-p-check input {
	margin-right:5px;
	width: auto;
}
.u-t-b-c-detail {
	color:#999;
}
.u-t-b-c-detail b {
	font-size:16px;
	color: #2d3237;
	text-transform:uppercase;
	font-weight:normal;
}
.u-t-b-c-detail span {
	color: #337ab7;
}
.u-t-b-c-detail li {
	margin-bottom:2px;
}
.u-t-c-rating {
	background: #DBEDCC;
	padding: 10px 10px;
}
.u-t-c-rating li span {
	float:right;
}
.u-t-c-rating li:last-child {
	border-top: 1px #9bb883 solid;
	padding-top:3px;
}
.customer-pie {
	background: #FFF;
	float: left;
	width: 100%;
	padding: 25px;
	margin-top: 25px;
	min-height: 268px;
	border: 1px #e5e5e5 solid;
}
.customer-pie .huge-chartbox {
	display:table;
	margin:0 auto;
}
.u-t-open-time {
	float:left;
	width:100%;
}
.u-t-open-time select {
	border: 1px #cccccc solid;
	float: left;
	padding: 6px 9px;
	margin-right:7px;
}
.u-t-open-time span {
	float: left;
	margin-right: 7px;
	line-height: 30px;
}
.u-t-open-time input {
	float: left;
	width: auto;
	margin-right: 7px;
	margin-top: 10px;
}
.company-desc-box {
	float:left;
	width:100%;
}
.price-voucher .company-desc-box p {
	float: left;
	font-size: 14px;
	margin: 15px 0px 12px 0px;
}
.company-desc-box textarea {
	float:left;
	width:100%;
	border: 1px #cccccc solid;
	padding: 6px 9px;
	margin-bottom:20px;
}
.price-voucher .c-selling-points {
	float:left;
	width:100%;
}
.price-voucher .c-selling-points li {
	width: 46%;
	float: left;
	margin-right: 4%;
	background: #E7E7E7;
	border: 1px #ccc solid;
	padding: 6px;
}
.price-voucher .c-selling-points li input {
	width:auto;
	margin-right:5px;
}
.price-voucher .c-selling-points li span {
	margin:0px;
}
.price-voucher .c-gen-frm li {
	float:left;
	width:100%;
}
.price-voucher .c-gen-frm li label {
	margin-top:0px;
	margin-bottom:3px;
}
.c-payment-method {
	float:left;
	width:100%;
}
.price-voucher .c-payment-method .c-selling-points li {
	width: 30%;
	float: left;
	margin-right: 3%;
}
.edit-promo-pop {
	float: left;
	width: 100%;
	background: #f2f2f2;
	padding: 9px;
	margin-bottom: 20px;
}
.edit-promo-pop .e-p-p-h {
	float: left;
	width: 100%;
	margin: 0px;
	border-bottom: 1px #D7D7D7 solid;
	padding-bottom: 6px;
	font-size: 18px;
}
.edit-promo-pop .e-p-p-h a {
	float: right;
	font-size: 14px;
	color: #2D3237;
}
.edit-promo-pop ul {
	width:100%;
	float:left;
}
.edit-promo-pop ul li {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.edit-promo-pop ul li input {
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	padding: 5px 8px;
}
.edit-promo-pop ul li select {
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	padding: 5px 8px;
}
.edit-promo-pop .promo-t-tags {
	width:auto;
}
.edit-promo-pop .promo-t-tags li {
	width:auto;
	margin-top:0px;
}
.edit-promo-pop .promo-t-tags2 {
	width:auto;
}
.edit-promo-pop .promo-t-tags2 li {
	width:auto;
	margin-top:0px;
}
.edit-promo-pop ul li a {
	padding: 6px 7px;
	margin-right:8px;
}
.edit-promo-pop ul li a:last-child {
	margin-right:0px;
}
.edit-promo-pop ul li a i {
	margin-right:4px;
}
.edit-promo-pop ul li span {
	float: left;
	margin-right: 15px;
	line-height: 33px;
}
.edit-promo-pop ul li .input-group {
	float:left;
	width:50%;
}
.edit-promo-pop ul li .input-group-addon {
	float: none;
	line-height: initial;
}
.edit-promo-pop ul li p {
	margin: 0px;
}
.edit-promo-pop ul li p span {
	text-decoration: underline;
	float: none;
	margin: 0px;
	line-height: 18px;
}
.edit-promo-pop .e-p-check {
	display: block;
	background: #E7E7E7;
	float: left;
	border: 1px #ccc solid;
	padding: 6px;
}
.edit-promo-pop .e-p-check input {
	float: left;
	width: auto;
	margin-right: 7px;
	margin-top: 2px;
}
.edit-promo-pop .e-p-check span {
	float:left;
	line-height: 18px;
	margin:0px;
}
.confirm-pop .modal-footer {
	background: #f2f2f2;
	border-top: 1px #CCC solid;
	float: left;
	width: 100%;
}
.confirm-pop .modal-footer a {
	display: table;
	margin: auto;
	float: none;
}
.price-voucher {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px;
	border: 1px #DFDFDF solid;
	margin-bottom: 30px;
}
.price-voucher h2 {
	font-size: 22px;
	border-bottom: 1px #DFDFDF solid;
	padding-bottom: 5px;
	float: left;
	width: 100%;
}
.price-voucher ul {
	float:left;
	width:100%;
}
.price-voucher ul li {
	margin-top:15px;
	float:left;
	width:30%;
	margin-right:2%;
}
.price-voucher ul li label {
	float: left;
	margin: 6px 15px 0px 0px;
	font-weight: normal;
	width: 100%;
}
.price-voucher ul li input, select {
	border: 1px #cccccc solid;
	float: left;
	padding: 6px 9px;
}
.price-voucher ul li span {
	margin: 6px 0px 0px 7px;
	float: left;
}
.price-voucher ul li span input {
	margin-right: 5px;
	width: auto;
}
.price-voucher ul li a {
	margin-top:10px;
}
.price-voucher p {
	margin: 15px 0px 0px 0px;
	float: left;
}
.s-a-current {
	color: #fff;
	background: #60AF1A;
	padding: 20px;
	float:left;
	width:100%;
	margin-top:25px;
}
.s-a-current h3 {
	margin-bottom:15px;
}
.fares-frm {
	float: left;
	width: 100%;
	border-bottom: 1px #c6c6c6 dashed;
	padding-bottom: 30px;
}
.fares-frm .green-btn {
	display: table;
	margin: auto;
	float: initial;
	padding: 10px 25px;
	font-size: 16px;
}
.fares-rates {
	display: table;
	margin: auto;
	text-align: center;
	margin-top: 30px;
	width: 25%;
}
.fares-rates li {
	float:left;
	width:100%;
}
.fares-rates .f-r-1 {
	background: #888888;
	color: #fff;
	padding: 12px 0px;
}
.fares-rates .f-r-1 h2 {
	font-size: 20px;
	display: inline-block;
}
.fares-rates .f-r-1 a {
	color: #fff;
	float: right;
	right: 12px;
	position: relative;
}
.fares-rates .f-r-2 {
	background: #8fc064;
	color: #fff;
	padding: 2px 0px;
}
.fares-rates .f-r-3 {
	background: #fff;
	padding: 2px 20px;
	text-align: left;
}
.fares-rates .f-r-3 ul {
	float:left;
	width:100%;
}
.fares-rates .f-r-3 ul li {
	margin-top:5px;
}
.fares-rates .f-r-3 ul li:last-child {
	margin-bottom:5px;
}
.fares-rates .f-r-3 ul li span {
	width: 74%;
	float: left;
}
.fares-rates .f-r-4 {
	background: #bababa;
	color:#fff;
	padding: 2px 0px;
	font-size:12px;
}
.fares-inner-h {
	float: left;
	width: 100%;
	margin: 20px 0px 20px 0px;
	font-size: 24px;
	border-bottom: 1px #dfdfdf solid;
	padding-bottom: 10px;
}
.notif-period {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.notif-period p {
	font-size:18px;
	float:left;
	width:100%;
}
.notif-period .slider.slider-horizontal {
	float:left;
	width:100%;
}
.company-info-upload {
	float:left;
	width:100%;
}
.company-info-upload li {
	float:left;
	width:30%;
	margin-right:2%;
}
.company-info-upload li input {
	padding:0px;
}
.company-info-upload li:first-child {
	text-align:right;
	line-height:30px;
}
/*Dashboard End*/

/*FRM-tab*/
.frm-tab {
	float:left;
	width:100%;
}
.frm-tab .tab-content {
	border: 1px #b9b9b9 solid;
	padding: 12px;
}
.frm-tab .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #2d3237;
}
.frm-tab .nav-pills > li > a {
	border-radius: 0px;
	background: #F8F8F8;
	color: #2D3237;
}
.txt-bg {
	float: left;
	width: 100%;
	background: #e8e8e8;
	padding: 15px;
	margin-bottom: 20px;
}
.txt-bg h3 {
	float:left;
	width:100%;
	font-size:22px;
	margin-bottom:12px;
}
.txt-bg ul li {
	margin-bottom:6px;
}
.txt-bg ul li i {
	margin-right:4px;
}
.milage-rate-btns {
	float:left;
	width:100%;
}
.milage-rate-btns li {
	float: left;
	width: 22%;
	margin-right: 3%;
	margin-top: 20px;
}
.milage-rate-btns li a {
	width: 100%;
	float: left;
	text-align: center;
	padding: 15px;
	font-size: 16px;
}
/*FRM-tab End*/

/*Timer Counter*/
#timer-wrap {
	float:left;
	width:100%;
}
#timer {
	display:table;
	margin:auto;
}
.timer-num {
	background: #60af1a;
	color:#fff;
	width:130px;
	float:left;
	text-align:center;
	margin-right:20px;
}
.timer-num span {
	font-size:40px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	padding:10px 0px;
	float:left;
	width:100%;
}
.timer-num b {
	background: #4d8e13;
	display:block;
	font-weight:normal;
	float:left;
	width:100%;
	padding:3px 0px;
}
/*Timer Counter End*/
