@media screen and (max-width: 1024px) {
    .steps-indicator li a {
        font-size: 12px !important;
    }

    .quote-form .custom-control-label.field-title {
        font-size: 12px;
        padding: 4px 0 0 0;
    }

    .quote-form .custom-control.custom-radio.custom-control-inline {
        margin: 0 12px 0 0;
    }

    .package-details .field-title {
        margin-top: 1rem;
    }

    .package-details .col-sm.col-md.flex-grow-0.p-0.pr-4 {
        padding-right: 0 !important;
    }

    .package-details .remove-item {
        top: 0;
        text-align: center;
        margin: 10px 0;
    }

    .btn.btn-warning.wizard-btn-next {
        display: unset;
        width: 250px;
    }

    /*  STEP 2  */

    /* END of STEP 2  */

    /*  Step 3  */
    /* Account Details */
    .pickup-details-name .row.quote-form.mt-5,
    .delivery-details-name .row.quote-form.mt-5 {
        margin-top: 1rem !important;
    }

    .pickup-details-name .col-md-6:last-child,
    .delivery-details-name .col-md-6:last-child {
        margin-top: 1rem !important;
    }

    .quote-form .btn.btn-warning.float-right.width-200 {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
    .quote-form .field-title.mt-3 {
        font-size: 12px !important;
    }

    /* Pickup Details */
    .quote-form .form-sub-title.m-0.pb-1.pt-0 {
        margin-top: 1rem !important;
    }

    .quote-form .col-sm.field-title {
        text-align: left !important;
        margin-bottom: 1rem !important;
        font-size: 12px;
    }

    /* Pickup Details View */
    .order-details .form-control.height-4.field-placeholder.mb-2 {
        font-size: 14px !important;
    }

    .quote-form .height-4 {
        height: 50px;
    }

    /* Delivery Details */
    .delivery-details .next-button {
        margin-top: 2rem;
    }

    .delivery-details .back-button a {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: fit-content;
    }

    /* Signature */
    .signature .form-title.pb-1 {
        font-size: 14px;
        text-align: justify;
        word-break: break-word;
    }
    .signature .next-button {
        margin-top: 2rem;
    }

    .signature .back-button a {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: fit-content;
    }

    /* Booking Section */
    .booking-section .form-title.pb-1 {
        font-size: 17px;
        display: inline-flex;
    }

    .booking-section .form-content-title {
        margin-left: 1rem;
        margin-top: 0;
    }

    .booking-section .field-title {
        /*text-align: justify;*/
        word-break: break-word;
    }

    .booking-section .contact-details .form-group.col-md-6.mb-0:last-child {
        margin-top: 1rem;
    }

    .booking-section .card-details .form-group.pb-0.mb-0:last-child {
        margin-top: 1rem;
    }

    /* Order Details Preview */
    .item.other-detail .field-label {
        margin-bottom: 1rem;
    }

    /* Booking Confirmation */
    .confirmation span,
    .confirmation h5 {
        font-size: 22px;
    }

    .download-section {
        padding: 10px 40px;
    }
    .download-section .field-label {
        font-size: 18px !important;
    }
    .download-section .btn.btn-warning.mb-3 {
        font-size: 14px;
    }
    /*  End of Step 3  */

    /** Carrier Ribbon **/
    .carrier-group-mobile {
        display: block;
    }

    .carrier-group-desktop {
        display: none;
    }

    .arrow_box {
        position: relative;
        background: #2176ad;
        height: 46px;
        width: 100%;
    }

    .carrier-group-mobile .col-sm {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        max-width: unset;
    }

    .arrow {
        left: 50%;
        top: 40px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 25px solid #57b8ff;
        position: relative;
    }

    .arrow_box .carrier-group-title {
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: GothamRoundedMedium, serif;
        font-size: 15px;
        text-transform: uppercase;
    }

    .step-2 img.carrier-image {
        width: auto;
        height: 38px;
        display: block;
        margin: auto;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    .step-2 .carrier-name {
        vertical-align: unset;
        font-family: GothamRoundedMedium, serif;
        font-size: 15px;
        position: unset;
        top: unset;
        transform: unset;
        text-align: center;
    }

    .step-2 .carrier-delivery {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        transform: unset;
    }

    .step-2 .carrier-delivery i {
        padding-top: 0;
    }

    .step-2 .delivery-pricing {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        transform: unset;
    }

    .step-2 .carrier-button {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    .step-2 .carrier-button .btn {
        display: block;
        width: 80%;
        margin: auto;
    }
}
@media screen and (max-width: 991px) {
    .steps-indicator li a {
        font-size: 12px !important;
    }

    .quote-form .custom-control-label.field-title {
        font-size: 12px;
        padding: 4px 0 0 0;
    }

    .quote-form .custom-control.custom-radio.custom-control-inline {
        margin: 0 12px 0 0;
    }

    .package-details .field-title {
        margin-top: 1rem;
    }

    .package-details .col-sm.col-md.flex-grow-0.p-0.pr-4 {
        padding-right: 0 !important;
    }

    .package-details .remove-item {
        top: 0;
        text-align: center;
        margin: 10px 0;
    }

    .btn.btn-warning.wizard-btn-next {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        margin-bottom: 20px;
        position: relative;
    }

    /*  STEP 2  */

    /* END of STEP 2  */

    /*  Step 3  */
    /* Account Details */
    .pickup-details-name .row.quote-form.mt-5,
    .delivery-details-name .row.quote-form.mt-5 {
        margin-top: 1rem !important;
    }

    .pickup-details-name .col-md-6:last-child,
    .delivery-details-name .col-md-6:last-child {
        margin-top: 1rem !important;
    }

    .quote-form .btn.btn-warning.float-right.width-200 {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
    .quote-form .field-title.mt-3 {
        font-size: 12px !important;
    }

    /* Pickup Details */
    .quote-form .form-sub-title.m-0.pb-1.pt-0 {
        margin-top: 1rem !important;
    }

    .quote-form .col-sm.field-title {
        text-align: left !important;
        margin-bottom: 1rem !important;
        font-size: 12px;
    }

    /* Pickup Details View */
    .order-details .form-control.height-4.field-placeholder.mb-2 {
        font-size: 14px !important;
    }

    .quote-form .height-4 {
        height: 50px;
    }

    /* Delivery Details */
    .delivery-details .next-button {
        margin-top: 2rem;
    }

    .delivery-details .back-button a {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: fit-content;
    }

    /* Signature */
    .signature .form-title.pb-1 {
        font-size: 14px;
        text-align: justify;
        word-break: break-word;
    }
    .signature .next-button {
        margin-top: 2rem;
    }

    .signature .back-button a {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: fit-content;
    }

    /* Booking Section */
    .booking-section .form-title.pb-1 {
        font-size: 17px;
        display: inline-flex;
    }

    .booking-section .form-content-title {
        margin-left: 1rem;
        margin-top: 0;
    }

    .booking-section .field-title {
        /*text-align: justify;*/
        word-break: break-word;
    }

    .booking-section .contact-details .form-group.col-md-6.mb-0:last-child {
        margin-top: 1rem;
    }

    .booking-section .card-details .form-group.pb-0.mb-0:last-child {
        margin-top: 1rem;
    }

    /* Order Details Preview */
    .item.other-detail .field-label {
        margin-bottom: 1rem;
    }

    /* Booking Confirmation */
    .confirmation span,
    .confirmation h5 {
        font-size: 22px;
    }

    .download-section {
        padding: 10px 40px;
    }
    .download-section .field-label {
        font-size: 18px !important;
    }
    .download-section .btn.btn-warning.mb-3 {
        font-size: 14px;
    }
    /*  End of Step 3  */
    /** Carrier Ribbon **/
    .carrier-group-mobile {
        display: block;
    }

    .carrier-group-desktop {
        display: none;
    }

    .arrow_box {
        position: relative;
        background: #2176ad;
        height: 46px;
        width: 100%;
    }

    .carrier-group-mobile .col-sm {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        max-width: unset;
    }

    .arrow {
        left: 50%;
        top: 40px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 25px solid #57b8ff;
        position: relative;
    }

    .arrow_box .carrier-group-title {
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: GothamRoundedMedium, serif;
        font-size: 15px;
        text-transform: uppercase;
    }

    .step-2 img.carrier-image {
        width: auto;
        height: 38px;
        display: block;
        margin: auto;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    .step-2 .carrier-name {
        vertical-align: unset;
        font-family: GothamRoundedMedium, serif;
        font-size: 15px;
        position: unset;
        top: unset;
        transform: unset;
        text-align: center;
    }

    .step-2 .carrier-delivery {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        transform: unset;
    }

    .step-2 .carrier-delivery i {
        padding-top: 0;
    }

    .step-2 .delivery-pricing {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        transform: unset;
    }

    .step-2 .carrier-button {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    .step-2 .carrier-button .btn {
        display: block;
        width: 80%;
        margin: auto;
    }
}
@media screen and (max-width: 930px) {
    .steps-indicator li a {
        font-size: 12px !important;
    }

    .quote-form .custom-control-label.field-title {
        font-size: 12px;
        padding: 4px 0 0 0;
    }

    .quote-form .custom-control.custom-radio.custom-control-inline {
        margin: 0 12px 0 0;
    }

    .package-details .field-title {
        margin-top: 1rem;
    }

    .package-details .col-sm.col-md.flex-grow-0.p-0.pr-4 {
        padding-right: 0 !important;
    }

    .package-details .remove-item {
        top: 0;
        text-align: center;
        margin: 10px 0;
    }

    .btn.btn-warning.wizard-btn-next {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        position: relative;
    }

    /*  STEP 2  */

    /* END of STEP 2  */

    /*  Step 3  */
    /* Account Details */
    .pickup-details-name .row.quote-form.mt-5,
    .delivery-details-name .row.quote-form.mt-5 {
        margin-top: 1rem !important;
    }

    .pickup-details-name .col-md-6:last-child,
    .delivery-details-name .col-md-6:last-child {
        margin-top: 1rem !important;
    }

    .quote-form .btn.btn-warning.float-right.width-200 {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
    .quote-form .field-title.mt-3 {
        font-size: 12px !important;
    }

    /* Pickup Details */
    .quote-form .form-sub-title.m-0.pb-1.pt-0 {
        margin-top: 1rem !important;
    }

    .quote-form .col-sm.field-title {
        text-align: left !important;
        margin-bottom: 1rem !important;
        font-size: 12px;
    }

    /* Pickup Details View */
    .order-details .form-control.height-4.field-placeholder.mb-2 {
        font-size: 14px !important;
    }

    .quote-form .height-4 {
        height: 50px;
    }

    /* Delivery Details */
    .delivery-details .next-button {
        margin-top: 2rem;
    }

    .delivery-details .back-button a {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: fit-content;
    }

    /* Signature */
    .signature .form-title.pb-1 {
        font-size: 14px;
        text-align: justify;
        word-break: break-word;
    }
    .signature .next-button {
        margin-top: 2rem;
    }

    .signature .back-button a {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: fit-content;
    }

    /* Booking Section */
    .booking-section .form-title.pb-1 {
        font-size: 17px;
        display: inline-flex;
    }

    .booking-section .form-content-title {
        margin-left: 1rem;
        margin-top: 0;
    }

    .booking-section .field-title {
        /*text-align: justify;*/
        word-break: break-word;
    }

    .booking-section .contact-details .form-group.col-md-6.mb-0:last-child {
        margin-top: 1rem;
    }

    .booking-section .card-details .form-group.pb-0.mb-0:last-child {
        margin-top: 1rem;
    }

    /* Order Details Preview */
    .item.other-detail .field-label {
        margin-bottom: 1rem;
    }

    /* Booking Confirmation */
    .confirmation span,
    .confirmation h5 {
        font-size: 22px;
    }

    .download-section {
        padding: 10px 40px;
    }
    .download-section .field-label {
        font-size: 18px !important;
    }
    .download-section .btn.btn-warning.mb-3 {
        font-size: 14px;
    }
    /*  End of Step 3  */

    /** Carrier Ribbon **/
    .carrier-group-mobile {
        display: block;
    }

    .carrier-group-desktop {
        display: none;
    }

    .arrow_box {
        position: relative;
        background: #2176ad;
        height: 46px;
        width: 100%;
    }

    .carrier-group-mobile .col-sm {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        max-width: unset;
    }

    .arrow {
        left: 50%;
        top: 40px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 25px solid #57b8ff;
        position: relative;
    }

    .arrow_box .carrier-group-title {
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: GothamRoundedMedium, serif;
        font-size: 15px;
        text-transform: uppercase;
    }

    .step-2 img.carrier-image {
        width: auto;
        height: 38px;
        display: block;
        margin: auto;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    .step-2 .carrier-name {
        vertical-align: unset;
        font-family: GothamRoundedMedium, serif;
        font-size: 15px;
        position: unset;
        top: unset;
        transform: unset;
        text-align: center;
    }

    .step-2 .carrier-delivery {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        transform: unset;
    }

    .step-2 .carrier-delivery i {
        padding-top: 0;
    }

    .step-2 .delivery-pricing {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        transform: unset;
    }

    .step-2 .carrier-button {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    .step-2 .carrier-button .btn {
        display: block;
        width: 80%;
        margin: auto;
    }
}
@media screen and (max-width: 850px) {
    .steps-indicator li a {
        font-size: 12px !important;
    }

    .quote-form .custom-control-label.field-title {
        font-size: 14px;
        padding: 4px 0 0 0;
    }

    .quote-form .custom-control.custom-radio.custom-control-inline {
        margin: 0 12px 0 0;
    }

    .package-details .field-title {
        margin-top: 1rem;
    }

    .package-details .col-sm.col-md.flex-grow-0.p-0.pr-4 {
        padding-right: 0 !important;
    }

    .package-details .remove-item {
        top: 0;
        text-align: center;
        margin: 10px 0;
    }

    .btn.btn-warning.wizard-btn-next {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        position: relative;
    }

    /*  STEP 2  */

    /* END of STEP 2  */

    /*  Step 3  */
    /* Account Details */
    .pickup-details-name .row.quote-form.mt-5,
    .delivery-details-name .row.quote-form.mt-5 {
        margin-top: 1rem !important;
    }

    .pickup-details-name .col-md-6:last-child,
    .delivery-details-name .col-md-6:last-child {
        margin-top: 1rem !important;
    }

    .quote-form .btn.btn-warning.float-right.width-200 {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
    .quote-form .field-title.mt-3 {
        font-size: 12px !important;
    }

    /* Pickup Details */
    .quote-form .form-sub-title.m-0.pb-1.pt-0 {
        margin-top: 1rem !important;
    }

    .quote-form .col-sm.field-title {
        text-align: left !important;
        margin-bottom: 1rem !important;
        font-size: 12px;
    }

    /* Pickup Details View */
    .order-details .form-control.height-4.field-placeholder.mb-2 {
        font-size: 14px !important;
    }

    .quote-form .height-4 {
        height: 50px;
    }

    /* Delivery Details */
    .delivery-details .next-button {
        margin-top: 2rem;
    }

    .delivery-details .back-button a {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: fit-content;
    }

    /* Signature */
    .signature .form-title.pb-1 {
        font-size: 14px;
        text-align: justify;
        word-break: break-word;
    }
    .signature .next-button {
        margin-top: 2rem;
    }

    .signature .back-button a {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: fit-content;
    }

    /* Booking Section */
    .booking-section .form-title.pb-1 {
        font-size: 17px;
        display: inline-flex;
    }

    .booking-section .form-content-title {
        margin-left: 1rem;
        margin-top: 0;
    }

    .booking-section .field-title {
        /*text-align: justify;*/
        word-break: break-word;
    }

    .booking-section .contact-details .form-group.col-md-6.mb-0:last-child {
        margin-top: 1rem;
    }

    .booking-section .card-details .form-group.pb-0.mb-0:last-child {
        margin-top: 1rem;
    }

    /* Order Details Preview */
    .item.other-detail .field-label {
        margin-bottom: 1rem;
    }

    /* Booking Confirmation */
    .confirmation span,
    .confirmation h5 {
        font-size: 22px;
    }

    .download-section {
        padding: 10px 40px;
    }
    .download-section .field-label {
        font-size: 18px !important;
    }
    .download-section .btn.btn-warning.mb-3 {
        font-size: 14px;
    }
    /*  End of Step 3  */

    /** Carrier Ribbon **/
    .carrier-group-mobile {
        display: block;
    }

    .carrier-group-desktop {
        display: none;
    }

    .arrow_box {
        position: relative;
        background: #2176ad;
        height: 46px;
        width: 100%;
    }

    .carrier-group-mobile .col-sm {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        max-width: unset;
    }

    .arrow {
        left: 50%;
        top: 40px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 25px solid #57b8ff;
        position: relative;
    }

    .arrow_box .carrier-group-title {
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: GothamRoundedMedium, serif;
        font-size: 15px;
        text-transform: uppercase;
    }

    .step-2 img.carrier-image {
        width: auto;
        height: 38px;
        display: block;
        margin: auto;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    .step-2 .carrier-name {
        vertical-align: unset;
        font-family: GothamRoundedMedium, serif;
        font-size: 15px;
        position: unset;
        top: unset;
        transform: unset;
        text-align: center;
    }

    .step-2 .carrier-delivery {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        transform: unset;
    }

    .step-2 .carrier-delivery i {
        padding-top: 0;
    }

    .step-2 .delivery-pricing {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        transform: unset;
    }

    .step-2 .carrier-button {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    .step-2 .carrier-button .btn {
        display: block;
        width: 80%;
        margin: auto;
    }
}

@media screen and (max-width: 768px) {
    .steps-indicator li a {
        font-size: 12px !important;
    }

    .quote-form .custom-control-label.field-title {
        font-size: 14px;
        padding: 4px 0 0 0;
    }

    .quote-form .custom-control.custom-radio.custom-control-inline {
        margin: 0 12px 0 0;
    }

    .package-details .field-title {
        margin-top: 1rem;
    }

    .package-details .col-sm.col-md.flex-grow-0.p-0.pr-4 {
        padding-right: 0 !important;
    }

    .package-details .remove-item {
        top: 0;
        text-align: center;
        margin: 10px 0;
    }

    .btn.btn-warning.wizard-btn-next {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        position: relative;
    }

    /*  STEP 2  */

    /* END of STEP 2  */

    /*  Step 3  */
    /* Account Details */
    .pickup-details-name .row.quote-form.mt-5,
    .delivery-details-name .row.quote-form.mt-5 {
        margin-top: 1rem !important;
    }

    .pickup-details-name .col-md-6:last-child,
    .delivery-details-name .col-md-6:last-child {
        margin-top: 1rem !important;
    }

    .quote-form .btn.btn-warning.float-right.width-200 {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
    .quote-form .field-title.mt-3 {
        font-size: 12px !important;
    }

    /* Pickup Details */
    .quote-form .form-sub-title.m-0.pb-1.pt-0 {
        margin-top: 1rem !important;
    }

    .quote-form .col-sm.field-title {
        text-align: left !important;
        margin-bottom: 1rem !important;
        font-size: 12px;
    }

    /* Pickup Details View */
    .order-details .form-control.height-4.field-placeholder.mb-2 {
        font-size: 14px !important;
    }

    .quote-form .height-4 {
        height: 50px;
    }

    /* Delivery Details */
    .delivery-details .next-button {
        margin-top: 2rem;
    }

    .delivery-details .back-button a {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: fit-content;
    }

    /* Signature */
    .signature .form-title.pb-1 {
        font-size: 14px;
        text-align: justify;
        word-break: break-word;
    }
    .signature .next-button {
        margin-top: 2rem;
    }

    .signature .back-button a {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: fit-content;
    }

    /* Booking Section */
    .booking-section .form-title.pb-1 {
        font-size: 17px;
        display: inline-flex;
    }

    .booking-section .form-content-title {
        margin-left: 1rem;
        margin-top: 0;
    }

    .booking-section .field-title {
        /*text-align: justify;*/
        word-break: break-word;
    }

    .booking-section .contact-details .form-group.col-md-6.mb-0:last-child {
        margin-top: 1rem;
    }

    .booking-section .card-details .form-group.pb-0.mb-0:last-child {
        margin-top: 1rem;
    }

    /* Order Details Preview */
    .item.other-detail .field-label {
        margin-bottom: 1rem;
    }

    /* Booking Confirmation */
    .confirmation span,
    .confirmation h5 {
        font-size: 22px;
    }

    .download-section {
        padding: 10px 40px;
    }
    .download-section .field-label {
        font-size: 18px !important;
    }
    .download-section .btn.btn-warning.mb-3 {
        font-size: 14px;
    }
    /*  End of Step 3  */

    /** Carrier Ribbon **/
    .carrier-group-mobile {
        display: block;
    }

    .carrier-group-desktop {
        display: none;
    }

    .arrow_box {
        position: relative;
        background: #2176ad;
        height: 46px;
        width: 100%;
    }

    .carrier-group-mobile .col-sm {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        max-width: unset;
    }

    .arrow {
        left: 50%;
        top: 40px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 25px solid #57b8ff;
        position: relative;
    }

    .arrow_box .carrier-group-title {
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: GothamRoundedMedium, serif;
        font-size: 15px;
        text-transform: uppercase;
    }

    .step-2 img.carrier-image {
        width: auto;
        height: 38px;
        display: block;
        margin: auto;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    .step-2 .carrier-name {
        vertical-align: unset;
        font-family: GothamRoundedMedium, serif;
        font-size: 15px;
        position: unset;
        top: unset;
        transform: unset;
        text-align: center;
    }

    .step-2 .carrier-delivery {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        transform: unset;
    }

    .step-2 .carrier-delivery i {
        padding-top: 0;
    }

    .step-2 .delivery-pricing {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        transform: unset;
    }

    .step-2 .carrier-button {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    .step-2 .carrier-button .btn {
        display: block;
        width: 80%;
        margin: auto;
    }
}
@media screen and (min-width: 766px) and (max-width: 767px) {
    .steps-indicator li a {
        font-size: 12px !important;
    }

    .quote-form .custom-control-label.field-title {
        font-size: 14px;
        padding: 4px 0 0 0;
    }

    .quote-form .custom-control.custom-radio.custom-control-inline {
        margin: 0 12px 0 0;
    }

    .package-details .field-title {
        margin-top: 1rem;
    }

    .package-details .col-sm.col-md.flex-grow-0.p-0.pr-4 {
        padding-right: 0 !important;
    }

    .package-details .remove-item {
        top: 0;
        text-align: center;
        margin: 10px 0;
    }

    .btn.btn-warning.wizard-btn-next {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        position: relative;
    }

    /*  STEP 2  */

    /* END of STEP 2  */

    /*  Step 3  */
    /* Account Details */
    .pickup-details-name .row.quote-form.mt-5,
    .delivery-details-name .row.quote-form.mt-5 {
        margin-top: 1rem !important;
    }

    .pickup-details-name .col-md-6:last-child,
    .delivery-details-name .col-md-6:last-child {
        margin-top: 1rem !important;
    }

    .quote-form .btn.btn-warning.float-right.width-200 {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
    .quote-form .field-title.mt-3 {
        font-size: 12px !important;
    }

    /* Pickup Details */
    .quote-form .form-sub-title.m-0.pb-1.pt-0 {
        margin-top: 1rem !important;
    }

    .quote-form .col-sm.field-title {
        text-align: left !important;
        margin-bottom: 1rem !important;
        font-size: 12px;
    }

    /* Pickup Details View */
    .order-details .form-control.height-4.field-placeholder.mb-2 {
        font-size: 14px !important;
    }

    .quote-form .height-4 {
        height: 50px;
    }

    /* Delivery Details */
    .delivery-details .next-button {
        margin-top: 2rem;
    }

    .delivery-details .back-button a {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: fit-content;
    }

    /* Signature */
    .signature .form-title.pb-1 {
        font-size: 14px;
        text-align: justify;
        word-break: break-word;
    }
    .signature .next-button {
        margin-top: 2rem;
    }

    .signature .back-button a {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: fit-content;
    }

    /* Booking Section */
    .booking-section .form-title.pb-1 {
        font-size: 17px;
        display: inline-flex;
    }

    .booking-section .form-content-title {
        margin-left: 1rem;
        margin-top: 0;
    }

    .booking-section .field-title {
        /*text-align: justify;*/
        word-break: break-word;
    }

    .booking-section .contact-details .form-group.col-md-6.mb-0:last-child {
        margin-top: 1rem;
    }

    .booking-section .card-details .form-group.pb-0.mb-0:last-child {
        margin-top: 1rem;
    }

    /* Order Details Preview */
    .item.other-detail .field-label {
        margin-bottom: 1rem;
    }

    /* Booking Confirmation */
    .confirmation span,
    .confirmation h5 {
        font-size: 22px;
    }

    .download-section {
        padding: 10px 40px;
    }
    .download-section .field-label {
        font-size: 18px !important;
    }
    .download-section .btn.btn-warning.mb-3 {
        font-size: 14px;
    }
    /*  End of Step 3  */
    /** Carrier Ribbon **/
    .carrier-group-mobile {
        display: block;
    }

    .carrier-group-desktop {
        display: none;
    }

    .arrow_box {
        position: relative;
        background: #2176ad;
        height: 46px;
        width: 100%;
    }

    .carrier-group-mobile .col-sm {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        max-width: unset;
    }

    .arrow {
        left: 50%;
        top: 40px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 25px solid #57b8ff;
        position: relative;
    }

    .arrow_box .carrier-group-title {
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: GothamRoundedMedium, serif;
        font-size: 15px;
        text-transform: uppercase;
    }

    .step-2 img.carrier-image {
        width: auto;
        height: 38px;
        display: block;
        margin: auto;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    .step-2 .carrier-name {
        vertical-align: unset;
        font-family: GothamRoundedMedium, serif;
        font-size: 15px;
        position: unset;
        top: unset;
        transform: unset;
        text-align: center;
    }

    .step-2 .carrier-delivery {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        transform: unset;
    }

    .step-2 .carrier-delivery i {
        padding-top: 0;
    }

    .step-2 .delivery-pricing {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        transform: unset;
    }

    .step-2 .carrier-button {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    .step-2 .carrier-button .btn {
        display: block;
        width: 80%;
        margin: auto;
    }
}

@media only screen and (max-width: 576px) {
    .steps-indicator li a {
        font-size: 12px !important;
    }

    .quote-form .custom-control-label.field-title {
        font-size: 14px;
        padding: 4px 0 0 0;
    }

    .quote-form .custom-control.custom-radio.custom-control-inline {
        margin: 0 12px 0 0;
    }

    .package-details .field-title {
        margin-top: 1rem;
    }

    .package-details .col-sm.col-md.flex-grow-0.p-0.pr-4 {
        padding-right: 0 !important;
    }

    .package-details .remove-item {
        top: 0;
        text-align: center;
        margin: 10px 0;
    }

    .btn.btn-warning.wizard-btn-next {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        position: relative;
    }

    /*  STEP 2  */

    /* END of STEP 2  */

    /*  Step 3  */
    /* Account Details */
    .pickup-details-name .row.quote-form.mt-5,
    .delivery-details-name .row.quote-form.mt-5 {
        margin-top: 1rem !important;
    }

    .pickup-details-name .col-md-6:last-child,
    .delivery-details-name .col-md-6:last-child {
        margin-top: 1rem !important;
    }

    .quote-form .btn.btn-warning.float-right.width-200 {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
    .quote-form .field-title.mt-3 {
        font-size: 12px !important;
    }

    /* Pickup Details */
    .quote-form .form-sub-title.m-0.pb-1.pt-0 {
        margin-top: 1rem !important;
    }

    .quote-form .col-sm.field-title {
        text-align: left !important;
        margin-bottom: 1rem !important;
        font-size: 12px;
    }

    /* Pickup Details View */
    .order-details .form-control.height-4.field-placeholder.mb-2 {
        font-size: 14px !important;
    }

    .quote-form .height-4 {
        height: 50px;
    }

    /* Delivery Details */
    .delivery-details .next-button {
        margin-top: 2rem;
    }

    .delivery-details .back-button a {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: fit-content;
    }

    /* Signature */
    .signature .form-title.pb-1 {
        font-size: 14px;
        text-align: justify;
        word-break: break-word;
    }
    .signature .next-button {
        margin-top: 2rem;
    }

    .signature .back-button a {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: fit-content;
    }

    /* Booking Section */
    .booking-section .form-title.pb-1 {
        font-size: 17px;
        display: inline-flex;
    }

    .booking-section .form-content-title {
        margin-left: 1rem;
        margin-top: 0;
    }

    .booking-section .field-title {
        /*text-align: justify;*/
        word-break: break-word;
    }

    .booking-section .contact-details .form-group.col-md-6.mb-0:last-child {
        margin-top: 1rem;
    }

    .booking-section .card-details .form-group.pb-0.mb-0:last-child {
        margin-top: 1rem;
    }

    /* Order Details Preview */
    .item.other-detail .field-label {
        margin-bottom: 1rem;
    }

    /* Booking Confirmation */
    .confirmation span,
    .confirmation h5 {
        font-size: 22px;
    }

    .download-section {
        padding: 10px 40px;
    }
    .download-section .field-label {
        font-size: 18px !important;
    }
    .download-section .btn.btn-warning.mb-3 {
        font-size: 14px;
    }
    /*  End of Step 3  */

    /** Carrier Ribbon **/
    .carrier-group-mobile {
        display: block;
    }

    .carrier-group-desktop {
        display: none;
    }

    .carrier-group-mobile .col-sm {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        max-width: unset;
    }

    .arrow_box {
        position: relative;
        background: #2176ad;
        height: 46px;
        width: 100%;
    }

    .arrow {
        left: 50%;
        top: 40px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 25px solid #57b8ff;
        position: relative;
    }

    .arrow_box .carrier-group-title {
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: GothamRoundedMedium, serif;
        font-size: 15px;
        text-transform: uppercase;
    }

    .step-2 img.carrier-image {
        width: auto;
        height: 38px;
        display: block;
        margin: auto;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    .step-2 .carrier-name {
        vertical-align: unset;
        font-family: GothamRoundedMedium, serif;
        font-size: 15px;
        position: unset;
        top: unset;
        transform: unset;
        text-align: center;
    }

    .step-2 .carrier-delivery {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        transform: unset;
    }

    .step-2 .carrier-delivery i {
        padding-top: 0;
    }

    .step-2 .delivery-pricing {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        transform: unset;
    }

    .step-2 .carrier-button {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    .step-2 .carrier-button .btn {
        display: block;
        width: 80%;
        margin: auto;
    }
}
@media only screen and (max-width: 500px) {
    .steps-indicator li a {
        font-size: 12px !important;
    }

    .quote-form .custom-control-label.field-title {
        font-size: 14px;
        padding: 4px 0 0 0;
    }

    .quote-form .custom-control.custom-radio.custom-control-inline {
        margin: 0 12px 0 0;
    }

    .package-details .field-title {
        margin-top: 1rem;
    }

    .package-details .col-sm.col-md.flex-grow-0.p-0.pr-4 {
        padding-right: 0 !important;
    }

    .package-details .remove-item {
        top: 0;
        text-align: center;
        margin: 10px 0;
    }

    .btn.btn-warning.wizard-btn-next {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        position: relative;
    }

    /*  STEP 2  */

    /* END of STEP 2  */

    /*  Step 3  */
    /* Account Details */
    .pickup-details-name .row.quote-form.mt-5,
    .delivery-details-name .row.quote-form.mt-5 {
        margin-top: 1rem !important;
    }

    .pickup-details-name .col-md-6:last-child,
    .delivery-details-name .col-md-6:last-child {
        margin-top: 1rem !important;
    }

    .quote-form .btn.btn-warning.float-right.width-200 {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
    .quote-form .field-title.mt-3 {
        font-size: 12px !important;
    }

    /* Pickup Details */
    .quote-form .form-sub-title.m-0.pb-1.pt-0 {
        margin-top: 1rem !important;
    }

    .quote-form .col-sm.field-title {
        text-align: left !important;
        margin-bottom: 1rem !important;
        font-size: 12px;
    }

    /* Pickup Details View */
    .order-details .form-control.height-4.field-placeholder.mb-2 {
        font-size: 14px !important;
    }

    .quote-form .height-4 {
        height: 50px;
    }

    /* Delivery Details */
    .delivery-details .next-button {
        margin-top: 2rem;
    }

    .delivery-details .back-button a {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: fit-content;
    }

    /* Signature */
    .signature .form-title.pb-1 {
        font-size: 14px;
        text-align: justify;
        word-break: break-word;
    }
    .signature .next-button {
        margin-top: 2rem;
    }

    .signature .back-button a {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: fit-content;
    }

    /* Booking Section */
    .booking-section .form-title.pb-1 {
        font-size: 17px;
        display: inline-flex;
    }

    .booking-section .form-content-title {
        margin-left: 1rem;
        margin-top: 0;
    }

    .booking-section .field-title {
        /*text-align: justify;*/
        word-break: break-word;
    }

    .booking-section .contact-details .form-group.col-md-6.mb-0:last-child {
        margin-top: 1rem;
    }

    .booking-section .card-details .form-group.pb-0.mb-0:last-child {
        margin-top: 1rem;
    }

    /* Order Details Preview */
    .item.other-detail .field-label {
        margin-bottom: 1rem;
    }

    /* Booking Confirmation */
    .confirmation span,
    .confirmation h5 {
        font-size: 22px;
    }

    .download-section {
        padding: 10px 40px;
    }
    .download-section .field-label {
        font-size: 18px !important;
    }
    .download-section .btn.btn-warning.mb-3 {
        font-size: 14px;
    }
    /*  End of Step 3  */

    /** Carrier Ribbon **/
    .carrier-group-mobile {
        display: block;
    }

    .carrier-group-desktop {
        display: none;
    }

    .arrow_box {
        position: relative;
        background: #2176ad;
        height: 46px;
        width: 100%;
    }

    .arrow {
        left: 50%;
        top: 40px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 25px solid #57b8ff;
        position: relative;
    }

    .arrow_box .carrier-group-title {
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: GothamRoundedMedium, serif;
        font-size: 15px;
        text-transform: uppercase;
    }

    .step-2 img.carrier-image {
        width: auto;
        height: 38px;
        display: block;
        margin: auto;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    .step-2 .carrier-name {
        vertical-align: unset;
        font-family: GothamRoundedMedium, serif;
        font-size: 15px;
        position: unset;
        top: unset;
        transform: unset;
        text-align: center;
    }

    .step-2 .carrier-delivery {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        transform: unset;
    }

    .step-2 .carrier-delivery i {
        padding-top: 0;
    }

    .step-2 .delivery-pricing {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        transform: unset;
    }

    .step-2 .carrier-button {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    .step-2 .carrier-button .btn {
        display: block;
        width: 80%;
        margin: auto;
    
    }
    
}

@media screen and (max-width: 520px) {
    .steps-indicator li a {
        font-size: 12px !important;
    }

    .quote-form .custom-control-label.field-title {
        font-size: 14px;
        padding: 4px 0 0 0;
    }

    .quote-form .custom-control.custom-radio.custom-control-inline {
        margin: 0 12px 0 0;
    }

    .package-details .field-title {
        margin-top: 1rem;
    }

    .package-details .col-sm.col-md.flex-grow-0.p-0.pr-4 {
        padding-right: 0 !important;
    }

    .package-details .remove-item {
        top: 0;
        text-align: center;
        margin: 10px 0;
    }

    .btn.btn-warning.wizard-btn-next {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        position: relative;
    }

    /*  STEP 2  */

    /* END of STEP 2  */

    /*  Step 3  */
    /* Account Details */
    .pickup-details-name .row.quote-form.mt-5,
    .delivery-details-name .row.quote-form.mt-5 {
        margin-top: 1rem !important;
    }

    .pickup-details-name .col-md-6:last-child,
    .delivery-details-name .col-md-6:last-child {
        margin-top: 1rem !important;
    }

    .quote-form .btn.btn-warning.float-right.width-200 {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
    .quote-form .field-title.mt-3 {
        font-size: 12px !important;
    }

    /* Pickup Details */
    .quote-form .form-sub-title.m-0.pb-1.pt-0 {
        margin-top: 1rem !important;
    }

    .quote-form .col-sm.field-title {
        text-align: left !important;
        margin-bottom: 1rem !important;
        font-size: 12px;
    }

    /* Pickup Details View */
    .order-details .form-control.height-4.field-placeholder.mb-2 {
        font-size: 14px !important;
    }

    .quote-form .height-4 {
        height: 50px;
    }

    /* Delivery Details */
    .delivery-details .next-button {
        margin-top: 2rem;
    }

    .delivery-details .back-button a {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: fit-content;
    }

    /* Signature */
    .signature .form-title.pb-1 {
        font-size: 14px;
        text-align: justify;
        word-break: break-word;
    }
    .signature .next-button {
        margin-top: 2rem;
    }

    .signature .back-button a {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: fit-content;
    }

    /* Booking Section */
    .booking-section .form-title.pb-1 {
        font-size: 17px;
        display: inline-flex;
    }

    .booking-section .form-content-title {
        margin-left: 1rem;
        margin-top: 0;
    }

    .booking-section .field-title {
        /*text-align: justify;*/
        word-break: break-word;
    }

    .booking-section .contact-details .form-group.col-md-6.mb-0:last-child {
        margin-top: 1rem;
    }

    .booking-section .card-details .form-group.pb-0.mb-0:last-child {
        margin-top: 1rem;
    }

    /* Order Details Preview */
    .item.other-detail .field-label {
        margin-bottom: 1rem;
    }

    /* Booking Confirmation */
    .confirmation span,
    .confirmation h5 {
        font-size: 22px;
    }

    .download-section {
        padding: 10px 40px;
    }
    .download-section .field-label {
        font-size: 18px !important;
    }
    .download-section .btn.btn-warning.mb-3 {
        font-size: 14px;
    }
    /*  End of Step 3  */
    /** Carrier Ribbon **/
    .carrier-group-mobile {
        display: block;
    }

    .carrier-group-desktop {
        display: none;
    }

    .arrow_box {
        position: relative;
        background: #2176ad;
        height: 46px;
        width: 100%;
    }

    .arrow {
        left: 50%;
        top: 40px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 25px solid #57b8ff;
        position: relative;
    }

    .arrow_box .carrier-group-title {
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: GothamRoundedMedium, serif;
        font-size: 15px;
        text-transform: uppercase;
    }

    .step-2 img.carrier-image {
        width: auto;
        height: 38px;
        display: block;
        margin: auto;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    .step-2 .carrier-name {
        vertical-align: unset;
        font-family: GothamRoundedMedium, serif;
        font-size: 15px;
        position: unset;
        top: unset;
        transform: unset;
        text-align: center;
    }

    .step-2 .carrier-delivery {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        transform: unset;
    }

    .step-2 .carrier-delivery i {
        padding-top: 0;
    }

    .step-2 .delivery-pricing {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        transform: unset;
    }

    .step-2 .carrier-button {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    .step-2 .carrier-button .btn {
        display: block;
        width: 80%;
        margin: auto;
    }
}
@media screen and (max-width: 420px) {
   
    .steps-indicator li a {
        font-size: 12px !important;
    }

    .quote-form .custom-control-label.field-title {
        font-size: 14px;
        padding: 4px 0 0 0;
    }

    .quote-form .custom-control.custom-radio.custom-control-inline {
        margin: 0 12px 0 0;
    }

    .package-details .field-title {
        margin-top: 1rem;
    }

    .package-details .col-sm.col-md.flex-grow-0.p-0.pr-4 {
        padding-right: 0 !important;
    }

    .package-details .remove-item {
        top: 0;
        text-align: center;
        margin: 10px 0;
    }

    .btn.btn-warning.wizard-btn-next {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        position: relative;
    }

    /*  STEP 2  */

    /* END of STEP 2  */

    /*  Step 3  */
    /* Account Details */
    .pickup-details-name .row.quote-form.mt-5,
    .delivery-details-name .row.quote-form.mt-5 {
        margin-top: 1rem !important;
    }

    .pickup-details-name .col-md-6:last-child,
    .delivery-details-name .col-md-6:last-child {
        margin-top: 1rem !important;
    }

    .quote-form .btn.btn-warning.float-right.width-200 {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
    .quote-form .field-title.mt-3 {
        font-size: 12px !important;
    }

    /* Pickup Details */
    .quote-form .form-sub-title.m-0.pb-1.pt-0 {
        margin-top: 1rem !important;
    }

    .quote-form .col-sm.field-title {
        text-align: left !important;
        margin-bottom: 1rem !important;
        font-size: 12px;
    }

    /* Pickup Details View */
    .order-details .form-control.height-4.field-placeholder.mb-2 {
        font-size: 14px !important;
    }

    .quote-form .height-4 {
        height: 50px;
    }

    /* Delivery Details */
    .delivery-details .next-button {
        margin-top: 2rem;
    }

    .delivery-details .back-button a {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: fit-content;
    }

    /* Signature */
    .signature .form-title.pb-1 {
        font-size: 14px;
        text-align: justify;
        word-break: break-word;
    }
    .signature .next-button {
        margin-top: 2rem;
    }

    .signature .back-button a {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: fit-content;
    }

    /* Booking Section */
    .booking-section .form-title.pb-1 {
        font-size: 17px;
        display: inline-flex;
    }

    .booking-section .form-content-title {
        margin-left: 1rem;
        margin-top: 0;
    }

    .booking-section .field-title {
        /*text-align: justify;*/
        word-break: break-word;
    }

    .booking-section .contact-details .form-group.col-md-6.mb-0:last-child {
        margin-top: 1rem;
    }

    .booking-section .card-details .form-group.pb-0.mb-0:last-child {
        margin-top: 1rem;
    }

    /* Order Details Preview */
    .item.other-detail .field-label {
        margin-bottom: 1rem;
    }

    /* Booking Confirmation */
    .confirmation span,
    .confirmation h5 {
        font-size: 22px;
    }

    .download-section {
        padding: 10px 40px;
    }
    .download-section .field-label {
        font-size: 18px !important;
    }
    .download-section .btn.btn-warning.mb-3 {
        font-size: 14px;
    }
    /*  End of Step 3  */

    /** Carrier Ribbon **/
    .carrier-group-mobile {
        display: block;
    }

    .carrier-group-desktop {
        display: none;
    }

    .arrow_box {
        position: relative;
        background: #2176ad;
        height: 46px;
        width: 100%;
    }

    .arrow {
        left: 50%;
        top: 40px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 25px solid #57b8ff;
        position: relative;
    }

    .arrow_box .carrier-group-title {
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: GothamRoundedMedium, serif;
        font-size: 15px;
        text-transform: uppercase;
    }

    .step-2 img.carrier-image {
        width: auto;
        height: 38px;
        display: block;
        margin: auto;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    .step-2 .carrier-name {
        vertical-align: unset;
        font-family: GothamRoundedMedium, serif;
        font-size: 15px;
        position: unset;
        top: unset;
        transform: unset;
        text-align: center;
    }

    .step-2 .carrier-delivery {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        transform: unset;
    }

    .step-2 .carrier-delivery i {
        padding-top: 0;
    }

    .step-2 .delivery-pricing {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        transform: unset;
    }

    .step-2 .carrier-button {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    .step-2 .carrier-button .btn {
        display: block;
        width: 80%;
        margin: auto;
    }
}
@media screen and (max-width: 414px) {
    .steps-indicator li a {
        font-size: 12px !important;
    }

    .quote-form .custom-control-label.field-title {
        font-size: 10px;
        padding: 4px 0 0 0;
    }

    .quote-form .custom-control.custom-radio.custom-control-inline {
        margin: 0 12px 0 0;
    }

    .package-details .field-title {
        margin-top: 1rem;
    }

    .package-details .col-sm.col-md.flex-grow-0.p-0.pr-4 {
        padding-right: 0 !important;
    }

    .package-details .remove-item {
        top: 0;
        text-align: center;
        margin: 10px 0;
    }

    .btn.btn-warning.wizard-btn-next {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        position: relative;
    }

    /*  STEP 2  */

    /* END of STEP 2  */

    /*  Step 3  */
    /* Account Details */
    .pickup-details-name .row.quote-form.mt-5,
    .delivery-details-name .row.quote-form.mt-5 {
        margin-top: 1rem !important;
    }

    .pickup-details-name .col-md-6:last-child,
    .delivery-details-name .col-md-6:last-child {
        margin-top: 1rem !important;
    }

    .quote-form .btn.btn-warning.float-right.width-200 {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
    .quote-form .field-title.mt-3 {
        font-size: 12px !important;
    }

    /* Pickup Details */
    .quote-form .form-sub-title.m-0.pb-1.pt-0 {
        margin-top: 1rem !important;
    }

    .quote-form .col-sm.field-title {
        text-align: left !important;
        margin-bottom: 1rem !important;
        font-size: 12px;
    }

    /* Pickup Details View */
    .order-details .form-control.height-4.field-placeholder.mb-2 {
        font-size: 14px !important;
    }

    .quote-form .height-4 {
        height: 50px;
    }

    /* Delivery Details */
    .delivery-details .next-button {
        margin-top: 2rem;
    }

    .delivery-details .back-button a {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: fit-content;
    }

    /* Signature */
    .signature .form-title.pb-1 {
        font-size: 14px;
        text-align: justify;
        word-break: break-word;
    }
    .signature .next-button {
        margin-top: 2rem;
    }

    .signature .back-button a {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: fit-content;
    }

    /* Booking Section */
    .booking-section .form-title.pb-1 {
        font-size: 14px;
        display: inline-flex;
    }

    .booking-section .form-content-title {
        margin-left: 1rem;
        margin-top: -3px;
    }

    .booking-section .field-title {
        /*text-align: justify;*/
        word-break: break-word;
    }

    .booking-section .contact-details .form-group.col-md-6.mb-0:last-child {
        margin-top: 1rem;
    }

    .booking-section .card-details .form-group.pb-0.mb-0:last-child {
        margin-top: 1rem;
    }

    /* Order Details Preview */
    .item.other-detail .field-label {
        margin-bottom: 1rem;
    }

    /* Booking Confirmation */
    .confirmation span,
    .confirmation h5 {
        font-size: 22px;
    }

    .download-section {
        padding: 10px 40px;
    }
    .download-section .field-label {
        font-size: 18px !important;
    }
    .download-section .btn.btn-warning.mb-3 {
        font-size: 14px;
    }
    /*  End of Step 3  */

    /** Carrier Ribbon **/
    .carrier-group-mobile {
        display: block;
    }

    .carrier-group-desktop {
        display: none;
    }

    .arrow_box {
        position: relative;
        background: #2176ad;
        height: 46px;
        width: 100%;
    }

    .arrow {
        left: 50%;
        top: 40px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 25px solid #57b8ff;
        position: relative;
    }

    .arrow_box .carrier-group-title {
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: GothamRoundedMedium, serif;
        font-size: 15px;
        text-transform: uppercase;
    }

    .step-2 img.carrier-image {
        width: auto;
        height: 38px;
        display: block;
        margin: auto;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    .step-2 .carrier-name {
        vertical-align: unset;
        font-family: GothamRoundedMedium, serif;
        font-size: 15px;
        position: unset;
        top: unset;
        transform: unset;
        text-align: center;
    }

    .step-2 .carrier-delivery {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        transform: unset;
    }

    .step-2 .carrier-delivery i {
        padding-top: 0;
    }

    .step-2 .delivery-pricing {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        transform: unset;
    }

    .step-2 .carrier-button {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    .step-2 .carrier-button .btn {
        display: block;
        width: 80%;
        margin: auto;
    }
}
@media screen and (max-width: 375px) {
    .steps-indicator li a {
        font-size: 12px !important;
    }

    .quote-form .custom-control-label.field-title {
        font-size: 10px;
        padding: 4px 0 0 0;
    }

    .quote-form .custom-control.custom-radio.custom-control-inline {
        margin: 0 12px 0 0;
    }

    .package-details .field-title {
        margin-top: 1rem;
    }

    .package-details .col-sm.col-md.flex-grow-0.p-0.pr-4 {
        padding-right: 0 !important;
    }

    .package-details .remove-item {
        top: 0;
        text-align: center;
        margin: 10px 0;
    }

    .btn.btn-warning.wizard-btn-next {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        position: relative;
    }

    /*  STEP 2  */

    /* END of STEP 2  */

    /*  Step 3  */
    /* Account Details */
    .pickup-details-name .row.quote-form.mt-5,
    .delivery-details-name .row.quote-form.mt-5 {
        margin-top: 1rem !important;
    }

    .pickup-details-name .col-md-6:last-child,
    .delivery-details-name .col-md-6:last-child {
        margin-top: 1rem !important;
    }

    .quote-form .btn.btn-warning.float-right.width-200 {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
    .quote-form .field-title.mt-3 {
        font-size: 12px !important;
    }

    /* Pickup Details */
    .quote-form .form-sub-title.m-0.pb-1.pt-0 {
        margin-top: 1rem !important;
    }

    .quote-form .col-sm.field-title {
        text-align: left !important;
        margin-bottom: 1rem !important;
        font-size: 12px;
    }

    /* Pickup Details View */
    .order-details .form-control.height-4.field-placeholder.mb-2 {
        font-size: 14px !important;
    }

    .quote-form .height-4 {
        height: 50px;
    }

    /* Delivery Details */
    .delivery-details .next-button {
        margin-top: 2rem;
    }

    .delivery-details .back-button a {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: fit-content;
    }

    /* Signature */
    .signature .form-title.pb-1 {
        font-size: 14px;
        text-align: justify;
        word-break: break-word;
    }
    .signature .next-button {
        margin-top: 2rem;
    }

    .signature .back-button a {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: fit-content;
    }

    /* Booking Section */
    .booking-section .form-title.pb-1 {
        font-size: 14px;
        display: inline-flex;
    }

    .booking-section .form-content-title {
        margin-left: 1rem;
        margin-top: -3px;
    }

    .booking-section .field-title {
        /*text-align: justify;*/
        word-break: break-word;
    }

    .booking-section .contact-details .form-group.col-md-6.mb-0:last-child {
        margin-top: 1rem;
    }

    .booking-section .card-details .form-group.pb-0.mb-0:last-child {
        margin-top: 1rem;
    }

    /* Order Details Preview */
    .item.other-detail .field-label {
        margin-bottom: 1rem;
    }

    /* Booking Confirmation */
    .confirmation span,
    .confirmation h5 {
        font-size: 22px;
    }

    .download-section {
        padding: 10px 40px;
    }
    .download-section .field-label {
        font-size: 18px !important;
    }
    .download-section .btn.btn-warning.mb-3 {
        font-size: 14px;
    }
    /*  End of Step 3  */

    /** Carrier Ribbon **/
    .carrier-group-mobile {
        display: block;
    }

    .carrier-group-desktop {
        display: none;
    }

    .arrow_box {
        position: relative;
        background: #2176ad;
        height: 46px;
        width: 100%;
    }

    .arrow {
        left: 50%;
        top: 40px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 25px solid #57b8ff;
        position: relative;
    }

    .arrow_box .carrier-group-title {
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: GothamRoundedMedium, serif;
        font-size: 15px;
        text-transform: uppercase;
    }

    .step-2 img.carrier-image {
        width: auto;
        height: 38px;
        display: block;
        margin: auto;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    .step-2 .carrier-name {
        vertical-align: unset;
        font-family: GothamRoundedMedium, serif;
        font-size: 15px;
        position: unset;
        top: unset;
        transform: unset;
        text-align: center;
    }

    .step-2 .carrier-delivery {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        transform: unset;
    }

    .step-2 .carrier-delivery i {
        padding-top: 0;
    }

    .step-2 .delivery-pricing {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        transform: unset;
    }

    .step-2 .carrier-button {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    .step-2 .carrier-button .btn {
        display: block;
        width: 80%;
        margin: auto;
    }
}
@media screen and (max-width: 320px) {
    .steps-indicator li a {
        font-size: 12px !important;
    }

    .quote-form .custom-control-label.field-title {
        font-size: 10px;
        padding: 4px 0 0 0;
    }

    .quote-form .custom-control.custom-radio.custom-control-inline {
        margin: 0 12px 0 0;
    }

    .package-details .field-title {
        margin-top: 1rem;
    }

    .package-details .col-sm.col-md.flex-grow-0.p-0.pr-4 {
        padding-right: 0 !important;
    }

    .package-details .remove-item {
        top: 0;
        text-align: center;
        margin: 10px 0;
    }

    .btn.btn-warning.wizard-btn-next {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        position: relative;
    }

    /*  STEP 2  */

    /* END of STEP 2  */

    /*  Step 3  */
    /* Account Details */
    .pickup-details-name .row.quote-form.mt-5,
    .delivery-details-name .row.quote-form.mt-5 {
        margin-top: 1rem !important;
    }

    .pickup-details-name .col-md-6:last-child,
    .delivery-details-name .col-md-6:last-child {
        margin-top: 1rem !important;
    }

    .quote-form .btn.btn-warning.float-right.width-200 {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
    .quote-form .field-title.mt-3 {
        font-size: 12px !important;
    }

    /* Pickup Details */
    .quote-form .form-sub-title.m-0.pb-1.pt-0 {
        margin-top: 1rem !important;
    }

    .quote-form .col-sm.field-title {
        text-align: left !important;
        margin-bottom: 1rem !important;
        font-size: 12px;
    }

    /* Pickup Details View */
    .order-details .form-control.height-4.field-placeholder.mb-2 {
        font-size: 14px !important;
    }

    .quote-form .height-4 {
        height: 50px;
    }

    /* Delivery Details */
    .delivery-details .next-button {
        margin-top: 2rem;
    }

    .delivery-details .back-button a {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: fit-content;
    }

    /* Signature */
    .signature .form-title.pb-1 {
        font-size: 14px;
        text-align: justify;
        word-break: break-word;
    }
    .signature .next-button {
        margin-top: 2rem;
    }

    .signature .back-button a {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: fit-content;
    }

    /* Booking Section */
    .booking-section .form-title.pb-1 {
        font-size: 14px;
        display: inline-flex;
    }

    .booking-section .form-content-title {
        margin-left: 1rem;
        margin-top: -3px;
    }

    .booking-section .field-title {
        /*text-align: justify;*/
        word-break: break-word;
    }

    .booking-section .contact-details .form-group.col-md-6.mb-0:last-child {
        margin-top: 1rem;
    }

    .booking-section .card-details .form-group.pb-0.mb-0:last-child {
        margin-top: 1rem;
    }

    /* Order Details Preview */
    .item.other-detail .field-label {
        margin-bottom: 1rem;
    }

    /* Booking Confirmation */
    .confirmation span,
    .confirmation h5 {
        font-size: 22px;
    }

    .download-section {
        padding: 10px 40px;
    }
    .download-section .field-label {
        font-size: 18px !important;
    }
    .download-section .btn.btn-warning.mb-3 {
        font-size: 14px;
    }
    /*  End of Step 3  */

    /** Carrier Ribbon **/
    .carrier-group-mobile {
        display: block;
    }

    .carrier-group-desktop {
        display: none;
    }

    .arrow_box {
        position: relative;
        background: #2176ad;
        height: 46px;
        width: 100%;
    }

    .arrow {
        left: 50%;
        top: 40px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 25px solid #57b8ff;
        position: relative;
    }

    .arrow_box .carrier-group-title {
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: GothamRoundedMedium, serif;
        font-size: 15px;
        text-transform: uppercase;
    }

    .step-2 img.carrier-image {
        width: auto;
        height: 38px;
        display: block;
        margin: auto;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    .step-2 .carrier-name {
        vertical-align: unset;
        font-family: GothamRoundedMedium, serif;
        font-size: 15px;
        position: unset;
        top: unset;
        transform: unset;
        text-align: center;
    }

    .step-2 .carrier-delivery {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        transform: unset;
    }

    .step-2 .carrier-delivery i {
        padding-top: 0;
    }

    .step-2 .delivery-pricing {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        transform: unset;
    }

    .step-2 .carrier-button {
        text-align: center;
        display: unset;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    .step-2 .carrier-button .btn {
        display: block;
        width: 80%;
        margin: auto;
    }
}
