.consignment-header-img {
    object-fit: cover;
    height: 280px;
    width: 100%;
}
.consignment-head-texts {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 80px;
}

.consignment-head-texts h1 {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    display: flex;
    align-items: center;

    text-transform: uppercase;
    color: #ece8dc;
}

.consignment-head-texts p {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;

    text-transform: uppercase;
    color: #ece8dc;
    opacity: 0.5;
}

.consignment-section1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.consignment-section1 h4 {
    font-weight: 800;
    font-size: 48px;

    text-transform: uppercase;
    color: #ece8dc;
}

.consignment-section1 p {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.25px;
    color: #ffffff;
}

.hlas-results-section {
    margin: 0px;
}
.hlas-results-title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #ece8dc;
}
.hlas-results-marquee-area {
    overflow-x: scroll;
}

.hlas-results-list {
    display: flex;
    padding: 20px 0px;
    width: max-content;
}

.hlas-result-item {
    display: flex;
    align-items: center;
    border-left: 1px solid #d8d8d8;
    padding-left: 10px;
    padding-right: 10px;
}
.hlas-result-item-title {
    padding: 10px;
}
.hlas-result-item img {
    height: 50px;
    width: 50px;
    margin-right: 10px;
    object-fit: contain;
}
.hlas-result-price {
    font-weight: 700;
    color: #ece8dc;
    font-size: 18px;
}
.hlas-result-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #ece8dc;
}
.result-text {
    max-width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.consignment-section2 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.consignment-section2 h4 {
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;

    color: #1a162c;
}
.consignment-section2 p {
    font-weight: 400;
    font-size: 14px;

    text-transform: uppercase;
    color: #1a162c;
    opacity: 0.5;
}

.consignment-section2 .procedure-list .procedure-divider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 2px;
    background-color: #7a292a;
    z-index: 0;
}

.consignment-section2 .procedure-list {
    position: relative;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-around;
}

.consignment-section2 .procedure-list .procedure-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: flex-start;
    justify-content: center;
    flex-basis: 18%;
    border: 2px solid #7a292a;
    padding: 20px;
    position: relative;
    z-index: 1;
    background-color: #ece8dc;
}

.consignment-section2 .procedure-list .procedure-item .procedure-item-title {
    font-weight: 800;
    font-size: 18px;

    color: #7a292a;
    margin-top: 10px;
}

.consignment-section2 .procedure-list .procedure-item .procedure-item-text {
    font-weight: 800;
    font-size: 14px;
    color: #1a162c;
    margin-top: 10px;
}

@media screen and (max-width: 991px) {
    .consignment-section2 .procedure-list .procedure-item {
        flex-basis: 31%;
    }
    .consignment-section2 .procedure-list .procedure-divider {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .consignment-section2 .procedure-list .procedure-item {
        flex-basis: 48%;
    }
}

@media screen and (max-width: 399px) {
    .consignment-section2 .procedure-list .procedure-item {
        flex-basis: 100%;
    }
}
.consignment-section3 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.consignment-section3 h4 {
    font-weight: 800;
    font-size: 24px;
    line-height: 130%;

    color: #1a162c;
    text-transform: uppercase;
    margin-top: 20px;
}
.consignment-section3 p {
    font-weight: 400;
    font-size: 14px;

    text-transform: uppercase;
    color: #1a162c;
    opacity: 0.5;
    margin-top: 20px;
}

.consignment-section3 .btn-tcc4 {
    width: 100%;
    text-align: left;
    position: relative;
    color: #1a162c;
    -webkit-transition: border 0.2s cubic-bezier(0.82, -0.03, 1, -0.19);
    -moz-transition: border 0.2s cubic-bezier(0.82, -0.03, 1, -0.19);
    -o-transition: border 0.2s cubic-bezier(0.82, -0.03, 1, -0.19);
    transition: border 0.2s cubic-bezier(0.82, -0.03, 1, -0.19);
}

.consignment-section3 #contact-page-collapse-area .btn-tcc4:hover {
    background-color: #fff;
}

.consignment-section3 .btn-tcc4 svg {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) rotate(-90deg);
    right: 20px;
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}

.consignment-section3 .btn-tcc4 svg path {
    stroke: #1a162c;
    /* stroke: #7a292a; */
}

.consignment-section3 .card.card-body {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 175%;
    color: #1a162c;
    padding: 15px 30px;
    border: 2px solid #7a292a;
    border-radius: 0;
    border-top: none;
}

.consignment-section3 .btn-tcc4[aria-expanded="true"] {
    color: #7a292a;
    border-bottom: none;
    border-color: #7a292a;
}

.consignment-section3 .btn-tcc4[aria-expanded="true"] svg {
    transform: translate(0, -50%);
}

.consignment-section3 .btn-tcc4[aria-expanded="true"] svg path {
    stroke: #7a292a;
}

#consignment-form h5 {
    font-weight: 800;
    font-size: 28px;

    text-transform: uppercase;
    color: #ece8dc;
}

#consignment-form button {
    width: 100%;
    justify-content: center;
}

#consignment-form .steps {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    position: relative;
}

#consignment-form .steps .step {
    text-align: center;
    display: block;
    flex: 1;
}

#consignment-form .steps .step .step-number {
    font-weight: 800;
    font-size: 24px;
    text-align: center;

    text-transform: uppercase;
    color: #e9ecdc;
    height: 40px;
    width: 40px;
    display: block;
    border: 2px solid #ece8dc;
    justify-content: center;
    display: block;
    margin: 0px auto;
    background-color: #1a162c;
    position: relative;
    z-index: 2;
}

#consignment-form .steps .step .step-text {
    font-weight: 800;
    font-size: 12px;
    text-align: center;

    text-transform: uppercase;
    color: #e9ecdc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

#consignment-form .steps .steps-divider {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 2px;
    opacity: 1;
    background-color: #e9ecdc;
    z-index: 1;
}

#consignment-form input,
#consignment-form textarea,
#consignment-form select {
    border: 2px solid #ece8dc;
    color: #ece8dc;
}

#consignment-form input::placeholder,
#consignment-form textarea::placeholder {
    color: #ece8dc;
}

#consignment-form .step-contents {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .consignment-head-texts h1 {
        font-size: 35px;
    }
    .consignment-head-texts p {
        font-size: 14px;
    }
    .consignment-section1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .consignment-section1 h4 {
        font-size: 28px;
    }
    .consignment-section1 p {
        font-size: 18px;
    }
    .consignment-section2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .consignment-section3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
