.source{
    height: 30vw;
    width: 100vw;
    background-color: black;
    display: flex;
    position: relative;
}
.heading-source{
    width: 50%;
    
    height: 30vw;
    background: url("img/doct.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.heading-source h1{
    font-size: 4vw;
    font-family: 'Lexend Deca', sans-serif;
    color: white;
    max-width: 40%;
    text-align: center;
    position: absolute;
}
.source-grayscale{
    height: 30vw;
    width: 50%;
    background-color: black;
    opacity: 0.7;
    position: absolute;
    left: 0;
    right: 0;
}
.bg{
    background-color: #0165B2;
    width: 50%;
    height: 30vw;
    color: white;
    display: flex;
    align-items: center;
    
    font-size: 2vw;
}
.bg ul{
    margin: 2vw 8vw;
}
.health{
    padding-top: 2vw;
    
    height: 35vw;
    width: 100vw;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2vw;
}
.health h1{
    font-family: 'Lexend Deca', sans-serif;
    font-size: 2.5vw;
}
.health-con{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    padding-top: 3vw;
}

.arr-img{
    height: 10vw;
    width: 10vw;
    border-radius: 10px;
}
.arr{
    height: 15vw;
    width: 20vw;
    
    text-align: center;
}
.arr h2{
    font-size: 1vw;
    width: 20vw;
    
}
.quot{
    height: 15vw;
    width: 20vw;
    text-align: center;
}
.quot h2{
    font-size: 1vw;
    width: 20vw;
}
.treat{
    height: 15vw;
    width: 20vw;
    text-align: center;
}
.treat h2{
    font-size: 1vw;
    width: 20vw;
}
.match{
    height: 15vw;
    width: 20vw;  
    text-align: center; 
}
.match h2{
    font-size: 1vw;
    width: 20vw;
}
.steps-med{
    background-color: #F2F6F8;
    width: 100%;
    padding-bottom: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5rem;
}
.steps-med h1{
    font-family: 'Lexend Deca', sans-serif;
    font-size: 2.5vw;
}
.steps-med-cont{
    display: flex;
    
    width: 100%;
    height: 100%;
    justify-content: space-around;
    gap: 2rem;
}
.submit{
    
    width: 20%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.5rem;
}
.submit img{
    height: 8rem;
    width: 8rem;
    border-radius: 15px;
    font-size: 2rem;
}
.submit-content{
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: 'Lexend Deca', sans-serif;
}
.mul-opt{
    width: 20%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.5rem;
}
.mul-opt img{
    height: 8rem;
    width: 8rem;
    border-radius: 15px;
    font-size: 2rem;
}
.customize-book{
    width: 20%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.5rem;
}
.customize-book img{
    height: 8rem;
    width: 8rem;
    border-radius: 15px;
    font-size: 2rem;
}