/*------Font Family----*/
@import url("../css/font.css");
html {
  scroll-behavior: smooth;
}

body{
  font-family: 'SF UI Display Medium';
  line-height: 1.5;
  color: #4D4D4D;
  background: #FFFFFF;
  overflow-x: hidden;
}
a{
  color: #BFFA39;
}
a, a:hover{
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.error{
  color: #FF0000;
  font-size: 12px;
  display: none;
}

/* ------------- User Rideshare -------------- */
.register-img{
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.register-img img{
  width: 100%;
  height: 681px;
  object-fit: cover;
}
.register-txt{
  position: absolute;
  bottom: 5.8rem;
  max-width: 466px;
}
.register-txt h1{
  font-family: 'SF UI Display Bold';
  font-size: 50px;
  color: #FFF;
  margin-bottom: 30px;
}
.register-txt p{
  font-family: 'SF UI Display Medium';
  font-size: 22px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.owl-user.owl-carousel .owl-dots.disabled{
  display: block;
}
.owl-user .owl-dots{
  text-align: end;
  padding-right: 45px;
  margin: -60px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
}
.owl-user .owl-dots button.owl-dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #E9E9E980;
  margin: 0 3px;
}
.owl-user .owl-dots button.owl-dot.active{
  background: #E9E9E9;
  width: 30px;
  border-radius: 30px;
}
.owl-user .owl-dots button.owl-dot:focus {
  outline: none;
}
/* ------------ register form ----------- */
.user-register-form{
  background: #606060;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  height: 100%;
  padding: 15px 30px;
}
.register-blog .user-register-area{
  background: #21212180;
  border-radius: 27px;
  padding: 30px;
}

.register-blog .register-form-box{
  background: transparent;
  padding: 0;
}
.user-register-area{
  min-width: 100%;
}
.register-form-tag{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.register-form-tag p{
  font-family: 'SF UI Display Medium';
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.register-blog  .user-register-form{
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 27.58%, rgba(191, 250, 57, 0.6) 99.96%);
}
.register-form-box{
  background: #212121B2;
  border-radius: 27px;
  padding: 25px 30px;
 
}
.register-form-box .form-group{
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}
.register-form-box label{
  font-family: 'SF UI Display Semibold';
  font-size: 14px;
  color: #fff;
  margin-bottom: 8px;
  display: block;
}
.register-form-box .form-control{
  background: #FFFFFF;
  border: 1px solid #B8B8B8;
  font-family: 'SF UI Display Medium';
  font-size: 15px;
  padding: 10px 24px;
  border-radius: 30px;
  height: auto;
  color: #4D4D4D;
}
.register-form-box select.form-control{
  appearance: none;
  background: #FFF url(../images/drop-arrow.png) no-repeat;
  background-position: 95%;
  background-size: 15px;
}
.register-form-box .form-control::placeholder{
  color: #D0D0D0;
}
.register-form-box .form-control:-moz-placeholder{
  color: #D0D0D0;
}
.register-form-box .form-control:focus{
  box-shadow: none;
  border-color: #BFFA39;
}
.form-btn{
  font-family: 'SF UI Display Medium';
  font-size: 22px;
  color: #212121;
  background: #BFFA39;
  padding: 8.5px 24px;
  display: block;
  width: 80%;
  margin: 20px auto 0;
  border-radius: 30px;
  border: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.form-btn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 51%;
  height: 0;
  content: "";
  background: #212121;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.form-btn::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 0;
  content: "";
  background: #212121;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.form-btn:hover {
  color:#FFF;
}
.form-btn:hover::before {
  height: 100%;
}
.form-btn:hover::after {
  height: 100%;
}
/* drop down menu */
.wd-mr-menu button{
  background: #FFFFFF;
  border: 1px solid #6A6A6A;
  border-radius: 30px;
  padding: 7.5px 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}
.wd-mr-menu .dropdown-toggle::after {
  display: inline-block;
  margin-left: 6px;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #4D4D4D;
  border-left: 2px solid #4D4D4D;
  transform: rotate(225deg);
  display: none;
}
.wd-mr-menu .dropdown-menu {
  min-width: fit-content;
}
.wd-mr-menu .dropdown-menu{
  background: #E9E9E9;
  padding: 0;
}
.wd-mr-menu .dropdown-item{
  font-family: 'SF UI Display Medium';
  font-size: 14px;
  border-bottom: 1px solid #BABABA;
  text-align: center;
  white-space: wrap;
  padding: 8px;
}
.wd-mr-menu li:last-child .dropdown-item{border-bottom: 0;}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover{background: #BFFA39; color: #4D4D4D;}
/* ------------ register form [END]----------- */
/* ------------ Who We are ----------- */
.who-are-blog{
  padding: 40px 0 50px;
  position: relative;
  text-align: center;
}
.who-are-blog h2{
  font-family: 'SF UI Display Bold';
  font-size: 30px;
  margin-bottom: 25px;
  color: #000000;
}
.who-are-blog p{
  font-family: 'SF UI Display Medium';
  font-size: 22px;
  line-height: 24px;
  width: 90%;
  margin: 0 auto 30px;
}
.who-are-blog ul{
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}
.who-are-blog ul li a{
  display: block;
  font-family: 'SF UI Display Medium';
  font-size: 18px;
  text-align: center;
  color: #212121;
  background: #FFFFFF;
  border: 1px solid #000000;
  padding: 14px 52px;
  border-radius: 30px;
}
.who-are-blog ul li a.active{
  color: #000;
  background: #CCFB61;
}
/* ----------- Who we are [END] ----------- */
/* ----------- Why Us ---------- */
.why-us-blog{
  padding: 40px 0 110px;
  background: #F9FFEB;
  position: relative;
}
.courier-rideshare .why-us-blog{background: #EEE9F9;}
.sec-tabs .nav{gap: 16px;}
.sec-tabs .tab-content{margin: 52px 0 0;}
.sec-tabs .nav-link{
  font-family: 'SF UI Display Medium';
  font-size: 16px;
  text-align: center;
  color: #000000;
  border: 1px solid #6A6A6A;
  padding: 7px 35px;
  border-radius: 20px;
}
.sec-tabs .nav-link.active{
  background: #212121;
  border: 1px solid #000000;
  color: #BFFA39;
}
#courierWhy .sec-tabs .nav-link{
  color: #212121;
  border: 1px solid #4D4D4D;
}
#courierWhy .sec-tabs .nav-link.active{
  background: #6F30FA;
  border: 1px solid #6A6A6A;
  color:#FFF;
}
.why-us-area{
  position: relative;
  width: 100%;
}
.why-us-img{
  display: none;
  border-radius: 30px 0 0 30px;
}
.slider-area{margin-top: 45px;}
.why-us-right{
  position: absolute;
  top: 80px;
  right: 0;
}
.why-us-right img{
  width: 100%;
  height: 800px;
  object-fit: cover;
  border-radius: 30px 0 0 30px;
}
.why-us-rgt-img img{
  width: 100%;
  height: 700px;
  object-fit: cover;
  border-radius: 30px 30px;
}
.why-us-txt{
  padding-right: 60px;
}
.why-us-for{
  font-family: 'SF UI Display Medium';
  font-size: 20px;
  color: #000000;
  background: #BFFA39;
  padding: 3px 30px;
  display: block;
  width: fit-content;
  border: 1px solid #000000;
  border-radius: 30px;
  margin-bottom: 18px;
}
.why-us-txt h3{
  font-family: 'SF UI Display Bold';
  font-size: 60px;
  color: #000000;
  margin-bottom: 27px;
}
.why-us-feature{
  display: flex !important;
  gap: 26px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #BABABA;
}
.why-us-icon{
  min-width: 80px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #212121;
}
.why-us-icon img{
  width: 40px;
  height: 40px;
}
#courierWhy .why-us-icon{
  background: #6F30FA;
} 
.why-us-icon img{
  object-fit: contain;
}
.why-us-rght h4{
  font-family: 'SF UI Display Semibold';
  font-size: 40px;
  color: #212121;
  margin-bottom: 8px;
}
.why-us-rght p{
  font-family: 'SF UI Display Semibold';
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #6A6A6A;
  margin-bottom: 0;
}
/* ---------- Slick slider ------ */
.slick-why {
  overflow: hidden;
  width: 100%;
}
.slick-why .item {
  margin: 0;
  padding: 0;
}
.slick-arrow{
  border: none;
  background: transparent;
}
.slider-navigation {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 53px 0 0;
}
.custom-prev, .custom-next {
  width: 62px;
  height: 62px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.custom-prev svg, .custom-next svg {
  width: 100%;
  height: 100%;
}
.slide-counter {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.slide-arrows{
  display: flex;
  align-items: center;
  gap: 8px;
}
.slide-arrows button.slick-disabled svg path{
  stroke: #999999;
}
.slide-arrows button svg path{
  stroke: #212121;
}
.slick-why .slick-active .why-us-feature{
  border-bottom: 2px solid #BABABA;
}
.slick-why .slick-active .why-us-feature:last-child{
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* --------- Why Us [END] ------- */
/* ------- Choice Savings -------- */
.savings-blog{
  background: url(../images/orange-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 100px;
  position: relative;
}
.savings-blog h5{
  font-family: 'SF UI Display Medium';
  font-size: 20px;
  color: #000000;
  margin-bottom: 12px;
}
.savings-blog h3{
  font-family: 'SF UI Display Bold';
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 22px;
  color: #000000;
}
.savings-blog h3 span{
  background: #BFFA39;
  border-radius: 8px;
  padding: 4px 12px;
  text-align: center;
}
.savings-blog ul{
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  width: 80%;
}
.savings-blog ul li{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.savings-blog ul li span{
  min-width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
}
.savings-blog ul li span img{
  width: 25px !important;
  height: 25px !important;
  object-fit: contain;
}
.savings-blog ul li p{
  font-family: 'SF UI Display Medium';
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 0;
  color: #FFF;
}
.service-hand{
  position: absolute;
  bottom: -50px;
  right: 0;
}
.service-hand img{
  height: 730px;
}
.get-offer-btn{
  font-family: 'SF UI Display Medium';
  padding: 12px 36px;
  display: block;
  width: fit-content;
  background: #C9FF4E;
  border: 2px solid #C9FF4E;
  text-align: center;
  color: #212121;
  border-image-slice: 1; 
  border-radius: 30px;  border: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.get-offer-btn span{
  font-family: 'SF UI Display Bold';
}
.get-offer-btn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 0;
  content: "";
  background-color: #212121;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.get-offer-btn::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 0;
  content: "";
  background-color: #212121;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.get-offer-btn:hover {
  color:#FFF;
}
.get-offer-btn:hover::before {
  height: 100%;
}
.get-offer-btn:hover::after {
  height: 100%;
}
/* -------- Choice Savings [END] --------- */
/* -------- services offer ---------- */
.services-offer-blog{
  background: #BFFA39;
  border-radius: 40px 40px 0 0;
  padding: 78px 0 60px;
  position: relative;
  margin-top: -40px;
}
.courier-rideshare .services-offer-blog{
  background: #7951D1;
}
.services-offer-blog h3{
  font-family: 'SF UI Display Bold';
  font-size: 50px;
  margin-bottom: 32px;
  color: #000;
}
#courierSrvc .sec-tabs .nav-link{
  color: #E9E9E9;
  border: 1px solid #E9E9E9;
}
#courierSrvc .sec-tabs .nav-link.active{
  background: #B29BE5;
  border: 1px solid #6A6A6A;
  color: #E9E9E9;
}
#courierSrvc.services-offer-blog h3,
#courierSrvc .service-bx p,
#courierSrvc .service-bx h4, .dark-purp h3, .dark-purp .service-bx p, .dark-purp .service-txt h4, .dark-purp .service-txt p{
  color: #FFF;
}

.service-bx img{
  border-radius: 15px;
  margin-bottom: 15px;
}
.service-bx h4{
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 10px;
  color: #000000;
}
.service-bx p{
  font-family: 'SF UI Display Semibold';
  font-size: 12px;
  color: #000000;
  margin-bottom: 0;
  padding-right: 31px;
}
.owl-carousel-wrapper {
  position: relative;
}
.services-offer-blog .slide-count{
  display: flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  right: 0;
  margin: -75px 00;
}
#slide-counter {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
}
.progress-bar-wrapper {
  width: 112px;
  height: 10px;
  background: #E2FDA4;
  border-radius: 30px;
}
#slide-progress {
  width: 0px;
  height: 10px;
  background: #212121;
  transition: width 0.3s ease-in-out;
  border-radius: 30px;
}
/* -------- services offer [END] ---------- */
/* -------------- features listing ---------- */
.features-blog{
  padding: 80px 0;
  position: relative;
}
.wd-feature-txt h4{
  font-family: 'SF UI Display Semibold';
  font-size: 50px;
  color: #212121;
  margin-bottom: 32px;
}
.wd-feature-txt ul li{
  font-family: 'SF UI Display Light';
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  display: block;
  margin-bottom: 4px;
}
.wd-pb-100{
  padding-bottom: 80px;
}
.feature-img img{
  text-align: end;
}
/* -------------- features listing [END] ---------- */
/* Say Goodbye to the Ordinary */
.ordinary-blog{
  background: url(../images/user/orinary-bg.png) no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 619px;
  position: relative;
}
.ordinary-txt{
  padding-bottom: 77px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.ordinary-effect{
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  display: none;
}
.ordinary-effect img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ordinary-txt h4{
  font-family: 'SF UI Display Bold';
  font-size: 46px;
  color: #FFFFFF;
  margin-bottom: 26px;
}
.ordinary-txt span{
  color: #212121;
  background: #BFFA39;
  border-radius: 4px;
} 
.ordinary-txt p{
  font-family: 'SF UI Display Medium';
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 0;
}
/*-------- wd-mr [END] -----------*/










/*------Corner [ START ]*/
.corner_blog{
  background: linear-gradient(90deg, #EBFDC2 0%, #FAFFEF 104.86%);
  padding: 42px 0;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.corner_blog::before{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  bottom: 0;
  background: url(../images/object1.png)no-repeat;
  width: 203px;
  height: 200px;
}
.corner_blog::after{
  content: '';
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  background: url(../images/object2.png)no-repeat;
  width: 229px;
  height: 260px;
}
.corner_blog h3{
  font-family: 'SF UI Display Bold';
  font-size: 50px;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}
.join_btn{
  color: #212121;
  font-size: 22px;
  padding: 13px 96px;
  background: #BFFA39;
  border: 1px solid #BFFA39;
  border-radius: 30px;
  margin: 0 auto;
  text-align: center;
  font-family: 'SF UI Display Medium';
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.join_btn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 0;
  content: "";
  background: #212121;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.join_btn::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 51%;
  height: 0;
  content: "";
  background: #212121;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.join_btn:hover {
  color:#FFF;
}
.join_btn:hover::before {
  height: 100%;
}
.join_btn:hover::after {
  height: 100%;
}
/*--------FAQ [ START ]-----------*/
.faq_blog{
  padding: 80px 0;
  position: relative;
}
.faq_blog h3{
  font-family: 'SF UI Display Bold';
  font-size: 37px;
  margin-bottom: 54px;
  color: #000;
}
.faq_blog .accordion-item:first-of-type .accordion-button{
  border-top-left-radius:0;
  border-top-right-radius:0;
}
.faq_blog .accordion-button:not(.collapsed){
  background-color:transparent;
  box-shadow: none;
  color: #000;
}
.faq_blog .accordion-item{
  border: 0;
  margin-bottom: 30px;
}
.faq_blog .accordion-item:last-child{margin-bottom: 0;}
.faq_blog .accordion-header{
  font-family: 'SF UI Display Semibold';
  font-size: 26px;
  line-height: 3px;
  color: #000;
}
.faq_blog .accordion-button{
  display: flex;
  align-items: center;
  grid-gap: 14px;
  padding: 0;
  font-family: 'SF UI Display Semibold';
  font-size: 22px;
}
.faq_blog .accordion-button::after{
  background: url(../images/drop-arrow.png) no-repeat;
}
.faq_blog .accordion-button:not(.collapsed)::after{
  background: url(../images/drop-arrow.png) no-repeat !important;
  background: inherit;
}
.faq_blog .accordion-button span{
  min-width: 72px;
  height: 72px;
  border: 2px solid #E9E9E9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq_blog .accordion-body{
  padding: 5px 0 0;
}
.faq_blog .accordion-body p{
  font-size: 16px;
  margin-bottom: 0;
  font-family: 'SF UI Display Light';
  color: #000;
}
.faq_blog .accordion-button:focus{
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
/*-------Bukle up [ START ]-------*/
.bukle_blog{
  background: url(../images/pattern-bg.png)no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0 0;
  position: relative;
}

.bukle_txt{
  margin: 0 auto -12em;
}
.bukle_txt h4{
  font-family: 'SF UI Display Bold';
  font-size: 60px;
  color: #fff;
  margin-bottom: 42px
}
.mobile_img{
  margin: 0 5em auto 0;
  text-align: right;
}
/*.mobile_img img{
  height: 686px;
  width: fit-content;
}*/
.get_btn{
  color: #000000;
  padding: 9.5px 29px;
  display: inline-block;
  background: #fff;
  border: 2px solid #fff;
  font-family: 'SF UI Display Bold';
  font-size: 18px;
  letter-spacing: 0%;
  text-align: center;
  border-radius: 90px;
  border: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.get_btn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 0;
  content: "";
  background: #BFFA39;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.get_btn::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 51%;
  height: 0;
  content: "";
  background: #BFFA39;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.get_btn:hover {
  color:#000;
}
.get_btn:hover::before {
  height: 100%;
}
.get_btn:hover::after {
  height: 100%;
}
/*-----form [ Start ]-----*/
.foot_banner{
  background: url(../images/foot-img.png)no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  padding: 100px 0 59px;
}
/*----FOOTER---*/
footer{
  padding: 40px 0;
  background: #F9FFEB;
}
.foot_logo{
  margin-bottom: 25px;
  display: block;
  width: fit-content;
}
.foot_logo img{
  /* height: 73px; */
  object-fit: contain;
  width: fit-content;
  margin-bottom: 16px;
}
.foot_title{
  font-family: 'Quine Coco';
  font-size: 22px;
  letter-spacing: 0.03em;
  background: linear-gradient(90deg, #FC4121 0%, #9F74FC 70%, #6F30FA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: right;
  margin-bottom: 0;
}
.foot_title b{
  color: #6F30FA;
}
.foot_txt h4{
  color: #212121;
  font-weight: 700;
  font-size: 24px;
  text-align: right;
  margin-bottom: 10px;
}
.foot_txt p{
  color: #212121;
  font-family: 'SF UI Display Medium';
  font-size: 14px;
  letter-spacing: 0%;
  text-align: right;
  max-width: 380px;
  margin: 0 0 30px auto;
}
.grp_btn{
  display: flex;
  align-items: center;
  grid-gap: 26px;
  justify-content: flex-end;
}
.wait_btn{
  border: 1px solid #000000;
  padding: 8px 18px;
  display: inline-block;
  font-family: 'SF UI Display Medium';
  font-size: 16px;
  text-align: center;
  color: #000;
  border-radius: 30px;
  min-width: 150px;
}
.wait_btn:hover{
  background: #000;
  color: #fff;
}
.contact_btn{
  color: #E9E9E9;
  background: #8C59FB;
  border: 1px solid #8C59FB;
  padding: 8px 18px;
  border-radius: 20px;
  min-width: 150px;
  display: inline-block;
  text-align: center;
  font-family: 'SF UI Display Medium';
  font-size: 16px;
}
.contact_btn:hover{
  background: transparent;
  color: #8C59FB;
}
.foot_btm{
  padding: 37px 0 15px;
}
.term_flx{
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.term_flx li a{
  font-family: 'SF UI Display Medium';
  font-size: 14px;
  line-height: 16.71px;
  color: #000;
}
.foot_btm p{
  text-align: center;
  font-family: 'SF UI Display Medium';
  font-size: 14px;
  margin-bottom: 0;
}
.social_flx, .social_flx ul{
  display: flex;
  align-items: center;
  grid-gap: 24px;
  justify-content: flex-end;
}
.social_flx h5{
  color: #4D4D4D;
  font-family: 'SF UI Display Bold';
  font-size: 16px;
  margin-bottom: 0;
}
.social_flx ul li a{
  background: #8C59FB;
  border: 1px solid #8C59FB;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.social_flx ul li a:hover{
  background: transparent;
}
.social_flx ul li a:hover svg path{
  stroke: #8C59FB;
} 
/* ======================= driver Flow [START] =======================  */
.driver .user-register-form{background: #212121;}
.driver .register-blog .register-form-box{background: #7951D1;}
.driver .features-blog{background: #F9FFEB;}
.driver .courier-rideshare .features-blog{background: #EEE9F9;}
/* requirement */
.requirement-blog{padding: 80px 0;position: relative;}
.wd-pb-60{padding-bottom: 60px;}
.reqmnt-lft-txt span{
  font-family: 'Quine Coco';
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  border: 0.75px solid;
  background: #CCFB61;
  border: 1px solid #CCFB61;
  display: block;
  width: fit-content;
  margin-bottom: 20px;
  color: #1A1A1A;
  padding: 12px 20px;
  border-radius: 30px;
}
.reqmnt-lft-txt h3{
  font-family: 'SF UI Display Bold';
  font-size: 60px;
  color: #000000;
  margin-bottom: 30px;
}
.reqmnt-lft-txt p{
  font-family: 'SF UI Display Medium';
  font-size: 24px;
  margin-bottom: 0;
  color: #4D4D4D;
}
.reqmnt-img{text-align: right;}
.wd-reqmnt-box{
  position: relative;
}
.wd-reqmnt-icon{
  background: #FEECE9;
  box-shadow: 8px 8px 16px 0px #FFA4A429 inset;
  width: 100%;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  padding: 70px 15px;
}
.wd-reqmnt-icon img{
  width: 148px;
  height: 148px;
  object-fit: contain;
}
.wd-reqmnt-box h4{
  font-family: 'SF UI Display Semibold';
  font-size: 25px;
  margin-bottom: 25px;
  color: #000;
}
.wd-reqmnt-box ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.wd-reqmnt-box ul li{
  font-family: 'SF UI Display Light';
  font-size: 14px;
  color: #000000;
  display: block;
  margin-bottom: 25px;
}
.wd-reqmnt-box ul li:last-child{
  margin-bottom: 0;
}
.driver .courier-rideshare .requirement-blog .sec-tabs .nav-link.active{
  background: #6F30FA;
  color: #FFF;
  border: 1px solid #6F30FA;
}
/* ======================= driver Flow [END] =======================  */
/* ======================= Business / Retailers [START] ===================  */
#business .register-txt{max-width: 571px;}
#business .why-us-blog{background: #EEE9F9;}
#business .why-us-icon{background: #6F30FA;}
#business .services-offer-blog{background: #7951D1;}
#business .services-offer-blog h3, #business .service-bx h4, #business .service-bx p,
#fleetOwners .services-offer-blog h3, #fleetOwners .service-bx h4, #fleetOwners .service-bx p{color: #FFF;}
#business .features-blog{background: #EEE9F9;}
.ordinary-blog-other{
  background: url(../images/ordinary-other.png) no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 619px;
  position: relative;
}
.foot_banner_other{
  background: url(../images/foot-img2.png)no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  padding: 100px 0 59px;
}
.service-bx img{
  height: auto;
  object-fit: cover;
}
/* ======================= Business / Retailers [END] ===================  */
/* ===============  */
#fleetOwners .services-offer-blog{background: #6F30FA;}
#fleetOwners .features-blog{background: #EEE9F9;}
.ordinary-blog-fleet{
  background: url(../images/fleet-owners/fleet-ordinary.png) no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 619px;
  position: relative;
}
/*------04-03-2025-----------*/
.user-register-area::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.user-register-area::-webkit-scrollbar
{
  width: 0px;
  background-color: #F5F5F5;
}

.user-register-area::-webkit-scrollbar-thumb
{
  background-color: #000000;
  border: 0px solid #555555;
}
.iti{
  width: 100%;
}
.purp-icon{
  background: #6F30FA;
}
.purp_bg{
  background: #EEE9F9;
}
.dark-purp{
  background: #7951D1;
}
.slick-arrow.slick-hidden{
  display: block !important;
}
.form-brand{
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 0 15px;
}
.form-brand img{
  height: 85px;
  object-fit: contain;
  width: fit-content;
}
.sec-tabs{
  margin-bottom: 30px;
}
.owl-why .owl-nav, .owl-why .owl-dots{
 display: none;
}
.cust-arrow{
  display: flex;
  align-items: center;
  grid-gap: 20px;
  /*position: absolute;
  bottom: 1em;
  z-index: 9;*/
}
.desk-view{
  display: block;
}
.mob-view{
  display: none;
}
.item .why-us-feature:last-child{
  border-bottom: 0;
}
.slick-disabled {
    opacity: 0.3;
}
.light-green{
  background: #F9FFEB;
}
.light-green .container .wd-pb-100:last-child{
  padding-bottom: 0;
}
.light-purp{
  background: #EEE9F9;
}
.light-purp .container .wd-pb-100:last-child{
  padding-bottom: 0;
}