* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* .side_blog {
    padding-left: 70px !important;
  } */
  
.btn11:hover {
    transform: scale(1.01);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
    background: #0067C6;
}

.card_class:hover {
    transform: scale(1.01);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.card1:hover {
    transform: scale(1.01);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.course-include {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.links ul li::marker{
    color:#0067C6;
}
.card_class {
    fill: #F2F2F2;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.25));
}

.tagName {
    color: #939393;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.card-text-p {
    color: #595959;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0 !important;
}

.copybutton {
    border: 0;
    outline: 0;
    cursor: pointer;
}

#custom-tooltip,
#link_copy {
    display: none;
    margin-left: 40px;
    padding: 8px 15px;
    background-color: #47b86cdf;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    z-index: 1;
}

.date {
    font-size: 12px;
    position: relative;
    top: 48px;
    left: 20px;
    color: white;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.heading {
    color: #000;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin-top: 64px;
    margin-bottom: 14px;
}

.blog_pad {
    padding: 27px !important;
}

.visuallyhidden {
    position: absolute;
    clip: rect(10px, 10px, 10px, 10px);
}

/* h6{
            margin-top: 0px !important;margin-bottom: 0px !important;
        } */
@media only screen and (max-width:767px) {
    .course-include {
        color: #000;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .tagName {
        color: #939393;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
    }
    .blog_pad {
        padding: 0px !important;
    }
    .heading {
        font-size: 22px;
        margin-top: 10px;
        line-height: 30px;
    }

    .date {
        font-size: 8px;
        position: relative;
        top: 34px;
        left: 10px;
        color: white;
    }
    .mobile_view{
flex-direction: column;
    }
    .card-body{
        padding: 8px !important;
    }
    .card-text-p{
        font-size: 14px;
        line-height: 24px;
    }
}