/* form css */
section.form{
    /* background: url('../images/form.jpg'); */
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    /* background: var(--lt-bg-color); */
}
section.form .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: none;
    /* background: rgba(0,0,0,0.4); */
}
section.form .container{
    position: relative;
}
section.form .col-6{
display: flex;
justify-content: end;
align-items: center;
}

section.form input, section.form textarea{
    width: 100%;
    padding: var(--p10) var(--p15);
    border: none;
    margin-bottom: var(--m15);
    background: transparent;
    border-bottom: 2px solid var(--secondary-color);
    border-radius: 0px !important;
}
section.form form{
    /* background: rgba(105, 213, 191, 0.85); */
    padding: var(--p40);
    width: 90%;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
}
section.form .row .name{
    padding: 0;
    justify-content: space-between;
}
section.form .row .name .col-6{
    padding: 0;
    width: 48%;
}
section.form .main-btn{
    width: 100%;
}
section.form form p{
    text-align: center;
    color: var(--secondary-color);
    margin-top: var(--m20);
    line-height: 1.7;
}
section.form .property-banner-call-box {
    width: 360px;
    height: 360px;
    border-radius: 100%;
    background: rgba(237, 118, 94, 0.85);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}   
section.form .cont{
    justify-content: center;
}
section.form .cont img{
    height: 690px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
section.form .property-banner-call-box h4{
    color: var(--white-color);
}
section.form .property-banner-call-box p{
    color: var(--white-color);
    font-size: var(--f15
    );
}  
section.form form h3{
    text-align: center;
    text-transform: capitalize;
} 
section.form .row .name i{
    position: absolute;
    right: 5px;
    color: var(--secondary-color);
    font-size: 18px;
    top: 13px;
}
section.form .row .name .col-6{
    position: relative;
}