*:focus {outline:0;}
.toolbar-nav .nav-child.item-selected{
    display: block;
}
.toolbar-nav .nav-child.item-selected > li > a.selected {
    background: #273d5a;
}
.swiper-pagination-bullets{
  position: absolute;
  display: flex;
  height: 20px;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  top: 310px;
  width: calc(100% - 16px) !important;
  margin-left: 16px;
}
.swiper-pagination-bullet {
  width: 7px !important;
  height: 7px !important;
  border-radius: 0% !important;
  background-color: #fff !important;
  opacity: 0.4 !important;
  margin: 0 8px !important;
}
.swiper-pagination-bullet-active{
	background-color: #d7363c !important;
  width: 11px !important;
  height: 11px !important;
  margin: 0 6px !important;
  opacity: 1 !important;
}
.search-page table:first{
    display: none !important;
}
@media (min-width: 980px) {
  .swiper-pagination-bullets {
    width: calc(100% - 78px) !important;
    margin-left: 78px;
  }
}
@media (min-width: 1280px) {
  .swiper-pagination-bullets {
    width: calc(100% - 100px) !important;
    margin-left: 94px;
    top: 340px;
  }
}
@media (min-width: 1460px) {
  .swiper-pagination-bullets {
    width: calc(100% - 80px) !important;
    margin-left: 80px;
  }
}
@media (min-width: 1680px) {
  .swiper-pagination-bullets {
    width: calc(100% - 30px) !important;
    margin-left: 30px;
  }
}
.footer a{
    color: #fff;
}
/*-----------------------------   Page loader   -----------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: #d53740;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.loader--is-hidden {
  display: none;
}
.loader--is-load {
  opacity: 0;
}
.loader__content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  width: 120px;
  height: 120px;
  margin: auto;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.loader--is-load .loader__content {
  opacity: 0;
}
.loader__img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}