@font-face {
    font-family: DBHelvethaicaX65Med;
    src: url(./font/DBHelvethaicaX-65Med.eot);
    src: url(./font/DBHelvethaicaX-65Med.eot?#iefix) format("embedded-opentype"), url(./font/DBHelvethaicaX-65Med.woff2) format("woff2"), url(./font/DBHelvethaicaX-65Med.woff) format("woff"),
        url(./font/DBHelvethaicaX-65Med.ttf) format("truetype"), url(./font/DBHelvethaicaX-65Med.svg#DBHelvethaicaX-65Med) format("svg");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: DBHelvethaicaX55;
    src: url(./font/DBHelvethaicaX-55Regular.eot);
    src: url(./font/DBHelvethaicaX-55Regular.eot?#iefix) format("embedded-opentype"), url(./font/DBHelvethaicaX-55Regular.woff2) format("woff2"), url(./font/DBHelvethaicaX-55Regular.woff) format("woff"),
        url(./font/DBHelvethaicaX-55Regular.ttf) format("truetype"), url(./font/DBHelvethaicaX-55Regular.svg#DBHelvethaicaX-55Regular) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: DBHelvethaicaXMed;
    src: url(./font/DBHelvethaicaX-Med.eot);
    src: url(./font/DBHelvethaicaX-Med.eot?#iefix) format("embedded-opentype"), url(./font/DBHelvethaicaX-Med.woff2) format("woff2"), url(./font/DBHelvethaicaX-Med.woff) format("woff"), url(./font/DBHelvethaicaX-Med.ttf) format("truetype"),
        url(./font/DBHelvethaicaX-Med.svg#DBHelvethaicaX-Med) format("svg");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: PSLTextPro;
    src: url(./font/PSLTextProBold.eot);
    src: url(./font/PSLTextProBold.eot?#iefix) format("embedded-opentype"), url(./font/PSLTextProBold.woff2) format("woff2"), url(./font/PSLTextProBold.woff) format("woff"), url(./font/PSLTextProBold.ttf) format("truetype"),
        url(./font/PSLTextProBold.svg#PSLTextProBold) format("svg");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: PSLTextPro;
    src: url(./font/PSLTextPro.eot);
    src: url(./font/PSLTextPro.eot?#iefix) format("embedded-opentype"), url(./font/PSLTextPro.woff2) format("woff2"), url(./font/PSLTextPro.woff) format("woff"), url(./font/PSLTextPro.ttf) format("truetype"),
        url(./font/PSLTextPro.svg#PSLTextPro) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: PSLEmpirePro;
    src: url(./font/PSLEmpirePro.eot);
    src: url(./font/PSLEmpirePro.eot?#iefix) format("embedded-opentype"), url(./font/PSLEmpirePro.woff2) format("woff2"), url(./font/PSLEmpirePro.woff) format("woff"), url(./font/PSLEmpirePro.ttf) format("truetype"),
        url(./font/PSLEmpirePro.svg#PSLEmpirePro) format("svg");
    font-weight: 400;
    font-style: normal;
}


a,
a:active,
a:hover {
    text-decoration: none;
}
body {
    margin: 0 !important;
    padding: 0;
    color: #ffffff;
	background: url("../../img/template/bg.jpg") top center no-repeat;
	background-size: 100%;
    background-color: #02461d;
    font-family: DBHelvethaicaX55;
    font-size: 26px;
    line-height: 28px;
}
.login_bg {
    background: url(../../img/login/bg.jpg) no-repeat top center;
    background-color: #d5ecda;
    background-size: cover;
}
._web {
    display: block;
}
._mobile {
    display: none;
}

img{
	max-width: 100%;
}

.form_select {
     -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y:15px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}

h1 {
    font-family: DBHelvethaicaX65Med;
    font-size: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
}
.formLogin {
    padding: 20px 20px 20px 20px;
}
.formLogin .logo {
    width: 180px;
    height: auto;
}
.formLogin .img-header {
    width: 60%;
    height: auto;
    padding: 20px 0 20px 0;
}
.icon_login {
    background: url(../../img/login/icon-user.png) no-repeat 20px center;
    background-size: 23px;
    padding: 0 20px 0 50px !important;
}
.icon_pass {
    background: url(../../img/login/icon-password.png) no-repeat 20px center;
    background-size: 23px;
    padding: 0 20px 0 50px !important;
}
.user_login {
    color: #fff;
    background-color: #333333;
    font-size: 20px;
    line-clamp: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.block_logo {
    width: 30%;
    border: 0 #fff solid;
    padding: 10px 0 10px 10px;
}
.block_logo .img {
    width: 90px;
    height: auto;
}
.block_user_flex {
    width: 70%;
    border: 0 #fff solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.block_user_flex .user_icon {
    padding: 16px 10px 0 0;
}
.user_icon .img {
    width: 20px;
    height: auto;
}
.user_logout {
    padding: 16px 10px 0 10px;
    background-color: rgba(255, 255, 255, 0.3);
}
.user_logout img {
    width: 30px;
    height: auto;
}
.login_error {
    font-size: 20px;
    padding: 5px 0 5px 10px;
    color: #ed1c24; font-weight: bold;
    display: none;
}
.require_data,
.require_email,
.require_phone {
    font-size: 20px;
    padding: 5px 0 5px 10px;
    display: none;
}
.txt_error {
    padding: 0 0 0 10px;
    color: #d30c0c;
}
.forgetpassword {
    color: #192b65;
    border-bottom: 1px #192b65 solid;
}
.forgetpassword:hover {
    color: #1b2d63;
}
.register_header {
    color: #fff;
    padding: 20px 0 20px 0;
}
.register_header h1 {
	 font-family: PSLEmpirePro;
	font-size: 60px;
    color: #eacf8e;
	text-shadow: 1px 1px 2px #000;
}

.register_header h2{
	 font-family: PSLEmpirePro;
	font-size: 46px;
    color: #eacf8e;
	text-shadow: 1px 1px 2px #000;
}

.register_banner {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.register_banner .img {
    width: 100%;
    height: auto;
}
.register_link {
    color: #393939;
    background-color: #fff;
    padding: 20px 0 20px 0;
    word-wrap: break-word;
    margin-bottom: 20px;
}
.register_link a {
    color: #393939;
}
.register_link_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 0 5px 0;
}
.register_link_flex .box_ico {
    width: 15%;
    height: auto;
}
.register_link_flex .box_text {
    width: 85%;
    height: auto;
    padding: 7px 0 0 5px;
}
.box_ico .ico {
    width: 80%;
    height: auto;
}
.register_form {
	position: relative;
	width: 90%; max-width: 1250px;
	margin: 0 auto;
    border: 0 #333 solid;
    padding: 20px 0 20px 0;
}

.register_area{
	width: 90%; max-width: 1000px;
	margin: 0 auto;
}

.icon_calendar {
    background: url(../../img/template/icon-calendar.png) no-repeat center right;
}

.select_text {
    border: 0 !important;
    outline: 0 !important;
    font-size: 26px;
    color: #333333;
    background-color: #fff;
    padding: 0 30px 0 30px;
    margin: 10px 0 10px 0;
    width: 100%;
    height: 55px;
    border-radius: 25px;
}

.input_text {
    border: 0;
    outline: 0;
    font-size: 26px;
    color: #333333;
    background-color: #fff;
    padding: 0 30px 0 30px;
    margin: 10px 0 10px 0;
    width: 100%;
    height: 55px;
    border-radius: 25px;
}
.input_text::-webkit-input-placeholder {
    color: #333333;
    font-style: normal;
}
.input_text::-moz-placeholder {
    color: #333333;
    font-style: normal;
}
.input_text::-ms-input-placeholder {
    color: #333333;
    font-style: normal;
}
.input_text::placeholder {
    color: #333333;
    font-style: normal;
}
.invalid-feedback {
    padding: 0 20px;
}
.input_area {
    height: 130px;
    padding: 20px 30px;
}
.gender_flex {
    width: 100%;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 30px;
    margin: 10px 0;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 25px;
}
.gender_flex .block1 {
    width: 20%;
    color: #333333;
}
.gender_flex .block2 {
	 color: #333333;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gender_flex .block3 {
	color: #fff !important;
}
.gender_flex .block2 .box_gender {
    padding: 7px 30px 0 0;
}
.box_data {
    padding: 10px 0;
}
.box_data .box_gender {
    padding: 5px 0;
}
.register_form h2 {
    color: #ffffff;
    font-size: 36px;
    line-height: 36px;
    padding: 30px 0 0 0;
    margin: 0;
}
.register_form .title {
    color: #ffffff;
    font-size: 36px;
    line-height: 36px;
}
.register_form .description {
    color: #ffffff;
    font-style: italic;
}
.register_checkbox {
    padding: 0 0 0 30px;
    color: #ffffff;
    font-size: 28px;
    line-height: 30px;
}
.register_checkbox .block {
    padding: 0;
}
.block_other {
    padding: 0 0 0 20px;
}
.box_signature {
    width: 100%;
    height: 150px;
    background-color: #fff;
    margin: 20px 0 20px 0;
}
.bnt_submit {
    outline: 0;
    text-align: center;
   color: #041134; font-weight: bold;
	background: url("../../img/product/btn-submit.jpg") top center;
      
    /*-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.04), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.04), 0 2px 4px 0 rgba(0, 0, 0, 0.08);*/
    font-size: 30px;
    line-height: 30px;
    padding: 10px 80px 10px 80px;
    margin: 50px 0 20px 0;
    border-radius: 25px; border: 0;
}
.bnt_submit:hover {
    color: #333333;
    background-color: #fff;
}
.bnt_submit:disabled,
.bnt_submit[disabled] {
    border: 1px solid #999;
    background-color: #c1e6c3;
    color: #999;
}
.box_bnt_cancel {
    padding: 20px 0 0 0;
}
.bnt_cancel {
    color: #393939;
    font-size: 28px;
    line-height: 28px;
    padding: 0;
    margin: 0 0 40px 0;
    border-bottom: 1px #797979 solid;
    cursor: pointer;
}
.bnt_cancel:hover {
    color: #393939;
    opacity: 0.6;
}
.bnt_home {
    color: #333333;
    background-color: #fff;
}
.bnt_home:hover {
    color: #333333;
    background-color: #f5f5f5;
}
.bnt_clear {
    outline: 0;
    text-align: center;
    color: #000;
    background-color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 10px 50px 10px 50px;
    margin: 0 0 40px 0;
    border-radius: 25px;
}
.bnt_clear:hover {
    color: #fff;
    background-color: #000;
}

.copyright{
	padding-top: 20px;
	font-size: 18px;
    line-height: 18px;
}

.footer {
    height: 40px;
    
}
.footer .img {
    width: 100%;
    height: auto;
}
.footer_copy {
    position: relative;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    left: 0;
    right: 0;
    padding: 70px 0 0 0;
    border: 0 #333 solid;
}
.wrapper {
    position: relative;
    width: 350px;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 10px 0 10px 0;
}
.signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width: 350px;
    height: 200px;
    background-color: #fff;
}

.img_product{
	padding: 60px 0;
}

.product-home .img { 
    width: 100%;
    height: auto;
    border: 0 #333 solid;
}
.home_line {
    border-top: 2px #ffffff solid;
    margin: 30px 0 0 0;
    padding: 40px 0 0 0;
}
.padding_line {
    padding-top: 0;
}
#load_page {
    position: fixed;
    z-index: 9999;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    color: #000;
    background-color: #000;
    text-align: center;
    opacity: 0.8;
    vertical-align: middle;
    display: none;
}
#load_page img {
    position: absolute;
    width: 100px;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.class_status {
    padding: 30px 0 0 0;
    font-size: 14px;
    line-height: 14px;
}
.txt_thankyou {
    padding: 30px 0 40px 0;
}
._error {
    color: #e41313;
}
.q_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
}
.q_flex .block1 {
    width: 70%;
}
.q_flex .block2 {
    width: 30%;
    padding: 22px 0 0 0;
}
.label_checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    font-family: DBHelvethaicaX55;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.label_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
}
.label_checkbox:hover input ~ .checkmark {
    background-color: #64e47c;
}
.label_checkbox input:checked ~ .checkmark {
    background-color: #333333;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.label_checkbox input:checked ~ .checkmark:after {
    display: block;
}
.label_checkbox .checkmark:after {
    left: 9px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
input[type="radio"].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input[type="radio"].css-checkbox + label.css-label {
    padding-left: 26px;
    height: 21px;
    display: inline-block;
    line-height: 21px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-family: DBHelvethaicaX55;
    font-size: 26px;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
input[type="radio"].css-checkbox:checked + label.css-label {
    /*background-position: 0 -21px;*/
	background-image: url(../../img/template/radio2.png);
}
label.css-label {
    background-image: url(../../img/template/radio1.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.box_radio {
    color: #333333;
    padding: 5px 0;
}
.ui-datepicker {
    margin: 0 auto 0;
}
.checkGroup {
    border: 0 #1b2d63 solid;
}
#option1,
#option2,
#option3,
#option4,
#useother,
#hospitalname,
.sub_label {
    display: none;
}
.label_error {
    margin: 0;
    padding: 0;
    background-color: #eacf8e;
}
.radio_box {
    padding: 5px 0;
}

.top20{
	margin-top: 20px;
}

.top30{
	margin-top: 30px;
}

.top40{
	margin-top: 40px;
}

.popup_privacy{
	width: 100%; height: 100%; 	z-index: 999999;
	top: 0; bottom: 0;
	position: fixed; background: url("../../img/template/shadow2.png"); 
	padding: 20px 0 100px 0;   
	text-align: center;   display: none;
}

.popup_privacy .area{
	 width:90%;  margin-left: auto; margin-right: auto;
	 max-width: 700px;
	 position: relative;
	margin-top: 80px;
	  text-align: left;
	padding: 30px 0;  
    background:url("../../img/template/popup.jpg");
	font-size: 22px; line-height: 120%;
}

.privacy_padding{ 
    color: #fff; padding: 40px;
}

.btn_quiz{
	cursor: pointer;
   display: inline-block; vertical-align: top;
    font-size: 30px; line-height: 100%;
    width: 200px;   text-align: center;
	padding: 7px 0;
    background: url("../../img/product/btn-submit.jpg") top center; resize: none; outline: none;
    color: #000;  border: 0;
    border-radius: 50px; margin: 40px 10px 0;
}

.privacy_remark{
	 
}

.privacy_remark a{
	color: #cdb777 !important;
}

.privacy_padding a{
	color: #fff; text-decoration: underline;
}

.popup-bg {
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    display: none;
}
.popup-bg .popup {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    margin-top: 5%;
    width: 400px;
    min-height: 300px;
    background-color: #fff;
    border-radius: 30px;
    position: relative;
}
.popup-bg .popup .header {
    background-color: #333333;
    color: #fff;
    padding: 18px 0 15px 0;
    text-align: center;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-topright: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.popup-bg .popup .body {
    padding: 20px 20px;
}
.popup-bg .popup .body .logo_right {
    text-align: center;
}
.popup-bg .popup .body .logo_right img {
    width: 100px;
}
.popup-bg .popup .body h2 {
    text-align: center;
    font-size: 700;
    padding: 10px 0;
}
.popup-bg .popup .body .complete,
.popup-bg .popup .body .false1,
.popup-bg .popup .body .false2,
.popup-bg .popup .body .false3,
.popup-bg .popup .body .false4{
    display: none;
}
.popup-bg .popup .img {
    width: 90px;
    text-align: center;
}
.popup-bg .popup .label_close {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    text-align: center;
    border: 0 #333 solid;
    text-decoration: underline;
    cursor: pointer;
}
 

/* The container */
.container2 {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* Hide the browser's default checkbox */
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
    border: 1px #aaaaaa solid;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark {
  background-color: #1B88ED;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.remark{
     padding-left: 35px; padding-top: 30px;
}

.table_remark td{
	padding: 15px 0 0;
	min-width: 30px;
}

.table_remark img{
	width: 20px;
}

.bg_store{
	background: url("../../img/template/shadow3.png");
	padding: 40px; margin-top: 40px;
}

.accept_box{
	padding-top: 60px;
}

.bg-login{
	background: url("../../img/login/bg.jpg") top center no-repeat;
	background-size: 100%;
}

.login_form {
	position: relative;
	width: 90%; max-width: 700px;
	margin: 0 auto;
    border: 0 #333 solid;
    padding: 20px 0 20px 0;
	background: #fff;
}


.input_login {
    border: 0;
    outline: 0;
    font-size: 26px;
    color: #999999;
    background-color: #e5e5e5;
    padding: 0 30px 0 30px;
    margin: 10px 0 10px 0;
    width: 100%;
    height: 55px;
    border-radius: 25px; text-align: center;
}
.input_login::-webkit-input-placeholder {
    color: #999999;
    font-style: normal;
}
.input_login::-moz-placeholder {
    color: #999999;
    font-style: normal;
}
.input_login::-ms-input-placeholder {
    color: #999999;
    font-style: normal;
}
.input_login::placeholder {
    color: #999999;
    font-style: normal;
}


.box_otp1{
	float: left;
	width: 80%;
}

.box_otp2{
	float: right;
	width: 18%;
}

.clear{
	clear: both;
}

.btn-otp{
	display: inline-block; vertical-align: top;
	background: url("../../img/product/btn-submit.jpg") top center;
      
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.04), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.04), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
	color: #041134; font-weight: bold;
	padding: 5px 40px; border-radius: 10px;
	margin-top: 20px;
}

.icon-accept img{
	width: 45px; padding: 0px 0 20px;
}



@media screen and (max-width: 60em) {
    .popup-bg .popup {
        width: 90%;
        margin-top: 10%;
    }
    .popup-bg .popup .body h1 br,
    .popup-bg .popup .body h2 br {
        display: none;
    }
}

