@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
@font-face {
  font-family: "Hellix";
  src: url("../fonts/Hellix-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Hellix";
  src: url("../fonts/Hellix-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Hellix";
  src: url("../fonts/Hellix-SemiBold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "Hellix";
  src: url("../fonts/Hellix-Bold.woff") format("woff");
  font-weight: 700;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
}
.container {
  max-width: 1294px;
  width: calc(100% - 20px);
  padding: 0 20px;
  margin: auto;
}
/*hero section start*/
section.hero-section {
	background-image: url(../images/hero-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 20px;
	width: calc(100% - 40px);
	position: relative;
	border-radius: 15px;
	margin-bottom: 0;
}
section.hero-section::before {
	content: "";
	position: absolute;
	left: -20px;
	top: -20px;
	height: calc(100% + -90px);
	width: calc(100% + 40px);
	background: #3ABBEC;
	z-index: -1;
}
section.hero-section .banner-top {
  padding: 37px 0 13px;
  text-align: center;
}
section.hero-section .banner-top .heading {
  margin: 13px 0 0;
}
section.hero-section .banner-top .heading h1 {
  color: var(--Green, #8dc33f);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 69px;
  font-style: normal;
  font-weight: 900;
  line-height: 71px;
  letter-spacing: 1px;
}
section.hero-section .banner-top .heading h1 span sup {
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	position: relative;
	left: -10px;
	top: -10px;
}
section.hero-section .banner-top .heading h1 span {
  color: #3abbec;
}
section.hero-section .banner-images {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.hero-container {
  max-width: 1430px;
  width: calc(100% - 20px);
  padding: 0 20px;
  margin: auto;
}

section.hero-section .banner-images .comman {
  max-width: 20%;
  width: 100%;
  row-gap: 40px;
  margin: 89px 0 0;
}
section.hero-section .banner-images .middle-img img {
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
	margin-bottom: 0;
}
section.hero-section .banner-images .middle-img {
	align-items: flex-end !important;
}
section.hero-section .banner-images .middle-img {
  max-width: 60%;
  width: 100%;
  text-align: center;
}
section.hero-section .banner-images .left-img.comman .top-img img {
	text-align: left;
	
}
section.hero-section .banner-images .right-img.comman .top-img img {
	float: right;
	position: relative;
	top: -110px;
	right: 100px;
}

section.hero-section .banner-images .left-img.comman .top-img {
	text-align: left;
	position: relative;
	right: -100px;
	top: -110px;
}
section.hero-section .banner-images .left-img.comman {
  display: flex;
  flex-direction: column;
}

section.hero-section .banner-images .comman img {
	width: 70px;
	height: 70px;
	object-fit: contain;
}
section.hero-section .banner-images .comman .bottom-img img {
	width: 80px !important;
	height: 80px !important;
}

section.hero-section .banner-images .right-img.comman {
  display: flex;
  flex-direction: column;
}

section.hero-section .banner-images .right-img.comman .bottom-img {
  text-align: right;
}

/*desire program section start*/
#picture__input {
  display: none;
}

.picture {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
  border-radius: 7px;
  border: 1px dashed rgba(84, 103, 135, 0.45);
  background: #fff;
  max-width: 491px;
  height: 259px;
  cursor: pointer;
  width: 100%;
}

.picture:hover {
  background: #f1f1f1;
}

.picture:active {
  border-color: turquoise;
  color: turquoise;
  background: #eee;
}

.picture__img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.picture span.picture__image {
  color: rgba(25, 62, 123, 0.6);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  /* 355% */
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.picture span.picture__image label {
  text-decoration: underline;
  color: #39bced;
  pointer-events: none;
}
.desire-program-blk {
	border-radius: 20px;
	background: #8052A0;
	box-shadow: 0px 4px 54px 0px rgba(75, 95, 147, 0.16);
	padding: 60px 50px;
	margin: 0px 0 0 0;
	position: relative;
	z-index: 2;
}
.desire-program-blk.select-ks2-list .upload-filters {
	align-content: center;
}

.desire-program-blk .upload-filters {
  display: flex;
  flex-wrap: wrap;
  column-gap: 84px;
  width: 100%;
}



.desire-program-blk .upload-filters .filter-part {
  max-width: calc(50% - 58px);
  width: 100%;
}
.desire-program-blk .prog-impact {
  margin: 0px 0 0;
}

.desire-program-blk .prog-impact .top-part {
  text-align: center;
  margin: 0 0 32px;
}

.desire-program-blk .top-part h2 {
	padding: 0 0 32px;
	color: #fff;
	font-family: Poppins;
	font-size: 39px;
	font-style: normal;
	font-weight: 800;
	line-height: 40px;
	position: relative;
	text-align: center;
}
.desire-program-blk .top-part h2.no-border {
  padding: 0 0 37px;
  position: initial;
}
.desire-program-blk .top-part h2.no-border::after {
  background: none;
}
.desire-program-blk .top-part h2::after {
	content: "";
	background: #8DC33F;
	width: 85px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0px);
	border-radius: 90px;
}

.desire-program-blk .prog-impact .impact-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 26px;
}

.desire-program-blk .prog-impact .impact-boxes .box {
  padding: 30px 15px;
  border-radius: 10px;
  text-align: center;
  transition: 0.3s;
  position: relative;
  cursor: pointer;
}
.desire-program-blk .prog-impact .impact-boxes .box {
	background: #fff;
}
.prog-impact .impact-boxes .box span.check {
  display: none;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 9px;
  top: 9px;
}
.prog-impact .impact-boxes .box.active span.check {
  display: block;
}

.prog-impact .impact-boxes .box span.check img {
  width: 100%;
  height: 100%;
}

.desire-program-blk .prog-impact .impact-boxes .box h3 {
	color: #193E7B;
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	margin: 17px 0 0;
}
.desire-program {
	display: inline-block;
	width: 100%;
	padding: 80px 0;
}
.desire-program-blk .prog-impact .impact-boxes .box:hover {
  box-shadow: 0px 4px 54px 0px rgba(75, 95, 147, 0.16);
}
.desire-program-blk .prog-impact .box.blue.active {
	background: #3ABBEC;
}
.desire-program-blk .prog-impact .box.green.active {
	background: #8DC33F;
}
.desire-program-blk .prog-impact .box.purple.active {
	background: #6d3395;
}
.desire-program-blk .prog-impact .box.orange.active {
	background: #FB9D00;
}
.desire-program-blk .prog-impact .box.dark-blue.active {
	background: #1b4385;
}
.desire-program-blk .prog-impact .box.red.active {
	background: #EC1F47;
}
.desire-program-blk .prog-impact .impact-boxes .box.active h3 {
	color: #fff !important;
}
.impact-box-icon1 {
	display: inline-flex;
	width: 77px;
	height: 77px;
	border-radius: 50%;
	background: #fff;
	align-items: center;
	justify-content: center;
}
.box.purple .impact-box-icon1 {
	background: #8052a0 !important;
}
.box .impact-box-icon1 img {
	filter: brightness(100);
}
.box.green .impact-box-icon1 {
	background: #8DC33F;
}
.box.blue .impact-box-icon1 {
	background: #3ABBEC;
}
.desire-program-blk .prog-impact .box.active .impact-box-icon1 {
	background: #fff !important;
}
.desire-program-blk .prog-impact .box.active .impact-box-icon1 img  {
	filter: unset;
}
.box.orange .impact-box-icon1 {
	background: #FB9D00;
}
.box.dark-blue .impact-box-icon1 {
	background: #1B4385;
}
.box.red .impact-box-icon1
{
	background:#EC1F47;
}
.box.orange .impact-box-icon1 img {
	filter: grayscale(100) brightness(2000);
}
.step-heading-part {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-bottom:15px;
}
.step-heading-part-inn {
	display: inline-block;
	background: url(../images/steps-bg-shape1.png) center center no-repeat;
	font-family: Poppins;
	font-size: 39px;
	font-weight: 700;
	line-height: 80px;
	letter-spacing: 0px;
	text-align: center;
	color: #fff;
	min-width: 280px;
	min-height: 88px;
}
.desire-program-blk.select-ks2-list {
	padding: 0;
	background: transparent;
	box-shadow: unset;
	display: flex;
}
.desire-program-blk.select-ks2-list .impact-boxes {
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 0px 55px;
}
.package-section.step-2 .package-part.launch {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 0px 45px;
	padding: 0;
	margin: 0;
}
.step-heading-part.s2 .step-heading-part-inn {
	background-image: url(../images/steps-bg-shape2.png);
}
.package-section.step-2 .package-part.launch .choose-blk {
	padding: 0;
	flex-direction: column;
	width: 100%;
}


.desire-program-blk.select-ks2-list .box.active .impact-box-icon1 {
	background: #ffffffde !important;
}
.desire-program-blk.select-ks2-list .box {
	border: 2px solid #fff;
}

.desire-program-blk.select-ks2-list .box.green {
	border-color:#8DC33F;
}
.desire-program-blk.select-ks2-list .box.red {
	border-color:#ED1F48;
}
.desire-program-blk.select-ks2-list .box.blue {
	border-color: #3ABBEC;
}
.desire-program-blk.select-ks2-list .box.orange {
	border-color: #FB9D00;
}
.desire-program-blk.select-ks2-list .box span.check {
	width: 28px;
	height: 28px;
}
section.package-section.step-2 {
	margin: 0;
	background: #EC1F47;
	padding: 80px 0;
}
.select-ks2-heading.s2 h2 {
	flex-direction: column;
	color: #fff;
}


/*STEP3 START*/

.transformal-outer-panel {
	background: #1b4384;
	padding: 100px 0;
}
.step-heading-part.s3 .step-heading-part-inn {
	background-image: url(../images/img_step3_graphic.png);
}
.transform-training-outer {
	display: inline-block;
	background: #3abbec;
	text-align: center;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-bottom: 80px; width: 100%;
}
.transform-training-top-grid {
	background: #e7f8ff;
	padding: 65px 0 0;
	border-radius: 20px 20px 0 0;display: inline-block;
}
.training-image-con {
	width: 100%;
	display: inline-block;margin: 45px 0 0;
}
.training-image-con img {
	width: 100%;
}
.transform-training-top-grid h3 {
	color: #1B4385;
	font-size: 35px;
	line-height: 43px;
	font-weight: 700;
	text-align: center;
}
.transform-training-top-grid p {
	color: #434B53;
	font-size: 20px;
	line-height: 29px;
	font-weight: 500;
	padding: 0 220px;
	margin: 15px 0 0 0;
}
.transform-training-bottom-grid {
	padding: 55px 80px 60px;
	border-radius: 0 0 20px 20px;
	position: relative;
	box-sizing: border-box; width: 100%;
}
.transform-training-bottom-grid:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/img_light_star.png) left top no-repeat;
  background-size: 100%;
  width: 380px;
  height: 328px;
}
.transform-training-bottom-grid h4 {
	color: #fff;
	font-size: 28px;
	line-height: 41px;
	font-weight: 700;
	text-align: center;
}
.pupil-invilved-con {
	padding: 70px 0 0;
}
.pupil-input-con {
	padding: 25px 0 35px;
}
.pupil-invilved-con h3 {
	color: #fff;
	font-size: 46px;
	line-height: 50px;
	font-weight: 700;
}
.pupil-invilved-con h3 span {
	color: #fff;
	font-size: 24px;
	line-height: 26px;
	font-weight: 500;
  display: block;
}
.training-progressbar-outer {
	background: #fff;margin: 62px 0 0;
	padding: 27px 38px;
	border-radius: 100px; -moz-border-radius: 100px; -webkit-border-radius: 100px;
}
.classes-text {
	color: #fff;
	font-size: 18px;
	font-weight: 500;text-align: center;line-height: 21px;
}
.classes-text .pipline-con {
	display: block;
	color: #dbe2ec;
	height: 14px;
	margin: 0 0 25px;
}
.training-signs-con {
	display: grid;
	grid-template-columns: repeat(11, 1fr);
	grid-gap: 10px;
	margin-top: -26px;
	width: 101%;
}
.class-number {
	display: block;
}
#myform {
	text-align: center;
	width: 255px;
	height: 42px;
	background: #fff;
	border-radius: 150px; -moz-border-radius: 150px; -webkit-border-radius: 150px;
	margin: auto; position: relative;
}
.qty {
	width: calc(100% - 100px);
	height: 42px;
	text-align: center;
	color: #434a52;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	border: none;
	background: transparent; outline: none;
}
.qty::-webkit-input-placeholder  { /* Chrome/Opera/Safari */
  color: #5957578a;
  opacity:1;
}
.qty::-moz-placeholder  { /* Firefox 19+ */
  color: #5957578a; opacity:1;
}
.qty:-ms-input-placeholder  { /* IE 10+ */
  color: #5957578a; opacity:1;
}
.qty:-moz-placeholder { /* Firefox 18- */
 color: #5957578a; opacity:1;
}


input.qtyminus, input.qtyplus {
	width: 42px;
	height: 42px;
	background: #fb9c00;
	color: #fff;
	border: none;
	border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;
	font-size: 40px;
	line-height: 23px; position: absolute; cursor: pointer;
} 
input.qtyminus {
	left: -1px;
	padding-bottom: 5px;
}
.calc-gross-inner.totalpackage-value {
	background: #dee3e9;
	border-radius: 20px 20px 0 0;
}
input.qtyplus {
	right: -1px;
	font-size: 25px;
	line-height: 10px !important;
	padding-bottom: 4px;
}
.package-built-outer-panel h2
{
color: #1b4385;font-size: 50px; line-height: 64px; font-weight: 800; padding: 0; margin: 0 0 50px; text-align: center;
}
.package-built-outer-panel h2 span
{
color: #3abbec; display: block;
}
.package-inner-top {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 35px;
}
.package-top-left {
	border: 2px solid #e9ecf3;
	border-radius: 20px;
}
.package-top-left h3 {
	color: #1B4385;
	font-size: 20px;
	line-height: 37px;
	font-weight: 500;
	padding: 6px 30px;
	border-bottom: 1px solid #e9ecf3;
}
.package-top-left ul {
	padding: 12px 20px;
	margin: 0;
	list-style: none;
}
.package-top-left li {
	position: relative;
	padding: 0 0 0 30px;
	font-size: 15px;
	line-height: 28px;
	color: #434B53;
	font-weight: 500;
	margin: 0 0 5px;
}
.package-top-left li:before {
	position: absolute;
  content:"";
  left: 0;
  top:11px;
width: 15px; height: 13px;
background: url(../images/img_green_check.png) left top no-repeat;
background-size: 15px;
}
.calc-gross-outer {
	background: #F4F9FF;
	border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px;
}

/*.calc-gross-outer {
	padding: 15px 45px;border-bottom: 1px solid #B1CEF1;
}*/
.calc-gross-inner {
	display: flex;
	width: 100%;
	padding: 25px 45px;
	border-bottom: 1px solid #D8E3F0;
}
.calc-gross-left { width: 75%; color: #1B4385; font-size: 20px; line-height: 37px; font-weight: 600; }
.calc-gross-right { width: 25%; color: #1B4385;font-size: 22px; line-height: 38px; font-weight: 700;display: flex; display: -webkit-flex;
  justify-content: end  ; }
.calc-gross-inner.redbg .calc-gross-left {
	line-height: 22px;
}
.calc-gross-left span {
	display: block;
	font-size: 14px;
	line-height: 21px;
}
.calc-gross-inner:last-child {
	border-bottom: none !important;
}
.redbg { background: #ec1f46;}
.calc-gross-inner.redbg .calc-gross-left, .calc-gross-inner.redbg .calc-gross-right {
	color: #fff;
}
.package-inner-bottom {
	display: inline-block;
	width: 100%; padding: 30px 0 0;
}

.package-inner-bottom input, .package-inner-bottom select {
  border: 2px solid #EDEDED;
  height: 70px;
  padding: 0 20px;
  color: #5957578a;
  font-size: 20px;
  opacity: 1;
  line-height: 30px;
  width: 100%;
  background: transparent;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.package-inner-bottom input::-webkit-input-placeholder , .package-inner-bottom select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5957578a;
  opacity:1;
}
.package-inner-bottom input::-moz-placeholder , .package-inner-bottom select::-moz-placeholder { /* Firefox 19+ */
  color: #5957578a; opacity:1;
}
.package-inner-bottom input:-ms-input-placeholder , .package-inner-bottom select:-ms-input-placeholder { /* IE 10+ */
  color: #5957578a; opacity:1;
}
.package-inner-bottom input:-moz-placeholder , .package-inner-bottom select:-moz-placeholder { /* Firefox 18- */
 color: #5957578a; opacity:1;
}



.grid-two-con, .grid-one-con { 	margin-bottom: 25px;}
.grid-two-con {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.grid-two-con input, .package-inner-bottom select { width: 49%;}
.click-save-con h3 {
	color: #1b4385;
	font-size: 36px;
	line-height: 47px;
	font-weight: 800;
	text-align: center; padding: 0; margin:65px 0 0;
}
.package-inner-bottom select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/select-icon1.png);
	background-position: 98% center;
	background-repeat: no-repeat;
	padding-right: 40px;
	background-size: 15px;
}


.package-inner-bottom .gen-btn {
	margin: 25px 0 0 !important;
}
.package-calculation.package-built-outer-panel {
	padding: 80px 0;
}

/*STEP3START-End*/



.select-ks2-heading.s2 h2 span {
	font-size: 20px;
	font-weight: 500;
}
.package-section.step-2 .package-part.launch {
	background: transparent;
}
.step-3 .package-part.sustain {
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
}
.step-3 .package-part.sustain {
	display: flex;
	flex-wrap: wrap;
}
.step-3 .package-part.sustain .choose-blk {
	width: calc(50% - 36px);
	padding: 0;
	margin: 0 18px;
}
.step-3 .package-part.sustain .img-part {
	height: 320px !important;
}
.step-3 .package-part.sustain .choose-content h3 {
	color: #1B4385;
	font-size: 24px;
}
.step-3 .package-part.sustain .choose-blk .choose-content {
	padding: 30px 40px 15px 40px;
	min-height: initial;
}
.step-3 .package-part.sustain .choose-blk .selec-pkg {
	background: #8DC33F;
	padding: 20px 50px;
}
.step-3 .package-part.sustain .choose-blk .selec-pkg h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}
.step-3 .package-part.sustain .choose-blk .selec-pkg h3 span {
	font-weight: 600;
}

.step-3 .package-part.sustain .choose-blk  .form-group label::before 
{
	border: 2px solid #fff;
	background:#fff;
}
.step-3 .package-part.sustain  .form-group label::after {
	border-color: #8DC33F;
}



.desire-program-blk.select-ks2-list .impact-boxes .box {
	margin: 0px;
	min-height: 245px !important;
	width: 100%;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 10px;
}
.desire-program-blk.select-ks2-list .prog-impact {
	padding: 0 20px;
	width: 100%;
	display: inline-block;
}
.select-ks2-classes-row {
	display: inline-block;
	width: 100%;
	margin-bottom: 60px;
}
.select-ks2-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}
.desire-program-blk.select-ks2-list .box h3 {
	font-size: 24px !important;
}
.desire-program-blk.select-ks2-list .impact-box-icon1 {
	width: 113px;
	height: 113px;
	margin-bottom: 20px;
}
.desire-program-blk.select-ks2-list .impact-boxes .box img {
	filter: unset;
}
.desire-program-blk.select-ks2-list .box.red .impact-box-icon1 {
	background: #EC1F471C;
}
.desire-program-blk.select-ks2-list .box.green .impact-box-icon1 {
	background: #8DC33F36;
}
.desire-program-blk.select-ks2-list .box.blue .impact-box-icon1 {
	background: #E3F7FF;
}
.desire-program-blk.select-ks2-list .box.orange .impact-box-icon1 {
	background: #FB9D0026;
}




.select-ks2-heading h2 {
	display: inline-flex;
	padding-left: 90px;
	position: relative;
	font-family: Poppins;
	font-size: 39px;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: 0px;
	text-align: left;
	color:#1B4385;
}
.select-ks2-heading h2 img {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.impact-box-icon1 img {
	object-fit: contain;
}

.box.purple {
  background: rgb(128 82 160 / 10%);
}
.box.green {
  background: rgb(141 195 63 / 10%);
}
.box.blue {
  background: #3abbec;
}
.box.orange {
  background: rgb(251 157 0 / 10%);
}
.box.dark-blue {
  background: rgb(27 67 133 / 10%);
}
.box.red {
  background: rgb(236 31 71 / 10%);
}
.desire-program-blk .upload-filters .filter-part-blk {
  max-width: 54%;
  width: 100%;
}

.desire-program-blk .upload-filters .filter-part-blk .range-slider-part {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 23px;
  align-items: center;
}

.desire-program-blk
  .upload-filters
  .filter-part-blk
  .range-slider-part
  .filter-name {
  max-width: 22%;
  width: 100%;
}

.desire-program-blk
  .upload-filters
  .filter-part-blk
  .range-slider-part
  .range-slider {
  max-width: calc(67% - 42px);
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 20px 0 8px;
  column-gap: 10px;
}

.desire-program-blk .upload-filters .filter-part-blk .range-slider-part .value {
  max-width: 13%;
  width: 100%;
}

.desire-program-blk
  .upload-filters
  .filter-part-blk
  .range-slider-part
  .filter-name
  h3 {
  color: #193e7b;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 394.444% */
  margin: 0;
}

.desire-program-blk
  .upload-filters
  .filter-part-blk
  .range-slider-part:last-child {
  margin: 0;
}

.desire-program-blk
  .upload-filters
  .filter-part-blk
  .range-slider-part
  .range-slider
  span {
  color: #193e7b99;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 417.647% */
  width: auto;
}

.desire-program-blk
  .upload-filters
  .filter-part-blk
  .range-slider-part
  .range-slider
  input {
  max-width: 100%;
  width: 100%;
  margin: 0;
  border-radius: 200px;
  cursor: pointer;
}
.desire-program-blk
  .upload-filters
  .filter-part-blk
  .range-slider-part
  .value
  span {
  border-radius: 7px;
  border: 1px solid #54678773;
  background: #fff;
  color: #39bced;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin: 0;
}
/*package section*/
.package-section .package-part {
  padding: 42px 58px 41px;
  border-radius: 20px;
  margin: 0 0 64px;
}

.package-section .package-part.launch {
  background: #3abbec;
}

.package-section .package-part .top-part {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 32px;
}

.package-section .package-part .top-part img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}

.package-section .package-part .top-part h2 {
  color: #fff;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 39px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px; /* 102.564% */
  text-transform: uppercase;
}


.package-section .package-part .choose-blk {
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  align-items: flex-start;
  padding: 29px;
  column-gap: 31px;
  position: relative;
}
.package-section .package-part .choose-blk::before {
 display:none;
}
.package-section .package-part .choose-blk .img-part {
	max-width: 100% !important;
	width: 100%;
	height: 220px;
	overflow: hidden;
}
.package-section .package-part .choose-blk .choose-content {
	max-width: 100%;
	width: 100%;
	padding: 30px 24px 15px 24px;
	min-height: 330px;
}
.package-section.step-3 {
	padding: 80px 0;
	display: inline-block;
	width: 100%;
	background: #1B4385;
	margin: 0;
}
.step-heading-part.s3 .step-heading-part-inn {
	background-image: url(../images/steps-bg-shape3.png);
}
.HmTestimonials1.our-impact-testimonials {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0;
}
.HmTestimonials1.our-impact-testimonials .items {
    width: calc(50% - 55px);
    display: inline-block;
    padding: 45px 30px !important;
    margin-bottom: 90px;
    min-height: 600px;
}
.HmTestimonials1 .items {
    margin: 0 25px;
    background: #FFFFFF;
    border-radius: 19px;
    padding: 30px !important;
    position: relative;
    margin-bottom: 60px;
    min-height: 520px;
}
.HmTestimonials1 .items:before {
    position: absolute;
    left: 0;
    bottom: -12px;
    background: #fff;
    height: 33px;
    width: 92%;
    content: "";
    background: #ffffff9e;
    border-radius: 5px 5px 15px 15px;
    left: 50%;
    transform: translate(-50%, 10px);
    z-index: 1;
    display: none;
}
.HmTestimonials1 .items:after {
    position: absolute;
    left: 0;
    bottom: -32px;
    background: #fff;
    height: 73px;
    width: 81%;
    content: "";
    background: #ffffff9e;
    border-radius: 5px 5px 15px 15px;
    left: 50%;
    transform: translate(-50%, 10px);
    z-index: 0;
    display: none;
}
.HmTestimonials1.our-impact-testimonials .items::before, .HmTestimonials1.our-impact-testimonials .items::after {
    display: block;
}
.HmTestimonials1 .items .feature > a {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
.HmTestimonials1 .items .feature > a img.feature__image {
    display: inline-block;
    max-height: 80px;
    margin: 0;
}
.HmTestimonials1 .items p {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 172.2%;
	text-align: center;
	color: #434B53;
	margin-bottom: 10px;
}
.feature .feature__text > :first-child {
    margin-top: 0 !important;
}

.HmTestimonials1.our-impact-testimonials .items h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    color: #FB9D00 !important;
    text-align: center;
}
.HmTestimonials1 .items h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 145.2%;
    text-align: center;
    color: #3ABBEC;
}
.Impact-testimonials-bottom {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.Impact-testimonials-bottom img {
    display: inline-block;
}
.testimonials-main {
	display: inline-block;
	width: 100%;
	padding: 80px 0;
	background: #3ABBEC;
}
.testimonials-header h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    margin-top: 0;
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
    padding-bottom: 20px;
}
.testimonials-header h2.bottom-border1:before {
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 85px;
    content: "";
    background: #ffffff;
    border-radius: 200px; left: 50%;
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
}
.testimonials-header {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.testimonials-quote {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.testimonials-quote img {
	display: inline-block;
}
.blue-quote-icon {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.faq-section-main {
	display: inline-block;
	width: 100%;
	padding: 80px 0;
	background: linear-gradient(180deg, rgba(57, 188, 237, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}
.faq-header {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.faq-header h2 {
    margin: 0;
    font-style: normal;
    font-weight: 800;
    font-size: 49px;
    line-height: 53px;
    text-align: center;
    letter-spacing: 1px;
    color: #1B4385;
    margin-bottom: 30px;
}
.faq-row h3 {
	background: #FFFFFF;
	box-shadow: 0px 4px 25px rgba(128, 128, 128, 0.14);
	border-radius: -90px;
	cursor: pointer;
}
.faq-row .ui-accordion-content p {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 163.2%;
	color: #434B53;
	font-family: 'Poppins', sans-serif;
}
.faq-row .ui-accordion-content {
	background: #fff;
	border: 0px;
	border-radius: 0 0 10px 10px;
	padding-top: 0px;
	padding-left: 90px;
	/* height: auto !important; */
}
.faq-section-main .ui-accordion h3.ui-accordion-header {
	background: #FFFFFF;
	border-radius: -90px;
	cursor: pointer;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	color: #1B4385;
	border: 0px !important;
	box-shadow: unset !important;
	padding: 25px 25px 25px 90px;
	border-radius: 10px;
	margin-top: 10px;
}
.faq-section-main .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	margin-left: 24px;
	position: absolute;
	/* left: 0px; */
	background: #FB9D00;
	width: 49px;
	height: 49px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 25px;
	padding: 0;
	color: #fff;
	font-size: 19px;
	top: 16px;
	margin: 0 !important;
	text-indent: 0;
}
.faq-section-main .ui-accordion h3.ui-accordion-header.ui-state-active {
	border-radius: 10px 10px 0 0px;
}

.faq-section-main .ui-accordion .ui-accordion-header .ui-accordion-header-icon::before {
	content: "\2b";
	font-weight: 900;
	color: #fff;
	font-size: 22px;
	font-family: 'Font Awesome 6 Free';
	text-indent: unset;
}

.faq-section-main .ui-accordion h3.ui-accordion-header.ui-state-active .ui-accordion-header-icon
{
	background:#3bbbec;
}
.faq-section-main .ui-accordion h3.ui-accordion-header.ui-state-active .ui-accordion-header-icon:before
{
	content: "\f068";
}
.JoinProgramRow {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 100px 0 0 0;
}
.JoinProgramRow h2 {
	color: rgba(58, 187, 236, 1);
	font-style: normal;
	font-weight: 800;
	font-size: 39px;
	line-height: 47px;
	text-align: center;
	letter-spacing: 1px;
	font-family: Poppins;
	margin-bottom: 12px;
}
 .JoinProgramRow p.text2 {
    color: #434B53;
    margin-bottom: 30px;
}
.JoinProgramRow p {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 31px;
	text-align: center;
	color: #FFFFFF;
	margin: 0;
}
.JoinProgramRow a {
	background: #8DC33F;
	border-radius: 8px;
	height: 62px;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 21px;
	line-height: 43px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 10px 40px;
	margin: 0 0 10px 0;
	border: 0px;
	text-decoration: none;
}
.JoinProgramRow a:hover {
    background: #f5881f;
    color: #fff;
}



.package-section .package-part .choose-blk .selec-pkg {
	max-width: 100%;
	width: 100%;
	text-align: center;
	padding: 15px 0 0;
	background: #1B4385;
	display: flex;
	justify-content: space-between;
	padding: 20px;
	align-items: center;
	margin-top: auto;
}
.package-section .package-part .choose-blk .img-part img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.package-section .package-part .choose-blk .choose-content h3 {
	color: var(--Dark-Blue, #1b4385);
	font-feature-settings: "clig" off, "liga" off;
	font-family: Poppins;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 33px;
}
.package-section .package-part .choose-blk .choose-content p {
	color: #434B53;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 172.2%;
	margin: 4px 0 0 0;
	line-height: 31px;
}

.package-section .package-part .choose-blk .selec-pkg h3 span {
	color: #fff;
	font-size: 24px;
}
.package-section .package-part .choose-blk .selec-pkg h3 {
	color: #FB9D00;
	text-align: left;
	font-feature-settings: "clig" off, "liga" off;
	font-family: Poppins;
	font-size: 21px;
	font-style: normal;
	font-weight: 600;
	line-height: 34px;
	margin: 0;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.form-group label::before {
	content: "";
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 2px solid #4a4a4a61;
	padding: 0;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	width: 46px;
	height: 46px;
	border-radius: 7px;
	background: #fff;
}
.form-group input:checked + label::before {
	background: #8dc33f;
	border-color: #8dc33f;
}
.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 20px;
  width: 6px;
  height: 20px;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  rotate: 44deg;
}
.package-part.train {
  background: var(--Green, #8dc33f);
}

.package-part.live-impact {
  background: var(--Purple, #8052a0);
}

.package-part.sustain {
  background: var(--Orange, #fb9d00);
}

.package-section .package-part:last-child {
  margin: 0;
}
.package-section .package-part.train .choose-blk .selec-pkg h3 {
  color: #8fc34d;
}

.package-part.train .form-group label::before {
  border: 2px solid #8fc34d;
}

.package-part.train .form-group label::after {
  border-color: #8fc34d;
}

.package-part.live-impact .choose-blk .selec-pkg h3 {
  color: #8052a0;
}
.package-part.live-impact .form-group label::before {
  border: 1px solid #8052a0;
}

.package-part.live-impact .form-group label::after {
  border-color: #8052a0;
}

.package-part.sustain .choose-blk .selec-pkg h3 {
  color: #fb9d00;
}
.package-part.sustain .form-group label::before {
  border: 2px solid #fb9d00;
}

.package-part.sustain .form-group label::after {
  border-color: #fb9d00;
}

/*package calculation section starts*/
section.package-calculation {
  padding: 80px 0;
}

section.package-calculation .calc-blk {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
}

section.package-calculation .calc-blk .calc-info {
  max-width: 50%;
  width: 100%;
  border-radius: 7px;
  background: #f2f5f9;
}

section.package-calculation .calc-blk .calc-by {
  max-width: calc(50% - 42px);
  width: 100%;
}

section.package-calculation .calc-blk .calc-info table {
  width: 100%;
  border-collapse: collapse;
}

section.package-calculation .calc-blk .calc-info table tr td {
  padding: 21px;
  color: var(--Dark-Blue, #1b4385);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px; /* 168.182% */
}

section.package-calculation .calc-blk .calc-info table tr {
  border-bottom: 1px solid#D9D9D9;
}

section.package-calculation .calc-blk .calc-info table tr:last-child {
  border: none;
}
section.package-calculation .calc-blk .calc-info table tr:first-child {
  border-bottom: 1px solid#D9D9D9;
}
section.package-calculation .calc-blk .calc-by p {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px;
}
section.package-calculation .calc-blk .calc-by p:last-child {
  margin: 0;
}
section.package-calculation .calc-blk .calc-by p label {
  color: rgba(25, 62, 123, 0.6);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 355% */
}

section.package-calculation .calc-blk .calc-by p input {
  border-radius: 7px;
  border: 1px solid rgba(23, 59, 116, 0.46);
  background: #fff;
  width: 544px;
  height: 70px;
  padding: 0 17px;
  color: #193e7b;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 71px; /* 355% */
}
section.package-calculation .calc-blk .calc-by p input:focus-visible {
  outline: none;
}

section.package-calculation .calc-blk .calc-by p input.name::placeholder,
section.package-calculation .calc-blk .calc-by p input.date::placeholder {
  color: rgba(25, 62, 123, 0.59);
  font-weight: 500;
}
section.package-calculation .gen-btn {
	margin: 25px 0 0;
	display: flex;
	justify-content: center;
	gap: 16px;
}

section.package-calculation .gen-btn button.gen-link,
section.package-calculation .gen-btn button.gen-pdf {
  display: flex;
  width: 258px;
  height: 62px;
  gap: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: none;
  color: #fff;
  text-align: center;
  font-family: Hellix;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: 27.51px; /* 27.51px */
  text-transform: uppercase;
  transition: 0.3s;
  cursor: pointer;
}

section.package-calculation .gen-btn button.gen-link {
  background: var(--Blue, #3abbec);
}

section.package-calculation .gen-btn button.gen-pdf {
  background: var(--Green, #8dc33f);
}

section.package-calculation .gen-btn button.gen-link:hover,
section.package-calculation .gen-btn button.gen-pdf:hover {
  opacity: 0.8;
}

/*footer starts here*/
footer {
  background: #d7f4ff;
}

footer .footer-bottom {
  padding: 30px 0 23px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

footer .footer-bottom .copyright p {
  color: var(--Text, #434b53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Hellix;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px; /* 182.353% */
}

footer .footer-bottom .privacy a {
  color: var(--Text, #434b53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Hellix;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px; /* 182.353% */
  text-decoration: none;
}
.select-classes {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin: 20px 0 0;
}

.select-classes p {
  max-width: calc(25% - 26px);
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.select-classes p span {
  color: rgba(42, 63, 99, 0.65);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 318.75% */
}
.package-section .package-part .choose-blk .choose-content p label {
  color: #173b74;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  /* 129.412% */
  border-radius: 7px;
  border: 1px solid rgba(84, 103, 135, 0.45);
  background: #fff;
  height: 46px;
  line-height: 46px;
  flex-shrink: 0;
  cursor: pointer;
}

.package-section
  .package-part
  .choose-blk
  .choose-content
  p
  input:checked
  + label {
  background: #8dc33f;
  color: #fff;
  border: 1px solid#8DC33F;
}

.package-section .package-part .choose-blk .choose-content p input {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
section.package-calculation .calc-blk .calc-info table tr td span.blue {
  color: #3abbec;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 37px;
}

section.package-calculation .calc-blk .calc-info table tr td span.box {
  border-radius: 7px;
  border: 1px solid rgba(23, 59, 116, 0.46);
  background: #fff;
  width: 83px;
  line-height: 35px;
  height: 35px;
  display: block;
  padding: 10px;
}
section.package-calculation .calc-blk .calc-info table tr td span.box input {
  width: 100%;
  border: none;
  background: none;
  color: var(--Dark-Blue, #1b4385);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 37px; /* 168.182% */
}
section.package-calculation
  .calc-blk
  .calc-info
  table
  tr
  td
  span.box
  input::placeholder {
  color: var(--Dark-Blue, #1b4385);
}
.package-section .package-part .choose-blk .selec-pkg h4 {
  color: #193e7b;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 394.444% */
}

.package-section .package-part .choose-blk .selec-pkg .calc {
  display: flex;
  margin: 10px 0;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.package-section .package-part .choose-blk .selec-pkg .calc span {
  color: #8052a0;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 355% */
  cursor: pointer;
}

.package-section .package-part .choose-blk .selec-pkg input {
  border-radius: 7px;
  border: 1px solid rgba(84, 103, 135, 0.45);
  background: #fff;
  width: 46px;
  height: 46px;
  color: #8052a0;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 71px; /* 355% */
}
/*range slider*/
/* Styling for the custom range input */
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  outline: none;
  margin: 20px 0;
}

/* Styling for the thumb (handle) of the range input */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb {
  width: 34px;
  height: 34px;
  background: #39bced;
  border: 8px solid#fff;
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.25));
}
input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #39bced;
  border: 8px solid#fff;
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.25));
  border-radius: 50%;
  cursor: pointer;
}
/* Styling for the output display */
.output {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}

/* Styling for the first input range */
#range1 {
  background: linear-gradient(
    to right,
    #39bced 0%,
    #39bced 50%,
    rgba(57, 188, 237, 0.23) 50%,
    rgba(57, 188, 237, 0.23) 100%
  );
}

/* Styling for the second input range */
#range2 {
  background: linear-gradient(
    to right,
    #39bced 0%,
    #39bced 50%,
    rgba(57, 188, 237, 0.23) 50%,
    rgba(57, 188, 237, 0.23) 100%
  );
}

/* Styling for the third input range */
#range3 {
  background: linear-gradient(
    to right,
    #39bced 0%,
    #39bced 50%,
    rgba(57, 188, 237, 0.23) 50%,
    rgba(57, 188, 237, 0.23) 100%
  );
}

/* Styling for the fourth input range */
#range4 {
  background: linear-gradient(
    to right,
    #39bced 0%,
    #39bced 50%,
    rgba(57, 188, 237, 0.23) 50%,
    rgba(57, 188, 237, 0.23) 100%
  );
}

section.package-calculation
  .calc-blk
  .calc-info
  table
  tr
  td
  span.box
  input:focus-visible {
  outline: none;
}

section.package-calculation
  .calc-blk
  .calc-info
  table
  tr
  td
  span.box
  input::placeholder {
  color: var(--Dark-Blue, #1b4385);
}
section.package-section {
  margin: 72px 0 0px;
}
.package-section .package-part .choose-blk .selec-pkg input:focus-visible {
  outline: none;
}
.asRange {
	
	margin-left: 10px !important;
	position: relative;
}
.asRange .asRange-pointer .asRange-tip {
	min-width: 53px !important;
	width: auto !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	font-size: 16px;
}
.package-inner-wrap {
	display: inline-block;
	width: 100%;
}
.click-save-con {
	display: inline-block;
	width: 100%;
}
.package-section.step-2 .package-part .choose-blk .choose-content {
	text-align: center;
}
.field-error {
	border-color: #f00 !important;
}

/*MediaStartsHere*/

@media only screen and (min-width: 1401px) and (max-width: 1600px)
{

}

@media only screen and (min-width: 1201px) and (max-width: 1400px)
{
.select-ks2-heading h2 {
font-size: 34px;
line-height: 44px;
}
.desire-program-blk.select-ks2-list .impact-boxes {
grid-template-columns: repeat(4, 1fr) !important;
grid-gap: 0px 35px;
}
.desire-program-blk .prog-impact .impact-boxes {
grid-template-columns: repeat(3, 1fr);
}
.faq-header h2 {
font-size: 45px;
}
.blue-quote-icon .feature__image {
width:75px;
}
.package-built-outer-panel h2 {
font-size: 45px;
}
.JoinProgramRow h2 {
font-size: 36px;
line-height: 45px;
}


}

@media only screen and (min-width: 992px) and (max-width: 1200px)
{
.select-ks2-heading h2 {
font-size: 30px;
line-height: 38px;
padding-left: 85px;
}
.desire-program-blk.select-ks2-list .impact-boxes {
grid-template-columns: repeat(4, 1fr) !important;
grid-gap: 0px 35px;
}
.desire-program-blk .prog-impact .impact-boxes {
grid-template-columns: repeat(3, 1fr);
}
.faq-header h2 {
font-size: 45px;
}
.blue-quote-icon .feature__image {
width:65px;
}
.package-built-outer-panel h2 {
	font-size: 40px;
	line-height: 55px;
}
.JoinProgramRow h2 {
font-size: 36px;
line-height: 45px;
}
section.hero-section .banner-images .left-img.comman .top-img {
right: -100px;
top: -20px;
}	
section.hero-section .banner-images .right-img.comman .top-img img {
top: -20px;
right: 70px;
}
section.hero-section .banner-images .comman .bottom-img img {
width: 70px !important;
height: 70px !important;
}
.step-heading-part-inn {
font-size: 30px;
line-height: 80px;
min-width: 280px;
min-height: 88px;
background-size: 210px;
}
.select-ks2-heading h2 img {
width: 70px;
}
.package-section .package-part .choose-blk .img-part {
height: 160px;
}
.package-section.step-2 .package-part.launch {
grid-gap: 0px 35px;
}
.package-section .package-part .choose-blk .selec-pkg h3 span {
font-size: 20px;
}
.form-group label::before {
width: 36px;
height: 36px;
}
.form-group input:checked + label::after {
top: 8px;
left: 17px;
width: 6px;
height: 18px;
}

/*16 Feb 2024*/
.transform-training-top-grid p {
	padding: 0 70px;
}
.classes-text {
	font-size: 14px;
	line-height: 18px;
}
.pupil-invilved-con {
	padding: 40px 0 0;
}
.pupil-input-con {
	padding: 15px 0 25px;
}
.pupil-invilved-con h3 {
	font-size: 39px;
}
.pupil-invilved-con h3 span {
	font-size: 19px;
}
.step-3 .package-part.sustain .choose-blk .selec-pkg h3 {
	font-size: 22px;
}
.package-section .package-part .choose-blk .choose-content h3 {
	font-size: 19px;
	line-height: 26px;
}
.calc-gross-inner {
	padding: 25px 30px;
}
.package-top-left ul {
	padding: 20px 20px;
}
.package-top-left h3 {
	padding: 10px 20px;
}
.package-top-left li {
	padding: 0 0 0 30px;
	font-size: 15px;
	line-height: 24px;
}
.package-top-left li::before {
	top: 8px;
}
.click-save-con h3 {
	font-size: 25px;
	line-height: 37px;
}
.testimonials-header h2 {
	font-size: 35px;
}


	
}

@media only screen and (min-width: 768px) and (max-width: 991px) 
{
.select-ks2-heading h2 {
font-size: 26px;
line-height: 34px;
padding-left:75px;
}
.select-ks2-heading {
margin-bottom: 40px;
}
.desire-program-blk.select-ks2-list .impact-boxes {
grid-template-columns: repeat(2, 1fr) !important;
grid-gap: 25px 25px;
}
.desire-program-blk .prog-impact .impact-boxes {
grid-template-columns: repeat(3, 1fr);
}
.faq-header h2 {
	font-size: 40px;
}
.blue-quote-icon .feature__image {
width:65px;
}
.package-built-outer-panel h2 {
	font-size: 40px;
	line-height: 54px;
}
.JoinProgramRow h2 {
font-size: 36px;
line-height: 45px;
}
section.hero-section .banner-images .left-img.comman .top-img {
right: -100px;
top: -20px;
}	
section.hero-section .banner-images .right-img.comman .top-img img {
top: -20px;
right: 70px;
}
section.hero-section .banner-images .comman .bottom-img img {
width: 70px !important;
height: 70px !important;
}
.step-heading-part-inn {
font-size: 26px;
line-height: 80px;
min-width: 280px;
min-height: 88px;
background-size: 200px;
}
.select-ks2-heading h2 img {
width: 60px;
}
.package-section .package-part .choose-blk .img-part {
height: 270px;
}
.package-section.step-2 .package-part.launch {
grid-gap: 30px 15px;
grid-template-columns: repeat(2, 1fr);
}
.package-section .package-part .choose-blk .choose-content {
padding: 30px 24px 35px 24px;
min-height: unset;
}
.package-section .package-part .choose-blk .selec-pkg h3 span {
font-size: 20px;
}
.form-group label::before {
width: 36px;
height: 36px;
}
.form-group input:checked + label::after {
top: 8px;
left: 17px;
width: 6px;
height: 18px;
}
.select-ks2-heading h2 br {
display: none;
}	
.desire-program-blk {
padding: 50px 40px;
}	
.select-ks2-heading.s2 h2 span {
font-size: 18px;
}	
.step-3 .package-part.sustain .choose-blk {
	width: 100%;
	padding: 0;
	margin: 0 0 30px 0;
}
.step-3 .package-part.sustain .choose-blk:last-child {
	margin: 0;
}	
.step-3 .package-part.sustain .choose-blk .selec-pkg h3 {
	font-size: 24px;
}
.testimonials-quote img {
	width: 80px;
}
.testimonials-header h2 {
	font-size: 35px;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 30px;
	margin-top: 10px;
	padding-bottom: 20px;
}
.HmTestimonials1.our-impact-testimonials .items {
	width: 100%;
	padding: 45px 30px !important;
	margin-bottom: 90px;
	margin: 0 0 80px 0;
	min-height: unset;
}
.JoinProgramRow {
	padding: 70px 0 0 0;
}
.JoinProgramRow a {
	font-size: 18px;
	line-height: 43px;
}
.HmTestimonials1.our-impact-testimonials .items:last-child
{
	margin: 0 0 42px 0;
}
.faq-row .ui-accordion-content p {
	font-size: 16px;
}
.faq-section-main .ui-accordion h3.ui-accordion-header {
	font-size: 20px;
	line-height: 28px;
	padding: 25px 25px 25px 90px;
	margin-top: 10px;
}
.faq-section-main .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	width: 45px;
	height: 45px;
	left: 25px;
	top: 26px;
}
.faq-section-main {
	padding: 60px 0;
}
.faq-section-main .ui-accordion .ui-accordion-header .ui-accordion-header-icon::before {
	font-size: 18px;
}
	/*16 Feb 2024*/
  .transform-training-top-grid p {
    padding: 0 70px;
  }
  .classes-text {
    font-size: 12px;
    line-height: 18px;
  }
  .pupil-invilved-con {
    padding: 40px 0 0;
  }
  .pupil-input-con {
    padding: 15px 0 25px;
  }
  .pupil-invilved-con h3 {
    font-size: 39px;
  }
  .pupil-invilved-con h3 span {
    font-size: 19px;
  }
  .step-3 .package-part.sustain .choose-blk .selec-pkg h3 {
    font-size: 22px;
  }
  .package-section .package-part .choose-blk .choose-content h3 {
    font-size: 19px;
    line-height: 26px;
  }
  .calc-gross-inner {
    padding: 17px 10px;
  }
  .calc-gross-left {
    font-size: 17px;
  }
  .package-inner-bottom input, .package-inner-bottom select {
    height: 60px;
    font-size: 18px;
    line-height: 60px;
  }
  .package-top-left ul {
    padding: 20px 20px;
  }
  .package-top-left h3 {
    padding: 10px 20px;
  }
  .package-top-left li {
    padding: 0 0 0 30px;
    font-size: 15px;
    line-height: 24px;
  }
  
  .package-top-left li::before {
    top: 8px;
  }
  .click-save-con h3 {
    font-size: 25px;
    line-height: 37px;
  }
  .testimonials-header h2 {
    font-size: 35px;
  }
	.select-ks2-heading h2 {
	font-size: 27px;
	line-height: 30px;
	}
 
  .select-ks2-heading h2 br {
  display: none;
  }
  .desire-program-blk.select-ks2-list .impact-boxes {
    grid-gap: 25px 25px;
  } 
  .package-section.step-2 .package-part.launch {
    grid-gap: 15px 15px;
  }
  .package-section .package-part .choose-blk .choose-content {
    padding: 15px 14px 15px 14px;
  }
  .package-section .package-part .choose-blk .selec-pkg {
    padding: 14px 10px;
  }
  .package-section .package-part .choose-blk .selec-pkg h3 span {
    font-size: 19px;
  }
  .package-section .package-part .choose-blk .choose-content h3 {
    font-size: 17px;
    line-height: 23px;
  }
  .transform-training-bottom-grid {
    padding: 35px 20px 30px;
  }
  .package-calculation.package-built-outer-panel {
    padding: 60px 0;
  }
  .package-inner-top {
    grid-gap: 20px;
  }
.desire-program {
	padding: 60px 0;
}
section.package-section.step-2 {
	padding: 60px 0;
}
.package-section.step-3 {
	padding: 60px 0;
}
.testimonials-main {
	padding: 60px 0;
}
.transform-training-top-grid {
	padding: 45px 0 0;
}
.transform-training-outer {
	margin-bottom: 40px;
}
	
	
	
}
@media only screen and (max-width:767px)
{
 .select-ks2-heading h2 {
font-size: 26px;
line-height: 34px;
padding-left:75px;
}
.select-ks2-heading {
margin-bottom: 40px;
}
.desire-program-blk.select-ks2-list .impact-boxes {
grid-template-columns: repeat(2, 1fr) !important;
grid-gap: 25px 25px;
}
.desire-program-blk .prog-impact .impact-boxes {
grid-template-columns: repeat(3, 1fr);
}
.faq-header h2 {
	font-size: 36px;
	line-height: 48px;
}
.blue-quote-icon .feature__image {
	width: 60px;
}
.package-built-outer-panel h2 {
	font-size: 35px;
	line-height: 45px;
}
.step-3 .package-part.sustain .choose-blk .choose-content {
	padding: 20px 20px 15px 20px;
}
.JoinProgramRow h2 {
font-size: 36px;
line-height: 45px;
}
section.hero-section .banner-images .left-img.comman .top-img {
	right: -10px;
	top: -20px;
}

section.hero-section .banner-images .left-img.comman .bottom-img {
	position: relative;
	left: -30px;
	top: 30px;
}
section.hero-section .banner-images .right-img.comman .bottom-img {
	position: relative;
	left: 30px;
	top: 30px;
}
.JoinProgramRow p {
	font-size: 16px;
	line-height: 28px;
}

section.hero-section .banner-images .right-img.comman .top-img img {
top: -20px;
right: 70px;
}
section.hero-section .banner-images .comman .bottom-img img {
	width: 50px !important;
	height: 50px !important;
}
.step-heading-part-inn {
	font-size: 23px;
	line-height: 80px;
	min-width: 280px;
	min-height: 88px;
	background-size: 180px;
}
.select-ks2-heading h2 img {
width: 60px;
}
.package-section .package-part .choose-blk .img-part {
height: 270px;
}
.package-section.step-2 .package-part.launch {
grid-gap: 30px 15px;
grid-template-columns: repeat(2, 1fr);
}
.package-section .package-part .choose-blk .choose-content {
padding: 30px 24px 35px 24px;
min-height: unset;
}
.package-section .package-part .choose-blk .selec-pkg h3 span {
font-size: 20px;
}
.form-group label::before {
	width: 32px;
	height: 32px;
}
.form-group input:checked + label::after {
	top: 5px;
	left: 14px;
	width: 6px;
	height: 18px;
}

.select-ks2-heading h2 br {
display: none;
}	
.desire-program-blk {
padding: 50px 40px;
}	
.select-ks2-heading.s2 h2 span {
font-size: 18px;
}	
.step-3 .package-part.sustain .choose-blk {
	width: 100%;
	padding: 0;
	margin: 0 0 30px 0;
}
.step-3 .package-part.sustain .choose-blk:last-child {
	margin: 0;
}	
.step-3 .package-part.sustain .choose-blk .selec-pkg h3 {
	font-size: 24px;
}
.testimonials-quote img {
	width: 70px;
}
.testimonials-header h2 {
	font-size: 35px;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 30px;
	margin-top: 10px;
	padding-bottom: 20px;
}
.HmTestimonials1.our-impact-testimonials .items {
	width: 100%;
	padding: 45px 30px !important;
	margin-bottom: 90px;
	margin: 0 0 30px 0;
	min-height: unset;
}
.JoinProgramRow {
	padding: 60px 0 0 0;
}
.JoinProgramRow a {
	font-size: 18px;
	line-height: 43px;
}
.HmTestimonials1.our-impact-testimonials .items:last-child
{
	margin: 0 0 0px 0;
}
.faq-row .ui-accordion-content p {
	font-size: 16px;
}
.faq-section-main .ui-accordion h3.ui-accordion-header {
	font-size: 20px;
	line-height: 28px;
	padding: 25px 25px 25px 90px;
	margin-top: 10px;
}
.faq-section-main .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	width: 45px;
	height: 45px;
	left: 25px;
	top: 26px;
}
.faq-section-main {
	padding: 60px 0;
}
.faq-section-main .ui-accordion .ui-accordion-header .ui-accordion-header-icon::before {
	font-size: 18px;
}
	/*16 Feb 2024*/
  .transform-training-top-grid p {
    padding: 0 70px;
  }
  .classes-text {
    font-size: 12px;
    line-height: 18px;
  }
  .pupil-invilved-con {
    padding: 40px 0 0;
  }
  .pupil-input-con {
    padding: 15px 0 25px;
  }
.pupil-invilved-con h3 {
	font-size: 35px;
}
  .pupil-invilved-con h3 span {
    font-size: 19px;
  }
  .step-3 .package-part.sustain .choose-blk .selec-pkg h3 {
    font-size: 22px;
  }
  .package-section .package-part .choose-blk .choose-content h3 {
    font-size: 19px;
    line-height: 26px;
  }
  .calc-gross-inner {
    padding: 17px 10px;
  }
.calc-gross-left {
	font-size: 15px;
}
.calc-gross-right {
	font-size: 19px;
}
.package-inner-bottom input, .package-inner-bottom select {
	height: 60px;
	font-size: 16px;
	line-height: 20px;
}
  .package-top-left ul {
    padding: 20px 20px;
  }
  .package-top-left h3 {
    padding: 10px 20px;
  }
  .package-top-left li {
	padding: 0 0 0 30px;
	font-size: 14px;
	line-height: 22px;
}
.click-save-con h3 {
	margin: 10px 0 0;
}

.HmTestimonials1 .items {
	border-radius: 8px;
}
.HmTestimonials1 .items::before {
	border-radius: 5px 5px 8px 8px;
}
.HmTestimonials1 .items::after {
	border-radius: 5px 5px 8px 8px;
}
.HmTestimonials1 .items p {
	font-size: 16px;
}
.HmTestimonials1 .items h5 {
	font-size: 22px;
}
.HmTestimonials1.our-impact-testimonials .items h6 {
	font-size: 32px;
	line-height: 38px;
}
.Impact-testimonials-bottom {
	margin-top: 10px;
}
  
  .package-top-left li::before {
    top: 8px;
  }
  
  .click-save-con h3 {
    font-size: 25px;
    line-height: 37px;
  }
  .testimonials-header h2 {
    font-size: 35px;
  }
	.select-ks2-heading h2 {
	font-size: 27px;
	line-height: 30px;
	}
 
  .select-ks2-heading h2 br {
  display: none;
  }
  .desire-program-blk.select-ks2-list .impact-boxes {
    grid-gap: 25px 25px;
  } 
  .package-section.step-2 .package-part.launch {
    grid-gap: 15px 15px;
  }
  .package-section .package-part .choose-blk .choose-content {
    padding: 15px 14px 15px 14px;
  }
  .package-section .package-part .choose-blk .selec-pkg {
    padding: 14px 10px;
  }
  .package-section .package-part .choose-blk .selec-pkg h3 span {
    font-size: 19px;
  }
  .package-section .package-part .choose-blk .choose-content h3 {
    font-size: 17px;
    line-height: 23px;
  }
  .transform-training-bottom-grid {
    padding: 35px 20px 30px;
  }
  .package-calculation.package-built-outer-panel {
    padding: 60px 0;
  }
  .package-inner-top {
    grid-gap: 20px;
  }
  .desire-program {
	padding: 50px 0 60px 0;
}
section.package-section.step-2 {
	padding: 60px 0;
}
.package-section.step-3 {
	padding: 60px 0;
}
.testimonials-main {
	padding: 60px 0;
}
.transform-training-top-grid {
	padding: 45px 0 0;
}

section.hero-section .banner-images .right-img.comman .top-img img {
top: -20px;
right: 10px;
}
section.hero-section .banner-images .comman img {
	width: 40px;
	height: 40px;
}

.desire-program-blk.select-ks2-list .impact-boxes .box img {
	width: 65px;
}
section.hero-section {
	margin: 15px;
	width: calc(100% - 30px);
}.transform-training-outer {
	margin-bottom: 50px;
}
span.mobile-hide {
	display: none;
}
section.hero-section::before {
	left: -15px;
	top: -15px;
	height: calc(100% + -90px);
	width: calc(100% + 30px);
}
.transform-training-top-grid h3 {
	font-size: 28px;
	line-height: 37px;
}
.transform-training-bottom-grid h4 {
	font-size: 23px;
	line-height: 35px;
}
section.package-calculation .gen-btn button.gen-link, section.package-calculation .gen-btn button.gen-pdf {
	width: auto !important;
}
section.hero-section .banner-top .heading h1 span sup {
	font-size: 12px;
	line-height: 20px;
	left: -8px;
	top: -8px;
	display: none;
}
.package-inner-bottom select {
	background-position: 97% center;
	padding-right: 40px;
	background-size: 11px;
}


}





@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  section.hero-section .banner-top .heading h1 {
    font-size: 40px;
    line-height: 48px;
  }

  section.hero-section .banner-top .heading {
    max-width: 80%;
    width: 100%;
    margin: auto;
  }

  section.hero-section .banner-images .comman img {
    width: 70px;
    height: 70px;
  }

  section.hero-section .banner-images .comman {
    margin: 30px 0 0;
    row-gap: 20px;
  }

  section.hero-section .banner-images .middle-img img {
    width: 90%;
  }
  .picture span.picture__image {
    font-size: 14px;
  }

  .desire-program-blk
    .upload-filters
    .filter-part-blk
    .range-slider-part
    .filter-name
    h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .desire-program-blk
    .upload-filters
    .filter-part-blk
    .range-slider-part
    .value
    span.range-value {
    font-size: 16px;
    line-height: 24px;
  }



  .desire-program-blk {
    padding: 32px 51px 80px;
  }

  input[type="range"]::-webkit-slider-runnable-track {
    height: 10px;
  }

  .desire-program-blk
    .upload-filters
    .filter-part-blk
    .range-slider-part
    .range-slider
    span {
    font-size: 15px;
  }

  .desire-program-blk .top-part h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .package-section .package-part .top-part img {
    width: 60px;
    height: 60px;
  }

  .package-section .package-part .top-part h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .package-section .package-part .choose-blk .choose-content h3 {
    font-size: 26px;
    line-height: 30px;
  }

  .package-section .package-part .choose-blk .choose-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .package-section .package-part .choose-blk .selec-pkg h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .package-section .package-part .choose-blk .selec-pkg input {
    width: 42px;
    height: 42px;
  }

  section.package-calculation .calc-blk {
    gap: 30px;
  }

  section.package-calculation .calc-blk .calc-info table tr td {
    font-size: 18px;
    line-height: 26px;
    padding: 15px;
  }

  section.package-calculation .calc-blk .calc-info table tr td span.box input {
    font-size: 20px;
    line-height: 26px;
  }

  section.package-calculation .calc-blk .calc-by p input {
    width: auto;
    height: 50px;
    font-size: 18px;
    line-height: 26px;
  }

  section.package-calculation .calc-blk .calc-by p {
    width: 100%;
  }

  section.package-calculation .calc-blk .calc-by {
    max-width: calc(50% - 30px);
  }

  section.package-calculation .calc-blk .calc-info table tr td span.box {
    height: 25px;
    line-height: 25px;
    width: 60px;
  }

  section.package-calculation .gen-btn button.gen-link,
  section.package-calculation .gen-btn button.gen-pdf {
    height: 48px;
    font-size: 18px;
  }

  .select-classes p {
    max-width: calc(25% - 12px);
  }

  .package-section .package-part .choose-blk .choose-content p label {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .select-classes {
    gap: 6px 15px;
  }
  section.package-calculation .calc-blk .calc-info table tr td span.blue {
    font-size: 26px;
    line-height: 30px;
  }
  .form-group input:checked + label:after {
    width: 5px;
    height: 17px;
    left: 37%;
    top: 15%;
  }
  input[type="range"]::-webkit-slider-thumb {
    margin: -10px 0 0 0;
  }
  .container {
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 0 20px;
  }

  .hero-container {
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.hero-section .banner-top .heading h1 {
    font-size: 40px;
    line-height: 50px;
  }

  section.hero-section .banner-images .comman img {
    width: 50px;
    height: 50px;
  }

  section.hero-section .banner-images .comman {
    margin: 0;
    row-gap: 20px;
    max-width: 15%;
  }
  section.hero-section .banner-images .middle-img {
    max-width: 70%;
  }

  section.hero-section .banner-images .middle-img img {
    width: 100%;
  }


  .desire-program-blk .upload-filters {
    row-gap: 50px;
  }

  .picture {
    max-width: 100%;
  }

  .desire-program-blk .upload-filters .filter-part-blk {
    max-width: 100%;
  }

  .desire-program-blk .top-part h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .desire-program-blk .prog-impact .impact-boxes {
    grid-template-columns: repeat(3, 1fr);
  }

  .desire-program-blk {
    padding-bottom: 60px;
  }

  section.package-section {
    margin: 60px 0 0px;
  }

  .package-section .package-part .choose-blk .choose-content h3 {
    font-size: 20px;
    line-height: 26px;
  }

.package-section .package-part .choose-blk .choose-content p {
	font-size: 15px;
	line-height: 23px;
}

  .package-section .package-part .choose-blk {
    column-gap: 20px;
  }

  .package-section .package-part .choose-blk .img-part {
    max-width: calc(30% - 10px);
  }

  .package-section .package-part .choose-blk .selec-pkg h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .package-section .package-part .choose-blk .selec-pkg .calc {
    gap: 5px;
  }

  .package-section .package-part .choose-blk .selec-pkg input {
    width: 40px;
    height: 40px;
  }
  .select-classes p {
    max-width: calc(25% - 8px);
  }

  .select-classes {
    gap: 10px;
    margin: 10px 0 0;
  }

  .package-section .package-part .choose-blk .choose-content p label {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .select-classes p span {
    font-size: 14px;
  }

  section.package-calculation .calc-blk .calc-info {
    max-width: 100%;
  }

  section.package-calculation .calc-blk .calc-by {
    max-width: 100%;
  }

  section.package-calculation .calc-blk .calc-by p input {
    width: auto;
    font-size: 18px;
    line-height: 26px;
    height: 60px;
  }

  section.package-calculation .calc-blk .calc-info table tr td {
    font-size: 18px;
    line-height: 26px;
  }

  section.package-calculation .calc-blk .calc-info table tr td span.blue {
    font-size: 24px;
    line-height: 30px;
  }

  section.package-calculation .calc-blk .calc-info table tr td span.box {
    height: 30px;
    width: 50px;
  }

  section.package-calculation .calc-blk .calc-by p {
    margin: 0 0 20px;
  }

  section.package-calculation .gen-btn button.gen-link,
  section.package-calculation .gen-btn button.gen-pdf {
    height: 50px;
    font-size: 18px;
  }
  .desire-program-blk
    .upload-filters
    .filter-part-blk
    .range-slider-part
    .range-slider {
    max-width: calc(68% - 28px);
  }
  .desire-program-blk
    .upload-filters
    .filter-part-blk
    .range-slider-part
    .filter-name {
    max-width: 20%;
  }

  .desire-program-blk
    .upload-filters
    .filter-part-blk
    .range-slider-part
    .value {
    max-width: 12%;
  }
  .desire-program-blk
    .upload-filters
    .filter-part-blk
    .range-slider-part
    .range-slider
    span {
    max-width: auto;
    width: auto;
  }

  .desire-program-blk
    .upload-filters
    .filter-part-blk
    .range-slider-part
    .range-slider
    input {
    max-width: 100%;
    width: 100%;
  }
  .package-section .package-part .top-part img {
    width: 60px;
    height: 60px;
  }

  .package-section .package-part .top-part h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .package-section .package-part .choose-blk::before {
    background: none;
  }
  .container {
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 0 20px;
  }

  .hero-container {
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  section.hero-section .banner-top .heading h1 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 15px;
  }


  section.hero-section .banner-images .comman {
    margin: 0px;
    row-gap: 30px;
    max-width: 10%;
  }


  .desire-program-blk .upload-filters .filter-part-blk {
    max-width: 100%;
  }

  .desire-program-blk .upload-filters {
    row-gap: 10px;
  }

.desire-program-blk .prog-impact .impact-boxes {
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px 15px;
}

  section.package-calculation .calc-blk .calc-info {
    max-width: 100%;
  }

  section.package-calculation .calc-blk .calc-by {
    max-width: 100%;
  }

  section.package-calculation .calc-blk .calc-by p input {
    width: auto;
    font-size: 16px;
    line-height: 24px;
    height: 40px;
  }
.package-calculation.package-built-outer-panel .click-save-con h3 {
	margin-top: 0;
}
section.package-calculation .gen-btn {
	flex-direction: column;
	margin: 20px 0 0;
}
.desire-program-blk {
	padding: 30px 15px 25px;
	border-radius: 8px;
}
.package-section .package-part .choose-blk {
	border-radius: 8px;
}
.transform-training-top-grid {
	border-radius: 8px 8px 0 0;
}
.transform-training-outer {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.package-top-left {
	border-radius: 8px;
}
.calc-gross-outer {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
  section.hero-section .banner-images .middle-img img {
    width: 100%;
  }

  section.hero-section .banner-images {
    width: calc(100% - 40px);
    margin: 0 20px;
  }

  .picture span.picture__image {
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 16px;
  }

  .picture {
    height: 150px;
    max-width: 100%;
  }

  .desire-program-blk
    .upload-filters
    .filter-part-blk
    .range-slider-part
    .filter-name {
    max-width: 100%;
  }

  .desire-program-blk
    .upload-filters
    .filter-part-blk
    .range-slider-part
    .range-slider {
    max-width: calc(85% - 10px) !important;
    margin: 0 10px 0 0;
  }

  .desire-program-blk
    .upload-filters
    .filter-part-blk
    .range-slider-part
    .value {
    max-width: 15%;
  }

  .desire-program-blk
    .upload-filters
    .filter-part-blk
    .range-slider-part
    .value
    span.range-value {
    font-size: 16px;
    line-height: 24px;
  }

  .desire-program-blk
    .upload-filters
    .filter-part-blk
    .range-slider-part
    .range-slider
    span {
    font-size: 16px;
    line-height: 24px;
    width: auto;
  }

  .desire-program-blk .upload-filters .filter-part-blk .range-slider-part {
    margin: 10px 0 10px;
  }

  .desire-program-blk .top-part h2 {
    font-size: 24px;
    line-height: 30px;
    padding: 0 0 20px !important;
  }

  .package-section .package-part {
    padding: 15px;
  }

.package-section .package-part .choose-blk .img-part {
	max-width: 100%;
	height: 250px;
}
  .package-section .package-part .choose-blk .choose-content {
    max-width: 100%;
    padding: 15px 0 20px;
    min-height: auto;
  }
  .desire-program-blk .prog-impact {
    margin:  0;
    width: 100%;
  }
  .package-section .package-part .choose-blk .selec-pkg {
    max-width: 100%;
  }

  .package-section .package-part .choose-blk {
    padding: 15px;
  }

  .package-section .package-part .choose-blk .choose-content h3 {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }

  .package-section .package-part .choose-blk .choose-content p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .package-section .package-part .choose-blk .img-part {
    text-align: center;
  }

.package-section.step-2 .package-part .choose-blk .selec-pkg h3 {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
}
.HmTestimonials1.our-impact-testimonials .items::before, .HmTestimonials1.our-impact-testimonials .items::after {
	display: none;
}

  .package-section .package-part .top-part img {
    width: 50px;
    height: 50px;
  }

  .package-section .package-part .top-part h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .package-section .package-part .top-part {
    gap: 10px;
    margin: 0 0 20px;
  }

  .select-classes p {
    max-width: calc(33.3% - 18px);
  }

  .package-section .package-part .choose-blk .choose-content p label {
    height: 36px;
    line-height: 35px;
  }

  .select-classes {
    justify-content: center;
    gap: 5px 26px;
  }

  section.package-calculation .calc-blk .calc-info table tr td {
    font-size: 16px;
    line-height: 26px;
  }

  section.package-calculation .calc-blk .calc-info table tr td span.box {
    width: 50px;
    height: 20px;
    line-height: 20px;
  }

  section.package-calculation .calc-blk .calc-info table tr td span.box input {
    font-size: 18px;
    line-height: 26px;
  }

  section.package-calculation .calc-blk .calc-info table tr td span.blue {
    font-size: 22px;
    line-height: 28px;
  }

  section.package-calculation .calc-blk .calc-by p {
    margin: 0 0 10px;
  }

  section.package-calculation .gen-btn button.gen-link,
  section.package-calculation .gen-btn button.gen-pdf {
    width: max-content;
    height: 50px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    padding: 0 40px;
    margin: auto;
  }
  footer .footer-bottom {
    justify-content: center;
    row-gap: 10px;
  }

  footer .footer-bottom .footer-logo {
    order: 1;
    width: 100%;
    text-align: center;
  }

  footer .footer-bottom .copyright {
    order: 3;
    width: 100%;
    text-align: center;
  }

  footer .footer-bottom .privacy {
    order: 2;
    width: 100%;
    text-align: center;
  }
  section.hero-section .banner-images .middle-img {
    max-width: 80%;
  }
  .desire-program-blk
    .upload-filters
    .filter-part-blk
    .range-slider-part
    .range-slider
    input {
    max-width: auto;
  }
  input[type="range"]::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    padding: 4px;
    margin-top: -8px;
  }
  input[type="range"]::-webkit-slider-runnable-track {
    height: 8px;
  }
  .desire-program-blk
    .upload-filters
    .filter-part-blk
    .range-slider-part
    .filter-name
    h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .package-section .package-part .top-part h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .package-section .package-part .choose-blk::before {
    background: none;
  }
  input[type="range"] {
    height: 8px;
  }
  .desire-program-blk
    .upload-filters
    .filter-part-blk
    .range-slider-part
    .value
    span {
    line-height: 30px;
  }
  .container {
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  

  .hero-container {
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .select-ks2-heading h2 {
	font-size: 20px;
	line-height: 26px;
	padding-left: 0;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.select-ks2-heading h2 img {
	width: 55px;
	position: static;
	display: inline-block;
	transform: unset;
	margin-bottom: 15px;
	display: none;
}
.desire-program-blk.select-ks2-list .prog-impact {
	padding: 0;
}
.desire-program-blk.select-ks2-list .impact-box-icon1 {
	width: 80px;
	height: 80px;
	margin-bottom: 0px;
}

.desire-program-blk .prog-impact .impact-boxes .box {
	border-radius: 5px;
}
section.hero-section {
	border-radius: 8px;
	margin-bottom: 0px;
}
.select-ks2-classes-row {
	margin-bottom: 50px;
}
.desire-program-blk.select-ks2-list .impact-boxes .box {
	min-height: 145px !important;
	flex-direction: row;
	justify-content: center;
	padding-top: 10px;
	padding: 20px !important;
}
.desire-program-blk.select-ks2-list .box h3 {
	font-size: 22px !important;
	margin-top: 0 !important;
	margin-left: 10px !important;
}
  .select-ks2-heading h2 br {  
    display: none;
  }
  .select-ks2-heading.s2 h2 span {
    font-size: 17px;
    line-height: 24px;
  }
  .package-section.step-2 .package-part.launch {
    grid-gap: 15px 15px;
  }
  .transform-training-top-grid p {
    font-size: 16px;
    line-height: 27px;
    padding: 0 30px;
  }
  .transform-training-bottom-grid {
    padding: 35px 30px 40px;
  }
  .training-progressbar-outer {
    margin: 32px 0 0;
  }
}
@media only screen and (max-width: 575px) {
  .desire-program-blk
    .upload-filters
    .filter-part-blk
    .range-slider-part
    .range-slider {
    max-width: calc(95% - 32px);
  }

  .select-classes p {
    max-width: calc(50% - 13px);
  }

  .picture span.picture__image {
    font-size: 14px;
    padding: 0 10px;
  }
  .desire-program-blk
    .upload-filters
    .filter-part-blk
    .range-slider-part
    .value
    span.range-value {
    font-size: 14px;
    line-height: 10px;
  }

  .desire-program-blk
    .upload-filters
    .filter-part-blk
    .range-slider-part
    .range-slider
    span {
    font-size: 14px;
    line-height: 24px;
  }

  .package-section .package-part .choose-blk .choose-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .package-section .package-part .choose-blk .choose-content h3 {
    font-size: 19px;
    line-height: 26px;
  }

  .package-section .package-part .choose-blk .choose-content p label {
    font-size: 14px;
  }

  .select-classes p span {
    font-size: 14px;
  }
  section.package-calculation .gen-btn button.gen-link,
  section.package-calculation .gen-btn button.gen-pdf {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    padding: 0 40px;
    margin: auto;
  }
  .desire-program-blk
    .upload-filters
    .filter-part-blk
    .range-slider-part
    .filter-name
    h3 {
    font-size: 14px;
    line-height: 16px;
  }
  .desire-program-blk
    .upload-filters
    .filter-part-blk
    .range-slider-part
    .range-slider
    input {
    max-width: 80%;
  }

  .desire-program-blk
    .upload-filters
    .filter-part-blk
    .range-slider-part
    .range-slider
    span {
    width: auto;
  }
  .package-section .package-part .choose-blk::before {
    background: none;
  }
}

@media only screen and (max-width:639px)
{
.desire-program-blk.select-ks2-list .impact-box-icon1 {
	width: 80px;
	height: 80px;
	margin-bottom: 0px;
}
.desire-program-blk.select-ks2-list .impact-boxes .box {
	min-height: 115px !important;
}
.desire-program-blk.select-ks2-list .impact-boxes .box {
	padding: 10px !important;
}
.desire-program-blk.select-ks2-list .box h3 {
	font-size: 18px !important;
	margin-top: 0 !important;
	margin-left: 10px !important;
}
.package-section.step-2 .package-part.launch {
	grid-template-columns: repeat(1, 1fr);
}
.package-section .package-part .choose-blk .choose-content {
	padding: 15px 10px 20px;
}
.transform-training-top-grid h3 {
	font-size: 25px;
	line-height: 32px;
}
.transform-training-top-grid {
	padding-left: 10px;
	padding-right: 10px;
}
.package-inner-top {
	grid-template-columns: repeat(1, 1fr);
}
.blue-quote-icon .feature__image {
	width: 50px;
}
.faq-header h2 {
	font-size: 34px;
	line-height: 46px;
	margin-bottom: 20px;
}
.faq-row .ui-accordion-content p {
	font-size: 14px;
	line-height: 26px;
}
.faq-section-main .ui-accordion h3.ui-accordion-header {
	font-size: 18px;
	line-height: 24px;
	padding: 20px 20px 20px 70px;
	margin-top: 10px;
}
.faq-section-main .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	width: 40px;
	height: 40px;
	left: 15px;
	top: 26px;
}
.faq-row .ui-accordion-content {
	padding-left: 70px;
}
.JoinProgramRow h2 {
	font-size: 32px;
	line-height: 42px;
}
.JoinProgramRow h2 br {
	display: none;
}
.JoinProgramRow p.text2 br {
	display: none;
}
.JoinProgramRow a {
	font-size: 16px;
	line-height: 41px;
}
.JoinProgramRow {
	padding: 50px 0 0 0;
}
.transform-training-bottom-grid {
	padding: 34px 15px 40px;
}
.training-progressbar-outer {
	margin: 52px 0 0;
	padding: 20px 28px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.classes-text {
	font-size: 10px;
	line-height: 14px;
}
.transform-training-bottom-grid h4 {
	font-size: 20px;
	line-height: 31px;
}
.asRange .asRange-pointer .asRange-tip {
	font-size: 16px;
}

.qty {
	font-size: 16px;
}
.pupil-invilved-con h3 span {
	font-size: 18px;
}
.step-3 .package-part.sustain .choose-blk .selec-pkg {
	padding: 15px 20px;
}
.step-3 .package-part.sustain .choose-blk .selec-pkg h3 {
	margin-bottom: 0;
}
.package-built-outer-panel h2 {
	margin: 0 0 25px;
}
.testimonials-header h2 {
	font-size: 32px;
	line-height: 38px;
}
section.hero-section .banner-images .comman .bottom-img img {
	width: 40px !important;
	height: 40px !important;
}
section.hero-section .banner-images .left-img.comman .bottom-img {
	top: 10px;
}
section.hero-section .banner-images .right-img.comman .bottom-img {
	left: 30px;
	top: 10px;
}
section.hero-section .banner-images .comman img {
	width: 34px;
	height: 34px;
}
section.hero-section .banner-images .right-img.comman .top-img img {
	right: -20px;
}
section.hero-section .banner-images .left-img.comman .top-img {
	right: 10px;
	top: -20px;
}
.transform-training-top-grid p {
	padding: 0 10px;
}
.prog-impact .impact-boxes .box span.check {
	width: 30px;
	height: 30px;
}
.desire-program-blk .prog-impact .impact-boxes .box {
	padding: 20px 15px;
}
.desire-program-blk .prog-impact .impact-boxes .box h3 {
	font-size: 16px;
	line-height: 19px;
	margin: 15px 0 0;
}
.step-3 .package-part.sustain .img-part {
	height: 250px !important;
}

}


@media only screen and (max-width: 479px) 
{
section.hero-section .banner-images .left-img.comman .bottom-img {
	top: 0;
}
.desire-program-blk.select-ks2-list .impact-boxes {
	grid-template-columns: repeat(2, 1fr) !important;
	grid-gap: 20px 10px;
}
#myform {
	width: 195px;
}
.transform-training-bottom-grid::before {
	width: 230px;
	height: 288px;
}	
.step-3 .package-part.sustain .img-part {
	height: 180px !important;
}
.HmTestimonials1.our-impact-testimonials .items {
	padding: 45px 15px !important;
	
}
.container {
	max-width: 100%;
	width: 100%;
	padding: 0 15px;
}
.JoinProgramRow h2 {
	font-size: 30px;
	line-height: 35px;
}
section.hero-section {
	margin-bottom: 0;
}
.desire-program {
	padding: 50px 0;
}
section.package-section.step-2 {
	padding: 50px 0;
}
.package-section.step-3 {
	padding: 50px 0;
}
.package-calculation.package-built-outer-panel {
	padding: 50px 0;
}
.testimonials-main {
	padding: 50px 0;
}
.faq-section-main {
	padding: 50px 0;
}

.desire-program-blk .prog-impact .impact-boxes {
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px 10px;
}
.desire-program-blk.select-ks2-list .impact-box-icon1 {
	width: 60px;
	height: 60px;
	margin-bottom: 0px;
}
.desire-program-blk.select-ks2-list .impact-boxes .box img {
	width: 44px;
}
.desire-program-blk.select-ks2-list .impact-boxes .box {
	padding: 6px !important;
}
.prog-impact .impact-boxes .box span.check {
	width: 20px;
	height: 20px;
}
.desire-program-blk.select-ks2-list .box h3 {
	font-size: 15px !important;
	margin-top: 0 !important;
	margin-left: 10px !important;
}
.desire-program-blk.select-ks2-list .impact-boxes .box {
	min-height: 102px !important;
}
.desire-program-blk .prog-impact .impact-boxes .box {
	padding: 12px 12px;
}
.impact-box-icon1 {
	width: 70px;
	height: 70px;
}
.desire-program-blk .prog-impact .impact-boxes .box h3 {
	font-size: 15px;
	line-height: 19px;
	margin: 6px 0 0;
}
.package-section .package-part .choose-blk .img-part {
	max-width: 100%;
	height: 240px;
}	
	
}


canvas{
  display:none;
}



/* HTML: <div class="loader"></div> */
.loader-outer {
  height: 100vh;
  position: fixed;
  width: 100%;
  top: 0;
  background: #1b4385d6;
  z-index: 2;
  display: none;
}

.loader {
  margin:auto;
  top: 50%;
  position: relative;
}
/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-color: #ccc #0000;
  animation: l16 1s infinite linear;
}
.loader::before,
.loader::after {    
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
}
.loader::before {
  border-color: #f03355 #0000;
  animation: inherit; 
  animation-duration: .5s;
  animation-direction: reverse;
}
.loader::after {
  margin: 8px;
}
@keyframes l16 { 
100%{transform: rotate(1turn)}
}

.form-error-message ul {
padding: 0;
margin: 0;
list-style: none;
}

.form-error-message li {
color: #f00;
margin: 0 0 6px;
}
.form-success-message {
  font-size: 28px;
  color: #8DB53F;
  width: 100%;
  margin: 42px 0 0;
  text-align: center;
  display: block;
}