/* Fonts */


body {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
}
p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
a:hover{text-decoration: none;}
h3 {
    font-size: 1.4rem;
}
.alert i {
    font-size: 12px;
    margin-right: 5px;
    color: #00dabf;
}
.alert .close i {
    font-size: 14px !important;
    vertical-align: middle;
    color: #000;
}
.circle{
	border-radius: 50%;
}
.profile_info {
    display: block;
    overflow: hidden;
}
.profile_info p {
    color: #636363;
    font-size: 15px;
    margin: 12px 0px;
    text-align: justify;
}

.profile_info span {
    display: block;
    margin-left: 8px;
    color: #333;
}

.users_images img {
    width: 180px;
    height: 180px;
    object-fit: cover;
}
.users_images {
    margin: 0 auto;
    overflow: hidden;
    width: 180px;
    height: 180px;
}
.profile_info span a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    line-height: 24px;
    font-size: 14px;
}
span.profile_name {
    display: block;
    padding-top: 10px;
}
.profile_info span i {
    margin-left: 12px;
    text-align: right;
    vertical-align: middle;
}
.car_details img {
    width: 100%;
    display: block;
    max-width: 100%;
}
.side_bar {
    background: #fff;
    box-shadow: 0px 0px 7px #ddd;
    display: block;
    width: 100%;
    padding: 25px 15px;
    margin: 0 0px 35px;
}
.page-container {
    padding-top: 60px;
    padding-bottom: 60px;
}
.right_content {
    padding: 0px 0px;
    margin: 0% 0px;
    box-shadow: 0px 3px 6px 1px #ddd;
    background: #fff;
}
.right_content ul#myTab {
    background: #e5e5e5;
    padding: 0px 0px;
}
.address_sec p, span {
    font-size: 14px;
}
.address_sec span {
    color: #848484;
    margin-bottom: 18px;
    display: block;
}
.navigation_tab .tab-content ul#myTab {
    background: transparent;
    border: none;
    margin: 0px 0px;
}

.navigation_tab .tab-content .nav-tabs .nav-item.show .nav-link, .navigation_tab .tab-content .nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent;
    border-color: transparent;
}
ul.listingss li p {
    font-size: 14px;
    color: #636363;
    line-height: 24px;
}
ul.listingss li h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
    width: 100%;
    max-width: 100%;
    line-height: 25px;
    float: left;
}
span.status_view {
    width: 100%;
    max-width: 15%;
    float: right;
    display: inline-block;
    overflow: hidden;
}
ul.listingss {
    margin: 0;
    padding: 0;
}
.messgaess ul li a {
    padding: 0 18px 0px 0px;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
.navigation_tab .tab-content .nav-tabs .nav-item.show .nav-link, .navigation_tab .tab-content .nav-tabs .nav-link.active {
    color: #ff0505;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #ff0505;
}
.messgaess .listingss li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
}
.address_sec p {
    font-weight: 600;
}
.card {
    position: relative;
    border-radius: 3px;
    color: #4f5256;
    border: 1px solid #f2f2f2;
    background: #fcfcfc;
    box-shadow: 0px 0px 5px #ddd;
    margin: 10px 0px;
    padding: 20px 15px;
}
/* start scroll bar on hover */
.scroll_bar_wrap {
  width: 100%;
  position: relative;
}
.scroll_box {
    width: 100%;
    height: 320px;
    overflow-y: scroll;
}
.scroll_box::-webkit-scrollbar {
  width: .4em; 
}
.scroll_box::-webkit-scrollbar,
.scroll_box::-webkit-scrollbar-thumb {
  overflow:visible;
  border-radius: 4px;
}
.scroll_box::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.2); 
}
.cover_bar {
  position: absolute;
    background: #fcfcfc;
    height: 100%;
    top: 0;
    right: 0;
    width: .5em;
    -webkit-transition: all .5s;
    opacity: 1;
}
/* MAGIC HAPPENS HERE */
.scroll_bar_wrap:hover .cover_bar {
   opacity: 0;
  -webkit-transition: all .5s;
}
/* end scroll bar on hover */
h4.title_head {
    margin: 0px 0px 10px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.actiosns {
    background: #333 !important;
    padding: 8px 61px;
    border-radius: 0;
    border: none;
}
.offer_ride p {
    font-weight: 600;
    font-size: 14px;
}
.offer_ride ul li a, .messgaess ul li a{
    padding: 0px !important;
    margin: 1px 20px 0px 0px !important;
    font-size: 15px;
}
.address_sec h3 i {
    font-size: 46px;
    vertical-align: middle;
    color: #ffb22d;
    margin-right: 9px;
}
.navigation_tab ul li a {
    font-weight: 500;
    color: #000;
    padding: 13px 15px;
}
.card-header{ padding: 16px;margin:0px;}
.card-body {position: relative; padding: 16px;}

.gaadiex-list {list-style-type: none; margin: 0;padding: 0;}
.gaadiex-list>.gaadiex-list-item {
    padding: 8px 4px;
} 
.gaadiex-list-item-img {
    float: left;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 1px;
    margin-right: 9px;
    border-radius: 50%;
}

.border-b-1 {border-bottom: 1px solid rgba(162,162,162,.16);}

.close {
    float: right;
    font-size: 1.5rem;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}
.alert .close {
    text-shadow: none;
    opacity: 1;
}
.alert .close i {
    font-size: 20px;
}
.alert .close:hover{
    opacity: 1;
    color: #333;
}
.alert.alert-info {
    background-color: #00cae3;
    color: #fff;
}
.Logo {
	max-width: 245px;
	width: 100%;
}

.nav-main nav ul li a img {
	margin-right: 5px;
	max-width: 29px;
}

.nav-main nav ul li a {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #fff;
	margin: 4px 0px;
	display: inline-block;
	text-decoration: none;
	letter-spacing: 1px
}

.nav-main nav ul li {
	display: inline-block;
	margin-right: 50px;
}
.icon-main:hover img {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.icon-main img {
    webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.nav-main nav ul {
	margin: 0;
}
.navbar-nav .dropdown-menu li a {
    color: #000 !important;
    padding: 4px 7px;
    border-bottom: 1px solid #dedede;
    display: inline-block;
    width: 100%;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
  
}
li.dropdown a {
	color: #fff !important;
}

section#slider .carousel-item img {
	max-width: 100%;
	width: 100%;
}

.carousel-caption {
	top: 90px;
}

.carousel-caption h3 {
	font-size: 82.73px;
	font-family: 'moonhouseregular';
}

.carousel-caption p {
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}

ul.carousel-indicators li {
	background: none;
	border: 1px solid #fff;
}

ul.carousel-indicators li {
	border-radius: 100% !important;
	width: 15px;
	height: 15px;
}

ul.carousel-indicators li.active {
	background: #fff
}

.background-image {
	background: url(../images/bg-form.png)
}

section#Main-section {
	padding: 100px 0px;
}

.background-image {
	min-height: 498px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 465px;
}

.background-image h3 {
	color: #fff;
	font-size: 18px;
	text-align: center;
	letter-spacing: 2px;
	background: #acacac;
	width: 95%;
	padding: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.control-form {
	margin: 25px 0px;
	padding: 0px 25px;
	width: 100%;
	position: relative
}

.control-form input {
	width: 95%;
	min-height: 52px;
	padding: 10px 20px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 2px;
	position: relative
}

.control-form button {
	width: 95%;
	min-height: 55px;
	background: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
	font-family: 'Roboto', sans-serif;
	outline: none;
	margin: 15px 0px
}
.carousel-indicators{ bottom:40px}
.control-form img.positioned {
	position: absolute;
	right: 56px;
	top: 32%;
}

.half-width img {
	width: 100%;
	height: 100%;
}

.half-width {
	width: 49%;
	float: left;
	height: 238px;
	overflow: hidden;
}

.full-width img {
	width: 100%;
}

.full-width {
	width: 100%;
	display: inline-block;
	height: 252px;
	overflow: hidden;
}

#howittworks {
	/*background: url(../images/bg-fix.jpg);*/
	min-height: 524px;
	background-attachment: fixed;
	background-size: cover;
	padding: 100px 0px;
    background: #000;
} 

section#howittworks h2 {
	font-size: 30pt;
	text-align: center;
	display: inline-block;
	width: 100%;
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: bolder;
	margin-bottom: 50px;
}

.icon-main p {
	font-size: 16pt;
	color: #636363;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 300 !important;
}

.icon-main h3 {
	color: #fff;
	font-size: 16pt;
	margin: 10px 0px;
}
.nav-main nav ul li a img {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.nav-main nav ul li a:hover img {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.icon-main {
	text-align: center;
}

.icon-main {
	text-align: center;
	padding: 0px 0px 0px;
}

#youtube-section {
	padding: 100px 0px
}

.main-toutube {
	width: 100%;
	display: inherit;
}

.main-toutube img {
	width: 102%;
	margin-left: 2px;
}

.main-toutube {
	width: 100%;
	display: inherit;
	background: #acacac;
}

.main-head {
	padding: 50px 50px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.main-head h3 {
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: bolder;
}

.main-head p {
	text-transform: none;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 300 !important;
	font-size: 16px !important;
	text-align: justify;
	margin: 0px;
	letter-spacing:0
}

section#quote {
	background: url(../images/11.png);
	min-height: 436px;
	padding: 130px 0px;
	text-align: center;
	background-attachment: fixed;
	background-size: cover;
}

section#quote p {
	font-size: 45pt;
	color: #fff;
	max-width: 820px;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}

#download {
	background-image: url(../images/download.png);
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 500px;
    background-position: left center;
    position: relative;
    z-index: 999999;
    margin-bottom: 430px;
    background-color: #fff;
}

p.button-download span {
	margin: 0px 10px;
	margin-left: 0px;
}

.main-footer {
	background: url(../images/footer.png);
	bottom: 0;
	left: 0;
	width: 100%;
	background-size: cover;
	padding: 100px 0px;
    background: #000;
}

section {
	background: #fff;
}

.logo p {
	color: #fff;
	margin: 20px 0px;
}

.logo p.button-download span img {
	max-width: 120px;
}

.listing ul li a:hover {
	color: #fff;
	transition: 0.3s;
}

.listing ul li a {
	margin-bottom: 4px;
	display: inline-block;
	text-decoration: none
}

.listing ul li {
	list-style: none;
}

.listing ul {
	padding: 0;
}

footer.main-footer h3 {
	font-size: 21px;
	color: #fff;
	margin-bottom: 20px;
}

.form input {
	width: 100%;
	background: none;
	border: none;
	border-bottom: 1px solid #dedede;
	padding: 15px 0px;
	font-size: 18px;
	outline: none;
	outline: none;
	color: #fff
}

.form {
	position: relative;
}

.form button {
	position: absolute;
	right: 0px;
	top: 20px;
	background: none;
	border: none;
}

footer.main-footer p,
footer.main-footer a {
	color: #7a7a7a;
}

.social-icon span {
	margin: 5px;
}

.social-icon {
	margin: 20px 0px;
}

.copy-right p {
	margin: 0;
	color: #fff !important;
}

.copy-right {
	width: 100%;
	position: inherit;
	bottom: 0;
	background: #000;
	text-align: center;
	padding: 10px;
	color: #fff !important;
}

.content-box img {
	width: auto;
}

.image {
	position: relative
}

.content-box h4 {
	font-size: 20px;
	margin: 10px 0px;
	color: #fff;
}

.content-box {
	position: absolute;
	width: 100%;
	z-index: 999999;
	display: inline-block;
	top: 90px;
	text-align: center;
}

.full-width {
	position: relative;
}

.full-width::after {
	content: "";
    background: rgba(171, 171, 171, 0.37);
    width: 97%;
    height: 89%;
    position: absolute;
    top: 8px;
    margin: 3px 4px;
    opacity: 0;
    transition: 0.3s;
    left: 7px;
}

.half-width {
	position: relative;
}

.half-width::after {
	content: "";
    background: rgba(171, 171, 171, 0.37);
    width: 94%;
    height: 89%;
    position: absolute;
    top: 10px;
    margin: 3px 4px;
    opacity: 0;
    transition: 0.3s;
    left: 7px;
}

.half-width:hover::after {
	opacity: 1
}

.full-width:hover::after {
	opacity: 1
}

#download2 {
	background: #fff;
	padding: 100px 0px;
	background-repeat: no-repeat;
	background-size: 40%;
	min-height: 500px;
	background-position: 0px 50px;
	position: relative;
	z-index: 999999;
	margin-bottom: 430px;
	background-color: #fff;
}

section#slider-inner img {
	max-width: 100%;
	width: 100%;
}
body.login-signup-bg {
    background: #f4f4f4;
}
.form-sign-in {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    padding: 5%;
    text-align: center;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.form-sign-in h3 {
    margin-top: 30px;
    font-size: 21px;
    font-family: 'Roboto', sans-serif;
}
.form-sign-in .control-form img {
    left: 43px;
    top: 12px;
}
.form-sign-in .control-form input {
    padding: 4px 45px;
    background: none;
    border: none;
    border-bottom: 2px solid #0a0a0a;
	outline:none
}
span.float-right.custom-right {
    margin-right: 35px;
	    font-family: 'Roboto', sans-serif;

}
span.float-left.custom-left {
    margin-left: 35px;
}
span.float-left.custom-left a, span.float-right.custom-right a {
    color: #ff7800;
    font-family: 'Roboto', sans-serif;
}
span.float-left.custom-left {
    margin-left: 35px;
    font-family: 'Roboto', sans-serif;
}
.m-top{ margin-top:20px}
span.m-main {
    margin: 0px 12px;
}
.back-image {
    position: absolute;
    left: 30px;
    top: 30px;
}
.form-sign-in .control-form button {
    border: 2px solid #0a0a0a;
    color: #000;
}
@media screen and ( max-width:1300px) {
	.container {
		width: 1200px
	}
}

@media screen and ( max-width:1199px) {
	.container {
		width: 1140px
	}
}

@media screen and ( max-width:1140px) {
	.container {
		width: 980px
	}
	.nav-main nav ul li {
		display: inline-block;
		margin-right: 11px;
	}
	.Logo {
		max-width: 150px;
		width: 100%;
	}
}

@media screen and ( max-width:979px) {
	.container {
		width: 750px
	}
	.nav-main nav ul li a {
		font-size: 14px;
	}
	.Logo {
		max-width: 60px;
		width: 100%;
	}
	.main-footer {
		position: static
	}
	section#download2 {
		margin: 0;
	}
	section#download {
		margin: 0;
	}
	#download {
		min-height: auto;
	}
}

@media screen and ( max-width:991px) {
.deshboardHeader #navbarSupportedContent .menu-drop-down ul.dropdown-menu {
    width: 100%;
    box-shadow: none;
}
.deshboardHeader #navbarSupportedContent .menu-drop-down {
    float: left !important;
    width: 100%;
}
.deshboardHeader ul.midNav li {
    margin: 5px 0;
}
.deshboardHeader #navbarSupportedContent {
    padding-left: 0 !important;
    margin-top: 10px;
    border-top: 1px solid #fff;
    padding-top: 10px;
}
.main-header button.navbar-toggler {
    border: 1px solid #fff;
    background: #fff;
    padding: 5px 10px;
}
.profile_info .car_details.driveBlance h3 {
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 10px;
}
.profile_info hr {
    display: none;
}
.profile_info .users_images, .profile_info .car_details, .profile_info .rating {
    display: none;
}
.profile_info .car_details.driveBlance {
    display: block;
    text-align: center;
}
.deshRightSide { 
    max-width: 100%!important;
    flex: 0 0 100%!important;
}
.deshLeftSide {
    max-width: 100%!important;
    flex: 0 0 100%!important;
}
}
@media screen and ( max-width:768px) {
section.middle_content {
    padding: 0 !important;
}
.side_bar {
    padding: 5px 15px;
}
	.container {
		width: 100%;
		padding: 0px 20px
	}
	.carousel-caption h3 {
		font-size: 30px;
		font-family: 'moonhouseregular';
	}
	.nav-main.float-left {
		display: none;
	}
	.carousel-caption {
		top: 0;
		display: none;
	}
	.background-image {
		background: #000;
		min-height: 498px;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.full-width,
	.half-width {
		height: auto !important;
	}
	.content-box {
		position: absolute;
		width: 100%;
		z-index: 999999;
		display: inline-block;
		top: 21%;
		text-align: center;
	}
	.copy-right {
		width: 100%;
		position: static;
		bottom: 0;
		background: #000;
		text-align: center;
		padding: 10px;
		color: #fff !important;
	}
	.control-form input {
		width: 100%;
	}
	.background-image h3 {
		width: 100%
	}
	.main-toutube {
		width: 100%;
		display: none;
		background: #acacac;
	}
	section#quote p {
		font-size: 25pt;
		color: #fff;
		max-width: 310px;
		margin: 0 auto;
		font-family: 'Roboto', sans-serif;
		font-weight: 100;
	}
	#download {
		background-image: none;
	}
	section#slider {
		padding: 0px !important;
	}
	section {
		padding: 20px 0px !important;
	}
	.icon-main {
		text-align: center;
		padding: 20px 0px;
	}
	.control-form button {
		width: 100%;
	}
	section#quote {
		background: url(../images/11.png);
		min-height: auto;
	}
}
@media screen and ( max-width:767px) {
.white_bg {
    width: 100%;;
}
.white_bg {
    margin: 7px 0;;
}
}

@media screen and (min-width: 1370px) and (max-width:2500px){
	container{
		width: 1425px;
		max-width: 100%
	}

} 

.img_side img {
    width: 100%;
    display: block;
}
.messgaess {
    padding: 0px 30px 30px;
}
.ride_alert {
    padding: 36px 8px;
}
span.nav_head {
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    display: block;
    margin: 0px 0px 0px 0px;
}
.navigation_tab .side_menu ul li a {
    font-size: 13px;
    padding: 0;
    margin: 0;
    color: #636363;
}
.side_menu ul li {
    display: block;
    width: 100%;
    margin: 8px 0px;
}
.side_menu .nav-item.show .nav-link, .side_menu .nav-link.active {
    background-color: transparent;
    border-color: transparent;
    border-bottom: none !important;
}
.side_menu .nav-tabs .nav-link:focus, .side_menu .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.content_pro {
    background: #f7f7f7;
    padding: 15px 15px;
    margin: 0px 0px;
}
.content_pro button.btn.btn-primary {
    background: #333;
    border: none;
    border-radius: 0;
    padding: 6px 30px;
}
.content_pro h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 3px 0px 10px 0px;
}
.content_pro p{
	font-size: 13px;
}
.content_pro .form-group label {
    font-size: 13px;
    font-weight: 600;
}
.content_pro .form-group input, .content_pro .form-group select, .content_pro .form-group textarea {
    border:none;
    font-size: 13px;
    color: #636363;
}
.content_pro .form-group input:focus, .content_pro .form-group select:focus, .content_pro .form-group textarea:focus {
	outline: none !important;
	border: none  !important;
	box-shadow: none  !important;
}
.content_pro .form-group input::placeholder {
    color: #636363;
}
.navigation_tab ul li a {
    font-size: 15px;
    font-weight: 600;
}
.gaadiex-list .gaadiex-list-item.alert {
    line-height: 22px !important;
    display: inline-flex !important;
}

.cardss .alert i {
    font-size: 12px;
    margin-right: 5px;
    color: #333;
}
.cardss .alert {
    padding: 2px 0px !important;
}
.ride_alert p {
    font-size: 14px;
    color: #636363;
    line-height: 24px;
}
.ride_alert b, .ride_alert h5 {
    margin-bottom: 15px;
    display: block;
}
.status_view span.confirm_book {
    float: right;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    border-radius: 25px;
    padding: 3px 15px;
    font-size: 12px;
    background: #c40000;
}
span.confirm_book {
    float: right;
    display: inline-block;
}
.messgaess  span.confirm_book a {
    font-size: 13px !important;
    padding: 0px !important;
    margin: 1px 0px 0px 10px !important;
    text-decoration: none;
    color:#636363;
}

.main-header {
	background: #1c1c1c;
	padding: 15px 0px;
}
.deshboardHeader #navbarSupportedContent {
    padding-left: 50px;
}
.deshboardHeader nav.navbar {
    padding: 0;
}
.Logo {
	max-width: 245px;
	width: 100%;
}

.nav-main nav ul li a img {
	margin-right: 5px;
	max-width: 29px;
}

.nav-main nav ul li a {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #fff;
	margin: 4px 0px;
	display: inline-block;
	text-decoration: none;
	letter-spacing: 1px
}

.nav-main nav ul li {
	display: inline-block;
	margin-right: 50px;
}
.icon-main:hover img {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.icon-main img {
    webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.nav-main nav ul {
	margin: 0;
}
.navbar-nav .dropdown-menu li a {
    color: #535151 !important;
    padding: 5px 18px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    border: none;
    line-height: 25px;
    text-decoration: none;
}


li.dropdown a {
	color: #fff !important;
}

li.dropdown img {
    width: 39px;
    height: 35px;
    border-radius: 50%;
    max-width: 35px;
}

section#slider .carousel-item img {
	max-width: 100%;
	width: 100%;
}

.carousel-caption {
	top: 90px;
}

.carousel-caption h3 {
	font-size: 82.73px;
	font-family: 'moonhouseregular';
}

.carousel-caption p {
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}

ul.carousel-indicators li {
	background: none;
	border: 1px solid #fff;
}

ul.carousel-indicators li {
	border-radius: 100% !important;
	width: 15px;
	height: 15px;
}

ul.carousel-indicators li.active {
	background: #fff
}

.background-image {
	background: url(../images/bg-form.png)
}

section#Main-section {
	padding: 100px 0px;
}

.background-image {
	min-height: 498px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 465px;
}

.background-image h3 {
	color: #fff;
	font-size: 18px;
	text-align: center;
	letter-spacing: 2px;
	background: #acacac;
	width: 95%;
	padding: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.control-form {
	margin: 25px 0px;
	padding: 0px 25px;
	width: 100%;
	position: relative
}

.control-form input {
	width: 95%;
	min-height: 52px;
	padding: 10px 20px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 2px;
	position: relative
}

.control-form button {
	width: 95%;
	min-height: 55px;
	background: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
	font-family: 'Roboto', sans-serif;
	outline: none;
	margin: 15px 0px
}
.carousel-indicators{ bottom:40px}
.control-form img.positioned {
	position: absolute;
	right: 56px;
	top: 32%;
}

.half-width img {
	width: 100%;
	height: 100%;
}

.half-width {
	width: 49%;
	float: left;
	height: 238px;
	overflow: hidden;
}

.full-width img {
	width: 100%;
}

.full-width {
	width: 100%;
	display: inline-block;
	height: 252px;
	overflow: hidden;
}

section#howittworks h2 {
	font-size: 30pt;
	text-align: center;
	display: inline-block;
	width: 100%;
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: bolder;
	margin-bottom: 50px;
}

.icon-main p {
	font-size: 16pt;
	color: #636363;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 300 !important;
}

.icon-main h3 {
	color: #fff;
	font-size: 16pt;
	margin: 10px 0px;
}
.nav-main nav ul li a img {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.nav-main nav ul li a:hover img {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.icon-main {
	text-align: center;
}

.icon-main {
	text-align: center;
	padding: 0px 0px 0px;
}

#youtube-section {
	padding: 100px 0px
}

.main-toutube {
	width: 100%;
	display: inherit;
}

.main-toutube img {
	width: 102%;
	margin-left: 2px;
}

.main-toutube {
	width: 100%;
	display: inherit;
	background: #acacac;
}

.main-head {
	padding: 50px 50px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.main-head h3 {
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: bolder;
}

.main-head p {
	text-transform: none;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 300 !important;
	font-size: 16px !important;
	text-align: justify;
	margin: 0px;
	letter-spacing:0
}

section#quote {
	background: url(../images/11.png);
	min-height: 436px;
	padding: 130px 0px;
	text-align: center;
	background-attachment: fixed;
	background-size: cover;
}

section#quote p {
	font-size: 45pt;
	color: #fff;
	max-width: 820px;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}

#download {
	background-image: url(../images/download.png);
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 500px;
    background-position: left center;
    position: relative;
    z-index: 999999;
    margin-bottom: 430px;
    background-color: #fff;
}

p.button-download span {
	margin: 0px 10px;
	margin-left: 0px;
}

.main-footer {
	background: url(../images/footer.png);
    width: 100%;
    background-size: cover;
    padding: 50px 0px 0px 0px;
    position: sticky;
    bottom: 0;
    z-index: 0000;
    background: #000;
}
.outerDashboard {
    position: relative;
    z-index: 999;
    background: #fff;
}

.logo p {
	color: #fff;
	margin: 20px 0px;
}

.logo p.button-download span img {
	max-width: 120px;
}

.listing ul li a:hover {
	color: #fff;
	transition: 0.3s;
}

.listing ul li a {
	margin-bottom: 4px;
	display: inline-block;
	text-decoration: none
}

.listing ul li {
	list-style: none;
}

.listing ul {
	padding: 0;
}

footer.main-footer h3 {
	font-size: 21px;
	color: #fff;
	margin-bottom: 20px;
}

.form input {
	width: 100%;
	background: none;
	border: none;
	border-bottom: 1px solid #dedede;
	padding: 15px 0px;
	font-size: 18px;
	outline: none;
	outline: none;
	color: #fff
}

.form {
	position: relative;
}

.form button {
	position: absolute;
	right: 0px;
	top: 20px;
	background: none;
	border: none;
}

footer.main-footer p,
footer.main-footer a {
	color: #7a7a7a;
}

.social-icon span {
	margin: 5px;
}

.social-icon {
	margin: 20px 0px;
}

.copy-right p {
	margin: 0;
	color: #fff !important;
}

.copy-right {
	width: 100%;
    bottom: 0;
    background: #000;
    text-align: center;
    padding: 10px;
    color: #fff !important;
    margin-top: 30px;
}

.content-box img {
	width: auto;
}

.image {
	position: relative
}

.content-box h4 {
	font-size: 20px;
	margin: 10px 0px;
	color: #fff;
}

.content-box {
	position: absolute;
	width: 100%;
	z-index: 999999;
	display: inline-block;
	top: 90px;
	text-align: center;
}

.full-width {
	position: relative;
}

.full-width::after {
	content: "";
    background: rgba(171, 171, 171, 0.37);
    width: 97%;
    height: 89%;
    position: absolute;
    top: 8px;
    margin: 3px 4px;
    opacity: 0;
    transition: 0.3s;
    left: 7px;
}

.half-width {
	position: relative;
}

.half-width::after {
	content: "";
    background: rgba(171, 171, 171, 0.37);
    width: 94%;
    height: 89%;
    position: absolute;
    top: 10px;
    margin: 3px 4px;
    opacity: 0;
    transition: 0.3s;
    left: 7px;
}

.half-width:hover::after {
	opacity: 1
}

.full-width:hover::after {
	opacity: 1
}

#download2 {
	background: #fff;
	padding: 100px 0px;
	background-repeat: no-repeat;
	background-size: 40%;
	min-height: 500px;
	background-position: 0px 50px;
	position: relative;
	z-index: 999999;
	margin-bottom: 430px;
	background-color: #fff;
}

section#slider-inner img {
	max-width: 100%;
	width: 100%;
}
body.login-signup-bg {
    background: #f4f4f4;
}
.form-sign-in {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    padding: 5%;
    text-align: center;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.form-sign-in h3 {
    margin-top: 30px;
    font-size: 21px;
    font-family: 'Roboto', sans-serif;
}
.form-sign-in .control-form img {
    left: 43px;
    top: 12px;
}
.form-sign-in .control-form input {
    padding: 4px 45px;
    background: none;
    border: none;
    border-bottom: 2px solid #0a0a0a;
	outline:none
}
span.float-right.custom-right {
    margin-right: 35px;
	    font-family: 'Roboto', sans-serif;

}
span.float-left.custom-left {
    margin-left: 35px;
}
span.float-left.custom-left a, span.float-right.custom-right a {
    color: #ff7800;
    font-family: 'Roboto', sans-serif;
}
span.float-left.custom-left {
    margin-left: 35px;
    font-family: 'Roboto', sans-serif;
}
.m-top{ margin-top:20px}
span.m-main {
    margin: 0px 12px;
}
.back-image {
    position: absolute;
    left: 30px;
    top: 30px;
}
.form-sign-in .control-form button {
    border: 2px solid #0a0a0a;
    color: #000;
}


/*==== Start New css here ====*/
.addNBtn .addMoreBtn {
    background: #333;
    border: 1px solid #333;
    color: #fff;
    padding: .25rem .5rem;
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
}
.addNBtn .addMoreBtn:hover {
    text-decoration: none;
}
.addNBtn {
    text-align: right;
    margin-top: 15px;
}
.ofrRide i.fa-plus-circle {
    color: #333;
    font-size: 14px;
    transform: rotate(45deg);
}
.ofrRide {
    position: relative;
}
.selectCarDrop select.form-control, .ofrDropBtnDist select.form-control {
    background: #f7f7f7;
    height: 52px;
    border: 0;
}
.ofrRadioBtn label {
    margin-bottom: 0;
}
.ofrRadioBtn input[type="radio"] {
    height: auto;
    width: auto;
    margin-right: 5px;
    margin-top: -3px;
}
.detourBtn label {
    margin-right: 10px;
    font-size: 14px;
}
.scroll_box .alert {
    position: relative;
    padding: 0 0 5px;
    margin-bottom: 0rem;
}
.paddRight-0 {
    padding-right: 0;
}
.navigation_tab .deshTab {
    padding-top: 20px;
    margin-bottom: 35px;
}
.dashboard_details {
    padding: 0 20px 15px;
}
.details_title p span {
    float: right;
} 
.vew_btn span.viewDetailBtn a {
    color: #fff;
    text-align: center;
    display: block;
    padding: 4px 15px;
    margin: 0;
}
.vew_btn span.viewDetailBtn {
    float: right;
}
.deshLeftSide {
    max-width: 29%;
    flex: 0 0 30%;
}
.deshRightSide {
    max-width: 71%;
}
.stars_rate a, .rating_stars a {
    color: #17ab37;
}
.deshFusionChart .scroll_box {
    overflow-y: hidden;
}
.messageList h4 span {
    float: right;
    font-size: 13px;
    font-weight: 400;
}

.oferRideTitle h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.oferRideTitle h2 span.oferPrice {
    float: right;
    font-size: 20px;
    color: #ee8a1a;
    font-weight: 400;
    text-transform: capitalize;
}
.oferLocOut p {
    font-size: 16px;
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    font-weight: 300;
}
.oferLocOut p span.oferCircle {
    position: absolute;
    width: 14px;
    height: 13px;
    top: 5px;
    left: 0;
    border-radius: 50%;
}
.oferLocOut p.oferDepart span.oferCircle {
    background: #f8ac1b;
}
.oferLocOut p.oferArrive span.oferCircle {
    background: #4db601;
} 
.oferLocOut p.oferDepart:before {
    content: "";
    background: #ccc;
    position: absolute;
    width: 3px;
    height: 30px;
    left: 6px;
    top: 10px;
}
.oferLocOut {
    display: flex;
}
ul.oferDaTime, ul.iconDetail {
    padding-left: 0;
    margin-bottom: 0;
}
.oferLocOut .oferLocation {
    width: 100%;
}
.iconDetail li {
    list-style: none;
    text-align: right;
    margin-bottom: 15px;
}
.oferDaTime li {
    list-style: none;
    display: inline-block;
    margin-right: 30px;
    font-weight: 300;
    font-size: 16px;
}
.navigation_tab .oferRightSide ul.iconDetail a {
    margin: 0 !important;
    display: block;
    color: #4db601;
    font-weight: 400;
    font-size: 14px;
}
.oferLocation ul.oferDaTime {
    margin-bottom: 10px;
}
.iconDetail i {
    color: red;
    font-size: 21px;
}
.deshOferRide {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.deshOferRide:last-child {
    border: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.oferRightSide {
    width: 35%;
}
.singledeshOferRide .oferRightSide ul.ofercalcelRide {
    margin: 50px 0 0;
    padding: 0;
    text-align: right;
}
.singledeshOferRide .oferRightSide ul.ofercalcelRide li {
    list-style: none;
}
.singledeshOferRide .oferRightSide ul.ofercalcelRide li a {
    margin: 0 !important;
    background: #000;
    color: #fff;
    padding: 10px 40px !important;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}
.singledeshOferRide .deshOferRide {
    border-bottom: 1px solid #ccc;
}
.deshOferUsrDetail {
    display: flex;
    width: 100%;
}
.deshOferUsrImg {
    width: 170px;
}
.deshOferUsrImg img {
    width: 100%;
    object-fit: cover;
    height: 170px;
    border-radius: 50%;
    box-shadow: 0 0 8px 3px #ccc;
}
.singleOferUsrDetail {
    width: auto;
    padding-left: 30px;
}
.singleOferUsrDetail h2 {
    font-size: 20px;
    text-transform: uppercase;
}
.singleOferUsrDetail ul {
    padding-left: 0;
    margin: 0;
}
.singleOferUsrDetail ul li {
    list-style: none;
    margin-bottom: 6px;
}
.singleOferUsrDetail ul li span {
    margin-right: 15px;
}
.singleOferUsrDetail ul li span i {
    color: red;
    font-size: 17px;
}
.deshOferUsrImg ul {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.deshOferUsrImg ul a {
    color: #f8ac1b;
    margin: 0 2px;
    font-size: 19px;
}
.deshBtnAcpt {
    margin-top: 30px;
}
.deshBtnAcpt ul {
    padding: 0;
    margin: 0;
}
.singledeshOferRide .deshBtnAcpt ul a {
    background: #000;
    color: #fff !important;
    padding: 9px 50px !important;
    display: inline-block;
    margin: 0 !important;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}
.singledeshOferRide .deshBtnAcpt ul li {
    display: inline-block;
    margin-right: 10px;
}
.right_content .navigation_tab li.nav-item:first-child a {
    border-left: 0;
}
.oferDaTime img {
    width: 14px;
}
.singleOferUsrDetail li img {
    width: 14px;
    height: 17px;
}
.oferDaTime.carIcon img {
    width: 28px;
}
.noRecordFound {
    margin-top: 20px;
    background: transparent;
    border: 0;
}
.Usercar_images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abRightImg img {
    width: 100%;
}
.aboutBg {
    background: url(https://classydrives.mindfulljunkies.com/assets/images/aboutBg.jpg);
    padding: 60px 0 160px;
    background-size: cover;
    text-align: center;
}
.waCardDetiail input, .waCardDetiail select.form-control {
    box-shadow: 0 0 4px 2px #eee;
    border: 0;
}
.waCardDetiail label {
    font-weight: 500;
    font-size: 16px;
}
.walSubmitBtn button {
    background: #000;
    color: #fff;
    padding: 6px 25px 5px;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
} 
.backIcon i {
    font-size: 35px;
}
.walSubmitBtn {
    margin-top: 20px;
}
.backIcon {
    margin-bottom: 10px;
}
.waCardDetiail h2 {
    font-size: 22px;
    margin-bottom: 10px;
} 
.backIcon a {
    color: #222;
}
.deshOferRideList {
    margin-top: 25px;
}
.watBlcBtn .payment_details {
    float: right;
    text-align: right;
    width: 100%;
    margin-top: 20px;
}
.watBlcBtn {
    display: flex;
}
.cardss span.addCard {
    float: right;
}
.cardss span.addCard a {
    color: #4cc31b;
}
.addCard a {
    color: #30d061;
    font-size: 14px;
    font-weight: 400;
}
.deshNoRecordFound img {
    width: 180px;
    margin: 0 auto;
    display: block;
}
.deshNoRecordFound {
    display: none;
}
.noRecordFound img {
    width: 300px;
}
.rideDetailRate {
    width: 100%;
}
.rideDetailtitle h2 {
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.rideDeNameImg .rideImg {
    width: 50%;
}
.rideDeNameImg {
    display: flex;
}
.rideDeNameImg .rideImg img {
    width: 100%;
    border-radius: 50%;
	padding : 20px;
}
.rideDetailRate h2 {
    font-size: 22px;
}
ul.rideDateTime {
    padding-left: 0;
    margin-bottom: 0;
}
ul.rideDateTime li {
    list-style: none;
}
ul.rideDateTime li span {
    width: 23px;
    display: inline-block;
}
.RideDeRating a {
    color: #87e940;
}
.rideDetailRate ul.RideDeRating {
    padding-left: 0;
    margin-bottom: 0;
}
p.rideDetPrice {
    color: #ee8a1b;
    margin-bottom: 20px;
}
.rideDetLoc {
    margin-top: 20px;
}
.rideDetLoc ul.rideLocation {
    padding-left: 0;
}
.rideDetLoc ul.rideLocation li {
    list-style: none;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}
.rideDetLoc ul.rideLocation li span.locIcon {
    float: right;
}
.rideDetLoc ul.rideLocation li span.locIcon i {
    color: red;
    font-size: 26px;
}
.rideDetLoc ul.rideLocation li span.locDot {
    position: absolute;
    content: "";
    background: #000;
    width: 15px;
    height: 15px;
    top: 4px;
    border-radius: 50%;
    left: 0;
}
.rideDetLoc ul.rideLocation li span.locDot:after {
    position: absolute;
    background: #ccc;
    width: 2px;
    height: 45px;
    content: "";
    left: 6px;
    z-index: -99999999;
}
.cancleMyRide ul li {
    list-style: none;
    display: inline-block;
    width: 49%;
    text-align: center;
}
.cancleMyRide ul li a {
    display: block;
    margin: 0 !important;
    background: #000;
    color: #fff;
    font-weight: 300;
    padding: 7px 0 !important;
    font-size: 16px;
}
.rideCarDetail ul, .cancleMyRide ul {
    padding-left: 0;
}
.rideCarDetail ul li {
    list-style: none;
    margin-bottom: 15px;
}
.rideCarDetail ul li span {
    display: inline-block;
    width: 60px;
}
.rideDetLoc ul.rideLocation li span.locDot.dotGreen:after {
    height: 0;
}
.rideDetLoc ul.rideLocation li span.locDot.dotOrang {
    background: #f7ad1a;
}
.rideDetLoc ul.rideLocation li span.locDot.dotYellow {
    background: #ffed87;
}
.rideDetLoc ul.rideLocation li span.locDot.dotGreen {
    background: #4bb700;
}
.routDetailSec ul {
    padding-left: 0;
}
.routDetailSec ul li {
    list-style: none;
}
.routDetailSec ul li {
    list-style: none;
    margin-bottom: 10px;
}
.routDetailSec ul li span {
    display: inline-block;
    margin-right: 13px;
}
.routDetailSec, .rideDesRoute {
    margin-top: 20px;
}
.rideDetLoc ul.rideLocation li:after { 
    content: "";
    background: #ccc;
    position: absolute;
    width: 3px;
    height: 32px;
    left: 7px;
    top: 18px;
}
.bookedSeatSec ul li, .applyCode ul li {
    list-style: none;
    margin-bottom: 8px;
    font-size: 15px;
}
.applyCode li span {
    float: right;
    text-align: right;
    display: inline-block;
}
.applyCode li span a {
    color: #50c350;
    margin-right: 0 !important;
    font-weight: 500;
    font-size: 15px;
}
.applyCode ul input.cuponCls {
    display: inline-block;
    width: 60%;
    background: #f6f6f6;
    border: 0;
    height: 33px;
    box-shadow: 0 0 3px 1px #f2f2f2;
    padding: 7px;
    color: #ee8a1b;
    font-weight: 400;
    font-size: 15px;
}
.applyCode {
    margin-bottom: 30px;
}
.bookedSeatSec ul, .applyCode ul {
    padding-left: 0;
}
.bookedSeatSec ul li span {
    float: right;
}
.rideDetLoc ul.rideLocation li:last-child:after {
    height: 0;
}
.routDetailSec h3, .rideDesRoute h3 {
    background: #333333;
    color: #fff;
    padding: 6px 10px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
}
.rideDesRoute h2 {
    font-size: 20px;
}
.rideDesRoute h2 span {
    background: #333333;
    color: #fff;
    display: inline-block;
    width: 21px;
    text-align: center;
    padding: 2px;
    border-radius: 3px;
}
.routeCarDetail {
    display: flex;
    border-bottom: 1px solid #eee;
}
.routeCarDetail .carImge {
    width: 30%;
}
.routeCarDetail .carImge img {
    width: 100%;
}
.routeCarDetail .carInnerDetail {
    width: 100%;
}
.routeCarDetail .carInnerDetail li {
    list-style: none;
    border-bottom: 1px solid #eee;
    padding-left: 8px;
    margin-bottom: 3px;
    padding-bottom: 3px;
    font-size: 14px;
}
.routeCarDetail .carInnerDetail li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin: 0;
}
.carInnerDetail ul {
    padding-left: 20px;
}
.rideDesRoute h4 {
    font-size: 18px;
    margin-bottom: 13px;
    margin-top: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}
.requestBook a {
    display: inline-block;
    background: #ffc107;
    color: #fff;
    padding: 8px 10px;
    border-radius: 3px;
}
.bookingBack span.whatsAppIcon {
    float: right;
}
.whatsAppIcon i {
    color: #2ab744;
    font-size: 44px;
}
.bookedPic img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
}
.profilePicBook .bookedPic {
    width: 30%;
    text-align: center;
}
.profilePicBook .rideDetLoc {
    margin-top: 0;
    width: 100%;
}
.profilePicBook {
    display: flex;
    margin-top: 30px;
}
.profilePicBook .rideDetLoc h2 {
    font-size: 25px;
}
.bookedRating ul {
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}
.bookedRating {
    margin-top: 10px;
}
.bookingBack img {
    width: 30px;
}
.bookedRating ul a {
    color: #ef8a18;
    margin: 0 2px;
}
.comfirmedBooked {
    text-align: right;
    margin-top: 30px;
}
.comfirmedBooked a {
    color: #2cb742;
    font-weight: 500;
    font-size: 15px;
}
.bookedDetail ul {
    padding: 0;
}
.bookedDetail ul li {
    display: inline-block;
}
.bookedDetail ul li span {
    width: 37px;
    display: inline-block;
}
.bookedDetail i {
    font-size: 20px;
}
.bookedDetail img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}
.bookedDetail ul li {
    display: inline-block;
    width: 30%;
}
.bookedDetail {
    margin-top: 20px;
}
.profilePicBook .rideDetLoc span.perSeat {
    color: #ec8b18;
    float: right;
    font-size: 14px;
}
.deshNoRerored img {
    width: 200px;
    margin: 0 auto;
    display: block;
}
.prefrences .pref_rnce li.active:after {
    content: "";
    position: absolute;
    background: url(https://classydrives.mindfulljunkies.com/assets/users/images/stop.png);
    top: 5px;
    left: 7px;
    width: 67px;
    height: 67px;
    background-size: 67px 67px;
}
.prefrences .pref_rnce li {
    position: relative;
}
.bookedSeatSec .value-button {
    display: inline-block;
    border: 1px solid #333;
    margin: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    /* padding: 11px 0; */
    background: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.value-button:hover {
  cursor: pointer;
}


.bookedSeatSec form #input-wrap {
  margin: 0px;
  padding: 0px;
}
.bookedSeatSec input#number {
    text-align: center;
    border: none;
    border-top: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
    margin: 0px;
    width: 25px;
    height: 20px;
}
.bookedSeatSec form {
    padding: 0;
    width: auto;
}
.bookedSeatSec input[type=number]::-webkit-inner-spin-button,
.bookedSeatSec input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.bookedSeatSec ul li span input[type="text"] {
    width: 31px;
    text-align: center;
    border: 1px solid #ccc;
}
.cardss .alert span {
    float: right;
}
.singleCard i.fa-university {
    float: left;
    margin: 4px 4px 4px 0;
}
.driverWalAmt { 
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.customCheck .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

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

/* Style the checkmark/indicator */
.customCheck .checkmark:after {
  left: 5px;
  top: 9px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
label.customCheck {
    margin-right: 15px;
    margin-bottom: 0;
}
.walletBtn a {
    background: #000;
    color: #fff;
    padding: 11px 25px;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
}
.walletBtn {
    margin-top: 40px;
}
form#addNewCar {
    margin-bottom: 20px;
}
.rate_stars:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.deshboardHeader ul.midNav li {
    margin-right: 50px;
}
.deshboardHeader ul.midNav li a {
    color: #fff;
    font-size: 16px;
    font-weight: 200;
}
/*==== End New css here ====*/




/*===== Start responsive here ======*/
@media screen and ( max-width:1300px) {
	.container {
		width: 1200px
	}
}

@media screen and ( max-width:1199px) {
	.container {
		width: 1140px
	}
}

@media screen and ( max-width:1140px) {
	.container {
		width: 980px
	}
	.nav-main nav ul li {
		display: inline-block;
		margin-right: 11px;
	}
	.Logo {
		max-width: 150px;
		width: 100%;
	}
}

@media screen and ( max-width:979px) {
	.container {
		width: 750px
	}
	.nav-main nav ul li a {
		font-size: 14px;
	}
	.Logo {
		max-width: 60px;
		width: 100%;
	}
	.main-footer {
		position: static
	}
	section#download2 {
		margin: 0;
	}
	section#download {
		margin: 0;
	}
	#download {
		min-height: auto;
	}
}

@media screen and ( max-width:768px) {
	.container {
		width: 100%;
		padding: 0px 20px
	}
	.carousel-caption h3 {
		font-size: 30px;
		font-family: 'moonhouseregular';
	}
	.nav-main.float-left {
		display: none;
	}
	.carousel-caption {
		top: 0;
		display: none;
	}
	.background-image {
		background: #000;
		min-height: 498px;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.full-width,
	.half-width {
		height: auto !important;
	}
	.content-box {
		position: absolute;
		width: 100%;
		z-index: 999999;
		display: inline-block;
		top: 21%;
		text-align: center;
	}
	.copy-right {
		width: 100%;
		position: static;
		bottom: 0;
		background: #000;
		text-align: center;
		padding: 10px;
		color: #fff !important;
	}
	.control-form input {
		width: 100%;
	}
	.background-image h3 {
		width: 100%
	}
	.main-toutube {
		width: 100%;
		display: none;
		background: #acacac;
	}
	section#quote p {
		font-size: 25pt;
		color: #fff;
		max-width: 310px;
		margin: 0 auto;
		font-family: 'Roboto', sans-serif;
		font-weight: 100;
	}
	#download {
		background-image: none;
	}
	section#slider {
		padding: 0px !important;
	}
	section {
		padding: 20px 0px !important;
	}
	.icon-main {
		text-align: center;
		padding: 20px 0px;
	}
	.control-form button {
		width: 100%;
	}
	section#quote {
		background: url(../images/11.png);
		min-height: auto;
	}
}

@media screen and ( max-width:767px) {
.watBlcBtn {
    display: block;
    float: left;
    width: 100%;
}
.watBlcBtn .payment_details {
    float: left;
    text-align: left;
    width: 100%;
    margin-top: 0px;
}
.messgaess .payOutMessage + hr {
    float: left;
    width: 100%;
}
.messgaess {
    padding: 0px 15px 30px;
}
.messgaess .listingss li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
}

@media screen and (min-width: 1370px) and (max-width:2500px){
	container{
		width: 1425px;
		max-width: 100%
	}

} 
@media screen and ( max-width:500px) {
.noRecordFound img {
    width: 100%;
}
.page-container { 
    padding-top: 30px;
    padding-bottom: 30px;
}
.deshRightSide .navigation_tab li a {
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
}
.deshRightSide, .deshLeftSide {
    padding: 0;
}
.side_bar {
    padding: 10px 15px;
}
}
.form_offer {
    padding: 30px 25px 50px;
    background: #fff;
}
section.offers_ride {
    background: transparent;
}
.offer_ride {
    background: url(../images/offer_ride.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}
.form_offer button.btn.btn-primary {
    width: 100%;
    border-radius: 0px;
    padding: 13px 0px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    background: #1c1c1c;
    border: none;
}
.form_offer h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0px 22px 0px;
    letter-spacing: 1.5px;
}
.form_offer input {
    height: 52px;
    border-radius: 0;
    font-size: 15px;
}
.modal-body h3, .modal-body small {
    color: #fff;
    display: block;
}
.modal-body a {
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    padding: 5px 20px;
    display: inline-block;
    width: auto;
    min-width: 135px;
    margin: 18px 0px;
    margin-right: 8px;
}
.modal-body i {
    color: #6ac259;
    font-size: 38px;
    margin-bottom: 10px;
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url(../images/icons.svg);
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-valids, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url(../images/stop.png);
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-validp, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url(../images/places.png);
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form_offer input {
    border: none;
    background: #f7f7f7;
    vertical-align: middle !important;
}
.form_offer input:focus{
    border: none !important;
    outline: none !important;
    box-shadow: : none !important;
}


.list_rides a.list-group-item {
    height:auto;
    min-height:220px;
}
.list_rides a.list-group-item.active small {
    color:#fff;
}
.stars {
    margin:20px auto 1px;    
}
span.listings {
    display: block;
}
span.listings a {
    text-decoration: none;
    color: #222;
    font-size: 14px;
    line-height: 29px;
    margin-right: 12px;
    font-weight: 500;
    padding-left: 0;
}

.form_offer .card {
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    border-radius: 0;
}
.form_offer .card  h4 a {
    font-size: 21px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
}
.side_bar h3 {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    padding: 0px 0px;
}
.rating ul {
    padding: 0px 0px;
    margin: 0;
    list-style: none;
}
.rating ul li {
    display: inline-block;
    color: #f9cf4f;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    top: 25px !important;
    border-radius: 0;
    left: -101px !important;
    width: 226px;
    box-shadow: 0px 0px 15px #DDD;
    border: 0;
}
.navbar-nav .dropdown-menu li a i {
    margin-right: 10px;
    font-size: 16px;
}
ul.listingss li p i {
    color: #9d9d9d;
    margin-right: 10px;
    font-size: 16px;
}

.notificatioss {
    height: auto;
    max-height: 230px;
    overflow-y: scroll;
}
.payment_details a.btn.btn-warning {
    color: #fff;
    border: none !important;
    box-shadow: none;
    background: #000 !important;
    padding: 8px 30px;
    border-radius: 0;
    font-size: 15px;
}
.payment_details a { 
    background: #333;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    border: 1px solid #333;
}
ul.listingss li p {
    font-size: 14px;
    color: #636363;
    line-height: 24px;
}
.payment_print h5 {
    font-size: 17px;
}
.payment_print {
    margin: 0px 0px 0px;
    width: 100%;
}
.payment_print h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 5px 0px 20px;
    color: red;
}
ul.listingss li p {
    font-size: 14px;
    color: #636363;
    line-height: 24px;
    display: block !important;
    overflow: hidden !important;
    width: 100%;
}
.offerss_ride .form_offer .card .card-body {
    padding: 20px !important;
    margin: 0;
}
.Usercar_images {
    width: 160px;
    height: 160px;
    overflow: hidden;
}
.form_offer .card .card-body {
    padding: 20px 0px 5px 0px;
    margin: 0;
}
.offerss_ride .card-body span.listings {
    line-height: 30px;
    font-weight: 600;
    color: #031536;
}


.rating a {
    color: #17ab37;
    text-decoration: none;
    background-color: transparent;
}
.offerss_ride h2 {
    font-size: 20px;
    color: #090145;
}
span.rating {
    margin: 5px 0;
    display: block;
}
.vew_btn a {
    color: #fff;
    padding: 2px 14px;
    border-radius: 25px;
}
.riderImg { 
    width: 160px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    height: 160px;
    float: left;
    margin-right: 30px;
}
.riderImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.locDate ul li {
    padding: 6px 0px;
    font-size: 14px;
    font-weight: 600;
    color: #1c1c1c;
}
.details_name {
    width: 100%;
    max-width: 75%;
    float: left;
    overflow: hidden;
    display: inline-block;
}
.ImgRating ul {
    padding: 0 !important;
}
.ImgRating ul a {
    margin-right: 2px;
    color: #41e90a;
}
.routeDetail h3 {
    font-size: 19px;
    font-weight: 500;
    background: #333;
    color: #fff;
    padding: 7px 12px;
}
.routeDetail ul {
    padding: 0;
    list-style: none;
    margin: 15px 0px;
}
.routeDetail ul li {
    line-height: 35px;
}

.rideDes h3 {
    font-size: 19px;
    background: #333;
    color: #fff !important;
    padding: 6px 15px;
}
.requestBook {
    margin: 10px 0px;
}
.requestBook button {
    color: #fff;
}
.car_image img {
    width: 100%;
    border: 1px solid #ddd;
    padding: 2px;
}
.details_cars span {
    display: block;
    font-weight: 600;
    margin: 3px 0px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding: 3px 10px;
    color: #333;
}
span.badge {
    background: #333;
    color: #fff;
}
.locDate ul {
    padding: 0;
    list-style: none;
}
.rateDetail ul {
    padding: 0;
    margin: 0;
}
.rateDetail {
    margin: 10px 0px;
}
.dis i {
    font-size: 14px;
    margin-right: 8px;
    background: #061a47;
    padding: 9px 7px;
    width: 100%;
    max-width: 4%;
    color: #ffff;
    text-align: center;
    border-radius: 25px;
}
.routeDetail ul li {
    line-height: 43px;
    display: block;
}
.rateDetail ul li {
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
}
.details_pge {
    border: 1px solid #ddd;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 5px #ddd;
}


.photo.upload_image {
    width: 145px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #dddd;
    padding: 1px;
    margin: 15px 0px;
    height: 145px;
}
.photo.upload_image img {
    width: 140px;
    object-fit: cover;
    height: 140px;
}


ul.rating_inline {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.rating_inline li {
    display: inline-block;
     color: #17ab37;
}

.user-ratingss .usr_img {
    width: 100%;
    max-width: 12%;
    height: auto;
    max-height: 65px;
    min-height: 65px;
    overflow: hidden;
    border-radius: 80px;
    float: left;
}
.user-ratingss .usr_img img {
    width: 65px;
    object-fit: cover;
    height: 65px;
}
span.name_user {
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 3px 0px;
}
span.name_description {
    font-size: 13px;
    text-align: justify;
    line-height: 15px;
}


.name_user {
    float: left;
    width: 100%;
    max-width: 55%;
}

.usr_img {
    float: left;
    margin-right: 15px;
}
.date_rate {
    float: right;
    display: contents;
    text-align: right;
}
.name_user span.name_user {
    display: block;
    width: 100%;
    float: none;
}
.date_rate ol.rating_inline li {
    display: inline-block;
     color: #17ab37;
}
.date_rate ol.rating_inline {
    padding: 0;
    list-style: none;
    margin: 0;
}
span.datess {
    text-align: right;
    display: block;
}
span.rplies {
    display: block;
}
.date_rate span {
    line-height: 24px;
}
.rate_stars {
    border-bottom: 1px solid #ddd;
    padding: 11px 0px;
}
span.rplies a {
    color: #333;
    font-weight: 500;
}
.rate_numberss {
    text-align: right;
}
.all_review {
    text-align: right;
    color: #9d9d9d;
}
.rate_numberss h3 {
    color: #07a71b;
    font-weight: 500;
}
.stars_rate h5 {font-size: 18px;}

.stars_rate {
    margin: 10px 0px;
}
ul.pref_rnce {
    list-style: none;
    padding: 0;
    margin: 0px 0px;
}
.all_review a i {
    color: #333;
    font-size: 20px;
}
.all_review a {
    text-decoration: none;
}
.details_title{
	margin: 10px 0px;
}
.details_title p {
    font-size: 15px;
    color: #555;
    font-weight: 500;
}


span.profile_name {
    text-align: center;
}
span.profile_name {
    display: block;
    padding-top: 10px;
}
span.name_users a {
    font-size: 22px;
    text-transform: capitalize;
}
.car_details ul li img {
    width: 100%;
    max-width: 100%;
    float: left;
}
.car_details ul li {
    margin: 0 5px;
}
.car_details ul {
    padding: 0;
    margin: 0px 0px;
    list-style: none;
    display: flex;
    float: left;
    width: 100%;
}
ul.pref_rnce li img {
    width: 100%;
    max-width: 17%;
}
.modal-body.pop_form{
	background: #fff !important;
}

.form_section label {
    color: #000;
    text-align: left !important;
    display: block;
}
.form_section input {
    width: 100%;
    display: block;
    border: 1px solid #ddd !important;
}


.long_drive{
	position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
	
}

.local_d img{
	
	max-width: 230px;
    width: 100%;
	cursor: pointer;
}

label:first-child{
	    margin-right: 10px;

}

.local_d label:last-child{
	    margin-right: 0px;

}
.long_drive:checked + img {
	
	border: 2px solid #000;
}

/**How It Works**/

.banner_section_how{	
	background-image: url(../../users/images/innerpage_banner_howit.jpg);
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
    color: #fff;
    text-align: center;
    padding-top: 10%;
    font-size: 50px;
    font-family: cursive;
}

.inner-section h2{
	text-align: center;
    padding: 20px;
    color: #000;
	text-align:center;
}

.section_accordition{
    background: #000;
    padding: 14px;	
	border-bottom: 1px solid #ccc;
}

.section_accordition .panel-body{
	color:#fff;
}

.section_accordition a{
    color: white;
    font-family: arial;	
}

.spaces_sections{
	padding: 20px 0px;
}
/**End Style**/
