body


body {
    background-color: #FFF;
}

.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%;
    /* z-index: 300000; */
    /* background-color: #18181a; */
    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: #fb607f;
        font-weight: normal;
        font-size: 22px;
    }
}

.searchLocation {
    margin-top: 45px;
    font-size: 30px;
}

.vibesLogo {
    padding-bottom: 25px;
}

.loadSubText {
    color: #fb607f;
    font-weight: normal;
    font-size: 16px;
}

.searchDate {
    font-size: 16px;
}
.watingform {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.waitginfo {
    display: inline-block;
    width: 100%;
    max-width: 700px;
    /* margin: auto; */
    /* border: 10px solid #5665b6;*/
    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: 0px 50px 50px;
    background: #fff;
    color: #1aa9f8;
    font-weight: 700;
    font-size: 20px;
    margin-top: -1px;
    border-bottom: none;
    border-radius: 0px 0px 34px 34px;
}
.centerdetails svg {
    font-size: 20px;
}

.waitngtextarea {
    padding: 14px 0;
    background: #1aa9f8;
}
    .waitngtextarea h3 {
        font-size: 24px;
        text-transform: uppercase;
        margin: 0px;
        color: #fff;
    }

    .waitngtextarea p {
        color: #fff;
    }

@media screen and (max-width: 495px) and (min-width: 100px) {
    .findeingdetails {
        padding: 0px 10px 35px;
        margin: 0px 10px;
    }
    .lodericon {
        margin: 0px 10px;
    }
}

.lodericon {
    padding: 37px 20px 0;
    background: #fff;
    border-radius: 34px 34px 0px 0px;
}

    .lodericon img {
        max-width: 553px;
        width: 100%;
    }

.atolprotectarea ul {
    display: flex;
    justify-content: space-between;
    list-style-type: disclosure-closed;
    background: #efefef;
    padding: 6px 30px;
}

.contactareacom {
    padding: 20px 0 15px;
    color: #fff;
    background: #1aa9f8;
    border: none;
}

    .contactareacom p {
        margin: 0px 0 0 0;
        padding-bottom: 4px;
        /*border-bottom: 1px solid #24d4f5;*/
    }

    .contactareacom a {
        color: #fff;
        font-size: 35px;
        font-weight: 700;
    }

        .contactareacom a:hover {
            text-decoration: none;
        }

        .contactareacom a:focus {
            text-decoration: none;
        }

        .contactareacom a svg {
            font-size: 25px;
        }

.watinglogo {
}

    .watinglogo img {
        width: 200px;
        padding: 20px 0;
    }

.findingfareare h3 {
    color: #1aa9f8;
    margin-top: 0px;
    margin-bottom: 0px;
}

.findingfareare svg {
    color: #24d4f5;
}

@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;
    }
}