<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.about_home_sec {
  position: relative;
  padding-top: 100px;
}
.about_home_text {
  opacity: 0;
  transform: translateY(-30px);
}
.about_home_sec.active .about_home_text {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.5s ease 0.2s;
}

.about_home_sec.about_home_sec::after {
  content: "";
  height: 482px;
  width: 835px;
  border-radius: 251px;
  background-color: #f8efbc;
  transform: rotate(-160deg);
  position: absolute;
  top: 131px;
  right: -100px;
  z-index: -1;
  opacity: 0.5;
}
.about_home {
  display: flex;
  flex: 1;
}
.about_home_text {
  margin-top: 120px;
}
.about_home_text h3,
.about_home_text h4 {
  color: #000000;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  margin: 0;
}
.about_home_text h4 {
  font-weight: 700;
}
.about_home_text,
.about_home_image {
  flex: 0.5;
}
.about_home_image {
  justify-content: center;
  display: flex;
  margin-top: 80px;
}
.about_home_text label {
  margin-top: 30px;
  display: block;
  font-weight: 600;
}
.about_home_text p {
  font-weight: 300;
  margin: 0;
}
.about_home_text p,
.about_home_text label {
  color: #4b4b4b;
  font-size: 20px;
  line-height: 30px;
}
.what_we {
  display: flex;
  flex: 1;
}
.we_are_champ_sec {
  padding-top: 100px;
  position: relative;
}
.we_are_champ_sec::after {
  content: "";
  height: 482px;
  width: 635px;
  border-radius: 251px;
  transform: rotate(-160deg);
  background-color: #f8efbc;
  position: absolute;
  opacity: 0.5;
  top: -60px;
  z-index: -1;
  left: -300px;
}
.we_are_champ {
  display: flex;
  flex: 1;
  align-items: center;
}
.we_are_champ_text {
  flex: 0.5;
}
.we_are_champ_img {
  flex: 0.5;
  display: flex;
  justify-content: space-around;
}
.we_are_champ_text p {
  color: #4b4b4b;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  width: 98%;
}

.who_we_img {
  display: flex;
  margin-top: 0px !important;
}
.who_we_imgfirst {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 10px;
}
.who_we_imgfirst img {
  width: 184px;
  border-radius: 92px 92px 5px 92px;
}
.who_we_imgfirst .shape {
  height: 192px;
  width: 50px;
  border-radius: 39px 5px 39px 39px;
  background-color: #f9c935;
  margin-top: 10px;
}
.who_we_imgsecond .shape {
  height: 50px;
  width: 128px;
  border-radius: 29px 29px 29px 5px;
  background-color: #ffffff;
  margin-bottom: 10px;
}
.who_we_imgsecond {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.who_we_imgsecond img {
  width: 284px;
  border-radius: 5px 142px 142px 142px;
}
.timeline_sec {
  padding: 80px 0;
  margin-top: 90px;
  display: none;
}
.timeline_sec.active
  .timelineWrapper
  .timelinesec:nth-child(even)
  .timeline_content {
  transform: translateX(0px);
  transition: 0.5s ease 0.5s;
}
.timeline_sec.active
  .timelineWrapper
  .timelinesec:nth-child(odd)
  .timeline_content {
  transform: translateX(0px);
  transition: 0.5s ease 0.5s;
}
.timeline_sec .timelineWrapper .timelinesec:nth-child(even) .timeline_content {
  transform: translateX(50px);
  transition: 0.5s ease 0.5s;
}
.timeline_sec .timelineWrapper .timelinesec:nth-child(odd) .timeline_content {
  transform: translateX(-50px);
  transition: 0.5s ease 0.5s;
}
.timeline_content::after {
  opacity: 0;
  transition: 0.2s ease 1s;
}
.timeline_sec.active .timeline_content::after {
  opacity: 1;
  transition: 0.2s ease 1s;
}
.timelineWrapper {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: start;
  position: relative;
  margin-top: 50px;
}
.timelinesec {
  flex: 0.5;
}
.timelineWrapper::after {
  width: 1px;
  height: 94%;
  background-color: #f9c935;
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.timelineWrapper label {
  color: #303030;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 5px;
}
.timelineWrapper p {
  color: #303030;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
}
.timelineWrapper .timelinesec:nth-child(odd) {
  justify-content: flex-end;
  display: flex;
  padding-right: 35px;
  flex-direction: column;
}
.timelineWrapper .timelinesec:nth-child(even) {
  justify-content: flex-start;
  display: flex;
  padding-left: 35px;
  flex-direction: column;
}
.timeline_content {
  position: relative;
  margin-top: 150px;
}
.timelineWrapper .timelinesec:nth-child(odd) .timeline_content {
  text-align: right;
}
.timelineWrapper .timelinesec:nth-child(odd) .timeline_content:nth-child(1) {
  margin-top: 90px;
}
.timelineWrapper .timelinesec:nth-child(even) .timeline_content:nth-child(1) {
  margin-top: 0px;
}

.timeline_content::after {
  content: "";
  height: 11px;
  width: 11px;
  background-color: #f9c935;
  position: absolute;
  border-radius: 50%;
  top: 19px;
}
.timelineWrapper .timelinesec:nth-child(odd) .timeline_content::after {
  right: -41px;
}
.timelineWrapper .timelinesec:nth-child(even) .timeline_content::after {
  left: -40px;
}
.work_sec {
  height: 500px;
  padding: 90px 0px;
  margin-top: 250px;
  background: #f9c935 url("/images/Jobs-@-Rapido.webp");
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
}
.workwithus {
  text-align: center;
}
.workwithus h3 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  margin: 0;
}
.workwithus h4 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
}
.workwithus p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-top: 20px;
}
.workwithus a {
  width: 197px;
  height: 60px;
  border-radius: 30px 30px 30px 5px;
  margin: 0 auto;
}
.details_desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-40px);
}
.we_are_champ_img.active .details_desc {
  transform: translateY(0px);
  transition: 0.5s ease 0.5s;
}
.details_desc label,
.details_desc span {
  font-size: 14px;
  color: #303030;
  line-height: 23px;
}
.details_desc label {
  font-weight: 700;
  margin-top: 20px;
}
.testimonial_single label {
  margin-top: 10px;
}
.testimonial_single h3 {
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.timelineWrapper_mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .about_home_sec.about_home_sec::after,
  .we_are_champ_sec::after,
  .pattern_down,
  .testimonial .mobile_pattern,
  .timelineWrapper {
    display: none;
  }
  .about_home_sec {
    padding-top: 60px;
  }
  .testimonial_single {
    flex-direction: column;
  }
  .testimonial_single div.desc_test {
    margin-left: 0;
    margin-top: 20px;
  }
  .carrer_opportunities_sec {
    margin-top: 0;
  }
  .timelineWrapper_mobile {
    display: flex;
  }
  .timeline_content::after {
    display: none;
  }
  .timelineWrapper_mobile .timeline_content p::after {
    content: "";
    height: 11px;
    width: 11px;
    background-color: #f9c935;
    position: absolute;
    border-radius: 50%;
    left: -11%;
  }
  .timelineWrapper_mobile .timeline_content {
    transition: 0.5s ease 0.5s;
    transform: translateY(-50px);
  }
  .timeline_sec.active .timelineWrapper_mobile .timeline_content {
    transition: 0.5s ease 0.5s;
    transform: translateY(0px);
  }
  .timelineWrapper_mobile .timelinesec {
    flex: 1;
    position: relative;
  }
  .timelineWrapper_mobile .timelinesec::before {
    content: "";
    width: 1px;
    height: 87%;
    background-color: #f9c935;
    content: "";
    position: absolute;
    top: 50px;
    left: 34.7%;
    margin: 0 auto;
  }
  .timelineWrapper_mobile .timeline_content {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
  }

  .timelineWrapper_mobile .timeline_content label {
    flex: -2.5;
    color: #303030;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    text-align: right;
  }
  .timelineWrapper_mobile .timeline_content p {
    margin: 0;
    flex: 0.6;
    font-size: 13px;
    line-height: 22px;
    color: #303030;
    position: relative;
    display: flex;
    align-items: center;
  }
  .about_home,
  .we_are_champ {
    flex-direction: column;
  }
  .about_home_text,
  .about_home_image,
  .we_are_champ_text,
  .we_are_champ_img {
    flex: 1;
  }
  .about_home_text p,
  .about_home_text label,
  .we_are_champ_text p {
    text-align: center;
  }
  .we_are_champ_img {
    flex-direction: column;
  }
  .details_desc {
    margin-top: 40px;
  }
  .details_desc label {
    margin-top: 40px;
  }
  .details_desc .people_wrap,
  .details_desc .people_wrap img,
  .details_desc .people_wrap::after {
    width: 118px !important;
    height: 118px;
  }
  .who_we_img {
    justify-content: center;
    width: 70%;
    margin: 0 auto;
  }
  .who_we_img .who_we_imgfirst,
  .who_we_img .who_we_imgsecond {
    width: 50%;
  }
  .who_we_img .who_we_imgfirst img,
  .who_we_img .who_we_imgsecond img {
    width: 100%;
  }
  .who_we_imgfirst .shape {
    height: 72px;
  }
  .who_we_imgsecond .shape {
    background-color: #f9c935;
    width: 68px;
  }
  .about_home_text h3,
  .about_home_text h4 {
    text-align: center;
    margin: 0;
    color: #000000;
    font-size: 34px;
    font-weight: 300;
    line-height: 44px;
  }
  .about_home_text h4 {
    font-weight: 700;
  }
  .about_home_text p,
  .we_are_champ_text p {
    width: 70%;
    margin: 0 auto;
  }
  .we_are_champ_text p {
    margin-top: 20px;
  }
  .timeline_sec {
    margin-top: 0;
  }
  .work_sec {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .about_home_text p,
  .we_are_champ_text p {
    width: 90%;
  }
  .about_home_text h3,
  .about_home_text h4 {
    font-size: 30px;
    line-height: 36px;
  }
  .about_home_text p,
  .about_home_text label {
    font-size: 14px;
    line-height: 22px;
  }
  .about_home_text {
    margin-top: 20px;
  }
  .we_are_champ_text p {
    font-size: 14px;
    line-height: 22px;
  }
  .workwithus p {
    font-size: 14px;
    line-height: 20px;
  }
  .workwithus h3,
  .workwithus h4 {
    font-size: 30px;
    line-height: 36px;
  }
}
.blog_sec {
  margin-top: 100px;
  margin-bottom: 182px;
  position: relative;
  padding-top: 100px;
}
.blog_sec::before {
  content: "";
  height: 482px;
  width: 835px;
  opacity: 0.5;
  transform: rotate(-160deg);
  border-radius: 251px;
  background-color: #f8efbc;
  position: absolute;
  left: -500px;
  top: 220px;
  z-index: -1;
}
.pagination .disabled {
  background: transparent;
}
.pagination .disabled a {
  color: rgba(75, 75, 75, 0.6);
}
.blog_sec::after {
  content: "";
  background: url("/images/y_p.svg");
  position: absolute;
  right: 10%;
  top: 140px;
  z-index: -1;
  height: 259px;
  width: 171px;
}
.blog h1 {
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  margin: 0;
}
.blog_listing {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.blog_listing_sec {
  width: calc(33% - 30px);
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  margin-top: 30px;
  margin-right: 30px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
}
.blog_listing_sec .blog_img {
  width: 100%;
  height: 203px;
  overflow: hidden;
  background: #868686;
}
.blog_listing_sec .blog_img img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.blog_desc {
  padding: 20px;
}
.blog_desc label {
  color: #868686;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}
.blog_desc h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 20px 0;
}
.blog_desc p {
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 30px;
}
.blog_list_sec {
  margin: 100px 0;
  padding-top: 100px;
}
.blog_head {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.blog_head h2 {
  color: #000000;
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  width: 80%;
  margin: 0;
}
.blog_head label {
  color: #868686;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.share_icon {
  position: absolute;
  right: 0;
  top: 210px;
}
.SocialMediaShareButton {
  width: 36px;
  height: 36px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  outline: 0;
}
.blog_img_sec {
  margin-top: 30px;
}
.blog_img_sec img {
  width: 100%;
}
.blog_list_desc {
  width: 80%;
  margin: 0 auto;
}
.blog_list_desc img {
  width: 100%;
}
.suggested_articles_sec {
  display: flex;
}
.blog_list_desc p {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 300;
  line-height: 38px;
  margin-bottom: 0;
  margin-top: 50px;
  width: 85%;
}
.pagination {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.blog_list_sec {
  position: relative;
}
.blog_list_sec::before {
  content: "";
  opacity: 0.5;
  transform: rotate(-160deg);
  border-radius: 251px;
  background-color: #f8efbc;
  height: 482px;
  width: 835px;
  position: absolute;
  left: -470px;
  z-index: -1;
  top: 90px;
}
.blog_list_sec::after {
  content: "";
  background: url(/images/y_p.svg);
  right: 20%;
  top: 310px;
  height: 199px;
  width: 171px;
  position: absolute;
  z-index: -1;
}
.pagination li a {
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  cursor: pointer;
  color: #4b4b4b;
}
.pagination li.active a {
  background-color: #f9c935;
}
.suggested_articles {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #868686;
}
.breadcrumb {
  padding-left: 0;
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
  flex-wrap: wrap;
}
.breadcrumb li {
  padding-right: 40px;
  position: relative;
  display: flex;
  align-items: center;
}
.breadcrumb li::after {
  content: "&gt;";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumb li:last-child::after {
  display: none;
}
.breadcrumb li a,
.breadcrumb li span {
  color: #7d7d7d;
  font-weight: 300;
  line-height: 23px;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb li a {
  color: #000;
}
.suggested_articles h4 {
  margin: 0;
  font-weight: 700;
  line-height: 20px;
}
@media screen and (max-width: 991px) {
  .blog_list_sec::before,
  .blog_list_sec::after {
    display: none;
  }
  .blog_sec {
    padding-top: 60px;
  }
  .share_icon {
    top: initial;
    bottom: -10px;
    display: flex;
  }
  .SocialMediaShareButton {
    margin-left: 5px;
  }
  .breadcrumb {
    margin-bottom: 15px;
  }
  .breadcrumb li a,
  .breadcrumb li span {
    font-size: 12px;
    line-height: 18px;
  }
  .breadcrumb li {
    padding-right: 20px;
    margin-bottom: 5px;
  }
  .breadcrumb li::after {
    right: 10px;
  }
  .SocialMediaShareButton {
    width: 30px;
    height: 30px;
  }
  .blog_sec::before,
  .blog_sec::after {
    display: none;
  }
  .blog_listing_sec:nth-child(even) {
    margin-right: 0;
  }
  .blog h1 {
    text-align: center;
  }
  .blog_listing {
    justify-content: center;
  }
  .blog_listing_sec {
    width: calc(50% - 30px);
  }
  .blog_sec {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .blog_list_sec {
    margin-top: 20px;
    padding-top: 60px;
  }
  .blog_head h2 {
    font-size: 18px;
    line-height: 29px;
    width: 90%;
  }
  .blog_head {
    width: 100%;
  }
  .blog_head label {
    margin-top: 20px;
    display: block;
  }
  .blog_list_desc,
  .suggested_articles {
    width: 100%;
  }
  .blog_list_desc p {
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    margin-top: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .blog_listing_sec:nth-child(n) {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .blog h1 {
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
  }
  .blog_listing {
    margin-top: 20px;
  }
}

.safety-container {
  margin: 80px auto 0px auto;
  width: 65%;
}

.safety-container .img-container {
  padding-top: 60px;
  margin-bottom: 50px;
}

.safety-container .img-container img{
  width: 100%;
}

.safety-navbar {
  margin: 0 auto;
  width: 100%;
  padding: 0px 20%;
  background-color: #fbfbfb;
  position: fixed;
  z-index: 99;
}

.safety-navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.safety-navbar ul li {
  float: left;
  padding: 20px;
  font-size: large;
  cursor: pointer;
}

.safety-navbar ul li:hover {
  font-weight: 550;
}

.flex {
  display: flex;
}

.flex img {
  width: 50% !important;
}

.bold{
  font-weight: 550;
}

.default {
  cursor:default;
}

@media screen and (max-width: 992px) {
  .safety-container {
    width: 100%;
  }

  .safety-navbar {
    padding: 0 6%;
  }

  .safety-navbar ul li {
    padding: 10px;
    font-size: medium;
  }
}
.carrer_home_sec{
    padding-top: 100px;
}
.carrer_home_sec::after {
    content: '';
    height: 482px;
    width: 835px;
    border-radius: 251px;
    background-color: #F8EFBC;
    transform: rotate(-160deg);
    position: absolute;
    top: 131px;
    right: -100px;
    z-index: -1;
    opacity: 0.5;
}
.carrer_home{
    margin-top: 90px;
    display: flex;
    flex: 1;
}
.carrer_home_text, .carrer_home_image{
    flex: 0.5;
}
.carrer_home_image{
    margin-top: 80px;
}
.carrer_home_text{
    margin-top: 150px;
}
.view_jobs{
    position: absolute;
    background: #f9c935;
    color: #000;
    border-radius: 20px 20px 20px 20px;
    height: 40px;
    width: 120px;
    font-weight: 600;
    border-color: #f9c935;
    border-width: 0px;
    margin-top: 350px;
    align-items: left;
    margin-left: -570px;
}
.view_jobs:hover{
    background: #D3A91F;
}
.carrer_home_text h3,.carrer_home_text h4{
    color: #000000;
    font-size: 50px;	
    font-weight: 300;	
    line-height: 60px;
    margin: 0;
}
.carrer_home_text h4{
    font-weight: 700;
}
.carrer_home_text p{
    color: #4B4B4B;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin: 0;
    width: 80%;
    margin-top: 20px;
}
.carrer_carousel{
    margin-top: 50px;
}
.carrer_opportunities_sec{
    padding: 100px 0;
    margin-top: 100px;
}
.who_we_img {
    display: flex;
    justify-content: center;
}
.who_we_imgfirst {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 10px;
}
.who_we_imgfirst img{
    width: 184px;
    border-radius: 92px 92px 5px 92px;
}
.who_we_imgfirst .shape {
    height: 192px;
    width: 50px;
    border-radius: 39px 5px 39px 39px;
    background-color: #F9C935;
    margin-top: 10px;
}
.who_we_imgsecond .shape {
    height: 50px;
    width: 128px;
    border-radius: 29px 29px 29px 5px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}
.who_we_imgsecond {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.who_we_imgsecond img {
    width: 284px;
    border-radius: 5px 142px 142px 142px;
}
.benfits_wrapper{
    display: flex;
    flex: 1.2;
    margin-top: 40px;
}
.benfits_wrapper div{
    flex: 0.4;
}
.benfits_wrapper div p{
    color: #4B4B4B;
    font-size: 16px;
    line-height: 24px;
    width: 77%;
    margin-top: 30px;
    margin-bottom: 0;
}
.carrer_opportunities ul{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.carrer_opportunities ul li{
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.carrer_opportunities ul li a, .carrer_opportunities ul li label{
    color: #303030;
    font-size: 16px;	
    line-height: 26px;
}
.carrer_opportunities ul li a{
    font-weight: 700;
    text-decoration: underline;
}
.carrer_carousel img{
    width: calc(100% - 30px);
    margin: 0 15px;
}
.slick-dots li button {
    display: none !important;
}
@media screen and (max-width: 1200px) {
    .view_jobs{
        position: relative;
        margin-left: -470px;
        margin-top: 450px;
    }
}
@media screen and (max-width: 991px) {
    .carrer_home_sec{
        padding-top: 60px;
    }
    .carrer_home_sec::after, .mobile_pattern, .pattern_down{
        display: none;
    }
    .carrer_home, .benfits_wrapper{
        flex-direction: column;
    }
    .carrer_opportunities ul li{
        width: 100%;
    }
    .who_we_img {
        justify-content: center;
        width: 70%;
        margin: 0 auto;
    }
    .carrer_home_text{
        margin-top: 25px;
    }
    .who_we_img .who_we_imgfirst, .who_we_img .who_we_imgsecond {
        width: 50%;
    }
    .who_we_img .who_we_imgfirst img, .who_we_img .who_we_imgsecond img {
        width: 100%;
    }
    .who_we_imgfirst .shape {
        height: 72px;
    }
    .who_we_imgsecond .shape {
        background-color: #F9C935;
        width: 68px;
    }
    .carrer_opportunities ul li a, .carrer_opportunities ul li label{
        text-align: center;
    }
    .benfits_wrapper div img, .benfits_wrapper div p{
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .benfits_wrapper{
        margin-top: 0;
    }
    .benfits_wrapper div{
        margin-top: 40px;
    }
    .benfits_wrapper div p{
        width: 70%;
        margin-top: 10px;
    }
    .testimonial_single {
        flex-direction: column;
    }
    .testimonial_single div.desc_test {
        margin-left: 0;
        margin-top: 20px;
    }
    .carrer_home_text h3, .carrer_home_text h4{
        text-align: center;
        margin: 0;
        color: #000000;
        font-size: 34px;
        font-weight: 300;
        line-height: 44px;
    }
    .carrer_home_text h4{
        font-weight: 700;
    }
    .carrer_home_text p{
        width: 70%;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }
    .carrer_carousel{
        width: 70% !important;
        margin: 0 auto;
        margin-top: 50px;
    }
    .carrer_opportunities_sec{
        margin-top: 0px;
    }
    .carrer_opportunities ul li label{
        width: 70%;
        margin: 0 auto;

    }
    .work_with_sec{
        padding: 80px 0px;
    }
    .testimonial_sec{
        margin-top: 0;
    }
    .view_jobs{
        position: relative;
        margin-top: 50px;
        margin-left: 43%;
    }
}
@media screen and (max-width: 767px) {
    .carrer_home_text p, .benfits_wrapper div p, .carrer_opportunities ul li label{
        width: 90%;
    }
    .carrer_opportunities_sec, .work_with_sec{
        padding: 40px 0px;
    }
    .carrer_home_text p, .benfits_wrapper div p{
        font-size: 14px;
        font-weight: 300;
        line-height: 22px;
    }
    .carrer_opportunities ul li a, .carrer_opportunities ul li label{
        font-size: 14px;	
        line-height: 20px;
    }
    .view_jobs{
        position: relative;
        margin-top: 22px;
        margin-left: 35%;
    }
}


.claim-section {
    margin-top: 90px;
    margin-bottom: 182px;
    position: relative;
    padding-top: 100px;

    margin-top: 40px;
    margin-bottom: 60px;
}
.claim-section::before {
    content: "";
    height: 482px;
    width: 835px;
    opacity: 0.5;
    transform: rotate(-160deg);
    border-radius: 251px;
    background-color: #f8efbc;
    position: absolute;
    left: -500px;
    top: 220px;
    z-index: -1;
}
.claim-section::after {
    content: "";
    background: url("/images/y_p.svg");
    position: absolute;
    right: 10%;
    top: 140px;
    z-index: -1;
    height: 259px;
    width: 171px;
}
@media screen and (max-width: 991px) {
    .claim-section {
        padding-top: 25px;
    }
}
.contact_sec{
    margin-top: 240px;
    margin-bottom: 150px;
}
button:disabled{
    opacity: 0.5;
}
.contact_form{
    display: flex;
    flex: 1.2;
}
.form_section{
    flex: 0.8;
    padding-right: 10%;
}
.address_sec{
    flex: 0.4;
    text-align: right;
}
.contact h4{
    color: #000000;		
    font-size: 50px;	
    font-weight: 300;	
    line-height: 60px;
    display: flex;
    margin: 0;
}
.contact h3{
    font-weight: 700;
    margin-left: 10px;
    color: #000000;
    font-size: 50px;
    line-height: 60px;
    display: flex;
    margin: 0;
}
.contact h6{
    color: #4B4B4B;
    font-size: 20px;	
    font-weight: 300;	
    line-height: 30px;
    margin: 0;
    margin-top: 30px;
    width: 90%;
}
.rapido_input_group textarea{
    height: 200px;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    background-color: #FFFFFF;
    color: #303030;
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 10px 7px;
    text-align: left;
    outline: 0;
    margin-top: 12.5px;
    resize: none;
}
.form_section .btn{
    width: 100%;
    border-radius: 4px;
    margin-top: 30px;
    height: 52px;
}
.address_div label{
    color: #303030;	font-size: 16px;font-weight: 700;	line-height: 25px;
}
.address_div{
    margin-bottom: 66px;
    text-align: left;
}
.address_div p{
    color: #303030;	
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    margin-top: 10px;
}
.contactUs_error{
    position: absolute;
    left: 17%;
    right: 0%;
    top: 15%;
    bottom: 0%;
    background: #FFAB00;
    border-radius: 3px;
    width: 40%;
    height: 60px;
}

.contact_us_banner{
    text-align: center;
    padding-top:8px;
}
@media screen and (max-width: 991px) {
    .contact_form {
        flex-direction: column;
    }
    .contact_sec{
        margin-top: 120px;
    }
    .contact h4{
        justify-content: center;
    }
    .contact h6{
        margin: 0 auto;
        margin-top: 30px;
        text-align: center;
        width: 70%;
    }
    .form_section{
        flex: 1;
        padding-right: 0;
    }
    .address_sec img{
        display: none;
    }
    .address_sec{
        margin-top: 50px;
    }
    .address_div{
        margin-bottom: 20px;
    }
    .contact_sec{
        margin-bottom: 40px;
    }
    .contactUs_error{
        left: 5%;
        right: 0%;
        top: 65px;
        width: 90%;
    }
    .contact_us_banner{
        text-align: center;
        padding-top:8px;
    }
}
@media screen and (max-width: 767px) {
    .contact h4{
        font-size: 34px;
        font-weight: 300;
        line-height: 44px;
    }
    .contact h6{
        width: 90%;
        font-size: 16px;
        line-height: 24px;
    }
    .contactUs_error{
        left: 2%;
        right: 2%;
        top: 65px;
        width: 95%;
    }
    .contact_us_banner{
        text-align: center;
        padding-top:0px;
    }
}
.corporate-affairs-section {
    margin-top: 100px;
    margin-bottom: 182px;
    position: relative;
    padding-top: 100px;

    margin-top: 40px;
    margin-bottom: 60px;
}
.corporate-affairs-section::before {
    content: "";
    height: 482px;
    width: 835px;
    opacity: 0.5;
    transform: rotate(-160deg);
    border-radius: 251px;
    background-color: #f8efbc;
    position: absolute;
    left: -500px;
    top: 220px;
    z-index: -1;
}
.corporate-affairs-section::after {
    content: "";
    background: url("/images/y_p.svg");
    position: absolute;
    right: 10%;
    top: 140px;
    z-index: -1;
    height: 259px;
    width: 171px;
}
@media screen and (max-width: 992px) {
    .corporate-affairs-section{
        padding-top: 60px;
    }
}


/* Hero section */
.hero-section{
    position: relative;
    transition: 0.8s ease 0s;
    padding-top: 100px;
}
.hero-section-content-wrap{
    display: flex;
    margin-top: 110px;
}
.text-wrapper .hero-header {
    /* font-family: Poppins; */
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 60px;
    color: #000000;
}
.text-wrapper h3 {
    /* font-family: Poppins; */
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 60px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0px;
}
.content {
    /* font-family: Poppins; */
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #4B4B4B;
    margin-bottom: 40px;
}
.hero-text-wrapper {
    flex: 0 1 50%;
}
.hero-img-wrap {
    position: absolute;
    top: 0;
    width: 50%;
    right: 0px;
    height: 100%;
}
.hero-img {
    /* transform: rotate(-130deg);
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    width: auto; */
    transform: rotate(-130deg);
    position: relative;
    left: 100px;
    bottom: 40px;
    width: auto;
    height: 550px;
}
.hero-img-hidden {
    background-color: #F9C935;
    content: '';
    width: 1744px;
    height: 683px;
    z-index: -1;
    position: relative;
    border-radius: 507.5px;
    transform: rotate(130deg) translateX(-15%) translateY(66%);
    top: 0%;
    right: 0%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mobile-progress,
.mob_image {
    display: none;
}
/* Ends here --------------------- */

/* Importance section */
.importance-section ,
.advantages-section,
.usecases-section {
    position: relative;
    padding-top: 110px;
}
.importance-list,
.advantages-list,
.usecases-list,
.illustration-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
    height: 0;
    opacity: 0;
}

.importance-list.active,
.advantages-list.active,
.usecases-list.active,
.illustration-list.active{ 
    display: flex;
    opacity: 1;
    height: auto;
    transition:opacity 1s ease 0.3s;
}
.illustration-list.active {
    justify-content: center;
    margin-top: -40px;
}
.importance-list li,
.advantages-list li,
.usecases-list li{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 1 50%;
    transform: translateY(50px);
    transition: all 1s ease;
    margin-bottom: 40px;
}

.advantages-list li:nth-child(4) label,
.importance-list li:nth-child(4) label{
    margin-top: -20px;
}

.usecases-list {
    width: 100%;
}
.usecases-list li {
    flex: 0 1 33.33%;
}
.importance-section{
    padding-top: 100px;
}
.illustration-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 1 25%;
    transform: translateY(50px);
    transition: all 1s ease;
    margin-bottom: 30px;
}
.importance-list li.active,
.advantages-list li.active,
.usecases-list li.active,
.illustration-list li.active{
    transform: translateY(0px);
    transition: all 1s ease;
}

.importance-list li img,
.advantages-list li img,
.usecases-list li img,
.illustration-list li img{
    width: 120px;
    margin-bottom: 30px;
}
.importance-list li label,
.advantages-list li label,
.usecases-list li label,
.illustration-list li label{
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #000000;
}
.illustration-list li label{
    font-size: 16px;
    line-height: 20px;
 }
.importance-list li h3,
.advantages-list li h3,
.usecases-list li h3,
.illustration-list li h3{
    color: #4B4B4B;	
    font-size: 16px;	
    line-height: 24px;	
    text-align: center;
    font-weight: 400;
    margin: 0;
    margin-top: 20px;
    width: 70%;
}
.illustration-list li img{
    margin-bottom: 20px;
    z-index: -1;
}
.illustration-list li div{
    position: relative;
}
.illustration-list li div:after{
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    top: 60px;
    right: -120px;
    z-index: 0;
    border: 2px dashed #CBCBCB;
}


.illustration-list li:nth-child(7) div:after{
    width: 120px;
    height: 55px;
    left: 48%;
    top: 10px;
    border: 2px dashed #CBCBCB;
    border-bottom-right-radius: 50px;
    border-left: transparent;
    border-top: transparent;
    z-index: -2;
    border-width: 4px;
} 

.illustration-list li:nth-child(4) div:after{
    width: 2px;
    height: 120px;
    top: 120px;
    left: 50%;
    z-index: -1;
}

.illustration-list li h3 {
    line-height: 20px;	
    margin-top: 5px;
}
/* Ends here */
.contact-section{
    padding-top: 100px;
    margin-bottom: 100px;
}

.contact-form{
    display: flex;
    flex: 1.2;
    justify-content: center;
}
.form-section{
    flex: 0.66;
}
.contact h4{
    color: #000000;		
    font-size: 50px;	
    font-weight: 300;	
    line-height: 60px;
    display: flex;
    margin: 0;
}
.contact h3{
    font-weight: 700;
    margin: 0;
    margin-left: 10px;
}
.contact h6{
    color: #4B4B4B;
    font-size: 20px;	
    font-weight: 300;	
    line-height: 30px;
    margin: 0;
    margin-top: 30px;
    width: 90%;
}
.form-section .btn{
    width: 100%;
    border-radius: 4px;
    margin-top: 30px;
    height: 52px;
}
.request-callback {
    margin-bottom: 70px;
}
.all-error-top{
    bottom: 0;
}
.hero-mob-image-wrap{
    display: none;
}
/* .contact-section{
    margin-top: 80px;
    margin-bottom: 100px;
} */

.contact-form{
    display: flex;
    flex: 1.2;
    justify-content: center;
}
.form-section{
    flex: 0.66;
}
.contact h4{
    color: #000000;		
    font-size: 50px;	
    font-weight: 300;	
    line-height: 60px;
    display: flex;
    margin: 0;
}
.contact h3{
    font-weight: 700;
    margin: 0;
    margin-left: 10px;
}
.contact h6{
    color: #4B4B4B;
    font-size: 20px;	
    font-weight: 300;	
    line-height: 30px;
    margin: 0;
    margin-top: 30px;
    width: 90%;
}
.form-section .btn{
    width: 100%;
    border-radius: 4px;
    margin-top: 30px;
    height: 52px;
}
.request-callback {
    margin-bottom: 70px;
}
.we_care_head ul li{
    width: 200px;
}

/* illustration section */
.illustration-section {
    position: relative;
    padding-top: 10%;
    margin-top: 200px;
}
.illustration-section::before {
    content: "";
    width: 1200px;
    height: 785px;
    position: absolute;
    left: 13%;
    top: 0;
    z-index: -1;
    background: #F8EFBC;
    opacity: 0.5;
    border-radius: 400px;
    transform: rotate(160deg);
}
.illustration-content-wrap{
    margin-bottom: 60px;
}
.illustration-content {
    margin-bottom: 20px;
}
.mailing-info-wrap {
    display: flex;
    justify-content: space-between;
}
.email-wrap,
.dept-wrap {
    flex: 0 1 55%;
}
.mobile-wrap,
.desgn-wrap{
    flex: 0 1 40%;
}

.corporate-illustration-section{
    padding-top: 100px;
}
.corporate-illustration-wrap{
    display: flex;
    text-align: center;
    position: relative;
    flex-direction:column;
}
.corporate-illustration-wrap{
    content: '';
    background: #fbf7dd;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 400px;
    z-index: -1;
    transform: rotate(160deg);
}
.corporate-illustration-content{
    padding: 80px 0;
    transform: rotate(-160deg);
}

@media screen and (max-width: 991px) {
    .corporate-partners-page {
        position: relative;
        right: -20px;
        left: 0;
    }
    .corporate-illustration-wrap{
        border-radius: 0;
        transform: skewY(-20deg);
    }
    .corporate-illustration-content {
        padding-top: 170px;
        transform: skewY(20deg);
        padding-bottom: 180px;
    }
    .container.corporate-container {
        padding-left: 0;
        padding-right: 0;
    }
    .hero-img-wrap, 
    .who-we-section::after {
        display: none;
    }
    .contact-form {
        flex-direction: column;
    }
    .contact-section {
        padding-top: 100px;
        margin-bottom: 40px;

    }
    .contact h4{
        justify-content: center;
    }
    .contact h6{
        margin: 0 auto;
        margin-top: 30px;
        text-align: center;
        width: 70%;
    }
    .form-section{
        flex: 1;
        padding-right: 0;
    }
    .hero-mob-image-wrap{
        margin-top: 20px;
        /* display: block; */
    }
    /* .svg-pattern{
        width: 100%;
    } */
    .hero-section-content-wrap {
        margin-top: 30px;
    }
    .hero-text-wrapper {
        flex: 1;
        text-align: center;
        z-index: 9;
    }
    .button-wrapper {
        display: flex;
        justify-content: center;
    }
    
    .hero-mob-image-wrap {
        position: absolute;
        width: 100%;
        top: 0;
    }
    .pattern{
        display: none;
    }
     .hero-section-content-wrap {
        margin-top: 30px;
    }
    .button-wrapper {
        display: flex;
        justify-content: center;
    }
    .partner-img-wrap {
        flex: 0 1 50%;
        margin-bottom: 50px;
    }
    label.head{
       margin: 0;
    }
    .importance-list,
    .advantages-list,
    .usecases-list,
    .illustration-list {
        flex-direction: column;
        width: 100%;
    }
    .illustration-list li div:after {
        display: none;
    }
    .illustration-section::before {
        border-radius: 0;
        left: 0;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        transform: skewY(-15deg);
    }
    .mailing-info-wrap{
        flex-direction: column;
    }
    .importance-section ,
    .advantages-section,
    .usecases-section {
        padding-top: 100px;
    }
    .text-wrapper .hero-header,
    .text-wrapper h3 {
        font-size: 34px;
        line-height: 44px;
    }
     .partner-cta{
        border: 2px solid #FFFFFF;
        width: 240px;
        height: 60px;
    }
    .illustration-section{
        padding-top: 200px;
        padding-bottom: 70px;
        margin-top: 0;
    }
    .importance-section{
        padding-top: 100px;
    }
    .we_care_head ul li {
        width: 400px;
        text-align: center;
    }
    .importance-list li label, 
    .advantages-list li label,
    .usecases-list li label,
    .illustration-list li label {
        font-size: 16px;
        line-height: 20px;
    }
    .importance-list li h3, 
    .advantages-list li h3,
    .usecases-list li h3,
    .illustration-list li h3 {
        font-family: Poppins;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }
    .content{
        font-family: Poppins;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
    }
    .svg_pattern{
        width: 100%
    }
    .mob_image{
        display: block;
    }
}


@media screen and (max-width: 767px) {
    .contact h4{
        font-size: 34px;
        font-weight: 300;
        line-height: 44px;
    }
    .contact h6{
        width: 90%;
        font-size: 16px;
        line-height: 24px;
    }
    .hero-mob-image-wrap{
        margin-top: 20px;
        /* display: block; */
    }
    .hero-section-content-wrap {
        margin-top: 30px;
    }
    .hero-text-wrapper {
        flex: 1;
        text-align: center;
    }
    .button-wrapper {
        display: flex;
        justify-content: center;
    }
     label.head{
        font-size: 26px;
        line-height: 43px;
        font-family: Poppins;
        font-weight: bold;
    }
}

.margin-top-30 .MuiAutocomplete-root{
    margin-top: 12.5px;
}

.operational_city {
    font-size: 16px;
}

.MuiChip-label {
    font-size: 13px;
}

.MuiAutocomplete-inputRoot{
    padding-left: 5px;
    font-size: 14px;
}
.MuiInputBase-input{
    padding-left: 5px;
    font-size: 14px;
}

.business_category .MuiOutlinedInput-input{
    padding: 4px 0px !important;
    font-size: 14px !important;
    line-height: 24px;
}

.business_category1 .MuiOutlinedInput-input{
    padding: 4px 0px !important;
    font-size: 14px !important;
    line-height: 24px;
}

.margin-top-30 .MuiOutlinedInput-input::-webkit-input-placeholder {
    color: rgb(117, 117, 117);
    opacity: 1;
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
    font: inherit;
    letter-spacing: normal;
    word-spacing: inherit;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
    -webkit-rtl-ordering: logical;
    cursor: text;
}

.MuiOutlinedInput-input {
    padding: 6px 0px !important;
    font-size: 14px !important;
}

.MuiAutocomplete-option{
    font-size: 14px !important;
}
/* Hero section */
.hero-section {
  position: relative;
  transition: 0.8s ease 0s;
  padding-top: 100px;
}
.hero-section-content-wrap {
  display: flex;
  margin-top: 110px;
}
.text-wrapper .hero-header {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 60px;
  color: #000000;
}
.text-wrapper h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 60px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0px;
}
.content {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #4b4b4b;
  margin-bottom: 40px;
}
.hero-text-wrapper {
  flex: 0 1 36%;
}
.hero-img-wrap-delivery {
  position: absolute;
  top: 0;
  width: 50%;
  right: 0px;
  height: 100%;
}
.hero-img-corporate {
  width: 50%;
  transform: rotate(-130deg);
  position: relative;
  top: 0%;
  left: 10%;
}
.hero-img-hidden-corporate {
  background-color: #f9c935;
  content: "";
  width: 1744px;
  height: 683px;
  z-index: -1;
  position: relative;
  border-radius: 507.5px;
  transform: rotate(130deg) translateX(-15%) translateY(66%);
  top: 0%;
  right: 0%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mobile-progress,
.mob_image {
  display: none;
}
/* Ends here --------------------- */

/* Our presence section */
.presence-section {
  position: relative;
  padding-top: 10%;
  margin-top: 140px;
}
.header-with-delimiter {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #000000;
  position: relative;
  margin-bottom: 30px;
}
.header-with-delimiter::after {
  content: "";
  background: #f9c935;
  width: 50px;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -3px;
}
.presence-section::before {
  content: "";
  width: 1116px;
  height: 638px;
  border-radius: 251px;
  position: absolute;
  left: 13%;
  top: 0;
  z-index: -1;
  background: #f8efbc;
  opacity: 0.5;
  border-radius: 319px;
  transform: rotate(160deg);
}
.our-presence-content {
  margin-bottom: 20px;
}
.our-presence-verticle-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex: 1;
  justify-content: center;
  margin-bottom: 170px;
  margin-top: 20px;
}
.our-presence-strength {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  margin-top: 10px;
}
.our-presence-verticle {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  margin: 0;
}
.our-presence-verticle-wrap {
  height: 180px;
  width: 180px;
  border-radius: 90px;
  background-color: #ffffff;
  margin: 0px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.presence-content {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
/* ----------------ends here */

/* Nation wide presence section */
.who-we-img-wrapper,
.who-we-description {
  flex: 0.5;
}
.who-we-section {
  margin-top: 170px;
  position: relative;
}
.who-we-section::after {
  content: "";
  height: 85%;
  width: 60%;
  opacity: 0.5;
  transform: rotate(160deg);
  border-radius: 251px;
  background-color: #f8efbc;
  position: absolute;
  left: -10%;
  top: 5%;
  z-index: -1;
}
.who-we-wrapper {
  display: flex;
  flex: 1;
}
.who-we-img-wrap {
  display: flex;
  margin-top: -136px;
}
.who-we-img-wrapper .pattern {
  margin-left: 69px;
  width: 171px;
  transform: translateY(0px);
  z-index: -1;
  position: relative;
}
.who-we-img-first {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 10px;
}
.who-we-img-second {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.who-we-img-first img {
  width: 184px;
  border-radius: 92px 92px 5px 92px;
}
.who-we-img-second img {
  width: 284px;
  border-radius: 5px 92px 92px 92px;
}
.who-we-img-first .shape {
  height: 192px;
  width: 50px;
  border-radius: 39px 5px 39px 39px;
  background-color: #f9c935;
  margin-top: 10px;
}
.who-we-img-second .shape {
  height: 50px;
  width: 128px;
  border-radius: 29px 29px 29px 5px;
  background-color: #ffffff;
  margin-bottom: 10px;
}
.who-we-description {
  padding-left: 30px;
  margin-top: 120px;
}
.who-we-description h3 {
  color: #4b4b4b;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  width: 90%;
  margin-top: 40px;
  padding-right: 40px;
}
.read-more-partner {
  width: 245px;
  height: 60px;
  margin-top: 60px;
}
.who-we-delivery-img img {
  border-radius: 5px 142px 142px 142px;
}
/* ------------------Ends here */

.delivery-partners-section {
  margin-top: 320px;
}
.delivery-partners-list {
  list-style: none;
  margin-top: 80px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.partner-img-wrap {
  margin-bottom: 80px;
  flex: 0 1 20%;
  text-align: center;
}
/* ---------------Partners section ends here */

.contact-section {
  margin-top: 80px;
  margin-bottom: 100px;
}

.contact-form {
  display: flex;
  flex: 1.2;
  justify-content: center;
}
.form-section {
  flex: 0.66;
}
.contact h4 {
  color: #000000;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  display: flex;
  margin: 0;
}
.contact h3 {
  font-weight: 700;
  margin: 0;
  margin-left: 10px;
}
.contact h6 {
  color: #4b4b4b;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  margin-top: 30px;
  width: 90%;
}
.form-section .btn {
  width: 100%;
  border-radius: 4px;
  margin-top: 30px;
  height: 52px;
}
.request-callback {
  margin-bottom: 70px;
}
.all-error-top {
  bottom: 0;
}
.mob-image-wrap {
  display: none;
}
.partner-cta {
  width: 200px;
  height: 50px;
}
.delivery-presence-section {
  margin-top: 200px;
}
.delivery-presence-wrap {
  display: flex;
  text-align: center;
  position: relative;
  flex-direction: column;
}
.delivery-presence-wrap {
  content: "";
  background: #fbf7dd;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 400px;
  z-index: -1;
  transform: rotate(160deg);
}
.delivery-presence-content-wrap {
  padding-top: 170px;
  padding-bottom: 25px;
  transform: rotate(-160deg);
}
@media screen and (max-width: 991px) {
  .hero-img-wrap-delivery {
    display: none;
  }
  .delivery-presence-wrap {
    border-radius: 0;
    transform: skewY(-20deg);
  }
  .delivery-presence-content-wrap {
    padding-top: 170px;
    transform: skewY(20deg);
    padding-bottom: 180px;
  }
  .container.delivery-presence-container {
    padding-left: 0;
    padding-right: 0;
  }
  .presence-section {
    display: block;
  }
  .delivery-partners-page {
    position: relative;
    right: -20px;
    left: 0;
  }
  .hero-img-wrap,
  .who-we-section::after {
    display: none;
  }
  .contact-form {
    flex-direction: column;
  }
  .contact-section {
    margin-top: 60px;
  }
  .contact h4 {
    justify-content: center;
  }
  .contact h6 {
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    width: 70%;
  }
  .form-section {
    flex: 1;
    padding-right: 0;
  }
  .contact-section {
    margin-bottom: 40px;
  }
  .mob-image-wrap {
    margin-top: 20px;
    /* display: block; */
  }
  /* .svg-pattern{
        width: 100%;
    } */
  .hero-section-content-wrap {
    margin-top: 30px;
  }
  .hero-text-wrapper {
    flex: 1;
    text-align: center;
  }
  .button-wrapper {
    display: flex;
    justify-content: center;
  }

  .who-we-img-wrapper,
  .who-we-description {
    flex: 1;
  }
  .who-we-img-first,
  .who-we-img-second {
    width: 100%;
  }
  .who-we-img-wrap {
    justify-content: center;
    width: 70%;
    margin: 0 auto;
  }
  .mob-image-wrap {
    position: absolute;
    width: 100%;
    top: 0;
  }
  .hero-text-wrapper {
    z-index: 9;
  }
  .partner-cta {
    border: 2px solid #ffffff;
    width: 240px;
    height: 60px;
  }
  .pattern {
    display: none;
  }
  .who-we-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .who-we-description {
    margin-top: 150px;
    padding-left: 0px;
    margin-bottom: 60px;
  }
  .who-we-description h3 {
    text-align: center;
    width: 100%;
    padding-right: 0;
  }
  .read-more-partner {
    width: 240px;
    height: 60px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .who-we-img-second,
  .who-we-img-first {
    width: 50%;
  }
  .who-we-img-first .shape {
    background-color: #f9c935;
    width: 32px;
    height: 122px;
  }
  .who-we-img-second img,
  .who-we-img-first img {
    width: 100%;
  }
  .partner-cta {
    border: 2px solid #ffffff;
    width: 240px;
    height: 60px;
  }
  .who-we-img-second,
  .who-we-img-first {
    width: 50%;
  }
  .presence-section {
    margin-top: 60px;
    padding-top: 230px;
    padding-bottom: 100px;
  }
  .presence-section::before {
    border-radius: 0;
    left: 0;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transform: skewY(-15deg);
  }
  .hero-section-content-wrap {
    margin-top: 30px;
  }
  .hero-text-wrapper {
    flex: 1;
    text-align: center;
  }
  .button-wrapper {
    display: flex;
    justify-content: center;
  }
  .who-we-img-wrapper {
    flex: 1;
  }
  .who-we-img-first,
  .who-we-img-second {
    width: 100%;
  }
  .partner-img-wrap {
    flex: 0 1 50%;
    margin-bottom: 50px;
  }

  .partner-img-wrap img {
    width: 98px;
  }

  .delivery-partners-list li:nth-child(1) img {
    width: 95px;
  }
  .delivery-partners-list li:nth-child(2) img {
    width: 28px;
  }
  .delivery-partners-list li:nth-child(5) img,
  .delivery-partners-list li:nth-child(6) img {
    width: 120px;
  }
  .delivery-partners-list li:nth-child(8) img {
    width: 40px;
  }
  .delivery-partners-list li:last-child img {
    width: 130px;
  }
  .our-presence-verticle-list {
    margin-bottom: 0;
  }
  .our-presence-verticle {
    margin-bottom: 20px;
  }
  .delivery-partners-section {
    margin-top: 200px;
  }
  .who-we-section {
    margin-top: 80px;
  }
  .who-we-description {
    margin-top: 0;
  }
  .hero-header,
  .text-wrapper h3 {
    font-size: 34px;
    line-height: 44px;
  }
  .header-with-delimiter {
    font-family: Poppins;
    font-weight: bold;
    font-size: 26px;
    line-height: 39px;
  }
  .content,
  .who-we-description h3 {
    font-size: 16px;
  }
  .svg_pattern {
    width: 100%;
  }
  .mob_image {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .contact h4 {
    font-size: 34px;
    font-weight: 300;
    line-height: 44px;
  }
  .contact h6 {
    width: 90%;
    font-size: 16px;
    line-height: 24px;
  }
  .mob-image-wrap {
    margin-top: 20px;
    /* display: block; */
  }
  /* .svg-pattern{
        width: 100%;
    } */
  .hero-section-content-wrap {
    margin-top: 30px;
  }
  .hero-text-wrapper {
    flex: 1;
    text-align: center;
  }
  .button-wrapper {
    display: flex;
    justify-content: center;
  }
  .who-we-img-wrapper {
    flex: 1;
  }
  .who-we-img-first,
  .who-we-img-second {
    width: 100%;
  }
  .partner-img-wrap {
    flex: 0 1 50%;
    margin-bottom: 50px;
  }
  .our-presence-verticle-wrap {
    width: 130px;
    height: 130px;
  }
  .our-presence-verticle-list {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .presence-content {
    width: 100%;
  }
  .delivery-partners-section {
    margin-top: 200px;
  }
  .partner-cta {
    border: 2px solid #ffffff;
    width: 240px;
    height: 60px;
  }
  .who-we-img-second,
  .who-we-img-first {
    width: 50%;
  }
  .who-we-img-first .shape {
    background-color: #f9c935;
    width: 32px;
    height: 122px;
  }
  .who-we-img-second img,
  .who-we-img-first img {
    width: 100%;
  }
  .read-more-partner {
    width: 240px;
    height: 60px;
    margin: 0 auto;
    margin-top: 40px;
  }
}
.MuiAutocomplete-option {
  font-size: 16px;
}

.MuiAutocomplete-tag {
  font-size: 12px;
}
.press_sec{
    padding-top:100px;
    margin-top: 100px;
    margin-bottom: 182px;
    position: relative;
}
.press_sec::before{
    content: '';
    height: 482px;	
    width: 835px;	
    opacity: 0.5;	
    transform: rotate(-160deg);	
    border-radius: 251px;	
    background-color: #F8EFBC;
    position: absolute;
    left: -500px;
    top: 220px;
    z-index: -1;
}
.press_sec::after{
    content: '';
    background: url("/images/y_p.svg");
    position: absolute;
    right: 20%;
    top: 140px;
    z-index: -1;
    height: 259px;	width: 171px;
}
.press_img_expand{
    width: 100%;
    margin-top: 30px;
}
.press h1{
    font-size: 50px;	
    font-weight: 300;	
    line-height: 60px;
    margin: 0;
}
.press h1 label{
    font-weight: 600;	
}
.press_listing{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    justify-content: space-between;
}
.press_listing::after {
  content: "";
  width: 32%;
}
.press_listing_sec{
    background: #fff;
    margin-top: 30px;
    width: 32% ;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);
    position: relative;
    cursor: pointer;
}
.press_listing_sec img{
    width: 100%;
    height: 200px;
    cursor: pointer;
    object-fit: cover;
}
.press_listing_sec .desc{
    margin-top: 30px;
}
.press_listing_sec:nth-child(3n+3) {
    margin-right: 0;
}
.press_listing_sec .desc img{
    width: 40%;
    margin: 0 auto;
    display: block;
}
.press_listing_sec .desc p{
    color: #4B4B4B;	
    font-size: 14px;	
    font-weight: 300;	
    line-height: 20px;	
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 12;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.press_listing_sec .desc a{
    color: #1261DC;
    font-size: 14px;	
    font-weight: 300;	
    line-height: 23px;	
    text-align: center;
    margin: 0 auto;
    display: block;
}
.press_listing_sec .desc a span{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
}
@media screen and (max-width: 991px) {
    .press_sec::before, .press_sec::after{
        display: none;
    }
    .press h1{
        text-align: center;
    }
    .press_listing_sec{
        width: calc(50% - 80px);
    }
    .press_listing_sec:nth-child(even){
        margin-right: 0;
    }
    .press_listing{
        justify-content: center;
    }
    .press_sec {
        margin-top: 40px;
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 767px) {
    .press h1 {
        font-size: 30px;
        font-weight: 300;
        line-height: 36px;
    }
    .press_listing{
        margin-top: 20px;
    }
    .press_listing_sec:nth-child(n) {
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
    }
}


.privacy-section {
    margin-top: 100px;
    margin-bottom: 182px;
    position: relative;
    padding-top: 100px;

    margin-top: 40px;
    margin-bottom: 60px;
}
.privacy-section::before {
    content: "";
    height: 482px;
    width: 835px;
    opacity: 0.5;
    transform: rotate(-160deg);
    border-radius: 251px;
    background-color: #f8efbc;
    position: absolute;
    left: -500px;
    top: 220px;
    z-index: -1;
}
.privacy-section::after {
    content: "";
    background: url("/images/y_p.svg");
    position: absolute;
    right: 10%;
    top: 140px;
    z-index: -1;
    height: 259px;
    width: 171px;
}
@media screen and (max-width: 991px) {
    .privacy-section {
        padding-top: 60px;
    }
}
.terms_sec{
    margin-top: 160px;
    margin-bottom: 182px;
    position: relative;
}
.terms_sec::before{
    content: '';
    height: 482px;	
    width: 835px;	
    opacity: 0.5;	
    transform: rotate(-160deg);	
    border-radius: 251px;	
    background-color: #F8EFBC;
    position: absolute;
    left: -500px;
    top: 220px;
    z-index: -1;
}
.terms{
    width: 66%;
    margin: 0 auto;
}
.terms h1{
    color: #000000;	
    font-size: 30px;	
    font-weight: 300;	
    line-height: 49px;
    margin: 0;
}
.terms p{
    color: #4B4B4B;	
    font-size: 16px;	
    font-weight: 300;	
    line-height: 26px;
}
.terms ol { 
    counter-reset: item;
    padding-left: 0;
 }
 .terms li{ 
    display: block;
    color: #4B4B4B;	
    font-size: 16px;	
    font-weight: 300;	
    line-height: 26px;
    margin: 20px 0px;
}
.terms li.head{
    color: #000000;	
    font-size: 30px;	
    font-weight: 300;	
    line-height: 49px;
}
.terms li:before { content: counters(item, ".") ". "; counter-increment: item }
.terms_content{
    margin-top: 40px;
}
.we_care_head{
    margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
    .terms_sec {
        margin-top: 40px;
        margin-bottom: 60px;
        padding-top: 60px;
    }
    .terms_sec::before{
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .terms{
        width: 100%;
    }
    .terms h1{
        color: #000000;	
        font-size: 18px;	
        line-height: 29px;
    }
    .terms p{
        color: #4B4B4B;	
        font-size: 14px;	
        font-weight: 300;	
        line-height: 23px;
    }
    .terms li.head{
        color: #000000;	
        font-size: 18px;	
        line-height: 29px;
    }
    .terms li{
        color: #4B4B4B;	
        font-size: 14px;	
        font-weight: 300;	
        line-height: 23px;
    }
}
.pt-100 {
    padding-top: 100px;
}
.captain-tnc-section,
.customer-tnc-section {
    margin-top: 100px;
    margin-bottom: 182px;
    position: relative;
    padding-top: 100px;

    margin-top: 40px;
    margin-bottom: 60px;
}
.captain-tnc-section::before,
.customer-tnc-section::before {
    content: "";
    height: 482px;
    width: 835px;
    opacity: 0.5;
    transform: rotate(-160deg);
    border-radius: 251px;
    background-color: #f8efbc;
    position: absolute;
    left: -500px;
    top: 220px;
    z-index: -1;
}
.captain-tnc-section::after,
.customer-tnc-section::after {
    content: "";
    background: url("/images/y_p.svg");
    position: absolute;
    right: 10%;
    top: 140px;
    z-index: -1;
    height: 259px;
    width: 171px;
}
@media screen and (max-width: 991px) {
    .captain-tnc-section,
    .customer-tnc-section{
        padding-top: 60px;
    }
    .customer-tnc-section-without-hdr {
        padding-top: 0;
    }
}

/* ul, 
ol {
    list-style: none;
} */

/* p,
ul, 
ol {
    padding: 0;
    margin: 0;
} */
div {

    /*border: 2px solid red;*/
}

.captain_menu_link{
    flex: 0 !important;
    gap: 32px !important;
}

@media screen and (max-width: 576px) {
    .blc_menu_link_mobile span {
        background: black !important;
    }
}


@media screen and (max-width: 991px) {
    .blc_menu_link_mobile span {
        background: black !important;
    }
}

@media screen and (max-width: 991px) {
    .thanks-container {
        margin-top: 120px;
        text-align: center;
    }
}

@media screen and (min-width: 992px) {
    .thanks-container {
        margin-top: 180px;
        text-align: center;
    }
}

.thanks-img {
    width: 25%;
    height: auto;
}

.thanks-text {
    color: #000000;
    font-style: normal;
}

.thanks-heading {
    margin: 48px 0 18px 0;
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    padding: 0 10%;
}

.thanks-subheading {
    margin: 0px;
    font-weight: normal;
    font-size: 26px;
    line-height: 39px;
    padding: 0 10%;
}

.done-btn {
    margin: 60px 0 110px 0;
    background: #F9C935;
    border-radius: 30px 30px 30px 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    height: 50px;
    width: 200px;
    border: none;
    cursor: pointer;
}

@media screen and (max-width: 991px) { .done-btn { margin: 48px 0 96px 0; } }
@media screen and (min-width: 992px) { .done-btn { margin: 60px 0 110px 0; } }

.connect-text {
    margin: 0px;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
}

.social-icons {
    margin: 31px 0 62px 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

@media screen and (max-width: 991px) { .social-icons { padding: 0 30%; } }
@media screen and (min-width: 992px) { .social-icons { padding: 0 40%; } }
.routes_footer_sec {
  background: #000;
  padding: 40px 0px;
}
.routes_app_down{
    width: 81px;
    height: 24px;
    display: flex;
    padding-left: 0px;
    margin-bottom: 20px;
    margin-left: -500px;
}
.routes_footer_component {
  /* margin: 1.5%; */
  color: #ffffff;
  max-width: 100%;
  box-sizing: border-box;
  padding-bottom: 6%
}
.routes_footer_sec .routes_footer_links ul li {
  width: 100%;
  align-items: center;
}
.set-1{
  margin-left: -180px;
  margin-top: 20px;
}
.set-1 a{
  margin-left: 200px;
  margin-right: auto;
}
.set-2{
  margin-top:25px;
  margin-left: 0px;
}
.set-2 a{
  margin-bottom: 18px;
}
.routes_app_down_links{
  display: inline-flex;
  margin-left: 20px;
  /* padding-bottom: 20px; */
  margin-bottom: -100px;
}
.routes_app_down_links a {
  margin: 0 10px; 
  display: inline-flex; 
}
.routes_app_label{
  width: 400px;
  height: 100px;
  margin-left: -200px;
  margin-top: 0px;
}
.routes_social_label{
  margin-top: -20px;
  margin-left: 20px;
  display: none;
}
.router_footer_links {
    border-bottom: 1px solid #191919;
  }
  .router_footer_links .appStoreIcon {
    align-items: left;
    justify-content: left;
    margin: 15px;
  }
  .router_footer_links ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex: 1.2;
  }
  .router_footer_links ul li label {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 20px;
    display: flex;
    justify-content: left;
    margin-left: 20px;
  }
  .router_footer_links ul li a img {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: -40px;
    margin-left: -195px;
    margin-top: 20px;
    display: flex;
    justify-content: left;
    height: 60px;
  }
  .router_footer_links ul li div {
    display: flex;
  }
  .router_footer_links ul li:nth-child(1) {
    flex: 0.2;
  }
  .router_footer_links ul li:nth-child(1) div,
  .router_footer_links ul li:nth-child(2) div
   {
    flex-direction: column;
    margin-right: 100px;
  }
  .router_footer_links ul li:nth-child(3) div{
    flex-direction: column;
    /* margin-left: 10px; */
  }
  .router_footer_links ul li:nth-child(2) {
    flex: 0.2;
    align-items: center;
  }
  .router_footer_links ul li:nth-child(3) {
    flex: 0.5;
    display: flex;
    flex-direction: row;
    margin: 180px 0px 0px -360px;
  }
  .router_footer_links ul li:nth-child(3) div {
    display: flex;
    margin: -180px 0px 0px -220px;
    justify-content: center;
  }
  .router_footer_links ul li:nth-child(4) a {
    margin-right: 12px;
    margin-top: 10px;
  }
  .router_footer_links ul li:nth-child(3) a img {
    padding: 5px 5px;
    margin-top: 20px;
  }
  .router_footer_links ul li:nth-child(4) {
    /* flex: -2.5; */
    margin: 400px 0px 0px -320px;
    padding-top: -400px;
  }
  .router_footer_links ul li:nth-child(4) label {
    margin-right: 12px;
    margin-top: 10px;
    margin-left: -120px;
  }
  .routes_footer_copy {
    text-align: center;
  }
  .routes_footer_copy h3 {
    opacity: 0.6;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    margin: 0;
    margin-top: 30px;
  }
  .overlay-image-footer{
    margin-left: 20px;
    margin-top: 24px;
    width: 54px;
    height: 40px;
  }
  @media screen and (min-width: 991px){
    .overlay-image-footer{
      margin-left: -40px;
      margin-top: 0px;
      width: 54px;
      height: 40px;
  }
  .routes_social_label{
    margin-top: 5px;
    margin-left: -300px;
  }
  .router_footer_links ul li:nth-child(4) {
    flex: -2.5;
    margin-left: -200px;
  }
  .set-1{
    margin-left: -40px;
    margin-top: 0px;
  }
  .set-2{
    /* margin-top: 100px; */
    margin-left: 0px;
  }
  .set-1 a{
    margin-left: 0px;
    margin-right: auto;
  }
    .routes_container {
      margin-left: 333px;
    }
    .set-2 a{
      margin-bottom: 0px;
    }
    .set-2{
      margin-top:0px;
      margin-left: -50px;
    }
    .router_footer_links ul li a img {
      color: #ffffff;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: -40px;
      margin-left: -285px;
      margin-top: 20px;
      display: flex;
      justify-content: left;
      height: 60px;
    }
    .routes_app_label{
      width: 300px;
      margin-left: 10px;
      margin-top: 0px;
    }
    .routes_app_down{
      padding-left: -200px;
    }
    .routes_app_down_links{
      display: flex;
      margin-left: -500px;
      /* padding-right: 100px; */
    }
    .router_footer_links ul li:nth-child(3) {
      flex: 0.5;
      display: flex;
      flex-direction: row;
      /* margin-left: 0px; */
      margin: 0px;
    }
    .router_footer_links ul li:nth-child(3) div {
      display: flex;
      margin: -30px 0px 0px -25px;
      justify-content: center;
    }
    .router_footer_links ul li:nth-child(4) {
      flex: -2.5;
      margin: 0px 0px 0px -200px;
    }
    .router_footer_links ul li:nth-child(4) label {
      margin-right: 12px;
      margin-top: 10px;
      margin-left: 10px;
    }
  }
@font-face {
    font-style: normal;
    font-weight: 200;
   } 
  html {
    width: 100%;
  }

.city-routes_sec {
    display: flex;
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
}
.places1-city-scroller{
    display: grid;
    width: 400px;
    gap: var(--size-3);
    grid-auto-flow: column;
    grid-auto-columns: 45%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-left: 20px;
}
.city-city-scroller {
    display: grid;
    width: 400px;
    gap: var(--size-3);
    grid-auto-flow: column;
    grid-auto-columns: 45%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    /* margin-left: 277px; */
}
.city-scrollbar{
    padding: 10px;
}
.city-city-scrollbar{
    background-color: #FFFBF0;
    padding: 10px;
}
.city-spacer{
    width: 10px;
    height: 100px;
}
.city-heading{
    font-size: 14px;
}
.city-content{
    padding-top: 10px;
    font-size: 12px;
}
.city-image{
    height: 32px;
    width: 32px;
    margin-left: 20px;
}
.city-offer_badge img {
    width: 360px;
    margin-top: 140px;
    /* width: 100%; */
}
.city-image2{
    position: absolute;
    height: 40px;
    width: 50px;
    max-width: 100%;
    top: 20px;
    left: 20px;
}
.city-routes_home_lander img {
    max-width: 100%;
    z-index: 10;
}
.city-routes_home_lander{
    position: relative;
    top: 0;
    left: 0;
}
.city-image1{
    position: relative;
    height: 233px;
    width: 100%;
    max-width: 991px;
    max-height: 991px;
    display: block;
    margin-bottom: -30px;
    top: 0;
    bottom: 900;
    left: 0;
}
.suggestions-popup {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 10;
    max-height: 150px;
    overflow-y: auto;
}

.suggestion {
    padding: 10px;
    cursor: pointer;
}

.suggestion:hover {
    background-color: #f0f0f0;
}
.city-button-sec{
    display: grid;
    max-width: 100%;
    top: 120%;
    margin-top: 140px;
    margin-bottom: 20px;
    height: 80px;
    padding: 0px 16px;
}
.city-button-sec .city-yellow-button{
    margin-right: -160px;
    height: 48px;
    /* margin: 46px; */
    margin-left: -70px;
    max-width: 100%;
    display: grid;
    flex-direction: column;
    cursor: pointer;
    align-self: center;
    margin:auto;
}
.city-yellow-button {
    width: 93%;
    /* margin-right:-30px; */
    padding-left:0;
    padding-right:0;
    margin-left: -50px;
    text-align:center;
    background: #FFCA20;    
    align-items: grid;
    color: #000;
    border-radius: 30px 30px 30px 30px;
}
.city-yellow-button:hover{
    background: #D3A91F;
}
.city-locations-header{
    position: absolute;
    top: 103px; 
    align-self: center;
    margin:auto;
    /* margin-left: 16px;
    margin-right: 16px; */
    left: 0;
    right: 0;
    height: 0px;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    color: white;
    /* border-color: black; */
    /* background-color: #F6F7F9; */
}
.city-locations {
    position: absolute;
    top: 133px; 
    align-self: center;
    margin:auto;
    margin-left: 16px;
    margin-right: 16px;
    /* margin-bottom: 10px; */
    left: 0;
    right: 0;
    height: 90px;
    align-items: center;
    justify-content: center;
    /* width: 100%; */
    max-width: 100%;
    padding: 12px;
    border-color: black;
    border-radius: 16px;
    background-color: #F6F7F9;
    border: 1px solid #E0E3E6;
}
.city-locationVal{
    width: 70%;
    margin: 0px 16px;
    max-width: 100%;
    background-color: #F6F7F9;
    color: black;
    border: transparent;
}
.city-label{
    text-align: left;
    align-items: left;
    display: flex;
    width: 100%;
}
.city-services{
    align-items: left;
    display: wrap;
    margin-left: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: #1A202A;
    justify-content: left;
}
.city-serviceItem{
    padding: 10px 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    /* margin: 10px; */
    /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.city-15); */
    border-radius: 16px;
    /* align-items: flex-start;
    justify-content: flex-start; */
}
.city-serviceLabels{
    /* margin-bottom: 20px; */
    display: grid;
    box-shadow: inset;
    /* grid-auto-flow: column; */
    /* margin-left: 10px; */
    flex-wrap: wrap;
    box-shadow: inset;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.city-15);
}
.city-overlay-text {
    position: absolute;
    top: 20%; 
    color: #fff; 
    margin-left: 16px;
    line-height: 20px;
    font-size: 24px; 
    text-align: left;
    font-weight: 600;
}
.city-overlay-image{
    position: absolute;
    top: 24px; 
    left: 20px; 
    transform: translate(-50%, -50%); 
    color: #fff; 
    margin-left: 20px;
    margin-top: 24px;
    width: 54px;
    height: 40px;

}
.city-italic{
    margin-top: -15px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-style: italic;
    color: white;
}
.city-destination{
    margin-left: 10px;
}
.city-serviceImages{
    height: 80px;
    width: 80px;
    margin-right:10px;
}
.city-serviceName{
    padding:10px;
}
.city-mins{
    padding: 5px;
    font-size: 12px;
}
.city-rateCard{
    margin-left:60px;
    font-size:12px;
    font-weight: 400;
}
.city-popularPlaces{
    font-size:16px;
    margin-left: 30px;
    line-height: 24px;
}
.city-landingImage{
    width: 422px;
    height: 273px;
    overflow: hidden;
    margin: 0 auto;
}
.city-header-1{
    font-size: 24px;
    line-height: 26px;
    margin: -10px 0px 40px;
    font-weight: 600;
}
.city-liner{
    content:" ";
    height: 1px;
    width: 85%;
    margin: 0px 16px;
    background: #D3D3D3;
    display: block;
    position: absolute;
    top: 50%;
    left: 8%
}
.city-service-liner{
    content:" ";
    height: 1px;
    width: 100%;
    background: #D3D3D3;
    display: block;
    top: 50%;
    left: 8%
}
.city-poi-item{
    display: grid;
    grid-auto-flow: column;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 20px 10px 10px;
    margin-right: 20px;
    border-radius: 16px;
    border: 0.01px solid #D3D3D3;
    width: 160px;
    height: 160px;
    margin-bottom: 10px;
    /* margin-top: -20px; */
}
.city-city-poi-item{
    display: grid;
    grid-auto-flow: column;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-left: 10px;
}
.city-poi-liner{
    display: grid;
    grid-auto-flow: column;
    content:" ";
    height: 85%;
    width: 1px;
    background: #D3D3D3;
    display: block;
    top: 50%;
    right: 0%;
}
@media screen and (min-width: 1200px){
    .city-landingImage{
        width: 1728px;
        height: 375px;
    }
    img{
        object-position: cover;
    }
    .city-serviceImages{
        height: 80px;
        width: 80px;
        margin-right:10px;
    }
    .city-overlay-text {
        position: absolute;
        top: 0%; 
        left: 0%; 
        color: #fff; 
        line-height: 50px;
        font-size: 40px; 
        margin-left: 318px;
        margin-top: 88px;
    }
    .city-italic{
        margin-top: 15px;
        font-size: 20px;
        color: #1A202A;
        margin-left: 0px;
        font-weight: 400;
        line-height: 24px;
        /* margin-bottom: 20px; */
        color: black;
    }
    .city-destination{
        margin-left: 0px;
    }
    .city-locations-header{
        position: absolute;
        /* top: 30%;  */
        margin: 0px 298px;
        left: 0;
        right: 0;
        height: 416px;
        align-items: center;
        justify-content: center;
        width: 502px;
        padding: 16px;
        border: 0.01px solid #D3D3D3;
        color: black;
        border-radius: 16px;
        background-color: white;
    }
    .city-locations{
        position: absolute;
        top: 38%; 
        margin: 60px 16px;
        left: 0;
        right: 0;
        height: 90px;
        align-items: center;
        justify-content: center;
        width: 93%;
        padding: 16px;
        padding: 12px;
        border-radius: 16px;
        border: 1px solid #E0E3E6;
    }
    .city-locationVal{
        width: 70%;
        height: 20px;
        margin: 0px 12px;
        max-width: 100%;
        background-color: #F6F7F9;
        border: transparent;
    }
    .city-button-sec{
        position: absolute;
        top: 63%;
        margin-top: 75px;
        width: 474px;
        height: 56px;
        max-width: 100%;
        /* margin-top: -200px; */
        margin-bottom: 20px;
        padding: 0px;
    }
    .city-button-sec .city-yellow-button{
       /* width: 42px; */
       height: 48px;
       /* margin-right: -0px; */
       margin-left: -10px;
       margin-top: -10px;
       align-self: left;
       display: absolute;
       flex-direction: column;
       cursor: pointer;
    }
    .city-yellow-button{
        position: absolute;
        top: 45%; 
        left: 0;
        border-radius: 30px 30px 30px 30px;
        max-width: 100%;
        padding: 10px;
        border-color: black;
        border-width: 20px;
        background: #FFCA20;    
        align-items: grid;
        color: #000;
    }
    .city-scrollbar{
        margin-top: -120px;
        width: 50%;
        align-self: start;
    }
    .city-city-scrollbar{
        width: 100%;
    }
    .places1-city-scroller{
        display: grid;
        width: 561px;
        gap: var(--size-3);
        grid-auto-flow: column;
        grid-auto-columns: 33%;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        margin-left: 277px;
    }
    .city-city-scroller {
        display: grid;
        width: 1061px;
        gap: var(--size-3);
        grid-auto-flow: column;
        grid-auto-columns: 15%;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        margin-left: 277px;
    }
    .city-popularPlaces{
        margin-left: 307px;
    }
    .city-serviceLabels{
        box-shadow: inset;
        background: #FFF;
        border-radius: 20px;
        width: 522px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.city-15);
        margin-left: -558px;
        margin-bottom: 40px;
    }
    .city-serviceName{
        padding:25px;
    }
    .city-label{
        /* margin-left: -758px; */
        /* margin-top: 100px; */
        height: 0px;
        /* margin-top: -100px; */
    }
    .city-services{
        margin-top: -220px;
        padding-top: 80px;
        margin-left: 303px;
        color: black;
    }
    .city-offer_badge img{
        margin-left: 333px;
        margin-top: 232px;
    }
    .city-rateCard{
        margin-left:180px;
    }
    .city-overlay-image{
        position: absolute;
        margin-left: 333px;
        margin-top: 33px;
        width: 110px;
        height: 80px;
    }
    .city-header-1{
        font-size: 40px;
        line-height: 20px;
        font-weight: 600;
        color: #1A202A;
        margin: -10px 0px 80px;
        /* margin: 10px 0px; */
    }
    .city-liner{
        left: 6%
    }
}


.captain_home_faq_sec_head label.head::after {
    background: none;
}

.city-index-home {
    margin-bottom: 50px;
    background-color: #F6F7F9;
}

.captain_home_faq_sec_body ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0px;
    margin-bottom: 40px;
}

.captain_home_faq_sec_head label.head {
    /* margin: 40px !important; */
    line-height: 28px;
    letter-spacing: 0.4px;
    /* justify-content: center; */
    font-size: 20px;
}

.city-discover-button {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-left: 280px;
    margin-right: 340px;
    padding-bottom: 48px;
}

.city-dscvr-button {
    border-radius: 20px;
    color: #5C6675;
    background-color: #fff;
    width: 100%;
    border: 1.5px solid #ECEEF2;
    height: 36px;
    padding: 0px 12px;
}
.city-index-heading{
    margin-left: 320px;
    padding-top: 24px;
}

.city-dscvr-button:hover {
    background: #E0E3E6;
}


@media screen and (max-width: 576px) {
    .city-index-home {
        margin-bottom: 50px;
    }
    .captain_home_faq_sec_head label.head {
        /* display: flex; */
        font-size: 20px;
        line-height: 28px;
        /* justify-content: center; */
        letter-spacing: 0.4px;
        /* margin: 40px 40px 0px 40px */
    }

    .city-discover-button {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-left: 0px;
        margin-right: 20px;
        padding-bottom: 32px;
        padding-left: 0px;
    }

    .city-dscvr-button {
        margin-left: 20px;
        padding: 0px 12px;
        /* width: 300px; */
    }

    .city-index-heading{
        margin-left: 20px;
        font-size: 18px;
    }

    .captain_home_faq_sec_body ul {
        flex-wrap: wrap;
        padding: 24px 16px 24px 16px;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .captain_home_faq_sec_body li {
        width: 100%;
        justify-content: flex-start;
        display: flex;
        align-items: flex-start;
    }
}

@media screen and (max-width: 991px) {
    .captain_home_faq_sec_head label.head {
        display: flex;
        font-size: 20px;
        line-height: 28px;
        /* justify-content: center; */
        letter-spacing: 0.4px;
        /* margin: 40px 40px 0px 40px */
    }

    .city-dscvr-button {
        margin-left: 20px;
        padding: 0px 12px;
    }

    .captain_home_faq_sec_body ul {
        flex-wrap: wrap;
        align-items: flex-start;
        padding: 24px 16px 24px 16px;
    }

    .captain_home_faq_sec_body li {
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        display: flex;
    }

}

@font-face {
    font-style: normal;
    font-weight: 200;
   } 
  html {
    width: 100%;
  }

.places-routes_sec {
    display: flex;
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
}
.places1-places-scroller{
    display: grid;
    width: 400px;
    gap: var(--size-3);
    grid-auto-flow: column;
    grid-auto-columns: 45%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-left: 20px;
}
.places-places-scroller {
    display: grid;
    width: 400px;
    gap: var(--size-3);
    grid-auto-flow: column;
    grid-auto-columns: 45%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    /* margin-left: 277px; */
}
.places-scrollbar{
    padding: 10px;
}
.places-places-scrollbar{
    background-color: #FFFBF0;
    padding: 10px;
}
.places-spacer{
    width: 10px;
    height: 100px;
}
.places-heading{
    font-size: 14px;
}
.places-content{
    padding-top: 10px;
    font-size: 12px;
}
.places-image{
    height: 32px;
    width: 32px;
    margin-left: 20px;
}
.places-offer_badge img {
    width: 360px;
    margin-top: 130px;
    /* width: 100%; */
}
.places-image2{
    position: absolute;
    height: 40px;
    width: 50px;
    max-width: 100%;
    top: 20px;
    left: 20px;
}
.places-routes_home_lander img {
    max-width: 100%;
    z-index: 10;
}
.places-routes_home_lander{
    position: relative;
    top: 0;
    left: 0;
}
.places-image1{
    position: relative;
    height: 233px;
    width: 100%;
    max-width: 991px;
    max-height: 991px;
    display: block;
    margin-bottom: -30px;
    top: 0;
    bottom: 900;
    left: 0;
}
.suggestions-popup {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 10;
    max-height: 150px;
    overflow-y: auto;
}

.suggestion {
    padding: 10px;
    cursor: pointer;
}

.suggestion:hover {
    background-color: #f0f0f0;
}
.places-button-sec{
    position: absolute;
    max-width: 100%;
    top: 0%;
    margin-top: 240px;
    margin-bottom: 20px;
    height: 80px;
    padding: 0px 16px;
}
.places-button-sec .places-yellow-button{
    margin-right: -160px;
    height: 48px;
    margin: 46px;
    max-width: 100%;
    display: grid;
    flex-direction: column;
    cursor: pointer;
    align-self: center;
    margin:auto;
}
.places-yellow-button {
    width: 93%;
    margin-right:-130px;
    padding-left:0;
    padding-right:0;
    text-align:center;
    background: #FFCA20;    
    align-items: grid;
    color: #000;
    border-radius: 30px 30px 30px 30px;
}
.places-yellow-button:hover{
    background: #D3A91F;
}
.places-locations-header{
    position: absolute;
    top: 103px; 
    align-self: center;
    margin:auto;
    left: 0;
    right: 0;
    height: 0px;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    color: #F4F4FA;
}
.places-locations {
    position: absolute;
    top: 133px; 
    align-self: center;
    margin:auto;
    margin-left: 16px;
    margin-right: 16px;
    left: 0;
    right: 0;
    height: 90px;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 12px;
    border-color: black;
    border-radius: 16px;
    background-color: #F6F7F9;
    border: 1px solid #E0E3E6;
}
.places-locationVal{
    width: 70%;
    margin: 0px 16px;
    max-width: 100%;
    background-color: #F6F7F9;
    color: black;
    border: transparent;
}
.places-label{
    text-align: left;
    align-items: left;
    display: flex;
    width: 100%;
}
.places-services{
    align-items: left;
    margin-left: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: #1A202A;
    justify-content: left;
}
.places-serviceItem{
    padding: 10px 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    /* margin: 10px; */
    /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.places-15); */
    border-radius: 16px;
    /* align-items: flex-start;
    justify-content: flex-start; */
}
.places-serviceLabels{
    /* margin-bottom: 20px; */
    display: grid;
    box-shadow: inset;
    /* grid-auto-flow: column; */
    /* margin-left: 10px; */
    flex-wrap: wrap;
    box-shadow: inset;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.places-15);
}
.places-overlay-text {
    position: absolute;
    top: 20%; 
    color: #fff; 
    margin-left: 16px;
    line-height: 20px;
    font-size: 24px; 
    text-align: left;
    font-weight: 600;
}
.places-overlay-image{
    position: absolute;
    top: 24px; 
    left: 20px; 
    transform: translate(-50%, -50%); 
    color: #fff; 
    margin-left: 20px;
    margin-top: 24px;
    width: 54px;
    height: 40px;

}
.places-italic{
    margin-top: -25px;
    margin-left: 10px;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    color: white;
}
.places-italic-2{
    margin-top: -25px;
    margin-left: 10px;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    color: white;
}
.places-destination{
    margin-left: 10px;
}
.places-serviceImages{
    height: 80px;
    width: 80px;
    margin-right:10px;
}
.places-serviceName{
    padding:10px;
}
.places-mins{
    padding: 5px;
    font-size: 12px;
}
.places-rateCard{
    margin-left:60px;
    font-size:12px;
    font-weight: 400;
}
.places-popularPlaces{
    font-size:16px;
    margin-left: 30px;
    line-height: 24px;
}
.places-landingImage{
    width: 422px;
    height: 273px;
    overflow: hidden;
    margin: 0 auto;
}
.places-header-1{
    font-size: 24px;
    line-height: 26px;
    margin: -20px 0px 20px;
    font-weight: 600;
}
.places-liner{
    content:" ";
    height: 1px;
    width: 85%;
    margin: 0px 16px;
    background: #D3D3D3;
    display: block;
    position: absolute;
    top: 50%;
    left: 8%
}
.places-service-liner{
    content:" ";
    height: 1px;
    width: 100%;
    background: #D3D3D3;
    display: block;
    top: 50%;
    left: 8%
}
.places-poi-item{
    display: grid;
    grid-auto-flow: column;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 20px 10px 10px;
    margin-right: 20px;
    border-radius: 16px;
    border: 0.1px solid #D3D3D3;
    width: 160px;
    height: 160px;
    margin-bottom: 10px;
}
.places-places-poi-item{
    display: grid;
    grid-auto-flow: column;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-left: 10px;
}
.places-poi-liner{
    display: grid;
    grid-auto-flow: column;
    content:" ";
    height: 85%;
    width: 1px;
    background: #D3D3D3;
    display: block;
    top: 50%;
    right: 0%;
}
@media screen and (min-width: 1200px){
    .places-landingImage{
        width: 1728px;
        height: 375px;
    }
    img{
        object-position: cover;
    }
    .places-serviceImages{
        height: 80px;
        width: 80px;
        margin-right:10px;
    }
    .places-overlay-text {
        position: absolute;
        top: 0%; 
        left: 0%; 
        color: #fff; 
        line-height: 50px;
        font-size: 40px; 
        margin-left: 318px;
        margin-top: 88px;
    }
    .places-italic{
        margin-top: 20px;
        font-size: 20px;
        margin-left: 0px;
        line-height: 20px;
        font-style: italic;
        /* margin-bottom: 20px; */
        color: #5C6675;
    }
    .places-italic-2{
        margin-top: -50px;
        font-size: 20px;
        margin-left: 0px;
        line-height: 20px;
        font-style: italic;
        /* margin-bottom: 20px; */
        color: #5C6675;
    }
    .places-destination{
        margin-left: 0px;
    }
    .places-locations-header{
        position: absolute;
        margin: 0px 298px;
        left: 0;
        right: 0;
        height: 416px;
        align-items: center;
        justify-content: center;
        width: 502px;
        padding: 12px;
        border-color: black;
        color: black;
        border: 0.01px solid #D3D3D3;
        border-radius: 16px;
        background-color: white;
    }
    .places-locations{
        position: absolute;
        margin: 85px 16px;
        left: 0;
        right: 0;
        height: 90px;
        align-items: center;
        justify-content: center;
        width: 93%;
        padding: 12px;
        border-radius: 16px;
        border: 1px solid #E0E3E6;
    }
    .places-locationVal{
        width: 70%;
        height: 20px;
        margin: 0px 12px;
        max-width: 100%;
        background-color: #F6F7F9;
        border: transparent;
    }
    .places-button-sec{
        position: absolute;
        top: 63%;
        margin-top: 70px;
        width: 474px;
        height: 56px;
        max-width: 100%;
        margin-bottom: 20px;
        padding: 0px;
    }
    .places-button-sec .places-yellow-button{
        width: 522px;
        height: 56px;
        margin-right: 20px;
        /* margin-left: 318px; */
        margin-top: -20px;
        display: absolute;
        flex-direction: column;
        cursor: pointer;
    }
    .places-yellow-button{
        position: absolute;
        top: 45%; 
        left: 0;
        border-radius: 30px 30px 30px 30px;
        max-width: 100%;
        padding: 10px;
        border-color: black;
        border-width: 20px;
        background: #FFCA20;    
        align-items: grid;
        color: #000;
    }
    .places-services{
        margin-top: -80px;
    }
    .places-scrollbar{
        margin-top: -60px;
        width: 50%;
        align-self: start;
    }
    .places-places-scrollbar{
        width: 100%;
    }
    .places1-places-scroller{
        display: grid;
        width: 561px;
        gap: var(--size-3);
        grid-auto-flow: column;
        grid-auto-columns: 33%;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        margin-left: 277px;
    }
    .places-places-scroller {
        display: grid;
        width: 1061px;
        gap: var(--size-3);
        grid-auto-flow: column;
        grid-auto-columns: 15%;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        margin-left: 277px;
    }
    .places-popularPlaces{
        margin-left: 307px;
    }
    .places-serviceLabels{
        box-shadow: inset;
        background: #FFF;
        border-radius: 20px;
        width: 522px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.places-15);
        margin-left: -558px;
        margin-bottom: 40px;
    }
    .places-serviceName{
        padding:25px;
    }
    .places-label{
        margin-top: -40px;
        margin-left: 580px;
    }
    .places-offer_badge img{
        margin-left: 333px;
        margin-top: 222px;
    }
    .places-rateCard{
        margin-left:180px;
    }
    .places-overlay-image{
        position: absolute;
        margin-left: 333px;
        margin-top: 33px;
        width: 110px;
        height: 80px;
    }
    .places-header-1{
        font-size: 40px;
        line-height: 50px;
        /* margin: 10px 0px; */
    }
    .places-liner{
        left: 6%
    }
}


.captain_home_faq_sec_head label.head::after {
    background: none;
}

.places-index-home {
    margin-bottom: 50px;
    background-color: #F6F7F9;
}

.captain_home_faq_sec_body ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0px;
    margin-bottom: 40px;
}

.captain_home_faq_sec_head label.head {
    /* margin: 40px !important; */
    line-height: 28px;
    letter-spacing: 0.4px;
    /* justify-content: center; */
    font-size: 20px;
}

.places-discover-button-source {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-left: 280px;
    margin-right: 340px;
    padding-bottom: 22px;
    padding-left: 40px;
}

.places-discover-button-destination {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-left: 280px;
    margin-right: 340px;
    padding-bottom: 48px;
    padding-left: 40px;
}

.places-dscvr-button {
    border-radius: 20px;
    color: #5C6675;
    background-color: #fff;
    width: 100%;
    border: 1.5px solid #ECEEF2;
    height: 36px;
    padding: 0px 12px;
}
.places-index-heading{
    margin-left: 320px;
    padding-top: 24px;
}

.places-dscvr-button:hover {
    background: #E0E3E6;
}

.places-index-liner{
    content:" ";
    height: 1px;
    width: 65%;
    margin: 24px 320px 0px;
    background: #D3D3D3;
    display: block;
}


@media screen and (max-width: 576px) {
    .places-index-home {
        margin-bottom: 50px;
    }
    .places-index-liner{
        width: 85%;
        margin: 24px 20px 0px;
    }
    .captain_home_faq_sec_head label.head {
        /* display: flex; */
        font-size: 20px;
        line-height: 28px;
        /* justify-content: center; */
        letter-spacing: 0.4px;
        /* margin: 40px 40px 0px 40px */
    }

    .places-discover-button-source {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-left: 0px;
        margin-right: 20px;
        padding-bottom: 32px;
        padding-left: 0px;
    }

    .places-discover-button-destination {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-left: 0px;
        margin-right: 20px;
        padding-bottom: 32px;
        padding-left: 0px;
    }

    .places-dscvr-button {
        margin-left: 20px;
        padding: 0px 12px;
        /* width: 300px; */
    }

    .places-index-heading{
        margin-left: 20px;
    }

    .captain_home_faq_sec_body ul {
        flex-wrap: wrap;
        padding: 24px 16px 24px 16px;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .captain_home_faq_sec_body li {
        width: 100%;
        justify-content: flex-start;
        display: flex;
        align-items: flex-start;
    }
}

@media screen and (max-width: 991px) {
    .captain_home_faq_sec_head label.head {
        display: flex;
        font-size: 20px;
        line-height: 28px;
        /* justify-content: center; */
        letter-spacing: 0.4px;
        /* margin: 40px 40px 0px 40px */
    }

    .places-dscvr-button {
        margin-left: 20px;
        padding: 0px 12px;
    }

    .captain_home_faq_sec_body ul {
        flex-wrap: wrap;
        align-items: flex-start;
        padding: 24px 16px 24px 16px;
    }

    .captain_home_faq_sec_body li {
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        display: flex;
    }

}

@font-face {
    font-style: normal;
    font-weight: 200;
   } 
  html {
    width: 100%;
  }

  .iframe-wrapper {
    width: 100%;
    /* height: 600px; */
    height: calc(100dvh - 108px);
  }

  .pwa-frame{
    position: absolute;
    flex-direction: column;
    align-items: center;    
    width: 100%;
    top:108px;
    left: 0;
    /* bottom: 0; */
    border-radius: 15px;
    overflow-y: hidden;
    /* height: 600px; */
    height: calc(100dvh - 108px);
    border: 1px solid;
    color: #E0E3E6;
  }

.routes_sec {
    display: flex;
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
}
.places-scroller{
    display: grid;
    width: 400px;
    gap: var(--size-3);
    grid-auto-flow: column;
    grid-auto-columns: 36%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-left: 20px;
}
.services-scroller{
    display: grid;
    width: 400px;
    gap: var(--size-3);
    grid-auto-flow: column;
    grid-auto-columns: 45%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-left: 20px;
}
.locations-header{
    position: absolute;
    top: 13px; 
    align-self: center;
    margin:auto;
    left: 0;
    right: 0;
    height: 0px;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    color: #F4F4FA;
}
.services-scrollbar{
    padding: 10px;
}
.spacer{
    width: 10px;
    height: 100px;
}
.places-heading{
    font-size: 14px;
}
.routes-content{
    padding-top: 10px;
    font-size: 12px;
}

.offer_badge img {
    width: 360px;
    /* margin-top: 480px; */
}
.image2{position: absolute;
    height: 40px;
    width: 50px;
    max-width: 100%;
    top: 20px;
    left: 20px;
}
.routes_home_lander img {
    max-width: 100%;
    z-index: 10;
}
.routes_home_lander{
    position: relative;
    top: 0;
    left: 0;
}
.image1{position: relative;
    height: 233px;
    width: 100%;
    max-width: 991px;
    max-height: 991px;
    display: block;
    margin-bottom: -30px;
    top: 0;
    bottom: 900;
    left: 0;
}
.button-sec{
    display: grid;
    max-width: 100%;
    margin-top: 240px;
    margin-bottom: 20px;
    padding: 0px 16px;
}
.button-sec .yellow-button{
    margin-right: -160px;
	height: 48px;
    margin: 46px;
    max-width: 100%;
    display: grid;
    flex-direction: column;
    cursor: pointer;
    align-self: center;
    margin:auto;
}
.yellow-button {
    width: 93%;
    margin-right:-30px;
    padding-left:0;
    padding-right:0;
    text-align:center;
    background: #FFCA20;    
    align-items: grid;
    color: #000;
    border-radius: 30px 30px 30px 30px;
}
.locations {
    position: absolute;
    top: 133px; 
    align-self: center;
    margin:auto;
    margin-left: 16px;
    margin-right: 16px;
    left: 0;
    right: 0;
    height: 90px;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 12px;
    border-color: black;
    border-radius: 16px;
    background-color: #F6F7F9;
    border: 1px solid #E0E3E6;
}
.locationVal{
    width: 70%;
    margin: 0px 16px;
    max-width: 100%;
    color: black;
    background-color: #F6F7F9;
    border: transparent;
}
.locationVal:focus {
    border: 0;
    outline:none!important;
}
.label{
    text-align: left;
    align-items: left;
    display: flex;
    width: 100%;
}
.services{
    align-items: left;
    margin-left: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: #1A202A;
    justify-content: left;
}
.serviceItem{
	padding: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}
.serviceLabels{
    margin-bottom: 20px;
}
.overlay-text {
    position: absolute;
    top: 5%; 
    color: #fff; 
    margin-left: 16px;
    line-height: 20px;
	font-size: 24px; 
    text-align: left;
    font-weight: 600;
}
.overlay-image{
    position: absolute;
    top: 24px; 
    left: 20px; 
    transform: translate(-50%, -50%); 
    color: #fff; 
    margin-left: 20px;
    margin-top: 24px;
    width: 54px;
    height: 40px;
}
.italic{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 200px;
}
.italic-box{
    margin-top: 15px;
}
.regular{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.routes-places-scrollbar{
    background-color: #FFFBF0;
    padding: 10px;
}   
.routes-places-scroller{
    display: grid;
    width: 400px;
    gap: var(--size-3);
    grid-auto-flow: column;
    grid-auto-columns: 45%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
}
.routes-image{
    height: 32px;
    width: 32px;
    margin-left: 20px;
}
.serviceImages{
    height: 80px;
    width: 80px;
    margin-right:10px;
}
.serviceName{
	padding:5px;
}
.mins{
    padding: 5px;
    font-size: 12px;
}
.rateCard{
    margin-left:90px;
    font-size:12px;
    font-weight: 400;
}
.popularPlaces{
    font-size:16px;
    margin-left: 30px;
    line-height: 24px;
}
.landingImage{
    display: flex;
    width: 1200px;
    height: 124px;
    overflow: hidden;
    margin: 0 auto;
}
.header-1{
    font-size: 24px;
    line-height: 26px;
    margin: auto;
    font-weight: 600;
}
.liner{
    content:" ";
    height: 1px;
    width: 85%;
    margin: 0px 16px;
    background: #D3D3D3;
    display: block;
    position: absolute;
    top: 50%;
    left: 8%
}
.service-liner{
    content:" ";
    height: 1px;
    width: 100%;
    background: #D3D3D3;
    display: block;
    margin: auto;
    font-weight: 600;
}
.liner{
    content:" ";
    height: 1px;
    width: 85%;
    margin: 0px 16px;
    background: #D3D3D3;
    display: block;
    position: absolute;
    top: 50%;
    left: 8%
}
.service-liner{
    content:" ";
    height: 1px;
    width: 100%;
    background: #D3D3D3;
    display: block;
    top: 50%;
    left: 8%
}
.services-poi-item{
    display: grid;
    grid-auto-flow: column;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 10px;
    margin-right: 20px;
    border-radius: 16px;
    border: 0.1px solid #888888;
    width: 160px;
    height: 160px;
    margin-bottom: 10px;
}
.poi-liner{
    display: grid;
    grid-auto-flow: column;
    content:" ";
    height: 85%;
    width: 1px;
    background: #D3D3D3;
    display: block;
    top: 50%;
    right: 0%;
}
@media screen and (min-width: 1200px){
    .landingImage{
        width: 1728px;
        height: 375px;
    }
    img{
        object-position: cover;
    }
    .pwa-frame{
        top: 21%;
        left: 18%;
        border: 1px solid;
        color: #E0E3E6;
        width: 400px;
    }
    .overlay-text {
        position: absolute;
        top: 0%; 
        left: 0%; 
        color: white; 
        line-height: 20px;
        font-size: 40px; 
        /* margin-left: 318px;
        margin-top: 88px; */
    }
    .italic{
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
        margin-bottom: 200px;
        /* color: black; */
    }
    .italic-box{
        margin-top: 15px;
    }
    .regular{
        position: absolute;
        margin: 30px 0px;
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
        /* padding-top: 200px; */
    }
    .locations-header{
        position: absolute;
        margin: 0px 298px;
        left: 0;
        right: 0;
        height: 365px;
        border-radius: 16px 16px 16px 16px;
        align-items: center;
        justify-content: center;
        width: 502px;
        padding: 12px;
        border-color: black;
        color: white;
        border-radius: 16px;
        border-width: 20px;
        /* background-color: #F6F7F9; */
    }
    .locations{
        position: absolute;
        margin: 50px 16px;
        left: 0;
        right: 0;
        height: 90px;
        align-items: center;
        justify-content: center;
        width: 422px;
        padding: 12px;
        border-radius: 16px;
        border: 1px solid #E0E3E6;
    }
    .locationVal{
        width: 70%;
        height: 20px;
        margin: 0px 12px;
        max-width: 100%;
        background-color: #F6F7F9;
        border: transparent;
    }
    .button-sec{
        position: absolute;
        top: 75%;
        width: 462px;
        max-width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0px;
    }
    .button-sec .yellow-button{
        width: 502px;
        height: 48px;
        margin-right: 20px;
        /* margin-left: 318px; */
        margin-top: -20px;
        display: absolute;
        flex-direction: column;
        cursor: pointer;
    }
    .yellow-button{
        position: absolute;
        top: 45%; 
        left: 0;
        border-radius: 30px 30px 30px 30px;
        max-width: 100%;
        padding: 10px;
        border-color: black;
        border-width: 20px;
        background: #FFCA20;    
        align-items: grid;
        color: #000;
    }
    .services-scrollbar{
        margin-top: -60px;
        width: 100%;
    }
    .services{
        margin-top: -80px;
    }
    .services-scroller{
        display: grid;
        width: 561px;
        gap: var(--size-3);
        grid-auto-flow: column;
        grid-auto-columns: 33%;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        margin-left: 277px;
    }
    .places-scroller{
        display: grid;
        width: 1061px;
        gap: var(--size-5);
        grid-auto-flow: column;
        grid-auto-columns: 15%;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        margin-left: 277px;
    }
    .popularPlaces{
        margin-left: 307px;
    }
    .serviceLabels{
        margin-left: -758px;
    }
    .label{
        margin-left: 580px;
        margin-top: -100px;
    }
    /* .offer_badge img{
        margin-left: 123px;
        margin-top: 42px;
        margin-bottom: 350px;
    } */
    .overlay-image{
        position: absolute;
        margin-left: 333px;
        margin-top: 33px;
        width: 110px;
        height: 80px;
    }
    .routes-places-scrollbar{
        width: 100%;
    }
    .routes-places-scroller{
        display: grid;
        width: 1061px;
        gap: var(--size-3);
        grid-auto-flow: column;
        grid-auto-columns: 15%;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        margin-left: 277px;
    }
    .routes-places-poi-item{
        display: grid;
        grid-auto-flow: column;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        padding-left: 10px;
    }
    .header-1{
        font-size: 40px;
        line-height: 50px;
        margin: auto;
        margin-top: 30px;
    }
    .liner{
        left: 6%
    }
}
@font-face {
    font-style: normal;
    font-weight: 200;
   } 
  html {
    width: 100%;
  }

.metro-routes_sec {
    display: flex;
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
}
.metro-places-scroller{
    display: grid;
    width: 400px;
    gap: var(--size-3);
    grid-auto-flow: column;
    grid-auto-columns: 45%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-left: 20px;
}
.metro-scrollbar{
    padding: 10px;
}
.metro-spacer{
    width: 10px;
    height: 100px;
}
.metro-places-heading{
    font-size: 14px;
}
.metro-places-content{
    padding-top: 10px;
    font-size: 12px;
}

.metro-offer_badge img {
    width: 360px;
    margin-top: 130px;
    /* width: 100%; */
}
.metro-image2{
    position: absolute;
    height: 40px;
    width: 50px;
    max-width: 100%;
    top: 20px;
    left: 20px;
}
.metro-routes_home_lander img {
    max-width: 100%;
    z-index: 10;
}
.metro-routes_home_lander{
    position: relative;
    top: 0;
    left: 0;
}
.metro-image1{
    position: relative;
    height: 233px;
    width: 100%;
    max-width: 991px;
    max-height: 991px;
    display: block;
    margin-bottom: -30px;
    top: 0;
    bottom: 900;
    left: 0;
}
.metro-button-sec{
    position: absolute;
    max-width: 100%;
    top: 0%;
    margin-top: 240px;
    margin-bottom: 20px;
    height: 80px;
    padding: 0px 16px;
}
.metro-button-sec .metro-yellow-button{
    margin-right: -160px;
    height: 48px;
    /* margin: 46px; */
    margin-left: -70px;
    max-width: 100%;
    display: grid;
    flex-direction: column;
    cursor: pointer;
    align-self: center;
    margin:auto;
}
.metro-yellow-button {
    width: 93%;
    /* margin-right:-30px; */
    padding-left:0;
    padding-right:0;
    margin-left: -50px;
    text-align:center;
    background: #FFCA20;    
    align-items: grid;
    color: #000;
    border-radius: 30px 30px 30px 30px;
}
.metro-yellow-button:hover{
    background: #D3A91F;
}
.metro-locations-header{
    position: absolute;
    top: 103px; 
    align-self: center;
    margin:auto;
    left: 0;
    right: 0;
    height: 0px;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    color: #F4F4FA;
}
.metro-locations {
    position: absolute;
    top: 133px; 
    align-self: center;
    margin:auto;
    margin-left: 16px;
    margin-right: 16px;
    /* margin-bottom: 10px; */
    left: 0;
    right: 0;
    height: 90px;
    align-items: center;
    justify-content: center;
    /* width: 100%; */
    max-width: 100%;
    padding: 12px;
    border-color: black;
    border-radius: 16px;
    background-color: #F6F7F9;
    border: 1px solid #E0E3E6;
}
.metro-locationVal{
    width: 70%;
    margin: 0px 16px;
    max-width: 100%;
    background-color: #F6F7F9;
    color: black;
    border: transparent;
}
.metro-label{
    text-align: left;
    align-items: left;
    display: flex;
    width: 100%;
}
.metro-services{
    align-items: left;
    margin-left: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: #1A202A;
    justify-content: left;
    margin-bottom: 0px;
}
.metro-serviceItem{
    padding: 10px 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    /* margin: 10px; */
    /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.metro-15); */
    border-radius: 16px;
    /* align-items: flex-start;
    justify-content: flex-start; */
}
.metro-serviceLabels{
    /* margin-bottom: 20px; */
    display: grid;
    box-shadow: inset;
    /* grid-auto-flow: column; */
    /* margin-left: 10px; */
    flex-wrap: wrap;
    box-shadow: inset;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.metro-15);
}
.metro-overlay-text {
    position: absolute;
    top: 20%; 
    color: #fff; 
    margin-left: 16px;
    line-height: 20px;
    font-size: 24px; 
    text-align: left;
    font-weight: 600;
}
.metro-overlay-image{
    position: absolute;
    top: 24px; 
    left: 20px; 
    transform: translate(-50%, -50%); 
    color: #fff; 
    margin-left: 20px;
    margin-top: 24px;
    width: 54px;
    height: 40px;

}
.metro-italic{
    margin: -30px 0px 20px 10px;
    /* margin-left: 10px; */
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: white;
}
.metro-italic-2{
    margin: -10px 0px 20px 10px;
    /* margin-left: 10px; */
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: white;
}
.metro-destination{
    margin-left: 10px;
}
.metro-serviceImages{
    height: 80px;
    width: 80px;
    margin-right:10px;
}
.metro-serviceName{
    padding:10px;
}
.metro-mins{
    padding: 5px;
    font-size: 12px;
}
.metro-rateCard{
    margin-left:60px;
    font-size:12px;
    font-weight: 400;
}
.metro-popularPlaces{
    font-size:16px;
    margin-left: 30px;
    line-height: 24px;
}
.metro-landingImage{
    width: 422px;
    height: 273px;
    overflow: hidden;
    margin: 0 auto;
}
.metro-header-1{
    font-size: 24px;
    line-height: 26px;
    margin: -20px 0px 0px;
    font-weight: 600;
}
.metro-liner{
    content:" ";
    height: 1px;
    width: 85%;
    margin: 0px 16px;
    background: #D3D3D3;
    display: block;
    position: absolute;
    top: 50%;
    left: 8%
}
.metro-service-liner{
    content:" ";
    height: 1px;
    width: 100%;
    background: #D3D3D3;
    display: block;
    top: 50%;
    left: 8%
}
.metro-poi-item{
    display: grid;
    grid-auto-flow: column;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 20px 10px 10px;
    margin-right: 20px;
    border-radius: 16px;
    border: 0.01px solid #D3D3D3;
    /* filter: drop-shadow(16px 16px red); */
    width: 160px;
    height: 160px;
    margin-bottom: 10px;
}
.metro-poi-liner{
    display: grid;
    grid-auto-flow: column;
    content:" ";
    height: 85%;
    width: 1px;
    background: #D3D3D3;
    display: block;
    top: 50%;
    right: 0%;
}
@media screen and (min-width: 1200px){
    .metro-landingImage{
        width: 1728px;
        height: 375px;
    }
    img{
        object-position: cover;
    }
    .metro-serviceImages{
        height: 80px;
        width: 80px;
        margin-right:10px;
    }
    .metro-overlay-text {
        position: absolute;
        top: 0%; 
        left: 0%; 
        color: #fff; 
        line-height: 50px;
        font-size: 40px; 
        margin-left: 318px;
        margin-top: 88px;
    }
    .metro-italic{
        margin: 10px 20px;
        font-size: 14px;
        margin-left: 0px;
        line-height: 20px;
        /* margin-bottom: 20px; */
        color: black;
    }
    .metro-italic-2{
        margin: -40px 20px;
        font-size: 14px;
        margin-left: 0px;
        line-height: 20px;
        /* margin-bottom: 20px; */
        color: #5C6675;
    }
    .metro-destination{
        margin-left: 0px;
    }
    .metro-locations-header{
        position: absolute;
        /* top: 30%;  */
        margin: 0px 298px;
        left: 0;
        right: 0;
        height: 416px;
        align-items: center;
        justify-content: center;
        width: 502px;
        padding: 12px;
        color: black;
        border-radius: 16px;
        border: 0.01px solid #D3D3D3;
        /* border-width: 20px; */
        background-color: white;
        /* filter: drop-shadow(2px black); */
    }
    .metro-locations{
        position: absolute;
        /* top: 55%;  */
        margin: 80px 16px;
        left: 0;
        right: 0;
        height: 90px;
        align-items: center;
        justify-content: center;
        width: 422px;
        padding: 12px;
        border-radius: 16px;
        border: 1px solid #E0E3E6;
    }
    .metro-locationVal{
        width: 70%;
        height: 20px;
        margin: 0px 12px;
        max-width: 100%;
        background-color: #F6F7F9;
        border: transparent;
    }
    .metro-button-sec{
        position: absolute;
        top: 63%;
        margin-top: 65px;
        width: 474px;
        height: 56px;
        max-width: 100%;
        margin-bottom: 20px;
        padding: 0px;
    }
    .metro-button-sec .metro-yellow-button{
        /* width: 42px; */
        height: 48px;
        /* margin-right: -0px; */
        margin-left: -10px;
        margin-top: -10px;
        align-self: left;
        display: absolute;
        flex-direction: column;
        cursor: pointer;
    }
    .metro-yellow-button{
        position: absolute;
        top: 45%; 
        left: 0;
        border-radius: 30px 30px 30px 30px;
        max-width: 100%;
        padding: 10px;
        border-color: black;
        border-width: 20px;
        background: #FFCA20;    
        align-items: grid;
        color: #000;
    }
    .metro-services{
        margin-top: 80px;
        margin-bottom: 50px;
        margin-left: 690px;
    }
    .metro-scrollbar{
        margin-top: -60px;
        width: 50%;
        align-self: start;
    }
    .metro-places-scroller{
        display: grid;
        width: 561px;
        gap: var(--size-3);
        grid-auto-flow: column;
        grid-auto-columns: 33%;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        margin-left: 277px;
    }
    .metro-popularPlaces{
        margin-left: 307px;
    }
    .metro-serviceLabels{
        box-shadow: inset;
        background: #FFF;
        border-radius: 20px;
        width: 522px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.metro-15);
        margin-left: -558px;
        margin-bottom: 40px;
    }
    .metro-serviceName{
        padding:25px;
    }
    .metro-label{
        text-align: left;
        align-items: left;
        display: flex;
        /* padding-top: 50px; */
        width: 100%;
        margin-left: -760px;
        margin-top: -200px;
    }
    .metro-offer_badge img{
        margin-left: 333px;
        margin-top: 230px;
        /* padding-top: 30px; */
    }
    .metro-rateCard{
        margin-left:180px;
    }
    .metro-overlay-image{
        position: absolute;
        margin-left: 333px;
        margin-top: 33px;
        width: 110px;
        height: 80px;
    }
    .metro-header-1{
        font-size: 40px;
        line-height: 50px;
        /* margin: 10px 0px; */
    }
    .metro-liner{
        left: 6%
    }
}


.captain_home_faq_sec_head label.head::after {
    background: none;
}

.metro_home {
    margin-left: 320px;
    margin-bottom: 50px;
}

.captain_home_faq_sec_body ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0px;
    margin-bottom: 40px;
}

.captain_home_faq_sec_head label.head {
    /* margin: 40px !important; */
    line-height: 28px;
    letter-spacing: 0.4px;
    /* justify-content: center; */
    font-size: 20px;
}

.discover-button {
    width: 200px;
    color: black;
    margin-top: 20px;
}

.dscvr-button {
    border-radius: 20px;
    color: black;
    background-color: #fff;
    width: 191px;
    border: 1.5px solid #ECEEF2;
    height: 36px;
    padding: 0px 12px;
}

.dscvr-button:hover {
    background: #E0E3E6;
}


@media screen and (max-width: 576px) {
    .metro_home {
        margin-left: 20px;
        margin-bottom: 50px;
    }
    .captain_home_faq_sec_head label.head {
        /* display: flex; */
        font-size: 20px;
        line-height: 28px;
        /* justify-content: center; */
        letter-spacing: 0.4px;
        /* margin: 40px 40px 0px 40px */
    }

    .captain_home_faq_sec_body ul {
        flex-wrap: wrap;
        padding: 24px 16px 24px 16px;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .captain_home_faq_sec_body li {
        width: 100%;
        justify-content: flex-start;
        display: flex;
        align-items: flex-start;
    }
}

@media screen and (max-width: 991px) {
    .captain_home_faq_sec_head label.head {
        display: flex;
        font-size: 20px;
        line-height: 28px;
        /* justify-content: center; */
        letter-spacing: 0.4px;
        /* margin: 40px 40px 0px 40px */
    }

    .captain_home_faq_sec_body ul {
        flex-wrap: wrap;
        align-items: flex-start;
        padding: 24px 16px 24px 16px;
    }

    .captain_home_faq_sec_body li {
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        display: flex;
    }

}

@font-face {
    font-style: normal;
    font-weight: 200;
   } 
.seo-accordion {
    display: flex;
    flex-direction: column;
    box-shadow: inset;
    align-items: flex-start;
    align-self: stretch;
    height: fit-content;
    border-radius: 16px;
    background: #FFF;
    /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15), 0px 2px 0px 0px #FFCA20; */
    /* margin-bottom: 24px; */
    cursor: pointer;
    margin-left: -80px;
}

.seo-accordion-header {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    text-align: start;
    justify-content: flex-start;
    background-color: white;
    color: #1A202A
}

.row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
  
.col-10 {
    flex: 0 0 97%;
}

.col-2 {
    flex: 0 0 2%;
}

.accordion-button {
    display: inline-flex;
    flex-direction: row;
    width: 1032px;
    text-align: start;
    font-weight: 400;
    background-color: white;
    overflow: visible;
    outline: 0 0 1px 0 !important;
    outline-offset: none !important;
}

.line {
    width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px 0 5px 0;
}

.seo-accordion-body{
    display: flex;
    flex-direction: column;
    font-weight: 400;
    justify-content: flex-start;
    align-items: flex-start;
    color: #5C6675;
}

@media (max-width: 576px) {
    .seo-accordion {
        display: flex;
        flex-direction: column;
        box-shadow: inset;
        align-items: flex-start;
        align-self: stretch;
        height: fit-content;
        border-radius: 16px;
        background: #FFF;
        /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15), 0px 2px 0px 0px #FFCA20; */
        /* margin-bottom: 24px; */
        cursor: pointer;
        width: 100%;
        margin-left: 0px;
    }

    .accordion-button {
        display: inline-flex;
        flex-direction: row;
        width: 100%;
        stroke-width: 1px;
        stroke: black;
        text-align: start;
        background-color: white;
        font-weight: 400;
        overflow: visible;
        outline: none !important;
        outline-offset: none !important;
    }

    .accordion-item,
    .seo-accordion-header {
        display: flex;
        flex-direction: column;
        align-self: stretch;
        width: 100%;
        text-align: start;
        justify-content: flex-start;
        background-color: white;
    }

    .seo-accordion-body{
        display: flex;
        flex-direction: column;
        font-weight: 500;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .col-sm-10 {
        flex: 0 0 95%;
        justify-content: space-between;
        padding-right: 10%;
    }

    .col-sm-2 {
        flex: 0 0 5%;
        align-items: flex-end;
    }

    .row {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .line-sm {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 5px 0 5px 0;
    }
}
.seo-liner{
    content:" ";
    height: 1px;
    width: 65%;
    background: #D3D3D3;
    display: block;
    position: absolute;
    /* left: 8% */
}


@media (max-width: 991px) {
    .seo-accordion {
        display: flex;
        flex-direction: column;
        box-shadow: inset;
        align-items: flex-start;
        align-content: center;
        height: fit-content;
        border-radius: 16px;
        background: #FFF;
        /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15), 0px 2px 0px 0px #FFCA20; */
        /* margin-bottom: 24px; */
        cursor: pointer;
        width: 100%;
        margin-left: 0px;
    }

    .button-md {
        display: inline-flex;
        flex-direction: row;
        width: 100%;
        stroke-width: 1px;
        stroke: black;
        text-align: start;
        justify-content: space-between;
        background-color: white;
        overflow: visible;
        outline: none !important;
        outline-offset: none !important;
    }

    .accordion-body{
        display: flex;
        flex-direction: column;
        font-weight: 500;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .accordion-item,
    .header-md {
        display: flex;
        flex-direction: column;
        align-self: stretch;
        width: 100%;
        text-align: start;
        justify-content: flex-start;
        background-color: white;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 95%;
        justify-content: space-between;
        padding-right: 10%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 5%;
        align-items: flex-end;
    }

    .row {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .line-md {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 5px 0 5px 0;
    }
}
@font-face {
    font-style: normal;
    font-weight: 200;
   } 
.routes_home_faq_sec_head label.routes_faq_head::after {
    background: none;
    padding-right: 500px;
}

.routes_home_faq_sec {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* background-color: #D4E6FC; */
}

.routes_home_faq_sec_body ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0px;
    margin-bottom: 40px;
}

.routes_home_faq_sec_head label.routes_faq_head {
    /* margin: 40px !important; */
    line-height: 28px;
    letter-spacing: 0.4px;
    /* justify-content: center; */
    font-size: 20px;
    width: 100vw;
    text-align: left;
}

.routes_home_faq_sec_head{
    display: flex;
    width: 100%;
    align-items: left;
    text-align: left;
}

.routes_faq_head{
    margin-left: 308px;
    color: #1A202A;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}


@media screen and (max-width: 576px) {
    .routes_home_faq_sec_head label.routes_faq_head {
        /* display: flex; */
        font-size: 20px;
        line-height: 28px;
        /* justify-content: center; */
        letter-spacing: 0.4px;
        /* margin: 40px 40px 0px 40px */
    }
    .routes_faq_head{
        margin-left: 16px;
    }
    .routes_home_faq_sec_body ul {
        flex-wrap: wrap;
        padding: 0px 16px;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .routes_home_faq_sec_body li {
        width: 100%;
        justify-content: flex-start;
        display: flex;
        align-items: flex-start;
    }
}

@media screen and (max-width: 991px) {
    .routes_home_faq_sec_head label.routes_faq_head {
        /* display: flex; */
        font-size: 20px;
        line-height: 28px;
        /* justify-content: center; */
        letter-spacing: 0.4px;
        /* margin: 40px 40px 0px 40px */
    }

    .routes_home_faq_sec_body ul {
        flex-wrap: wrap;
        align-items: flex-start;
        padding: 0px 16px;
    }

    .routes_home_faq_sec_body li {
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        display: flex;
    }

}


.captain_home_faq_sec_head label.head::after {
    background: none;
}

.routes-index-home {
    margin-bottom: 50px;
    background-color: #F6F7F9;
}

.captain_home_faq_sec_body ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0px;
    margin-bottom: 40px;
}

.captain_home_faq_sec_head label.head {
    /* margin: 40px !important; */
    line-height: 28px;
    letter-spacing: 0.4px;
    /* justify-content: center; */
    font-size: 20px;
}

.routes-discover-button {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-left: 280px;
    margin-right: 200px;
    /* min-width: 300px; */
}

.routes-liner{
    content:" ";
    height: 1px;
    width: 65%;
    margin: 24px 320px 0px;
    background: #D3D3D3;
    display: block;
}

.routes-dscvr-button {
    border-radius: 20px;
    color: #5C6675;
    background-color: #fff;
    /* width: 100%; */
    border: 1.5px solid #ECEEF2;
    height: 36px;
    width: fit-content;
    margin-bottom: 20px;
    padding: 0px 12px;
}
.routes-index-heading{
    margin-left: 320px;
    padding-top: 24px;
}

.routes-dscvr-button:hover {
    background: #E0E3E6;
}


@media screen and (max-width: 576px) {
    .routes-index-home {
        margin-bottom: 50px;
    }
    .routes-liner{
        width: 85%;
        margin: 24px 20px 0px;
    }
    .captain_home_faq_sec_head label.head {
        /* display: flex; */
        font-size: 20px;
        line-height: 28px;
        /* justify-content: center; */
        letter-spacing: 0.4px;
        /* margin: 40px 40px 0px 40px */
    }

    .routes-discover-button {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-left: 0px;
        margin-right: 20px;
        padding: 0px;
    }

    .routes-dscvr-button {
        margin-left: 0px;
        margin-bottom: 10px;
        padding: 0px 12px;
        /* min-width: 200px; */
        /* width: 300px; */
    }

    .routes-index-heading{
        margin-left: 20px;
    }

    .captain_home_faq_sec_body ul {
        flex-wrap: wrap;
        padding: 24px 16px 24px 16px;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .captain_home_faq_sec_body li {
        width: 100%;
        justify-content: flex-start;
        display: flex;
        align-items: flex-start;
    }
}

@media screen and (max-width: 991px) {
    .captain_home_faq_sec_head label.head {
        display: flex;
        font-size: 20px;
        line-height: 28px;
        /* justify-content: center; */
        letter-spacing: 0.4px;
        /* margin: 40px 40px 0px 40px */
    }

    .routes-dscvr-button {
        margin-left: 20px;
        margin-bottom: 10px;
        padding: 0px 12px;
    }

    .captain_home_faq_sec_body ul {
        flex-wrap: wrap;
        align-items: flex-start;
        padding: 24px 16px 24px 16px;
    }

    .captain_home_faq_sec_body li {
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        display: flex;
    }

}

@font-face {
    font-style: normal;
    font-weight: 200;
   } 
.youtube_video{
    display: flex;
    flex-direction: column;
    align-items: center;    
    position: relative;
    width: 100%;
    height: 253px;
    padding: 10px 16px 10px;
    border-radius: 25px;
    margin-bottom: 77px;
}

.routes_home_video_sec {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.video_heading{
    font-size: 18px;
    color: #1A202A;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    margin: -20px auto 10px 20px;
}
.video_description{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #5C6675;
    margin: 0px 20px 20px;
}

@media screen and (min-width: 900px) {
    .youtube_video{
        display: inline;
        flex-direction: column;
        align-items: left;    
        justify-content: left;
        position: relative;
        width: 700px;
        height: 400px;
        padding: 10px 16px 10px;
        margin-right: 400px;
        margin-top: -200px;
        margin-bottom: 98px;
    }   
    .video_heading{
        font-size: 18px;
        color: #1A202A;
        font-weight: 600;
        line-height: 28px;
        text-align: left;
        margin: -10px auto 10px 330px;
    }
    .video_description{
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        margin: 40px 50px 20px 680px;
        width: 280px;
        color: #5C6675;
    }
}
body {
    margin: 0 !important;
}

html * {
  font-family: "Noto Sans", sans-serif !important;
}

.titleUnderline {
  background: #FFCA20;
  width: 76px;
  height: 2px;
  margin-top: 5px;
}

.divider {
  background: #AEB6C3;
  height: 0.25px;
  width: 90%;
  margin-left: -8px;
  margin: 20px;
}
.home{
    display: flex;
    flex: 1.2;
}
.home div{
    flex:0.6;
}
.home_sec{
    position: relative;
    overflow: hidden;
    transition: 0.8s ease 0s;

}
.how_big ul li span img{
    width: 60px;
}
.home_img {
    position: absolute;
    top: 0;
    width: 50%;
    right: 0px;
    height: 65%;
}
.home_img img{
    width: 45%;
    transform: rotate(-130deg);
    position: relative;
    top: 0%;
    left: 7%;
}
.home_img .home_img_hid{
    background-color: #F9C935;
    content: '';
    width: 1744px;
    height: 683px;
    z-index: -1;
    position: relative;
    border-radius: 507.5px;
    transform: rotate(130deg) translateX(-15%) translateY(66%);
    top: 0%;
    right: 0%;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.home_sec.active .home_img .home_img_hid{
    transform: rotate(130deg) translateX(-10%) translateY(66%);
    transition: 0.8s ease 0s;
}
.home_img .home_img_hid::after
.home_img_hid{
    overflow: hidden;
}
.home_text_wrapper{
    margin-top: 120px;
    margin-bottom: 200px;
    opacity: 0;
}
.home_sec.active .home_text_wrapper{
    opacity: 1;
    transition: 1.5s ease 0.1s;
}
.home_text_wrapper h1{
    font-weight: 300;
    line-height: 60px;
    font-size: 50px;
    margin: 0;
}
.home_text_wrapper h2{
    color: #4B4B4B;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    width: 73%;
    margin: 20px 0 0 0;
}
.button_sec{
    display: flex;
    margin-top: 40px;
}
.button_sec .btn{
    width: 210px;
    height: 50px;
}
.button_sec .yellow-btn{
    margin-right: 20px;
}
.how_big_sec{
    margin-top: 200px;
}
.how_big{
    display: flex;
    text-align: center;
    position: relative;
    flex-direction:column;
}
.how_big{
    content: '';
    background: #fbf7dd;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 507.5px;
    transform: rotate(20deg);
    z-index: -1;
}
.how_big_re{
    transform: rotate(-20deg);

}
.how_big label.head{
    margin-top: 100px;
}
.how_big h3{
    color: #4B4B4B;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
}
.how_big ul{
    margin-top: 50px;
    list-style: none;
    padding: 0;
    display: flex;
    flex: 1;
    justify-content: center;
    margin-bottom: 168px;
}
/* .how_big ul li {
    flex: 0.3;
} */
.how_big ul li div{
    height: 180px;
    width: 180px;
    border-radius: 90px;
    background-color: #FFFFFF;
    margin: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.how_big ul li span{
    height: 60px;
    width: 60px;
    border-radius: 25px 25px 5px 25px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.how_big ul li label{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #303030;
    margin-top: 10px;
    display: block;
}
.how_big ul li p{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #303030;
    margin: 0;
}
.we_care_sec{
    margin-top: 230px;
}
.we_care_desc ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex: 1;
    justify-content: space-between;
    height: 0;
    opacity: 0;
}
.we_care_desc ul.active{
    display: flex;
    opacity: 1;
    height: auto;
    margin-top: 56px;
    transition:opacity 1s ease 0.3s;
}
.we_care_desc ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0.3;
    transform: translateY(50px);
    transition: all 1s ease;
}
.we_care_desc ul li.active{
    transform: translateY(0px);
    transition: all 1s ease;
}

.we_care_desc ul li img{
    width: 182px;
    margin-bottom: 30px;
}
.we_care_desc ul li label{
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
}
.we_care_desc ul li h3{
    color: #4B4B4B;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
    margin: 0;
    margin-top: 20px;
}

/* .testimonial_desc.owl-carousel.owl-drag .owl-item{
    width: 20% !important;
} */
.who_we{
    display: flex;
    flex: 1;
}
.who_we_imgWrapper, .who_we_desc{
    flex: 0.5;
}
.who_we_sec{
    margin-top: 50px;
    position: relative;
}
.who_we_sec::after{
    content: '';
    height: 85%;
    width: 60%;
    opacity: 0.5;
    transform: rotate(160deg);
    border-radius: 251px;
    background-color: #F8EFBC;
    position: absolute;
    left: -10%;
    top: 5%;
    z-index: -1;
}

.who_we_img{
    display: flex;
    margin-top: -136px;
}
.who_we_imgWrapper .pattern{
    margin-left: 69px;
    width: 171px;
    transform: translateY(0px);
    z-index: -1;
    position: relative;
}
.who_we_imgfirst{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 10px;
}
.who_we_imgsecond{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.who_we_imgfirst img{
    width: 184px;
    border-radius: 92px 92px 5px 92px;
}
.who_we_imgsecond img{
    width: 284px;
    border-radius: 5px 92px 92px 92px;
}
.who_we_imgfirst .shape{
    height: 192px;
    width: 50px;
    border-radius: 39px 5px 39px 39px;
    background-color: #F9C935;
    margin-top: 10px;
}
.who_we_imgsecond .shape{
    height: 50px;
    width: 128px;
    border-radius: 29px 29px 29px 5px;
    background-color: #FFFFFF;
    margin-bottom: 10px;

}
.who_we_desc{
    padding-left: 30px;
    margin-top: 120px;
}
.who_we_desc h3, .rapido_bussiness_des h3{
    color: #4B4B4B;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
    width: 90%;
    margin-top: 40px;
    padding-right: 40px;
}
.who_we_desc h3:nth-child(1), rapido_bussiness_des h3:nth-child(1){
    margin-top: 30px;
}
.who_we_desc button, .rapido_bussiness_des button{
    height: 60px;	width: 237px;
    margin-top: 50px;
}

.rapido_bussiness{
    display: flex;
    flex: 1;
}
.rapido_bussiness_des, .rapido_bussiness_img{
 flex: 0.5;
}
.rapido_bussiness_des{
    margin-top: 120px;
}
.rapido_bussiness_sec{
    margin: 200px 0 150px 0;
    position: relative;
}
.rapido_bussiness_sec::after {
    content: '';
    height: 85%;
    width: 60%;
    opacity: 0.5;
    transform: rotate(-160deg) translateX( -7%);
    border-radius: 251px;
    background-color: #F8EFBC;
    position: absolute;
    right: 0;
    top: 3%;
    z-index: -1;
}
.rapido_bussiness_img{
    margin-top: 200px;
}
.rapido_bussiness_img .who_we_imgfirst img{
    border-radius: 92px 92px 5px 92px;
}
.rapido_bussiness_img .who_we_imgsecond img{
    border-radius: 5px 142px 142px 142px;
}

.mob_image{
    display: none;
}
.mobile_progress{
    display: none;
}
.error {
    font-size: 14px;
    margin-top: 20px;
}
.whats-app-chat-wrap {
    display: none;
}
.chat-message {
    font-family: Poppins;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    color: #25C052;
    margin-left: 15px;
}
.border {
    border: 1px solid #EFEFEF;
    width: 100%;
}
.or-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;

    color: rgba(0, 0, 0, 0.6);
    padding: 0 45px;
}
.chat-with-us-captain {
    background: #FFFFFF;
    border: 1px solid #25C052;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;

    display: flex;
    align-content: center;
    align-items: center;
    padding: 10px 0;
    margin: 25px 0;
    justify-content: center;
    cursor: pointer;
}
.delimiter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
 .home_img, .menu_link, .who_we_sec::after, .rapido_bussiness_sec::after,
 .who_we_imgWrapper .pattern, .pattern_down, .testimonial img
    {
        display: none;
    }
    .how_big label.head, .how_big ul{
        margin: 0;
    }
    .mobile_progress{
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top:0;
        background: #fbf7dd;
        width:100%;
        height: 0%;
    }
    .mob_image{
        margin-top: 20px;
        display: block;
        background: #f9c935;
    }

    .svg_pattern{
        width: 100%;
    }
    .home{
        flex-direction: column;
    }
    .who_we {
        flex-direction: column-reverse;
    }

    section.how_big_sec{
        overflow: hidden;
    }

    .rapido_bussiness_des{
        flex: 1;
        margin: 0;
    }
    .who_we_desc h3, .rapido_bussiness_des h3{
        text-align: center;
        width: 70%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .how_big ul{
        display: block;
    }
    .how_big ul li{
        width: 49%;
        display: inline-block;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .how_big ul li div{
        width: 130px;
        height: 130px;
        margin: 0 auto;
    }
    .how_big ul li span {
        height: 40px;
        width: 40px;
    }
    .who_we_imgWrapper, .who_we_desc{
        flex: 1;
    }
    .who_we_img{
        margin-top: 0;
    }
    .how_big ul li span img{
        width: 40px;
        height: 40px;
    }
    .home_text_wrapper h1{
        text-align: center;
    }
    .home div{
        width: 100%;
        flex: 1;
    }
    .home_text_wrapper h4{
        width: 70%;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }
    .home_text_wrapper h1{
        color: #000000;
        font-size: 34px;
        font-weight: 300;
        line-height: 44px;
    }
    .home_text_wrapper h1 h1{
        color: #000000;
        font-size: 34px;
        font-weight: 700;
        line-height: 44px;
    }
    .testimonial_single{
        flex-direction: column;
    }
    .testimonial_single div.desc_test{
        margin-left: 0;
        margin-top: 20px;
    }

    .who_we_desc button, .rapido_bussiness_des button {
        height: 60px;
        width: 237px;
        margin: 0 auto;
        margin-top: 50px;
    }
    .rapido_bussiness_sec{
        margin: 50px 0 100px 0;
    }
    .how_big{
        transform: rotate(0deg);
        background: transparent;
        z-index: 9;
    }
    .how_big_re{
        transform: rotate(0deg);
    }
    .how_big_sec {
        position: relative;
        padding: 40px 0px;
        margin-top: 100px;
    }
    .how_big_sec::after{
        content: '';
        width: 100%;
        height: 0%;
        background: #fbf7dd;
        position: absolute;
        top: 0;
        z-index: -1;
    }
    .button_sec{
        display: flex;
        justify-content: center;
    }
    .who_we_desc{
        padding-left: 0;
    }
    .home_text_wrapper{
        margin-top: 25px;
        margin-bottom: 0;
    }
    .who_we_desc{
        margin-top: 0;
    }
    .who_we_sec{
        margin-top: 65px;
    }
    .who_we_imgWrapper{
        margin-top: 50px;
    }
    .who_we_img{
        justify-content: center;
        width: 70%;
        margin: 0 auto;
    }
    .who_we_img .who_we_imgfirst,.who_we_img  .who_we_imgsecond{
        width: 50%;
    }
    .who_we_img .who_we_imgfirst img,.who_we_img  .who_we_imgsecond img{
        width: 70%;
    }
    .we_care_sec{
        margin-top: 50px;
    }
    .who_we_img .who_we_imgfirst img{
        border-radius: 92px 92px 5px 92px;
    }
    .who_we_img .who_we_imgsecond img{
        border-radius: 5px 92px 92px 92px;
    }
    .who_we_imgsecond .shape{
        background-color: #F9C935;
        width: 68px;
    }
    .who_we_imgfirst .shape {
        height: 72px;
    }
    .how_big h3{
        width: 70%;
    }
    .rapido_bussiness{
        flex-direction: column;
    }
    .rapido_bussiness_img{
        margin-top: 50px;
    }
    .we_care_desc ul li h3{
        width: 70%;
    }
    .whats-app-chat-wrap {
        display: block;
    }
  }
@media screen and (max-width: 767px) {
    .home_text_wrapper h4{
        font-size: 16px;
        line-height: 24px;
        width: 90%;
    }
    .who_we_img .who_we_imgfirst img,.who_we_img  .who_we_imgsecond img{
        width: 100%;
    }
    .button_sec{
        margin-top: 30px;
    }
    .button_sec .btn{
        height: 54px;	width: 174px;
    }
    label.head{
        font-size: 26px;
        line-height: 43px;
        font-weight: bold;
        font-weight: 600;
    }
    .who_we_desc h3, .rapido_bussiness_des h3{
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
        width: 90%;
        padding-right: 0;
    }
    .we_care_head ul li{
        font-size: 14px;
        line-height: 23px;
    }
    .we_care_desc ul li label{
        font-size: 18px;
        line-height: 22px;
    }
    .we_care_desc ul li h3{
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        margin-top: 10px;
        width: 90%;
    }
    .we_care_desc ul li{
        margin-top: 50px;
    }
    .we_care_desc ul.active{
        margin-top: 0px;
    }

    .how_big h3{
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        width: 90%;
    }
    .how_big ul li label, .how_big ul li p{
        font-size: 12px;
        line-height: 19px;
    }
    .testimonial_single h3{
        font-weight: 300;
    }
}
@media screen and (max-width: 350px) {
.button_sec .btn{
    font-size: 12px;
}

}
@media screen {
    .safety-banner{
        width: 100%;
        position: relative;
        right:5%;
        margin-top: -4%;
    }
}

@media screen and (max-width: 1000px) {
    .safety-banner{
        width: 112%;
        margin-top: 3%;
    }
}

@media screen and (max-width: 840px) {
    .safety-banner{
        width: 112%;
        margin-top: 1%;
    }
}
@media screen and (max-width: 730px) {
    .safety-banner{
        width: 112%;
        margin-top: 0%;
    }
}

@media screen and (max-width: 440px) {
    .safety-banner{
        width: 112%;
        height: 180px;
        margin-top: 4%;
    }
}




/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\2190';
}
[dir='rtl'] .slick-prev:before
{
    content: '\2192';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\2192';
}
[dir='rtl'] .slick-next:before
{
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.slick-dots li button {
    display: none !important;
}
.form_input_group input ,
.form_input_group select {
  height: 52px;
  background-color: #ffffff;
  color: #303030;
  width: 100%;
  display: block;
  padding: 0 16px;
  box-sizing: border-box;
  text-align: left;
  outline: 0;
  opacity: 0.87;
  margin-top: 24px;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 30px;
  -webkit-appearance: none;
  appearance: none;
}

.select-wrapper{
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  padding-right: 0;
}
.form_input_group{
  display: inline-flex;
  padding: 0px;
  align-items: flex-start;
  width: 100%;
}

.form {
  display: flex;
  padding: 12px;
  margin: 0px;
  flex-direction: column;
  align-items: flex-start;
}

.custom-arrow {
  padding-top: 25%;
  position: absolute;
  pointer-events: none;
  top: 0px;
  right: 0px;
  transform: rotateZ(90deg);
}
.custom-arrow svg{
  position: absolute;
  pointer-events: none;
  top: 100%;
}

.form_input_group input[type="submit"] {
  text-align: center;
  margin-bottom: 16px;
}

.form_input_group button,
.form_input_group input[type="submit"] {
  height: 52px;
  width: 97%;
  display: block;
  padding: 0 7px;
  margin-top: 24px;
  border-radius: 30px;
  border: none;
}

.form_input_group input:focus {
  border: 1px solid rgba(0, 0, 0, 0.38);
}
.form_input_group select:focus {
  border: 1px solid rgba(0, 0, 0, 0.38);
}
.form_input_group label {
  color: #303030;
  font-size: 16px;
  line-height: 25px;
}
.form_input_group input[type="radio"] {
  width: auto;
  margin-top: 0px;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  outline: none;
  border: 2px solid black;
}

.form_input_group input[type="radio"]:before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}
.form_input_group input[type="radio"]:checked:before {
  background: black;
}
.form_input_group p {
  margin-top: 0px;
}

.dl_head {
  display: inline-block;
  padding: 24px 10px 8px 2px;
  font-size: 16px;
  align-items: flex-start;
}
.dl_input {
  display: inline-flex;
  padding: 0px;
  margin-left: 0;
  align-items: flex-start;
}
.dl_input label {
  display: inline-flex;
  margin-right: 38px;
}
.dl_input input {
  display: inline-flex;
  margin-right: 18px;
  margin-left: 0;
}
.otp_input {
  width: 100% !important;
  align-items: flex-start;
  min-width: 110px;
}
.number-group {
  width: 97% !important;
  align-items: flex-start;
  min-width: 100px;
}
#group {
  display: flex;
  align-items: initial;
}
#group input {
  margin-right: 24px;
  flex: 3;
}

#group button {
  margin-top: 24px;
  flex: 1;
  border-radius: 30px;
}

.form_input_group button,
.form_input_group input[type="submit"] {
  background: #ffca20 !important;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1) !important;
  opacity: 0.87 !important;
  cursor: pointer;
}


.form_input_group button:disabled{
  background: #000000 !important;
  color: #f5f5f5 !important;
  box-shadow: none !important;
  font-weight: 500 !important;
  font-size: 15px;
}

.form_input_group input[type="submit"]:disabled {
  background: rgba(0, 0, 0, 0.1) !important;
  color: #aaa !important;
  box-shadow: none !important;
  font-weight: 500 !important;
  font-size: 15px;
}
.form_input_group input[type="number"]:disabled {
  opacity: 0.5 !important;
}

.text-center {
  text-align: center;
}

.invalid-input {
  margin: 6px !important;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}

.form-error-msg {
  color: red;
}

.form-warning-msg {
  color: rgba(255, 202, 32, 0.25);
}

.form-success-msg {
  color: rgba(0, 0, 0, 0.87);
}

.security-section {
    margin: 16px 0;
    padding: 16px;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
}

.security-section label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 12px;
}

#turnstile-widget {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 65px;
}

.loading-text {
    text-align: center;
    color: #6c757d;
    font-size: 14px;
    margin: 8px 0;
    font-style: italic;
}

@media screen and (min-width: 576px) {
  /* #captain-signup-form form {
    width: 50%;
    max-width: 400px;
  } */
  /* .arrow-mobile svg{
    padding-top: 15%;
    position: absolute;
    pointer-events: none;
    top: 70%;
    transform: rotateZ(90deg);
  } */
  .custom-arrow {
    padding-top: 15%;
    position: absolute;
    pointer-events: none;
    top: 0px;
    right: 0px;
    transform: rotateZ(90deg);
  }
  .custom-arrow svg{
    position: absolute;
    pointer-events: none;
    top: 75%;
  }
}

@media (max-width: 480px) {
    .security-section {
        padding: 12px;
        margin: 12px 0;
    }
    
    #turnstile-widget {
        min-height: 60px;
    }
}

.captain_home_hero_lead_form_card {
    display: flex;
    flex-direction: column;
    margin: 5% 15% 28px 55%;
    background-color: #fafafa;
}

.captain_home_hero_bg_img {
    z-index: 4;
    position: absolute;
    display: block;
    width: 100%;
    background-color: #fafafa;
}

.captain_home_hero_bg_img img {
    width: 100%;
    transform: rotate(0deg) translateX(-40%) translateY(-40%);
}

.captain_home_hero_lead_form_title {
    display: block;
    width: 100%;
    flex-direction: column;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    z-index: 6;
    padding-top: 30px;
    letter-spacing: 0.4px;
}

.captain_home_hero_lead_form {
    background-color: #FFF;
    flex: 1;
    display: flex;
    flex-direction: column;
    top: 30%;
    left: 50%;
    z-index: 6;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    padding: 40px 20px 20px 20px;
    border-radius: 16px;
}

.captain_home_hero_lead_form_head {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding-left: 24px;
}

@media screen and (max-width: 576px) {
    .captain_home_hero_bg_img {
        background-image: none;
        flex-direction: column;
        padding-bottom: 0px;
        margin-top: 20%;
    }

    .captain_home_hero_lead_form_title {
        display: block;
        width: 40%;
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        letter-spacing: 0.4px;
        margin: 0% 0% 0% 0%;
        padding-top: 20px;
    }

    .captain_home_hero_lead_form_head {
        font-size: 20px;
        line-height: 24px;
    }

    .captain_home_hero_lead_form {
        width: 100%;
        margin-top: 20%;
        z-index: 6;
    }

    .captain_home_hero_bg_img {
        z-index: 4;
        position: absolute;
        display: block;
        width: 100%;
        margin-top: 20%;
    }

    .captain_home_hero_bg_img img {
        width: 120%;
        margin-top: 5%;
        transform: rotate(0deg) translateX(-20%) translateY(-60%);
    }

    .captain_home_hero_lead_form_card {
        display: flex;
        flex-direction: column;
        margin: 20% 5% 1% 5%;
        background-color: #fafafa;
    }

}

@media screen and (max-width: 991px) {
    .captain_home_hero_bg_img {
        background-image: none;
        flex-direction: column;
        padding-bottom: 0px;
        margin-top: 20%;
    }

    .captain_home_hero_lead_form_title {
        display: block;
        width: 40%;
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        letter-spacing: 0.4px;
        margin: 0% 0% 0% 0%;
        padding-top: 20px;
    }

    .captain_home_hero_lead_form_head {
        font-size: 20px;
        line-height: 24px;
    }

    .captain_home_hero_lead_form {
        width: 100%;
        margin-top: 20%;
        z-index: 6;
    }

    .captain_home_hero_bg_img {
        z-index: 4;
        position: absolute;
        display: block;
        width: 100%;
        margin-top: 20%;
    }

    .captain_home_hero_bg_img img {
        width: 120%;
        margin-top: 5%;
        transform: rotate(0deg) translateX(-20%) translateY(-60%);
    }

    .captain_home_hero_lead_form_card {
        display: flex;
        flex-direction: column;
        margin: 20% 5% 1% 5%;
        background-color: #fafafa;
    }
}
.captain_home_safety_sec_image_bg {
    background-image: url("/images/captain_home_safety.png");
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0px;
}

.captain_home_safety_sec {
    display: flex;
    flex: 1;
    align-items: flex-start;
    flex-direction: column;
    width: 910px;
    padding: 150px 180px 48px 180px;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    background-color: #fafafa;
}

.captain_home_safety_sec_head label.head::after {
    background: none;
}

.captain_home_safety_sec_head label.head {
    line-height: 48px;
    width: 450px;
    letter-spacing: 0.4px;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    z-index: 7;
    padding-top: 100px;
    font-size: 36px;
}

.captain_home_safety_sec_body_text1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    letter-spacing: 0.4px;
    line-height: 32px;
    text-align: left;
    font-size: 20px;
    z-index: 7;
    padding-bottom: 16px 0 16px 0;
    width: 550px;
}

.captain_home_safety_sec_body_text2{
    display: inline-block;
    flex-direction: column;
    justify-content: flex-start;
    letter-spacing: 0.4px;
    text-align: left;
    line-height: 32px;
    z-index: 7;
    width: 550px;
    font-size: 20px;
    padding-bottom: 100px;
}

.captain_home_safety_sec_body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.captain_home_safety_sec_bg_img {
    z-index: 5;
    position: absolute;
    width: 100%;
    height: 100%;
}

.captain_home_safety_sec_bg_img img {
    width: 80%;
    background-color: #fafafa;
    transform: rotate(0) translateX(50%) translateY(-75%);
}


.captain_home_safety_mobile {
    display: none;
}

@media screen and (max-width: 576px) {
    .captain_home_safety_sec_head label.head {
        line-height: 28px;
        letter-spacing: 0.4px;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 80%;
        font-size: 24px;
        padding-top: 0;
        z-index: 6;
        margin: 40px 40px 250px 40px;
    }

    .captain_home_safety_sec_bg_img {
        z-index: 5;
        position: absolute;
        width: 110%;
        height: 100%;
    }

    .captain_home_safety_sec_bg_img img {
        width: 120%;
        background-color: #fafafa;
        margin-bottom: 20%;
        transform: rotate(0) translateX(5%) translateY(-90%);
    }

    .captain_home_safety_sec_body {
        display: flex;
        flex: 1;
        align-items: flex-start;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        margin: 50px 16px 0px 16px;
    }

    .captain_home_safety_sec {
        display: flex;
        flex: 1;
        align-items: flex-start;
        flex-direction: column;
        z-index: -1;
        padding: 50px 40px 20px 40px;
        align-items: flex-start;
        width: 100%;
        gap: 16px;
    }

    .captain_home_safety_sec_body_text1{
        display: inline-block;
        flex-direction: column;
        justify-content: flex-start;
        letter-spacing: 0.4px;
        line-height: 24px;
        z-index: 7;
        text-align: center;
        width: 100%;
        font-size: 14px;
        padding-top: 20px;
        padding-bottom: 12px;
    }

    .captain_home_safety_sec_body_text2{
        display: inline-block;
        flex-direction: column;
        justify-content: flex-start;
        letter-spacing: 0.4px;
        text-align: center;
        z-index: 6;
        padding-bottom: 0;
        line-height: 24px;
        width: 100%;
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .captain_home_safety_sec_head label.head {
        line-height: 28px;
        letter-spacing: 0.4px;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 80%;
        font-size: 24px;
        padding-top: 0;
        z-index: 6;
        margin: 40px 40px 250px 40px;
    }

    .captain_home_safety_sec_bg_img {
        z-index: 5;
        position: absolute;
        width: 110%;
        height: 100%;
    }

    .captain_home_safety_sec_bg_img img {
        width: 120%;
        background-color: #fafafa;
        margin-bottom: 20%;
        transform: rotate(0) translateX(5%) translateY(-90%);
    }

    .captain_home_safety_sec_body {
        display: flex;
        flex: 1;
        align-items: flex-start;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        margin: 50px 16px 0px 16px;
    }

    .captain_home_safety_sec {
        display: flex;
        flex: 1;
        align-items: flex-start;
        flex-direction: column;
        z-index: -1;
        padding: 50px 40px 20px 40px;
        align-items: flex-start;
        width: 100%;
        gap: 16px;
    }

    .captain_home_safety_sec_body_text1{
        display: inline-block;
        flex-direction: column;
        justify-content: flex-start;
        letter-spacing: 0.4px;
        line-height: 24px;
        z-index: 7;
        text-align: center;
        width: 100%;
        font-size: 14px;
        padding-top: 20px;
        padding-bottom: 12px;
    }

    .captain_home_safety_sec_body_text2{
        display: inline-block;
        flex-direction: column;
        justify-content: flex-start;
        letter-spacing: 0.4px;
        text-align: center;
        z-index: 6;
        padding-bottom: 0;
        line-height: 24px;
        width: 100%;
        font-size: 14px;
    }
}

.impact_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 40px;
    width: 200px;
    height: 200px;
}

.impact_box_icon {
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #F8DA77;
    border-radius: 72.236px;
    border: 4px solid #FFCA20;
}

.impact_box_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    font-weight: 600;
    padding: 0px 10px 10px 10px;
    text-align: center;
    line-height: 25px;
    letter-spacing: 0.4px;
}

/* Media queries for responsive styles */

@media (max-width: 576px) {
    .impact_box {
        width: 50%;
        height: 90%;
        margin: 10px;
        display: flex;
    }

    .impact_box_icon {
        height: 100px;
        width: 100px;
        border-radius: 50px;
        border-width: 4px;
    }

    .impact_box_icon img{
        height: 50px;
        width: 50px;
    }

    .impact_box_content {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
    }
}

.captain_home_impact_sec {
    position: relative;
    overflow: hidden;
    background: #fbf7dd;
    z-index: 6;
    margin-top: 0px;
    display: flex;
    flex: 1;
}

.captain_home_impact_card {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.captain_home_impact_card ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex: 1;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 40px;
}

.captain_home_impact_card label.head {
    margin: 40px !important;
    line-height: 28px;
    letter-spacing: 0.4px;
    font-size: 36px;
}

.captain_home_impact_card label.head::after {
    background: none;
}


@media screen and (max-width: 576px) {

    .captain_home_impact_card li {
        width: 50%;
        justify-content: center;
        display: flex;
    }

    .captain_home_impact_card ul {
        flex-wrap: wrap;
        /*margin: 5px 20px 10px 20px;*/
    }

    .captain_home_impact_card label.head{
        font-size: 24px;
    }
}


@media screen and (max-width: 991px) {
    .captain_home_impact_card li {
        width: 50%;
        justify-content: center;
        display: flex;
    }

    .captain_home_impact_card ul {
        flex-wrap: wrap;
        /*margin: 5px 20px 10px 20px;*/
    }

    .captain_home_impact_card label.head{
        font-size: 24px;
    }

}

.captain_home_testimonial_card {
    position: relative;
    padding: 38px 39px 29px 130px;
    border-radius: 16px;
    border: 1.5px solid #FFECAC;
    background: #FFF;
    width: 650px;
    box-shadow: 0px 4px 0px 0px #FFCA20;
    margin: 30px;
}

.captain_home_testimonial_img{
    display: flex;
    position: absolute;
    width: 116px;
    height: 116px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #F8DA77;
    border-radius: 73px;
    border: 5px solid #FFCA20;
    top: 20px;
    left: -30px;
}

.captain_home_testimonial_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 73px;

}



.captain_home_testimonial_content {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.4px;
}

.captain_home_testimonial_name{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.4px;
    margin-top: 25px;
}


@media (max-width: 768px) {
    .captain_home_testimonial_card {
        width: 92%;
        padding: 100px 20px 35px 35px;
        margin: 30px 15px 30px 15px;
    }

    .captain_home_testimonial_content {
        display: inline-block;
        flex-direction: column;
        align-items: flex-start;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.4px;
    }

    .captain_home_testimonial_img{
        width: 90px;
        height: 90px;
        top: -10px;
        left: 8px;
    }
}


.captain_home_testimonial_sec_head label.head::after {
    background: none;
}

.captain_home_testimonial_sec {
    position: relative;
    overflow: hidden;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #FAFAFA;
}

.captain_home_testimonial_sec_body {
    display: flex;
    flex-direction: row;
    margin: 20px 200px 50px;
}

.pattern_down_left {
    position: absolute;
    left: 100px;
    bottom: -45px;
    opacity: 1;
    width: 350px;
    height: 350px;
}

.pattern_top_right {
    position: absolute;
    right: 100px;
    top: -42px;
    opacity: 1;
    width: 350px;
    height: 350px;
}

.captain_home_testimonial_sec_head label.head {
    margin-top: 40px;
    font-size: 36px;
}


@media screen and (max-width: 576px) {

    .pattern_down_left,
    .pattern_top_right {
        display: none;
    }

    .captain_home_testimonial_sec_head label.head {
        margin-top: 40px;
        display: flex;
        width: 100%;
        justify-content: center;
        margin-bottom: 40px;
        font-size: 24px;
        line-height: 28px;
        font-weight: 600;
        letter-spacing: 0.4px;
    }

}

@media screen and (max-width: 991px) {
    .pattern_down_left,
    .pattern_top_right {
        display: none;
    }

    .captain_home_testimonial_sec_head label.head {
        margin-top: 40px;
        display: flex;
        width: 100%;
        margin-bottom: 40px;
        justify-content: center;
        font-size: 24px;
        line-height: 28px;
        font-weight: 600;
        letter-spacing: 0.4px;
    }

     .captain_home_testimonial_sec_body {
        flex-direction: column;
        margin: 0px;
    }

}

.col-sm {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
    padding-bottom: 20%;
}

.col-sm-12{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    padding-bottom: 20px;
}

.justify-content-md-center {
    justify-content: center;
    align-items: center;
}

.onboarding-content{
    display: flex;
    width: 65%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 16px 20px;
}

.content-img img{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding-bottom: 20px;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    justify-content: center;
    line-height: 30px;
    height: 96px;
    letter-spacing: 0.638px;
}

.content-sm {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 48px;
    line-height: 28px;
    height: 56px;
    letter-spacing: 0.638px;
}

.captain_home_onboarding_sec {
    position: relative;
    overflow: hidden;
    background-color:  #fafafa;
    margin-top: 0px;
    display: flex;
    flex: 1;
}

.captain_home_onboarding_card {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.captain_home_onboarding_card ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-left: 10%;
    margin-top: 0px;
    margin-bottom: 40px;
}

.captain_home_onboarding_card label.head {
    margin: 40px !important;
    line-height: 28px;
    letter-spacing: 0.4px;
    justify-content: center;
    font-size: 36px;
}

.captain_home_onboarding_card label.head::after {
    background: none;
}


@media screen and (max-width: 576px) {

    .captain_home_onboarding_card li {
        width: 75%;
        justify-content: center;
        padding-bottom: 0;
        display: flex;
    }

    .captain_home_onboarding_card ul {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-left: 0;
    }

    .captain_home_onboarding_card label.head{
        font-size: 24px;
        justify-content: center;
    }
}


@media screen and (max-width: 991px) {
    .captain_home_onboarding_card li {
        width: 90%;
        justify-content: center;
        display: flex;
    }

    .captain_home_onboarding_card ul {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .captain_home_onboarding_card label.head{
        font-size: 24px;
        justify-content: center;
    }

}

.captain_signup_form_submiited {
  text-align: center;
  padding: 16px;
}

.captain_signup_form_submiited &gt; img {
  margin-top: 10vh;
}

@font-face {
    font-style: normal;
    font-weight: 200;
   } 
  html {
    width: 100%;
  }

.metro-stations-routes_sec {
    display: flex;
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
}
.metro-stations-places-scroller{
    display: grid;
    width: 400px;
    gap: var(--size-3);
    grid-auto-flow: column;
    grid-auto-columns: 45%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-left: 20px;
}
.metro-stations-scrollbar{
    padding: 10px;
}
.metro-stations-spacer{
    width: 10px;
    height: 100px;
}
.metro-stations-places-heading{
    font-size: 14px;
}
.metro-stations-places-content{
    padding-top: 10px;
    font-size: 12px;
}

.metro-stations-offer_badge img {
    max-width: 100%;
    margin-top: 120px;
    /* width: 100%; */
}
.metro-stations-image2{
    position: absolute;
    height: 40px;
    width: 50px;
    max-width: 100%;
    top: 20px;
    left: 20px;
}
.metro-stations-routes_home_lander img {
    max-width: 100%;
    z-index: 10;
}
.metro-stations-routes_home_lander{
    position: relative;
    top: 0;
    left: 0;
}
.metro-stations-image1{
    position: relative;
    height: 233px;
    width: 100%;
    max-width: 991px;
    max-height: 991px;
    display: block;
    margin-bottom: -30px;
    top: 0;
    bottom: 900;
    left: 0;
}
.metro-stations-stations-button-sec{
    display: grid;
    top: 120%;
    width: 290px;
    margin-bottom: 20px;
    margin-left: 10px;
    height: 80px;
}
.metro-stations-stations-button-sec .metro-stations-yellow-button{
    margin-right: -160px;
    height: 48px;
    margin-left: -70px;
    max-width: 100%;
    display: grid;
    flex-direction: column;
    cursor: pointer;
    align-self: center;
    margin:auto;
}
.metro-stations-yellow-button {
    width: 93%;
    /* margin-right:-30px; */
    padding-left:0;
    padding-right:0;
    margin-left: -50px;
    text-align:center;
    background: #FFCA20;    
    align-items: grid;
    color: #000;
    border-radius: 30px 30px 30px 30px;
}
.metro-stations-yellow-button:hover{
    background: #D3A91F;
}
.metro-stations-stations-locations-header{
    position: absolute;
    top: 163px; 
    align-self: center;
    margin:auto;
    /* margin-left: 16px;
    margin-right: 16px; */
    left: 0;
    right: 0;
    height: 0px;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    color: #F4F4FA;
    /* border-color: black; */
    /* background-color: #F6F7F9; */
}
.metro-stations-locations {
    position: absolute;
    top: 133px; 
    align-self: center;
    margin:auto;
    margin-left: 16px;
    margin-right: 16px;
    /* margin-bottom: 10px; */
    left: 0;
    right: 0;
    height: 90px;
    align-items: center;
    justify-content: center;
    /* width: 100%; */
    max-width: 100%;
    padding: 12px;
    border-color: black;
    border-radius: 16px;
    background-color: #F6F7F9;
    border: 1px solid #E0E3E6;
}
.metro-stations-locationVal{
    width: 70%;
    margin: 0px 16px;
    max-width: 100%;
    background-color: #F6F7F9;
    color: black;
    border: transparent;
}
.metro-stations-label{
    text-align: left;
    align-items: left;
}
.metro-stations-services{
    align-items: left;
    margin-right: 209px;
    /* margin-left: 20px; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: #5C6675;
    justify-content: left;
}
.metro-stations-serviceItem{
    padding: 10px 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    /* margin: 10px; */
    /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.metro-stations-15); */
    border-radius: 16px;
    /* align-items: flex-start;
    justify-content: flex-start; */
}
.metro-stations-serviceLabels{
    /* margin-bottom: 20px; */
    display: grid;
    box-shadow: inset;
    /* grid-auto-flow: column; */
    /* margin-left: 10px; */
    flex-wrap: wrap;
    box-shadow: inset;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.metro-stations-15);
}
.metro-stations-overlay-text {
    position: absolute;
    top: 20%; 
    color: #fff; 
    margin-left: 16px;
    line-height: 20px;
    font-size: 24px; 
    text-align: left;
    font-weight: 600;
}
.metro-stations-overlay-image{
    position: absolute;
    top: 24px; 
    left: 20px; 
    transform: translate(-50%, -50%); 
    color: #fff; 
    margin-left: 20px;
    margin-top: 24px;
    width: 54px;
    height: 40px;

}
.metro-stations-italic{
    margin-top: -15px;
    margin-left: 10px;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    color: white;
}
.metro-stations-stations-destination{
    margin-left: 0px;
}
.metro-stations-serviceImages{
    height: 80px;
    width: 80px;
    margin-right:10px;
}
.metro-stations-serviceName{
    padding:10px;
}
.metro-stations-mins{
    padding: 5px;
    font-size: 12px;
}
.metro-stations-rateCard{
    margin-left:60px;
    font-size:12px;
    font-weight: 400;
}
.metro-stations-popularPlaces{
    font-size:16px;
    margin-left: 30px;
    line-height: 24px;
}
.metro-stations-landingImage{
    width: 422px;
    height: 273px;
    overflow: hidden;
    margin: 0 auto;
}
.metro-stations-stations-header{
    font-size: 24px;
    line-height: 30px;
    margin: -60px 0px 40px;
    font-weight: 600;
    padding-left: 10px;
}
.metro-stations-liner{
    content:" ";
    height: 1px;
    width: 85%;
    margin: 0px 16px;
    background: #D3D3D3;
    display: block;
    position: absolute;
    top: 50%;
    left: 8%
}
.metro-stations-service-liner{
    content:" ";
    height: 1px;
    width: 100%;
    background: #D3D3D3;
    display: block;
    top: 50%;
    left: 8%
}
.metro-stations-poi-item{
    display: grid;
    grid-auto-flow: column;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 10px;
    margin-right: 20px;
    border-radius: 16px;
    border: 0.1px solid #888888;
    width: 160px;
    height: 160px;
}
.metro-stations-poi-liner{
    display: grid;
    grid-auto-flow: column;
    content:" ";
    height: 85%;
    width: 1px;
    background: #D3D3D3;
    display: block;
    top: 50%;
    right: 0%;
}
@media screen and (min-width: 991px){
    .metro-stations-landingImage{
        width: 1728px;
        height: 375px;
    }
    img{
        object-position: cover;
    }
    .metro-stations-serviceImages{
        height: 80px;
        width: 80px;
        margin-right:10px;
    }
    .metro-stations-overlay-text {
        position: absolute;
        top: 0%; 
        left: 0%; 
        color: #fff; 
        line-height: 50px;
        font-size: 40px; 
        margin-left: 318px;
        margin-top: 88px;
    }
    .metro-stations-italic{
        margin-top: 20px;
        font-size: 14px;
        margin-left: 0px;
        line-height: 20px;
        /* margin-bottom: 20px; */
        color: black;
    }
    .metro-stations-stations-destination{
        margin-left: 0px;
    }
    .metro-stations-stations-locations-header{
        position: absolute;
        /* top: 30%;  */
        margin: 0px 298px;
        left: 0;
        right: 0;
        height: 315px;
        border-radius: 16px 16px 16px 16px;
        align-items: center;
        justify-content: center;
        width: 502px;
        padding: 12px;
        border-color: black;
        color: black;
        border-radius: 16px;
        border-width: 20px;
        background-color: #F6F7F9;
    }
    .metro-stations-locations{
        position: absolute;
        /* top: 55%;  */
        margin: 50px 16px;
        left: 0;
        right: 0;
        height: 90px;
        align-items: center;
        justify-content: center;
        width: 422px;
        padding: 12px;
        border-radius: 16px;
        border: 1px solid #E0E3E6;
    }
    .metro-stations-locationVal{
        width: 70%;
        height: 20px;
        margin: 0px 12px;
        max-width: 100%;
        background-color: #F6F7F9;
        border: transparent;
    }
    .metro-stations-stations-button-sec{
        position: absolute;
        top: 63%;
        margin-top: 20px;
        margin-left: 10px;
        width: 274px;
        height: 56px;
        /* margin-left: -310px; */
        max-width: 100%;
        /* margin-top: -200px; */
        margin-bottom: 20px;
    }
    .metro-stations-stations-button-sec .metro-stations-yellow-button{
        /* width: 42px; */
        height: 48px;
        /* margin-right: -0px; */
        margin-left: -10px;
        margin-top: -10px;
        align-self: left;
        display: absolute;
        flex-direction: column;
        cursor: pointer;
    }
    .metro-stations-yellow-button{
        position: absolute;
        top: 45%; 
        left: 0;
        border-radius: 30px 30px 30px 30px;
        max-width: 100%;
        padding: 10px;
        border-color: black;
        border-width: 20px;
        background: #FFCA20;    
        align-items: grid;
        color: #000;
    }
    .metro-stations-services{
        margin-top: -80px;
    }
    .metro-stations-scrollbar{
        margin-top: -60px;
        width: 50%;
        align-self: start;
    }
    .metro-stations-places-scroller{
        display: grid;
        width: 561px;
        gap: var(--size-3);
        grid-auto-flow: column;
        grid-auto-columns: 33%;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        margin-left: 277px;
    }
    .metro-stations-popularPlaces{
        margin-left: 307px;
    }
    .metro-stations-serviceLabels{
        box-shadow: inset;
        background: #FFF;
        border-radius: 20px;
        width: 522px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.metro-stations-15);
        margin-left: -558px;
        margin-bottom: 40px;
    }
    .metro-stations-serviceName{
        padding:25px;
    }
    .metro-stations-label{
        margin-left: -758px;
        margin-top: -100px;
    }
    .metro-stations-offer_badge img{
        margin-left: 333px;
        margin-top: 192px;
    }
    .metro-stations-rateCard{
        margin-left:180px;
    }
    .metro-stations-overlay-image{
        position: absolute;
        margin-left: 333px;
        margin-top: 33px;
        width: 110px;
        height: 80px;
    }
    .metro-stations-stations-header{
        font-size: 40px;
        line-height: 50px;
        margin: 0px 0px 40px;
        /* margin: 10px 0px; */
    }
    .metro-stations-liner{
        left: 6%
    }
}

.accordion {
    display: flex;
    flex-direction: column;
    box-shadow: inset;
    align-items: flex-start;
    align-self: stretch;
    height: fit-content;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15), 0px 2px 0px 0px #FFCA20;
    margin-bottom: 24px;
    cursor: pointer;
    padding: 0px 24px 0px 24px;
}

.accordion-header {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    text-align: start;
    justify-content: flex-start;
    background-color: white;
}

.row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
  
.col-10 {
    flex: 0 0 97%;
}

.col-2 {
    flex: 0 0 2%;
}

.accordion-button {
    display: inline-flex;
    flex-direction: row;
    width: 1032px;
    text-align: start;
    font-weight: 400;
    background-color: white;
    overflow: visible;
    outline: 0 0 1px 0 !important;
    outline-offset: none !important;
}

.line {
    width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px 0 5px 0;
}

.accordion-body{
    display: flex;
    flex-direction: column;
    font-weight: 500;
    justify-content: flex-start;
    align-items: flex-start;
}

@media (max-width: 576px) {
    .accordion {
        display: flex;
        flex-direction: column;
        box-shadow: inset;
        align-items: flex-start;
        align-self: stretch;
        height: fit-content;
        border-radius: 16px;
        background: #FFF;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15), 0px 2px 0px 0px #FFCA20;
        margin-bottom: 24px;
        cursor: pointer;
        padding: 0px 24px 0px 24px;
        width: 100%;
    }

    .accordion-button {
        display: inline-flex;
        flex-direction: row;
        width: 100%;
        stroke-width: 1px;
        stroke: black;
        text-align: start;
        background-color: white;
        font-weight: 400;
        overflow: visible;
        outline: none !important;
        outline-offset: none !important;
    }

    .accordion-item,
    .accordion-header {
        display: flex;
        flex-direction: column;
        align-self: stretch;
        width: 100%;
        text-align: start;
        justify-content: flex-start;
        background-color: white;
    }

    .accordion-body{
        display: flex;
        flex-direction: column;
        font-weight: 500;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .col-sm-10 {
        flex: 0 0 95%;
        justify-content: space-between;
        padding-right: 10%;
    }

    .col-sm-2 {
        flex: 0 0 5%;
        align-items: flex-end;
    }

    .row {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .line-sm {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 5px 0 5px 0;
    }
}

@media (max-width: 991px) {
    .accordion {
        display: flex;
        flex-direction: column;
        box-shadow: inset;
        align-items: flex-start;
        align-content: center;
        height: fit-content;
        border-radius: 16px;
        background: #FFF;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15), 0px 2px 0px 0px #FFCA20;
        margin-bottom: 24px;
        cursor: pointer;
        padding: 0px 24px 0px 24px;
        width: 100%;
    }

    .button-md {
        display: inline-flex;
        flex-direction: row;
        width: 100%;
        stroke-width: 1px;
        stroke: black;
        text-align: start;
        justify-content: space-between;
        background-color: white;
        overflow: visible;
        outline: none !important;
        outline-offset: none !important;
    }

    .accordion-body{
        display: flex;
        flex-direction: column;
        font-weight: 500;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .accordion-item,
    .header-md {
        display: flex;
        flex-direction: column;
        align-self: stretch;
        width: 100%;
        text-align: start;
        justify-content: flex-start;
        background-color: white;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 95%;
        justify-content: space-between;
        padding-right: 10%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 5%;
        align-items: flex-end;
    }

    .row {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .line-md {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 5px 0 5px 0;
    }
}

.captain_home_faq_sec_head label.head::after {
    background: none;
}

.captain_home_faq_sec {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #D4E6FC;
}

.captain_home_faq_sec_body ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0px;
    margin-bottom: 40px;
}

.captain_home_faq_sec_head label.head {
    margin: 40px !important;
    line-height: 28px;
    letter-spacing: 0.4px;
    justify-content: center;
    font-size: 36px;
}


@media screen and (max-width: 576px) {
    .captain_home_faq_sec_head label.head {
        display: flex;
        font-size: 24px;
        line-height: 28px;
        justify-content: center;
        letter-spacing: 0.4px;
        margin: 40px 40px 0px 40px
    }

    .captain_home_faq_sec_body ul {
        flex-wrap: wrap;
        padding: 24px 16px 24px 16px;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .captain_home_faq_sec_body li {
        width: 100%;
        justify-content: flex-start;
        display: flex;
        align-items: flex-start;
    }
}

@media screen and (max-width: 991px) {
    .captain_home_faq_sec_head label.head {
        display: flex;
        font-size: 24px;
        line-height: 28px;
        justify-content: center;
        letter-spacing: 0.4px;
        margin: 40px 40px 0px 40px
    }

    .captain_home_faq_sec_body ul {
        flex-wrap: wrap;
        align-items: flex-start;
        padding: 24px 16px 24px 16px;
    }

    .captain_home_faq_sec_body li {
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        display: flex;
    }

}


.captain_home_faq_sec_head label.head::after {
    background: none;
}

.captain_home_faq_sec {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* background-color: #D4E6FC; */
}

.captain_home_faq_sec_body ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0px;
    margin-bottom: 40px;
}

.captain_home_faq_sec_head label.head {
    /* margin: 40px !important; */
    line-height: 28px;
    letter-spacing: 0.4px;
    /* justify-content: center; */
    font-size: 20px;
}


@media screen and (max-width: 576px) {
    .captain_home_faq_sec_head label.head {
        display: flex;
        font-size: 20px;
        line-height: 28px;
        /* justify-content: center; */
        letter-spacing: 0.4px;
        /* margin: 40px 40px 0px 40px */
    }

    .captain_home_faq_sec_body ul {
        flex-wrap: wrap;
        padding: 24px 16px 24px 16px;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .captain_home_faq_sec_body li {
        width: 100%;
        justify-content: flex-start;
        display: flex;
        align-items: flex-start;
    }
}

@media screen and (max-width: 991px) {
    .captain_home_faq_sec_head label.head {
        display: flex;
        font-size: 20px;
        line-height: 28px;
        /* justify-content: center; */
        letter-spacing: 0.4px;
        /* margin: 40px 40px 0px 40px */
    }

    .captain_home_faq_sec_body ul {
        flex-wrap: wrap;
        align-items: flex-start;
        padding: 24px 16px 24px 16px;
    }

    .captain_home_faq_sec_body li {
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        display: flex;
    }

}


.captain_home_faq_sec_head label.head::after {
    background: none;
}

.metro_stations_home {
    margin-left: 320px;
    margin-bottom: 50px;
    margin-top: 150px;
}

.captain_home_faq_sec_body ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0px;
    margin-bottom: 40px;
}

.captain_home_faq_sec_head label.head {
    /* margin: 40px !important; */
    line-height: 28px;
    letter-spacing: 0.4px;
    /* justify-content: center; */
    font-size: 20px;
}

.stations-discover-button {
    width: 200px;
    color: black;
    margin-top: 100px;
    margin-left: -30px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}

.stations-dscvr-button {
    display: flex;
    align-items: center;
    border-radius: 20px;
    color: #5C6675;
    background-color: #fff;
    min-width: 80px;
    align-self: center;
    border: 1px solid #E0E3E6;
    height: 36px;
    margin-left: 10px;
    padding: 8px;
    text-align: center;
    justify-content: center;
}

.stations-dscvr-button:hover {
    background: #E0E3E6;
}

.stations-city-name{
    /* margin-top: 50px; */
}
.stations-liner{
    content:" ";
    height: 1px;
    width: 65%;
    margin: 0px 0px;
    margin-right: 200px;
    background: #D3D3D3;
    display: block;
    position: absolute;
    /* left: 8% */
}
.station-names-discover-button {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 12px;
    padding-left: 0px;
    padding-top: 16px;
}
.station-names-dscvr-button {
    border-radius: 20px;
    color: #5C6675;
    background-color: #fff;
    min-width: 80px;
    display: flex;
    text-align: left;
    border: 0px;
    height: 36px;
    font-size: 14px;
    font-weight: 400;
}

@media screen and (max-width: 576px) {
    .metro_stations_home {
        margin-left: 20px;
        margin-bottom: 50px;
        margin-top: 0px;
    }
    .stations-liner{
        width: 85%;
        margin-top: 0px;
    }
    .captain_home_faq_sec_head label.head {
        /* display: flex; */
        font-size: 20px;
        line-height: 28px;
        /* justify-content: center; */
        letter-spacing: 0.4px;
        /* margin: 40px 40px 0px 40px */
    }

    .captain_home_faq_sec_body ul {
        flex-wrap: wrap;
        padding: 24px 16px 24px 16px;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .captain_home_faq_sec_body li {
        width: 100%;
        justify-content: flex-start;
        display: flex;
        align-items: flex-start;
    }
    .stations-discover-button {
        width: 200px;
        color: black;
        margin-top: 20px;
        margin-left: 0px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
    .stations-dscvr-button {
        margin-left: 0px;
    }
    .station-names-discover-button {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, auto);
        gap: 12px;
        padding-top: 16px;
    }
}

@media screen and (max-width: 991px) {
    .captain_home_faq_sec_head label.head {
        display: flex;
        font-size: 20px;
        line-height: 28px;
        /* justify-content: center; */
        letter-spacing: 0.4px;
        /* margin: 40px 40px 0px 40px */
    }

    .captain_home_faq_sec_body ul {
        flex-wrap: wrap;
        align-items: flex-start;
        padding: 24px 16px 24px 16px;
    }

    .captain_home_faq_sec_body li {
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        display: flex;
    }

}

</pre></body></html>