@media (max-width: 991.98px) {
    .home8-cta-img {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }
}

.home8-cta-img2 {
  right: 0;
  position: absolute;
  width: 45%;
  top: 0;
}
@media (max-width: 1199.98px) {
  .home8-cta-img2 {
    top: 22%;
  }
}
@media (max-width: 767.98px) {
  .home8-cta-img2 {
    left: 15%;
    position: relative;
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .home8-cta-img2 {
    left: 5px;
    width: 96%;
  }
}

.home10-cta-img {
  right: 8%;
  top: 5%;
  z-index: 0;
}
@media (max-width: 1199.98px) {
  .home10-cta-img {
    right: 0;
    top: 15%;
  }
}
@media (max-width: 991.98px) {
  .home10-cta-img {
    bottom: 0;
    top: auto;
  }
}

.home11-cta-2 {
  background-image: url(../images/background/home11-cta-2.png);
}

.home11-cta-3 {
  background-image: url(../images/background/home11-cta-3.png);
  display: flex;
  align-items: center;
  height: 500px;
}
@media (max-width: 767.98px) {
  .home11-cta-3 {
    height: auto;
  }
}
.home11-cta-3.at-home13 {
  background-image: url(../images/background/home13-cta-1.png);
}
.home11-cta-3.at-home15 {
  background-image: inherit;
}
.home11-cta-3.at-home20 {
  background-color: #5BBB7B;
  background-image: inherit;
}

.home11-ctaimg-v3 {
  bottom: 0;
  position: absolute;
}
.home11-ctaimg-v3.at-home15 {
  z-index: 1;
}

.home13-ctaimg-v1 {
  position: absolute;
  top: -60px;
}

.home15-ctaimg-v2 {
  position: absolute;
  top: -100px;
  z-index: 0;
}
.home15-ctaimg-v2.at-home17 {
  right: 70px;
  top: 0;
  transform: rotate(55deg);
}
.home15-ctaimg-v2.at-home20 {
  margin-left: -40px;
  top: -30px;
  z-index: 0;
}

/*	Error Pages Styles  */
.error_page_content .erro_code {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 700;
  line-height: 289px;
  font-size: 200px;
}
@media (max-width: 575.98px) {
  .error_page_content .erro_code {
    font-size: 150px;
  }
}

/*	Iconbox Styles  */
.iconbox-style1 {
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 40px 25px 10px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}

    .iconbox-style1 .icon {
        color: #1E7791;
        display: inline-block;
        font-size: 40px;
        position: relative;
        z-index: 1;
    }
    .iconbox-style1 .icon:before {
        background-color: #E9FAF5;
        border-radius: 50%;
        bottom: -10px;
        content: "";
        height: 40px;
        position: absolute;
        right: -20px;
        width: 40px;
        z-index: -1;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
.iconbox-style1 .thumb img {
  max-height: 160px;
}
.iconbox-style1 .title {
  margin-bottom: 5px;
}
.iconbox-style1:hover {
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}
.iconbox-style1.contact-style {
  border: none;
  padding: 0;
}
.iconbox-style1.contact-style .details {
  padding-left: 35px;
}
.iconbox-style1.contact-style:hover {
  box-shadow: none;
}
.iconbox-style1.border-less {
  border: none;
}
.iconbox-style1.border-less:hover {
  box-shadow: none;
}
.iconbox-style1.at-home4 .icon {
  border-radius: 50%;
  -webkit-box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
  -moz-box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
  -o-box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
  box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
  display: inline-block;
  height: 110px;
  line-height: 120px;
  margin-bottom: 20px;
  width: 110px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.iconbox-style1.at-home4:hover {
  box-shadow: none;
}
.iconbox-style1.at-home4:hover .icon {
/*  background-color: #5BBB7B;
*/  box-shadow: none;
  color: #ffffff;
}
.iconbox-style1.at-home5:hover {
  box-shadow: none;
}
.iconbox-style1.at-home6 .icon {
  color: #CBEFD2;
}
.iconbox-style1.at-home7 {
  border-radius: 0;
}
.iconbox-style1.at-home7:hover {
  border: 1px solid #222222;
  -webkit-box-shadow: 10px 10px 0px #FFEDE8;
  -moz-box-shadow: 10px 10px 0px #FFEDE8;
  -o-box-shadow: 10px 10px 0px #FFEDE8;
  box-shadow: 10px 10px 0px #FFEDE8;
}
.iconbox-style1.at-home11 .icon {
  background-color: #E5F0E3;
  border-radius: 50%;
  color: #325854;
  display: inline-block;
  font-size: 30px;
  height: 70px;
  line-height: 80px;
  margin-bottom: 20px;
  width: 70px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.iconbox-style1.at-home11:hover {
  box-shadow: none;
}
.iconbox-style1.at-home11:hover .icon {
  background-color: #325854;
  box-shadow: none;
  color: #E5F0E3;
}
.iconbox-style1.at-home11-v2 .icon:before {
  background-color: #F9FBFA;
}
.iconbox-style1.at-home11-v2:hover {
  background-color: #266464;
}
.iconbox-style1.at-home11-v2:hover .icon {
  color: #ffffff;
}
.iconbox-style1.at-home11-v2:hover .icon:before {
  background-color: rgba(255, 255, 255, 0.07);
}
.iconbox-style1.at-home11-v2:hover .text,
.iconbox-style1.at-home11-v2:hover .title {
  color: #ffffff;
}
.iconbox-style1.at-home12 .icon {
  background-color: transparent;
  border: 1px solid #E9E9E9;
  border-radius: 50%;
  display: inline-block;
  height: 110px;
  line-height: 120px;
  margin-bottom: 20px;
  width: 110px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.iconbox-style1.at-home12:hover {
  box-shadow: none;
}
.iconbox-style1.at-home12:hover .icon {
  background-color: #222222;
  box-shadow: none;
  color: #ffffff;
}
.iconbox-style1.at-home12-v2 {
  box-shadow: none;
}
.iconbox-style1.at-home12-v2:hover .icon:before {
  background-color: #EAFAC1;
}
.iconbox-style1.at-home13-v1 {
  box-shadow: none;
}
.iconbox-style1.at-home13-v1 .icon:before {
  display: none;
}
.iconbox-style1.at-home14-v1 {
  box-shadow: none;
}
.iconbox-style1.at-home14-v1 .icon:before {
  display: none;
}
.iconbox-style1.at-home14-v1:before {
  background-color: #222222;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  top: 0;
  width: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.iconbox-style1.at-home14-v1:hover:before {
  left: 0;
  width: 100%;
}
.iconbox-style1.at-home14-v2 .icon {
  background-color: #FFEDE8;
  border-radius: 50%;
  display: inline-block;
  height: 110px;
  line-height: 120px;
  margin-bottom: 20px;
  width: 110px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.iconbox-style1.at-home14-v2:hover {
  box-shadow: none;
}
.iconbox-style1.at-home14-v2:hover .icon {
  background-color: #222222;
  box-shadow: none;
  color: #ffffff;
}
.iconbox-style1.after_style {
  position: relative;
}
.iconbox-style1.after_style:before {
  background-color: #E9E9E9;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: -28%;
  width: 160px;
  top: 25%;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .iconbox-style1.after_style:before {
    display: none;
  }
}
.iconbox-style1.at-home15:hover {
  background-color: #168882;
}
.iconbox-style1.at-home15:hover .icon:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.iconbox-style1.at-home15:hover .icon,
.iconbox-style1.at-home15:hover p,
.iconbox-style1.at-home15:hover .title {
  color: #ffffff;
}
.iconbox-style1.at-home17-v1 .icon {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 50%;
  display: inline-block;
  height: 110px;
  line-height: 120px;
  margin-bottom: 20px;
  width: 110px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.iconbox-style1.at-home17-v1:hover {
  box-shadow: none;
}
.iconbox-style1.at-home17-v1:hover .icon {
  background-color: #222222;
  box-shadow: none;
  color: #ffffff;
}
.iconbox-style1.at-home17-v2 {
  background-color: #FFEDE8;
}
.iconbox-style1.at-home17-v2 .icon:before {
  background-color: #F9FBFA;
}
.iconbox-style1.at-home17-v2:hover {
  background-color: #222222;
}
.iconbox-style1.at-home17-v2:hover .icon {
  color: #ffffff;
}
.iconbox-style1.at-home17-v2:hover .icon:before {
  background-color: rgba(255, 255, 255, 0.07);
}
.iconbox-style1.at-home17-v2:hover .text,
.iconbox-style1.at-home17-v2:hover .title {
  color: #ffffff;
}
.iconbox-style1.at-home19:hover {
  background-color: #F1FCFA;
  border: 1px solid transparent;
  box-shadow: none;
}

.iconbox-small1 {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 25px 55px 20px 35px;
  position: absolute;
  top: 130px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .iconbox-small1 {
    position: relative;
    top: 0;
  }
}
.iconbox-small1 .icon {
  background-color: #5BBB7B;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  height: 50px;
  left: -25px;
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: -25px;
  width: 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.iconbox-small1:hover .icon {
  background-color: #1F4B3F;
}
.iconbox-small1.at-home1 {
  left: -45px;
}
@media (max-width: 1550px) {
  .iconbox-small1.at-home1 {
    left: -10px;
  }
}
@media (max-width: 1440px) {
  .iconbox-small1.at-home1 {
    left: 0;
  }
}

.iconbox-small2 {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 25px 55px 20px 35px;
  position: absolute;
  right: -30px;
  top: 200px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .iconbox-small2 {
    right: 0;
  }
}
@media (max-width: 575.98px) {
  .iconbox-small2 {
    position: relative;
    top: 30px;
  }
}
.iconbox-small2 .icon {
  background-color: #5BBB7B;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  height: 50px;
  left: -25px;
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: -25px;
  width: 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.iconbox-small2:hover .icon {
  background-color: #1F4B3F;
}

.iconbox-style2 {
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 60px 35px 20px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991.98px) {
  .iconbox-style2 {
    padding: 60px 25px 20px;
  }
}
.iconbox-style2.active, .iconbox-style2:hover {
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}
.iconbox-style2 .icon {
  margin-bottom: 25px;
}
.iconbox-style2 .title {
  margin-bottom: 12px;
}
.iconbox-style2 .text {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  margin-bottom: 25px;
}

.iconbox-style3 {
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 60px 35px 20px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991.98px) {
  .iconbox-style3 {
    padding: 60px 25px 20px;
  }
}
.iconbox-style3.active, .iconbox-style3:hover {
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}
.iconbox-style3 img {
  max-height: 150px;
}
.iconbox-style3 .icon {
  margin-bottom: 25px;
}
.iconbox-style3 .title {
  margin-bottom: 12px;
}
.iconbox-style3 .text {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  margin-bottom: 25px;
}

.iconbox-style4 {
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.iconbox-style4 .icon {
  background-color: rgba(91, 187, 123, 0.07);
  border-radius: 50%;
  color: var(--headings-color);
  display: block;
  font-size: 30px;
  height: 70px;
  line-height: 75px;
  margin-bottom: 15px;
  text-align: center;
  width: 70px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.iconbox-style4 .title {
  margin-bottom: 5px;
}
.iconbox-style4:hover {
  background-color: #5BBB7B;
}
.iconbox-style4:hover .title,
.iconbox-style4:hover .text,
.iconbox-style4:hover .icon {
  color: #ffffff;
}
.iconbox-style4:hover .icon {
  background-color: rgba(255, 255, 255, 0.1);
}

.iconbox-style5 {
  background-color: #ffffff;
  bottom: 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  max-width: 210px;
  padding: 20px;
  position: absolute;
  right: -50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991.98px) {
  .iconbox-style5 {
    right: -10px;
  }
}
.iconbox-style5 .icon {
  background-color: #5BBB7B;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 24px;
  height: 60px;
  line-height: 65px;
  text-align: center;
  width: 60px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.iconbox-style5 .title {
  margin-bottom: 5px;
}
.iconbox-style5:hover {
  background-color: #5BBB7B;
}
.iconbox-style5:hover .title,
.iconbox-style5:hover .text,
.iconbox-style5:hover .icon {
  color: #ffffff;
}
.iconbox-style5:hover .icon {
  background-color: rgba(255, 255, 255, 0.1);
}

.iconbox-style6 {
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 45px 30px 20px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.iconbox-style6 .title {
  color: #5BBB7B;
}
.iconbox-style6 .icon {
  color: #5BBB7B;
  font-size: 36px;
  position: absolute;
  right: 30px;
  top: 17px;
}
.iconbox-style6 .iconbox-text {
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 13px;
}
.iconbox-style6:hover {
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}

.iconbox-style7 {
  background-color: #ffffff;
  bottom: 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  max-width: 210px;
  padding: 20px;
  position: absolute;
  right: -50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991.98px) {
  .iconbox-style7 {
    right: -10px;
  }
}
.iconbox-style7 .icon {
  background-color: #222222;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 24px;
  height: 60px;
  line-height: 65px;
  text-align: center;
  width: 60px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.iconbox-style7 .title {
  margin-bottom: 5px;
}
.iconbox-style7:hover {
  background-color: #5BBB7B;
}
.iconbox-style7:hover .title,
.iconbox-style7:hover .text,
.iconbox-style7:hover .icon {
  color: #ffffff;
}
.iconbox-style7:hover .icon {
  background-color: rgba(255, 255, 255, 0.1);
}

.iconbox-style9 {
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.iconbox-style9 .icon {
  color: #1F4B3F;
  display: block;
  font-size: 40px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.apartment-category {
  background-color: #F7F7F7;
  border: 1px solid #F7F7F7;
  border-radius: 70px;
  margin-bottom: 30px;
  padding: 10px 30px 10px 10px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.apartment-category .icon {
  background-color: #ffffff;
  border-radius: 50%;
  color: var(--headings-color);
  font-size: 20px;
  height: 50px;
  line-height: 55px;
  text-align: center;
  width: 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.apartment-category .title {
  margin-left: 12px;
}
.apartment-category:hover {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}
.apartment-category:hover .icon {
  background-color: #5BBB7B;
  color: #ffffff;
}

.feature-style1 {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.feature-style1 .feature-img {
  position: relative;
}
.feature-style1 img {
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.feature-style1 .feature-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.feature-style1 .title,
.feature-style1 .text,
.feature-style1 .ud-btn2 {
  color: #ffffff;
}
.feature-style1 .ud-btn2 {
  font-size: 14px;
  font-weight: 400;
}
.feature-style1 .top-area {
  padding-left: 30px;
  position: absolute;
  bottom: 35px;
}
.feature-style1:hover .feature-content {
  background-color: rgba(34, 34, 34, 0.6);
}
.feature-style1:hover img {
  transform: scale(1.1) rotate(-1deg);
}
.feature-style1:hover.at-home13 .feature-content {
  background-color: transparent;
}
.feature-style1.at-home13 .feature-content .review {
  position: absolute;
  right: 30px;
  top: 40px;
}

.feature-style2 {
  position: relative;
}
.feature-style2 .feature-img {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.feature-style2 img {
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.feature-style2 .title,
.feature-style2 .text {
  color: var(--headings-color);
  font-family: var(--title-font-family);
}
.feature-style2:hover img {
  transform: scale(1.1) rotate(-1deg);
}

.feature-style3 {
  position: relative;
}
.feature-style3 .feature-img {
  overflow: hidden;
  position: relative;
}
.feature-style3 img {
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.feature-style3 .feature-content {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.feature-style3:hover img {
  transform: scale(1.1) rotate(-1deg);
}

.why-chose-list {
  position: relative;
}
.why-chose-list .list-one {
  position: relative;
}
.why-chose-list .list-one .list-icon {
  color: #1F4B3F;
  display: block;
  font-size: 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.why-chose-list.style2 .list-one:hover .list-icon {
  background-color: rgba(91, 187, 123, 0.6);
  color: #ffffff;
}
.why-chose-list.style2 .list-icon {
  color: var(--headings-color);
}
.why-chose-list.style3 .list-icon {
  background-color: #F7F7F7;
}
.why-chose-list.style3 .list-icon {
  color: var(--headings-color);
}
.why-chose-list.at-home5 .list-icon:after {
  background-color: #FBF7ED;
  border-radius: 50%;
  content: "";
  height: 30px;
  position: absolute;
  width: 30px;
  left: 10px;
  z-index: -1;
  top: 10px;
}

.home9-city-style {
  position: relative;
  padding: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home9-city-style:hover {
  border-radius: 4px;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}

/*	All Type Of Forms Styles  */
.form-style1 {
  position: relative;
}
.form-style1 .form-control {
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  box-shadow: none;
  font-size: 15px;
  height: 55px;
  outline: none;
  padding-left: 15px;
}
.form-style1 .form-control::placeholder {
  color: #697488;
  font-family: var(--title-font-family);
}
.form-style1 .form-control.active, .form-style1 .form-control:focus {
  border: 2px solid #1F4B3F;
  color: var(--headings-color);
}
.form-style1 .form-label {
  font-family: var(--title-font-family);
}
.form-style1 .custom_checkbox {
  line-height: 26px;
}
.form-style1 .custom_checkbox .checkmark {
  top: 7px;
}

.form-style2 {
  position: relative;
}
.form-style2 .form-control {
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  box-shadow: none;
  height: 50px;
  outline: none;
  padding-left: 15px;
}
.form-style2 .form-control:placeholder {
  color: #697488;
  font-family: var(--title-font-family);
}
.form-style2 .form-control.active, .form-style2 .form-control:focus {
  border: 2px solid var(--headings-color);
}
.form-style2 .form-label {
  font-family: var(--title-font-family);
}

textarea {
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  height: auto;
  width: 100%;
  padding: 25px 20px;
}

.form-control {
  border-radius: 8px;
  border: 2px solid transparent;
  box-shadow: none;
  height: 55px;
  outline: 1px solid #E9E9E9;
  padding-left: 20px;
}
.form-control:placeholder {
  color: #697488;
  font-family: var(--title-font-family);
}
.action-btn:disabled,
.ud-btn:disabled,
.btn-outline-danger:disabled,
.ud-btn.btn-outline-danger:disabled,
.ud-btn:disabled::before {
    background-color: #ddd !important;
    border: none !important;
    color: #333 !important;
    background: #ddd !important;
    font-weight: normal !important;
    transition: none !important;
    transform: none !important;
}
    .action-btn:disabled:hover,
    .btn-outline-danger:disabled:hover,
    .ud-btn.btn-outline-danger:disabled:hover,
    .btn-thm-border:disabled:hover,
    .ud-btn:disabled:hover::before {
        background-color: #dedcdc !important;
        border: none !important;
        color: #333 !important;
        background: #dedcdc !important;
        font-weight: normal !important;
        transition: none !important;
        transform:none !important;
    }

