@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 ***/
html,body {
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}

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

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #636363;
    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;
    font-family: "brother-1816",sans-serif;
}

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 .3s ease-in;
    border-radius: 100px;
    padding: 0px 35px;
    text-align: center;
    white-space: nowrap;
    z-index: 2;
    vertical-align: middle;
    color: #000;
    background: #dec7bd;
}

.btn-default:before {
    transition: all .6s cubic-bezier(.615,0,.07,1);
    content: '';
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #dec7bd;
    opacity: .5;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    display: none;
}

.btn-default:after {
    background: #1e2225;
    transition: all .6s cubic-bezier(.615,0,.07,1);
    content: '';
    position: absolute;
    z-index: -1;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 2px;
    display: none;
}

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

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

.btn-default:hover, .banner .btn-default.active {
    color: #fff;
    background: #866d66;
}

.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-default span {
}

.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: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

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 .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 .6s cubic-bezier(.615,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 .6s cubic-bezier(.615,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 #f2e6de;
    border-top: 2px solid #866d66;
    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 {
    color: #866d66;
    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;
}

/*** SIDEMENU ***/
.side-menu {
	background:#f2e6de;
	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: #866d66;
    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:hover>a,
.side-menu ul.main-menu li.active>a {
	background:none;
    color:#866d66 !important;
}

a.CloseBtn {
    float: right;
    color: #fff;
    background: #866d66;
    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:hover>a {
	background:none;
    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: #866d66 !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:#866d66;
    border-bottom-color: rgba(11, 23, 23, .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 a {
    padding: 10px 10px;
    font-size: 12px;
    background: #ebebeb;
    color: #000;
}

.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: #866d66 !important;
    color: #fff !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;
}

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

.side-menu h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    color: #000;
    margin-top: 25px;
}

.side-menu .contact-links {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    width: 100%;
}

.side-menu .contact-links li {
    margin-bottom: 8px;
}

.side-menu .contact-links li a {
    color: #000000;
    display: flex;
    align-items: start;
    font-size: 14px;
}

.side-menu .contact-links li a svg {
    min-width: 15px;
    margin-right: 10px;
    margin-top: 5px;
    text-align: left;
}

.side-menu .contact-links li a:hover {
    color: #866d66;
}

.side-menu .social-media {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    width: 100%;
}

.side-menu .social-media li a {
    color: #000000;
    border: 1px solid #000;
    border-radius: 50%;
    width: 40px;
    text-align: center;
    line-height: 38px;
    display: inline-block;
}

.side-menu .social-media li a:hover {
    background: #866d66;
    border-color: #866d66;
    color: #fff;
}

.side-menu h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    color: #000;
    margin-top: 25px;
}


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

.header .navbar {
    display: flex;
    justify-content: space-between;
}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    pointer-events: all;
    opacity: 1;
    background: #fff;
    padding: 15px 0px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.header.fixed .normal-btn {
    color: #000;
    border-color: #000;
}

.navbar-nav .nav-link {
    color: #fff;
    line-height: 17px;
    padding-bottom: 5px;
    position: relative;
    transition: all .3s;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 400;
    letter-spacing: 1.12px;
    padding:5px 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: .15em;
    position: relative;
}

.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 {
}

.navbar-light .navbar-nav>.nav-item>.nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #fff;
    width: 0px;
}

.navbar-light .navbar-nav .nav-item:hover>.nav-link::before,
.navbar-light .navbar-nav .nav-item.active>.nav-link::before {
    width: 0px;
    width: 100%;
}

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

.fixed .navbar-light .navbar-nav .nav-item:hover>.nav-link::before,
.fixed .navbar-light .navbar-nav .nav-item.active>.nav-link::before {
    background: #866d66 !important;
}

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

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

.navbar-expand-lg .navbar-nav>li {
    margin: 0px 17px;
	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 .4s ease-in-out;
    -moz-transition: all .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 .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: #866d66;
}

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

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

.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 .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 {
    opacity: 0;
    pointer-events: none;
}

.header.homi.fixed .navbar-brand img {
    opacity: 1;
    pointer-events: all;
}


.header.inner-header .navbar-brand img.black-logo {
    display: none;
}

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

.header.inner-header.fixed .navbar-brand img.black-logo {
    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;
    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: .4;
}

.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;
    position: relative;
    overflow: hidden;
}

.about:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: calc(80% - 230px);
    content: "";
    position: absolute;
    background: #eee url(../img/bg-about.webp) center / cover no-repeat;
}

.about .row {
    position: relative;
    z-index: 3;
}

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

.imgabout {
    position: relative;
}

.imgabout img {
    position: relative;
    z-index: 3;
}

.imgabout::before {
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #f2e6de;
    position: absolute;
    top: 25px;
    left: 25px;
}

/*** PROPERTIES ***/
.properties {
    padding: 120px 0px 0px 0px;
    background: #f2e6de;
    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: .4;
    opacity: 0.3;
    white-space: nowrap;
}

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

.properties .section-title p {
    font-size: 16px;
    color: #939598;
}

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

.listingbox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #939598;
    position: relative;
    transition: all .3s;
}

.listingbox:hover  {
    background-color:#fff;
    box-shadow: 0 4px 8px 0 rgba(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: 290px;
}

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

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

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

.listingbox .text {
    flex-grow: 1;
    padding: 20px;
}

.listingbox h4 {
    color: #000;
    margin: 0 0 10px;
    font-size: 24px;
    text-transform: unset;
}

.listingbox h5 {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

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

.listingbox p span {
    color: #888;
}

.listingbox .text ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.listingbox .text ul li {
    font-size: 14px;
    line-height: 1;
    padding: 0 15px;
    border-right: solid 1px #888;
}

.listingbox .text ul li:last-of-type {
    border-right: none;
}

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

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.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: #866d66 url(../img/arrow-prev.webp) 50% 50% no-repeat;
    background-size: 32px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    border-radius:0;
}

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

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

.properties .link {
    display: block;
    font-size: 16px;
    color: #939598;
    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 17px;
    padding-bottom: 47px;
}

.imgstyle2 {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #000000;
    border: 5px solid #fff;
    box-shadow: 0 30px 30px rgb(0 0 0 / 5%);
    overflow: hidden;
}

.imgstyle2:hover img {
    transform: scale(1.1);
}

.imgstyle2 img {
    height: 435px;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
    transition: all .2s ease-in-out;
    position: relative;
    z-index: 1;
}

.imgstyle2:hover img {
}

.imgstyle2:before {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    pointer-events: none;
}

.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: #010101;
    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: 500;
    font-size: 30px;
    text-transform: uppercase;
    font-family: "brother-1816", sans-serif;
} 

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

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

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


/*** Buysell ***/
.buysell {
    background: #f2e6de;
    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: #866d66;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    line-height: 45px;
    transition: all .3s ease-in;
    border-radius: 100px;
    padding: 0px 20px;
    text-align: center;
    white-space: nowrap;
    z-index: 2;
    vertical-align: middle;
    border: 2px solid #866d66;
}

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

.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: 160px;
}

.buysell .bigtext {
    right: -32px;
    color: #866d66;
    opacity: 0.05;
}

.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;
}

.buysell .fill-btn:hover {
    border-color: #866d66;
    color: #866d66;
}

/*** testimonials ***/
.testimonials {
    padding: 85px 0px;
    position: relative;
    overflow: hidden;
    background: url(../img/bg-testimonials.webp) 50% 50% no-repeat;
    background-size: cover;
}

.testimonials::before {
    background-color: #F1FBFC;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    opacity: .8;
}

.testimonials .row {
    position: relative;
    z-index: 2;
}

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

.testimonials h5 {
    color: #866d66;
    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: #866d66;
}

.testimonials .owl-theme .owl-dots {
}

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

/*** CONTACT FORM ***/
.contact-form {
    padding: 90px 0px;
    background: #f2e6de;
    position: relative;
}

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

.contact-form h6 {
    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;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    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: #866d66;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    margin: 0px 0 15px;
}

.contact-form .fill-btn:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

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

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

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

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

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

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

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

.contact-details .social a:hover {
    background: #866d66;
    color: #fff;
}

/*** FOOTER ***/
.footer {
    padding:75px 0px 45px 0px;
    background: #000;
    background-size: cover;
}

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

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

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

.footer ul li a:hover {
    color: #866d66;
}

.footer .logo {
    margin-bottom: 30px;
}

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

.footer .logo .remax {
    max-height: 75px;
}

.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: #000;
    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;
}




/*** PAGE BANNER ***/
.page-banner {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding-top: 50px;
}

.page-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

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

.page-banner h1 {
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    font-size: 45px;
}


.contact-info {
}

.contact-info div,
.contact-info a {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    width: max-content;
}

.contact-info .icon {
    margin-top: 3px;
    margin-right: 12px;
    color: #fff;
    font-size: 10px;
    background: #866d66;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
    justify-content: center;
}

.contact-info i,.contact-info svg {
    color: #fff;
    font-size: 15px;
}

.contact-info a, .contact-info span {
    color: #000;
}

.contact-info a:hover {
    color: #866d66;
}

/*** PROPERTIES PAGE ***/
.properties.inner {
    padding: 70px 0px;
}

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



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

mw-calc-panel-body, mw-calc-section {
	background:#f2e6de !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: 400 !important;
}

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

#calculate_lt {
	color: #fff !important;
    background: #866d66 !important;
}

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

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

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


/*** EVALUATION BOX ***/
.evaluation-box {
    padding: 75px 0px;
    position: relative;
}

.evaluation-box .section-title h2 {
    line-height: 1;
}

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

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

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

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

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

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

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

.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 {
    margin-bottom: 18px;
    border-radius: 0px;
}


/*** BUYSELL PAGE ***/
.about.buysell-about .btn-default {
    margin-top: 20px;
    margin-bottom: 20px;
}

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


/*** BUYSELL FORM ***/
.buysellform {
    padding: 100px 0px;
    background: #f2e6de;
}

.buysellform .form-control {
    margin: 18px 0 0 0;
}

.buysellform textarea.form-control {
    height: 118px;
}

select.form-control {
    appearance: auto;
}

.select2-container--default .select2-selection--multiple {
    height: auto;
    border: 0px!important;
    border-radius: 0px!important;
    border-bottom: 2px solid transparent!important;
    background: #fff!important;
    padding: 10px 16px!important;
    margin-top: 18px!important;
}

.select2-search__field::placeholder {
    font-size: 12px!important;
    letter-spacing: 1px!important;
    text-transform: uppercase!important;
    color: #000!important;
    margin-top: 0!important;
}

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

/*** INFO SMALL ***/
.info-small {
    padding: 80px 0px;
}

.info-small p {
    margin-bottom: 20px;
}

.info-small .section-title {
    margin-bottom: 0px;
}



input.wpcf7-form-control.wpcf7-not-valid{
	border-bottom: 2px solid #f00 !important;
}
span.wpcf7-not-valid-tip{
	display:none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	display:inline-block !important; 
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
	display:inline-block !important;
}


/* ✅ Success message (form sent) */
.wpcf7 form.sent .wpcf7-response-output {
	background: #f6f4ee; /* soft beige or light neutral background */
	color: #0a3a2a; /* elegant dark green accent */
	border: 2px solid #0a3a2a;
	padding: 1rem 1.5rem;
	border-radius: 12px;
	font-family: 'Poppins', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	max-width: 500px;
	margin: 1.5rem auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	opacity: 0;
	animation: fadeInUp 0.6s ease forwards;
}

/* ❌ Error message (validation failed or required fields missing) */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output, .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
	background: #fdf2f2; /* soft red background */
	color: #8b0000; /* deep red text */
	border: 2px solid #e63946; /* elegant red border */
	padding: 1rem 1.5rem;
	border-radius: 12px;
	font-family: 'Poppins', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	max-width: 500px;
	margin: 1.5rem auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	opacity: 0;
	animation: fadeInUp 0.6s ease forwards;
}

/* ⚠️ Individual field validation tips (inline error under fields) */
.wpcf7-not-valid-tip {
	color: #e63946; /* red accent for field warnings */
	font-size: 14px;
	margin-top: 4px;
	font-weight: 500;
}

/* ✨ Fade-in animation for both messages */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

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


.navbar-light .navbar-nav>.nav-item:hover>a,
.navbar-light .navbar-nav>.nav-item.active>a,
.navbar-light .navbar-nav>.nav-item.current-menu-item>a,
.navbar-light .navbar-nav>.nav-item.current-menu-parent>a {
    color: #fff;
}
 
.navbar-light .navbar-nav>.nav-item:hover>a:before,
.navbar-light .navbar-nav>.nav-item.active>a:before,
.navbar-light .navbar-nav>.nav-item.current-menu-item>a:before,
.navbar-light .navbar-nav>.nav-item.current-menu-parent>a:before {
    width: 100%;
}
 
.header.fixed .navbar-light .navbar-nav>.nav-item:hover>a,
.header.fixed .navbar-light .navbar-nav>.nav-item.active>a,
.header.fixed .navbar-light .navbar-nav>.nav-item.current-menu-item>a,
.header.fixed .navbar-light .navbar-nav>.nav-item.current-menu-parent>a {
    color: #866d66;
}
 
.header.fixed .navbar-light .navbar-nav>.nav-item:hover>a:before,
.header.fixed .navbar-light .navbar-nav>.nav-item.active>a:before,
.header.fixed .navbar-light .navbar-nav>.nav-item.current-menu-item>a:before,
.header.fixed .navbar-light .navbar-nav>.nav-item.current-menu-parent>a:before {
    width: 100%;
    background: #866d66;
}
.navbar-light .navbar-nav>.nav-item:hover ul.sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
 
.navbar-light .navbar-nav>.nav-item ul.sub-menu>li:hover>a,
.navbar-light .navbar-nav>.nav-item ul.sub-menu>li.current-menu-item>a {
    color: #fff !important;
    background: #866d66 !important;
}
 
.fixed .navbar-light .navbar-nav .nav-item ul.sub-menu>li:hover>.nav-link,
.fixed .navbar-light .navbar-nav .nav-item ul.sub-menu>li.current-menu-item>.nav-link {
    color: #fff !important;
}
 
 
/**/
.side-menu ul.main-menu li:hover>a,
.side-menu ul.main-menu li.active>a,
.side-menu ul.main-menu li.current_page_item>a,
.side-menu ul.main-menu li.current-menu-parent>a {
    background: none;
    color: #866d66 !important;
}

/**/
.evaluation-box .cf7mls_next.action-button,
.evaluation-box .cf7mls_back.action-button,
.evaluation-box .action-button,
.cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button {
    margin-bottom: 5px;
    opacity: 1 !important;
    outline: 0px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: visible;
    width: max-content;
    color: #000 !important;
    border: none;
    font-family: "Montserrat", sans-serif;
    background: #dec7bd;
    outline: 0px;
    padding: 0px 35px !important;
    font-weight: bold;
    font-size: 13px;
    line-height: 55px !important;
    border-radius: 100px;
    transition: all .3s ease-in;
    text-transform: uppercase;
    letter-spacing: 2px;
    min-width: inherit;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}

.cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button {
    position: absolute;
    bottom: 0;
    margin: 0;
}

.evaluation-box .cf7mls_next.action-button:hover,
.evaluation-box .cf7mls_back.action-button:hover,
.evaluation-box .action-button:hover {
    background: #866d66 !important;
    color: #fff !important;
    border-color: #866d66 !important;
}
 
.evaluation-box .navigate-btns button[type="submit"] {
    margin-left: auto;
}
 
.evaluation-box .checkbox-group span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
 
.evaluation-box .checkbox-group .wpcf7-list-item {
    flex: 0 1 calc(50% - 10px);
    margin: 0px;
    color: #000;
    margin-bottom: 25px !important;
    font-size: 16px;
    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 .3s;
}
 
.evaluation-box input[type="checkbox"] {
    margin-right: 7px;
}
 
span.wpcf7-list-item {
    margin: 0px;
}
 
/**/
.modal-backdrop {
    z-index: 99999;
}
 
.modal {
    z-index: 999999;
    padding: 0px !important;
}
 
.modal.guide .modal-body {
    padding: 70px 30px 70px 30px;
    background: #f2e6de;
}
 
.modal.guide button.btn-close {
    font-size: 17px;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
}
 
.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;
    color: #fff;
    background: #866d66;
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
    border-radius: 100px;
    padding: 0px 30px;
}
 
.modal.guide .btn-default:hover {
    color: #fff;
    border-color: #000;
    background: #000;
}
 
