html.i-amphtml-singledoc:has(body.modal-open),
html.i-amphtml-singledoc > body.modal-open {
  overflow: hidden !important; }

.card__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  color: #111827; }

.fixed-top + section.main_section {
  margin-top: 117px; }

  .custom_pricing{
    margin-bottom: 24px;
  }

.c2c_top_sec {
  background-color: #111827;
  color: #fff;
  padding: 12px 20px; }

.c2c_top__bar {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px; }
  .c2c_top__bar .top_bar_icon {
    flex: none; }
  .c2c_top__bar .top_bar_txt {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    column-gap: 16px; }
  .c2c_top__bar a {
    color: #fff;
    line-height: 16px;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 3px; }

.affordable_shipping_sec {
  position: relative;
  background: linear-gradient(156.08deg, #205072 -9.23%, #2C828D 63.76%, #329C9C 102.24%); }
  .affordable_shipping_sec .shape_aff_cube1 {
    position: absolute;
    left: 0;
    bottom: 223px;
    z-index: 0; }
  .affordable_shipping_sec .shape_aff_cube2 {
    position: absolute;
    right: 0;
    bottom: 3px;
    z-index: 0; }

.curve_img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  z-index: 0; }
  .curve_img img {
    width: 100%; }

.affordable_cap_sec {
  padding-top: 150px;
  padding-bottom: 100px; }

.c2c_affordable_row {
  display: flex;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 69px; }

.c2c_affordable_cap {
  position: relative;
  z-index: 1; }
  .c2c_affordable_cap .c2c_upper_label {
    color: #DEEAE9; }
  .c2c_affordable_cap .c2c_aff_title {
    color: #fff;
    margin-bottom: 24px; }
  .c2c_affordable_cap .c2c_aff_txt {
    font-size: 18px;
    line-height: 28px;
    color: #DEEAE9;
    margin-bottom: 0; }

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
.c2c_affordable_offer {
  flex: none;
  width: 100%;
  max-width: 510px;
  margin-left: auto;
  display: flex;
  column-gap: 12.88px; }
  .c2c_affordable_offer .card_offer_wrap {
    background-color: #FFFFFF;
    border-radius: 8.52px;
    width: 100%;
    position: relative;
    box-shadow: 11px 23px 50px rgba(0, 0, 0, 0.35);
    z-index: 1; }
    .c2c_affordable_offer .card_offer_wrap .off_shape_wrap {
      position: absolute;
      right: -58px;
      top: -70px; }
      .c2c_affordable_offer .card_offer_wrap .off_shape_wrap .off_shape {
        display: inline-block;
        animation: zoom-in-zoom-out 2s ease-out infinite; }
        .c2c_affordable_offer .card_offer_wrap .off_shape_wrap .off_shape img {
          filter: drop-shadow(0px 7.8px 19.5px rgba(16, 24, 40, 0.1)); }
      .c2c_affordable_offer .card_offer_wrap .off_shape_wrap .off_shape__txt {
        position: absolute;
        left: calc(50% - 10px);
        right: 0;
        top: 50%;
        transform: translate(-50%, -50%) rotate(21.09deg);
        width: 121px;
        font-size: 15.37px;
        line-height: 15.56px;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
        text-align: right; }
        .c2c_affordable_offer .card_offer_wrap .off_shape_wrap .off_shape__txt .hl {
          display: block;
          font-size: 19.63px;
          font-weight: 800; }
    .c2c_affordable_offer .card_offer_wrap .versus {
      position: absolute;
      bottom: 23px;
      right: -32px;
      z-index: 1; }
  .c2c_affordable_offer .card_off__head {
    background-color: #F3F4F6;
    padding: 17px 18px;
    border-radius: 8.52px 8.52px 0 0; }
  .c2c_affordable_offer .card_off__info {
    display: flex;
    align-items: center;
    column-gap: 14.9px; }
    .c2c_affordable_offer .card_off__info .card_off__icon {
      flex: none;
      width: 66.71px; }
    .c2c_affordable_offer .card_off__info .card_off__price {
      font-size: 26.6px;
      line-height: 32.77px;
      font-weight: 700;
      color: #111827; }
    .c2c_affordable_offer .card_off__info .card_off__txt {
      font-size: 14.18px;
      line-height: 23.65px;
      font-weight: 400;
      color: #9CA3AF; }
  .c2c_affordable_offer .card_off__body {
    padding: 17px 18px; }
    .c2c_affordable_offer .card_off__body ul {
      margin: 0; }
      .c2c_affordable_offer .card_off__body ul li {
        display: flex;
        column-gap: 14px;
        font-size: 18.73px;
        line-height: 28.09px;
        color: #4B5563; }
        .c2c_affordable_offer .card_off__body ul li .tik_icon {
          flex: none; }
        .c2c_affordable_offer .card_off__body ul li:not(:last-child) {
          margin-bottom: 7.2px; }
  .c2c_affordable_offer .card_price {
    background-color: #F9FAFB;
    padding: 20px 18px;
    border-radius: 9.36px;
    max-width: 194px;
    margin-left: auto;
    transform: translateY(70px); }
  .c2c_affordable_offer .card_price_list {
    margin: 0; }
    .c2c_affordable_offer .card_price_list li {
      display: flex;
      align-items: center;
      column-gap: 21px;
      font-size: 21.28px;
      line-height: 32.77px;
      font-weight: 500;
      color: #374151; }
      .c2c_affordable_offer .card_price_list li:not(:last-child) {
        margin-bottom: 18.73px; }
      .c2c_affordable_offer .card_price_list li .c_img {
        width: 50px;
        flex: none; }

.c2c_aff_label_sec {
  position: relative;
  z-index: 1;
  min-height: 306px; }

.c2c_aff_label__list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 16px;
  row-gap: 16px;
  color: #fff; }
  .c2c_aff_label__list li .c2c_aff_label__card {
    background-color: rgba(255, 255, 255, 0.12);
    padding: 5px 12px;
    border-radius: 500px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    column-gap: 3.6px; }
  .c2c_aff_label__list li svg {
    flex: none; }

.c2c_card_pricing_sec {
  margin-top: 100px;
  position: relative;
  z-index: 1; }
  .c2c_card_pricing_sec .c2c_card.active {
    border-top: 16px solid #DEEAE9; }
  .c2c_card_pricing_sec .buisness_label {
    padding-top: 0; }
  .c2c_card_pricing_sec .c2c_card_list ul {
    margin-bottom: 32px; }
  .c2c_card_pricing_sec .shop_btn {
    padding-top: 0; }
  .c2c_card_pricing_sec .cta {
    font-weight: 500; }

.c2c_cost_estimator_wrap {
  max-width: 990px;
  margin: 32px auto 0;
  padding: 16px;
  border-radius: 8px;
  /* cursor: pointer; */
  background-color: #F9FAFB;
  display: flex; }

.cost_estimator_link {
  flex: none;
  margin-left: auto; }
  .cost_estimator_link .cta {
    background-color: #fff;
    border: 1px solid #E5E7EB;
    color: #374151; }

.cost_estimator__cap {
  display: flex;
  column-gap: 24px;
  align-items: center; }
  .cost_estimator__cap .heading {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #181818;
    margin-bottom: 8px; }
  .cost_estimator__cap .txt {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #181818; }
  .cost_estimator__cap .estimator_cap__img {
    flex: none; }

@keyframes floatSwing {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(5deg); } }
.c2c_3_steps_sec {
  padding-top: 200px;
  padding-bottom: 100px; }
  .c2c_3_steps_sec .shap_earth {
    position: absolute;
    left: -112px;
    top: -220px; }
  .c2c_3_steps_sec .shap_line {
    position: absolute;
    left: 60px;
    top: -110px; }
  .c2c_3_steps_sec .shap_truck {
    position: absolute;
    right: -30px;
    top: -120px;
    animation: floatSwing 1.3s infinite linear alternate;
    transform-origin: left; }

.c2c_steps_wrap {
  position: relative;
  z-index: 1; }

.c2c_steps_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  margin-top: 64px; }

.c2c_steps__card {
  background-color: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 16px;
  height: 100%; }
  .c2c_steps__card .c2c_upper_label {
    margin-bottom: 8px; }
  .c2c_steps__card .steps_title {
    margin-bottom: 32px; }
  .c2c_steps__card .steps_txt {
    line-height: 24px;
    color: #374151;
    margin-bottom: 0; }
    .c2c_steps__card .steps_txt a {
      color: #25726E;
      text-decoration: underline;
      text-underline-offset: 3px; }

.c2c_flexible_op_sec {
  padding-bottom: 98px; }
  .c2c_flexible_op_sec .desktop_form:before, .c2c_flexible_op_sec .desktop_form:after {
    display: none; }
  .c2c_flexible_op_sec .shape_bx_top {
    position: absolute;
    top: -175px;
    right: -100px;
    z-index: 0; }
  .c2c_flexible_op_sec .volume_head h3 {
    margin-bottom: 0; }

.c2c_flexible_list {
  max-width: 414px; }
  .c2c_flexible_list li {
    display: flex;
    align-items: center;
    column-gap: 32px; }
    .c2c_flexible_list li:not(:first-child) {
      margin-top: 16px; }
    .c2c_flexible_list li:not(:last-child) {
      padding-bottom: 16px;
      border-bottom: 1px solid #2F7D79; }
  .c2c_flexible_list .c2c_flexible__img {
    flex: none;
    width: 47.26px;
    height: 47.26px;
    background-color: #1E5B58;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .c2c_flexible_list .c2c_flexible__txt {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff; }

.feature-stick_desk {
  position: absolute;
  top: -16px;
  right: 10px; }
  .feature-stick_desk.sticky {
    position: fixed;
    right: auto; }
  .feature-stick_desk .row.mb-3 {
    margin-bottom: 22px !important; }
  .feature-stick_desk .cta {
    margin-top: 40px; }

.feature_form {
  padding: 32px; }

.feature_f_head h6 {
  line-height: 36px;
  margin-bottom: 12px; }

.c2c_guidelines_policies_sec {
  padding: 100px 0;
  position: relative; }
  .c2c_guidelines_policies_sec .shap_policies_box {
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 0; }

.guidelines_policies_cap {
  max-width: 481px; }
  .guidelines_policies_cap .guidelines_policies__title {
    margin-bottom: 48px; }

.guidelines_policies__list {
  margin: 0; }
  .guidelines_policies__list li:not(:last-child) {
    margin-bottom: 16px; }

.guidelines_policies__card {
  border: 1px solid #E5E7EB;
  background-color: #fff;
  padding: 16px;
  border-radius: 8px; }
  .guidelines_policies__card .policies__title {
    cursor: pointer;
    position: relative; }
    .guidelines_policies__card .policies__title:after {
      content: '';
      width: 20px;
      height: 20px;
      background: url("/assets/images/c2c/cheveron-down.svg") no-repeat center;
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-50%); }
  .guidelines_policies__card .policies__list {
    font-size: 16px;
    line-height: 24px;
    color: #4B5563;
    padding-top: 16px; }
    .guidelines_policies__card .policies__list li {
      display: flex;
      column-gap: 12px; }
      .guidelines_policies__card .policies__list li .icon {
        flex: none;
        width: 20px; }
      .guidelines_policies__card .policies__list li:not(:last-child) {
        margin-bottom: 6px; }

.c2c_testimonial_sec {
  padding-top: 64.50px;
  padding-bottom: 100px;
  overflow: hidden; }
  .c2c_testimonial_sec .slick-list {
    border-radius: 16px; }
  .c2c_testimonial_sec .slick-dots {
    bottom: -36px; }
    .c2c_testimonial_sec .slick-dots li {
      width: 12.37px;
      height: 12.37px;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 100%; }
      .c2c_testimonial_sec .slick-dots li.slick-active {
        background-color: #fff; }
      .c2c_testimonial_sec .slick-dots li button {
        display: none; }
  .c2c_testimonial_sec .slick-slide {
    padding: 0 17.5px; }

.c2c_testimonial_caption {
  max-width: 513px;
  position: relative; }
  .c2c_testimonial_caption .shape_testi_cube {
    position: absolute;
    position: absolute;
    top: -64px;
    right: -50%;
    z-index: 0; }
  .c2c_testimonial_caption .testimonial_head {
    padding-bottom: 0;
    margin-bottom: 69px;
    position: relative;
    z-index: 1; }

.c2c_testimonial_slider {
  position: relative;
  z-index: 1;
  margin-left: -17.5px;
  margin-right: -17.5px;
  margin-bottom: 0 !important; }

.c2c_testimonial_card {
  background-color: #fff;
  border-radius: 16px;
  padding: 30px 25px; }
  .c2c_testimonial_card .tes__rating {
    margin-bottom: 32px; }
  .c2c_testimonial_card .tes__comment {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #4B5563;
    margin-bottom: 32px;
    letter-spacing: -0.02vw; }
  .c2c_testimonial_card .tes__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px; }
  .c2c_testimonial_card .info_profile {
    display: flex;
    align-items: center;
    column-gap: 12px; }
    .c2c_testimonial_card .info_profile .info_icon {
      flex: none;
      width: 40px;
      height: 40px; }
    .c2c_testimonial_card .info_profile h6 {
      font-size: 14px;
      line-height: 19.12px;
      font-weight: 800;
      color: #000;
      margin-bottom: 1px; }
    .c2c_testimonial_card .info_profile p {
      margin: 0;
      font-size: 10px;
      line-height: 13.66px;
      font-weight: 400;
      color: #505050; }

.c2c_card__wrap {
  max-width: 990px;
  margin: 0 auto; }
  .c2c_card__wrap .cta {
    transition: none; }

.c2c_card_mid h5 {
  margin-bottom: 4px; }
.c2c_card_mid h4 {
  margin-bottom: 12px; }
.c2c_card_mid sup {
  margin-left: 8px; }

.costEstimatorModal .modal-dialog {
  max-width: 546px;
  border-radius: 8px;
  overflow: hidden; }
.costEstimatorModal .modal-content {
  border-radius: 8px;
  overflow: hidden; }
.costEstimatorModal .modal-header {
  padding: 20px 40px;
  background-color: #fff;
  border-bottom: 1px solid #E5E7EB;
  border-radius: 0; }
.costEstimatorModal .modal-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #111827; }
.costEstimatorModal .close {
  width: 25px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent; }
.costEstimatorModal .modal-body {
  background-color: #F9FAFB;
  padding: 52px 40px; }

.cost_estimator_form_wrap .cta {
  font-weight: 500; }

.cost_estimator_dv:not(:last-child) {
  margin-bottom: 32px; }
.cost_estimator_dv .cost_estimator_label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #111827;
  margin-bottom: 8px; }
.cost_estimator_dv .form-control {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  border: 1px solid #E5E7EB;
  padding: 8px 12px;
  height: auto;
  min-height: 40px;
  outline: none;
  box-shadow: none; }
  .cost_estimator_dv .form-control::placeholder {
    color: #9CA3AF; }
.cost_estimator_dv .input_dv.addres {
  position: relative; }
  .cost_estimator_dv .input_dv.addres .form-control {
    padding-left: 60px; }
  .cost_estimator_dv .input_dv.addres .addFlag {
    background-color: #F3F4F6;
    border: 1px solid #D1D5DB;
    border-right: 0;
    padding: 11px 12px;
    padding-right: 11px;
    border-radius: 8px 0 0 8px;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0; }
.cost_estimator_dv .input_dv.lbs {
  position: relative; }
  .cost_estimator_dv .input_dv.lbs .form-control {
    padding-right: 40px; }
.cost_estimator_dv .input_dv .unit {
  font-size: 14px;
  line-height: 16px;
  color: #6B7280;
  position: absolute;
  right: 12px;
  top: 12px; }

.input_dimensions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px; }
  .input_dimensions .input_dv {
    position: relative; }
    .input_dimensions .input_dv .form-control {
      padding-right: 30px; }

.estimator_submit_dv {
  margin-top: 48px;
  /* display: flex; */
  column-gap: 12px;
  row-gap: 12px; }
  .estimator_submit_dv .start_over_btn {
    background-color: #E9F1F1;
    color: #25726E;
    border: none; }

    .faq_pills_canadian{
      font-size:20px;
      width:300px !important;
    }

.cost_desclaimer {
  font-size: 14px;
  line-height: 20px;
  color: #9CA3AF;
  margin-top: 16px;
  max-width: 434px; }

.result__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 48px; }

.result__card {
  background-color: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 10px 11px; }
  .result__card:not(:last-child) {
    margin-bottom: 16px; }
  .result__card .res_toolTip {
    position: relative; }
  .result__card .row__head {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #111827;
    display: flex;
    justify-content: space-between;
    column-gap: 10px; }
    .result__card .row__head .txt {
      display: flex;
      align-items: center;
      column-gap: 6px; }
      .result__card .row__head .txt .res_toolTip {
        flex: none; }
  .result__card .row__body {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #E5E7EB; }
    .result__card .row__body .txt__row {
      display: flex;
      justify-content: space-between;
      font-size: 14px;
      line-height: 16px;
      font-weight: 400;
      color: #9CA3AF; }
      .result__card .row__body .txt__row:not(:last-child) {
        margin-bottom: 10px; }

.res_toolTip {
  position: relative;
  cursor: pointer; }
  .res_toolTip .res_toolTip_txt {
    display: none;
    width: 325px;
    background-color: #111827;
    color: #F5F5F5;
    padding: 16px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%); }
    .res_toolTip .res_toolTip_txt .toolTip_title {
      font-weight: 600;
      margin-bottom: 11px; }
    .res_toolTip .res_toolTip_txt .toolTip_txt {
      font-weight: 400; }
  .res_toolTip:hover .res_toolTip_txt {
    display: block; }

.mid_sec:after {
  display: none; }

@media (min-width: 768px) {
  .sticky {
    top: calc(50% + 60px);
    transform: translateY(-50%);
  }
  .sticky.sticky-bot {
    transform:  translateY(-50%);
  }
  .guidelines_policies__card .policies__title {
    pointer-events: none; }
    .guidelines_policies__card .policies__title:after {
      display: none; }

  .guidelines_policies__list li .policies__list {
    display: block !important; } }
@media (min-width: 992px) {
  .container {
    padding: 0 17px; }

  .c2c_card__wrap {
    max-width: 990px;
    margin: 0 auto; }
    .c2c_card__wrap .row {
      margin: 0 -16px; }
    .c2c_card__wrap .col-md-6 {
      padding: 0 16px; }

  .hide_web {
    display: none; }

  .steps_head .c2c_upper_label {
    margin-bottom: 8px; } }
@media (min-width: 1561px) {
  .mid_sec:after {
    display: none; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .guidelines_policies_cap {
    max-width: 343px; }

  .c2c_testimonial_caption {
    max-width: 343px; } }
@media only screen and (min-device-width: 992px) and (max-device-width: 1199px) {
  .c2c_aff_label__list {
    column-gap: 15px; }
    .c2c_aff_label__list li .c2c_aff_label__card {
      font-size: 15px; }

  .c2c_3_steps_sec .shap_line {
    left: 35px; }
  .c2c_3_steps_sec .shap_truck {
    right: -10px;
    top: -160px; }

  .c2c_flexible_op_sec .shape_bx_top {
    right: 0; }

  .guidelines_policies_cap,
  .c2c_testimonial_caption {
    max-width: 450px; }

  .sticky {
    max-width: 460px; } }
@media only screen and (min-device-width: 992px) and (max-device-width: 1400px) {
  .custom-header .nav-item .btn-dark {
    padding: 7px 8px; }

  .feature-stick_desk .row.mb-3 {
    margin-bottom: 12px !important; }

  .c2c_flexible_op_sec .feature_f_head {
    padding-bottom: 20px; }
    .c2c_flexible_op_sec .feature_f_head h6 {
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 5px; }
  .c2c_flexible_op_sec .feature-stick_desk .cta {
    margin-top: 20px; }
  .c2c_flexible_op_sec .feature_form .form-control {
    padding: 8px 12px; }
  .c2c_flexible_op_sec .feature_form textarea.form-control {
    height: 80px; } }
@media only screen and (min-device-width: 1401px) and (max-device-width: 1600px) {
  .feature-stick_desk .row.mb-3 {
    margin-bottom: 15px !important; }

  .c2c_flexible_op_sec .feature_f_head {
    padding-bottom: 25px; }
    .c2c_flexible_op_sec .feature_f_head h6 {
      font-size: 26px;
      line-height: 34px;
      margin-bottom: 8px; }
  .c2c_flexible_op_sec .feature-stick_desk .cta {
    margin-top: 20px; }
  .c2c_flexible_op_sec .feature_form textarea.form-control {
    height: 90px; } }
@media only screen and (max-width: 1200px) {
  .guidelines_policies_cap {
    max-width: 460px; }

  .c2c_testimonial_caption {
    max-width: 460px; } }
@media only screen and (max-width: 991px) {
  .container {
    padding: 0 16px; }

  .main_section {
    background-color: #F9FAFB;
    background-image: url("/assets/images/illustration_mobile.svg");
    background-position: top center; }

  .hide_mob {
    display: none; }

  .c2c_top__bar .top_bar_icon {
    align-self: flex-start; }
  .c2c_top__bar .top_bar_txt {
    display: block; }
  .c2c_top__bar .cta {
    padding: 8px 12px;
    font-size: 12px;
    line-height: 14px; }

  .affordable_shipping_sec .shape_aff_cube1 {
    bottom: 410px; }
  .affordable_shipping_sec .shape_aff_cube2 {
    max-width: 170px;
    bottom: auto;
    top: 350px; }

  .affordable_cap_sec {
    padding-top: 100px;
    padding-bottom: 62px; }

    .custom_pricing{
      margin-bottom: 16px;
    }

    .pricing-header h1 {
      font-size: 44px;
      font-weight: 700;
      line-height: 48px;
      letter-spacing: -0.88px;
    }

    .faq_pills_canadian{
      width:auto !important;
    }

    .faq_nav_pills{
      display: flex;
      flex-wrap: inherit;
    }

  .c2c_affordable_row {
    padding-top: 0;
    padding-bottom: 50px;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 92.63px; }

  .c2c_affordable_cap {
    text-align: center; }
    .c2c_affordable_cap .c2c_upper_label {
      margin-bottom: 4px; }
    .c2c_affordable_cap .c2c_aff_title {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 16px; }

  .c2c_affordable_offer {
    max-width: 343px;
    margin: 0 auto;
    column-gap: 8.66px; }
    .c2c_affordable_offer .card_offer_wrap .versus {
      width: 42.5px;
      right: -22px; }
    .c2c_affordable_offer .card_offer_wrap .off_shape_wrap .off_shape {
      max-width: 165px; }
    .c2c_affordable_offer .card_offer_wrap .off_shape_wrap .off_shape__txt {
      top: calc(50% - 8px);
      left: calc(50% - 25px);
      font-size: 10.34px;
      line-height: 10.47px; }
      .c2c_affordable_offer .card_offer_wrap .off_shape_wrap .off_shape__txt .hl {
        font-size: 13.2px; }
    .c2c_affordable_offer .card_off__head {
      padding: 11.45px 12.59px; }
    .c2c_affordable_offer .card_off__info {
      column-gap: 10px; }
      .c2c_affordable_offer .card_off__info .card_off__icon {
        width: 44.87px; }
      .c2c_affordable_offer .card_off__info .card_off__price {
        font-size: 17.89px;
        line-height: 22.04px; }
      .c2c_affordable_offer .card_off__info .card_off__txt {
        font-size: 9.54px;
        line-height: 15.91px; }
    .c2c_affordable_offer .card_off__body {
      padding: 11.45px 12.59px; }
      .c2c_affordable_offer .card_off__body ul li {
        column-gap: 9.45px;
        font-size: 12.59px;
        line-height: 18.89px; }
        .c2c_affordable_offer .card_off__body ul li .tik_icon {
          width: 16px; }
    .c2c_affordable_offer .card_price {
      max-width: 130.47px;
      padding: 13px 12px;
      transform: translateY(50px); }
    .c2c_affordable_offer .card_price_list li {
      column-gap: 14.17px;
      font-size: 14.31px;
      line-height: 22.04px; }
      .c2c_affordable_offer .card_price_list li .c_img {
        width: 34.44px; }
      .c2c_affordable_offer .card_price_list li:not(:last-child) {
        margin-bottom: 12.59px; }

  .c2c_aff_label__list {
    flex-direction: column;
    align-items: center; }
    .c2c_aff_label__list li .c2c_aff_label__card {
      column-gap: 4px; }

  .c2c_aff_label_sec {
    min-height: 734px; }

  .c2c_card_pricing_sec {
    margin-top: -450px; }

  .c2c_card_list ul li {
    margin-bottom: 16px; }

  .c2c_cost_estimator_wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    padding: 16px;
    background: url(/assets/images/c2c/c2c_cost_estimator_bg_mob.svg) no-repeat center;
    background-size: cover;
    background-position: center bottom; }

  .cost_estimator__cap {
    flex-wrap: wrap;
    row-gap: 20px; }
    .cost_estimator__cap .estimator_cap__img {
      width: 38px; }
    .cost_estimator__cap .estimator_cap__txt {
      width: 100%; }

  .cost_estimator_link {
    margin-left: 0; }

  .c2c_3_steps_sec .shap_earth {
    max-width: 264px;
    top: auto;
    left: 0;
    bottom: -250px; }
  .c2c_3_steps_sec .shap_line {
    top: -55px;
    left: auto;
    right: 50px; }
  .c2c_3_steps_sec .shap_truck {
    top: -145px;
    right: 3px; }

  .c2c_steps_row {
    grid-template-columns: repeat(1, 100%); }

  .c2c_flexible_op_sec {
    padding-top: 100px;
    padding-bottom: 70px;
    background-position: bottom right;
    background-color: #25726E;
    background-image: none; }
    .c2c_flexible_op_sec .wave_shape_mob {
      position: absolute;
      left: 0;
      right: 0;
      top: calc(100% - 2px); }
      .c2c_flexible_op_sec .wave_shape_mob img {
        width: 100%; }
    .c2c_flexible_op_sec .shape_bx_top {
      top: auto;
      right: 0;
      bottom: -165px; }
    .c2c_flexible_op_sec .volume_head {
      padding-bottom: 64px; }

  .c2c_flexible_list li {
    column-gap: 24px; }

  .guidelines_policies_cap {
    max-width: 350px; }

  .c2c_testimonial_sec {
    padding-top: 100px; }

  .c2c_testimonial_caption {
    max-width: 350px; }
    .c2c_testimonial_caption .testimonial_head {
      margin-bottom: 24px; }
      .c2c_testimonial_caption .testimonial_head .c2c_upper_label {
        margin-bottom: 12px; }
      .c2c_testimonial_caption .testimonial_head h3 {
        line-height: 40px; }

  .sticky {
    max-width: 360px; } }
@media only screen and (max-width: 767px) {
  .mid_sec:before, .mid_sec:after {
    display: none; }

  .guidelines_policies_cap {
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    max-width: 500px; }
    .guidelines_policies_cap .guidelines_policies__title {
      padding: 20px;
      padding-bottom: 16px;
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 0;
      text-align: left; }

  .guidelines_policies__list li:not(:last-child) {
    margin-bottom: 0; }
  .guidelines_policies__list li:not(:first-child) .policies__list {
    display: none; }

  .guidelines_policies__card {
    border-radius: 0;
    border-width: 0;
    border-top-width: 1px;
    padding: 0; }
    .guidelines_policies__card .policies__title {
      font-size: 18px;
      line-height: 24px;
      padding: 16px; }
    .guidelines_policies__card .policies__list {
      padding: 4px 16px 16px; }

  .ship_box {
    margin: auto; }

  .result__title {
    text-align: left; }

  .estimator_submit_dv .cta {
    font-size: 16px; }

  .c2c_flexible_op_sec .volume_head {
    text-align: center; }
    .c2c_flexible_op_sec .volume_head h3 {
      margin: 0 auto; }

  .c2c_flexible_list {
    margin: 0 auto; }

  .guidelines_policies_cap {
    margin: 0 auto; }

  .c2c_testimonial_caption {
    margin: 0 auto; }

  .feature_form {
    padding: 24px 16px; }
    .feature_form .cta {
      font-size: 16px;
      line-height: 18px; }

  .c2c_testimonial_sec {
    padding-bottom: 136.37px !important; }

  .c2c_testimonial_caption {
    max-width: 500px; }

  .mobile_form {
    padding: 100px 0 !important; }
    .mobile_form .feature_f_head h6 {
      line-height: 40px;
      margin: 0;
      max-width: 100%; }
    .mobile_form .feature_f_head p {
      font-size: 16px;
      line-height: 24px; }
    .mobile_form .form_col {
      margin-bottom: 22px; }
    .mobile_form .contactFormMobile .row.mb-3 {
      margin-bottom: 22px !important; }

  .ship_head {
    margin-bottom: 0; }
    .ship_head .c2c_upper_label {
      margin-bottom: 12px; }
    .ship_head h3 {
      text-shadow: none; }

  .ship_btn {
    margin-top: 24px; } }
@media only screen and (max-width: 575px) {
  .costEstimatorModal .modal-header {
    padding: 20px; }
  .costEstimatorModal .modal-body {
    padding: 40px 20px; }

  .cost_estimator_dv .cost_estimator_label {
    margin-bottom: 16px; }

  .input_dimensions {
    grid-template-columns: repeat(1, 100%); }

  .estimator_submit_dv .cta {
    width: 100%; } }

/*# sourceMappingURL=custom-shipping-bussiness-new.css.map */
