

.quote-top{
    padding: 0px;
/*    margin: -40px 63px !important;*/
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
}

.quote-top span{
    font-size:26px;
    font-weight: 600;
}

.quote-section{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
}

.quote-wrapper{
    gap: 7vh!important;
}

.quote-sep {
    background: #354896;
/*    border-radius: 10px;*/
/*    margin-left: 5px;*/
    width: 120px;
    height: 6px;
/*    padding: 50px 42px;*/
}

.quote-bullet {
    width: 50%;
    padding-right:35px;
/*    padding: 18px;*/
    text-align: start;
    font-size:18px;
    line-height: 23px;
}


.quote-bullet .quote-bullet-icon {
    height: 35px;
    margin-bottom: 16px;
}

.quote-bullet p {
    text-align: center;
}

.quote-bullet .quote-bullet-icon img {
    display: block;
    margin: 0 auto;
}

.zoom-box{
    width:320px;
    height:fit-content;
    background: #CFFBFF;
    border-bottom: solid 4px #354896;
    padding:19px;
    font-size: 18px;
    line-height: 24px;
}

.zoom-box div{
    font-size:24px;
    font-weight: 700;
    padding-bottom:16px;
    line-height: 28px;
}

.dark-blue-button.zoom-button {

    height: 60px;
    line-height: 34px;
}

.form-section-title{
    font-size:22px;
    font-weight: 700;
    padding-bottom:16px;
    line-height: 28px;
    width:100%;
    font-weight: 500;
    border-bottom:1px solid #354896;
}


.quote-form-item {
    padding-right:2px;
    text-align: start;
    font-size:18px;
    line-height: 23px;
}

.quote-form-item-text{
    font-size:18px;
}

.quote-form-item-long{
    width:100%;

}

.quote-form-item input{
    border-radius:4px;
    outline:none;
    border:2px solid #354896;
    width: 100%;
    height:50px;
    padding-left:10px;
}

.quote-form-item .input-long{
    width:100%;
}

@media (min-width: 992px) {

    .quote-bullet {
        width: 25%;
    }

    .quote-bullet .quote-bullet-icon img {
        margin: unset;
    }

    .quote-bullet p {
        text-align: start;
    }

    .quote-form-item input{
        width: 290px;
    }
}
