.doctor{
    display: flex;
    width: 80%;
    margin-left: 10%;
    column-gap: 10%;
}
.doctor div{
    flex: 1;
    width: 100%;
}
.doctor img{
    width: 70%;
    margin-left: 15%;
    border-radius:0 0 40px 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.doctor h3, .doctor p,.doctor h4{
    text-align: center;
}
.doctor p{
    color: rgb(226, 61, 61);
}
ul{
    width: 80%;
    margin-left: 10%;
    display: none;
    background-color: #a6f0ff;
    border-radius: 40px 40px 0 0;
}
li{
 
    line-height: 2;
    padding: 10px;
    color: black;
}
.doct1{
       background-color: #31b3cc;
}
.doct:hover ul{
    display: block;

}
.mav{
    display: flex;
    width: 80%;
    margin-left: 10%;
    column-gap: 5%;
    margin-bottom: 50px;
}
@media (max-width: 768px) {
    /* .doctor{
        flex-direction: column;
        width: 100%;
        margin: 0;
    }
    .doctor div{
        margin-bottom: 20px;
    }
    .doctor img{
        width: 50%;
        margin-left: 25%;
    } */
     .doctor{
        flex-direction: column;
        width: 100%;
        margin: 0;
        }
        .mav{
    display: block;
    width: 80%;
    margin-left: 10%;
    column-gap: 5%;
    margin-bottom: 50px;
}
.cor1{
    display: none;
}

}