/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1,h2,h3,h4,h5,h6 {
	font-family: Outfit !important;
}
body, p, li, button, a, input {
	font-family: poppins !important;
}
.w100 {
	width: 100% !important;
}
.text-center {
	text-align: center !important;
}
.single-property {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    margin-top: 0;
    align-items: self-start;
}
.form-field label {
    font-size: 14px;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 0px;
    display: block;
    color: #1c2d37;
}
.form-field input, .form-field select {
    font-size: 14px;
    width: 100%;
    height: auto;
    padding: 0 10px;
    border: 0;
    border-radius: 5px !important;
    font-size: 12px !important;
    background: transparent;
    padding: 0;
}
.total-box div {
    display: flex;
    justify-content: space-between;
    padding-right: 6px;
    margin-top: 10px;
    align-items: center;
}
.total-box div h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.total-box div h5 {
    font-size: 19px;
    margin: 0;
    color: #1c2d37;
}
.total-box div h4, .total-box div h5 {
    line-height: 20px;
    color: #1c2d37;
}
.total-box div.d-none {
    display: none;
}
.error-box {
    background: red;
    color: #fff;
    padding: 0px 10px;
    font-size: 13px;
    margin-top: 10px;
}
.form-loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 130px;
    color: #fff;
    border-radius: 20px;
}
.form-loader.active-loader {
	display: flex;
}
ul.payment-details-list {
    padding: 0;
    margin: 0;
}
ul.payment-details-list li {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0 20px 7px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
}
ul.payment-details-list li h5 {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
    color: #333;
}
ul.payment-details-list h6 {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
}
ul.payment-details-list li:last-child {
    border: 0;
    padding: 0 20px 10px;
    margin: 0;
}
a.show-details {
    margin-bottom: 10px;
    display: block;
    text-align: right;
    font-size: 14px;
    margin-top: 5px;
    color: #1c2d37;
    padding: 0 15px 0 0;
    text-decoration: underline;
}
.d-none {
	display: none !important;
}
.single-lf {
    width: 72%;
}
.single-rt {
    width: 26%;
    position: sticky;
    top: 0;
}

.single-lf h2 {
    color: #1c2d37;
    font-size: 40px;
    line-height: 1.4;
    margin: 30px 0 0;
}

.single-lf > h5 {
    font-weight: 400;
    font-size: 17px;
    margin-top: 0;
    color: #1c2d37;
    margin-bottom: 20px;
}

.property-slide-btm-img {
    padding: 0 10px;
}

.property-desc h4 {
    font-size: 32px;
    color: #eab51d;
    font-weight: 500;
}

.property-desc .overview {
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    padding: 10px 20px;
    margin-bottom: 45px !important;
    border-radius: 7px;
    text-align: justify;
    margin-top: 20px;
}

.overview h5 {
    font-size: 22px;
    font-weight: 500;
}

.property-essentials {
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    padding: 38px 38px 0px;
    margin-bottom: 45px !important;
    border-radius: 7px;
}

.property-essentials ul {
    display: flex;
    column-gap: 2%;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.property-essentials ul li {
    list-style: none;
    width: 23%;
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 30px;
}

.property-essentials ul li img {
    height: 50px !important;
}

.property-essentials ul li span {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #000;
}

.amenity-list ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.6%;
}
.amenity-list ul li {
    background: #efefef;
    min-height: 55px;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 21px;
    border-left: 2px solid #eab51d;
    width: 19.5%;
    margin-bottom: 10px;
    list-style: none;
    color: #000;
    display: none;
    align-items: center;
}
.amenity-list ul li.active-amenity {
    display: flex;
}
.property-booking-form h2 {
    text-align: left;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #1c2d37;
}
.property-booking-form {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 20px;
    margin-top: 20px;
    padding: 20px;
}
.form-fields {
	display: flex;
	flex-wrap: wrap;
	column-gap: 0%;
}
.form-fields .form-field {
    width: calc(50% - 2px);
    margin-bottom: -1px;
    border: 1px solid #ccc;
    margin-right: -1px;
    padding: 4px 10px;
}
.form-fields .form-field:nth-child(1) {
    border-radius: 5px 0 0 0;
}
.form-fields .form-field:nth-child(2) {
    border-radius: 0 5px 0 0;
}
.form-fields .form-field:nth-child(4) {
    border-radius: 0 0 0 5px;
}
.form-fields .form-field:nth-child(5) {
    border-radius: 0 0 5px 0;
}
.form-fields .form-field.w100 {
    width: calc(100% - 5px) !important;
}
.error-box {
    margin: 0 20px;
}
.total-box {
    padding: 0 20px;
}
.submit-box {
    display: flex;
    justify-content: flex-start;
    border-radius: 0 0 5px 5px;
    font-weight: 600;
    padding: 0;
    margin-top: 10px;
}
body[data-form-submit=regular] .container-wrap .submit-box button[type=submit] {
	width: calc(100% - 5px);
	border-radius: 10px;
    background: #eab51d !important;
    text-transform: uppercase;
    border-radius: 5px;
    border: 0;
    font-weight: 400;
    color: #000;
    transition: all.2s linear;
}
body[data-form-submit=regular] .container-wrap .submit-box button[type=submit]:hover {
    background: #000 !important;
    color: #fff;
}
.submit-box button[disabled] {
    opacity: 0.5;
    cursor: no-drop;
	pointer-events: none;
}
.rental-condition p {
    color: #000;
}
div#header-space, div#header-outer {
    background: #ffffff !important;
}
#header-outer[data-lhe="animated_underline"] li > a .menu-title-text {
    color: #000000;
    font-size: 15px;
}
#header-outer[data-lhe="animated_underline"] li > a {
    margin: 0 20px !important;
}
#header-outer[data-lhe="animated_underline"] li.header-btn > a .menu-title-text img {
    height: 12px;
    filter: brightness(100) invert(1);
    margin: 0;
}
#header-outer[data-lhe="animated_underline"] li.header-btn > a .menu-title-text {
    display: flex;
    align-items: center;
    column-gap: 10px;
    background: #eab51d;
    padding: 14px 30px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
}
#header-outer[data-lhe="animated_underline"] li > a .menu-title-text:after {
    display: none !important;
}
#homebanner h2.ns-heading-el {
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
}
/* #homebanner div#nectar-slider-instance-1 {
    margin-bottom: -100px;
    border-radius: 30px;
} */
#homebanner .swiper-slide[data-bg-alignment="center"] .image-bg:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
}
.page-sec {
    padding: 90px 0 !important;
}
div#sec1 {
    padding-top: 60px !important;
}
.repeat-head h4 {
    font-size: 15px;
    font-weight: 400;
    background: #eab51d;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 8px;
    color: #fff;
    text-transform: uppercase;
}
.repeat-head h2 {
    color: #1c2d37;
    font-size: 40px;
    line-height: 1.4;
}
body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.small.theme-btn {
    background: #eab51d !important;
    font-size: 15px;
    font-weight: 400;
    padding: 14px 20px 14px 40px !important;
    border-radius: 10px !important;
    display: inline-flex;
    align-items: center;
}
body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.small.theme-btn i {
    position: static;
    margin: 0;
    transform: translateY(0%) translateX(-8px) !important;
    font-size: 19px;
}
.plotseeker-properties {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
}
.property-listbox {
    width: 32%;
    border: 1px solid #bcc8cc;
    padding: 20px;
    border-radius: 20px;
	margin-bottom: 20px;
}
.property-listbox .prop-img img {
    height: 300px;
    width: 100% !important;
    object-fit: cover;
    border-radius: 10px;
}
.prop-det h3 {
    color: #22343e;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px !important;
}
.prop-details ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0 20px 0 0;
    border-bottom: 1px solid #bcc8cc;
    padding-bottom: 17px;
}
.prop-details ul li {
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 4px;
    border-right: 1px solid #bcc8cc;
    width: 27%;
    font-size: 12px;
}
.prop-details ul li img {
    height: 20px !important;
    display: block;
    margin: 0 !important;
}
.prop-details ul li:last-child {
    border: 0;
    width: auto;
}
.prop-det a {
    border: 1px solid #22343e;
    color: #22343e;
    display: inline-block;
    margin-top: 20px;
    border-radius: 50px;
    padding: 5px 30px;
    font-weight: 500;
	transition: all.2s linear;
}
.prop-det a:hover {
	background-color: #22343e;
	color: #fff;
}
.neighbour-row .vc_column-inner .wpb_text_column {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    background: linear-gradient(to bottom,  transparent 0%,#22343e 100%);
    border-radius: 10px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 30px;
    padding-left: 30px;
}
.neighbour-row .vc_column-inner img {
    height: 400px !important;
    object-fit: cover;
    border-radius: 10px;
}
.neighbour-row .vc_column-inner .wpb_text_column h5 {
    color: #fff;
    font-size: 18px;
}
.excellence-row .iwithtext {
    text-align: center;
    padding: 30px;
    
}
.excellence-row .iwt-icon {
    position: static;
}
.excellence-row .iwt-text h3 {
    color: #22343e;
    font-size: 22px;
    line-height: 28px;
}
.excellence-row .iwt-text {
    padding: 0;
    position: static;
}
.excellence-row .iwt-icon img {
    height: 60px;
    width: auto !important;
}
.excellence-row .vc_col-sm-4 .vc_column-inner,
.excellence-row .vc_col-sm-3 .vc_column-inner{
    height: 100%;
    border: 1px solid #d8d7d7;
    border-radius: 20px;
}
.excellence-row .vc_col-sm-3 .iwithtext {
	padding: 18px;
}

.repeat-head.text-white h2 {
    color: #fff;
}
.testi-item p {
    color: #a1b1b8;
    font-size: 16px;
    margin: 20px 0px;
}
.testi-item i {
    color: #e3b83b;
    font-size: 20px;
}
.stars {
    margin-bottom: 10px;
}
.person-det img {
    height: 80px !important;
    border-radius: 10px;
}
.person-det {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.person-cnt h5 {
    color: #fff;
    margin: 0;
}
.person-cnt h6 {
    font-weight: 400;
    color: #a1b1b8;
}

ul.slick-dots {
    text-align: left;
}

.slick-dots li {
    width: 70px !important;
    background: #aec0c4;
    height: 2px !important;
    border-radius: 30px;
}

.slick-dots li button {
    display: none !important;
}
.slick-dots li.slick-active {
    background: #e3b83b;
}
#sec4 img.w100,
#sec5 img.w100 {
    border: 2px solid #a5b6ba;
    border-radius: 40px;
    transform: scale(0.8);
}
#sec5 img.w100 {
    transform: scale(1);
}
/* div#footer {
    margin: 0;
    padding: 70px 0 !important;
} */

ul.social-list {
    margin: 0;
}
ul.social-list li {
    display: inline-flex;
    align-items: center;
}

#footer ul.social-list li a {
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all.2s linear;
}
ul.social-list li a i {
    font-size: 0;
}
ul.social-list li a i:before {
    font-size: 23px;
}
#footer ul.social-list li a:hover {
    color: #fff;
    background: #314341;
}
#footer h4 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 30px;
}
#footer .iwithtext .iwt-text, #footer .iwithtext .iwt-text a, #footer p, #footer a {
    font-size: 15px;
    color: #fff;
}
ul.quick-links li {
    list-style: none;
    line-height: 31px;
}
ul.quick-links {
    margin: 0;
}
.tnp-field label {
    display: none;
}
.tnp-field input[type="email"] {
    border: 1px solid #b5b6b6 !important;
    background: transparent !important;
    border-radius: 30px !important;
    font-size: 12px;
    color: #868489;
    height: 50px;
}
.tnp-field input[type="email"]::placeholder {
    color: #868489;
}
.testi-item:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100px;
    width: 130px;
    background: url(/wp-content/uploads/2025/05/quote-lf.png);
    background-size: cover;
}
.testi-item {
    position: relative;
}
#sec4 .row-bg.viewport-desktop.using-bg-color:after {
    content: "";
     position: absolute;
     right: 0px;
     bottom: 110px;
     background: url(/wp-content/uploads/2025/05/lines-icon.png);
     width: 80px;
     height: 150px;
     background-size: cover;
}

body[data-form-submit=regular] .container-wrap input[type=submit] {
    background: #e6b21d;
    border-radius: 50px !important;
    padding: 0 40px !important;
    height: 50px;
    color: #000;
}
#copyright-row p, #copyright-row a {
    color: #c4d9c5;
    font-size: 14px;
}
div#copyright-row {
    padding: 20px 0 !important;
}
div#copyright-row ul {
    display: flex;
    justify-content: flex-end;
    column-gap: 30px;
}
div#copyright-row ul li {
    list-style: none;
}
form.search-form {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #FDE1BC;
    background: #FFF;
    padding: 10px 25px;
    position: relative;
    z-index: 999999999;
    box-shadow: 0px 4px 14px 0px rgb(0 0 0 / 11%);
    border-radius: 15px;
}
form.search-form .s-form-field {
    width: 27%;
}
body[data-form-submit=regular] .container-wrap form.search-form button[type=submit] {
    padding: 11px 30px !important;
    display: flex;
    color: #151515;
    font-family: Outfit;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 16px !important;
    background: #eab51d !important;
    gap: 4px;
    margin-left: 0.2%;
}
form.search-form button img {
    height: 32px !important;
    display: block;
    margin: 0 !important;
  height: auto !important;
  filter: grayscale(100%) brightness(100%);
}
div#search-row {
    margin-top: -420px;
    margin-bottom: 350px;
}
.s-form-field label {
    color: #eab51d;
    font-size: 14px;
    font-weight: 400;
}
.s-form-field input {
    background: transparent;
    padding: 0 20px 0 0;
    text-transform: uppercase;
}
.s-form-field input::placeholder {
	color: #000;
}
.s-form-field input:focus {
	outline: none !important;
	border: 0;
	box-shadow: unset;
}
body[data-form-submit=regular] .container-wrap form.search-form button[type=submit]:hover {
    box-shadow: unset !important;
}
.contact-page .iwithtext .iwt-icon {
    width: 80px;
    position: static;
    background: white;
    box-shadow: 0 0 10px #ccc;
    border-radius: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-page .iwithtext .iwt-icon img {
    margin: 0 !important;
}
.contact-page .iwithtext {
    display: flex;
    align-items: center;
    column-gap: 20px;
    row-gap: 20px;
}
.contact-page .iwithtext .iwt-text {
    padding-left: 0;
}
.contact-page .iwithtext .iwt-text h5 {
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}
.contact-page .iwithtext .iwt-text p, .contact-page .iwithtext .iwt-text p a {
    color: #706e7b;
    font-size: 15px;
}
.contactpage-form {
    background: #f3f3f3;
    padding: 50px 40px;
    border-radius: 20px;
}
.contactpage-form h3 {
    font-size: 29px;
    color: #1c2d37;
    margin: 0 !important;
}
.contactpage-form p {
    font-size: 12px;
}
.contactpage-form .form-top {
    width: 100%;
    margin-bottom: 10px;
}
.contactpage-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contactpage-form .cp-form-field {
    width: 48%;
    margin-top: 13px;
}
.contactpage-form .cp-form-field label {
    font-size: 14px;
    color: #1c2d37;
    font-weight: 500bold;
}
.contactpage-form .cp-form-field input, .contactpage-form .cp-form-field textarea {
    background: #fff !important;
    height: 50px !important;
    border-radius: 10px;
}
.contactpage-form .cp-form-field textarea {
    height: 150px !important;
}
body[data-form-submit=regular] .container-wrap .contactpage-form input[type=submit] {
    width: 100%;
    border-radius: 10px !important;
    margin-top: 10px;
}
.contactpage-form > p {
    width: 100%;
}
span.wpcf7-spinner {
    display: none !important;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
.contactpage-form .cp-form-field input.wpcf7-not-valid {
    border-color: red !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: 0;
    background: red;
    color: #fff;
}
.repeat-head.policy-txt p, .repeat-head.policy-txt li {
    color: #000;
    font-size: 14px;
}
.repeat-head.policy-txt h3 {
    font-size: 22px;
    color: #1c2d37;
}
.repeat-head.policy-txt p strong {
    font-size: 16px;
    color: #1c2d37;
}
.choose-box {
    border: 1px solid #d8d7d7;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
}
.choose-box h3 {
    font-size: 24px;
    color: #1c2d37;
}
.choose-box p {font-size: 13px;line-height: 23px;}
.about-sec2 .repeat-head h2,
.about-sec4 .repeat-head h2 {
    line-height: 44px;
    margin-bottom: 20px;
}
.about-sec2 .iwt-icon {
    position: static;
    width: 100px;
}
.about-sec2 .iwt-text {
    padding-left: 10px;
}
.about-sec2 .iwithtext {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
}
.about-sec2 .iwt-icon img {
    height: 70px !important;
    width: auto !important;
    object-fit: contain;
    object-position: top;
}
.about-sec2 .iwt-text h4 {
    font-size: 22px;
    color: #1c2d37;
}
.about-sec4 .iwt-text {
    padding: 0 !important;
}
.about-sec4 .iwt-icon {
    position: static;
}
.about-sec4 .iwt-icon img {
    height: 70px !important;
    width: auto !important;
    object-fit: contain;
}
.about-sec4 .iwt-text h4 {
    color: #1c2d37;
    font-size: 20px;
}
.single-main {display: flex;justify-content: space-between;flex-wrap: wrap;align-items: self-start;}
body.page-id-93 {
    overflow: revert;
}
.top-bar {
    background: #eab51d;
    padding: 4px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
}
.top-bar .top-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-bar .top-lf ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.top-bar .top-details ul {
    margin: 0;
    padding: 0;
    gap: 25px;
}
.top-bar .top-details ul li a {
    color: #000000;
    font-family: Outfit;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    column-gap: 6px;
    padding: 7px 0;
}

.top-bar .top-details ul li {
    list-style: none;
}

.top-bar .top-details .top-rt ul li a {
    text-transform: uppercase;
}

.top-bar .container {
    max-width: 1900px;
}
#top .container {
    max-width: 1900px;
}
div#homebanner {
}
#header-outer #logo {
    margin: 14px 0;
}
div#copyright-row {
    padding: 20px 60px !important;
}
div#footer {
    padding: 50px 60px !important;
    margin-top: 50px !important;
}
#footer .iwithtext .iwt-icon img {
    filter: invert(1) brightness(100%);
}
.foot-1 {
    width: 90%;
    margin-top: 30px;
}
.property-locations {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.property-locations .location-box {
    width: 25%;
    text-align: center;
    padding: 0 10px;
    transition: all ease 0.3s;
}

.property-locations .location-box img {
    width: 100% !important;
    margin: 0;
    height: 220px;
    object-fit: cover;
	border-radius: 10px;
}

.property-locations .location-box h4 {
    color: #151515;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    margin: 25px 0 45px;
}
.sp-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.sp-head a {
    display: flex;
    align-items: center;
    font-size: 17px;
    border: 1px solid transparent;
    padding: 2px 10px;
    border-radius: 5px;
    transition: all.2s linear;
}
.sp-head a:hover {
    border-color: #000;    
}
.sp-head a img {
    height: 14px !important;
    margin: 0 10px 0 0 !important;
    display: block;
}
.review-sec p {
    color: #151515;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    padding-bottom: 1em;
}

.review-sec h4 {
    color: #151515;
    font-family: Outfit;
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
}

.review-sec .review-stars {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 8px;
}
.review-sec .review-stars img {
    height: 14px;
    width: auto !important;
}
#sec2 .nectar-flickity.nectar-carousel[data-desktop-columns="3"][data-format=default] .cell {
    height: auto !important;
}
.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous {
    left: -90px;
}

.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next {
    right: -90px;
}

.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button:before {
    background: transparent;
}
.nectar-flickity[data-controls*=arrows_overlaid] .previous:after,
.nectar-flickity[data-controls*=arrows_overlaid] .next:after {
    display: none;
}
body:not(.home) div#search-row {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.top-bar .top-details .top-rt ul li a {
    background: #000;
    color: #fff;
    padding: 4px 15px;
    border-radius: 4px;
    transition: all.2s linear;
}
.top-bar .top-details .top-rt ul li a:hover {
    background: #fff;
    color: #000;
}
div#header-outer {
    top: 40px !important;
}
.admin-bar div#header-outer {
}
@media only screen and (max-width: 1000px) {
	body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a img {
		 height: 12px;
		filter: brightness(100) invert(1);
		margin: 0;
	}
	body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li.header-btn a {
		display: inline-flex;
		align-items: center;
		column-gap: 10px;
		background: #eab51d;
		padding: 7px 25px;
		border-radius: 6px;
		font-size: 15px;
		font-weight: 500;
	}
	body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before, body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:after, body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines-button:after {
		background: #000000 !important;
	}
	li{}
	.top-bar .top-details .top-lf ul li:first-child {
	    display: none;
	}
	.top-bar {
	    padding: 4px 10px;
	}
	header#top {
	    padding: 0 20px;
	}
	.s-form-field input {
		border: 1px solid #ccc;
		padding: 0 10px;
		font-size: 12px !important;
		padding: 5px 10px;
	}
	body[data-form-submit=regular] .container-wrap form.search-form button[type=submit] {
		width: 100% !important;
		text-align: center !important;
		justify-content: center;
		border-radius:  10px !important;
		padding: 10px 5px !important;
		font-size:  15px !important;
		align-items: center;
	}
	body[data-form-submit=regular] .container-wrap form.search-form button[type=submit] img {
		height: 20px !important;
	}
	.property-locations .location-box {
		width: 50%;
	}
	.property-locations .location-box img {
		height: 150px;
	}
	.property-locations .location-box h4 {
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.home div#search-row {
	    margin-bottom: 100px !important;
	}
	#homebanner h2.ns-heading-el {
		font-size: 35px !important;
		line-height: 1.2;
	}
	form.search-form {
		border-radius: 15px;
		flex-direction: column;
		padding: 30px;
	}
	form.search-form .s-form-field {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	body[data-form-submit=regular] .container-wrap form.search-form button[type=submit] {
		width: auto;
	}
	.repeat-head {
		text-align: center;
	}
	.repeat-head h2 {
		font-size: 25px;
		margin-top: 5px;
		line-height: 30px;
	}
	body.material:not([data-button-style^=rounded]).home #sec1 .nectar-button.has-icon.small.theme-btn {
		display: none;
	}
	.home #sec1 .vc_col-sm-6:nth-child(2) {
		display: none;
	}
	.plotseeker-properties .property-listbox {
		width: 100%;
	}
	.page-sec, div#sec1 {
		padding: 40px 0 !important;
		margin-bottom: 0 !important;
	}
	.home div#sec1 {
		padding-top: 0 !important;
	}
	.home #sec1 .vc_col-sm-12 {
		margin-top: 0 !important;
	}
	#sec2 .wpb_text_column.wpb_content_element {
		margin-bottom: 10px !important;
	}
	#sec2 .neighbour-row .vc_column-inner .wpb_text_column {
		margin-bottom: 0 !important;
	}
	#sec4 img.w100, #sec5 img.w100 {
		transform: scale(1) !important;
	}
	#sec4 .hover-wrap {
		padding-right: 0 !important;
	}
	div#sec4 {
		padding: 40px 0 90px !important;
	}
	#sec5 .hover-wrap {
		padding: 0 !important;
	}
	body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.small.theme-btn {
		display: block;
		text-align: center;
		max-width: 180px;
		margin: 0 auto;
	}
	div#footer {
		padding: 50px 0 !important;
		text-align: center !important;
	}
	#footer .iwithtext .iwt-icon {
		position: static;
	}
	#footer .iwithtext .iwt-text {
		padding: 0;
	}
	#footer .iwithtext .iwt-text, #footer .iwithtext .iwt-text a, #footer p, #footer a {
		font-size: 12px;
	}
	#footer .iwithtext img {
		margin: 0;
	}
	#footer .vc_col-sm-2 {
		width: 100% !important;
	}
	#footer h4 {
		margin-bottom: 12px !important;
		font-size: 20px;
	}
	.tnp-field.tnp-field-button {
		text-align: center !important;
	}
	div#copyright-row {
		text-align: center;
		padding: 0 0 30px  !important;
	}
	div#copyright-row p, div#copyright-row a {
		color: #fff;
	}
	#copyright-row .vc_col-sm-6 {
		margin-bottom: 0;
	}
	div#copyright-row ul {
		justify-content: center;
		margin-top: 10px;
		margin-left: 0;
	}
	.contact-page .iwithtext {
		flex-direction: column;
		justify-content: center;
		text-align: center;
		margin-bottom: 0;
	}
	.single-property {
		margin-top: 0;
		flex-direction: column;
	}
	.single-property .single-lf, .single-property .single-rt {
		width: 100%;
		text-align: center;
	}
	.single-lf h2 {
		font-size: 26px;
	}
	.single-lf h5 {
		font-size: 15px;
	}
	.property-desc h4 {
		font-size: 24px;
	}
	.single-lf p {
		font-size: 13px !important;
		line-height: 22px;
	}
	.property-essentials ul li {
		width: 49%;
		flex-direction: column;
	}
	.amenity-list ul li {
		width: auto;
	}
	.amenity-list ul {
		justify-content: center;
		column-gap: 10px;
	}
	.single-rt {
		margin-top: 20px;
	}
	#footer .img-with-aniamtion-wrap.custom-width-25pct {
	    margin: 0 auto;
	    display: flex;
	    justify-content: center;
	}
	.foot-1 {
	    width: 100%;
	}
	#footer .wpb_column {
	    margin-bottom: 20px;
	}
}
@media only screen and (max-width: 400px) {
	.property-locations .location-box {
		width: 100%;
	}
	.property-locations .location-box img {
		height: auto;
	}
}