@media (max-width: 767px) {
    #field_umcs_intro_description {
        display: block;
        width: 100%;
        max-width: 600px;
        min-width: 280px;
        margin: 10px auto;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
    }

    #field_umcs_intro_description p {
        margin: 0 5px;
        text-align: center;
    }

    @media (max-width: 320px) {
        #field_umcs_intro_description {
            width: 100%;
            padding: 5px;
        }

        #field_umcs_intro_description p {
            margin: 0 5px;
        }
    }
}

@media (max-width: 320px) {
    .mbt-24 {
        padding: 5px;
    }
}

@media (max-width: 767px) {
    .mbt-24 {
        padding: 5px;
    }
}

.h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 44px;
    margin: 0;
}

@media (width >=991px) {
    .full-container {
        width: calc(100% - calc(calc(100% - 960px) / 2)) !important;
        margin-right: 0;
        margin-left: auto;
        max-width: unset;
    }
}

@media (width >=1200px) {
    .full-container {
        width: calc(100% - calc(calc(100% - 1140px) / 2)) !important;
    }
}

@media (width >=1400px) {
    .full-container {
        width: calc(100% - calc(calc(100% - 1320px) / 2)) !important;
    }
}


.banner.right {
    padding-right: 0;
}

.banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}

.banner-details {
    width: 573px;
    display: flex;
    flex-direction: column;
}

.banner-img {
    flex-grow: 1;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 980px) {
    .banner {
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        width: 100%;
    }

    .banner-details {
        width: 100%;
        padding: 0 12px 16px 12px;
    }

    .banner.right {
        padding-left: 0px;
    }
}

.usdot-group .input-group-text {
    padding-left: 26px !important;
    width: 18%;
    font-size: 16px;
    color: #000 !important;
}

.update-page .usdot-group:focus {
    border-color: none;
}

.update-page input[type=text] {
    border: 1px solid #dee2e6;
}

.update-page .input-group>.form-control:focus {
    border: 1px solid #dee2e6;
}

.update-page .form-control:focus{
    border: 1px solid #cdd4d9;
}

.input-group .input-group-text {
    background-color: #fff;
    border-right: none;
}

.usdot-input {
    border-left: 0px;
    border-right: none;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group input[type=text] {
    border-left: none !important;
}

.btn-primary-group {
    background-color: #ec5928;
    border-color: #ec5928;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 16px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    font-weight: var(--font-weight-regular);
    gap: 8px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-primary-group:hover {
    background-color: #005a67;
    color: #fff;
}

input.form-control.due-date-input {
    border-left: 0px;
    height: 60px;
    font-size: 16px;
}

.input-group .btn-download {
    border-radius: none !important;
}

.h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
    margin: 0;
}

.h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
}

.h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.h2-1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}

.body-copy {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.body-copy p {
    margin: 0;
}

.a {
    color: #006b89;
    text-decoration: underline;
}

.mbt-12 {
    margin-bottom: 12px;
}

.mbt-16 {
    margin-bottom: 16px;
}

.mbt-24 {
    margin-bottom: 24px;
}

.mbt-34 {
    margin-bottom: 34px;
}

.mbt-40 {
    margin-bottom: 40px;
}

.mbt-48 {
    margin-bottom: 48px;
}

.html-content p {
    margin: 0;
}

.text-center {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.font-weight-bold {
    font-weight: bold;
}

.font-weight-semibold {
    font-weight: 500;
}

.box-container {
    display: flex;
    gap: 42px;
}

.box-container .box {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.orange-box {
    background-color: #fff7f1;
    padding: 41px 25px 39px 26px;
}

.numbered-title {
    display: flex;
    gap: 8px;
    align-self: center;
    align-items: center;
}

.numbered-title .number {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 29px;
    width: 29px;
    background-color: #ec5928;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
}

.box-description p {
    font-size: 16px;
    line-height: 24px;
}

.box-description strong {
    font-weight: 500;
}

.box-description ul {
    list-style-type: none;
    padding-left: 25px;
    margin-top: 8px;
}

.box-description ul li {
    list-style-position: outside;
    margin-bottom: 16px;
    padding-left: 0;
    position: relative;
}

.box-description ul li::before {
    position: absolute;
    left: -25px;
    content: "●";
    font-size: 18px;
    line-height: 23px;
}

.blue-box {
    border: solid 1px #006b89;
    background-color: #eefcff;
    padding: 24px 25px 24px 26px;
}

.step-container {
    display: flex;
    flex-direction: column;
    padding: 24px 28px 25px 26px;
}

.step-container:nth-child(odd) {
    background-color: #fff7f1;
}

.step-container:nth-child(even) {
    background-color: #eefcff;
}

.step-container .step {
    display: flex;
    padding-left: 55px;
    justify-content: space-between;
    gap: 48px;
}

.step-container .step .step-details {
    display: flex;
    flex-direction: column;
}

.step-container .step .step-details .title-container {
    display: flex;
    position: relative;
}

.step-container .step .step-details .title-container .success-icon {
    position: absolute;
    left: -55px;
    top: -6px;
}

.step-details .sub-title {
    color: #006b89;
    background-color: #fff;
    padding: 7px 9px 6px;
    display: inline-block;
    max-width: fit-content;
    margin-left: 4px;
}

.step-container .step .step-img {
    width: 496px;
    min-width: 496px;
}

.step-container .step .step-details ul {
    list-style-type: none;
    padding-left: 23px;
    margin-top: 8px;
}

.step-container .step .step-details ul li {
    list-style-position: outside;
    margin-bottom: 16px;
    padding-left: 0;
    position: relative;
}

.step-container .step .step-details ul li::before {
    position: absolute;
    left: -25px;
    content: "●";
    color: #006b89;
    font-size: 18px;
    line-height: 23px;
}

.step-container .step .step-details ul li ul {
    list-style-type: none;
    padding-left: 17px;
    margin-top: 8px;
}

.step-container .step .step-details ul li ul li {
    list-style-position: outside;
    margin-bottom: 11px;
    padding-left: 0;
    position: relative;
}

.step-container .step .step-details ul li ul li strong {
    font-weight: 600;
}

.step-container .step .step-details ul li ul li::before {
    position: absolute;
    left: -25px;
    content: "●";
    color: #030303;
    font-size: 18px;
    line-height: 23px;
}

.need-hands-step-container {
    display: flex;
    align-items: flex-start;
}

.need-hands-step-container .step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.need-hands-step-container .step .body-copy {
    padding: 0 40px;
}

.need-hands-step-container .step .step-img-wrapper {
    max-width: 124px;
    aspect-ratio: 1/1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.need-hands-step-container .step .step-img-wrapper .step-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.need-hands-step-container .step .step-img-wrapper.connector::before {
    content: "";
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #fec2ae;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
}

.need-hands-step-container .step .step-number {
    font-weight: 600;
    font-size: 18px;
}

.text-wrap {
    text-wrap: wrap;
}

.gradient-box {
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(to bottom, #fff -3%, #eefcff 100%);
    padding: 24px 31px 23.5px 26px;
}

.gradient-box .h2-1 {
    line-height: 1;
}

.method-step {
    display: flex;
    gap: 16px;
}

.method-step .body-copy {
    padding-bottom: 16px;
}

.method-step .success-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    min-width: 48px;
}

.method-step .success-icon img {
    height: 48px;
    width: 48px;
    margin-top: -12px;
}

.method-step .success-icon .vertical-connector {
    flex-grow: 1;
    border-left: 2px dashed #016b89;
    margin-top: 3px;
}

.faq {
    background-color: #f4f5f7;
    padding: 36px 0;
}

.faq hr {
    border: 1px solid #9fa6af;
}

.faq ul {
    list-style-type: none;
    padding-left: 25px;
    margin-top: 8px;
}

.faq ul li {
    list-style-position: outside;
    margin-bottom: 8px;
    padding-left: 0;
    position: relative;
}

.faq ul li::before {
    position: absolute;
    left: -25px;
    content: "●";
    font-size: 18px;
    line-height: 23px;
}

.faq .faq-question {
    display: flex;
    gap: 0px;
}

.faq .faq-question .faq-no {
    width: 20px;
}

.due-date-error {
    display: none;
    width: 100%;
    color: #ec5928;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.due-date-response {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    display: none;
}

.due-date-response .response {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.due-date-response .response .value {
    color: #006b89;
}

.active-custom {
    display: flex;
    margin-top: 8px;
}

.outline-btn {
    font-size: 16px;
    color: #ec5928;
    outline: none;
    border: 1px solid #ec5928;
    border-radius: 4px;
    background-color: #fff;
    height: 100%;
    width: 235px;
}

.fb {
    display: flex;
}

.fb .fb-img {
    min-width: 424px;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.fb .details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #006b89;
    flex-grow: 1;
    padding: 0 77px;
}

.fb .details .h3 {
    font-weight: 400;
    margin-top: 6px;
}

.fb .h2-1 {
    color: #fff;
    line-height: 1;
}

.on-mobile {
    display: none !important;
}



.btn-orange-primary:not(.header-btn) {
    width: 306px;
}

.update-page {
    margin-top: 100px;
}

.on-desktop .form-control {
    border-left: var(--bs-border-width) solid var(--bs-border-color) !important;
    height: 60px;
}

.on-desktop .btn-orange-primary {
    border-radius: 0px;
}

.on-desktop {
    display: flex !important;
}

#download-mcs-btn {
    width: 272px;
}

@media (max-width: 980px) {

    .nft.container {
        padding: 0;
    }

    .nft #field_umcs_ntf_title {
        padding: 0 12px;
    }

    .nft #field_umcs_ntf_desc {
        padding: 0 12px;
        margin-bottom: 16px;
    }

    .nft #field_umcs_ntf_desc_extend {
        padding: 0 12px;
    }

    .nft #field_umcs_ntf_file_now_btn {
        width: calc(100% - 24px) !important;
    }

    .file-mcs.container {
        padding: 0;
    }

    .file-mcs #field_umcs_fmcs_title,
    #field_umcs_fmcs_sub_title,
    #field_umcs_fmcs_desc {
        padding: 0 12px;
        margin-bottom: 16px;
        display: inline-block;
    }

    .file-mcs .step-img img {
        display: block;
        margin: auto;
    }

    .usdot-input {
        border-left: var(--bs-border-width) solid var(--bs-border-color) !important;
        height: 60px;
    }

    #field_umcs_fmcs_sub_desc {
        padding-left: 12px;
        padding-right: 12px;
    }

    #field_umcs_fmcs_file_now_btn {
        width: calc(100% - 24px) !important;
    }

    .h1 {
        font-size: 18px;
        line-height: 26px;
    }

    .h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .h3 {
        font-size: 16px;
    }

    .h5 {
        font-size: 14px;
        line-height: 20px;
    }

    .h2-1 {
        font-size: 16px;
        line-height: 26px;
    }

    .body-copy {
        font-size: 14px;
    }

    .body-copy p {
        margin: 0;
    }

    .a {
        color: #006b89;
        text-decoration: underline;
    }

    .mbt-12 {
        margin-bottom: 12px;
    }

    .mbt-16 {
        margin-bottom: 16px;
    }

    .mbt-24 {
        margin-bottom: 24px;
        padding: 5px;
    }

    .mbt-34 {
        margin-bottom: 19px;
    }

    .mbt-40 {
        margin-bottom: 40px;
    }

    .mbt-48 {
        margin-bottom: 20px;
    }

    .html-content p {
        margin: 0;
    }

    .box-container {
        flex-direction: column;
        gap: 16px;
    }

    .box-container .box {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .orange-box {
        padding: 16px 12px;
    }

    .numbered-title {
        gap: 8px;
        align-self: flex-start;
    }

    .numbered-title .number {
        height: 18px;
        width: 18px;
        font-size: 12px;
    }

    .box-description p {
        font-size: 14px;
        line-height: 24px;
        text-align: left !important;
    }

    .box-description strong {
        font-weight: 500;
    }

    .box-description ul {
        list-style-type: none;
        padding-left: 25px;
        margin-top: 8px;
        margin-bottom: 0;
    }

    .box-description ul li {
        list-style-position: outside;
        margin-bottom: 8px;
        padding-left: 0;
        position: relative;
    }

    .box-description ul li::before {
        position: absolute;
        left: -18px;
        content: "●";
        font-size: 12px;
        line-height: 23px;
        top: 1px;
    }

    .blue-box {
        border: solid 1px #006b89;
        background-color: #eefcff;
        padding: 12px;
    }

    .step-container {
        padding: 16px 12px 8px 12px;
    }

    .step-container .step {
        flex-direction: column;
        padding-left: 0;
        gap: 16px;
    }

    .step-container .step .step-details {
        display: flex;
        flex-direction: column;
    }

    .step-container .step .step-details .title-container {
        padding-left: 36px;
    }

    .step-container .step .step-details .title-container .success-icon {
        left: 0px;
        top: -4px;
        height: 28px;
    }

    .step-details .sub-title {
        color: #006b89;
        background-color: #fff;
        padding: 7px 9px 6px;
        display: inline-block;
        max-width: fit-content;
        margin-left: 4px;
    }

    .step-container .step .step-img {
        width: 100%;
        min-width: 100%;
    }

    .step-container .step .step-details ul {
        list-style-type: none;
        padding-left: 23px;
        margin-top: 8px;
    }

    .step-container .step .step-details ul li {
        list-style-position: outside;
        margin-bottom: 16px;
        padding-left: 0;
        position: relative;
    }

    .step-container .step .step-details ul li::before {
        position: absolute;
        left: -18px;
        content: "●";
        color: #006b89;
        font-size: 12px;
        line-height: 23px;
        top: 1px;
    }

    .step-container .step .step-details ul li ul {
        list-style-type: none;
        padding-left: 17px;
        margin-top: 8px;
    }

    .step-container .step .step-details ul li ul li {
        list-style-position: outside;
        margin-bottom: 11px;
        padding-left: 0;
        position: relative;
    }

    .step-container .step .step-details ul li ul li strong {
        font-weight: 600;
    }

    .step-container .step .step-details ul li ul li::before {
        position: absolute;
        left: -18px;
        content: "●";
        color: #030303;
        font-size: 12px;
        line-height: 23px;
        top: 1px;
    }

    .need-hands-step-container {
        flex-direction: column;
    }

    .need-hands-step-container .step {
        width: 100%;
        margin-bottom: 26px;
    }

    .need-hands-step-container .step .body-copy {
        padding: 0 40px;
    }

    .need-hands-step-container .step .step-img-wrapper {
        max-width: 80px;
        aspect-ratio: 1/1;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .need-hands-step-container .step .step-img-wrapper .step-img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .need-hands-step-container .step .step-img-wrapper.connector::before {
        content: unset;
        width: 100%;
        position: absolute;
        border-bottom: 1px solid #fec2ae;
        top: 50%;
        right: 0;
        transform: translate(100%, -50%);
    }

    .need-hands-step-container .step .step-number {
        font-weight: 500;
    }

    .text-wrap {
        text-wrap: wrap;
    }

    .gradient-box {
        display: flex;
        flex-direction: column;
        background-image: linear-gradient(to bottom, #fff -3%, #eefcff 100%);
        padding: 12px;
    }

    .method-step {
        display: flex;
        gap: 16px;
    }

    .method-step .success-icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-grow: 1;
        min-width: 48px;
    }

    .method-step .success-icon img {
        height: 20px;
        width: 20px;
        margin-top: 3px;
    }

    .method-step .success-icon .vertical-connector {
        flex-grow: 1;
        border-left: 2px dashed #016b89;
        margin-top: 3px;
    }

    .faq {
        background-color: #f4f5f7;
        padding: 36px 0;
    }

    .faq hr {
        border: 1px solid #9fa6af;
    }

    .faq ul {
        list-style-type: none;
        padding-left: 25px;
        margin-top: 8px;
    }

    .faq ul li {
        list-style-position: outside;
        margin-bottom: 8px;
        padding-left: 0;
        position: relative;
    }

    .faq ul li::before {
        position: absolute;
        left: -18px;
        content: "●";
        font-size: 12px;
        line-height: 23px;
        top: 1px;
    }

    .fb {
        flex-direction: column;
        padding: 0;
    }

    .fb .fb-img {
        min-width: 100%;
        max-width: 100%;
        height: 212px;
    }

    .fb .details {
        padding: 43px 34px 18px 34px;
    }

    .fb .details .h3 {
        margin-top: 11px;
    }

    .due-date-response {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
    }

    .due-date-response .response {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 24px;
    }

    .outline-btn {
        width: 100%;
        height: 60px;
    }

    .due-date-error {
        position: relative;
        bottom: unset;
    }

    .on-mobile {
        display: flex !important;
    }

    .on-desktop {
        display: none !important;
    }

    .btn-orange-primary:not(.header-btn) {
        width: 100% !important;
    }

    #field_umcs_fb_desc {
        font-size: 14px;
    }

    .bg-light-blue {
        margin-bottom: 16px !important;
    }

    #field_umcs_sp_item_1_img {
        width: 64px;
        height: 64px;
    }

    #field_umcs_sp_item_2_img {
        width: 62px;
        height: 60px;
    }

    #field_umcs_sp_item_3_img {
        width: 62px;
        height: 60px;
    }

    #field_umcs_am_method_1_title {
        text-align: center;
    }

    #field_umcs_faq_question_1 .faq-no {
        width: 33px;
    }

    #field_umcs_faq_question_4 .faq-no {
        width: 25px;
    }

    .update-page {
        margin-top: 56px;
    }

}