.container_course {
  max-width: 1270px;
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 20px;
  height: auto;
}

.mainheding-course h1 {
  padding-left: 1%;
  margin-top: 7%;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 40px;
  text-align: left;
  color: #001345;
 letter-spacing: -0.01em;
 margin-bottom:2%;
}
.mainheding-course{
  margin-top: 5rem;
}

.tabs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;

}

.tabs__item-input {
  display: none;
  
}

.tabs__item-input:checked+.tabs__item-label {
  font-weight: 600;
  font-size: 16px;
  /* line-height: 24px; */
  line-height: 2px;
  color: #00A1FC;
}

.tabs__item-input:checked+.tabs__item-label+.tabs__item-content {
  display: block;
}

.tabs__item-label {
  /* order: 1; */
  display: block;
  padding: 8px 12px;
  margin-right: 2px;
  cursor: pointer;
  border-bottom: 0.2rem solid transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 2px;
  color: #001345;
  transition: background ease 0.2s;
}

.tabs__item-content {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  /* padding: 1rem; */
  background: #fff;
}

.tabs__item-content p {
  font-size: 12px;
  text-align: left;
}


@media (max-width: 45em) {

  .tabs__item-label {
    /* width: 100%; */
    margin-right: 8px;
    margin-top: 0.2rem;
    font-size: 12px;
    line-height: 2px;
    background: #F4F6FA;;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); */
    border-radius: 3px;
    padding: 12px;
  }

  .tabs {
    display: flex;
    flex-wrap: wrap;
  }

  .tabs__item-input:checked+.tabs__item-label {
    font-weight: 600;
    font-size: 12px;
    /* line-height: 24px; */
    line-height: 2px;
    color: #00A1FC;
    background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
border-radius: 3px;
  }
}


/* images gallery  */



img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_item {
  display: flex;
  padding: 8px;



}

@media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .cards_item {
    width: 33.3333%;
  }
}

.card {
  background: #FFFFFF;
  border: 1px solid #C7D9E0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  
}

.card:hover {
  background: #FFFFFF;
  border: 1px solid #C7D9E0;
  box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;

}


.card_content {
  padding: 1rem;
  background: #FFFFFF;


}

.card_title {

  color: #0E2254;
  font-weight: 600;
  font-size: 16px;
  /* letter-spacing: 1px; */
  /* text-transform: capitalize; */
  margin: 0px;
  align-items: center;
  text-align: center;
}

.card_text {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  font-weight: 400;
}
.desktop-hide {
  display: none;
}


@media (max-width: 768px) {
  .hidden-mobile {
    display: none;
  }
  .desktop-hide {
    display: block;
  }
  .mainheding-course h1 {
    padding-left: 1%;
    margin-top: 4.5rem;
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    text-align: left;
    color: #001345;
   letter-spacing: -0.01em;
   margin-bottom:5%;
  }
}

.tabsContainer{
  margin-bottom: 2rem;
}
.tabsListItem .nav-link{
  border: none;
  font-weight: 500;
  width: 100%;
  white-space: nowrap;
  background: white;
  font-size: 0.85rem;
}
.tabsListItem .nav-link.active{
  color: #00A1FC;
}
.tabsListItem {
  display: block;
  width: 100%;
}
.nav.tabNavs {
  border: none;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  margin-bottom: 2rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.nav.tabNavs::-webkit-scrollbar {
  display: none;
}
.cardssWrapper{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
}
.cards_title {
  text-align: center;
  font-weight: 500;
  font-size: 0.9rem;
  margin:0;
}
.cards_content {
  padding: 1rem;
}
.cardss {
  border: 1.25px solid #C7D9E0;
}
.cardss:hover{
  box-shadow: 0px 0px 66px rgb(0 0 0 / 8%);
}
.cards_image img{
  width: 100%;
}
.mainheding-course{
  margin-bottom: 4rem;
}
@media(max-width:992px){
  .mainheding-course{
    margin-bottom: 2rem;
  }
  .cardssWrapper {
    grid-template-columns: 1fr 1fr ;
  }
}
@media(max-width:550px) {
  .cardssWrapper {
    grid-template-columns: 1fr ;
  }
}
@media(max-width:450px) {
  .tabsListItem .nav-link {
    font-size: 0.825rem;
    padding: 0.5rem;
  }
  .cards_title{
    font-size: 0.85rem;
  }
  .mainheding-course {
    margin-bottom: 2rem;
  }
}