.logo > img
{width : 140px }
.error
{
	color:red;
}
.container-fluid.banner.text-center img {
    width: 100%;
}
 @media screen and (max-width: 500px) {
    .menu-custom {
        margin-left: -300px !important;
        width: 347px !important;
    }
}
.btn-black
{
    color:white;
    background-color: #000000;
    border-radius:0px;
}
.btn-black:hover, .btn-black.hover, .btn-black:focus, .btn-black:active, .btn-black.active, .open>.dropdown-toggle.btn-black
{
    background-color: #3a4046;
    border-color: #415b76;
}
.loginHOverBtn:hover
{
    background-color: #000000d6 !important;
    
     border-radius: 0px !important;
     color:white !important;
}
.menu-login>li>a
{
    color: #ffffff;
}
.menu-login
{
    background-color: #04040459;
}
/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
  /* margin: 0 2px;
  background-color: #f39c12;
  border-color: #f39c12;
  opacity: .7; */
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero-container
{
  width: 25%;
  position: absolute;
  bottom: 10%;
  padding: 20px 10px 0px 10px;
  text-align : center;
  border-radius: 0px 10px 10px 0px;
  background: #c1a96cc9;
  /* -webkit-transform: translate3d(0%,25%,0);
  -moz-transform: translate3d(0%,25%,0);
  -ms-transform: translate3d(0%,25%,0);
  -o-transform: translate3d(0%,25%,0);
  transform: translate3d(0%,25%,0); */
}
.hero-title
{
  font-size: 1.4em;
  line-height: 25px;
  /* text-shadow: 1px 1px 0 rgba(0,0,0,.75); */
  color:white;
}
.fade-carousel .carousel-inner .item .hero-container {
    opacity: 0;
    /* -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;  */
}
.fade-carousel .carousel-inner .item.active .hero-container {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out .1s;
  -moz-transition: 2s all ease-in-out .1s; 
  -ms-transition: 2s all ease-in-out .1s; 
  -o-transition: 2s all ease-in-out .1s; 
  transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
color: #f5f5f5;
background-color: #4f4f4f;
border-color: #1abc9c;
outline: none;
margin: 20px auto;
border-radius: 50px;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4
 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/*.fade-carousel .slides .slide-1 {
  background-image: url('https://luxotaxi.com/development/assets/images/rider_slider_4.jpg'); 
}
.fade-carousel .slides .slide-2 {
  background-image: url('https://luxotaxi.com/development/assets/images/driver_slider_1.jpg');
}
.fade-carousel .slides .slide-3 {
  background-image: url('https://luxotaxi.com/development/assets/images/rider_slider_2.jpg');
}
.fade-carousel .slides .slide-4 {
  background-image: url('https://luxotaxi.com/development/assets/images/driver_slider_3.jpg');
}*/

.fade-carousel .slides .slide-1 {
  background-image: url('https://luxotaxi.com/assets/images/rider_slider_4.jpg'); 
}
.fade-carousel .slides .slide-2 {
  background-image: url('https://luxotaxi.com/assets/images/driver_slider_1.jpg');
}
.fade-carousel .slides .slide-3 {
  background-image: url('https://luxotaxi.com/assets/images/rider_slider_2.jpg');
}
.fade-carousel .slides .slide-4 {
  background-image: url('https://luxotaxi.com/assets/images/driver_slider_3.jpg');
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (max-width: 767px){
  .hero-container { 
    width: 90% !important;
    border-radius: 0px !important;
    bottom: 10% !important;
    left : 5% !important; 
  }    
  hr{
    border-top: 5px solid #eee;
  }
}

/* become driver page */
.bcm-step img{
background: white;
border-radius: 100px;
width :150px;
height : 150px;
position: relative;
z-index: 2;
border: 1px solid #d2d1d1;
}
.bcm-step-text > ul{
  text-align: left;
}

#accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
}
#accordion a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #c1a96b;
  text-decoration: none;
}
#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
  color: black;
  transition: all 0.2s ease-in;
}
#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
  color: black;
}
#accordion .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align: left;
}
#accordion .panel-heading a:not(.collapsed) {
  color:#c1a96b;  
  transition: all 0.2s ease-in;
  font-weight: 400;
}

/* Add Indicator fontawesome icon to the left */
#accordion .panel-heading .accordion-toggle::after {
  font-family: 'FontAwesome';
  content: '\f00d';
  float: right;
  color: #c1a96b;
  font-weight: lighter;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
}
#accordion .panel-heading .accordion-toggle.collapsed::after {
  color: #444;
  transform: rotate(-135deg);
  transition: all 0.2s ease-in;
  float:right;
}
#accordion .panel-body {
  text-align: left;
}
.driver_page_faq .row.text-center.section-1
{
  padding-top: 10px;
  padding-bottom: 50px;
}
.driver_page_faq .section-1>h2
{
  margin-bottom: 40px;
}
.driver_page_faq .panel-body  p
{
  margin-bottom: 10px;
}
.driver_testimonials{
  border-bottom: 1px solid white;
}
.driver_testimonials p{
  color:white;
}
.driver_testimonials li.slick-active button::before
{
  color:#c1a96b !important;
}
.row.content_row
{
  margin: 5% 15%;
}
.section1Home { padding-top: 40px !important; }
.section1Home h2
{
  margin-bottom: 30px;
}
.section1Home p
{
  width :85%;
  margin : 0 auto;
  margin-bottom: 30px;
}
.padding-30
{
  padding : 30px;
}
.driverSection1{
  padding-top: 0px;
}
.driverSection1 h2
{
  margin-bottom: 30px;
}
.addfriendSection
{
  background:#3d3d3d;
}
.addfriendSection > p{
color:white;
}
.addfriendSection > h2{
color:white;
}
.addfriendSection p{
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.shareForm
{
  padding: 3% 0;
}
.shareForm .form-control
{
  border-radius: 0px;
  margin-bottom: 10px;
}
.shareForm .btn-default
{
  background: #4f4f4f;
  border: 1px solid;
}
.spacer {
    width: 100%;
    margin: 50px;
    float: left;
}
img.img_arrow.next
{
  position: absolute;
  top: 35%;
  transform: rotate(270deg);
  width: 100px;
  left: 85%;
}
img.img_arrow.down
{
  position: absolute;
  top: 100%;
  width: 100px;
  left: 35%;
}
img.img_arrow.prev
{
  position: absolute;
  top: 35%;
  transform: rotate(90deg);
  width: 100px;
  right: 85%;
}
@media screen and (max-width: 800px) {
  img.img_arrow
  {
    display:none;
  }
}
@media screen and (max-width: 1024px) {
   img.img_arrow{ width:80px !important;}
}
.button-one > a
{
  padding: 10px 40px !important;
}
.carTitle
{
  line-height: 22px;
  display: inline-block;
      font-size: 17px;
}
@media screen and (max-width: 767px) {
    .button-one > a {padding: 10px 25px !important;}
    .fade-carousel{height: 300px;}
    .fade-carousel .carousel-inner .item {height: 300px;}
    .carousel-inner {min-height: 300px;}
    .fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3, .fade-carousel .slides .slide-4{height: 300px;}
    .carousel-indicators{bottom: -15px;}
}
@media screen and (min-width: 575px) and (max-width: 767px) {
  .fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3, .fade-carousel .slides .slide-4 {height: 400px;}
  .fade-carousel{height: 400px;}
  .fade-carousel .carousel-inner .item {height: 400px;}
  .carousel-inner {min-height: 400px;}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .hero-container {width: 50%;}
  .fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3, .fade-carousel .slides .slide-4 {height: 500px;}
  .fade-carousel{height: 500px;}
  .fade-carousel .carousel-inner .item {height: 500px;}
  .carousel-inner {min-height: 500px;}
  .carousel-indicators {bottom: 0;}


}
@media only screen and (min-width: 993px) and (max-width: 1100px) {
  .hero-container {width: 33.33%;}
  .fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3, .fade-carousel .slides .slide-4 {height: 650px;}
  .fade-carousel{height: 650px;}
  .fade-carousel .carousel-inner .item {height: 650px;}
  .carousel-inner {min-height: 650px;}
}
@media only screen and  (max-width: 767px) {
  .section1Home {
    padding-top: 0px !important;    padding-bottom: 0 !important;
}
}