@import url("/css/course-grid.css");
@import url("/css/course-fonts.css");
@import url("/assets/css/main-menu.css");
@import url("/css/old-footer.css");
/*course-css*/
.bg-blue {
  background-color: #004b86;
}

.bg-ltblue {
  background-color: #0077d7;
}

.bg-red {
  background-color: #C80E32;
}

.bg-grey {
  background-color: #dbdbdb;
}

.text-red {
  color: #C80E32;
}

.text-blue {
  color: #004b86;
}

.text-ltblue {
  color: #a5edff;
}

.btm-spc {
  padding-bottom: 1.563rem;
}

.text-small {
  font-size: 0.719rem;
}

* {
  outline: 0;
  border: 0;
  font-family: Roboto, sans-serif;
}

h2 {
  font-size: 1.65rem;
}

a {
  color: #2962ff;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
}

.pdy {
  padding: 2.5rem 0;
}

.gx {
  margin: 0;
}

.row-cst {
  gap: 10px;
}

.col-cst {
  max-width: 100%;
}

.organic_page .pdy-5 {
  padding-top: 0;
  padding-bottom: 0;
}

.organic_page .appl-now, .adms {
  display: none;
}

body.organic_page .srch {
  display: none !important;
}

#fixtop {
  top: 0;
}

.navbar-nav .dropdown-menu {
  position: absolute;
  margin: 0;
  left: unset;
}

.navbar {
  position: inherit;
  padding: 0;
}

ul.navbar-nav > li.nav-item > a {
  padding: 10px 16px 10px 0;
}

.menu-row {
  display: flex;
}

.view-more {
  padding: 0.625rem 1.25rem;
  color: #fff;
  font-size: 1.063rem;
  background: #004b86;
  display: inline-block;
}
.view-more-apply {
  padding: 0.625rem 1.25rem;
  color: #fff;
  font-size: 1.063rem;
  background: #C80E32;
  display: inline-block;
}

.header-info a {
  background-color: #C80E32;
  padding: 0.0625rem 0.9375rem;
  border-radius: 1.5rem;
  color: #fff;
  font-weight: 500;
}

.course-banner {
  position: relative;
  background-image: url(/course-assets/bwu-campus.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-top: 80px;
}

.course-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(198, 215, 234, 0.85);
  z-index: 1;
}

.table {
  border: 1px solid #ccc;
}

.table tbody tr td, th {
  border: 1px solid #ccc;
}

.table-sem {
  border-style: none;
  display: block;
  overflow-x: auto;
}

.table-sem th {
  background-color: #dee7fe;
}

.std-quote {
  width: 50%;
}

.course-banner > div {
  position: relative;
  z-index: 2;
}

.awards {
  background-color: rgba(0, 47, 99, 0.65);
}

.awards-logo span {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
}

.ranks-logo div {
  position: relative;
  margin: 0 0.5rem;
}

.ranks-logo div:after {
  content: "";
  position: absolute;
  width: 0.0625rem;
  height: 4.375rem;
  top: 0;
  left: -0.5rem;
  background-color: #fff;
}

.ranks-logo div.no-bdr:after {
  content: none;
}

.ranks-logo img, .awards-logo img {
  height: 4.375rem;
}

.ranks-logo div:first-child {
  margin-left: 0;
}

.ranks-logo div:first-child::after {
  content: none;
}

.awards-logo {
  width: 30%;
  text-align: center;
}

.awrds li {
  padding: 5px 0;
}

.awrds li:nth-child(even) {
  color: #004b86;
}

.breadcrumb ul li {
  display: inline-block;
  padding-right: 0.938rem;
  position: relative;
}

.breadcrumb ul li, .breadcrumb ul li a {
  color: #000000;
}

.breadcrumb ul li::after {
  content: ">";
  right: 0;
  top: -3px;
  position: absolute;
  font-size: 20px;
  color: #000000;
}

.breadcrumb ul li:last-child::after {
  display: none;
}

.course-contain {
  padding: 0 15px;
}

.std-placeholder {
  right: 0;
  bottom: 0;
  width: 50%;
}

.approvals {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
}

.apply-seat {
  margin-top: 15px;
  padding: 0;
  background: #C80E32;
  position: relative;
}

.apply-seat > span {
  color: #fff;
  font-weight: 600;
  font-size: 1.375rem;
  padding: 0.313rem;
}

.course-apply a {
  font-size: 1.875rem;
  color: #000000;
  font-weight: 500;
  line-height: 1.875rem;
}

.course-apply {
  padding: 0;
  margin: 0;
  background-color: #e5e5e5;
}

.earlybird-offer {
  color: #494949;
  padding: 0.313rem;
  font-size: 1.063rem;
}

.seat-book {
  margin-bottom: 0.625rem;
}

.course-short-name span {
  font-size: 28px;
  font-weight: 500;
  color: #012f63;
}

form.apply-form .form-control {
  background-color: #ffffff;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  transition: none;
}

.apply-form .form-group > div {
  width: 100%;
}

.crs-info {
  position: relative;
  display: flex;
  flex-direction: column;
}

.cs-item {
  position: absolute;
  left: 0;
  bottom: 60px;
}

.placed-info {
  padding: 1.8rem 3rem;
}

.placed-info div.placed-std-name span {
  font-size: 1.563rem;
}

.crs-name {
  padding-top: 5.75rem;
  color: #000000;
}

.crs-name {
  padding-top: 3.75rem;
}

.crs-name span {
  display: block;
}

.crs-name .crs-short {
  font-size: 3rem;
  line-height: 3.125rem;
  font-weight: 800;
  color: #002486;
}

.crs-name .crs-full {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 300;
}

.crs-name .tagline {
  padding: 0 0 0.2rem 0;
  font-size: 1.2rem;
  line-height: 1.6875rem;
  font-weight: 500;
  color: #000000;
}

.crs-name p {
  padding: 1.25rem 0;
  font-size: 1.313rem;
  line-height: 1.6875rem;
}

.crs-row:after {
  content: "";
  position: absolute;
  width: 89%;
  height: 30%;
  bottom: 50px;
  left: 0;
  background: #C80E32;
  z-index: -1;
}

label.form-label {
  position: absolute;
  left: 1.875rem;
  top: 0.375rem;
  color: #495057;
  font-size: 0.875rem;
  background-color: #ffffff;
  transition-property: transform;
  transition-duration: 500ms;
}

select.select:focus + label {
  transform: translate3d(0, -85%, 0);
  z-index: 1;
  color: #495057;
}

select.select:not(:focus):valid ~ label {
  display: none;
}

.nav-container {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

.collapse:not(.show), .dropdown-toggle::after {
  all: unset;
}

.site-logo {
  gap: 10px;
}

.placedTxt .amnt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 800;
  color: rgb(220, 42, 27);
  background: rgb(241, 230, 206);
  font-stretch: condensed;
  padding: 10px 14px;
  border-radius: 10px;
}

.placedYr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.15;
  font-size: 12px;
  font-weight: 500;
  margin-left: 8px;
}

.top-nav-sec .apply {
  padding: 4px 10px;
  background-color: #D61E3E;
}

.top-nav-sec .cta-btn {
  font-weight: 500;
  font-size: 16px;
  border-radius: 15px;
  background-color: #D61E3E;
  color: #fff;
}

.crs-item {
  width: 100%;
  margin: 5px;
}

.crs-item:nth-child(even) {
  background-color: #bcceff;
}

.crs-item:nth-child(odd) {
  background-color: #e5e5e5;
}

.crs-item a {
  padding: 0.313rem 0.625rem;
  text-decoration: none;
  font-size: 0.938rem;
  font-weight: 500;
}

.crs-item:hover {
  background-color: #e2f3fd;
}

.crs-item div img {
  width: 1.875rem;
  height: 1.875rem;
}

.heading-main {
  color: #0f3db8;
  font-size: 1.8rem;
  font-weight: 500;
  padding-top: 40px;
  margin-bottom: 10px;
}

.heading-main span {
  color: #f91131;
  display: block;
}

.sub-heading {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.625rem;
}

.sub-heading img {
  width: 2.4rem;
  height: 2.4rem;
}

.sub-heading h2 span {
  color: #C80E32;
}

.list-inline li {
  display: inline-block;
}

.points, .course-table {
  padding: 0.625rem 0;
}

h3.point-heading {
  font-size: 1.25rem;
}

.scoreboard-data {
  gap: 18px;
  flex-wrap: wrap;
}

.scoreboard-data-item {
  width: 100%;
}

.alumni-spotlight-contain {
  background-color: #ccc;
  padding: 10px;
  flex-wrap: wrap;
  gap: 18px;
}

.alumni-content-item {
  background-color: #fff;
  width: 100%;
}

.alumni-content-item h3 {
  font-size: 18px;
}

.data-title {
  padding: 10px;
  height: 95px;
  background-color: #C80E32;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}

.data-number {
  padding: 10px;
  background-color: #004b86;
  color: #fff;
  font-size: 45px;
  font-weight: 800;
  text-align: center;
}

.scoreboard-data-item .data-title span {
  line-height: 25px;
}

.tieup-logo img {
  width: 266px;
  padding: 10px 0;
}

.ai-spectrum-row {
  display: flex;
  flex-wrap: wrap;
}

/*SGB new class added start*/
.sectionGap {
  padding-left: 1rem;
}

.btntopNew {
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.gotopbutton {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background-color: transparent;
}

#go-top:hover {
  cursor: pointer; /* This gives hand sign */
  transform: scale(1.05);
}

#go-top::after {
  content: "Go Top";
  position: absolute;
  bottom: 50px; /* above the button */
  left: 50%;
  transform: translateX(-50%);
  background: #fffcfc;
  color: #0a0a0a;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

#go-top:hover::after {
  opacity: 1.05;
}

#go-top {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

#go-top.show {
  opacity: 1;
  visibility: visible;
}

table.pgrm-glance th {
  text-align: left;
}

/*SGB new class added end*/
.points ul li {
  position: relative;
  list-style-type: none;
  padding-left: 1.2rem;
  padding-right: 1.75rem;
  padding-bottom: 0.625rem;
}

.dtc h4:before,
.points ul li:before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: 0.375rem;
  left: 0;
}

.points ul li:before {
  background: #7996e6;
}

.points h4 {
  background: #eeeeee;
  padding: 0.5rem;
  margin: 0;
  font-weight: 600;
}

.acd-bg {
  background-color: #a2d9f7;
  padding: 0.625rem;
  color: #464545;
}

.syllabus-data {
  background-color: #dfe8ff;
  padding: 0.5rem 0;
  padding-left: 0px;
  margin-bottom: 0.5rem;
}

.syllabus-data li {
  color: #000 !important;
  margin-left: 0.5rem;
}

.testm-box {
  background-color: #dbdbdb;
  padding: 0 0.938rem 0;
  padding: 0;
  border-right: 2.5rem solid #c80e32;
}

.testm-pic, .testm-content {
  position: relative;
}

.testm-pic {
  width: 44%;
  height: 10.938rem;
  text-align: center;
  overflow: hidden;
}

.testm-content {
  width: 60%;
  justify-content: center;
}

.testm-pic img {
  width: 12.938rem;
  height: 15.313rem;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}

.contents-bx {
  position: relative;
  padding: 15px;
  width: 95%;
  z-index: 1;
}

.contents-bx p {
  font-size: 0.938rem;
  margin-bottom: 0;
  line-height: 21px;
  margin-bottom: 0.938rem;
}

.contents-bx b {
  font-size: 0.875rem;
}

.keypoint {
  width: 32.3%;
  margin: 1px;
}

.keypoint-vy-gap {
  gap: 10px;
}

.keypoint .point-sb {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.keypoint:nth-child(odd) div {
  background: #02529b;
  color: #ffffff;
}

.keypoint:nth-child(even) div {
  background: #dbdbdb;
  color: #000000;
}

.pmt-exc {
  padding: 1.5rem 2rem;
}

.cmp-img {
  padding: 0.625rem;
}

.client-img {
  width: 30%;
  overflow: hidden;
}

.client-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.client-bx {
  height: 15.625rem;
}

.recr-cmp {
  border: 1px solid #ccc;
  margin: 0.125rem;
  width: 12%;
}

.recr-cmp img {
  width: 100%;
}

.faq-bx {
  counter-reset: c;
}

.faq-bx .qs {
  position: relative;
  padding: 0.938rem 0.625rem 0.938rem 0.938rem;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.faq-bx .qs:nth-child(even) {
  background-color: #f2f2f2;
}

.faq-bx .qs:nth-child(odd) {
  background-color: #e2e2e2;
}

.faq-bx .qs div {
  margin-left: 1.563rem;
}

/*we will remove the below h4 style code after all faq heading changed*/
.faq-bx .qs h4 {
  font-size: 1.25rem;
  color: #004b86;
  display: block;
  margin: 0;
}

/*we will remove the below h4 style code after all faq heading changed*/
.faq-bx .qs h3 {
  font-size: 1.25rem;
  color: #004b86;
  display: block;
  margin: 0;
}

.faq-bx .qs:before,
.faq-bx .qs::before {
  position: absolute;
  counter-increment: c;
  content: counter(c);
  font-size: 0.938rem;
  background: #004b86;
  width: 1.438rem;
  padding: 0.125rem;
  left: 0.5rem;
  text-align: center;
  color: #fff;
  border-radius: 10px;
}

table {
  width: 100%;
}

.course-table .crs-tbl-item {
  padding: 5px 15px;
  background-color: #ccc;
  margin: 6px 0;
}

.course-table .crs-tbl-item:nth-of-type(2n+1) {
  background-color: #e2e2e2;
}

.course-table .crs-tbl-item:nth-of-type(2n) {
  background-color: #dfe8ff;
}

/* new style added */
.course-items {
  align-content: end;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.course-detail {
  width: 65%;
  margin-right: 5%;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}

.course-form {
  width: 30%;
  margin-bottom: 2.5rem;
}

.pgrm-name {
  width: 60%;
}

.student-img {
  width: 38%;
}

img.std-img {
  width: 100%;
}

.crs-name .lg-font {
  font-size: calc(7vw + 4vh + 2vmin);
}

.wrap {
  width: 200px;
}

.captcha {
  border-radius: 5px;
  color: #4c4a4b;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.call {
  font-size: 18px;
}

.text {
  font-size: 0.845rem;
  font-weight: 500;
  margin-right: 1em;
}

.spinner {
  position: relative;
  width: 2em;
  height: 2em;
  display: flex;
  margin: 5px 10px;
  align-items: center;
  justify-content: center;
}

.spinner > label {
  margin-bottom: 0;
}

.captcha input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.captcha input[type=checkbox] + .checkmark {
  display: inline-block;
  width: 1.8em;
  height: 1.7em;
  background-color: #fcfcfc;
  border: 2.5px solid #c3c3c3;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.captcha input[type=checkbox] + .checkmark span {
  content: "";
  position: relative;
  margin-top: -3px;
  transform: rotate(45deg);
  width: 0.75em;
  height: 1.2em;
  opacity: 0;
}

.captcha input[type=checkbox] + .checkmark > span:after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #029f56;
}

.captcha input[type=checkbox] + .checkmark > span:before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  bottom: 0;
  right: 0;
  background-color: #029f56;
}

.captcha input[type=checkbox]:checked + .checkmark {
  animation: 2s spin forwards;
}

.captcha input[type=checkbox]:checked + .checkmark > span {
  animation: 1s fadein 1.9s forwards;
}

.captcha input[type=checkbox]:checked + .checkmark > span:after {
  animation: 0.3s bottomslide 2s forwards;
}

.captcha input[type=checkbox]:checked + .checkmark > span:before {
  animation: 0.5s rightslide 2.2s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bottomslide {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes rightslide {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes spin {
  10% {
    width: 0;
    height: 0;
    border-width: 6px;
  }
  30% {
    width: 0;
    height: 0;
    border-radius: 50%;
    border-width: 1em;
    transform: rotate(0);
    border-color: #c7daf5;
  }
  50% {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border-width: 4px;
    border-color: #c7daf5;
    border-right-color: #5998ef;
  }
  70% {
    border-width: 4px;
    border-color: #c7daf5;
    border-right-color: #5998ef;
  }
  90% {
    border-width: 4px;
  }
  100% {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    transform: rotate(720deg);
    border-color: transparent;
  }
}
::-moz-selection {
  background-color: transparent;
  color: teal;
}
::selection {
  background-color: transparent;
  color: teal;
}

::-moz-selection {
  background-color: transparent;
  color: teal;
}

.recaptcha-wrap {
  display: flex;
  align-items: center;
  background-color: #fff;
  background-image: url(/course-assets/captcha-logo.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 2.188rem;
  border-radius: 0.5rem;
  height: 2.5rem;
  margin: 0 1rem;
}

.form-check {
  margin: 0.3125rem 1rem 1.25rem;
}

.form-check-input {
  margin: 0.188rem 0;
}

.form-check-label {
  padding-left: 0.313rem;
  line-height: 1.25rem;
}

.frm-submit .btn {
  width: 100%;
  background-color: #C80E32;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 0.313rem 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
  transition: none;
}

.icon {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 5%;
}

.icon img {
  width: 50%;
}

.icon h3 {
  font-size: 1.875rem;
  text-transform: uppercase;
  font-weight: 800;
  padding: 10px;
  margin: 0;
}

.content {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content ul {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}

.content ul li {
  font-weight: 600;
}

.ranking-item {
  background-color: #dfe8ff;
}

.awards-item {
  background-color: #f8e8e2;
}

.ranking-item, .awards-item {
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 15px;
}

.ranking-item h4, .awards-item h4 {
  font-weight: 600;
  font-size: 18px;
  color: #004b86;
}

.ranking-content h3 {
  color: #C80E32;
}

.rts-nav {
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 1040;
  background-color: #ffffff;
  border: 1px solid #ccc;
  max-width: calc(100% - 30px);
  width: auto;
  height: 100%;
  padding: 8px;
  transform: translateX(100%);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-duration: 1s;
}

.rts-nav.active {
  transform: translateX(0);
  box-shadow: 0 0 30px rgba(34, 34, 34, 0.25);
}

.rts-nav .open-panel {
  position: absolute;
  top: 0;
  right: 99%;
  height: 100%;
  display: flex;
  align-items: center;
}

.rts-nav .open-panel button:hover {
  cursor: pointer;
}

.open-panel button {
  width: 1.813rem;
  height: 11rem;
  padding: 0;
  background-image: url(/course-assets/opn-pnl.webp);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  background-color: transparent;
}

#closePanel {
  width: 25px;
  height: 25px;
  position: absolute;
  background-color: #f66;
  top: 5px;
  right: 5px;
  border-radius: 20%;
  cursor: pointer;
  line-height: 0;
  color: #fff;
  z-index: 10;
}

.fixed-btm {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1050;
}

.course-stat {
  background: #FAD542;
  text-align: center;
  color: #8A0000;
  font-weight: 700;
  font-size: 16px;
}

.course-stat p {
  margin: 0;
  padding: 5px;
}

.course-stat button {
  position: absolute;
  bottom: 4px;
  right: 0;
  font-size: 14px;
  font-weight: 800;
  padding: 5px;
  color: #ff0000;
}

.crs-tbl-item h4 {
  margin-bottom: 0;
  padding-right: 5px;
}

.mlr {
  margin-left: 1%;
  margin-right: 1%;
}

.top {
  bottom: calc(4% + 2.813rem);
  right: 0.938rem;
  z-index: 1050;
}

.btntop {
  width: 2rem;
  height: 2rem;
  background-image: url(/course-assets/top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.shown {
  display: block;
}

.organic-footer {
  background: #062B63;
  background: linear-gradient(90deg, rgb(6, 43, 99) 0%, rgb(3, 23, 51) 100%);
}

.ftr-top-section {
  padding: 50px 0;
}

.ftr-heading h5 {
  color: #FFD24C;
  font-size: 20px;
  font-weight: 600;
}

.ftr-heading::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #eee;
  background: linear-gradient(90deg, #FFD24C, #27B6FF);
  position: absolute;
  border-radius: 8px;
}

.recognition-items {
  font-size: 14px;
  color: #fff;
}

.recog-bx-contain {
  gap: 10px;
  margin-bottom: 10px;
}

.recgog-bx {
  width: calc(25% - 6px);
  height: 75px;
  padding: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  overflow: hidden;
}

.highlights-box {
  display: block;
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(4px);
}

.highlights-contents {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.highlights-points {
  display: inline-flex;
  padding: 18px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: calc(50% - 5px);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.highlights-points h6 {
  color: #FFD24C;
  font-size: 24px;
  font-weight: 800;
  line-height: 20px;
}

.highlights-points span {
  color: #fff;
  font-size: 14px;
}

.contact-addr {
  padding-bottom: 25px;
}

.contact-addr::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(249, 249, 249, 0.2);
  bottom: 15px;
}

.contact-info-box div.contact-addr:last-child:after {
  content: none;
}

.contact-info-box div:last-child {
  padding-bottom: 0;
}

.ftr-cta {
  color: #27B6FF;
  font-weight: 700;
}

.ftr-copyright-section {
  background-color: #E4BE43;
  padding: 10px;
  color: #000;
  font-size: 14px;
}

.sticky-cta-bar {
  background-color: rgb(0, 82, 156);
  position: sticky;
  bottom: 0;
  z-index: 10;
}

.cta-contents button {
  background: none;
  cursor: pointer;
  height: 100%;
}

.cta-group button:first-child {
  padding-left: 10px;
}

.cta-group {
  gap: 4px;
}

.cta-group button {
  position: relative;
}

.cta-group button::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4705882353);
  right: 0;
}

button.accessibility {
  width: 45px;
  background-color: rgba(249, 249, 249, 0.25);
  height: 45px;
  padding: 5px;
}

.cta-apply button {
  display: block;
  height: 45px;
  padding: 0 20px;
  font-weight: 500;
  background-color: #fff029;
}

.cta-apply button:hover {
  background-color: #8ad3f9;
  cursor: pointer;
}

@media only screen and (min-width: 320px) {
  .admissionTxtMob {
    display: none;
  }
  .clxs-6 {
    flex: 0 0 auto;
    width: 48%;
  }
}
@media only screen and (min-width: 481px) {
  table.pgrm-glance tr:nth-child(odd) {
    background-color: #e2e2e2;
  }
  table.table-opportunity thead tr {
    background-color: #e2e2e2;
  }
  table.table-opportunity tbody tr:nth-child(odd) {
    background-color: #dfe8ff;
  }
  .col-cst {
    width: calc(50% - 8px);
  }
}
@media only screen and (min-width: 768px) {
  .lgHide {
    display: none;
  }
  .testm-pic {
    width: 20%;
  }
  .testm-content {
    width: 80%;
  }
  .scoreboard-data-item, .alumni-content-item {
    width: calc(50% - 18px);
  }
}
@media only screen and (min-width: 992px) {
  .clmd-3 {
    flex: 0 0 23%;
    width: 23%;
  }
  .apply-now-btn {
    display: none;
  }
  .col-cst {
    width: calc(33.3333333333% - 8px);
  }
}
@media only screen and (min-width: 1081px) {
  .organic_page .pdy-5 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  ul.navbar-nav.cs-nav li:last-child a {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .scoreboard-data-item {
    width: calc(25% - 18px);
  }
  .alumni-content-item {
    width: calc(33.3333333333% - 18px);
  }
  .col-cst {
    width: calc(25% - 8px);
  }
}
@media only screen and (min-width: 1600px) {
  html {
    font-size: 20px;
  }
  .seat-book {
    padding: 0;
  }
  .breadcrumb ul li::after {
    top: 3px;
  }
  .crs-row:after {
    height: 27%;
  }
  .course-detail {
    position: relative;
  }
  .approvals {
    font-size: 16px;
  }
  .frm-submit {
    margin: 15px 0 0;
  }
  .crs-name .md-font {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .course-detail {
    width: 64%;
  }
  .pgrm-name {
    width: 58%;
  }
  .student-img {
    width: 42%;
  }
  .crs-name {
    padding-top: 1.563rem;
  }
  .crs-name span {
    font-size: 2.188rem;
    line-height: 2.188rem;
  }
  .crs-name p {
    font-size: 1.125rem;
  }
  .placed-info span {
    font-size: 1.25rem;
  }
  .point-sb h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1025px) {
  .course-detail {
    width: 63%;
    margin-right: 2%;
  }
  .course-form, .awards-logo {
    width: 35%;
  }
  .crs-name .lg-font {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1080px) {
  .site-logo {
    margin: 3px 0;
    text-align: center;
    justify-content: start;
  }
  .header-info {
    display: none !important;
  }
  .adms {
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    padding: 2px 10px;
    border-radius: 15px;
    background: #C80E32;
    width: 225px;
    margin: 0 auto;
  }
  .adms a {
    color: #fff;
  }
  .organic_page .appl-now a {
    background-color: #C80E32;
    color: #fff;
  }
  .course-banner {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .awards-logo {
    width: 35%;
  }
  .course-detail {
    margin-right: 0;
  }
  .course-form {
    width: 35%;
  }
  .testm-pic {
    width: 40%;
  }
  .contents-bx.mv_left, .contents-bx.mv_right {
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .crs-name {
    padding-bottom: 1.563rem;
  }
  .awards-logo {
    width: 37%;
  }
  .ranks-logo img, .awards-logo img {
    height: 3.438rem;
  }
  .pgrm-name {
    width: 100%;
    text-align: center;
  }
  .keypoint {
    width: 48.3%;
  }
  .placed-info {
    margin-top: 0;
    padding: 0.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .placed-info div {
    width: 100%;
    padding: 0 8px;
  }
  img.std-img {
    width: 325px;
    height: 392px;
  }
  .awards-info {
    display: none;
  }
  .course-items {
    justify-content: center;
  }
  .course-detail {
    width: 100%;
    margin: 0;
  }
  .student-img {
    position: relative;
    width: 100%;
  }
  .std-placeholder {
    left: 0;
    width: 100%;
    position: relative !important;
    text-align: center;
  }
  .cs-item {
    position: relative;
    background-color: #fff;
    color: #3e3e3e;
    text-align: center;
  }
  .crs-row::after {
    width: 100%;
    height: 46%;
  }
  .course-form {
    width: 60%;
    margin-top: 25px;
  }
  .approvals {
    margin-top: 0;
    background: #fff;
    padding: 10px 0;
  }
  .approvals > span {
    font-size: 20px;
  }
  .apply-seat {
    margin-top: 0;
  }
  .award-rank {
    width: 80%;
  }
  .icon img {
    width: 40%;
  }
  .content {
    justify-content: flex-start;
  }
  .course-stat {
    font-size: 14px;
  }
  .font-s1 {
    font-size: 15px;
  }
  .apply-now-btn {
    height: 2.5rem;
    background: #0f3db8;
    text-align: center;
    font-size: 1.25rem;
    color: #fff;
    padding: 5px;
  }
  .open-panel button {
    width: 2rem;
  }
  .recr-cmp {
    width: 24%;
  }
}
@media only screen and (max-width: 767px) {
  .awards {
    background-color: #002f63;
  }
  .course-contain {
    margin-bottom: 10px;
  }
  .course-banner::after {
    content: none;
  }
  .course-banner {
    background-image: none;
    background-color: #f2f2f2;
  }
  .crs-name .crs-short {
    color: #103bba;
  }
  .breadcrumb ul li, .breadcrumb ul li:after, .breadcrumb ul li a, .crs-name * {
    color: #3e3e3e;
  }
  .course-detail {
    background-color: #fff;
    order: 2;
  }
  .crs-name span:first-child {
    color: #C80E32;
  }
  .crs-name span {
    font-size: 1.563rem;
    line-height: 1.563rem;
  }
  .crs-name p {
    font-size: 1rem;
  }
  .student-img {
    z-index: 2;
  }
  .crs-row::after {
    z-index: 1;
  }
  .ranks-logo {
    width: 100%;
    justify-content: space-between;
  }
  .awards-logo {
    width: auto;
    margin: 12px auto 0 auto;
  }
  .awards-logo img {
    margin: 0 5px;
    width: 65px;
    height: 65px;
  }
  .ranks-logo div::after {
    content: none;
  }
  .pgrm-name {
    padding-left: 0;
  }
  .course-form, .award-rank {
    width: 100%;
  }
  .icon h3 {
    font-size: 1.25rem;
  }
  .point-sb h3 {
    font-size: 1.25rem;
  }
  .testm-box > div {
    justify-content: center;
  }
  .testm-pic {
    width: 44%;
  }
  .testm-content {
    width: 100%;
  }
  .testm-box {
    border-right: 0;
  }
  .testm-pic img {
    width: auto;
    height: auto;
  }
  .ftr-top-section {
    padding: 25px 0;
  }
  .ftr-heading::after {
    width: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .recognition-items {
    width: 100%;
    text-align: center;
  }
  .highlights-points {
    align-items: center;
  }
  .ftr-heading, .contact-addr p {
    text-align: center;
  }
  .recog-row-gap {
    gap: 20px;
  }
  .contact-addr > div {
    justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .header-info a {
    font-size: 0.875rem;
  }
  h2, h3 {
    font-size: 1.125rem;
  }
  h3.point-heading {
    font-size: 1.063rem;
  }
  .crs-name .crs-short {
    font-size: 2.188rem;
  }
  .crs-name .crs-full {
    font-size: 1.438rem;
  }
  .crs-name .tagline {
    font-size: 1.125rem;
  }
  .crs-name p {
    padding: 2px;
  }
  .placed-std-name ~ div img {
    width: 85px;
    height: 55px;
  }
  .pmt-exc {
    padding: 0;
  }
  .pgrm-name {
    margin-bottom: 5%;
  }
  .points ul li {
    display: block;
  }
  .spinner {
    height: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .site-logo a img {
    width: 160px;
    height: 53px;
  }
  .placedTxt .amnt {
    padding: 4px 6px;
  }
  img.std-img {
    width: 275px;
    height: auto;
  }
  .table.resp tbody tr, .table.resp thead tr th {
    display: flex;
    flex-direction: column;
  }
  table.pgrm-glance tr th {
    background-color: #e2e2e2;
  }
  table.table-opportunity thead tr th:first-child {
    background-color: #e2e2e2;
  }
  table.table-opportunity thead tr th:last-child {
    background-color: #dfe8ff;
  }
  table.table-opportunity tbody tr td:first-child {
    background-color: #e2e2e2;
  }
  table.table-opportunity tbody tr td:last-child {
    background-color: #dfe8ff;
  }
  .keypoint {
    width: 100%;
  }
  .testm-box {
    padding: 0;
  }
  .testm-pic, .testm-content, .contents-bx {
    width: 100%;
  }
  .testm-content {
    order: 2;
  }
  .testm-pic {
    height: 14.375rem;
    order: 1;
  }
  .testm-pic img {
    width: 11.563rem;
  }
  .testm-pic .img_left, .testm-pic .img_right {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .client-img {
    width: 25%;
  }
  .client-bx {
    height: 16.563rem;
  }
  .recr-cmp {
    width: 23%;
  }
  .award-rank {
    flex-wrap: wrap;
  }
  .icon, .content {
    width: 100%;
  }
  .icon img {
    width: 75px;
  }
  .cta-contents button, .cta-apply button {
    font-size: 13px;
  }
  .cta-apply button {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 420px) {
  .ranks-logo img {
    height: 3.25rem;
  }
}
@media only screen and (max-width: 345px) {
  .cta-contents {
    width: 100%;
  }
  .cta-apply {
    display: none;
  }
}/*# sourceMappingURL=course-merged.css.map */