.bdrbtm {
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}
#engineform label {
	font-size: 12px;
	line-height: 1;
	color: #888;
	margin-bottom: 0;
	width: 100%;
}
#engineform .form-group {
	margin-bottom: 7px;
}
#engineform .form-control {
	border: 0;
	padding: 5px 10px 5px 20px;
	font-size: 13px;
	background: transparent;
}
#engineform .form-control:focus {
	color: #495057;
	background-color: #fff;
	border: 0;
	box-shadow: none;
}
#engineform .btn.btn-primary {
	margin-top: 8px;
}
.btn-primary:hover, .btn-primary:focus {
	color: #fff;
	background: #f77c31;
	border-color: #f77c31;
}
.destination small {
	font-size: 12px;
}
#engineform .icon {
	position: absolute;
	left: 5px;
	bottom: 10px;
	font-size: 12px;
	color: #888888;
	font-size: 14px;
}

#engineform .fa-map-marker-alt {
	left: 10px;
	bottom: 11px;
}

#engineform .btn {
	background: #007d9d;
	border-color: #66a9bb;
}
#engineform .fa-plane {
	transform: rotate(-90deg);
	margin-left: 1px;
}
input.datepicker{
	background: transparent !important;
	color: transparent !important;
	cursor: pointer;
}
.backgroundDate {
  position: absolute;
  bottom: 5px;
  left: 8px;
  z-index: -1;
  font-size: 13px;
  color: #495057;
  background: #fff;
  padding: 5px;
}
.datelable {
  bottom: 0;
  background: transparent !important;
  cursor: pointer;
}

/*switch*/
.custom-switch {
	width: 50px;
	height: 20px;
	background: #898989;
	border-radius: 10px;
	position: relative;
	transition: .3s all;
	cursor: pointer;
	font-size: 11px;
	text-align: right;
	padding-right: 7px;
	line-height: 2;
	color: #fff;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 8px auto 0;
	padding-left: 0;
}
.custom-switch .switch-btn {
	position: absolute;
	width: 20px;
	height: 20px;
	background: #007d9d;
	border-radius: 20px;
	transition: .3s all;
	left: 0;
}
.custom-switch .switch-btn::after {
	box-shadow: 0 0px 3px 0 #000;
	position: absolute;
	width: 20px;
	height: 20px;
	background: #fff;
	z-index: 0;
	content: "";
	border-radius: 20px;
	right: 0;
}
.switchon .switch-btn {
	width: 100%;
	text-align: left;
	padding-left: 8px;
}

.filter {
	background: #D4E7ED;
	padding: 10px 0;
	color: #fff;
}

.result{
	padding: 50px 0;
}

.btnpickDrop {
	background: rgb(255, 255, 255);
	box-shadow: 0px 0px 3px 0px;
	transition: .3s all;
	border-bottom: 4px solid transparent;
	color: #000;
}

.btnpickDrop:hover {
	box-shadow: 0px 0px 0px 0px;
}

.btnpickDrop.active {
	border-bottom: 4px solid #f7833b;
}


.form-row.locationrow {
	position: relative;
}

.locationrow .switchformto {
	position: absolute;
	right: -2px;
	font-size: 18px;
	color: #007d9d;
	top: 0;
	z-index: 4;
	cursor: pointer;
	padding: 5px;
	border: 1px solid;
	border-radius: 3px;
	background: #e0eef1;
	box-shadow: 0px 0px 3px 0px;
	transition: .3s all;
}
.locationrow .switchformto:hover{
	box-shadow: 0px 0px 0px 0px;
}
.locationrow .bdrbtm:first-child {
	padding-right: 30px;
}
.clearInput {
	position: absolute;
	right: 5px;
	top: 5px;
	color: red;
	cursor: pointer;
	font-weight: bold;
	background: #eee;
	line-height: 1.2;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	text-align: center;
	-moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
}
.locationrow .bdrbtm:first-child .clearInput{
	right: 40px;
}
.itemcatagory {
	color: #007d9d;
	margin-top: 10px;
	font-weight: 400;
}
/*Item*/
.resItem .col-md-3 {
	position: relative;
	overflow: hidden;
}
.resItem .col-md-3.text-md-right{
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}
.rating span{
	text-transform: capitalize;
    font-weight: bold;
}
.resItem {
	border: 1px solid #ccc;
	position: relative;
	margin-bottom: 15px;
	transition: .3s all;
	border-radius: 5px;
	overflow: hidden;
}
.resItem:hover {
	box-shadow: 0 0 3px -1px #007d9d;
}
.itemHighlight {
	margin-left: 0;
	padding: 8px 30px;
	width: 100%;
	background: #D4E7ED;
	color: #000;
}
.itemHighlight .text-md-right p,
.rating{
	color: #4F4F4F;
}

.rating:first-letter {
    text-transform: uppercase;
}
.itemBody {
	margin-left: -15px;
	padding: 15px;
}
.resItem .descShow {
	font-size: 14px;
	cursor: pointer;
	color: #f77c31;
}
.resItem .descShow:hover {
	text-decoration: underline;
	color: #007d9d;
}
.itemHighlight p {
	font-size: 13px;
	font-weight: 400;
	margin: 0;
}
.graytext{
	color: #888;
}
.resItem .imgDiv {
	width: calc(100% - 15px);
	height: 100%;
	overflow: hidden;
	position: absolute;
	text-align: left;
	background: #ccc;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.resItem .imgDiv img{
	max-width: 95%;
	width: 185px;
}

.rating .fas {
	font-size: 12px;
}

.rating .fas {
	color: #f77c31;
}
.btn-primary i {
	color: #fff;
}
#descModal .owl-dots {
	text-align: center;
}
#descModal .owl-dots span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid #007d9d;
	margin: 5px 2px;
}
#descModal .owl-dots .active span{
	background: #f77c31;
}
.suggestion {
	position: absolute;
	z-index: 1000;
	width: calc(100% - 15px);
	outline: #eee solid 1px;
	max-height: 300px;
	overflow-y: scroll;
	height: auto;
	outline: #b7b5b5 solid 1px;
	background-color: #f2f1ef;
	display: none;
}
.suggestion ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.suggestion li {
	font-size: 14px;
	padding: 5px 10px;
	cursor: pointer;
	padding-left: 27px;
	position: relative;
}
ul.airport li::before, ul.address li::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: 5px;
	font-size: 15px;
	color: #f77c31;
	top: 2px;
}
ul.airport li::before{
	content: '\f072';
	transform: rotate(-90deg);
}
ul.address li::before {
	content: '\f3c5';
	top: 4px;
	left: 7px;
	font-size: 16px;
}
.suggestion li:hover {
	background: #e1e1e1;
}
#travelers {
	max-width: 90px;
	margin: auto;
	position: relative;
}
#travelers .dec, #travelers .inc {
	position: absolute;
	width: 20px;
	height: 20px;
	background: #007d9d;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	line-height: .7;
	text-align: center;
	border-radius: 50%;
	top: 4px;
	z-index: 999;
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
#travelers .inc {
	right: 5px;
}
#travelers .dec {
	right: 28px;
}
.passengers::-webkit-inner-spin-button, 
.passengers::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.addSpinner{
	border: 0;
}

/*Modal*/
.locationmodal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  background: #fff;
  z-index: 99;
  display: none;
}
.modal-header {
  text-align: center;
  font-weight: bold;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.modal-header .close {
	position: absolute;
	right: 15px;
	font-weight: 400;
	font-size: 20px;
	cursor: pointer;
	top: 8px;;
}
#locationmodal .clearable-input {
  background: #f1f1f1;
  padding: 10px;
}
.locationmodal .form-group{
  border: 0;
}
#modalinp {
  width: calc(100% - 20px);
  background: #dddddd;
  border: 0;
  border-radius: 5px;
  padding: 8px;
}
#locationmodal .title {
	display: block;
	margin: auto;
}

/*Tooltip*/
.stooltip {
position: absolute;
z-index: 9;
background: #fff;
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 0px 4px 6px -2px;
bottom: -49px;
left: 20px;
display: none;
}
.stooltip span.trngl {
width: 13px;
height: 13px;
display: block;
background: #fff;
position: absolute;
top: -18px;
border-radius: 0 0 0 100%;
transform: rotate(-45deg);
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
}
.stooltip .tolicon {
	position: relative;
	display: inline-block;
	background: #fba229;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	width: 18px;
	text-align: center;
	margin-right: 10px;
}

.affiliate {
	background: #f77c31;
	color: #fff;
	padding: 10px 0;
	font-size: 16px;
}

.affiliateBtn:hover{
	background: #009cc4;
}

.vehinfos p {
	margin-bottom: 2px;
	font-size: 12px;
}
.vehinfos p i {
	margin-right: 5px;
	color: #f97c1e;
}
.resItem .seconderyColor{
	color: #f97c1e;
}
.vehType {
	position: absolute;
	z-index: 2;
	background: #333;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 3px;
}
.vehinfos .fas {
	margin-right: 4px;
	color: #f17910;
}
.d-inline-block.sorting, .d-inline-block.currency {
	background: #007D9D;
	padding: 7px 10px;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
	width: 200px;
  text-align: center;
}
.sorting span {
	font-size: 13px;
	color: #fff;
}
#sorts, #currencyDropdown {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	background: #007D9D;
	border-radius: 5px;
	box-shadow: 0 1px 2px 0px #333;
	z-index: 8;
	padding: 0;
	overflow: hidden;
	display: none;
}
#sorts .button {
	display: block;
	width: 100%;
	background: transparent;
	border: transparent;
	text-align: left;
	padding: 5px 9px;
	color: #fff;
	transition: .3s all;
}
#currencyDropdown{
	overflow-y: scroll;
}
#sorts .button:hover, #currencyDropdown li:hover {
	background: #7da4b0;
}
.sorting:hover #sorts {
	display: block;
}
#currencyDropdown li a{
	color: #fff;
	display: block;
}
#currencyDropdown li a:hover{
	text-decoration: none;
}
.showmile {
    position: absolute;
    z-index: 9;
    background: red;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
  }
  #raideResult{
    min-height: 170px;
  }
  .nextPage{
    background: #9c27b0;
    color: #fff;
  }

  .nextPage:hover{
    background: #8e0fa4;
    color: #fff;
  }

  .showRating{
    cursor: pointer;
  }
  .alert.providerReply {
    margin-bottom: 0;
    margin-top: 25px;
    position: relative;
  }
  .providerReply span{
    position: absolute;
    border-width: 0px 15px 15px 15px;
    border-style: solid;
    border-color: transparent transparent #c5e0fd transparent;
    background: transparent;
    top: -15px;
    left: 16px;
  }
.themeBtn{
  background: #f97c1e;
  color: #fff;
}
.themeBtn.book_ride{
	width: 150px;
	height: 56px;
	font-size: 24px;
    font-weight: 400;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 9;
}

.redirect_to_jayride{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 9;
	background: linear-gradient(0deg, rgba(24, 24, 35, 0.5), rgba(24, 24, 35, 0.5));
}
.inner_modal{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 36px;
	gap: 24px;
	width: 456px;
	height: 208px;
	background: #F8F8F9;
	border-radius: 20px;
	flex: none;
	order: 0;
	flex-grow: 0;
}

.img_col_desktop{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px;
	gap: 16px;
	width: 384px;
	height: 64px;
	background: #FFFFFF;
	border-radius: 12px;
	flex: none;
	order: 0;
	flex-grow: 0;
}

.img_col_mobile{
	display: none;
}

.copy_col{
	width: 384px;
	height: 48px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #181823;
	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}
@media only screen and (max-width: 767px) {
	.affiliate {
		text-align: center;
	}
	.locationrow .switchformto {
		transform: rotate(90deg);
		top: 18px;
	}
	.itemHighlight {
		margin-left: 0;
		margin-top: -1px;
	}
	.itemBody {
		margin-left: 0;
	}
	.resItem .imgDiv {
		position: inherit;
		height: 200px;
		text-align: center;
		width: 100%;
	}
	.itemHighlight h4 {
		font-size: 16px;
	}
	.rating {
		margin-bottom: 5px;
	}
	#raideResult {
    min-height: 230px;
	}

	.inner_modal{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 36px;
		gap: 24px;	
		width: 280px;
		height: 361.19px;
		background: #F8F8F9;
		border-radius: 20px;
		flex: none;
		order: 0;
		flex-grow: 0;
	}
	
	.img_col_desktop{
		display: none;
	}
	
	.img_col_mobile{
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 16px;
		gap: 16px;	
		width: 208px;
		height: 145.19px;
		background: #FFFFFF;
		border-radius: 12px;
		flex: none;
		order: 0;
		align-self: stretch;
		flex-grow: 0;
	}
	
	.copy_col{
		width: 208px;
		height: 120px;
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 300;
		font-size: 14px;
		line-height: 24px;
		text-align: center;
		color: #181823;
		flex: none;
		order: 1;
		align-self: stretch;
		flex-grow: 0;	
	}
	.filter .text-right{
		display: flex;
		align-items: flex-start;
	    justify-content: space-around;
	}
	.d-inline-block.sorting, .d-inline-block.currency {
		padding: 7px 5px;
		width: 175px;
		font-size: 13px;
	}
	.sorting span {
		font-size: 12px;
	}
}

@media only screen and (max-width: 400px) {
	#raideResult {
    min-height: 300px;
	}
}