/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*CBD STYLES*/
.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/bg-popup.jpg) no-repeat bottom #FFF;
    background-size: contain;
}

.close-btn {
    position: absolute;
    right: 24px;
    top: 24px;
}

.header-title {
    width: 180px;
    height: 84px;
    object-fit: contain;
    font-family: Cairo;
    font-size: 38px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: center;
    color: #006e7d;
    margin: 0 auto;
    margin-top: 54px;
}

.header-body {
    width: 234px;
    height: 48px;
    font-family: Cairo;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 0px;
    text-align: center;
    color: #8b8b8b;
    margin: 0 auto;
    margin-top: 19px;
}

.btn-primary {
    display: block;
    width: 181px;
    height: 60px;
    border-radius: 100px;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
    background-color: #006e7d !important;
    margin: 0 auto;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-family: Cairo;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 27px;
    line-height: 60px;
}

.bottom-continue {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 44px;
    object-fit: contain;
    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.19);
    background-color: #ffffff;
}

.bottom-continue a {
    font-family: Cairo;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 44px;
    letter-spacing: 0px;
    color: #08b3e9;
    text-decoration: none;
    position: absolute;
    right: 14px;
}

.bottom-continue img {
    display: inline-block;
    top: 2px;
    position: relative;
    margin-left: 8px;
}