.homepage-bkg .stretch-inner {
    max-width: 860px;
}
.service-form {
    width: 100%;
    margin: 28px auto 20px;
    position: relative;
}
.service-form .error-text {
    background-color: white;
    padding: 1px 7px;
    position: absolute;
    top: -27px;
    color: #990000;
    display: none;
}
.service-form .form-input {
    float: left;
    width: 75%;
    height: 58px;
	background-color: #fff;
	outline-color: #1e73be;
    font-size: 18px;
    color: #3a3a3a;
    padding: 10px 24px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
@media screen and (max-width: 400px) {
.service-form .form-input {
	width: 100%;
	float: none;
	margin-bottom: 10px;
    }
}
.service-form button {
    width: 25%;
    height: 58px;
    font-weight: 700;
    font-size: 18px;
    line-height: 2.4;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
@media screen and (max-width: 400px) {
.service-form button {
	width: 100%;
	height: 54px;
	line-height: 2;
    }
}
.section-2 {
    background-color: #f7f7f7;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}
.section-2 .stretch-inner {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    font-style: italic;
    max-width: 800px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.box-heading {
    font-size: 25px;
    font-weight: 700;
    margin: 40px 0 25px;
}
.service-boxes {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -20px 30px;
    padding-bottom: 20px;
}
.service-boxes .box {
    flex: none;
    padding: 0 10px;
    position: relative;
}
.service-boxes .box:first-child {
    padding-left: 20px;
}
.service-boxes .box:last-child {
    padding-right: 20px;
}
.service-boxes img {
    border-radius: 10px;
    width: 230px;
    height: 154px;
}
.service-boxes .overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    bottom: 0;
    background: rgba(51,51,51,.8);
    overflow: hidden;
    width: 230px;   /* img width */
    min-height: 0;
    transition: .5s ease;
}
.service-boxes .box:hover .overlay {
    min-height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.service-boxes .text {
    color: #fff;
    font-size: 1.1em;
    text-align: center;
    padding: 3px 0;
}
.row-3 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.row-3 .box {
    width: 50%;
    padding-right: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
@media screen and (min-width: 767px) {
.row-3 .box {
	width: 33.33333333%;
    }
}
.row-3 .box a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.service-cat .box a {
    background: #000;
}
.row-3 .box img {
    width: 100%;
    border-radius: 10px;
    max-height: 210px;
}
.service-cat .box img {
	height: 100%;
    opacity: .7;
    transition: transform .2s;
}
.service-cat .box:hover img {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.1);
}
.service-cat .box .text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    line-height: 1.4;
    font-weight: 700;
    padding: 0 15px;
    text-align: center;
    overflow: hidden;
}
@media screen and (min-width: 550px) {
.service-cat .box .text {
	font-size: 1.3em;
    }
}
.background-color {
    background-color: #f7f7f7;
    margin-top: 40px;
    padding: 40px 0;
    border-top: 1px solid #d0d0d0;
}
.states-heading {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
}
.states {
    display: flex;
    flex-wrap: wrap;
}
.states div {
	width: 50%;
    padding-bottom: 10px;
}
@media screen and (min-width: 767px) {
.states div {
	width: 20%;
}
}
.states div a {
    display: block;
	width: 90%;
    color: inherit;
}
.pro-cta {
    background-image: url(/wp-content/plugins/viscorner/includes/common/images/desktop/services-thumbnails.jpg);
    height: 400px;
    display: flex;
}
@media screen and (min-width: 767px) {
.pro-cta {
    height: 500px;
}
}
.pro-cta .stretch-inner {
    text-align: center;
}
.pro-cta .heading {
    font-size: 2.3em;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 15px;
}
@media screen and (min-width: 767px) {
.pro-cta .heading {
    font-size: 3em;
}
}
.pro-cta .text {
    font-size: 1.2em;
    color: #fff;
}
@media screen and (min-width: 767px) {
.pro-cta .text {
    font-size: 1.5em;
}
}
.pro-cta a {
    font-weight: 700;
    margin-top: 30px;
    padding: 10px 30px;
    margin-bottom: 10px;
}
@media screen and (min-width: 767px) {
.pro-cta a {
    font-size: 1.2em;
    padding: 15px 50px;
}
}
.cost {
    border-bottom: 1px solid #d0d0d0;
}
.cost .box:hover {
    opacity: .9;
}
.cost .heading {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
}
.cost .price {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #1e73be;
    padding: 1px 8px;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
}
.cost .text {
    color: #3a3a3a;
    font-size: 1.1em;
    font-weight: 700;
    padding: 10px 0;
}
.cost .button {
    margin: 15px auto;
    max-width: 250px;
    display: block;
    padding-top: 11px;
    padding-bottom: 11px;
}