#b-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.myn-logo {
  left: 0%;
}

.banner-img img {
  width: 100%;
}

#reg-form {
  position: relative;
  right: -100px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.container {
  margin: 0 auto;
}

.header {
  width: 100%;
}

.header img {
  margin: 18px 0;
}

.banner-left {
  width: 691px;
  height: 50px;
  top: 125px;
  left: 49px;
  float: left;
}

.banner-left h1 {
  font-family: Impact, "Montserrat";
  font-weight: 900;
  font-size: 25px;
  color: #ffffff;
  text-align: left;
}

.banner-left h2 {
  font-family: Impact, "Montserrat";
  font-weight: 900;
  font-size: 30px;
  color: #ffffff;
}

.banner-left h3 {
  font-family: Impact, "Montserrat";
  font-weight: 900;
  font-size: 30px;
  color: #ffffff;
}

.banner-right {
  width: 150%;
  left: 65%;
  width: 300px;
  padding: 10px;
  position: fixed;
  bottom: 40%;
}

.green-background {
  width: 100%;
  padding: 207px 0;
  background: linear-gradient(135deg, #0d9452 3.7%, #00cc6a 84.05%);
  background-image: url("../images/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80% top;
}

.banner2-left h1 {
  font-family: Impact, "Montserrat";
  font-weight: 900;
  font-size: 25px;
  color: #ffffff;
  text-align: left;
}

.banner-left h2 {
  font-family: Impact, "Montserrat";
  font-weight: 900;
  font-size: 30px;
  color: #ffffff;
}

.banner-left h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #ffffff;
}

.banner2 {
  width: 100%;
  background-color: #e32137;
  text-align: center;
  padding: 20px 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.banner2 .row .text-white{
  font-size: 60px;
  font-weight: bolder;
}

.ride-details h2 {
  text-align: center;
  font-weight: bolder;
  font-size: 100px;
  padding-top: 10%;
}

.ride-details p {
  font-weight: lighter;
  margin-top: 0;
  margin-bottom: 1rem;
  color: black;
  font-size: inherit;
}

.col-md-3 h2 {
  text-align: center;
  font-weight: bolder;
}

.col-md-3 p {
  text-align: center;
  font-weight: initial;
  font-size: 16px;
}

.ride-details img {
  vertical-align: middle;
  width: 30%;
  height: 35%;
}

.ride-information {
  color: green;
  text-align: center;
  font-weight: bolder;
}

.ride-information h2 {
  text-align: center;
  color : black;
  font-weight: bolder;
}

.ride-information p {
  font-weight: lighter;
  margin-top: 0;
  margin-bottom: 1rem;
  color: black;
  font-size: 20px;
}


.col-md-3 h2 {
  text-align: center;
  font-weight: bolder;

}

.col-md-3 p {
  text-align: center;
  font-weight: initial;
}

.ride-information img {
  vertical-align: middle;
  width: fit-content;
  margin: auto;
}

.card h2 {
  display: block;
  font-size: 24px;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.div_center h2 {
  color: green;
  font-size: 75px;
  margin-left: -106px;
  font-style: normal;
  font-weight: bold;
  font-family: 'Montserrat';
}

.div_context .d-flex img {
  width: 90px;
  margin-left: -15px;
}

.card {
  box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
  padding: 2px;
  text-align: center;
  background-color: #ffffff;
  display: block;
  margin-left: auto;
  margin-right: 17px;
  margin-bottom: 1rem;
  outline: none;
  border: none;
  height: 100%;
}

.banner4 .card2 {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
  padding: 1px;
  text-align: center;
  background-color: #ffffff;
  display: block;
  margin-left: center;
  margin-right: center;
  margin-bottom: 100%;
}

.cab-img img {
  width: 20%;
}

.cab-img {
  width: 100%;
}

.footer {
  width: 100%;
  background-color: #0e0e0e;
  color: white;
  text-align: center;
  display: flex;
}

/* video-play-button */
.wrapper {
  position: relative;
  width: 560px;
}

.wrapper img {
  max-width: 110%;
  height: auto;
  margin-left: 320px;
  margin-top: 116px;
}

.wrapper iframe {
  display: none;
}

.play-btn {
  position: absolute;
  z-index: 666;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: 0;
}

.play-btn:hover {
  cursor: pointer;
}

.play-btn:focus {
  outline: 0;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.play-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.overlay {
  width: 100%;
  background-image: url("../images/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
}

b.wrapper {
  max-width: 350px;
  margin: auto;
  padding: 20px;
  background: #ffffff;
  margin-top: 350px;
}

/* fir form style */
.side-form {
  width: 100%;
  background: rgba(245, 245, 245, 1);
}

.side-form h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
}

.side-form p {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

.btn-submit {
  width: 100%;
  background: rgb(33,172,75);
  border: 1px solid #000000;
  box-shadow: 4px 4px 0px #000000;
  border-radius: 4px;
  padding: 8px 0;
}

/* form alignment */
.banner {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.banner img {
  width: 100%;
}

.form {
  position: absolute;
  right: 35px;
  background: rgba(245, 245, 245);
  padding: 35px;
  border-radius: 8px;
  width: 434px;
}


p.form-title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}

p.form-title img {
  width: 36px;
  margin-bottom: 3px;
}

.take-money {
  color: rgb(82, 82, 79);
  font-size: 12px;
  text-align: center;
}

section.shrink-it {
  width: 85%;
  margin: auto;
}

p.para-highlights {
  width: 150px;
  margin: auto;
} 

.vector {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.right-line {
  height: 63px;
  position: absolute;
  width: 1px;
  background: rgba(102, 112, 121, 1);
  right: 0px;
}
.banner2 h1{
  font-size: 45px;
  font-weight: bolder;
}

.container-fluid h2{
  font-weight: bold;
  margin-top: 2px;
  font-size: 16px;
}


.footer_left>img {
  width: 180px;
}

.footer_left {
  left: 25px;
  min-width: 400px;
}

.footer_right {
  right: 25px;
  min-width: 400px;
}

.ft-row {
  display: flex;
  justify-content: space-around;
  padding: 40px;
}

footer.container-fluid {
  background: #000;
}

.footer1 {
  height: 120px;
  padding: 10px;
}

.banner-content {
  position: absolute;
  left: 35px;
  top: 30px;
}

.banner-content>h1 {
  font-style: italic;

  font-weight: bold;
}

.context_p {
  font-size: 39px;
  align-self: center;
  margin-top: 18px !important;
  font-family: Impact, "Montserrat";
}

.banner-content>img {
  width: 62px !important;
}

.mobile-banner-image {
  display: none;
}

.middle_text{
  font-size: 45px;
}

.happy_driver_div {
  width: 75%;
  margin: 0 auto;
}

.cab_auto_one_div {
  margin: 0 auto;
  position: relative;
}

.div_left {
  position: absolute;
  left: 5px;
}

.div_right {
  position: absolute;
  right: 5px;
}

.div_center {
  align-self: center;
  display: flex;
  margin: 0 auto;
  height: 85px;
  align-items: center;
}
.div_center img{
  width: 133px;
  margin-bottom: 0px;
}
.div_center>h3 {
  align-self: center;
  text-align: center;
}

.driver_video {
  width: 90%;
  margin: 0 auto;
  display: flex;
  margin-top: 40px;
  height: 444px;
}

.driver_video>video {
  align-self: center;
  width: 100%;
}

.driver_video iframe {
  width: 200%;
  height: 100%;
}
.col-md-3 img {
  width: 140px;
}
.col-md-3 .vector image{
  margin-top: 10px;

}
.hyperlink{
  font-size: 14px;
}

.banner2 .text-white{
  font-size: 3.5rem;
  font-weight: bolder;
}
.mydiv1{
  display: flex;
  justify-content: center;
}

.my-para{
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
.convenience_info{
  background-color: #21AC4B;
}
.banner3 {
  padding: 20px 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer_right p {
  margin-bottom: 0;
  font-size: 1vw;
}
.btn1{
  border-color: lightgreen;
  color: red;
}


@media only screen and (max-width: 1920px) {
  .form {
    width: 30%;

  }

  .div_heading>h1 {
    font-size: 70px;
    font-style: italic;
    margin-top: 35px;
    font-weight: bold;
  }

  .context_p {
    font-size: 35px;
    align-self: center;
    margin-top: 15px !important;
  }

  .banner-content .white-logo{
    width: 135px;
    margin-bottom: 8px;
    margin-left: 31px;
  }

  .div_center h2 {
    font-size: 50px;
    margin-left: 0;
}
.col-md-3 p {
  text-align: center;
  font-weight: initial;
  font-size: 20px;
}
.hyperlink{
  font-size: 14px;
}

}

@media only screen and (max-width: 1366px) {
  .form {
    width: 375px;
    padding: 20px;

  }

  .div_heading > h1 {
    font-size: 55px;
    margin-top: 35px;
    font-weight: bolder;
  }

  .context_p {
    font-size: 25px;
    align-self: center;
    margin-top: 10px !important;
  }

  .div_context .d-flex img {
      width: 60px;
  }

  .div_center h2 {
    font-size: 30px;
    font-weight: 700;
    margin-left: -106px;
    font-style: normal;
    font-family: 'Montserrat';
  }

  .banner-content .white-logo{
    width: 100px;
    margin-left: 31px;

  }
  .div_center img {
    height: 40px;
    width: auto;
    padding-top: 12px;
    margin-top: 12px;
    margin-bottom: 30px;
}
.hyperlink{
  font-size: 14px;
}
}


@media only screen and (max-width: 1280px) {
  .form {
    width: 375px;
    padding: 20px;
    right: 20px;
  }

  .div_heading>h1 {
    font-size: 50px;
    margin-top: 25px;
    font-weight: bold;
  }

  .context_p {
    font-size: 22px;
    align-self: center;
    margin-top: 12px !important;
  }

  .div_context .d-flex img {
    width: 66px;
  }

  .banner-content .white-logo{
    width: 90px;
    margin-left: 31px;
  }
  .banner2 {
  width: 100%;
  background-color: #e32137;
  text-align: center;
  padding: 20px 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.banner2 .text-white{
  font-size: 3.5rem;
  font-weight: bolder;
}
.hyperlink{
  font-size: 14px;
}

}


@media only screen and (max-width: 1080px) {
  .form {
    width: 310px;
    padding: 12px;
    right: 9px;
}

.div_heading>h1 {
  font-size: 35px;
  margin-top: 15px;
  font-weight: bold;
}

.context_p {
  font-size: 16px;
  align-self: center;
  margin-top: 12px !important;
}

.div_context .d-flex img {
  width: 50px;
}

.banner-content .white-logo{
  width: 65px;
  margin-left: 31px;

}
.hyperlink{
  font-size: 14px;
}
  
}

@media only screen and (max-width: 900px) {
  .form {
    position: relative;
    width: 90%;
    right: 0;
    margin-top: 35px;
    padding: 30px;
  }

  .div_heading>h1 {
    font-size: 45px;
    margin-top: 20px;
    font-weight: bold;
  }
  

  
  .div_context .d-flex img {
    width: 58px;
  }

  .banner {
    flex-direction: column;
  }

  .footer1 {
    height: 80px;
    padding: 8px;
  }

  .card {
    border: none;
    outline: none;
  }

  .banner-content>h1 {
    font-size: 12px;
    margin-top: 0px !important;
  }

  .banner-content>img {
    width: 31px !important;
  }

  .context_p {
    font-size: 20px;
    align-self: center;
    margin-top: 5px !important;
    margin-bottom: 16px;
  }

  .mobile-banner-image {
    display: block;
  }

  .desktop-banner-image {
    display: none;
  }

  .card-body {
    width: 100%;
    height: 85px;
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
  }

  .card h2 {
    font-size: 14px;
  }

  .card1 h2 {
    display: flex;
    margin-block-start: -4.17em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    margin-left: 61px;
    margin-bottom: 0px;
    margin-top: -33px;
  }

  .card-body p {
    font-size: 10px;
    text-align: start;
    font-weight: initial;
    margin-left: 63px;
    padding-top: 8px;
  }

  .card-body img {
    width: 47px;
    height: 47px;
    margin-right: 238px;
  }


  .vector .right-line {
    width: 100%;
    float: left;
    padding: 0px;
    outline-color: grey;
  }

  .banner4 {
    margin-top: 15px;
    margin-bottom: 3.5rem;
  }

  .banner4 h1 {
    font-weight: bolder;
    font-size: 173%;
    width: 100;
    margin-top: 15px;
    margin-bottom: -2rem;
  }

  .ride-row {
    margin-left: 16px;
    margin-right: 16px;
  }

  .ride-information .card img {
    width: 47px;
    height: 47px;
  }

  .row {
    margin-left: 9px;
    margin-right: 0px;
  }

  .ride-information h2 {
    display: flex;
    margin-block-start: -3.17em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    margin-left: 61px;
    font-size: 10px;
    margin-bottom: -7px;
  }

  .card {
    box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
    padding: 2px;
    text-align: center;
    background-color: #ffffff;
    display: block;
    margin-left: auto;
    margin-right: 17px;
    margin-bottom: 1rem;
    outline: none;
    border: none;
  }

  .sign-up-details .card {
    margin-top: -30px;
  }

  .sign-up-details h2 {
    display: flex;
    margin-block-start: -5.17em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    margin-left: 61px;
    margin-bottom: 2px;
  }

  .sign-up-details .card {
    margin-top: 5px;
  }

  .sign-up-row {
    margin-left: 3px;
    margin-right: 0px;
  }

  .sign-up-row .card-body {
    width: 100%;
    height: 150px;
  }

  .sign-up-details .card-body .card-img-1 {
    width: 100%;
    width: 100%;
  }

  .sign-up-row .card-body h2 {
    margin-top: -62px;
    font-size: 10px;
    margin-left: 132px;
  }

  .sign-up-row .card-body .myn-black-logo {
    height: 20px;
    width: 50px;
  }

  .right-line {
    height: 1px;
    position: absolute;
    width: 63px;
    background: rgba(102, 112, 121, 1);
    right: 0px;
    margin-top: 109px;
  }

  .right-line {
    width: 100%;
    float: left;
    padding: 0px;
    outline-color: grey;
  }

  .div_center h2 {
    color: green;
    font-size: 1rem;
    font-weight: 700;
    margin-left: -20px;
    }

  .ft-row {
    display: flex;
    justify-content: center;
    padding: 65px;
    align-items: center;
  }

  .footer_left {
    left: 25px;
    min-width: 100px !important;
    display: flex;
  }

  .footer_right {
    min-width: 100px !important;
  }

  .banner-content .white-logo{
    width: 130px;
    margin-left: 31px;

  }
  .hyperlink{
    font-size: 14px;
  }
  
}



@media only screen and (max-width: 770px) {
  .vector {
    flex-direction: row;
    padding-top: 25px;
    padding-bottom: 15px;
    gap: 40px;
    justify-content: start;
  }

  .vector h2 {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
  }

  .grp-text {
    display: flex;
    flex-direction: column;
    text-align: left;
  }

  .grp-text h2,
  .grp-text p {
    text-align: left;
  }
  .hyperlink{
    font-size: 14px;
  }
  .mydiv1 img{
    width: 51px;
  }

  
} 

.mydiv1 img{
  width: 100px;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  
  .banner2 h1 {
    font-size: 17px;
    font-weight: bolder;
  }
  .div_heading>h1 {
    font-size: 35px;
    margin-top: 20px;
    font-weight: bold;
  }
  .banner-content .white-logo {
    width: 70px;
  }
  .div_context .d-flex img {
    width: 40px;
    height: 32px;
    margin-left: 3px;
  }
  .context_p {
    font-size: 12px;
    align-self: center;
    margin-top: 5px !important;
    margin-bottom: 12px;
  }
  .ride-information .card img {
    width: 47px;
    height: 47px;
  }
  .ride-information h2 {
    font-size: 15px;
  }
  .card-body p {
    font-size: 13px;
  }
  .container-fluid p {
    font-weight: bold;
    font-size: 12px;
  }
  .sign-up-row .card-body h2 {
    margin-top: -62px;
    font-size: 16px;
    margin-left: 230px;
  }

  .middle_text {
    font-size: 22px;
  }

  .div_right img{
    width: 150px;
  }
  .div_left img{
    width: 130px;

  }
  .hyperlink{
    font-size: 14px;
  }
  .convenience_info p{
    font-size: 8px;
  }
  .mydiv1 img{
    width: 51px;
  }
  .footer_right p {
    margin-bottom: 0;
    font-size: 3vw;
  }
  

}

@media only screen and (max-width: 450px) {
  .footer1 {
    height: 80px;
    padding: 8px;
  }

  .card {
    border: none;
    outline: none;
  }

  .banner-content>h1 {
    font-size: 12px;
    margin-top: 0px !important;
  }

  .banner-content img {
    width: 31px;
  }

  .context_p {
    font-size: 12px;
    align-self: center;
    margin-top: 0px !important;
    margin-bottom: 5px;
  }

  .mobile-banner-image {
    display: block;
  }

  .desktop-banner-image {
    display: none;
  }

  .card-body {
    width: 100%;
    height: 85px;
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
  }
  .card h2 {
    font-size: 14px;
    margin-top: 29px;

  }
  .card1 h2 {
    display: flex;
    margin-block-start: -4.17em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    margin-left: 61px;
    margin-bottom: 0px;
    margin-top: -33px;
  }

  .card-body p {
    font-size: 12px;
    text-align: start;
    font-weight: initial;
    margin-left: 63px;
    padding-top: 8px;
  }

  .card-body img {
    width: 27%;
    height: auto;
    float: left;
    margin-right: 0px;
  }

  .banner4 {
    margin-top: 15px;
    margin-bottom: 3.5rem;
  }

  .banner4 h1 {
    font-weight: bolder;
    font-size: 173%;
    width: 100;
    margin-top: 15px;
    margin-bottom: -2rem;
  }

  .ride-row {
    margin-left: 16px;
    margin-right: 0px;
  }

  .ride-information .card img {
    width: 47px;
    height: 47px;
    float: left;
  }

  .row {
    margin-left: 9px;
    margin-right: 0px;
    gap: 20px;
  }

  .ride-information h2 {
    display: flex;
    margin-block-start: -3.17em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    margin-left: 62px;
    font-size: 10px;
    margin-bottom: 0px;
    margin-top: 10px;
  }
 
  .sign-up-details .card {
    margin-top: -30px;
  }

  .sign-up-details h2 {
    display: flex;
    margin-block-start: -5.17em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    margin-left: 61px;
    margin-bottom: 2px;
  }

  .sign-up-details .card {
    margin-top: 5px;
  }

  .sign-up-row {
    margin-left: 3px;
    margin-right: 0px;
  }

  .sign-up-row .card-body {
    width: 100%;
    height: 150px;
  }

  .sign-up-details .card-body .card-img-1 {
    width: 114px;
    height: 113px;
    margin-right: 216px;
  }

  .sign-up-row .card-body h2 {
    margin-top: -62px;
    font-size: 10px;
    margin-left: 132px;
  }

  .sign-up-details .card-body h2 {
    color: black;
    font-weight: bolder;
    font-size: 15px;
  }

  .sign-up-row .card-body .myn-black-logo {
    height: 20px;
    width: 50px;
  }


  .vector img {
    width: 4.5rem;
  }

  .grp-text h2 {
    color: green;
    font-size: 1rem;

  }

  .grp-text p {
    font-size: 0.85rem;
  }

  .banner2 h1 {
    font-size: 17px;
    font-weight: 800;
  }

  .middle_text {
    font-size: 12px;
    font-weight: bold;
  }


  .div_right img {
    width: 100px;
    margin-right: -65px;
  }

  .div_left img {
    width: 82px;
    margin-left: -55px;
  }

  .div_center {
    align-self: center;
    display: flex;
    margin: 0 auto;
    height: 58px;
    align-items: center;
  }

  .driver_video {
    width: 100%;
    margin: 0 auto;
    display: flex;
    margin-top: 16px;
    margin-left: 0px;
    height: 154px;
  }

  .driver_video iframe {
    width: 100%;
    height: 100%;
  }

 
  .container-fluid .ft-row {
    display: flex;
    justify-content: center;
    padding: 35px;
    align-items: center;
    font-weight: bolder;
    justify-content: space-between;
  }

  .footer_left>img {
    width: 90px;
    margin-left: -34px;
  }

  .footer_right {
    font-size: 13px;
  }
  .div_heading>h1 {
    font-size: 22px;
    margin-top: 20px;
    font-weight: bold;
  }
  .context_p {
    font-size: 10px;
    align-self: center;
    margin-top: 0px !important;
    margin-bottom: 5px;
  }
  .banner-content .white-logo {
    width: 45px;
    margin-top: 3px;
  }
  .div_context .d-flex img {
    width: 34px;
    height: 32px;
  }
  .div_center img {
    height: 30px;
    width: auto;
    padding-top: 12px;
    margin-top: 12px;
    margin-bottom: 30px;
  }
  .hyperlink{
    font-size: 14px;
  }

  
  .mydiv1 img{
    width: 51px;
  }

  .my-para{
    font-size: 8px;
  }
  .convenience_info p{
    font-size: 8px;
  }
  
}

@media only screen and (max-width: 412px) {
  .footer1 {
    height: 80px;
    padding: 8px;
  }

  .div_context .d-flex img {
    width: 30px;
  }

  body {
    font-size: 15px;
    line-height: 1.5;
    overflow-x: hidden !important;
  }

  .container {
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
  }


  .card {
    border: none;
    outline: none;
  }

  

  .banner-content>h1 {
    font-size: 18px;
    margin-top: 0px !important;
  }

  .banner-content>img {
    width: 31px !important
  }

  .mobile-banner-image {
    display: block;
  }

  .desktop-banner-image {
    display: none;
  }

  .card-body {
    width: 100%;
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
    padding-top: 20px;
  }

  .card-body-custom{
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 0px;
  }

  .row-custom{
    gap: 20px;
  }

  .card h2 {
    font-size: 14px;
    margin-top: 29px;

  }

  .card1 h2 {
    display: flex;
    margin-block-start: -4.17em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    margin-left: 61px;
    margin-bottom: 0px;
    margin-top: -33px;

  }

  .card-body p {
    font-size: 12px;
    text-align: start;
    font-weight: initial;
    margin-left: 63px;

  }

  .card-body img {
    width: 97px;
    height: 97px;
  }

  .vector .right-line {
    height: 1px;
    position: absolute;
    width: 63px;
    background: rgba(102, 112, 121, 1);
    right: 0px;
    margin-top: 109px;
  }

  .vector .right-line {
    width: 100%;
    float: left;
    padding: 0px;
    outline-color: grey;
  }

  .banner4 {
    margin-top: 15px;
    margin-bottom: 3.5rem;
  }

  .banner4 h1 {
    font-weight: bolder;
    font-size: 173%;
    width: 100;
    margin-top: 15px;
    margin-bottom: -2rem;
  }

  .ride-row {
    margin-left: 16px;
    margin-right: 16px;
  }

  .ride-information .card img {
    width: 45px;
    height: 47px;
    float: left;
  }

  .row {
    margin-left: 9px;
    gap: 20px
  }

  .ride-information h2 {
    display: flex;
    margin-block-start: -3.17em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    margin-left: 61px;
    margin-top: 0px; 
    margin-bottom: 0px;
  }

  .card {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    padding: 2px;
    text-align: center;
    background-color: #ffffff;
    display: block;
    margin-left: auto;
    margin-right: 5px;
    margin-bottom: 1rem;
    outline: none;
    border: none;
  }

  .sign-up-details .card {
    margin-top: -30px;
  }

  .sign-up-details h2 {
    font-family: "Montserrat";
    display: flex;
    margin-block-start: -5.17em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 800;
    margin-left: 61px;
    margin-bottom: 2px;
  }

  .sign-up-details .card {
    margin-top: 5px;
  }

  .sign-up-row {
    margin-left: 3px;
    margin-right: 9px;
  }

  .sign-up-row .card-body {
    width: 100%;
    height: 150px;
  }

  .sign-up-details .card-body .card-img-1 {
    width: 114px;
    height: 113px;
  }

  .sign-up-row .card-body h2 {
    margin-top: -62px;
    font-size: 14px;
    margin-left: 132px;
  }

  .sign-up-row .card-body .myn-black-logo {
    height: 20px;
    width: 50px;
  }

  .right-line {
    height: 1px;
    position: absolute;
    width: 63px;
    background: rgba(102, 112, 121, 1);
    right: 0px;
    margin-top: 109px;
  }


  .happy_driver_div {
    color: #069E50;
    font-size: 0.90rem;
    font-weight: 700;
    margin-right: 55px;

  }

  .mobile-banner-image {
    display: block;
  }

  .desktop-banner-image {
    display: none;
  }

  .div_heading>h1 {
    font-size: 21px;
    margin-top: 5px;
    font-weight: bold;
    margin-left: -24px;
}
.context_p {
  font-size: 12px;
  align-self: center;
  margin-top: 0px !important;
  margin-bottom: -1px;
}

.banner-content .white-logo{
    width: 42px;
    margin-bottom: 7px;
    margin-left: 9px;
}

.div_context .d-flex img {
  margin-left: -30px;
}
.hyperlink{
  font-size: 14px;
}
.new .card {
  display: contents;
}
.footer_right p {
  margin-bottom: 0;
  font-size: 3vw;
}



}

iframe#\:2\.container {
  display: none !important;
  height: 0px !important;
  width: 0px !important;
}

img.goog-te-gadget-icon {
  display: none;
}
@media only screen and (max-width: 420px) {
  .div_center img {
    height: 25px;
    width: auto;
    padding-top: 12px;
    margin-top: 13px;
}
.container-fluid p{
  font-weight: bold;
  margin-top: 2px;
  font-size: 16px;
}
.hyperlink{
  font-size: 14px;
}
.convenience_info p{
  font-size: 8px;
}
.footer_right p {
  margin-bottom: 0;
  font-size: 3vw;
}
}

#visible-submit{
  display: none;
}

.loader_button {
  background-color: #0071b2;
  color: #fff;
  border: 0 solid #015494;
  border-radius: 5px;
  padding: 0.75em 1em;
  position: relative;
}

.loader-wrapper{
   position: absolute;
    
    display: none;
}
.loader-wrapper.visible{
  display: block;
  width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}
.loader_button * {
  transition: opacity 0.3s ease-in;
}

.loader_button .loader {
  position: absolute;
  display: block;
  fill: transparent;
  top: calc(50% - 0.75rem);
  left: calc(50% - 0.75rem);
  width: 1.5rem;
  height: 1.5rem;
  animation: rotating 1.5s linear infinite;
  display: none;
  opacity: 0;
}

@-webkit-keyframes rotating {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.loader_button.loading span {
  color: transparent;
  opacity: 0;
}

.loader_button.loading .loader {
  fill: transparent;
  display: block;
  opacity: 1;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
      -webkit-transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}