@media (max-width: 768px) {
  .banner-title {
    font-size: 30px;
    font-weight: bolder;
    text-transform: uppercase;
  }
  .banner-description {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .banner-title {
    font-size: 45px;
    font-weight: bolder;
    text-transform: uppercase;
  }
  .banner-description {
    font-size: 20px;
  }
}
.row-feature {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 320px;
    display: flex;
    align-items: center;
}
.row-feature-blue {
    background-color: #e6f2f4;
}
.banner {
    width: 100%;
    height: calc(100vw * 0.38);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.6);
}
.banner-text {
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding-left: calc(100vw * 0.03);
    padding-right: calc(100vw * 0.03);
    color: #ffffff;
}
.page-title {
    color: #ffffff;
    background-color: #159eee;
    width: 100%;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.page-header {
    color: #0982be;
    background-color: #bde7fc;
    width: 100%;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.feature-title {
    color: #159eee;
}
.feature-content {
    color: #777796;
    font-size: 14px;
}
#features {
    border-top: 5px solid #eee;
}
#features .feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 5%;
    text-align: center;
    background-color: #d9edf7;
}
#features .feature-icon i {
    color: #fff;
    font-size: 30px;
    margin-top: 10px;
    display: inline-block;
}
#features .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #fff;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
#features .panel-title a {
    text-decoration: none;
    color: #777777;
    font-size: 14px;
    font-weight: bold;
}

.flex-end { align-self: flex-end; }
.card {
    batext-align: center;
    text-align: center;
    font-weight: bold;
}
.card {
    font-size: 12px;
    border-width: 1px;
    border-color: #729ea5;
    border: solid;
}
.cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 20px;
}
.card-body {
    margin-top: auto;
}
p.one {
    text-indent: 50px;
}
.glyphicon:before {
    margin-right: 5px;
}
.glyphicon-ok {
    color: green;
}
.glyphicon-remove {
    color: red;
}
.card-title {
    font-size: 20px;
}
.card-text {
    font-size: 20px;
}
.list-group-item {
    background-color: #ffdefa;
}
.price-remark {
    background-color: #ccedff;
}
.nav-item {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    background-color: #e6f2f4;
}
#pricing-background {
    background-color: #d9edf7;
}
#pricing1 {
    color: black;
    background-color: #34be82;
}
#pricing2 {
    color: black;
    background-color: #34beff;
}
#pricing3 {
    background-color: #bb7799;
    color: black;
}
.tutorial {
    width: 98%;
    padding-bottom: 10px;
}
.tutorial-header {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    background-color: #f5f5f5;
}
a.tutorial-title {
    color: #4288ca;
    font-weight: bold;
}
.tutorial-content {
    padding-left: 20px;
}

@media screen and (min-width: 60em) {
  .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .card {
    width: 40rem;
  }
}

@media screen and (max-width: 60em) {
  .cards {
  }
  .card {
    width: 100rem;
  }
}

@media screen and (min-width: 20em) {
  .centered {
  }
}

.popover .arrow {
    display: none;
}
.popover.bottom {
    margin-top: -1px;
}