
body .spmp-global-popup, .spmp-global-popup *{
    box-sizing: border-box;
	font-family:'ZohoPuvi', sans-serif;
	line-height:24px;
}
body .spmp-global-popup{
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 999999;    overflow: hidden;
    overflow-y: auto;
}
body .spmp-global-popup .spmp-global-popup-cont{
    width:680px;
    border:1px solid #E873F8;
    padding:45px 40px;
    background-image: url('../images/spmp-global-popup-bg.png');
    background-size: cover;
    border-radius:8px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    display: inline-block;
    vertical-align: middle;
}
body .spmp-global-popup .Go2-log360{
    position: absolute;
    top:10px;
    right:12px;
    font-size:30px;
    font-weight: 100;
    cursor: pointer;
    color: #333;
    transition: 0.25s ease;
}
body .spmp-global-popup .Go2-log360:hover{
    transform: scale(1.2);
    color: #000;
}
body .spmp-global-popup .spmp-global-popup-title{
    width:215px;
    margin-right:50px;
    display: inline-block;
    vertical-align: middle;
}
body .spmp-global-popup .spmp-global-popup-list{
    width:328px;
    display: inline-block;
    vertical-align: middle;
	list-style:none;
}
body .spmp-global-popup .spmp-global-popup-title h2{
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    color: #000000;
    margin:0px;
}
body .spmp-global-popup .spmp-global-popup-title p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color:#333;
    margin:0px;
    margin-top: 15px;
}
body .spmp-global-popup .spmp-global-popup-list ul{
    display: table;
    width: 100%;
    list-style:none;
}
body .spmp-global-popup label {
    display: block;
    cursor: pointer;
    font-weight: 500;
    position: relative;
}
body .spmp-global-popup label input {
    position: absolute;
    left: -9999px;
}
body .spmp-global-popup label span {
    width:100%;
    padding:7.5px 15px;
    display: block;
    border-radius: 4px;
    background-color: #fff;
    border:1px solid #d0d0d0;
    margin-bottom:12px;
    transition: 0.25s ease;
    font-size: 15px;
    font-weight: 400;
    color:#333;
    position: relative;
}
body .spmp-global-popup label span:hover {
    background-color: #f1f1f1;
}
body .spmp-global-popup label span:before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    border: 1px solid #8D8D8D;
    top: 11px;
    right: 15px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
body .spmp-global-popup label span:after {
    content: "";
    width:1px;
    height:1px;
    display:block;
    border-radius:50%;
    position: absolute;
    background-color:#fff;
    top:20px;
    right:23px;
    transition: 0.3s ease all;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
body .spmp-global-popup label input:checked + span{
    background-color: #fff;
    border:1px solid #D0D0D0;
    border-radius:4px;
}
body .spmp-global-popup label input:checked + span {
    border-color:#068A8E;
    color:#000;
}
body .spmp-global-popup label input:checked + span:before {
    border-color:#068A8E;
}
body .spmp-global-popup label input:checked + span:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    position: absolute;
    background-color: #068A8E;
    top: 15px;
    right: 19px;
}
body .spmp-global-popup .spmp-global-popup-buttons{
    margin-top: 17px;
    display:table;
    width:100%;
}
body .spmp-global-popup .spmp-global-popup-buttons a{
    color:#000;
    background-color: #E5E5E5;
    padding:11.5px 39px;
    border-radius: 4px;
    font-size: 15px;
    text-decoration: none;
}
body .spmp-global-popup .spmp-global-popup-buttons a.nextBtn{
    background-color: #000;
    color:#fff;
    margin-right:15px;
}
@media screen and (max-width: 700px){
body .spmp-global-popup .spmp-global-popup-cont{width: 90%;padding: 45px 20px;        margin-top: 50px;}
body .spmp-global-popup .spmp-global-popup-list{margin-top: 30px; width: 100%;}
}