.plus-right{
  position: absolute;
  content: "";
  background: url("https://www.buildwitt.com/hubfs/2022%20-%20BuildWitt/Learning%20Hub/plus-wholedark-new.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 80%;
  min-height: 250px;
  bottom: 10%;
  right: -23%;
}
.meetOurPros{
  padding: 130px 0px 80px;
}
.meetOurPros__head{
  margin-bottom: 50px;
}
.meetOurPros__head .meetOurPros__head--title h2{
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #2C2C2C;
}
.meetOurPros__body--row .slick-list{
  padding: 0px !important;
}
.meetOurPros__content{
  position: relative;
}
.meetOurPros__content .course-card-link{
  position: absolute;
  width: 93%;
/*   height: 100%; */
  height: 63%;
  z-index: 1;
}

.meetOurPros__text .course-card-header:hover {
  text-decoration: none;
}
.meetOurPros__text .course-card-link{
  position: absolute;
  width: 100%;
/*   height: 100%; */
  height: 63%;
  z-index: 1;
}
.meetOurPros__text hr{
  border-top: 1px solid #BFBFBF;
}
.meetOurPros__text:last-child hr{
  display: none
}
.meetOurPros__content .meetOurPros__img{
  position: relative;
  cursor: pointer;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.meetOurPros__content .meetOurPros__img:before{
  content: '';
  display: block;
  height: 0;
  padding-top: 56.64%;
}
.meetOurPros__content .meetOurPros__text{
  margin-top: 20px;
}
.slider-mobile .meetOurPros__text{
  position: relative;
}
.icn-arrowside{
  position: absolute;
  top: 8px;
  right: 0;
}
.meetOurPros__content .meetOurPros__text h3{
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}
.meetOurPros__content .meetOurPros__text p{
  font-size: 18px;
  line-height: 30px;
  color: rgba(233, 233, 233, 0.6);
  padding-top: 10px;
}

/* start modal style */
.modal__container iframe{
  border: none !important;
}
.modal__container{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.9)), color-stop(rgba(34, 34, 34, 0.9)), to(#222222));
  background: -o-linear-gradient(rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0.9), #222222 100%);
  background: linear-gradient(rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0.9), #222222 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  -webkit-transition: 0s ease-in-out;
  -o-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
  z-index: 999;
}
.modal__container.active{
  visibility: visible;
}
.modal{
  width: 100%;
  max-width: 800px;
  height: auto;
  opacity: 0;
  position: relative;
}
.opac{
  opacity: 0;
  -webkit-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.modal__container.active .opac{
  opacity: 1;
}
.modal__header{
  position: absolute;
  right: 0;
  top: -10px;
}
.modal__header .close{
  font-size: 14px;
  outline: 0;
  border: 0;
  background: #ff9e00;
  color: #ffffff;
  display: inline-block;
  padding: 5px 16px;
  cursor: pointer;
  vertical-align: middle;
}
.modal__header .close:hover{
  color: #000000;
  background-color: #cccccc;
}
.modal__body{
  width: 100%;
/*   height: 460px; */
  height: auto;
}
/* end modal style */

.slick-slider .meetOurPros__text h3,
.slick-slider .meetOurPros__text p{
  -moz-user-select: text !important;
  -webkit-user-select: text  !important;
  -ms-user-select: text  !important;
  user-select: text  !important;
}


.meetOurPros_jsEmbed .MoPjsEmbed{
  width: 100%;
  height: 469px;
  margin: 30px 0px;
}

.meetOurPros__body--row.for-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.meetOurPros__content {
  margin-bottom: 50px;
}

.title_coming_soon{
  display: none;
}

@media(max-width: 992px){
  .meetOurPros__body--row .slick-list .slick-track{
    display: flex;
    align-items: flex-start;
  }
  
  .meetOurPros__head .meetOurPros__head--title h2{
    font-size: 36px;
    line-height: 44px;
  }
  .meetOurPros__content .meetOurPros__text h3{
    font-size: 24px;
    line-height: 30px;
  }
  .meetOurPros__content .meetOurPros__text p{
    font-size: 16px;
    line-height: 24px;
  }
  
}

@media(max-width: 767px) {
  .plus-right{
    display: none;
  }
  .meetOurPros{
    padding: 80px 0px 55px;
  }
  .meetOurPros__content{
    padding-left: 25px;
    padding-right: 0px;
    margin-left: unset;
    margin-right: unset;
    width: 300px !important;
  }
  .meetOurPros__body--row .slick-list{
    margin-left: -15px;
    margin-right: -15px;
  }
/*   .modal__container{
    padding: 0px 10px;
  } */
  .modal{
    max-width: 600px;
    top: 0;
  }

  .meetOurPros_jsEmbed .MoPjsEmbed{
    height: 250px;
  }
  
  .meetOurPros__body--row.for-desktop {
    display: none;
  }
  .meetOurPros__text h3.no_carrot:before{
    content: unset;
  }

  .title_coming_soon{
    display: none;
    font-size: 14px; 
    text-transform: uppercase; 
    color: #bfbfbf; 
    display: inline-block;
  }

}
