@import url('https://fonts.googleapis.com/css2?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');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
* {
	margin: 0px;
	padding: 0px;
	  font-family: "Poppins", sans-serif;

}


body ol,

body ul,

body li {

	list-style: none;

	margin: 0;

	padding: 0;

}


body a {

	text-decoration: none;

	transition: 0.2s;

	color: #656363;

}



body input:focus {

	outline: none;

}


body select:focus {

	outline: none;

}


body textarea:focus {

	outline: none;

}
.container {
    width: 100%;
    max-width: 1460px !important;
}

.header nav.navbar {
	box-shadow: none;
}
.home-slider button.slick-arrow {
    display: none !important;
}
header.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
.home-slider img {
    width: 100%;
    height: 900px !important;
    object-fit: cover;
}
.home-slider .carousel-item img {
    border-radius: 0px;
    transition: none;
    transform: none !important;
    margin-bottom: 0;
}
.home-slider .carousel-indicators {
    bottom: 0px;
}
header.header div#collapsibleNavbar {
    justify-content: end;
}
header.header ul li a {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 8px !important;
    height: 8px !important;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 60px !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #333 !important;
}
.btn {
    box-shadow: none !important;
}
.header.header a.navbar-brand img {
    /*width: 250px;*/
    object-fit: contain;
    transition: none;
    transform: none;
}
::placeholder {
  color: #000 !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color:#000 !important;
}
header.header ul li {
    margin: 0 8px;
}
header.header ul .menu-btn {
    margin-left: 12px;
    margin-top: 5px;
}
header.header ul li.menu-btn a.nav-link {
    padding: 8px 40px;
    background: #012a5e;
    border-radius: 60px;
    font-size: 16px;
    border: 1px solid #fff;
    font-weight: bold;
    color: #fff;
}
header.header ul li.menu-btn a.nav-link:hover{
    background: #0C95C5;
    color: #fff;
}
header.header ul li.active a {
    color: #0C95C5;
}
header.header ul li a:hover {
    color: #0C95C5;
}
section.home-slider {
    position: relative;
}
.home-slider .search-box
.search-box form {
    display: flex;
    background: #ffffff70;
    padding: 30px 30px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
}
.home-slider .search-box h2 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Raleway", sans-serif;
}
.slider-overlay {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.search-box form .form-group {
    width: 43%;
    margin: 0 10px;
}
.search-box form .form-group select {
    width: 100%;
    border: 1px solid #ccc;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    border-radius: 10px;
    padding: 8px 15px;
    font-size: 14px;
    color: #6e6e6e !important;
}
.search-box form .search-info input.form-control {
    width: 100%;
    border: 1px solid #ccc;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    border-radius: 10px;
    padding: 8px 20px 8px 45px;
    font-size: 14px;
    color: #000000;
    background: #fff url(../images/location.png) no-repeat 10px center;
    background-size: 22px;
}

.search-box form button.search-btn {
    box-shadow: none;
    line-height: normal;
    border-radius: 100%;
    background: #012A5E !important;
    margin: 0px;
    width: 42px;
    height: 40px;
    text-align: center;
    padding: 0px;
}
.noUi-horizontal {
    height: 11px !important;
}
span.police-badge {
    position: absolute;
    left: 20px;
    top: 14px;
    z-index: 999;
}
span.police-badge img {
    width: 100px;
    height: auto !important;
}
.search-box form button.search-btn:hover{
	background: #0c95c5 !important;
	
}
.col-md-4.p-range {
    padding: 0 40px;
}
.search-box form button.search-btn i {
    font-size: 20px;
    margin-top: 5px;
}
section.home-slider ul.slick-dots {
    bottom: 30px;
}
section.home-slider ul.slick-dots li {
    list-style: none;
    text-align: center;
    margin-right: 0px;
}
section.home-slider ul.slick-dots li button {
    background: #d9d9d9;
    border-radius: 100%;
    border: 1px solid #fff;
    width: 15px;
    height: 15px;
}
section.home-slider ul.slick-dots li.slick-active button {
    background: #012A5E;
    
}
.home-slider .slider-single-item {
    margin-bottom: 0px;
}
section.list-rent {
    padding: 130px 0px;
}
.overlay-banner {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
}
.list-rent-inner {
    border: 1px solid #979797;
    border-radius: 20px;
    display: flex;
    box-shadow: 0px 0px 4px #00000040;
    align-items: center;
    justify-content: end;
    overflow: hidden;
}
.list-rent-inner h2 {
    font-size: 30px;
    font-weight: 600;
    color: #012A5E;
    margin-bottom: 20px;
}
.list-rent-inner .list-rent-text {
    width: 60%;
    padding-left: 30px;
}
.list-rent-inner .list-rent-img {
    width: 50%;
}
.list-rent-text a {
    font-size: 24px;
    font-weight: 500;
    background: #012a5e;
    color: #fff;
    border-radius: 100px;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 10px;
}
.list-rent-text a:hover{
	background: #0c95c5;
	color: #fff;
	
}
/*.fade-in-section,
.fade-in-section.active {
  all: unset;
}*/
.fade-in-section,
.fade-in-section.active {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
#profileTabs a i {
    margin-right: 5px;
}
.list-rent-inner .list-rent-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 0px 10px 10px 0px;
}
.feature-list {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}
.feature-head {
    text-align: center;
    margin-bottom: 35px;
}
.feature-head h2 {
    font-size: 40px;
    color: #1F2029;
    font-weight: bold;
}
.feature-head h5 {
    color: #18191F;
    font-size: 24px;
    font-weight: 400;
}
.feature-list-img img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    height: 300px;
    object-fit: cover;
}
.home-slider .search-box {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
}
.home-slider .search-box form {
    display: flex;
    justify-content: center;
    background: #ffffff8a;
    padding: 13px 10px;
    border-radius: 100px;
}
.home-slider .slider-single-item {
    margin-bottom: 0px !important;
}
.feature-list-text small {
    display: block;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: 20px;
    width: auto;
    background: #f6fafe;
    border-radius: 20px;
    padding: 5px 30px 5px 30px;
}
.feature-list-text span {
    color: #0B8BBC;
    font-size: 18px;
    font-weight: 500;
    margin-top: 6px;
    display: inline-block;
    margin-bottom: 0px;
}
.feature-list-text h4 {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 17px;
    min-height: auto;
}
.feature-list-text h4 p {
    color: #18191f !important;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}
.feature-list-text h4 a {
    color: #000;
}
.feature-list {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
        position: relative;
}
.feature-list-text {
    padding: 20px 10px 10px 10px;
}
.feature-list ul {
    display: flex;
    justify-content: left;
    border-top: 1px solid #E4E4E4;
    padding-left: 20px;
        padding-bottom: 20px;
}
.col-md-6.left-listing .feature-list ul {
    padding-bottom: 0px;
}
.feature-list ul li {
    padding: 10px 20px 0px 0px;
    width: auto;
    text-align: center;
    color: #18191f !important;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
}
.feature-list ul li svg {
    color: #645d5d;
    width: 20px;
    position: relative;
    top: -2px;
    right: 3px;
}
.feature-list ul li span {
    margin-right: 0px;
}

/*.feature-list ul li:nth-child(2) {
    border-right: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
}*/
.feature-list ul li img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.feature-list-text h4 a:hover{
    color: #0B8BBC;
}
.feature-listing {
    background: #F6FAFE;
    padding: 90px 0px 90px;
}
.feature-btn a {
    font-size: 16px;
    font-weight: 500;
    background: #012a5e;
    color: #fff;
    border-radius: 100px;
    padding: 10px 50px;
    display: inline-block;
    margin-top: 20px;
}
.feature-btn a:hover{
    background: #0c95c5;
    color: #fff;
}
.feature-btn {
    text-align: center;
}
.flex-img-main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.flex-img-main img {
    width: 100%;
    border-radius: 20px;
}
.flex-img-main .flex-img {
    width: 50%;
    margin-bottom: 30px;
    position: relative;
    padding: 0 10px;
}

.flex-img-main  .flex-img.second {
    display: flex;
    align-items: end;
}

.flex-img-main .flex-img.first img {
    height: 450px;
    object-fit: cover;
}
.flex-img-main .flex-img.second img {
    height: 350px;
    object-fit: cover;
}

.flex-img-main .flex-img.third img {
    height: 350px;
    object-fit: cover;
}
.flex-img-main .flex-img.fourth img {
    height: 450px;
    object-fit: cover;
}
.flex-img-main .flex-img.third h4 {
    top: auto;
    bottom: 20px;
    padding: 0 20px;
}
.flex-img-main .flex-img.second h4 {
    top: auto;
    bottom: 15px;
    background: #ffffffe6;
    color: #000000 !important;
    font-size: 19px;
    padding: 15px 12px;
    font-weight: 600;
    width: calc(100% - 30px);
    left: 15px;
    margin: 0;
    border-radius: 16px;
    box-shadow: 0px 3px 6px #00000073;
    border: 1px solid #fff;
}
span.dollor-badge img {
    width: 160px;
    height: auto !important;
}
span.dollor-badge {
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: 999;
}
.property-section button.btn.btn-primary.mt-3 a {
    color: #fff;
}
.property-details .col-md-4.profile-chat-section form#send-message-form {
    background: transparent !important;
}
section.flex-life {
    padding: 90px 0px;
}
.flex-img-main .flex-img h4 {
    position: absolute;
    top: 50px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    z-index: 9;
}
.flex-inner {
position: relative;
}

.flex-life .row {
    align-items: center;
}
.flex-content {
    padding-left: 70px;
}
.flex-content h2 {
    font-size: 40px;
    color: #1F2029;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 55px;
}
.flex-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #18191F;
}
.flex-content a {
    font-size: 16px;
    font-weight: 500;
    background: #012a5e;
    color: #fff;
    border-radius: 100px;
    padding: 10px 50px;
    display: inline-block;
    margin-top: 20px;
}
.flex-content a {
    font-size: 18px;
    font-weight: 600;
    background: #012a5e;
    color: #fff;
    border-radius: 100px;
    padding: 17px 50px;
    display: inline-block;
    margin-top: 10px;
}
.flex-content a:hover{
    background: #0c95c5;
    color: #fff;
}
.client-inner img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    float: left;
    margin-right: 20px;
    object-fit: cover;
    margin-left: 0;
}
.client-inner h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}
.client-inner p {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #1E1B1B;
}
.client-img {
    display: flex;
    align-items: center;
}
.client-img small {
    display: block;
    color: #18191F;
    font-size: 17px;
    font-weight: 400;
    margin-top: 10px;
}
.client-testimonial {
    background: #F6FAFE;
    padding: 110px 0px 140px;
}
.client-inner {
    background: #fff;
    padding: 70px 70px 40px 70px;
    border-radius: 10px;
    margin-right: 30px;
    border: 1px solid #acacac85;
}

.testimonial-head {
    text-align: center;
    margin-bottom: 40px;
}
.testimonial-head h2 {
    font-size: 40px;
    color: #1F2029;
    font-weight: bold;
}
.test-slider ul.slick-dots {
    bottom: -45px;
}
.test-slider ul.slick-dots li button {
    background: #939191;
    border-radius: 0%;
    height: 4px !important;
    width: 30px !important;
    padding: 0px;
}
.test-slider ul.slick-dots li.slick-active button {
    background: #0C4499;
}
.test-slider ul.slick-dots li button:hover {
    background: #0C4499;
}
.test-slider ul.slick-dots li {
    list-style: none;
    height: auto;
    width: auto;
}
footer {
    background: #012A5E;
    padding: 50px 0px 30px 0px;
    position: relative;
}
footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 140px;
    background-image: url(../images/footer-art.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    background-position: center;
}
.footer-top h4 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.footer-link ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.footer-link ul li a:hover{
    text-decoration: underline;
}
.footer-link ul li {
    margin-bottom: 15px;
    display: inline-block;
    width: 50%;
    float: left;
}
.subscribe-form {
    position: relative;
    width: 60%;
}
.section-row.property-addres-row {
    padding-bottom: 50px;
}
.radio-check {
    display: flex;
    gap: 20px;
    margin-top: 12px;
}
.rentel-listing-page .form-label {
    margin-bottom: .5rem;
    color: #000;
    font-size: 20px;
    font-weight: 400;
}
.section-row.kitchen-row .form-check {
    background: #fff;
    padding: 10px;
    padding-left: 40px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.section-row.kitchen-row {
    padding-bottom: 40px !important;
}
.submit-detail input[type="submit"] {
    background: #012A5E;
    border: none;
    color: #fff;
    padding: 15px 30px;
    border-radius: 60px;
}
.submit-detail {
    text-align: center;
    padding: 60px 0px;
}
.secondary-tabs button span {
    display: block;
    margin-bottom: 6px;
    color: #999 !important;
}
.left-icon span img {
    display: inline-table;
}
.home-features-section ul li img {
    display: inline-block;
}
.secondary-tabs button {
    display: block !important;
    background: #F6FAFE !important;
    width: 100%;
    padding: 25px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px !important;
    border: 1px solid #C2C2C2 !important;
}
.secondary-tabs .nav-link.active {
    background: #012a5e !important;
}
.secondary-tabs button span img {
    width: 70px;
    height: 60px;
    object-fit: contain;
}
.secondary-tabs button.active span {
    color: #fff !important;
}
.search-location select {
   color: black !important; /* Set font color to black */
}
ul#accommodationTabs {
    gap: 10px;
}
.secondary-tabs li.nav-item {
    width: 11.8%;
}
.number-Beds button {
    margin: 0;
    border: 1px solid #ccc !important;
    box-shadow: none;
}
.input-group.number-Beds {
    width: 60%;
}
button#decrementBeds {
    padding: 10px 20px !important;
}
button#incrementBeds{
 padding: 10px 20px !important;   
}
.subscribe-form input {
    width: 100%;
    border-radius: 9999px;
    -webkit-border-radius: 9999px;
    border: none;
    padding: 17px 25px;
    background-color: #fff;
    color: #333;
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 500;
    border: 1px solid;
}
.subscribe-form button {
    float: right;
    cursor: pointer;
}
.subscribe-btn {
    width: auto;
    border: none;
    background-color: #0B94C4;
    padding: 9px 25px;
    border-radius: 9999px;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    -ms-border-radius: 9999px;
    -o-border-radius: 9999px;
    text-transform: capitalize;
    color: #ffffff;
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 20px;
}
.subscribe-btn:hover{
    background-color: #012a5e;
}
.subscribe-form input::placeholde{
    color: #fff;
}
.footer-link p {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.footer-link a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.footer-top .footer-add a:hover{
    text-decoration: underline;
    color: #fff;
}
ul.footer-social {
    display: flex;
    margin-top: 20px;
}
ul.footer-social li a i {
    font-size: 22px;
}
ul.footer-social li a:hover i {
    color: #0b94c4;
}
ul.footer-social li {
    margin-right: 20px;
}
.footer-bottom {
    text-align: center;
    color: #fff;
    margin-top: 30px;
}
.footer-bottom p {
    margin-bottom: 0px;
    font-size: 19px;
    font-weight: 500;
}
a.navbar-brand.mob-logo {
    display: none;
}
button.btn.btn-primary.search-btn.mob-search {
    display: none;
}
.test-slider button.slick-next { 
    right: 20px;
}
.test-slider button.slick-prev {
    left: auto;
    right: 90px;
}
.test-slider button.slick-arrow {
    bottom: -80px;
     top: auto;
    transform: inherit;
    background: #fff;
    height: 60px;
    width: 60px;
    border-radius: 100%;
}
.test-slider button.slick-arrow:hover{
     background: #0C4499;
}
.test-slider button.slick-arrow:hover:before{
     color: #fff;
}
.test-slider button.slick-arrow:before {
    font-size: 35px;
    opacity: 1;
    color: #0C4499;
    font-weight: 600;
}
.footer-news {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

.footer-top {
    margin-top: 30px;
    border-top: 1px solid #0f3f7bb3;
    padding-top: 60px;
    border-bottom: 1px solid #0f3f7bb3;
    padding-bottom: 50px;
}
.footer-news h4 {
    color: #fff;
    margin-right: 20px;
    font-size: 24px;
    font-weight: 600;
}
.footer-logo img {
    width: auto;
    margin-bottom: 10px;
    display: inline-block;
}
.footer-logo p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-right: 30px;
}
.footer-add ul li {
    width: auto;
    clear: both;
    float: none;
}
.row.g-3.listing-prop {
    margin-top: 0px;
}
.search-filter input.form-control {
    width: 100%;
    padding: 12px 10px;
       border: 1px solid #bcbcbc;
    border-radius: 5px;
    background: #ffffff;
    font-size: 15px;

}
.search-filter .form-control {
    box-shadow: none;
}
.search-filter .form-control:focus-visible{
    box-shadow: none;
}
.search-filter select {
    width: 100%;
    padding: 12px 10px;
        border: 1px solid #bcbcbc;
    border-radius: 5px;
    background: #ffffff;
    font-size: 15px;
}
.col-md-6.left-listing {
    background: #fff !important;
    padding: 30px;
}
.col-md-6.left-listing .feature-list {
    background: #f6fafe;
    padding-bottom: 20px;
}
.search-filter .row {
    margin: 16px 0px;
}
.search-filter .col-md-3 {
    padding-left: 3px;
}
.property-card {
    /* border: 1px solid #ddd; */
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 25px;
    position: relative;
}
.paginations ul.pagination.justify-content-center {
    align-items: center;
}
.paginations a.page-link {
    font-size: 16px !important;
}
.banner img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    transition: none !important;
    transform: none !important;
}
.paginations a.page-link.active {
    background: #012A5E !important;
    color: #fff !important;
    padding: 9px 20px;
    border-radius: 6px;
}
    .property-card img {
      width: 100%;
      height: 300px;
      object-fit: cover;
    }

    .property-details {
      padding: 15px;
    }

    .property-meta {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .property-meta div {
      font-size: 0.9rem;
      color: #6c757d;
    }

    .map-container {
      height: 500px;
      border: 1px solid #ddd;
      border-radius: 5px;
    }
.price-range {
    font-size: 18px;
    color: #000;
}
section.search-result.adv-serach {
    padding: 20px 20px;
    background: #f6fafe;
    margin-bottom: 40px;
}

.search-filter .row .row.mt-0 .col-md-6.mb-2 {
    padding-left: 0px;
}
.search-filter .row .row.mt-0 .col-md-6 {
    padding-right: 0px;
}
.noUi-horizontal .noUi-handle {
    width: 24px !important;
    height: 23px !important;
    right: -17px;
    top: -6px;
    border-radius: 60px !important;
}
section.search-result.adv-serach .search-filter p {
    color: #000000 !important;
    font-weight: 400;
}
.search-filter p span {
    color: #000 !important;
    font-weight: 600;
}
.search-result p, span {
    color: #18191f !important;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: normal;
}
.search-result p svg {
    fill: #ffffff;
    color: #645d5d;
    width: 18px;
    margin-right: 4px;
}
section.search-result.adv-serach .noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 9px !important;
    top: 3px !important;
}
section.search-result.adv-serach .noUi-handle:after {
    left: 12px !important;
}
.search-filter {
    margin-top: 0px;
}

.search-filter button.btn.btn-primary.me-2 {
    width: 100%;
    background: #0b94c4 !important;
    border-radius: 6px;
    margin: 0;
    padding: 12px 10px;
    font-size: 15px;
}
section.search-result.adv-serach .col-md-4.p-range {
    padding: 10px 30px 0px 30px;
}
.search-filter button.btn.btn-primary.me-2:hover {
    background: #012A5E !important;
}
.search-filter button.btn.btn-outline-secondary{
     width: 100%;
    background: #0C97C7 !important;
    border-radius: 6px;
    margin: 0;
    height: 50px;
    border: none !important;   
    color: #fff !important;
}

section.banner {
    position: relative;
}
.banner h2 {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.news-page .feature-list-text {
    background: #F6FAFE;
}
.news-page .dist span {
    color: #18191F;
    font-size: 16px;
    margin-right: 20px;
    font-weight: 400;
}
section.news-page {
    padding: 90px 0px;
}
.news-page h2 {
    text-align: left;
}
.about-page .intro-text p {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}
.about-page .intro-text {
    padding: 60px 0px;
    width: 80%;
    margin: 0 auto;
}
.property-section h3.section-title {
    color: #000;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
}
.property-section.align-items-center {
    background: #F6FAFE;
    padding: 120px 0px;
}
.property-section button.btn.btn-primary.mt-3 {
    background: #012A5E !important;
    border-radius: 60px;
    margin-top: 50px !important;
    display: inline-block;
}
.listing-ul li {
    width: 50%;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
}
ul.listing-ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.listing-ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    top: 10px;
    left: 0;
}
.renter-listing-ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    top: 10px;
    left: 0;
}
.shuffle-property {
    display: flex;
    position: relative;
}
.property-section.align-items-center.flex-lg-row-reverse.for-renters {
    padding-bottom: 180px;
}
.for-renters h6 {
    color: #012A5E;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
ul.renter-listing-ul {
    margin-bottom: 20px;
}
.shuffle-property img.img-fluid.sh-2 {
    position: absolute;
    right: 60px;
    top: 90px;
}
.property-section.align-items-center.flex-lg-row-reverse {
    background: #fff;
}
.property-section.align-items-center.for-property {
    padding-bottom: 220px;
}
.for-property h6 {
    color: #012A5E;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.tab-content {
      margin-top: 20px;
    }

.faq-accordion .accordion-button {
    background-color: #fff;
    color: #000;
    font-weight: 500;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    font-size: 24px;
    font-weight: bold;
    padding: 25px 20px;
}

    .faq-accordion .accordion-button:not(.collapsed) {
      background-color: #f8f9fa;
      color: #000;
    }

.faq-accordion .accordion-body {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-top: none;
}

    .nav-tabs .nav-link.active {
      background-color: #0d6efd;
      color: #fff;
    }

    .nav-tabs .nav-link {
      border: 1px solid #ddd;
      border-radius: 0;
      color: #000;
    }
    section.faq-page {
    padding: 90px 0px;
}
.faq-page ul#faqTabs {
    width: 510px;
    display: flex;
    margin: 0 auto;
    border: none;
    margin-bottom: 60px;
}
.faq-page .nav-link.active {
    background: #012a5e !important;
    border-radius: 0px;
    color: #fff !important;
}
.faq-page .nav-link {
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
}
.faq-page .accordion-item {
    margin-bottom: 15px;
}
.faq-page .accordion-button:focus {
    z-index: 3;
    border-color: #ccc;
    outline: 0;
    box-shadow: none !important;
}
/* Remove default caret icon */
.accordion-button::after {
  content: ''; /* Hide default icon */
}

/* Add custom "+" and "-" icons */
.accordion-button:not(.collapsed)::after {
  content: "–"; /* Show "-" when expanded */
    font-size: 36px;
    color: #333;
    margin-left: auto;
    font-weight: 300;
    margin-bottom: 20px;
}

.accordion-button.collapsed::after {
    content: "+";
    font-size: 36px;
    color: #333;
    margin-left: auto;
    font-weight: 300;
    margin-bottom: 20px;
}
.faq-page .accordion-button:not(.collapsed)::after {
    background-image: none;
}
.faq-page .accordion-button::after {
    background-image: none;
}
.login-container {
    background-color: #f6f9fe;
    padding: 60px 30px;
    border-radius: 15px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
    max-width: 616px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #eee;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    padding: 16px 40px 16px 15px;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-image: url('https://www.iconpacks.net/icons/2/free-arrow-down-icon-3101-thumb.png') !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 20px !important;
    cursor: pointer;
}
/* Standard syntax */
::placeholder {
  color: #999 !important;
  opacity: 1; /* required for Firefox */
}

/* WebKit (Chrome, Safari, Edge) */
::-webkit-input-placeholder {
  color: #999 !important;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #999 !important;
  opacity: 1;
}

/* Firefox 4 - 18 */
:-moz-placeholder {
  color: #999 !important;
  opacity: 1;
}

/* Internet Explorer 10-11 */
:-ms-input-placeholder {
  color: #999 !important;
}

/* Microsoft Edge (Legacy) */
::-ms-input-placeholder {
  color: #999 !important;
}
.col-md-4.profile-chat-section form#send-message-form {
    background: transparent;
}
.for-property p {
    font-size: 16px;
}
.search-box form .form-group select:before{
  padding: 10px 40px 10px 40px; /* Left padding for icon */
  border-radius: 10px;
  border: none;
  background: #fff url('data:image/svg+xml;utf8,<svg fill="%23999" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5S10.62 6.5 12 6.5s2.5 1.12 2.5 2.5S13.38 11.5 12 11.5z"/></svg>') no-repeat left 10px center;
  background-size: 18px 18px;
  font-size: 16px;
}
.header .container {
    width: 100%;
    max-width: 100% !important;
    padding: 0px 60px !important;
}
/* Optional for IE fallback */
select::-ms-expand {
  display: none;
}
.fade-in-section.active {
    opacity: 1;
    transform: none !important;
}
    .login-container input {
      border-radius: 25px;
      padding: 10px 15px;
      border: 1px solid #ddd;
    }
.login-container button.btn.btn-primary.w-100 {
    background: #012A5E !important;
    border-radius: 60px;
}
    .btn-primary {
      background-color: #002d6e;
      border: none;
      border-radius: 25px;
      padding: 10px 15px;
      font-size: 16px;
    }

    .btn-primary:hover {
      background-color: #0043a4;
    }

    .form-control:focus {
      box-shadow: none;
      border-color: #80bdff;
    }

    .login-container .toggle-password {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      font-size: 18px;
      color: #ccc;
    }

    .login-container .toggle-password:hover {
      color: #888;
    }

    .login-container .forgot-password {
      text-align: center;
      margin-top: 15px;
      font-size: 14px;
      color: #888;
    }

    .login-container .forgot-password a {
      color: #000;
      text-decoration: none;
    }

    .login-container .forgot-password a:hover {
      text-decoration: underline;
    }
.login-container .form-label {
    margin-bottom: .5rem;
    color: #000;
}
.create-account {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #000;
}

    .create-account a {
      color: #000;
      text-decoration: none;
    }

    .create-account a:hover {
      text-decoration: underline;
    }
    section.login-page {
    padding: 90px 0px;
}
#signupTabContent form {
    background: #F6FAFE;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 3px 4px 20px #eee;
    border: 1px solid #eee;
    margin-top: 0 !important;
    padding-top: 50px;
}
.signup-container {
    max-width: 756px;
    margin: 0 auto;
}
section.signup-page {
    padding: 90px 0px;
}
.signup-container ul#signupTabs {
    border: none;
    margin-bottom: 0 !important;
}
.signup-container button#list-tab {
    border: none;
}
.signup-container .nav-link {
    border: none !important;
    text-transform: uppercase;
    font-weight: 500;
    color: #5A5A5A !important;
    padding: 20px 10px;
}
.signup-container button#list-tab {
    width: 100%;
}
.signup-container li.nav-item {
    width: 50%;
}
.signup-container .nav-link.active {
    border-bottom: 2px solid #333 !important;
    color: #000 !important;
}
.signup-container .form-control {
    padding: 14px .75rem;
    background-color: #fff !important;
    border: 1px solid #ced4da;
    border-radius: 60px;
}
.signup-container button.btn.btn-primary.w-100 {
    background: #012A5E !important;
    border-radius: 60px;
    font-size: 16px;
}
.create-account a {
    text-decoration: underline;
}
.signup-container .forgot-password.mt-3 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 20px !important;
}
.signup-container .tab-content {
    margin-top: 0;
}
.signup-container .forgot-password a {
    color: #000;
}
ul#mainTabs {
    border: none;
    max-width: 1420px;
    margin: 0 auto;
}
.main-tab {
    background: #F6FAFE;
}
#mainTabs li.nav-item {
    width: 33%;
    text-align: center;
}
#mainTabs button {
    width: 100%;
    padding: 15px 0px !important;
    border: none !important;
    font-weight: 500;
    text-transform: uppercase;
}
#mainTabs .nav-link.active {
    border-bottom: 5px solid #0C4499 !important;
    background: transparent;
    color: #0C4499;
}
.pyment {
    background: #F6FAFE;
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 10px;
    min-height: 230px;
}
.pyment h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}
.pyment .form-check-inline {
    display: block;
    margin-bottom: 20px;
}
.pyment label.form-check-label {
    color: #000;
}
.form-check.form-check-inline.percent {
    display: flex;
    align-items: center;
    gap: 10px;
}
.section-row {
    background: #F6FAFE;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
}
h3.accom-type {
    font-size: 26px;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 30px;
}
.section-row h5 {
    font-weight: 600;
    font-size: 24px;
    margin: 20px 0px;
}
form.upload-files {
    max-width: 885px;
    margin: 0 auto;
}
.upload-files .text-center {
    background: #fff;
    padding: 40px 0px;
    width: 500px;
    margin: 0 auto;
    border: 2px dotted #ccc;
}
.upload-box.p-4 {
    background: #F6FAFE;
    padding: 70px 0px !important;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.upload-files button.btn.btn-outline-primary.mt-3 {
    border: 1px solid #999 !important;
    color: #333 !important;
    border-radius: 10px;
}
.upload-files .justify-content-between {
    align-items: center;
    justify-content: center !important;
    margin-top: 50px !important;
    gap: 30px;
}
.upload-files button.btn.btn-primary {
    background: #012A5E !important;
    border-radius: 60px;
    padding: 15px 90px;
    font-size: 18px;
    border: 1px solid #012A5E !important;
    text-transform: capitalize;
    box-shadow: none;
}
.upload-files button.btn.btn-outline-secondary {
    background: #F6FAFE !important;
    border-radius: 60px;
    padding: 15px 70px;
    font-size: 18px;
    border: 1px solid #000 !important;
    box-shadow: none;
    color: #000 !important;
    text-transform: capitalize;
}
#photos h3 {
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    font-size: 26px;
}
div#photos {
    padding: 90px 0px;
}
.upload-files p.mt-2 {
    font-weight: 500;
    color: #000;
}
.contact-box.p-4 {
    background: #F6FAFE;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 60px 30px !important;
}
.contact-person-tab {
    max-width: 1020px;
    margin: 0 auto;
    padding: 80px 0px;
}
.contact-person-tab .justify-content-between {
    align-items: center;
    justify-content: center !important;
    margin-top: 50px !important;
    gap: 30px;
}
.contact-person-tab button.btn.btn-primary {
    background: #012A5E !important;
    border-radius: 60px;
    padding: 15px 90px;
    font-size: 18px;
    border: 1px solid #012A5E !important;
    text-transform: capitalize;
    box-shadow: none;
}
.contact-person-tab button.btn.btn-outline-secondary {
    background: #F6FAFE !important;
    border-radius: 60px;
    padding: 15px 70px;
    font-size: 18px;
    border: 1px solid #000 !important;
    box-shadow: none;
    color: #000 !important;
    text-transform: capitalize;
}
.contact-person-tab h3 {
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    font-size: 26px;
}
.contact-person-tab .upload-photo-box a.text-primary {
    color: #000 !important;
    text-decoration: underline;
}
.contact-person-tab .form-control {
    padding: 14px .75rem;
}
header.header.header-dash {
    position: static;
    background: #012A5E;
}
.profile-box.p-4.rounded.border {
    background: #F6FAFE;
    margin-top: 50px;
}
#profileTabs li.nav-item {
    width: 20%;
}
#profileTabs .nav-link.active {
    background: #012A5E !important;
    color: #fff !important;
}
#profileTabs button {
    width: 100%;
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
    padding: 20px !important;
    font-size: 18px;
}
.pf-row {
    background: #fff;
}
.profile-box p.text-muted {
    color: #000 !important;
    font-size: 16px;
    background: #d0f1fd;
    padding: 10px;
    border-radius: 6px;
}
.profile-box .mb-3.align-items-center.pf-row {
    margin: 2px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
}
.pf-row p {
    color: #000;
    font-size: 16px;
}
.pf-row h6 strong {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
}
.pf-row h5 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 60px;
}
.mb-3.align-items-center.pf-row.profile-col {
    padding-left: 80px;
    position: relative;
}
.profile-box  .profile-detail-col {
    padding: 40px  80px !important;
    position: relative;
}
.row.profile-detail {
    margin-top: 30px;
}
.profile-detail strong {
    text-transform: uppercase;
}
.profile-score p {
    font-size: 24px;
    font-weight: 500;
}
a.edit-prof-icon {
    position: absolute;
    top: 15px;
    right: 13px;
}
#listing .card.shadow-sm.border-0 {
    padding: 20px;
    padding-bottom: 0;
}
#listing .card.shadow-sm.border-0  {
    box-shadow: none !important;
    background: transparent;
}
div#listing {
    background: #F6FAFE;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding-bottom: 60px;
    margin-top: 50px;
}
#listing nav.mt-3.paginations {
    margin-top: 60px !important;
}
#listing .card .row.g-0 {
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    align-items: center;
}
.tab-inner {
    background: #F6FAFE;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 50px;
}
.tab-inner h5.py-3.px-3 {
    font-weight: 500;
    font-size: 23px;
}
.tab-inner ul li.list-group-item {
    background: transparent;
}
.search-filter p {
    text-align: center;
    margin-top: 10px;
}
.mb-3.align-items-center.pf-row.profile-col.edit-profile-fm {
    padding: 20px;
}
.edit-profile-fm form#profileForm {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.update-btn-prof {
    width: 100%;
}
.update-btn-prof button.btn.btn-primary.w-100 {
    width: auto !important;
    border-radius: 60px;
    font-size: 16px;
    font-weight: 500;
}
.edit-profile-fm form .mb-3 {
    width: 32.8%;
    display: inline-block;
    margin-bottom: 0 !important;
}
#collapsibleNavbar .custom-navbar {
    background-color: transparent;
}
#propertyCarousel form#send-message-form {
    background: transparent;
}
#chat-area .bg-light {
    background-color: #cceaff !important;
}
#chat-area .rounded-circle {
    border-radius: 50%!important;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    float: left;
    margin-left: 0;
}
#message-sidebar img.rounded-circle {
    margin-right: 15px;
    margin-left: 0;
}
#chat-area .bg-primary {
    background-color: #e5e5e5 !important;
    color: #333;
}
#chat-area .bg-primary p.mb-0 {
    color: #000;
}
#chat-area .btn-primary {
    background-color: transparent !important;
    color: #fff;
    box-shadow: none;
    color: #012A5E;
    font-weight: 600;
    padding: 7px 20px;
}
form#send-message-form {
    background: #fff;
}
#chat-area input.form-control {
    border-radius: 60px !important;
    padding: 4px 20px !important;
    font-size: 14px;
    color: #999 !important;
    background: #FAFAFA;
}
#previewContainer .btn.btn-sm {
    padding: 10px 10px;
    font-size: 30px;
    border-radius: 50px;
    line-height: 18px;
}
#chat-area .d-flex.align-items-center.border-bottom.py-3.px-4 {
    background: #fff;
}
span.attach-file {
    vertical-align: middle;
    display: block;
    margin-right: 20px;
    padding-top: 17px;
}
#message-sidebar input.form-control {
    border-radius: 10px;
    padding: 10px 30px;
}
#message-sidebar .input-group span {
    position: absolute;
    left: 30px;
    top: 11px;
}
.subscription-tab .table-container {
    background-color: transparent;
    padding: 0;
    border-radius: 10px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    border: none;
    margin-top: 50px;
}
.subscription-tab tr.even {
    background: #F6FAFE !important;
}
.subscription-tab tr.odd {
    background: #fff;
}
.subscription-tab .table th {
    background-color: #002855;
    color: #ffffff;
    border: none;
    font-size: 18px;
      padding: 10px 50px;
}
.subscription-tab input[type="checkbox"] {
    margin-right: 10px;
}
.subscription-tab .table td {
    vertical-align: middle;
    border-left: none;
    border-right: none;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding: 10px 50px;
}
.subscription-tab .status-success {
      color: green;
    }
.subscription-tab .status-pending {
      color: orange;
    }
.subscription-tab .status-failed {
      color: red;
    }
.subscription-tab .btn-download {
    background-color: #002855;
    color: #ffffff;
    border: none;
    padding: 10px 30px;
    border-radius: 25px;
}
.subscription-tab table.table.table-bordered.align-middle {
    border: 1px solid #ccc;
}
.subscription-tab .btn-download:hover {
      background-color: #004080;
      color: #fff;
    }
    .pricing-section {
    background: #F6FAFE;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 90px 20px;
    margin-top: 50px;
}
.pricing-section .pricing-header {
    text-align: center;
    margin-bottom: 50px;
}
.pricing-section .pricing-header h1 {
    font-size: 40px;
    font-weight: 600;
}
.pricing-section  .pricing-card {
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border: 1px solid #ccc;
    min-height: 570px;
    position: relative;
}
.pricing-section  .pricing-card h3 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 35px;
}
.pricing-section .pricing-card p {
    color: #000;
    margin-bottom: 15px;
    font-size: 16px;
    text-align: left;
        font-weight: 400;
}
.pricing-section .pricing-card ul {
      list-style: none;
      padding: 0;
    }
.pricing-section .pricing-card ul li {
      margin-bottom: 10px;
      color: #000;
      font-size: 16px;
      text-align: left;
          font-weight: 400;
    }
.pricing-section .pricing-card ul li::before {
      content: '\2713';
      color: #007bff;
      margin-right: 10px;
      font-size: 20px;
    }
.pricing-section .btn-upgrade {
    background-color: #002855;
    color: #ffffff;
    border: none;
    border-radius: 0px 0px 10px 10px;
    padding: 20px 20px;
    width: 100%;
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 20px;
    font-weight: bold;
}
.pricing-cont {
    padding: 20px;
}
.pricing-section .btn-upgrade:hover {
      background-color: #004080;
    }
.location-detail .me-4.icon-text {
    display: flex;
    align-items: center;
}
.left-icon span {
    margin-right: 10px;
}
.right-icon {
    color: #000;
}
.property-details h2 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 30px;
}
.property-details .home-features-section {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}
.home-features-section h5 {
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #000;
}
.profile-chat-section .profile-section {
    background-color: #F6FAFE;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ccc;
}
.profile-chat-section .send-message-btn {
    background-color: #004085;
    color: #fff;
    border: none;
    border-radius: 60px;
    font-size: 16px;
}
#profileTabs a {
    height: auto !important;
}
#ProfileEditForm .btn-primary {
    background-color: #0B94C4 !important;
    color: #fff;
}
/*.mb-3.align-items-center.pf-row.profile-col {
    padding-left: 20px;
    position: relative;
}*/
.my-listing img {
    height: 110px;
}
.my-listing ul.pagination {
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.my-listing .pagination li.active {
    background: #0B94C4;
    padding: 10px 20px;
    border-radius: 6px;
}
.my-listing .pagination li.active a {
    color: #fff;
}
.my-listing .pagination li {
    margin-right: 10px;
    font-size: 20px;
    font-weight: bold;
    background: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid #eee;
}
.my-listing nav {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}
.my-listing .btn-sm.equal-btn {
    width: 190px;
    display: inline-block;
    font-size: 13px;
    padding: 8px 6px;
    font-weight: bold;
    background: #fff !important;
    color: #000;
    border: 1px solid #0B94C4;
}
#message-sidebar .blue {
    background-color: #fff !important;
}
#message-sidebar h6.mb-0 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}
#message-sidebar strong {
    color: #999;
    font-weight: 300;
    font-size: 14px;
}
div#previewContainer {
    justify-content: center;
    margin-top: 30px !important;
}
div#previewContainer .preview-item {
    position: relative;
    width: 15% !important;
}
ul#thread-list {
    padding: 0px 17px;
}
div#previewContainer .preview-item img.img-fluid {
    max-width: 100% !important;
    width: 100%;
    object-fit: cover;
}
.nav-link.active img {
    filter: brightness(0) invert(1);
}
.chat-content .bg-secondary {
    background-color: #012A5E !important;
}
.noUi-connect {
    background: #0C97C7 !important;
}
.profile-chat-section .send-message-btn:hover {
            background-color: #003366;
        }
.profile-chat-section .icon-text {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .prof-inner {
    display: flex;
    align-items: center;
    margin: 20px 0px;
    gap: 20px;
}
.col-md-8.property-details {
    position: relative;
}
a.heart-ico {
    position: absolute;
    right: 30px;
}
.carousel-item img {
    min-height: 550px;
    height: 550px;
    border-radius: 20px;
    margin-bottom: 30px;
}
section.property-single-page {
    margin-top: 70px;
}
#propertyCarousel .carousel-control-next, .carousel-control-prev {
    opacity: 0.98 !important;
    width: 8% !important;
}
.home-features-section h6 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 20px 0px;
}
.home-features-section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-bottom: 20px !important;
}
.d-flex.mb-3.location-detail {
    margin-bottom: 40px !important;
}
.home-features-section p strong {
    width: 30%;
    display: inline-block;
    color: #000;
}
.home-features-section p {
    font-size: 14px;
    color: #000;
}
.profile-chat-section .send-message-btn:hover {
    color: #fff;
}
.my-favrite .card {
    width: 33.3%;
}
.my-favrite {
    display: flex;
    flex-wrap: wrap;
}
.my-favrite .card .row.g-0 {
    display: block;
    padding: 0 !important;
    position: relative;
}
.my-favrite .card .card-body {
    padding: 40px 20px;
}
.my-favrite a.favrite-icon-list {
    position: absolute;
    top: 20px;
    right: 20px;
    width: auto;
}
.my-favrite .card h5.card-title.mb-1 {
    font-size: 24px;
    color: #000;
}
.my-favrite .card p.card-text {
    color: #000;
    font-size: 16px;
    margin-top: 10px;
}
.my-favrite .card p.card-text small.text-muted {
    color: #000 !important;
    font-size: 16px;
}
.fade-in-section {
      opacity: 0;
      transform: translateY(50px);
      transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    } 

    .fade-in-section.active {
      opacity: 1;
      transform: translateY(0);
    }

    .cssanimation span {
      display: inline-block;
      opacity: 0;
      transform: translateY(50px);
      transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    }

    .fadeInBottom {
      opacity: 1;
      transform: translateY(0);
    }
img {
    transition-duration: 3s;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}
img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    z-index: 0;
}

.contactus-section .contact-container {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      max-width: 1200px !important;
      margin: 80px auto;
      padding: 0;
    }

.contactus-section .contact-left {
    padding: 30px;
    background: #F6FAFE;
}

.contactus-section .contact-left h4 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Poppins';
}
.nav-link:focus, .nav-link:hover {
    color: #fff !important;
}
.contactus-section .contact-left p {
      font-size: 16px;
      color: #555;
    }

.contactus-section .contact-left i {
      font-size: 18px;
      color: #007bff;
      margin-right: 10px;
    }

.contactus-section .contact-form {
    background: #012A5E;
    padding: 40px;
    color: #000;
}

.contactus-section .contact-form h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #fff;
}
.contactus-section .form-label {
    color: #fff;
    font-family: 'Poppins';
}
.contactus-section p, span{color: #fff;}

.contactus-section .form-control {
    border-radius: 3px;
    box-shadow: none;
    font-family: 'Poppins';
}

.contactus-section .btn-submit {
    background: #0C97C7;
    color: #fff;
    border-radius: 38px;
    padding: 15px 36px;
    font-weight: bold;
    border: none;
}

.contactus-section .btn-submit:hover {
          background: #0B94C4;
          color: #fff;
    }
.col-contact {
    border-bottom: 1px solid #eee;
    padding: 20px;
}
.col-contact:last-child {
    border: none;
}
.contactus-section .social-icons i {
    font-size: 23px;
    color: #0B94C4;
    margin-right: 15px;
}

.contactus-section .social-icons i:hover {
      color: #007bff;
    }


















.perfect-search .property-search-container {
  max-width: 1240px;
  margin: 30px auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.08);
  overflow: hidden;
}

.perfect-search .search-header {
    background: #0c97c7;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.perfect-search .icon-title {
  display: flex;
  align-items: center;
  gap: 15px;
}

.perfect-search .icon-title h2 {
  margin: 0;
  font-size: 20px;
}

.perfect-search .icon-title p {
  margin: 0;
  font-size: 13px;
}

.perfect-search .advanced-btn {
  background: #0279b6;
  border: none;
  color: white;
  padding: 10px 18px;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
}

.perfect-search .search-form {
  padding: 20px;
}

.perfect-search .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.perfect-search .form-group {
  flex: 1;
  min-width: 180px;
}

.perfect-search .full-btn {
  flex: 1;
  display: flex;
  align-items: flex-end;
}

.perfect-search label {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 16px;
}
section.search-result.adv-serach div#dynamic-fields label {
    display: block;
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 16px;
}
section.search-result.adv-serach .form-select:focus{
    box-shadow: none;
}
.perfect-search input[type="text"], .perfect-search select {
    width: 100%;
    padding: 10px;
    border: 1px solid #dcdfe4;
    border-radius: 5px;
    background: #f9fafb;
    font-size: 15px;
}
section.perfect-search .form-row.price-range {
    display: block;
    margin-top: 30px !important;
}
.perfect-search .advance-search-btn {
  background: #029ad9;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 5px;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
}

.perfect-search .size-inputs {
  display: flex;
  gap: 10px;
}

.perfect-search .price-range label {
    display: block;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 16px;
}

.perfect-search .slider {
  width: 100%;
  margin-top: 10px;
}
.perfect-search .form-group.full-btn button.advance-search-btn svg {
    color: #ffff !important;
}
 .perfect-search .price-values {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #555;
}
section.perfect-search {
    padding: 60px 0px 60px 0px;
}
.perfect-search .search-header svg {
    color: #fff;
}
.perfect-search .search-form svg {
    width: 20px;
    position: relative;
    top: -2px;
    right: 3px;
    color: rgb(100, 93, 93) !important;
}





.perfect-search .price-range label {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.perfect-search .range-slider {
  display: flex;
  gap: 10px;
  align-items: center;
}

.perfect-search .range-slider input[type="range"] {
  width: 100%;
}

.perfect-search .price-values {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #555;
  margin-top: 5px;
}
.single-news-page {
    padding: 90px 0px;
}
.p-range .align-items-center {
    padding: 17px;
}
button.btn.btn-secondary.reset-btn {
    margin: 0;
    width: 98% !important;
    border-radius: 6px;
    background: #012A5E !important;
    font-size: 15px;
    padding: 12px 10px;
}
.search-filter button.btn.btn-secondary.reset-btn:hover {
    background: #0b94c4 !important;
}


.flex-img-main .flex-img.second h4 span {
    font-size: 19px;
    font-weight: 600;
}
.flex-img-main .flex-img.second .flex-inner:before {
    content: "";
    height: 100%;
    width: 100%;
    background: #00000045;
    position: absolute;
    left: 0;
    display: block !important;
    border-radius: 20px;
}
.flex-img-main .flex-img.second h4 br {
    display: none;
}



@media(max-width: 1600px) {
    header.header ul li a {
    font-size: 20px;
}
.header.header a.navbar-brand img {
    width: 240px;
}
.home-slider .search-box {
    width: 36%;
}
section.list-rent {
    padding: 100px 0px;
}
.list-rent-inner h2 {
    font-size: 25px;
    margin-bottom: 15px;
}
.list-rent-text a {
    font-size: 22px;
}
.list-rent-inner .list-rent-img img {
    height: 250px;
}
.feature-listing {
    padding: 70px 0px 70px;
}
.client-testimonial {
    padding: 90px 0px 120px;
}
.client-inner {
    padding: 50px 50px 30px 50px;
}
.test-slider button.slick-arrow {
    height: 50px;
    width: 50px;
}
.test-slider button.slick-arrow:before {
    font-size: 30px;
}
}
@media(max-width: 1500px) {
.container {
    width: 100%;
    max-width: 100% !important;
}
header.header {
    padding-left: 30px;
    padding-right: 30px;
}
section.list-rent {
    padding: 100px 30px;
}
.feature-listing {
    padding: 70px 30px 70px;
}
section.flex-life {
    padding: 90px 30px;
}
.client-testimonial {
    padding: 90px 30px 120px;
}
footer {
    padding: 50px 30px 30px 30px;
}


.flex-img-main .flex-img h4 {
    font-size: 20px;
}
.flex-img-main .flex-img.second h4 span {
    font-size: 16px;
}
.flex-img-main .flex-img.second h4 {
    font-size: 16px;
    line-height: 25px;
}
}
@media(max-width: 1440px) {
    header.header ul li a {
    font-size: 17px;
}
.header.header a.navbar-brand img {
    width: 220px;
}
header.header ul li {
    margin: 0 5px;
}
.home-slider .search-box h2 {
    font-size: 30px;
    margin-bottom: 15px;
}
.flex-content {
    padding-left: 40px;
}

.home-slider img {
    height: 650px;
    object-fit: cover;
}
section.home-slider ul.slick-dots {
    bottom: 20px;
}
section.home-slider ul.slick-dots li button {
    width: 13px;
    height: 13px;
}
section.home-slider ul.slick-dots li {
    height: auto;
    width: auto;
}
.list-rent-text a {
    font-size: 15px;
    padding: 8px 20px;
    margin-top: 10px;
}
.list-rent-inner h2 {
    font-size: 23px;
}
.feature-head h5 {
    font-size: 17px;
}
.feature-head {
    margin-bottom: 30px;
}
.feature-list-text {
    padding: 20px 15px;
}
.feature-list-text h4 {
    font-size: 17px;
    margin-bottom: 10px;
}
.feature-list-text  small {
    font-size: 15px;
}
.feature-list-text span {
    font-size: 18px;
    margin-top: 10px;
}
.feature-list ul li {
    padding: 15px 20px;
    font-size: 16px;
}
.feature-list ul li img {
    width: 19px;
    height: 19px;
}
.feature-btn a {
    margin-top: 10px;
}

.flex-img-main .flex-img h4 {
    top: 30px;
    font-size: 18px;
}
.client-inner h4 {
    font-size: 20px;
}
.client-img small {
    font-size: 16px;
    margin-top: 5px;
}
.client-inner p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.footer-top h4 {
    font-size: 22px;
    margin-bottom: 20px;
}
.footer-link ul li {
    margin-bottom: 8px;
}
.footer-link ul li a {
    font-size: 16px;
}
.footer-link p {
    font-size: 16px;
}
.footer-link a {
    font-size: 16px;
}
ul.footer-social li a i {
    font-size: 18px;
}
.footer-bottom p {
    font-size: 16px;
}
.footer-bottom {
    padding-top: 30px;
    margin-top: 20px;
}
.subscribe-form input {
    padding: 12px 15px;
    font-size: 15px;
}
.subscribe-btn {
    padding: 5px 15px;
    top: 8px;
    font-size: 15px;
}
footer:before {
    height: 120px;
}
}
@media(max-width: 1400px){
  header.header ul li a {
    font-weight: 400;
}  
.header.header a.navbar-brand img {
    width: 200px;
}
header.header ul .menu-btn {
    margin-top: 0px;
}
header.header ul li.menu-btn a.nav-link {
    font-size: 14px;
    font-weight: 500;
}
.home-slider .search-box h2 {
    font-size: 30px;
    margin-bottom: 15px;
}
.home-slider .search-box form {
    padding: 15px 20px;
}
.search-box form .form-group select {
    padding: 10px 15px;
    font-size: 14px;
}
.search-box form .search-info input.form-control {
    padding: 10px 20px 10px 45px;
    font-size: 14px;
}
.search-box form button.search-btn {
    width: 45px;
    height: 45px;
}
.search-box form button.search-btn i {
    font-size: 16px;
    margin-top: 5px;
}
.list-rent-inner .list-rent-img img {
    height: 200px;
}
.list-rent-inner h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.list-rent-text a {
    font-size: 14px;
}
section.list-rent {
    padding: 80px 30px;
}
.feature-btn a {
    font-size: 15px;
    padding: 8px 40px;
}
section.flex-life {
    padding: 80px 30px 60px;
}
.flex-img-main .flex-img.first img {
    height: 350px;
}
.flex-img-main .flex-img.second img {
    height: 300px;
}
.flex-img-main .flex-img.fourth img {
    height: 350px;
}
.flex-img-main .flex-img.third img {
    height: 300px;
}
footer:before {
    width: 80%;
}
.feature-list-img img {
    height: 390px;
    object-fit: cover;
}
.feature-list-text h4 {
    font-size: 15px;
    margin-bottom: 5px;
}
.feature-list-text  small {
    font-size: 13px;
}
.feature-list-text span {
    font-size: 15px;
    margin-top: 5px;
}
.feature-list ul li {
    padding: 10px 10px;
    font-size: 14px;
}
.feature-list ul li img {
    width: 15px;
    height: 15px;
}
.feature-btn a {
    margin-top: 0px;
}
.flex-life .col-lg-7 {
    width: 50%;
}
.flex-life .col-lg-5 {
    width: 50%;
}
.flex-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 45px;
}
.flex-content p {
    font-size: 16px;
    line-height: 27px;
}
.flex-content a {
    font-size: 15px;
    padding: 13px 30px;
    margin-top: 10px;
}
.client-testimonial {
    padding: 80px 30px 110px;
}
.feature-head h2 {
    font-size: 35px;
}
.testimonial-head h2 {
    font-size: 35px;
}
.testimonial-head {
    margin-bottom: 30px;
}
.client-inner {
    padding: 30px 30px 10px 30px;
    margin-right: 20px;
}
.client-inner img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
}
.client-inner h4 {
    font-size: 18px;
}
.client-img small {
    font-size: 14px;
}
.client-inner p {
    font-size: 14px;
}
.subscribe-form input {
    padding: 10px 15px;
    font-size: 14px;
}
.footer-news h4 {
    margin-right: 20px;
    font-size: 22px;
    margin-bottom: 10px;
}
.subscribe-btn {
    top: 6px;
}
.footer-top {
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
}
.footer-top h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.footer-link ul li a {
    font-size: 14px;
}
.footer-link ul li {
    margin-bottom: 5px;
}
.footer-link p {
    font-size: 14px;
}
.footer-link a {
    font-size: 14px;
}
.footer-logo p {
    font-size: 14px;
    padding-right: 20px;
}
.footer-logo img {
    width: auto;
    margin-bottom: 10px;
    display: inline;
}
.footer-bottom {
    padding-top: 10px;
    margin-top: 20px;
}
.footer-bottom p {
    font-size: 14px;
}
.subscription-tab .table td {
    padding: 10px 20px;
}
}

@media(max-width: 1400px){
.flex-img-main .flex-img.second h4 span {
    font-size: 13px;
    padding: 2px 3px;
    letter-spacing: -0.3px;
}
.flex-img-main .flex-img h4 {
    font-size: 15px;
    line-height: 20px;
}
}


@media screen and (min-width: 1081px) and (max-width: 1600px) { 
  span.police-badge img {
    width: 60px !important;
    height: auto !important;
}  
}
@media(max-width: 1080px){
    .header.header a.navbar-brand img {
    width: 200px;
}
header.header ul li a {
    font-size: 15px;
}
header.header ul li {
    margin: 0 4px;
}
header.header ul li.menu-btn a.nav-link {
    padding: 7px 30px !important;
    font-size: 15px;
}
.home-slider img {
    height: 600px;
}
.home-slider .search-box {
    width: 75%;
}
.home-slider .search-box h2 {
    font-size: 45px;
    margin-bottom: 25px;
}
.container {
    max-width: 1020px !important;
}
.list-rent-inner .list-rent-img img {
    height: 200px;
}
section.list-rent {
    padding: 60px 0px;
}
.list-rent-inner .list-rent-text {
    padding-left: 15px;
}
.list-rent-inner h2 {
    font-size: 20px;
}
.feature-listing {
    padding: 60px 30px 60px;
}
.feature-head h2 {
    font-size: 35px;
}
.testimonial-head h2 {
    font-size: 35px;
    line-height: normal;
}
.flex-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: normal;
}
section.flex-life {
    padding: 70px 30px 50px;
}
.client-testimonial {
    padding: 60px 30px 90px;
}
.header.header a.navbar-brand img {
    width: 160px;
}
header.header ul li.menu-btn a.nav-link {
    padding: 7px 30px !important;
    font-size: 13px;
}
.home-slider .search-box h2 {
    font-size: 36px;
    margin-bottom: 15px;
}
.search-box form .search-info input.form-control {
    padding: 8px 20px 8px 35px;
    font-size: 14px;
    background-size: 18px;
}
.search-box form .form-group select {
    padding: 8px 5px;
    font-size: 14px;
}
.flex-life .row {
    display: flex;
    flex-direction: column-reverse;
}
.flex-content {
    padding-left: 0px;
    margin-bottom: 40px;
}
.flex-life .col-lg-7 {
     width: 100%;
}
.flex-life .col-lg-5 {
    width: 100%;
}
.flex-img-main .flex-img.first img {
    height: 400px;
}
.flex-img-main .flex-img.second img {
    height: 350px;
}
.flex-img-main .flex-img.fourth img {
    height: 400px;
}
.flex-img-main .flex-img.third img {
   height: 350px;
}
.flex-content h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
.flex-content a {
    margin-top: 5px;
}
.test-slider button.slick-arrow {
    height: 40px;
    width: 40px;
}
.test-slider button.slick-arrow:before {
    font-size: 25px;
}
.test-slider button.slick-prev {
    right: 70px;
}


.flex-img-main .flex-img.second h4 span {
    font-size: 16px;
    padding: 2px 5px;
    letter-spacing: 0;
}
.flex-img-main .flex-img h4 {
    font-size: 19px;
    line-height: 26px;
}

}
@media(max-width: 1024px){
section.list-rent {
    padding: 60px 30px;
}
.feature-list-img img {
    height: 220px;
}
}
@media(max-width: 991px){
.container {
    max-width: 940px !important;
}
header.header ul li a {
    font-size: 15px;
}
.list-rent-inner {
    margin-bottom: 30px;
}
.list-rent-inner .list-rent-img {
    width: 80%;
}
.list-rent-inner .list-rent-text {
    padding-left: 25px;
}
section.list-rent {
    padding: 60px 20px 40px;
}
.list-rent-inner .list-rent-img img {
    height: 250px;
}
.list-rent-inner h2 {
    font-size: 22px;
}
.flex-content {
    padding: 0 0px;
    text-align: center;
    margin-bottom: 40px;
}
.flex-content h2 {
    margin-bottom: 10px;
}
.flex-life .row {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
}
footer {
    padding: 40px 0px 50px 0px;
}
.footer-news {
    margin-bottom: 30px;
}
.footer-link {
    margin-bottom: 30px;
}
.footer-top h4 {
    margin-bottom: 10px;
}
header.header ul li a {
    padding-right: 3px !important;
    padding-left: 3px !important;
}
.footer-logo {
    margin-bottom: 25px;
}
.footer-add {
    margin: 20px 0px 20px 0px;
}
.feature-list-img img {
    height: auto;
}
.feature-listing {
    padding: 60px 20px 60px;
}
.testimonial-head h2 {
    font-size: 35px;
    line-height: 40px;
}
.footer-logo p {
    font-size: 14px;
    padding-right: 100px;
}
header.header ul li {
    margin: 0 5px;
}
header.header ul li a {
    font-size: 14px;
}
header.header ul li.menu-btn a.nav-link {
    font-size: 12px;
}
header.header ul .menu-btn {
    margin-left: 8px;
}
.home-slider img {
    height: 500px;
}
}
@media(max-width: 860px){
    .header.header a.navbar-brand img {
    width: 130px;
    object-fit: contain;
}
.slick-slide img {
    display: block;
}
.home-slider .search-box {
    width: 85%;
}
header.header ul li.menu-btn a.nav-link {
    padding: 7px 20px !important;
    font-size: 14px;
}
.feature-head h2 {
    font-size: 30px;
}
.testimonial-head h2 {
    font-size: 24px;
    line-height: 30px;
}
}
@media screen and (min-width: 1251px) and (max-width: 1600px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1170px !important;
}
.home-slider img {
    width: 100%;
    height: 600px !important;
    object-fit: cover;
}
.secondary-tabs button {
    padding: 10px;
}
.secondary-tabs button span {
    font-size: 14px;
} 
.secondary-tabs li.nav-item {
    width: 11.7%;
}   
.container {
    max-width: 1170px !important;
}
.property-section.align-items-center {
    padding: 60px 0px;
}
.property-section.align-items-center.for-property {
    padding-bottom: 150px;
}
.property-section.align-items-center.flex-lg-row-reverse.for-renters {
    padding-bottom: 60px;
}
.contactus-section .contact-container {
    max-width: 1170px !important;
}
.shuffle-property img.img-fluid.sh-2 {
    right: 0;
}
.property-section h3.section-title {
    font-size: 35px;
}
#profileTabs button {
    font-size: 16px;
}
.pricing-section  .pricing-card {
    min-height: 700px;
}
section.login-page {
    padding: 60px 0px !important;
}
.profile-box.p-4.rounded.border {
    margin-top: 20px;
}
.subscription-tab .table-container {
    margin-top: 20px;
}
.tab-inner {
    margin-top: 20px;
}
div#listing {
    margin-top: 20px;
}
.pricing-section {
    margin-top: 20px;
}
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
header.header ul li a {
    font-size: 16px !important;
}
}
@media screen and (min-width: 1251px) and (max-width: 1500px) {
.col-lg-6.for-left {
    padding-left: 40px;
}
.for-renters .col-lg-6.for-right {
    padding-left: 30px;
}
.feature-list-img img {
    height: 250px !important;
    object-fit: cover;
}
.pricing-section  .pricing-card {
    min-height: 610px;
}
.navbar-expand-md .navbar-nav {
    align-items: center;
}
header.header ul .menu-btn {
    margin-top: 0;
}
}
@media screen and (min-width: 1251px) and (max-width: 1470px) {
header.header ul li a {
    font-size: 16px;
    font-weight: 600;
}
 }
@media screen and (min-width: 1025px) and (max-width: 1250px) { 
    .profile-col .rounded-circle {
    border-radius: 50%!important;
    width: 100%;
}
.profile-box.p-4.rounded.border {
    margin-top: 20px;
}
.subscription-tab .table-container {
    margin-top: 20px;
}
.tab-inner {
    margin-top: 20px;
}
div#listing {
    margin-top: 20px;
}
.pricing-section {
    margin-top: 20px;
}
.pricing-section  .pricing-card {
    min-height: 520px;
}
.pricing-section .col-md-4 {
    width: 50%;
}
.profile-col .row {
    align-items: center;
}
.profile-box  .profile-detail-col {
    padding: 40px  20px !important;
}
.pf-row h5 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 0 !important;
}
#profileTabs button {
    padding: 10px !important;
    font-size: 15px;
}
.mb-3.align-items-center.pf-row.profile-col {
    padding-left: 20px;
    position: relative;
}
section.login-page {
    padding: 40px 0px;
}
.right-icon {
    font-size: 14px;
}
.secondary-tabs button {
    padding: 10px;
    font-size: 12px;
}
.secondary-tabs li.nav-item {
    width: 11.6%;
}
.pyment h5 {
    font-size: 20px;
}
.rentel-listing-page .form-label {
    font-size: 16px;
}
.section-row h5 {
    font-size: 20px;
}
header.header ul li a {
    font-size: 15px;
}
.feature-list-img img {
    height: 250px !important;
    object-fit: cover;
}
section.contactus-section {
    padding: 0px 20px;
}
.home-slider img {
    height: 600px !important;
}
header.header ul li a {
    font-size: 12px;
}
}
@media screen and (min-width: 1025px) and (max-width: 1470px) {
.header .container {
    width: 100%;
    max-width: 100% !important;
    padding: 0px 0px !important;
}
.oval-logo {
    width: 210px !important;
    height: 130px !important;
}

}
@media screen and (min-width: 992px) and (max-width: 1024px) {
.col-lg-6.for-left {
    display: block !important;
}
}
.garage-row .section-row.kitchen-row {
    margin-top: 0;
    margin-bottom: 0;
}
.map-container {
  position: sticky !important;
  top: 20px; /* Distance from the top of the viewport */
  height: 650px; /* Ensure the height matches the iframe height */
}
body {
    overflow-x: hidden !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) { 
    .profile-box.p-4.rounded.border {
    margin-top: 20px;
}
.home-slider img {
    height: 500px !important;
}
.search-filter button.btn.btn-primary.me-2 {
    padding: 10px 0px;
}
.search-filter button.btn.btn-outline-secondary {
    padding: 10px 0px;
}
section.contactus-section {
    padding: 0px 20px;
}
.subscription-tab .table-container {
    margin-top: 20px;
}
.tab-inner {
    margin-top: 20px;
}
div#listing {
    margin-top: 20px;
}
.pricing-section {
    margin-top: 20px;
}
    .upload-photo-box img {
    width: 100%;
}
.contact-container .col-lg-6 {
    width: 50%;
}
.contactus-section .contact-container {
    margin: 40px auto;
}
    .col-lg-6.for-left {
    display: none;
}
.subscription-tab table.table.table-bordered.align-middle {
    border: 1px solid #ccc;
    overflow: hidden;
    display: block;
    overflow-x: scroll;
}
.news-page .col-lg-4 {
    width: 50%;
}
.col-lg-6.for-right {
    padding: 0px 40px;
}
.property-section.align-items-center.flex-lg-row-reverse.for-renters {
    padding-bottom: 70px;
}
#profileTabs button {
    width: 100%;
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
    padding: 10px !important;
    font-size: 14px;
    height: 100%;
}
.mb-3.align-items-center.pf-row.profile-col {
    padding-left: 30px;
    position: relative;
}
.profile-col .pf-row h5 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 0;
}
.profile-col .rounded-circle {
    border-radius: 50%!important;
    width: 100%;
}
.profile-col .row {
    align-items: center;
}
.profile-box  .profile-detail-col {
    padding: 40px  20px !important;
}
.profile-score p {
    font-size: 17px;
    font-weight: 500;
    margin-top: 30px;
}
section.login-page {
    padding: 40px 0px;
}
.my-favrite .card h5.card-title.mb-1 {
    font-size: 18px;
    color: #000;
}
.my-favrite .card p.card-text small.text-muted {
    color: #000 !important;
    font-size: 14px;
}
.my-favrite .card .card-body {
    padding: 20px 20px;
}
.pricing-section .col-md-4 {
    width: 50%;
}
.justify-content-center {
    gap: 0;
}
.pricing-section  .pricing-card {
    min-height: 700px;
}
.pricing-section {
    padding: 30px 20px;
}
.pricing-section .pricing-header {
    margin-bottom: 30px;
}
.banner h2 {
    font-size: 36px;
}
.faq-accordion .accordion-button {
    font-size: 16px;
}
.property-section.align-items-center {
    padding: 70px 0px;
}
.property-section.align-items-center.for-property {
    padding-bottom: 60px;
}
.search-listing .col-md-6.left-listing {
    background: #F6FAFE !important;
    padding: 30px;
    width: 100%;
}
.feature-list-img img {
    height: 250px;
}
.pf-row h5 {
    margin-top: 0;
}
.property-single-page .property-details {
    position: relative;
    width: 100%;
}
.property-single-page .row.mb-4 {
    display: block;
}
.property-single-page .profile-chat-section {
    width: 100%;
}
.secondary-tabs li.nav-item {
    width: 11%;
}
.secondary-tabs button {
    padding: 15px;
}   
.secondary-tabs button span img {
    width: 40px;
    height: 40px;
    object-fit: contain;

}
.secondary-tabs button {
    padding: 6px;
    font-size: 11px;
    word-break: break-all;
    min-height: 100px;
    color: #333;
}
ul#accommodationTabs {
    gap: 10px;
    justify-content: center;
}
.pyment h5 {
    font-size: 20px;
}
.rentel-listing-page .form-label {
    font-size: 16px;
}
.section-row h5 {
    font-size: 20px;
}
.rentel-listing-page .form-label {
    font-size: 14px;
}
button#incrementBeds {
    padding: 10px 10px !important;
}
button#decrementBeds {
    padding: 10px 10px !important;
}
.header nav.navbar {
    box-shadow: none;
    display: block;
    align-items: center;
    text-align: center;
}
.navbar-expand-md .navbar-nav {
    margin: 0 auto;
}
header.header ul li a {
    font-size: 14px;
}
header.header {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
a.navbar-brand.desk-logo {
    margin-bottom: 7px !important;
    /* display: block; */
    width: 190px;
    height: 120px;
}
.header .container {
    padding: 0px 30px !important;
}
}
#message-sidebar img.sr {
    display: inline-block;
}
.pagination .page-item.active .page-link {
    border-radius: 60px !important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.pagination.justify-content-center {
    margin-top: 20px;
}
.pagination .page-item .page-link:hover {
    background-color: transparent !important;
}

@media(max-width: 768px){
    .header .container {
    padding: 0px 15px !important;
}
.search-filter .col-md-3 {
    padding-right: 0;
}
button.btn.btn-secondary.reset-btn {
    width: 100% !important;
    padding: 6px 10px;
}
section.contactus-section {
    padding: 0px 20px;
}
.contactus-section .contact-left {
    padding: 30px 0px;
}
.flex-img-main .flex-img span.police-badge img {
    width: 40px;
    height: auto !important;
}
    .profile-box img.rounded-circle.mb-3 {
    margin-left: 0;
}
.section-row.kitchen-row.garage-use {
    margin: 20px 0px !important;
}
    ul.listing-ul {
    margin-top: 0;
}
.listing-ul li {
    line-height: 30px;
}
    .header .col-lg-12 {
    padding: 0;
}
.tab-inner {
    padding: 0px;
}
.property-section h3.section-title {
    font-size: 24px;
    margin-bottom: 20px;
}
section.news-page {
    padding: 50px 0px;
}
header.header ul li.active a {
    color: #0C95C5 !important;
}
header.header.header-dash {
    position: static;
    background: #f6fafe;
}

header.header button.navbar-toggler {
    margin-right: 20px;
}
a.navbar-brand.mob-logo {
    margin-left: 20px;
}
header.header {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.header .navbar .nav-item .nav-link {
    display: block;
    color: #012a5e;
}
.header li.d-inline-block.menu-btn.nav-item {
    border: none !important;
    margin-top: 0px !important;
}

header.header ul li {
    margin: 0 5px;
    border-bottom: 1px solid #214676;
}
header.header ul li a {
    font-size: 13px;
}
header.header ul li {
    margin: 0 4px;
    border-bottom: none;
}
.upload-files .text-center {
    width: 100%;
}
header.header ul li.menu-btn a.nav-link {
    color: #fff !important;
}
.footer-news {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}
.upload-files button.btn.btn-outline-secondary {
    padding: 15px 20px;
    font-size: 18px;
    width: 320px;
}
.upload-files button.btn.btn-primary {
    padding: 15px 20px;
    font-size: 18px;
    width: 320px;
}
.contact-person-tab button.btn.btn-outline-secondary {
    padding: 15px 20px;
    font-size: 18px;
    width: 320px;
}
.contact-person-tab button.btn.btn-primary {
    padding: 15px 20px;
    font-size: 18px;
    width: 320px;
}
.contact-person-tab .row.mb-3 .form-control {
    margin-bottom: 10px;
}
.contact-box .row.mb-3 {
    margin-bottom: 0 !important;
}
.contact-box  .form-control {
    height: 50px;
}
.contact-person-tab {
    padding: 30px 0px;
}
div#photos {
    padding: 30px 0px;
}
h3.accom-type {
    text-align: center;
}
.pay-own {
    margin-bottom: 20px;
}
.pyment {
    padding: 20px;
}
.pyment h5 {
    font-size: 18px;
}
.section-row.kitchen-row .form-check {
    margin-bottom: 10px;
}
.rentel-listing-page .form-label {
    margin-bottom: 2px;
    font-size: 16px;
    margin-top: 10px;
}
.section-row h5 {
    font-size: 18px;
}
.secondary-tabs li.nav-item {
    width: 22.7%;
}
.secondary-tabs button span img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
ul#accommodationTabs {
    flex-wrap: wrap;
    justify-content: center;
}
#mainTabs button {
    font-size: 13px;
}
.secondary-tabs button {
    padding: 3px;
    font-size: 10px;
    word-break: break-all;
}
.d-flex.mb-3.location-detail {
    margin-bottom: 40px !important;
    display: block !important;
}
.carousel-item img {
    min-height: 300px;
    height: 300px;
    border-radius: 20px;
    margin-bottom: 0px;
    object-fit: cover;
}
.arw img {
    width: 30px;
}
.left-icon img {
    width: 40px;
    margin-right: 10px;
}
.location-detail .me-4.icon-text {
    margin-bottom: 20px;
}
.home-features-section ul {
    display: block;
}
.home-features-section p strong {
    width: 50%;
    display: block;
    color: #000;
}
section.property-single-page {
    margin-top: 40px;
}
.home-features-section ul li {
    margin-bottom: 10px;
    line-height: 34px;
}
#listing .my-listing .card .row.g-0 {
    background: #fff;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}
.my-listing .rounded-circle {
    margin-bottom: 0 !important;
   width: 35px;
}
.pricing-section .pricing-header h1 {
    font-size: 26px;
}
.pricing-section  .pricing-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.pricing-cont {
    padding: 0;
}
.profile-box.p-4.rounded.border {
    padding: 10px 10px !important;
}
.profile-col .col-md-2 img {
    width: 100px;
}
.my-listing h5.card-title.mb-1 {
    font-size: 15px;
}
.search-filter .col-md-3 {
    padding-left: 3px;
    margin-bottom: 10px;
}
.search-filter .col-md-2.d-flex.align-items-center.justify-content-end {
    padding-left: 3px;
}
   .search-filter .col-md-4 {
    padding-left: 3px;
    margin-bottom: 10px;
} 
.map-container {
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
}
    .banner h2 {
    font-size: 26px;
}

section.signup-page {
    padding: 30px 0px;
}
.banner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.faq-accordion .accordion-button {
    font-size: 14px;
}
section.faq-page {
    padding: 40px 0px;
}
    div#chat-area {
    margin-top: 50px;
/*    background: #fff;
    border: 1px solid #ccc;*/
}
.pyment {
    min-height: 100%;
}
.garage-row .section-row.kitchen-row {
    margin-top: 0;
}
.section-row.kitchen-row.off-street {
    margin-top: 0;
}
.submit-detail {
    padding: 30px 0px;
}
.pricing-section {
    padding: 30px 20px;
}
.pricing-section .pricing-header {
    margin-bottom: 30px;
}
div#message-sidebar {
    border-right: none !important;
}
.subscription-tab table.table.table-bordered.align-middle {
    border: 1px solid #ccc;
    width: 100%;
    display: block;
    overflow: hidden;
    overflow-x: scroll;
}
.subscription-tab .table th {
    padding: 10px 10px;
}
.subscription-tab .table td {
    padding: 10px 20px;
}
.profile-score p {
    font-size: 13px !important;
}
.pf-row h5 {
    margin-top: 0;
}
    .my-favrite .card {
    width: 100%;
}
.my-favrite {
    display: block;
}
    #profileTabs li.nav-item {
    width: 100%;
    text-align: left;
}
section.login-page {
    padding: 30px 0px;
}
ul#profileTabs {
    display: block;
}
.mb-3.align-items-center.pf-row.profile-col {
    padding-left: 20px;
    position: relative;
}
.profile-box  .profile-detail-col {
    padding: 40px  20px !important;
    position: relative;
}
.profile-col .pf-row h5 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 0;
}
.profile-score p {
    font-size: 24px;
    font-weight: 500;
    text-align: right;
}
.col-md-3.text-center.profile-score {
    position: absolute;
    right: 0;
    width: 100%;
    top: 80px;
}
header.header ul li a {
    font-size: 15px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-weight: 400;
}
header.header ul li {
    margin: 0 5px;
}
header.header ul li.menu-btn a.nav-link {
    padding: 7px 20px !important;
}
.pricing-section .justify-content-center {
    gap: 30px;
}
.banner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.about-page .intro-text {
    padding: 20px 0px;
    width: 100%;
    margin: 0 auto;
}
.about-page .intro-text p {
    font-size: 18px;
}
.property-section.align-items-center {
    padding: 50px 0px;
}
.listing-ul li {
    font-size: 16px;
}
.property-section.align-items-center.for-property {
    padding-bottom: 30px;
}
.shuffle-property {
    margin-top: 40px;
}
.shuffle-property img.img-fluid.sh-2 {
    display: none;
}
.shuffle-property {
    display: block;
    position: relative;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 40px;
}
.property-section.align-items-center.flex-lg-row-reverse.for-renters {
    padding-bottom: 40px;
}
img.img-fluid.sh-1 {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.property-section button.btn.btn-primary.mt-3 {
    margin-bottom: 50px;
}
header.header ul li {
    margin: 0 4px;
}
}
@media screen and (min-width: 1025px) and (max-width: 1600px) { 
.edit-profile-fm form .mb-3 {
    width: 31%;
    display: inline-block;
    margin-bottom: 0 !important;
}
.my-listing img {
    height: 110px;
    width: 100%;
}
.listing-row .col-8 {
    width: 60%;
}
.login-page #profileTabs a {
    width: 100%;
    font-size: 13px !important;
    font-weight: bold;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) { 
.edit-profile-fm form .mb-3 {
    width: 32%;
    display: inline-block;
    margin-bottom: 0 !important;
}
.listing-row .col-8 {
    width: 50%;
}
.my-listing img {
    height: auto;
    width: 100%;
}
.login-page #profileTabs a {
    width: 100%;
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
    padding: 11px !important;
    font-size: 10px !important;
    height: 90px;
    font-weight: bold;
}
}
@media(max-width: 767px){
    div#previewContainer .preview-item {
    width: 30% !important;
}
div#previewContainer .preview-item img.img-fluid {
    height: 80px;
}
#listing .my-listing .card .row.g-0 {
    display: block;
    padding: 13px 10px;
}
.listing-row .col-2 {
    width: 100%;
    text-align: center !important;
}
.listing-row .col-8 {
    width: 100%;
    text-align: center;
}
.my-listing .btn-sm.equal-btn {
    width: 100%;
}
.my-listing img {
    height: auto;
    width: 100%;
}
    .edit-profile-fm form#profileForm {
    display: block;
}
.edit-profile-fm form .mb-3 {
    width: 100%;
    display: inline-block;
    margin-bottom: 0 !important;
}
    .home-slider img {
    width: 100%;
    height: 400px !important;
    object-fit: cover;
}
.home-slider .carousel-indicators {
    bottom: 0;
}
    .container {
    max-width: 680px !important;
}
.contactus-section .contact-container {
    margin: 40px auto;
}
header.header button.navbar-toggler i.fas.fa-bars {
    /* display: none; */
    font-size: 25px;
    color: #fff;
}
header.header button.navbar-toggler {
    background: #012a5e;
    padding: 10px 10px 10px 10px;
}
header.header button.navbar-toggler span.navbar-toggler-icon {
    background-image: none;
    margin-bottom: 3px;
}
header.header {
    background: #f6fafe;
    position: static;
}   
a.navbar-brand.desk-logo {
    display: none;
}
a.navbar-brand.mob-logo {
    display: block;
}
header.header ul.navbar-nav {
    margin-top: 30px;
    margin-bottom: 40px;
}
header.header ul.navbar-nav a {
    color: #012a5e;
    font-size: 18px;
    font-weight: 500;
}
header.header ul li.menu-btn a.nav-link {
    padding: 10px 20px !important;
    width: 40%;
    color: #fff;
    text-align: center;
}
.home-slider img {
    height: 500px;
}
.home-slider .search-box form {
    display: block;
    padding: 25px 20px;
    border-radius: 10px;
}
.search-box form .form-group {
    width: 100%;
    margin: 0px 0px 10px 0px;
}
button.btn.btn-primary.search-btn.desk-search {
    display: none;
}
button.btn.btn-primary.search-btn.mob-search {
    display: block;
}
.search-box form button.mob-search {
    width: 100%;
    border-radius: 10px;
    font-size: 17px;
}
.list-rent-inner {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
}
.list-rent-inner .list-rent-text {
    padding-left: 0;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.list-rent-inner .list-rent-img img {
    height: auto;
}
.list-rent-inner .list-rent-img {
    width: 100%;
}
.flex-img-main .flex-img img {
    height: 300px !important;
}
.flex-img-main .flex-img h4 {
    top: auto !important;
    bottom: 20px !important;
    padding: 0 20px;
}
.testimonial-head h2 br {
    display: none;
}
.home-slider img {
    height: 550px;
}
.home-slider .search-box {
    top: 50%;
}
.feature-list-text h4 {
    font-size: 16px;
}
header.header button.navbar-toggler:focus{
    box-shadow: none !important;
}
footer {
    padding: 40px 10px 50px 10px;
}
.left-listing .default-sort {
    display: block !important;
}
.left-listing .default-sort select.form-select {
    width: 100% !important;
}
.banner h2 {
    padding: 0px 10px;
}
.contactus-section .contact-form {
    padding: 20px;
}
.contactus-section .contact-form br {
    display: none;
}
.login-container {
    padding: 40px 20px;
}
.signup-container li.nav-item {
    width: 100%;
}
.signup-container li.nav-item button {
    text-align: left;
    padding: 10px 10px 10px 0px;
    width: 100%;
}
.signup-container ul#signupTabs {
    border: none;
    margin-bottom: 20px !important;
}
.signup-container .form-control {
    padding: 10px 20px;
}
.search-filter select {
    padding: 8px 10px;
    font-size: 12px;
}
.search-filter input.form-control {
     padding: 8px 10px;
    font-size: 12px;
}
.search-filter button.btn.btn-primary.me-2 {
    padding: 8px 0px;
    font-size: 12px;
}
section.search-result.adv-serach div#dynamic-fields label {
    margin-bottom: 3px;
    font-size: 13px;
}
.search-filter .row .row.mt-0 .col-md-6 {
    padding-right: 0px;
    padding-left: 0px;
}
.search-filter select {
    padding: 10px 10px;
    font-size: 14px;
}
.search-filter input.form-control {
     padding: 10px 10px;
    font-size: 14px;
}
section.search-result.adv-serach div#dynamic-fields label {
    margin-bottom: 3px;
    font-size: 14px;
}
header.header ul li {
    margin: 0 4px;
    border-bottom: 1px solid #012a5e;
}
}
@media(max-width: 640px){
    .faq-page ul#faqTabs {
    width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
    margin-bottom: 20px;
}
.faq-page .nav-link {
    width: 100%;
    margin-bottom: 7px !important;
}
.faq-accordion .accordion-button {
    font-size: 15px;
    line-height: 23px;
}
.banner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
   .client-inner {
    margin-right: 0px;
} 
.client-img {
    display: block;
    text-align: center;
}   
.client-inner img {
    float: none;
    margin: 0 auto;
    width: 90px;
    height: 90px;
}
.client-inner p {
    text-align: center;
}
.client-inner h4 {
    font-size: 20px;
    margin-top: 20px;
}
.test-slider ul.slick-dots {
    bottom: -40px;
}
.client-testimonial {
    padding: 60px 20px 70px;
}
.container {
    max-width: 100% !important;
}
header.header {
    padding-left: 10px;
    padding-right: 10px;
}
section.flex-life {
    padding: 60px 10px 50px;
}
.test-slider button.slick-arrow {
    display: none !important;
}
.footer-news h4 {
    margin-right: 0px;
    font-size: 18px;
    text-align: center;
}
.footer-top {
    margin-top: 10px;
    padding-top: 30px;
    padding-bottom: 20px;
}
.footer-logo p {
    font-size: 14px;
    padding-right: 00px;
}
.flex-img-main .flex-img h4 {
    font-size: 16px;
}
.flex-img-main .flex-img {
    margin-bottom: 10px;
}
.signup-container .nav-link {
    padding: 20px 10px;
    font-size: 12px;
}
section.search-result.adv-serach .col-md-4.p-range {
    padding: 10px 10px 0px 10px;
}

.flex-img-main .flex-img.second h4 span {
    font-size: 14px;
    display: inline-block;
}
.flex-img-main .flex-img h4{
    line-height: 22px;
}

}

@media(max-width: 450px){
    .header.header a.navbar-brand img {
    width: 110px;
}
header.header ul.navbar-nav {
    margin-top: 5px;
    margin-bottom: 20px;
}
header.header ul.navbar-nav a {
    font-size: 16px;
}
header.header ul li.menu-btn a.nav-link {
    padding: 7px 10px !important;
    margin-top: 5px;
    width: 100%;
}
.home-slider .search-box h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.list-rent-inner .list-rent-text {
    padding: 20px 0;
}
.flex-img-main .flex-img h4 {
    padding: 0 5px;
    line-height: normal;
}
.footer-bottom {
    margin-top: 0px;
}
.flex-img-main .flex-img img {
    height: 250px !important;
}
.flex-img-main {
    margin: 0 0px;
}
.flex-img-main .flex-img {
    padding: 0 5px;
}
.footer-news {
    margin-bottom: 30px;
    display: block;
}
.subscribe-form {
    position: relative;
    width: 100%;
}
.footer-news h4 {
    margin-right: 5px;
    font-size: 18px;
}
.header li.d-inline-block.menu-btn.nav-item {
    border: none !important;
    margin-top: 10px !important;
}
.feature-list-text h4 {
    min-height: auto;
}
.flex-img-main .flex-img {
    width: 100%;
}
}