	
	a {
		color: inherit;
	}
	
	p {
		margin-top: 0px!important;
		margin-bottom: 0px!important;
	}

.main_answers_sec {
	gap: 2rem;
	margin: 2rem 0;
	padding: 1rem;
	
	
}

.main_answers_box_title,
.round_black:hover {
	cursor: pointer;
}

.q_title {
	text-align: center;
	font-size: 2rem;
	font-weight: 900;
	padding-top: 3rem;
	
}
.text_q_flex {
	gap: 0.5rem;
	align-items: center;
}
.main_answers_box {
  justify-content: space-between;
  text-align: center;
  background: #FFFBCF;
  border: 1px solid #FED900;
  border-radius: 5px;
align-items: center;
	padding: 1rem;
}
	
p.q {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: bold;
	font-size: 2em;
	color: #333;
}
	
.main_answers_box_title {
	font-size: 1.3rem;
	font-weight: 900;
	text-align: left;
}
	
.round_black { 
		background: black;
		border-radius: 50%;
		width: 20px;
		height: 20px;
	}
	
.round_down {
		display: flex; 
		justify-content: center;
		flex-direction: row;
		gap: 2px;
	}
.stick_down_black_1 {
	margin-top: 6px;
	border-radius: 10px;
    background-color: #FFFBCF;
    width: 1.5px;
    height: 7px;
    transform: rotate(-35deg);
}
	
.stick_down_black_2 {
	margin-top: 6px;
	border-radius: 10px;
    background-color: #FFFBCF;
    width: 1.5px;
    height: 7px;
    transform: rotate(35deg);
}
	
.main_answers_box_inner {
	display: none;
	padding: 1rem;
	border: solid 2px #D9D9D9;
	border-radius: 5px;
	}
	
.answers_text {
	font-size: 1rem;
	line-height: 2;	
}

.main_answers_flex  {
	gap: 1.5rem; 
}

.image_cont {
	width: 300px;	
	gap: 2rem;
	margin: 1rem 0;
	}	
.image_box {
	justify-content: center;
	gap: 1rem;
	}

	
	
.flex_row {
	display: flex;
	flex-direction: row;
}

.flex_row_change {
	display: flex;
	flex-direction: row;
}
	
.flex_column {
	display: flex;
	flex-direction: column;	
}
	
.main_qabox_flex {
	margin: 2rem 0.5rem;
	gap: 0px;
	}
.new_details_flex {
	gap: 1rem;
}
	
.main_qabox_subtitle::before {
  content: "";
  display: inline-block;
  background-image: url('../images/new/before arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;   /* adjust as needed */
  height: 16px;  /* adjust as needed */
  margin-right: 8px; /* space between image and text */
  vertical-align: middle;
}
	
	
a.red-text {
	color: red;
	font-weight: 900;
}

a.black-text {
	font-weight: 900;
}
.main_qabox_inner{
	display: none;
	gap: 1rem;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	padding: 1.2rem;
	width: 190px;
}
	

.main_qabox {
	gap: 1rem;
	align-items: center;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	padding: 1rem;
	width: 190px;
	height: 45px;
	margin-right: 1rem;
}	
	
.main_qabox_title {
	font-size: 0.95rem;
	font-weight: 900;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 150px;
}
	

.main_qabox_subtitle {
	font-size: 1rem;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom: 2px solid transparent;
	transition: transform 0.3s ease, opacity 0.3s ease;

}
	
.main_qabox_subtitle:hover {
	 transform: translateY(-2px);
     opacity: 0.7;
     cursor: pointer;
	border-bottom: 2px solid #FED900;
	
}
	
	
.round { 
		background: #FED900;
		border-radius: 50%;
		width: 20px;
		height: 20px;
	}

.round:hover {

     opacity: 0.7;
     cursor: pointer;

	
}

.new_arrow_inner:hover {
	opacity: 0.6;
	cursor: pointer;
}
	
.round_down {
		display: flex; 
		justify-content: center;
		flex-direction: row;
		gap: 1.7px;
	}
.stick_down_1 {
	margin-top: 6px;
	border-radius: 10px;
    background-color: black;
    width: 1.5px;
    height: 7px;
    transform: rotate(-30deg);
}
	
.stick_down_2 {
	margin-top: 6px;
	border-radius: 10px;
    background-color: black;
    width: 1.5px;
    height: 7px;
    transform: rotate(30deg);
	}
	
	

	
	
.round_up { 
		background: #FED900;
		border-radius: 50%;
		width: 20px;
		height: 20px;
	}
	
.round_up_inner {
		display: flex; 
		justify-content: center;
		flex-direction: row;
		gap: 2px;
	}
.stick_down_1_2 {
	margin-top: 6px;
	border-radius: 10px;
    background-color: black;
    width: 1.5px;
    height: 7px;
    transform: rotate(-320deg);
}
	
.stick_down_2_2 {
	margin-top: 6px;
	border-radius: 10px;
    background-color: black;
    width: 1.5px;
    height: 7px;
    transform: rotate(320deg);
}

.image_con_centered {
	width: 400px;
	margin: 1rem auto;
}


@media(max-width:600px){
.flex_row_change {
	display: flex;
	flex-direction: column;
}
		
.main_qabox,
.main_qabox_inner {
   width: 93%;;		
	
}
	
.main_qabox_title  {
	width: 270px;
	font-size: 1.5rem;
}
	
.main_qabox_subtitle {
	font-size: 1.3rem;
}

	
.main_answers_box_title {
	width: 200px;	
	}
	
p.q {
     font-size: 5em;
	
}
	
 .answers_text {
      font-size: 1.3rem;
	}
	
.image_con_centered {
        width: 300px;
	}
	
#margin_little {
	margin-left: 1.6rem;	
	}
	

.main_qabox_flex {
    margin: 1rem 0;
	gap: 1rem;
	}
	
	
	
