@media only screen and (min-width: 1200px) {
  .banner-container {
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translate(-44%, -55%);
    z-index: 1;
  }
  .card-wrapper {
    padding: 50px 20px;
  }
  .scholar_tag::before {
    content: "";
    background: #393185;
    height: 400px;
    width: 500px;
    top: -100px;
    left: -50px;
    display: block;
    position: absolute;
    border-radius: 50%;
  }
  .scholar_tag::after {
    content: "";
    background: #f6ce08;
    height: 600px;
    width: 520px;
    top: -116px;
    left: -130px;
    display: block;
    border-radius: 100%;
    position: absolute;
  }
  .scholar_tag .box-text {
    position: relative;
    z-index: 99;
    padding: 40px 0;
  }
}
.banner-form {
  background-color: white;
  width: 350px;
  border-radius: 15px;
  box-shadow: 0px 0px 10px black;
  padding: 20px;
  margin-left: auto;
}
/* .sticky-area {
  position: fixed;
  top: 25%;
  right: 4px;
  z-index: 10;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  visibility: visible;
  opacity: 1;
} */
/* .sticky-area.active{
    visibility: visible;
    opacity: 1;
} */
.banner-bg {
  background: linear-gradient(290deg, rgba(174,173,172,1) 1%, rgba(219,50,77,1) 95%);
}
.hero-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.banner-form h3 {
  width: Calc(100% + 40px);
  padding: 10px 0;
  font-size: 20px;
}
.banner-form h3 {
  background-color: #000000;
  position: relative;
  left: -40px;
  color: #fff;
  font-weight: 600;
  top: -10px;
  margin-bottom: 0;
}
.banner-content h3 {
  font-size: 35px;
  color: #fff;
  text-transform: none;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}
.banner-content p {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
.banner-form h3::before {
  content: "";
  border: 10px solid;
  border-color: #de1819 #de1819 transparent transparent;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.banner-form h3::after {
  content: "";
  height: 100%;
  width: 10px;
  position: absolute;
  right: -6px;
  top: 0;
  background-color: #de1819;
  transform: skew(10deg);
}
.line-bar {
  width: 35%;
  height: 2px;
  margin: 10px 0px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(220, 31, 50, 1) 40%,
    rgba(0, 0, 0, 1) 70%,
    rgba(255, 255, 255, 1) 100%
  );
}
.sec--title {
  margin-bottom: 10px;
  padding-bottom: 12px;
}
.sec--title h3 {
  font-size: 35px;
  font-weight: 600;
  color: #000000;
  line-height: 25px;
  margin-bottom: 12px;
  padding-bottom: 6px;
  text-transform: capitalize;
}
.text-highlight {
  color: #de1819;
}
.benefit-bg {
  background-image: url("../img/wall-bg.png");
}
.choose_icon {
  background: #fff;
  height: 145px;
  width: 145px;
  box-shadow: 0 0 30px rgb(0 0 0 / 6%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}
.choose_icon img {
  width: 60px;
}
.content-text-area p {
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  line-height: 22px;
  font-weight: 500;
}
.progran-box {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  min-height: 440px;
}
.program-section-bg {
  background-color: #81293d0d;
}
.program-box-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.program-box-content ul li {
  list-style: none;
  position: relative;
  color: #000;
  margin-bottom: 12px;
  font-size: 18px;
  padding-left: 25px;
}
.program-box-content ul li::before {
  font-family: "FontAwesome";
  content: "\f138";
  position: absolute;
  left: 0;
  top: 1px;
  color: #000;
  font-size: 14px;
}
.ins-logo img {
  height: 90px;
}

.profile-card-content {
  padding: 25px 15px;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
  text-align: center;
}
.profile-card-content h3 {
  font-size: 22px;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  color: #000;
}
.profile-card-content p {
  font-size: 16px;
  color: #000;
}
.admission-section {
  background-image: url("../img/Business-Education.jpg");
  padding: 50px 0px !important;
  background-size: cover;
  background-attachment: fixed;
  box-shadow: inset 0 0 0 1000px #00769d94;
}
.admission-section .profile-card-content h3 {
  margin-bottom: 24px;
  font-size: 25px;
  font-weight: 600;
}
.admission-section .profile-card-content p span {
  font-size: 40px;
  font-weight: 700;
  color: #f6ce08;
}
.admission-section .profile-card-content p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: #c42c40;
}
.text-highlight-secondary {
  color: #f6ce08;
}
.wrapper-bg {
  background: linear-gradient(
    180deg,
    rgba(57, 49, 133, 1) 0%,
    rgba(196, 44, 64, 1) 84%
  );
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border-radius: 15px;
}
.number-item {
  padding: 0 15px;
  border-right: 1px solid #f6ce08;
  margin: 40px 0;
}
.number-item h2 {
  font-size: 40px;
  color: #ffff;
  font-weight: 600;
  margin-bottom: 8px;
}
.number-item p {
  font-size: 20px;
  color: #ffff;
  margin-bottom: 0;
}
.carousel-wrapper .owl-carousel .owl-dots .owl-dot.active span,
.carousel-wrapper .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #f6ce08;
}
.college-points-box ul {
  padding: 0;
  position: relative;
  margin-bottom: 0;
  list-style: none;
}
.college-points-box ul li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 6px;
  color: #000;
  font-size: 17px;
}
.college-points-box ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #000000;
}
.card-wrapper {
  overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
  position: relative;
}
.box-text h5 {
  font-size: 25px;
  text-transform: none;
  margin-bottom: 0;
}
.owl-carousel .owl-item .image-content img {
  width: 103px;
}
.content-box {
  margin-left: 18px;
}
.content-box h4 {
  font-size: 24px;
  color: #000;
  margin-bottom: 6px;
}
.content-box p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
  line-height: 20px;
}
.interactive-card {
  padding: 25px 15px;
  border-radius: 5px;
  background-color: #ffffff;
  min-height: 180px;
}
.interactive-card h2 {
  font-size: 35px;
  color: #de1819;
  font-weight: 600;
  margin-bottom: 15px;
}
.interactive-card p {
  font-size: 16px;
  color: #000;
  line-height: 20px;
}
.why-choose-bg{
  background-image: url('../img/JU.jpg');
  background-size: cover;
  box-shadow: inset 0 0 0 1000px #de1819ba;
  background-attachment: fixed;
}
.benefits-content ul {
  list-style: none;
  padding-left: 0;
  position: relative;
}
.benefits-content ul li::before {
  content: "";
  position: absolute;
  background-image: url('../img/check-circle-broken.svg');
  background-size: cover;
  width: 16px;
  height: 16px;
  left: 0;
  top: 4px;
}
.benefits-content ul li {
  color: #fff;
  font-size: 16px;
  padding-left: 25px;
  position: relative;
  margin-bottom: 5px;
}
.video-box{background-color: #fff; padding: 6px; display: flex; border-radius: 5px;}
.video-box iframe{border-radius: 5px;}
.accordion-item button.accordion-button:not(.collapsed) {
  background: #de1819;
  color: #fff;
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button {
  padding: 6px 12px;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item {
  background: none;
  margin-bottom: 10px;
}
.accordion-item:not(:first-of-type) {
  border-top: 1px solid #dee2e6;
}
.accordion-item:last-of-type {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
button.accordion-button.we-disabled::after {
  content: none;
}
.course-slider {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-btn:nth-child(2) {
  margin: 0 8px;
}











/* ======== Responsive css ======= */

@media only screen and (max-width: 767px) {
  .sticky-area {
    position: initial;
    width: 100%;
  }
  .form-area {
    padding: 35px 0;
  }
  .sec--title h3 {
    font-size: 22px;
    font-weight: 500;
  }
  .sec--title {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .admission-section .profile-card-content h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .admission-section .profile-card-content p span {
    font-size: 30px;
    font-weight: 600;
  }
  .admission-section .profile-card-content p{
    font-size: 16px;
    line-height: 25px;
  }
  .admission-section{padding: 30px 0px !important;}
  .number-item h2{
    font-size: 25px;
    font-weight: 500;
    line-height: 20px;
  }
  .number-item p{font-size: 15px;line-height: 18px;}
  .college-points-box ul li{ font-size: 16px; line-height: 20px;}
  .card-wrapper{padding: 25px;}
  .box-text h5{
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }
  .content-box p{
    font-size: 14px;
    line-height: 18px;
  }
  .interactive-card{min-height: auto;}
}
