section {
  border-bottom: none;
}

/* Page Banner */

#Page_Banner {
  background-image: url(../images/vca_service_OTR/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: 24px;
  color: #0D5A7B;
  margin-bottom: 32px;
}

p {
  font-size: 16px;
  color: #000;
}

#section-1 {
  border-bottom: none;
}

.panel-heading a {
  display: block;
  font-size: 18px;
  color: #1F1F1F;
  position: relative;
  font-weight: bold;
}

.panel-heading a::after {
  content: "";
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  color: #0D5A7B;
}

.panel-heading a[aria-expanded="true"]::after {
  transform: rotate(-135deg);
  top: 5px;
  color: #0D5A7B;
}

.panel-heading a:focus:not(.btn) {
  color: #0D5A7B;
}

.panel-group .panel+.panel {
  margin-top: 0 !important;
}

/* section-3 */
#section-3 {
  background-color: #F5F5F5;
}

#section-3 h2 {
  margin-bottom: 60px;
}

#section-3 h3 {
  font-size: 18px;
  color: #1F1F1F;
  font-weight: bold;
  margin-bottom: 10px;
}

#section-3 h3 span {
  font-size: 24px;
  color: #1F1F1F;
}

#section-3 p {
  font-size: 16px;
  color: #1F1F1F;
  margin-left: 0;
  margin-right: 0;
  height: 48px;
}

@media only screen and (max-width: 768px) {
  .mb-0 {
    margin-bottom: 0;
  }

  #section-3 p {
    height: unset;
  }
}

/* section-4 */
#section-4 p {
  padding-top: 80px;
}

@media only screen and (max-width: 768px) {
  #section-4 p {
    padding-top: unset;
  }
}

/* section-5 */
#section-5 {
  background-image: url(../images/vca_service_OTR/bg-1.jpg);
  background-attachment: scroll;
}

#section-5 p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

#section-5 .btn-danger {
  background-color: #C1121F;
  border: none;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  padding-left: 60px;
  padding-right: 60px;
}