.watingform{
    display: inline-block;
    width: 100%;
    text-align: center;
}

.waitginfo {
    display: inline-block;
    width: 100%;
    max-width: 700px;
    background-color: #ffffff;
    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;
}

.waitngtextarea h3{
    font-size: 24px;
    text-transform: uppercase;
    /*color: #fff;*/
}
.waitngtextarea p{
   /* color: #fff;*/
}


.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 0 5px;
    /*color: #fff;*/
}
    .contactareacom p {
        margin: 0px 0 0 0;
        padding-bottom: 4px;
    }
    .contactareacom a {
        color: #000000;
        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:#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;
    }
}