.gfs-landing-page .download-brochure-btn .wpcf7-spinner{
	display:none !important;
}

.gfs-landing-page .download-brochure-btn input{
	width:unset !important;
}

.gfs-landing-page .banner-bullets {
	display: flex;
	align-items: center;
	gap: 24px;
}

.gfs-landing-page .banner-bullets.mob-bullets {
	display: none;
}

.gfs-landing-page .banner-text-wrapper span {
	background: #ffffff45;
	border-radius: 30px;
	padding: 7px 20px;
	padding-left: 30px;
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.15px;
	color: var(--white-color);
	margin-bottom: 25px;
	display: inline-block;
	position: relative;
	backdrop-filter: blur(8px);
}

.gfs-landing-page .banner-text-wrapper span strong {
	font-weight: 600;
	font-style: italic;
}

.gfs-landing-page .banner-text-wrapper span::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--yellow-color);
	margin-left: -15px;
	margin-top: 6px;
	pointer-events: none;
}

.gfs-landing-page .admissions-content h1 {
	font-weight: 500;
	font-size: 54px;
}

.gfs-landing-page .admissions-content p {
	font-size: 20px;
	font-weight: 400;
}

.gfs-landing-page .about-global-futures-scholarship .title-text h2 {
	max-width: 666px;
	/* font-size: 60px; */
}

.gfs-landing-page .admission-overview .title-text p {
	max-width: unset;
	font-weight: 400;
	font-size: 20px;
}
.gfs-landing-page .overview-block h5{
	font-size:20px;
}
.gfs-landing-stats-main {
	padding-top: 60px;
}

.gfs-landing-stats-flex {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.gfs-landing-stats-block {
	border-left: 2px solid #fdca00;
}

.gfs-landing-stats-inner {
	padding-left: 24px;
}

.gfs-landing-stats-inner-heading p {
	font-weight: 600;
	font-size: 40px;
	line-height: 120%;
	color: #3f3f3f;
}

.gfs-landing-stats-inner-desc p {
	padding-top: 5px;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #646464;
}

.gfs-landing-stats-block:hover .gfs-landing-stats-inner-heading p {
	color: var(--blue-color);
}

.gfs-landing-stats-block:hover .gfs-landing-stats-inner-desc p {
	color: var(--blue-color);
}

.how-to-apply-gfs-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.gfs-landing-page .how-to-apply-gfs-heading .title-text p {
	color: var(--white-color);
	max-width: 810px;
	font-weight: 500;
}

.gfs-landing-page .how-to-apply-gfs-btn a {
	background: var(--blue-color);
	width: max-content;
	padding: 20px 70px;
	color: var(--white-color);
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0%;
	border: none;
	padding: 10px;
	width: 340px;
	display: block;
}

.gfs-landing-page .how-to-apply-gfs-btn a span {
	width: 100%;
	padding-right: 0;
	text-align: center;
	display: block;
	position: relative;
	padding-right: 25px;
}

.gfs-landing-page .how-to-apply-gfs-btn a span::before {
	background-image: url(../images/gfs-side-arrow.png);
	width: 20px;
	height: 20px;
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	right: 27px;
}

.gfs-scholarship-structure-main {
	padding-top: 80px;
	padding-bottom: 80px;
}

.gfs-scholarship-structure-heading h2 {
	font-size: var(--h2-font);
	color: var(--black-color);
	font-weight: 600;
	letter-spacing: -0.2px;
}

.gfs-scholarship-structure-heading p {
	font-weight: 600;
	font-style: Italic;
	font-size: 20px;
	line-height: 24.5px;
	color: #1a1a1a;
	padding-top: 8px;
}

.gfs-scholarship-structure-table {
	padding-top: 24px;
	max-width:1044px;
}

.gfs-scholarship-structure-table table {
	width: 100%;
	border-collapse: collapse;
}

.gfs-scholarship-structure-table thead {
	background-color: #2f4ea2;
	color: #fff;
}

.gfs-scholarship-structure-table th {
	text-align: left;
	padding: 12px 15px;
	font-weight: 600;
}

.gfs-scholarship-structure-table td {
	padding: 12px 15px;
	color: #333;
}

.gfs-scholarship-structure-table tbody tr.alt {
	background-color: #f8f6f1;
}

.gfs-scholarship-structure-table .highlight {
	background-color: #fdca00;
	color: #fff;
	padding: 3px 8px;
	font-weight: 600;
	border-radius: 2px;
}

.gfs-scholarship-structure-table .green {
	color: #0a7c4a;
	font-weight: 600;
}

.gfs-scholarship-structure-table .blue {
	color: #1a5faa;
	font-weight: 600;
}

.gfs-scholarship-structure-table .orange {
	color: #7c4a0a;
	font-weight: 600;
}

.gfs-scholarship-structure-table .dark {
	color: #555555;
	font-weight: 600;
}

.gfs-scholarship-structure-table .gray {
	color: #999999;
	font-weight: 600;
}

.gfs-scholarship-structure-copyright p {
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #aaaaaa;
	padding-top: 35px;
}

.gfs-eligibility-criteria-main {
	padding-top: 80px;
	padding-bottom: 80px;
}

.gfs-eligibility-criteria-heading h2 {
	font-weight: 600;
	font-size: 54px;
	line-height: 100%;
	letter-spacing: 0%;
	color: var(--black-color3);
	margin-bottom: 30px;
}

.gfs-landing-page .overview-block {
	width: 33.33%;
}

.gfs-landing-page .overview-block-inner {
	padding-top: 25px;
	padding-bottom: 25px;
}

.gfs-eligibility-criteria-actual {
	padding: 0;
}

.gfs-eligibility-criteria-actual .tabs {
	display: flex;
	border-bottom: 1px solid #d0d0d0;
}

.gfs-eligibility-criteria-actual .tab {
	padding: 12px 20px;
	color: #919191;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	font-size: 22px;
	line-height: 120%;
}

.gfs-eligibility-criteria-actual .tab.active {
	color: #254bb7;
	border-bottom: 2px solid #254bb7;
	font-weight: 500;
}

.gfs-eligibility-criteria-actual-content {
	padding-top: 40px;
	display: none;
}

.gfs-landing-page .global-futures-scholarship .admissions-content {
	justify-content: space-between !important;
	flex-direction: unset;
	align-items: center;
}

.gfs-landing-page .global-futures-scholarship .title-text h2 {
	max-width: 808px;
	margin-bottom:10px;
}

.gfs-landing-page .global-futures-scholarship .admissions-content p {
	color: var(--white-color);
	max-width: 808px;
	font-size: 20px;
}

.gfs-landing-page .admissions-content-btn a {
	background: var(--blue-color);
	color: var(--white-color);
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0%;
	border: none;
	padding: 12px 28px;
	width: 340px;
	display: block;
}

.gfs-landing-page .admissions-content-btn a span {
	width: 100%;
	padding-right: 0;
	display: block;
	position: relative;
	padding-right: 25px;
	text-align:center;
}

.gfs-landing-page .admissions-content-btn a span::before {
	background-image: url(../images/download-btn.svg);
	width: 20px;
	height: 20px;
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	right: 27px;

}

.gfs-landing-page .know-why-num-block {
	transition: 1s !important;
	padding: 35px 15px;
}

.gfs-landing-page .know-why-num-main {
	padding-top: 60px;
	padding-bottom: 60px;
}

.gfs-landing-page .know-why-num-heading p {
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0%;
}

.gfs-landing-page .know-why-num-desc p {
	font-weight: 500;
	font-size: 28px;
	line-height: 130%;
}

.global-futures-scholarship-table {
	padding-top: 60px;
}

.global-futures-scholarship-table h2 {
	font-weight: 500;
	font-size: 32px;
	line-height: 130%;
	color: var(--white-color);
}

.global-futures-scholarship-table-inner {
	padding-top: 48px;
}

.global-futures-scholarship-table-inner table {
	width: 100%;
	border-collapse: collapse;
	color: #fff;
	border: 1px solid #eeebe340;
}

.global-futures-scholarship-table-inner thead {
	background-color: var(--blue-color);
}

.global-futures-scholarship-table-inner th {
	text-align: left;
	padding: 10px 16px;
	font-weight: 500;
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	line-height: 120%;
}

.global-futures-scholarship-table-inner td {
	padding: 15px 16px;
	border-bottom: 1px solid #eeebe340;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	color: #fff;
}

.global-futures-scholarship-table-inner .marks {
	color: var(--yellow-color);
}

.test-schedule-main {
	padding-top: 80px;
	padding-bottom: 80px;
}

.test-schedule-heading h2 {
	font-weight: 600;
	font-size: 54px;
	line-height: 100%;
	letter-spacing: 0%;
	color: var(--black-color3);
	margin-bottom: 30px;
}

.test-schedule-heading p {
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 2%;
	color: #00000080;
	max-width: 1080px;
}

.test-schedule-heading p span {
	color: var(--blue-color);
	font-style: italic;
}

.test-schedule-inner {
	padding-top: 50px;
}

.test-schedule-tabs {
	display: flex;
	border-bottom: 1px solid #d0d0d0;
}

.test-schedule-tabs .tab {
	padding: 12px 20px;
	color: #919191;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	font-size: 22px;
	line-height: 120%;
}

.test-schedule-tabs .tab.active {
	color: #254bb7;
	border-bottom: 2px solid #254bb7;
	font-weight: 500;
}

.gfs-eligibility-criteria-actual-content {
	padding-top: 40px;
	display: none;
}

.test-schedule-inner-flex {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 34px;
	padding-top: 50px;
}

.test-schedule-inner-block {
	background: #f0f0f0;
	padding: 30px 20px;
}

.test-schedule-inner-block-inner-heading h4 {
	font-weight: 600;
	font-size: 40px;
	line-height: 130%;
	letter-spacing: 0%;
	color: #1a1a1a;
}

.test-schedule-inner-block-inner-desc p {
	font-weight: 500;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: 0%;
	color: #3b3a3a;
	padding-top: 30px;
}

.test-schedule-inner-block-inner-points {
	border-bottom: 0.81px solid #2f2f2f33;
	padding: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 0;
}

.test-schedule-inner-block-inner-points:last-of-type {
	border: none;
}

.test-schedule-inner-block-inner-points h6 {
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #1a1a1a;
}

.test-schedule-inner-block-inner-points p {
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	color: #1a1a1a;
}

.test-schedule-inner-block-inner-points-main {
	padding-top: 20px;
}
.gfs-landing-page .test-schedule-inner-block-inner-btn {
	width: 100%;
}

.gfs-landing-page .test-schedule-inner-block-inner-btn a {
	background: var(--blue-color);
	color: var(--white-color);
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0%;
	border: none;
	padding: 12px 28px;
	width: 100%;
	display: block;
}

.gfs-landing-page .test-schedule-inner-block-inner-btn a span {
	width: 100%;
	padding-right: 0;
	display: block;
	position: relative;
	text-align: center;
}

/* .gfs-landing-page .test-schedule-inner-block-inner-btn a span::before {
background-image: url(../images/gfs-side-arrow.png);
width: 24px;
height: 24px;
position: absolute;
content: "";
background-repeat: no-repeat;
background-size: cover;
right: 20%;
} */

.gfs-landing-page .test-schedule-btns {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-top: 30px;
}

.gfs-landing-page .admission-banner-main.how-to-apply .admission-bg {
	height: 1300px;
}

.gfs-landing-page .download-brochure-btn {
	width: 100%;
	background-color: var(--blue-color);
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: unset;
	gap:unset;
}

.gfs-landing-page .download-brochure-btn input {
	width: 100%;
	background-color: transparent;
	padding: 10px 5px;
	font-size: 14px;
	font-weight: 500;
	border: none;
	color: #fff;
	cursor: pointer;
}
/* .gfs-landing-page .download-brochure-btn span {
position: absolute;
right: 110px;
display: flex;
align-items: center;
} */
.talk-to-advisor-btn {
	width: 100%;
}
.talk-to-advisor-btn a {
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	border: 1px solid #0000005e;
	padding: 12px 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #323232;
	width: 100%;
}

.advisor-Modal .modal-dialog {
	max-width: 370px;
	border-radius: 2px;
	margin: 0 auto;
}

.advisor-Modal .modal-title {
	font-weight: 500;
	font-size: 22px;
	line-height: 120%;
	color: #000;
}

.advisor-Modal .btn-close {
	opacity: 1;
}

.advisor-Modal .modal-body,
.advisor-Modal .modal-header {
	padding: 14px 20px;
}

.advisor-Modal .modal-header {
	padding-bottom: 0;
	border-bottom: 0;
}

.advisor-Modal .custom-select {
	width: 100%;
	border: none;
	border-bottom: 2px solid #d6d6d6;
	padding: 10px 32px 10px 4px; /* space for arrow */
	font-size: 18px;
	line-height: 1.2;
	color: #000;
	font-weight: 500;
	outline: none;
	margin-bottom: 12px;

	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	background-image: url("../images/select-down-icon.svg");
	background-repeat: no-repeat;
	background-position: right 8px center;
	background-size: 12px;
	background-color:unset;
}


.advisor-Modal .custom-select:focus {
	border-bottom-color: #4a6cf7;
}
.gfs-landing-page .advisor-Modal .download-brochure-btn input{
	width: unset;
}
.gfs-landing-page .advisor-Modal .download-brochure-btn{
	gap: 0px;
}




.gfs-landing-page .jain-home .custom-select {
	margin-bottom: 12px;
}

.gfs-landing-page .dropdown-card .form-field {
	margin-top: unset;
}

.form-field.check {
	border-bottom: 0;
}

.form-field.check p {
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0%;
	color: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	gap: 7px;
	max-width: unset;
}

.form-field.check span {
	margin-left: 0;
}

.form-field.check label {
	margin-top: 0;
}

.form-field.check input[type="checkbox"] {
	height: auto;
	margin-top: 7px;
}

.form-field.icon {
	display: flex;
	align-items: center;
	gap: 15px;
}

.form-field input[type="date"]::-webkit-calendar-picker-indicator {
	opacity: 0;
	display: none;
	-webkit-appearance: none;
}

.batch-container {
	display: flex;
	gap: 20px;
	padding-top: 25px;
}

.batch-card {
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	padding: 19px 12px;
	max-width: 438px;
	background: #fff;
	cursor: pointer;
	position: relative;
	transition: all 0.2s ease;
}

.batch-card input {
	position: absolute;
	top: 16px;
	right: 16px;
}

.batch-card.selected {
	border: 1px solid var(--blue-color);
	background: #f3f6ff61;
}

.batch-title {
	margin-bottom: 10px;
	font-family: DM Sans;
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	color: #000;
}

.highlight {
	color: var(--blue-color);
	font-weight: 500;
}

.batch-item {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 16px;
	margin: 6px 0;
	color: #656565;
}

.gfs-landing-page .batch-container .batch-item p {
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0%;
	color: #656565;
}

.gfs-landing-page .batch-container .batch-item.highlight p {
	color: var(--blue-color);
}

.batch-item svg {
	flex-shrink: 0;
}

.batch-card input[type="radio"] {
	accent-color: var(--black-color3);
}

.how-to-apply-gfs-btn.mob-btn {
	display: none;
}

.gfs-scholarship-structure-mob .card {
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}
.gfs-scholarship-structure-mob .card:last-of-type{
	margin-bottom:unset;
}
.gfs-scholarship-structure-mob .card-header {
	background: var(--blue-color);
	color: #fff;
	padding: 10px 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
}

.gfs-scholarship-structure-mob .badge {
	background: var(--yellow-color);
	color: var(--white-color);
	padding: 3px 10px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 2px;
}

.gfs-scholarship-structure-mob .card-body {
	padding: 10px 12px;
}

.gfs-scholarship-structure-mob .item {
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
}

.gfs-scholarship-structure-mob .item:last-child {
	border-bottom: none;
}

.gfs-scholarship-structure-mob .label {
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	color: #1a1a1a;
}

.gfs-scholarship-structure-mob .value {
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	color: #555555;
}

.gfs-scholarship-structure-mob .green {
	color: #0a7c4a;
}

.gfs-scholarship-structure-mob .blue {
	color: var(--blue-color);
}

.gfs-scholarship-structure-mob .dark-orange {
	color: #7c4a0a;
}

.gfs-scholarship-structure-mob .dark-grey {
	color: #555555;
}

.gfs-scholarship-structure-mob .light-grey {
	color: #999999;
}

.gfs-scholarship-structure-mob {
	display: none;
}

.global-futures-scholarship-table-mob {
	width: 100%;
	display: none;
}

.global-futures-scholarship-table-mob .section {
	border: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 24px;
}

.global-futures-scholarship-table-mob .section-title {
	background: var(--blue-color);
	color: var(--white-color);
	padding: 10px;
	font-weight: 600;
	font-size: 14px;
}

.global-futures-scholarship-table-mob .item {
	display: flex;
	justify-content: space-between;
	padding: 10px;
	color: var(--white-color);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 14px;
	line-height: 100%;
}

.global-futures-scholarship-table-mob .item span:first-child {
	/* opacity: 0.8; */
	font-weight: 600;
}

.global-futures-scholarship-table-mob .item span:last-child {
	text-align: right;
	font-weight: 400;
}

.global-futures-scholarship-table-mob .highlight {
	color: var(--yellow-color);
	font-weight: 600;
}
.gfs-landing-page .admission-banner-main.cta-section .admission-bg {
	height: 390px;
}
.gfs-landing-page .application-modal label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 40px;
	cursor: pointer;
}
.gfs-landing-page .form-field.check input[type="checkbox"] {
	width: unset;
	height: unset;
	margin-top: unset;
}
.gfs-landing-page .form-field.check label {
	gap: 10px;
	align-items: unset;
	height: unset;
}
.gfs-landing-page .admission-banner-main.how-to-apply .admission-bg::before{
	opacity:unset;
	background:unset;
}

.gfs-landing-page  .main-header-links-btn{
	width:240px;
}


.gfs-landing-page  .main-header-links-btn a {
	background: var(--blue-color);
	color: var(--white-color);
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0%;
	border: none;
	padding: 12px;
	width: 100%;
	display: block;
}

.gfs-landing-page  .main-header-links-btn a span {
	width: 100%;
	padding-right: 0;
	display: block;
	position: relative;
}

.gfs-landing-page  .main-header-links-btn a span::before {
	background-image: url(../images/gfs-side-arrow.png);
	width: 20px;
	height: 20px;
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	right: 0px;
}
.gfs-landing-page .main-header-nav .header-menu li.current-menu-item{
	border-left:none;
}
.gfs-landing-page .whatsapp-sticky img{
	right:60px;
}

.gfs-landing-page .form-field.check span{
	font-weight:400;
}
.gfs-landing-page .ep-btn{
	position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gfs-landing-page .ep-btn::after{
	background-image: url(../images/download-btn.svg);
	width: 20px;
	height: 20px;
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	right: 25px;
}
.gfs-landing-page .dropdown-card .form-field{
	margin-left:unset;
	margin-right:unset;
}
/* .gfs-landing-page .wpcf7-spinner{
display:none;
} */
.gfs-landing-page .application-modal .submit-btn{
	display:flex;
	justify-content:end;
}
.gfs-landing-page .application-modal .modal-dialog{
	max-width:1050px;
	margin-top: 85px;
	margin-bottom: 40px;
}
.gfs-landing-page .form-field.check label{
	align-items:baseline;
}
/* .gfs-landing-page .application-modal .modal{
top:85px;
} */

.gfs-landing-page .banner-para-wrapper{
	align-items:end;
}
.gfs-landing-page .form-field.number::before{
	left:43px;
}
.gfs-landing-page .wpcf7-not-valid-tip{
	font-size:14px;
}
.form-field.select select {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.programme-covered .form-field.select select{
	padding-left:20px;
}
.gfs-landing-page .dropdown-card .form-field.trunk select{
	padding-right:20px;
}
.gfs-landing-page .form-field.icon{
	justify-content:unset;
}
.gfs-landing-page .form-field.icon.spc{
	justify-content:space-between;
}
.gfs-landing-page .application-modal .submit-btn input {
	padding: 12px 42px;
}
.gfs-landing-page .application-modal .submit-btn{
	position:relative;
}
.gfs-landing-page .application-modal .wpcf7-spinner{
	top: -35px;
	z-index: 20;
	margin-right:unset;
	position:absolute;
}

.gfs-landing-page .application-modal .modal-body h6:last-of-type {
    font-weight: 700;
	margin-top:55px;
}
.gfs-landing-page .application-modal .modal-body h6 span{
	color:#FF1616;
}

@media (max-width: 1600px) {
	.gfs-landing-page .admissions-content h1 {
		font-size: 54px;
	}
}
@media (max-width: 1400px){
	.gfs-landing-page .test-schedule-inner-block-inner-btn a,
	.talk-to-advisor-btn a{
		padding:12px;
	}
}

@media (max-width: 1330px) {
	.gfs-landing-page .test-schedule-inner-block-inner-btn a span::before {
		right: 14%;
	}
}

@media (max-width: 1250px) {
	.gfs-landing-page .admissions-content h1 {
		font-size: 54px;
	}

	.gfs-landing-page .banner-bullets {
		gap: 15px;
	}

	.gfs-landing-page .admissions-content p {
		font-size: 18px;
	}

	.banner-para-wrapper {
		gap: 10px;
	}

	.gfs-landing-page .test-schedule-inner-block-inner-btn a span::before {
		right: 13%;
	}
	.gfs-landing-page .test-schedule-inner-block-inner-btn a,
	.talk-to-advisor-btn a{
		font-size:14px;
	}
}

@media (max-width: 1100px) {
	.gfs-landing-page .banner-text-wrapper span {
		font-size: 12px;
	}

	.gfs-landing-page .admissions-content h1 {
		font-size: 48px;
	}

	.gfs-landing-page .admission-banner-main.imp-dates-m .admission-bg {
		height: 400px;
	}

	.gfs-landing-page .test-schedule-inner-block-inner-btn a span::before {
		right: 7%;
	}
	.gfs-landing-page .whatsapp-sticky img{
		right:10px;
	}
}

@media (max-width: 991px) {
	.gfs-landing-page .current-menu-item a{
		color:#000 !important;
	}
	.gfs-landing-stats-inner-heading p {
		font-size: 34px;
	}

	.gfs-landing-page .admission-overview .title-text p {
		font-size: 20px;
	}

	.how-to-apply-gfs-heading {
		flex-direction: column;
		align-items: unset;
	}

	.gfs-landing-page .overview-block {
		width: 100%;
	}

	.gfs-landing-page .know-why-num-flex {
		margin-top: unset;
	}

	.gfs-landing-page .global-futures-scholarship .admissions-content {
		flex-direction: column;
		align-items: unset;
		justify-content: unset !important;
	}

	.gfs-landing-page .test-schedule-inner-block-inner-btn a span::before {
		right: 0%;
	}

	.test-schedule-inner-flex {
		grid-template-columns: 1fr;
	}
	.gfs-landing-page .mob-header-logo {
		padding: 6px 10px !important;
	}
	.gfs-landing-page .mob-header .navbar {
		padding: 17px 0px !important;
	}

	.gfs-landing-page .jain-home-black-strip-main.sticky {
		top: 126px !important;
	}
}
@media (max-width: 850px) {
	.gfs-landing-page .admission-banner-main.cta-section .admission-bg {
		height: 400px;
	}
	.gfs-landing-page .global-futures-scholarship .admissions-content p {
		padding-top: 15px;
	}
}

@media (max-width: 768px) {
	.batch-container {
		flex-direction: column;
		width: 100%;
		gap: 12px;
		/* 		padding-top: unset; */
	}

	.application-modal label {
		width: 100%;
	}

	.gfs-landing-page .form-field.check p {
		align-items: unset;
	}
	.gfs-landing-page .test-schedule-btns{
		flex-direction: column;
		padding-top:20px;
	}
}

@media (max-width: 600px) {
	.gfs-landing-page .admissions-content h1 {
		font-size: 38px;
	}

	.gfs-landing-page .admission-banner-main.overlay-b .admission-bg {
		height: 1050px;
	}

	.gfs-landing-page .banner-bullets.desk-bullets {
		display: none;
	}

	.gfs-landing-page .banner-bullets.mob-bullets {
		display: block;
	}

	.gfs-landing-page .banner-bullets.mob-bullets {
		display: flex;
		flex-direction: column;
		justify-content: unset;
		padding: 0px 20px;
		align-items: unset;
		gap: 12px;
		padding-top: 12px;
	}

	.gfs-landing-page .banner-text-wrapper span {
		font-size: 14px;
		width: max-content;
		margin-bottom: unset;
	}

	.gfs-landing-stats-flex {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 41px;
	}

	.gfs-landing-stats-inner {
		padding-left: 12px;
	}

	.gfs-landing-stats-inner-heading p {
		font-size: 30px;
	}

	.gfs-landing-page .admission-overview .title-text p {
		font-size: 25px;
	}

	.gfs-landing-page .admission-banner-main.how-to-apply .admission-bg {
		height: 1360px;
	}

	.gfs-landing-page .overview-grid.how-to-apply .overview-block-inner {
		padding-bottom: 16px;
	}

	.gfs-landing-page .overview-grid.how-to-apply .overview-block {
		font-size: 18px;
	}

	.gfs-landing-page .how-to-apply-gfs-btn a {
		width: 100%;
	}

	.how-to-apply-gfs-btn.desk-btn {
		display: none;
	}

	.how-to-apply-gfs-btn.mob-btn {
		display: block;
		padding-top: 20px;
	}

	.gfs-landing-page .how-to-apply-gfs-btn a {
		font-size: 16px;
	}

	.gfs-landing-page .how-to-apply-gfs-btn a span::before {
		height: 18px;
		width: 18px;
		right: 7%;
	}

	.gfs-landing-page .admissions-content.how-to-apply {
		padding-top: 60px;
	}

	.gfs-scholarship-structure-heading h2,
	.gfs-eligibility-criteria-heading h2,
	.test-schedule-heading h2 {
		font-size: 24px;
	}

	.gfs-scholarship-structure-heading p {
		font-size: 16px;
	}

	.gfs-scholarship-structure-main,
	.gfs-eligibility-criteria-main {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.gfs-scholarship-structure-mob {
		display: block;
	}

	.gfs-scholarship-structure-table {
		display: none;
	}

	.gfs-scholarship-structure-copyright {
		display: none;
	}

	.gfs-scholarship-structure-mob {
		padding-top: 22px;
	}

	.gfs-eligibility-criteria-actual .tab {
		font-size: 16px;
		padding: 15px 9px;
	}

	.gfs-landing-page .overview-block {
		padding: 10px;
	}

	.gfs-landing-page .overview-block h5 {
		font-size: 18px;
	}

	.gfs-landing-page .overview-block-inner {
		padding: 11px 8px;
		border-left: 2px solid #242021;
	}

	.test-schedule-heading p {
		font-size: 20px;
	}

	.gfs-landing-page .admission-banner-main.imp-dates-m .admission-bg {
		height: unset;
	}

	.gfs-landing-page .global-futures-scholarship .admissions-content p {
		font-size: 18px;
	}

	.gfs-landing-page .admissions-content-btn a {
		width: 100%;
	}

	.gfs-landing-page .know-why-num-block {
		padding: 20px 16px;
	}

	.gfs-landing-page .know-why-num-main {
		padding-top: 20px;
	}

	.gfs-landing-page .know-why-num-desc p {
		font-size: 24px;
	}

	.global-futures-scholarship-table h2 {
		font-size: 28px;
	}

	.global-futures-scholarship-table {
		padding-top: 32px;
	}

	.global-futures-scholarship-table-inner {
		display: none;
	}

	.global-futures-scholarship-table-mob {
		display: block;
		padding-top: 15px;
	}

	.test-schedule-tabs .tab {
		font-size: 16px;
		padding: 15px 9px;
	}

	.test-schedule-inner {
		padding-top: 24px;
	}

	.test-schedule-inner-block-inner-heading h4 {
		font-size: 32px;
	}

	.test-schedule-inner-flex {
		gap: 24px;
	}

	.gfs-landing-page .test-schedule-inner-block-inner-btn a {
		padding: 12px 10px;
		font-size: 16px;
		text-align: center;
	}
	.talk-to-advisor-btn a{
		padding: 12px 10px;
		font-size:16px;
	}

	.gfs-landing-page .test-schedule-inner-block-inner-btn a span {
		text-align: unset;
	}

	.test-schedule-inner-block-inner-desc p {
		padding-top: 25px;
	}

	.test-schedule-main {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.gfs-landing-page .submit-btn input {
		font-size: 17px;
	}
	.gfs-landing-page .admission-banner-main.home .ucam-global {
		margin-bottom: 20px;
	}

	.gfs-landing-page .mob-header-logo img {
		width: 110px !important;
	}

	.gfs-landing-page img.jain-logo {
		width: 220px !important;
	}
	.gfs-landing-page
	.admission-banner-main.home
	.admissions-content
	.banner-text-wrapper
	span {
		margin: 0px !important;
	}
	.gfs-landing-stats-main{
		padding-top:95px;
	}
	.gfs-landing-page .admission-overview-main.pdp.detail-p.overview-s{
		padding-top:60px;
	}
	/* 	.gfs-landing-page .about-global-futures-scholarship .title-text h2{
	margin-bottom:15px;
} */
	.gfs-landing-page .ep-btn{
		font-size:16px;
	}
	.form-field.select select {
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.gfs-landing-page .main-header-links-btn a{
		padding: 7.5px 12px;
	}
	.gfs-landing-page .main-header-links-btn a span::before{
		height:16px;
		width:16px;

	}
	.test-schedule-inner-block-inner-points p,
	.test-schedule-inner-block-inner-points h6{
		font-size:13px;
	}
	/* 	.test-schedule-inner-block-inner-points p{
	font-size:12px;
} */
	.test-schedule-inner-block-inner-points{
		padding-right:0px;
	}
	.test-schedule-inner-block{
		padding:30px 18px;
	}
	.gfs-landing-page .admissions-content-btn a span{
		text-align:center;
	}
	/* 	.gfs-landing-page .admissions-content-btn a span::before{
	right:0px;
} */
	.gfs-landing-page .form-field.number::before{
		left:43px;
		width: 9px;
		height: 5px;
		top: 17px;
	}
	.jain-home-black-strip .jain-home-black-strip-btn:first-child a{
		padding-left:20px;
	}
	.jain-home-black-strip .jain-home-black-strip-btn:last-child a{
		padding-right:20px;
	}
	.gfs-landing-page .dropdown-card .wpcf7-not-valid-tip{
		font-size:12px;
	}
	.gfs-landing-page .jain-home .dropdown-card{
		margin: 0 20px;
		margin-bottom:20px;
	}
	.gfs-landing-page .overview-grid.how-to-apply .overview-block{
		padding-left:20px;
		padding-right:20px;
	}
	.gfs-landing-page .whatsapp-sticky img{
		top:180px;
	}
	.gfs-landing-page .jain-home-black-strip-btn a{
		font-size:14px;
	}
	.gfs-landing-page .jain-home-black-strip-btn a span svg{
		width:36px;
	}
	.jain-home-black-strip-btn a span{
		margin-left:5px;
	}
	.gfs-landing-page .main-header-links-btn a{
		padding: 11.5px 12px;
	}
	.gfs-landing-page .main-header-links-btn a:hover{
		background:var(--blue-color);
	}
	.gfs-landing-page .application-modal .modal-dialog{
		margin-bottom:0px;
	}
	/* 	.gfs-landing-page .form-field.number{
	gap:14px;
} */
	/* 	.gfs-landing-page .ep-btn::after{
	right: 37px;
} */
	.gfs-landing-page .admission-banner-main.how-to-apply .title-text p{
		font-size:18px;
		font-weight:400;
	}
	.gfs-landing-page .admissions-content-btn a span::before{
		right:31px;
	}
	.gfs-landing-page .form-field.check input[type="checkbox"]{
		-webkit-appearance: checkbox;
		appearance: checkbox;
		width: 18px;
		height: 18px;
/* 		margin-top: 4px; */
	}
}
