*{
    margin: 0;
    padding: 0;
    font-family: arial;
}

#top{
    display: flex;
    width: 100%;
    height: 30px;
    margin: auto;
    background-color: white;
    border: 1px solid rgb(233, 233, 233) ;
    /* padding: 0 200px; */
    justify-content: space-evenly;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    position: fixed;
    top: 0;
    z-index: 9;
}
#top>div{
    width: 15%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* border: 1px solid red; */
}
#top>div:nth-child(2){
    width: 30%;
}
#top>div:last-child>div>a{
    color: black;
}
#top>div:last-child>div>a:hover{
    color: black;
    text-decoration: none;
}
#top>div>div{
    width: 50%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* border: 1px solid red; */
    padding: 8px 0;
}
#top>div>div>span{
    display: flex;
    align-items: center;
    text-decoration: underline;
    /* border: 1px solid; */
    height: 100%;
    cursor: pointer;
}
#top>div:last-child>div:last-child{
    /* border: 1px solid; */
    width: 30%;
}
#top>div:last-child>div:first-child{
    /* border: 1px solid; */
    width: 40%;
    padding-left: 5px;
    padding-right: 5px;
}
#top>div:last-child{
    width: 12%;
}
#top>div>div:hover{
    background-color: #f3f3f3;
}
#top>div>div>span:hover{
    text-decoration: none;
}
#middle{
    display: flex;
    width: 100%;
    height: auto;
    margin: auto;
    background-color: white;
    /* border: 1px solid ; */
    /* padding: 0 200px; */
    justify-content: space-evenly;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    /* padding: 8px 0; */
    margin-top: 30px;
}
#middle>div{
    width: 27%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* border: 1px solid red; */
    padding: 8px 0;
}
#middle>div:first-child{
    margin-left: -70px;
    
}
#middle>div:nth-child(2){
    width: 10%;
    margin-left: -80px;
}
#middle>div>span,i{
    display: flex;
    align-items: center;
    /* text-decoration: underline; */
    /* border: 1px solid; */
    height: 100%;
    cursor: pointer;
}
#middle>div>span:nth-child(2){
    /* background: linear-gradient(white,white,rgb(254, 254, 144),yellow); */
}
#middle span:hover{
    /* background-color: yellow; */
    background: linear-gradient(white,white,rgb(254, 254, 144),yellow);
}
#middle p{
    color: grey;
}
#middle>div:last-child{
    width: 18%;
    margin-right: -80px;
}
#middle i{
    font-size: 20px;

}
#middle>div:last-child{
    /* width: 18%; */
    justify-content: space-evenly;
}
img{
    width: 100px;

}
#bottom{
    /* border: 1px solid; */
    height: 10px;
    display: flex;
    justify-content: space-evenly;
}
#bottom>div{
    width: 0.5%;
    height: 100%;
    /* border: 1px solid blue; */
    background-color: black;
}
 /* navbar ends here  */

 /* heading starts here */
 #heading{
    /* border: 1px solid ; */
    justify-content: center;
    text-align: center;
    padding: 60px 0;
    background-color: #f3f3f3;
 }
 #heading>h2+p{
    margin-bottom: 15px;
 }
 #heading>p+p{
    font-size: 14px;
    color: rgb(61, 61, 61);
 }
 #heading>a{
    color: black;
    font-weight: bold;
    font-size: 14px;
 }
 form{
    display: grid;
    /* border: 1px solid ; */
    width: 30%;
    margin: auto;
    padding: 30px;
    gap: 20px;
    margin-bottom: 80px;
    margin-top: 40px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
 }
 form>div{
    display: grid;
    width: 100%;
    /* border: 1px solid blue; */
 }
 form>div>input{
    height: 50px;
    text-align: justify;
    padding: 0 20px;
    background-color: #f3f3f3;
    border: none;
 }
 #regBtn>input{
    padding: 0;
    text-align: center;
 }
 form>div:first-child>p{
    text-align: center;
    font-size: 18px;
    color: rgb(57, 57, 57);
 }
 #gender>div{
    display: flex;
    gap: 140px;
 }
 #gender>div:last-child{
    margin-left: 20px;
    margin-top: 10px;
 }
 #gender p{
    font-size: 13px;
    color: rgb(80, 80, 80);
 }
 #gender label{
    font-size: 15px;
    font-style: italic;
 }
#DOB{
    display: grid;
    gap: 10px;
}
#DOB>label{
    font-size: 13px;
    color: rgb(80, 80, 80);
}
#terms{
    /* border: 1px solid; */
    background-color: #f3f3f3;
    font-size: 12px;
    text-align: center;
    padding: 4px 0;
}
#checkPrivacy>div{
    display: flex;
    gap: 5px;
    justify-content: end;
 }
 #checkPrivacy label{
    text-align: start;
    font-size: 11px;
    color: grey;
    font-style: italic;
 }
 #checkPrivacy a{
    color: rgb(94, 94, 94);
 }
 #checkPrivacy{
    /* background-color: #f3f3f3; */
    padding: 10px;
    width: 96%;
 }
 #regBtn>input{
    background-color:#333333;
    color: white;
    font-weight: bold;
 }
 /* form section ends here */

 /* footer section starts here */
 #footerBottom{
    display: grid;
    align-items: center;
    /* width: 100%; */
    /* height: 200px; */
    gap: 10px;
    background-color: #333333;
    color: white;
    text-align: center;
    padding: 70px 0;
    font-size: 12px;
 }
 #footerBottom>div:last-child{
    display: flex;
    justify-content: center;
    gap: 10px;
 }
 #footerBottom span{
    color: grey;
 }
 #forgotPass{
    display: flex;
    justify-content: end;
 }
 #forgotPass>a{
    color: black;
    font-size: 10px;
    font-style: italic;
 }