/* Made By Abas */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;

}

.top-container {
    width: 100%;
    height: 100%;
    background-color: #83c0bc;
    margin-bottom: 10px;
}





.title{
    display:flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 120px;
   
}

.title h1{
    
    margin-top: -70px;
    font-size: 300%;
    margin-left: -16px;
    
    
}







.top {
    margin-bottom: 400px;
    color: rgb(8, 9, 9);
    margin-top: -190px;
    position: absolute;
    margin-right: 17px;
  

}


.top h3{
    
    font-size: 150%;
    background-color: lightgray;
    padding: 10px;
    border-radius: 6px;

}



body {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(6, 6, 6, 0.5);

}

.form {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    position: absolute;
    height: 580px;
    width: 85vw;
    text-align: center;
    border-radius: 15px;
    background-color: #b8b8b8;
    margin-top: 70px;
    padding-top: 13px;

}

.iname input {
    width: 40vw;
    height: 10vh;
    padding: 6px;
    border: 1px solid orangered;
    flex-wrap: wrap;


}

.iname h6 {
    color: rgb(16, 14, 11);

}

.firstg {
    display: flex;
    justify-content: center;


}

.secondg {
    display: flex;

    justify-content: center;
    align-items: center;

}

.inumber input {
    width: 40vw;
    height: 10vh;
    padding: 6px;
    border: 1px solid orangered;
    left: 5px;
}

.inumber h6 {
    color: rgb(13, 13, 12);

}

.imail input {
    width: 40vw;
    height: 10vh;
    padding: 6px;
    border: 1px solid orangered;

}

.imail h6 {
    color: rgb(4, 4, 4);

}


.nav{
    display: flex;
    position:fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    justify-content: center;
    gap: 80px;
    background-color: aliceblue;
    border-radius: 10px;
    
    
    
    
    
}

.home img{
    max-width: 35px;
    max-height:32px;
    display: flex;
    justify-content: center;
    margin-bottom: -6.6px;
    margin-left: 8px;
    margin-top: 4.8px;
    margin-bottom: -5px;
}

.home p1{
    margin-left: 6px;
   
}

.profile img{
    max-width: 40px;
    max-height:36px;
    display: flex;
    justify-content: center;
    margin-bottom: -6.4px;
    margin-left:8px;
    margin-top: 2px;
    
}

.navlink p1{
    color:rgb(19, 85, 90);
    text-align: center;
    font-size: 14px;

}

nav a{
    justify-content: center;
    display: flex;
}


.doctors img{
    max-width: 30px;
    max-height:33px;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 2px;
}

.doctors p1{
    text-align: center;
    margin-left: -8px;
    margin-top: -1px;
    text-decoration: underline;
    color: green;
}

.appointments img{
    max-width: 30px;
    max-height:33px;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 2px;
    margin-left: 14px;
    
    
}

.appointments p1{
    text-align: center;
    margin-left: -8px;
    font-size: 13.3px;
    
}


.ibd input {
    width: 40vw;
    height: 10vh;
    padding: 6px;
    border: 1px solid orangered;

}

.ibd h6 {
    color: rgb(10, 9, 8);
}

.inote input {
    width: 80vw;
    height: 30vh;
    padding: 6px;
    border: 1px solid orangered;

}

.inote h6 {
    color: rgb(10, 9, 8);
}

.isubmit input {

    width: 110px;
    height: 40px;
    background: #7b8383;
    color: #f4f4f4;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.6s;
    border: none;
    margin-top: 8px;
    margin-top:10px;
    
}

.isubmit input:hover {
    background: lightgreen;
  }


.top-container .doct img {
    margin-bottom: 600px;
    position: absolute;
    top: 26px;
    left: 5px;
    width: 60px;
    border-radius: 10px;
    display: flex;
    max-width: 40px;




}

.do {
    margin-bottom: 600px;
    top: 13px;
    right: 1px;
    display: flex;
    position: absolute;
    color: navy;
    margin-right: 6px;
    
    padding: 6px;
    

}

.do img {
    width: 60px;
    border-radius: 10px;
}

@media screen and (max-width:500px) {


    .top-container{
    
        margin-bottom: 0px;


    }

    
    .top-container .doct img {
        
        position: absolute;
        top: 26px;
        left: 5px;
        width: 60px;
        border-radius: 10px;
        display: flex;
        max-width: 30px;
    
    
    
    
    }

   .do {
       margin-bottom: 600px;
       top: 13px;
       right: 1px;
       display: flex;
       position: absolute;
       color: navy;
       margin-right: -2px;

       padding: 6px;


   }

   

    .iname input {
        width: 43.4vw;
        height: 10vh;



    }

    .form {
        box-sizing: border-box;
        font-family: "Poppins", sans-serif;
        position: absolute;
        width: 450px;
        height: 600px;
        text-align: center;
        border-radius: 15px;
        background-color: rgb(81, 201, 201);
        margin-top: 100px;
        padding-top: 11px;
        
        width: 96%;

    }

    .inumber input {
        width: 43.4vw;
        height: 10vh;
    }

    .inumber h6 {
        color: rgb(13, 13, 12);

    }

    .imail input {
        width: 43.4vw;
        height: 10vh;


    }


    .ibd input {
        width: 43.4vw;
        height: 10vh;
        padding: 6px;
        border: 1px solid orangered;

    }

    .ibd h6 {
        color: rgb(10, 9, 8);
    }

    .inote input {
        width: 90vw;
        height: 20vh;
        padding: 6px;
        border: 1px solid orangered;

    }

    .inote h6 {
        color: rgb(10, 9, 8);
    }

    .isubmit input {

        width: 200px;
        height: 40px;
        margin-top: 6px;
        

    }





    .top {
        
        margin-bottom: 364px;
        color: rgb(0, 0, 0);
        
        position: absolute;
        margin-left: 30px;
        

    }

    .top h3{

        background-color: rgb(117, 42, 42);
        padding: 15px;
        border-radius: 10px;
        margin-top: -30px;
        font-size: 100%;
        background-color: rgb(209, 196, 196);
        
        
    }

    .nav{
        
        gap: 45px;
    }

    
}
