html{
  scroll-behavior: smooth;
}
/* Base */
.boxshadowdesign{
  padding: 30px;
  }

  .boxshadowdesign:hover{
    box-shadow: 0 4px 8px 0 rgb(20, 20, 20), 0 6px 20px 0 rgb(0, 0, 0);
    }
    .card-Inner{
      box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
      border-radius: 5px;
      padding: 0px 0px;
      max-width: 299px;
      transition:  1s;

    }
    .card-Inner:hover{
      transform: scale(1.1) !important;
      transition:  1s;
      z-index: 1000;
    }
   .imgh{
     width: 200px;
     height: 300px;
   }
   /* weather page css */
   .background-image{
     background-image: url(../images/weather.jpg);
     background-attachment: fixed;
    background-size: cover;
    padding-top: 4px;

   }
   .card-Inner2{
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    border-radius: 5px;
    transition:  1s;
  }
  .card-Inner2:hover{
    transform: scale(1.1) !important;
    transition:  1s;

  }

   /* end weather page css */

  .table-max-height{
    max-height: 445px;

  }
  .table-max-widht{
    max-width: 1150px;
  }
  .table-responsive > table, th, td {
    border: 1px solid #dddddd;
  }
  .table-responsive > table > thead {
    background: #f8f9fa;
  }
  .table {
    margin-top: 1em;
  }
   /* Vertical Tabs */

   .slide-nav {
    height: 80px;
    background-color: #fff;
    position: relative;
}
.slide-right-outsize {
    color: #01c0c8;
    width: 40px;
    height: 100%;
    cursor: pointer;
    text-align: center;
    line-height: 75px;
    position: absolute;
    z-index: 101;
    top: 0;
    right: 0;
    background-color: #fff;
}
.slide-right {
    color: #01c0c8;
    width: 40px;
    height: 100%;
    cursor: pointer;
    /*border: 1px solid #fff;*/
    text-align: center;
    line-height: 75px;
    position: absolute;
    z-index: 101;
    top: 0;
    right: 40px;
    background-color: #fff;
}
.slide-center {
    display: block;
    width: 100%;
    /*border: 1px solid #fff;*/
    height: 100%;
    overflow: hidden;
    position: relative;
}
.slide-center.open{
    left: -50px;
}

.list-cat {
    margin-right: 20px;
    white-space: nowrap;
    margin-left: 20px;
    height: 100%;
    padding-top: 21px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .7s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    user-select: none;
}
.box-cat {
    margin-right: 20px;
    /*border: 1px solid #ddd;*/
    width: 100px;
    height: 100%;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    margin-top: 8px;
    margin-bottom: 8px;

}
.cat-preview {
  border: 2px solid #01c0c8;
  width: 109px;
  height: 33px;
  margin: 0px auto;
  font-size: 15px;
  text-align: center;
  color: #01c0c8;
  border-radius: 3px;
  font-weight: 500;
}
.cat-preview a{
  vertical-align: sub;
}
.box-cat2 {
  margin-right: 150px;
  /*border: 1px solid #ddd;*/
  width: 100px;
  height: 100%;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  padding:20px;
  margin-left: 18px;

}
.cat-preview2  {
  border: 2px solid #01c0c8;
  width: 243px;
  height: 33px;
  margin: 0px auto;
  font-size: 18px;
  text-align: center;
  color: #01c0c8;
  border-radius: 26px;
}

.box-cat > label {
  margin-top: 14px;
  text-align: center;
  width: 246%;
    font-size: 15px;
    font-weight: 700;
    color: #44696b;
    word-break: break-all;
    white-space: normal;
    text-transform: uppercase;
}

.slide-left-outsize {
    color: #01c0c8;
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    text-align: center;
    line-height: 75px;
    cursor: pointer;
    background-color: #fff
}
.slide-left {
    color: #01c0c8;
    width: 40px;
    height: 100%;
    cursor: pointer;
    /*border: 1px solid #fff;*/
    text-align: center;
    line-height: 75px;
    position: absolute;
    z-index: 101;
    top: 0;
    left: 40px;
    background-color: #fff;
}

.time {
    width: 70px;
  }
.navbar-nav {
  
  margin-top: 15px;
font-size: 18px;
display:inline-flexbox;
}
a {
  color:black !important;}
.mt-n4 {
  margin-top: -4.5em;
}
#total-sec {
  display: block;
}
/* #totla-sec:target {
  display:block!important;
} */
#time-sec {
  display: none;
}
.menu:hover {
  background-color: #17a2b8;
  color: white;
}
.menu:hover a {
  color: #ffff;
}
.menu-active {
  background-color: #17a2b8;
  color: #ffff;
}
.menu-active a {
  color: #ffff;
}
/*====================*/

.r-table{
  font-size: 14px;
}
.r-table tbody{
  font-size: 15px;
}
.r-table td{
  padding: 10px 4px !important;
  text-align: center;
    vertical-align: inherit !important;

}
.r-table th{
  padding: 10px 4px !important;
  text-align: center;
  vertical-align: inherit !important;
}
/*fix-heading table*/
