html,
body {
  height: 100%;
}

section {
  border-bottom: none;
}

.v-center {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

/* Page Banner */

#Page_Banner {
  background-image: url(../images/vca_service_functions/banner.jpg);
}

#Page_Banner h1 {
  color: #294660;
}

.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;
  font-weight: bold;
}

h3 {
  font-size: 18px;
  color: #1f1f1f;
  font-weight: bold;
}

p {
  font-size: 16px;
  color: #000;
}

/* section-1 */
#section-1 {
  border-bottom: none;
}

/* section-2 */
#section-2 h3 {
  margin-bottom: 20px;
}

#section-2 p {
  font-size: 16px;
  color: #1f1f1f;
  margin: 0;
}

#section-2 .v-center {
  height: 400px;
}

@media only screen and (max-width: 768px) {
  #section-2 h2 {
    text-align: left;
  }

  #section-2 .v-center {
    height: unset;
  }
}

/* section-3 */
#section-3 {
  background-color: #F5F5F5;
}

#section-3 .row .row {
  margin-bottom: 20px;
}

#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 .v-center {
  height: 77px;
}


@media only screen and (max-width: 768px) {
  .mb-0 {
    margin-bottom: 0;
  }

  #section-3 .row .row {
    margin-bottom: 0;
  }
}

/* section-4 */
#section-4 h3 {
  margin-bottom: 20px;
}

#section-4 p {
  font-size: 16px;
  color: #1f1f1f;
  margin: 0;
}

#section-4 .v-center {
  height: 400px;
}

@media only screen and (max-width: 768px) {
  #section-4 p {
    padding-top: unset;
  }

  #section-4 h2 {
    text-align: left;
  }
}

/* section-5 */
#section-5 {
  background-image: url(../images/vca_service_functions/bg.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;
}