input[type='text']::-webkit-input-placeholder,
select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f2f2f2;
}
input[type='text']::-moz-placeholder,
select::-moz-placeholder { /* Firefox 19+ */
  color: #f2f2f2;
}
input[type='text']:-ms-input-placeholder,
select:-ms-input-placeholder { /* IE 10+ */
  color: #f2f2f2;
}
input[type='text']:-moz-placeholder,
select:-moz-placeholder { /* Firefox 18- */
  color: #f2f2f2;
}

.ui-datepicker .ui-datepicker-title select {
	width: 42% !important;
}

.op-container {
	background: url('images/op-bg.jpg') 50% 50% no-repeat;
	background-size: cover;
	padding-bottom: 50px;
}
.op-container .container {
	padding: 0 90px;
}

/*.colhaf1 .hasRequired, .colhaf1 input, .colhaf2 input, .colhaf3 input, .colhaf4 input, .dont input {
	color:#555!important;
	padding-left:11px!important
}
.colhaf2 .hasRequired {
	color:#fff;
	padding-left:20px
}
.step1 select option {
	color:#a1a1a1
}
.buttonRequired {
	padding-right:11px
}
.product_tag_user-data table.wccpf_fields_table td {
	padding:0;
	display:block
}
.woocommerce-account .woocommerce .u-columns {
	display:block
}
.empty-cart-block .btn {
	background-color:#08c!important;
	border-color:#08c!important;
	border-radius:5px;
	font-size:20px!important;
	font-family:arciformregular;
	text-transform:capitalize;
	height:50px;
	line-height:50px
}
.page-id-23 ul.order_details {
	list-style:none;
	margin-top:21px;
	font-family:arciformregular
}

.page-id-23 ul.order_details li {
	font-size:20px!important
}
.page-id-23 ul.order_details li strong {
	font-weight:500
}
.page-id-23 .content.col-md-12 {
	margin-bottom:20px
}*/

.step1 {
	position:relative;
	overflow:hidden;
	padding:140px 0 0 0;
	background-size:cover;
	/*min-height:840px;*/
}

.vc_col-sm-8 {
	width:68%;
	float:left;
}
.vc_col-sm-4 {
	width:30%;
	float:left;
	padding-left: 20px;
}
.vc_col-sm-8 > form {
	max-width: 625px;
	margin-bottom: 0;
}
.star-area {
	margin:0;
	padding:0
}
.star-area ul {
	margin:0 0 100px;
	padding:0;
	font-size: 0;
	text-align:center;
}
.star-area ul li {
	font-family: "Nexa Light";
	display:inline-block;
	list-style:none;
	width:71px;
	height:71px;
	border-radius:50%;
	border:10px solid #06cac0;
	line-height:51px;
	font-size:30px;
	color:#242333;
	background-color: #ffffff;
	margin-right:54px;
	position:relative;
}
.star-area ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color:#242333;
	border: 0;
}
.star-area ul li.active a, .star-area ul li.completed a {
	color:#ffffff;
}
.star-area ul li.active {
	background-color:rgb(159, 201, 55);
}
.star-area ul li.completed {
	background-color:#04A199;
}
.star-area ul li:after {
	background:#ffffff;
	height:22px;
	width:74px;
	content:"";
	position:absolute;
	z-index: 1;
	left:51px;
	top:15px;
	border-top: 10px solid #06cac0;
	border-bottom: 10px solid #06cac0;
}
.star-area ul li.none:after {
	display:none
}
.star-area ul li.none {
	margin-right:0px
}

.header-area {
	border-bottom:1px solid rgb(159, 201, 55);
	font-size:24px;
	color:#fff;
	margin: 0 0 40px;
}
.header-area h3 {
	font-size:26px;
	color:#fff;
	margin:0;
	padding:0 0 12px;
	text-transform:uppercase;
}

.subheading-area {
}
.subheading-area h3 {
	font-family: "Nexa Light";
	font-size: 20px;
}

.step1 p {
	font-size:16px;
	color:#fff;
	margin-top:10px;
	margin-bottom:18px
}
ul.innerARea li p {
	
}
.col1 {
	overflow:hidden;
	color:#fff;
	font-size:16px;
	overflow:hidden;
	margin-bottom:25px
}
.col2 {
	width:48%;
	float:left;
	border:1px solid #fff;
	border-radius:8px;
	text-align:center;
	padding:21px 15px 18px;
}
.col3 {
	width:48%;
	float:right;
	border:1px solid #fff;
	border-radius:8px;
	text-align:center;
	padding:21px 15px 18px;
}
.step1 select, .step1 input, .step1 button {
	font-size: 20px;
	height:2.50em;
	width:100%;
	border:0;
	border-radius:0;
	background:rgba(230,230,230,0.50);
	padding:0;
	color:#fff
}
.buttonRequired.active {
	background:#ffc200;
	color:#fff!important;
	border:#ffc200
}
.step1 textarea {
	height:131px;
	width:100%;
	border:2px solid #a6a8b3;
	border-radius:8px;
	background:none;
	padding-left:10px;
	color:#fff
}
.step1 label {
	font-size:18px;
	color:#fff;
	font-weight:500;
	margin:14px 0 10px 0;
	display:block
}
.step1 ul {
	/*margin:14px 0 17px 0;
	padding:0;
	display:inline-block;
	width:100%*/
}
.step1 ul li {
	list-style:none
}

.col1 .part1Col.indBg {
	background-color: rgba(230,230,230,0.50);
	border: 1px #fff solid;
	text-align: center;
	cursor: pointer;
}
.col1 .part1Col.indBg.active {
	background-color: #2a2440;
	border-color: rgb(159, 201, 55);
}
.col1 .part1Col.indBg > span {
	display: block;
	font-family: "Nexa Light";
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 10px;
}

.col1 .part1Col.indication-step1-account-setup > span {
	margin-top: 0;
}

.ahoptions .part1Col.col2.indBg.disable {
	position: relative;
}
.ahoptions .part1Col.col2.indBg.disable::before {
	content: "";
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	background-color: rgba(0,0,0,0.40);
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.colhaf1 {
	width:48%;
	float:left
}
.colhaf2 {
	width:48%;
	float:right
}
.colhaf3 {
	width:48%;
	float:left
}
.colhaf4 {
	width:48%;
	float:right
}
.btn-nex {
	float:right;
	background-color:#06cac0;
	border-radius:8px;
	margin:0;
	padding:0;
	box-shadow:none;
}
.btn-nex a, .btn-nex input {
	font-family: "Nexa Light";
	font-size: 22px;
	color:#fff;
	text-shadow: none;
	display:block;
	text-decoration:none;
	padding:10px 40px 10px 40px;
	text-transform:capitalize;
	border:inherit;
	border-radius: 8px;
	height: auto;
	line-height:28px;
	letter-spacing:0;
	background: none;
}
.btn-nex a:hover, .btn-nex input:hover {
	background:rgb(159, 201, 55);
	cursor:pointer
}
.btn-nex.btn-back {
	float:left;
	background:#ed6d60;
	font-size:30px;
	border-radius:8px;
	color:#41455f;
	margin:0 0 0 0;
	font-size:24px;
	padding:0;
	box-shadow: none;
}
.btn-nex.btn-back a:hover {
	background:#06cac0;
	color: #fff;
}
.step1 h4 {
	font-size:22px;
	color:#fff;
	margin:0;
	padding:0 0 5px 30px;
	text-transform:uppercase;
}
.left-vont {
	padding:0 0 5px 30px
}
.color-right {
	border-right:1px solid rgb(159, 201, 55);
}
.btn-area-bot {
	overflow:hidden;
	width:100%
}
.vc_col-sm-8.color-right {
}
.colhaf-alfa {
	overflow:hidden
}
.colhaf-alfa.formGroup.formGroupSingle {
	margin-bottom:22px
}
.colhaf-alfa1 {
	float:left;
	width:31%;
	margin-right:22px
}
.urnsProductSection .colhaf-alfa1 {
	float:left;
	width:19%;
	margin-right:1%;
	margin-bottom:10px;
	min-height:260px
}
.urnsProductSection .colhaf-alfa1 p {
	font-size:15px
}
.colhaf-alfa2 {
	float:left;
	width:31%
}
.colhaf-alfa3 {
	float:right;
	width:31%
}
.colhaf-alfa p {
	font-family: "Nexa Light";
	font-size: 20px;
	text-transform: uppercase;
	padding:0;
	margin:0;
	line-height: 1.4;
}
.colhaf-alfa h4 {
	font-family: 'Roboto', sans-serif;
	font-size:38px;
	font-weight:500;
	color:rgb(159, 201, 55);
	margin:0;
	padding:0;
	padding-top:12px
}
.colhaf-alfa h5 {
	font-size:72px;
	color:#459ed6;
	margin:0;
}
.colhaf-alfa h6 {
	font-size:72px;
	color:#37dac3;
	margin:0;
}

.colhaf-alfa .price {
	text-align: center;
}
.colhaf-alfa .price > span {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: rgb(159, 201, 55);
}
.colhaf-alfa .price > span.gst {
	text-transform: uppercase;
}
.colhaf-alfa .price > span.cond {
	font-size: 14px;
}

.border-area {
	border:0;
	border-radius:8px;
	text-align:center;
	cursor:pointer;
	padding:28px 20px;
	background-color: rgba(230,230,230,0.40);
}
.step1 ul li input[type="checkbox"] {
	float:left;
	width:auto;
	height:auto;
	margin:2px 10px 0 0
}
.rightpack ul {
	margin:0;
	padding:0
}
.rightpack ul li {
	list-style: disc;
	color:#fff;
	font-size:16px;
	margin:0 0 0 15px;
	padding-left:0;
}
.cont-blog {
	font-size:11px!important;
	color:#fff
}
.none-bor {
	background:#fff
}
.none-bor p {
	color:#41455f
}
.none-bor:hover {
	border:1px solid #ffc200
}
.btn1ya1 {
	width:95%;
	text-align:center;
	background:#459ed6;
	font-size:30px;
	border-radius:8px;
	color:#41455f;
	margin:30px 0 0 0;
	
	font-size:24px;
	padding:0;
	box-shadow:0 3px 6px 0 rgba(18, 16, 11, .2);
	margin-top:0;
	margin-bottom:30px
}
.btn1ya1 {
	border-radius:10px;
	cursor:pointer;
	color:#fff;
	display:block;
	text-decoration:none;
	padding:10px 0 10px 0;
	border:1px solid transparent
}
.btn1ya1:hover {
	background:#56b3ed!important
}
.btn1ya1.none {
	background:#37dac3;
	margin-top:0
}
.btn1ya1.none1 {
	background:#ffc200;
	margin-top:0
}
.btn1ya1.none2 {
	background:#41455f;
	margin-top:0
}
.dont {
	margin:10px 0 0 0;
	display:block
}
.dont label {
	margin:14px 0 10px 0
}
.dont input {
	margin:0 0 0 0;
	width:96.8%
}
.password {
	margin:0;
	padding:0
}
.password ul {
	padding:0;
	padding:0
}
.password ul li {
	overflow:hidden;
	font-size:18px;
	color:#fff;
	
	margin-bottom:10px
}
.password ul li.none {
	border-bottom:1px solid #ffc200;
	padding-bottom:10px
}
.password ul li .div-cog {
	width:39%;
	float:left
}
.password ul li .div-cog-new {
	width:80%;
	float:left;
}
.password ul li .div-cog-new1 {
	width:20%;
	float:right;
	text-align: right;
}
.password ul li .div-cog-new1 .btn-nex {
	padding:0px!important;
	margin:0;
	width:87px;
	height:26px;
	text-align:center;
	background-color: #EB6E80;
	border-radius: 3px;
}
.password ul li .div-cog-new1 .btn-nex a {
	padding:0px!important;
	width:87px;
	height:26px;
	text-align:center;
	line-height:26px;
	font-size:13px;
	display:block;
	border-radius: 3px;
	color: #fff;
}
.step1 ul li.nonebox p {
	margin:0 0 20px 0;
	padding:0
}
.step1 ul li textarea {
	height:150px
}
.step6 .div-cog-new h3 {
	font-size: 26px;
	margin-top:0
}
div.indBg.active {
	/*background:#ffc200;
	border:3px solid #ffc200!important*/
}
div.border-area.indBg {
	border: 1px #ffffff solid;
}
div.border-area.indBg.active {
	background-color:#2a2440;
	color: #fff;
	border-color: rgb(159, 201, 55);
	cursor:pointer
}
.border-area img {
	border-radius:10px
}
div.border-area.indBg.active p {
}
.rightpack .package {
	display:none
}
.rightpack .package1.iAmActive {
	display:block
}
.Step6 a {
	background:#459ed6!important;
	color:#fff;
	padding:10px 26px!important;
	border-radius:10px!important;
	font-size:22px;
	font-weight:500;
	border:none!important;
	
}
.Step6 {
	float:right
}
.breadcrumbs {
	display:none
}
.woocommerce-checkout .global-col1, .woocommerce-account .global-col1 {
	margin-bottom:45px
}
.template-container {
	background:#e4eef5
}
.home .template-container {
	background:transparent
}
.home .saee .vc_col-sm-8 {
	width:66.5%!important
}
.page-id-7043 .template-container {
	background:none!important
}
.page-id-8112 .template-container {
	background:none!important
}
.colhaf1.enterPassword {
	display:none
}
.home .vc_col-sm-4 {
	width:33.333%!important
}
.login_form {
	margin-bottom:60px
}
#customer_login {
	margin:35px 0
}
.home ul#inline-popups li a {
	font-size:19px
}
.home .color-bg1 .btn-start {
	padding:10px
}
.footer_area {
	width:100%;
	overflow:hidden
}
.footer_cont {
	width:67%;
	float:left;
	padding-right:30px
}

.rightpack .sidebarActive {
	display:block;
	margin-bottom: 20px;
}
.rightpack .sidebarActive .subheading {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: rgb(159, 201, 55);
}
.sidebarInclusion {
	display: table;
	width: 100%;
	font-size: 0;
	margin-bottom:8px;	
}
.sidebarInclusion > span {
	display: table-cell;
	vertical-align: middle;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	color: #fff;
	width: 50%;
}
.sidebarTitle {
}
.sidebarValue {
	text-align: right;
}

ul.sigNav {
	width:auto !important;
}

.password .div-cog-row-value{
	/*display:inline-block;
	width:100%;*/
}

.clear40 {
	clear: both;
	height: 40px;
}
.clear20 {
	clear: both;
	height: 20px;
}

.prices-subject {
	font-size: 20px !important;
	color: rgb(159, 201, 55) !important;
	text-align: right;
}
p.prices-subject {
	margin-bottom: 0px;
		margin-top: 0px;
		text-align: left;
		font-size: 16px !important;
}


.frows {
	float: left;
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
}
.frows li {
	float: left;
	width: 100%;
}
.frows .formGroup input[type="text"],
.frows .formGroup input[type="email"],
.frows .formGroup input[type="password"],
.frows .formGroup select {
	background-color: rgba(230,230,230,0.50);
	font-size: 20px;
	color: #f2f2f2;
	height: 2.50em;
	margin-bottom: 20px;
	box-shadow: none;
	padding-left: 12px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	border: 0;
	outline: none;
}
.frows .formGroup select {
	color: #f2f2f2;
}
.frows .formGroup select option {
	color: #a1a1a1;
}

.validate-error{
	border: 2px #eb6e80 solid !important;
}

.w100 {
	max-width: 100px;
}
.flml4 {
	float: left;
	margin-left: 4%;
}
.w200 {
	max-width: 200px;
}
.w400 {
	width: 64%;
}
.w170 {
	max-width: 170px;
}
.w450 {
	width: 100%;
	max-width: 450px;
}

.ahoptions .part1Col.indBg {
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1.2;
	padding-left: 12px;
	padding-right: 12px;
}
.ahoptions .part1Col.col2.indBg {
	/*padding: 31.5px 20px;*/
}
.ahoptions .part1Col.indBg > span {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 25px;
	color: rgb(159, 201, 55);
	line-height: 1.4;
	margin: 0;
}

.indication-step5-product {
	text-align: center;
	width: 23%;
	margin: 0 16px 30px 0;
}
.indication-step5-product:nth-child(4n) {
	margin-right: 0;
}
.indication-step5-product img {
	border: 5px transparent solid;
	border-radius: 8px;
}
.indication-step5-product > p {
	font-size: 14px;
	margin: 0;
}
.indication-step5-product > span {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 25px;
	color: rgb(159, 201, 55);
	line-height: 1.2;
}
.indication-step5-product.active img {
	border: 5px rgb(159, 201, 55) solid;
}

.selected-option {
	border-top: 1px rgb(159, 201, 55)solid;
	padding: 35px 0;
	margin-bottom: 0px !important;
}
.selected-option > .div-cog-new {
	font-family: "Nexa Light";
	font-size: 26px;
	text-transform: uppercase;
}
.selected-option .div-cog-row-value .div-cog-new {
	font-size: 26px;
	color: rgb(159, 201, 55);
}
.selected-option .div-cog-row-value .div-cog-new1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 26px;
	color: rgb(159, 201, 55);
}
.selected-option.total {
	padding-bottom: 10px;
}
.selected-option.total .div-cog-new {
	width: 50%;
}
.selected-option.total .div-cog-new1 {
	width: 50%;
}

.checkout-container {
	background:#ccc;
	border-radius:15px;
	margin:20px 0px 20px 0px;
	color:#4D4D4D;
}
.checkout-container .checkout-heading {
	background-color: #06cac0;
	font-family: "Nexa Light";
	font-size: 18px;
	color: #fff;
	border-radius: 15px;
	padding: 8px 30px 8px;
}
.checkout-container .payment-section {
	padding: 0 30px;
}
.checkout-container .payment-section .payment-options {
	font-size: 0;
}
.checkout-container .payment-section .payment-options label {
	display: inline-block;
	width: 50%;
	font-size: 0;
}
.checkout-container .payment-section .payment-options label input {
	height: auto;
	position: relative;
	top: -20px;
	margin: 0;
}
.checkout-container .payment-method-cc {
	padding: 0 30px 30px;
}
.cc-icons {
	display: inline-block;
	background: url('images/cc-icons.png') 0 0 no-repeat;
	width: 230px;
	height: 41px;
	margin-left: 10px;
}
.checkout-container .payment-method-cc .card-field {
	font-family: "Raleway Regular";
	font-size: 18px;
	color:#4D4D4D;
	background-color: rgba(255,255,255,0.50);
	box-shadow: none;
	border: 0;
	border-radius: 0;
	margin: 0 0 10px;
}

.checkout-container .payment-method-cc{
	width:100%;
	display:block;
}

.disclaimer-section {
}
.disclaimer-section .header-area {
	background-color: #06cac0;
	border: 0;
	border-radius: 8px;
	padding: 15px 50px;
}
.disclaimer-section .header-area h3 {
	padding-bottom: 0;
}

.step4-location .indication-setp4-facility {
	padding-left: 25px;
	padding-right: 25px;
}
.indication-setp4-facility.col2 {
	width:30%;
}

.thankyou_page {
	text-align: center;
}
.thankyou_page h3 {
	font-family: "Raleway Regular";
	font-size: 26px;
	text-transform: none;
}
.thankyou_page .final-step h3 {
	font-family: "Nexa Light";
	text-transform: uppercase;
	border-bottom: 1px rgb(159, 201, 55) solid;
	padding: 0 0 20px;
	margin: 0 auto 20px;
	max-width: 675px;
}
.thankyou_page p {
	font-family: "Nexa Light";
	font-size: 20px;
	text-transform: uppercase;
}
.thankyou_page .colhaf-alfa1 {
	float: none;
	width: 100%;
	max-width: 428px;
	margin: 0 auto 40px;
	padding: 20px;
}
.thankyou_page .colhaf-alfa1 p {
	font-family: "Raleway Regular";
	font-size: 16px;
	text-transform: none;
	margin: 0;
}
.thankyou_page .colhaf-alfa1 span a {
	color: rgb(159, 201, 55);
}

.remodal {
	border: 5px #099 solid;
}
.remodal-close {
	color: #06cac0;
}
.remodal-close::before {
	font-size: 30px;
}
.remodal-content p {
	font-size: 18px;
	margin: 1.313em;
}

/* to be copied over */
.pp-icon {
	background-image: url('images/pp-acceptance-medium.png');
	width: 68px;
	height: 44px;
}