/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

button,
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "VAG Rounded Std";
    font-size: 14px;
    background: #fff;
    font-weight: 300;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
}
.container {
    max-width: 1350px;
    padding: 0 15px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 17px 0;
    z-index: 120;
    border-bottom: 1px solid #004997;
    background: #fff;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 38px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0px 0;
    align-items: center;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    justify-content: space-between;
}

/* **** toggler **** */
.navbar-light .navbar-toggler h6 {color: #000;font-size: 16px;font-weight: 300;line-height: 24px;margin: 0;}
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: auto;width: auto;padding: 0;display: flex;align-items: center;gap: 32px;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none;}
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus {outline: none;}
.navbar-light .navbar-toggler-icon {width: 20px;height: 16px;background-image: none; position: relative;border-bottom: 2px solid #000;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before {width: 20px;position: absolute;height: 2px;background-color: #000;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 7px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */

/* **** backbutton ***** */
.backbutton-sec {
    padding: 32px 0;
}
.backbutton-sec .btn-prev {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    background-color: #004997;
    display: table !important;
    padding: 14px 30px;
    border-radius: 40px;
}
.backbutton-sec .btn-prev:hover {
    background-color: #000;
    color: #fff;
}
/* **** End backbutton ***** */

/* **** Footer **** */
footer {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
}
footer .foot-information {
    background: #fcfbfc;
    padding: 36px 0 23px;
}
footer .foot-information h6 {
    color: #6a6c6b;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    margin: 0;
    text-align: center;
}
footer .quicklinks {
    padding: 20px 0;
}
footer .quicklinks ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
footer .quicklinks a {
    color: #0154a4;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
}
footer .quicklinks a:hover {
    color: #000;
}
footer .copyright {
    background: #004997;
    padding: 16px 0;
}
footer .copyright p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    margin: 0;
    text-align: center;
}
/* **** End Footer **** */


/* **** Main **** */
.guide-wrp {
    padding:80px 0;
}

.btn-primary {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 12px 24px;
    border-radius: 5px;
    background: #0154a4;
    display: table;
    text-align: center;
}
.btn-primary:hover {
    background-color: #000;
    color: #fff;
}

/* **** Guide **** */
.guide-wrp .guide-card {
    border-radius: 12px;
    border: 1px solid #eaecf0;
    background: #f0f7ff;
    padding: 80px 83px 128px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.guide-wrp .guide-card h2 {
    color: #0154a4;
    font-size: 47px;
    font-weight: 700;
    line-height: 56px;
    margin: 0 0 16px;
    max-width: 593px;
}
.guide-wrp .guide-card p {
    color: #0154a4;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.16px;
    margin: 0;
    max-width: 563px;
}
.guide-wrp .guide-card .card-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    pointer-events: none;
}
.guide-wrp .guide-info-box {
    border-radius: 12px;
    border: 1px solid #eaecf0;
    padding: 32px;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
}
.guide-wrp .guide-info-box h2 {
    color: #0154a4;
    font-size: 27px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 24px;
}
.guide-wrp .guide-info-box p {
    color: #0154a4;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.16px;
    margin: 0 0 24px;
}
.guide-wrp .guide-info-box ul {
    padding-left: 5px;
}
.guide-wrp .guide-info-box ul li {
    color: #0154a4;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.16px;
}
.guide-wrp .guide-info-box ul li span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    width: 12px;
}
.guide-wrp .guide-info-box .btn-primary {
    width: 100%;
}
/* **** End Guide **** */

.wizard-wrp {
    width: 100%;
    padding: 30px 0;
}
.wizard-wrp .form-wizard-header {
    padding: 0 0 40px;
}
.wizard-wrp .form-wizard-header ul {
    margin: 0 -8px;
    display: flex;
    align-items: center;
}
.wizard-wrp .form-wizard-header ul li {
    padding: 0 8px;
    width: 33.33%;
}
.wizard-wrp .form-wizard-header .box-icon {
    margin: 0 0 17px;
}
.wizard-wrp .form-wizard-header .box-icon img {
    max-width: 100%;
    filter: grayscale(100%);
    opacity: 0.3;
}
.wizard-wrp .form-wizard-header .progres-box {
    height: 4px;
    display: block;
    width: 100%;
    margin: 0 0 12px;
    background-color: #eaecf0;
}
.wizard-wrp .form-wizard-header .progres-box span {
    width: 0;
    background-color: #004997;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.wizard-wrp .form-wizard-header h5 {
    color: #667085;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}
.wizard-wrp .form-wizard-header ul li.active img,
.wizard-wrp .form-wizard-header ul li.activated img {
    filter: unset;
    opacity: 1;
}
.wizard-wrp .form-wizard-header ul li.active h5,
.wizard-wrp .form-wizard-header ul li.activated h5 {
    color: #0154a4;
}
.wizard-wrp .form-wizard-header ul li.activated span,
.wizard-wrp .form-wizard-header ul li.active .progres-box span {
    opacity: 1;
    visibility: visible;
    width: 100%;
    display: block;
}

.symptoms-box {
    border-radius: 12px;
    border: 1px solid #eaecf0;
    background: #f0f7ff;
    display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    height: 432px;
    min-height: 100%;
}
.symptoms-box.bg-none{
    background-color: transparent;
}
.symptoms-box h2 {
    color: #0154a4;
    font-size: 27px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 24px;
}
.symptoms-box p {
    color: #0154a4;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.16px;
    margin: 0;
}
.symptoms-box p b {
    font-weight: 700;
    text-transform: uppercase;
}
.symptoms-box ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.symptoms-box ul li{
    color: #0154A4;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    padding: 4px 12px;
    border-radius: 16px;
    background: #E7F2FD;
    mix-blend-mode: multiply;
    display: flex;
    align-items: center;
    gap: 8px;
}
.symptoms-box .btn-primary {
    display: block;
    width: 100%;
}
.wizard-body {
    border-radius: 12px;
    border: 1px solid #eaecf0;
    height: 100%;
    padding: 32px;
    gap: 24px;
}
.wizard-body .wizard-title h2 {
    color: #004997;
    font-size: 21px;
    font-weight: 700;
    line-height: 31px;
    margin: 0 0 24px;
}
.wizard-body .wizard-title.big-title h2{
    color: #0154A4;
    font-size: 27px;
    font-weight: 700;
    line-height: 33px;
}

.wizard-body .wizard-detail-checkbox li {
    margin: 0 0 16px;
}
.wizard-body .wizard-detail-checkbox li:last-child {
    margin: 0;
}

/* **** Checkbox **** */
.form-check-group {
    margin: 0;
    position: relative;
}
.form-check-group input {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    opacity: 0;
}
.form-check-group label {
    color: #004997;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    display: block;
    position: relative;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.form-check-group label:before {
    position: relative;
    content: "";
    border-radius: 4px;
    border: 1px solid #d0d5dd;
    width: 20px;
    min-width: 20px;
    height: 20px;
    display: block;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.form-check-group label:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    background-image: url(../images/check-icon.svg);
    background-size: 16px;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.form-check-group input:checked + label:before {
    border: 1px solid #0154a4;
    background: rgba(192, 222, 255, 0.2);
}
.form-check-group input:checked + label::after {
    opacity: 1;
    visibility: visible;
}
/* **** End Checkbox **** */

/* **** extended-periods-box ***** */
.extended-periods-box .form-group {
    margin: 0 0 24px;
    position: relative;
}
.extended-periods-box .form-group label {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 31px;
    margin: 0;
    border-radius: 12px;
    border: 1px solid #eaecf0;
    background: #32d583;
    height: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 32px;
    position: relative;
}
.extended-periods-box .form-group:last-child {
    margin: 0;
}
.extended-periods-box .form-group:last-child label {
    background-color: #f97066;
}
.extended-periods-box .form-group input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
}
.extended-periods-box .form-group label:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100px;
    border: 1px solid #d0d5dd;
    background: #fff;
    top: 50%;
    right: 32px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.extended-periods-box .form-group label:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-image: url(../images/check-white.svg);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    right: 39px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}
.extended-periods-box .form-group input:checked + label:after {
    border: 1px solid #004997;
    background-color: #004997;
}
/* **** End extended-periods-box ***** */

/* **** patient-box **** */
.patient-box {
    border-radius: 12px;
    border: 1px solid #eaecf0;
    background: #f0f7ff;
    padding: 32px;
    margin: 0 0 24px;
}
.patient-box:last-child {
    margin: 0;
}
.patient-box .row {
    align-items: center;
}
.patient-box h2 {
    color: #0154a4;
    font-size: 27px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 8px;
}
.patient-box p {
    color: #0154a4;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.16px;
    max-width: 529px;
    margin: 0 0 16px;
}
.patient-box h5 {
    color: #0154a4;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.16px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 24px 0;
}
.patient-box h5 img {
    max-width: 100%;
}
.patient-box h6 {
    color: #0154a4;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.16px;
    margin: 0 0 10px;
}
.patient-box .helpful-box {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.patient-box .helpful-box a {
    display: block;
}
.patient-box .helpful-box a img {
    max-width: 100%;
}
.patient-box .boxright {
    display: table;
    margin-left: auto;
    margin-right: 0;
}
.patient-box .boxright img {
    max-width: 100%;
    margin: 0 0 16px;
}
.patient-box .boxright .btn-primary {
    display: block;
    width: 100%;
}
/* **** End patient-box **** */