body {
  padding-right: 0 !important;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #e0e0e0;
}
#content {
  background: #fff;
  display: flex;
  flex: 1;
  width: 100%;
  margin-top: 0;
  padding-top: 150px;
  justify-content: center;
  max-width: 1320px;
  margin: 0 auto;
}
#footer-container {
  margin: auto;
  background-color: #1e2b37;
  width: 100%;
}
.btn-lt-gray {
  background: #e5e5e5;
  border-radius: 25px;
  font-size: 16px;
  min-width: 150px;
  padding: 5px 25px;
}
.btn-blue-border {
  border: 1px solid #6ecded;
  border-radius: 25px;
  font-size: 16px;
  color: #06a7e1;
  min-width: 150px;
  padding: 5px 25px;
}
.btn-blue {
  background: #6ecded;
  border-radius: 25px;
  font-size: 16px;
  color: #fff;
  min-width: 150px;
  padding: 5px 25px !important;
}
.shadow {
  box-shadow: -2px -2px 27px 0 #b9b9b9ff !important;
  -webkit-box-shadow: -2px -2px 27px 0 #b9b9b9ff !important;
  -moz-box-shadow: -2px -2px 27px 0 #b9b9b9ff !important;
  padding: 30px;
  border-radius: 25px;
  margin-top: 50px;
}
.right-col {
  background: #c2f4ff;
  border-top-right-radius: 30px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: center;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #ced4da;
}
.lt-blue {
  background: #efefef99;
  padding: 40px 20px;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
}
.progress-bar {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
  flex-direction: row;
  background: transparent;
  margin: 20px 0 0;
}
.step {
  width: 30px;
  height: 30px;
  border: 2px solid #ced4da78;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  font-family: sans-serif;
  color: #aaa;
  background: #fff;
}
.step.active {
  color: #0af;
  font-weight: 700;
}
.step.completed {
  background-color: #c2f4ff;
  color: transparent;
  position: relative;
}
.step.completed::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #07a6e0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.div-l1 {
  display: flex;
  flex-direction: column;
  width: 80%;
  min-height: 450px;
  justify-content: space-evenly;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #secnav-link {
    background: #fff;
    font-size: 15px;
    font-weight: 500;
    color: #555658 !important;
    margin-top: 3px;
    width: unset !important;
    height: 30px;
    white-space: nowrap;
    display: flex;
    flex: 1;
    padding: 0 10px;
    border-right: 1px solid #c4c4c4;
  }
  #secnav-link a,
  #secnav-link a:hover,
  #secnav-link a:active,
  #secnav-link a:visited {
    color: #555658 !important;
  }
  #sec-nav .lnk3 {
    border-left: 1px solid #55565840;
    font-size: 0.938rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    cursor: pointer;
    padding-top: 0;
    background: #06a7e1;
    padding-bottom: 20px;
  }
  #content {
    padding-top: 2px;
  }
  #breadcrumb {
    margin: 10px 0 20px 0 !important;
  }
  #sec-nav > div {
    height: 23px;
  }
}

@media (min-width: 768px) {
  #breadcrumb {
    margin: 30px 20px !important;
  }
}

@media (max-width: 991px) {
  .btn-lt-gray {
    padding: 9px 20px !important;
  }
  .btn-blue-border {
    padding: 9px 20px !important;
  }
  .btn-blue {
    padding: 9px 20px !important;
  }
  .btn-save {
    width: 100%;
    padding: 13px 0 !important;
  }
  .shadow {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    padding: 0px 0 30px;
    margin-top: 0px;
    box-shadow: none !important;
  }
  .div-l1 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  #content {
    padding-top: 105px;
  }
  #secnav-link {
    background: #fff;
    color: #555658 !important;
    padding: 0 4px;
    line-height: normal;
    white-space: normal;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    align-items: center;
    border-right: 1px solid #c4c4c4;
    width: unset !important;
    flex: 1;
    white-space: nowrap;
  }
  #pageHeading {
    text-align: left;
    width: 100%;
    margin: 40px 0 0px;
  }
}

@media (min-width: 1200px) {
  #secnav-link {
    background: #fff;
    color: #555658 !important;
    padding: 0 16px;
    line-height: normal;
    white-space: normal;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    align-items: center;
    border-right: 1px solid #c4c4c4;
    width: unset !important;
    flex: 1;
    white-space: nowrap;
  }
  .maxWidthContainer {
    max-width: 1320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #sec-nav {
    max-width: 1322px;
  }
}

@media (min-width: 1668px) {
  #content {
    max-width: 1320px;
    margin: auto;
    background: #fff;
  }
}
