div[id*="t4-section-"], div[id^="t4-section-"], div[id*="t4-spotlight-"], div[id^="t4-spotlight-"] {
    padding-top: 12px;
    padding-bottom: 2px;
}
#t4-header {
    padding: 2px;
}
.acm-hero {
    background-image: url(../../../../templates/ja_vital/images/decor/mask-1.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 20px;
        padding-bottom: 20px;
    position: relative;
}
.navbar-nav {
    list-style: none;
    margin: 0 auto;
}
.t4-main-body {
    padding-top: 10px;
    padding-bottom: 10px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: #108c81;
}
h6, .h6 {
    font-size: 18px;
    line-height: 1.2;
}
.heading-link {
    color: #108c81;
}
.sidebar-r {
    border: 1px solid #F4F4F4;
    margin-left: 6px;
    padding-left: 20px;
    background: #f5f5f5;
}
.section-title span {
    background: none;
    border-radius: 4px;
    color: #58585a;
    display: inline-block;
    padding: 8px 1px;
    font-size: 22px;
}

.space-large {
    margin-bottom: 23px;
}

.item-content{padding-left:10px;}}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: .143rem;
  margin-bottom: .85715rem;
}
.acm-features.style-2 .info-desc ul {
  list-style: inherit;
  padding: 0;
  margin: 0;
}
.acm-features.style-2 .info-desc ul li + li {
  margin-top: 8px;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
  border: 1px solid #ccc;
  padding: 15px;
}
.acm-features.style-3 .features-item {
  padding: 0px;
}
.acm-features.style-3 .action {
  background: #ececec;
  border-radius: 50%;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  margin-top: 0px;
  height: 50px;
  width: 50px;
}
.t4-masthead .ja-masthead {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.t4-masthead .ja-masthead .ja-masthead-detail .ja-masthead-title {
  color: #fff;
  max-width: auto;
  font-size: 52px;
  margin: 0 auto;
  text-align: center;
  color: inherit;
  font-weight:600;
}
.ja-masthead .ja-masthead-detail {
  color: #fff;
  padding: 140px 0;
  max-width: 100%;
  position: relative;
  text-align: center;
  z-index: 20;
  margin: 0 auto;
}
.lead {
  font-size: 1.143rem;
  font-weight: 500;
  color: #000;
  background: #fff;
  padding: 5px;
}
.card, .contentpane .well {
  word-wrap: break-word;
  line-height: 32px;
}
@media(min-width:768px){
.blog .items-row .item {display:flex;}
.item-content{padding-left:10px;}}
.items-row .item .item-image {
    min-width: 223px !important;
  	margin-right:10px;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 0.2rem;
  margin-bottom: .85715rem;
}
 @media (max-width: 991.98px)
.nav-breakpoint-lg div.t4-megamenu .navbar-nav > li > a, .nav-breakpoint-lg div.t4-megamenu .navbar-nav > li > .nav-link {
  display: block;
  padding: .85715rem 1.7143rem;
  margin-left: 0;
  height: 60px;
  border: 1px solid #ccc;
  margin: 10px 0px 10px 0px;
}

.view-category .items-row .item .item-image {
    max-width: 223px;
}
.acm-features.style-3 .features-item {
  padding: 0;
  border: 1px solid #ccc;
  padding: 5px;
 }
.container {
  max-width: 1390px;
}
.module-title {
  text-transform: none;
  font-size: 20px;
}
.t4-footnav .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
  .testimonial-container {
            position: relative;
            overflow: hidden;
            width: 100%;
            height: 180px;
        }
        .testimonial {
            position: absolute;
            width: 100%;
            opacity: 0;
            transform: translateY(10px);
            transition: opacity 1s ease-in-out, transform 1s ease-in-out;
            font-size: 18px;
            background: white;
            padding: 20px;
            border-left: 5px solid #0056b3;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
        }
        .testimonial.active {
            opacity: 1;
            transform: translateY(0);
        }
        .author {
            font-weight: bold;
            color: #0056b3;
            margin-top: 10px;
        }
        .sidebar-r {
  border: 1px solid #F4F4F4;
  margin-left: 6px;
  padding-left: 0px;
  background: #f5f5f5;
}

/*styling home intro boxes*/


    .box {
      width: auto;
      padding: 0 10px;
      text-align: center;
    }

    .box img {
      width: 100%; /* Scales image to fit box */
      height: auto;
      display: block;
      margin: 0 auto;
    }

    .banner {
      background-color: #ccc;
      padding: 10px;
      margin-top: 10px;
    }

    .banner a {
      color: #fff;
      text-decoration: none;
        display: block;
        font-size: 13pt;
    }
    /*end home intro styling*/
    .h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0px;
  margin-bottom: .85715rem;
}
/* Add gap on mobile (adjust breakpoint as needed) */
@media (max-width: 768px) {
  .box {
    margin-bottom: 20px;
  }
  /* optional: remove margin from last one */
  .box:last-child {
    margin-bottom: 0;
  }
}
/* Add top padding only on mobile */
@media (max-width: 768px) {
  .box img {
    padding-top: 15px;
  }
}