html, body {
  height: 100%;
}
.pac-container{
    z-index:100000 !important;
}

  #pac-input {
        background-color: #fff;
        padding: 0 11px 0 13px;
        width: 400px;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
        text-overflow: ellipsis;
    }
    #pac-input:focus {
        border-color: #4d90fe;
        margin-left: -1px;
        padding-left: 14px;  /* Regular padding-left + 1. */
        width: 401px;
    }

body {
  font-family: 'lato', sans-serif;
  font-size: 1.125rem;
  color: #454f63;
}

h3 {
  font-size: 24px;
}

.text-medium {
  font-weight: 500;
}

.btn {
  min-width: 138px;
  font-weight: 700;
  font-size: 16px;
  padding: 9px 12px 10px;
  border-radius: 5px;
}
.btn:focus {
  box-shadow: none;
}

.btn-lg {
  font-size: 20px;
  font-weight: 400;
}

.btn-standard {
  min-width: 372px;
}

.btn-info {
  background: #3bc5db;
  border: none;
  box-shadow: 0 3px 1px #418b96;
}

.btn-danger {
  background: #ff5c5c;
  border: none;
  box-shadow: 0 3px 1px #dc0000;
}

.toggle-btn {
  cursor: pointer;
}
.toggle-btn em {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 20px;
  background: #fff;
  border-radius: 13px;
  transition: background 0.3s;
}
.toggle-btn em:after {
  content: '';
  background: #3acce1;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  transition: all 0.3s;
}
.toggle-btn:focus {
  outline: none;
}
.toggle-btn.active em {
  background: #3acce1;
}
.toggle-btn.active em:after {
  background: #fff;
  left: 28px;
}
.toggle-btn input {
  display: none;
}
.toggle-btn input:checked + em {
  background: #3acce1;
}
.toggle-btn input:checked + em:after {
  background: #fff;
  left: 28px;
}

//our toggle baby seat css start

.toggler-btn {
  cursor: pointer;
}
.toggler-btn em {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 20px;
  background: #fff;
  border-radius: 13px;
  transition: background 0.3s;
}

.toggler-btn em:after {
  content: '';
  background: #3acce1;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 2px;
  left: 26px;
  z-index: 1;
  transition: all 0.3s;
}
.toggler-btn{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
//our toggle baby seat css end



.custom-counter {
  background: #eff0f3;
  border-radius: 5px;
  border: 2px solid #3acce1;
  transition: background 0.3s;
}
.custom-counter.active, .custom-counter:hover {
  background: #3acce1;
}
.custom-counter.active img, .custom-counter:hover img {
  display: none;
}
.custom-counter.active .icon-white, .custom-counter:hover .icon-white {
  display: inline-block;
}
.custom-counter.active input, .custom-counter:hover input {
  color: #fff;
}
.custom-counter.active .btn:before, .custom-counter:hover .btn:before {
  background: #fff;
}
.custom-counter input {
  background: none;
  width: 111px;
  font-size: 25px;
  cursor: default;
}
.custom-counter input:focus {
  outline: none;
}
.custom-counter .btn {
  position: relative;
  min-width: 68px;
  padding: 7px 0 11px;
}
.custom-counter .btn:before {
  content: '';
  background: #707070;
  width: 1px;
  height: 34px;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 0;
  z-index: 1;
}
.custom-counter .btn:first-child:before {
  left: auto;
  right: 0;
}
.custom-counter .btn:hover img {
  opacity: 1;
}
.custom-counter img {
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.custom-counter .icon-white {
  display: none;
}

.form-group {
  margin-bottom: 30px;
}

.form-control {
  font-size: 13px;
  padding: 10px 30px;
  color: #454f63;
  border-radius: 12px;
}
.form-control::-webkit-input-placeholder {
  color: #b4bac9;
}
.form-control:-ms-input-placeholder {
  color: #b4bac9;
}
.form-control::placeholder {
  color: #b4bac9;
}
.form-control:focus {
  box-shadow: none;
}
.form-control.has-shadow {
  box-shadow: 0 4px 16px rgba(69, 91, 99, 0.08);
}
.form-control.has-shadow:focus {
  box-shadow: 0 4px 16px rgba(69, 91, 99, 0.08);
}

.form-control-lg {
  height: 65px;
  font-size: 16px;
}

.select-box {
  position: relative;
}
.select-box select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 65px;
}
.select-box:after {
  content: '';
  background: url(../images/arrow-down.svg) no-repeat;
  width: 20px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 24px;
  z-index: 1;
  margin-top: -7px;
}

.accordion .card {
  overflow: visible;
  margin-bottom: 10px;
  border: none;
}
.accordion .card-body {
  font-size: 16px;
}
.accordion [data-toggle="collapse"] {
  background: url(../images/chevron-right.svg) no-repeat 96% center;
  background-size: 8px auto;
  font-size: 13px;
  color: #454f63;
  letter-spacing: 2px;
  box-shadow: 0 4px 16px rgba(69, 91, 99, 0.08);
  border-radius: 12px;
  padding: 15px 18px;
}
.accordion [data-toggle="collapse"]:hover {
  text-decoration: none;
}

.custom-hide {
  display: none;
}

.custom-show {
  display: block !important;
}

.text-danger {
  color: #f77 !important;
}

.text-bold {
  font-weight: 700;
}

.content-box {
  box-shadow: 0 4px 16px rgba(69, 91, 99, 0.08);
  border-radius: 12px;
}

.custom-hr {
  border-top-color: #f4f4f6;
}

.link-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.link-overlay img {
  width: 12px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  margin-top: -10px;
}

.rating-input-wrapper {
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(69, 91, 99, 0.08);
  padding: 20px;
}

.rating-input {
  background: url(../images/star-yellow.svg) no-repeat right center;
  padding-right: 80px;
}
.rating-input a {
  display: inline-block;
  width: 42px;
  height: 42px;
  border: 1px solid #454f63;
  border-radius: 100px;
  text-align: center;
  color: #454f63;
  line-height: 40px;
}
.rating-input a:hover {
  text-decoration: none;
}
.rating-input a.selected, .rating-input a:hover {
  background: #454f63;
  color: #fff;
}

/*_________ Header Start _________*/
.navbar {
  padding: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
}
.navbar .nav-item {
  margin-left: 50px;
}
.navbar .nav-item:first-child {
  margin-left: 0;
}
.navbar .nav-item.active a {
  color: #3acce1 !important;
  font-weight: 600;
}
.navbar .dropdown .nav-link:before {
  display: inline-block;
  content: url(../images/globe.svg);
  width: 16px;
  height: 16px;
  margin-right: 6px;
  opacity: 0.6;
}
.navbar .dropdown .nav-link:hover:before {
  opacity: 1;
}
.navbar .signin .nav-link:before {
  display: inline-block;
  content: url(../images/user.svg);
  width: 16px;
  height: 16px;
  margin-right: 16px;
  opacity: 0.6;
}
.navbar .show .nav-link:before {
  opacity: 0.9;
}
.navbar .nav-link {
  font-size: 16px;
  font-weight: 500;
}

.navbar-brand {
  width: 94px;
}
.navbar-brand img {
  width: 100%;
}

.dropdown-menu {
  min-width: auto;
}

/*_________ Main Start _________*/
#main {
  padding-top: 60px;
}

.content-sm {
  max-width: 644px;
  margin: 0 auto;
}
.content-sm .title {
  margin-bottom: 35px;
}

.content-xs {
  max-width: 472px;
  margin: 0 auto;
}
.content-xs .title {
  letter-spacing: 2px;
  margin-bottom: 35px;
}
.content-xs .text-mute {
  font-size: 13px;
  opacity: 0.56;
  margin-bottom: 68px;
}

.custom-tabs {
  margin: 0 auto;
  border-top: 1px solid #f4f4f6;
}
.custom-tabs > .nav li:before {
  content: '';
  background: #f4f4f6;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.custom-tabs > .nav .active {
  color: #3acce1;
}
.custom-tabs .nav {
  box-shadow: 0 12px 16px rgba(69, 91, 99, 0.08);
}
.custom-tabs .nav li {
  position: relative;
  text-align: center;
  font-size: 16px;
}
.custom-tabs .nav a {
  display: block;
  color: #959dad;
  padding: 16px;
}
.custom-tabs .nav a:hover {
  text-decoration: none;
}

.sign-in-form {
  padding-top: 66px;
}
.sign-in-form .btn-block {
  margin-bottom: 20px;
}

.form-p {
  padding-left: 30px;
  padding-right: 30px;
}

.forgot-password-link {
  font-size: 14px;
  color: #78849e;
  opacity: 0.57;
  transition: opacity 0.3s;
}
.forgot-password-link:hover {
  color: #78849e;
  text-decoration: none;
  opacity: 1;
}

.link-back {
  background: url(../images/chevron-left.svg) no-repeat left center;
  background-size: 17px auto;
  color: #454f63;
  font-size: 20px;
  padding-left: 37px;
  opacity: 0.8;
  padding-bottom: 3px;
  transition: opacity 0.3s;
}
.link-back:hover {
  color: #454f63;
  text-decoration: none;
  opacity: 1;
}

.icon-check {
  width: 22px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  margin-top: -8px;
  opacity: 0;
  transition: opacity 0.3s;
}

input.validated {
  padding-right: 62px;
}
input.validated + .icon-check {
  opacity: 1;
}

.bordered-tabs {
  border-top: 1px solid #f4f4f6;
}
.bordered-tabs .nav {
  margin-bottom: 50px;
}
.bordered-tabs .nav a {
  border-bottom: 5px solid transparent;
  transition: border 0.3s;
}
.bordered-tabs .nav .active {
  color: #454f63;
  border-bottom-color: #3acce1;
}

.theme-radio .form-check-label {
  font-size: 16px;
  padding-left: 35px;
  cursor: pointer;
}
.theme-radio .form-check-label:before {
  content: '';
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #d1d5de;
  padding: 2px;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1;
}
.theme-radio .form-check-label:after {
  content: '';
  width: 22px;
  height: 22px;
  background: #3acce1;
  border-radius: 100px;
  position: absolute;
  top: 3px;
  left: 2px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s;
}
.theme-radio input {
  display: none;
}
.theme-radio input:checked + .form-check-label:after {
  opacity: 1;
}

/* Forgot Password Start
_________________________*/
.forgot-password .nav a {
  cursor: default;
}
.forgot-password p {
  font-size: 20px;
  color: #959dad;
  margin-bottom: 50px;
}

/* Payment Method Start
_________________________*/
.payment-method .form-group {
  margin-bottom: 67px;
}

/* Book Ride Start
_________________________*/
.reservation-title {
  margin-bottom: 30px;
}

.location-fields {
  border-bottom: 1px solid #f4f4f6;
  margin-bottom: 0;
  padding-left: 30px;
}
.location-fields .title {
  font-size: 20px;
}
.location-fields .pickup,
.location-fields .destination {
  position: relative;
}
.location-fields .pickup:before,
.location-fields .destination:before {
  content: '';
  background: url(../images/dotted-border.png) repeat-y;
  width: 5px;
  position: absolute;
  top: 9px;
  left: -27px;
  height: 81%;
  z-index: 1;
}
.location-fields .pickup:after,
.location-fields .destination:after {
  content: '';
  background: #68cade;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  position: absolute;
  top: 9px;
  left: -30px;
  z-index: 1;
}
.location-fields .destination:before {
  top: auto;
  bottom: 100%;
}
.location-fields .destination:after {
  background: #ff5c5c;
}

.pickup,
.destination {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 22px auto;
  margin-bottom: 42px;
  padding-right: 35px;
}

.location-field.form-control {
  height: 34px;
  font-size: 16px;
  padding: 0;
}
.location-field.form-control:focus {
  box-shadow: none;
}

.pickup.has-icon {
  background-image: url(../images/pin.svg);
}

.destination {
  margin-bottom: 26px;
}
.destination.has-icon {
  background-image: url(../images/flag.svg);
}

.address {
  color: #b4bac9;
}

.data-list {
  background: #fff;
  width: 100%;
  box-shadow: 0 12px 16px rgba(69, 91, 99, 0.08);
  margin-top: 20px;
  border: none;
  padding: 0 48px;
}
.data-list li {
  font-size: 16px;
  border-top: 1px solid #f4f4f6;
  padding: 17px 0;
}
.data-list li:first-child {
  border-top: none;
}

/*___ Google Auto Complete ___*/
.pac-container {
  background: #fff;
  width: 100%;
  box-shadow: 0 12px 16px rgba(69, 91, 99, 0.08);
  margin-top: 20px;
  border: none;
  padding: 0 48px;
}

.pac-item {
  font-size: 16px;
  border-top: 1px solid #f4f4f6;
  padding: 17px 0;
}
.pac-item:first-child {
  border-top: none;
}

.schedule-pickup {
  position: relative;
  margin-bottom: 30px;
}
.schedule-pickup .form-control {
  font-size: 20px;
  padding: 0;
}
.schedule-pickup .form-control:focus {
  box-shadow: none;
}
.schedule-pickup .form-control::-webkit-input-placeholder {
  color: #a7aebb;
}
.schedule-pickup .form-control:-ms-input-placeholder {
  color: #a7aebb;
}
.schedule-pickup .form-control::placeholder {
  color: #a7aebb;
}
.schedule-pickup .icon-link {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  margin-top: -19px;
}
.schedule-pickup .icon-link img {
  width: 40px;
  height: 38px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: auto;
  padding: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before, .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-bottom-color: #2a2e43;
}
.bootstrap-datetimepicker-widget .btn-primary {
  background: #2a2e43;
  border: none;
}
.bootstrap-datetimepicker-widget .datepicker table {
  background: #2a2e43;
  border-collapse: separate;
  border-spacing: 20px;
}
.bootstrap-datetimepicker-widget .datepicker tbody {
  color: #fff;
}
.bootstrap-datetimepicker-widget .datepicker tbody td {
  width: 42px;
  height: 42px;
  border-radius: 100px;
}
.bootstrap-datetimepicker-widget .day.active, .bootstrap-datetimepicker-widget .day:hover {
  background: #3acce1 !important;
  color: #fff !important;
}
.bootstrap-datetimepicker-widget thead {
  border-bottom: 1px solid #3acce1;
}
.bootstrap-datetimepicker-widget thead tr {
  background: #2a2e43;
  color: #bfbfbf;
}
.bootstrap-datetimepicker-widget thead tr:first-child {
  background: #3acce1;
  color: #fff;
}
.bootstrap-datetimepicker-widget thead th {
  border-radius: 0;
}
.bootstrap-datetimepicker-widget .picker-switch {
  background: #3acce1;
}
.bootstrap-datetimepicker-widget .picker-switch:hover {
  background: #138496;
}
.bootstrap-datetimepicker-widget .picker-switch td i {
  color: #fff;
}
.bootstrap-datetimepicker-widget table td span.active, .bootstrap-datetimepicker-widget table td span:hover {
  background: #3acce1;
  color: #fff;
}
.bootstrap-datetimepicker-widget table td i:hover {
  background: transparent;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #138496;
  color: #fff;
}

.duration .title {
  margin-bottom: 10px;
}

.slider-labels {
  max-width: 698px;
  background: rgba(149, 157, 173, 0.15);
  margin: 0 auto 30px;
  border-radius: 12px;
  padding: 16px;
  display: inline-block;
}
.slider-labels a,
.slider-labels .slick-slide {
  width: 140px !important;
  font-size: 20px;
  color: #454f63;
  padding: 14px 26px 15px;
  border-radius: 10px;
}
.slider-labels a:hover,
.slider-labels .slick-slide:hover {
  text-decoration: none;
}
.slider-labels a:focus,
.slider-labels .slick-slide:focus {
  outline: none;
}
.slider-labels a.active, .slider-labels a.slick-current,
.slider-labels .slick-slide.active,
.slider-labels .slick-slide.slick-current {
  background: #fff;
  box-shadow: 5px 3px 8px rgba(69, 91, 99, 0.08);
}
.slider-labels .sub-item {
  font-size: 0;
  width: 11px !important;
  height: 11px;
  border: 1px solid #707070;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.ride-slider-wrap {
  padding-bottom: 62px;
}
.ride-slider-wrap .btn {
  font-size: 24px;
  font-weight: 400;
}

.ride-slider {
  margin-bottom: 40px;
  padding: 0 50px;
}
.ride-slider .custom-counter {
  visibility: hidden;
}
.ride-slider .slick-slide {
  margin: 0 48px;
  margin: 0 0.39%;
  padding: 18px 0;
}
.ride-slider .slick-slide:focus {
  outline: none;
}
.ride-slider .slick-slide.slick-current .custom-counter {
  visibility: visible;
}
.ride-slider .slide-inner {
  box-shadow: 0 6px 12px rgba(191, 191, 191, 0.8);
  border-radius: 12px;
  padding: 0 38px 36px;
}
.ride-slider .slick-arrow {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
  border: none;
  font-size: 0;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  z-index: 1;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.ride-slider .slick-arrow:hover {
  opacity: 1;
}
.ride-slider .slick-arrow.slick-disabled {
  opacity: 1;
}
.ride-slider .slick-arrow:focus {
  outline: none;
}
.ride-slider .slick-prev {
  background-image: url(../images/arrow-left.svg);
  left: 0;
}
.ride-slider .slick-prev.slick-disabled {
  background-image: url(../images/arrow-left-gray.svg);
}
.ride-slider .slick-next {
  background-image: url(../images/arrow-right.svg);
  right: 0;
}
.ride-slider .slick-next.slick-disabled {
  background-image: url(../images/arrow-right-gray.svg);
}
.ride-slider .amount {
  min-width: 116px;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 14px 14px;
  padding: 20px;
}
.ride-slider .vehicle {
  max-width: 100%;
  margin: 0 auto 10px;
}
.ride-slider .scrollable {
  margin: 0 -38px 48px;
  padding: 0 21px 0 38px;
  max-height: 166px;
  overflow-y: scroll;
}
.ride-slider .capacities {
  margin-bottom: 32px;
}
.ride-slider .capacities .capacity {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 26px 26px;
  display: inline-block;
  font-size: 21px;
  margin: 0 30px;
}
.ride-slider .capacities .seating {
  background-image: url(../images/person.svg);
  padding-left: 37px;
}
.ride-slider .capacities .luggage {
  background-image: url(../images/luggage.svg);
  padding-left: 37px;
}
.ride-slider .title {
  position: relative;
  font-size: 21px;
  padding-bottom: 12px;
  margin-bottom: 22px;
}
.ride-slider .title:before {
  content: '';
  background: #f4f4f6;
  border-radius: 1px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.choices {
  display: none;
  background: #edeff2;
  border-radius: 16px;
  padding: 14px;
}
.choices.active {
  display: block;
}
.choices li {
  position: relative;
  margin-top: 18px;
  font-size: 13px;
}
.choices li:first-child {
  margin-top: 0;
}
.choices li span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 18px 0 10px;
}
.choices li .icon {
  display: inline-block;
  width: 17px;
  height: 17px;
}
.choices .info img {
  display: inline-block;
  width: 13px;
  height: 13px;
}
.choices .toggle-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.key-points {
  position: relative;
  margin-bottom: 20px;
  padding-right: 30px;
}
.key-points .info {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  margin-top: -10px;
}
.key-points .info img {
  width: 20px;
  height: 20px;
}
.key-points ul {
  padding-top: 10px;
}
.key-points ul li {
  background: url(../images/check.svg) no-repeat;
  background-size: 24px auto;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-left: 38px;
}

/* Order Start
_________________________*/
.additional-info .title {
  font-size: 40px;
}

.field-flight {
  padding-left: 70px;
}


.has-label {
  position: relative;
}
.has-label label {
  background: url(../images/instruction.svg) no-repeat left center;
  padding-left: 50px;
  position: absolute;
  top: 25px;
  left: 20px;
  z-index: 1;
}
.has-label .text-mute {
  color: #959dad;
}
.has-label textarea {
  padding-top: 70px;
}

.order-details .content-box {
  margin-bottom: 18px;
  padding: 12px 22px;
}
.order-details .listings .title {
  font-size: 16px;
}
.order-details .listings .custom-hr {
  max-width: 96%;
}
.order-details .subtitle {
  font-size: 12px;
  color: #959dad;
}
.order-details .label {
  display: block;
  font-size: 14px;
  color: #959dad;
}
.order-details .val {
  font-size: 16px;
}
.order-details .col-mid:before, .order-details .col-mid:after {
  content: '';
  background: #f4f4f6;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.order-details .col-mid:before {
  left: 0;
}
.order-details .col-mid:after {
  right: 0;
}
.order-details .dates {
  position: relative;
  font-size: 12px;
  padding-top: 13px;
  margin-bottom: 32px;
}
.order-details .dates .date {
  font-size: 16px;
}
.order-details .dates .arrow {
  width: 52px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -26px;
  z-index: 1;
}
.order-details .card-number {
  background: url(../images/card.svg) no-repeat left center;
  background-size: 16px auto;
  font-size: 14px;
  margin-left: 10px;
  padding-left: 32px;
}

.total-price .label {
  display: block;
  font-size: 14px;
  color: #959dad;
}

.success-msg {
  padding: 85px 0;
}
.success-msg .content-xs {
  max-width: 390px;
}
.success-msg img {
  margin-bottom: 50px;
}
.success-msg .title {
  color: #68cade;
}
.success-msg p {
  font-size: 16px;
  color: #959dad;
}
.success-msg .btn {
  min-width: 304px;
}

.reservation-tabs .nav li {
  min-width: 260px;
}
.reservation-tabs .tab-content-title {
  margin-bottom: 38px;
}
.reservation-tabs .link-cancel {
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  text-decoration: underline;
}
.reservation-tabs .link-cancel:hover {
  text-decoration: none;
}
.reservation-tabs .content-box {
  margin-bottom: 28px;
  padding: 20px 52px;
}
.reservation-tabs .has-separator:before {
  content: '';
  margin-left: -1px;
  border-left: 2px solid #f4f4f6;
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  z-index: 1;
}
.reservation-tabs .smart-box {
  padding: 22px 36px 12px 98px;
}
.reservation-tabs .smart-box p {
  color: #959dad;
}
.reservation-tabs .searching-driver {
  background: url(../images/search.svg) no-repeat 36px center;
  background-size: 28px auto;
}
.reservation-tabs .driver-info {
  background: url(../images/accelerator.png) no-repeat 30px center;
  background-size: 40px auto;
}
.reservation-tabs .track-driver {
  background: url(../images/target.svg) no-repeat 32px center;
  background-size: 32px auto;
}
.reservation-tabs .rate-driver {
  background: url(../images/star.svg) no-repeat 32px center;
  background-size: 32px auto;
}
.reservation-tabs .timings {
  margin-bottom: 20px;
}
.reservation-tabs .timings .label {
  display: block;
  color: #959dad;
}
.reservation-tabs .timings .val {
  font-size: 20px;
}

.vehicle-info {
  padding: 20px 52px;
}
.vehicle-info .subtitle {
  color: #959dad;
}
.vehicle-info .vehicle {
  width: 213px;
}
.vehicle-info .label {
  display: block;
  color: #959dad;
}
.vehicle-info .val {
  font-size: 24px;
}

.accordion-title {
  margin-bottom: 38px;
}

/* Payment Start
_________________________*/
.payment-content .main-title {
  margin-bottom: 50px;
}

.payment-form {
  margin-bottom: 15px;
  padding: 16px 24px 0;
}
.payment-form .form-group {
  border-bottom: 1px solid #f4f4f6;
  padding: 5px 0;
}
.payment-form .col-form-label {
  font-size: 13px;
}

/* Map Section Start
_________________________*/
#map-wrapper {
  background: url(../images/bg-map.jpg);
  height: calc(100% - 67px);
  padding-top: 32px;
}
#map-wrapper .btn-back {
  min-width: 117px;
  background: #fff;
  color: #959dad;
  font-weight: 400;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 16px 12px 17px;
}
#map-wrapper .btn-back:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#map-wrapper .info-box {
  min-width: 163px;
  display: inline-block;
  background: #4d576a;
  color: #efefef;
  font-size: 16px;
  margin-right: 14px;
  border-radius: 12px;
  padding: 12px 15px;
  text-align: center;
  vertical-align: middle;
}
#map-wrapper .info-box .val {
  font-size: 29px;
  color: #fff;
  line-height: 1;
}

.chat-wrapper {
  max-width: 1666px;
  width: 100%;
  position: fixed;
  top: 100%;
  margin-top: -117px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 15px;
  transition: all 0.3s;
  z-index: 1;
}
.chat-wrapper.active {
  top: 330px;
  bottom: 0;
}

.toggle-chat {
  background: #fff;
  position: absolute;
  padding: 15px 56px;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.toggle-chat.active .arrow {
  transform: rotate(180deg);
}
.toggle-chat .arrow {
  width: 12px;
  height: 7px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  left: 22px;
  z-index: 1;
}

.chat {
  background: #fff;
  position: relative;
  border-top: 8px solid #3bc5db;
  border-radius: 12px 12px 0 0;
  padding: 109px 56px 110px;
}
.chat p {
  color: #969ca7;
}
.chat .time {
  font-size: 20px;
  position: absolute;
  top: 36px;
  right: 30px;
  z-index: 1;
}
.chat .message {
  padding: 10px 0;
}
.chat .message span {
  max-width: 300px;
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 20px 30px;
}
.chat .message span:before {
  content: '';
  border-style: solid;
  border-width: 15px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.chat .message .attachment {
  display: block;
  margin-bottom: 20px;
}
.chat .message .attachment figcaption {
  font-size: 13px;
  color: #78849e;
  opacity: 0.56;
  margin-bottom: 8px;
}
.chat .message-user span {
  background: #3acce1;
  border-radius: 0 12px 12px 12px;
}
.chat .message-user span:before {
  border-color: #3acce1 #3acce1 transparent transparent;
  left: -15px;
}
.chat .message-driver span {
  background: #78849e;
  border-radius: 12px 0 12px 12px;
}
.chat .message-driver span:before {
  border-color: #78849e transparent transparent #78849e;
  right: -15px;
}
.chat .timestamp {
  display: block;
  font-size: 13px;
  color: #78849e;
}
.chat .timestamp.today {
  opacity: 0.56;
}

.chat-box {
  background: #f4f4f6;
  padding: 60px 15px;
  overflow: auto;
}

.conversations {
  max-width: 974px;
  margin: 0 auto;
}

.chat-form {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 15px 56px 0;
}
.chat-form .form-group {
  padding-right: 170px;
}
.chat-form .form-control-lg {
  height: 56px;
}
.chat-form .btn-submit {
  position: absolute;
  top: 0;
  right: 0;
}

.alarm-clock {
  display: inline-block;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 6px #d6d6d6;
  padding: 17px;
}

.contact-us-form .title {
  margin-bottom: 30px;
}

/* Models Start
_________________________*/
.modal-content {
  border-radius: 14px;
}
.modal-content .avatar {
  width: 114px;
  height: 114px;
}

.modal-header,
.modal-body,
.modal-footer {
  padding-left: 32px;
  padding-right: 32px;
}

.modal-header {
  border-bottom: none;
}
.modal-header .close:focus {
  outline: none;
}

.modal-footer {
  border-top: none;
  padding-bottom: 60px;
}

#modal-board p {
  font-size: 14px;
  color: #959dad;
}

.custom-modal .label {
  display: block;
}
.custom-modal .label-weight {
  font-size: 16px;
}
.custom-modal .label-age {
  color: #959dad;
  font-size: 17px;
}
.custom-modal .label-passengers {
  font-size: 22px;
  padding-top: 5px;
}
.custom-modal .mb {
  margin-bottom: 34px;
}
.custom-modal .custom-counter input {
  width: 70px;
}
.custom-modal .custom-counter .btn {
  min-width: 60px;
}

#modal-seat .modal-title {
  background: url(../images/baby-seat.svg) no-repeat left center;
  background-size: 22px auto;
  padding-left: 40px;
}

.board-field-wrap {
  border: 1px solid #454f63;
  border-radius: 6px;
  padding: 0 30px 10px;
}
.board-field-wrap .form-control {
  font-size: 21px;
  margin-bottom: 5px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #454f63;
}

@media (min-width: 576px) {
  .custom-modal .modal-dialog {
    max-width: 592px;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px 0;
  }
}
@media (min-width: 1200px) {
  .navbar {
    max-width: 1920px;
    margin: 0 auto;
  }

  [class*="container-"] {
    max-width: 1666px;
  }
}
