.cornerbtn_prefCenter{
	display:none;
	font-size: 14px;
	position: fixed;
    right: 10px;
    bottom: 0px;
    color: #ffffff;
    border-radius: 10px 10px 0px 0px;
    box-shadow: -4px -4px 5px #9E9E9E;
    letter-spacing: 1px;
   
    z-index: 10;
   
    transition: 2s;
    overflow: hidden;
	width: 250px;
	text-align:center;
}
.cornerbtn_prefCenter .pfbtn{
	background-image: url(https://www.noidea-factory.net/images/icon_preference_center.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 20px center;
    height: 40px;
    line-height: 40px;
    background-color: #4499aa;
    color: #ffffff;
    padding: 0px 20px;
	 cursor: pointer;
}

.cornerbtn_prefCenter .pfbtn:hover{
	 background-color:#115f6f;
}
.cornerbtn_prefCenter .pftips{
	font-size: 12px;
    padding-top: 10px;
    border-top: 1px solid #d3e3fd;
    color: #d3e3fd;
    padding: 10px 20px;
	position:relative;
	display:none;
}
.cornerbtn_prefCenter .pftips:before{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #4499aa;
    content: '';
    opacity: 0.92;
    z-index: -1;
}
.cornerbtn_prefCenter .pftips.close{
	overflow:hidden;
}
.cornerbtn_prefCenter .pftips .pftips-content{
    max-width: 300px;
    margin: auto;
    max-height: 500px;
    transition: 0.5s;
    overflow: hidden;
}
.cornerbtn_prefCenter .pftips.close .pftips-content{
	opacity:0;
	max-height: 0;
}
.cornerbtn_prefCenter .pftips .closebtn{
	position: absolute;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    right: 0px;
    top: -1px;
    border: 1px solid #d3e3fd;
    
   
	cursor:pointer;
}
.cornerbtn_prefCenter .pftips .closebtn:after{
	 content: 'x';
	 color: #d3e3fd;
}
.cornerbtn_prefCenter .pftips.close .closebtn{
	width: 100%;
    text-align: center;
    border: 0px;
}
.cornerbtn_prefCenter .pftips.close .closebtn:after{
	content:'...';
	transition: 0.5s;
}
.cornerbtn_prefCenter .pftips:not(.close) .closebtn:hover{
	background-color:#d3e3fd;
}
.cornerbtn_prefCenter .pftips:not(.close) .closebtn:hover:after{
	color:#4499aa;
}
.cornerbtn_prefCenter .pftips.close .closebtn:hover:after{
	font-weight:bold;
	color:#ffffff;
	letter-spacing: 5px;
}
.cornerbtn_prefCenter .tipsimg{
	max-height: 140px;
	max-width:240px;
    object-fit: cover;
    object-position: 0px -10px;
    margin-top: 5px;
    border-radius: 5px;
	
}
.corner_simRegform input[type="button"]{
	background-color: #115f6f;
    color: #ffffff;
	margin-top: 10px;
	letter-spacing: 1px;
    font-size: 1.1em;
	cursor:pointer;
}

.corner_simRegform{
	position: fixed;
    right: 10px;
    bottom: 0px;
    background-color: #9accd6;
    color: #ffffff;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
    box-shadow: -4px -4px 5px #9E9E9E;
    z-index: 10;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 20px 8px;
    transition: 0.5s;
    overflow: hidden;
    height: 200px;
	max-height: 200px;
	display:none;
}
.corner_simRegform.mins{
    max-height: 20px;
    padding: 10px 20px;
	width: 230px;
}

.corner_simRegform.mins .sform_close:before{
	top:-5px;
	content: '\002B';
}
.corner_simRegform .sform_heading{
	margin: auto;
    width: fit-content;
}
.corner_simRegform.mins .sform_heading{
	cursor:pointer;
	font-size: 12px;
}
.corner_simRegform .sform_close{
	position: relative;
}
.corner_simRegform .sform_close:before{
	
	cursor:pointer;
	content: '\2014';
    position: absolute;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
}
.corner_simRegform .sform_close:hover:before{
	background-color:#ffffff;
	color:#4499aa;
}
.corner_simRegform form{
	margin-top: 10px;
	font-size: 12px;
	padding-top: 10px;
	text-align: center;
}
.corner_simRegform .squest{
	margin-bottom:10px;
}
.corner_simRegform form .squest:not(:last-child){
	background-color: #ffffff;
    border-radius: 5px;
}
.corner_simRegform input
,.corner_simRegform select{
	border:0px;
	border-radius: 2px;
	line-height:30px;
	color:#666666;
	width:calc( 100% - 10px );
	padding: 0px 5px;
	background-color: unset;
}
.corner_simRegform input{
	  text-indent: 10px;
}
body.openSRegForm .backlayer{
	display:block !important;
}
body.openSRegForm .corner_simRegform{
	z-index: 100001;
    top: 30%;
    bottom: auto;
    left: calc((100% - 600px) / 2);
    right: auto;
    width: 600px;
    margin: auto;
    border-radius: 15px;
	display:block !important;
}
body.openSRegForm .corner_simRegform .sform_close:before{
	content: 'x';
	height: 30px;
	width:30px;
    line-height: 28px;
}
body.openSRegForm .corner_simRegform .sform_heading{
	letter-spacing:1px;
}
body.openSRegForm .corner_simRegform form{
	max-width: 300px;
    margin: auto;
}
body.openSRegForm .corner_simRegform input
, body.openSRegForm .corner_simRegform select{
	font-size:14px;
}

@media only screen and (max-width: 1000px) {
	body.openSRegForm .corner_simRegform{
		width:400px;
		left: calc((100% - 400px) / 2);
	}
}
@media only screen and (max-width: 580px) {
	.cornerbtn_prefCenter{
		width:calc( 100% - 20px );
	}
	.corner_simRegform{
		width: 320px;
		left: calc((100% - 320px - 40px) / 2);
	}
	body.openSRegForm .corner_simRegform{
		width: calc(100% - 20px - 30px);
		left: 10px;
		top: 150px;
		padding: 20px 15px 30px 15px;
	}
	body.openSRegForm .corner_simRegform .sform_close:before{
		right: -5px;
		top: -5px;
	}
}