

.custom-footer-text span {
    padding: 0px 5px;
}

.custom-footer-text .active{
    color: #337AB7 !important;
}

.custom-footer-text span a {
    text-decoration: none;
}

.custom-header-icon {
    display: flex;
    justify-content: end;
}

.custom-header-icon span {
    padding-right: 10px;
    margin-top: -5px;
    font-weight: 600;
}

.custom-text-justify {
    text-align: justify;
}

.single-blog-page-image-div {
    max-height: 400px;
}

.single-blog-page-image-div img {
    max-height: 375px;
}

.social-medai-block {
    width: 100%;
}

/* //Social media css.. */
.social-medai-block .custom-social-links {
    display: flex;
    justify-content: end;
    margin-right: 20px;
}

.social-medai-block ul li {
    display: flex;
}

.social-medai-block .custom-social-links li ul {
    padding-left: 20px;
}

.social-medai-block ul li .social-button {
    font-size: 40px;
    color: #F16126;
}

.social-medai-block .custom-social-links #social-links ul li a span {
    font-size: 25px !important;
}

/* //Social media css end.. */

@media (max-width: 768px) {
    .custom-main-sidebar-left-none {
        display: none;
    }

    .custom-main-sidebar-left {
        display: block;
    }

    .custom-navbar-toggle .custom-col-9 {
        margin-top: -3px;
    }
}



@media (max-width: 375px) {

    .soft-logo-title {
        font-size: 14px;
    }
    
    .custom-header-icon {
        margin-top: 12px;
    }
    
    .custom-header-icon span {
        margin-top: -5px;
    }
    
    .custom-header-icon i {
        font-size: 16px;
    }
}