::selection {
  background-color:#012690;
  color: #fff;
}
::-moz-selection {
  background-color:#012690;
  color: #fff;
}


.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.theme-color{
  color:#012690;
}


.price-table.active .price-head,
.fixed-header.header,
.ul-list-style li:after,
.btn-theme,
.theme-bg {
  /* background:#012690; */
}

.btn-theme {
  border-color:#012690;
  background: #00328c;
  cursor: pointer;
  margin-right: 10px;
}
.theme-g-bg {
    background: #a7a3a3;
}

@media (max-width: 991px){
  .header {
    /* background: #031034; */
  }
}