.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
	font-size: 16px !important;
	padding: 4px 0px;
	line-height: 30px !important;
	font-weight: 400;
}

/* Make this menu item look like a button */
.getting_started_button a,
.getting_started_button > a {
  display: inline-block;
  padding-right: 20px !important;
  background: #00ff2c;          /* button background */
  color: #000000 !important;    /* text color */
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600 !important;
  transition: background 0.2s ease;
}

.getting_started_button a:hover,
.getting_started_button > a:hover {
  background: #0056b3;          /* hover color */
  color: #ffffff !important;
  font-weight: 600 !important;
}

/* Mobile offcanvas - extra left padding */
@media (max-width: 991px) {
/* Make this menu item look like a button */
.getting_started_button a,
.getting_started_button > a {
  display: inline-block;
  padding-left: 60px !important;
  background: #00ff2c;          /* button background */
  color: #000000 !important;    /* text color */
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600 !important;
  transition: background 0.2s ease;
}

.getting_started_button a:hover,
.getting_started_button > a:hover {
  background: #0056b3;          /* hover color */
  color: #ffffff !important;
  font-weight: 600 !important;
}
}