*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body{
    font-family: 'sussie-normal', sans-serif;  

}
h1 ,h2, h3, h4{
	font-family: 'Codec Pro Ultra', sans-serif;
	/*font-family: 'Codec Pro Regular', sans-serif;*/
}
p, span, label, a, button{
	font-family: 'sussie-normal', sans-serif; 
}

a{
	text-decoration: none;
}
a:focus{
	outline: none;
}
.radius-btn{
	border-radius: 100px !important;
}
.bg-gray{
	background: #F8F8F8 !important;
}
.text-skyblue{
	color: #0FA7FF;
}
.btn:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn{
	padding: 10px 25px;
	border-radius: 12px;
	font-size: 19.548px;
	font-weight: 700;
}
.btn-primary{
	background: #094BAF;
	border-color: #094BAF;
}
.btn-outline-primary{
	border-color: #094BAF;
	color: #094BAF;
}
/*header.homeheader.fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff;
    left: 0;
    right: 0;
    animation: slideDown 0.35s ease-out;
}*/
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}


&::before {
    /* ... your properties to style the before element ... */
    transition-property: opacity, transform;
    opacity: 0    
    transform: translate3d(0, 100px, 0);
}

&.aos-animate::before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.navbar .navbar-nav .nav-link:hover {
  /*background-color: #fff;*/
  color: #094BAF;
}
@media screen and (min-width: 992px) {
  .navbar {
    padding: 0;
  }
}

.navbar .navbar-nav .nav-link {
  padding: 1em;
  transition: all 0.5s;
  color: #5E5E5E;
  font-size: 1.25em;
  font-weight: 500;
}
.navbar-brand {
  font-size: 1.5em;
}
.nav-responsive{
	display: none;
}
@media screen and (max-width: 991px) {
  .navbar-brand {
    padding-left: 0.7em;
  }
  .navbar-nav {
    padding-top: 0.5em;
  }
}
main {
    margin-top: 93px;
}
.homeheader{
	padding: 15px 0px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 9;
}
.homeheader a.btn.btn-outline-dark{
	height: 50px;
	border-radius: 50px;
	padding: 0px 25px;
	font-size: 18px;
	line-height: 50px;	
	font-weight: 700;
}
.right-menu.right-menu-mobile{
	display: none;
}
select.lang-selection {
    background-color: #ddd;
    font-size: 18px;
    appearance: none;
    padding: 5px 20px 5px 45px;
    border-radius: 30px;
    height: 50px;
    font-weight: 500;
    border: 1px solid #ddd;
}
a.login-btn {
    color: #094BAF;
    font-size: 20px;
    font-weight: 700;
}
.right-menu {
    display: flex;
    align-items: center;
    padding-left: 10px;
}
a.search-button{
	margin-left: 0.5em;
}
.nav-menu-info{
	display: flex;
	justify-content: flex-end;
}
section.hitroad-banner .banner-info h1{
	color: #002D11;
	text-align: center;
	
	font-size: 57px;
	font-style: normal;
	font-weight: 900;
	line-height: 99px; /* 173.684% */
	letter-spacing: 0.57px;
}
section.hitroad-banner .banner-info p{
	color: #000;
	text-align: center;
	font-family: sussie-normal;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px;
}
.lang-div{
	position: relative;
	margin-left: 20px;
}
.lang-div img {
    position: absolute;
    left: 10px;
    top: 11px;
}
section.hitroad-banner:before{
	content: "";
	position: absolute;
	background: linear-gradient(90deg, #BCE5F7 0%, #CCECF9 30.00%, #D9F2FB 66.00%, #DEF4FC 100%);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
section.hitroad-banner{
	background:url(../images/hitroadbanner.png);
	height: 908px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
}

.banner-info{
	padding-top: 66px;
}
.bus {
    position: absolute;
    bottom: 400px;
    left: 15%;
    animation: marquee-horizontal 1s linear;
}
.car {
    position: absolute;
    bottom: 400px;
    right: 26%;
    animation: marquee-horizontal-right 1s linear;
}

@keyframes marquee-horizontal {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes marquee-horizontal-right {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
section.hitroad-banner .container{
	position: relative;
	height: 100%;
}
.booking-form{
	border-radius: 35px;
	background: #FFF;
	box-shadow: 0px 0px 47px 0px rgba(0, 0, 0, 0.14);
	padding: 35px;
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
}
.form-group{
	position: relative;
}
span.form-icon {
    position: absolute;
    top: 44px;
    left: 5px;
}
.form-group .form-control{
	border-radius: 12px;
	border: 2px solid #E8E8E8;
	height: 67px;
	font-size: 20px;
	font-weight: 500;
	padding-left: 40px;
}
.booking-form label.form-title{
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	color: #5e5e5e;
	text-transform: uppercase;
}
.form-btn{
	height: 67px;
	border-radius: 12px;
	background: #094BAF;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 67px;
	padding: 0;
	border-color: #094BAF;
}
.number-custom{
	display: flex;
	border-radius: 12px;
	border: 2px solid #E8E8E8;
	padding: 5px 10px;
	height: 67px;
	justify-content: space-between;
	align-items: center;
}
.number-custom input{
	border: 0;
	text-align: center;
	flex: 1;
	max-width: 100px;
	font-size: 20px;
	font-weight: 700;
	color: #5e5e5e;
}
.number-custom span{
	flex-shrink: 0;
	width: 36px;
}
.booking-form nav button.nav-link{
	font-size: 23px;
	font-weight: 900;
	color: #a3a3a3;
	line-height: 48px;
	letter-spacing: 1px;
	position: relative;
	border: 0;
}
.booking-form .nav-tabs .nav-link:focus, .booking-form .nav-tabs .nav-link:hover{
	border: 0;
}
.booking-form .nav-tabs .nav-link.active{
	border: 0;
}
.booking-form .nav-tabs .nav-link.active:after{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 3px;
	background-color: #0FA7FF;
}
.padding{
	padding: 130px 0px;
}
section.easy-step.padding{
	background: linear-gradient(360deg, rgba(111, 180, 215, 0.13) 0%, rgba(9, 75, 175, 0.00) 100%);;	
}


.section-title h2{
	font-size: 54px;
	color: #1E1D1D;
	font-weight: 500;
	line-height: 92px;
}
.section-title h2 span{
	font-weight: 900;
}
.step-box{
	background-size: 100% !important;
	padding: 30px;
	background-repeat: no-repeat !important;
	position: relative;
	border-radius: 15px;
	margin-bottom: 30px;
}
.step-box .step-icon {
    position: absolute;
    top: -50px;
}
.step-details{
	padding-top: 30px;
}
.step-details h3{
	color: #fff;
	font-size: 30px;
	line-height: 63px;
	font-weight: 900;
	margin-bottom: 0;
}
.step-details p{
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 63px;
	margin-bottom: 0;
}
.step-box .step-icon img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 10px solid #fff;
}
.step-box .step-icon {
    position: absolute;
    top: -48px;
    left: 25px;
}
span.arrow-icon {
    position: absolute;
    right: -35px;
    bottom: 30px;
}
span.arrow-icon img{
	width: 35px;
}
span.arrow-icon1 {
    position: absolute;
    right: -35px;
    top: 30px;
}
span.arrow-icon1 img{
	width: 35px;
}
section.about{
	padding: 100px 0px;
}
.about-details{
	padding: 30px;
}
.about-details h3{
	font-size: 34px;
	font-weight: 900;
	line-height: 1.4;
	margin-bottom: 30px;
	letter-spacing: 0.34px;
	color: #002d11;
}
.about-details p{
	color: #343434;
	font-size: 24px;
	font-weight: 500;
	line-height: 49px;
	margin-bottom: 30px;
}
section.become-driver{
	background: url(../images/become-driver.png) #094BAF;
	padding: 110px 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	text-align: center;
}
section.become-driver h2{
	color: #fff;
	font-size: 60px;
	font-weight: 900;
	line-height: 92px;
}
section.become-driver p{
	color: #fff;
	font-size: 27px;
	font-weight: 500;
	margin-bottom: 30px;
}
.btn-white{
	background: #fff;
	color: #000;
}
.download-app{
	padding: 100px 0px;
	background-color: #f1f1f1;
}

.download-details h2{
	font-size: 53.488px;
	color: #1e1d1d;
	font-weight: 900;
	line-height: 93px;
}
.download-details p{
	font-size: 24px;
	color: #1e1d1d;
	font-weight: 500;
	line-height: 47px;
	max-width: 400px;
}
.hitroad-app{
	border-radius: 40px;
	background: #FFF;
	box-shadow: 0px 7.272727012634277px 33.0578498840332px -4.628098964691162px rgba(0, 0, 0, 0.11);
}
.hitroad-app .hit-app{
	padding: 30px;
	display: flex;
	justify-content: space-between;
}
.hitroad-app .hit-app .app-detail h3{
	font-size: 35px;
	font-weight: 700;
	line-height: 58px;
	color: #000;
}
.hitroad-app .hit-app .app-detail p{
	color: #5e5e5e;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
}
.hitroad-app .hit-app .app-btn{
	text-align: right;
}
.hitroad-app .hit-app .app-btn a{
	display: block;
	margin-bottom: 20px;
}
section.faq-section{
	padding: 100px 0px;
}
section.faq-section .section-title h2{
	font-size: 50px;
	font-style: normal;
	font-weight: 900;
	color: #1e1d1d;
	line-height: 1.4;
}
section.faq-section .section-title p{
	font-size: 27px;
	color: #667085;
	font-weight: 500;
	line-height: 47px;
}
.faq-details .accordion-item {
    margin-bottom: 20px;
    border-radius: 9px;
	border: 1.4px solid #D9D9D9 !important;
}
.faq-details .accordion-item .accordion-button{
	border-radius: 9px !important;
	font-size: 22px;
	font-weight: 500;
	color: #130e26;
	padding: 20px;
}
section.faq-section .section-title img.img-fluid {
    margin: 20px 0px;
}
.faq-details .faq-btn{
	margin: auto;
	display: inline-block;
	color: #0067D9;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
}
footer{
	background: #094BAF;
	padding-top: 250px;
	padding-bottom: 50px;
}
.footer-copyright{
	margin-top: 40px;
}
.footer-copyright p{
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
	color: #fff;
}
.footer-widget h2{
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.26px;
	margin-bottom: 20px;
}
.footer-widget ul{
	padding-left: 0;
	list-style-type: none;
}
.footer-widget ul li{
	padding: 10px 0px;
}
.footer-widget ul li a{
	font-size: 20px;
	color: #fff;
	font-weight: 400;
}
.footer-btn a{
	border-radius: 50px;
	border: 2px solid #fff;
	color: #fff;
	padding: 10px 20px;
	width: 150px;
	height: 50px;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}
.footer-btn select{
	border-radius: 50px;
	border: 2px solid #fff;
	color: #fff;
	background: transparent;
	padding: 10px 20px 10px 40px;
	width: 100px;
	height: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	appearance: none;
	margin-bottom: 20px;
}
.footer-btn img {
    position: absolute;
    padding: 11px;
}
section.contact-section {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -50px;
}
.contact-box{
	border-radius: 40px;
	background: #FFF;
	box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.12);
	display: flex;
	padding: 30px 50px;
	align-items: center;
}
.contact-img{
	flex-shrink: 0;
	max-width: 200px;
}
.contact-right{
	flex: 1;
	padding-left: 30px;
}
.contact-right h3{
	font-size: 28px;
	color: #101828;
	font-weight: 700;
	line-height: 30px;
}
.contact-right p{
	font-size: 22px;
	color: #667085;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 0;
}
.accordion-button::after{
	background: url(../images/arrow-plus.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.accordion-button:not(.collapsed){
	background: #fff;
	box-shadow: none;
}
.accordion-button:not(.collapsed):after{
	background: url(../images/arrow-minus.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.auth-modal .modal-header .btn-close{
	margin: 0;
}
.auth-modal .modal-header h5{
	text-align: center;
	margin: auto;
	font-size: 16.516px;
	color: #000;
	font-weight: 700;
}
.auth-box{
	padding: 20px 34px;
}
.auth-box .auth-title{
	margin-bottom: 25px;
}
.auth-box .auth-title h3{
	font-size: 24px;
	font-weight: 700;
}
.auth-box .auth-title p{
	font-size: 16px;
	color: #5e5e5e;
}
.auth-box .form-group{
	margin-bottom: 30px;
}
.auth-box .form-group .form-control{
	border-radius: 9.91px;
	background: #F3F3F3;
	padding: 15px;
}
.auth-box .form-group p{
	text-align: center;
	font-size: 14.865px;
	color: #494A52;
	max-width: 306px;
	margin: 0 auto;
}
.auth-box .form-group p a{
	color: #0A5339;
	font-weight: 600;
}
.auth-modal-up .modal-content.auth-modal{
	border-radius: 28.903px;
	background: #FFF;
	box-shadow: 0px 0px 38.812904357910156px 0px rgba(0, 0, 0, 0.14);
}
.auth-active {
    background: #0FA7FF;
    position: absolute;
    top: -2px;
    left: 0;
    height: 3px;
}
.auth-box .form-group span.form-icon {
    position: absolute;
    right: 10px;
    left: auto;
    top: 20px;
}
.auth-box .form-group span.form-icon img{
	width: 22px;
}
.auth-box .form-group .otp {
    display: flex;
    margin-top: 10px;
}
.auth-box .form-group .otp .form-control{
	width: 53px;
	margin-right: 12px;
}
.btn-close.btn-back{
	background: none;
	opacity: 1;
}
.forget-link{
	font-size: 14px;
	font-weight: 500;
}

.preference .text-checkbox {
  display: inline-block;

}
.preference .text-checkbox input[type="checkbox"] {
  display: none;
}
.preference [type="checkbox"]:checked,
.preference [type="checkbox"]:not(:checked) {
position: absolute;
left: -9999px;
}
.preference [type="checkbox"]:checked + label,
.preference [type="checkbox"]:not(:checked) + label
{
position: relative;
cursor: pointer;
line-height: 20px;
display: inline-block;
color: #D4D4D4;
text-decoration: underline;
}
.preference [type="checkbox"]:checked + label:before,
.preference [type="checkbox"]:not(:checked) + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 21px;
height: 21px;
border: 1px solid #707070;
border-radius: 100%;
background: #fff;
box-shadow: 0px 3px 6px #00000029;
}
.preference [type="checkbox"]:checked + label:after,
.preference [type="checkbox"]:not(:checked) + label:after {
	content: '';
	width: 15px;
	height: 15px;
	background: #4DFF82;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.preference [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.preference [type="checkbox"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}

.preference .text-checkbox [type="checkbox"]:checked + label:before,
.preference .text-checkbox [type="checkbox"]:not(:checked) + label:before{
    display: none;
}
.preference .text-checkbox [type="checkbox"]:checked + label:after,
.preference .text-checkbox [type="checkbox"]:not(:checked) + label:after{
    display: none;
}
.preference .text-checkbox [type="checkbox"]:checked + label,.preference .text-checkbox [type="checkbox"]:not(:checked) + label{
    text-decoration: none;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100px;
	border: 1px solid #D5D6D9;
    color: #000;
	padding: 10px 16px;
	font-size: 16px;
	margin-right: 10px;
    margin-bottom: 15px;

}
.preference .text-checkbox [type="checkbox"]:checked + label{
	background: #0FA7FF;	
	border:1px solid #0FA7FF;
	color: #fff;
}
/*.become-driver-custom-modal{
	max-width: 1280px;
}*/
.become-driver-form{
	padding: 10px 0px 0px 20px;
}
.become-driver-form .auth-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.become-driver-form .form-select{
	background-image: url(../images/select-arrow.png);
	background-size:12px 8px;
	background-position: right .5rem center;
	border-radius: 9.91px;
	border: 1px solid rgba(0, 0, 0, 0.11);
	background-color: #FFF;
	height: 50px;
	padding: 0px 15px;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	letter-spacing: 0.413px;

}
.become-driver-form .form-control{
	background: #fff !important;
}
.become-driver-form .form-group label{
	color: #5e5e5e;
	letter-spacing: 0.413px;
}
.upload-doc{
	padding-top: 15px;
	display: flex;
	gap: 3%;
}
.upload-doc input[type="file"] {
    display: none;
}
.upload-doc label{
	width: 30%;
	border: 1px solid #000;
	height: 109px;
	border-radius: 12px;
	border: 1.4px solid #E8E8E8;
	background: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}
.upload-doc .preview-img{
	position: relative;
	margin-bottom: 15px;
}
.upload-doc .preview-img .img-close{
	position: absolute;
	right: -10px;
    top: -10px;
}
.preference.amenities .text-checkbox [type="checkbox"]:checked + label, .preference.amenities .text-checkbox [type="checkbox"]:not(:checked) + label{
	border-radius: 8.409px;
	border: 1.682px solid #C6C6C6;
	padding: 8px 16px;
	font-size: 21px;
}
.preference.amenities .text-checkbox [type="checkbox"]:checked + label{
	color: #000;
}
.success-box{
	max-width: 540px;
	margin: auto;
	text-align: center;
}
.success-box h4 {
    font-size: 24px;
    font-weight: 700;
}
.success-box p{
	color: #5e5e5e;
	font-size: 16px;
}
.become-driver-form .form-group span.form-icon{
	top: 35px;
}
textarea.form-control{
	height: auto !important;
	resize: none;
}
.add-textarea {
    display: flex;
    margin-bottom: 30px;
}
.add-textarea a.delete-icon {
    padding: 0px 12px;
    border-radius: 9.91px;
    border: 1px solid rgba(0, 0, 0, 0.11);
    background: #FFF;
    line-height: 80px;
    flex-shrink: 0;
    margin-left: 15px;
    height: 67px;
    display: flex;
    align-items: center;
}
.add-textarea a.delete-icon img{
	width: 24px;
}
a.add-icon {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.413px;
    color: #000;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
a.add-icon img {
    width: 15px;
    vertical-align: unset;
    margin-right: 5px;
    flex-shrink: 0;
}
.innper-page-section{
	background: url(../images/inner-top.png);
	height: 110px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
	position: sticky;
	z-index: 9;
	top: 0;
}
.booking-form.inner-booking-form {
    top: 45px;
    position: relative;
    padding: 20px 35px 30px;
}
section.ride-list {
    padding: 100px 0;
    background: #F6F8F9;
}
.ride-box{
	border-radius: 25px;
	background: #FFF;
	box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.03);
	margin-bottom: 30px;
}
.ride-box .ride-top {
    display: flex;
    padding-bottom: 10px;
    padding: 20px 20px 10px;
}
.ride-box .ride-top .ride-user-img{
	flex-shrink: 0;
	position: relative;
	height: 80px;
	margin-right: 10px;
}
.ride-box .ride-top .ride-user-img img{
	width: 70px;
	height: 70px;
}
.ride-box .ride-top .ride-user-img img.symbol-img{
	position: absolute;
	width: 21px;
	height: 21px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.ride-box .ride-top .ride-uset-detail{
	flex: 1;
}
.ride-box .ride-top .ride-uset-detail h4{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}
.ride-box .ride-top .ride-uset-detail span{
	font-size: 12px;
	font-weight: 600;
}
.ride-box .ride-top .ride-uset-detail .star-rating{
	display: flex;
	align-items: center;
}
.ride-box .ride-top .ride-uset-detail .star-rating span{
	padding: 0px 2px;
}
.ride-box .ride-middle{
	padding: 0px 20px 10px;
}
.ride-box .ride-middle h5 {
    font-size: 14px;
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    padding-top: 10px;
}
.ride-box .ride-middle .loca-add{
	padding: 5px 0px;
}
.ride-box .ride-middle .loca-add label{
	font-size: 14px;
	font-weight: 500;
	display: block;
}
.ride-box .ride-middle .loca-add span{
	font-size: 14px;
	font-weight: 400;
	color: #5e5e5e;
}
.ride-box .ride-middle .people-bag {
    display: flex;
    align-items: center;
    padding: 5px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.ride-box .ride-middle .people-bag span{
	margin-right: 10px;
	font-size: 14px;
	font-weight: 600;
}
.ride-box .ride-middle .people-bag span img{
	vertical-align: bottom;
}
.ride-slider{
	padding: 0px 0px 10px 20px;
}
.ride-slider span{
	font-size: 12px;
	color: #5e5e5e;
	display: block;
	margin-bottom: 10px;
}
.ride-slider .ride-s {
    display: flex;
    max-width: 100%;
    overflow-y: auto;
    justify-content: center;
    align-items: center;
}
.ride-slider .ride-s .swiper-slide{
	width: 80.304px;
	height: 54.611px;
}
.ride-slider .ride-s label{
	width: 100%;
	border-radius: 5px;
	border: 1px solid #d5d6d9;
	text-align: center;
	font-size: 10px;
	color: #5e5e5e;
	padding: 10px 0px;
}
.ride-slider .ride-s label img{
	width: 18px;
	height: 18px;
	display: block;
	margin: auto;
}
.ride-footer {
    padding: 10px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.ride-footer .ride-price h5{
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 700;
}
.ride-footer .ride-price span{
	font-size: 14px;
	color: #5e5e5e;
}
.ride-footer a{
	font-size: 14px;
}
.filter-side {
    border-radius: 14px;
    border: 2px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
}
.filter-top{
	padding: 20px;
}
.filter-side h3.filter-title {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding: 20px;
    margin: 0;
}
.filter-widget{
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.filter-widget h4{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.filter-widget .form-group .form-control{
	font-size: 16px;
	font-weight: 500;
	padding: 15px;
}
.filter-widget .form-group input[type='radio']:not(.switch) {
    border-radius: 0.3rem;
}
.filter-widget .form-group input[type='radio']:not(.switch), .filter-widget .form-group input[type='radio']:not(.switch) {
    width: 19px;
}
.filter-widget .form-group input[type='radio'], .filter-widget .form-group input[type='radio'] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 19px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid #4F565D;
    background: #fff;
    transition: background 0.3s, border-color 0.3s, outline 0.2s;
}
.filter-widget .form-group input[type='radio'] + label, .filter-widget .form-group input[type='radio'] + label {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    margin-left: 0.5em;
    vertical-align: middle;
}
.filter-widget .form-group input[type='radio']:checked, .filter-widget .form-group input[type='radio']:checked {
    background-color: #094BAF;
    border-color: #094BAF;
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.32, 1.2), opacity 0.3s;
}
.filter-widget .form-group input[type='radio']:not(.switch):checked:after {
    transform: rotate(43deg);
}
.filter-widget .form-group input[type='radio']:not(.switch):after {
    border: 2px solid #fff;
    height: 45%;
    width: 25%;
    border-top: 0;
    border-left: 0;
    left: 38%;
    top: 21%;
    transform: rotate(20deg);
}
.filter-widget .form-group input[type='radio']:after, input[type='radio']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform 0.3s ease, opacity 0.2s;
}

.cls-location .form-group{
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.filter-bottom {
    background: rgba(217, 217, 217, 0.30);
    padding: 20px;
}
.filter-bottom .filter-widget{
	border-bottom: 0;
	margin-bottom: 0;
}
.preference.spacification .text-checkbox label{
	display: flex;
	flex-direction: column;
	width: 90px;
	height: 75px;
	border-radius: 10px !important;
	justify-content: center;
	align-items: center;
	padding: 0 !important;
	font-size: 13px !important;
	margin: 6px 3px !important;
}
.preference.spacification .text-checkbox label img{
	width: 24px;
	height: 24px;
	margin-top: 5px;
}
.preference.spacification {    
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
  	scrollbar-width: none;
}
.preference.spacification::-webkit-scrollbar{
	display: none;
}
.sticky-sidebar {
    position: sticky;
    top: 200px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.back-button{
	padding: 10px 0px;
}
.back-button a{
	font-size: 21px;
	font-weight: 900;
	color: #000;
	display: flex;
	align-items: center;
}
.back-button a img{
	margin-right: 10px;
}
.ride-section-info{
	background: #F8F8F8;
	padding: 50px 0px;
}
.ride-details-profile {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.ride-details-profile .ride-left{
	flex-shrink: 0;
	width: 68%;
	border-radius: 14px;
	border: 2px solid rgba(0, 0, 0, 0.10);
	background: #FFF;
	display: flex;
	align-items: center;
	padding: 20px;
	position: relative;
}
a.chat-menu {
    position: absolute;
    right: 20px;
    bottom: 10px;
}
.ride-details-profile .ride-left .ride-pro {
    flex-shrink: 0;
    width: 100px;
    text-align: center;
    position: relative;
    height: 90px;
    margin-right: 20px;
}
.ride-details-profile .ride-left .ride-pro img.symbol-img {
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
    width: 24px;
}
.ride-details-profile .ride-left .ride-name{
	flex: 1;
	display: flex;
    justify-content: space-between;
}
.ride-details-profile .ride-distance{
	flex-shrink: 0;
	width: 29%;	
	border-radius: 14px;
	border: 2px solid rgba(0, 0, 0, 0.10);
	background: #FFF;
	padding: 10px 20px;
}
.ride-details-profile .ride-distance h4{
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0;
}
.ride-details-profile .ride-distance span{
	font-size: 18px;
	color: #5e5e5e;
}
.ride-details-profile .ride-distance div{
	padding: 10px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.ride-details-profile .ride-distance div:last-child{
	border-bottom: 0;
}
.ride-details-profile .ride-left .ride-name .ri-lef h3{
	font-size: 26px;
	font-weight: 700;
}
.ride-details-profile .ride-left .ride-name .ri-lef .star-rating{
	font-size: 21px;
	font-weight: 500;
}
.ride-details-profile .ride-left .ride-name .ri-lef .star-rating span img{
	width: 24px;
	height: 24px;
	vertical-align: text-top;
}
.ride-details-profile .ride-left .ride-name .ri-right{
	text-align: center;
}
.ride-details-profile .ride-left .ride-name .ri-right h3{
	font-size: 24px;
	font-weight: 700;
	margin: 0;
}	
.ride-details-profile .ride-left .ride-name .ri-right h4{
	font-size: 18px;
	font-weight: 700;
}

.road-info{
	padding: 20px 30px;
	border-radius: 14px;
	border: 2px solid rgba(0, 0, 0, 0.10);
	background: #FFF;
	margin-bottom: 20px;
}
.road-info h3 {
    font-size: 21px;
    color: #094BAF;
    font-weight: 700;
}
.rode-list{
	padding: 10px 0px 20px;
}
.rode-list .road-info-box img.img-fluid {
    width: 28px;
}
.rode-list .road-info-box{
	padding: 15px 0px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.rode-list .road-info-box:nth-child(2){
	border: 0;
}
.rode-list .road-info-box:last-child{
	padding-bottom: 30px;
}
.rode-list .road-info-box span{
	margin-left: 10px;
}
.car-mode{
	display: flex;
	padding: 10px 0px;
	align-items: center;
}
.car-mode .car-sl{
	width: 130px;
	height: 100px;
	border: 1px solid #0FA7FF;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-weight: 500;
	font-size: 14px;
}
.car-mode .car-sl img.img-fluid{
	margin-bottom: 5px;
}
.car-mode .types{
	border-right: 1px solid rgba(0, 0, 0, 0.10);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 80px;
}
.car-mode .types label{
	font-weight: 500;
	font-size: 14px;
}
.car-mode .types span{
	font-size: 14px;
	color: #5e5e5e;
}
.social-info {
    padding: 20px 30px;
    border-radius: 14px;
    border: 2px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
}
.social-info .rating {
    display: flex;
    align-items: center;
}
.social-info .rating span{
	flex-shrink: 0;
}
.social-info .rating span img{
	width: 46px;
	height: 44px;
}
.social-info .rating h3{
	margin-bottom: 0;
	font-size: 50px;
	font-weight: 900;
	color: #000;
}
.rate-review h4{
	color: #094BAF;
	font-size: 24px;
	font-weight: 700;
}
.rate-review span{
	color: #5e5e5e;
	font-size: 17px;
	font-weight: 500;
}
.rate-progress-box label{
	background: #D9D9D9;
	height: 15px;
	width: 200px;
	margin: 0 10px;
}	
.rating-progress .rate-progress-box {
    display: flex;
    align-items: center;
    padding: 2px 0px;
}
.rating-progress .rate-progress-box span.star{
	flex-shrink: 0;
	min-width: 42px;
	color: #5e5e5e;
}
.rating-progress .rate-progress-box span b{
	color: #000;
}
.rate-progress-box label span.active{
	background: #FBB42B;
	display: flex;
	height: 15px;
}
.custom-border{
	height: 1px;
	background: rgba(0, 0, 0, 0.10);
}
.social-box {
    border-radius: 17px;
    background: #FFF;
    box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    padding: 20px;
    margin-bottom: 30px;
}
.social-box .social-profile {
    display: flex;
    margin-bottom: 15px;
}
.social-box .social-profile .social-profile-img {
    flex-shrink: 0;
    position: relative;
    margin-right: 10px;
}
.social-box .social-profile .social-profile-img img.img-fluid {
    width: 46px;
    height: 46px;
}
.social-box .social-profile .social-profile-img img.symbol-img {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
}
.social-box .social-profile .social-profile-title{
	flex: 1;
}
.social-box .social-profile .social-profile-title h3{
	font-size: 16px;
	color: #000;
	font-weight: 500;
	margin-bottom: 0;
}
.social-profile-detail p{
	margin-bottom: 0;
	font-size: 15px;
}
.star-rating {
    display: flex;
    align-items: center;
}
.social-box .social-profile .social-profile-title .star-rating span{
	padding: 1px;
}
.social-box .social-profile .social-profile-title .star-rating span img {
    vertical-align: unset;
}
a.see-all-btn{
	font-size: 24px;
	color: #094BAF;
	font-weight: 700;
	padding: 10px;
	display: inline-block;
}
.price-details{
	border-radius: 14px;
	border: 1.4px solid rgba(0, 0, 0, 0.10);
	background: #FFF;
	box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.09);
	padding: 20px;
}
.price-details h4{
	font-size: 21px;
	font-weight: 700;
	color: #000;
}
.price-details ul{
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}
.price-details ul li{
	display: flex;
	justify-content: space-between;
	padding: 5px;
}
.ride-tab nav button.nav-link {
    font-size: 21px;
    font-weight: 700;
    color: #a3a3a3;
    line-height: 48px;
    letter-spacing: 1px;
    position: relative;
    border: 0;
    padding: 10px 30px;
}
.ride-tab .nav-tabs .nav-link.active {
    border: 0;
    color: #000;
}
.ride-tab .nav-tabs .nav-link.active:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #0FA7FF;
}
.price-details .price-profile {
    text-align: center;
    padding: 20px 0px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    margin-bottom: 20px;
}
.price-details .price-profile h3{
	font-size: 26px;
	font-weight: 700;
}
.price-details .price-profile div{
	position: relative;
	margin-bottom: 20px;
}
.price-details .price-profile div img.symbol-img{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -10px;
	width: 22px;
	height: 22px;
}
h2.payment-title{
	font-size: 22px;
	font-weight: 500;
	color: #000;
	padding-bottom: 10px;
}
.road-payment-info{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.road-payment-info .road-payment-car{
	display: flex;
	flex-direction: column;
	padding: 15px;
}
.road-payment-info .road-payment-car span{
	display: block;
	color: #000;
	font-weight: 500;
	font-size: 18px;
}
.road-payment-info .road-info-box{
	border: 0;
}
.road-payment-info .road-info-box:last-child{
	padding-bottom: 0;
}
.ccard-title h4{
	color: #5e5e5e;
	font-size: 21px;
	font-weight: 600;
}
.ccard-title a img{
	width: 30px;
}
.custom-radio{
	padding: 15px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio [type="radio"]:checked + label,
.custom-radio [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 48px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #01041D;
    font-size: 21px;
    font-weight: 500;
}
.custom-radio [type="radio"]:checked + label:before,
.custom-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.custom-radio [type="radio"]:checked + label:before{
	background: #094BAF;
}
.custom-radio [type="radio"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.custom-radio label img{
	width: 50px;
	margin-right: 20px;
}
.d-title{
	font-size: 21px;
	margin-bottom: 0;
}
.d-title img {
    width: 28px;
    vertical-align: bottom;
    margin-right: 8px;
}
a.success-c-btn.btn.btn-primary.w-100 {
    position: absolute;
    max-width: 84%;
    margin: auto;
    bottom: -70px;
}
section.account-section{
	padding: 50px 0px;
}
.menu-side {
    border-radius: 14px;
    border: 2px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    position: relative;
}
.menu-profile{
	padding: 35px 20px 20px;
	display: flex;
	align-items: center;
}
.menu-img{
	flex-shrink: 0;
	margin-right: 15px;
}
.menu-profile .menu-detail{
	flex: 1;
}
.menu-profile .menu-detail h3{
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin-bottom: 0;
}
.menu-profile .menu-detail span,.menu-profile .menu-detail a{
	color: #5e5e5e;
	font-size: 16px;
}
a.setting-icon {
    position: absolute;
    right: 15px;
    top: 10px;
}
a.setting-icon img{
	width: 22px;
}
.category-page{
	padding: 20px;
	background: rgba(217, 217, 217, 0.30);
	display: flex;
	flex-wrap: wrap;
	gap:3%;
}
.category-page a {
    width: 30%;
    flex-shrink: 0;
    border-radius: 11px;
	border: 1px solid #D9D9D9;
	background: #FFF;
	padding: 15px 10px;
	text-align: center;
	margin-bottom: 15px;
}

.category-page a img{
	display: block;
	margin: auto;
}
.category-page a span{
	color: #5e5e5e;
	font-size: 14px;
}
.category-page a.active{
	background: #0FA7FF;
}
.category-page a.active span{
	color: #fff;
}
.category-page a.active img{
	filter: brightness(0) invert(1);
}
.account-details{
	padding: 0px;
	border-radius: 14px;
	border: 2px solid rgba(0, 0, 0, 0.10);
	background: #FFF;
	height: 100%;
	position: relative;
}
.account-details h3{
	color: #000;
	font-family: sussie-normal;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1px;
	padding: 20px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
}
.account-form{
	padding: 20px;
}
.account-details .form-group{
	margin-bottom: 20px;
}
.account-details .form-group .form-control{
	padding-left: 15px;
	background: #F3F3F3;
}
.account-form .preference .text-checkbox label{
	font-size: 14px !important;
}
.account-form .form-group p{
	font-size: 24px;
}

.custom-checkbox {
  display: block;
  margin-bottom: 15px;
}

.custom-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-checkbox label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: start;
}
.custom-checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
  top: 3px;
}

.custom-checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 6px;
    height: 10px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.driver-menu-list{
	padding: 20px;
}
.driver-menu-list h4{
	font-size: 18px;
	color: #5e5e5e;
	font-weight: 700;
}
.driver-menu-list ul{
	padding-left: 0;
	list-style-type: none;
}
.driver-menu-list ul li{
	padding: 10px 0px;
	border-bottom: 1px solid #eee;
}
.driver-menu-list ul li a{
	color: #000;
	font-size: 18px;
}
.driver-menu-list ul li a.active{
	color: #0FA7FF;
}
.driver-menu-list ul li a img{
	width: 26px;
	margin-right: 10px;
	vertical-align: top;
}
.booking-tab{
	padding: 15px;
}
.booking-tab nav .nav-tabs{
	border-radius: 10px;
	background: rgba(9, 75, 175, 0.10);
	padding: 5px;
}
.booking-tab nav .nav-tabs .nav-link.active{
	background-color: #094BAF;
	color: #fff;
	border-radius: 10px;
}
.booking-tab nav .nav-tabs .nav-link{
	color:rgba(6, 58, 136, 0.70);
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}

.booking-box{
	border-radius: 14px;
	border: 2px solid rgba(0, 0, 0, 0.10);
	background: #FFF;
	margin-bottom: 30px;
}
.booking-box .custom-border{
	margin: 0 15px;
}
.booking-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
}
.booking-head .booking-date {
    display: flex;

}
.booking-head .booking-date .booking-img img{
	width: 30px;
}
.booking-head .booking-date .booking-date-title{
	padding-left: 5px;
}
.booking-head .booking-date .booking-date-title label{
	display: block;
}
.booking-head .booking-date .booking-date-title span{
	color: #5e5e5e;
	font-size: 14px;
}
.booking-head .booking-status{
	text-align: right;
}
.booking-head .booking-status span{
	color: #0FA7FF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 33.4px;
	text-transform: uppercase;
}
.booking-head .booking-status p{
	margin-bottom: 0;
	color: #000;
	font-weight: 900;
}
.booking-body{
	padding: 10px 15px;
}
.from{
	padding-right: 15px;
}
.from label{
	font-size: 18px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
}
.from label small{
	border-radius: 4px;
	background: #F3F4B0;
	color: #000;
	padding: 3px;
	font-size: 12px;
}
.from span{
	display: block;
	color: #5e5e5e;
}
.booking-footer{
	border-top: 1px solid rgba(0, 0, 0, 0.10);
	padding: 10px 15px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.booking-footer .booking-prof{
	display: flex;
	align-items: center;
}
.booking-footer .booking-prof .booking-p-img{
	position: relative;
}
.booking-footer .booking-prof .booking-p-img img.img-fluid{
	width: 46px;
	height: 46px;
}
.booking-footer .booking-prof .booking-p-img img.symbol-img{
	position: absolute;
	width: 18px;
	height: 18px;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: auto;
}
.booking-footer .booking-prof .booking-detail{
	flex: 1;
	margin-left: 10px;
}
.booking-footer .booking-prof .booking-detail h4{
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0;
}
.booking-footer .booking-prof .booking-detail label{
	color: #000;
	font-weight: 400;
	font-size: 13px;
}
.btn.btn-secondary{
	background-color: #00000029;
	border: #00000029;
	color: #000;
}
.booking-footer a.btn.btn-secondary img{
	margin-left: 5px;
	width: 8px;
}
.booking-car-type h4{
	font-size: 21px;
	font-weight: 700;
	line-height: normal;
}
.box-shadow-none{
	box-shadow: none;
}
.booking-box .booking-body .price-details {
    padding: 0;
    max-width: 300px;
    margin-bottom: 15px;
}
.btn-outline-secondary{
	color: #a3a3a3;
	border: 1px solid #d9d9d9 !important;
}

.cancel-ride-box {
    padding: 10px;
}
.cancel-ride-box h3{
	font-weight: 700;
}
.cancel-ride-box p{
	max-width: 210px;
}
.cancel-ride-list .form-group {
    border-bottom: 1px solid #f1f1f1;
    padding: 12px 0;
    margin-bottom: 0;
}
.cancel-ride-list input[type="radio"] {
  display: none;
}

.cancel-ride-list label {
  cursor: pointer;
  position: relative;
  font-size: 15px;
  color: #5e5e5e;
  display: block;
}

.cancel-ride-list label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  border: 1px solid #C7C7C7;
  background: #F2F2F2;
  top: 50%;
  right: 0rem;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}

.cancel-ride-list label::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #094BAF;
  border: 2px solid #094BAF;
  border-radius: 50%;
  top: 50%;
  right: 0rem;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}

.cancel-ride-list input[type="radio"]:checked + label::before {
  border-color: #094BAF;
}

.cancel-ride-list input[type="radio"]:checked + label::after {
  transform: translateY(-50%) scale(0.55);
}
.cancel-ride-desc{
	margin-top: 20px;
}
.cancel-ride-desc .form-control{
	background-color: transparent !important;
}
.img-map{
	position: relative;
}
.map-box {
    position: absolute;
    bottom: 15px;
    left: 15px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.25);
    padding: 15px;
    max-width: 410px;
    width:100%;
}
.map-box .booking-prof {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 12px;
}
.map-box .booking-p-img{
	position: relative;
	flex-shrink: 0;
}
.map-box .booking-p-img img.img-fluid{
	width: 60px;
	height: 60px;
}
.map-box .booking-p-img img.symbol-img{
	width: 18px;
	position: absolute;
	bottom: -7px;
	margin: auto;
	left: 0;
	right: 0;
}
.map-box .booking-prof .booking-detail{
	display: flex;
	justify-content: space-between;
	flex: 1;
	padding-left: 10px;
}
.map-box .booking-prof .booking-detail h4{
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 700;
}
.map-end-book {
    display: flex;
    justify-content: space-between;
    padding: 10px 5px;
}
.map-end-book p{
	margin-bottom: 0;
	max-width: 211px;
	font-size: 14px;
}
.map-end-book p span{
	display: block;
	font-size: 12px;
}
.text-success{
	color: #10C500 !important;
}
.text-danger{
	color: #FF0E65 !important;
}
.booking-btn a img{
	width: 90px;
}

/*--Radio--*/
.select-money .text-radio {
  display: inline-block;

}
.select-money .text-radio input[type="radio"] {
  display: none;
}
.select-money [type="radio"]:checked,
.select-money [type="radio"]:not(:checked) {
position: absolute;
left: -9999px;
}
.select-money [type="radio"]:checked + label,
.select-money [type="radio"]:not(:checked) + label
{
position: relative;
cursor: pointer;
line-height: 20px;
display: inline-block;
color: #D4D4D4;
text-decoration: underline;
}
.select-money [type="radio"]:checked + label:before,
.select-money [type="radio"]:not(:checked) + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 21px;
height: 21px;
border: 1px solid #707070;
border-radius: 100%;
background: #fff;
box-shadow: 0px 3px 6px #00000029;
}
.select-money [type="radio"]:checked + label:after,
.select-money [type="radio"]:not(:checked) + label:after {
content: '';
width: 15px;
height: 15px;
background: #4DFF82;
position: absolute;
top: 3px;
left: 3px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.select-money [type="radio"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.select-money [type="radio"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}

.select-money .text-radio [type="radio"]:checked + label:before,
.select-money .text-radio [type="radio"]:not(:checked) + label:before{
    display: none;
}
.select-money .text-radio [type="radio"]:checked + label:after,
.select-money .text-radio [type="radio"]:not(:checked) + label:after{
    display: none;
}
.select-money .text-radio [type="radio"]:checked + label,.select-money .text-radio [type="radio"]:not(:checked) + label{
    text-decoration: none;
    background-color: #fff;
  padding: 5px 15px;
  font-weight: 500;
  border-radius: 5px;
  border:1px solid #eaeaea;
  margin-right: 10px;
  color: #5e5e5e;
}
.select-money .text-radio [type="radio"]:checked + label{
	background: #094baf;
	border:1px solid #094baf;
	color: #fff;
}
.review-box{
	padding: 40px 20px;
}
.review-box .r-img {
    text-align: center;
    position: relative;
}
.review-box .r-img img.symbol-img{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -13px;
	margin: auto;
	width: 26px;
}
.review-box .star-rating {
    padding: 15px 10px 30px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.review-box .star-rating a{
	color: #ededed;
	font-size: 24px;
	padding: 3px;
}
.review-box .star-rating a.active {
    color: #FFA800;
}
.tip-mark h4{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
}
.tip-mark span{
	font-size: 12px;
	color: #5e5e5e;	
}
.tip-mark .select-money{
	margin-top: 10px;
	margin-bottom: 10px;
}
.from label small.kmaway{
	background: #B0E4F4;
}
.btn-danger{
	background: #FF0E65 !important;
	border-color: #FF0E65;
}
.btn-success{
	background: #10C500 !important;
	border-color: #10C500;
}
.booking-btn a{
	font-weight: 500 !important;
}
span.count-time {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-right: 15px;
}
span.count-time img{
	width: 24px;
}
.req-title{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.booking-box h5 {
    font-size: 16px;
    padding: 15px 15px 0;
    font-weight: 700;
    color: #000;
}
.accept-rej-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    max-width: 400px;
    width: 100%;
}
.accept-rej-btn a{
	width: 49%;
}
.swiper {
      width: 100%;
      height: 100%;
    }


.swiper-slide {
      width: 410px;
}
.btn-skyblue{
	background-color: #0FA7FF;
	border-color: #0FA7FF;
	color: #fff;
}
.address-list {
    padding: 20px;
}
.address-box {
    padding: 15px;
    border-radius: 17px;
	background: #FFF;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.12);
	margin-bottom: 25px;
}
.address-box div a{
	font-size: 14px;
}
.address-box h5{
	font-weight: 700;
}
.add-address-btn {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    padding: 15px 0;
    border-top: 1px solid #ddd;
}
.add-address-btn a{
	font-weight: 600;
}
.add-address-btn a:hover{
	color: #0FA7FF;
}
.address-form .form-group .form-control{
	background: #fff;
}
.address-form .custom-checkbox label:before {
	margin-right: 10px;
	border-radius: 4px;
	border: 1px solid #D5D6D9;
}
.address-form .custom-checkbox input:checked + label:after{
	top: 5px;
}
.payment-card{
	padding: 15px;
	border-radius: 17px;
	background: #FFF;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.12);
	position: relative;
	margin-bottom: 30px;
}
.payment-card img {
    width: 50px;
    position: absolute;
    right: 15px;
}
.payment-card h4{
	font-size: 18px;
	margin-bottom: 0;
}
.payment-card span {
    display: block;
    color: #969696;
    font-size: 14px;
    margin-bottom: 15px;
}
.payment-card a{
	font-size: 14px;
	padding: 8px 15px;
}
.credit-card-main-title h4{
	font-size: 21px;
	color: #5e5e5e;
}
.credit-card-main-img {
    text-align: right;
}
.credit-card-main-img img{
	width: 26px;
}
.notification-list {
    padding: 15px;
    height: 680px;
    overflow-y: scroll;
}
.notification-list h5{
	color: #5e5e5e;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
}
.notification-box {
    display: flex;
   	padding: 15px 10px;
   	border-bottom: 1px solid #eee;
}
.notification-box .notification-img{
	flex-shrink: 0;
	margin-right: 10px;
}
.notification-box .notification-img img{
	width: 61px;
	height: 61px;
	border-radius: 50%;
}
.notification-box .notification-detail{
	flex: 1;
}
.notification-box .notification-detail h6{
	margin-bottom: 0;
	font-weight: 500;
}
.notification-box .notification-detail p{
	margin-bottom: 0;
}
.notification-box .notification-detail span{
	font-size: 15px;
	color: #8a8a8a;
}
.chat-box {
    display: flex;
    height: 100%;
}
.chat-left{
	width: 35%;
	padding: 0px 0px;
	flex-shrink: 0;
	border-right: 1px solid #eee;
	height: 100%;
}
.chat-right{
	flex: 1;
	position: relative;
}
.chat-search{
	position: relative;
	padding: 0px 15px 15px;
	border-bottom: 1px solid #eee;
}
.chat-search .form-control{
	background-color: rgba(0, 0, 0, 0.06);
	height: 50px;
	border-radius: 100px;
	border-color: rgba(0, 0, 0, 0.06);
	padding: 0 20px;
}
.chat-search a.form-icon{
	position: absolute;
	top: 12px;
	right: 25px;
	/*background: #fff !important;*/
    padding-left: 10px !important;
}
.chat-list{
	max-height: 600px;
	overflow-y: scroll;
	padding: 0px 10px;
}
.chat-list::-webkit-scrollbar {
    display: none;
}
.chat-list .chat-user{
	display: flex;
	padding: 12px 0px 10px 12px;
	border-bottom: 1px solid #eee;
}
.chat-list .chat-user .chat-user-img{
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.chat-list .chat-user .chat-user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.chat-list .chat-user .chat-user-detail{
	flex: 1;
	position: relative;
}
.chat-list .chat-user .chat-user-detail h4{
	font-weight: 700;
	margin-bottom: 0;
	font-size: 16px;
	color: #000;
}
.chat-list .chat-user .chat-user-detail span{
	color: #5e5e5e;
}
.chat-list .chat-user .chat-user-detail .chat-back {
    position: absolute;
    width: 70px;
    text-align: center;
    right: 0;
    top: 0;
}
.chat-list .chat-user .chat-user-detail .chat-back span{
	font-size: 12px;
	color: #8a8a8a;
	display: block;
}
.chat-list .chat-user .chat-user-detail .chat-back img{
	width: 8px;
}
.chat-header {
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chat-main-img{
	display: flex;
	align-items: center;
	width: 100%;
}
.chat-main-img img{
	width: 40px;
	height: 40px;
	object-fit: cover;
	margin-right: 10px;
}
.chat-main-img h4{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}
.mobile-chat-arrow{
	display: none;
}
.conversation-list{
	padding: 15px 15px 50px;
}
.conversation-list ul{
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
	max-height: 570px;
	overflow-y: scroll;
}
.conversation-list ul::-webkit-scrollbar {
    display: none;
}
.conversation-list ul li.c-odd{
	max-width: 50%;
	display: flex;
}
.conversation-list ul li.c-even{
	max-width: 50%;
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
}
.conversation-list ul li .chat-odd {
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid #EEE;
    position: relative;
    
    display: inline-block;
    margin-bottom: 15px;
}
.conversation-list ul li .chat-odd p{
	margin-bottom: 5px;
}
.conversation-list ul li .chat-odd span{
	color: #808080;
	font-size: 10px;
	display: block;
    text-align: right;
}
.conversation-list ul li .chat-even {
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid #EEE;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    background: #D6F0FF;
}
.conversation-list ul li .chat-even p{
	margin-bottom: 0;
}
.conversation-list ul li .chat-even span{
	color: #808080;
	font-size: 10px;
}
.chat-input {
    border-top: 1px solid #EEE;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.chat-input .form-control{
	border: 0;
	height: 50px;
	background: white;
	padding-left: 50px;
	padding-right: 60px;
}
.chat-input .file-attach{
	position: absolute;
	top: 10px;
	left: 15px;
}
.chat-input .file-attach input[type="file"]{
	display: none;
}
.chat-input a{
	position: absolute;
	right: 15px;
	top: 10px;
}
.chat-input a img{
	width: 36px;
}
.earning-box {
    background: #0A0600;
    padding: 35px;
}
.earning-list {
    display: flex;
}
.earning-list .earning-title{
	padding: 10px;
}
.earning-list .earning-title span{
	color: #c6c6c6;
	font-size: 15px;
}	
.earning-list .earning-title h4{
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.72px;
	color: #fff;
	margin-bottom: 0;
}
.earning-list .quater {
    border-radius: 12.656px;
    background: #333;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 10px;
}
.earning-list .quater h5{
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
}
.earning-list .quater span{
	color: #c6c6c6;
	font-size: 13px;
}
.filter-date .form-group span.form-icon{
	left: auto;
	right: 15px;
}
.filter-date{
	display: flex;
	align-items: center;
	position: relative;
}
.filter-date select {
    position: absolute;
    top: -4px;
    right: 5px;
    background: transparent;
    border: 0;
    color: #0FA7FF;
    font-size: 13px;
}
.filter-date .form-group .form-control{
	background-color: transparent;
	border: 0;
	border-radius: 12.656px;
	background: #333;
}
.filter-date .form-group .form-control::placeholder{
	color: #c6c6c6;
}
.filter-date .form-group{
	flex-shrink: 0;
	margin-right: 10px;
}
.chart-box{
	padding: 30px 20px;
}
.chart-box h4{
	font-size: 21px;
	margin-bottom: 20px;
}
.chart-box img.img-fluid {
    max-width: 90%;
}

nav.driver-tab {
    padding: 10px 0;
}
nav.driver-tab .nav-tabs{
	padding: 0 30px;
}
.driver-prefrence-section .driver-tab .nav-tabs .nav-link.active {
    border: 0;
    color: #094BAF;
}
.driver-prefrence-section .driver-tab .nav-tabs .nav-link.active:after {
    content: "";
    position: absolute;
    bottom: -0px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #0FA7FF;
}
.driver-prefrence-section .driver-tab button.nav-link {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    color: #000;
    border:0;
}
.preference-form{
	padding: 0px 30px 20px;
}
.preference-form .form-group .form-control{
	background-color: #fff;
	font-weight: 500;
	color: #000;
}
.preference-form .form-group .form-select{
	height: 50px;
	font-weight: 500;
	color: #000;
}
.text-capital{
	text-transform: capitalize !important;
}
.setting-box{
	display: flex;
}
.setting-box .setting-left{
	flex-shrink: 0;
	width: 35%;
	border-right: 1px solid #eee;
}
.setting-box .setting-right{
	flex: 1;
}
.setting-list a{
	display: block;
	position: relative;
	padding: 15px 20px;
	color: #001D55;
}
.setting-list a img.icon-img {
    width: 40px;
    margin-right: 10px;
    filter: brightness(0) invert(0.5);
}
.setting-list a span{
	position: absolute;
	right: 20px;
	top: 20px;
}
.setting-list a span img{
	width: 8px;
}
.setting-list a.active{
	color: #0FA7FF;
}
.setting-list a.active img.icon-img{
	filter: none;
}
.contact-form .form-group{
	position: relative;
}
.contact-form .form-group span {
    position: absolute;
    right: 10px;
    top: 21px;
}
.setting-title h4{
	font-size: 24px;
	color: #000;
	font-weight: 700;
}
.terms-box {
    padding: 30px;
}
.terms-box h4{
	font-size: 18px;
	font-weight: 700;
}
.terms-box p{
	color: #3D4054;
}
.terms-box h5{
	font-weight: 700;
	font-size: 16px;
}
.edit-r-tab .nav-tabs .nav-link.active {
    border: 0;
    color: #000;
}
.edit-r-tab .nav-tabs button.nav-link {
    font-size: 16px;
    font-weight: 700;
    color: #a3a3a3;
    line-height: 48px;
    letter-spacing: 1px;
    position: relative;
    border: 0;
    padding: 10px 20px;
}
.edit-r-tab .nav-link.active:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #0FA7FF;
}
.inner-page-footer footer{
	padding-top: 50px;
}
h2.box-title{
	font-size: 24px;
	color: #000;
	font-weight: 400;
	margin-bottom: 20px;
}
label.profile-img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
label.profile-img img {
    width: 100%;
    height: 100%;
}
.profile-img input[type="file"] {
    display: none;
}
label.profile-img:after{
	content: '';
	position: absolute;
	background: rgba(0, 0, 0, 0.2);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
label.profile-img img.edit-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    z-index: 1;
    margin: auto;
    background: #fff;
    padding: 4px;
    border-radius: 5px;
}
.preference.filter-check label {
    border-radius: 5px !important;
}
.intl-tel-input{
	display: block;
	/*height: 67px;*/
	width: 100%;
}
.parsley-errors-list{
	padding-left: 0;
	color: red;
    list-style-type: none;
}
.page-empty {
    max-width: 600px;
    margin: auto;
}

.filter-button
{
	display: none;
}
.filter-close
{
	display: none;
}
.time_icon{
	top:16px;
	right: 10px;
	position: absolute;
}

.people-bag {
    display: flex;
}

.people-bag span {
    display: flex;
    align-items: center;
    padding-right: 10px;
}

/ Firefox /
@media (prefers-color-scheme: dark) {
    :root {
        color-scheme: light;
    }
}

/ Chrome /
@media (forced-colors: active) {
    :root {
        color-scheme: light;
    }
}

/*Map Design*/
.map-idea {
    padding-bottom: 15px;
    padding-right: 20px;
    position: relative;
}
.map-idea img.img-fluid{
	border-radius: 10px;
}
.chat-search.map-search {
    position: absolute;
    top: 10px;
    max-width: 600px;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 0;
    z-index: 1;

}
.chat-search.map-search .form-control{
	box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.03);
	padding-right: 60px;
}
a.map-pin {
    position: absolute;
    right: 30px;
    bottom: 205px;
    z-index: 1;

}
.map-idea a.btn-primary {
    position: absolute;
    bottom: 30px;
    left: 15px;
    margin: auto;
    right: 0px;
    max-width: 200px;
}
/*Map Design*/

.chat-search a.form-icon.close-icon img {
    width: 18px;
    filter: contrast(0.5);
    margin-right: 5px;
}
.chat-search a.form-icon.close-icon{
	display: none;
}
.chat-search.map-search:focus-within a.form-icon{
	display: none;
}
.chat-search.map-search:focus-within a.form-icon.close-icon{
	display: block;
}

.track-map {
    right: 11px !important;
}
