/* Navbar CSS part start */
*{
    font-family: Roboto, Arial, Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: none;
}

#logo{
    display: flex;
    width: auto;
    background-color: #FFFFFF;
    align-items: center;
    white-space: nowrap;
    justify-content: space-between;
    box-sizing: border-box;
}
#navSocialMedia{
    width: 20%;
    display: flex;
    justify-content: center;
    justify-items: center;
    color: #000000;
    white-space: nowrap;
    box-sizing: border-box;
    /* background-color: aqua; */
    /* margin-left: 2%; */
}
#navSocialMedia>a>img{
    width: 40px;
    height: 40px;
    margin-right: 15px ;

}
.socialmediadiv>a>img{
    width: 40px;
    height: 40px;
}

#navLogo{
    width: 25%;
    /* background-color: rgb(47, 75, 75); */
    margin-left: 15%;
    white-space:nowrap;
    box-sizing: border-box;
}
#navLogo img{
    width: 89%;
}

.navSignup{
    width: 25%;
    display: flex;
    justify-content: center;
    justify-items: center;
    padding: 30px;
    color: #000000;
    font-size: 14px;
    
    font-family: Roboto, Arial, Arial, Helvetica, sans-serif;
    /* background-color: rgb(90, 200, 200); */
    margin-right: 15%;
}
#menu{
    height: 100%;
    width: 20%;
    display: flex;
}
#navmain{
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    justify-items: center;
    background-color: #2bb673; 
}   

#nav{
    white-space: nowrap;
    /* position: relative; */
    width: 70%;
    height: 50px;
    align-items: center;
    padding: auto;
    background-color: #2bb673; 
    box-sizing: border-box;
    
    }
#nav ul{
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
    font-size: 20px;
    width: 100%;
    
}

#nav ul li{
    list-style: none;
    text-decoration: none;
    width: 100%;
}

.ulitems li a{
    text-decoration: none;
    color: white;
    font-weight: bold;
    
}
.ulitems li a:hover{
    color: #000000;
}

/* #navbar::before{
    content: "";
    background-color: black;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.4;
} */

#table1{
    table-layout: fixed;
    width: 100%;
}
.td{
    width: 20%;
    border-radius: 5px;
    text-align: center;
   
}


/* Navbar CSS part end */








/* footer css part start */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#footer{
    background-color: #2bb673;
    display: block;
    color: white;
    text-decoration: none;
    position: relative;
    width: 100%;
    min-height: 100px;
    margin-top: 20px;
    box-sizing: border-box;
    white-space: nowrap;
}

#footer1{
    display:flex;
    padding: 20px;
    justify-content: center;
    justify-items: center;
    
}

 .footerLi{
    list-style: none;
    font-size: 12px;
    margin: auto;
}

.footerLi li a{
    display: block;
    color: rgb(248, 233, 233);
    padding: 3px 22px;
    border-radius: 10px;
     
    text-decoration: none;  
    /* underline remove hote */
}

.footerLi li a:hover{
    
    color: black;
}

#footerh4{
    margin-left:19px;
    color: #f7f0f0;
}

#footer2{
    text-align: center;
    padding: 20px;
    font-size: 11px;
}
footer{
    box-sizing: border-box;
}

/* footer css part start */

/* @media all and (min-width: 1000px) and (max-width: 142500px){
    #nav{
        display: flex;
        white-space: nowrap;
      
    }
   
} */
/* @media all and (min-width: 400px) and (max-width: 1000px){
    #nav{
        width:70%;
        display: flex;
        white-space: nowrap;
     
    }
}     */

body { -webkit-text-size-adjust: none; }