@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
* {box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
h1, h2, h3, h4, h5, h6, p, ol, ul, img {
	padding:0;
	margin:0;
}
ul li, ol li{
	list-style:none;
	padding:0;
	margin:0;
}
header,section,footer{
	width:100%;
	float:left;
}
a, a:hover, a:focus{
	text-decoration:none;
	outline:none;
}
:focus {
  outline: none !important;
}

a {
transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
}

img
{
	max-width: 100%;
	align-self: center
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
   opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
   opacity: 1;
}

.container {
	margin: auto;
	width: 1870px;
	max-width: 100%;
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
}
p {color: #fff;font-size: 15px;line-height: 25px;margin: 12px 0 0;}
.fl-wf {float: left;width: 100%;}
.fl-wa {float: left;width: auto;}
.cont-page {position: relative;height: 100vh;padding: calc(7vh + 30px) 0 calc(5vh + 15px);background:url(../images/Mediverse-page-bg.jpg) center center no-repeat;background-size: cover;}
.no-footer .cont-footer {display: none;}
.no-footer.cont-page {padding-bottom: 30px;}

.site-bttn {
	display: inline-block;
	width: auto;
	color: #0033cc;
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	background: #fff;
	padding: 16px 33px;
	margin: 30px 0 0;
	border-radius: 4px;
}
.site-bttn:hover {color: #fff;background: #00BFFA;}

.title-34 {color: #0033cc;font-size: 23px;	line-height: 28px;margin: 0;font-weight: normal;}
.title-30 {color: #0a0f26;font-size: 30px;line-height: 26px;font-family: 'Poppins', sans-serif;font-weight: 700;}

/*Header Start*/
.cont-header {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	background: #0033cc;
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 7vh;
}
.cont-logo {
	float: left;
	width: 284px;
}
.cont-logo a {
	float: left;
	width: 100%;
}
.cont-logo img {
	float: left;
	width: 100%;
}
.header-right {
	float: right;
	width: auto;
	margin-left: auto;
}
.cont-header-bttns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.cont-header-bttns a {
	display: inline-block;
	width: auto;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	padding: 9px 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
.cont-header-bttns a:last-child {
	color: #0030bd;
	background: #fff;
	margin: 0 0 0 10px;
}
.cont-header-bttns a:hover {color: #fff;background: #00BFFA;}
/*Header End*/

/*Home Start*/
.page-content-sec {
	position: relative;
	height: 100%;
}
.page-content-sec .container {
	height: 100%;
}
.page-content-midd {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 1870px;
	padding: 0 15px;
}

.home-banner-inn {
	position: relative;
	border: 4px solid #fff;
}
.home-banner-inn img {
	float:left;
	width: 100%;
}
.cont-home-banner .title {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 10px;
	width: 100%;
	text-align: center;
	font-size: 17px;
	
}
.cont-home-banner .title span {
	display: inline-block;
	width: auto;
	background: #fff;
	padding: 6px 40px;
	border: 5px solid #6a6552;
}

.grids-sec-inn {
	margin: 30px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.otr-single-grid-link {
	float: left;
	width: 25%;
	padding: 11px 35px 30px 35px;
	background: url(../images/grid-link-img.png) center center no-repeat;
	background-size: cover;
}
.otr-single-grid-link:nth-child(2), .otr-single-grid-link:nth-child(4), .otr-single-grid-link:nth-child(5), .otr-single-grid-link:nth-child(7) {
	background: transparent;
}
.grid-link-left {
	float: left;
	width: 60px;
	height: 60px;
	margin: 4px 0 0;
}
.grid-link-icon {
	float: left;
	width: 100%;
	height: 100%;
	padding: 7px;
	border: 3px solid #fff;
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00bffa+22,0183f0+100 */
background: rgb(0,191,250); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(0,191,250,1) 22%, rgba(1,131,240,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,191,250,1) 22%,rgba(1,131,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(0,191,250,1) 22%,rgba(1,131,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bffa', endColorstr='#0183f0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.grid-link-icon img {
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}
.grid-link-right {
	float: left;
	width: calc(100% - 60px);
	padding: 0 0 0 12px;
	min-height: 150px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.grid-link-right .titles {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	/* font-family: 'Coolvetica Condensed Rg'; */
	font-weight: 500;
	margin-top: 10px;
}
.grid-link-right p {
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	margin: 8px 0 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.grid-link-right a {
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	margin-top: auto;
}
.otr-single-grid-link:hover .grid-link-right a {
	color: #00BFFA;
}
.otr-grids-bttn {
	text-align: center;
}
/*Home End*/

/*Footer Start*/
.cont-footer {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 5vh;
}
.footer-inn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.otr-footer-links {
	margin-left: auto;
}
.otr-copyright, .otr-footer-links a {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}
.otr-footer-links a:hover {
	color: #0033cc;
}
/*Footer End*/

/*Available-Parcel-Centers Start*/
.parcel-center-top {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 0 30px;
}
.parcel-center-top-left {
	width: 50%;
	padding: 0 45px 0 0;
}
.parcel-center-top-left h1 {
	color: #fff;
	font-size: 30px;
	line-height: 38px;
	letter-spacing: 0px;
	/* font-family: 'Coolvetica Crammed Rg'; */
	font-weight: normal;
	text-shadow: 0px 7px 5px rgba(255, 255, 255, 0.2);
}
.parcel-center-top-left p {
	color: #fff;
	font-size: 17px;
	line-height: 25px;
	margin: 10px 0 0;
	width: 510px;
	max-width: 100%;
}
.parcel-center-top-right {
	width: 50%;
	padding: 0 0 0 45px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.parcel-price-percentage {
	width: calc(100% - 56%);
	padding: 0 25px 0 0;
}
.single-price-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 4px 0;
}
.single-price-icon {
	width: 50px;
	height: 50px;
}
.single-price-content {
	float: left;
	width: calc(100% - 50px);
	padding: 0 0 0 10px;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
}
.single-price-content span {
	display: block;
	font-size: 17px;
	line-height: 22px;
	font-weight: 600;
}
.targeted-info {
	margin: 12px 0 0;
}
.targeted-info p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

.parcel-livechat-otr {
	float: right;
	width: 56%;
	padding: 15px 25px;
	border: 4px solid #fff;
	border-radius: 4px;
	background: url(../images/price-part-bg.png) center center no-repeat;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.parcel-livechat-img {
	width: 154px;
	position: relative;
}
.parcel-livechat-img img {
	float: left;
	width: 100%;
}
.parcel-livechat-img span {
	position: absolute;
	right: 0;
	top: 0;
	width: 86px;
	height: 72px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	font-weight: 600;
	padding: 15px 10px 10px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
.parcel-livechat-content {
	width: calc(100% - 154px);
	padding: 0 0 0 22px;
}
.parcel-livechat-content h2 {
	color: #fff;
	font-size: 18px;
	line-height: 29px;
	/* font-family: 'Coolvetica Condensed Rg'; */
	font-weight: normal;
}

.parcel-center-top-head {text-align: center;margin: 0 0 5px;}
.parcel-center-top-head h1 {color: #fff;font-size: 30px;line-height: 40px;letter-spacing: 0px;font-weight: normal;text-shadow: 0px 7px 5px rgba(255, 255, 255, 0.2);}
.parcel-center-top-head h2 {color: #fff;font-size: 30px;line-height: 40px;letter-spacing: 0px;font-weight: normal;text-shadow: 0px 7px 5px rgba(255, 255, 255, 0.2);}
.parcel-center-top-left-new {width: 48%;padding: 0 20px 0 0;}
.parcel-center-top-left-new p, .parcel-center-top-right-new p {color: #fff;font-size: 16px;line-height: 22px;margin: 6px 0 0;}
.parcel-center-top-left-new ul, .parcel-center-top-right-new ul {display: inline-block;width: 100%;}
.parcel-center-top-left-new ul li, .parcel-center-top-right-new ul li {display: inline-block;width: 100%;color: #fff;font-size: 18px;line-height: 24px;margin: 6px 0 0;padding: 0 0 0 30px;background: url(../images/icon-check.svg) left top -1px no-repeat;background-size: 30px auto;}

.parcel-center-top-right-new {width: 52%;padding: 0 160px 0 20px;}


.cont-model-centers
{
	padding: 0 30px;
}
.cont-model-centers-head h2 {
	color: #fff;
	font-size: 28px;
	line-height: 47px;
	/* font-family: 'Coolvetica Crammed Rg'; */
	font-weight: normal;
	text-shadow: 0px 7px 5px rgba(255, 255, 255, 0.2);
}
.all-model-centers-content {
	margin-left: -16px;
	width: calc(100% + 32px);
}
.cont-model-centers-content {
	margin: 18px 0 0;
}
.single-model-center {
	float: left;
	width: calc(33.33333% - 36px);
	/*margin: 12px 18px;*/
}
.single-model-center-img {
	float: left;
	width: 100%;
	border: 9px solid #fff;
	height: 220px;
}
.single-model-center-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border: 2px solid #0033cc;
}
.single-model-center-heading {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: -30px;
}
.single-model-center-heading a {
	display: inline-block;
	width: 410px;
	max-width: 90%;
	border: 2px solid rgba(255, 255, 255, 0.6);
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 12px 15px;
	background-color: #012bb0/*f28e40*/;
	background-image: url(../images/bttn-01-img.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.slick-slide > div:nth-child(2) .single-model-center-heading a {
	background-color: #f28e40;
}
.single-model-center:hover .single-model-center-heading a {
	background-color: #00BFFA !important;
}

.model-centers-slider .slick-slide > div {
	display: inline-block;
	width: 100%;
	/*padding: 12px 18px;*/
	padding: 10px 18px;
}
.model-centers-slider .slick-slide > div:nth-child(2) {
	padding-bottom: 0;
}
.slick-arrow {
	position: absolute;
	z-index: 1;
	left: -30px;
	top: 50%;
	transform: translate(0, -50%);
	width: 33px;
	height: 33px;
	background: transparent;
	border: 2px solid #f59434;
	border-radius: 50%;
	margin: -14px 0 0;
	color: #f59434;
	font-size: 19px;
	cursor: pointer;
}
.slick-arrow:hover {
	color: #012bb0;
	border-color: #012bb0;
}
.slick-next {
	left: auto;
	right: -30px;
}
.slick-arrow.slick-disabled {
	display: none !important;
}
/*Available-Parcel-Centers End*/

/*Center Description Start*/
.cont-center-description-page {
	display: flex;
	flex-wrap: wrap;
}
.center-description-left {
	width: 70%;
	padding: 0 95px 0 30px;
}
.center-description-slider {
	height: 100%;
	padding: 18px;
	background: #fff;
	border-radius: 5px;
}
.center-description-inn {
}
.center-description-img {
	height: 414px;
}
.center-description-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.center-description-content {
	padding: 20px 60px 0;
}
.center-description-content .title {
	color: #0033cc;
	font-size: 24px;
line-height: 27px;
	margin: 10px 0 0px;
	/* font-family: 'Coolvetica Condensed Rg'; */
	font-weight: 500;
}
.center-description-content p {
	color: #222222;
	margin: 10px 0 16px;
}
.center-description-content p:last-child {
	margin-bottom: 0;
}

.center-description-right {
	width: 30%;
	padding: 0;
}
.cont-purchasing-steps {
	padding: 18px 40px 20px;
	background: #fff;
	border-radius: 5px;
}
.cont-purchasing-steps .title {
	margin: 15px 0 0;
}
.cont-purchasing-steps .title:first-child {
	margin-top: 0;
}
.cont-purchasing-steps p {
	color: #222222;
	margin: 8px 0 0;
}
.steps-list {
	display: inline-block;
	width: 100%;
	margin: 10px 0 0;
}
.steps-list li {
	display: inline-block;
	width: 100%;
	color: #222;
	font-size: 15px;
	line-height: 22px;
	margin: 3px 0;
}
.steps-list li span {
	color: #eb830f;
	font-weight: 600;
}
.center-description-slider .slick-arrow {top: 240px;}
.center-description-slider .slick-prev {left: -40px;}
.center-description-slider .slick-next {right: -40px;}

.cont-purchasing-parcel-available {
	margin: 18px 0 0;
	padding: 15px 40px 20px;
	background: #fff;
	border-radius: 5px;
}
.otr-available-parcel {
	display: inline-block;
	width: 100%;
	margin: 8px 0 0;
}
.otr-available-parcel form {
	float: left;
	width: 100%;
}
.single-parcel-otr {
	margin: 5px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.single-option-otr {
	float: left;
	width: 74px;
}
.single-option-otr select {
	float: left;
	width: 100%;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	color: #222222;
	font-size: 12px;
	line-height: 16px;
	padding: 3px 18px 3px 3px;
	background: #fff url(../images/select-option-img.png) right top no-repeat;
	background-size: auto 100%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.select-center-otr {
	float: left;
	width: calc(100% - 126px);
	color: #222;
	font-size: 14px;
	line-height: 16px;
	padding: 0 20px 0 10px;
}
.select-center-price {
	float: left;
	width: auto;
	margin-left: auto;
	color: #222;
	font-size: 14px;
	line-height: 16px;
}
.parcel-total {
	margin: 12px 0 10px;
	background: #e9e9e9;
	padding: 14px 15px 14px 20px;
	color: #222;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}
.parcels-total {
	float: right;
}
.parcel-submit {
	text-align: center;
}
.parcel-submit input,
.parcel-submit a {
	display: inline-block;
	width: auto;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	border: 1px solid #f59434;
	background: #f59434;
	padding: 15px 56px;
	border-radius: 5px;
	width: 100%;
}
.parcel-submit input:hover,
.parcel-submit a:hover {
	border-color:#0033cc;
	background: #0033cc;
}
/*Center Description End*/

/*Transaction Details Start*/
.cont-transaction-page-head {
	padding: 30px 38px;
	border: 4px solid #fff;
	border-radius: 5px;
	background: url(../images/transaction-detail-head-bg.jpg) center center no-repeat;
	background-size: cover;
}
.cont-transaction-page-head h1 {
	color: #fff;
	font-size: 50px;
	line-height: 60px;
	font-family: 'Coolvetica Condensed Rg';
	font-weight: normal;
	text-align: center;
}
.cont-transaction-page-head p {
	color: #fff;
	font-size: 16px;
	line-height: 25px;
}

.transaction-options-sec {
	margin: 40px 0 0;
}
.cont-transaction-options {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.single-transaction-option {
	float: left;
	width: 536px;
	padding: 15px 30px 30px;
	margin: 0 30px;
	background: #fff;
	border-radius: 10px;
	position: relative;
}
.single-transaction-option h2 {
	text-align: center;
	color: #0033cc;
	font-size: 34px;
	line-height: 38px;
	font-family: 'Coolvetica Condensed Rg';
	font-weight: normal;
}

.cont-crypto-form {
	margin: 24px 0 0;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	overflow: hidden;
}
.cont-crypto-form-top {
	padding: 25px 34px;
	background: #ededed;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.crypto-form-top-right {
	margin-left: auto;
}
.cont-crypto-form-top img {
	float: left;
	width: auto;
}
.crypto-form-otr {
	padding: 22px 34px;
}
.crypto-form-otr form {
	display: inline-block;
	width: 100%;
}
.crypto-field-otr {
	position: relative;
}
.single-crypto-field {
	margin: 6px 0;
}
.single-crypto-field:first-child {
	margin-top: 0;
}
.single-crypto-field label {
	float: left;
	width: 100%;
	color: #222;
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 4px;
}
.crypto-field-otr input {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #d0d0d0;
	color: #6d6d6d;
	font-size: 15px;
	line-height: 20px;
	padding: 7px 80px 7px 10px;
	border-radius: 5px;
}
.crypto-field-otr input:focus-visible {
	outline: none;
}
.cont-ens {
	position: absolute;
	z-index: 1;
	right: 36px;
	top: 1px;
	width: 35px;
	border-left: 1px solid #d0d0d0;
	height: 34px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background: #f3f3f3;
}
.cont-graph-icon {
	right: 1px;
	border-radius: 0 5px 5px 0;
}
.crypto-amount-field {
	width: calc(50% - 12px);
}
.crypto-amount-field input {
	padding-left: 40px;
	padding-right: 10px;
}
.crypto-amount-field .cont-ethereum-icon {
	width: 30px;
	right: auto;
	left: 1px;
	border-radius: 5px 0 0 5px;
	border: none;
}
.cont-usd-text {
	float: left;
	width: 100%;
	color: #6d6d6d;
	font-size: 12px;
	line-height: 18px;
	margin: 3px 0 0;
}
.crypto-gasprice-field {
	float: right;
	width: calc(50% - 12px);
}
.range-min, .range-max {
	float: left;
	width: auto;
	color: #222;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
}
.crypto-gasprice-field .crypto-field-otr {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 9px 0 5px;
}
.range-seekbar {
	float: left;
	width: calc(100% - 40px);
	margin: 0 9px 0 11px;
}
.range-seekbar .ui-widget.ui-widget-content {
	background: #e8e8e8;
	border: none;
	height: 6px;
}
.range-seekbar .ui-widget.ui-widget-content .ui-slider-handle {
	width: 16px;
	height: 16px;
	border: none;
	background: #eb830f;
	border-radius: 50%;
}
.range-seekbar .ui-widget.ui-widget-content .ui-slider-handle:focus-visible {
	outline: none;
}
.crypto-submit-field {
	margin: 20px 0 0;
}
.crypto-submit-field input {
	width: 100%;
	padding: 14px 15px;
}
.cont-gwei {
	color: #222;
	font-size: 15px;
	line-height: 18px;
	margin: 3px 0 0;
}

.cont-wiretransfer-details {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	text-align: center;
	height: 350px;
	margin: 14px 0 10px;
	padding: 20px;
	background: url(../images/wire-transfer-sec-bg.jpg) center center no-repeat;
	background-size: cover;
	border-radius: 5px;
}
.cont-wiretransfer-details h5 {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;
	margin: 14px 0 0;
}
.cont-wiretransfer-details h5:first-child {
	margin-top: 0px;
}
.cont-wiretransfer-details p {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 34px;
	line-height: 30px;
	margin: 0;
	font-family: 'Coolvetica Condensed Rg';
	font-weight: normal;
}
/**/
.cont-card-paypal {
	margin: 24px 0 0;
}
.pioneer-annual-form form {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative;
}
.pioneer-annual-form-payment {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
    width: 100%;
	margin:0 0 12px;
}
.pioneer-annual-form-payment h6 {
	font-size: 14px;
	color: rgba(0,0,0,0.78);
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	width: auto;
	text-align: left;
	line-height: 1.1;
	margin: 0;
}
.pioneer-annual-form-payment-left {
    display: flex;
    width: auto;
    margin-left: auto;
}
.pioneer-annual-form-payment-inner label::after {
    height: 7px;
    width: 7px;
    background: #f28e40;
	left: 3px;
	top: 10px;
    border-radius: 50%;
    content: "";
    display: none;
    position: absolute;
}
.pioneer-annual-form-payment-inner input:checked + label::after {
    display: block;
}
.pioneer-annual-form-payment-inner label::before {
    height: 13px;
    width: 13px;
    left: -1px;
    top: 6px;
    border-radius: 50%;
    border: 1px solid #f28e40;
    content: "";
    position: absolute;
}
.pioneer-annual-form-payment-inner label img {
    max-height: 27px;
    /* display: inline-block; */
    vertical-align: middle;
}

.pioneer-annual-form-payment-inner + .pioneer-annual-form-payment-inner {
    margin-left: auto;
    padding-left: 13px;
	position: relative;
}
.pioneer-annual-form-payment-inner > input[type="radio"] {
	position: absolute;
	width: 0px;
	height: 0px;
	opacity: 0;
}
.pioneer-annual-form-payment-inner label {
    position: relative;
    padding-left: 17px;
    cursor: pointer;
}

.health-payment-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.pioneer-annual-form-half {
    padding-bottom: 13px;
    position: relative;
    width: 48%;
}
.pioneer-annual-form-field {
    box-shadow: 0 0 49px rgba(0,0,0,0.04);
    width: 100%;
    border: 1px solid rgba(135,136,136,0.36);
    border-radius: 5px;
    height: 47px;
    padding: 10px 17px 10px;
    background: #fff;
    color: rgba(0,0,0,0.6);
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
.pioneer-annual-form-full {
    width: 100%;
    padding-bottom: 13px;
}
.pioneer-annual-form-tooltip {
    position: absolute;
    right: 13px;
    top: 12px;
    cursor: pointer;
}
.pioneer-annual-form-tooltip img {
    vertical-align: middle;
}
.pioneer-annual-form-tooltip-content {
    position: absolute;
    background: #fff;
    z-index: 1;
    width: 230px;
    text-align: left;
    font-size: 12px;
    right: -12px;
    bottom: 100%;
    color: rgba(0, 0, 0, 0.62);
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 4px;
    line-height: 1.3;
    font-weight: normal;
    visibility: hidden;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    font-family: 'Poppins', sans-serif;
}
.pioneer-annual-form-tooltip-content::after {
    content: "";
    position: absolute;
    bottom: -5px;
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    right: 17px;
}
.pioneer-annual-form-tooltip-content p {
	margin-bottom: 5px;
	color: #222;
	font-size: 12px;
	line-height: 16px;
}
.pioneer-annual-form-inside {
    display: flex;
    margin-top: 4px;
}
.pioneer-annual-form-inside img {
    width: auto;
    margin-right: 8px;
}

.pioneer-annual-form-tooltip:hover .pioneer-annual-form-tooltip-content {
    visibility: visible;
}.all-field-insed-required {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    position: relative;
	justify-content: flex-end;
	margin: 10px 0 0;
}
.all-field-required {
    color: rgba(0,0,0,0.44);
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}
.all-field-required {
    margin: 0 10px 0 0;
}
.all-field-insed-required .all-field-required {
    text-align: left;
    width: auto;
}
.pioneer-annual-form-subit {
	border: none;
	cursor: pointer;
	border-radius: 50px;
	width: 140px;
	height: 50px;
	text-align: center;
	padding: 0;
	color: #fff;
	font-size: 21px;
	line-height: 26px;
	border: 3px solid #f4c063;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	position: relative;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
	margin: auto;
	background: #e57109;
	background: -moz-linear-gradient(left, #e57109 0%, #f29411 100%);
	background: -webkit-linear-gradient(left, #e57109 0%,#f29411 100%);
	background: linear-gradient(to right, #e57109 0%,#f29411 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e57109', endColorstr='#f29411',GradientType=1 );
}
.pioneer-annual-form-subit:hover {
	background-color: #001a98;
	background: #f29411;
	background: -moz-linear-gradient(left, #f29411 0%, #e57109 100%);
	background: -webkit-linear-gradient(left, #f29411 0%,#e57109 100%);
	background: linear-gradient(to right, #f29411 0%,#e57109 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29411', endColorstr='#e57109',GradientType=1 );
}

.paypal-form-wrap-inner {
	position: relative;
	top: 0%;
	height: 120px;
	border: 1px solid rgba(135,136,136,0.36);
	background: #fff;
	text-align: center;
	flex-wrap: wrap;
	border-radius: 5px;
	width: 100%;
	align-content: center;
	justify-content: center;
	display: flex;
}
.paypal-form-or {
	float: left;
	font-size: 18.47px;
	line-height: 23px;
	color: #323232;
	font-weight: 600;
	margin: 0px 0 5px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
}
.paypal-form-or span {
	color: #002b7f;
}
.paypal-form-wrap .all-field-required {
	margin-left: auto;
	margin-top: 10px;
}
#paypal-button-top {
	width: 220px;
	margin: auto;
}

.paypal-form-wrap {
	position: absolute;
	top: 49px;
	height: auto;
	background: #fff;
	text-align: center;
	flex-wrap: wrap;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	display: flex;
	justify-content: space-between;
}
.health-payment-form.paypal-on {
	visibility: hidden;
	opacity: 0;
}
.paypal-form-wrap.paypal-on {
	opacity: 1;
	visibility: visible;
}
/**/
/*Transaction Details End*/

/*Virtual Center Start*/
.cont-virtual-center-page-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cont-virtual-center-page-head {
	float: left;
	width: 988px;
	border: 10px solid #fff;
	padding: 30px;
	text-align: center;
	background: url(../images/virtual-center-bg.jpg) center center no-repeat;
	background-size: cover;
	border-radius: 5px;
}
.cont-virtual-center-page-head h1 {
	color: #fff;
	font-size: 94px;
	line-height: 84px;
	font-family: 'Coolvetica Crammed Rg';
	font-weight: normal;
	text-shadow: 0px 7px 5px rgba(255, 255, 255, 0.2);
}
.cont-virtual-center-page-head h2 {
	color: #fff;
	font-size: 23px;
	line-height: 26px;
	font-weight: 600;
	margin: 38px 0 25px;
}
.cont-virtual-center-page-head p {
	color: #fff;
	font-size: 17px;
	line-height: 22px;
	font-weight: 400;
	margin: 12px 0 0;
}

/*Virtual Center End*/

/*mediverse popup css start*/
.mediverse-popup {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	height: 100%;
	width: 100%;
	display: none;
}
.mediverse-popup.open
{
	display: block;
}
.modal-window {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex-wrap: wrap;
	background: #0000008c;
}
.health-defined-popup {
	width: 921px;
	max-width: 90%;
	padding: 25px 25px;
	background: url(../images/popup-background.jpg) no-repeat center;
	background-size: cover;
	border-radius: 9px;
	text-align: center;
	position: relative;
	box-shadow: 0 3px 40px rgba(0,0,0,0.3);
}
.health-defined-popup h3 {
	color: #0033cc;
	font-weight: 500;
	font-size: 25px;
	margin-bottom: 20px;
}
.health-defined-popup-inside {
	background: #fff;
	text-align: left;
	padding: 34px 14px 34px 34px;
}
.health-defined-popup-inside h4 {
	color: #222222;
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 4px;
	margin-top: 10px;
}
.health-defined-popup-inside p {
	color: #515151;
	margin-bottom: 20px;
	margin-top: 0;
}

.health-defined-popup-inside p:last-child
{
	margin-bottom: 0;
}

.health-defined-popup-scroll {
	max-height: 500px;
	padding-right: 0px;
}
.scrolling  .mCSB_scrollTools {
	opacity: 1;
}

.scrolling  .mCSB_scrollTools .mCSB_draggerRail {
	background-color: #dfdfdf;
	width: 4px;
}

.scrolling  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #f49333 !important;
	border-radius: 10px;
}
.cross-btn {
	padding: 0;
	border: none;
	outline: none;
	position: absolute;
	right: -22px;
	height: 43px;
	width: 43px;
	top: -22px;
	background: #f59434;
	border-radius: 50px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
	line-height: 36px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 30px;
	text-shadow: 0 1px 0 #fff;
}

.health-defined-img {
	position: relative;
	margin: -70px auto 10px;
	display: block;
}

.health-defined-popup-inside ul > li {
	background: url(../images/icon-check.svg) no-repeat left top -1px;
	background-size: 31px;
	font-size: 15px;
	color: #222222;
	margin-top: 5px;
	padding-left: 30px;
	
}
.health-defined-popup-inside ul {
	margin: 2px 0 6px;
	display: inline-block;
	width: 100%;
}
.health-defined-popup-inside .mCSB_container > ul > li ul > li {
	background: no-repeat;
	position: relative;
	padding-left: 19px;
	color: #403f3f;
}
.health-defined-popup-inside .mCSB_container > ul > li ul > li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	height: 6px;
	width: 6px;
	background: #f49333;
	border-radius: 50px;
}

.our-team-outer {
	background: #d5eaf1;
	border: 1px solid #d4d4d4;
	border-radius: 7px;
	padding: 13px 10px 10px;
}
.our-team-flex {
	display: flex;
	flex-wrap: wrap;
}
.our-team-single {
	text-align: center;
	width: 25%;
	float: left;
	padding: 10px 6px;
}
.our-team-img {
	margin: auto;
	width: 106px;
	height: 97px;
}
.our-team-img img {
	height: 100%;
	width: 100%;
	border-radius: 13px;
	object-fit: cover;
}
.health-defined-popup .our-team-single h3 {
	font-size: 14px;
	color: #26347a;
	text-transform: uppercase;
	padding: 15px 0 4px;
	margin-bottom: 0;
}
.our-team-single span {
	display: inline-block;
	font-size: 12px;
	color: #20201f;
	text-transform: uppercase;
	line-height: 16px;
}
.health-defined-newsletter {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.health-defined-newsletter {
	display: flex;
	flex-wrap: wrap;
}
.health-defined-newsletter-left {
	width: 50%;
	padding-right: 10px;
}
.health-defined-newsletter-right {
	width: 50%;
}
.health-defined-newsletter-right {
	width: 50%;
	align-self: flex-start;
	background: #0033cc;
	padding: 20px 20px 20px;
}
.health-defined-newsletter-right h5 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	padding: 0 0 0px	;
}
.health-defined-newsletter-right .form-field {
	width: 48%;
	float: left;
	padding: 10px 13px;
	border: none;
	margin-top: 14px;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #000000a3;
}
.health-defined-newsletter-right form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* .health-defined-newsletter-right input.full-field
{
	width:100%
} */
.health-defined-popup-inside p a {
	color: inherit;
}
.health-defined-newsletter-right .form-btn {
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	position: relative;
	line-height: 26px;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
	margin: auto;
	background: #e57109;
	background: -moz-linear-gradient(left, #e57109 0%, #f29411 100%);
	background: -webkit-linear-gradient(left, #e57109 0%,#f29411 100%);
	background: linear-gradient(to right, #e57109 0%,#f29411 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e57109', endColorstr='#f29411',GradientType=1 );
	border: 5px solid #f4c063;
}

.health-defined-newsletter-right .form-btn {
	width: 48%;
	padding: 0 0 0 0px;
	font-size: 18px;
	height: 43px;
	line-height: 26px;
	border: 3px solid #f4c063;
	cursor: pointer;
	margin: 14px 0 0 0;
}
.health-defined-newsletter-right .form-btn:hover {
	background-color: #001a98;
	background: #f29411;
	background: -moz-linear-gradient(left, #f29411 0%, #e57109 100%);
	background: -webkit-linear-gradient(left, #f29411 0%,#e57109 100%);
	background: linear-gradient(to right, #f29411 0%,#e57109 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29411', endColorstr='#e57109',GradientType=1 );
}

.fl-wf.header-inn {
	text-align: center;
}
.header-listing {
	margin: auto;
	display: inline-block;
	padding: 7px 0 0;
}
.header-listing ul {
	display: flex;
	flex-wrap: wrap;
}
.header-listing li {
	padding: 0 13px;
	float: left;
	line-height: 20px;
}
.header-listing li a {
	color: #fff;
	font-size: 18px;
	line-height: 18px;
}
.header-listing li:not(:last-child) {
	border-right: 2px solid #fff;
}
.header-listing li a:hover{
	color: #00BFFA ;
}
/*My account*/
.my-account-pdfs {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.my-account-pdf-single {
	width: 35%;
	padding: 0 20px 0;
}
.my-account-pdf-content h3 {
	color: #0033cc;
	font-size: 24px;
	line-height: 27px;
	margin: 10px 0 0px;
	font-weight: 500;
}

.my-account-pdf-content  p {
	color: #222222;
	margin: 10px 0 16px;
}
.my-account-pdf-single iframe {
	border: none;
	min-height: 100%;
}
.my-account-pdf-content {
	width: 30%;
	padding: 0 10px 0 20px;
}
.my-account-pdf-content-inner {
	height: 100%;
	background: #fff;
	padding: 40px 40px 20px 40px;
}

.account-pdf {
	width: 17%;
	text-align: center;
	padding: 0 20px 0 0;
}
.account-pdf-img {
	text-align: center;
	height: 380px;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
}
.account-pdf-img img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.account-pdf-links {
	padding: 10px 0 0;
}
.account-pdf-links a {
	display: inline-block;
	width: auto;
	color: #fff;
	margin: 0 13px;
	font-size: 14px;
	line-height: 18px;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}


.account-pdf-links a:hover {
	color: #00BFFA;
	text-decoration: underline;
}
.account-pdf-content-spacer {
	width: 61%;
	padding-left: 20px;
	margin-left: auto;
}
.account-pdf-content {
	background: #fff;
	border-radius: 5px;
	padding: 50px;
	height: calc(100% - 35px);
}
.account-pdf-content h3 {
	color: #0033cc;
	font-size: 24px;
	line-height: 27px;
	margin: 10px 0 0px;
	font-weight: 500;
}
.account-pdf-content p {
	color: #222222;
	margin: 10px 0 16px;
}

textarea.pioneer-annual-form-field {
	min-height: 150px;
	resize: none;
}

.contact-left-bar {
	align-self: center;
	padding: 0 150px 0 70px;
}
.contact-left-bar img {
	width: 440px;
}
.contact-page-top .cont-transaction-page-head {
	border: none;
	background: none;
}
.account-pdf-img-wrap {
	border: 5px solid #ffffff52;
	border-radius: 8px;
}
.my-account-pdfs {
	padding-top: 30px;
}


/**/

.account-pdf-tab-top li {
	display: inline-block;
}
.account-pdf-tab-top li a {
	display: inline-block;
	width: auto;
	font-size: 17px;
	line-height: 23px;
	padding: 9px 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	
	color: #fff;
	background: #00BFFA;
	border-radius: 5px 5px 0 0;
}
.account-pdf-tab-top li a:hover,
.account-pdf-tab-top li a.active {
	color: #0030bd;
	background: #fff;
}
.accont-tab-content {
	background: #fff;
	display: inline-block;
	padding:20px 50px 40px;
	border-radius: 0 5px 5px 5px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.sample-tag-above::before {
	content: 'SAMPLE';
	position: absolute;
	z-index: 1;
	/* left: 50%; */
	top: 50%;
	font-size: 10em;
	line-height: 100px;
	text-align: center;
	width: 100%;
	transform: rotate(-45deg) translate(0, -50%);
}
.sample-tag-below::before {
	content: 'SAMPLE';
	position: absolute;
	z-index: 0;
	/* left: 50%; */
	top: 50%;
	font-size: 10em;
	line-height: 100px;
	text-align: center;
	width: 100%;
	transform: rotate(-45deg) translate(0, -50%);
	color: #2020203f;
}
.sample-tag-below > h2, .sample-tag-below .metaverse-news-oter {position: relative;z-index: 1;}
.accont-tab-content h2 {
	color: #0033cc;
	font-size: 34px;
	line-height: 38px;
	font-family: 'Coolvetica Condensed Rg';
	font-weight: normal;
	padding: 0 0 10px;
}
.pioneer-annual-form-full label,
.pioneer-annual-form-half label {
	color: rgba(0, 0, 0, 0.7);
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
.change-password-edit a {
	font-size: 14px;
	color: #03c;
	text-decoration: underline;
}
.my-account-page-top .cont-transaction-page-head {
	border: none;
	background: none;
	padding: 0px 8px 0px;
	position: relative;
	top: -20px;
}
.all-field-required.edit-profile a {
	font-size: 18px;
	color: #03c;
	text-decoration: underline;
	margin: 0 10px 0 0;
}
.tabcontent {
	display: none;
}

.metaverse-news-oter .scrolling {
	max-height: 438px;
}
.metaverse-news-content h3 {
	color: #0033cc;
	font-weight: 500;
	font-size: 19px;
	margin-bottom: 11px;
	margin-top: 15px;
}
.metaverse-news-content p {
	color: #515151;
	margin-bottom: 20px;
	margin-top: 0;
}

.metaverse-news-content ul, .metaverse-news-content ol {
	margin: -18px 0 22px;
	display: inline-block;
	width: 100%;
}
.metaverse-news-content ul > li {
	background: url(../images/icon-check.svg) no-repeat left top -1px;
	background-size: 31px;
	font-size: 16px;
	color: #515151;
	margin-top: 5px;
	padding-left: 30px;
}
.metaverse-news-content ol {
	padding: 0 0 0 26px;
	list-style: linear-gradient inside;
}
.metaverse-news-content ol > li {
	font-size: 16px;
	color: #222222;
	margin-top: 5px;
	padding-left: 4px;
	list-style: linear-gradient;
}
.metaverse-news-content ol > li::marker {
	color: #f28f42;
}
.metaverse-news-content h4 {
	color: #222222;
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 4px;
	margin-top: 10px;
}
.metaverse-news-oter,
.interst-date  {
	min-height: 438px;
}

.interst-date table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
.interst-date table th, .interst-date table td {
	width: 50%;
	padding: 15px 24px;
	font-size: 16px;
	border: 1px solid rgba(135,136,136,0.36);
	color: #515151;
}

.interst-date {
	padding: 14px 0 0;
}
.interst-date table th {
	color: #0033cc;
	font-weight: 600;
}

.interst-date table th {
	color: #fff;
	font-weight: 600;
	border-color: #03c;
	background: #03c;
	/* border-right-color: #fff; */
}
.interst-date table th:not(:last-child) {
	border-right-color: rgba(255, 255, 255, 0.36);
}
.interst-date tr:nth-child(2n+1) {
	background: #f2f2f2;
}
.beyond-privacy-policy p a {
	color: #f28e40;
}
.beyond-faq-inner {
	margin: 10px 0 11px;
	display: inline-block;
	width: 100%;
}
.otr-footer-links a {
	margin: 0 0 0 20px;
}
#MetaverseNews .accont-tab-content {
	padding-right: 20px;
}
/*Login page css start*/
.health-payment-form-inset .all-field-required {
	margin: 0 auto 0 0;
}
.health-payment-form-inset .all-field-required a {
	color: #0033cc;
}
.pioneer-annual-checkbox input {
	width: 20px;
	height: 20px;
	margin: 0px 8px 0 0;
	vertical-align: middle;
}
.contact-left-bar.health-payment-form-inset-left img {
	width: 230px;
}
.loginpage-top .cont-transaction-page-head {
	margin-top: -40px;
	padding-top: 0;
}
.pioneer-annual-form-full.pioneer-annual-checkbox {
	padding-top: 5px;
}
/*login page css end*/

/*transition page css start*/
.single-transaction-radio {
	padding: 12px 0 0;
}

.single-transaction-radio .pioneer-annual-form-payment-inner input {
	display: none;
}
.single-transaction-radio .pioneer-annual-form-payment-inner label {
	font-size: 13px;
	color: rgba(0,0,0,0.7);
	padding-top: 4px;
	padding-left: 20px;
}
.single-transaction-radio .pioneer-annual-form-payment h6 {
	font-size: 29px;
	color: #0033cc;
	font-family: 'Coolvetica Condensed Rg';
	font-weight: normal;
}
.single-transaction-wire-transfer,
.single-transaction-send-check{
	display: none;
}
.pioneer-annual-form {
	position: relative;
}
.health-payment-form-ownwer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}



.single-transaction-available-center p {
	font-size: 14px;
	color: rgba(0,0,0,0.7);
	margin: 0;
	padding-right: 40px;
	background: url(../images/arrow-icon.png) right center no-repeat;
}
.section-3__content-right-title {
	text-align: center;
	color: #0033cc;
	font-size: 34px;
	line-height: 38px;
	font-family: 'Coolvetica Condensed Rg';
	font-weight: normal;
	margin: 21px 0 29px;
}
.section-3__center input {
	width: 45px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	border: 1px solid rgba(135,136,136,0.36);
	font-weight: 500;
	color: rgba(0,0,0,0.44);
}

.section-3__center {
	display: flex;
	gap: 10px;
	align-items: center;
	color: rgba(0,0,0,0.7);
	font-size: 15px;
}
.section-3__center:not(:last-child) {
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(135,136,136,0.36);
	margin-bottom: 8px;
}
.cont-total-nd-limit {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 35px 0 0;
}
.cont-total-input {
	display: inline-block;
	width: auto;
	margin-left: auto;
}
.cont-total-input input {
	float: left;
	width: 160px;
	border: 1px solid rgba(135,136,136,0.36);
	border-radius: 5px;
	height: auto;
	padding: 8px 10px;
	background: #fff;
	color: rgba(0,0,0,0.7);
	font-size: 14px;
	/* font-family: 'Poppins', sans-serif; */
	outline: none;
	font-weight: normal;
}
.cont-limit-part {
	display: none;
	width: auto;
	padding: 2px 8px;
	border: 1px solid #f00;
	margin-left: auto;
	border-radius: 3px;
}
.health-payment-form-ownwer .all-field-insed-required {
	justify-content: flex-start;
}
.available-center-popup-wrapper {
	display: none;
	position: absolute;
	padding: 30px;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #0000003d;
	border-radius: 10px;
}
.available-center-popup-wrapper.popup-open {
	display: block;
}
.available-center-popups {
	position: relative;
	width: 100%;
	padding: 30px;
	top: 60px;
	height: auto;
	background: #0033cc;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
}
.available-center-popups li {
	background: url(../images/icon-check.svg) no-repeat left top -1px;
	background-size: auto;
	background-size: 31px;
	font-size: 15px;
	color: #fff;
	margin-top: 5px;
	padding-left: 30px;
}
.available-center-popups h4 {
	text-align: center;
	color: #fff;
	font-size: 34px;
	line-height: 38px;
	font-family: 'Coolvetica Condensed Rg';
	font-weight: normal;
	padding: 10px 0 25px;
}
.close-available-popup {
	border: none;
	outline: none;
	position: absolute;
	right: -10px;
	height: 43px;
	width: 43px;
	top: -12px;
	background: #f59434;
	border-radius: 50px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
	line-height: 36px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 30px;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	padding: 3px 0 0;
}
.popup-parcel-livechat {
	margin-left: auto;
	margin-top: auto;
}
.available-center-popup-wrapper.popup-open {
	display: block;
}
.article-popup {
	text-align: center;
}


.metaverse-articles {
	display: flex;
	padding: 30px 0 0px;
	flex-wrap: wrap;
	margin-left: -20px;
}
.metaverse-articles-spacing {
	width: 25%;
	padding-left: 20px;
	padding-bottom: 20px;
}
.metaverse-articles-single {
	padding: 15px;
	border: 5px solid #0000001f;
	border-radius: 5px;
	height: 100%;
	display: inline-flex;
	flex-wrap: wrap;
}
.metaverse-articles-single h4 {
	margin: 5px 0 10px;
	color: #0033cc;
	font-weight: 500;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
	font-size: 13px;
	line-height: 1.5;
}
.metaverse-articles-single .account-pdf-links {
	text-align: center;
	align-self: flex-end;
}
.metaverse-articles-single  .account-pdf-links a {
	color: #0033cc;
}
.metaverse-articles-single .account-pdf-links a.article-delete {
	color: red;
}
.metaverse-articles-single img {
	border-radius: 5px;
}
.metaverse-news-content .metaverse-articles-single p {
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.view-article-img img {
	max-width: 400px;
	border-radius: 8px;
}
.view-article-img {
	padding: 0 0 10px;
	text-align: center;
}
.view-article p a {color: #f59434;text-decoration: underline;}
.view-article p a:hover {text-decoration: none;}

.metaverse-articles-new-add
{
	display: inline-flex;
}
.metaverse-articles-new-add a {
	display: inline-block;
	width: auto;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	padding: 9px 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	/* color: #fff; */
	background: #f59434;
	margin: 0;
}
.metaverse-articles-new-add a:hover {
	background: #0033cc;
}
.metaverse-articles-new-add {
	display: inline-flex;
	padding: 10px 0 30px;
}
.mediverse-popup-lightbox .health-defined-popup-scroll {
	max-height: calc(100vh - 130px);
}
.mediverse-popup-lightbox .health-defined-popup-inside {
	padding: 24px 10px 14px 23px;
}
.mediverse-popup-lightbox  .article-popup img {
	width: 100%;
}
/*transition page css end*/

.cont-purchasing-parcel-content p {
	color: #222222;
}
.cont-purchasing-parcel-content ul {
	padding: 13px 0 0;
}
.cont-purchasing-parcel-content li {
	background: url(../images/icon-check.svg) no-repeat left -4px top -1px;
	background-size: auto;
	background-size: 31px;
	font-size: 15px;
	color: #222222;
	margin-top: 5px;
	padding-left: 26px;
}
.cont-purchasing-parcel-content .title {
	text-align: center;
}
.cont-purchasing-parcel-content {
	padding: 8px 0 10px;
	min-height: 326px;
}
.parcel-submit:not(:last-child) {
	margin-bottom: 10px;
}

.view-article ul, .view-article ol {
	margin:-8px 0 22px;
	display: inline-block;
	width: 100%;
}
.view-article ol > li {
	font-size: 16px;
	color: #222222;
	margin-top: 5px;
	padding-left: 4px;
	list-style: linear-gradient;
}
.view-article ol {
	padding: 0 0 0 26px;
	list-style: linear-gradient inside;
}
.view-article  ol > li::marker {
	color: #f28f42;
}
.beyond-privacy-policy.beyond-thnkyou {
	text-align: center;
	padding: 10%;
}
.beyond-privacy-policy.beyond-thnkyou h3 {
	margin-top: 25px;
}
.beyond-privacy-policy.beyond-thnkyou p {
	font-size: 16px;
}


/*need more part start*/


#notready-popup .health-defined-popup {
	width: 1121px;
}
#notready-popup  .health-defined-popup-scroll {
	max-height: 600px;
}
.personlized-newsletter-content.need-more-personalised {
	padding: 0;
	width: 1000px;
	max-width: 100%;
}

.need-more-outer {
	display: flex;
	flex-wrap: wrap;
}
.need-more-left {
	width: 66%;
}


.need-more-left .trillion-industry-img-left-innr {
	height: auto;
}

.need-more-left .trillion-industry-left-content {
	margin: 54px 0 0;
	padding: 0 7% 0 0;
	text-align: center;
}
.need-more-left .trillion-industry-left-content p {
	margin-top: 0;
	font-size: 18px;
	line-height: 2;
	text-align: left;
}
.need-more-right {
	width: 34%;
	background: #132293;
	text-align: left;
	padding: 30px 3% 40px;
}
.need-more-outer .need-more-right h3 {
	text-align: center;
	font-size: 33px;
	line-height: 34px;
	color: #fff;
	font-weight: bold;
	/* font-family: 'Calibri'; */
	text-transform: uppercase;
	margin: 0 0 23px;
}
.need-more-right h4 {
	font-size: 25px;
	line-height: 34px;
	color: #fff;
	font-weight: 500;
	/* font-family: 'Calibri'; */
	margin: 0 0 29px;
	text-align: center;
	padding: 0 10px;
}
.need-more-field label {
	text-align: left;
	font-size: 22px;
	line-height: 34px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	width: 100%;
}
.need-more-field input {
	width: 100%;
	font-size: 16px;
	line-height: 27px;
	color: rgba(51,51,51,.75);
	font-weight: 400;
	padding: 11px 20px;
	border: 0px solid #c4c4c4;
	border-radius: 5px;
	/* font-family: 'Calibri'; */
	font-family: 'Poppins', sans-serif;
}
.need-more-btn input {
	font-size: 21px;
	background: #f28e40;
	color: #fff;
	font-weight: bold;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 15px;
	text-align: center;
	line-height: 22px;
	/* font-family: 'Calibri'; */
	font-family: 'Poppins', sans-serif;
	border: none;
	cursor: pointer;
	width: 100%;
}
.need-more-field {
	margin: 0 0 14px;
}
.need-more-btn {
	padding: 10px 0 0;
}
.need-more-right form {
	padding: 0px 0 0;
}
/*need more part end*/

/*Login Popup Start*/
.login-popup-design {background: url(../images/Mediverse-page-bg.jpg) center center no-repeat;background-size: cover;border: 2px solid #fff;}
.login-popup-design .cont-transaction-page-head {padding: 0;}
.login-popup-design .transaction-options-sec {margin: 40px 0 20px;}
.login-popup-design .contact-left-bar {width: 50%;padding: 0;}
.login-popup-design .single-transaction-option {width: 50%;margin: 0;}
.login-popup-design .pioneer-annual-checkbox {text-align: left;}
/*Login Popup end*/

/*.bg-img-shape {
    background-image: url(/images/only-price.png);
    color: #fff;
    padding: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center center;
    position: absolute;
    right: 0;
    top: -20px;
    font-size: 13px;
    line-height: 1.1;
}*/
.bg-img-shape {
    background-image: url(/images/only-price.png);
    color: #fff;
    padding: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center center;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 20px;
    line-height: 1.2;
}
