 html, body { 
 	scroll-behavior: smooth
 }
 .mobile_view{
 	display: none;
 }
 .desktop_view{
 	display: block;
 }
 .opacity_1{
 	opacity: 1 !important;
 }
 .hero_feature_section {
 	background: #F6F7F9;
 }
 .feature_item_wrapper{
 	display: flex;
 	justify-content: space-between;
 	align-items: center;
 }
 .feature_item{
 	padding: 0 10px;
 }
 .feature_item img{
 	max-width: 100%;
 	height: auto;
 }
 .review_wrapper{
 	max-width: 800px;
 	margin: 0 auto;
 	text-align: center;
 }
 .review_auth {
 	margin: 0 auto;
 	display: flex;
 	justify-content: center;
 	align-items: center;
 }
 .review_auth_name {
 	font-size: 21px;
 	font-weight: 700;
 	padding-left: 8px;
 	color: #000;
 }
 .review_auth_name span {
 	font-size: 20px;
 	font-weight: 400;
 	padding-left: 5px;
 }
 .review_inst_logo {
 	padding: 40px 0 30px;
 }
 .review_star {
 	margin-top: 20px;
 }
 .review_star i{
 	font-size: 20px;
 	margin: 0 5px;
 }

/* Owl carouse customize css here */

.owl-carousel .owl-item img {
	width: inherit;
	max-width: 100%;
	margin: 0 auto;
}
.owl-nav {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.owl-nav .owl-prev{
	font-size: 35px;
	position: absolute;
	left: -100px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

} 
.owl-nav .owl-next{
	font-size: 35px;
	position: absolute;
	right: -100px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

}        
.owl-prev i, .owl-next i {
	color: rgba(0, 0, 0, 0.3);
	font-size: 20px;
	font-weight: 300;
}

.our_member_counter_wrapper {
	border-width: 2px !important;
	background: #fff;
	color: #211F20;
	margin-bottom: 25px;
}
.member_counter_box_wrapper {
	display: flex;
	justify-content: space-between;
	text-align: center;
	max-width: 1080px;
	margin: 0 auto;
	padding: 40px 100px 34px;
}
.counter_measure,
.counter_icon,
.counter_value{
	font-family: Lusitana, Georgia, Times, Serif;
	font-size: 48px;
	line-height: 64px;
	font-weight: 700;
}
.counter_details {
	font-size: 18px !important;
	line-height: 24px;
	font-weight: 400;
}
.securevault_img {
	display: block;
	max-width: 271px;
	margin: 0 auto 40px;
	height: 180px;
}
.securevault .stripe-title, h3.stripe-title {
	margin-bottom: 55px;
}
.securevault .securevault_img img{
	max-width: 100%;
	float: none;
	object-fit: inherit;
	box-shadow: none;
	height: auto;
}
.securevault .stripe-left .securevault_img img{
	position: relative;
	top: 50px;
}

.access_gold_section .stripe-left .access_gold_section_img img {
	max-width: 100%;
	width: auto;
	float: none;
	object-fit: inherit;
	box-shadow: none;
	height: auto;
}
.access_gold_right_content {
	width: 100%;
	display: table;
}
.access_gold_right_content_middle {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.access_gold_right_content .buttonwrap{text-align: left}
.inner_height{
	text-align: right;
}
.video_frame_wrapper {
	position: relative;
}
.video_frame_wrapper span.before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	justify-content: ;
	height: 100%;
	background: #fff;
	z-index: 1;
	mix-blend-mode: color;
}
.video_frame_wrapper span.after {
	position: absolute;
	left: 47%;
	top: 43%;
	content: '\f144';
	font-family: fontAwesome;
	z-index: 9;
	font-size: 100px;
	background: #000;
	width: 85px;
	height: 85px;
	line-height: 85px;
	border-radius: 50%;
	cursor: pointer;
	color: #fff;
}
.video_frame_wrapper span i{
	position: relative;
	top: -8px;
}

.video_frame_wrapper .ytp-large-play-button svg {
	display: none !important;
}

/* 2nd version css from here */

/* front page css */

.category_filter {
	display: block;
	width: 100%;
}
.category_filter ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.category_filter ul li {
	display: inline-block;
	list-style: none;
	cursor: pointer;
	font-size: 24px;
	line-height: 22px;
	opacity: 0.6;
	border-bottom: 3px solid transparent;
}
.category_filter ul li.active {
	opacity: 1;
	border-bottom: 3px solid #E88528;
	font-weight: 700;
}
.category_filter ul li a{
	color: #000000;
}
.category_filter ul li.active a{
	color: #E88528;
}

.phone-graphic-wrap-csutom{
	width: 1144px;
	height: 100%;
	bottom: -60px;
	left: 80px;
	user-select: none;
	position: absolute;
}

.phone-graphic-wrap-csutom img{
	max-width: 100%;
	height: 100%;
}

.vaulted_stripe_frame {
	margin-top: 85px;
	display: block;
	text-align: center;
}
.valuated_invest_box {
	background: #fff;
	color: #211F20;
	text-align: center;
	padding: 30px 0 45px;
	margin-bottom: 50px;
}
.valuated_invest_box p{
	color: #211F20;
	margin-bottom: 0;
	text-align: center;
}
.valuated_invest_box .valuate_invest_ttl {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 5px;
}
.compition_table img {
	max-width: 100%;
	height: auto;
}

.valulted_reasons_list {
	margin-top: 40px;
}
.valulted_reasons_list ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.valulted_reasons_list ul li {
	position: relative;
	padding-left: 60px;
	list-style: none;
	margin-left: 0;
	margin-bottom: 30px;
	display: block;
	font-size: 22px;
	line-height: 33px;
	color: #000;
	font-weight: 300;
}
.valulted_reasons_list ul li::before {
	position: absolute;
	left: 0;
	top: 6px;
	background-image: url('/wp-content/uploads/checkbox.png');
	content: '';
	width: 35px;
	height: 35px;
	background-size: cover;
}

.best_way_buy_silver_section .best_way_buy_title{
	text-align: center;
	font-size: 38px;
	line-height: 1.3em;
	color: #000;
	margin-bottom: 100px;
	padding-bottom: 40px;
}

.best_way_buy_silver_section .step_box{
	margin-bottom: 35px;
}
.best_way_buy_silver_section .step_box .step_ttl {
	font-size: 30px;
	line-height: 1.3em;
	color: #E88528;
	font-family: Lusitana, Georgia, Times, Serif;
}

.best_way_buy_silver_section .step_box .step_des{
	font-size: 16px;
	line-height: 22px;
	color: #000;
	margin-bottom: 0;
	padding: 10px 0;
}
.best_way_buy_silver_section .grid-item {
	align-self: last baseline;
}
.way_phone_feature img{
	max-width: 100%;
	height: auto;
}
.liquidity_description {
	padding-top: 46px;
}

.liquidity_description p{
	margin-bottom: 46px;
	font-size: 22px;
	font-weight: 300;
	font-family: Inter, Helvetica, Arial, sans-serif;
	line-height: 1.75em;
}

.why_silver_wrapper h4{
	font-weight: 300;
	opacity: .8;
	line-height: 1.65em;
	font-family: Inter, Helvetica, Arial, sans-serif;
	margin-bottom: 40px;
}

.silver_fees_points_wrapper .grid-item .ypoint:first-child {
	margin-top: 0 !important;
}
.return_box_image {
	margin: -20px -20px 10px -20px;
}
.return_box_image img {
	max-width: 100%;
}
.third_party_audit_img {
	position: relative;
	height: auto;
}
.third_party_content_img img {
	max-width: 100% !important;
	object-fit: contain;
}
.third_party_audit_img img {
	max-width: 100% !important;
	object-fit: contain;
	box-shadow: none;
}
.verify_subtitle {
	display: block;
	width: 100%;
	font-size: 36px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	margin: 15px 0;
}
.third_party_content_img {
	width: 100%;
	display: block;
	margin-bottom: 15px;
	overflow: hidden;
}
.third_party_content_section {
	position: absolute;
	left: 0;
	top: 180px;
	width: 100%;
	height: auto;
	content: '';
}
.button.white_btn {
	color: #ffffff !important;
	border-color: #fff !important;
	padding: 15px 20px !important;
}
.button.white_btn:hover {
	background-color: rgba(255,255,255,.1) !important;
}
.rightpanel.pt-0 {
	padding-top: 0;
}
.pt-0{
	padding-top: 0 !important;
}

.storage_box {
	position: relative;
	background: #fff;
	color: #000;
	display: flex;
	padding:25px;
}
.storage_content {
	display: block;
	width: 70%;
	text-align: center;
}
.storage_content .storage_sub_ttl {
	font-size: 22px;
	line-height: 34px;
	color: #69686D;
	text-transform: uppercase;
}
.storage_content  .storagettl {
	font-size: 56px;
	line-height: 66px;
	color: #69686D;
	text-transform: uppercase;
}
.storage_img {
	position: absolute;
	right: 0;
	top: -29px;
}
.storage_img img {
	max-width: 180px;
}
.water_img {
	position: absolute;
	right: 0;
	top: -29px;
}
.verified_storage {
	max-width: 766px;
	margin: 0 auto;
	padding: 35px;
}
.verified_storage_btn .button {
	min-width: 217px;
}
.verify_assets .grid-wrap.two {
	padding: 0;
}
.buttonwrap {
	position: relative;
	z-index: 9;
}
.verify_assets .svg_img{
	border: 2px solid #f89c22;
	background: #fff;
	padding: 98px 54px 38px;
	display: block;
	width: 100%;
	height: 100%;
}
.third_party_content_img > img {
	max-width: 180px !important;
	text-align: center;
	margin: 0 auto;
	display: block;
	float: none;
	height: auto;
}
.third_party_content_img .vunderline_audit_border {
	width: 87px;
	height: 4px;
	background: #f89c22;
	background: rgb(248,156,34);
	border-radius: 2px;
	background: linear-gradient(90deg, rgba(248,156,34,1) 0%, rgba(253,220,80,1) 25%, rgba(255,255,255,1) 50%, rgba(253,220,80,1) 75%, rgba(248,156,34,1) 100%);
	display: block;
	margin: 20px auto 0;
}

/* Medium Layout: 1560px. */
@media only screen and (min-width: 1367px) and (max-width: 1560px) { 
	.third_party_content_section {
		top: 120px;
	}
	.third_party_section_wrapper .stripe-inside{
		padding-top: 0;
		padding-bottom: 0;
	}
	.thirparty_btm_txt{
		padding-bottom: 50px;
	}

}
/* Medium Layout: 1366px. */
@media only screen and (min-width: 1281px) and (max-width: 1366px) { 
	.phone-graphic-wrap-csutom {
		bottom: -50px;
	}
	.way_phone_feature {
		position: relative;
		top: 90px;
	}
	.third_party_content_section {
		top: 120px;
	}

}
/* Medium Layout: 1280px. */
@media only screen and (max-width: 1280px) { 
	.phone-graphic-wrap-csutom {
		bottom: -60px;
	}
	.way_phone_feature {
		position: relative;
		top: 90px;
	}
	.third_party_content_section {
		top: 120px;
	}

}
/* Medium Layout: 1025px. */
@media only screen and (min-width: 992px) and (max-width: 1025px) { 
	.header-inside, .stripe-inside, .stripe.banner .stripe-inside, .stripe.benefits .stripe-inside, .stripe.two .stripe-inside {
		width: 980px;
	}
	.stripe.banner {
		height: 100%;
	}
	.phone-graphic-wrap-csutom {
		max-width: 100%;
		position: relative;
		left: 0;
		bottom: -101px;
	}
	.phone-graphic-wrap-csutom img {
		height: auto;
	}
	.stripe.banner h2 {
		font-size: 20px;
	}
	.stripe.banner .inside-right {
		padding-left: 1%;
	}

}
@media only screen and (min-width: 801px) and (max-width: 991px) {
	.stripe.banner {
		height: 146vh;
	}
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 800px) { 
	.member_counter_box_wrapper {
		max-width: 640px;
		padding: 40px 60px 34px;
	}
	.counter_measure, .counter_icon, .counter_value {
		font-size: 36px;
		line-height: 48px;
	}
	.counter_details {
		font-size: 12px !important;
		line-height: 16px;
	}
	.phone-graphic-wrap-csutom {
		width: 500px;
		height: auto;
		bottom: -60px; 
		left: -5px;
	}

	.stripe.banner {
		height: 75vh;
	}

}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 

	.mobile_view{
		display: block;
	}
	.desktop_view{
		display: none;
	}
	.feature_item_wrapper {
		flex-wrap: wrap;
		margin-bottom: -30px;
	}
	.feature_item {
		flex: 0 0 33.333333%;
		margin-bottom: 30px;
	}

	.member_counter_box_wrapper {
		max-width: 100%;
		padding: 20px 5px;
	}
	.counter_measure, .counter_icon, .counter_value {
		font-size: 24px;
		line-height: 30px;
	}
	.counter_details {
		font-size: 12px !important;
		line-height: 16px;
	}
	.technology_icon img{
		max-width: 100%;
		height: auto;
	}
	.owl-nav .owl-prev{
		left: -15px;
	} 
	.owl-nav .owl-next{
		right: -15px;
	}  
	.review_inst_logo {
		padding: 0 0 20px;
	}
	.owl-nav .owl-next,
	.owl-nav .owl-prev {
		-webkit-transform: translateY(-170%);
		transform: translateY(-170%);
	}
	.review_box h4.stripe-subtitle{
		padding: 0 20px;
	}
	.video_frame_wrapper {
		height: 315px;
		display: block;
		width: 100%;
	}
	.video_frame_wrapper iframe{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		box-shadow: 0 0 20px rgba(0,0,0,.1);
		max-width: 100%;
		height: 100%;
	}
	.access_gold_right_content{
		height: auto !important;
	}
	.access_gold_right_content .buttonwrap{text-align: center;}

	.access_gold_right_content_middle .vunderline {
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	/* 2nd version css from here */
	.phone-graphic-wrap-csutom {
		height: auto;
		bottom: -566px;
		left: -90px;
		user-select: none;
		position: absolute;
		width: 200px;
	}
	.way_phone_feature {
		position: relative;
		top: 0px;
	}
	.why_silver_wrapper .chart-wrap img {
		max-width: 100%;
		float: none;
		box-shadow: 0 0 0 transparent;
		height: auto;
	}
	.valulted_reasons_list ul li {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 24px;
	}
	.valulted_reasons_list ul li::before {
		left: 10px;
		top: 8px;
	}
	.why_silver_wrapper .card-data-point {
		font-size: 16px;
		margin-top: 0;
		line-height: 26px;
	}
	.why_silver_wrapper .card-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.stripe.vaultplan .phone-mask {
		height: 500px;
		position: initial;
		display: block;
		margin: -150px auto 0;
		text-align: center;
		width: 100%;
		padding: 0;
	}
	.stripe.vaultplan .phone-mask .phone-graphic-wrap {
		box-shadow: none;
	}
	.verify_subtitle {
		font-size: 24px;
		line-height: 30px;
	}
	.third_party_audit_img img {
		object-fit: contain;
		height: auto;
	}
	.third_party_content_img img{
		object-fit: contain;
		max-width: 80px !important;
		height: auto !important;
		margin: 0 auto;
	}
	.third_party_content_section {
		top: 100px;
	}
	.verified_storage {
		max-width: 100%;
		padding: 30px;
	}
	.storage_box {
		display: block;
		padding: 15px;
	}
	.storage_content {
		width: 100%;
	}
	.storage_img {
		text-align: center;
		position: inherit;
		right: 0;
		top: 0;
	}
	.water_img {
		position: absolute;
		right: 0;
		top: 0;
		left: 0;
		bottom: 0;
		text-align: center;
	}
	.rightpanel.pt-0 {
		padding: 0 !important;
	}
	.video-banner-content-table-cell {
		text-align: center;
	}

}