p, ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px;
}
ul.check {
  padding: 0;
}
ul.check li {
  list-style-type: none;
  padding: 0 0 0 20px;
  background: url('../images/check.webp') no-repeat left 5px;
  background-size: 14px;
}
ul {
  padding: 0 0 0 20px;
}
.pink {
  color: #0d0d0d !important;
}
strong {
  font-size: 600 !important;
}

button.close {position: absolute; right: 15px; top: 18px; padding: 0; width: 20px; height: 20px; opacity: 1; background: none; border: 0;}
button.close::before {content: ''; position: absolute; left: 0; width: 100%; height: 2px; background-color: #000; transform: rotate(45deg);}
button.close::after {content: ''; position: absolute; left: 0; width: 100%; height: 2px; background-color: #000; transform: rotate(-45deg);}

/* overview */
.overview {
  padding: 40px 0;
}
.overview.padding {
  padding: 70px 0 40px;
}

.swiper-pagination {display:flex; justify-content: center; position: relative; bottom: auto; margin-top: 25px;}
.swiper-pagination span {margin: 0 3px;}
.swiper-pagination span {width: 12px; height: 12px; border-radius: 100px; padding: 0; display: block; color: transparent; background: #707070; border: 0;}
.swiper-pagination span.swiper-pagination-bullet-active {width: 12px; background: #000;}
.swiper-pagination.banner-pagination{position:absolute;bottom:-15px;left:10px;z-index:100}
.swiper-pagination.mobile-pagination{position:absolute;bottom:10px;left:10px;z-index:100}
.note {
  background: #FEFBFB;
  padding: 30px 0;
}
.note p, .note ul {
  margin: 0;
}

/* highlights */
.highlights {
  padding: 50px 0 30px;
}
.highlights .highlight-card {
  border-radius: 18px;
  background: #FFF;
  overflow: hidden;
  width: 31%;
  box-shadow: 0px 3px 6px #00000029;
  margin: 0 10px 20px 10px;
  height: 170px;
}
.highlight-card .blue {
  width: 120px;
  padding: 13px;
  background: transparent linear-gradient(180deg, #0d0d0d 0%, #d90404 53%, #a60303 100%) 0% 0% no-repeat padding-box;
}
.highlight-card .highlight-text {
  padding: 16px;
  width: 100%;
  text-align: start;
}
.highlight-card .highlight-text p {
  margin: 0;
  padding: 0;
}

/* course-content */
.course-content {
  padding: 50px 0;
  background: #f6e7e7;
}
.career {
  background: #fff;
  padding: 50px 0 40px;
}
.course-content p {
  margin: 0 0 10px;
}
.course-content .notes {
  font-size: 12px;
}
.course-content p strong {
  color: #0d0d0d;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.course-content ul {
  padding: 0;
}
.course-content ul li {
  padding: 0 0 0 20px;
  list-style-type: none;
  background: url('../images/bullet-red.png') no-repeat left 5px;
  background-size: 15px;
}
.course-content h4 {
  font-size: 20px;
  margin: 0 0 20px;
}

/* certificate */
.certificate {
  color: #fff;
  background: #0d0d0d;
}
.certificate .container {
  border-radius: 2px;
  padding: 0 22px 0 46px;
}
.certificate h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin: 10px 0 0;
}
.certificate .subtitle {
  border-top: 2px solid #fff;
  display: block;
  margin: 40px 0 0 0;
}
.certificate .left {
  width: 60%;
  padding: 40px 10px 10px 0;
}
.certificate p small em {
  opacity: 0.7;
}
ul.bullets {
  padding: 0;
  /* width: 75%; */
}
ul.bullets li {
  padding: 0 0 0 20px;
  list-style-type: none;
  background: url('../images/bullet-white.png') no-repeat left 5px;
  background-size: 15px;
}
.certificate ul li {
  font-size: 16px;
  font-weight: 400;
}
.certificate .image {
  width: 50%;
}
.certificate .image img {
  width: 90%;
  position: relative;
  bottom: -50px;
}
.pinkBg {
  background:#71797e;
  height: 70px;
  width: 100%;
}

/* eligibility */
.eligibility .highlight-card {
  border-radius: 20px;
  background: #e0e4e9;
  overflow: hidden;
  width:45%;
  height: 170px;
  margin: 0 10px 20px 0;
}

/* new-tools */
.new-tools {
  padding: 30px 0;
  background: #cfcfcf;
}
.new-tools .img-card {
  background: #fff;
  width: 165px;
  height: 90px;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #EFEFEF;
  border-radius: 10px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 30px 20px;
}

footer {
  padding: 30px 0 15px;
  color: #000;
  text-align: center;
  background: #F4F4F4;
}
footer p, footer a {
  font-size: 13px;
}

.sticky {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background: #FFF;
  padding: 10px 0;
  box-shadow: 0px -3px 17px rgba(0, 0, 0, 0.11);
}
.sticky button {
  margin: 0 5px;
  font-size: 12px;
}

.video-content{
  background: transparent !important;
  border: none  !important;
}
.modal-content iframe{
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.video-content button{
  margin-left: auto;
}
.modal-backdrop.show {
  opacity: .5;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
}
.show .modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* autocomplete */
.tt-menu,
.gist {
  text-align: left;
}

.table-of-contents li {
  display: inline-block;
  zoom: 1;
}

.table-of-contents li a {
  font-size: 16px;
  color: #999;
}

/* p + p {
  margin: 30px 0 0 0;
} */

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 14px;
  line-height: 24px;
}

.tt-suggestion strong {
  font-weight: 300;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion {
  color: #292f33;
}
.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

/* example specific styles */
/* ----------------------- */

#custom-templates .empty-message {
  padding: 5px 10px;
  text-align: center;
}

#multiple-datasets .league-name {
  margin: 0 20px 5px 20px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-menu {
  max-height: 150px;
  overflow-y: auto;
}

#rtl-support .tt-menu {
  text-align: right;
}

/* faculty */

.faculty {
  padding: 50px 0;
}
.faculty h2 {
  margin: 0 0 20px;
}

.faculty .profileBG {
  width: 183px;
  height: 150px;
  background: #71797e;
  border-radius: 20px;
  margin: 50px 0 0 0;
}
.faculty img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 235px;
  position: relative;
  top: -85px;
  border-radius: 8px;
}
.faculty h5 {
  font-weight: 600;
  text-transform: uppercase;
}
.faculty h6 {
  font-weight: 600;
}
.faculty p {
  margin: 10px 0;
}
.faculty li {
  font-size: 15px;
}

.modal .form_box {
  box-shadow: none;
}
.vl {
  border-left: 1px solid #CCC;
  min-height: 180px;
  height: 100%;
  width: 1px;
  margin: -10px auto 0;
}
/* fees */
.fees {
  padding: 30px 0 40px;
  background: #71797e;
  color: #fff;
}
.fees input {
  width: 25%;
}
.fees h4 {
  font-size: 25px;
  font-weight: 500;
}
.fees p {
  margin: 0 !important;
  font-size: 20px;
}
.fees p strong {
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  margin: 10px 0 0 0;
}
.fees p small {
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: normal;
}


.admission-2 {
  padding: 50px 0;
}
.cp-tab-nav {
  justify-content: center;
  background: #d1d1d1;
  box-shadow: none;
  padding: 10px 20px;
  box-shadow: none;
  border-radius: 5px;
  width: 100%;
  z-index: 9;
  display: flex;
  margin: 0 auto;
  position: sticky;
  top: 85px;
}

.cp-tab-nav ul {
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 10px;
  margin: 0;
  overflow-x: auto;
  justify-content: flex-start;
  align-items: center;
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}
.cp-tab-nav ul::-webkit-scrollbar {
  display: none;
}

.cp-tab-nav ul li {
  white-space: nowrap;
  margin: 0;
}

.cp-tab-nav ul li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
}

.cp-tab-nav ul a:active,
.cp-tab-nav ul a:focus {
  font-weight: 500;
  color: #D90704;
  border-bottom: 4px solid #D90704;
}
.cp-tab-nav ul a:hover{
  font-weight: 500;
  color: #D90704;
  border-bottom: 4px solid #D90704;
}

/* video */
.video {
  padding: 30px 0;
}
.video lite-youtube {
  margin: 0 auto;
  display: block;
  height:100%;
}

.testi-video {
  padding: 50px 0;
}
.video-wrapper {
  position: relative;
  width: 100%;
  height: 300px;
  margin: 0 0 10px;
  overflow: visible;
}
.video-wrapper iframe {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-wrapper lite-youtube {
  height:100%;
}
.key-points {
    margin: -60px auto 30px;
    padding: 0;
}
.key-points .container {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #FFF;
    padding: 0;
}
.key-points.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
    background: #FFF;
    background: linear-gradient(90deg, #d90404 50%, #0d0d0d 50%);
}
.key-points.fixed .container {
    box-shadow: none;
}
.key-points .blue {
    background: #d90404;
    width: 70%;
    padding: 18px 50px;
}
.key-points img {
    margin: 0 15px 0 0;
    position: relative;
}
.key-points h4 {
    font-size: 21px;
    font-weight: 300;
    line-height: normal;
}
.key-points h4 strong {
    font-weight: 600;
}
.key-points .red {
    width: 30%;
    background: #0d0d0d;
    padding: 18px;
}
.key-points .red button {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-size: 22px;
    line-height: 22px;
    height: 22px;
    width: 100%;
    font-weight: 600;
    text-align: center;
    box-shadow: none;
}
.readMore {
    cursor: pointer;
    font-weight: 500;
    color: #d90404;
}
.moreDesc {
    display: none;
}
.readLess {
    display: none;
    font-weight: 500;
    cursor: pointer;
    color: #d90404;
}
.course-content h5 {
    font-weight: 600;
    text-transform: uppercase;
}
.inner-title {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 0;
}
.sub-title {
    font-weight: 600 !important;
    font-size: 16px;
}
.sub {
    margin: 10px 0 0 0 !important;
}
.sub li {
    background: none !important;
    list-style: disc !important;
    padding: 0 !important;
    margin-left: 10px !important;
}
.fees-btn { background: #d90404!important;}
.fees-btn:hover { background: #0d0d0d !important;}
.certificate p {
    margin: 10px 0 0 0;
}