@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

* {
    scroll-behavior: smooth;
}
body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.2;
}
p {
    font-size: 16px;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "Inter", sans-serif;
}
h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 56px;
    color: #111827;
}
h3 {
    font-size: 36px;
    font-weight: 800;
    line-height: 44px;
}
.c2c_label_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.c2c_label {
    background: #deeae9;
    padding: 5px 12px 5px 8px;
    border-radius: 20px;
    display: flex;
    align-items: center;
}
.p_64 {
    padding: 64px 0px;
}
.c2c_label span {
    font-weight: 400;
    color: #216763;
    font-size: 16px;
    display: inline-block;
    padding-left: 7px;
}
.c2c_card {
    /* border: 3px solid #25726e; */
    /* border: 1px solid #e5e7eb; */
    border-top:16px solid #DEEAE9;
    padding: 24px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: #10182814;
    background: #fff;
}

.c2c_card_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.major_label {
    background: #000;
    color: #fff;
    border-radius: 24px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
}
.c2c_card_mid {
    padding: 32px 0px;
}

.c2c_card_mid h5 {
    font-size: 14px;
    color: #25726e;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}
.c2c_card_mid h4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}

.c2c_card_mid sup {
    font-size: 14px;
    color: #9ca3af;
    font-weight: 500;
    vertical-align: sub;
    line-height: 20px;
}

.buisness_label span {
    padding: 4px 14px;
    display: inline-block;
    background: #f3f4f6;
    border-radius: 20px;
    font-size: 14px;
    color: #4b5563;
    font-weight: 500;
}

.buisness_label {
    padding-top: 6px;
}

.c2c_card_list ul li span {
    display: inline-block;
    padding-left: 12px;
    font-size: 16px;
    line-height: 24px;
    color: #4b5563;
    font-weight: 400;
}

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

.cta {
    line-height: 18px;
    display: inline-block;
    padding: 14px 20px 14px 20px;
    background: #25726e;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    border: 1px solid #25726e;
    transition: all 0.3s ease-in-out;
}
.cta:hover {
    background: #1e5b58;
    color: #fff;
}

.shop_btn {
    margin-top: auto;
    padding-top: 10px;
}

.c2c_card_list {
    border-top: 1px solid #e5e7eb;
    padding-top: 32px;
}
.c2c_card_head h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 0px;
}
.main_section {
    background: #f9fafb;
}
.metropol_class{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--Neutral-700, #374151);
    align-self: stretch;
    margin-top: 12px;
}
.zone_btn .cta {
    background: #e9f1f1;
    color: #25726e;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    padding: 14px 20px;
}
.zone_btn .cta:hover {
    background: #deeae9;
}
.zone_btn span {
    padding-left: 2px;
}
.c2c_card_location_sec p {
    margin-bottom: 24px;
}
.c2c_policy_sec h4 {
    line-height: 32px;
    font-size: 24px;
    color: #111827;
    font-weight: 700;
}
.c2c_policy_sec p {
    font-size: 16px;
    line-height: 24px;
    color: #4b5563;
}

.policy_list ul li span {
    display: inline-block;
    padding-left: 12px;
}

.policy_list ul li {
    padding-bottom: 16px;
    color: #4b5563;
    font-size: 16px;
    line-height: 24px;
    display: flex;
}

.c2c_policy_sec .row {
    border-top: 1px solid #e5e7eb;
    padding-top: 16px;
}
.main_section {
    background-image: url("/assets/images/illustration.svg");
    background-repeat: no-repeat;
    background-position: top left;
}
.feature_image {
    min-width: 88px;
    height: 88px;
    background: #1e5b58;
    border-radius: 100%;
    display: flex;
    align-items: center;
    margin-right: 32px;
    justify-content: center;
}
.feature_wrapper {
    display: flex;
}
.feature_text p {
    margin-bottom: 0px;
}
.feature_text {
    max-width: 386px;
    border-bottom: 1px solid #2f7d79;
    padding-bottom: 38px;
    margin-bottom: 38px;
}
.feature_wrapper:last-child .feature_text {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.mid_sec {
    background-image: url("/assets/images/feature_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-top: 100px;
    padding-bottom: 70px;
    position: relative;
}
.mid_col {
    padding-bottom: 70px;
}
.mid_sec:after {
    content: "";
    background-image: url("/assets/images/desktop-box.png");
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    bottom: -41px;
    right: 0;
    width: 230px;
    height: 230px;
}
.desktop_form {
    position: relative;
    z-index: 0;
}
.desktop_form::before {
    content: "";
    background-image: url("/assets/images/form_arrow.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    left: -50px;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: -1;
}
.desktop_form::after {
    content: "";
    position: absolute;
    background-image: url("/assets/images/des-top-box.png");
    background-repeat: no-repeat;
    background-position: left;
    top: -190px;
    left: -30px;
    width: 300px;
    height: 300px;
    z-index: -1;
}
.volume_head span {
    color: #bbd3d2;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 12px;
}

.volume_head h3 {
    color: #fff;
}

.volume_head {
    padding-bottom: 48px;
}

.feature_text h5 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.feature_text p {
    color: #fff;
}
.feature_form {
    background: #fff;
    padding: 30px 40px;
    border-radius: 12px;
}

.feature_f_head h6 {
    font-size: 28px;
    color: #111827;
    font-weight: 600;
}

.feature_f_head {
    padding-bottom: 40px;
}
.feature_f_head p {
    margin-bottom: 0px;
}
.feature_form .form-control {
    border: 1px solid #e5e7eb;
    padding: 12px;
    color: #111827;
}
/* .feature_form select.form-control{
    color: rgba(156, 163, 175, 1);
} */
.feature_form select.form-control{
    padding-right: 40px;
}
.feature_form select option{
    color: #111827;
}

.feature_form {
    width: 100%;
    max-width: 592px;
    margin-left: auto;
}
.feature_form .cta {
    margin-top: 20px;
}
.ship_head {
    margin-bottom: 48px;
}

.p_100 {
    padding: 100px 0px;
}
.ship_box {
    border: 1px solid #e5e7eb;
    padding: 16px;
    border-radius: 12px;
    background: #fff;
    max-width: 510px;
}
.ship_box:not(:last-child) {
    margin-bottom: 24px;
}
.ship_btn a {
    color: #25726e;
    font-weight: 600;
}

.ship_btn {
    margin-top: 48px;
}
.brez {
    color: #25726e;
}
.testimonial_sec {
    background-image: linear-gradient(
        to bottom,
        rgba(32, 80, 114, 1),
        rgba(44, 130, 141, 1),
        rgba(50, 156, 156, 1)
    );
}
.testimonial_head h3 {
    color: #fff;
}

.testimonial_head span {
    color: rgba(187, 211, 210, 1);
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 16px;
}
.acc_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile_policy_head h3 {
    font-size: 24px;
    color: #000;
    font-weight: 800;
}
.acc_wrapper .accordion-button {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.mobile_policy {
    display: none;
}
.c2c_card_list ul li {
    display: flex;
}

.c2c_card_list ul li svg {
    min-width: 24px;
}

.mobile_review {
    display: none;
    margin: auto;
}
.testimonial_head {
    text-align: left;
}
.feature_form .form-control::placeholder {
    color: rgba(156, 163, 175, 1);
}
.ship_box .c2c_upper_label {
    margin-bottom: 8px;
}
.ship_box p {
    font-size: 20px;
    line-height: 28px;
    color: #4b5563;
    font-weight: 500;
    max-width: 472px;
    margin-bottom: 0px;
}
.feature_form select {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("/assets/images/selector.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
}
.error-message {
    color: red;
    font-size: 12px;
    margin-top: 6px;
}

.error-message-cost {
    color: red;
    font-size: 12px;
    margin-top: 4px;
    grid-column: span 3;
  }
  .error-message-postal-cost {
    color: red;
    font-size: 12px;
    margin-top: 4px;
    grid-column: span 3;
  }
.form-control::placeholder span {
    color: red;
}
.alert-success {
    text-align: left;
    padding: 7px 19px;
    font-size: 14px;
}
div#responseMessage {
    margin-top: 20px;
}
.mobile_form {
    display: none;
}
.ship_sec {
    background-image: url("/assets/images/box-pack (3).svg");
    background-position: center bottom -60px;
    background-repeat: no-repeat;
}
/* .mid_sec{
    background-image: url("/assets/images/form_arrow.png");
    background-repeat: no-repeat;
    background-position: bottom left;
} */
.c2c_upper_label {
    color: #25726e;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    display: inline-block;
}

.volume_head h3 {
    max-width: 509px;
    text-align: left;
}
.scale_btn {
    text-align: center;
    background: #000;
    padding: 15px;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.scale_btn a {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
}
.testimonial_card {
    background-color: #fff;
    max-width: 512px;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0px 28.93px 61.56px 0px #15151526;
    position: relative;
    z-index: 1;
    /* aspect-ratio: 3/2; */
}

.testimonial_card::after,
.testimonial_card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    box-shadow: 0px 25.97px 55.26px 0px #15151526;
    background-color: #fff;
}
.feature_f_head p {
    font-size: 18px;
    font-weight: 400;
    color: #4b5563;
}
.testimonial_card::after {
    transform: translatey(6%) rotate(6deg);
    z-index: -2;
    left: 14px;
    display: none;
}

.testimonial_card::before {
    transform: translatey(9%) rotate(7deg);
    z-index: -3;
    left: 0;
}

.comments {
    padding-top: 20px;
}

.testimonial_head {
    padding-bottom: 32px;
}

.testimonial_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user_wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user_text h6 {
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
    margin-bottom: 0px;
}

.custom_shipping_vector{
    background-image: url('../../../../frontend/assets/images/canadian-shipping.png');
}

.user_text span {
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
}

.testimonial_head h3 {
    margin-bottom: 0px;
}
.desktop_review {
    display: inline-block;
    position: relative;
    left: -50px;
}
.feature_form .form-control:focus {
    box-shadow: none;
    background: transparent;
}
.sticky-form {
    z-index: 99;
    transition: all 0.3s ease-in-out;
    margin-left: auto;
    /* padding-left: 100px; */
}
.feature_form .form-control {
    fill: none;
}
.sticky {
    position: fixed;
    /* top: 160px; */
    /* top: 70px; */
    z-index: 99;
    background: #fff;
    max-width: 46%;
    box-shadow: 0px 8px 24px -3px rgba(16, 24, 40, 0.05), 0px 8px 24px -3px rgba(16, 24, 40, 0.10);
}

.testimonial_image {
    background-image: url("/assets/images/reviews-star.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0px;
    width: 100%;
    max-width: 552px;
    position: relative;
    left: -40px;
}
.testimonial_text {
    max-width: 468px;
    margin: auto;
}
.testimonial_text p {
    color: #4b5563;
}
.rating {
    padding-top: 10px;
}

.testimonial_wrapper {
    padding-bottom: 67px;
}

.testimonial_text {
    padding-left: 18px;
    padding-right: 37px;
}
.testimonial_sec {
    padding-bottom: 35px;
}
.user_mobile {
    display: none;
}
.policy_list ul {
    margin-bottom: 0px;
}
.c2c_card.active {
    border-top: 16px solid #DEEAE9;
    /* border: 3px solid #25726e; */
box-shadow: 0px 2px 6px 0px #1018280F !important;
border: 1px solid #e5e7eb;
}
.c2c_card{
    border: 1px solid #e5e7eb;
    border-top: 16px solid #DEEAE9;
    box-shadow: 0px 2px 6px 0px #1018280F !important;
}

.note_info {
    background-color: #FEF3C7;
    padding: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #181818;
    border-radius: 10px;
    display: flex;
    column-gap: 8px;
    margin-top: 44px;
  }
  .note_info .note_info__icon {
    flex: none;
  }

  .note_info__txt{
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
  }

  .custom_note_text{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
  }

  .estimator_submit_dv{
    /* float: right; */
    text-align: end;
  }
/*
.sticky.sticky-notes {
    top: -325px;
}
*/
section.affordable-shipping {
    background-color: #25726E;
    /* margin-top: 100px; */
}
/* dec 16 2024  new redesign css start*/

.top-section{
    background-image: url('/frontend/assets/images/canadian-shipping.png');
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    padding-top: 100px !important;
    /* padding-bottom:200px; */
}
.pricing-header h1{text-align: center;color:#FFFFFF;font-size: 52px;font-weight: 700;line-height: 56px; letter-spacing: -0.02em;}
.pricing-header p{
    text-align: center;color:#BBD3D2;font-size: 14px;
}
.nav{
    justify-content: center;
}
.nav-item button{
    border: none;
    background: none;
}
    /* .pricing-header {
                text-align: center;
                margin-bottom: 2rem;
            } */
.canadian-shipping li.nav-item{
    color: #111827;
    border: none;
    outline: none;
    /* padding: 12px 32px; */
    padding: 16px;
    border-radius: 8px 8px 0px 0px;
    font-size: 18px;
    line-height: 28px;
    /* background:#fff; */
}
.canadian-shipping li.nav-item.active{
    background:#fff;
}
section.c2c_3_steps_sec.new {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #DEEAE9;
    margin-top: 100px;
}
section.c2c_3_steps_sec.new img.hide_mob {
    margin-top: -100px;
}
.form-calc.container {
    max-width: 712px;
    background: #fff;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 2px 6px 0px #1018280F;
    border-radius: 8px;
    padding: 48px 32px 48px 32px;
    position: relative;
    z-index: 99;
}
.main_section {
    background: #fff;
}
.pricing-calc {
    text-align: center;
    margin-top: -180px;
    margin-bottom: 64px;
}
.pricing-calc h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: center;

}
.pricing-calc p {
    color: #25726E;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.policy-section .package_forward__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
}
.policy-section .package_forward__card {
    padding: 24px;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
}

.policy-section .package_forward__card p{
    color: var(--Neutral-600, #4B5563);
    line-height: 24px;
}
.package_forward__row{
    margin-top: 48px;
}
.policy-section{
    margin-top: 100px;
}
.policy-section h2{
font-size: 40px;
font-weight: 700;
line-height: 48px;
letter-spacing: -0.02em;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #111827;


}

img.hide_mob_cad_bot {
    float: right;
    position: absolute;
    bottom: 0px;
    right: 0;
}
.package_forward__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 64px 48px;
}
.package_forward__card {
    padding: 24px;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
}
section.text-center.last-sec-qes {
    margin-top: 100px;
    background: #F9FAFB;
    padding: 100px 300px;
    background-image: url("../../images/skyline.png");
    background-size: contain;
    background-position: bottom;
}
a.cta__btn.faq {
    background: var(--Black, #000000);
    color: #FFFFFF;
    padding: 14px 20px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 8px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
}

a.cta__btn.contact {
    border: 1px solid #11182733;
    color: #111827;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 18px;
    margin: 10px;
}
.mini-text {
    margin-top: 12px;
    margin-bottom: 16px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #374151;
}
h2.block__title.estimate {
    padding: 0px;
    margin: 0px;
}
.link_dv{
    padding: 14px 0px;
}
.heading-last{
    width: 100%;
    max-width: 685px;
    margin: 0 auto;
}
h2.block__title.estimate {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #FFFFFF;
    /* color: #111827; */
}
.custom_contact_us{
    border: 1px solid rgba(255, 255, 255, 0.30) !important;
    background-color: transparent !important;
    color: #ffff !important;
  }
ul.policy-pointer li span {
    margin-left: 12px;
    color: var(--Neutral-600, #4B5563);
    line-height: 24px;
}

.policy-pointer .second-list{
    margin: 8px 0px;
}
.policy-section h5.block__heading {
    margin-top: 32px;
    margin-bottom: 12px;
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.cta{
    background: #000;
}

.cta:hover{
    background: #000;
}

.pricing-header {
    margin-bottom: 100px;
}
.package-forward {
    color: #fff;
}
.estimator_submit_dv{
    margin-top: 0px;
}
a.pricing-link {
    color: #25726E;
}
/* .c2c_card {
    border: 1px solid #E5E7EB;
    box-shadow: 0px 2px 6px 0px #1018280F;
} */
img.hide_web_cad_bot{
    display: none;
}
section{
    background-color: #fff;
}
.faq_pills_canadian{
    font-size: 20px !important;
font-weight: 600 !important;
line-height: 28px !important; 
letter-spacing: -0.4px !important;
}

.policy-pointer{
    margin-bottom: 0px !important;
}

.policy-section .package_forward__card p{
    margin-bottom: 0px !important;
}

.result__card .row__head {
    line-height: 24px !important;
}


/* end new redesign css web */

@media only screen and (min-width: 1440px) {

    .container {
        max-width: 1250px;
    }
    .sticky{
        max-width: 592px;
        /* margin-left: 12px; */
    }
}
@media only screen and (max-width: 1199px) {
    .c2c_label span {
        font-size: 14px;
    }
}
@media only screen and (max-width: 991px) {
    .c2c_card_pricing_sec .c2c_cost_estimator_wrap{
        background: #F9FAFB !important;
    }

    .last-sec-qes{
        background-image: url("../../../assets/images/skyline_mobile.png") !important;
    }

    .sticky-form{
        padding-left: 15px;
    }
    .sticky{
        max-width: 43%;
    }
    .testimonial_text {
        padding-left: 32px;
    }
    .feature_image {
        margin-right: 0px;
    }
    .c2c_label_wrapper {
        flex-wrap: wrap;
    }
    .c2c_card {
        padding: 30px;
    }
    .c2c_card_head h3 {
        max-width: 120px;
    }
    h3 {
        font-size: 30px;
        line-height: 1.2;
    }

    .feature_image {
        min-width: 70px;
        height: 70px;
    }

    .feature_image img {
        width: 30px;
    }

    .feature_text {
        padding-left: 12px;
    }

    .feature_form {
        padding: 30px;
    }
    .custom_shipping_vector{
        background-image: url('../../../../frontend/assets/images/vector_mobile.png');
        margin-top: -28px;
        padding-top: 128px !important;
    }

    .form-calc.container {
        padding: 48px 16px 48px 16px !important;
    }

    .cost_estimator_dv .cost_estimator_label {
        margin-bottom: 8px !important;
    }

    .estimator_submit_dv .cta {
        width: auto !important;
    }
    .feature_f_head h6 {
        font-size: 22px;
    }

    .mid_sec {
        padding-top: 80px;
    }
    /* css new redesign start */
    .c2c_card_pricing_sec{
        margin-top: 64px !important;
    }
    .policy-section .package_forward__row{
        grid-template-columns: repeat(1, 1fr);
    }
    section.text-center.last-sec-qes{
        padding: 100px 16px;
        margin-top: 0px;
    }
    section.text-center.last-sec-qes .container{
        padding: 0px;
    }
    .canadian-shipping li.nav-item{
        padding: 16px;
    }
    /* ul#faq-pills-tab .nav-item {
        padding: 16px;
    } */
    ul#faq-pills-tab .package-forward {
        color: #fff !important;
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
    }
    li.nav-item.active button{
        color: #000 !important;
    }
    .nav-item button {
        padding: 16px;
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
    }
    .c2c_card_head h3 {
        max-width: 100%;
    }
    img.hide_mob_cad_bot{
        display: none;
    }
    img.hide_web_cad_bot {
        float: right;
        bottom: 0px;
        position: absolute;
        right: 0;
        z-index: 99;
    }
    section.c2c_3_steps_sec.new{
        padding-top: 0px !important;
    }

    /* end new redesign css */
}
@media only screen and (max-width: 767px) {

    .user_mobile {
        display: block;
    }
    .user_desktop {
        display: none;
    }
    .testimonial_image {
        left: 0;
        margin: auto;
    }

    .testimonial_text {
        max-width: 288px;
    }
    .testimonial_wrapper {
        padding-bottom: 94px;
        padding-right: 20px;
    }
    .testimonial_head {
        max-width: 343px;
        margin: auto;
    }
    .testimonial_text {
        padding-left: 6px;
        padding-right: 0px;
    }
    .testimonial_image {
        background-image: url("/assets/images/mobile-reviews-star.png");
        background-size: cover;
        background-repeat: no-repeat;
        padding: 50px 0px;
        background-position: center;
    }
    .mobile_form {
        padding: 64px 0px !important;
    }
    .ship_box p {
        font-size: 18px;
        letter-spacing: -0.02rem;
    }
    .testimonial_sec {
        padding-bottom: 0px !important;
    }
    .testimonial_head {
        padding-bottom: 0px;
    }
    .mid_col {
        padding-bottom: 20px;
    }
    .ship_btn {
        text-align: center;
    }
    .scale_btn {
        display: block;
    }
    .c2c_card_head h3 {
        text-align: left;
    }
    .ship_block {
        display: none;
    }
    .ship_head {
        text-align: center;
    }
    .mobile_form {
        display: block;
    }
    .desktop_form {
        display: none;
    }
    .mobile_policy {
        display: block;
    }
    .c2c_label_wrapper {
        flex-wrap: wrap;
    }
    .c2c_label_wrapper > div {
        width: max-content;
        display: inline-block;
    }
    h1 {
        font-size: 34px;
        line-height: 1.2;
    }
    .c2c_shipping_head h1 br {
        display: none;
    }
    .p_64 {
        padding: 32px 0px;
    }
    .main_section {
        background-image: url("/assets/images/illustration_mobile.svg");
        background-repeat: no-repeat;
        background-position: top center;
        /* padding-top: 170px; */
    }
    .c2c_card {
        padding: 24px;
    }

    .c2c_card_head h3 {
        /* max-width: 122px; */
    }
    /* .c2c_card_head {
        border-bottom: 1px solid rgba(229, 231, 235, 1);
        padding-bottom: 24px;
    } */
    .c2c_card_sec .row > div:not(:last-child) {
        margin-bottom: 32px;
    }
    .c2c_policy_sec .row {
        display: none;
    }
    h3 {
        font-size: 32px;
        line-height: 1.2;
        /* text-align: center; */
    }
    .volume_head span {
        text-align: center;
    }
    .feature_image {
        min-width: 59px;
        height: 59px;
    }
    .feature_image img {
        width: 23px;
        height: 23px;
    }
    .feature_image img {
        width: 23px;
        height: 23px;
    }

    .feature_wrapper {
        flex-wrap: wrap;
    }

    .feature_text {
        padding: 0px;
        margin-top: 20px;
        border-bottom: 1px solid rgba(47, 125, 121, 1);
        padding-bottom: 24px;
    }
    .shop_btn .cta {
        width: 100%;
        text-align: center;
        font-size: 16px;
    }
    .feature_wrapper:not(:last-child) {
        padding-bottom: 24px;
    }
    .ship_head {
        padding-bottom: 24px;
        text-align: center;
    }
    .zone_btn a {
        font-size: 12px;
    }
    .cta {
        font-size: 14px;
    }
    .mobile_policy {
        border: 1px solid rgba(229, 231, 235, 1);
        border-radius: 12px;
        background: #fff;
    }
    .volume_head h3 {
        text-align: center;
    }
    .feature_text {
        margin-bottom: 0px;
    }
    .volume_head {
        padding-bottom: 24px;
    }
    .policy_list li span {
        font-size: 14px;
    }

    .mobile_policy_head h3 {
        text-align: left;
        padding: 20px 20px 16px 20px;
    }
    .p_100 {
        padding: 64px 0px;
    }
    .desktop_review {
        display: none;
    }
    .mobile_review {
        display: block;
    }
    .c2c_card_head {
        align-items: flex-start;
    }
    .testimonial_head {
        text-align: center;
    }

    .testimonial_head h3 br {
        display: none;
    }
    .acc_policy_header {
        padding: 20px;
        border-bottom: 1px solid rgba(229, 231, 235, 1);
        border-top: 1px solid rgba(229, 231, 235, 1);
    }
    .policy_list ul li:last-child {
        padding-bottom: 0px;
    }
    .acc_wrapper {
        padding-bottom: 12px;
    }
    .volume_head {
        text-align: center;
    }
    .testimonial_head {
        text-align: center;
    }
    .ship_sec {
        background-image: url("/assets/images/block.png");
        background-position: bottom right;
        background-repeat: no-repeat;
    }
    .feature_form {
        margin: auto;
    }
    .feature_text {
        width: 100%;
        max-width: 100%;
    }
    .c2c_policy_sec.p_64 {
        padding: 64px 0px;
    }
    .feature_form {
        padding: 16px;
    }

    .feature_form .form-control {
        font-size: 13px;
    }
    .feature_f_head {
        text-align: center;
        padding-bottom: 32px;
    }
    .form_col {
        margin-bottom: 1rem;
    }
    .mobile_form .feature_form {
        /* box-shadow: 0px 8px 24px 24px #1018281a; */
        box-shadow: 0px 8px 24px 24px rgba(16, 24, 40, 0.05);

    }
    .mobile_form .feature_f_head h6 {
        font-weight: 800;
        max-width: 311px;
        font-size: 32px;
        margin: auto;
    }
    .feature_form .cta {
        width: 100%;
        margin-top: 32px;
    }
    .feature_f_head p {
        margin-top: 12px;
    }
    .mid_sec::after {
        content: "";
        background-image: url("/assets/images/boxpack.png");
        background-position: bottom left;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -50px;
        left: 10px;
        width: 110px;
        height: 110px;
    }
    .mid_sec::before {
        content: "";
        background-image: url("/assets/images/boxtoppack.png");
        background-position: bottom left;
        position: absolute;
        background-repeat: no-repeat;
        top: -50px;
        right: 20px;
        width: 110px;
        height: 110px;
    }
}
/* SRC={{asset('assets/images/') }} */

.package_forward__card .custom-h{
    height: 62.28px !important;
}
.package_forward__card .custom-h .insurance-mt{
    margin-top: 8.28px;
}
.package_forward__card .custom-h .weight-mt{
    margin-top: 6.28px;
}
.package_forward__card .custom-h .prohibited-h{
    height: 62.28px !important;
}