.breadcrumbs-area
{
    padding: 100px 0;
    background: #ccc;
}
.header-transparent {
    position: absolute !important;
}
.blog_section .blog-thumbnail{
    padding: 15px;
}
.blog_section .blog-thumbnail img{
    border-radius: 12px;
}
.blog_section .blog-thumbnail a:before {
    border-radius: 12px;
}
.single-blog-post-wrap {
    box-shadow: none;
}
.single-footer-widget .widget-title:before {
    color: #2c9f5c;
    background: #2c9f5c;
}
.single-footer-widget .widget-title:after {
    color: #2f76dc;
    background: #2f76dc;
}
.single-footer-widget .widget-list li a:hover {
    color: #2c9f5c;
    text-decoration: underline;
}
.copyright-content a {
    color: #2c9f5c;
}
.copyright-content a:hover {
    text-decoration: underline;
}
.dropdown-submenu > li > a:hover {
    color: #3076dd;
}
.dropdown-submenu > li > a:before {
    background-color: #2c9f5c;
}
.single-blog-post-wrap .blog-post-details .title {
    font-size: 18px;
    line-height: 1.5;
}
.single-blog-post-wrap .blog-post-details .title a:hover{
    text-decoration: underline;
}
.blog-details .content .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
}
.blog-details .content .title:after {
    content: '';
    width: 120px;
    height: 2px;
    background-color: #22b14c;
    position: absolute;
    bottom: 0;
    left: 6px;
}
.blog-details .image img {
    border-radius: 15px;
}
.blog-section {
    background-color: #e7f5d7;
}
.single-blog-post-wrap{
    border-radius: 10px;
    background-color: #fff;
}
.blog-post-details.pt-0{
    padding: 15px;
}
.whatsapp-icon {
    position: fixed !important;
    left: auto !important;
    right: 32px;
    bottom: 120px !important;
    z-index: 999999 !important;
    width: 50px !important;
}
.call-icon {
    position: fixed !important;
    left: auto !important;
    right: 32px;
    bottom: 170px !important;
    z-index: 999999 !important;
    width: 55px !important;
}
.cdn {
    background-color: #22b14c;
    padding: 30px;
    border-radius: 15px;
}
.cdn h2{
    color: #fff;
}
@media(max-width: 678px){
    .cdn_section{
        display: contents;
    }
}