body {
  background-color: #e3e3e3;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

a {
  text-decoration: none;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:focus {
  outline: none;
}
button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
p {
  font-family: "Roboto", sans-serif;
}

.header_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo img {
  width: 198px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .logo img {
    margin: auto;
    display: flex;
  }
  .contact_button {
    font-size: 15px !important;
    padding: 6px 20px !important;
  }
  .set {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .set p {
    max-width: 195px;
  }
  .set {
    display: flex;
    align-items: center;
    float: right;
  }
}
.set {
  display: flex;
  align-items: center;
  text-align: center;
}
.set p {
  font-family: "EB Garamond", serif;
  font-size: 22px;
  font-weight: 500;
}
.contact_button {
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  border: 0px;
  background-image: linear-gradient(#152b1c, #20542c);
  text-align: center;
  color: #e1b334;
  padding: 5px 22px;
  border-radius: 10px;
  font-weight: 400;
  margin-left: 20px;
  font-family: "Roboto", sans-serif;
}
.contact_button:hover {
  color: #f5f5fa;
}
nav {
  background-image: linear-gradient(#152b1c, #20542c);
  min-height: 65px;
  display: flex;
  align-items: center;
}
.nav-link {
  margin-right: 6px;
  color: #f5f5fa;
  font-size: 21px;
  padding: 0px 22px;
  font-family: "EB Garamond", serif;
}
.nav-link:hover,
.nav-link.current {
  color: #202020;
  background-image: linear-gradient(#e1b334, #c69530);
  border-radius: 5px !important;
}

.section-title {
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 20px;
  font-family: "EB Garamond", serif;
}
.width-auto {
  margin-top: 18px;
  width: auto;
  margin: 0 auto;
  margin-bottom: 25px;
  margin-top: 15px;
}
.section-title::before {
  content: "";
  right: 0;
  width: 40px;
  height: 10px;
  position: absolute;
  bottom: 0;
  background-image: url(../images/underline.svg);
  background-repeat: no-repeat;
}
h2.section-title1::before {
  left: 50%;
  transform: translateX(-50%);
}
.section_1 {
  padding: 60px 40px;
  background-position: center;
  background-size: cover;
  z-index: 999;
  width: 100%;
  position: absolute;
}
.bg_1 {
  background: rgba(243, 243, 243, 0.5);
  padding: 16px 50px;
  border-radius: 25px;
  margin-top: 3rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #f5f5fa;
  background-color: #152b1c;
  border: none;
  border-radius: 6px !important;
  font-size: 14px;
  padding: 5px 16px;
}
.nav-tabs .nav-item {
  padding: 0 6px;
}
.nav-tabs .nav-link {
  font-size: 14px !important;
  color: #152b1c;
  border-radius: 6px;
  padding: 5px 16px;
  border-color: #152b1c;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 450px) {
  .no_padding {
    padding: 0;
  }
}
.form_box {
  height: 50px;
  border-radius: 13px;
  font-size: 13px;
  padding: 0 26px;
  background: #ece8e8;
}
.form_box ::placeholder {
  color: #dddddd;
}
.form-control:focus,
.form-select:focus {
  color: #212529;
  background-color: #fff;
  border-color: #152b1c;
  outline: 0;
  box-shadow: none;
}

.search_btn {
  height: 100%;
  border-radius: 13px;
  color: #202020;
  background-image: linear-gradient(#e1b334, #c69530);
  border: none;
  font-weight: 500;
}
@media only screen and (max-width: 442px) {
  .option_box {
    width: 100% !important;
  }
}
@media only screen and (max-width: 992px) {
  .option_box {
    width: 46%;
    margin: 5px !important;
  }
}
@media only screen and (min-width: 992px) {
  .option_box {
    width: 18.5%;
  }
}
.option_box {
  background-image: linear-gradient(#152b1c, #20542c);
  text-align: left;
  /* min-height: 100px; */
  margin: 0 5px;
  color: #f5f5fa;

  padding: 17px 10px;
  border-radius: 10px;
}
.option_box label {
  font-size: 13px;
}
.bg_1 select.form-select {
  padding: 5px 5px;
  display: inline-block;
  font-size: 11px;
  color: #333;
  background: #ece8e8;
}

.bg {
  top: 183px;
  width: 100%;
}
/* @media only screen and (min-width: 1250px) {
  section.featured {
    padding-top: 170px;
    padding-bottom: 25px;
  }
} */
@media only screen and (max-width: 992px) {
  section.featured {
    margin-top: 4%;
  }
}
@media only screen and (min-width: 1200px) {
  section.featured {
    margin-top: 0;
    padding-top: 40px;
  }
}

section.get_in_touch {
  padding-top: 25px;
  padding-bottom: 25px;
}
section.locations {
  padding-bottom: 25px;
  padding-top: 25px;
}
section.searches {
  padding-bottom: 15px;
  padding-top: 25px;

  background-image: url(../images/overlay.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 31%;
  background-attachment: scroll;
}
.about_us {
  padding-bottom: 25px;
  padding-top: 25px;
}
.searches ul,
.searches li {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.search_list {
  padding-left: 50px;
}
.searches li a {
  color: #202020;
  margin-bottom: 10px;
  display: block;
  font-weight: 400;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
}
.searches li a:hover {
  margin-left: 10px;
  color: #d39c24;
}
.abt_img {
  border-radius: 19px;
}
.about_us p {
  font-size: 17px;
  margin-bottom: 2px;
}

.readmore a {
  color: #202020;
  font-size: 18px;
}
.readmore img {
  padding-left: 12px;
  padding-bottom: 3px;
}
@media only screen and (max-width: 992px) {
  .service_box_1 {
    padding: 40px 10px !important;
    background-color: #f5f5fa;
  }
  .service_box_2 {
    padding: 40px 10px !important;
    background-color: #f5f5fa;
  }
}
.services img {
  width: 200px;
  border-radius: 10px;
  margin: auto;
  display: block;
  margin-top: 20px;
}
.services .container {
  /* width: 100%!important; */
  max-width: 100%;
}
.service_box_1 {
  text-align: center;
  padding: 40px 93px;
  background-color: #f5f5fa;
}
.service_box_2 {
  text-align: center;
  background-color: #152b1c;
  color: #f5f5fa;
  padding: 40px 93px;
}

.address_box .icon_01 {
  justify-content: center;
  display: flex;
  margin-bottom: 32px;
}
.address_box .icon_bg {
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-image: linear-gradient(#152b1c, #20542c);
}
.address_box i {
  font-size: 40px;
  background: linear-gradient(to bottom, #e1b334 0%, #c69530 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.address_box img {
  width: 50px;
}
.address_box p {
  margin-bottom: 6px;
}
footer {
  background-image: linear-gradient(#152b1c, #20542c);
  color: #f5f5fa;
  padding: 35px 0;
}
.footer {
  margin-bottom: 100px;
}
.footer-bottom {
  font-size: 14px;
  color: #e1b334;
}
footer ul,
footer li {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

footer li a {
  color: #f5f5fa;
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}
footer li a:hover {
  margin-left: 10px;
  color: #d39c24;
}
.social-iconf img {
  width: 33px;
  padding: 1px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.social-iconf img:hover a {
  padding-bottom: 10px;
}
.property_card {
  /*   background-color: #fff;
  border: 1px solid #e9e9e9;
    position: relative;
    border-radius: 19px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
  background-color: #fff;
  border: 1px solid #e9e9e9;
  position: relative;
  border-radius: 19px;
  overflow: hidden;
  box-shadow: rgb(0 0 0 / 24%) 0px 8px 14px;
  margin: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.property_card:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 22px;
  box-shadow: rgb(0 0 0 / 34%) 0px 8px 14px;
}
.property_card > a {
  display: block;
  overflow: hidden;
}
property_card .propery_text {
  padding: 15px;
}

.property_card .propery_text h3 {
  font-size: 20px;
  color: #202020;
  font-family: "EB Garamond", serif;
  font-weight: 300;
  padding-bottom: 10px;
}
p.p-price {
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 6px;
}
p.p-price span {
  font-size: 1.55rem;
  font-weight: 700;
}
.property_card .propery_text {
  padding: 0 7px 16px;
}
#prop-info li:first-child {
  margin: 0px;
}
#prop-info li {
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  margin: 0 0 0 23px;
  color: #202020;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 0 20 0 20px;
  /* align-items: center;
    display: flex; */
}
#prop-info li i {
  padding-right: 5px;
  font-size: 21px;
}
a.btn.btn-light {
  padding: 17px 44px;
  /*background-image: linear-gradient(to right, #c69530 , #c69530);*/
  background-image: linear-gradient(#e1b334, #c69530);
  border-radius: 10px;
  max-height: 26px;
  align-items: center;
  display: flex;
  font-size: 17px;
  margin-top: 2px;
}
a.btn.btn-light:hover {
  color: #fff;
  background-image: linear-gradient(#152b1c, #20542c);
}
a.btn.btn-info {
  padding: 17px 44px;
  border-color: #202020;
  background: none;
  border-radius: 10px;
  max-height: 26px;
  align-items: center;
  display: flex;
  margin-top: 2px;
  font-size: 17px;
}
a.btn.btn-info:hover {
  color: #fff;
  background-image: linear-gradient(#152b1c, #20542c);
}

.label_text {
  top: 12px;
  color: #f5f5fa;
  right: 12px;
  padding: 6px 20px;
  position: absolute;
  font-size: 12px;
  line-height: 1;
  border-radius: 9px;
  background-color: #253e2a;
}

.overlay-top-text {
  width: 100%;
  color: #f5f5fa;
  position: absolute;
  top: 23px;
  left: 14px;
  z-index: 9;
}
.overlay-top-text span {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}
.overlay-bottom-text {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  min-height: 48px;
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 9;
}
.overlay-bottom-text a {
  color: #f5f5fa;
  padding-right: 5px;
}
.overlay-bottom-text p {
  margin-bottom: 0px;
  padding: 2px 8px;
  z-index: 9;
}
.location-images.position-relative {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 6px;
}
.location-images::before {
  content: "";
  background-color: #000;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 2;
}
.location-images:hover::before {
  opacity: 0.4;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.location-images img {
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  /*-webkit-transform: scale(1);*/
  /*transform: scale(1);*/
}
.location-images:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  z-index: 1;
}
.overlay-bottom-text a svg {
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.overlay-bottom-text a:hover svg {
  margin-left: 5px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
#owl-slider .owl-nav .owl-prev {
  position: absolute;
  font-weight: 400;
  /* left: 15px; */
  left: -50px;
  top: 43%;
  /* opacity: 0; */
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  /* background: rgb(96 178 144 / 74%) !important; */
  width: 40px;
  line-height: 0.2;
  cursor: pointer;
  height: 41px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
  color: #b9ab97;
  font-size: 100px;
}
#owl-slider .owl-nav .owl-next {
  position: absolute;
  font-weight: 400;
  /* right: 15px; */
  right: -50px;
  top: 43%;
  line-height: 0.2;
  /* opacity: 0; */
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  /* background: rgb(96 178 144 / 74%) !important; */
  width: 40px;
  cursor: pointer;
  height: 41px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
  color: #b9ab97;
  font-size: 100px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
  color: #fff;
  text-decoration: none;
}
.bg .container {
  width: 100% !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #152b1c;
}
#bg-slider.owl-theme .owl-dots .owl-dot span {
  width: 40px;
  height: 5px;
}
.overlay-bottom-text svg {
  width: 35px;
  padding-left: 20px;
  padding-bottom: 5px;
}

.bg_1 select.input {
  /* Arrow */
  appearance: none;
  background-image: url("../images/arrow_01.svg");
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
}
@media (max-width: 768px) {
  .hide_mob {
    display: none;
  }
  .bg {
    top: 125px;
  }
  .section_1 {
    padding: 0px 15px;
  }
  .option_box {
    margin: 0 5px;
    color: #f5f5fa;
    padding: 5px 8px;
    border-radius: 10px;
  }
  div#bg-slider img {
    height: 645px;
    display: block;
    width: auto;
  }
  section.featured {
    margin-top: 30px;
  }
  a.btn.btn-info {
    padding: 17px 36px;
  }
  a.btn.btn-light {
    padding: 17px 36px;
  }
  .search_list {
    padding-left: 10px;
  }
  .searches li a {
    font-size: 14px;
  }
  .footer {
    margin-bottom: 45px;
  }
  #prop-info li {
    padding: 0 20 0 10px;
  }
  .property_card {
    margin: 25px 10px;
  }
  section.searches {
    background-size: 75%;
  }
}

/* .... */
.address_box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.2);
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  z-index: 1;
}

.address_box:hover i {
  -webkit-transform: scale(1.1);
  transform: scale(1.2);
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  z-index: 1;
}

.social-iconf img:hover {
  border-radius: 50%;
  box-shadow: 0 0 0 1px #e1b334;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
section.villas,
.apartments {
  padding-bottom: 30px;
  padding-top: 40px;
}
.pagintn {
  display: flex;
  justify-content: center;
}

.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.pagination li {
  margin: 0 1px;
}
.pagintn .pagination > .active > a {
  background-image: linear-gradient(#152b1c, #20542c);
  color: #fff !important;
  border-radius: 50% !important;
  width: 40px;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.pagintn .pagination > li > a {
  margin: 0 5px;
}
.pagintn .pagination > li > a {
  color: #152b1c !important;
  border-radius: 50% !important;
  width: 40px;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.item img {
  transition: 0.5s all ease-in-out;
}
.item img:hover {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .section_2,
  .section_3,
  .section_4 {
    padding: 0px 15px;
  }
  .villas .property_card,
  .apartments .property_card {
    margin: 0 15px 15px !important;
  }
}
.section_2 {
  background-image: url(../images/banner-03.png);
  background-size: cover;
}
.section_2 .bg_1 {
  margin-bottom: 30px;
}

.option_box_01 {
  background-image: linear-gradient(#152b1c, #20542c);
  text-align: left;
  /* min-height: 100px; */
  margin: 5px;
  color: #f5f5fa;
  padding: 17px 10px;
  border-radius: 10px;
}
.option_box_01 label {
  font-size: 13px;
}

@media only screen and (min-width: 992px) {
  .option_box_01 {
    width: 23.2%;
  }
}

@media (max-width: 768px) {
  .option_box_01 {
    margin: 0 5px;
    color: #f5f5fa;
    padding: 5px 8px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .option_box_01 {
    width: 46%;
    margin: 5px !important;
  }
}

@media only screen and (max-width: 442px) {
  .option_box_01 {
    width: 100% !important;
  }
}

.villas .property_card {
  margin: 0 25px 50px;
}

.section_3 {
  background-image: url(../images/banner-05.png);
  background-size: cover;
}
.section_3 .bg_1,
.section_4 .bg_1 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.section_4 {
  background-image: url(../images/banner-04.png);
  background-size: cover;
}

.section_banner {
  background-image: url(../images/banner-05.png);
  background-color: lightgray;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section_banner {
    padding: 50px 0px;
  }
  .banner_text h2 {
    color: #fff;
    font-weight: 700;
    font-size: 34px !important;
    text-transform: uppercase;
  }
}
.banner_text {
  color: #fff;
  text-align: center;
  font-weight: 400;

  width: 100%;

  font-size: 13px;
  /* text-transform: uppercase; */
}
.banner_text h2 {
  color: #fff;
  font-weight: 700;
  font-size: 45px;
  text-transform: uppercase;
}
.about_box {
  background-color: #fff;
  padding: 20px;
}
.services_01 {
  background-image: url(../images/banner-003.jpg);
  color: #fff;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .services_01 {
    background-image: url(../images/banner-003.jpg);
    color: #fff;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 40px 0px;
    position: relative;
  }
}
.vision img {
  width: 185px;
 
}
.values img {
  width: 185px;
}
.vision h2,
.values h2 {
  margin-bottom: 0;
}
.section_5 {
  padding: 25px 0;
}
.contact {
  padding: 0 0 25px;
}
.form-data {
  position: relative;
  display: block;
  padding-top: 5px;
  margin-bottom: 25px;
}
.form-data .form-control {
  border-radius: 0;
  color: #242424;
  padding: 9px 15px;
  font-weight: 400;
  font-size: 15px;

  /* padding: 17px 24px 16px; */
}

input.submit_btn {
  padding: 5px 25px;
  background-image: linear-gradient(#e1b334, #c69530);
  border-radius: 10px;
  align-items: center;
  font-size: 17px;
  margin-top: 2px;
  border: none;
}
input.submit_btn:hover {
  color: #fff;
  background-image: linear-gradient(#152b1c, #20542c);
}
@media only screen and (min-width: 768px) {
  .address_box_01 {
    min-height: 294px;
  }
}
.address_box_01 {
  background-color: #f5f5fa;
  padding: 20px 0;
  margin: 10px;
  border-radius: 10px;
}
.address_box p a {
  color: #212529;
}

.address_box_01 a:hover {
  color: #d39c24;
  margin-left: 10px;
}
.address_box_01:hover {
  transition: all 0.5s;
  box-shadow: rgb(0 0 0 / 24%) 0px 8px 14px;
}
.privacy_policy,.property-section {
  padding: 25px 0;
}
.privacy_policy h2 {
  font-weight: 700;
  font-size: 45px;
  text-transform: uppercase;
}

.property_types ul {
  list-style: none;
  padding-left: 0px !important;
  display: inline;
}

.property_types ul li {
  list-style: none;
  display: inline-block;
  padding: 5px 5px !important;
  text-transform: uppercase;
  font-size: 12px;
}
.property_types button {
  border-width: 0 0 0px 0 !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.v-center {
  display: grid;
  align-items: center;
  justify-content: center;
}
#mob_menu {
  display: none;
}
@media (max-width: 767px) {
  .logo a {
    display: inline-block;
    width: 135px;
  }
  .logo a img {
    width: 100%;
  }
  span#mob_menu {
    display: inline-block !important;
    text-align: center;
    height: 34px;
    width: 34px;
    line-height: 24px;
    top: 22px;
    border-radius: 30px;
    right: 15px;
    position: absolute;
    background-image: linear-gradient(#152b1c, #20542c);
    /* background-color: aquamarine; */
    padding: 10px;
    color: #ffff;
  }
  header {
    background-color: #e3e3e3;
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 9999;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  }
  .nav_mob {
    display: none;
  }
  .nav_mob.show {
    height: auto;
    z-index: 9999;
    width: 100%;
    position: fixed;
    display: block;
    top: 83px;
  }
  nav.nav_mob ul li {
    width: 100%;
    display: block;
    padding: 10px;
  }
  body {
    padding-top: 80px;
  }
}

#heding-info {
}
#heding-info h2 {
  font-size: 25px;
  line-height: 33px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
.ref-numb {
  font-weight: 600;
  font-size: 19px !important;
}

.enquire-form,
.details-page {
  padding-top: 25px;
  padding-bottom: 25px;
}
.enquire_box {
  background-color: #f5f5fa;
  padding: 20px 16px;
  margin: 10px;
  border-radius: 25px;
}
.detail-enquiry {
  background-color: #f5f5fa;
  padding: 20px 16px;
  border-radius: 10px;
}
.detail-enquiry h3 {
  font-size: 22px;
  line-height: 33px;
  font-weight: 400;
}
.detail-enquiry .submit_btn {
  padding: 9px 25px;
}
.detail-enquiry.form-control {
  border-radius: 10px !important;
}
.enquire_box h6 {
  /* font-size: 19px; */
  font-size: 22px;
  line-height: 33px;
  font-weight: 400;
}
.enquire_box .text-muted {
  font-size: 15px;
}
.enquire_box select {
  border-radius: 0;
  color: #717171 !important;
  padding: 9px 15px;
  font-weight: 400;
  font-size: 15px;
}
.select-type label {
  font-size: 10px;
  background: #f5f5fa;
  position: absolute;
  left: 7px;
  top: 0;
  padding: 0px 13px;
  color: #717171;
}
.info {
  font-size: 12px;
  padding-bottom: 20px;
  width: 100%;
}
.info p {
  margin-bottom: 11px;
  margin-top: 3px;
  font-weight: 600;
}
.info td,
.info th {
  font-size: 12px;
  text-align: left;
  padding: 5px 5px 5px 0;
  border-bottom: 1px solid #e6e6e6;
}

.request-more {
  padding: 17px 7px;
  background-color: #f5f5fa;
  border-radius: 10px;
  margin-bottom: 10px;
}

.request-more h4 {
  font-size: 19px;
  font-weight: 400;
}
a.btn.btn-contact {
  border-color: #152b1c;
  color: #152b1c;
  
}
@media only screen and (max-width: 765px) {
  a.btn.btn-contact {
    margin-bottom: 5px;
    width: 117px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  a.btn.btn-contact {
    margin-bottom: 5px;
    width: 117px !important;
  }
}
a.btn-contact:hover {
  border-color: #152b1c;
  color: #d39c24;
  
}
@media only screen and (max-width: 765px) {
  .request_btn {
    background-image: linear-gradient(#e1b334, #c69530);
    border-radius: 10px;
    border: none;
    padding: 9px 25px;
    text-transform: uppercase;
    margin-top: 15px; 
  }
  .request-more h4 {
    margin-bottom: 15px!important;
}
}
@media only screen and (min-width: 500px) {
  .contact_details button {
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .request-more {
    display: flex;
    justify-content: space-between;
    padding: 17px 10px;
    background-color: #f5f5fa;
    margin-top: 10px;
    align-items: center;
  }
}
.detailed_description {
  margin-top: 30px;
}
.detailed_description h3 {
  padding-bottom: 8px;
  font-family: "EB Garamond", serif;
}
/*  */
.carousel-indicators [data-mdb-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;

  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: 0.5;
  transition: opacity 0.6s ease;
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-indicators {
  position: relative;
  margin-bottom: 0px !important;
  margin: 0;
}
.filter {
  background-color: #f5f5fa;
}
.filter .container {
  max-width: 100%;
}

.filter_box {
  width: 14%;
  border-right: 1px solid #eaeaea;
  padding: 15px 15px 8px 15px;
}
.filter_box:last-child {
  border-right: none;
}
@media only screen and (max-width: 992px){
  .filter_box {
    width: 19%;
    margin: 5px !important;
    padding: 5px 8px;
}
}
@media only screen and (max-width: 442px){
  .filter_box {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}
.filter_box:last-child {
  border-bottom: none;
}
}

.filter_box label{
  font-size: 12px;
  color: #20542c;
}
.filter_box select.form-select.input {
  background-color: transparent !important;
  border: none !important;
  padding-bottom: 4px;
  padding-top: 4px;
}

.details {
  padding-top: 20px;
  padding-bottom: 15px;
}
.details h3 {
  padding-bottom: 8px;
  font-family: "EB Garamond", serif;
}
.location-image,
.agent-image {
  margin-right: 2rem;
}
#location-info img,
#agent-info img {
  border-radius: 50%;
}
.filter_box select.form-select.input:hover {
  color: #fff;
  background-color: #e1b334 !important;
  border-radius: 0px !important;
}
.location-image{
  width: 155px;
   height: 155px;
    border-radius: 50%;
    background-image: url(../images/c70d76248e.map.svg);
    align-items: center;
    justify-content: center;
    display: flex;
}
.location-image .btn-primary{
  padding: 2px 31px;
}





/*  */

.custom-radios div {
  display: inline-block;
}
.custom-radios input[type=radio] {
  display: none;
}
.custom-radios input[type=radio] + label {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.custom-radios input[type=radio] + label span {
  display: inline-block;
  width: 88px;
  height: 30px;
  font-size: 13px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 6px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 44px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.custom-radios input[type=radio] + label span  {
   transition: all 0.3s ease;
  border: 1px solid #152b1c;
} 
.custom-radios input[type=radio]:checked + label span  {
  opacity: 1;
  color: #fff;
  background-color: #152b1c;
}
.filter_item {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius:0 !important;
}
.filter_item.dropdown-item:focus, .dropdown-item:hover {
  color: #20542c;
  background:none;
}