/* buttons */
/* titles */
/* background */
/*form*/
.mechkar-ve-yedah-container {
  background-color: white;
  /*padding: 15px;*/
  position: relative;
  min-height: 202px;
}

/*.page-component-edu .mechkar-ve-yedah-container .container-content {
  padding: 0 15px;
  width: 100%;
}*/
.page-component-edu .mechkar-ve-yedah-container .comp-title-container h4 {
  margin: 0;
}

/**/
.mechkar-ve-yedah-container .edu-info-boxes-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.page-component-edu .mechkar-ve-yedah-container .edu-info-boxes-grid .edu-info-boxes-item {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  min-height: 326px;
  background-color: var(--grey-background);
  margin-top: 18px;
  padding: 0;
}

.page-component-edu .mechkar-ve-yedah-container .edu-info-boxes-grid .edu-info-boxes-item:last-of-type {
  flex-grow: 0;
}

.page-component-edu .mechkar-ve-yedah-container .edu-info-boxes-grid .edu-info-boxes-item .edu-info-boxes-item-img {
  width: 100%;
  height: 147px;
  max-width: none;
}

.page-component-edu .mechkar-ve-yedah-container .edu-info-boxes-grid .edu-info-boxes-item .edu-info-boxes-item-title {
  font-size: 20px;
}

.page-component-edu .mechkar-ve-yedah-container .edu-info-boxes-grid .edu-info-boxes-item .edu-info-boxes-item-link-list {
  list-style: none;
}

.page-component-edu .mechkar-ve-yedah-container .edu-info-boxes-grid .edu-info-boxes-item .edu-info-boxes-item-link-list a {
  color: inherit;
  font-weight: 600;
}
.page-component-edu .mechkar-ve-yedah-container ul.edu-info-boxes-item-link-list li a {
  list-style-image: url(/images/icons/navigation-blue-side.svg);
  display: list-item;
  margin-inline-start: 11px;
}
.page-component-edu.ltr .mechkar-ve-yedah-container ul.edu-info-boxes-item-link-list li a {
  list-style-image: url(/images/icons/Arrow-Link-List-ltr.png);
}
.page-component-edu .mechkar-ve-yedah-container .edu-info-boxes-grid .edu-info-boxes-item .edu-info-boxes-item-link-list h5.edu-info-boxes-item-title {
  margin-inline-start: -3px !important;
}
  .page-component-edu .mechkar-ve-yedah-container .edu-info-boxes-grid .edu-info-boxes-item .edu-info-boxes-item-link {
  color: #2c7094;
}

.page-component-edu .mechkar-ve-yedah-container .edu-info-boxes-grid .edu-info-boxes-item .edu-info-boxes-item-link-img {
  width: 6px;
  height: 10px;
  margin-inline-start: 7px;
}

/*START BASIC NEEDS*/
.show-in-mobile {
  display: block;
}

.modal .modal-title {
  display: inline-block;
  font-size: 22px;
}

.modal .btn-modal-close {
  background-color: #1d5c7e;
  color: #fff;
  font-size: 22px;
}

/*END BASIC NEEDS*/
/*Video-Link*/
.edu-flex-video-link {
  background-image: url("../mechkar-ve-yedah/images/yedah-placeholder.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 147px;
}

.edu-flex-video-link .play-image {
  width: 62px;
  height: 63px;
}

/*END Video Link*/
/*START MEDIA QUERY*/
@media (min-width: 992px) {
  .hide-in-desktop {
    display: none;
  }
  .page-component-edu .mechkar-ve-yedah-container .edu-info-boxes-grid .edu-info-boxes-item {
    flex: 0 1 31.748%;
    margin-inline-end: 2.033%;
  }
  .page-component-edu .mechkar-ve-yedah-container .edu-info-boxes-grid .edu-info-boxes-item:nth-child(3n+0) {
    margin-inline-end: 0px;
  }
}
/*END MEDIA QUERY*/
/* override */
.page-component-edu.ltr .mechkar-ve-yedah-container .edu-info-boxes-grid .edu-info-boxes-item {
  text-align: left;
}

.page-component-edu .mechkar-ve-yedah-container .edu-info-boxes-grid .edu-info-boxes-item .edu-info-boxes-item-img {
  width: 100%;
  height: auto;
}

.page-component-edu .mechkar-ve-yedah-container .edu-info-boxes-grid .edu-info-boxes-item {
  text-align: right;
  min-height: auto;
  border-radius: 4px;
}

.modal.ltr .btn-modal-close {
  float: right;
}

.mechkar-ve-yedah-container .container-content .more-less-container {
  width: 100%;
  margin-top: 15px;
}

.mechkar-ve-yedah-container .edu-info-boxes-item ul {
  margin-top: 10px;
}

.mechkar-ve-yedah-container .edu-info-boxes-item .edu-info-boxes-item-title h5 {
  margin-top: 0;
}

@media (min-width: 992px) {
  /*.page-component-edu.ltr .mechkar-ve-yedah-container .edu-info-boxes-grid .edu-info-boxes-item {
    flex: 0 1 31.748%;
    margin-inline-start: 2.033%;
    margin-inline-end: 0;
  }*/
  .page-component-edu.ltr .mechkar-ve-yedah-container .edu-info-boxes-grid .edu-info-boxes-item:nth-child(3n+0) {
    margin-inline-start: 0;
  }
}

.mechkar-ve-yedah-container .edu-info-boxes-item .icon-img {
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  width: auto;
}

.mechkar-ve-yedah-container .edu-info-boxes-grid .edu-info-boxes-item-link-list .edu-link .info-box-item-text {
    list-style-image: url(/images/icons/navigation-blue-side.svg);
    display: list-item;
    margin-inline-start: 11px;
    color: inherit;
    font-weight: 600;
}
