
.wrapper{
  width: 75%;
  background: #fff;
  margin: 2rem auto;
  border-radius: 3px;
  margin-bottom: 10rem;
}

.wrapper .tabs ul{
  width: 100%;
  height: 60px;
  display: flex;
}

.wrapper .tabs ul li{
  width: 25%;
  height: 65px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F3F3;
  cursor: pointer;
  text-transform: uppercase;
  color: rgb(46, 46, 46);
  font-size: 14px;
  /* letter-spacing: 2px; */
  transition: all 0.3s ease;
}

.wrapper .tabs ul li:first-child{
  border-top-left-radius: 3px;
}

.wrapper .tabs ul li:last-child{
  border-top-right-radius: 3px;
}



.wrapper .content{
  overflow: auto;
  padding: 30px;
  min-height: 800px;
  border: 2px solid rgb(238, 238, 238);
  border-radius: 3px;
}

@media screen  and (max-width:680px){
  .wrapper .content{
    padding:10px;
  }
}


.wrapper .content .tab_content{
  font-size: 14px;
  line-height: 28px;
}
@media screen  and (max-width:680px){
  .wrapper .content .tab_content{
    line-height: 22px;
  }
} 

.wrapper .tabs ul li.active{
  border-top: 5px solid orangered;
  margin-top: -10px;
  background: #fff;
  color: orangered;
  border-left: 2px solid rgb(238, 238, 238);
  /* border-bottom: white 2px solid; */
}
.lispr1{
  margin-left: 6rem;
}
.tab_1 h4,.tab_1 h5{
    font-style: normal;
    font-weight: 600;
    margin: 1.5rem 0;
    margin-left: 4rem;
}
.tab_1 h5{
  margin: 1rem 0;
  margin-left: 5rem;
  font-size: 0.9rem;
}
.tab_1 p,.tab_1 ol{
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    margin-left: 6rem;
    width: 80%;
}
.listol{
  margin-left: 2rem !important;
  list-style: square !important;
}



@media screen and (max-width:1250px){
  .wrapper{
    width: 90%;
  }
    
}
@media screen and (max-width:1000px){
  .wrapper .content{
    height: auto;
    padding-bottom: 5rem;
  }
  .tab_1 h4{
    margin: 1rem 0;
    margin-left: 1rem;
  }
  .tab_1 h5{
    margin-left: 3rem;
  }
  .tab_1 p, .tab_1 ol,.lispr1{
    line-height: 30px;
    margin-left: 3rem;
    width: 80%;
  }
  .lispr1{
    width: 100%;
  }
  .tabs ul li p{
    font-size: 14px;
  }
}
@media only screen and (max-width:630px){
  .tabs ul li p{
    font-size: 11px;
  }
  .tab_1 h4{
    font-size: 0.7rem;
    margin: 0.5rem 0;
    margin-left: 0.2rem;
  }
  .tab_1 h5{
    font-size: 0.7rem;
    margin: 0.4rem 0;
    margin-left: 1.4rem;
  }
  .tab_1 p, .tab_1 ol{
    font-size: 0.7rem;
    line-height: 22px;
    margin-left: 1.5rem;
    width: 90%;
  }
  .lispr1{
    margin-left: 1.5rem;
    font-size: 0.7rem;
    width: 90%;
  }
}
@media only screen and (max-width:420px){
  .tabs ul li{
    padding: 0;
  }
  .tabs ul li p{
    font-size: 8px;
    padding: 0;
  }
  .wrapper .tabs ul li.active{
    border-top: 3px solid orangered;
   
  }
}



/* Section image */
.image2{
  width: 55%;
  margin: 2rem auto;
  
}
.image2 img{
  width: 100%;
  height: auto;
  
}

/* Title */
.title{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 12rem;
  background-image: url('../images/img3.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;

}
.title h4{
  font-size: 1.5rem;
  color: white;
  text-align: center;
}
@media only screen and (max-width:1240px){
  .image2{
    width: 80%;
  }
  
}
@media only screen and (max-width:680px){
  .image2{
    width: 90%;
  }
  .title h4{
    font-size: 1.3rem !important;
  }
}
@media only screen and (max-width:580px){
  .title h4{
    font-size: 1rem;
  }
  
}


/* Course Table */
.course_table,.course_table1{
  width: 100%;
  /* border: 1px solid black ; */
  border-collapse: collapse;
  min-width: 600px;
  max-width: 100%;
}
.course_table tr th,.course_table tr td,.course_table1 tr td,.course_table1 tr th{
  padding: 10px 20px;
  border: 0.5px solid #fa998c;
  
}
.course_table tr th:first-child{
  min-width: 140px;
}
.course_table tr th:last-child{
  min-width: 70px;
}
.course_table tr td:nth-child(2){
  text-align: end;
}
.course_table tr th:nth-child(2){
  width: 500px;
  text-align: end;
}
.course_table tr th:nth-child(3){
  text-align: end;
}
@media screen and (max-width:680px) {
 
  
}





.subject_table{
  width: 100%;
  padding: 30px;
}
.subject_table tr{
  padding: 50px 0;
}
@media  screen and (max-width:800px) {
  .subject_table{
    padding: 16px;
  }
}
@media screen and (max-width:680px) {
  .subject_table tr {
    font-size: 0.7rem;
  }
  .subject_table tr{
    margin:5px 0;
  }
  .subject_table{
    padding: 6px;
  }
}

.subject_table tr th:nth-child(1){
  text-align: start;
}
.subject_table tr th:nth-child(2),.subject_table tr td:nth-child(2){
  text-align: end;
}



/* ABOUT US SECTION */
.aboutUs_content4_wrapper{
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  /* width: 90%; */
  /* border: 2px solid green; */
  margin: auto;
  gap: 2rem;
}
.aboutUs_content4_wrapper h2::after{
  content: "";
  display: block;
  width: 10%;
  height: 3px;
  background: #ff3115;
  margin-top: 1.5rem;
}
.stafff_detail{
  color: black;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border: 0.25px solid rgb(226, 226, 226);
}
.staff_name11{
  display: flex;
  width: 100%;
  background: rgb(226, 226, 226);
  padding: 10px 0px;
  flex-wrap: wrap;
}
.staff_name11 p{
  padding-left: 20px;
  margin-right: 2rem;
}
.staff_name11  span{
  color: #ff3115;
  padding-left: 20px;
}
.staff_img{
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  align-items: center;
  height: 100%;
}
.staff_img img{
  width: 120px;
  height: 120px;
  border-radius: 120px;
}
.staff_list_items{
  width: 90%;
  display:grid;
  /* justify-content: center; */
  /* align-items: center; */
  padding: 20px 20px;
}

@media screen and (max-width:720px){
  .staff_name11{
      flex-direction: column;
  }
}
@media screen and (max-width:550px){
  .staff_img{
      flex-direction: column;
  }
  .staff_img img{
      align-self: center;
  }
  .aboutUs_content4_wrapper h2::after{
      width: 40%;
  }
  
}
@media screen and (max-width:420px){
  .title h4{
    font-size: 1rem !important;
  }
}


.heading-tab5{
  margin: 2rem 0;
}
.heading-tab5::after{
  content: "";
  display: block;
  width: 200px;
  height: 3px;
  background-color: #ff3115;
  margin-top: 1rem;
}

.list-wrapper{
  /* border: 2px solid; */
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  justify-content: center;
}
.list-tab5{
  line-height: 2rem;
  /* border: 1px solid black; */
  flex-basis: 50%;
}
@media screen and (max-width:850px){
  .wrapper{
    width: 95%;
  }
  
  .heading-tab5{
    font-size: 1.2rem;
  }
  .list-tab5{
    font-size: 0.8rem;
  }
  .tab_2 h4{
    margin-top: 1rem;
  }
  .tab_2 p,.tab_2 h4{
    font-size: 0.8rem !important;
  }
  
}
.course_table,.course_table1 {
  margin-top: 1rem;
}
.pre-item{
  line-height: 1.6rem;
  width: 100%;
  white-space: pre-wrap;
  padding-left: 1rem;
  /* text-align: center; */
  /* min-height: 180px; */
  max-height: 180px;
  overflow: hidden;
}
@media screen and (max-width:560px){
  .aboutUs_content4_wrapper h2{
    font-size: 1rem;
  }
  .staff_name11 p,staff_name11 span{
    font-size: 0.8rem;
  }
  .pre-item{
    padding-left: 0;
    font-size: 0.8rem;
  }
  .wrapper{
    width: 99%;
  }
  /* .heading-tab5::after{
    margin-left: 2rem;
  }
  .heading-tab5{
    text-align: center;
  } */
  .heading-tab5{
    font-size: 0.9rem;
  }
  .list-tab5{
    flex-basis: 100%;
    padding-left: 1rem;
  }
  .tab_2 p,.tab_2 h4{
    font-size: 0.75rem !important;
  }
 
  .course_table tr th, .course_table tr td,.course_table1 tr th, .course_table1 tr td{
    font-size: 0.6rem;
  }
}

