.schemes li a {
  padding: 10px 15px;
  /* Adjust as needed */
  display: inline-block;
  /* Ensures padding is applied correctly */
  color: black;
}

.tab_scoller{
  max-height: 600px;
  overflow-y: auto;
}

.schemes .tab-content{
  max-height: 600px;
  overflow-y: auto;
}

.page-tab .nav-link {
  cursor: pointer;
  color: black;
}

.page-tab .nav-item {
  margin: 0 3px 5px 0px !important;
  background: #ffecd1;
  border: 1px solid #dcc8ad;
}

.page-tab .nav-link.active {
  background-color: #383db3 !important;
  color: #f0f0f3 !important;
  font-weight: 400;
}

.page-tab .nav-link:hover {
  background-color: #5a5cdb;
  color: #f0f0f3 !important;
}

.containerPage {
  margin-bottom: 5%;
  padding-bottom: 2%;
  padding-top: 2%;
}

.back-btn {
  border: 1px solid #383db3;
  float: right;
  padding: 7px 16px;
  background: #383db3;
  color: #fff !important;
}



.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  width: 250px;
  background: #2025a6;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.pgLinks {
  background: #DDE1F8;
  padding: 7px;
  font-size: 1em;
  font-weight: normal;
}

.section-title {
  font-size: 1.25rem;
  /* Adjust as needed */
  font-weight: bold;
  margin-top: 1rem;
  /* Adjust spacing as needed */
  margin-bottom: 0.5rem;
  /* Adjust spacing as needed */
}

.main-content ul li {
  margin-bottom: 6px;
}
.sitemap-menu li {
  text-transform: capitalize !important;
  position: relative;
  padding-left: 10px;
  line-height: 25px;
}

.sitemap-menu a {
  underline:none;
}

.feedback-form {
  background-color: #eee;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width:80%;
}

.form-group{
  padding-top: 10px;
}

.btn-primary {
  border: 1px solid #383db3;
  padding: 7px 16px;
  background: #383db3;
  color: #fff !important;
}



.headingTitle{
  margin: 0 0 0px;
    border-bottom: 1px solid #0066b3;
    padding: 7px 15px 7px;
    font-size: 1.1em;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    background: #0066b3;
    border-left: 6px solid #f7941e;
    text-transform: uppercase;
}
