@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
/* Please ❤ this if you like it! */
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');
/* #Primary
================================================== */
body{
	color: #000000;
	background-color: #fff;
	overflow-Y: scroll;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 20px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 60px;

	
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height:60px;
	width: auto;
	display: block;
	
	
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #F3622B !important;
}
.nav-item.active .nav-link{
	color: #777 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #F3622B;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
	background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
    margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}
.RightLeft-center{
	position: absolute;
	top: 10%;
	left: 0;
	width: 100%;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #f78708;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgb(252, 143, 0);
}
.blogBoxTitle{
	color: black;
	font-size: large;
}
.blogPageImage{
	width: 100%;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.blogPageHeading{
	text-align: center;
	color: #F3622B;
	margin-top: 25px;
	margin-bottom: 15;
}
.BlogPageText{
	
}
/* #LoginBtnUsrcx{
	background-color:rgb(0, 0, 0);
    color: white;
    width: 100%;
    
}
#btnLgnVscdx{
	background-color:rgb(0, 0, 0);
    color: white;
    width: 100%;
    
} */
.LoginBtn{
	background-color: rgb(0, 0, 0);
    color:rgb(0, 0, 0);
    width: 500px;
    height: 50px;
}
#partitioned {
    padding-left: 15px;
    letter-spacing: 42px;
    border: 0;
    background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 220px;
    min-width: 220px;
    outline: none;
  }
  #divInner{
    left: 0;
    position: sticky;
  }
  
  #divOuter{
    width: 190px; 
    overflow: hidden;
  }
  .cbox{
    
	position: right;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-color: tomato;
	color: tomato;
	outline: none;

	
}


/* #Media
================================================== */

@media (max-width: 767px) { 
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
}

/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
}






.pickDis::before{
content: "";
width: auto;
height: 10px;
background-color: red;
display: block;
position: absolute;
right: 30%;
}
.pickDis::after{
content: "";
width: auto;
height: 10px;
background-color: red;
display: block;
position: absolute;
left: 30%;
}


.btn-float{
position : fixed;
right : 38%;
bottom : 16px;
background-color:#FC8457;
border-radius: 5px;
box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.13);
padding-right: 12px;
padding-left: 12px;
padding-top: 5px;
padding-bottom: 5px;
border: none;
color: white;
}

.SwitcherA{
	border-radius: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	width: 98px;
	border: 1px solid #F3622B;
	background-color: #F3622B;
	color: #FFFFFF;

}
.SwitcherB{
	border-radius: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	width: 98px;
	border: 1px solid #F3622B;
	background-color: white;
	color: #F3622B;


}


/* #Media
================================================== */

@media (max-width: 767px) { 
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
/*  Hero section  */
    .HeroSection{
		height: 40vh;
    	background-size: cover; 
    	/*background-image: url("https://teqdad.com/RydeeasyImg/RydeeasywebsitBannerFinal.gif");*/
		background-color: darkslategray;
		display: flex;
		align-items: center;
    }
/*  Book ride section  */	
	.BookRideScetion .BookRideScetionA{
		border: 1px solid #F3622B;text-align: center;padding: 15px; border-radius: 10px;
	}
	.gigBox{		
		width: 120px;
        height: 120px;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
		border-radius: 50%;
	}
	.FormBookRide{
		width: 100%;
		padding-top: 9px;
	}
	.FormBookRide select{
		border: none;
		width: fit-content;
		color: black;
	}
	.FormBookRide input{
		border-radius: 10px;
		border: 1px solid #F3622B;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		font-size: 18px;
		width: 100%;
	}
/*  Quick Ride  */
    .QuickRideScetion{
		color:#F3622B;
	}
    .Containerxx{
		
	}
	.QuickRideScetion h3{
		font-family: 'Source Sans Pro';
		font-style: normal;
		font-weight: 600;
		font-size: 25px;
		line-height: 44px;
		text-align: center;
	}
	.QuickRideScetionLocation{
		font-family: 'Source Sans Pro';
		font-style: normal;
		font-size: 18px;
	}
	.cardRuicBook{
		width: fit-content;
		border: 1px solid #F7941F;
		box-sizing: border-box;
		box-shadow: 0px 0px 33px -7px rgba(0, 0, 0, 0.2);
		border-radius: 10px;
		margin-top: auto;
		margin-bottom: auto;
	}
	.cardRuicBook:hover{
		transform: scale(1.04);
	}
	.cardRuicBook img{
		border-radius: 10px 10px 0px 0px;
		height: 230px;
	}
	.Brand{
		text-align: center;
		margin-left: -35%;
		color: #F7941F;
		font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 16px;
        text-transform: uppercase;
	}
	.Model{
		font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 34px;
        text-transform: uppercase;
        color: #F3622B;
		text-align: center;
	}
	.nowavailable{
		color: black;
		font-family: 'Montserrat';
        font-style: normal;
		font-size: 12px;
	}
	.QuickRidePrice{
		font-family: 'Montserrat Subrayada';
        font-style: normal;
        font-weight: normal;
        font-size: 25px;
        line-height: 39px;
        color: #F3622B;
		text-align: right;
	}
/*  Promos  */
	.PromoSection h3{
		font-family: 'Source Sans Pro';
		color:#F3622B;
		font-style: normal;
		font-weight: 600;
		font-size: 25px;
		line-height: 44px;
		text-align: center;
	}
/*  About us  */
	.AboutUsSection{
		background-color: rgb(255, 255, 255);
	}
	.AboutUsSection button{
		padding: 0%;color: black;text-decoration: none;
	}
/*  Footer   */	
    .footerSection{
		background-color: rgba(196, 196, 196, 0.45);
		
	}
/*  Authintication  */
    .authBox{
		border: 2px solid tomato; width: 400px;
		height: 400px;
		margin-top: 70px; 
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		border-radius: 20px;

		box-sizing: border-box;
		/* box-shadow: 0px -3px 15px 5px rgba(0, 0, 0, 0.07); */
		/* border-radius: 5px; */
		margin-left: auto;
		margin-right: auto;
		/* width: 85%; */
	 }
	 .authHeader{
		font-family: 'Source Sans Pro';
		font-style: normal;
		font-weight: normal;
		font-size: 25px;
		line-height: 47px;
		color: #000000;
		text-align: center;
		margin-top: 55px;
	 }
	 .authForm{
		 padding-right: 30px;
		 padding-left: 30px;
	 }
	 .authForm input{
		 background: #FFFFFF;
		 border: 2px solid #FD8253;
		 font-size: 14px;
		 color: #727672;
		 font-family: 'Source Sans Pro';
	 }
	 .authForm button{
		 background: #000000;
		 width: 100%;
		 font-family: 'Source Sans Pro';
		 font-style: normal;
		 font-weight: normal;
		 font-size: 18px;
		 line-height: 26px;
		 text-align: center;
		 color: #FFFFFF;
	 }
	 .authForm button:hover{
		 background: #fff;
		 color: #2F312F;
		 border: 2px solid #2F312F;
	 }
	 .AuthBoxBack{
		 font-family: 'Source Sans Pro';
		 font-style: normal;
		 font-weight: normal;
		 font-size: 16px;
		 line-height: 34px;
		 text-align: center;
		 text-decoration-line: underline;
		 color: #2F312F;
	 }
	 .AuthBoxBack:hover{
		 font-size: 18px;
		 text-decoration-line: underline;
		 color: #2F312F;
	 }
	 .AuthBoxBackBB{
		 font-family: 'Source Sans Pro';
		 font-style: normal;
		 font-weight: 500;
		 font-size: 18px;
		 line-height: 34px;
		 text-align: center;
		 margin-top: -10px;
		 color: #2F312F;
	 }
	 .AuthBoxBackBB:hover{
		 color: #2F312F;
		 text-decoration: none;
	 }
	 .AuthSocialBtnHolder{
		 width: 100%;
		 text-align: right;
	 }
	 .AuthSocialBtn{
		 background: #FFFFFF;
		 width: 80%;
		 box-shadow: 0px -3px 15px 5px rgba(0, 0, 0, 0.07);
		 border-radius: 22px;
		 font-family: 'Source Sans Pro';
		 font-size: 10px;
		 text-align: center;
		 color: #2F312F;
	 }
	 .AuthSocialBtn:hover{
		 text-decoration: none;
		 color: #2F312F;
	 }
	 .AuthSocialBtn img{
		 width: 10px;
		 height: 10px;
	 }
	 /* Trip details  */	
.TripDetails{
	background: #FFFFFF;
	border: 2px solid #F7941F;
	box-sizing: border-box;
	box-shadow: 0px -3px 15px 5px rgba(0, 0, 0, 0.07);
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
 }
 .TripDetails .carnm{
	font-family:'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	color: #F3622B;
 }
 .TripDetails .aminity{
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	width: 100%;
	color: #858585;
 }
 .TripDetails .carImg{
	 width: 100%;
	 margin-top: 25px;
	 text-align: center;
 }
 .TripDetails .carImg img{
	width: 80%;
	height: 100%;
}
.PDtext{
	font-family:'Source Sans Pro';
    font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
	text-align: center;
    color: #F3622B;
}
.PDhr{
	width:100%;
	border: 1px solid #F3622B;
	margin-top: 20%;
}
.pdScText{
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 35px;
    color: #000000;
}
.tripAddDetails{
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    font-variant: small-caps;
    text-transform: uppercase;
    color: #F3622B;
	text-align: center;
}
.classline{
	border-left: 2px solid #F3622B;
	height: auto;
}
.TripdetailsPol{
	font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #2F312F;
}
.homdelCheck{
	border: 2px solid #F3622B;
    box-sizing: border-box;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    color: black;
}
.smmamt{
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #F3622B;
}
.rhsd{
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #FC8457;
}
.couponbox{
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: normal;
	font-size: 23px;
	color: #000000;
}
.couponbox .finalam{
font-size: 23px;
text-align: center;
font-family:'Source Sans Pro';
}
.couponbox input{
	font-family:'Source Sans Pro';
	margin-bottom: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	border-radius: 12px;
	border: 1px solid #000000;
    color: #0a0a0a;
}
.cnfTicketHolder{
	width:95%;
	margin-left: auto;
	margin-right: auto;
}
.cnfTick{
	background-color: #2F312F;
	width: 100%;
	color: white;
	font-family:'Source Sans Pro';
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cnfTick:hover{
	border: 2px solid #2F312F;
	color: black;
	background-color: white;
	font-weight: bolder;
}
/* Fair details */
.fairdethead{
	background: #FC8457;
	box-sizing: border-box;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	vertical-align:middle;
	text-align: left;
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    font-variant: small-caps;
    color: #FFFFFF
 }
 .fairdetBlock{
	background: #FFFFFF;
    box-shadow: 0px -3px 15px 5px rgba(0, 0, 0, 0.07);
	box-sizing: border-box;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
 }
 .reeufih{
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
 }
 .finAmtt{
	 color: #F3622B;
	 font-family:'Source Sans Pro';
	 font-size: 20px;
 }
 .Makepay{
	background-color: #2F312F;
	width: 100%;
	color: white;
	font-family:'Source Sans Pro';
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.Makepay:hover{
	border: 2px solid #2F312F;
	color: black;
	background-color: white;
	font-weight: bolder;
}
/* Confirmed booking */
    .font{
    	font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
    }
    .hearbtm{
    	background: #FD8253;
        mix-blend-mode: normal;
        box-shadow: 0px -3px 15px 5px rgba(65, 65, 65, 0.07);
        border-radius: 5px;
    	border: none;
    	font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 35px;
        text-align: center;
        color: #FFFFFF;
    }
    .hearbtm:hover{
    	border: 2px solid #FD8253;
    	border-radius: 5px;
    	background-color: white;
    	color: #FD8253;
    }
/* Available Vehicle */	
	#AvailCarPc{
		display: block;
	}
	.VecBox{
		background: #FFFFFF;
        mix-blend-mode: normal;
        box-shadow: 0px -3px 15px 5px rgba(65, 65, 65, 0.07);
        border-radius: 20px;
		padding-top: 20px;
		padding-left: 10px;
		padding-bottom: 20px;
	}
	.pickDate{
		font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        font-variant: small-caps;
        color: #2F312F;
	}
	.pickTm{
		font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        font-variant: small-caps;
        color: #2F312F;
	}
	.kmtext{
      font-family: Source Sans Pro;
	  font-style: normal;
	  font-weight: 600;
	  font-size: 14px;
	  line-height: 25px;
	  color: #2F312F;
	  text-align: left;
	}
	.buttonSortactv{
		background: #FC8457;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
		padding-top: 15px;
		padding-bottom: 15px;
		width: 100%;

		font-family:'Source Sans Pro';
        font-size: 15px;
        font-variant: small-caps;
        color: #FFFFFF;
		text-align: center;
		border: none;
		text-transform: uppercase;
	}
	.buttonSortInac{
		background: #C4C4C4;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
		padding-top: 15px;
		padding-bottom: 15px;
		width: 100%;

		font-family:'Source Sans Pro';
        font-size: 15px;
        font-variant: small-caps;
        color: #FFFFFF;
		text-align: center;
		border: none;
		text-transform: uppercase;
	}
	.imagekeepaer{
		text-align: center;
	}
	.imagekeepaer img{
		width: 100%;
		height: 130px;
	}
	.ImageButton{
		background: #FFFFFF;
        border: none;
	}
	.cartypBox{
		background: #FFFFFF;
        border: 1px solid #F7941F;
        box-sizing: border-box;
        box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.42);
        border-radius: 10px;
	}
	.InbetweenDiv{
		width: 50%;
	}
	.inbetween{
		text-align: center;
		position: relative;
		width: auto;
		height: 30px;
	}
	.inbetween::before, .inbetween::after{
		content: "rtyuil;kjhgfdssdfghjklkj";
		display: block;
		width: 100px;
		height: 15px;
		background: #ff1201;
		left: 90px;
		top: 50%;
		position: absolute;
	}
	.LocationAB{
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 15;
        font-variant: small-caps;
        color: #2F312F;
		width: 25%;
	}
	.pickDis{
		font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #2F312F;
		width: 100%;
		display: block;
        flex-direction: row;
		text-align: center;
	}
	.AvailBox{
		background: #FFFFFF;
        mix-blend-mode: normal;
        border: 1px solid #FD8253;
        border-radius: 5px;
	}
	.vecdet{
		text-align: center;
	}
	.vecdet .Carname{
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        text-transform: uppercase;
        color: #2F312F;
	}
	.vecdet .Emanity{
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        color: #858585;
	}
	.vecdet .Dis{
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        color: #F3622B;
	}
	.Price{
		font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 23px;
		text-align: left;
        color: #F3622B;
	}
	.BtnBook{
		bottom: 0;
		right:0;
		position: absolute;
		margin-right: 30px;
		background: #2F312F;
        border-radius: 5px;
		width:fit-content;
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color: #FFFFFF;
	}
	.BtnBook:hover{
		background: #fff;
        color: #2F312F;
		border: 2px solid #2F312F;
	} 
	.modelHeader{
		text-align: center;
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 35px;
        line-height: 38px;
        font-variant: small-caps;
        color: #000000;
	}
	.btnmmm{
		background-color: #2F312F;
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        text-align: center;
        color: #FFFFFF;
		width: 100%;
		border: none;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.btnmmm:hover{
		border: 2px solid #2F312F;
		background-color: #FFFFFF;
		color: #2F312F;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	/*  Hero section  */
    .HeroSection{
    	min-height: 30vh;
    	background-size: cover; 
    	/*background-image: url("https://teqdad.com/RydeeasyImg/RydeeasywebsitBannerFinal.gif");*/
		background-color: darkslategray;
		display: flex;
		align-items: center;
    }
/*  Book ride section  */	
	.BookRideScetion .BookRideScetionA{
		border: 1px solid #F3622B;text-align: center;padding: 15px; border-radius: 10px;
	}
	.gigBox{
		height: max-content;
		width: auto;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
		border-radius: 50%;
	}
	.FormBookRide{
		width: 95%;
		padding-top: 9px;
		padding-left: 12%;
		padding-right: 0px;
	}
	.FormBookRide select{
		border: none; width: fit-content; color: black;
	}
	.FormBookRide input{
		border-radius: 10px;
		border: 1px solid #F3622B;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		font-size: 12px;
	}
/*  Quick Ride  */
    .QuickRideScetion{
		color:#F3622B;
	}
    .Containerxx{
		
	}
	.QuickRideScetion h3{
		font-family: 'Source Sans Pro';
		font-style: normal;
		font-weight: 600;
		font-size: 25px;
		line-height: 44px;
		text-align: center;
	}
	.QuickRideScetionLocation{
		font-family: 'Source Sans Pro';
		font-style: normal;
		font-size: 18px;
	}
	.cardRuicBook{
		width: fit-content;
		border: 1px solid #F7941F;
		box-sizing: border-box;
		box-shadow: 0px 0px 33px -7px rgba(0, 0, 0, 0.2);
		border-radius: 10px;
		margin-top: auto;
		margin-bottom: auto;
	}
	.cardRuicBook:hover{
		transform: scale(1.04);
	}
	.cardRuicBook img{
		border-radius: 10px 10px 0px 0px;
		height: 230px;
	}
	.Brand{
		text-align: center;
		margin-left: -35%;
		color: #F7941F;
		font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 16px;
        text-transform: uppercase;
	}
	.Model{
		font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 34px;
        text-transform: uppercase;
        color: #F3622B;
		text-align: center;
	}
	.nowavailable{
		color: black;
		font-family: 'Montserrat';
        font-style: normal;
		font-size: 12px;
	}
	.QuickRidePrice{
		font-family: 'Montserrat Subrayada';
        font-style: normal;
        font-weight: normal;
        font-size: 25px;
        line-height: 39px;
        color: #F3622B;
		text-align: right;
	}
/*  Promos  */
	.PromoSection h3{
		font-family: 'Source Sans Pro';
		color:#F3622B;
		font-style: normal;
		font-weight: 600;
		font-size: 25px;
		line-height: 44px;
		text-align: center;
	}
/*  About us  */
	.AboutUsSection{
		background-color: rgb(255, 255, 255);
	}
	.AboutUsSection button{
		padding: 0%;color: black;text-decoration: none;
	}
/*  Footer   */	
    .footerSection{
		background-color: rgba(196, 196, 196, 0.45);
		
	}
/*  Authintication  */
    .authBox{
		/* background: #FFFFFF;
		border: 2px solid #F7941F;
		box-sizing: border-box;
		box-shadow: 0px -3px 15px 5px rgba(0, 0, 0, 0.07);
		border-radius: 5px;
		margin-left: auto;
		margin-right: auto;
		width: 85%; */
		background: #FFFFFF;
		box-sizing: border-box;
		margin-left: auto;
		margin-right: auto;
		border: tomato 2px solid;
	 align-content: center;
	 width: 400px;
	 height: 400px;
	 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	 border-radius: 20px;
	 }
	 .authHeader{
		font-family: 'Source Sans Pro';
		font-style: normal;
		font-weight: normal;
		font-size: 25px;
		line-height: 47px;
		color: #000000;
		text-align: center;
		margin-top: 55px;
	 }
	 .authForm{
		 padding-right: 30px;
		 padding-left: 30px;
	 }
	 .authForm input{
		 background: #FFFFFF;
		 border: 2px solid #FD8253;
		 font-size: 14px;
		 color: #727672;
		 font-family: 'Source Sans Pro';
	 }
	 .authForm button{
		 background: #000000;
		 width: 100%;
		 font-family: 'Source Sans Pro';
		 font-style: normal;
		 font-weight: normal;
		 font-size: 18px;
		 line-height: 26px;
		 text-align: center;
		 color: #FFFFFF;
	 }
	 .authForm button:hover{
		 background: #fff;
		 color: #2F312F;
		 border: 2px solid #2F312F;
	 }
	 .AuthBoxBack{
		 font-family: 'Source Sans Pro';
		 font-style: normal;
		 font-weight: normal;
		 font-size: 16px;
		 line-height: 34px;
		 text-align: center;
		 text-decoration-line: underline;
		 color: #2F312F;
	 }
	 .AuthBoxBack:hover{
		 font-size: 18px;
		 text-decoration-line: underline;
		 color: #2F312F;
	 }
	 .AuthBoxBackBB{
		 font-family: 'Source Sans Pro';
		 font-style: normal;
		 font-weight: 500;
		 font-size: 18px;
		 line-height: 34px;
		 text-align: center;
		 margin-top: -10px;
		 color: #2F312F;
	 }
	 .AuthBoxBackBB:hover{
		 color: #2F312F;
		 text-decoration: none;
	 }
	 .AuthSocialBtnHolder{
		 width: 100%;
		 text-align: right;
	 }
	 .AuthSocialBtn{
		 background: #FFFFFF;
		 width: 80%;
		 box-shadow: 0px -3px 15px 5px rgba(0, 0, 0, 0.07);
		 border-radius: 22px;
		 font-family: 'Source Sans Pro';
		 font-size: 10px;
		 text-align: center;
		 color: #2F312F;
	 }
	 .AuthSocialBtn:hover{
		 text-decoration: none;
		 color: #2F312F;
	 }
	 .AuthSocialBtn img{
		 width: 10px;
		 height: 10px;
	 }
	 /* Trip details  */	
.TripDetails{
	background: #FFFFFF;
	border: 2px solid #F7941F;
	box-sizing: border-box;
	box-shadow: 0px -3px 15px 5px rgba(0, 0, 0, 0.07);
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
 }
 .TripDetails .carnm{
	font-family:'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	color: #F3622B;
 }
 .TripDetails .aminity{
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	width: 100%;
	color: #858585;
 }
 .TripDetails .carImg{
	 width: 100%;
	 margin-top: 25px;
	 text-align: center;
 }
 .TripDetails .carImg img{
	width: 80%;
	height: 100%;
}
.PDtext{
	font-family:'Source Sans Pro';
    font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
	text-align: center;
    color: #F3622B;
}
.PDhr{
	width:100%;
	border: 1px solid #F3622B;
	margin-top: 20%;
}
.pdScText{
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 35px;
    color: #000000;
}
.tripAddDetails{
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    font-variant: small-caps;
    text-transform: uppercase;
    color: #F3622B;
	text-align: center;
}
.classline{
	border-left: 2px solid #F3622B;
	height: auto;
}
.TripdetailsPol{
	font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #2F312F;
}
.homdelCheck{
	border: 2px solid #F3622B;
    box-sizing: border-box;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    color: black;
}
.smmamt{
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #F3622B;
}
.rhsd{
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #FC8457;
}
.couponbox{
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: normal;
	font-size: 23px;
	color: #000000;
}
.couponbox .finalam{
font-size: 23px;
text-align: center;
font-family:'Source Sans Pro';
}
.couponbox input{
	font-family:'Source Sans Pro';
	margin-bottom: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	border-radius: 12px;
	border: 1px solid #000000;
    color: #0a0a0a;
}
.cnfTicketHolder{
	width:95%;
	margin-left: auto;
	margin-right: auto;
}
.cnfTick{
	background-color: #2F312F;
	width: 100%;
	color: white;
	font-family:'Source Sans Pro';
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cnfTick:hover{
	border: 2px solid #2F312F;
	color: black;
	background-color: white;
	font-weight: bolder;
}
/* Fair details */
.fairdethead{
	background: #FC8457;
	box-sizing: border-box;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	vertical-align:middle;
	text-align: left;
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    font-variant: small-caps;
    color: #FFFFFF
 }
 .fairdetBlock{
	background: #FFFFFF;
    box-shadow: 0px -3px 15px 5px rgba(0, 0, 0, 0.07);
	box-sizing: border-box;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
 }
 .reeufih{
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
 }
 .finAmtt{
	 color: #F3622B;
	 font-family:'Source Sans Pro';
	 font-size: 20px;
 }
 .Makepay{
	background-color: #2F312F;
	width: 100%;
	color: white;
	font-family:'Source Sans Pro';
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.Makepay:hover{
	border: 2px solid #2F312F;
	color: black;
	background-color: white;
	font-weight: bolder;
}
/* Confirmed booking */
    .font{
    	font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
    }
    .hearbtm{
    	background: #FD8253;
        mix-blend-mode: normal;
        box-shadow: 0px -3px 15px 5px rgba(65, 65, 65, 0.07);
        border-radius: 5px;
    	border: none;
    	font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 35px;
        text-align: center;
        color: #FFFFFF;
    }
    .hearbtm:hover{
    	border: 2px solid #FD8253;
    	border-radius: 5px;
    	background-color: white;
    	color: #FD8253;
    }
/* Available Vehicle */	
	#AvailCarPc{
		display: block;
	}
	.VecBox{
		background: #FFFFFF;
        mix-blend-mode: normal;
        box-shadow: 0px -3px 15px 5px rgba(65, 65, 65, 0.07);
        border-radius: 20px;
		padding-top: 20px;
		padding-left: 10px;
		padding-bottom: 20px;
	}
	.kmtext{
      font-family: 'Source Sans Pro';
	  font-style: normal;
	  font-weight: 600;
	  font-size: 14px;
	  line-height: 25px;
	  color: #2F312F;
	  text-align: left;
	}
	.buttonSortactv{
		background: #FC8457;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
		padding-top: 15px;
		padding-bottom: 15px;
		width: 100%;

		font-family:'Source Sans Pro';
        font-size: 15px;
        font-variant: small-caps;
        color: #FFFFFF;
		text-align: center;
		border: none;
		text-transform: uppercase;
	}
	.buttonSortInac{
		background: #C4C4C4;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
		padding-top: 15px;
		padding-bottom: 15px;
		width: 100%;

		font-family:'Source Sans Pro';
        font-size: 15px;
        font-variant: small-caps;
        color: #FFFFFF;
		text-align: center;
		border: none;
		text-transform: uppercase;
	}
	.imagekeepaer{
		text-align: center;
	}
	.imagekeepaer img{
		width: 100%;
		height: 130px;
	}
	.ImageButton{
		background: #FFFFFF;
        border: none;
	}
	.cartypBox{
		background: #FFFFFF;
        border: 1px solid #F7941F;
        box-sizing: border-box;
        box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.42);
        border-radius: 10px;
	}
	.InbetweenDiv{
		width: 50%;
	}
	.inbetween{
		text-align: center;
		position: relative;
		width: auto;
		height: 30px;
	}
	.inbetween::before, .inbetween::after{
		content: "rtyuil;kjhgfdssdfghjklkj";
		display: block;
		width: 100px;
		height: 15px;
		background: #ff1201;
		left: 90px;
		top: 50%;
		position: absolute;
	}
	.LocationAB{
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 15;
        font-variant: small-caps;
        color: #2F312F;
		width: 25%;
	}
	.pickDate{
		font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        font-variant: small-caps;
        color: #2F312F;
	}
	.pickTm{
		font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        font-variant: small-caps;
        color: #2F312F;
	}
	.pickDis{
		font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #2F312F;
		width: 100%;
		display: block;
        flex-direction: row;
		text-align: center;
	}
	.AvailBox{
		background: #FFFFFF;
        mix-blend-mode: normal;
        border: 1px solid #FD8253;
        border-radius: 5px;
	}
	.vecdet{
		text-align: center;
	}
	.vecdet .Carname{
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        text-transform: uppercase;
        color: #2F312F;
	}
	.vecdet .Emanity{
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        color: #858585;
	}
	.vecdet .Dis{
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        color: #F3622B;
	}
	.Price{
		font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 23px;
		text-align: left;
        color: #F3622B;
	}
	.BtnBook{
		bottom: 0;
		right:0;
		position: absolute;
		margin-right: 30px;
		background: #2F312F;
        border-radius: 5px;
		width:fit-content;
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color: #FFFFFF;
	}
	.BtnBook:hover{
		background: #fff;
        color: #2F312F;
		border: 2px solid #2F312F;
	} 
	.modelHeader{
		text-align: center;
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 35px;
        line-height: 38px;
        font-variant: small-caps;
        color: #000000;
	}
	.btnmmm{
		background-color: #2F312F;
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        text-align: center;
        color: #FFFFFF;
		width: 100%;
		border: none;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.btnmmm:hover{
		border: 2px solid #2F312F;
		background-color: #FFFFFF;
		color: #2F312F;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
/*  Hero section  */
    .HeroSection{
    	min-height: 30vh;
    	background-size: cover; 
    	/*background-image: url("https://teqdad.com/RydeeasyImg/RydeeasywebsitBannerFinal.gif");*/
		background-color: darkslategray;
		display: flex;
		align-items: center;
    }
/*  Book ride section  */	
	.BookRideScetion .BookRideScetionA{
		border: 1px solid #F3622B;text-align: center;padding: 15px; border-radius: 10px;
	}
	.gigBox{
		height: max-content;
		width: auto;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
		border-radius: 50%;
	}
	.FormBookRide select{
		border: none; width: fit-content; color: black;
	}
	.FormBookRide input{
		border-radius: 10px;border: 1px solid #F3622B;
		padding-top: 19px;
		padding-bottom: 19px;
		padding-left: 10px;
	}
/*  Quick Ride  */
    .QuickRideScetion{
		color:#F3622B;
	}
    .Containerxx{
		padding-left: 80px;padding-right: 80px;
	}
	.QuickRideScetion h3{
		font-family: 'Source Sans Pro';
		font-style: normal;
		font-weight: 600;
		font-size: 25px;
		line-height: 44px;
	}
	.QuickRideScetionLocation{
		font-family: 'Source Sans Pro';
		font-style: normal;
		font-size: 18px;
	}
	.cardRuicBook{
		width: 18.8rem;
		border: 1px solid #F7941F;
		box-sizing: border-box;
		box-shadow: 0px 0px 33px -7px rgba(0, 0, 0, 0.2);
		border-radius: 10px;
		margin-top: auto;
		margin-bottom: auto;
	}
	.cardRuicBook:hover{
		margin-top: -55px;
	}
	.cardRuicBook img{
		border-radius: 10px 10px 0px 0px;
		height: 230px;
	}
	.Brand{
		text-align: center;
		margin-left: -35%;
		color: #F7941F;
		font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 16px;
        text-transform: uppercase;
	}
	.Model{
		font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 34px;
        text-transform: uppercase;
        color: #F3622B;
		text-align: center;
	}
	.nowavailable{
		color: black;
		font-family: Montserrat;
        font-style: normal;
		font-size: 12px;
	}
	.QuickRidePrice{
		font-family: Montserrat Subrayada;
        font-style: normal;
        font-weight: normal;
        font-size: 25px;
        line-height: 39px;
        color: #F3622B;
		text-align: right;
	}
/*  Promos  */
	.PromoSection h3{
		font-family: 'Source Sans Pro';
		color:#F3622B;
		font-style: normal;
		font-weight: 600;
		font-size: 25px;
		line-height: 44px;
		text-align: left;
	}
/*  About us  */
	.AboutUsSection{
		background-color: rgb(255, 255, 255);
	}
	.AboutUsSection button{
		padding: 0%;color: black;text-decoration: none;
	}
/*  Footer   */	
    .footerSection{
		background-color: rgba(196, 196, 196, 0.45);
		
	}
/*  Authintication  */
    .authBox{
		background: #FFFFFF;
		box-sizing: border-box;
		margin-left: auto;
		margin-right: auto;
		border: tomato 2px solid;
	 align-content: center;
	 width: 400px;
	 height: 400px;
	 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	 border-radius: 20px;
	   /* background: #FFFFFF;
       border: 2px solid #F7941F;
       box-sizing: border-box;
       box-shadow: 0px -3px 15px 5px rgba(0, 0, 0, 0.07);
       border-radius: 5px;
	   margin-left: auto;
	   margin-right: auto;
	   width: 60%; */

	}
	.authHeader{
	   font-family: 'Source Sans Pro';
       font-style: normal;
       font-weight: normal;
       font-size: 30px;
       line-height: 47px;
       color: #000000;
	   text-align: center;
	   margin-top: 50px;
	}
	.authForm{
		padding-left: 55px;
		padding-right: 55px;
	}
	.authForm input{
		background: #FFFFFF;
        border: 2px solid #FD8253;
		font-size: 14px;
		color: #727672;
		font-family: 'Source Sans Pro';
		padding-top: 23px;
		padding-bottom: 23px;
		padding-left: 15px;
	}
	.authForm button{
		background: rgb(0, 0, 0);
		width: 100%;
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color: #FFFFFF;
	}
	.authForm button:hover{
		background: #fff;
        color: #2F312F;
		border: 2px solid #2F312F;
	}
	.AuthBoxBack{
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 34px;
        text-align: center;
        text-decoration-line: underline;
        color: #2F312F;
	}
	.AuthBoxBack:hover{
        font-size: 18px;
        text-decoration-line: underline;
        color: #2F312F;
	}
	.AuthBoxBackBB{
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 34px;
        text-align: center;
		margin-top: -10px;
        color: #2F312F;
	}
	.AuthBoxBackBB:hover{
        color: #2F312F;
		text-decoration: none;
	}
	.AuthSocialBtnHolder{
		text-align: right;
	}
	.AuthSocialBtn{
		background: #FFFFFF;
        box-shadow: 0px -3px 15px 5px rgba(0, 0, 0, 0.07);
        border-radius: 22px;
		font-family: 'Source Sans Pro';
        font-size: 20px;
        text-align: center;
        color: #2F312F;
	}
	.AuthSocialBtn:hover{
		text-decoration: none;
		color: #2F312F;
	}
	.AuthSocialBtn img{
		width: 24px;
		height: 24px;
	}
/* AVAILABLE VEHICLE PAGE */
     #AvailCarmobile{
		 display: none;
	 }
	 #AvailCarPc{
		 display: block;
	 }
	.VecBox{
		background: #FFFFFF;
        mix-blend-mode: normal;
        box-shadow: 0px -3px 15px 5px rgba(65, 65, 65, 0.07);
        border-radius: 20px;
		padding-top: 20px;
		padding-left: 10px;
		padding-bottom: 20px;
	}
	.kmtext{
      font-family: Source Sans Pro;
	  font-style: normal;
	  font-weight: 600;
	  font-size: 14px;
	  line-height: 25px;
	  color: #2F312F;
	  text-align: left;
	}
	.buttonSortactv{
		background: #FC8457;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
		padding: 10px 15px 10px 15px;
		width: 100%;

		font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 23px;
        font-variant: small-caps;
        color: #FFFFFF;
		text-align: center;
		border: none;
		text-transform: uppercase;
	}
	.buttonSortInac{
		background: #C4C4C4;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
		padding: 10px 15px 10px 15px;
		width: 100%;

		font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 23px;
        font-variant: small-caps;
        color: #FFFFFF;
		text-align: center;
		border: none;
		text-transform: uppercase;
	}
	.ImageButton{
		background: #FFFFFF;
        border: none;
	}
	.cartypBox{
		background: #FFFFFF;
        border: 1px solid #F7941F;
        box-sizing: border-box;
        box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.42);
        border-radius: 10px;
	}
	.imagekeepaer{
		text-align: center;
	}
	.imagekeepaer img{
		width: 100%;
		height: 100px;
	}
	.InbetweenDiv{
		width: 50%;
	}
	.LocationAB{
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 31px;
        font-variant: small-caps;
        color: #2F312F;
		width: 25%;
	}
	.pickDate{
		font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 23px;
        line-height: 29px;
        font-variant: small-caps;
        color: #2F312F;
	}
	.pickTm{
		font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 23px;
        font-variant: small-caps;
        color: #2F312F;
	}
	.pickDis{
		font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #2F312F;
		width: 100%;
		margin-top: -20px;
		display: block;
        flex-direction: row;
		text-align: center;
	}
	.AvailBox{
		background: #FFFFFF;
        mix-blend-mode: normal;
        border: 1px solid #FD8253;
        border-radius: 5px;
	}
	.vecdet{
		text-align: left;
	}
	.vecdet .Carname{
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 25px;
        text-transform: uppercase;
        color: #2F312F;
	}
	.vecdet .Emanity{
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        color: #858585;
	}
	.vecdet .Dis{
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        color: #F3622B;
	}
	.Price{
		font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 40px;
		text-align: right;
        color: #F3622B;
	}
	.BtnBook{
		bottom: 0;
		right:0;
		position: absolute;
		margin-right: 30px;
		background: #2F312F;
        border-radius: 5px;
		width:fit-content;
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color: #FFFFFF;
	}
	.BtnBook:hover{
		background: #fff;
        color: #2F312F;
		border: 2px solid #2F312F;
	}
/* Trip details  */	

.TripDetails{
	background: #FFFFFF;
	border: 2px solid #F7941F;
	box-sizing: border-box;
	box-shadow: 0px -3px 15px 5px rgba(0, 0, 0, 0.07);
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
 }
 .TripDetails .carnm{
	font-family:'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 44px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	color: #F3622B;
 }
 .TripDetails .aminity{
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	width: 100%;
	color: #858585;
 }
 .TripDetails .carImg{
	 width: 100%;
	 margin-top: 25px;
	 text-align: center;
 }
 .TripDetails .carImg img{
	width: 450px;
	height: 240px;
}
.PDtext{
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 44px;
    text-transform: uppercase;
    color: #F3622B;
}
.PDhr{
	width:100%;
	border: 1px solid #F3622B;
	margin-top: 20%;
}
.pdScText{
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 35px;
    color: #000000;
}
.tripAddDetails{
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    font-variant: small-caps;
    text-transform: uppercase;
    color: #F3622B;
	text-align: center;
}
.classline{
	border-left: 2px solid #F3622B;
	height: auto;
}
.TripdetailsPol{
	font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #2F312F;
}
.homdelCheck{
	border: 2px solid #F3622B;
    box-sizing: border-box;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    color: black;
}
.smmamt{
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #F3622B;
}
.rhsd{
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #FC8457;
}
.couponbox{
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: normal;
	font-size: 25px;
	line-height: 38px;
	color: #000000;
}
.couponbox input{
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #0a0a0a;
}
.cnfTicketHolder{
	width:80%;
	margin-left: auto;
	margin-right: auto;
}
.cnfTick{
	background-color: #2F312F;
	width: 100%;
	color: white;
	font-family:'Source Sans Pro';
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cnfTick:hover{
	border: 2px solid #2F312F;
	color: black;
	background-color: white;
	font-weight: bolder;
}
/* Fair details */
.fairdethead{
	background: #FC8457;
	box-sizing: border-box;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	vertical-align:middle;
	text-align: left;
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    font-variant: small-caps;
    color: #FFFFFF
 }
 .fairdetBlock{
	background: #FFFFFF;
    box-shadow: 0px -3px 15px 5px rgba(0, 0, 0, 0.07);
	box-sizing: border-box;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
 }
 .reeufih{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 29px;
	text-align: center;
	color: #000000;
 }
 .finAmtt{
	 color: #F3622B;
	 font-family:'Source Sans Pro';
	 font-size: 25px;
	 text-align: center;
 }
 .Makepay{
	background-color: #2F312F;
	width: 100%;
	color: white;
	font-family:'Source Sans Pro';
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.Makepay:hover{
	border: 2px solid #2F312F;
	color: black;
	background-color: white;
	font-weight: bolder;
}
/* Confirmed booking */
.font{
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
}
.hearbtm{
	background: #FD8253;
    mix-blend-mode: normal;
    box-shadow: 0px -3px 15px 5px rgba(65, 65, 65, 0.07);
    border-radius: 5px;
	border: none;
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
}
.hearbtm:hover{
	border: 2px solid #FD8253;
	border-radius: 5px;
	background-color: white;
	color: #FD8253;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	/*  Hero section  */
    .HeroSection{
    	min-height: 45vh;
    	background-size: cover; 
    	/*background-image: url("https://teqdad.com/RydeeasyImg/RydeeasywebsitBannerFinal.gif");*/
		background-color: darkslategray;
		display: flex;
		align-items: center;
    }
/*  Book ride section  */	
	.BookRideScetion .BookRideScetionA{
		border: 1px solid #F3622B;text-align: center;padding: 15px; border-radius: 10px;
	}
	.gigBox{
		height: 100px;
		width: auto;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
		border-radius: 50%;
	}
	.FormBookRide{
		padding-left: 0%;
		padding-right: 0%;
	}
	.FormBookRide select{
		border: none; width: fit-content; color: black;
		padding: 0px;
	}
	.FormBookRide select:hover, .FormBookRide select:active{
		border: none;
	}
	.FormBookRide input{
		border-radius: 10px;
		border: 1px solid #F3622B;
		padding-top: 25px;
		padding-bottom: 25px;
		padding-left: 10px;
		font-size: 18px;
	}
/*  Quick Ride  */
    .QuickRideScetion{
		color:#F3622B;
	}
    .Containerxx{
		padding-left: 80px;padding-right: 80px;
	}
	.QuickRideScetion h3{
		font-family: 'Source Sans Pro';
		font-style: normal;
		font-weight: 600;
		text-align: left;
		font-size: 28px;
		line-height: 44px;
	}
	.QuickRideScetionLocation{
		font-family: 'Source Sans Pro';
		font-style: normal;
		font-size: 18px;
	}
	.cardRuicBook{
		width: 18.8rem;
		border: 1px solid #F7941F;
		box-sizing: border-box;
		box-shadow: 0px 0px 33px -7px rgba(0, 0, 0, 0.2);
		border-radius: 10px;
		margin-top: auto;
		margin-bottom: auto;
	}
	.cardRuicBook:hover{
		transform: scale(1.04);
	}
	.cardRuicBook img{
		border-radius: 10px 10px 0px 0px;
		height: 230px;
	}
	.Brand{
		text-align: center;
		margin-left: -35%;
		color: #F7941F;
		font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 16px;
        text-transform: uppercase;
	}
	.Model{
		font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 34px;
        text-transform: uppercase;
        color: #F3622B;
		text-align: center;
	}
	.nowavailable{
		color: black;
		font-family: 'Montserrat';
        font-style: normal;
		font-size: 12px;
	}
	.QuickRidePrice{
		font-family: 'Montserrat Subrayada';
        font-style: normal;
        font-weight: normal;
        font-size: 25px;
        line-height: 39px;
        color: #F3622B;
		text-align: right;
	}
/*  Promos  */
	.PromoSection h3{
		font-family: 'Source Sans Pro';
		color:#F3622B;
		font-style: normal;
		font-weight: 600;
		font-size: 25px;
		line-height: 44px;
		text-align: left;
	}
/*  About us  */
	.AboutUsSection{
		background-color: rgb(255, 255, 255);
	}
	.AboutUsSection button{
		padding: 0%;color: black;text-decoration: none;
	}
/*  Footer   */	
    .footerSection{
		background-color: rgba(196, 196, 196, 0.45);
		
	}
/*  Authintication  */
    .authBox{
	    background: #FFFFFF;
       box-sizing: border-box;
	   margin-left: auto;
	   margin-right: auto;
	   border: tomato 2px solid;
    align-content: center;
    width: 400px;
    height: 400px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
	}
	.authHeader{
	   font-family: 'Source Sans Pro';
       font-style: normal;
       font-weight: normal;
       font-size: 30px;
       line-height: 47px;
       color: #000000;
	   text-align: center;
	   margin-top: 50px;
	   padding-top: 30px;
	   
	}
	.authForm{
		padding-left: 55px;
		padding-right: 55px;
	}
	.authForm input{
		background: #FFFFFF;
        border: 2px solid #FD8253;
		font-size: 14px;
		color: #727672;
		font-family: 'Source Sans Pro';
		padding-top: 23px;
		padding-bottom: 23px;
		padding-left: 15px;
	}
	.authForm button{
		background: #000000;
		width: 100%;
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color: #FFFFFF;
	}
	.authForm button:hover{
		background: #fff;
        color: #2F312F;
		border: 2px solid #2F312F;
	}
	.AuthBoxBack{
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 34px;
        text-align: center;
        text-decoration-line: underline;
        color: #2F312F;
	}
	.AuthBoxBack:hover{
        font-size: 18px;
        text-decoration-line: underline;
        color: #2F312F;
	}
	.AuthBoxBackBB{
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 34px;
        text-align: center;
		margin-top: -10px;
        color: #2F312F;
	}
	.AuthBoxBackBB:hover{
        color: #2F312F;
		text-decoration: none;
	}
	.AuthSocialBtnHolder{
		text-align: right;
	}
	.AuthSocialBtn{
		background: #FFFFFF;
        box-shadow: 0px -3px 15px 5px rgba(0, 0, 0, 0.07);
        border-radius: 22px;
		font-family: 'Source Sans Pro';
        font-size: 20px;
        text-align: center;
        color: #2F312F;
	}
	.AuthSocialBtn:hover{
		text-decoration: none;
		color: #2F312F;
	}
	.AuthSocialBtn img{
		width: 24px;
		height: 24px;
	}
/* AVAILABLE VEHICLE PAGE */
    #AvailCarmobile{
    	display: none;
    }
	.VecBox{
		background: #FFFFFF;
        mix-blend-mode: normal;
        box-shadow: 0px -3px 15px 5px rgba(65, 65, 65, 0.07);
        border-radius: 20px;
		padding-top: 20px;
		padding-left: 10px;
		padding-bottom: 20px;
	}
	.kmtext{
      font-family: Source Sans Pro;
	  font-style: normal;
	  font-weight: 600;
	  font-size: 14px;
	  line-height: 25px;
	  color: #2F312F;
	  text-align: left;
	}
	.imagekeepaer{
		text-align: center;
	}
	.imagekeepaer img{
		width: 100%;
	}
	.buttonSortactv{
		background: #FC8457;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
		padding: 10px 15px 10px 15px;
		width: 100%;

		font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 23px;
        font-variant: small-caps;
        color: #FFFFFF;
		text-align: center;
		border: none;
		text-transform: uppercase;
	}
	.buttonSortInac{
		background: #C4C4C4;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
		padding: 10px 15px 10px 15px;
		width: 100%;

		font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 23px;
        font-variant: small-caps;
        color: #FFFFFF;
		text-align: center;
		border: none;
		text-transform: uppercase;
	}
	.ImageButton{
		background: #FFFFFF;
        border: none;
	}
	.cartypBox{
		background: #FFFFFF;
        border: 1px solid #F7941F;
        box-sizing: border-box;
        box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.42);
        border-radius: 10px;
	}
	.LocationAB{
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 31px;
        font-variant: small-caps;
        color: #2F312F;
		width: 25%;
	}
	.InbetweenDiv{
		width: 50%;
	}
	.inbetween{
		text-align: center;
		position: relative;
		width: auto;
		height: 30px;
	}
	.inbetween::before, .inbetween::after{
		content: "rtyuil;kjhgfdssdfghjklkj";
		display: block;
		width: 100px;
		height: 15px;
		background: #ff1201;
		left: 90px;
		top: 50%;
		position: absolute;
	}
	.pickDate{
		font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 23px;
        line-height: 29px;
        font-variant: small-caps;
        color: #2F312F;
	}
	.pickTm{
		font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 23px;
        font-variant: small-caps;
        color: #2F312F;
	}
	.pickDis{
		font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #2F312F;
		width: 100%;
		margin-top: -20px;
		display: block;
        flex-direction: row;
		text-align: center;
	}
	.AvailBox{
		background: #FFFFFF;
        mix-blend-mode: normal;
        border: 1px solid #FD8253;
        border-radius: 5px;
	}
	.vecdet{
		text-align: center;
	}
	.vecdet .Carname{
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 25px;
        text-transform: uppercase;
        color: #2F312F;
	}
	.vecdet .Emanity{
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        color: #858585;
	}
	.vecdet .Dis{
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        color: #F3622B;
	}
	.Price{
		font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 27px;
		text-align: right;
        color: #F3622B;
	}
	.BtnBook{
		bottom: 0;
		right:0;
		position: absolute;
		margin-right: 30px;
		background: #2F312F;
        border-radius: 5px;
		width:fit-content;
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color: #FFFFFF;
	}
	.BtnBook:hover{
		background: #fff;
        color: #2F312F;
		border: 2px solid #2F312F;
	}
/* Trip details  */	

.TripDetails{
	background: #FFFFFF;
	border: 2px solid #F7941F;
	box-sizing: border-box;
	box-shadow: 0px -3px 15px 5px rgba(0, 0, 0, 0.07);
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
 }
 .TripDetails .carnm{
	font-family:'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 44px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	color: #F3622B;
 }
 .TripDetails .aminity{
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	width: 100%;
	color: #858585;
 }
 .TripDetails .carImg{
	 width: 100%;
	 margin-top: 25px;
	 text-align: center;
 }
 .TripDetails .carImg img{
	width: 450px;
	height: 240px;
}
.PDtext{
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 44px;
    text-transform: uppercase;
	text-align: center;
    color: #F3622B;
}
.PDhr{
	width:100%;
	border: 1px solid #F3622B;
	margin-top: 20%;
}
.pdScText{
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 35px;
    color: #000000;
}
.tripAddDetails{
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    font-variant: small-caps;
    text-transform: uppercase;
    color: #F3622B;
	text-align: center;
}
.classline{
	border-left: 2px solid #F3622B;
	height: auto;
}
.TripdetailsPol{
	font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #2F312F;
}
.homdelCheck{
	border: 2px solid #F3622B;
    box-sizing: border-box;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    color: black;
}
.smmamt{
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #F3622B;
}
.rhsd{
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #FC8457;
}
.couponbox{
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: normal;
	font-size: 25px;
	line-height: 38px;
	color: #000000;
}
.couponbox input{
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #0a0a0a;
}
.cnfTicketHolder{
	width:80%;
	margin-left: auto;
	margin-right: auto;
}
.cnfTick{
	background-color: #2F312F;
	width: 100%;
	color: white;
	font-family:'Source Sans Pro';
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cnfTick:hover{
	border: 2px solid #2F312F;
	color: black;
	background-color: white;
	font-weight: bolder;
}
/* Fair details */
.fairdethead{
	background: #FC8457;
	box-sizing: border-box;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	vertical-align:middle;
	text-align: left;
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    font-variant: small-caps;
    color: #FFFFFF
 }
 .fairdetBlock{
	background: #FFFFFF;
    box-shadow: 0px -3px 15px 5px rgba(0, 0, 0, 0.07);
	box-sizing: border-box;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
 }
 .reeufih{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 29px;
	text-align: center;
	color: #000000;
 }
 .finAmtt{
	 color: #F3622B;
	 font-family:'Source Sans Pro';
	 font-size: 25px;
	 text-align: center;
 }
 .Makepay{
	background-color: #2F312F;
	width: 100%;
	color: white;
	font-family:'Source Sans Pro';
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.Makepay:hover{
	border: 2px solid #2F312F;
	color: black;
	background-color: white;
	font-weight: bolder;
}
/* Confirmed booking */
.font{
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
}
.hearbtm{
	background: #FD8253;
    mix-blend-mode: normal;
    box-shadow: 0px -3px 15px 5px rgba(65, 65, 65, 0.07);
    border-radius: 5px;
	border: none;
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
}
.hearbtm:hover{
	border: 2px solid #FD8253;
	border-radius: 5px;
	background-color: white;
	color: #FD8253;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	/*  Hero section  */
    .HeroSection{
    	min-height: 60vh;
    	background-size: cover; 
    	/*background-image: url("https://teqdad.com/RydeeasyImg/RydeeasywebsitBannerFinal.gif");*/
		background-color: darkslategray;
		display: flex;
		align-items: center;
    }
/*  Book ride section  */	
	.BookRideScetion .BookRideScetionA{
		border: 1px solid #F3622B;text-align: center;padding: 15px; border-radius: 10px;
	}
	.gigBox{
		height: 100px;
		width: auto;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
		border-radius: 50%;
	}
	.FormBookRide select{
		border: none; width: fit-content; color: black;
	}
	.FormBookRide input{
		border-radius: 10px;
		border: 1px solid #F3622B;
		padding-top: 13px;
		padding-bottom: 13px;
		padding-left: 10px;
	}
/*  Quick Ride  */
    .QuickRideScetion{
		color:#F3622B;
	}
    .Containerxx{
		padding-left: 80px;padding-right: 80px;
	}
	.QuickRideScetion h3{
		font-family: 'Source Sans Pro';
		font-style: normal;
		font-weight: 600;
		font-size: 25px;
		line-height: 44px;
	}
	.QuickRideScetionLocation{
		font-family: 'Source Sans Pro';
		font-style: normal;
		font-size: 18px;
	}
	.cardRuicBook{
		width: 18.8rem;
		border: 1px solid #F7941F;
		box-sizing: border-box;
		box-shadow: 0px 0px 33px -7px rgba(0, 0, 0, 0.2);
		border-radius: 10px;
		margin-top: auto;
		margin-bottom: auto;
	}
	.cardRuicBook:hover{
		transform: scale(1.04);
	}
	.cardRuicBook img{
		border-radius: 10px 10px 0px 0px;
		height: 230px;
	}
	.Brand{
		text-align: center;
		margin-left: -35%;
		color: #F7941F;
		font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 16px;
        text-transform: uppercase;
	}
	.Model{
		font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 34px;
        text-transform: uppercase;
        color: #F3622B;
		text-align: center;
	}
	.nowavailable{
		color: black;
		font-family: 'Montserrat';
        font-style: normal;
		font-size: 12px;
	}
	.QuickRidePrice{
		font-family: 'Montserrat Subrayada';
        font-style: normal;
        font-weight: normal;
        font-size: 25px;
        line-height: 39px;
        color: #F3622B;
		text-align: right;
	}
/*  Promos  */
	.PromoSection h3{
		font-family: 'Source Sans Pro';
		color:#F3622B;
		font-style: normal;
		font-weight: 600;
		font-size: 25px;
		line-height: 44px;
		text-align: left;
	}
/*  About us  */
	.AboutUsSection{
		background-color: rgb(255, 255, 255);
	}
	.AboutUsSection button{
		padding: 0%;color: black;text-decoration: none;
	}
/*  Footer   */	
    .footerSection{
		background-color: rgba(196, 196, 196, 0.45);
		
	}
/*  Authintication  */
    .authBox{
	   background: #FFFFFF;
       box-sizing: border-box;
	   margin-left: auto;
	   margin-right: auto;
	   border: tomato 2px solid;
    align-content: center;
    width: 400px;
    height: 400px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
	}
	.authHeader{
	   font-family: 'Source Sans Pro';
       font-style: normal;
       font-weight: normal;
       font-size: 30px;
       line-height: 47px;
       color: #000000;
	   text-align: center;
	   margin-top: 50px;
	   padding-top: 30px;
	}
	.authForm{
		padding-left: 55px;
		padding-right: 55px;
	}
	.authForm input{
		background: #FFFFFF;
        border: 2px solid #FD8253;
		font-size: 14px;
		color: #727672;
		font-family: 'Source Sans Pro';
		padding-top: 23px;
		padding-bottom: 23px;
		padding-left: 15px;
	}
	.authForm button{
		background: #000000;
		width: 100%;
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color: #FFFFFF;
	}
	.authForm button:hover{
		background: #fff;
        color: #2F312F;
		border: 2px solid #2F312F;
	}
	.AuthBoxBack{
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 34px;
        text-align: center;
        text-decoration-line: underline;
        color: #2F312F;
	}
	.AuthBoxBack:hover{
        font-size: 18px;
        text-decoration-line: underline;
        color: #2F312F;
	}
	.AuthBoxBackBB{
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 34px;
        text-align: center;
		margin-top: -10px;
        color: #2F312F;
	}
	.AuthBoxBackBB:hover{
        color: #2F312F;
		text-decoration: none;
	}
	.AuthSocialBtnHolder{
		text-align: right;
	}
	.AuthSocialBtn{
		background: #FFFFFF;
        box-shadow: 0px -3px 15px 5px rgba(0, 0, 0, 0.07);
        border-radius: 22px;
		font-family: 'Source Sans Pro';
        font-size: 20px;
        text-align: center;
        color: #2F312F;
	}
	.AuthSocialBtn:hover{
		text-decoration: none;
		color: #2F312F;
	}
	.AuthSocialBtn img{
		width: 24px;
		height: 24px;
	}
/* AVAILABLE VEHICLE PAGE */
    #AvailCarmobile{
    	display: none;
    }
	.VecBox{
		background: #FFFFFF;
        box-shadow: 0px -3px 15px 5px rgba(65, 65, 65, 0.07);
        border-radius: 20px;
		padding-top: 20px;
		padding-left: 10px;
		padding-bottom: 20px;
		position: relative;
	}
	.kmtext{
      font-family: Source Sans Pro;
	  font-style: normal;
	  font-weight: 600;
	  font-size: 14px;
	  line-height: 25px;
	  color: #2F312F;
	  text-align: left;
	}
	.imagekeepaer{
		text-align: center;
	}
	.imagekeepaer img{
		width: 100%;
	}
	.buttonSortactv{
		background: #FC8457;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
		padding: 10px 15px 10px 15px;
		width: 100%;

		font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 23px;
        font-variant: small-caps;
        color: #FFFFFF;
		text-align: center;
		border: none;
		text-transform: uppercase;
	}
	.buttonSortInac{
		background: #C4C4C4;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
		padding: 10px 15px 10px 15px;
		width: 100%;

		font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 23px;
        font-variant: small-caps;
        color: #FFFFFF;
		text-align: center;
		border: none;
		text-transform: uppercase;
	}
	.ImageButton{
		background: #FFFFFF;
        border: none;
	}
	.cartypBox{
		background: #FFFFFF;
        border: 1px solid #F7941F;
        box-sizing: border-box;
        box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.42);
        border-radius: 10px;
	}
	.LocationAB{
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 31px;
        font-variant: small-caps;
        color: #2F312F;
		width: 25%;
	}
	.InbetweenDiv{
		width: 50%;
	}
	.inbetween{
		text-align: center;
		position: relative;
		width: auto;
		height: 30px;
	}
	.inbetween::before, .inbetween::after{
		content: "rtyuil;kjhgfdssdfghjklkj";
		display: block;
		width: 100px;
		height: 15px;
		background: #ff1201;
		left: 90px;
		top: 50%;
		position: absolute;
	}
	.pickDate{
		font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 23px;
        line-height: 29px;
        font-variant: small-caps;
        color: #2F312F;
	}
	.pickTm{
		font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 23px;
        font-variant: small-caps;
        color: #2F312F;
	}
	.pickDis{
		font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #2F312F;
		width: 100%;
		margin-top: -20px;
		display: block;
        flex-direction: row;
		text-align: center;
	}
	.AvailBox{
		background: #FFFFFF;
        mix-blend-mode: normal;
        border: 1px solid #FD8253;
        border-radius: 5px;
	}
	.vecdet{
		text-align: center;
	}
	.vecdet .Carname{
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 25px;
        text-transform: uppercase;
        color: #2F312F;
	}
	.vecdet .Emanity{
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        color: #858585;
	}
	.vecdet .Dis{
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        color: #F3622B;
	}
	.Price{
		font-family:'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 25px;
		text-align: right;
        color: #F3622B;
	}
	.BtnBook{
		bottom: 0;
		right:0;
		position: absolute;
		margin-right: 30px;
		background: #2F312F;
        border-radius: 5px;
		width:fit-content;
		font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color: #FFFFFF;
	}
	.BtnBook:hover{
		background: #fff;
        color: #2F312F;
		border: 2px solid #2F312F;
	}
/* Trip details  */	

.TripDetails{
	background: #FFFFFF;
	border: 2px solid #F7941F;
	box-sizing: border-box;
	box-shadow: 0px -3px 15px 5px rgba(0, 0, 0, 0.07);
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
 }
 .TripDetails .carnm{
	font-family:'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 44px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	color: #F3622B;
 }
 .TripDetails .aminity{
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	width: 100%;
	color: #858585;
 }
 .TripDetails .carImg{
	 width: 100%;
	 margin-top: 25px;
	 text-align: center;
 }
 .TripDetails .carImg img{
	width: 450px;
	height: 240px;
}
.PDtext{
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 44px;
    text-transform: uppercase;
	text-align: center;
    color: #F3622B;
}
.PDhr{
	width:100%;
	border: 1px solid #F3622B;
	margin-top: 20%;
}
.pdScText{
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 35px;
    color: #000000;
}
.tripAddDetails{
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    font-variant: small-caps;
    text-transform: uppercase;
    color: #F3622B;
	text-align: center;
}
.classline{
	border-left: 2px solid #F3622B;
	height: auto;
}
.TripdetailsPol{
	font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #2F312F;
}
.homdelCheck{
	border: 2px solid #F3622B;
    box-sizing: border-box;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    color: black;
}
.smmamt{
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #F3622B;
}
.rhsd{
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #FC8457;
}
.couponbox{
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: normal;
	font-size: 25px;
	line-height: 38px;
	color: #000000;
}
.couponbox input{
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #0a0a0a;
}
.cnfTicketHolder{
	width:80%;
	margin-left: auto;
	margin-right: auto;
}
.cnfTick{
	background-color: #2F312F;
	width: 100%;
	color: white;
	font-family:'Source Sans Pro';
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cnfTick:hover{
	border: 2px solid #2F312F;
	color: black;
	background-color: white;
	font-weight: bolder;
}
/* Fair details */
.fairdethead{
	background: #FC8457;
	box-sizing: border-box;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	vertical-align:middle;
	text-align: left;
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    font-variant: small-caps;
    color: #FFFFFF
 }
 .fairdetBlock{
	background: #FFFFFF;
    box-shadow: 0px -3px 15px 5px rgba(0, 0, 0, 0.07);
	box-sizing: border-box;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
 }
 .reeufih{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 29px;
	text-align: center;
	color: #000000;
 }
 .finAmtt{
	 color: #F3622B;
	 font-family:'Source Sans Pro';
	 font-size: 25px;
	 text-align: center;
 }
 .Makepay{
	background-color: #2F312F;
	width: 100%;
	color: white;
	font-family:'Source Sans Pro';
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.Makepay:hover{
	border: 2px solid #2F312F;
	color: black;
	background-color: white;
	font-weight: bolder;
}
/* Confirmed booking */
.font{
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
}
.hearbtm{
	background: #FD8253;
    mix-blend-mode: normal;
    box-shadow: 0px -3px 15px 5px rgba(65, 65, 65, 0.07);
    border-radius: 5px;
	border: none;
	font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
}
.hearbtm:hover{
	border: 2px solid #FD8253;
	border-radius: 5px;
	background-color: white;
	color: #FD8253;
}
}