@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text&display=swap');

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.header-top {
    background-color: #00000011;
    left: 0;
    top: 0;
    width: 100%;
}

.header-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .header-top ul li {
        float: left;
        margin-right: 10px;
        padding: 5px 0;
        font-size: 13px;
        font-weight:400;
        color: #6c757d;
    }

.header-bottom {
    padding: 10px 0;
}

.logo-holder img
{
    height:70px;
}

.header-title-bar {
    background: #1b5490dd;
}

    .header-title-bar h1 {
        padding: 0.5rem 0;
        font-family: 'DM Serif Text', serif;
        line-height: 1.2;
        font-weight: 600;
        color: #fff !important;
        font-size:30px;
    }



.form-group {
    padding-top: 5px;
}

.form-placeholder {
    margin-top: 100px;
    margin-bottom: 100px;
    background: #fff;
    padding: 10px;
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
    margin-bottom: 30px;
}

.form-placeholder input {

    border: 1px solid #ddd;
    padding-left: 10px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 400;

}

.form-placeholder-title {
    position: relative;
    text-align: center;
}

.form-placeholder-title h1 {
    font-weight: 500;
    font-size: 18px;
}

.form-group label
{
    font-weight:bold;
}


.individual-form
{
    margin-bottom:5px;
}
/*

.form-placeholder-title>h1::before {
    background: #ED1E24;
    position: absolute;
    content: "";
    z-index: 1;
    width: 90px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -45px;
}


.form-placeholder-title>h1::after {
    background: #ED1E24;
    position: absolute;
    content: "";
    z-index: 1;
    width: 60px;
    height: 2px;
    bottom: -4px;
    left: 50%;
    margin-left: -30px;
}*/
.field-validation-error {
    color: #a94442 !important;
    font-size: 12px;
}


footer {
    text-align: center;
    color: #6c757d;
    padding-bottom: 15px;
    font-size: 13px;
}


.btn {
    /*padding: 2px 10px 2px 10px;*/
    /*border-radius: 0;*/
}

.btn-primary {
    color: #fff;
    background-color: #1b5490;
    border-color: #1b5490;
}

.btn-primary:hover {
    background-color: #133b65;
    border-color: #133b65;
}


.policy-details h3 {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}
/*
.policy-details>h3::before {
    background: #ED1E24;
    position: absolute;
    content: "";
    z-index: 1;
    width: 90px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -45px;
}


.policy-details>h3::after {
    background: #ED1E24;
    position: absolute;
    content: "";
    z-index: 1;
    width: 60px;
    height: 2px;
    bottom: -4px;
    left: 50%;
    margin-left: -30px;
}*/

.policy-details table {
    margin-top: 25px;
}

.table>:not(caption)>*>* {
    padding: 0.1rem .3rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}