*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,ol,p
{
   margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:hover
{
   text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p
{
   margin: 0;
   padding: 0;
}

/**** Open Sans ***/




@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/poppins-light.woff2') format('woff2'),
         url('../fonts/poppins-light.woff') format('woff');
    font-weight: lighter;
    font-style: normal;
}



@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular.woff2') format('woff2'),
         url('../fonts/poppins-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium.woff2') format('woff2'),
         url('../fonts/poppins-medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold.woff2') format('woff2'),
         url('../fonts/poppins-semibold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold.woff2') format('woff2'),
         url('../fonts/poppins-bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsblack';
    src: url('../fonts/poppins-black.woff2') format('woff2'),
         url('../fonts/poppins-black.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*** End ***/

/*-----------------Daashboard-------------*/
body,html
{
   font-family: 'poppinsregular';
}

body
{
   padding-top: 90px;
}

.dashboard {
    background: #fbfbfb;
    padding: 20px 0 50px;
}



.my_profile h4 i {
    float: right;
    color: #000;
    font-size: 17px;
}
.trip_tab .comment-re {
    padding: 0;
}
.switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
    width: 17px;
    left: 3px;
    bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #ff4f02;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(12px);
}
.switch_btn {
    font-size: 17px;
    font-weight: 700;
    margin: 30px 0px;
}
.dash_rightebar {
    margin-bottom: 15px;
}
.submit {
    margin-top: 30px;
}
div#date_area select:last-child {
    margin-right: 0;
}
div#date_area select {
    width: 33%;
    margin-right: 30px;
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.box_sha {
    background: #fff;
    display: inline-block;
    width: 100%;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    padding: 20px;
    border: 1px solid #d7d7d7;
    min-height: 500px;
}
.pad_right_0 {
    padding-right: 0;
}
.dash_sidebar li a:hover {color: #ff4f02}
.dash_sidebar li.active a {color: #ff4f02}
.dash_sidebar li a {
    font-size: 18px;color: #777;
    padding: 10px 0;
    display: inline-block;
}
.dash_sidebar li {position: relative;
    list-style: none;
    border-bottom: 1px solid #d7d7d7;
}
.dash_sidebar li.active:after {
    background: #ff4f02;
    width: 4px;
    height: 100%;
    position: absolute;
    content: '';
    left: -21px;
    top: 0;
}
.dash_sidebar {
    padding: 0 20px;
}

.dashboard h2 {
    font-size: 24px;
 font-family: 'poppinsmedium';
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
section.dashboard.refer_friend p {
    font-size: 16px;
    margin-bottom: 20px;
}
h3 {
    margin-bottom: 12px;
}
label {
    font-size: 16px;
}
.form-control {
    height: 48px;
    box-shadow: none;
    font-size: 16px;
}
.dashboard h2 a {
    float: right;
    font-size: 14px;
    color: #ff4f02;
}
span.noti_img {
    margin-right: 12px;
    width: 70px;    display: inline-block;  
    height: 70px;
}
span.noti_text {
    color: #000;
}
.privacy_note {
    background: #f7f4f4;
    padding: 10px;
} 
.noti_detail li a {
    display: flex;
    width: 100%;justify-content: space-between;align-items: center;
}
.noti_detail li {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.privacy_content h3 {
    margin: 20px 0 10px;
}
.noti_detail li {
    list-style: none;
}
span.time_nti {
    float: right;
}
.dash_rightebar .postRide-schedule .radioCustom{     margin-top: 20px; }
.plate {font-family: 'poppinsmedium';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    text-align: center;
    min-height: 52px;
    border-radius: 4px;
    border: 2px solid #ff4f02;
}

.postRide-schedule .radioCustom div
{
  margin-bottom: 15px;
}

.postRide-schedule .radioCustom div label
{
   color:#000;
   font-size: 15px;
   font-weight: 500;
}

.plate b {
    width: 100%;
    display: block;
    background: #ff4f02;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
}
.badge_icon span {
    margin-right: 11px;
}
.badge_icon {
    display: flex;
    font-size: 16px;
    align-items: center;
    color: #777;
}
.form-group.id_name input {
    margin-right: 30px;
}
.form-group.id_img {
    margin-top: 30px;
}
.upload_id input {
    height: 181px;
    width: 100%;opacity: 0;
    position: absolute;top: 0;left: 0;
    border-radius: 4px;
}
.up_img{
    border: 1px dashed #e1e1e1;
    height: 236px;
    width: 100%;
    border-radius: 4px;}

.up_img h4 {
    text-align: center;
    width: 100%;
}
.preview_img {
    border: 1px solid #e1e1e1;
    height: 236px;
    width: 100%;
    border-radius: 4px;
}
.up_img {
    display: flex;
    align-items: center;
    text-align: center;
}
.id_img img{width: 100%;}

.saved_bank h4 {
    margin-top: 17px;
}
.saved_bank {
    border: 1px solid #e1e1e1;
    width: 230px;
    padding: 13px;
    border-radius: 4px;display: inline-block;position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
}
.saved_bank .fa-trash {
    position: absolute;
    right: 9px;
    top: 5px;
    color: #ff4f02;
}
.card_detail input {
    margin-right: 30px;
}
.cvc {
    width: 81px;margin-right: 0!important;
}
.card_mnth {
    width: 150px;
}
form.ad_new_bank {
    width: 71%;
}
.help ul li {
    list-style: none;
}
.help {
    margin: 20px 0;
}
.heading h3 {font-family: 'poppinsmedium';
    margin-bottom: 6px;
}

.heading {
      border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 0;
}
section.help li {
    border-bottom: 1px solid #e1e1e1;
}
section.help li a {
    color: #000;
    padding: 20px 0;
    display: block;
    font-size: 16px;
}
.single_help {
    width: 100%;
    margin: 30px auto;
    box-shadow: 0 0px 14px rgba(0,0,0,0.10);
    padding: 20px;
}

.single_help h2
{
   font-size: 35px;

}

.single_help .panel-heading
{
   padding: 0px;
       border: 1px solid #e6e6e6;
    border-radius: 0;
    margin-bottom: 15px;
}

.single_help .panel-heading a
{
       color: #f74f04;
    font-size: 15px;
    text-decoration: none;
    display: flex;
    line-height: 24px;
} 

.single_help .panel-heading a .glyphicon
{
       color: #3853a4;
    padding-right: 5px;
    position: relative;
    top:4px;
}

.single_help .panel-collapse
{
   padding: 15px;
       background-color: #f5f5f5;
}

.single_help h4 {
        font-size: 18px;
    font-family: 'poppinsmedium';
    margin: 0;
    padding: 18px;
}
.single_help p {
    margin-bottom: 15px;
}
.single_help h2 {
    font-family: 'poppinsmedium';
    margin: 0 0 25px;
}
/**** Navbar & Top Bar *****/
header .navbar-default
{
    background-color: #fff;
    border-color: #fff;
    display: flex;
    padding: 20px 0;
    align-items: center;
    border-radius: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #eee;
}

header .navbar-default .navbar-nav>li>a
{
   color: #000;
   font-size: 16px;
   text-transform: uppercase;
   font-family: 'poppinssemibold';
   transition: all 0.3s ease;
}

header .navbar-default .navbar-nav>li>a.active
{
   color: #ff4f02;
}

header .navbar-default .navbar-nav>li>a:hover
{
  color: #ff4f02;
}

header  .navbar-default .navbar-brand 
{
    padding: 0px 15px;
}

header  .navbar-default .navbar-brand img
{
    width: 133px;
    position: relative;
    top: 4px;
}

header .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus
{
   color: #ff4f02;
}

header .navbar-default .navbar-nav>li>a.btn
{
   border-radius: 0px;
   background-color: #ff4f02;
   border-color: #ff4f02;
   color: #fff;
   padding: 10px 25px;
   margin-top: 4px;
   transition: all ease 0.3s;
}

header .dropdown-menu>li>a {
    display: block;
    padding: 10px 47px 10px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
}

header .dropdown-menu
{
   padding:0;
   right: 20px !important;
}

header .navbar-default .navbar-nav>li>a.btn:hover
{
  background-color: #fff;
  color: #000;
}
 .btn {
    border-radius: 100px;
    background-color: #ff4f02;
    border-color: #ff4f02;
    color: #fff;
    padding: 10px 35px;
    margin-top: 4px;
    transition: all ease 0.3s;
    text-transform: uppercase;
    margin-right: 20px;
}

/** All Headings **/

.h2-heading h2
{
   font-size: 36px; 
   text-transform: uppercase;
   font-family: 'poppinssemibold';
   margin-bottom: 10px;
}

.h2-heading h2 span
{
  color: #ff4f02;
}

.h2-heading p
{
   margin-bottom: 25px;
}

/* End */


/****** Events Area *******/
.events {
    background: #ff4f02;
    padding: 124px 0;
    color: #fff;
}
.search_event {     overflow: hidden;
    border: 2px solid #fff;   border-radius: 100px;
    width: 555px;
    background: #fff;
    position: relative;
}
.search_event button:hover {
    background: #000;
}
.search_event button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border: none;
    background: #ff4f02;
    font-size: 24px;
}
.search_event input {
    width: 100%;
    height: 60px;
    border-radius: 100px;
    background: #fff;
    border: none;
    padding: 0px 60px 0 28px;    color: #000;
    FONT-SIZE: 16PX;
}
.events .h2-heading {
    padding-right: 24%;
    margin: 33px 0px;
}
.events h2 {
    font-size: 63px;
    font-weight: bold;
}
.events p {
    font-size: 24px;
}
.event_box img {
    width: 100%;
}
.image_cover{height: 100%;
width: 100%;object-fit: cover;}
.event_img {    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    height: 294px;
}
.event_box h4 {
    font-size: 20px;
    font-weight: 600;
}

.event_box p{font-size: 14px;}
.event_box button {
    text-align: center;
    margin: 12px auto;
}

.event_box {    margin-bottom: 30px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.18);
    border-radius: 4px;
}
.event_text {
    padding: 0 10px;
}
.event_text h4 {
    min-height: 47px;
}
.event_text {
    padding: 18px 10px 10px;
}
.event_tab li.active a {
    color: #ff4f02;
    border-bottom: 2px solid #ff4f02!important;
}
.event_tab ul {
    border-bottom: 1px solid #e1e1e1;
}
.event_tab li a {
    color: #9c9b9b;    font-size: 18px;
    border: none!important;
    background: transparent;
    padding: 12px 0;
    margin-right: 40px;
}

.event_tab li a:hover,
.event_tab li a:active
{
  background-color: transparent;
  color: #ff4f02;
}

.event_tab .panel.with-nav-tabs.panel-default {
    margin-bottom: 0;
}
section.event_tab li.active a, section.event_tab li:hover a {
    color: #ff4f02!important;
    border-bottom: 2px solid #ff4f02!important;
    background: transparent;
}
.event_tab .panel.with-nav-tabs.panel-default {
    border: none;
}
.event_tab .panel-heading {
    background: transparent;
    border: none;
}
.no_result {
    text-align: center;
    font-size: 24px;
    padding: 77px;color: #777;
}
/****** Events Area End *******/




/****** Banner Area *******/

#banner-sec
{position: relative;
   background-size: cover;
   background-position: center center;
   padding: 120px 0;
}
#banner-sec:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.31);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
#banner-sec h1
{
   color: #fff;
   font-family: 'poppinssemibold';
   font-size: 48px;
}

#banner-sec p
{
   color: #fff;
   font-size: 24px;
   margin: 20px 0 30px;
}

#banner-sec .search-form .inputWithIcon
{
   width: 100%;
    max-width: 320px;
}

#banner-sec .search-form 
{
    display: flex;
    background: #fff;
    padding: 10px 8px;
    border-radius: 100px;
    margin-bottom: 30px;
}

#banner-sec .search-form .br-right
{
   border-right: 1px solid #ccc;
}

#banner-sec .search-form .inputWithIcon input
{
   padding-left: 40px;
   border: none;
   box-shadow: none;
}

.iConTop .inputWithIcon i
{
  top: 3px !important;
}

#banner-sec .search-form .inputWithIcon {
   position: relative;
}

#banner-sec .search-form .inputWithIcon i {
   position: absolute;
    left: 0;
    top: -4px;
    padding: 9px 16px;
    color: #aaa;
    transition: 0.3s;
    font-size: 25px;
}

#banner-sec .search-form .inputWithIcon i.fa-calendar {
    padding: 9px 13px;
    font-size: 20px;
    top: -2px;
}

#banner-sec .search-form .inputWithIcon .f-blue
{
   color: #008aff;
}

#banner-sec .search-form .inputWithIcon .f-green
{
   color: #5cb72b;
}

#banner-sec .btn
{
    border-radius: 100px;
    background-color: #ff4f02;
    border-color: #ff4f02;
    color: #fff;
    padding: 10px 35px;
    margin-top: 4px;
    transition: all ease 0.3s;
    text-transform: uppercase;
    margin-right: 20px;
}

#banner-sec .btn:hover
{
   background-color: #fff;
   border-color: #fff;
   color: #000;
}

#banner-sec .btn1
{
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

#banner-sec .btn1:hover
{
   background-color: #ff4f02;
   border-color: #ff4f02;
   color: #fff;
}

.main-pad
{
   padding: 60px 15px;
}

/****** Banner Area End *******/

/****** About Start *******/
#about .about-text h3
{
    font-family: 'poppinsmedium';
    margin-bottom: 8px;
}

#about .about-text p
{
    margin-bottom: 15px;
}

#about .about-text ul
{
   margin-bottom: 20px;
}

#about .about-text ul li
{
   margin-bottom: 10px;
}

#about .about-text ul li i
{
   color: #05ac09;
}

#about .btn
{
    border-radius: 100px;
    background-color: #ff4f02;
    border-color: #ff4f02;
    color: #fff;
    padding: 10px 35px;
    margin-top: 4px;
    transition: all ease 0.3s;
    text-transform: uppercase;
    margin-right: 20px;
}

#about .btn:hover
{
   background-color: #fff;
   border-color: #000;
   color: #000;
}

#about .btn1
{
    background-color: #fff;
    border-color: #000;
    color: #000;
}

#about .btn1:hover
{
   background-color: #ff4f02;
   border-color: #ff4f02;
   color: #fff;
}

.mTop
{
   margin-top: 50px;
}

.rowFlex
{
   display: flex;
   align-items: center;
}
/****** About Area End ********/

/****** Question ********/

#question{
   background-size: cover;
   background-position: center center;
   padding: 80px 0 50px;
}

#question h1
{
   color: #fff;
   font-family: 'poppinssemibold';
   font-size: 48px;
}

#question p
{
   color: #fff;
   font-size: 16px;
   margin: 20px 0;
}

/****** Question Area End ********/

/****** Testimonials ********/
#testimonials .testimonials
{
   box-shadow: 0 10px 20px rgba(0,0,0,0.19);
   padding: 40px 25px 20px;
   position: relative;
   margin: 40px 0;
}

#testimonials .testimonials .quote
{
   position: absolute;
   top: -50px;
   left: -20px;
}

#testimonials .testimonials .testimonials-flex
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#testimonials .testimonials .testimonials-flex .testimonials-img
{
    margin-right: 8px;
}

#testimonials .testimonials .testimonials-flex .testimonials-img img
{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 30px;
}

#testimonials .testimonials .testimonials-flex
{
   margin-top: 20px;
}

#testimonials .testimonials .testimonials-flex .testimonials-name h3
{
   font-size: 14px;
}

#testimonials .testimonials .testimonials-flex .testimonials-name p
{
   color: #777777;
}

/****** Testimonials Area End ********/

/****** Popular Trips ********/
.popular
{
   background-color: #ecebeb;
}
  .popular.business .popular-trips
{  text-align: center;}
  .popular.business .popular-trips p {
    padding: 33px;
    font-size: 16px;
    line-height: 25px;
}
  .popular.business .popular-trips img {
    margin: 24px 0 0;
}
/*.popular .popular-trips*/
/*{    min-height: 380px;*/
/*    box-shadow: 0 10px 20px rgba(0,0,0,0.19);*/
/*    background-color: #fff;*/
/*    border-radius: 20px;*/
/*    position: relative;*/
/*    transition: all ease 0.3s;*/
/*}*/

/*.popular .popular-trips:hover*/
/*{*/
/*   transform: scale(1.1, 1.1);*/
/*}*/

.popular .popular-trips h3
{
  /*background-color: #ff4f02;*/
  /*color: #fff;*/
  font-size: 20px;
  padding: 20px 15px;
  font-weight:900;
  /*border-radius: 20px 20px 0 0 ;*/
}

.popular .popular-trips ul
{
    padding: 15px;

}

/*.popular .popular-trips ul li*/
/*{*/
/*    margin-bottom: 10px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    font-family: 'poppinsmedium';*/
/*}*/

.popular .popular-trips ul li {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    font-family: 'poppinsmedium';
    border-bottom: dotted #ccc 2px;
    padding-bottom: 10px;
}

.popular .popular-trips ul li span.populer-price
{
    color: #05ac09;
    font-family: 'poppinsmedium';
}

.popMtop
{
   margin-top: 20px;
}

/****** Popular Trip End ********/

/****** Looking Trip ********/

#looking-trip
{
   background-color: #fff;
   padding: 80px 0 60px;
}

#looking-trip h1
{
   color: #000;
   font-family: 'poppinsmedium';
   font-size: 20px;
   margin-bottom: 20px;
   color: #777777;
}

#looking-trip .btn {
    border-radius: 100px;
    background-color: #ff4f02;
    border-color: #ff4f02;
    color: #fff;
    padding: 10px 35px;
    margin-top: 4px;
    transition: all ease 0.3s;
    text-transform: uppercase;
    margin-right: 20px;
}

#looking-trip .btn:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
}

/****** Looking Trip End ********/


/****** Downlaod App ********/

#downlaod-app
{
   background-image: url("../images/download.png");
   background-size: cover;
   background-position: center center;
   padding: 120px 0;
}

#downlaod-app h1
{
   color: #fff;
   font-family: 'poppinssemibold';
   font-size: 48px;
   margin-bottom: 30px;
}

#downlaod-app p
{
   color: #fff;
   font-size: 16px;
   margin: 20px 0;
}

/****** Downlaod App Area End ********/

.about-sec
{
   margin-top: 30px;
}

.box-sha
{
   box-shadow: 0 3px 6px rgba(0,0,0,0.1);
   padding: 20px 0;
}

.about-sec .search-form .inputWithIcon
{
   width: 100%;
    max-width: 320px;
}

.about-sec .search-form 
{
    display: flex;
    background: #f9f8f8;
    padding: 10px 8px;
    border-radius: 100px 0px 0 100px;
    justify-content: center;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.about-sec .search-form .br-right
{
   border-right: 1px solid #ccc;
}

.about-sec .search-form .inputWithIcon input
{
   padding-left: 40px;
   border: none;
   box-shadow: none;
   background: #f9f8f8;  
}

.about-sec .search-form .inputWithIcon ::placeholder
{
   color: #000;
}

.about-sec .search-form .inputWithIcon {
   position: relative;
}

.about-sec .search-form .inputWithIcon i {
   position: absolute;
    left: 0;
    top: 2px;
    padding: 9px 16px;
    color: #aaa;
    transition: 0.3s;
    font-size: 25px;
}

.about-sec .search-form .inputWithIcon i.fa-calendar {
    padding: 9px 13px;
    font-size: 20px;
    top: 2px;
}

.about-sec .search-form .inputWithIcon i.fa-calendar {
    padding: 9px 13px;
    font-size: 20px;
    top: 2px;
}

.about-sec .search-form .inputWithIcon .f-blue
{
   color: #008aff;
}

.about-sec .search-form .inputWithIcon .f-green
{
   color: #5cb72b;
}

.about-sec .search-group
{
  position: relative;
}

.about-sec .search-bt .btn
{
   position: absolute;
   top: 0;
   right: 0;
}

.about-sec .search-form .inputWithIcon.calender-div
{
   width: 100%;
    max-width: 170px;
}

.about-sec .search-group .search-bt .btn {
    border-radius: 0 100px 100px 0px;
    background-color: #ff4f02;
    border-color: #ff4f02;
    transition: all ease 0.3s;
    font-size: 23px;
    width: 67px;
    padding: 15px;
    top: -3px;
    height: 100%;
}

.about-sec .search-group .search-bt .btn:hover
{
   
    background-color: #fff;
    border-color: #ff4f02;
    color: #000;
}

.m-bot
{
   margin-bottom: 50px;
}

.about-sec .search-result h2
{
    font-size: 18px;
    font-family: 'poppinsmedium';
    margin-bottom: 8px;
}

.about-sec .search-result p
{
    font-size: 14px;
    color: #777777;
}

.search-profile 
{
   padding:0 15px;
}

.search-profile .fix-img {
    width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 15px;
}

.search-profile  .fix-img img {
    width: 100%;
    min-height: 100%;
        object-fit: contain;
    object-position: center;
}

.star-rating{
  font-size: 0;
  display: flex;
}
.star-rating__wrap{
  display: inline-block;
  font-size: 12px;
  margin-right: 12px;
}
.star-rating__wrap:::after{
  content: "";
  display: table;
  clear: both;
}
.star-rating__ico{
  float: right;
  padding-left: 2px;
  cursor: pointer;
  color: #FFB300;
  margin-bottom: 0;

}
.star-rating__ico:last-child{
  padding-left: 0;
}
.star-rating__input{
  display: none;
}
.star-rating__ico:hover::before,
.star-rating__ico:hover ~ .star-rating__ico::before,
.star-rating__input:checked ~ .star-rating__ico::before
{
  content: "\f005";
}


.search-profile
{
   display: flex;
   align-items: center;
}

.search-profile .rating
{
   display: flex;
   align-items: center;
}

.search-profile .search-text p img
{
  margin-right: 2px;
      position: relative;
    top: -1px;
} 

.search-profile .search-text
{
   line-height: 32px;
}

.search-profile .search-text h3 a
{
   font-size: 22px;
      color: #333;
    transition: all ease 0.3s;
}

.search-profile .search-text h3 a:hover
{
       color: #ff4f02;
}

.search-profile .search-text p
{
   color: #777777;
       font-size: 13px;
}

.search-profile .rating span
{
   color: #777777;
}

.border-r
{
    border-right: 1px solid #eee;
}

.search-city h3
{
  font-family: 'poppinsmedium';
  font-size: 22px;
  
  margin-bottom: 8px;
}

.search-city h3 a
{
   color: #ff4f02;
   transition: all ease 0.3s;
}

.search-city h3 a:hover
{
   color: #000;
}

.search-city p
{
   margin-bottom: 16px;
   font-size: 14px;
   color: #777777;
}

.search-city ul li:first-child i
{
   color: #008aff;
}

.search-city ul li:last-child i
{
   color: #5cb72b;
}

.search-city ul li i
{
   font-size: 18px;
   padding-right: 4px;
}

.search-city ul li strong
{
   padding-right: 6px;
}

.search-city ul li span
{
   color: #777777;
}

.search-city ul li
{
  font-size: 14px;
  margin-bottom: 6px;
}

.search-car
{
   display: flex;
   justify-content: center;
}

.car-flx {
    width: 100%;
    max-width: 250px;
}

.m-bott
{
   margin-bottom: 25px;
}

.search-car .fig-img {
        width: 200px;
    height: 120px;
    overflow: hidden;
    border-radius: 0;
    margin-right: 15px;
}

.car1 h3
{
  font-size: 16px;
  margin-top: 6px;
}

.search-car .fig-img img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}

.search-car .fig-details 
{
  text-align: right;
}

.search-car .fig-details h3
{
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
} 

.search-car .fig-details h4
{
    font-size: 25px;
    color: #ff4f02;
    margin-bottom: 10px;
    font-family: 'poppinsmedium';
} 

.search-car .fig-details p
{
   color: #777777;
}

.rider .rider-box
{
   padding: 20px 0;
}

.rider .rider-box h3
{
   font-family: 'poppinsmedium';
   font-size: 30px;
   margin-bottom: 10px;
}

.rider .rider-box p
{
   color: #777777;
   margin-bottom: 15px;
   font-family: 'poppinsmedium';
}

.rider .rider-box .btn {
    border-radius: 100px;
    background-color: #ff4f02;
    border-color: #ff4f02;
    color: #fff;
    padding: 10px 35px;
    margin-top: 4px;
    transition: all ease 0.3s;
    text-transform: uppercase;
    margin-right: 20px;
}

.rider .rider-box .btn:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
}

.profile-img
{
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.image-cover {
  width: 100%;
  height: 340px;
  border-radius: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}

.profile-img .search-text
{
  padding: 10px;
}

.profile-img .search-text h3 
{
   margin-bottom: 10px;
  
}

.profile-img .search-text h3 a
{
   color: #333;
}

.profile-img .search-text .rating span
{
   color: #777777;
}

.profile-img .search-text p
{
   margin-bottom: 10px;
   color: #777777;
}

.profile-img .search-text .rating
{
   margin-bottom: 10px;
   display: flex;
   align-items: center;
}

.profile-img .search-text .pro-bt .btn
{
    border-radius: 100px;
    background-color: #ff4f02;
    border-color: #ff4f02;
    color: #fff;
    padding: 10px 35px;
    margin-top: 4px;
    transition: all ease 0.3s;
    text-transform: uppercase;
    margin-right: 20px;
}

.profile-img .search-text .pro-bt
{
   margin-top: 15px;
}

.profile-img .search-text .pro-bt .btn1
{
   background-color: #fff;
   border-color: #ff4f02;
   margin-bottom: 10px;
   color: #ff4f02;
}

.profile-img .search-text .pro-bt .btn1:hover {
    background-color: #ff4f02 !important;
    border-color: #ff4f02 !important;
    color: #fff !important;
}

.profile-img .search-text .pro-bt .btn:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
}


.input-container {
  display: -ms-flexbox; 
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.icon {
    padding: 10px;
    color: #000;
    position: absolute;
    right: 8px;
    top: 0px;
    font-size: 20px;
}

.input-field {
    width: 100%;
    padding: 10px;
    border-right: none;
    outline: none;
    border-top: none;
    border-left: none;
    padding-right: 45px;
}
.input-field-login{
  width: 100% !important;
  padding-right: 45px !important;
}
.login .login-img
{
  background-color: #ff4f02;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login .login-hight
{
    height: 75vh;
}

.login .login-imgg
{
    padding: 40px 10px 20px !important;
}

.login .login-img h1 
{
   text-align: center;
}

.login .login-img h1 a
{
   color: #fff;
}

.login .box-sha1
{
    box-shadow: 0 1px 6px rgba(0,0,0,0.1);
    padding: 0 0;
    overflow: auto;
    margin: 0px 15px;
    border-radius: 4px;
}

.login .login_box .login_text {
    padding: 90px 10px 50px;
    width: 46%;
    margin: 0 15px;
}

.login .login_box .login_text h2
{
   font-size: 24px;
   font-family: 'poppinsbold';
   margin-bottom: 45px;
}

.login .login_box .login_text .center-log
{
   text-align: center;
}

.login .login_box h3 a
{
    color: #ff4f02;
    transition: all ease 0.3s;
}

.login .login_box h3 a:hover
{
   color: #000;
}

.login .login_box .login_text .center-log .btn {
    border-radius: 100px;
    background-color: #ff4f02;
    border-color: #ff4f02;
    color: #fff;
    padding: 10px 50px;
    margin-top: 25px;
    transition: all ease 0.3s;
    text-transform: uppercase;
    margin-right: 20px;
    margin-bottom: 20px;
}

.login .login_box .login_text  h3
{
    font-size: 18px;
    font-family: 'poppinsbold';
    margin-bottom: 35px;
}

.login .login_box .login_text .center-log .btn:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
}

.login .login_box .login_text .center-log p
{
   color: #777777;
}

.login .login_box
{
   display: flex;
}

.log-left
{
   position: relative;
}

.line-bor
{
   position: relative;
   display: flex;
   align-items: center;
       left: 8px;
}

.line-bor:::after
{
    content: "";
    position: absolute;
    top: auto;
    right: 8px;
    background-color: #1c517b;
    height: 28vh;
    width: 1px;
}

.line-bor::before
{
        content: "or";
    position: absolute;
    top: auto;
    right: 0px;
    background-color: #ffffff;
    height: 3vh;
    width: 15px;
    z-index: 9999;
}


.fblogin {
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    text-align: left;
    white-space: nowrap;
    width: 290px;
    background-color: #3a5999 ;
    border-radius: 0px;
    font-size: 16px;
    border: none;
    margin-bottom: 15px;
}

.fblogin:hover
{
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

.fblogin i.fa-facebook {
    background-color: #364f87;
    padding: 15px 21px;
    margin-right: 15px;

}

.g-plus
{
    background-color: #cb3e21 ;
}

.fblogin i.fa-google-plus {
    background-color: #de4b37;
    padding: 15px;
    margin-right: 15px;
}

.login .sing-p
{
  font-size: 14px;
  text-align: center;
  color: #000;
}

.login .sing-p a
{
  text-decoration: underline;
  color: #000;
  transition: all ease 0.3s;
}

.login .sing-p a:hover
{
  color: #de4b37;
}

.se-details
{
   padding: 15px;
}

.se-details h2
{
  color: #ff4f02;
  font-family: 'poppinsmedium';
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 29px;
}

.se-details p {
    margin-bottom: 16px;
    font-size: 14px;
    color: #777777;
}

.se-details ul li
{
  font-size: 14px;
  margin-bottom: 12px;
}

.se-details ul li:first-child i {
    color: #008aff;
}

.se-details ul li b
{
   color: #ff4f02;
   font-size: 18px;
}

.se-details ul li i {
    font-size: 18px;
    padding-right: 4px;
}

.se-details ul li:last-child i {
    color: #5cb72b;
}

.se-details ul li span {
    color: #777777;
}


.image--cover {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center right;
}

.image--cover1 {
    padding: 4px;
    border-radius: 50%;
    background-color: #d7d7d7;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.se-details ul li.li-flex
{
   display: flex;
       align-items: center;
}

.se-details ul li.li-flex ul li
{
  margin-bottom: 0px;
  padding: 0 2px;
}

.se-details ul li.li-flex ul
{
  padding-left: 15px;
}

.se-details address
{
   line-height: 26px;
   width: 100%;
    max-width:500px;
}

.search-car-details .car-flx h3
{
   font-size: 13px;
   margin-top: 2px;
   text-align: center;
}

.search-car-details .car-flx .fig-img img
{
    width: 220px;
    height: 150px;
    object-fit: contain;
    object-position: center;
}

.search-car-details
{
    margin-bottom: 15px;
}

.search-car-details ul
{
  margin-top: 0px;
  position: relative;
  
}

.search-car-details ul li
{
   color: #777777;
   display: flex;
   margin-bottom: 6px;
}

.search-car-details ul li span
{
  width: 40px;
}

.search-car-details ul li i
{
  padding-left: 8px;
}

.search-car-details ul li i.fa-check
{
   color: #5cb72b;
}

.search-car-details ul li i.fa-times
{
   color: #ff0000;
}

.comment-re
{
  padding: 20px;
} 

.comment-re h2
{
   margin-bottom: 25px;
   font-size: 22px;
}

.comment-re .media .media-heading
{
    font-family: 'poppinsmedium';
    font-size: 15px;
    margin-bottom: 10px;
}

.comment-re .media h3
{
   font-size: 18px;
   font-family: 'poppinsmedium';
    margin-bottom: 12px;
}

.comment-re .media p
{
   color: #777777;
}
.vehicle .car-flx {
    width: 100%;
    max-width: 100%;
}
.search-car-details {
    border: 1px solid #d7d7d7;
    padding: 15px;
    border-radius: 4px;
}
.gray {
    background: red;
}
a.btn.btn-info.gray {
    background: #cecece;
    border: none;
}
.notifi_box .left_text {
    width: 41%;
    display: inline-block;
    text-align: left;    float: left;
}
.notifi_box p {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.notifi_box p {
    border-bottom: 1px solid #e4e2e2;
    padding-bottom: 20px;
    text-align: right;
    padding-top: 20px;
    display: inline-block;
    width: 100%;
}
.notifi_box p {
    text-align: right;
}
.note {
    border-bottom: 1px solid #e4e2e2;
    padding-bottom: 20px;
    text-align: right;
    padding-top: 20px;
    display: inline-block;
    width: 100%;
}
.verified.unverified {
    color: #ff4f02;
}
.verified {font-size: 16px;
    color: #23b501;
}
.gray_btn {
    background: #eaeaea;
    border: none;
    padding: 5px 15px;
    border-radius: 100px;
}
.note.footer_button button {
    margin-right: 15px;
}
.note.footer_button p {
    text-align: left;
}
.note.footer_button {
    text-align: left;
}.note.footer_button p {
    text-align: left;
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
/*** How It Work Page **/

.servicesBottom
{
   margin-bottom: 80px;

}

.serviceBox .service-icon{
    color: #fff;
    height: 40px;
    line-height:40px;
    font-size:33px;
    text-align:center;
    float: left;
}

.serviceBox .service-icon img
{
   transition: all ease 0.3s;
}

.serviceBox:hover .service-icon img
{
  transform: scale(1.1);
   transition: all ease 0.3s;
}

.serviceBox .service-content{
    margin-left:130px;
    transition: all ease 0.3s;
}
.serviceBox .service-content h3{
    font-size:25px;
    font-weight:bold;
    color:#000;
    line-height: 30px;
    margin-bottom: 6px;
}
.serviceBox .service-content p{
    font-size:16px;
    color:#777777;
    line-height:21px;
}
@media screen and (max-width: 990px){
    .serviceBox{
        margin-bottom: 5px;
   }
}

.how-it-safty .how-it-safrt-box
{
  margin-top: 30px;
}

.how-it-safty .how-it-safrt-box img
{
    width: 53px;
}

.how-it-safty .how-it-safrt-box h2
{
   font-size: 24px; font-family: 'poppinsmedium';
   padding: 30px 0 18px;
}
.how-it-safrt-box p {
    color: #777;
}

/** End oF **/

/*** About Page **/

.lineUner
{
   height: 4px;
   width: 70px;
   background-color: #ff4f02;
}

.aboutus
{
   background-color: #fbfbfb;
}

.bgGrey
{
    background-color: #fff;
    margin: 0 5px;
    padding: 15px 0;
}

.rowMar
{
    margin: 0 0px;
}

.mt-2
{
  margin-top: 20px;
}

.aboutPad
{
    padding: 0 15px;
}

.aboutus .aboutBox p
{
   color: #777777;
   font-size: 14px;
   margin-bottom: 15px;
   text-align: justify;
}

.aboutus .aboutBox .h2-heading
{
  margin-bottom: 25px;
}

/** About End oF **/

.forDriver .about-text p
{
  color: #777777;
}

.aboutSec .about-text h3
{
    font-family: 'poppinssemibold';
    margin-bottom: 15px;
    text-transform: uppercase;

}

.aboutSec .about-text h3 span
{
   color: #ff5001;
}

.aboutSec .about-text p
{
    margin-bottom: 15px;
    color: #000;
    font-weight: 600;
}

.aboutSec .about-text ul
{
   margin-bottom: 20px;
}

.aboutSec .about-text ul li
{
   margin-bottom: 10px;
}

.aboutSec .about-text ul li i
{
   color: #05ac09;
}

.aboutSec .btn
{
    border-radius: 100px;
    background-color: #ff4f02;
    border-color: #ff4f02;
    color: #fff;
    padding: 10px 35px;
    margin-top: 4px;
    transition: all ease 0.3s;
    text-transform: uppercase;
    margin-right: 20px;
}

.h2-heading p
{
  color: #777777;
}

.aboutSec .btn:hover
{
   background-color: #fff;
   border-color: #000;
   color: #000;
}

.aboutSec .btn1
{
    background-color: #fff;
    border-color: #000;
    color: #000;
}

.aboutSec .btn1:hover
{
   background-color: #ff4f02;
   border-color: #ff4f02;
   color: #fff;
}

.mtop-25
{
   margin-top: 80px;
}

.timeline {
  list-style: none;
  padding: 80px 0 20px;
  position: relative;
}

.timeline span
{
    width: 2px;
    background: red;
    height: 100%;
    position: absolute;
    left: 50%;
    text-align: center;
    top: 0;
    margin-left: -1px;
}

ul.timeline li {
    display: inline-block;
    width: 100%;
}

.timeline-panel {
    display: flex;
}

.timeline::before {
  
  bottom: 0;
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  background-color: #ff5001;
  left: 50%;
  margin-left: -4px;
  border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline:::after {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  background-color: #ff5001;
  left: 50%;
  margin-left: -4px;
  border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline-heading {
    box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.19);
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 22px;
    max-width: 55px;
}

.timeline-heading .timeline-title
{
  font-size: 32px;
  font-family: 'poppinsbold';
  color: #ff5001;
}

.timeline-panel .timeline-body h3
{
  font-family: 'poppinssemibold';
  letter-spacing: 0.3px;
  margin-bottom: 6px;
}

.timeline-panel .timeline-body p
{
  color: #777777;
  font-size: 13px;
}

.timeline li:nth-child(even) .timeline-badge::before {
    position: absolute;
    content: "";
    background-color: #ff5001;
    height: 2px;
    width: 100px;
    left: auto;
    top: 2.5px;
    right: 0;
}

.timeline:after {
    top: 0;
    position: absolute;
    content: " ";
    width: 8px;
    height: 8px;
    background-color: #ff5001;
    left: 50%;
    margin-left: -4px;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline li:nth-child(even) .timeline-badge:::after
{
    position: absolute;
    content: "";
    background-color: #ff5001;
    height: 8px;
    width: 8px;
    left: 98px;
    top: -0.5px;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li::before,
.timeline > li:::after {
  content: " ";
  display: table;
}

.timeline > li:::after {
  clear: both;
}

.timeline > li::before,
.timeline > li:::after {
  content: " ";
  display: table;
}

.timeline > li:::after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 40%;
  float: left;
  position: relative;
}


.timeline > li > .timeline-badge {
    width: 8px;
    height: 8px;
    line-height: 8px;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -4px;
    background-color: #ff5001;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline-badge::before {
    position: absolute;
    content: "";
    background-color: #ff5001;
    height: 2px;
    width: 100px;
    left: auto;
    top: 2.5px;
}

.timeline-badge:::after {
    position: absolute;
    content: "";
    background-color: #ff5001;
    height: 8px;
    width: 8px;
    left: -98px;
    top: -0.5px;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel::before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:::after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

.event_single p
{
  margin: 15px 0;
  color: #777777;
}

.event_single h1
{
  font-family: 'poppinssemibold';
}

.event_single ul
{
   margin-top: 10px;
}

.event_single ul li
{
   color: #777777;
}

.event_single ul li i
{
   padding-right: 6px;
}

.event_single ul li.padLeft
{
   padding-left: 30px;
}

.bgOrange
{
   background-color: #ff4f02;
}

.postRide-heading
{
   padding: 25px 15px;
}

.postRide-heading h1
{
  font-size: 30px;
  color: #fff;
}

.postRide-heading .postFlex 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.postRide-heading .postFlex h2
{
    font-family: 'poppinsmedium';
}

.postRide-schedule h2
{
    font-family: 'poppinsmedium';
    margin-bottom: 6px;
}

.postRide-schedule p
{
   color: #777777;
}

.postRide-heading .postFlex .btn
{
    background-color: #ededed ;
    padding: 12px 18px;
    border-radius: 4px;
    border-color: #e6e6e6;
}

.postRide-heading .postFlex .btn:focus
{
    box-shadow: none;
    outline: none;
}

.postRide-heading .postFlex .btn:hover
{
   background-color: #e6e6e6;
}

.postRide-heading .postFlex .postRide-slideCopy span
{
  color: #000;
}

.postRide-heading .postFlex .postRide-slideCopy img
{
  margin-right: 8px;
}

.postRide-heading .inputWithIcon 
{
    position: relative;
}

.postRide-heading  .form-group 
{
    width: 85%;
    margin-bottom: 25px;
}

.postRide-heading  .inputWithIcon input {
    padding-left: 40px;
    border: none;
    box-shadow: none;
    border: 1px solid #d7d7d7;
    padding: 22px 40px;
}

.postRide-heading .inputWithIcon i {
    position: absolute;
    top: 2px;
    padding: 9px 16px;
    color: #aaa;
    transition: 0.3s;
    font-size: 25px;
}

.postRide-heading  .inputWithIcon i.faIcon {
    position: absolute;
    right: 0;
    top: -4px;
}

.postRide-heading .inputWithIcon i.faIcon img
{
    background-color: #f2f2f2;
    padding: 8px;
    border-radius: 50%;
    transition: all ease 0.3s;
}

.postRide-heading  .inputWithIcon i.faIcon img:hover
{
  background-color: #ff4f02;
}

.postRide-heading .inputWithIcon i.f-orange
{
   color: #ff4f02;
} 

.postRide-heading  .inputWithIcon .f-blue {
    color: #008aff;
}

.mb-30
{
   margin-bottom: 25px;
}

#rr .inputWithIcon
{
   margin-bottom: 10px;
}

.addButton
{
    background-color: transparent;
    border: 1px dashed #d7d7d7;
    border-radius: 4px;
    text-align: left;
        padding: 15px;
}

.addButton:focus
{
   outline: none;
}



.postRide-schedule .radioCustom [type="radio"]:checked,
.postRide-schedule .radioCustom [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.postRide-schedule .radioCustom [type="radio"]:checked + label,
.postRide-schedule .radioCustom [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.postRide-schedule .radioCustom [type="radio"]:checked + label::before,
.postRide-schedule .radioCustom [type="radio"]:not(:checked) + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 3px solid #e3e3e3;
    border-radius: 100%;
    background: #b9b9b9;
}

.postRide-schedule .radioCustom [type="radio"]:checked + label::after,
.postRide-schedule .radioCustom [type="radio"]:not(:checked) + label::after {
    content: '';
    width: 16px;
    height: 16px;
    background: #ff4f02;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.postRide-schedule .radioCustom [type="radio"]:not(:checked) + label::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.postRide-schedule .radioCustom [type="radio"]:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.postRide-schedule .radioCustom
{
  margin-top: 20px;
}

.postRide-schedule .radioCustom span
{
   margin-right: 30px;
}


.flexGroup
{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.radioCustom .flexGroup span
{
    margin-right: 0;
    padding: 0 25px;
    position: relative;
    top: 10px;
    color: #777777;
}

.postRide-schedule .radioCustom .flexGroup i
{
   font-size: 16px;
}

.postRide-schedule .radioCustom .leavingRide i
{
   top: 5px;
}

.radioCustom .leavingRide .width60
{
  width: 60%;
}



#ui-datepicker-div {
  display: none;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}


.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #78909C;
}
.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}
.ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 0.25rem;
  line-height: 2rem;
  transition: 0.3s all;
  color: #546E7A;
  font-size: 0.875rem;
  text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {  
  background-color: #E0F2F1;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #009688;
  color: white;
}
.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
  background-color: #ECEFF1;
}
.ui-datepicker-header a.ui-datepicker-prev {  
  left: 0;  
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: 50%;
  transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
}
.ui-datepicker-header a>span {
  display: none;
}
.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
  color: #78909C;
  font-weight: 400;
  font-size: 0.75rem;
}


/* The container */
.customCheckBox {
      display: block;
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    font-size: 15px;
    color: #666;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.customCheckBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.customCheckBox .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
    width: 15px;
  background-color: #eee;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.customCheckBox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customCheckBox input:checked ~ .checkmark {
  background-color: #ff4f02;
}

/* Create the checkmark/indicator (hidden when not checked) */
.customCheckBox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.customCheckBox input:checked ~ .checkmark::after {
  display: block;
}

/* Style the checkmark/indicator */
.customCheckBox .checkmark::after {
      left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radCus span label, .radCus .customCheckBox
{
      font-weight: 200;
}

.mbNone
{
  margin-bottom: 0px !important;
}

.priceEnter
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.priceEnter .priceInput .inputWithIcon
{
    width: 100%;
    max-width: 150px;
        margin-right: 10px;
}

.timeline-badge::after {
    bottom: 0;
    position: absolute;
    content: " ";
    width: 8px;
    height: 8px;
    background-color: #ff5001;
    left: auto;
    margin-left: -4px;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    right: 94px;
}

li.timeline-inverted .timeline-badge::after {
    right: -97px;
}

.priceEnter .priceInput
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.priceEnter .priceInput .inputWithIcon i {
    top: -2px;
    padding: 9px 20px;
}

.priceEnter .priceText span {
    color: #777777;
    font-size: 15px;
}

.postRideBt:hover
{
  background-color: transparent;
  color: #ff4f02;
  border-color: #ff4f02;
}

.labl {
        display: block;
    width: 43%;
    margin: 0 25px 0 0;
}



.oneSelect {
    display: flex;
}

.labl > input{ /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}

.labl > input:checked + div{ /* (RADIO CHECKED) DIV STYLES */
        border: 2px solid #ff4f02;
    padding: 50px 25px;
    border-radius: 3px;
}

.labl > input + div{ /* (RADIO CHECKED) DIV STYLES */
        border: 2px solid #eee;
    padding: 50px 25px;
     border-radius: 3px;
}


.oneSelect .serviceBox .service-content
{
      margin-left: 90px;
}

.oneSelect .serviceBox .service-content h3
{
     font-size: 14px;
}


.oneSelect .serviceBox .service-content p
{
  font-size: 13px;
}

.oneSelect .serviceBox .service-content .bookM
{
  margin-bottom: 10px;
}

.oneSelect .serviceBox .service-content p strong
{
  color: #000;
  
}

.priceEnter .pagination
{
  margin: 0px;
}


.priceEnter .pagination>li>a, .priceEnter .pagination>li>span {
    border-radius: 50% !important;
    margin: 0 5px;
    padding: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
}

.priceEnter .pagination>.active>a, 
.priceEnter .pagination>.active>span, 
.priceEnter .pagination>.active>a:hover, 
.priceEnter .pagination>.active>span:hover, 
.priceEnter .pagination>.active>a:focus, 
.priceEnter .pagination>.active>span:focus
{
  background-color: #ff4f02;
  border-color: #ff4f02;
  cursor: pointer;
}


.boxed label {
    display: inline-block;
    width: 40px;
    border: solid 1px #ccc;
    transition: all 0.3s;
    border-radius: 50%;
    height: 40px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}

.boxed input[type="radio"] {
  display: none;
}

.boxed input[type="radio"]:checked + label {
  border: solid 2px #ff4f02;
  background-color: #ff4f02;
  color: #fff;
}

#events .h2-heading p
{
  color: #fff;
}
.pad_left_0{padding-left:0; }
/****** About Area End ********/

/****** Footer ********/
footer .footer-bg
{
   position: relative;
   padding: 50px 0;
   color: #000;
}
footer{    background: #f9f9f9;}
.download_app img {
    width: 100px;
    margin-right:  15px;
}

footer .footer-bg .footer-sec
{
  position: relative;
  z-index: 999;
  color: #000;
}
.privacy_sec {
    margin: 15px 0;
}
.footer_logo{width: 34%;}
.privacy_sec li {
    display: inline-block;
}

footer .footer-bottom
{
  background-color: #151515;
  color: #777777;
  padding: 15px 0;
  font-size: 16px;
  border-top: 1px solid #fff;
}

footer .footer-bg .footer-sec img
{
   margin-bottom: 15px;
}

footer .footer-bg .footer-sec h3
{
   margin-bottom: 25px;
   font-size: 20px;
}

footer .footer-bg .footer-sec p
{
   font-size: 15px;
   line-height: 26px;
   margin-bottom: 15px;
}

footer .footer-bg .footer-sec ul li a
{
   color: #000;
    transition: all 0.3s ease;
}


footer .footer-bg .footer-sec ul li a:hover
{
   color: #ff4f02;
}

footer .footer-bg .footer-sec ul li i {
      border: 1px solid #000;
    background-color: #000;
    height: 25px;
    width: 24px;
    color: #fff;
    border-radius: 50px;
    line-height: 23px;
    text-align: center;
    margin-right: 5px;
    transition: all 0.3s ease;
}

footer .footer-bg .footer-sec ul li a:hover i
{
   background-color: #ff4f02;
   color: #fff;
   border-color: #ff4f02;
}

footer .footer-bg .footer-sec ul li {
    margin-bottom: 7px;
}


/***** End Of Footer *********/


/*--------------edit profile--------------*/


.search-car-details .car-flx .fig-img img {
    width: 100%;
    height: 173px;

}.profile-img .car-flx {
    max-width: 100%;
}
.profile-img .search-car-details {
    padding: 15px;
}

.my_profile h4 {
    font-family: 'poppinsmedium';
    font-size: 24px;
    margin: 0 0 20px;
}
/*--------------edit profile--------------*/



/*--------------booking box--------------*/

.book_box {
    background: #f5f5f5;
    border: 1px solid #e1e1e1;
    padding: 10px;
}
.book_box h4 {
    margin-bottom: 10px;
}
.book_box h3 {
    color: #ff4f02;
    margin-bottom: 0;    font-size: 21px;
}
.book_seat {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 10px;
}
.book_seat p {
    display: flex;
    justify-content: space-between;
}
.book_msg span {
    margin-right: 6px;
    color: #777;
}
.book_msg {
    padding: 17px 0;
    justify-content: space-around;
    display: flex;
}
.request_a_book{
    font-family: 'poppinsmedium';}
.request_a_book h4 {
    margin-bottom: 15px;
    margin-top: 20px;
}
.flex_box span {
    margin-right: 7px;
}
.flex_box {
    display: flex;
}
textarea {
    width: 100%;
}
.promo input {
    width: 270px;
    margin-right: 10px;
}

/*--------------booking box end--------------*/



/*--------------thanks--------------*/



.thanks h1 img {
    width: 109px;
}
.thanks {
    width: 480px;
    margin: 56px auto;
    text-align: center;
}
.thanks h2 {
    font-size: 42px;
    margin: 30px 0 6px;
    color: #ff4f02;
}
.thanks h5 {
    margin: 15px;
    font-size: 20px;
    color: #777;
}
.thanks h4 {
    font-size: 20px;
    color: #000;
    font-family: 'poppinsmedium';}
    .thanks i {color: #777;
    font-size: 12px;
}
/*--------------thanks--------------*/
/*--------------view ride--------------*/

.invite span {
    font-size: 27px;
    border: 1px dashed #e1e1e1;
    color: #a7a1a1;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 100px;
}
.price_box {
    border: 1px solid #e1e1e1;
    padding: 10px;
    margin: 20px 0;
}
.price_box {
    border: 1px solid #e1e1e1;
    padding: 10px;
    margin: 20px 0;
}
.trip_pricing h4 a {
    float: right;
    font-size: 14px;
    color: #777;
}
section.seating_plans h4 {
    margin-bottom: 19px;
}
section.seating_plans {
    margin: 30px 0;
}
.price_box li:last-child {border: none;}
.price_box li {
    display: flex;
    justify-content: space-between;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
    line-height: 41px;
}
.bgOrange input:checked + .slider {
    background-color: #5cb72b;
}
.head_toggle h1 a {
    float: right;
    color: #fff;
}
li{list-style: none}
.head_toggle label {       margin-top: 8px; margin-right: 10px;
    float: left;
    vertical-align: middle;
}
.modal input:checked + .slider {
    background-color: #5cb72b;
}
.modal_switch {
    font-family: 'poppinsmedium';
    color: #5cb72b;
}
.listing li a {
    color: #777;
}.listing li a:hover {
    color: #000;
}
.listing {
    margin-top: 25px;
    border-top: 1px solid #e1e1e1;
}
.listing li:last-child {border-bottom: 0;}
.listing li {
    list-style: none;
    line-height: 41px;
    border-bottom: 1px solid #e1e1;
}

/*--------------view ride--------------*/


/*--------------all trip--------------*/
.all_trip li {
    display: flex;
    justify-content: space-between;
}
.all_trip li h5 {
    font-size: 14px;
    margin: 10px 0;
    font-family: 'poppinsmedium';
}
.all_trips .edit_btn {
    margin-right: 0;
    border: 1px solid #e1e1e1!important;
}
.all_trips .edit_btn {
    margin-right: 0;
    border: 1px solid #e1e1e1!important;
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 0!important;
    text-align: center;
    margin: 0 0 0 7px;
    float: left;
    line-height: 39px;
    font-size: 16px;
}i.fa.fa-trash {
    color: #ff4f02;
}
.event_tab.all_trip h2 {
    border: none;
}
.all_trip .panel-body UL{border: none;}
.all_trip .panel-body li:last-child {border:none;margin-bottom: 0; padding-bottom: 0;}
  .all_trip .panel-body li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
/*--------------all trip--------------*/
.search-car-details 
{
   position: relative;
}

.search-car-details .deleteDetail
{
        background-color: #f74f04;
    border: 1px solid #f74f04;
    position: absolute;
    top: 7px;
    right: 10px;

    border-radius: 100%;
    height: 30px;
    width: 30px;
    transition: all ease 0.3s;
}

.search-car-details .deleteDetail i
{
    color: #fff;
}

.search-car-details .deleteDetail:hover
{
   background-color: #f74f04;
    border: 1px solid #f74f04;
}

.search-car-details .deleteDetail:hover i
{
   color: #fff;
}

.jconfirm .jconfirm-box
{
      padding: 0px !important;
}
.jconfirm-title-c {
    margin-bottom: 0;
    padding: 14px 10px 10px;
    border-bottom: 1px solid #ccc;
    font-size: 17px !important;
    color: #ff4f02;
}

.jconfirm-content-pane.no-scroll
{
   margin-bottom: 0;
    padding: 14px 10px 10px;
    border-bottom: 1px solid #ccc;
    font-size: 14px !important;
    color: #777777 ;
    height: auto !important;
}

.jconfirm-buttons button:first-child
{
   background-color: #d44d19 !important;
    color: #fff !important;
}


.jconfirm-buttons button:first-child:hover
{
   background-color: #ecf0f1 !important;
    color: #d44d19 !important;
}

.jconfirm-buttons button:last-child:hover
{
   background-color: #d44d19 !important;
    color: #fff !important;
}

.selected_seat
{
   background-color: transparent !important;
}

.selected_seat .image--cover1
{
   background-color: #f74f04;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(255,255,255,0.9);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/preloader.svg);
    background-size: 140px;
}

.mob-loader {
    background: rgb(240, 240, 240, 0.8);
    width: 100%;
    text-align: center;
    height: 100vh;
    position: fixed;
    z-index: ;
    clear: ;
    top: 0;
    z-index: 1050;
    left: 0;
}
.mob-loader img{
     position: fixed;
    z-index: 1050;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100px;
}

.search-text .search-car-details
{
  height: 320px
}

.search-text .search-car-details .plate
{
   bottom: -47px
}

.about-sec .flex_box .flex_box span:first-child
{
  width: 80%;
}

.about-sec  .flex_box span:last-child 
{
    width: 40%;
}

.imgCross
{
   position: relative;
}

.imgCross img
{
   border-radius: 10px;
}

.imgCross .fa-check
{
       height: 70px;
    width: 70px;
    background-color: #23b500;
    color: #fff;
    display: block;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    position: absolute;
    bottom: -8px;
    right: 0;
}

.imgCross .fa-times
{
        height: 70px;
    width: 70px;
    background-color: #f71229;
    color: #fff;
    display: block;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    position: absolute;
    bottom: -8px;
    right: 0;
}

.error{
/*  padding: 18px;
  margin-bottom: 20px;*/
}

.searchC h3 a
{
   font-size: 22px;
   color: #ff4f02;
   transition: all ease 0.3s;
}

.searchC h3 a:hover
{
   color: #000;
}

.deTailBox
{
   border:1px solid #ccc !important;
   padding: 15px;
   border-radius: 0 0 5px 5px;
}

.deTailBox ul li
{
       border-bottom: 1px solid #ffded0;
           padding-bottom: 10px !important;
}

.deTailBox1 h3 {
    text-transform: uppercase;
    font-size: 30px;
    background-color: #f74f04;
    margin-bottom: 0;
    color: #fff;
    padding: 15px;
    border-radius: 5px 5px 0 0;
}
.rideAb
{
  position: relative;
}
.rideAb .btn.back
{
   position: absolute;
   left: 15px;
   padding: 10px 20px;
   top: 0px;

}

.rideAb .btn.back:hover
{
   background-color: #fff;
   color:#000;
   border-color: #000;
}

.cancelB
{
    border-radius: 100px;
    background-color: #ff4f02 !important;

    color: #fff !important;
    font-size: 14px !important;
    padding: 10px 35px !important;
    margin-top: 4px;
    transition: all ease 0.3s;
    text-transform: uppercase;
    margin-right: 20px;

}

.cancelB:hover
{
   background-color: #000 !important;
   color:#fff !important;

}

#user-rating-form {
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 20px;
    background: white;
}

.user-rating {
  
    font-size: 20px;
    unicode-bidi: bidi-override;
    padding: 0 0 10px;
    display: inline-block;
}

.rating-text {
    display: block;
    width: 100%;
    border: 1px solid #e3e3e3;
    margin-top: 10px;
    min-height: 140px;
    padding: 12px;
}

/* Single product style */


.user-rating .active
{
   color:#f74f04;
}

.write-reviews input
{
  margin-bottom: 10px;
}


.write-reviews i
{
   color:#ccc;
}

.write-reviews
{
   width: 100%;
}

.write-reviews h3
{
   background-color: transparent !important;
   color:#000;
   padding: 0px;
   font-size: 20px;
   margin-bottom: 8px;
}

.user-rating i
{
      color: #ccc;
}

.nameRe .nameFl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
}

.nameRe .nameFl .user-rating
{
   font-size: 14px;
}

.nameRe h4
{
   margin-bottom: 15px;
   font-size: 14px;
}

.nameRe h4 span
{
   color: #9a9a9a;
}

.event_single img
{
  width: 100%;
}


.dataTables_paginate .pagination li a
{
    background-color: #3853a4;
    color: #fff;
    margin: 0 1px;
    border-radius: 0px;
    padding: 5px 15px;
    border: none !important;
    box-shadow: none;
    font-size: 13px;
}

.pagination li.active a
{
    background-color: #f74f04;
    color: #fff;
    border:none;
}

.dataTables_paginate .pagination li a:hover
{   opacity: 0.7;
    background-color: #3853a4;
    color: #fff;
    border:none;
    margin:0 1px;
    border-radius: 0px;
}

.pagination li.active a:hover
{
opacity: 0.7;
background-color: #f74f04;
    color: #fff;
    border:none;
}

.dataTables_length select
{
   height: auto;
}

.mbom15
{
   margin-bottom: 20px;
}


#about img {
    width: 60%;
    margin: 0 auto;
}

.imgA img
{ 
       width: 30% !important;
    margin: auto 0 19px !important;
}

.tripAnc a
  {
     margin:0 !important;
  }

  .tripAnc a h2
  {
      color: #ff4f02;
      margin-bottom: 2px;
      transition: all ease 0.3s;
      cursor: pointer;
      font-size: 18px;
      line-height: 28px;
  }

   .tripAnc a h2:hover
   {
     color:#000;
   }

   #tab1default ul li span h2
   {
      color: #ff4f02;
      margin-bottom: 2px;
      transition: all ease 0.3s;
      cursor: pointer;
      font-size: 18px;
      line-height: 28px;
   }

   #tab1default ul li span h2:hover
   {
      color:#000;
   }

.all_trip ul li span a
{
   margin-right: 0px;
}

.all_trip ul li span:first-child
{
   width: 63%;
}

#tab4default h2
{ 
  font-size: 18px;
      line-height: 28px;
}

.pocKet
{
    margin-top: 30px;
}

.pocKet p
{
    margin-bottom: 8px;
    font-size:15px;
}

.pocKet p strong
{
   color:#ff4f02;
}

.pocKet h3
{
   font-weight: bold;
   text-transform: uppercase;
   font-size: 22px;
}


.pocPara p
{
   margin-bottom: 15px;
}

.pocPara h3
{
   margin-bottom: 25px;
}

.for__driver h3
{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
}

.for__driver .about-text p
{
    font-size: 24px;
    margin-bottom: 25px !important;
}

.for__driver .for__driver--img img
{
   width:70% !important;
}

.for__driver--flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.for__driver--flex .about-text
{
    width: 80%;
}

.fordriver__Step
{
    background-color: #ff4f02;
}

.fordriver__Step .fordriver__Step--box
{
   color: #fff;
}

.fordriver__Step .fordriver__Step--box span
{
   font-size: 42px;
}

.fordriver__Step .fordriver__Step--box h3
{
   font-size: 25px;
   margin-bottom: 20px;
}

.ob__fit--img
{
   width: 100%;
   height: 400px;
}

.ob__fit--img img
{
   object-fit: cover;
   height: 100%;
   width: 100%;
}

.rFlex
{
   display: flex;
   flex-wrap: wrap;
}

.dataTables_wrapper .row:first-child
{
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.fig-img .carousel-control.left,
.fig-img .carousel-control.right
{
    background-image: none;
}

.btn:hover
{
  opacity: 0.8 !important;
  background-color: #ff4f02 !important;
    border-color: #ff4f02 !important;
}

.another_email input[type="Submit"] {
    margin-top: 15px;
}

.center-log > .input-container:nth-child(5) .checkbox label
{
      
       font-size: 14px;
}

section.blog-section {
    padding: 70px 0px;
}
.safe {
    padding: 15px;
    box-shadow: 1px 1px 12px 0px #ccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
    min-height:760px;
}
.col-md-4 .safe img {
width: 100%;
margin-bottom: 20px;
}


.safe .safe-cnt{
  text-align:center;
}
.safe .safe-cnt h4 a {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-top: 15px;
}
.safe .safe-cnt span.date {
    font-weight: 500;
    color: #a3a3a3;
    font-size: 18px;
}
.safe .safe-cnt p {
    color: #585858;
    font-size: 18px;
    margin: 10px 0px;
}
.safe .safe-cnt a.readmore {
    background: transparent;
    border: 1px #000 solid;
    text-transform: capitalize;
    border-radius: 30px;
    padding: 8px 20px;
    margin-top: 15px !important;
    margin-bottom: 10px;
    transition: 0.5s;
    display: block;
    width: auto;
    max-width: 140px;
    margin: auto;
}
.safe .safe-cnt a.readmore:hover {
  background:#ff4f02;
  color:#fff;
  transition: 0.5s;
  border-color:#ff4f02;
}
.safe .safe-cnt a.readmore.active {
  background:#ff4f02;
  color:#fff;
  transition: 0.5s;
  border-color:#ff4f02;
}

.page-list ul.pagination {
    display: inline-flex;
}

.page-list ul.pagination .page-link {
    color: #000;
    border: 0px;
}
.page-list ul.pagination a.page-link.active {
    color: #ff4f02 !important;
}
.page-list ul.pagination a.page-link.next {
    background: #ff4f02;
    color: #fff !important;
    border-radius: 0px !important;
}
.page-list ul.pagination a.page-link.prew {
    background: #f3f3f3 !important;
    color: #c2c2c2 !important;
}
.page-list ul.pagination .page-link:hover{
  background: #ff4f02;
    color: #fff !important;
}

section.blog-detail-page {
    padding: 70px 0px;
}
.post-cnt {
    padding: 20px;
}
.post-cnt h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
}
.post-cnt span.date {
    color: #ff4f02;
    font-size: 18px;
}
.post-cnt p span {
    color: #ff4f02;
}
.post-cnt p{
    margin-top: 15px;
    color:#696969;
    font-size: 17px;
}
.post-pic {
    margin-top: 20px;
}

.post-cnt .post-pic img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.post-cnt h2 {
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    margin-top: 20px;
}
.leave-form h3 {
    font-weight: 500;
    text-transform: capitalize;
    color: #232323;
    font-size: 26px;
}
.leave-form {
    margin-top: 40px;
}
.leave-form textarea {
    width: 100%;
    border: 1px #e9e8e8 solid;
    margin-top: 10px;
    padding: 15px;
}
.leave-form input[type="text"] {
    width: 100%;
    border: 1px #e9e8e8 solid;
    padding: 15px;
    display: inline-block;
    max-width: 250px;
    margin-right: 10px;
}
.leave-form button {
    background: #ff4f02;
    color: #fff;
    text-transform: capitalize;
    border: 0px;
    padding: 10px 30px;
    border-radius: 30px;
}
.recent-post h3 {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.pot-pic img {
    width: 120px;
}

.post-txt {
    margin-left: 10px;
}
.post-txt p {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 8px;
}
.post-txt span {
    color: #ff4f02;
    font-size: 18px;
}
.pot-pic {
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 15px;
}
.insta h3 {
    margin-top: 45px;
    margin-bottom: 10px;
}
.insta img{
  width:100%;
}
.insta .col-md-6 {
    padding: 7px;
}
.app-sec {
    margin-top: 30px;
}
.app-sec h3 {
    font-size: 26px;
}
.app-sec img {
    margin-bottom: 15px;
}


nav ul.pagination a {
    border: 1px #000 solid;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #000;
    margin: 0px 2px;
    border-radius: 3px;
}
nav ul.pagination strong {
    background: #ff4f02;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0px 2px;
    border-radius: 3px;
}
.post-txt  h4 a{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}




@media screen and (max-width: 480px) {
.preloader {
    border: 16px solid #f3f3f3 !important;
  border-radius: 50% !important;
  border-top: 16px solid #3498db !important;
  width: 120px !important;
  height: 120px !important;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  position:absolute;
  top:50% !important;
  left:50% !important;
  transform:translate(-50%,-50%) !important;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

}

