	.sidebar-header-area {
		padding: 0px 0 10px 0;
		border-bottom: 1px solid #e5e5e5;
	}

	.sidebar-header-area h4 {
		font-family: 'Rosario', sans-serif;
		font-weight: bold;
		font-size: 20px;
	}

	.sidebar-icon {
		padding: 0;
	}

	.sidebar-icon a img {
		max-width: 30px;
		margin-top: 1rem;
	}

	.sidebar-close {
		padding: 10px 0 0;
	}

	.sidebar-close a {
		font-size: 18px;
		font-weight: bold;
		color: #000;
		text-decoration: none;
	}

	.sidebar-close a span {
		color: #48b095;
	}


	.desktop-side-mega-menu {
		padding: 0 0 20px 0;
		list-style: none;
		margin: 18px 0 0;
		text-align: left;
		border-bottom: 1px solid #e7e7e7;
	}

	.desktop-side-mega-menu li {
		padding-left: 50px;
	}

	.desktop-side-mega-menu li:first-child {
		font-weight: bold;
		padding-left: 30px;
	}

	.desktop-side-mega-menu li a {
		color: #333;
		line-height: 32px;
		display: block;
		font-size: 15px;
		text-decoration: none;
	}

	.desktop-side-mega-menu li a:hover {
		text-decoration: underline;
		text-decoration-color: #48b095;
		text-decoration-thickness: 2px;
		text-underline-offset: 7px;
	}

	.desktop-side-mega-menu li i {
		color: #48b095;
		font-size: 18px;
	}
	@media only screen and (max-width: 991px){
    #mySidenav{
      display: none !important;
    }
  }
  @media only screen and (min-width: 992px){
  .mobile-sidebar-area-v2{
	display: none;
  }}

  /* mobile sidebar */

  @media only screen and (max-width: 991px) {
		.offcanvas {
			&{max-width: 75%;
		}
        .list-group-item{
            margin-bottom: 0px !important;
        }
        .list-group-item:active{
            background: #e0e0e0 !important;
            border: 1px solid #a7a7a7 !important;
        }
        ul li a{
			font-size: 16px !important;
            display: block;
		}
        span{
			font-size: 18px !important;
		}
        .btn:active{
            border: 1px solid #fff !important;
        }
    }

		.slide-menu ul.submenu {
			display: none;
			padding-inline: 1rem;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
		}

		.slide-menu ul.main-menu.slide-out,
		.slide-menu ul.submenu.slide-out {
			animation: slideOut 0.3s forwards;
		}

		.slide-menu ul.main-menu.slide-in,
		.slide-menu ul.submenu.slide-in {
			animation: slideIn 0.3s forwards;
		}

		@keyframes slideIn {
			from {
				opacity: 0;
				transform: translateX(-100%);
			}

			to {
				opacity: 1;
				transform: none;
			}
		}

		@keyframes slideOut {
			from {
				opacity: 1;
				transform: none;
			}

			to {
				opacity: 0;
				transform: translateX(-100%);
			}
		}

		#fixed-bottomNav {
			background: #333333;
			color: #fff;
			padding: 0;
			height: 75px;
			display: grid;
			grid-template-columns: repeat(4, 1fr);
			justify-content: center;
			align-items: start;
		}

		#slide-scroll-nav {
			-ms-overflow-style: none;
			scrollbar-width: none;
		}

		#slide-scroll-nav::-webkit-scrollbar {
			display: none;
		}

		.splide__track--nav>.splide__list>.splide__slide.is-active {
			border-radius: 50% !important;
			border-color: #dc3545 !important;
		}
		#allProfilesMenu li a{
			color: black;
		}
            .list-group-item {
          padding: 0;
            }
	}

