@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.pricing-table-header {
  background-color: #0f3783;
  color: #fff;
  padding-top: 129px;
  padding-bottom: 110px;
}

.pricing-table-header h1 {
  color: #fff !important;
}

.pricing-table-header h5 {
  color: #fff !important;
}

.pricing-table-title {
  font-weight: bold;
  margin-bottom: 30px;
}

.pricing-plans-tab {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pricing-plans-tab .list-group-item-action {
  width: auto;
  border: solid 1px #fff;
  background-color: #fff;
  color: #082357;
  font-size: 14px;
}

.pricing-plans-tab .list-group-item-action.active {
  background-color: #0f3783;
  color: #fff;
}

.pricing-tab-content .tab-pane.active {
  -webkit-animation: slide-down 0.6s ease-in-out;
  animation: slide-down 0.6s ease-in-out;
}

.pricing-card {
  border: none;
  border-radius: 4px;
  margin-bottom: 28px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  height: 100%;
  -webkit-box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1) !important;
}

.pricing-card .card-header {
  background-color: #0089ff;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pricing-card .card-body {
  padding: 22px 35px 27px;
  background: #cce7ff;
}

.pricing-card-2 .card-body {
  background: #ffd887;
}

.pricing-card-2 .pricing-features li {
  border-bottom: 1px solid #ffb308;
}

.pricing-card-2 .card-header {
  background-color: #ff6a00;
}

.pricing-title {
  font-size: 22px;
  color: yellow;
  margin-bottom: 0;
  font-weight: 700;
  margin-top: 10px;
}

.pricing-cost {
  font-size: 35px;
  font-weight: 500;
  color: #ef0000  !important;
  margin-top: 0;
}

.pricing-cost small {
  font-size: 13px;
  margin-top: 0;
  display: block;
}

.pricing-compare-plan {
  display: block;
  font-size: 14px;
}

.pricing-features {
  list-style: none;
  padding-left: 0;
  color: #303132;
  font-size: 14px;
  line-height: 2.86;
  margin-bottom: 16px;
}

.pricing-features li {
  border-bottom: 1px solid #e3e3e3;
  font-size: 16px;
  min-height: 47px;
}

.pricing-features li:last-child {
  border-bottom: none;
}

.pricing-purchase-btn {
  color: #fff;
  background-color: #ff8900;
  border-color: #ff8900;
  font-size: 16px;
  font-weight: bold;
  padding: 13px 20px;
  border-radius: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  border-radius: 25px;
  width: 100%;
}

.pricing-purchase-btn:hover {
  border: 1px solid #22c091;
  background-color: #fff;
  color: #22c091;
}

.text-warning {
  color: #ff8900 !important;
}

.pricing-icon {
  max-height: 50px;
}

.plan-bg {
  background-position: center !important;
  background-size: cover !important;
  position: relative;
}

.plan-bg .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00082e;
  opacity: .4;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: auto;
}

.plan-bg .container {
  position: relative;
  z-index: 999;
}

.m-tb-1 {
  margin: 1em 0;
}

.bg-baby-blue {
  background: #D4F1F4;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

.two_blocks.for_enquiries .box-style {
  min-height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 20px;
}

.two_blocks.for_enquiries .text-primary {
  color: #0051b5 !important;
}

table .btn-primary {
  color: #fff;
  background-color: #0069d9 !important;
  border-color: #0062cc !important;
}

.small_banner {
  background-position: center !important;
  background-size: cover !important;
  position: relative;
}

.small_banner .container {
  position: relative;
}

.small_banner .overlay {
  z-index: 0;
  display: block !important;
  background-color: rgba(0, 0, 0, 0.7);
}

.tick_icon {
  height: 20px;
}

.pricing_table th {
  text-align: center;
}

.pricing_table th img {
  height: 50px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.pricing_table td {
  padding: 1em .5em;
  line-height: 1.4;
  font-size: 14px;
  vertical-align: middle;
  border-bottom: 1px solid #ffcfa8;
  background-color: #fff;
}

.pricing_table .bg-lighter {
  background-color: #fff0ba;
  color: #ff7200;
}

.ultmt_sltn {
  background: url(../images/pricing/pricing3.jpg);
  padding: 2em 0 3em 0;
  color: #fff;
  background-color: #00a6e8 !important;
}

.taxi_img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
/*# sourceMappingURL=pricing.css.map */