@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;
}
a {
  text-decoration: none;
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Poppins", sans-serif;
}
/* .container { */
  /* max-width: 1294px; */
  /* width: calc(100% - 20px); */
  /* padding: 0 20px; */
  /* margin: auto; */
/* } */

.container {
	max-width: 100%;
	width: 1334px;
	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;
	text-transform: uppercase;
}
section.hero-section .banner-top .heading h2 {
  color: #3abbec;
  display: flex;
  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;text-transform: uppercase;
  line-height: 71px;
  letter-spacing: 1px;
  justify-content: center;
  align-items: flex-start;
}
section.hero-section .banner-top .heading h2 sup {
	font-size: 24px;
	line-height: 38px;
	font-weight: 400;
	color: #3abbec;
	position: relative;
	left: 0px;
	top: -10px;
}
section.hero-section .banner-images {
	max-width: 100%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.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;
	margin-bottom: 30px;
}

section.hero-section .banner-images .middle-img img {
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
}
section.hero-section .banner-images .middle-img {
  max-width: 60%;
  width: 100%;
  text-align: center;
}

section.hero-section .banner-images .left-img.comman {
  display: flex;
  flex-direction: column;
}

section.hero-section .banner-images .left-img.comman .top-img {
	text-align: left;
	position: relative;
	right: -100px;
	top: -110px;
}
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 img {
  text-align: left;
}
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*/

span.drop-zone__prompt {
  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;
}

span.drop-zone__prompt label {
  text-decoration: underline;
  color: #39bced;
  pointer-events: none;
}
.desire-program-blk {
	border-radius:0px !important;
	background:transparent !important;
	box-shadow: unset !important;
	padding:0px !important;
	margin: 0;
}
.desire-program-main2 {
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 4px 54px 0px rgba(75, 95, 147, 0.16);
	padding: 50px 80px 80px 80px;
	margin: -26px 0 0 0;
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 100%;
}
.desire-program-blk .upload-filters {
  display: flex;
  flex-wrap: wrap;
  column-gap: 84px;
  width: 100%;
}

.desire-program-blk .upload-filters .upload-part {
  max-width: calc(46% - 84px);
  width: 100%;
}

.desire-program-blk .upload-filters .filter-part {
  max-width: calc(50% - 58px);
  width: 100%;
}
.desire-program-blk .prog-impact {
	margin: 39px 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:#1b4385;
	font-family: Poppins;
	font-size: 39px;
	font-style: normal;
	font-weight: 800;
	line-height: 55px;
	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: #3abbec !important;
  width: 85px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0px);
}

.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;
}
.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 img {
  width: 77px;
  height: 77px;
  object-fit: contain;
}
.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-blk .prog-impact .impact-boxes .box:hover {
  box-shadow: 0px 4px 54px 0px rgba(75, 95, 147, 0.16);
}
.box.purple {
  background: rgb(128 82 160 / 10%);
}
.box.green {
  background: rgb(141 195 63 / 10%);
}
.box.blue {
	background: rgba(57, 188, 237, 0.23);
}
.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 .prog-impact .impact-boxes .box.active h3 {
	color: #fff;
}

/* .box.active img {
  mix-blend-mode: hard-light;
} */

.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: 0px;
  border-radius: 0px;
  margin: 0px;
}

.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-family: Poppins;
  font-size: 38px;
  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;
	margin: 0 0 33px;
	overflow: hidden;
	align-items: flex-start;
	padding: 29px;
	column-gap: 31px;
	position: relative;
	align-items: center;
}
.package-section .package-part .choose-blk::before {
	content: "";
	background: #d9d9d9;
	width: 1px;
	height: 100%;
	position: absolute;
	right: 20%;
	top: 0;
	z-index: 1;
}
.package-section .package-part .choose-blk .selec-pkg {
	max-width: calc(20% - 31px);
	width: 100%;
	text-align: center;
	padding: 0;
	position: relative;
	z-index: 9;
}
.price-strike {
	display: inline-block;
	width: 100%;
	margin-top: 6px;
	font-size: 20px;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
}
.price-strike > span {
	position: relative;
	display: inline-block;
}
.price-strike > span::before {
	top: 50%;
	background: rgba(236, 31, 71, 1);
	content: '';
	width: 97%;
	position: absolute;
	height: 3px;
	border-radius: 0;
	left: 0;
	display: inline-block;
	transform: rotate(-5deg);
}

.package-section .package-part .choose-blk .choose-content {
  max-width: 50%;
  width: 100%;
  padding: 0px 0 0 0;
}

.package-section .package-part .choose-blk .selec-pkg {
  max-width: calc(20% - 31px);
  width: 100%;
  text-align: center;
  padding: 0;
}

.package-section .package-part .choose-blk .img-part img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.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: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 161.29% */
}

.package-section .package-part .choose-blk .choose-content p {
  color: var(--Text, #434b53);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 172.2%; /* 30.996px */
  margin: 4px 0 0 0;
}
.package-section .package-part .choose-blk .selec-pkg h3 {
	color: #3abbec;
	text-align: center;
	font-feature-settings: "clig" off, "liga" off;
	font-family: Poppins;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	margin: 0 0 15px 0;
}
.package-section .package-part .choose-blk .selec-pkg h3 strong {
	font-weight: 700;
	font-size: 24px;
}

.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 #3abbec;
  padding: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  width: 46px;
  height: 46px;
  border-radius: 7px;
}

.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 {
 
}
section.package-section {
	margin-bottom: 65px;
}

.package-part.live-impact {
  background: var(--Purple, #8052a0);
}

.package-part.sustain {
}

.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.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 calculation section starts*/
section.package-calculation {
  padding: 80px 0;
}

section.package-calculation .calc-blk {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
}

.calc-info {
	max-width: 50%;
	width: 100%;
	border-radius:20px;
	background:rgb(244, 249, 255);
	overflow: hidden;
}
section.package-calculation .calc-blk .calc-by {
  max-width: calc(50% - 42px);
  width: 100%;
}

.calc-info table {
  width: 100%;
  border-collapse: collapse;
}
.calc-info table tr td {
	padding: 21px;
	color: var(--Dark-Blue, #1b4385);
	font-feature-settings: "clig" off, "liga" off;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 37px;
}
.calc-info table tr {
  border-bottom: 1px solid#D9D9D9;
}

.calc-info table tr:last-child {
  border: none;
}
.calc-info table tr:first-child {
  border-bottom: 1px solid#D9D9D9;
}
section.package-calculation .calc-blk .calc-by .input-part {
  display: flex;
  margin: 0 0 30px;
  gap: 10px;
}
section.package-calculation .calc-blk .calc-by .input-part p {
  max-width: 50%;
  width: 100%;
}

section.package-calculation .calc-blk .calc-by .input-part p input {
  width: calc(100% - 40px);
}
section.package-calculation .calc-blk .calc-by .input-part:last-child {
  margin: 0;
}
section.package-calculation .calc-blk .calc-by .input-part label {
	color: rgba(25, 62, 123, 0.6);
	font-feature-settings: "clig" off, "liga" off;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
}
section.package-calculation .calc-blk .calc-by .input-part input,
.calc-by .input-part.textarea p textarea {
  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: 30px; /* 355% */
  outline: none;
}
section.package-calculation .calc-blk .calc-by .input-part.textarea p {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

section.package-calculation .calc-blk .calc-by .input-part.textarea p textarea {
	height: 158px;
	max-width: calc(100% - 40px);
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	resize: none;
}
section.package-calculation
  .calc-blk
  .calc-by
  .input-part.textarea
  p
  textarea::placeholder {
  color: rgba(25, 62, 123, 0.6);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
section.package-calculation .calc-blk .calc-by .input-part input:focus-visible {
  outline: none;
}

section.package-calculation
  .calc-blk
  .calc-by
  .input-part
  input.name::placeholder,
section.package-calculation
  .calc-blk
  .calc-by
  .input-part
  input.date::placeholder {
  color: rgba(25, 62, 123, 0.59);
  font-weight: 500;
}

section.package-calculation .gen-btn {
  margin: 57px 0 0;
  display: flex;
  justify-content: center;
  gap: 16px;
}

section.package-calculation .gen-btn button.gen-link,
section.package-calculation .gen-btn a.gen-pdf {
  display: flex;
  width: 250px;
  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;
  text-transform: uppercase;
  transition: 0.3s;
  cursor: pointer;
  padding: 0 20px;
}

section.package-calculation .gen-btn button.gen-link {
  background: var(--Blue, #3abbec);
}

section.package-calculation .gen-btn a.gen-pdf {
  background: var(--Green, #8dc33f);
}

section.package-calculation .gen-btn button.gen-link:hover,
section.package-calculation .gen-btn a.gen-pdf:hover {
  opacity: 0.8;
}

/*footer starts here*/
footer {
  background: #d7f4ff;
}
/* footer .find-us {
background-image: url(../images/footer-bottom-bg.jpg);
padding: 114px 0 144px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border-radius: 20px;
overflow: hidden;
}
footer .find-us .top h2 {
color: var(--White, #fff);
text-align: center;
font-feature-settings: "clig" off, "liga" off;
font-family: Hellix;
font-size: 40px;
font-style: normal;
font-weight: 800;
line-height: 42px;
}

footer .find-us .social-blk {
margin: 80px 0 0;
display: flex;
justify-content: center;
gap: 17px;
}

footer .find-us .social-blk a {
display: block;
border-radius: 8px;
border: 1px solid rgba(255, 255, 255, 0.22);
background: #1b4385;
width: 94px;
height: 94px;
line-height: 110px;
transition: 0.3s;
cursor: pointer;
text-decoration: none;
text-align: center;
}

footer .find-us .social-blk a img {
width: 27px;
height: 27px;
transition: 0.3s;
}

footer .find-us .social-blk a:hover {
background: #8dc33f;
} */
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: 10px 26px;
  margin: 30px 0 0;
}

.select-classes p {
  max-width: calc(25% - 26px);
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
}

.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% */
}
.select-classes 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;
}

.select-classes p input:checked + label {
  background: #8dc33f;
  color: #fff;
  border: 1px solid#8DC33F;
}

.select-classes p input {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
.calc-info table tr td span.blue {
  color: #3abbec;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 37px;
}

.calc-info table tr td span.box-input {
  border-radius: 7px;
  border: 1px solid rgba(23, 59, 116, 0.46);
  background: #fff;
  width: 83px;
  line-height: 35px;
  height: 35px;
  padding: 10px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 20px;
}

.calc-info table tr td span.box-input 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% */
  text-align: right;
}

.calc-info table tr td span.box-input input:focus-visible {
  outline: none;
}

.calc-info table tr td span.box-input 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%
  );
}

.calc-info table tr td span.box input:focus-visible {
  outline: none;
}

.calc-info table tr td span.box input::placeholder {
  color: var(--Dark-Blue, #1b4385);
}

.package-section .package-part {
	padding: 42px 58px 41px;
	border-radius: 20px;
	margin: 0 0 64px;
}
.package-section .package-part .choose-blk .selec-pkg input:focus-visible {
  outline: none;
}
.calc-info table td.text-right.input {
  padding: 0 0 0 10px;
}
a.ui-corner-all {
  cursor: pointer;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-weight: normal;
  color: #ffffff;
}
/*login page*/
section.login-page {
  background: #f1f1f1;
}
.login-page-blk {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-page-blk form {
  max-width: 500px;
  width: 100%;
  margin: auto;
  background: #fff;
  padding: 50px 20px;
  border-radius: 10px;
  box-shadow: 3px 6px 20px 0px #00000012;
}
.login-page-blk form .logo {
  text-align: center;
}

.login-page-blk form h2.heading {
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 1px;
  color: #204282;
  font-family: "Poppins";
  margin: 20px 0 0;
}
.login-page-blk form .input {
  margin: 20px 0 0;
}

.login-page-blk form .input label {
  color: #193e7b;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  font-family: "Poppins";
}

.login-page-blk form .input input {
  width: calc(100% - 40px);
  padding: 20px 20px;
  border-radius: 10px;
  outline: none;
  border: 1px solid#dcdcdc;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 24px;
}
.btn input {
  padding: 15px 30px;
  font-family: "Poppins";
  font-size: 16px;
  text-transform: capitalize;
  background: #1b4385;
  border: none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  margin: auto;
  max-width: 200px;
  width: 100%;
}

.btn input:hover {
  opacity: 0.8;
}
/*dashboard*/
section.dasboard-part {
  width: 100%;
}

.dasboard-blk {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
}

.dasboard-blk .sidebar {
  max-width: 300px;
  width: 100%;
  height: 100vh;
  background: #3abbec;
  position: fixed;
  left: 0;
  top: 0;
}

.dasboard-blk .dashboard-content {
  max-width: calc(100% - 350px);
  width: 100%;
  margin-left: auto;
}
.dasboard-blk .sidbar-inner ul li a {
  color: #1b4385;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 172.2%;
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  transition: 0.2s;
}
.dasboard-blk .sidbar-inner ul li a:hover,
.dasboard-blk .sidbar-inner ul li a.active {
  background: #1b4385;
  color: #fff;
}
.dasboard-blk .dashboard-content .produt-var-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  column-gap: 50px;
}

.dasboard-blk .dashboard-content .produt-var-btn .prd-btn a,
.dasboard-blk .dashboard-content .produt-var-btn .var-btn a {
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  transition: 0.2s;
  background: #1b4385;
  color: #fff;
  width: 150px;
  text-align: center;
  border-radius: 10px;
}

.dasboard-blk .dashboard-content .produt-var-btn .prd-btn a:hover,
.dasboard-blk .dashboard-content .produt-var-btn .var-btn a:hover {
  opacity: 0.9;
}
.dasboard-blk .dashboard-content table {
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  width: 1500px;
  margin-bottom: 0;
  max-width: none;
}

.dasboard-blk .dashboard-content table tr th {
  text-align: left;
  padding: 15px;
  background: aliceblue;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  border: 1px solid#ffffff50;
  background: #747474;
}

.dasboard-blk .dashboard-content table tr td {
  text-align: left;
  padding: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #393939;
  border: 1px solid#0000001a;
}

.dasboard-blk .dashboard-content table tr:nth-child(odd) {
  background: #dbdbdb50;
}

.dasboard-blk .dashboard-content table tr:nth-child(even) {
  background: #ffffff;
}

.dasboard-blk .dashboard-content table tr td a {
  color: #fff;
}
.dasboard-blk .table-part {
  max-width: 1500px;
  padding: 20px 0;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.dasboard-blk .dashboard-content table tr td a.edit {
  background: #204282;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 500;
  border: 1px solid#204282;
}

.dasboard-blk .dashboard-content table tr td a.edit:hover {
  background: #fff;
  color: #204282;
  border: 1px solid#204282;
}
.dasboard-blk .dashboard-content .produt-var-btn .prd-btn a {
  background: #8dc33f;
}

.dasboard-blk .dashboard-content .produt-var-btn .var-btn a {
  background: #fb9d00;
}
.dasboard-blk .dashboard-content table tr th:last-child,
.dasboard-blk .dashboard-content table tr td:last-child {
  text-align: center;
}
.dasboard-blk .dashboard-content .edit-blk {
  padding: 20px 0;
  height: 100vh;
}

.dasboard-blk .dashboard-content .edit-blk .title-blk h2 {
  color: var(--Dark-Blue, #1b4385);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px; /* 119.355% */
}

.dasboard-blk .dashboard-content .edit-blk .title-blk {
  text-align: center;
  margin: 30px 0 0;
}

.dasboard-blk .dashboard-content .edit-blk form {
  max-width: 600px;
  width: 100%;
  margin: 30px auto 0;
  background: #f2f2f2;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 3px 6px 20px 0px #00000012;
}
.dashboard-content .edit-blk form .input {
  margin: 0 0 15px;
}

.dashboard-content .edit-blk form .input label {
  color: #193e7b;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  font-family: "Poppins";
}

.dashboard-content .edit-blk form .input input {
  width: calc(100% - 40px);
  padding: 20px 20px;
  border-radius: 10px;
  outline: none;
  border: 1px solid#dcdcdc;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 24px;
}
.dasboard-blk .dashboard-content table tr:last-child td:first-child {
  box-shadow: 0px 1px #0000004a;
  border-radius: 0 0 0 10px;
}

.dasboard-blk .dashboard-content table tr:last-child td:last-child {
  box-shadow: 0px 1px #00000063;
  border-radius: 0 0 10px 0;
}

.select-ks2-classes-row {
	display: inline-block;
	width: 100%;
	margin-bottom: 60px;
	margin-top: 70px;
}
.select-ks2-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}
.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;
}
.desire-program-blk.select-ks2-list .upload-filters {
  align-content: center;
}
.desire-program-blk .upload-filters {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0px;
  width: 100%;
}

.desire-program-blk.select-ks2-list .prog-impact {
	padding: 0 20px;
	width: 100%;
	display: inline-block;
}
.desire-program-blk.select-ks2-list .impact-boxes {
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 0px 55px;
}
.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;
	background:#fff;
}
.desire-program-blk.select-ks2-list .box.blue {
	border-color: #3ABBEC;
}

.desire-program-blk.select-ks2-list .box span.check {
	width: 28px;
	height: 28px;
}
.prog-impact .impact-boxes .box span.check img {
  width: 100%;
  height: 100%;
}
.desire-program-blk.select-ks2-list .impact-boxes .box img {
  filter: unset;
}
.desire-program-blk.select-ks2-list .box.blue .impact-box-icon1 {
	background: #E3F7FF;
}
.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;
}
.box .impact-box-icon1 img {
  filter: brightness(100);
}
.impact-box-icon1 img {
  object-fit: contain;
}
.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-blk.select-ks2-list .box {
	border: 2px solid #fff;
}
.desire-program-blk.select-ks2-list .box.red {
	border-color: #ED1F48;
}
.desire-program-blk.select-ks2-list .box.orange {
	border-color: #FB9D00;
}
.desire-program-blk.select-ks2-list .box.green {
	border-color: #8DC33F;
}

.desire-program-blk.select-ks2-list .box.active .impact-box-icon1 {
	background: #ffffffde !important;
}
.desire-program-blk.select-ks2-list .impact-box-icon1 {
	width: 113px;
	height: 113px;
	margin-bottom: 20px;
	display: inline-flex;
	border-radius: 50%;
	background: #fff;
	align-items: center;
	justify-content: center;
}
.desire-program-blk.select-ks2-list .impact-boxes .box img {
  filter: unset;
}
.box .impact-box-icon1 img {
  filter: brightness(100);
  -webkit-filter: brightness(100);
  -moz-filter: brightness(100);
  
}
.impact-box-icon1 img {
  object-fit: contain;
}
.desire-program-blk.select-ks2-list .box.green .impact-box-icon1 {
	background: #8DC33F36;
}
.desire-program-blk.select-ks2-list .box.red .impact-box-icon1 {
	background: #EC1F471C;
}
.desire-program-blk.select-ks2-list .box.orange .impact-box-icon1 {
	background: #FB9D0026;
}

.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.red.active {
	background: #EC1F47;
}
.desire-program-blk .prog-impact .box.orange.active {
	background: #FB9D00;
}

.desire-program-blk .top-part.border-none h2::after {
	display:none;
}
.desire-program-blk .top-part.top-part h2 {
	padding-bottom:0px;
}
.select-ks2-classes-row .desire-program-blk.select-ks2-list {
	margin-top: 0;
}
.desire-program-blk.select-ks3-list1 {
	border-radius: 20px !important;
	background: #fff !important;
	box-shadow: 0px 4px 54px 0px rgba(75, 95, 147, 0.16) !important;
	padding: 60px 50px !important;
	margin-bottom: 60px !important;
	position: relative !important;
	z-index: 2;
}
.desire-program-blk.select-ks3-list1 .prog-impact {
	margin-top: 0;
}
.desire-program-blk.select-ks3-list1 .top-part h2 {
	color: #1b4385;
	padding-bottom: 15px;
	margin-bottom: 45px;
}
.desire-program-blk.select-ks3-list1 .top-part h2::after {
	background: rgba(141, 195, 63, 1) !important;
}

.desire-program-blk.select-ks3-list1 .top-part h2:after
{
	background:#fff;
}
.impact-box-icon1 {
	display: inline-flex;
	width: 77px;
	height: 77px;
	border-radius: 50%;
	background: #fff;
	align-items: center;
	justify-content: center;
}
.desire-program-blk.select-ks3-list1 .box.active .impact-box-icon1 img {
	filter: unset !important;
}
.desire-program-blk.select-ks3-list1 .box.active.green .impact-box-icon1 {
	background: #8DC33F;
}
.desire-program-blk.select-ks3-list1 .box.active.blue .impact-box-icon1 {
	background: #3ABBEC;
}
.desire-program-blk.select-ks3-list1 .box.active.orange .impact-box-icon1 {
	background: #FB9D00;
}
.desire-program-blk.select-ks3-list1 .box.active.dark-blue .impact-box-icon1 {
	background: #1B4385;
}
.desire-program-blk.select-ks3-list1 .box.active.red .impact-box-icon1 {
	background: #EC1F47;
}
.desire-program-blk.select-ks3-list1 .box.purple.active .impact-box-icon1 {
	background: #8052a0 ;
}
.desire-program-blk.select-ks3-list1 .box.active.orange .impact-box-icon1 img {
	filter: grayscale(100) brightness(2000);
}
.desire-program-blk.select-ks3-list1 .box .impact-box-icon1 img {
	width: auto !important;
	height: auto !important;
}

.desire-program-blk.select-ks3-list1 .impact-boxes .box h3 {
	color: rgba(25, 62, 123, 1) !important;
}

.box.purple .impact-box-icon1 {
	background: rgba(128, 82, 160, 1);
}
.box.green .impact-box-icon1 {
	background: #8DC33F;
}
.box.blue .impact-box-icon1 {
	background: #3ABBEC;
}
.box.orange .impact-box-icon1 {
	background: #FB9D00;
}
.box.dark-blue .impact-box-icon1 {
	background: #1B4385;
}
.box.red .impact-box-icon1 {
	background: #EC1F47;
}
.desire-program-blk.select-ks3-list1 .box.active .impact-box-icon1 {
	background: #fff !important;
}
.desire-program-blk.select-ks3-list1 .box.purple.active {
	background: #6d3395;
}
.desire-program-blk.select-ks3-list1 .box.green.active {
	background: #5FA200;
}

.desire-program-blk.select-ks3-list1 .box.blue.active {
	background: #3ABBEC;
}
.desire-program-blk.select-ks3-list1 .box.orange.active {
	background: #FB9D00;
}
.desire-program-blk.select-ks3-list1 .box.dark-blue.active {
	background: #1b4385;
}
.desire-program-blk.select-ks3-list1 .box.red.active {
	background: #EC1F47;
}
.desire-program-blk.select-ks3-list1 .box.active h3 {
	color: #fff !important;
}
.box.orange .impact-box-icon1 img {
	filter: grayscale(100) brightness(2000) !important;
}
.select-ks2-classes-row .select-ks2-list .box.orange img {
	filter: unset !important;
}
.package-section.launch-main1 input:checked + label::before {
	background: #3abbec;
	border-color: #3abbec;
}
.package-section.train-main2 input:checked + label::before {
	background: rgba(141, 195, 63, 1);
	border-color: rgba(141, 195, 63, 1);
}
.package-section.sustain-main2 input:checked + label::after {
	border-color:#fff;
}
.package-section.sustain-main2 .package-part .choose-blk .selec-pkg h3 {
	color: rgba(251, 157, 0, 1);
}

.package-section.launch-main1 .package-part.launch {
	background: rgba(58, 187, 236, 1);
}
.package-section.train-main2 .package-part.train
 {
	background: rgba(141, 195, 63, 1);
}
.package-section.sustain-main2 .package-part.sustain
{
	background:rgba(251, 157, 0, 1);
}
.package-section .package-part .choose-blk .img-part {
	max-width: calc(30% - 31px);
	width: 100%;
}
.package-section .package-part .choose-blk .choose-content {
	max-width: 50%;
	width: 100%;
	padding: 0px 0 0 0;
}
.package-section .package-part .choose-blk .selec-pkg {
	max-width: calc(20% - 31px);
	width: 100%;
	text-align: center;
	padding: 0;
}
.package-section .package-part.train .choose-blk .selec-pkg h3 {
	color: #8fc34d;
}
section.package-section.train-main2 input:checked + label::before {
	background: #8dc33f;
	border-color: #8dc33f !important;
}
section.package-section.sustain-main2 label::before {
	border-color: rgba(251, 157, 0, 1) !important;
}

section.package-section.train-main2 input:checked + label::after {
	border-color: #fff;
}
section.package-section.train-main2 input:checked + label::before {
	border-color: #8dc33f;
}


.package-section.sustain-main2 .package-part.train .choose-blk .selec-pkg h3 {
	color: #fff;
}
.sustain-main2 .package-part.train .form-group label::before {
	border-color: #fff;
}
section.package-section.sustain-main2 input:checked + label::before {
	background: #fb9d00;
	border-color: #fb9d00 !important;
}
section.package-section.sustain-main2 input:checked + label::after {
	border-color: #fff;
}
section.package-section.sustain-main2 input:checked + label::before {
	border-color: #8dc33f;
}


.calc-info table .selected-row1 td {
	color: #fff;
}
.mhc-merchandise-main 
{
display: inline-block;
width: 100%;
}
.mhc-merchandise-inn 
{
	display: inline-block;
	width: 100%;
	background: rgba(27, 67, 133, 1);
	padding: 42px 58px 41px;
	border-radius: 20px;
}
.mhc-merchandise-main h2.mhc-heading {
	color: #fff;
	text-align: center;
	font-feature-settings: "clig" off, "liga" off;
	font-family: Poppins;
	font-size: 39px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
	text-transform: capitalize;
	margin: 0 0 40px;
}
.mhc-merchandise-row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap:wrap;
}

.mhc-merchandise-grid .mhc-batch {
	position: absolute;
	top: 0;
	background: rgba(128, 82, 160, 1);
	border-radius: 0 0 20px 20px;
	color: #fff;
	text-align: center;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: center;
	height: 42px;
	padding: 5px 15px;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	left: 50%;
}
.mhc-merchandise-grid-img {
	background: rgba(197, 241, 255, 1);
	border-radius: 20px 20px 0 0;
	height: 290px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 42px 20px 20px 20px;
}
.mhc-merchandise-grid-body {
	display: inline-block;
	width: 100%;
	padding: 22px 20px 20px 22px;
	min-height: 210px;
}
.mhc-merchandise-grid-body h4 {
	font-family: Poppins;
	font-size: 23px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: left;
	color: rgba(27, 67, 133, 1);
}
.pupil-input-con {
	display: flex;
	display:-webkit-flex;
	text-align: center;
	width: calc(90% - 60px);
	height: 42px;
	border: 1px solid #e3e3e3;
	background: transparent;
	border-radius: 150px;
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	margin: auto;
	position: relative;
	align-items: center;
	justify-content: center;
	margin-top: 0;
	margin: 0;
	padding-left: 10px;
}
.myform {
 display:inline-block;
 width:100%;
 padding:0px;
 margin:0px;
}
input.qtyminus {
	left: -1px;
	padding-bottom: 5px;
}
.mhc-merchandise-grid-qty {
	display: flex;
	align-items: center;
	margin:20px 0;
}
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;
}
.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;
}
.mhc-merchandise-grid-body .class-actual-price-1 {
	width: 100%;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: left;
	color: rgba(67, 75, 83, 1);
	display: flex;
	align-items: center;
}
input.qtyplus {
	right: -1px;
	font-size: 25px;
	line-height: 10px !important;
	padding-bottom: 4px;
}

input.qtyminus {
	background: rgba(236, 31, 71, 1) !important;
}
input.qtyplus {
	background: rgba(141, 195, 63, 1) !important;
}
.mhc-merchandise-grid-qty {
	display: flex;
	align-items: center;
}
.mhc-merchandise-grid-qty h5 {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: left;
	color: rgba(67, 75, 83, 1);
	width:60px;
}
.mhc-merchandise-grid-body .class-actual-price {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: left;
	color: rgba(67, 75, 83, 1);
}
.mhc-merchandise-grid-body span.class-saving {
	color: rgba(251, 157, 0, 1);
	font-size: 30px;
	font-weight: 700;
	padding-left: 10px;
}
.mhc-merchandise-grid {
	max-width: calc(33.333% - 32px);
	width: 100%;
	border-radius: 20px;
	position: relative;
	background: #fff;
	margin: 0 16px 32px 16px;
}
.mhc-merchandise-grid-img img {
	max-width: 100%;
	display: inline-block;
}



/*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: 35px;
}

.transform-training-top-grid {
	background: #fff;
	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: 30px;
	line-height: 37px;
	font-weight: 700;
	text-align: center;
	padding: 0 15px;
}
.transform-training-top-grid p {
	color: #434B53;
	font-size: 18px;
	line-height: 27px;
	font-weight: 500;
	margin: 15px 0 0 0;padding: 0 15px;
}
.transform-training-bottom-grid {
	padding: 55px 80px 60px;
	border-radius: 0 0 20px 20px;
	position: relative;
	box-sizing: border-box;
}
.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;
	z-index: 1;
}
.transform-training-bottom-grid h4 {
	color: #fff;
	font-size: 30px;
	line-height: 42px;
	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;
	position: relative;
	z-index: 3;
}
.asRange .asRange-pointer .asRange-tip::before {
	left: 20px;
}

.asRange .asRange-pointer {
	cursor: pointer;
}
.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;
	position: relative;
	z-index: 3;
}
.training-signs-con {
	display: grid;
	grid-template-columns: repeat(11, 1fr);
	grid-gap: 10px;
	margin-top: -26px;
	width: 101%;
}

.class-number {
	display: block;
}
#myform, .myform {
	text-align: center;
	width: 255px;
	height: 40px;
	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;
}
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; }
input.qtyplus {
	right: -1px;
	font-size: 25px;
	line-height: 20px !important;
}
.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: 10px 30px;
	border-bottom: 1px solid #e9ecf3;
}
.package-top-left ul {
	padding: 20px 30px;
	margin: 0;
	list-style: none;
}
.package-top-left li {
	position: relative;
	padding: 0 0 0 30px;
	font-size: 16px;
	line-height: 30px;
	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: #595757;
	font-size: 20px;
	line-height: 70px;
	width: 100%; background: transparent;
	border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px;
}
.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: 90px 0 0;
}
.package-inner-bottom .gen-btn {
	margin: 25px 0 0 !important;
}
.package-calculation.package-built-outer-panel {
	padding: 115px 0;
}
.package-section.train-main2 .transform-training-bottom-grid {
	padding: 40px 35px;
}
.asRange .asRange-pointer .asRange-tip {
	min-width: 53px !important;
	width: auto !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	font-size: 16px;
}
.asRange {
	margin-left: 10px !important;
	position: relative;
}

.mhc-merchandise-main .pupil-input-con {
	padding: 0;
}

.pupil-input-con2 {
	width: 100%;
	padding: 0px !important;
	margin: 24px 0 20px 0;
}
.pupil-input-con2 .pupil-input-con.pupil-input-con2-inn {
	max-width: 255px;
	background: #fff;
	padding: 0;
	height: 42px;
}
.pupil-input-con2 {
	width: 100%;
	padding: 0px !important;
	margin: 24px 0 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pupil-input-con2  .qty::placeholder {
	color: #5957578a;
  opacity: 1;
}


.select-ks2-classes-row h2 {
	padding: 0 0 32px;
	color: #1b4385;
	font-family: Poppins;
	font-size: 39px;
	font-style: normal;
	font-weight: 800;
	line-height: 55px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.training-buttons-con {
width: 100%;
display: flex; display: -webkit-flex;
align-items: center;
justify-content: center;
}
.training-buttons-con a {
	text-align: center;
	min-width: 366px;
	height: 88px;
	/* border-radius: 8px; */
	/* -moz-border-radius: 8px; */
	-webkit-border-radius: 8px;
	font-size: 21px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	font-family: "Poppins", sans-serif;
}
.training-buttons-con a:hover {
	background: #f5881f;
	color: #fff;
}

.blue-bg
{
background: #3ABBEC;
}
.green-bg
{
background: #8DC33F;
}

body {
	min-height: 100vh;
	padding-bottom: 130px;
	position: relative;
}
footer {
	background: #d7f4ff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}



/*MediaStartsHere*/

@media only screen and (min-width: 1401px) and (max-width: 1600px)
{

}
@media only screen and (min-width: 1201px) and (max-width: 1400px)
{
.desire-program-blk.select-ks2-list .impact-boxes {
grid-gap: 0px 35px;
}	
.package-section .package-part {
padding: 42px 50px 41px;
}
.mhc-merchandise-main h2.mhc-heading {
font-size: 32px;
line-height: 42px;
margin: 0 0 40px;
}
.mhc-merchandise-inn {
padding: 42px 38px 40px;
}
.mhc-merchandise-grid-img {
height: 260px;
}
.mhc-merchandise-grid-body {
min-height: 180px;
}
.mhc-merchandise-grid-body h4 {
font-size: 20px;
line-height: 23px;
}
.mhc-merchandise-grid-qty {
margin: 20px 0;
}
.mhc-merchandise-grid-qty h5 {
font-size: 17px;
}
.mhc-merchandise-grid-body .class-actual-price {
font-size: 17px;
}
.mhc-merchandise-grid-body span.class-saving {
font-size: 25px;
}

.desire-program-main2 {
padding: 50px 50px 60px 50px;
}


.select-ks2-classes-row h2 {
	padding: 0 0 32px;
	font-size: 35px;
	line-height: 48px;
}
.training-buttons-con a {
	min-width: 356px;
	height: 88px;
	font-size: 20px;
}



}
@media only screen and (min-width: 992px) and (max-width: 1200px)
{
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;
}
.desire-program-blk.select-ks2-list .impact-boxes {
grid-gap: 0px 35px;
}	
.package-section .package-part {
padding: 42px 50px 41px;
}
.mhc-merchandise-main h2.mhc-heading {
font-size: 32px;
line-height: 42px;
margin: 0 0 40px;
}
.mhc-merchandise-inn {
padding: 42px 38px 40px;
}
.mhc-merchandise-grid-img {
height: 260px;
}
.mhc-merchandise-grid-body {
min-height: 180px;
}
.mhc-merchandise-grid-body h4 {
font-size: 20px;
line-height: 23px;
}
.mhc-merchandise-grid-qty {
margin: 20px 0;
}
.mhc-merchandise-grid-qty h5 {
font-size: 17px;
}
.mhc-merchandise-grid-body .class-actual-price {
font-size: 17px;
}
.mhc-merchandise-grid-body span.class-saving {
font-size: 25px;
}

.desire-program-main2 {
padding: 50px 50px 60px 50px;
}
.desire-program-blk.select-ks3-list1 .prog-impact .impact-boxes {
	grid-template-columns: repeat(3, 1fr);
}
.mhc-merchandise-grid {
	max-width: calc(48.333% - 32px);
	margin: 0 16px 32px 16px;
}
section.package-section {
	margin-bottom: 50px;
}
.classes-text {
	font-size: 14px;
	line-height: 18px;
}
.pupil-invilved-con h3 {
	font-size: 37px;
	line-height: 40px;
	font-weight: 700;
}
.pupil-invilved-con h3 span {
	font-size: 20px;
	line-height: 24px;
}
.pupil-invilved-con {
	padding: 50px 0 0;
}
.training-progressbar-outer 
{
	margin: 42px 0 0;
	padding: 27px 28px;
}

.select-ks2-classes-row h2 {
	padding: 0 0 32px;
	font-size: 30px;
	line-height: 41px;
}
.training-buttons-con a {
	min-width: 356px;
	height: 80px;
	font-size: 20px;
}


}
@media only screen and (min-width: 768px) and (max-width: 991px) 
{
	
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;
}
.desire-program-blk.select-ks2-list .impact-boxes {
grid-gap: 0px 35px;
}	
.package-section .package-part {
	padding: 40px 25px 40px;
}
.mhc-merchandise-main h2.mhc-heading {
font-size: 32px;
line-height: 42px;
margin: 0 0 40px;
}
.mhc-merchandise-inn {
padding: 42px 35px 40px;
}
.mhc-merchandise-grid-img {
	height: 220px;
	padding: 42px 15px 15px 15px;
}
.mhc-merchandise-grid-body {
	min-height: 160px;
	padding: 15px;
}
.mhc-merchandise-grid-body h4 {
	font-size: 18px;
	line-height: 20px;
}
.mhc-merchandise-grid-qty {
margin: 20px 0;
}
.mhc-merchandise-grid-qty h5 {
	font-size: 15px;
}
.mhc-merchandise-grid-body .class-actual-price {
font-size: 17px;
}
.mhc-merchandise-grid-body span.class-saving {
	font-size: 21px;
}
.desire-program-main2 {
padding: 50px 50px 60px 50px;
}
.desire-program-blk.select-ks3-list1 .prog-impact .impact-boxes {
	grid-template-columns: repeat(3, 1fr);
}
.mhc-merchandise-grid {
	max-width: calc(48.333% - 20px);
	margin: 0 10px 30px 10px;
}
section.package-section {
	margin-bottom: 50px;
}
.classes-text {
	font-size: 10px;
	line-height: 15px;
}
.pupil-invilved-con h3 {
	font-size: 33px;
	line-height: 37px;
	font-weight: 700;
}
.pupil-invilved-con h3 span {
	font-size: 17px;
	line-height: 22px;
}
.pupil-invilved-con {
	padding: 50px 0 0;
}
.training-progressbar-outer 
{
	margin: 42px 0 0;
	padding: 27px 28px;
}
section.hero-section .banner-top .heading h2 sup {
	font-size: 20px;
	line-height: 28px;
	left: 0px;
	top: -10px;
}
.desire-program-blk .top-part input[type="text"] {
	height: 60px;
	font-size: 28px;
	line-height: 40px;
	margin: 0 0 30px 0;
}
	
.desire-program-blk .top-part input[type="text"] {
	height: 60px !important;
	font-size: 28px !important;
	line-height: 40px !important;
	margin: 0 0 30px 0 !important;
}	
.drop-zone {
	height: 252px;
}
span.drop-zone__prompt {
	font-size: 18px;
}
.desire-program-blk.select-ks2-list .impact-boxes {
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 24px 30px !important;
}
.package-section .package-part .choose-blk {
	margin: 0 0 33px;
	padding: 29px;
	column-gap: 31px;
	position: relative;
	align-items: center;
}
.price-strike {
	font-size: 18px;
	line-height: 20px;
}
.package-section .package-part .choose-blk:last-child {
	margin-bottom: 0;
}
.transform-training-bottom-grid h4 {
	font-size: 25px;
	line-height: 35px;
}
.mhc-merchandise-grid .mhc-batch {
	font-size: 16px;
	line-height: 21px;
	height: 37px;
	padding: 5px 15px;
}
.mhc-merchandise-grid-body .class-actual-price-1 {
	font-size: 15px;
}


.select-ks2-classes-row h2 {
	padding: 0 0 32px;
	font-size: 26px;
	line-height: 34px;
}

.training-buttons-con a {
	min-width: 326px;
	height: 80px;
	font-size: 18px;
}
.select-ks2-classes-row {
	margin-bottom: 50px;
	margin-top: 50px;
}

	
}
@media only screen and (max-width:767px)
{

section.hero-section .banner-images .left-img.comman .top-img {
	right: -10px;
	top: -20px;
}
section.hero-section .banner-images .right-img.comman .top-img img {
	top: -20px;
	right: 10px;
}

section.hero-section .banner-images .comman .bottom-img img {
	width: 50px !important;
	height: 50px !important;
}
section.hero-section::before {
	left: -15px;
	top: -15px;
	height: calc(100% + -90px);
	width: calc(100% + 30px);
}
section.hero-section {
	margin: 15px;
	width: calc(100% - 30px);
}
section.hero-section {
	border-radius: 8px;
}
section.hero-section .banner-images .right-img.comman .bottom-img {
	position: relative;
	left: 30px;
	top: 0px;
}
section.hero-section .banner-images .left-img.comman .bottom-img {
	position: relative;
	left:-30px;
	top:0px;
}

.select-ks2-classes-row h2 {
	padding: 0 0 32px;
	font-size: 26px;
	line-height: 34px;
}

.training-buttons-con a {
	min-width: 326px;
	height: 80px;
	font-size: 18px;
	margin: 0 0 14px 0;
}
.select-ks2-classes-row {
	margin-bottom: 50px;
	margin-top: 50px;
}
.select-ks2-classes-row h2 br {
	display: none;
}
.training-buttons-con {
	flex-direction: column;
}	
section.hero-section .banner-images .comman {
	row-gap: 0px;
}
body {
	min-height: auto;
	padding-bottom: 0;
	position: relative;
}
footer {
	position: static;
	bottom: 0;
	left: 0;
	width: 100%;
}
	
}




@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  section.hero-section .banner-top .heading h1,
  section.hero-section .banner-top .heading h2 {
    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%;
  }
  span.drop-zone__prompt {
    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;
  }

  .calc-info table tr td {
    font-size: 18px;
    line-height: 26px;
  }

  section.package-calculation
    .calc-blk
    .calc-info
    table
    tr
    td
    span.box-input
    input {
    font-size: 20px;
    line-height: 26px;
  }

  section.package-calculation .calc-blk .calc-by .input-part input {
    width: auto;
    height: 50px;
    font-size: 18px;
    line-height: 26px;
  }

  section.package-calculation .calc-blk .calc-by .input-part {
    width: 100%;
  }

  section.package-calculation .calc-blk .calc-by {
    max-width: calc(50% - 30px);
  }

  .calc-info table tr td span.box-input {
    height: 25px;
    line-height: 25px;
    width: 60px;
  }

  section.package-calculation .gen-btn button.gen-link,
  section.package-calculation .gen-btn a.gen-pdf {
    height: 48px;
    font-size: 18px;
  }

  .select-classes p {
    max-width: calc(25% - 12px) !important;
  }

  .package-section .package-part .choose-blk .choose-content p label {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .select-classes {
    gap: 6px 15px;
  }
  .calc-info table tr td span.blue {
    font-size: 26px;
    line-height: 30px;
  }
 
  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;
  }
  
  .fixed-calc-blk {
    column-gap: 30px !important;
  }

  .fixed-calc-blk .calc.left::before {
    right: 0 !important;
  }
  .fixed-calc-blk .calc.btn-right input[type="submit"] {
    width: 170px !important;
    height: 50px !important;
    font-size: 17px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.hero-section .banner-top .heading h1,
  section.hero-section .banner-top .heading h2 {
    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 .upload-part {
    max-width: 100%;
    width: 100%;
  }

  .desire-program-blk .upload-filters {
    row-gap: 0px;
  }

  .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 {
    padding-bottom: 60px;
  }


  .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: 16px;
    line-height: 24px;
  }

  .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;
  }

  .calc-info {
    max-width: 100%;
  }

  section.package-calculation .calc-blk .calc-by {
    max-width: 100%;
  }

  section.package-calculation .calc-blk .calc-by .input-part input {
    width: auto;
    font-size: 18px;
    line-height: 26px;
    height: 60px;
  }

  .calc-info table tr td {
    font-size: 18px;
    line-height: 26px;
  }

  .calc-info table tr td span.blue {
    font-size: 24px;
    line-height: 30px;
  }

  section.package-calculation .calc-blk .calc-by .input-part {
    margin: 0 0 20px;
  }

  section.package-calculation .gen-btn button.gen-link,
  section.package-calculation .gen-btn a.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;
  }
  .drop-zone {
    max-width: 100% !important;
  }
  section.package-calculation
    .calc-blk
    .calc-info
    table
    tr
    td
    span.box-input
    input {
    font-size: 18px;
  }
  .launch-select-part .select-classes p {
    max-width: calc(25% - 10px) !important;
  }
  .fixed-calc-blk {
    column-gap: 20px !important;
  }

  .fixed-calc-blk .calc table tr td {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .fixed-calc-blk .calc.btn-right input[type="submit"] {
    font-size: 16px !important;
    line-height: 24px !important;
    width: max-content !important;
    height: auto !important;
    padding: 15px 30px !important;
  }

  .fixed-calc-blk .calc table tr td span.blue {
    font-size: 26px !important;
    line-height: 36px !important;
  }

  .fixed-calc-blk .calc.left::before {
    background: none !important;
  }

  .form-group label:before {
    width: 40px;
    height: 40px;
  }
  section.package-calculation h2.calc-heading {
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .launch-select-part::before {
    background: none !important;
  }
}
@media only screen and (max-width: 767px) {
  section.hero-section .banner-top .heading h1,
  section.hero-section .banner-top .heading h2 {
    font-size: 24px;
    line-height: 30px;
  }

section.hero-section .banner-images .comman img {
	width: 40px;
	height: 40px;
}
  section.hero-section .banner-images .comman {
    margin: 0px;
    max-width: 10%;
  }

  .desire-program-blk .upload-filters .upload-part {
    max-width: 100%;
  }

  .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);
  }

  .calc-info {
    max-width: 100%;
  }

  section.package-calculation .calc-blk .calc-by {
    max-width: 100%;
  }

  section.package-calculation .calc-blk .calc-by .input-part input {
    width: auto;
    font-size: 16px;
    line-height: 24px;
    height: 40px;
  }

  section.package-calculation .gen-btn {
    flex-direction: column;
    margin: 40px 0 0;
  }

  .desire-program-blk {
    padding: 20px 15px 50px;
  }

  section.hero-section .banner-images .middle-img img {
    width: 100%;
  }

  section.hero-section .banner-images {
    width: calc(100% - 40px);
    margin: 0 20px;
  }

  span.drop-zone__prompt {
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 16px;
  }

  .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%;
  }

  .package-section .package-part .choose-blk .choose-content {
    max-width: 100%;
    padding: 15px 0 0;
  }
  .desire-program-blk .prog-impact {
    margin: 50px 0 0;
    width: 100%;
  }
  .package-section .package-part .choose-blk .selec-pkg {
    max-width: 100%;
    max-width: 100%;
    position: initial;
    margin: 20px 0 0;
  }

  .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 .package-part .choose-blk .selec-pkg h3 {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .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(50% - 13px) !important;
  }

  .package-section .package-part .choose-blk .choose-content p label {
    height: 36px;
    line-height: 35px;
  }

  .select-classes {
    justify-content: center;
    gap: 15px 26px;
    padding: 0 !important;
    margin: auto !important;
  }
  .launch-select-part h4.select-heading {
    text-align: center !important;
    font-size: 18px !important;
    line-height: 24px !important;
    margin: 10px 0 !important;
    display: block !important;
  }
  .launch-select-part::before {
    background: none !important;
  }
  .select-classes p span {
    text-align: center;
  }
  .calc-info table tr td {
    font-size: 16px;
    line-height: 24px;
  }

  .calc-info table tr td span.box-input {
    width: 50px;
    height: 20px;
    line-height: 20px;
  }

  section.package-calculation
    .calc-blk
    .calc-info
    table
    tr
    td
    span.box-input
    input {
    font-size: 16px;
    line-height: 24px;
  }

  .calc-info table tr td span.blue {
    font-size: 22px;
    line-height: 28px;
  }

  section.package-calculation .calc-blk .calc-by .input-part {
    margin: 0 0 10px;
  }

  section.package-calculation .gen-btn button.gen-link,
  section.package-calculation .gen-btn a.gen-pdf {
    width: 300px;
    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;
  }
  .drop-zone {
    height: 180px !important;
    max-width: 100% !important;
  }
  section.package-calculation .gen-btn a.gen-pdf {
    width: calc(300px - 80px);
  }
  .desire-program-blk .top-part input[type="text"] {
    height: 50px !important;
    margin: 0 0 20px 0 !important;
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .fixed-calc-blk {
    column-gap: 20px !important;
  }

  .fixed-calc-blk .calc table tr td {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .fixed-calc-blk .calc.btn-right input[type="submit"] {
    font-size: 16px !important;
    line-height: 24px !important;
    width: max-content !important;
    height: auto !important;
    padding: 10px 20px !important;
    margin: 10px 0 0 0 !important;
  }

  .fixed-calc-blk .calc table tr td span.blue {
    font-size: 26px !important;
    line-height: 36px !important;
  }

  .fixed-calc-blk .calc.left::before {
    background: none !important;
  }
  .fixed-calc-blk {
    row-gap: 0;
  }
  section.fixed-calc {
    padding: 15px 0 35px !important;
  }

  .fixed-calc-blk .calc table tr:first-child td {
    padding: 0 10px 0 0 !important;
  }
  section.package-calculation .calc-blk .calc-by .input-part label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  section.hero-section .banner-top .heading h2 sup {
    font-size: 10px;
    line-height: 20px;
  }
  section.package-calculation h2.calc-heading {
    font-size: 26px !important;
    line-height: 40px !important;
    margin: 0 0 15px !important;
  }
  .desire-program-blk .upload-filters h2.range-heading {
    font-size: 19px !important;
    line-height: 24px !important;
    margin: 20px 0 0 !important;
  }
  section.package-calculation
    .calc-blk
    .calc-by
    .input-part.textarea
    p
    textarea::placeholder {
    font-size: 16px;
  }
  section.package-calculation .calc-blk .calc-by .input-part input,
  .calc-by .input-part.textarea p textarea {
    font-size: 16px;
    line-height: 24px;
  }
  .launch-select-part::before {
    background: none !important;
  }
}
@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) !important;
  }
  .desire-program-blk .prog-impact .impact-boxes {
    grid-template-columns: repeat(1, 1fr);
  }
  span.drop-zone__prompt {
    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 a.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;
  }
  .select-classes p {
    max-width: 100% !important;
  }
  section.package-calculation .gen-btn a.gen-pdf {
    width: calc(100% - 80px);
  }
  section.package-calculation .calc-blk .calc-by .input-part {
    flex-direction: column;
  }
  section.package-calculation .calc-blk .calc-by .input-part p {
    max-width: 100%;
  }
  section.hero-section .banner-top .heading h2 sup {
    font-size: 10px;
    line-height: 21px;
    right: -20px;
  }
  section.hero-section .banner-top .heading h1,
  section.hero-section .banner-top .heading h2 {
    font-size: 20px;
  }
  section.package-calculation h2.calc-heading {
    font-size: 19px !important;
    line-height: 26px !important;
    margin: 0 0 15px !important;
  }
}

/*additional css*/
.text-right {
  text-align: right;
}

.drop-zone {
	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;
	height: 292px;
	cursor: pointer;
	max-width: 100%;
	width: 100%;
	padding: 15px;
}
.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  /* background-color: #cccccc; */
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}

/*.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}*/
.ui-widget-header {
  border: 1px solid #48bae9;
  background: #48bae9;
  color: #ffffff;
  font-weight: 500;
  font-family: Poppins;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #204282;
  background: #204282;
  color: #ffffff;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 1px solid #48bae929;
  background: #f2f5f9;
  color: #20428d;
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
}
.ui-datepicker table th {
  color: #244180;
  font-family: Poppins;
  font-weight: 500;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
  border: 1px solid #204282;
  background: #204282;
  color: #ffffff;
}
.loader {
  position: relative;
  width: 100px;
  height: 100px;
  display: block;
}

.loader-outer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00000070;
  display: none;
}
.loader:before,
.loader:after {
  content: "";
  border-radius: 50%;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
}
.loader:after {
  box-shadow: 0 2px 0 #ff3d00 inset;
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.desire-program-blk .top-part input[type="text"] {
	border-radius: 7px;
	font-size: 39px;
	border: 1px solid rgba(23, 59, 116, 0.46);
	background: #fff;
	width: 100%;
	padding: 14px 20px;
	color: rgba(192, 192, 192, 1);
	font-style: normal;
	font-weight: 500;
	box-sizing: border-box;
	margin: 0 0 30px 0;
	outline: none;
	text-align: center;
	display: inline-block;
	float: left;
}
.desire-program-blk .top-part label {
	display: inline-block;
	width: 100%;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
	color: rgba(25, 62, 123, 0.6);
	margin-bottom: 8px;
}
.desire-program-blk .top-part input[type="text"]::-webkit-input-placeholder  { /* Chrome/Opera/Safari */
  color:rgba(192, 192, 192, 1);
  opacity:1;
}
.desire-program-blk .top-part input[type="text"]::-moz-placeholder  { /* Firefox 19+ */
  color: rgba(192, 192, 192, 1); opacity:1;
}
.desire-program-blk .top-part input[type="text"]:-ms-input-placeholder  { /* IE 10+ */
  color: rgba(192, 192, 192, 1); opacity:1;
}
.desire-program-blk .top-part input[type="text"]:-moz-placeholder { /* Firefox 18- */
 color: rgba(192, 192, 192, 1); opacity:1;
}


.launch-select-part {
  border-radius: 20px;
  background: #fff;
  margin: 0 0 33px;
  overflow: hidden;
  align-items: flex-start;
  padding: 29px;
  column-gap: 31px;
  position: relative;
}
.launch-select-part .selec-pkg {
  position: absolute;
  right: 0;
  top: 50%;
}

.launch-select-part .select-classes {
  padding: 0 29px;
  margin: 0;
  max-width: 78%;
  width: 100%;
}

.launch-select-part .choose-blk {
  margin: 0 !important;
}

.launch-select-part .select-classes p {
  max-width: calc(14.2% - 22px);
}
.launch-select-part h4.select-heading {
  color: var(--Dark-Blue, #1b4385);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin: 0px 0 10px;
  text-align: left;
  padding: 0 29px;
  display: inline-block;
}
.desire-program-blk .top-part input[type="text"]::placeholder {
  /* opacity: 0.5; */
  font-weight: 500;
}
.launch-select-part .choose-blk::before {
  background: none !important;
}

.launch-select-part::before {
  content: "";
  background: #d9d9d9;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 20%;
  top: 0;
  z-index: 1;
}
section.fixed-calc {
	position: fixed;
	bottom: -20px;
	left: 0;
	max-width: 100%;
	width: 100%;
	background: #fff;
	box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.25);
	padding: 10px 0 25px 0;
	z-index: 9;
}

.fixed-calc-blk {
	display: flex;
	flex-wrap: wrap;
	column-gap: 0px;
	align-items: center;
	justify-content: center;
}
.fixed-calc-blk .calc table tr td {
	color: rgba(27, 67, 133, 1);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	padding: 0px 2em !important;
	vertical-align: middle !important;
	text-align: center;
	line-height: 24px !important;
	border-right:0;
	position: relative;
}
.fixed-calc-blk .calc table tr td::before {
	position: absolute;
	right:0px;
	top: 50%;
	content: "";
	width: 1px;
	height: 20px;
	background: rgb(197, 197, 197);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.fixed-calc-blk .calc table tr td:last-child::before
{
	display:none;
}
.fixed-calc-blk .calc.left {
	position: relative;
	width: 100%;
	display: inline-block;
	width: 100%;
}
.fixed-calc-blk .calc.left table, .fixed-calc-blk .calc.left tbody {
	width: 100%;
}
.fixed-calc-blk .calc.left::before {
	display:none;
}
.fixed-calc-blk .calc.btn-right input[type="submit"] {
  display: flex;
  width: 300px;
  height: 62px;
  gap: 10px;
  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;
  text-transform: uppercase;
  transition: 0.3s;
  cursor: pointer;
  padding: 0 20px;
  background: #3abbec;
}
.fixed-calc-blk .calc table tr td span.blue {
	color: #3abbec;
	font-family: Poppins;
	font-size: 25px;
	font-style: normal;
	font-weight: 800;
	line-height: 38px;
}
.fixed-calc-blk .calc.btn-right input[type="submit"]:hover {
  opacity: 0.8;
}

.desire-program-blk .upload-filters h2.range-heading {
  color: #1b4385;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  position: relative;
}
section.package-calculation h2.calc-heading {
	color: #204282;
	text-align: center;
	font-family: Poppins;
	font-size: 31px;
	font-style: normal;
	font-weight: 700;
	line-height: 37px;
	text-transform: uppercase;
	margin: 0 0 40px;
}
@media only screen and (max-width:639px)
{
section.hero-section .banner-images .left-img.comman .top-img {
	right: 10px;
	top: -20px;
}
section.hero-section .banner-images .comman img {
	width: 34px;
	height: 34px;
}
section.hero-section .banner-images .left-img.comman .bottom-img {
	top: 0px;
}
section.hero-section .banner-images .comman .bottom-img img {
	width: 40px !important;
	height: 40px !important;
}
section.hero-section .banner-images .right-img.comman .top-img img {
	right: -10px;
}
section.hero-section .banner-images .right-img.comman .bottom-img {
	left: 20px;
	top: 10px;
}
.hero-container {
	max-width: 100%;
	width: 100%;
	padding: 0 15px;
}
.container {
	max-width: 100%;
	width: 100%;
	padding: 0 15px;
}
section.hero-section .banner-images .comman img {
	width: 32px;
	height: 32px;
}
section.hero-section .banner-images .comman .bottom-img img {
	width: 34px !important;
	height: 34px !important;
}
section.hero-section .banner-images .left-img.comman .bottom-img {
	left: -20px;
}
section.hero-section .banner-images .right-img.comman .bottom-img {
	left: 20px;
	top:0px;
}
section.hero-section .banner-images .right-img.comman .top-img img {
top: -30px;
}

}

@media only screen and (max-width: 479px) 
{
.training-buttons-con a {
	min-width: 100%;
	height: auto;
	font-size: 18px;
	margin: 0 0 14px 0;
	padding: 12px 10px;
}
.training-buttons-con a br {
	display: none;
}
section.hero-section .banner-images .comman img {
	width: 26px;
	height: 26px;
}
section.hero-section .banner-images .left-img.comman .top-img {
	top: -10px;
}
section.hero-section .banner-images .right-img.comman .top-img img {
	top: -20px;
}
section.hero-section .banner-images .comman .bottom-img img {
	width: 30px !important;
	height: 30px !important;
}
section.hero-section .banner-images .right-img.comman .bottom-img {
	left: 15px;
	top: -5px;
}
section.hero-section .banner-images .left-img.comman .bottom-img {
	left: -20px;
	top: -4px;
}
section.hero-section .banner-images .middle-img img {
	width: 100%;
	margin-top: 10px;
}	
	
	
}