@font-face {
font-family: "ClanPro-Book";
font-weight: 300;
src: url("../fonts/clan/ClanPro-Book.otf") format("opentype");
}
@font-face {
font-family: "ClanPro-Book";
font-weight: 600;
src: url("../fonts/clan/ClanPro-Medium.otf") format("opentype");
}
/* ユーザ画面：その他情報部分の調整 */
#other_user_info{
  margin-top: 10px;
}
#other_user_info_textarea{
  height: 52px;
  border-radius: 0;
  padding-top: 15px;
}
/* カレンダー表示のためのCSS調整 */
#reservation-field {
    margin-top: 5rem;
}
.rbc-event-content {
    color: white;
}
.rbc-addons-dnd-resize-ew-icon {
    color: white;
}
.dis p {
  text-align: left;
}
.dis ul {
  text-align: left;
}
.notify h2 {
  margin: 0;
  margin-bottom: 16px;
  font-weight: 100;
  font-size: 24px;
  letter-spacing: 4px;
  border-left: 6px solid #00a0e2;
  padding: 4px 0 0 12px;
  height: 32px;
}
.dishead,.loshead {
  text-align: center!important;
  font-size: 20px!important;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px!important;
}
.tilehead {
  text-align: center!important;font-size: 20px!important;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px!important;
}
.dis {
  margin-bottom: 15px;
}
.dis1 {
  padding: 25px;
}
.dis h2 {
  font-size: 16px;
    margin: 0;
    padding-top: 10px;
    text-align: right;
}
.dispute {
  background: #e62134;
  border: none;
  padding: 4px 20px 4px;
  color: white;
  margin-top: 0px;
  width: 100px;
  border-radius: 40px;
  font-size: 12px;
}
.tile {
  background: #08c;
  border: none;
  padding: 5px;
  color: white;
  margin-top: -5px;
  width: 65px;
  border-radius: 20px;
  }
.whlbtn {
  text-align: right;
  margin-bottom: 32px;
}
.lostitem {
  background: #e62134;
  border: none;
  padding: 4px 20px 4px;
  color: white;
  margin-top: 0px;
  width: 100px;
  border-radius: 40px;
  font-size: 12px;
}
.disptitle {
  padding: 10px;
  border-radius: 0;
  height: 53px;
  width: 100%;
}
#lostitemBody .loshead {
  font-size: 20px;
  letter-spacing: 4px;
  margin-bottom: 32px!important;
}
.dispdesc {
  padding: 10px;
  border-radius: 0;
  height: 200px;
  padding-top: 12px;
  width: 100%;
}
.drplocat{
  border: 0;
    margin: 0;
    padding: 0;
    padding: 10px;
    padding-top: 14px;
    background-color: #37b38b;
    color: #fff;
    text-align: left;
    display: block;
    width: 100%;
    margin-top: 20px;
    font-weight: 600;
    text-align: center;
}
/*.loshead:after{
     content: ' ';
    display: block;
    border: 2px solid #56b456;
    width: 30px;
    margin: auto;
    margin-top: 5px;
}*/
.submitbtn {
  border: 0;
  margin: 0;
  padding: 0;
  padding: 18px;
  background-color: #00a0e2;
  color: #fff;
  text-align: left;
  display: block;
  width: 100%;
  margin-top: 120px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  transition: 0.7s;
}
.submitbtn:hover {
  opacity: 0.7;
}
.notify img {
  border: solid 1px #eee;
  border-radius: 0px;
  width: 50%;
  float: left;
  margin-bottom: 64px;
}
.notify h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
.notify h5 {
  color: grey;
  font-size: 13px;
}
.wholenot {
  margin-bottom: 20px;
}
.m-0 {
  margin: 0;
}
.notify-content {
  width: 45%;
  float: left;
  margin-left: 32px;
  text-align: justify;
}
.whlnot {
  margin-bottom: 30px
}
*,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
ul {
    font-family: "ClanPro-Book", sans-serif;
    font-weight: 300;
    color: #000;
    letter-spacing: 0.1px;
}
body{overflow-x: hidden;}
a:focus, a:hover{
    text-decoration: none;
}
button:focus, button:hover, button:active{
    text-decoration: none;
}
body{
    background-color: #ffffff;
    color: #44444d;
}
.strong{
  font-weight: 600;
  color: #000;
  letter-spacing: 0.1px;
  font-size: 5px;
}
.light{
  font-weight: 300;
  color: #000;
  letter-spacing: 0.1px;
}
a{
  outline: none!important;
}
a:hover{
  text-decoration: none;
}
.no-margin{
  margin:0!important;
}
.no-top-margin{
  margin-top:0!important;
}
.no-bottom-margin{
  margin-bottom:0!important;
}
.no-left-margin{
  margin-left:0!important;
}
.no-right-margin{
  margin-right:0!important;
}
.no-padding{
  padding:0!important;
}
.no-top-padding{
  padding-top:0!important;
}
.no-bottom-padding{
  padding-bottom:0!important;
}
.no-left-padding{
  padding-left:0!important;
}
.no-right-padding{
  padding-right:0!important;
}
.no-border{
  border:0px!important;
}
.navbar-brand {
  float: left;
  height: 60px;
  padding: 22px 15px 18px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-nav>li>a {
  font-size: 16px;
  padding: 20px 30px;
    /*border-top: 4px solid #333; */
}
.navbar-brand img{
  width: 128px;
}
.navbar{
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  background-color: rgba(255,255,255,0.7);
  border-bottom: 1px solid #eee;
}
.nav>li>a:focus, .nav>li>a:hover,.nav>li.active>a,.nav>li.active>a:focus, .nav>li.active>a:hover {
  text-decoration: none;
  background-color: #37b38b;
  color: #fff;
}
.page-content {
  padding-top: 90px;
  margin-bottom: 40px
}
.menu-drop .dropdown .btn {
  font-size: 16px;
  padding: 20px 32px;
  border-radius: 0;
  border: 0;
  color: #000;
  outline: none!important;
  box-shadow: none;
  letter-spacing: 4px;
  text-decoration: none;
  min-width: 160px;
}
.menu-drop .dropdown .btn:hover {
  text-decoration: none;
  background-color: #000;
  color: #FFF;
}
.menu-drop .dropdown .btn:hover .caret{
  color: #FFF;
}
.menu-drop .dropdown .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: none;
  border: none;
  background-color: #CCC;
  margin-top: 0px;
  width: 100%;
}
.menu-drop .dropdown .dropdown-menu li a {
  padding: 15px 29px 15px 30px;
  font-size: 14px;
  letter-spacing: 2px;
  color: #FFF;
  transition: 0.2s;
}
.menu-drop .dropdown .dropdown-menu li a:hover {
  background: #000;
}
.menu-drop .dropdown .dropdown-menu li:last-child a {
  border: 0;
}
.pro-img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.dash-left {
  background-color: #fff;
  padding: 0px;
  border:1px solid #eee;
}
.dash-left .user-img {
  padding: 30px 20px;
  text-align: center;
}
.side-menu ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.side-menu ul li a {
  padding: 10px;
  border-top: 1px solid #f1f1f1;
  display: block;
}
.side-menu ul li a:hover,.side-menu ul li a:focus,.side-menu ul li a:active,.side-menu ul li a.active,.side-menu ul li a.active:hover,.side-menu ul li a.active:focus{
  background-color: #eee;
  color: #000;
  text-decoration: none;
}
.user-img h4 {
  margin-bottom: 0;
}
.dash-content {
  padding: 25px 0 0;
}
.payment-dash-content {
  padding: 25px 0px;
}
.payment-dash-content .payment .col-md-12 .btm-border {
  font-size: 16px;
}
.card-add-btn {
  background: #e62134;
  padding: 4px 20px 4px;
  color: #FFF;
  border-radius: 14px;
  margin-top: -1px;
}
.card-add-btn:hover {
  color: #FFF;
  opacity: 0.7;
}
.card-add-btn:focus {
  color: #FFF;
}
.breadcrumb-trail-box ul {
  display: flex;
  padding-left: 14px;
}
.breadcrumb-trail-box ul li {
  margin-right: 32px;
  list-style: none;
}
.breadcrumb-trail-box ul li a {
  letter-spacing: 2px;
}
.breadcrumb-trail-box ul li a:hover {
  color: #000;
  text-decoration: underline;
}
.breadcrumb-trail-box ul li a:focus {
  color: #000;
}
.breadcrumb-trail-box ul li .present-location {
    background: #00a0e2;
    padding: 3px 20px 2px;
    color: #FFF;
    border-radius: 14px;
}
.breadcrumb-trail-box ul li .present-location:hover {
  color: #FFF;
  text-decoration: none;
  opacity: 0.9;
}
.provider-main-box {
    margin: 0 ;
}
.provider-full-btn {
    border: 0;
    margin: 0;
    padding: 0;
    padding: 18px;
    background-color: #00a0e2;
    color: #fff;
    text-align: left;
    display: block;
    width: 100%;
    margin-top: 32px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 4px;
}
.provider-full-btn:hover,
.provider-full-btn:focus,
.provider-full-btn:active {
  opacity: 0.7;
  color: #fff;
}
.page-title {
  margin: 0;
  margin-bottom: 16px;
  font-weight: 100;
  font-size: 24px;
  letter-spacing: 4px;
  border-left: 6px solid #00a0e2;
  padding: 4px 0 0 12px;
  text-align: justify;
}
.dash-form input {
  border: 0;
  border-radius: 0;
  line-height: 10px;
  padding: 16px 15px 12px 12px;
  height: 45px;
  box-shadow: none!important;
}
.dash-form span {
  border: 0;
  padding: 0;
  border-radius: 0;
}
.dash-form span button {
  border: 0;
  padding: 0;
  border-radius: 0;
  height: 45px;
  padding: 10px 20px;
  background-color: #37b38b;
}
.dash-form span button i {
  color: #fff;
}
.dash-form {
  max-width: 400px;
  margin-top: 10px;
  width: 100%;
}
.dash-form input {
  border: 1px solid #eee;
}
.full-primary-btn {
  border: 0;
  margin: 0;
  padding: 0;
  padding: 18px;
  background-color: #00a0e2;
  color: #fff;
  text-align: left;
  display: block;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
}
.full-primary-btn:hover,.full-primary-bt:focus,.full-primary-bt:active {
  color: #fff;
}

.provider-full-primary-btn {
  border: 0;
  margin: 0;
  padding: 0;
  padding: 18px;
  background-color: #00a0e2;
  color: #fff;
  text-align: left;
  display: block;
  width: 100%;
  margin-top: 32px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
}
.provider-full-primary-btn:hover,
.provider-full-primary-bt:focus,
.provider-full-primary-bt:active {
  color: #fff;
}

.dash-btn{
  max-width: 400px;
}
.car-radio .car-radio-inner img {
  width: 98%;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: 0.7s;
}
.car-radio .car-radio-inner img:hover {
  -webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
  filter: grayscale(50%);
  opacity: 0.7;
}
.car-radio input[type=radio]{
  display: none;
}
.car-radio input:checked+label img {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.car-radio .name span{
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
  padding-top: 10px;
}
.car-radio .rate{
  font-size: 13px;
}
.car-radio input:checked+label .name {
  margin:0;
}
.car-radio input:checked+label .name span {
  background-color: #00a0e2;
  padding: 12px 0 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: 0px;
  min-width: 100%;
  margin-bottom: 0px;
  letter-spacing: 2px;
  font-weight: 900;
  transition: 0.5s;
}
.car-radio input:checked+label .name span p {
  color: #FFF;
  letter-spacing: 4px;
}
.car-radio input:checked+label img {
  -ms-transform: scale(1.02, 1.1); /* IE 9 */
  -webkit-transform: scale(1.02, 1.1); /* Safari */
  transform: scale(1.02, 1.1);
  transition: 0.5s;
}
.car-radio {
  text-align: center;
  outline: none!important;
}
.car-radio .name {
  text-align: center;
}
.car-radio .price {
  text-align: center;
}
.car-radio img {
  margin:0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
}
.slick-prev:before, .slick-next:before{
  font-family: 'FontAwesome';
}
.slick-next::before {
  content: "\f138";
  color: #000;
}
.slick-prev::before {
  content: "\f137";
  color: #000;
}
.slick-prev{
  left: 0;
  z-index: 99999;
}
.slick-next {
  right: 0px;
  z-index: 99999;
}
.car-detail {
  margin-top: 10px;
  margin-bottom: 10px;
}
.map-main {
    height:580px;
}
.map-responsive {
    overflow:hidden;
    margin-bottom:32px;
    position:relative;
    height:580px;
}
.map-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.map-responsive-full {
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive-full iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.map-responsive #origin-input, #destination-input {
    resize: none;
    min-height: 2.5em;
    border-radius: 0!important;
    height: 53px!important;
}
.map-responsive #destination-input, #origin-input {
    resize: none;
    min-height: 2.5em;
    border-radius: 0!important;
    height: 53px!important;
}
.footer {
  background-color: #111;
  color: #fff;
  padding: 10px;
}
.footer .app img {
  height: 35px;
}
.footer .text-left p {
  margin-top: 10px;
  color: #fff;
}
.site_copyright {
  text-align: center;
}
.site_copyright p {
  color: #FFF;
  margin: 0;
  font-size: 12px;
  letter-spacing: 2px;
}
.map-responsive-trip {
  overflow:hidden;
  padding-bottom:50.25%;
  position:relative;
  height:0;
}
.map-responsive-trip iframe {
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
.from-to h5 {
  font-size: 12px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
}
.from-to p {
  font-size: 12px;
}
.my-trip-left {
  background-color: #f9f9f9;
  border:1px solid #eee;
}
.from-to .from {
  border-bottom: 1px solid #eee;
  padding: 15px;
  padding-bottom: 5px;
}
.from-to .to {
  padding: 15px;
  padding-bottom: 5px;
}
.upcoming-from-to .from {
  border-bottom: 1px solid #eee;
  padding: 15px;
  padding-bottom: 5px;
}
.upcoming-from-to .from p {
  font-weight: bold;
}
.upcoming-from-to .to {
  padding: 15px;
  padding-bottom: 5px;
}
.upcoming-from-to .to p {
  font-weight: bold;
}
.ride-detail .hiddenRow td {
  padding: 0;
}
.ride-detail .hiddenRow td .accordian-body {
  padding-top: 32px;
  padding-bottom: 120px;
}
.fare-break h5 {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 20px;
}
.fare-break h5 span {
  float: right;
}
.fare-break h5 .big {
  font-size: 16px;
}
.fare-break form button {
  transition: 0.7s;
}
.fare-break form button:hover {
  opacity: 0.7;
}
.rating-outer span,.rating-symbol-background {
  color: #ffe000!important;
  font-size: 20px;
}
.trip-user {
  display: flex;
  background-color: #f9f9f9;
  padding: 15px;
  border:1px solid #eee;
  margin-top: 20px;
}
.trip-user .user-img {
  width: 80px;
  height: 80px;
  border: 2px solid #eee;
  background-size: cover;
  background-position: center center;
  border-radius: 100%;
}
.trip-user .user-right {
  padding-left: 65px;
}
.trip-user .user-right-star {
  word-break: break-all;
  width: 74%;
  margin-left: 16px;
}
.trip-user .user-right-star h5 {
  font-weight: bold;
  margin: 0 0 16px;
  letter-spacing: 2px;
}
.trip-user .user-right-star .rating-outer {
  margin-bottom: 16px;
  margin-left: -16px;
}
.trip-user .user-right-star .user-right p {
  margin-bottom: 0;
  font-size: 12px;
}
.ride-detail .accordion-toggle .arrow-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 25px;

}
.ride-detail .accordion-toggle .arrow-icon:before {
    content: "\f078"!important;
    color: #00a0e2;
}
.ride-detail .accordion-toggle.collapsed .arrow-icon:before {
    content: "\f054"!important;
    color: #111;
}
.ride-detail .accordion-toggle td{
  padding-top: 15px;
  padding-bottom: 15px;
}
.ride-detail td{
  border:0!important;
  border-bottom: 1px solid #eee!important;
}
.ride-detail .hiddenRow td{
border-bottom: 0!important;
}
.pc-size-on {
}
.sp-size-on {
  display: none;
}
.pro-form-box {
  padding: 14px;
}
.pro-form{
  display: flex;
  margin: 0 0 32px;
  height: 32px;
}
.pro-form h5{
  margin: 0 64px 0 0;
  font-size: 16px;
  width: 160px;
  padding: 0;
  color: #666;
  letter-spacing: 0.5px;
}
.pro-form p{
  margin: 0;
  font-size: 16px;
  width: 180px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.pro-form-decision {
  width: 100%;
  margin-top: 32px;
  border-top: 1px solid #eee;
  padding-top: 32px;
}
.pro-edit-form-decision {
    width: 97%;
    margin: 0 auto;
    margin-top: 120px;
    border-top: 1px solid #eee;
    padding-top: 42px;
    min-width: 97%;
}
.pro-edit-form-decision .form-sub-btn {
  min-width: 100%;
}
.pro-edit-label {
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0.5px;
}
.user-pro-img{
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border:2px solid #eee;
  background-position: center center;
  background-size: cover;
  display: inline-block;
}
.pro-form p.pro-img-section{
  padding-bottom: 10px!important;
}
.form-sub-btn {
    margin: 0;
    margin-bottom: 120px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4px;
    background-color: #00a0e2;
    color:#fff;
    padding: 15px 20px;
    display: inline-block;
    padding-top: 18px;
    display: block;
    text-align: center;
    margin-top: 30px;
    border:0;
    transition: 0.7s;
}
.form-sub-btn.big{
  width: 100%;
  max-width: 400px;
}
.form-sub-btn:hover,
.form-sub-btn:focus,
.form-sub-btn:active{
  opacity: 0.7;
  color: #fff;
}
.form-map-back-btn{
  margin: 0;
  margin-bottom: 120px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #b3b3b3;
  color:#fff;
  padding: 15px 20px;
  display: inline-block;
  padding-top: 18px;
  display: block;
  text-align: center;
  margin-top: 0;
  border:0;
  display: inline-block;
  width: 19%;
  transition: 0.7s;
}
.form-map-end-btn{
  margin: 0;
  margin-bottom: 120px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 4px;
  background-color: #00a0e2;
  color:#fff;
  padding: 15px 20px;
  display: inline-block;
  padding-top: 18px;
  display: block;
  text-align: center;
  margin-top: 30px;
  border:0;
  display: inline-block;
  width: 80%;
  transition: 0.7s;
}
.form-map-back-btn:hover,
.form-map-back-btn:focus,
.form-map-back-btn:active,
.form-map-end-btn:hover,
.form-map-end-btn:focus,
.form-map-end-btn:active{
    opacity: 0.7;
    color: #fff;
}
.form-map-start-back-btn {
    margin: 0;
    margin-bottom: 120px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4px;
    background-color: #676767;
    color:#fff;
    padding: 15px 20px;
    display: inline-block;
    padding-top: 18px;
    display: block;
    text-align: center;
    margin-top: 20px;
    border:0;
    display: inline-block;
    width: 80%;
}
.form-map-start-back-btn:hover,
.form-map-start-back-btn:focus,
.form-map-start-back-btn:active{
    background-color: #6a6b6b;
    color: #fff;
}
.map-message {
  margin: 0;
  margin-bottom: 16px;
  font-weight: 100;
  font-size: 24px;
  letter-spacing: 4px;
  border-left: 6px solid #00a0e2;
  padding: 0 0 0 12px;
  height: 32px;
  margin-left: 0;
}

/*** password ***/
.change-password-form-box .form-group {
  display: flex;
}
.change-password-form-box .form-group label {
  width: 180px;
  margin: 18px 100px 0 14px;
  font-size: 16px;
}
.change-password-form-box .form-group .form-control {
  margin-right: 14px;
  height: 52px;
}
.change-password-decision {
  width: 320px;
  margin: 0 auto;
  margin-top: 64px;
}
/*** end-password ***/

/*** profile ***/
.profile-img-blk {
  width: 120px;
  height: 120px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 100%;
  border:5px solid #eee;
  overflow: hidden;
  position: relative;
}
.profile-img-blk .img_outer {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #999;
}
.profile_preview {
  width: auto;
  max-height: 100%;
}
.profile-edit-btn {
  width: 320px;
  margin: 0 auto;
  margin-top: 64px;
}
.profile-edit-btn a {
  background-color: #00a0e2;
}
/*** end-profile ***/

.up-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.edit-pro .form-control{
    border-radius: 0;
    height: 52px;
    padding-top: 8px;
    box-shadow: none;
}
.edit-pro textarea.form-control{
    border-radius: 0;
    height: 100px;
    padding-top: 12px;
}
.btm-border{
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.pay-option h6{
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}
.pay-option h6 img{
    height: 32px;
    margin-right: 14px;
    margin-left: 14px;
}
.pay-option h6 a.set-default{
    font-size: 10px;
    background-color: #ccc;
    color: #111;
    padding: 7px 8px 4px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: 8px;
}
.pay-option h6 a.default{
    font-size: 10px;
    background-color: #37b38b;
    color: #fff;
    padding: 7px 8px 4px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: 8px;
}
.pay-option h6 a.edit{
  float: right;
  display: inline-block;
  margin-top: 6px;
  font-size: 13px;
  color: #337ab7;
}
.sub-right{
  font-size: 12px;
}
.modal-header {
  padding: 18px 32px;
}
.modal-title{
  font-size: 13px;
  font-weight: 600;
  margin-top: 2px;
}
.modal-content {
  border-radius: 0;
  margin-top: 16px;
}
.modal-content .modal-body {
  padding: 16px 16px 32px;
}
.modal-content .modal-body .text-center #usser-name {
  font-weight: bold;
  letter-spacing: 10px;
  margin-bottom: 32px;
}
.modal-content .modal-body .text-center h4 {
  font-size: 16px;
}
.modal-footer {
  padding: 0;
}
.modal-footer .btn{
  border: 0;
  display: block;
  text-align: center;
  width: 100%;
  padding: 17px 12px;
  font-weight: 600;
  font-size: 14px;
  background-color: #00a0e2;
  color: #FFF;
  border-radius: 0;
}
.modal input {
  border-radius: 0;
  height: 52px;
  padding-top: 8px;
}
.modal label {
  font-size: 14px;
  color: #555;
  letter-spacing: 2px;
  margin-top: 8px;
}
.confirm-ride-map {
  margin: 32px 0;
}
.confirm-ride-map #tripmap div iframe {
  height: 450px;
}
.confirm-ride-map .from-to {
  margin-top: 32px!important;
}
.confirm-ride-map .from-to .from,
.confirm-ride-map .from-to .to {
  padding: 0;
  border-bottom: none;
}
.confirm-ride-map .from-to .from h5,
.confirm-ride-map .from-to .to h5 {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #666;
  font-weight: 100;
  margin-bottom: 6px;
}
.confirm-ride-map .from-to .from p,
.confirm-ride-map .from-to .to p {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: bold;
  margin-bottom: 32px;
}
.botton-twin {
  display: flex;
  justify-content: space-between;
}
.botton-twin button {
  width: 48%;
  height: 56px;
  margin: 0;
}
.confirm-ride-botton-box .half-third-btn {
  background-color: #b3b3b3;
  height: 56px;
}
.user-request-map {
  margin-bottom: 64px;
}
.user-request-map .from-to .from {
  border-bottom: none;
  margin: 0;
  display: flex;
  padding: 16px 0;
}
.user-request-map .from-to h5 {
  font-size: 16px;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 5px;
  width: 200px;
  padding-left: 8px;
  color: #666;
  letter-spacing: 0.5px;
}
.user-request-map .from-to .to {
  margin: 16px 0 16px 0;
  display: flex;
  padding: 16px 0;
}
.user-request-map .from-to p {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 20px;
  margin-left: 64px;
  font-weight: bold;
  letter-spacing: 0.5px;
  word-break: break-all;
  width: 62%;
}
.pro-dashboard-content .container .dash-content .full-primary-btn {
  margin-top: 32px;
  display: initial;
}
.pro-dashboard-content .container .dash-content .dl-horizontal {
  margin-bottom: 0;
}
.pro-dashboard-content .container .dash-content .dl-horizontal dt {
  margin: 16px 0 8px 0;
  width: 300px;
  padding-left: 8px;
}
.pro-dashboard-content .container .dash-content .dl-horizontal dd {
  margin-left: 0;
  padding-left: 8px;
}
.pro-dashboard-content .container .dash-content .ECM_CheckboxInput-flex-box {
  display: flex;
}
.pro-dashboard-content .container .dash-content .ECM_CheckboxInput-flex-box dd {
  padding: 10px 100px 0 0;
}

.pro-dashboard-content .container .dash-content .dl-horizontal .ECM_CheckboxInput-Input-box {
  padding-left: 0px;
}
.pro-dashboard-content .container .dash-content .dl-horizontal dd p textarea {
  border-radius: 0;
  padding-top: 15px;
  height: 52px;
}
.pro-dashboard-content .container .dash-content .dl-horizontal dd .form-control {
  height: 52px;
  border-radius: 0;
  font-weight: 100;
}
.meter-price{
    width: 350px !important;
}
.ECM_CheckboxInput {
    align-items: center;
    cursor: pointer;
}
.ECM_CheckboxInput-Input {
    margin: 0;
    width: 0;
    opacity: 0;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
    border: solid 2px #333333;
    background: #eee;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==") no-repeat center;
    background-size: contain;
    background-color: #00a0e2!important;
}
.ECM_CheckboxInput-DummyInput {
    position: relative;
    top: 0;
    left: 0;
    display: inherit;
    width: 32px;
    height: 32px;
    border: solid 2px #888888;
    background: #FFFFFF;
}
.payment_method {
    margin: 0;
    margin-bottom: 16px;
    font-weight: 100;
    font-size: 24px;
    letter-spacing: 4px;
    border-left: 6px solid #00a0e2;
    padding: 0 0 0 12px;
    height: 32px;
}
.user-request-map .map-responsive-trip{
    overflow:hidden;
    padding-bottom:70.25%;
    position:relative;
    height:0;
}
.user-request-map .map-responsive-trip iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
.user-request-map .type {
  padding: 15px 0;
  border-top: none;
  display: flex;
}
.user-request-map .type h5{
  margin: 0;
  font-size: 16px;
  color: #666;
  margin-right: 0px;
  margin-left: 8px;
}
dl.left-right dt {
  text-align: left;
  font-size: 16px;
  color: #666;
  letter-spacing: 0.5px;
  margin: 16px 64px 16px 8px;
  font-weight: 100;
  width: 300px;
}
dl.left-right dd {
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding: 16px 0;
  margin-left: 64px;
  height: 60px;
}
dl.left-right dd span {
  font-weight: bold;
}
.status {
  background-color: #37b38b;
  color: #fff;
  padding: 15px 15px 10px;
  margin-bottom: 32px;
  margin-top: 32px;
}
.status h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
}
.status p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.status p span {
  color: #fff;
}
.provider-info .img {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center center;
  float: left;
  border-radius: 100%;
}
.provider-info .content{
  padding-left: 64px;
}
.provider-info .content h6 {
  margin: 0;
  margin-bottom: 5px;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.provider-info .rating-outer span,.provider-info .rating-symbol-background{
  font-size: 16px;
}
.chat {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  margin-top: 20px
}
.chat .content {
  height: 340px;
  overflow: auto;
  overflow-x: hidden;
  padding: 0px 12px;
}
.chat .content .left h5 {
    padding: 8px 12px 5px;
    background-color: #37b38b;
    color: #fff;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    margin: 0;
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
}
.chat .content .left p{
    font-size: 8px;
    color: #888;
    margin-bottom: 0;
    margin-top: 5px;
    letter-spacing: 0.5px;
}
.chat .content .left{
  margin-top: 15px;
}
.chat .content .right h5 {
    padding: 8px 12px 5px;
    background-color: #666;
    color: #fff;
    border-radius: 3px;
    border-bottom-right-radius: 0;
    margin: 0;
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
}
.chat .content .right p{
    font-size: 8px;
    color: #888;
    margin-bottom: 0;
    margin-top: 5px;
    letter-spacing: 0.5px;
}
.chat .content .right{
  margin-top: 15px;
  text-align: right;
}
.chat .send input{
  border-radius: 0;
  border:0;
  padding: 10px;
  height: 40px;
  box-shadow: none;
}
.chat .send .btn{
  border-radius: 0;
  border:0;
  box-shadow: none;
}
.chat .send{
  border-top:1px solid #eee;
}
.chat .send span{
  border:0;
  background-color: #fff;
}
.img-section img{
  height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
}
dl.left-right dd.big,dl.left-right dt.big{
  font-size: 16px;
  color: #00a0e2;
  font-weight: bold;
}
.provider-info{
  margin-bottom: 15px;
}
select.form-control {
  padding: 10px;
  height: 53px;
  border-radius: 0;
}
select {
  position: relative;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.waithing-cancel-box .modal-body {
  padding: 10px;
  height: 53px;
}
.waithing-cancel-box .modal-body:after {
  content: "";
  position: absolute;
  right: 22px;
  top: 34px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.waithing-cancel-box .modal-footer .full-primary-btn {
  margin: 0 auto!important;
  margin-top: 64px!important;
  margin-bottom: 64px!important;
}
.driver-cancel-box .modal-body {
  padding: 10px;
  height: 53px;
}
.driver-cancel-box .modal-body:after {
  content: "";
  position: absolute;
  right: 22px;
  top: 34px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.driver-cancel-box .modal-footer .full-primary-btn {
  margin: 0 auto!important;
  margin-top: 64px!important;
  margin-bottom: 64px!important;
}
.payment-method-select-box {
  position: relative;
  width: 100%;
}
.payment-method-select-box:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 24px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.rate-review label {
  margin-top: 10px;
  margin-bottom: 12px;
  color: #666;
  font-weight: 100;
  letter-spacing: 0.5px;
  margin-left: 8px;
  font-size: 16px;
}
.rate-review textarea {
  border-radius: 0;
  height: 200px;
  font-size: 12px;
  box-shadow: none!important;
  outline: none!important;
  margin-bottom: 64px;
}
.offline {
    text-align: center;
    background-color: #4be0ef;
}
.offline img {
    max-width: 100%;
    max-height: 300px;
}
.reg-btn {
  background-color: #ca0316;
}
.reg-btn:hover,.reg-btn:active,.reg-btn:focus {
  background-color: #e90016;
}
.full-input {
  width: 100%;
}
.full-input input {
  display: block;
  width: 100%;
  line-height: 10px;
  padding: 16px 15px 12px 12px;
  height: 45px;
  box-shadow: none!important;
}
.wallet {
  /*text-align: center;*/
  margin-top: 20px;
}
.wallet .amount{
  display: inline-block;
}
.wallet .amount .price{
  font-size: 4.5em;
}
.wallet .amount span.txt{
  display: block;
  font-size: 1em;
  text-align: right;
  margin-right: 0.5em;
  color: #999;
}
.gray-bg{
  background-color: #f8f8f9;
  border-bottom: 1px solid #C6C6C6;
  border-top: 1px solid #C6C6C6;
  margin-bottom: 120px;
}
.welcome-boxes{
  padding: 3em 1em;
  text-align: center;
}
.welcome-boxes img.logo{
  height: 35px;
  margin:0 auto;
}
.welcome-inner{
    text-align: left;
    padding: 30px;
    background-color: #fff;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 30px;
}
.welcome-inner h3{
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 35px;
}
.welcome-inner p.note{
  font-size: 10px;
  color: #666;
  margin-bottom: 20px;
  line-height: 20px;
  letter-spacing: 0.2px;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.upload-file{
    border: none;
    box-shadow: none;
    padding: 0;
    color: transparent;
    height: 45px;
}
.upload-file:hover,
.upload-file:focus,
.upload-file:active{
  outline: 0 !important;
}
.upload-file::before {
    content: 'Upload Photos';
    color: #fff;
    display: inherit;
    background: #37b38b;
    padding: 15px 20px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-size: 15px;
    border-radius: 0;
    width: 100%;
    text-align: center;
    height: 47px;
}
.doc-link a{
  display: block;
  padding: 15px 10px;
  border-top: 1px solid #f1f1f1;
}
.doc-link.last{
  margin-bottom: 30px;
}
.doc-link.last a {
  border-bottom: 1px solid #f1f1f1;
}
.doc-link a:hover {
  background-color: #f1f1f1;
}
.doc-link i.fa-check {
  color: #37b38b;
}
.doc-link a h5{
  margin:0;
  font-size: 12px;
}
.pro-primary-btn {
  border:0;
  margin:0;
  padding: 0;
  padding: 10px;
  padding-top: 14px;
  background-color: #37b38b;
  color: #fff;
  text-align: left;
  display: block;
  width: 100%;
  margin-top: 20px;
  /*font-weight: 600;*/
  text-align: center;
  text-transform: uppercase;
}
.pro-primary-btn:hover,.pro-primary-bt:focus,.pro-primary-bt:active {
  color: #fff;
  background-color: #2c9674;
}

.welcome-banner {
  background-size: cover;
    background-position: center center;
    height: 200px;
    margin: -30px;
    margin-bottom: 30px;
}

.select-patner {
    display: block;
    border: 1px solid #aaa;
    padding: 10px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 15px !important;
}
.select-patner:hover,
.select-patner:focus {
  border: 1px solid #6dbba2;
}
.select-icon {
  padding: 5px 10px;
  color: #37b38b;
  display: none;
}
.select-icon i {
  color: #37b38b;
}
.select-tit {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: bold;
  color: #666;
}
.select-patner:hover .select-icon {
  display: block;
}
.select-patner:hover .select-tit {
  color: #37b38b;
}
.selected {
  border: 1px solid #6dbba2;
}
.selected .select-icon {
  display: block;
}
.selected .select-tit {
  color: #37b38b;
}
.next-icon {
  color: #fff;
  font-size: 16px;
}
.form-control:focus {
  box-shadow: none;
  border-color: #ccc;
}
.map-section {
  margin-bottom: 20px;
}
.mar-bot30 {
  margin-bottom: 30px;
}
.pro-secondary-btn {
  color: #37b38b;
  text-align: center;
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
}
.pro-secondary-btn:hover,
.pro-secondary-btn:focus {
  text-decoration: underline;
  color: #37b38b;
}
.dropdown-menu {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 2px;
}
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
  width: 30%;
  background-color: rgba(255,255,255,1);
  left: auto !important;
  border-top: 0px solid #fff;
  border-radius: 0;
  padding: 15px 0;
  border: 0px;
  margin-right: 32px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #fff;
  color: #fff;
}
.mega-dropdown-menu .row .col-lg-4 a {
  margin-top: 24px;
  height: 64px;
  width: 64px;
}
.mega-dropdown-menu .row .col-lg-8 h6 {
  font-size: 16px;
  margin: 8px 0;
  letter-spacing: 2px;
}
.mega-dropdown-menu .row .rating-outer {
  height: 30px;
}
.mega-dropdown-menu .row .col-lg-8 .rating-outer span,
.mega-dropdown-menu .row .col-lg-8 .rating-symbol-background {
  font-size: 20px;
  margin-right: 12px;
  height: 3px;
  line-height: 20px;
}
.mega-dropdown-menu .row .col-lg-8 .new-pro-link {
  background-color: #00a0e2;
  color: #fff;
  padding: 8px 26px;
  font-size: 12px;
  margin: 4px 0 12px;
  display: inline-block;
  border-radius: 22px;
}


/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.toggled {
}
#sidebar-wrapper {
  z-index: 1000;
  left: 220px;
  width: 0;
  height: 100%;
  margin-left: -220px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #00a0e2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 63px;
}
#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
#wrapper.toggled #sidebar-wrapper {
  width: 32%;
}
#page-content-wrapper {
  width: 100%;
}
#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -220px;
}

#pro-sidebar-wrapper {
  z-index: 1000;
  left: 220px;
  width: 0;
  height: 100%;
  margin-left: -220px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #00a0e2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 63px;
}
#pro-sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
#wrapper.toggled #pro-sidebar-wrapper {
  width: 32%;
}


/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 300px;
  margin: 0;
  padding: 32px;
  list-style: none;
}
.sidebar-nav li {
  position: relative;
  line-height: 32px;
  display: inline-block;
  width: 100%;
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
  width: 100%;
  -webkit-transition: width .2s ease-in;
  -moz-transition:  width .2s ease-in;
  -ms-transition:  width .2s ease-in;
  transition: width .2s ease-in;
}
.sidebar-nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    letter-spacing: 4px;
    font-weight: 100;
    transition: 0.7s;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    opacity: 0.7;
    text-decoration: underline;
}
.sidebar-nav li a img{
  max-width: 100%;
  max-height: 40px;
}
.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: fixed;
  top: 15px;
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top {
  top: 5px;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -1px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 1;
}
.navbar-brand {
    display: flex;
    align-items: center;
    float: left;
    height: 60px;
    padding: 8px 16px;
    font-size: 18px;
    line-height: 20px;
    margin-left: 60px!important;
    margin-right: 50px;
}

/*--------------------------------*/
/*            footer              */
/*--------------------------------*/

.footer{
    background-color: #000;
    color: #fff;
}
.footer .logo-img{
    max-width: 150px;
}
.footer .logo-img img{
    max-width: 100%;
    height: 20px;
}
.footer-logo {
    border-bottom: 1px solid #555;
    margin-bottom: 35px!important;
    padding-bottom: 25px;
    margin-left: 15px!important;
    margin-right: 15px!important;
}
.footer ul{
    list-style: none;
    color: #fff;
    padding: 0;
}
.footer ul li a {
    color: #fff;
    line-height: 26px;
    margin-bottom: 5px;
    display: inline-block;
}
.footer h5{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.footer .social a i{
    color: #ddd;
}
.footer .social li{
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
}
.footer .app img{
    height: 40px;
    margin-bottom: 10px;
}
.footer .copy p{
    color: #fff;
    text-align: center;
    font-size: 10px;
    margin-bottom: 0;
    letter-spacing: 1px;
}
.footer .copy{
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #555;
}

/*======================*/

.bg-img{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.new-pro-img{
    height: 100px;
    width: 100px;
    border-radius: 100px;
    display: block;
    margin: auto;
    background-color: #eee;
}
.new-pro-name{
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 2px;
}
.new-pro-rating span{
    line-height: 5px;
}
.new-pro-rating .rating-symbol-background{
    color: #00a0e2 !important;
    line-height: 5px;
    font-size: 12px;
}
.new-pro-rating .rating-symbol-background.glyphicon-star{
    color: #00a0e2 !important;
}
.new-pro-link{
    background-color: #00a0e2;
    color: #fff;
    padding: 7px 5px;
    font-size: 11px;
    margin-top: 3px;
    display: inline-block;
}
.new-pro-link:focus,
.new-pro-link:hover{
    color: #fff;
}
.pro-dashboard-tab.nav>li>a:focus,
.pro-dashboard-tab.nav>li>a:hover,
.pro-dashboard-tab.nav>li.active>a,
.pro-dashboard-tab.nav>li.active>a:focus,
.pro-dashboard-tab.nav>li.active>a:hover{
    color: #37b38b;
    background: transparent;
    border: none;
    border-bottom: 3px solid #37b38b;
}
.pro-dashboard-tab.nav>li>a{
    text-transform: uppercase;
    font-size: 13px;
    border: none;
    border-bottom: 3px solid transparent;
}
.pro-head-link{
    padding: 10px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: 3px solid transparent;
}
.pro-head-link.active,
.pro-head-link:hover,
.pro-head-link:focus {
    color: #00a0e2;
    background: transparent;
    border: none;
    border-bottom: 3px solid #00a0e2;
}
.earning-element {
    border-bottom: 1px solid #C6C6C6;
    padding: 20px 0;
    margin: 10px 0 0!important;
}
.earning-element02 {
    border-bottom: 1px solid #C6C6C6;
    padding: 20px 0;
    margin: 0 0 120px!important;
}
.earning-txt{
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.earning-price{
    font-size: 40px;
    margin-bottom: 0;
    font-weight: bold;
}
.earning-box{
    border-right: 1px solid #C6C6C6;
    padding: 15px 25px 15px 0;
    margin-right: 25px;
    height: 100px;
}
.mar-left20{
  margin-left: 20px;
}
.dashboard-txt{
    margin-bottom: 0;
    font-size: 12px;
}
.dashboard-count{
    margin-bottom: 7px;
    font-size: 28px;
    font-weight: bold;
}
.display-inline{
    display: inline-block;
}
.earning-table.table>tbody>tr>td,
.earning--table.table>tbody>tr>th,
.earning--table.table>tfoot>tr>td,
.earning--table.table>tfoot>tr>th,
.earning--table.table>thead>tr>td,
.earning--table.table>thead>tr>th{
    border-top: none;
    border-bottom: 1px solid #c6c6c6;
    background-color: #fff;
    padding: 12px;
}
.earning-table.table>thead>tr>th{
    border-bottom: 1px solid #C6C6C6;
    background-color: #dcdcdf;
    padding: 12px;
}
.week-list{
    padding-bottom: 30px ;
    /*border: 1px solid #C6C6C6;*/
}
.week-list-item{
    display: inline-block;
    width: 14.282%;
    background-color: #fff;
    padding: 20px 10px;
    border: 1px solid #C6C6C6;
    float: left;
    border-right: none;
    text-transform: uppercase;
    font-size: 12px;
}
.week-list-item span{
    display: block;
}
.week-list-item:last-child{
    border-right: 1px solid #C6C6C6;
}
.grid-view-head{
    background-color: #fff;
}
.grid-arrow-icon{
    color: #939393;
}
.status-form{
    margin-right: 15px;
}
.status-form label{
    font-size: 13px;
    font-weight: normal;
}
.status-form .form-control{
    box-shadow: none;
}
.status-form .form-control:focus{
    border-color: #37b38b;
}
.daily-tabs .nav-tabs>li{
    float: none;
    display: inline-block;
    margin-bottom: 0;
}
.pad20 {
    padding: 20px 0;
}

.grid-view-item {
    margin-bottom: 15px;
}
.earning-section-tit{
    margin-top: 0;
    font-size: 27px;
    margin-bottom: 20px;
    margin-top: 64px;
}
.earning-acc .accordion-toggle .arrow-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    width: 25px;
    margin-left: 0 !important;
}
.earning-acc .accordion-toggle.collapsed .arrow-icon:before {
    content: "\f054"!important;
    color: #111;
}
.earning-acc .accordion-toggle .arrow-icon:before {
    content: "\f078"!important;
    color: #37b38b;
}
.earning-acc{
    background-color: #fff;
    padding: 25px 15px 15px;
}
.view-icon{
    display: inline-block;
    padding: 15px 20px;
    background: #fff;
    height: 47px;
    text-align: center;
    color: #D6D6D5;
    border: 1px solid #C6c6c6;
    font-size: 15px;
}
.grid-view{
    margin-top: 30px;
}
.list-hide{
    display: none;
}
.list-show {
    display: block;
}
.view-icon i {
    color: #D6D6D5;
}
.view-icon.active{
    border: 1px solid #37b39b;
    color: #37b38b;
}
.view-icon.active i {
    color: #37b38b;
}
.view-txt {
    font-size: 13px;
}
.acc-tit {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0;
}
.estimate-tit{
    padding-left: 27px;
}
.earning-acc-body{
    margin: 15px 0 0;
}
.earning-acc-body .table{
    margin-bottom: 0;
}
.earning-acc-body .table>tbody>tr>td,
.earning-acc-body .table>tbody>tr>th,
.earning-acc-body .table>tfoot>tr>td,
.earning-acc-body .table>tfoot>tr>th,
.earning-acc-body .table>thead>tr>td,
.earning-acc-body .table>thead>tr>th{
    padding: 15px;
}
.border-top {
    border-top: 1px solid #C6C6C6;
}
.estimate {
    padding: 20px;
}
.earn-acc-wrapper {
    padding: 0 20px;
    background-color: #fff;
}

/*==============================================
invoices.html
===============================================*/

.pad50 {
    padding: 50px 0;
}
.invoices-tit{
    margin: 0;
    font-size: 45px;
    color: #333;
    font-weight: normal;
}
.invoices-txt {
    color: #333;
    font-size: 13px;
    line-height: 27px;
    margin-bottom: 30px;
}
.invoices-content {
    margin-bottom: 50px;
}
.invoices-table {
    background-color: #fff;
}
.invoices-table .table {
    margin-bottom: 0;
}
.invoices-table thead{
    background-color: #dcdcdf;
}
.invoices-table tbody{
}
.invoices-table .table>tbody>tr>td,
.invoices-table .table>tbody>tr>th,
.invoices-table .table>tfoot>tr>td,
.invoices-table .table>tfoot>tr>th,
.invoices-table .table>thead>tr>td,
.invoices-table .table>thead>tr>th{
    font-size: 13px;
    padding: 10px;
}
.invoice-down-icon{
    color: #37b38b;
    font-size: 17px;
}
.no-trips{
    padding: 10px;
    font-size: 28px;
    color: #333;
    margin-bottom: 0;
}
.user-no-trips {
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
}
.upcoming-trip-tabel-box {
  font-size: 16px;
}
.upcoming-trip-tabel-box table tbody .accordion-toggle {
  transition: 0.7s;
}
.upcoming-trip-tabel-box table tbody .accordion-toggle:hover {
  background-color: #eee;
}
.upcoming-trip-tabel-box table tbody tr td {
  font-weight: bold;
}
.upcoming-trip-tabel-box table thead tr th {
  border-bottom: 1px solid #ddd;
}
.border-bot {
    border-bottom: 1px solid #C6C6C6;
}
.invoice-footer {
    padding: 15px;
}
.per-page .form-control {
    box-shadow: none;
    width: 14%;
    height: 45px;
    appearance:none;
    -moz-appearance:none; /* Firefox */
}
.page-label {
    height: 45px;
    font-weight: normal;
    font-size: 11px;
    margin: 15px 0 0 15px;
}
.flow-link {
    padding: 15px 20px;
    display: inline-block;
    border: 1px solid #c6c6c6;
    margin-right: 10px;
    color: #999;
}
.flow-link:hover,
.flow-link:focus {
    background-color: #37b38b;
    color: #fff;
    border-color: #37b38b;
}

/*=========================================
banking css
=========================================*/

.white-bg {
    background-color: #fff;
}
.banking {
    padding: 20px 50px;
    margin: 80px 0;
}
.banking-tit {
    margin-top: 0;
    font-size: 40px;
    color: #333;
    margin-bottom: 20px;
}
.banking-txt {
    font-size: 23px;
    color: #555;
}
.primary-badge {
    font-size: 12px;
    background-color: #37b38b;
    padding: 5px;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
}
.add-link {
    display: inline-block;
    border: 1px solid #333;
    padding: 10px 20px;
    color: #333;
}
.add-link:hover,
.add-link:focus {
    color: #333;
}
.banking-form {
    display: none;
}
.no-display {
    display: none;
}
.banking-form label {
    font-weight: normal;
    font-size: 12px;
    letter-spacing: .5px;
}
.ques-icon {
    font-size: 20px;
    margin-left: 25px;
    color: #37b38b;
}
.banking-form .form-control {
    height: 50px;
    border-radius: 0;
    box-shadow: none;
}
.banking-form .form-group {
    margin-top: 70px;
    margin-bottom: 0;
}
.banking-form .form-control:focus {
    border-color: #37b38b;
    box-shadow: none;
}
.dob {
    padding-top: 70px;
}
.btn-sec {
    margin-top: 70px;
}
.sub-btn {
    display: block;
    width: 100%;
    background-color: #37b38b;
    border-color: #37b38b;
    padding: 10px;
}
.sub-btn:hover,
.sub-btn:focus,
.sub-btn:active{
    background-color: #37b38b !important;
    border-color: #37b38b !important;
    color: #fff;
    outline: none !important;
}

/*===============================
new-provider-profile
===============================*/

.dot {
    font-size: 9px;
    vertical-align: text-top;
    margin-right: 8px;
    color: #CA3B27;
}
.profile-head {
    padding: 20px 0;
    margin: 50px 0;
}
.prof-head-right {
    margin-top: 16px;
}
.prof-name {
    margin-top: 0;
    font-size: 25px;
}
.custom-file-input {
  color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
    color: #fff;
    display: inline-block;
    background: #37b38b;
    border-radius: 3px;
    padding: 10px 20px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-size: 15px;
    border-radius: 0;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active,
.custom-file-input:focus {
  outline: 0 !important;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.board-badge {
    border: 1px solid #c6c6c6;
    display: inline-block;
    padding: 5px;
    font-size: 11px;
    background: #F1F1F1;
}
.manage-link {
    display: inline-block;
}
.theme-link {
    background-color: #37b38b;
    color: #fff;
    padding: 10px 20px;
}
.theme-link:hover,
.theme-link:focus {
    color: #fff;
    background-color: #339c7a;
}
.arrow-icon {
    margin-left: 20px;
    color: #fff;
}
.contract {
    padding: 10px;
    margin-bottom: 0;
}
.profile-form .form-group {
    padding: 15px 0;
}
.profile-form label {
    font-weight: normal;
    font-size: 16px;
}
.profile-form .form-control {
    box-shadow: none;
    border-radius: 0;
    font-size: 16px;
    height: 52px;
    padding-top: 10px;
}
.prof-content-head {
    padding-bottom: 20px;
}
.update-link {
    margin: 0;
    margin-bottom: 120px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4px;
    background-color: #00a0e2;
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
    padding-top: 18px;
    display: block;
    text-align: center;
    margin-top: 30px;
    border: 0;
    transition: 0.7s;
    border-radius: 0;
}
.update-link:hover,
.update-link:focus,
.update-link:active {
  opacity: 0.7;
  color: #fff;
}
.toggle-on.btn {
    padding-right: 24px;
    background: #37b38b;
    border-color: #37b38b !important;
}
.toggle.btn {
    border: none !important;
}
.pad30 {
    padding: 0 0 30px;
}
.pad30 .earning-table thead tr {
    font-size: 12px;
}
.pad30 .earning-table tbody tr {
    font-size: 12px;
}
.pad30 .earning-table tbody tr td button {
    padding: 4px;
    width: 124px;
    margin-top: 5px;
}
#paymengtHead .row {
  padding: 0 15px;
}
#paymengtHead .row #paymentBody #paymentTitle h2 {
  letter-spacing: 0.5px;
  margin-bottom: 32px!important;
}
#paymengtHead .row #paymentBody #paymentInvoiceBody .row h2 {
  text-align: left;
  margin-bottom: 8px;
}
#paymengtHead .row #paymentBody #paymentInvoiceBody .row input {
  width: 100%;
  border: 1px solid #ccc;
  padding: 2px 16px;
}
#paymengtHead #paymentBtn {
  margin-bottom: 32px;
}
.theme-col-link {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    color: #37b38b;
}
.back-icon {
  margin-right: 20px;
  color: #37b38b;
}
.manage-doc-section {
}
.manage-prof-img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin: 0 auto;
}
.manage-prof-name {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.manage-doc-section-head-right {
}
.manage-doc-section-content {
  background-color: #fff;
  margin: 30px 0;
}
.manage-doc-box {
  padding: 15px;
}
.manage-txt {
  font-size: 14px;
}
.manage-badge {
  display: inline-block;
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  line-height: 12px;
  text-transform: uppercase;
}
.red-badge {
  background-color: #CA3B27;
}
.green-badge {
  background-color: #629A41;
}
.yellow-badge {
  background-color: #ECAB20
}
.upload-link {
    display: inline-block;
    border: 2px solid #37b38b;
    color: #37b38b;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
}
.upload-link:hover,
.upload-link:focus {
    background-color: #37b38b;
    color: #fff;
}
.upload-link:hover .upload-icon,
.upload-link:focus .upload-icon {
    color: #fff;
}
.upload-icon {
    color: #37b38b;
}
.upload-tit {
    font-weight: normal;
    font-size: 24px;
    border: none;
}
.upload-modal .modal-header {
    border: none;
}
.upload-modal-content {
    padding: 20px;
}
.upload-input {
    height: auto !important;
    text-align: center !important;
    width: 100%;
}
.upload-input:before {
    display: block;
    text-align: center;
}
.license {
    margin-top: 0;
    font-size: 12px;
    text-transform: uppercase;
}
.manage-doc-tit {
    margin-top: 0;
    margin-bottom: 40px;
    color: #333;
}
.manage-doc-link {
    margin-left: 30px;
    display: inline-block;
}
.theme-color-link {
    color: #37b38b;
    font-size: 13px;
}
.arrow-right {
    margin-left: 20px;
    color: #37b38b;
}

/*==========================================
vehiles
==========================================*/

.vehicles-link {
    display: block;
    background-color: #37b38b;
    color: #fff;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.vehicles-link:hover,
.vehicles-link:focus {
    color: #fff;
}
.vehicles-link i {
    color: #fff;
}
.finish-link {
    display: inline-block;
    text-transform: uppercase;
}
.prof-form .form-control {
    box-shadow: none;
    height: 45px;
    border-radius: 0;
    z-index: 0;
}
.prof-form label {
    font-size: 14px;
    font-weight: normal;
}
.vehicle-content {
    border: 1px solid #C6C6C6;
    margin: 30px 0 !important;
    padding: 30px;
}
.vehi-form-link {
    margin-top: 5px;
    height: 44px;
    padding: 14px;
}
.form-icon-group .form-control {
    border-right: none;
}
.form-icon-group .input-group-btn {
    border-radius: 0;
    padding: 0;
    vertical-align: bottom;
    z-index: 0;
}
.form-icon-group .btn-default {
    border-left: snow;
    height: 45px;
    border-radius: 0;
}

/*=======================================
fleet-driver
=======================================*/

.wrapper-dropdown-3 {
    /* Size and position */
    height: 46px;
    position: relative;
    padding: 10px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    cursor: pointer;
    outline: none;
    color: #333;
}
.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #37b38b transparent;
}
.wrapper-dropdown-3 .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}
.wrapper-dropdown-3 .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;
}
.wrapper-dropdown-3 .dropdown {
  /* Size & position */
    position: absolute;
    top: 140%;
    left: 0;
    right: 0;
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    transition: all 0.5s ease-in;
    list-style: none;
    opacity: 0;
    pointer-events: none;
}
.wrapper-dropdown-3 .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #E5E5E4;
    transition: all 0.3s ease-out;
}
.wrapper-dropdown-3 .dropdown li i {
    float: right;
    color: inherit;
}
.wrapper-dropdown-3 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}
.wrapper-dropdown-3 .dropdown li:last-of-type a {
    border-radius: 0 0 7px 7px;
    border: none;
}
/* Hover state */
.wrapper-dropdown-3 .dropdown li:hover a {
    background: #E7F4F5;
}
.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}
.fleet-link {
    display: inline-block;
    padding: 13px;
    color: #37b38b;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 15px;
}
.fleet-link:hover,
.fleet-link:focus {
    color: #37b38b;
    text-decoration: underline;
}
.fleet-link i {
    color: #37b38b;
    margin-right: 10px;
}
.add-driver-tit {
    font-weight: normal;
    font-size: 20px;
}
.add-driver-modal .modal-footer {
    background: #f8f8f9;
    padding: 20px;
    margin: 0 15px;
}
.add-driver-modal .modal-footer .btn {
    display: inline-block;
    width: auto;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
}
.add-driver-modal .modal-footer .btn-default {
    background: transparent;
    color: #37b38b;
}
.add-driver-modal .modal-footer .btn-default:hover,
.add-driver-modal .modal-footer .btn-default:focus {
    text-decoration: underline;
}
.add-driver-modal .modal-footer .btn-primary {
    background-color: #37b38b;
    color: #fff;
}
.add-driver-modal .modal-footer .btn-primary:hover,
.add-driver-modal .modal-footer .btn-primary:focus {
    background-color: #339c7a;
    color: #fff;
}
.fleet-driver-table{
    margin: 30px 0;
}
.fleet-driver-table .table>tbody>tr>td,
.fleet-driver-table .table>tbody>tr>th,
.fleet-driver-table .table>tfoot>tr>td,
.fleet-driver-table .table>tfoot>tr>th,
.fleet-driver-table .table>thead>tr>td,
.fleet-driver-table .table>thead>tr>th {
    padding: 10px;
    border-top: none;
    border-bottom: 1px solid #C6c6c6;
}
.fleet-table-head{
    position: relative;
    display: inline-block;
    font-size: 12px;
}
.fleet-table-head span {
    margin-left: 10px;
}
.fleet-table-head:hover,
.fleet-table-head:focus {
    color: #000;
}
.fleet-table-head span:after,
.fleet-table-head span:after {
    content: "\f123";
    font-family: "Ionicons";
}
.fleet-table-head:hover span:after {
    content: "\f126";
    font-family: "Ionicons";
    /*display: none;*/
}
.fleet-table-img {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    vertical-align: middle;
}
.fleet-driver-name {
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 5px;
}
/*.fleet-table-head:after*/
.dashboard-right {
    margin-bottom: 20px;
}
.fare-txt{
    font-size: 13px;
    margin-bottom: 10px !important;
}
.fare{
    color: #37b38b;
}

/*=============================================
invites
=============================================*/

.invite-head-img{
    height: 100px;
    width: 150px;
    background-size: 150px 100px;
}
.invite-main-tit{
    line-height: 100px;
    font-size: 34px;
    margin-bottom: 0;
    margin-top: 0;
}
.black-divider{
    width: 60px;
    height: 3px;
    /*padding: 20px;*/
    background-color: #000;
    margin-bottom: 30px;
}
.invite-tit{
    font-size: 34px;
    /*margin-bottom: 0;*/
    margin-top: 0;
    margin-bottom: 20px;
}
.invite-txt{
    color: #666;
    font-size: 20px;
    margin-bottom: 30px;
}
.copy-code .form-control{
    box-shadow: none;
    border-radius: 0;
    height: 45px;
}
.copy-code .input-group-btn .btn{
    height: 45px;
    border-radius: 0;
    color: #37b38b;
    text-transform: uppercase;
}
.copy-code .input-group-btn .btn i{
    height: 45px;
    border-radius: 0;
    color: #37b38b;
    margin-right: 10px;
}
.send-tit{
    font-size: 14px;
    margin-top: 0;
}
.copy-btn.btn:focus,
.copy-btn.btn:active,
.copy-btn.btn:hover{
    background-color: #fff !important;
    color: #37b38b !important;
    outline: 0 !important;
    border-color: #ccc;
}
.copy-btn span:after{
    content: "Copy";
    color: #37b38b;
}
.copy-btn:focus span:after{
    content: "Copied";
    display: block;
    color: #37b38b;
}
.copy-share-icon{
    display: inline-block;
    height: 45px;
    background: #fff;
    padding: 8px;
    font-size: 24px;
    margin-right: 12px;
    width: 50px;
    box-shadow: 1px 2px 3px #F1F1F1;
    -moz-box-shadow: 1px 2px 3px #F1F1F1;
    -webkit-box-shadow: 1px 2px 3px #F1F1F1;
    border: 1px solid #c6c6c6;
    -webkit-transition: all .5s ease!important;
    transition: all .5s ease!important;
    text-align: center;
}
.copy-share-fb i{
    color: #5172ab;
}
.copy-share-fb:hover,
.copy-share-fb:focus{
    background-color: #5172ab;
}
.copy-share-fb:hover i,
.copy-share-fb:focus i{
    color: #fff;
}
.copy-share-tweet i{
    color: #64bbf1;
}
.copy-share-tweet:hover,
.copy-share-tweet:focus{
    background-color: #64bbf1;
}
.copy-share-tweet:hover i,
.copy-share-tweet:focus i{
    color: #fff;
}
.theme-color{
    color: #37b38b;
}
.learn-link{
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
}
.learn-link:hover,
.learn-link:focus{
    color: #37b38b;
}
.invite-link{
    text-transform: uppercase;
    padding: 15px 30px;
    display: inline-block;
}
.invite-form .form-control{
    box-shadow: none;
    border-radius: 0;
    resize: none;
}
.invite-cost{
    font-size: 20px;
    margin-bottom: 0;
}
.invite-des{
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #C6C6C6;
}
.invite-des-txt{
    line-height: 25px;
    margin-bottom: 30px;
    font-size: 13px;
}
.invite-des-txt:last-child{
    margin-bottom: 0;
}
.track-main-txt{
    font-size: 20px;
    margin-bottom: 0;
}
.pending-txt{
    font-size: 20px;
}
.pending-cost{
    font-size: 30px;
    color: #37b38b;
}
.track-table.table>tbody>tr>td, .track-table.table>tbody>tr>th{
    background-color: #fff;
}
.track-table.table>thead>tr>td, .track-table.table>thead>tr>th{
    background-color: #F1F1F1;
    text-transform: uppercase;
}
.track-content{
    padding-bottom: 30px;
}
.incoming-tit{
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
}
.incoming-img{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin: 0 auto;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
#incoming .modal-footer{
    border: none;
    padding-bottom: 64px;
}
#incoming .modal-header{
    border: none;
}
.incoming-btn{
    width: 46% !important;
    margin: 0 2%;
    float: left;
    background-color: #00a0e2;
    color: #fff !important;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
}
.incoming-btn:hover,
.incoming-btn:focus,
.incoming-btn:active{
    -webkit-box-shadow: inset 0px -47px 0px 0px rgb(10, 170, 236);
    -moz-box-shadow: inset 0px -47px 0px 0px rgb(10, 170, 236);
    box-shadow: inset 0px -47px 0px 0px rgb(10, 170, 236);
    outline: 0 !important;
}
.welcome-inner label {
    font-weight: normal;
}
.half-third-btn {
  border: 0;
  margin: 0;
  padding: 17px 0 16px;
  background-color: #00e244;
  color: #fff;
  text-align: left;
  display: inline-block;
  width: 100%;
  font-weight: 100;
  text-align: center;
  letter-spacing: 4px;
  transition: 0.7s;
}
.half-third-btn:hover {
  color: #fff;
  opacity: 0.7;
}
.half-primary-btn {
    border: 0;
    margin: 0;
    padding: 17px 0 16px;
    background-color: #00a0e2;
    color: #fff;
    text-align: left;
    display: inline-block;
    width: 80%;
    margin-top: 20px;
    font-weight: 100;
    text-align: center;
    letter-spacing: 4px;
    transition: 0.7s;
    margin-bottom: 20px;
}
.half-primary-btn:hover {
  opacity: 0.7;
}
.half-secondary-btn {
    border: 0;
    margin: 0;
    padding: 17px 0 16px;
    background-color: #e62134;
    color: #fff;
    text-align: left;
    display: inline-block;
    width: 100%;
    font-weight: 100;
    text-align: center;
    letter-spacing: 4px;
    transition: 0.7s;
    margin-bottom: 20px;
}
.half-secondary-btn:hover {
  opacity: 0.7;
}
.schedule-modal input{
  font-size: 16px;
  padding: 0px;
  height: 32px;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 6px;
  border: 1px solid #ccc;
  border-radius: 0;
}
.schedule-modal label{
  font-size: 12px;
}
.schedule-modal .btn{
    border: 0;
    margin: 0;
    padding: 0;
    padding: 20px;
    background-color: #000;
    color: #fff;
    display: block;
    width: 100%;
    font-weight: 600;
    text-align: center;
    border-radius: 0;
}
.rating-outer span, .rating-symbol-background{
  font-size: 28px;
  margin: 0 8px;
}
.map-static {
  height: 330px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.map-static img {
  width: 100%;
}
.cpcoming-map-static {
  height: 330px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.map-image {
    text-align: center;
}
.map-image img{
    height: auto;
}
.offerchanges {
    text-decoration: dashed;
    display: block;
    margin: 5px 0px;
    background-color: rgba(0, 128, 0, 0.12);
    padding: 11px 8px;
    text-align: center;
    color: #fff !important;
    font-size: 13px;
    font-weight: bold;
    border-radius: 20PX;
}
.offerchanges:hover {
    background-color: rgba(91, 128, 0, 0.49);
}
span.offerchangeone {
    font-family: sans-serif;
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    text-decoration: initial;
}
span.offerchangetwo {
    font-size: 22px;
}
.add-card-btn{
  color: #23527c;
}
.refer-box {
    background-color: #ffffff;
    padding: 2em;
    box-shadow: 0px 0px 15px #eef1f1;
    margin: 1em;
    border-radius: 4px;
}
.btn-invite, .btn-invite:hover {
    padding: 8px 24px;
    font-size: 14px;
    background-color: #37b38b;
    color: #fff;
    font-weight: 600;
    box-shadow: 0px 0px 10px #c9c9c9;
}
ul.refersocial-icon {
    padding: 0;
}
ul.refersocial-icon li {
    margin: 6px;
    display: inline;
    background-color: #37b38b;
    padding: 20px 15px;
    border-radius: 30px;
}
ul.refersocial-icon li i {
    color: #fff;
    position: relative;
    top: 5px;
}
.service_attention {
  display: flex;
  justify-content: center;
  letter-spacing: 2px;
}
#car-select-jamp-link{
  margin-bottom: 0;
}
.dash-content .row .col-md-12 {
  padding: 0;
  margin: 0;
}
.rbc-addons-dnd .rbc-toolbar {
  margin-bottom: 32px;
}
.rbc-addons-dnd .rbc-toolbar .rbc-btn-group {
}
.rbc-addons-dnd .rbc-toolbar .rbc-btn-group button {
  border-radius: 0;
}
.rbc-addons-dnd .rbc-toolbar .rbc-btn-group button:hover,
.rbc-addons-dnd .rbc-toolbar .rbc-btn-group button:focus {
  color: #FFF;
  background-color: #00a0e2;
  border-color: #00a0e2;
}
.rbc-addons-dnd .rbc-toolbar .rbc-btn-group button: {
  background-color: #FFF;
}
.rbc-addons-dnd .rbc-toolbar button:active,
.rbc-addons-dnd .rbc-toolbar button.rbc-active {
    background-image: none;
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 0%);
    background-color: #00a0e2;
    border-color: #00a0e2;
    color: #FFF;
}
.rbc-addons-dnd .rbc-toolbar button:active:hover,
.rbc-addons-dnd .rbc-toolbar button:active:focus,
.rbc-addons-dnd .rbc-toolbar button .rbc-active:hover,
.rbc-addons-dnd .rbc-toolbar button .rbc-active:focus {
  color: #FFF;
  background-color: #00a0e2;
  border-color: #00a0e2;
}
.rbc-addons-dnd .rbc-month-view {
  border-bottom: 1px solid #DDD;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.rbc-addons-dnd .rbc-month-view .rbc-row .rbc-header {
  height: 44px;
  padding: 14px 0 0;
  background-color: #00a0e2;
}
.rbc-addons-dnd .rbc-month-view .rbc-row .rbc-header span {
  color: #FFF;
}
.rbc-row-bg .rbc-day-bg:hover {
  background-color: #DDD;
}
.rbc-row .rbc-date-cell a {
  transition: 0.2s;
}
.rbc-row .rbc-date-cell a:hover {
  color: #00a0e2;
  text-decoration: underline;
}
.rbc-day-slot .rbc-events-container:hover {
  background-color:rgba(221,221,221,0.5);
  margin: 0;
}
.modal.in .modal-dialog {
  width: 86%;
  margin: 0 auto;
}
.modalContainer {
  width: 100vw;
  height: 100vh;
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.modalContainer .modalTitle {
  display: inline-block;
  text-align: center;
}
.modalContainer .modalTitle h1 {
  font-size: 24px;
  letter-spacing: 0.5px;
  margin: 0 0 16px;
}
.modalContainer .modalBody p {
    font-size: 16px;
}
.schedule-switch-btn {
  background-color: gray;
  color: #FFF;
  border: 0;
  padding: 6px 0 !important;
  width: 100% !important;
  letter-spacing: 4px;
  margin: 0 0 32px;
  border-radius: 0px !important;
}
.schedule-switch-btn:active {
  background-color: gray !important;
}
.schedule-switch-btn:hover {
  background-color: gray;
}
.pro-dashboard-content {
  margin-bottom: 100px;
}
.mg-bottom-box {
  margin-bottom: 64px;
}
.dashboard-calender-box {
  border-top: 1px solid #ccc;
  padding-top: 64px;
}
.rbc-calendar *, .rbc-calendar *:before, .rbc-calendar *:after {
    box-sizing: inherit;
    font-size: 14px !important;
}
/*===========================================================
走行中css
===========================================================*/
.driver-search-box {
  background: #00a0e2;
  border-radius: 32px 32px 0px 0px;
  height: 74px;
  margin-bottom: 32px;
}
.driver-search-box p {
  color: #FFF;
  padding-top: 32px;
  text-align: center;
}
.started-box form .status,
.arrived-box form .status,
.pickedup-box .pickedup-box-inner .status,
.dropped-box .dropped-box-inner .status,
.checkstate-box form .status {
  background: #00a0e2;
  border-radius: 32px 32px 0px 0px;
  height: 74px;
  margin-top: 32px;
}
.started-box form .status h6,
.arrived-box form .status h6,
.pickedup-box .pickedup-box-inner .status h6,
.dropped-box .dropped-box-inner .status h6,
.checkstate-box form .status h6 {
  color: #000;
}

.started-box form .status p,
.arrived-box form .status p,
.pickedup-box .pickedup-box-inner .status p,
.dropped-box .dropped-box-inner .status p,
.checkstate-box form .status p {
  color: #FFF;
  padding-top: 16px;
  text-align: center;
}
.started-box form .driver-details,
.arrived-box form .driver-details,
.pickedup-box .pickedup-box-inner .driver-details,
.dropped-box .dropped-box-inner .driver-details,
.checkstate-box form .status .driver-details {
  margin: 50px 0 0;
}
.started-box form .driver-details dl dt,
.started-box form .driver-details dl dd,
.arrived-box form .driver-details dl dt,
.arrived-box form .driver-details dl dd,
.pickedup-box .pickedup-box-inner .driver-details dl dt,
.pickedup-box .pickedup-box-inner .driver-details dl dd,
.dropped-box .dropped-box-inner .dl-horizontal dt,
.dropped-box .dropped-box-inner .dl-horizontal dd,
.checkstate-box form .status .driver-details dl dt,
.checkstate-box form .status .driver-details dl dd {
  padding-left: 8px;
}
.dropped-box .dropped-box-inner .dl-horizontal .big {
  font-size: 30px;
  padding-top: 4px;
  color: #000;
}
.dropped-box .dropped-box-inner .dl-horizontal .blue {
  color: #00a0e2;
  font-weight: bold;
}
.started-box form .driver-details dl .full-primary-btn,
.arrived-box form .driver-details dl .full-primary-btn {
  width: 100px;
  background-color: #ca0316;
  height: 28px;
  padding: 0;
  border-radius: 32px;
  font-size: 12px;
  margin: 0 0 0 auto;
  margin-bottom: 64px;
  margin-top: 30px;
  transition: 0.2s;
  letter-spacing: 2px;
}
.started-box form .driver-details dl .full-primary-btn:hover,
.arrived-box form .driver-details dl .full-primary-btn:hover,
.checkstate-box form .full-primary-btn:hover {
  opacity: 0.7;
}
.checkstate-box form .full-primary-btn {
  background-color: #ca0316;
  transition: 0.2s;
  margin-bottom: 64px;
}
.checkstate-box form .full-primary-btn:hover {
  opacity: 0.7;
}
.animation-logo {
  margin-bottom: 64px;
}
.animation-logo img {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.box-end {
  background: #00a0e2;
  border-radius: 0px 0px 32px 32px;
  height: 74px;
  margin-bottom: 64px;
}
.box-end p {
  color: #FFF;
  padding-top: 22px;
  text-align: center;
}
.other-detail-title  {
  font-size: 24px;
  letter-spacing: 6px;
  margin-bottom: 32px;
}
.top-detail-box {
}
.top-detail-box dl dt {
  font-weight: 100;
  color: #666;
  font-size: 16px;
  margin-left: 8px;
  letter-spacing: 0.5px;
}
.top-detail-box dl dd {
  font-size: 30px;
  margin-left: 8px;
  font-weight: bold;
  margin-bottom: 32px;
}
.separation-line {
  border-bottom: 1px solid #DDD;
  width: 100%;
  display: block;
  margin: 32px 0 ;
}
.separation-margin {
  display: block;
  margin: 32px 0 ;
}
/*===========================================================
走行中css ドライバー
===========================================================*/

.pro-dashboard-content .container .dash-content div .row .driving-situation-box {

}
.driving-situation-navi {
  margin-bottom: 32px;
}
.driving-situation-navi ul {
  display: flex;
  padding-left: 0;
}
.driving-situation-navi ul li {
  list-style: none;
  width: 25%;
  text-align: center;
  background-color: #eceff0;
  padding: 8px 0;
  font-size: 12px;
  letter-spacing: 2px;
}
.driving-situation-navi ul .active {
  background-color: #00a0e2;
  color: #FFF;
}
.driving-situation-navi ul .next-motion {
  background-color: #dbe2e4;
}
.driving-situation-message {
  margin-bottom: 32px;
}
.driving-situation-message p {
  margin-left: 8px;
}
.providrt-request-map .map-responsive-trip {
  margin-bottom: 32px;
  height: 450px;
  padding: 0;
}
.pro-dashboard-content .container .dash-content .reg-btn {
  display: block;
  width: 100px;
  background-color: #ca0316;
  height: 28px;
  padding: 0;
  border-radius: 32px;
  font-size: 12px;
  margin: 0 8px 0 auto;
  margin-bottom: 64px;
  margin-top: 30px;
  transition: 0.2s;
  letter-spacing: 2px;
}
.dl-horizontal .meter_price_box {
  border: 2px solid #000;
}
.pro-dashboard-content .container .dash-content .dl-horizontal .meter-price {
  font-size: 28px;
  color: #000;
  padding-left: 8px;
  margin: 64px 0 2px;
  font-weight: bold;
  letter-spacing: 4px;
  width: 300px!important;
}
.pro-dashboard-content .container .dash-content .dl-horizontal .meter-price span {
  font-size: 14px;
}
.pro-dashboard-content .container .dash-content .dl-horizontal .meter-price-mini {
  font-size: 12px;
  padding-left: 8px;
  margin: 0 0 8px;
}
.waiting-detail-title {
  margin: 0;
  margin-bottom: 32px;
  font-weight: 100;
  font-size: 24px;
  letter-spacing: 4px;
  border-left: 6px solid #00a0e2;
  padding: 4px 0 0 12px;
  text-align: justify;
}
.incoming-price-box .dl-horizontal .ECM_CheckboxInput-Input-box {
  margin-bottom: 64px;
}
.incoming-price-box .dl-horizontal dd p textarea {
    height: 52px;
}
.incoming-price-title  {
  margin: 0;
  margin-top: 64px;
  margin-bottom: 32px;
  font-weight: 100;
  font-size: 24px;
  letter-spacing: 4px;
  border-left: 6px solid #00a0e2;
  padding: 4px 0 0 12px;
  text-align: justify;
}
.price_info_small_box {
  margin-top: 140px;
}
.price_info_small_box p {
  font-size: 12px;
  padding-left: 8px;
}
.provider-footer {
  margin-bottom: -20px!important;
}
/*===========================================================
responsive.css
===========================================================*/

@media screen and (max-width: 1440px){
    .map-main {
        height:380px;
    }
    .map-responsive {
        height:380px;
    }
}

@media screen and (max-width: 1199px){
    .copy-share-icon{
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 991px){
    .dash-content{
      margin: 0;
      padding-bottom: 0;
    }
    .fare-btn{
        margin-bottom: 30px;
    }
    .status{
        margin-top: 90px;
    }
    .week-list-item{
        min-height: 100px;
    }
    .fleet-form-col{
        margin-bottom: 20px;
    }
    .manage-doc-section-head-right{
        margin-left: 20px;
    }
    .footer .app img {
        height: 40px;
        margin-bottom: 10px;
        float: left;
        margin-right: 20px;
    }
    .map-static {
        height: 510px!important;
    }
    .change-password-form-box .form-group .form-control {
        width: 82%;
    }
    .whlbtn {
        margin-top: 32px;
    }
    .mytrip-right {
        margin: 32px 0 64px;
    }
}

@media screen and (max-width: 767px){
    .license-col{
        margin-top: 20px;
    }
    .prof-sub-col{
        padding: 0 15px !important;
    }
    .pending{
        text-align: left;
        margin-top: 20px;
    }
    .dashboard-foot-right{
        text-align: left;
        margin-top: 30px;
    }
    .week-list-item:last-child{
        border: none;
    }
    dl.left-right dd{
        text-align: left;
        padding: 2px 0;
        margin-left: 0px;
    }
    .user-request-map .type {
        display: block;
    }
    .user-request-map .from-to p {
      width: 100%;
    }
    .add-link-block{
        text-align: left;
        margin-bottom: 20px;
    }
    .earning-box{
        margin-bottom: 30px;
        border-right: 0px solid #C6C6C6;
        padding: 0px 0px 15px 0;
        margin-right: 0px;
        height: 52px;
    }
    .daily-earn-right{
        text-align: left;
    }
    .week-list-item{
        width: 25%;
        min-height: 100px;
        margin: 20px;
        border: none;
    }
    .invoice-foot-right{
        text-align: left;
    }
    .gross-right{
        margin-top: 20px;
    }
    .invite-social-right{
        margin-top: 20px;
    }
    .invite-main-tit{
        line-height: 56px;
        font-size: 30px;
    }
    .manage-doc-box-center{
        text-align: left;
    }
    .manage-doc-box-right{
        text-align: left;
        margin-top: 10px;
    }
    .upcoming-trip-tabel-box table tbody tr td {
      display: block;
    }
    .upcoming-trip-tabel-box table thead tr th {
      display: block;
      height: 54px;
      padding: 14px 0 0;
    }
    .pc-size-on {
      display: none!important;
    }
    .sp-size-on {
      display: block;
    }
    .sp-size-list-on td b {
      display: inline-block;
      width: 80px;
      font-weight: 100;
    }
      .ride-detail .accordion-toggle .arrow-icon {
        display: block;
        font-size: 20px;
        width: 40px;
        background: #00a0e2;
        border-radius: 33px;
        padding: 10px 6px 10px 10px;
        text-align: center;
        margin: 0 0 0 auto;
        margin-bottom: 0px;
      }
      .ride-detail .accordion-toggle.collapsed .arrow-icon:before {
        color: #FFF;
      }
      .ride-detail .accordion-toggle .arrow-icon:before {
        color: #FFF;
      }
      .upcoming-trip-tabel-box table tbody .accordion-toggle:hover {
        background-color: #FFF;
      }
      .arrow-icon {
        margin-left: 0px;
      }
      .ride-detail .hiddenRow td .accordian-body {
        width: 100%;
        margin: 12px 0 64px 0;
        padding: 0;
      }
      .cpcoming-map-static {
        height: 236px!important;
      }
      .upcoming-from-to .to {
        padding: 10px 13px 5px;
      }
      .upcoming-from-to .from {
        padding: 10px 13px 5px;
      }
      .ride-detail .accordion-toggle .arrow-icon:before {
        color: #FFF;
        padding: 0 10px 0 1px;
      }
      .ride-detail .accordion-toggle.collapsed .arrow-icon:before {
        color: #FFF;
        padding-left: 5px;
      }
      .mytrip-right h5 {
        margin-top: 22px;
      }
      .fare-break form button {
        transition: 0.7s;
        margin-top: 32px;
      }
      .sub-right {
        margin-top: -4px;
      }
      .map-static {
          height: 280px!important;
      }
      .change-password-form-box .form-group {
        display: block;
      }
      .change-password-form-box .form-group .form-control {
        width: 100%;
        margin-top: 16px;
      }
      .notify-sec {
        display: block;
      }
      .notify img {
        width: 100%;
        float: none;
      }
      .notify-content {
        width: 100%;
        float: none;
        margin-left: 0;
        text-align: justify;
        margin-top: 32px;
        margin-bottom: 64px;
      }
      .status {
        margin-bottom: 32px;
        margin-top: 16px;
      }
      .trip-user {
        display: block;
      }
      .trip-user .user-img {
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 16px;
      }
      .trip-user .user-right-star {
        width: 100%;
        margin-left: 8px;
      }
      .rating-outer {
      margin-top: 0px;
      margin-left: -12px;
      }
      .rating-outer span, .rating-symbol-background {
        font-size: 40px;
        margin-right: 4px;
      }
      .earning-element02 .col-xs-4 {
          float: none;
          width: 100%;
      }
      .earn-acc-wrapper {
          padding: 0px 16px;
      }
      .earning-acc {
          padding: 32px 0;
      }
      .mega-dropdown-menu {
          width: 92%;
      }
      .modal.in .modal-dialog {
        width: 100%;
      }
      .schedule-modal input {
        width: 100%;
        font-size: 14px;
        height: 32px;
        margin-top: 6px;
      }
      .header-navbar-box {
        display: flex;
      }
      .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 70px;
        margin: 0 0 0 auto;
      }
      .menu-drop .dropdown .btn {
          letter-spacing: 2px;
          font-size: 12px;
          padding: 24px 0 20px;
          width: 140px;
          margin-right: -16px;
      }
      .menu-drop .dropdown .dropdown-menu li a {
          padding: 15px 20px;
          font-size: 12px;
          line-height: 20px;
      }
      .menu-drop .dropdown .dropdown-menu {
          position: absolute;
      }
      .navbar-nav {
          margin: 0 -15px;
      }
      .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
          padding: 0;
      }
      .dash-content .row .col-md-12 form {
      }
      .user-request-map .from-to .from {
          margin: 0;
          display: block;
          padding: 0;
      }
      .user-request-map .from-to p {
          margin-left: 0px;
          padding-left: 8px;
          height: 40px;
      }
      .user-request-map .from-to .to {
          margin: 16px 0px 16px 0;
          display: block;
      }
      .user-request-map .from-to h5 {
          margin-top: 0;
          margin-bottom: 12px;
      }
      .animation-logo img {
        width: 88%;
      }
      .started-box form .driver-details dl .full-primary-btn,
      .arrived-box form .driver-details dl .full-primary-btn {
        margin-bottom: 64px;
        margin-top: 30px;
      }
      .change-password-decision {
          width: 100%;
      }
      .rbc-addons-dnd .rbc-toolbar .rbc-toolbar-label {
        margin: 16px;
        font-size: 12px !important;
      }
      .rbc-addons-dnd .rbc-toolbar .rbc-btn-group {
        width: 100%;
        display: flex;
        text-align: center;
      }
      .rbc-addons-dnd .rbc-toolbar .rbc-btn-group button {
        width: 33%;
      }
      .price_info_small_box {
        margin-top: -60px;
      }
      .modalContainer {
        width: 100vw;
      }
      .modal-content {
        margin-top: 0;
      }
}


@media screen and (max-width: 679px){
    .dash-content .row .col-md-12 {
      padding: 0;
    }
    .dash-content .row .col-md-12 .rbc-addons-dnd .rbc-toolbar {
      margin-bottom: 32px;
    }
    .profile-edit-btn {
      width: 100%;
    }
}

@media screen and (max-width: 500px){
    .pay-option h6 a.edit,
    .pay-option h6 a.set-default,
    .pay-option h6 a.default {
        float: none;
        display: block;
        margin-top: 15px;
        text-align: center;
        padding: 10px;
    }
    .pay-option h6 {
        line-height: 30px;
    }
    .wallet .amount .price {
        font-size: 40px;
    }
    .banking-tit {
        font-size: 30px;
        line-height: 40px;
    }
    .banking {
        padding: 20px;
    }
    .week-list-item {
        width: 40%;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 70%;
    }
    #wrapper.toggled #pro-sidebar-wrapper {
        width: 70%;
    }
    .form-map-start-back-btn {
        width: 79%;
    }
    .breadcrumb-trail-box ul {
        padding-left: 0px;
    }
    .breadcrumb-trail-box ul li {
        margin: 0 auto;
    }
    .breadcrumb-trail-box ul li a {
        letter-spacing: 1px;
        font-size: 12px;
    }
    .breadcrumb-trail-box ul li .present-location {
        padding: 3px 16px 2px;
    }
    .site_copyright p {
        font-size: 10px;
        letter-spacing: 1px;
    }
    .car-radio input:checked+label img {
        -ms-transform: scale(1.02, 1.1);
        -webkit-transform: scale(1.02, 1.1);
        transform: none;
        transition: 0.5s;
    }
    .car-radio input:checked+label .name span {
        background-color: #00a0e2;
        padding: 16px 0 2px;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        position: relative;
        top: 0px;
        min-width: 100%;
        margin-bottom: 0px;
        letter-spacing: 2px;
        font-weight: 900;
        transition: 0.5s;
    }
    .car-radio img {
        margin: 0 auto;
        margin-bottom: 0px;
    }
    .car-radio .name span {
        margin-bottom: 5px;
        padding-top: 16px;
        font-size: 14px;
    }
    .slick-initialized .slick-slide {
        display: block;
        width: 100%!important;
        height: 288px;
        margin-bottom: 32px;
    }
    .car-radio .car-radio-inner img {
        width: 100%;
    }
    .car-radio input:checked+label .name {
        margin: 0 0 32px;
    }
    dl.left-right dt {
      margin: 16px 16px 0 0;
      width: 100%;
    }
    .map-static {
        height: 236px!important;
    }
    .half-primary-btn {
        padding: 17px 0 16px;
        text-align: center;
        width: 100%;
        margin-top: 64px;
        margin-bottom: 16px;
    }
    .half-secondary-btn {
        width: 100%;
        margin-top: 0px;
    }
    .half-third-btn {
      width: 100%;
  }
    .car-radio .car-radio-inner img:hover {
        -webkit-filter: none;
        filter: none;
        opacity: 1;
    }
    .pro-form {
        display: block;
        margin-bottom: 32px;
        height: 46px;
    }
    .pro-form h5 {
        width: 100%;
    }
    .pro-form p {
        width: 100%;
        margin-top: 6px;
        word-break: break-all;
    }
    .profile-img-blk {
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .pro-edit-form-decision {
        margin-top: 64px;
        padding-top: 32px;
    }
    .pro-edit-form-decision {
        padding: 32px 0 0;
    }
    .form-sub-btn {
        margin-bottom: 64px;
    }
    .full-primary-btn {
        margin-top: 32px;
    }
    .form-map-end-btn {
        margin-bottom: 64px;
        width: 79%;
    }
    .form-map-back-btn {
        margin-bottom: 64px;
    }
    .navbar-brand {
        float: left;
        height: 60px;
        padding: 8px 16px 8px 2px;
        font-size: 18px;
        margin-right: 0px;
    }
    .change-password-form-box .form-group label {
        margin: 18px 0 0 14px;
    }
    .my-trip-left {
        margin-top: 8px;
    }
}

@media screen and (max-width: 430px){
    .week-list-item{
        width: 90%;
    }
    .trip-right,
    .trip-left{
        float: none !important;
    }
    .trip-right{
        margin-top: 20px;
    }
    .estimate-tit{
        padding-left: 0;
    }
    .fleet-table-col-left{
        width: 40%;
    }
    .fleet-table-col-right{
        width: 60%;
    }
    .invite-tit{
        font-size: 25px;
        line-height: 30px;
    }
    .invite-txt{
        font-size: 18px;
        line-height: 27px;
    }
    .pay-option h6 {
      margin: 0;
      padding-top: 14px;
      padding-bottom: 20px;
      border-bottom: 1px solid #eee;
      font-size: 16px;
    }
    .btn-sm{
      float: none;
      display: block;
      margin: 14px auto;
      text-align: center !important;
      padding: 10px;
    }
    .pay-option form{
      float: none !important;
      text-align: center !important;
    }
    .dash-content {
      margin-top: 30px;
      overflow: auto;
    }
    .prof-sub-col{
      margin: 0;
    }
    .prof-name {
      margin-top: 14px;
      font-size: 26px;
    }
    .prof-1{
      padding: 0 32px !important;
    }
    .list-view{
      overflow: auto;
      white-space: nowrap;
    }
    table.dataTable {
      clear: both;
      margin-top: 6px !important;
      margin-bottom: 6px !important;
      max-width: none !important;
      border-collapse: separate !important;
      overflow: scroll;
    }
    .modalContainer .modalBody {
      text-align: left !important;
    }
    .modalContainer .modalBody p {
      margin-bottom: 1rem !important;
    }
    .schedule-switch-btn {
      font-size: 14px !important;
      margin-top: 20px !important;
      width: 100% !important;
      border-radius: 0 !important;
      padding: 6px 0 6px !important;
    }
}

@media screen and (max-width: 360px){
  .modalContainer .modalTitle {
    margin-top: 0 !important;
  }
  .modalTitle h1{
    font-size: 20px !important;
  }
  .modalBody p{
    font-size: 14px !important;
  }
  .schedule-modal input {
    height: 35px !important;
    margin-top: 0 !important;
  }
  .schedule-switch-btn {
    margin-bottom: 10px !important;
    padding: 5px 0 0px !important;
  }
  .schedule_notify {
    font-size: 10px !important;
  }
}
