.home-section {
  padding: 5em 4.5em 4em 5.5em;
}

.btn-block {
  display: block;
  width: 100%;
}

.nav-link:hover {
  color: #FF3D57;
}

.font-weight-bold {
  border: 1px solid #ff3d57!important;
  color: #ff3d57;
  background-color: white;
}

.bg-light {
  background-color: white !important;
}

.navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.dropdown-menu {
  width: auto;
  padding: 0;
  margin: 0;
}

.dropdown-item {
  padding: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
}

.tab-container {
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  border-right: 1px solid #dee2e6;
  height: 100%;
}

.tab-container tab-L {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #212529;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
}

.tab-container tab-L:hover {
  background-color: #efe9ec;
  cursor: pointer;
  border-color: #dee2e6;
}

.tab-container tab-L.active {
  background-color: #fff;
  border-color: #dee2e6;
}

#nav-tab-content {
  padding: 1rem;
  flex-basis: 70%;
  height: 100%;
  overflow: visible;
  width: 52vw !important;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

#form .cog-page__navigation .cog-button {
  background: #FF3D57;
  width: 15% !important;
  display: flex;
  /*margin: 0 45%;*/
  /*padding: 8px 30px;*/
  border: none;
  padding: 10px 0px;
  justify-content: center;
  align-items: center;
  /*background: linear-gradient(0deg, #c5180d 56%, #ff3a2d 100%);*/
}

.l1 {
  color: #727b73;
}

.text {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(10%, -50%);
}

#icon-1 {
  display: none;
}

#icon-2 {
  display: none;
}

#nav-link-1:focus #icon-1 {
  display: inline;
}

#nav-link-2:focus #icon-2 {
  display: inline;
}

#nav-link-2:focus #icon-2 {
  display: inline;
}

