:root {
    --accent-color: #c4a52d;
    --trans: 0.4s all ease;
}

.otgs-development-site-front-end, .grecaptcha-badge {
    display: none !important;
}

.position .listings-img img {
    width: 100%;
    height: 410px;
    object-fit: cover;
}

.bigger-container {
    width: 100%;
    max-width: 1400px;
    padding: 0 15px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.custom-container {
    width: 100%;
    max-width: 80%;
    padding: 0 15px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.hero-btn-ctn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

.hero-btn-ctn .btn-default {
    flex-basis: 305px;
    margin: 0;
}

.properties.inner .prop-filter-btn {
    display: inline-block;
    min-width: 200px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: solid 1px #000;
    background: #000;
    padding: 10px 30px;
    border-radius: 0px;
    transition: all ease 0.5s;
}

.properties.inner .prop-filter-btn:hover {
    color: #000;
    background: transparent;
}

/* new pagination buttons style start */
.nolist {
    padding: 0;
}

.my-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    list-style: none;
    padding-left: 0;
}

.my-pagination-btn {
    display: inline-block;
    min-width: 55px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.61px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    border: 1px solid #000;
    padding: 10px 15px;
    transition: 0.4s all ease;
}

.my-pagination-btn:hover,
.current-page-pagination {
    color: #000;
    background: transparent;
}
/* new pagination buttons style end */

.padd-lg {
    padding: 80px 0;
}

.eval {
    margin-top: 130px;
}

.resp-table {
    overflow-x: auto;
}

#search-props input, #search-props select {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    width: 100%;
    color: #fff;
    outline: none;
}

#search-props ::placeholder {
    color: #fff;
}

.gallery {
    padding-top: 170px;
}

.gallery img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}

.ellipse-bg {
    background: #f9f6f1;
}

.main-title h2 {
    font-size: 46px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.features {
    background: #212121;
    color: #fff;
}

.features h3 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    max-width: 200px;
    margin: 0 auto;
    font-weight: 400;
}

.features img {
    margin-bottom: 20px;
}

.main-title {
    margin-bottom: 30px;
}

.cta2 h2 {
    font-weight: 300;
    color: #000;
    font-size: 45px;
}

#multi-step-form .fw-choice.fw-input-container {
    display: inline-block;
    width: 49%;
}

#multi-step-form .fw-plain-layout .fw-step-part-title {
    display: none !important;
}

.alerts {
    margin-top: 130px;
}

.niceform input, .niceform select, .niceform textarea {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    margin-bottom: 15px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding-left: 10px;
}

.niceform textarea {
    height: 120px;
    resize: none;
    padding-top: 10px;
}

.get-know.aboutpage {
    margin-top: 100px;
}

#multi-step-form {
    border-radius: 10px;
    box-shadow: 0px 0px 15px 1px rgb(255 255 255 / 40%);
    padding: 55px 50px;
    background: rgba(245, 245, 244, 0.95);
}

#multi-step-form .fw-wizard-step-header h2 {
    font-weight: 600;
    color: #000;
    font-size: 45px !important;
    text-transform: uppercase;
    font-family: "PT Serif", serif !important;
}

.ratehub-calc .rh-calc-main .profile label {
    font-weight: 500 !important;
}

.resp_table {
    overflow-x: auto;
}

#burger-menu {
    display: none;
}

#burger-content {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3000;
    width: 100%;
    height: 100vh;
    background-color: #0e0e0e;
    padding: 50px 60px;
    transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transform: translateX(100%);
    overflow-y: auto;
}

#burger-content.active {
    transform: translateX(0);
}

#burger-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

#burger-content ul li {
    text-align: left;
    position: relative;
    text-transform: uppercase;
    margin: 10px 0;
    width: 50%;
}

#burger-content ul li a {
    color: #fff;
}

#burger-content li ul {
    display: block;
    position: static;
    background: none;
    padding-left: 20px;
}

#burger-content li ul li a {
    color: #999;
    margin: 0;
}

.flush {
    padding: 0 !important;
}

.management.intro {
    margin-top: 90px;
}

.management.intro h1 {
    font-size: 46px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.management.intro .inner {
    background: rgba(245, 245, 244, 0.95);
    padding: 40px;
    margin-left: -150px;
}

.management.intro img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-height: 70vh;
}

.contact.management .box {
    background: rgba(245, 245, 244, 0.95);
    text-align: center;
    padding: 40px;
    border-radius: 4px;
    transition: var(--trans);
    height: 100%;
}

.contact.management a {
    transition: none;
}

.contact.management .box i {
    font-size: 40px;
    color: #c4a52d;
    margin-bottom: 20px;
    display: block;
}

.contact.management .box:hover {
    background: #212121;
    transform: translateY(-10px);
}

.contact.management a:hover {
    color: #fff;
}

.contact.management .inner {
    padding: 30px 0;
}

.management ol li {
    margin-bottom: 5px;
    line-height: 1.8;
}

/* buyers/sellers download guide forms */
.guides-modal h3 {
    font-size: 25px;
}

.guides-modal .form-control {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    margin-bottom: 15px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.guides-modal .close {
    opacity: 1;
    width: 15px;
    position: absolute;
    top: 16px;
    right: 20px;
}

.choose.management .inner {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
}

.teambox .imgbox img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: top;
}

.management.intro {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.inner .select2-container .select2-search--inline .select2-search__field {
    height: inherit;
    margin-bottom: 0;
}

.inner .select2-container--default .select2-selection--multiple {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.inner .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: rgba(0, 0, 0, 0.5) !important;
}

#mw-messages-header, mw-messages-button, #mw-messages-chat-button-container {
    background: var(--accent-color) !important;
    background-color: var(--accent-color) !important;
}

mw-messages-avatar {
    border-color: var(--accent-color) !important;
}

.career-form .wpcf7-response-output, .contact-info.cpage  .wpcf7-response-output {
    color: #000 !important;
}

.get-know.identification-section {
    padding: 70px;
    margin-top: 100px;
    background-repeat: no-repeat;
    background-size: 65% 100%;
    background-position: 100% 50%;
}

@media (max-width: 1000px) {
    .get-know.identification-section {
        margin-top: 85px;
        background-size: 100% 100%;
        background-position: 50% 50%;
    }
}

@media (max-width: 768px) {
    .get-know.identification-section {
        padding: 70px 0;
    }
}
