.program-box{
	position: relative;
    list-style-type: none;
    margin-bottom: 20px;
    display: block;
    box-shadow: 0 0 30px 0 #dddddd42;
    border-radius: 5px;
}
.program-title{
	color: #ffffff;   
    background-color: #f00041;
    padding: 13px 20px 13px 38px;
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
}
.program-paragrapgh{
	padding: 20px 25px;
    margin-bottom: 0;
    text-align: justify;
}
.vertical-menu {
  width: 100%;
}
.vertical-menu a {
  background-color: #f8f8f8;
  color: black;
  display: block;
  padding: 12px;
  text-decoration: none;
  border-bottom: 1px solid #005bb5;
}
.current-link {
  color: #f00041;
}
.vertical-menu a:hover {
  background-color: #ccc;
}
.vertical-menu a.active {
  background-color: #005bb5;
  color: white;
  padding: 13px 20px 13px 38px;
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
}

.accordion-custom {
                       color: #ffffff;   
                         background-color: #005bb5;
                         padding: 13px 20px 13px 38px;
                         width: 100%;
                         display: block;
                         font-size: 18px;
                         font-weight: 500;
                         border-radius: 5px;
                         border-style: none;
                         margin-bottom: 20px;
                         text-align: right;
                     }

                     .active, .accordion-custom:hover {
                       background-color: #f00041;
                     }

                     .accordion-custom:after {
                       content: '\002B';
                       font-weight: bold;
                       float: left;
                       margin-left: 5px;
                     }

                     .active:after {
                       content: "\2212";
                     }

                     .panel {
                       padding: 0 28px;
                       background-color: white;
                       max-height: 0;
                       overflow: hidden;
                       transition: max-height 0.2s ease-out;
                     }