.carousel-wrap {
    margin: 10px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
}
p.m-0.blast {
    color: #000;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}
.newowl .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}
form button {
    padding: 0 50px !important;
    margin: 10px auto !important;
}
.owl-nav i {
    background: #ff8d1a;
    font-size: 52px;
    width: 50px;
    padding: 0 0px;
    height: 50px;
    border-radius: 50%;
}
i.fa.fa-caret-left {
    color: white;
    position: absolute;
    right: 35px;
}
i.fa.fa-caret-right {
    color: white;
    position: absolute;
 
}
.owl-nav .owl-prev {
  left: -30px;
}
img.parentimg {
    width: 58px !important;
    display:block !important;
    margin:0px auto;
}

.owl-nav .owl-next {
  right: -30px;
}
.teacher1, .teacher2, .teacher3 {
    POSITION: RELATIVE;
    margin: 0px auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    TOP: 45PX;
}
button.owl-next {
    position: absolute;
    top: 50%;
    LEFT: 110%;
}
button.owl-prev {
    position: absolute;
    top: 50%;
}
.fa-caret-right:before {
    padding-left: 10px;
    content: "\f0da";
}
.fa-caret-left:before {
    padding-right: 10px;
   
}
.bannerimg {
    position: relative;
    width: 90%;
    height: auto;
    top: -30%;
}
p.blast {
    font-family: Lexend;
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    top: -120%;
}
@media (max-width:1536px)  { 
.bannerdesign {
    height: 70vh;
    background: #FFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
   
}
p.blast {
    font-family: Lexend;
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    top: -150%;
}
}
@media (max-width:1400px)  { 
.bannerdesign {
    height: 80vh;
    background: #FFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    
}
p.blast {
    font-family: Lexend;
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    top: -120%;
}
}
@media (max-width:480px)  { 
.mobile{
display:none;	
}
}
.quicklinks a{
 font-family: Lexend;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 32px;
text-decoration-line: underline;

/* Gray 1 */

color: #333333;   
}


.sciencebanner{
    background:#FFF3E8;
}

.teachcard p{
    
font-family: Lexend;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 25px;
text-align: center;

/* Gray 1 */

color: #333333;


}

.page_title__content h2 span {
    color: #FF8D1A;
    font-family: 'Lexend';
}

.teachapply {
    padding: 10px 30px;
}

.wrapper {
  max-width: 800px;
  margin: 30px auto;
  padding: 20px 30px;
  border-radius: 4px;
  background: rgba(0,0,0,.05);
}

.accordion {
  margin: 0px 0;
}

.acc-container {
  margin: 0 0 0px;
  max-width: 100%;
  overflow: hidden;
}

  .acc-title {
    max-width: 100%;
       background: #FFF;
    border-radius: 4px;
    padding: 14px 20px;
    font-weight: normal;
    position: relative;
    transition: all .3s ease-in-out;
  }

    .acc-active .acc-title,
    .acc-title:hover {
    
      cursor: pointer;
    }

    .acc-title:after {
     content: "\002B";
 /*Plus sign*/
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -12.5px;
      width: 25px;
      height: 25px;
      display: inline-block;
    }

    .acc-active .acc-title:after {
       content: "\2212";
    }

  .acc-content {
    width: 100%;
        background: #FFF;
    height: auto;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    padding: 0 20px;
    transition: all 0.2s ease-in-out;
  }

  .acc-active .acc-content {
    padding: 20px;
    max-height: 500px;
    overflow-y: auto;
    opacity: 1;
  }
  
  .hidden{
      display:none;
  }
  .active .pad15 {
    background: #fff4ea !important;
    border: 2px solid #ff8d1a;
    box-shadow: 0px 4px 72px rgb(255 224 193) !important;
}
 
  .pcard {
    line-height: 3.7 !important;
    margin: 10px auto;
    width: 100%;
    height: 70px;
    font-family: Lexend;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #333333;
    background: #FFFFFF;
    border-radius: 15px;
}
  .btn-primary {
    color: #fff;
    background-color: #ff8d1a;
    border-color: #ffe0c1;
}
  .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff8d1a !important;
    border-color: #ffe0c1 !important;
}
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #ff8d1a;
    border-color: #ff8d1a;
    box-shadow: 0 0 0 0.25rem rgb(255 224 193);
}
.btn-primary:hover {
    color: #fff;
    background-color: #ff8d1a;
    border-color: #ffe0c1;
}
  .MultiCarousel {
   float: left;
   overflow: hidden;
   padding: 15px;
   width: 100%;
   position: relative;
}
.MultiCarousel {
   height: 189px;
}
.MultiCarousel .MultiCarousel-inner {
   transition: 1s ease all;
   float: left;
}
.MultiCarousel .MultiCarousel-inner .item {
   float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div {
  
      text-align: center;
    padding: 40px;
    margin: 10px;
    background: #fff;
    color: #666;
    background: #FFFFFF;
    box-shadow: 0px 4px 72px rgb(72 0 0 / 10%);
    border-radius: 20px;
}
.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
   position: absolute;
   border-radius: 50%;
   top: calc(50% - 20px);
}
.MultiCarousel .leftLst {
   left: 0;
}
.MultiCarousel .rightLst {
   right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
   pointer-events: none;
   background: #ccc;
}
.pricetag span {
  
    font-size: 26px;
   
}
p.pricetag {
  
    text-align: center;
   
}
.highlightedcard{
 border: 2px solid #ffb100;
    background-color: #fff3e8 !important;   
}
.bannerhnew h3{
font-family: Lexend;
font-style: normal;
font-weight: bold;
    font-size: 8vh;
line-height: 90px;
text-align:center;
color:#ff8d1a;    
}
.bannerhnew p{
    font-family: Lexend;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 30px;

/* Gray 1 */
text-align:center;
color: #333333;

}
