@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
.progress-container {
  margin-top: 60px;
  margin-left: 60px;
  width: 600px;
}

.progress-name {
  font-size: 12px;
  font-weight: 550;
}

.progress-name p {
  margin: 0;
}

.progress-frame {
  margin-top: 16px;
  width: 100%;
  height: 20px;
  background-color: #efefef;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.progress-progress {
  width: 3%;
  height: 16px;
  background-color: #1aa79c;
  margin: 0px 2px;
  border-radius: 10px;
}

#contact-info,
#business-info,
#marchent-info {
  min-height: 430px;
  position: relative;
}

label {
  font-size: 15px;
  font-weight: 550;
}

/*
input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select {
font-size: 13px !important;
height: 50px !important;
}
*/
.submit-btn {
  margin-top: -26px;
}

.regContactPersonInfo {
  height: 50px !important;
}

.form-section {
  width: 45vw;
}

.signupTitle {
  color: #1aa79c;
  font-weight: bold;
}

.subtitle {
  font-size: 13px;
  color: #b5b5b5;
}

/* .doubleRowForm {
width: 336px;
height: 50px;
} */
/* .form-hello select {
background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.21) 0%,
    rgba(51, 51, 51, 0.05) 77%
);
} */
.condition-row {
  font-family: real-mid;
  font-size: 13px;
  margin-top: 10px;
}

.condition-row a {
  text-decoration: none;
  color: black;
}

.signupButtonBox {
  /* position: absolute;
bottom: -25px;
right: 0; */
}

.button-back {
  background-color: #92fffa;
}

.btnMain input {
  background-color: #1aa79c;
  color: white;
}

.btnMain input:hover {
  background-color: #1aa79c;
  color: white;
}

.form-hello {
  position: relative;
}

.icon-hello {
  position: absolute;
  right: 40px;
  top: 46px;
}

/* select {
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: "";
} */
.mainbox {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  z-index: -1;
}

.bike-position {
  /* position: absolute; */
  /* top: 710px; */
  z-index: -1;
}

.bike-box {
  margin-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: -1;
}

.bike-area {
  width: 70rem;
  position: relative;
  padding-top: 235px;
  z-index: -1;
}

.bike-area img {
  position: absolute;
}

.bike-bg {
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
}

.bike-bike {
  width: 19%;
  height: auto;
  bottom: 0%;
  left: 6%;
}

/* .singleRowForm {
width: 97%;
height: 50px;
} */
.mb20 {
  margin-bottom: 20px;
}

.mar-top {
  margin-top: 10px;
}

/* .mar-row-bottom {
margin-bottom: 10px;
} */
/* .singleRowBM {
margin-bottom: 20px;
} */
/* animation */
.display-none {
  display: none;
}

@-webkit-keyframes kf-progress-50-p {
  from {
    width: 3%;
  }
  to {
    width: 50%;
  }
}

@keyframes kf-progress-50-p {
  from {
    width: 3%;
  }
  to {
    width: 50%;
  }
}

@-webkit-keyframes kf-progress-100-p {
  from {
    width: 50%;
  }
  to {
    width: 100%;
  }
}

@keyframes kf-progress-100-p {
  from {
    width: 50%;
  }
  to {
    width: 100%;
  }
}

@-webkit-keyframes kf-progress-50-p-back {
  from {
    width: 50%;
  }
  to {
    width: 3%;
  }
}

@keyframes kf-progress-50-p-back {
  from {
    width: 50%;
  }
  to {
    width: 3%;
  }
}

@-webkit-keyframes kf-progress-100-p-back {
  from {
    width: 100%;
  }
  to {
    width: 50%;
  }
}

@keyframes kf-progress-100-p-back {
  from {
    width: 100%;
  }
  to {
    width: 50%;
  }
}

/* bike animation */
@-webkit-keyframes kf-bike-50-p {
  from {
    left: 6%;
  }
  to {
    left: 39%;
  }
}

@keyframes kf-bike-50-p {
  from {
    left: 6%;
  }
  to {
    left: 39%;
  }
}

@-webkit-keyframes kf-bike-100-p {
  from {
    left: 39%;
  }
  to {
    left: 71%;
  }
}

@keyframes kf-bike-100-p {
  from {
    left: 39%;
  }
  to {
    left: 71%;
  }
}

@-webkit-keyframes kf-bike-50-p-back {
  from {
    left: 39%;
  }
  to {
    left: 6%;
  }
}

@keyframes kf-bike-50-p-back {
  from {
    left: 39%;
  }
  to {
    left: 6%;
  }
}

@-webkit-keyframes kf-bike-100-p-back {
  from {
    left: 71%;
  }
  to {
    left: 39%;
  }
}

@keyframes kf-bike-100-p-back {
  from {
    left: 71%;
  }
  to {
    left: 39%;
  }
}

@media (max-width: 1050px) {
  /* .logo {
    margin: 25px 0;
} */
  .progress-container {
    width: 90%;
    margin-top: 50px;
    margin-left: 0;
  }
  .form-section {
    width: 70vw;
  }
  .bike-box {
    margin-bottom: 20px;
  }
}

@media (max-width: 375px) {
  .progress-name {
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  /* .doubleRowForm,
.singleRowForm {
    width: 100%;
} */
  #contact-info,
  #business-info,
  #marchent-info {
    position: relative;
  }
  .form-section {
    width: 95vw;
  }
  /* .mar-row-bottom {
    margin-bottom: 0;
} */
  /* .singleRowBM {
    margin-bottom: 10px;
} */
  .submit-btn {
    margin-top: 10px;
  }
  .bike-position {
    margin-top: -100px;
  }
}

/* reg css end */
/* navBar css end */
/* login css start */
.main-container {
  height: 100vh;
  width: auto;
  /* from local storage */
  background-image: url("/assets/images/background-3840.png");
  /* From cdn */
  /* background-image: url("https://i.imgur.com/oCPJqU0.png"); */
  background-repeat: no-repeat;
  background-size: cover;
}

.login-container {
  /* height: 85vh; */
  /* width: 60vh; */
  /* width: 30vw; */
  background-color: aqua;
  -webkit-box-shadow: 2px 2px 20px -11px #58585852;
          box-shadow: 2px 2px 20px -11px #58585852;
  border-radius: 3px;
  background-color: #ffffff;
}

.loginLogo {
  margin-top: 25px;
  width: 168px;
}

.login-form-container {
  width: 100%;
  padding: 15px 50px;
  height: auto;
}

.login_title {
  margin-top: 20px;
  color: #1aa79c;
}

.login_title h3 {
  font-size: 27px;
  font-weight: bold;
}

.login-sub-title {
  font-size: 12px;
  color: #383838a1;
  margin-top: 8px;
  letter-spacing: -0.1px;
}

.material-icons-outlined,
.material-icons {
  font-size: 20px;
}

/* .form-group label {
font-size: 12px;
font-weight: normal;
} */
.transparent {
  background-color: transparent !important;
  -webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.075);
          box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.075);
}

.border-none {
  border: none !important;
  -webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.075);
          box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.075);
}

.border-all {
  border: solid 1px #b5b5b5;
}

.border-all:focus-within {
  border: 2px solid #1aa79c;
}

#visibility_off {
  margin-right: 0;
  background: #b5b5b552;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #1aa79c;
}

/* .form-control:focus .login {
box-shadow: none !important;
}
.form-control .login {
padding: 0;
} */
.login:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.login {
  padding: 0;
}

.form-check {
  padding-left: 0 !important;
}

input[type="checkbox"] {
  margin-left: 10px;
}

.login_btn {
  background-color: #1aa79c;
  color: white;
  padding: 10px 0px;
  font-size: 17px;
  font-weight: bold;
}

.login_btn:hover {
  background-color: #1aa79c;
  color: white;
}

.signup-or-forgotPass {
  color: #1aa79c;
  font-size: 0.6875rem;
  font-weight: 600;
}

.copyright {
  font-size: 0.6rem;
  font-style: italic;
  color: #383838a1;
}

.fa {
  padding: 7px;
  font-size: 15px;
  width: 25px;
  height: 25px;
  text-decoration: none;
  border-radius: 50%;
  margin-right: 5px;
  font-weight: normal;
  color: white;
}

@media (max-width: 1440px) {
  /* .login-container {
    width: 40vw;
} */
}

@media (max-width: 550px) {
  .login-form-container {
    padding: 15px 15px;
  }
}

@media (max-width: 320px) {
  .copyright {
    font-size: 0.52rem;
  }
  .signup-or-forgotPass {
    font-size: 0.625rem;
  }
}

/* login css end */
/* contact css start */
.contactImg img {
  width: 100%;
  max-height: 20vh;
}

.contactFormWithMap {
  margin: 80px 0px;
}

.contactFormWithMap .map {
  height: 350px;
}

.getInTouchSubtitle {
  margin-bottom: 10px;
}

.getInTouchSubtitle .subtitle {
  margin-bottom: 0;
}

.contactForm textarea {
  height: auto !important;
}

.officeAddress {
  margin-top: 20px;
}

.headOffice,
.subOffice,
.vl {
  display: inline-block;
}

.headOffice h3,
.subOffice h3 {
  font-size: 14px;
  font-weight: 550;
}

.headOffice p,
.subOffice p {
  font-size: 14px;
}

.vl {
  border-left: 2px solid gray;
  height: 48px;
}

.getInTouchTitle {
  color: black;
  font-weight: bold;
}

h3.getInTouchTitle.pb-3 {
  margin-top: -5px;
}

.st-message {
  text-align: center;
  color: white;
  font-weight: bold;

  font-size: 16px;
}
.st-message h1 {
  font-size: 17px;
  padding: 5px 0;
  margin: 0;
}
.st-primary {
  background: #1976d2;
}
.st-success {
  background: #2e7d32;
}
.st-warning {
  background: #e53935;
}
.st-pending {
  background: #e65100;
}

@media (max-width: 768px) {
  .headOffice h3,
  .subOffice h3,
  .headOffice p,
  .subOffice p {
    font-size: 12px;
  }
  .contactFormWithMap {
    margin: 0;
  }
  .mapAddress,
  .contactForm {
    margin-top: 20px;
  }
}

/* contact css end */
/* footer section start*/
.footer h3 {
  font-size: 14px;
  font-weight: 550;
  margin-bottom: 24px;
}

.footer p,
.footer a {
  font-size: 14px;
}

.footer span {
  color: #1aa79c;
  font-size: 24px;
}

.footer hr {
  margin-bottom: 2rem;
  border: 0;
  border-top: 2px solid #1aa79c;
}

.copyright-footer {
  background-color: #1aa79c;
  color: white;
}

.copyright-footer p {
  font-weight: 550;
  font-size: 14px;
  color: #f6f6f6;
}

.footerLinks li {
  list-style-type: none;
}

.footerLinks li a:hover {
  color: black !important;
}

.footerLinks li > a {
  color: black;
  text-decoration: none;
}

.footerLinks li {
  line-height: 2;
}

/* footer section end*/
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF;
}

.title-box {
  max-width: 450px;
}

.title-box p:nth-child(1) {
  font-size: 1.937rem;
  font-weight: 500;
  color: #03a79d;
}

.title-box p:nth-child(1) span {
  font-weight: 700;
}

.title-box p:nth-child(2) {
  font-size: 1.75rem;
  font-weight: 300;
  color: #24231F;
}

.title-box p:nth-child(3) {
  font-size: 1rem;
  font-weight: 400;
  color: #656565;
}

.title-box a {
  font-weight: 400;
  font-size: 1rem;
  color: #FFF;
  text-decoration: none;
  padding: 7px 15px;
  border-radius: 5px;
  background-color: #03a79d;
}

@media (max-width: 768px) {
  .title-box {
    max-width: 350px;
  }
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

#menu-bar {
  font-size: 1rem;
  font-weight: 500;
  background-color: #FFF;
}

.navbar-brand img {
  max-width: 160px;
  height: auto;
}

.my-nav li {
  margin: 5px 0px;
}

.my-nav li a {
  color: #24231F;
  margin: 0px 5px;
  padding: 2px 4px;
  text-decoration: none;
  display: inline-block;
  border-bottom: 2px solid transparent;
}

.my-nav li a:hover {
  color: #03a79d;
  border-bottom: 2px solid #03a79d;
}

.my-nav2 {
  min-width: 250px;
  margin-left: auto;
}

.my-nav2 li {
  margin: 5px 0px;
  position: relative;
}

.my-nav2 li form.form {
  position: absolute;
  z-index: 99;
  background: #fff;
  width: 300px;
  padding: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  top: 33px;
  transform: scale(0);
}

.my-nav2 li form.form::before{
  position:absolute;
  content:"";
  height:10px;
  width:10px;
  top: -6px;
  left: 22px;
  transform: rotate(45deg);
  border-top: 1px solid #e8e8e8;
  background: #fff;
  border-left: 1px solid #e8e8e8;
}

.my-nav2 li form.form .form-group {}
.my-nav2 li form.form .form-group label {
  color: #03A79D;
}
.my-nav2 li form.form .btn {
    background: #03A79D;
    color: #fff;
}

.my-nav2 li .marchant-login {
  color: #03a79d;
  margin: 0px 5px;
  padding: 2px 4px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.my-nav2 li a:hover {
  color: #24231F;
}

.sign-up {
  color: #FFF !important;
  background-color: #03a79d;
  border-radius: 15px;
  padding: 2px 8px !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.bnr-half {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.bnr-half .carousel {
  height: 100%;
}

.bnr-half .carousel .carousel-inner {
  height: 100%;
}

.bnr-half .carousel .carousel-inner .carousel-item {
  height: 100%;
}

.bnr-half img {
	width: 100%;
	height: 100%;
	margin-right: auto;
}

/*
.bnr-half {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 563px;
}

.bnr-half img {
  width: 300px;
  height: 280px;
  margin-right: auto;
}
*/

.bg-half-circle {
  position: absolute;
  width: 40% !important;
  height: auto !important;
  top: -5%;
  right: -5%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.track-box {
  max-width: 340px;
}

/* tracking */

.tracking-area {
  border-top: 1px solid #c2c2c2;
}

.order-details {
  background: #F0F1F4;
  padding: 30px;
}

.order-details p {
  color: #24231F;
  font-size: 21px;
}

.order-details ul {
  list-style: none;
  padding: 0;
}

.order-details ul li {
  font-size: 15px;
  color: #656565;
}

.tracking-bar {}

.tracking-bar h1 {
  color: #24231F;
  font-size: 21px;
}

.tracking-bar ul {
    display: flex;
    width: 100%;
    padding: 0;
    list-style: none;
    position: relative;
    margin: 50px 0;
}

.tracking-bar ul li {
    width: 25%;
    font-size: 13px;
    position: relative;
}

.tracking-bar ul p {
    margin: 0;
}

.tracking-bar ul span {}

.tracking-bar ul li:last-child {
    text-align: right;
}

.tracking-bar ul::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 100%;
    background: #F0F1F4;
    top: -26px;
    border-radius: 15px;
}

.tracking-bar ul li::before {
    position: absolute;
    content: "";
    background: #DEE0E7;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    top: -22px;
    right:0;
}

.tracking-bar ul::after {
  position: absolute;
  content: "\f058";
  background: #03A79D;
  top: -26px;
  left: 0;
  height: 20px;
  width: 50%;
  border-radius: 15px;
  font-family: 'Font Awesome 5 Free';
  color: #fff;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 2px;
  font-weight: 600;
}

.tracking-details {
  border: 1px solid #7070703d;
}

.tracking-details h1 {
  font-size: 21px;
  color: #24231F;
  background: #F6F6F8;
  padding: 15px;
  margin: 0;
}

.tracking-area a{
  border-radius: 20px;
  margin-top: 20px;
}

.tracking-details-inner {}

.tracking-details-inner .single-tracking-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #7070703d;
  padding: 15px;
}

.tracking-details-inner .single-tracking-row .part1 {
  width: 60%;
}

.tracking-details-inner .single-tracking-row .part2 {width: 40%;}

.tracking-details-inner .single-tracking-row .part1 p:nth-child(1) {
  font-size: 15px;
  color: #24231F;
  font-weight: 500;
  margin-bottom: 0;
}

.tracking-details-inner .single-tracking-row .part1 p {
  font-size: 15px;
  color: #656565;
}

.tracking-details-inner .single-tracking-row .part2 p:nth-child(1) {
  font-size: 15px;
  color: #24231F;
  font-weight: 500;
  margin-bottom: 0;
}

.tracking-details-inner .single-tracking-row .part2 p {
  font-size: 15px;
  color: #656565;
}

.track-box h1 {
  font-size: 1.94rem;
  font-weight: 600;
  color: #24231F;
}

.track-box h1 span {
  color: #03a79d;
}

.track-box p {
  font-size: 1rem;
  font-weight: 400;
  color: #656565;
}

.track-box form {
  width: 100%;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.carousel-indicators {
  left: initial !important;
}

/* common styles end */
.bnr-box {
  background-color: #03a79d;
}

.bnr-box2 {
  background-color: #F5FAFE;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.track-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.track-form input, .track-form button {
  border: 2px solid transparent;
  font-weight: 400;
  font-size: 1rem;
  padding: 5px 10px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.track-form input {
  color: #656565;
  background-color: #FFF;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.track-form input:focus {
  border: 2px solid #03a79d;
}

.track-form button {
  color: #FFF;
  background-color: #03a79d;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.bg-img-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .5;
  pointer-events: none;
}

.bg-img-container img {
  width: 50%;
  height: auto;
  margin-top: auto;
  margin-left: auto;
  display: inline-block;
}

#features {
  background-color: #03a79d;
}

.features-bg1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}

.features-bg1 img {
  position: absolute;
  width: 20%;
  height: auto;
  bottom: -5%;
  left: -5%;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.features-item {
  margin: 1rem 0;
  padding: 0 .5rem;
  text-align: center;
  color: #FFF;
}

.features-item p:nth-child(2) {
  font-weight: 600;
  font-size: 1.125rem;
}

.features-item p:nth-child(3) {
  font-weight: 400;
  font-size: 0.8125rem;
}

.features-item-img {
  width: 100%;
  height: 80px;
}

.features-item-img img {
  width: 50px;
  height: auto;
}

.features-img-box {
  position: relative;
}

.features-img-box img {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  right: 0;
}

#services {
  background-color: #F5FAFE;
}

.services-bg-top,
.services-bg-bottom {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}

.services-bg-top img {
  position: absolute;
  width: 45%;
  height: auto;
  top: -10%;
  right: -12%;
}

.services-bg-bottom img {
  position: absolute;
  width: 45%;
  height: auto;
  bottom: -20%;
  left: -24%;
}

.services-card {
  background-color: #FFF;
  border-radius: 10px;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-shadow: 1px 1px 4px 0px #6565654f;
  box-shadow: 1px 1px 4px 0px #6565654f;
}

.s-card-img-box {
  width: 100%;
  padding-top: 63%;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 72%;
  border-bottom-left-radius: 10%;
}

.s-card-img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.s-card-info {
  padding: 15px;
}

.s-card-info p:nth-child(1) {
  font-size: 1.125rem;
  font-weight: 600;
  color: #24231F;
}

.s-card-info p:nth-child(2) {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #656565;
}

.grid {
  width: 100%;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-sizer,
.grid-item {
  width: 33.33%;
}

.ms-width1 {
  width: 33.33%;
}

.ms-height1 {
  height: 200px;
}

/* 2 columns */
@media all and (max-width: 992px) {
  .ms-width1 {
    width: 50%;
  }
  .grid-sizer,
  .grid-item {
    width: 50%;
  }
}

@media all and (max-width: 576px) {
  .ms-width1 {
    width: 100%;
  }
}

.about-info > :nth-child(1) {
  font-size: 1.937rem;
  font-weight: 500;
  color: #03a79d;
}

.about-info > :nth-child(1) span {
  font-weight: 700;
}

.about-info > :nth-child(2) {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #656565;
}

.about-info > :nth-child(3) {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #03a79d;
  text-decoration: none;
}

.info-box {
  max-width: 200px;
}

.info-box > div {
  width: 100%;
  float: left;
  padding: 15px;
  color: #FFF;
}

.info-box > div p {
  margin: 0;
  padding: 0;
}

.info-box > div p:nth-child(1) {
  font-size: 1.375rem;
  font-weight: 700;
}

.info-box > div p:nth-child(2) {
  font-size: 1.125rem;
  font-weight: 400;
}

.info-box > div:nth-child(1) {
  background-color: #03a79d;
}

.info-box > div:nth-child(2) {
  background-color: #2BC9C0;
}

.info-box > div:nth-child(3) {
  background-color: #24231F;
}

.info-img {
  width: 100%;
}

.info-img img {
  width: 100%;
  height: auto;
}

#register {
  background: #f5fafe;
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, #f5fafe), color-stop(80%, white));
  background: linear-gradient(90deg, #f5fafe 80%, white 80%);
}

.reg-bg-bike {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reg-bg-bike img {
  width: 40%;
  height: auto;
}

.client-box {
  width: 100%;
  height: 150px;
  padding: 10px;
}

#footer {
  background-color: #F5FAFE;
}

#footer p {
  margin: 0;
  padding: 0;
}

#copy {
  background-color: #03a79d;
  color: #FFF;
}

#copy p {
  margin: 0;
  padding: 0;
}

.logo {
  max-width: 190px;
}

.social {
  width: 100%;
  font-size: 0.8125rem;
  color: #656565;
  font-weight: 400;
}

.social p {
  margin: 0;
  padding: 0;
}

.social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social ul li {
  display: inline-block;
}

.social ul li a {
  text-decoration: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-size: 1rem;
  margin: 2px;
}

.social ul li a:hover {
  background-color: #03a79d;
}

.fb-color {
  background-color: #3e5c9a;
}

.u-tube-color {
  background-color: #e62117;
}

.in-color {
  background-color: #0687b3;
}

.footer-title {
  font-weight: 700;
  font-size: 1rem;
  color: #24231F;
  margin-bottom: 1.5rem !important;
}

.touch {
  color: #656565;
  font-weight: 400;
  font-size: 0.8125rem;
}

.touch i {
  font-size: 1.1rem;
  color: #03a79d;
}

.footer-options a {
  text-decoration: none;
  color: #656565;
  font-weight: 400;
  font-size: 0.812rem;
}

.footer-options a:hover {
  color: #24231F;
}

.footer-options ul {
  list-style-type: none;
}

.footer-options ul li {
  display: block;
  margin-bottom: 0.5rem;
}
/*# sourceMappingURL=mystyle.css.map */