@media screen and (max-width:767px){
.sticky-btn {
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    background: black;
}
.sticky-btn a {
    width: 100%;
}
	.mobile-menu a.elementor-item {
    justify-content: center;
    text-align: center;
}
.sticky-btn a {
    background-color: #315393 !important;
}
}

@media screen and (max-width:1024px){
/* course table css */
.course-table .elementor-widget-container, .c-info-table .elementor-widget-container{
    overflow-x: scroll!important;
}
.word-break span.elementor-icon-list-text {
    word-break: break-word;
}
.elementor-nav-menu--dropdown ul {
    border-bottom: 1px solid #00000020;
}
}