@media (max-width: 726px) {
  .child-2 {
    width: 100%;
  }

  .keycontent {
    grid-template-columns: 1fr;
    gap: 5px;
    padding-bottom: 0.5em;
  }

  .elgibilty_boxes {
    grid-template-columns: 1fr;
  }
  .footercontent {
    grid-template-columns: 1fr;
  }
  .pg_insight_box {
    grid-template-columns: repeat(2, 1fr);
  }

  .elegibilty_left img {
    width: 100%;
  }

  .pg_boxes {
    align-items: center;
  }

  div.pg_boxes:nth-child(1)::before,
  div.pg_boxes:nth-child(2)::before,
  div.pg_boxes:nth-child(3)::before,
  div.pg_boxes:nth-child(4)::before {
    display: none;
  }

  div.pg_boxes1:nth-child(1)::before,
  div.pg_boxes1:nth-child(2)::before {
    display: none;
  }
}

@media(max-width:810px){
.child-2{
  width: 100%;
  padding: 12px;
}
}

@media (max-width: 480px) {
  .bannercontent {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .keycontent {
    grid-template-columns: 1fr;
  }
  .pg_insight_box {
    grid-template-columns: 1fr;
  }

  .elegibilty_left img {
    width: 100%;
  }

  .elegibilty_righ_content {
    padding: 0;
  }

  .certificatebg {
    padding: 135px;
    width: 135px;
  }
  .about_count {
    width: 100%;
    padding-bottom: 1.5em;
    padding-top: 0.5em;
  }

  .lerncontent{
    margin-bottom: 10px;
  }

.about{
  padding: 0.5em 0px;
}

.footerleft h2{
font-size: 25px;
}

.footerleft{
padding: 1em 0px;
}

.about_count h2{
  font-size: 25px;
}

.assemnt_content h2{
  font-size: 25px ;
}
  .banner{
    background-image: none;
    background-color: #4c5356;
    padding: 0.5em 0px;
  }

  .lernsec{
    padding: 0.5em 0px;
    gap: 10px;
  }
  .lernsec h2{
    font-size: 25px;
  }

  .certificate_image img {
    width: 100%;
  }

  .certificate_image{
    padding-bottom: 1em;
  }

  .certicate_p {
    width: 100%;
    font-size: 14px;

  }

  /* .certicate_p{
    padding: 0.5em 0px;
  } */


  .assmnets_points {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }

  .footerright img {
    width: 100%;
  }
  .footerlogo span {
    font-size: 18px;
  }
  .assemnt_content {
    padding-bottom: 0.5em;
    gap: 5px;
  }

  .lernProfile{
   font-size: 14px;
  }


  .footer_para p {
    font-size: 14px;
  }
  .learningsectionbg1 {
    padding: 100px;
  }
  .learningsectionbg2 {
    padding: 50px;
  }

  .logo img {
    width: 80%;
    height: auto;
  }

  .para2{
    display: none;
  }

  .mbbutton{
    display: block;
  }

  .button{
    display: none;
  }

  .button1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #faa421;
  color: black;
  padding: 10px 30px;
  gap: 10px;
  border-radius: 10px;
  font-family: var(--inter);
  font-size: 11.7px;
  margin-top: 1em;
}

.button1 a {
  color: black;
}

.button1{
  width: 217px;
}

.leftcontent h1{
  font-size: 25px;
}

.paracon1 p{
font-size: 14px;
}

.pg_insight_content{
padding: 0.5em 0px;
}

.pg_content{
  padding: 5px 0px;
  gap: 10px;
}

.pg_content h2{
font-size: 25px;
}

.pg_content p{
  font-size: 14px;
}

.pg_helight{
padding-top: 1em;
}

.pg_helight h2{
  font-size: 25px;
}

.keydiffernce{
  padding: 0.5em 0px;
}

.keydiffernce h2{
  font-size: 25px;
}

.logo{
  height: 85px;
}

.key1 p{
  font-size: 14px;
}

.syllabussec{
   padding-top: 0.5em;
}

.syllabussec h2 {
  font-size: 25px ;
}

.syl_box h3{
  font-size: 1em;
}

.pg_insight h2{
 font-size: 25px ;
}

.pg_insight{
  gap: 10px;
}


.elegibity_content h2{
  font-size: 25px;
}

.pg_boxes{
  height: 125px;
  gap: 5px;
}

.elegibilty_cre{
  padding: 1em 0px;
}

.elegibilty_righ_content p{
  font-size: 14px;
}

.elegibilty_para ul{
  padding-left: 0.5em;
  font-size: 14px;
}
.attend_content h2{
  margin-bottom: 1em;
  font-size: 25px;
}

.attend_content > p{
  margin-bottom: 1em ;
  font-size: 14px;
}

.apply{
  display: none;
}


header{
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
}

.floating{
  display: block;
  width: 100%;
  display: flex;
  left: 10px;
  /* justify-content: end; */
}

}
