@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");

/*** GENERIC CSS ***/

:root {
    --accent: #d1bf91;
}

html,
body {
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}

body {
    font-size: 16px;
    color: #000;
}

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 400;
    font-family: "Cinzel", serif;
}

h1 {
    font-size: 54px;
    line-height: 1.5;
}

h2 {
    font-size: 48px;
    line-height: 1.4;
}

h3 {
    font-size: 35px;
    line-height: 1.5;
}

h4 {
    font-size: 27px;
    line-height: 1.5;
}

h5 {
    font-size: 24px;
    line-height: 1.5;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.8;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.visible-xs {
    display: none;
}

.btn-default {
    background: transparent;
    cursor: pointer;
    display: inline-block;
    color: #bc8f8f;
    color: #000;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    line-height: 55px;
    transition: all 0.3s ease-in;
    border-radius: 100px;
    padding: 0px 35px 0px 45px;
    text-align: center;
    white-space: nowrap;
    z-index: 2;
    vertical-align: middle;
}

.btn-default:before {
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
    content: "";
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #d1bf91;
    opacity: 0.5;
    width: 55px;
    height: 55px;
    border-radius: 100%;
}

.btn-default:after {
    background: #1e2225;
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
    content: "";
    position: absolute;
    z-index: -1;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 2px;
}

.btn-default.white {
    color: #fff;
}

.btn-default.white::after {
    background: #fff;
}

.btn-default:hover,
.banner .btn-default.active {
    color: #000;
}

.btn-default:hover:before,
.banner .btn-default.active::before {
    width: calc(100% + 0px);
    border-radius: 60px;
    opacity: 1;
}

.btn-default:hover:after,
.banner .btn-default.active::after {
    width: 60px;
    transform: translateX(-45px);
    opacity: 1;
}

.banner .btn-default.active::after {
    background: #fff;
}

.banner .btn-default.active:hover::before {
    background: none;
    border: 2px solid #fff;
}

.banner .btn-default.active:hover::after {
    background: #fff;
}

.btn-black {
    border-color: #112132;
    color: #112132;
}

.normal-btn {
    display: inline-block;
    border: 2px solid #fff;
    font-size: 13px;
    line-height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    border-radius: 30px;
    min-width: 180px;
    text-align: center;
}

.normal-btn i {
    margin-right: 5px;
    font-size: 20px;
    position: relative;
    top: 3px;
}

.normal-btn:hover {
    background: #bc8f8f;
    color: #fff;
    border-color: #bc8f8f;
}

ul.list li {
    margin: 0px 0px 15px 0px;
}

.btn-filled {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    line-height: 55px;
    transition: all 0.3s ease-in;
    border-radius: 100px;
    padding: 0px 16px 0px 36px;
    text-align: center;
    white-space: nowrap;
    z-index: 2;
    vertical-align: middle;
    margin-left: 7px;
    border: 2px solid #000;
}

.btn-filled:before {
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
    content: "";
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000;
    width: 100%;
    border-radius: 60px;
    opacity: 1;
    height: 55px;
}

.btn-filled:after {
    background: #1e2225;
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    transform: translateX(-45px);
    opacity: 1;
    height: 2px;
}

.btn-filled:hover {
    color: #000;
    background: transparent;
}

.btn-filled:hover:before {
    width: 0px;
}

.btn-filled:hover:after {
    width: 60px;
    transform: translateX(-45px);
    opacity: 1;
    background: #000;
}

.img-rounded {
    border-radius: 15px;
}

.hover-animate {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.hover-animate:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.section-title {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.section-title .divider {
    border-top: 2px solid #e1dbc2;
    border-top: 2px solid #d1bf91;
    height: 2px;
    width: 35px;
    margin-top: 12px;
    margin-bottom: 15px;
    opacity: 1;
    display: inline-block;
}

.section-title.black h2 {
    color: #000;
}

.section-title.black .divider {
    border-color: #000;
}

.section-title h2 + .divider {
    margin-top: -15px;
    position: relative;
    top: -5px;
}

.section-title h6 {
    color: #636363;
    font-size: 13px;
    letter-spacing: 3px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
}

.section-title h2 {
    font-size: 42px;
    line-height: 1.2;
    margin: 0px;
    margin-bottom: 25px;
    font-weight: 500;
    letter-spacing: 0;
}

.section-title.white h2,
.section-title.white h6 {
    color: #fff;
}

.section-title p {
    font-size: 18px;
    line-height: 1.8;
}

/*** HEADER ***/
.header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 15px 0px;
}

.header .user {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    font-size: 30px;
    vertical-align: middle;
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    pointer-events: all;
    opacity: 1;
    background: #fff;
    padding: 15px 0px;
}

.navbar-nav .nav-link {
    color: #fff;
    line-height: 17px;
    padding-bottom: 5px;
    position: relative;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 400;
    letter-spacing: 1.12px;
    padding: 0px 0px !important;
    font-size: 16px;
}

.navbar-brand {
    padding: 0px !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.15em;
}

.navbar-light .navbar-nav .nav-link i {
    vertical-align: middle;
    margin-right: 10px;
    background: #000;
    border: 1px solid #000;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.navbar-light .navbar-nav .nav-item > .nav-link {
    color: #fff;
}

.header.fixed .navbar-light .navbar-nav .nav-item > .nav-link {
    color: #000;
}

.navbar-light .navbar-nav .nav-item:hover > .nav-link {
    color: #d1bf91 !important;
}

.fixed .navbar-light .navbar-nav .nav-item:hover > .nav-link,
.fixed .navbar-light .navbar-nav .nav-item.active > .nav-link {
    color: #d1bf91 !important;
}

.navbar-light .navbar-nav .nav-item.active > a,
.fixed .navbar-light .navbar-nav .nav-item.active > a,
.header.innerheader .menu-btn span {
    color: #d1bf91 !important;
}

.navbar-light .navbar-nav .nav-item ul.sub-menu li:hover {
    background: #fff;
}

.navbar-expand-lg .navbar-nav > li {
    margin-left: 35px;
    display: inline-block;
    vertical-align: top;
}

.navbar-brand img {
    max-height: 100px;
    margin-right: 20px;
}

.navbar {
    padding: 0px 0px;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav li.dropdown:hover ul.sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

ul.sub-menu {
    min-width: 255px;
    width: 100%;
    padding: 0px 0px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 4%);
    text-align: left;
    margin: auto;
    background: none;
    margin-top: 0px;
    display: block;
    padding-top: 15px;

    list-style: none;
    margin: 0;
    background: 0 0;
    padding: 0;
    position: absolute;
    left: calc(50% - 100px);
    min-width: 250px;
    padding-top: 15px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-light .navbar-nav ul.sub-menu li {
    width: 100%;
    position: relative;
    margin-bottom: 1px;
}

.navbar-nav ul.sub-menu li a.nav-link {
    transition: all 0.3s;
    display: inline-block;
    clear: both;
    margin: 0px;
    width: 100%;
    position: relative;
    line-height: 25px;
    padding: 10px 10px !important;

    font-size: 14px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;

    background: rgba(255, 255, 255, 1);
    color: #000 !important;
    border: none;
    text-transform: uppercase;
    white-space: break-spaces;
}

.navbar-light .navbar-nav .nav-item ul.sub-menu li:hover > a,
.navbar-light .navbar-nav .nav-item ul.sub-menu li.active > a {
    color: #fff !important;
    background: #d1bf91;
}

.fixed .menu-btn:hover {
    color: #fff !important;
}

.menu-btn div span {
}

.side-menu {
    background: #e1dbc2;
    position: fixed;
    top: 0px;
    left: -600px;
    width: 340px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
    z-index: 9999999;
    padding: 55px 35px;
    overflow: hidden;
    overflow-y: auto;
    left: -100%;
}

.side-menu .logo img {
    max-height: 48px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.side-menu.intro {
    left: 0px;
}

.side-menu ul.main-menu ul {
    padding: 0;
}

.side-menu ul.main-menu li {
    list-style: none;
    display: inline-block;
    width: 100%;
}

.side-menu ul.main-menu {
    padding-left: 0px;
    margin-top: 50px;
}

.side-menu ul.main-menu li a {
    display: inline-block;
    width: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #d1bf91;
    color: #000;
    font-size: 17px;
    padding: 7px 0px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    font-weight: 500;
}

.side-menu ul.main-menu li a:hover,
.side-menu ul.main-menu li.active > a {
    background: none;
    color: #000;
    font-weight: bold;
}

a.CloseBtn {
    float: right;
    color: #000;
    background: #d1bf91;
    font-size: 22px;
    margin: 0;
    position: relative;
    z-index: 99;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 40px;
    min-height: 40px;
    border-radius: 0px 0px 0px 5px;
}

a.CloseBtn:before,
a.CloseBtn:after {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
}

a.CloseBtn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

a.CloseBtn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.side-menu ul.main-menu.navbar-nav {
    margin-top: 30px;
}

.side-menu ul.main-menu.navbar-nav li {
    margin: 0;
}
.side-menu ul.main-menu.navbar-nav li a {
}

.side-menu ul.main-menu.navbar-nav li:last-child a {
    border: none;
}

.side-menu ul.main-menu.navbar-nav li a:hover {
    background: none;
    color: #000;
}

.side-menu ul.main-menu.navbar-nav li .sub-menu a {
    padding: 10px 5px;
    font-size: 12px;
    background: #ebebeb;
    color: #000;
}

.side-menu .menu-item-has-children {
    cursor: pointer;
}

.side-menu .menu-item-has-children > a {
    pointer-events: none;
    cursor: pointer;
    position: relative;
}

.side-menu .menu-item-has-children:hover > a {
    color: #000 !important;
}

.side-menu .menu-item-has-children > a:after {
    content: "";
    width: 25px;
    height: 25px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

.side-menu .menu-item-has-children > a:before {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 27px;
    z-index: 99;
    top: 51%;
    transform: translate(0px, -50%);
    right: 6px;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
}

.side-menu .menu-item-has-children.current > a:before {
    content: "\f068";
}

.side-menu ul.navbar-nav li a:hover {
    background: none;
    color: #000;
    border-bottom-color: rgba(11, 23, 23, 0.2);
}

.side-menu li.menu-item-has-children ul.sub-menu {
    opacity: 1;
    visibility: visible !important;
    position: relative !important;
    left: 0 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    background: #ccc;
    padding: 0px 0px !important;
    display: none !important;
    top: 0 !important;
}

.side-menu ul li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.side-menu ul.navbar-nav li ul.sub-menu li {
    margin: 0;
}

.side-menu ul.navbar-nav li ul.sub-menu li:hover a,
.side-menu ul.navbar-nav li ul.sub-menu li.current_page_item > a,
.side-menu ul.navbar-nav li ul.sub-menu li.active > a {
    background: #d1bf91 !important;
    color: #000 !important;
}

.side-menu ul li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.side-menu ul.main-menu.navbar-nav li {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.header .logo img {
    max-height: 80px;
}

.social-fix {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 25px;
    position: fixed;
    right: 50px;
    top: 40%;
    z-index: 9;
}

.social-fix a {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin: 15px 0px;
}

.social-fix li {
    display: inline-block;
    margin-right: 30px;
}

.menu-btn {
    color: #000 !important;
    background: #d1bf91;
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .menu-btn span {
    display: block;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #fff !important;
    height: 2px;
    margin: 2px 0px;
    transition: all 0.3s;
    float: right;
}

.header .menu-btn div {
    margin-right: 0px;
    margin-left: 0px;
    position: relative;
    top: 0px;
    vertical-align: middle;
    width: 25px;
}

.header .menu-btn div span:last-child {
    width: 50%;
    float: right;
}

.header .menu-btn:hover div span:first-child {
    width: 50%;
}

.header .menu-btn:hover div span:last-child {
    width: 100%;
}

.header.fixed .navbar-brand img {
    max-height: 75px;
}

.header.homi .navbar-brand img {
    display: none;
}

.header.homi.fixed .navbar-brand img {
    display: inline-block;
}

/*** banner ***/
.banner {
    padding: 0px 0px 0px 0px;
    position: relative;
    z-index: 8;
    overflow: hidden;
    height: 100vh;
    width: 100%;
}

.banner .logo img {
    max-height: 340px;
}

.banner .logo-remax {
    position: absolute;
    bottom: 20px;
    right: 28px;
    filter: brightness(0) invert(1);
    z-index: 6;
    max-height: 55px;
}

.banner .item {
    position: relative;
    height: 100vh;
}

.banner .owl-carousel {
    height: 100vh;
}

.banner .h-100vh {
    padding: 90px 0px 100px 0px;
}

.banner .owl-nav {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
}

.banner .owl-nav button {
    background: none !important;
    margin: 0px 60px !important;
    color: #fff;
}

.banner .owl-nav button span {
    color: #fff;
    position: relative;
}

.banner .owl-nav .glyphicon-chevron-left:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 7.5px;
    left: 5px;
    z-index: 99;
}

.banner .owl-nav .glyphicon-chevron-right:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 7px;
    right: 5px;
    z-index: 99;
}

.banner .owl-nav button img {
    width: 50px;
}

.banner:after {
    position: absolute;
    content: "";
    background: #333333;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    display: none;
}

.h-100vh {
    height: 100vh;
}

.banner .container,
.banner .owl-carousel {
    position: relative;
    z-index: 2;
}

.banner .btn-default {
    margin: 5px 30px;
    min-width: 100px;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1170px;
    }
}

#myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
}

/*** About ***/
.about {
    padding: 80px 0px 90px 0px;
}

.imgbox {
    display: inline-block;
    width: 100%;
}

.about .teamimg {
    margin-top: 40px;
}

.about .btn-default {
    margin-top: 80px;
}

/*** PROPERTIES ***/
.properties {
    padding: 120px 0px 0px 0px;
    background: #e1dbc2;
    position: relative;
    overflow: hidden;
}

.bigtext {
    font-size: 340px;
    color: #f1f1f1;
    font-weight: 300;
    position: absolute;
    left: 0;
    text-align: center;
    font-family: "Cinzel", serif;
    text-transform: uppercase;
    line-height: 0.4;
    opacity: 0.3;
    white-space: nowrap;
}

.properties .section-title {
    margin-bottom: 50px;
}

.properties .item {
    padding: 0px 20px;
}

.listingbox {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #939598;
    position: relative;
    transition: all 0.3s;
    margin-bottom: 20px;
}

.listingbox:hover {
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.center .listingbox {
    /* box-shadow: 0 4px 8px 0 rgba(0,0,0,.2); */
    transform: scale(1.05);
}

.center .listingbox .img img {
    height: 320px;
}

.center .listingbox h4 {
    font-size: 23px;
}

.listingbox {
    display: inline-block;
    width: 100%;
    font-size: 16px;
}

.listingbox .img {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.listingbox .img .label {
    border-radius: 0;
    padding: 7px 10px;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 10px;
    box-shadow: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    margin-top: 10px;
    background-color: #000;
    color: #fff;
}

.listingbox .img img {
    height: 270px;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.listingbox .text {
    padding: 0px 20px;
}

.listingbox h4 {
    color: #000;
    margin: 0 0 10px;
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
}

.listingbox h5 {
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-family: "Montserrat", sans-serif;
}

.listingbox p {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 1.5em;
    color: #000;
}

.listingbox p span {
    color: #888;
}

.listingbox:hover .list-icons {
    color: #fff;
}

.properties .owl-theme .owl-nav {
    margin: 0;
}

.properties .owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    margin: 0;
    top: 50%;
    left: -12px;
    transform: translate(0px, -50%);
    width: 80px;
    height: 60px;
    background: #d1bf91 url(../img/arrow-prev.webp) 50% 50% no-repeat;
    background-size: 32px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0;
}

.properties .owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: -12px;
    background: #d1bf91 url(../img/arrow-next.webp) 50% 50% no-repeat;
    background-size: 32px;
}

.properties .mts {
    margin-top: 90px;
}

.properties .link {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 20px;
    border-top: 1px solid #636363;
    position: relative;
}

.properties .lts .link {
    border-left: 1px solid #636363;
    border-right: none;
}

.properties .link:hover {
    background-color: #000;
    color: #fff;
}

/*** neighborhoods ***/
.neighborhoods {
    padding: 110px 0px;
}

.neighborhoods .spr > div {
    padding: 0px 20px;
}

.neighborhoods .item {
    padding: 0px 20px;
    padding-bottom: 35px;
}

.imgstyle2 {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #000000;
}

.imgstyle2 img {
    height: 435px;
    box-shadow: 0 30px 30px rgb(0 0 0 / 10%);
    object-fit: cover;
    object-position: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 2;
}

.imgstyle2:hover img {
    opacity: 0.5;
    height: 455px;
}

.imgstyle2:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 3;
}

.imgstyle2:before {
    position: absolute;
    content: "";
    height: calc(100% - 15px);
    width: calc(100% - 5px);
    background: transparent;
    top: 30px;
    left: 25px;
    z-index: 1;
    border: 2px solid #e1dbc2;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.imgstyle2 h3 {
    position: absolute;
    bottom: 0;
    margin: 0;
    z-index: 5;
    top: 0;
    right: unset;
    display: flex;
    align-items: flex-end;
    padding: 0 30px 30px;
    color: #fff;
    text-shadow: 0 20px 20px rgb(0 0 0 / 7%);
    font-weight: bold;
    width: 50%;
    line-height: 1.1;
    pointer-events: none;
    cursor: pointer;
    text-align: left;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
}

.imgstyle2:hover:before {
    top: 12.5px;
    left: 12.5px;
    bottom: 12.5px;
    right: 12.5px;
    z-index: 6;
    width: unset;
    height: unset;
    pointer-events: none;
    opacity: 1;
    border-width: 1px;
}

.neighborhoods .owl-theme .owl-nav {
    text-align: right;
}

.neighborhoods .owl-theme .owl-nav button {
    width: 100px;
    height: 60px;
    background: #d1bf91 !important;
    border-radius: 0px;
    transition: all 0.3s;
}

.neighborhoods .owl-theme .owl-nav button:hover {
    background: #fff !important;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}

/*** sold-map ***/
.sold-map {
    padding: 70px 0px 0px 0px;
}

/*** Buysell ***/
.buysell {
    background: #e1dbc2;
    padding: 0px;
    overflow: hidden;
}

.buysell .fill-btn {
    margin-right: 5px;
    margin-bottom: 15px;
    min-width: 300px;
}

.fill-btn {
    background: transparent;
    cursor: pointer;
    display: inline-block;
    color: #d1bf91;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    line-height: 45px;
    transition: all 0.3s ease-in;
    border-radius: 100px;
    padding: 0px 20px;
    text-align: center;
    white-space: nowrap;
    z-index: 2;
    vertical-align: middle;
    border: 2px solid #d1bf91;
}

.fill-btn:hover,
.fill-btn.active {
    color: #fff;
    background: #d1bf91;
}

.fill-btn.active:hover {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.buysell .bigtext {
    transform: translateX(50%) translateY(-40%) rotate(-90deg);
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: auto;
    right: 0px;
    text-transform: uppercase;
    text-align: center;
    z-index: -1;
    font-size: 120px;
}

.buysell .bigtext {
    right: -32px;
}

.buysell .bigtext.left {
    left: 0;
    right: auto;
    transform: translateX(-55%) translateY(-40%) rotate(-90deg);
}

.buysell .img {
    background: #fff;
}

.buysell .text {
    display: flex;
    justify-content: center;
    align-self: center;
    flex-direction: column;
    text-align: left;
    padding: 20px 50px;
    position: relative;
}

.buysell .section-title {
    width: 85%;
    margin: 0 auto;
    max-width: 960px;
    position: relative;
    text-align: left;
    padding: 40px 0px;
    z-index: 2;
}

.buysell .section-title p {
    margin-bottom: 30px;
}

.buysell .btn-default {
    margin-top: 20px;
}

/*** testimonials ***/
.testimonials {
    padding: 65px 0 50px;
    position: relative;
    overflow: hidden;
}

.testimonials p {
    margin-bottom: 30px;
}

.testimonials h5 {
    color: #d1bf91;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 4px;
    font-family: "Montserrat", sans-serif;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #d1bf91;
}

.testimonials .owl-theme .owl-dots {
    text-align: left;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px 6px;
    border-radius: 50%;
}

/*** CONTACT FORM ***/
.contact-form {
    padding: 90px 0px;
    background: url(../img/bg-contact.webp) 50% 50% no-repeat;
    background-size: cover;
    position: relative;
}

.contact-form .container {
    position: relative;
    z-index: 3;
}

.contact-form p {
    color: #fff;
}

.contact-form h6 {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 3px;
    font-family: "Montserrat", sans-serif;
}

.contact-form .btn-default {
    margin-top: 20px;
}

.contact-form .logo {
    max-height: 150px;
}

.form-control {
    background: #fff;
    border: 0px;
    border-radius: 0px;
    padding: 10px 16px;
    margin-bottom: 18px;
    height: 50px;
    color: #000;
    font-size: 14px;
    border-bottom: 2px solid transparent;
}

.form-control::placeholder {
    color: #555;
}

.form-control:focus {
    color: #000;
    outline: 0;
    box-shadow: none;
    background: #fff;
    border-color: #000;
}

textarea {
    height: 100px;
    resize: none;
}

textarea.form-control {
    height: 120px;
    resize: none;
}

.contact-form h5 {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    margin: 0px 0 15px;
}

/*** contact-details ***/
.contact-details {
    background: #e1dbc2;
    padding: 70px 0px;
}

.contact-details .icon {
    color: #000;
    font-size: 24px;
    display: block;
    margin: 0 auto 30px;
}

.contact-details h3 {
    color: #d1bf91;
    color: #000;
    font-size: 12px;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
}

.contact-details p {
    line-height: 1.7em;
    color: #000;
    font-size: 16px;
}

.contact-details p a {
    color: #000;
}

.contact-details .social a {
    display: inline-block;
    color: #fff;
    background: #d1bf91;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 42px;
}

.contact-details .social a:hover {
    background: rgba(255, 255, 255, 0.15);
}

.contact-details p a:hover {
    color: #000;
}

/*** FOOTER ***/
.footer {
    background: #141414;
    background-size: cover;
    padding: 30px 0px 0 0px;
}

.footer ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.footer ul li {
    display: inline-block;
    margin: 10px 10px;
}

.footer ul li a {
    display: inline-block;
    color: #ffffff;
}

.footer .logo img {
    max-height: 100px;
}

.footer .logo .remax {
    filter: brightness(0) invert(1);
    max-height: 55px;
}

.footer .logo a {
    margin: 0px 10px;
    display: inline-block;
}

.footer h3 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
}

.footer p {
    color: #939598;
    font-size: 14px;
}

.footer small,
.footer .details {
    color: #dddddd;
}

.footer .details {
    margin: 10px 0px 20px 0px;
}

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

.footer .details a {
    color: #dddddd;
    margin: 0px 10px;
    font-size: 18px;
    line-height: 2;
}

.footer .details .fa {
    margin-right: 10px;
}

.footer .details a:hover {
    color: #fff;
}

.footer .socials li {
    display: inline-block;
    margin: 0px 7px;
    padding: 0px;
    list-style: none;
}

.footer .socials li a {
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: inline-block;
    line-height: 40px;
    color: #fff;
}

.footer .socials li:hover a {
    background: #fff;
    color: #fff;
}

.footer li:hover a {
    color: #fff;
}

/*** COPYRIGHT ***/
.copyright {
    background: #141414;
    padding: 15px 0px;
}

.copyright p {
    color: #ddd;
}

.copyright img {
    max-height: 50px;
    max-height: 40px;
    margin-left: 5px;
}

/**/
.properties .btn-filled:after {
    display: none;
}

.properties .btn-filled {
    padding: 0px 25px;
}

.properties.homi {
    padding-top: 0;
}

.properties.homi .text-hidden {
    padding-top: 120px;
    position: relative;
    overflow: hidden;
}

.imgabout {
    border: 2px solid #e1dbc2;
    padding: 13px;
}

/** PAGE BANNER ***/
.page-banner {
    height: 50vh;
    padding-top: 80px;
    position: relative;
}

.page-banner h1 {
    color: #fff;
    font-size: 42px;
    line-height: 1.2;
}

.page-banner .section-title {
    margin: 0;
}

.page-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
}

.page-banner .container {
    position: relative;
    z-index: 3;
}

/* about page css */
.about .socials a {
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 15px;
}

.about .socials a svg {
    display: inline-block;
    color: #fff;
    background: #d1bf91;
    width: 35px;
    padding: 10px 0px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: middle;
}

.about .socials a:hover {
    color: #d1bf91;
}

.about .btn-link {
    color: #d1bf91;
}

.about .btn-link:hover {
    color: #000;
}

.inner-properties {
    padding: 80px 0px;
}

.inner-properties .item {
    margin-bottom: 30px;
}

/*** buysellform ***/
.buysellform {
    padding: 70px 0px;
    background: #141414;
}

.buysellform .bg-form {
    padding: 0px;
}

.buysellform h4 {
    color: #fff;
    font-size: 24px;
}

.buysellform .btn-default {
    min-width: 150px;
    margin-top: 25px;
}

.buysellform select.form-control {
    appearance: auto;
}

/*** info-small ***/
.info-small {
    padding: 70px 0px;
    background: #fff;
}

/*** Calculator info ***/
.calc-info {
    padding: 70px 0px;
    overflow: hidden;
    background: #fff;
}

mw-calc-panel-body,
mw-calc-section {
    background: #e1dbc2 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    padding: 35px 0px !important;
}

mw-calc-section {
    padding: 35px 30px !important;
}

mw-calc-label {
    color: #000 !important;
    font-weight: 500 !important;
}

.mw-calc-search-input {
    border-radius: 0px !important;
}

#calculate_lt {
    color: #000 !important;
    background: #fff !important;
}

#calculate_lt:hover {
    color: #000 !important;
    background: #ccc !important;
}

mw-calc-table {
    background: #e1dbc2;
}

.mw-calc-table > tbody > tr.active {
    border-color: #e1dbc2 !important;
    color: #fff !important;
}

.mw-calc-table > tbody > tr.active > td {
    background: #e1dbc2 !important;
    border-color: #e1dbc2 !important;
    color: #000 !important;
}

/*** FREE HOME EVALUATION ***/
.evaluation-box {
    padding: 75px 0px;
    position: relative;
    background: #fff;
}

.evaluation-box .section-title {
    width: 100%;
    display: inline-block;
}

.evaluation-box .bg-form {
    padding: 75px 50px;
    background: #e1dbc2;
}

.evaluation-box label {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-top: 10px;
    margin-bottom: 20px;
}

.evaluation-box .checkbox-group label {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.evaluation-box .btn-default.bordered {
    width: 100%;
    line-height: 1.4;
    font-size: 16px;
    color: #000;
    border: 1px solid #000;
    border-radius: 0px;
    padding: 25px 0px;
    font-weight: 500;
    background: none;
    display: inline-block;
    letter-spacing: 0px;
}

.evaluation-box .btn-default.bordered span {
    font-size: 14px;
    letter-spacing: 0.5px;
}

.evaluation-box .btn-default.bordered:hover,
.evaluation-box .btn-default.bordered.active {
    background: #d1bf91;
    border-color: #d1bf91;
    color: #fff;
}

.evaluation-box .btn-default.active {
    background: #fff;
    border-color: #fff;
    color: #000;
}

.evaluation-box .btn-default.bordered:before,
.evaluation-box .btn-default.bordered:after {
    display: none;
}

.evaluation-box fieldset.active {
    display: block;
}

.evaluation-box .navigate-btns {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.evaluation-box p {
    color: #000;
}

fieldset#StepOne .navigate-btns {
    justify-content: end;
}

.evaluation-box .checkbox-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.evaluation-box .checkbox-group label {
    flex: 0 1 calc(50% - 10px);
    margin-bottom: 25px;
}

.evaluation-box input[type="checkbox"] {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 10px;
}

.evaluation-box .form-control {
    background: #fff;
    border: 0px;
    border-radius: 0px;
    padding: 10px 16px;
    margin-bottom: 18px;
    height: 50px;
    color: #000 !important;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}

.evaluation-box .form-control::placeholder {
    color: #000;
}

.evaluation-box .form-control:focus {
    color: #000;
    outline: 0;
    box-shadow: none;
    background: #fff;
    border-color: #000;
}

/*** NEIGHBORHOODS details page ***/
.lavalcontent {
    padding: 70px 0px 70px 0px;
    overflow: hidden;
    background: #e1dbc2;
}

.lavalcontent .bgwhite {
    background: #fff;
    padding: 20px 20px;
}

.lavalcontent .nav-tabs {
    border: none;
    justify-content: center;
    margin-bottom: 50px;
}

.lavalcontent .nav-tabs li {
    margin: 0px 10px;
}

.lavalcontent .nav-tabs li a {
    display: inline-block;
    background: #000;
    color: #fff;
    line-height: 55px;
    padding: 0px 25px;
    font-size: 16px;
    border-radius: 4px;
    min-width: 180px;
    border: none;
    text-align: center;
    text-transform: capitalize;
}

.lavalcontent .nav-tabs li a.active {
    color: #fff;
    background-color: #d1bf91;
}

.lavalcontent .table {
    background: #fff;
    padding: 40px;
}

.lavalcontent .table tr:first-child td {
    border: none;
}

.lavalcontent .table tr td {
    font-size: 15px;
    color: #000;
    padding: 20px 20px;
}

.lavalcontent h3 {
    color: #000;
    position: relative;
    font-size: 35px;
    line-height: 1.1;
    margin-bottom: 17px;
    letter-spacing: 1px;
}

.lavalcontent h4 {
    color: #000;
}

.lavalcontent .tp {
    margin-bottom: 40px;
}

.lavalcontent .bgs {
    background: #fff;
    padding: 40px 40px;
    border-radius: 15px;
}

.lavalcontent .bgs h3 {
    font-size: 22px;
}

.lavalcontent #nav-contact .bgs h3 {
    font-size: 18px;
    padding: 0;
    color: #000;
    font-weight: 600;
}

.lavalcontent #nav-contact .bgs ul {
    padding-left: 15px;
}

.lavalcontent #nav-contact .bgs ul a:hover {
    color: #000e35;
}

.lavalcontent .section-title {
    display: inline-block;
    text-align: center;
    margin-bottom: 0;
}

.modal-backdrop {
    z-index: 99999;
}

.modal {
    z-index: 999999;
    padding: 0px !important;
}

.modal.guide .modal-body {
    padding: 70px 30px 70px 30px;
}

.modal.guide button.btn-close {
    font-size: 17px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal.guide button.btn-close svg,
.modal.guide button.btn-close i {
    opacity: 0;
}

.modal.guide .modal-dialog {
    max-width: 600px !important;
}

.modal.guide .btn-default {
    display: block;
    margin: 0 auto;
    background-color: transparent;
    margin-top: 25px;
}

.modal.guide .section-title h2 {
    font-size: 45px;
}

.modal.guide .form-control {
    width: 100%;
    height: 51px;
    border: none;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #000;
    margin: 10px 0px;
    padding: 0 15px;
    border-radius: 0px;
    outline: 0;
    box-shadow: none;
}

.modal.guide .form-control::-webkit-input-placeholder {
    color: #000;
}

.modal.guide textarea.form-control {
    height: 100px;
    resize: none;
    margin-top: 30px;
}

.otgs-development-site-front-end {
    display: none;
}

div.wpcf7-mail-sent-ok,
div.wpcf7 form.sent .wpcf7-response-output {
    background-color: #e6f9ee; /* light green */
    color: #1b7f3a; /* deep green text */
    border: 2px solid #1b7f3a;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}

div.wpcf7-validation-errors,
div.wpcf7 form.invalid .wpcf7-response-output {
    background-color: #ffecec; /* light red */
    color: #b71c1c; /* dark red text */
    border: 2px solid #b71c1c;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}

div.wpcf7 form.spam .wpcf7-response-output {
    background-color: #fff6e5; /* soft yellow */
    color: #b36b00;
    border: 2px solid #b36b00;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 16px;
    margin-top: 15px;
}

span.wpcf7-not-valid-tip {
    color: #b71c1c;
    font-size: 14px;
    margin-top: 5px;
    display: block;
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

input.wpcf7-form-control.wpcf7-not-valid {
    border: 2px solid #f00 !important;
}

.main-nav
    .navbar
    .navbar-nav
    .nav-item.menu-item-has-children
    > .nav-link:after {
    display: inline-block;
    margin-left: 12px;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    font-size: 16px;
    transition: all 0.3s;
}

.navbar-light .navbar-nav .nav-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    top: 100%;
    transform: translateY(0px);
    pointer-events: all;
}

.navbar-light .navbar-nav > .nav-item:hover > .nav-link,
.navbar-light .navbar-nav > .nav-item.current-menu-item > .nav-link,
.navbar-light .navbar-nav > .nav-item.current-menu-parent > .nav-link {
    color: #d1bf91 !important;
}

.navbar-light .navbar-nav .nav-item > .sub-menu > li:hover > a,
.navbar-light .navbar-nav .nav-item > .sub-menu > li.current-menu-item > a {
    background: #d1bf91 !important;
    color: #fff !important;
}

.side-menu ul.main-menu.navbar-nav > li.current_page_item > a,
.side-menu ul.main-menu.navbar-nav > li.current-menu-parent > a {
    background: none;
    color: #000;
    font-weight: bold;
}

/**/
.evaluation-box .cf7mls_next.action-button,
.evaluation-box .cf7mls_back.action-button,
.evaluation-box .action-button {
    margin-bottom: 5px;
    transition: all 0.3s;
    opacity: 1 !important;
    outline: 0px;
    background: transparent;
    cursor: pointer;
    display: inline-block;
    color: #000 !important;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    position: relative;
    line-height: 55px !important;
    transition: all 0.3s ease-in;
    border-radius: 100px;
    font-family: "Montserrat", sans-serif;
    padding: 0px 35px 0px 45px !important;
    text-align: center;
    white-space: nowrap;
    z-index: 2;
    vertical-align: middle;
}

.evaluation-box .cf7mls_next.action-button:before,
.evaluation-box .cf7mls_back.action-button:before,
.evaluation-box .action-button:before {
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
    content: "";
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #d1bf91;
    opacity: 0.5;
    width: 55px;
    height: 55px;
    display: inline-block !important;
    border-radius: 100%;
}

.evaluation-box .cf7mls_next.action-button:after,
.evaluation-box .cf7mls_back.action-button:after,
.evaluation-box .action-button:after {
    background: #1e2225 !important;
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
    content: "";
    position: absolute;
    z-index: -1;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 2px;
    display: inline-block !important;
}

.evaluation-box .cf7mls_next.action-button:hover:before,
.evaluation-box .cf7mls_back.action-button:hover:before,
.evaluation-box .action-button:hover:before {
    width: calc(100% + 0px);
    border-radius: 60px;
    opacity: 1;
}

.evaluation-box .cf7mls_next.action-button:hover:after,
.evaluation-box .cf7mls_back.action-button:hover:after,
.evaluation-box .action-button:hover:after {
    width: 60px;
    transform: translateX(-45px);
    opacity: 1;
}

.evaluation-box .cf7mls_next.action-button:hover,
.evaluation-box .cf7mls_back.action-button:hover,
.evaluation-box .action-button:hover {
    color: #000 !important;
    background: transparent !important;
}

.evaluation-box .navigate-btns button[type="submit"] {
    margin-left: auto;
    color: #000 !important;
}

.evaluation-box .navigate-btns .btn-default.white::after {
    background: #1e2225 !important;
}

.evaluation-box .checkbox-group span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #000;
}

.evaluation-box .checkbox-group .wpcf7-list-item {
    flex: 0 1 calc(50% - 10px);
    margin: 0px;
    margin-bottom: 25px !important;
    font-size: 15px;
    font-weight: 500;
}

.evaluation-box .checkbox-group .wpcf7-list-item label {
    margin: 0;
}

.evaluation-box input[type="submit"].btn-default,
.evaluation-box button[type="submit"].btn-default {
    margin-left: auto;
}

input[type="submit"],
button[type="submit"] {
    transition: all 0.3s;
}

.evaluation-box input[type="checkbox"] {
    margin-right: 7px;
}

ul.pagination li {
    margin: 0 5px;
}

.fill-btn.black {
    border-color: #000;
    color: #000;
}

.fill-btn.black:hover {
    border-color: var(--accent);
}

.consent-ctn {
    text-align: left;
}

.buysellform .select2-container--default .select2-selection--multiple {
    background: #fff;
    border: 0px;
    border-radius: 0px;
    padding: 0px 3px;
    margin-bottom: 15px;
    min-height: 60px;
    height: auto;
    font-size: 16px;
    outline: 0px;
    color: #000 !important;
    border: 1px solid #000;
    padding: 15px 15px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
}

.buysellform .consent-ctn {
    color: #fff;
}

.bigger-container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: block;
}
