.body {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.top-box {
  background-image: none;
  background-size: auto;
  height: auto;
  position: relative;
}

.logo {
  text-align: center;
  background-color: #07265c;
  position: static;
  inset: 0% auto auto 0%;
}

.up {
  padding-top: 20px;
  padding-left: 20px;
}

.up-link {
  width: 128px;
}

.sign {
  padding-top: 10px;
  padding-left: 5px;
  display: none;
}

.image {
  object-fit: cover;
  width: 220px;
}

.main-title {
  background-color: #07265c;
  padding: 40px 0;
  position: static;
  inset: 8% 4% auto 47%;
}

.heading {
  color: #fff;
  border-bottom: 1px solid #c0bfbf;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  line-height: 135%;
}

.subtitle-text {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 0;
}

.pream-sec {
  padding-bottom: 0;
}

.cont {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.pream-box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sp-date-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.sp-text {
  color: #0e3e9b;
  text-transform: uppercase;
  font-weight: 600;
}

.date-text {
  text-align: right;
}

.text1 {
  margin-bottom: 20px;
}

.link {
  color: #0e3e9b;
  font-weight: 600;
}

.main-sec {
  padding-bottom: 40px;
}

.ch-lbl {
  background-image: linear-gradient(101deg, #08255c, #2b79fd);
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 40px;
}

.ch-lbl.netr {
  margin-top: 40px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 135%;
}

.accent {
  background-color: #f3f1b4;
  border-radius: 4px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}

.pindif {
  width: 40px;
  margin-bottom: 10px;
}

.accent-text {
  font-style: italic;
}

.boldspan, .span-bold-text {
  font-weight: 600;
}

.pidzag-text {
  color: #2b79fd;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.pidzag-text.rty {
  margin-top: 40px;
}

.area {
  background-color: #dbe7ff;
  border-radius: 4px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}

.area-text {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

.in-area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.in-area.jio {
  grid-template-columns: 1fr 1fr 1fr;
}

.area-item {
  text-align: center;
  border: 1px dashed #b0b4ff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.pin {
  justify-content: center;
  align-items: center;
  width: 40.7988px;
  margin-bottom: 5px;
  display: flex;
}

.arsimp-text {
  text-align: left;
  font-size: 14px;
  line-height: 135%;
}

.fin-sec {
  background-image: linear-gradient(254deg, #0b2963, #2973f1);
}

.cont-2 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.fin-box {
  padding-top: 60px;
  padding-bottom: 60px;
}

.fin-text {
  color: #fff;
  font-size: 13px;
}

.photo-box {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-2, .image-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-4 {
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (min-width: 1280px) {
  .main-title {
    top: 11%;
    left: 54%;
  }

  .heading {
    font-size: 64px;
  }

  .subtitle-text {
    font-size: 20px;
  }

  .tit-sec {
    background-color: #07265c;
  }
}

@media screen and (min-width: 1440px) {
  .top-box {
    background-image: url('../images/newph.png');
    background-position: 50% 0;
  }

  .sign {
    display: none;
  }

  .main-title {
    top: 7%;
    left: 55%;
    right: 4%;
  }

  .heading {
    font-size: 48px;
  }

  .subtitle-text {
    padding-top: 20px;
    font-size: 24px;
  }

  .tit-sec {
    background-color: #07265c;
  }
}

@media screen and (min-width: 1920px) {
  .up {
    padding-top: 40px;
    padding-left: 20px;
  }

  .up-link {
    width: 148px;
  }

  .image {
    width: 240px;
  }

  .main-title {
    top: 7%;
    left: 53%;
  }

  .heading {
    font-size: 80px;
  }

  .subtitle-text {
    padding-top: 40px;
    font-size: 36px;
  }
}

@media screen and (max-width: 991px) {
  .logo {
    background-color: #07265c;
    justify-content: center;
    padding-left: 20px;
    display: flex;
    position: static;
  }

  .up {
    padding-top: 10px;
    padding-left: 0;
  }

  .sign {
    padding-top: 14px;
    padding-bottom: 0;
  }

  .main-title {
    text-align: center;
    top: 9%;
    left: 32%;
    right: 8%;
  }

  .heading {
    text-align: left;
    font-size: 44px;
  }

  .subtitle-text {
    font-size: 15px;
  }

  .cont {
    max-width: 700px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .in-area {
    grid-template-columns: 1fr 1fr;
  }

  .in-area.jio {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .cont-2 {
    max-width: 700px;
  }

  .tit-sec {
    background-color: #07265c;
  }
}

@media screen and (max-width: 767px) {
  .top-box {
    height: auto;
  }

  .logo {
    background-color: #07265c;
    padding-right: 20px;
    position: static;
  }

  .main-title {
    background-color: #07265c;
    padding: 5%;
    inset: auto 0% -32%;
  }

  .heading {
    font-size: 36px;
  }

  .cont {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .pream-box {
    padding-top: 40px;
  }

  .heading-2 {
    font-size: 20px;
  }

  .pidzag-text {
    text-align: center;
  }

  .pidzag-text.rty {
    text-align: center;
    line-height: 150%;
  }

  .area {
    padding: 20px;
  }

  .in-area {
    grid-template-columns: 1fr 1fr;
  }

  .cont-2 {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media screen and (max-width: 479px) {
  .top-box {
    background-image: none;
    background-position: 0 0;
    height: auto;
    position: static;
  }

  .logo {
    text-align: center;
    background-color: #07265c;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .up {
    padding-top: 5px;
  }

  .up-link {
    width: 88px;
  }

  .main-title {
    background-color: #07265c;
    padding-left: 0%;
    padding-right: 0%;
    bottom: -40%;
  }

  .heading {
    font-size: 24px;
  }

  .pream-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sp-date-box {
    margin-bottom: 20px;
  }

  .ch-lbl {
    margin-bottom: 20px;
    padding: 20px;
  }

  .heading-2 {
    font-size: 16px;
    line-height: 145%;
  }

  .accent {
    padding: 20px;
  }

  .pidzag-text.rty {
    font-size: 16px;
  }

  .area-text {
    text-align: center;
  }

  .in-area, .in-area.jio {
    grid-template-columns: 1fr;
  }

  .image-4 {
    object-fit: cover;
  }
}

#w-node-a981fde9-7f67-4ad6-e386-f59914a54cc5-38e92e56, #w-node-a981fde9-7f67-4ad6-e386-f59914a54cca-38e92e56, #w-node-a981fde9-7f67-4ad6-e386-f59914a54ccf-38e92e56, #w-node-a981fde9-7f67-4ad6-e386-f59914a54cd9-38e92e56, #w-node-_25e983e2-2be7-8cfc-f54e-d54695348771-38e92e56, #w-node-_25e983e2-2be7-8cfc-f54e-d54695348776-38e92e56, #w-node-_25e983e2-2be7-8cfc-f54e-d5469534877b-38e92e56 {
  place-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_25e983e2-2be7-8cfc-f54e-d5469534877b-38e92e56 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_25e983e2-2be7-8cfc-f54e-d5469534877b-38e92e56 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}


