.container {
	max-width: 1368px !important;
	padding: 0 20px;
}

a {
    color: #3A58EF;
    text-decoration: none;
}

p {
    font-size: 16px;
    color: #344054;
    line-height: normal;
    margin: 0;
}

.section_space {
	padding: 56px 0;
}
.student_card_link {
  display: block;
  text-decoration: none;
  color: inherit;
}
/*
.student_card_link .student_list_content {
  transition: box-shadow .2s, transform .1s;
}*/

.student_card_link:hover .student_list_content {
  border: 1px solid #7D8FF6;
}

.student_card_link:hover .student_name_img { 
	background: #EAECFE;

}
/* .student_card_link:focus-visible {
  outline: 2px solid #0d6efd; 
  outline-offset: 3px;
  border-radius: 12px;
}
 */

.main_content .section_title {
	color: #090909 !important;
	text-align: center !important;
	font-family: Manrope !important;
	font-size: 45.8px !important;
	font-style: normal !important;
	font-weight: 800 !important;
	line-height: normal !important;
	margin-bottom: 32px !important;
}

.topbanner_section {
	background: linear-gradient(180deg, #12327B 90%, #FFF 90%);
	/*padding: 0 0 56px;*/
}

.topbanner_section .hero-image {
	margin-bottom: -60px;
}

.topbanner_section .right_content {
	padding-left: 40px;
}

.topbanner_section .right_content .hero-subtitle {
	color: #FFF;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30.6px;
	/* 153% */
}

.topbanner_section .right_content .hero-title {
	color: #FFF;
	font-family: Manrope;
	font-size: 64px;
	font-style: normal;
	font-weight: 800;
	line-height: 76.8px;
	margin-bottom: 48px;
}

.topbanner_section .hero-text {
	color: #FFF;
	font-family: Manrope;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 30.6px;
	margin-bottom: 48px;
}
button.close_filter {
    background-color: unset !important;
    padding: 0;
    color: #344fe3 !important;
}
.explore-btn {
border-radius: 4px;
    background: #3A58EF;
    color: #FFF !important;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px;
    padding: 15px 18px;
    text-decoration: unset;
}

.explore-btn:hover {
	background: #015EAB;
}

.process-card {
	position: relative;
	background: #F8F8F8;
	border: 1px solid #EAECF0;
	border-radius: 10px;
	padding: 25px 20px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	height: 100%;
}

.process-card:after,
.process-card:before {
	left: 100%;
	top: 35px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.process-card:after {
	border-color: rgba(248, 248, 248, 0);
	border-left-color: #F8F8F8;
	border-width: 15px;
	margin-top: -15px;
}

.process-card:before {
	border-color: rgba(234, 236, 240, 0);
	border-left-color: #EAECF0;
	border-width: 16px;
	margin-top: -16px;
}

.process-section .row div:nth-child(4) .process-card:after,
.process-section .row div:nth-child(4) .process-card:before {
	display: none;
}

.process-card:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.process-icon img {
	filter: invert(19%) sepia(78%) saturate(4667%) hue-rotate(222deg) brightness(92%) contrast(94%);
}

.process-card h5 {
	color: #090909 !important;
	font-family: Manrope !important;
	font-size: 18.8px !important;
	font-style: normal !important;
	font-weight: 800 !important;
	line-height: 30px !important;
	margin-bottom: 16px !important;
	height: 60px !important;
}

.process-card p {
	color: #6E6E6E;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin:0;
}

.process-number {
	position: absolute;
	top: 18px;
	right: 19px;
	z-index: 0;
	color: var(--Gray-200, rgba(234, 236, 240, 0.81));
	font-family: Manrope;
	font-size: 70px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.process-icon {
	margin-bottom: 32px;
}

@media (max-width: 767px) {
	.section-title {
		font-size: 2rem;
	}

	.process-card {
		padding: 20px 15px;
	}

	.process-number {
		font-size: 2.5rem;
	}
}

.how_works_content .how_works_img {
	margin-bottom: 16px;
}

.how_works_content h4 {
	color: #090909 !important;
	font-family: Manrope !important;
	font-size: 18.8px !important;
	font-style: normal !important;
	font-weight: 800 !important;
	line-height: 30px !important;
	margin-bottom: 8px !important;
}

.how_works_content P {
	color: #6E6E6E;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin:0;
}


.img_card {
	display: flex;
	height: 100%;
}

.number_card {
	border-radius: 20px;
	background: linear-gradient(180deg, #EAECFE 0%, #C9CEFB 96.63%);
	box-shadow: 0 5px 10px 0 rgba(201, 206, 251, 0.20) inset;
	height: 238px;
	padding: 24px;
}

.number_card h4 {
	color: #344054 !important;
	font-family: Manrope !important;
	font-size: 48px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: 120% !important;
	/* 57.6px */
}

.number_card p {
	color: var(--Gray-600, #475467);
	font-family: Manrope;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	margin-top: 78px;
	margin-bottom:0;
}


.sidebar_filter_main {
	border-radius: 10px;
	border: 1px solid #EBEBEB;
	background: #F8F8F8;
	padding: 16px;
}

.clear_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}
.accordion-button:hover {
    z-index: 2;
    color: #000000 !important;
}
.sidebar_filter_main .accordion-button {
    color: #020202 !important;
}
.applied_filters .clear_title button.btn.btn-link.p-0 {
    color: #344FE3;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    background-color: unset;
}
.filter_title {
    color: #020202 !important;
    font-family: Manrope !important;
    font-size: 19px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 140% !important;
    margin-bottom: 24px !important;
}
.clear_title h4 {
    color: #020202 !important;
    font-family: Manrope !important;
    font-size: 19px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 140% !important;
}

.clear_title span {
	color: #344FE3;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

.applied_filter_list {
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 48px;
}

.select_filter_main {
	border-radius: 5px;
	background: #EAECFE;
	padding: 4px 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.select_filter_main span.select_filter {
	color: var(--Primary-Color-600, #344FE3);
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	margin-right: 8px;
}

.filter_title {
	color: #020202;
	font-family: Manrope;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	margin-bottom: 24px;
}

.sidebar_filter_main .accordion-item {
	background: transparent !important;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border: 0;
	border-bottom: 1px solid #EFEFEF;
}

.sidebar_filter_main .accordion-item:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.sidebar_filter_main .accordion-button {
	padding: 0 !important;
	background: transparent !important;
	color: #020202;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	border: 0 !important;
	box-shadow: none !important;
}

.sidebar_filter_main .accordion-body {
	padding: 10px 0 0 !important;
}

.sidebar_filter_main .accordion-button:focus {
	box-shadow: none !important;
	outline: none !important;
	border: 0 !important;
}

.sidebar_filter_main .accordion-body .form-check {
	margin-bottom: 10px;
	padding-left: 34px;
}

.sidebar_filter_main .accordion-body .form-check .form-check-input {
	width: 20px;
	height: 20px;
	margin-left: -34px;
}

.sidebar_filter_main .accordion-body .form-check .form-check-label {
	color: #4A4545;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	cursor: pointer;
}
.donate_section.hide-loggein-cls {
    position: relative;
    gap: 0;
    right: 0;
    border: 0;
}

.student_list_content {
	border: 1px solid #F2F4F7;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
    height: 100%;
}

.student_name_img {
	padding: 16px;
	display: flex;
	justify-content: flex-start;
	background-color: #F8F8F8;
}

.student_name_img .student_profile_icon {
	margin-right: 10px;
}

.name_city h4 {
    color: #020202 !important;
    font-family: Manrope !important;
    font-size: 19px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    margin-bottom: 4px !important;
    text-transform: capitalize !important;
}

.name_city h4 span { margin-left: 8px; position: relative; top: -2px; }

.name_city .city_area {
	color: #5C5C5C;
	font-family: Manrope;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

.student_info {
	padding: 16px;
}

.student_info span {
	display: block;
	color: #8993A0;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 6px;
}

.student_info p {
	color: #101828;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin: 0;
}

.class_info {
	margin-top: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.class_info>div {
	width: 50%;
}

.class_info h6 {
    color: #8993A0 !important;
    font-family: Manrope !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 140% !important;
    margin-bottom: 6px !important;
}

.class_info span {
	color: #101828;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	display: block;
}

.pagination_main {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
	align-items: center;
}

.pagination_main .page-link {
	padding: 6px 12px;
	color: #8993A0;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.shiksha_list_main { display: flex; justify-content: center; margin-bottom: 32px; }
.shiksha_list  { display: flex; justify-content: center; align-items: center; margin: 0; padding: 0; list-style: none; border-bottom: 1px solid #dddddd; }
.shiksha_list li { margin-right: 32px; }
.shiksha_list li:last-child { margin: 0; }
.shiksha_list li a  {
padding: 12px; 
color: #475467;
font-family: Manrope;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 140%;
display: inline-block;
position: relative;
}

.shiksha_list li a:hover {
	color: #3A58EF;
}

.shiksha_list li a:before { content: ""; width: 0px; height: 1px; background-color: #3A58EF; position: absolute; left: 0; bottom: -1px; transition: all .3s; visibility: hidden; opacity: 0; }
.shiksha_list li a:hover:before { width: 100%; opacity: 1; visibility: visible; }

/*Student detail page Start*/
.student_detail_main { padding-top: 32px; padding-bottom: 32px; }
.inner_banner {
	height: 186px;
	background: #EAF0FF;
	padding: 16px 0;
}

.inner_banner .container { 
position: relative;
height: 100%;
}

.donate_section {
	display: flex;
	justify-content: flex-start;
	gap: 16px;
	position: absolute;
	right: 20px;
	bottom: 0;
}

.donate_student {
border-radius: 4px;
    background: #3A58EF;
    padding: 8px 16px;
    color: #FFF !important;
    font-family: "Reddit Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: unset;
}

.breadcrumb .breadcrumb-item a  {
    color: #98A2B3;
    font-family: "Reddit Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: unset;
} 

.breadcrumb .breadcrumb-item { 
color: #344054 !important;
    font-family: "Reddit Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize;
}

.fees_cont {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 16px;
}

.fees_cont .school_annual { width: 224px; border-right:1px solid #dddddd; margin-right: 24px; padding-right: 24px; }
.fees_cont > div > span { 
color: #344054;
font-family: "Reddit Sans";
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 140%;
display: block;
margin-bottom: 4px;
}

.fees_cont > div > h5 { 
	color: #101828;
font-family: "Reddit Sans";
font-size: 23px;
font-style: normal;
font-weight: 700;
line-height: 140%;
margin: 0;
}

.fees_cont > div.required_fees > h5 { color:#3A58EF; }

.fees_note { 
	border-radius: 6px;
	border: 1px solid #F2F4F7;
	background: #F9FAFB;
	padding: 4px 8px;
	margin-bottom: 32px;
} 

.fees_note p { 
color: #001782;
font-family: "Reddit Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 140%; }

.fees_note p strong { font-weight: 700; }

.m_contbox { 
	border-radius: 8px;
	border: 1px solid var(--Gray-200, rgba(234, 236, 240, 0.81));
	background: #FDFDFD;
	padding: 16px;
	margin-bottom: 32px;
}
	

.about_student h4,
.family_detail h4 { 
color: #1D2939 !important;
font-family: "Reddit Sans" !important;
font-size: 19px !important;
font-style: normal !important;
font-weight: 600 !important;
line-height: 140% !important;
margin-bottom: 16px !important;
}

.about_student p {
	color: var(--Gray-700, #344054);
	font-family: "Reddit Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}


.cont_box .flable { display: block;
color: #475467;
font-family: "Reddit Sans";
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 140%;
margin-bottom: 4px;
 }

 .cont_box .fstatus { 
color: #0021B9;
font-family: "Reddit Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 140%;
 }

 .parent_detail { margin-top: 16px; padding-top: 16px; border-top: 1px solid #dddddd; }


 .parent_detail .flable { 
display: block;
color: #475467;
font-family: "Reddit Sans";
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 140%;
 }

 .parent_detail .fstatus { 
color:  #1D2939;
font-family: "Reddit Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 19.6px */
 }

.student_detail_content {
border-radius: 24px;
border: 2px solid var(--Gray-100, #F2F4F7);
background: #FFF;
box-shadow: 0 3px 20px 0 rgba(5, 13, 51, 0.07);
padding: 24px;
position: relative;
margin-top: -154px;
}

.student_name { display: flex; justify-content: flex-start; align-items: center;  margin: 0 0 24px; padding-bottom: 24px; border-bottom: 1px solid #dddddd; }
.student_name .student_icon { margin-right: 16px; }
.verified_cont P { margin-bottom: 4px; display: inline-block; 
color: #475467;
font-family: "Reddit Sans";
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 140%;}

.verified_cont h3 {
    color: #1D2939 !important;
    font-family: "Reddit Sans" !important;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 140% !important;
    text-transform: capitalize !important;
	margin:0 !important; 
}
.student_name .verifi_person { 
	display: inline-block; 
color: #475467;
font-family: "Reddit Sans";
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 140%;
text-decoration: underline;
}
.verified_cont .status_verified { 
border-radius: var(--rounded-md, 6px);
background: var(--green-100, #DEF7EC);
padding: 3px 6px;
color: var(--green-800, var(--green-800, #03543F));
text-align: center;
font-family: "Reddit Sans";
font-size: 10px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 15px */
letter-spacing: 0.5px;
text-transform: uppercase;
margin-right: 8px;
}

.sd_cont.devider { 
	padding-top: 24px;
	border-top: 1px solid #dddddd;
	margin-top: 24px;
}

 .sd_cont .flable {
	display: block;
	color: #475467;
font-family: "Reddit Sans";
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 140%;
margin-bottom: 4px;
  }
  .sd_cont .fdata {
color:#1D2939;
font-family: "Reddit Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 140%;
  }

  .login_signup { 
	border-radius: 8px;
	border: 1px solid #E8E8E8;
	background:url(https://socialeyefoundation.com/wp-content/uploads/2025/08/loginsignup-bg.jpg) 0 0 no-repeat;
	padding: 22px 10px;
	text-align: center;
	width: 100%;
	background-size: cover;
  }

  .login_signup P {
	color: #020202;
	text-align: center;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	margin-bottom: 22px;
  }

  .login_signup a {
border-radius: 5px;
    background: #3A58EF;
    padding: 8px 16px;
    color: #FFF !important;
    font-family: "Reddit Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-decoration: unset;
  }

  /*donation model*/

  #donationModal .modal-header { padding: 24px 24px 16px; display: flex; justify-content: space-between; align-items: center; }
  #donationModal .modal-body { padding: 0 24px 0; }
  #donationModal .modal-footer { border: 0; padding: 24px; }
  .donation-modal {
  border-radius: 12px;
}

.donation-modal .modal-title {
  color: #1D2939;
font-family: "Reddit Sans";
font-size: 23px;
font-style: normal;
font-weight: 600;
line-height: 140%;
}

.description {
  color: var(--Gray-600, #475467);
font-family: "Reddit Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%;
margin-bottom: 32px;
}

.description strong {
	color: #101828;
	font-weight: 600;
}

.payment-box {
 border-radius: 8px;
background: var(--Primary-Color-50, #EAECFE);
padding: 16px;
margin-bottom: 32px;
}


.bank-details h4 {
color: #061B45 !important;
    font-family: "Reddit Sans" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 140% !important;
    margin-bottom: 8px !important;
}

.bank-details p {
color: #475467;
font-family: "Reddit Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
    margin: 0;
}

.bank-details .highlight {
  color: #001782;
  font-weight: 600;
}

.confirmation-box {
 border-radius: 8px;
border: 1px solid var(--Gray-200, rgba(234, 236, 240, 0.81));
background: var(--Gray-50, #F9FAFB);
padding: 16px;
}

.please_tick {
color: #475467;
font-family: "Reddit Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%;
margin-bottom: 24px;
}

#donationModal .modal-dialog { max-width: 600px; }

#paymentDetails .form-label { 
	font-family: Reddit Sans;
font-weight: 500;
font-style: Medium;
font-size: 13px;
line-height: 140%;
letter-spacing: 0px;
margin-bottom: 4px;
}

#donationModal .modal-footer .btn-primary { 
border-radius: 4px;
background: #3A58EF;
padding: 12px 24px;
color: #FFF;
font-family: "Reddit Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 140%;
width: 150px;
}

/*donation model*/

/*Student detail page End*/




/*Responsive Css Start*/
@media only screen and (min-width: 1900px) and (max-width: 2000px) {

}

@media (min-width: 1200px) {

}

@media(max-width:1299px) {

}

@media(max-width:1199px) {
	.container {
		padding: 0 20px;
	}
}

@media(max-width:1024px) {

}

@media(min-width:991px) {
	.process-section .row .col-md-6 { padding: 0 15px; }
}

@media(max-width:991px) {
.student_detail_content { margin-top: 0;} 
}

@media (min-width: 768px) {
.cont_box { position: relative; }
.cont_box:before { content: ""; position: absolute; top: 0; right: 46px; bottom: 0; width: 1px; height: 100%; background-color: #dddddd; } 
.cont_box:last-child:before { display: none; }

.our_support .row .col-md-9 .col-md-6 { width: 54%; }
.our_support .row .col-md-9 .col-md-3 { width: 23%; }

.bottom_row {  margin-top: 10px !important;}
}

@media(max-width:767px) {
	.section_space {
		padding: 30px 0 !important;
	}
	.main_content .section_title { font-size: 24px !important; }

.topbanner_section { background: linear-gradient(180deg, #12327B 100%, #FFF 90%);}
.topbanner_section .hero-image { margin-bottom: 20px; }
.topbanner_section .right_content .hero-title { font-size: 34px; margin-bottom: 20px; }
.topbanner_section .right_content { padding: 0 20px; }
.process-card:after,
.process-card:before { display: none; } 
.hero-image img { max-width: 350px; }
.how_works_img img { width: 100%; }
.bottom_row { margin-top: 0 !important; }

.number_card h4 { font-size: 32px !important; }
.img_card img  { width: 100%; } 

.number_card { height:auto; }
.number_card p { margin:30px 0 0 !important; }

}

/*Responsive Css End*/