@media screen and (max-width: 768px) {
    .sidebar_new_classic
    {
        position: fixed;
        overflow-x: auto;
        display: flex;
        flex-direction: column;
        z-index: 12;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
        width: 266px;
        padding-top: 2%;
        background-color: #F2F2F2;
        margin-left: 0px;
        margin-top: 39px;
        align-items: end;
        justify-items: center;
        box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.12);
    }
    .side_bar_icon_classic
    {
        height: 15px;
        margin-right: 5px;
        margin-left: 6px;
        width: 15px
    }
    .sid_bar_bg_classic {
        width: 100%;
        padding-left: 7px;
        height: 45px;
        padding-right: 20px;
        padding-top: 4px;
        padding-bottom: 38px;
    }
    .lang_classic_style
    {
        right: 124px;
    top: 136px;
    z-index: 999999;
    }
    .sid_bar_bg_lang
    {
        width: 8%;
        padding-left: 9px;
        border-radius: 4px;
        height: 35px;
        background: #DDDDDD;
        padding-right: 20.5px;
    }
    .text_sideBar_Mobile_classic
    {
        margin-top: 8.6px;
        color: #132439;
        font-size: 15px;
        margin-left: 10px;
        font-weight: 500;
    }
    .slide_right_menu_classic {
		position: absolute;
		display: flex;
		-webkit-animation: slide_right_menu_classic 0.5s forwards;
		-webkit-animation-delay: 0s;
		animation: slide_right_menu_classic 0.5s forwards;
		animation-delay: 0s;
	}


	@keyframes slide_right_menu_classic {
		from {
			left: 0px;
		}

		to {
			left: -300px;
		}
		100% {
			visibility: hidden;
		}
	}

    .slide_left_menu_classic {
		position: absolute;
		display: flex;
		-webkit-animation: slide_left_menu_classic 0.5s forwards;
		-webkit-animation-delay: 0s;
		animation: slide_left_menu_classic 0.5s forwards;
		animation-delay: 0s;
	}

	@-webkit-keyframes slide_left_menu_classic {
		100% {
			left: -20;
		}
	}

	@keyframes slide_left_menu_classic {
		from {
			left: -300px;
		}

		to {
			left: 0%;
		}
	}

}
