.bgcolor{
  background-color: rgb(204, 199, 199);
}
.container {
  background-color: aliceblue;
  height:auto;
}
img {
  width:100px;
  text-align:center;
}
logo{
  background-color: rgb(228, 226, 226);
}
tr th {
  text-align: left;
  color:rgb(0, 0, 0);
  line-height: 1.5;
}
tr th h5 {
  text-align: center;
  color:rgb(0, 0, 0);
  line-height: 1.8;
}
tr th h6 {
  text-align: center;
  color:rgb(0, 0, 0);
  line-height: 1.8;
  background: #0483aa;
}

.rules01{
  line-height: 2.8;
  padding:50px 100px 100px 100px;
  text-align:justify;
}

.line1{
  padding-left: 200px;
  padding-bottom: 10px;
}

.line2 {
  float:right;
}
.footer{
  background-color: rgb(228, 226, 226);
}

.backcolor {
  background: #084f63;
  height:300px;
}



/* Style the upper navigation bar */
.uppernav {
  overflow: hidden;
  background-color: rgb(236, 235, 235);
}

/* Style the topnav links */
.uppernav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  background-color: #ddd;
  text-decoration: none;
}

/* Change color on hover */
.uppernav a:hover {
  background-color: #ddd;
  color: rgb(255, 255, 255);
}

/* Start Style the main top navigation bar */
.topnav {
  overflow: hidden;
  background-color: rgb(228, 226, 226);
}

.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: rgb(255, 250, 250);
  color: rgb(0, 0, 0);
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* END Style the main top navigation bar */

.wd-10 {
  width: 120px !important;
}

.txt-a {
  color: #262626;
}
.title-default {
  font-size: 17px;
}
.title {
  font-size: 19px;
}
.bg {
  background: #e4e2e2 !important;
}
.navbar .navbar-brand, .navbar .navbar-nav .nav-link {
  font-size: 17px;
  font-weight: 600;
  padding: 15px;
  color: #333;
  margin-right: 0;
}
.navbar .navbar-brand:hover, .navbar-nav .nav-link:hover {
  background-color: rgb(255, 250, 250);
}
.coverage {
  height: 100vh;
}
.fs-17 {
  font-size: 17px !important;
}
.heading {
  padding: 15px !important;
  color: #303030;
}
.heading i {
  color: #008000;
  font-size: 22px;
  margin-right: 5px;

}
.auth {
  background: #fff;
}
.profile-link a {
  background: #99ff99;
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

/* ============ compassionate-profile-view.php ========== */
.bio {
  border-bottom: 2px solid #f2f2f2;
  padding: 8px 0px;
}
.bio .bio_name {
  color: #303030;
  font-weight: 600;
  margin-bottom: 5px;
}
.bio .bio_name i {
  color: #008000;
  margin-right: 5px;
}
.bio .bio_details {
  margin-bottom: 5px;
  margin-left: 17px;
  color: #303030;
}
.bio_1 {
  border-top: 2px solid #f2f2f2;
}
/* ========================== */

.mytab-details .active {
  background: #fff;
}

.counter-box {
  border: 5px solid #99ff99;
  background: rgb(255, 250, 250);
  padding: 10px;
  margin: 15px 0px;
}
.counter-box p {
  font-size: 18px;
  margin-top: 15px;
}

/*****************/
