* {
    font-family: 'Poppins';
}

body {
    background-image: url("../img/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* .container {
    width: 100%;
    max-width: 1395px;
    padding: 0 15px;
} */

header {
    background-color: #07276c;
}

.navbar-brand img {
    max-width: 100px;
}


.notification {
    background-color: #c99d62;
}

.notif_holder {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
}

.notif_holder img {
    width: 20px;
}

.notif_holder .notif {
    font-size: 12px;
    color: white;
    margin-left: 10px;
}

.hero-section {
    padding-top: 20px;
    padding-bottom: 10rem;
}

.hero-section h1 {
    font-size: 2em;
    color: white;
    font-weight: 600;
}

.hero-section h3 {
    font-size: 1.2em;
    color: #7fc5dc;
    margin: 20px 0;
}

.process {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 410px;
    margin: 0 auto;
    position: relative;
}

.line {
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: #5d95ac;
    left: 0;
    right: 0;
    bottom: 12px;
    margin: auto;
    z-index: 1;
}

.process .steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 5;
}

.steps .label {
    color: white;
    font-size: 0.8em;
    text-transform: uppercase;
    max-width: 70px;
    text-align: center;
}

.steps .step {
    margin-top: 5px;
    background: white;
    border-radius: 50%;
    border: 2px solid #7fc5dc;
    font-size: 0.8em;
    font-weight: 800;
    height: 30px;
    width: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps .step.active {
    background-color: #7fc5dc;
    color: white;
}

.form_holder {
    max-width: 560px;
    margin: 30px auto;
    border-radius: 10px;
    background-color: #eff1f3;
    padding: 30px 20px 20px;
}

.form_holder h4 {
    color: #07276c;
    font-weight: 600;
    margin-bottom: 0;
}

.form_holder .sub {
    font-size: 0.8em;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.form_holder form {
    max-width: 395px;
    margin: 25px auto 0;
}

.form_holder .form-group {
    margin-bottom: 7px;
    ;
}

.form_holder .form-group .birthday_box {
    display: flex;
    justify-content: space-between;
}

.form_holder .birthday_box input {
    flex-basis: 30%;
}

.form_holder .agree_box {
    background: white;
    padding: 15px;
    border: 1px solid #eff1f3;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_holder .agree_box input {
    width: 35px;
    height: 35px;
}

.form_holder .agree_box label {
    font-size: 12px;
    color: #000;
    margin-left: 15px;
    letter-spacing: 1;
}

.form_holder label {
    font-size: 12px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: capitalize;
}

.form_holder input {
    max-width: 395px;
    margin: 0 auto;
    border-color: #c2c2c4;
}

.form_holder p {
    font-size: 9px;
    color: #000;
    text-align: justify;
    margin-top: 25px;
}

.form_holder p a {
    font-weight: 800;
    color: #000;
    text-decoration: none;
}

.form_holder .note {
    font-size: 10px;
    color: #767676;
    display: block;
    line-height: 1;
    margin: 30px 0;
    text-align: justify;
}

.form_holder .m-button {
    line-height: 42px;
    margin: 30px 0;
    height: 42px;
    background-color: #0a3695;
    text-align: center;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    width: 100%;
}

.form_holder.survey {
    padding: 20px;
    max-width: 620px;
}

.survey form {
    margin: 0 auto;
    max-width: 540px;
}

.survey .current {
    font-size: 16px;
    font-weight: 600;
    color: #0a3695;
    margin-bottom: 10px;
    padding-top: 0;
    display: block;
    margin-bottom: 10px;
}

.survey .process_bar {
    margin-bottom: 30px;
}

.survey .process_bar .range_holder {
    height: 6px;
    background-color: #d8d8d8;
    display: flex;
}

.survey .process_bar .range_holder .bar img {
    position: absolute;
    right: 0;
}

.survey .process_bar .range_holder .bar .value {
    position: absolute;
    bottom: -30px;
    right: -7px;
    font-size: 12px;
    color: #0a3695;
    font-weight: 600;
}

.survey .questions h2 {
    margin-top: 50px;
    margin-bottom: 35px;
    font-size: 1.5em;
}

.survey .questions .option_box {
    display: flex;
    justify-content: space-between;
}

.survey .questions .option_box .option {
    height: 55px;
    line-height: 55px;
    align-items: center;
    display: flex;
    position: relative;
    width: 48%;
    font-size: 20px;
    background-color: #093595;
    color: white;
    justify-content: center;
}

.survey .questions .option_box .option.ans_no {
    background-color: #a0a0a0;
}

.survey .questions .option_box .option input {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.survey p {
    font-size: 11px;
    color: #000;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-left: 15px;
    justify-content: center;
}

.survey p img {
    margin-right: 15px;
}


label.error {
    font-size: 12px;
    color: #e60000;
    padding: 2px 10px;
    margin: 2px;
    display: block;
}

footer {
    margin-bottom: 30px;
}

footer p {
    font-size: 12px;
    text-align: center;
    color: #afc6f8;
    margin-bottom: 0;
}

footer ul {
    display: flex;
    margin: 0;
    list-style: none;
    justify-content: center;
    padding: 0;
    flex-wrap: wrap;
}

footer ul li {
    position: relative;
    padding: 0 5px;
    margin-bottom: 0;
}

footer ul li:not(:first-of-type):before {
    content: '';
    height: 16px;
    width: 2px;
    position: absolute;
    background-color: #afc6f8;
    left: 0px;
    top: 5px;
}

footer ul li a {
    font-size: 1em;
    color: #afc6f8 !important;
    text-decoration: none;
    text-align: left;
}

.form-check{
    padding: 10px 20px 10px 40px;
}

.form-check .form-check-input{
    margin-top: 8px;
}


.form-check {
    margin: 0;
    padding: 1rem 1.2rem 1rem 2.5rem;
}

.form-check-inline {
    display: block;
    padding: 0 .5rem;
}

[data-step]:not([data-step="a0"]) {
    display: none;
}

.ty-form-wrapper {
    background: #fff;
    box-shadow: 0 0 10px 5px #0f0146;
    border-radius: 1rem;
    overflow: hidden;
    max-width: 420px;
    margin: auto;
    margin-bottom: 4rem;
}

.claim-offer {
    padding: 15px;
    background: linear-gradient(#d5b58b, #cfa97d);
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.text-deco-none {
    text-decoration: none;
}

/* 
.primary-heading {
color:#303030;
font-weight:600;
font-size:26px
}
body {
font-family:Bitter
}
.secondary-heading {
color:#303030;
font-size:20px

}
.tcpa-text {
margin:20px 0 0;
font-size:14px;
text-align:center;
color:#000
}
.m-button {
padding:16px;
background-color:#79a541;
color:#fff;
width:100%;
font-size:18px;
font-weight:500;
transition:.3s ease-in-out
}
*/
.fa.fa-check {
    margin-bottom: -4px;
}

.progress-bar {
    position: relative;
    overflow: unset;
}

.progress-bar:after {
    content: "";
    background-image: url(../img/star.png);
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: -8px;
    right: -15px;
}

.progress {
    height: 8px;
    background: #c9c9c9;
    border-radius: 10px;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: visible;
}

.progress .progress-bar {
    box-shadow: none;
    border-radius: 0;
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}

.progress-status {
    position: absolute;
    top: 12px;
    right: -20px;
    color: #093595;
    font-weight: 600;
}

.form-question, form .form-question {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 2rem;
}

.answer-options {
    text-align: center;
}

.answer-btn, form .answer-btn {
    background-color: #808080;
    border-radius: 0.3rem;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    padding: 1rem 6rem;
    font-size: 18px;
    border: none;
    margin-bottom: 1rem;
    color: #fff;
    min-width: 100%;
}

.answer-btn:hover, form .answer-btn:hover {
    background-color: #093595 !important;
    color: #fff !important;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

@media (min-width: 768px) {
    .navbar-brand img {
        max-width: 200px;
    }

    .notif_holder img {
        width: 30px;
    }

    .notif_holder .notif {
        font-size: 1.3em;
        color: white;
        margin-left: 10px;
    }

    .notif_holder {
        padding: 10px 0;
    }

    .hero-section h1 {
        font-size: 2.25em;
    }

    .hero-section h3 {
        font-size: 1.5em;
    }


    .form-check-inline {
        display: inline-block;
        margin-right: 1rem;
    }

}