body {
    font-family: 'Poppins-Regular' !important;
    font-size: 14px;
    position: relative;
}

.text-bold {
    font-family: 'Poppins-Bold' !important;
    font-weight: 200 !important;
}

.text-medium {
    font-family: 'Poppins-Medium' !important;
}

.text-regular {
    font-family: 'Poppins-Regular' !important;
}

.text-semibold {
    font-family: 'Poppins-SemiBold' !important;
}

.text-secondary {
    color: #6C6C6C !important
}

.text-primary {
    color: #0457dd !important;
}

.text-muted {
    color: #C4C4C4 !important
}

h1, h2, h3, h4, h6 {
    font-family: 'Poppins-Bold';
    font-weight: 200 !important;
}

.text-14 {
    font-size: 14px;
}

.text-16 {
    font-size: 16px;
}

.text-18 {
    font-size: 18px;
}

.text-32 {
    font-size: 32px;
    font-weight: 200;
}

.border-between {
    height: 1px;
    width: 80%;
    border-color: #d8d8d8;
    background: #d8d8d8;
    margin-left: 36px;
}

.pb-6 {
    padding-bottom: 80px !important;
}

.pt-6 {
    padding-top: 50px !important;
}

.pt-7 {
    padding-top: 90px !important;
}

.mt-6 {
    margin-top: 80px !important;
}

.text-22 {
    font-size: 22px;
}

.btn-outline-primary {
    font-size: 15px !important;
    color: #0457dd !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
}

#hero .btn-primary-long {
    font-size: 15px !important;
    background-color: #0457DD !important;
    border-radius: 8px;
    padding: 8px 95px;
    color: #fff;
}

/* table */
th {
    font-weight: 500;
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
}

td {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
}

td {
    color: #6c6c6c !important;
}

/* spinners */
.spinner-grow {
    font-size: 12px;
    width: 1.2rem;
    height: 1.2rem;
}

.border-none {
    outline: none !important;
    border: 1px solid #ced4da !important;
}

/* remove highlighting bootstrap 4 */
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: none;
    border: 1px solid #ced4da !important;
}

.belgi-text-info {
    color: #0457dd
}

.belgi-bg {
    background-color: #0457dd !important;
}

.belgi-btn {
    color: #6c6c6c !important;
    border-radius: 2px;
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important;
    border: 1px solid #6C6C6C;
    font-size: 14px;
}


.belgi-btn-danger {
    color: #FE6F6F !important;
    border-radius: 2px;
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important;
    font-size: 14px;
}

.belgi-btn-1 {
    background: #FE6F6F;
    border-color: #FE6F6F;
    color: #fff !important;
    border-radius: 2px;
    padding-right: 2.7rem !important;
    padding-left: 2.7rem !important;
    font-size: 14px;
}

.belgi-btn-1:hover {
    background: #fff;
    border-color: #6c6c6c;
    color: #6c6c6c !important;
}

.belgi-btn:hover {
    color: #fff !important;
    background: #0457dd;
    border-color: #0457dd;
}

.alert-info {
    background: rgba(97, 185, 185, 0.1);
}

.line {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #C4C4C4;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.line span {
    background: #fff;
    padding: 0 10px;
}