body{
	font: 400 14px/1.4 Roboto, Tahoma, Arial, Verdana, sans-serif;
  padding-top: 44px;
}
.navbar-brand{
	max-width: calc(100% - 72px);
}
a:hover {
	color: #f7792c;
	text-decoration: underline;
}
#pageLayout {
    min-height: 52vh;
}

.btn-primary{
	background: #007d9d;
}
.btn-primary:hover{
	background: #009cc4;
}

.container{
	max-width: 950px;
}

header {
	border-bottom: 2px solid #dddddd;
}
.profilesec {
  padding: 50px 0;
}
.navbar{
	padding: 3px 0;
}

.theme-color{
	color: #007d9d;
}
.theme-altcolor{
	color: #f57f36;
}
.paytitle {
	border: 1px solid;
	border-color: #428bca;
	display: block;
	border-radius: 5px;
	font-size: 22px;
	padding-right: 20px;
	background: #f2f2f2;
	margin: 15px 0;
	color: #007d9d;
	overflow: hidden;
}
.paytitle i {
	width: 43px;
	height: 43px;
	background: #d9e8f4;
	color: #007d9d;
	text-align: center;
	line-height: 2;
	margin-right: 5px;
}
#currencyDropdown {
	display: none;
	text-align: left;
	position: absolute;
	width: 200px;
	right: 0;
	background: #fff;
	z-index: 5;
	border-radius: 4px;
	height: 60vh;
	overflow: auto;
}
#currencyDropdown li {
	padding: 3px 7px;
	cursor: pointer;
	font-size: 11px;
}
#currencyDropdown li span {
	font-size: 14px;
	padding-right: 5px;
}
.themeBtn{
	background: #f97c1e;
	color: #fff;
}
.themeBtn:hover, .themeBtn:focus {
	color: #fff;
	background: #f77c31;
	border-color: #f77c31;
}
.form-control:focus {
	box-shadow: none;
	border-color: #007d9d;
}
.form-group {
	position: relative;
	margin-top: 10px;
}
.form-group label {
	position: absolute;
	top: -10px;
	left: 10px;
	background: #fff;
	padding: 0 4px;
	z-index: 2;
	border-radius: 5px;
}
.form-control {
	border-radius: 5px;
	border: 2px solid #ccc;
	padding: 10px 10px 5px 10px;
	transition: .3s all;
}

footer {
	background: #007d9d;
	color: #fff;
}
footer a{
	color: #fff;
}

.footSignUp-input{
	padding: 5px;
	border: 1px;
}

.footSignUp {
	background: #f77c31;
	border-color: #f77c31;
	border-radius: 0 4px 4px 0;
}

.footSignUp:hover {
	border-color: #f77c31;
	background: #f48c4c;
}

.form-control.timepicker, .form-control.timepicker:focus {
	background: transparent !important;
  color: transparent !important;
  letter-spacing: 0;
  cursor: pointer;
}

.provSignUp .form-control.timepicker {
	font-size: 13px;
	height: 35px;
	padding-left: 24px;
	padding-top: 4px;
}

.form-control.error {
	border-color: #e13561;
	box-shadow: 0 0 2px 0px #f00;
}

.formerror {
	line-height: 1.2;
	margin-top: 5px;
	font-size: 11px;
}

/*Time picker Modal*/
.timedemo {
	position: absolute;
	bottom: 8px;
	left: 29px;
	font-size: 13px;
	z-index: -1;
	color: #4d545b;
}
.timedemo span {
  padding-left: 5px;
}

.timemodal {
  position: absolute;
  background: rgba(0,0,0, .4);
  z-index: 8;
  display: none;
}
.timemodal .modcontent {
  position: absolute;
  width: 200px;
  padding-top: 4px;
  top: 0;
  background: #fff;
  z-index: 10;
  text-align: center;
  left: 0;
  box-shadow: 0 0 3px 0px #007d9d;
  border-radius: 5px;
  overflow: hidden;
  font-family: arial;
}
.timemodal .midValue {
  font-size: 30px;
  margin: -10px 0;
}
.timemodal td {
  line-height: 0;
}
.timemodal .midValue input {
  font-size: 25px;
  width: 40px;
  border: none;
  text-align: center;
  color: #007d9d;
  padding-left: 0;
  padding-right: 0;
}
.timemodal .midDot{
	font-size: 20px;
	color: #3f4040;
}
.timemodal .arrow {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  font-size: 26px;
  margin: 0px 2px;
  cursor: pointer;
  padding: 0 5px;
  color: #f97c1e;
  transition: .2s all;
}
.timemodal .arrow:nth-child(2) {
  margin-left: 25px;
}
.timemodal .arrow:hover{
  transform: scale(1.1);
}
.timemodal .modfooter {
  padding: 10px;
  margin-top: 5px;
  background: #ccc;
}
.timemodal .btnSet, .btnClose {
  padding: 7px;
  width: 70px;
  border-radius: 5px;
  background: #007d9d;
  border: 0;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: .3s all;
  margin: 0 10px;
}
.timemodal .btnSet:hover{
  background: #f97c1e;
}
.timemodal .btnClose{
  background: #bbb;
  color: #007d9d;
}
.timemodal .btnClose:hover{
  background: #f9b582;
}
.altbg {
	background: #fff3eb;
	padding: 50px 0;
}

.banner {
	background: #007d9d;
	text-align: center;
	color: #fff;
}

.banner h2 {
	margin: 0;
	padding: 27px 15px;
	font-size: 37px;
	font-weight: 400;
}
.banner p {
	background: #444;
	margin: 0;
	padding: 10px;
}

.mainBody{
	padding: 50px 0;
}


.phonecode{
  position: relative;
}
.phonecode .fa-flag{
	color: #007d9d;
}
.payment {
  padding: 50px 0;
}
.has-error .form-control{
	border-color: red;
}
.pcodeselect {
	position: absolute;
	left: 7px;
	top: 10px;
	cursor: pointer;
	width: 96px;
	z-index: 1;
}
.pcode {
  position: absolute;
  left: 55px;
  top: 6px;
  font-size: 16px;
  width: 45px;
  border: 0;
  text-align: right;
  z-index: 0;
  padding: 5px 0;
  background: transparent !important;
}
.form-control.pnumber {
  padding-left: 106px;
  background: transparent;
}
.cuntrySelDiv {
	position: absolute;
	width: 100%;
	height: 200px;
	overflow-x: hidden;
	box-shadow: 0px 1px 3px 0px;
	overflow-y: scroll;
	display: none;
	z-index: 9;
	background: #fff;
	top: 38px;
}
.cuntrySelDiv li {
  padding: 2px 5px;
  cursor: pointer;
}
.cuntrySelDiv li:hover {
  background: #ddd;
}

.hicon {
	border: 2px solid #007d9d;
	text-align: center;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	font-size: 30px;
	line-height: 2.3;
	margin-bottom: 15px;
	color: #f77c31;
}
.fa-spinner {
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}
@keyframes spin {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}


#locationmodal .clearable-input {
  background: #f1f1f1;
  padding: 10px;
}
.modal .form-group{
  border: 0;
}
#modalinp {
  width: calc(100% - 20px);
  background: #dddddd;
  border: 0;
  border-radius: 5px;
  padding: 8px;
}

.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 .icon {
  display: inline-block;
  background: #fba229;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  width: 18px;
  text-align: center;
  margin-right: 10px;
  }
  #passngrdv select.user {
    width: 100%;
    padding: 6px 6px 6px 30px;
    background: url(https://www.airportshuttles.com/assets/user.svg) no-repeat center left;
    border: 0;
  }
  .seFrom .form-control.location {
    background: url(https://www.airportshuttles.com/assets/location.svg) #fff center left no-repeat !important;
  }


/*Time Picker*/
.timepx {
  position: relative;
}
.timepx input {
  padding: 5px;
  z-index: 1;
  position: relative;
  background: transparent !important;
  cursor: pointer;
  color: transparent !important;

}
.timepx .timeview {
  position: absolute;
  bottom: 2px;
  background: #fff;
  font-size: 13px;
  color: #495057;
  background: #fff;
  padding: 5px;
  left: 20px;
  z-index: 2;
  cursor: pointer;
}
.timepx .timeview .h24 {
  padding-left: 5px;
}
.timepx .demo{
	color: #495057;
}
.tbox * {
  text-align: center;
  margin: 0;
  background: #fff;
  transition: .3s all;
  color: #555;
}
.tbox::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 8px;
  top: -7px;
  transform: rotate(45deg);
  border: 1px;
  border-style: solid;
  border-color: #333 transparent transparent #333;
  background: #fff;
}
.tbox {
	width: max-content;
  margin-top: 8px;
  background: #fff;
  padding: 15px 15px 25px 15px;
  border: 1px solid #333;
  position: absolute;
  border-radius: 5px;
  z-index: 5;
  box-shadow: 0 1px 3px -1px;
}
.tbox .tl {
  margin-bottom: 20px;
}
.tbox .cl {
  font-size: 25px;
}
.tbox .cls {
  position: absolute;
  right: 6px;
  top: 2px;
  cursor: pointer;
  color: #f32;
}
.tbox select {
  font-size: 18px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 50px;
  height: 40px;
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0;
  text-overflow: ''}
.tbox select:active, .tbox select:focus {
  outline: 0;
}
.tbox select:hover {
  color: #333;
}
.tbox .ts {
  display: inline-block;
  position: relative;
  margin: 15px 0;
}
.tbox .ampm {
  font-size: 17px;
  margin-left: 2px;
}
.tbox .dn, .tbox .up {
  position: absolute;
  content: "";
  z-index: 5;
  left: calc(50% - 10px);
  font-size: 30px;
  cursor: pointer;
  width: 20px;
  text-align: center;
  line-height: 1;
  color: #888;
  transform: rotate(90deg);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tbox .up {
  top: -30px;
}
.tbox .dn {
  bottom: -30px;
}
.tbox .dn:hover, .tbox .up:hover {
  color: #555;
}
.phone-banner{
  background-color: #007D9D;
  padding: 7.5px 0;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: white;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.phone-banner .phone-banner-container{
  max-width: 950px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.phone-banner a{
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
  margin-left: 7px;  
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.phone-banner img{
  margin-right: 5px;
  max-width: 14px;
}

.phone-banner .call-now{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}