html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.card {
  font-size: 1em;
  overflow: hidden;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.card-block {
  font-size: 1em;
  position: relative;
  margin: 0;
  padding: 1em;
  border: none;
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  box-shadow: none;
}

.card-img-top {
  display: block;
  width: 100%;
  height: auto;
}

.card-title {
  font-size: 1.28571429em;
  font-weight: 700;
  line-height: 1.2857em;
}

.card-text {
  clear: both;
  margin-top: 0.5em;
  color: rgba(0, 0, 0, 0.68);
}

.card-footer {
  font-size: 1em;
  position: static;
  top: 0;
  left: 0;
  max-width: 100%;
  padding: 0.75em 1em;
  color: rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
  background: #fff;
}

.breadcrum {
  background: #e9e9e9;
  padding: 10px 15px;
}
.breadcrum p {
  font-weight: 600;
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 0;
}
.breadcrum p a {
  font-weight: 600;
  color: #333;
}
.gird-sec {
  margin: 30px 0;
}

.gird-sec {
  padding: 50px 0;
  position: relative;
}
.content-box {
  border: 1px solid #985fa3;
  margin-bottom: 15px;
  background: #fff;
  display: block;
  min-height: 400px;
}
.content-box h3 {
  color: #333;
  font-size: 14px;
  font-weight: 800;
  padding: 8px 8px 0px;
}
.content-box h4 {
  color: #333;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 8px 0;
}
.content-box p {
  color: #333;
  font-size: 15px;
  font-weight: 300;
  padding: 5px 8px 0;
}
.img-box {
  position: relative;
  margin: auto;
  overflow: hidden;
}
.img-box img {
  max-width: 100%;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
}

.img-box:hover img {
  transform: scale(1.1);
}
.slider-sec .container {
  position: relative;
}
.swiper-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.swiper-container {
  padding-bottom: 45px;
}
.swiper-button-prev {
  left: -12px !important;
  right: auto;
}
.swiper-button-next {
  right: -12px !important;
  left: auto;
}
.swiper-button-next,
.swiper-button-prev {
  top: 50% !important;
}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: #00b0b9 !important;
  opacity: 0.25 !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  display: flex;
  justify-content: center;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00b0b9 !important;
  opacity: 1 !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0 !important;
}
.cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 15px 0;
}
.cta a {
  background: #00b0b9;
  color: #fff;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 600;
}
.cta a:hover {
  background: #985fa3;
}
.pointer {
  cursor: pointer;
  outline: none;
}
.mr-10 {
  margin: 20px 0;
}
button.btn-sumbit {
  outline: none !important;
}
button:focus {
  outline: none !important;
  border: 0;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
  border: 0 !important;
}

dl,
ol,
ul {
  margin: 0 !important;
  padding: 0 !important;
}
/* Admin */

span.currency {
  position: absolute;
  margin-left: 5px;
  margin-top: 10px;
  font-size: 20px;
}
span.price {
  font-size: 36px !important;
  color: #000;
}
.alert.alert-dismissible p {
  margin: 0;
}
.nav.nav-tabs:first-child {
  border-left: 1px solid #e0e4e6;
}
button.btn-sumbit {
  background: #985fa3;
  padding: 5px 20px;
  color: #fff;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 300;
  border: none;
  margin-top: 10px;
}
button.btn-sumbit:hover {
  background: #00b0b9;
}
.showm {
  margin: 10px auto 20px;
  font-size: 14px !important;
}
.container.main {
  margin: 25px auto 10px;
}
.btn-sumbit.btn-vetmedia {
  background: #00b0b9;
}
.btn-sumbit.btn-vetmedia:hover {
  background: #985fa3;
}

.btn-sm {
  font-size: 12px;
  padding: 5px 10px;
}
