.single-course .course-img img {
  width: 100%; }

.single-course .course-content h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px; }
  .single-course .course-content h4 a {
    color: #333; }
body, p{
    font-size:16px !important;
}
h4{
    font-weight: bold;
}
.accordion {
  background-color: #0B478D;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin-bottom:2px;
  transition: 0.4s;
     border-radius: 5px;
}

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

.accordion2:after {
  content: '\002B';
  color: #ffffff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

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

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;

  transition: max-height 0.2s ease-out;
}
.panel ul li{
    font-weight: 600;
    border-bottom: 2px solid #333;
    padding: 10px 0;
}

.accordion1, .accordion {
  
    border-color: #0B478D;
    background-color: #0B478D;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  font-weight:700;
  margin-bottom:8px;
  transition: 0.4s;
  border-width: 1px;
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
    border-radius: 5px;
}

.panel1 {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel1 p{
    margin-bottom:15px;
}
.panel1 ul li{
    font-weight: 600;
    border-bottom: 2px solid #333;
    padding: 10px 0;
}


.accordion2{
  background-color: #dc658e;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin-bottom:2px;
  transition: 0.4s;
     border-radius: 5px;
}

.active, .accordion2:hover {
  background-color: #0B478D;
}

.accordion2:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}


.panel2 {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel2 ul li{
    font-weight: 600;
    border-bottom: 2px solid #333;
    padding: 10px 0;
}


.accordion3 {
      border-color: #0B478D;
    background-color: #0B478D;
  color: #fff;
  cursor: pointer;
  padding: 12px;
  width: 20%;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight:700;
  margin-bottom:2px;
  transition: 0.4s;
  border-radius: 5px;
  text-align: center;
  float:center;
   margin-bottom:8px;
  transition: 0.4s;
  border-width: 1px;
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
    border-radius: 5px;
}

.active, .accordion3:hover {
  background-color: #dc658e;
}

.accordion3:after, .accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}


.panel3 {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel3 ul li{
    font-weight: 600;
    border-bottom: 2px solid #333;
    padding: 10px 0;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.78); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
  z-index: 99999;
}

/* Modal Content */
.modal-content {
  position: fixed;
  bottom: 10%;
  left: 35%;
  background-color: #fefefe;
  width: 30%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
  z-index:9999
}
.modal-header {
  padding: 2px 16px;
  background-color: #0b478d;
  color: white;
}
 
