.relative {
    position: relative;
}

.pricing-title {
    font-size: 30px !important;
}

.ribbon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    width: 50%;
}

.divider {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.line {
    border-top: 1px solid #aaa;
    width: 100%;
}

.pricing {
    color: #aaa;
    padding: 0 20px;
}

.btn-blue {
    color: #fff;
    background-color: #3687cb !important;
    border-color: #3687cb !important;
    background-image: none !important;
}

.btn-green {
    color: #fff;
    background-color: #74b566 !important;
    border-color: #74b566 !important;
    background-image: none !important;
}

.btn-blue.btn-lg,
.btn-green.btn-lg {
    font-size: 18px !important;
    padding: 10px 16px !important;
}

.box-shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11),
            0 5px 15px 0 rgba(0,0,0,0.08) !important;
}

.reviews {}

.reviews .review_title {
    font-size: 25px;
    border-bottom: 2px solid #4b7443;
    padding: 10px 0;
}

.review {

}

.review + .review {

}

.review blockquote {
    border-left: 0;
    padding: 0;
    color: #222;
}

.review h3 {

}

.review p {

}

.review cite {

}

.features-main {
    padding: 0px 0 20px;
    min-height: 220px;
}

.features{
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    min-height: 271px;
}

.features .feature{
    padding: 6px 0;
    font-size: 16px;
    min-height: 34px;
}

.responsive-enabled {
    width: 100%;
}

.responsive-enabled th,
.responsive-enabled td {
    padding: 10px 0;
}


.loader-ellips {
  text-align: center;
  font-size: 15px; /* change size here */
  position: relative;
  width: 400px;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #0388D1; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.invisible-link {
    color: #333333;
    pointer-events: none;
    text-decoration: none;
}
