@import "https://designmodo.github.io/Flat-UI/dist/css/flat-ui.min.css";
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css";
@import "https://daneden.github.io/animate.css/animate.min.css";
/* This stylesheet generated by Transfonter (https://transfonter.org) on November 24, 2017 7:17 AM */

@font-face {
    font-family: 'Sansation';
    src: url('../fonts/SansationRegular.eot');
    src: url('../fonts/SansationRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SansationRegular.woff2') format('woff2'),
    url('../fonts/SansationRegular.woff') format('woff'),
    url('../fonts/SansationRegular.ttf') format('truetype'),
    url('../fonts/SansationRegular.svg#SansationRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sansation';
    src: url('../fonts/SansationBold.eot');
    src: url('../fonts/SansationBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SansationBold.woff2') format('woff2'),
    url('../fonts/SansationBold.woff') format('woff'),
    url('../fonts/SansationBold.ttf') format('truetype'),
    url('../fonts/SansationBold.svg#SansationBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Sansation';
    src: url('../fonts/SansationItalic.eot');
    src: url('../fonts/SansationItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SansationItalic.woff2') format('woff2'),
    url('../fonts/SansationItalic.woff') format('woff'),
    url('../fonts/SansationItalic.ttf') format('truetype'),
    url('../fonts/SansationItalic.svg#SansationItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Sansation';
    src: url('../fonts/SansationBoldItalic.eot');
    src: url('../fonts/SansationBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SansationBoldItalic.woff2') format('woff2'),
    url('../fonts/SansationBoldItalic.woff') format('woff'),
    url('../fonts/SansationBoldItalic.ttf') format('truetype'),
    url('../fonts/SansationBoldItalic.svg#SansationBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Sansation';
    src: url('../fonts/SansationLight.eot');
    src: url('../fonts/SansationLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SansationLight.woff2') format('woff2'),
    url('../fonts/SansationLight.woff') format('woff'),
    url('../fonts/SansationLight.ttf') format('truetype'),
    url('../fonts/SansationLight.svg#SansationLight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Sansation';
    src: url('../fonts/SansationLightItalic.eot');
    src: url('../fonts/SansationLightItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SansationLightItalic.woff2') format('woff2'),
    url('../fonts/SansationLightItalic.woff') format('woff'),
    url('../fonts/SansationLightItalic.ttf') format('truetype'),
    url('../fonts/SansationLightItalic.svg#SansationLightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

/*-------------------------------*/
/*           VARIABLES           */
/*-------------------------------*/
body {
    position: relative;
    overflow-x: hidden;
}
body,
html {
    height: 100%;
    font-family: Sansation,sans-serif;
    font-weight: 300;
}
.nav .open > a {
    background-color: transparent;
}
.nav .open > a:hover {
    background-color: transparent;
}
.nav .open > a:focus {
    background-color: transparent;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 300;
    color: #000000;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 28px;
}
p {
    color: #4f4f4f;
    font-size: 18px;
    line-height: 24px;
}
/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding-left: 0;
    transition: all 0.5s ease;
}
#wrapper #sidebar-wrapper.toggled {
    padding-left: 325px;
}
#wrapper #sidebar-wrapper.toggled {
    width: 325px;
}
#wrapper #page-content-wrapper.toggled {
    margin-right: -220px;
    position: absolute;
}
#sidebar-wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: rgba(0,0,0,0.9);
    height: 100%;
    left: 220px;
    margin-left: -220px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.5s ease;
    width: 0;
    z-index: 1000;
}
#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}
#page-content-wrapper {
    width: 100%;
}
/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 150px;
    width: 220px;
    left:10px;
}
.sidebar-nav li {
    display: inline-block;
    line-height: 20px;
    position: relative;
    width: 100%;
}
.sidebar-nav li a {
    color: #dddddd;
    display: block;
    padding: 10px 15px 10px 30px;
    text-decoration: none;
}
.sidebar-nav li.open:hover::before {
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 100%;
}
.sidebar-nav .dropdown-menu {
    background-color: #222222;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.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 {
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
    font-size: 20px;
    height: 65px;
    line-height: 44px;
}
.stiky {
    position: fixed;
    top: 0;
    z-index: 11111;
    width: 100%;
    height: 130px;
    background-color: transparent;
}
.fixed-header {
    background-color: rgba(0,0,0,0.9);
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
    background: transparent;
    border: none;
    display: block;
    height: 40px;
    margin-left: 36px;
    position: fixed;
    top: 35px;
    width: 35px;
    z-index: 9999;
}
.hamburger:hover {
    outline: none;
}
.hamburger:focus {
    outline: none;
}
.hamburger:active {
    outline: none;
}
.hamburger.is-closed:before {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    color: #ffffff;
    content: '';
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px;
}
.hamburger.is-closed:hover::before {
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    display: block;
    opacity: 1;
}
.hamburger.is-closed:hover .hamb-top {
    -webkit-transition: all 0.35s ease-in-out;
    top: 0;
}
.hamburger.is-closed:hover .hamb-bottom {
    -webkit-transition: all 0.35s ease-in-out;
    bottom: 0;
}
.hamburger.is-closed .hamb-top {
    -webkit-transition: all 0.35s ease-in-out;
    background-color: #fff;
    top: 5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
}
.hamburger.is-closed .hamb-middle {
    background-color: #fff;
    margin-top: -2px;
    top: 50%;
	width:85% !important;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
}
.hamburger.is-closed .hamb-bottom {
    -webkit-transition: all 0.35s ease-in-out;
    background-color: #fff;
    bottom: 5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
}
.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 {
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}
.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    background-color: #fff;
    margin-top: -2px;
    top: 50%;
}
.hamburger.is-open .hamb-middle {
    background-color: #fff;
    display: none;
}
.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    background-color: #fff;
    margin-top: -2px;
    top: 50%;
}
.hamburger.is-open:before {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    color: #ffffff;
    content: '';
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px;
}
.hamburger.is-open:hover::before {
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    display: block;
    opacity: 1;
}

#sidebar-wrapper.styki-sidebar {
    top: 130px;
}
.styki-sidebar .sidebar-nav {
    top: 20px;
}
.login-box {
    width: 370px;
    margin: 0 auto;

}
.remember-txt, .remember-txt a {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 52px;
    color: #3d3d3d;
}
.remember-txt a {
    float: right;
    line-height: 22px;
}
.remember-txt a, .remember-txt a:hover {
    float: right;
    line-height: 22px;
    color: #3d3d3d;
}
.sine-up {
    font-size: 16px;
    line-height: 30px;
    margin-top: 32px;
    color: #3d3d3d;
}
.sine-up a {
    /* float: right; */
    color: #c1a96b;
}

/*-------------------------------*/
/*          Dark Overlay         */
/*-------------------------------*/
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
/* SOME DEMO STYLES - NOT REQUIRED */

body a:hover {
    color: #c1a96b;
}
.logo {
    left: 113px;
    position: fixed;
    top: 30px;
    z-index: 11111;
}
.section-1 h3 {
    text-transform: uppercase;
    margin-bottom: 7px;
    margin-top: 23px;
}
.container-fluid.banner {
    margin: 0;
    padding: 0;
    position: relative;
}
.banner .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.banner .banner-text h1 {
    text-transform: uppercase;
    font-size: 67px;
    line-height: 80px;
    margin: 0;
}
.banner .banner-text h1,
.banner .banner-text p {
    color: #fff;
}
.banner .banner-text p {
    font-size: 22px;
    margin-bottom: 50px;
}
.section-1 .col-sm-4 p {
    max-width: 320px;
    margin: 0 auto;
}
.section-1 .col-sm-4.frist .row {
    display: inline-block;
    float: left;
}
.section-1 .col-sm-4.lst .row {
    display: inline-block;
    float: right;
}
.section-1 h2 {
    margin-bottom: 10px;
}
.section-1 p {
    margin-bottom: 84px;
}
.row.text-center.section-1 {
    padding-top: 50px;
    padding-bottom: 50px;
}
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    text-align:center;
    overflow-x:hidden;
    overflow-y:hidden;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    height:10px;
    width:10px;
    margin-bottom:1px;
}
/* ------------- home page map section -------------- */
.container-fluid.hm-map {
    background: #f2f2f2;
    padding: 55px 0 75px;
}
.map-form {
	margin: 30px 0 25px;
}	
.map-form input[type="text"], .map-form input[type="email"], .map-form input[type="tel"], .map-form select, .map-form textarea  {
    border: none;
    border-radius: 0px;
    width: 100% !important;
    font-size: 16px;
	color:#797979;
}
.map-form button.submit {
    border: none;
    border-radius: 0px;
    font-size: 16px;
	color:#ffffff;
	background:#878787;
	float:right;
	width:100%;
}
.con-us-btn button.submit {
	width:190px;
	float:none;
	background:#3d3d3d;
}
.map-form input[type="text"]::-moz-placeholder, .map-form input[type="email"]::-moz-placeholder, .map-form input[type="tel"]::-moz-placeholder, .map-form textarea::-moz-placeholder {
    color:#797979;
}
.no-pad-rgh {
	padding-right:0 !important;
}
.no-pad-lft {
	padding-left:0 !important;
}
.map-form .col-md-4, .map-form .col-md-12, .map-form .col-md-5, .map-form .col-md-2 {
	margin-bottom:20px;
}
/* ------------- home page map section -------------- */
/* ------------- home page drive slider -------------- */
.driver-slider .slick-prev {
	left: 0px !important;
	background: url("../images/dr-lft-arr.png") !important;
	width: 67px !important;
	height: 67px !important;
	z-index: 2 !important;
}
.driver-slider .slick-next {
	right: 0px !important;
	background: url("../images/dr-rgh-arr.png") !important;
	width: 67px !important;
	height: 67px !important;
	z-index: 2 !important;
}
.driver-slider .slick-prev::before, .driver-slider .slick-next::before {
	display: none;
}
.container.driver-slider {
	max-width: 1455px !important;
	width: 100% !important;
	padding: 45px 0 95px;
}
.driver-slider .ft-slick-sld-inn {
    padding: 0 90px;
}
.driver-slider .ft-slick-li {
	padding: 0 20px;
}
.driver-slider .slick-slide img {
	width:100%;
}
.driver-slider .dr-sld-txt {
	padding: 30px;
    border-bottom: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}
.driver-slider .ft-slick-sld {
    margin-top: 50px;
}
/* ------------- home page driver slider -------------- */
/* ------------- home page customer-testimonial slider -------------- */
.container-fluid.cust-testi {
	background: #f2f2f2;
	padding: 30px 0 50px;
}
.ft-slick-cust .slick-slide.slick-current .ft-cust-li {
    padding-left: 8.5%;
    padding-right: 0;
}
.ft-slick-cust .ft-cust-li {
    padding-right: 8.5%;
}
.ft-cust-qout {
	background: #fff;
	position: relative;
	padding: 35px 30px;
	margin-bottom: 40px;
	font-size: 17px;
}
.ft-cust-qout::before {
	position: absolute;
	background: transparent;
	content: "";
	width: 25px;
	height: 1px;
	bottom: -25px;
	left: 70px;
	border-top: 25px solid #fff;
	border-right: 25px solid transparent;
}
.ft-cust-name span.ft-cust-city {
	font-size: 16px !important;
	color: #c1a96b !important;
	margin-right: 10px;
}
.ft-cust-name {
	font-size: 14px;
	color: #525252;
	font-weight:400;
}
.ft-slick-cust .slick-dots li button::before {
	font-size:50px;
	opacity:1;
	color:#ffffff;
}
.ft-slick-cust .slick-dots li.slick-active button::before {
	color:#707070;
}
.dr-sld-txt .dr-sld-cont, .dr-sld-name {
	font-size: 17px;
}
.dr-sld-name strong {
	font-size: 20px;
	font-weight: 300;
	color: #000000;
}
.ft-slick-cust {
	margin-top: 35px;
}
/* ------------- home page customer-testimonial slider -------------- */
/* ------------- home page footer -------------- */
.container-fluid.ft-top {
	background: #3d3d3d;
	padding: 40px 0;
}
.container-fluid.ft-bottom {
	padding: 20px 0;
}
ul.ft-soc-lnk {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
ul.ft-soc-lnk > li {
	display:inline-block;
	margin-left: 15px;
}
ul.ft-soc-lnk > li > a {
	width: 32px;
	height: 32px;
	background: #e6e6e6;
	display: inline-block;
	line-height: 32px;
	color: #6d6d6d;
	font-size: 18px;
	text-align: center;
	border-radius: 16px;
}
.ft-nav {
	margin:0;
	padding:0;
	list-style:none;
}
.ft-nav > li {
	display:inline-block;
	padding-right:15px;
}
.ft-nav > li > a {
	display: inline-block;
	padding-right: 10px;
	color: #ffffff;
	line-height: 36px;
}
.ft-app-link img {
	width:100%;
}
/* ------------- home page footer -------------- */
@media (min-width: 768px){
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1  {
        width: 100%;
        *width: 100%;
    }

    .rider-login{    
        display: -ms-flexbox;
        display: flex;
        height: 100vh;
    }
    .rider-login .rider-login-image img{height: 100vh;    object-position: center center;
    object-fit: cover;}
}

@media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1275px;
    }
}
.carname {margin:15px 0;}
.car-imge {
    height: 149px;
    width: 149px;
    display: block;
    margin: 0  auto 0 auto;
    background-color: transparent;
    vertical-align: middle;
    position: relative;
    border-radius: 50%;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.car-imge:hover {
    background-color: #f2f2f2;
}
.car-imge img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.container.meet-our-luxo {
    padding-top: 40px;
    padding-bottom: 50px;
}
.meet-our-luxo .seven-cols {
    margin-top: 65px;
}
.mobile-app {
    background-color: #f2f2f2;
}
.mobile-app > .container > .row {
    min-height: 710px;
}
/* simple "from > to" */

/* assign animation to ball element */
.ball {
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: inherit;
    animation: move 5s infinite;
    height: 100px;
    width: 100px;
    vertical-align: middle;
    font-size: 13px;
}
.mobile-app > .container > .row {
    position: relative;
}
.ball {
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
@keyframes move {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
 }
.ball-inn img {
    margin-bottom: 10px;
}
.ball-inn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    line-height: 15px;
}
.first-ball {
    position: absolute;
    left: 20%;
    top: 25%;
}
.mobile-app h2 {
    margin-top: 69px;
    margin-bottom: 54px;
}
.ball:hover .border1 {
    position: absolute;
    height: 120px;
    width: 120px;
    border: 1px solid #d3b974;
    border-radius: 50%;
    left: -10px;
    top: -10px;
}
.ball:hover .border2 {
    height: 135px;
    width: 135px;
    position: absolute;
    left: -18px;
    top: -18px;
    border: 1px solid rgba(211,185,116,0.5);
    border-radius: 50%;
}
.ball:hover .border3 {
    position: absolute;
    left: -25px;
    top: -25px;
    border: 1px solid rgba(211,185,116,0.2);
    height: 150px;
    width: 150px;
    border-radius: 50%;
}
.fourth-ball {
    position: absolute;
    right: 30%;
    bottom: 25%;
}
.third-ball {
    position: absolute;
    right: 25%;
    top: 35%;
}
.second-ball {
    position: absolute;
    bottom: 30%;
    left: 23%;
}
.inner-page h2 {
    margin-top: 43px;
    margin-bottom: 21px;
    color: #3d3d3d;
}
.inner-page p {
    color: #3d3d3d;
}
.inner-page .banner-text h1 {
    text-transform: inherit;
    font-size: 67px;
    line-height: 80px;
    margin: 0 0 14px 0;
}
.inner-page .banner-text p {
    font-size: 20px;
    margin: 0;
}
.about-title span {
    font-size: 100px;
    line-height: 90px;
}
.about-title {
    font-size: 45px;
    color: #3d3d3d;
}
.about-title span.color-gold {
    color: #bfa96e;
}
.about-us > .row {
    margin-top: 72px;
}
.inner-page .about-us h2 {
    margin-top: 0;
    margin-bottom: 16px;
    color: #3d3d3d;
    line-height: 29px;
    font-size: 45px;
}
.inner-page .about-us p {
    color: #3d3d3d;
    line-height: 28px;
    margin-bottom: 0;
    font-size: 17px;
}
.inner-page .about-us h5 {
    margin-bottom: 29px;
}
.border {
    border-bottom: 1px solid #dfdfdf;
    margin-top: 70px;
}
.about-us > .row.margin-1 {
    margin-top: 51px;
    padding-bottom: 104px;
}
.team-name {
    font-size: 25px;
    line-height: 30px;
    color: #3d3d3d;
}
.team-post {
    font-size: 17px;
    color: #3d3d3d;
    line-height: 29px;
}
.team {
    border: 1px solid #f3f3f3;
    padding: 10px 0;
}
.team-spass {
    height: 40px;
}
.col-md-4.custo {
    width: 32%;
    background-color: #fff;
    margin-right: 2%;
    padding-top: 24px;
    padding-bottom: 25px;
}
.col-md-4.custo:last-child {
    margin-right: 0;
}
.gray-bg {
    background-color: #f3f3f3;
    padding: 20px 0 85px 0;
}
.service-title {
    font-size: 28px;
    color: #bfa96e;
}
.service-txt {
    font-size: 17px;
    max-width: 90%;
    margin: 0 auto;
    line-height: 28px;
}
.service-sec h2 {
    margin-bottom: 52px;
    margin-top: 62px;
}
.chose-us-section li::before {
    background-image: url(../images/list-style.png);
    background-repeat: no-repeat;
    background-position: 0;
    content: "";
    position: absolute;
    height: 19px;
    width: 22px;
    top: 50%;
    left: -35px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.chose-us-section ul {
    padding-left: 35px;
}
.chose-us-section li {
    position: relative;
    list-style: none;
    margin-top: 20px;
}
.chose-us-section {
    padding: 44px 0 113px 0;
}
.button-one, .button-two {
    display: inline-block;
}
.button-left {
    position: absolute;
    top: 45px;
    right: 20px;
}
.button-left a {
    color: #fff;
    font-size: 15px;
    margin-right: 5px;
}
.button-one, .button-two {
    display: inline-block;
}
.button-left .button-one a {
    background-color: #4f4f4f;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: bold;
}
.button-left .button-two a {
    padding: 10px 25px;
}
.button-left .button-two a:hover {
    background-color: #4f4f4f;
    padding: 10px 25px;
    border-radius: 30px;
}
ul.ft-soc-lnk > li > a:hover {
    background: #c1a96b;
    color: #fff !important;
}
.ft-nav > li > a:hover {
    color: #c1a96b;
}
.login-text {
    display: block;
    border: 1px solid #dadada;
    margin-bottom: 21px;
    line-height: 46px;
    font-size: 16px;
    color: #9d9d9d;
    width: 100%;
    padding: 0 19px;
}
.login-title {
    color: #0d0d0d;
    font-size: 30px;
    margin-bottom: 18px;
}
.login-btn {
    display: block;
    width: 100%;
    background-color: #3d3d3d;
    color: #fff;
    border: none;
    height: 48px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 48px;
}
.login-clr a.back-arrow {
    font-size: 21px;
    color: #9f9f9f;
    position: relative;
    margin-left: 55px;
    padding-left: 20px;
	float:left;
}
.login-clr a.front-arrow {
    font-size: 21px;
    color: #9f9f9f;
    position: relative;
    margin-left: 55px;
    padding-left: 20px;
    float:left;
}
.login-logo {
    width: 370px;
    margin: auto;
}
input[type="checkbox"] {
    margin: 0;
}
.position-ab {
    margin-top: 15%;
}
.login-clr a.back-arrow::before {
    position: absolute;
    background-image: url(../images/back-arrow.png);
    left: -25px;
    top: 50%;
    content: "";
    height: 19px;
    width: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.login-clr a.front-arrow::after {
    position: absolute;
    background-image: url(../images/front-arrow.png);
    left: -25px;
    top: 50%;
    content: "";
    height: 19px;
    width: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.sine-up a:hover {
    color: #c1a96b;
}
.login-clr {
    margin-top: 20px;
    margin-bottom: 15px;
}
/* ---------------  Help Page  ---------------- */
.panel-default {
	border-color: #fff;
	background-color: transparent;
	border-radius: 0px !important;
}
.panel.panel-default.active {
    background: #f2f2f2 !important;
}
.panel-default > .panel-heading {
	color: #333;
	background-color: transparent !important;
	border-color: #ddd;
	padding: 0 10px;
}
h4.panel-title > a > i {
	font-size: 10px;
	margin-right: 10px;
	color:#3d3d3d;
}
.panel-body {
	font-size: 17px;
	line-height: 23px;
	color: #3d3d3d;
}
h4.panel-title > a, h4.panel-title > a:hover {
	color:#3d3d3d;
	font-size:22px;
	line-height:40px;
}
.cmn-btn {
	display: inline-block;
	color: #fff;
	background: #3d3d3d;
	font-size: 17px;
	padding: 20px 80px;
	line-height: 18px;
	cursor:pointer;
}
.container.help-btn {
	margin: 50px auto 90px;
	border-top: 1px solid #dbdbdb;
}
.panel-group{ margin:0;}

.panel{ border:none;  box-shadow:none;}

.panel-heading{ padding:0;}

/* ---------------  Help Page  ---------------- */
/* ---------------  Contact Us Page  ---------------- */
h2.con-us {
	font-size: 45px;
	margin-top: 10px !important;
}
.container.text-center.con-us-top {
	margin-top: 100px;
	margin-bottom: 100px;
}
.con-us-txt {
	max-width: 900px;
	margin: 0 auto 60px;
	width: 100%;
}
.con-us-questions {
	border-right: 1px solid #e0e0e0;
}
.con-us-questions.no-border {
	border:none;
}
.con-us-questions-title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	color: #3d3d3d;
	margin: 20px 0 10px;
}
.con-us-questions-txt, .con-us-questions-txt > a, .con-us-questions-txt > a:hover {
	color:#3d3d3d;
}
.con-us-questions-txt {
	min-height: 70px;
	    margin-bottom: 30px;
}
.container-fluid.con-us-form {
	background: #f2f2f2;
	padding:35px 0 75px;
}
/* ---------------  Contact Us Page  ---------------- */
/* ---------------  Became A Driver Page  ---------------- */
.container.bcm-dr-top {
	margin: 116px auto 65px;
}
.dr-top-block-title {
	font-size: 28px;
	line-height: 1.1em;
	color:#3d3d3d;
}
.dr-top-block {
	max-width: 270px;
	width: 100%;
	float: right;
	text-align: center;
	margin-bottom:50px;
}
.dr-top-block-img {
	margin-bottom: 10px;
}
.dr-top-title {
	font-size: 60px;
	line-height: 87px;
	color: #3d3d3d;
	padding-top: 35px;
}
.dr-top-title span.dr-top-sub {
	color:#bfa96f;
}
.container-fluid.bcm-dr-btm {
	margin-top: 60px;
	margin-bottom: 100px;
}
.ft-bcm-dr-li-cont {
	font-size: 17px;
	line-height: 28px;
	max-width: 1085px;
	margin: 0 auto 25px;
}
.ft-bcm-dr-li-name > strong {
	color: #c1a96b;
	font-weight: 300;
}
.ft-bcm-dr .slick-dots li button::before {
	font-size:50px;
	opacity:1;
	color:#ffffff;
	text-shadow: -1px 0 #AEAEAE, 0 1px #AEAEAE, 1px 0 #AEAEAE, 0 -1px #AEAEAE;
}
.ft-bcm-dr .slick-dots li.slick-active button::before {
	color:#707070;
}
.container-fluid.bcm-dr-dark {
	background: #3d3d3d;
	padding: 65px 0;
}
.container-fluid.bcm-dr-dark h2{
	color:#ffffff;
	margin-bottom:70px;
}
.bcm-step-number {
	display: inline-block;
	width: 100px;
	height: 100px;
	text-align: center;
	border: 1px dashed #919191;
	border-radius: 50%;
	line-height: 100px;
	font-size: 30px;
	color:#919191;
	background: #3d3d3d;
	position: relative;
	z-index: 2;
}
.col-md-4.abs-border {
	position: relative;
}
.col-md-4.abs-border::after {
	position: absolute;
	width: 100%;
	height: 1px;
	background: transparent;
	left: 50%;
	top: 80px;
	content: "";
	border: 1.5px dashed #919191;
	z-index: 1;
}
.bcm-step-title {
	font-size: 28px;
	color: #000000;
	margin:10px 0 5px;
}
.bcm-step-text {
	font-size: 16px;
	line-height: 24px;
	color: #797979;
	max-width: 310px;
	margin: 0 auto;
}
.bcm-btn-bnn {
	display: inline-block;
	background: #c1a96b;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	padding: 15px 60px;
	line-height: 32px;
	margin-top: 50px;
	cursor:pointer;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
}
.bcm-btn-bnn:hover {
	background:#3D3D3D;
}
/* ---------------  Became A Driver Page  ---------------- */
/* ---------------  Became A Driver Page Registration  ---------------- */
.bcm-registration-form input[type="text"], .bcm-registration-form input[type="email"], .bcm-registration-form input[type="tel"]  {
    border: 1px solid #dadada;
    border-radius: 0px;
    width: 100% !important;
    font-size: 16px;
	color:#797979;
}
.bcm-registration-form button.submit {
    border: none;
    border-radius: 0px;
    font-size: 16px;
	color:#ffffff;
	background:#3d3d3d;
	float:right;
	width:100%;
	line-height:28px;
}
.bcm-registration-form input[type="text"]::-moz-placeholder, .bcm-registration-form input[type="email"]::-moz-placeholder, .bcm-registration-form input[type="tel"]::-moz-placeholder {
    color:#797979;
}
.bcm-registration-form .col-md-12 {
	margin-bottom:20px;
}
.bcm-registration-form {
	max-width: 420px;
	position: relative;
	top: 50px;
	width:100%;
}
.container-fluid.bcm-registration {
	position: fixed;
	width: 100%;
	height: 100%;
	padding:0;
}
.bcm-registration > .bcm-registration-lft {
	position:relative;
	height:100%;
}
.bcm-registration > .bcm-registration-rgh {
	position:relative;
	height:100%;
	background:url("../images/Become-A-Driver-Now-Form.jpg");
	background-size: cover;
	background-position: left center;
}	

.ft-menu .ft-navbar {
    margin: 10px 0 0 0;
}
.ft-nav > li > a{ font-size:15px;}

.container.ft-menu { font-size: 15px;}
.row.terms-con { padding: 0 0 30px 0;}

/* --------------------------------

Primary style

-------------------------------- */

/* --------------------------------

Main components

-------------------------------- */
.cd-image-container {
    position: relative;
    width: 100%;
    float: left;
}
.cd-image-container img {
    display: block;
    max-width: 100%;
}
.cd-image-label {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    padding: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
    text-transform: uppercase;
    font-style: italic;
}
/*.cd-image-label.is-hidden {
  visibility: hidden;
}*/
.is-visible .cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
}
.cd-resize-img .cd-image-label {
    right: 0;
    /*left: 0;*/
}
.is-visible .cd-resize-img {
    width: 50%;
    /* bounce in animation of the modified image */
    -webkit-animation: cd-bounce-in 0.7s;
    -moz-animation: cd-bounce-in 0.7s;
    animation: cd-bounce-in 0.7s;
}
@-webkit-keyframes cd-bounce-in {
    0% {
        width: 0;
    }
    60% {
        width: 55%;
    }
    100% {
        width: 50%;
    }
}
@-moz-keyframes cd-bounce-in {
    0% {
        width: 0;
    }
    60% {
        width: 55%;
    }
    100% {
        width: 50%;
    }
}
@keyframes cd-bounce-in {
    0% {
        width: 0;
    }
    60% {
        width: 55%;
    }
    100% {
        width: 50%;
    }
}
.cd-handle {
    position: absolute;
    height: 30px;
    width: 50px;
    /* center the element */
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border-radius: 5px;
    background: #fff url("../images/cd-arrows.png") no-repeat center center;
    cursor: move;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
    /* change background color when element is active */
    background-color: #fff;
}
.is-visible .cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}
.banner-container{
    width: 100%;
    height: 650px;
    float: left;
    background: url('images/landing-banner.jpg') center center no-repeat;
    position: relative;
    color: #FFF;
}
.banner-container .left-content{
    width: 100%;
    float: left;
    padding-right: 25%;
    margin-top: 40%;
}
.banner-container .left-content .btn-play{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.banner-container .left-content .title{
    width: 100%;
    float: left;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 20px;
}
.banner-container .left-content .text-desc{
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 400;
}
.banner-container .right-form{
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px;
    margin-top: 49%;
}
.banner-container .right-form .title{
    width: 100%;
    float: left;
    font-size: 36px;
    color: #212121;
    font-weight: 300;
    margin-bottom: 40px;
}
.banner-container .right-form .pickup-location{
    width: 100%;
    float: left;
    position: relative;
}
.banner-container .right-form .pickup-location:before{
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #5edb56;
    top: 20px;
    left: 20px;
    content: '';
}
.banner-container .right-form .pickup-location:after{
    content: url('images/location-icon1.png');
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 18px;
    color: #e0e0e0;
}
.banner-container .right-form .pickup-location input{
    width: 100%;
    height: 50px;
    border-radius: 0px;
    box-shadow: none;
    padding-left: 50px;
}
.banner-container .right-form .drop-location{
    width: 100%;
    float: left;
    position: relative;
}
.banner-container .right-form .drop-location:before{
    position: absolute;
    width: 10px;
    height: 10px;
    background: #f73516;
    top: 20px;
    left: 20px;
    content: '';
}
.banner-container .right-form .drop-location input{
    width: 100%;
    height: 50px;
    border-radius: 0px;
    box-shadow: none;
    padding-left: 50px;
}
.banner-container .right-form .btn-ridenow{
    width: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 0;
    background: #fd6b10;
    border-radius: 2px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.banner-container .right-form .btn-ridelater{
    width: 100%;
    font-size: 16px;
    color: #212121;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 0;
    background: #eaedf2;
    border-radius: 2px;
}
.graybox{background: #f2f2f2; padding:25px 0 ;}
.app-download-container{
    width: 100%;
    height: 606px;
    float: left;
    background:#f2f2f2;
    position: relative;
    overflow: hidden;
}
.app-download-container .apple-phone{
    width: 100%;
    float: left;
    text-align: center;
    margin-top:65px;
    position: relative;
    z-index: 10;
}
.apple-phone img{display:inline-block;}
.app-download-container .right-content{
    width: 100%;
    float: left;
    margin-top: 22%;
    padding: 30px;
}
.app-download-container .right-content .title{
    width: 100%;
    float: left;
    font-size: 36px;
    color: #212121;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 10px;
}
.app-download-container .right-content .desc{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #212121;
    font-weight: 300;
    margin-bottom: 15px;
}
.app-download-container .right-content .desc .features{
    padding-left: 17px;
    margin: 10px 0px;
}
.app-download-container .right-content .text-cloud{
    width: 100%;
    float: left;
    font-size: 25px;
    color: #212121;
    font-weight: 300;
    margin-bottom: 30px;
}
.app-download-container .right-content .text-cloud:before{
    content: url('images/phone-icon1.png');
    float: left;
    padding-right: 15px;
    padding-top: 10px;
}
.app-download-container .right-content .text-favorite{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #212121;
    font-weight: 300;
}
.app-download-container .right-content .text-favorite:before{
    content: url('images/phone-icon2.png');
    float: left;
    padding-right: 15px;
    padding-top: 10px;
}
.app-download-container .right-content .download-group{
    width: 100%;
    float: left;
    margin-top: 0px;
}
.image-comparison-slider-container{
    width: 100%;
    float: left;
    padding-top: 80px;
}
.image-comparison-slider-container .image-comparison-border-home{
    width: 100%;
    float: left;
    padding: 30px;
    border:1px solid #bebebe;
}
.image-comparison-slider-container .image-comparison-border{
    width: 100%;
    float: left;
    border:1px solid #bebebe;
    border-top: 1px solid transparent;
    padding: 30px;
    padding-top: 0px;
}
.image-comparison-slider-container .image-comparison-border .title{
    width: 100%;
    float: left;
    font-size: 36px;
    color: #212121;
    font-weight: 300;
    text-align: center;
    position: relative;
    margin-top: -30px;
    margin-bottom: 10px;
}
.image-comparison-slider-container .image-comparison-border .title:before{
    width: 380px;
    content: '';
    position: absolute;
    top: 29px;
    left: -30px;
    border-top: 1px solid #bebebe;
}
.image-comparison-slider-container .image-comparison-border .title:after{
    width: 380px;
    content: '';
    position: absolute;
    top: 30px;
    right: -30px;
    border-top: 1px solid #bebebe;
}
.image-comparison-slider-container .image-comparison-border .desc{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #595858;
    font-weight: 400;
    text-align: center;
    padding-bottom: 30px;
}
.meet-our-driver-container{
    width: 100%;
    float: left;
    padding: 80px;
    padding-bottom: 250px;
}
.meet-our-driver-container .title{
    width: 300px;
    font-size: 40px;
    color: #232323;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    line-height: 40px;
    margin: 15px auto;
}
.meet-our-driver-container .title .title-30{
    font-size: 30px;
    color: #f36f21;
}
#quote-carousel {
    width: 100%;
    float: left;
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    width: 42%;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
    padding-left: 0;
    margin-left: -20%;
}
#quote-carousel .carousel-indicators li {
    width: 70px;
    float: left;
    /*height: 70px;*/
    margin: 5px;
    cursor: pointer;
    border: 4px solid transparent;
    border-radius: 50px;
    opacity: 0.4;
    /*overflow: hidden;*/
    /*overflow: visible;*/
    transition: all 0.4s;
    text-indent: 0;
    z-index: -10;
    text-align: center;
}
#quote-carousel .carousel-indicators li .driver-name{
    display: none;
}
#quote-carousel .carousel-indicators li.active .driver-name{
    float: none;
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin-top: 7px;
}
#quote-carousel .carousel-indicators li.active .driver-name .name{
    font-size: 14px;
    font-weight: 700;
}
#quote-carousel .carousel-indicators img{
    border-radius:50%;
}
#quote-carousel .carousel-indicators li.active img{
    border-radius:50%;
}
#quote-carousel .carousel-indicators .active {
    width: 110px;
    /*height: 110px;*/
    border-radius: 100px;
    border-color: transparent;
    opacity: 1;
    /*overflow: hidden;*/
    /*overflow: visible;*/
}
.carousel-inner {
    min-height: 380px;
    position: relative;
}
.item blockquote {
    border-left: none;
    margin: 0;
    font-size: 30px;
    font-weight: 300;
    padding: 60px 0;
}
.item blockquote p:before {
    width: 100%;
    float: left;
    content: url(images/quote-top.png);
    text-align: center;
    position: relative;
    z-index: 1000;
}
.item blockquote p:after {
    width: 100%;
    float: left;
    content: url(images/quote-bottom.png);
    text-align: center;
    padding-left: 96px;
    position: relative;
    z-index: 1000;
}
/*.footer-container{
    width: 100px;
    float: left;
}*/
.footer-container{
    width: 100%;
    float: left;
    background: #f2f2f2;
}
.footer-container .footer-menu-left{
    width: 100%;
    float: left;
    margin-top:30px;
    margin-bottom:20px;
}
.footer-container .footer-menu-left ul{
    margin: 0;
    padding: 0;
}
.footer-container .footer-menu-left ul li {
    display: block;
    width: auto;
    float: left;
    margin-bottom: 10px;
    margin-right: 21%;
}
.footer-container .footer-menu-left ul li:last-child {
    display: block;
    width: auto;
    float: right;
    margin-bottom: 10px;
    margin-right:0;
}
.footer-container .footer-menu-left ul li a{
    font-size: 14px;
    color: #232323;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.footer-container .footer-menu-left ul li a .lowercase{
    text-transform: lowercase;
}
.footer-container .footer-menu-left ul li a:hover{
    color: #fd6b10;
}
.footer-container .footer-top-menu{
    width: 100%;
    float: left;
    margin-top: 50px;
}
.footer-container .footer-top-menu .title{
    width: 100%;
    float: left;
    font-size: 15px;
    color: #232323;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.footer-container .footer-top-menu ul{
    margin: 0;
    padding: 0;
}
.footer-container .footer-top-menu ul li{
    display: inline-block;
    width: auto;
    float: left;
    padding-right: 10px;
}
.footer-container .footer-top-menu ul li a{
    font-size: 14px;
    color: #232323;
    font-weight: 400;
    text-decoration: none;
}
.footer-container .footer-top-menu ul li a:hover{
    color: #fd6b10;
}
.footer-container .footer-menu-right{
    width: 100%;
    float: left;
}
.footer-container .footer-menu-right ul{
    margin: 0;
    padding: 0;
}
.footer-container .footer-menu-right ul li{
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.footer-container .footer-menu-right ul li a{
    font-size: 14px;
    color: #232323;
    font-weight: 400;
    text-decoration: none;
}
.footer-container .footer-menu-right ul li a:hover{
    color: #fd6b10;
}
.footer-container .footer-middle-set{
    width: 100%;
    float: left;
    border-top: 1px solid #dddcdc;
    border-bottom: 1px solid #dddcdc;
    padding: 20px 0;
}
.footer-container .footer-app-download img{
    padding-right: 30px;
}
.footer-container .footer-copyright{
    width: 100%;
    float: left;
    font-size: 12px;
    color: #232323;
    padding: 30px 0;
    text-align: center;
    font-style: italic;
}
.footer-social-icons{
    float:right;
    margin-top:6px;
}
.footer-container .footer-social-icons img {
    padding-right: 0px;
    padding-left: 20px;
}
/*Become a Driver Landing Page styles Start*/
.drive-with-us-container{
    width: 100%;
    float: left;
    margin-top: 150px;
}
.drive-with-us-container .title{
    width: 100%;
    float: left;
    font-size: 60px;
    color: #212121;
    font-style: italic;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}
.drive-with-us-container .title .orange-text{
    color: #f36f21;
}
.drive-with-us-container .desc{
    width: 100%;
    float: left;
    font-size: 30px;
    color: #212121;
    font-weight: 300;
    text-align: center;
    padding: 0 100px;
}
.drive-with-us-container .drive-with-us-form{
    width: 100%;
    float: left;
    padding: 40px 0;
}
.drive-with-us-container .drive-with-us-form label{
    width: 100%;
    font-size: 14px;
    color: #212121;
    text-transform: uppercase;
}
.drive-with-us-container .drive-with-us-form .form-control{
    height: 45px;
    font-size: 16px;
    background: #f2f2f2;
    outline: none;
    box-shadow: none;
}
.drive-with-us-container .drive-with-us-form .btn-become-a-driver{
    background: #f36f21;
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    padding: 15px 30px;
    box-shadow: none;
    margin-top: 30px;
    transition: all ease 2s;
}
.drive-with-us-container .drive-with-us-form .btn-become-a-driver:hover{
    background: #000;
    transition: all ease 2s;
}
.location-vector-image-container{
    width: 100%;
    float: left;
    text-align: center;
    /*margin-top: 50px;*//*Edited*/
}
/*Become a Driver Landing Page styles End*/
/*Landing Page 2 Style Start*/
.redefining-urban-commute-container{
    width: 100%;
    float: left;
    margin-top: 100px;/*Edited*/
}
.redefining-urban-commute-container .title{
    width: 100%;
    float: left;
    font-size: 30px;
    color: #212121;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.redefining-urban-commute-container .title .orange-text{
    color: #f36f21;
}
.redefining-urban-commute-container .booking-app{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #595858;
    font-weight: 300;
    text-align: center;
    margin: 45px 0;/*Edited*/
}
.redefining-urban-commute-container .booking-app img{
    margin: 20px 15px;
}
.redefining-urban-commute-container .booking-ride-form{
    width: 100%;
    float: left;
}
.redefining-urban-commute-container .booking-ride-form .form-control{
    height: 50px;
    background: #f2f2f2;
    font-size: 16px;
    font-weight: 700;
    box-shadow: none;
    padding-left: 50px;
    border-radius: 0px;
    border: none;
    border-right: 1px solid #bebebe;
}
.redefining-urban-commute-container .booking-ride-form .form-control.border-radius-left{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.redefining-urban-commute-container .booking-ride-form .pickup-location{
    width: 20%;
    float: left;
    position: relative;
}
.redefining-urban-commute-container .booking-ride-form .pickup-location:before{
    content: url('images/location-icon.png');
    position: absolute;
    top: 10px;
    left: 10px;
}
.redefining-urban-commute-container .booking-ride-form .drop-location{
    width: 20%;
    float: left;
    position: relative;
}
.redefining-urban-commute-container .booking-ride-form .drop-location:before{
    content: url('images/location-icon.png');
    position: absolute;
    top: 10px;
    left: 10px;
}
.redefining-urban-commute-container .booking-ride-form .when-date{
    width: 15%;
    float: left;
    position: relative;
}
.redefining-urban-commute-container .booking-ride-form .when-date:before{
    content: url('images/calendar-icon.png');
    position: absolute;
    top: 13px;
    left: 10px;
}
.redefining-urban-commute-container .booking-ride-form .car-type{
    width: 15%;
    float: left;
    position: relative;
}
.redefining-urban-commute-container .booking-ride-form .car-type:after{
    content: url('images/time-icon.png');
    position: absolute;
    top: 13px;
    left: 10px;
}
.redefining-urban-commute-container .booking-ride-form .mobile-number{
    width: 15%;
    float: left;
    position: relative;
}
.redefining-urban-commute-container .booking-ride-form .mobile-number:before{
    content: url('images/mobile-icon.png');
    position: absolute;
    top: 10px;
    left: 10px;
}
.redefining-urban-commute-container .booking-ride-form .button-last-child{
    width: 15%;
    float: left;
}
.redefining-urban-commute-container .booking-ride-form .button-last-child .btn-book-ride{
    background: #f36f21;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    transition: all ease 2s;
}
.redefining-urban-commute-container .booking-ride-form .button-last-child .btn-book-ride:hover{
    background: #000;
    transition: all ease 2s;
}
.redefining-urban-commute-container .booking-ride-form ::-webkit-input-placeholder {
    color: #4a4a4a;
}
.redefining-urban-commute-container .booking-ride-form :-moz-placeholder { /* Firefox 18- */
    color: #4a4a4a;
}
.redefining-urban-commute-container .booking-ride-form ::-moz-placeholder {  /* Firefox 19+ */
    color: #4a4a4a;
}
.redefining-urban-commute-container .booking-ride-form :-ms-input-placeholder {
    color: #4a4a4a;
}
/*Landing Page 2 Style Start*/
/*Rate Card Page Style Start*/
.rate-card-tab-container{
    width: 100%;
    float: left;
    margin-top: 150px;
    padding: 0 15px;
    padding-bottom: 70px;
}
.rate-card-tab-container .title{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #f36f21;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.rate-card-tab-container .rate-detail-block{
    width: 100%;
    float: left;
    margin-top: 80px;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    width: 100%;
    float: left;
}
.rate-card-tab-container .rate-detail-block .desc{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 18px;
    margin-bottom: 30px;
}
.rate-card-tab-container .rate-detail-block .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #4a4a4a;
    text-transform: uppercase;
    white-space: nowrap;
}
.rate-card-tab-container .rate-detail-block .table > tbody > tr > td{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 400;
    /*white-space: nowrap;*/
}
.rate-card-tab-container .airport-rate-package{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.rate-card-tab-container .airport-rate-package .title{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #f36f21;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.rate-card-tab-container .airport-rate-package .title-additional{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 700;
    margin-bottom: 10px;
}
.rate-card-tab-container .airport-rate-package .desc{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 18px;
}
.rate-card-tab-container .airport-rate-package .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #4a4a4a;
    text-transform: uppercase;
}
.rate-card-tab-container .airport-rate-package .table > tbody > tr > td{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 700;
}
.rate-card-tab-container .btn-ridenow {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 60px;
    background: #fd6b10;
    border-radius: 2px;
    box-shadow: none;
    margin-top: 30px;
    margin-bottom: 15px;
    transition: all ease 2s;
}
.rate-card-tab-container .btn-ridenow:hover{
    background: #000;
    transition: all ease 2s;
}
.rate-card-tab-container .tc-content{
    width: 100%;
    float: left;
    padding: 0 0px;
}
.rate-card-tab-container .tc-content .title{
    width: 100%;
    float: left;
    font-size: 12px;
    color: #4a4a4a;
    font-weight: 700;
}
.rate-card-tab-container .tc-content .desc{
    width: 100%;
    float: left;
    font-size: 12px;
    color: #4a4a4a;
    font-weight: 400;
}
.rate-card-tab-container .tc-content .desc p{
    margin-bottom: 0;
}
/*Rate Card Page Style End*/
/*Privicy Page Style Start*/
.privicy-policy-container{
    width: 100%;
    float: left;
    padding-top: 150px;
    padding-bottom: 120px;
}
.privicy-policy-container .title {
    width: 100%;
    float: left;
    font-size: 60px;
    color: #f36f21;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    line-height: 40px;
    text-align: left;
    margin-bottom: 60px;
}
.privicy-policy-container .title-lowercase {
    text-transform: lowercase;
}
.privicy-policy-container .subtitle {
    font-size: 30px;
    color: #000;
}
.privicy-policy-container .content{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.privicy-policy-container .bottom-content{
    width: 100%;
    float: left;
    font-size: 12px;
    color: #000;
    margin-top: 150px;
}
.privicy-policy-container .content p{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #000;
}
.privicy-policy-container .content .text-orange {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #f36f21;
}
.privicy-policy-container .content ul{
    float:left;
    padding-left: 17px;
}

/*Deal Offer Page Style Start*/
.deal-offer-container{
    width: 100%;
    float: left;
    padding-top: 150px;
    padding-bottom: 120px;
}
.deal-offer-container .title {
    width: 100%;
    float: left;
    font-size: 60px;
    color: #f36f21;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    line-height: 40px;
    text-align: left;
    margin-bottom: 60px;
}
.deal-offer-container .deal-block{
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaedf2;
}
.deal-offer-container .deal-block .deal-img{
    width: 100%;
    float: left;
}
.deal-offer-container .deal-block .deal-text{
    width: 100%;
    float: left;
    font-size: 36px;
    color: #000;
    font-weight: 300;
}
.deal-offer-container .deal-block .deal-text .strong{
    font-size: 40px;
    font-weight: bold;
    font-style: italic;
}
/*Aboutus Page Style Start*/
.aboutus-page-container{
    width: 100%;
    float: left;
    padding-top: 150px;
    padding-bottom: 120px;
}
.aboutus-page-container .title {
    width: 100%;
    float: left;
    font-size: 60px;
    color: #f36f21;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    line-height: 40px;
    text-align: left;
    margin-bottom: 60px;
}
.aboutus-page-container .content-block{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    font-weight: 300;
}
.aboutus-page-container .content-block .textline1{
    font-size: 36px;
}
/*Aboutus Page Style End*/
/*Contactus Page Style Start*/
.contact-page-container{
    width: 100%;
    float: left;
    padding-top: 150px;
    padding-bottom: 120px;
}
.contact-page-container .title {
    width: 100%;
    float: left;
    font-size: 60px;
    color: #f36f21;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    line-height: 40px;
    text-align: left;
    margin-bottom: 60px;
}
.contact-page-container .content-block{
    width: 100%;
    float: left;
}
.contact-page-container .content-block .contact-address{
    width: 100%;
    float: left;
}
.contact-page-container .content-block .contact-address .contact-detail-group{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.contact-page-container .content-block .contact-address .contact-detail-group .support-mail{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #f36f21;
    font-weight: 600;
    text-transform: uppercase;
    text-indent: 30px;
    background: url('images/mail-icon.png') no-repeat left center;
    padding: 5px;
}
.contact-page-container .content-block .contact-address .contact-detail-group .telephone{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #f36f21;
    font-weight: 600;
    text-transform: uppercase;
    text-indent: 30px;
    background: url('images/tel-icon.png') no-repeat left center;
    padding: 5px;
}
.contact-page-container .content-block .contact-address .contact-detail-group .location{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #f36f21;
    font-weight: 600;
    text-transform: uppercase;
    text-indent: 30px;
    background: url('images/location-icon2.png') no-repeat left center;
    padding: 5px;
}
.contact-page-container .content-block .contact-address .contact-detail-group .text-normal{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    font-weight: 300;
}
.contact-page-container .content-block .contact-address .contact-detail-group .social-icons{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.contact-page-container .content-block .contact-address .contact-detail-group .social-icons a{
    margin-right: 5px;
}
.contact-page-container .content-block .contact-form {
    width: 100%;
    float: left;
}
.contact-page-container .content-block .contact-form .submit-title{
    width: 100%;
    float: left;
    font-size: 36px;
    color: #000;
    font-weight: 300;
    text-transform: capitalize;
    font-style: normal;
    margin-bottom: 30px;
}
.contact-page-container .content-block .contact-form .form-control{
    height: 52px;
    font-size: 16px;
    color: #000;
    background: #f2f2f2;
}
.contact-page-container .content-block .contact-form textarea{
    height: auto !important;
}
.contact-page-container .content-block .contact-form .btn-submit{
    background: #f36f21;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 15px 40px;
    border-radius: 4px;
    transition: all ease 0.5s;
}
.contact-page-container .content-block .contact-form .btn-submit:hover{
    background: #000;
    transition: all ease 0.5s;
}
/*Contactus Page Style End*/
@media (max-width: 1200px){}
@media (max-width: 1024px){
    .image-comparison-slider-container .image-comparison-border .title::before {
        width: 275px;
    }
    .image-comparison-slider-container .image-comparison-border .title::after {
        width: 275px;
    }
}
.container-fluid.desktop-di {  display: block;  }
.container-fluid.mobile-app {  display: none;  }

@media (max-width: 991px){}
/* ---------------  Became A Driver Page Registration  ---------------- */

@media only screen and (min-width: 2001px) and (max-width: 2700px) {
    .container-fluid.desktop-di {  display: block;  }
    .container-fluid.mobile-app {  display: none;  }
}
@media only screen and (min-width: 1681px) and (max-width: 2000px) {
    .container-fluid.desktop-di {  display: block;  }
    .container-fluid.mobile-app {  display: none;  }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .container-fluid.desktop-di {  display: block;  }
    .container-fluid.mobile-app {  display: none;  }
}
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
    .container-fluid.desktop-di {  display: block;  }
    .container-fluid.mobile-app {  display: none;  }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
    .container-fluid.desktop-di {  display: block;  }
    .container-fluid.mobile-app {  display: none;  }
}
@media only screen and (min-width: 1046px) and (max-width: 1280px) {
	/* Become-A-Driver-Now-Form */
	.bcm-registration-form { top:0;}
	.bcm-registration-form .col-md-12 { margin-bottom: 10px;}
	/* Become-A-Driver-Now-Form */
    .container-fluid.desktop-di {  display: block;  }
    .container-fluid.mobile-app {  display: none;  }
}
@media only screen and (min-width: 983px) and (max-width: 1045px) {
    /* LOGIN PAGE */
    .position-ab {  margin-top: 0;  }
    /* END LOGIN PAGE */
	
	/* Became a Driver */
	.dr-top-title {	font-size: 50px; line-height: 70px;}
	/* Became a Driver */
	/* footer */	
	.ft-nav > li { padding-right: 5px;}
	/* footer */	
	/* Contact Us */
	.con-us-questions-txt { font-size: 16px;}
	.container.text-center.con-us-top {	margin-top: 30px; margin-bottom: 30px;}
	.container-fluid.con-us-form { padding:20px 0 25px;}
	/* Contact Us */
	/* home */
	.driver-slider .dr-sld-txt { padding: 10px;}
	/* home */
	/* Become-A-Driver-Now-Form */
	.bcm-registration-form { top:0;}
	.bcm-registration-form .col-md-12 { margin-bottom: 10px;}
	/* Become-A-Driver-Now-Form */
	
	.about-title span { font-size: 50px; line-height: 52px;}
	.ft-menu .ft-navbar {  margin:0;}
    #page-content-wrapper {  overflow: auto;  }

    .container-fluid.desktop-di {  display: block;  }
    .container-fluid.mobile-app {  display: none;  }
}
@media only screen and (min-width: 960px) and (max-width: 982px){
	/* Became a Driver */
	.dr-top-title br { display: none;}
	.dr-top-title {	font-size: 40px; line-height: 1.2em; padding-top: 0;
        text-align: center; margin-bottom: 30px;}
	.dr-top-block { max-width: none; width: 50%; float: left; margin-bottom: 20px;}
	.container.bcm-dr-top, .container-fluid.bcm-dr-btm { margin: 40px auto;}
	.container-fluid.bcm-dr-dark h2 { margin-bottom: 20px;}
	.col-md-4.abs-border::after { display:none;}
	.bcm-step > .col-md-4 { margin-bottom:30px;}
	.container-fluid.bcm-dr-dark { padding:40px 0;}
	/* Became a Driver */
	/* footer */	
	.ft-nav > li { padding-right: 5px;}
	.ft-app-link img { width: 165px;}
	.col-md-4.text-right.ft-app-link, .ft-menu .col-md-6, .ft-nav {text-align: center;}
	ul.ft-soc-lnk {	float: none;}
	/* footer */
	/* Contact Us */
	.con-us-questions-txt { font-size: 16px;}
	.container.text-center.con-us-top {	margin-top: 30px; margin-bottom: 30px;}
	.container-fluid.con-us-form { padding:20px 0 25px;}
	.con-us-questions { border:none;}
	.con-us-txt { margin:0 auto 30px;}
	/* Contact Us */
	.no-pad-lft { padding-left: 15px !important;}
	.no-pad-rgh { padding-right: 15px !important;}	
	/* home */
	.container-fluid.hm-map, .container.driver-slider, .container-fluid.cust-testi { padding: 20px 0 25px;}
	.ft-slick-cust .slick-slide.slick-current .ft-cust-li { padding-left:10px ;}
	.ft-slick-cust .ft-cust-li { padding-right:10px ;}
	.driver-slider .ft-slick-sld-inn { padding:0 ;}
	.driver-slider .slick-prev { left: -30px !important;	width: 40px !important;	height: 40px !important; background-size: 100% !important;}
	.driver-slider .slick-next { right: -30px !important;	width: 40px !important;	height: 40px !important; background-size: 100% !important;}
	.driver-slider .dr-sld-txt { padding: 10px;}
	.ft-cust-qout { padding:15px 10px;}
	/* home */
	/* Become-A-Driver-Now-Form */
	.bcm-registration-form { top:0;}
	.bcm-registration-form .col-md-12 { margin-bottom: 10px;}
	/* Become-A-Driver-Now-Form */
    .first-ball {  left: 10%;  }
    .second-ball {  left: 6%;  }
    .third-ball {  right: 18%;  }
    .fourth-ball {  right: 22%;  }
    .banner .banner-text h1 {  font-size: 50px;  line-height: 60px;  margin: 0 0 15px 0;  }
    .banner > img {  height: 550px;  }
    .about-page .banner > img {  height: auto;  }
    .banner .button-left {  display: none;  }
	
	.about-title span { font-size: 50px; line-height: 52px;}
	.col-md-4.custo { width: 100%;margin-right: 0;}
	.inner-page .about-us h2 {font-size: 45px;margin: 15px 0; line-height: 48px;}
	.ft-bottom .ft-menu { display: -webkit-box;  display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -moz-box-orient: vertical;
    -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  /* optional */ -webkit-box-align: start; -moz-box-align: start; -ms-flex-align: start;
    -webkit-align-items: flex-start;  align-items: flex-start; text-align: center; }
	.ft-bottom .ft-menu .col-md-6:nth-child(1) { -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2; width:100%; text-align: center; margin:5px 0;}
	.ft-bottom .ft-menu .col-md-6:nth-child(2) { -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; -ms-flex-order: 1; -webkit-order: 1; order: 1; width:100%; text-align: center; margin:5px 0;}
    .container-fluid.banner { overflow: hidden; }
    .position-ab {  margin-top: 30px;  }
    #page-content-wrapper {  overflow: auto;  }
    .container-fluid.desktop-di {  display: none;  }
    .container-fluid.mobile-app {  display: block;  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	/* Became a Driver */
	.dr-top-title br { display: none;}
	.dr-top-title {	font-size: 40px; line-height: 1.2em; padding-top: 0; text-align: center; margin-bottom: 30px;}
	.dr-top-block { max-width: none; width: 50%; float: left; margin-bottom: 20px;}
	.container.bcm-dr-top, .container-fluid.bcm-dr-btm { margin: 40px auto;}
	.container-fluid.bcm-dr-dark h2 { margin-bottom: 20px;}
	.col-md-4.abs-border::after { display:none;}
	.bcm-step > .col-md-4 { margin-bottom:30px;}
	.container-fluid.bcm-dr-dark { padding:40px 0;}
	/* Became a Driver */
	/* footer */	
	.ft-nav > li { padding-right: 5px;}
	.ft-app-link img { width: 165px;}
	.col-md-4.text-right.ft-app-link, .ft-menu .col-md-6, .ft-nav {text-align: center;}
	ul.ft-soc-lnk {	float: none;}
	/* footer */
	/* Contact Us */
	.con-us-questions-txt { font-size: 16px;}
	.container.text-center.con-us-top {	margin-top: 30px; margin-bottom: 30px;}
	.container-fluid.con-us-form { padding:20px 0 25px;}
	.con-us-questions { border:none;}
	.con-us-txt { margin:0 auto 30px;}
	/* Contact Us */
	.no-pad-lft { padding-left: 15px !important;}
	.no-pad-rgh { padding-right: 15px !important;}
	/* home */
	.container-fluid.hm-map, .container.driver-slider, .container-fluid.cust-testi { padding: 20px 0 25px;}
	.ft-slick-cust .slick-slide.slick-current .ft-cust-li { padding-left:10px ;}
	.ft-slick-cust .ft-cust-li { padding-right:10px ;}
	.driver-slider .ft-slick-sld-inn { padding:0 ;}
	.driver-slider .slick-prev { left: -30px !important;	width: 40px !important;	height: 40px !important; background-size: 100% !important;}
	.driver-slider .slick-next { right: -30px !important;	width: 40px !important;	height: 40px !important; background-size: 100% !important;}
	.driver-slider .dr-sld-txt { padding: 10px;}
	.ft-cust-qout { padding:15px 10px;}
	/* home */
    #sidebar-wrapper.styki-sidebar {     top: 94px;  }
    .button-left {  top: 35px;  }
	/* Become-A-Driver-Now-Form */
	.bcm-registration-form { top:0;}
	.bcm-registration-form .col-md-12 { margin-bottom: 10px;}
	/* Become-A-Driver-Now-Form */

    .stiky {  width: 100%;  height: 95px;  }
    .banner .banner-text h1 {  font-size: 30px;  margin-top: 0;  line-height: 50px;  }
    .banner .banner-text p {  font-size: 19px;  margin-bottom: 35px; line-height: 30px;  }
    .logo {  left: 100px;  top: -7px; position: relative; }
    .hamburger {  position: relative;  }
    .logo img {  width: 20%;  }
    .first-ball, .second-ball, .third-ball, .fourth-ball  {  position: relative;  left: auto;  top: auto;  margin: 0 auto;  display: block;  right: auto;  margin-bottom: 50px;  }
    .banner > img {  height: 450px;  }
    .about-page .banner > img {  height: auto;  }
    .ball {  position: relative;  margin: 0 auto;  animation: none;  }
    .banner .button-left {  display: none;  }
	.about-title span { font-size: 50px; line-height: 52px;}
	.col-md-4.custo { width: 100%;margin-right: 0;}
	.inner-page .about-us h2 {font-size: 45px;margin: 15px 0; line-height: 48px;}

	.bcm-registration-form button.submit{ float:none;}
	.bcm-registration-form { top: auto;}
	ul.ft-soc-lnk > li:first-child { margin: 0;}
	.meet-our-luxo .seven-cols .col-md-1 { width: 33%; float: left;}
	.ft-bottom .ft-menu { display: -webkit-box;  display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -moz-box-orient: vertical;
    -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  /* optional */ -webkit-box-align: start; -moz-box-align: start; -ms-flex-align: start;
    -webkit-align-items: flex-start;  align-items: flex-start; text-align: center; }
	.ft-bottom .ft-menu .col-md-6:nth-child(1) { -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2; width:100%; text-align: center; margin:5px 0;}
	.ft-bottom .ft-menu .col-md-6:nth-child(2) { -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; -ms-flex-order: 1; -webkit-order: 1; order: 1; width:100%; text-align: center; margin:5px 0;}
    .first-ball, .second-ball, .third-ball, .fourth-ball {	width: 25%;	float: left;}
    .position-ab {  margin-top: 30px;  }
    .login-logo { margin-left: 65px; }
    .container-fluid.banner { overflow: hidden; }
    #page-content-wrapper {  overflow: auto;  }

    .container-fluid.desktop-di {  display: none;  }
    .container-fluid.mobile-app {  display: block;  }

    
}
@media only screen and (min-width: 591px) and (max-width: 767px) {
	/* Became a Driver */
	.dr-top-title br { display: none;}
	.dr-top-title {	font-size: 40px; line-height: 1.2em; padding-top: 0; text-align: center; margin-bottom: 30px;}
	.dr-top-block { max-width: none; width: 100%; float: left; margin-bottom: 20px;}
	.container.bcm-dr-top, .container-fluid.bcm-dr-btm { margin: 40px auto;}
	.container-fluid.bcm-dr-dark h2 { margin-bottom: 20px;}
	.col-md-4.abs-border::after { display:none;}
	.bcm-step > .col-md-4 { margin-bottom:30px;}
	.container-fluid.bcm-dr-dark { padding:40px 0;}
	/* Became a Driver */
	/* footer */	
	.ft-nav > li { padding-right: 5px;}
	.ft-app-link img { width: 165px;}
	.col-md-4.text-right.ft-app-link, .ft-menu .col-md-6, .ft-nav {text-align: center;}
	ul.ft-soc-lnk {	float: none;}
	.ft-nav > li > a { font-size:14px; padding:0;}
	/* footer */
	/* Contact Us */
	.con-us-questions-txt { font-size: 16px;}
	.container.text-center.con-us-top {	margin-top: 30px; margin-bottom: 30px;}
	.container-fluid.con-us-form { padding:20px 0 25px;}
	.con-us-questions { border:none;}
	.con-us-txt { margin:0 auto 30px;}
	/* Contact Us */
	.no-pad-lft { padding-left: 15px !important;}
	.no-pad-rgh { padding-right: 15px !important;}
	/* Help */
	.container.help-btn { margin: 20px auto 30px;}
	h4.panel-title > a, h4.panel-title > a:hover { font-size: 18px;	line-height: 28px;}
	.panel-body { font-size: 14px; line-height: 20px;}
	/* Help */
    p {  font-size: 15px;  line-height: 20px;  }
    .row {  margin-right: 0;  margin-left: 0;  }
    .button-left .button-two a, .button-left .button-two a:hover {  padding: 10px 18px;  }
    .button-left a {  font-size: 13px;  }
    .button-left {  top: 20px;  }
    #sidebar-wrapper.styki-sidebar {  top: 0;  }
	/* home */
	.container-fluid.hm-map, .container.driver-slider, .container-fluid.cust-testi { padding: 20px 0 25px;}
	.ft-slick-cust .slick-slide.slick-current .ft-cust-li { padding-left:0 ;}
	.ft-slick-cust .ft-cust-li { padding-right:0 ;}
	.driver-slider .ft-slick-sld-inn { padding:0 ;}
	.driver-slider .slick-prev { left: -30px !important;	width: 40px !important;	height: 40px !important; background-size: 100% !important;}
	.driver-slider .slick-next { right: -30px !important;	width: 40px !important;	height: 40px !important; background-size: 100% !important;}
	.driver-slider .dr-sld-txt { padding: 10px;}
	.ft-cust-qout { padding:15px 10px;}
	/* home */
	/* Become-A-Driver-Now-Form */
	.bcm-registration-form { top:0;}
	.bcm-registration-form .col-md-12 { margin-bottom: 10px;}
	.container-fluid.bcm-registration { position:relative;}
	.bcm-registration-rgh { display:none;}
	/* Become-A-Driver-Now-Form */
    .stiky {  width: 100%;  height: 75px; }
    .banner .banner-text h1 {  font-size: 30px;  margin-top: 0;  line-height: 50px;  }
    .banner .banner-text p {  font-size: 19px;  margin-bottom: 35px; line-height: 30px;  }
    .logo {  left: 110px;  top: 15px; }
    .hamburger {  position: relative; top: 20px; }
    .banner-text .col-sm-5 {  margin-bottom: 15px;  }
    .logo img {  width: 20%;  }
    .first-ball, .second-ball, .third-ball, .fourth-ball  {  position: relative;  left: auto;  top: auto;  margin: 0 auto;  display: block;  right: auto;  margin-bottom: 50px;  }
    .banner > img {  height: 500px;  }
    .ball {  position: relative;  margin: 0 auto;  animation: none;  }
    .section-1 .col-sm-4.frist .row,  .section-1 .col-sm-4.lst .row, .section-1 .col-sm-4 .row {  display: block;  float: none;  margin-bottom: 20px;  }
	.bcm-btn-bnn { font-size: 20px;	padding: 10px 20px;	line-height: 32px;	margin-top: 10px;}
	
	.about-title {font-size: 36px;}
	.about-title span {font-size: 40px; line-height: 42px;}
	.inner-page .about-us h2{ margin:15px 0 10px 0; font-size:24px;}
	.inner-page .about-us h5 { font-size: 18px; margin-bottom:20px;}
	.team-name {font-size: 20px;  line-height: 24px;}
	.col-md-4.custo { width: 100%;margin-right: 0;}
	.service-title {font-size: 22px; }
	
	.container-fluid.bcm-registration{position: relative;}
	.bcm-registration > .bcm-registration-rgh{ display:none;}
	.bcm-registration-form button.submit{ float:none;}
	.bcm-registration-form { top: auto;}
	ul.ft-soc-lnk > li:first-child { margin: 0;}
	a.no-pad-rgh{ padding:0 !important; display:block;}
	.meet-our-luxo .seven-cols .col-md-1 { width: 33%; float: left;}
	.section-1 .col-sm-4 { margin-bottom: 35px;}
	.ft-bottom .ft-menu { display: -webkit-box;  display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -moz-box-orient: vertical;
    -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  /* optional */ -webkit-box-align: start; -moz-box-align: start; -ms-flex-align: start;
    -webkit-align-items: flex-start;  align-items: flex-start; text-align: center; }
	.ft-bottom .ft-menu .col-md-6:nth-child(1) { -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2; width:100%; text-align: center; margin:5px 0;}
	.ft-bottom .ft-menu .col-md-6:nth-child(2) { -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; -ms-flex-order: 1; -webkit-order: 1; order: 1; width:100%; text-align: center; margin:5px 0;}
    .first-ball, .second-ball, .third-ball, .fourth-ball {	width: 25%;	float: left;}
    .position-ab {  margin-top: 30px;  }
    .login-logo {  margin-left: 50px;  }
    .container-fluid.banner { overflow: hidden; }
    .ft-app-link img {  margin-bottom: 10px;  }
    #page-content-wrapper {  overflow: auto;  }

    .container-fluid.desktop-di {  display: none;  }
    .container-fluid.mobile-app {  display: block;  }
	.login-box{width:100%;}
	.sine-up{margin:10px 0;}
}
@media only screen and (min-width: 471px) and (max-width: 590px) {
	/* Became a Driver */
	.dr-top-title br { display: none;}
	.dr-top-title {	font-size: 28px; line-height: 1.2em; padding-top: 0; text-align: center; margin-bottom: 30px;}
	.dr-top-block { max-width: none; width: 100%; float: left; margin-bottom: 20px;}
	.container.bcm-dr-top, .container-fluid.bcm-dr-btm { margin: 40px auto;}
	.container-fluid.bcm-dr-dark h2 { margin-bottom: 20px;}
	.col-md-4.abs-border::after { display:none;}
	.bcm-step > .col-md-4 { margin-bottom:30px;}
	.container-fluid.bcm-dr-dark { padding:40px 0;}
	.dr-top-block-title { font-size: 18px;}
	/* Became a Driver */
	/* footer */	
	.ft-nav > li { padding-right:10px;}
	.ft-app-link img { width: 165px;}
	.col-md-4.text-right.ft-app-link, .ft-menu .col-md-6, .ft-nav {text-align: center;}
	ul.ft-soc-lnk {	float: none;}
	.ft-nav > li > a { font-size:14px; padding:0;}
	/* footer */
	/* Contact Us */
	.con-us-questions-txt { font-size: 16px;}
	.container.text-center.con-us-top {	margin-top: 30px; margin-bottom: 30px;}
	.container-fluid.con-us-form { padding:20px 0 25px;}
	.con-us-questions { border:none;}
	.con-us-txt { margin:0 auto 30px;}
	/* Contact Us */
	.no-pad-lft { padding-left: 15px !important;}
	.no-pad-rgh { padding-right: 15px !important;}
	/* Help */
	.container.help-btn { margin: 20px auto 30px;}
	h4.panel-title > a, h4.panel-title > a:hover { font-size: 18px;	line-height: 28px;}
	.panel-body { font-size: 14px; line-height: 20px;}
	/* Help */
    /* Condition And Treatment */
    .banner .banner-text {  position: absolute;  top: 50%;  left: inherit;  transform: translateY(-50%);  width: 100%;   }
    .inner-page .banner-text h1 {  font-size: 25px; line-height: 40px; }
    .inner-page .banner-text p {  font-size: 15px;  }
    .stiky {  width: 100%;  height: 60px;  }
    .hamburger {  height: 31px;  margin-left: 30px;  top: 15px;  width: 26px;  }
    .banner > img {  height: 300px;  }
    
    .button-left {  position: absolute;  top: 30px;  right: auto;  text-align: center;  width: 100%;  }
    .styki-sidebar .sidebar-nav {  top: 70px;  }
    #sidebar-wrapper.styki-sidebar {  top: 0;  }
    .inner-page h2 {  margin-top: 30px;  margin-bottom: 10px; font-size: 25px; }
    p {  font-size: 15px;  line-height: 20px;  }
    .row {  margin-right: 0;  margin-left: 0;  }
    /* Condition And Treatment */
	/* home */
	.container-fluid.hm-map, .container.driver-slider, .container-fluid.cust-testi { padding: 20px 0 25px;}
	.ft-slick-cust .slick-slide.slick-current .ft-cust-li { padding-left:0 ;}
	.ft-slick-cust .ft-cust-li { padding-right:0 ;}
	.driver-slider .ft-slick-sld-inn { padding:0 ;}
	.driver-slider .slick-prev { left: -30px !important;	width: 40px !important;	height: 40px !important; background-size: 100% !important;}
	.driver-slider .slick-next { right: -30px !important;	width: 40px !important;	height: 40px !important; background-size: 100% !important;}
	.driver-slider .dr-sld-txt { padding: 10px;}
	.ft-cust-qout { padding:15px 10px;}
	/* home */
    .banner .banner-text h1 {  font-size: 22px;  margin-top: 0px;  line-height: 40px;  }
    .banner .banner-text p {  font-size: 17px;  margin-bottom: 50px;  }
    .logo {  left: 100px;  top: 0; position: relative; }
    .hamburger {  position: relative;  }
    .banner-text .col-sm-5 {  width: 50%;  float: left;  }
    .first-ball, .second-ball, .third-ball, .fourth-ball  {  position: relative;  left: auto;  top: auto;  margin: 0 auto;  display: block;  right: auto;  margin-bottom: 50px;  }
    .ball {  position: relative;  margin: 0 auto;  animation: none;  }
    .section-1 .col-sm-4.frist .row,  .section-1 .col-sm-4.lst .row, .section-1 .col-sm-4 .row {  display: block;  float: none;  margin-bottom: 20px;  }
    .row.text-center.section-1 {  padding-top: 20px;  padding-bottom: 70px;  }
    .section-1 p {  margin-bottom: 45px;  }
    h2 {  font-size: 30px;  }
    h3 {  font-size: 23px;  }
	.bcm-btn-bnn { font-size: 20px;	padding: 10px 20px;	line-height: 32px;	margin-top: 10px;}
	
	.about-title {font-size: 36px;}
	.about-title span {font-size: 40px; line-height: 42px;}
	.inner-page .about-us h2{ margin:15px 0 10px 0; font-size:24px;}
	.inner-page .about-us h5 { font-size: 18px; margin-bottom:20px;}
	.team-name {font-size: 20px;  line-height: 24px;}
	.col-md-4.custo { width: 100%;margin-right: 0;}
	.service-title {font-size: 22px; }
	
	.container-fluid.bcm-registration{position: relative;}
	.bcm-registration > .bcm-registration-rgh{ display:none;}
	.bcm-registration-form button.submit{ float:none;}
	.bcm-registration-form { top: auto;}
	ul.ft-soc-lnk > li:first-child { margin: 0;}
	a.no-pad-rgh{ padding:0 !important; display:block;}
	.meet-our-luxo .seven-cols .col-md-1 { width: 50%; float: left;}
	.section-1 .col-sm-4 { margin-bottom: 35px;}
	.ft-bottom .ft-menu { display: -webkit-box;  display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -moz-box-orient: vertical;
    -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  /* optional */ -webkit-box-align: start; -moz-box-align: start; -ms-flex-align: start;
    -webkit-align-items: flex-start;  align-items: flex-start; text-align: center; }
	.ft-bottom .ft-menu .col-md-6:nth-child(1) { -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2; width:100%; text-align: center; margin:5px 0;}
	.ft-bottom .ft-menu .col-md-6:nth-child(2) { -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; -ms-flex-order: 1; -webkit-order: 1; order: 1; width:100%; text-align: center; margin:5px 0;}
    .first-ball, .second-ball, .third-ball, .fourth-ball {	width: 50%;	float: left;}
    .button-left {  top: 11px;  left: auto;  right: 0;  width: 175px;  }
    .button-left .button-one a {  padding: 5px;  }
    .button-left a {  font-size: 11px;  margin-right: 3px;}
    .button-left .button-two a, .button-left .button-two a:hover {  padding: 5px 5px;  }
    .logo {  left: 90px;  top: 12px;  position: absolute;  width: 80px;  }
    .logo img { width: 110px;}

    .position-ab {  margin-top: 5px;  }
    .login-logo {  display: inline-block;  margin-left: 20px;  }
	.sidebar-nav{top:70px;}
    .container-fluid.banner { overflow: hidden; }
    .ft-app-link img {  margin-bottom: 10px;  }
    #page-content-wrapper {  overflow: auto;  }

    .container-fluid.desktop-di {  display: none;  }
    .container-fluid.mobile-app {  display: block;  }
	.login-box{width:100%;}
	.sine-up{margin:10px 0;}
}
@media only screen and (min-width: 320px) and (max-width: 470px) {
    /* LOGIN PAGE */
    .login-box {  width: 90%;  margin: 0 auto;  }
    .login-clr a.back-arrow { margin-left: 0; }
    /* END LOGIN PAGE */
    /* Condition And Treatment */
    .banner .banner-text {  position: absolute;  top: 50%;  left: inherit;  transform: translateY(-50%);  width: 100%;   }
    .inner-page .banner-text h1 {  font-size: 25px; line-height: 40px; }
    .inner-page .banner-text p {  font-size: 15px;  }
    .stiky { width: 100%;  height: 60px; }
    .logo {  left: 100px;  top: 30px;  }
    .hamburger {  height: 31px;  margin-left: 15px;  top: 15px;  width: 26px;  }
    .logo img {  width: 65%;  }
    .banner > img {  height: 300px;  }
    #page-content-wrapper  .banner > img { object-position: 70% center;object-fit: cover;  }
    .button-left { top: 25px; left: 0; right: auto;  width: 100%;}
    .styki-sidebar .sidebar-nav {  top: 70px;  }
    #sidebar-wrapper.styki-sidebar {  top: 0;  }
    .inner-page h2 {  margin-top: 30px;  margin-bottom: 10px; font-size: 25px; }
    p {  font-size: 15px;  line-height: 20px;  }
    .row {  margin-right: 0;  margin-left: 0;  }
    /* Condition And Treatment */
	/* Became a Driver */
	.dr-top-title br { display: none;}
	.dr-top-title {	font-size: 20px; line-height: 1.2em; padding-top: 0; text-align: center; margin-bottom: 30px;}
	.dr-top-block { max-width: none; width: 100%; float: left; margin-bottom: 20px;}
	.container.bcm-dr-top, .container-fluid.bcm-dr-btm { margin: 40px auto;}
	.container-fluid.bcm-dr-dark h2 { margin-bottom: 20px;}
	.col-md-4.abs-border::after { display:none;}
	.bcm-step > .col-md-4 { margin-bottom:30px;}
	.container-fluid.bcm-dr-dark { padding:20px 0;}
	.dr-top-block-title { font-size: 18px;}
	/* Became a Driver */
	/* footer */
	.ft-nav > li { padding-right: 10px;}
	.ft-app-link img { width: 165px; margin-bottom:10px;}
	.col-md-4.text-right.ft-app-link, .ft-menu .col-md-6, .ft-nav {text-align: center;}
	ul.ft-soc-lnk {	float: none;}
	.ft-nav > li > a { font-size:14px; padding:0;}
	.container-fluid.ft-top { padding:10px 0;}
	/* footer */
	/* Contact Us */
	.con-us-questions-txt { font-size: 16px;}
	.container.text-center.con-us-top {	margin-top: 30px; margin-bottom: 30px;}
	.container-fluid.con-us-form { padding:20px 0 25px;}
	.con-us-questions { border:none;}
	.con-us-txt { margin:0 auto 30px;}
	/* Contact Us */
	.no-pad-lft { padding-left: 15px !important;}
	.no-pad-rgh { padding-right: 15px !important;}
	/* Help */
	.container.help-btn { margin: 20px auto 30px;}
	h4.panel-title > a, h4.panel-title > a:hover { font-size: 16px;	line-height: 22px;}
	.panel-body { font-size: 14px; line-height: 20px;}
	/* Help */
	/* home */
	.container-fluid.hm-map, .container.driver-slider, .container-fluid.cust-testi { padding: 20px 0 25px;}
	.ft-slick-cust .slick-slide.slick-current .ft-cust-li { padding-left:0 ;}
	.ft-slick-cust .ft-cust-li { padding-right:0 ;}
	.driver-slider .ft-slick-sld-inn { padding:0 ;}
	.driver-slider .slick-prev { left: -30px !important;	width: 40px !important;	height: 40px !important; background-size: 100% !important;}
	.driver-slider .slick-next { right: -30px !important;	width: 40px !important;	height: 40px !important; background-size: 100% !important;}
	.driver-slider .dr-sld-txt { padding: 10px;}
	.ft-cust-qout { padding:15px 10px;}
	/* home */
    .banner .banner-text h1 {  font-size: 22px;  margin-top: 0px;  line-height: 40px;  }
    .banner .banner-text p {  font-size: 17px;  margin-bottom: 50px;  }
    .logo {  left: 50%;top: 12px;position: absolute;transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); width: 100px;}
    .hamburger {  position: relative;  }
    .logo img {  width: 100%;  }
    .banner-text .col-sm-5 {  width: 50%;  float: left;  }
    .first-ball, .second-ball, .third-ball, .fourth-ball  {  position: relative;  left: auto;  top: auto;  margin: 0 auto;  display: block;  right: auto;  margin-bottom: 50px;  }
    .ball {  position: relative;  margin: 0 auto;  animation: none;  }
    .mobile-img {  width: 100%;  }
    .row.text-center.section-1 {  padding-top: 20px;  padding-bottom: 70px;  }
    .section-1 p {  margin-bottom: 45px;  }
    h2 {  font-size: 30px;  }
    h3 {  font-size: 23px;  }
	.bcm-btn-bnn { font-size: 20px;	padding: 10px 20px;	line-height: 32px;	margin-top: 10px;}
	
	.about-title {font-size: 36px;}
	.about-title span {font-size: 40px; line-height: 42px;}
	.inner-page .about-us h2{ margin:15px 0 10px 0; font-size:24px;}
	.inner-page .about-us h5 { font-size: 18px; margin-bottom:20px;}
	.team-name {font-size: 20px;  line-height: 24px;}
	.col-md-4.custo { width: 100%;margin-right: 0;}
	.service-title {font-size: 22px; }
		
	.container-fluid.bcm-registration{position: relative;}
	.bcm-registration > .bcm-registration-rgh{ display:none;}
	.bcm-registration-form button.submit{ float:none;}
	.bcm-registration-form { top: auto;}
	ul.ft-soc-lnk > li:first-child { margin: 0;}
	a.no-pad-rgh{ padding:0 !important; display:block;}
	.meet-our-luxo .seven-cols .col-md-1 { width: 50%; float: left;}
	.section-1 .col-sm-4 { margin-bottom: 35px;}
	.car-imge {	height: 125px;	width: 125px;}
	.ft-bottom .ft-menu { display: -webkit-box;  display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -moz-box-orient: vertical;
    -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  /* optional */ -webkit-box-align: start; -moz-box-align: start; -ms-flex-align: start;
    -webkit-align-items: flex-start;  align-items: flex-start; text-align: center; }
	.ft-bottom .ft-menu .col-md-6:nth-child(1) { -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2; width:100%; text-align: center; margin:5px 0;}
	.ft-bottom .ft-menu .col-md-6:nth-child(2) { -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; -ms-flex-order: 1; -webkit-order: 1; order: 1; width:100%; text-align: center; margin:5px 0;}
    .first-ball, .second-ball, .third-ball, .fourth-ball {	width: 50%;	float: left;}
    .button-left {  top: 11px;  left: auto;  right: 0;  width: 175px;  }
    .button-left .button-one a {  padding: 5px;  }
    .button-left a {  font-size: 11px;  margin-right: 3px;}
    .button-left .button-two a, .button-left .button-two a:hover {  padding: 5px 5px;  }
    .logo {  left: 90px;  top: 12px;  position: absolute;  width: 80px;  }

    .login-logo {  display: inline-block;  width: 65%;  text-align: left;  margin-left: 0;  }
    .back-arrow {  width: 35%;  float: left;  }
    .login-logo img {  width: 140px;  }
    .login-clr a.back-arrow::before {  left: -15px;  }
    .position-ab {  margin-top: 5px;  }
	.sidebar-nav{top:70px;}
    .container-fluid.banner { overflow: hidden; }
    #page-content-wrapper {  overflow: auto;  }

    .container-fluid.desktop-di {  display: none;  }
    .container-fluid.mobile-app {  display: block;  }
	.login-box{width:100%;}
	.sine-up{margin:10px 0;}
}
.alert-danger
{
    background-color: #f5f5f5;
    border-color: #da7f8e;
}
@media screen and (max-width: 500px) {
    .login-box {
        width: 100% !important;
        border: 1px solid #c6af76;
        padding: 40px;
        height : auto !important;
        margin-bottom : 50px;
    }
}
@media screen and (max-width:600px)
{
    .button-left {width:243px;}
}
@media screen and (max-width: 767px)
{
    .button-left {
        top: 13px;
        left: auto;
        right: 0;
        width: 60%;
        margin: auto;
        text-align: center;


    }
    .button-one, .button-two{
        margin:0 0 10px 0;}

    .about-page > .banner > img {
        height: auto !important;
        min-height: 150px !important;
    }
    .about-page .about-us > h5{text-align: left;font-size: 20px;}

    .hero-container {

        width: 60% !important;
        border-radius: 0px !important;
        bottom: 15% !important;
        left: 20% !important;
        padding: 15px 10px 0px 10px !important;

    }
    .hero-title {

        font-size: 14px;
        line-height: 25px;
        text-shadow: 1px 1px 0 rgba(0,0,0,.75);
        color: white;

    }
    .hero-container h2 {font-size: 20px;    }
    #page-content-wrapper .hero-container span{font-size: 16px;line-height: 24px;display: block;margin-bottom: 15px;}
    #page-content-wrapper .hero-container br{display: none;}
    #page-content-wrapper .hero-container span br{display: block;}
    .hero-container .btn.btn-hero,.hero-container .btn.btn-hero:hover,.hero-container .btn.btn-hero:focus {font-size: 12px;padding: 8px 12px;margin: 0 auto 15px auto;}
    .hero-container { text-align: center; }
     #page-content-wrapper  .banner > img { object-position: center center;object-fit: cover;  }
     .banner > img {height: 400px;}
     #page-content-wrapper  .banner > img { object-position: 55% center;object-fit: cover;height: 400px;  }	

    #page-content-wrapper.driver-requirement-page .banner > img {object-position: 30% center;object-fit: cover;height: 400px;}
     #page-content-wrapper.luxowav-page .banner > img { height: 400px;}
     .border {margin-top: 10px;}
     .about-us > .row {margin-top: 20px;}
     .about-us > .row.margin-1 {margin-top: 0;padding-bottom: 10px;}
    .about-us > .row.margin-1 > h2{margin-top: 20px;}
    .team-spass {height: 0;}
    .about-us > .row.margin-1 > .col-md-6{margin:10px 0;}
    .service-sec h2 {margin-bottom: 15px;margin-top: 0px;}
    .gray-bg.service-sec{padding: 20px 0 20px 0}
    
    .section1Home h2 {margin-bottom: 20px !important;margin-top: 20px;}
    .container-fluid.hm-map h2{margin-top: 0}
    .container.meet-our-luxo  h2{margin-top: 0}

    .rider-login-image {    margin-bottom: 30px;}
    .about-page > .banner > img{     height: 400px !important;object-position: 75% center;object-fit: cover;}

    .sidebar-nav {top: 70px;}
    .styki-sidebar .sidebar-nav{top: 70px;}
    #sidebar-wrapper.styki-sidebar { top: 0;}
    
}

@media screen and (max-width: 575px){
	#page-content-wrapper  .banner > img { object-position: 70% center;object-fit: cover;    height: 250px;  }	
    #page-content-wrapper.driver-requirement-page .banner > img { object-position: 22% center;    height: 250px;}
    #page-content-wrapper.luxowav-page .banner > img { height: 250px;}
    #page-content-wrapper.privacy-policy-page .banner > img {height: 250px;}
    #page-content-wrapper.terms-and-condition-page .banner > img {height: 250px;object-position: center center;}
    .about-page > .banner > img{     height: 250px !important;object-position: 75% center;object-fit: cover;}
	.container.meet-our-luxo .carname{margin-bottom: 10px;width: 100%;}
    .contact-us-page .hero-container{bottom: 0 !important;}
}

@media  screen and (max-width: 982px) and (min-width: 768px){
	#page-content-wrapper  .banner > img { object-position: 70% center;object-fit: cover;height: 400px;  }
    #page-content-wrapper.driver-requirement-page .banner > img {object-position: center center;}
	.container.meet-our-luxo .col-sm-4{margin-bottom: 10px;}
    .about-page > .banner > img{     height: 400px !important;object-position: 75% center;object-fit: cover;}
    .login-box {width: 350px;}
     .sidebar-nav{    top: 100px;}

}

@media  screen and (max-width: 1199px) and (min-width: 983px){
	#page-content-wrapper  .banner > img { object-position: center center;object-fit: cover;height: 400px;  }
    .about-page > .banner > img{     height: 400px !important ;object-position: center center;object-fit: cover;}
    .banner .banner-text h1{font-size: 45px;}
	

}
