  /* START COMMON CSS */
  @import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

  /* html,
  body {
    height: 100%;
  } */

  :root {
    --primary-color: #2f2f2f;
    --secondary-color: #8a8a8a;
  }

  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "Sora", sans-serif;
    font-style: normal;
  }

  #loader {
    position: fixed;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1050;
  }

  .blur-effect {
    filter: blur(5px);
    pointer-events: none;
    user-select: none;
  }

  .spinner-border {
    color: var(--primary-color);
  }

  .text-gradient-border {
    font-size: 65px;
    font-weight: bold;
    color: white;
    color: black;
    text-shadow: 2px -2px 0 #c7baba, 1px -1px 0 #ecd3d3, 2px -1px 0 #000, 1px 1px 0 #000;
    -webkit-text-stroke: 1px white;
  }

  /* .divider-img {
    position: relative;
    width: 100%;
    top: -10px;
  } */

  .phone-icon {
    transform: rotate(90deg) !important;
  }

  .login-btn {
    max-width: 132px;
    padding: 13px 20px;
  }

  .common-title {
    font-weight: 500;
    font-size: 22px;
    color: var(--primary-color);
  }

  /* Start Payment Spinner */

  #loadingSpinner {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 9999;
  }

  #loadingSpinner img {
      width: 100px;
      height: auto;
  }

   /* End Payment Spinner */

  /* Start All Home Pages CSS */

  .home-input,
  .money-input,
  .payment-card:hover,
  .ride-card {
    background-color: #EDEDED !important;
  }

  .money-input:hover {
    color: #ffffff !important;
    background-color: var(--primary-color) !important;
  }

  /* End All Home Pages CSS */
  .navbar-toggler:focus {
    color: none !important;
    border: none !important;
    box-shadow: none !important;
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    background-color: transparent !important;
  }

  .dropdown-item:active {
    color: black !important;
    background-color: transparent !important;
  }

  .form-custom:focus {
    border-color: var(--primary-color) !important;
    box-shadow: none !important;
  }

  .form-custom-check:checked {
    border-color: #000000 !important;
    background-color: black !important;
    box-shadow: none !important;
  }

  .form-phone-data {
    height: 44px !important;
  }

  .form-check,
  .remember {
    margin-left: 6px;
  }

  .remember,
  .agree {
    margin-top: 3px;
  }

  .form-check-input,
  .total,.fs-20 {
    font-size: 20px;
  }

  .form-check-input:focus,
  .number:focus,
  .otp-input:focus {
    box-shadow: 0 0 0px rgba(7, 7, 7, 0.5) !important;
    border-color: rgba(7, 7, 7, 0.5) !important;
  }

  .drop:focus {
    text-decoration: none;
    background-color: transparent !important;
  }

  .profile-dropdown:hover {
    background-color: white !important;
    cursor: pointer !important;
  }

  .form-control:focus,
  .accordion-button:focus,
  .btn-focus:focus,
  .btn:focus {
    box-shadow: none !important;
    outline: 0 !important;
  }

  .cancel-ride:active,
  .cancel-ride:hover,
  .cancel-ride:focus {
    background-color: transparent !important;
    color: black !important;
  }

  .radio {
    accent-color: var(--primary-color);
  }

  .promo-code:focus,
  .message-box:focus,
  .review:focus,
  .location input {
    outline: none !important;
  }

  .ol li a,
  .copyright p,
  .copyright span,
  .bottom-logo p,
  .info p,
  .order-list a,
  .fs-18,
  .welcome {
    color: var(--secondary-color) !important;
    font-size: 18px;
    font-weight: 400;
  }

  .price-info,
  .cancel-ride,
  .address {
    font-size: 18px;
    color: var(--primary-color);
  }

  .premium,
  .address-content,.time-history {
    font-size: 16px;
    color: var(--secondary-color);
  }

  .premium:hover,
  .breadcrumb-title:hover {
    color: var(--secondary-color);
  }

  .coupon {
    font-size: 22px;
    color: var(--primary-color);
    border: 2px dashed var(--secondary-color);
  }

  .coupon-name,.withdraw-amount {
    font-size: 22px;
    color: var(--primary-color);
  }

  .common-color:hover,
  .secondary-font:hover {
    color: var(--primary-color) !important;
  }

  .welcom-title {
    color: var(--primary-color);
    font-size: 32px;
  }

  .common-color {
    color: var(--primary-color) !important;
    font-size: 16px;
  }

  .emergency {
    color: #F54336;
  }

  .sign-up {
    font-weight: 500;
  }

  .payment-box,
  .history-box {
    background-color: #fafafa !important;
  }

  .active-border {
    border: 1px solid var(--primary-color) !important;
  }

  .map-location {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
  }

  .map {
    height: 100vh;
  }

  .profile-modal-title,
  .breadcrumb-container h1 {
    font-size: 26px !important;
  }

  .color-icon {
    width: 25px !important;
    height: 25px !important;
  }

  .address-content {
    max-width: 337px;
  }

  .ride-btn {
    border: 1px solid #ffffff !important;
  }

  .gradient-box {
    max-width: 900px;
    height: 220px;
    border-radius: 20px;
    background: linear-gradient(135deg, #F7F7F7 50%, #DDDDDD 50%);
    border: 2px solid #C5C6C7;
  }

  .border-radius-20 {
    border-radius: 20px !important;
  }

  .border-radius-10 {
    border-radius: 10px !important;
  }

  .border-side {
    border-radius: 10px 10px 0px 0px !important;
  }

  .breadcrumb-container,
  .btn-color {
    background-color: var(--primary-color);
  }

  .z-5 {
    z-index: 99;
  }

  /* Start Service Detail Page CSS */

  .payment-card:hover,
  .service.selected,
  .logout-no,
  .selectpayment {
    border: 1px solid var(--primary-color) !important;
    cursor: pointer;
  }

  .logout-yes {
    background-color: var(--primary-color);
  }

  .sosbody, .complainbody, .emergencybody, .ridechatbody {
    height: 540px;
    overflow: scroll;
  }

  .service-detail-card {
    height: 490px;
    overflow: scroll;
  }

  .coupon-body {
    max-height: 540px;
    overflow: scroll;
  }

  .service-bg {
    background-color: #FAFAFA !important;
  }

  .service-img {
    height: 100px !important;
  }

  .services-img {
    height: 200px !important;
  }

  .selectpayment {
    background-color: #EDEDED !important;
  }

  /* End Service Detail Page CSS */

  .accordion-button {
    background-color: transparent !important;
    color: black !important;
  }

  .password-container {
    position: relative;
  }

  .toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .dot-line {
    border-left: 2px dashed var(--secondary-color);
    height: 30px;
  }

  .chat-box{
      width: 75%;
  }

  .ride-address {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .customer,
  .breadcrumb-title {
    font-size: 22px;
    color: var(--secondary-color);
    font-weight: 500;
  }

  .custom-tabs .nav-link {
    position: relative;
    padding-bottom: 10px;
    border: none !important;
    color: var(--primary-color) !important;
  }

  .custom-tabs .nav-link .tab-underline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
    visibility: hidden;
    transition: visibility 0.3s, opacity 0.3s;
  }

  .custom-tabs .nav-link.active .tab-underline {
    visibility: visible;
    opacity: 1;
  }

  .custom-tabs .nav-link:not(.active) .tab-underline {
    visibility: hidden;
    opacity: 0;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .transaction-history {
    height: 350px !important;
    overflow: scroll;
  }

  .declined,
  .debit {
    color: #F54336;
  }

  .approved,
  .credit,
  .total {
    color: #07BD74;
  }

  .requested {
    color: #3796CE;
  }

  .edit-icon-container {
    position: absolute;
    left: 56%;
    top: 10%;
  }

  .secondary-border {
    border: 1px solid #C5C6C7;
  }

  .bottom-border-1x {
    border-bottom: 1px solid #C5C6C7;
  }

  .bottom-border {
    border-bottom: 2px solid #C5C6C7;
  }

  .secondary-font {
    font-size: 18px;
    color: var(--primary-color);
  }

  .fw-500 {
    font-weight: 500;
  }

  .iti {
    width: 100% !important
  }

  .border-dashed {
    border-bottom: 3px dashed #c5c6c7;
  }

  .text-danger , .error {
    color: red !important;
  }

  .has-error .form-control {
      border-color: red !important;
  }
  
  .help-block.error {
      color: red !important;
  }

  .continue-btn, .pay-payment {
    max-width: 400px;
  }

  .add-money-wallet {
    border: 1px solid #C5C6C7;
  }

  .otp-submit-btn {
      height: 52px;
      border-radius: 30px !important;
      background-color: var(--primary-color) !important;
      padding: 14px 16px 14px 16px !important;
  }

  #userDropdownDesktop {
    width: 184px;
  }

  .username-dropdown {
    left: auto !important;
    right: 0%;
  }

  .timer {
    height: 40px;
    width: 70px ;
  }

  .custom-map-control-button {
      background-color: white !important;
      border: 0px !important;
      outline: none !important;
      padding: 0px !important;
      margin: 10px !important;
      font-size: 18px !important;
      cursor: pointer !important;
      border-radius: 4px !important;
      height: 40px !important;
      width: 40px !important;
      box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px !important;
  }

  .service-image {
    height: 80px;
    width: 80px;
    object-fit: contain;
  }

  /* start powered by Google remove */

  .pac-container:after {
      background-image: none !important;
      height: 0px;
  }
 
  .pac-item {
    padding: 10px;
  }

  .navbar-dark .navbar-toggler{
    border-color: transparent !important;
  }

  #start_address_input::placeholder {
    color: #000 !important;
    opacity: 1;  
  }

  #end_address_input::placeholder {
    color: #000 !important;
    opacity: 1;  
  }

  /* END COMMON CSS */

  /* Start Notification */

  .notification-menu {
      min-width: 460px !important;
      left: auto !important;
      right: 0 !important;
  }

  .loading-spinner {
    padding: 10px 0;
  }

  .notification-height {
      overflow-y: scroll;
      overflow-x: hidden;
      max-height: 450px;
  }

  .rider_notification_list {
    color: #000 !important;
  }

  .notification-gif {
    top: 0px;
    left: 22px;
  }

  .notify-list-bg {
    background : #ecf0f5
  }

  .sub-card {
      font-size: inherit;
      padding: 15px;
      line-height: normal;
      color: var(--mm-default);
      border-bottom: 1px solid #e7e7e8;
      display: inline-block;
      width: 100%;
  }

  .notification-time {
    font-size: 16px;
  }
  
  /* End Notification  */

  /* START PAGINATION SPINNER  */

  .spinner-container {
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: var(--site-color);
    border-radius: 50%;
    bottom: 2.1%;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
  }

  .spinner {
    border: 2px solid #f3f3f3;
    border-top: 2px solid var(--site-color);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 0.6s linear infinite;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    right: 0;
    margin: 0 auto;
    top: 8px;
  }

  @keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
  }

  /* END PAGINATION SPINNER  */

  /* Start History Modal CSS */
  .timeline-with-icons {
    border-left: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
    left: 15px;
  }

  .timeline-with-icons .timeline-item {
    position: relative;
  }

  .timeline-with-icons .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
  }

  .timeline-with-icons .timeline-icon {
    position: absolute;
    left: -55px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* End History Modal CSS  */



  /* START NAVBAR */

  /* .main-nav {
    background-color: #000000 !important;
    height: 75px;
  }

  .nav-img {
    border-radius: 15%;
  }

  .nav-text {
    font-weight: 700;
  } */

  header {
    z-index: 5;
    background-color: #000000;
  }
  
  .nav-link.dropdown-toggle::after {
    display: none !important;
  }

  .break-word {
    word-break: break-all !important;
  }

  .taxi,
  .privacy-title,
  .recent,
  .credit,
  .debit,
  .ride-book {
    font-size: 26px;
    font-weight: 500;
  }

  .sub-drop.dropdown-menu {
    position: absolute !important;
    top: auto; 
    left: auto; 
  }

  /* END  NAVBAR */

  /* Start Main Section */
  .hero {
    background-size: cover;
    background-position: center;
    height: 800px;
  }

  .main-section-title {
    max-width: 547px;
    word-break: normal;
  }

  .hero h1,
  .say {
    font-weight: 600;
    font-size: 52px;
  }

  .para {
    font-size: 18px;
  }

  .ride {
    background-color: #C5C6C7;
    max-width: 480px;
  }

  .dashed-line {
    border-left: 2px var(--secondary-color) dashed;
    margin-left: 10px;
    padding: 0px 5px;
  }

  .ride-row {
    max-width: 380px !important;
  }

  .location {
    background-color: white;
    padding: 15px;
  }

  /* End Main Section */

  /* END BACKGROUND IMAGE */

  /* START OUR MISSION SECTION */

  .our-mission {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .our-mission-img {
    width: 100%;
  }

  .our-mission-p {
    text-align: justify;
  }

  /* END OUR MISSION SECTION */

  /* START WHY CHOOSE SECTION */

  .why-widget h6 {
    font-weight: 700; /* semibold-bold */
    color: #ffdb38;
  }

  .why-widget p {
    width: 75%;
  }


  .why-choose-section {
    position: relative;
    width: 100%;
  }

  .whychoose_image {
    width: 100%;
    display: block;
    max-height: 100%;
  }

  .content-overlay {
    position: relative;
    width: 100%;
  }

  .why-choose-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1490px;
    padding: 20px;
    z-index: 1;
  }

  .why-choose-content .container-fluid {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .why-choose-content h2 {
    font-size: 60px;
    margin-bottom: 25px;
  }

  .why-choose-content h6 {
    font-size: 20px;
    margin-bottom: 50px;
  }

  .why-choose-card {
    background-color: transparent !important;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }

  .why-choose-card-body {
    background-color: #ddd9 !important;
    border: none !important;
    border-radius: 5% !important;
    transition: max-height 0.3s ease;
  }

  .why-round-image {
    width: 90px;
    height: 90px;
    background-color: white;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    border: 4px solid gainsboro;
  }

  .why-p {
    color: #cfcfd0 !important;
    max-height: 100px;
    line-height: 2;
    overflow: hidden;
    transition: height 0.3s ease;
  }

  .why-choose-card-body.expanded {
    max-height: none;
  }

  .why-choose-card-body.expanded .why-p {
    max-height: none;
  }

  .read-less {
    font-size: 10px;
    cursor: pointer;
    font-weight: bold;
    display: none;
  }

  .why-h5 {
    height: 50px;
    overflow: hidden;
  }

  .read-more {
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
  }

  /* END WHY CHOOSE SECTION */

  /* START TESTIMONIAL */

  .testimonial-container {
    margin-bottom: 8rem;
    background-color: #f1f1f1 !important;
    height: 730px;
  }

  .testimonial-content {
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
    margin-bottom: 5rem;
  }

  .testimonial-content h2 {
    font-size: 50px;
    margin-top: 60px;
  }

  .testimonial-content p {
    margin-top: 5px;
    font-size: 20px;
  }

  .testimonial-item h5 {
    color: #757575;
  }

  .testimonial {
    height: 300px;
    background-color: #000000;
  }

  .testimonial-p {
    height: 100px;
    line-height: 1.6;
    overflow: hidden;
  }

  .marbot-30 {
    margin-bottom: 30px;
  }

  .profile-border-img {
    height: 400px !important;
    position: relative;
  }

  .profile-image-wrapper {
    position: absolute;
    top: 50%;
    left: 68%;
    transform: translate(-50%, -50%);
    width: 360px;
    height: 360px;
  }

  .profile-image {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* END TESTIMONIAL */

  /* START MOBILE SECTION */

  .download-section {
    margin-bottom: 4rem;
  }

  .mobile-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* END MOBILE SECTION */

  /* START TAXI BOOKING SECTION */

  .book {
    /* background-image: url(../Images/dynamic/car2.png); */
    border-radius: 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 10%;
  }

  .cab {
    max-width: 690px !important;
    word-break: normal;
    font-size: 40px !important;
  }

  /* END TAXI BOOKING SECTION */

  /* Start SignIn Page CSS */

  .login-btn {
    max-width: 132px;
    padding: 13px 20px;
  }

  .walkthrough-text {
    font-size: 32px;
    color: var(--primary-color);
  }

  .create {
    font-size: 32px;
    font-weight: 600;
  }

  .bgcolor {
    background-color: #EDEDED !important;
  }

  .login-row {
    border: 1px solid var(--secondary-color) !important;
  }

  .carousel-item {
    max-height: 829px;
  }

  .carousel-item-img {
    max-height: 690px !important;
  }

  .carousel-control-next,
  .carousel-control-prev {
    position: absolute !important;
    top: 92% !important;
    right: 3% !important;
    background-color: #ffffff !important;
    border-radius: 50%;
    padding-right: 2px !important;
    width: 40px !important;
    height: 40px;
    opacity: 1 !important;
  }

  .carousel-control-prev {
    left: 70% !important;
  }

  .carousel-control-next {
    right: 12% !important;
  }

  .custom-vh {
    height: 100vh !important;
  }

  .iti__selected-flag {
    height: 40px !important;
  }

  /* End SignIn Page CSS */

  /* Start SignUp Page CSS */

  .create {
    color: var(--primary-color);
  }

  /* End SignUp Page CSS */

  /* Start Payment Page CSS */

  .payment-card {
    height: 65px;
  }

  /* End Payment Page CSS */

  /* START FOOTER */

  footer {
    background-color: #000000;
    margin-top: auto;
  }

  .experience,
  .emergency {
    font-size: 22px !important;
    font-weight: 500;
  }

  .footer-text {
    max-width: 478px;
  }

  .order-list p {
    font-size: 20px !important;
    font-weight: 500;
  }

  /* END FOOTER */

  /* START TERMS & SERVICE */

  .terms-service {
    margin-top: 2rem;
  }

  .terms-service p {
    color: rgb(83, 83, 83) !important;
    font-size: 15px;
  }

  .terms-service ul li {
    color: rgb(83, 83, 83) !important;
    font-size: 15px;
  }

  /* END TERMS & SERVICE */

  /* Start About Page CSS */

  .information {
    text-align: justify;
  }

  .about-us-img {
    width: 116px;
    height: 116px;
  }

  /* End About Page CSS */

  /* START PRIVACY POLICY */

  .privacy-policy {
    margin-top: 2rem;
  }

  .privacy-policy p {
    font-size: 15px;
    color: rgb(83, 83, 83) !important;
  }

  .privacy-policy ul li {
    color: rgb(83, 83, 83) !important;
    font-size: 15px;
  }

  /* END PRIVACY POLICY */

  /* START MEDIA QUERY */


  @media (max-width: 576px) {
    .taxi {
      font-size: 20px;
    }

    .custom-vh {
      height: 100% !important;
    }

    .chat-box{
        width: 100% !important;
    }
  }

  @media (max-width: 767px) {

    #loader {
      left: 50% !important;
    }
    
    .our-mission {
      margin-top: 2rem !important;
    }

    .mobile_image {
      margin-top: 3rem !important;
    }

    .testimonial-image-div {
      display: none !important;
    }


    .text-gradient-border {
      font-size: 40px !important;
    }

    .testimonial-container {
      height: 660px !important;
      margin-bottom: 5rem !important;
    }

    .mobile-section {
      display: flex;
      flex-direction: row !important;
      justify-content: start !important;
    }

    .testimonial-content {
      margin-top: 0rem !important;
    }

    .why-choose-content h2 {
      font-size: 35px !important;
    }

    .why-choose-content .container-fluid {
      margin-top: 20px !important;
      margin-bottom: 20px !important;
    }

    .why-choose-content {
      width: 100% !important;
    }

    .why-choose-card {
      max-width: none !important;
    }

    .map-location {
      position: inherit !important;
      height: 50vh !important;
    }

    .map {
      height: 50vh !important;
    }

  }

  @media (max-width: 992px) {

    .book {
      background-size: cover !important;
    }

    .username-dropdown {
      left: auto !important;
      right: auto;
    }

    .notification-menu{
        min-width: auto !important;
        right: -130px !important;
    }
  }

  @media only screen and (min-width: 768px) {
     .gm-style-mtc-bbw {
        top: 60px !important;
      }

      .gm-fullscreen-control {
        top: 60px !important;
      }

      .gm-iv-address {
        left: 26px !important;
      }
      .gm-iv-small-container,.gm-iv-address  {
        height: 68px !important;
        position: absolute !important;
        top: 56px !important;
      }
  }

  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .profile-image-wrapper {
      top: 50% !important;
      left: 51% !important;
      width: 200px !important;
      height: 200px !important;
    }

    .profile-border-img {
      height: 225px !important;
    }

    .download-now {
      font-size: 45px !important;
    }

  }

  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .profile-image-wrapper {
      left: 55% !important;
    }

    .content {
      top: 60px !important;
      left: 80px !important;
    }

    .carousel-control-prev {
      left: 70% !important;
    }
  
    .carousel-control-next {
      right: 8% !important;
    }

  }

  @media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .profile-image-wrapper {
      left: 63% !important;
    }

    .content {
      top: 60px !important;
      left: 110px !important;
    }
  }

  @media (max-width: 480px) {

    .edit-icon-container {
      left: 60% !important;
    }

  }

  /* END MEDIA QUERY */

  /* START CUSTOM SCROLLBAR */

  ::-webkit-scrollbar {
    display: none;
  }

  /* ::-webkit-scrollbar {
    width: 5px;
  }

  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  ::-webkit-scrollbar-thumb {
    background: #909088;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #555556;
  } */

  /* END CUSTOM SCROLLBAR */