#popup_wrap2 {
	width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
	cursor:url(popup_close2.png);
}
#popup_center2 {
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#popup_content2 {
	min-width: 10%;
    /*max-width: 35%;*/
    max-width: 55%;
	min-height: 10%;
	overflow: hidden;
    position: relative;    
	padding:25px;
	text-align:justify;
	background: rgba(255, 255, 255, 1) no-repeat scroll center center;
}
#popup_close2 {
	cursor: pointer;
    margin: 0 auto;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 150px;
	display:block;
    background-image: linear-gradient(to right top, #07a2e4, #098dd6, #1b78c6, #2b63b5, #364ea1);
}
#popup_close2:hover {
    background: #333;
}
/*#popup_content2 img:nth-child(2) {
    width: 100%;
}*/
#popup_content2 p a{
	color:#13A39D;
}

@media (max-width: 320px) { 
    #popup_content2 {

    max-width: 88% !important;
}
#popup_close2 {
    bottom:0;
	
}
}
@media (min-width: 361px) and (max-width: 375px) {
        #popup_content2 {
    max-width: 81% !important;
}
#popup_close2 {
    bottom:0;
	
}
    
    }

@media (min-width: 415px) and (max-width: 480px) { 
    #popup_content2 {
    max-width: 95% !important;
}
#popup_close2 {
    bottom:0;
	
}
}
@media (min-width: 481px) and (max-width: 568px) {
        #popup_content2 {
    max-width: 93% !important;
}
#popup_close2 {
    bottom:0;
	
}
}
@media screen and (max-width: 768px) {
#popup_content2 {
    font-size: 12px;
	min-width: 10%;
    max-width: 83%;
    padding: 15px;
}
    
#popup_close2 {
    bottom:0;
	
}
}
@media (min-width: 801px) and (max-width: 980px) {
           #popup_content2 {
    max-width: 77% !important;
}
#popup_close2 {
    bottom:0;
	
}
}

@media (min-width: 1281px) and (max-width: 1921px) {

    .p_content
    {
        font-size: 15px;
    }
}

/**/


.a_set
{
    text-decoration: none;
	
}
.h2_title
{
    font-size: 1.5em;
    color: #3a3a3a;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    
}

.p_content
{
    margin: 0 0 1.0em;
    color: #666;
    line-height: 20px;   
    letter-spacing: 0px;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 24px;
}

.btn_set
{
    color: white;
    font-weight: normal;
    text-decoration: none;
    border: none;
    outline: none;
    background: #07a3e5;
}

.disclaimer {
    color: #666;
    font-family: Gotham-Light,sans-serif;
	font-size:15px;
}
#popup_close1 {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}



