/*.sc-body {
    max-height: 800px;
    overflow: scroll;
}*/


@media(max-width: 991px) {
    html {
        overflow-x: hidden;
    }
   .cta {
    padding: 60px 0;
}
    .nav-dropdown li a {
        padding: 12px 16px;
        font-size: 16px;
    }

.quote-float {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    padding: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    animation: none;
}

.quote-bubble{
display:none;
}
.go-top-ring {
    width: 40px;
    height: 40px;
    right: 13px;
    bottom: 110px;
}
.section-title{
	    font-size: 24px;
}
}