@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");
.color_red {
    color: red !important;
}

.color_T {
    color: #264653;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-mob-30 {
    margin-top: 30px;
}

body,
html {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    font-family: "Noto Sans", sans-serif !important;
}

.body-content {
    min-height: calc(100vh - 165px);
    background: #ebe6e5;
    padding: 1.5em;
}

@media only screen and (max-width: 480px) {
    .body-content {
        padding: 1.5em 0;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}

.hide-min-767 {
    display: none;
}

@media only screen and (max-width: 767px) {
    .hide-max-767 {
        display: none;
    }
    .hide-min-767 {
        display: block;
    }
}

.btn-primary-custom {
    background: #264653;
    padding: 0.5em 1.5em;
    border-radius: 35px;
    color: white !important;
    font-weight: bold !important;
    display: inline-block;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.btn-primary-custom:hover {
    background: #11b7db;
    color: black !important;
}

.loader {
    width: 100vw;
    height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    position: fixed;
    z-index: 9;
}

.loader .loading {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.loader .home-body {
    width: 70px;
    height: 60px;
    border: 3px solid #025061;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader .home-body::before {
    content: "";
    position: absolute;
    width: calc(100% + 30px);
    left: -15px;
    height: 3px;
    background: #025061;
    bottom: -3px;
    border-radius: 20px;
}

.loader .house-roof {
    position: absolute;
    bottom: 100%;
    width: calc(100% + 20px);
    height: 30px;
    background-color: #025061;
    left: -10px;
}

.loader .house-roof::before {
    content: "";
    position: absolute;
    border-left: 0px solid transparent;
    border-right: 11px solid transparent;
    border-top: 30px solid white;
    left: 0;
    top: 0;
}

.loader .house-roof::after {
    content: "";
    position: absolute;
    border-right: 0px solid transparent;
    border-left: 11px solid transparent;
    border-top: 30px solid white;
    right: 0;
    top: 0;
}

.loader .house-ledge {
    position: absolute;
    bottom: -5px;
    width: calc(100% - 4px);
    height: 3px;
    border: 2px solid #025061;
    background-color: #bc0f49;
    left: 0px;
}

.loader .door {
    position: absolute;
    width: 25px;
    height: 35px;
    left: calc(50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #bc0f49;
    border: 6px solid #025061;
    bottom: 0;
}

.loader .door::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 7px;
    background: #025061;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.loader .door::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 3px;
    background: #e93170;
    border-radius: 7px;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.loader .roof-top {
    position: absolute;
    right: 12px;
    top: -11px;
    height: 10px;
    width: 14px;
    border: 2px solid #025061;
}

.loader .roof-top::before {
    content: "";
    position: absolute;
    right: -4px;
    bottom: 100%;
    height: 5px;
    width: calc(100% + 8px);
    background: #bc0f49;
    border-bottom: 1px solid #d85480;
}

.loader .money-circle {
    position: absolute;
    border-radius: 15px;
    width: 35px;
    height: 7px;
    background: #bc0f49;
    border: 1px solid #d85480;
    left: calc(50% - 10px);
    top: 50%;
}

.loader .coin,
.loader .coin1 {
    -webkit-animation: drop 3s ease-in infinite;
    animation: drop 3s ease-in infinite;
    width: 35px;
    height: 35px;
    left: calc(50% - 10px);
    top: 50%;
    background: white;
    border-radius: 50%;
    position: absolute;
    color: #025061;
    font-size: 16px;
    font-weight: 700;
    font-family: "lato";
    text-align: center;
    padding-top: 5px;
    z-index: 1;
    border: 2px solid #025061;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.loader .coin1:before,
.loader .coin:before {
    border: 2px solid #025061;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    position: absolute;
    content: "";
    border-radius: 50%;
}

@-webkit-keyframes drop {
    from {
        -webkit-transform: translateY(-360px);
        transform: translateY(-360px);
    }
    to {
        -webkit-transform: translateY(-33px);
        transform: translateY(-33px);
    }
}

@keyframes drop {
    from {
        -webkit-transform: translateY(-360px);
        transform: translateY(-360px);
    }
    to {
        -webkit-transform: translateY(-33px);
        transform: translateY(-33px);
    }
}

.loader .coin1 {
    -webkit-animation: drop1 4s ease-in infinite;
    animation: drop1 4s ease-in infinite;
}

@-webkit-keyframes drop1 {
    from {
        -webkit-transform: translateY(-370px);
        transform: translateY(-370px);
    }
    to {
        -webkit-transform: translateY(-33px);
        transform: translateY(-33px);
    }
}

@keyframes drop1 {
    from {
        -webkit-transform: translateY(-370px);
        transform: translateY(-370px);
    }
    to {
        -webkit-transform: translateY(-33px);
        transform: translateY(-33px);
    }
}

.navbar-custom {
    color: #264653 !important;
}

.navbar-custom .fa-home {
    color: #264653 !important;
    border: 1px solid #264653;
    padding: 0.2em;
}

.navbar-custom .bg-light {
    background: transparent !important;
    padding: 0.7em 0;
}

.navbar-custom ul.navbar-nav {
    text-align: center;
}

.navbar-custom .nav-link {
    color: #264653 !important;
    padding: 0;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    display: inline-block;
}

@media only screen and (max-width: 480px) {
    .navbar-custom .nav-link {
        margin-bottom: 0.5em;
    }
}

.navbar-custom .nav-item.active .nav-link {
    border-bottom: 1.5px solid #264653;
}

.navbar-custom .nav-item:hover .nav-link {
    border-bottom: 1.5px solid #264653;
}

.navbar-custom .nav-link.btn-primary-custom {
    color: white !important;
    padding: 0.3em 1.5em;
    border: 0;
}

.navbar-custom .nav-link.btn-primary-custom:hover {
    background: transparent;
    border: 2ps solid #264653 !important;
    color: #264653 !important;
}

.style1 img {
    max-width: 100%;
}

.style1 .img1 {
    position: relative;
    bottom: 0;
    left: 0;
}

@media only screen and (min-width: 991px) {
    .style1 .img1 {
        margin-top: 2em;
        height: calc(100vh - 250px);
        left: 50px;
    }
}

.style1 .img2 {
    position: relative;
    top: 0;
    right: 0;
}

@media only screen and (min-width: 991px) {
    .style1 .img2 {
        top: -24px;
    }
}

.style1 .custom-card .card-top {
    background: white;
    padding: 0.5em;
}

.style1 .custom-card .card-top .border-custom {
    padding: 1em;
    border: 2px solid #264653;
    font-style: italic;
    color: #264653;
}

.style1 .custom-card .card-top .border-custom img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.style1 .custom-card .card-bottom {
    margin-top: 2em;
}

.style1 .custom-card .card-bottom .btn {
    border-radius: 35px;
    padding: 0.3em 2em;
    background: #264653;
    color: white;
    font-weight: bold;
    margin: 0.5em 0;
    text-align: center;
}

.style1 .custom-card .card-bottom .btn:hover {
    background: transparent;
    color: #264653;
    border: #264653 solid 2px;
}

.style1 .custom-card .card-bottom .btn2 {
    background: transparent;
    color: #264653;
    border: #264653 solid 2px;
    margin-bottom: 1.5em;
}

.style1 .custom-card .card-bottom .btn2:hover {
    background: #264653;
    color: white;
}

@media only screen and (max-width: 991px) {
    .style1 .custom-card .card-bottom .btns {
        text-align: center !important;
    }
    .style1 .custom-card .card-bottom .btns .text-right {
        text-align: center !important;
    }
}

@media only screen and (min-width: 991px) {
    .style1 .custom-card {
        position: relative;
        width: 200%;
        left: -50%;
        z-index: 1;
        margin-top: 3em;
    }
}

@media only screen and (max-width: 991px) {
    .style1 .custom-card {
        margin: 1.5em 0;
    }
}

.style2 .tab-content,
.style3 .tab-content,
.style5 .tab-content,
.style4 .tab-content {
    background: white;
    margin-bottom: 2em;
}

.style2 .tab-content>.tab-pane,
.style3 .tab-content>.tab-pane,
.style5 .tab-content>.tab-pane,
.style4 .tab-content>.tab-pane {
    padding: 2em;
}

@media only screen and (min-width: 991px) {
    .style2 .tab-content>.tab-pane,
    .style3 .tab-content>.tab-pane,
    .style5 .tab-content>.tab-pane,
    .style4 .tab-content>.tab-pane {
        padding-left: 3em;
    }
}

@media only screen and (max-width: 480px) {
    .style2 .tab-content>.tab-pane,
    .style3 .tab-content>.tab-pane,
    .style5 .tab-content>.tab-pane,
    .style4 .tab-content>.tab-pane {
        margin-top: 4em;
        padding-top: 4em;
    }
}

.style2 .tab-content .right-card img.privew-img,
.style3 .tab-content .right-card img.privew-img,
.style5 .tab-content .right-card img.privew-img,
.style4 .tab-content .right-card img.privew-img {
    width: 100%;
    max-height: 400px;
}

.style2 .tab-content .right-card a,
.style3 .tab-content .right-card a,
.style5 .tab-content .right-card a,
.style4 .tab-content .right-card a {
    text-decoration: none;
}

.style2 .tab-content .right-card a h4,
.style3 .tab-content .right-card a h4,
.style5 .tab-content .right-card a h4,
.style4 .tab-content .right-card a h4 {
    color: #264653;
    display: inline-block;
}

.style2 .tab-content .right-card .bottom-card,
.style3 .tab-content .right-card .bottom-card,
.style5 .tab-content .right-card .bottom-card,
.style4 .tab-content .right-card .bottom-card {
    margin: 1.5em 0;
}

.style2 .tab-content .right-card .bottom-card ul,
.style3 .tab-content .right-card .bottom-card ul,
.style5 .tab-content .right-card .bottom-card ul,
.style4 .tab-content .right-card .bottom-card ul {
    padding: 0 1em;
}

@media only screen and (min-width: 768px) {
    .style2 .main-card .nav,
    .style3 .main-card .nav,
    .style5 .main-card .nav,
    .style4 .main-card .nav {
        padding-right: 3em;
    }
}

.search-list {
    margin-top: 2em;
}

.list-top li {
    list-style: none;
    margin-right: 2em;
}

.list-top li a {
    color: black;
}

.list-top li.active a {
    color: #264653;
    border-bottom: #264653 1px solid;
    font-weight: bold;
}

@media only screen and (max-width: 480px) {
    .list-top .d-flex {
        display: inline !important;
        text-align: center;
    }
    .list-top .d-flex li {
        margin: 1em 0;
    }
}

.selectdiv {
    position: relative;
    /*Don't really need this just for demo styling*/
    width: 100%;
    /* IE11 hide native button (thanks Matt!) */
}

.selectdiv label {
    width: 100%;
}

.selectdiv select::-ms-expand {
    display: none;
}

.form-control.location {
    background: url(../images/location.png) no-repeat scroll 7px 7px;
    padding-left: 30px;
    background-color: white;
    padding-left: 35px;
}

.selectdiv:after {
    content: "<|>";
    font: 17px "Consolas", monospace;
    color: #333;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    pointer-events: none;
    background: #264653;
    color: white;
    height: calc(2.25rem + 2px);
    width: calc(2.25rem + 2px);
    padding: 0.35em;
    font-size: 1rem;
    line-height: 1.75;
    right: 0;
    top: 0;
    border-radius: 5px;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.75;
    color: #333;
    background-color: white;
    background-image: none;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -ms-word-break: normal;
    word-break: normal;
}

.filters {
    position: relative;
}

.filters .tab-filter {
    cursor: pointer;
    color: #264653;
    border-bottom: 1px solid #264653;
    display: inline-block;
    margin: 1em 0;
}

.filters .filter {
    text-align: center;
    display: none;
}

.filters .filter img.active {
    display: none;
}

.filters .filter.active img.active {
    display: inline;
}

.filters .filter.active img.not-active {
    display: none;
}

.filters .filter a.active i {
    background: #264653;
    color: white;
    border-radius: 15px !important;
}

.filters input[type=checkbox],
.filters input[type=radio] {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.filters .filter a i {
    color: #264653;
    font-size: 3em;
    border-radius: 50%;
    border: 1px #264653 solid;
    padding: 0.2em;
}


/*.filters input[type=checkbox], .filters input[type=radio] {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}*/

.main-card {
    margin-top: 2em;
}

@media only screen and (max-width: 480px) {
    .main-card {
        padding: 0 1em;
    }
}

.main-card .card-left {
    background: white;
    padding: 1.5em;
    margin-bottom: 2em;
    position: relative;
}

.main-card .card-left h4 {
    color: #264653;
    display: inline-block;
}

.main-card .card-left .price {
    color: #39b48f;
    font-size: 1.5em;
    font-weight: bold;
    margin-right: 6em;
}

.main-card .nav {
    display: block;
}

.main-card .nav-tabs .nav-link {
    border: 0 !important;
    border-top-left-radius: 35px !important;
    border-top-right-radius: 35px !important;
}

@media only screen and (min-width: 1024px) {
    .main-card .nav-tabs .nav-link {
        float: right;
    }
}

@media only screen and (max-width: 480px) {
    .main-card .nav-tabs .nav-link {
        text-align: center;
        display: block;
        margin-bottom: .5em;
    }
}

.main-card .nav-tabs .nav-link.active {
    cursor: default;
    background: #dcdbdb;
}

.main-card .nav-tabs .nav-link.active:hover {
    color: white !important;
}

.main-card .nav-tabs .nav-link.active:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: white;
    left: 96%;
    top: 45%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-card .nav-tabs .nav-link.active:after {
        left: 93%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-card .nav-tabs .nav-link.active:after {
        left: 90%;
    }
}

@media only screen and (max-width: 480px) {
    .main-card .nav-tabs .nav-link.active:after {
        left: 45%;
        top: inherit;
        bottom: -20px;
    }
}

.main-card .nav-tabs .nav-link.active:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: #ebe6e5;
    left: 109%;
    z-index: 1;
    top: 45%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-card .nav-tabs .nav-link.active:before {
        left: 116%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-card .nav-tabs .nav-link.active:before {
        left: 121%;
    }
}

@media only screen and (max-width: 480px) {
    .main-card .nav-tabs .nav-link.active:before {
        left: 45%;
        top: inherit;
        bottom: -85px;
    }
}

.tab-mobile {
    display: none;
}

@media only screen and (max-width: 767px) {
    .tab-mobile {
        display: block;
    }
}

.tab-ipad {
    display: none;
}

@media only screen and (min-width: 768px) {
    .tab-ipad {
        display: block;
    }
}

.rating-star {
    margin-top: 1em;
}

.rating-star i {
    margin: 0.1em;
    color: gold;
}

.heart-like {
    position: absolute;
    top: 1em;
    right: 1em;
    color: #264653;
    cursor: cell;
}

@media only screen and (max-width: 991px) {
    .heart-like {
        top: 40%;
    }
}

.backgroud-gray {
    background: #eaeaea;
}

.slider-range-custom p {
    margin-bottom: 0.4em;
}

.slider-range-custom .ui-slider-range.ui-corner-all.ui-widget-header {
    background: #264653;
}

.slider-range-custom input#amount {
    color: #264653 !important;
    text-align: center;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .style3 .main-card .card-left,
    .style4 .main-card .card-left,
    .style5 .main-card .card-left {
        padding: 2.5em 1.5em;
        padding-right: 2.6em;
    }
    .style3 .main-card .card-left h4,
    .style4 .main-card .card-left h4,
    .style5 .main-card .card-left h4 {
        margin-right: 3.5em;
    }
}

@media only screen and (min-width: 1024px) {
    .style3 .main-card .nav-tabs .nav-link,
    .style4 .main-card .nav-tabs .nav-link,
    .style5 .main-card .nav-tabs .nav-link {
        float: right;
        margin-top: -37px;
    }
}

.hr {
    height: 3px;
    margin: 1em 0;
    background: #ebebeb;
    width: 40%;
}

.selectdiv.single:after {
    content: " >";
    padding: 0.35em;
    font-size: 1.2rem;
    padding-left: 0.8em;
    line-height: 1.3em;
    font-weight: bold;
}

.custom-number {
    position: relative;
}

.custom-number input {
    z-index: 1;
}

.custom-number .spinner-button {
    display: none;
    position: absolute;
    cursor: default;
    z-index: 2;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #264653;
    width: 38px;
    padding: 0.1em;
    text-align: center;
    margin: 0px;
    pointer-events: none;
    height: 10px;
    line-height: 10px;
    color: white;
}

@media only screen and (min-width: 1200px) {
    .custom-number .spinner-button {
        display: inherit;
    }
}

.custom-number #inc-button {
    right: 0;
    top: 0;
    height: 19px;
    border-top-right-radius: 5px;
}

.custom-number #dec-button {
    border-top: solid 1px white;
    right: 0;
    bottom: 0;
    height: 19px;
    border-bottom-right-radius: 5px;
}

.file-input-custom .file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file-input-custom .file-input__label {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    padding: 10px 12px;
    background-color: #264653;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

.file-input-custom .file-input__label svg {
    height: 16px;
    margin-right: 4px;
}

@media only screen and (max-width: 480px) {
    .style4 .main-card .card-left {
        padding: 2.5em;
        text-align: center;
    }
}

.padding-width {
    padding: 0.5em 4em;
}

.title-line {
    position: relative;
    margin: auto;
    text-align: center;
    width: 50%;
    margin-top: 15px;
}

.title-line::before {
    content: "";
    position: absolute;
    width: 30%;
    height: 3px;
    background: #d5d5d5;
    bottom: -3px;
    border-radius: 20px;
    top: 50%;
    right: 0;
}

.title-line::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 3px;
    background: #d5d5d5;
    bottom: -3px;
    border-radius: 20px;
    top: 50%;
    left: 0;
}

@media only screen and (max-width: 1023px) {
    .title-line {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .title-line::before {
        width: 20%;
    }
    .title-line::after {
        width: 20%;
    }
}

.login-social {
    text-align: center;
}

.login-social a {
    padding: 0.5em 2em;
    color: white;
    border-radius: 35px;
    margin: 0 1em;
}

@media only screen and (max-width: 1023px) {
    .login-social a {
        display: block;
        margin-top: 1em;
    }
}

.login-social .facebook {
    background: #3b5998;
}

.login-social .gmail {
    background: #bf0303;
}

.style5 ul {
    padding: 0 1em;
}

.style5 .price {
    color: #39b48f;
    font-size: 1.3em;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .fixed {
        position: fixed !important;
        top: 13px;
        z-index: 1;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
}

.style6 .container-custom {
    margin: auto;
    padding: 1em;
}

@media only screen and (min-width: 991px) {
    .style6 .container-custom {
        width: 80%;
    }
}

.style6 .container-custom .form-setting .label {
    margin-top: 0.5em;
    color: #264653;
}

@media only screen and (max-width: 480px) {
    .style7 .form-search {
        margin: 2em 0;
    }
}

.style7 .img1 {
    position: relative;
    bottom: 0;
    left: 0;
}

@media only screen and (min-width: 991px) {
    .style7 .img1 {
        margin-top: 2em;
        height: calc(100vh - 250px);
        left: -24px;
    }
}

.style7 .form-search .bar-top {
    margin: 2em 0;
    background: white;
    border-radius: 35px;
    display: inline-block;
}

@media only screen and (max-width: 480px) {
    .style7 .form-search .bar-top {
        padding: 1em 0;
        border-radius: 5px !important;
        margin-top: 0;
    }
}

.style7 .form-search .bar-top a {
    padding: 0.9em 2em;
    color: black;
    white-space: nowrap;
    display: inline-block;
}

.style7 .form-search .bar-top a.active {
    background: #264653;
    color: white;
    font-weight: bold;
    border-radius: 35px;
    -webkit-box-shadow: 2px 1px 8px 1px black;
    box-shadow: 2px 1px 8px 1px black;
}

@media only screen and (max-width: 480px) {
    .style7 .form-search .bar-top {
        border-radius: 0;
        display: block;
        text-align: center;
    }
    .style7 .form-search .bar-top a {
        display: block;
    }
}

.style7 .form-search .bar-top span.buy-rent {
    margin-right: 0;
    padding: 11px 16px;
    display: inline-block;
    margin-bottom: 0;
    border-radius: 33px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-weight: bold;
    font-size: 13px;
}

@media only screen and (max-width: 480px) {
    .style7 .form-search .bar-top span.buy-rent {
        font-size: 11px;
    }
}

.style7 .form-search .bar-top span.buy-rent.last {
    margin-right: 0;
}

.style7 .form-search .bar-top span.buy-rent.active {
    background: #264653;
    color: white;
    /* -webkit-box-shadow: 2px 1px 8px 1px black;
  box-shadow: 2px 1px 8px 1px black; */
}

@media only screen and (max-width: 480px) {
    .style7 {
        padding: 1em;
    }
}

.style8 {
    /*Col*/
    /*Nav*/
    /*Text*/
    /*Image*/
}

.style8 .lp {
    background: #fff;
    -webkit-box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.1);
    margin: auto;
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.style8 .col:first-of-type {
    width: 100%;
    height: 100%;
    padding: 0 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.style8 .col:last-of-type {
    width: 55%;
    height: 100%;
}

.style8 nav {
    text-align: right;
    width: 100%;
}

.style8 .nav__link {
    color: rgba(39, 39, 39, 0.856);
    font-family: sans-serif;
    font-size: 17px;
    text-decoration: none;
    padding: 0 16px 0 0;
}

.style8 .nav__link:last-of-type {
    padding: 0;
}

.style8 .blog__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.style8 h1 {
    color: #264653;
    font-size: 40px;
    margin: 56px 0;
}

.style8 .blog__mainText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.style8 .blog__mainText p {
    color: rgba(39, 39, 39, 0.856);
    font-family: sans-serif;
    font-size: 17px;
    line-height: 1.3;
    text-align: justify;
    margin: 0;
}

.style8 .blog__mainText p:first-of-type::first-letter {
    color: #373939;
    float: left;
    font-size: 56px;
    line-height: 45px;
    padding: 6px 8px 0 3px;
}

.style8 .blog__img {
    background: #ccc;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 945px) {
    .style8 .lp {
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .style8 .col:last-of-type {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 645px) {
    .style8 .blog__mainText {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .style8 .blog__mainText p {
        width: 100%;
        margin: 0 0 16px;
        padding: 0 !important;
    }
    .style8 .col:first-of-type {
        padding: 0;
        margin: 0;
    }
    .style8 h1 {
        margin-top: 0;
        text-align: center;
    }
}

.footer {
    padding-top: 3em;
    padding-bottom: 2em;
}

@media only screen and (max-width: 480px) {
    .footer {
        padding-top: 1.5em;
    }
}

@media only screen and (max-width: 480px) {
    .footer .d-flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer li {
    list-style: none;
    margin-right: 1.2em;
}

@media only screen and (max-width: 480px) {
    .footer li {
        margin-right: 0.7em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer li {
        margin-right: 0.9em;
    }
}

.footer li a {
    color: #264653;
}

.footer .social {
    text-align: right;
}

@media only screen and (max-width: 480px) {
    .footer .social {
        text-align: center;
        margin-top: 0.7em;
    }
}

.footer .social a {
    color: #264653;
    margin-left: 0.5em;
}

.footer .social a i {
    font-size: 1.5em;
}

button.btn.btn-primary {
    background: #264653;
    color: white;
    /* -webkit-box-shadow: 2px 1px 8px 1px black;
  box-shadow: 2px 1px 8px 1px black; */
    border: 1px solid #264653;
}

#loader7 {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #000000ad;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
}

#loader7 .seven {
    border: solid #fff 2px;
    width: 150px;
    height: 20px;
    border-radius: 7px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#loader7 .seven:before {
    content: "";
    position: absolute;
    width: 146px;
    height: 16px;
    top: 2px;
    left: 2px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-animation: loader7AnimationBefore 2s linear infinite;
    animation: loader7AnimationBefore 2s linear infinite;
}

#loader7 .seven:after {
    content: "Loading...";
    position: absolute;
    width: 150px;
    color: #fff;
    top: -28px;
    font-family: Marvel;
    font-size: 14pt;
    text-align: center;
    -webkit-animation: loader7AnimationAfter 2s linear infinite;
    animation: loader7AnimationAfter 2s linear infinite;
}

@-webkit-keyframes loader7AnimationBefore {
    0% {
        width: 0%;
    }
    15% {
        width: 0%;
    }
    85% {
        width: 146px;
    }
    100% {
        width: 146px;
    }
}

@keyframes loader7AnimationBefore {
    0% {
        width: 0%;
    }
    15% {
        width: 0%;
    }
    85% {
        width: 146px;
    }
    100% {
        width: 146px;
    }
}

@-webkit-keyframes loader7AnimationAfter {
    0% {
        content: "Loading";
    }
    25% {
        content: "Loading.";
    }
    50% {
        content: "Loading..";
    }
    75% {
        content: "Loading...";
    }
    100% {
        content: "Loading...";
    }
}

@keyframes loader7AnimationAfter {
    0% {
        content: "Loading";
    }
    25% {
        content: "Loading.";
    }
    50% {
        content: "Loading..";
    }
    75% {
        content: "Loading...";
    }
    100% {
        content: "Loading...";
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        right: 19px;
        left: unset;
    }
}

@media only screen and (min-width: 1024px) {
    .style4 .main-card .nav-tabs .nav-link {
        float: right;
        margin-top: 0;
    }
}

.clipboard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: shake-bl 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 3s 3 both;
    animation: shake-bl 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 3s 3 both;
}


/**
 * ----------------------------------------
 * animation shake-bl
 * ----------------------------------------
 */

@-webkit-keyframes shake-bl {
    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }
    10% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    20%,
    40%,
    60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }
    30%,
    50%,
    70% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }
    80% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    90% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
}

@keyframes shake-bl {
    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }
    10% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    20%,
    40%,
    60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }
    30%,
    50%,
    70% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }
    80% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    90% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
}

.clipboard .contact {
    background-color: #ffffff;
    position: relative;
    -webkit-box-shadow: 0px 0px 6px 1px black;
    box-shadow: 0px 0px 6px 1px black;
}

.clipboard .contact #close-clipboard {
    position: absolute;
    top: 3px;
    right: 5px;
    /* content: "X"; */
    color: black;
    font-weight: bold;
    font-size: 20px;
    /* border: solid black;
    border-radius: 50%; */
    cursor: pointer;
}

.clipboard .icon {
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

.popup {
    background: rgba(100, 100, 100, 0.5);
    position: fixed;
    /* display: none; */
    z-index: 5000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.popup button {
    cursor: pointer
}

.popup h2 {
    font-size: 45px;
    text-align: center;
    color: #666666;
    margin: 0 0 30px 0;
    font-family: "Srisakdi", cursive;
    font-weight: bold;
}

.popup>div {
    max-width: 600px;
    width: 70%;
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: #ffffff;
    padding: 30px;
    z-index: 5001;
    text-align: center;
    border: 5px solid #9ad3de;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
}


/*# sourceMappingURL=style.css.map */