:root {
    --as-purple: #585aa2;
    --as-purple-light: #a7aaff;
    --as-purple-dark: #38386d;
    --as-purple-fade: #cacadc;
}

::placeholder {
    color: #00000055 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #00000055 !important;
}

::-ms-input-placeholder {
    color: #00000055 !important;
}

.as-mb-block {
    margin-bottom: 60px;
}

.wrapper {
    background: #00000005;
}

nav.template-main-menu>ul>li>a {
    text-transform: none;
}

.as-h1-homepage,
.as-h1-page {
    color: #70778a;
    text-align: right;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    margin: 0;
}

.as-h1-homepage {
    color: #9c9cc5;
}

.sticky .as-h1-homepage {
    display: none;
}

.as-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.2;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
}

.as-box {
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0px 4px 18px 0px rgb(194 200 213 / 30%);
    padding: 30px 30px 30px 30px;
}

.as-title.purple {
    color: var(--as-purple);
}

.as-title.mb-0 {
    margin-bottom: 0;
}

.as-title-contact-agent {
    text-align: right;
    font-size: 34px;
    font-weight: 400;
    color: #ffffff;
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.2;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
}

.as-title-h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: var(--font-family-heading);
    margin: 0 0 25px 0;
    color: #212121;
}

.as-title-h3.white {
    color: #fff;
    padding-top: 10px;
}

.as-btn {
    display: inline-block;
    background-color: var(--rt-primary-color);
    color: #fff;
    padding: 10px 30px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.as-btn:hover {
    color: #fff;
}

.as-btn-w-max {
    max-width: 300px;
}

.as-btn:after {
    content: '';
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.as-btn:hover::after {
    visibility: visible;
    opacity: 1;
    width: 100%;
    left: 0;
}

.mean-bar {
    background-color: var(--as-purple);
}

.header-menu.menu-layout1 {
    background-color: var(--as-purple);
}

.header-menu.menu-layout1.rt-sticky {
    background-color: var(--as-purple);
}

.as-logo {
    min-height: 65px;
}

.as-logo-mobile {
    height: 50px;
    min-height: 50px;
}

.as-logo-footer {
    width: 100%;
    max-width: 220px;
}

nav.template-main-menu>ul>li ul.dropdown-menu-col-1 {
    width: 280px;
}

nav.template-main-menu>ul>li ul.dropdown-menu-col-1 li a {
    text-transform: none;
}

nav.template-main-menu>ul>li>a {
    color: var(--as-purple-fade);
}

.header-menu nav.template-main-menu>ul>li>a:hover {
    color: #fff;
}

nav.template-main-menu>ul>li>a.active {
    color: #fff;
}

.header-menu.menu-layout1 nav.template-main-menu>ul>li.as-flag-wrap {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
}

.header-menu.menu-layout1 nav.template-main-menu>ul>li.as-flag-wrap>a {
    padding: 0;
}

li.as-flag-wrap>a img.as-flag {
    max-width: 50px;
    margin-right: 10px;
    outline: 1px solid #fff3;
    opacity: 0.6;
    transform: scale(1);
    transition: all 300ms ease-in-out;
}

li.as-flag-wrap>a img.as-flag:hover {
    opacity: 1;
    transform: scale(1);
}

li.as-flag-wrap>a img.as-flag.actif {
    opacity: 1;
    transform: scale(1);
    outline: 1px solid #fff8;
}

nav.template-main-menu>ul>li.as-flag-wrap>a:after {
    display: none;
}

.as-main-banner {
    display: grid;
    place-content: center;
    min-height: 80vh;
}

.as-main-banner .main-banner-box1 .item-title {
    font-size: 60px;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
}

.as-main-search {
    padding: 200px 0;
    background-color: var(--as-purple-dark);
}

.as-main-search .main-banner-box1 .item-title {
    font-size: 34px;
    margin-bottom: 120px;
    font-weight: 400;
}

.as-main-search .filter-btn {
    /* colo */
    background-color: #38386d;
}

.as-main-search .filter-btn.filter-btn-home {
    background-color: var(--as-purple-light);
}

.property-banner-wrap1 {
    display: grid;
    place-items: center;
    text-align: center;
    background-image: url(as_assets/bg_candidature.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.property-banner-wrap1 .container {
    max-width: 650px;
}

.heading-button {
    text-align: center;
}

.location-box2 .location-content {
    bottom: -15px;
    top: auto;
}

.location-box2 .item-img:before {
    height: 70px;
}

.location-box2 .item-img a,
.location-box2 .location-content .title-city a,
.location-box2 .item-img:before {
    cursor: default;
    pointer-events: none;
}

.as-wapper-banner {
    background-color: var(--as-purple-dark);
}

.newsletter-wrap2 {
    padding: 0 0 30px;
}

.newsletter-box2-wrapper {
    position: relative;
    overflow: hidden;
}

.newsletter-box2 {
    padding: 50px;
    margin-top: 0;
    background-color: var(--as-purple-dark);
    background-image: url(as_assets/bg_contact-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.3s ease-in-out;
}

.newsletter-box2:hover {
    transform: scale(1.02);
}

.footer-top-style {
    background-image: none;
    background-color: var(--as-purple);
}

.footer-top-style:after {
    display: none;
}

.footer-bottom-style-2 .copyright-area1 ul li a {
    color: #fff;
}

.footer-bottom-style-2 .copyright-area2 p {
    color: #f7f7f7;
}

.footer-contact .footer-location ul li a:hover,
.footer-link .item-link ul li a:hover {
    color: #fff;
}

.footer-bottom-style-2 {
    background-color: #000;
}

.footer-bottom .copyright-area1 ul li a:hover {
    color: var(--as-purple-light);
}

.property-box2 .item-content .item-categoery3 ul li {
    font-size: 15px;
}

.property-box2 .item-content .item-categoery3 ul li iconify-icon {
    color: var(--as-purple);
    line-height: 35px;
    font-size: 25px;
    padding-right: 10px;
}

.as-wrap,
.as-offer-wrap {
    padding: 100px 0;
}

.heading-button .heading-btn.inv {
    color: var(--rt-primary-color);
    background: #fff;
    border: 1px solid var(--as-purple);
}

#back-to-top:hover {
    color: var(--rt-primary-color);
    background-color: #fff;
}

.as-head-search {
    padding: 100px 0 0;
}

.as-head-search .box .box-top .as-item-search {
    overflow: visible;
}

.as-head-search .box .box-top .as-item-search-select {
    flex: none;
    overflow: visible;
}

.single-listing-wrap1 {
    /* background-color: #fff; */
    background: transparent;
    padding-bottom: 100px;
}

.as-icons {
    display: flex;
    margin-right: 10px;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
}

.as-icons iconify-icon {
    color: var(--as-purple);
    line-height: 35px;
    font-size: 25px;
    padding-right: 10px;
}

.__autoitem {
    text-align: left;
    padding-left: 24px;
    font-size: 14px;
    color: #686868;
    background: #fff;
}

.__autoitem.selected,
.__autoitem.selected:hover {
    background-color: rgba(56, 56, 109, 0.2);
}

.filter-btn {
    border: 1px solid transparent;
}

.filter-btn:hover {
    background-color: var(--as-purple-dark);
}

.filter-btn:disabled,
.filter-btn.filter-btn-home:disabled {
    background-color: rgba(56, 56, 109, 0.2);
}

.property-box2 .item-content .verified-area .item-title {
    font-size: 17px;
}

.overview-area .item-title:not(:first-of-type) {
    margin-top: 40px;
}

ul.as-list li {
    display: block;
    margin-bottom: 10px;
    color: #70778b;
    font-size: 16px;
    font-weight: 400;
    padding-left: 55px;
    position: relative;
}

ul.as-list li:after {
    content: '';
    height: 7px;
    width: 7px;
    background-color: #70778b;
    border: none;
    border-radius: 50%;
    position: absolute;
    /* bottom: 8px; */
    left: 35px;
    top: 11px;
}

.as-form-agent .iti,
.as-form-agent #cv {
    width: 100%;
}

.as-form-agent .as-label {
    font-size: 13px;
}

.as-form-agent .as-label-small {
    font-size: 12px;
    font-style: italic;
    color: #0005;
}

.form-horizontal .form-group .form-check {
    position: relative;
    padding-left: 0;
}

.form-check-label {
    font-weight: 400;
    line-height: 20px;
    text-align: justify;
}

.map-form .form-group {
    position: relative;
    margin-bottom: 25px;
}

.as-check-label {
    padding-top: 5px;
}

.iti__country.iti__standard,
.iti__divider {
    display: none;
}

.single-property .single-listing-box1 .floor-plan-box {
    padding: 0;
}

.about-box3 {
    padding: 0px 0 0px 20px;
}

.about-box3 p {
    margin-bottom: 20px;
}

.single-property .single-listing-box1 .floor-plan-box .accordion .card .card-header .heading-title.collapsed:before {
    content: '\f078';
}

.single-property .single-listing-box1 .floor-plan-box .accordion .card .card-body {
    /* background-color: rgba(56, 56, 109, 0.04); */
    background-color: #fff;
}

.single-property .single-listing-box1 .floor-plan-box .accordion .card .card-header .heading-title {
    transition: all 0.1s ease-in-out;
}

.as-home-list .item {
    color: #fff;
    font-weight: 700;
    line-height: 36px;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0px;
}

.as-home-list .item a {
    color: #fff;
    transition: all 400ms ease-in-out;
}

.as-home-list .item.purple a {
    color: var(--as-purple);
}

.as-home-list .item a i {
    padding-right: 5px;
    font-size: 12px;
    transition: all 400ms ease-in-out;
}

.as-home-list .item a:hover i {
    padding-left: 3px;
    padding-right: 10px;
}

.team-wrap2 {
    padding: 100px 0px;
    border-bottom: 1px solid #e8e8e8;
}

.team-box1 {
    margin-bottom: 25px;
}

.team-box1 .item-img img {
    transition: transform 400ms ease-in-out;
}

.team-box1:hover .item-img img {
    transform: scale(1.1);
}

.as-metier-home {
    padding: 150px 0;
    background-color: var(--as-purple-dark);
}

.item-content .item-contact {
    margin-bottom: 5px;
}

.contact-box1 .contact-content .phone-box {
    padding-bottom: 26px;
}

.contact-box1 .contact-content .phone-box .phone-number {
    color: var(--as-purple);
    font-size: 20px;
    font-weight: 400;
}

.contact-box1 .contact-content .social-box .item-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}

.help-block.with-errors li {
    color: #a70000;
    font-size: 12px;
    line-height: 20px;
}

.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; */
    top: -8px;
    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;
}

@media only screen and (max-width: 991px) {
    .footer-title h3 {
        margin-bottom: 10px;
    }
    .as-main-banner .main-banner-box1 .item-title {
        font-size: 10vw;
    }
    .as-metier-home .col-4 {
        width: 100%;
    }
    .property-banner-wrap1 {
        height: auto !important;
        background-position: center left !important;
        background-image: url(as_assets/bg_candidature_small.jpg) !important;
    }
    .property-banner-wrap1::after {
        background-color: rgba(0, 0, 0, 0);
    }
    .as-title-contact-agent {
        text-align: center;
        font-size: 20px;
    }
    .as-mb-block-phone {
        margin-bottom: 10px;
    }
    .as-block-btn>div {
        margin-bottom: 20px;
    }
}

.controls.col-md-11 {
    width: 90%;
    line-height: 27px;
    padding-top: 5px;
}

@media only screen and (max-width: 767px) {
    .as-main-search .box .box-top,
    .as-head-search .box .box-top {
        display: flex;
    }
    .rld-single-input input {
        border-radius: 6px 0px 0px 6px;
        height: 62px;
        margin-bottom: 0;
    }
    /* .rld-single-input:after {
    display: block;
  } */
    .as-main-search .filter-btn:disabled,
    .as-main-search .filter-btn.filter-btn-home:disabled {
        background-color: rgba(255, 255, 255, 0.8);
    }
    .main-banner-box1 h2 span {
        display: block;
    }
    .control-label.col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .controls.col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    ul.as-list li {
        padding-left: 25px;
    }
    ul.as-list li:after {
        left: 10px;
    }
}