﻿/*--New--*/
.wait_page_logo {
    margin: 60px 0 36px;
    text-align: center;
}

.main_text_gif {
    margin: 0 auto;
    padding: 0px 10px 30px 10px;
    border-radius: 20px;
    z-index: 9;
    position: relative;
    background: transparent;
    max-width: 957px;
    background-size: 80%;
    background-repeat: no-repeat;
    height: calc(100vh - 162px);
    width: 100%;
    background-position: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 20px;
    min-height: 780px;
}

.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;
    position: relative;
    border-radius: 14px;
    background-color: rgb(255 255 255 / 47%);
    max-width: 100%;
    box-shadow: 0 10px 26px 0 rgb(0 0 0 / 2%);
}

.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: #147CD5;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    width: 100%;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

    .main_loader_title span {
        color: #041F36;
    }

.main_wait_page {
    background-color: #fff;
    pointer-events: none;

}

.date_text_fild {
    font-size: 21px;
    font-weight: 700;
    margin-right: 5px;
}

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: #ddd;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        height: 10px;
        width: 100%;
        z-index: -1;
    }

.progress_nloader {
    background-color: #0D479B;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    height: 10px;
    width: 0%;
    z-index: -1;
    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;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
}

.circle {
    background-color: #ddd;
    color: #999;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid transparent;
}

.progess-color .circle.active:nth-child(1) {
    background-color: #fffe00;
    border-color: #0d479b;
    height: 23px;
    width: 23px;
}

.progess-color .circle.active:nth-child(2) {
    background-color: #0d479b;
    border-color: #fffe00;
    height: 26px;
    width: 26px;
}

.progess-color .circle.active:nth-child(3) {
    background-color: #fffe00;
    border-color: #0d479b;
    height: 29px;
    width: 29px;
}

.progess-color .circle.active:nth-child(4) {
    background-color: #0d479b;
    border-color: #0d479b;
    height: 33px;
    width: 33px;
}

.progess-color .circle.active:nth-child(5) {
    background-color: #fffe00;
    border-color: #0d479b;
    height: 35px;
    width: 35px;
}

.progess-color .circle.active:nth-child(6) {
    background-color: #0d479b;
    border-color: #fffe00;
    height: 38px;
    width: 38px;
}

.progess-color .circle.active:nth-child(7) {
    background-color: #fffe00;
    border-color: #0d479b;
    height: 41px;
    width: 41px;
}

.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: #0d479b;
}

ul.check_detail_ul li {
    width: auto;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    font-size: 20px;
    color: #09489A;
    font-weight: 400;
    margin: 0 auto;
}

ul.check_detail_ul {
    margin: 10px 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) {
    .wait_page_logo {
        margin: 30px 0 20px;
    }

    .main_loader_title {
        font-size: 20px;
        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;
    }
    ul.main_loader_service img {
        height: 22px;
    }
    .home_header {
        font-size: 14px;
        line-height: 22px;
        height: 56px
    }

    ul.check_detail_ul li, .date_text_fild {
        font-size: 13px;
        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;
    }
}
