footer#footer ul li {
    color: #ffffff;
    margin-top: 5px !important;
}
footer#footer ul li a{
color: #ffffff;
}
footer#footer ul li::before {
    content: "\f231";
    font-family: "bootstrap-icons";
    display: inline-flex;
    align-self: center;
    justify-self: center;
    position: relative;
    font-size: 0.75rem;
    line-height: inherit;
    left: -3px;
}

div#gotoTop {
    position: fixed;
    background: #000000;
    padding: 5px 10px;
    color: #ffffff;
    right: 10px;
    cursor: pointer;
    bottom: 15px;
}

ul.iconlist_rare li{
margin: 10px 0px;
}
ul.iconlist_rare i {
    background: #ffffff;
    padding: 10px 15px;
    border-radius: 50px;
    margin-right: 10px;
}
a:hover{
text-decoration: none;
}
ul.iconlist li i {
    margin: 0px 10px;
}
.iconlist, ul.iconlist_rare, footer#footer ul {
    list-style: none;
    padding: 0;
}
.btn_default {
    background: #915e38;
    padding: 10px 15px;
    color: #ffffff;
    display: inline-block;
    margin-top: 10px;
}
a.button.btn_packages:hover {
    background: #915e38;
    padding: 10px 30px;
    color: #ffffff;
}
a.button.btn_packages {
    background: #ffffff;
    padding: 10px 30px;
    text-decoration: none;
    color: #915e38;
   border: 1px solid #915e38;
}
.down-i {
    transform: translateY(10px);
}
a.h-bg-phone:hover .upper-i {
    transform: translateY(-30px);
    transition: .4s ease;
}

a.h-bg-phone:hover .down-i {
    transform: translateY(-19px);
    transition: .4s ease;
}
a.h-bg-phone {
    display: grid;
    background: #000000;
    margin: 5px;
    padding: 10px;
    color: #ffffff;
    line-height: 17px;
    overflow: hidden;
    height: 35px;
    border-radius: 50px;
}
button.cnvs-hamburger {
    border: 0;
    background: transparent;
}
div#home-contactform input#template-contactform-submit {
    background: #000000 !important;
    color: #ffffff;
    width: 200px !important;
    float: right;
}
div#home-contactform textarea#input_xl_textarea {
    border-bottom: 1px solid #dee2e6;
    border-top: 0px;
    border-right: 0px;
    border-left: 0;
    padding: 10px;
    width: 100%;
    height: 90px;
}
div#home-contactform input {
    border-bottom: 1px solid #dee2e6;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding: 10px;
    background: transparent;
    width: 100%;
}
.message_carosal .carousel-indicators [data-bs-target] {
	background-color: #c66940;
}
.message_carosal .carousel-indicators {
    top: 175px;
    margin-left: 0%;
justify-content: left;
}
body{
padding-top: 80px;
}
.home_search {
    height: 58px;
   width: 200px;
}
input#wp-block-search__input-2 {
    height: 60px;
    width: 75%;
    padding: 10px;
}
div#fullscreenSearchModal {
    background: antiquewhite;
padding: 0px !important;
}

header {
    background: #ffffffb3;
    position: fixed;
    top: 0px;
    z-index: 100;
    width: 100%;
}

.widget-mobile ul li {
    font-size: 20px;
    padding: 5px 0px;
    list-style: none;
}
button.text-white {
    background: transparent;
    border: 0;
}
div#mobile_Header_only {
    display: none;
}

.real-estate-item-image img {
    width: 100%;
}
.image-container {
    position: relative;
    width: 100%;
    height: 80vh; /* Adjust the desired height */
    overflow: hidden;
}

.image-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.pagination {
    margin-top: 20px;
}
.pagination span{
color: #ffffff;
}
.pagination .page-numbers {
    padding: 5px;
    margin: 0px 10px;
    background: #c19a6b;
}
.side-panel-wrap ul li a {
    color: #ffffff;
}

.side-panel-wrap ul li{
    padding-bottom: 10px;
}

.side-panel-wrap ul{
list-style: none;
}

.loop-body {
    min-height: 100px;
    padding: 10px 10px 0px 10px !important;
}
.Default_title {
    font-size: 100px;
    line-height: 100px;
    z-index: 10;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}

.search_title{
font-size: 50px;
    line-height: 50px;
    z-index: 10;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}

input#btn_book:hover {
    background: #915e38;
    color: #ffffff;
}
input#btn_book {
    background: #ffffff;
    border: 1px solid #915e38;
    padding: 10px;
    border-radius: 0px;
}
.single_form p {
    margin-bottom: 15px;
}
.single_form textarea#content_box {
    width: 100%;
    border: 1px solid #915e38;
    padding: 5px;
    border-radius: 5px;
    height: 120px;
}
.single_form input {
    width: 100%;
    border: 1px solid #915e38;
    padding: 5px;
    border-radius: 5px;
}
.single_form {
    display: block;
    background: #f8f9fa;
    padding: 20px;
    border: 1px solid #915e38;
    border-radius: 10px;
}
h2.single_title {
    position: absolute;
    margin-top: -70px;
    left: 10%;
    font-size: 50px;
    color: #ffffff;
    z-index: 10;
}
#search_page{
position: relative;
}
.single_feature_image::after, .for_cont::after, #Default_page::after, #search_page::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000000bf;
}
h4.single_price span {
    font-size: 18px;
    color: #ffffff !important;
}
h4.single_price {
    position: absolute;
    margin-top: -100px;
    right: 20px;
    color: #ffffff;
    font-size: 45px;
    z-index: 10;
}
.single_feature_image{
position: relative;
}
div#Grid_template {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    row-gap: 15px;
}
.real-estate-item-image img {
    border-radius: 10px;
}
li.list-group-item {
    font-size: 14px;
}





ul#menu-main_menu a.nav-link {
    font-weight: 700 !important;
    color: black !important;
}

.product {

 border: 1px solid #e6e6e6;
padding:4px;
  border-radius: 8px;
 box-shadow: 0 4px 8px rgba(0, 1, 4, 0.1);
min-height:450px;
}
.product-title h3{

font-size:15px;
margin-bottom:0px;
}

.real-estate-item {
  border: 1px solid #cdcdcd;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 12px;

}
.real-estate-item-desc {
  padding-bottom: 14px!important;
}
.product-price.fw-normal.mt-0.mb-2 {
  font-size: 10px!important;
 margin-left: 12px!important;
}

.product-price fw-normal mt-0 mb-2{
padding-left:16px!important;
text-align:center;
}


.for_h1{

    font-size: 250px;
    color: #88847e;
    line-height: 200px;
}


@media only screen and (max-width: 1024px) {

	body {
    padding-top: 0px;
}
div#mobile_Header_only {
    display: block;
}
div#destop_header{
display: none;
}

.real-estate-item-desc h3 { font-size: 14px !important; }
 h2.text-transform-none { font-size: 35px !important; }

}

@media only screen and (max-width: 767px) {

rs-fullwidth-wrap, rs-module-wrap#rev_slider_home_wrapper {
    height: 450px !important;
}
rs-group#slider-2-slide-2-layer-35 {
    transform: translate(0px, -300px) !important;
}
.real-estate-item-desc h3 { font-size: 15px; }


.image-container {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
}


.Default_title {
    font-size: 50px;
    line-height: 50px;
    z-index: 10;
}
.for_h1{

    font-size: 130px;
    color: #88847e;
    line-height: 130px;
}

div#Grid_template {
    display: grid;
    grid-template-columns: auto;
}
h2.single_title {
    position: absolute;
    margin-top: 0px;
    left: 10px;
    top: 50%;
    font-size: 30px;
    color: #ffffff;
    z-index: 10;
}
h4.single_price {
    position: absolute;
    margin-top: -50px;
    right: 0px;
    left: 10px;
    font-size: 24px;
 
}

 #feature-heading {
  font-size: 24px!important;
  padding-top: 12px!important;
}
.product-price.fw-normal.mt-0.mb-2 {
  margin-left: 17px!important;
  font-size: 14px!important;

}
.real-estate-item{
margin:1px!important;
}
.line{
display:none!important;
}
.entry {
  margin-top: 6px!important
;
}
}

