/*
Theme Name: erealty
Author: Sawyer
*/


@font-face {
    font-family: 'SangBleu-Sunrise';
    src: url(font/SangBleu-Sunrise.ttf);
}


@font-face {
    font-family: 'Rufina-Regular';
    src: url(font/Rufina-Regular.ttf);
}

@font-face {
    font-family: 'Rufina-Bold';
    src: url(font/Rufina-Bold.ttf);
}

@font-face {
    font-family: 'Futura-Book-Regular';
    src: url(font/Futura-Book-Regular.otf);
}

@font-face {
    font-family: 'SourceSansPro-Light';
    src: url(font/SourceSansPro-Light.ttf);
}


@font-face {
    font-family: 'SangBleuEmpireTrial-Regular';
    src: url(font/SangBleuEmpireTrial-Regular.otf);
}


@font-face {
    font-family: 'Futura-Medium';
    src: url(font/Futura-Medium.otf);
}

@font-face {
    font-family: 'Futura-Bold-font';
    src: url(font/Futura-Bold-font.ttf);
}


@font-face {
    font-family: 'FUTUR__1';
    src: url(font/FUTUR__1.TTF);
}

@font-face {
    font-family: 'FuturaLT-Heavy';
    src: url(font/FuturaLT-Heavy.otf);
}


@font-face {
    font-family: 'Andasia';
    src: url(font/Andasia.ttf);
}

.btn-mb-menu .nx-top {
    transition: all 1s;
    top: 0;

}

.h-2px {
    height: 1px !important;
}


.bottom-0 {
    bottom: 0
}

.btn-mb-menu .nx-bot {
    transition: all 1s;
    bottom: 0;
}


.btn-mb-menu .nx-top.close {
    transition: all 1s;
    top: 3px;
    transform: rotate(225deg);
}

.btn-mb-menu .nx-bot.close {
    bottom: 7px;
    transform: rotate(135deg);
}


/* Rectangle Out */
.hvr-rectangle-out {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-rectangle-out:after {
    content: "";
    position: absolute;
    z-index: 111;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #AC835E;
    bottom: 0;
    border-radius: 29px;

}

.hvr-rectangle-out:before {
    content: "";
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
    right: 0;
    border: 1px solid #AC835E;
    bottom: 0;
    background: #AC835E;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 50%;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: cubic-bezier(.25, .74, .22, .99);
}

.hvr-rectangle-out.hvr-rectangle-out_submit {
    border: none;
}

.hvr-rectangle-out.hvr-rectangle-out_submit:after {

    border: 1px solid #215B7C;


}

.hvr-rectangle-out.hvr-rectangle-out_submit:before {
    border: 1px solid #215B7C;

    background: #215B7C;
}

.hvr-rectangle-out:after {
    content: "";
    position: absolute;
    z-index: 111;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #AC835E;
    bottom: 0;
    border-radius: 29px;

}

.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
    color: white !important;
}

.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #141129;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    color: #AC835E;
}


.rufina-Regular {
    font-family: 'SangBleu-Sunrise', sans-serif !important;
}

.futura-Book-Regular {
    font-family: 'Futura-Book-Regular', sans-serif !important;
    ;
}

.sourceSansPro-Light {
    font-family: 'SourceSansPro-Light', sans-serif !important;
    ;
}

.sangBleuEmpireTrial-Regular {
    font-family: 'SangBleuEmpireTrial-Regular', sans-serif !important;
    ;
}

.futura-Medium {
    font-family: 'Futura-Medium', sans-serif !important;
    ;
}

.loading {
    position: fixed;
    width: 100%;
    background-color: #141129;
    height: 100%;
    z-index: 1111;
    top: 0;
    transition: all 1.5s cubic-bezier(.25, .74, .22, .99);

    right: 0;
}

.loading.er-am-top {
    top: -100%;
}


.loading img {
    width: 100px;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 5em;
    height: 5em;
}

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid #BEAA66;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


body {
    font-size: 12px;
    font-family: "Rufina-Regular", sans-serif;
    color: #f4f4f4;
}


a {
    color: white !important;
    text-decoration: none !important;
}

.about-gray-white-font span {
    color: #141129;
}

.er-bg-gray {
    background-color: #f4f4f4 !important;
}

.er-main-btn-bg {
    background-color: #AC835E !important;
}

.er-bg-blue {
    background-color: #141129 !important;
}

@media (min-width: 991px) {
    #mainNav.move_top {
        transition: all 1s;
        transform: translateY(-97px);
    }
}

.er-bg-sm-blue {
    background-color: #215B7C !important;
}

.er-color-sm-blue {
    color: #215B7C !important;
}

.er-number a.er-color-sm-blue {
    color: #215B7C !important;
}

.er-color-dl-blue {
    color: #65B3CC !important;
}

#googleMap .gm-style .gm-style-iw-c {
    border-radius: 0 !important;
}

#googleMap .gm-ui-hover-effect {
    top: -5px !important;
    right: -10px !important;
    background: transparent !important;
    display: none !important;
}

#mainNav {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #252525;
}

.gm-style .gm-style-iw-t::after {
    top: -1px !important;
}

#mainNav .navbar-toggler {
    padding: 0;
    border: none;
    color: white;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
}

#mainNav .navbar-toggler:focus {
    border: none;
}


.logo {
    width: 81px;
    height: 49px;
    background: #ac835e;
}

.logo.hover .er-white-logo-bg {
    transition: all 0.5s;
    transition-timing-function: cubic-bezier(.25, .74, .22, .99);
    bottom: 0
}

.logo .er-white-logo-bg {
    transition: all 0.5s;
    background-color: white;
    z-index: 0;
    bottom: -49px;
    transition-timing-function: cubic-bezier(.25, .74, .22, .99);
}


.masked {
    width: 81px;
    background-color: #141129;
    height: 49px;
    -webkit-mask-image: url(img/logo_mask.png);
    mask-image: url(img/logo_mask.png);
    mask-size: 81px;

    -webkit-mask-size: 81px;
}


#mainNav .navbar-brand img {
    height: 1.5rem;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    letter-spacing: 0.8px;
    padding: 0 8px;
    color: white;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
}


#mainNav .navbar-nav .nav-item .nav-link span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

#mainNav .navbar-nav .nav-item .nav-link span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    color: #ca9d75;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#mainNav .navbar-nav .nav-item .nav-link.er-btn-join span::before {

    color: #FFFFFF;

}

#mainNav .navbar-nav .nav-item .nav-link:hover span,
#mainNav .navbar-nav .nav-item .nav-link:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.hover_lip {
    background-color: #a58463 !important;
    color: white !important;
}

.hover_lip span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    color: white !important;
}

.hover_lip span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);

    color: #FFFFFF;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hover_lip:hover span,
.hover_lip:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}


#mainNav .navbar-nav .nav-item .nav-link.er-btn-join {
    height: 32px;
}


#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #ffc800;
}

.swiper.mySwiper2 {
    padding-bottom: 50px;
}

.sw_bt_text_bar {
    height: 55px;
    line-height: 55px;
    background-color: #AC835E;
    width: 100%;
    padding: 0 !important;
    font-size: 20px;
    text-align: center;
}


.top_card_slogan {
    box-shadow: 0px 2px 4px 0px #00000080;
    height: 119px;
    background-color: #f4f4f4;
    top: 97px;
    width: 100%;
    transition: all 1s;
    position: fixed;
    z-index: 111;
}

.swiper_slide_text {
    padding: 10px;
    background-color: #AC835E;
    color: white;
    transition: all 0.5s;
    opacity: 0;
    font-size: 14px;
    overflow: hidden;
}

.swiper_slide_text.show {
    padding: 10px;
    background-color: #AC835E;
    color: white;
    transition: all 1s;
    opacity: 1;
}

.top_card_slogan.move_top {
    transition: all 1s;
    transform: translateY(-218px);
}

.top_card_slogan_text {
    text-align: center;
    font-size: 48px;
    font-weight: bolder;
    color: #215B7C;
}

.recent_history_title {
    font-size: 48px;
    font-weight: 400;
    line-height: 34px;
    color: #215B7C;
}

.recent_history_title .en {
    font-size: 32px;
    font-weight: normal;
}

.top_card_slogan_text .en {
    font-size: 28px;
    margin-top: -15px;
    display: block;
    letter-spacing: 0;
}

.er-bg-gray_det {
    margin-top: 209px;
}

.top_info.er-top-agent {
    height: auto;
    padding-top: 20px;
}

.top_info.er-top-agent .row .col-lg-6:last-child .er-max-width-text {
    margin-left: 50px !important;
}

.top_info_text_title {
    font-size: 25px;
}

.agent_img_left {
    width: 50%;
    height: 100%;
    padding-right: 25px;

}

.top_info_wi {
    width: 50%;
}

.agent_img_left_bg {
    /*background-color: #FFFFFF;*/
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
}


.agent_img_left_bg .agent_img_left_bg_text {
    right: 20px;
    bottom: 20px;
    color: #AC835E;
    font-family: Andasia, serif;
    font-size: 57px;
    font-weight: 400;


}

.guide_two_btn {
    padding: 110px 0;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        border: none;
        transition: transform 1s;
    }


    #mainNav .navbar-brand {
        font-size: 1.5em;
        transition: font-size 0.3s ease-in-out;
    }

    #mainNav .navbar-brand img {
        height: 2rem;
        transition: height 0.3s ease-in-out;
    }

    #mainNav.navbar-shrink {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
    }

    #mainNav.navbar-shrink .navbar-brand svg,
    #mainNav.navbar-shrink .navbar-brand img {
        height: 1.5rem;
    }

    #mainNav .navbar-nav .nav-item {
        margin-right: 30px;
    }

    #mainNav .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }
}

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


.er-btn-join {
    width: 109px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    padding: 0;
    font-size: 14px;
    background-color: #a58463 !important;
}

.er-text-shadow-024075 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.75) !important;
}

.er-text-shadow-024050 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.50) !important;
}

.er-banner {
    height: 825px;
    background-size: cover;
    background-position: center center;
}

.er-banner-index {
    height: 555px;
    background-size: cover;
    background-position: top center;
}

@media (min-width: 1440px) {
    .er-banner-index {
        height: 825px;

    }
}

.page .er-banner {
    height: 639px;
}

.er-banner-map.er-banner {
    height: 500px;
}

.er-font-size-34 {
    font-size: 34px;
}

h2 {
    font-weight: normal;
    font-size: 34px;
}

h1 {
    font-weight: normal;
    font-size: 84px;
}

h3 {
    font-weight: normal;
    font-size: 37px;
    margin-bottom: 0;
}

h4 {
    font-size: 16px;
    padding-top: 20px;
    font-weight: normal;
}

.er-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.43px;
    margin: auto;
    padding-top: 48px;
    padding-bottom: 76px;
}

.er-pt-77 {
    padding-top: 77px;
}

.er-img-box {
    padding-top: 77px;
}

.er-color-blue {
    color: #141129 !important;
}

.er-color-title-blue {
    color: #215B7C !important;
}

.er-pt-30 {
    padding-top: 30px;
}


.er-main-btn {
    overflow: hidden;
    font-family: "Futura-Book-Regular", sans-serif;
    height: 48px;

    /*border: 1px solid #AC835E;*/
    border-radius: 29px;
    background-color: transparent;

    line-height: 48px;
    padding: 0 48px;
}

.er-main-btn.er-main-btn_white {
    color: white !important;
    border-color: white;
}

.er-main-btn.er-main-btn_white:after {
    border: none;
}

.er-pt-y-98 {
    padding-top: 97px;
    padding-bottom: 98px;
}

.er-py-106 {
    padding-top: 106px;
    padding-bottom: 106px;

}

.er-py-212 {
    padding-top: 212px;
    padding-bottom: 212px;

}

.er-py-60 {
    padding-right: 120px;
    padding-left: 120px;

}

.er-px-120 {
    padding-right: 120px;
    padding-left: 120px;

}

.er-py-120 {
    padding-top: 120px;
    padding-bottom: 120px;

}


h3.er-big-title {
    font-size: 62px;
}

h4.er-sub-title {
    font-size: 16px;
    padding-top: 0px;
}

.er-gallery {
    margin-top: 50px;
}

.er-gallery .er-item {
    height: 190px;
    margin-bottom: 13px;
    width: 103%;
    background-size: cover !important;
    background-position: center center;
}

#location {
    height: 599px;

    background-size: cover !important;
    background-position: center center !important;
}


.swiper-button-next {
    color: black;
}

.swiper-button-prev {
    color: black;
}

.er-address {
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1.16px;
    font-size: 20px;
}

.er-line {
    width: 75px;
    margin: auto;
    height: 1px;
    background-color: white;

}

.er-contact {
    letter-spacing: 1.16px;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.er-hour {
    font-size: 14px;
    line-height: 23px;
}

#footer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.er-color-yellow {
    color: #AC835E !important;
}

.er-footer-nav a {
    padding: 0 24px;
}

.er-footer-nav {
    font-size: 16px;
}

.er-copyright {
    font-size: 13px;
    margin-top: 40px
}


.er-pb-350 {
    padding-bottom: 350px;
}

.er-bf-220 {
    bottom: -220px;
}

.er-pt-440 {
    padding-top: 440px;
}

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

.er-content-title {
    font-size: 27px;
}


.er-content-text {
    line-height: 24px;
    font-size: 16px;
}

.er-sub-title-20 {
    font-size: 20px;
}

.er-mw-847 {
    max-width: 847px
}

.er-mw-440 {
    max-width: 440px
}

.er-mw-838 {
    max-width: 838px
}

.er-mw-215 {
    max-width: 215px
}

.er-mb-68 {
    margin-bottom: 68px;
}

.er-font-size-29 {
    font-size: 29px;
}


.er-bg-45-blue {
    background-color: rgba(101, 179, 204, 0.92);
}

.er-mt-130 {
    margin-top: 130px !important;
}

.er-item-hover {
    opacity: 0;
    transition: all 0.8s;
}

.er-item-hover:hover {
    opacity: 1;
    transition: all 0.8s;
}

.er-md-line-yew {
    left: 0;
    top: 0;
    z-index: -1;
}

.er-md-line-yew-inside {
    width: 100%;
    height: 1px;
    background-color: #AC835E;

}

.er-mw-900 {
    max-width: 900px;
}

.er-md-line-bar .er-main-btn {
    background-color: white;

}


.er-bg-AC835E {
    background-color: #AC835E;
}

.er-height-110 {
    height: 110px;
}

.er-line-height-110 {
    line-height: 110px;
}


#astonishing {
    padding-top: 160px;
    padding-bottom: 203px;
}

#astonishing h3 {
    margin-bottom: 45px;
}

#astonishing .er-max-width {
    max-width: 793px;
}

#astonishing .er-img-bt-box {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
}

#astonishing {}

.er-bottom-bar {
    padding: 10px 0;
}

.er-bottom-bar h4 {
    font-size: 26px;
    font-weight: normal;
}

.er-bottom-bar h5 {
    font-size: 16px;
    font-weight: normal;
}

.er-bottom-bar-btn {
    right: 19px;
    top: 0;
    height: 100%;
    width: 38px;
}

.er-next-btn img {
    width: 38px;
}

.er-mw-1006 {
    max-width: 1006px;
}


#developments .er-nav-tabs.er-max-width {
    max-width: 1006px;
    margin-top: 45px !important;
}

.er-nav-tabs .nav-tabs {
    border: none !important;
    background-color: rgba(216, 216, 216, 0.28);
    justify-content: center;
    padding: 26px 0;
}

.er-nav-tabs .nav-tabs .nav-link {
    color: #000000;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    font-size: 14px;
    padding: 0 30px;

    border: none !important;
    letter-spacing: 0.8px;

}

.er-nav-tabs .nav-tabs .nav-link {
    color: #000000 !important;

}

.er-nav-tabs .nav-tabs .nav-link.active {
    border: none;
    background-color: transparent;
    color: #000000 !important;
    font-size: 14px;
    font-family: FuturaLT-Heavy, sans-serif !important;
}

.form_control_search {
    border-radius: 50px;
    width: 250px;
}

.form-control.form_control_search:focus {
    color: #212529;
    background-color: #fff;
    border-color: #215B7C;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(33, 91, 124, 0.25);
}


.btn_search {
    font-size: 12px;
    right: 3px;
    bottom: 4px;
    border-radius: 50px;
    border: none;
    color: white;

    background-color: #215B7C;
    padding: 0.375rem 0.75rem;


}

.btn_search:hover {
    color: white;
    background-color: #a58463;
    border-color: #a58463;
}


.er-nav-tabs .nav-tabs .nav-link .cr_border {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    background-color: #65B3CC;
    border-radius: 100%;
}

.er-nav-tabs .nav-tabs .nav-link .cr_border.cr_border1 {
    background-color: #2c6382 !important;
}

/*.er-nav-tabs .nav-tabs .nav-link.active .cr_border {*/
/*    background-color: #2c6382 !important;*/
/*}*/


.er-nav-tabs .nav-tabs .nav-link:hover,
.er-nav-tabs .nav-tabs .nav-link:focus {
    border: none;
}

.er-nav-tabs .line {
    width: 1px;
    height: 14px;
    background-color: #2c6382;
    display: block;
}

small {
    font-size: 13px;
}

.er-nav-tabs .tab-content {
    margin-top: 83px;
}

.er-nav-tabs .tab-content .col-lg-4 {
    margin-bottom: 39px;
}

.er-nav-tabs .tab-content .img {

    margin-top: 16px;
    height: 300px;
}

.er-nav-tabs .tab-content .img a {
    background-color: #dae0e6;
    transition: all 0.8s;
    background-size: contain !important;
    background-position: center 0 !important;
    background-repeat: no-repeat;
}

.er-nav-tabs .tab-content .img a.er_pro {
    background-size: cover !important;
    background-position: center center !important;
}

.er-nav-tabs .tab-content .img a:hover {
    transition: all 0.8s;
    transform: scale(1.1);
}


#er-p-form {
    padding-top: 165px;
}

#er-p-form h4 {
    line-height: 31px;
}

.page.join #join {
    padding-top: 175px;
    padding-bottom: 120px;
    background-color: rgba(216, 216, 216, 0.28);
}


.page.join #join .er-md-line-bar {
    margin-top: 70px !important;
}

.er-more {
    font-size: 13px;
}

.er-pagination {
    margin-top: 20px;
}

.er-pagination a {
    color: #2c6382 !important;
}

.er-pagination .page-link {
    border: none;
}

.er-mt-93 {
    margin-top: 93px !important;
}

.er-mb-93 {
    margin-bottom: 93px !important;
}

.er-pb-93 {
    padding-bottom: 93px !important;
}

.er-pt-130 {
    padding-top: 130px;
}

.er-pb-130 {
    padding-bottom: 130px;
}

.er-form-container {
    max-width: 660px;
    padding: 0;
    margin-top: 75px;
}

.er-mw-622 {
    max-width: 622px;
}

.er-mw-630 {
    max-width: 630px;
}

.er-pb-130 {
    padding-bottom: 130px;
}

.er-bg-gray {
    background-color: rgba(216, 216, 216, 0.28) !important;
}

.er-form-container .er-main-btn {
    margin-top: 60px;
    text-transform: uppercase !important;
    color: #1E3A28 !important;
    letter-spacing: 2.13px;
    font-size: 15px;
}

.er-form-container .er-main-btn:hover {
    color: white !important;
}


.er-mw-660 {
    max-width: 660px
}

.sell .er-text-max-with {
    max-width: 660px;
}

.sell #er-p-form {
    padding-bottom: 100px;
}

.contact #er-p-form {
    padding-bottom: 100px;
}


.contact #location {
    background-image: none;
    background-color: white;
}

.er-top-agent {
    height: 536px;
}

.er-top-agent .er-max-width-img {
    width: 456px;
    height: inherit;
}

.er-top-agent .er-max-width-text {
    max-width: 450px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 25px;

}

.er-top-agent .er-max-width-text p {
    margin-top: 20px;
}

.d_soc_flex {
    margin-top: 20px;
}

.er-font-size-24 {
    font-size: 24px;
}

.er-font-size-30 {
    font-size: 30px;
}

.er-font-size-16 {
    font-size: 16px;
}

.agent_name_big {
    font-size: 34px;
}

.er-font-size-22 {
    font-size: 22px;
}

.er-p-28 {
    padding: 28px 0 !important;
}

.er-line-height-24 {
    line-height: 24px;
}

.er-line-height-29 {
    line-height: 29px;
}

.er-font-size-16 {
    font-size: 16px;
}

.er-mw-13 {
    max-width: 13px;
}

.er-mw-17 {
    max-width: 17px;
}

.er-ml-30 {
    margin-left: 30px;
}

.er-ml-16 {
    margin-left: 16px;
}

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

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

.er-mtf-5 {
    margin-top: -5px;
}

.er-mtf-4 {
    margin-top: -4px;
}

.er-letter-bar a {
    padding: 0 10px;
}

a.er-active {
    color: #AC835E !important;
}

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


.er-swiper-container {
    max-width: 1208px;
}

.er-swiper {
    width: 100%;
    height: 320px;
    padding: 0 5px !important;
}

.er-swiper .swiper-slide .swiper-slide-box {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.55);
}

.er-swiper .swiper-slide {
    padding: 10px;
    background-position: center center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.er-swiper .swiper-slide.swiper-slide-active .er-color-blue {
    color: #AC835E !important;
}

.swiper-slide {
    opacity: 0;
}

.swiper-slide.swiper-slide-prev,
.swiper-slide.swiper-slide-active,
.swiper-slide.swiper-slide-next {
    opacity: 1;
}

#location h3 {
    font-size: 33px;
}


.er-swiper .swiper-slide img {
    display: block;
    width: 100%;
}

.er-h-50 {
    height: 50px;
}

.er-line-height-50 {
    line-height: 50px;
}

.er-swiper .swiper-slide-item {
    height: 230px;
    background-size: cover;
    background-position: center center;
}


.mySwiper-about {
    height: 453px;
}

.mySwiper-about .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
}

.mySwiper-about .swiper-pagination-bullet {
    margin: 0 10px !important;
    ;
    background-color: #FFFFFF;
    border: solid 1px #141129;
    opacity: 1 !important;
}

.mySwiper-about .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #65B3CC;
    border: none;
}

.swiper_slide_ai .text_bar {
    background-color: #2c6382;
    padding: 0 50px;
    z-index: 1;
}


.swiper_slide_ai .text_bar {
    padding: 10px 30px !important;
    height: auto !important;
}

.text_bar .date {
    font-size: 16px;
}

.text_bar .content {
    font-size: 12px;
}

.lef_text strong {
    font-family: Futura-Bold-font, sans-serif;
}

.rig_text strong {
    font-family: FuturaLT-Heavy, sans-serif;
}

.swiper_slide_ai .lef_text {
    font-size: 50px;
    font-weight: bold;
}

.swiper_slide_ai .rig_text {
    margin-left: 30px;
    font-size: 16px;
}

.gm-style-iw-chr {

    height: 0px !important;
}

.mySwiper-about.mySwiper-about_sheet {
    height: 600px;

    padding-bottom: 70px;
}


.mySwiper-about.mySwiper_about_act {

    height: 432px;
    padding-bottom: 60px;

}

.mySwiper_about_container_history_company .mySwiper-about.mySwiper_about_act {
    height: 432px;
}


.swiper_slide_ai {
    font-family: 'Futura-Book-Regular', sans-serif !important;

    border: solid 1px #676767;
    background-size: 100% auto !important;
    background-position: top center;
    background-repeat: no-repeat;
}

.swiper_slide_ai .text_bar {
    background-color: #2c6382;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
}

.page-about-mb-we-help {
    line-height: 59px;
}

.mySwiper-about-container {
    max-width: 850px
}

.mySwiper-about-container_history {
    max-width: 1200px
}

.mySwiper-about-container_history .swiper-slide {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1 !important;
}

.mySwiper_about_container_history_company {
    max-width: 1200px !important;
}

.contact-img {
    height: 981px;
    background-size: cover
}

.swiper_pagination_history {
    text-align: left !important;
}

.mobile-nav {
    display: none;
    background-color: #141129;
    top: 0;
    width: 100%;
    height: 100%;

}

.explore_more_bar {
    right: 12px;
    bottom: 0;
    z-index: 11111111;
}


.explore_more_bar .er-main-btn {
    font-size: 16px;
    height: 34px;
    line-height: 30px;
    border-radius: 30px;
    padding: 0 15px;
}


.explore_more_bar .er-main-btn:focus {
    box-shadow: none;
}

.explore_more_bar_white .er-main-btn.hvr-rectangle-out:after {
    border-color: white;
}

.explore_more_bar_white .er-main-btn {
    color: white !important;
}

.company_recent_history {
    margin-top: 60px;
    color: #FFFFFF;
    padding: 20px 0;
    background-color: #AC835E;
}

.email_box {
    padding: 20px 0;
    font-weight: normal;
    letter-spacing: 1.16px;
    font-size: 12px;
    font-family: 'Futura-Book-Regular', sans-serif !important;
}

.mySwiper-about-container-box.mySwiper_about_container_box_company {
    background-color: #141129;
}

.dropdown-center_er {
    margin-bottom: -5px;
}

.dropdown-menu_er {
    padding: 10px;
}

.email_box_dark {
    color: #141129;
}


.dropdown_menu_er_img {
    max-width: 200px;
}

.mobile-nav-box {
    padding: 42px;
    padding-top: 72px;
}

.mobile-btn {
    right: 20px;
    height: 100%;
    width: 65px;
    top: 0;
}

.dropdown-center_other a {
    margin-left: 10px;
    width: 20px;
    background-size: contain !important;
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
    display: inline-block;
}

.mobile-btn .mobile-btn-box {
    width: 25px;
    height: 12px;
    display: block;
}

.mobile-btn .nx-top {
    top: 0;
    left: 0;
}

.mobile-btn .nx-bot {
    bottom: 0;
    left: 0;
}

.mobile-btn .btn-mb-menu-item {
    width: 25px;
    display: block;
    height: 1px;
    background-color: #AC835E;
}

.mobile-nav .nav-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ffffff;
}

.mobile-nav .nav-item a {
    font-size: 14px;
}

.er-mobile-nav-footer {
    bottom: 30px;
    padding: 0 42px;
    font-size: 14px;
}

.er-mobile-nav-footer.er-footer-nav a {
    padding-right: 24px;
    padding-left: 0;
}

.er-nav-tabs .nav-tabs .nav-item {
    margin-top: -1px;
}


@media (max-width: 1181px) {
    #er-p-form .join-text {
        max-width: 650px;
        margin: auto;
    }

    .er-letter-bar a {
        padding: 8px;
        display: inline-block;
    }


}

.er-item-hover.mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 28px;
    width: 100% !important;
    height: 50px !important;
    opacity: 1 !important;
}

.about-center-img {
    height: 440px;
    background-size: cover !important;
    background-position: center center !important;

}


.er-banner_over {
    background-color: rgba(19, 17, 40, 0.7);
    color: white;
}

.video_test {
    width: 100%;
    height: 300px;
    background-color: #d5d5d5
}

.container_video {
    padding-top: 100px
}

.company_events_text {
    line-height: 50px;
    margin-bottom: 60px;
}


.agent_top_title {
    font-size: 18px;
    line-height: 24px;
}


.agent_pop_box {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #141129E3;
    z-index: 1111;
    top: 97px;
    left: 0;
    display: none;
}

.agent_pop_box.move_top {

    top: 0;

}

.agent_pop_body {
    max-width: 920px;
    height: auto;


}

.agent_pop_body_item_no_year {
    padding-top: 90px;
}

.pop_box_body_img {
    width: 120px;
    height: 120px;
    margin: 0 5px;
    background-size: cover;
    background-color: #dae0e6;
    background-position: center center;
    margin-bottom: 10px;
}

.agent_pop_body_item {
    margin-top: 0px;
}

.agent_pop_body_item_title {
    margin-bottom: 10px;
    font-family: Helvetica, Arial, serif;
    font-size: 15px;
    padding-left: 5px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 2.125px;
    margin-top: 90px;
}

.agent_close_btn {
    top: 30px;
    right: 30px;
    width: 25px;
    height: 25px;
}

.close-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.close-btn img {
    width: 30px;
}

.agent_pop_flex {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

@media (min-width: 996px) {
    .mb-career-text {
        padding-right: 20px;
    }
}

@media (max-width: 1025px) {


    .tab-content.agent {
        margin-top: 33px;
    }

    .contact-img {
        height: 480px;
        background-position: center center !important;

    }

    .er-mobile-nav-footer {
        /*top: 660px;*/
    }

    #mainNav .navbar-nav .nav-item {
        margin-right: 26px;
    }

    #location {
        height: 450px;
    }

    .er-address {

        font-size: 18px;
    }

    #location h3 {
        font-size: 28px;
    }


    .er-item-hover {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 28px;
        width: 100% !important;
        height: 50px !important;
        opacity: 1 !important;
    }

    .er-banner {
        height: 425px;
    }

    .er-banner-index {
        height: 425px;
    }

}

.social-icons-agent a.founder_phone {
    height: auto !important;
    color: #215B7C !important;
}

.agent_pop_body_item_img_box3 {
    padding-top: 90px;
}

.explore_more_btn_photo {
    font-size: 24px;
    border: 1px solid #AC835E;
}

.guide_two_btn_dec {
    color: #215B7C;
    padding-top: 150px;
}

.guide_two_btn_dec .cn {
    font-size: 48px;
}

.guide_two_btn_dec .en {
    font-size: 24px;
}

.guide_two_btn .er-main-btn {

    font-size: 24px;
    border: 1px solid #AC835E;

}


@media (max-width: 993px) {

    .agent_name_big {
        font-size: 28px;
    }

    .agent_img_left_bg {
        background-size: contain;
    }

    .recent_history_pe {
        margin: 20px 0;
    }

    .er-bg-gray_det {
        margin-top: 139px;
    }

    .agent_img_left_bg .agent_img_left_bg_text {
        right: 30px !important;
        bottom: 30px !important;
        font-size: 37px;
    }

    .top_card_slogan.move_top {
        transition: all 1s;
        transform: translateY(-130px);
    }

    .explore_more_btn_photo {
        font-size: 24px;


        height: 60px;

        line-height: 60px;
        padding: 0 28px;

    }

    .agent_pop_box.move_top {

        top: 0 !important;

    }

    .swiper_slide_ai .rig_text {
        margin-left: 10px;
        font-size: 12px;
    }

    .agent_pop_body_item_img_box3 {
        padding-top: 50px;
    }

    .agent_pop_body_item_no_year {
        padding-top: 100px;
    }

    .agent_pop_body_item {
        margin-top: 0px;
    }

    .agent_pop_body_item_title {
        margin-top: 50px;
    }

    .agent_pop_box {
        overflow: scroll;
        height: calc(100vh - 65px);
    }

    .agent_pop_box {
        top: 0 !important;
    }

    .founder_phone {
        font-size: 18px;
    }

    .er_swp_big_title.er-height-110 {
        height: 60px !important;
    }

    .er_swp_big_title .er-line-height-110 {
        height: 60px !important;
        line-height: 60px;
        font-size: 24px;
    }

    .er-sm-mt-65 {
        margin-top: 65px !important;
    }

    .er-sm-font-size-16 {
        font-size: 16px !important;
    }

    .er-sm-font-size-30 {
        font-size: 30px !important;
    }

    .er-sm-font-size-30.find_home_text {
        font-size: 26px !important;
    }

    .er-sm-font-size-60 {
        font-size: 60px !important;
    }

    .mb-px-30px {
        padding: 0 30px;
    }

    .logo {
        height: auto;
        width: 60px !important;
        background-color: transparent;
    }

    #mainNav {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #mainNav .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .mb-home-title {}

    .mb-home {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .mb-home-text {
        font-size: 14px;
        line-height: 20px;
        margin-top: 30px;
    }

    .er-banner {
        height: 441px;
    }

    .er-banner-index {
        height: 441px;
    }

    .mb-home-btn {
        margin-top: 35px;
    }

    .mb-developments-title {
        font-size: 30px;
    }

    .mb-developments-text {
        font-size: 14px;
        max-width: 300px;
        margin: auto;
        line-height: 20px;
    }

    .mb-career-title {
        font-size: 30px;
    }

    .mb-career-box {
        padding: 30px;
    }

    .mb-career-text {
        font-size: 14px;
    }

    .mb-career-text {
        padding: 30px 0;
    }

    h3.er-big-title.mb-career-big-num {
        font-size: 39px;
        margin-top: 62px;
    }

    .guide_two_btn .er-main-btn {

        height: auto !important;

        padding: 10px 30px;
        margin-bottom: 15px;
        font-size: 24px;

        width: 100%;
        line-height: 26px;

    }

    .recent_history_title {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 0;
    }

    .recent_history_title .en {
        font-size: 20px;
        letter-spacing: 0;

    }

    h4.er-sub-title.mb-career-sm-text {
        font-size: 14px;
        margin-top: 10px;
    }

    .mb-join-team-box {
        padding-top: 32px;
        padding-bottom: 40px;
    }

    .er-letter-bar {
        font-size: 14px;
    }

    .mb-service-area-title {

        font-size: 30px;
    }

    .mb-service-area-sm-title {
        font-size: 14px;
    }

    .mb-service-area {
        padding: 100px 30px 30px 30px;
    }

    .mb-service-area .er-gallery .er-item {
        width: 100%;
    }

    .mb-service-area .er-gallery {
        padding-left: 0;
        padding-right: 0;
    }

    .mb-location {
        padding: 70px 30px;
    }

    .mb-location .er-hour {
        display: none;
    }

    .mb-location .er-line {
        display: none;
    }

    .mb-location h3 {
        font-size: 18px;
        margin-bottom: 10px;

    }

    .mb-location .container {
        width: 100% !important;
    }

    .mb-location .container .col-lg-6 {
        padding: 0 !important;
        margin-bottom: 95px;
    }

    .mb-location .er-contact {
        font-size: 14px;
        margin: 0;
    }

    .mb-location .er-address {
        margin: 0;
        font-size: 14px;
    }

    #location {
        height: 238px;
    }


    #footer {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    #footer .er-copyright {
        margin-top: 0;
        font-size: 11px;
        color: #AC835E;
    }

    .er-banner.about {
        height: 266px;
        padding-bottom: 100px;
    }


    .page-about-mb {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 85px;
        padding-top: 30px;
    }

    .er-max-sm-width-full {
        max-width: 100% !important;
    }

    .mb-page-about__server {
        padding-top: 80px;
    }

    .er-sm-maw-375px {
        max-width: 375px !important;
    }

    .mb-page-about__find {
        margin: auto;
        padding-bottom: 39px;
    }

    .er-mw-sm-auto {
        margin: auto !important;
    }

    .page-about-mb-we-help {
        font-size: 14px;
        max-width: 327px;
        margin: auto;
        line-height: 28px;
    }

    .page-about-mb-join-btn-box {
        margin-top: 56px !important;
    }

    .mySwiper-about {
        height: 737px !important;
        width: 100%;
    }

    .mySwiper-about .swiper-slide {
        padding: 0 20px;
    }

    .mySwiper-about-container {
        max-width: 100%;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .mySwiper-about .swiper-slide {
        padding: 0 0px;
    }

    .page-about-mb-swiper-slide-img {
        max-width: 100% !important;
        margin: auto;
    }

    .page-about-mb-sw-row {
        margin: 0 auto;

    }

    .mySwiper-about-container-box {
        padding-top: 0 !important;
    }

    .swiper-pagination {
        position: absolute;

    }

    #astonishing h3 {
        font-size: 24px;
    }

    #astonishing {
        padding: 57px 24px 98px 24px;
    }

    #astonishing .er-text {
        font-size: 14px;
        letter-spacing: 0;
    }

    .mySwiper-about .swiper-pagination-bullet {
        margin: 0 5px !important;
        border-color: #0c0c0c;
    }

    .mySwiper-about .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .er-bottom-bar-btn {
        right: 8px;
        top: -81px;

    }

    .er-banner.join {
        height: 268px;
    }

    #er-p-form {
        padding-top: 63px;
    }


    .px-24-sm {
        padding-left: 24px;
        padding-right: 24px;
    }

    .er-top-agent {
        height: auto;
    }

    .er-banner.sell {
        height: 243px;
    }

    .sell-form-box {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 58px;
    }

    .sell-form-box h3 {
        font-size: 30px;
    }


    .contact-img {
        height: 300px;

    }

    .er-banner-map {
        height: 373px !important;
    }

    .er-nav-tabs .nav-tabs .nav-link {
        display: inline-block;
        height: 100%;
    }

    .er-nav-tabs .nav-tabs .nav-link .cr_border {
        display: none;
    }

    .er-nav-tabs .nav-tabs .nav-link .project_tab_title {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .projects-container {
        padding-right: 30px;
        padding-left: 30px;
    }

    .er-nav-tabs .nav-tabs {
        background-color: transparent;
        justify-content: center;
        padding: 0;
        height: 41px;
        line-height: 41px;
        overflow: hidden;
        border: solid 1px #AC835E !important;
        border-radius: 29px;
    }

    .sw_bt_text_bar {
        font-size: 12px;
    }

    .nav-left-item {
        width: 60%;
    }

    .nav-right-item {
        width: 40%;
    }

    .er-nav-tabs .nav-tabs .nav-item a.active {
        background-color: #AC835E;
        border-radius: 29px;
        color: white !important;
        height: 100%;
    }


    .er-nav-tabs .nav-tabs .nav-item {}

    .er-nav-tabs .nav-tabs .nav-link {
        font-size: 14px;
        color: #141129 !important;
        padding: 0;
        text-align: center;
        display: block;
    }

    .er-mt-md-56 {
        margin-top: 56px !important;
    }

    .er-py-md-30 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .er-mt-lg-70 {
        margin-top: 70px !important;
    }

    .er-pb-lg-30 {
        padding-bottom: 30px;
    }

    .er-pb-lg-60 {
        padding-bottom: 60px;
    }

    .er-swiper {
        padding: 0 40px !important;
    }

    .swiper-button-next {
        right: 0 !important;
    }

    .swiper-button-prev {
        left: 0 !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 43px !important;
        height: 43px !important;
        border-radius: 50%;
        background-color: #AC835E;
    }

    .swiper-button-next:after {
        color: white !important;
        margin-right: -2px;
        font-size: 12px !important;
    }

    .swiper-button-prev:after {
        color: white !important;
        margin-left: -2px;
        font-size: 12px !important;
    }

    .er-item-hover {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 28px;
        width: 100% !important;
        height: 50px !important;
        opacity: 1 !important;
    }

    .mobile-case-bar {
        font-size: 14px;
        color: #141129;
    }

    .mobile-case-bar span {
        color: #AC835E;
    }

    .swiper-button-prev {}

    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        opacity: 0 !important;
    }


    .er-letter-bar a {
        padding: 8px;
        display: inline-block;
    }

    .container_video {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .video_test {
        margin-bottom: 20px;
    }

    .mySwiper-about.mySwiper-about_sheet {
        height: 357px !important;
        margin-top: 30px;

    }

    .mySwiper-about.mySwiper_about_act {
        height: 377px !important;
        margin-top: 30px;
        padding-bottom: 60px; 
    }


    .swiper_slide_ai .text_bar {

        padding: 10px;
        height: auto;
    }

    .mySwiper-about.mySwiper-about_sheet .swiper-slide {
        padding: 0;
    }

    .agent_img_left.top_info_wi {
        position: static !important;
        height: 420px !important;
        width: 100%;
        padding-right: 0;
    }

    .top_info.er-top-agent {

        padding-top: 30px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .guide_two_btn {
        padding: 24px;
    }


    .top_card_slogan {

        top: 65px;

        height: 69px;
    }

    .top_info_wi {
        width: 100%;
    }

    .er-top-agent .er-max-width-text {
        max-width: 100%;

        padding-left: 0px;
    }

    .top_card_slogan_text {

        font-size: 18px;
        letter-spacing: 0px;

        line-height: 20px;

    }

    .er-top-agent .er-max-width-text {
        padding-top: 10px;
    }

    .top_card_slogan_text .en {
        font-size: 12px;
        margin-top: 0;
    }

    .company_recent_history {
        margin-top: 30px;
        padding: 20px 0;
    }

    .mySwiper_about_container_history_company .mySwiper-about.mySwiper_about_act {
        margin-top: 0 !important;
        padding-bottom: 60px;
    }


    .mySwiper-about-container_history {
        max-width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }


}

.er-number a {
    color: #141129 !important;
}


@media (max-width: 450px) {
    #location {
        height: 488px;
    }


    #er-p-form .join-text {
        max-width: 327px;
        margin: auto;
    }

    .er-mobile-nav-footer {
        bottom: 30px;
    }


}

@media (max-width: 376px) {
    .er-nav-tabs .nav-tabs .nav-link {
        font-size: 12px;
    }
}


.project_a_title {}

@media (max-height: 568px) {
    .mobile-nav-box {
        padding-top: 72px;
    }

    .mobile-nav .nav-item {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.er-main-btn-website {
    font-size: 14px;
}

#data-loading {
    display: none;
}

.er-pagination .page-link.er-active {
    color: #AC835E !important;
    font-weight: bold;
}

.help-block.text-danger.text-center ul {
    padding-left: 0;
}

.help-block.text-danger.text-center li {
    list-style: none;
    text-align: left;
}

.social-icons a {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 25px 10px;
    background-size: contain !important;
    background-position: center center;
    background-repeat: no-repeat;
}

.social-icons-agent {}

.social-icons-agent a {
    margin: 0;
    margin-right: 10px;
}


.swiper-slide-img {
    background-size: cover !important;
    background-position: center center;
}


.buyer_container h1 {
    color: #215B7C;
    font-family: "Rufina-Regular", sans-serif;
    ;
    font-size: 37px;
    font-style: normal;
    font-weight: 400;
    line-height: 59px;
    margin-bottom: 33px;
}

.buyer_img {
    max-width: 339px;
}

.buyer_item_image {
    width: 24px;
    height: 24px;
}

.buyer_img {
    margin-left: 115px
}

.buyer_item {
    margin-bottom: 40px;
}

.buyer_container {
    max-width: 769px;
}

.buyer_item_text {
    min-width: 269px;


    /* Body / Body 1 */
    color: #000000DE;
    font-family: Roboto, sans-serif;

    margin-left: 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.5px;
}

.buyer_container1 {
    padding-top: 133px;
}

.buyer_container2 {
    padding-top: 60px;
    max-width: 914px;
}

.buyer_container2 h1 {
    font-size: 32px;
    line-height: 45px;
}

.buyer_img_cards {
    padding-top: 130px;
    max-width: 855px;
}

.buyer_img_card {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    overflow: hidden;
    background-color: white;
    max-width: 413px;
}

.buyer_img_card_top {
    overflow: hidden;
    border-radius: 15px;
    height: 174px;
}

.buyer_img_card_text {
    color: #000000DE;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.5px;
}

.buyer_img_card_text_box {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 190px;
}


.buyer_img_card_top img {

    object-fit: cover;
}

.buyer_container3 {
    max-width: 898px;
    padding-top: 110px;
}

.buyer_img2 {
    max-width: 450px;
    margin-left: 0;
    margin-right: 130px;
}

.buyer_calculator {
    max-width: 964px;
}

.buyer_cost_item {
    width: 170px;
    height: 170px;
    border-radius: 100%;
    border: 1px solid #AC835E;
    margin-bottom: 33px;
}

.buyer_cost_item img {
    max-width: 93px;
}

.buyer_cost_item_text {
    color: #141129;
    text-align: center;
    font-family: 'Futura-Book-Regular', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 125% */
    letter-spacing: 0.533px;

}

.buyer_cost_item_text_has_sm {
    line-height: 1.2;
    font-size: 18px;
}

.buyer_cost_item_text small {
    font-size: 14px;
}
.buyer_cost_item_text small.cn {
    font-size: 12px;
}

.buyer_cost_row {
    margin-top: 67px;
}

.buyer_cost_item2 img {
    max-width: 148px;
}

.buyer_Mansion {
    width: 100%;
    padding: 43px 0;
    background: #141129;
}

.buyer_Mansion h1 {
    color: #AC835E;
    text-align: center;
    font-family: Rufina;
    font-size: 37px;
    font-style: normal;
    font-weight: 400;
    line-height: 59px;
    /* 159.459% */
}

.buyer_Mansion h2 {
    color: #FFF;
    text-align: center;
    font-family: 'Futura-Book-Regular', sans-serif;
    ;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    /* 155% */
    letter-spacing: 0.533px;
}

.buyer_Mansion_item h1 {
    color: #215B7C;
    font-size: 64px;
}

.buyer_Mansion_item {
    background-color: white;
    border-radius: 15px;
    width: 297px;
    color: #141129;
    margin-bottom: 40px;
    letter-spacing: 0.533px;
    padding: 20px 20px;
    padding-bottom: 10px;
    font-size: 16px;
    font-family: 'Futura-Book-Regular', sans-serif;
    font-weight: 400;
    line-height: 25px;
}

.buyer_Mansion_item_img {
    text-align: center;
    padding-top: 0;
}

.buyer_Mansion_item_img img {
    max-width: 239px;

}

.buyer_Mansion_item_img {
    background-color: transparent;
}

.buyer_mansion_row {
    max-width: 918px;
    margin: auto;
    margin-top: 47px;
}

.sell_guide .buyer_item_text {
    min-width: auto;
    max-width: 100%;
}

.sell_guide .buyer_container1 {
    max-width: 1145px;
    padding: 0 40px;
    padding-top: 140px;
}

.sell_guide .buyer_box2 {
    padding: 40px;
    margin-top: 60px;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 15px;
}

.sell_guide .buyer_box h1 {
    font-size: 32px;
}

.sell_box_two_text {
    padding-top: 150px;
}

.sell_box_two_text .sell_box_two_text_hr {
    background-color: #141129;
    width: 1px;
    margin: 0 140px;
    height: 163px;
}

.sell_box_two_text h2 {
    color: #215B7C;
    margin-bottom: 0;
    font-family: "Rufina-Regular", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}

.sellGuide_next {
    max-width: 952px;
}

.buyer_container2.seller_should {
    padding-top: 200px;
    max-width: 1056px;
}

.CO1 {
    max-width: 127px;
    margin-right: 50px;
    margin-bottom: 35px;
}

.buyer {
    background-image: url(/wp-content/themes/erealty/img/buyer/bg.jpg?v=1);
    background-position-y: 831px;
    background-repeat: repeat-x;
}

.sellGuide_next_row {
    max-width: 815px;
    margin: auto;
    margin-top: 115px;
}

.buyer.sell_guide {

    background-position-y: 280px;

}

.buyer_items h1.sell_title_h1 {
    line-height: 1.5;
}

.sell_guide_img2 {
    max-width: 278px;
}

.sell_guide_img2_sell_guide {
    margin-right: 0;
    margin-left: 130px;
}

.buyer_container3_sell_g1 {
    padding-bottom: 100px;
}

@media (min-width: 992px) {
    .swiper-slide-img {
        animation: swzoomin 20s linear infinite;
        -webkit-animation: swzoomin 20s linear infinite;
    }
}

@media (max-width: 992px) {

    .buyer_container3_sell_g1 {
        padding-bottom: 50px;
    }


    .swiper-slide-img {
        animation: swzoomin 20s linear infinite;
        -webkit-animation: swzoomin 20s linear infinite;
    }

    .er-color-project-title a.project_a_title {
        font-size: 14px;
        font-weight: bold;
    }

    .page-about-mb-we-help {
        font-size: 20px !important;
    }

    .buyer {
        overflow: hidden;
    }

    .buyer_container h1 {
        font-size: 24px !important;
        margin-bottom: 15px;
        line-height: 1.2
    }


    .buyer_container3 {
        max-width: 898px;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .buyer_img {
        max-width: 239px;
        margin: auto;
    }

    .buyer_container2 {
        padding-top: 53px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .buyer_Mansion_item {
        margin: auto;
        margin-bottom: 20px;
    }

    .buyer_item {
        margin-bottom: 20px;
    }

    .buyer_cost_row {
        margin-top: 37px;
    }

    .buyer_img_card {
        margin: auto;
        margin-bottom: 30px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .buyer_container1 {
        padding-top: 33px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .buyer_img_cards {
        padding-top: 30px;
        max-width: 903px;
    }

    .buyer_Mansion {
        padding-left: 30px;
        padding-right: 30px;
    }

    .sell_guide .buyer_container1 {
        padding: 0 30px;
    }

    .sell_guide .buyer_box2 {
        padding: 30px 25px;
        margin-top: 30px;

    }

    .mcalc label,
    .mcalc input[type=text],
    .mcalc select,
    .mcalc .mcalc-results p {
        font-size: 14px !important;
    }

    .buyer_item_text {
        margin-left: 16px;
    }

    .sellGuide_next_row {
        margin-top: 55px;
    }

    .sell_guide {
        padding-top: 50px;
    }

    .sell_box_two_text {
        padding-top: 50px;
    }

    .sell_box_two_text .sell_box_two_text_hr {
        width: 100%;
        height: 1px;
        margin: 30px auto;
    }

    .sell_box_two_text {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 50px;
    }

    .buyer_container2.seller_should {
        padding-top: 60px;
    }

    .buyer_items h1.sell_title_h1 {
        text-align: center;
    }

    .p1_img {
        margin-bottom: 20px;
    }

    .buyer_items h1.sell_title_h1 {
        text-align: center;
        margin-top: 20px;
    }

    .buyer_cost_item {
        width: 145px;
        height: 145px;
    }

    .buyer_cost_item_text {

        font-size: 16px;

        line-height: 1.2;
    }

    .buyer_cost_item_text {
        font-size: 16px;
        line-height: 1.2;
    }

    .buyer_cost_item_text small {
        font-size: 12px;
    }

    .buyer_cost_item2 img {
        max-width: 108px;
    }

    .buyer_cost {
        padding-left: 20px;
        padding-right: 20px;
    }

    .buyer_cost .buyer_cost_item {
        width: 160px;
        height: 160px;
    }


    .swiper_pagination_history {
        text-align: center !important;
    }

    .explore_more_bar {
        position: static !important;
        text-align: center;
        margin-top: 10px;
    }
}

.mcalc label {
    color: #5c5c5c;
}

.mcalc {

    box-shadow: 0 1px 3px rgba(0, 0, 0, .55) !important;
}

.mcalc .mcalc-percent {
    color: #5c5c5c;
}

@media (max-width: 391px) {
    .buyer_container2 {
        padding-top: 53px;
        padding-left: 28px;
        padding-right: 28px;
    }

    .buyer_item_text_qualify {
        width: 270px;
    }
    .buyer_item_text_completed {
        width: 270px;
    }

    .seller_should_choose_text {
        width: 103%;
         margin-left: -1%;
    }
} 

.our-team-item-h4:nth-child(5) h4 {
    width: 250px;
    margin-left: -15px;
}


@keyframes swzoomin {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


@-webkit-keyframes swzoomin {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}