@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

@font-face {
    font-display: swap;
    font-family: Stratos;
    src: url(fonts/Stratos-ExtraLight-Web.woff2) format("woff2"),url(fonts/Stratos-ExtraLight-Web.woff) format("woff"),url(fonts/Stratos-ExtraLight-Web.ttf) format("truetype");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: Stratos;
    src: url(fonts/Stratos-Light-Web.woff2) format("woff2"),url(fonts/Stratos-Light-Web.woff) format("woff"),url(fonts/Stratos-Light-Web.ttf) format("truetype");
    font-weight: 300 325;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: Stratos;
    src: url(fonts/Stratos-SemiLight-Web.woff2) format("woff2"),url(fonts/Stratos-SemiLight-Web.woff) format("woff"),url(fonts/Stratos-SemiLight-Web.ttf) format("truetype");
    font-weight: 350;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: Stratos;
    src: url(fonts/Stratos-Light-Italic-Web.woff2) format("woff2"),url(fonts/Stratos-Light-Italic-Web.woff) format("woff"),url(fonts/Stratos-Light-Italic-Web.ttf) format("truetype");
    font-weight: 300 325;
    font-style: italic
}

@font-face {
    font-display: swap;
    font-family: Stratos;
    src: url(fonts/Stratos-SemiLight-Italic-Web.woff2) format("woff2"),url(fonts/Stratos-SemiLight-Italic-Web.woff) format("woff"),url(fonts/Stratos-SemiLight-Italic-Web.ttf) format("truetype");
    font-weight: 350;
    font-style: italic
}

@font-face {
    font-display: swap;
    font-family: Stratos;
    src: url(fonts/Stratos-SemiBold-Web.woff2) format("woff2"),url(fonts/Stratos-SemiBold-Web.woff) format("woff"),url(fonts/Stratos-SemiBold-Web.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}
.ride-step-car-pg-price-list li,
.ride-banner-cont p,
body h1, body h2, body h3, body h4, body h5, body h6{
	font-family: Stratos;
	font-weight: 350;
}

/*TABS CSS STARTS*/
/* Style the tab */
.tab {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

/* Style the buttons inside the tab */
.tab button {
	letter-spacing: -0.4px;
	text-transform: none;
	color: #121212;
	line-height: 22px;
	padding: 12px 20px;
	border: 1px solid #121212;
	display: block;
	text-align: center;
	margin: 0;
	width: 48.7%;
	max-width: 100%;
	font-weight: 600;
	font-size: 13px;
	background-color: rgba(255,255,255,0);
}

/* Create an active/current tablink class */
.tab button.active {
  color: #000000 /*#2689ee*/;
	border-color: #000000 /*#2689ee*/;
	background-color: /*#e8f4fc*/ rgba(0,0,0,0.1);
}
html body{
	font-family: 'Inter', sans-serif;
}
/* Style the tab content */
.tabcontent {
  display: none;
}
/*TABS CSS ENDS*/
/*global css starts*/
a, input, select, textarea, button {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.text-right {
  text-align: right !important;
}
img{
	max-width: 100%;
}
/*global css ends*/
/*header starts*/

.header-logo img{
	max-width: /*192px*/100px;
}
.header-logo h3{
	margin: 0;
}
.header-logo a{
	text-decoration: none;
}
.ride-head-row{
	align-items: center;
}
.ride-header{
	padding: 0 30px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background-color: rgba(0,0,0,1); 
	-webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.ride-dark-header .ride-header{
  background-color: rgba(0,0,0,0.4);
}
.ride-header-det{
	padding: 20px 0px;	
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.header-contact-telephone{
	font-family: "Inter",sans-serif;
	font-size: 13px;
	letter-spacing: -0.4px;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	position: relative;
	margin-left: 25px;
	color: #fff;
}
.header-contact-telephone:hover{
	color: #aaa;
}
.header-contact-telephone:before{
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: -22px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 16px;
	width: 16px;
	background-image: url("../images/uk-flag.png");
}
.clt-login-btn{
	margin-left: 5px;
}
.ride-single-line-btn{
	padding: 9px;
	min-width: 130px;
	text-align: center;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: .5px;
	border: 1px solid #fff;
	line-height: 22px;
	background-color: rgba(255,255,255,0);
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.ride-single-line-btn:hover{
	background-color: #fff;
	color: #aaa;
}
/*header ends*/
/*nav starts*/
.ride-nav-list{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}
.ride-nav-list > li{
	padding: 0 18px;
	position: relative;
}
.ride-nav-list > li > a{
	position: relative;
	border-bottom: 1px solid transparent;
	line-height: 39px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	letter-spacing: .4px;
	font-weight: 600;
	display: block;
	pointer-events: none;
}
.ride-nav-list > li:hover > a{
	border-bottom: 1px solid #fff;
}
.ride-nav-list-2 > li{
	display: block;
} 
.ride-nav-list-2 > li > a{
	line-height: 39px;
	color: #fff/*#959595*/;
	font-size: 15px;
	text-decoration: none;
	letter-spacing: .4px;
	font-weight: 400;
	display: block;
	pointer-events: none;
}
.ride-enable-submenu{
	pointer-events: all !important;
}
.ride-nav-list-2 > li > a:hover{
	color: #fff;
}
.ride-nav-list > li.ride-has-dropdown-menu > a:after{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background-image: url(../images/Arrow-wht-r.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .3s;
	transform: rotate(90deg);
	top: 17px;
	right: 0;
}
.ride-nav-list > li.ride-has-dropdown-menu{
	padding-right: 0px;
}
.ride-nav-list > li.ride-has-dropdown-menu > a{
	padding-right: 18px
}
/*nav ends*/
/*banner starts*/
.ride-banner-form{
	/*background: url('../images/book-bg.png') 50% 0% no-repeat;*/
	background-size: cover;
	padding-top: 260px;
	padding-bottom: 50px;
	position: relative;
}
.ride-banner-form .ride-banner-video{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
	/*opacity: 0.4;*/
}
.ride-banner-form .ride-banner-video video{
	width: 1630px;
	height: 1216px;
	z-index: -1;
	max-width: inherit;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.ride-banner-sec{
	max-width: 1324px;
	width: 95%;
	margin: auto;
	padding: 0 12px;
	position: relative;
}
.ride-banner-row {
  margin: 0 -12px !important;
  display: flex;
}
.ride-banner-row .ride-banner-cont{
	padding-right: 12px;
	padding-left: 12px;
	width: 60%;
}
.ride-banner-row .ride-banner-form-box{
	padding-right: 12px;
	padding-left: 12px;
	width: 40%;
}
.ride-banner-cont h1{
	padding-top: 40px;
	max-width: 677px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 62px;
	letter-spacing: .8px;
	line-height: 66px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}
.ride-banner-cont p{
	max-width: 677px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 22px;
	letter-spacing: .4px;
	line-height: 32px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}
.ride-banner-form-box-inn{
	background: #fff;
	padding: 30px;
	/*min-height: 450px;*/
	border-radius: 25px;
}
.ride-banner-form-box-inn > h3{
	margin: 20px 0 26px;
	font-size: 30px;
	color: #121212;
	letter-spacing: .64px;
	line-height: 22px;
	text-align: center;
	font-weight: 350;
	font-family: Stratos;
}
.ride-one-way-form-field{
	position: relative;
	margin-top: 20px;
}
.ride-one-way-form-field label{
	display: block;
	color: #000;
	font-size: 12px;
	position: absolute;
	left: 14px;
	top: 4px;
	font-weight: 600;
	line-height: 31px;
	pointer-events: none;
}
.ride-one-way-form-field select,
.ride-one-way-form-field input[type='text']{
	display: block;
	line-height: 1em;
	padding: 22px 14px 22px;
	margin-bottom: 12px;
	font-size: 15px;
	letter-spacing: -0.4px;
	line-height: 18px;
	color: #121212;
	border-radius: 0px;
	vertical-align: middle;
	box-shadow: none;
	border: 2px solid transparent;
	width: 100%;
	font-family: "gill-sans-nova",sans-serif;
	background-color: #f0f0e9;
	box-sizing: border-box;
	-webkit-transition: background-color .24s ease-in-out;
	transition: background-color .24s ease-in-out;
	outline: none !important;
}
.ride-one-way-form-field select:focus,
.ride-one-way-form-field input[type='text']:focus{
	border: 2px solid #2689ee;
	color: #121212;
}
.ride-one-way-form-field select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-position: 96.5% center;
	background-size: 12px 9px;
}
.ride-one-way-form-field.ride-whr-from input[type='text']{
	background-image: url("../images/loc-target.svg");
	background-size: 20px;
	background-position: 97.5% center;
	background-repeat: no-repeat;
	padding-right: 30px;	
}
.ride-one-way-form-field.ride-whr-from input[type='text']:focus,
.ride-one-way-form-field.ride-whr-to input[type='text']:focus{
	border-color: #000000 !important;
}
.ride-one-way-form-field.ride-hour-select select:focus{
	border-color: #000000 !important;
}
.ride-one-way-form-field.ride-whr-to input[type='text']{
	background-image: url("../images/loc-target-fill.svg");
	background-size: 20px;
	background-position: 97.5% center;
	background-repeat: no-repeat;
	padding-right: 30px;
}
.ride-one-way-form-btn{
	margin-top: 20px;
}
.clt-login-btn{
	background-image: url(../images/Arrow-wht-r.svg);
	background-size: 14px auto;
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) 50%;
	background-position: calc(100% - 15px) 50%;
	min-width: 150px;
	text-align: left;
	padding-left: 15px;
}
.clt-login-btn:hover{
	background-image: url(../images/Arrow-blk-r.svg);
	text-decoration: none;
	color: #000;
}
.bl-back-wht-arw-btn{
	display: inline-block;
	position: relative;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 16px 0px;
	border-radius: 25px;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: .4px;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: /*#2689ee*/#000000;
	border: 1px solid #000000/*#2689ee*/;
	background-image: url(../images/Arrow-wht-r.svg);
	background-size: 14px auto;
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) 50%;
	transition: all .2s;
}
.bl-back-wht-arw-btn:hover{
	background-color: /*#1070d1*/#000000;
	opacity: .9;
}
/*banner ends*/
/*img text starts*/
.ride-hm-img-txt-main{
	padding: 150px 0px;
}
.ride-hm-img-area{
	text-align: center;
	margin-bottom: 50px;
}
.bot-lined-title{
	font-size: 36px;
	letter-spacing: 1.4px;
	line-height: 44px;
	font-weight: 500;
	margin: 0 0 30px 0;
	padding-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}
.bot-lined-title span{
	display: block;
	font-size: 22px;
	letter-spacing: .4px;
	line-height: 30px;
}
.bot-lined-title:before{
	width: 60px;
	height: 1px;
	background-color: #121212;
	left: 50%;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	margin-left: -30px;
}
.ride-hm-img-txt-sec > p{
	font-size: 17px;
	letter-spacing: .4px;
	line-height: 30px;
	margin: 0 auto;
	max-width: 633px;
	color: #121212;
	text-align: center;
}
/*img text ends*/
/*award winning starts*/
.ride-hm-services-main{
	padding: 150px 0px;
	background-color: #121212;
}
.bot-lined-title-wht{
	color: #fff !important;
}
.bot-lined-title-wht:before{
	background-color: #fff;
}
.ride-hm-services-box{
	background-color: #242424;
	transition: all .4s;
}
.ride-hm-services-box:hover{
	opacity: .7;
}
.ride-hm-services-box-img{
	overflow: hidden;
}
.ride-hm-services-box-img img{
	transition: all .4s;
	transform: scale(1);
}
.ride-hm-services-box:hover .ride-hm-services-box-img img{
	transform: scale(1.05);
	
}
.ride-hm-services-box-txt{
	padding: 30px 30px 40px;
}
.ride-hm-services-box-txt h3{
	font-size: 22px;
	letter-spacing: .4px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.ride-hm-services-box-txt h3 span{
	font-size: 18px;
	line-height: 24px;
	color: #959595;
	display: block;
	text-transform: none;
}
.ride-hm-services-box-txt p{
	color: #fff;
	margin: 0;
}
/*award winning ends*/
/*book button section starts*/
.ride-hm-book-main{
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: /*#121212*/#fff;
	/*background-image: linear-gradient(180deg, #121212 29%, rgba(18,18,18,0.00) 70%), url('../images/book-back-image.jpg');
	background-position: center bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	min-height: 1120px;*/
	margin-top: -5px;
	position: relative;
}
.ride-hm-book-sec-btn{
	text-align: center;
}
.bl-btn{
	background-color: /*#2689ee*/#000000 !important;
	border: 1px solid /*#2689ee*/#000000 !important;
}
.ride-hm-book-sec-btn .bl-btn{
	padding-top: 13px;
	padding-bottom: 13px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.bl-btn:hover{
	/*background-color: #1070d1 !important;*/
	opacity: .9;
	color: #fff !important;
}
/*book button section ends*/
/*footer starts*/
footer.ride-footer{
	padding: 60px 30px;
	background-color: #121212;
}
.ride-footer-upr{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}
.ride-footer-logo a{
	text-decoration: none;
}
.ride-footer-lwr{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ride-footer-lwr p{
	font-size: 13px;
	line-height: 32px;
	color: #959595;
	margin: 0;
}
.ride-footer-lwr ul{
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.ride-footer-lwr ul li{
	margin-left: 30px;	
}
.ride-footer-lwr ul li:first-child{
	margin-left: 0px;	
}
.ride-footer-lwr ul li a{
	font-size: 13px;
	line-height: 32px;
	color: #959595;
	text-decoration: none;
	pointer-events: none !important;
}
.ride-footer-lwr ul li.ride-ft-social-link a{
	pointer-events: all !important;
}
.ride-footer-logo img{
	max-width: 100px;
}
.ride-footer-logo > a .ride-footer-logo-txt{
	font-family: "Inter",sans-serif;
	font-size: 13px;
	letter-spacing: -0.4px;
	font-weight: 600;
	line-height: 20px;
	text-decoration: none;
	position: relative;
	color: #fff;
	display: inline-block;
	vertical-align: bottom;
}
/*footer ends*/
/*step one starts*/
.no-banner-img-head .ride-banner-form{
	background-image: none !important;
}
.no-banner-img-head .ride-header {
  /*background-color: rgba(0,0,0,1);*/
}
.ride-banner-form.ride-banner-form-step{
	background-color: #f0f0e9;
	padding-top: 175px;
}
.ride-banner-form.ride-banner-form-step .ride-banner-sec{
	max-width: 1204px;
}
.ride-banner-form-step .ride-banner-row .ride-banner-cont {
  width: 50%;
}
.ride-banner-form-step .ride-banner-row .ride-banner-form-box {
  width: 50%;
}
.ride-banner-form-box.ride-banner-form-step-3 form > h3{
	font-weight: 350;
	font-family: Stratos;
}
.ride-banner-form-step .ride-banner-row .ride-banner-cont h3{
	font-size: 22px;
	letter-spacing: .4px;
	line-height: 30px;
	color: /*#2689ee*/#000000;
	font-weight: 350;
	font-family: Stratos;
}
.ride-banner-form-step .ride-banner-cont h1{
	padding-top: 0px;
	max-width: 100%;
	color: #121212;
	padding-bottom: 10px;
	margin: 0;
	letter-spacing: -1px;
	font-weight: 350;
	font-family: Stratos;
}
.ride-banner-form-step .ride-banner-cont p{
	color: #121212;
	font-weight: 350;
	font-family: Stratos;
}
.ride-form-step-det{
	display: flex;
	align-items: center;
	padding-top: 40px;
	padding-bottom: /*4*/0px;
}
.flex-middle-content{
	display: flex;
	align-items: center;
	justify-content: center;
}
.ride-form-step-info{
	width: 25%;
	position: relative;
	padding-right: 10px;
}
.ride-form-step-info:after{
	content: "";
	display: block;
	position: absolute;
	top: calc(50% + 1px);
	right: 10px;
	left: 40px;
	width: auto;
	height: 1px;
	background-color: #121212;
	display: none;
}
.ride-form-step-info:last-child:after{
	display: none;
}
.ride-form-step-info p{
	display: flex;
	align-items: center; 
	font-size: 15px;
	margin: 0px;
	text-transform: none;
	border: 2px solid #959595;
	padding: 5px 2px;
}
.ride-form-step-info p span.step-number{
	width: 30px;
	height: 30px;
	min-width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	font-size: 13px;
	border: 1px solid #959595;
	background-color: transparent;
	margin-right: 0px;
	color: #959595;
	position: relative;
	z-index: 1;
	display: none;
}
.ride-form-step-info p span.step-text{
	background-color: #f0f0e9;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	color: #959595;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: -.5px;
	margin: auto;
}
.ride-form-step-info p.actv span.step-number{
	color: #fff;
	background-color: /*#2689ee*/#000000;
	border: 1px solid /*#2689ee*/#000000;
}
.ride-form-step-info p.actv{
	border-color: #121212;
}
.ride-form-step-info p.actv span.step-text{
	color: #121212;	
}
.click-booking-box{
	text-align: center;
}
.click-booking-box h3.click-booking-box-text{
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 52px;
	line-height: 60px;
	display: inline-block;
	background-color: #121212;
	padding: 25px;
	text-align: left;
	cursor: pointer;
}
.click-booking-box h3 span{
	display: block;
	font-size: 24px;
	line-height: 32px;
}
.online-reserve-popup.asap-btn-popup .modal-body{
	overflow-y: auto;
	display: block;
}
.on-res-close{
	text-align: center;
}
.online-reserve-popup .modal-body .on-res-close button.close{
	position: static;
	display: inline-block;
	margin-top: 20px;
	float: none;
}
 
div.pac-container{
	z-index: 10001;
}
.ride-book-form-bot{
	padding: 20px 0;
	text-align: center;
	display: none;
}
.ride-book-form-bot p{
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #121212;
	letter-spacing: .2px;
	line-height: 22px;
	margin-bottom: 3px;
}
.ride-book-form-bot ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}
.ride-book-form-bot ul li{
	padding: 0 5px;
}
.ride-book-form-bot ul li:last-child{
	display: none;
}
.ride-book-form-bot ul li a{
	font-family: "Inter",sans-serif;
	font-size: 13px;
	letter-spacing: -0.4px;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	position: relative;
	margin-left: 25px;
	color: #121212;
}
.ride-book-form-bot ul li a:hover{
	color: #959595;
}
.us-header-contact-telephone::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 16px;
  width: 16px;
  background-image: url("../images/us-flg.png");
}
/*step one ends*/
/*step two strats*/
.ride-step-car-option-inn{
	max-width: 1180px;
	padding: 20px;
	margin: auto;
}
.ride-step-car-title{
	margin-top: 20px;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 40px;
	
	background-color: #000;
	padding: 20px;
}
.ride-step-car-title h3{
	margin-top: 10px;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: .8px;
	line-height: 24px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #fff;
}
.ride-step-car-title ul{
	/*max-width: 575px;*/
	list-style: none;
	margin: 0;
	padding: 10px 0 0;
	display: flex;
	align-items: center;
}
.ride-step-car-title ul li{
	width: 25%;
	padding-right: 12px;
}
.ride-step-car-title ul li img{
	margin-right: 10px;	
}
.ride-step-car-title ul:not(.ride-step-car-fea-list) li img{
	display: none;
}
.ride-step-car-title ul.ride-step-car-fea-list li img{
	display: block;
}
.ride-step-car-title ul:not(.ride-step-car-fea-list){
	max-width: 575px;
}
.ride-step-car-title ul li p{
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #fff;
	margin: 0;
	font-family: Stratos;
	font-weight: 350;
}
.ride-step-car-det{
	display: flex;
	margin-left: -12px;
	margin-right: -12px;
}
.ride-step-car-det > div{
	width: 30%;
	padding-left: 12px;
	padding-right: 12px;
}
.ride-step-car-det > div.ride-step-car-det-fea{
	width: 40%;
}
.ride-step-car-det-fea ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.ride-step-car-det-fea ul li{
	font-weight: 400;
	font-size: 17px;
	letter-spacing: -0.4px;
	line-height: 22px;
	position: relative;
	padding: 6px 0px 6px 30px;
	background: url('../images/circle-tick.svg') 0 6px no-repeat;
}
.ride-step-car-det-price-inn{
	padding: 35px 20px;
	background-color: #f0f0e9;
}
.ride-step-car-det-price-inn p{
	font-weight: 400;
	font-size: 16px;
	letter-spacing: -0.4px;
	line-height: 22px;
	margin: 0;
}
.ride-step-car-det-price-inn h3{
	font-size: 24px;
	letter-spacing: .2px;
	line-height: 24px;
	margin: 0 0 20px 0;
}
.ride-step-car-det-price-inn span{
	font-size: 11px;
	letter-spacing: .2px;
	line-height: 18px;
	font-weight: 600
}
.ride-step-car-det-price-inn .bl-back-wht-arw-btn {
  font-size: 13px;
  padding: 14px 0px;
}
.ride-step-car-sec{
	padding-bottom: 50px;
}
.ride-step-prev-btn{
	margin: 20px 0 50px;
}
.black-lined-lt-arw-btn{
	font-size: 13px;
	padding: 14px 50px;
	display: inline-block;
	position: relative;
	text-decoration: none;
	text-align: center;
	color: #121212;
	font-weight: 600;
	border-radius: 25px;
	text-transform: uppercase;
	letter-spacing: .4px;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: #fff;
	border: 1px solid #121212;
    text-decoration: none !important;	
}
.black-lined-lt-arw-btn:hover{
	color: #fff;
	background-color: #121212;
}
.black-lined-lt-arw-btn:before{
	content:"";
	position: absolute;
	top: 50%;
	left: 20px;
	width: 14px;
	height: 10px;
	background-image: url(../images/black-arw.svg);
	background-size: 14px auto;
	background-repeat: no-repeat;
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	margin-top: -5px;
}
/*step two ends*/
/*step three starts*/
.ride-banner-form-step-4 .ride-banner-form-box-inn > h3,
.ride-banner-form-step-3 .ride-banner-form-box-inn > h3{
	font-size: 20px;
	color: #121212;
	font-weight: 500;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: .8px;
	margin-top: 0px;
	text-align: left;
	margin-bottom: 14px;
}
.ride-banner-form-step-3 .ride-banner-form-box-inn > p{
	font-weight: 400;
	font-size: 16px;
	letter-spacing: -0.4px;
	line-height: 20px;
}
.ride-form-lbl-dif-sec{
	margin-bottom: 20px;
}
.ride-form-lbl-dif-sec label{
	font-size: 10px;
	letter-spacing: .2px;
	line-height: 14px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	z-index: 11;
	margin-bottom: 8px;
}
.ride-form-lbl-dif-sec label span{
	color: #790000;
	margin-left: 4px;
}
.ride-form-lbl-dif-sec textarea,
.ride-form-lbl-dif-sec select,
.ride-form-lbl-dif-sec input[type='tel'],
.ride-form-lbl-dif-sec input[type='text'],
.ride-form-lbl-dif-sec input[type='date']{
	display: block;
	line-height: 1em;
	padding: 16px 14px 16px;
	margin-bottom: 12px;
	font-size: 16px;
	letter-spacing: -0.4px;
	line-height: 18px;
	color: #121212;
	border-radius: 0px;
	vertical-align: middle;
	box-shadow: none;
	border: 2px solid transparent;
	width: 100%;
	font-family: "gill-sans-nova",sans-serif;
	background-color: #f0f0e9;
	box-sizing: border-box;
	-webkit-transition: background-color .24s ease-in-out;
	transition: background-color .24s ease-in-out;
	outline: none !important;
}
.ride-form-lbl-dif-sec input[type='tel'],
.ride-form-lbl-dif-sec input[type='text'],
.ride-form-lbl-dif-sec input[type='date']{
	height: 54px;
}
.ride-form-lbl-dif-sec textarea:focus,
.ride-form-lbl-dif-sec select:focus,
.ride-form-lbl-dif-sec input[type='tel']:focus,
.ride-form-lbl-dif-sec input[type='text']:focus,
.ride-form-lbl-dif-sec input[type='date']:focus{
	border: 2px solid #2689ee;
	color: #121212;
}
.ride-form-lbl-dif-sec select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-position: 96.5% center;
	background-size: 12px 9px;
}
.ride-form-lbl-dif-sec textarea{
	height: 150px;
	font-size: 17px !important;
	padding: 20px !important;
}
.input-check-lbl{
	font-size: 13px !important;
}
.input-check-lbl input{
	margin-right: 12px;
}
.ride-form-lbl-dif-sec p{
	padding: 0 0 10px;
	font-size: 12px;
	color: #121212;
	letter-spacing: .18px;
	line-height: 16px;
}
.ride-banner-form-box.ride-banner-form-step-3 .ride-step-prev-btn{
	padding: 0 25px;
}
.ride-banner-form-box.ride-banner-form-step-3 .ride-step-prev-btn .black-lined-lt-arw-btn{
	display: block;
	background-color: rgba(0,0,0,0)
}
.ride-banner-form-box.ride-banner-form-step-3 .ride-step-prev-btn .black-lined-lt-arw-btn:hover{
	background-color: #212121;
}
.cst-input-group span.input-group-addon{
	position: absolute;
	right: 2px;
	top: 0;
	bottom: 0;
	z-index: 11;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 2px;
	border: none;
	padding: 0;
}
/*step three ends*/
/*step 4 starts*/
.ride-banner-form-box.ride-banner-form-step-4 .ride-step-prev-btn{
	padding: 0 25px;
}
.ride-banner-form-box.ride-banner-form-step-4 .ride-step-prev-btn .black-lined-lt-arw-btn{
	display: block;
	background-color: rgba(0,0,0,0)
}
.ride-banner-form-box.ride-banner-form-step-4 .ride-step-prev-btn .black-lined-lt-arw-btn:hover{
	background-color: #212121;
}
.ride-banner-form.ride-banner-form-step .ride-booked-car-info{
	margin-top: 40px;
}
.ride-booked-car-name{
	display: flex;
	align-items: center;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d8d8d8;
}
.ride-booked-car-name .ride-booked-car-img{
	width: 140px;
	padding-right: 10px;
}
.ride-booked-car-name .ride-booked-car-title{
	width: calc(100% - 140px);
}
.ride-booked-car-name .ride-booked-car-title p{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.8px;
}
.ride-booked-car-name .ride-booked-car-title p span{
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.2px;
	display: block;
	text-transform: none;
	font-weight: 400;
}
.ride-booked-lined-info{
	padding: 10px 0;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 0;
	position: relative;	
}
.ride-booked-lined-info p{
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.2px;
	margin: 0;
	text-transform: none;
}
/*step 4 ends*/
/*car info page starts*/
.ride-hm-slider-gal-main{
	background-color: #fcece3;
}
.ride-hm-slider-gal-main > .container{
	width: calc(100% - 40px);
	max-width: calc(100% - 40px);
}
.ride-sel-car-info-pg-main{	
	padding-top: 100px;
	padding-bottom: 100px;
}
.ride-sel-car-info-pg-main .ride-step-car-title h3{
	font-size: 30px;
}
.ride-step-car-pg-price-list{
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}
.ride-step-car-pg-price-list li{
	padding: 7px 0;
	border-bottom: 1px solid #d8d8d8;
	font-size: 14px;
	line-height: 27px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ride-step-car-pg-price-list li:last-child{
	border-bottom-width: 0px;
}
.ride-step-car-pg-price-list li span{
	font-size: 14px !important;
	font-weight: 400;
}
.ride-banner-form.ride-car-pg-banner-sec{
	padding-bottom: 0px;
	padding-top: 0px;
}
.ride-banner-form.ride-car-pg-banner-sec > .ride-car-pg-banner-sec-inn{
	padding-bottom: 150px;
	padding-top: 260px;
	background-position: 50% 50%;
	background-size: cover;
}
.ride-hm-img-txt-sec > p a{
	color: #212121;
	text-decoration: underline;	
}
.ride-hm-img-txt-sec > p a:hover{
	opacity: .8;
}
.ride-hm-slider-gal-area{
	margin-top: 50px;
}
.ride-hm-slider-gal-area .slick-dots{
	margin-top: 20px;
	position: static;
}
.ride-hm-slider-gal-area .slick-dots li{
	height: 3px;
}
.ride-hm-slider-gal-area .slick-dots button{
	width: 18px;
	height: 3px;
	padding: 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background-color: #cfcfcf;
}
.ride-hm-slider-gal-area .slick-dots button:before{
	display: none;
}
.ride-hm-slider-gal-area .slick-dots .slick-active button{
	background-color: #000000;
}
.ride-hm-slider-gal-area .slick-prev, 
.ride-hm-slider-gal-area .slick-next{
	top: calc(50% - 20px);
}
.ride-hm-slider-gal-area .slick-prev::before, 
.ride-hm-slider-gal-area .slick-next::before{
	color: #000;
}
.ride-hm-slider-gal-area .team-image{
	padding-left: 15px;
	padding-right: 15px;
}
/*car info page ends*/
/*home page slider starts*/
.ride-hm-top-slider-sec{
	padding-top: 0px !important;
	padding-bottom: 0px !important;	
}
.ride-hm-top-slider-sec .slick-slide img{
	width: 100%;
	display: block;
	opacity: .75;
	min-height: 836px;
	object-fit: cover;
	object-position: center;
}
.ride-hm-top-slider-sec .ride-car-pg-banner-sec-inn{
	position: relative;
	overflow: hidden;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.ride-hm-top-slider-sec .ride-car-pg-banner-sec-slider{
	background-color: #121212;
}
.ride-hm-top-slider-sec .slick-dotted.slick-slider{
	margin-bottom: 0px;
}
.ride-hm-top-slider-sec .ride-car-pg-banner-sec-inn:before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	content:"";
	background-color: rgba(0,0,0,0.25);
	z-index: 1;
	display: none;
}
.ride-hm-top-slider-sec .ride-car-pg-banner-sec-inn .ride-banner-sec{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0,-37.5%);
	z-index: 2;
}

.ride-hm-top-slider-sec .slick-dots{
	margin-top: 0;
	position: absolute;
	bottom: 20px;
}
.ride-hm-top-slider-sec .slick-dots li{
	height: 3px;
}
.ride-hm-top-slider-sec .slick-dots button{
	width: 18px;
	height: 3px;
	padding: 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background-color: #fff;
}
.ride-hm-top-slider-sec .slick-dots button:before{
	display: none;
}
.ride-hm-top-slider-sec .slick-dots .slick-active button{
	background-color: #000000;
}
.ride-hm-top-slider-sec .slick-prev, 
.ride-hm-top-slider-sec .slick-next{
	top: calc(50% - 20px);
	z-index: 3;
	display: none !important;
}
.ride-hm-top-slider-sec .slick-prev{
	left: 10px
}
.ride-hm-top-slider-sec .slick-next{
	right: 10px
}
.ride-hm-top-slider-sec .slick-prev::before, 
.ride-hm-top-slider-sec .slick-next::before{
	color: #000;
}
.ride-hm-top-slider-sec .ride-car-pg-banner-sec-slider + .ride-banner-sec .ride-banner-cont{
	opacity: 0 !important;
}
.ride-car-pg-banner-sec-slider .team-image{
	position: relative;
}
.or-client-logo-sec-main .slick-slide{
	display: inline-block !important;
	float: none;
	vertical-align: middle;
}
.or-client-logo-sec-main .team-image{
	padding-left: 15px;
	padding-right: 15px;
}
.or-client-logo-sec-main .slick-prev, 
.or-client-logo-sec-main .slick-next{
	display: none !important;
}
/*home page slider ends*/
/*login page starts*/
.login-register.ride-user-lgin-pg{
	position: relative;
	padding: 20px 20px;
	padding-top: calc(123px + 20px);
	height: calc(100vh - 228px);
	min-height: 437px;
	display: flex;
	align-items: center;
}
.login-register.ride-user-lgin-pg input[type='text'],
.login-register.ride-user-lgin-pg input[type='email'],
.login-register.ride-user-lgin-pg input[type='password'],
.login-register.ride-user-lgin-pg textarea{
	font-weight: 400;
	font-size: 16px;
	color: #67757c;
}
.login-register.ride-user-lgin-pg textarea::-webkit-input-placeholder,
.login-register.ride-user-lgin-pg input::-webkit-input-placeholder {
  color: #67757c !important;
}
.login-register.ride-user-lgin-pg textarea:-ms-input-placeholder,
.login-register.ride-user-lgin-pg input:-ms-input-placeholder {
  color: #67757c !important;
}
.login-register.ride-user-lgin-pg textarea::placeholder,
.login-register.ride-user-lgin-pg input::placeholder {
  color: #67757c !important;
}
.login-register.ride-user-lgin-pg .login-box.card{
	box-shadow: none;
	border: none;
}
.login-register.ride-user-lgin-pg .login-box.card form > h3{
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,.125);	
	font-weight: 350;
	font-family: Stratos;
}
.login-register.ride-user-lgin-pg .login-box.card form button.btn.btn-info{
	padding: .6rem 1.5rem;
	font-size: 1rem;
	max-width: 50%;
	min-width: 180px;
	font-weight: 350;
	font-family: Stratos;
	/*display: block;*/
}
/*login page ends*/
/*contact page starts*/
.login-register.ride-user-lgin-pg.ride-user-contact-pg{
	height: auto;
	min-height: auto;
}
/*contact page ends*/
/*dashboard page starts*/
.login-register.ride-user-lgin-pg.ride-client-pages-layout{
	height: auto;
	min-height: calc(100vh - 228px);
}
.ride-client-pages-layout-rw .sidebar1 {
    background: #000000;
    /*background: -webkit-linear-gradient(#F17153, #F58D63, #f1ab53);
    background: -o-linear-gradient(#F17153, #F58D63, #f1ab53);
    background: -moz-linear-gradient(#F17153, #F58D63, #f1ab53);
    background: linear-gradient(#F17153, #F58D63, #f1ab53);*/
    padding: 30px 0;
    min-height: 100%;
}
.ride-client-pages-layout-rw .sidebar1 .list {
    color: #fff;
    list-style: none;
    padding-left: 0px;
}
.ride-client-pages-layout-rw .sidebar1 .list::first-line {
    color: rgba(255, 255, 255, 0.5);
}
.ride-client-pages-layout-rw .sidebar1 .list> li, h5 {
    
}
.ride-client-pages-layout-rw .sidebar1 .list> li a{
	color: #fff;
	padding: 10px 0px 10px 40px;
	display: block;
	border-left: 5px solid rgba(255,255,255,0);
	text-decoration: none !important;
}
.ride-client-pages-layout-rw .sidebar1 .list>li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-left: 5px solid white;
    color: white;
}
.ride-client-pages-layout-rw{
	align-items: flex-start;
}
.ride-lgn-pg-title-box{
	margin: 10px 0 20px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #dfdfdf;	
}
.ride-lgn-pg-title-box h1{
	font-size: 28px;
	line-height: 32px;
	margin: 0;
}
.listing-action-opt{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.listing-action-opt li{
	padding-left: 10px;
}
.listing-action-opt li:first-child{
	padding-left: 0px;
}
.listing-action-opt li a{
	color: #000;
}
/*dashboard page ends*/
/*faq starts*/
button.accordion {
    color: #000;
	font-family: Stratos;
	font-weight: 350;
    cursor: pointer;
    padding: 15px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
	position: relative;
	background: none;
	outline: none !important;
	letter-spacing: .5px;
}

button.accordion.active-faq, button.accordion:hover {
    /*background-color: #ccc;*/
}

button.accordion:after {
    content: '\002B';
    color: #000;
    font-weight: 200;
    font-size: 32px;
	line-height: 20px;
	position: absolute;
	right: 0;
	top: 16px;
}

button.accordion.active-faq:after {
    content: "\2212";
}

div.panel {
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color:#000;
	font-family: Stratos;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	border: none !important;
	border-bottom: 1px solid  #d8d8d8 !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	padding-right: 20px;
}
div.panel .accr-panel{
	padding: 0 0 15px 0;
}
div.panel p{
	margin: 0;
}
.ride-pg-faq-inn{
	max-width: 668px;
	padding-left: 24px;
	padding-right: 24px;
	margin: auto;
}
.ride-pg-faq-inn > h1{
	font-size: 42px;
	margin: 0 0 30px 0;
	text-align: center;
}
.ride-banner-form.ride-inner-pg-top-sec{
	padding-top: 175px;
}
/*faq ends*/

#loading {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: fixed;
    width: 100%;
    /*cursor: wait;*/
    z-index: 99;
	top: 0;
    left: 0;
}
.preloader i,
#loading i{
	position: absolute;
	  left: 50%;
	  top: 50%;
	  translate: -50% -50%;
}
.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff;
	top: 0;
    left: 0;
}
#rideUpdateHtml > .col-sm-12 > .row{
	align-items: center;
}
.ride-banner-form-white{
	background-color: #fff !important;
} 
.ride-banner-form-white .ride-form-step-info p span.step-text{
	background-color: #fff !important;
}
.ride-client-pages-layout form select.form-control:not([size]):not([multiple]) {
    height: auto;
}
.ride-client-pages-layout form .btn-primary{
	background-color: #000 !important;
	border-color: #000 !important;
}
.form-half-field-sec{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.form-half-field-sec > div{
	width: calc(50% - 10px);
}
.ride-whats-app-btn{
	position: fixed;
	bottom: 40px;
	left: 0;
	right: 0;	
	width: 200px;
	margin: auto;
	z-index: 11;	
}
.ride-whats-app-btn a{
	color: #fff !important;
	text-decoration :none !important;
	font-family: Stratos;
	font-size: 14px;
	letter-spacing: .5px;
	background: /*#000*/ #c00520;
	color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 30px;
	color: #fff;
	font-family: Stratos;
	font-size: 14px;
	letter-spacing: .5px;
	display: block;
}


/*payment status page starts*/
.ride-min-req-ht-sec{
	position: relative;
	padding: 20px 20px;
	padding-top: calc(123px + 20px);
	height: auto;
	min-height: calc(100vh - 292px);
	display: flex;
	align-items: center;
}
.ride-min-req-ht-box{
	box-shadow: none;
	border: none !important;
	max-width: 400px;
	margin: 0 auto;
	width: 100%;
}
.ride-payment-success-icon i{
	background: #20be79;
	color: #fff;
	font-size: 24px;
	padding: 16px;
	border-radius: 50px;
}
.ride-sml-btn{
	background-color: #000 !important;
	border-color: #000 !important;
	padding: 10px 20px;
	font-size: 16px;
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: 350;
	font-family: Stratos;
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	color: #fff;
	border: none;
	text-transform: uppercase;
}
.ride-payment-failed-icon i {
  background: #ec1923;
  color: #fff;
  font-size: 24px;
  padding: 16px;
  width: 56px;
  border-radius: 50px;
}
/*payment status page ends*/
/*payment stripe layout starts*/
.bot-full-lined-title{
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,.125);
	font-weight: 350;
	font-family: Stratos;
	margin-bottom: 20px;	
	margin-top: 0px;
}
.ride-card-box label.control-label{
	font-weight: 400;
	font-size: 16px;
	color: #67757c;
}
.ride-card-box .form-row > [class*="col-"] {
  padding-right: 0px;
  padding-left: 0px;
}
.btn-black{
	background-color: #000 !important;
	border-color: #000 !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	font-size: 16px !important;
}
.ride-card-box .panel-body{
	padding-top: 0px;
	padding-bottom: 0px;
}
/*payment stripe layout ends*/
/*offers page starts*/
.txt-black-lyr{
	position: relative;
}
.txt-black-lyr:before{
	content:"";
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .2;
}
.offer-book-btn{
	margin-top: 20px;
}
.offer-service-box .ride-hm-services-box-txt{
	background-color: #fff;
	padding: 20px;
	border-top: 1px solid #242424;
}
.offer-book-btn{
	margin-top: 20px;
}
.offer-service-box .ride-hm-services-box-txt > *{
	color: #242424;
}
.offer-service-box .ride-hm-services-box-txt h3{
	margin: 0 0 12px 0;
}
.offer-service-box.ride-hm-services-box:hover {
  opacity: 1;
}
.offer-service-box-main{
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}
/*offers page ends*/
/*offer mobile sec starts*/
.ride-offer-book-main{
	/*background-color: #d8d8d8;
	padding: 20px 0 1px;*/
}
.ride-offer-book-box{
	/*display: flex;
	align-items: center;*/
	margin: 0 0 0px 0;
	/*background-color: #fff;*/
}
.ride-offer-book-box .ride-step-car-title{
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.ride-offer-book-box-con{
	display: flex;
	background-color: #fff;
	padding: 15px 0px;
}
.ride-offer-book-box .ride-step-car-title h3{
	margin: 0;
}
.ride-offer-book-box .ride-offer-book-img{
	width: 120px;
	background-color: #fff;
	display: flex;
	align-items: center;
	/*padding-right: 10px;*/
}
.ride-offer-book-info{
	background-color: #fff;
	padding: 20px 15px 20px 5px;
	width: calc(100% - 120px);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ride-offer-book-info h3{
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 18px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-transform: uppercase;
	color: #000;
	font-weight: 350;
	text-align: center;
	padding-right: 20px;
}
.ride-offer-book-info .ride-offer-book-prc-btn{
	/*display: flex;
	align-items: center;
	justify-content: space-between;*/
	width: 82px;
}
.ride-offer-book-info .ride-offer-book-info-lt{
	width: calc(100% - 82px);
}
.ride-offer-book-info p{
	font-weight: 600;
	font-size: 26px;
	letter-spacing: 0px;
	line-height: 26px;
	margin: 0px 0 10px 0;
	text-transform: uppercase;
	color: #000;
	/*font-style: italic;*/
}
.btn-white{
	display: inline-block;
	position: relative;
	text-decoration: none !important;
	text-align: center;
	color: #000 !important;
	font-size: 14px;
	font-weight: 600;
	padding: 6px 20px;
	border-radius: 25px;
	text-transform: uppercase;
	letter-spacing: .4px;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: #fff !important;
	transition: all .2s;
}
.btn-white:hover{
	opacity: .8;
}
.ride-offer-book-box .btn-white{
	background-color: #000 !important;
	color: #fff !important;
}
.pmnt-c-card-img-box{
	margin-bottom: 40px;
	margin-top: 15px;
}
/*offer mobile sec ends*/
#allDataUpdate > .table-responsive{
	overflow: auto;
}
#allDataUpdate .table thead th{
	white-space: nowrap;
}

/*COOKIES POPUP CSS STARTS*/
.js-cookie-consent.cookie-consent{
	background: rgba(0,0,0,1);
	padding: 15px;
	display: flex;
	justify-content: center;
	color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 11;
	align-items: center;
}
.js-cookie-consent.cookie-consent button.cookie-consent__agree{
	color: #121212;
	padding: 5px 25px;
	border: 0px solid #121212;
	text-align: center;
	margin: 0;
	margin-left: 15px;
	font-weight: 600;
	font-size: 13px;
	margin-left: 15px;
}
/*COOKIES POPUP CSS ENDS*/
/*payment method structure starts*/
.payment-method-box-lt{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.payment-method-box-lt > p{
	width: 100%
}
.payment-method-box-lt > h6{
	width: calc(50% - 10px);
	max-width: calc(50% - 10px);
	margin: 0px !important;
	position: relative;
	height: 60px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.payment-method-box-lt > h6 img{
	display: none;
}
.payment-method-box-lt > h6 strong{
	/*font-size: 0px;*/
}
.payment-method-box-lt > h6 strong i{
	/*font-size: 24px;*/
	margin-right: 2px;
}
.payment-method-box-lt > h6 input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	height: 60px;
    margin: 0 !important;
    opacity: 0;
}
.payment-method-box-lt > h6 input[value='1'] + img + strong:before,
.payment-method-box-lt > h6 input[value='2'] + img + strong:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 4px solid #000;
	pointer-events: none;
	content: "";
	opacity: .05;
}
.payment-method-box-lt > h6 input[value='1']:checked + img + strong:before,
.payment-method-box-lt > h6 input[value='2']:checked + img + strong:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 4px solid #000;
	pointer-events: none;
	content: "";
	opacity: 1;
}
/*.payment-method-box-lt > h6 input[value='2'] + img + strong:after,
.payment-method-box-lt > h6 input[value='1'] + img + strong:after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	content: "Card";
	font-family: Stratos;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	pointer-events: none;
}
.payment-method-box-lt > h6 input[value='2'] + img + strong:after{
	content: "Cash";
}*/
/*payment method structure ends*/
.sel-car-box-logo{
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
}

/*heathrow page starts*/
.rt-arrow-listing{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	max-width: 633px;
}
.rt-arrow-listing li{
	display: block;
	border-bottom: 1px solid #333;
}
.rt-arrow-listing li:first-child{
	border-top: 1px solid #333;
}
.rt-arrow-listing li a{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	text-decoration: none;
	padding: 10px 30px 10px 15px;
	background-color: #000;
	position: relative;
	font-weight: 600;
	font-size: 15px;
}
.rt-arrow-listing li a:hover{
	background-color: #111;
}
.rt-arrow-listing li a i{
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 10px;
}
/*heathrow page ends*/
/*book tel text starts*/
.book-tel-title{
	margin-bottom: 10px !important;
}
.book-tel-sub-title a{
	color: #121212 !important;
	text-decoration: underline !important;
}
/*book tel text ends*/
/*asap line buttons starts*/
.in.asap-btn-popup{
	background-color: rgba(0,0,0,0.5);
	z-index: 10000;
}
.asap-btn-popup .asap-btn-popup-inn{
	position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.asap-btn-popup .modal-dialog{
	width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.asap-btn-popup .modal-dialog .modal-content{
	background-color: rgba(0,0,0,0.8);
	padding: 8px;
	border: none;
	border-radius: 0px;
	height: 100%;
}
.asap-btn-popup .modal-body button.close{
	position: absolute;
  right: 0px;
  left: 0px;
  bottom: 20px;
  margin: auto;
  border: 0px solid #fff;
  opacity: 1;
  border-radius: 0px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  text-shadow: none;
}
.asap-btn-popup .modal-body button.close:before{
	content: "Close";
	letter-spacing: -0.4px;
  text-transform: none;
  color: #fff;
  line-height: 22px;
  padding: 12px 20px;
  border: 1px solid #fff;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  background-color: rgba(255,255,255,0);	
}
.asap-btn-popup .modal-body button.close span{
	display: none !important;
}
.asap-btn-popup .modal-body{
  border: 2px solid #fff;
  border-radius: 0px;
  padding: 40px 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.asap-btn-popup .modal-body button.close span{
  text-shadow: none;
  font-weight: 400;
  display: block;
  width: 22px;
  height: 24px;
}
.asap-btn-popup-list a{
	letter-spacing: -0.4px;
  text-transform: none;
  color: #fff;
  line-height: 22px;
  padding: 12px 20px;
  border: 1px solid #fff;
  display: block;
  text-align: center;
  margin: 0;
  width: 60%;
  max-width: 100%;
  font-weight: 600;
  font-size: 13px;
  background-color: #000;
  text-decoration: none !important;
  margin: 20px auto;
  color: #fff !important;
  min-width: 160px;
}
/*asap line buttons ends*/
.online-reserve-popup .ride-banner-form-box-inn{
	max-width: 578px;
	margin: auto;
}
/*tip box starts here*/
.ride-tip-form-box-inn{
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
}
.ride-tip-sec{
	text-align: center;
}
.ride-tip-sec h3{
   margin: 0; 
  font-weight: 350;
  font-family: Stratos;
  text-align: center;
}
.ride-tip-sec > p{
	border-bottom: 1px solid rgba(0,0,0,.125);
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-top: 0px;
}
.ride-tip-amount{
  border: 5px solid #121212;
  width: 320px;
  height: 320px;
  display: flex;
  margin: 0 auto 20px;
  align-items: center;
  justify-content: center;
  font-size: 94px;
  font-weight: 600;
  border-radius: 160px;
  color: #121212;
  overflow: hidden;
}
.ride-tip-type p{
	margin: 20px 0 0 0;
}
.ride-tip-type input::placeholder{
	color: #67757c !important;
  font-weight: 400;
  font-size: 16px;
}
.ride-tip-type input {
  color: #67757c !important;
  font-weight: 400;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #999;
  height: 24px;
  text-align: center;
  box-shadow: none;
  outline: none;
  margin-bottom: 20px;  
  background-color: rgba(255,255,255,0);
}
.ride-tip-change{
	margin-bottom: 20px;
}
.ride-tip-change .black-lined-lt-arw-btn:before{
	display: none !important;
}
.ride-tip-step-two > h3{
	border-bottom: 1px solid rgba(0,0,0,.125);
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-top: 0px;
}
.ride-tip-step-two input[type='text']{
	background-color: #fff;
}
.ride-tip-step-two input[type='email']{
  display: block;
  line-height: 1em;
  padding: 16px 14px 16px;
  margin-bottom: 12px;
  font-size: 16px;
  letter-spacing: -0.4px;
  line-height: 18px;
  color: #121212;
  border-radius: 0px;
  vertical-align: middle;
  box-shadow: none;
  border: 2px solid transparent;
  width: 100%;
  font-family: "gill-sans-nova",sans-serif;
  background-color: #f0f0e9;
  box-sizing: border-box;
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  outline: none !important;
  background-color: #fff;
}
.ride-tip-press .bl-back-wht-arw-btn,
.ride-tip-step-two .bl-back-wht-arw-btn{
	background-image: none !important;
}
.ride-tip-press .bl-back-wht-arw-btn span{
	display: block;
  font-size: 52px;
  line-height: 40px;
}
.ride-tip-press .bl-back-wht-arw-btn{
  padding: 10px 0 12px;
  border-radius: 60px;
  max-width: 225px;
  margin: auto;
}
/*tip box starts ends*/
.ride-confirm-loader{
	position: fixed;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
} 
.ride-confirm-loader h3{
	margin: 0px;
}
#loading .ride-confirm-loader i{
	position: static;
  translate: none;
  margin: 30px 0;
  font-size: calc(32px + 4vw);
}
div#loading{
	background-color: #fff;
	z-index: 99999;
}

/*payment stripe layout*/
.ride-pmnt-pg-main{
  /*max-width: 300px;*/
  padding: 15px;
  margin: auto;
  text-align: center;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.ride-pmnt-pg-info img{
	display: block;
	margin: auto;
}
.ride-pmnt-pg-info p{
	text-align: center;
	margin: 20px 0 10px;
}
.ride-pmnt-pg-info h3{
	text-align: center;
	margin: 0px 0 15px;
}
.v-middle-lined-text{
	position: relative;
	margin: 20px 0;
}
.v-middle-lined-text:before{
	width: 100%;
	height: 1px;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	background-color: #455a64;
	opacity: 0.3;
}
.v-middle-lined-text p{
	font-weight: 400;
  display: inline-block;
  background: #fff;
  padding: 0 15px;
  position: relative;
  margin: 0;
}


/*responsive starts*/
@media (max-width: 1239px){
	.ride-banner-form-box-inn > h3{
		font-size: 24px;
		line-height: 24px; 
	}
	.ride-form-step-info p span.step-text{
		/*display: none;*/
	}
	.ride-banner-cont h1{
		font-size: 60px;
	}
}
@media (min-width: 1030px){
	ul.ride-nav-list-ext-links{
		display: none !important;
	}
	.ride-nav-list-2{
		width: 250px;
		padding: 20px;
		position: absolute;
		top: 40px;
		right: auto;
		left: 0px;
		background: #111;
		border: 0px solid transparent;
		opacity: 0;
		visibility: hidden;
	}
	.ride-nav-list > li:hover > .ride-nav-list-2{
		opacity: 1;
		visibility: visible;
	}
	.ride-nav-list > li.ride-has-dropdown-menu:hover > a:after{
		transform: rotate(-90deg);
		top: 16px;
	}
	.ride-mobile-toggle-top{
		display: none;
	}
	.header-hamburger-menu-txt{
		display: none;
	}
}
@media (max-width: 1029px){
	.ride-nav-list-2 > li > a{
		padding-left: 18px;
		padding-right: 18px;
	}
	.ride-nav-list-2 > li{
		background-color: rgba(255,255,255,0.05);
	}
	.ride-nav-list-2 > li > a:after{
		position: absolute;
		content: "";
		width: 10px;
		height: 10px;
		background-image: url(../images/Arrow-wht-r.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		transition: all .3s;
		transform: rotate(0deg);
		top: 4px;
		left: 0;
	}
	
	.login-register.ride-user-lgin-pg {
		height: calc(100vh - 220px);
	}
	.ride-clnt-lgn-pg{
		display: none !important;
	}
	.login-register.ride-user-lgin-pg {
		padding-top: calc(67px + 20px);
	}
	.ride-footer-lwr ul li.ride-ft-social-link{
		display: none !important;
	}
	.ride-has-dropdown-menu .ride-nav-list-2{
		width: 100%;
		position: relative;
		top: 0px;
		max-height: 0px;
		background: #000;
		transition: all .3s;
		display: none;
		margin-top: 25px;
		margin-bottom: -25px;
		padding-left: 0px;
	}
	.ride-has-dropdown-menu.has-menu-open .ride-nav-list-2{
		max-height: 1000px;
		transition: all .3s;
		display: block;
	}
	.ride-has-dropdown-menu .ride-nav-list-2 > li{
		padding-left: 20px;
	}
	.ride-has-dropdown-menu .ride-nav-list-2 > li:last-child{
		border: none;
	}
	.ride-nav-list > li.ride-has-dropdown-menu > a:after{
		transition: all .3s;
		top: 6px;
	}
	.ride-nav-list > li.ride-has-dropdown-menu.has-menu-open > a:after{
		transform: rotate(-90deg);
		top: 6px;
	}
	.ride-head-row > div.col-5{
		display: none;
	}
	.ride-head-row > div.col-2.text-center{
		text-align: left !important;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.ride-banner-form.ride-banner-form-step .ride-booked-car-info {
	  margin-top: 0px;
	}
	.ride-banner-form-step .ride-banner-row .ride-banner-cont,
	.ride-banner-row .ride-banner-cont {
	  width: 100%;
	}
	.ride-banner-form-step .ride-banner-row .ride-banner-form-box,
	.ride-banner-row .ride-banner-form-box {
	  width: 100%;
	}
	.ride-banner-row{
		flex-wrap: wrap;
	}
	.ride-banner-form.ride-banner-form-step .ride-form-step-det{
		padding-bottom: 40px;
	}
	.ride-banner-form.ride-inner-pg-top-sec,
	.ride-banner-form.ride-banner-form-step{
		padding-top: 90px;
	}
	.ride-banner-form{
		padding-top: 164px;
	}
	.ride-banner-form-box-inn{
		max-width: 500px;
		margin: 60px auto 0; 
	}
	.offer-service-box-main{
		padding: 50px 0px 30px !important;
	}
	.ride-hm-img-txt-main {
	  padding: 50px 0px 60px;
	}
	.ride-sel-car-info-pg-main {
	  padding-top: 20px;
	  padding-bottom: 20px;
	}
	.ride-sel-car-info-pg-main .ride-step-car-det-price-inn{
		margin-top: 30px;
	}
	.ride-hm-services-main {
	  padding: 50px 0px;
	}
	.ride-hm-book-main {
		padding-top: 50px;
		padding-bottom: 50px;
		/*min-height: 710px;*/
	}
	.ride-footer-lwr,
	.ride-footer-upr{
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 0px;
	}
	.ride-footer-lwr > *,
	.ride-footer-upr > div{
		width: 100%;
		text-align: center;
		margin-bottom: 20px !important; 
	}
	.ride-footer-lwr ul{
		justify-content: center;
	}
	footer.ride-footer{
		padding-top: 50px;
		padding-bottom: 20px;
	}
	
	.ride-banner-form-step .ride-banner-form-box-inn {
	  max-width: 100%;
	  margin: 0px auto 0;
	}
	.ride-step-car-sec {
	  padding-left: 2.5%;
	  padding-right: 2.5%;
	}
	.ride-step-car-title ul{
		display: flex;
		flex-wrap: wrap;
		max-width: 100%;
	}
	.ride-step-car-title ul li {
	  width: auto;
	  padding-right: 30px;
	}
	.ride-step-car-title {
	  border-bottom: 0px solid #d8d8d8;
	  margin-bottom: 20px;
	}
	.ride-step-car-title ul li p{
		margin-bottom: 0px;
	}
	.ride-step-car-det{
		flex-wrap: wrap;
	}
	.ride-step-car-det > div.ride-step-car-det-car,
	.ride-step-car-det > div.ride-step-car-det-fea {
	  width: 50%;
	}
	.ride-step-car-det > div.ride-step-car-det-price{
		width: 100%;
	}
	.ride-step-car-det > div.ride-step-car-det-car img{
		width: 100%;
	}
	.ride-step-car-det-price-inn .bl-back-wht-arw-btn{
		max-width: 220px;
	}
	
	.header-hamburger-menu-txt{
		color: #fff;
	}
	body:not(.header-hamburger-menu-open) .header-hamburger-menu-txt span{
		display: none;
	}
	body.header-hamburger-menu-open .header-hamburger-menu-txt{
		font-size: 0px;
	}
	.header-hamburger-menu{
		position: relative;
		height: 20px;
		display: flex;
		align-items: center;
		cursor: pointer;
		min-width: 42px;
		justify-content: center;
	}
	.header-hamburger-menu span{
		display: block;
		transition: all .1s ease;
		width: 18px;
		height: 1px;
		background-color: #fff;
		border-radius: 0;
		-webkit-background-size: 34px;
		background-size: 34px;
		position: absolute;
		transition-property: transform;
		transition-duration: .15s;
		transition-timing-function: ease;
		position: relative;
	}
	.header-hamburger-menu span:before,
	.header-hamburger-menu span:after{
		  content: "";
		  display: block;
		  width: 28px;
		  margin: 0 -5px;
		  transition: all .1s ease;		  
		height: 1px;
		background-color: #fff;
		border-radius: 0;
		-webkit-background-size: 34px;
		background-size: 34px;
		position: absolute;
		transition-property: transform;
		transition-duration: .15s;
		transition-timing-function: ease;
	}
	.header-hamburger-menu span:before{
		top: -8px;
	}
	.header-hamburger-menu span:after {
	  bottom: -8px;
	}
	nav.ride-nav{
		position: fixed;
		left: 0;
		right: 0;
		top: 60px;
		bottom: 0px;
		background-color: #000;
		opacity: 0;
		visibility: hidden;
		overflow: auto;		
		transition: all .3s ease;
	}
	.header-hamburger-menu-open nav.ride-nav{
		top: 62px;
		background-color: #000;
		opacity: 1;
		visibility: visible;
	}
	.header-hamburger-menu-open{
		overflow: hidden !important;
	}
	.header-hamburger-menu-open .header-hamburger-menu span{
		background-color: rgba(255,255,255,0);
	}
	.header-hamburger-menu-open .header-hamburger-menu span:before{
		top: 0px;
		transform: rotate(45deg);
	}
	.header-hamburger-menu-open .header-hamburger-menu span:after{
		bottom: 0px;
		transform: rotate(-45deg);
	}
	.header-number-mob{
		text-align: center;
		margin: 20px 0px;		
	}
	.book-btn-mob .bl-back-wht-arw-btn{
		text-decoration: none !important;
		color: #fff !important;
		font-size: 14px;
	}
	.ride-mobile-toggle-top .book-btn-mob .bl-back-wht-arw-btn{
		background-color: rgba(255,255,255,0.1);
		border-color: rgba(255,255,255,0.1);
	}
	.ride-mobile-toggle-top.ride-clnt-lgn-btn{
		margin-top: 30px;
	}
	ul.ride-nav-list{
		flex-wrap: wrap;
		margin-top: 30px;
	}
	ul.ride-nav-list li:first-child{
		border-top: 1px solid #474747;
	}
	ul.ride-nav-list-ext-links{
		margin: /*60px*/30px 0 30px;
		padding: 0;
		list-style: none;
	}
	ul.ride-nav-list-ext-links li{
		margin: 15px 0px;
		text-align: center;
	}
	ul.ride-nav-list-ext-links li > a{
		color: #fff;
		font-size: 15px;		
		text-transform: uppercase;
	}
	ul.ride-nav-list li{
		width: 100%;
		padding: 25px 0px;
		border-bottom: 1px solid #474747;
		text-align:center;
	}
	.ride-nav-list li > a{
		line-height: 19px;
		letter-spacing: .4px;
		font-size: 18px;
		font-weight: 400;
		position: relative;
		font-family: "Inter",sans-serif;
		display: inline-block;
		text-decoration: none !important;
		border: none !important;
	}
	.header-hamburger-menu-open .ride-header {
	  background-color: rgba(0,0,0,1);
	  transition: all .15s ease;	
	}
}
@media (min-width: 768px){
	.book-1-step-back-img{
		background: url('../images/book-bg8.png') 0 0px no-repeat;
		background-size: auto 100%;
	}
	.ride-hide-desktop{
		display: none !important;
	}
	.book-tel-sub-title{
		text-align: center;
	}
	.offer-service-box-main .ride-offer-book-box .ride-offer-book-img{
		width: 30%;
	}
	.offer-service-box-main .ride-offer-book-info {
	  width: 70%;
	  padding: 0;
	}
	.offer-service-box-main .ride-offer-book-info .ride-offer-book-info-lt{
		width: 60%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.offer-service-box-main .ride-offer-book-info .ride-offer-book-prc-btn{
		width: 40%;
		padding: 35px 20px;
		background-color: #f7f7f7;
		text-align: center;
	}
	.offer-service-box-main .ride-offer-book-info .ride-offer-book-info-lt h3{
		font-size: 20px;
		line-height: 30px;
	}
	.offer-service-box-main .ride-offer-book-info .ride-offer-book-prc-btn .btn-white{
		padding: 13px 40px 14px;
		background-image: url(../images/Arrow-wht-r.svg);
		background-size: 14px auto;
		background-repeat: no-repeat;
		background-position: calc(100% - 14px) 50%;
		transition: all .2s;
	}
	.offer-service-box-main .ride-offer-book-box{
		margin-bottom: 30px;
	}
	.offer-service-box-main .ride-offer-book-box:last-child{
		margin-bottom: 0px;
	}
	.offer-service-box-main > .ride-offer-book-main{
		display: block;
	}
	.ride-offer-book-main{
		display: none;
	}
	.ride-whats-app-btn{
		display: none !important;
	}
	.ride-step-car-det-car-mobile{
		display: none !important;
	}
	.bkng-pg-help-number{
		display: none !important;
	}
	.ride-banner-form.ride-car-pg-banner-sec > .ride-car-pg-banner-sec-inn .ride-banner-cont{
		background-image: none !important;
	}
	.ride-car-pg-banner-sec-slider .ride-banner-cont{
		/*display: none !important;*/
		position: absolute;
		left: 0;
		top: 31%;
		z-index: 1;
		right: 0;
		max-width: 1324px;
		margin: auto;
		width: 95%;
		padding: 0 12px;
	}
}
@media (max-width: 767px){
	.ride-tip-form-box-inn{
		margin-top: 30px;
	}
	.ride-tip-step-two .ride-tip-press .bl-back-wht-arw-btn{
		max-width: 140px;
	}
	.online-reserve-popup-main .online-reserve-popup{
		opacity: 1;
		position: static;
		display: block;
	}
	.online-reserve-popup-main .online-reserve-popup .modal-dialog{
		box-shadow: none;
		transform: none !important; 
	}
	.online-reserve-popup-main .asap-btn-popup .modal-dialog .modal-content {
	  background-color: rgba(0,0,0,0);
	  padding: 0px;
	  border: none;
	  border-radius: 0px;
	  height: 100%;
	  box-shadow: none;
	}
	.online-reserve-popup-main .asap-btn-popup .modal-body{
		border: none;
		padding: 0;
	}
	.online-reserve-popup-main .asap-btn-popup .modal-body .on-res-close{
		display: none;
	}
	.ride-hide-mobile{
		display: none !important;
	}
	.ride-step-car-option.deals-detail-page{
		margin-top: 0px;
	}
	.ride-banner-form.ride-banner-form-step-full-form{
		padding-bottom: 0px;
	}
	.ride-banner-form-wht{
		background-color: #fff !important;
		/*border-bottom: 1px solid #d8d8d8;*/
	}
	.ride-banner-form-wht .ride-form-step-det .ride-form-step-info{
		background-color: #fff;
	}
	.ride-banner-form-step-full-form .ride-banner-sec{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.ride-banner-form-step-full-form.ride-banner-form-step .ride-banner-form-box-inn{
		padding: 0px;
		border-radius: 0px;
	}
	.ride-banner-form.ride-banner-form-step-full-form .ride-banner-sec .ride-banner-form-box-inn > h3 {
	  text-align: left;
	}
	.ride-banner-form-step-full-form.ride-banner-form.ride-banner-form-step .ride-form-step-det {
	  padding-bottom: 20px;
	}
	.ride-banner-form-step-full-form.ride-banner-form-step .ride-banner-row{
		display: block;
	}
	.ride-banner-form-step-full-form.ride-banner-form-step .ride-banner-row .ride-banner-form-box{
		width: calc(100% + 16px);
		background: #fff;
		padding: 20px;
		margin-left: -8px;
	}
	.ride-banner-form.ride-banner-form-step .ride-banner-sec .ride-banner-form-box-inn .tab button.active:before{
		bottom: -10px;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-top: 10px solid #e5e5e5;
		z-index: 11;
		width: 24px;
		height: 10px;
		left: 50%;
		content: "";
		display: block;
		position: absolute;
		transform: translate(-50%, 0);
	}
	.ride-banner-form.ride-banner-form-step .ride-banner-sec .ride-banner-form-box-inn .tab{
		overflow: visible;
	}
	.ride-banner-form.ride-banner-form-step .ride-banner-sec .ride-banner-form-box-inn .tab button{
		position: relative;
	}
	.ride-banner-form.ride-banner-form-step .ride-banner-sec .ride-banner-form-box-inn .tab button.active:after{
		bottom: -11px;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-top: 10px solid #000;
		z-index: 10;
		width: 24px;
		height: 10px;
		left: 50%;
		content: "";
		display: block;
		position: absolute;
		transform: translate(-50%, 0);
	}
	
	.offer-service-box-main .ride-offer-book-main > .container{
		padding-left: 0px;
		padding-right: 0px;
	}	
	.offer-service-box .ride-hm-services-box-txt {
	  border-bottom: 1px solid #242424;
	  border-top: 0px solid #242424;
	  margin-bottom: 20px;
	}
	.form-half-field-sec > div{
		width: 100%;
	}
	.ride-sel-car-info-pg-main{
		position: relative;
	}
	.ride-sel-car-info-pg-main:before{
		background-color: #000;
		height: 80px;
		width: 100%;
		content:"";
		position: absolute;
		left: 0;
		top: 0;
	}
	.ride-step-car-title ul li {
	  width: auto;
	  padding-right: 10px;
	}
	.ride-step-car-title ul li:last-child {
	  padding-right: 0px;
	}
	.ride-step-car-title ul li p{
		font-size: 12px;
	}
	.login-register.ride-user-lgin-pg{
		height: calc(100vh - 123px);
	}
	.login-register.ride-user-lgin-pg.ride-user-contact-pg{
		min-height: calc(100vh - 160px);
	}
	.ride-step-car-option .ride-step-car-title ul{
		/*border-bottom: 1px solid #dedede;
		padding-bottom: 24px;*/
	}
	.ride-hm-top-slider-sec .slick-dots{
		display: none !important;
	}
	.ride-hm-top-slider-sec .slick-prev, .ride-hm-top-slider-sec .slick-next {
		display: inline-block !important;
		top: calc(60% - 20px) !important;
	}
	.ride-car-pg-banner-sec-slider .ride-banner-cont{
		position: absolute;
		z-index: 1;
		bottom: 0;
		padding: 0px 20px 10px;
	}
	.ride-car-pg-banner-sec-slider .ride-banner-cont h1{
	  max-width: 246px;
	  margin-top: 0px;
	}
	.ride-car-pg-banner-sec-slider .ride-banner-cont h1 span{
		display: inline-block;
		padding: 10px 14px;
		background-color: #000;
		margin-left: -20px;
	}
	.ride-hm-top-slider-sec .ride-car-pg-banner-sec-slider{
		position: relative;
	}
	.ride-hm-top-slider-sec .ride-car-pg-banner-sec-slider + .ride-banner-sec{
		background-color: #fff;
		margin-top: -6px;
		padding-top: 6px;
		z-index: 1;
	}
	.ride-hm-top-slider-sec .ride-car-pg-banner-sec-slider + .ride-banner-sec .ride-banner-cont{
		display: none !important;
	}
	.ride-hm-top-slider-sec .slick-slide img {
	  min-height: auto;
	  height: 330px;
	}	
	.ride-hm-top-slider-sec .ride-car-pg-banner-sec-inn .ride-banner-sec {
	  position: relative;
	  top: 0;
	  left: 0;
	  right: 0;
	  transform: none;
	  z-index: 2;
	}

    .ride-sel-car-info-pg-main .ride-step-car-sec{
		box-shadow: none;
		border: none;
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 0px;
	}
	.ride-step-car-option .ride-step-car-title,
	.ride-sel-car-info-pg-main .ride-step-car-title{
		/*max-width: 633px;
		margin-left: auto;
		margin-right: auto;*/
		max-width: calc(100% + 40px);
		width: calc(100% + 40px);
		margin-left: -20px;
	}
	.ride-sel-car-info-pg-main .ride-step-car-sec .ride-step-car-title h3{
		font-size: 16px;
	}
	.ride-sel-car-info-pg-main .ride-step-car-det-car.ride-step-car-det-car-desktop{
		display: block !important;
		max-width: 633px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.ride-sel-car-info-pg-main .ride-step-car-det-price-inn{
		padding:35px 20px 20px;
		background-color: #f7f7f7;
		border: none;
		margin-top: 20px;
	}
	.ride-step-car-pg-price-list{
		margin-bottom: 10px;
	}
	.ride-step-car-pg-price-list li {
	  padding: 2px 0;
	  font-size: 13px;
	}
	.ride-sel-car-info-pg-main .ride-step-car-det-car.ride-step-car-det-car-mobile{
		display: none !important;
	}
	.ride-banner-form.ride-car-pg-banner-sec > .ride-car-pg-banner-sec-inn {
		padding-bottom: 0px;
		padding-top: 0px;
		background-position: 50% 50%;
		background-size: cover;
		background-image: none !important;
	}
	.ride-banner-form.ride-car-pg-banner-sec .ride-banner-sec{
		width: 100%;
	}
	.ride-banner-form.ride-car-pg-banner-sec .ride-banner-sec .ride-banner-cont{
		padding: 215px 20px 10px;
		background-size: cover;
		background-position: 50% 50%;
	}
	.ride-banner-form.ride-car-pg-banner-sec .ride-banner-sec .ride-banner-cont h1{
		max-width: 246px;
	}
	.ride-banner-form.ride-car-pg-banner-sec .ride-banner-sec .ride-banner-cont h1 span{
		display: inline-block;
		padding: 10px 14px;
		background-color: #000;
		margin-left: -20px;
	}
	.ride-banner-form.ride-car-pg-banner-sec .ride-banner-sec .ride-banner-cont p span{
		display: inline-block;
		padding: 10px 14px;
		background-color: #000;
		margin-left: -20px;
	}
	.ride-banner-form.ride-car-pg-banner-sec .ride-banner-sec .ride-banner-form-box-inn{
		padding: 10px 8px 50px;
	}
	.ride-banner-form.ride-car-pg-banner-sec .ride-banner-sec .ride-banner-form-box-inn > h3{
		text-align: left;
	}
	.ride-banner-form.ride-car-pg-banner-sec .ride-banner-sec .ride-banner-form-box-inn .tab button.active:before{
		bottom: -10px;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-top: 10px solid #e5e5e5;
		z-index: 11;
		width: 24px;
		height: 10px;
		left: 50%;
		content: "";
		display: block;
		position: absolute;
		transform: translate(-50%, 0);
	}
	.ride-banner-form.ride-car-pg-banner-sec .ride-banner-sec .ride-banner-form-box-inn .tab{
		overflow: visible;
	}
	.ride-banner-form.ride-car-pg-banner-sec .ride-banner-sec .ride-banner-form-box-inn .tab button{
		position: relative;
	}
	.ride-banner-form.ride-car-pg-banner-sec .ride-banner-sec .ride-banner-form-box-inn .tab button.active:after{
		bottom: -11px;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-top: 10px solid #000;
		z-index: 10;
		width: 24px;
		height: 10px;
		left: 50%;
		content: "";
		display: block;
		position: absolute;
		transform: translate(-50%, 0);
	}
	
	.ride-footer-logo > a .ride-footer-logo-txt{
		line-height: 17px;
	}
	.bkng-pg-help-number{
		display: block !important;
		margin: 0 !important;
	}
	.bkng-pg-help-number a {
	  pointer-events: all;
	  overflow: hidden;
	  width: 85px;
      white-space: nowrap;
	  font-size: 16px;
      color: #fff;
	  display: block;
      position: relative;
	  text-decoration: none !important;
	}
	.ride-lr-no-padding{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.ride-banner-form-box.ride-banner-form-step-4 .ride-banner-form-box-inn{
		min-height: auto;
		padding-left: 0px;
		padding-right: 0px;
	}
	.ride-banner-form-box-inn > form > h3,
	.ride-banner-form-box-inn > h3{
		margin-top: 0px;
	}
	.ride-banner-form-box.ride-banner-form-step-3 .ride-step-prev-btn{
		margin-top: 30px;
		margin-bottom: 0px;
	}
	.ride-footer-lwr ul li a{
		line-height: 16px;
	}
	.ride-footer-lwr p {
	  font-size: 12px;
	  line-height: 12px;
	}
	.ride-footer-lwr > *, .ride-footer-upr > div {
	  margin-bottom: 10px !important;
	}
	footer.ride-footer{
		padding-top: 20px;
	}
	.ride-step-prev-btn{
		margin-bottom: 10px;
	}
	.ride-step-car-option{
		margin-top: -30px;
		position: relative;
		background: #fff;
	}	
	.ride-banner-form.ride-banner-form-step{
		padding-top: 60px;
	}
	.ride-banner-form.ride-inner-pg-top-sec{
		padding-top: 80px;
	}
	.ride-banner-form/*.ride-banner-form-step*/{
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.ride-footer-logo img {
	  max-width: 78px;
	}
	.ride-form-step-det{
		justify-content: space-between;
		position: relative;
		padding-top: 5px;
		padding-bottom: 20px;
	}
	.ride-banner-form-white .ride-form-step-det .ride-form-step-info{
		background: #fff;
	}
	.ride-form-step-det .ride-form-step-info {
	  /*width: auto;*/
	  position: relative;
	  background: #f0f0e9;
	  padding: 0 10px;
	  z-index: 1;
	}
	.ride-form-step-det .ride-form-step-info:first-child{
		padding-left: 0px;
	}
	.ride-form-step-det .ride-form-step-info:last-child{
		padding-right: 0px;
	}
	.ride-form-step-det::after {
	  content: "";
	  display: block;
	  position: absolute;
	  top: 20px;
	  right: 10px;
	  left: 40px;
	  width: auto;
	  height: 1px;
	  background-color: #121212;
	  display: none;
	}
	.header-logo{
		text-align: center;
		width: 100%;
	}
	.header-logo img {
	  max-width: 78px;
	}
	.ride-step-car-sec .ride-step-car-title h3{
		margin-top: 0px;
		font-size: 16px;
		margin: 0;
	}
	.ride-step-car-det-fea ul li{
		font-size: 14px;
	}
	.ride-step-prev-btn .black-lined-lt-arw-btn{
		display: block;
	}
	.ride-step-car-det-price-inn .bl-back-wht-arw-btn {
	  max-width: 100%;
	}
	.ride-step-car-det-price-inn {
	  padding: 24px 0 0px;
	  background-color: #fff;
	  border-top: 1px solid #dedede;
	  margin-top: 24px;
	}
	.ride-step-car-sec{
		border-radius: 8px;
		padding: 10px 20px 30px;
		border: 1px solid #dedede;
		box-shadow: 0 3px 10px 0 rgba(0,0,0,.09);
		margin-top: 0;
		margin-bottom: 30px;
	}
	.ride-step-car-sec .ride-step-car-det-car{
		text-align: center;
	}
	.ride-step-car-det-car-desktop{
		display: none !important;
	}
	.ride-hm-services-sec .row > .col-4 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	  margin-top: 20px;
	}
	
	.ride-step-car-det > div.ride-step-car-det-car, .ride-step-car-det > div.ride-step-car-det-fea {
	  width: 100%;
	}
	.ride-banner-cont h1{
		font-size: 24px;
		line-height: 32px;
		font-weight: 500;
		padding-top: 0px;
	}
	.ride-banner-form-step .ride-banner-cont h1{
		font-size: 22px;
	}
	.ride-banner-form-step .ride-banner-cont > p{
		font-size: 14px;
		color: #959595;
		line-height: 18px;
	}
	/*.ride-banner-form.ride-banner-form-step{
		padding-bottom: 20px;
	}*/
	.ride-banner-form-step .ride-banner-row .ride-banner-cont h3,
	.ride-banner-cont p{
		font-size: 16px;
		line-height: 32px;
		font-weight: 500;
	}
	.ride-banner-form-box-inn {
	  max-width: 100%;
	  margin-top: 10px;
	}
	.bot-lined-title{
		font-size: 20px;
		letter-spacing: .4px;
		line-height: 24px;
		font-weight: 500;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.container{
	  max-width: 100%;
	}
	.bot-lined-title span{
		font-size: 16px;
		letter-spacing: .4px;
		font-weight: 500;
		line-height: 20px;
	}
	.ride-hm-img-txt-sec > p{
		font-weight: 400;
		font-size: 15px;
		letter-spacing: -0.4px;
		line-height: 24px;
	}
	.ride-hm-book-main {
	  /*min-height: 530px;*/
	  border-top: 5px solid #f5f5f5;
	  margin-top: 0px;
	}
	.ride-booked-car-name .ride-booked-car-title p {
	  font-size: 15px;
	  line-height: 20px;
	  letter-spacing: 0.6px;
	}
	.ride-booked-car-info > h4{
		font-size: 16px;
	}
	.ride-booked-lined-info p{
		font-size: 15px;
	  line-height: 20px;
	  letter-spacing: 0.6px;
	}
	.ride-hm-slider-gal-main > .full-width-no-gap-res{
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 560px){
	.ride-form-step-det{
		flex-wrap: wrap;
	}
	.ride-form-step-info {
	  width: 50%;
	  padding: 5px !important;
	}
}
@media (max-width: 360px){
	.tab button{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 344px){
	.ride-tip-amount{
	  width: 296px;
	  height: 296px;
	  font-size: 90px;
	}
}