/* Talk to expert page css starts here */
.talk-to-expert-main-container {
  margin-bottom: 80px;
}
.expert-page-header {
  margin-top: 72px;
  background: #00193f;
  padding-top: 56px;
  padding-bottom: 56px;
  padding-left: 80px;
}
.expert-page-header>h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 650;
}
.expert-page-header>h1>span {
  color: #ffaa00;
}
.input-main-container>input {
  width: 308px;
  border: 1px solid #003d9c;
  color: #959595;
  font-size: 16px;
  padding-left: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 4px;
  padding-right: 12px;
}
.input-main-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 80px;
}
.request-call {
  width: 256px;
  height: 48px;
  background: #245aae;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  margin-bottom: 120px;
  cursor: pointer;
  transition: 0.3s;
}
.request-call:active {
  transform: scale(0.95);
}
/* Talk to expert page css ends here */
/* carrer-path after 10th 12th css */
.career-action-btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.career-path-submit-btn {
  width: 200px;
  height: 48px;
  background: #245aae;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}
.career-path-submit-btn:active {
  transform: scale(0.95);
}
.pdf-section {
  display: none;
  text-align: center;
  margin-top: 30px;
}

iframe {
  margin-top: 10px;
  width: 50%;
  height: 500px;
}