.Cl-hero{
    height: 60vh;
    width: 100%;
    margin:0%;
    display: block;
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-image: url(Dr.img/clinical-facts.png);
}
.Cl-header{
    font-size: 1.7rem;
}
.Cl-subh{
    font-size: 1.5rem;
}
.free-consultancy{
    background-color: rgba(60, 46, 66, 0.634);
    display: flex;
    height: 40vh;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.free-c-txt{
    font-size: 16px;
    color:rgb(48, 190, 88);
}
.ask-Q{
    font-size: 30px;
    color: white;

}
.free-consultancy a{
    text-decoration: none;
    padding: 1vh 3vh 1vh 3vh;
    border: white solid 1px;
    background-color: rgb(48, 190, 88);
    color: white;
    border-radius: 5px;
    font-size: 26px;
}