#popup_wrap {
	width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
/*	cursor:url(../popup/img/popup_close.png);*/
}
#popup_center {
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#popup_content {
	    min-width: 10%;
    max-width: 60%;
    min-height: 6%;
    overflow: hidden;
    position: relative;
    padding: 19px;
    text-align: justify;
    background: rgba(255, 255, 255, 1) no-repeat scroll center center;
}
#popup_close {
	cursor: pointer;
    margin: 0 auto;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 150px;
	display:block;
    border-radius: 1px;
    margin-top: 15px;
}
#popup_content img:nth-child(2) {
    width: 100%;
}
#popup_content p a{
	color:#f18e32;
}
@media screen and (max-width: 768px) {
#popup_content {
	min-width: 10%;
    max-width: 100%;
}
#popup_close {
    bottom:0;

}
}

@media screen and (max-width: 414px) {
#popup_content {
    max-width: 100%;
}
}
@media (min-width: 415px) and (max-width: 568px) {
#popup_content {
    max-width: 90%;
}
}

@media (min-width: 569px) and (max-width: 979px) {
#popup_content {
    max-width: 70%;
}
}
@media (min-width: 980px) and (max-width: 1024px) {
#popup_content {
    max-width: 60%;
}
}

@media (min-width: 1281px) and (max-width: 1921px) {

    .p_content
    {
        font-size: 15px;
    }
}
@media (min-width: 1920px) and (max-width: 5000px) {
    #popup_content{
         max-width: 45%;
        padding: 35px
    }   
}
/**/


.a_set
{
    text-decoration: none;

}
.h2_title
{
    font-size: 1.5em;
    color: #3a3a3a;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;

}

.p_content
{
    margin: 0 0 1.0em;
    color: #666;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 13px;

}

.btn_set
{
    color: white;
    font-weight: normal;
    text-decoration: none;
    border: none;
    outline: none;
    background: #000;
}
.btn_set:hover
{
    opacity: 0.8;
}

.disclaimer {
    color: #666;
	
	 font-size:15px;
}

span.checktext {
    display: block;
    position: relative;
    text-align: center;
    font-size: 17px;
}
span.checktext input#popclose {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 11px;
    vertical-align: middle;
}
span.checktext label {
    vertical-align: middle;
    display: inline-block;
    margin-top: 9px;
    font-size: 15px;
    font-weight: 700;
    color: #3a3a3a;
    cursor: pointer;
}
strong{
    color: #3a3a3a
}
  .separator-line {
/*    background-color: #f5812c;*/
	background-color: #000;
    width: 80px;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}
    .scroll_container1{
        margin-top: 25px
    }