#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%;
} */
#popup_content {
    min-width: 12%;
    max-width: 100%;
    padding: 19px 2px;
}
/* #popup_center {
    width: 184%;
    height: 102%;
}
#popup_wrap {
    width: 136%;
    height: 100%;
} */
.p_content {
    line-height: 12px !important;
}
}
@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: #385e82;
    width: 80px;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}
    .scroll_container1{
        margin-top: 25px
    }








    @media (min-width: 1250px) and (max-width: 1270px) {
        #popup_center {
            width: 100%;
            height: 80%;
        }
        #popup_content {
            min-width: 10%;
            max-width: 90%;
        }

        

        body {
            margin: 0px 0 !important;
            padding: 0px !important;
        }
    }