﻿/*--New--*/
.wait_lodaer_wrapper.package_loader::before {
    content: "";
    background-color: rgb(0 0 0 / 72%);
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.wait_lodaer_wrapper.package_loader {
    width: 100%;
    max-width: unset;
    height: calc(100vh - 0px);
}

    .wait_lodaer_wrapper.package_loader .main_text_box {
        max-width: 800px;
    }

.wait_page_logo {
    margin: 0;
    text-align: center;
}

    .wait_page_logo img {
        width: 116px;
        height: 116px;
    }

.main_loader_service .tabby_product {
    margin: 0;
    border: unset;
    font-size: 19px;
    color: #000;
    gap: 10px;
    font-weight: 700;
}

    .main_loader_service .tabby_product img {
        height: 35px;
        max-width: 91px;
    }

.main_text_box {
    padding: 15px 45px;
    position: relative;
    border-radius: 20px;
    max-width: 100%;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: rgb(255 255 255 / 39%);
    box-shadow: var(--box-shadow);
}

.main_loader_service {
    display: flex;
    justify-content: space-between;
    position: absolute;
    min-width: 100%;
    bottom: 60px;
    flex-wrap: wrap;
}

    .main_loader_service li {
        color: #000;
        font-size: 19px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .main_loader_service .tabby_product span {
        display: block;
    }

.main_loader_title {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

    .main_loader_title span {
        color: #041F36;
    }

.main_wait_page {
    /* background: #fff; */
    top: 0;
    overflow: hidden !important;
}

.wait_lodaer_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 847px;
    margin: 0 auto;
    height: calc(100vh - 15px);
    flex-direction: column;
    row-gap: 20px;
    position: relative;
    width: 100%;
    min-height: 416px;
    border-radius: 30px;
    width: calc(100% - 30px);
}


.date_text_fild {
    font-size: 16px;
    font-weight: 500;
    margin-right: 5px;
    color: #fff;
}

.wait_page_footer_title {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 30px 0;
}

span#noofDays {
    margin-right: 5px
}

.gif_div {
    background-image: url(/assets/whitelable1/img/hotel-services-icon-animation02.gif);
    width: 100%;
    height: 165px;
    background-repeat: no-repeat;
    background-position: center
}

.few_text {
    color: #33325f;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0
}

.progress-container, .progess-color {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 100%;
    width: 1000px;
    align-items: center;
    height: 33px;
}

    .progress-container::before {
        content: "";
        background-color: #CFF2FF;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        height: 12px;
        width: 100%;
    }

.progress_nloader {
    background-color: #00AAE8;
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 1;
    transform: translateY(-50%);
    height: 10px;
    width: 0%;
    transition: width 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;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    background-image: linear-gradient( 45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent );
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

.circle {
    background-color: #00AAE8;
    color: #999;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #CFF2FF;
    z-index: 2;
}

.progess-color .circle.active:nth-child(1) {
    background-color: #00AAE8;
    border-color: #fff;
}

.progess-color .circle.active:nth-child(2) {
    background-color: #00aae8;
    border-color: #CFF2FF;
}

.progess-color .circle.active:nth-child(3) {
    background-color: #00aae8;
    border-color: #CFF2FF;
}

.progess-color .circle.active:nth-child(4) {
    background-color: #00aae8;
    border-color: #CFF2FF;
}

.progess-color .circle.active:nth-child(5) {
    background-color: #00aae8;
    border-color: #CFF2FF;
}

.progess-color .circle.active:nth-child(6) {
    background-color: #00aae8;
    border-color: #CFF2FF;
}

.progess-color .circle.active:nth-child(7) {
    background-color: #00aae8;
    border-color: #CFF2FF;
}

.fast_plan:before {
    content: "\f072";
    font-family: fontawesome;
    font-size: 24px;
    transform: rotate(44deg);
    position: absolute;
    margin-top: -16px;
}

.fast_plan {
    position: absolute;
    z-index: 1;
    transition: all 0.5s;
    color: #8DC94D;
}

ul.check_detail_ul li {
    width: auto;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin: 0 auto;
}

ul.check_detail_ul {
    margin: 30px 0 0px;
    display: flex;
    font-weight: 400;
    position: relative;
}


.price-quarentee-section h4 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .5px
}

@media (max-width:767px) and (min-width:320px) {
    ul.check_detail_ul {
        flex-direction: column;
        gap: 10px;
        margin: 15px 0 0px;
    }

    .wait_page_logo {
        margin: 0;
    }

    .wait_page_footer_title {
        margin: 10px 0;
    }

    .main_loader_title {
        font-size: 16px;
        line-height: 30px;
    }

    .main_text_box {
        padding: 10px 15px;
    }

    .main_text_gif {
        width: 100%;
        padding: 15px;
        background-size: 150%;
        height: calc(100vh - 100px);
        min-height: auto;
    }

    .main_loader_service li, .main_loader_service .tabby_product {
        font-size: 13px;
        line-height: 20px;
    }

    .main_loader_service {
        justify-content: center;
        gap: 15px;
        bottom: 70px;
    }

    .home_header {
        font-size: 14px;
        line-height: 22px;
        height: 56px
    }

    ul.check_detail_ul li, .date_text_fild {
        font-size: 14px;
        line-height: 21px;
    }

    .main_loader_service svg {
        height: 24px;
        width: auto;
    }

    .main_loader_service .tabby_product img {
        height: 20px;
    }

    .main_loader_service li:nth-child(n+3) {
        width: 100%;
        justify-content: center;
        position: absolute;
        top: -30px;
    }
}

@media (max-width:1024px) and (min-width:768px) {
    .main_text_gif {
        width: 95%
    }

    .main_loader_service {
        justify-content: center;
        gap: 15px;
        bottom: 30px;
    }
}
