
.h4, .h5, .h6, h4, h5, h6, p, span, div, a {
    font-family: 'Lexend', sans-serif !important;
}

body {
    font-family: 'Lexend', sans-serif !important;
    margin:0px;
    padding:0px;
}
.wrapper__loader img{
    width: 100%!important;
    height: 100vh!important;
    overflow:hidden!important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.watingform {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.waitginfo {
    display: inline-block;
    width: 100%;
    max-width: 700px;
    background-color: #ffffffcf;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    overflow: hidden;
}
.leftdeapdetails h3, .rightdeapdetails h3 {
    margin: 6px 0px;
    letter-spacing: 1px;

}
.rightdeapdetails h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 6px 0px;
    color:white;
}

.leftdeapdetails h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 6px 0px;
    color: white;
}

    .findeingdetails {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 20px;
        background: #1f6ba6;
    }

.centerdetails svg {
    font-size: 20px;
}
.centerdetails {
    margin-top: 20px;
}
.waitngtextarea h4 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom:10px;
    color: rgb(31 107 166);

}
.waitngtextarea {
    padding-top: 0px;
    padding-bottom: 15px; 
    margin: 10px 0px;
}

    .waitngtextarea h3 {
        font-size: 20px;
        text-transform: uppercase;
        color: #000;
        margin: 0px 0px;
    }

    .waitngtextarea p {
        color: #373737;
       margin-top:8px;
       margin-bottom:0px;
    }


.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 {
    color: #fff;
    text-decoration: none;
    background: #1f6ba6;
    padding: 2px 25px;
    /* border-radius: 35px; */
    padding-top: 5px;
}

    .contactareacom p {
        margin: 0px 0 0 0;
        padding-bottom: 0px;
        font-size: 13px;
    }

    .contactareacom a {
        color: #ffffff;
        font-size: 30px;
        font-weight: 700;
        text-decoration: none;
    }

        .contactareacom a:hover {
            text-decoration: none;
        }

        .contactareacom a:focus {
            text-decoration: none;
        }

        .contactareacom a svg {
            font-size: 25px;
        }
.watinglogo img{
    height:130px;
}
/*.watinglogo {
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    padding-right:15px;
    padding-bottom: 8px;
    padding-top:15px;
}*/
.header_from_desti h2 {
    margin: 6px 0px;
    line-height: normal;
}
.header_from_desti p{
    margin-top:0px;
    margin-bottom:15px;
}

.findingfareare h3 {
    color: #fff;
}

.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;
    }
}

.header_from_desti h2 {
}
/*==============================loader css===============================================*/
#fountainG {
    position: relative;
    width: 234px;
    height: 28px;
    margin: auto;
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: rgb(31 107 166);
    width: 28px;
    height: 28px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 19px;
    -o-border-radius: 19px;
    -ms-border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
}

#fountainG_1 {
    left: 0;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#fountainG_2 {
    left: 29px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#fountainG_3 {
    left: 58px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#fountainG_4 {
    left: 88px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#fountainG_5 {
    left: 117px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#fountainG_6 {
    left: 146px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#fountainG_7 {
    left: 175px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

#fountainG_8 {
    left: 205px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s;
}
 
@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: rgb(31 107 166);
    }

    100% {
        transform: scale(.2);
        background-color: #1f6ba6;
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: rgb(31 107 166);
    }

    100% {
        -o-transform: scale(.2);
        background-color: #1f6ba6;
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: rgb(31 107 166);
    }

    100% {
        -ms-transform: scale(.2);
        background-color: #1f6ba6;
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: rgb(31 107 166);
    }

    100% {
        -webkit-transform: scale(.2);
        background-color: #1f6ba6;
    }
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: rgb(31 107 166);
    }

    100% {
        -moz-transform: scale(.2);
        background-color: #1f6ba6;
    }
}


.cssload-loader {
    width: 244px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    font-family: helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    color: rgb(206,66,51);
    letter-spacing: 0.2em;
}

    .cssload-loader::before, .cssload-loader::after {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        background: rgb(206,66,51);
        position: absolute;
        animation: cssload-load 0.81s infinite alternate ease-in-out;
        -o-animation: cssload-load 0.81s infinite alternate ease-in-out;
        -ms-animation: cssload-load 0.81s infinite alternate ease-in-out;
        -webkit-animation: cssload-load 0.81s infinite alternate ease-in-out;
        -moz-animation: cssload-load 0.81s infinite alternate ease-in-out;
    }

    .cssload-loader::before {
        top: 0;
    }

    .cssload-loader::after {
        bottom: 0;
    }

.arrow-container {
    width: 200px; /* Adjust the width according to your needs */
    height: 50px; /* Adjust the height according to your needs */
    position: relative;
}

.arrow {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
}

.left-arrow {
    border-right: 20px solid #fff; /* Adjust the color according to your needs */
    left: 0;
    animation: slideRight 2s infinite;
}

.right-arrow {
    border-left: 20px solid #fff; /* Adjust the color according to your needs */
    right: 0;
    animation: slideLeft 2s infinite;
}

@keyframes slideRight {
    0% {
        transform: translateX(80px);
    }

    100% {
        transform: translateX(0px); /* Adjust the distance of animation according to your needs */
    }
}

@keyframes slideLeft {
    0% {
        transform: translateX(-80px);
    }

    100% {
        transform: translateX(0); /* Adjust the distance of animation according to your needs */
    }
}
