.breadcrumbs a {
    text-decoration: none;
}

.my-blog .blog-title {
    font-size: 20px;
    color: #3e4144;
    line-height: 1.4;
    font-weight: 600;
}

.my-blog  .author-name {
    font-size: 14px;
}

.my-blog  .date {
    display: flex;
    align-items: center;
}

.my-blog a {
    text-decoration: none;
    color: #007979;
}
.my-blog .author-name a {
    font-weight: 600;
}

.right-sideblog .blog-b {
    margin: 0;
}

.my-blog .blog-b {
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0;
}

.banner-part img{
    max-height: 250px;
    object-fit: cover;
    object-position: center;
}

.my-blog img.card-img {
    height: 100%;
    object-fit: contain;
}


.my-blog .readmore {
    color: #fff;
    padding: 8px 16px;
    border: 1px solid #007979;
    border-radius: 5px;
    color: #007979;
    transition: 0.5s;
}

.my-blog .readmore:hover{
    background-color: #007979;
    color: #fff;

}

.my-blog .right-sideblog .blog-b {
    margin: 0!important;
    padding: 10px 0;
}

.right-sideblog .blog-b .blog-title {
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
    max-height: 2.4em; /* 2 lines * line-height */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    white-space: normal;
}

.right-sideblog .blog-b  .date {
    display: flex;
    align-items: center;
}

.right-sideblog .author-name {
    font-size: 12px;
    margin-bottom: .2rem !important;
}

.right-sideblog  .readmore {
    font-size: 12px;
    border: 1px solid transparent;
    transition: 0.1s;
    padding: 5px 10px;
    color: #007979;
}

.ad-div {
    padding: 50px;
    border: 6px solid #007979;
    text-align: center;
    margin-top: 20px;
}

.my-blog .row {
    margin: 0;
}

.my-blog .sticky {
    padding: 0;
    position: sticky;
    top: 0;
    left: 0;
}

.left-sideblog  .blog-title {
    font-size: 30px;
}

.blogDetails .form-part {
    padding: 2rem 0.5rem;
    border-radius: 10px;
    background: #FFF;
    background: #2e39431c;
}

.form-part h3 {
    text-align: center;
    font-family: Century Gothic;
    color: #007979;
    font-family: Century Gothic;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.56px;
}

.input1, textarea {
    width: 100%;
    line-height: 50px;
    margin: .5rem 0px;
    border-radius: 5px;
    border: 1.5px solid #2e3943;
    overflow: hidden;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}



input{
    width: 100%;
    position: relative;
}

.input1 svg {
    position: absolute;
    fill: #007979;
    left: 8px;
    top: 17px;
    width: 26px;
    height: 25px;
    z-index: 9;
}

.my-blog  .input1 input, .my-blog  .input1 select, .my-blog  textarea {
    width: 100%;
    padding: 4px 20px 0px 39px;
    border-radius: 5px;
    border: 0px;
    outline: none;
    margin: 0;
}

.my-blog  .textarea svg {
    top: 12px;
    width: 25px;
    height: 23px;
}

.my-blog textarea {
    height: 158px !important;
    /*border: 0px !important;
    margin-top: -8px;*/
}

.input1.fbtn input {
    font-size: 16px;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    font-weight: 700;
    max-width: fit-content;
    background: #007979;
    padding: 10px 30px;
    line-height: 1.2;
    justify-content: center;
}

.input1.fbtn {
    border: 0;
    min-height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.author-banner {
    background-color: #00797912;
    width: 100%;
    border-radius: 10px;
    margin: 2rem 0px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
    padding: 1.5rem 2rem;
    color: black;
}

.author-img img {
    border-radius: 100%;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
    border: 2px solid rgb(255 255 255);
}

.blog-d h2 {
    font-size: 25px !important;
    color: #3e4144;
}

.author-details h5 {
    color: black !important;
    font-size: 14px;
}

.social-m svg {
    width: 35px;
    height: 25px;
    fill: #18799f;
}

.left-sideblog .blog-b{
    border-bottom: 0;
}

.breadcrumbs a {
    font-weight: 600;
}