.marquee_div1 {
  background: #C2EEFF;
  color: #fff;
  padding: 3px 15px;
  vertical-align: middle;
  font-family: "Poppins-SemiBold";
  display: flex;
  font-size: 13px;
  margin-bottom: 0px;
}

.marquee_div1 marquee span {
  white-space: nowrap;
  transform: translateX(0);
  animation: b-text-scroll 15s linear infinite;
}

@keyframes b-text-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.marquee_div2 {
  background: #91DFFD;
  color: #fff;
  font-family: "Poppins-SemiBold";
  padding: 3px 15px;
  vertical-align: middle;
  display: flex;
  font-size: 13px;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.pr-0 {
  padding-right: 0px !important;
}

.mt-30 {
  margin-top: 30px;
}

.marquee-text {
  font-size: 14px;
  font-weight: 600;
  color: #ff0000;
  margin: 0px;
}

.marquee span:nth-child(1) {
  animation-delay: 0s;
}

.marquee span:nth-child(2) {
  animation-delay: 0.8s;
}

.marquee span:nth-child(3) {
  animation-delay: 1.6s;
}

.marquee span:nth-child(4) {
  animation-delay: 2.4s;
}

.marquee span:nth-child(5) {
  animation-delay: 3.2s;
}

@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
.tabs {
  display: none;
}

.tabs-pane {
  display: none;
}

.nav .nav-tabs .active {
  display: block;
}

.nav.nav-tabs {
  border-width: 0px;
  margin-bottom: 1rem;
}

.nav.nav-tabs li {
  display: list-item;
  list-style: none;
  float: left;
  padding: 12px 15px;
  font-family: "Poppins-Medium";
  font-size: 16px;
  border-width: 0px;
  background: none;
}

.nav.nav-tabs li a {
  color: #000000;
  font-family: "Poppins-Medium";
}

.nav.nav-tabs li.active {
  color: #00ADEF;
  border-bottom: 5px solid #003267;
}

.nav-tabs + .tabs-content .tabs-pane.active {
  opacity: 1;
}

.mt-heading {
  color: #003267;
  line-height: 1.16rem;
  font-weight: bold;
  font-size: 0.9rem;
  margin: 0.5rem 0rem;
  text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  text-align: center !important;
  border: 1px solid transparent !important;
  border-radius: 100% !important;
  font-size: 0.8rem;
  padding: 1px 2px !important;
  width: 22px !important;
  height: 22px !important;
}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.current, .dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.current:hover {
  background: #00adef !important;
  color: #fff !important;
}

.dataTables_filter {
  display: none !important;
}

table.dataTable {
  width: 100% !important;
  box-sizing: border-box !important;
  border: none;
  border-collapse: collapse !important;
  white-space: normal;
}

table.dataTable.dataTableBody td, table.dataTable.dataTableBody th {
  padding: 2px;
  font-size: 0.8rem;
  padding: 3px 5px;
}

.arrow-none {
  display: none;
}

table.dataTable.dataTableBody th {
  font-weight: 500;
  text-align: center;
}

table.dataTable.dataTableBody tfoot td {
  text-align: center;
}

table.dataTableBody td {
  line-height: 1rem;
  text-align: center;
}

table.dataTable.dataTableBody td:first-child {
  text-align: center;
}

.dataTables_length select {
  border-radius: 30px !important;
  height: auto !important;
  padding: 2px 4px;
  font-size: 0.8rem;
  margin-top: 5px;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  border: 1px solid #EEEEEE;
}

.dataTables_info {
  display: block;
  font-size: 0.8rem;
}

.dataTables_wrapper .dataTables_length label {
  font-size: 0.8rem;
}

.tabs-pane.fade.active {
  opacity: 1;
}

.text-center {
  text-align: center;
}

.secdesc {
  font-size: 0.8rem;
  color: #003267;
  line-height: 1rem;
}

.dataTables_wrapper .dataTables_info {
  bottom: 12px !important;
  left: 115px !important;
  position: absolute;
}

h4 {
  font-size: 16px !important;
}

@media screen and (max-width: 767px) {
  .dtpage .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    left: 103px !important;
  }
}