﻿.wait_start img {
    max-width: 120px;
    object-fit: contain;
}
.main_wait_page {
    background: #fff;
    top: 0;
    overflow: hidden !important;
    pointer-events: none;
}

.package_in_wait {
    display: block
}

.wait_page_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1240px;
    width: calc(100% - 30px);
    margin: 0 auto;
    height: calc(100vh - 15px);
    flex-direction: column;
    row-gap: 48px;
    padding-top: 65px;
}

.wait_w_block img {
    border-radius: 40px;
    z-index: 1;
}

.wait_start {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 48px;
    flex: 1;
    width: 100%;
}

.wait_page_text {
    color: var(--btn-two-bg);
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.48px;
    max-width: 420px;
}

.wait_loader_div {
    align-self: stretch;
}

.progess-color {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
}

.circle {
    width: 24px;
    height: 24px;
    background: #fff;
    border: 4px solid var(--btn-two-bg);
    border-radius: 100px;
    position: relative;
}

.progress-container {
    position: relative;
    display: flex;
    align-items: center;
}

.circle:after {
    background: #DBE0E5;
    position: absolute;
    content: "";
    height: 50px;
    width: 1px;
    top: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.progress_nloader {
    height: 8px;
    background: var(--btn-two-bg);
    display: block;
    border-radius: 64px;
    transition: 0.4s ease;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}


ul.check_detail_ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding-top: 25px;
}

    ul.check_detail_ul li {
        flex: 1;
        text-align: center;
    }

.lable_of_wait {
    color: #B3B9C0;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.data_of_wait {
    color: #2E2E32;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.wait_w_block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wait_p_icon {
    width: 77px;
    height: 77px;
    background-color: #fff;
    position: absolute;
    border-radius: 100px;
}

.package_w_icon {
    background-position: 20px -113px;
}

.hotel_w_icon {
    background-position: -37px -116px;
}

.tour_w_icon {
    background-position: -150px -114px;
}

.flight_w_icon {
    background-position: -96px -115px;
}

.transfer_w_icon {
    background-position: -207px -116px;
}

.quotation_w_icon {
    background-position: 20px -113px;
}

@media (max-width:767px) {
    .circle:after {
        display: none;
    }

    ul.check_detail_ul {
        flex-direction: column;
        row-gap: 20px;
    }
}
