body {
  font-family: "satoshi", sans-serif;
  color: #424242;
}

.messageLoader {
  display: none; 
}

.cursor-pointer {
  cursor: pointer;
}

/* Login Page */

.loginbox {
  padding: 40px;
  border-radius: 10px;

}
.fullNameError, .messageError, .emailError, .firstNameError, .invalidEmailError, .passwordError, .confirmPasswordError, .phoneError, .phoneFormatError, .matchError {
  display:none;
}

.loginbox1 {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 70px 50px 70px 50px;
  border-radius: 10px;
}

.login_img {
  max-width: 100%;
}

.join_btn_orange_login {
  background: #ff7b47;
  width: 100%;
  border: 1px solid #ff7b47;
  font-size: 15px;
  line-height: 20.25px;
  font-weight: 700;
  height: 48px;
}

.join_btn_orange_login:hover {
  border-color: #ff7b47;
  color: #ff7b47 !important;
}

label {
  /* width: 90%; */
  width: auto;
}


a {
  color: rgb(250 123 71);
  text-decoration: none;
  font-weight: 500;
}

/* Login Page End */

/* header start */
.navbar {
  background: transparent !important;
  padding: 8px 0px;
  border-bottom: 1px solid;
}

.homePageLogo {
  width:190px;
}

.fixed {
  background: #000 !important;
  border-color: #000;
}

.navbar-nav {
  .nav-item {
    a.nav-link {
      font-size: 15px;
      line-height: 20.25px;
      font-weight: 500;
      margin-right: 20px;
    }

    a.nav-link.dropdown-toggle::after {
      display: none;
    }
  }
}

.btn_orange {
  width: 130px;
  background-color: #ff7b47;
  border: 1px solid #ff7b47;
  height: 40px;
  border-radius: 4px;
}

.btn_orange .btn {
  font-size: 15px;
  line-height: 24.25px;
  font-weight: 500;
  height: 40px;
}

.mob-hidden>.btn_orange {
  display: none;
}

/* header end */

/*dark navbar start*/
.dark-navbar a.nav-link {
  color: rgba(66, 66, 66, 1) !important;
}

.dark-navbar #navbarSupportedContent a.nav-link span>img {
  filter: brightness(0) saturate(100%);
}

.dark-navbar.fixed {
  background: #fff !important;
  border-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.dark-navbar .navbar-toggler-icon {
  filter: brightness(0) saturate(100%);
}

/*dark navbar end*/

/* main section start */
.main-content {
  min-height: 700px;
  padding-top: 75px;
}

.hero-section {
  /* background-image: url("../img/Background.jpg"); */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  background-color: #424242;
  min-height: 550px;
  padding-top: 200px;
}

.fs-15px {
  font-size: 15px;
}

.streamline-box span {
  color: #fff;
  width: 100%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 27px;
  font-weight: 700;
}

.streamline-box {
  width: 246px;
  background: rgba(255, 255, 255, 0.3);
  height: 44px;
  border-radius: 36px;
  z-index: 0;
  position: relative;
}

.streamline-text h1 {
  text-align: left;
  font-size: 46px !important;
  line-height: 56px;
  font-weight: 400 !important;
  padding-bottom: 50px;
  width: 100%;
  max-width: 625px;
}

h1 span,
h2 span,
h3 span {
  color: rgba(255, 123, 71, 1);
  font-weight: 700;
}

.streamline-text {
  position: relative;
}

.streamline-text:after {
  content: "";
  position: absolute;
  bottom: -60%;
  left: 60%;
  background-image: url("../img/Arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 118px;
  height: 135px;
  transform: translate(-50%, -50%);
}

.btm-streamline-content {
  padding-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.btm-streamline-content span {
  font-size: 14px;
  font-style: italic;
  line-height: 16px;
  font-weight: 900;
  color: rgba(255, 123, 71, 1);
  width: 159px;
  display: block;
  position: relative;
  left: 119px;
}

.streamline-main-block {
  padding-top: 80px;
}

/* main section end */

/*footer start*/
.cus_footer {
  background: #424242;
}

.join_btn_orange {
  background: #ff7b47;
  width: 100%;
  max-width: 285px;
  border: 1px solid #ff7b47;
  font-size: 15px;
  line-height: 20.25px;
  font-weight: 700;
  height: 48px;
}

.join_btn_orange:hover {
  border-color: #ff7b47;
  color: #ff7b47 !important;
}

.fs-14px {
  font-size: 14px;
}

.col_left_text p {
  line-height: 18.9px;
  width: 100%;
  max-width: 488px;
}

.follow_us_label p {
  font-weight: 500;
  line-height: 39px;
}

.line-20 {
  line-height: 20.25px;
}

.link_listing li a {
  line-height: 39px;
}

/*footer end*/

/*copyright start*/
.copyright_text {
  background: #3a3a3a;
  padding: 0px !important;
}

.h-51px {
  height: 51px;
}

/*copyright end*/

/* faq start */
.faq_block {
  width: 100%;
  max-width: 996px;
  margin: 0 auto;
  position: relative;
}

.faq_label {
  font-size: 34px;
  line-height: 45.9px;
  font-weight: 400;
}

.faq_label span {
  font-weight: 700;
  color: #ff7b47;
}

.faq_text {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  width: 100%;
  max-width: 865px;
  margin: 0 auto;
}

.faq_section {
  padding: 80px 0px 60px 0px;
}

.bg_orange {
  background-color: #ff7b47 !important;
}

.faq_block h3 {
  font-weight: 900;
  font-size: 120px;
  line-height: 162px;
  color: transparent;
  opacity: 37%;
  -webkit-text-stroke: 2px #e5e5e5;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 0;
  /* width: 100%; */
  text-transform: uppercase;
}

#accordionExample {
  .accordion-button {
    background: #ff7b47;
    color: #fff;
    border-color: #ff7b47;
    font-size: 17px;
    line-height: 22.95px;
    font-weight: 700;
    height: 70px;
    position: relative;
  }

  .accordion-button.collapsed {
    background: #fff;
    color: #000;
  }

  .accordion-item {
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    margin-bottom: 20px;
  }

  .accordion-item:focus-visible,
  .accordion-header:focus-visible,
  .accordion-button:focus-visible {
    outline: none;
  }

  .accordion-button:focus {
    box-shadow: none;
  }

  .accordion-body {
    font-size: 17px;
    line-height: 22.95px;
    font-weight: 400;
  }

  #seeMoreBtn {
    font-size: 17px;
    line-height: 20.57px;
    font-weight: 500;
    color: #505050;
    background: transparent;
    border-color: transparent;
  }

  .accordion-button.collapsed span,
  .accordion-button span {
    position: absolute;
    right: 22px;
  }

  .accordion-button span img.grey_arrow {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(103%);
    transform: rotateX(180deg);
  }

  .accordion-button.collapsed span img.grey_arrow {
    filter: none;
    transform: none;
  }

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

  #seeMoreBtn img {
    padding-left: 10px;
  }
}

/*faq end */

/*about delivery start*/
.about_delievery_block {
  background-color: #f7f7f7;
  min-height: 615px;
  padding: 80px 0px;
}

.about_devlivery_title {
  font-size: 34px;
  line-height: 45.9px;
  font-weight: 400;
}

.about_devlivery_title span {
  font-weight: 700;
  color: #ff7b47;
}

.about_description p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
}

.learn_more_btn {
  width: 169px;
  height: 50px;
  background: #ff7b47;
  border-color: #ff7b47;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.6px;
}

.about_description {
  width: 100%;
  max-width: 663px;
}

.about_delivery_boy {
  width: 100%;
  min-height: 429px;
  border-radius: 6px;
  object-fit: cover;
}

/*about delivery end*/

/*win platform start*/
.padd_on_top {
  padding: 60px 0px 60px 0px;
}

.padd_on_top h2 {
  font-size: 34px;
  line-height: 45.9px;
  font-weight: 400;
  position: relative;
}

.padd_on_top span {
  font-weight: 700;
  color: #ff7b47;
}

.padd_on_top p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  text-align: center;
}

.win_platform p {
  width: 100%;
  max-width: 1101px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.win-win-block {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
}

.win_win_inner_block {
  border: 1.5px solid #f2f2f2;
  padding: 25px;
  border-radius: 6px;
  width: 100%;
  max-width: 488px;
}

.win_win_inner_block:hover {
  border-color: #ff7b47;
}

.win_win_inner_block h4 {
  font-size: 24px;
  line-height: 32.4px;
  font-weight: 700;
  padding-top: 6px;
  color: #424242;
}

.inner_win_content p {
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  margin-bottom: 10px;
  color: #424242;
  font-weight: 500 !important;
  max-width: 433px;
}

.inner_win_content ul li.checks:after,
.inner_right_tab li.checks:after {
  background-image: url("../img/orange-tick.png");
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 14px;
  height: 14px;
}

.inner_win_content ul li.checks,
.inner_right_tab li.checks {
  position: relative;
  padding-left: 20px;
  padding-bottom: 8px;
}

.padd_on_top h3 {
  font-weight: 900;
  font-size: 120px;
  line-height: 162px;
  color: transparent;
  opacity: 37%;
  -webkit-text-stroke: 2px #e5e5e5;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  text-transform: uppercase;
}

.pos_relative {
  position: relative;
}

/*win platform end*/

/*delivery tabs start */
.tabs_top_para {
  width: 100%;
  max-width: 996px;
  margin: 0 auto;
}

.deliverymaster_tabs ul#myTab {
  justify-content: center;
  border: none;
  gap: 20px;
  padding-bottom: 50px;
}

.deliverymaster_tabs ul#myTab li.nav-item a {
  width: 286px;
  height: 51px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  font-size: 16px;
  line-height: 21.6px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #424242;
}

.deliverymaster_tabs ul#myTab li.nav-item a.active {
  background: #ff7b47;
  color: #fff !important;
}

.deliverymaster_tabs {
  background: #f7f7f7;
}

.tab_img {
  min-height: 411px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px 0px 0px 8px;
}

.inner_tabs {
  min-height: 411px;
  justify-content: center;
}

.inner_right_tab {
  background: #fff;
  min-height: 411px;
  padding: 40px;
  border-radius: 0px 8px 8px 0px;
  padding-right: 72px;
}

.inner_right_tab h3 {
  font-size: 19px;
  opacity: 1;
  color: #000;
  transform: none;
  position: relative;
  -webkit-text-stroke-width: inherit;
  left: 0;
  top: 0;
  line-height: 25.65px;
  font-weight: 700;
  text-transform: capitalize;
}

.deliverymaster_tabs.padd_on_top h3 {
  text-transform: capitalize;
}

/*delivery tabs end */

/*convention section start*/
.convention_block {
  padding: 80px 0px;
}

.bg-col1,
.bg-col2 {
  background-image: url("../img/convention-way.png");
  background-repeat: no-repeat;
  min-height: 540px;
  border-radius: 24px;
  flex: 0 0 49%;
  width: 49%;
  padding: 0;
  position: relative;
  overflow: hidden;
  background-size: 120%;
  background-position: center;
  transition: background-size 2s ease;
}

.bg-col1:hover,
.bg-col2:hover {
  background-size: 130%;
}

.bg-col2 {
  background-image: url("../img/new-way.png");
}

.overlay_green {
  background: rgba(1, 64, 11, 0.85) !important;
}

.convention_block h2 {
  font-size: 34px;
  line-height: 45.9px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.convention_block ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  color: #fff;
}

.convention_block ul li {
  font-size: 17px;
  line-height: 22.95px;
  font-weight: 500;
  padding-bottom: 20px;
}

.overlay {
  background: rgba(0, 24, 69, 0.8);
  min-height: 540px;
  border-radius: 24px;
  padding: 40px;
}

.content_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 50px;
}

.double-tick {
  position: relative;
  padding-left: 28px;
  padding-bottom: 8px;
}

.double-tick:after {
  background-image: url("../img/double_tick.png");
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  width: 20px;
  height: 15px;
}

.double-tick-black:after {
  background-image: url("../img/double_tick_black.png");
}

.content_center p {
  color: #fff;
  font-size: 17px;
  line-height: 22.95px;
  margin: 0;
  padding-bottom: 20px;
}

/*convention section end*/

/*stats section start*/
.stats-section {
  background-image: url("../img/truck_bg.png");
}

.stats-section {
  background-image: url("../img/truck_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 300px;
}

.bg_overlay {
  background: rgba(8, 2, 0, 0.8);
  min-height: 300px;
  padding: 40px 0px;
}

.stats-title p {
  font-size: 24px;
  font-weight: 400;
  line-height: 54.79px;
  padding-top: 25px;
}

.gap-30 {
  gap: 30px;
}

.stats-box {
  background: #fff;
  width: 100%;
  max-width: 246px;
  border-radius: 4px;
}

.big-text {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.small-text {
  color: rgba(255, 123, 71, 1);
  font-size: 14px;
  font-weight: 500;
  line-height: 18.9px;
  margin: 0;
}

.stats-item {
  min-height: 90px;
}

.stats_img_block {
  padding-right: 20px;
  border-right: 1px solid rgba(234, 230, 230, 1);
  margin-right: 20px;
}

.stats_img_block {
  padding-right: 20px;
  border-right: 1px solid rgba(234, 230, 230, 1);
  margin-right: 20px;
}

/*stats section end*/

/*testimonial section start*/
#testimonial-section.padd_on_top h3 {
  text-transform: capitalize;
}

#testimonial-section.padd_on_top p {
  max-width: 865px;
  margin: 0 auto;
}

#testimonial-section .owl-stage-outer .item {
  background: #fff;
  padding: 25px;
  min-height: 260px;
  position: relative;
  border-radius: 6px;
}
.testimonial_container .short-text, .testimonial_container .full-text{
  color:#878686;
  font-style: italic;
  font-weight:500;
}

.testimonial-title {
  font-size: 18px !important;
  line-height: 24.3px !important;
  padding: 0 !important;
  font-weight: 700 !important;
}

#testimonial-section .item p.text-muted {
  color: rgba(66, 66, 66, 1) !important;
  font-size: 16px !important;
  line-height: 21.6px;
  font-weight: 400;
  padding-bottom: 0;
}

#testimonial-section .price {
  background: rgba(255, 255, 255, 1);
  width: 50px;
  height: 26px;
  border-radius: 2px;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.2);
}

#testimonial-section .price strong {
  font-size: 15px;
  line-height: 20.25px;
  font-weight: 700;
}

#testimonial-section .rating span {
  font-size: 15px;
  line-height: 20.25px;
  font-weight: 900;
  position: relative;
  left: -12px;
}

#testimonial-section .rating {
  flex-direction: row-reverse;
  position: relative;
  left: -20px;
}

.right-arrow {
  width: 13px !important;
  height: 13px;
  object-fit: contain;
}

.testimonial_name span {
  font-size: 14px;
  line-height: 18.9px;
  font-weight: 500;
  color: #424242;
  padding: 0px 8px;
}

.user-image {
  width: 70px !important;
  height: 70px;
  object-fit: contain;
  border-radius: 50%;
}

.btm-image-box h5 {
  font-size: 17px;
  font-weight: 500;
  line-height: 20.57px;
}

#testimonial-section .owl-stage-outer .item:after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 40.92px;
  border-top: solid 30px #fff;
  border-left: solid 30px transparent;
  border-right: solid 30px transparent;
}

.btm-image-box {
  padding-top: 37px;
}

#testimonial-section .quotes::before {
  content: "";
  position: absolute;
  width: 63px;
  height: 63px;
  background-color: rgba(249, 143, 71, 1);
  border-radius: 50%;
  top: 0;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
}

.quotes {
  position: relative;
}

#testimonial-section .quotes::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 24px;
  background-image: url("../img/quotes.png");
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

#testimonial-section .owl-stage-outer {
  padding-top: 32px;
}

/*testimonial section end*/

/*one stop section start*/
#one-stop {
  background: rgba(247, 247, 247, 1);
}

#one-stop.padd_on_top h2 {
  width: 100%;
  max-width: 735px;
  margin: 0 auto;
  text-align: center;
}

.transport-icon {
  width: 50px !important;
  object-fit: contain;
}

#one-stop .item {
  background: rgba(255, 255, 255, 1);
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  padding: 40px;
  height: 320px;
}

#one-stop .owl-carousel .owl-stage-outer {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

#one-stop .item h5 {
  color: rgba(255, 123, 71, 1);
  font-size: 18px;
  line-height: 24.3px;
  font-weight: 700;
  padding-bottom: 8px;
}

#one-stop .item p.text-muted {
  color: rgba(66, 66, 66, 1);
  font-size: 16px;
  line-height: 21.6px;
  font-weight: 400;
  padding: 0 10px;
}

#one-stop .owl-theme .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 45%;
  width: 100%;
}

#one-stop .owl-theme .owl-nav button {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 -20px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
}

/*one stop section end*/

/*one stop block section start*/
#one-stop_block {
  background: rgba(247, 247, 247, 1);
  position: relative;
}

.offer_price {
  width: 100%;
  max-width: 1039px;
  margin: 0 auto;
  min-height: 114px;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.orange_block-label {
  background: rgba(255, 123, 71, 1);
  min-height: 114px;
  display: flex;
  align-items: center;
  border-radius: 4px 0px 0px 4px;
}

.orange_block-label p {
  font-size: 24px;
  line-height: 31px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.orange_block-label p span {
  font-weight: 500;
}

.search-block {
  background: #fff;
  min-height: 114px;
  align-items: center;
  border-radius: 0px 4px 4px 0px;
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.08);
  padding-left: 30px;
  padding-right: 30px;
}

.search-block>.col-md-5 {
  width: 70%;
}

.search-block>.col-md-5 select.form-select {
  height: 50px;
  font-size: 15px;
  line-height: 20.25px;
  font-weight: 500;
  border: 1px solid rgba(233, 233, 233, 1);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}

.search-block a.btn {
  background: rgba(255, 123, 71, 1);
  border-color: rgba(255, 123, 71, 1);
  border-radius: 4px;
  width: 100%;
  font-size: 15px;
  line-height: 20.25px;
  font-weight: 500;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-block .col-md-2 {
  width: 130px;
}

/*one stop block section end*/
.hero-section {
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 150px 0;
  padding-bottom: 0px !important;
}

.hero-section h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.quote-box {
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.fixed-price-section {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.fixed-price-section h2 {
  font-size: 2rem;
}

.fixed-price-section form input {
  width: 60%;
}

.features-section .feature-box {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.process-section {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.about-section {
  background-color: white;
  padding: 60px 0;
}

/*find delivery section start*/
.find-delivery-section {
  padding-top: 80px;
}

.delivery-job-container {
  height: 99px;
  background: rgba(44, 44, 44, 1);
}

.delivery-job-container h1 {
  font-size: 34px;
  line-height: 49.5px;
  font-weight: 400;
  margin-bottom: 0px;
}

.filtermodal-block {
  background: rgba(244, 247, 250, 1);
  padding: 115px 30px 20px 30px;
}

.input-group {
  min-height: 50px;
  border: 1px solid rgba(176, 176, 176, 1);
  border-radius: 3px;
}

.filter-search-block {
  width: 70%;
}

.filter-button-block {
  width: 30%;
}

.filtermodal-block>.container-fluid {
  background: #fff;
  min-height: 138px;
  border-radius: 4px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  padding: 0 30px;
}

.filter-search-block .label {
  font-size: 15px;
  line-height: 20.25px;
  font-weight: 500;
  color: rgba(66, 66, 66, 1);
  padding-bottom: 10px;
}

.location-icon {
  padding-left: 10px;
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.input-group input.form-control {
  border: none;
  padding-left: 0px;
}

.input-group input.form-control::placeholder {
  font-size: 15px;
  font-weight: 500;
  line-height: 20.25px;
  color: rgba(176, 176, 176, 1);
}

.input-group input.form-control:focus {
  box-shadow: none;
}

.search-filter-btn button {
  background: rgba(255, 123, 71, 1);
  color: #fff;
  height: 53px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20.25px;
}

.search-filter-btn button img.search-icon {
  position: relative;
  top: -2px;
  left: -5px;
}

.search-filter-btn button:hover,
.search-filter-btn button:active,
.search-filter-btn button:focus-visible {
  background: rgba(255, 123, 71, 1) !important;
  color: #fff !important;
  border-color: rgba(255, 123, 71, 1) !important;
}

.filter-button-block {
  height: 80px;
}

.filter-button-block button {
  height: 52px;
  border: 1px solid rgba(255, 123, 71, 1);
  border-radius: 3px;
  color: rgba(255, 123, 71, 1);
  font-size: 15px;
  font-weight: 700;
  line-height: 20.25px;
}

.filter-button-block button:hover,
.filter-button-block button:active,
.filter-button-block button:focus-visible {
  background: rgba(255, 123, 71, 1) !important;
  color: #fff !important;
  border-color: rgba(255, 123, 71, 1) !important;
}

.filter-button-block button:focus-visible,
.search-filter-btn button:focus-visible {
  box-shadow: none !important;
}

.more-filter {
  position: relative;
  left: -8px;
}

/*find delivery section end*/

/*filtermap block start*/
.filtermap-block {
  background: rgba(244, 247, 250, 1);
  padding: 0px 20px 20px 20px;
}

.filtermap-block h2 {
  font-size: 17px;
  line-height: 22.95px;
  font-weight: 700;
  color: rgba(66, 66, 66, 1);
}

.upper-filter-content .filters button {
  width: 100px;
  height: 30px;
  border: 1px solid rgba(232, 232, 232, 1);
  border-radius: 0;
  background: #fff;
  font-size: 15px;
  color: rgba(66, 66, 66, 1);
  line-height: 20.25px;
  font-weight: 700;
}

img.filter-search-block {
  width: 18px;
  height: 18px;
  object-fit: contain;
  position: relative;
  top: -14px;
  left: 4px;
  transform: translate(-50%, 50%);
}

.job-listing .card img.card-img-top {
  width: 100%;
  max-width: 188px;
  height: 125px;
  object-fit: contain;
  border-radius: 0px;
}

.job-listing .card {
  padding: 10px;
  border-color: transparent;
  box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.08);
  flex-direction: row;
  margin-bottom: 12px;
}

.job-listing .card-img {
  width: 33%;
}

.job-listing .card-body {
  width: 62%;
  padding: 0;
  padding-left: 10px;
}

.job-listing .card-body h5.card-title {
  font-size: 17px;
  line-height: 22.95px;
  font-weight: 700;
  color: rgba(66, 66, 66, 1);
  max-width: 238px;
  margin-bottom:0;
}

.job-listing .card-body .card-text strong {
  font-size: 15px;
  line-height: 20.25px;
  font-weight: 500;
  color: rgba(66, 66, 66, 1);
}

.job-listing .card-body .card-text_ span {
  font-size: 13px;
  line-height: 17.55px;
  font-weight: 300;
  color: rgba(128, 128, 128, 1);
  width: 100%;
  display: block;
  padding-bottom: 8px;
}

.job-listing .card-body .card-text {
  margin: 0;
  padding-bottom: 5px;
}

.job-listing .card-body a.btn.btn-orange {
  background: rgba(255, 123, 71, 1);
  color: #fff;
  border-radius: 4px;
  width: 130px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 20.25px;
  font-weight: 700;
}

iframe {
  width: 100%;
  min-height: 515px;
}

/* .job-listing-upper {
  max-height: 400px;
  overflow-y: auto;
}

.map-container {
  width: 100%;
  min-height: 450px;
} */

/*filtermap block end*/

/*modal start*/
#filterModal {
  .modal-title {
    font-size: 24px;
    line-height: 32.4px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
  }

  button.btn-close {
    filter: brightness(0) saturate(100%) invert(56%) sepia(1%) saturate(513%) hue-rotate(314deg) brightness(90%) contrast(82%);
    opacity: 1;
    font-size: 15px;
  }

  .modal-header {
    border: none;
    padding: 0;
  }

  .modal-content {
    padding: 30px;
  }

  hr {
    margin: 0;
    background: rgba(240, 237, 237, 1);
    margin-top: 20px;
  }

  .modal-body h6 {
    color: rgba(66, 66, 66, 1);
    font-size: 17px;
    line-height: 22.95px;
    font-weight: 700;
  }

  .form-check label.form-check-label {
    font-size: 15px;
    line-height: 20.25px;
    font-weight: 400;
    color: rgba(66, 66, 66, 1);
    min-height: 42px;
  }

  input[type="checkbox"] {
    border-color: rgba(176, 176, 176, 1);
    border-radius: 3px !important;
  }

  .btn-orange {
    background: rgba(255, 123, 71, 1);
    width: 150px;
    color: #fff;
    height: 50px;
    font-size: 15px;
    line-height: 20.25px;
    font-weight: 700;
    border-radius: 4px;
  }

  .modal-footer {
    border: none;
  }

  .modal-body {
    padding-bottom: 0;
  }
}

/*modal end*/

/* quote start*/
.heading-quote {
  font-size: 34px;
  line-height: 45.9px;
  font-weight: 700;
  padding-bottom: 10px;
}

.text-quote {
  font-size: 17px;
  line-height: 22.95px;
  font-weight: 500;
}

.quote-block .delivery-job-container {
  height: 130px;
}

.quote-accordion {
  padding-top: 22px;
}

.quote-bg {
  background: rgba(244, 247, 250, 1);
}

.quote-accordion .accordion {
  .accordion-button {
    background: #fff;
    color: rgba(66, 66, 66, 1);
    border-color: #fff;
    font-size: 19px;
    line-height: 25.65px;
    font-weight: 500;
    height: 76px;
    position: relative;
    border-radius: 4px;
    gap: 12px;
    align-items: center;
    cursor: default;
  }

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

  .rating-orange-box {
    font-size: 12px;
    line-height: 16.2px;
    font-weight: 700;
    background: rgba(255, 123, 71, 1);
    padding: 3px;
    color: #fff;
  }

  .accordion-item {
    margin-bottom: 20px;
    border-color: #fff;
    border-radius: 4px;
  }

  .accordion-body .card {
    border: none;
    padding-top: 10px;
  }

  .accordion-body .card h5 {
    font-size: 19px;
    line-height: 25.65px;
    font-weight: 700;
    margin-bottom: 0;
  }

  .accordion-body .card span {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.9px;
    color: rgba(128, 128, 128, 1);
  }

  .text-end h5 {
    font-size: 16px !important;
    line-height: 21.6px !important;
    font-weight: 700 !important;
    color: rgba(66, 66, 66, 1) !important;
  }

  .accordion-body .card .badge.bg-success {
    background: transparent !important;
    font-size: 18px !important;
    line-height: 24.3px !important;
    color: rgba(10, 158, 16, 1) !important;
    font-weight: 700 !important;
    padding: 0;
  }

  .rating-comment-block {
    display: flex;
    gap: 20px;
    align-items: center;
  }

  .rating-quote-text {
    font-size: 16px !important;
    line-height: 21.6px !important;
    font-weight: 500 !important;
    color: rgba(66, 66, 66, 1) !important;
  }

  .rating-quote {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  hr {
    border: 1px solid rgb(202 196 196);
  }

  p.excellent-review-bold {
    font-size: 16px;
    line-height: 21.6px;
    font-weight: 700;
    color: rgba(66, 66, 66, 1);
    padding-bottom: 5px;
  }

  p.excellent-review-small {
    color: rgba(128, 128, 128, 1);
    font-size: 15px;
    font-weight: 500;
    line-height: 18.9px;
    margin-top: 5px;
  }

  .accordion-body .card h6 {
    font-size: 18px;
    line-height: 24.3px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 16px;
  }

  .accordion-body .card ul li {
    font-size: 16px;
    line-height: 21.6px;
    font-weight: 500;
  }

  .read-text {
    color: rgba(255, 123, 71, 1);
    font-size: 16px;
    line-height: 21.6px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1.5px solid rgba(255, 123, 71, 1);
    width: fit-content;
    margin-bottom: 10px;
  }

  .close-btn {
    font-size: 18px;
    line-height: 24.3px;
    color: rgba(66, 66, 66, 1);
    font-weight: 500;
    cursor: pointer;
  }
}

.contact-quote .card {
  border: 1px solid rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.08);
  padding: 20px !important;
}

.contact-quote .card h5 {
  font-size: 22px;
  line-height: 29.7px;
  font-weight: 700;
}

.contact-quote hr,
.similar-block-content hr,
.quote-form hr {
  color: rgb(182 172 172);
}

.contact-quote-content p {
  font-size: 17px;
  line-height: 22.95px;
  font-weight: 500;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.pickup-content p {
  font-size: 15px;
  line-height: 20.25px;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.pickup-content p span,
.drop-off-content p span,
.Inventory-details h5 span {
  font-weight: 500;
  color: rgba(128, 128, 128, 1);
}

.drop-off-content p {
  font-size: 16px;
  line-height: 21.6px;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.distance-block {
  background: rgba(244, 244, 244, 1);
  width: 205px;
  border-radius: 4px;
  display: flex;
  padding: 15px;
  gap: 20px;
  align-items: center;
}

.map-block iframe {
  min-height: 296px !important;
  height: 296px;
}

.distance-block h6 {
  line-height: 32.4px;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.distance-block p {
  font-size: 16px;
  color: rgba(128, 128, 128, 1);
  font-weight: 500;
  line-height: 21.6px;
  margin: 0;
}

.distance-content {
  text-align: left;
}

.grand-piano {
  background: rgba(244, 244, 244, 1);
  border-radius: 8px;
  padding: 20px;
}

.grand-piano h5 {
  font-size: 19px !important;
  color: rgba(66, 66, 66, 1);
  line-height: 25.65px;
  margin-bottom: 5px;
  padding: 0 !important;
}

.grand-piano p {
  margin: 0;
  font-size: 15px;
  line-height: 20.25px;
  font-weight: 500;
  color: rgba(66, 66, 66, 1);
}

.photo-img {
  width: 108px;
  height: 108px;
  object-fit: cover;
  border-radius: 3px;
  margin-bottom: 1rem !important;
}

.similar-block h2 {
  font-size: 24px;
  line-height: 32.4px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.similar-block-content {
  width: 100%;
  max-width: 876px;
  margin: 0 auto;
}

.similar-block-content .card img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 4px;
}

.similar-block-content .card .card-body .card-title {
  font-size: 17px;
  line-height: 22.95px;
  font-weight: 700;
  color: rgba(66, 66, 66, 1);
  margin: 0;
  padding-bottom: 5px;
}

.similar-block-content .card .card-body p.card-text {
  font-size: 15px;
  line-height: 20.25px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 5px;
}

.similar-block-content .card .card-body p.gray-text {
  font-size: 13px;
  line-height: 17.55px;
  font-weight: 500;
  color: rgba(128, 128, 128, 1);
  margin: 0;
  padding-bottom: 5px;
}

.card-btn a.btn {
  width: 130px;
  background: rgba(255, 123, 71, 1);
  border-color: rgba(255, 123, 71, 1);
  border-radius: 4px;
  font-size: 15px;
  line-height: 20.25px;
  font-weight: 700;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.similar-block-content .card {
  border: none;
}

.similar-block-content .card>.row {
  width: 100%;
  align-items: center;
}

.similar-block-content .card .card-image {
  width: 10%;
}

.similar-block-content .card .card-body {
  width: 60%;
}

.similar-block-content .card .card-btn {
  width: 30%;
  justify-content: end;
  display: flex;
}

.quote-form form label.form-label {
  font-size: 15px;
  line-height: 20.25px;
  font-weight: 500;
  color: rgba(66, 66, 66, 1);
  padding-bottom: 2px;
}

.quote-form form select {
  height: 50px;
  border-color: rgba(176, 176, 176, 1);
  border-radius: 3px;
  margin-bottom: 20px;
}

.custom-switch-label {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
  font-size: 15px;
  line-height: 20.25px;
  font-weight: 500;
}

.custom-switch-label .form-switch {
  margin: 0 5px;
}

.quote-form form textarea {
  height: 133px;
  resize: none;
  margin-top: 30px;
  padding: 20px;
  margin-bottom: 20px;
}

.quote-form form textarea::placeholder {
  font-size: 15px;
  line-height: 20.25px;
  font-weight: 500;
  color: rgba(66, 66, 66, 1);
}

.custom-switch-label .form-switch input {
  width: 50px !important;
  height: 25px;
}

.custom-switch-label .form-switch input:focus,
.your-price .input-group input#price:focus {
  box-shadow: none;
}

.custom-switch-label .form-check-input:checked {
  background-color: rgba(255, 123, 71, 1);
  border-color: rgba(255, 123, 71, 1);
}

.make-quote-btn {
  background: rgba(255, 123, 71, 1);
  border-color: rgba(255, 123, 71, 1);
  height: 49px;
  font-size: 15px;
  line-height: 20.25px;
  font-weight: 700;
  margin-top: 10px;
  border-radius: 4px;
}

.make-quote-btn:hover {
  border-color: rgba(255, 123, 71, 1);
  background: rgba(255, 123, 71, 1);
}
.dropdown-toggle::after {
  margin-right: .255em;
  margin-left: 0;
}

.theme-btn-color {
  background: rgba(255, 123, 71, 1) !important;
  color:#fff !important;
  border-color: rgba(255, 123, 71, 1) !important;
}
.theme-btn-color:hover {
  background: rgba(255, 123, 71, 1);
  color:#fff;
}

.theme-btnoutline-color {
  border: 1px solid rgba(255, 123, 71, 1);
  color: rgba(255, 123, 71, 1);
  border-color: rgba(255, 123, 71, 1) !important;
}
.theme-btnoutline-color:hover, .theme-btnoutline-color:active {
  background: rgba(255, 123, 71, 1) !important;
  color:#fff !important;
  border-color: rgba(255, 123, 71, 1) !important;
}

.green-color {
  background:#0a9e10;
  font-size: 10px;
  color: #fff;
}


.dark-grey-color {
  color:#424242;
}
.theme-text-color {
  color: rgba(255, 123, 71, 1);
}
.ask-quote-btn {
  border: 1px solid rgba(66, 66, 66, 1);
  height: 49px;
  border-radius: 4px;
  font-size: 15px;
  line-height: 20.25px;
  font-weight: 700;
  color: rgba(66, 66, 66, 1);
}

.ask-quote-btn:hover {
  border: 1px solid rgba(66, 66, 66, 1);
  background: transparent;
  color: rgba(66, 66, 66, 1);
}

.your-price .priceWrap {
  width: 114px;
  position: relative;
}

.your-price .dollarSign {
  position: absolute;
  left: 10px;
  top: 8px;
}

.your-price label {
  font-size: 22px !important;
  line-height: 29.7px !important;
  font-weight: 700 !important;
}
.your-price #price {
  height:40px !important;
  padding-left:18px;
 }
.your-price .input-group input#price {
  width: 90px;
}

/* .your-price .input-group span.input-group-text {
  border: 0;
  background: transparent;
  color: rgba(66, 66, 66, 1);
  font-weight: 700;
  padding: 0;
  font-size: 17px;
  padding-right: 5px;
} */

.title-quote {
  color: rgba(66, 66, 66, 1);
  font-size: 24px;
  line-height: 32.4px;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 12px;
}

.delivery-text h5 {
  font-size: 17px;
  line-height: 22.95px;
  font-weight: 700;
}

.delivery-text p {
  font-size: 14px;
  line-height: 18.9px;
  font-weight: 500;
}

.map-block {
  margin-right: 20px;
}

/*quote end */

/* success start */

.bg-gray {
  background-color: #2C2C2C;
}

.success-content .btn-link {
  background: none !important;
  width: unset !important;
}

.success-content .tx-orange {
  color: #FF7B47;
  font-weight: 700;

}

.fs-17 {
  font-size: 17px;
  font-weight: 400;
}

.succss-label {
  font-weight: 700;
  color: #ff7b47;
}

.fs-34 {
  font-size: 34px;
}

.custom-border {
  border-left: 1px solid #EEEEEE;
}

.custom-img {
  max-width: 100%;
  height: auto;
}


.sucess-thank {
  color: #424242;
  font-weight: 500;
  font-size: 17px;
}

.success-section {
  box-shadow: 0px 0px 44px 0px #00000014;

}

.success-text {
  color: #424242;

}

.success-title {
  color: #0A9E10;
  font-weight: 700;
  font-size: 24px;
}

.btns-vr {
  align-self: center !important;
}

hr {
  opacity: 0.1;
}

.radio-text {
  font-size: 14px;
  font-weight: 400;
}

.vr-divider {
  width: 1px;
  height: 100%;
  background-color: #EEEEEE;
}

.custom-radio-input {
  display: none;
}

.custom-radio-circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #dee2e6;
  background-color: transparent;
  position: relative;
  margin-right: 8px;
  vertical-align: middle;
}

.radio-text {
  vertical-align: middle;
  /* Aligns the text with the circle */
}

.custom-radio-input:checked+.custom-radio-circle {
  border-color: #FF7B47;
}

.custom-radio-input:checked+.custom-radio-circle::after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #FF7B47;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #FF7B47 !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


@media (max-width: 768px) {
  .success-section {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .custom-border {
    border-left: none;
  }

  .success-content {
    margin-top: 20px;
  }
}

@media (max-width: 576px) { 
  .success-content .tx-orange {
    font-size: 18px;
    padding: 0 5px 0 5px;
  }
}

/* success end */

/* reponsiveness */
@media (max-width: 1399px) {
  .btm-streamline-content span {
    left: 150px !important;
  }

  .streamline-text:after {
    left: 66% !important;
  }
}

@media (max-width: 1024px) {
  .contact-quote-content p {
    font-size: 15px;
  }

  .streamline-text h1 {
    padding-bottom: 65px;
  }

  .hero-section {
    padding-bottom: 15px !important;
  }

  .btm-streamline-content span {
    left: 137px !important;
    top: 9px;
  }

  .search-block>.col-md-5 {
    width: 65%;
  }

  .offer_price {
    max-width: 80%;
  }

  .win_win_inner_block {
    max-width: 48.5%;
  }

  .join_btn_orange {
    font-size: 14px;
  }

  .filter-search-block {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .filter-button-block {
    width: 100%;
  }

  .filtermodal-block>.container-fluid {
    padding-bottom: 30px;
  }

  img.filter-search-block {
    padding: 0;
  }

  .upper-filter-content .filters button {
    height: auto;
  }

  .job-listing .card-img {
    width: 40%;
  }
}

@media (max-width: 991px) {
  .map-block {
    margin-right: 0px;
  }

  .heading-quote {
    font-size: 25px;
    line-height: 34.9px;
  }

  .contact-quote .col-md-4,
  .contact-quote .col-md-8 {
    width: 100%;
  }

  .contact-quote .card {
    flex-wrap: wrap;
  }

  .dis-content {
    justify-content: flex-start !important;
  }

  .distance-block {
    width: 100%;
  }

  .similar-block-content .card .card-btn {
    width: 100%;
    justify-content: start;
  }

  .similar-block-content .card .card-image {
    width: 30%;
  }

  .photo-block {
    flex-wrap: wrap;
    gap: 10px;
  }

  .photo-img {
    margin: 0 !important;
  }

  .quote-accordion .accordion .accordion-button {
    font-size: 18px;
  }

  .dark-navbar {
    background: #fff !important;
  }

  .mob-hidden {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
  }

  .mob-hidden>.btn_orange {
    display: block;
  }

  .hidden-on-mob {
    display: none;
  }

  .navbar .navbar-toggler {
    border: none;
    padding: 0;
  }

  .streamline-main-block {
    padding-top: 0px !important;
    width: 100%;
  }

  .streamline-box span {
    font-size: 18px;
  }

  #navbarSupportedContent {
    background: #fff;
    color: #fff;
    position: absolute;
    top: 81px;
    width: 100%;
    left: 0px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .dark-navbar #navbarSupportedContent {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .navbar-nav a.nav-link {
    color: rgba(66, 66, 66, 1) !important;
  }

  .navbar-nav #navbarSupportedContent a.nav-link span>img {
    filter: brightness(0) saturate(100%);
  }

  .navbar .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar .navbar-toggler:focus-visible {
    outline: none;
  }

  .btm-streamline-content span,
  .streamline-text:after {
    display: none;
  }

  .streamline-text h1 {
    font-size: 42px !important;
    line-height: 50px;
    max-width: 100%;
    padding-bottom: 0px;
  }

  .btm-streamline-content {
    padding-top: 10px;
  }

  .streamline-main-block+.col-md-5 {
    width: 100%;
  }

  .orange_block-label p {
    font-size: 20px;
    line-height: 27px;
  }

  .search-block>.col-md-5 {
    width: 56%;
  }

  #one-stop .item {
    padding: 10px;
  }

  .deliverymaster_tabs.padd_on_top h3 {
    font-size: 110px;
  }

  .deliverymaster_tabs ul#myTab li.nav-item a {
    width: 100%;
  }

  .inner_right_tab>h3.mb-3 {
    font-size: 30px;
  }

  .win_platform.padd_on_top h3 {
    font-size: 90px;
  }

  .streamline-box{
    margin-top:0px !important;
  }
}

.streamline-box{
  margin-top:-95px;
}

@media (max-width: 767px) {
  .sofa-listing{
    padding: 8px 0px;
  }
  .filter-button-block {
    margin-left:0;
    margin-right:0;
  }
  .filter-button-block div {
    padding:0;
  }
  .dark-navbar.navbar {
    background: #fff !important;
  }

  .padd_on_top h3 {
    font-size: 90px;
  }

  .fixed-top {
    position: sticky;
  }

  .navbar {
    background: #000 !important;
  }

  .hero-section {
    padding: 30px 0px 0px 0px !important;
  }

  .streamline-text h1 {
    font-size: 35px !important;
    line-height: 45px;
  }

  .streamline-box {
    margin-bottom: 10px !important;
  }

  .offer_price {
    max-width: 90%;
    padding-top: 30px;
  }

  .offer_price {
    min-height: auto;
    position: static;
    top: 0;
    left: 0;
    transform: none;
  }

  .search-block {
    min-height: auto;
    display: block !important;
    padding: 10px !important;
  }

  .search-block>.col-md-5,
  .search-block .col-md-2 {
    width: 100%;
  }

  .padd_on_top {
    padding: 30px 0px 30px 0px;
  }

  #one-stop>.container.mt-5 {
    margin-top: 0px !important;
  }

  .padd_on_top h2 {
    font-size: 28px;
    line-height: 40.9px;
    margin-bottom: 30px !important;
  }

  #one-stop .item {
    width: 80%;
    margin: 0 auto;
  }

  #one-stop .owl-theme .owl-nav button {
    margin: 0 0px;
  }

  .padd_on_top h3,
  .faq_block h3 {
    display: none;
  }

  #testimonial-section .owl-stage-outer .item,
  .testimonial_container {
    margin: 0 20px !important;
  }

  .stats-title p {
    line-height: 33.79px;
    padding-top: 0;
  }

  .convention_block {
    padding: 30px 0px;
  }

  .bg-col1,
  .bg-col2 {
    min-height: auto;
    flex: 0 0 90%;
    width: 90%;
    margin: 0 auto;
  }

  .content_center {
    padding: 20px;
  }

  .convention_block>.row {
    gap: 20px;
  }

  .deliverymaster_tabs ul#myTab {
    display: block;
    padding: 20px;
  }

  .deliverymaster_tabs ul#myTab li.nav-item a {
    margin-bottom: 15px;
  }

  .inner_left_tab.ps-0 {
    padding-right: 0px;
  }

  .tab_img {
    min-height: auto;
    border-radius: 0px !important;
  }

  .inner_right_tab {
    padding-left: 20px;
  }

  .win-win-block {
    max-width: 100%;
    flex-wrap: wrap;
  }

  .win_win_inner_block {
    max-width: 100% !important;
  }

  .about_delievery_block {
    min-height: auto;
    padding: 30px 0px;
  }

  .about_delievery_block .row>.ps-0 {
    padding: 0px 20px 20px 20px;
    padding-left: 20px !important;
  }

  .about_delivery_boy {
    min-height: auto;
  }

  .faq_section {
    padding: 30px 0px 30px 0px;
  }

  .accordion-button {
    padding-right: 45px;
  }

  .col_left_text p,
  .join_btn_orange {
    max-width: 100%;
  }

  .col_left_text {
    margin-bottom: 10px !important;
  }

  .follow_us {
    padding-bottom: 10px;
  }

  footer.cus_footer .col-md-2 {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  a.btn.join_btn_orange {
    margin-bottom: 20px;
  }
}

@media (max-width: 766px) {
  .job-cus_listing {
    flex-direction: column-reverse;
  }

  .map-margin-btm {
    margin-bottom: 30px;
  }

  .find-delivery-section {
    padding-top: 0;
  }

  .filter-button-block {
    height: auto;
  }

  .search-filter-btn button {
    margin: 20px 0px;
  }

  .filter-search-block .label {
    padding-top: 10px;
  }

  .filtermodal-block {
    padding: 30px 20px 20px 20px;
  }

  .filtermodal-block>.container-fluid {
    padding: 15px;
  }

  .upper-filter-content {
    flex-wrap: wrap;
  }

  .upper-filter-content .filters {
    width: 100%;
    justify-content: center !important;
    padding-top: 15px;
  }

  .upper-filter-content .filters button,
  .job-listing .card-img {
    width: 100%;
  }

  .job-listing .card {
    flex-direction: column;
  }

  .job-listing .card img.card-img-top {
    max-width: 100%;
  }
  .job-listing .card-img {
    display: none;
  }

  .map-container {
    min-height: auto;
    padding-top: 20px;
  }

  .job-listing,
  .job-listing+.col-md-6 {
    padding: 0;
  }

  img.filter-search-block {
    top: -12px;
    left: -6px;
  }

  .job-listing .card-body {
    width: 100%;
    padding-top: 20px;
  }
}

img.black_filter {
  filter: brightness(0) saturate(100%);
}

/* profile dropdown css start */
.user-profile-menu .menu {
  position: absolute;
  top: calc(100% + 24px);
  width: 200px;
  min-height: 100px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: 300ms;
}

.user-profile-menu .menu::before {
  content: '';
  position: absolute;
  top: -10px;
  right: 14px;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
  z-index: -1;
}

.user-profile-menu .menu.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.user-profile-menu .menu ul {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 10;
  background: #fff;
  margin: 0;
  padding: 0;
}

.user-profile-menu .menu ul li {
  list-style: none;
}

.user-profile-menu .menu ul li:hover {
  background: #eee;
}

.user-profile-menu .menu ul li a,
.user-profile-menu .menu ul li button {
  text-decoration: none;
  color: rgba(66, 66, 66, 1) !important;
  display: flex;
  align-items: center;
  padding: 13px 20px;
  gap: 6px;
  font-weight: normal !important;
}

.user-profile-menu .menu ul li a i {
  font-size: 1.2em;
}

/* profile dropdwon css end */

/* Quotes css startes */
h3 {
  font-size: 17px;
}

/* .form-card {
  background: #f5f7fa !important;
} */

.white {
  background: #ffffff !important;
}

#msform fieldset {
  background: #f5f7fa !important;
  padding: 20px !important;
}

.btn-link {
  background: #ECECEC;
  border-radius: 50%;
  color: #000;
  padding-top: 0.5em;
  height: 50px;
  width: 50px;

  align-content: center
}

.extra_items {
  border-top: 1px solid #EAE9E9;
  padding-top: 2em;
}

.q1 {
  margin: 10px;
  padding: 10px;
}

#tbl input {
  padding: 10px;
}

.show_size , .is-transit-box {
  margin: 0px 10px 0px 0px;
}

.btn-danger {
  border-radius: 50%;
  background: #000;
  border: 2px solid #000;
  align-content: center
}

#msform .input,
#msform textarea {
  border: 1px solid #B0B0B0;
  border-radius: 3px;
  margin: 0px;
  box-sizing: border-box;
  background: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: left;
  height: 160px;
}

#msform .qty {
  max-width: 40px !important;
  margin: 0 10px !important;
}

.alternative_table>.row:nth-child(n) {
  background-color: #FFFFFF;
}

.alternative_table>.row:nth-child(2n) {
  background-color: #FAFAFA;
}

.add_another {
  border: none !important;
  font-size: 15px !important;
  color: #fb4701 !important;
  background: none !important;
  width: 150px;
  font-weight: 700;
}

/* .text-muted {
  font-size: 17px;
  color: #424242;
} */

/* .input-group-text {
  background: #ffffff;
} */

.q-box__question {
  background-color: #F6F6F6;
  padding: 10px;
  border-radius: 3px;
  margin: 10px 0px;
  height: 50px;
  align-content: center;
}

#pickup_Range,
#pickup_Specific,
#delivery_Range,
#delivery_Specific {
  height: 0px !important;
  width: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
}

.form-check-input {
  height: 23px;
  width: 23px;
}

.form-check-input:checked {
  background-color: #ff7c47;
  border-color: #ff7c47;
}

.gradiant {
  background-color: #f5f5f5;
  border: 20px solid #ffffff;
}

a.underline {
  color: #424242;
  text-decoration: none;
  font-weight: 500;
}

.gradiant>a:hover {
  text-decoration: none !important;
}

.modal-headers {
  width: 90%;
  margin: 5%;
  padding: 2em;
  color: #B0B0B0;
}

.modal-title {
  color: #424242;
  font-weight: 700;
}

.qr-code {
  width: 300px;
  height: 300px;
  border: 2px solid #ff7c47;
  border-radius: 10px;
  ;
}

.modal-footers {
  background-color: #f5f5f5;
  width: 80%;
  margin: 10%;
  padding: 1em;
  color: #424242;
  border-radius: 1em;
}

.actions {
  align-items: center;
  justify-content: end;
}

.location_field_wrap {
  display: flex !important;
  flex-wrap: nowrap !important;
}

/* .pac-target-input {
  padding-top: 18px !important;
} */
.extra_items_js {
  margin-left: -23px !important;
  margin-right: 5px !important;
}

@media (max-width: 767.48px) {
  .btn-link {
    background: #ECECEC;
    border-radius: 50%;
    color: #000;
    padding: 0;
    height: 25px;
    width: 25px;
    font-size: 12px;
  }

  .btn-danger {
    background: #000;
    border-radius: 50%;
    color: #fff;
    padding: 0;
    height: 25px;
    width: 25px;
    font-size: 12px;
  }
}

.preview-images {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px !important;
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
}

.preview-images {
  display: none;
}

.image-preview {
  position: relative;
}

.image-preview img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.remove-icon {
  position: absolute;
  top: -7px;
  right: -7px;
  background-color: red;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer !important;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
}

/* quotes css ended */

.mobile-phone-uploader-button {
  width: 100px;
  background: #ff7b47 !important;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right;
  text-align: center;
}

.productcustomrows .btn-danger {
  width: 50px;
  height: 50px;
}

@media (max-width:1199px) {
  .productcustomrows {
    flex-wrap: wrap;
  }

  .productcustomrows .col-md-5,
  .productcustomrows .col-md-7 {
    width: 50%;
  }
  .streamline-text::after {
    left: 85% !important;
    width: 80px;
    height: 130px;
    bottom: -68%;
  }
  /* .hero-section {
    margin-bottom: -135px;
  } */
  
}


@media (max-width:991px) {
  .hero-section {
    margin-bottom: 0px;
  }
  .productcustomrows .col-md-7 {
    width: 100%;
    margin-bottom: 10px;
  }

  .productcustomrows .col-md-5 {
    width: 100%;
  }

  .full-div-html{
    display: block !important;
  }
  .half-div-html{
    display: none;
  }
}

@media (max-width:767px) {
  .custom-graysection .form-card h4.mb-5 {
    margin-bottom: 20px !important;
  }

  .custom-graysection .cus-mob-row {
    display: block;
    padding: 0 15px;
  }

  .custom-graysection .cus-mob-row>.col-10 {
    width: 100%;
  }

  .row.custom-inner-row-form {
    display: block !important;
  }

  .row.custom-inner-row-form>.row {
    display: block;
    padding-right: 0;
  }

  .row.custom-inner-row-form>.row>.col-md-3 {
    padding-right: 0;
  }

  .row.custom-inner-row-form>.row>.col-md-3 #v-pills-tab {
    margin-bottom: 18px;
  }

  .custom-graysection #other-item-container {
    padding-top: 18px !important;
  }

  .custom-steps-form .col-md-8.white {
    width: 100%;
    padding-right: 0;
    margin-left: 6px;
    padding-left: 0;
  }

  .custom-steps-form #v-pills-tabContent .form-control,
  .productcustomrows .qty {
    height: 35px !important;
  }

  .custom-steps-form #v-pills-tabContent .btn-link,
  .productcustomrows .btn-link,
  .productcustomrows .btn-danger {
    height: 35px !important;
    width: 35px !important;

  }

  .custom-steps-form #v-pills-tabContent .fa {
    top: 2px;
    position: relative;
  }

  .custom-steps-form #v-pills-tabContent .tab-pane h6.text-muted.item-name,
  .form-card.custom-steps-form #v-pills-tab button {
    font-size: 18px;
  }

  .custom-graysection #other-item-container h3.mb-3 {
    font-size: 21px;
  }

  #progressbar li {
    font-size: 14px !important;

  }

  .cus-flex-block .mt-1 {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .cus-flex-block .mt-1 label.ps-2 {
    width: 90%;
  }

  .cus-flex-block .mt-1 input[type="checkbox"] {
    width: 10% !important;
  }

  #pac-container .location_field_wrap.mb-3 {
    margin-bottom: 0px !important;
    min-height: 40px;
    height: 40px;
  }
  #pac-container .location_field_wrap input[type='text'] {
    height: 38px;
}
  .order-1 #floor, .order-3 #helper {
    height: 40px;
}
.q-box__question {
  padding: 5px 10px;
  height: 40px;
  align-items: center;
  margin-bottom: 5px;
}
.q-box__question .form-check-input[type=radio] {
  height: 17px;
  width: 17px;
}
}

@media (min-width:768px) and (max-width:991px) {

  .custom-steps-form #v-pills-tabContent .col-md-4.col-6.d-flex.actions,
  .custom-steps-form #v-pills-tabContent .col-md-8.col-6.ps-3.names {
    width: 50%;
  }

  #progressbar li,
  .form-card.custom-steps-form #v-pills-tab button {
    font-size: 17px !important;

  }
}

.upload-image-point {
  font-size: 13px;
  font-weight: normal;
  color: red;
  display: inherit;
  margin-top: 5px;
}

.view-map-data,.view-map-distance,.view-map-time {
  display: none;
}
.map-detail-page {
  min-height: 318px !important;
}
.distance-icon img {
  height: 30px;
  width: 30px;
}
.inventory-data {
  margin-bottom: 10px !important;
}
.card.quote-form {
  position: sticky;
  top: 100px;
  z-index: 10;
}
.row.inventory-data {
  flex-wrap: wrap;
  width: 100%;
}
.left-col-block {
  width: 50%;
}
.right-col-block {
  width: 50%;
}
.card-table-box{
  border: 1px solid rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.08);
  padding: 8px 15px !important;
  width: fit-content;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 5px;
}
.row.inventory-data  table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.row.inventory-data  td, .row.inventory-data  th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  background:#fff;
}
.inner-inventory-block {
  margin-bottom: 10px;
  background:#F4F4F4;
  /* background:#fff; */
  padding: 10px;
  border-radius: 6px;
}
/* Dashboard css start */

.nav_ul {
  border-bottom: 1px solid rgb(173 181 189 / 50%);
  display: table;
  width: 96%;
  margin: auto;
  padding: 0px;
  margin-bottom: 25px;
}

.nav_ul .nav-tabs {
   border-bottom: none;
}
.nav_ul .nav-tabs button.nav-link:not(.active) {
  color: #979797 !important;
}
.nav_ul .nav-tabs .nav-link.active {
  background-color: transparent !important;
  border: none;
  font-weight: 700;
}
.nav_ul  .nav-tabs .nav-link {
  background-color: transparent !important;
  border: none;
}

.nav_ul .nav-tabs .nav-item {
  margin-right: 30px;
}

.nav_ul .nav-tabs button {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #FF7B47 !important;
  font-family: "Mulish", sans-serif;
  background-color: transparent !important;
  position: relative;
  padding: 0 0 12px;
}
.nav_ul .nav-tabs .nav-link.active:after {
  content: "";
  position: absolute;
  background: #FF7B47 !important;
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  height: 6px;
  bottom: -1px;
  left: 0;
  right: 0;
}
.nav_ul .nav-link  i{
   margin-right: 8px;
}



.nav_ul .nav-tabs button:focus,.nav-tabs .nav-link:focus-visible {
  outline: 0;
  box-shadow: none;
  border: none;
}
.nav_ul .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover ,.nav-tabs .nav-link:focus-visible {
    border-color: #f4f6fc #f4f6fc rgb(173 181 189 / 50%);
}
.nav_ul .nav-tabs .nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav_ul .nav-tabs li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
    .nav_ul {
        border-bottom: none;
        display: block;
        margin: auto;
        margin-bottom: 20px;
        width: 96%;
        margin-left: 14px;
        padding: 0px 10px 0px 10px;
    }

    .nav_ul .mobile-dropdown:focus, .mobile-dropdown:active, .mobile-dropdown.btn-primary:not(:disabled):not(.disabled).active {
        box-shadow: none !important;
        background-color: transparent !important;
        border: 1px solid #adb5bd !important;
        color: #3c3c3c !important;
    }
    .nav_ul .mobile-dropdown {
        position: relative;
        border: 1px solid #adb5bd;
        border-radius: 8px;
        background: transparent;
        width: 100%;
        color: #FF7B47;
        text-align: left;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        padding: 8px 17px;
    }
    .nav_ul  .mobile-dropdown  i{
      margin-right: 8px;
    }

    .nav_ul .dropdown-menu {
      background-color: #fff;
      background-clip: padding-box;
      border: 0 solid rgba(36, 38, 43, .15);
      border-radius: .2rem;
      box-shadow: 0 1rem 3rem rgba(13, 20, 49, .175);
      padding: .7rem 0;
    }
    .nav_ul .nav-tabs {
        width: 100%;
        flex-wrap: nowrap;
    }
     .custom-nav {
        display: none;
    }
    .nav_ul .nav-tabs .nav-item {
        margin-right: 0;
        padding: 0 17px;
    }
    .nav_ul .nav-tabs button {
        font-size: 13px;
        line-height: 17px;
        padding: 0 0 6px;
        margin-bottom: 10px !important;
    }
    .nav_ul .nav-tabs .nav-item {
        margin-right: 0;
        padding: 0 17px;
    }
    .nav_ul .nav-tabs .nav-link.active:after {
        height: 4px;
    }
    .nav_ul .mobile-dropdown.dropdown-toggle::after {
      display: none !important;
    }
    .nav_ul .mobile-dropdown::before {
        position: absolute;
        content: "";
        background: url('/assets/img/tab-down.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 13px;
        width: 13px;
        right: 17px;
        top: 35%;
    }
    .nav_ul .mobile-dropdown.show::before {
        transform: translateY(-50%) rotate(180deg);
        top: 50%;
    }


  .quote-accordion .accordion .accordion-item {
    width: 100% !important;
  }

}

@media (max-width: 400px) { 
  .productcustomrows .form-select {
    height: 40px !important;
    font-size: 12px !important;
  }
  .productcustomrows .minus, .productcustomrows .plus, .productcustomrows .btn-danger{
    width: 30px !important;
    height: 30px !important;
    font-size: 9px !important;
    border: 1px solid #b0b0b0 !important;
    margin-top: 5px !important;
  }
  .productcustomrows .getQuoteItemField {
    padding: 2px !important;
  }
  #tbl {
    padding-left: 0rem !important;
  }
}

@media (max-width: 440px) { 
  .accordion-item .sub_category .col-6, .accordion-item .sub_category .col-6 .btn-default {
    width: 100% !important;
    text-align: center !important;
  }
}

@media (max-width: 960px) {
  .productcustomrows .getQuoteItemField {
    width: 35px !important;
    padding: 2px !important;
  }
  #accordionCategory{
    width: 100%;
  }
}

@media screen and (max-width: 330px) {

  .accordion-body {
    padding: 10px;
  }
  .quotation-card {
    padding: 4px !important;
  }

  .quote-accordion .accordion {
    padding: 0px !important;
  }

  .mobileNotificationIcons {
    padding: 0 !important;
  }


}

@media screen and (max-width: 475px) {
  .rating-quote {
    display: inline-grid !important;
  }

    .card-name{
    width: 10px;
  }
}

.card-name{
  display: inline-table;
  color: #212529;
}

.full-div-html{
  display: none;
}

/* Dashboard tab css end */