        .box-info {
            position: relative;
            overflow: hidden;
        }

        .mb-40 {
            margin-bottom: 40px;
        }

        .icon.x3 {
            width: 50px;
            height: 50px;
            font-size: 50px;
        }

        .box-info .box-icon {
            float: left;
            margin: 6px 26px 0 0;
            padding-left: 1px;
        }

        .icon {
            position: relative;
            display: inline-block;
            text-align: center;
        }

        .mr-20 {
            margin-right: 20px;
        }

        .icon.colorful-icon i {
            color: #48afab;
        }

        .icon i,
        .icon img {
            display: block;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }

        .fa {
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .box-info .box-content {
            overflow: hidden;
        }
.center-vertical .section-content > .container > .row > [class*="col-"] .box-center {
width: 100%;
}
.register-house {
position: relative;
padding: 0;
}

.box-form {
background: #fff;
}
.register-house .box-title {
padding: 50px 40px;
}
.register-house .box-title {
padding: 50px;
background: #48afab;
color: #fff;
}

.box-form .box-title {
position: relative;
padding: 30px;
}
.register-house .rh-arrow {
position: absolute;
top: -27.5px;
left: 50%;
transform: translateX(-50%);
width: 55px;
height: 55px;
line-height: 49px;
font-size: 24px;
border-radius: 100%;
border: 3px solid #fff;
text-align: center;
box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
background: /*#48afab*/ rgba(235,184,30,1);
color: #fff;
}
.register-house .box-title h4 {
font-size: 20px;
color: #fff;
margin: 1em 0 1em 0;
}
.box-form .box-title p {
margin-bottom: 0;
font-size: 16px;
color:#fff;
}
.register-house .box-title .telephone {
color: #EBB81E;
}

.register-house .box-content {
padding: 35px 50px 45px;
border: 1px solid #e0e0e0;
border-top: none;
}
.box-form .box-content {
overflow: hidden;
padding: 30px;
}
input, input.form-control, button, button.form-control, textarea, textarea.form-control, select, select.form-control {
width: 100%;
font-size: 13px;
height: 50px;
line-height: 51px;
border-radius: 4px;
color: #000;
outline: none;
padding: 0 20px;
transition: all 0.2s;
box-shadow: none;
border: 1px solid #e0e0e0;
background: #fff;
}

form .form-group {
position: relative;
margin-bottom: 22px;
}
.box-form .form-group label:first-child {
display: none;
margin-bottom: 5px;
cursor: pointer;
text-align: left;
font-family: "Lato", Arial, sans-serif;
font-size: 14px;
font-weight: 700;
color: #999;
}
.box-form .form-group input[type="submit"] {
width: 100%;
font-size: 18px;
height: 60px;
line-height: 60px;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"].form-control:hover,
input[type="submit"].form-control:focus {
background: #EBB81E;
}
input[type="submit"], input[type="submit"].form-control, input[type="submit"], input[type="submit"].form-control {
cursor: pointer;
display: inline-block;
font-weight: 600;
line-height: 31px;
padding: 0 16px;
font-size: 12px;
position: relative;
border: none;
color: #fff;
background: #ED5C6C;
transition: all 0.2s;
width: auto;
border-radius: 4px;
border: none;
}
.grey-bg {
background: #f9f9f9;
padding-top:60px;
}
.testi-box {
    padding: 40px 40px 40px;
    font-size: 18px;
    font-style: italic;
    border: 1px solid #e0e0e0;
    margin-right:5px;
}
.testi-box p {
    font-family: Georgia, 'Times New Roman', Times, serif!important;
}
.testi-box h5 {
    font-family:'Lato', Arial, sans-serif;font-weight:700;line-height:1.55;
    color:#000;font-size:15px;
}
.testi-box em {
 font-family:'Lato', Arial, sans-serif;font-weight:700;line-height:1.55;
 color:#000;font-size:12px;
}
.jcarousel-wrapper {
margin: 10px auto;
position: relative;
}
.val-buttons {
    margin-top:20px;
}
.btn.hover-yellow:hover {
background: rgba(235,184,30,.8);
color: #fff;
text-shadow: none;
border-color: rgba(235,184,30,.8);
}
.btn.red, .btn.hover-red:hover {
background: #ED5C6C;
color: #fff;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
border-style: none !important;
}
.btn.v-large {
        padding: 17px 32px;
        font-size: 22px;
        border-width: 3px;
}
/** Carousel **/

.jcarousel {
position: relative;
overflow: hidden;
width: 100%;
}

.jcarousel ul {
width: 10000em;
position: relative;
list-style: none;
margin: 0;
padding: 0;
}

.jcarousel li {
width: 200px;
float: left;
/*border: 1px solid #fff;*/
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
list-style:none;
}

.jcarousel img {
display: block;
max-width: 100%;
height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
position: absolute;
top: 50%;
margin-top: -15px;
width: 30px;
height: 30px;
text-align: center;
background: #4E443C;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
-webkit-box-shadow: 0 0 4px #F0EFE7;
-moz-box-shadow: 0 0 4px #F0EFE7;
box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev {
left: 15px;
}

.jcarousel-control-next {
right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
position: absolute;
bottom: -40px;
left: 50%;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
margin: 0;
}

.jcarousel-pagination a {
text-decoration: none;
display: inline-block;
font-size: 11px;
height: 10px;
width: 10px;
line-height: 10px;
background: #ccc;
color: #4E443C;
border-radius: 10px;
text-indent: -9999px;
margin-right: 7px;
/*-webkit-box-shadow: 0 0 2px #4E443C;
-moz-box-shadow: 0 0 2px #4E443C;
box-shadow: 0 0 2px #4E443C;*/
}

.jcarousel-pagination a.active {
background: #48afab;
color: #fff;
opacity: 1;

/*-webkit-box-shadow: 0 0 2px #48afab;
-moz-box-shadow: 0 0 2px #48afab;
box-shadow: 0 0 2px #48afab;*/
}

