.watingform {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.waitginfo {
    display: inline-block;
    width: 100%;
    max-width: 700px;
    background-color: #0071bcd6;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    overflow: hidden;
}

.findeingdetails {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.centerdetails svg {
    font-size: 20px;
}

.waitngtextarea {
    padding: 14px 0;
    background: #ffffffdb;
    margin-bottom: 15px;
}

    .waitngtextarea h4 {
        font-size: 23px;
        font-weight: 600;
        color: #ff6a36;
        margin: 0px;
        font-family: sans-serif;
        margin-top: 10px;
    }

    .waitngtextarea h3 {
        font-size: 24px;
        text-transform: uppercase;
        color: #434343;
        margin: 0px 0px;
        padding-top: 15px;
        padding-top: 0px;
        font-family: system-ui;
    }

    .waitngtextarea p {
        color: #3b3b3b;
        font-size: 15px;
        font-family: sans-serif;
        margin-top: 0px;
        margin-bottom: 0px;
        font-weight: 500;
        line-height: 24px;
        padding-bottom: 15px;
    }


.lodericon img {
    max-width: 300px;
    width: 100%;
}

.atolprotectarea ul {
    display: flex;
    justify-content: space-between;
    list-style-type: disclosure-closed;
    background: #efefef;
    padding: 6px 30px;
}

.contactareacom {
    padding: 0px 0px 25px;
    color: #fff;
}

    .contactareacom p {
        margin: 0px 0 0 0;
        padding-bottom: 4px;
        font-size: 18px;
        font-family: system-ui;
        font-weight: 500;
    }

    .contactareacom a {
        color: #ffffff;
        font-size: 35px;
        font-weight: 700;
        text-decoration: none !important;
    }

        .contactareacom a:hover {
            text-decoration: none;
        }

        .contactareacom a:focus {
            text-decoration: none;
        }

        .contactareacom a img {
            height: 45px;
            text-align: center;
            vertical-align: bottom;
        }

.findingfarear h1 {
    font-size: 32px;
    font-family: system-ui;
}

.watinglogo img {
    width: 137px;
    padding: 0px 0;
}

.findingfareare > h3, h4, h1, h2, p {
    color: #fff;
    font-family: sans-serif;
    margin: 0px;
    line-height: 32px;
}

.findingfareare svg {
    color: #fff;
}

@media screen and (max-width: 600px) and (min-width: 280px) {
    .atolprotectarea ul {
        flex-direction: column;
        text-align: left;
    }

    .waitngtextarea h3 {
        font-size: 20px;
    }

    .lodericon img {
        max-width: 200px;
    }

    .contactareacom a {
        font-size: 30px;
    }

        .contactareacom a svg {
            font-size: 30px;
        }

    .atolprotectarea ul li {
        padding: 2px 0;
    }
}


.progress {
    background-color: #ffffff;
    width: 280px;
    height: 20px;
    border-radius: 100px;
    overflow: hidden;
    backface-visibility: hidden;
    margin: auto;
}
.inner {
    background: #f05a24;
    /* background-image: linear-gradient(to left, #5bbbfa, #36afff, #0071bc, #fc8c64, #ff7a4a, #fa5c23, #fa5c23, #ff7a4a, #fc8c64, #0071bc, #36afff, #5bbbfa); */
    height: 100%;
    transform-origin: left;
    animation: progress 1.5s infinite;
}

@keyframes progress {
    0% {
        transform: scaleX(10%) translateX(-10%);
    }

    100% {
        transform: scaleX(80%) translateX(150%);
    }
}


body {
    background-color: #FFF;
    margin: 0;
    padding: 0;
}

.wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

    .wrapper .wrapper__video {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

#video_overlays {
    position: absolute;
    float: left;
    width: 100%;
    min-height: 100%;
    /* z-index: 300000; */
    background-color: #000000;
    opacity: 0.6;
}

.text-over-video {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #FFF;
}

.loadText {
    text-transform: uppercase;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 4px;
}

.list-inline {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    list-style-type: disclosure-closed;
}

    .list-inline li {
        margin: 0 15px;
    }

/*---------------*/

.loader,
.loader:before,
.loader:after {
    /* border-radius: 50%;*/
    width: 1.5em;
    height: 1.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 0px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@media(max-width: 600px) {
    .loadText {
        font-size: 26px;
        margin-bottom: 8px;
    }

    .loadSubText {
        color: #3ac9f7;
        font-weight: normal;
        font-size: 22px;
    }
}

.searchLocation {
    margin-top: 45px;
    font-size: 30px;
}

.vibesLogo {
    padding-bottom: 25px;
}

.loadSubText {
    color: #3ac9f7;
    font-weight: normal;
    font-size: 16px;
}

.searchDate {
    font-size: 16px;
}

.atol-logo {
    text-align: center;
    margin-top: 30px;
}

    .atol-logo ul li {
        text-align: center;
        font-weight: bold;
    }

.wrapper__loader img {
    height: 100vh;
    width: 100%;
}

.lodericon img {
    max-width: 82px;
    width: 100%;
}

.sectionmobiledvi {
    margin-top: 15px !important;
}
