
html, body {
  height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
}
.section-header {
  text-align: center;
  font-size: 1.8rem;
  padding: 20px 0;
}
.navbar {
  border-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(87,152,44,1) 50%, rgba(255,255,255,1) 100%) 30;
  border-bottom: 2px solid transparent;
  background-color: #fff;
}
.dpf-container-fluid {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
.dpf-navbar .nav-item .nav-link.active {
  color: rgba(87,152,44,.9);
}
.dpf-logo {
  background: url('../img/123dpf.svg') center no-repeat;
  background-size: contain;
  width: 25%;
  height: 56px;
}
.skp-header {
  width: 100%;
  height: 100px;
  text-align: center;
}
section {
  color: #4A4A4B;
  min-height: 100%;
  padding-top: 30px;
}
section:nth-child(odd) {
  background-color: #fbfbfb;
}
.about {
  padding-top: 144px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.about-image {
  background-color: #57982c;
  height: 10vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
}
.about-image p {
  text-align: center;
}
.about .container {
  position: relative;
  height: 100%;
}
.about .container .row {
  padding: 20px 0;
}
.about .container .row .col {
  margin-top: auto;
}
.about-more {
  height: 50%;
  display: flex;
  justify-content: center;
  font-size: 5rem;
}
.about-more a {
  color: #57982c;
  cursor: pointer;
}
.about-ahead {
  text-align: center;
  font-size: 1.2rem;
}
.cleaning-process {
  list-style: none;
}
.cleaning-process .process-etaps,
.cleaning-process .process-images {
  padding: 30px 0;
}
.cleaning-process li {
  padding: 5px;
  margin: 5px 0;
}
.cleaning-process .image-wrapper {
  display: flex;
  flex-direction: column;
}
.cleaning-process img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
}
.cleaning-process .process-image-description {
  text-align: center;
}
.cleaning-process .image-wrapper .process-image-2 {
  width: 50%;
  margin: auto;
}
.pricing {
  min-height: 50%;
  display: flex;
  flex-direction: column;
}
.pricing .container {
  margin: auto;
}
.contact {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 0;
  min-height: unset;
}
.map-container {
  height: 100%;
}
#map {
  width: 100%;
  height: 100vw;
}
footer {
  color: #fff;
}

.box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
}
.box-content {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  padding: 10px;
  background-color: #fff;
}
.box-header {
  color: #fff;
  padding: 25px 0;
  background-color: #57982c;
}
.box-content span {
  font-size: 1.1rem;
}
.box-content ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
.box-content ul li {
  padding-bottom: 15px;
  text-align: center;
}
.pricing .box-content {
  padding: 30px 10px;
}

.contact-form-label {
  margin: 8px 0 0 0;
  font-weight: bold;
}
.contact-form-input {
  width: 100%;
  padding: 8px 8px;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 3px !important;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2em;
  background-color: transparent;
  border-color: #cccccc;
}
.btn-submit:hover {
  background-color: #090909 !important;
}
.contact-form,
.contact-details {
  background-color: #fff;;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  padding: 20px;
  height: 100%;
}
.contact-details {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
.contact-details .fa {
  margin-right: 10px;
}
.contact-detail {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.contact-details .col > * {
  vertical-align: middle;
}

@media(min-width: 768px) {
  .lead,
  .box-content {
    font-size: 1.2rem;
  }
  .cleaning-process .image-wrapper {
    flex-direction: row;
  }
  .cleaning-process .image-wrapper .process-image-1 {
    flex: 2.3;
    margin-right: 10px;
  }
  .cleaning-process .image-wrapper .process-image-2 {
    flex: 1;
    margin-left: 10px;
  }
}

@media(min-width: 576px) {
  .contact {
    height: calc(100% - 146px);
  }
  #map {
    height: 100%;
  }
}
@media(max-width: 575px) {
  .lead {
    font-size: 1rem;
  }
  .about {
    padding-top: 100px;
  }
}