.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}
.page-title-heading span {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 5px;
    color: white;
}
.breadcrumb-wrapper{
    margin-top: 5px;
}
.float{
	position: fixed;
    width: 220px;
    height: 60px;
    bottom: 11px;
    left: 250px;
    background-color: #fff;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #2e7cb7;
    z-index: 999;
}
.float img{
    width: 73%;
}
@media only screen and (max-width: 768px) {
    .float{
        left: 10px;
    }
}