@font-face{
	font-family: 'Montserrat-Regular';
	src:url('../fonts/Montserrat-Regular.otf')
}
@font-face {
	font-family: 'Montserrat-SemiBold';
	src: url('../fonts/Montserrat-SemiBold.otf')
}
@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.otf')
}

@font-face {
	font-family: 'CeraPro-Regular';
	src: url('../fonts/CeraPro-Regular.otf')
}

@font-face {
	font-family: 'CeraPro-Medium';
	src: url('../fonts/CeraPro-Medium.otf')
}

@font-face {
	font-family: 'CeraPro-Bold';
	src: url('../fonts/CeraPro-Bold.otf')
}
body{
	color: #000;
	font-size: 16px;
}
.text-center{
	text-align: center !important;
}
.text-uppercase{
	text-transform: uppercase !important;
}
.text-white{
	color: #FFF !important;
}
.font-cb{
	font-family: 'CeraPro-Bold' !important;
}
.font-cm {
	font-family: 'CeraPro-Medium' !important;
}
.font-cr {
	font-family: 'CeraPro-Regular' !important;
}
.font-mb{
	font-family: 'Montserrat-Bold' !important;
}
.font-mr {
	font-family: 'Montserrat-Regular' !important;
}
.text-orange{
	color: #FC614c;
}
.text-blue{
	color: #0087FF;
}
.text-green{
	color:#00CE91;
}
.d-none{
	display: none !important;
}
.main-title{
	font-size: 50px;
	padding-bottom: 0;
}
.cd-text {
	font-size: 28px;
}
.price-img-wrap {
	min-height: 250px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.price-img-wrap img {
	max-width: 250px;
}
.first-price-box .price-img-wrap img,
.third-price-box .price-img-wrap img,
.fourth-price-box .price-img-wrap img,
.fifth-price-box .price-img-wrap img {
	max-width: 200px;
}
.sixth-price-box{
	display: none;
}

.price-title {
	color: #000;
	margin-bottom: 0px;
	line-height: 1.3;
}
.prize-list {
	font-size: 14px;
	line-height: 1.8;
}
.place-price-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;

}
.circle-price {
	height: 150px;
	width: 150px;
	background: linear-gradient(to right, #FC614c, #fbae22);
	border-radius: 50%;
	text-align: center;
	padding: 10px;
	box-shadow: 2px 3px 7px #a09b9b;
}
.cic-wrap {
	display: flex;
	flex-direction: column;
	background: #fff;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	justify-content: center;
}
p.cp-ttl.font-cb {
	text-transform: uppercase;
	font-size: 12px;
}
h6.cp-price {
	font-size: 28px;
	color: #0087FF;
	padding-bottom: 0;
}
.place-wrap {
	flex: 1;
	margin-right: -65px;
}
.plce-title {
	padding-bottom: 0;
	padding: 30px 45px 35px 40px;
	position: relative;
	left: -26px;
	z-index: -1;
	background-image: url(https://partners.advanceyourreach.com/wp-content/uploads/2019/10/traingle-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 18px !important;
	text-transform: uppercase;
}
h2.rules-title {
	font-size: 30px;
	padding-bottom: 0;
}

.plus-wrap {
	display: flex;
}
.pls-title-wrap {
	margin-right: 14px;
}
h2.pls-title {
	font-size: 40px;
	text-transform: uppercase;
}
.pls-content p {
	margin-bottom: 0;
	padding: 0;
	font-size: 16px;
}
p.pay-star {
	margin-top: 15px;
}
.rules-content p {
	font-size: 16px;
	line-height: 1.4;
}
.cp-bottom-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 0;
}
.center-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.rules-content ol {
    list-style: decimal;
    padding-left: 30px;
}
.rules-content li, .pls-content li {
	font-size: 18px;
	line-height: 1.5em;
    margin-bottom: 5px;
}
@media screen and (max-width:1200px) {
	#scp-price-row,
	.scp-price-row-btm {
		padding: 0 20px;
	}
}
@media (max-width:983px) {
	#scp-price-row,
	.scp-price-row-btm {
		max-width: 400px;
	}
	.price-img-wrap{
		min-height: auto;
	}
}
@media screen and (max-width:767px){
	.main-title {
		font-size: 32px;
	}
	.cd-text {
		font-size: 25px;
	}
	div#scp-price-row {
		padding: 0 20px;
	}
	.price-img-wrap {
		min-height: auto;
	}
	.center-row.scp-price-row-btm {
		padding: 20px 20px 0 !important;
	}
	.place-wrap {
		margin-right: 0;
	}
	.plce-title {
		padding-bottom: 0;
		padding: 30px 25px 35px 50px;
		left: -36px;
		font-size: 18px !important;
	}
	.et_pb_row.cp-top-block,
	.et_pb_row.cp-bottom-block {
		width: 100%;
		padding: 0 20px;
	}
	.et_pb_row.cp-bottom-block{
		padding-top: 20px;
	}
	div#pr-row-wrap {
		padding-top: 0;
	}
	.team-section .et_pb_row {
		width: 90%;
	}
	.team-section .support-title{
		padding: 0 15px;
	}
	.circle-price {
		height: 120px;
		width: 120px;
	}
	h6.cp-price {
		font-size: 22px;
	}
}
@media screen and (max-width:520px) {
	.plus-wrap {
		flex-wrap: wrap;
	}

}