body{
    background: #187292;
    background-size:cover;
    position:relative;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    overflow-x: hidden;
    
}
.heading {
    background-color:#2E3E5E;
    color: #fff;
    padding: 2px 15px;
    border-bottom: 1px solid #2E3E5E;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-title{
    font-size: 25px;
    padding: 5px 0;
}
.panel{
    border: 1px solid #014343;
    border-radius: 5px;
    background-color: #fff;
}
/*.panel-body{
    margin-top: 5%;
    }*/


@media screen and (max-width: 600px){
    .panel-body{
        margin-bottom: 15%;
    }
}
@media screen and (min-width: 600px) and (max-width: 768px){
    .panel-body{
        margin-bottom: 15%;
    }
    }
label{
    font-weight: 600;
}
form{
    padding: 10px;
}
input[type=submit]{
  background: #2E3E5E;
  color: white;
  padding: 8px 10px;
  border: 1px solid #E6E9EF; 
  border-radius: 3px;
}
@media screen and (max-width: 600px){
    body{
        height: auto;
    }
    .panel{
        margin-bottom: 100%;
    }
}
#text{
    text-transform: uppercase;
}


/*view story*/
.table-responsive{
    padding: 0 15px;
    margin-top: 25px;
}

@media screen and (max-width: 600px){
    .mobile{
        margin-left: 10px;
    }
    .mobile-box{
        width: 73%;
        margin-left: 15px;
    }
    input[type=submit]{
        width: 80%;
    }
}
th{
    color: #C62727;
    font-weight: 500;
    font-size: 18px;
}
tr{
    border: 1px solid grey;
}
td{
    font-weight: 600;
}
.far{
    color: darkblue;
}

/*full story*/
.story{
    
    padding: 40px 25px;
    font-size: 18px;

}


/*terms and condition*/

#cont1{
  margin-top: 15px;
  padding-bottom: 15px;
  padding-right: 25px;
}
#terms{
  font-family: Palatino, 'Palatino Linotype';
  font-size: 18px;
  background-color:#fff;
  border-radius: 4px;
  padding: 20px 5px;
}
#terms a{
    text-decoration: none;
}
#terms ol{
    padding-left: 65px;
    padding-right: 50px;
}
#terms ol.lower{
    list-style-type: lower-roman;
}
.alpha{
    list-style-type: upper-alpha;
}
.alpha1{
   list-style-type: lower-alpha; 
}
@media screen and (max-width: 600px){
    #cont1{
        padding: 0 15.5px 0 15px;
    }
    #terms{
        font-size: 16px;
        margin-bottom: 20px;
    }
    #terms ol{
        padding-left: 50px;
        padding-right: 30px;
    }
    #terms ol.lower{
        padding: 0 12px;
    }
    #terms ol.alpha{
        margin-left: -25px!important;
    }
}
/*status*/

.deactive_status_btn{
    text-decoration: none;
    border: 5px solid #006800;
    padding: 5px;
    background: green;
    color: #fff;
    border-radius:15px;
}
.active_status_btn{
    text-decoration: none;
    border: 5px solid #f20000;
    padding: 7px;
    background: red;
    color: #fff;
    border-radius:15px;

}

.social-menus {
  display: inline-block;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-menu ul {
}
.social-menus ul {
  float: right;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-menus ul li {
  display: inline-block;
  margin: 0 8px;
  font-size: 20px;
}
.social-menus ul li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
}

.social-menus {
  display: inline-block;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-menu ul {
}
.social-menus ul {
  float: right;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-menus ul li {
  display: inline-block;
  margin: 0 8px;
  font-size: 20px;
}
.social-menus ul li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #04567C;
  color: #fff;
  border-radius: 50%;
  font-size: 36px;
  text-align: center;
}
.social-menus ul li a:hover {
    background: #FF6800;
}
#main_nav {
    flex-grow: 0 !important;
}
@media screen and (max-width: 767px){ 
    .social-menus {
        margin-right: 26px;
    }
    .social-menus ul li {
        margin: 0 4px;
    }
    .social-menus ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}