@media only screen and (min-width: 320px) {
  /* Spacing */
  .u-my-60 {
    margin: 20px 0;
  }
  .u-mt-60 {
    margin-top: 20px;
  }
  .u-mb-60 {
    margin-bottom: 20px;
  }
  /* Spacing End */
  /* Contact Us */
  .contact__form-left h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 6px;
  }
  .contact__form-left {
    margin-bottom: 12px;
  }
  .contact__form-block .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .contact__form-block input,
  .contact__form-block select,
  .contact__form-block textarea {
    padding: 8px 12px;
    max-width: 100%;
    font-size: 15px;
    line-height: 22px;
  }
  .contact-form-submit {
    margin-top: 0;
  }
  .form-group {
    margin-bottom: 16px;
  }
  .contact__us .contact__first-col {
    margin-bottom: 10px;
  }
  /* Contact Us End */

  /* FAQ */
  .faq-container .accordion-button,
  .faq-container .accordion-body {
    padding: 12px;
  }
  .faq-container .accordion-body p {
    font-size: 14px;
    line-height: 24px;
  }
  /* FAQ End */

  /* About Us */
  .fleet__support-wrapper {
    padding: 20px 16px;
    border-radius: var(--radius-20);
  }
  .vertical-border {
    height: 20px;
  }
  .out__commitment-image {
    border-radius: var(--radius-20);
  }
  .our__commitment-inner {
    padding: 16px 20px;
    border-radius: var(--radius-20);
  }
  .network__wrapper {
    padding: 16px;
    border-radius: var(--radius-20);
  }
  .our__mission__values__item:not(:last-child) {
    margin-bottom: 16px;
  }
  /* About Us End */

  /* Dealer */
  .join-us__row {
    gap: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .join-us__col {
    width: 50%;
  }
  /* Dealer End */

  /* Fleet */
  .fleet__services-section .fleet__slider-button {
    position: static;
    margin-top: 10px;
  }
  /* Fleet End */
}
@media only screen and (min-width: 481px) {
  /* Spacing */
  .u-my-60 {
    margin: 30px 0;
  }
  .u-mt-60 {
    margin-top: 30px;
  }
  .u-mb-60 {
    margin-bottom: 30px;
  }
  .u-py-60 {
    padding: 30px 0;
  }
  .u-pt-60 {
    padding-top: 30px;
  }
  .u-pb-60 {
    padding-bottom: 30px;
  }
  .u-py-150 {
    padding: 40px 0;
  }
  .u-pt-150 {
    padding-top: 40px;
  }
  .u-pb-150 {
    padding-bottom: 40px;
  }
  /* Spacing End */
  /* Blog */
  /* .blog__row {
    margin-left: 12px;
    margin-right: 12px;
  }
  .blog__col {
    padding-left: 12px;
    padding-right: 12px;
  } */
  .blog-card__date {
    column-gap: 7px;
  }
  /* Blog End */
  /* Our Clients */
  .our-clients__image {
    max-width: 70%;
  }
  .our-clients__item {
    width: calc(33.33% - 8px);
    min-height: 100px;
  }
  /* Our Clients End */

  /* Thank You */
  .thankyou__title {
    font-size: 50px;
    line-height: 60px;
  }
  /* Thank You End */

  /* 404 */
  .error404 h1 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .error404 p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  /* 404 End */

  /* Contact Us */
  .contact__form-left h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .contact__form-left {
    margin-bottom: 16px;
  }
  /* Contact Us End */

  /* About Us */
  .fleet__support-wrapper {
    padding: 25px 40px;
    border-radius: var(--radius-25);
  }
  .vertical-border {
    height: 25px;
  }
  .out__commitment-image {
    border-radius: var(--radius-25);
  }
  .network__wrapper {
    padding: 20px;
    border-radius: var(--radius-25);
  }
  .out__commitment-row {
    margin-top: 20px;
  }
  .our__commitment__item:not(:last-child) {
    margin-bottom: 20px;
  }
  /* About Us End */

  /* Dealer */
  .join-us__col {
    width: 50%;
  }
  .benefits__item-col:not(:last-child) {
    margin-bottom: 20px;
  }
  /* Dealer End */
}
@media only screen and (min-width: 576px) {
  /* Typography */
  h1,
  .u-heading-one {
    font-size: 32px;
    line-height: 40px;
  }
  h2,
  .u-heading-two {
    font-size: 28px;
    line-height: 36px;
  }
  h3,
  .u-heading-three {
    font-size: 24px;
    line-height: 32px;
  }
  h4,
  .u-heading-four {
    font-size: 20px;
    line-height: 26px;
  }
  h5,
  .u-heading-five {
    font-size: 18px;
    line-height: 24px;
  }
  h6,
  .u-heading-six {
    font-size: 16px;
    line-height: 22px;
  }
  .u-text-xxxl {
    font-size: 16px;
    line-height: 24px;
  }
  /* Typography End */
  /* Buttons */
  .btn--primary,
  .btn--secondary {
    font-size: 16px;
    line-height: 22px;
    padding: 9px 16px;
  }
  /* Buttons End */
  /* Spacing */
  .u-my-10 {
    margin: 10px 0;
  }
  .u-mt-10 {
    margin-top: 10px;
  }
  .u-mb-10 {
    margin-bottom: 10px;
  }
  .u-my-20 {
    margin: 20px 0;
  }
  .u-mt-20 {
    margin-top: 20px;
  }
  .u-mb-20 {
    margin-bottom: 20px;
  }
  .u-my-30 {
    margin: 15px 0;
  }
  .u-mt-30 {
    margin-top: 15px;
  }
  .u-mb-30 {
    margin-bottom: 15px;
  }
  .u-my-50 {
    margin: 34px 0;
  }
  .u-mt-50 {
    margin-top: 34px;
  }
  .u-mb-50 {
    margin-bottom: 34px;
  }
  .u-my-60 {
    margin: 40px 0;
  }
  .u-mt-60 {
    margin-top: 40px;
  }
  .u-mb-60 {
    margin-bottom: 40px;
  }
  .u-my-40 {
    margin: 20px 0;
  }
  .u-py-40 {
    padding: 30px 0;
  }
  .u-pt-40 {
    padding-top: 30px;
  }
  .u-pb-40 {
    padding-bottom: 30px;
  }
  .u-py-50 {
    padding: 34px 0;
  }
  .u-pt-50 {
    padding-top: 34px;
  }
  .u-pb-50 {
    padding-bottom: 34px;
  }
  .u-py-60 {
    padding: 40px 0;
  }
  .u-pt-60 {
    padding-top: 40px;
  }
  .u-pb-60 {
    padding-bottom: 40px;
  }
  .u-py-150 {
    padding: 60px 0;
  }
  .u-pt-150 {
    padding-top: 60px;
  }
  .u-pb-150 {
    padding-bottom: 60px;
  }
  /* Spacing End */
  /* Header */
  .header__wrapper {
    padding: 7px;
  }
  .site__branding {
    max-width: max-content;
  }
  .nav--side {
    width: 50%;
  }
  /* Header End */
  /* Banner */
  .banner__video {
    border-radius: var(--radius-40);
  }
  /* Banner End */
  /* Title */
  .title__wrapper {
    text-align: center;
  }
  .title {
    column-gap: 14px;
  }
  .title::before,
  .title::after {
    content: "";
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: var(--u-color-secondary);
    display: block;
  }
  /* Title End */
  /* Common Block */
  .block--common {
    padding: 19px 16px;
    border-radius: var(--radius-20);
  }
  /* Common Block End */
  /* About Us */
  .about-us__row,
  .key-benefits__row,
  .how-it-works__row,
  .blog__row {
    margin-bottom: -24px;
  }
  .about-us__col,
  .key-benefits__col,
  .how-it-works__col,
  .blog__col {
    margin-bottom: 24px;
  }
  .join-us__col {
    margin-bottom: 0;
  }
  /* About Us End */
  /* Time Money */
  .time-money__row {
    margin-bottom: -24px;
  }
  .time-money__col {
    margin-bottom: 24px;
  }
  .time-money .title__wrapper h3 {
    padding-bottom: 46px;
  }
  .time-money .title__wrapper h3::after {
    height: 30px;
  }
  /* Time Money End */
  /* Fleet Service */
  .fleet-service__list {
    column-gap: 40px;
    row-gap: 20px;
  }
  .button-line__wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 30px;
  }
  .button-line__wrapper hr {
    color: var(--u-color-grey-400);
    width: 100%;
    margin-bottom: 0;
    opacity: 1;
    display: block;
  }
  .key-benefits__title::before,
  .key-benefits__title::after {
    width: 60px;
  }
  /* Fleet Service End */
  /* Trade Service End */
  .block--common.trade-service-block--common {
    padding: 20px;
  }
  /* Trade Service End */
  /* Review */
  .block--common.reviews-block--common .icon__quote {
    width: 24px;
    height: 24px;
  }
  .reviews__block-content {
    margin-bottom: 46px;
  }
  /* Review End */
  /* Footer */
  .footer__social {
    justify-content: flex-end;
    column-gap: 24px;
    margin-top: 0;
  }
  .footer__middle .footer__middle-col:first-child {
    margin-bottom: 0;
  }
  .footer__bottom {
    padding: 16px 0;
  }
  /* Footer End */

  /* Thank You */
  .thankyou__title {
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 20px;
  }
  .thankyou__message {
    font-size: 20px;
    line-height: 26px;
  }
  .thankyou__sub {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .icon__smiley {
    width: 40px;
    height: 40px;
  }
  /* Thank You End */

  /* 404 */
  .error404 h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .error404 p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  /* 404 End */

  /* Contact Us */
  .contact__form-left h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .contact__form-left {
    margin-bottom: 20px;
  }
  .contact__us .footer__social {
    justify-content: flex-start;
    column-gap: 14px;
    margin-top: 10px;
  }
  /* Contact Us End */

  /* About Us */
  .our__mission__values__item {
    margin-bottom: 16px;
  }
  .fleet__support-wrapper {
    padding: 30px 50px;
    border-radius: var(--radius-30);
  }
  .vertical-border {
    height: 30px;
  }
  .out__commitment-image {
    border-radius: var(--radius-30);
  }
  .network__wrapper {
    padding: 25px;
    border-radius: var(--radius-30);
  }
  .our__mission__values-section .our__mission__values__item:nth-child(3),
  .our__mission__values-section .our__mission__values__item:nth-child(4) {
    margin-bottom: 0;
  }
  /* About Us End */

  /* Dealer */
  .join-us__row {
    margin-bottom: 0;
    justify-content: center;
  }
  .join-us__col {
    width: 25%;
  }
  .benefits-section {
    margin-bottom: -24px;
  }
  .benefits__item-col:not(:last-child),
  .benefits__item-col {
    margin-bottom: 24px;
  }
  .border-wrapper {
    border-radius: var(--radius-30);
    padding: 0 40px 25px 40px;
    margin-top: 25px;
  }
  .grey__box-wrapper {
    border-radius: var(--radius-35);
    padding: 26px 18px;
  }
  /* Dealer End */
}
@media only screen and (min-width: 768px) {
  /* Typography */
  h1,
  .u-heading-one {
    font-size: 36px;
    line-height: 46px;
  }
  h2,
  .u-heading-two {
    font-size: 30px;
    line-height: 38px;
  }
  h3,
  .u-heading-three {
    font-size: 26px;
    line-height: 34px;
  }
  h4,
  .u-heading-four {
    font-size: 22px;
    line-height: 28px;
  }
  h5,
  .u-heading-five {
    font-size: 20px;
    line-height: 26px;
  }
  h6,
  .u-heading-six {
    font-size: 18px;
    line-height: 23px;
  }
  .u-text-xxxl {
    font-size: 18px;
    line-height: 26px;
  }
  /* Typography End */
  /* Buttons */
  .btn--primary,
  .btn--secondary {
    padding: 11px 20px;
  }
  /* Buttons End */
  /* Spacing */
  .u-my-30 {
    margin: 20px 0;
  }
  .u-mt-30 {
    margin-top: 20px;
  }
  .u-mb-30 {
    margin-bottom: 20px;
  }
  .u-my-40 {
    margin: 30px 0;
  }
  .u-mt-40 {
    margin-top: 30px;
  }
  .u-mb-40 {
    margin-bottom: 30px;
  }
  .u-my-50 {
    margin: 40px 0;
  }
  .u-mt-50 {
    margin-top: 40px;
  }
  .u-mb-50 {
    margin-bottom: 40px;
  }
  .u-my-60 {
    margin: 50px 0;
  }
  .u-mt-60 {
    margin-top: 50px;
  }
  .u-mb-60 {
    margin-bottom: 50px;
  }
  .u-py-60 {
    padding: 50px 0;
  }
  .u-pt-60 {
    padding-top: 50px;
  }
  .u-pb-60 {
    padding-bottom: 50px;
  }
  .u-py-150 {
    padding: 80px 0;
  }
  .u-pt-150 {
    padding-top: 80px;
  }
  .u-pb-150 {
    padding-bottom: 80px;
  }
  /* Spacing End */
  /* Header */
  .header__call-link {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    column-gap: 6px;
  }
  .nav--side {
    width: 35%;
  }
  /* Header End */
  /* Title */
  .title::before,
  .title::after {
    width: 24px;
  }
  /* Title End */
  /* About Us */
  .about-us__icon {
    width: 30px;
    height: 30px;
  }
  .how-it-works__col {
    margin-bottom: 30px;
  }
  /* About Us End */
  /* Time Money */
  .time-money__icon {
    width: 30px;
    height: 30px;
  }
  /* Time Money End */
  /* Fleet Service */
  .key-benefits__icon {
    width: 30px;
    height: 30px;
  }
  .key-benefits__title {
    column-gap: 20px;
  }
  .key-benefits__title::before,
  .key-benefits__title::after {
    width: 90px;
  }
  /* Fleet Service End */
  /* Trade Service End */
  .trade-service__row {
    position: relative;
    padding-top: 80px;
  }
  .block--common.trade-service-block--common {
    max-width: 440px;
    position: absolute;
    top: 0;
    left: 12px;
    height: auto;
  }
  /* Trade Service End */
  /* Review */
  .block--common.reviews-block--common {
    padding: 30px 24px;
  }
  .reviews__slider-button {
    bottom: 0;
    right: 0;
  }
  /* Review End */
  /* Blog */
  .blog__col--content {
    order: unset;
  }
  /* Blog End */
  /* Our Client */
  .our-clients__item {
    width: calc(20% - 10px);
    min-height: 120px;
    padding: 16px;
  }
  .our-clients__image {
    max-width: 100%;
  }
  /* Our Client End */
  /* Footer */
  .footer__social-title::after {
    content: "";
    width: 80px;
    height: 1px;
    background: #ffffff;
  }
  .contact__us .footer__social-title::after {
    background: #e0e8f6;
  }
  .footer__social-list-item-link {
    width: 34px;
    height: 34px;
  }
  .footer__middle-block {
    column-gap: 14px;
  }
  .footer__middle-block i {
    width: 30px;
    height: 30px;
  }
  .footer__middle-block-content > p {
    margin-bottom: 16px;
  }
  .footer__middle-block-list {
    margin-top: 10px;
  }
  .footer__bottom {
    padding: 20px 0;
  }
  /* Footer End */

  /* Thank You */
  .thankyou__title {
    font-size: 100px;
    line-height: 105px;
    margin-bottom: 30px;
  }
  .thankyou__message {
    font-size: 22px;
    line-height: 28px;
  }
  .thankyou__sub {
    margin-bottom: 20px;
  }
  .icon__smiley {
    width: 58px;
    height: 58px;
  }
  /* Thank You End */

  /* 404 */
  .error404 h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .error404 p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 35px;
  }
  /* 404 End */

  /* Contact Us */
  .contact__form-left h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 14px;
  }
  .form-group {
    margin-bottom: 20px;
  }
  .contact__us .footer__middle-block-content .u-heading-six {
    font-size: 16px;
    line-height: 22px;
  }
  .contact__us .footer__middle-block-content .u-text-normal,
  .contact__address-block p {
    font-size: 15px;
    line-height: 22px;
  }
  .contact__us .footer__social-title {
    column-gap: 18px;
  }
  .contact__form-block .wpcf7-submit:disabled {
    background: var(--u-color-grey-200);
    border: 1px solid var(--u-color-grey-200);
    color: var(--u-color-site-dark);
  }
  .contact__form-block .wpcf7-submit {
    max-width: max-content;
    border-radius: var(--radius-40);
    background: var(--u-color-primary);
    border: 1px solid var(--u-color-primary);
    color: var(--u-color-grey-50);
    padding: 10px 22px;
    font-size: 16px;
    line-height: 22px;
  }
  .contact__address-block {
    max-width: 240px;
  }
  .contact__us .footer__social {
    column-gap: 12px;
    justify-content: space-between;
    margin-top: 0;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
  .contact__us .footer__social-list,
  .contact__us .footer__middle-block {
    gap: 8px;
  }
  .contact__us .contact__first-col {
    margin-bottom: 0;
  }
  /* Contact Us End */

  /* FAQ */
  .faq-container .accordion-item .accordion-button {
    font-size: 15px;
    line-height: 24px;
  }
  .faq-container .accordion-body p {
    font-size: 15px;
    line-height: 26px;
  }
  /* FAQ End */

  /* About Us */
  .fleet__support-wrapper {
    padding: 35px 55px;
    border-radius: var(--radius-35);
  }
  .vertical-border {
    height: 35px;
  }
  .our__mission__icon img,
  .our__commitment__icon img {
    width: 30px;
    height: 30px;
  }
  .out__commitment-image {
    border-radius: var(--radius-35);
  }
  .our__commitment-inner {
    padding: 24px 20px;
    border-radius: var(--radius-30);
  }
  .network__wrapper {
    padding: 30px;
    border-radius: var(--radius-35);
  }
  /* About Us End */

  /* Common Block */
  .block--common {
    border-radius: var(--radius-30);
  }
  /* Common Block End */

  /* Dealer */
  .join-us__row {
    margin-bottom: 0;
  }
  .border-wrapper {
    border-radius: var(--radius-30);
    padding: 0 57px 30px 57px;
    margin-top: 30px;
  }
  .grey__box-wrapper {
    border-radius: var(--radius-35);
    padding: 30px 20px;
  }
  .dealer-programme__item-block {
    display: block;
  }
  .dealer-programme__item:not(:last-child) {
    margin-bottom: 16px;
  }
  .dealer-programme__item-block .dealer-programme__item p {
    font-size: 16px;
  }
  /* Dealer End */

  /* Fleet */
  .fleet__services-section .fleet__slider-button {
    position: absolute;
    bottom: 0;
  }
  .swiper-slide.fleet__slide:last-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(
      270deg,
      #ffffff 1.92%,
      rgba(255, 255, 255, 0.95) 39.04%,
      rgba(255, 255, 255, 0.8) 67.35%,
      rgba(255, 255, 255, 0) 98.44%
    );
    width: 100%;
    height: 100%;
  }
  .fleet__services-slider-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(
      270deg,
      #ffffff 10%,
      rgba(255, 255, 255, 0.95) 40%,
      rgba(255, 255, 255, 0.8) 70%,
      rgba(255, 255, 255, 0) 100%
    );
    z-index: 2;
  }
  /* Fleet End */

  .order-list li {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 992px) {
  /* Typography */
  h1,
  .u-heading-one {
    font-size: 44px;
    line-height: 58px;
  }
  h2,
  .u-heading-two {
    font-size: 36px;
    line-height: 46px;
  }
  h3,
  .u-heading-three {
    font-size: 30px;
    line-height: 38px;
  }
  h4,
  .u-heading-four {
    font-size: 24px;
    line-height: 31px;
  }
  h5,
  .u-heading-five {
    font-size: 22px;
    line-height: 28px;
  }
  h6,
  .u-heading-six {
    font-size: 18px;
    line-height: 24px;
  }
  .u-text-xxxl {
    font-size: 18px;
    line-height: 30px;
  }
  .u-text-xxl {
    font-size: 18px;
    line-height: 24px;
  }
  .u-text-xl {
    font-size: 18px;
    line-height: 23px;
  }
  .u-text-normal {
    font-size: 16px;
    line-height: 21px;
  }
  p {
    font-size: 16px;
    line-height: 28px;
  }
  a,
  p > a {
    font-size: 16px;
    line-height: 28px;
  }
  /* Typography End */
  /* Spacing */
  .u-my-30 {
    margin: 30px 0;
  }
  .u-mt-30 {
    margin-top: 30px;
  }
  .u-mb-30 {
    margin-bottom: 30px;
  }
  .u-my-40 {
    margin: 40px 0;
  }
  .u-mt-40 {
    margin-top: 40px;
  }
  .u-mb-40 {
    margin-bottom: 40px;
  }
  .u-my-50 {
    margin: 50px 0;
  }
  .u-mt-50 {
    margin-top: 50px;
  }
  .u-mb-50 {
    margin-bottom: 50px;
  }
  .u-py-60 {
    padding: 60px 0;
  }
  .u-pt-60 {
    padding-top: 60px;
  }
  .u-pb-60 {
    padding-bottom: 60px;
  }
  .u-py-150 {
    padding: 100px 0;
  }
  .u-pt-150 {
    padding-top: 100px;
  }
  .u-pb-150 {
    padding-bottom: 100px;
  }
  /* Spacing End */

  /* Common Title */
  .common-list li {
    font-size: 18px;
    line-height: 30px;
    padding-left: 24px;
  }
  .common-list li::before {
    top: 11px;
  }
  /* Common Title End */
  /* Header */
  .header {
    margin: 20px 0 30px;
  }
  .header__wrapper {
    padding: 0 7px;
  }
  .header__left {
    column-gap: 18px;
  }
  .nav--side {
    position: static;
    height: auto;
    width: auto;
    box-shadow: none;
    background: none;
    padding: 0;
  }
  .menu {
    align-items: center;
    flex-direction: row;
    gap: 12px;
  }
  .menu .menu-item {
    padding: 18px 0;
    border: none;
    position: static;
    width: auto;
  }
  .menu .menu-item a {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
  }
  .header__hamburger-wrapper {
    display: none;
  }
  /* Header End */
  /* Title */
  .title::before,
  .title::after {
    width: 28px;
  }
  /* Title End */
  /* Common Block */
  .block--common {
    padding: 29px 24px;
    border-radius: var(--radius-40);
  }
  /* Common Block End */
  /* About Us */
  .about-us__left {
    position: sticky;
    top: 90px;
  }
  .about-us__right {
    margin-top: 17px;
  }
  .how-it-works__col {
    margin-bottom: 35px;
  }
  /* About Us End */
  /* Time Money */
  .time-money .block--common {
    padding-right: 16px;
  }
  /* Time Money End */
  /* Fleet Service */
  .fleet-service__list {
    column-gap: 60px;
    row-gap: 30px;
  }
  .key-benefits__title {
    justify-content: flex-start;
    column-gap: 30px;
  }
  .key-benefits__title::after {
    display: none;
  }
  /* Fleet Service End */
  /* Trade Service */
  .block--common.trade-service-block--common {
    padding: 30px;
    max-width: 540px;
  }
  /* Trade Service End */
  /* Review */
  .slider-button__prev i,
  .slider-button__next i {
    transition: all 0.3s ease-in-out;
    width: 30px;
    height: 30px;
  }
  /* Review End */
  /* Blog */
  .blog--card {
    padding: 19px;
    border-radius: var(--radius-40);
  }
  /* Blog End */
  /* Our Client */
  .our-clients__list {
    column-gap: 20px;
  }
  .our-clients__item {
    width: calc(20% - 16px);
    padding: 20px;
  }
  /* Our Client End */
  /* Footer */
  .footer__social-title::after {
    width: 120px;
  }
  .footer__social-list-item-link {
    width: 38px;
    height: 38px;
  }
  /* Footer End */

  .privacy__policy ul li,
  .terms__conditions ul li,
  .privacy-policy .common-list li,
  .terms-conditions .common-list li {
    font-size: 16px;
    line-height: 26px;
    padding-left: 24px;
  }
  .privacy__policy p,
  .terms__conditions p {
    font-size: 16px;
    line-height: 26px;
  }
  a,
  p > a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
  }

  /* Thank You */
  .thankyou__title {
    font-size: 120px;
    margin-bottom: 40px;
  }

  .thankyou__message {
    font-size: 24px;
    line-height: 30px;
  }

  .thankyou__sub {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 30px;
  }
  .icon__smiley {
    width: 68px;
    height: 68px;
  }
  /* Thank You End */

  /* 404 */
  .error404 h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .error404 p {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 40px;
  }
  .not-found-hero::before {
    bottom: -69px;
    max-width: 532px;
    width: 100%;
    height: 435px;
  }
  /* 404 End */

  /* Contact Us */
  .contact__form-left h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 16px;
  }
  .form-group {
    margin-bottom: 24px;
  }
  .contact__us .footer__social {
    column-gap: 16px;
  }
  .contact__us .footer__social-title {
    column-gap: 10px;
  }
  .contact__us .footer__social-list {
    gap: 10px;
  }
  .contact__us .footer__social-title::after {
    width: 60px;
    display: block;
  }
  .contact__us .footer__middle-block-content .u-heading-six {
    font-size: 18px;
    line-height: 24px;
  }
  .contact__us .footer__social {
    column-gap: 12px;
    justify-content: flex-end;
    margin-top: 0;
    flex-direction: row;
    align-items: center;
  }
  /* Contact Us End */

  .faq-container .accordion-item .accordion-button {
    font-size: 16px;
    line-height: 26px;
  }
  .faq-container .accordion-body p {
    font-size: 16px;
    line-height: 28px;
  }

  /* About */
  .out__commitment-row {
    margin-top: -30px;
  }
  .our__commitment__item:not(:last-child) {
    margin-bottom: 0;
  }
  .network__wrapper {
    padding: 40px 64px;
    border-radius: var(--radius-40);
  }
  .our__mission__values__item:not(:last-child),
  .our__mission__values__item {
    margin-bottom: 0;
  }
  /* About End */

  /* Dealer */
  .join-us__right {
    margin-top: 0;
  }
  .join-us__row {
    gap: 30px;
  }
  .join-us__col {
    width: auto;
  }
  .benefits__item {
    padding: 20px;
    border-radius: var(--radius-20);
  }
  .border-wrapper {
    padding: 0 77px 35px 77px;
  }
  /* .border-wrapper h3 {
    margin: -20px auto 0;
  } */
  .grey__box-wrapper {
    border-radius: var(--radius-40);
    padding: 40px 24px;
  }
  /* Dealer End */

  /* Fleet */
  .fleet__managers-content {
    margin-left: 22px;
  }
  .fleet__managers-image {
    max-height: 358px;
  }
  .fleet__services-section .fleet__slider-button {
    bottom: 0;
    left: 12px;
    right: auto;
    margin-top: 0;
  }
  /* Fleet End */

  .order-list li {
    font-size: 18px;
    line-height: 23px;
  }
}
@media only screen and (min-width: 1200px) {
  /* Typography */
  h1,
  .u-heading-one {
    font-size: 52px;
    line-height: 68px;
  }
  h2,
  .u-heading-two {
    font-size: 42px;
    line-height: 55px;
  }
  h3,
  .u-heading-three {
    font-size: 34px;
    line-height: 44px;
  }
  h4,
  .u-heading-four {
    font-size: 28px;
    line-height: 36px;
  }
  h5,
  .u-heading-five {
    font-size: 24px;
    line-height: 31px;
  }
  h6,
  .u-heading-six {
    font-size: 20px;
    line-height: 26px;
  }
  .u-text-xxxl {
    font-size: 20px;
    line-height: 30px;
  }
  .u-text-xxl {
    font-size: 18px;
    line-height: 30px;
  }
  p {
    font-size: 18px;
    line-height: 30px;
  }
  a,
  p > a {
    font-size: 18px;
    line-height: 30px;
  }
  /* Typography End */
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  /* Header */
  .header__left {
    column-gap: 30px;
  }
  .menu {
    gap: 18px;
  }
  /* Header End */
  /* Title */
  .title::before,
  .title::after {
    width: 32px;
  }
  /* Title End */
  /* About Us */
  .how-it-works__col {
    margin-bottom: 40px;
  }
  /* About Us End */
  /* Footer */
  .footer {
    margin: 20px 40px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .menu-footer-menu-container .menu {
    column-gap: 24px;
  }
  /* Footer End */

  /* Contact Us */
  .contact__us .footer__social {
    column-gap: 24px;
  }
  .contact__us .footer__social-title {
    column-gap: 18px;
  }
  .contact__us .footer__social-list {
    gap: 12px;
  }
  .contact__us .footer__social-title::after {
    width: 120px;
  }
  /* Contact Us End */

  /* Thank You */
  .thankyou__title {
    font-size: 150px;
    line-height: 105px;
    font-weight: 700;
    margin-bottom: 50px;
  }
  .thankyou__sub {
    margin-bottom: 40px;
  }
  .icon__smiley {
    width: 78px;
    height: 78px;
  }
  /* Thank You End */

  /* 404 */
  .error404 h1 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  /* 404 End */

  /* About */
  .our__mission__values__item,
  .our__mission__values__item:not(:last-child) {
    margin-bottom: 0;
  }
  /* About End */

  /* Dealer */
  .join-us__row {
    gap: 40px;
  }
  .border-wrapper {
    border-radius: var(--radius-40);
    padding: 0 97px 40px 97px;
    margin-top: 40px;
  }
  /* Dealer End */
}
