.human-diff {
    color: #ccc;
}

#free-integration .btn {
    border: 1px solid #48b5e4;
    color: #48b5e4;
    height: 42px;
    padding: 10px 15px;
    font-weight: bold;
}

.col-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    text-align: center;
}

.col-20 {
	width: 20%;
	padding-left: 15px;
	padding-right: 15px;
	float: none;
	text-align: center;
}

#free-integration .btn:hover {
    color: #fff;
    background-color: #48b5e4;
}

.free-integration-padding {
    padding-left: 50px;
    padding-top: 35px;
}

.col-25 img,
.col-20 img {
    display: inline-block;
}

.integrations-home .row {
    padding: 0 150px;
}

.integrations-home img {
    margin: 0 auto;
}

.integrations-home h3 {
    font-size: 32px;
}

.benefits-home h3 {
    font-size: 32px;
}

.w-text-benefits {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6vw 0;
    background: #48b5e4;
    color: #fff;
}
.col-img-benefits {
    z-index: 1;
}

.benefits-home .btn {
    font-family: 'proxima_novasemibold';
    padding: 11px 25px;
    font-size: 20px;
}


/*--------------------- EMERGE CART ----------------------*/
.s-2 [class*="col"] {
    text-align: center;
}

.s-2 .s-block-img {
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.s-2 .s-block-img > div {
    text-align: center;
    font-size: 20px;
    font-family: 'proxima_novasemibold';
}

.s-2 img {
    height: 40px;
    display: inline-block;
}

.s-2 .img-text img {
    height: 150px;
    display: inline-block;
    margin-bottom: 10px;
}

.s-2 .block-arrow {
    margin: 0 50px;
}

.home .s-2 h3 {
    margin-bottom: 0;
}

.home .s-2 p {
    margin-bottom: 30px;
}

.home .s-2 .content-xs {
    padding-bottom: 50px;
}

.home .s-2 .content-xs {
    padding-top: 0;
}

.emerge-cart-home {
    color: #fff;
}

.emerge-cart-home .btn {
    padding: 15px 30px;
}

.emerge-cart-home p {
    margin-bottom: 20px;
}

.emerge-cart-home h3 {
    color: #fff;
    line-height: 1.2;
    font-size: 28px;
}

.t_col {
    text-align: center;
}

.t_col img {
    height: 120px;
    margin: 0 auto 30px;
}

.t_col h3 {
    color: #27326f;
    font-size: 22px;
}

.t_col p {
    padding: 0 65px;
}



@media only screen and (max-width: 1199px) {
    .t_col p {
        padding: 0;
    }
}

@media only screen and (max-width: 991px) {
    .t_col {
        margin-bottom: 50px;
    }
	
	.s-2 img {
		height: 25px;
	}
	
	.s-2 .img-text img {
		height: 100px;
	}
}

@media screen and (max-width: 767px) {
    .s-2 .block-arrow {
        margin: 0 30px;
    }

    .emerge-cart-home .text-right {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .s-2 .block-arrow {
        display: none;
    }
    .s-block-img  {
        width: 100%;
        margin-bottom: 30px;
    }

    .emerge-cart-home h3 {
        font-size: 24px;
    }
    
    .break-sm {
        display: block;
        clear: both;
    }
}

@media only screen and (min-width: 768px) {
    .emerge-cart-home .text-right {
        padding-left: 28%;
    }
}

@media screen and (min-width: 1200px) {
    .emerge-cart-home .text-right {
        padding-left: 54%;
    }
}
/*--------------------- END EMERGE CART ----------------------*/

#section-video {
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}

#section-video h3 {
    font-size: 2em;
    font-weight: 600;
    padding: 0 11em;
    line-height: 1.2;
    margin-bottom: 50px;
}

.each-testimonial-home {
    padding: 0 15px;
}

#form-try-free input {
    padding-left: 65px;
}

#home-carousel .last-testimonial .box-testimonial {
	padding: 150px 0;
}

#home-carousel .last-testimonial img {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 250px;
	border: 0;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 0 50px 0;
}

.last-testimonial h3 strong {
	font-family: 'proxima_novasemibold';
}

.last-testimonial .btn {
	font-family: 'proxima_novasemibold';
	padding: 15px 30px;
}

.could-be-you {
	font-size: 24px;
	margin-bottom: 30px;
}

.w-form-try-free {
    background: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    bottom: 0;
}

.w-form-try-free .w-human-diff {
    display: inline-block;
}

.w-form-try-free .w-human-diff p {
    margin-bottom: 0;
}

.form-padding {
    padding: 20px 0;
}

.w-form-try-free .white-text {
    font-size: 22px;
}

.w-form-try-free .layer-success .span-icon {
    height: 50px;
    width: 50px;
    margin-bottom: 10px;
}

.w-form-try-free .layer-success span i {
    font-size: 20px;
    line-height: 50px;
}

.w-form-try-free .layer-success .success-message {
    font-size: 20px;
    padding: 0 15px;
}

.each-box-link {
    text-align: center;
    margin-bottom: 30px;
}

.each-box-link a {
    display: inline-block;
    padding: 50px;
    width: 100%;
    height: 250px;
    border: 1px solid #48b5e4;
}

.each-box-link img {
    height: 100px;
    margin-bottom: 20px;
    display: inline-block;
}

.each-box-link h4 {
    color: #48b5e4;
}

.each-box-link:hover h4 {
    color: #fff;
}

.each-box-link:hover a{
    background: #48b5e4;
}

.each-box-link:hover img {
    display: none;
}

.each-box-link:hover img.hidden {
    display: inline-block !important;
}

.testimonials-home {
    background: url(../images/testimonial-bg.jpg) no-repeat bottom;
    background-size: cover;
    min-height: 400px;
    padding-bottom: 30px;
    padding-top: 50px;
}

#home-carousel img {
    display: inline-block;
    margin: 0 7px 20px;
    width: 130px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.box-testimonial {
    background: #fff;
    width: 800px;
    margin: 22px auto;
    padding: 15px 30px;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
}

.box-testimonial p {
    text-align: left;
}

.testimonials-home .util-theme-default .util-page.active-page span {
    background: #fff;
}

.testimonials-home .util-theme-default .util-page span {
    background-color: rgba(255,255,255,0.5);
    width: 24px;
    height: 24px;
}

.play-icon {
    background: url(../images/play-icon.svg) no-repeat;
    background-size: 32px;
    height: 32px;
    width: 32px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.vm {
    vertical-align: middle;
    font-family: 'proxima_novasemibold';
}

.home .footer-page {
    border: 0;
}

.box-link-home .content-sm {
    padding-bottom: 20px;
}

#home-carousel.util-theme-default .util-prev,
#home-carousel.util-theme-default .util-next {
    background: none;
    width: 70px;
    height: 70px;
}

.first-content-testimonial {
    font-size: 20px;
}

.competitor-3 {
    border-bottom: 1px solid #e1e1e1;
}

.competitor-3 h2 {
    margin-bottom: 50px;
}

.competitor-3 [class*="col"] {
    text-align: center;
}

.competitor-3 img {
    display: inline-block;
    margin-bottom: 30px;
    max-height: 50px;
}

/*---- Business ----*/
.home-business h2 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 50px;
}

.w-business-box {
    display: inline-block;
    border: 2px solid #A6D9EF;
    padding: 50px 15px;
    text-align: center;
    width: 100%;
    height: 254px;
    overflow: hidden;
}

.w-business-box:hover {
    background: #e4f4fb;
}

.w-business-box img {
    height: 90px;
    margin-bottom: 30px;
}

.w-business-box h3 {
    line-height: 1.2;
}
/*---- End Business ----*/

@media only screen and (max-height: 480px) {
    .w-form-try-free {
        position: relative;
        background: #27326f;
    }
}

@media only screen and (max-width: 1199px) {
    #section-video h3 {
        padding: 0 8em;
    }
    .col-25,
    .col-20 {
        margin-bottom: 30px;
    }
    .free-integration-padding {
        padding: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    #section-video h3 {
        padding: 0 4em;
    }

    .features-list .col-sm-6.col-md-2 {
        margin-bottom: 30px;
    }

    .w-video {
        width: 100%;
    }

    .form-try-free-other {
        padding-bottom: 20px;
    }

    #free-integration img {
        display: inline-block;
    }

    #free-integration {
        text-align: center;
    }

    #free-integration .padding-left-70 {
        padding-left: 0;
        text-align: center;
    }

    .integrations-home .row {
        padding: 0 50px;
    }

    .box-testimonial {
        width: 100%;
    }

    .w-feature-svg {
        height: 60px;
        display: inline-block;
    }

    .features-list .col-xs-6 {
        margin-bottom: 30px;
    }

    .w-text-benefits {
        position: relative;
        padding: 30px 0;
    }

    .w-text-benefits .col-sm-6 {
        width: 100%;
    }

    .benefits-home-text {
        padding: 0 15px;
        text-align: center;
        margin-bottom: 30px;
    }

    .benefits-home {
        background: #48b5e4;
    }

    #home-carousel .util-navigation {
        display: none;
    }

    .w-business-box {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    #section-video h3 {
        font-size: 24px;
        padding: 0 2em;
    }

    .w-business-box:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 480px) {

    #section-video h3 {
        padding: 0;
        font-size: 20px;
    }

    #home-carousel img {
        width: 100px;
    }

    .w-form-try-free-bg {
        padding: 80px 0;
    }

    .w-form-try-free {
        position: relative;
        background: #27326f;
    }

    .w-form-try-free .white-text {
        font-size: 16px;
    }
}