.RealSoulPropertyBuyInfoRight   { 
    display: grid;
    grid-template-rows: auto auto auto;
    height: max-content;
    gap: 5px;  
    }
    .PropertyCompanyDetails{
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 5px;
    background: #003c72;
    color: #FFF;
    padding: 10px;
}
    .PropertyCompanylogoArea img{
        width:100px;
        height: 100px;
        border-radius: 360px;
        object-fit: cover;
    }
.PropertyCompanyInfo{
    display: grid;
    gap: 8px;
    font-size: 14px;
    color: #FFF; 
    align-items: flex-start;  
        padding: 0px 10px;
}
.PropertyCompanylogoArea{
        padding-right: 10px;
    border-right: 1px solid #ffffff5c;
}
    .StoreName{
    font-size: 19px;
    letter-spacing: 0.5px;
    font-weight: 500;
    }
    
    
    .StoreEmail{
        color: #37b7ff;
        letter-spacing: 1px;
    }
 /* .PropertyTemplateMoreInfoWebsite{
    position: sticky;
    top:100px;
} */
.PropertyV3WebsiteInfo{
    display: grid;
    justify-self: center;
    gap: 10px;
    background: #003c72;
    color: #FFF;
    padding: 20px;
    width: -webkit-fill-available;    
    margin: 0;
}
.PropertyV3Label{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}
.PropertyV3NameAndEmail{
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    padding-top: 10px;
}.PropertyV3Name input,.PropertyV3Email input{
    border:none;
    outline:none;
}

.PropertyV3Name,.PropertyV3Email,.PropertyV3Phone,.PropertyV3Contact{
    display: grid;
    gap: 10px;
}.PropertyV3Name span ,.PropertyV3Email span ,.PropertyV3Phone span ,.PropertyV3Contact span ,.PropertyV3Message span{
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1.2px;
}
.PropertyV3Input ,.PropertyV3Input{
    height: 45px;
    padding: 0px 10px;
    font-size: 14px;
    outline: none;
    border: none;
}.PropertyEmailLabelAndMandatory,.PropertyEmailLabelAndMandatory{
    display: flex;
    gap: 5px;
}.error-msg {
    color: #ff8e8e;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-top: 2px;
    display: none;
}

.input-error {
    border: 1px solid #ff8e8e !important;
}.PropertyV3MessageText{
    resize: none;
    width: 100%;
    height: 88px;
    padding: 10px;
    font-size: 14px;
    border: none;
    outline: none;
    margin-top: 10px;
}
.PropertyV3NotifyArea input ,.PropertyV3TermsArea input{
    width: 20px;
    height: 20px;
}   

.PropertyV3NotifyArea{
    padding-bottom: 10px;
}
.PropertyV3NotifyArea,.PropertyV3TermsArea{
    display: flex;
    align-items: center;
    gap: 10px;
}.PropertyV3NotifyText,.PropertyV3TermsText{
    font-size: 12px; 
}.PropertyV3NotifyArea input ,.PropertyV3TermsArea input{
    width: 20px;
    height: 20px;
}   .PropertyV3NotifyArea,.PropertyV3TermsArea{
    display: flex;
    align-items: center;
    gap: 10px;
}
.PropertyV3Messages{
    height: 45px;
    border: none;
    outline: none;
    width: 100%;
    background: #ce9b64;
    color: #003c72;
}
    .PropertyV3Messages {
    opacity: 0.5;
    cursor: not-allowed;
    transition: 0.3s ease;
}

.PropertyV3Messages.activeBtn {
    opacity: 1;
    cursor: pointer;
}.PropertyV3Messages {
    opacity: 0.5;
    cursor: not-allowed;
    transition: 0.3s ease;
}
 
.PropertyV3Messages.activeBtn {
    opacity: 1;
    cursor: pointer;
}
.PropertyV3Messages.enabled {
    opacity: 1;
    cursor: pointer;
}
 
    .GetInTouchContainer{
        position: sticky;
        top: 100px;
    }
  
    .mandatory{
    color: #ff7777;
    font-size: 12px;
    font-weight: 600;

    }

    #getInTouchArea{
        position: sticky;
        top: 100px;
    }

     .PropertyV3InnerLabel{
    font-size: 14px;
 }