.progress-text {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600
}

.progress-bar {
    height: inherit;
    width: 0%;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    border-radius: inherit;
    position: relative;
    overflow: hidden;
    transition: 4s width ease-out
}

.progress {
    height: 26px;
    border-radius: 50px
}

#PopOverlay {
    background-color: #000;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99
}

#process-popup, #process-popup2, #process-popup_end {
    position: fixed;
    top: 0%;
    width: 90%;
    max-width: 850px;
    z-index: 999;
    display: none;
    border: none;
    border: 8px solid #1d928a;
    padding: 0;
    margin: 5% auto;
    box-shadow: 0 0 16px #fff;
    left: 0;
    right: 0;
    z-index: 999999
}

.pop-in {
    float: left;
    width: 100%;
    background: #fff
}

.pop-heading {
    float: center;
    width: 100%;
    background: #232f3e;
    padding: 10px 15px
}

.pop-logo {
    float: center;
    max-width: 100%;
    margin-top: 6px
}

.pop-crs {
    float: right;
    max-width: 100%;
    cursor: pointer;
    margin-top: 7px
}

.pop-txt {
    float: left;
    width: 100%;
    padding: 30px 20px;
    background: #fff
}

#process-popup2 .pop-txt {
    padding: 30px 20px 12px
}

.un {
    text-decoration: underline
}

.pop-txt .qst_btn {
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    height: 54px;
    width: 380px;
    margin-top: 30px
}

.pop-txt-inner {
    min-height: 120px
}

.btn-disabled {
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    height: 54px;
    width: 380px;
    margin-top: 30px
}

#grp-progress {
    float: left;
    width: 80%;
    height: 35px;
    background: #eee;
    border-radius: 7px;
    margin: 30px 10%;
    padding: 3px;
    border: 1px solid #a2b6c7
}

#progress-bar {
    width: 1%;
    height: 100%;
    background-color: green;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    border-radius: 5px;
    text-align: center;
    padding-top: 5px;
}

.marg-tb-2 {
    margin: 0 0 12px
}

.pop-tik {
    vertical-align: middle;
    max-width: 100%;
    margin: -2px 13px 0 0
}

#text_bar {
    color: #fff;
    font-size: 14px;
    line-height: 26px
}

.pop-txt {
    padding: 15px 10px
}

#grp-progress {
    width: 96%;
    margin: 15px 2% 5px
}

.pop-txt .qst_btn {
    font-size: 20px;
    line-height: 20px;
    height: 50px;
    width: 100%;
    margin-top: 20px
}

#process-popup2 .pop-txt {
    padding: 10px
}

.marg-tb-2 {
    margin-bottom: 0
}

#screen {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .75);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10001
}

.countryFlag {
    max-width: 26px;
    margin-left: 3px;
    margin-top: -3px
}