.as-header-fixe-1 {
    transform: translateY(0) !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: all !important;
}

.as-header-fixe-2 {
    display: none;
}

.header .header-logo {
    padding: 0;
}

.header.style-5 .header-inner-wrap {
    padding-top: 0;
}

.header .header-logo img,
#footer .footer-logo img {
    width: 100%;
    height: auto;
    transform: translateY(10px);
}

.header.header-sticky.style-5 .header-logo img {
    height: 70px;
    transform: translateY(0);
}

.tf-slider.style-3 .hero-thumbs-2 {
    height: 84%;
    margin-top: 7%;
}

@media (max-width: 1450px) {
    .header.style-5 .main-menu .navigation {
        margin-left: 0;
    }
    .tf-slider.style-3 .hero-thumbs-2 {
        margin-top: 12%;
    }
}

@media (max-width: 992px) {
    .tf-slider.style-3 .hero-thumbs-2 {
        height: 100%;
        margin-top: 0;
    }
    .tf-slider.style-3 .hero-thumbs-2 .property-wrap {
        height: auto;
    }
}

h1 {
    font-size: 40px;
    line-height: 46px;
}

.as-main h2 {
    font-size: 22px;
    line-height: 28px;
}

.as-main h3 {
    font-size: 18px;
    line-height: 24px;
}

.as-title-shadow {
    font-size: 50px;
    line-height: 56px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.as-list {
    margin: 20px 0 20px 15px;
    text-align: left;
}

.as-list li {
    margin-bottom: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: flex;
    align-items: start;
}

.as-list li::before {
    content: "\e918";
    font-family: "icomoon";
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    margin-right: 13px;
    width: 17px;
    height: 17px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--Primary);
    border-radius: 50%;
    flex: none;
    margin-top: 3px;
}

.section-selling-home.style-2 {
    padding-bottom: 104px;
}

.section-selling-home.style-2 .tf-grid-layout::after {
    display: none;
}

.as-bg-contact {
    background-image: url(as_assets/bg_contact.jpg);
    /* padding: 232px 0 294px; */
    background-size: cover;
    background-attachment: fixed;
}

.as-bg-services {
    background-image: url(as_assets/bg_services.jpg);
    /* padding: 232px 0 294px; */
    background-size: cover;
    background-attachment: fixed;
}

.as-bg-proprietaire {
    background-image: url(as_assets/bg_proprietaire.jpg);
    /* padding: 232px 0 294px; */
    background-size: cover;
    background-attachment: fixed;
}

.as-main {
    margin: 150px 0 0;
}

.as-main h3 {
    text-align: justify;
    font-size: 18px;
    line-height: 24px;
    margin: 25px 0 15px;
}

@media (min-width: 767px) {
    .text-5 {
        font-size: 26px;
        line-height: 34px;
    }
}

.description-1 a {
    color: var(--Primary);
    text-decoration: underline;
}

.description-1 h2 {
    margin-top: 40px;
}

.description-1 h2,
.description-1 h3 {
    margin-bottom: 25px;
}

.as-prop-grid>div>div {
    margin-bottom: 20px;
}

.box-overview .box-icon .content {
    display: grid;
    place-items: center start;
}

.description p {
    margin-bottom: 10px;
}

.text-1 p {
    font-size: 16px;
    line-height: 22.4px;
    margin-bottom: 15px;
}

.image-wrap.img-2 {
    max-width: 450px;
}

.page-title .text-display-3 {
    font-size: 79px;
    line-height: 70px;
}

@media (min-width: 992px) {
    .page-title.home10 .left {
        padding-top: 90px;
    }
    .tf-slider.style-3 .hero-thumbs-1 {
        /* margin-bottom: 0; */
    }
}

.box-house .price {
    padding-right: 20px;
}

.as-msg-error {
    display: block;
    color: red;
    font-weight: bold;
    margin: 0 0 35px;
}

@media (max-width: 992px) {
    .header.style-5 .header-inner-wrap {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1450px) {
    .header.style-5 .main-menu .navigation {
        margin-left: 0;
    }
}

.sticky-flag {
    cursor: pointer;
    position: fixed;
    top: 26.5%;
    right: 0;
    transform: translateY(-26.5%);
    font-size: 15px;
    border: 1px solid var(--Primary);
    border-right: 0;
    padding: 5px;
    width: 80px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all 0.5s ease-in-out;
    z-index: 999;
}

.sticky-flag .sticky-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    border-top-left-radius: 5px;
    background-color: var(--Primary);
    transition: all 0.5s ease-in-out;
}

.sticky-flag .sticky-icon i {
    color: #fff;
    font-size: 25px;
}

.sticky-flag .sticky-icon img {
    padding: 10px;
}

.sticky-flag:hover {
    width: 90px;
}

.sticky-flag p {
    text-align: center;
    background-color: var(--Primary);
    color: #fff;
    font-size: 11px;
    line-height: 11px;
    padding-bottom: 10px;
    border-bottom-left-radius: 5px;
}

.check {
    cursor: pointer;
    position: relative;
    margin: auto;
    width: 18px;
    height: 18px;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
    padding: 0 25px 0 0;
    float: left;
}

.check:before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(34, 50, 84, 0.03);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.check svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #c8ccd4;
    stroke-width: 1.5;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
}

.check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}

.check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}

.check:hover:before {
    opacity: 1;
}

.check:hover svg {
    stroke: #91ee17;
}

#cbx:checked+.check svg {
    stroke: #91ee17;
}

#cbx:checked+.check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}

#cbx:checked+.check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}