* {
  font-family: "Nunito Sans";
}

:root {
  /* font-weight */
  --fw200: 200;
  --fw300: 300;
  --fw400: 400;
  --fw500: 500;
  --fw600: 600;
  --fw700: 700;
  --fw800: 800;
  --fw900: 900;

  /* color */
  --black: #000;
  --white: #fff;
  --primary: #ff8200;
  --primarylight: #fff5eb;
  --strokelight: #ffecd9;
  --EEE: #eee;
  --444: #444;
  --292D32: #292d32;
  --e5e5e5: #e5e5e5;
  --green: #43b02a;
  --c2: #c2c2c2;
  --3C4146: #3c4146;
  --Black-4: #5d5d5d;
  --greenlight: #bfefb4;
  --fcfc: #fcfcfc;
  --fdfd: #fdfdfd;
  --7979: #797979;

  /* font-size */
  --xs: 12px;
  --sm: 14px;
  --fifteen: 15px;
  --base: 16px;
  --17: 17px;
  --lg: 18px;
  --xl: 20px;
  --21: 21px;
  --xl22: 22px;
  --xxl: 24px;
  --26px: 26px;
  --2xl: 28px;

  /* font */
  --iconmon: "icomoon";
}

.btn-primary {
  display: flex;
  padding: 12.5px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: var(--primary);
  border: none;
  box-shadow: none;
  transition: 100ms ease-in-out;
  font-size: var(--sm);
  font-weight: var(--fw600);
  line-height: normal;
}

.btn-primary:hover {
  background: var(--black);
}

.header {
  z-index: 111;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all ease-in-out 200ms;
}

.header.scroll {
  background: rgb(255 255 255 / 90%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.header .navbar {
  padding: 0;
  min-height: 84px;
}

.header .navbar-brand {
  max-width: 245px;
  width: 100%;
}

.header .navbar-brand img {
  width: 100%;
}

.header .navbar-nav .nav-link {
  padding: 0 12px;
  color: var(--black);
  font-weight: var(--fw600);
  font-size: var(--sm);
}

.header .navbar-nav .nav-link:hover,
.header .navbar-nav .nav-link.active {
  color: var(--primary);
}

.header .navbar-nav .dropdown-toggle {
  padding-right: 19px;
  position: relative;
}

.header .navbar-nav .dropdown-toggle.active::after {
  color: var(--primary);
}

.header .navbar-nav .dropdown-toggle::after {
  content: "\e906";
  font-family: "icomoon" !important;
  border: none;
  display: inline-block;
  font-size: 14px;
  height: 22px;
  margin: auto 0 auto 5px;
  vertical-align: middle;
  color: var(--black);
  transition: 200ms ease-in-out;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 22px;
}

.header .navbar-nav:has(.active) .dropdown-toggle.show::after {
  color: var(--primary);
}

.header .navbar-nav .dropdown-toggle.show::after {
  transform: scaleY(-1);
}

.header .navbar-nav .dropdown-toggle:hover,
.header .navbar-nav .dropdown-toggle:hover::after,
.header .navbar-nav .dropdown-toggle.show,
.header .navbar-nav .dropdown-toggle.show::after {
  color: var(--primary);
}

.header .navbar-nav .dropdown-menu {
  border-radius: 12px;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
  padding: 10px;
}

.header .navbar-nav .dropdown-item {
  color: #000;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 8.5px 12px;
  border-radius: 10px;
}

.header .navbar-nav .dropdown-item.active,
.header .navbar-nav .dropdown-item:hover {
  background: var(--primarylight);
  color: var(--primary);
}

.header .navbar-nav .dropdown-menu li:not(:last-child) {
  margin-bottom: 10px;
}

.hero-section {
  overflow: hidden;
}

.hero-section::after {
  content: "";
  position: absolute;
  background: url("../images/hero-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  max-height: 747px;
}

.inner-hero-div {
  position: relative;
  z-index: 2;
  padding: 45px 0 0;
}

.hero-content span {
  color: var(--green);
  font-size: 22px;
  font-style: normal;
  font-weight: var(--fw700);
  line-height: normal;
  margin: 0 0 6px;
  display: block;
}

.hero-content h1 {
  color: var(--black);
  font-size: 50px;
  font-weight: var(--fw800);
  line-height: normal;
}

.hero-content p {
  color: var(--444);
  font-size: var(--21);
  font-style: normal;
  font-weight: var(--fw500);
  line-height: 30px;
}

.store-btn-grp {
  column-gap: 23px;
  padding: 10px 0 0;
}

.hero-right-img {
  position: relative;
  z-index: 2;
}

.hero-map {
  position: absolute;
  bottom: 28px;
  min-width: 900px;
  left: -13%;
}

.heromap-relative {
  position: relative;
}

.features {
  position: relative;
  z-index: 2;
  padding: 90px 0;
}

.feature-main-box {
  border-radius: 80px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
  padding: 16px 40px;
}

.feature-col-box {
  padding: 16px 0;
}

.feature-col-box h2 {
  color: var(--black);
  font-size: var(--lg);
  font-style: normal;
  font-weight: var(--fw700);
  line-height: 24px;
  margin-bottom: 3px;
}

.feature-col-box p {
  color: var(--444);
  font-size: var(--base);
  font-weight: var(--fw500);
  line-height: 24px;
  margin-bottom: 0;
}

.feature-circle {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primarylight);
}
.feature-circle .custom-icon {
  font-size: 30px;
  color: var(--primary);
}

.feature-main-box .row {
  justify-content: center;
}
.cmn-heading .small-heading {
  color: var(--green);
  text-align: center;
  font-size: var(--xl22);
  font-style: normal;
  font-weight: var(--fw600);
  line-height: normal;
  margin: 0 0 5px;
  display: block;
}

.cmn-heading h2 {
  font-size: 46px;
  font-style: normal;
  font-weight: var(--fw800);
  line-height: normal;
  text-transform: capitalize;
  color: var(--black);
  margin: 0;
}

.cmn-heading h2 span {
  color: var(--primary);
}

.vid-aifbox {
  max-width: 977px;
  width: 100%;
  margin: 0 auto;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  border: 10px solid var(--white);
  background: var(--white);
  z-index: 3;
  box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 20%);
  position: relative;
  padding-top: 539px;
}

.vid-aifbox iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.vid-aifbox video {
  width: 100%;
  border-radius: 17px;
}

.play-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  background: transparent;
  border: none;
  margin: auto;
  z-index: 4;
  display: block;
  opacity: 1;
  padding: 0;
  display: none !important;
}

.video-play .play-btn {
  display: none;
}

.play-btn img {
  width: 100%;
}

.vid-aifbox.playing .play-btn {
  opacity: 0;
}

.vid-aifbox::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* border-radius: 24px; */
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(1px);
  z-index: 3;
  opacity: 1;
  transition: all ease-in-out 100ms;
  display: none !important;
}

.vid-aifbox.video-play::after {
  display: none;
}

.vid-aifbox.playing::after {
  opacity: 0;
}

.about-fasthub {
  padding: 90px 0;
  position: relative;
}

.about-fasthub::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 480px;
  background: linear-gradient(180deg, #fff 0%, #fff4e9 100%);
  z-index: 1;
}

.about-fasthub-bg {
  z-index: 3;
  position: relative;
}

.about-fasthub .cmn-heading {
  margin: 0 0 30px;
}

.why-chooseus {
  padding: 82px 0 90px;
}

.why-chooseus .cmn-heading {
  margin-bottom: 40px;
}

.cmn-heading p {
  font-size: var(--lg);
  line-height: 30px;
  color: var(--444);
  font-weight: var(--fw500);
  padding: 5px 0 0;
  margin: 0 0 0;
}

.why-chooseus-slider .swiper-wrapper {
  transition-timing-function: linear !important;
  height: auto;
}

.why-chooseus-slider .swiper-slide {
  height: auto;
  display: flex;
}

.whychoose-box {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid var(--EEE);
}

.why-chooseus-slider .swiper-slide:hover .whychoose-box {
  border-radius: 16px;
  border: 1px solid #ffc385;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.02);
  cursor: pointer;
}

.whychoose-box .choose-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  background: var(--primarylight);
}

.why-chooseus-slider .swiper-slide:hover .whychoose-box .choose-icon {
  background: var(--primary);
}

.choose-icon .custom-icon {
  font-size: 30px;
  color: var(--primary);
}

.why-chooseus-slider
  .swiper-slide:hover
  .whychoose-box
  .choose-icon
  .custom-icon {
  color: var(--white);
}

.whychoose-box {
  text-align: center;
}

.whychoose-box h3 {
  color: var(--black);
  text-align: center;
  font-size: var(--lg);
  font-style: normal;
  font-weight: var(--fw700);
  line-height: 24px;
  margin: 0 0 14px;
}

.whychoose-box p {
  color: var(--444);
  text-align: center;
  font-size: var(--base);
  font-style: normal;
  font-weight: var(--fw500);
  line-height: 24px; /* 150% */
  margin: 0;
}

.fasthub-works {
  padding: 75px 0 90px;
  background: linear-gradient(
    89deg,
    #fffcfa 2.02%,
    #fffaf5 53.08%,
    #fffcfa 99.28%
  );
}

.fashub-work-row-right {
  padding-right: 30px;
}

.fashub-work-row-left {
  padding-left: 30px;
}

.phonemockup {
  position: relative;
}

.fast-gif {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto auto;
  max-width: 53%;
  left: 0;
}

.fasthub-works .cmn-heading {
  margin-bottom: 34px;
}

.fashub-work-box {
  border-radius: 16px;
  border: 1px solid #ffecd9;
  background: #fff5eb;
  padding: 16px;
  transition: all ease-in-out 400ms;
}

.fashub-work-box:hover {
  cursor: pointer;
  box-shadow: 0 0 0px 1px #ff820059;
}

.fast-work-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--strokelight);
  border-radius: 50%;
  margin: 0 0 12px;
}

.fast-work-icon .custom-icon {
  font-size: 24px;
  color: var(--primary);
}

.fashub-work-box h3 {
  color: var(--black);
  font-size: var(--lg);
  font-style: normal;
  font-weight: var(--fw700);
  line-height: 24px;
  margin: 0 0 8px;
}

.fashub-work-box p {
  color: var(--444);
  font-size: var(--base);
  font-weight: var(--fw500);
  line-height: 24px;
  margin: 0;
}

.fashub-work-row .fashub-work-box:not(:last-child) {
  margin-bottom: 24px;
}

.faasthub-offer {
  padding: 90px 0;
}

.faasthub-offer .cmn-heading {
  margin: 0 0 44px;
}

.offer-accordion .accordion-item {
  border: none;
  padding-left: 12px;
  border-left: 4px solid var(--EEE);
  border-radius: 8px;
}

.offer-accordion .accordion-body {
  padding: 0 0 10px 0;

  color: var(--444);
  font-size: var(--base);
  font-weight: var(--fw500);
  line-height: 24px; /* 150% */
}

.offer-accordion .accordion-body a {
  color: var(--primary);
  font-size: var(--sm);
  font-weight: var(--fw700);
  line-height: normal;
  text-decoration: none;
  margin: 14px 0 0;
  display: flex;
  align-items: center;
}

.offer-accordion .accordion-body a .custom-icon {
  margin-left: 4px;
  font-size: 19px;
}

.offer-accordion .accordion-button::after {
  display: none;
}

.offer-accordion .accordion-button {
  padding-left: 0;
  color: var(--black);
  font-size: var(--21);
  font-style: normal;
  font-weight: var(--fw700);
  line-height: 24px;
  background: transparent;
  border: none;
  box-shadow: none;
}

.offer-accordion .accordion-item:not(:last-child) {
  margin-bottom: 24px;
}

.offer-accordion .accordion-item:has(.show),
.offer-accordion .accordion-item:has(.collapsing) {
  border-color: var(--primary);
  border-radius: 12px;
}

.call-to-action {
  background: url("../images/callactionbg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 70px 0;
  overflow: hidden;
  position: relative;
}

.call-to-action::after {
  content: "";
  position: absolute;
  width: 270px;
  height: 320px;
  background: url(../images/pinvector.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 20px;
  bottom: -50px;
  z-index: 1;
}

.call-to-action.ind-heading::after {
  bottom: -30px;
}

.call-to-action .container {
  position: relative;
  z-index: 3;
}

.call-to-action h3 {
  color: var(--white);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: var(--fw700);
  line-height: 44px;
  margin: 0 0 25px;
}

.call-to-action .btn {
  display: flex;
  width: 160px;
  padding: 12.5px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid var(--white);
  color: var(--white);
  font-size: var(--sm);
  font-weight: var(--fw600);
  line-height: normal;
  transition: all ease-in-out 200ms;
}

.call-to-action .btn:hover {
  background: var(--white);
  color: var(--black);
}

.download-app-section {
  padding: 90px 0;
}

.download-inner-bg {
  border-radius: 30px;
  padding: 56px 0 0;
  /* background: linear-gradient(100deg, #fff5e9 0%, #fff7ee 100%); */
  background: url("../images/downloadbg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.download-app-content h3 {
  color: var(--black);
  font-size: 36px;
  font-weight: var(--fw700);
  line-height: 44px;
  margin-bottom: 12px;
}

.download-app-content p {
  color: var(--444);
  font-size: var(--21);
  font-weight: var(--fw500);
  line-height: 30px;
}

.getapp {
  color: var(--444);
  font-size: var(--lg);
  font-weight: var(--fw700);
  line-height: 30px;
}

.phone-app-img {
  text-align: center;
}

.phone-app-img img {
  max-width: 320px;
  margin: 0 50px 0 auto;
}

.footer {
  background: var(--292D32);
  padding: 60px 0 0;
}

.footer-logo {
  max-width: 244px;
  width: 100%;
  margin: 0 0 30px;
}

.footer-nav-link {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-nav-link a {
  color: var(--c2);
  font-size: var(--sm);
  font-weight: var(--fw600);
  line-height: normal;
  text-decoration: none;
  transition: all ease-in-out 200ms;
}

.footer-nav-link a:hover {
  color: var(--primary);
}

.right-footer-part p {
  color: var(--c2);
  font-size: var(--lg);
  font-weight: var(--fw700);
  line-height: 30px;
  margin: 0 0 6px;
}

.right-footer-part {
  max-width: 290px;
  margin-left: auto;
}

.right-footer-part .store-btn-grp {
  column-gap: 16px;
  display: flex;
}

.inner-footer {
  padding-bottom: 25px;
  border-bottom: 1px solid var(--3C4146);
}

.copyright-footer {
  padding: 24px 0;
  display: flex;
  align-items: center;
}
.footer-socialicon {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  list-style: none;
}

.footer-socialicon a {
  color: var(--c2);
  text-decoration: none;
  font-size: var(--xxl);
  display: flex;
}

.copyright-footer p {
  color: var(--c2);
  font-size: var(--base);
  font-weight: var(--fw400);
}

.launch-section {
  padding: 80px 0;
  position: relative;
  background: url("../images/launchbg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.smooth-typing-wrapper {
  display: flex;
  margin: auto;
  position: absolute;
  max-width: 69vw;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.5;
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
}
.smooth-typing-wrapper .smooth-typing {
  font-size: 10vw;
  overflow: hidden;
  white-space: nowrap;
  color: var(--greenlight);
  font-weight: 800;
  line-height: 0.8;
  animation: smooth-typing 5s steps(500) infinite;
}
@keyframes smooth-typing {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

.launch-relative {
  position: relative;
  z-index: 4;
}

.launch-content h6 {
  color: var(--Black-5, #1d1d1d);
  text-align: center;
  font-feature-settings: "ss02" on;
  font-size: 72px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -1.44px;
}

.launch-content p {
  color: var(--Black-4);
  font-size: var(--base);
  font-weight: var(--fw400);
  line-height: 26px; /* 162.5% */
}

.input-with-button {
  display: flex;
  border-radius: 12px;
  border: 1px solid #d9d9d9;
  background: #fdfdfd;
  padding: 3px;
  max-width: 500px;
  margin: 0 auto;
}

.input-with-button .form-control {
  border: none;
  outline: none;
  box-shadow: none;
}

.input-with-button .btn-primary {
  color: var(--white);
  min-width: 130px;
  text-decoration: none;
}

.innerpage-hero-section::after {
  content: "";
  position: absolute;
  background: url(../images/innerherobg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  max-height: 332px;
}

.innerpage-hero-section:has(.staticpage-content-after)::after {
  max-height: 365px;
}

.innerpage-hero-section h1 {
  color: var(--black);
  font-size: 50px;
  font-weight: var(--fw800);
  line-height: normal;
  margin: 0 0 0;
}

.innerpage-content {
  min-height: 248px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 90px 0;
}

.cmn-innerpage-herosection {
  padding: 85px 0 90px;
}

.hero-content .cmn-inner-main-heading {
  color: #000;
  font-family: "Nunito Sans";
  font-size: 46px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.individual-sectiontwo {
  padding: 0 0 90px;
}

.for-individuals {
  padding: 86px 0;
  background: linear-gradient(
    270deg,
    #fff9f2 0%,
    rgba(255, 252, 249, 0.8) 100%
  );
}

.for-individuals .cmn-heading {
  margin: 0 0 40px;
}

.for-individuals-box {
  border-radius: 16px;
  border: 1px solid var(--EEE);
  background: var(--white);
  padding: 16px;
  height: 100%;
}

.for-individuals-row .row {
  row-gap: 26px;
}

.for-individuals-circle {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primarylight);
  border-radius: 50%;
  margin-right: 12px;
}

.for-individuals-circle .custom-icon {
  color: var(--primary);
  font-size: var(--xxl);
}

.for-individuals-content h5 {
  color: var(--black);
  font-size: var(--21);
  font-weight: var(--fw700);
  line-height: 24px;
  margin: 0 0 7px;
}

.for-individuals-content p {
  color: var(--444);
  font-size: var(--base);
  font-style: normal;
  font-weight: var(--fw600);
  line-height: 24px; /* 150% */
  margin: 0 0 0;
}

.sub-heading-ind {
  color: var(--black);
  text-align: center;
  font-size: var(--xxl);
  font-weight: var(--fw700);
  line-height: 24px; /* 100% */
  margin: 43px 0 0;
}

.individual-boost {
  padding: 86px 0 90px;
}

.indboost-accrodion .accordion-item:not(:last-child) {
  margin-bottom: 24px;
}

.indboost-accrodion .accordion-item {
  border-radius: 16px;
  border: 1px solid var(--EEE);
  background: var(--white);
  overflow: hidden;
  padding: 0px 16px;
}

.indboost-accrodion .accordion-item .accordion-button {
  min-height: 54px;
  padding-left: 0;
  padding-right: 24px;
  color: var(--black);
  font-size: var(--21);
  font-weight: var(--fw700);
  line-height: 24px; /* 114.286% */
  background: transparent !important;
  box-shadow: none;
  position: relative;
}
.indboost-accrodion .accordion-body {
  padding: 0;
  color: var(--444);
  font-size: var(--base);
  font-weight: var(--fw500);
  line-height: 24px; /* 150% */
  margin: 0 0 16px;
}

.indboost-accrodion .accordion-button::after {
  content: "\e90b";
  font-size: var(--xxl);
  color: var(--primary);
  border: none;
  font-family: var(--iconmon);
  width: 24px;
  height: 24px;
  background: inherit !important;
  transform: rotate(180deg);
  font-weight: var(--fw400);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
}

.indboost-accrodion .accordion-item:has(.collapsing) .accordion-button::after,
.indboost-accrodion .accordion-item:has(.show) .accordion-button::after {
  transform: rotate(0deg);
}

.ind-fasthub-work {
  /* background: #f2f2f2; */
  background: var(--fcfc);
  padding: 90px 0;
}

.indfast-main-heading {
  color: var(--black);
  font-size: 46px;
  font-weight: var(--fw800);
  line-height: normal;
  margin: 0;
}

.indfastwork-box {
  border-radius: 16px;
  border: 1px solid var(--EEE);
  background: var(--white);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
  padding: 24px;
  height: 100%;
}

.indfastwork-box h6 {
  color: var(--black);
  font-size: var(--lg);
  font-weight: var(--fw700);
  line-height: 24px; /* 133.333% */
  margin: 0 0 10px;
}

.indfastwork-box p {
  color: var(--444);
  font-size: var(--base);
  font-style: normal;
  font-weight: var(--fw500);
  line-height: 24px; /* 150% */
  margin: 0 0 0;
}

.indfst-work-row {
  row-gap: 24px;
}

.ind-quick-delivery {
  padding: 84px 0 90px;
}

.ind-quick-delivery .cmn-heading {
  margin-bottom: 40px;
}

.ind-quick-delivery-row .row {
  row-gap: 24px;
}

.ind-quick-delivery-row .whychoose-box {
  height: 100%;
}

.ind-quick-delivery-row .whychoose-box .choose-icon {
  width: 48px;
  height: 48px;
}

.ind-quick-delivery-row .whychoose-box .choose-icon .custom-icon {
  font-size: var(--xxl);
}

.ind-quick-delivery-row .whychoose-box h3 {
  margin: 0 0 18px;
}

.call-to-action.ind-heading h2 {
  color: var(--white);
  font-size: 36px;
  font-style: normal;
  font-weight: var(--fw700);
  line-height: 44px; /* 122.222% */
}

.call-to-action.ind-heading p {
  color: var(--white);
  font-size: var(--lg);
  font-weight: var(--fw500);
  line-height: 30px; /* 166.667% */
}

.businesscustomer-whychooseus {
  row-gap: 24px;
}

.businesscustomer-whychooseus .whychoose-box:hover {
  border-radius: 16px;
  border: 1px solid #ffc385;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.02);
  cursor: pointer;
}

.businesscustomer-whychooseus .whychoose-box:hover .choose-icon {
  background: var(--primary);
}

.businesscustomer-whychooseus .whychoose-box:hover .choose-icon .custom-icon {
  color: var(--white);
}

.cmn-vector-set {
  position: relative;
}

.cmn-vector-set::after {
  content: "";
  position: absolute;
  position: absolute;
  background: url(../images/vectorset.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 609px;
  width: 360px;
  bottom: -35%;
  right: 0;
}

.subscription-tiers {
  padding: 0 0 90px;
}

.ff-scnd-col {
  align-self: center;
}

.hover-show-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all ease-in-out 780ms;
  opacity: 0;
}

.phonemockup {
  transition: all ease-in-out 780ms;
  opacity: 1;
  /* transition-delay: 2s; */
}

.tranform-1 {
  opacity: 1 !important;
  z-index: 11;
}

.tranform-0 {
  opacity: 1 !important;
  z-index: 1;
}

.subscription-tiers .cmn-heading {
  margin-bottom: 42px;
}

.subtiers-box {
  border: 1px solid var(--EEE);
  border-radius: 16px;
  overflow: hidden;
  transition: all ease-in-out 200ms;
}

.subtiers-box:hover {
  border: 1px solid #ffc385;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
  cursor: pointer;
}

.subtiers-heading {
  background: var(--primarylight);
  display: flex;
  align-items: center;
  min-height: 52px;
  color: var(--black);
  font-size: var(--21);
  font-weight: var(--fw700);
  line-height: 24px; /* 114.286% */
  padding: 0 14px;
}

.subtiers-body {
  padding: 0 24px 0 14px;
}

.subtiers-price {
  color: #ff8200;
  font-family: "Nunito Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.subtiers-body-list {
  padding: 17px 0 16px;
  border-bottom: 1px solid var(--EEE);
}

.subtiers-price span {
  color: #444;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.subtiers-driver {
  color: #43b02a;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.subtiers-footer {
  border: none;
  margin: 16px 0 0;
  background: transparent;
  padding: 0 14px 4px;
}

.subtiers-footer-li .custom-icon {
  font-size: 20px;
  margin-right: 7px;
  transform: rotate(90deg);
}

.subtiers-footer-li p {
  color: var(--444);
  font-size: var(--sm);
  font-weight: var(--fw600);
  line-height: 24px; /* 171.429% */
  margin: 0 0 0;
}

.subtiers-footer-li {
  margin-bottom: 12px;
}

.subscription-tiers-row {
  row-gap: 24px;
}

.bs-thirve {
  background: linear-gradient(
    89deg,
    #fffcfa 2.02%,
    #fffaf5 53.08%,
    #fffcfa 99.28%
  );
  padding: 80px 0 90px;
}

.bs-thirve .cmn-heading {
  margin-bottom: 42px;
}

.bs-thirve-accrodion .accordion-item:not(:last-child) {
  margin-bottom: 15px;
}

.bs-thirve-accrodion .accordion-item {
  border-radius: 16px;
  border: 1px solid #eee;
  background: #fff;
  padding: 0 24px;
}

.bs-thirve-accrodion .accordion-item .accordion-button {
  padding: 0;
  color: var(--black);
  font-size: var(--21);
  font-weight: var(--fw700);
  line-height: 24px;
  display: flex;
  align-items: center;
  min-height: 72px;
  background: transparent;
  box-shadow: none;
}

.bs-thirve-accrodion .accordion-item .accordion-body {
  padding: 0 0 24px 0;
}

.bs-thirve-accrodion .accordion-button::after {
  display: none;
}

.bs-thirve-accrodion .accordion-item:has(.collapse.show) {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.bs-thirve-accrodion .accordion-item .accordion-body {
  color: var(--444);
  font-size: var(--base);
  font-weight: var(--fw500);
  line-height: 24px; /* 150% */
}

.ind-serve {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}

.ind-serve-swriper {
  margin-left: auto;
  width: calc((100vw + 350px) / 2);
  overflow: hidden;
  position: relative;
  z-index: 4;
}

.ind-serve-swriper .swiper-container {
  padding-right: 70px;
}

.ind-serve-swriper .swiper-slide {
  height: auto;
  display: flex;
}

.ind-serve-swriper .swiper-wrapper {
  height: auto;
}

.ind-serve-left-col {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 3;
}

.ind-serve .container {
  position: relative;
}

.ind-serve-left-col .cmn-heading {
  padding: 20px 0;
}

.ind-serve-swriper .whychoose-box {
  background: var(--white);
}

.ind-serve-swriper .whychoose-box:hover {
  border: 1px solid #ffc385;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.02);
  cursor: pointer;
}

.delivery-services {
  background: linear-gradient(
    89deg,
    #fffbf8 2.02%,
    #fffaf5 53.08%,
    #fffbf8 99.28%
  );
  padding: 90px 0;
}

.ds-icon {
  display: flex;
  width: 60px;
  height: 60px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid var(--primarylight);
  background: var(--white);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.07);
  margin: 0 0 14px;
}

.ds-icon .custom-icon {
  font-size: 30px;
  color: var(--primary);
}

.ds-content h6 {
  color: var(--black);
  font-size: var(--lg);
  font-weight: var(--fw700);
  line-height: 24px; /* 133.333% */
}
.ds-content p {
  color: var(--444);
  font-size: var(--base);
  font-style: normal;
  font-weight: var(--fw500);
  line-height: 24px; /* 150% */
  margin: 0;
}

.ds-row .row {
  row-gap: 24px;
}

.cmn-vector-left::after {
  content: "";
  position: absolute;
  background: var(--primary);
  width: 143.991px;
  height: 129.609px;
  transform: rotate(-26.88deg);
  flex-shrink: 0;
  filter: blur(130px);
  left: 0;
  top: 0;
  bottom: -40%;
  margin: auto 0;
  z-index: 1;
}

.thrive-hide-img {
  opacity: 0;
  visibility: hidden;
}

.cmn-thrive-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all ease-in-out 200ms;
}

.bs-thirve-accrodion:has(:not(.collapsing)) .thrive-hide-img,
.bs-thirve-accrodion:has(:not(.show)) .thrive-hide-img {
  opacity: 1;
  visibility: visible;
}

.bs-thirve-accrodion:has(#collapseOne.collapsing) .thrive-img-1,
.bs-thirve-accrodion:has(#collapseOne.show) .thrive-img-1 {
  opacity: 1;
}

.bs-thirve-accrodion:has(#collapseTwo.collapsing) .thrive-img-2,
.bs-thirve-accrodion:has(#collapseTwo.show) .thrive-img-2 {
  opacity: 1;
}

.bs-thirve-accrodion:has(#collapseThree.collapsing) .thrive-img-3,
.bs-thirve-accrodion:has(#collapseThree.show) .thrive-img-3 {
  opacity: 1;
}

.bs-thirve-accrodion:has(#collapsefour.collapsing) .thrive-img-4,
.bs-thirve-accrodion:has(#collapsefour.show) .thrive-img-4 {
  opacity: 1;
}

.driver-subscription {
  padding: 90px 0;
}

.driver-sub-box {
  border-radius: 24px;
  background: #fff5eb;
  padding: 30px;
}

.ds-option-box {
  border-radius: 24px;
  border: 1px solid #ffe0bf;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
  padding: 30px;
}

.ds-option-box h5 {
  color: #000;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 22px;
}

.rate-dollar {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 24px 0;
  color: var(--primary);
  font-size: var(--26px);
  font-weight: var(--fw700);
  line-height: 24px; /* 92.308% */
  display: flex;
  align-items: center;
  justify-content: center;
}

.rate-dollar span {
  color: var(--444);
  font-size: var(--base);
  font-weight: var(--fw500);
  line-height: 21px; /* 131.25% */
  margin-left: 4px;
}

.ds-option-box p {
  color: var(--444);
  font-size: var(--base);
  font-weight: var(--fw600);
  line-height: 26px;
  margin: 18px 0 0;
}

.prepare-to-drive {
  padding: 0 0 90px;
}

.prepare-to-drive .cmn-heading {
  margin: 0 0 43px;
}

.prpare-driver-row {
  row-gap: 24px;
}

.prepareto-box {
  padding: 16px;
  gap: 24px;
  flex: 1 0 0;
  border-radius: 16px;
  border: 1px solid #eee;
  height: 100%;
}

.prp-title .prp-icon {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  align-items: center;
  gap: 10px;
  justify-content: center;
  border-radius: 24px;
  background: var(--primarylight);
}

.prp-title .prp-icon .custom-icon {
  font-size: var(--xxl);
  color: var(--primary);
}

.prp-title {
  margin: 0 0 22px;
}

.prp-title p {
  color: var(--black);
  font-size: var(--lg);
  font-weight: var(--fw700);
  line-height: 24px; /* 133.333% */
  margin: 0 0 0;
}

.prp-content li {
  position: relative;
  padding-left: 28px;
  list-style: none;
  color: var(--444);
  font-size: var(--base);
  font-weight: var(--fw500);
  line-height: 24px; /* 150% */
}

.prp-content li::after {
  content: "\e920";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 24px;
  line-height: 20px;
  color: var(--primary);
  font-family: var(--iconmon);
}

.prp-content li:not(:last-child) {
  margin-bottom: 12px;
}

.howfast-work {
  background: linear-gradient(
    89deg,
    #fcfcfc 2.02%,
    #f7f7f7 53.08%,
    #fcfcfc 99.28%
  );
  padding: 90px 0;
}

.howfast-right-content .cmn-heading {
  margin: 0 0 36px;
}

.howfast-right-content .accordion-button::after {
  display: none;
}

.howfast-right-content .accordion-item {
  border: none;
  border-radius: 0;
  background: transparent;
}

.howfast-right-content .accordion-item:not(:last-child) {
  border-bottom: 1px solid var(--EEE);
}

.howfast-right-content .accordion-header .accordion-button {
  color: var(--black);
  font-size: var(--lg);
  font-weight: var(--fw700);
  line-height: 24px;
  padding: 24px 15px 24px 0;
  background: transparent !important;
  box-shadow: none;
}

.howfast-right-content .accordion-header .accordion-button span {
  width: 36px;
  text-align: center;
  margin-right: 14px;
}

.howfast-right-content .accordion-item .accordion-body {
  padding: 0 10px 24px 50px;
  color: var(--444);
  font-size: var(--base);
  font-weight: var(--fw500);
  line-height: 24px; /* 150% */
}

.howfast-right-content .accordion-item:first-child .accordion-button {
  padding-top: 0;
}

.drive-hide-img {
  opacity: 0;
  visibility: hidden;
}

.cmn-drive-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all ease-in-out 200ms;
}

.howdrive-accrodion:has(:not(.collapsing)) .drive-hide-img,
.howdrive-accrodion:has(:not(.show)) .drive-hide-img {
  opacity: 1;
  visibility: visible;
}

.howdrive-accrodion:has(#collapseOne.collapsing) .drive-img-1,
.howdrive-accrodion:has(#collapseOne.show) .drive-img-1 {
  opacity: 1;
}

.howdrive-accrodion:has(#collapseTwo.collapsing) .drive-img-2,
.howdrive-accrodion:has(#collapseTwo.show) .drive-img-2 {
  opacity: 1;
}

.howdrive-accrodion:has(#collapseThree.collapsing) .drive-img-3,
.howdrive-accrodion:has(#collapseThree.show) .drive-img-3 {
  opacity: 1;
}

.howdrive-accrodion:has(#collapsefour.collapsing) .drive-img-4,
.howdrive-accrodion:has(#collapsefour.show) .drive-img-4 {
  opacity: 1;
}

.whyfaasthub-love {
  padding: 90px 0;
}

.whyfaasthub-love-box {
  border-radius: 24px;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  padding: 56px 40px;
}

.drive-lovus h3 {
  color: var(--black);
  font-size: 36px;
  font-weight: var(--fw800);
  line-height: 46px;
}

.driv-lov-icon {
  min-width: 60px;
  width: 60px;
  height: 60px;
  padding: 3px;
  border-radius: 40px;
  background: var(--primarylight);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.driv-lov-icon .custom-icon {
  font-size: 30px;
  color: var(--primary);
}

.driv-lov-content {
  color: var(--444);
  font-size: var(--lg);
  font-style: normal;
  font-weight: var(--fw600);
  line-height: 24px;
}

.drive-lov-row > .row {
  row-gap: 24px;
}

.contact-section {
  padding: 90px 0;
}

.contactus-box {
  border-radius: 16px;
  border: 1px solid var(--EEE);
}

.left-contact-box {
  padding: 24px;
  border-right: 1px solid #ddd;
}

.right-contact-box {
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.infobox {
  padding: 32px 30px;
  border-radius: 16px;
  background: var(--primarylight);
  text-align: center;
}

.info-icon {
  display: flex;
  width: 60px;
  min-width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  margin: 0 auto 16px;
  border-radius: 100px;
  background: #ffecd9;
}

.info-icon .custom-icon {
  font-size: 30px;
  color: var(--primary);
}

.info-content p {
  color: var(--black);
  text-align: center;
  font-size: var(--sm);
  font-weight: var(--fw600);
  line-height: normal;
  margin: 0 0 0;
}

.info-content .subtext {
  color: var(--444);
  font-size: var(--base);
  font-weight: var(--fw500);
  line-height: normal;
  margin: 5px 0 0;
  display: block;
  text-decoration: none;
}

.left-contact-box .d-flex {
  row-gap: 13px;
}

.contactform-heading {
  margin: 0 0 30px;
}

.contactform-heading h3 {
  color: var(--black);
  font-size: 30px;
  font-weight: var(--fw800);
  line-height: normal;
}

.contactform-heading p {
  color: var(--444);
  font-size: var(--base);
  font-weight: var(--fw500);
  line-height: 30px;
  margin: 0 0 0;
}

.contact-form .form-label {
  color: #000;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 6px;
}

.contact-form .form-control {
  border-radius: 12px;
  border: 1px solid var(--EEE);
  background: var(--fdfd);
  padding: 11.5px 16px;
  color: var(--black);
  font-size: var(--sm);
  font-weight: var(--fw600);
  line-height: normal;
  box-shadow: none;
}

.contact-form .form-control::placeholder,
.contact-form .form-control::-moz-placeholder,
.contact-form .form-control::-webkit-input-placeholder {
  color: var(--7979);
}

.contact-form .textarea-control {
  min-height: 116px;
  resize: none;
}

.txteara-number {
  color: var(--7979);
  text-align: right;
  font-size: var(--xs);
  font-weight: var(--fw500);
  line-height: normal;
  display: block;
}

.submit-btn {
  min-width: 150px;
}

.contactus-callaction {
  padding: 90px 0;
  background: url(../images/ctactionbg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ctaction-heading {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ctaction-heading h5 {
  color: var(--black);
  font-size: 46px;
  font-weight: var(--fw800);
  line-height: normal;
  margin: 0 0 0;
}

.ctaction-heading span {
  color: var(--primary);
  font-size: var(--26px);
  font-weight: var(--fw700);
  line-height: 24px; /* 92.308% */
}

.ctaction-heading p {
  color: var(--444);
  font-size: var(--base);
  font-weight: var(--fw500);
  line-height: 24px; /* 150% */
  margin: 0 0 0;
}

.staticpage-content {
  padding: 80px 0 65px;
}

.staticpage-content p {
  color: var(--444);
  font-size: var(--base);
  font-weight: var(--fw500);
  line-height: 24px; /* 150% */
}

.staticpage-content p,
.staticpage-content h2,
.staticpage-content h3,
.staticpage-content h4 {
  margin: 0 0 0;
}

.staticpage-content h3 {
  color: var(--black);
  font-size: var(--xxl);
  font-weight: var(--fw800);
  line-height: normal;
}

.staticpage-content .subheading {
  color: var(--black);
  font-size: var(--lg);
  font-weight: var(--fw700);
  line-height: normal;
}

.staticpage-content ul {
  margin: 0;
}

.staticpage-content ul li {
  color: var(--444);
  font-size: var(--base);
  font-weight: var(--fw500);
  line-height: 34px; /* 212.5% */
}

.staticpage-content a {
  color: var(--primary);
}

.staticpage-content .link {
  color: var(--primary);
  text-decoration: none;
}

.user-info p {
  color: var(--444);
  font-size: var(--base);
  font-weight: var(--fw500);
  line-height: 34px; /* 212.5% */
}

.user-info span {
  color: var(--black);
  font-weight: 600;
}

.effective-date {
  color: #444;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

.effective-date .highlight {
  color: #000;
}

.recent-blog-sec {
  padding: 80px 0 90;
}

.blog-heading {
  margin: 0 0 44px;
}

.blog-heading h3 {
  color: var(--black);
  font-size: 36px;
  font-style: normal;
  font-weight: var(--fw700);
  line-height: 44px;
  margin: 0 0 0;
}

/* .rc-blog-card .rcblog-bigimg {
  margin: 0 0 24px;
  border-radius: 16px;
  max-height: 300px;
  object-fit: cover;
} */
.rc-blog-card .rcblog-bigimg {
  margin: 0 0 24px;
  border-radius: 16px;
  max-height: 650px;
  object-fit: cover;
}

.rc-blog-card .content > a {
  text-decoration: none;
}

.rc-blog-card .content > a * {
  transition: all ease-in-out 200ms;
}

.rc-blog-card .content > a:hover * {
  color: var(--primary);
}

.rc-blog-card .content span {
  color: var(--primary);
  font-size: var(--sm);
  font-weight: var(--fw700);
  line-height: 20px;
}

.rc-blog-card .content .custom-icon {
  font-size: var(--base);
  color: var(--black);
  font-weight: var(--fw400);
}

.rc-blog-card .content h6 {
  color: var(--black);
  font-size: var(--xl22);
  font-weight: var(--fw700);
  line-height: normal;
  margin: 0 0 0;
}

.rc-blog-card .content p {
  color: var(--444);
  font-size: var(--base);
  font-weight: var(--fw400);
  line-height: 24px; /* 150% */
  margin: 0 0 0;
}

.rc-blog-card .content > span {
  margin: 0 0 10px;
  display: block;
}

.rcblog-smallimg {
  border-radius: 16px;
  max-height: 250px;
  object-fit: cover;
  max-width: 296px;
}

.rc-blog-card .content h4 {
  color: #000;
  font-size: var(--lg);
  font-weight: var(--fw700);
  line-height: normal;
  margin: 0 0 0;
}

.all-blog-card img {
  border-radius: 16px;
  max-height: 300px;
  object-fit: cover;
  margin: 0 0 20px;
}

.allblog-card-content .small-heading {
  color: #ff8200;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  margin: 0 0 8px;
}

.allblog-card-content h6 {
  color: var(--black);
  font-size: var(--xl22);
  font-weight: var(--fw700);
  line-height: normal;
  margin: 0 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.allblog-card-content > a {
  text-decoration: none;
  color: var(--black);
}

.allblog-card-content > a:hover * {
  color: var(--primary);
}

.allblog-card-content p {
  margin: 0 0 0;
}

.allblog-sec .row {
  row-gap: 44px;
}

.allblog-sec {
  padding: 0 0 90px;
}

.pagination {
  margin: 38px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--EEE);
}

.cmn-pag-control p {
  color: var(--444);
  font-size: var(--sm);
  font-weight: var(--fw500);
  line-height: 20px; /* 142.857% */
}

.cmn-pag-control .custom-icon {
  font-size: var(--xl);
  color: var(--444);
}

.leftarrow-div .icon-arrow-right {
  transform: scaleX(-1);
}

.pagination-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  font-size: var(--sm);
  font-weight: var(--fw500);
  line-height: 20px; /* 142.857% */
}

.pagination-number.active {
  border-radius: 20px;
  background: #fff5eb;
  box-shadow: 0px 0px 0px 4px #ffe8cf;
  color: var(--primary);
}

.allblog-card-content p {
  color: var(--444);
  font-size: var(--base);
  font-weight: var(--fw400);
  line-height: 24px; /* 150% */
}

.blog-dimg-sec {
  padding: 90px 0 0;
}

.blog-details-heading h3 {
  color: var(--black);
  /* font-size: 56px; */
  font-size: 36px;
  font-weight: var(--fw800);
  line-height: normal;
}

.blog-details-heading p {
  color: var(--444);
  font-size: 21px;
  font-weight: var(--fw500);
  line-height: 30px; /* 142.857% */
  margin: 0 0 0;
}

.blogd-main-img {
  margin: 64px 0 0;
}

.blogd-main-img img {
  max-height: 530px;
  object-fit: cover;
}

.blogd-inner-content {
  padding: 90px 0 0;
}

.blogd-inner-content p {
  color: var(--444);
  font-size: var(--base);
  font-weight: var(--fw400);
  line-height: 24px; /* 150% */
  margin: 0 0 0;
}

.bd-subheading {
  color: #000;
  font-size: var(--xxl);
  font-weight: var(--fw700);
  line-height: 28px; /* 116.667% */
}

.cmn-blogd-ul li {
  color: var(--444);
  font-size: var(--base);
  font-weight: var(--fw400);
  line-height: 24px; /* 150% */
}

.cmn-blogd-ul li:not(:last-child) {
  margin: 0 0 10px;
}

/* .bloginner-midleimg {
  max-height: 520px;
  object-fit: cover;
} */

.blog-quote h6 {
  color: var(--black);
  font-size: var(--lg);
  font-weight: var(--fw600);
  line-height: 28px;
  font-style: italic;
}

.quote-author {
  color: var(--444);
  font-size: var(--sm);
  font-weight: var(--fw400);
  line-height: 20px;
}

.blog-quote {
  padding-left: 26px;
  position: relative;
}

.blog-quote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: var(--primary);
  width: 2px;
  height: 100%;
}

.blogdetail-footer {
  padding: 25px 0 0;
  border-top: 1px solid var(--EEE);
}

.gap-10 {
  gap: 10px;
}

.copybtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--EEE);
  background: var(--white);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 9px 16px;
}

.copybtn .custom-icon {
  font-size: var(--xl);
  color: #999;
}

.copybtn p {
  color: var(--444);
  font-size: var(--sm);
  font-weight: var(--fw600);
  line-height: 20px; /* 142.857% */
}

.blogdetail-footer .btn {
  border-radius: 8px;
  border: 1px solid var(--EEE) !important;
  background: #fff;
  height: 40px;
  width: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blogdetail-footer .btn .custom-icon {
  font-size: var(--xl);
  color: #999;
}

/* .homepage-accordion:has(:not(.collapsing)) .drive-hide-img,
.homepage-accordion:has(:not(.show)) .drive-hide-img {
  opacity: 1;
  visibility: visible;
} */

.homepage-accordion:has(#collapseOne.collapsing) .drive-img-1,
.homepage-accordion:has(#collapseOne.show) .drive-img-1 {
  opacity: 1;
}

.homepage-accordion:has(#collapseTwo.collapsing) .drive-img-2,
.homepage-accordion:has(#collapseTwo.show) .drive-img-2 {
  opacity: 1;
}

.homepage-accordion:has(#collapseThree.collapsing) .drive-img-3,
.homepage-accordion:has(#collapseThree.show) .drive-img-3 {
  opacity: 1;
}

.homepage-accordion .drive-hide-img {
  opacity: 1;
  visibility: visible;
}

.homepage-accordion:has(#collapseOne.collapsing) .drive-hide-img,
.homepage-accordion:has(#collapseOne.show) .drive-hide-img,
.homepage-accordion:has(#collapseTwo.collapsing) .drive-hide-img,
.homepage-accordion:has(#collapseTwo.show) .drive-hide-img,
.homepage-accordion:has(#collapseThree.collapsing) .drive-hide-img,
.homepage-accordion:has(#collapseThree.show) .drive-hide-img {
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 200ms;
  transition-delay: 200ms;
}

.homepage-accordion .cmn-drive-img {
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.notify-form {
  border-radius: 16px;
  background: #fff;
  justify-content: space-between;
  padding: 24px;
}

.notify-form > .row {
  width: calc(100% - 110px);
}

.notify-form .form-control {
  border-radius: 12px;
  border: 1px solid var(--EEE);
  background: var(--fdfd);
  padding: 11.5px 16px;
  color: var(--black);
  font-size: var(--sm);
  font-weight: var(--fw600);
  line-height: normal;
  box-shadow: none;
}

.notify-form .btn-primary {
  text-decoration: none;
  color: var(--white);
  max-width: 110px;
  white-space: nowrap;
}

/* ---------------------------------- */
/* MEDIA QUERY -------------- */

@media only screen and (max-width: 1600px) {
  .hero-map {
    position: absolute;
    bottom: 38px;
    min-width: 770px;
    left: -0%;
  }
}
@media only screen and (max-width: 1440px) {
  .phone-app-img img {
    max-width: 296px;
  }

  .cmn-vector-set::after {
    content: "";
    position: absolute;
    position: absolute;
    background: url(../images/vectorset.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 609px;
    width: 280px;
    bottom: -25%;
    right: 0;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-map {
    min-width: 660px;
  }

  .ind-serve-left-col .cmn-heading {
    padding: 16px 0;
  }
}

@media only screen and (max-width: 1300px) {
  .fashub-work-row-right {
    padding-right: 15px;
  }

  .fashub-work-row-left {
    padding-left: 15px;
  }

  .launch-content h6 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 1200px) {
  .hero-content h1 {
    font-size: 40px;
  }

  .feature-main-box {
    border-radius: 40px;
  }

  .features {
    padding: 45px 0;
  }

  .cmn-heading h2 {
    font-size: 36px;
  }

  .fashub-work-row-right {
    padding-right: 15px;
  }

  .fashub-work-row-left {
    padding-left: 15px;
  }

  .call-to-action::after {
    width: 210px;
    height: 280px;
    bottom: -30px;
  }

  .call-to-action.ind-heading::after {
    width: 210px;
    height: 360px;
    bottom: -50px;
  }

  .phone-app-img img {
    max-width: 260px;
    margin: 0 auto;
  }

  .download-app-content h3 {
    font-size: 28px;
    margin: 0 0 10px;
  }

  .indfast-main-heading {
    font-size: 36px;
  }

  .hero-content .cmn-inner-main-heading {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-map {
    min-width: 560px;
  }

  .cmn-vector-set::after {
    width: 280px;
    bottom: -20%;
    height: 410px;
  }

  .ind-serve-left-col .cmn-heading {
    padding: 20px 0;
  }

  .cmn-vector-left::after {
    background: #ff8200b5;
  }

  .blogd-inner-content {
    padding: 60px 0 0;
  }

  .vid-aifbox {
    padding-top: 515px;
  }
}

@media only screen and (max-width: 1024px) {
  .hero-content h1 {
    font-size: 36px;
  }

  .fashub-work-row-right {
    padding-right: 0px;
  }

  .fashub-work-row-left {
    padding-left: 0px;
  }

  .launch-content h6 {
    font-size: 48px;
  }

  .contactform-heading {
    margin: 0 0 20px;
  }

  .blog-details-heading h3 {
    font-size: 30px;
  }

  .notify-form {
    padding: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-toggler {
    cursor: pointer;
    width: 26px;
    position: relative;
    padding: 0;
    border: none;
    margin: auto 0;
    box-shadow: none !important;
    outline: none !important;
  }

  .navbar-toggler svg {
    fill: #444;
  }

  .header .navbar-toggler .close {
    display: none;
  }

  .header .navbar-collapse.show ~ .navbar-toggler .close {
    display: block;
  }

  .header .navbar-collapse.show ~ .navbar-toggler .bar {
    display: none;
  }

  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 0 5px rgb(51 51 51 / 20%);
    border-radius: 8px;
    z-index: 999999;
    background: #fff;
    margin-top: 1px;
  }

  .header .navbar-collapse ul {
    padding: 10px 10px 5px;
  }

  .header .navbar-nav .nav-link {
    padding: 8px 5px;
  }

  .header .navbar-nav .nav-item:first-child .nav-link {
    padding-top: 0;
  }

  .header .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid var(--e5e5e5);
  }

  .header .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: transparent;
  }

  .header .navbar-nav .dropdown-menu {
    border: none;
    box-shadow: none;
    padding: 0 0px 0 10px;
  }

  .header .navbar-nav .dropdown-toggle.show {
    border-bottom: 1px solid var(--e5e5e5) !important;
    padding-bottom: 8px !important;
  }

  .header .navbar-nav .dropdown-menu li:not(:last-child) {
    margin-bottom: 5px;
  }

  .header .navbar-nav .dropdown-menu li .dropdown-item {
    border-radius: 0;
  }

  .header .navbar-nav .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid var(--e5e5e5);
  }

  .hero-content {
    text-align: center;
  }

  .store-btn-grp {
    justify-content: center;
  }

  .inner-hero-div {
    position: relative;
    z-index: 2;
    padding: 25px 0 0;
  }

  .feature-main-box {
    border-radius: 40px;
    padding: 15px 20px;
  }

  .cmn-heading .small-heading {
    font-size: var(--lg);
  }

  .cmn-heading h2 {
    font-size: var(--2xl);
  }

  .cmn-heading h2 br {
    display: none;
  }
  .play-btn img {
    width: 80px;
  }

  .about-fasthub .cmn-heading {
    margin: 0 0 18px;
  }

  .why-chooseus .cmn-heading {
    margin-bottom: 18px;
  }

  .about-fasthub {
    padding: 45px 0;
  }

  .about-fasthub::after {
    height: 330px;
  }

  .why-chooseus {
    padding: 40px 0 45px;
  }

  .fasthub-works {
    padding: 40px 0 45px;
  }

  .fasthub-works .cmn-heading {
    margin-bottom: 18px;
  }

  .ff-scnd-col {
    order: 1;
    width: 100%;
    margin: 0 0 30px;
  }

  .ff-first-col {
    order: 2;
  }

  .ff-third-col {
    order: 3;
  }

  .faasthub-offer {
    padding: 90px 0;
  }

  .fashub-work-box {
    min-height: 182px;
  }

  .faasthub-offer {
    padding: 35px 0 45px;
  }

  .offer-accordion .accordion-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .faasthub-offer .cmn-heading {
    margin: 0 0 20px;
  }

  .call-to-action {
    padding: 40px 0 45px;
  }

  .call-to-action h3 {
    font-size: var(--26px);
    margin: 0 0 16px;
  }

  .call-to-action h3 br {
    display: none;
  }

  .download-app-content {
    padding: 0 16px;
    text-align: center;
    margin: 0 0 30px;
  }

  .download-app-content h3 {
    margin: 0 0 5px;
  }

  .download-app-content p {
    padding: 0 20px;
    font-size: var(--lg);
    line-height: 26px;
    margin: 0 0 10px;
  }

  .download-app-content .store-btn-grp {
    column-gap: 15px;
  }
  .download-app-section {
    padding: 45px 0;
  }

  .footer-nav-link {
    gap: 5px 10px;
  }

  .hero-map {
    min-width: 830px;
    bottom: 60px;
  }

  .launch-content h6 {
    font-size: 46px;
  }

  .launch-content .launching-img {
    width: 50px;
  }

  .launch-section {
    padding: 40px 0 40px;
  }

  .smooth-typing-wrapper {
    padding-top: 40px;
  }

  .innerpage-content {
    padding: 45px 0;
    min-height: 220px;
  }

  .innerpage-hero-section::after {
    max-height: 304px;
  }

  .innerpage-hero-section:has(.staticpage-content-after)::after {
    max-height: 305px;
  }

  .cmn-innerpage-herosection {
    padding: 40px 0 45px;
  }

  .hero-content .cmn-inner-main-heading {
    font-size: 32px;
  }

  .individual-sectiontwo {
    padding: 0 0 45px;
  }

  .for-individuals {
    padding: 40px 0 45px;
  }

  .for-individuals-content h5 {
    font-size: var(--xl);
    line-height: 26px;
  }

  .for-individuals .cmn-heading {
    margin: 0 0 25px;
  }

  .sub-heading-ind {
    margin: 24px 0 0;
    line-height: 28px;
  }

  .individual-boost {
    padding: 45px 0;
  }

  .ind-fasthub-work {
    padding: 45px 0;
  }

  .ind-quick-delivery {
    padding: 40px 0 45px;
  }

  .ind-quick-delivery .cmn-heading {
    margin-bottom: 24px;
  }

  .call-to-action.ind-heading h2 {
    font-size: var(--2xl);
  }

  .call-to-action.ind-heading p {
    margin: 0;
  }

  .cmn-vector-set::after {
    width: 160px;
    bottom: -10%;
    height: 290px;
  }

  .subscription-tiers {
    padding: 0 0 45px;
  }

  .subscription-tiers .cmn-heading {
    margin-bottom: 20px;
  }

  .bs-thirve {
    padding: 45px 0;
  }

  .bs-thirve .cmn-heading {
    margin-bottom: 20px;
  }

  .bs-thirve-accrodion .accordion-item .accordion-button {
    min-height: 60px;
    font-size: var(--xl);
  }

  .bs-thirve-accrodion .accordion-item {
    padding: 0 20px;
  }

  .bs-thirve-accrodion .accordion-item .accordion-body {
    padding: 0 0 20px 0;
  }

  .ind-serve-left-col {
    position: static;
  }

  .ind-serve-left-col .cmn-heading {
    padding: 0 0 20px;
  }

  .ind-serve {
    padding: 45px 0;
  }

  .ind-serve-swriper {
    width: calc((100vw + 697px) / 2);
  }

  .delivery-services {
    padding: 45px 0;
  }

  .driver-subscription {
    padding: 45px 0;
  }

  .prepare-to-drive .cmn-heading {
    margin: 0 0 20px;
  }

  .prp-title {
    margin: 0 0 18px;
  }

  .prepare-to-drive {
    padding: 0 0 45px;
  }

  .howfast-work {
    padding: 45px 0;
  }

  .whyfaasthub-love {
    padding: 45px 0;
  }

  .whyfaasthub-love-box {
    border-radius: 20px;
    padding: 30px 20px;
  }

  .drive-lov-row > .row {
    row-gap: 20px;
  }

  .drive-lovus h3 {
    font-size: 24px;
    line-height: normal;
    width: 100%;
    margin: 0 0 15px;
  }

  .drive-lovus h3 br {
    display: none;
  }

  .contact-section {
    padding: 45px 0;
  }

  .contactform-heading h3 {
    font-size: var(--xl22);
  }

  .contactus-callaction {
    padding: 45px 0;
  }

  .ctaction-heading {
    gap: 18px;
  }

  .ctaction-heading h5 {
    font-size: 36px;
  }

  .ctaction-heading span {
    display: block;
    font-size: var(--xl22);
  }

  .staticpage-content {
    padding: 45px 0;
  }

  .recent-blog-sec {
    padding: 45px 0;
  }

  .rc-blog-card .rcblog-bigimg {
    margin: 0 0 16px;
  }

  .blog-heading {
    margin: 0 0 24px;
  }

  .blog-heading h3 {
    font-size: 24px;
  }

  .blog-heading {
    margin: 0 0 18px;
  }

  .allblog-sec {
    padding: 0 0 45px;
  }

  .blog-dimg-sec {
    padding: 45px 0 0;
  }

  .blogd-inner-content {
    padding: 45px 0 0;
  }

  .blogd-main-img {
    margin: 36px 0 0;
  }

  .notify-form > .row {
    width: 100%;
  }

  .notify-form .btn-primary {
    width: 100%;
    margin: 8px 0 0 auto;
  }

  .vid-aifbox {
    padding-top: 380px;
  }

  .header .navbar-nav .dropdown-menu li .dropdown-item.active {
    border-radius: 8px;
    margin: 5px 0;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content h1 {
    font-size: var(--26px);
  }

  .hero-content p {
    font-size: var(--lg);
    line-height: normal;
  }

  .store-btn-grp {
    padding: 5px 0 0;
  }

  .hero-section::after {
    max-height: 747px;
  }

  .feature-main-box {
    border-radius: 16px;
  }

  .feature-col-box {
    padding: 10px 0;
  }

  .cmn-heading h2 {
    font-size: var(--26px);
  }

  .about-fasthub::after {
    height: 230px;
  }

  .play-btn img {
    width: 70px;
  }

  .fashub-work-box {
    min-height: auto;
  }

  .fashub-work-row-left {
    margin-top: 24px;
  }

  .ff-scnd-col {
    margin: 0 0 20px;
  }

  .call-to-action h3 {
    font-size: var(--xl22);
    line-height: 32px;
  }

  .call-to-action::after {
    width: 170px;
    height: 230px;
    bottom: -30px;
  }

  .call-to-action.ind-heading::after {
    width: 200px;
    height: 300px;
    bottom: -40px;
  }

  .call-to-action .btn {
    width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .download-inner-bg {
    padding: 30px 0 0;
  }

  .download-app-content h3 {
    font-size: var(--26px);
    line-height: 30px;
  }

  .footer-logo {
    margin: 0 auto 10px;
  }

  .footer {
    padding: 30px 0 0;
  }

  .footer-nav-link {
    justify-content: center;
    gap: 5px 10px;
  }

  .right-footer-part {
    max-width: 100%;
    text-align: center;
    margin: 15px 0 0;
  }

  .hero-map {
    min-width: 610px;
    bottom: 50px;
  }

  .launch-content h6 {
    font-size: 38px;
  }
  .launch-content .launching-img {
    width: 40px;
  }

  .launch-section {
    padding: 30px 0;
  }

  .smooth-typing-wrapper {
    padding-top: 30px;
  }

  .innerpage-content {
    padding: 30px 0;
    min-height: 140px;
  }

  .innerpage-hero-section::after {
    max-height: 224px;
  }

  .innerpage-hero-section:has(.staticpage-content-after)::after {
    max-height: 235px;
  }

  .innerpage-hero-section h1 {
    font-size: 40px;
  }

  .cmn-innerpage-herosection {
    padding: 30px 0;
  }

  .hero-content .cmn-inner-main-heading {
    font-size: var(--26px);
    line-height: 35px;
  }

  .hero-content .cmn-inner-main-heading br {
    display: none;
  }

  .individual-sectiontwo {
    padding: 0 0 30px;
  }

  .for-individuals {
    padding: 30px 0;
  }

  .for-individuals .cmn-heading {
    margin: 0 0 20px;
  }

  .for-individuals-row .row {
    row-gap: 20px;
  }

  .sub-heading-ind {
    font-size: var(--lg);
    line-height: 26px;
    margin: 20px 0 0;
  }

  .individual-boost {
    padding: 30px 0;
  }

  .ind-fasthub-work {
    padding: 45px 0;
  }

  .indfst-work-row {
    row-gap: 20px;
  }

  .indfast-main-heading {
    font-size: var(--26px);
  }

  .indfast-main-heading {
    text-align: center;
  }

  .ind-quick-delivery {
    padding: 26px 0 30px;
  }

  .ind-quick-delivery-row .whychoose-box h3 {
    margin: 0 0 10px;
  }

  .call-to-action.ind-heading h2 {
    font-size: var(--xxl);
    line-height: 30px;
  }

  .call-to-action.ind-heading p {
    font-size: var(--base);
    line-height: 26px;
    font-weight: var(--fw400);
  }

  .call-to-action.ind-heading p br {
    display: none;
  }

  .subscription-tiers {
    padding: 0 0 30px;
  }

  .businesscustomer-whychooseus {
    row-gap: 20px;
  }

  .subscription-tiers .cmn-heading p br {
    display: none;
  }

  .bs-thirve {
    padding: 30px 0;
  }

  .ind-serve-swriper {
    width: calc((100vw + 519px) / 2);
  }

  .ind-serve-swriper .swiper-container {
    padding-right: 50px;
  }

  .delivery-services {
    padding: 30px 0;
  }

  .ds-row .row {
    row-gap: 20px;
  }

  .ds-icon {
    width: 48px;
    height: 48px;
    margin: 0 0 8px;
  }

  .ds-icon .custom-icon {
    font-size: var(--xxl);
  }

  .driver-subscription {
    padding: 30px 0;
  }

  .driver-sub-box,
  .ds-option-box {
    padding: 20px;
  }

  .ds-option-box h5 {
    font-size: var(--xl);
    margin-bottom: 14px;
  }

  .rate-dollar {
    font-size: var(--xl22);
    padding: 16px 0;
  }

  .ds-option-box p {
    margin: 12px 0 0;
  }

  .prepare-to-drive .cmn-heading {
    margin: 0 0 18px;
  }

  .prpare-driver-row {
    row-gap: 20px;
  }

  .prepare-to-drive {
    padding: 0 0 30px;
  }

  .howfast-work {
    padding: 30px 0;
  }

  .howfast-right-content .accordion-header .accordion-button {
    padding: 16px 15px 16px 0;
    font-size: var(--base);
    line-height: 22px;
  }

  .whyfaasthub-love {
    padding: 30px 0;
  }

  .whyfaasthub-love-box {
    border-radius: 12px;
    padding: 20px;
  }

  .driv-lov-icon {
    min-width: 45px;
    width: 45px;
    height: 45px;
  }

  .driv-lov-icon .custom-icon {
    font-size: var(--xxl);
  }

  .drive-lov-row > .row {
    row-gap: 16px;
  }

  .contact-section {
    padding: 30px 0;
  }

  .left-contact-box {
    border-right: 0;
    border-bottom: 1px solid #ddd;
    padding: 20px;
  }

  .right-contact-box {
    padding: 20px;
  }

  .infobox {
    padding: 20px 16px;
  }

  .contactform-heading h3 {
    margin: 0 0 3px;
  }

  .contactform-heading p {
    line-height: 24px;
  }

  .contact-form .textarea-control {
    min-height: 100px;
  }

  .submit-btn {
    min-width: auto;
  }

  .contactus-callaction {
    padding: 30px 0;
  }

  .ctaction-heading h5 {
    font-size: var(--xxl);
  }

  .ctaction-heading {
    gap: 16px;
  }

  .ctaction-heading span {
    font-size: var(--lg);
  }

  .staticpage-content h3 {
    font-size: var(--xl22);
  }

  .effective-date {
    font-size: var(--base);
  }

  .recent-blog-sec {
    padding: 30px 0 0;
  }

  .rc-blog-card .content h6 {
    font-size: var(--xl);
  }

  .rcblog-smallimg {
    max-width: 210px;
  }

  .allblog-sec {
    padding: 0 0 30px;
  }

  .allblog-card-content h6 {
    font-size: var(--xl);
  }

  .pagination {
    margin: 25px 0 0;
    padding: 15px 0 0;
  }

  .blog-dimg-sec {
    padding: 30px 0 0;
  }

  .blogd-inner-content {
    padding: 30px 0 0;
  }

  .blog-details-heading h3 {
    font-size: 26px;
  }

  .blog-details-heading p {
    font-size: var(--lg);
    line-height: 26px;
  }

  .blogd-main-img {
    margin: 20px 0 0;
  }

  .blogd-inner-content {
    padding: 20px 0 0;
  }

  .bd-subheading {
    font-size: var(--xl);
  }

  .vid-aifbox {
    padding-top: 279px;
  }
}

@media only screen and (max-width: 576px) {
  .header .navbar-brand {
    max-width: 195px;
    width: 100%;
  }

  .header .navbar {
    padding: 0;
    min-height: 58px;
  }

  .btn-primary {
    padding: 10.5px 12px;
  }

  .navbar-toggler {
    padding: 4px 6px;
    width: 36px;
  }

  .hero-content h1 {
    font-size: var(--xl22);
  }

  .hero-content p {
    font-size: var(--base);
    line-height: 26px;
  }

  .store-btn-grp {
    padding: 0;
    column-gap: 15px;
  }

  .inner-hero-div {
    padding: 15px 0 0;
  }

  .hero-section::after {
    max-height: 677px;
  }

  .feature-col-box h2 {
    font-size: var(--base);
    line-height: 22px;
  }

  .feature-col-box p {
    font-size: var(--fifteen);
    line-height: 22px;
  }

  .features {
    padding: 30px 0;
  }

  .feature-circle {
    width: 45px;
    height: 45px;
  }

  .feature-circle .custom-icon {
    font-size: var(--xxl);
  }

  .cmn-heading .small-heading {
    font-size: var(--base);
    margin-bottom: 4px;
  }

  .cmn-heading h2 {
    font-size: var(--xl);
  }

  .store-btn-grp img {
    width: 110px;
  }

  .about-fasthub .cmn-heading {
    margin: 0 0 10px;
  }

  .play-btn img {
    width: 60px;
  }

  .about-fasthub {
    padding: 30px 0;
  }

  .vid-aifbox {
    border-width: 6px;
  }

  .cmn-heading p {
    font-size: var(--base);
    line-height: 24px;
  }

  .cmn-heading p br {
    display: none;
  }

  .why-chooseus {
    padding: 22px 0 30px;
  }

  .fasthub-works {
    padding: 30px 0;
  }

  .fashub-work-row.fashub-work-row-right .fashub-work-box {
    margin-bottom: 20px;
  }

  .fast-work-icon {
    margin: 0 0 8px;
    width: 48px;
    height: 48px;
  }

  .fashub-work-box h3 {
    font-size: var(--base);
    line-height: 24px;
    margin: 0 0 4px;
  }

  .fashub-work-box p {
    font-size: var(--fifteen);
    line-height: 22px;
  }

  .fast-work-icon .custom-icon {
    font-size: 20px;
  }

  .whychoose-box h3 {
    font-size: var(--base);
    margin: 0 0 4px;
  }

  .whychoose-box p {
    font-size: var(--fifteen);
    line-height: 22px;
  }

  .ff-scnd-col {
    order: 1;
    width: 100%;
    margin: 0 0 20px;
  }

  .fashub-work-row-left {
    margin-top: 0;
  }

  .faasthub-offer {
    padding: 25px 0 30px;
  }

  .offer-accordion .accordion-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: var(--lg);
  }

  .mockup-img {
    text-align: center;
  }
  .mockup-img img {
    max-width: 80%;
  }

  .call-to-action h3 {
    font-size: var(--17);
    line-height: 26px;
  }

  .call-to-action::after {
    width: 120px;
    height: 180px;
    bottom: -30px;
  }

  .call-to-action.ind-heading::after {
    width: 160px;
    height: 250px;
    bottom: -40px;
  }

  .call-to-action {
    padding: 27px 0 30px;
  }

  .phone-app-img img {
    max-width: 220px;
    margin: 0 auto;
  }

  .download-app-content h3 {
    font-size: var(--xxl);
    margin: 0 0 8px;
  }

  .download-app-content p {
    font-size: var(--base);
    line-height: 24px;
    padding: 0 10px;
  }

  .getapp {
    font-size: var(--base);
    line-height: 22px;
    margin: 0 0 8px;
  }

  .download-app-content .store-btn-grp img {
    width: 120px;
  }

  .download-app-section {
    padding: 30px 0;
  }

  .right-footer-part p {
    font-size: var(--base);
    line-height: normal;
  }

  .copyright-footer {
    flex-wrap: wrap;
    padding: 16px 0;
  }

  .footer-logo {
    max-width: 200px;
  }

  .inner-footer {
    padding-bottom: 20px;
  }

  .copyright-footer p,
  .footer-socialicon {
    width: 100%;
    text-align: center;
  }

  .footer-socialicon {
    margin: 10px 0 0 !important;
    justify-content: center;
  }

  .copyright-footer p {
    font-size: var(--fifteen);
  }

  .footer-socialicon a {
    font-size: var(--xl);
  }

  .footer {
    padding: 25px 0 0;
  }

  .heromap-relative {
    position: static;
  }
  .hero-map {
    min-width: auto;
    bottom: 59px;
    right: 0;
    left: inherit;
    max-width: 81%;
  }

  .launch-content h6 {
    font-size: 32px;
  }

  .input-with-button .btn-primary {
    font-size: var(--sm);
    min-width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .launch-content .launching-img {
    width: 30px;
  }

  .smooth-typing-wrapper .smooth-typing {
    font-size: 12vw;
  }

  .smooth-typing-wrapper {
    max-width: 80vw;
  }

  .innerpage-content {
    padding: 25px 0;
    min-height: 102px;
  }

  .innerpage-hero-section::after {
    max-height: 160px;
  }

  .innerpage-hero-section:has(.staticpage-content-after)::after {
    max-height: 175px;
  }

  .innerpage-hero-section h1 {
    font-size: var(--2xl);
  }

  .hero-content .cmn-inner-main-heading {
    font-size: var(--xl);
    line-height: normal;
  }

  .cmn-innerpage-herosection .hero-content span {
    font-size: var(--base);
    margin: 0 0 5px;
  }

  .for-individuals-box {
    padding: 12px;
  }

  .for-individuals-content h5 {
    font-size: var(--17);
    margin: 0 0 4px;
  }

  .for-individuals-content p {
    font-size: var(--fifteen);
    line-height: 23px;
  }

  .for-individuals-circle {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }

  .for-individuals-circle .custom-icon {
    font-size: var(--xl22);
  }

  .sub-heading-ind {
    font-size: var(--base);
    line-height: 24px;
    margin: 18px 0 0;
  }

  .indboost-accrodion .accordion-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .indboost-accrodion .accordion-item .accordion-button {
    font-size: var(--17);
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .indboost-accrodion .accordion-button::after {
    width: 20px;
    height: 20px;
    font-size: var(--xl);
  }

  .ind-fasthub-work {
    padding: 26px 0 30px;
  }

  .indfast-main-heading {
    font-size: var(--xl);
  }

  .indfastwork-box {
    padding: 20px;
  }

  .indfastwork-box h6 {
    margin: 0 0 6px;
    font-size: var(--17);
  }

  .ind-quick-delivery-row .whychoose-box {
    max-width: 65%;
    margin: 0 auto;
  }

  .ind-quick-delivery-row .row {
    row-gap: 20px;
  }

  .ind-quick-delivery .cmn-heading {
    margin-bottom: 20px;
  }

  .call-to-action.ind-heading h2 {
    font-size: var(--xl);
    line-height: 29px;
    margin: 0 0 12px;
  }

  .cmn-vector-set::after {
    width: 100px;
    bottom: -5%;
    height: 200px;
  }

  .subtiers-heading {
    font-size: var(--xl);
    min-height: 46px;
  }

  .subtiers-price {
    font-size: var(--xl22);
  }

  .subtiers-body-list {
    padding: 13px 0 12px;
  }

  .subscription-tiers-row {
    row-gap: 20px;
  }

  .bs-thirve-accrodion .accordion-item .accordion-button {
    min-height: 52px;
    font-size: var(--lg);
  }

  .bs-thirve-accrodion .accordion-item {
    padding: 0 15px;
  }

  .bs-thirve-accrodion .accordion-item .accordion-body {
    padding: 0 0 16px 0;
  }

  .ind-serve-swriper .swiper-container {
    padding-right: 30px;
  }

  .ind-serve-swriper {
    width: calc(100% - 12px);
  }

  .ind-serve {
    padding: 30px 0;
  }

  .ds-content h6 {
    font-size: var(--base);
    margin: 0 0 5px;
  }

  .ds-row .row {
    row-gap: 16px;
  }

  .cmn-vector-left::after {
    background: #ff820075;
  }

  .ds-option-box h5 {
    font-size: var(--lg);
  }

  .rate-dollar {
    font-size: var(--xl);
    padding: 16px 0;
  }

  .ds-option-box p {
    font-size: var(--fifteen);
  }

  .prepareto-box {
    padding: 12px;
  }

  .prp-title {
    margin: 0 0 12px;
  }

  .prp-title p {
    font-size: var(--17);
  }

  .prp-content li:not(:last-child) {
    margin-bottom: 8px;
  }

  .prp-content li {
    font-size: var(--fifteen);
  }

  .prepareto-box {
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .howfast-left-img {
    max-width: 75%;
    margin: 0 auto;
  }

  .drive-lovus h3 {
    font-size: var(--xl);
  }

  .driv-lov-content {
    font-size: var(--base);
  }

  .drive-lov-row > .row {
    row-gap: 12px;
  }

  .submit-btn {
    min-width: 100px;
  }

  .contactform-heading h3 {
    font-size: var(--xl);
  }
  .left-contact-box,
  .right-contact-box {
    padding: 20px 16px;
  }

  .contactform-heading {
    margin: 0 0 16px;
  }

  .info-icon {
    margin: 0 auto 10px;
    width: 48px;
    min-width: 48px;
    height: 48px;
  }

  .info-icon .custom-icon {
    font-size: var(--xxl);
  }

  .ctaction-heading p br {
    display: none;
  }

  .ctaction-heading {
    gap: 12px;
  }

  .ctaction-heading h5 {
    font-size: var(--xl);
  }

  .ctaction-heading span {
    font-size: var(--base);
    line-height: normal;
  }

  .ctaction-heading .btn-primary {
    padding: 10.5px 18px;
  }

  .ctaction-heading p {
    font-size: var(--fifteen);
    line-height: 24px;
  }

  .staticpage-content {
    padding: 30px 0;
  }

  .staticpage-content h3 {
    font-size: var(--xl);
  }

  .staticpage-content ul li {
    line-height: 28px;
  }

  .rcblog-smallimg {
    max-width: 100%;
  }

  .blog-heading h3 {
    font-size: 20px;
  }

  .blog-heading {
    margin: 0 0 4px;
  }

  .rc-blog-card .content h6 {
    font-size: var(--lg);
  }

  .allblog-card-content h6 {
    font-size: var(--lg);
  }

  .all-blog-card img {
    margin: 0 0 15px;
  }

  .allblog-card-content .small-heading {
    margin: 0 0 4px;
  }

  .allblog-sec .row {
    row-gap: 24px;
  }

  .pagination > div .leftarrow-div {
    order: 1;
    width: 45%;
    justify-content: end;
  }

  .pagination > div .rightarrow-div {
    order: 1;
    width: 45%;
    justify-content: start;
  }

  .pagination > div .rightarrow-div {
    order: 2;
  }

  .pag-number-div {
    order: 3;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 20px 0 0;
  }

  .blog-details-heading h3 {
    font-size: var(--xl22);
  }

  .bd-subheading {
    font-size: var(--lg);
  }

  .blog-quote h6 {
    font-size: var(--base);
    line-height: 24px;
  }

  .blog-quote {
    padding-left: 18px;
    position: relative;
  }

  .gap-10 {
    gap: 7px;
  }

  .blogdetail-footer {
    padding: 20px 0 0;
  }

  .copybtn {
    padding: 7px 11px;
  }

  .blogdetail-footer .btn {
    height: 36px;
    width: 36px;
    min-width: 36px;
  }

  .blog-details-heading p {
    font-size: var(--base);
    line-height: 23px;
  }

  .notify-form .form-control {
    height: 40px;
  }

  .vid-aifbox {
    padding-top: 56%;
  }

  .homepage-accordion .howfast-left-img {
    max-width: 95%;
    margin: 0 auto;
  }

  .homepage-accordion .cmn-drive-img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 441px) {
  .cmn-heading h2 {
    font-size: var(--xl);
  }

  .play-btn img {
    width: 50px;
  }

  .offer-accordion .accordion-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: var(--17);
  }

  .offer-accordion .accordion-body {
    font-size: var(--fifteen);
    line-height: 22px;
  }

  .call-to-action h3 {
    font-size: var(--base);
    line-height: 24px;
  }

  .download-app-content h3 {
    font-size: var(--lg);
    line-height: 26px;
  }

  .download-app-content p {
    font-size: var(--fifteen);
    line-height: 22px;
  }
  .download-app-content .store-btn-grp img {
    width: 110px;
  }

  .launch-content h6 {
    font-size: 24px;
  }

  .innerpage-hero-section h1 {
    font-size: var(--xxl);
  }

  .hero-content .cmn-inner-main-heading {
    font-size: var(--xl);
    line-height: 30px;
  }

  .ind-quick-delivery-row .whychoose-box {
    max-width: 90%;
  }

  .ind-quick-delivery-row .whychoose-box h3 {
    margin: 0 0 5px;
  }

  .subtiers-price {
    font-size: var(--lg);
  }

  .subtiers-heading {
    font-size: var(--lg);
  }

  .sub-heading-ind {
    margin: 14px 0 0;
  }

  .bs-thirve-accrodion .accordion-item .accordion-button {
    font-size: var(--17);
  }

  .ind-serve-left-col .cmn-heading {
    padding: 0 0 16px;
  }

  .driv-lov-icon {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }

  .driv-lov-icon .custom-icon {
    font-size: var(--xl);
  }

  .drive-lovus h3 {
    font-size: var(--lg);
    margin-bottom: 10px;
  }

  .contactform-heading p {
    font-size: var(--fifteen);
    line-height: 22px;
  }

  .staticpage-content h3 {
    font-size: var(--lg);
  }

  .staticpage-content .subheading {
    font-size: var(--base);
  }

  .pagination-number {
    width: 34px;
    height: 34px;
  }

  .pag-number-div {
    margin: 14px 0 0;
  }

  .allblog-card-content h6 {
    font-size: var(--base);
  }

  .allblog-card-content p {
    font-size: var(--fifteen);
  }

  .blog-details-heading h3 {
    font-size: var(--lg);
  }

  .blog-details-heading p {
    font-size: var(--base);
    line-height: 24px;
  }

  .bd-subheading {
    font-size: var(--17);
    line-height: 27px;
  }

  .cmn-blogd-ul li {
    font-size: var(--fifteen);
    line-height: 22px;
  }

  .vid-aifbox {
    padding-top: 54.5%;
  }
}

@media only screen and (max-width: 390px) {
  .navbar-toggler {
    width: 34px;
  }
  .header .navbar-brand {
    max-width: 165px;
    width: 100%;
  }

  .header .btn-primary {
    font-size: 12px;
    padding: 9.5px 9px;
  }

  .navbar-toggler {
    margin-right: 7px !important;
  }

  .cmn-heading h2 {
    font-size: var(--lg);
  }

  .hero-content .cmn-inner-main-heading {
    font-size: var(--lg);
    line-height: 28px;
  }

  .ind-quick-delivery-row .whychoose-box {
    max-width: 100%;
  }

  .blogd-inner-content p {
    font-size: var(--fifteen);
    line-height: 22px;
  }
}
