.rounded-xl{
	border-radius: 25px;
}
.margin-top-60px{
	margin-top: 55px;
}
.GoldSafety-content-body{
	padding: 3% 0;
}
.GoldSafety-title-image-row{
	position: relative;
	background-image: url(../image/Why-Pro-Safety.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: unset;
    display: none;
}
.GoldSafety-title-image{
	position: absolute;
	top: 0;
	z-index: -100;
}
.GoldSafety-title-text-row{
	padding: 12% 0;
}
.GoldSafety-title-text{
}
.GoldSafety-title-follow-text{
}

.GoldSafety-path{
	display: flex;
	list-style: none;
	padding: 2% 0;
	margin-bottom: unset;
}
.GoldSafety-path-item{}
.GoldSafety-path-item a{
	font-weight: 500;
	color: #000000;
}
.GoldSafety-path-link{
}

.catalog-content{
	padding-left: unset;
	list-style: none;
}
.catalog-title{
	border-bottom: 4px solid#f7a028;
	font-size: 1.75rem;
}
.catalog-item{
    /*text-align: center;*/
    padding-left: 3%;
    margin-bottom: 7%;
}
.catalog-link{
	text-decoration: none!important;
}
.catalog-link .catalog-title{
	border: 1px solid#8a8889;
    border-radius: 5px;
	padding: 5% 9%;
	color: #8a8889;
	margin-bottom: unset;
	position: relative;
	font-size: 18px;
}
.catalog-link .catalog-title i{
	position: absolute;
    right: 10px;
    bottom: 12px;
}
.catalog-item.active .catalog-title, .catalog-item:hover .catalog-title{
	border:1px solid#f7a028;
	background: #f7a028;
	cursor: pointer;
}
.catalog-item.active .catalog-link .catalog-title, .catalog-item:hover .catalog-link .catalog-title{
	color: #fff;
}

.catalog-link .catalog-text{
	padding: 3% 9%;
	color: #8a8889;
	margin-bottom: unset;
	position: relative;
}
.catalog-link .catalog-text i{
	position: absolute;
    right: 10px;
    bottom: 10px;
}
.catalog-item.show .catalog-link .catalog-text{
	color: #f7a028;
}

.catalog-link .catalog-sm-text{
	font-size: 14px;
	padding: 3% 9%;
	color: #8a8889;
	margin-bottom: unset;
}

.catalog-item-box{
	border: 1px solid#8a8889;
	border-radius: 5px;
	padding: 5% 9%;
	position: relative;
}
.catalog-item-box .catalog-title{
	/*border: 1px solid#8a8889;*/
	border: unset;
    /*border-radius: 5px;
	padding: 5% 9%;*/
	color: #8a8889;
	margin-bottom: unset;
	/*position: relative;*/
	font-size: 18px;
}
.catalog-item .catalog-down{
	position: absolute;
    right: 12px;
    top: 14px;
    color: #8a8889;
}
.catalog-item.active .catalog-item-box, .catalog-item:hover .catalog-item-box{
	border:1px solid#f7a028;
	background: #f7a028;
	cursor: pointer;
}
.catalog-item.active .catalog-item-box .catalog-title, 
.catalog-item:hover .catalog-item-box .catalog-title,
.catalog-item.active .catalog-down, 
.catalog-item:hover .catalog-down{
	color: #fff;
}
.catalog-item-box .catalog-title:hover{
	font-size: 20px;
	text-decoration: revert!important;
}
.catalog-item .catalog-down:hover{
	font-size: 20px;
	text-decoration: revert!important;
}`

.CoreValue-image-box{
	border-radius: 5px;
	box-shadow: 3px 3px 5px #000, -1px -1px 0px 4px #f7a028;
}
.CoreValue-image-box img{
	border-radius: 5px;
}

.GoldSafety-table-title-left-box{
	background-image: linear-gradient(to right, #f7a028 50%, transparent);
    color: #fff;
    padding: 15px 0;
    border-radius: 7px;
}
.GoldSafety-table-title-box{
	background: #f7a028;
    color: #fff;
    padding: 1.2% 0;
    border-radius: 5px;
}
.GoldSafety-table-thead-box{
	background: #f4f2f3;
}
.GoldSafety-table-thead-box td{
	padding: 2% 0;
	font-weight: bold;
}
.GoldSafety-table-tbody-box td{
	padding: 2% 0;
	border-bottom: 1px solid#dedcdd;
	color: #000;
}
.GoldSafety-table-tbody-box a{
	color: #848484;
}

.btn-SignUpNow{
	color: #8a8889;
	text-align: center;
	padding: 2% 15%;
	background-color: transparent;
	border: 1px solid transparent;
	font-weight: bold;
	line-height: 1.5;
	border-radius: 0.25rem;
	border-color: #8a8889;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.countdown{
	display: flex;
	list-style: none;
	padding-left: unset;
	align-items: center;
	justify-content: center;
}
.countdown-item{
	border:1px solid#6c757d;
	padding: 1% 3%;
	border-radius: 10px;
}
.countdown-item h6{
	font-size: 14px;
}
.countdown-spacer{
	width: 2%;
	background: #000;
    height: 1px;
}


.Product-image-box{
	border: 1px solid#8a8889;
	border-radius: 10px;
	padding: 10%;
	text-align: center;
}

.Register-input{
	width: 100%;
	border: 0;
	border-bottom: 1px solid#848484;
	padding: 15px 0;
	outline: unset;
}
.Register-AreaCode-select{
	position: absolute;
	left: 0px;
	border: 1px solid#848484;
}