.property__container{width:80vw;margin:60px auto 100px;display:flex;-moz-column-gap:20px;column-gap:20px;position:relative;justify-content:center}.addWid{width:24%}.toggle__property{width:80vw;margin:160px auto 60px}.toggle__property>div{display:flex;-moz-column-gap:20px;column-gap:20px;width:-moz-fit-content;width:fit-content;border-radius:10px;padding:10px;margin:auto}.toggle__property>div>div{color:#000;font-weight:700;font-size:x-large;padding:10px;border-radius:10px;cursor:pointer}.onActive{background-color:#f4dfc8!important;color:#000!important}.addMargin{margin:180px auto 40px!important}.addSearchMargin{margin:200px auto -100px!important}.search__property{width:80vw;margin:auto;display:flex;justify-content:center;align-items:center;-moz-column-gap:20px;column-gap:20px}.search__property>input{padding:10px;width:300px;border:2px solid #04222a;border-radius:10px}.search__property>input::-moz-placeholder{font-size:normal;color:#000}.search__property>input::placeholder{font-size:normal;color:#000}.search__property>button{padding:10px 20px;font-weight:700;background-color:#04222a;color:#fff;font-size:large;border-radius:10px}@media screen and (max-width:800px){.property__container{flex-wrap:wrap}.property__container,.toggle__property{width:100vw;justify-content:center}.toggle__property>div{margin:auto}.toggle__property>div>div{font-size:unset!important;font-size:normal!important}}@media screen and (max-width:700px){.search__property{flex-direction:column!important;row-gap:10px!important}.search__property>button,.search__property>input{width:100%!important}}@media screen and (max-width:480px){.toggle__property>div{flex-direction:column;width:90%}}