/*Imports*/
/*Variables*/
/*
@color-blue-strong: #4659C1;
@color-blue-light: #3AD0DE;
@color-blue-ultra-light: #54FFE0;
@color-pink: #D81FDE;
@color-purple: #A76EAF;
@color-light-purple:#CB77E5;
@color-red: #D70E4C;
@color-light-red: #D65151;
@color-green:#00A95E;*/
.whatsapp-globe {
  position: fixed;
  top: 80%;
  left: calc(100% - 69px);
  z-index: 200;
}
.whatsapp-globe.in-subscribe {
  left: calc(100% - 112px);
}
@media (max-width: 660px) {
  .whatsapp-globe.in-subscribe {
    left: calc(100% - 56px);
  }
}
.whatsapp-globe a img {
  height: 4rem;
  width: auto;
}
@media (max-width: 660px) {
  .whatsapp-globe {
    left: calc(100% - 45px);
  }
  .whatsapp-globe a img {
    height: 2.5rem;
    width: auto;
  }
}
.contact-globe {
  position: fixed;
  top: 83%;
  right: calc(100% - 69px);
  z-index: 200;
}
.contact-globe a img {
  height: 4rem;
  width: auto;
}
@media (max-width: 660px) {
  .contact-globe {
    right: calc(100% - 45px);
  }
  .contact-globe a img {
    height: 2.5rem;
    width: auto;
  }
}
.bg-blue {
  background-color: #5169CA;
}
.bg-blue-bright {
  background-color: #8C8FD3;
}
.bg-blue-strong {
  background-color: #4659C1;
}
.bg-blue-light {
  background-color: #3AD0DE;
}
.bg-green-light {
  background-color: #6ABD77;
}
.bg-purple {
  background-color: #A76EAF;
}
.bg-purple-light {
  background-color: #CB77E5;
}
.bg-pink {
  background-color: #D81FDE;
}
.bg-subscribe {
  background-image: linear-gradient(to right, #7137af 70%, #d81fde);
}
.bg-white {
  background-color: white;
}
/*Timeline*/
.time-line {
  display: flex;
  justify-content: center;
}
.time-line__item {
  color: #9B9B9B;
  margin-right: calc((100vw - 35rem) / 4);
  max-width: 8rem;
  position: relative;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
}
.time-line__item .circle {
  border-radius: 100%;
  padding: 1rem 1rem;
  display: inline;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  margin: 0 auto;
}
.time-line__item .circle div {
  height: 4rem;
  width: 4rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.time-line__item .circle:last-child {
  margin-right: 0;
}
.time-line__item .circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 115%;
  padding: 0 calc((100vw - 35rem) / 8);
  border-top: 4px dashed #4659C1;
}
.time-line__item:last-child {
  margin-right: 0;
}
.time-line__item:last-child .circle::after {
  content: '';
  border: none;
  padding: 0;
  position: unset;
}
@media (max-width: 675px) {
  .time-line {
    flex-direction: column;
  }
  .time-line__item {
    margin: 0 auto;
    margin-top: 4rem;
  }
  .time-line__item .circle::after {
    content: '';
    border: none;
    padding: 0;
    position: unset;
  }
  .time-line__item:last-child {
    margin: 0 auto;
    margin-top: 4rem;
  }
  .time-line__item:first-child {
    margin: 0 auto;
    margin-top: 0;
  }
  .time-line__item::after {
    content: "";
    position: absolute;
    top: -30%;
    left: 50%;
    padding: 1rem 0;
    border-left: 4px dashed #4659C1;
  }
  .time-line__item:last-child::after {
    content: "";
    position: absolute;
    top: -30%;
    left: 50%;
    padding: 1rem 0;
    border-left: 4px dashed #4659C1;
  }
  .time-line__item:first-child::after {
    content: '';
    border: none;
    padding: 0;
    position: unset;
  }
}
/*Circle*/
/*Card*/
.card-subscribe {
  color: #3e7fff;
  border-radius: 1rem;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
/*Form Control */
.form-group {
  position: relative;
  margin-bottom: 2.5rem;
}
.form-group .invalid-feedback {
  margin-left: 10px;
}
.form-group span {
  padding-left: 50px;
}
.form-group label {
  position: absolute;
  left: 24px;
  margin-top: 8px;
  font-weight: 600;
  color: #5169CA;
  background-color: white;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.form-group .form-control {
  position: relative;
  display: block;
  outline: 0;
  border-width: 1px;
  border-color: #3AD0DE;
  border-radius: 7px;
  background-color: transparent;
  box-shadow: none;
  color: black;
  width: 100%;
  height: 40px;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 24px;
}
.form-group .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-group .is-invalid {
  border-color: #dc3545;
}
.focused .form-label {
  transform: translateY(-90%);
  left: 24px;
  font-size: 0.8em;
  padding: 0 8px;
  text-align: center;
  z-index: 10;
  color: #3e7fff !important;
}
.focused.form-select .form-label {
  z-index: 15;
}
.form-group.form-select select {
  z-index: 10;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form-group.form-select::after {
  content: '>';
  transform: rotate(90deg);
  font-size: 18px;
  position: absolute;
  top: 7px;
  right: 10px;
  color: #5169CA;
}
.btn-primary {
  background-color: rgba(58, 208, 222, 0.8);
  color: white;
}
.btn-primary:hover {
  background-color: #3AD0DE;
  color: white;
  border-color: #3AD0DE;
}
.bg-image-car {
  margin-top: -10rem;
  height: 45vw;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .bg-image-car {
    margin-top: 0;
  }
}
.invisibility {
  opacity: 0;
  z-index: -100;
}
/*Color*/
.color-blue-light {
  color: #3AD0DE;
}
.color-turquoise {
  color: #3e7fff;
}
.img-md-size {
  width: 100%;
  height: auto;
  max-width: 30rem;
}
.image-about {
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  width: 12rem;
  height: 12rem;
  border-radius: 20px;
}
.image-about:last-child {
  margin-left: 10px;
}
@media (max-width: 436px) {
  .image-about:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
}
.margin-minus {
  margin-top: -67px;
}
@media (max-width: 992px) {
  .margin-minus {
    margin-top: 0;
  }
}
.start-text {
  font-size: 150%;
}
@media (max-width: 660px) {
  .start-text {
    font-size: 110%;
  }
}
.title {
  font-size: 357%;
}
@media (max-width: 660px) {
  .title {
    font-size: 180%;
  }
}
.about-text {
  font-size: 150%;
}
@media (max-width: 660px) {
  .about-text {
    font-size: 110%;
  }
}
.logo-responsive {
  display: none;
  width: auto;
  height: 35vw;
  position: absolute;
  top: 0;
  left: -1px;
}
@media (max-width: 660px) {
  .logo-responsive {
    display: block;
  }
}
.bg-circle-about-left {
  position: absolute;
  top: 15%;
  left: -2px;
  width: 7rem;
  height: auto;
}
@media (max-width: 860px) {
  .bg-circle-about-left {
    top: 15%;
    right: 0;
    width: 10%;
    height: auto;
  }
}
.bg-circle-about-right {
  position: absolute;
  top: 60%;
  right: 0;
  width: 7rem;
  height: auto;
}
@media (max-width: 860px) {
  .bg-circle-about-right {
    top: 80%;
    right: 0;
    width: 8%;
    height: auto;
  }
}
.nav-position {
  position: absolute;
  right: 1rem;
}
.img-navbar {
  height: 60px;
  width: auto;
}
.i-icon {
  cursor: pointer;
}
.i-icon-wt {
  background-color: white;
  border-radius: 50%;
  color: #2BD003;
}
.i-icon-whatsapp {
  z-index: 45;
}
.header_title {
  font-weight: bold;
}
.header_title_p {
  color: white;
}
.header_title_s {
  color: rgba(255, 255, 255, 0.75);
}
.header_title_btn {
  background-color: #ED3787;
  border-color: white;
  border-radius: 1rem;
  border-width: 3px;
  color: white;
  font-size: large;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 2px;
}
.header_title_btn:hover {
  background-color: #BA2B6A;
  border-color: white;
  border-radius: 1rem;
  border-width: 3px;
  color: white;
  font-size: large;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 2px;
}
@media (max-width: 575px) {
  .header_title {
    font-size: x-large;
  }
  .icon_fa {
    font-size: large;
  }
  .img_services {
    width: 75%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .header_title {
    font-size: x-large;
  }
  .icon_fa {
    font-size: large;
  }
  .img_services {
    width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header_title {
    font-size: x-large;
  }
  .icon_fa {
    font-size: x-large;
  }
  .img_services {
    width: 75%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header_title {
    font-size: xx-large;
  }
  .icon_fa {
    font-size: xx-large;
  }
  .carousel,
  .slide,
  .carousel .carousel-inner,
  .carousel .carousel-item,
  .carousel .carousel-item img,
  .carousel .carousel-control {
    border-radius: 75px 75px / 250px 0 0 250px;
  }
  .img_services {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header_title {
    font-size: xx-large;
  }
  .icon_fa {
    font-size: xx-large;
  }
  .carousel,
  .slide,
  .carousel .carousel-inner,
  .carousel .carousel-item,
  .carousel .carousel-item img,
  .carousel .carousel-control {
    border-radius: 75px 75px / 250px 0 0 250px;
  }
  .img_services {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .header_title {
    font-size: xx-large;
  }
  .icon_fa {
    font-size: xx-large;
  }
  .carousel,
  .slide,
  .carousel .carousel-inner,
  .carousel .carousel-item,
  .carousel .carousel-item img,
  .carousel .carousel-control {
    border-radius: 75px 75px / 250px 0 0 250px;
  }
  .img_services {
    width: 100%;
  }
}
.trust-responsive {
  display: none;
}
.title-service {
  font-size: 30px;
}
@media (min-width: 371px) and (max-width: 991px) {
  .trust-lg {
    display: none;
  }
  .trust-responsive {
    display: block;
  }
  .title-service {
    font-size: 50px;
  }
  .img-service {
    margin-top: 10rem!important;
    width: 80%;
  }
}
.text-size {
  font-size: 20px;
}
.pink-text {
  color: #ED3787;
  font-size: 30px;
}
.network-bg {
  background: linear-gradient(180deg, #FFFFFF 0%, #00000029 100%);
}
.services {
  color: #4C4C4D;
}
.services_title {
  color: black;
  font-weight: bold;
}
.services_destiny_title {
  color: black;
  font-weight: bold;
}
.services_destiny_content_p {
  color: #ED3787;
  font-weight: bold;
}
.services_destiny_content_b {
  color: black;
  font-weight: bold;
}
.services_delivery_title {
  color: black;
  font-weight: bold;
}
.services_delivery_content_b {
  color: #03176A;
  font-weight: bold;
}
.services_delivery_content_g {
  color: #4C4C4D;
  font-weight: bold;
}
.services_entrepreneurs_title {
  color: black;
  font-weight: bold;
}
.services_entrepreneurs_content_p {
  color: #B7117F;
  font-weight: bold;
}
.services_pink {
  color: #ED3787;
  font-size: x-large;
  font-style: italic;
  font-weight: bold;
}
.services_pink_bold {
  color: #B7117F;
}
.services_pink_big {
  color: #CD409D;
  font-size: xx-large;
}
@media (max-width: 575px) {
  .services_title {
    font-size: xxx-large;
  }
  .services_destiny_title {
    font-size: xx-large;
  }
  .services_destiny_content {
    font-size: x-large;
  }
  .services_delivery_title {
    font-size: xx-large;
  }
  .services_delivery_content {
    font-size: x-large;
  }
  .services_entrepreneurs_title {
    font-size: xx-large;
  }
  .services_entrepreneurs_content {
    font-size: x-large;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .services_title {
    font-size: xxx-large;
  }
  .services_destiny_title {
    font-size: xx-large;
  }
  .services_destiny_content {
    font-size: x-large;
  }
  .services_delivery_title {
    font-size: xx-large;
  }
  .services_delivery_content {
    font-size: x-large;
  }
  .services_entrepreneurs_title {
    font-size: xx-large;
  }
  .services_entrepreneurs_content {
    font-size: x-large;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .services_title {
    font-size: xxx-large;
  }
  .services_destiny_title {
    font-size: xx-large;
  }
  .services_destiny_content {
    font-size: x-large;
  }
  .services_delivery_title {
    font-size: xx-large;
  }
  .services_delivery_content {
    font-size: x-large;
  }
  .services_entrepreneurs_title {
    font-size: xx-large;
  }
  .services_entrepreneurs_content {
    font-size: x-large;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .services_title {
    font-size: xx-large;
  }
  .services_destiny_title {
    font-size: x-large;
  }
  .services_destiny_content {
    font-size: large;
  }
  .services_delivery_title {
    font-size: x-large;
  }
  .services_delivery_content {
    font-size: large;
  }
  .services_entrepreneurs_title {
    font-size: x-large;
  }
  .services_entrepreneurs_content {
    font-size: large;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .services_title {
    font-size: xx-large;
  }
  .services_destiny_title {
    font-size: x-large;
  }
  .services_destiny_content {
    font-size: large;
  }
  .services_delivery_title {
    font-size: x-large;
  }
  .services_delivery_content {
    font-size: large;
  }
  .services_entrepreneurs_title {
    font-size: x-large;
  }
  .services_entrepreneurs_content {
    font-size: large;
  }
}
@media (min-width: 1400px) {
  .services_title {
    font-size: xxx-large;
  }
  .services_destiny_title {
    font-size: xx-large;
  }
  .services_destiny_content {
    font-size: x-large;
  }
  .services_delivery_title {
    font-size: xx-large;
  }
  .services_delivery_content {
    font-size: x-large;
  }
  .services_entrepreneurs_title {
    font-size: xx-large;
  }
  .services_entrepreneurs_content {
    font-size: x-large;
  }
}
.benefits {
  color: #4C4C4D;
}
.benefits_title {
  color: black;
  font-weight: bold;
}
.benefits_travel_content_p {
  color: #ED3787;
  font-weight: bold;
}
@media (max-width: 575px) {
  .benefits_title {
    font-size: xxx-large;
  }
  .benefits_travel_content {
    font-size: x-large;
  }
  .img_benefits {
    width: 80%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .benefits_title {
    font-size: xxx-large;
  }
  .benefits_travel_content {
    font-size: x-large;
  }
  .img_benefits {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .benefits_title {
    font-size: xxx-large;
  }
  .benefits_travel_content {
    font-size: x-large;
  }
  .img_benefits {
    width: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .benefits_title {
    font-size: xx-large;
  }
  .benefits_travel_content {
    font-size: large;
  }
  .img_benefits {
    width: 75%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .benefits_title {
    font-size: xxx-large;
  }
  .benefits_travel_content {
    font-size: large;
  }
  .img_benefits {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .benefits_title {
    font-size: xxx-large;
  }
  .benefits_travel_content {
    font-size: x-large;
  }
  .img_benefits {
    width: 100%;
  }
}
.entrepreneurs_title {
  font-size: xx-large;
}
.entrepreneurs_title_b {
  color: #0F1638;
  font-weight: bold;
}
.entrepreneurs_title_p {
  color: #BC067D;
  font-weight: bold;
}
.entrepreneurs_content {
  color: #555555;
  font-size: x-large;
}
.entrepreneurs_content_g {
  font-weight: bold;
}
@media (max-width: 575px) {
  .entrepreneurs_title_b {
    text-align: center;
  }
  .entrepreneurs_title_p {
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .entrepreneurs_title_b {
    text-align: center;
  }
  .entrepreneurs_title_p {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .entrepreneurs_title_b {
    text-align: center;
  }
  .entrepreneurs_title_p {
    text-align: center;
  }
}
.container-download-sm {
  display: none;
}
.download-title {
  color: #ED3787;
  font-size: 50px;
}
.download-p {
  color: #B7117F;
  font-size: 30px;
}
.download-app {
  background: transparent linear-gradient(180deg, #E868BD 0%, #771E82 100%) 0% 0% no-repeat padding-box;
  border-radius: 14px;
  opacity: 0.86;
}
.download-app-client {
  background: transparent linear-gradient(180deg, #ED3787 0%, #FC92AC 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  opacity: 0.88;
}
@media (max-width: 575px) {
  .container-download-lg {
    display: none;
  }
  .container-download-sm {
    display: block;
  }
  .download-p {
    color: #B7117F;
    font-size: 20px;
  }
}
@media (min-width: 371px) and (max-width: 991px) {
  .container-download-lg {
    display: none;
  }
  .container-download-sm {
    display: block;
  }
  .download-p {
    color: #B7117F;
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .download-app-client {
    font-size: large;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .download-app-client {
    font-size: large;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .download-app-client {
    font-size: large;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .download-app-client {
    font-size: medium;
  }
  .download-app-client {
    width: 300px;
    height: 40px;
  }
  .download-app {
    width: 350px;
    height: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .download-app-client {
    font-size: large;
  }
  .download-app-client {
    width: 300px;
    height: 40px;
  }
  .download-app {
    width: 350px;
    height: 40px;
  }
}
@media (min-width: 1400px) {
  .download-app-client {
    font-size: x-large;
  }
  .download-app-client {
    width: 300px;
    height: 40px;
  }
  .download-app {
    width: 350px;
    height: 40px;
  }
}
.container-about {
  background-color: #F5E5E9;
}
.about-text-p {
  font-size: 26px;
}
.about-text-pink {
  color: #ED3787;
}
.about-text-purple {
  color: #771E82;
}
.about-bg-row {
  background-position: left top!important;
  background-size: contain;
  background-repeat: no-repeat !important;
}
.about-card-sm {
  display: none;
}
.card-title {
  color: #ED3787;
}
.list {
  text-align: left;
  display: inline-block;
}
@media (max-width: 370px) {
  .about-card-lg {
    display: none;
  }
  .about-card-sm {
    display: block;
  }
}
@media (min-width: 371px) and (max-width: 991px) {
  .about-card-lg {
    display: none;
  }
  .about-card-sm {
    display: block;
  }
}
.card_driver {
  border-radius: 20px !important;
  box-shadow: 0 10px 20px #00000052;
  margin: 20px 10px;
}
.card_driver_title {
  color: #2C2C2C;
  font-weight: bold;
  font-size: x-large;
}
.hWork_title {
  font-weight: bold !important;
}
.hWork_title_sub {
  color: #4D4D4D;
  font-weight: bold;
}
.hWork_title_subg {
  color: #4D4D4D;
}
.hWork_title_how {
  font-weight: bold;
  color: #ED3787;
}
.dot {
  width: 12px;
  height: 12px;
}
.btn-close-circle {
  border-color: white;
  border-radius: 50%;
}
.card_how_title {
  color: #2E2E2E;
  font-size: xx-large;
}
.btn_hWork {
  border-color: white;
  border-radius: 29px;
  background-color: #ED3787;
  color: white;
}
.btn_hWorkd {
  border-color: white;
  border-radius: 36px;
  background-color: #B7117F;
  color: white;
  opacity: 1;
}
.modal-content {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}
.modal-body {
  border-radius: 2.5rem;
  border-color: rgba(255, 255, 255, 0);
}
.modal-header {
  border-color: rgba(255, 255, 255, 0);
}
.modal-footer {
  border-color: rgba(255, 255, 255, 0);
}
@media (max-width: 370px) {
  .card_driver_img {
    height: 165px;
    width: 195px;
  }
  .hWork_title {
    font-size: xx-large;
  }
  .hWork_title_sub {
    font-size: large;
  }
  .hWork_title_subg {
    font-size: large;
  }
  .hWork_title_how {
    font-size: x-large;
  }
  .btn_hWorkd {
    font-size: medium;
    height: 34.5px;
    width: 136px;
  }
  .img-become-driver {
    width: 30%!important;
  }
  .img-become-driver-2 {
    width: 30%!important;
  }
  .img-become-driver-3 {
    top: 1280px;
    left: 200px;
    width: 30%!important;
  }
  .container-howWork {
    margin-top: 10rem!important;
  }
}
@media (min-width: 371px) and (max-width: 575px) {
  .card_driver_img {
    height: 206.25px;
    width: 243.75px;
  }
  .hWork_title {
    font-size: xx-large;
  }
  .hWork_title_sub {
    font-size: large;
  }
  .hWork_title_subg {
    font-size: large;
  }
  .hWork_title_how {
    font-size: x-large;
  }
  .btn_hWorkd {
    font-size: x-large;
    height: 51.75px;
    width: 204px;
  }
  .img-become-driver {
    width: 50%!important;
  }
  .img-become-driver-2 {
    width: 30%!important;
  }
  .img-become-driver-3 {
    top: 1335px;
    left: 200px;
    width: 30%!important;
  }
  .container-howWork {
    margin-top: 15rem!important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .card_driver_img {
    height: 247.5px;
    width: 292.5px;
  }
  .hWork_title {
    font-size: xx-large;
  }
  .hWork_title_sub {
    font-size: large;
  }
  .hWork_title_subg {
    font-size: large;
  }
  .hWork_title_how {
    font-size: x-large;
  }
  .btn_hWorkd {
    font-size: x-large;
    height: 51.75px;
    width: 204px;
  }
  .img-become-driver {
    width: 50%!important;
  }
  .img-become-driver-3 {
    top: 945px;
    left: 330px;
    width: 30%!important;
  }
  .container-howWork {
    margin-top: 20rem!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card_driver_img {
    height: 288.75px;
    width: 341.25px;
  }
  .hWork_title {
    font-size: xx-large;
  }
  .hWork_title_sub {
    font-size: x-large;
  }
  .hWork_title_subg {
    font-size: x-large;
  }
  .hWork_title_how {
    font-size: xx-large;
  }
  .btn_hWorkd {
    font-size: x-large;
    height: 69px;
    width: 272px;
  }
  .img-become-driver {
    width: 50%!important;
  }
  .img-become-driver-3 {
    top: 945px;
    left: 330px;
    width: 30%!important;
  }
  .container-howWork {
    margin-top: 20rem!important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .card_driver_img {
    height: 165px;
    width: 195px;
  }
  .hWork_title {
    font-size: xx-large;
  }
  .hWork_title_sub {
    font-size: x-large;
  }
  .hWork_title_subg {
    font-size: x-large;
  }
  .hWork_title_how {
    font-size: xx-large;
  }
  .btn_hWorkd {
    font-size: x-large;
    height: 51.75px;
    width: 204px;
  }
  .img-become-driver {
    width: 100%!important;
  }
  .img-become-driver-3 {
    top: 150px;
    left: 350px;
    width: 50%!important;
  }
  .container-howWork {
    margin-top: 30rem!important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .card_driver_img {
    height: 206.25px;
    width: 243.75px;
  }
  .hWork_title {
    font-size: xxx-large;
  }
  .hWork_title_sub {
    font-size: xx-large;
  }
  .hWork_title_subg {
    font-size: xx-large;
  }
  .hWork_title_how {
    font-size: xxx-large;
  }
  .btn_hWorkd {
    font-size: x-large;
    height: 69px;
    width: 272px;
  }
  .img-become-driver {
    width: 100%!important;
  }
  .img-become-driver-3 {
    top: 150px;
    left: 350px;
    width: 50%!important;
  }
  .container-howWork {
    margin-top: 30rem!important;
  }
}
@media (min-width: 1400px) {
  .card_driver_img {
    height: 247.5px;
    width: 292.5px;
  }
  .hWork_title {
    font-size: xxx-large;
  }
  .hWork_title_sub {
    font-size: xx-large;
  }
  .hWork_title_subg {
    font-size: xx-large;
  }
  .hWork_title_how {
    font-size: xxx-large;
  }
  .btn_hWorkd {
    font-size: x-large;
    height: 69px;
    width: 272px;
  }
  .img-become-driver {
    width: 100%!important;
  }
  .img-become-driver-2 {
    width: 50%!important;
  }
  .img-become-driver-3 {
    top: 150px;
    left: 350px;
    width: 50%!important;
  }
  .container-howWork {
    margin-top: 30rem!important;
  }
}
.btn-pink {
  background-color: #ED3787;
  color: white;
  border-radius: 33px;
  width: 40%;
  height: 50px;
}
.text-pink {
  color: #B7117F;
}
/*Variables*/
* {
  scroll-padding-top: 70px;
}
body {
  font-family: 'Century Gothic', sans-serif;
}
.color-white {
  color: white !important;
}
.color-dark-purple {
  color: #7755C8 !important;
}
/* Header Client Page */
.header-bg {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.text-section-header {
  padding-left: 8%;
  margin-top: 10%;
}
@media (min-width: 1200px) {
  .text-section-header {
    margin-top: 1%;
  }
}
.header-text-main {
  margin-top: 13%;
}
@media (max-width: 1199px) {
  .header-text-main {
    margin-top: 0;
  }
}
@media (max-width: 660px) {
  .header-text-main {
    margin-top: 0;
  }
}
.header-text-hide-nav {
  margin-top: 7% !important;
}
.header-text-show-nav {
  margin-top: 8vw !important;
}
.sub-header-text-show-nav {
  margin-top: 2%;
}
@media (min-width: 1200px) {
  .sub-header-text-show-nav {
    margin-top: -2%;
  }
}
.sub-header-text-hide-nav {
  margin-top: 32px;
}
@media (min-width: 1200px) {
  .sub-header-text-hide-nav {
    margin-top: -38px;
  }
}
.btn-primary {
  background-color: #51DEDD;
  border-radius: 200px;
  border-color: #51DEDD;
  font-size: 143%;
  padding: 1% 9% 1%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
@media (min-width: 1750px) {
  .text-header {
    font-size: 330% !important;
  }
  .subtext-header {
    font-size: 216% !important;
  }
}
@media (max-width: 1199px) {
  .img-header {
    margin-top: 0 !important;
  }
  .header-bg {
    height: 37rem !important;
  }
  .bottom-header {
    margin-bottom: 32% !important;
  }
  .bottom-header-dropdown {
    margin-bottom: 30% !important;
  }
}
@media (max-width: 1199px) and (min-width: 661px) {
  .nav-menu-position {
    position: absolute;
    right: 70px;
    top: -95px;
  }
}
@media (max-width: 1199px) and (min-width: 885px) {
  .header-text-show-nav {
    margin-top: 4vw !important;
  }
  .header-text-hide-nav {
    margin-top: 5% !important;
  }
}
@media (max-width: 992px) {
  .position-relative {
    position: relative;
  }
}
@media (max-width: 992px) and (min-width: 661px) {
  .toggle-top-right {
    position: absolute;
    right: 0;
    top: -80px;
  }
  .social-media-position {
    position: absolute;
    right: 3px;
    top: -40px;
    font-size: 150%;
  }
}
@media (max-width: 992px) and (min-width: 661px) {
  .nav-menu-position {
    position: absolute;
    right: 70px;
    top: -95px;
  }
}
@media (max-width: 992px) and (min-width: 885px) {
  .header-text-show-nav {
    margin-top: 4vw !important;
  }
  .header-text-hide-nav {
    margin-top: 5% !important;
  }
}
@media (max-width: 992px) {
  .position-relative {
    position: relative;
  }
}
@media (max-width: 992px) and (min-width: 661px) {
  .toggle-top-right {
    position: absolute;
    right: 0;
    top: -80px;
  }
  .social-media-position {
    position: absolute;
    right: 3px;
    top: -40px;
    font-size: 150%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .toggle-top-right {
    position: absolute;
    right: 0;
    top: -80px;
  }
  .social-media-position {
    position: absolute;
    right: 3px;
    top: -40px;
    font-size: 150%;
  }
  .position-relative {
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .toggle-top-right {
    position: absolute;
    right: 0;
    top: -80px;
  }
  .social-media-position {
    position: absolute;
    right: 3px;
    top: -40px;
    font-size: 150%;
  }
  .position-relative {
    position: relative;
  }
}
@media (max-width: 660px) {
  .bg-center-position {
    padding-top: 5rem !important;
  }
  .bottom-header {
    margin-bottom: 10% !important;
  }
  .bottom-header-dropdown {
    margin-bottom: 86% !important;
  }
  .toggle-top-right {
    position: absolute;
    right: 0;
    top: -170px;
  }
  .social-media-position {
    position: absolute;
    right: 3px;
    top: -120px;
    font-size: 150%;
  }
  .header-bg {
    background-image: url(/images/bg-responsive-header.png?8dfe378ae99d5d1af120fd6283ead47a) !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: 56rem !important;
  }
  .header-text-hide-nav {
    margin-top: 12% !important;
  }
}
@media (max-width: 767px) {
  .bottom-header-dropdown {
    margin-bottom: 83% !important;
  }
}
@media (max-width: 767px) and (min-width: 661px) {
  .bottom-header {
    margin-bottom: 50% !important;
  }
}
@media (max-width: 575px) {
  .bottom-header {
    margin-bottom: calc(8% - 3rem) !important;
  }
  .bottom-header-dropdown {
    margin-bottom: 30% !important;
  }
}
@media (max-width: 440px) {
  .bottom-header {
    margin-bottom: 10% !important;
  }
  .bottom-header-dropdown {
    margin-bottom: 55% !important;
  }
}
.navbar {
  background-color: white !important;
}
.navbar-nav .nav-item {
  font-size: medium;
}
.navbar-nav .nav-item .nav-link {
  color: #03176A !important;
}
.btn-secondary {
  background-color: #EC6D7C;
  border-radius: 200px;
  border-color: #EC6D7C;
}
.btn-secondary:hover {
  background-color: #A76EAF;
  border-color: #A76EAF;
}
.form-group-2 {
  margin-bottom: 1rem;
}
@media (max-width: 330px) {
  .top-space {
    margin-top: 0 !important;
  }
  .image-abt {
    max-width: 310px !important;
  }
}
@media (min-width: 1199px) and (max-width: 1580px) {
  .bottom-header {
    margin-bottom: 14rem !important;
  }
}
@media (min-width: 331px) and (max-width: 576px) {
  .top-space {
    margin-top: 0 !important;
  }
  .image-abt {
    max-width: 310px !important;
  }
}
/* About Us */
.about-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
.slick-prev:before {
  color: black;
}
.slick-next:before {
  color: black;
}
.display-flex {
  display: flex !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.br {
  border-radius: 10px;
}
.div-contact-form-header {
  max-width: 400px;
}
.pb-10px {
  padding-bottom: 10px;
}
.ft-100 {
  font-size: 100%;
}
/* CheckBox */
.checkbox-modal {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 5px;
  border: 2px solid #3e7fff;
}
.checkbox-modal-label {
  font-size: 120%;
  margin-left: 2%;
  color: black;
}
.checkbox-modal:checked {
  background-image: url(/images/ic-check.png?7ac90ca0ba784fbf7e458bc963e9bade);
  background-size: cover;
}
.card-header-faq {
  background-color: white;
  border-radius: 15px !important;
}
.btn-link-faq {
  text-decoration: none;
}
