* {
    margin: 0;
    padding: 0;
}

.navbar-nav .nav-item:last-child .nav-link img {
    width: 40px;
    /* Adjust the width as needed */
    height: 40px;
    /* Adjust the height as needed */
    border-radius: 50%;
    /* Make the image circular */
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

.nav-custom {
    margin-left: -129px;
}

.py-lg-17.py-11.bg-cover {
    margin-top: 94px;
}

.navbar-dark .navbar-nav .nav-link {
    color: black;
}

.image-container {
    position: relative;
}

.image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 108, 94, 0.5);
    /* Adjust the color and opacity as needed */
}

.banner-card {
    padding-left: 20px;
}

.image-container .container {
    display: flex;
    justify-content: flex-end;
    /* Align the container's content to the right side */
}

.card-style {
    background-color: rgb(255, 255, 255, 0.8);
    /* Set the desired card background color with opacity */
    /* Adjust the padding as needed */
}

.explore-button {
    display: block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: white;
    /* Set your desired background color */
    color: black;
    /* Set the text color */
    border: none;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
}

.custom-card {
    height: 30rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.latest-blog {
    /* height: 30rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-style {
    max-width: 25%;
    /* Set the maximum width for the image */
    padding-top: 28px;
}

.body-style {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Define custom styles for the button */
.custom-btn {
    display: inline-block;
    padding: 9px 24px;
    background-color: #00948b;
    /* Set the background color */
    color: #fff;
    /* Set the text color */
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #00948b;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.2s;
}

/* Hover effect for the button */
.custom-btn:hover {
    background-color: #00948b;
    /* Change the background color on hover */
    color: #fff;
}

/* Active effect for the button */
.custom-btn:active {
    background-color: #0e2e25;
    /* Change the background color when the button is clicked */
}

.des-head h2 {
    color: #00948b;
}

.des-head p {
    color: black;
    font-weight: 200;
}

/* FaQ */
.accordion-container .accordion-title {
    position: relative;
    padding: 0.625em 0.625em 0.625em 2em;
    background-color: #fff;
    font-size: 1.25em;
    font-weight: normal;
    color: black;
    cursor: pointer;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open {
    background-color: #00aaa7;
}

.accordion-container .accordion-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 15px;
    height: 2px;
    transform: rotate(90deg);
    background: black;
    transition: all 0.3s ease-in-out;
}

.accordion-container .accordion-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 15px;
    height: 2px;
    background: black;
    transition: all 0.2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
    transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
    opacity: 0;
}

.accordion-content {
    padding-left: 2.3125em;
    border: 1px solid #fff;
    font-size: 14px;
}

/* Faq End */
.bg-style {
    background-color: rgba(205, 231, 226, 0.5);
}

/* footer css */
.footer-background {
    background-color: #00aaa7;
}

/* Reset default list styles and remove link underline */
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    /* Link color */
}

/* Hover styles */

/* Active (current page) link styles */
nav ul li a.active {
    background-color: #ccc;
    /* Active link background color */
    color: #000;
    /* Active link text color */
}

nav ul li {
    display: block;
}

nav ul .social-media li {
    display: inline-block;
    font-size: 24px;
}

/* Social Icone */
.fab.fa-facebook {
    background-color: #3b5998;
    border-radius: 50%;
}

.fab.fa-instagram {
    background-color: #e4405f;
    border-radius: 50%;
}

.fab.fa-linkedin {
    background-color: #007bb5;
    border-radius: 50%;
}

.fab.fa-youtube {
    background-color: #bb0000;
    border-radius: 50%;
}

/* Social Icone */

/* footer css */

/* Search Box design in the banner */
.search-box {
    background-color: #fff;
    /* border: 1px solid #ccc; */
    padding: 18px;
    border-radius: 10px;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    max-width: 645px;
    margin: 0 auto;
}

.search-box2 {
    background-color: #fff;
    border: none;
    padding: 18px;
    border-radius: 10px;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    max-width: 645px;
    margin: 0 auto;
    padding-bottom: 29px;
}

.form-row {
    display: inline-block;
}

.form-group {
    display: inline-block;
    margin: 5px;
}

label {
    display: block;
}

button {
    background-color: #00aaa7;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #fff;
    color: #00aaa7;
    border: 1px solid #00aaa7;
}

/* Search box in the banner */
/* all properties */
.property_details {
    padding-left: 20px;
    padding-bottom: 20px;
}

.property_details h6 {
    padding-top: 6px;
}

.pd_button {
    background-color: rgb(95, 95, 95);
    padding: 1px 20px;
}

.p_address {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* product details  image slider*/

/* begin external css: flickity.css
/*! Flickity v2.0.4
 * https://npmcdn.com/flickity@2/dist/flickity.css
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: white;
    background: hsla(0, 0%, 100%, 0.75);
    cursor: pointer;
    /* vertically center */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
    background: white;
}

.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09f;
}

.flickity-prev-next-button:active {
    opacity: 0.6;
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

/* right to left */
*/
/* .flickity-rtl .flickity-prev-next-button.previous { */
/*   left: auto; */
/*   right: 10px; */
/* } */
/* .flickity-rtl .flickity-prev-next-button.next { */
/*   right: auto; */
/*   left: 10px; */
/* } */

.flickity-prev-next-button:disabled {
    opacity: 0.3;
    cursor: auto;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-prev-next-button .arrow {
    fill: #333;
}

/* ---- page dots ---- */

/* .flickity-page-dots { */
/*   position: absolute; */
/*   width: 100%; */
/*   bottom: -25px; */
/*   padding: 0; */
/*   margin: 0; */
/*   list-style: none; */
/*   text-align: center; */
/*   line-height: 1; */
/* } */
/*  */
/* .flickity-rtl .flickity-page-dots { direction: rtl; } */
/*  */
/* .flickity-page-dots .dot { */
/*   display: inline-block; */
/*   width: 10px; */
/*   height: 10px; */
/*   margin: 0 8px; */
/*   background: #333; */
/*   border-radius: 50%; */
/*   opacity: 0.25; */
/*   cursor: pointer; */
/* } */
/*  */
/* .flickity-page-dots .dot.is-selected { */
/*   opacity: 1; */
/* } */

/* end external css: flickity.css */
/*! Flickity v2.0.4
https://flickity.metafizzy.co
---------------------------------------------- */

* {
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
}

.carousel {
    background: #fafafa;
}

.carousel-main {
    margin-bottom: 8px;
}

.carousel-cell {
    width: 100%;
    height: 504px;
    margin-right: 8px;
    /* background: #8C8; */
    border-radius: 5px;
    /* counter-increment: carousel-cell; */
}

/* cell number */
/* .carousel-cell:before { */
/*   display: block; */
/*   text-align: center; */
/*   content: counter(carousel-cell); */
/*   line-height: 200px; */
/*   font-size: 80px; */
/*   color: white; */
/* } */

.carousel-nav .carousel-cell {
    height: 90px;
    width: 120px;
}

/* .carousel-nav .carousel-cell:before { */
/*   font-size: 50px; */
/*   line-height: 80px; */
/* } */

/* .carousel-nav .carousel-cell.is-nav-selected { */
/*   background: #ED2; */
/* } */

/* Atelierbram edit */
.carousel-main img {
    display: block;
    margin: 0 auto;
}

/* .container {
  max-width: 672px;
  margin: 0 auto;
} 
h1 {
  text-align: center;
} */
.overview-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.overview {
    padding-top: 10px;
    margin-top: 26px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
}

.overview-title {
    /* display: flex;
  justify-content: space-between;
  align-items: center; */
    font-size: 18px;
}

.overview_font {
    font-size: 17px;
}

.p_details_icon {
    font-size: 15px;
    color: #000;
}

.p_description {
    padding-top: 10px;
    margin-top: 26px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
}

.p_footer {
    font-size: 18px;
}

.address_area {
    padding-top: 10px;
    margin-top: 26px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
}

.p_features {
    padding-top: 10px;
    margin-top: 26px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
}

/* .p_features a{
  color: black;
  display: flex;
  flex-direction: column;
} */
.content_features a {
    color: black;
}

.content_features i {
    padding-right: 5px;
    color: #00aaa7;
}

.content_features {
    font-size: 18px;
    padding-bottom: 5px;
}

.contact_des {
    padding-top: 10px;
    margin-top: 26px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
}

.con-icon {
    font-size: 14px;
    color: black;
}

.con_head {
    padding-top: 30px;
}

.left_align {
    text-align: left;
}

.form-group-style {
    display: block;
}

.form-color {
    background-color: #fff;
    height: 50px;
}

.padding-rg {
    padding-right: 0px;
    padding-left: 27px;
}

.padding-lft {
    padding-left: 0px;
}

.left_align {
    /* text-align: left; */
    margin-left: -12px;
    color: #000;
    font-size: 17px;
}

/* .custom_box{
  padding-top: 14px;
  font-size: 16px;
  color: black;
} */
.form-check-input {
    width: 20px;
    height: 20px;
}

.form-check-label {
    font-size: 17px;
}

.check_button {
    padding-top: 14px;
    padding-left: 28px;
    color: #000;
}

.similar {
    color: #00aaa7;
    padding-top: 20px;
    padding-left: 10px;
    font-size: 30px;
}

/* product details another column */
.side {
    padding-top: 43px;
    margin-top: 48px;
    padding-bottom: 44px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
}

.side {
    position: sticky;
    top: 40px;
    /* Adjust the value to set the distance from the top */
}

.title_two {
    font-size: 28px;
    text-align: right;
    color: #00aaa7;
}

.des_icon {
    padding-right: 12px;
}

.money {
    font-size: 28px;
    text-align: right;
    color: black;
}

.side_review {
    font-size: 20px;
}

.check_label {
    display: inline-block;
    font-size: 13px;
}

.btn_sty {
    border: 1px solid #00aaa7;
}

.btn_sty:hover {
    background-color: #00aaa7;
    color: #fff;
}

.size-fix {
    width: 15px;
    height: 17px;
}

.pad {
    padding-top: 48px;
}

.bradcamp_section {
    padding-top: 75px;
}

/* bradcamp image */

.explore_style p {
    font-size: 18px;
    text-align: justify;
}

/* custom css */

.social-media a {
    padding: 8px;
}

.whatsapp_btn {
    padding: 9px;
    margin-bottom: 5px;
}

.why_rents_s_desp {
    min-height: 115px;
}

.style1 {
    color: black;
    padding-left: 14px;
}

/* blog page */
.blog-title {
    text-align: center;
    padding-top: 33px;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}

.bradcamp-text {
    /* Set your background image URL */
    /* Add other background properties such as size, position, etc. */
    background-size: cover;
    background-position: center;
    /* Add dimensions and other styles for the bradcamp */
    height: 100px;
    padding: 5px;
    background-color: rgba(4, 158, 127, 0.7);

    margin-top: -136px;
    margin-bottom: 63px;
}

.blog_description {
    padding-left: 15px;
}

.blog_description p {
    font-size: 18px;
    color: black;
    padding-bottom: 20px;
}

.blog_description h1 {
    padding-bottom: 20px;
}

.blog_icon {
    font-size: 18px;
    padding-left: 31px;
}

.adjust {
    padding-left: 187px;
}

.search-blog {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 16px;
}

.blog_section1 {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 34px;
}

.blog_section1 {
    font-size: 18px;
}

/* blog page */

/* search bar top */
.search-top {
    color: black;
    background-color: #fff;
    /* padding-right: 0px!important; */
    width: 82px;
    padding-left: 26px;
    font-size: 15px;
    font-weight: bold;
    border: none;
    border-radius: 8px 8px 0px 0px;
    padding-top: 7px;
}

/* search bar top */

/* Blog details */
.details-head {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 41px;
}

/* Blog details */
.details-head a {
    font-size: 17px;
}

.details-head h1 {
    padding-bottom: 16px;
}

.prev-post {
    padding-top: 39px;
    padding-left: 10px;
    font-size: 17px;
}

.img_details {
    width: 170px;
    height: 170px;
    padding-bottom: 25px;
    padding-left: 34px;
    padding-top: 25px;
}

.text-admin {
    padding-top: 50px;
    padding-left: 30px;
}

.discus {
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.discussion_blog {
    padding-top: 46px;
}

* {
    margin: 0;
    padding: 0;
}

.navbar-nav .nav-item:last-child .nav-link img {
    width: 40px;
    /* Adjust the width as needed */
    height: 40px;
    /* Adjust the height as needed */
    border-radius: 50%;
    /* Make the image circular */
}

.nav-custom {
    margin-left: -129px;
}

.py-lg-17.py-11.bg-cover {
    margin-top: 94px;
}

.navbar-dark .navbar-nav .nav-link {
    color: black;
}

.image-container {
    position: relative;
}

.image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 108, 94, 0.5);
    /* Adjust the color and opacity as needed */
}

.banner-card {
    padding-left: 20px;
}

.image-container .container {
    display: flex;
    justify-content: flex-end;
    /* Align the container's content to the right side */
}

.card-style {
    background-color: rgb(255, 255, 255, 0.8);
    /* Set the desired card background color with opacity */
    /* Adjust the padding as needed */
}

.explore-button {
    text-align: center;
    display: block;
    margin-top: 10px;
    width: 200px;
    padding: 10px 20px;
    background-color: white;
    /* Set your desired background color */
    color: black;
    /* Set the text color */
    border: none;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
}

.custom-card {
    height: 30rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.latest-blog {
    /* height: 30rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-style {
    max-width: 25%;
    /* Set the maximum width for the image */
    padding-top: 28px;
}

.body-style {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Define custom styles for the button */
.custom-btn {
    display: inline-block;
    padding: 9px 24px;
    background-color: #00948b !important;
    /* Set the background color */
    color: #fff  !important;
    /* Set the text color */
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #00948b;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.2s;
}

/* Hover effect for the button */
.custom-btn:hover {
    background-color: #00948b;
    /* Change the background color on hover */
    color: #fff;
}

/* Active effect for the button */
.custom-btn:active {
    background-color: #0e2e25;
    /* Change the background color when the button is clicked */
}

.des-head h2 {
    color: #00948b;
}

.des-head p {
    color: black;
    font-weight: 200;
}

/* FaQ */
.accordion-container .accordion-title {
    position: relative;
    padding: 0.625em 0.625em 0.625em 2em;
    background-color: #fff;
    font-size: 1.25em;
    font-weight: normal;
    color: black;
    cursor: pointer;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open {
    background-color: #00aaa7;
}

.accordion-container .accordion-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 15px;
    height: 2px;
    transform: rotate(90deg);
    background: black;
    transition: all 0.3s ease-in-out;
}

.accordion-container .accordion-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 15px;
    height: 2px;
    background: black;
    transition: all 0.2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
    transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
    opacity: 0;
}

.accordion-content {
    padding-left: 2.3125em;
    border: 1px solid #fff;
}

/* Faq End */
.bg-style {
    background-color: rgba(205, 231, 226, 0.5);
}

/* footer css */
.footer-background {
    background-color: #00aaa7;
}

/* Reset default list styles and remove link underline */
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    display: block;
    padding: 3px 0px;
    text-decoration: none;
    color: #fff;
    /* Link color */
}

/* Hover styles */

/* Active (current page) link styles */
nav ul li a.active {
    background-color: #ccc;
    /* Active link background color */
    color: #000;
    /* Active link text color */
}

nav ul li {
    display: block;
}

nav ul .social-media li {
    display: inline-block;
    font-size: 24px;
}

/* Social Icone */
.fab.fa-facebook {
    background-color: #3b5998;
    border-radius: 50%;
}

.fab.fa-instagram {
    background-color: #e4405f;
    border-radius: 50%;
}

.fab.fa-linkedin {
    background-color: #007bb5;
    border-radius: 50%;
}

.fab.fa-youtube {
    background-color: #bb0000;
    border-radius: 50%;
}

/* Social Icone */

/* footer css */

/* Search Box design in the banner */
.search-box {
    background-color: #fff;
    /* border: 1px solid #ccc; */
    padding: 18px;
    border-radius: 10px;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    max-width: 815px;
    height: 170px;
    margin: 0 auto;
}

.search-box2 {
    background-color: #fff;
    border: none;
    padding: 18px;
    border-radius: 10px;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    max-width: 645px;
    margin: 0 auto;
    padding-bottom: 29px;
}

.form-row {
    display: inline-block;
}

.form-group {
    display: inline-block;
    margin: 5px;
}

label {
    display: block;
}

.know_us_button {
    margin-top: 20px;
    background-color: #00aaa7;
    color: #fff;
    border: none;
    padding: 10px 14px;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #fff;
    color: #00aaa7;
    border: 1px solid #00aaa7;
}

/* Search box in the banner */
/* all properties */
.property_details {
    padding: 15px;
}

.property_details h6 {
    padding-top: 6px;
}

.pd_button {
    background-color: rgb(95, 95, 95);
    padding: 1px 20px;
}

.p_address {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* product details  image slider*/

/* begin external css: flickity.css
/*! Flickity v2.0.4
 * https://npmcdn.com/flickity@2/dist/flickity.css
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: white;
    background: hsla(0, 0%, 100%, 0.75);
    cursor: pointer;
    /* vertically center */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
    background: white;
}

.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09f;
}

.flickity-prev-next-button:active {
    opacity: 0.6;
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

/* right to left */
*/
/* .flickity-rtl .flickity-prev-next-button.previous { */
/*   left: auto; */
/*   right: 10px; */
/* } */
/* .flickity-rtl .flickity-prev-next-button.next { */
/*   right: auto; */
/*   left: 10px; */
/* } */

.flickity-prev-next-button:disabled {
    opacity: 0.3;
    cursor: auto;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-prev-next-button .arrow {
    fill: #333;
}

/* ---- page dots ---- */

/* .flickity-page-dots { */
/*   position: absolute; */
/*   width: 100%; */
/*   bottom: -25px; */
/*   padding: 0; */
/*   margin: 0; */
/*   list-style: none; */
/*   text-align: center; */
/*   line-height: 1; */
/* } */
/*  */
/* .flickity-rtl .flickity-page-dots { direction: rtl; } */
/*  */
/* .flickity-page-dots .dot { */
/*   display: inline-block; */
/*   width: 10px; */
/*   height: 10px; */
/*   margin: 0 8px; */
/*   background: #333; */
/*   border-radius: 50%; */
/*   opacity: 0.25; */
/*   cursor: pointer; */
/* } */
/*  */
/* .flickity-page-dots .dot.is-selected { */
/*   opacity: 1; */
/* } */

/* end external css: flickity.css */
/*! Flickity v2.0.4
https://flickity.metafizzy.co
---------------------------------------------- */

* {
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
}

.carousel {
    background: #fafafa;
}

.carousel-main {
    margin-bottom: 8px;
}

.carousel-cell {
    width: 100%;
    height: 504px;
    margin-right: 8px;
    /* background: #8C8; */
    border-radius: 5px;
    /* counter-increment: carousel-cell; */
}

/* cell number */
/* .carousel-cell:before { */
/*   display: block; */
/*   text-align: center; */
/*   content: counter(carousel-cell); */
/*   line-height: 200px; */
/*   font-size: 80px; */
/*   color: white; */
/* } */

.carousel-nav .carousel-cell {
    height: 90px;
    width: 120px;
}

/* .carousel-nav .carousel-cell:before { */
/*   font-size: 50px; */
/*   line-height: 80px; */
/* } */

/* .carousel-nav .carousel-cell.is-nav-selected { */
/*   background: #ED2; */
/* } */

/* Atelierbram edit */
.carousel-main img {
    display: block;
    margin: 0 auto;
}

/* .container {
  max-width: 672px;
  margin: 0 auto;
} 
h1 {
  text-align: center;
} */
.overview-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.overview {
    padding-top: 10px;
    margin-top: 26px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
}

.overview-title {
    /* display: flex;
  justify-content: space-between;
  align-items: center; */
    font-size: 18px;
}

.overview_font {
    font-size: 17px;
}

.p_details_icon {
    font-size: 15px;
    color: #000;
}

.p_description {
    padding-top: 10px;
    margin-top: 26px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
}

.p_footer {
    font-size: 18px;
}

.address_area {
    padding-top: 10px;
    margin-top: 26px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
}

.p_features {
    padding-top: 10px;
    margin-top: 26px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
}

/* .p_features a{
  color: black;
  display: flex;
  flex-direction: column;
} */
.content_features a {
    color: black;
}

.content_features i {
    padding-right: 5px;
    color: #00aaa7;
}

.content_features {
    font-size: 18px;
    padding-bottom: 5px;
}

.contact_des {
    padding-top: 10px;
    margin-top: 26px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
}

.con-icon {
    font-size: 14px;
    color: black;
}

.con_head {
    padding-top: 30px;
}

.left_align {
    text-align: left;
}

.form-group-style {
    display: block;
}

.form-color {
    background-color: #fff;
    height: 50px;
}

.padding-rg {
    padding-right: 0px;
    padding-left: 27px;
}

.padding-lft {
    padding-left: 0px;
}

.left_align {
    /* text-align: left; */
    margin-left: -12px;
    color: #000;
    font-size: 17px;
}

/* .custom_box{
  padding-top: 14px;
  font-size: 16px;
  color: black;
} */
.form-check-input {
    width: 16px;
    height: 19px;
}

.form-check-label {
    font-size: 17px;
}

.check_button {
    padding-top: 14px;
    padding-left: 28px;
    color: #000;
}

.similar {
    color: #00aaa7;
    padding-top: 20px;
    padding-left: 10px;
    font-size: 30px;
}

/* product details another column */
.side {
    padding-top: 43px;
    margin-top: 48px;
    padding-bottom: 44px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
}

.side {
    position: sticky;
    top: 40px;
    /* Adjust the value to set the distance from the top */
}

.title_two {
    font-size: 28px;
    text-align: right;
    color: #00aaa7;
}

.des_icon {
    padding-right: 12px;
}

.money {
    font-size: 28px;
    text-align: right;
    color: black;
}

.side_review {
    font-size: 20px;
}

.check_label {
    display: inline-block;
    font-size: 13px;
}

.btn_sty {
    border: 1px solid #00aaa7;
}

.btn_sty:hover {
    background-color: #00aaa7;
    color: #fff;
}

.size-fix {
    width: 15px;
    height: 17px;
}

/* bradcamp image */
.bradcamp-image {
    /* Set your background image URL */
    /* Add other background properties such as size, position, etc. */
    background-size: cover;
    background-position: center;
    /* Add dimensions and other styles for the bradcamp */
    height: 300px;
    padding-top: 20px;
    color: black;
}

.pad {
    padding-top: 48px;
}

/* bradcamp image */

.explore_style p {
    font-size: 18px;
    text-align: justify;
}

/* custom css */

.social-media a {
    padding: 8px;
}

.whatsapp_btn {
    padding: 9px;
    margin-bottom: 3px;
}

.why_rents_s_desp {
    text-align: justify;
    /*min-height: 208px;*/
}

.style1 {
    color: black;
    padding-left: 14px;
}

/* blog page */
.blog-title {
    text-align: center;
    padding-top: 33px;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}

.bradcamp-text {
    /* Set your background image URL */
    /* Add other background properties such as size, position, etc. */
    background-size: cover;
    background-position: center;
    /* Add dimensions and other styles for the bradcamp */
    height: 100px;
    padding: 5px;
    background-color: rgba(4, 158, 127, 0.7);

    margin-top: -136px;
    margin-bottom: 63px;
}

.blog_description {
    padding-left: 15px;
}

.blog_description p {
    font-size: 18px;
    color: black;
    padding-bottom: 20px;
}

.blog_description h1 {
    padding-bottom: 20px;
}

.blog_icon {
    font-size: 18px;
    padding-left: 31px;
}

.adjust {
    padding-left: 187px;
}

.search-blog {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 16px;
}

.blog_section1 {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 34px;
}

.blog_section1 {
    font-size: 18px;
}

/* blog page */

/* search bar top */
.search-top {
    margin: auto;
    color: black;
    background-color: #fff;
    /* padding-right: 0px!important; */
    width: 82px;
    padding-left: 26px;
    font-size: 15px;
    font-weight: bold;
    border: none;
    border-radius: 8px 8px 0px 0px;
    padding-top: 7px;
}

/* search bar top */

.area_guide_section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.area_font {
    color: #00aaa7;
    font-size: 24px;
}

.area_details_page {
    padding-top: 130px;
    padding-bottom: 50px;
}

.area_details_content {
    text-align: justify;
    padding-top: 30px;
}

.terms-card {
    padding-left: 45px;
    padding-top: 45px;
    padding-right: 30px;
    padding-bottom: 27px;
}

.career_card {
    width: 100%;
    border-radius: 5px !important;
}

.select2-container--default .select2-selection--multiple {
    padding-bottom: 0px;
    padding-left: 38px;
    padding-top: 7px;
    border: 1px solid #eaecec !important;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 40px;
    padding-left: 21px;
}

.select2-container--default .select2-selection--multiple {
    padding-left: 0px !important;
}

div#tags {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 10px;
}

.tags-modal {
    background-color: #00aaa7;
    color: #fff;
    border: none;
    padding: 3px 4px;
    border-radius: 4px;
    cursor: pointer;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 23px !important;
}

.what {
    margin-left: 0px;
    margin-right: 0px;
}

.all-padd {
    padding-bottom: 5px;
}

/* loader css start */
.lds-spinner {
    color: #000;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #000;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

span.select2-selection__arrow {
    padding-right: 20px !important;
}

.property_price_d {
    margin-top: 10px;
}

.remove_padding {
    padding-left: 0 !important;
}

.remove-right {
    padding-right: 0 !important;
}

.remove-left {
    padding-left: 0 !important;
}

.search_icon {
    display: none;
}

.search-container-mobile {
    display: none;
}
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    height: 54px;
    overflow: hidden;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    margin-top: 5px !important;
    padding-left: 20px;
}
span.select2-selection.select2-selection--multiple {
    display: flex;
    align-items: center;
}
.rent {
    display: none;
}

.back-design {
    background-color: #fff;
    border-radius: 10px;
    margin-left: -8px;
    margin-right: -9px;
}
.manik {
    display: none;
}
.imran{
    text-align:justify;
}
.explore_area_res{
    padding-top:55px;
}
/*.ww-chat{*/
/*    display:none !important;*/
/*}*/
/*.ww-chat__wrapper{*/
/*    display:none !important;*/
/*}*/
/* loader css end */
