.mc_mobile_menu {
    margin: auto;
    overflow: hidden;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0px;
   z-index: 999;
}
.mc_mobile_menu.active_menu {
    height: 100vh;
}
.mc_mobile_menu:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
}

.mobile {
    color: #35608e;
    height: 100%;
    padding-top: 0;
    position: relative
}

.mobile .mc_mobilemenu_header {
    clear: both;
    z-index: 99;
    overflow: hidden;
    padding-top: 8px;
    position: relative;
    height: 80px;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
}

.mobile .mc_mobilemenu_header > span {
    font-size: 24px;
    min-width: 24px
}

.mobile .mc_mobilemenu_header > .title {
    font-size: 16px;
    line-height: 24px;
    margin-right: 15px;
    float: right;
}

.mobile .mc_mobilemenu_header .pull-left {
    float: left;

}

.mobile .mc_mobilemenu_header .pull-right {
    float: right;

}

.mobile .mc_mobilemenu_header .fa-search {
    z-index: 999;
    position: relative;
    color: #333;
    cursor: pointer;
    margin-top: 7px;
    font-size: 18px;
}

.mobile .mc_mobilemenu_header .fa-search {
    cursor: pointer;
}

.mobile .mc_mobilemenu_header .ion-ios-search::before {
    color: #333;
}

.mobile .mc_mobilemenu_header .ion-ios-arrow-back {
    min-width: 25px
}

.mobile .mc_mobilemenu_header .fa-bars {
    color: #333;
    font-size: 21px;
    margin-top: 6px;
    cursor: pointer;
}

.mobile .mc_mobilemenu_header .search {
    left: 45px;
    bottom: 8px;
    position: absolute;
}

.mobile .mc_mobilemenu_header .search input {
    width: 0;
    color: #333;
    height: 24px;
    border: none;
    font-size: 16px;
    direction: rtl;
    max-width: 150px;
    font-weight: 300;
    padding-left: 30px;
    font-family: inherit;
    background: transparent;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    border-bottom: 1px solid transparent;
    -webkit-appearance: textfield;
}

.mobile .mc_mobilemenu_header .search input:focus {
    outline: none;
}

.mobile .mc_mobilemenu_header .search input::-webkit-search-decoration,
.mobile .mc_mobilemenu_header .search input::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.mobile .mc_mobilemenu_header .search .search-visible {
    width: 100%;
    border-bottom-color: #aaa;
}


.pull-left {
    float: left
}

.pull-right {
    float: right
}

.html,
.invisible {
    display: none
}

.html.visible,
.visible {
    display: block
}

.sidebar .sidebar-content {
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.sidebar .sidebar-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.sidebar .sidebar-overlay {
    right: 0;
    opacity: 0;
    width: 100%;
    z-index: 9;
    -webkit-transform: scale(1);
    transform: scale(1);
    background: rgba(0, 0, 0, .6)
}

.sidebar .sidebar-content {
    width: 260px;
    color: #333;
    z-index: 9999;
    background: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.sidebar.active .sidebar-content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: fixed;
    overflow-y: auto;
    z-index: 999999999;
}

.sidebar.active .sidebar-overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    position: fixed;
    z-index: 999;
}

.sidebar .sidebar-content .menu-body > a {
    color: #333;
    display: block;
    font-size: 16px;
    padding: 10px 0;
    line-height: 24px;
    vertical-align: top;
    text-decoration: none;
    direction: rtl;
}

.sidebar .sidebar-content .menu-body > a > span {
    color: #aaa;
    font-size: 24px;
    min-width: 40px;
    display: inline-block
}

.mc-left-sidebar-head {
    background: #03A9F4;
    padding: 15px;
    text-align: center;
    color: #fff;
    padding-top: 50px;


}

.mc-left-sidebar-prof {
    width: 90px
}

.mc-left-sidebar-head h4 {
    font-size: 0.8rem;
    text-align: center;
    margin-top: 10px;

}

.mc-left-sidebar-head h4 a {
    color: #fff;
}
.mc-left-sidebar-body ul li:hover {
     background: #ededed;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.mc-left-sidebar-body ul li {
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.mc-left-sidebar-body ul li a {
    display: inline-block;
    width: 100%;
    padding: 15px;
    color: #333;
}

@media screen and (max-width: 992px) {
    
    .ss_header , .ss_blog_menu {
        display: none !important;
    }
    body {
        padding-top: 90px;
    }
}

@media screen and (min-width: 993px) {
    .mc_mobilemenu_header , .ss_mobile_blog_menu {
        display: none;
    }
    .ss_header  {
        display: block;
    }
}
.mc_mobilemenu_logo img {
	margin-top: 25px;
    height: auto;
    width: 150px;
}
.sidebar-content .top-head img {
    width: 150px;
}
.sidebar-content .top-head {
    padding: 23px 15px;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
}
.mc_mobile_menu .sidebar-content .menu-body ul li ul li {
    background: #ededed;
}
.mc_mobile_menu .sidebar-content .menu-body ul li.menu-item-has-children > a::after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url('../images/left-arrow-black.png');
	background-size: cover;
	position: absolute;
	left: 10px;
	top: 27px;
	transition: all 0.5s ease;
}
.mc_mobile_menu .sidebar-content .menu-body ul li a.active:after {
    transform: rotate(-90deg);
}
.mc_mobile_menu .sidebar-content .menu-body ul li a {
    display: inline-block;
    width: 100%;
    padding: 15px;
    color: #000;
    border-bottom: 1px solid #eee;
    position: relative;
    cursor: pointer;
}

.mc_mobile_menu .sidebar-content .menu-body ul li a i {
    transition: all .5s;
    margin-top: 7px;
}

.mc_mobile_menu .sidebar-content .menu-body ul li a.active i {
    transition: all .5s;
    transform: rotate(180deg);
}

.sidebar #leftside-navigation ul li.active ul {
    display: block;
}

.sidebar #leftside-navigation ul ul {
    display: none;
    padding: 0;
}
#leftside-navigation .ss_signup_btn {
    margin: 25px auto;
    display: block;
}
.mc_mobile_menu .sidebar-content .menu-body ul li {
    list-style: none;
}
.mc_mobile_menu .sidebar-content .menu-body ul li a img {
    width: 15px;
    float: left;
    margin-top: 5px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.mc_mobile_menu .sidebar-content .menu-body ul li a.active img {
    transform: rotate(180deg);
    
}


.mc_mobile_menu .sidebar-content .menu-body ul > li {
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.mc_mobile_menu .sidebar-content .menu-body ul li ul li a {
    padding-right: 50px;
        border-bottom: 1px solid #d4d4d4;
}

.mc_mobilemenu_header .fa-user {
    color: #333;
    margin-top: 7px;
    margin-right: 10px;
    font-size: 18px;
    cursor: pointer;
}

.mc_mobile_menu.fixed .mc_mobilemenu_header {
    bottom: 0;
    position: fixed;
    width: 100%;
    right: 0;
    padding-right: 15px;
    padding-left: 15px;
    background: #fff;
    padding-bottom: 10px;
    
}
.nano-content {
    padding: 0;
}
.nano-content .n_important_link {
    color: #fff !important;
    width: 90% !important;
    margin-right: 5%;
    margin-top: 10px;  
    margin-bottom: 10px;
}
.mc_open_menu {
    width: 25px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
}
.sub-menu {
    position: relative;
}
.sub-menu::after , .sub-menu-child::after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 10px;
	background-image: url(../image/down-arrow.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 15px;
	top: 26px;
	background-size: cover;
}
.sub-menu-child li a {
    padding-right: 70px !important;
    border-bottom: 1px solid #eee;
}
.sub-menu-child ul li {
    background: #c1bfbf !important;
}
.sub-menu-child {
	position: relative;
}
.mc_mobile_menu_search {
	position: absolute;
	left: 25px;
	top: 25px;
}
