/* PMO PAGE */
.pmo_main h1 {
  font-size: 50px;
  text-align: center;
  font-weight: 700;
  color: #000;
  width: 400px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.pmo_main h2 {
  color: #000;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 30px;
}

.pmo_main h2 span {
  color: #e56926;
  font-weight: 800;
}

.pmo_main figure {
  margin-bottom: 120px;
}

.pmo_frm form {
  filter: drop-shadow(0 0 47.5px rgba(102, 103, 102, 0.29));
  border-radius: 47px;
  padding: 40px 30px 70px 30px;
  background-color: #fff;
}

.otp {
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  right: 20px;
  text-decoration: underline;
  color: #000;
}

.pmo_frm form input {
  margin-left: 0px;
  height: 80px;
  border-radius: 20px;
  background-color: #ffffff;
  border: 2px solid #000000;
  font-size: 30px;
  color: #000 !important;
  padding-left: 20px;
}

#pmoForm .fields {
  display: flex;
  align-items: center;
}

#pmoForm .phnno {
  position: relative;
}

#pmoForm .phnno a {
  position: absolute;
  right: 30px;
}

/* .class_school {
  margin-left: 30px !important;
} */

.pmo_frm form input:focus {
  box-shadow: none;
  border-color: #000;
}

.pmo_frm form label {
  font-size: 31px;
  margin-bottom: 0;
  color: #000000;
  font-weight: 600;
  text-align: left;
  width: 200px;
}

.pmo_frm form input::placeholder {
  color: #ce1515;
  font-size: 25px;
}

.pmo_frm form select {
  height: 80px;
  margin-left: 0px;
  border: 2px solid #000;
  border-radius: 20px;
  font-size: 30px;
  color: #000 !important;
  width: 100%;
  padding-left: 20px;
}

.pmo_frm_btn button {
  background-color: #e56926;
  color: #fff;
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  padding: 20px 30px;
  border: none;
  border-radius: 10px;
}

.prize_sec .reward-new {
  position: relative;
  z-index: 1;
}

.prize_sec .reward-new::before {
  position: absolute;
  content: "";
  background: url('../images/line.png')no-repeat;
  top: 25%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.prize_sec .reward-new::after {
  position: absolute;
  content: "";
  background: url('../images/line.png')no-repeat;
  top: -69%;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: rotate(180deg);
}

.comptsn_sec .comptsn_inner {
    position: relative;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 0 30px;
}

.comptsn_inner h2 {
    font-size: 40px;
    text-align: center;
    position: relative;
    font-weight: 700;
    background: #e56926;
    color: #fff;
    padding: 10px 20px;
    width: 800px;
    margin: 0 auto;
    border-radius: 20px;
}
.comptsn_sec .comptsn_inner h2 {
    font-size: 40px;
    text-align: center;
    position: relative;
    font-weight: 700;
    background: #e56926;
    color: #fff;
    padding: 10px 20px;
    width: 800px;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: -35px;
}
.comptsn_sec .comptsn_inner h2::before {
    position: absolute;
    content: "";
    background-color: #f4f4f4;
    width: 25px;
    height: 100%;
    top: 0;
    left: -25px;
    z-index: 0;
}
.comptsn_sec .comptsn_inner h2::after {
    position: absolute;
    content: "";
    background-color: #f4f4f4;
    width: 25px;
    height: 100%;
    top: 0;
    right: -25px;
    z-index: 0;
}
.comptsn_inner .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.table_sec h2::before{
  display: none;
}
.table_sec .comptsn_inner {
    position: relative;
    border: none;
    border-radius: 0px;
    padding: 0px;
}
.comptsn_inner .compts_cards {
  border-radius: 20px;
  background-color: #bd6213;
  border: 5px solid #ffffff;
  padding: 20px;
  position: relative;
  z-index: auto;
  height: 300px;
  top: 70px;
  left: 0px;
  width: 235px;
}

.compts_cards figure {
  margin-top: 20px;
}

.compts_cards figure img {
  height: 60px;
}

.comptsn_inner .compts_cards .compts_content {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  color: #fff;
  line-height: 25px;
  min-height: 125px;
}

.compts_cards_num {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  border: 2px dashed #fff;
  border-radius: 50%;
  width: 30px;
  margin: 0 auto;
}

.comptsn_inner .compts_cards::after {
  position: absolute;
  content: "";
  background-color: #000;
  height: 330px;
  width: 215px;
  top: -20px;
  right: -25px;
  z-index: -1;
  border-radius: 20px;
}

.comptsn_inner .compts_cards::before {
  border-radius: 20px;
  border: 5px dashed #bd6213;
  content: "";
  position: absolute;
  top: -20px;
  height: 330px;
  width: 80px;
  z-index: -1;
  left: -11px;
}

.table_sec .comptsn_inner h2 {
  width: 400px !important;
}

.table_sec h3 {
  color: #000;
  font-weight: 800;
  font-size: 38px;
  text-align: center;
  padding: 30px 0 5px 0;
  margin-bottom: 5px;
}

.table_sec .comptsn_inner::after {
  height: 85% !important;
}

.table_sec p {
  font-size: 30px;
  text-align: center;
  color: #000;
  font-weight: 600;
}

.table_sec table {
  width: 95%;
  margin: 0 auto;
  background: rgb(246, 228, 192);
  background: linear-gradient(0deg, rgba(246, 228, 192, 1) 0%, rgba(246, 228, 192, 1) 0%, rgba(255, 255, 255, 1) 51%, rgba(253, 253, 253, 1) 81%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 88%);

}

.table_sec table thead {
  background-color: #000;
}

.brdr_btm {
  border-bottom: 1px solid #000;
}

.table_sec table thead tr th {
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 20px;
}

.table_sec table tbody tr td {
  color: #000;
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
  font-weight: 500;
}

.table_sec table .border_right {
  border-right: 2px solid #000;
}

.comptsn_sec {
  background-color: #f4f4f4;
  position: relative;
  z-index: 10;
  padding: 100px 0;
}

.prize_sec h2 {
  background-color: #e56926;
  width: 500px;
  margin: 0px auto;
  font-size: 38px;
  padding: 10px 20px;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
}

.reward_sec h4 {
  color: #000;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
}

.amount h5 {
  text-align: center;
  font-size: 120px;
  font-weight: 700;
  color: #000;

}

.amount h5 span {
  color: #f26d21;
  font-size: 80px;
  position: relative;
  top: -20px;
}

.black {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #000;
}

.orange {
  color: #f26d21;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}

.crore {
  color: #f26d21;
  font-size: 50px;
  position: relative;
  top: 0px;
}

.amount {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.crore {
  color: #000 !important;
  font-size: 60px !important;
  position: relative !important;
  top: 0px !important;

}

.gold {
  background-color: #dd9927;
  width: 500px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  position: relative;
  margin-top: 50px;
}

.gold h3 {
  margin-bottom: 0;
  color: #fefefe;
  font-size: 25px;
  text-align: end;
  font-weight: 700;
}

.gold figure {
  position: absolute;
  top: -30px;
  margin-bottom: 0;
}

.gold figure img {
  width: 120px;
  object-fit: contain;
}

.silver {
  background-color: #979797;
  width: 500px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  position: relative;
  margin-top: 50px;
}

.silver h3 {
  margin-bottom: 0;
  color: #fefefe;
  font-size: 25px;
  text-align: end;
  font-weight: 700;
}

.silver figure {
  position: absolute;
  top: -30px;
  margin-bottom: 0;
}

.silver figure img {
  width: 120px;
  object-fit: contain;
}

.bronze {
  background-color: #a24a24;
  width: 500px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  position: relative;
  margin-top: 50px;
}

.bronze h3 {
  margin-bottom: 0;
  color: #f3f3f3;
  font-size: 25px;
  text-align: end;
  font-weight: 700;
}

.bronze figure {
  position: absolute;
  top: -30px;
  margin-bottom: 0;
}

.bronze figure img {
  width: 120px;
  object-fit: contain;
}

.reward_sec .reward {
  position: relative;
  margin: 50px 0;
  font-weight: 700;
  z-index: 1;
}

.reward_sec .reward::before {
  position: absolute;
  content: "";
  background: url('../images/line.png')no-repeat;
  left: 0;
  top: 50%;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.reward_sec .reward::after {
  position: absolute;
  content: "";
  background: url('../images/line.png')no-repeat;
  right: 0;
  top: 0%;
  height: 100%;
  width: 100%;
  z-index: -1;
  transform: rotate(180deg) translate(0%, 25%);
}

.class_reward {
  background-color: #fff;
}

.class_reward .class_card {
  background-color: #670d00;
  padding: 20px 100px;
  border-radius: 20px;
  filter: drop-shadow(-0.436px 24.996px 14.5px rgba(102, 103, 103, 0.45));
  height: 366px;
}

.class_reward .class_card h4 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
}

.class_reward .class_card p {
  margin-bottom: 0 !important;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.class_reward .class_card .gold_text {
  margin-bottom: 25px !important;
  font-size: 25px;
  color: #ffd52d;
}

.class_reward .class_card .silver_text {
  margin-bottom: 25px !important;
  font-size: 25px;
  color: #d2d2d2;
}

.class_reward .class_card .bronze_text {
  margin-bottom: 25px !important;
  font-size: 25px;
  color: #f5841f;
}

.phase h2 {
  font-size: 38px;
  font-weight: 700;
}

.frm_details h4 {
  background-color: #f36e21;
  border-radius: 5px;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
}

.process h5 span {
  font-weight: 700;
}

.phase_2_title {
  text-align: end;
}

.phase_2 .process h5 {
  text-align: end;
}

.register h4 {
  font-weight: 800;
  font-size: 25px;
  padding-left: 15px;
  color: #000;
}

.register .register_img {
  height: 50px;
}

.online {
  position: relative;
  background: rgb(246, 228, 192);
  background: linear-gradient(90deg, rgba(246, 228, 192, 1) 0%, rgba(222, 222, 222, 1) 0%, rgba(255, 255, 255, 1) 51%, rgba(253, 253, 253, 1) 81%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 88%);
  padding: 5px;
}

.online img {
  height: 70px;
  width: 70px !important;
}

.online figure {
  position: absolute;
  top: -35px;
  left: -20px;
}

.online h4 {
  font-weight: 600;
  padding-left: 75px;
  color: #000;
}

.online h4 a {
  color: #000;
}

.rgstrtn_frm h4 {
  font-weight: 600;
}

.price h4 {
  font-weight: 600;
  font-size: 23px;
}

.process h5 {
  font-size: 30px;
}

.banner_section {
  padding: 60px 0px !important;
}

/* 04-08-2025 */
.pntse_bnr {
  background-color: #ffa200;
  padding-top: 160px !important;
}

.bnr_right {
  border-radius: 31px;
  background-color: #ffeac5;
  padding: 30px;
}

.bnr_right img {
  height: 80px;
}

.bnr_right p {
  font-size: 19px;
  line-height: 19px;
  color: #12110e;
  font-weight: 700;
  text-align: center;
  padding-top: 25px;
}

.register_sec .rgstr_crd {
  border-radius: 77px;
  background-color: #751b1b;
  padding: 30px;
}

.register_sec .rgstr_crd h2 {
  font-size: 45px;
  line-height: 46px;
  color: #ffffff;
  font-weight: 600;
  /* font-family: "Poppins"; */
  text-align: center;
  font-family: var(--headingFont);
}

.rgstr_input {
  text-align: center;
  padding: 30px 0;
  width: max-content;
  margin: 0 auto;
  position: relative;
}

.rgstr_input a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  text-decoration: underline;
  color: #45435b;
  font-weight: 600;
}

.rgstr_input input {
  width: 767px;
  padding: 15px 30px;
  border-radius: 30px;
  filter: drop-shadow(8.668px 6.772px 0.5px rgba(5, 6, 6, 0.13));
  background-color: #ffffff;
  border: none;
  font-size: 20px;
}

.rgstr_input input::placeholder {
  font-size: 20px;
  /* line-height: 27px; */
  color: #6a6a6a;
  font-weight: 500;
}

.rgstr_btn {
  text-align: center;
}

.rgstr_btn a {
  border-radius: 22px;
  background-color: #ffa200;
  font-size: 24px;
  line-height: 0px;
  color: #000000;
  font-weight: 700;
  padding: 25px;
}

.iit_card h5 {
  font-size: 35px;
  line-height: 46px;
  color: #130f0a;
  font-weight: 700;
  font-family: var(--headingFont);
}

.iit_card p {
  font-size: 26px;
  line-height: 29px;
  color: #130f0a;
  font-weight: 500;
  padding-top: 10px;
  font-family: var(--headingFont);
}

.el_card .el_inner {
  background: antiquewhite;
  padding: 50px 80px;
  border-radius: 50px;
}

.el_inner h5 {
  font-size: 30px;
  line-height: 29px;
  color: #130f0a;
  font-family: var(--headingFont);
  font-weight: 700;
}

.el_inner p {
  font-size: 21px;
  color: #130f0a;
  font-family: var(--headingFont);
  font-weight: 500;
  line-height: 24px;
  margin-top: 10px;
}

.el_inner img {
  height: 50px;
}

.online_card {
  border-radius: 32px;
  background-color: #f1f1f1;
  padding: 30px;
}

.online_sec h2 {
  font-size: 52px;
  line-height: 54px;
  color: #000000;
  font-weight: 700;
  font-family: var(--headingFont);
  text-align: center;
  padding-bottom: 40px;
}

.online_card h4 {
  font-size: 34px;
  line-height: 27px;
  color: #130f0a;
  font-weight: 600;
  font-family: var(--headingFont);
  padding-bottom: 30px;
}

.online_card span {
  border-radius: 10px;
  background-color: #ff8600;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  height: 32px;
  width: 32px;
  text-align: center;
  font-family: var(--headingFont);
  display: flex;
  align-items: center;
  justify-content: center;
}

.online_card h5 {
  font-size: 23px;
  line-height: 18px;
  color: #130f0a;
  font-weight: 600;
  font-family: var(--headingFont);
}

.online_card p {
  font-size: 18px;
  line-height: 22px;
  color: #202020;
  font-weight: 300;
  font-family: var(--headingFont);
  padding-top: 10px;
}

.online_btn {
  border-radius: 23px;
  background-color: #ff8600;
  color: #fff;
  font-family: var(--headingFont);
  font-weight: 600;
  font-size: 20px;
  padding: 10px 15px;
  position: absolute;
}

.date h3 {
  text-align: center;
  font-size: 40px;
  line-height: 36px;
  color: #ff8600;
  font-weight: 600;
  font-family: var(--headingFont);
}

.date h4 {
  text-align: center;
  font-size: 35px;
  line-height: 36px;
  color: #000;
  font-weight: 400;
  font-family: var(--headingFont);
  padding-top: 10px;
}

.million_bx {
  background: antiquewhite;
  padding: 50px 80px;
  border-radius: 50px;
}

.million_sec {
  padding-top: 0;
}

.million_bx .hdng {
  font-size: 63px;
  line-height: 64px;
  color: #3d3d3d;
  font-weight: 700;
  font-family: var(--headingFont);
}

.million_bx h5 {
  font-size: 35px;
  line-height: 45px;
  color: #000;
  font-weight: 700;
  font-family: var(--headingFont);
  text-align: center;
}

.million_bx h5 span {
  color: #ff8600;
}

.orng_bx {
  background-color: #ff8600;
  padding: 25px;
  border-radius: 30px;
}

.orng_bx h1 {
  text-align: center;
  font-size: 100px;
  color: #fff;
  font-weight: 700;
  font-family: var(--headingFont);
}

.orng_bx h3 {
  text-align: center;
  font-size: 44px;
  color: #fff;
  font-weight: 600;
  font-family: var(--headingFont);
}

.orng_bx h5 {
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  font-family: var(--headingFont);
  padding-top: 10px;
}

.student_sec h5 {
  font-size: 24px;
  line-height: inherit;
  color: #151515;
  font-weight: 700;
  font-family: var(--headingFont);
  text-align: center;
  padding-top: 10px;
}

.student_sec h6 {
  font-size: 29px;
  color: #151515;
  font-weight: 600;
  font-family: var(--headingFont);
  text-align: center;
  margin-top: 20px;
}

.student_sec p {
  font-size: 21px;
  color: #151515;
  font-weight: 600;
  font-family: var(--headingFont);
  text-align: center;
}

.student_inner {
  text-align: center;
}

.student_sec .container-fluid {
  padding: 0 50px;
}

.number_sec h4 {
  font-size: 24px;
  color: #151515;
  font-weight: 600;
  font-family: var(--headingFont);
}

.number_sec span {
  font-size: 16px;
  color: #151515;
  font-weight: 600;
  font-family: var(--headingFont);
}

.number {
  position: relative;
}

.number::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background-color: #151515;
  right: -15px;
}

.all_students h6 {
  font-size: 16px;
  line-height: inherit;
  color: #151515;
  font-weight: 600;
  font-family: var(--headingFont);
  text-align: center;
}

.all_students h5 {
  font-size: 18px;
  line-height: inherit;
  color: #151515;
  font-weight: 700;
  font-family: var(--headingFont);
  text-align: center;
  padding-top: 0;
}

.all_students p {
  font-size: 15px;
  color: #151515;
  font-weight: 600;
  font-family: var(--headingFont);
  text-align: center;
}

.qsn_sec .hdng {
  font-size: 50px;
  line-height: 64px;
  color: #3d3d3d;
  font-weight: 700;
  font-family: var(--headingFont);
  text-align: start;
}

.qsn_sec .container-fluid {
  padding: 0 50px;
}

.qsn_sec .all_qsn {
  padding: 30px 0;
}

.qsn_sec .all_qsn h2 {
  font-size: 40px;
  color: #3d3d3d;
  font-weight: 700;
  font-family: var(--headingFont);
}

.qsn_sec .all_qsn h3 {
  font-size: 35px;
  color: #3d3d3d;
  font-weight: 400;
  font-family: var(--headingFont);
}

.call_mail {
  padding-top: 50px;
  display: flex;
  justify-content: space-around;
}

.call_mail a {
  font-size: 40px;
  color: #3d3d3d;
  font-weight: 700;
  font-family: var(--headingFont);
}

.call_mail a img {
  padding-right: 30px;
}

.landing_hdr {
  padding: 20px 0;
}

.landing_hdr .tp_hdr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown .dropdown-toggle {
  font-size: 22px;
  line-height: 23px;
  color: #000000;
  font-weight: 500;
  font-family: var(--headingFont);
  text-align: center;
}

.dropdown .dropdown-toggle.show {
  border: none;
}

.nav_inner {
  background-color: #f2f2f2;

}

.brdcrmb {
  background-color: #d5d5d5;
  padding: 15px 0 30px 30px;
}

.brdcrmb span a {
  color: #000;
  padding: 0 15px;
  font-family: var(--headingFont);
  font-weight: 500;
}

.brdcrmb span a.active {
  color: #0d6efd;
  position: relative;
}

.brdcrmb span a.active::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #0d6efd;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.all_navs {
  padding: 20px 30px;
}

.all_navs ul {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  align-items: flex-start;
  gap: 15px;
}

.all_navs ul li button {
  border: none !important;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--headingFont);
  color: #000;
  border-radius: 10px !important;
}

.all_navs ul li .nav-link.active {
  background-color: #f23232;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--headingFont);
}

.all_navs #myTabContent {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.all_navs #myTabContent .tab-pane a {
  color: #0d6efd;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px 10px;
}


.all_navs ul li .nav-link.active i {
  color: #fff;
}

.all_navs ul li button i {
  color: #f23232;
}

.bnr_txt h1 {
  font-size: 40px;
  line-height: 56px;
  color: #ffffff;
  font-weight: 700;
  font-family: var(--headingFont);
  text-align: center;
}


/* 6.8.2025 */
.file input {
  padding-top: 15px;
}

.buyModal button {
  padding: 10px;
  opacity: 1 !important;
}

.buyModal label {
  font-size: 15px;
  margin-bottom: 2px;
  color: #000000;
  font-weight: 500;
  text-align: left;
}

.buyModal input {
    margin-left: 0px;
    height: 40px;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #000000;
    font-size: 20px;
    color: #000 !important;
    padding-left: 10px;
    font-size: 15px;
}
.buyModal input:focus{
  box-shadow: none;
  border-color: #000;
}
.buyModal #pmo_otp_verification{
  background-color: #e56926;
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    padding: 8px 15px;
    border: none;
    border-radius: 10px;
    margin-top: 12px;
}
.buyModal .modal-body{
  padding-top: 0;
}
.otp-countdown{
  display: inline-block;
  margin: 0 auto;
  padding: 4px 18px;
  background-color: #000;
  border-radius: 50px;
  color: #fff;
  
}
.timer{
  margin-top: 8px;
}
.timer span{
  color: #000;
  padding-right: 5px;
}
/* 8.8.2025 */
.pmo_frm{
  padding-top: 0px;
}
#pmoForm .fields{
  position: relative;
}
/* #pmoForm .fields{
  position: absolute;
  content: "*";
  color: #ff0000;
  font-size: 10px;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
} */
#pmoForm .star {
    position: absolute;
    left: 180px;
    top: 6px;
    font-size: 20px;
    color: #ff0000;
}
/* responsive */

@media(max-width : 767px) {
  .comptsn_sec .comptsn_inner h2 {
    font-size: 29px;
    text-align: center;
    position: relative;
    font-weight: 700;
    background: #e56926;
    color: #fff;
    padding: 10px 20px;
    width: auto;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: -35px;
}
#pmoForm .star {
    position: absolute;
    left: 15px;
    top: 35px;
    font-size: 20px;
    color: #ff0000;
}
.file input {
    padding-top: 10px;
}
  .pntse_bnr {
    padding-top: 100px !important;
  }

  .register_sec .rgstr_crd h2 {
    font-size: 30px;
    line-height: 46px;
    color: #ffffff;
    font-weight: 600;
    /* font-family: "Poppins"; */
    text-align: center;
    font-family: var(--headingFont);
  }

  .rgstr_btn a {
    border-radius: 22px;
    background-color: #ffa200;
    font-size: 18px;
    line-height: 0px;
    color: #000000;
    font-weight: 700;
    padding: 25px;
  }

  .rgstr_input input {
    width: max-content;
    padding: 15px 30px;
    border-radius: 30px;
    filter: drop-shadow(8.668px 6.772px 0.5px rgba(5, 6, 6, 0.13));
    background-color: #ffffff;
    border: none;
    font-size: 20px;
  }

  .iit_card {
    display: flex;
    flex-direction: column;
  }

  .iit_card h5,
  .iit_card p {
    text-align: center;
  }

  .el_card .el_inner {
    background: antiquewhite;
    padding: 30px;
    border-radius: 50px;
  }

  .million_bx h5 {
    font-size: 27px;
    line-height: 35px;
    color: #000;
    font-weight: 700;
    font-family: var(--headingFont);
    text-align: center;
  }

  .million_bx {
    background: antiquewhite;
    padding: 30px;
    border-radius: 50px;
  }

  .million_bx .hdng {
    font-size: 38px;
    line-height: 64px;
    color: #3d3d3d;
    font-weight: 700;
    font-family: var(--headingFont);
  }

  .orng_bx h3 {
    text-align: center;
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    font-family: var(--headingFont);
  }

  .orng_bx h1 {
    text-align: center;
    font-size: 80px;
    color: #fff;
    font-weight: 700;
    font-family: var(--headingFont);
  }

  .orng_bx h5 {
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    font-family: var(--headingFont);
    padding-top: 10px;
  }

  .qsn_sec .hdng {
    font-size: 34px;
    line-height: 64px;
    color: #3d3d3d;
    font-weight: 700;
    font-family: var(--headingFont);
    text-align: start;
  }

  .student_sec .container-fluid {
    padding: 0 15px;
  }

  .qsn_sec .all_qsn h2 {
    font-size: 32px;
    color: #3d3d3d;
    font-weight: 700;
    font-family: var(--headingFont);
  }

  .qsn_sec .all_qsn h3 {
    font-size: 26px;
    color: #3d3d3d;
    font-weight: 400;
    font-family: var(--headingFont);
  }

  .call_mail a img {
    padding-right: 14px;
    min-width: max-content;
    height: 35px;
  }

  .qsn_sec .container-fluid {
    padding: 0 15px;
  }

  .call_mail a {
    font-size: 23px;
    color: #3d3d3d;
    font-weight: 700;
    font-family: var(--headingFont);
  }

  .online_sec h2 {
    font-size: 40px;
    line-height: 54px;
    color: #000000;
    font-weight: 700;
    font-family: var(--headingFont);
    text-align: center;
    padding-bottom: 15px;
  }

  .date h4 {
    text-align: center;
    font-size: 25px;
    line-height: 36px;
    color: #000;
    font-weight: 400;
    font-family: var(--headingFont);
    padding-top: 10px;
  }

  .date h3 {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    color: #ff8600;
    font-weight: 600;
    font-family: var(--headingFont);
  }

  .call_mail {
    padding-top: 50px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    gap: 30px;
  }

  .pntse_bnr figure {
    text-align: center;
  }

  .pmo_main h1 {
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    color: #000;
    width: 400px;
    margin: 0 auto;
    margin-bottom: 35px;
  }

  .pmo_main figure {
    margin-bottom: 35px;
  }

  .pmo_main h2 {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
  }

  .pmo_main {
    padding-bottom: 0;
  }

  .pmo_frm form label {
    font-size: 20px;
    margin-bottom: 0;
    color: #000000;
    font-weight: 600;
    text-align: left;
    width: auto;
  }

  .pmo_frm_btn button {
    background-color: #e56926;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    padding: 8px 20px;
    border: none;
    border-radius: 10px;
  }

  .pmo_frm form {
    filter: drop-shadow(0 0 47.5px rgba(102, 103, 102, 0.29));
    border-radius: 47px;
    padding: 40px 30px 40px 30px;
    background-color: #fff;
  }

  .comptsn_inner h2 {
    font-size: 27px;
    text-align: center;
    position: relative;
    z-index: 1;
    font-weight: 700;
    background: #e56926;
    color: #fff;
    padding: 10px 20px;
    width: auto;
    margin: 0 auto;
    border-radius: 20px;
  }

  .comptsn_inner .compts_cards {
    border-radius: 20px;
    background-color: #bd6213;
    border: 5px solid #ffffff;
    padding: 20px;
    position: relative;
    z-index: auto;
    height: 300px;
    top: 70px;
    left: 0px;
    width: auto;
  }

  .prize_sec h2 {
    background-color: #e56926;
    width: auto;
    margin: 0px auto;
    font-size: 27px;
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
  }

  .gold {
    background-color: #dd9927;
    width: auto;
    margin: 0 auto;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    position: relative;
    margin-top: 50px;
  }

  .silver {
    background-color: #979797;
    width: auto;
    margin: 0 auto;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    position: relative;
    margin-top: 50px;
  }

  .bronze {
    background-color: #a24a24;
    width: auto;
    margin: 0 auto;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    position: relative;
    margin-top: 50px;
  }

  .gold h3 {
    margin-bottom: 0;
    color: #fefefe;
    font-size: 20px;
    text-align: end;
    font-weight: 700;
  }

  .silver h3 {
    margin-bottom: 0;
    color: #fefefe;
    font-size: 20px;
    text-align: end;
    font-weight: 700;
  }

  .bronze h3 {
    margin-bottom: 0;
    color: #fefefe;
    font-size: 20px;
    text-align: end;
    font-weight: 700;
  }

  .process h5 {
    font-size: 20px;
  }

  .online figure {
    position: absolute;
    top: -35px;
    left: -5px;
  }

  .online img {
    height: 50px;
    width: 50px !important;
  }

  #pmoForm .phnno a {
    position: absolute;
    right: 30px;
    top: 50%;
    font-size: 15px;
  }

  .banner_section {
    padding: 60px 0 !important;
  }

  #pmoForm .fields {
    display: flex;
    align-items: start;
    flex-direction: column;
  }

  .pmo_frm form select {
    height: 50px;
    margin-left: 0px;
    border: 2px solid #000;
    border-radius: 20px;
    font-size: 17px;
    color: #000 !important;
    width: 100%;
    padding-left: 20px;
  }

  .pmo_frm form input {
    margin-left: 0px;
    height: 50px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 2px solid #000000;
    font-size: 17px;
    color: #000 !important;
    padding-left: 20px;
  }
}