:root {
  --darkgreen: #005361;
  --white: #fff;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.bgwt{
	background-color: #fff;
	padding: 25px;
	color: #221f1f;
	text-align: justify;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.12);
	font-size: 14px;
line-height: 23px;
}


.tabs-to-dropdown .nav-wrapper {
  padding: 15px;
border-radius: 15px;
	background-color: #fff;
	margin-bottom: 35px;
	width: 100%;
    margin: auto;
    box-shadow: 0px 2px 7px 1px #ccc;
   margin-bottom: 35px;
}

.tabs-to-dropdown .nav-wrapper a {
  color: var(--darkgreen);
	 margin-right: 30px;
font-size: 18px;
font-weight: bold;
}

.tabs-to-dropdown .nav-pills .nav-link.active {
  background-color: #028734;
	
}

.tabs-to-dropdown .nav-pills li:not(:last-child) {
 margin-right: 30px;
font-size: 12px;
font-weight: bold;
}

.tabs-to-dropdown .tab-content .container-fluid {
  max-width: 1250px;
  
}

.tabs-to-dropdown .dropdown-menu {
  border: none;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.08);
}

.tabs-to-dropdown .dropdown-item {
  padding: 14px 28px;
}

.tabs-to-dropdown .dropdown-item:active {
  color: var(--white);
}

@media (min-width: 1280px) {
  .tabs-to-dropdown .nav-wrapper {
    padding: 15px 30px;
  }
}

