html {
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  /* position: relative; */
  background-color: #f2f2f2;
}

nav {
  height: 56px;
  background-color: #f07474;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

ul {
  display: flex;
  justify-content: space-between;
}
nav > ul {
  margin-top: 0;
  padding: 14px 16px;
}

li {
  display: flex;
  align-items: center;
}

a {
  text-decoration: none;
}

#main {
  padding-top: 54px;
}

.main {
  text-align: center;
}

a.nolink {
  color: inherit;
}

.bars {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  cursor: pointer;
  opacity: 1;
}

.PageTitle {
  padding-left: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.brand-title {
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}

/* start hero */
.hero {
  height: 472px;
  width: 100%;
  background-image: url("/static/heros/hero-1280.png");
  background-size: cover;
  background-position: center bottom;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.hero-last-mile-delivery {
  height: 500px;
  width: 100%;
  background-image: url("/static/heros/last-mile-delivery-hero-1280.png");
  background-size: cover;
  background-position: center bottom;
  position: relative;
}

.hero-text {
  height: auto;
  width: auto;
  padding-top: 60px;
  color: #2d2d2d;
  text-align: center;
  font-style: normal;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
}

.hero-text-last-mile-delivery {
  height: auto;
  width: auto;
  padding-top: 90px;
  padding-left: 76px;
  color: #2d2d2d;
  font-style: normal;
}

.hero-text-main {
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  font-family: "Merriweather";
}

.hero-text-main-last-mile-delivery {
  font-size: 60px;
  line-height: 80px;
  font-weight: 900;
  font-family: "Merriweather";
  width: 709px;
}

.hero-text-sub {
  font-size: 18px;
  margin-top: 13px;
  line-height: 40px;
  font-weight: normal;
  font-family: "Montserrat";
}

.hero-text-sub-last-mile-delivery {
  font-size: 18px;
  line-height: 40px;
  font-weight: normal;
  font-family: "Montserrat";
  margin-top: 2px;
  display: flex;
  align-items: center;
  width: 657px;
}

.hero-request-demo {
  width: 226px;
  height: 60px;
  color: #2d2d2d;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  font-style: normal;
  background: #ffffff;
  display: inline-block;
  line-height: 56px;
  box-sizing: border-box;
  font-family: "Montserrat";
  text-align: center;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  border: 2px solid #2d2d2d;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hero-price-your-route-button {
  width: 226px;
  height: 60px;
  color: #f9f9f9;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  font-style: normal;
  background: #3498db;
  display: inline-block;
  box-sizing: border-box;
  font-family: "Montserrat";
  text-align: center;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  border: 2px solid #2d85c0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hero-contact-us-button {
  width: 226px;
  height: 60px;
  color: #3498db;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  font-style: normal;
  background: #f9f9f9;
  display: inline-block;
  box-sizing: border-box;
  font-family: "Montserrat";
  text-align: center;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  border: 2px solid #3498db;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.get-in-touch-action {
  background: #d6dee7;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* End hero */

/* --------------------------------------------------------------------- */

/* ---------------------------------Done------------------------------------ */

/* Timeline Parts*/
.goto-next-wrapper {
  height: 240px;
  background-color: #ffffff;
}

.goto-next-wrapper-last-mile-delivery {
  background-color: #ffffff;
  padding-bottom: 101px;
}

.goto-next,
.goto-next-last-mile-delivery {
  padding-top: 120px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
}

.goto-next-text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  color: #2d2d2d;
}

.goto-next-text-last-mile-delivery {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #2d2d2d;
}

/* End of Timeline Parts */

/* ---------------------------------Done------------------------------------ */

/* keyfeature section start */
.key-features {
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #fff;
}

.key-features-last-mile-delivery {
  background-color: #fff;
  position: relative;
  box-shadow: inset 0px 4px 16px rgba(0, 0, 0, 0.05);
}

.how-it-work-last-mile-delivery {
  background-color: #fff;
  position: relative;
  box-shadow: inset 0px 4px 16px rgba(0, 0, 0, 0.05);
  padding-bottom: 84px;
}

.key-features-title-last-mile-delivery {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 150%;
  color: #2d2d2d;
  margin: 0px 164px 0px 76px;
  padding-top: 120px;
}

.seemless-integration-section {
  padding: 70px 83px 0px 76px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.no-fixed-costs-section {
  padding: 70px 89px 0px 73px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.delivery-experience-section {
  padding: 98px 83px 156px 76px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.key-features-subtitle-last-mile-delivery {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.227911px;
  text-transform: uppercase;
  color: #2d2d2d;
}

.key-features-text-last-mile-delivery {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 170%;
  color: #2d2d2d;
  width: 500px;
}

.price-a-route-loading {
  font-style: normal;
  font-weight: 300;
  font-size: 80px;
  line-height: 32px;
  text-align: center;
  color: #3498db;
}

.price-a-route-loading-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}

.price-a-route-check-circle {
  font-style: normal;
  font-weight: 300;
  font-size: 80px;
  line-height: 32px;
  text-align: center;
  color: #219653;
}

.price-a-route-estimate-price {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
  color: #2d2d2d;
}

.price-a-route-estimate-price-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}

.price-a-route-question-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.227911px;
  text-transform: uppercase;
  color: #2d2d2d;
}

.price-a-route-contact-us-button {
  width: 220px;
  height: 60px;
  color: #2d2d2d;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  font-style: normal;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-family: "Montserrat";
  text-align: center;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  border: 2px solid #2d2d2d;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.price-a-route-error-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #ef7171;
}

.fe-boxes,
.fe-boxes-last-mile-delivery {
  display: flex;
  flex-wrap: wrap;
  background-color: inherit;
  align-content: center;
  justify-content: center;
}

.box,
.box-last-mile-delivery {
  width: 360px;
  height: 258px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 24px;
}

.blue-how-it-works {
  background: #3498db !important;
  color: #f9f9f9 !important;
}

.blue-box {
  background: #3498db !important;
  height: auto !important;
  padding-bottom: 178px;
  padding-top: 101px;
}

.blue-box .fe-icon,
.blue-box .fe-title,
.blue-box .fe-description,
.blue-how-it-works .goto-next-text {
  color: #f9f9f9 !important;
}

.fe-icon {
  font-size: 32px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #242424;
}

.fe-title {
  padding-top: 38px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #242424;
  text-transform: uppercase;
}

.fe-title-last-mile-delivery {
  padding-top: 38px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.2px;
  color: #242424;
  text-transform: uppercase;
}

.fe-description {
  padding-top: 14px;
  width: 350px !important;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.8);
}

.fe-description-last-mile-delivery {
  padding-top: 14px;
  width: 350px !important;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #2d2d2d;
}

/* keyfeature section end */

/* ---------------------------------Done------------------------------------ */

/* deliver-perfection start */

.deliver-perfection {
  height: 514px;
  background: #3498db;
  box-shadow: inset 0px 4px 16px rgba(0, 0, 0, 0.05);
  color: #f9f9f9;
  padding: 160px 86px 136px 76px;
}

.deliver-perfection-info {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: flex-start;
}

.deliver-perfection-text-main {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 150%;
}

.deliver-perfection-sub {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}

.deliver-perfection-text-description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 170%;
  width: 560px;
}

.deliver-perfection-text-description:nth-child(2),
.deliver-perfection-text-description:nth-child(3) {
  margin-top: 30px;
}

.deliver-perfection-image {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}

.image-map {
  background-image: url("/static/images/map-1280.png");
  background-size: cover;
  background-position: center;
  width: 420px;
  height: 328px;
}

/* deliver-perfection end */

/* ---------------------------------Done------------------------------------ */

/* Track information start  */

.track-info-wrapper {
  background: #121f2e;
  box-shadow: inset 0px 4px 16px rgba(0, 0, 0, 0.05);
  padding: 161px 164px 217px 76px;
}

.track-info {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: flex-start;
}

.track-intro-header {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  color: #f9f9f9;
  line-height: 150%;
}

.track-desc-wrapper,
.track-desc-wrapper-last-mile-delivery {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-top: 60px;
  width: 100%;
}

.track-desc {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #f9f9f9;
  max-width: 560px;
  line-height: 190%;
}

.track-image {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}

.image-chart {
  background-image: url("/static/images/chart-1280.png");
  background-size: cover;
  background-position: center;
  width: 420px;
  height: 263px;
}

.image-shopify-plus-portobel {
  background-image: url("/static/images/shopify-plus-portobel.png");
  background-size: cover;
  background-position: center;
  width: 504px;
  height: 200px;
}

.image-price-a-route {
  background-image: url("/static/images/price-a-route.png");
  background-size: cover;
  background-position: center;
  width: 503px;
  height: 198px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(0, 0, 0, 0.24);
}

.image-no-fixed-costs {
  background-image: url("/static/images/no-fixed-costs.png");
  background-size: cover;
  background-position: center;
  width: 503px;
  height: 198px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(0, 0, 0, 0.24);
}

.image-delivery-experience {
  background-image: url("/static/images/delivery-experience.png");
  background-size: cover;
  background-position: center;
  width: 503px;
  height: 196px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(0, 0, 0, 0.24);
}

/* Track information end  */

/* Device information start  */
.device-info-wrapper {
  box-shadow: inset 0px 4px 16px rgba(0, 0, 0, 0.05);
  background: linear-gradient(180deg, #121f2e 0%, rgba(14, 29, 48, 0.74) 100%);
}

.device-info {
  height: 622px;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: flex-start;
  margin: auto 10% auto 10%;
}

.device-intro-header {
  margin-top: 160px;
  font-family: "Merriweather", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  color: #f9f9f9;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
}

.device-desc-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 60px;
}

.device-desc {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  color: #f9f9f9;
  margin-right: 34px;
  max-width: 542px;
}

.device-model {
  min-width: 420px;
  height: 244px;
  border-radius: 12px;
  box-sizing: border-box;
  border: 4px solid #000000;
  box-shadow: 7px 8px 4px rgba(0, 0, 0, 0.2);
  background: radial-gradient(
    122px at 50% 50%,
    #2d2d2d 0%,
    rgba(45, 45, 45, 0.96) 100%
  );
}

.device-elements-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 53px;
  margin-right: 37px;
}

.device-elements-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
  height: 26px;
}

.device-elements-left div {
  width: 38px;
  height: 6px;
  background: #000000;
  border-radius: 0px 9px 9px 0px;
}

.device-elements-right i {
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #3498db;
}

.device-elements-right i.left {
  margin-right: 24px;
}

/* Device information end  */

/* -------------------------------Done-------------------------------------- */

/* Start Contact Us Form */
.contactUsHome {
  height: 637px;
  background-color: #fbfbfb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.priceARoute {
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-shadow: inset 0px 4px 16px rgba(0, 0, 0, 0.05);
  padding: 104px 117px 105px 75px;
}

.ct-title {
  font-family: "Merriweather", serif;
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #2d2d2d;
}

.price-a-route-form-title {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 60px;
  color: #2d2d2d;
}

.price-a-route-form-subtitle {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 0.227911px;
  text-transform: uppercase;
  color: #2d2d2d;
}

.delivery-type-option {
  height: 197px;
  width: 345px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #828282;
  background: #ffffff;
  border: 4px solid #f9f9f9;
  box-sizing: border-box;
}

.delivery-type-option:hover {
  cursor: pointer;
  color: #3498db;
}

.delivery-type-option > i {
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
}

.delivery-type-active-option {
  height: 197px;
  width: 345px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #f9f9f9;
  background: #3498db;
  border: 4px solid #f9f9f9;
  box-sizing: border-box;
}

.delivery-type-active-option:hover {
  cursor: pointer;
}

.delivery-type-active-option > i {
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #f9f9f9;
}

.delivery-type-option-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.227911px;
  text-transform: uppercase;
}

.delivery-type-option-description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
}

.price-your-route-subtitle,
.your-results-total {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #2d2d2d;
}

.your-results-value-section {
  height: 281px;
  width: 50%;
  display: flex;
  flex-direction: column;
  border-right: 2px solid #bdbdbd;
}

.your-results-features-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 62px;
}

.your-results-value {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  font-size: 140px;
  line-height: 180%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #4f4f4f;
}

.your-results-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #828282;
}

.your-results-features-section > i {
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #4f4f4f;
}

.your-results-features-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #2d2d2d;
}

.local-delivery-expert-section {
  margin-top: 120px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.local-delivery-expert-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #2d2d2d;
}

.number-of-stops-selector {
  height: 80px;
  width: 140px;
  font-stretch: normal;
  letter-spacing: normal;
  border: solid 2px #4f4f4f;
  background-color: #ffffff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #2d2d2d;
  padding-left: 20px;
}

.route-density-selector {
  height: 80px;
  width: 560px;
  font-stretch: normal;
  letter-spacing: normal;
  border: solid 2px #4f4f4f;
  background-color: #ffffff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #2d2d2d;
  padding-left: 19px;
  margin-left: 48px;
}

.add-stops-icon {
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #3498db;
}

.add-stops-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3498db;
  margin-left: 10px;
}

.route-density-selector-text,
.number-of-stops-selector-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2d2d2d;
}

.route-density-selector-description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #828282;
}

.ct-description {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}

.price-a-route-form-description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #4f4f4f;
  width: 1040px;
}

.ct-form {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.price-a-route-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.ct-form > input {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #8e94a9;
}

.price-a-route-form > input {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #828282;
}

.ct-row-1,
.price-a-route-form-email {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 20px;
}

.ct-row-1 > input {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #2b2b2b;
  width: 360px;
  height: 60px;
  border: solid 2px #2d2d2d;
  background-color: #ffffff;
}

.price-a-route-form-email > input {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #4f4f4f;
  width: 335px;
  height: 60px;
  border: solid 2px #2d2d2d;
  background-color: #ffffff;
  padding-left: 16px;
  padding-right: 5px;
  outline: none;
}

.price-a-route-form-email > input::placeholder {
  color: #828282;
}

.price-a-route-form-email-error > input {
  border: 2px solid #ef7171;
}

::placeholder {
  color: #2b2b2b;
  opacity: 1;
}

.ct-row-1 > select {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #2b2b2b;
  margin-left: 20px;
  width: 360px;
  border: solid 2px #2d2d2d;
  background-color: #ffffff;
}

.ct-reason select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.price-a-route-form-address {
  margin-bottom: 20px;
}

.price-a-route-form-address > textarea {
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  font-style: normal;
  color: #4f4f4f;
  width: 740px;
  height: 147px;
  border: solid 2px #4f4f4f;
  background-color: #ffffff;
  padding: 27px 16px;
  outline: none;
}

.price-a-route-form-address > textarea::placeholder {
  color: #828282;
}

.price-a-route-form-address-error > textarea {
  border: 2px solid #ef7171;
}

.ct-message {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #2b2b2b;
  width: 740px;
  height: 111px;
  border: solid 2px #2d2d2d;
  background-color: #ffffff;
}

.price-a-route-form-button > button {
  width: 220px;
  height: 60px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #2d2d2d;
  background: #ffffff;
  border: 2px solid #2d2d2d;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  outline: none;
}

.price-a-route-form-button > button:hover {
  cursor: pointer;
}

.ct-submit {
  margin-top: 20px;
  margin-bottom: 25px;
  width: 180px;
  height: 60px;
  border: solid 2px #2d2d2d;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 13.8px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.16;
  letter-spacing: 1.3px;
  color: #212121;
}

.ct-submit:hover {
  background-color: #ef7171;
  color: #fff;
  border: solid 2px #ef7171;
}

.ct-error {
  display: none;
}

.ct-error > span {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #ea558a;
}

.ct-error > i {
  padding-right: 5px;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ea558a;
}

/* End of Contact Form */

/* ----------------------------------Done----------------------------------- */

/* Footer parts */
.footer {
  height: 365px;
  background-color: #ef7171;
}

.PORTOBELIO {
  width: 209px;
  height: 37px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 12.5%;
}

.ft-section {
  padding-top: 129px;
  padding-left: 76px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 70px;
}

.ft-menu > a {
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  margin-right: 74.5px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #ffffff;
}

.ft-social {
  height: 72px;
  display: flex;
  align-items: center;
  padding-left: 76px;
  justify-content: space-between;
}

.Copyright {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #ffffff;
}

.ft-social-menu > a {
  margin-right: 20px;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.08;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
}

.ft-social-menu:last-child {
  margin-right: 76px;
}

/* End Of Footer Parts */

/* Common page */
.basic-pg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
}

.basic-cover {
  width: 1128px;
  height: 594px;
}

.basic-title {
  width: 100%;
  font-family: "Merriweather", sans-serif;
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2d2d2d;
  padding-bottom: 13px;
}

.basic-subtitle {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #2d2d2d;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
}

/* Terms Page */

.terms {
  background-color: #fbfbfb;
}

.terms-pg {
  padding-left: 240px;
  display: flex;
  width: 729px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 30px;
}

.terms-title {
  width: 900px;
  font-family: "Merriweather", sans-serif;
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2d2d2d;
  padding-bottom: 46px;
}

.term-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 60px;
}

.terms-section-title {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #242424;
}

.terms-section-details {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #000000;
}

.shopify-store-wrapper {
  background: #ffffff;
  box-shadow: inset 0px 4px 16px rgba(0, 0, 0, 0.05);
  padding: 98px 87px 124px 76px;
}

.shopify-store-info {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: flex-start;
}

.shopify-store-new-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 190%;
  color: #4f4f4f;
}

.shopify-intro-header {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 150%;
  color: #2d2d2d;
}

.shopify-desc-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}

.shopify-contact-us-button {
  width: 327px;
  height: 60px;
  color: #2d2d2d;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  font-style: normal;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-family: "Montserrat";
  text-align: center;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  border: 2px solid #4f4f4f;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.shopify-desc {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 190%;
  color: #4f4f4f;
}

.banner-section {
  height: auto;
  background: #fff59b;
  padding: 10px 76px;
  display: flex;
  align-items: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 40px;
  color: #2d2d2d;
}

.banner-section-link {
  text-decoration: underline;
  color: #2d2d2d;
  cursor: pointer;
}

.banner-section-link:hover {
  color: blue;
}

.city-wise-webpage-loading {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
}

/* End of terms page */

@media only screen and (max-width: 1279px) {
  #main {
    padding-top: 0;
  }
  .deliver-perfection {
    padding-bottom: 200px;
  }
}

@media only screen and (min-width: 1280px) {
  .key-features {
    background: #fff;
  }

  nav {
    width: 100%;
    position: absolute;
    z-index: 99;
    right: 0;
  }

  .deliver-perfection {
    padding-bottom: 200px;
  }
}

/* from 1227 to 900px */
@media only screen and (max-width: 1227px) {
  .key-features {
    justify-content: center;
    align-items: center;
  }

  .fe-boxes {
    align-items: center;
  }

  .PORTOBELIO {
    font-size: 25px;
    margin-right: 23.3px;
  }

  .ft-menu > a {
    margin-right: 25.7px;
  }

  /* terms page */
  .terms-pg {
    width: 90%;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .term-section {
    width: inherit;
  }

  .terms-title {
    width: 90%;
  }

  .basic-cover {
    width: 100%;
    height: 100%;
  }

  .goto-next {
    display: none;
  }

  .track-info-wrapper {
    padding: 161px 76px 217px 76px;
  }

  .track-desc {
    padding-right: 42px;
  }
}

@media only screen and (max-width: 1199px) {
  .priceARoute {
    padding: 104px 76px 117px 75px;
  }

  .price-a-route-form-title {
    font-weight: bold;
  }

  .price-a-route-form-description {
    width: 729px;
  }

  .delivery-type-active-option {
    width: 269px;
  }

  .delivery-type-option {
    width: 269px;
  }

  .your-results-features-section {
    padding-left: 0px;
    margin-top: 99px;
  }

  .your-results-value-section {
    height: 308px;
    border: none;
  }

  .local-delivery-expert-section {
    margin-top: 70px;
  }

  .shopify-store-wrapper {
    padding: 98px 75px 118px 76px;
  }

  .shopify-desc-wrapper {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1090px) {
  .key-features {
    padding-top: 108px;
    margin-top: 20px;
  }

  .key-features.blue-box {
    margin-top: 0px !important;
  }

  .goto-next-wrapper {
    display: none;
  }

  .device-info {
    height: 724px;
    margin: auto 7% auto 7%;
  }

  .image-map {
    background-image: url("/static/images/map-960.png");
    height: 270px;
    width: 345px;
  }

  .hero-last-mile-delivery {
    height: 500px;
    background-image: url("/static/heros/last-mile-delivery-hero-960.png");
  }

  .key-features-title-last-mile-delivery {
    font-size: 40px;
    margin: 0px 75px 0px 76px;
  }

  .seemless-integration-section {
    padding: 108px 75px 0px 76px;
    flex-direction: column;
  }

  .key-features-text-last-mile-delivery {
    width: 100%;
  }

  .no-fixed-costs-section {
    padding: 98px 75px 0px 76px;
    flex-direction: column;
  }

  .delivery-experience-section {
    padding: 103px 75px 55px 76px;
    flex-direction: column;
  }

  .image-price-a-route,
  .image-no-fixed-costs,
  .image-delivery-experience {
    margin: 60px auto 0px auto;
  }

  .goto-next-last-mile-delivery {
    padding-top: 110px;
  }

  .how-it-work-last-mile-delivery {
    padding-bottom: 64px;
    text-align: center;
  }

  .box-last-mile-delivery {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 210px;
    padding-bottom: 86px;
  }

  .track-desc-wrapper-last-mile-delivery {
    align-items: center;
  }
}

@media only screen and (max-width: 1079px) {
  .key-features {
    height: 880px;
  }

  .deliver-perfection-description {
    padding-right: 42px;
  }

  .deliver-perfection-text-description {
    width: 452px;
  }
}

@media only screen and (max-width: 960px) {
  .hero {
    height: 472px;
    background-image: url("/static/heros/hero-960.png");
  }

  .hero-last-mile-delivery {
    height: 500px;
    background-image: url("/static/heros/last-mile-delivery-hero-960.png");
  }

  .key-features-title-last-mile-delivery {
    font-size: 40px;
    margin: 0px 75px 0px 76px;
  }

  .seemless-integration-section {
    padding: 108px 75px 0px 76px;
    flex-direction: column;
  }

  .key-features-text-last-mile-delivery {
    width: 100%;
  }

  .no-fixed-costs-section {
    padding: 98px 75px 0px 76px;
    flex-direction: column;
  }

  .delivery-experience-section {
    padding: 103px 75px 55px 76px;
    flex-direction: column;
  }

  .image-price-a-route,
  .image-no-fixed-costs,
  .image-delivery-experience {
    margin: 60px auto 0px auto;
  }

  .goto-next-last-mile-delivery {
    padding-top: 110px;
  }

  .how-it-work-last-mile-delivery {
    padding-bottom: 64px;
    text-align: center;
  }

  .box-last-mile-delivery {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 210px;
    padding-bottom: 86px;
  }

  .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 24px;
    margin-bottom: 40px;
  }

  .fe-description {
    padding-top: 14px;
    width: 264px !important;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.8);
  }

  .deliver-perfection {
    height: auto;
    padding-bottom: 136px;
  }

  .deliver-perfection-text-description {
    width: 354px;
  }

  .track-info-wrapper {
    padding: 176px 91px 130px 76px;
  }

  .track-desc-wrapper {
    margin-top: 27px;
  }

  .track-desc-wrapper-last-mile-delivery {
    align-items: center;
  }

  .track-desc {
    max-width: 345px;
    margin-top: 38px;
    padding-right: 0;
  }

  .image-chart {
    background-image: url("/static/images/chart-960.png");
    width: 345px;
    height: 216px;
  }

  .deliver-perfection-description {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 864px) {
  .hero {
    height: 704px;
  }

  .hero-text {
    padding-top: 70px;
  }

  .hero-text-main {
    font-size: 38px;
  }

  .hero-text-sub {
    line-height: 26px;
  }

  .key-features {
    height: auto;
    padding: 50px 21px;
  }

  .device-desc-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 90px;
    margin-top: 40px;
  }

  .device-intro-header {
    font-size: 38px;
    margin-top: 60px;
  }

  .device-info {
    height: auto;
  }

  .device-model {
    margin-top: 70px;
  }

  .device-desc {
    margin-right: 0px;
  }

  .goto-next-text {
    color: #fff !important;
  }

  .fe-boxes {
    margin: 0;
    padding: 0;
    align-content: center;
  }

  .blue-box .fe-boxes .box {
    padding-bottom: 40px;
  }

  .box {
    margin-right: auto;
    margin-left: auto;
    height: 258px;
    width: 280px;
  }

  .ct-title {
    height: 60px;
  }

  .ct-description {
    width: 594px;
    height: 24px;
  }

  .ct-row-1 > input {
    width: 266px;
  }

  .ct-row-1 > select {
    width: 266px;
  }

  .ct-message {
    width: 552px;
    margin-bottom: 26px;
  }

  .footer {
    height: 313px;
  }

  .ft-section {
    flex-wrap: wrap;
    padding-left: 0;
    padding-top: 81px;
    padding-bottom: 60px;
  }

  .PORTOBELIO {
    width: 138.3px;
    padding-left: 35.8px;
    height: 22px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 18px;
  }

  .ft-social {
    padding-left: 35.5px;
  }

  /* Terms Page */
  .terms-pg {
    padding-top: 38px;
  }

  .deliver-perfection {
    padding: 80px 48px;
  }

  .deliver-perfection-sub {
    flex-direction: column;
  }

  .deliver-perfection-text-description {
    width: 100%;
  }

  .image-map {
    width: 496px;
    height: 132px;
    background-image: url("/static/images/map-600.png");
    margin-top: 70px;
  }

  .deliver-perfection-text-main {
    font-size: 38px;
    line-height: 60px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  }

  .track-info-wrapper {
    padding: 81px 48px 110px 48px;
  }

  .track-intro-header {
    font-size: 38px;
    line-height: 60px;
  }

  .track-desc-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 34px;
  }

  .track-desc {
    max-width: 100%;
    line-height: 36px;
    margin-top: 0px;
  }

  .image-chart {
    background-image: url("/static/images/chart-600.png");
    width: 345px;
    height: 216px;
    margin-top: 86px;
  }

  .hero-text-sub-last-mile-delivery {
    font-size: 15px;
    width: 460px;
    margin-top: 0px;
    line-height: 20px;
  }

  .hero-last-mile-delivery {
    height: 405px;
    background-image: url("/static/heros/last-mile-delivery-hero-600.png");
  }

  .hero-text-main-last-mile-delivery {
    font-size: 40px;
    line-height: 150%;
    width: 460px;
  }

  .key-features-title-last-mile-delivery {
    font-size: 26px;
    margin: 0px 48px;
  }

  .seemless-integration-section {
    padding: 60px 53px 0px 53px;
  }

  .image-price-a-route {
    margin: 36px auto 0px auto;
  }

  .no-fixed-costs-section {
    padding: 90px 53px 0px 53px;
  }

  .image-no-fixed-costs {
    margin: 30px auto 0px auto;
  }

  .delivery-experience-section {
    padding: 90px 53px 108px 53px;
  }

  .image-delivery-experience {
    margin: 30px auto 0px auto;
  }

  .track-desc-wrapper-last-mile-delivery {
    flex-direction: column;
  }

  .goto-next-wrapper-last-mile-delivery {
    padding-bottom: 88px;
  }

  .box-last-mile-delivery {
    margin-right: 0;
    padding: 0px 48px 40px 48px;
    width: 100%;
    height: 185px;
  }

  .fe-description-last-mile-delivery {
    width: 100% !important;
  }

  .how-it-work-last-mile-delivery {
    padding-bottom: 96px;
  }
}

@media only screen and (max-width: 600px) {
  #contactus {
    display: none;
  }

  .box:hover {
    box-shadow: none;
  }

  .PORTOBELIO {
    padding-left: 39.8px;
  }

  .ft-social {
    flex-direction: column-reverse;
    justify-content: flex-start;
    padding-left: 0;
  }

  .ft-social-menu:last-child {
    margin-right: 20px;
  }

  .abt-title {
    font-size: 32px;
  }

  /* Terms Page */
  .terms-title {
    font-size: 32px;
  }

  .basic-title {
    font-size: 32px;
  }

  .hero-text-sub {
    padding: 0 10px;
  }

  .hero-text-sub-last-mile-delivery {
    font-size: 15px;
    width: 460px;
    margin-top: 0px;
  }

  .hero {
    height: 472px;
    background-image: url("/static/heros/hero-600.png");
  }

  .hero-last-mile-delivery {
    height: 405px;
    background-image: url("/static/heros/last-mile-delivery-hero-600.png");
  }

  .hero-text-main-last-mile-delivery {
    font-size: 40px;
    line-height: 150%;
    width: 460px;
  }

  .box {
    width: 252px;
  }

  .key-features-title-last-mile-delivery {
    font-size: 26px;
    margin: 0px 48px;
  }

  .seemless-integration-section {
    padding: 60px 53px 0px 53px;
  }

  .image-price-a-route {
    margin: 36px auto 0px auto;
  }

  .no-fixed-costs-section {
    padding: 90px 53px 0px 53px;
  }

  .image-no-fixed-costs {
    margin: 30px auto 0px auto;
  }

  .delivery-experience-section {
    padding: 90px 53px 108px 53px;
  }

  .image-delivery-experience {
    margin: 30px auto 0px auto;
  }

  .track-desc-wrapper-last-mile-delivery {
    flex-direction: column;
  }

  .goto-next-wrapper-last-mile-delivery {
    padding-bottom: 88px;
  }

  .box-last-mile-delivery {
    margin-right: 0;
    padding: 0px 48px 40px 48px;
    width: 100%;
    height: 185px;
  }

  .fe-description-last-mile-delivery {
    width: 100% !important;
  }

  .how-it-work-last-mile-delivery {
    padding-bottom: 96px;
  }
}

@media only screen and (max-width: 500px) {
  .hero-text {
    padding-top: 40px;
  }

  .hero-text-last-mile-delivery {
    padding-top: 70px;
    padding-left: 24px;
  }

  .get-in-touch-action .hero-request-demo {
    margin: 22px auto;
  }

  .hero-text-main {
    font-size: 22px;
    line-height: 40px;
  }

  .hero-text-main-last-mile-delivery {
    font-size: 24px;
    line-height: 150%;
    width: 312px;
    margin-bottom: 10px;
  }

  .hero-text-sub {
    margin: auto 18px auto 18px;
    font-size: 15px;
    line-height: 134.09%;
    margin-top: 5px;
  }

  .hero-text-sub-last-mile-delivery {
    font-size: 15px;
    line-height: 150%;
    display: contents;
  }

  .key-features {
    margin-top: 0px;
    padding: 54px 0px;
  }

  .fe-boxes {
    margin-top: 20px;
  }

  .fe-description,
  .fe-title,
  .fe-icon {
    padding-left: 20px;
    padding-right: 20px;
  }

  .box {
    width: 328px;
    padding-top: 0;
    margin-top: 0;
  }

  .box:hover {
    box-shadow: none;
  }

  .device-info {
    margin: auto 35px auto 35px;
  }

  .device-intro-header {
    font-size: 24px;
    line-height: 33px;
  }

  .device-desc-wrapper {
    margin-top: 10px;
  }

  .device-model {
    min-width: 300px;
    height: 175px;
  }

  .hero {
    height: 353px;
    background-image: url("/static/heros/hero_360.png");
  }

  .hero-last-mile-delivery {
    height: 350px;
    background-image: url("/static/heros/last-mile-delivery-hero-600.png");
  }

  .deliver-perfection {
    padding: 62px 30px;
  }

  .deliver-perfection-sub {
    flex-direction: column;
  }

  .deliver-perfection-text-description {
    width: 100%;
  }

  .image-map {
    display: none;
  }

  .deliver-perfection-text-main {
    font-size: 28px;
    line-height: 150%;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  }

  .track-info-wrapper {
    padding: 60px 30px 64px 30px;
  }

  .track-intro-header {
    font-size: 28px;
    line-height: 150%;
  }

  .track-desc-wrapper {
    flex-direction: column;
    margin-top: 13px;
  }

  .track-desc {
    max-width: 100%;
    line-height: 150%;
    margin-top: 0px;
  }

  .image-chart {
    background-image: url("/static/images/chart-360.png");
    width: 290px;
    height: 182px;
    margin-top: 53px;
  }

  .key-features-title-last-mile-delivery {
    padding-top: 60px;
    margin: 0px 24px;
    font-size: 24px;
  }

  .seemless-integration-section {
    padding: 33px 24px 0px 24px;
  }

  .no-fixed-costs-section {
    padding: 50px 24px 0px 24px;
  }

  .delivery-experience-section {
    padding: 50px 24px 80px 24px;
  }

  .box-last-mile-delivery {
    height: 230px;
    padding: 0px 28px 40px 28px;
  }

  .how-it-work-last-mile-delivery {
    padding-bottom: 90px;
  }
}
