.list-link{
    font-size:16px !important;
    
}
#quote-sub-page{
    padding-top:0px;
    padding-bottom:0px;
    height: 100vh;
    background:#eee;
}
#qs-footer{
    /* background:#fff; */
}
body{
    color: var(--color-blue-dark);
    font-family: var(--font-primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}
.already-sign-msg{
    margin-bottom: 170px;
}
.page-template-ty .container{
    gap:0px;
}
.bottom-fix{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    text-align: center;
    z-index: 1000; /* optional, ensures it's above other content */
    background: #fff;
}

body{
    overflow-y: hidden !important;
}

html{
    --scroll-width: 0px !important;
}

.a-fix-width{
    width: 115px;
}

.list-link a{
    color:#007bff !important;
}

#quote-sub-page a:active, a:focus, a:hover, a:visited{
    color:#007bff !important;
}