*{
    margin: 0;
    padding:0;
}
body{
    background-color: #fff;
    font-family:Arial, Helvetica, sans-serif;

}

.nav-tabs{
  background-color: #92f3fc;
  position: relative;
} 
/* ye nav tab ki codding h like imd cwc */
.nav-tabs a{
    display: inline-block;
    padding: 10px;
    color:#330c97;
    font-size: 15.5px;
     font-weight: bold;
     font-family: Arial, Helvetica, sans-serif; 
    margin-right: 15px;
  } 
   
.nav-tabs a:hover{
    background-color: #3d2e0e !important; 
    border-radius: 5px;
    color:#fff; 
    text-decoration: none;
    

    }
    p{
      /* color: #330c97; */
        color:#330c97;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: justify;
        
    }
   
.gallery
    {
     display: inline-block;
     margin-top: 20px;
    }

    .card-link{
  font-size: 16px;
    /* font-weight: bold;  */
 font-family: Arial, Helvetica, sans-serif;
 list-style-position: inside;
}
    
     /* .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
            display: block;
        }
        .dropdown-menu{
            margin-top: 0;
        }
        .dropdown-toggle{
            margin-bottom: 2px;
        }
        .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
            margin-bottom: 0;
        } 
      */
      #button {
        display: inline-block;
        background-color: #060529;
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 4px;
        position: fixed;
        bottom: 30px;
        right: 30px;
        transition: background-color .3s, 
          opacity .5s, visibility .5s;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
      }
      #button::after {
        content: "\ea5e";
        font-family: IcoFont;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
      }
      #button:hover {
        cursor: pointer;
        background-color: #92f3fc;
        color:#060529;
      }
      #button:active {
        background-color: #060529;
      }
      #button.show {
        opacity: 1;
        visibility: visible;
      }
      #button {
        margin: 30px;
      }