.banner {
  background-color: #673ab7;
  height: 250px;
  background-size: cover;
  /* background-position: center; */
  background-repeat: no-repeat;
  background-image: url(../img/images/banner.jpg);
  position: relative;
  display: flex;
  align-items: flex-end;
}

.banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0b2064e0;
  filter: blur(1px);
  backdrop-filter: blur(1px);
}

.innercont {
  padding-top: 6rem;
  padding-bottom: 2rem;
}
.innercont p {
  font-size: 0.95rem;
  color: #333;
  line-height: 25px;
  margin-bottom: 10px;
}

.banner nav {
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: center;
}

.breadcrumb {
  font-size: .95rem;
  display: flex;
  list-style-type: none;
  padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 0.7rem;
  color: #ffffffd1;
  margin: 0 10px;
}

.breadcrumb a {
  color: #ffffffd1 !important;
}

.breadcrumb a:hover {
  color: #fff;
}

.breadcrumb-item.active {
  color: #ffb30b;
  font-weight: 600;
}

.banner-head {
  color: #f7f7f7;
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  margin-bottom: 3px;
  text-align: center;
}

h1.mainhead {
  font-size: 1.9rem;
}

h2.mainhead {
  font-size: 1.6rem;
}
.inmenu {
  width: calc(100% - 400px);

  flex: 1 0;
}
.incontent {
  flex: 1 0 400px;
  max-width: 400px;
  padding: 0 15px;
}

/***********Course Details***********/

.form-box {
  position: sticky;
  top: 90px;
  background-color: white;
  padding: 15px;
  /* font-size: 20px; */
  /* margin-top: 80px; */
  box-shadow: 0px 0px 20px #00000014;
  border-radius: 0.3rem;
  max-width: 600px;
  margin: auto;
}
.form-box img{
  border-radius: .3rem;
}
.inhead {
  font-size: 1.5rem;
}
.inhead span {
  color: #01a8d5;
}
.form-box-b {
  padding: 20px;
  /*border: 1px solid #01a8d52b;*/
  border-radius: 0.3rem;
}

.form-box h2 {
  font-size: 1.4rem;
  line-height: 30px;
  /* padding-bottom: 10px; */
  text-align: center;
}
.form-box .head-btn {
  padding: 8px 25px;
  margin: auto;
  display: flex;
  justify-content: center;
  max-width: 150px;
}

input,
select {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #00000021;
  border-radius: 0.3rem;
  padding: 10px;
  /* padding-left: 35px; */
  font-size: 0.9rem;
  color: #666;
  transition: 0.3s;
  position: relative;
}
input:focus,
select:focus {
  outline: none;
  border: 1px solid #01a8d5;
  box-shadow: 0px 0px 20px #01a8d521;
}
.form-in {
  position: relative;
}
.form-in i {
  position: absolute;
  left: 12px;
  top: 13px;
  font-size: 0.9rem;
  color: #01a8d5;
}

.in-sub-head {
  color: #767676;
  font-size: 1rem;
  display: flex;
  align-items: center;
}

.in-sub-head img {
  width: 25px;
  margin-right: 10px;
}
.inhead1 {
  font-size: 1.25rem;
  padding-bottom: 15px;
  margin-bottom: 0;
  position: relative;
  color: #151515;
}
.inhead1:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  border-radius: 0.3rem;
  left: 0;
  bottom: 7px;
  background-color: #01a8d5;
}

.innercont .head-btn {
  padding: 8px 25px;
}
.innercont .head-btn{
  border: none;
}
.course-banner {
  border-radius: 0.3rem;
}
.reco .swiper-slide {
  margin: 25px 0;
  margin-top: 5px;
}
.reco .slide-list li {    
    padding: 10px;
    padding-top: 10px;
}
.reco .slide-list li .course-bx {
    border: 1px solid #01a8d52e;
    box-shadow: none;
}
.swiper-button-next, .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    color: #333 !important;
    background: white;
    border-radius: 50px;
    box-shadow: 0px 0px 20px #00000040;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1rem !important;
}

.testi-img img{
    border-radius: .3rem;
}

/***********TABLE***********/

.mytable {
  color: #666;
  width: 100%;
  margin-bottom: 1rem;
  border-spacing: 0;
  border-collapse: collapse;
  border-radius: 0.3rem;
  overflow: hidden;
  font-size: 0.9rem;
}

.mytable thead th {
  font-weight: 500;
  color: #fff;
  background-color: #0b4da1;
  overflow: hidden;
}

.mytable td,
.mytable th {
  border: 1px solid #0b4da11f !important;
  padding: 10px;
  overflow: hidden;
  transition: 0.3s;
}

.mytable tbody {
  background: #f5faff;
}

.mytable tr {
  transition: 0.3s;
}

.mytable tr:hover {
  background: rgb(9 76 160 / 10%);
}

/***********LIST***********/

.mylist {
  display: flex;
    flex-flow: column;
    color: #333;
    line-height: 1.8;
    margin-bottom: 1rem;
    font-size: 0.95rem;
    text-align: start;
    max-width: 600px;
    margin: auto;
}

.mylist li {
  position: relative;
  padding-left: 23px;
}

.mylist li:before {
  content: "\f138";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    /* position: absolute; */
    /* left: 0; */
    color: #0c657d;
    font-size: 0.9rem;
    margin-top: 2px;
    margin-right: 15px;
}

.inlist {
  display: flex;
  flex-flow: column;
  color: #666;
  line-height: 1.8;
}

.inlist li {
  position: relative;
  padding-left: 32px;
}

.inlist li:before {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  position: absolute;
  left: 15px;
  color: #0b4da0;
  font-size: 0.85rem;
  margin-top: 3px;
}


.mid-box{
  padding: 30px;
    background: linear-gradient(88deg, #01a8d50d, #01a8d51a);
    border-radius: 1.3rem;
    margin: 30px 0;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.mid-box .stu{
  position: absolute;
  width: 400px;
  bottom: 0;
}




/*********ACCORDION***********/
.myaccordion {
  width: 100%;
}

.myaccordion .accordion-item {
  /* margin-bottom: 1rem; */
  border: 1px solid #2c66ae1f;
  border-radius: 0.5rem;
  overflow: hidden;
}

.myaccordion .accordion-button {
  background-color: #0a4ea10a;
  color: #333;
  padding: 10px 13px;
  border-radius: .5rem;
  box-shadow: none;
  transition: .3s;
  font-size: .9rem;
  font-weight: 600;
}

.myaccordion .accordion-button:hover {
  background-color: #0a4da11f;
}

.myaccordion .accordion-button::after {
  color: #333;
  background: none;
  content: '\f0d7';
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
  background: #4e85c91c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 25px;
  height: 25px;
}

.myaccordion .accordion-button.hasdate {
  padding-left: 150px;
}

.myaccordion .accordion-button .date {
  background-color: #0a4da1;
  font-size: .8rem;
  position: absolute;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  color: white;
  width: 130px;
}

.myaccordion .accordion-button .date i {
  margin-right: 6px;
  margin-top: -2px;
  color: #0a4da1;
}

.myaccordion .accordion-button:not(.collapsed)::after {
  transform: rotateX(180deg);
}

.myaccordion .accordion-body {  
  font-size: .9rem;
  color: #333;
}

.acc-w-50{
  display: flex;
  /* gap: 30px; */
  align-items: flex-start;
  flex-wrap: wrap;
  /* max-width: 50%;*/
  /* margin: -10px; */
}
.acc-w-50 .accordion-item{
  flex: 1 0 calc( 50% - 20px );
  max-width: calc( 50% - 20px );
  /* padding: 10px; */
  border: 1px solid #2c66ae1f;
  margin: 10px;
}


.f-box{
  
    padding: 18px;
    border-radius: 1.3rem;
    min-height: 180px;
}
.f-box.fbox1{
  background: #27a86e1c;
}
.f-box.fbox2{
  background: #d77a072e;
}
.f-box.fbox3{
  background: #1880b12b;
}

.f-box .f-img{
  width: 50px;
  padding-bottom: 10px;
}
.f-box .f-con{
  /* width: calc( 100% - 50px ); */
}
.f-box h5{
  margin-bottom: 2px;
  font-size: 1rem;
  color: #333;
}
.f-box p{
  font-size: .85rem;
  line-height: 18px;
  margin-bottom: 0;
}

.fboxrow{
  display: flex;
  flex-flow: wrap;
  margin: -10px;
}
.fboxcol{
  flex: 1 0 33.333%;
  max-width: 33.333%;
  padding: 10px;
}


@media(max-width:1199px){
  .mid-box .stu{
    display: none !important;
  }
}

@media(max-width:991px){
  .fboxcol {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 10px;
  }
  
}

@media(max-width:575px){
  .fboxcol {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 10px;
  }
  .innercont {
    padding-top: 6rem;    
}
.f-box p {
  font-size: .95rem;  
}
.f-box h5 {
  margin-bottom: 2px;
  font-size: 1.2rem;  
}
.f-box {
  min-height: auto;
}
.innercont h2.mainhead {
  font-size: 1.3rem;
}
}