/**
 * This is a style for newly developed dynamic lecture and courses pages
 * author : Manisha Joshi  
 */

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");

body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
}

/* hemant testing css */
.lecture-card-banner {
  background-color: aliceblue;
  padding: 30px 0;
  box-shadow: 3px 4px 4px #00000033;
}

.responsive {
  width: 100%;
  height: auto;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  border: noen !important;
}

.banner-content {
  padding: 0px;
}

.banner-headingg {
  color: #000000 !important;
  font-weight: 600 !important;
  font-size: 22px;
}

.banner-description {
  font-size: 15px;
  color: #000000 !important;
  font-weight: 400 !important;
  text-align: justify;
}

/* From uiverse.io */
.btn-banner-course {
  padding: 1em 1.5em;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  background-color: #f6973a;
  border: none;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  text-align: left;
  font-weight: 600;
}

.btn-banner-course:hover {
  background-color: #fff;
  box-shadow: 0px 15px 20px rgba(229, 122, 46, 0.4);
  color: #f6973a;
  transform: translateY(-5px);
  border: 1px solid #f6973a;
  text-decoration: none;
}

.btn-banner-course:active {
  transform: translateY(-1px);
}

/* butoon end */

.banner-offer {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.banner-company-name {
  color: #2f519a !important;
  font-size: 16px;
  font-weight: 700;
}

/* lecture-card-details */

.lecture-card-details {
  padding: 30px 0;
}

.courseside_wrap {
  box-shadow: 0px 0px 4px #00000033;
  padding: 15px;
  margin-left: 10px;
  margin-top: 10px;
}

.banner-price {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.banner-headingg1 {
  color: #000000 !important;
  font-weight: 600 !important;
  font-size: 20px;
}

.banner-instructor {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

#banner-image {
  border-radius: 10px;
  border: 4px double #f6973a;
}

.instructor-name {
  color: #2f519a !important;
  font-weight: 600 !important;
  font-size: 16px;
  margin: 2px;
}

.courseside_wrap1 {
  box-shadow: 0px 0px 4px #00000033;
  padding: 15px;
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.instructor-content {
  border-bottom: 1px solid #ccc;
}

.instructor-banner {
  margin-bottom: 10px;
}

.instructor-degree {
  font-size: 15px;
  color: #f6973a !important;
  font-weight: 600 !important;
}

.instructor-details {
  font-size: 14px;
  color: #000000 !important;
  font-weight: 400 !important;
  text-align: justify;
}

.banner-content li {
  list-style-type: square;
  margin-left: 18px;
      color: #000000 !important;
}
.banner-content-certificate p {
    color: #000000 !important;
}
.accordion-content p{
  color: #000000 !important;
}

.row.d-flex.align-content-center.flex-wrap.instructor-content {
  margin-bottom: 20px;
}

.showinstructor {
  display: none;
}

.readmore {
  color: #2f519a !important;
  font-weight: 800;
  cursor: pointer;
}

.readmore:hover {
  color: #000 !important;
  text-decoration: underline;
}

.banner-headingg2 {
  color: #2f519a !important;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}

.banner-headingg2:hover {
  color: #000 !important;
}

#showsyllabus {
  display: none;
}

.banner-headingg-certificate {
  color: #f6973a !important;
  font-weight: 600 !important;
  font-size: 17px;
  margin: unset;
  margin-top: 15px;
}

.banner-content-certificate {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

/* FAQ */

.mns-accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.mns-accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #2f519a;
}
.mns-accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #2f519a;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.mns-accordion button:hover,
.mns-accordion button:focus {
  cursor: pointer;
  color: #2f519a;
}
.mns-accordion button:hover::after,
.mns-accordion button:focus::after {
  cursor: pointer;
  color: #2f519a;
  border: 1px solid #2f519a;
}
.mns-accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.mns-accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.mns-accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.mns-accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.mns-accordion button[aria-expanded="true"] {
  color: #000;
}
.mns-accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.mns-accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.mns-accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.mns-accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 800px) {
  .mobile-banner {
    padding-top: 10px;
    margin-top: 20px;
  }

  .courseside_wrap {
    box-shadow: 0px 0px 4px #00000033;
    padding: 15px;
    margin-left: 10px;
    width: 100%;
    margin-bottom: 10px;
  }

  .instructor-name {
    color: #2f519a !important;
    font-weight: 600 !important;
    font-size: 16px;
    margin: 2px;
    margin-top: 20px;
  }

  .btn-banner-course {
    padding: 1em 0.6em;
  }

  img.certi-image {
    margin-top: 20px;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 797px) {
  .img-offer {
    width: 100% !important;
    height: auto;
  }
}

@media screen and (min-device-width: 801px) and (max-device-width: 1251px) {
  .img-offer {
    width: 100% !important;
    height: auto;
  }

  .courseside_wrap {
    width: 48%;
    float: left;
    display: inline-block;
  }
}

@media screen and (min-device-width: 802px) and (max-device-width: 877px) {
  .courseside_wrap {
    width: 48%;
    float: left;
    display: inline-block;
  }
}

@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
  .img-offer {
    width: 20% !important;
    height: auto;
  }

  .instructor-name {
    color: #2f519a !important;
    font-weight: 600 !important;
    font-size: 16px;
    margin: 2px;
    margin-top: 20px;
  }
}
