
/* =========== banner section =========== */
.career-page .banner-section {
    background-position: center;
    background-size: cover !important ;
    width: 100%;
    height: auto;
  }
  .career-page .banner-section-shadow {
    /* background: linear-gradient(
      90.48deg,
      #000000 0.4%,
      rgba(255, 255, 255, 0) 57.43%
    ); */
    height: 747px;
  }
  .career-page .banner-content h1 {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    line-height: 32px;
    margin: 0 0 12px 0;
    text-transform: none;
  }
  .career-page .banner-content a {
    max-width: 274px;
  }
  .career-page .banner-content h2 {
    font-weight: 700;
    color: #ffffff;
    font-size: 56px;
    line-height: 65px;
    text-transform: none;
    margin-bottom: 16px;
  }
  .career-page .banner-content-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .career-page .no-position-found p {
    margin-bottom: 0px;
  }

  .career-page .benefits .benefits-grids .benefits-grid img {
    width: 50px;
  }

  /* career responsive design */
  @media only screen and (max-width: 767px) {
    .career-page .banner-section.bg-image {
      background-position: top;
      background-size: contain;
    }
    .career-page .banner-section-shadow {
      height: 556px;
      /* background: #fff; Old browsers */
      /* background: -moz-linear-gradient(
        bottom,
        #fff 63%,
        transparent 85%
      ); FF3.6-15 */
      /* background: -webkit-linear-gradient(
        bottom,
        #fff 63%,
        transparent 85%
      ); /* Chrome10-25,Safari5.1-6 */
      /* background: linear-gradient(
        180deg,
        rgba(102, 102, 102, 0) 29%,
        #000000 84.05%
      ); */
    }
    .career-page .banner-content-wrapper {
      max-width: 100%;
      margin: 0;
      justify-content: end;
    }
    .career-page .banner-content{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 300px;
    }
    .career-page .banner-content h2{
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 20px;
    }
    .career-page .banner-content h1{
      font-weight: 700;
      font-size: 16px;
      line-height: 32px;
      margin: 0;
    }
    .career-page .values{
      padding-top: 40px;
      padding-bottom: 32px;
    }
    .career-page .values .section-title h2{
      text-align: start !important;
      font-size: 28px;
      line-height: 34px;
      margin-bottom: 12px;
    }
    .career-page .values .section-title p{
      text-align: start !important;
      font-size: 14px;
      line-height: 20px;
    }
    .career-page .values .values-grid {
      padding: 30px 12px;
      gap: 16px;
    }
    .career-page .values .values-grid img {
      width: 216px;
      height: 216px;
      object-fit: contain;
    }
    .career-page .values .values-grid h2 {
      text-align: center;
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 4px;
    }
    .career-page .values .values-grid p {
      font-size: 16px;
      line-height: 22px;
      color: #5a6770;
    }
  
    .career-page .digital-platform .section-title h2 {
      font-weight: 700;
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 20px;
    }
    .career-page .digital-image-box{
      margin-bottom: 0;
  
    }
    .career-page .digital-image-box:nth-child(1){
      width: 50%;
      order: 2;
    }
    .career-page .digital-image-box img{
      height: 100%;
      object-fit: cover;
      padding: 8px;
      border-radius: 20px;
    }
    .career-page .digital-image-box:nth-child(2){
      order: 1;
      width: 100%;
      height: auto;
    }
    .career-page .digital-image-box:nth-child(3){
      width: 50%;
      order: 3;
    }
    .career-page .digital-image-box:nth-child(4){
      width: 50%;
      order: 5;
    }
    .career-page .digital-image-box:nth-child(5){
      width: 100%;
      order: 4
    }
    .career-page .digital-image-box:nth-child(5) img{
      width: 100%;
    }
    .career-page .digital-image-box:nth-child(6){
      order: 6;
      width: 50%;
    }
    .career-page .digital-image-box:nth-child(2) img{
      height: auto;
      width: 100%;
    }
    .career-page .digital-image-box:nth-child(1) img{
      width: 100%;
    }
    .career-page .digital-border-inner {
      padding: 12px;
    }
    .career-page .humans{
      padding-top: 32px;
      padding-bottom: 32px;
    }
    .career-page .humans .section-title h2{
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 16px;
    }
    .career-page .humans .humans-grid{
      flex-wrap: wrap;
      justify-content: center !important;
      gap: 16px;
    }
    .career-page .humans .humans-grid img{
      width: 100%;
    }
  
    .career-page .position{
      padding-top: 32px;
      padding-bottom: 32px;
    }
    .career-page .position .section-title h2{
      font-size: 28px;
      line-height: 34px;
      margin-bottom: 8px;
    }
    .career-page .position .section-title p{
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 16px;
    }
    .career-page .position .position-grid{
      padding: 16px;
    }
    .career-page .position .position-grid p{
      font-size: 14px;
      line-height: 22px;
    }
    .career-page .position .position-grid i{
      font-size: 14px;
    }
  
    .career-page .position .apply-massage{
      margin-top: 16px;
      flex-direction: column;
      align-items: start;
      padding: 16px;
      gap: 16px;
    }
    .career-page .position .apply-massage p{
      font-size: 14px;
      line-height: 20px;
    }
    .career-page .position .apply-massage button{
      font-size: 16px;
      line-height: 32px;
      padding: 4px 16px;
    }
    
    .career-page .benefits{
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .career-page .benefits .section-title h2{
      font-size: 28px;
      line-height: 34px;
      margin-bottom: 16px;
    }
    .career-page .benefits .benefits-grids >div{
      padding: 6px;
    }
    .career-page .benefits .benefits-grids .benefits-grid p{
      font-size: 14px;
      line-height: 20px;
    }
    .career-page .benefits .benefits-grids .benefits-grid img{
      width: 45px;
      margin-bottom: 0;
    }
    .career-page .benefits .benefits-grids .benefits-grid{
      gap: 12px;
      padding: 16px;
    }
    .career-page .benefits .benefits-grids .benefits-grid h3{
      margin-bottom: 0;
    }

    .career-page .no-position-found {
      flex-direction: column;
      align-items: start !important;
    }

    .career-page .no-position-found p {
      margin-bottom: 20px !important;
    }

    .career-page .no-position-found .btn-solid {
      font-size: 15px;
      height: 45px;
      line-height: 45px;
      padding: 0 20px;
      float: left;
      margin-right: 10px;
    }
  
    .career-page .circle{
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .career-page .circle ,.circle-grid{
      gap: 16px;
    }
    .career-page .circle .circle-card{
      padding: 24px;
    }
    .career-page .circle .section-title h2{
      font-size: 28px;
      line-height: 34px;
      margin-bottom: 8px;
    }
    .career-page .circle .section-title p{
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 20px;
    }
    .career-page .circle .circle-card .top-section{
      flex-direction: column;
      align-items: start;
    }
    .career-page .circle .circle-card .top-section div{
      margin-bottom: 8px;
    }
    .career-page .circle .circle-card .top-section div h5{
      font-size: 20px;
      line-height: 35px;
    }
    .career-page .circle .circle-card .top-section .icon{
      width: 24px;
      height: 24px;
  
    }
    
  }
  .nav-badges{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nav-badges .nav-btn{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #182229;;
    background-color: #F5F8FA;
    border: 1px solid #EBEEF0;
    padding: 8px 12px;
    border-radius: 40px;
    margin-right: 10px;
  }
  .nav-badges .nav-btn:hover{
   background-color:#D91916;
   color:#FFFFFF !important;
   transition: all 0.3s;
   cursor: pointer;
  }
  .career-page .banner-about .banner-content-wrapper {
    /* height: 558px; */
    display: flex;
    align-items: center;
    margin-top: 0;
  }
  .long-arrow-right {
    background-image: url(../images/icons/arrow-right-red.png);
    width: 20px;
    height: 20px;
    background-position: center center;
  }
  @media (min-width: 992px) {
    .page-template-landing-food .banner-section .col-lg-5,
    .page-template-bike-finance .banner-section .col-lg-5,
    .page-template-landing-car .banner-section .col-lg-5,
    .page-template-landing-parcel .banner-section .col-lg-5 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
  /* =========== Values section =========== */
  .values {
    padding-top: 120px;
  }
  .values .section-title h2 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
  }
  .values .section-title p {
    font-size: 24px;
    line-height: 36px;
  }
  .values .values-grid {
    padding: 16px;
    background: #fdfdfd;
    padding: 48px 24px;
    border: 1px solid #ece8eb;
    transition: box-shadow 500ms;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    height: 100%;
  }
  .values .values-grid:hover {
    border: 1px solid #ece8eb;
    box-shadow: 0 10px 15px 0 #ededed, 0 0 1px 0 #ece8eb;
  }
  .values .values-grid img {
    width: 310px;
    /* height: 150px; */
  }
  .values .values-grid h2 {
    text-align: center;
    font-size: 42px;
    line-height: 56px;
    font-weight: 700;
    color: #182229;
  }
  .values .values-grid p {
    text-align: center;
    max-width: 490px;
    font-size: 24px;
    line-height: 36px;
    color: #5a6770;
  }
  /* =========== Digital platform section =========== */
  .digital-platform .section-title h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
  }
  .digital-platform .section-title span {
    color: #e83330;
  }
  .digital-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .digital-insurance-image {
    position: absolute;
    bottom: -36px;
    z-index: 100;
  }
  .digital-insurance-image img {
    width: 200px;
  }
  .digital-border-wrapper {
    background-color: inherit;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .digital-border-inner {
    padding: 30px 30px 0 30px;
  }
  .digital-border-wrapper::before,
  .digital-border-wrapper::after {
    background-color: #4caf50;
    content: "";
    position: absolute;
    transform: translate3D(0, 100%, 0);
    transition: transform 200ms linear;
    transition-delay: 200ms;
    width: 2px;
    height: 100%;
    bottom: 0;
  }
  .digital-border-wrapper::before {
    right: 0;
    left: auto;
  }
  .digital-border-wrapper::after {
    left: 0;
  }
  .digital-border-inner::after {
    content: "";
    height: 2px;
    border-bottom: 2px solid #4caf50;
    bottom: 0;
    position: absolute;
    right: 50%;
    left: 50%;
    transition: left 200ms linear, right 200ms linear;
    transition-delay: 400ms;
  }
  .digital-border-middle::before,
  .digital-border-middle::after {
    border-top: 2px solid #4caf50;
    content: "";
    position: absolute;
    top: 0;
    transition: transform 200ms linear;
    width: 50%;
  }
  .digital-border-middle::before {
    left: 0;
    transform: translate3D(-101%, 0, 0);
  }
  .digital-border-middle::after {
    right: 0;
    transform: translate3D(101%, 0, 0);
  }
  .digital-border-wrapper:hover::before,
  .digital-border-wrapper:hover::after {
    transform: translate3D(0, 0, 0);
    transition: transform 200ms linear;
    transition-delay: 200ms;
  }
  .digital-border-wrapper:hover .digital-border-inner::after {
    right: 0;
    left: 0;
    transition: left 200ms linear, right 200ms linear;
  }
  .digital-border-wrapper:hover .digital-border-middle::before,
  .digital-border-wrapper:hover .digital-border-middle::after {
    transform: translate3D(0, 0, 0);
    transition: transform 200ms linear;
    transition-delay: 400ms;
  }
  .digital-image-box-part {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .digital-image-box {
    width: auto;
    margin-bottom: 37px;
  }
  .digital-image-box img {
    width: auto;
    height: 292px;
  }
  
  /* =========== humans section =========== */
  .humans .section-title h2 {
    font-size: 42px;
    line-height: 56px;
    font-weight: 700;
  }
  .humans .section-title h2 span {
    color: #e83330;
  }
  .humans .humans-grid{
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .humans .humans-grid img{
    width: 348px;
  }
  
  
  /* =========== position section =========== */
  .position {
    background: #f5f8fa;
  }
  .position .section-title h2 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
  }
  .position .section-title p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .position .position-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 16px;
    border-radius: 6px;
    margin-bottom: 12px;
  }
  .position .position-grid p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin: 0;
    color: #182229;
  }
  .position .position-grid i{
    color: #182229;
  }
  .position .apply-massage {
    padding: 22px 20px;
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #ced3d6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
  }
  .position .apply-massage p {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #5a6770;
  }
  .position .apply-massage button {
    padding: 8px 16px;
    font-size: 20px;
    line-height: 32px;
    background: #e83330;
    color: #ffffff;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #e83330;
  }
  /* =========== benefits section =========== */
  .benefits .section-title h2 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 48px;
  }
  .benefits .benefits-grids >div{
    padding: 12px 10px;
  }
  .benefits .benefits-grid {
    /* color: #ffffff; */
    padding: 38px;
    /* background-color: #141517; */
    border: 1px solid #f1e5e5;
    transition: box-shadow 500ms;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    height: 100%;
  }
  .benefits .benefits-grid p {
    margin: 0;
    text-align: center;
  }
  
  /* =========== circle section =========== */
  .circle{
    background-color: #182229;
  }
  .circle .section-title h2 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
  }
  .circle .section-title p{
      font-size: 24px;
      line-height: 36px;
      color: #ffffff;
      margin-bottom: 40px;
  }
  .circle .circle-card{
    background-color: #1B1B1B;
    padding: 20px;
    border: 1px solid #333333;
    border-radius: 10px;
  }
  .circle .circle-card p{
    font-size: 16px;
    line-height: 24px;
    color: #909BA3;
    margin-bottom: 20px;
  }
  .circle .circle-card .follow-btn{
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    color:#FFFFFF;
    background-color: #0866FF;
    border-radius: 6px;
  }
  .circle .circle-card .top-section .icon{
    width: 32px;
    height: 32px;
  }
  .circle .circle-card .top-section div h5{
    color: white;
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    margin: 0 0 0 16px;
  }
  .circle .circle-card .top-section p{
    color: white;
    margin: 0;
  }
  .circle .circle-card .top-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
  }
  
  /* ############################################## fix ###################################### */
  
  .map-container .container_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
    min-width: 600px;
  }
  
  #top_ride_details_map {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%);
    width: max-content;
    padding: 10px;
    background-color: #fff;
  }
  #rider_message {
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    line-height: 32px;
    border-bottom: none;
    padding: 0;
    margin: 0;
  }
  /* -------------------------------------------- me ------------------------------------------------------- */
  .ride_top_text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .ride_icon {
    border-left: 1px solid #e6e8eb;
    background-repeat: no-repeat;
    background-position: center center;
    width: 48px;
    height: 36px;
    display: block;
    margin: 8px 0 8px 8px;
    padding-left: 8px;
  }
  .footer {
    display: none;
  }
  /* -------------------------------------------- me ------------------------------------------------------- */
  .ride_details_img {
    height: 56px;
    width: 56px;
    overflow: hidden;
    margin-right: 12px;
    border-radius: 100%;
  }
  .driver-rating-container i {
    /* background-image: url('../images/share/ic_rating_emoji.png'); */
    background-image: url("https://pathao.com/wp-content/themes/webpathao/assets/images/share/ic_rating_emoji.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 18px;
    height: 22px;
    display: block;
    float: left;
    margin-right: 4px;
  }
  .ride_bottom_text {
    position: fixed;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 4px;
    z-index: 500;
    width: 60%;
    background-color: #fff;
    padding: 24px 16px 0;
  }
  .rider-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
  }
  .driver-rating-container {
    color: #152934;
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
  }
  .vehicle-reg-number {
    color: #152934;
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
    margin-top: 6px;
  }
  .driver-name {
    color: #152934;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
  }
  .driver-vehicle {
    padding-left: 10px;
  }
  .driver-rating {
    padding: 0 10px;
    border-right: 1px solid #e6e8eb;
  }
  .email-verification {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 500px;
    margin: 0 auto;
    padding: 180px 0;
  }
  .email-verification img {
    margin-right: 50px;
  }
  .email-verification p {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 30px;
  }
  .profile-pic input,
  .profile-pic .validation-msg,
  .profile-pic small {
    display: block;
    margin-bottom: 8px;
  }
  .profile-pic input.error-msg,
  .profile-pic input.error-size-msg {
    border: 2px solid #e83330;
    padding: 3px;
  }
  #reg_number .form-group {
    margin-bottom: 0;
  }
  #reg_number {
    margin-bottom: 1rem;
  }
  .food-merchant {
    padding-top: 60px;
    padding-bottom: 235px;
    background-image: url("../images/dhaka.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .food-merchant .form-box {
    padding: 0;
  }
  /* ============== essential classes ================ */
  .bdt {
    border-top: 1px solid #edf1f4;
  }
  .bdb {
    border-bottom: 1px solid #edf1f4;
  }
  .pt30 {
    padding-top: 30px;
  }
  .pt50 {
    padding-top: 50px;
  }
  .pt60 {
    padding-top: 60px;
  }
  .pt70 {
    padding-top: 70px;
  }
  .ptb100 {
    padding: 100px 0;
  }
  .ptb80 {
    padding: 80px 0;
  }
  .ptb70 {
    padding: 70px 0;
  }
  .ptb60 {
    padding: 60px 0;
  }
  .pt100 {
    padding-top: 100px;
  }
  .pt150 {
    padding-top: 120px;
  }
  .pb130 {
    padding-bottom: 130px;
  }
  .pb150 {
    padding-bottom: 120px;
  }
  .pb110 {
    padding-bottom: 110px;
  }
  .pb100 {
    padding-bottom: 100px;
  }
  .pt80 {
    padding-top: 80px;
  }
  .pt85 {
    padding-top: 85px;
  }
  .pt75 {
    padding-top: 75px;
  }
  .pt100 {
    padding-top: 100px;
  }
  .pt185 {
    padding-top: 185px;
  }
  .pt130 {
    padding-top: 130px;
  }
  .p0 {
    padding: 0;
  }
  .p0i {
    padding: 0 !important;
  }
  .pb0 {
    padding-bottom: 0;
  }
  .pr30 {
    padding-right: 30px;
  }
  .pb40 {
    padding-bottom: 40px;
  }
  .pb75 {
    padding-bottom: 75px;
  }
  .plr20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pb100 {
    padding-bottom: 100px;
  }
  .pr60 {
    padding-right: 60px;
  }
  .dn {
    display: none;
  }
  .bdn {
    border: none !important;
  }
  .m0 {
    margin: 0;
  }
  .m0i {
    margin: 0 !important;
  }
  .mb10 {
    margin-bottom: 10px;
  }
  .mb15 {
    margin-bottom: 15px;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .mb50 {
    margin-bottom: 50px;
  }
  .mb50i {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px;
  }
  .mta {
    margin-top: auto;
  }
  .mt20 {
    margin-top: 20px;
  }
  .mt30 {
    margin-top: 30px;
  }
  .mt50 {
    margin-top: 50px;
  }
  .mt60 {
    margin-top: 50px;
  }
  .mt85 {
    margin-top: 85px;
  }
  .mb65 {
    margin-bottom: 65px;
  }
  .mb70 {
    margin-bottom: 70px;
  }
  .mb75 {
    margin-bottom: 75px;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .mb20 {
    margin-bottom: 20px;
  }
  .mb20i {
    margin-bottom: 20px !important;
  }
  .ml25p {
    margin-left: 25%;
  }
  .h660 {
    height: 660px;
  }
  .h625 {
    height: 625px;
  }
  .w185 {
    width: 185px;
  }
  .dib {
    display: inline-block;
  }
  .wa {
    width: auto;
  }
  .page-template-landing-courier .bike-features.pb150 {
    padding-bottom: 43px;
  }
  .page-template-landing-courier .courier-services-section .pt150 {
    padding-top: 75px;
  }
  .section-title h2.mb20 {
    margin-bottom: 15px;
  }
  .page-template-landing-parcel .pt150.pb150.bike-features {
    padding-top: 100px;
    padding-bottom: 77px;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  .press-kit-items li img {
    width: 100%;
  }
  
  .pathao-nepal .press-kit-content.press-kit-images,
  site-id-7 .press-kit-content.press-kit-images {
    display: none;
  }
  
  .pathao-nepal .mmenu-language-menu {
    display: none;
  }
  
  .pathao-nepal .made-in-bd {
    display: none;
  }
  
  .pathao-nepal div[data-service=food],
  .pathao-nepal div[data-service=tong]
  /*,.pathao-nepal div[data-service=parcel] */ {
    display: none;
  }
  .pathao-nepal option[data-country="bd"] {
    display: none;
  }
  
  /*hide update block on tc page*/
  .page-id-438 .update {
    display: none;
  }
  
  .pathao-nepal .earnway-menu-item li.car a {
    background-image: url(../images/menu/earn-car.png);
  }
  
  .hidden {
    display: none !important;
    visibility: hidden !important;
  }
  
  .page-template-landing-points .banner-content h1 {
    display: none;
  }
  
  .plr250 {
    padding-left: 250px;
    padding-right: 250px;
  }
  
  .page-id-3591 .partner-logo-list ul li {
    margin: 10px 15px;
  }
  
  .page-id-3591 .partner-logo-list ul {
    justify-content: flex-start;
  }
  
  .spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
  }
  
  .spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
  
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }
  
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  
  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  
  @-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
      -webkit-transform: scale(0);
    }
    40% {
      -webkit-transform: scale(1);
    }
  }
  
  @keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    40% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  
  .page-id-3661 footer.footer-stopper {
    display: none;
  }
  
  .page-id-3903.site-id-1 .trusted-partner-item ul li img {
    max-width: 200px;
  }
  
  .page-template-share-ride .footer-stopper {
    display: none;
  }
  
  .fun-facts-inner {
    margin-top: 30px;
  }
  
  @media only screen and (max-width: 767px) {
    .page-template-landing-courier .fun-facts-section.pt100 {
      padding-top: 160px;
    }
  }
  
  .blog-title-section .blog-title-inner .section-title .h2 {
    margin-top: 15px;
    margin-bottom: inherit;
  }
  
  .section-title.alt .h2 {
    font-size: 34px;
    color: #152934;
    line-height: 42px;
  }
  