/*Programs*/
.faq-title {
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: 600;
}
.programs-res-item {
  border-bottom: 2px solid rgba(24,36,77,0.30);
}
.programs-res-item:last-child {
  margin-bottom: 0;
}
.programs-res-toggle {
  padding: 25px 80px 25px 0px;
  position: relative;
  cursor: pointer;
}
.programs-res-toggle::before,
.programs-res-toggle::after {
  content: "+";
  color: white;
  font-size: 32px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #67bfc2;
  width: 45px;
  height: 45px;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
  box-shadow: 0 0 40px -3px rgba(23,36,77,0.3);
  align-content: center;
}
.programs-res-item.active .programs-res-toggle::after {
  content: "-";
  color: white;
  font-size: 32px;
}
.programs-res-toggle h3 {
  margin: 0;
  color: #18244d;
  font-size: 20px;
  font-weight: 500;
}
.programs-res-dropdown {
  display: none;
}
.programs-res-description h1,
.programs-res-description h2,
.programs-res-description h3,
.programs-res-description h4,
.programs-res-description h5,
.programs-res-description h6 {
  font-size: 16px;
  color: #18244d;
  font-weight: 600;
  margin-bottom: 5px;
}
 #coaching-programs {
  background: linear-gradient(90deg, rgba(246,176,81,0.2) 20%, rgba(103,191,194,0.2) 100%);
  padding-bottom: 260px;
   margin-bottom: 170px;
}
.our-programs-container {
  background-color: white;
  padding: 60px 130px 70px 130px;
  border-radius: 45px;
  box-shadow: 0 0 40px -3px rgba(23,36,77,0.3);
}
.programs-res-item:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 1500px) {
  #coaching-programs {
    padding-bottom: 150px;
    margin-bottom: 220px;
  }
}
@media only screen and (max-width: 1280px) {
  .our-programs-container {
    padding: 70px 100px 70px 100px;
  }
  #coaching-programs {
    padding-bottom: 200px;
  }
  .exams-header .page-header {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1150px) {
  .our-programs-container {
    padding: 70px 80px 50px 80px;
  }
  .programs-res-toggle h3 {
    font-size: 19px;
  }
  .programs-res-description {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1040px) {
  .our-programs-container {
    padding: 70px 50px 70px 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .faq-title {
    margin-bottom: 20px;
  }
  #coaching-programs {
    padding-bottom: 100px;
    margin-bottom: 160px;
  }
}
@media only screen and (max-width: 769px) {
  .exams-header .page-header {
    padding-bottom: 35px;
  }
  .faq-title {
    font-size: 27px;
    margin-bottom: 10px;
  }
  .our-programs-container {
    padding: 30px 20px 30px 20px;
  }
  .programs-res-toggle h3 {
    font-size: 18px;
    font-weight: 700;
  }
  .programs-res-toggle {
    padding: 20px 60px 20px 0px;
  }
  .programs-res-description {
    font-size: 16px;
  }
  .programs-res-toggle::before, .programs-res-toggle::after {
    font-size: 24px;
    width: 30px;
    height: 30px;
  }
  .programs-res-item.active .programs-res-toggle::after {
    font-size: 24px;
  }
  #coaching-programs {
    padding-bottom: 80px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 500px) {
  .faq-title {
    font-size: 22px;
  }
  .programs-res-toggle h3 {
    font-size: 16px;
  }
  .programs-res-toggle {
    padding: 15px 40px 15px 0px;
  }
  .programs-res-description {
    font-size: 15px;
  }
  .programs-res-toggle::before, .programs-res-toggle::after {
    top: -10px;
  }
  #coaching-programs {
    padding-bottom: 60px;
  }
}