.show-in-tab-mod .show-in-tab > .nav-tabs {
  border-bottom: none;
}
.show-in-tab-mod .show-in-tab > .nav-tabs > li > a {
  text-transform: uppercase;
  padding: 8px;
  border-radius: 0px;
  letter-spacing: 0px;
  font-weight: 500;
  transition: 0.3s;
  /* border-bottom: solid 2px #92283f; */
}
.show-in-tab-mod .show-in-tab > .nav-tabs > li > a:focus,
.show-in-tab-mod .show-in-tab > .nav-tabs > li > a:hover {
  background-color: #e5e527;
  color: #000;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 20.5%;
    text-align: center;
    background: #ffffff;
    font-size: 17px;
    font-weight: bold;
    font-family: calibri;
    padding: 9px;
}
.show-in-tab-mod .owl-next,
.show-in-tab-mod .owl-prev {
  position: absolute;
}
.show-in-tab-mod .owl-prev {
  left: -44px;
}
.show-in-tab-mod .owl-next {
  right: 0px;
}
.show-in-tab-mod .owl-next,
.show-in-tab-mod .owl-prev {
  top: 40%;
}
.show-in-tab-mod .owl-nav {
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: -47px;
  right: 0;
}
.show-in-tab-mod .tab-links a {
  color: #65bd44;
  top: -14px;
  position: relative;
}
.owl-dots {
  position: absolute;
  right: 50%;
  bottom: 0px;
}
.owl-dots .owl-dot {
  display: inline-block;
  margin: 0 6px;
}
.owl-dots .owl-dot span {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  background-color: #444;
}
.owl-dots .owl-dot.active span {
  background: #e5e527;
}
.show-in-tab .nav-tabs > li > a {
  margin-left: 0;
  margin-right: 18px;
  padding: 7px 20px;
  text-transform: uppercase;

}
.show-in-tab .nav-tabs > li.active a {
  color: #000000;
  background: #e5e527;
  border-bottom: 0px;
  border-radius: 0px;
  letter-spacing: 0px;
  font-weight: 500;
  transition: 0.3s;
  border: solid 0px;
}
.show-in-tab .nav-tabs > li.active:hover a {
  background-color: black;
  color: #ffffff;
}
@media only screen and (max-width: 600px) {
  .show-in-tab .nav-tabs > li.active a {background: #f9a700;color: #fff;}

}
.show-in-tab .nav-tabs > li.active:hover a {
    background-color: #f9a700;
    color: #000000;
}
}
/*# sourceMappingURL=showintabs.css.map */