.box {
  background: linear-gradient(45deg, var(--color-dark-blue) 0%, #28a3dc 100%);
  position: relative;
  overflow: hidden;
  box-shadow: 0px 13px 8px -10px #00000047;
  border: 3px solid #fff;
}

.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after {
  content: "";
  background: #fff;
  width: 0;
  height: 2px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  transition: all 600ms ease;
}

.box:after {
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px;
}

.box .box-content:before,
.box .box-content:after {
  width: 2px;
  height: 0;
}

.box .box-content:after {
  left: auto;
  right: 30px;
  top: auto;
  bottom: 30px;
}

.box:hover:before,
.box:hover:after {
  width: calc(50% - 60px);
}

.box:hover .box-content:before,
.box:hover .box-content:after {
  height: calc(50% - 60px);
}

.box img {
  width: 100%;
  height: auto;
  transform: scale3d(1.1, 1.1, 1);
  transition: all 0.25s linear;
}

.box:hover img {
  opacity: 0.25;
  transform: scale(1.25);
}

.box .inner-content {
  color: #fff;
  text-align: center;
  width: 70%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 70%;
  left: 50%;
  transition: all 600ms ease;
}

.box:hover .inner-content {
  opacity: 1;
  top: 50%;
}

.box .title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 3px;
}

.box .post {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0 0 12px;
  display: block;
}

.box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
}

.box .icon li {
  display: inline-block;
  margin: 0 4px;
}

.box .icon li a {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  border: 1px solid #fff;
  display: block;
  transition: all 0.3s;
  padding: 1px 10px;
}

.box .icon li a:hover {
  color: #0c7475;
  background: #fff;
}

.box .icon li a i {
  line-height: inherit;
}

@media only screen and (max-width: 990px) {
  .box {
    margin: 0 0 30px;
  }
}

.dnb-para {
  font-size: 15px;
  line-height: 28px;
}

.dnb-educ-head {
  position: relative;
  overflow: hidden;
}

.dnb-educ-head h2 {
  text-transform: uppercase;
  /* color: #ee3e23; */
  color: var(--color-default);
  font-size: 30px;
  font-weight: 700;
  position: relative;
  transition: all 0.25s ease-out;
  transform: translateX(-850px);
  animation: slideIn 3s cubic-bezier(0.17, 0.57, 0.63, 1.11) forwards;
  font-family: "Raleway", sans-serif;
  margin-bottom: 20px;
}

@keyframes slideIn {
  to {
    transform: translateX(0);
  }
}

.dnb-educ-sub {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-top: 20px;
}

.dnb-educ-sub h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: var(--color-secondary);
  transition: all 0.25s ease-out;
  transform: translateY(-50px);
  animation: slideTop 1s cubic-bezier(0.42, 0, 0.65, 1.32) forwards;
  border-left: 5px solid var(--color-teritary);
  padding-left: 10px;
}

@keyframes slideTop {
  to {
    transform: translateY(0);
  }
}

.dnb_edu_table {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dnb_edu_table thead th {
  vertical-align: bottom;
  background: var(--color-secondary);
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.dnb_edu_table td,
.dnb_edu_table th {
  padding: 0.75rem;
  color: #000;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  text-align: center;
}

.dnb_edu_table th {
  font-weight: 600;
}

.dnb_edu_table td {
  font-size: 15px;
}

.dnb-education-sec {
  position: relative;
  padding-bottom: 95px;
  padding-top: 80px;
}

.ol_styles {
  position: relative;
}

.ol_styles li {
  position: relative;
  display: block;
  margin-bottom: 6px;
  padding-left: 18px;
  font-size: 15px;
}

.ol_styles li:before {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #d1d1d1;
  background: var(--color-teritary);
  left: 0;
  top: 8px;
  border-radius: 5px;
}

.ol_top {
  margin-top: 20px;
}

.ol_styles a {
  color: var(--color-teritary);
}

.dnb-edu-block h2 {
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  color: var(--color-dark-blue);
}

.dnb-edu-block p {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 20px;
}

.dnb-edu-boxes {
  position: relative;
  padding: 40px 15px 20px;
  cursor: pointer;
  margin-bottom: 10px;
  transition: all 0.25s ease-out;
  margin: 28px 0px;
}

.dnb-edu-row .col-md-3 {
  transition: all 0.25s ease-out;
  padding: 0px 10px;
}

.dnb-edu-row .col-md-3:hover {
  transform: scale(1.05);
}

.dnb-edu-boxes::before {
  content: " ";
  position: absolute;
  width: 105%;
  height: 100%;
  background: #fef7f1;
  left: -30px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  border-radius: 10px;
}

.dnb-edu-block a {
  color: #1f2d77;
  border: 1px solid;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 4px;
}

.dnb-edu-row .col-md-3:hover .dnb-edu-block a {
  background: #ee3e23;
  color: #fff;
}

.depart-sub-head {
  position: relative;
  overflow: hidden;
  padding: 10px 0px;
}

.depart-sub-head h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  /* letter-spacing: 0.5px; */
  color: #2e3c8b;
  transition: all 0.25s ease-out;
  border-left: 4px solid #f49f22;
  padding: 6px 14px;
  /* font-family: "Marcellus", serif; */
  display: inline-block;
  margin-bottom: 6px;
  background: linear-gradient(to right, #edf9ff, transparent);
}

.depart-sub-matter p {
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  color: #000;
}

.depart-head-main {
  margin-bottom: 20px;
  margin-top: 20px;
}

.depart-head-main h2 {
  color: var(--color-secondary);
}

.dnb-edu-block {
  position: relative;
  background: #fff;
  padding: 30px 18px;
  margin-bottom: 20px;
  border-radius: 10px;
  /* box-shadow: 0px 0px 8px #00000026; */
  height: 153px;
  text-align: center;
}

.dnb-edu-outer {
  position: relative;
}

.dnb-edu-outer::before {
  content: " ";
  position: absolute;
  width: 500px;
  height: 400px;
  /* background: #2a90cc; */
  background: var(--color-dark-blue);
  z-index: -1;
  top: -45px;
  right: -8px;
  border-radius: 8px;
}

.dnb-list-head {
  position: absolute;
  z-index: 1;
  right: 38px;
  top: -38px;
}

.dnb-list-head h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 30px;
}

.dnb-education-sec-bg .indu-main-header::after {
  background-image: url(../ijp/dnb-education/nbenewlogo.png);
  background-size: 15%;
  top: 0px;
  opacity: 0.04;
}

@media only Screen and (max-width: 800px) {
  .depart-sub-head h2 {
    font-size: 23px;
  }

  .depart-head-main h2 {
    font-size: 22px;
  }

  .dnb-edu-boxes::before {
    width: 100%;
    left: 0px;
  }

  .dnb-edu-block {
    height: 148px;
    padding: 23px 10px;
  }

  .dnb-education-sec {
    padding-bottom: 80px;
    padding-top: 60px;
  }

  .dnb-edu-outer::before {
    width: 320px;
    top: -45px;
    left: 8px;
    right: initial;
    margin: auto;
  }

  .dnb-list-head h2 {
    font-size: 20px;
  }

  .dnb-list-head {
    top: -33px;
    left: 20px;
    width: fit-content;
  }

  .dnb-edu-main-outer {
    margin-top: 40px;
  }

  .dnb-edu-boxes {
    padding: 28px 15px 15px;
  }

  .ol_top {
    margin-top: 0px;
  }

  .ol_styles a {
    display: block;
  }
}

/* 
==============================================================
GENERAL MEDICINE DNB
==============================================================
*/

.dnb-gen-sec-bg .indu-main-header::after {
  background-image: url(../ijp/dnb-education/general-medicine.png);
  background-size: 8%;
  top: 0px;
  opacity: 0.1;
  filter: brightness(0) invert(1);
}

.dnb-gen-sec {
  position: relative;
  padding-bottom: 160px;
  padding-top: 80px;
}

.dnb-doc-row {
  position: relative;
  /* padding: 20px 40px 0px;
    background: #fef7f1; */
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: -30px;
}

.dnb-inner-block h3 {
  font-size: 21px;
  margin-bottom: 8px;
  color: #000;
}

.dnb-inner-block h4 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 400;
  margin-top: 20px;
}

.dnb-inner-block h4 span {
  color: var(--color-new-red);
  font-weight: 600;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 8px;
}

.depart-sub-pdf a {
  display: inline-block;
  background: #fef7f1;
  color: #000;
  font-size: 21px;
  padding: 8px 22px;
}

.depart-sub-pdf a i {
  width: 37px;
  height: 37px;
  text-align: center;
  background: var(--color-new-red);
  color: #fff;
  font-size: 22px;
  line-height: 36px;
}
.trainees-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}
.trainees-table td,
.trainees-table th {
  border: 1px solid #e1e1e1;
  padding: 12px;
  vertical-align: top;
  font-size: 15px;
}
.back-year {
  /* background: var(--color-dark-blue); */
  /* color: var(--color-new-red); */
  font-weight: 600;
}

.table-title {
  background: #ee3e23;
  color: #fff;
  text-align: center;
  font-size: 22px !important;
  font-weight: 600;
}

/* Slight spacing between left & right blocks */
.trainees-table td:nth-child(3) {
  border-right: 3px solid #f2f2f2;
}

/* Mobile */
@media (max-width: 992px) {
  .trainees-table td:nth-child(4),
  .trainees-table td:nth-child(5),
  .trainees-table td:nth-child(6) {
    display: none;
  }
}

.dnb-table {
  position: relative;
  margin-top: 24px;
  background: #f4f5f9;
  overflow: hidden;
}

.dnb-table thead th {
  background: var(--color-primary);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.dnb-table tbody td {
  padding: 10px 12px;
  font-size: 16px;
}

.dnb-table tr td i {
  font-size: 13px;
  margin-right: 3px;
}

.dvb-stipend-section .dnb-table {
  margin-top: 0px;
}

.dvb-stipend-section {
  text-align: center;
  position: relative;
}

.dvb-stipend-section::before {
  content: " ";
  position: absolute;
  width: 83%;
  height: 100%;
  border: 2px solid #d7d7d7;
  left: 0px;
  right: 0px;
  top: 34px;
  bottom: 0px;
  margin: auto;
  z-index: -1;
}

.dnb-accomd {
  position: relative;
  text-align: center;
}

.dnb-accomd h2 {
  background: var(--color-new-red);
  padding: 4px 20px;
  font-size: 25px;
  font-weight: 400;
  display: inline-block;
  color: #fff;
}

.stpend-c-info {
  position: relative;
  padding: 10px 10px 20px;
  background: #fef7f1;
  text-align: center;
}

.stpend-c-info p {
  margin-bottom: 0px;
  font-size: 18px;
}

.stpend-c-info a {
  display: inline-block;
  background: var(--color-teritary);
  padding: 3px 10px;
  color: #fff;
  border-radius: 4px;
  margin-top: 10px;
}

.dvb-stipend-head h2 {
  font-size: 24px;
  margin-bottom: 18px;
  background: var(--color-teritary);
  padding: 4px 60px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
}

.dnb-academic-rec {
  position: relative;
  margin: 38px 0px;
}

.dvb-stipend-section ul li {
  font-size: 18px;
  margin-bottom: 10px;
}

.dvb-stipend-section ul li span {
  display: inline-block;
  position: relative;
  padding: 0px 30px;
  padding-right: 0px;
}

.dvb-stipend-section ul li span::before {
  content: " ";
  position: absolute;
  width: 23px;
  height: 1px;
  background: var(--color-default);
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.dnb-teaching-sche {
  position: relative;
  margin: 38px 0px 0px;
}

.dvb-shedule-neu {
  margin-bottom: 30px;
}

.academic-ind-box {
  /* background: #f5f5f5; */
  margin-bottom: 10px;
  padding: 20px;
  border-bottom: 1px solid var(--color-default);
  /* border-radius: 10px; */
}

.academic-ind-box:last-child {
  border-bottom: 0px;
}

.academic-ind-box h2 {
  font-size: 22px;
  text-transform: uppercase;
  color: var(--color-dark-blue);
  display: inline-block;
}

.academic-ind-box h3 {
  font-size: 18px;
  color: var(--color-primary);
}

.dnb-trainee-details {
  position: relative;
}

.dnb-trainee-details .dnb-table {
  margin-top: 0px;
}

.academic-achiev-row {
  position: relative;
  margin-top: 20px;
}

.academic-achiev-block .academic-ind-box1 {
  /* margin-top: 20px; */
}

.oth-fac-row {
  margin: 25px 0px 40px;
}

.dnb-trainee-block p {
  margin-bottom: 0px;
  display: inline-block;
  padding-right: 30px;
  position: relative;
}

.dnb-trainee-block p::before {
  content: " ";
  position: absolute;
  width: 20px;
  height: 1px;
  background: var(--color-dark-blue);
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
}

.dnb-trainee-block {
  position: relative;
  padding: 10px 0px;
  border-bottom: 1px dotted;
}

.dnb-trainee-block a {
  padding: 0px 10px;
  display: inline-block;
  color: var(--color-default);
}

.dnb-trainee-block a i {
  font-size: 13px;
}

.dvb-main-training h2 {
  font-size: 20px;
  padding: 5px 10px;
  background: #28a5df;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  margin-top: -24px;
  margin-bottom: 10px;
}

.dvb-main-training {
  position: relative;
  right: -70px;
}
.dvb-main-training.diploma-anes::before {
  display: none;
}
.dvb-main-training::before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 100%;
  /* background: linear-gradient(to top,#ffffff00,var(--color-secondary),#ffffff00); */
  background: var(--color-dark-blue);
  left: -95px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.dnb-trainee-list li:last-child .dnb-trainee-block {
  border-bottom: 0px;
}

@media only Screen and (max-width: 800px) {
  .dnb-gen-sec-bg .indu-main-header::after {
    background-size: 35%;
  }

  .dnb-doc-row {
    padding: 20px 15px 0px;
  }

  .doc-block {
    width: 235px;
    margin: 0px auto 30px;
  }

  .dnb-teaching-sche {
    margin: 20px 0px 0px;
  }

  .dnb-academic-rec {
    margin: 38px 0px 20px;
  }

  .dnb-inner-block h4 {
    font-size: 16px;
    line-height: 26px;
  }

  .ol_styles li {
    font-size: 14px;
  }

  .dnb-trainee-details .dnb-table tbody td {
    padding: 10px 12px;
    font-size: 14px;
  }

  .dvb-shedule-neu {
    margin-bottom: 0px;
  }

  .dnb-table {
    margin-top: 0px;
  }

  .stpend-c-info {
    padding: 10px 10px 15px;
  }

  .dnb-accomd {
    margin-top: 20px;
  }
}

.dnb-inner-block p {
  font-size: 15px;
}

.dvb-main-training .ol_styles a {
  color: #373737;
}

/* 
==============================================================
NEUROLOGY DNB
==============================================================
*/

.dnb-neu-sec-bg .indu-main-header::after {
  background-image: url(../ijp/dnb-education/neurology.png);
  background-size: 8%;
  top: 0px;
  opacity: 0.1;
  filter: brightness(0) invert(1);
}

.dnb-norms {
  text-align: center;
  background: #29a3dd;
  padding: 6px 16px;
}

.dnb-norms h2 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.dnb-dip-ortho-row {
  margin-top: 50px;
}
.dnb-dip-ortho-row .dnb-teaching-sche {
  margin-top: 0px;
}
.dnb-dip-anes-row .dvb-main-training {
  right: 0px;
  margin-top: 35px;
  margin-bottom: 30px;
}

.dnb-sche ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 368px;
  margin: 5px auto 0px;
  padding: 10px 0px;
  border-bottom: 1px solid;
}
.dnb-accomd-ortho{
    margin-top: 60px;
}

.dnb-sche ul li {
  text-align: center;
}

.dnb-sche-head h2 {
  font-size: 20px;
  margin-bottom: 18px;
  background: #df2f13;
  padding: 11px 6px;
  color: #fff;
  font-weight: 400;
}

.ol_styles li.big-line {
  font-size: 20px;
}

.dvb-shedule-section-row {
  margin-top: 40px;
}

.dnb-inner-styles {
  display: inline-block;
  text-align: left;
  color: #021023;
}

.dnb-inner-styles li {
  font-size: 20px;
  padding: 3px 0px;
}

.dnb-gen-sec .doc-img img {
  margin: auto;
  border-radius: 12px 12px 0px 0px;
}

.dnb-doc-row .doc-block {
  position: relative;
  text-align: center;
  /* background: #fff; */
  margin-bottom: 34px;
}

.dnb-doc-row .doc-img {
  position: relative;
  padding-top: 8px;
  text-align: center;
}

.dnb-doc-row .doc-img img {
  margin: auto;
}

.dnb-doc-row .doc-content {
  text-align: center;
  background: #d52f15;
  padding: 10px 6px;
  box-shadow: 0px 15px 14px -10px #00000030;
  color: #fff;
}

.dnb-doc-row .doc-content h2 {
  font-size: 19px;
  text-transform: uppercase;
  color: #fff;
}

.dnb-doc-row .doc-content h3 {
  font-weight: 400 !important;
  font-size: 13px !important;
  margin-top: 5px !important;
  color: #fff;
}

.dnb-doc-row .doc-content h4 {
  color: #fff !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  margin-top: 3px !important;
}
