/* .optin_div_abs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; 
    bottom: 0;
    z-index: 1;
} */
#optin_bg_color{
	border:2px solid transparent;
}
.lead1_div_abs { 
	position: absolute; 
	top: 0; 
	left: 0; 
	min-width: 100%; 
	min-height: 100%;
	z-index:-1;
    box-sizing: border-box;
    color: #fff; 
}
.opt2_bg{
	width: 100%;
	color:#fff;
    box-sizing: border-box;
} 

.opt1_privacytext {
    font-size: 13px;
	color: #fff;
}	 
.opt2_wrap{
	 max-width: 2000px;
	margin:20px 130px; 
} 
/*.opt2_wrap{
	 max-width: 1200px;
	margin:0 auto; 
} */
.opt2_hd{
	font-size:50px;
	font-weight:bold;
}	
.opt2_desc{
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}	
.opt2_desc1{
font-size: 17px;
    color: #fff;
    font-weight: 400;
    word-wrap: break-word;
}
.optin_box_cont{
	width:80%;
	margin:0 auto;
}	
.opt1_sign{
    background:#ff9649 none repeat scroll 0 0; 
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    padding:20px 2px;
    position: relative;
    border: none;
	border-radius:0;
	width:100%;
	word-wrap:break-word;
}
.optn_btn_hov {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.1);
    opacity: 0;
}

.optn_in_sub:hover .optn_btn_hov {
    opacity: 1;
}
.opt2_box_out{	
   max-width: 550px;
    padding: 20px 30px;
    float: left;
}
/*old css*/
/*.opt2_box_out{	
    margin: 20px 0 20px 50px;
    max-width: 550px;
    padding: 20px 30px;
	float: left;
}*/
.opt2_box_in{
	padding:8px;
	border-color: rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.4);
}	
.opt_rt{
	text-align:center;
	width:50%;
	float:right;
	margin-top:150px;
	
}
.optn_hd_txt {
    color: #FFF;
    font-size: 38px;
    line-height: 1;
    font-weight: 600;
}
.opt1_privacytext{
	font-size:13px;
}	
.opt1_sign:hover{
	color:#fff;
}
.txt_all_dec {
	word-wrap:break-word;
}
.lead1_spam_a {
    font-size: 12px;
    color: #fff;
}

/*Double Option Popup open*/
.pop_show{
    border-radius: 10px;
    text-align: center;
    margin: 10px auto 0;
    max-width:810px;
    width: 100%;
    border: 1px solid #B9B9B9;
    background: white;
    padding:30px 20px;
    position:relative;
    box-sizing:border:box;
}
.closed{
    position: absolute;
    right: 15px;
    top: 7px;
    color:#8a8989;
    cursor: pointer;
}
.pop_cont{ 
    /* background-image: url("//memberportal.io/members/images/themes/popbg.png");
    background-repeat: no-repeat;
    background-position:default;
    background-attachment: fixed;
    background-size:100% 100%; */
    background-color: #000000;
	overflow:hidden;
}
.pop_hd_txt {
    font-size: 25px;
    font-weight: 600;
}
.pop_lt{
    width:40%;
    float:left;

}
.pop_rt{
    width:60%;
    /* float:left; */
    padding:20px 30px;
    box-sizing:border-box;
    margin: 0 auto;

}
.privacy_txt_cont{
    margin:15px 0 30px 0;
}
.privacy_txt{
    color:#fff;

}
.pop_in_txt {
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #fff;
    border:medium none;
    font-size: 16px;
    padding: 10px 40px 10px 18px;
    color: #333;    
    background-repeat: no-repeat;
    font-family: sans-serif;
}

.pop_sub_btn { 
    background-color: #CC2187;
    color: #FFF;
    font-size: 24px;
    text-transform:uppercase;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    padding: 16px 2px;
    font-weight: bold;
    font-family: sans-serif; 
    position: relative;
	text-align:center;
	width:100%;
	word-wrap:break-word;
}

.pop_btn_hov {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.1);
    opacity: 0;
}

.pop_sub_btn:hover .pop_btn_hov { 
    opacity: 1;
}
/*Double Option Popup close*/ 

@media handheld, only screen and (max-width: 767px) {
	.opt2_wrap{
		padding:10px;
                margin: 20px auto;
	}
	.opt_rt {
		width: 100%;
	}
	.opt2_box{
		margin:30px 0;
		width: 100%; 
	}
	.opt1_sign{
		padding:15px;
                    font-size: 11px;
	}
	.opt_rt{
		margin:50px 0 30px 0;
		
	}
	 /*Double Option Popup open*/
    .pop_lt,.pop_rt {
        width: 100%;
    }
    .pop_sub_btn{
        padding:10px 10px;
    }
    /*Double Option Popup close*/
}