html,body {
    height: 100%;
    width: 100%;
    font-size: 1rem;
    font-family: Georgia;
    background: #F0F0F0;
    scroll-behavior: smooth;
}

/*Section Head Style*/
.head {
    width: 100%;
    text-align: center;
    color: #034078;
    font-size: 2rem;
    font-family: Georgia;
    text-transform: capitalize;
}

/*Top Bar */
.top-bar {
    background-color: rgba(49,94,128,0.95);
    font-size: 1rem;
    color: #FFFFFF;
    text-align: right;
}
.top-bar a {
    background-color: transparent;
    text-decoration:none;
}
.top-bar a:hover {
    color:#FFFFFF;
    background-color: red;
    text-decoration:none;
}

/*Content Section*/
.content-head {
    color: #034078;
    font-size: 2rem;
    text-align: center;
}
.content {
    color: #767676;
    font-size: 1rem;
    text-align: justify;
}

/*footer Section*/
footer {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
    color: #034078;
    font-size: 0.75rem;
    text-decoration: none;
}
footer a {
    color: #034078;
    text-decoration: none;
}
footer a:hover {
    color:  #737373; /*#315E80;*/
}
.social i {
    color: #034078;
}

/*Legal & Privacy*/
.lp-container {
    margin: 1rem auto;
    width: 96%;
    max-width: 900px;
    color: #034078;
}
.lp-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 96%;
    margin: 1% 0;
    min-height: 1.50rem;
}
.lp-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 96%;
    margin: 1% 0;
    min-height: 1rem;
    font-size: 1rem;
    font-weight: bolder;
}
.lp-section-head {
    display: flex;
    flex-direction: column;
    justify-content: left;
    text-align: left;
    align-items: left;
    width: 96%;
    margin: 1% 0;
    min-height: 1.25rem;
    font-size: 1.15rem;
    font-weight: bold;
    background-color: transparent;
    padding-top: 1rem;
}
.lp-text {
    display: flex;
    flex-direction: column;
    justify-content: left;
    text-align: justify;
    align-items: left;
    width: 96%;
    margin: 1% 0;
    min-height: 1.15rem;
    font-size: 1rem;
}
.lp-copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 96%;
    margin: 1% 0;
    min-height: 1rem;
    font-size: 1rem;
    color: #737373;
}

.contact {
    background: #c5e2d4;
    }
.form-group {
    font-size: 0.95rem;
    text-align: left;
    }
.form-control {
    font-size: 0.95rem;
    align-content: left;
    }
.form-select {
    font-size: 0.95rem;
    align-content: left;
    }
.control-select {
    font-size: 0.95rem;
    align-content: left;
    }

.step-card-title {
    font-size:2rem;
}
.step-card i {
    font-size:2rem;
    color: red;
    margin-top: 10px;
}

