.dashboard-blog .assi-details {
    padding: 0px 0 0px 15px !important;
    margin: 10px 0 10px 20px !important;
}

.sticky.comm-header .navbar-inverse .center .login-info .login-pic img {
    height: 46px;
    border-radius: 50%;
    width: 46px;
}

.sticky.comm-header .navbar-inverse .center .login-info .login-pic {
    height: 46px;
    width: 46px;
}

.dash-item .dash-title .user-img {
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
}

.dash-item .dash-title .user-img img {
    object-fit: cover;
    object-position: center center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.sticky .navbar-inverse .center .navigation ul li ul li {
    display: block;
}

.sticky.comm-header .navbar-inverse .center .navigation ul li .dropdown-menu li a {
    text-transform: capitalize;
}

.table-blog .table-bg .idea-info-blog .idea-info-title .idea-by-blog .group-span {
    display: inline-block;
    margin: 0 0 12px;
}

.dataTables_paginate {
    padding: 0 !important;
}

.dataTables_paginate .pagination {
    margin: 0px !important;
}

.dataTables_paginate .pagination li.paginate_button {
    padding: 0px !important;
    border: none !important;
    margin: 0 !important;
}

.dataTables_paginate .pagination li.paginate_button:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: none !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #dddddd;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: none;
}

.calendly-overlay .calendly-popup {
    height: 100%;
    width: 100%;
    max-height: 450px;
    max-width: 910px;
    min-width: auto;
    box-sizing: border-box;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-color: #ffffff;
}

@media screen and (max-width:1400px) {
    .calendly-overlay .calendly-popup {
        max-width: 860px;
    }
    footer .footer-bottom {
        font-size: 11px;
        padding: 10px 0;
    }
    .table-blog {
        padding: 110px 0 100px;
    }
    .dashboard-blog {
        padding: 105px 0 100px;
    }
}

@media screen and (max-width:1200px) {
    .sticky.comm-header .navbar-inverse .center {
        clear: both;
    }
    .sticky.comm-header .navbar-inverse .center .login-info {
        margin: 10px 0 0 !important;
    }
    .sticky.comm-header .navbar-inverse .center .login-info .login-pic img {
        border-radius: 50%;
        height: 32px;
        width: 32px;
    }
    .sticky.comm-header .navbar-inverse .center .login-info .login-pic {
        height: 32px;
        width: 32px;
    }
    .sticky.comm-header .navbar-inverse .center .navigation ul li a {
        padding: 8px;
    }
    .calendly-overlay .calendly-popup {
        max-height: 400px;
        max-width: 600px;
    }
}

@media (max-width: 991px) {
    .navbar-header {
        float: left;
    }
    .navbar-toggle {
        display: block !important;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    header .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .sticky .navbar-inverse .center .site-logo a {
        width: 50%;
    }
    .sticky .navbar-inverse .center .navigation {
        background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
        width: 100%;
        border: none;
        box-shadow: none;
    }
    /*
    .sticky .navbar-inverse .center .navigation ul li {
        display: block;
        text-align: center;
        float: none;
    }
*/
    .sticky.comm-header .navbar-inverse .center .navigation ul li .dropdown-menu {
        background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    }
    .sticky .navbar-inverse .center .navigation ul li .dropdown-menu {
        width: 100%;
        position: relative;
    }
    .sticky .navbar-inverse .center .navbar-collapse.collapse.in {
        border: medium none;
        box-shadow: none;
        display: block;
        text-align: center;
        width: 100%;
    }
    .sticky .navbar-inverse .center .navbar-collapse ul li {
        display: block;
        text-align: center;
        float: none;
    }
    .calendly-overlay .calendly-popup {
        max-height: 380px;
        max-width: 480px;
    }
    .sticky.comm-header .navbar-inverse .center .login-info .login-detail ul li .menu-blog {
        left: auto;
        right: 0;
    }
}

@media screen and (max-width:1170px) {
    .sticky.comm-header .navbar-inverse .center .login-info.navigation {
        margin: 4px 0 0;
    }
}

@media screen and (max-width:580px) {
    .calendly-overlay .calendly-popup {
        max-width: 430px;
    }
}

@media screen and (max-width:480px) {
    .sticky.comm-header .navbar-inverse .center .login-info.navigation {
        margin: 3px 0 0 !important;
        padding: 0px 0;
    }
    .sticky.comm-header .navbar-inverse .center .login-info.navigation .login-detail ul li a {
        padding: 5px;
    }
    .calendly-overlay .calendly-popup {
        max-width: 100%;
    }
}

@media screen and (max-width:330px) {
    footer .footer-bottom {
        font-size: 9px;
    }
    section {
        min-height: 400px !important;
    }
    footer {
        position: relative !important;
    }
}