.floating-btn {
    position: fixed;
    left: -46px;
    top: 50%;
    background: #ededed;
    padding: 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.9px;
    border: 1px solid #ededed;
    transform: rotate(-90deg);
    transition: 1.5s;
    z-index: 99999;
    cursor: pointer;
}
.floating-btn.hideBtn {
    display: none;
    transition: 1.5s;
}

.side-panel {
    position: fixed;
    width: 400px;
    left: 0;
    top: 0px;
    bottom: 0;
    background: #ffffff;
    border: 1px solid #ededed;
    z-index: 100001;
    font-size: 13px;
    transition: 0.5s all ease-in-out;
    transform: translateX(-100%);
}
.side-panel.hello-info {
    transform: translateX(0);
    transition: 0.5s all ease-in-out;
}
.side-panel-inner {
    overflow-y: scroll;
    height: 100%;
    padding: 15px;
}
.side-panel-inner::-webkit-scrollbar {
                width: 6px;
            }

/* Track */
.side-panel-inner::-webkit-scrollbar-track {
    background: #ededed;
    border-radius:5px;
}

/* Handle */
.side-panel-inner::-webkit-scrollbar-thumb {
    background:#d3b66d67;
    border-radius:5px;    
}

/* Handle on hover */
.side-panel-inner::-webkit-scrollbar-thumb:hover {
    background: #dbb147;
}

.side-panel-content {
    padding-top: 40px;
}
.side-panel-content .back-to-main a { display: block; }
.side-panel-content .back-to-main {
    margin:15px 0;
    font-weight: bold;
}
.exit-panel {
    position: fixed;
    padding: 6px 15px;
    cursor: pointer;
    background: none;
    z-index: 999;
    text-transform: uppercase;
    right: 22px;
    font-weight: bold;
}

/* content-styling */
h4.category-title {
    border-bottom: 2px solid black;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.tag-posts-wrap {
    margin-bottom: 30px;
}
.tag-posts li {
    margin-bottom: 5px;
}
.tag-posts li a {
    color: #000000;
}
.tag-posts li a:hover {
    color: #e24d36;
}

/* Responsive */
@media screen and (max-width: 1080px){
	.floating-btn {
		left: -39px;
        padding: 12px;
        font-size: 11px;
    }
}
@media screen and (max-width: 560px){
    .side-panel {
        width: 100%;
    }
    
    .category-advanced-content-marketing-course-resources .et_pb_row, .category-advanced-digital-marketing-analytics-course-resources .et_pb_row, .category-advanced-search-engine-optimisation-course-resources .et_pb_row, .category-advanced-social-media-marketing-course-resources .et_pb_row, .category-content-marketing-strategy-course-resources .et_pb_row, .category-copywriting-and-content-writing-course-resources .et_pb_row, .category-digital-advertising-course-resources .et_pb_row, .category-digital-marketing-analytics-course-resources .et_pb_row, .category-digital-marketing-strategy-course-resources .et_pb_row, .category-email-marketing-course-resources .et_pb_row, .category-facebook-marketing-advertising-course-resources .et_pb_row, .category-google-tag-manager-course-resources .et_pb_row, .category-linkedin-sales-marketing-course-resources .et_pb_row, .category-search-engine-marketing-sem-and-display-ppc-certification-course-resources .et_pb_row, .category-search-engine-optimisation-course-resources .et_pb_row, .category-social-media-marketing-course-resources .et_pb_row, .category-user-interface-user-experience-design-ui-ux-course-resources .et_pb_row, .category-website-optimisation-conversion-rate-optimisation-course-resources .et_pb_row, .category-wordpress-website-creation-course-resources .et_pb_row {
        /*margin-left: 22px;
        margin-right: 22px;;*/
    }
}