body {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    min-height: calc(120vh - 101px);
}
.wrapper {
    background: #fff;
}
.wrapper .border {
    border: 2px dashed #878787 !important;
}
.note {
    font-weight: 300;
}
.disclaimer-wrapper p {
    font-size: 10px;
    font-weight: 300;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
    .icon-checked {
        width: 100px;
    }
}
@media screen and (max-width: 991px) {
    header {
        height: 50px;
    }
    .navbar-brand img {
        width: 105px;
        height: 32px;
    }
    .icon-close {
        height: 24px;
        width: 24px;
        right: 20px;
    }
    .icon-close::before, .icon-close::after {
        left: 10px;
        top: 5px;
        height: 12px;
    }
    .progressbar-section {
        width: 100%;
    }
    .progressbar {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .progressbar li {
        margin: 0 11px;
        width: 20%;
    }
    .progressbar li::before {
        font-size: 16px;
        height: 32px;
        width: 32px;
        line-height: 32px;
    }
    .progressbar li::after {
        height: 4px;
        width: 100%;
        top: 15px;
        left: -95%;
    }
    .progressbar li:first-child::after, .progressbar li.step-done:first-child::after {
        background: none;
    }
    .progressbar li:last-child::after {
        background: #EBEBEB;
    }
    .progressbar li.current::after {
        background: #179A7D;
    }
    main {
        margin: 20px;
    }
    .lead {
        font-size: 18px;
        font-weight: 400;
        margin-top: 30px;
        text-align: center;
    }
    .icon-checked {
        width: 40px;
    }
    .w-50 {
        width: auto !important;
    }
    .btn {
        font-size: 16px;
        min-width: 100px;
    }
}

@media screen and (max-width: 576px) {
    .icon-checked {
        width: 69px;
    }
    .btn-primary {
        margin-left: 0;
    }
}
@media screen and (max-width: 320px) {
    .progressbar li {
        margin: 0 6px;
    }
}