@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');


:root {
	--white: #ffffff;
	--light: #f0eff3;
	--black: #000000;
	--dark-blue: #1f2029;
	--dark-light: #353746c9;
	--red: #da2c4d;
	--yellow: #f8ab37;
	--grey: #ecedf3;
}

/* #Primary
================================================== */


::selection {
	color: var(--white);
	background-color: var(--black);
}
::-moz-selection {
	color: var(--white);
	background-color: var(--black);
}
mark{
	color: var(--white);
	background-color: var(--black);
}
.section {
    position: relative;
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.over-hide {
    overflow: hidden;
}
.z-bigger {
    z-index: 100 !important;
}

#lbl-newsletter [type="checkbox"]:checked,
#lbl-newsletter [type="checkbox"]:not(:checked){
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	visibility: hidden;
}


#lbl-newsletter .background-color{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--dark-blue);
	z-index: 1;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
#lbl-newsletter .checkbox:checked ~ .background-color{
	background-color: var(--white);
}

#lbl-newsletter .checkbox:checked + label,
#lbl-newsletter .checkbox:not(:checked) + label{
	position: relative;
	width: 70px;
	display: inline-block;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	margin: 17px 0;
	margin-top: 100px;
	height: 6px;
	border-radius: 4px;
	background-image: linear-gradient(298deg, white, blue);
	z-index: 100 !important;
}
#lbl-newsletter .checkbox:checked + label:before,
#lbl-newsletter .checkbox:not(:checked) + label:before {
	position: absolute;
	font-family: 'unicons';
	cursor: pointer;
	top: -17px;
	z-index: 2;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
#lbl-newsletter .checkbox:not(:checked) + label:before {
	content: '\eac1';
	left: 0;
	color: var(--grey);
	box-shadow: 0 4px 4px rgba(0,0,0,0.15), 0 0 0 1px rgba(26,53,71,0.07);
}
#lbl-newsletter .checkbox:checked + label:before {
	content: '\eb8f';
	left: 30px;
	color: var(--yellow);

	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
}

#lbl-newsletter .checkbox:checked ~ .section .container .row .col-12 p{
	color: var(--dark-blue);
}

#lbl-newsletter .checkbox-sector:checked + label,
#lbl-newsletter .checkbox-sector:not(:checked) + label{
	position: relative;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	text-align: center;
	padding: 0;
	padding: 6px 25px;
	font-size: 11px;
	line-height: 23px;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 16px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
    color: var(--white);
	text-transform: uppercase;
	background-color: var(--dark-light);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
#lbl-newsletter .checkbox-sector:not(:checked) + label::before{
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
#lbl-newsletter .checkbox-sector:checked + label::before{
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
#lbl-newsletter .checkbox-sector:not(:checked) + label:hover::before{
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
#lbl-newsletter .checkbox-sector:checked + label::before,
#lbl-newsletter .checkbox-sector:not(:checked) + label::before{
	position: absolute;
	content: '';
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border-radius: 4px;
	z-index: -2;
	background-image: linear-gradient(138deg, white, blue);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
#lbl-newsletter .checkbox-sector:not(:checked) + label::before{
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
}
#lbl-newsletter .checkbox-sector:checked + label::after,
#lbl-newsletter .checkbox-sector:not(:checked) + label::after{
	position: absolute;
	content: '';
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border-radius: 4px;
	z-index: -2;
	background-color: var(--dark-light);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
#lbl-newsletter .checkbox-sector:checked + label::after{
	opacity: 0;
}
#lbl-newsletter .checkbox-sector:checked + label .uil,
#lbl-newsletter .checkbox-sector:not(:checked) + label .uil{
	font-size: 20px;
}
#lbl-newsletter .checkbox-sector:checked + label .text,
#lbl-newsletter .checkbox-sector:not(:checked) + label .text{
	position: relative;
	display: inline-block;
	-webkit-transition: opacity 300ms linear;
	transition: opacity 300ms linear;
}
#lbl-newsletter .checkbox-sector:checked + label .text{
	opacity: 0.6;
}
#lbl-newsletter .checkbox-sector:checked + label .text::after,
#lbl-newsletter .checkbox-sector:not(:checked) + label .text::after{
	position: absolute;
	content: '';
	width: 0;
	left: 0;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	background-image: linear-gradient(138deg, white, blue);
	z-index: 1;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
#lbl-newsletter .checkbox-sector:not(:checked) + label .text::after{
	width: 0;
}
#lbl-newsletter .checkbox-sector:checked + label .text::after{
	width: 100%;
}

#lbl-newsletter .checkbox:checked ~ .section .container .row .col-12 .checkbox-sector:not(:checked) + label,
#lbl-newsletter .checkbox:checked ~ .section .container .row .col-12 .checkbox-sector:checked + label{
	background-color: var(--light);
    color: var(--dark-blue);
}
#lbl-newsletter .checkbox:checked ~ .section .container .row .col-12 .checkbox-sector:checked + label::after,
#lbl-newsletter .checkbox:checked ~ .section .container .row .col-12 .checkbox-sector:not(:checked) + label::after{
	background-color: var(--light);
}

#lbl_quivalence_No,#lbl_quivalence_Si{
    margin-left: 5%;
}

#customer-form > div > div:nth-child(7), #customer-form > div > div:nth-child(8){
    display: none;
}

input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
	left: unset !important;
}