.upper-box {
  background: #f58220;
  padding: 15px;
  text-align: center;
}

.lower-box {
  background: #00a0df;
  padding: 15px;
}

.lower-box .desc {
  text-align: center;
  color: #fff;
}

.price {
  color: #fff;
}

.price h6 {
  font-size: 17px;
  font-weight: 600;
}

.price h2 {
  font-weight: 600;
}

/*#three .clients img {*/
/*  background: none !important;*/
/*  padding: 0 !important;*/
/*  max-height: 114px !important;*/
/*  width: 200px !important;*/
/*}*/

.form-control {
border: 1px solid #ccc !important;
border-radius: 4px !important;
}

@media (max-width: 850px) {
  .captcha-div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .captcha {
    margin-top: 15px;
  }
}

@media (max-width: 576px) {
  .main .col-lg-7 {
    max-width: 100% !important;
    padding: 0 15px !important;
  }

  .main .top-row {
    width: 100% !important;
  }

  .main .middle-row {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .main .middle-row h3.middle-row-text {
    width: 100% !important;
  }

  .box-row {
    width: 100% !important;
    margin-bottom: 30px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .lower-box {
    height: 120px !important;
  }
} 

.lower-box {
  height: 108px;
}

.main .middle-row h3.middle-row-text {
  font-size: 16px; width: 50%; text-align: center; font-weight: 500; line-height: 1.3
}

.box-row {
  width: 80%; display: flex; flex-direction: row; justify-content: space-evenly
}

.top-head h2 {
  text-transform: none !important;
}

section.main {
  background: url('images/blue-background.jpg');
}