* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: lowercase;
    text-align: center;
    /* font-family: Georgia, serif; */
    /*  font-family: Garamond, serif; */
    font-family: Arial, Helvetica, sans-serif;
    list-style: none;
    /*  font-family: 'Brush Script MT'; */

}



.flags_img {
    background-image: url('../flag-icons.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 50px;
    height: 38px;
    background-color: transparent;
    vertical-align: middle;
    background-position: 41px 29px;
    object-fit: contain;
    padding: 5px;
    border-radius: 4px;


}

#rimg::-webkit-file-upload-button {
    visibility: hidden;

}

#rimg::before {
    content: 'select your photo ';
    background: #fff;
    width: 50%;
    height: 100%;
    display: inline-block;
    padding: 5px 8px;
    text-align: center;
}

.icons {
    /* background-color: bisque; */
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    font-size: 20px;
    /*  border-left: 1px solid #000; */
}

#tellp1 {
    width: 15% !important;
}

#tellp2 {
    width: 20% !important;
}



legend {
    color: red;
    font-size: 23px;
}



#registe {
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80%;
    /* background-color: aliceblue; */
    box-shadow: 1px 0px 5px grey;
    padding: 15px 0px;
    margin-bottom: 10px;


}




#registe table {
    border-spacing: 8px;

}

#registe>fieldset {
    width: 90%;
    padding: 15px;
    font-size: 15px;
    border: none;
}

#registe>fieldset th {
    position: relative;
    text-align: left;
    width: auto;
}

#registe table #availblty {
    padding: 10px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}


#registe table th,
#registe table td {
    border-radius: 5px;
    box-shadow: 1px 0px 5px grey;

}

#registe table th {
    width: 20%;
    padding: 5px;
}



.fa {
    font-size: 12px;
}

#registe table input,
#registe table select {
    width: 100%;
    height: 100%;
    padding: 10px 0px;
    text-transform: none !important;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial;
    border-radius: 5px;
    border: none;

}

#registe table input::placeholder {
    color: rgb(107, 56, 56);
    letter-spacing: 1px;
    word-spacing: 1px;
    font-weight: none;
    font-family: Arial;
    font-size: 11px;
}

#registe table input[type=file] {
    color: red;
    font-size: 11px;
}

#registe table input[type=tel] {
    border: none;
}



#registe table input:focus,
#registe table select:focus {
    outline: none;
    /* border: none; */

}



.errDelt {
    text-transform: none !important;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

#clsBtn {
    cursor: pointer;
}

#checkEmail {
    position: relative;
    width: 100%;
    padding: 10px;
}

#checkEmail font {
    text-transform: none !important;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#cls {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;

}

#registe table select {
    font-size: 15px;
}

#registe select * {

    font-size: 18px;
    font-weight: bold;
    text-align: left !important;
    border: 1px solid red;
    border-radius: 5px;
}

#registe table #uname {
    padding: 10px !important;
}

#registe table #unamep {
    position: relative;
}

#mgnfy {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 15px;
    color: #000;
}

#pswrdSwoh {

    color: #000;
    text-transform: lowercase;
    cursor: pointer;
    font-weight: bold;
}

#rimg {
    border: .5px solid #000;
    background: #fff;
}

.sbmt {
    width: 30%;
    padding: 8px 1px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    border: none;
    outline: none;
    cursor: pointer;
    box-shadow: 1px 0px 5px rgb(124, 18, 18);

}

#msgShow {
    display: none;
    position: relative;
    position: fixed;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: auto;
    height: auto;
    padding: 10px;
    border: 1px solid green;
    z-index: 9999;
}

.smg {
    text-transform: none;
}

#cls_msg {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 16px;
    height: 16px;
    top: -8px;
    right: -8px;
    border-radius: 50%;
    cursor: pointer;
    background: red;
    color: #fff;
    font-size: 10px;
    padding: 5px;
}

/* ---------------responsive-------------------- */



@media screen and (max-width: 800px) {

    #registe {
        width: 100%;
       padding-left: 0px;
       padding-right: 0px;

    }

    #registe>fieldset {
        width: 100%;
        padding: 0px;
    }

   


    #rimg::before {
        width: 20%;
    }

    .icons {
        font-size: 16px;
        padding-right: 4px;
    }

    .sbmt {
        width: 98%;
        padding: 14px 1px;
        
    
    }


    #email_icon{
        font-size: 16px !important;
    }





}

@media screen and (max-width: 600px) {
    #registe table th {
        width: 30%;
        font-size: 15px !important;
        border-radius: 4px;
        padding-left: 3px;
    }

    .fa {
        font-size: 13px;
    }



}


@media screen and (max-width: 400px) {
    #registe table th {
        
        font-size: 12px !important;
    }

    .icons {
        font-size: 11px;
        padding-right: 0px;
    }

   
    #registe table {
        border-spacing: 3px;
    
    }
   
}