/* fonts */
@font-face {
  font-family: Inter-Regular;
  src: url(../fonts/inter/Inter-Regular.ttf);
}

@font-face {
  font-family: Inter-ExtraBold;
  src: url(../fonts/inter/Inter-ExtraBold.ttf);
}

/* common */
body {
  background: url('https://assets.website-files.com/5e8785b1f99d7c2b576740dd/5e8ec3dbe300e428f865b33f_hero-bg.jpg')
    no-repeat top center fixed;
}
html,
body {
  position: relative;
}

* {
  margin: 0;
  padding: 0;
}

.estimate-loading {
  width: 100%;
  text-align: center;
  display: none;
}

.hidden {
  display: none !important;
}

.deprecation-notice {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding: 0.5rem 0.5rem;
  column-gap: 2rem;
  height: 70vh;
}

.deprecation-warning {
  max-height: 100vh;
  height: 100vh;
  margin-top: 3rem;
}

.deprecation-warning > h1 {
  font-size: 31px;
  color: #4a494f;
  width: 80%;
}
.deprecation-warning > .deprecation-date {
  margin-top: 0.7rem;
  font-weight: 400;
  font-size: 30px;
  color: #00c795;
}
.deprecation-warning > .deprecation-alternatives {
  margin-top: 3rem;
}
.wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0.5rem 4rem;
  column-gap: 2rem;
}

.container {
  z-index: 1000;
  background: #fff;
  padding-bottom: 20px;
  max-width: 600px;
  margin-top: 50px;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 50px;
  border-radius: 5px;
}

.container .recaptcha {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.container .step {
  display: none;
}

.container.loading .loading,
.container.landing .landing,
.container.form .form,
.container.request .request,
.container.map .map,
.container.rating .rating {
  display: block;
}

.container .loading {
  text-align: center;
  opacity: 0.25;
}

.wrapper .logo {
  width: 100%;
  background: url('../logo.png') no-repeat center center;
  height: 60px;
  background-size: contain;
  margin: 30px 0 5px 0;
}

.wrapper > header > h1{
    font-size: 24px;
    font-weight: 700;
}
.container .logo {
  width: 100%;
  background: url('../logo.png') no-repeat center center;
  height: 70px;
  background-size: contain;
  margin: 30px 0 30px 0;
}

.container .chop {
  background: url('../images/promo-v2/chop.png') no-repeat center center;
  width: 100%;
  height: 14px;
  margin: 6px auto;
}

.container .heading {
  font-family: 'Inter-ExtraBold';
  text-align: center;
  display: block;
  font-size: 40px;
}

.container .sub {
  font-family: 'Inter-Regular';
  text-align: center;
  font-size: 14px;
  max-width: 520px;
  margin: 30px auto;
}

.container .sub-2 {
  /*margin: ;*/
}

.container .mid {
  height: 100px;
  max-width: 408px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.container .mid .plus {
  background: url('../images/promo-v2/plus.png') no-repeat center center;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50px;
}

.container .mid-2 {
  height: 25px;
}

.container .mid-2 .secondary {
  color: #000;
}

.container .mid .block {
  /*background: red;*/
  width: 50%;
}

.container .mid .block .modify-top {
  margin-top: 10px;
}

.container .amount {
  font-family: 'Inter-ExtraBold';
  font-size: 40px;
  text-align: center;
  margin-top: 20px;
}

.container .fare-details {
  /*background: red;*/
  font-size: 25px;
  color: #999;
}

.container .fare-details .distance,
.container .fare-details .time {
  display: inline-block;
}

.container .amount .meta {
  font-family: 'Inter-Regular';
  font-size: 30px;
  vertical-align: super;
}

.container .primary {
  height: 64px;
  /*width: 280px;*/
  width: 100%;
  font-family: 'Inter-ExtraBold';
  font-size: 20px;
  /*font-weight: bold;*/
  background: #00c795;
  border-radius: 5px;
  color: #fff;
  border: 0;
  display: block;
  margin: 10px auto;
}

.container .primary:hover {
  opacity: 0.7;
}

.container .secondary {
  color: #999;
  font-size: 12px;
  font-family: 'Inter-Regular';
  display: block;
  text-align: center;
}

/* form */
#errors {
  border: 2px solid #ff0000;
  color: #ff0000;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
  padding: 3px 5px;
  max-width: 440px;
  margin: 15px auto;
  display: none;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  font-size: 15px;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
  font-size: 15px;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999;
  font-size: 15px;
}

form {
  max-width: 100%;
  margin: 20px auto;
}

.form-heading {
  font-family: Inter-Regular;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ccc;
}

.form-group {
  margin: 0 0 10px 0;
  position: relative;
}

.form-control {
  height: 48px;
  background: #f4f4f5;
  border-radius: 5px;
  border: 0;
  font-size: 15px;
}

.loader {
  position: absolute;
  top: 0px;
  right: 0;
  display: none;
}

.entry {
  cursor: pointer;
  padding: 5px 0;
}

#results {
  margin-top: 5px;
}

.entry:hover {
  background: #f1f1f1;
}

.note-count {
  text-align: right;
  display: block;
  color: #999;
}

.cc input {
  padding-left: 60px;
}
.country_code {
  color: grey;
  position: absolute;
  top: 13px;
  left: 13px;
  font-size: 15px;
}

/* success */
.request .success {
  margin-top: 45px;
  margin-bottom: 45px;
  background: url('../images/promo-v2/success.png') no-repeat center center;
  width: 100%;
  height: 80px;
}

.request .processing {
  font-family: 'Inter-ExtraBold';
  font-size: 25px;
  text-align: center;
  max-width: 500px;
  margin: 20px auto;
}

.request .processing-2 {
  font-family: 'Inter-ExtraBold';
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  max-width: 500px;
  margin: 40px auto;
}

.request .processing.modify {
  margin-top: 45px;
}

.request #r-name {
  font-family: 'Inter-ExtraBold';
  font-size: 22px;
}

.request .subtext {
  font-family: Inter-Regular;
  text-align: center;
  font-size: 22px;
  max-width: 500px;
  margin: 20px auto;
}

@media only screen and (max-width: 600px) {
  .container {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .rose-top {
    display: none;
  }

  .rose-bottom {
    display: none;
  }

  .deprecation-warning {
    max-height: unset;
    height: unset;
    padding: 2rem;
    background: #D9D9D9;
    margin-bottom: 2rem;
    border-radius: 10px;
  }

  .deprecation-warning > h1 {
    font-size: 18px;
    color: #4a494f;
    width: 100%;
   
  }

  .deprecation-warning > .deprecation-date {
    margin-top: 0.7rem;
    font-weight: 400;
    font-size: 25px;
    color: #00c795;
  }

  .deprecation-warning > .deprecation-alternatives {
    margin-top: 1rem;
  }
  .wrapper {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 0.5rem 0.5rem;
  }

  .deprecation-notice h1 {
    font-size: 28px;
    color: #4a494f;
    width: 80%;
    padding: 0.4rem;
  }
}
