@media only screen and (max-width:768px){
  body{
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .discount-lease-l {
    height: auto;
    width: 100%;
    border-right: 0;
    border-left: 0;
    margin: 10px 0px;
    flex-grow: 0;
    padding: 0 !important;
  }
  .lease-header {
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../../images/banner-lease.svg);
    background-size: 100%;
    background-position: center;
    background-size: cover;
    height: 500px;
  }
  .sign-up{
    width: 100%;
  }
  .lease-header h2 {
    color: #FFF;
    text-align: center;
    font-family: Inter-bold;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.5px;
  }
  .subscription-form{
    display: flex;
    width: 90%;
    flex-direction: column;
    padding: 5px;
    justify-content: center;
    align-items: center;
    gap: 44.385px;
    border-radius: 12px;
    background: #FFF;
    margin: 0px auto;
  }  
  .subscription-form input{
    width: 100%;
  }
  .discount-lease{
    height: auto;
    width: 100%;
    border-right: 0;
    border-left: 0;
    margin: 10px 0px;
    flex-grow: 0;
    padding: 0 !important;
  }
  .flexible-lease {
    height: auto;
    width: 100%;
    border-right: 0;
    border-left: 0;
    margin: 10px 0px;
    flex-grow: 0;
    padding: 0 !important;
  }
  .flexible-lease p{
    margin: 0;
    padding: 0;
  }
  .v-line {
    width: 0%;
    border: solid;
    border-color: #1A1A1A;
    border-width: 0px;
    right: 0em;
    top: 0em;
  }
  .date{
    width: 95% !important;
    margin: 0px auto;
    height: 83px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
  }
  .line-off {
    width: 1px;
    height: 77px;
    background: #E6E6E6;
    position: relative;
    top: 2px;
  }
  .desktop{
    display: none;
  }
  .mobile{
    display: block;
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .search-box {
    height: auto;
  }
  .dates_select {
    width: 100%;
  }
  .header{
    width: 100%;
    height: auto;
    background: ,url(../images/headerBanner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .pick{
    display: flex;
    width: 100% !important;
    /* height: 600px; */
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FAFAFA;
    box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.10);
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }
  .lease-test {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 30px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 37px !important;
  }
  .drop{
  width: 100px !important;
  color: #000000;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  }
  .lease-pragraph{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 21px !important; /* 131.25% */
  }
  .dropper-select {
    overflow: hidden;
    background: url(../images/dopper.png) no-repeat right;
    background-position-y: 13px;
    display: inline-block;
    position: relative;
    width: 80% !important;
    height: 21px;
  }
  .dropper-select select {
    width: 100%;
    height: 21px;
    background: transparent;
    -webkit-appearance: none;
    font-size: 12px;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-family: Inter;
  }
  .price-btn-search {
    width: 128px;
    border-radius: 8px;
    border: 0px solid #6B6F7B;
    background-color: #000000;
    color: #FFFFFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0px;
    padding: 0px;
    text-align: left;
  }
  .btn-invoice-send {
    width: 100%;
    height: 60px;
    border-radius: 8px;
    background: #2D54D2;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    font-size: 14px;
  }
  .btn-invoice-send img{
    width: 14px;
  }
  .filter-drop .check-item > .item-box {
    width: 160px;
    font-size: 11px;
  }
  .btn-invoice-default {
    width: 100%;
    margin: 5px;
    font-size: 14px;
  }
  .btn-invoice-matrix {
    width: 415px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #000;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
  }
  .invoice-heading{
    width: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .inv-inpt{
    width: auto !important;
  }
  .invoice-form input {
    margin: 5px;
    border-radius: 6px;
    border: 1px solid #E4E4E4;
    background: #FAFAFA;
  }
  .check-item {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    width: 50%;
  }
  .pragraph{
    width: 94%;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin: 0px auto;
  }
  .slide-box{
    flex-basis: auto !important;
    height: 25vh;
    padding: 40px;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    transition : all 0.6s ease-out;
    background-repeat: no-repeat;
    background-size: cover ;
    background-position: center center;
  }
  .sty{
    height: 55vh !important;
  }
  .slide-box-content{
    padding: 0px;
    opacity: 1;
    position: absolute;
    left: 0px;
    top: 32%;
  }
  .slide-box:hover .slide-box-content p{
    opacity: 1;
    transition : all 0.6s ease-out;
    width: 90%;
  }
  .slide-box:hover .slide-box-content h2{
    opacity: 1;
    transition : all 0.6s ease-out;
    width: 90%;
  }
  .slide-box:hover .slide-box-content{
    top: 20vh;
    transition : all 0.6s ease-out;
  }
  .slide-box-content p{
    opacity: 0;
    background: #0A226B;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 1rem;
  }
  .slide-container:hover .slide-box{
    flex-basis: auto !important;
    height:20vh;
  }
  .slide-container:hover .slide-box:hover{
    flex-basis: auto !important;
    height:60vh;
    transition : all 0.4s ease-out;
  }
  .serviceDrive{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    color: #FFF;
    font-family: Inter;
    font-size: 17px;
    /* font-size: 36px; */
    font-weight: 700;
    line-height: normal;
    background: #2A50CB;
    text-align: center;
    transition: all 0.6s ease-out;
    margin: 0px;
    height: 50px;
  }
  .leaseDrive{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    color: #FFF;
    font-family: Inter;
    font-size: 17px;
    /* font-size: 36px; */
    font-weight: 700;
    line-height: normal;
    background: #2A50CB;
    text-align: center;
    transition: all 0.6s ease-out;
    margin: 0px;
    height: 50px;
  }
  .shareDrive{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    color: #FFF;
    font-family: Inter;
    font-size: 17px;
    /* font-size: 36px; */
    font-weight: 700;
    line-height: normal;
    background: #2A50CB;
    text-align: center;
    transition: all 0.6s ease-out;
    margin: 0px;
    height: 50px;
  }

  @media only screen and (max-width:366px){

    .content{
      /* border: 2px solid white; */
    width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;


    }
    .content-text{
      width: 100%;
      text-align: center;
      /* border: 2px solid white; */
    }
    .text{

      color: #FFF;
      font-family: Inter;
      padding-top: 50px;
      font-size: 25px;
      font-style: normal;
      font-weight: 500;


    }
  }
 .navbar-brand img{
  width: 35px;
  height: 35px;

 }
 .navbar-toggler{
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
 }
 .nav-link {
    font-size: 14px;
  }
 .logo-text{
  color: #121212;
font-family: Inter;
font-size: 26px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
 .logo-text{
  position: relative;
top: 6px;
 }

.content{
  /* border: 2px solid white; */

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;


}
.content-text{
  width: 350px;
  text-align: center;
  /* border: 2px solid white; */
}
.text{
  color: #FFF;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;


}
.lease{
  color: #FFF;
font-family: Inter;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 50px; /* 217.391% */
letter-spacing: 2px;
position: relative;
top: -20px;
}
.pragraph{
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 127.273% */
  position: relative;
  top: -30px;
}
.button-next{
  width: 220px;
height: 60px;
flex-shrink: 0;
border: none;
border-radius: 8px;
background: #4FB17C;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
position: relative;
top: -40px;
color: #FFF;
text-align: center;
font-family: Inter;
font-size: 17px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 129.412% */
}
.submit{
  position: relative;
  top: 30px;
}

.about{
  display: flex;
  width: 360px;
  flex-direction: column;
  justify-content: center;
  color: #121212;
  text-align: center;
  font-family: Inter;
  font-size: 28px;
  padding-top: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px; /* 127.273% */
  }
  .pragraph{
    width: 95%;
    color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 145.455% */
  }
  .about-pragraph{
    width: 100%;
    color: #121212;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  }
  .Earn{
    color: #121212;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 148% */
  display: flex;
  text-align: center;
  width: 100%;
  height: 33px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;

  }
  .bulit{
    width: 280px;
    color: #121212;
  font-family: Inter;
  padding-top: 20px;

  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 164.706% */
  }
  .place{
    width: 280px;
    color: #121212;
  font-family: Inter;
  font-size: 17px;

  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 164.706% */
  }
  .returns{
    width: 280px;
    color: #121212;
  font-family: Inter;
  font-size: 17px;

  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 164.706% */
  }
  .simple{
    width: 45px;
  height: 45px;
  flex-shrink: 0;
  background-color: #2A50CB;
  border-radius: 50px;

  }
  .simple-btn{
    display: flex;
  width: 45px;
  height: 45px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 130% */
  letter-spacing: -0.25px;
  }

  .Income{
    padding-left: 103px;
    display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #121212;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 148% */
  }
  .worry{
    width: 100%;
    color: #121212;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 164.706% */
  }
  .Simply{
    width: 100%;
    color: #121212;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 164.706% */
  }
  .share{
    height: 550px;
  }
  .works{
    background-color: #F9FBFF;
    /* height: 1100px; */
  }
  .Benefits{
    color: #121212;
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px; /* 127.273% */
    display: flex;
    width: 100%;
    height: 70px;
    flex-direction: column;
    justify-content: center;
  }
  .up-word{
    width: 100%;
  height: 230px;
  text-align: center;
  flex-shrink: 0;


  }
  .up-word img{
 text-align: center;
  }
  .flexible{
    text-align: center;
    width: 100%;
  height: 270px;
  flex-shrink: 0;

  }
  .flexible img{
    text-align: center;
     }
  .management{
    text-align: center;
    width: 100%;
  height: 212px;
  flex-shrink: 0;
  }
  .management img{
    text-align: center;
     }
  .up-front{
    display: flex;
  width: 100%;
  height: 41px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #121212;
  font-family: Inter;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 148% */
  }
  .up-down{
    display: flex;
  width: 100%;
  height: 41px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #121212;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 148% */
  }
  .up-right{
    display: flex;
  width: 100%;
  height: 41px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #121212;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 148% */
  }
  .footer-wrapper-length{
    height: auto;
  }
  .footer{
    background: #111;
    /* height: 850px; */
  }
  .footer-lang {
    width: auto;
  }
  .w-78 {
    width: 100% !important;
  }
  .today{
    display: flex;
  width: 100%;
  height: 70px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px; /* 127.273% */
  }

  .step{

width: 45px;
height: 45px;
border-radius: 30px;
flex-shrink: 0;
background-color: #2A50CB;
position: relative;
top: 45px;

}
.bord{
display: flex;
width: 45px;
height: 45px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;
color: #FFF;
text-align: center;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 26px; /* 130% */
letter-spacing: -0.25px;
}
.d-fl{
padding-left: 50px;
}
  .line{
    width: 2px;
    height: 753px !important;
    flex-shrink: 0;
    stroke-width: 2px;
    background-color: #2A50CB;
    position: relative;
    top: -20px;
    left: 5px !important;
  }
  .Text{
    width: 420px;
    color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  }
  .write{
    width: 350px;
    color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  }

  .top{
    padding-top: 50px;
  }
  .field-group{
    position: relative;
  }
  .field-group input{
    padding-left: 60px;
    width: 360px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #F2EDED;
  border: none;
  }
  .input-field::placeholder{
    color: #8A8A8F;
  }
  .icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8A8A8F;
    font-size: 1.5em;

  }
  .btn-submit{
    width: 360px;

  height: 50px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #FFF;
  color: #2A50CB;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
  border: none;
  text-align: center;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 129.412% */
  }
  .mercadies{
    width: 100%;
    height: 90vh;
    /* background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../images/Rectangle\ 856.svg); */
     background-size: 100%;
    background-position:center;
    background-size:cover;
    border-radius: 10px;
  }
  .host{
    display: flex;
  width: 173px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #2D54D2;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px; /* 200% */
  }
  .per-day{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #2D54D2;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px; /* 350% */
  }
  .c-class{
  color: #121212;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 128.571% */
  }
  .inam{
    color: #121212;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 164.706% */
  }
  .saleem{
    color: #121212;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  }
  .about-car{
    color: #121212;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  position: relative;
  top: 20px;
  }
  .toyta{
    width: 100%;
    color: #121212;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 164.706% */
  }
  .anytime-img{
    width: 100% !important;
  }
  .pets{
    color: #121212;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 164.706% */
  }
  .allowed{
    color: #121212;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  .milage{
    color: #121212;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 164.706% */
  }
  .super-host{
    color: #121212;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  }
  .superhost-btn{
    width: 123px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #16914F;
  border: none;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 186.667% */
  position: relative;
  top: 10px;
  }
  .silicon{
    color: #121212;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 164.706% */
  }
  .book{
    display: flex;
  width: 100%;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
    color: #121212;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px; /* 160.714% */
  position: relative;
  top: -15px;
  }
  .pick{
    width: 100%;
  /* height: 600px; */
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FAFAFA;
  box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.10);
  }
  .date{
    width: 368px;
  height: 83px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  }
  .pick-up{
  color: #969696;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.7px; /* 190% */
  text-transform: uppercase;
  }


  .line-off{
    width: 1px;
    height: 45px;
    background: #E6E6E6;
    position: relative;
    top: 2px;
  }
  .promo{
    width: 325px;
    color: #6B7280;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  }
  .request-btn{
    width: 368px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #2D54D2;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 129.412% */
  border: none;
  }
  .cancel{
    color: #6B7280;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  }
  .you-like{
    color: #121212;
  font-family: Inter;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px; /* 200% */
  }

  .benz-car{
    width: 83%;
    height: 190px;
    background: url(../images/benz.svg);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
  }
  .map2{
    width: 100%;
    height: 400px;
    background: url(../images/map1.svg);
    background-position:center;
    background-size:cover;
  }
  .wrapper-rayan-jeep{
    width: 100%;
  height: 152px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FAFAFA;
  box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.10);
  }
  .wrapper-rayan-jeep img{
    width: 200px;

  }
  .wrapper-Rarely{
    color: #242424;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  }
  .wrapper-aed-price{
    color: #2D54D2;
  text-align: center;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  }
  .wrapper-date{
    color: #242424;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  opacity: 0.5;
  }
  .wrapper-paid1{
    color: #16914F;
  text-align: center;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  position: relative;
  right: -70px;
  }
  #wrapper-ellipse-img{
    width: 70px;
  }
  .wrapper-zero img{
    width: 30px;
  }
  .wrapper-rayan{
    color: #242424;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  }
  .wrapper-tagg{
    width: 140px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #E7FAF0;
  }
  .wrapper-calender{
    width: 100%;
  height: 739px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FAFAFA;
  box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.10);
  }
}
@media only screen and (max-width:366px){
  .Income{

    display: flex;
  width: 100%;


  color: #121212;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 148% */
  }

  .line{
    width: 2px;
  height: 400px;
  flex-shrink: 0;
  stroke-width: 2px;
  background-color: #2A50CB;
  position: relative;
  top: -20px;
  }
      .step{

width: 45px;
height: 45px;
border-radius: 30px;
flex-shrink: 0;
background-color: #2A50CB;
position: relative;
top: 45px;

}
.arn{
padding-left: 50px;
color: #121212;
font-family: Inter;
font-size: 19px;
font-style: normal;
font-weight: 600;
line-height: 37px; /* 148% */
display: flex;
text-align: center;
width: 100%;
height: 33px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;

}
.earn{
padding-left: 30px;
color: #121212;
font-family: Inter;
font-size: 19px;
font-style: normal;
font-weight: 600;
line-height: 37px; /* 148% */
display: flex;
text-align: center;
width: 100%;
height: 33px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;

}
.d-fl{
padding-inline-start: 5px;
}
.bord{

width: 45px;
height: 45px;

flex-shrink: 0;
color: #FFF;

font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 26px; /* 130% */
letter-spacing: -0.25px;
}
.field-group{
position: relative;
}
.field-group input{
padding-left: 60px;
width: 100%;
height: 50px;
flex-shrink: 0;
border-radius: 5px;
background: #F2EDED;
border: none;
}
.input-field::placeholder{
color: #8A8A8F;
}
.icon{
position: absolute;
left: 0;
top: 0;
width: 60px;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
color: #8A8A8F;
font-size: 1.5em;

}

.Text{
width: 100%;
color: #FFF;
text-align: center;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 160% */
}
.write{
width: 100%;
color: #FFF;
text-align: center;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 160% */
}


}
@media only screen and (max-width:366px){

  .content{
    /* border: 2px solid white; */
  width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;


  }
  .content-text{
    width: 100%;
    text-align: center;
    /* border: 2px solid white; */
  }
  .text{

    color: #FFF;
    font-family: Inter;
    padding-top: 50px;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;


  }
  .btn-submit{
    width: 90%;
  height: 50px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #FFF;
  color: #2A50CB;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
  border: none;
  text-align: center;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 129.412% */
  }
}

@media only screen and (max-width:430px){
  .Income{

    display: flex;
  width: 100%;


  color: #121212;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 148% */
  }

  .line{
    width: 2px;
  height: 400px;
  flex-shrink: 0;
  stroke-width: 2px;
  background-color: #2A50CB;
  position: relative;
  top: -20px;
  }
      .step{

width: 45px;
height: 45px;
border-radius: 30px;
flex-shrink: 0;
background-color: #2A50CB;
position: relative;
top: 45px;

}

.arn{
padding-left: 35px;
color: #121212;
font-family: Inter;
font-size: 19px;
font-style: normal;
font-weight: 600;
line-height: 37px; /* 148% */
display: flex;
text-align: center;
width: 100%;
height: 33px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;

}
.Earn{
color: #121212;
padding-right: 70px;
font-family: Inter;
font-size: 19px;
font-style: normal;
font-weight: 600;
line-height: 37px; /* 148% */
display: flex;
text-align: center;
width: 100%;
height: 33px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;

}
.earn{
padding-left: 30px;
color: #121212;
font-family: Inter;
font-size: 19px;
font-style: normal;
font-weight: 600;
line-height: 37px; /* 148% */
display: flex;
text-align: center;
width: 100%;
height: 33px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;

}
.d-fl{
padding-inline-start: 30px;
}
.bord{

width: 45px;
height: 45px;

flex-shrink: 0;
color: #FFF;

font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 26px; /* 130% */
letter-spacing: -0.25px;
}
.field-group{
position: relative;
}
.field-group input{
padding-left: 60px;
width: 100%;
height: 50px;
flex-shrink: 0;
border-radius: 5px;
background: #F2EDED;
border: none;
}
.input-field::placeholder{
color: #8A8A8F;
}
.icon{
position: absolute;
left: 0;
top: 0;
width: 60px;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
color: #8A8A8F;
font-size: 1.5em;

}
.btn-submit{
width: 65%;

height: 50px;
flex-shrink: 0;
border-radius: 8px;
background: #FFF;
color: #2A50CB;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
border: none;
text-align: center;
font-family: Inter;
font-size: 17px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 129.412% */
}
.Text{
width: 100%;
color: #FFF;
text-align: center;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 160% */
}
.write{
width: 100%;
color: #FFF;
text-align: center;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 160% */
}
.wrapper-Rarely{
  color: #242424;
font-family: Inter;
font-size: 15px;
font-style: normal;
font-weight: 500;
}
.wrapper-rayan-jeep{
  width: 100%;
height: 172px;
flex-shrink: 0;
border-radius: 10px;
border: 1px solid #D9D9D9;
background: #FAFAFA;
box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.10);
}
.wrapper-paid1{
  color: #16914F;
text-align: center;
font-family: Inter;
font-size: 11px;
font-style: normal;
font-weight: 600;
position: relative;
right: -5px;
}
.wrapper-weekly-box{
  width: 50px;
height: 50px;
flex-shrink: 0;
color: var(--dark-base, #3D2F4B);
text-align: center;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
opacity: 0.5;
line-height: 20px;
}
.wrapper-break{
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.wrapper-break-color{
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background: #E7FAF0;
}
.wrapper-11-box{
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  text-align: center;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 20px;
}
.wrapper-12-box{
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  text-align: center;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 20px;
}
.wrapper-box-green{
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  text-align: center;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 20px;
background: #16914F;
color: #fff;
}
.wrapper-dark-base{
  color: var(--dark-base, #3D2F4B) !important;
text-align: center;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 20px;
}
.dark2{
  color: #2D54D2;
text-align: center;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 20px;
}
}
@media only screen and (max-width:414px){
  .Income{

    display: flex;
  width: 100%;
  color: #121212;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 148% */
  }

  .line{
    width: 2px;
  height: 400px;
  flex-shrink: 0;
  stroke-width: 2px;
  background-color: #2A50CB;
  position: relative;
  top: -20px;
  }
      .step{

width: 45px;
height: 45px;
border-radius: 30px;
flex-shrink: 0;
background-color: #2A50CB;
position: relative;
top: 45px;

}
.arn{
padding-left: 35px;
color: #121212;
font-family: Inter;
font-size: 19px;
font-style: normal;
font-weight: 600;
line-height: 37px; /* 148% */
display: flex;
text-align: center;
width: 100%;
height: 33px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;

}
.earn{
padding-left: 30px;
color: #121212;
font-family: Inter;
font-size: 19px;
font-style: normal;
font-weight: 600;
line-height: 37px; /* 148% */
display: flex;
text-align: center;
width: 100%;
height: 33px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;

}
.d-fl{
padding-inline-start: 30px;
}
.bord{

width: 45px;
height: 45px;

flex-shrink: 0;
color: #FFF;

font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 26px; /* 130% */
letter-spacing: -0.25px;
}
.field-group{
position: relative;
}
.field-group input{
padding-left: 60px;
width: 100%;
height: 50px;
flex-shrink: 0;
border-radius: 5px;
background: #F2EDED;
border: none;
}
.input-field::placeholder{
color: #8A8A8F;
}
.icon{
position: absolute;
left: 0;
top: 0;
width: 60px;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
color: #8A8A8F;
font-size: 1.5em;

}
.btn-submit{
width: 68%;

height: 50px;
flex-shrink: 0;
border-radius: 8px;
background: #FFF;
color: #2A50CB;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
border: none;
text-align: center;
font-family: Inter;
font-size: 17px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 129.412% */
}
.Text{
width: 100%;
color: #FFF;
text-align: center;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 160% */
}
.write{
width: 100%;
color: #FFF;
text-align: center;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 160% */
}
.lease{
color: #FFF;
font-family: Inter;
font-size: 23px;
font-style: normal;
font-weight: 600;
line-height: 50px; /* 217.391% */
letter-spacing: 2px;
}
.pick{
  width: 100%;
/* height: 600px; */
flex-shrink: 0;
border-radius: 10px;
border: 1px solid #D9D9D9;
background: #FAFAFA;
box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.10);
}
.date{
  width: 98%;
height: 83px;
flex-shrink: 0;
border-radius: 10px;
border: 1px solid #D9D9D9;
background: #FFF;
}
.request-btn{
  width: 98%;
height: 60px;
flex-shrink: 0;
border-radius: 8px;
background: #2D54D2;
color: #FFF;
text-align: center;
font-family: Inter;
font-size: 17px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 129.412% */
border: none;
}
}
@media only screen and (max-width:390px){
  .btn-submit{
    width: 70%;

  height: 50px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #FFF;
  color: #2A50CB;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
  border: none;
  text-align: center;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 129.412% */
  }
  .Earn{
    color: #121212;
    padding-right: 60px;
  font-family: Inter;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 148% */
  display: flex;
  text-align: center;
  width: 100%;
  height: 33px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;

  }
}
@media only screen and (max-width:390px){

  .content{
    /* border: 2px solid white; */
  width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;


  }
  .content-text{
    width: 100%;
    text-align: center;
    /* border: 2px solid white; */
  }
  .text{

    color: #FFF;
    font-family: Inter;
    padding-top: 30px;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;


  }
  .arn{
    padding-left: 35px;
    color: #121212;
  font-family: Inter;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 148% */
  display: flex;
  text-align: center;
  width: 100%;
  height: 33px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;

  }
}
@media only screen and (max-width:414px){

  .content{
    /* border: 2px solid white; */
  width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;


  }
  .content-text{
    width: 100%;
    text-align: center;
    /* border: 2px solid white; */
  }
  .Earn{
    color: #121212;
    padding-right: 70px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 148% */
  display: flex;
  text-align: center;
  width: 100%;
  height: 33px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;

  }
  .text{

    color: #FFF;
    font-family: Inter;
    padding-top: 30px;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;


  }
}
@media only screen and (max-width:430px){

  .content{
    /* border: 2px solid white; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;


  }

  .content-text{
    width: 100%;
    text-align: center;
    /* border: 2px solid white; */
  }
  .text{
/*
    color: #FFF;
    font-family: Inter;
    padding-top: 30px;
    font-size: 25px;
    font-style: normal;
    font-weight: 500; */
    color: #FFF;
    font-family: Inter;
    padding-top: 30px;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin: 25px 0px;


  }
}
@media only screen and (max-width:320px){
  .card {
    width: 8.2rem !important;
    margin: 5px !important;
    border: none !important;
  }
  .Income{

    display: flex;
  width: 100%;


  color: #121212;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 148% */
  }

  .line{
    width: 2px;
  height: 400px;
  flex-shrink: 0;
  stroke-width: 2px;
  background-color: #2A50CB;
  position: relative;
  top: -20px;
  }
      .step{

width: 35px;
height: 35px;
border-radius: 30px;
flex-shrink: 0;
background-color: #2A50CB;
position: relative;
top: 35px;

}
.arn{
padding-left: 35px;
color: #121212;
font-family: Inter;
font-size: 19px;
font-style: normal;
font-weight: 600;
line-height: 37px; /* 148% */
display: flex;
text-align: center;
width: 100%;
height: 33px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;

}
.share{
height: 650px;
}
.earn{
padding-left: 30px;
color: #121212;
font-family: Inter;
font-size: 19px;
font-style: normal;
font-weight: 600;
line-height: 37px; /* 148% */
display: flex;
text-align: center;
width: 100%;
height: 33px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;

}
.d-fl{
padding-inline-start: 1px;
}
.bord{

width: 35px;
height: 35px;

flex-shrink: 0;
color: #FFF;

font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 26px; /* 130% */
letter-spacing: -0.25px;
}
.field-group{
position: relative;
}
.field-group input{
padding-left: 60px;
width: 100%;
height: 50px;
flex-shrink: 0;
border-radius: 5px;
background: #F2EDED;
border: none;
}
.input-field::placeholder{
color: #8A8A8F;
}
.icon{
position: absolute;
left: 0;
top: 0;
width: 60px;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
color: #8A8A8F;
font-size: 1.5em;

}
.btn-submit{
width: 90%;

height: 50px;
flex-shrink: 0;
border-radius: 8px;
background: #FFF;
color: #2A50CB;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
border: none;
text-align: center;
font-family: Inter;
font-size: 17px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 129.412% */
}
.Text{
width: 100%;
color: #FFF;
text-align: center;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 160% */
}
.write{
width: 100%;
color: #FFF;
text-align: center;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 160% */
}
.pick{
  width: 100%;
/* height: 600px; */
flex-shrink: 0;
border-radius: 10px;
border: 1px solid #D9D9D9;
background: #FAFAFA;
box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.10);
}
.date{
  width: 100%;
height: 83px;
flex-shrink: 0;
border-radius: 10px;
border: 1px solid #D9D9D9;
background: #FFF;
}
.pick-up{
color: #969696;
font-family: Inter;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 24.7px; /* 190% */
text-transform: uppercase;
}

.dropper-select {
  overflow: hidden
  background: url(../images/dopper.png) no-repeat right;
  background-position-y: 13px;
  display: inline-block;
  position: relative;
  width: 80% !important;
  height: 21px;
}
.line-off{
  width: 1px;
    height: 45px;
    background: #E6E6E6;
    position: relative;
    top: 2px;
}
.promo{
  width: 100%;
  color: #6B7280;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
}
.request-btn{
  width: 100%;
height: 60px;
flex-shrink: 0;
border-radius: 8px;
background: #2D54D2;
color: #FFF;
text-align: center;
font-family: Inter;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 129.412% */
border: none;
}
.cancel{
  color: #6B7280;
text-align: center;
font-family: Inter;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 133.333% */
}
.you-like{
  color: #121212;
font-family: Inter;
font-size: 35px;
font-style: normal;
font-weight: 600;
line-height: 70px; /* 200% */
}

}
@media only screen and (max-width:286px){
  .Income{

    display: flex;
  width: 100%;


  color: #121212;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 148% */
  }
  .logo-text{
    color: #121212;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  }

  .line{
    width: 2px;
  height: 400px;
  flex-shrink: 0;
  stroke-width: 2px;
  background-color: #2A50CB;
  position: relative;
  top: -20px;
  }
      .step{

width: 35px;
height: 35px;
border-radius: 30px;
flex-shrink: 0;
background-color: #2A50CB;
position: relative;
top: 35px;

}
.arn{
padding-left: 35px;
color: #121212;
font-family: Inter;
font-size: 17px;
font-style: normal;
font-weight: 600;
line-height: 37px; /* 148% */
display: flex;
text-align: center;
width: 100%;
height: 33px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;

}
.share{
height: 700px;
}
.earn{
padding-left: 20px;
color: #121212;
font-family: Inter;
font-size: 17px;
font-style: normal;
font-weight: 600;
line-height: 37px; /* 148% */
display: flex;
text-align: center;
width: 100%;
height: 33px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;

}
.d-fl{
padding-inline-start: 1px;
}
.bord{

width: 35px;
height: 35px;

flex-shrink: 0;
color: #FFF;

font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 26px; /* 130% */
letter-spacing: -0.25px;
}
.field-group{
position: relative;
}
.field-group input{
padding-left: 60px;
width: 100%;
height: 50px;
flex-shrink: 0;
border-radius: 5px;
background: #F2EDED;
border: none;
}
.input-field::placeholder{
color: #8A8A8F;
}
.icon{
position: absolute;
left: 0;
top: 0;
width: 60px;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
color: #8A8A8F;
font-size: 1.5em;

}
.btn-submit{
width: 100%;

height: 50px;
flex-shrink: 0;
border-radius: 8px;
background: #FFF;
color: #2A50CB;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
border: none;
text-align: center;
font-family: Inter;
font-size: 17px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 129.412% */
}
.Text{
width: 100%;
color: #FFF;
text-align: center;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 160% */
}
.write{
width: 100%;
color: #FFF;
text-align: center;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 160% */
}
.works{
background-color: #F9FBFF;
/* height: 1200px; */
}
.Earn{
color: #121212;
font-family: Inter;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 37px; /* 148% */
display: flex;
text-align: center;
width: 100%;
height: 33px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;

}
.up-front{
display: flex;
width: 100%;
height: 41px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;
color: #121212;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 37px; /* 148% */
}
.up-down{
display: flex;
width: 100%;
height: 41px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;
color: #121212;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 37px; /* 148% */
}
.up-right{
display: flex;
width: 100%;
height: 41px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;
color: #121212;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 37px; /* 148% */
}
.today{
display: flex;
width: 100%;
height: 70px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;
color: #FFF;
text-align: center;
font-family: Inter;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 70px; /* 127.273% */
}
.Benefits{
color: #121212;
text-align: center;
font-family: Inter;
font-size: 25px;
font-style: normal;
font-weight: 600;
line-height: 70px; /* 127.273% */
display: flex;
width: 100%;
height: 70px;
flex-direction: column;
justify-content: center;
}
}
@media only screen and (max-width:375px){
  .card {
    width: 8.2rem !important;
    margin: 5px !important;
    border: none !important;
  }

  .Income{

    display: flex;
  width: 100%;


  color: #121212;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 148% */
  }

  .line{
    width: 2px;
  height: 400px;
  flex-shrink: 0;
  stroke-width: 2px;
  background-color: #2A50CB;
  position: relative;
  top: -20px;
  }
      .step{

width: 45px;
height: 45px;
border-radius: 30px;
flex-shrink: 0;
background-color: #2A50CB;
position: relative;
top: 45px;

}
.arn{
padding-left: 35px;
color: #121212;
font-family: Inter;
font-size: 17px;
font-style: normal;
font-weight: 600;
line-height: 37px; /* 148% */
display: flex;
text-align: center;
width: 100%;
height: 33px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;

}
.earn{
padding-left: 30px;
color: #121212;
font-family: Inter;
font-size: 19px;
font-style: normal;
font-weight: 600;
line-height: 37px; /* 148% */
display: flex;
text-align: center;
width: 100%;
height: 33px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;

}
.d-fl{
padding-inline-start: 5px;
}
.bord{

width: 45px;
height: 45px;

flex-shrink: 0;
color: #FFF;

font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 26px; /* 130% */
letter-spacing: -0.25px;
}
.field-group{
position: relative;
}
.field-group input{
padding-left: 60px;
width: 100%;
height: 50px;
flex-shrink: 0;
border-radius: 5px;
background: #F2EDED;
border: none;
}
.input-field::placeholder{
color: #8A8A8F;
}
.icon{
position: absolute;
left: 0;
top: 0;
width: 60px;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
color: #8A8A8F;
font-size: 1.5em;

}
.btn-submit{
width: 75%;

height: 50px;
flex-shrink: 0;
border-radius: 8px;
background: #FFF;
color: #2A50CB;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
border: none;
text-align: center;
font-family: Inter;
font-size: 17px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 129.412% */
}
.Text{
width: 100%;
color: #FFF;
text-align: center;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 160% */
}
.write{
width: 100%;
color: #FFF;
text-align: center;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 160% */
}

.write{
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  }
  .pick{
    width: 100%;
  /* height: 600px; */
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FAFAFA;
  box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.10);
  }
  .date{
    width: 100%;
    height: 83px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
  }
  .pick-up{
  color: #969696;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.7px; /* 190% */
  text-transform: uppercase;
  }

  .w-90{
    width: 90% !important;
    border: 1px solid rgba(230, 230, 230, 0.20) !important;
  }
  .line-off{
    width: 1px;
    height: 45px;
    background: #E6E6E6;
    position: relative;
    top: 2px;
  }
  .promo{
    width: 100%;
    color: #6B7280;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  }
  .request-btn{
    width: 100%;
  height: 60px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #2D54D2;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 129.412% */
  border: none;
  }
  .cancel{
    color: #6B7280;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  }
  .you-like{
    color: #121212;
  font-family: Inter;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px; /* 200% */
  }

}
@media only screen and (max-width:430px){
  .card {
    /* width: 8.2rem !important; */
    width: 100% !important;
    margin: 1.7px !important;
    border: none !important;
  }
}
@media only screen and (max-width:768px){
  /* .wrapper-day {
  width: 125px;
  padding: 2px 5px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #E7FAF0;
  } */
  .box-side-bar {
    width: 100%;
  }
  .tab-btn {
    display: flex;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: rgba(0, 0, 0, 0.50);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .tab-active {
    color: #2D54D2;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 10px;
    background: #FFF;
}
  .wrapper-day {
    width: 125px;
    padding: 8px 5px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #E7FAF0;
  }
  .wrapper-day img{
    width: 12px;
  }
  .wrapper-persent {
  color: #16914F;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  }
  .avalable {
  position: relative;
  left: 0px;
  top: 0px;
  padding: 0 !important;
  width: 100%;
  }
  .ui-datepicker {
  width: 100% !important;
  }
  .ui-datepicker td {
  width: 20px !important;
  height: 20px !important;
  padding: 2px !important;
  }
  .ui-state-default {
    width: 10vw !important;
    height: 10vw !important;
}
  .ui-datepicker td a {
    padding: 0.2em;
  }
  .lift {
  position: relative;
  right: 0px;
  margin-top: 10px;
  }
  .pragraph{
  width: 94%;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 0px auto;
  }
  .slide-box{
  flex-basis: auto !important;
  height: 25vh;
  padding: 40px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition : all 0.6s ease-out;
  background-repeat: no-repeat;
  background-size: cover ;
  background-position: center center;
  }
  .sty{
  height: 55vh !important;
  }
  .slide-box-content{
  padding: 0px;
  opacity: 1;
  position: absolute;
  left: 0px;
  top: 32%;
  }
  .slide-box:hover .slide-box-content p{
  opacity: 1;
  transition : all 0.6s ease-out;
  width: 90%;
  }
  .slide-box:hover .slide-box-content h2{
  opacity: 1;
  transition : all 0.6s ease-out;
  width: 90%;
  }
  .slide-box:hover .slide-box-content{
  top: 20vh;
  transition : all 0.6s ease-out;
  }
  .slide-box-content p{
  opacity: 0;
  background: #0A226B;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 1rem;
  }
  .slide-container:hover .slide-box{
  flex-basis: auto !important;
  height:20vh;
  }
  .slide-container:hover .slide-box:hover{
  flex-basis: auto !important;
  height:60vh;
  transition : all 0.4s ease-out;
  }
  .serviceDrive{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  color: #FFF;
  font-family: Inter;
  font-size: 17px;
  /* font-size: 36px; */
  font-weight: 700;
  line-height: normal;
  background: #2A50CB;
  text-align: center;
  transition: all 0.6s ease-out;
  margin: 0px;
  height: 50px;
  }
  .leaseDrive{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  color: #FFF;
  font-family: Inter;
  font-size: 17px;
  /* font-size: 36px; */
  font-weight: 700;
  line-height: normal;
  background: #2A50CB;
  text-align: center;
  transition: all 0.6s ease-out;
  margin: 0px;
  height: 50px;
  }
  .shareDrive{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  color: #FFF;
  font-family: Inter;
  font-size: 17px;
  /* font-size: 36px; */
  font-weight: 700;
  line-height: normal;
  background: #2A50CB;
  text-align: center;
  transition: all 0.6s ease-out;
  margin: 0px;
  height: 50px;
  }
  #map-canvas{
  width: 100% !important;
  height: 345px;
  }
  #ui-datepicker-div{
    left: 0 !important;
  }
  #card-number-element {
    padding-left: 0px !important;
    width: 100% !important;
  }
  .ellipse {
    position: relative;
    right: -70px;
    top: -90px;
    z-index: 999;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50px;
    z-index: -1;
}
  .w-control{
    width: 100%;
    margin: 0px auto;
  }
  .pay-btn {
    width: 100% !important;
  }

  .header-renter{
    width: 100%;
    height: 52vh;
    background-size:cover;
    background-position: 100vh;
  }
  .renterHead h2 {
      color: #FFF;
      text-align: center;
      font-family: Inter;
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      line-height: 41px;
      letter-spacing: 0.6px;
  }
.renterHead {
    display: flex;
    width: 100%;
  }
  /* .content{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  } */
  .content-text{
  width: 100%;
  text-align: center;
  /* border: 2px solid white; */
  }
  .text{

  color: #FFF;
  font-family: Inter;
  padding-top: 50px;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;


  }

  .navbar-brand img{
  width: 35px;
  height: 35px;

  }
  .navbar-toggler{
  border: none;
  }
  .logo-text{
  color: #121212;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  }
  .logo-text{
  position: relative;
  top: 6px;
  }

  /* .content{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  } */
  .content-text{
  width: 350px;
  text-align: center;
  /* border: 2px solid white; */
  }
  .text{
  color: #FFF;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;


  }
  .lease{
  color: #FFF;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px; /* 217.391% */
  letter-spacing: 2px;
  position: relative;
  top: -20px;
  }
  .pragraph{
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 127.273% */
  position: relative;
  top: -30px;
  }
  .button-next{
  width: 220px;
  height: 60px;
  flex-shrink: 0;
  border: none;
  border-radius: 8px;
  background: #4FB17C;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
  position: relative;
  top: -40px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 129.412% */
  }
  .submit{
  position: relative;
  top: 30px;
  }
  .view-more-cars {
    width: 80%;
    margin: 0px auto;
  }
  .about{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  color: #121212;
  text-align: center;
  font-family: Inter;
  font-size: 28px;
  padding-top: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal; /* 127.273% */
  }
  .pragraph{
  width: 95%;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  }
  .about-pragraph{
  width: 100%;
  color: #121212;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  }
  .How{
  color: #121212;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  padding-top: 30px;
  font-weight: 600;
  line-height: normal; /* 127.273% */
  }
  .bg-dim .w-50{
    width: 100% !important;
  }
  .faqs .w-50{
    width: 100% !important;
  }
  .big-wrapper p {
    width: 100%;
  }
  .primary-btn-black{
    display: flex;
    width: 100%;
    padding: 10px 25px;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 4px;
    background: #000;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px; /* 180% */
    letter-spacing: -0.576px;
  }
  .Earn{
  color: #121212;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px;
  display: flex;
  text-align: left;
  width: 100%;
  height: 33px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 2.7em;
  margin-top: 6px;
  }
  .place ul{
    margin: 0px;
    padding: 12px;
  }
  .place li{
  list-style: none;
  }
  .bulit{
  width: 280px;
  color: #121212;
  font-family: Inter;
  padding-top: 20px;

  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 164.706% */
  }
  .place{
  width: 280px;
  color: #121212;
  font-family: Inter;
  font-size: 17px;

  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 164.706% */
  }
  .returns{
  width: 280px;
  color: #121212;
  font-family: Inter;
  font-size: 17px;

  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 164.706% */
  }
  .simple{
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  background-color: #2A50CB;
  border-radius: 50px;

  }
  .simple-btn{
  display: flex;
  width: 45px;
  height: 45px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 130% */
  letter-spacing: -0.25px;
  }

  .worry{
  width: 100%;
  color: #121212;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 164.706% */
  }
  .Simply{
  width: 100%;
  color: #121212;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 164.706% */
  }
  .card-all{
    padding-left: 1rem;
  }
  .works{
  background-color: #F9FBFF;
  /* height: 1100px; */
  }
  .Benefits{
  color: #121212;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px; /* 127.273% */
  display: flex;
  width: 100%;
  height: 70px;
  flex-direction: column;
  justify-content: center;
  }
  .rented {
  display: flex;
  color: #121212;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  }
  .up-word{
  width: 100%;
  height: 230px;
  text-align: center;
  flex-shrink: 0;


  }
  .up-word img{
  text-align: center;
  }
  .flexible{
  text-align: center;
  width: 100%;
  height: 270px;
  flex-shrink: 0;

  }
  .flexible img{
  text-align: center;
  }
  .management{
  text-align: center;
  width: 100%;
  height: 212px;
  flex-shrink: 0;
  }
  .management img{
  text-align: center;
  }
  .management p{
  font-family: Inter;
  }
  .owl-carousel .owl-stage {
  width: 100%;
  }
  .up-front{
  display: flex;
  width: 100%;
  height: 41px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #121212;
  font-family: Inter;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 148% */
  }
  .up-down{
  display: flex;
  width: 100%;
  height: 41px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #121212;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 148% */
  }
  .up-right{
  display: flex;
  width: 100%;
  height: 41px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #121212;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 148% */
  }

  .footer{
  background: #111;
  /* height: 850px; */
  }
  .today{
  display: flex;
  width: 100%;
  height: 70px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px; /* 127.273% */
  }

  .step{

  width: 45px;
  height: 45px;
  border-radius: 30px;
  flex-shrink: 0;
  background-color: #2A50CB;
  position: relative;
  top: 45px;

  }
  .bord{
  display: flex;
  width: 45px;
  height: 45px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 130% */
  letter-spacing: -0.25px;
  }
  .d-fl{
  padding-left: 50px;
  }
  .Text{
  width: 420px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  }
  .write{
  width: 350px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  }

  .top{
  padding-top: 50px;
  }
  .field-group{
  position: relative;
  }
  .field-group input{
  padding-left: 60px;
  width: 360px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #F2EDED;
  border: none;
  }
  .input-field::placeholder{
  color: #8A8A8F;
  }
  .icon{
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8A8A8F;
  font-size: 1.5em;

  }
  .btn-submit{
  width: 360px;

  height: 50px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #FFF;
  color: #2A50CB;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
  border: none;
  text-align: center;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 129.412% */
  }
  .mercadies{
  width: 305px;
  height: 150px;
  /* height: 176px; */
  /* background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../images/Rectangle\ 856.svg); */
  background-size: 100%;
  background-position:center;
  background-size:cover;
  border-radius: 10px;
  }
  .
  .host{
  display: flex;
  width: 173px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #2D54D2;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px; /* 200% */
  }
  .per-day{
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #2D54D2;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px; /* 350% */
  }
  .c-class{
  color: #121212;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 128.571% */
  width: 100%;
  }
  .inam{
  color: #121212;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 164.706% */
  }
  .saleem{
  color: #121212;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  }
  .about-car{
  color: #121212;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px; /* 140% */
  position: relative;
  top: 20px;
  }
  .toyta{
  width: 100%;
  color: #121212;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 164.706% */
  }
  .anytime-img{
  width: 100% !important;
  }
  .pets{
  color: #121212;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 164.706% */
  }
  .allowed{
  color: #121212;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  }
  .milage{
  color: #121212;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 164.706% */
  }
  .super-host{
  color: #121212;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  }
  .superhost-btn{
  width: 123px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #16914F;
  border: none;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 186.667% */
  position: relative;
  top: 10px;
  }
  .silicon{
  color: #121212;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 164.706% */
  }
  .book{
  display: flex;
  width: 100%;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #121212;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px; /* 160.714% */
  position: relative;
  top: -15px;
  }
  .pick{
  width: 414px;
  /* height: 600px; */
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FAFAFA;
  box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.10);
  }
  .date{
  width: 368px;
  height: 83px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  }
  .pick-up{
  color: #969696;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.7px; /* 190% */
  text-transform: uppercase;
  }

  .dropper-select {
    overflow: hidden;
    background: url(../images/dopper.png) no-repeat right;
    background-position-y: 13px;
    display: inline-block;
    position: relative;
    width: 80% !important;
    height: 21px;
  }
  .line-off{
    width: 1px;
    height: 45px;
    background: #E6E6E6;
    position: relative;
    top: 2px;
  }
  .promo{
  width: 325px;
  color: #6B7280;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  }
  .request-btn{
  width: 368px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #2D54D2;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 129.412% */
  border: none;
  }
  .cancel{
  color: #6B7280;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  }
  .you-like{
  color: #121212;
  font-family: Inter;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px; /* 200% */
  }

  .benz-car{
  width: 83%;
  height: 190px;
  background: url(../images/benz.svg);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  }
  .map2{
  width: 100%;
  height: 400px;
  background: url(../images/map1.svg);
  background-position:center;
  background-size:cover;
  }
  .wrapper-rayan-jeep{
  width: 100%;
  height: 152px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FAFAFA;
  box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.10);
  }
  .wrapper-rayan-jeep img{
  width: 200px;

  }
  .wrapper-Rarely{
  color: #242424;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  }
  .wrapper-aed-price{
  color: #2D54D2;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  }

  .wrapper-date{
  color: #242424;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  opacity: 0.5;
  }
  .wrapper-paid1{
  color: #16914F;
  text-align: center;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  position: relative;
  right: -70px;
  }
  #wrapper-ellipse-img{
  width: 70px;
  }
  .wrapper-zero img{
  width: 30px;
  }
  .wrapper-rayan{
  color: #242424;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  }
  .wrapper-tag{
  width: 185px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #E7FAF0;
  text-align: center;
  }
  .navbar-brand{
    width: 50%;
  }
  .navbar-brand img{
    width: 100%;
  }
  .modal-btn {
  width: auto;
  font-size: 10px;
  height: 30px;
  }
  .u-list {
  display: none;
  width: 170px;
  z-index: 999;
  flex-direction: row;
  background: #fff;
  margin: 0px auto;
  padding: 5px;
  border-radius: 8px;
  left: -27px;
  right: 0px;
  }
  .u-list li {
    list-style: none;
    margin: 5px;
    display: inline-block;
    width: 95%;
  }
  .u-list-make {
  width: 250px;
  z-index: 999;
  flex-direction: row;
  background: #fff;
  margin: 0px auto;
  padding: 5px;
  border-radius: 8px;
  left: -40px;
  right: 0px;
  }
  .u-list-year{
  width: 250px;
  z-index: 999;
  flex-direction: row;
  background: #fff;
  margin: 0px auto;
  padding: 5px;
  border-radius: 8px;
  left: -85px;
  right: 0px;
  }
  /* .filter-drop {
  width: 300px;
  height: 504px;
  flex-shrink: 0;
  border-radius: 0px 0px 14px 14px;
  border: 1px solid #E1E1E1;
  background: #FFF;
  box-shadow: 0px 3px 4px 0px rgba(153, 155, 168, 0.15);
  z-index: 99;
  left: -136px;
  display: none;
  top: 54px;
  border-top: 0px;
  right: 0px;
  } */

  .filter-drop {
    width: 300px;
    height: 504px;
    flex-shrink: 0;
    border-radius: 0px 0px 14px 14px;
    border: 1px solid #E1E1E1;
    background: #FFF;
    box-shadow: 0px 3px 4px 0px rgba(153, 155, 168, 0.15);
    z-index: 99;
    left: -10rem;
    display: none;
    top: 54px;
    border-top: 0px;
    /* right: 7px; */
    position: absolute;
    margin: 0px auto;
  }
  .show-map {
    color: #121212;
    text-align: right;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 0px;
    position: relative;
    top: 5px;
  }
  .mode {
    color: #333;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    top: 10px;
    cursor: pointer;
  }
  .sign-up {
  width: 100%;
  }
  .btn-next {
  width: 100%;
  }
  .jane-doe {
  width: 90%;
  }
  .radioItems {
  width: 100%;
  }
  .price-btn {
  width: auto;
  font-size: 10px;
  height: 30px;
  }
  .wrapper-calender{
  width: 100%;
  height: 739px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FAFAFA;
  box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.10);
  }

  .step{

  width: 45px;
  height: 45px;
  border-radius: 30px;
  flex-shrink: 0;
  background-color: #2A50CB;
  position: relative;
  top: 45px;

  }
  .arn{
    color: #121212;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px;
    display: flex;
    text-align: left;
    width: 98%;
    height: 67px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    /* margin-left: 2.2em; */
    margin-top: -10px;
  }
  .car-of-lease {
  color: #121212;
  font-family: Inter;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
  }
  .earn{
  padding-left: 30px;
  color: #121212;
  font-family: Inter;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 148% */
  display: flex;
  text-align: center;
  width: 100%;
  height: 33px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;

  }
  .d-fl{
  padding-inline-start: 5px;
  }

  .field-group{
  position: relative;
  }
  .field-group input{
  padding-left: 60px;
  width: 100%;
  height: 50px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #F2EDED;
  border: none;
  }
  .input-field::placeholder{
  color: #8A8A8F;
  }
  .icon{
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8A8A8F;
  font-size: 1.5em;

  }

  .Text{
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  }
  .write{
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  }
  /* .content{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  } */
  .content-text{
  width: 100%;
  text-align: center;
  /* border: 2px solid white; */
  }
  .text{

  color: #FFF;
  font-family: Inter;
  padding-top: 50px;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;


  }
  .btn-submit{
  width: 90%;
  height: 50px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #FFF;
  color: #2A50CB;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
  border: none;
  text-align: center;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 129.412% */
  }
  .step{
  width: 45px;
  height: 45px;
  border-radius: 30px;
  flex-shrink: 0;
  background-color: #2A50CB;
  position: relative;
  top: 45px;
  }
  .earn{
  padding-left: 30px;
  color: #121212;
  font-family: Inter;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 148% */
  display: flex;
  text-align: center;
  width: 100%;
  height: 33px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;

  }
  .d-fl{
  padding-inline-start: 30px;
  }

  .field-group{
  position: relative;
  }
  .field-group input{
  padding-left: 60px;
  width: 100%;
  height: 50px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #F2EDED;
  border: none;
  }
  .input-field::placeholder{
  color: #8A8A8F;
  }
  .icon{
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8A8A8F;
  font-size: 1.5em;

  }
  .btn-submit{
  width: 65%;

  height: 50px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #FFF;
  color: #2A50CB;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
  border: none;
  text-align: center;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 129.412% */
  }
  .Text{
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  }
  .write{
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  }
  .wrapper-Rarely{
  color: #242424;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  }
  .wrapper-rayan-jeep{
  width: 100%;
  height: auto;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FAFAFA;
  box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.10);
  }
  .wrapper-paid1{
  color: #16914F;
  text-align: center;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  position: relative;
  right: -5px;
  }
  .wrapper-weekly-box{
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  color: var(--dark-base, #3D2F4B);
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.5;
  line-height: 20px;
  }
  .wrapper-break{
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  }
  .wrapper-break-color{
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background: #E7FAF0;
  }
  .wrapper-11-box{
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  }
  .wrapper-12-box{
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  }
  .wrapper-box-green{
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  background: #16914F;
  color: #fff;
  }
  .wrapper-dark-base{
  color: var(--dark-base, #3D2F4B) !important;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  }
  .dark2{
  color: #2D54D2;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  }
  .step{

  width: 45px;
  height: 45px;
  border-radius: 30px;
  flex-shrink: 0;
  background-color: #2A50CB;
  position: relative;
  top: 45px;

  }
  .earn{
  padding-left: 30px;
  color: #121212;
  font-family: Inter;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 148% */
  display: flex;
  text-align: center;
  width: 100%;
  height: 33px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;

  }
  .d-fl{
  padding-inline-start: 30px;
  }

  .field-group{
  position: relative;
  }
  .field-group input{
  padding-left: 60px;
  width: 100%;
  height: 50px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #F2EDED;
  border: none;
  }
  .input-field::placeholder{
  color: #8A8A8F;
  }
  .icon{
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8A8A8F;
  font-size: 1.5em;

  }
  .btn-submit{
  width: 68%;

  height: 50px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #FFF;
  color: #2A50CB;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
  border: none;
  text-align: center;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 129.412% */
  }
  .Text{
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  }
  .write{
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  }
  .lease{
  color: #FFF;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 2px;
  }
  .pick{
  width: 100%;
  /* height: 600px; */
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FAFAFA;
  box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.10);
  }
  .date{
  width: 98%;
  height: 83px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  }
  .request-btn{
  width: 98%;
  height: 60px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #2D54D2;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 129.412% */
  border: none;
  }

  .btn-submit{
  width: 70%;

  height: 50px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #FFF;
  color: #2A50CB;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
  border: none;
  text-align: center;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 129.412% */
  }
  /* .content{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  } */
  .content-text{
  width: 100%;
  text-align: center;
  /* border: 2px solid white; */
  }
  .text{

  color: #FFF;
  font-family: Inter;
  padding-top: 30px;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;


  }
  /* .content{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  } */
  .content-text{
  width: 100%;
  text-align: center;
  /* border: 2px solid white; */
  }

  .text{

  color: #FFF;
  font-family: Inter;
  padding-top: 30px;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;


  }
  .img_render {
    /* width: 100% !important;
    height: 170px;
    border-radius: 5px;
    object-fit: cover;
    text-align: center;
    margin: 0px auto; */

    /* width: 100% !important;
    height: 8rem;
    border-radius: 5px;
    object-fit: contain;
    text-align: center;
    margin: 0px auto;
    background: #000; */

    /* width: 100% !important;
    height: 5rem;
    border-radius: 5px;
    object-fit: cover;
    text-align: center;
    margin: 0px auto;
    background: #000; */

    /* width: 100% !important;
    height: 12rem;
    border-radius: 5px;
    object-fit: cover;
    text-align: center;
    margin: 0px auto;
    background: #000;
    aspect-ratio: 1 / 1; */

    width: 100% !important;
    height: 175px;
    border-radius: 8px;
    /* object-fit: scale-down; */
    text-align: center;
    margin: 0px auto;
    background: #000;
    aspect-ratio: 1 / 1;
    }
  .benza {
    color: #2D54D2;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    position: relative;
    top: 10px;
    margin: 0px;
    /* height: 56px; */
    height: 37px;
    overflow: hidden;
}
.fs-9{
  font-size: 10px !important;
}
.w-63{
  /* width: 63px !important;
  margin: 0rem 1%; */

  /* width: 62.9px !important;
  margin: 0rem 2px 0px 0px; */

  width: 48% !important;
  margin: 0rem 3px 0px 0px;
}
.instant {
    padding: 5px 2px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #B53774;
    border: none;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    width: 100%;
}
.filter-drop label {
    width: 100%;
  }
  /* .img_render{
    width: 100% !important;
    height: 170px;
    border-radius: 15px;
    object-fit: cover;
    text-align: center;
    margin: 0px auto;
  } */
  .content{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: auto;
  flex-direction: column;

  }
  .dateFormW{
    width: 90% !important;
    margin: 20px 0px;
  }
  .dateFormSearchBtn{
    border-radius: 8px;
    padding: 0px 2px;
    height: 50px;
    margin: 10px;
    width: 120px;
}
  }
  .content-text{
  width: 100%;
  text-align: center;
  }

  .text{
  color: #FFF;
  font-family: Inter;
  padding-top: 30px;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin: 25px 0px;
  }
  .step{
  width: 35px;
  height: 35px;
  border-radius: 30px;
  flex-shrink: 0;
  background-color: #2A50CB;
  position: relative;
  top: 35px;
  }
  .share{
  height: 650px;
  }
  .earn{
  padding-left: 30px;
  color: #121212;
  font-family: Inter;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 148% */
  display: flex;
  text-align: center;
  width: 100%;
  height: 33px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;

  }
  .d-fl{
  padding-inline-start: 1px;
  }

  .field-group{
  position: relative;
  }
  .field-group input{
  padding-left: 60px;
  width: 100%;
  height: 50px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #F2EDED;
  border: none;
  }
  .input-field::placeholder{
  color: #8A8A8F;
  }
  .icon{
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8A8A8F;
  font-size: 1.5em;

  }
  .btn-submit{
  width: 90%;

  height: 50px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #FFF;
  color: #2A50CB;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
  border: none;
  text-align: center;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 129.412% */
  }
  .Text{
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  }
  .write{
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  }

  .date{
  width: 100%;
  height: 83px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  }
  .pick-up{
  color: #969696;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.7px; /* 190% */
  text-transform: uppercase;
  }


  .line-off{
    width: 1px;
    height: 45px;
    background: #E6E6E6;
    position: relative;
    top: 2px;
  }
  .promo{
  width: 100%;
  color: #6B7280;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  }
  .request-btn{
  width: 100%;
  height: 60px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #2D54D2;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 129.412% */
  border: none;
  }
  .cancel{
  color: #6B7280;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  }
  .you-like{
  color: #121212;
  font-family: Inter;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px; /* 200% */
  }
  .logo-text{
  color: #121212;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  }


  .step{

  width: 35px;
  height: 35px;
  border-radius: 30px;
  flex-shrink: 0;
  background-color: #2A50CB;
  position: relative;
  top: 35px;

  }

  .share {
      height: auto;
  }
  .earn{
  padding-left: 20px;
  color: #121212;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 148% */
  display: flex;
  text-align: center;
  width: 100%;
  height: 33px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;

  }
  .d-fl{
  padding-inline-start: 1px;
  }

  .field-group{
  position: relative;
  }
  .field-group input{
  padding-left: 60px;
  width: 100%;
  height: 50px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #F2EDED;
  border: none;
  }
  .input-field::placeholder{
  color: #8A8A8F;
  }
  .icon{
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8A8A8F;
  font-size: 1.5em;

  }
  .btn-submit{
  width: 100%;

  height: 50px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #FFF;
  color: #2A50CB;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
  border: none;
  text-align: center;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 129.412% */
  }
  .Text{
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  }
  .write{
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  }
  .up-front{
  display: flex;
  width: 100%;
  height: 41px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #121212;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 148% */
  }
  .up-down{
  display: flex;
  width: 100%;
  height: 41px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #121212;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 148% */
  }
  .up-right{
  display: flex;
  width: 100%;
  height: 41px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #121212;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 148% */
  }
  .today{
  display: flex;
  width: 100%;
  height: 70px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px; /* 127.273% */
  }
  .Benefits{
  color: #121212;
  text-align: center;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px; /* 127.273% */
  display: flex;
  width: 100%;
  height: 70px;
  flex-direction: column;
  justify-content: center;
  }
  .step{
  width: 45px;
  height: 45px;
  border-radius: 30px;
  flex-shrink: 0;
  background-color: #2A50CB;
  position: relative;
  top: 45px;
  }
  .earn{
  padding-left: 30px;
  color: #121212;
  font-family: Inter;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 148% */
  display: flex;
  text-align: center;
  width: 100%;
  height: 33px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;

  }
  .d-fl{
  padding-inline-start: 5px;
  position: relative;
  left: -22px;
  }


  .field-group{
  position: relative;
  }
  .field-group input{
  padding-left: 60px;
  width: 100%;
  height: 50px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #F2EDED;
  border: none;
  }
  .input-field::placeholder{
  color: #8A8A8F;
  }
  .icon{
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8A8A8F;
  font-size: 1.5em;

  }
  .btn-submit{
  width: 75%;

  height: 50px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #FFF;
  color: #2A50CB;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
  border: none;
  text-align: center;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 129.412% */
  }
  .Text{
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  }
  .write{
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  }

  .write{
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  }


  .pick-up{
  color: #969696;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.7px; /* 190% */
  text-transform: uppercase;
  }


  .line-off{
    width: 1px;
    height: 45px;
    background: #E6E6E6;
    position: relative;
    top: 2px;
  }
  .promo{
  width: 100%;
  color: #6B7280;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  }
  .request-btn{
  width: 100%;
  height: 60px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #2D54D2;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 129.412% */
  border: none;
  }
  .cancel{
  color: #6B7280;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  }
  .you-like{
  color: #121212;
  font-family: Inter;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px; /* 200% */
  }
  .date-search-btn button {
    display: flex;
    padding: 13px 31px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #2D54D2;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.5px; /* 178.125% */
  }
  .clearfix{clear: both !important;}
  .footerForm{
    width: 100% !important;
    height: auto !important;
    min-height: 660px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1.063px solid #E0E0E0;
    background: #FFF;
    margin: 0 auto;
    padding-left: 10px;
  }
  .footerForm label{
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.114px;
    text-align: start !important;
    display: flex;
    align-self: start;
  }
  .footerjoinForm{
    width: 100%;
    flex-shrink: 0;
    border-radius: 2.646px;
    border: 0.587px solid #CAD7DD;
    background: rgba(245, 248, 249, 0.30);
    padding-left: 10px;
  }
  .wt-class{
    width: 95%;
  }
  .footerForm button{
    width: 100%;
  height: 46px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #2D54D2;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px; /* 150% */
  letter-spacing: -0.1px;
  border: none;
  }


  .rc-inline-block {
    display: inline-block;
    height: 100%;
    width: 48px !important;
  }

  }


  @media only screen and (max-width:1024px) {
    .curve-pink{
      width: 100% !important;
    }
    .partner {
      width: 400px;
      padding: 10px;
    }
    .made {
      color: #2D2D2D;
      font-family: Inter;
      font-size: 17px;
      font-style: normal;
      font-weight: 600;
      line-height: 30px;
    }
    .flouw {
      width: 415px;
      height: 100px;
      flex-shrink: 0;
      background: #FFF;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px;
    }
    .flout {
      width: 415px;
      height: 420px;
      flex-shrink: 0;
      border: 20px solid #FFF;
    }

  }
  @media only screen and (max-width : 480px) {
    #recaptcha_challenge_image{
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    }
    #recaptcha_response_field
    {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    }
    .recaptchatable #recaptcha_image {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    }
    .recaptchatable .recaptcha_r1_c1,
    .recaptchatable .recaptcha_r3_c1,
    .recaptchatable .recaptcha_r3_c2,
    .recaptchatable .recaptcha_r7_c1,
    .recaptchatable .recaptcha_r8_c1,
    .recaptchatable .recaptcha_r3_c3,
    .recaptchatable .recaptcha_r2_c1,
    .recaptchatable .recaptcha_r4_c1,
    .recaptchatable .recaptcha_r4_c2,
    .recaptchatable .recaptcha_r4_c4,
    .recaptchatable .recaptcha_image_cell {

    margin: 0 !important;
    width: 100% !important;
    background: none !important;
    height: auto !important;
    }

}
