@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
.dr-profile {
    padding-left: 0px;
    padding-right: 0px;
}

.backgroud-img {
    /* background-image: linear-gradient(#dbdbdb, #cde5f4); */
    background-image: url("../images/drimages/Landing-Page-BGj.jpg"), linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    /* background-image: url("../images/Landing-Page-BGj.jpg") , linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5); */
    /* background:linear-gradient(0deg, rgba(255, 0, 150, 0.3), rgba(255, 0, 150, 0.3)), url('../images/Landing-Page-BGj.jpg'); */
    /* background: linear-gradient(#dbdbdb5e, #cde5f4, 0.6); */
    /* background: rgba(228, 235, 229,.6); */
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-blend-mode: overlay; */
    background-size: 100% 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.head-secQ {
    font-size: 25px;
    color: #000000;
}

.about-contain-quali {
    /* padding: 25px; */
    margin-left: 10px;
    margin-right: 10px;
    /* background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)); */
    color: #000000;
    font-size: 19px;
    line-height: 1.5;
    font-family: 'Varela Round', sans-serif;
    margin-bottom: 0px;
    margin-top: 20px;
}

.about-contain {
    border-radius: 5px;
    border: 1px solid white;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    color: #e3e3e3;
    font-size: 19px;
    line-height: 1.5;
    font-family: 'Varela Round', sans-serif;
    margin-bottom: 0px;
    /* margin-top: 20px; */
    margin-top: 20px;
    box-shadow: 3px 3px whitesmoke;
    text-align: justify;
}

.bgdiv {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.fticon {
    font-size: 24px !important;
}

.head-sec {
    font-size: 25px;
    padding-bottom: 5px;
    color: rgb(245, 245, 245);
    /* color: black; */
    font-weight: 600;
}

.hyperlinktxt {
    text-decoration: underline;
    color: rgb(67, 82, 133);
}

@media only screen and (max-width: 600px) {
    .about-contain {
        font-size: 12px;
    }
}