.SuccessStoriesGrid_storyCard__5hl5b {
	width: 49%;
}
.carousel-container {
  padding: 20px 0;
}
.course-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.course-card img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.course-badge {
  background: #8a2be2;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 3px;
  text-transform: uppercase;
}
.course-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 10px 0;
  height:50px;
}

.course-para{
  height: 100px;
}

.university-title {
  font-size: 2.25rem;
  line-height: 2.75rem;
  font-weight: bold;
  margin: 10px 0;
  text-align: left;
}
.course-info {
  font-size: 14px;
  color: #555;
  margin: 5px 0;
  text-align: left;
}
.course-info img{
  width: 17px;
  height: 16px;
}
.btn-view {
  background: #d9534f;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 19px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}
.btn-view:hover {
  background: #c9302c;
}
.enrol-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.hr-line {
  width: 100px;
  height: 5px;
  background-color: #0e76bc;
  margin-bottom: 1.5rem;
  border-radius: 10px;
}
.section-heading{
  font-size: calc(2rem + .9vw);
  font-weight: 700;
  color: #0e76bc;
}
.rounded-pill{
  border-radius: 50px;
  font-weight: bold;
}
.btn-dark{
  background: black;
    border: none;
    border-radius: 5rem;
    box-shadow: none!important;
    color: white;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 30px;
    position: relative;
    text-align: center;
    transition: .3s;
    width: auto;
}
.carousel-control.left{
  background: none !important ;
}
.carousel-control.right{
  background: none !important;
}
.glyphicon .glyphicon-chevron-left{
  position: absolute !important;
  left: 0 !important;
}
.glyphicon .glyphicon-chevron-right{
  position: absolute !important;
  right: 0 !important;
}
.btn-view{
  width: 100%;
  margin-top: 30px;
  border-radius: 10px;
}
.pre-title{
    color: #6a11b0;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 8px;
    text-align: left;
}
.universityname{
  text-align: center;
  background-color: #fcf0f1;
  color: #ee2c3c;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  padding-right: 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 0;
}
.info-div{
  padding: 20px;
}
.courses-catg {
  background: linear-gradient(90deg,#690adf 0,#bd73fb);
  border: 1px solid #fff;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 1rem;
  color: white;
  font-size: 14px;
  padding: 6px 15px;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 2;
}
.course-heading{
color: black;
font-size: 2.5rem;
font-weight: 800;
margin-bottom: 15px;
line-height: 2.7rem;
}
.view-all-btn{
  vertical-align: middle;
  line-height: 2.7rem;
}
.discover-course{
  font-size: 3.1rem;
  color: black;
  font-weight: bold;
  line-height: 2.7rem;
}
.dropdown{
line-height: 2.7rem;
vertical-align: middle;
}
  /* .discover-hd1 {
    border-bottom: 3px solid rgb(225, 223, 223);
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
  } */
  .filter-btn{
    float: right;
  }
.text-gradient {
  color: #ee2c3c;
}
.discover-hd1 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.discover-hd1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15px; /* Margin from the left */
  right: 15px; /* Margin from the right */
  height: 2px; /* Border thickness */
  background-color: rgb(225, 223, 223); /* Border color */
}
.wm-footer-widget ul li{
  list-style: none;
}
.SuccessStoriesGrid_storyCard__5hl5b{
  float: left;
/*  padding-right: 10px;*/
}
/* .logo-grid {
      text-align: center;
      margin: 30px 0;
    }
    .logo-grid img {
      max-width: 100px;
      margin: 10px;
    } */
    .section-title {
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .section-title-left {
      text-align: left;
      font-size: 24px;
      color: black;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .logo-grid {
      margin-bottom: 30px;
      display: flex; /* Enable flexbox for modern browsers */
      justify-content: space-between; /* Distribute logos evenly */
      align-items: center;
      flex-wrap: wrap; /* Wrap logos to a new row if necessary */
      text-align: center; /* Center align text */
    }
    .logo-grid img {
      flex: 1 1 auto; /* Allow flexible width */
      margin: 10px; /* Add spacing between logos */
      max-width: 100px; /* Limit the size of the logos */
    }
    .logo-grid img {
      max-width: 100%; /* Ensure logos resize properly */
      height: auto; /* Maintain aspect ratio */
    }

    .AlumniDiscoveryBanner_discoveryBanner__B4HQn {
    background-image: url(https://upgrad-marketing-platform.s3.amazonaws.com/mpc-v2/assets/images/l2p/Banner.svg);
    color: #fff !important;
    background-color: #182c4d;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 300px;
    padding: 31px 5%;
}
.AlumniDiscoveryBanner_discoveryBanner__title__wJwLK {
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -.016em;
    width: 40%;
    color: white;
}
.AlumniDiscoveryBanner_discoveryBanner__subTitle__G4ZWR {
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: -.006em;
}
.AlumniDiscoveryBanner_discoveryBanner__btn__7bsii {
    background: #e95454;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px 9px 16px;
    gap: 8px;
    width: 160px;
    height: 48px;
    font-weight: 500;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: -.006em;
    margin-top: 16px;
}
.Button_buttonContainer__mbrHy {
    min-width: 100px;
    min-height: 30px;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 8px;
    background: linear-gradient(110.83deg,#fa8888 15.83%,#f82c4e 97.46%);
    box-shadow: 0 0 4px rgba(51,54,68,.05),0 2px 6px rgba(51,54,68,.1);
    cursor: pointer;
    padding: 16.5px 50px;
}

.owl-carousel .owl-stage {
    display: flex;
    position: relative;
    -ms-touch-action: pan-Y;
}
.universities-partners-slider-With-variation .item img {
    max-height: 40px;
}

.owl-nav {
    display: none !important;
}

.our-top-universities-partners h2 {
    margin-bottom: 35px;
        font-size: 3.25rem;
    line-height: 3.75rem;
    font-weight: bold;
}

@media (min-width: 768px) {
    .vc_col-sm-9 {
        width: 75%;
    }
}
@media (min-width: 768px) {
    .vc_col-sm-12, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-6, .vc_col-sm-8, .vc_col-sm-9 {
        float: left;
    }
}
@media (min-width: 768px) {
    .vc_col-sm-3 { 
      width: 25%;
       } 
  }
.boxed .section .section_inner, .grid_section .section_inner {
/*    width: 1100px;*/
    margin: 0 auto;
    position: relative;
    z-index: 20;
}
@media (min-width: 768px) {
    .vc_col-sm-4 {
        width: 33.33333333%;
    }
}
.icon_holder,.icon_text_holder,.wpb_wrapper {
  text-align: center;
}
.qbutton{
      color: #fff;
    border-color: #2c2c2c;
    font-size: 11px;
  background-color: #c11233;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0px;
        position: relative;
    display: inline-block;
    width: auto;
    height: 39px;
    line-height: 39px;
    margin: 0;
    padding: 0 23px;
    border: 2px solid #303030;
    font-size: 13px;
    font-weight: 700;
    font-family: inherit;
    text-align: left;
    
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
   
    -webkit-box-sizing: initial!important;
    -moz-box-sizing: initial!important;
    box-sizing: initial!important;
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .vc_col-sm-6 {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .vc_col-sm-12, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-6, .vc_col-sm-8, .vc_col-sm-9 {
        float: left;
    }
}
.boxed .section .section_inner, .grid_section .section_inner {
    
    margin: 0 auto;
    position: relative;
    z-index: 20;
}

.q_elements_holder.two_columns .q_elements_item {
    width: 50%;
}
.q_elements_holder .q_elements_item {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}