.border-e {
    border-right: 1px solid rgb(224, 224, 224);
}

#topnav.nav-sticky {
    border-bottom: 1px solid rgb(224, 224, 224);
    box-shadow: none;
}


p, h1, h2, h3, h4, h5, h6, label, input, select, span {
  font-family: "Cabin", sans-serif !important;
  font-style: normal;
}

.btn {
    min-height: 42px;
}

 .feature-icon .hexagon {
    color: rgba(0, 0, 0, 0) !important;
    fill: rgba(56, 189, 248, .05) !important;
    height: 102px;
    width: 102px;
}

.card-border {
    border: 1px solid #e0e0e0;
    border-radius: 20px;
}

.form-control {
    min-height: 42px;
    border-radius: 12px;
}

.form-group {
    margin-bottom: 12px;
}

#success {
    display: none;
    border: 1px solid #1ab21a;
    background-color: #6dd96d38;
    padding: 10px 20px;
    border-radius: 16px;
    color: #1ab21a;
    margin-bottom: 20px;
    font-weight: 600;
}

#error {
    display: none;
    border: 1px solid #c00c0c;
    background-color: #d96d6d62;
    padding: 10px 20px;
    border-radius: 16px;
    color: #c00c0c;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
}


.form-control.error {
    margin: 0 0 8px 0 !important;
    display: initial !important;
    color: #212529 !important;
}

.title-heading .heading {
    font-size: 52px !important;
}

.checkbox-groups .form-group {
  max-width: 300px;
  width: 300px;
}