body {
  margin: 0;
  padding: 0;
}

.content {
  margin-top: 7.2rem;
}

.content>.section {
  width: 102.4rem;
  margin: 0 auto;
}

.content>.section .common-btn {
  display: inline-block;
  padding: 1.3rem 3.6rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  border-radius: 0.4rem;
  background: linear-gradient(90deg, #FE676E 0%, #FD8F52 100%);
  box-sizing: border-box;
  text-decoration: none;
}

.content>.section .terms-link {
  color: #FD8F52;
  text-decoration: none;
}

.content>.section p {
  font-size: 1.6rem;
  color: #666;
}

.content>.section h3 {
  font-size: 3.2rem;
  font-weight: 600;
  color: #333;
}

.content>.section h5 {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
}

.content>.section-join {
  padding: 4.4rem 0 12rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content>.section-join>div {
  width: 55.2rem;
}

.content>.section-join>div>h1 {
  font-size: 4.8rem;
  font-weight: 700;
  color: #333;
}

.content>.section-join>div>p {
  margin: 2.4rem 0 4.4rem;
}

.content>.section-join>div>p>span:first-of-type {
  font-weight: 600;
  color: #FE7A1F;
}

.content>.section-join>img {
  width: 42rem;
  height: auto;
}

.content>.section-join>img:last-of-type {
  display: none;
}

.content>.section-partner>.swiper-parther>.swiper-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content>.section-partner>.swiper-parther>.swiper-wrapper>.swiper-slide {
  margin-top: 4.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content .swiper-slide {
  width: auto;
}

.content>.section-partner>.swiper-parther>.swiper-wrapper>.swiper-slide>img {
  width: 5.6rem;
  height: 5.6rem;
}

.content>.section-partner>.swiper-parther>.swiper-wrapper>.swiper-slide>h5 {
  margin: 2rem 0 1.6rem;
  text-align: center;
}

.content>.section-partner>.swiper-parther>.swiper-wrapper>.swiper-slide>p {
  width: 48.9rem;
  text-align: center;
}

.content>.section-partner>.swiper-parther>.swiper-wrapper>.swiper-slide>p>span:nth-of-type(2) {
  font-weight: 600;
  color: #FE7A1F;
}

.content>.section-looking  {
  margin: 12rem auto;
}

.content>.section-looking>.bg {
  height: 16.8rem;
  margin-bottom: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.8rem;
  font-weight: 600;
  color: #fff;
  background: url(https://elifelimo.com/drivers/fleet-landing/img/looking-bg.png);
  background-size: cover;
  border-radius: 3.2rem;
}

.content>.section-looking>.bg>img {
  display: none;
}

.content>.section-looking>.swiper-looking>.swiper-wrapper {
  display: flex;
  justify-content: space-between;
}

.content>.section-looking>.swiper-looking>.swiper-wrapper>.swiper-slide {
  width: 32rem;
  height: 25.8rem;
  padding: 3.2rem 2rem 0;
  border-radius: 3.2rem;
  box-sizing: border-box;
  background-color: #F5F5F5;
}

.content>.section-looking>.swiper-looking>.swiper-wrapper>.swiper-slide>h5 {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  text-align: center;
}

.content>.section-looking>.swiper-looking>.swiper-wrapper>.swiper-slide>p {
  text-align: center;
}

.content>.section-benefits {
  width: 100%;
  height: 57rem;
  position: relative;
}

.content>.section-benefits::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44rem;
  background-image: url(https://elifelimo.com/drivers/fleet-landing/img/benefits-bg.png);
  background-size: cover;
  z-index: 1;
}

.content>.section-benefits::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 13rem;
  bottom: 0;
  background-color: white;
  z-index: 2;
}

.content>.section-benefits>div {
  width: 102.4rem;
  margin: 0 auto;
  position: relative;
  padding-top: 8rem;
  box-sizing: border-box;
  z-index: 3;
}

.content>.section-benefits>div>h3 {
  margin: 0 0 3.2rem;
  font-size: 4.8rem;
  color: #fff;
}

.content>.section-benefits>div>a {
  margin-bottom: 13.1rem;
}

.content>.section-benefits>div>.swiper-benefits>.swiper-wrapper {
  display: flex;
  justify-content: space-between;
}

.content>.section-benefits>div>.swiper-benefits>.swiper-wrapper>.swiper-slide {
  width: 32rem;
  height: 22rem;
  padding: 3.2rem 2rem 0;
  background-color: #fff;
  border-radius: 3.2rem;
  border: 0.1rem solid #F5F5F5;
  box-sizing: border-box;
}

.content>.section-benefits>div>.swiper-benefits>.swiper-wrapper>.swiper-slide>h5 {
  margin-bottom: 2.2rem;
  font-size: 1.8rem;
  text-align: center;
}

.content>.section-benefits>div>.swiper-benefits>.swiper-wrapper>.swiper-slide>p {
  text-align: center;
}

.content>.section-started {
  margin: 12rem auto;
}

.content>.section-started>h3 {
  margin: 0 0 4.4rem;
}

.content>.section-started>.swiper-started>.swiper-wrapper {
  display: flex;
  justify-content: space-between;
}

.content>.section-started>.swiper-started>.swiper-wrapper>.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content>.section-started>.swiper-started>.swiper-wrapper>.swiper-slide>img {
  width: 5.6rem;
  height: 5.6rem;
}

.content>.section-started>.swiper-started>.swiper-wrapper>.swiper-slide>h5 {
  margin: 2rem 0 1.6rem;
}
.content>.section-started>.swiper-started>.swiper-wrapper>.swiper-slide>p {
  width: 32rem;
  text-align: center;
}

.content>.section-form>p:first-of-type {
  margin: 2.4rem 0 5.6rem;
}

.content>.section-form>p:last-of-type {
  width: 42.4rem;
  margin: 1.6rem 0 3.2rem;
}

.content>.section-form>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content>.section-form>div>.form {
  width: 42.4rem;
}

.content>.section-form>div>img {
  width: 51.2rem;
  height: auto;
}

.content>.section-form>div>.form>#contact-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content>.section-form>div>.form>#contact-form>.column {
  position: relative;
  margin-bottom: 3.2rem;
}

.content>.section-form>div>.form .none{
  display: none !important;
}

.content>.section-form>div>.form .border-1 {
  padding: 0 1.6rem;
  border: 1px solid #EAEAEA;
  border-radius: 0.4rem;
  box-sizing: border-box;
}

.content>.section-form>div>.form .border-red {
  border: 1px solid red;
  border-radius: 0.4rem;
}

.content>.section-form>div>.form .row-1 {
  display: flex;   
}

.content>.section-form>div>.form input {
  width: 100%;
  height: 4.8rem;
  margin: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
}

.content>.section-form>div>.form input::placeholder {
  color: #999;
}

.content>.section-form>div>.form .half {
  width: 20rem;
}

.content>.section-form>div>.form .full {
  width: 100%;
}

.content>.section-form>div>.form button {
  width: 100%;
  height: 5.6rem;
  border: none;
  border-radius: 0.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(90deg, #FE676E 0%, #FD8F52 100%);
}

.content>.section-form>div>.form>p {
  font-size: 1.2rem;
}

.content>.section-form>div>.form>p:first-of-type {
  margin-bottom: 1.6rem;
  font-weight: 600;
}

.content>.section-faq {
  margin: 12rem auto;
}

.content>.section-faq>h3 {
  padding-bottom: 3.2rem;
  margin-bottom: 5.7rem;
  border-bottom:1px solid #ccc;
}

.content>.section-faq>div {
  position: relative;
  padding-bottom: 4.8rem;
  margin-bottom: 5.6rem;
  border-bottom:1px solid #ccc;
}

.content>.section-faq>div>label {
  position: relative;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  z-index: 1;
}

.content>.section-faq>div.active>label {
  margin-bottom: 2.4rem;
}

.content>.section-faq>div>i {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(https://elifelimo.com/drivers/fleet-landing/img/arrow.png);
  background-size: cover;
}

.content>.section-faq>div.active>i {
  transform: rotate(180deg);
}

.content>.section-faq>div>.detail {
  display: none;
}

.content>.section-faq>div.active>.detail {
  display: block;
}

.content>.section-faq>div>.detail>h5 {
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
}

.content>.section-faq>div>.detail>p {
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
}

.content>.section-faq>div>.detail>p:nth-of-type(2) {
  margin-bottom: 2.4rem;
}

.content>.section-faq>div>.detail>p>:first-of-type {
  font-weight: 600;
  color: #333;
}

.country-select {
  width: 25%;
  margin-right: 1rem;
}

.country-select > input {
  width: 100%;
  font-size: 1.6rem;
  border: none;
  position: relative;
}

.dropdown-cc {
  position: absolute;
  font-size: 1.6rem;
  background-color: #fff;
  max-height: 18rem;
  overflow-y: scroll;
  top: 4.8rem;
  left: 0;
  width: 34.5rem;
  z-index: 200;
  box-shadow: 0 0 5px #c0c3c81c;
}

#country-name-dropdown, #car-number-dropdown {
  width: 100%;
}

hr {
  border-color: #E1E3E5;
  width:80%;
}

.dropdown-cc-sm {
  width: 40% !important;
}

.dropdown-grp {
  position: relative;
  display: flex;
  align-items: center;
}

.content>.section .dropdown-cc > a {
  display: block;
  color: black;
  padding: 0.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  background: none;
  text-decoration: none;
  border-radius: 0;
}

.content>.section .dropdown-cc > a:hover {
  background-color: #FE7A1F;
  cursor: pointer;
}

.el-icon {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  background: url(https://elifelimo.com/drivers/fleet-landing/img/arrow.png);
  background-size: cover;
}

.el-icon-country {
  margin-right: 1.6rem;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.error {
  position: absolute;
  bottom: -2.4rem;
  left: 0.8rem;
  font-size: 1.4rem;
  color: red;
  white-space: nowrap;
}

.submitting {
  width: 100%;
  margin-bottom: 4.2rem;
  text-align: center;
}

.submitted {
  display: flex;
  flex-direction: column;
}

.submitted>img {
  width: 8rem;
  height: 8rem;
  align-self: center;
}

.submitted>.title {
  margin: 3.2rem 0 1.6rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
}

.submitted>p {
  margin-bottom: 1.6rem;
}

.submitted button {
  margin: 3rem 0 3.2rem;
}

@media screen and (min-width: 319px) and (max-width: 767.9px) {
  .content {
    margin-top: 44px;
  }
  .content>.section {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .content>.section h3 {
    font-size: 24px;
  }
  .content>.section-join {
    padding-top: 32px;
    flex-direction: column;
  }
  .content>.section-join>div {
    width: 100%;
  }
  .content>.section-join>div>h1 {
    font-size: 32px;
  }
  .content>.section-join>img:first-of-type {
    display: none;
  }
  .content>.section-join>img:last-of-type {
    display: inline-block;
    width: 100%;
    margin: 44px 0 64px;
  } 
  .content>.section-partner>.swiper-parther>.swiper-wrapper {
    flex-wrap: nowrap;
  }
  .content>.section-partner>.swiper-parther>.swiper-wrapper>.swiper-slide>p {
    width: 100%;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0 !important;
  }
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    border-radius: 0;
    margin: 0 !important;
  }
  .content .swiper-wrapper {
    padding-bottom: 24px;
  }
  .content .swiper-slide {
    width: 100%;
  }
  .swiper-pagination-bullet {
    background-color: #F5F5F5 !important;
    opacity: 1 !important;
  }
  .swiper-pagination-bullet-active {
    background: #FE7A1F !important;
  }
  .content>.section-looking {
    margin: 64px 0;
  }
  .content>.section-looking>.bg {
    height: auto;
    margin-bottom: 24px;
    position: relative;
    background: none;
    border-radius: 0;
  }
  .content>.section-looking>.bg>div {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    text-align: center;
  }
  .content>.section-looking>.bg>img {
    width: 100%;
    height: auto;
    display: inline-block;
  }
  .content>.section-looking>.swiper-looking>.swiper-wrapper>.swiper-slide {
    width: 330px;
  }
  .content>.section-benefits {
    height: auto;
  }
  .content>.section-benefits>div {
    width: 100vw;
    padding-top: 64px;
  }
  .content>.section-benefits::before {
    background-image: url(https://elifelimo.com/drivers/fleet-landing/img/benefits_bg_phone.png);
  }
  .content>.section-benefits>div>h3 {
    font-size: 24px;
  }
  .content>.section-benefits>div>a {
    margin-bottom: 87px;
  }
  .content>.section-benefits>div>.swiper-benefits>.swiper-wrapper>.swiper-slide {
    width: 330px;
  }
  .content>.section-started {
    margin: 64px 0;
  }
  .content>.section-form>p:first-of-type {
    margin: 24px 0 44px;
  }
  .content>.section-form>p:last-of-type {
    margin: 16px 0 24px;
  }
  .content>.section-form>div {
    flex-direction: column;
  }
  .content>.section-form>div>.form {
    width: 100%;
  }
  .content>.section-form>div>.form .half {
    width: calc(50% - 5.5px);
  }
  .content>.section-form>div>.form>#contact-form>.column {
    margin-bottom: 24px;
  }
  .content>.section-form>div>img {
    width: 100%;
    margin-top: 44px;
  }
  .content>.section-faq {
    margin: 64px 0;
  }
  .content>.section-faq>h3 {
    margin-bottom: 32px;
  }
  .content>.section-faq>div {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}