.test123 {
            background-color: red;
            padding-top: 50px;
            padding-right: 30px;
            padding-bottom: 50px;
            padding-left: 80px;
            margin-top: 50px;
            margin-right: 30px;
            margin-bottom: 50px;
            margin-left: 80px;
            
        }
.test123 h3 {
  color: orange;
  text-align: center;
}

.test123 p {
  color: blue;
  text-align: center;
}

.test123 table {
background-color: white;
}


.block-contact-us {
   background-color: red;
   padding-top: 50px;
            padding-right: 30px;
            padding-bottom: 50px;
            padding-left: 80px;
            margin-top: 50px;
            margin-right: 30px;
            margin-bottom: 50px;
            margin-left: 80px;
}

.block-contact-us h3 {
 color: blue;
 text-align: center;
}

.block-contact-us p {
 color: green;
 text-align: center;
}

/*Harold CSS*/

.block-headline {
  color: #689F38;
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 20px 0;
  text-align: center;
  display: block;
  font-weight: normal;
}

.blockbox {
	padding: 5px 15px; 
	margin: 0 25px 40px;
	border: 5px solid #236fa1;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}

.blockbox h3 {
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 20px 0;
  text-align: center;
  display: block;
  font-weight: normal;
  color: #000;
}

.blockbox .text-center {
  text-align: center;
}

.blockbox .orangebtn {
  display: inline-block;
  background: #fed54d;
  padding: 10px 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.blockbox .orangebtn:hover {
  background: #F1900B;
  opacity: 1;
  box-shadow: 0 5px 15px rgba(241, 144, 11, .4);
}

.blockbox p {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: normal;
  text-align: justify;
}

.block-hr {
  width: 75%;
  margin: 0 auto 30px;
  border-bottom: 1px solid #000;
}

.section.blockbox {
  border: none;
}

.section.blockbox img {
  max-width: 100%;
  display: block;
  text-align: center;
}

.sectionimage {
  max-width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}


.section.blockbox h3 {
  text-align: left;
  margin-top: 10%;
}

.section.blockbox h4 {
  text-align: left;
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  margin: 0 0 20px 0;
  color: #000;
}

.section.blockbox p a {
  color: #4346DE;
  text-decoration: none;
}

.section.blockbox p a:hover {
  color: #4346DE;
}

.section-block-headline {
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 40px 0;
  display: block;
  font-weight: normal;
  color: #000;
  text-align: center;
}

.testimonial-box {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webikit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 15px;
  margin: 0 25px 30px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}

.testimonial-box img {
  border-radius: 80px;
  -webkit-border-radius: 80px;
  height: 80px;
  width: 80px;
  float: left;
  margin: 0 15px 25px 0;
  display: block;
}

.testimonial-box h4 {
  font-size: 18px;
  line-height: 24px;
  margin: 15px 0 0 0;
  display: block;
  font-weight: 700;
  color: #000;
}

.testimonial-box p {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: normal;
  font-style: italic;
}

.testimonial-box .testimonial-header p {
  display: block;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px 0;
  font-style: normal;
}

.testimonial-box .testimonial-header {
  float: left;
  width: 65%;
}

.process-headline {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #000;
  margin: 0 0 20px 0;
}

.smallheadline {
  font-weight: 700;
  font-size: 16px;
  margin: 20% 0 10px 0;
  color: #F36C29;
}

.processblock {
  margin: 15px;
}

.processblock .processnumber {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  background: #F36C29;
  color: #fff;
  vertical-align: middle;
  display: block;
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 50px;
  text-align: center;
}

.processblock h4 {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-weight: normal;
  margin: 0 0 20px 0;
}

.processblock p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px 0;
  color:#000;
}

/*responsive*/
@media only screen and (max-width: 568px) { 

.row>.col-md-6 {
    height: auto;
    width: auto !important;
}

.row>.col-md-4 {
    height: auto;
    width: auto !important;
}

.row>.col-md-8 {
    height: auto;
    width: auto !important;
}

.row>.col-md-3 {
    height: auto;
    width: auto !important;
}


.testimonial-box .testimonial-header {
    float: left;
    width: 60%;
}

.blockbox {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

}
