

nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sitemap {
   max-width: 1200px;
    margin: 10px auto;
    width: 100%;
    background-color: #ffffff;
    padding: 10px 0;
}


.panelborder {
        border: 1px solid #ddd;
    border-radius: 3px;
    padding: 20px 20px 10px 20px;
    margin: 10px;
}

.panelborder h2{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}

.sitemap .blackbullets {
    width: 100%;
    display: inline-block;
    margin: 0 0 0;
}

.sitemap .blackbullets li {
    float: left;
    width: 25%;
    padding-right: 10px;
    padding-bottom: 8px;

}

.sitemap .blackbullets li > ul{
  padding-left: 20px;
}

.sitemap .blackbullets li > ul li {
  width: 100%;
}

.sitemap .blackbullets li a {
    font-size: 14px;
    padding-left: 15px;
    text-transform: capitalize;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    overflow: hidden;
    display: block;
    position: relative;
     text-transform: uppercase;
     font-weight: 600;
}

.sitemap .blackbullets li > ul li a{
  text-transform: capitalize;
  font-weight: 400;
}

.blackbullets li a:before {
    position: absolute;
    left: 0;
    top: 7px;
    content: "";
    width: 7px;
    height: 7px;
    background: #337ab7;
    border-radius: 100%;
}

.blackbullets li a:before {
    top: 6px;
}

.disclaimer_sec{
  background-color: #ffffff;
      padding: 10px;
}

.dislaimer_details{
font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.58;
    letter-spacing: -.003em;
    padding: 10px;
    color: #185bac;
}

.disclaimer_sec .img_block {
    float: right;
    padding: 10px 0 0 10px;
}




@media only screen (min-width: 769px) and (max-width: 1024px){
 .sitemap .blackbullets li{
      display: inline-block;
      width: 50%;
      margin: 0 -2px;
      float: left;
    }

    .sitemap .blackbullets li a {
      font-size: 12px;

    }
}



@media only screen and (max-width: 1024px){
 .sitemap .blackbullets li{
      display: inline-block;
      width: 50%;
      margin: 0 -2px;
      float: left;
    }

    .sitemap .blackbullets li a {
      font-size: 12px;

    }
}


@media only screen and (max-width: 768px){
    .sitemap .blackbullets li{
      display: block;
      width: 100%;
      margin: 0 -2px;
      float: none;
    }

    .sitemap .blackbullets li a {
      font-size: 12px;

    }
}