.lightgold-overlay {
     position: relative;
     overflow: hidden;
}
 .lightgold-overlay:before {
     content: '';
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     background-color: rgba(227, 223, 190, .8);
}
 .curriculum-points {
     margin: 0;
     border-bottom: 0;
     display: block;
}
 .curriculum-points li{
     text-align: right;
     margin: 1rem 0;
     display: block;
}
 .curriculum-points li a {
     color: #fff;
     border-bottom: 1px solid #fff;
     padding: .21em;
     background-color: transparent;
}
 .curriculum-points li a.active {
     background-color: #E3DFBE;
     color: #9F7A43;
     padding: .1rem .8rem;
     border-radius: 15px;
}
 .curriculum-points-details-wrap {
     padding: 1rem 0 1rem 3rem;
     border-radius: 50%;
     border: 10px solid;
     border-image-slice: 1;
     border-width: 2px;
     border-image-source: linear-gradient(to right, #fff, transparent, transparent);
}
 .curriculum-points-details {
     padding: 2.5rem;
     width: 400px;
     height: 400px;
     border-radius: 50%;
     border: 15px solid #fff;
     box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
     -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
     display: flex;
     align-items: center;
     justify-content: center;
}
 .curriculum-points-details ul {
     margin-top: 0;
     margin-bottom: 0;
     padding-left: 2rem;
     list-style: disc;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table td,
.table th {
  padding: 12px 15px;
  border: 2px solid #ddd;
  font-size: 16px;
}

.color-text{
	color:#1B562A;
}

.table td.center{
	text-align:center;
	vertical-align:middle;
}

.table tbody tr:nth-child(even) {
  background-color: #1B562A;
  color: #fff;
}

/*responsive*/

@media (max-width: 500px) {
  .table thead {
    display: none;
  }

  .table,
  .table tbody,
  .table tr,
  .table td {
    display: block;
    width: 100%;
  }
  .table tr {
    margin-bottom: 15px;
  }
  .table td {
    text-align: left;
    position: relative;
  }
  .table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }
}


@media only screen and (max-width: 992px) {
	.curriculum-points-details {
		border: 10px solid #fff;
	}
}
@media only screen and (max-width:568px) {
	.curriculum-points li {
		text-align: center;
	}
	.curriculum-points-details-wrap {
		padding: 1rem;
		border: 0;
	}
	.curriculum-points-details {
		padding: 1rem;
		width: 100%;
		height: auto;
		border-radius: 0;
	}
}
.page-id-4147 #innerbanner{
    height: 650px;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}
.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.faq-accordion .card .card-header h4 a {
	cursor:pointer;
}