@media (min-width: 2400px) {
  .navbar-sticky::after {
    width: 18%;
  }
}

@media (min-width:2700px) {
  .navbar::after {
    width: 30%;
  }

  .navbar-sticky::after {
    width: 21%;
  }
}

@media (max-width: 1620px) {
  .navbar-sticky::after {
    width: 10%;
  }

  .column-footer:first-child {
    width: 36rem;
  }
}

@media (max-width: 1400px) {
  .column-footer:first-child {
    width: 30rem;
  }
}

@media (max-width: 1399px) {
  :root {
    --size-21: 1.1rem;
    --size-24: 1.2rem;
    --size-26: 1.425rem;
    --size-28: 1.5rem;
    --size-42: 2.425rem;
    --size-48: 2.5rem;
    --size-60: 3rem;
    --size-80: 4rem;
  }

  .navbar .nav-link {
    font-size: var(--size-16);
  }

  .navbar-nav li {
    padding: 0;
  }

  .navbar-sticky::after {
    width: 10%;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 1rem 2rem;
  }

  /* banner */
  .content-banner ul {
    width: 87%;
  }

  /* Process */
  .title-ways.max-width {
    margin: auto auto 1.75rem;
  }

  .our-process::before {
    background-size: cover;
    right: 0;
  }

  .steps {
    padding-left: 1rem;
  }

  .our-process-wrapper {
    padding: 6rem 0rem;
  }

  /* Founder */
  .founder-content {
    padding-left: 1rem;
  }

  /* Footer */
  .footer {
    background-size: 87rem 100%;
    margin-bottom: 1rem;
    padding-top: 4rem;
  }

  .column-footer:first-child {
    width: 30rem;
  }

  .footertitle h2 {
    width: 100%;
    max-width: 59rem;
  }

  .footer-info-stay {
    width: 50%;
  }
  .faq-wrapper
  {
    padding-bottom: 15rem;
  }
  .faq-wrapper .accordion
  {
    width: 80%;
  }
  .footer-info a
  {
    font-size: var(--size-16);
  }
  .footer-divider
  {

  }
}

@media (max-width: 1290px) {
  :root {
    /* font-size */
    --nav-font: 1.425rem;
    --size-28: 1.4rem;
    --size-32: 1.5rem;
    --size-35: 2rem;
    --size-56: 2.5rem;
    --size-60: 2.75rem;
  }

  .navbar-link li {
    padding-left: 0rem;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 1rem 1.5rem;
  }

  /* Seervices */
  .our-services-wrapper {
    padding: 4rem 0rem 4rem;
  }

  .title-services {
    width: 100%;
    max-width: 64%;
  }

  .service-box {
    padding: 2rem;
  }

  .service-box img {
    width: 6.125rem;
  }

  .trusted-partner {
    padding: 0rem 0rem 2rem;
  }

  .ourmission-vission {
    padding: 5rem 0rem 8rem;
  }

  /* Footer */
  .column-footer:first-child {
    width: 28rem;
  }
.input-group .SrwBtn {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}
  /* Abouts Page */
  .transport-content-p {
    padding-left: 1rem;
  }

  .banner-ways-inner-wrapper {
    height: 24.5rem;
  }
}

@media (max-width: 1199px) {
  :root {
    /* font-size */
    --size-20: 1.125rem;
    --size-22: 1.175rem;
    --size-26: 1.225rem;
    --size-27: 1.2rem;
    --size-33: 1.7rem;
    --size-35: 1.5rem;
    --size-42: 2.125rem;
    --size-48: 2.5rem;
    --size-62: 3rem;
    --size-70: 3.375rem;
    --size-80: 3rem;
  }

  .navbar {
    display: none;
  }

  .mobile-navbar-canva {
    display: flex;
  }

  .services-wrapper {
    padding: 2rem 0;
  }

  .navbar-brand img {
    width: 17rem;
  }

  .navbar::after {
    height: 85.5%;
  }

  .navbar {
    z-index: 9;
  }

  .navbar-sticky::after {
    height: 100%;
  }

  .navbar-sticky .navbar-brand img {
    width: 12rem;
  }

  /* Banner */
  .bannercontentswrap {
    width: 100%;
  }

  .banner-ways-wrapper {
    padding: 13rem 0rem 4rem;
  }

  /* Service page */
  .service-provide img {
    height: 21rem;
  }

  /* Process */
  .title-ways.max-width {
    width: 62%;
  }

  /* Faq */
  .faq-wrapper {
    padding: 0rem 0rem 18rem;
  }

  /* Footer */
  .footer {
    padding: 6rem 0rem 0rem;
  }

  .footer-row {
    gap: 1rem;
  }

  .footer-info-main {
    flex-wrap: wrap;
  }

  .footer-info-stay {
    width: 100%;
  }

  .column-footer:first-child {
    width: 23rem;
  }

  /* Blog Page */
  .blog-post-img img {
    height: 16rem;
  }

  .blog-details-pic img {
    height: 22rem;
  }
}

@media (max-width: 1024px) {

  p
  {
    font-size: var(--size-14);
    line-height: 24px;
  }
  .banner-ways-wrapper
  {
    padding: 9rem 0 4rem;
  }
  .steps
  {
    padding-left: 5px;
    font-size: var(--size-14);
  }

}

@media (max-width: 991px) {

  :root {
    --size-28: 1.2rem;
    --size-56: 2.1rem;
    --size-70: 3rem;
  }

  /* Header */
  .headerinfo ul li a {
    font-size: 1rem;
  }

  .headerinfo ul li {
    display: flex;
    justify-items: flex-start;
    align-items: center;
    gap: 0.625rem;
    margin-left: 1rem;
  }

  .about-content {
    width: 100%;
    max-width: 100%;
    padding: 0rem 1rem 4rem;
    left: 0;
  }

  /* Banner */
  .content-banner .bannerbtn a {
    margin: 0.5rem;
  }

  .content-banner ul {
    width: 100%;
  }

  .content-banner ul li {
    width: 49%;
    background-size: 1.475rem;
  }

  /* Service */
  .our-services-wrapper {
    background-size: 113.75rem 100%;
  }

  .title-services {
    width: 100%;
    max-width: 100%;
  }

  .service-box {
    height: 95%;
    margin-bottom: 1rem;
  }

  /* Choose us */
  .choose-us-wrapper,
  .our-process-wrapper {
    padding: 4rem 0;
  }

  .choose-us-content {
    padding-left: 0;
  }

  .choose-us-content li img {
    width: 2.475rem;
    flex: 0 0 auto;
  }

  .choose-us-content li {
    margin-bottom: 1rem;
  }

  /* Process */
  .title-ways.max-width {
    width: 100%;
  }

  /* Footer */
  .footer {
    background-size: cover;
    margin-bottom: 1rem;
    padding: 4rem 0rem;
  }

  .footer-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .column-footer:first-child {
    width: auto;
  }

  .headerinfo ul li {
    display: flex;
    justify-items: flex-start;
    align-items: center;
    gap: 0.625rem;
    margin-left: 1rem;
  }

  /* Blog Page */
  .blog-content-sm {
    padding-left: 1rem;
  }
  .steps
  {
    padding-left: 30px;
  }
  .ourmission-vission
  {
    padding-bottom: 5rem;
  }
  .our-process
  {
    justify-content: center;
  }
  .our-process::before
  {
    right: 25px;
  }
  .client-say-wrapper .client-ttitle h2
  {
    max-width: 75%;
  }
  .faq-wrapper .client-ttitle h2
  {
    margin: 0 auto;
  }
  
}


@media (max-width: 767px) {
  :root {
    --size-18: 1rem;
    --size-24: 1.125rem;
    --size-28: 1.2rem;
    --size-35: 1.7rem;
    --size-48: 2rem;
    --size-56: 2.2rem;
    --size-60: 2rem;
  }

  /* Header */
  .header {
    display: none;
  }

  .navbar-brand {
    margin-top: 0;
  }

  .navbar {
    padding: 0;
  }

  .navbar-brand img {
    width: 14rem;
  }

  .navbar::after {
    height: 100%;
  }

  .our-services-wrapper,
  .transport-partner-wrapper,
  .founder-message-wrapper,
  .founder-wrappper,
  .ourmission-vission,
  .client-say-wrapper,
  .choose-us-wrapper,
  .our-process-wrapper,
  .blog-details-wrapper {
    padding: 2rem 0;

  }

  .about-us-wrapper {
    padding: 2rem 0rem 0rem;
  }

  .btnservices {
    margin-top: 0;
  }

  /* Process */
  .our-process {
    width: 25rem;
    margin: auto auto 2rem;
  }

  /* Founder */
  .founder-img {
    width: 100%;
    margin-bottom: 1rem;
  }

  .founder-content {
    padding-left: 0;
  }

  /* mission */
  .m-content,
  .v-content {
    padding-right: 0;
  }

  .m-content {
    margin-bottom: 0;
  }

  .v-content {
    margin-bottom: 1rem;
  }

  /* Clinet Say */
  .client-ttitle {
    margin-bottom: 2.9rem;
  }

  #clients .owl-nav button.owl-prev,
  #clients .owl-nav button.owl-next {
    top: -6rem;
  }

  /* Faq */
  .faq-wrapper {
    padding: 0rem 0rem 10rem;
  }

  .our-process {
    width: 100%;
    max-width: 25rem;
  }

  /* About us */
  .title-services {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }

  .transport-partner-wrapper {
    padding: 2rem 0;
    background-size: 100%;
  }

  .transport-partner-wrapper .row {
    flex-direction: column-reverse;
  }

  .transport-content-p {
    padding: 0rem 0rem 2rem;
  }

  .our-services-wrapper {
    background-size: cover;
  }

  .transport-truck,
  .service-box {
    margin-bottom: 2rem;
    height: auto;
  }

  /* Footer */
  .footer-info-stay {
    flex-wrap: wrap;
  }

  .footer-info {
    width: 100%;
  }

  .footer {
    background-size: cover;
    margin-bottom: 0;
    padding: 4rem 0rem 0rem;
  }

  .blog-details-content h2,
  .blog-details-content ul,
  .blog-details-content p {
    margin-bottom: 1.2rem;
  }
  .faq-wrapper .accordion
  {
    width: 100%;
  }
  .footer .bannerbtn a
  {
    margin: 5px 10px;
  }

}

@media (max-width: 575px) {

  :root {
    /* font-size */
    --size-18: 0.875rem;
    --size-20: 1rem;
    --size-22: 1.10rem;
    --size-24: 1rem;
    --size-26: 1.125rem;
    --size-32: 1.1rem;
    --size-35: 1.2rem;
    --size-42: 2rem;
    --size-48: 1.5rem;
    --size-56: 2rem;
    --size-60: 2rem;
    --size-62: 2.2rem;
    --size-70: 2.2rem;
    --size-80: 2rem;
  }

  /* Navbar */


  .hamburger-cart {
    gap: 0;
  }

  .m-vertion {
    gap: 0.5rem;
  }

  /* BAnner */
  .banner-ways-inner-wrapper {
    height: auto;
    padding: 9rem 0rem 3rem;
  }

  .btnservices .SrwBtn,
  .content-banner .bannerbtn a {
    white-space: inherit;
  }

  .content-banner ul li {
    width: 100%;
    background-size: 1.475rem;
  }

  .brand-name-img {
    width: 60%;
    margin: auto;
  }

  /* Faq */
  #clients .owl-nav button.owl-prev,
  #clients .owl-nav button.owl-next {
    position: inherit;
  }

  .item-client {
    padding: 1rem;
  }

  .item-client img {
    width: 3rem !important;
  }

  /* Service */
  .service-box {
    padding: 1rem;
    height: auto;
  }

  .v-content ul li {
    background-size: 1.275rem;
    padding: 0rem 0rem 1rem 2rem;
  }

  /* footer */
  .footer-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 0rem;
    padding-bottom: 1rem;

  }

  .footer .bannerbtn a {
    margin: 0.5rem 0;
    width: 100%;
  }

  .footer-divider {
    margin: 1rem 0rem 2rem;
  }

  .column-footer,
  .column-footer:first-child {
    width: 100%;
  }

  .column-footer {
    margin-bottom: 1rem;
  }

  .footer .bannerbtn a {
    margin: 0.5rem;
  }

  /* Blogs */
  .flex-form {
    gap: 0;
    flex-wrap: wrap;
  }

  .post-comment input,
  .post-comment textarea {
    margin-bottom: 1rem;
  }

  .postags {
    padding: 0.5rem 1rem;
  }
  .about-content a.SrwBtn
  {
    display: inline-block;
    padding: 1rem 1.5rem;
    font-size: var(--size-14);
  }
}

@media (max-width: 481px) {
	.careerformbg{
		padding:25px;
	}
	.formwidthsec,
	.careerformwidth{
		gap: 20px;
		width: 100%;
	}
	.formwidthsec .wpcf7-form-control-wrap {
		width: 100%;
	}
}