.pill-nav a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px;
    text-decoration: none;
    font-size: 17px;
    border-radius: 5px;
    margin: 10px;
  
  
  }
  
  /* Change the color of links on mouse-over */
  .pill-nav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Add a color to the active/current link */
  .pill-nav a.active {
    background-color: var(--bs-primary);
    color: white;
  }
  .contu{
    box-sizing: border-box;
 
    border: 10px solid rgba(0, 0, 0, 0.037);
    margin-top:0;
    
    
  }
  .pill-nav{
   position: relative;
   justify-content: center;
   padding-left: 20%;
  letter-spacing: 1px;
 
  }
  .underline{
    box-sizing: border-box;
    border-bottom: 2px solid grey;

    margin: 10px;
  }
  
    .deatail{
      box-sizing: border-box;
      border: 1px solid rgba(0, 0, 0, 0.057);
      box-shadow: 1px rgba(0, 0, 0, 0.169);
    }
    .responsive {
      width: 100%;
      height: auto;
    }
    /* #home{
      box-sizing: border-box;
      border-bottom: 1px solid gray;
    } */
    .pill-nav a:hover {
      background-color: var(--bs-primary);
      color: white;
    } .pill-nav ::after{
      background-color: var(--bs-primary);
color: aliceblue;
    }
     #inclusion ul li{
   list-style: none;
     }
     /* sldeimage */
     * {
      box-sizing: border-box;
    }
    
    /* Position the image container (needed to position the left and right arrows) */
    .container {
      position: relative;
    }
    
    /* Hide the images by default */
    .mySlides {
      display: none;
    }
    
    /* Add a pointer when hovering over the thumbnail images */
    .cursor {
      cursor: pointer;
    }
    
    /* Next & previous buttons */
    .prev,
    .next {
      cursor: pointer;
      position: absolute;
      top: 40%;
      width: auto;
      padding: 16px;
      margin-top: -50px;
      color: white;
      font-weight: bold;
      font-size: 20px;
      border-radius: 0 3px 3px 0;
      user-select: none;
      -webkit-user-select: none;
    }
    
    /* Position the "next button" to the right */
    .next {
      right: 0;
      border-radius: 3px 0 0 3px;
    }
    
    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
      background-color: rgba(0, 0, 0, 0.8);
    }
    
    /* Number text (1/3 etc) */
    .numbertext {
      color: #f2f2f2;
      font-size: 12px;
      padding: 8px 12px;
      position: absolute;
      top: 0;
    }
    
    /* Container for image text */
    .caption-container {
      text-align: center;
      background-color: #222;
      padding: 2px 16px;
      color: white;
    }
    
    .row:after {
      content: "";
      display: table;
      clear: both;
    }
    
    /* Six columns side by side */
    .column {
      float: left;
      width: 16.66%;
    }
    
    /* Add a transparency effect for thumnbail images */
    .demo {
      opacity: 0.6;
    }
    
    .active,
    .demo:hover {
      opacity: 1;
    }
    @media (max-width:768px){
  .down{
    margin-left:  10px;
    margin-right: 5px;

  }
  .down1 h1{
    margin-left: 10px;
    margin-bottom:5px ;
    font-size: 20PX;
  }
}
  .down{
   
    margin-left:50px;
    margin-right: 70px;
    
  }
  .down1 h1{
    margin-left: 50px;
    margin-bottom: 20px;
    font-size: 20PX;

    text-decoration-line: underline;
  }
 


.privacy {

  box-sizing: border-box;
  border: 2px solid black;
  padding: 30px;
}