body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  background: #fff;
}
.brder-b{
  border-bottom: solid 1px #0291d2 !important;
}
.brder-ob{
  border-bottom: solid 1px #f77102 !important;
}
.fa-circle{font-size: 10px !important;color: #f77102;}
.orange{color: #f77102;}
.bule{color: #0290d1;}
.blue{color: #0290d1 !important;}
.text-left{text-align: left !important;}
.h3{font-size: 20px;}
p{text-align: justify;}
.zero{padding: 0 !important}
.pt15{padding-top: 15px;}
ul{padding: 0}
ul li{list-style: none;font-weight: bold;}
.ulli li{
  list-style: none;
  padding: 5px 0 !important;
  display: flex;
}
.ulli li i{
  font-size: 16px;
  color: #f77102;
  font-weight: bold;
  margin-right: 8px;
  padding-top: 5px;
}
.heading{font-weight: bold;color: #0291d2;padding-bottom: 4px;}
.heading i{
  font-size: 16px;
  color: #f77102;
  font-weight: bold;
  margin-right: 8px;
  padding-top: 5px;
}
.table-info, .table-info>td, .table-info>th {
    background-color: #0291d2;
    color: #fff;
}
.table-info th{text-align: left;font-size: 14px;padding: 4px !important;}
.title{text-align: center;padding: 15px 0;margin: 0;color: #f77102;font-size: 22px;font-weight: bold;
    font-family: 'Open Sans', sans-serif;}
.accordion1 {
  width: 100%;
  max-width: 360px;
  min-height: 75vh;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.accordion1 li{}
.accordion1 a{
  display: block;
  padding: 6px 12px;
  position: relative;
  color:#000;
  font-weight: 400;
  font-size: 16px;
  background-color: #FD979B;
  border-radius: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}
.accordion1 a:hover{
  text-decoration: none;
  color: #000;
  background-color: #bd898b;
}
.active{
  text-decoration: none;
  color: #000 !important;
}
.accordion1 a:focus{
  text-decoration: none;
  color: #000;
}
.accordion1 .link {
  cursor: pointer;
  display: block;
  padding: 6px 12px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  background-color: #FD979B;
  border-radius: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion1 li:last-child .link { border-bottom: 0; }

.accordion1 li i {
  position: absolute;
  top: 10px;
  left: 12px;
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion1 li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 12px;
  top: 12px;
}

.accordion1 li.open .link { color: #000; }

.accordion1 li.open i { color: #000; }

.accordion1 li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.submenu {
  display: none;
  background: transparent;
  font-size: 14px;
  margin-top: 10px;
}

.submenu li { border-bottom: transparent;padding: 0 10px;}

.submenu a {
  display: block;
  text-decoration: none;
  color: #000;
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: #ddd;
}

.submenu a:hover {
  color: #fff;
}
/*-----------*/
.accordion {
  width: 100%;
  max-width: 360px;
  min-height: 75vh;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.accordion li{}
.accordion a{
  display: block;
  padding: 6px 12px;
  position: relative;
  color:#000;
  font-weight: 400;
  font-size: 16px;
  background-color: #FD979B;
  border-radius: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}
.accordion a:hover{
  text-decoration: none;
  color: #fff;
  background-color: #bd898b;
}
.active{
  text-decoration: none;
  color: #fff !important;
}
.accordion a:focus{
  text-decoration: none;
  color: #fff;
}
.accordion .link {
  cursor: pointer;
  display: block;
  padding: 8px 12px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  background-color: #0291d2;
  border-radius: 4px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li .fa-chevron-down {
  position: absolute;
  top: 14px;
  left: 12px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 12px;
  top: 14px;
}

.accordion li.open .link { color: #fff; }

.accordion li.open i { color: #fff; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.submenu {
  display: none;
  background: transparent;
  font-size: 14px;
  margin-top: 0px;
  padding: 5px;
}

.submenu li { border-bottom: transparent;padding: 6px 0;
    font-weight: 600;
    text-align: justify;
    line-height: 21px;
    display: flex;}
.submenu li i{
  font-size: 16px;
    color: #f77102 !important;
    font-weight: bold;
    margin-right: 8px;
    padding-top: 5px;
}
.submenu a {
  display: block;
  text-decoration: none;
  color: #000;
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: #ddd;
}

.submenu a:hover {
  color: #fff;
}
.submenu h4 {
    margin: 0;
    color: #000;
    display: inline-block;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
}
.submenu h5 {
    margin: 0;
    color: #0291d2;
    display: inline-block;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
}
/*----*/
.scp-tt{
  margin: 0;
  padding: 10px;
  background-color: #f77102;
  color: #fff;
  font-weight: bold;
}
.scp-itm{
  width: 100%;
  border: solid 3px #f77102;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0px 7px 20px 2px rgb(150 150 150 / 69%);
}
.scp-itm img{margin: auto;width: 100%;}
.hot-page2-hom-pre-head {
  background: #0291d2;
  padding: 12px 0px;
  text-align: center;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  position: relative;
}
.hot-page2-hom-pre-head h4 {
  color: #ffffff;
  font-size: 20px;
  margin: 0px;
  font-weight: 600;
}
.hot-page2-hom-pre-head h4 span {
  font-weight: 600;
  font-size: 16px;
  font-family: 'Quicksand', sans-serif;
}
.hot-page2-hom-pre-head:after, .hot-page2-hom-pre-head:before {
  top: 45px;
  left: 48%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.hot-page2-hom-pre-head:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #0291d2;
  border-width: 9px;
  margin-left: -9px;
  z-index: 9;
}
.hot-page2-hom-pre {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 15px;
  width: 100%;
  box-shadow: 0px 7px 20px -5px rgba(150, 150, 150, 0.29);
  margin-bottom: 30px;
}
.hot-page2-hom-pre h4{margin: 0;color: #0291d2;display: inline-block;font-weight: bold;}
.str-full{width: 100%;padding: 30px 0 50px;}
.str-full h3{line-height: 30px;margin-bottom: 30px;}
.hot-page2-hom-pre ul li{
  padding: 6px 0;
  font-weight: 600;
  text-align: justify;
  line-height: 21px;
  display: flex;
}
.hot-page2-hom-pre ul li i{
  font-size: 16px;
  color: #f77102;
  font-weight: bold;
  margin-right: 8px;
  padding-top: 4px;
}
/*--*/
.hot-pre-head {
  background: #f77102;
  padding: 12px 0px;
  text-align: center;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  position: relative;
}
.hot-pre-head h4 {
  color: #ffffff;
  font-size: 20px;
  margin: 0px;
  font-weight: 600;
}
.hot-pre-head h4 span {
  font-weight: 600;
  font-size: 16px;
  font-family: 'Quicksand', sans-serif;
}
.hot-pre-head:after, .hot-pre-head:before {
  top:100%;
  left: 48%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.hot-pre-head:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #f77102;
  border-width: 9px;
  margin-left: -9px;
  z-index: 9;
}
.subhdd h5 {
    margin: 0;
    color: #0291d2;
    display: inline-block;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
}
.subhdd img{margin: auto;}
/*-------*/
.disease-itm{
  color: inherit;
  float: left;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 25px;
  width: 100%;
}
.disease-itm:hover{
  text-decoration: none;
}
.disease-itm h4{
  text-align: center;
  background-color: #0291d2;
  padding: 8px 5px;
  margin: 0;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.disease-img img{
  height: 150px;
}
.ost{
  width: 100%;
    background-color: #fdca01;
    padding: 12px 15px;
    border: solid 2px #d7ac02;
    border-radius: 5px;
    margin-top: 25px;
}
.ost p{
  color: #7030A0;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  margin-bottom: 0;
  line-height: 22px;
}
.table-striped > tbody > tr:nth-of-type(odd){
  background-color: #CFD5EA !important;
}
.table-striped > tbody > tr{
  background-color: #fff;
}
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td{
  vertical-align: middle !important;
  border: 1px solid #5e5e5e !important;
}
.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td{
  border-top:1px solid #5e5e5e !important;
}
.xyz{width: 100%;}
.xyz > thead > tr > th, .xyz > thead > tr > td, .xyz > tbody > tr > th, .xyz > tbody > tr > td, .xyz > tfoot > tr > th, .xyz > tfoot > tr > td{
  vertical-align: middle !important;
  border: 2px solid #f77102 !important;
  padding: 5px;
}
.adrs{
  border: solid 2px #0291d2;
    padding: 15px;
    margin-bottom: 20px;
}