@font-face {
    font-family: 'BarlowCondensed-Regular';
    src: url('../../fonts/BarlowCondensed-Regular.eot?#iefix') format('embedded-opentype'), 
    /*url('../../fonts/BarlowCondensed-Regular.woff') format('woff'),*/ 
    url('../../fonts/BarlowCondensed-Regular.ttf') format('truetype'), 
    url('../../fonts/BarlowCondensed-Regular.svg#BarlowCondensed-Regular') format('svg');
}
@font-face {
    font-family: 'Gilroy-Light';
    src: url('../../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'), 
    url('../../fonts/Gilroy-Light.ttf') format('truetype'), 
    url('../../fonts/Gilroy-Light.svg#Gilroy-Light') format('svg');
}
@font-face {
    font-family: 'RobotoCondensed-Light';
    src: url('../../fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'), 
    url('../../fonts/RobotoCondensed-Light.ttf') format('truetype'), 
    url('../../fonts/RobotoCondensed-Light.svg#RobotoCondensed-Light') format('svg');
}
* {
	margin:0;
	padding:0;
	outline:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
:after, :before {
	margin:0;
	padding:0;
	outline:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
::-webkit-search-cancel-button {
  	display: none;
}
a {
	text-decoration:none !important;
}
a:hover {
	text-decoration:none !important;
}
img {
  	max-width: 100%;
}
h1,h2,h3,h4,h5,h6 {
	color: #001238;
	font-weight: normal;
}
p {
	color: #000000;
}
body {
  	font-family: "BarlowCondensed-Regular" !important;
    margin: 0px !important;
}

/*********** top-bainner ***********/

.banner {
	background: transparent url('../../images/ic_header_web.svg') 0% 0% no-repeat padding-box;
	background-size: 100%;
  padding-bottom: 10%;
}
.driver_btn, .rider_btn{
  width: 130px !important;
  height: 42px !important;
  font: normal normal normal 16px/30px RobotoCondensed-Light;
  padding-top: 7px !important;
  text-align: center !important;
  border-radius: 3px !important;
}
.rider_btn{
  background: #007AFF;
  color: #fff;
}
.rider_btn:hover {
  color: #fff;
}
.driver_btn{
  background: #fff;
  color: #007AFF;
  margin-right: 20px;
  margin-left: 20px;
}
.driver_btn:hover {
  color: #007AFF;
  }
.slider_line {
	width: 621px;
	border: 1px solid #E5E5EA;
}
.heading_font {
	font: normal normal 600 70px/84px Barlow;
  color: #fff;
}
.slider_mt{
  margin-top: 8%;
}
.banner_p {
  font: normal normal 600 20px/24px Gilroy-Light;
  color: #fff;
}
.android_icons {
  display: flex;
  flex-direction: row;
  justify-content: center;  
}

/*********** OUR FEATURES ***********/

#our_features {
	background-color: #F8F8F8EB !important;
	padding-bottom: 73px;
}
.sec_heading {
	color: #007AFF;
	text-align: center;
	font: normal normal normal 34px/41px Barlow;
  margin-top: 73px;
}
.sec_sub_heading {
	color: #001238;
	text-align: center;
	font: normal 600 54px/65px Barlow;
}
.feature_services {
	margin-top: 35px;
	box-shadow: 0px 0px 11px #00000012;
	background: #FFFFFF;
  padding-top: 10px;

}
.service_heading {
	color: #000000;
	padding: 27px 0 10px 0px;
	font: normal 600 30px/36px Barlow;
}
.service_number {
	color: #EFEFF4;
	text-align: right;
	font: normal 600 57px/68px Barlow;
}
.service_info {
  padding-bottom: 25px;
	font: normal normal normal 15px/23px RobotoCondensed-Light;
}
.feature_viewed_item {
  width: 100%;
  border-radius: 2px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px
 }
  .city_name_viewed_item {
     width: 100%;
     border-radius: 2px;
     padding-left: 25px;
     padding-right: 25px
 }

/*********** Become Driver ***********/

.join_driver {
	width: 100%;
	display: inline-block;
	background: transparent url('../../images/ic_become_driver.svg') 0% 0% no-repeat padding-box;
	background-size: 100%;
}
.driver_car_img {
  width: 76%;
	float: right;
	padding: 9% 6% 6%;
}
.driver_dis {
	color: #FFFFFF;
	text-align: left;
	font: normal 600 40px/48px Barlow;
}

/*********** Required Documents ***********/

.tab {
  float: left;
  border: 1px solid #EFEFF4;
  background-color: #F8F8F880;
  width: 30%;
}
.tab button {
  display: block;
  background-color: inherit;
  color: #001238;
  padding: 15px 40px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: 0.1s;
  font: normal normal normal 21px/26px Barlow;
  border: 1px solid #EFEFF4;
}
.tab button:hover {
  color: #fff;
  background-color: #007AFF;
  border: 1px solid #007AFF;
}
.tab button.active {
  color: #fff;
  background-color: #007AFF;
  border: 1px solid #007AFF;
}
.doc_tabcontent {
  float: left;
  padding-left:55px;
  width: 70%;
  border-left: none;
}
.document_city_name {
  color: #001238;
  font: normal 600 35px/42px Barlow;
  margin: 20px 0 50px 0;
}
.doc_list {
  list-style: none;
}
.doc_list li {
  color: #001238;
  font: normal normal normal 21px/52px Barlow;
}
.doc_pb{
  padding-bottom: 5%;
}
.doc_tab_mt{
  margin-top: 4%;
}

/*********** Website Footer ***********/

.web_footer {
	background-color: #393939;
  padding: 2% 0 1%;
  bottom: 0;
  /*position: fixed;*/
  width: 100%;
}
.hide_tab_web{
  display: none;
}
.footer_padding_left_right{
  padding: 0 5% !important;
}
.location_icon_padding{
  padding-top: 2px;
}
.application_icons{
  display: flex;
  justify-content: flex-end;
}
.footer_line{
  width: 97%;
  background: #fff;
}
.footer_font{
  color: #E5E5EA;
  font-size: 18px;
}
.footer_menu{
  width: 100%;
  list-style: none;
}
.footer_menu li {
  width: 33% !important;
  display: inline-block;
  float: left;
  text-align: right;
}
.footer_menu li a{
   color: #E5E5EA;
}
.footer_menu li a:hover{
   color: #E5E5EA;
}
.d_none_lg{
  display: none !important;
}
/*********** Tablet View ***********/

@media (min-width: 575.98px) and (max-width: 991.98px) {
  .banner {
    background: transparent url('../../images/ic_header_tab_mob.svg') 0% 0% no-repeat padding-box;
    background-size: 100%;
    height: 500px;
  }
  .slider_mt {
    margin-top: 15%;
  }
  .driver_btn, .rider_btn {
    width: 110px !important;
    height: 35px !important;
    font: normal normal normal 14px/35px RobotoCondensed-Light;
    padding-top: 0px !important;
  }
  .driver_btn {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .service_heading {
    font-size: 25px;
    line-height: 30px;
    padding: 25px 0 0 25px;
  }
  .service_number {
    font-size: 50px;
    line-height: 60px;
  }
  .heading_font {
    font-weight: 600;
    font-size: 45px;
    line-height: 45px;
  }
  .slider_line {
    width: 400px;
  }
  .banner_p {
    font: normal normal 9px/12px Gilroy-Light;
  }
  .android_icons img {
    width: 106px;
  }
  .sec_heading {
    font-size: 30px;
    line-height:35px;
    margin-top: 50px;
  }
  .sec_sub_heading {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
  }
  .driver_dis {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
  }
  #our_features {
    padding-bottom: 40px;
  }
  .city_view_tab_mobile{
    display: inline !important;
  }  
  .doc_sec_bg {
  background-color: #F8F8F8EB !important;
  }
  .location_icon img {
    width: 12px;
    height: 19px;
  }
  .application_icons{
    flex-direction: column;
    justify-content: flex-end;
  }

 /*document tab Mob & Tab*/

  .hide_tab_web {
    display: inline !important;
  }
  .doc_tabcontent {
    width: 100%;
    padding-left: 0px;
  }
  .tab {
    width: 100%;
    border: 0px;
    background-color: none;
  }
  .document_city_name {
    font-size: 30px;
    line-height: 30px;
    margin: 20px 0 10px 0;
  }
  .doc_list li {
    font-size: 20px;
    line-height: 35px;
  }
  .footer_menu li {
  width: 25% !important;
  text-align: left;
  }
  .d_block_tab_mob{
    display: inline !important;
  }
  .application_icons img{
    margin-top: 5%;
  }
  .hide_city_name_tab_mob, .hide-left-tab-mob{
    display: none !important;
  }
}

/*********** Mobile View ***********/

@media (max-width: 575.98px) {
  .banner {
    background: transparent url('../../images/ic_header_tab_mob.svg') 0% 0% no-repeat padding-box;
    background-size: 100%;
    height: 320px;
  }
  .driver_btn, .rider_btn {
    width: 100px !important;
    height: 30px !important;
    font: normal normal normal 13px/30px RobotoCondensed-Light;
    padding-top: 0px !important;
  }
  .driver_btn {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .slider_mt {
    margin-top: 15%;
  }
  .service_heading {
    font-size: 22px;
    line-height: 25px;
    padding: 25px 0 0 25px;
  }
  .service_number {
    font-size: 50px;
    line-height: 60px;
  }
  .heading_font {
    font-weight: 600;
    font-size: 25px;
    line-height:28px;
  }
  .slider_line {
    width: 280px;
  }
  .banner_p {
    font: normal normal 9px/12px Gilroy-Light;
  }
  .android_icons img {
    width: 106px;
  }
  .sec_heading {
    font-size: 20px;
    line-height:25px;
    margin-top: 9%;
  }
  .sec_sub_heading {
    font-weight: 600;
    font-size: 30px;
    line-height:35px;
    margin-bottom: -2% !important;
  }
  .driver_dis {
    font-weight: 600;
    font-size: 12px;
    line-height:15px;
  }
  #our_features {
    padding-bottom: 5%;
  }
  .city_mob_none {
    display: none;
  }
  .location_icon img {
    width: 10px;
    height: 15px;
  }
  .hideCityTabFooterTop {
    display: none;
  }
  .hide_city_name_tab_mob {
    display: none !important;
  }
  .city_view_tab_mobile {
    display: inline !important;
  }
  .app-btn {
    margin-bottom: 0px;
  }
  
 /*document tab Mob & Tab*/
  .doc_sec_bg {
  background-color: #F8F8F8EB !important;
  }
  .hide_tab_web {
    display: inline !important;
  }
  .doc_tabcontent {
    width: 100%;
    padding-left: 0px;
  }
  .tab {
    width: 100%;
    border: 0px;
    background-color: none;
  }
  .document_city_name {
    font-size: 22px;
    line-height: 25px;
    margin: 30px 0px 10px 0;
  }
  .doc_list li {
    font-size: 15px;
    line-height: 30px;
  }
  .application_icons{
    flex-direction: column;
    justify-content: flex-end;
  }
  .footer_font {
    font-size: 13px;
}
.footer_menu li{
  text-align: left;
  width: 29% !important;
}
.d_block_tab_mob{
    display: inline !important;
  }
  .application_icons img {
    margin-top: 5%;
  }
  .doc_pb {
    padding-bottom: 25px;
  }
  .location_icon{
    width: 10px;
  }
  .hide_city_name_tab_mob {
    display: none !important;
  }
}