.mt-0{
    margin-top: 0;
}
.mt-10{
    margin-top: 10px;
}
.mb-40{
    margin-bottom: 40px;
}
.fw-400{
    font-weight: 400;
}
.title-with-border-style:after{
    content: '';
    display: block;
    width: 115px;
    height: 2px;
    margin-top: 10px;
    background: rgb(0, 134, 153);
}
.d-ib{
    display: inline-block;
}
.text-center{
    text-align: center;
}
.single-post{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.single-post img{
    float: left;
    max-width: 395px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.single-post h5{
    display: inline-block;
    font-size: 17px;
    font-family: "monstr-reg";
    color: rgba(89, 89, 89, 1);
    margin-top: 15px;
    margin-bottom: 20px;
    font-family: 'monstr-light';
    position: relative;
    font-weight: 600;
}
.single-post p{
    font-size: 14px;
    font-family: "monstr-light";
    color: rgba(81, 81, 81, 1);
    line-height: 24px;
}
/*DOCTORS SECTION*/
.doctors-section-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 28px;
    margin-bottom: 40px;
}
.doctors-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 345px !important;
    background: rgb(255, 255, 255);
    cursor: pointer;
}
.doctors-image{
    height: 275px;
    width: 100%;
}
.doctors-image img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.doctors-name{
    color: rgb(0, 134, 153);
    font-size: 15px;
    font-family: 'monstr-light';
    margin-bottom: 10px;
    float: right;
    margin-right: 13px;
    margin-top: 5px;
}
.doctors-skill{
    color: rgb(158, 158, 158);
    font-size: 12px;
    font-family: 'monstr-light';
    float: right;
    margin-right: 18px;
}
