/**/

.marging-min-7 {
    margin-top: -7px;
}

.owl-prev{
    width: 30px;
    height: 30px;
    background-color: #009255 !important;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 20px !important;
    border-radius: 50%;
    margin-right: 4px;
}
.owl-next{
    width: 30px;
    height: 30px;
    background-color: #009255 !important;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 20px !important;
    border-radius: 50%;
}

/*.Modern-Slider .text-content{
    padding: 10px;
    background-color: #00945b33;
    border-radius: 8px;
}*/

.myaccordion {
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #daffeb;
  background-color: #28a745;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #FFF;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

.more-info .right-content span {
    text-transform: uppercase;
    font-size: 15px;
    color: #036c34;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}


.card-body ul li {
    font-size: 14px;
    margin: 6px;
    margin-left: 39px;
    list-style-type: disclosure-closed;
}

.card-body ul{
    margin-top: 20px;
    margin-bottom: 20px;
}

.no_article {
    padding: 30px;
    border: 1px solid #28a745;
    color: #28a745;
}