@font-face {
  font-family: "Poppins";
  src: url(/Poppins/Poppins-Medium.ttf) format("truetype");
  font-weight: 500; /* or adjust based on the weight */
  font-style: normal; /* or italic if applicable */
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}
html {
  scroll-padding-top: 60px !important; /* Replace 60px with your header's height */
}
.progressset.progressbg {
  background: #ffffff;
}
.progressset {
  background: rgb(255, 255, 255);
  position: sticky;
  top: 0px;
  left: 0;
  height: 10px;
  z-index: 998;
  min-width: 100%;
}
.pageprogress {
  transition: all linear 0.1s;
  min-width: 0%;
  height: 10px;
}
header {
  width: 100%;
  position: sticky;
  z-index: 100;
  top: 10px;
  box-shadow: 0px 0px 10px 10px #0000002e;
  background-color: #f2f2f2;
  display: none;
}
header ul {
  margin: auto;
  width: min(1300px, 95%);
  display: flex;
  justify-content: start;
  align-items: center;
  height: 50px;
  gap: 20px;
}
header ul li {
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  font-size: 14px;
  text-transform: uppercase;
}
.secondNav > ul {
  border-top: 2px solid white;
  height: 30px;
  justify-content: end;
}
.secondNav > ul > li {
  height: 100%;
  font-size: 13px;
  color: black;
}
.active {
  background: #e3c16c;
}
#overview {
  /* border: 1px solid red; */
  width: 100%;
  display: flex;
  align-items: start;
  gap: 20px;
  overflow: hidden;
}
#overview #overviewLeft {
  width: 30%;
  height: 100%;
}
.overviewLeft .swiper-slide {
  position: relative;
}
.overviewLeft img {
  width: 100%;
  /* height: 485px; */
  object-fit: cover;
}
.overviewLeft p {
  padding: 20px 0px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  color: #ffffff;
  font-size: 30px;
  text-shadow: 0px 0px 10px black;
}
.overviewLeft .swiper-pagination,
.overviewRight .swiper-pagination {
  position: relative;
  top: 3px;
}
.overviewLeft .swiper-pagination .swiper-pagination-bullet,
.overviewRight .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffc107;
  width: 25px;
  height: 4px;
  border-radius: 0px;
}
#overview #overviewRight {
  /* border: 1px solid red; */
  margin-top: 30px;
  width: 70%;
}

#overview #overviewRight img {
  height: 200px;
  width: 100%;
}
#overviewRight .swiper-slide {
  text-align: center;
  box-shadow: 0px 0px 3px 0px #00000045;
}
#overview #overviewRight h1 {
  font-weight: 500;
  font-size: 60px;
  margin-bottom: 10px;
}
#overview #overviewRight > p {
  word-wrap: break-word;
  width: 90%;
  line-height: 20px !important;
  font-size: 15px !important;
}

#overview #overviewRight > div {
  margin-top: 15px;
}
#overviewRight .swiper-slide > div {
  /* position: absolute;
  bottom: -19px; */
  padding: 5px 2px;
  font-size: 13px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}
#overviewRight .swiper-slide > div h5 {
  position: sticky;
  top: 0px;
  font-size: 14px;
}
#overviewRight .swiper-slide > div p {
  /* color: black; */
  font-size: 12px !important;
  line-height: 15px !important;
  /* padding: 5px 0px 10px; */
  overflow-y: scroll;
  scrollbar-width: none;
}
#services {
  /* border: 1px solid; */
  padding: 20px 0px;
}
#services h2 {
  margin: 20px 0px;
  text-align: center;
  font-size: 30px;
}
.servicesCardContainer {
  margin: auto;
  width: min(1300px, 90%);
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: auto auto auto auto;
  place-items: center;
}

.servicesCardModel {
  padding: 10px 0px;
  width: 100%;
  font-size: 14px;
  background-color: rgb(0, 170, 8);
  display: flex;
  justify-content: center;
  color: white;
}
.servicesCardBottom {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  background-color: rgb(0 104 5);
  border-radius: 0px 0px 10px 10px;
}
.servicesCardBottom a {
  font-size: 12px;
  color: white;
  background: rgb(255 255 255 / 12%);
  padding: 5px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.servicesCardBottom a img {
  height: 17px;
}

#BenefitsHeaading {
  margin: 40px 0px;
  width: 100%;
  text-align: center;
  display: grid;
  gap: 20px;
}

#BenefitsHeaading h2 {
  font-size: 30px;
}
#BenefitsHeaading h5 {
  font-size: 18px;
  font-weight: lighter;
}
#BenefitsMain {
  /* border: 1px solid; */
  margin: auto;
  width: min(1300px, 90%);
  display: grid;
  grid-template-columns: auto auto auto;
}
.BenefitsMainColumn {
  display: flex;
  flex-direction: column;
}
.BenefitsMainColumn > img {
  margin: 0px 50px;
  margin: auto;
  width: 350px;
  border-radius: 10px;
}
.BenefitsData {
  display: grid;
  padding: 20px;
}
.BenefitsData h3 {
  font-size: 22px;
}
.BenefitsData p {
  margin: 10px 0px;
  font-weight: lighter;
  font-size: 15px;
  line-height: 20px;
  color: #454545;
}

#Certified {
  padding: 20px 0px;
  margin: 40px 0px;
}
#Certified h1 {
  text-align: center;
  padding: 20px 0px;
  font-size: 30px;
}
#CertifiedCardHolder {
  margin: auto;
  width: min(1300px, 90%);
  display: grid;
  grid-template-columns: auto auto auto;
  place-items: center;
}
.CertifiedCard {
  box-shadow: 0px 0px 10px 10px rgb(215 215 215 / 32%);
  width: min(300px, 95%);
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
.CertifiedCard > div:first-child {
  width: 100%;
  position: relative;
}
.CertifiedCard > div:first-child img {
  width: 300px;
  height: 350px;
  width: 100%;
}
.CertifiedCard > div:first-child h3 {
  padding: 10px;
  left: 35%;
  border-radius: 50px;
  background-color: yellow;
  font-size: 13px;
  color: black;
  position: absolute;
  bottom: 10px;
}
.CertifiedCardText {
  padding: 20px 10px;
  font-size: 13px;
  line-height: 19px;
  height: 50px;
  overflow-y: scroll;
}
#Healthy {
  padding: 20px 0px;
}
.HealthyHead {
  width: 100%;
  text-align: center;
}
.HealthyHead h1 {
  white-space: nowrap;
  font-size: 30px;
}
.HealthyHead h3 {
  font-size: 20px;
}
.HealthyMain {
  display: grid;
  grid-template-columns: auto auto;
}
.HealthyMain {
  margin: auto;
  width: min(1300px, 95%);
  display: grid;
  grid-template-columns: auto auto;
}
.HealthyMainColumn {
  width: 100%;
}
.HealthyMainColumn p {
  margin: 20px 0px;
  width: min(600px, 100%);
}
.HealthyMainColumnSlide {
  /* border: 1px solid red; */
  height: 40px;
  margin: 0px 30px;
  overflow: hidden;
  background-color: white;
  /* box-shadow: 0px 0px 10px 10px rgb(215 215 215 / 32%); */
  border-bottom: 1px solid rgba(128, 128, 128, 0.369);
  transition: height 0.5s ease-in-out;
}
.HealthyMainColumnSlide .HealthyMainClk {
  /* border: 1px solid; */
  display: flex;
  align-items: center;
  padding: 0px 20px;
  height: 40px;
}
.HealthyMainColumnSlide .HealthyMainClk::before {
  content: "-";
  padding-right: 10px;
  color: #454545;
}
.HealthyMainColumnSlide .HealthyMainBody {
  width: min(600px, 100%);
  display: flex;
  font-size: 14px;
  align-items: center;
  padding: 10px 20px;
  overflow: hidden;
  color: #454545;
}
.HealthyMainColumn img {
  width: 80%;
}
.Questions {
  padding: 20px 0px;
}
.QuestionsHead {
  margin: auto;
  width: min(1310px, 97.25%);
  display: flex;
  justify-content: start;
  position: relative;
  top: 10px;
}
/* .QuestionsIconMain {
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 30px;
  background-color: #007a99;
  height: 50px;
  width: 50px;
} */
.QuestionsHead h1 {
  background-color: white;
  padding: 10px;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 10px 0px rgb(169 169 169 / 32%);
}
#Questions > div:last-child {
  margin: auto;
  border: 10px solid red;
  border-left: none;
  border-radius: 0px 20px 20px 0px;
  overflow: hidden;
  width: min(1300px, 95%);
}
.QuestionsMain {
  overflow-y: scroll;
  /* border: 10px solid rgb(242, 255, 243); */
  box-shadow: 0px 0px 15px 5px rgb(165 165 165 / 16%);
  /* padding: 20px; */
  border-radius: 10px;
  /* border-left: none; */
  margin: auto;
  color: #000000;
  height: 250px;
}

.QusestionAsked {
  height: 50px;
  box-shadow: 0px 0px 10px 1px rgb(130 130 130 / 33%);
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}
.QusestionAsked > div:first-child {
  display: flex;
  padding: 0px 10px;
  width: calc(100%-20px);
  align-items: center;
  justify-content: space-between;

  height: 50px;
}
.QusestionAsked > div > h2 {
  font-size: 16px;
}
.QusestionAsked p {
  padding: 20px 10px;
  font-size: 14px;
}
#Courses {
  padding: 20px 0px;
  width: 100%;
}
#Courses h1 {
  margin: 20px 0px;
  font-size: 30px;
  text-align: center;
}
.CoursesCardContainer {
  margin: auto;
  width: min(1300px, 95%);
  display: grid;
  grid-template-columns: auto auto auto;
  place-content: center;
  gap: 20px;
}

.CoursesCard {
  padding: 10px;
  max-width: 320px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.133);
}
.CoursesCard .thumbNail {
  display: flex;
  justify-content: center;
  position: relative;
}
.CoursesCard .thumbNail img {
  border-radius: 10px 10px 0px 0px;
  margin: auto;
  height: 300px;
  /* width: 300px; */
  width: 100%;
}
.CoursesCard .thumbNail .trainingMode,
.CoursesCard .thumbNail .trainingReview {
  height: 30px;
  width: 100px;
  background-color: rgb(0, 170, 8);
  font-size: 13px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  left: -2px;
  border-radius: 0px 5px 5px 0px;
}
.CoursesCard .thumbNail .trainingReview {
  width: 80px;
  top: 42px;
  background-color: rgb(255, 183, 0);
  display: flex;
  gap: 5px;
}
.CoursesCard .thumbNail .trainingReview span {
  font-size: 10px;
}

.cardBody h2 {
  text-align: center;
  margin: 5px 0px 10px 0px;
  font-size: 16px;
  font-weight: 600;
}
.cardBody h6 {
  font-size: 11px;
  margin-bottom: 4px;
  font-weight: 600;
  color: #202020;
}
.language,
.Available,
.Plans {
  width: 100%;
  margin-bottom: 10px;
}
.language ul,
.Available ul,
.Plans ul {
  width: 100%;
  display: flex;
  gap: 5px;
}
.language ul li,
.Available ul li,
.Plans ul li,
.modelInfo2 ul li {
  border: 1px solid #ddd;
  color: #202020;
  padding: 1px 2px;
  font-size: 12px;
  white-space: nowrap;
}
.modelInfo2 {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 5px;
  padding: 5px 0px;
}
.modelInfo2 ul {
  margin-bottom: 5px;
  gap: 2px;
  display: flex;
}
.modelInfo2 ul li{
  padding: 3px 8px;
}
footer {
  margin-top: 50px;
  background-color: #373737;
}
.footerTop {
  padding: 50px 0px 30px 0px;
  margin: auto;
  width: min(1300px, 95%);
  display: grid;
  grid-template-columns: auto auto auto;
}
.footerColumn h1 {
  color: red;
  font-size: 25px;
  width: max-content;
  padding: 10px 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgb(106, 106, 106);
}
.footerColumn > ul {
  color: white;
  display: grid;
  gap: 20px;
}
.footerForm {
  width: 300px;
}
.footerMiddle {
  background-color: #f2ead3;
  padding: 20px 0px;
  text-align: center;
}
.footerMiddle p {
  margin: auto;
  width: min(1100px, 95%);
}
.footerBottom {
  padding: 20px 0px;
  display: flex;
  justify-content: space-around;
  color: white;
}
.footerBottom a{
  color: white
}
.HealthyMainBodyHeight {
  height: fit-content;
}

.slideContentContainer {
  position: fixed;
  z-index: 999;
  top: 0px;
  height: 100%;
  width: 100vw;
  background-color: #000000bb;
  display: none;
  justify-content: right;
}
#slideCloseBtn {
  border: none;
  outline: none;
  background-color: #00000084;
  color: white;
  height: 50px;
  min-width: 50px;
  border-radius: 50px;
}
.slideContentContainerChild {
  z-index: 999;
  position: fixed;
  top: 0px;
  transform: translateX(200%);
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 70%;
  transition: all 0.7s ease-in-out;
}
.slideContentContainerChild #slideContentMain {
  width: 95%;
  scroll-padding-top: 100px;
  height: 100%;
  background-color: #f6f8fc;
  overflow-y: scroll;
  /* border: 5px solid; */
}
.sliderContent {
  display: none;
}
.sliderContent > h2 {
  position: sticky;
  top: 0px;
  background-color: #f2ead3;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  padding: 10px 0px;
  z-index: 5;
}
#sliderForm h3 {
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
}
#sliderForm form {
  padding: 10px;
}
.packagesSliderMenu {
  position: sticky;
  top: 50px;
}
.packagesSliderMenu > ul {
  display: flex;
  justify-content: center;
  background: #f2f2f2;
}
.packagesSliderMenu > ul li {
  padding: 10px 5px;
  width: 33%;
  text-align: center;
  border: 1px solid rgba(126, 126, 126, 0.237);
  cursor: pointer;
}
.packageContent {
  display: grid;
  gap: 20px;
}
.packageContent h3 {
  text-align: center;
  padding: 10px 0px;
  border-bottom: 1px solid #80808033;
}
.packageContent > div {
  margin-top: 20px;
  width: 100%;
}
.packageContent > div > ul {
  display: grid;
  grid-template-columns: auto auto;
  place-content: start;
  grid-column-gap: 60px;
  width: 90%;
  margin: auto;
}
.packageContent > div > ul > li {
  white-space: nowrap;
  width: min-content;
  padding: 5px 3px;
  list-style-type: disc;
}
.InstructorImageHolder {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin-top: 10px;
}
.InstructorImageHolder > div {
  width: 30%;
  text-align: center;
}
.InstructorImageHolder img {
  width: 100%;
}
.childSlider {
  display: flex;
  justify-content: space-between;
}
.childSlider ul {
  max-width: 650px;
  background: #f2f2f2;
  height: 100%;
}
.childSlider > div {
  width: 40%;
}
.childSlider ul li,
.childSlider ul h5 {
  border-bottom: 1px solid rgb(255, 255, 255);
  padding: 7px 10px;
  font-size: 13px;
}
#Policy > .childSlider{
  width: 100% !important;
}
#Policy > .childSlider > ul{
  max-width: 100% !important;
}
#Policy > .childSlider > ul h5{
  font-size: 20px;
}
#Policy > .childSlider > ul > li{
  display: grid;
  border-bottom: none;
  line-height: 20px;
}
#Policy > .childSlider > ul > li span{
  padding: 7px 0px;
  border-bottom: 1px solid rgb(255, 255, 255);
}
.menu-btn.color {
  background-color: #f2f2f2;
}
.menu-btn.color {
  background-color: rgb(255, 183, 0);
  color: white;
}

.no-scroll {
  overflow: hidden;
}
.slideContainerDiaplay {
  display: flex;
}
.slideContainerActivated {
  transform: translateX(43%);
}
.display {
  display: block;
}
.videoslide{width: 100%; height: 485px;object-fit: cover;}

.topbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0px;
  margin-top: 0 !important;
  margin-right: 50px;
  padding-bottom: 50px;
  }
.topbar .logo{display: flex;align-items: center;flex-direction: column;}
.topbar .logo img{width: 90px !important;height: auto !important;}
.topbar .logo span{
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  color: #3B7DDA;
  text-transform: uppercase;
  }
.topbar .topbarphone a{    background: #e3c16c;
  color: #000;
  padding: 10px 20px;
  font-weight: 700;
  border-radius: 10px;}
   header.menu{
       display:none;
   }
 header.menu.scrolled {
    display: block !important;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 16px;
    width: 100%;
    z-index: 99;
    top: 0;
    animation: 0.35s ease-out 0s 1 normal none running slideDown;
}
@keyframes slideDown { 
  0% { transform: translateY(-100%); }
  100% { transform: translateY(0px); }
}

.for-mobile-header{
    display:none;
}

.banner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    right: 0;
    width: 90%;
    transform: translate(-50%, -50%);
    background: #00000063;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    /* padding: 17px; */
}
.banner-content h5{
    color:#fff;
    font-size: 33px;
    
    margin-bottom: 10;
    margin-bottom: 14px;
    /* margin-left: 15px; */
    text-align: center;
}
.banner-content ul{
    /* margin-left:15px; */
    padding: 0 20px;
}
.banner-content li{
    color:#fff;
    /* list-style: disc; */
    /* margin-left: 15px; */
    text-align: center;
    margin-bottom: 7px;
    font-size: 18px;
}
.banner-slide-main{
    margin-top:30px;
}
span.hindi-font {
    font-size: 12px !important;
}