#quote {
    position: relative;
    min-height: 615px;
}
#quote::before {
    background: #0D151E;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
}
#quote .stage {
    padding: 50px 0 0;
}
#quote .bottom {
    z-index: 1;
    height: 50px;
    position: relative;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 300px;
}
#quote .row {
    justify-content: center;
    min-height: 182px;
}
#quote h2 {
    text-align: center;
}
#quote h2 {
    color: #000;
    text-align: center;
    font-family: Exo;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; /* 155.556% */
}
#quote p {
    color: #000;
    text-align: center;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 350% */
}

#quote .line {
    width: 190px;
    height: 3px;
    background: #F1B500;
    margin: 20px auto;
    display: block;
}
#quote h3 {
    color: #000;
    font-family: "Public Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    text-align: center;
}
#quote h3 span {
    color: #F1B500;
    text-align: center;
    font-family: "Public Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 56px;
}

#quote .inside {
    background: #fff;
    border: 4px solid #F1B500;
    border-radius: 10px;
    width: 190px;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
}
@media(max-width:767px){
    #quote .inside{
        width: 150px;
        height: 150px;
    }
}
#quote .progressDots {
    display: flex;
    width: fit-content;
    position: absolute;
    z-index: 2;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
}
#quote .progressDots .dot {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
#quote .progressDots .dot.active::before {
    content: '';
    background: #333333;
    width: 8px;
    height: 8px;
    z-index: 3;
    position: absolute;
    border-radius: 50%;
}
#quote .btn-back {
    background: #F1B500;
    border: 1px solid #F1B500;
    padding: 0 20px;
    color: #000;
    text-align: center;
    font-family: Exo;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}
#quote .btn-back img {
    margin-right: 5px;
}
#quote .btn-next {
    background: #F1B500;
    border: 1px solid #F1B500;
    padding: 0 20px;
    color: #000;
    text-align: center;
    font-family: Exo;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}
#quote .btn-next img {
    margin-left: 5px;
}
#quote input {
    border-radius: 20px;
    border: 3px solid #F1B500;
    background: #FFF;
    padding: 20px;
    text-align: center;
}

#quote .choices{
    position: relative;
    z-index: 99
}

#quote .choices__inner {
    background-color: transparent;
    padding: 0;
    border: none;
    display: flex;
    flex-direction: column;
}
#quote .choices__inner input {
    width: 400px!important;
    margin: 0 auto;
}
#quote .choices__inner .choices__list {
    width: fit-content;
    margin: 0 auto 10px;
}
#quote .choices__inner .choices__list--multiple .choices__item {
    background: #F1B500;
    border-color: #F1B500;
    color: #000;
}
#quote .choices__inner .choices__button {
    border-color: #000 !important;
    filter:brightness(0%);
}

#quote .btn-submit {
    background: #F1B500;
    border: 1px solid #F1B500;
    padding: 0 20px;
    color: #000;
    text-align: center;
    font-family: Exo;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    margin: 0 auto;
    display: block;
}
#quote .stage9 .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 274px;
}
#quote .stage9 form {
    width: fit-content;
    margin: 0 auto;
}
#quote .stage9 .row {
    align-items: center;
    width: 100%;
}


#quote .stage4 .bottom{
    margin-top: 130px;
}

#quote .inside img{
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
}

@media(max-width:1200px){
    #quote .bottom{
        padding: 0 50px;
    }
}
@media(max-width:567px){
    #quote h2 {
        font-size: 36px;
        line-height: 42px;
    }
    #quote h3 {
    font-size: 20px;
    line-height: 30px;
}
#quote h3 span {
    line-height: 30px;
}
    #quote::before {
        background: #0D151E;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100px;
        width: 100%;
    }
    #quote .progressDots {
        width: 100%;
        left: 0;
        transform: translatex(0);
        bottom: 100px;
        padding: 10px 0;
        background: #0D151E;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    #quote .bottom {
        flex-direction: column;
        height: 100px;
        padding: 10px 0;
        background: #0D151E;
    }
}