
/*Sidebar active*/
.home-menu .sidebar-link{
  background-color: #fff;
  border-radius:0 12px 12px 0;
  color: var(--primary-color-bg);
}
.home-menu .sidebar-link .disable-svg{
  display: none;
}
.home-menu .sidebar-link .enable-svg{
  display: inline-block;
}

.curriculum-sec{
  height: 100vh;
  background-color: #fff;
}
.curriculum-head{
  background-color: var(--primary-color-light);
  padding: 32px;
  /*position: sticky;*/
  /*top: 96px;*/
  /*z-index: 10;*/
}
.payment-catogery-tab .nav-tabs{
    flex-wrap: nowrap;
    height: 40px;
    overflow-x: scroll;
}
.curriculum-head > div:first-child{
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.curriculum-head > div:first-child p{
  margin: 0;
}

/*curriculum banner*/
.curriculum-banner{
  position: relative;
  background-color: var(--primary-color-bg);
  min-height: 255px;
  padding: 64px 32px;
  --webkit-transition:.3s;
  transition:.3s;
  overflow: hidden;
}
.curriculum-banner img{
  position: absolute;
  top: 0;
  right: 0;
  /*width: 30%;*/
  height: 100%;
}
.curriculum-banner h4{
  margin-bottom: 12px;
}
.curriculum-banner .banner-desc{
  color: var(--primary-font-color);
  width: 50%;
  font-size: 14px;
  text-align: justify;
}


.payment-catogery-tab .nav-tabs{
    border-bottom: none;
}
.payment-catogery-list{
    display: flex;
    align-items: center;
    overflow: ;
    width: 100%;
    text-overflow: ;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-x: scroll;
}
.payment-catogery-list li{ 
    margin-right: 10px;
}
.cat-widget{
    width: auto;
    font:12px/38px 'OpenSans-Bold';
    border: 1px solid #D4DBEE !important;
    border-radius: 50px !important;
    color: #7586BB;
    text-transform: uppercase;
    padding: 0px 16px !important;
    cursor: pointer;
    height: 38px;
    margin-right: 10px;
    white-space: nowrap;
}

.cat-widget.active{
    background: #FFBE00 !important;
    color: #fff !important;
    border: 1px solid #FFBE00 !important;
}


/*School details*/
.school-details{
    padding: 32px;
}
/*school bio card*/
.school-bio{
    width: 100%;
    /*height: 315px;*/
    border: 1px solid #E4E4E7;
    box-sizing: border-box;
    border-radius: 12px;
}
.school-bio-list{
    width: 100%;
    /*height: 100%;*/
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
    padding: 16px;
}
.school-bio-list li{
    width: 50%;
    min-height: 120px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.school-bio-list li:first-child{
    border-right: 1px solid #E4E4E7;
    border-bottom: 1px solid #E4E4E7;
}
.school-bio-list li:nth-child(2){
    border-bottom: 1px solid #E4E4E7;
}
.school-bio-list li:nth-child(3){
    border-right: 1px solid #E4E4E7;
}
.count{
   font: 28px/30px 'Montserrat-Regular';
   display: block;
   padding-bottom: 5px;
}
.school-bio-list .desc{
   font: 12px/16px 'Montserrat-Regular';
   color: #7586BB;
   width: 120px;
}
.text-yellow{
  color: var(--yellow);
}
.text-olive{
  color: var(--olive);
}
.text-light-blue{
  color: var(--light-blue);
}
.text-red{
  color: var(--red);  
}


.action-card-butn{
  text-transform: uppercase;
  height: 30px;
  border-radius: 50px;
  background-color: #fff;
  text-align: center;
  padding:8px 16px 8px 16px;
  border:none;
  font:11px var(--bold-sans-font);
  cursor: pointer;
  transition: .3s;
}
.learn-more-card{
  background-color: var(--danger-color-dark);
  padding: 24px;
  overflow: hidden;
  margin-top:45px;
  height: calc(100% - 45px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.learn-more-card .card-sub-desc{
  color: #FFC0C0;
  max-width: 70%;
}
.learn-more-card img{
  position: absolute;
  width: 30%;
  right: 0;
  bottom: 0;
}
.learn-more-card .action-card-butn{
  display: inline-block;
  color:var(--danger-color-dark);
  margin-top: 24px;
}

.curriculum-name{
  margin-bottom: 8px;
  font-size: 19px;
  font-family: var(--semibold-sans-font);
  /* text-transform: capitalize; */
}
.type-desc{
  font-size: 16px;
  color: var(--primary-font-color);
  text-align: justify;
}
.desc-list{
  list-style: disc;
  /*list-style-position: inside;*/
  color: var(--primary-font-color);
  margin-bottom: 16px;
  padding-left: 24px;
}

.sen-contents{
  margin:32px 0;
  padding: 0 32px;
}
.sen-content{
  margin-bottom: 32px;
  text-align: center;
}
.sen-content img{
  height: 140px;
  margin-bottom: 24px;
  padding: 20px;
  border-radius: 25px;
  border: 2px solid rgb(181, 142, 91);
}
.sen-content p{
  font-size: 13px;
}

/*AMERICAN CURRICULUM*/

.american-sec .curriculum-banner{
  background-color: #800020;
}
.american-sec .banner-desc{
  color:#FFC0C0;
}

/*AMERICAN CURRICULUM*/

.british-sec .curriculum-banner{
  background-color: #471C51;
}
.british-sec .banner-desc{
  color:#F4F4F5;
}

.group-table{
  margin-bottom: 16px;
}
.group-table td{
   padding: 16px;
   border:1px solid var(--border-color);
}
.group-table td:first-child{
   color: var(--secondary-color-light);
   white-space: nowrap;
}

.lang-choice img{
  margin-bottom: 16px;
}

/*Mediaquery*/

@media screen and (max-width: 1100px){
  .curriculum-banner{
  	padding: 32px;
  }
}
@media screen and (max-width: 767px){
  .curriculum-banner{
  	padding: 24px 20px;
  }
  .curriculum-banner .banner-desc{
  	font-size: 13px;
  }
}



