@media only screen and (max-width:1650px){
body{zoom:.8}
}
@media only screen and (max-width:1200px){
body{zoom:1}
.homePropertyImg {
    width: 480px;
    right: -40px;
    top: 40px;
}.homeContactBar {
    width: 100%;
    margin: 0px;
}
}
@media only screen and (max-width:1000px){

.homeColXl{width:100%}
.homeColSm{position:relative;width:100%}
.homeSect1{height:auto;padding:40px 0}
.homeAbout{padding-block:70px}
.homePropertyText{width:100%;margin-bottom: 0px;}
.homePropertyImg{width: 80%;top: 30px;position: relative;right: 0px;margin: auto;}
.homeContactBar{padding:32px 60px}
.homeContactBar>ul{flex-direction:column;width:100%}
.homeContactBar>ul>li{margin-right:0;padding-right:0;padding-bottom:20px;margin-bottom:20px;border-right:none;border-bottom:solid 1px #c3cce3}
.homeContactBar>ul>li>a{align-items:flex-start;gap:8px}
.homeContactBar>ul>li>a>span{font-size:28px}
.homeContactBar>strong{font-size:32px}
.infoText{flex-direction:column;gap:36px}
.homeInfoSect{padding-top:140px}
.infoText>p{font-size:18px}
.footer{padding-block:32px}
.copyright{font-size:14px}
.homePropertyText>strong{font-size:36px;margin-bottom:32px}
.homePropertyText>ul>li>.text>p{font-size:18px}
.homeAboutText>p{font-size:20px}
.homeImg{margin-bottom: -140px;position: relative;left: 0px;margin-top: 50px;width: 110%;margin-left: -10%;}
.homeForm{width:90%;margin:auto;margin-top:80px}
}
@media only screen and (max-width:600px){
.homeLogo{width:200px}
.homeSlogan{margin-top:40px;margin-bottom:40px}
.homeSlogan>strong{font-size:24px;line-height:35px}
.homeSlogan>p{font-size:18px}
.homeForm{padding:22px}
.homeForm>.title{font-size:18px;margin-bottom:16px;line-height:24px}
.homeForm>form>ul>li>label{font-size:12px}
.inputDefault{height:38px;font-size:12px}
.homeForm>form>ul>li{gap:4px}
textarea.inputDefault{height:60px}
.checkboxInner{font-size:12px;gap:8px}
.checkboxInner>label{width:calc(100% - 18px - 8px)}
.submit{height:46px;font-size:14px}
.homeForm>form>ul{gap:12px}
.homeAboutText>strong{font-size:24px;line-height:32px;margin-bottom:14px}
.homeAbout{padding-block:40px}
.homeAboutText>p{font-size:16px;line-height:24px;margin-bottom:18px}
.homePropertyText>strong{font-size:24px;line-height:32px}
.homeProperty{padding-top:36px}
.homePropertyText>ul>li>.text>span{font-size:20px;margin-bottom:3px}
.homePropertyText>ul>li>.text>p{font-size:14px;line-height:22px}
.homePropertyText>ul{gap:24px}
.homeContactBar{padding:24px;gap:24px}
.homeContactBar>strong{font-size:24px;line-height:32px}
.homeContactBar>ul>li>a>strong{font-size:16px;line-height:16px}
.homeContactBar>ul>li>a>span{font-size:22px;gap:8px}
.homeContactBar>ul>li>a>span>i{display:block;width:24px}
.homeContactBar>ul>li{padding-bottom:10px}
.homeInfoSect{padding-top: 30px;padding-bottom:30px}
.infoText>p{font-size:14px;line-height:21px}
.infoText{gap:24px}
.homePropertyText>ul>li>.icon{width:60px}
.homePropertyText>ul>li>.text{width:calc(100% - 60px)}
.footer>.container{flex-direction:column-reverse;gap:20px}
}