html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.bold{
    font-weight:bold;
}

.plan{

}

.card {
    border-radius: 0px;
}
.card-header {
    background-color: rgb(168 0 221);
    color:white;
}

.card-footer {
    background-color: #c2c2c21f;
}

.btn-king {
    border-radius: 0px;
    min-width: 100px;
    font-weight: bold;
    background-color: rgb(168 0 221);
    border:0px;
}

.btn-king:hover {
    background-color: rgb(168 0 221);
}


    .btn-king:active, .btn-king:focus {
        background-color: rgb(168 0 221);
    }
.plan h5{
    font-size:12px;
}

.plan .desc {
    font-size: 14px;
    font-weight:500 !important;
}

.download-link{
    margin-left:20px;
    font-weight:bold;
    font-size:16px;
}

.captalize{
    text-transform:capitalize;
}