@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Quicksand:wght@400;700&display=swap');
body {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: #EDEFF7;
  color: #333333;
  overflow: hidden;
}
body[data-aos-duration='4000'] [data-aos], [data-aos][data-aos][data-aos-duration='4000']{
  transition-duration: 4000ms;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}
p {
  font-family: 'Quicksand', sans-serif;
}
a, a:hover {
  text-decoration: none;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
::selection {
  color: white;
  background: orange;
}
::-webkit-selection {
  color: white;
  background: orange;
}
::-moz-selection {
  color: white;
  background: orange;
}
.scrolltotop {
  width: 40px;
  height: 40px;
  border-radius: 20px 20px 0 0;
  background: rgba(0, 0, 0, .5);
  text-align: center;
  padding-top: 8px;
  font-size: 22px;
  color: #ffffff;
  position: fixed;
  right: 5px;
  bottom: 5px;
  display: none;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
}
.scrolltotop:hover {
  background: #000;
  color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}
/*--- header-area start ---*/
.header-area {
  background-color: #fff;
  padding: 15px 0;
}
.logo_part img {
  width: 400px;
}
.header_nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: right;
  display: flex;
  align-items: center;
}
.header_nav ul li {
  float: left;
  padding-left: 30px;
}
.header_nav ul li a {
  color: #7146D5;
  font-size: 18px;
  font-weight: 700;
  /* transition: 0.2s all ease; */
}
.header_nav ul li a:hover {
  color: #000000;
}
/* .header_nav ul li:last-child a {
  width: 160px;
  height: 58px;
  background: #7146D5;
  border-radius: 20px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  transition: 0.2s all ease;
} */
.header_nav ul li.active a {
  /* width: 120px; */
  /* height: 48px; */
  background: #7146D5;
  border-radius: 12px;
  display: inline-block;
  color: #fff;
  /* font-size: 16px; */
  text-align: center;
  /*  */
  /* transition: 0.2s all ease; */
  padding: 10px 24px;
}
.header_nav ul li:last-child a:hover {
  background-color: #000000;
  color: #fff;
}
.menu_icon {
  display: none;
}
.logo_part {
  width: 80%;
}
.menu_icon {
  width: 20%;
  text-align: right;
}
.main_menu_part {
  display: flex;
  align-items: center;
}
.menu_icon i {
  color: #7146D5;
  font-size: 30px;
  cursor: pointer;
}
.xmark_icon {
  display: none;
}
/*--hero-area start--*/
/* .hero1-area {
  background-image: url('../img/mobile_hero.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1px 0;
} */
.hero-area {
  /* background-image: url('../img/hero.png'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 116px;
  padding-bottom: 185px;
  position: relative;
}
.hero-part h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  margin: 0;
  padding-bottom: 40px;
}
.hero-part a {
  color: #7146D5;
  font-size: 24px;
  font-weight: 700;
  width: 219px;
  height: 74px;
  line-height: 74px;
  background: #FFFFFF;
  border-radius: 20px;
  display: block;
  text-align: center;
  transition: 0.2s all ease;
}
.hero-part a:hover {
  background-color: #000000;
  color: #fff;
}
/*--- BookYourCab-area start ---*/
.BookYourCab-area {
  background-color: #fff;
}
/* .BookYourCab_part {
  margin-top: -336px;
} */
.top_text_bookyourcab h2 {
  color: #fff;
  font-size: 44px;
  font-weight: 800;
  margin: 0;
  padding-bottom: 11px;
  padding-left: 32px;
}
.BookYourCab_part form {
  padding: 10px;
  /* padding-bottom: 34px; */
  /* position: absolute; */
  /* width: 450px; */
  background: #f6f6f6;
  /* border: 4px solid rgba(176, 175, 175, 0.63); */
  border-radius: 5px;
  box-shadow: 0px 0px 0px #cbcbcb;
}
.main_one_way {
  display: flex;
}
._one_way a {
  color: #7146D5;
  height: 30px;
  text-align: center;
  display: block;
  background: #FFFFFF;
  border: 1px solid #7146D5;
  border-radius: 4px;
}
._one_way1 {
  margin-right: 6px;
  width: 50%;
}
._one_way2 {
  margin-left: 6px;
  width: 50%;
}
._one_way2 a {
  color: #fff;
  background-color: #7146D5 !important;
}
.BookYourCab_part form input[type="text"] {
  /* width: 100%; */
  height: 46px;
  background: #FFFFFF;
  /* border: 1px solid #7146D5; */
  /* border-radius: 5px; */
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  /* padding: 0 32px; */
  outline: none;
  /* margin-top: 6px; */
}
.BookYourCab_part form select {
  height: 48px;
  background: #FFFFFF;
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  outline: none;
}
.BookYourCab_part form input[type="text"]::placeholder {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
}
.location_part {
  position: relative;
}
/* .BookYourCab_part i {
  color: #7146D5;
  position: absolute;
  top: 22px;
  left: 12px;
} */
.BookYourCab_part form input[type="submit"] {
  width: 100%;
  height: 46px;
  background: #7146D5;
  border: 1px solid #181B2E;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 0 32px;
  outline: none;
  margin-top: 34px;
  transition: 0.2s all ease;
}
.BookYourCab_part form input[type="submit"]:hover {
  background-color: #181B2E;
}
.main_location {
  display: flex;
}
.main_location1 {
  width: 50%;
  margin-right: 6px;
}
.main_location2 {
  width: 50%;
  margin-left: 6px;
}
/*--- Reason_To_Choose_Us_area start ---*/
.Reason_To_Choose_Us_area {
  background-color: #fff;
  padding-bottom: 100px;
  padding-top: 100px;
}
.Reason_To_Choose_Us_top h2 {
  color: #7146D5;
  font-size: 40px;
  text-align: center;
  font-weight: 900;
  padding-bottom: 34px;
  margin: 0;
}
.Reason_To_Choose_Us_top p {
  color: #000000;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  margin: 0;
  padding-bottom: 118px;
}
.Reason_To_Choose_Us_part {
  text-align: center;
}
.Reason_To_Choose_Us_img {
  width: 133px;
  height: 131px;
  line-height: 131px;
  display: block;
  margin: auto;
  background: #7146D5;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 22px;
}
.Reason_To_Choose_Us_img img {
  max-width: 100%;
}
.Reason_To_Choose_Us_part h2 {
  color: #7146D5;
  font-size: 38px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 12px;
}
.Reason_To_Choose_Us_part p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
/*--- about_us_area start ---*/
.about_us_area {
  /* background-color: #fff; */
  padding: 5rem 0;
}
.about_us_left h2 {
  color: #7146D5;
  font-size: 40px;
  font-weight: 900;
  margin: 0;
  padding-bottom: 0px;
  /* margin-left: 16px; */
}
.about_us_left hr {
  width: 191.6px;
  height: 5px;
  background: #422f77;
  opacity: 1;
  border-radius: 5px 0px 0px 5px;
  margin-top: 18px;
  margin-bottom: 39px;
  margin-left: 16px;
}
.about_us_left p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 15px;
}
.about_us-item1 {
  padding-top: 58px;
}
.about_us-item2 {
  padding-top: 24px;
}
.about_us-item1-img img {
  width: 100%;
  height: 235px;
  border-radius: 15px;
  object-fit: cover;
}
/* .last_p {
  padding-top: 71px;
} */
/*--- our_Fleets_area start ---*/
.our_Fleets_area {
  background-color: #fff;
  padding: 5rem 0 10rem;
}
.our_Fleets_top h2 {
  color: #7146D5;
  font-size: 40px;
  font-weight: 900;
  margin: 0;
  padding-bottom: 0px;
  text-align: center;
}
.our_Fleets_top hr {
  width: 191.6px;
  height: 5px;
  display: block;
  margin: auto;
  background: #422f77;
  opacity: 1;
  border-radius: 5px 0px 0px 5px;
  margin-top: 18px;
}
.our_Fleets_part [data-tab-content] {
  display: none;
}
.our_Fleets_part .active[data-tab-content] {
  display: block;
}
.tab {
  color: #7146D5;
  font-size: 24px;
  cursor: pointer;
  width: 210px;
  height: 54px;
  line-height: 47px;
  border: 3px solid #7146D5;
  border-radius: 20px;
}
.tab.active {
  color: #fff;
  background-color: #7146D5;
}
.tab:hover {
  color: #fff;
  background-color: #7146D5;
}
.tab-content {
  margin-left: 20px;
  margin-right: 20px;
}
.our_Fleets_part ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
  padding-top: 59px;
  padding-bottom: 29px;
}
.our_Fleets_part ul li {
  display: inline-block;
  margin: 0 17px;
}
.tab-content img {
  max-width: 100%;
  display: block;
  margin: 20px auto;
}
.Book_Now_btn {
  padding-top: 40px;
}
.Book_Now_btn a {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400;
  height: 74px;
  line-height: 74px;
  background: #7146D5;
  border-radius: 20px;
  text-align: center;
  width: 295px;
  display: block;
  margin: auto;
  transition: 0.2s all ease;
}
.Book_Now_btn a:hover {
  background-color: #000000;
  color: #fff;
}
/*--- Our_Services_area start ---*/
.Our_Services_area {
  background-color: #fff;
  padding-top: 4rem;
}
.Our_Services_top h2 {
  color: #7146D5;
  font-size: 40px;
  font-weight: 900;
  margin: 0;
  padding-bottom: 0px;
  text-align: center;
  margin-top: 1re;
}
.Our_Services_top hr {
  width: 191.6px;
  height: 5px;
  display: block;
  margin: auto;
  background: #422f77;
  opacity: 1;
  border-radius: 5px 0px 0px 5px;
  margin-top: 18px;
  margin-bottom: 80px;
}
.services_part {
  padding-bottom: 149px;
}
.inner_services_part h6 {
  color: #979FBD;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 31.04px;
}
.inner_services_part h2 {
  color: #7146D5;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 25.09px;
}
.inner_services_part p {
  color: #44307A;
  font-size: 18px;
  font-weight: 400;
  /* margin: 0; */
}
.inner_services_part a {
  width: 246.59px;
  height: 24.41px;
  color: #7145D6;
  font-size: 18px;
  font-weight: 400;
  display: block;
  background: linear-gradient(0deg, rgba(113, 69, 214, 0.04), rgba(113, 69, 214, 0.04)), rgba(113, 69, 214, 0.08);
  margin-top: 31px;
  transition: 0.2s all ease;
}
.inner_services_part a:hover {
  background: #000000;
  color: #fff;
}
.inner_services_part a i {
  float: right;
  padding-right: 10.83px;
  position: relative;
  top: 3px;
  font-size: 17px;
}
.inner_services_part img {
  max-width: 100%;
  display: block;
  border-radius: 15px;
}
/*--- Committed_area start ---*/
.Committed_area {
  /* background-color: #fff; */
  padding: 5rem 0;
}
.Committed_top h2 {
  color: #44307A;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 30px;
}
.Committed_top p {
  color: #44307A;
  font-size: 23px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 36px;
}
.Committed_item1 img {
  max-width: 100%;
  display: block;
}
.Committed_item1 h3 {
  color: #44307A;
  font-size: 23px;
  font-weight: 700;
  margin: 0;
  padding-top: 24px;
  padding-bottom: 34px;
}
.Committed_item1 p {
  color: #44307A;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.Committed_item2 {
  padding-top: 22px;
}
.Committed_item2 img {
  max-width: 100%;
  display: block;
}
.Committed_item2 h3 {
  color: #44307A;
  font-size: 23px;
  font-weight: 700;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 12px;
}
.Committed_item2 p {
  color: #44307A;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
/*--- footer_area start ---*/
.footer_area {
  background-color: #7146D5;
  padding-bottom: 60px;
  padding-top: 60px;
}
.footer_left {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  justify-content: space-around;
}
.footer_item h3 {
  color: #a994d9;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 18px;
  padding-top: 30px;
}
.footer_item ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer_item ul li {
  display: block;
  padding-bottom: 10px;
}
.footer_item ul li a {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 400;
  transition: 0.2s all ease;
}
.footer_item ul li a:hover {
  color: #F078A4;
}
.footer_right h2 {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 20px;
}
.footer_right p {
  color: #FFFFFF;
  font-size: 19px;
  margin: 0;
  font-weight: 400;
  padding-bottom: 10px;
  padding-right: 65px;
}
.footer_right div.form {
  height: 64px;
  background: #FFFFFF;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  /* margin-left: -97px; */
  margin-top: 27px;
}
.footer_right div.form input[type="email"] {
  color: #888888;
  font-size: 24px;
  font-weight: 400;
  border: none;
  background: none;
  padding-left: 25px;
  outline: none;
  width: 65%;
}
.footer_right div.form input[type="email"]::placeholder {
  color: #888888;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
}
.footer_right div.form a {
  /* height: 64px; */
  background: #333333;
  border-radius: 15px;
  display: block;
  color: #FFFFFF;
  font-size: 24px;
  font-style: italic;
  width: 38%;
  border: none;
  transition: 0.2s all ease;
  padding: 0.7rem;
  text-align: center;
}
.footer_right div.form a:hover {
  background-color: #000000;
}
.social_icon ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.social_icon ul li {
  display: inline-block;
  padding-left: 20px;
}
.social_icon ul li a {
  color: #fff;
  font-size: 18px;
  display: block;
  transition: 0.2s all ease;
}
.social_icon ul li a:hover {
  color: #F078A4;
}
.mobile_view {
  display: none;
}
/*--- getintouch_area start ---*/
.getintouch_area {
  /* background-image: url('../img/bg1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 260px;
  padding-bottom: 375px; */
  padding: 5rem 0;
}
.getintouch-part h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  margin: 0;
  padding-bottom: 25px;
  text-align: center;
}
.getintouch-part p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  margin: 0;
}
/*--- down_getintouch_area start ---*/
.down_getintouch_area {
  background-color: #fff;
  padding-bottom: 0px;
}
.down_getintouch_item {
  /* background: #FFFFFF; */
  /* border: 2px solid rgba(136, 136, 136, 0.28); */
  /* border-radius: 15px; */
  display: block;
  margin: auto;
  /* margin-bottom: 172px; */
  /* text-align: center; */
  /* padding-top: 82px; */
  /* padding-bottom: 16px; */
  /* margin-top: -284px; */
}
.down_getintouch_item img {
  height: 20px;
  display: block;
  margin: auto;
}
.down_getintouch_item h2 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
  /*  */
  margin: 0;
  /* padding-bottom: 60px; */
  /* text-align: center; */
  /* padding-top: 60px; */
}
.down_getintouch_item p {
  color: #f6f6f6;
  font-size: 20px;
  font-weight: 400;
  /* text-align: center; */
  margin: 0;
  /*  */
  padding-bottom: 20px;
}
.down_getintouch_item a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 27.97px 14px 27px;
  background: #7145D6;
  box-shadow: 0px 0px 4px rgba(33, 34, 64, 0.16), 0px 1px 2px rgba(33, 34, 64, 0.08);
  border-radius: 8px;
  transition: 0.2s all ease;
}
.down_getintouch_item a:hover {
  background-color: #000000;
}
/*---- new_logo_area start ---*/
.new_logo_area {
  padding: 50px 0;
}
.main_ourstory_img {
  margin-top: 42px;
}
.new_logo_part img {
  height: 158px;
  display: block;
  margin: auto;
}
.new_logo_part h1 {
  color: #7146D5;
  font-size: 50px;
  text-align: center;
  font-weight: 900;
  margin: 0;
  /* padding-top: 20px; */
  text-transform: uppercase;
}
.new_logo_part hr {
  width: 323px;
  height: 5px;
  opacity: 1;
  display: block;
  margin: auto;
  margin-top: 5px;
  background-color: #7146D5;
  border-radius: 5px 0px 0px 5px;
}
.new_logo_part p {
  color: #000000;
  font-size: 20px;
  text-align: center;
  margin: 0;
  font-weight: 400;
  padding-top: 40px;
}
/*---- ourstory_area start ---*/
.ourstory_area {
  background-color: #ffffff;
  padding: 60px 170px;
}
.inner_ourstory_img {
  width: 339px;
  /* height: 435px; */
  background: linear-gradient(180deg, rgba(113, 70, 213, 0.8) 0%, rgba(113, 70, 213, 0.725) 83.85%, rgba(113, 70, 213, 0.72) 97.92%, rgba(113, 70, 213, 0) 100%);
  border-radius: 15px;
}
.inner_ourstory_img img {
  width: 339px;
  /* height: 435px; */
  border-radius: 15px;
  position: relative;
  top: -32px;
  left: 32px;
}
.ourstory_part h2 {
  color: #7146D5;
  font-size: 40px;
  font-weight: 900;
  margin: 0;
}
.ourstory_part hr {
  width: 227.25px;
  height: 5px;
  opacity: 1;
  display: block;
  margin-top: 4px;
  background-color: #7146D5;
  border-radius: 5px 0px 0px 5px;
}
.ourstory_part p {
  font-size: 18px;
  margin-top: 30px;
  line-height: 1.6;
}
.booking-site {
  padding: 60px 0;
}
.booking-site h2 {
  color: #7146D5;
  font-size: 40px;
  font-weight: 900;
  margin: 0;
  padding-top: 66px;
  padding-bottom: 100px;
}
.booking-site_img img {
  width: 100%;
  /* height: 425px; */
  border-radius: 15px;
}
.innerbooking-site_img {
  padding-top: 91px;
}
.meanttous-part h2 {
  color: #7146D5;
  font-size: 40px;
  font-weight: 900;
  margin: 0;
  padding-top: 80px;
  padding-bottom: 39px;
}
.meanttous-part p {
  color: #000000;
  font-size: 19px;
  margin: 0;
  padding-bottom: 20px;
}
/*---- fast_area start ---*/
.fast_area {
  padding: 0px 0px 50px;
}
.fast_part {
  /* width: 320px; */
  /* height: 457px; */
  padding: 2rem;
  background: #fafafa;
  border-radius: 40px;
  margin: auto;
  display: block;
  position: relative;
}
.fast_item1 {
  width: 182px;
  height: 188px;
  background: #FFFFFF;
  border: 1px solid #7146D5;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -68px;
}
.fast_item1 h2 {
  color: #7146D5;
  font-size: 40px;
  text-align: center;
  font-weight: 900;
  margin: 0;
}
.fast_item2 {
  margin-bottom: 20px;
}
.fast_item2 h2 {
  color: #44307A;
  font-size: 36px;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
}
.fast_item3 {
  /* width: 100%; */
  height: 220px;
  text-align: center;
  /* display: flex;
  justify-content: center; */
  margin-bottom: 20px;
}
.fast_item3 img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.fast_item4 {
  text-align: center;
  margin-bottom: 1rem;
}
.fast_item4 span {
  color: #7146D5;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Montserrat';
}
/*---- SafEst-Ride_area start ---*/
.SafEst-Ride_area {
  padding: 80px 120px;
  background-color: #fff;
}
.SafEst-Ride_left img {
  width: 580px;
  height: 396px;
  display: block;
}
.SafEst-Ride_right h2 {
  color: #44307A;
  font-size: 33px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 40px;
}
.SafEst-Ride_right p {
  color: #44307A;
  font-size: 18px;
  margin: 0;
  padding-bottom: 30px;
}
.button1 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: #7145D6;
  box-shadow: 0px 0px 4px rgba(33, 34, 64, 0.16), 0px 1px 2px rgba(33, 34, 64, 0.08);
  border-radius: 8px;
  display: inline-block;
  transition: 0.2s all ease;
  padding: 14px 27.97px 14px 27px;
}
.button1:hover {
  color: #fff;
  background-color: #000000;
}
.button2 {
  color: #7145D6;
  font-size: 19px;
  width: 127.13px;
  height: 24.41px;
  background: linear-gradient(0deg, rgba(113, 69, 214, 0.04), rgba(113, 69, 214, 0.04)), rgba(113, 69, 214, 0.08);
  display: block;
  margin-top: 20px;
  position: relative;
  padding-left: 3px;
  transition: 0.2s all ease;
}
.button2 i {
  font-size: 15px;
  padding-left: 5px;
}
.button2:hover {
  color: #fff;
  background-color: #222;
}
.SafEst-Ride_lefts img {
  width: 580px;
  height: 325px;
  display: block;
  border-radius: 18px;
}
/*--- Sustainability_area start---*/
.Sustainability_area {
  background-color: #fff;
  padding: 40px 0;
  padding-bottom: 0;
}
.Sustainability_left img {
  width: 100%;
  border-radius: 20px;
}
.inner_Sustainability_part {
  padding-bottom: 51px;
}
.Sustainability_right h3 {
  color: #44307A;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.48;
  margin: 0;
  padding-top: 29px;
  padding-bottom: 28px;
}
.inner_Sustainability_img img {
  max-width: 100%;
  display: block;
}
.inner_Sustainability_part h2 {
  color: #44307A;
  font-size: 23px;
  font-weight: 700;
  margin: 0;
  padding-top: 16px;
  padding-bottom: 7px;
}
.inner_Sustainability_part p {
  color: #44307A;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
/*---- fasts_area start ---*/
.fasts_area {
  padding: 60px 120px;
  /* padding-top: 120px; */
}
.fasts_part {
  /* width: 458px; */
  /* height: 632px; */
  background: #7146D5;
  border-radius: 15px;
  margin: auto;
  display: block;
  position: relative;
  padding: 1.4rem;
}
.fasts_item1 {
  width: 150px;
  height: 150px;
  background: #FFFFFF;
  border: 1px solid #7146D5;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -68px;
}
.fasts_item1 img {
  max-width: 60px;
}
.fasts_item1 h2 {
  color: #7146D5;
  font-size: 40px;
  text-align: center;
  font-weight: 900;
  margin: 0;
}
.fasts_item2 h2 {
  color: #FFFFFF;
  font-size: 40px;
  text-align: center;
  font-weight: 900;
  margin: 0;
  margin-top: -39px;
}
.fasts_item2 hr {
  width: 129.02px;
  background-color: #fff;
  opacity: 1;
  height: 5px;
  display: block;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 25px;
  border-radius: 5px 0px 0px 5px;
}
.fasts_item2 p {
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  margin: 0;
}
.fasts_inner_top {
  padding-top: 154px;
}
/* .ride_now_part {
  padding: 100px 0;
} */
.ride_now_part h2 {
  color: #7146D5;
  font-size: 46px;
  font-weight: 900;
  margin: 0;
  padding-left: 50px;
}
.ride_now_part a {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  width: 295px;
  height: 74px;
  line-height: 74px;
  display: block;
  background: #7146D5;
  border-radius: 20px;
  text-align: center;
  transition: 0.2s all ease;
  margin: 0 auto;
}
.ride_now_part a:hover {
  background-color: #000000;
}
/*--- Invoicing_area start---*/
.Invoicing_area {
  background-color: #fff;
  padding: 60px 0;
}
.Invoicing_left h3 {
  color: #979FBD;
  font-size: 15px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 31.09px;
}
.Invoicing_left h2 {
  color: #44307A;
  font-size: 33px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 21.1px;
}
.Invoicing_left p {
  color: #44307A;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 24px;
}
.Invoicing_left a {
  color: #ffff;
  font-size: 19px;
  width: 155.98px;
  font-weight: 700;
  height: 56px;
  background: #7145D6;
  box-shadow: 0px 0px 4px rgba(33, 34, 64, 0.16), 0px 1px 2px rgba(33, 34, 64, 0.08);
  border-radius: 8px;
  display: block;
  text-align: center;
  transition: 0.2s all ease;
}
.Invoicing_left a:hover {
  background-color: #000000;
}
.Invoicing__right img {
  width: 576px;
  height: 432px;
  border-radius: 8px;
  display: block;
  margin: auto;
  margin-right: 0px;
}
/*--- Discover_area start---*/
.Discover_area {
  background-color: #fff;
  padding: 80px 0;
}
.Discover__left img {
  width: 576px;
  max-height: 600px;
  border-radius: 8px;
}
.Discover__right h2 {
  color: #44307A;
  font-size: 33px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 16px;
}
.Discover__right p {
  color: #44307A;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 24px;
}
.Discover__right ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.Discover__right ul li {
  color: #44307A;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}
.Discover__right ul li span {
  width: 16px;
  height: 2px;
  background: #44307A;
  border-radius: 8px;
  margin-right: 24px;
}
/*--- Our_priority_area start---*/
.Our_priority_area {
  background-color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.Our_priority_left {
  position: relative;
  z-index: 999;
}
.Our_priority_left h2 {
  color: #44307A;
  font-size: 33px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 16px;
}
.Our_priority_left p {
  color: #44307A;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 24px;
}
.Our_priority_left a {
  color: #7145D6;
  font-size: 19px;
  width: 280px;
  height: 25px;
  background: linear-gradient(0deg, rgba(113, 69, 214, 0.04), rgba(113, 69, 214, 0.04)), rgba(113, 69, 214, 0.08);
  display: block;
  margin-top: 20px;
  position: relative;
  padding-left: 3px;
  transition: 0.2s all ease;
}
.Our_priority_left a i {
  font-size: 15px;
  padding-left: 10px;
}
.Our_priority_left a:hover {
  color: #fff;
  background-color: #222;
}
.Our_priority_right {
  position: relative;
  z-index: 999;
}
.Our_priority_right img {
  width: 464px;
  max-height: 500px;
  display: block;
  margin: auto;
  margin-right: 0px;
}
.bg_ {
  position: absolute;
  right: -7px;
  bottom: 79px;
  width: 76%;
}
/*--- new_tab_area start ---*/
.new_tab_area {
  background-color: #fff;
  padding: 60px 0;
}
.new_tab_list_items {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.new_tab_list_item_img {
  width: 85px;
  height: 87px;
  /* background: #7146D5; */
  border-radius: 5px;
  margin-right: 37px;
  text-align: center;
}
.top1-box {
  background-color: #fff;
}
.new_tab_list_item_img img {
  max-width: 100%;
}
.new_tab_list_item_text h2 {
  color: #7146D5;
  font-size: 32px;
  font-weight: 800;
  margin: 0;
  padding-bottom: 5px;
}
.new_tab_list_item_text p {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
.new_tab_part {
  background: #7146D5;
  /* height: 571px; */
  border-radius: 15px;
}
.new_tab_part [data-tab-content] {
  display: none;
}
.new_tab_part .active[data-tab-content] {
  display: block;
}
.new_tab_part .tab {
  color: inherit;
  font-size: inherit;
  cursor: pointer;
  width: initial;
  height: initial;
  border: initial;
  border-radius: initial;
}
.new_tab_part .tab.active {
  color: #fff;
  background-color: #7146D5;
}
.new_tab_part .tab:hover {
  color: #fff;
  background-color: #7146D5;
}
.new_tab_part ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  padding-top: 15px;
}
.new_tab_part ul li {
  display: inline-block;
  /* height: 80px !important; */
  position: relative;
}
.new_tab_part ul li:after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #7146d5;
  position: absolute;
  bottom: 0;
  left: 26%;
}
.new_tab_part .tab.active:after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 33%;
}
.new_tab_part ul li img {
  display: block;
  max-width: 100%;
  margin: auto;
  max-height: 40px;
}
.new_tab_part ul li p {
  color: #FFFFFF;
  font-size: 13px;
  margin: 0;
  font-weight: 500;
  /* padding-top: 12px; */
}
.new_tab_part .tab-content {
  margin-left: 20px;
  margin-right: 20px;
}
.new_tab_part .tabs {
  border-bottom: 2px solid #fff;
}
.inner__tab_part {
  padding: 48px;
}
.inner__tab_part h2 {
  color: #fff;
  font-size: 49px;
  font-weight: 800;
  margin: 0;
  padding-bottom: 24px;
}
.inner__tab_part p {
  color: #FFFFFF;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}
.inner__tab_part hr {
  width: 293px;
  height: 2px;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(180deg, rgba(0, 0, 0, 0) 83.33%, #CBCBCB 83.33%);
  transform: matrix(1, 0, 0, -1, 0, 0);
  opacity: 1;
}
.Book_Now_btns a {
  color: #7146D5;
  font-size: 15px;
  font-weight: 500;
  width: 141.08px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 8px;
  display: block;
  text-align: center;
  transition: 0.2s all ease;
  line-height: 48px;
}
.Book_Now_btns a:hover {
  background-color: #000000;
}
.inner__tab_part h3 {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding-top: 42px;
}
.counters {
  padding: 5rem 0;
  background-color: #7146D5;
}
.counters .counters-wrapper {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.counters .counters-wrapper div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #7146D5;
  width: 150px;
  height: 150px;
  padding: 1.8rem;
  border-radius: 50%;
}
.counters .counters-wrapper div span {
  white-space: nowrap;
}
.counters .counters-wrapper div span:nth-child(2) {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 10px 0;
  line-height: 24px;
}
.mobile_view {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  /* .hero-part h1 {
    font-size: 65px;
    font-weight: 800;
    padding-bottom: 35px;
  } */
  /* .BookYourCab_part form {
    padding: 58px 40px;
    padding-bottom: 34px;
    position: absolute;
    width: 457px;
    border-radius: 15px;
  } */
  .top_text_bookyourcab h2 {
    font-size: 40px;
  }
  /* .BookYourCab_part {
    margin-top: -262px;
  } */
  .Reason_To_Choose_Us_top p {
    font-size: 21px;
    padding-bottom: 91px;
  }
  .Reason_To_Choose_Us_part h2 {
    font-size: 38px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 10px;
  }
  .Reason_To_Choose_Us_part p {
    font-size: 17px;
  }
  .about_us_left p br {
    display: none;
  }
  /* .about_us_left h2 {
    font-size: 90px;
    padding-bottom: 0px;
    margin-left: 16px;
  } */
  .about_us_left p {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .about_us-item2 {
    padding-top: 42px;
  }
  /* .last_p {
    padding-top: 35px;
  } */
  .Reason_To_Choose_Us_area {
    padding-bottom: 150px;
  }
  .our_Fleets_top h2 {
    font-size: 90px;
    padding-bottom: 0px;
    margin-left: 0;
    text-align: center;
  }
  .tab {
    font-size: 18px;
    cursor: pointer;
    width: 184px;
    height: 54px;
    border-radius: 20px;
  }
  .Our_Services_top h2 {
    /* font-size: 90px; */
    padding-bottom: 0px;
    text-align: center;
  }
  .inner_services_part p br {
    display: none;
  }
  .Committed_item1 h3 {
    font-size: 21px;
  }
  .Committed_item2 h3 {
    font-size: 18px;
  }
  .Committed_item1 p br {
    display: none;
  }
  .Committed_item1 p {
    font-size: 18px;
  }
  .Committed_item2 p br {
    display: none;
  }
  .Committed_item2 p {
    font-size: 18px;
  }
  .footer_right p {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    padding-right: 30px;
    margin-left: -43px;
  }
  .footer_right h2 {
    font-size: 27px;
    padding-bottom: 20px;
    margin-left: -46px;
  }
  .social_icon ul li {
    display: inline-block;
    padding-left: 0px;
    padding-right: 15px;
  }
  .footer_area {
    background-color: #7146D5;
    padding-bottom: 79px;
    padding-top: 61px;
  }
  .header_nav ul li:last-child a {
    width: 160px;
    height: 58px;
    font-size: 14px;
    text-align: center;
  }
  .logo_part img {
    width: 313px;
  }
  .header_nav ul li a {
    font-size: 16px;
  }
  .ourstory_area {
    padding: 60px 0px;
  }
  .booking-site h2 {
    font-size: 65px;
    padding-top: 66px;
    padding-bottom: 83px;
  }
  .booking-site_img img {
    width: 100%;
    height: 340px;
    border-radius: 15px;
  }
  .meanttous-part h2 {
    font-size: 78px;
    padding-top: 80px;
    padding-bottom: 28px;
  }
  .meanttous-part p {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .new_logo_part img {
    height: 112px;
  }
  .new_logo_part h1 {
    /* font-size: 75px; */
    /* padding-top: 27px; */
  }
  .new_logo_part hr {
    width: 285px;
  }
  .ourstory_part h2 {
    font-size: 50px;
  }
  .ourstory_part hr {
    width: 187px;
  }
  .fast_area {
    padding: 60px 0px;
    /* padding-top: 125px; */
  }
  .fast_part {
    width: 100%;
  }
  .SafEst-Ride_area {
    padding: 80px 0px;
  }
  .SafEst-Ride_left img {
    width: 100%;
  }
  .SafEst-Ride_right h2 br {
    display: none;
  }
  .SafEst-Ride_right p br {
    display: none;
  }
  .SafEst-Ride_lefts img {
    width: 100%;
  }
  .inner_Sustainability_part h2 br {
    display: none;
  }
  .inner_Sustainability_part h2 {
    font-size: 18px;
  }
  .inner_Sustainability_part p br {
    display: none;
  }
  .inner_Sustainability_part p {
    font-size: 16px;
  }
  .Discover_area {
    padding: 30px 0;
  }
  .inner__tab_part {
    padding: 21px;
  }
  .inner__tab_part h2 {
    font-size: 40px;
  }
  .new_tab_list_item_text h2 {
    font-size: 25px;
    padding-bottom: 5px;
  }
  .new_tab_list_item_text p {
    font-size: 17px;
  }
  .new_tab_list_items {
    margin-bottom: 54px;
  }
  .fasts_area {
    padding: 60px 0px;
    padding-top: 94px;
  }
  /* .ride_now_part {
    padding: 100px 0;
    padding-bottom: 0;
  } */
  .Invoicing__right img {
    width: 100%;
    height: 432px;
  }
  .Invoicing_left h2 {
    font-size: 30px;
  }
  .Invoicing_left p br {
    display: none;
  }
  .Discover__left img {
    width: 100%;
    height: 432px;
    border-radius: 8px;
  }
  .Discover__right h2 br {
    display: none;
  }
  .Discover__right p br {
    display: none;
  }
  .Our_priority_left p br {
    display: none;
  }
  .Our_priority_right img {
    width: 376px;
    height: 243px;
    display: block;
    margin: auto;
    margin-right: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .menu_icon {
    display: block;
  }
  .logo_part img {
    width: 350px;
  }
  .header_nav {
    background-color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 25px;
    display: none;
    z-index: 999;
  }
  .header_nav ul {
    float: initial;
    display: initial;
    align-items: center;
  }
  .header_nav ul li {
    float: initial;
    padding-left: 0;
    padding: 12px 0;
  }
  .header-area {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .menu_icon i {
    font-size: 36px;
  }
  .header_nav ul li a {
    font-size: 22px;
  }
  .header_nav ul li:last-child a {
    width: 235px;
    height: 58px;
    font-size: 19px;
  }
  .hero-part h1 {
    font-size: 50px;
    font-weight: 800;
    padding-bottom: 29px;
  }
  .hero-part a {
    font-size: 20px;
    font-weight: 700;
    width: 173px;
    height: 60px;
  }
  /* .BookYourCab_part form {
    padding: 49px 17px;
    padding-bottom: 24px;
    width: 409px;
  } */
  .top_text_bookyourcab h2 {
    font-size: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
  }
  /* .BookYourCab_part {
    margin-top: -246px;
  } */
  .footer_right h2 {
    font-size: 36px;
    padding-bottom: 15px;
    margin-left: 0;
    padding-top: 49px;
    text-align: center;
  }
  .footer_right p {
    font-size: 18px;
    padding-bottom: 10px;
    padding-right: 0px;
    margin-left: 0;
    text-align: center;
  }
  .footer_right div.form {
    height: 90px;
    border-radius: 15px;
    margin-left: 0;
    margin-top: 27px;
  }
  .social_icon ul {
    text-align: center;
    padding-top: 41px;
  }
  .footer_area {
    padding-bottom: 40px;
    padding-top: 14px;
  }
  .Reason_To_Choose_Us_top h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 900;
    padding-bottom: 16px;
    margin: 0;
    padding-top: 19px;
  }
  .Reason_To_Choose_Us_top p {
    font-size: 16px;
    text-align: center;
    padding-bottom: 67px;
  }
  .Reason_To_Choose_Us_img {
    width: 110px;
    height: 110px;
    display: block;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 18px;
    line-height: 110px;
  }
  .Reason_To_Choose_Us_part h2 {
    font-size: 32px;
    padding-bottom: 10px;
  }
  .Reason_To_Choose_Us_part p br {
    display: none;
  }
  .Reason_To_Choose_Us_part p {
    font-size: 16px;
  }
  .Reason_To_Choose_Us_img img {
    max-width: 32%;
  }
  .Reason_To_Choose_Us_area {
    padding-bottom: 90px;
  }
  .about_us_left h2 {
    font-size: 40px;
    padding-bottom: 0px;
    margin-left: 0;
  }
  .about_us_left hr {
    width: 120px;
    height: 5px;
    opacity: 1;
    margin-top: 13px;
    margin-bottom: 18px;
    margin-left: 0px;
  }
  .about_us_left p br {
    display: none;
  }
  .about_us_left p {
    font-size: 16px;
    padding-bottom: 15px;
  }
  /* .last_p {
    padding-top: 26px;
  } */
  .about_us-item1-img img {
    width: 100%;
    height: 180px;
    border-radius: 15px;
  }
  .about_us-item2 {
    padding-top: 21px;
  }
  .our_Fleets_top h2 {
    font-size: 40px;
    padding-bottom: 0px;
    margin-left: 0px;
    text-align: center;
  }
  .our_Fleets_top hr {
    width: 136px;
    height: 4px;
    display: block;
    margin: auto;
    opacity: 1;
    border-radius: 5px 0px 0px 5px;
    margin-top: 10px;
  }
  .our_Fleets_part ul {
    padding-top: 43px;
    padding-bottom: 11px;
  }
  .our_Fleets_part ul li {
    display: inline-block;
    margin: 12px 12px;
  }
  .Book_Now_btn {
    padding-top: 40px;
  }
  /* .about_us_area {
    padding-bottom: 60px;
  } */
  .Our_Services_top h2 {
    font-size: 40px;
    margin-left: 0px;
    text-align: center;
  }
  .Our_Services_top hr {
    width: 136px;
    height: 4px;
    display: block;
    margin: auto;
    opacity: 1;
    border-radius: 5px 0px 0px 5px;
    margin-top: 10px;
    margin-bottom: 35px;
  }
  .our_Fleets_area {
    padding-bottom: 100px;
  }
  .inner_services_part h2 {
    font-size: 22px;
    padding-bottom: 12px;
  }
  .inner_services_part p br {
    display: none;
  }
  .inner_services_part p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
  }
  .services_part {
    padding-bottom: 93px;
  }
  .Committed_top h2 {
    font-size: 30px;
    padding-bottom: 25px;
    text-align: center;
  }
  .Committed_top p {
    font-size: 22px;
    padding-bottom: 43px;
    text-align: center;
  }
  .Committed_item1 p br {
    display: none;
  }
  .Committed_item2 p br {
    display: none;
  }
  .Committed_item1 p {
    font-size: 16px;
  }
  .Committed_item2 p {
    font-size: 16px;
  }
  /* .Committed_area {
    padding-bottom: 58px;
  } */
  .getintouch-part h1 {
    font-size: 65px;
    text-align: center;
  }
  .getintouch-part p {
    font-size: 17px;
  }
  /* .getintouch_area {
    padding-top: 115px;
    padding-bottom: 210px;
  } */
  /* .down_getintouch_item1 {
    width: 615px;
    height: initial;
    display: block;
    margin: auto;
    margin-bottom: 80px;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 50px;
    margin-top: -142px;
  }
  .down_getintouch_item2 {
    width: 615px;
    height: initial;
    display: block;
    margin: auto;
    margin-bottom: 80px;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 50px;
  }
  .down_getintouch_item1 img {
    height: 85px;
    display: block;
    margin: auto;
  }
  .down_getintouch_item1 h2 {
    font-size: 57px;
    font-weight: 800;
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
    padding-top: 21px;
  }
  .down_getintouch_item1 p {
    font-size: 18px;
    padding-bottom: 38px;
  }
  .down_getintouch_item2 img {
    height: 85px;
    display: block;
    margin: auto;
  }
  .down_getintouch_item2 h2 {
    font-size: 57px;
    font-weight: 800;
    margin: 0;
    padding-bottom: 16px;
    text-align: center;
    padding-top: 21px;
  }
  .down_getintouch_item2 p {
    font-size: 18px;
    padding-bottom: 38px;
  } */
  .ourstory_area {
    padding: 60px 0px;
  }
  .new_logo_part img {
    height: 100px;
  }
  /* .new_logo_part h1 {
    font-size: 71px;
  } */
  .new_logo_part hr {
    width: 290px;
  }
  .new_logo_part p br {
    display: none;
  }
  .inner_ourstory_img {
    width: 300px;
    height: 400px;
  }
  .inner_ourstory_img img {
    width: 300px;
    height: 400px;
  }
  .ourstory_part h2 {
    font-size: 50px;
  }
  .ourstory_part hr {
    width: 197px;
  }
  .booking-site h2 {
    font-size: 50px;
    padding-top: 34px;
    /* padding-bottom: 40px; */
  }
  .booking-site_img img {
    width: 100%;
    /* height: 274px; */
    border-radius: 15px;
  }
  .innerbooking-site_img {
    padding-top: 57px;
  }
  .meanttous-part h2 {
    font-size: 50px;
    padding-top: 80px;
    padding-bottom: 25px;
  }
  .meanttous-part p br {
    display: none;
  }
  .SafEst-Ride_area {
    padding: 80px 0px;
  }
  .fast_area {
    padding: 60px 0px;
  }
  .fast_part {
    width: 100%;
  }
  .fast_item1 {
    width: 145px;
    height: 145px;
    top: -51px;
  }
  .fast_item1 h2 {
    font-size: 76px;
  }
  .SafEst-Ride_left img {
    width: 100%;
    height: initial;
    display: block;
    margin-bottom: 15px;
  }
  .SafEst-Ride_right h2 br {
    display: none;
  }
  .SafEst-Ride_right p br {
    display: none;
  }
  .SafEst-Ride_lefts img {
    width: 100%;
    height: initial;
    display: block;
    border-radius: 18px;
    margin-bottom: 15px;
  }
  .Sustainability_left img {
    width: 100%;
    height: initial;
  }
  .inner__tab_part {
    padding: 25px 0px;
  }
  .new_tab_list_item_text h2 {
    font-size: 22px;
    padding-bottom: 4px;
  }
  .new_tab_list_item_text p br {
    display: none;
  }
  .new_tab_list_item_text p {
    font-size: 16px;
  }
  .new_tab_part {
    margin-bottom: 36px;
  }
  .fasts_area {
    padding: 0px 0px;
    /* padding-top: 64px; */
  }
  .fasts_part {
    width: 333px;
    height: 591px;
    margin: auto;
    display: block;
    position: relative;
  }
  .fasts_item1 {
    width: 180px;
    height: 180px;
    top: -61px;
  }
  .fasts_item1 img {
    max-width: 100%;
    height: 91px;
  }
  .fasts_inner_top {
    padding-top: 119px;
  }
  .ride_now_part h2 {
    font-size: 32px;
    padding-left: 0px;
  }
  .ride_now_part a {
    font-size: 20px;
    font-weight: 700;
    width: 231px;
    height: 66px;
    display: block;
    text-align: center;
    line-height: 66px;
  }
  .ride_now_part {
    padding: 65px 0;
  }
  .Discover__left img {
    width: 100%;
    /* height: 300px; */
  }
  .Discover__right h2 br {
    display: none;
  }
  .Discover__right h2 {
    font-size: 23px;
  }
  .Discover__right p br {
    display: none;
  }
  .Invoicing__right img {
    width: 100%;
    margin-right: 0px;
    height: 300px;
  }
  .Invoicing_left h3 {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .Invoicing_left h2 {
    font-size: 23px;
    padding-bottom: 11px;
  }
  .Invoicing_left p br {
    display: none;
  }
  .Invoicing_left p {
    font-size: 16px;
    padding-bottom: 24px;
  }
  .Discover__right p {
    font-size: 16px;
  }
  .Discover__right ul li {
    font-size: 14px;
    align-items: center;
    padding-bottom: 9px;
  }
  .Our_priority_left h2 {
    font-size: 23px;
    padding-bottom: 13px;
  }
  .Our_priority_left p {
    font-size: 16px;
    padding-bottom: 0px;
  }
  .Our_priority_left p br {
    display: none;
  }
  .Our_priority_right img {
    width: 100%;
    /* height: 300px; */
    display: block;
    margin: auto;
    margin-right: 0px;
  }
  .bg_ {
    position: absolute;
    right: -7px;
    bottom: 79px;
    width: 76%;
    display: none;
  }
  .Our_priority_area {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
  }
  .Invoicing_area {
    padding: 30px 0;
  }
  .Discover_area {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .Committed_top h2 {
    font-size: 28px;
  }
  .Committed_top p {
    font-size: 16px;
  }
  .down_getintouch_item2 a {
    font-size: 15px;
  }
  .menu_icon {
    display: block;
  }
  .logo_part img {
    width: 225px;
  }
  .header_nav {
    background-color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 21px;
    display: none;
    z-index: 99999;
  }
  .header_nav ul {
    float: initial;
    display: initial;
    align-items: center;
  }
  .header_nav ul li {
    float: initial;
    padding-left: 0;
    padding: 12px 0;
  }
  .header-area {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .hero-area {
    background-image: inherit;
    padding-top: 83px;
    padding-bottom: 224px;
  }
  .hero-part h1 {
    font-size: 32px;
    font-weight: 800;
    margin: 0;
    padding-bottom: 0px;
    width: 95%;
    display: block;
    margin: auto;
  }
  .hero-part a {
    display: none;
  }
  .top_text_bookyourcab h2 {
    display: none;
  }
  .BookYourCab_part form {
    /* padding: 35px 15px;
    padding-bottom: 22px;
    position: relative; */
    width: 95%;
    /* border: 3px solid rgba(176, 175, 175, 0.63);
    border-radius: 15px;
    display: block; */
    margin: auto;
  }
  .footer_area {
    padding-bottom: 15px;
    padding-top: 30px;
  }
  /* .BookYourCab_part {
    margin-top: -97px;
  } */
  .Reason_To_Choose_Us_top h2 {
    font-size: 28px;
    padding-bottom: 15px;
    margin: 0;
  }
  .Reason_To_Choose_Us_area {
    padding-bottom: 0px;
    padding-top: 40px;
  }
  .mobile_view {
    display: block;
  }
  .computer_view {
    display: none;
  }
  .Reason_To_Choose_Us_top p {
    font-size: 16px;
    padding-bottom: 30px;
  }
  .Reason_To_Choose_Us_img {
    width: 110px;
    height: 110px;
    line-height: 110px;
    display: block;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 35px;
  }
  .Reason_To_Choose_Us_part h2 {
    font-size: 28px;
    padding-bottom: 6px;
  }
  .Reason_To_Choose_Us_part p {
    font-size: 16px;
    padding-bottom: 70px;
  }
  .about_us_left h2 {
    font-size: 28px;
    padding-bottom: 0px;
    margin-left: 0;
    text-align: center;
  }
  .about_us_left hr {
    width: 60px;
    height: 3px;
    display: block;
    margin: auto;
    margin-top: 6px;
    margin-bottom: 9px;
    margin-left: auto;
    position: relative;
    left: -15px;
  }
  .about_us_left p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 8px;
  }
  /* .last_p {
    padding-top: 23px;
  } */
  .about_us_left {
    /* width: 300px; */
    display: block;
    margin: auto;
  }
  .about_us_right {
    display: none;
  }
  /* .about_us_area {
    padding-bottom: 17px;
  } */
  .our_Fleets_top h2 {
    font-size: 28px;
    padding-bottom: 0px;
    margin-left: 0;
    text-align: center;
  }
  .our_Fleets_top hr {
    width: 109px;
    height: 3px;
    border-radius: 5px 0px 0px 5px;
    margin-top: 11px;
  }
  .our_Fleets_part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 38px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-column-gap: 37px;
    justify-content: space-around;
    grid-row-gap: 37px;
  }
  .our_Fleets_part ul li {
    display: inline-block;
    margin: 0 0px;
  }
  .tab {
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    height: 48px;
    line-height: 40px;
    border-radius: 20px;
  }
  .Book_Now_btn a {
    font-size: 17px;
    font-weight: 400;
    height: 54px;
    line-height: 54px;
    border-radius: 20px;
    text-align: center;
    width: 150px;
    display: block;
  }
  .Book_Now_btn {
    padding-top: 38px;
  }
  .Our_Services_top h2 {
    font-size: 40px;
    padding-bottom: 0px;
    margin-left: 0;
    text-align: center;
  }
  .Our_Services_top hr {
    width: 109px;
    height: 3px;
    border-radius: 5px 0px 0px 5px;
    margin-top: 11px;
    margin-bottom: 35px;
  }
  .our_Fleets_area {
    padding: 5rem 0;
  }
  /* .Committed_area {
    display: none;
  } */
  .inner_services_part h6 {
    font-size: 11px;
    font-weight: 700;
    padding-bottom: 13px;
    padding-top: 39px;
    padding-left: 15px;
  }
  .inner_services_part h2 {
    font-size: 20px;
    padding-bottom: 7px;
    /* padding-left: 15px; */
    padding-right: 15px;
    margin-top: 20px;
  }
  .inner_services_part p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    /* padding-left: 15px; */
  }
  .inner_services_part a {
    width: 246.59px;
    height: 24.41px;
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-top: 17px;
    transition: 0.2s all ease;
    margin-left: 15px;
  }
  .services_part {
    padding-bottom: 40px;
  }
  .footer_item h3 {
    font-size: 11px;
    padding-bottom: 16px;
    padding-top: 25px;
  }
  /* .footer_item ul li a {
    font-size: 12px;
  } */
  .footer_item ul li {
    display: block;
    padding-bottom: 2px;
  }
  .footer_right h2 {
    font-size: 22px;
    padding-bottom: 12px;
    margin-left: 0;
    padding-top: 26px;
    text-align: center;
  }
  .footer_right p {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    padding-bottom: 10px;
    padding-right: 0;
    margin-left: 0px;
    /* width: 221px; */
    display: block;
    margin: auto;
  }
  .mobile_view1 {
    display: none !important;
  }
  .footer_right div.form {
    height: 45px;
    border-radius: 15px;
    display: flex;
    margin: auto;
    margin-left: auto;
    margin-top: 6px;
    /* width: 221px; */
  }
  .footer_right div.form input[type="email"] {
    font-size: 12px;
    background: none;
    padding-left: 20px;
    outline: none;
    width: 65%;
  }
  .footer_right div.form input[type="email"]::placeholder {
    font-size: 12px;
  }
  .footer_right div.form a {
    height: 45px;
    border-radius: 15px;
    font-size: 16px;
    font-style: italic;
    width: 38%;
    border: none;
    transition: 0.2s all ease;
  }
  .social_icon ul {
    padding-top: 15px;
    text-align: center;
  }
  .social_icon ul li {
    display: inline-block;
    padding-left: 0;
    margin: 0 6px;
  }
  .social_icon ul li a {
    font-size: 16px;
  }
  .footer_left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    align-items: start;
    justify-content: space-around;
    grid-row-gap: 20px;
  }
  .footer_item3 {
    padding-top: 15px;
  }
  .down_getintouch_item1 img {
    height: 60px;
    display: block;
    margin: auto;
  }
  .down_getintouch_item2 img {
    height: 60px;
    display: block;
    margin: auto;
  }
  .down_getintouch_item1 {
    width: 100%;
    height: initial;
    border-radius: 15px;
    display: block;
    margin: auto;
    margin-bottom: 63px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 50px;
    margin-top: -284px;
    border: 5px solid rgba(136, 136, 136, 0.28);
    padding-left: 15px;
    padding-right: 15px;
  }
  .down_getintouch_item2 {
    width: 100%;
    height: initial;
    border-radius: 15px;
    display: block;
    margin: auto;
    margin-bottom: 63px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    border: 5px solid rgba(136, 136, 136, 0.28);
  }
  .down_getintouch_item1 h2 {
    font-size: 32px;
    font-weight: 800;
    margin: 0;
    padding-bottom: 11px;
    text-align: center;
    padding-top: 16px;
  }
  .down_getintouch_item2 h2 {
    font-size: 32px;
    font-weight: 800;
    margin: 0;
    padding-bottom: 11px;
    text-align: center;
    padding-top: 16px;
  }
  .down_getintouch_item1 p br {
    display: none;
  }
  .down_getintouch_item2 p br {
    display: none;
  }
  .down_getintouch_item1 p {
    font-size: 16px;
    padding-bottom: 32px;
  }
  .down_getintouch_item2 p {
    font-size: 16px;
    padding-bottom: 32px;
  }
  .getintouch-part h1 {
    font-size: 40px;
    padding-bottom: 7px;
    text-align: center;
  }
  .getintouch-part p br {
    display: none;
  }
  .getintouch-part p {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    margin: 0;
  }
  .getintouch_area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ourstory_area {
    padding: 30px 0px;
    padding-bottom: 0;
  }
  .new_logo_part img {
    height: 56px;
    display: block;
    margin: auto;
  }
  .new_logo_part h1 {
    font-size: 36px;
    /* padding-top: 35px; */
  }
  .new_logo_part hr {
    width: 120px;
    height: 3px;
    display: block;
    margin: auto;
    margin-top: 5px;
  }
  .new_logo_part p br {
    display: none;
  }
  .new_logo_part p {
    font-size: 16px;
    font-weight: 400;
    padding-top: 16px;
  }
  /* .new_logo_area {
    padding-bottom: 0;
  } */
  .new_logo_area {
    padding: 30px 0;
  }
  .meanttous-part p br {
    display: none;
  }
  .meanttous-part p {
    font-size: 16px;
    padding-bottom: 18px;
    text-align: justify;
  }
  .meanttous-part h2 br {
    display: none;
  }
  .meanttous-part h2 {
    font-size: 32px;
    padding-top: 0px;
    padding-bottom: 18px;
    text-align: center;
  }
  .booking-site h2 br {
    display: none;
  }
  .booking-site h2 {
    font-size: 27px;
    padding-top: 0px;
    padding-bottom: 33px;
    text-align: center;
  }
  .ourstory_part h2 {
    font-size: 32px;
    text-align: center;
    padding-top: 34px;
  }
  .ourstory_part hr {
    width: 108px;
    height: 4px;
    opacity: 1;
    display: block;
    margin: auto;
    margin-top: 4px;
    background-color: #7146D5;
    border-radius: 5px 0px 0px 5px;
  }
  .booking-site {
    padding: 30px 0;
  }
  .innerbooking-site_img {
    padding-top: 0px;
  }
  .booking-site_img img {
    width: 100%;
    height: initial;
    border-radius: 15px;
    margin-bottom: 22px;
  }
  .inner_ourstory_img {
    width: 247px;
    margin: auto;
  }
  .inner_ourstory_img img {
    width: 260px;
    /* height: 435px; */
    border-radius: 15px;
    position: relative;
    top: -18px;
    left: 14px;
  }
  .fast_area {
    padding: 30px 0px;
    /* padding-top: 115px; */
    /* padding-bottom: 0; */
  }
  .fast_part {
    /* width: 290px; */
    margin-bottom: 30px;
  }
  .fast_item1 {
    width: 150px;
    height: 150px;
    top: -55px;
  }
  .fast_item1 h2 {
    font-size: 74px;
  }
  /* .fast_item2 h2 {
    font-size: 58px;
    margin-top: -25px;
  } */
  .SafEst-Ride_area {
    padding: 40px 0px;
    padding-top: 0;
  }
  .SafEst-Ride_left img {
    width: 100%;
    height: inherit;
    display: block;
    margin-bottom: 15px;
  }
  .SafEst-Ride_right h2 br {
    display: none;
  }
  .SafEst-Ride_right h2 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .SafEst-Ride_right p br {
    display: none;
  }
  .SafEst-Ride_right p {
    font-size: 16px;
    padding-bottom: 29px;
    text-align: justify;
  }
  .Sustainability_left img {
    width: 100%;
    height: initial;
  }
  .Sustainability_right h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding-top: 23px;
    padding-bottom: 28px;
    text-align: center;
  }
  .inner_Sustainability_img img {
    max-width: 100%;
    display: block;
    margin: auto;
  }
  .inner_Sustainability_part h2 {
    text-align: center;
  }
  .inner_Sustainability_part p {
    text-align: center;
  }
  .SafEst-Ride_lefts img {
    width: 100%;
    height: initial;
    margin-bottom: 15px;
  }
  .SafEst-Ride_right h2 br {
    display: none;
  }
  .new_tab_area {
    padding: 30px 0;
  }
  .inner__tab_part {
    padding: 25px 0;
  }
  .inner__tab_part hr {
    width: 100%;
  }
  .inner__tab_part h2 {
    font-size: 28px;
    padding-bottom: 13px;
  }
  .new_tab_part .tab.active:after {
    content: "";
    display: block;
    width: 70%;
    height: 5px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 17%;
  }
  .new_tab_part ul li:after {
    content: "";
    display: block;
    width: 70%;
    height: 5px;
    background-color: #7146d5;
    position: absolute;
    bottom: 0;
    left: 17%;
  }
  .new_tab_part {
    /* height: 470px; */
    border-radius: 15px;
    margin-bottom: 40px;
  }
  .new_tab_list_items {
    display: block;
    align-items: center;
    margin-bottom: 25px;
    text-align: center;
  }
  .new_tab_list_item_img {
    width: 55px;
    height: 57px;
    display: block;
    margin: auto;
  }
  .new_tab_list_item_text p br {
    display: none;
  }
  .new_tab_list_item_text h2 {
    font-size: 28px;
    padding-bottom: 5px;
    padding-top: 17px;
  }
  .new_tab_list_item_text p {
    padding-bottom: 20px;
  }
  .fasts_area {
    padding: 20px 0px;
    padding-top: 84px;
  }
  .fasts_part {
    width: 100%;
    height: initial;
    display: block;
    position: relative;
    margin-bottom: 110px;
    padding-bottom: 50px;
  }
  .fasts_item1 {
    width: 150px;
    height: 150px;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -70px;
  }
  .fasts_item1 img {
    max-width: 100%;
    height: 93px;
  }
  .ride_now_part {
    padding: 0px 0;
    padding-top: 0;
  }
  .ride_now_part h2 {
    font-size: 32px;
    padding-left: 0px;
    text-align: center;
    padding-bottom: 25px;
  }
  .Invoicing__right img {
    width: 100%;
    height: initial;
    border-radius: 8px;
    display: block;
    margin: auto;
    margin-right: 0px;
    margin-top: 32px;
  }
  .Invoicing_left p br {
    display: none;
  }
  .Invoicing_area {
    padding: 30px 0;
  }
  .fasts_item2 h2 {
    font-size: 49px;
    margin-top: -33px;
  }
  .fasts_item2 hr {
    width: 98px;
    opacity: 1;
    height: 5px;
    display: block;
    margin: auto;
    margin-top: 12px;
    margin-bottom: 23px;
  }
  .fasts_inner_top {
    padding-top: 0px;
  }
  .Invoicing_left h3 {
    font-size: 16px;
    margin: 0;
    padding-bottom: 17px;
    padding-top: 15px;
  }
  .Invoicing_left h2 {
    font-size: 25px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .Invoicing_left p {
    font-size: 16px;
    padding-bottom: 24px;
    text-align: justify;
  }
  .ride_now_part {
    margin-top: -54px;
  }
  .Discover_area {
    padding: 40px 0;
  }
  .Discover__left img {
    width: 100%;
    height: initial;
    border-radius: 8px;
    margin-bottom: 19px;
  }
  .Discover__right h2 br {
    display: none;
  }
  .Discover__right h2 {
    font-size: 20px;
    padding-bottom: 13px;
  }
  .Discover__right p br {
    display: none;
  }
  .Discover__right p {
    font-size: 16px;
    padding-bottom: 24px;
    text-align: justify;
  }
  .Discover__right ul li {
    font-size: 16px;
    align-items: center;
    padding-bottom: 12px;
  }
  .Our_priority_area {
    padding: 0px 0;
    position: relative;
    overflow: hidden;
  }
  .Our_priority_left h2 {
    font-size: 20px;
    padding-bottom: 12px;
    padding-top: 15px;
  }
  .Our_priority_left p br {
    display: none;
  }
  .Our_priority_left p {
    font-size: 16px;
    padding-bottom: 5px;
    text-align: justify;
  }
  .Our_priority_left a {
    font-size: 17px;
    width: 228px;
    height: 24.41px;
    margin-top: 20px;
    position: relative;
    padding-left: 3px;
    margin-bottom: 26px;
  }
  .Our_priority_right img {
    width: 100%;
    height: initial;
    display: block;
    margin: auto;
    margin-right: 0px;
  }
  .mobile_view {
    display: block;
  }
  .computer_view {
    display: none;
  }
}