/*
Theme Name: Info Centre
*/
/*@import url('//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
*/@import url('https://fonts.googleapis.com/css2?family=Anton&family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
body{
        font-family: Seoge UI;
        margin: 0;
        overflow: auto;
        overflow: auto;
}
table, td,tr,th{
  text-align: center;
}
header{
  background:#000;
  width:100%;
  height:100px;
}

header .menu{
  list-style-type: none;
  margin:0;
  padding:0;
  display: flex;
}

header .container{
  text-align: center;
    display: block;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin:0 auto;
}

header .menu li a{
  padding: 25rem 1rem;
}

header .menu li:first-child a{
  padding-left: 0;
}

header .menu li:last-child a{
  padding-right: 0;
}











body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 18px;
  background: #f4f4f4;
}

.list-wrapper {
  padding: 15px;
  overflow: hidden;
}

.list-item {
  border: 1px solid #EEE;
  background: #FFF;
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: 0px 0px 10px 0px #EEE;
}

.list-item h4 {
  color: #FF7182;
  font-size: 18px;
  margin: 0 0 5px;  
}

.list-item p {
  margin: 0;
}

.simple-pagination ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
  color: #666;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #EEE;
  background-color: #FFF;
  box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
  color: #FFF;
  background-color: #FF7182;
  border-color: #FF7182;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
  background: #e04e60;
}
  

#content{

  display: flex!important;
}

.notfound{
  display: none!important;
}



.form-control{
}


#content img{
  /*border-radius:10px!important;*/
  border-radius:  10px 10px 0px 0px;
  max-width: 100%;
}

.search-group select{
  display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 1rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.paginationCustom{
  text-align: center;
}


.lgImg{
  text-align: center;
}


#searchNotfound {
    text-align: center!important;
}


table img {
    width: 45%;
}

#specRow{
      padding: 30px 10px;
}
#specRow2{
      padding: 0 10px;
}
.table td, .table th {
   
    border: 1px solid #dee2e6;
}
/*#specRow table tbody tr td{
  width: 20%!important;
}*/
#specRow img{
  border-radius: 0!important;
}

.imgWidth{
  width:50%;
  margin:0 auto;
}

.imgWidth2{
  width:30%;
  margin:0 auto;
}

.paraWidth{
 padding:40px;
}


#bttbutton {
  display: inline-block;
  /*background-color: #000;*/
  background-color: transparent;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
#bttbutton::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #A8C62C;
  position: relative;
  bottom: -20px;
}
#bttbutton:hover {
  cursor: pointer;
  /*background-color: #5d5d5d;*/
}
#bttbutton:active {
  /*background-color: #5d5d5d;*/
}
#bttbutton.show {
  opacity: 1;
  visibility: visible;
}


/*button pagination*/

.btn-success {
    color: #000!important;
    background-color: #fff!important;
    border: none!important;
    font-size:20px!important;
    font-family: 'Oswald', sans-serif;
    padding: 10px 20px!important;
  
}


.btn-success:hover {
    color: #A8C62C!important;
    border: none!important;
    font-size:20px!important;
    font-family: 'Oswald', sans-serif;
    padding: 10px 20px!important;
}

.btn-sm{
 font-size:20px!important;
    font-family: 'Oswald', sans-serif;
    color: #A8C62C;

}


.btn:not(:disabled):not(.disabled){
  color: green;
}
.btn-success.disabled, .btn-success:disabled {
    color: #000!important;
    background-color: #fff!important;
    border: none!important;
    font-size:20px;
    opacity: 1!important;
   font-family: 'Oswald', sans-serif;

    padding: 10px 20px!important;
}


.accStyle {
    font-weight: 700!important;
    color: #555!important;
    background-color: transparent!important;
}
.accStyle:hover {
    font-weight: 700!important;
    color: #fff!important;
    background-color: #a8c62c!important;
}

.btn{
  text-align:left!important;
} 


.card-header:after {
    font-family: 'FontAwesome';
    content: "\f078";    
    float: right;
}

.accordion-opened .card-header:after {    
  font-family: 'FontAwesome'!important;
    content: "\f054"!important; 
       float: right!important;   
}

.accStyle > h5 .collapsed:after {
  content: '>';
  transform: rotate(90deg);
  color: gray !important;
  color: rgb(17, 25, 28, 1);
}

h5.mb-0{
  float:left;
}
.modal-lg {
    max-width: 90%!important;
}
/*media queries*/




@media screen and (min-width: 992px) {
.modal-lg {
    max-width: 90%!important;
}
}

@media screen and (max-width: 575px) {
.table-xs-responsive th, .table-xs-responsive td {
    width: 100% !important;
    display: block !important;
    box-sizing:border-box;
}

#specRow .w-100{
  padding-bottom: 20px!important;
}

.highImg img, .lowImg img {
    width: 45%;
}

table img{
    width: 100%;
}
}



@media screen and (max-width: 767px) {
.table.table-sm-responsive th, .table.table-sm-responsive td {
    width: 100% !important;
    display: block !important;
    box-sizing:border-box;
}

.table td, .table th {
    
    border-top:0!important;
}

#bttbutton::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 50px;
  color: #A8C62C;
  position: relative;
  bottom: -25px;
  right: -20px;
}

}

@media screen and (max-width: 992px) {
.table.table-sm-responsive th, .table.table-sm-responsive td {
    width: 100% !important;
    display: block !important;
    box-sizing:border-box;
}
}

@media screen and (max-width: 1200px) {
.table.table-sm-responsive th, .table.table-sm-responsive td {
    width: 100% !important;
    display: block !important;
    box-sizing:border-box;
}
}