/* Page Banner */

#Page_Banner {
  background-image: url(../images/vca_service_courselist/banner.jpg);
}

.page-title {
  padding-bottom: 20px !important;
  margin-left: 10px;
  margin-right: 10px;
}

h1 {
  font-size: 18px !important;
  font-weight: bold !important;
  margin-bottom: 0 !important;
  padding: 0 15px !important;
}

h2 {
  font-size: 30px;
  color: #0D5A7B;
  margin-bottom: 32px;
}

p {
  font-size: 18px;
  color: #000;
}

/* section-1 */
#section-1 {
  background-image: url(../images/vca_service_courselist/bg-1.jpg);
}

/* section-2 */
#section-2 h3 {
  font-size: 18px;
  color: #2980B9;
  margin: 24px 0;
}

#section-2 h4 {
  font-size: 20px;
  color: #0D5A7B;
  padding: 0px 10px 10px;
}

#section-2 .nav {
  margin-top: 50px;
}

#section-2 .nav a {
  font-size: 18px;
  color: #7D7D7D !important;
  /* background-color: #fff; */
}

#section-2 .nav .active a {
  font-size: 18px;
  color: #2980B9 !important;
}

#section-2 .btn-primary {
  background-color: #2980B9;
  font-size: 20px;
  font-weight: bold;
  padding-left: 50px;
  padding-right: 50px;
  border: none;
  margin-bottom: 50px;
}

/* section-3 */
#section-3 {
  background-image: url(../images/vca_service_courselist/bg-2.jpg);
  background-attachment: scroll;
}

#section-3 h2 {
  font-size: 24px;
  color: #000;
}

#section-3 .btn-primary {
  background-color: #0D5A7B;
  font-size: 24px;
  font-weight: bold;
  padding-left: 50px;
  padding-right: 50px;
  border: none;
}

@media only screen and (max-width: 768px) {
  .mb-0 {
    margin-bottom: 0;
  }
}