@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
.goog-tooltip {
    display: none !important;
}
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important; 
    box-shadow: none !important;
}
html{
	font-size: 16px;
}
body {
	font-family: 'Lato', sans-serif;
	color: #2f3231;
	font-size: 1rem;
	margin: 0;
	padding: 0;
	background: #ffffff;
	overflow-x: hidden;
	letter-spacing: 0.01rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #454f66;
	font-family: 'Arimo', sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 42px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #000;
}

ol,
ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.top_header,.your_ride_sec .nav-tabs li a{
	font-family: 'Arimo', sans-serif;
}
.f_r_f_inner .form-control,
.form-control,.btn{
	font-family: 'Lato', sans-serif;
}

.social a,.main_header,.p_d_slide .p_d_inner,.a_point:after,
.d_point:after,
.top_header a,
header .navbar .navbar-nav .nav-link,
.go_btn,
ul.footer_social li a,
ul.social_list li a,
.newsletter_form form button,
.language_toggle i,.ride_block {
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
}

.contact_form .form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}
.whereToBuyInfo select {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
.br-50 {
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}
.or_div span {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.banner_caption {
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}
img {
	max-width: 100%;
}
.d_table {
	display: table;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
.d_table_cell {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.site_btn {
	background: transparent;
	padding: 0px 15px;
	color: #2f3231;
	height: 60px;
	line-height: 58px;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #6d6f6e;
	border-radius: 0;
}
.site_btn:hover {
	background: #6d6f6e;
	border: 2px solid #6d6f6e;
	color: #fff;
}
.form-control{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: inset none; 
}
.form-control:focus {
	border-color: #ddd;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: inset none;
}
.btn {
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	text-transform: uppercase;
	font-size: 14px;
}
.c_green{
	color: #02ce77;
}
.bg_d_gray,.btn.bg_green:hover {
	background-color: #454f66;
	color: #fff;
}
.bg_green,.btn.bg_d_gray:hover,
.go_btn:hover,
ul.footer_social li a:hover,
ul.social_list li a:hover,
.profile_tabs_content .btn:hover {
	background-color: #02ce77;
	color: #fff;
}

.bg_l_gray{
	background-color: #f8fcff;
}
.or_div span {
	background: #fff;
	display: block;
	height: 30px;
	width: 30px;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
margin-top: 14px;
}
.top_header a:hover,
header .navbar .navbar-nav .nav-link:hover {
	color: #02ce77;
}


/* Header Style
------------------------------------------------------*/
header {
	width: 100%;
	background: transparent;
	position: absolute;
	z-index: 9;
	background: #fff;
	padding: 0;
	top: 0px;
}
a.navbar-brand img {
	max-width: 220px;
}
header .navbar .navbar-nav li {
	margin-left: 40px;
}
header .navbar .navbar-nav .nav-link {
	color: #333333;
	font-size: 15px;
	padding: 0 0px;
	position: relative;
	text-transform: uppercase;
}
header .navbar .navbar-nav li.active .nav-link {
	color: #02ce77;
}
.main_header.fixed {
	padding: 0px 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.12);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.12);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.12);
	-ms-box-shadow: 0 0 8px rgba(0,0,0,0.12);
	z-index: 9999;
}
nav.navbar {
	padding: 0;
}
.pressroom_link a {
	color: #2f3231;
	font-size: 18px;
}
.pressroom_link a i {
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	position: relative;
	top: -1px;
	margin-left: 4px;
}
.heder_address {
	margin: 50px 0 0;
}
td.m_address a {
	color: #2f3231;
}
td.m_city {
	text-transform: uppercase;
	font-size: 20px;
}
.heder_address .table td {
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 1px solid #ddd;
}
ul.top_header_right li {
	display: inline-block;
	padding: 0 12px 0 10px;
	/*border-right: 1px solid #fff;*/
	line-height: 1;
	position: relative;
}
ul.top_header_right li:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	height: 13px;
	width: 1px;
	background: #fff;
	margin-top: -6px;
}
ul.top_header_right li:last-child{
	padding-right: 0px;
	border-right:0px;
}
ul.top_header_right li:last-child:after{
	content: none;
}
.bottom_header{
	padding: 17px 0;
}
.top_header a {
	color: #fff;
}
.top_header {
	background: #454f66;
	color: #fff;
	padding: 10px 0;
	font-size: 14px;
}
.top_header_right select {
	background: transparent;
	border: 0;
	color: #fff;
	outline: none;
	width: 120px;
}
.top_header_right select option{
	color: #000;
}
body {
	padding-top: 122px;
}




/* home banner style
------------------------------------------------------*/
section.home_banner_sec {
	position: relative;
}
.banner_image{
	position: relative;
}
/*.banner_image:after {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgba(168,228,217,0.9);
    }*/
    .home_slide {
    	position: relative;
    }
    .home_slider ul.slick-dots {
    	bottom: 40px;
    }
    .banner_caption {
    	position: absolute;
    	top: 50%;
    	left: 0;
    	right: 0;
    	transform: translateY(-50%);
    }
    .banner_caption h1 {
    	color: #fff;
    	text-align: center;
    	line-height: 1.4;
    }
    .banner_caption h1 strong{
    	display: block;
    }

    a.discover_more {
    	color: #fff;
    	text-align: center;
    	position: absolute;
    	bottom: 100px;
    	left: 50%;
    	text-transform: uppercase;
    	display: inline-block;
    	transform: translateX(-50%);
    }
    a.discover_more i {
    	display: block;
    	font-size: 22px;
    	font-weight: bold;
    	position: relative;
    	animation: moving 1.5s linear 0s infinite alternate;
    	-webkit-animation: moving 1.5s linear 0s infinite alternate;
    	-moz-animation: moving 1.5s linear 0s infinite alternate;
    	-ms-animation: moving 1.5s linear 0s infinite alternate;
    }
    @keyframes moving {
    	0%   {top:0px;}
    	25%  {top:5px;}
    	50%  {top:10px;}
    	75%  {top:5px;}
    	100% {top:0px;}
    }


    .find_ride_form {
    	padding:45px 30px;
    	background: rgba(255,255,255,0.3);
    	border-radius: 20px;
    	border: 1px solid #fff;
    	max-width: 1020px;
    	width: 100%;
    	margin:50px auto 0;
    }
    .f_r_f_inner {
    	display: flex;
    	align-items: baseline;
    	margin:0 -5px;
    }
    .f_r_f_inner div.find_ride_btn {
		    margin-top: 32px;
		}
    .offer_ride_form_wrap .f_r_f_inner{
    	align-items: flex-start;
    }
    .f_r_f_inner .form-control {
    	max-width: 200px;
    	height: 55px;
    	padding-left: 40px;
    	border: 0;
    	width: 100%;
    	padding: 0 10px 0 40px;
    	background: #fff;
    	border-radius: 4px!important;
    	-webkit-border-radius: 4px!important;
    	-moz-border-radius: 4px!important;
    	-ms-border-radius: 4px!important;
    	text-align: left;
    }
    .f_r_f_inner div i {
    	position: absolute;
    	top: 0;
    	left: 18px;
    	line-height: 55px;
    	color: #02ce77;
    }

    .f_r_f_inner div i:before {
    	margin: 0;
    	font-size: 17px;
    }
    .f_r_f_inner .btn {
    	height: 55px;
    	border: 0;
    	width: 140px;
    	font-size: 14px;
    	text-transform: uppercase;
    	line-height: 1;
    	white-space: normal;
		margin-top:0px;
		margin-bottom:0px;
    }
    .f_r_f_inner div {
    	padding: 0 5px;
    	position: relative;
    }
    .find_ride_form h5 {
    	color: #fff;
    	font-weight: normal;
    	font-size: 14px;
    	text-transform: uppercase;
    	font-family: lato;
    	margin:0 0 20px;
    }
    a.suport_link i {
    	margin: 0 8px 0 0;
    }

    /*Flat icons */
    @font-face {
    	font-family: "flaticon";
    	src: url("https://developerserver.tk/rideshare/assets/fonts/flaticon.eot");
    	src: url("https://developerserver.tk/rideshare/assets/fonts/flaticon.eot?#iefix") format("embedded-opentype"),
    	url("https://developerserver.tk/rideshare/assets/fonts/flaticon.woff2") format("woff2"),
    	url("https://developerserver.tk/rideshare/assets/fonts/flaticon.woff") format("woff"),
    	url("https://developerserver.tk/rideshare/assets/fonts/flaticon.ttf") format("truetype"),
    	url("https://developerserver.tk/rideshare/assets/fonts/flaticon.svg#Flaticon") format("svg");
    	font-weight: normal;
    	font-style: normal;
    }
   
   /*Added 25-Nov-2020*/

   

    @media screen and (-webkit-min-device-pixel-ratio:0) {
    	@font-face {
    		font-family: "flaticon";
    		src: url("https://developerserver.tk/rideshare/assets/fonts/Flaticon.svg#Flaticon") format("svg");
    	}
    }

    [class^="flaticon-"]:before, [class*=" flaticon-"]:before,
    [class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
    	font-family: flaticon;
    	font-style: normal;
    }

    .flaticon-placeholder:before { content: "\f100"; }
    .flaticon-car-compact:before { content: "\f101"; }
    .flaticon-telephone:before { content: "\f102"; }
    .flaticon-user:before { content: "\f103"; }
    .flaticon-calendar:before { content: "\f104"; }
    .flaticon-right-arrow-1:before { content: "\f105"; }
    .flaticon-paper-plane:before { content: "\f106"; }
    .flaticon-support:before { content: "\f107"; }
    .flaticon-right-arrow:before { content: "\f108"; }
    .flaticon-left-arrow:before { content: "\f109"; }
    .flaticon-car:before { content: "\f10a"; }
    .flaticon-money:before { content: "\f10b"; }
    .flaticon-car-1:before { content: "\f10c"; }
    .flaticon-car-insurance:before { content: "\f10d"; }
    .flaticon-calendar-1:before { content: "\f10e"; }
    .flaticon-quote-left:before { content: "\f10f"; }
    .flaticon-old-typical-phone:before { content: "\f110"; }
    .flaticon-maps-and-flags:before { content: "\f111"; }
    .flaticon-sent-mail:before { content: "\f112"; }
    .flaticon-house-black-silhouette-without-door:before { content: "\f113"; }
    .flaticon-clock:before { content: "\f114"; }
    .flaticon-safety-seat:before { content: "\f115"; }
    .flaticon-speech-bubbles-comment-option:before { content: "\f116"; }
    .flaticon-smartphone:before { content: "\f117"; }
    .flaticon-close-envelope:before { content: "\f118"; }
    /* /. Flat icons*/


/* Popular destinations
========================================================================*/
.popular_destinations {
	padding: 65px 0;
	background-image: url(../images/map-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
}
.p_d_slide {
	padding: 0 15px;
}
.p_d_slide a{
	color: #222;
	outline: none;
}
.p_d_slide .p_d_inner {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 4px 20px rgba(39,136,230,0.12);
	-webkit-box-shadow: 0px 4px 20px rgba(39,136,230,0.12);
	-moz-box-shadow: 0px 4px 20px rgba(39,136,230,0.12);
	-ms-box-shadow: 0px 4px 20px rgba(39,136,230,0.12);
	display: flex;
	width: 100%;
}
.p_d_slide a:hover .p_d_inner {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	box-shadow: 0px 4px 30px rgba(39,136,230,0.20);
	-webkit-box-shadow: 0px 4px 30px rgba(39,136,230,0.20);
	-moz-box-shadow: 0px 4px 30px rgba(39,136,230,0.20);
	-ms-box-shadow: 0px 4px 30px rgba(39,136,230,0.20);
}
.p_d_slider .slick-list {
	padding: 30px 0;
	margin: -20px -15px 0;
}
.p_d_slide .p_d_inner > .p_d_price {
	margin-left: auto;
	text-align: center;
	font-size: 26px;
	color: #02ce77;
	font-weight: 400;
}
.p_d_slide .p_d_inner > .p_d_price span {
	display: block;
	margin: 0 0 30px;
	font-size: 14px;
	color: #8495a4;
}

.p_d_slide .p_d_inner > .p_d_price span {
	display: block;
}
.a_point,
.d_point {
	padding-left: 20px;
	position: relative;
}
.d_point {
	margin-bottom: 36px;
}
.a_point:after,
.d_point:after {
	display: block;
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #9daebd;
	position: absolute;
	left: 0;
	top: 8px;
}
.p_d_slide a:hover .a_point:after,
.p_d_slide a:hover .d_point:after{
	background: #ebb000;
}
.p_d_slide a:hover .a_point:after{
	background: #ff415b;
}
.a_point:after{
	background-color: #02ce77;
}
.d_point:before{
	display: block;
	content: "";
	width: 1px;
	height: 45px;
	background: #d5e1eb;
	position: absolute;
	left: 0;
	top: 8px;
}
.d_point:before {
	display: block;
	content: "";
	width: 1px;
	height: 60px;
	background: #d5e1eb;
	position: absolute;
	left: 4px;
	top: 12px;
}
.p_d_slider  .slick-arrow,
.partners_slider  .slick-arrow {
	position: absolute;
	right: 0;
	top: -60px;
	left: auto;
}
.p_d_slider .slick-arrow.slick-prev,
.partners_slider .slick-arrow.slick-prev {
	right: 40px;
}
.slick-prev:before {
	content: "\f109";
	font-family: Flaticon;
}
.slick-next:before {
	content: "\f108";
	font-family: Flaticon;
}
.slick-prev:before, .slick-next:before {
	color: #475168;
}
.slick-prev:hover:before, .slick-next:hover:before {
	color: #05cf79;
}
.block_head h2 {
	position: relative;
	padding: 0 0 15px;
	margin-bottom: 12px;
}
.block_head h2:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	width: 60px;
	height: 1px;
	background: #02ce77;
}
.block_head p {
	font-size: 14px;
	color: #727c92;
}



.your_ride_sec {
	padding: 50px 0 0;
}
.your_ride_sec .nav-tabs li a i {
	display: block;
	font-size: 45px;
	transform: scaleX(-1);
	line-height: 1;
}
.your_ride_sec .nav-tabs li a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #454f66;
    background: #eaf3fa;
    border: 0;
    width: 285px;
    position: relative;
    padding: 8px 15px 12px;
    border: 1px solid transparent;
    border-bottom-width: 5px;
}
.your_ride_sec .nav-tabs li a img {
    max-height: 65px;
}
.your_ride_sec .nav-tabs li a span {
    display: block;
}
.your_ride_sec .nav-tabs li a:after {
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 13px 12px 0 12px;
    border-color: #02ce77 transparent transparent transparent;
    position: absolute;
    bottom: -13px;
    z-index: 1;
    left: 50%;
    margin-left: -15px;
    opacity: 0;
}
.your_ride_sec .nav-tabs li a.active:after{
	opacity: 1;
}
.your_ride_sec .nav-tabs .nav-item.show .nav-link, .your_ride_sec .nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border-color: #02ce77;
}
.your_ride_sec .nav-tabs li {
	margin-right: 5px;
}
.your_ride_sec .nav-tabs {
	border-bottom: 0;
	margin-top: 40px;
}
.tab_content_wrap {
	background-image: url(../images/tabs_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	padding: 60px 0px 50px;
	position: relative;
	min-height: 365px;
}
.your_ride_sec .tab-content {
	position: relative;
	width: 100%;
}
.your_ride_sec .tab-content>.tab-pane {
	display: block;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
.your_ride_sec .tab-content>.tab-pane.active {
	opacity: 1;
	z-index: 2;
}
.tab_content_wrap:after{
	display: block;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background:rgba(32,44,65,0.9);
}
.tab_content_wrap > div {
	position: relative;
	z-index: 1;
}
.r_l_slide {
	padding: 0 15px;
}
.r_l_slide a {
	color: #222222;
	outline: none;
}
.r_l_slide .r_l_s_inner {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	display: flex;
	position: relative;
}
.r_l_slide .r_l_s_inner .r_l_right {
	margin-left: auto;
	position: relative;
}
.r_l_slide .r_l_s_inner .r_l_right .go_btn {
	position: absolute;
	bottom: 0;
	right: 0;
}

.go_btn {
	width: 30px;
	height: 30px;
	background: #454f66;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}
.ride_Date {
	color: #454f66;
}
.ride_Date i {
	color: #02ce77;
}
.user_img {
	border-radius: 50px;
	overflow: hidden;
	width: 60px;
	height: 60px;
	border: 3px solid #fff;
	box-shadow: 0 3px 20px rgba(39,136,230,0.2);
	display: inline-block;
	margin-right: 10px;
}
.user_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.user_info {
	display: flex;
	align-items: center;
}
.driving_info {
	padding: 18px 0;
}
.driving_info p {
	margin-bottom: 0;
}
/*.driving_info span {
    max-width: 180px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    }*/
    .r_l_slide .r_l_s_inner .ride_price {
    	margin-left: auto;
    	text-align: center;
    	font-size: 22px;
    	color: #02ce77;
    	font-weight: 400;

    	position: absolute;
    	right: 0;
    	white-space: nowrap;
    	top: 0;
    }
    ul.slick-dots {
    	bottom: 0;
    }
    .slick-dots li {
    	width: auto;
    	height: auto;
    	margin: 0 8px;
    	padding: 0;
    }
    ul.slick-dots li button {
    	font-size: 0;
    	height: 12px;
    	width: 12px;
    	background: #fff;
    	border-radius: 50%;
		display:none;
    }
    ul.slick-dots li.slick-active button {
    	background: #02ce77;
    }
    .rides_list_slider {
    	padding-bottom: 45px;
    	position: relative;
    }
    .driving_info span.c_green {
    	text-decoration: none;
    }



/* IMG Block style
========================================================================*/
.img_blcok_wrap {
	padding: 70px 0;
}
.img_block {
	display: inline-block;
	position: relative;
	margin: 30px 0 0 30px;
}
.order-2 .img_block {
	margin: 30px 30px 0 0px;
}
.img_block img {
	display: block;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}
.img_block:after {
	display: block;
	content: "";
	position: absolute;
	top: -30px;
	left: -30px;
	height: 100%;
	width: 100%;
	border-radius: 10px;
	background: #454f66;
}
.order-2 .img_block:after {
	top: -30px;
	left: auto;
	right: -30px;
}
.img_block_content p {
	color: #727c92;
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 20px;
}
.img_block_content a.btn {
	width: 200px;
}
.feature_list  li {
	width: 50%;
	padding: 0 10px;
	margin-bottom: 20px;
}
ul.feature_list {
	display: flex;
	flex-wrap: wrap;
}
.feature_div {
	background: #fff;
	padding: 20px;
	box-shadow: 0px 4px 40px rgba(39,136,230,0.12);
}
.feature_div i {
	font-size: 45px;
	color: #454f66;
	display: block;
	margin: 0 0 10px;
}
.feature_div h5 {
	font-size: 16px;
	color: #454f66;
	font-family: arimo;
}

.our_partners {
	padding: 60px 0;
}
.partners_slider {
	margin: 0 -15px;
}
.p_slide {
	padding: 0 15px;
}
.p_slide_inner {
	background: #fff;
	box-shadow: 0px 4px 20px rgba(39,136,230,0.12);
	padding: 20px;
}
.our_partners .slick-list {
	padding: 25px 0;
}
.partners_slider .slick-arrow {
	top: -45px;
}

/* Testimonials style
========================================================================*/
.testimonials_sec{
	padding: 60px 0;
}
.block_head.text-center h2:after {
	right: 0;
	margin: 0 auto;
	left: 0;
}
.testi_slide {
	padding: 0 15px;
}
.testi_content {
	background: #fff;
	padding: 25px;
	box-shadow: 0px 4px 20px rgba(39,136,230,0.12);
	border-radius: 10px;
	position: relative;
}
.testi_content:after {
	display: inline-block;
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 10px 8px 0 8px;
	border-color: #fff transparent transparent transparent;
	bottom: -10px;
	left: 86px;
}

ul.rating li {
	display: inline-block;
	color: #ebb000;
	font-size: 18px;
	margin: 0 6px 0 0;
}
.t_a_img {
	border-radius: 50px;
	overflow: hidden;
	width: 70px;
	height: 70px;
	border: 2px solid #fff;
	box-shadow: 0 3px 20px rgba(39,136,230,0.2);
	display: inline-block;
	margin-right: 10px;
}
.t_a_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.testi_auther {
	display: flex;
	align-items: center;
	margin-top: 15px;
	padding-left: 60px;
	position: relative;
}
.t_a_name {
	font-size: 15px;
	color: #252d39;
	text-transform: uppercase;
}
.t_a_name span {
	display: block;
	color: #02ce77;
	font-size: 14px;
	text-transform: initial;
}
.testi_auther:after {
	content: "";
	display: block;
	height: 1px;
	width: 50px;
	background: #02ce77;
	position: absolute;
	left: 0;
}
.testi_content p {
	font-style: italic;
	color: #666666;
	line-height: 24px;
	font-size: 14px;
	margin:0 0 5px;
}
.testi_slider {
	max-width: 965px;
	margin: 40px auto 0;
	width: 100%;
}
.testi_content ul.rating {
	margin: 0 0 10px;
}
.testi_content:before {
	content: "\f10f";
	display: block;
	font-family: Flaticon;
	position: absolute;
	right: 25px;
	color: #02ce77;
	font-size: 17px;
	top: 22px;
}


.main_footer {
	background: #454f66;
	color: #fff;
	padding: 140px 0 0;
	font-size: 14px;
}
.main_footer a{
	color: #fff;
}
.main_footer h5{
	color: #fff;
}
.footer_social li,
.social_list li {
	display: inline-block;
	margin-right: 15px;
}
ul.footer_social li a,
ul.social_list li a {
	width: 30px;
	display: block;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	color: #454f66;
	font-size: 18px;
}
.copyright_div {
	padding: 30px 0;
	border-top: 1px solid #7d8494;
}
.footer_block {
	margin: 0 0 40px;
	position: relative;
	z-index: 1;
}
.f_c_inner {
	padding: 35px 15px 30px;
	background: #fff;
	margin-bottom: -94px;
	position: relative;
	z-index: 1;
	box-shadow: 0px 4px 40px rgba(39,136,230,0.12);
}
.footer_contact_info {
	background-color: #f8fcff;
	padding-top: 40px;
}
.f_c_b_icon {
	background: #02ce77;
	border: 2px solid #fff;
	height: 60px;
	width: 60px;
	color: #fff;
	border-radius: 50%;
	line-height: 56px;
	font-size: 21px;
	margin: 0 auto 16px;
	outline: none;
	box-shadow: 0px 10px 20px rgba(39,136,230,0.2);
}
.f_c_block h6 {
	color: #454f66;
	font-weight: normal;
	margin: 0;
	line-height: 24px;
}
.f_c_block h6 a {
	color: #454f66;
}
.footer_block h5 {
	margin: 0px 0 25px;
	font-weight: bold;
	position: relative;
	padding-bottom: 12px;
}
.footer_block h5:after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background: #02ce77;
	position: absolute;
	bottom: 0;
	left: 0;
}
a.footer_logo {
	display: inline-block;
	margin: 0 0 17px;
	max-width: 215px;
	width: 100%;
}
.app_btns .btn {
	height: 42px;
	line-height: 42px;
	text-transform: initial;
	width: 49%;
	max-width: 122px;
}
.app_btns .btn:hover,
.newsletter_form form button:hover {
	background-color: #5b6782;
}
.app_btns {
	display: flex;
	padding-top: 8px;
}
.app_btns .btn.iphone_btn {
	margin-left: auto;
}
.select_language {
	margin: 20px 0 0;
}
.select_language select {
	background: #fff;
	border: 0;
	width: 100%;
	height: 42px;
	border-radius: 4px;
	padding: 0 15px;
	font-size: 16px;
	color: #222222;
}
ul.footer_menu li {
	margin: 0 0 5px;
}
.newsletter_form form {
	position: relative;
}
.newsletter_form input {
	height: 42px;
	border: 0;
	padding: 0 15px;
	width: 100%;
	border-radius: 4px;
}
.newsletter_form form button {
	background: #02ce77;
	border: 0;
	color: #fff;
	top: 0;
	right: 0;
	position: absolute;
	height: 42px;
	border-radius: 0 4px 4px 0;
	width: 40px;
	font-size: 18px;
	cursor: pointer;
}
.app_btns .btn i {
	font-size: 22px;
	margin-right: 5px;
	display: inline-block;
	position: relative;
	top: 2px;
}
/*.tab_content_wrap .slick-arrow {
	display: none!important;
}
*/

/**************Vishal Style 08-05-2019********************/


.success_img p {
	display: none;
}

h1 {
	text-align: center;  
}

input {
	padding: 10px;
	width: 100%;
	font-size: 17px;
	font-family: Raleway;
	border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
	background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
	display: none;
}

button {
    background-color: #4CAF50;
    color: #ffffff;
    border: none;
    padding: 5px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer;
    line-height: 24px;
    margin: 10px 0;
	border-radius: 2px;
}

button:hover {
	opacity: 0.8;
}

#prevBtn {
	background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
	height: 12px;
	width: 12px;
	margin: 0 2px;
	background-color: #bbbbbb;
	border: none;  
	border-radius: 50%;
	display: inline-block;
	opacity: 0.5;
}

.step.active {
	opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
	background-color: #02ce77;
}
.carProcessSteps{
	text-align: center;
	margin-top: 30px;
}

/******Hide Top Language Bar********/

.goog-te-banner-frame.skiptranslate {
	display: none !important;
} 
body {
	top: 0px !important; 
}


.page_header {
	background-image: url(../images/header_bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 280px;
	display: flex;
	align-items: center;
} 
.page_header h2 {
	color: #fff;
	font-size: 32px;
}
ul.custom_breadcrumb li {
	display: inline-block;
	color: #fff;
	padding: 0 12px;
	position: relative;
}

ul.custom_breadcrumb li a,ul.custom_breadcrumb li span {
	color: #fff;
	display: block;
	font-size: 14px;
}
ul.custom_breadcrumb li:after {
	display: block;
	content: "/";
	position: absolute;
	right: -4px;
	top: 0;
	font-size: 14px;
}
ul.custom_breadcrumb li:last-child:after {
	content: none;
}
ul.custom_breadcrumb li i {
	color: #02ce77;
	font-size: 16px;
	margin-right: 4px;
}
.l_r_page_content {
	padding: 30px 0;
	background: #f8fcff;
}
.a_blcok {
	padding: 45px 50px;
	background: #fff;
	box-shadow: 0 4px 40px rgba(39,136,230,0.12);
	height: 100%;
}

h3.l_r_heading {
	text-align: center;
	margin: 10px 0px 35px;
	position: relative;
	padding-bottom: 18px;
}

h3.l_r_heading:after,
h4.login_heading:after {
	content: "";
	width: 60px;
	height: 1px;
	background: #02ce77;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

h3.l_r_heading:before {
	content: "";
	display: block;
	height: 13px;
	width: 13px;
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #02ce77;
	border-radius: 50%;
	z-index: 1;
	border: 3px solid #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
h4.login_heading {
	font-weight: normal;
	text-transform: uppercase;
	font-family: lato;
	margin: 0 0 25px;
	position: relative;
	padding-bottom: 15px;
	font-weight: 600;
}
.l_sub_heading {
	text-align: center;
	margin: 0 0 15px;
	font-family: lato;
	line-height: 1.2;
}
.a_blcok .social input {
	height: 50px;
	margin: 0 auto 10px;
	border-radius: 10px;
	max-width: 300px;
	display: block;
	font-family: 'Lato', sans-serif;
	text-transform: initial;
	font-size: 16px;
	border:0px;
	color: #fff;
}
.a_blcok .social input.btn-facebook{
	background-color: #3b5997;
}
.a_blcok .social input.btn-twitter{
	background-color: #00acee;
}
.a_blcok .social input.btn-google{
	background-color: #c32f11;
}
.social_btn {
	position: relative;
	max-width: 300px;
	margin: 0 auto;
}
.social_btn i.fa {
	position: absolute;
	left: 55px;
	top: 17px;
	color: #fff;
	pointer-events: none;
}
.a_blcok .form-control {
	height: 46px;
	border-radius: 10px;
	border: 2px solid rgba(224,231,255,0.9);
	background: rgba(224,231,255,0.2);
	font-size: 15px;
}
.l_block_inner {
	max-width: 400px;
	margin: 0 auto;
	display: block;
}
.l_block_inner label {
	font-size: 14px;
	color: #222222;
	margin: 0 0 4px;
	display: block;
}
.l_block_inner .btn {
	height: 50px;
	width: 100%;
	margin: 0 0 15px;
	background: #02ce77;
	border: 0;
	font-size: 16px;
	font-family: lato;
	border-radius: 10px;
}
.not_member_yet{
	color: #222;
	font-size: 16px;
	text-align: center;
}
.not_member_yet a{
	text-decoration: underline;
	color: #02ce77;
}
span#forgotPassword {
	color: #02ce77;
	text-decoration: underline;
	cursor: pointer;
}
.not_member_yet p {
	margin: 0 0 5px;
}
.not_member_yet button {
	background: transparent;
	color: #02ce77;
	font-size: 16px;
	font-family: lato;
	padding: 0;
	display: inline;
}


.checkbox_input input {
	width: auto;
	display: none;
}
.checkbox_input span {
	position: relative;
	display: block;
	padding-left: 25px;
}
.checkbox_input span:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    height: 18px;
    width: 18px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #454e65;
}
.checkbox_input input[type="checkbox"]:checked + span:after,
.checkbox_input input[type="radio"]:checked + span:after {
	content: "\f00c";
	font-family: fontAwesome;
	font-size: 12px;
	text-align: center;
	color: #454f66;
}



ul.sign_up_list li {
	margin: 0 0 20px;
}
ul.sign_up_list li a {
	display: block;
}
ul.sign_up_list li button {
	width: 100%;
	text-align: left;
	background: #e9eff3;
	min-height: 60px;
	line-height: 1.2;
	padding: 0 30px 0 62px;
	color: #222222;
	font-weight: normal;
	font-family: lato;
	text-transform: initial;
	font-size: 16px;
	position: relative;
	border: 0;
	white-space: normal;
	height: auto;
}
ul.sign_up_list li button:hover {
	background-color: #02ce77;
	color: #fff;
}
ul.sign_up_list li button i.fa {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #02ce77;
	font-size: 21px;
}
ul.sign_up_list li button:hover i.fa {
	color: #fff!important;
}
ul.sign_up_list li button i.fa.fa-angle-right {
	left: auto;
	right: 25px;
	color: #555;
	font-size: 22px;
}
ul.sign_up_list li button i.fa.fa-mobile {
	left: 22px;
	font-size: 30px;
}

.newsletter_form form button i {
	display: inline-block;
	margin: 0 auto 0 -9px;
}
.ct-language__dropdown {
	position: absolute;
	top: 26px;
	width: 100px;
	background: #fff;
	right: 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	z-index: 1;
	display: none;
	box-shadow: 0 0 25px rgba(0,0,0,0.12);
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.12);
	-moz-box-shadow: 0 0 25px rgba(0,0,0,0.12);
	-ms-box-shadow: 0 0 25px rgba(0,0,0,0.12);
}
.language_toggle.active i {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
}
.language_toggle{
	cursor: pointer;
}

li.ct-language {
	position: relative;
}

ul.top_header_right .ct-language__dropdown li {
	display: block;
	padding: 0;
}

.ct-language__dropdown li a {
	color: #000;
	padding: 8px 15px;
	text-align: right;
	display: block;
	border-bottom: 1px solid #f3f3f3;
	text-transform: uppercase;
	text-align: center;
}
.ct-language__dropdown li:last-child a {
	border: 0;
}
.ct-language__dropdown:after {
	display: block;
	content: "";
	position: absolute;
	top: -6px;
	right: 50%;
	border-style: solid;
	border-width: 0 8px 6px 8px;
	border-color: transparent transparent #fff transparent;
	margin-right: -8px;
}

/* About page style style
========================================================================*/
.para,
.inner_page_content p {
	color: #727c92;
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 20px;
}
.team_block {
	max-width: 300px;
	width: 100%;
	margin: 0 auto 30px;
	display: block;
}
.t_b_img {
	max-width: 250px;
	height: 250px;
	display: block;
	margin: 0 auto 20px;
}
.t_b_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	display: block;
}
.team_block_sec .block_head {
	margin-bottom: 30px;
}
.team_block h4 {
	margin: 0 0 5px;
	text-transform: uppercase;
}
.team_block .desination {
	color: #02ce77;
	font-style: italic;
	margin: 0 0 5px;
}
.team_block p {
	line-height: 24px;
	font-size: 14px;
	color: #727c92;
}
.team_block .social_list li {
	margin: 0 2px;
}

.team_block .social_list li a {
	background: #f3f3f3;
	font-size: 17px;
}
.team_block ul.social_list {
	position: relative;
}
.team_block ul.social_list:before {
	display: block;
	content: "";
	height: 1px;
	width: 50px;
	background: #02ce77;
	margin: 0 auto 20px;
}
h3.heading_type_two {
	text-transform: uppercase;
	position: relative;
	margin: 30px 0 15px;
	padding: 0 0 15px;
}
h3.heading_type_two:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #02ce77;
	height: 1px;
	width: 50px;
}



.h_i_w_tabs {
	padding: 50px 0;
}

.h_i_w_tabs ul.nav {
	text-align: center;
	justify-content: center;
	margin: 0 0 -1px;
	border-bottom: 0;
	position: relative;
	z-index: 1;
}
.h_i_w_tabs .tab-content {
	padding: 10px 15px;
	border: 1px solid #333;
	border-radius: 6px;
	background: #fff;
}
.h_i_w_tabs ul.nav li {
	margin: 0 5px;
}
.h_i_w_tabs .tab-content img {
	width: 100%;
	margin: 0 0 20px;
}
.h_i_w_tabs .tab-content p {
	line-height: 24px;
	font-size: 14px;
	color: #666666;
}


.faq_block .card .card-header {
	background: #fff;
	border: 0;
	padding: 0;
}
.faq_block .card {
	border: 0;
	margin: 0 0 15px;
	background: #fff;
	box-shadow: 0px 4px 20px rgba(39,136,230,0.12);
}
.card-body {
	border-top: 1px solid #eee;
	padding: 10px 15px 20px;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.faq_block .card .card-header a {
	padding: 15px;
	display: block;
	color: #454f66;
	/*text-transform: uppercase;*/
	position: relative;
}
.faq_block .block_head {
	margin: 0 0 30px;
}
.faq_block .card .card-header a:after, .faq_block .card .card-header a:before {
	display: block;
	content: "";
	position: absolute;
	height: 2px;
	width: 14px;
	background: #02ce77;
	right: 16px;
	top: 50%;
}
.faq_block .card .card-header a.collapsed:after {
	transform: rotate(90deg);
	width: 14px;
	right: 16px;
}

.not_satisfactory {
	padding: 70px 15px;
	margin-bottom: 30px;
	background-color: #eee;
	background-image: url('../images/contact_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.not_satisfactory h3 {
	margin: 0 0 30px 0;
	text-transform: uppercase;
	color: #fff;
}
.not_satisfactory:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.85);
}
.not_satisfactory > * {
	position: relative;
	z-index: 1;
}
.contact_form_wrap .btn {
	width: auto;
	display: inline-block;
	margin: 0 auto;
	max-width: initial;
	padding: 0 20px;
}
.contact_form_wrap   .form-control,
.form-control,#regForm input[type="text"] {
	height: 46px;
	font-size: 15px;
	border: 1px solid #e4e4e4;
	border-radius: 0;
	padding: 5px 15px;
	background: rgba(224,231,255,0.2);
	border-radius: 10px;
	box-shadow: none!important;
}
#regForm input[type="text"]{
	border-radius: 4px;
	height: 40px;
	outline: none!important;
	box-shadow: none!important;
}
.contact_form_wrap  textarea.form-control,
textarea.form-control{
	height: 150px;
}

ul.list_style_one {
	padding-left: 15px;
}
.list_style_one li {
	display: block;
	position: relative;
	color: #727c92;
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px;
	padding-left: 12px;
}
.list_style_one li:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	border-style: solid;
	border-color: transparent transparent transparent #02ce77;
	border-width: 4px 0 4px 6px;
}


/* Find A ride page style
========================================================================*/

.find_ride_page .page_header,
.offer_ride_page .page_header {
	min-height: 258px;
	align-items: flex-start;
}
.find_ride_page .page_header .page_header_inner,
.offer_ride_page .page_header .page_header_inner {
	padding-top: 55px;
}
.find_ride_form_wrap .find_ride_form,
.offer_ride_form_wrap .find_ride_form {
	margin: -84px auto 0;
	background: #fff;
	box-shadow: 0 4px 40px rgba(36,136,230,0.12);
}
.find_ride_form_wrap .find_ride_form h5,
.offer_ride_form_wrap .find_ride_form h5 {
	color: #454f66;
}
.find_ride_form_wrap .f_r_f_inner .form-control,
.offer_ride_form_wrap .f_r_f_inner .form-control {
	border: 1px solid #d4e1ff;
}
.sidebar {
	background: #fff;
	box-shadow: 0 2px 35px rgba(36,136,230,0.12);
	padding:0 30px;
}
.rides_results_wrap {
	padding: 40px 0;
}


.language_toggle_two {
	background: #fff;
	display: block;
	color: #222222;
	padding: 0px 15px;
	border-radius: 4px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
}

.language_toggle_two i {
	float: right;
	line-height: 42px;
	font-size: 18px;
	color: #222;
}
ul.footer_language .ct-language__dropdown {
	top: 43px;
	left: 0;
	text-align: left;
	width: 100%;
	max-height: 130px;
	overflow: auto;
}
.s_block_head {
	text-transform: uppercase;
	font-size: 15px;
	margin: 0 0 15px;
}
.rides_results_wrap{
	padding: 40px 0;
}
ul.checkbox_list {
	display: flex;
	flex-wrap: wrap;
}
ul.checkbox_list li {
	width: 50%;
	margin: 0 0 5px;
	min-width: 100px;
}
ul.checkbox_list li label{
	cursor: pointer;
}
ul.checkbox_list li label.checkbox_input span {
	position: relative;
	display: block;
	padding-left: 32px;
	font-size: 15px;
	color: #454f66;
}
ul.checkbox_list li label.checkbox_input span:after {
	top: 1px;
	height: 22px;
	width: 22px;
	background: #cbdae8;
}
ul.checkbox_list li label.checkbox_input input[type="checkbox"]:checked + span:after,
ul.checkbox_list li label.checkbox_input input[type="radio"]:checked + span:after {
	font-size: 13px;
	color: #fff;
	line-height: 22px;
	background: #02ce77;
	font-weight: normal;
}
.side_block {
	padding: 30px 0;
	border-bottom: 1px solid #e8f1f8;
}
.side_block:last-child {
	border-bottom: 0px solid #e8f1f8;
}
ul.seats_list li {
	display: inline-block;
	margin-right: 25px;
}
label.radio_input input {
	display: none;
}
label.radio_input span {
	position: relative;
	padding-left: 32px;
	display: block;
	cursor: pointer;
	font-size: 15px;
	color: #454f66;
}
label.radio_input span:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 23px;
	width: 23px;
	background: #cbdae8;
	border-radius: 50%;
}
label.radio_input input[type="radio"]:checked + span:before{
	background: #02ce77;
}
.ride_block {
	box-shadow: 0 2px 35px rgba(36,136,230,0.12);
	-webkit-box-shadow: 0 2px 35px rgba(36,136,230,0.12);
	-ms-box-shadow: 0 2px 35px rgba(36,136,230,0.12);
	-o-box-shadow: 0 2px 35px rgba(36,136,230,0.12);
	background: #fff;
	padding: 0 10px;
	margin: 0 0 20px;
	display: flex;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	align-items: center;
}
.ride_block:hover {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	box-shadow: 0 4px 40px rgba(36,136,230,0.2);
	-webkit-box-shadow: 0 4px 40px rgba(36,136,230,0.2);
	-ms-box-shadow: 0 4px 40px rgba(36,136,230,0.2);
	-o-box-shadow: 0 4px 40px rgba(36,136,230,0.2);
}
.ride_block .ride_info {
	width: 60%;
	padding: 20px 20px;
}
.ride_block .rider_info {
	width: 20%;
	text-align: center;
	border-right: 1px solid #e8f1f8;
	padding: 20px 0;
}
.ride_block .ride_price_info {
	width: 20%;
	text-align: center;
	border-left: 1px solid #e8f1f8;
	padding: 20px 0;
}
.ride_price_info .go_btn {
	margin: 0 auto 0;
}
.seats_available{
	padding: 20px 0;
}
ul.seats_available li {
	color: #02ce77;
	font-size: 20px;
	display: inline-block;
	margin: 0 2px;
}
ul.seats_available li.not_available{
	color: #cbdae8;
}
.d_r_name span {
	margin-right: 20px;
}
.d_r_name {
	font-size: 14px;
	color: #9daebd;
}
.ride_block .p_d_points {
	margin: 15px 0;
}
.ride_block .p_d_points .d_point {
	margin: 0 0 18px;
}
.ride_block .p_d_points .d_point,
.ride_block .p_d_points .a_point {
	color: #454f66;
}
.ride_block .p_d_points .d_point:before {
	height: 45px;
}
.ride_block .ride_date {
	color: #454f66;
}
.ride_block .ride_date i {
	color: #02ce77;
}
.rider_img {
	border-radius: 50px;
	overflow: hidden;
	width: 100px;
	height: 100px;
	border: 3px solid #fff;
	box-shadow: 0 3px 20px rgba(39,136,230,0.2);
	display: inline-block;
	margin-right: 10px;
}
.rider_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rider_info h6 {
	font-weight: normal;
	color: #454f66;
	margin: 8px 0 0;
}
.ride_price_value {
	font-size: 24px;
	color: #02ce77;
	font-weight: 500;
}
.slider.slider-horizontal {
	width: 100%;
	height: 20px;
	margin: 0;
}
.slider.slider-horizontal .slider-track {
	height: 4px;
	width: 100%;
	margin-top: -1px;
	top: 50%;
	left: 0;
	box-shadow: none;
	background: #e5ecf3;
}
.slider .slider-selection {
	background: #02ce77;
	box-shadow: none;
}
.slider .slider-handle {
	border-radius: 50%;
	background: #02CE77;
	border: 2px solid #fff;
	height: 15px;
	width: 15px;
	box-shadow: 0 0 12px rgba(0,0,0,0.25);
	top: 3px;
}

.newsletter_form#mc_embed_signup input.email {
	height: 42px;
	border: 0!important;
	padding: 0 38px 0 12px;
	width: 100%;
	border-radius: 4px;
	font-family: lato;
	font-size: 15px;
}
.newsletter_form form#mc-embedded-subscribe-form {
	padding: 0;
}
#mc_embed_signup .subscribe_btn input.button {
	font-size: 0;
	width: 40px;
	min-width: initial;
	margin: 0;
	height: 42px;
	background: #02cd76;
	border-radius: 0 4px 4px 0;
}
#mc_embed_signup .subscribe_btn {
	position: absolute;
	top: 0;
	right: 0;
}
#mc_embed_signup .subscribe_btn i.flaticon-sent-mail {
	position: absolute;
	top: 10px;
	left: 11px;
	pointer-events: none;
	font-size: 17px;
}
.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
	margin-left: 0;
}
.slider.slider-horizontal .slider-handle.max-slider-handle {
	margin-left: -15px;
}
span.pricing_limit {
	font-size: 14px;
	color: #454f66;
	font-weight: 500;
}
.slider:hover .tooltip.top {
	opacity: 1;
}
.tooltip.top .tooltip-arrow {
	position: absolute;
	bottom: -6px;
	border-style: solid;
	border-width: 6px 7px 0 7px;
	border-color: #02ce77 transparent transparent transparent;
	left: 50%;
	margin-left: -7px;
}
.tooltip-inner {
	background-color: #02ce77;
}
span.pricing_limit.upper_limit {
	float: right;
}


/* My Profile page style
========================================================================*/
.profile_tabs ul.nav-tabs li{margin-right: 3px;}
.profile_tabs ul.nav-tabs li a {
	color: #333;
	border-radius: 6px;
	border-top: 3px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	padding: 10px 20px;
	display: block;
	
}
.profile_tabs ul.nav-tabs li.active a, .profile_tabs ul.nav-tabs li a:hover {
    background: #03cd77;
    color: #fff;
   }

.tab-container {
	height: 100%;
}
.profile_tabs_content {
	background: #fff;
	padding: 20px 15px;
	border: 0px solid #454f66;
	font-size: 14px;
/*	min-height: calc(100% - 60px );*/
	margin-bottom: 23px;
}
.profile_tabs .nav-tabs {
	border-bottom: 0;
	margin-bottom: -1px;
}
.profile-header-menu {
	display: block;
	padding: 6px 10px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	font-weight: bold;
	background: #eee;
	color: #454f66;
}
ul.profile-menu li a {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 6px 10px;
	font-size: 14px;
	color: #454f66;
}
ul.profile-menu li.active a, ul.profile-menu li:hover a {
	color: #fff;
	background: #454f66;
}
ul.profile-menu {
	border: 1px solid #ddd;
	margin: 0 0 20px;
}
ul.profile-menu li:last-child a {
	border: 0;
}
.profile_tabs_content .form-control,
select.form-control:not([size]):not([multiple]) {
	height: 40px;
	border-width: 2px;
	border-radius: 4px;
}
.profile_tabs_content textarea.form-control {
	height: 100px;
}
.profile_tabs_content .btn {
	background: #454f66;
	border: 0;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	margin: 15px 0 0;
	min-width: 100px;
	font-family: lato;
}
.profile_tabs_content .form-group label {
	margin: 0 0 3px;
}
.profile_tabs_content .form-group {
	margin: 0 0 10px;
}
.apply-char-counter {
	position: relative;
}
.apply-char-counter span.display-char-counter {
	position: absolute;
	right: 2px;
	bottom: 2px;
	background: #e2e8ff;
	display: block;
	padding: 2px 6px;
	font-size: 13px;
}
.top_header_right  img.profilePic {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	object-fit: cover;
}
.h_user_img {
	display: inline-block;
}
.header_user_profile ul li {
	display: block;
	padding: 0 0;
}
.header_user_profile ul li:after {
	display: none;
}
.header_user_profile ul li a {
	display: block;
	padding: 8px 15px;
	color: #454f66;
	text-align: left;
}
.header_user_profile ul {
	position: absolute;
	background: #fff;
	top: 30px;
	z-index: 9;
	padding: 10px 0;
	box-shadow: 0 2px 20px rgba(0,0,0,0.2);
	right: 0;
	min-width: 120px;
	border-radius: 4px;
	display: none;
}
.header_user_profile ul:after {
	display: block;
	content: "";
	border-style: solid;
	position: absolute;
	top: -7px;
	right: 15px;
	border-color: transparent transparent #fff transparent;
	border-width: 0 7px 7px 7px;
}
.h_user_info {
	cursor: pointer;
}
.h_user_info span {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	text-transform: capitalize;
}
dl, ol, ul {
	margin: 0;
}
.p_side_block {
	background: #fff;
	padding: 15px;
	font-size: 14px;
	margin: 0 0 20px;
	/*box-shadow: 0px 4px 40px rgba(39,136,230,0.12);*/
}
.p_side_block .btn {
	height: 38px;
	line-height: 38px;
	width: 100%;
	padding: 0;
	letter-spacing: 0;
}
.p_side_block_head {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: #454f66;
	margin: 0;
	padding: 0px 1px 12px;
	border-bottom: 1px solid #ddd;
	margin: 0 0 15px;
}
ul.u_p_info_list {
	margin: 0 0 20px;
}
ul.u_p_info_list li {
	margin: 0 0 3px;
	padding: 0 0 0px 15px;
	position: relative;
}
ul.u_p_info_list li a{
	color: #454f66;
	font-weight: 500;
}
ul.u_p_info_list li:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #02ce77;
}
.user_profile_info {
	display: flex;
	align-items: center;
	margin: 0 0 15px;
}
.u_p_img {
    height: 85px;
    min-width: 85px;
    margin-right: 4px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(48,58,151,0.12);
    border: 3px solid #fff;
    width: 85px;
}
.u_p_name_info {
    padding: 0px 5px;
}
.u_p_img img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top;
}
ul.verifications_list li {
	color: #ff5b5b;
	margin: 0 0 7px;
	padding: 0 0 0 30px;
	background-image: url(../images/verified_icons.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-position: 0px 2px;
}
ul.verifications_list {
	margin: 20px 0;
}
ul.verifications_list li.verified_item {
	color: #02ce77;
	background-position: left -78px;
}
.u_p_name_info h6 {
margin: 0 0 3px;
word-break: break-all;
}
.u_p_name_info ul.rating li {
	margin: 0 3px 0 0;
}
ul.preferences_list li {
	height: 55px;
	width: 55px;
	display: inline-block;
	background-size: auto;
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 0 15px 2px 0;
}
ul.preferences_list li.p_blabla {
	background-image: url(../images/chat2.png);
}
ul.preferences_list li.p_sigrate {
	background-image: url(../images/smoking2.png);
}
ul.preferences_list li.p_pet {
	background-image: url(../images/pet2.png);
}
ul.preferences_list li.p_music {
	background-image: url(../images/music2.png);
	background-size: 48px;
}
ul.preferences_list li.p_luggage {
	background-image: url(../images/luggage_small.png);
	background-size: 48px;
}
ul.preferences_list li.p_sigrate.medium {
	background-image: url(../images/smoking1.png);
}
ul.preferences_list li.p_sigrate.high {
	background-image: url(../images/smoking3.png);
}
ul.preferences_list li.p_pet.medium {
	background-image: url(../images/pet1.png);
}
ul.preferences_list li.p_pet.high {
	background-image: url(../images/pet3.png);
}
ul.preferences_list li.p_music.medium {
	background-image: url(../images/music1.png);
	background-size: 48px;

}
ul.preferences_list li.p_music.high {
	background-image: url(../images/music3.png);
	background-size: 48px;
}

ul.preferences_list li.p_luggage.medium {
	background-image: url(../images/luggage_mid.png);
	background-size: 48px;

}
ul.preferences_list li.p_luggage.high {
	background-image: url(../images/luggage_large.png);
	background-size: 48px;
}
ul.preferences_list li.p_blabla.medium {
	background-image: url(../images/chat1.png);
}
ul.preferences_list li.p_blabla.high {
	background-image: url(../images/chat3.png);
}


.profile_tabs_content ul.userDetails li {
    padding: 23px 0px;
    color: #454f66;
    display: flex;
    align-items: center;
    line-height: 1.3;
    border-bottom: 1px solid #eeee;
    margin: 0px 40px;
}
/*.profile_tabs_content ul.userDetails li:nth-child(2n+1) {
	background: #f3f9fe;
}*/
.profile_tabs_content ul.userDetails li span {
	width: 70%;
	display: inline-block;
}
.profile_tabs_content ul.userDetails li span:first-child {
	text-transform: uppercase;
}
.profile_tabs_content ul.userDetails {
	margin: 0 0 40px;
}
.NotificationArea h4.notificationHeading {
	font-size: 16px;
	margin: 0 0 0px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 15px 0px;
	background-repeat: no-repeat;
	background-image: url();
	background-position: left center;
	background-size: auto;
}
.NotificationArea ul li {
	padding: 8px 0;
	/*border-bottom: 1px solid #ddd;*/
	line-height: 1.5;
	color: #454f66;
}
.NotificationArea ul li .btn {
	margin: 0 0 0 auto;
}
.NotificationArea ul li .d-flex {
	align-items: center;
}
ul.preferences_check_list li label input {
	display: none;
}
ul.preferences_check_list li label span {
	height: 70px;
	width: 70px;
	display: block;
	margin-right: 20px;
	border: 1px solid #eee;
	text-align: center;
	padding: 10px 0;
}
ul.preferences_check_list li label span img {
	max-width: 50px;
	margin: 0 auto;
	display: block;
}

ul.preferences_check_list li label input:checked + span {
	border-color: #454f66;
	background: #fff;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.10);
}
ul.preferences_check_list li {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}
ul.preferences_check_list li > span {
	min-width: 90px;
	font-weight: 600;
	text-align: right;
	margin-right: 15px;
}
ul.preferences_check_list li label {
	margin: 0;
}
h4.p_sec_heading {
	margin: 0 0 15px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	text-transform: uppercase;
}
label.upload_fie_input input {
	display: none;
}
label.upload_fie_input span {
	display: block;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	background: #02ce77;
	color: #fff;
	border-radius: 4px;
	font-weight: 500;
	max-width: 188px;
	margin: 0 auto;
	font-size: 15px;
	text-align: center;
}
label.upload_fie_input {
	display: block;
}
label.upload_fie_input span i {
	margin: 0 8px 0 0;
}
.uplaod_profile_image_wrap .u_p_img {
	margin: 0 auto 15px;
}
.PictureUpload-form .btn {
	max-width: 188px;
	width: 100%;
	margin-top: 0;
}
.right_img_exmp {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 3px solid #fff;
	box-shadow: 0 4px 16px rgba(0,0,0,0.15);
	position: relative;
}
.right_img_exmp img {
	border-radius: 50%;
	height: 100%;
	width: 100%;
}
.PictureUpload-help .order-2 {
	margin-left: auto;
}
.PictureUpload-help .list_style_one{
	padding-left: 0px;
}
.PictureUpload-help .list_style_one li {
	color: #454f66;
}
.right_img_exmp i.fa.fa-check {
	height: 20px;
	width: 20px;
	background: #02ce77;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	padding: 3px 0;
	display: block;
	position: absolute;
	right: 25px;
	bottom: -9px;
}
ul.verifications_item_list li {
	border: 1px solid #ddd;
	margin: 0 0 20px;
	border-radius: 4px;
	padding: 15px;
}
ul.verifications_item_list li h5 {
	font-size: 16px;
}
ul.verifications_item_list li p {
	margin: 0;
}
ul.verifications_item_list li .d-flex {
	align-items: center;
	justify-content: space-between;
}
ul.verifications_item_list li .d-flex > div:last-child {
	margin-left: 20px;
	min-width: 175px;
	text-align: right;
}
.check_icon i.fa {
	background: #02ce77;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	display: block;
	margin: 0 10% 0 auto;
	color: #fff;
	text-align: center;
	padding: 7px 0;
	font-size: 15px;
}
.car_image_wrap {
	max-width: 400px;
	width: 100%;
	margin: 0 0 20px;
}
.car_details_wrap label.upload_fie_input span{
	margin:0px;
}
.car_details_wrap form .btn{
	max-width: 188px;
	margin:0;
	display: block;
	width: 100%;
}
.govidverification_form label.upload_fie_input span {
	margin: 10px 0 0;
}
.govidverification_form .btn {
	width: 188px;
	margin: 0;
}
.govidverification_form {
	margin: 10px 0 0;
}
.phone_verification_div {
	margin-top: 10px;
	max-width: 300px;
}
.phone_verification_div .btn {
	width: 188px;
	margin: 0;
}

.driving_info p{
text-transform: capitalize;
}

.show_loader {
	text-indent: -9999999px;
	position: relative;
}
/*.loader {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    background: rgba(255,255,255,0.0);
    }*/
    .show_loader:after {
    	content: " ";
    	display: block;
    	width: 26px;
    	height: 26px;
    	margin: 1px;
    	border-radius: 50%;
    	border: 2px solid #fff;
    	border-color: #fff transparent #fff transparent;
    	animation: lds-dual-ring 1.2s linear infinite;
    	margin: 0 auto;
    	position: absolute;
    	top: 50%;
    	margin: -13px auto 0;
    	left: 0;
    	right: 0;
    }
    @keyframes lds-dual-ring {
    	0% {
    		transform: rotate(0deg);
    	}
    	100% {
    		transform: rotate(360deg);
    	}
    }
    .profile  .table thead th {
    	vertical-align: bottom;
    	border-bottom: 0px solid #dee2e6;
    	background: #454f66;
    	border-top: 0;
    	color: #fff;
    	font-weight: normal;
    }
    .fade.in {
    	opacity: 1;
    }
    .custom_tabs {
    	margin: 0 0 25px;
    	border: 0;
    }
    .custom_tabs li a {
    	display: block;
    	padding: 8px 15px;
    	background: #eee;
    	color: #454f66;
    }
    .custom_tabs li a.active {
    	color: #fff;
    	background: #02ce77;
    }



    .booking_item .d_point {
    	margin-bottom:5px;
    }
    .booking_item .a_point,
    .booking_item .d_point {
    	text-transform: uppercase;
    	font-weight: bold;
    }
    .booking_item .d_point:before {
    	height: 28px;
    }
    .booking_item {
    	border: 1px solid #ddd;
    	padding: 15px;
    	display: flex;
    	align-items: center;
    	border-radius: 10px;
    	background: #fff;
    	box-shadow: 4px 4px 12px rgba(0,0,0,0.05);
    	margin:0 0 30px;
    }
    .booking_item .booking_info {
    	width: 45%;
    	padding-right: 0;
    }
    .booking_item .booking_status {
    	width: 50%;
    	padding-left: 5%;
    	border-left: 1px solid #ddd;
    }
    .booking_info > div{
    	margin:3px 0;
    }
    .booking_info > div > i {
    	width: 18px;
    	display: inline-block;
    	color: #454f66;
    }
    .booking_status .btn {
    	padding: 0 15px;
    	height: 36px;
    	line-height: 36px;
    	font-size: 13px;
    }
    .booking_status h6 {
    	margin: 0;
    	font-size: 15px;
    	color: #2f3231;
    }
    .w_admin {
    	background: #ddd;
    	padding: 5px;
    	text-align: center;
    	line-height: 1.2;
    	border-radius: 4px;
    	display: inline-block;
    	width: auto;
    }
    textarea#message {
    	resize: none;
    }
    p.errorsval {
    	color: red;
    }
    body #mc_embed_signup div#mce-responses {
    	margin: 0;
    	padding: 0;
    	width: 100%;
    }
    body #mc_embed_signup div.response {
    	margin: 0;
    	padding: 0;
    	width: 100%;
    	font-weight: bold;
    	color: #ff4343;
    }
    .directives {
    	color: #ff9001;
    }
    input[type=number]::-webkit-inner-spin-button, 
    input[type=number]::-webkit-outer-spin-button { 
    	-webkit-appearance: none; 
    	margin: 0; 
    }
     input[type=number]::-moz-inner-spin-button, 
    input[type=number]::-moz-outer-spin-button { 
    	-webkit-appearance: none; 
    	margin: 0; 
    }
    input[type=number] {
    -moz-appearance:textfield;
}
    .regCarForm {
    	max-width: 400px;
    	margin: 40px auto 0;
    	width: 100%;
    }
    .carFormNextPrevious {
    	width: 100%;
    	text-align: left;
    }
    .car_details_wrap form .carFormNextPrevious .btn {
	    width: auto;
	    min-width: initial;
	    width: 100px;
	    margin: 0 5px 0 0;
	    display: inline-block;
	    border-radius: 4px;
	}
    .car_details_wrap ul.radio li {
    	list-style: none;
    	width: 50%;
    	margin: 5px 0 0px;
    }
    .car_details_wrap ul.radio {
    	display: flex;
    	flex-wrap: wrap;
    	margin:0 0 15px;
    }
    .addressverification_form input#saveaddress {
    	max-width: 188px;
    	margin: 0;
    	display: block;
    	width: 100%;
    }
    .addressverification_form label.upload_fie_input span {
    	margin: 15px 0 0;
    }
    div#mce-error-response a {
    	display: none!important;
    }


/* Offer Ride page style
========================================================================*/
.offer_ride_form_wrap .f_r_f_inner {
	flex-wrap: wrap;
}
.offer_ride_form_wrap .f_r_f_inner > div {
	width: 25%!important;
	margin: 0 0 12px;
}
.offer_ride_form_wrap .f_r_f_inner > div input {
	width: 100%;
	max-width: 100%;
	text-align: left;
}
.p_relative{
	position: relative;
}
.f_r_f_inner div.p_relative {
	padding: 0;
}
.offer_ride_form_wrap label {
	margin: 0 0 1px;
	font-size: 14px;
}
.offer_ride_form_wrap h4 {
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 30px;
	position: relative;
	padding: 0 0 15px;
}
.offer_ride_form_wrap h4:after {
	display: block;
	content: "";
	height: 1px;
	width: 50px;
	background: #4caf50;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
h6.tab_head {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
}
.next_prev_actions .btn {
min-width: 120px;
margin: 0 5px;
}
.next_prev_actions {
	text-align: center;
	margin-top: 5px;
}
.ui-timepicker-standard a {
	font-size: 14px;
}
.seat-confirm .main-block {
	background: #fff;
	padding: 15px;
	border-radius: 10px;
	margin: 0 0 20px;
	border: 1px solid #d4e1ff;
	box-shadow: 0 2px 16px rgba(0,0,0,0.05);
}
.seat-confirm .main-block h2 {
	font-size: 20px;
}
.seat-confirm .main-block h3 {
    font-size: 18px;
}
.seat-confirm .form-control {
	background: #fff;
}
.seat-confirm .oriDest {
	justify-content: space-between;
	align-items: center;
}
.oriDest {
	justify-content: space-between;
	align-items: center;
}
.oriDestPrice {
	position: relative;
}
.oriDestPrice span.input-group-addon {
	position: absolute;
	left: 0;
	width: 40px;
	display: block;
	text-align: center;
	height: 46px;
	line-height: 46px;
	background: #e3e9ff;
	border-radius: 12px 0 0 12px;
}
.oriDestPrice .form-control {
	padding-left: 50px;
	max-width: 200px;
}
.step2-seats {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.step2-seats .form-control {
    width: 75px;
    text-align: center;
    margin-left: auto;
}
.main-block.step3-options.d-flex {
	justify-content: space-between;
	align-items: center;
}
.step3-options label.checkbox_input span{
	height: 25px;
	width: 25px;
}
.step3-options label.checkbox_input span:after {
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 16px;
    border: 1px solid #c6cce4;
}
.logSign .btn {
	width: 150px;
	margin: 0 5px;
}
.logSign {
	margin-top: 30px;
}
span.error {
	color: red;
	font-size: 13px;
	line-height: 1.21;
	margin: 4px 0 0;
	display:block;
}
span.suggestion{
	color: orange;
	font-size: 13px;
	line-height: 1.21;
	margin: 4px 0 0;
}
.ui-timepicker-standard{
z-index:11 !important;
}

span#valid-msg {
    color: green;
    font-size: 20px;
}

.carDetailsAction > * {
    width: 100%;
    max-width: 160px;
    margin: 0 5px 0 0;
}
.CarDetailBlock {
    margin: 0 0 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.CarEditBlock #editcar {
    margin: 0;
}
.CarEditBlock .cardetailedit{
	display: none;
}
.CarEditBlock .regCarForm {
    margin: 0;
    padding-top: 30px;
}
.pac-container:after {
content: none!important;
}

 /****6June**/
.find_ride_page .find_ride_form .f_r_f_inner{
	align-items: self-start;
 }
.find_ride_page .find_ride_form .f_r_f_inner .find_ride_btn .show_loader{
    text-indent: 0;
 }
/**home page***/
.home_banner_sec .find_ride_form .f_r_f_inner {
    align-items: flex-start;
}
 .home_banner_sec .find_ride_form .f_r_f_inner .find_ride_btn,  .home_banner_sec .find_ride_form .f_r_f_inner .find_ride_btn .btn{
	margin-top: 0;
}
.home_slide{
	position: relative;
}
.home_banner_sec .home_slide img {
	width: 100%;
}
.home_slide .banner_caption {
	z-index: 99;
}
.home_banner_sec .banner_caption {
    top: 52%;
}
.home_banner_sec .home_slide .banner_caption {
    top: 27%;
}

/*19 june hs*/
.set-m-space {
    margin: 0px auto 0 !important;
}
.btn-wrap-c {
    text-align: center;
}
.full-detail-flex-edit {
justify-content: space-evenly !important;
padding-top: 50px;
}
.full-detail-image img.userPic {
    border-radius: 63%;
    max-width: 250px;
    min-width: 250px;
}
.full-detail-content .full-name {
    color: #454f66;
    font-weight: 500;
    line-height: 50px;
    font-size: 17px;
    width: 100% !important;
   padding-left: 20px;
}
.full-detail-content {
    padding-left: 20px;
    width: 75%;
}
.full-name:nth-child(3) {
    background: #f3f9fe;
}
.full-name:nth-child(1) {
    background: #f3f9fe;
}
.full-name p {
    display: inline-block;
    width: 250px;
}


/*Added 04-July-2019*/

button.rideAlert.checked {
    background-color: #02ce77;
    background-image: url(../images/check.png);
    background-size: 39px;
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    width: 60px;
    border-radius: 100px;
    font-size: 0;
    margin: 20px auto 5px;
}
.center_wrap {
    display: table;
    text-align: center;
    margin: 0 auto;
}
/*8 july*/
.modal-dialog {
top: 12%;
}
.profile_tabs_content .btn {
margin: 0px;
}
i.fa.fa-fw.fa-times-circle {
color: #3c8dbc;
}
button.RemoveUser {
background: transparent;
border: none;
}
button:focus {
    outline: 1px dotted;
    outline: none!important;
}

/*12 july */
span.b_black {
    color: #000;
    font-weight: 400;
}
span.car-R {
    margin-right: 8px;
}
span.car-L {
    margin-right: 8px;
}
span.car-R img{
	width: 20px;
    vertical-align: baseline;
}
span.car-L img{
	width: 20px;
     vertical-align: baseline;
}
.wrap-img-p {
    display: flex;
}
.btn.btn-danger {
    background: #dc3545;
}

.stopver .p_relative {
   position: relative;
}

.stopver .p_relative input {
   padding-left: 45px;
   height: 55px;
   background: #fff;
   border-radius: 4px!important;
   border: 1px solid #d4e1ff;
}

.stopver .p_relative i {
   position: absolute;
   top: 0;
   left: 18px;
   line-height: 55px;
   color: #02ce77;
}

.stopver {
   margin: 0 0 20px;
}

body .f_r_f_inner .pick-time-now {
    position: absolute;
    top: 100%;
    z-index: 999;
    left: 0px;
    background: #fff;
    width: 150px;
}
body .hr-time-picker,
body .picked-time-wrapper {
    padding: 0!important;
}
body .hr-time-picker {
    max-width: 100%;
    min-width: 100%;
}
body .f_r_f_inner .form-control.picked-time {
    padding-left: 40px;
    font-size: 15px;
    margin: 0!important;
    max-width: 100%;
}
body .hr-time-picker .hr-timer {
    width: 50%;
    text-align: center;
    margin-right: 0;
}
body .hr-time-picker .hr-timer span.time-type {
    padding: 5px 0;
    font-size: 16px;
}
body .hr-time-picker .hr-timer li {
    font-size: 14px;
    padding: 2px 0!important;
}
body .hr-time-picker .hr-timer .current-hour, 
body .hr-time-picker .hr-timer .current-minutes {
    background: #02ce77;
    border-radius: 4px;
}
body .offer_ride_page .find_ride_form,
body .find_ride_page .find_ride_form{
	z-index: 2;
	position:relative;
}
body .offer_ride_page .arrow-bottom, 
body .offer_ride_page .arrow-top,
body .find_ride_page .arrow-bottom, 
body .find_ride_page .arrow-top {
    color: #02ce77!important;
    font-size: 15px;
}
body .hr-time-picker .hr-timer .movable-area {
    padding: 0;
    height: 158px;
}


body .set-time-wrapper {
    display: block;
    padding: 7px 10px!important;
    clear: both;
}
body .set-time-wrapper a {
    border-radius: 4px;
    font-size: 16px;
    background: #02ce77;
    padding: 8px 10px;
}
span.otp_span, span.info {
    color: #ff5600fc;
    font-size: 14px;
}
.regwithphone .intl-tel-input.allow-dropdown.separate-dial-code {
    width: 100%;
}
.l_block_inner .form-group {
   position: relative;
}

.l_block_inner .form-group i.fa-eye {
   position: absolute;
   right: 15px;
   top: 39px;
   color: #5f5f5f;
   display: inline-block;
   font-size: 18px;
   z-index: 1;
}
.l_block_inner .form-group i.fa-eye-slash {
   position: absolute;
   right: 15px;
   top: 39px;
   color: #5f5f5f;
   display: inline-block;
   font-size: 18px;
   z-index: 1;
}
span#stpovr {
    color: #4caf4f;
}
.booking_info button,
.booking_item .riderDetail button {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}



.modal-backdrop {
    z-index: 9999;
}
.modal {
    z-index: 10000;
}

.booking_info_right img {
    width: 100px;
    height: auto;
}

/*6 aug*/
.booking_info_right {
    display: flex;
}
.status_button {
    text-align: center;
    padding-top: 40px;
}
.status_button img.check {
margin-top: 40px;
}
img.check {
    width: 25px;
    border: 3px solid #fff;
    box-shadow: 0 3px 20px rgba(39,136,230,0.2);
}
.user_detail {
    margin-right: 30px;
}
.lft-blk {
    width: 245px;
}
.check-a svg {
    width: 20px;
    
    vertical-align: bottom;
    margin-right: 10px !important;
    margin:0px;
    display: inline-block !important;
    height: 20px;
}
.Statusis.cross-red {
    padding-top: 15px;
}
.status_button.a-r-buttons button {
    padding: 5px 12px !important;
}

/*clock*/
.icon-clock {
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 20px;
}
.icon-clock path {
  fill: #929396;
}
.icon-clock.orange .theme-colour-change {
  fill: #ecb31b;
}
.icon-clock .theme-colour-change {
  transition: transform 300ms ease-in-out;
  transform-origin: bottom center;
  transform-style: preserve-3D;
}
/*animated checks*/
svg {
  width: 40px;
  display: block;
  margin: 40px auto 0;
}

.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  &.circle {
    -webkit-animation: dash .9s ease-in-out;
    animation: dash .9s ease-in-out;
  }
  &.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash .9s .35s ease-in-out forwards;
    animation: dash .9s .35s ease-in-out forwards;
  }
  &.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check .9s .35s ease-in-out forwards;
    animation: dash-check .9s .35s ease-in-out forwards;
  }
}

/*p {
  text-align: center;
  margin: 20px 0 60px;
  font-size: 1.25em;
  &.success {
    color: #73AF55;
  }
  &.error {
    color: #D06079;
  }
}*/


@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

/*12 aug*/
.custom-flex-hs .rider_auto-app.d-flex.justify-content-between.w-100.py-3 {
  flex-direction: row-reverse;
    justify-content: flex-end !important;
    border-top: 1px solid #ececec;
    padding-top: 1rem !important;
    align-items: center;
}
.custom-flex-hs .rider_img {
   width: 70px;
   height: 70px;
  margin-right: 20px;
}
 .custom-flex-hs .rider_auto-app.d-flex.justify-content-between.w-100.py-3:nth-child(2) {
    border-top: 0px !important;
}   
/*14 oct*/
.p-pic-wrap {
    display: flex;
    align-items: center;
}
.p-pic.u_p_img {
    height: 150px;
    min-width: 160px;
    margin-right: 0px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(48,58,151,0.12);
    border: 0px solid #fff;
    width: 85px;
}
.p-pic-bar-2 ul.u_p_info_list {
    margin-bottom: 0;
    font-size: 10px;
    color: #fff;
}
.p-pic-bar-2 ul.u_p_info_list li:after {
    display: none;
}
.p-pic-bar-2 ul.u_p_info_list li {
    padding: 0;
}
.p-pic-bar-2 .u_p_name_info h6 {
    color: #fff;
}
.p-pic-bar-2 .u_p_name_info {
    padding: 15px 5px;
    display: inline-block;
}

.p-pic-bar-2 .u-p-inf0-wrp {
    background: #00000096 !important;
    padding-left: 30px;
}
.m-top{
margin-top: -123px;
}
.email-sec-bar {
    display: inline-block;
}
span.email-s {
    color: #fff;
    position: relative;
    padding-left: 83px;
}
span.email-s:before {
    position: absolute;
    content: "\f003";
    font-family: FontAwesome !important;
    left: 61px;
}
.email-sec-bar:before {
    left: 18px;
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    background: #fff;
}
.email-sec-bar {
    position: relative;
   }
ul.u_p_info_list.edit-profile li {
    display: inline-flex;
}
ul.u_p_info_list.edit-profile li {
    margin-left: 7px;
}

ul.u_p_info_list.edit-profile li a {
    background: #fff;
    padding: 0px 14px;
    border-radius: 4px;
    font-size: 18px;
}
ul.u_p_info_list.edit-profile {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
    padding-top: 16px;
}

.p-pic-bar-2 {
    width: 100%;
}

ul#myTab {
    margin-bottom: 20px;
    background: #ffffff !important;
     border-radius: 6px;
}

.row.bg-inner {
    background: #f6f6f6;
    padding: 30px;
   }
ul#myTab li.active:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 11px solid #fff;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
ul#myTab li.active {
    position: relative;
}
.NotificationArea {
  background: #fff;
  padding: 50px;
}
.profile_tabs_content ul.userDetails li span:last-child {
    width: 20%;
    display: inline-block;
}
.profile_tabs_content ul.userDetails li span:first-child {
    width: 80%;
    display: inline-block;
    padding-left: 45px;
}
.profile_sidebar.address-ph {
    padding: 23px;
}
.profile-add img {
    width: 20px;
}
.profile-add span {
    font-size: 14px;
}
.profile-add {
    display: flex;
    align-items: flex-start;
}
.profile-ph{
display: flex;
align-items: flex-start;	
}
.profile-ph img {
    width: 25px;
    margin-right: 16px;
}
.profile-add img {
    width: 28px;
    margin-right: 15px;
}
.profile-add {
    margin-bottom: 20px;
}
.profile-add {
    margin-bottom: 10px;
}
.profile_sidebar.address-ph span {
    color: #777777;
    font-weight: 600;
}
ul.userDetails li img {
    width: 18px;
    margin-right: 20px;
}
.NotificationArea ul li img {
    width: 20px;
    margin-right: 10px;
}
ul.verifications_list li {
padding: 2px 0 0 30px;
}

ul.preferences_list li {
margin: 0 10px 2px 0;
}
ul.userDetails li span:last-child {
    font-weight: bold;
}

.email-sec-bar {
    width: 100%;
    max-width: 600px;
}

/*30 oct*/
/*site image setting*/
.img_blcok_wrap img {
    width: 480px;
    height: 330px;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.home_banner_sec .home_slide img {
 height: 622px;
 object-fit: cover;
}
li.phoneverification img {
    flex: 1 0 20px;
   height: 20px;
}
li.phoneverification {
   display: flex;
}

.booking_item span.offer {
    position: absolute;
    top: 0;
    right: 8px;
    transform: translateY(-100%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: #02ce77;
    padding: 2px 8px 2px 4px;
    height: 25px;
}
.booking_item span.offer:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 25px 22px 0px 0px;
    border-color: transparent #02ce77 transparent transparent;
    left: -22px;
    top: 0px;
}

#phone_reg .intl-tel-input input::-webkit-input-placeholder { /* Edge */
 color: #6C757D;
}

#phone_reg .intl-tel-input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #6C757D;
}
#phone_reg .intl-tel-input input::placeholder {
 color: #6C757D;
}

span.redcolor {
    color: red;
    font-weight: 900;
    font-size: 14px;
}



/* 02-09-2020 */

.NotificationArea ul li {
    display: flex;
    align-items: center;
}
.NotificationArea ul li img {
    width: 20px;
    margin-right: 10px;
    max-width: 20px;
}
.NotificationArea ul li .d-flex {
    flex: 1;
}
.NotificationArea .btn {
    height: 40px;
    line-height: 40px;
}

.intl-tel-input.allow-dropdown.separate-dial-code .intl-tel-input.allow-dropdown.separate-dial-code .flag-container {
    display: block !important;
}


/* 02-09-2020 */




/* My responsive style
========================================================================*/
@media (min-width: 768px){
	.h_i_w_tabs ul.nav li a.active {
		background: #fff;
		border-top: 3px solid #333;
		color: #333;
		border-right: 1px solid #333333;
		border-left: 1px solid #333;
	}
	.h_i_w_tabs ul.nav li a {
		color: #333;
		border-radius: 6px 6px 0 0;
		border-top: 3px solid transparent;
		border-right: 1px solid transparent;
		border-left: 1px solid transparent;
	}







}


@media(max-width:1199px) {
.home_banner_sec .banner_caption {
    top: 33%;
}
.home_banner_sec .home_slide .banner_caption {
    top: 18%;
}
	header .navbar .navbar-nav .nav-link {
		font-size: 14px;
	}
	a.navbar-brand img {
		max-width: 200px;
	}
	body {
		padding-top: 120px;
	}
	h2 {
		font-size: 32px;
	}
	.social_btn i.fa {
		left: 42px;
	}
	.banner_image img {
		min-height: 480px;
		object-fit: cover;
	}
	.banner_caption {
		position: absolute;
		top: 10%;
		transform: none;
	}
	.banner_caption h1 {
		line-height: 1.25;
		margin: 0;
	}
	.img_block {
		/*margin: 15px 0 0 15px;*/
	}
	.img_block:after {
   /* top: -15px;
   left: -15px;*/
}
.p_side_block .btn{
	font-size: 13px;
}
/*20 june */
.full-name p {
width: 180px;
}
/*14 oct*/









}



@media(max-width:1024px) {
	.footer_social li,
	.social_list li {
		display: inline-block;
		margin-right: 6px;
	}
	h1 {
		font-size: 38px;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.profile_sidebar {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.profile_sidebar .p_side_block {
		width: 32.333%;
		padding-bottom: 50px;
		position: relative;
	}
	.profile_sidebar .p_side_block .btn {
		font-size: 14px;
		text-transform: initial;
		position: absolute;
		width: calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: -moz-calc(100% - 30px);
		left: 15px;
		bottom: 15px;
	}
	.profile_sidebar .u_p_img {
		height: 70px;
		width: 70px;
		margin-right: 10px;
	}
	ul.preferences_list li {
		height: 50px;
		width: 50px;
		margin: 0px 12px 2px 0;
	}
	.feature_list li {
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.feature_div h5 {
		font-size: 13px;
	}
	.feature_div i {
		font-size: 40px;
		margin: 0 0 5px;
	}
	.f_c_block h6 {
		font-size: 15px;
	}
	.app_btns .btn {
		max-width: 100%;
	}
	.f_r_f_inner .btn {
		width: 110px;
		padding: 0px;
	}
	.find_ride_form {
		padding: 35px 15px;
	}
	.f_r_f_inner .form-control {
		padding-left: 36px;
		font-size: 14px;
	}
	.banner_caption .container {
		max-width: 100%;
	}
}


@media(max-width:991px) {
.banner_caption h1{
	font-size: 34px;
}
	.lang-fr header .navbar .navbar-nav li {
		margin-left: 0;
	}
	.t_b_img {
		height: 170px;
		width: 170px;
	}

	.ride_block{
		padding: 0 10px;
	}
	.rider_img {
		width: 65px;
		height: 65px;
	}
	.h_i_w_tabs ul.nav li a {
		padding: 8px 8px;
	}
	.a_blcok {
		padding: 35px 25px;
	}
	.navbar-collapse {
		position: absolute;
		top: 79px;
		left: 0;
		width: 100%;
		background: #454f66;
		max-height: calc(100vh - 125px);
		max-height: -webkit-calc(100vh - 125px);
		max-height: -moz-calc(100vh - 125px);
		overflow: auto;
	}
	.social_btn i.fa {
		left: 17px;
	}
	nav.navbar {
		position: static;
	}
	.bottom_header {
		position: relative;
	}

	header .navbar .navbar-nav .nav-link {
		padding: 8px 15px;
		text-align: left;
		color: #fff;
	}
	body{
		overflow-x: hidden;
	}
	header .navbar .navbar-nav li {
		margin: 0 0 0px;
		border-top: 1px solid rgba(255,255,255,0.2);
	}
	h2 {
		font-size: 30px;
	}
	.navbar-toggler {
		background: #01cd76;
		padding: 3px 8px;
		width: 40px;
		outline: none!important;
	}
	.navbar-toggler span.icon-bar {
		height: 2px;
		background: #fff;
		display: block;
		width: 100%;
		margin: 5px 0;
	}
    /*14 oct*/
.email-sec-bar {
 padding-right: 0px;
}
.page_header {
  align-items: baseline;
  padding-top: 24px;
}
.p-pic-bar-2 .u-p-inf0-wrp {
 padding-left: 9px;
}
ul.u_p_info_list.edit-profile {
    display: inline-block;
    padding-right: 0px;
}

}

@media(max-width:767px) {
	.cellphone-row label.phone_raw_input.control-label {
    width: 100%;
    float: left;
}
	.navbar .navbar-nav>li>a {
		text-align: right;
	}
	.navbar-nav>.user-menu>.dropdown-menu {
		margin: 0 15px 15px auto;
	}
	.p_side_block .btn {
		max-width: 200px;
		width: 100%;
	}
	.NotificationArea ul li .d-flex,
	ul.verifications_item_list li .d-flex,
	ul.preferences_check_list li {
		display: block!important;
	}
	.NotificationArea ul li .btn,
	ul.verifications_item_list li .btn {
		margin: 10px 0 0px auto;
		font-size: 13px;
		height: 36px;
		line-height: 36px;
	}
	.check_icon i.fa {
		margin: 10px 0 0;
	}
	.PictureUpload-help {
		max-width: 300px;
		margin: 30px auto 0;
		width: 100%;
	}
	ul.verifications_item_list li .d-flex > div:last-child {
		margin-left: 0;
		min-width: 100%;
		text-align: left;
	}
	ul.preferences_check_list li > span {
		text-align: left;
		margin: 0 0 6px 0;
		display: block;
	}   
	ul.preferences_check_list li label span {
		margin-right: 10px;
	}
	.profile_tabs ul.nav-tabs li a {
		padding: 8px 8px;
		font-size: 15px;
	}
	.sidebar {
		margin: 0 0 20px;
	}
	ul.preferences_list {
		margin: 0 0 6px;
	}
	.h_i_w_tabs ul.nav li a.active {
		background: #01cd76;
	}
	.h_i_w_tabs ul.nav li a {
		padding: 8px 8px;
		color: #333;
	}
	.h_i_w_tabs ul.nav li {
		margin: 0 5px 5px;
	}
	.h_i_w_tabs ul.nav {
		border-bottom: 0;
	}
	.page_header h2 {
		font-size: 26px;
	}
	h3.l_r_heading {
		font-size: 20px;
	}
	h4.login_heading{
		font-size: 18px;
	}
	.a_blcok {
		padding: 35px 25px;
		margin: 0 0 30px;
		height: auto;
	}
	.social_btn i.fa {
		left: 55px;
	}
	.container {
		max-width: 100%;
	}
	.f_r_f_inner .btn {
		height: 42px;
		width: 140px;
		font-size: 14px;
		margin-top: 0px;
		line-height: 1;
	}
	.f_r_f_inner div {
		padding: 0 3px;
		position: relative;
		width: auto;
	}
	
	.f_r_f_inner div.leaving_from,
	.f_r_f_inner div.select_date,
	.f_r_f_inner div.going_to {
		width: 33%;
		margin-bottom: 5px;
	}
.home_banner_sec .select_date.offer.input-daterange{
	width: 33%
}
.home_banner_sec .f_r_f_inner .form-control{
	max-width: 100%;
}
	.f_r_f_inner div.find_ride_btn {
    margin-top: 26px;
}
	.f_r_f_inner {
		display: flex;
		margin: 0 -3px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.f_r_f_inner .form-control {
		height: 42px;
		padding-left: 36px;
		line-height: 1;
		font-size: 14px;
	}
	.f_r_f_inner div i {
		left: 15px;
		line-height: 43px;
	}
	.find_ride_form {
		padding: 25px 15px 30px;
		margin: 10px auto 10px;
	}
	.banner_caption h1 {
		font-size: 24px;
		line-height: 1.25;
	}
	.banner_caption h1 br{
		display: none;
	}
	ul.top_header_right.text-right li span {
		display: none;
	}
	.hidden-xs{
		display: none;
	}
	.home_slider ul.slick-dots {
		bottom: 20px;
	}
	.popular_destinations h2 {
		padding-right: 70px;
	}
	h2{
		font-size: 26px;
	}
	ul.top_header_right.text-right {
		/*text-align: center!important;*/
	}
	.banner_caption {
		top: 18%;
	}
	.page_header {
		min-height: 150px;
	}
	.popular_destinations {
		padding: 40px 0 20px;
	}
	.your_ride_sec {
		padding: 40px 0 0;
	}
	.img_blcok_wrap {
		padding: 50px 0;
		text-align: center;
	}
	.img_block {
		margin: 30px 0 20px 30px;
	}
	.img_blcok_wrap .row {
		display: block;
	}
	.order-2 .img_block {
		margin: 30px 30px 20px 0px;
	}
	.img_blcok_wrap .block_head h2:after {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.partners_slider .slick-arrow {
		right: 15px;
	}
	.partners_slider .slick-arrow.slick-prev {
		right: 50px;
	}
	.feature_list li {
		padding: 0 3px;
		margin-bottom: 10px;
	}
	.feature_div {
		padding: 15px 10px;
	}
	.our_partners {
		padding: 40px 0 30px;
	}
	.testimonials_sec {
		padding: 40px 0;
	}
	.testi_slider {
		margin: 20px auto 0;
	}
	.f_c_block {
		margin: 0 0 25px;
	}
	.f_c_inner {
		padding: 35px 15px 10px;
	}
	.app_btns .btn.iphone_btn {
		margin-left: 10px;
	}
	.newsletter_form, .select_language {
		max-width: 350px;
		width: 100%;
	}
	.copyright_div {
		padding: 20px 0;
		text-align: center;
	}
	.payment_cards.text-right {
		text-align: center!important;
		margin-top: 8px;
	}
	.r_l_slide {
		padding: 0 2px;
	}
	.your_ride_sec .nav-tabs li a {
	    font-size: 15px;
	    width: 140px;
	    padding: 8px 10px 12px;
	    line-height: 1.3;
	}
	.your_ride_sec .nav-tabs li a img {
	    max-height: 55px;
	}
/*19 june hs*/
/*19 june hs*/
.step2-seats .form-control {
margin-left: 0; 
}
/*20 june hs*/
.full-detail-image img.userPic {
max-width: 175px;
min-width: 175px;
}
.full-name p {
 width: 130px;
 }
 .full-detail-content .full-name {
 font-size: 13px;
  }
.or_div span {
    margin-top: 7px;
}
.m-top {
    margin-top: 0px;
}
.p-pic-wrap {
    display: flex;
    align-items: start;
}
.p-pic-bar-2 .u_p_name_info {
    padding: 15px 5px;
    display: block;
}
span.email-s {
padding-left: 30px;
}
span.email-s:before {
 left: 6px;
}
.email-sec-bar:before {
  display: none;
}
ul.u_p_info_list.edit-profile {
    display:block;
    padding-right: 50px;
    vertical-align: top;
    padding-top: 0px;
}
.p-pic-bar-2 .u_p_name_info {
    padding: 7px 5px;
    display: block;
}
.email-sec-bar {
padding-bottom: 8px;
}
ul.u_p_info_list.edit-profile {
padding-bottom: 8px;
}
.p-pic-bar-2 .u-p-inf0-wrp {
    background: #000000 !important;
}
.m-top {
padding: 0;
}
.p-pic.u_p_img {
border-radius: 0px;
}
.page_header {
    align-items: center;
  }







}
/***6june**/
@media screen and (min-width:480px) and (max-width: 767px) {
	.find_ride_page .find_ride_form .f_r_f_inner .form-control{
		max-width: 100%;
	}
	.find_ride_page .find_ride_form .f_r_f_inner{
		justify-content: left;
	}
	.find_ride_page .find_ride_form .f_r_f_inner .leaving_from, .find_ride_page .find_ride_form .f_r_f_inner .going_to, .find_ride_page .find_ride_form .f_r_f_inner .select_date{
		width: 50%;
	}
}
/***end of 6june***/
@media (max-width: 479px) {
body .picked-time-wrapper,
body .set-time-wrapper,
body .hr-time-picker .hr-timer .movable-area {
    width: 100%!important;
}
	.profile_tabs .nav-tabs {
		display: flex;
		justify-content: space-around;
		margin: 0 0 10px;
	}
	.custom_tabs li a {
		padding: 8px 10px;
	}
	.booking_item {
		display: block;
	}

	.booking_item .booking_status {
		width: 100%;
		padding: 15px 0 0 0;
		border-left: 0;
		border-top: 1px solid #eee;
		margin-top: 15px;
	}
	.booking_item .booking_info {
		width: 100%;
	}
	.profile_tabs .nav-tabs li {
		width: 49%;
		margin: 0 0 5px;
		text-align: center;
	}
	.profile_tabs ul.nav-tabs li a {
		border: 1px solid #454f66!important;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-ms-border-radius: 6px;
	}
	.profile_tabs ul.nav-tabs li.active a{
		border: 1px solid #454f66!important;
		background:#454f66!important;
		color:#fff;
	}
	.profile_tabs_content {
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-ms-border-radius: 6px;
		min-height: initial;
	}
	.ride_block .ride_price_info {
		width: 100%;
		border-left: 0;
		padding: 15px;
		display: flex;
		justify-content: space-between;
	}
	.ride_price_info .go_btn {
		display: block;
		margin: 0;
	}
	.ride_block .ride_info {
		width: 100%;
		padding: 10px 15px;
	}
	.seats_available {
		padding: 0;
	}
	.ride_block .rider_info {
		width: 100%;
		border-right: 0px;
		padding: 20px 0 0;
	}
	.ride_block {
		padding: 0px;
		flex-direction: column;
	}
	.social_btn i.fa {
		left: 26px;
	}
	.a_blcok {
		padding: 35px 20px;
	}
	.social_btn {
		max-width: 240px;
	}
	.feature_div h5 {
		font-size: 12px;
		letter-spacing: 0;
	}
	.f_r_f_inner .form-control {
		max-width: 100%;
	}
	.banner_caption {
		top: 30px;
	}
	.or_div {
		display: none;
	}
	.f_r_f_inner div.leaving_from, .f_r_f_inner div.select_date, .f_r_f_inner div.going_to {
		width: 100%;
		max-width: 100%;
		margin-bottom: 5px;
	}
	.f_r_f_inner .btn {
		width: 100%;
		margin-top: 0px;
	}
	.f_r_f_inner div {
		padding: 0 3px;
		width: 50%;
	}
	/***6june start*/
	.find_ride_page .find_ride_form .f_r_f_inner .select_date.offer.input-daterange, .find_ride_page .find_ride_form .f_r_f_inner .leaving_from, .home_banner_sec .find_ride_form .select_date{
		width: 100% !important;
	}

	.find_ride_page .find_ride_form .f_r_f_inner .select_date.offer.input-daterange #selectDate, .home_banner_sec .find_ride_form .select_date.offer.input-daterange #selectDate{
		text-align: left;
	}

	/***end of 6june*/
/*19 june hs*/
.step2-seats .form-control {
margin-left: 0; 
}
.full-detail-flex-edit {
 padding-top: 30px;
flex-wrap: wrap !important;
}
.full-detail-content {
    text-align: left;
    padding-top: 20px;
    padding-left: 0px;
    width: auto;
}

/*20 june hs*/
.full-name p {
width: 100px !important;
}
/*6 aug*/
.booking_info_right {
 flex-wrap: wrap;
}
}
@media (max-width: 480px) {
.p-pic.u_p_img {
    height: 127px;
    min-width: 108px;
    margin-right: 0px;
    border-radius: 0;
   }
.m-top {
padding: 0;
}
.p-pic-bar-2 .u_p_name_info {
    padding: 6px 5px 0;
    display: block;
}
ul.rating li {
font-size: 14px;
}
span.email-s {
    padding-left: 30px;
    font-size: 14px;
}
span.email-s:before {
bottom: -2px;
}
ul.u_p_info_list.edit-profile li a {
    background: #fff;
    padding: 0px 8px;
    border-radius: 4px;
    font-size: 16px;
}
.email-sec-bar {
    padding-bottom: 4px;
}
ul.u_p_info_list.edit-profile {
    padding-bottom: 2px;
}
.NotificationArea {
    background: #fff;
    padding: 20px;
    font-size: 11px;
}
.profile_tabs_content ul.userDetails li {
 margin: 0px 0px;
}
.row.bg-inner {
    background: #f6f6f6;
    padding: 0px;
}
.NotificationArea {
    background: #fff;
    padding: 20px;
    font-size: 13px;
}


}



/* Language ES style
========================================================================*/
font {
	vertical-align: initial!important;
}
.p_side_block .btn {
	width: 100%;
	display: inline-block;
	max-width: initial;
	padding: 10px 15px;
	white-space: normal;
	line-height: 1.3;
	height: auto;
	text-align: center;
}
.lang-es .img_block_content a.btn {
	width: auto;
	padding: 0 15px;
}
.lang-es .a_blcok .social input {
	text-align: left;
	padding-left: 38px;
}
.lang-es .social_btn i.fa {
	left: 16px;
}
.lang-es .banner_caption h1 br {
	display: none;
}
.profile_tabs_content .btn {
	line-height: 1.3!important;
	font-size: 13px;
	padding: 10px 10px;
	white-space: normal;
	height: auto!important;
}
@media (min-width: 992px) {
	.lang-es header .navbar .navbar-nav li {
		margin-left: 12px;
	}
	.lang-es header .navbar .navbar-nav .nav-link {
		font-size: 13px;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.lang-es .f_r_f_inner .btn {
		font-size: 13px;
	}
}
@media (max-width: 991px){
	.lang-es .h_i_w_tabs ul.nav li a {
		font-size: 14px;
	}
	.lang-es .h_i_w_tabs ul.nav li {
		margin: 0 0px;
	}
	.lang-es .a_blcok {
		padding: 35px 20px;
	}
	.lang-es .social_btn i.fa {
		left: 10px;
	}
	.lang-es .a_blcok .social input {
		text-align: left;
		padding-left: 30px;
		font-size: 14px;
	}
}
@media (max-width: 767px){
	.offer_ride_form_wrap .f_r_f_inner > div {
		width: 50%!important;
		padding: 0 5px;
	}
	.lang-es .h_i_w_tabs ul.nav li {
		margin: 0 5px 5px;
	}
	.lang-es .a_blcok .social input {
		padding-left: 45px;
		font-size: 16px;
	}
	.lang-es .social_btn i.fa {
		left: 20px;
	}
	.p_side_block .btn {
		width: auto;
	}
/*19 june hs*/
.full-name p {
    display: inline-block;
    width: 150px;
}



}
@media (max-width: 479px) {
	.lang-es .banner_caption h1 {
		font-size: 21px;
	}
	.lang-es .social_btn {
		max-width: 250px;
	}
	.lang-es .social_btn i.fa {
		left: 12px;
	}
	.lang-es .a_blcok .social input {
		padding-left: 34px;
		font-size: 15px;
	}
}




/* Language FR style
========================================================================*/
.lang-fr header .navbar .navbar-nav li {
	margin-left: 13px;
}
.lang-fr .banner_caption h1 br {
	display: none;
}
.lang-fr .social_btn i.fa {
	left: 22px;
}
.lang-fr .img_block_content a.btn {
	width: auto;
	padding: 0 15px;
}
.lang-fr .feature_div h5 {
	font-size: 14px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	.lang-fr header .navbar .navbar-nav li {
		margin-left: 8px;
	}
	.lang-fr header .navbar .navbar-nav .nav-link {
		font-size: 13px;
	}
	.lang-fr .social_btn i.fa {
		left: 12px;
	}
}
@media (max-width: 991px){
	.lang-fr .h_i_w_tabs ul.nav li a {
		font-size: 13px;
	}
	.lang-fr .h_i_w_tabs ul.nav li {
		margin: 0 0px;
	}
	.lang-fr .a_blcok .social input {
		font-size: 14px;
		padding-left: 25px;
	}
	.lang-fr .a_blcok {
		padding: 35px 20px;
	}
}
@media (max-width: 767px){
	.lang-fr .h_i_w_tabs ul.nav li {
		margin: 0 5px 5px;
	}
	.lang-fr .a_blcok .social input {
		font-size: 16px;
	}
	.lang-fr .h_i_w_tabs ul.nav li a {
		font-size: 14px;
	}
	.lang-fr .social_btn i.fa {
		left: 20px;
	}
	.not_member_yet p {
		font-size: 14px;
	}
	.seat-confirm .main-block h3 {
		font-size: 18px;
	}
	.seat-confirm .main-block h2 {
		font-size: 18px;
	}
}

@media (max-width: 479px){
	.f_r_f_inner div.p_relative {
		width: 100%;
	}
	.logSign .btn {
		width: 125px;
		margin: 0;
	}
	.lang-fr .social_btn i.fa {
		left: 12px;
	}
	.lang-fr .a_blcok .social input {
		font-size: 14px;
	}
	.offer_ride_form_wrap .f_r_f_inner > div {
		width: 100%!important;
		margin: 0 0 15px!important;
	}
	.seat-confirm .oriDest,
	.step2-seats,
	.main-block.step3-options.d-flex {
		display: block!important;
	}

}

/* Language DE style
========================================================================*/
.lang-de .or_div span {
	font-size: 9px;
}
.lang-de .banner_caption h1 br {
	display: none;
}
.lang-de header .navbar .navbar-nav li {
	margin-left: 15px;
}
.lang-de .r_l_slide .r_l_s_inner .ride_price{
	white-space: nowrap;
}
.lang-de .your_ride_sec .nav-tabs li a {
	line-height: 1.3;
}
.lang-de .img_block_content a.btn {
	width: auto;
	padding: 0 15px;
}
.lang-de .social_btn i.fa {
	left: 45px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	.lang-de header .navbar .navbar-nav li {
		margin-left: 9px;
	}
	.lang-de header .navbar .navbar-nav .nav-link {
		font-size: 13px;
	}
	.lang-de .social_btn i.fa {
		left: 32px;
	}
}
@media (max-width: 991px){
	.lang-de .h_i_w_tabs ul.nav li a {
		font-size: 15px;
	}
	.lang-de .h_i_w_tabs ul.nav li {
		margin: 0 0px;
	}
	.lang-de .social_btn i.fa {
		left: 12px;
	}
}
@media (max-width: 767px){
	.lang-de .find_ride_form {
		padding: 20px 15px 20px;
	}
	.lang-de .h_i_w_tabs ul.nav li {
		margin: 0 5px 5px;
	}
	.lang-de .social_btn i.fa {
		left: 42px;
	}
}
@media (max-width: 479px){
	.lang-de .social_btn i.fa {
		left: 18px;
	}
}

/*13 nov hs*/
.reffrel-content-area {
    margin-top: 40px;
    text-align: center;
}
.reffrel-content-area p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
}

a.invite-link.bg_green {
   padding: 17px 44px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 47px;
}
a.invite-link.bg_green:hover {
    background: #454f66;
}
.reffrel-content-area h2 {
    font-size: 30px;
}
.Coupen-content {
    margin-top: 73px;
}
.Coupen-content p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #727c92;
}
.cuopen-flex {
    display: flex;
    justify-content: space-evenly;
}
.coupen-1 {
    background: url(../images/coupen-bg.png) !important;
   /*flex: 1 0 49.9999%;*/
   width: 250px;
    height: 127px;
}
.coupen-2 {
    width: 250px;
    background: url(../images/coupen-bg.png) !important;
   /*  flex: 1 0 49.9999%;*/
    height: 127px;
}
.coupen-inner h2 {
    color: #fff;
    text-align: center;
    padding-top: 15px;
}
.coupen-inner p {
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.coupen-inner {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px solid #383a3e;
    height: 111px;
    border-radius: 6px;
}
.coupen-1:hover .coupen-inner {
    border-color: #02ce77;
}
.coupen-2:hover .coupen-inner {
    border-color: #02ce77;
}
.Coupen-content p {
    margin-bottom: 46px;
}

/*hs responsive*/
@media (max-width: 1199px){
.coupen-1 {
margin-right: 10px;
}
}
@media (max-width: 480px){
.cuopen-flex {
    flex-wrap: wrap;
    justify-content: center;
}
.coupen-1 {
    margin-right: 0;
    margin-bottom: 10px;
}
}




/* Language PT style
========================================================================*/
.lang-pt .your_ride_sec .nav-tabs li a {
	font-size: 15px;
	line-height: 1.3;
}
.lang-pt .banner_caption h1 br {
	display: none;
}
.lang-pt header .navbar .navbar-nav li {
	margin-left: 20px;
}
.lang-pt .feature_div h5 {
	font-size: 14px;
}
.lang-pt .img_block_content a.btn {
	width: auto;
	padding: 0 15px;
}
.lang-pt .r_l_slide .r_l_s_inner .ride_price{
	white-space: nowrap;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	.lang-pt header .navbar .navbar-nav li {
		margin-left: 12px;
	}
	.lang-pt header .navbar .navbar-nav .nav-link {
		font-size: 13px;
	}
	.lang-pt .banner_caption h1 {
		font-size: 36px;
	}
	.navbar-brand{
		margin-right: 0px;
	}
}


@media (max-width: 991px){
	.lang-pt .h_i_w_tabs ul.nav li a {
		font-size: 15px;
	}
	.lang-pt .h_i_w_tabs ul.nav li {
		margin: 0 0px;
	}
}
@media (max-width: 767px){

	.lang-pt .your_ride_sec .nav-tabs li a {
		width: 180px;
	}
	.lang-pt .banner_caption h1 {
		font-size: 22px;
	}
	.lang-pt .h_i_w_tabs ul.nav li {
		margin: 0 5px 5px;
	}
	/* 04 Jun 2019 */
	.seat-confirm .oriDest .forerror,
	.main-block.step2-seats {
		width: 100%;
		flex-wrap: wrap;
	}
	.seat-confirm .oriDest .forerror .orDestHead,
	.main-block.step2-seats h2{
		width: 100%;
	}
	/* End 04 Jun 2019 */
	/* 10 Jun 2019 */
	.ride-details_block .rider_faq h3, 
	.ride-details_block .rider_seets h4, 
	.ride-details_block .rider_auto-app h4,
	.ride-details_block h4 {
	    font-size: 18px;
	}
	/* End 10 Jun 2019 */
	
.intl-tel-input .country-list {
    max-width: 300px;
}
	.custom_tabs {
    margin: 0px 0 35px;
}
.booking_item {
    margin: 0 0 35px;
}
.booking_item .riderDetail .rgt-blk {
    padding-top: 15px;
}
}
@media (max-width: 639px){
.home_banner_sec .f_r_f_inner div.leaving_from,
.home_banner_sec .f_r_f_inner div.select_date,
.home_banner_sec .f_r_f_inner div.going_to {
	width: 50%;
}
.home_banner_sec .select_date.offer.input-daterange{
	width: 100%
}
}

@media (max-width: 575px){
	.intl-tel-input {
    width: 100%;
}
	
}

@media (max-width: 479px){
.home_banner_sec .f_r_f_inner div.leaving_from,
.home_banner_sec .f_r_f_inner div.select_date,
.home_banner_sec .f_r_f_inner div.going_to {
	width: 100%;
}
.home_banner_sec .find_ride_form .select_date > div {
    width: 100%;
}
	.home_banner_sec .home_slide .banner_caption {
	    top: 8%;
	}
	.home_banner_sec .banner_caption {
	    top: 28%;
	}
	.lang-pt .your_ride_sec .nav-tabs li a {
		width: 140px;
		padding: 8px 15px 12px;
	}
	.ride-details_block .ride_block{
		flex-direction: row;
	}
}
















/* 04 Jun 2019 */
#contactForm span.error {
	margin: -14px 0 14px;
	padding: 0 5px;
}
.seat-confirm .oriDest .forerror{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.right-block{
	min-width: 168px;
}
/* End 04 Jun 2019 */

/* 10 Jun 2019 */
.ride-details_block{
	width: 100%;
}
.ride-details_block h2{
    font-size: 28px;
    color: #02ce77;
    margin: 24px 0 12px;
}
.ride-details_block .ride_block{
	padding: 4px 15px;
}
.ride-details_block ul.ride_way{
	list-style: none;
	padding:0;
	width: 100%;
}
.ride-details_block ul.ride_way li{
	padding:16px 0 16px 92px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ride-details_block ul.ride_way li h3{
	width: 100%;
	font-size: 16px;
	margin:0;
}
.ride-details_block ul.ride_way li .ride_time{
	position: absolute;
    left: 0;
    width: 78px;
    text-align: left;
    padding: 0 5px;
    top: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #777;
}
.ride-details_block ul.ride_way li:after,
.ride-details_block ul.ride_way li:before {
    display: block;
    content: "";	
    position: absolute;
}
.ride-details_block ul.ride_way li:before {
    width: 1px;
    height: 100%;
    background: #d5e1eb;
    left: 77px;
    top: 0;
}
.ride-details_block ul.ride_way li:after{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #02ce77;
    left: 73px;
    top: 20px;
}
.ride-details_block ul.ride_way li:first-child:before {
	top:20px;
}
.ride-details_block ul.ride_way li:last-child:before {
    top: auto;
    bottom: calc(100% - 20px);
}
.ride-details_block ul.ride_way li:first-child:after{
    background: #9daebd;
}
.ride-details_block .rider_auto-app{
	width: 100%;
}
.ride-details_block img {
    max-width: 100%;
}
.ride-details_block .rider_name img,
.sidebar-ride_block img{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top center;
    margin: -5px 0;
}
.ride-details_block .rider_name  h4{
	margin-bottom: 0;
}
.ride-details_block .rider_faq h3,
.ride-details_block .rider_seets h4,
.ride-details_block .rider_auto-app h4{
	margin:0;
    font-size: 20px;
}
.ride-details_block .rider_name {
    align-items: center;
}
.ride-details_block .rider_faq ~ .rider_auto-app h4{	
    font-size: 16px;
} 
.ride-details_block .rider_faq ~ .rider_auto-app span{	
    font-size: 14px;
    font-weight: 600;
    color: #777;
} 
.ride-details_block .ride_block .py-3 + .py-3 ,
.sidebar-ride_block .ride_block .py-3 + .py-3 {
    padding-top: .5rem !important;
}
.sidebar-ride_block {
    box-shadow: 0 2px 35px rgba(36,136,230,0.12);
    -webkit-box-shadow: 0 2px 35px rgba(36,136,230,0.12);
    -ms-box-shadow: 0 2px 35px rgba(36,136,230,0.12);
    -o-box-shadow: 0 2px 35px rgba(36,136,230,0.12);
    background: #fff;
    padding: 4px 12px;
    margin: 15px 0 20px;
    display: flex;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    position: sticky;
    top: 139px;
}
.sidebar-ride_block .rider_name  h4{
	font-size:16px;
}
.sidebar-ride_block img{
    width: 64px;
    height: 64px;
}
.sidebar-ride_block .rider_faq h3,
.sidebar-ride_block .rider_seets h4,
.sidebar-ride_block .rider_auto-app h4{
	font-size: 15px;
	margin:0;
    word-spacing: -2px;
    letter-spacing: 0;
}
.sidebar-ride_block .rider_faq .fa,
.sidebar-ride_block .rider_seets .fa,
.sidebar-ride_block .rider_auto-app .fa{
	min-width: 18px;
	text-align: center;
    color: #02ce77;
    margin-right: 2px;
    font-size:16px;
    margin-left: -2px;
}
.sidebar-ride_block .ride_seets div {
    font-weight: 600;
    color: #666;
    font-size: 14px;
}
.sidebar-ride_block .ride_seets h4{
    font-size: 18px;
    color: #02ce77;
    font-weight: 500;
    margin:0;
}

.booking_item {
	position: relative;	
}
.booking_item .riderDetail {
	width: 365px;
	max-width: 100%;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
	padding: 10px 15px;
	display: flex;
	align-items: center;
    margin-top: 5px;
    flex-wrap: wrap;
}
.booking_item .riderDetail .riderNames {
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    padding-right: 10px;
}
.booking_item .riderDetail span.book {
       position: absolute;
    top: 0;
    right: 8px;
    transform: translateY(-100%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: #02ce77;
    padding: 2px 8px 2px 4px;
    height: 25px;
}
.booking_item .riderDetail span.book:after {	
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 25px 22px 0px 0px;
    border-color: transparent #02ce77 transparent transparent;
    left: -22px;
    top: 0px;
}
.booking_item .riderDetail .lft-blk {
    width: 126px;
}
.booking_item .riderDetail .rgt-blk {
    width: 60%;
    padding-left: 15px;
    font-weight: 600;
    padding-bottom: 30px;
}
.booking_item .riderDetail .carplate span {
    text-transform: uppercase;
}
#server-results{
	text-align: center;
    font-size: 20px;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 15px;
    margin-top: 0;
}


/********************3 july**********************/
.custom_tabs li {
    margin-right: 10px;
}
.find_ride_form span.error {
    color: red;
    font-size: 13px;
    line-height: 1.21;
    margin: 4px 0 0;
    padding: 0px 0 3px;
    border-radius: 5px;
}

/*************5july*****************/
.find_ride_box {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 50px 0;
}
.find_ride_box h3 {
    font-size: 22px;
    margin: 0px 0 10px 0;
    line-height: 25px;
}

.find_ride_box textarea#message {
    resize: none;
    background-color: #f6faff;
    border: 2px solid #454e65;
    border-radius: 5px;
    padding: 5px;
    opacity: 0.5;
	width: 100%;
}
.find_ride_box textarea::placeholder{
	color:#000;
}
.find_ride_box p {
    font-size: 16px;
    color: #a1a1a1;
    line-height: 20px;
}
.find_ride_box .fa-arrow-right {
    font-size: 15px;
}
.find_ride_box button#sendemail {
    box-shadow: 2px 2px 2px #ababab;
    width: 100%;
    padding: 0px 10px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    height: 40px;
}
.find_ride_box span#msg {
    color: red;
}
#cforminfo .form-control {
    border: 1px solid #ddd !important;
}
#cforminfo input#dob {
    border-radius: 4px;
}
.intl-tel-input.allow-dropdown.separate-dial-code input::placeholder {
color: transparent;
}

@media (max-width: 767px){
.home_slider .banner_image img {
    min-height: 545px;
}
/* 5 July 2019 */

.find_ride_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 15px;
}

}

.checkbox_val input#remember {
    display: block !important;
}
button#updateaddress {
    width: 188px;
}
.car_image_wrap img.imgCls {
    max-width: 100%;
    padding: 15px;
    border: 2px solid #cecece;
    border-radius: 5px;
}

/*------------- 7 aug 2019 -----------*/
.profile_tabs_content .car_image_wrap img.imgCls {
    max-width: 100%;
    padding: 0px;
    border: 0px solid #cecece;
    border-radius: 0px;
}
.profile_tabs_content .car_image_wrap {
    max-width: 120px;
    width: 100%;
      margin: 0 20px 20px 0px;
}
.profile_tabs_content img.blah {
    width: 100%;
}
.footer_contact_info {
    width: 100%;
}
.profile_tabs_content .CarDetailBlock form {
    display: flex;
}
.profile_tabs_content .car_image_wrap label.upload_fie_input span {
    color: #02ce77;
    background: transparent;
    font-weight: 600;
}
.profile_tabs_content .CarDetailBlock {
    margin: 0 0 15px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ddd;
}
.profile_tabs_content .buttonEdit.d-flex button#deletecar {
    color: #dc3545;
    background: transparent;
    font-size: 23px;
    padding: 0px;
    margin-top: 20px;
    width: 50px !important;
    min-width: 0px;
}
.profile_tabs_content .buttonEdit.d-flex a button#deletecar {
    color: #454f66;
}
.profile_tabs_content .carDetailsAction {
    flex: 1;
}
.profile_tabs_content .carDetailsAction p {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #454f66;
    margin-bottom: 10px;
}
.profile_tabs_content .car_details_wrap form .btn {
    max-width: 100px;
}
.profile_tabs_content .car_details_wrap .showName {
    display: none;
}
.ride-details_block .ride_block .ride_bmw {
    max-width: 200px;
    flex: 0 0 200px;
    margin-right: 15px;
}
.ride-details_block .ride_block span.c_color {
    font-weight: 800;
    color: #454f66;
}




/* Slider css */

.rides_list_slider{padding-bottom:0px;}

.your_ride_sec .slick-arrow{display: block!important;}

.your_ride_sec .slick-prev:before, .your_ride_sec .slick-next:before { color: #02ce77; font-weight: bold;}
.your_ride_sec .slick-prev, .your_ride_sec .slick-next{z-index: 1; margin:0;}

.your_ride_sec span.b_black{font-size:15px;}

@media (max-width: 767px){
	.rider_auto-app.d-flex.py-3 {
    flex-direction: column;
}
.ride-details_block .ride_block .ride_bmw {
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: 0px;
    margin-bottom: 20px;
}
.rides_list_slider .slick-next{ right: -11px;}
.rides_list_slider .slick-prev{left: -11px;}
}





/*####4march####*/

.p-pic-bar-2 .email-sec-bar { display: inline-block !important; }

.phone-number-s { 
	position: relative;
	color: rgb(255, 255, 255);
    padding-left: 83px; 
}

 span.phone-number-s::before {
    position: absolute;
    content: "\f095";
    left: 61px;
    font-family: FontAwesome !important;
    font-size: 18px;
}

span.phone-number-s::after
    { 
    right: -29px;
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    background: #fff;}


.payment-method-sec select{
    padding: 12px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
    height: 55px;
}

.payment-method-sec input {
	background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
    height: 55px;}
body.term-condition-mobile{padding-top:0;}
body.term-condition-mobile header, body.term-condition-mobile .footer_contact_info, body.term-condition-mobile footer,body.term-condition-mobile p.age_header{ display: none;}

.banner_image:after {
    display: block;
    background:rgba(27, 33, 45, 0.42);
    content: "";
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
}

.copyright_div .row{align-items: center;}

.payment_cards.text-right img{max-width: 165px;}

header.main_header .container {
    max-width: 100%;
}


.your_ride_sec .tab_content_wrap{min-height: 320px!important;}



/* 01-09-2020 */


.l_block_inner .col-md-3.control-label {
    padding: 0;
    flex: 0 0 10%;
    max-width: 30px;
}
.l_block_inner .col-md-8.radio-inline {
    flex: 0 0 85%;
    max-width: 85%;
    padding: 0;
}
.l_block_inner .col-md-3.control-label input#tc {
    position: relative;
    top: -22px;
}
.l_block_inner .col-md-3.control-label span#tcerror {
    width: 200px;
    position: absolute;
    bottom: -12px;
    left: 34px;
}

.full-detail-content .full-name {
    display: flex;
    align-items: center;
    padding-right: 15px;
}
.full-detail-content .full-name p {
    margin: 0;
}

.tab-pane h1 {
    color: #f8fcff;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    padding-top: 55px;
}