/* 2020/02/18 */

@charset "UTF-8";
.search__menu {
  width: 100%;
  display: flex;
}
.search__menu li {
width: 30%;
background: #0068b7;
font-size: 1.5rem;
font-weight: bold;
color: #fff;
text-align: center;
align-items: center;
text-decoration: none;
border: solid .2rem #0068b7;
padding: 1.8rem;
margin: .5rem;
box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
}
.search__menu li:hover {
  background: #004880;
//    color: #fff;
  border: solid .2rem #0068b7;
}
.search__menu .active {
//  background: #eee;
//  color: #0068b7;
//  border: solid .2rem #0068b7;
//  box-shadow: none;
}

.search__menu a,
.search__menu a:hover,
.search__menu a:active,
.search__menu a:visited{
color: #fff;
}
.search__menu .active {
background: #eee !important;
color: #0068b7 !important;
}

.service__category,
.service__business {
  width: 100%;
}
.service__category ul,
.service__business ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.service__category li,
.service__business li {
  width: 30%;
  height: 3rem;
  flex-grow: 1;
  background: #fff;
  font-size: 1rem;
  color: #333;
  text-align: center;
  align-items: center;
  text-decoration: none;
  border: solid 1px #333;
  padding: .2rem;
  margin: .5rem;
}
.service__category li:hover,
.service__business li:hover {
  background: #0068b7;
  color: #eee;
  border: solid 1px #0068b7;
}

.service__child__menu {
  width: 100%;
  display: flex;
}

a.btn {
background:  #fff;
box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.25);
color: #ffffff;
display: inline-block;
padding: 6px 30px 8px;
position: relative;
text-decoration: none;
-webkit-transition: all 0.1s 0s ease-out;
transition: all 0.1s 0s ease-out;
}
a.btn:hover {
background: #F2AF49;
box-shadow: 0px 8px 2px 0 rgba(0, 0, 0, 0.075);
-webkit-transform: translateY(-2px);
        transform: translateY(-2px);
-webkit-transition: all 0.25s 0s ease-out;
transition: all 0.25s 0s ease-out;
}
a.btn:active {
background: #0068b7;
box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.25);
-webkit-transform: translate3d(0, 1px, 0);
        transform: translate3d(0, 1px, 0);
-webkit-transition: all 0.025s 0s ease-out;
transition: all 0.025s 0s ease-out;
}
div.cards {
margin: 0 auto;
text-align: center;
}
div.card {
background: #ffffff;
border: solid 2px #fff;
display: inline-block;
margin: 8px;
max-width: 300px;
-webkit-perspective: 1000;
        perspective: 1000;
position: relative;
text-align: left;
-webkit-transition: all 0.3s 0s ease-in;
transition: all 0.3s 0s ease-in;
z-index: 1;
}
div.card img {
max-width: 300px;
}
div.card div.card-title {
background: #ffffff;
padding: 10px 15px 10px;
position: relative;
z-index: 0;
}
div.card:hover div.card-title {
color: #fff;
background: #0068b7;
}
div.card div.card-title a.toggle-info {
display: none;
border-radius: 32px;
height: 32px;
padding: 0;
position: absolute;
right: 15px;
top: 10px;
width: 32px;
}
div.card div.card-title a.toggle-info span {
background: #0068b7;
display: block;
height: 2px;
position: absolute;
top: 16px;
-webkit-transition: all 0.15s 0s ease-out;
transition: all 0.15s 0s ease-out;
width: 12px;
}
div.card div.card-title a.btn:hover span {
background: #fff;
}
div.card div.card-title a.toggle-info span.left {
right: 14px;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}
div.card div.card-title a.toggle-info span.right {
left: 14px;
-webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
}
div.card div.card-title h2 {
font-size: 19px;
font-weight: 700;
letter-spacing: -0.05em;
margin: 0;
padding: 0;
}
div.card div.card-title h2 small {
display: block;
font-size: 18px;
font-weight: 600;
letter-spacing: -0.025em;
}
div.card div.card-description {
padding: 10px 15px 10px;
position: relative;
font-size: 14px;
}
div.card div.card-actions {
box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.075);
padding: 10px 15px 20px;
text-align: center;
}
div.card div.card-flap {
background: #d9d9d9;
position: absolute;
width: 100%;
-webkit-transform-origin: top;
        transform-origin: top;
-webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
}
div.card div.flap1 {
-webkit-transition: all 0.3s 0.3s ease-out;
transition: all 0.3s 0.3s ease-out;
z-index: -1;
}
div.card div.flap2 {
-webkit-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;
z-index: -2;
}
div.cards.showing div.card {
cursor: pointer;
opacity: 0.6;
-webkit-transform: scale(0.88);
        transform: scale(0.88);
}
div.cards.showing div.card:hover {
opacity: 1 !important;
-webkit-transform: scale(0.92);
        transform: scale(0.92);
}
div.cards.showing div.card img:hover {
opacity: 1 !important;
}
div.card.show {
opacity: 1 !important;
-webkit-transform: scale(1) !important;
        transform: scale(1) !important;
}
div.card.show div.card-title a.toggle-info {
display: block;
}
div.card.show div.card-title a.toggle-info span {
top: 15px;
}
div.card.show div.card-title a.toggle-info span.left {
left: 10px;
top: 10px;
}
div.card.show div.card-title a.toggle-info span.right {
left: 10px;
top: 18px
}
div.card.show div.card-flap {
background: #ffffff;
-webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
}
div.card.show div.flap1 {
color: #000;
background: #E5F4FF;
border: solid 2px #0068b7;
box-sizing:border-box;
-webkit-transition: all 0.3s 0s ease-out;
transition: all 0.3s 0s ease-out;

}
div.card.show div.flap2 {
-webkit-transition: all 0.3s 0.2s ease-out;
transition: all 0.3s 0.2s ease-out;
}
@media screen and (max-width: 736px) {
.search__menu li{
font-size: 1rem;
  margin: .2rem;
}
}