.maincopy{padding: 0;}
.split-70-30{    margin-top: 5em;}
@media (max-width:768px) {
	.split-70-30 { margin-top: 0;}
}
.split-70-30 h3{
    margin-top: 0;
}
.split-70-30 p{
    margin-top: 0;

}
.split-70-30 .btn{
    text-decoration: none;
    margin-top: 5em;
}
.testimonial-slider.slick-slider{width: 100%;
    max-width: none;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.testimonial-slider .slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 !important;
}
.slider-wr{
    margin-top: 3em;
}
.fluid-bg{position: relative; margin-top: 5em;}
.fluid-text p{
    color: #fff;
    font-size: 72px;
    position: absolute;
    top: -5em;
    /* left: 0; */
    /* transform: translate(-50%, -50%); */
    line-height: 1;
    margin: 0 auto;
    width: 100%;
    /* right: 0; */
    text-align: center;
}


.bottomHomeBox{background-size: cover;background-position: center;height: 225px;display: block;text-decoration: none;color: white;padding: 30px;display: flex;justify-content: center;align-items: center;}
.bottomHomeBox p{color: white;text-align: center;font-size: 28px;font-weight: 500;}
.bottomBoxColumn{padding: 0px 5px;}
.bottomHomeBox:hover{box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 40%);}
.bottomCtaContainer{padding-bottom: 80px;padding-top: 40px;}



@media screen and (max-width:768px){
    .fluid-text p{
        top: -5em;
        left: 0;
        font-size: 40px;
    }
}
@media screen and (max-width:540px){
.fluid-bg img{
    height: 20em;
}
.fluid-text p{
    top: -6em;
}
}
