*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*:focus {
    outline: none !important;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 1.4;
}
a {
    color: #333;
    text-decoration: none;
}
p {
    margin-bottom: 1rem;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 5px 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.enquiry_btn {
    font-size: 15px;
    border: 1px solid #f0470a;
    border-radius: 4px;
    background-color: #f0470a;
    color: #fff;
    padding: 8px 27px;
    cursor: pointer;
}
.enquiry_btn:hover {
    background-color: #fff;
    color: #f0470a;
}
.btn-xl {
    font-size: 20px;
    display: block;
    width: 100%;
}
.mt-auto {
    margin-top: auto;
}
.d-none {
    display: none !important;
}
.clearfix {
    clear: both;
}
.filter_new_lan > p {
    margin: 20px 0 0 0;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 8px;
    text-align: center;
    /*float: left;*/
    width: 100%;
}
#property-list .empty {
    font-size: 16px;
    padding: 15px;
    color: #e36363;
    text-align: center;
}

/**container**/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    overscroll-behavior-y: contain;
}
/*main-menu -> bar menu mobile*/
@media (min-width: 768px) {
    .main-menu-mobile {
        display: none;
    }
}
@media (max-width: 767px) {
    .main-menu-mobile {
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #eee;
        background: #fff;
        z-index: 9;
    }
    .main-menu-mobile__logo {
        margin: 0 15px;
    }
    .main-menu-mobile__logo img {
        width: auto !important;
        height: 30px !important;
    }
    .toggle-menu {
        order: 3;
        height: 60px;
        flex: 0 0 60px;
        width: 60px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 8;
        border-radius: 4px;
    }
    .toggle-menu__item {
        background: #5b8bd5;
        display: block;
        width: 30px;
        height: 2px;
        margin: 2px auto;
        position: relative;
    }
    .wsoffcanvasopenerbody .toggle-menu__item {
        background: #fff;
    }
    .wsoffcanvasopenerbody .toggle-menu__item--hide {
        display: none;
    }
    .wsoffcanvasopenerbody .toggle-menu__item--left {
        transform: rotate(45deg);
    }
    .wsoffcanvasopenerbody .toggle-menu__item--right {
        transform: rotate(-45deg);
        margin-top: -4px;
    }
}
/*main-menu -> open menu mobile*/
@media (max-width: 767px) {
    .wrapper {
        transition: all 0.4s ease;
        width: 100%;
    }
    .wsoffcanvasopenerbody .wrapper {
        margin-left: -300px;
    }
    #overlap-black-bg {
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 7;
        display: none;
    }
    .wsoffcanvasopenerbody #overlap-black-bg {
        display: block;
    }
}
/*main-menu*/
.main-menu {
    background: #fff;
}
@media (min-width: 767px) {
    .main-menu {
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #eee;
        display: flex;
        flex-wrap: wrap;
        position: sticky;
        top: 0;
        z-index: 9;
    }
}
@media (max-width: 768px) {
    .main-menu {
        background: #fff;
        width: 300px;
        padding-bottom: 100px;
        transition: all 0.4s ease;
        position: fixed;
        top: 0;
        right: -300px;
        z-index: 1000;
        font-size: 14px;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        visibility: hidden;
    }
    .wsoffcanvasopenerbody .main-menu {
        right: 0;
        visibility: visible;
    }
}
/*main-menu -> logo*/
@media (min-width: 768px) {
    .main-menu__logo {
        list-style: none;
        margin: 0 10px;
        display: flex;
        align-items: center;
    }
}
@media (max-width: 767px) {
    .main-menu__logo {
        background-image: url(/images/nav-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 25px 0;
    }
    .main-menu__logo img {
        filter: brightness(0) invert(1);
    }
}
/*main-menu -> logo -> link*/
.main-menu__logo__link {
    display: flex;
}
.main-menu__logo__link img {
    width: auto !important;
    height: 30px !important;
}
/*main-menu -> title*/
@media (min-width: 768px) {
    .main-menu__title {
        display: none;
        list-style: none;
    }
}
@media (max-width: 767px) {
    .main-menu__title {
        color: #908e8e;
        padding: 13px 15px 0 15px;
        font-size: 12px;
    }
    .main-menu__title--web-page {
        border-top: 1px solid #eee;
    }
}

/*main-menu -> li (item)*/
.main-menu__item {
    list-style: none;
    display: flex;
    align-items: center;
    position: relative;
}
@media (min-width: 768px) {
    .main-menu__item {
        padding: 12px 5px;
    }
}
@media (max-width: 767px) {
    .main-menu__item {
        padding: 0;
        flex-direction: column;
    }
}
.main-menu__item__link {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #666;
}
@media (min-width: 768px) {
    .main-menu__item-procedures {
        list-style: none;
        display: flex;
        align-items: center;
    }
    .main-menu__item-procedures:hover .main-menu__item__link {
        background: #5b8bd5;
        color: #fff;
    }
    .main-menu__item__link {
        border-radius: 4px;
        padding: 8px 10px;
    }
    .main-menu__item:hover .main-menu__item__link {
        background: #5b8bd5;
        color: #fff;
    }
}
@media (max-width: 767px) {
    .main-menu__item__link {
        padding: 10px 15px;
        font-size: 14px;
        width: 100%;
        flex: 0 0 100%;
        justify-content: space-between;
    }
}

@media (min-width: 767px) {
    .main-menu-icon-dropdown {
        display: none;
    }
}
@media (max-width: 767px) {
    .main-menu-icon-dropdown {
        border: solid #5b8bd5;
        border-width: 0 1px 1px 0;
        display: inline-block;
        transform: rotate(45deg);
        margin: 0 5px;
        padding: 3px;
        transition: all 0.4s ease;
    }
    .open-mega-menu .main-menu-icon-dropdown {
        transform: rotate(225deg);
    }
    .main-menu__item-currency .main-menu-icon-dropdown {
        display: none;
    }
}
.freeQuoteTop {
    padding: 5px 8px;
    color: #eee;
    font-size: 13px;
    border-radius: 4px;
    font-weight: 600;
    white-space: normal;
    line-height: 18px;
}
.freeQuoteTopNavItem:hover {
    background-color: #f0470a !important;
    border-color: #f0470a !important;
}
.main-menu__item-free-quote {
    margin-left: 0px !important;
}
/*main-menu -> li (item) -> currency*/
.main-menu__item-currency,
.main-menu__item-free-quote {
    order: 20;
    margin-left: auto;
    list-style: none;
    display: flex;
    align-items: center;
    position: relative;
}
.main-menu__item-currency__link {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}
@media (min-width: 768px) {
    .main-menu__item-currency {
        margin: 0 5px 0 auto;
    }
    .main-menu__item-currency__link {
        border-radius: 4px;
        padding: 8px 10px;
        font-weight: 600;
    }
    .main-menu__item-currency:hover .main-menu__item-currency__link {
        color: #fff;
        background: #5b8bd5;
    }
}
@media (max-width: 767px) {
    .main-menu__item-currency__link {
        padding: 10px 15px;
        width: 100%;
        justify-content: space-between;
        font-size: 14px;
        font-weight: 600;
        color: #666;
    }
}

.mega-menu-currency {
    background: #fff;
    flex-wrap: wrap;
    z-index: 9;
    display: none;
}
.main-menu__item-currency:hover .mega-menu-currency {
    display: flex;
}
.mega-menu-currency__item {
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mega-menu-currency__item:hover {
    background: #eee;
}
.mega-menu-currency__item.active {
    background: #5b8bd5;
    color: #fff;
}
@media (min-width: 768px) {
    .mega-menu-currency {
        padding: 10px;
        position: absolute;
        right: 0;
        top: 100%;
        width: 650px;
        border-radius: 4px;
        box-shadow: -2px 6px 25px -5px rgba(0, 0, 0, 0.42);
        border: 1px solid #eee;
    }
    .mega-menu-currency__item {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        border-radius: 4px;
        display: flow-root;
        padding: 5px 10px;
        margin: 1px 0;
    }
    .current-currency,
    .close-currency {
        display: none;
    }
}
@media (max-width: 767px) {
    .mega-menu-currency {
        position: fixed;
        width: 100%;
        top: 0;
        height: 100vh;
        background: #fff;
        z-index: 1001;
        display: flex;
        right: -100%;
        transition: all 0.4s ease;
        overflow: auto;
        padding-bottom: 300px;
        visibility: hidden;
    }
    .mega-menu-currency__item {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px 15px;
        border-top: 1px solid #ddd;
    }
    .open-mega-menu-currency .mega-menu-currency {
        right: 0;
        visibility: visible;
    }
    .current-currency {
        display: block;
    }
    .close-currency {
        width: 100%;
        padding: 15px;
        text-align: center;
        font-size: 16px;
        position: relative;
    }
    .close-currency__icon {
        left: 0;
        transform: rotate(90deg);
        content: "";
        position: absolute;
        top: 0;
        background: url(/images/down-arrow.svg) no-repeat center center;
        background-size: 23px 23px;
        width: 53px;
        height: 53px;
        z-index: 1;
    }
}
/*main-menu -> li (item) -> contact*/
@media (min-width: 768px) {
    .main-menu__item--contact {
        display: none;
    }
}
/*mega-menu*/
.mega-menu {
    background: #fff;
    flex-wrap: wrap;
    z-index: 9;
    display: none;
}
@media (min-width: 768px) {
    .mega-menu {
        padding: 10px;
        position: absolute;
        left: 0;
        top: 100%;
        border-radius: 4px;
        width: 650px;
        box-shadow: -2px 6px 25px -5px rgba(0, 0, 0, 0.42);
    }
    .main-menu__item:hover .mega-menu,
    .main-menu__item-procedures:hover .mega-menu {
        display: flex;
    }
}
@media (max-width: 767px) {
    .mega-menu {
        width: 100%;
    }
    .open-mega-menu .mega-menu {
        display: flex;
    }
}

.mega-menu__link {
    display: flow-root;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (min-width: 768px) {
    .mega-menu__link {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding: 5px;
    }
}
@media (max-width: 767px) {
    .mega-menu__link {
        width: 100%;
        padding: 10px 15px;
        background: #ecf2f6;
        border-top: 1px solid #d3e5f0;
        font-size: 13px;
        color: #666;
    }
    .mega-menu__link:last-child {
        border-bottom: 1px solid #d3e5f0;
    }
}
.mega-menu__link:hover {
    color: #5b8bd5;
}
.mega-menu-icon-arrow {
    content: "";
    border: solid #5b8bd5;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    margin-right: 5px;
}
/*mega-menu -> */
@media (min-width: 768px) {
    .mega-menu--width-100-percent {
        width: 100%;
        left: 0;
        right: 0;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }
    .mega-menu--width-100-percent__item {
        flex: 0 0 235px;
        max-width: 25%;
        padding: 5px 15px;
        margin: 1px 0;
        border-radius: 4em;
        display: flow-root;
        align-items: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .mega-menu--width-100-percent__item:hover {
        color: #5b8bd5;
    }
}
@media (max-width: 767px) {
    .mega-menu--width-100-percent__item {
        width: 100%;
        padding: 10px 15px;
        background: #ecf2f6;
        border-top: 1px solid #d3e5f0;
        font-size: 13px;
        color: #666;
    }
    .mega-menu--width-100-percent__item:last-child {
        border-bottom: 1px solid #d3e5f0;
    }
}

.wrap__heading {
    padding: 20px 0;
}
.wrap__heading h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
}

.wrap__guideline::-webkit-scrollbar {
    display: none;
}
.nav-guideline {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    font-size: 16px;
}
.nav-guideline li:nth-child(even) {
    background: #e2e2e2;
}
.nav-guideline li.active {
    background: #5b8bd5;
    border-bottom: 6px solid #7da1d9;
}
.nav-guideline li.active a {
    color: #fff;
}
@media (min-width: 576px) {
    .wrap__guideline {
        z-index: 10;
        width: 100%;
    }
    .nav-guideline li {
        list-style: none;
        min-height: 56px;
        text-align: center;
        border-bottom: 6px solid #ddd;
        flex-grow: 1;
        flex-basis: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #efefef;
        padding: 0 5px;
        position: relative;
    }
    .nav-guideline li a {
        text-decoration: none;
        width: 100%;
    }
}
@media (max-width: 576px) {
    .wrap__guideline {
        z-index: 10;
        width: 100%;
        overflow-x: scroll;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
    .nav-guideline li {
        list-style: none;
        line-height: 56px;
        min-height: 56px;
        text-align: center;
        border-bottom: 6px solid #ddd;
        flex-grow: 1;
        flex-basis: 0;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        background: #efefef;
        padding: 0 15px;
    }
    .nav-guideline li a {
        text-decoration: none;
        line-height: 56px;
        white-space: nowrap;
        width: 100%;
    }
}
