html {
  font-size: 62.5%;
  color: var(--font-color);
}
* {
  box-sizing: content-box;
  margin: 0;
  padding: 0;
}
body {
  color: var(--color);
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Poppins" !important;
  overflow-x: hidden !important;
}

.header-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: auto;
  background-color: white;
  height: 64px;
  z-index: 1000;
}

.fixed-header {
  width: 100%;
  position: fixed;
  background: #fff;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.05);
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 122rem;
  position: static;
}

.menu-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header .logo {
  display: flex;
  width: 171px;
  height: 25px;
  margin: 0 1.4rem 0 0;
  align-items: center;
  cursor: pointer;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.menu-left {
  display: flex;
  display: inline-flex;
  align-items: center;
}
.menu-right {
  display: flex;
}

.go-back {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  width: 100% !important;
  display: none;
  border-bottom: 1px solid #e4e1e0 !important;
  margin: 0 10px 0 0 !important;
  padding: 0 5px 5px 10px !important;
  align-items: center;
}
.back-icon {
  text-decoration: none;
  font-size: 20px;
  padding: 3px 8px 0 0 !important;
  width: 25px !important;
  margin-top: 3px !important;
}

.hr_line {
  display: none;
  height: 1px;
  background: #e1e3e5;
}

.language-selector {
  display: flex;
  align-items: center;
  margin: 0 5px 0 5px !important;
  padding: 1px 0 0 0 !important;
}

.language-selector .icon {
  width: 16.67px;
  height: 16.67px;
  margin-right: 10px;
}

.language-selector select {
  border: 0;
  outline: none;
}
.language-selector select:focus {
  border: 0;
  outline: none;
}
.lang-down {
  margin-left: -17px;
  width: 15px;
  height: 16px;
  margin-top: 5px;
}

#language-dropdown {
  font-size: 16px;
  padding: 0;
  min-width: 35px;
}

.lang-selector-dropdown {
  position: relative;
  display: inline-block;
}

.lang-selector-dropdown .dropdown-button {
  background-color: #fff;
  font-size: 16px;
  border: none;
  cursor: pointer;
  padding: 0;
}

.lang-selector-dropdown .lang-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  border-radius: 10px;
  z-index: 1;
  border: 1px solid #d5d1d1;
  margin-top: 10px;
  text-align: center;
  padding: 0 !important;
}

.lang-selector-dropdown .dropdown-item {
  color: black;
  text-decoration: none;
  display: block;
  cursor: pointer;
  padding: 4px 20px;
}
.lang-selector-dropdown .dropdown-item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.lang-selector-dropdown .dropdown-item:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.lang-selector-dropdown .dropdown-item:hover {
  color: var(--highlight-color);
  background-color: #004dc914;
}
.language-down {
  margin-top: 3px;
  cursor: pointer;
}

.lang-selector-dropdown.show .lang-dropdown-content {
  display: block;
}
.lang-l {
  display: inline-block;
}
.lang-s {
  display: none;
}

.header nav {
  display: flex;
  align-items: center;
}

.header nav a {
  text-decoration: none;
  color: #041124;
  margin: 0 15px;
  font-size: 16px;
  padding: 0;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.0015em;
  text-align: left;
}

.header nav a:hover {
  color: #004ec9;
}

.header .quote {
  margin-right: 15px;
  border-radius: 8px;
  background: var(
    --Gradient,
    linear-gradient(90deg, #004ec9 0%, #008cc9 43.23%, #00cec9 100%)
  );
  display: inline-flex;
  width: 148px;
  height: 32px;
  padding: 8px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}
.quote-phone {
  color: var(--White, #fff);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.quote-text {
  color: var(--White, #fff);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
}
.quote-l {
  display: flex;
}
.quote-s {
  display: none;
}
.header .quote:hover {
  color: #f0f0f0;
}
a {
  text-decoration: none;
}

.my-rides-dropdown {
  position: relative;
  display: inline-block;
  padding: 12px 0px;
}
.my-rides-dropdown .my-rides-dropdown-button {
  display: block;
  background-color: #fff;
  font-size: 16px;
  border: none;
  cursor: pointer;
  padding: 0;
}
.my-rides-dropdown .my-rides-dropdown-content {
  display: none;
  position: absolute;
  border-radius: 4px;
  border: 1px solid #eee;
  background: #fff;
  width: 120px;
  height: 113px;
  z-index: 1;
  margin-top: 40px;
  align-items: center;
  padding: 0 !important;
}
.my-rides-dropdown .dropdown-item {
  color: black;
  text-decoration: none;
  display: block;
  cursor: pointer;
  text-align: center;
}
.my-rides-btn {
  padding: 16px 8px !important;
}
.logout-btn {
  border-top: 1px solid #eee;
  padding: 16px 8px !important;
}
.my-rides-dropdown .dropdown-item:hover {
  color: var(--highlight-color);
  background-color: #004dc914;
  border-radius: 4px;
  margin: 5px;
  padding: 11px 3px !important;
}

.dropdown {
  display: inline-block;
}
.dropdown-menu {
  width: 88% !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-active a {
  color: #004ec9 !important;
  font-weight: 500 !important;
  border-bottom: 4px solid #004ec9;
}

.dropdown-content {
  align-items: center !important;
  justify-content: flex-start;
  width: 60%;
  display: none;
  position: absolute;
  flex-wrap: wrap;
  top: 64px;
  background-color: white;
  border: 1px solid #e4e1e0;
  padding: 20px;
  z-index: 999;
  left: 20% !important;
  padding: 10px 5px !important;
}

.dropdown-content a {
  color: #041124;
  font-weight: 400;
  font-size: 14px !important;
  padding: 3px;
  text-decoration: none;
  display: block;
  height: 50px !important;
  width: 130px;
  color: var(--Black, #261205);
  text-shadow: 0px 4px 24px rgba(192, 195, 200, 0.15);
  font-style: normal;
  line-height: normal;
}

.dropdown-content a::before {
  content: "\003e";
  margin-right: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.dropdown-content a:hover::before {
  color: #004ec9;
}

.menu-toggle {
  display: none;
}

.plus-icon {
  display: none;
  cursor: pointer;
  font-size: 20px;
  margin-left: 10px;
}

/* footer */

.footer {
  border-top: 0.8rem solid;
  border-image: linear-gradient(90deg, #0160c9 0%, #01c7c9 95.31%);
  border-image-slice: 1;
  /* margin: 10rem 0 0; */
  background-color: #f5f9ff;
}

.footer > .footer-content {
  width: 122rem;
  margin: 1rem auto 0;
}

.footer > .footer-content > .menu {
  width: 110rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 0 3.2rem 0;
  border-bottom: 0.5px solid #c9c4c1;
}

.footer > .footer-content > .menu > dl {
  max-width: 21rem;
  margin: 0;
}

.footer > .footer-content > .menu > dl > dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fe676e;
  margin: 0 0 1.6rem 0;
}

.footer > .footer-content > .menu > dl > dt:nth-of-type(2) {
  margin-top: 2.4rem;
}

.footer > .footer-content > .menu > dl > dd {
  margin: 0 0 0.8rem 0;
}

.footer > .footer-content > .menu > dl > dd > a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #5c4d44;
  text-decoration: none;
}

.help {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin: 1.3rem 0 2.6rem;
  text-align: center;
}
.help > a {
  text-decoration: none;
  color: #434c5b;
  font-size: 16px;
  font-weight: 500;
}

.footer > .footer-content > .help > a {
  font-size: 1.2rem;
  font-weight: 500;
  color: #938982;
}

.footer > .footer-content > .logos {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-left: auto;
}

.footer > .footer-content > .logos > img {
  width: 15rem;
  width: 15rem;
  height: auto;
}

.footer > .footer-content > .logos > .logos_bottom {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 1.2rem 0 1.2rem 0;
}

.footer > .footer-content > .logos > div > a > img {
  margin: 10px;
}

.footer > .footer-content > .logos > div > a > img {
  width: 4rem;
  height: auto;
  filter: invert(77%) sepia(100%) saturate(7477%) hue-rotate(194deg)
    brightness(87%) contrast(157%);
}

.footer > .footer-content > .logos > .trademark {
  margin-bottom: 4rem;
  font-size: 16px;
  font-weight: 600;
  color: #004ec9 !important;
}

.footer > .footer-content > .logos > .filings {
  margin-bottom: 1.8rem;
}

.footer > .footer-content > .logos > .filings > a {
  color: #004ec9;
}

.ride {
  width: 100%;
  height: 1845px;
  margin-top: 8.8rem;
}

/* Payment Bottom Section */
#payment-widget {
  display: none;
  left: 0;
  bottom: 0;
  position: fixed;
  width: 100% !important;
  z-index: 9999999999;
  background-color: #fff;
  border-top: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.payment-button {
  white-space: nowrap;
  background: linear-gradient(90deg, #0158c9 0%, #01c8c9 95.31%);
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.03px;
  align-self: flex-end;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: none;
}

.hidden {
  display: none;
}

#payment-summary {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
}

.total-info {
  color: var(--Grey-1, #5c4d44);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.021px;
}
.total-info p {
  margin-top: 10px;
  color: #004ec9;
  text-align: right;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.03px;
}

.summary-header {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin-bottom: 10px;
  align-items: center;
}

.summary-header span {
  color: var(--Grey-1, #5c4d44);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.045px;
}

#close-summary {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.summary-details div {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  color: var(--Grey-1, #5c4d44);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.024px;
}

.summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  padding-top: 10px;
  color: var(--Grey-1, #5c4d44);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.03px;
}

.summary-total span:last-child {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  padding-top: 10px;
  color: #004ec9;
}

#payment-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-top: 1px solid rgba(214, 212, 212, 0.05);
  box-shadow: 0rem -0.5rem 0.5rem rgba(0, 0, 0, 0.05);
}

#close-summary {
  font-size: 25px;
  cursor: pointer;
}

#info-icon {
  font-size: 14px;
  margin-left: 5px;
  cursor: pointer;
}
.divider {
  flex: 1;
  margin: 10px;
  border-bottom: 1px dashed #5c4d44;
}

#pay-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.pay-popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  width: 300px;
}

/* Payment Bottom End */

/* Mobile Devices (Up to 400px) */
@media screen and (max-width: 400px) {
  body {
    width: 100%;
  }
  .header {
    width: 100%;
  }
  #payment-widget {
    display: block;
  }
  .header .logo {
    display: flex;
    width: 120px;
    height: 18px;
    margin-left: 1.4rem;
  }
  nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  .menu-left,
  .menu-right {
    display: block;
    padding: 0;
  }
  .header .menu-container nav {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff;
    padding-left: 20px;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 600px;
  }
  .header .menu-container nav a,
  .header .menu-container nav div {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .header .menu-container nav.active {
    display: flex;
  }
  .menu-toggle {
    display: block;
    cursor: pointer;
    font-size: 24px;
    margin-right: 15px;
  }
  .dropdown {
    position: static;
  }
  .plus-icon {
    display: inline-block;
    margin-top: 2px;
  }
  .dropdown-content {
    display: none;
  }
  .dropdown-content.active {
    display: block !important;
    position: static;
    border: none;
    padding: 0 10px !important;
    width: 100%;
  }
  .dropdown-content a {
    padding: 10px 20px;
    height: 40px !important;
  }
  .dropdown:hover .dropdown-content {
    display: none;
  }

  .header nav a {
    height: 44px;
  }
  .menu-active a {
    color: #004ec9 !important;
    border-bottom: 0px solid #ffffff !important;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.027px;
  }
  .go-back {
    display: block;
    display: flex;
  }
  .hr_line {
    display: block;
    width: 90% !important;
    margin: 30px 0 !important;
  }
  .header .quote {
    display: flex;
    width: 104px;
    height: 22px;
    margin-right: 30px;
  }
  .quote-phone {
    font-size: 11px;
    line-height: 11px;
  }
  .quote-text {
    font-size: 10px;
    line-height: 10px;
  }
  .quote-l {
    display: none !important;
  }
  .quote-s {
    display: flex;
  }
  .dropdown-content {
    width: 95% !important;
    min-height: 500px !important;
    top: 0 !important;
    left: 0 !important;
    align-content: baseline;
  }
  .lang-l {
    display: none;
  }
  .lang-s {
    display: inline-block;
    margin-right: 5px !important;
  }
  .language-selector {
    width: 90% !important;
    padding: 5px 0 !important;
    margin: 0 !important;
  }
  .lang-selector-dropdown.show .lang-dropdown-content {
    padding: 3px !important;
    margin-left: 70% !important;
    max-width: 90px !important;
  }
  .lang-selector-dropdown .dropdown-item {
    text-align: center !important;
    padding: 4px 0 !important;
    align-items: flex-end !important;
  }
  .my-rides-dropdown .my-rides-dropdown-content {
    display: block;
    width: 120px !important;
    height: 113px !important; 
    margin-top: 0;
    border: none;
  }  
  .my-rides-dropdown .my-rides-dropdown-content a {    
    padding: 5px 0 0 0 !important;
    width: 110px !important;
    height: 40px;
    text-align: left !important;
  }
  .logout-btn {
    border-top: none;
  }
  .my-rides-dropdown .my-rides-dropdown-button {
    display: none;
  }
  
  .ride {
    margin-top: 56px;
  }
  .table {
    padding-left: 27% !important;
  }
  .footer > .footer-content {
    width: 100%;
    margin: 0;
    padding: 56px 0;
  }
  .footer > .footer-content > .logos > .logos_bottom {
    margin: 24px 0 32px;
  }
  .footer > .footer-content > .logos > .toHome {
    margin: 0;
  }
  .footer > .footer-content > .logos > .logos_bottom {
    gap: 16px;
  }
  .footer > .footer-content > .logos > div > a > img {
    margin: 0;
  }
  .footer > .footer-content > .logos > .help {
    margin: 0;
  }
  .footer > .footer-content > .menu {
    width: calc(100% - 32px);
    padding: 0 0 16px 0;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
  }
  .footer > .footer-content > .menu > dl {
    width: 208px;
    margin: 0 0 28px 0;
    text-align: center;
  }
  .footer > .footer-content > .menu > dl > dd {
    margin: 0 0 12px 0;
  }
  .footer > .footer-content > .menu > dl > dt:nth-of-type(2) {
    margin-top: 40px;
  }
  .help > a {
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
    font-size: 14px;
  }
  .footer > .footer-content > .logos > .trademark {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    color: #004ec9;
  }
}

/* Larger Mobile Devices (401px to 600px) */
@media screen and (min-width: 401px) and (max-width: 600px) {
  body {
    width: 100%;
  }
  .header {
    width: 100%;
  }
  .header .logo {
    display: flex;
    width: 120px;
    height: 18px;
    margin-left: 1.4rem;
  }
  nav {
    justify-content: flex-start;
  }
  .menu-left,
  .menu-right {
      display: block;
      padding: 0;
  }
  .header .menu-container nav {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff;
    padding-left: 20px;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 700px;
  }
  .header .menu-container nav a,
  .header .menu-container nav div {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .header .menu-container nav.active {
    display: flex;
  }
  .menu-toggle {
    display: block;
    cursor: pointer;
    font-size: 24px;
    margin-right: 15px;
  }
  .dropdown {
    position: static;
  }
  .plus-icon {
    display: inline-block;
    margin-top: 2px;
  }
  .dropdown-content {
    display: none;
  }
  .dropdown-content.active {
    display: block !important;
    position: static;
    border: none;
    padding: 0 10px !important;
    width: 100%;
  }
  .dropdown-content a {
    padding: 10px 20px;
    height: 40px !important;
  }
  .dropdown:hover .dropdown-content {
    display: none;
  }

  .header nav a {
    height: 44px;
  }
  .menu-active a {
    color: #004ec9 !important;
    border-bottom: 0px solid #ffffff !important;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.027px;
  }
  .go-back { 
    display: block;
    display: flex;
  }
  .hr_line {
    display: block;
    width: 90% !important;
    margin: 30px 0 !important;
  }
  .header .quote {
    display: flex;
    width: 124px;
    height: 30px;
    margin-right: 30px;
  }
  .quote-phone {
    font-size: 13px;
    line-height: 13px;
  }
  .quote-text {
    font-size: 11px;
    line-height: 11px;
  }
  .quote-l {
    display: none !important;
  }
  .quote-s {
    display: flex;
  }
  .dropdown-content {
    width: 95% !important;
    min-height: 500px !important;
    top: 0 !important;
    left: 0 !important;
    align-content: baseline;
  }  
  .lang-l {
    display: none;
  }
  .lang-s {
    display: inline-block;
    margin-right: 5px !important;
  }
  .language-selector { 
    width: 90% !important;
    padding: 5px 0 !important;
    margin: 0 !important;
  }
  .lang-selector-dropdown.show .lang-dropdown-content {
    padding: 3px !important;
    margin-left: 75% !important;
    max-width: 90px !important;
  }
  .lang-selector-dropdown .dropdown-item {
    text-align: center !important;
    padding: 4px 0 !important;
    align-items: flex-end !important;
  }
  .my-rides-dropdown .my-rides-dropdown-content {
    display: block;
    width: 120px !important;
    height: 113px !important;
    margin-top: 0;
    border: none;
  }
  .my-rides-dropdown .my-rides-dropdown-content a {
    padding: 5px 0 0 0 !important;
    width: 110px !important;
    height: 40px;
    text-align: left !important;
  }
  .logout-btn {
    border-top: none;
  }
  .my-rides-dropdown .my-rides-dropdown-button {
    display: none;
  }

  .ride {
    margin-top: 56px;
  }
  .table {
    padding-left: 27% !important;
  }
  .footer > .footer-content {
    width: 100%;
    margin: 0;
    padding: 56px 0;
  }
  .footer > .footer-content > .logos > .logos_bottom {
    margin: 24px 0 32px;
  }
  .footer > .footer-content > .logos > .toHome {
    margin: 0;
  }
  .footer > .footer-content > .logos > .logos_bottom {
    gap: 16px;
  }
  .footer > .footer-content > .logos > div > a > img {
    margin: 0;
  }
  .footer > .footer-content > .logos > .help {
    margin: 0;
  }
  .footer > .footer-content > .menu {
    width: calc(100% - 32px);
    padding: 0 0 16px 0;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
  }
  .footer > .footer-content > .menu > dl {
    width: 208px;
    margin: 0 0 28px 0;
    text-align: center;
  }
  .footer > .footer-content > .menu > dl > dd {
    margin: 0 0 12px 0;
  }
  .footer > .footer-content > .menu > dl > dt:nth-of-type(2) {
    margin-top: 40px;
  }
  .help > a {
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
    font-size: 14px;
  }
  .footer > .footer-content > .logos > .trademark {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    color: #004ec9;
  }
}

/* Tablets (481px to 768px) */
@media screen and (min-width: 601px) and (max-width: 768px) {
  body {
    width: 100%;
  }
  .header {
    width: 100%;
  }

  .header .logo {
    display: flex;
    width: 120px;
    height: 18px;
    margin-left: 1.4rem;
  }
  nav {
    justify-content: flex-start;
  }
  .menu-left,
  .menu-right {
    display: block;
    padding: 0;
  }
  .header .menu-container nav {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff;
    padding-left: 20px;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 700px;
  }
  .header .menu-container nav a,
  .header .menu-container nav div {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .header .menu-container nav.active {
    display: flex;
  }
  .menu-toggle {
    display: block;
    cursor: pointer;
    font-size: 24px;
    margin-right: 15px;
  }
  .dropdown {
    position: static;
  }
  .plus-icon {
    display: inline-block;
    margin-top: 2px;
  }
  .dropdown-content {
    display: none;
  }
  .dropdown-content.active {
    display: block !important;
    position: static;
    border: none;
    padding: 0 10px !important;
    width: 100%;
  }
  .dropdown-content a {
    padding: 10px 20px;
    height: 40px !important;
  }
  .dropdown:hover .dropdown-content {
    display: none;
  }

  .header nav a {
    height: 44px;
  }
  #payment-widget {
    display: block;
  }
  .menu-active a {
    color: #004ec9 !important;
    border-bottom: 0px solid #ffffff !important;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.027px;
  }
  .go-back {
    display: block;
    display: flex;
  }
  .hr_line {
    display: block;
    width: 90% !important;
    margin: 30px 0 !important;
  }
  .header .quote {
    display: flex;
    width: 124px;
    height: 30px;
    margin-right: 30px;
  }
  .quote-phone {
    font-size: 13px;
    line-height: 13px;
  }
  .quote-text {
    font-size: 11px;
    line-height: 11px;
  }
  .quote-l {
    display: none !important;
  }
  .quote-s {
    display: flex;
  }
  .dropdown-content {
    width: 95% !important;
    min-height: 500px !important;
    top: 0 !important;
    left: 0 !important;
    align-content: baseline;
  }
  .lang-l {
    display: none;
  }
  .lang-s {
    display: inline-block;
    margin-right: 5px !important;
  }
  .language-selector {
    width: 90% !important;
    padding: 5px 0 !important;
    margin: 0 !important;
  }
  .lang-selector-dropdown.show .lang-dropdown-content {
    padding: 3px !important;
    margin-left: 85% !important;
    max-width: 90px !important;
  }
  .lang-selector-dropdown .dropdown-item {
    text-align: center !important;
    padding: 4px 0 !important;
    align-items: flex-end !important;
  }
  .my-rides-dropdown .my-rides-dropdown-content {
    display: block;
    width: 120px !important;
    height: 113px !important;
    margin-top: 0;
    border: none;
  }
  .my-rides-dropdown .my-rides-dropdown-content a {
    padding: 5px 0 0 0 !important;
    width: 110px !important;
    height: 40px;
    text-align: left !important;
  }
  .logout-btn {
    border-top: none;
  }
  .my-rides-dropdown .my-rides-dropdown-button {
    display: none;
  }

  .ride {
    margin-top: 56px;
  }
  .table {
    padding-left: 27% !important;
  }
  .footer > .footer-content {
    width: 100%;
    margin: 0;
    padding: 56px 0;
  }
  .footer > .footer-content > .logos > .logos_bottom {
    margin: 24px 0 32px;
  }
  .footer > .footer-content > .logos > .toHome {
    margin: 0;
  }
  .footer > .footer-content > .logos > .logos_bottom {
    gap: 16px;
  }
  .footer > .footer-content > .logos > div > a > img {
    margin: 0;
  }
  .footer > .footer-content > .logos > .help {
    margin: 0;
  }
  .footer > .footer-content > .menu {
    width: calc(100% - 32px);
    padding: 0 0 16px 0;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
  }
  .footer > .footer-content > .menu > dl {
    width: 208px;
    margin: 0 0 28px 0;
    text-align: center;
  }
  .footer > .footer-content > .menu > dl > dd {
    margin: 0 0 12px 0;
  }
  .footer > .footer-content > .menu > dl > dt:nth-of-type(2) {
    margin-top: 40px;
  }
  .help > a {
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
    font-size: 14px;
  }
  .footer > .footer-content > .logos > .trademark {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    color: #004ec9;
  }
}

/* Small Laptops (769px to 1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body {
    width: 100%;
  }
  .header .logo {
    display: flex;
    margin-left: 1.4rem;
  }
  nav {
    justify-content: flex-start;
  }
  .menu-left,
  .menu-right {
    display: block;
    padding: 0;
  }
  .header .menu-container nav {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff;
    padding-left: 20px;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 800px;
  }
  .header .menu-container nav a,
  .header .menu-container nav div {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .header .menu-container nav.active {
    display: flex;
  }
  .menu-toggle {
    display: block;
    cursor: pointer;
    font-size: 24px;
    margin-right: 15px;
  }
  .dropdown {
    position: static;
  }
  .plus-icon {
    display: inline-block;
    margin-top: 2px;
  }
  .dropdown-content {
    display: none;
  }
  .dropdown-content.active {
    display: block !important;
    position: static;
    border: none;
    padding: 0 10px !important;
    width: 100%;
  }
  .dropdown-content a {
    padding: 10px 20px;
    height: 40px !important;
  }
  .dropdown:hover .dropdown-content {
    display: none;
  }

  .header nav a {
    height: 44px;
  }
  .menu-active a {
    color: #004ec9 !important;
    border-bottom: 0px solid #ffffff !important;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.027px;
  }
  .go-back {
    display: block;
    display: flex;
  }
  .hr_line {
    display: block;
    width: 90% !important;
    margin: 30px 0 !important;
  }
  .header .quote {
    display: flex;
    margin-right: 30px;
  }
  .quote-l {
    display: none !important;
  }
  .quote-s {
    display: flex;
  }
  .dropdown-content {
    width: 95% !important;
    min-height: 500px !important;
    top: 0 !important;
    left: 0 !important;
    align-content: baseline;
  }
  .lang-l {
    display: none;
  }
  .lang-s {
    display: inline-block;
    margin-right: 5px !important;
  }
  .language-selector {
    width: 90% !important;
    padding: 5px 0 !important;
    margin: 0 !important;
  }
  .lang-selector-dropdown.show .lang-dropdown-content {
    padding: 3px !important;
    margin-left: 85% !important;
    max-width: 90px !important;
  }
  .lang-selector-dropdown .dropdown-item {
    text-align: center !important;
    padding: 4px 0 !important;
    align-items: flex-end !important;
  }
  .my-rides-dropdown .my-rides-dropdown-content {
    display: block;
    width: 120px !important;
    height: 113px !important;
    margin-top: 0;
    border: none;
  }
  .my-rides-dropdown .my-rides-dropdown-content a {
    padding: 5px 0 0 0 !important;
    width: 110px !important;
    height: 40px;
    text-align: left !important;
  }
  .logout-btn {
    border-top: none;
  }
  .my-rides-dropdown .my-rides-dropdown-button {
    display: none;
  }

  .ride {
    margin-top: 56px;
  }
  .table {
    padding-left: 27% !important;
  }
  .footer > .footer-content {
    width: 100%;
    margin: 0;
    padding: 56px 0;
  }
  .footer > .footer-content > .logos > .logos_bottom {
    margin: 24px 0 32px;
  }
  .footer > .footer-content > .logos > .toHome {
    margin: 0;
  }
  .footer > .footer-content > .logos > .logos_bottom {
    gap: 16px;
  }
  .footer > .footer-content > .logos > div > a > img {
    margin: 0;
  }
  .footer > .footer-content > .logos > .help {
    margin: 0;
  }
  .footer > .footer-content > .menu {
    width: calc(100% - 32px);
    padding: 0 0 16px 0;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
  }
  .footer > .footer-content > .menu > dl {
    width: 208px;
    margin: 0 0 28px 0;
    text-align: center;
  }
  .footer > .footer-content > .menu > dl > dd {
    margin: 0 0 12px 0;
  }
  .footer > .footer-content > .menu > dl > dt:nth-of-type(2) {
    margin-top: 40px;
  }
  .help > a {
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
    font-size: 14px;
  }
  .footer > .footer-content > .logos > .trademark {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    color: #004ec9;
  }
}

/* Desktops (1025px and above) */
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  body {
    width: 100%;
  }
  .header .logo {
    display: flex;
    margin-left: 1.4rem;
  }
  nav {
    justify-content: flex-start;
  }
  .menu-left,
  .menu-right {
    display: block;
    padding: 0;
  }
  .header .menu-container nav {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff;
    padding-left: 20px;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 850px;
  }
  .header .menu-container nav a,
  .header .menu-container nav div {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .header .menu-container nav.active {
    display: flex;
  }
  .menu-toggle {
    display: block;
    cursor: pointer;
    font-size: 24px;
    margin-right: 15px;
  }
  .dropdown {
    position: static;
  }
  .plus-icon {
    display: inline-block;
    margin-top: 2px;
  }
  .dropdown-content {
    display: none;
  }
  .dropdown-content.active {
    display: block !important;
    position: static;
    border: none;
    padding: 0 10px !important;
    width: 100%;
  }
  .dropdown-content a {
    padding: 10px 20px;
    height: 40px !important;
  }
  .dropdown:hover .dropdown-content {
    display: none;
  }

  .header nav a {
    height: 44px;
  }
  .menu-active a {
    color: #004ec9 !important;
    border-bottom: 0px solid #ffffff !important;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.027px;
  }
  .go-back {
    display: block;
    display: flex;
  }
  .hr_line {
    display: block;
    width: 90% !important;
    margin: 30px 0 !important;
  }
  .header .quote {
    display: flex;
    margin-right: 30px;
  }
  .quote-l {
    display: none !important;
  }
  .quote-s {
    display: flex;
  }
  .dropdown-content {
    width: 95% !important;
    min-height: 500px !important;
    top: 0 !important;
    left: 0 !important;
    align-content: baseline;
  }
  .lang-l {
    display: none;
  }
  .lang-s {
    display: inline-block;
    margin-right: 5px !important;
  }
  .language-selector {
    width: 90% !important;
    padding: 5px 0 !important;
    margin: 0 !important;
  }
  .lang-selector-dropdown.show .lang-dropdown-content {
    padding: 3px !important;
    margin-left: 90% !important;
    max-width: 90px !important;
  }
  .lang-selector-dropdown .dropdown-item {
    text-align: center !important;
    padding: 4px 0 !important;
    align-items: flex-end !important;
  }
  .my-rides-dropdown .my-rides-dropdown-content {
    display: block;
    width: 120px !important;
    height: 113px !important;
    margin-top: 0;
    border: none;
  }
  .my-rides-dropdown .my-rides-dropdown-content a {
    padding: 5px 0 0 0 !important;
    width: 110px !important;
    height: 40px;
    text-align: left !important;
  }
  .logout-btn {
    border-top: none;
  }
  .my-rides-dropdown .my-rides-dropdown-button {
    display: none;
  }
  .ride {
    margin-top: 56px;
  }
  .table {
    padding-left: 27% !important;
  }
  .footer > .footer-content {
    width: 100%;
    margin: 0;
    padding: 56px 0;
  }
  .footer > .footer-content > .logos > .logos_bottom {
    margin: 24px 0 32px;
  }
  .footer > .footer-content > .logos > .toHome {
    margin: 0;
  }
  .footer > .footer-content > .logos > .logos_bottom {
    gap: 16px;
  }
  .footer > .footer-content > .logos > div > a > img {
    margin: 0;
  }
  .footer > .footer-content > .logos > .help {
    margin: 0;
  }
  .footer > .footer-content > .menu {
    width: calc(100% - 32px);
    padding: 0 0 16px 0;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
  }
  .footer > .footer-content > .menu > dl {
    width: 208px;
    margin: 0 0 28px 0;
    text-align: center;
  }
  .footer > .footer-content > .menu > dl > dd {
    margin: 0 0 12px 0;
  }
  .footer > .footer-content > .menu > dl > dt:nth-of-type(2) {
    margin-top: 40px;
  }
  .help > a {
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
    font-size: 14px;
  }
  .footer > .footer-content > .logos > .trademark {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    color: #004ec9;
  }
}

/* Wide Screens (1200px and above) */
@media screen and (min-width: 1440px) {
}
