#xfsp-container{
    background-color: #f4f6f6;
    padding: 50px;
}
.xfsp-info-box {
    text-align: center;
    background-color: white;
    border-radius: 15px;
    padding: 20px 0px;
}
.xfsp-btn{
    width: 100%;
    
    color: #000000;
    padding: 20px;
    font-weight: bold;
    border-radius: 50px;
    border: none;
}
.xfsp-yellow{
    background: #FBFF81;
}
.xfsp-white{
    background: #FFF;
}
.xfsp-yellow:hover{
    color: #fff;
    background: #B0D2E5;
}
.xfsp-white:hover{
    border: 2px solid #EAEAEA;
    background-color: #fff;
    color: #000;
}
.row.xfsp-btn-wrap {
    margin-top: 50px;
}

#container {
    max-width: 70%;
    
}

.xfsp-fields{
    margin-top: 50px;
}
  
.step-container {
position: relative;
text-align: center;
transform: translateY(-43%);
}

.step-circle {
width: 30px;
height: 30px;
border-radius: 50%;
background-color: #fff;
border: 2px solid #007bff;
line-height: 30px;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 10px;
cursor: pointer; /* Added cursor pointer */
}

.step-line {
position: absolute;
top: 16px;
left: 50px;
width: calc(100% - 100px);
height: 2px;
background-color: #007bff;
z-index: -1;
}

#multi-step-form{
    overflow-x: hidden;
}

label.xfsp-radio-label {
    background-color: #eaeaea;
    padding: 10px;
    font-size: 16px;
    color: #4c5253;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 30px;
    line-height: 45px;
}
input#xfsp-address {
    width: 100%;
    border-radius: 10px;
    height: 70px;
    font-size: 18px;
}
#div_map {
    height: 90%;
}
select#from-where-you-hear {
    height: 53px;
    border-radius: 10px;
    margin-top: 15px;
    color: #575b5d;
}
div[data-question="tell-us-about-yourself"] input[type="text"], div[data-question="tell-us-about-yourself"] input[type="email"] {
    margin: 15px 0px;
    border-radius: 10px;
}
.xfsp-btn-wrap p.text-center{
    margin-top: 15px;
}

@media only screen and (max-width: 600px) {
    #xfsp-container {
        padding: 50px 10px;
    }
    #container {
        max-width: 100%;
    }
    .row.xfsp-btn-wrap {
        margin-top: 20px;
    }
    .row.xfsp-btn-wrap button{
        margin-bottom: 20px;
    }
}