/*
Theme Name: Custom Theme Build
Author: Custom Theme  Build
Author URI: Custom Theme  Build
Description: Custom theme build in boilerplate + bootstrap using SASS
*/

.gform_validation_container {
	display: none;
}

.testimonials .cs-slider .cs-slides>li .fa {
    font-size: 13px;
    vertical-align: top;
    padding: 0 5px;
    line-height: 19px;
}

.two-column-layout .content .right img {
    max-width: 100%;
    display: block;
    height: auto;
    margin: auto;
}

@media screen and (max-width: 767px) {
    #header {
        background: rgba(0,0,0,.8);
    }
}


@media (min-width: 992px) and (max-width: 1200px) {
    .two-column-content.content-bg h2 {
         font-size: 41px;
    }
}


.floating-wrapper {
    z-index: 999;
    position: fixed;
    color: #fff;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    right:0;
    left: 0;
    bottom:0;
}

@media screen and (min-width: 968px) {
    .floating-wrapper {
        right:0;
        top: 30%;
        bottom:auto;
        left: auto;
    }
    .floating-apply-online{
        margin:0;
    }
}

.floating-apply-online {
    background-image: url(https://www.ucapital.com.au/yes2/wp-content/uploads/2018/11/floating-bg.png);
    background-position: bottom right;
    z-index: 999;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 315px;
    margin: 0 auto;
    position: relative;
}
.floating-content {
    color: #FFF;
    padding: 15px;
}
.floating-content h3 {
    font-size: 29px;
    font-weight: bold;
    line-height: 27px;
    color: #FFF;
    letter-spacing: 0;
}
.floating-content p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    color: #FFF;
}
.floating-action a {
    background-color: #eb7b1f;
    display: inline-block;
    width:100%;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 13px;
    vertical-align: middle;
}
.floating-action a span {
    font-weight: 300;
    font-size: 9px;
    vertical-align: middle;
    margin-left: 10px;
}
.floating-apply-online .trigger-close {
    border-radius: 50%;
    color: #fff;
    padding: 0;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 24px;
    position: absolute;
    right: 10px;
    font-size: 21px;
    top: 10px;
    outline: none;
    background-color: transparent;
    border: 2px solid #FFF;
    opacity: .6;
    font-size: 14px;
}
.floating-content span {
    color: #ffd200;
    font-weight: 700;
}