.main-header{
    padding-right: 0;
}
.burger-icon {
	cursor: pointer;
	height: 20px;
	position: relative;
	right: 13px;
	top: 0;
	transform: none;
	width: 24px;
	z-index: 1002;
	margin-top: 20px;
	margin-left: 40px;
}

.tog-sidebar-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.tog-sidebar-grid .grid-bx {
    text-align: center;
    border: 1px solid #ddd;
    padding: 2px;
    font-size: 14px;
    line-height: normal;
}
.top-app-list::-webkit-scrollbar {
    width: 3px;
    border-radius: 10px; 
    background-color: #f1f1f1;
  }
  .top-app-list::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 10px;
  }
.top-app-list {
    position: absolute;
    right: 30px;
    overflow: hidden;
    z-index:99;
    background: #fff;
    width: 350px;
    max-height: 500px;
    overflow-y: scroll;
    border-radius: 5px 0 0 5px;
    padding: 10px !important;
    padding-bottom: 50px !important;
}
.opacity-0.top-app-list{
    display: none;
}

.top-app-bx p{
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 3px;
    margin-bottom: 10px;
    color: #ccc;
    font-size: 13px;
}
.top-app-bx .row {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.top-app-bx .row .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    width: 100%;
}
.top-app-bx .col-md-4.text-center {	-ms-flex: 0 0 33.333333%;	flex: 0 0 33.333333%;	max-width: 33.333333%;	padding-right: 10px;	padding-left: 10px;}
.app-bx {
    color: #6c757d;
    transition: 0.3s transform ease-in-out;
    margin-bottom: 20px;
    display: block;
}
.app-bx img {
    transition: 0.6s ease-in-out;
}
.app-bx:hover img {
    transform: rotate(360deg);
}
.app-bx p {
    font-size: 13px;
    line-height: normal;
    margin: 0;
    border: 0;
    color: #6c757d;
    padding: 0;
}
.rounded-circle {	border-radius: 50% !important;}.w-100 {	width: 100% !important;}

.content-sec {
    padding: 30px 0px 30px 0px;
}
.content-sec a {
    color: #006d77;
}
.content-sec h2 {
    color: #000 !important;
    font-size: 24px;
    font-weight: 700;
    padding: 5px 0px;
}
.content-sec ul {
    padding: 10px;
    margin-left: 30px;
}
.content-sec li {
    list-style: disc;
}
.content-sec p {
    font-size: 16px;
    line-height: 28px;
}
.content-sec h3 {
    font-size: 20px;
    font-weight: 700;
	padding: 10px 0px 0px 0px;
}
span.last-sec {
    margin-bottom: 7px;
    display: block;
}

.main-list {
    counter-reset: main-counter; 
    list-style-type: none; 
}

.main-list > li {
    counter-increment: main-counter; 
}

.main-list > li::before {
    content: counter(main-counter) ". "; 
    font-weight: bold;
}

.sub-list {
    counter-reset: sub-counter; 
    list-style-type: none; 
    padding-left: 20px; 
}

.sub-list > li {
    counter-increment: sub-counter; 
}

.sub-list > li::before {
    content: counter(main-counter) "." counter(sub-counter) " "; 
    font-weight: normal;
}
ol.sub-list {
    padding-bottom: 20px;
}
.specer {
    padding-bottom: 20px;
}

.content-sec ol.main-list li{list-style:none;padding-bottom: 5px;}
		.content-sec ol.main-list ol.sub-list ul li {
	list-style: disc;
}
ol.main-list h2 {
	display: inline-block;
}
.main-list > li::before {
	font-size: 24px;
	font-weight: 700;
}
.sub-list h3 {
	display: inline-block;
}
.sub-list > li::before {
	content: counter(main-counter) "." counter(sub-counter) " ";
	font-weight: normal;
	font-size: 20px;
	font-weight: 700;
}

@media only screen and (max-width:1199px){
.content-sec {
    padding: 0;
}

}
@media only screen and (min-width:768px) and (max-width:991px){
 .content-sec {
   padding: 20px 20px 0px 20px;
}
.content-sec h2 {
    font-size: 18px;
}
.sub-list > li::before {
    font-size: 18px;
}
}
@media only screen and (max-width:1322px){
 .content-sec {
   padding: 20px 20px 0px 20px;
}
.content-sec h2 {
    font-size: 18px;
}
.main-list > li::before {
    font-size: 18px;
}
.sub-list > li::before {
    font-size: 18px;
}
}
@media only screen and (min-width:576px) and (max-width:767px){
.content-sec {
    padding: 20px 20px 0px 20px;
}
.content-sec h2 {
    font-size: 18px;
}
.sub-list > li::before {
    font-size: 18px;
}
}
@media only screen and (max-width:576px){
    .top-app-list {
        right: 5px;
        width: 310px;
    }
    .banner-hero.banner-2 .gap-14 {
        gap: 25px;
    }

.content-sec {
    padding: 20px 20px 0px 20px;
}
.content-sec h2 {
    font-size: 18px;
}
.main-list > li::before {
    font-size: 18px;
}
.sub-list > li::before {
    font-size: 18px;
}
.content-sec ol.main-list li {
    position: relative;
}
.main-list > li::before {
    top: 5px !important;
    position: absolute;
    left: 0;
}
ol.main-list h2 {
    width: 90%;
    padding-left: 25px;
}

ol.sub-list h3 {
line-height: 26px;
}

}


.list-inline-item {
	display: inline-block;
}
.notification-list .nav-link {
	padding: 0 15px;
	line-height: 70px;
	font-family: Chivo,sans-serif; margin-top: 15px;
}

.waves-effect {
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	vertical-align: middle;
	z-index: 1;
	will-change: opacity, transform;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.nav-user img {
	height: 36px;
	width: 36px; border:1px solid #eee;
}
.nav-user img {
	object-fit: cover;
}
.profile-dropdown {
	width: 170px;
}
.dropdown-menu {
	padding: 4px 0;
	font-size: 15px;
	-webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
	border-color: #eff3f6;
	font-family: Chivo,sans-serif;
}
.dropdown-menu-right {
	right: 0;
	left: auto;
}
.dropdown-menu {
	font-family: Chivo,sans-serif;
	position: absolute;
	top: 100%;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
}
.notification-list .noti-title {
	border-radius: 0.25rem 0.25rem 0 0;
	background-color: #006d77;
	color: #ffffff;
	margin: -4px 0px 0px 0px;
	width: auto;
	padding: 12px 20px;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.dropdown-item {
	padding: .55rem 1.5rem;
}

@media only screen and (max-width:576px){
	
	.burger-icon {
	margin-top: 15px;
	margin-left: auto;
}
	
	.notification-list .nav-link {margin-top:5px;}
}	





