.custom-collapsibles {
  max-width: 75%;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}

.collapsible-item {
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border:none;
}

.collapsible {
  background-color: #E4080A;
  color: #fff;
  cursor: pointer;
  padding: 14px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.collapsible:hover {
  background-color: #E4080A;
  border: none;
  color: #fff;
}

.collapsible:active {
  background-color: #E4080A;
  color: #fff;
  border:none;
}
.collapsible:visted {
  background-color: #E4080A;
  color: #fff;
  border:none;
}
.collapsible:focus {
  background-color: #E4080A;
  color: #fff;
  border:none;
}

.content {
  background-color: #f1f1f1;
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.content p {
  margin: 12px 0;
}

.collapsible.active + .content {
  padding: 12px 18px;
}

#main{
	background-color:transparent;
}
#breadcrumb {
	display:none;
}
.cover-photo {
    display: inline-block;
    width: 100%;
    height: 200px;
    margin-top:140px;
}
@media (max-width: 767px) {
.cover-photo {
    display: inline-block;
    width: 100%;
    height: 250px;
    margin-top: 321px;
}

}

h2 {
    font-size: 1.8rem;
    text-align: center;
}

h3 {
	color: black;
	font-size: 20px;
}
    #footer {
        position: relative;
    }
        
  .paragraph-heading{    
    color: #fff;
    margin-bottom: 105px;
    margin-top: -140px;
}
#main-wrapper .container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0px;
    
}
td {
    padding: 5px 10px;
    border: 1px solid;
}
