.modal-header-custom {
    padding-right: 14px;
    border-bottom: none;
}

.modal-header .close.close-custom {
    padding: 12px;
}

.modal.modal-custom-z-in {
    z-index: 9999999;
}

.modal-backdrop.fade.show {
    z-index: 99999;
}

.modal-width-custom {
    max-width: 1200px;
}

.content__header {
    text-align: center;
    margin-bottom: 32px;
    border-bottom: 1px solid;
}

.content__header--title {
    font-family: Toyota Type;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #000000;
    margin: 0;
}

.content__header--name {
    font-family: Toyota Type;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 141.5%;
    text-align: center;
    margin: 24px;
    color: #eb0a1e;
    text-transform: uppercase;
}

.line-bott {
    width: 423px;
    height: 1px;
    background-color: black;
    margin: 24px auto;
}

.contentmain-hight {
    font-family: Toyota Type;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 141.5%;
    text-transform: capitalize;
    color: #eb0a1e;
    margin-bottom: 24px;
}

.content {
    margin-bottom: 60px;
}

.content__icon {
    margin-right: 24px;
}

.content__footer {
    text-align: center;
    margin-bottom: 64px;
}

.content__desc {
    font-family: Toyota Type;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 141.5%;
    text-transform: capitalize;
    color: #000000;
}

.content__img {
    width: 829px;
    height: 247px;
    margin: 32px auto;
    max-width: 100%;
}

.conent__img-src {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.contact__item {
    list-style-type: disc;
}

.content__footer.t-left {
    text-align: left;
}

.contact_infor {
    margin-bottom: 0;
}

.close.close-custom > span {
    border: 1px solid #ccc;
    display: flex;
    padding: 10px;
}

@media screen and (max-width: 991px) {
    .modal-width-custom {
        max-width: 800px;
    }

    .conent__img-src {
        object-fit: contain;
    }
}

@media screen and (max-width: 768px) {
    .content__footer {
        text-align: justify;
    }

    .content__desc {
        text-align: justify;
    }
}

@media screen and (max-width: 600px) {
    .content__header--name {
        font-family: Toyota Type;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 141.5%;
        text-align: center;
        text-transform: uppercase;
        color: #eb0a1e;
    }

    .line-bott {
        width: 300px;
    }

    .promotion, .sendp1 {
        text-align: justify;
    }

    .content__img {
        height: 117px;
    }
}

#render__content__modal__tab3 img {
    max-width: 100%;
    object-fit: contain;
}