@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&display=swap');
*
{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	font-family: 'Heebo', sans-serif;
}
.main_wrapper
{
	width: 100%;
	height: auto;	
	position: relative;
}
.header
{
	height: 14.5rem;
	background: #edf9fb;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10%;
	padding: 10px 0px;
}
.header img
{
	width: 200px;
}
#logo2
{
	width: 100px !important;
}
.banner_image img
{
	width: 100%;
}
#mobile
{
	display: none;
}
.heading
{
	text-align: center;
	font-weight: bold;
}
.heading h1
{
	font-size: 60px;
}
.heading h3
{
	font-size: 50px;
}
.section_two
{
	text-align: center;
	background: #F3F3F3;
	padding: 25px 0px;
}
.section_two h1
{
	color: #2CC1D7;
	font-size: 80px;
}
.circle_images
{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 2%;
	margin-top: 5%;
}
.circle_images img 
{
    width: 110px;
}
.dots_container
{
	height: auto;
	width: 10rem;
}
.dots
{
	width: 100%;
	border-bottom: 4px dotted black;
	height: 2px;
	position: relative;
	top: 60px;
}
#line
{
	display: none;
}
/*.circle_images #line
{
	position: relative;
	top: 5%;
}*/
/*.circle_img_text
{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 2%;
	margin-top: 22px;
}*/
/*.circle_img_text p
{
	width:180px;
}
.circle_img_text img
{
	opacity: 0;
}*/
.circle_with_desp {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 12.5rem;
}
.circle_with_desp p 
{
    margin-top: 10px;
    width: 100%;
    font-weight: 600;
    font-size: 17px;
}
.section_three
{
	padding: 3% 0%;
}
.section_three_heading h1
{
	text-align: center;
	color: #F4AE2E;
	font-size: 70px;
	line-height: 1.2;
}
.section_three_heading
{
	margin-bottom: 4%;
}
.sub_section_three,.section_three_rules
{
	width: 35rem;
}
/*.sub_section_three
{
	display: flex;
    justify-content: center;
    align-items: center;
}*/
.sub_section_three img
{
	width: 500px;
}
.rules_section
{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 5%;
}
.hidden_img img
{ 
	opacity: 0;
}
.rule
{
	display: flex;
	justify-content: flex-start;
	align-items: center !important;
	margin-bottom: 3%;
	gap: 2%;
}
.rule img
{
	width: 38px;
}
.rule_three
{
	align-items: flex-start !important;
}
.hidden_img
{
	width: 100%;
}
.list
{
	width: 100%;
}
.rule p
{
	font-weight: bold;
	font-size: 24px;
	width: 80%;
}
.list p
{
	width: 90%;
	margin-bottom: 2%;
}
.list ul
{
	margin-right: 4%;
}
.section_three_bottom_heading
{
	text-align: center;
	margin-top: 4%;
}
.section_three_bottom_heading h1
{
	font-size: 50px;
	margin-bottom: 1%;
}
.section_four
{
	background: #F3F3F3;
	text-align: center;
	padding: 4% 0%;
}
.section_four h1
{
	color: #B02D7A;
	font-size: 70px;
	line-height: 1.2;
}
.section_four_para
{
	margin-top: 1%;
}
.section_four_para h2
{
	font-size: 30px;
	font-weight: 500;
}
.color_circle
{
	height: 4.5rem;
	width: 4.5rem;
	border-radius: 360px;
	position: relative;
}
.gray
{
	background: #c6c6c6;
}
.maroon
{
	background: #b52473;
}
.skyblue
{
	background: #3cbbd6;
}
.purple
{
	background: #505ca5;
}
.yellow
{
	background: #f2ad2d;
}
.dotted_circle {
	height: 4.5rem;
	width: 4.5rem;
	border: 4px dotted black;
	border-radius: 360px;
	position: absolute;
	left: -5px;
	top: 0;
}
.circles
{
	display: flex;
	justify-content: center;
/*	gap: 2%;*/
	margin-top: 5%;
}
.circles .dots_container
{
	width: 6rem;
}
.circles .dots_container .dots
{
	top: 35px;
}
.circle_with_description 
{
    text-align: center;
    position: relative;
    width: 8rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.circle_with_description p
{
	font-weight: 800;
	font-size: 20px;
	margin-top: 15px;
}
.dotted_line img
{
	position: relative;
	top: 15%;
}
.last_section
{
	text-align: center;
	padding: 4% 0px;
}
.last_section h1
{
	font-size: 30px;
	font-weight: 500;
}
.last_section_note
{
	margin-top: 4%;
}
.last_section_note h1
{
	width: 75%;
	margin: 0px auto;
	background: #F4AE2E;
	font-size: 45px;
	font-weight: 800;
	padding: 10px 0px;
	border-radius: 50px;
}