.star_colr {
	color: #FF9415;
}


.the_mobile_fooeter_backup {
	position: fixed;
	bottom: 0px;
	left: 0px;
	min-height: 20px;
	z-index: 999;
	color: #fff !important;
	/* background: -webkit-linear-gradient(0deg, #2d3e33 0%, #243F31 100%); */
	background: #088F8F;
	box-shadow: 2.419px 9.703px 12.48px 0.52px rgb(232 58 153 / 50%);
}

.the_mobile_fooeter {
	position: fixed;
	bottom: 10px;
	left: 2%;
	width: 96%;
	min-height: 20px;
	border-radius: 10px;
	z-index: 999;
	color: #fff !important;
	background-color: #088F8F;
	box-shadow: 2.419px 9.703px 12.48px 0.52px rgb(232 58 153 / 50%);
}

.the_mobile_fooeter col {
	padding: 3px;
}

.the_9osp_s {
	font-size: 27px !Important;
	margin-bottom: 10px;
	color: #fff;
}

.themain_leoafers {
	background: rgba(0, 0, 0, 0.72);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
	width: 100%;
	height: 100%;
	display: none;
}

.themains_s90s {
	width: 90px;
	height: 90px;
	margin: 50% auto;
	border-radius: 3px;
	border: 1px solid #eee;
	padding: 20px;
	text-align: center;
}

.themains_s90s img {
	width: 60px;
}

.the_mobile_fooeter a {
	color: #fff !important;
}

.the_mobile_fooeter small {
	color: #fff !important;
}

.scrollClass {
	overflow-x: auto;
	max-height: 650px;
}

.q_number_34 {
	background: #333;
	border-radius: 4px;
	min-width: 39px;
	text-align: center;
	color: #fff;
}

.q_number_skip {
	background: #157347;
	border-radius: 4px;
	min-width: 39px;
	text-align: center;
	color: #fff;
}

.q_number_review {
	background: #FFCA2C;
	border-radius: 4px;
	min-width: 39px;
	text-align: center;
	color: #fff;
}

.q_number_answer {
	background: #0B5ED7;
	border-radius: 4px;
	min-width: 39px;
	text-align: center;
	color: #fff;
}

.the_tag_90ss {
	background: #f3f4f8;
	border: 2px solid #fff;
	color: #000;
	font-size: 17px;
	font-weight: bold;
}

.opthe_tag_90ss {
	background: #f3f4f8;
	border: 2px solid #fff;
	color: #000;
	font-size: 17px;
	font-weight: bold;
}

.the_materials_scroll {
	background: #333;
	overflow-y: scroll;
	max-height: 800px;
}

.the_materials_right_scroll {
	background: #00B2E2;
	overflow-y: scroll;
	max-height: 800px;
}

/* Carousel SLIDER - START*/
* {
	box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}

/* Hide the images by default */
.mySlides {
	display: none;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.dotactive,
.dot:hover {
	background-color: #717171;
}

/* Fading animation */
/*.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}*/

@keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

/* Carousel SLIDER - END*/

.page_num a,
strong {
	color: #333;
	padding: 4px;
	min-width: 20px;
	height: 40px;
	cursor: pointer;
	margin-left: 2px;
	background: none;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	border-radius: 50%;
}

.circle-singleline {

	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 12px;
	padding: 2px;
	text-align: center;
	background: #EF5593;
	color: #fff;
}

.name_circle {
	border-radius: 50%;
	float: left;
	display: inline-block;
	margin-right: 20px;
	background-color: #2B4EFF;
	/* text styling */
	/*font-size: 45px;*/
	width: 100px;
	height: 100px;
	color: #FFF;
	/*border: 2px solid #fff;*/
	text-align: center;
	font-family: Arial;
	position: relative;
}

.radius-1 {
	border-radius: 5px !important;
}

.radius-2 {
	border-radius: 10px !important;
}

.radius-3 {
	border-radius: 15px !important;
}

.radius-4 {
	border-radius: 20px !important;
}

.radius-5 {
	border-radius: 25px !important;
}

.sign__agree input:checked::after {
	top: 7px;
}

.fs-10 {
	font-size: 10px !important;
}

.fs-12 {
	font-size: 12px !important;
}

.fs-14 {
	font-size: 14px !important;
}

.fs-16 {
	font-size: 16px !important;
}

.fs-18 {
	font-size: 18px !important;
}

.fs-20 {
	font-size: 20px !important;
}

.fs-22 {
	font-size: 22px !important;
}

.fs-24 {
	font-size: 24px !important;
}

.fs-26 {
	font-size: 26px !important;
}

.fs-28 {
	font-size: 28px !important;
}

.fs-30 {
	font-size: 30px !important;
}

.fw-bold {
	font-weight: bold !important;
}

.fw-bolder {
	font-weight: bolder !important;
}

.text-theme {
	color: #088F8F !important;
}

.bg-theme {
	background-color: #088F8F !important;
}

.border-theme {
	border: 1px solid #088F8F !important;
}

.btn-theme {
	color: #fff;
	background-color: #088F8F;
	border: 1px solid #088F8F;
}

.btn-theme:hover {
	color: #088F8F;
	background-color: #fff;
	border: 1px solid #088F8F;
}

.btn-theme-secondary {
	color: #088F8F;
	background-color: #E0F5DA;
	border: 1px solid #088F8F;
}

.btn-theme-secondary:hover {
	color: #E0F5DA;
	background-color: #088F8F;
	border: 1px solid #088F8F;
}

/* Container positioning */
.icon-select {
	position: relative;
}

/* Position the icon inside Choices.js */
.icon-select i {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	color: #777;
	pointer-events: none;
	z-index: 3;
}

/* CHOICE DROPDOWN CSS START */

/* Optional: match border radius if needed */
.choices {
	border-radius: 8px;
	font-size: 15px;
	width: 100%;
}

.choices__inner {
	padding: 8px 10px 8px 40px !important;
	/* left padding for icon */
	border: 1px solid #ccc;
	border-radius: 6px;
	min-height: 50px;
	font-size: 14px;
	background-color: #fff;
	box-shadow: none;
	transition: all 0.2s ease-in-out;
	display: flex;
	align-items: center;
}

.choices__inner.is-focused {
	border-color: #2684FF;
	box-shadow: 0 0 0 3px rgba(38, 132, 255, 0.2);
}

.choices__list--dropdown {
	border: 1px solid #ccc;
	border-top: none;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	background-color: #fff;
	z-index: 100;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	max-height: 200px;
	overflow-y: auto;
}

.choices__item--selectable {
	/* padding: 10px; */
	padding: 0px;
	font-size: 14px;
	cursor: pointer;
}

.choices__item--selectable.is-highlighted {
	background-color: #e6f0fb;
}

.choices__item--selectable[data-select-text]::after {
	content: "";
}

.choices__list--dropdown::-webkit-scrollbar {
	width: 6px;
}

.choices__list--dropdown::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 4px;
}

.choices__list--dropdown::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 4px;
}

.choices__list--dropdown::-webkit-scrollbar-thumb:hover {
	background: #999;
}

/* CHOICE DROPDOWN CSS END */

.hero__subtext {
	margin-top: 10px;
	margin-bottom: 20px;
}

.hero__subtext p {
	margin-bottom: 10px;
	font-size: 1rem;
	color: #4a4a4a;
	line-height: 1.6;
}

.hero__subtext .subtitle {
	font-weight: 500;
	color: #1f1f1f;
}

.hero__subtext .description {
	font-size: 0.95rem;
	color: #666;
}
