.pagination_wrap {
    width: 100%;
    margin: 15px 10px;
}
.pagination {
   display: -ms-flexbox;
   display: flex;
   padding-left: 0;
   list-style: none;
   border-radius: .25rem;

}
.page-item:first-child .page-link {
   margin-left: 0;
   border-top-left-radius: .25rem;
   border-bottom-left-radius: .25rem;
}
.page-link:not(:disabled):not(.disabled) {
   cursor: pointer;
}
.page-link {
   position: relative;
   display: block;
   padding: .5rem .75rem;
   margin-left: -1px;
   line-height: 1.25;
   color: #007bff;
   background-color: #fff;
   border: 1px solid #dee2e6;
}

.page-item.active .page-link {
   z-index: 1;
   color: #fff;
   background-color: #007bff;
   border-color: #007bff;
}
.page-link:not(:disabled):not(.disabled) {
   cursor: pointer;
}
.page-item:last-child .page-link {
   border-top-right-radius: .25rem;
   border-bottom-right-radius: .25rem;
}

.custom_style ul {
	margin-left: 15px;
	list-style: disc;
}
.custom_style ul li ul {
	list-style: circle;
}


.flip-items li img{
	width: 700px;
}

@media only screen and (max-width: 768px) {
    .flip-items li img{
        width: 300px;
    }
    .title {        
        font-size: 1.5rem;
        font-weight: 700;        
    }
}


@media only screen and (max-width: 1280px) {

	.navbar-item, .navbar-link {
        padding: 3px 10px !important;
    }

}

 #carousel-demo img {
     width: 100%;
  }
@media only screen and (max-width: 767px) {
  #carousel-demo img {
      height: 71vh;
      object-fit: cover;
  }
  a.navbar-item {
      background: #091f8a;
      border-bottom: 2px solid #fff;
      font-size: 18px;
      color: #fff;
      text-align: center;
	  padding: 5px 1rem !important;
  }

  .navbar-item.has-dropdown {
    padding: 0 !important;
}
	.navbar-link, .navbar-dropdown a.navbar-item {
        background-color: #ffffff;
        color: #091f8a;
        text-transform: none;
        font-weight: 500;
        white-space: nowrap;
        font-size: 14px;
  		padding: 2px 5px !important;
    }


}


/*** EQ */



div.eq-content .table.table-bordered {
    width: 100% !important;
}
div.eq-content .table.table-bordered td, div.eq-content .table.table-bordered th {
    border: 1px solid #dddddd;
    padding: 1px;
    vertical-align: top;
    border-width: 1px !important;
	padding: 2px 8px;
	font-size: 12px;
}

div.eq-content .table.table-bordered {
    width: 100% !important;
    font-size: 15px !important;
}
div.eq-content h1 {
    font-size: 25px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
  div.eq-content .table{
	display: block;
	overflow: hidden;
	overflow-x : scroll;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px){
  .tablet-overflow-hidden {
      overflow:hidden
  }

}

