﻿@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-Regular.eot");
  src: url("../fonts/Gordita-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gordita-Regular.woff") format("woff"), url("../fonts/Gordita-Regular.ttf") format("truetype"), url("../fonts/Gordita-Regular.svg#Gordita-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gordita Medium";
  src: url("../fonts/Gordita-Medium.eot");
  src: url("../fonts/Gordita-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gordita-Medium.woff") format("woff"), url("../fonts/Gordita-Medium.ttf") format("truetype"), url("../fonts/Gordita-Medium.svg#Gordita-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  font-size: 14px !important;
  color: #555555 !important;
  background-color: #FFF;
  font-family: "Gordita" !important;
  position: relative;
  z-index: -6;
}

a:focus {
  text-decoration: none !important;
}

main {
  position: relative;
  z-index: -4;
}

@media only screen and (min-width: 280px) and (max-width:574px) {
  .col-12 {
    width: 100% !important;
  }
}

#spinner-div {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  text-align: center;
  z-index: 999999999999;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: saturate(180%) blur(5px);
}
#spinner-div .loading_div {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
#spinner-div .loading_div .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

a {
  outline: none !important;
}

a:hover {
  outline: none !important;
  text-decoration: none !important;
}

p {
  margin-bottom: 0 !important;
}

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

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

.align-center {
  align-items: center;
}

.tooltip {
  font-size: 14px !important;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #193057 !important;
}
.tooltip .tooltip-inner {
  background-color: #193057;
}

.empty_data_block {
  padding: 30px;
  background-color: #FFF;
  box-shadow: 0px 6px 10px 0px rgba(13, 58, 131, 0.05);
  border-radius: 6px;
  text-align: center;
  margin-bottom: 30px;
}
.empty_data_block h2 {
  font-size: 30px;
  font-weight: 700;
  color: #193057;
  margin: 0;
  margin-top: 20px;
}

.flex_block {
  display: flex;
  gap: 1rem;
}

/* The switch - the box around the slider */
.switch {
  margin: 0;
  width: 40px;
  height: 24px;
  position: relative;
  display: inline-block;
}
.switch input {
  width: 0;
  height: 0;
  opacity: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  border-radius: 34px;
  -webkit-transition: 0.4s;
  border: 2px solid #DDDDDD;
}
.switch .slider:before {
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 2px;
  background-color: #DDDDDD;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch input:checked + .slider {
  border-color: #193057;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #193057;
}
.switch input:checked + .slider:before {
  transform: translateX(14px);
  -ms-transform: translateX(14px);
  -webkit-transform: translateX(14px);
  background-color: #193057;
}

.heading {
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .heading {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .heading {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .heading {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .heading {
    margin-bottom: 20px;
  }
}
.heading.margin-none {
  margin-bottom: 0;
}
.heading h1 {
  margin-top: 0;
  font-size: 50px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #193057;
  font-family: "EB Garamond", serif;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .heading h1 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .heading h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .heading h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .heading h1 {
    font-size: 26px;
  }
}
.heading h1 span {
  position: absolute;
  bottom: -23px;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .heading h1 span {
    bottom: -18px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .heading h1 span {
    bottom: -15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .heading h1 span {
    bottom: -12px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .heading h1 span {
    bottom: -9px;
  }
}
.heading h1 span img {
  margin-top: -5px;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .heading h1 span img {
    width: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .heading h1 span img {
    width: 140px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .heading h1 span img {
    width: 120px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .heading h1 span img {
    width: 100px;
  }
}
.heading.text-center span img {
  margin: 0 auto;
}

.sub_heading {
  margin-top: 25px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .sub_heading {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.sub_heading h2 {
  margin: 0;
  font-size: 30px;
  line-height: 39px;
  font-weight: 600;
  padding: 5px 0;
  color: #193057;
  font-family: "EB Garamond", serif;
  border-bottom: 1px dashed #DDDDDD;
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .sub_heading h2 {
    font-size: 28px;
    line-height: 37px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .sub_heading h2 {
    font-size: 26px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .sub_heading h2 {
    font-size: 24px;
    line-height: 33px;
  }
}

.customtxt {
  width: 100%;
  padding: 6px 20px;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  font-family: "Gordita";
  border: none;
  background-color: #FFF;
  transition: all ease-in-out 0.5s;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .customtxt {
    padding: 12px 11px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .customtxt {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .customtxt {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .customtxt {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .customtxt {
    font-size: 14px;
  }
}
.customtxt:focus {
  border: none;
}

.form_group {
  position: relative;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width:1200px), only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .form_group {
    margin-bottom: 20px;
  }
}
.form_group .customlbl {
  top: -8px;
  margin: 0;
  left: 10px;
  padding: 0 5px;
  font-size: 12px;
  position: absolute;
  background-color: #FFF;
  z-index: 9;
}
.form_group .customtxt {
  padding: 15px;
  background-color: transparent;
  border: 1px solid #DDDDDD;
  transition: all ease-in-out 0.5s;
}
.form_group .customtxt:focus {
  border-color: #193057;
}
.form_group.country_dropdown .bootstrap-select {
  left: 0;
  position: absolute;
  width: 100px !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
}
.form_group.country_dropdown .bootstrap-select.open .dropdown-toggle {
  border: 1px solid #193057 !important;
}
.form_group.country_dropdown .bootstrap-select .dropdown-toggle {
  padding: 16px 15px 17px !important;
  transition: all ease-in-out 0.5s;
  background-color: transparent !important;
  border: 1px solid #DDDDDD !important;
  border-radius: 5px 0 0 5px;
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .form_group.country_dropdown .bootstrap-select .dropdown-toggle {
    padding: 16px 15px 15px !important;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .form_group.country_dropdown .bootstrap-select .dropdown-toggle {
    padding: 12px 10px !important;
  }
}
.form_group.country_dropdown .customtxt.number {
  padding-left: 110px !important;
}

.bootstrap-select {
  padding: 0;
  width: 100% !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent;
}
.bootstrap-select .dropdown-toggle {
  border: none;
  padding: 6px 20px;
  outline: none !important;
  border: none !important;
  background-color: #FFF !important;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .bootstrap-select .dropdown-toggle {
    padding: 12px 11px !important;
  }
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  border: none !important;
  background-color: #FFF !important;
}
.bootstrap-select .dropdown-toggle:hover {
  border: none !important;
  background-color: #FFF !important;
}
.bootstrap-select .dropdown-toggle:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  background-color: #FFF !important;
}
.bootstrap-select.open .dropdown-toggle {
  box-shadow: none !important;
  border-color: #193057 !important;
}

.border-right {
  border-right: 1px solid #DDDDDD;
}

.bg-white {
  background-color: #FFF;
}

.margin-t-b {
  margin: 10px 0;
}

.padding_rn_ln {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row-no-margin {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.custombtn {
  border: none;
  border-radius: 15px;
  color: #FFF !important;
  transition: all ease-in-out 0.5s;
  background-color: #193057;
  border: none;
  padding: 14px 18px;
  font-size: 16px;
  font-family: "Gordita Medium";
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .custombtn {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .custombtn {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .custombtn {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .custombtn {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .custombtn {
    font-size: 14px;
  }
}
.custombtn.property_search_btn {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 7px 18px;
  font-size: 16px;
  font-family: "Gordita Medium";
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .custombtn.property_search_btn {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .custombtn.property_search_btn {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .custombtn.property_search_btn {
    font-size: 15px;
    padding: 14px 14px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .custombtn.property_search_btn {
    font-size: 14px;
    padding: 14px 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .custombtn.property_search_btn {
    font-size: 14px;
    padding: 14px 14px;
  }
}
.custombtn img {
  display: inline-block;
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .custombtn img {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .custombtn img {
    margin-right: 5px;
  }
}
.custombtn:hover {
  background-color: #FDB51F;
}
.custombtn.resetbtn {
  color: #193057 !important;
  background-color: #FFF;
  border: 1px solid #193057;
}
.custombtn.resetbtn:hover {
  color: #FFF !important;
  background-color: #FDB51F;
  border: 1px solid #FDB51F;
}

@media (min-width: 576px) {
  .custom_modal .modal-dialog {
    max-width: 420px;
    margin: 30px auto;
  }
}
.modal-backdrop {
  opacity: 0.7;
  background-color: #193057 !important;
}

.custom_modal .modal-content {
  border: none;
  overflow: hidden;
  border-radius: 25px;
}
.custom_modal .modal-content .modal-header {
  border: none;
  display: block;
  text-align: left;
  background-color: #E8F1FF;
  padding: 20px 30px;
  border-bottom: 1px dashed #DDDDDD;
}
.custom_modal .modal-content .modal-header h5 {
  font-size: 25px;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  line-height: 24px;
  color: #193057;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .custom_modal .modal-content .modal-header h5 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .custom_modal .modal-content .modal-header h5 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .custom_modal .modal-content .modal-header h5 {
    font-size: 18px;
  }
}
.custom_modal .modal-content .modal-header .close {
  top: 25px;
  right: 30px;
  outline: none;
  position: absolute;
  color: #193057;
  opacity: 0.8;
}
.custom_modal .modal-content .modal-body {
  padding: 30px;
}
.custom_modal h4 {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .custom_modal h4 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .custom_modal h4 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .custom_modal h4 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .custom_modal h4 {
    font-size: 14px;
  }
}
.custom_modal .setting_info {
  margin-bottom: 15px !important;
}
.custom_modal .form_group {
  position: relative;
  margin-bottom: 25px;
  /*&:last-child {
      margin-bottom: 0;
  }*/
}
.custom_modal .form_group .customlbl {
  top: -8px;
  margin: 0;
  left: 10px;
  padding: 0 5px;
  font-size: 12px;
  position: absolute;
  z-index: 9 !important;
  background-color: #FFF;
}
.custom_modal .form_group .customtxt {
  padding: 15px;
  background-color: transparent;
  border: 1px solid #DDDDDD;
  transition: all ease-in-out 0.5s;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .custom_modal .form_group .customtxt {
    padding: 12px 11px;
  }
}
.custom_modal .form_group .customtxt:focus {
  border-color: #193057;
}
.custom_modal .form_group.notify_properties {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: space-between;
}
.custom_modal .form_group.notify_properties h6 {
  margin: 0;
  font-weight: 600;
  color: #193057;
}
.custom_modal .form_group.forgot_link {
  display: flex;
  justify-content: space-between;
}
.custom_modal .form_group.forgot_link label {
  margin: 0;
}
.custom_modal .form_group.forgot_link a {
  color: #193057;
}
.custom_modal .form_group.social_account {
  float: left;
  width: 100%;
  margin-top: 25px !important;
  margin-bottom: 0 !important;
}
.custom_modal .form_group.social_account hr {
  margin: 0;
  width: 100%;
  border-bottom: 1px dashed #DDDDDD;
  border-top: none;
}
.custom_modal .form_group.social_account p {
  margin-top: -10px;
  text-align: center;
  position: relative;
  margin-bottom: 15px !important;
}
.custom_modal .form_group.social_account p label {
  margin: 0;
  padding: 0 5px;
  font-weight: 400;
  text-align: center;
  background-color: #FFF;
}
.custom_modal .form_group.social_account ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: center;
}
.custom_modal .form_group.social_account ul li {
  display: inline-block;
}
.custom_modal .form_group.social_account ul li a {
  width: 35px;
  height: 35px;
  font-size: 21px;
  line-height: 40px;
  text-align: center;
  border-radius: 6px;
  color: #FFF;
  display: inline-block;
  transition: all ease-in-out 0.5s;
  background-color: #193057;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .custom_modal .form_group.social_account ul li a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .custom_modal .form_group.social_account ul li a {
    font-size: 19px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .custom_modal .form_group.social_account ul li a {
    font-size: 18px;
  }
}
.custom_modal .form_group.social_account ul li a:hover {
  background-color: #FDB51F;
}
.custom_modal .form_group.social_account h6 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 16px;
  text-align: center;
  margin-top: 15px !important;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .custom_modal .form_group.social_account h6 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .custom_modal .form_group.social_account h6 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .custom_modal .form_group.social_account h6 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .custom_modal .form_group.social_account h6 {
    font-size: 14px;
  }
}
.custom_modal .form_group.social_account h6 a {
  color: #193057;
  transition: all ease-in-out 0.5s;
}
.custom_modal .form_group.social_account h6 a:hover {
  color: #FDB51F;
}
.custom_modal .form_group .bootstrap-select {
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
}
.custom_modal .form_group .bootstrap-select.open .dropdown-toggle {
  border: 1px solid #193057 !important;
}
.custom_modal .form_group .bootstrap-select .dropdown-toggle {
  padding: 16px 15px 17px !important;
  transition: all ease-in-out 0.5s;
  background-color: transparent !important;
  border: 1px solid #DDDDDD !important;
  border-radius: 5px 0 0 5px;
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .custom_modal .form_group .bootstrap-select .dropdown-toggle {
    padding: 16px 15px !important;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .custom_modal .form_group .bootstrap-select .dropdown-toggle {
    padding: 12px 10px !important;
  }
}

.top_stripe {
  padding: 10px 30px !important;
  background-color: #193057;
  color: #FFF;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .top_stripe {
    padding: 10px 15px !important;
  }
}
.top_stripe .row {
  display: flex;
  align-items: center;
}
.top_stripe .contact_info ul {
  margin: 0;
  padding: 0;
  height: 20px;
  list-style: none;
}
.top_stripe .contact_info ul li {
  font-size: 12px;
  margin-right: 10px;
  display: inline-block;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .top_stripe .contact_info ul li:nth-child(2) {
    display: none;
  }
  .top_stripe .contact_info ul li:nth-child(3) {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .top_stripe .contact_info ul li:nth-child(3) {
    display: none;
  }
}
.top_stripe .contact_info ul li a {
  display: flex;
  color: #FFF;
  font-size: 14px;
  align-items: center;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .top_stripe .contact_info ul li a {
    font-size: 12px;
  }
}
.top_stripe .contact_info ul li a img {
  width: 20px;
  margin-right: 5px;
}
.top_stripe .lang_region {
  gap: 1rem;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .top_stripe .lang_region {
    gap: 0.5rem;
  }
}
.top_stripe .lang_region .bootstrap-select .dropdown-toggle {
  padding: 5px;
  background-color: #FFF !important;
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .top_stripe .lang_region .bootstrap-select .dropdown-toggle {
    font-size: 12px;
  }
}

header {
  top: 0;
  z-index: 2;
  position: sticky;
  background-color: #FFF;
  box-shadow: 0px 6px 10px 0px rgba(13, 58, 131, 0.05);
  padding: 20px 30px;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  header {
    padding: 10px 15px;
  }
}
header .navbar {
  padding-top: 0;
  display: flex;
  margin-bottom: 0;
  padding-bottom: 0;
  justify-content: space-between;
  align-items: center;
}
header .navbar::before, header .navbar::after {
  content: inherit;
}
header .navbar .header-logo img {
  width: 200px;
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  header .navbar .header-logo img {
    width: 180px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  header .navbar .header-logo img {
    width: 160px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  header .navbar .header-logo img {
    width: 140px;
  }
}
header .navbar .nav-item {
  gap: 50px;
  align-items: center;
  display: flex !important;
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  header .navbar .nav-item {
    gap: 0.5rem;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  header .navbar .nav-item {
    gap: 0.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  header .navbar .nav-item {
    gap: 30px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 280px) and (max-width:574px) {
  header .navbar .nav-item nav {
    display: none;
  }
}
header .navbar .nav-item ul {
  gap: 30px;
  margin: 0;
  padding: 0;
  display: flex;
}
header .navbar .nav-item ul li {
  font-size: 16px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  header .navbar .nav-item ul li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  header .navbar .nav-item ul li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  header .navbar .nav-item ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  header .navbar .nav-item ul li {
    font-size: 14px;
  }
}
header .navbar .nav-item ul li a {
  color: #555555;
  transition: all ease-in-out 0.5s;
  font-family: "Gordita Medium";
  letter-spacing: -1px;
}
header .navbar .nav-item ul li a.active {
  color: #193057;
}
header .navbar .nav-item ul li a:hover {
  color: #193057;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  header .navbar .nav-item ul.icon {
    gap: 0.5rem;
  }
}
header .navbar .nav-item ul.icon li {
  height: 24px;
  font-size: 24px;
  line-height: 24px;
}
header .navbar .nav-item ul.icon li a {
  color: #193057;
  transition: all ease-in-out 0.5s;
}
header .navbar .nav-item ul.icon li a:hover {
  color: #FDB51F;
}

/* side menu */
.side-menu-wrap {
  width: 300px;
  position: fixed;
  left: -100%;
  top: 0;
  background: #FFF;
  height: 100%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  overflow-y: auto;
  z-index: 15000;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  padding-top: 20px;
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .side-menu-wrap {
    width: 240px;
  }
}
.side-menu-wrap.opened {
  left: 0;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.side-menu-wrap .side-menu-logo {
  padding: 12px;
  display: block;
  border-bottom: 2px solid #FDB51F;
}
.side-menu-wrap .user_name_block {
  padding: 15px;
  background-color: #F5F5F5;
}
.side-menu-wrap .user_name_block .text-sm {
  font-size: 14px;
}
.side-menu-wrap .side-menu-nav ul {
  margin: 0;
  padding: 20px;
  list-style: none;
}
.side-menu-wrap .side-menu-nav ul li {
  margin-bottom: 20px;
}
.side-menu-wrap .side-menu-nav ul li a {
  color: #555555;
}
.side-menu-wrap .side-menu-nav ul li a.active {
  color: #193057;
}
.side-menu-wrap .side-menu-close {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 30px;
  width: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.align-self-center {
  align-self: center;
}

.side-menu-close {
  height: 24px;
  width: 24px;
  display: none;
  background: #FFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  flex-wrap: wrap !important;
  align-items: center !important;
  flex-direction: column !important;
  justify-content: center !important;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 280px) and (max-width:574px) {
  .side-menu-close {
    display: flex !important;
  }
}
.side-menu-close span {
  height: 2px;
  width: 20px;
  background: #193057;
  position: relative;
  opacity: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.side-menu-close span:nth-child(1) {
  top: -5px;
}
.side-menu-close span:nth-child(3) {
  bottom: -5px;
}
.side-menu-close.closed span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
}
.side-menu-close.closed span:nth-child(2) {
  opacity: 0;
}
.side-menu-close.closed span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
}

/*  custom overlay */
.custom-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 48, 87, 0.5);
  z-index: 12500;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.custom-overlay.show {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.banner_section {
  padding: 0 30px;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .banner_section {
    padding: 0 15px;
  }
}
.banner_section .banner_block {
  background: url(../images/banner_image.jpg) no-repeat center center;
  border-radius: 40px;
  background-size: cover;
  padding: 100px 70px;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .banner_section .banner_block {
    padding: 80px 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .banner_section .banner_block {
    padding: 60px 40px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .banner_section .banner_block {
    padding: 40px 25px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .banner_section .banner_block {
    padding: 30px 10px;
  }
}
.banner_section .banner_block:after {
  background-color: rgba(47, 52, 132, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: "";
  border-radius: 40px;
}
.banner_section .banner_block .banner_title_block {
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.banner_section .banner_block .banner_title_block h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 65px;
  font-weight: 600;
  color: #FFF;
  font-family: "EB Garamond", serif;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .banner_section .banner_block .banner_title_block h1 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .banner_section .banner_block .banner_title_block h1 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .banner_section .banner_block .banner_title_block h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .banner_section .banner_block .banner_title_block h1 {
    font-size: 30px;
  }
}
.banner_section .banner_block .banner_title_block p {
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  max-width: 750px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .banner_section .banner_block .banner_title_block p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .banner_section .banner_block .banner_title_block p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .banner_section .banner_block .banner_title_block p {
    display: none;
  }
}
.banner_section .banner_block .property_search {
  z-index: 1;
  margin-top: 40px;
  position: relative;
  border-radius: 15px;
  box-shadow: 0px 0px 15px 0px rgba(13, 58, 131, 0.1);
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .banner_section .banner_block .property_search {
    margin-top: 30px;
  }
}
.banner_section .banner_block .property_search .nav-tabs {
  border: none;
  position: relative;
  z-index: -2;
}
.banner_section .banner_block .property_search .nav-tabs .nav-item:first-child a {
  border-radius: 15px 0 0 0;
  margin-left: 0;
}
.banner_section .banner_block .property_search .nav-tabs .nav-item:last-child a {
  border-radius: 0 15px 0 0;
}
.banner_section .banner_block .property_search .nav-tabs .nav-item a {
  color: #555555;
  border: none;
  border-radius: 0;
  background-color: #FFF;
  margin-left: -2px;
  font-size: 16px;
  font-family: "Gordita Medium";
  padding: 16px 20px;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .banner_section .banner_block .property_search .nav-tabs .nav-item a {
    font-size: 15px;
    padding: 15px 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .banner_section .banner_block .property_search .nav-tabs .nav-item a {
    font-size: 15px;
    padding: 14px 18px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .banner_section .banner_block .property_search .nav-tabs .nav-item a {
    font-size: 14px;
    padding: 13px 17px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .banner_section .banner_block .property_search .nav-tabs .nav-item a {
    font-size: 12px;
    padding: 10px 10px;
  }
}
.banner_section .banner_block .property_search .nav-tabs .nav-item a.active {
  color: #FFF;
  background-color: #FDB51F;
}
.banner_section .banner_block .property_search .property_search_block {
  background-color: #FFF;
  padding: 20px 0;
  border-radius: 0 15px 15px 15px;
}
@media only screen and (min-width: 992px) and (max-width:1200px), only screen and (min-width: 768px) and (max-width:991px) {
  .banner_section .banner_block .property_search .property_search_block {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .banner_section .banner_block .property_search .property_search_block {
    padding: 10px 0;
  }
}
.banner_section .banner_block .property_search .property_search_block .property_search_cap {
  padding: 0 20px 0 10px;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .banner_section .banner_block .property_search .property_search_block .property_search_cap .border-right {
    border-right: none;
    border-bottom: 1px solid #DDDDDD;
  }
}
.banner_section .banner_block .property_search .more_serach_section {
  display: none;
  margin-top: 15px;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .banner_section .banner_block .property_search .more_serach_section {
    border-bottom: 1px solid #DDDDDD;
  }
}
.banner_section .banner_block .property_search .more_serach_btn {
  margin-top: 15px;
  padding: 0 20px;
  display: flex;
}
.banner_section .banner_block .property_search .more_serach_btn .form-check {
  text-align: left;
}
.banner_section .banner_block .property_search .more_serach_btn p {
  text-align: right;
}
.banner_section .banner_block .property_search .more_serach_btn p a {
  color: #193057;
}
.banner_section .banner_block .property_search .beds_bath_dropdown .dropdown.open .btn.btn-secondary {
  box-shadow: none;
  border-color: #193057;
}
.banner_section .banner_block .property_search .beds_bath_dropdown .btn.btn-secondary {
  width: 100%;
  display: flex;
  border-radius: 4px;
  outline: none !important;
  padding: 6px 20px !important;
  background-color: #FFF;
  border: none;
  justify-content: space-between;
  transition: all ease-in-out 0.5s;
  box-shadow: none;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .banner_section .banner_block .property_search .beds_bath_dropdown .btn.btn-secondary {
    padding: 8px 11px !important;
  }
}
.banner_section .banner_block .property_search .beds_bath_dropdown .dropdown-menu {
  width: 390px;
  padding: 20px;
}
.banner_section .banner_block .property_search .beds_bath_dropdown .custom_labels {
  display: block;
  text-align: left;
  margin-bottom: 5px;
}
.banner_section .banner_block .property_search .beds_bath_dropdown .noUi-handle:after {
  display: none;
}
.banner_section .banner_block .property_search .beds_bath_dropdown .noUi-handle:before {
  display: none;
}
.banner_section .banner_block .property_search .beds_bath_dropdown .noUi-target {
  box-shadow: none;
  border: none;
  background-color: #FFF;
}
.banner_section .banner_block .property_search .beds_bath_dropdown .noUi-connect {
  top: 0;
  height: 5px;
  background-color: #193057;
}
.banner_section .banner_block .property_search .beds_bath_dropdown .noUi-base {
  height: 4px;
  margin-top: 4px;
  background-color: #DDDDDD;
  border-radius: 4px;
}
.banner_section .banner_block .property_search .beds_bath_dropdown .noUi-horizontal .noUi-handle {
  width: 25px;
  height: 25px;
  background-color: #193057;
  right: -13px;
  box-shadow: none;
  border-radius: 50%;
  border: none;
  top: -10px;
}
.banner_section .banner_block .property_search .beds_bath_dropdown .range-slider {
  width: 260px !important;
  height: 65px !important;
}
.banner_section .banner_block .property_search .beds_bath_dropdown ul {
  padding: 0;
}
.banner_section .banner_block .property_search .beds_bath_dropdown ul li {
  margin-right: 5px;
  display: inline-block;
}
.banner_section .banner_block .property_search .beds_bath_dropdown ul li .customcheckbox input[type=checkbox] {
  height: 0;
  position: absolute;
}
.banner_section .banner_block .property_search .beds_bath_dropdown ul li .customcheckbox .selectedlabels {
  width: 35px;
  height: 35px;
  margin-bottom: 0;
  cursor: pointer;
  line-height: 35px;
  text-align: center;
  border-radius: 4px;
  background-color: #F5F5F5;
  border: 1px solid #DDDDDD;
  transition: all ease-in-out 0.5s;
}
.banner_section .banner_block .property_search .beds_bath_dropdown ul li .customcheckbox .selectedlabels:hover {
  background-color: #DDDDDD;
}
.banner_section .banner_block .property_search .beds_bath_dropdown ul li .customcheckbox input[type=checkbox]:checked + .selectedlabels {
  border-color: #193057;
  background-color: rgba(13, 58, 131, 0.1);
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .banner_section .banner_block .property_search .padding_rn {
    margin-bottom: 15px;
    padding-right: 15px !important;
  }
}
.banner_section .banner_block .property_search.propertylist_search_section {
  margin: 90px auto 30px !important;
}

.property_search {
  z-index: 1;
  margin-top: -53px;
  position: relative;
  border-radius: 15px;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .property_search {
    margin-top: 30px;
  }
}
.property_search .nav-tabs {
  border: none;
  position: relative;
  z-index: -2;
}
.property_search .nav-tabs .nav-item:first-child a {
  border-radius: 15px 0 0 0;
  margin-left: 0;
}
.property_search .nav-tabs .nav-item:last-child a {
  border-radius: 0 15px 0 0;
}
.property_search .nav-tabs .nav-item a {
  color: #555555;
  border: none;
  border-radius: 0;
  background-color: #FFF;
  margin-left: -2px;
  font-size: 16px;
  font-family: "Gordita Medium";
  padding: 16px 20px;
  border: none !important;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .property_search .nav-tabs .nav-item a {
    font-size: 15px;
    padding: 15px 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .property_search .nav-tabs .nav-item a {
    font-size: 15px;
    padding: 14px 18px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .property_search .nav-tabs .nav-item a {
    font-size: 14px;
    padding: 13px 17px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .property_search .nav-tabs .nav-item a {
    font-size: 12px;
    padding: 10px 10px;
  }
}
.property_search .nav-tabs .nav-item a.active {
  color: #FFF;
  background-color: #FDB51F;
}
.property_search .property_search_block {
  background-color: #FFF;
  padding: 20px 0;
  border-radius: 0 15px 15px 15px;
  box-shadow: 0px 10px 15px 0px rgba(13, 58, 131, 0.1);
}
@media only screen and (min-width: 992px) and (max-width:1200px), only screen and (min-width: 768px) and (max-width:991px) {
  .property_search .property_search_block {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .property_search .property_search_block {
    padding: 10px 0;
  }
}
.property_search .property_search_block .property_search_cap {
  padding: 0 20px 0 10px;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .property_search .property_search_block .property_search_cap .border-right {
    border-right: none;
    border-bottom: 1px solid #DDDDDD;
  }
}
.property_search .more_serach_section {
  display: none;
  margin-top: 15px;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .property_search .more_serach_section {
    border-bottom: 1px solid #DDDDDD;
  }
}
.property_search .more_serach_btn {
  margin-top: 15px;
  padding: 0 20px;
  display: flex;
}
.property_search .more_serach_btn .form-check {
  text-align: left;
}
.property_search .more_serach_btn p {
  text-align: right;
}
.property_search .more_serach_btn p a {
  color: #193057;
}
.property_search .beds_bath_dropdown .dropdown.open .btn.btn-secondary {
  box-shadow: none;
  border-color: #193057;
}
.property_search .beds_bath_dropdown .btn.btn-secondary {
  width: 100%;
  display: flex;
  border-radius: 4px;
  outline: none !important;
  padding: 6px 20px !important;
  background-color: #FFF;
  border: none;
  justify-content: space-between;
  transition: all ease-in-out 0.5s;
  box-shadow: none;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .property_search .beds_bath_dropdown .btn.btn-secondary {
    padding: 8px 11px !important;
  }
}
.property_search .beds_bath_dropdown .dropdown-menu {
  width: 390px;
  padding: 20px;
}
.property_search .beds_bath_dropdown .custom_labels {
  display: block;
  text-align: left;
  margin-bottom: 5px;
}
.property_search .beds_bath_dropdown .noUi-handle:after {
  display: none;
}
.property_search .beds_bath_dropdown .noUi-handle:before {
  display: none;
}
.property_search .beds_bath_dropdown .noUi-target {
  box-shadow: none;
  border: none;
  background-color: #FFF;
}
.property_search .beds_bath_dropdown .noUi-connect {
  top: 0;
  height: 5px;
  background-color: #193057;
}
.property_search .beds_bath_dropdown .noUi-base {
  height: 4px;
  margin-top: 4px;
  background-color: #DDDDDD;
  border-radius: 4px;
}
.property_search .beds_bath_dropdown .noUi-horizontal .noUi-handle {
  width: 25px;
  height: 25px;
  background-color: #193057;
  right: -13px;
  box-shadow: none;
  border-radius: 50%;
  border: none;
  top: -10px;
}
.property_search .beds_bath_dropdown .range-slider {
  width: 260px !important;
  height: 65px !important;
}
.property_search .beds_bath_dropdown ul {
  padding: 0;
}
.property_search .beds_bath_dropdown ul li {
  margin-right: 5px;
  display: inline-block;
}
.property_search .beds_bath_dropdown ul li .customcheckbox input[type=checkbox] {
  height: 0;
  position: absolute;
}
.property_search .beds_bath_dropdown ul li .customcheckbox .selectedlabels {
  width: 35px;
  height: 35px;
  margin-bottom: 0;
  cursor: pointer;
  line-height: 35px;
  text-align: center;
  border-radius: 4px;
  background-color: #F5F5F5;
  border: 1px solid #DDDDDD;
  transition: all ease-in-out 0.5s;
}
.property_search .beds_bath_dropdown ul li .customcheckbox .selectedlabels:hover {
  background-color: #DDDDDD;
}
.property_search .beds_bath_dropdown ul li .customcheckbox input[type=checkbox]:checked + .selectedlabels {
  border-color: #193057;
  background-color: rgba(13, 58, 131, 0.1);
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .property_search .padding_rn {
    margin-bottom: 15px;
    padding-right: 15px !important;
  }
}
.property_search.propertylist_search_section {
  margin: 90px auto 30px !important;
}

.featured_property_section {
  padding: 100px 0;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .featured_property_section {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .featured_property_section {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .featured_property_section {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .featured_property_section {
    padding: 40px 0;
  }
}
.featured_property_section.premium_property {
  border-bottom: 1px solid #DDDDDD;
}
.featured_property_section.properties_detail_featured_property {
  padding-top: 0 !important;
}
.featured_property_section .featured_property_slider .owl-item .item {
  padding: 15px;
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .featured_property_section .featured_property_slider .owl-item .item {
    padding: 10px;
  }
}
.featured_property_section .featured_div {
  overflow: hidden;
  padding: 15px 15px 20px 15px;
  margin-bottom: 1px;
  border-radius: 25px;
  background-color: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.featured_property_section .featured_div .img {
  position: relative;
  height: 350px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #DDDDDD;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .featured_property_section .featured_div .img {
    height: 280px;
  }
}
.featured_property_section .featured_div .img .img-fluid {
  max-height: 350px;
  margin: 0 auto;
  border-radius: 17px;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .featured_property_section .featured_div .img .img-fluid {
    max-height: 280px;
  }
}
.featured_property_section .featured_div .img .featured_tag {
  top: 15px;
  left: 15px;
  padding: 6px 12px;
  position: absolute;
  border-radius: 6px;
  color: #FFF;
  background-color: #FDB51F;
}
.featured_property_section .featured_div .img .wishlist_icon {
  bottom: 15px;
  right: 15px;
  position: absolute;
}
.featured_property_section .featured_div .img .wishlist_icon a {
  width: 35px;
  height: 35px;
  font-size: 21px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  color: #FFF;
  background-color: #FDB51F;
  transition: all ease-in-out 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .featured_property_section .featured_div .img .wishlist_icon a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .featured_property_section .featured_div .img .wishlist_icon a {
    font-size: 19px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .featured_property_section .featured_div .img .wishlist_icon a {
    font-size: 18px;
  }
}
.featured_property_section .featured_div .img .wishlist_icon a:hover {
  color: #FFF;
  background-color: #193057;
}
.featured_property_section .featured_div .featured_content {
  padding-top: 20px;
}
.featured_property_section .featured_div .featured_content h2 {
  margin-top: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px;
  color: #193057;
  font-family: "EB Garamond", serif;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .featured_property_section .featured_div .featured_content h2 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .featured_property_section .featured_div .featured_content h2 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .featured_property_section .featured_div .featured_content h2 {
    font-size: 19px;
  }
}
.featured_property_section .featured_div .featured_content h2 a {
  color: #193057;
}
.featured_property_section .featured_div .featured_content h2 a.Custom_title {
  min-height: 35px;
  word-break: break-all;
  display: block;
}
.featured_property_section .featured_div .featured_content h3 {
  display: flex;
  font-size: 18px;
  margin-top: 5px;
  line-height: 21px;
  margin-bottom: 15px;
  align-items: center;
  color: #FDB51F;
  font-family: "EB Garamond", serif;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .featured_property_section .featured_div .featured_content h3 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .featured_property_section .featured_div .featured_content h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .featured_property_section .featured_div .featured_content h3 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .featured_property_section .featured_div .featured_content h3 {
    font-size: 15px;
  }
}
.featured_property_section .featured_div .featured_content h4 {
  gap: 0.5rem;
  margin-top: 0;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  color: #555555;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .featured_property_section .featured_div .featured_content h4 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .featured_property_section .featured_div .featured_content h4 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .featured_property_section .featured_div .featured_content h4 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .featured_property_section .featured_div .featured_content h4 {
    font-size: 14px;
  }
}
.featured_property_section .featured_div .featured_content h4 .location_icon img {
  width: 20px;
}
.featured_property_section .featured_div .featured_content .Custom_description {
  height: 90px;
  display: block;
  word-break: break-word;
  overflow: hidden;
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .featured_property_section .featured_div .featured_content .Custom_description {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .featured_property_section .featured_div .featured_content .Custom_description {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .featured_property_section .featured_div .featured_content .Custom_description {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .featured_property_section .featured_div .featured_content .Custom_description {
    font-size: 14px;
  }
}
.featured_property_section .featured_div .featured_content .Custom_name {
  min-height: 76px;
  display: block;
}
.featured_property_section .featured_div .featured_content p a {
  color: #193057;
}
.featured_property_section .featured_div .featured_content .featured_desc {
  height: 60px;
}
.featured_property_section .featured_div .featured_content .featured_desc span {
  margin: 0;
  overflow: hidden;
  line-height: 21px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.featured_property_section .featured_div .featured_content .featured_desc a {
  color: #193057;
}
.featured_property_section .featured_div .featured_content .property_spec {
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  list-style: none;
  margin-bottom: 10px;
}
.featured_property_section .featured_div .featured_content .property_spec li {
  display: flex;
  align-self: center;
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .featured_property_section .featured_div .featured_content .property_spec li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .featured_property_section .featured_div .featured_content .property_spec li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .featured_property_section .featured_div .featured_content .property_spec li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .featured_property_section .featured_div .featured_content .property_spec li {
    font-size: 14px;
  }
}
.featured_property_section .featured_div .featured_content .property_spec li img {
  width: 20px;
  margin-right: 5px;
}
.featured_property_section .featured_div .featured_content .property_price_block {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #DDDDDD;
}
.featured_property_section .featured_div .featured_content .property_price_block h3 {
  font-size: 23px;
  font-weight: 600;
  color: #193057;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .featured_property_section .featured_div .featured_content .property_price_block h3 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .featured_property_section .featured_div .featured_content .property_price_block h3 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .featured_property_section .featured_div .featured_content .property_price_block h3 {
    font-size: 17px;
  }
}
.featured_property_section .featured_div .featured_content .property_price_block a {
  width: 40px;
  height: 40px;
  border-radius: 13px;
  font-size: 20px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #193057;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .featured_property_section .featured_div .featured_content .property_price_block a {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }
}
.featured_property_section .featured_div .featured_content .property_price_block .share_icon {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.featured_property_section .featured_div .featured_content .posted_date {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: space-between;
}
.featured_property_section .featured_div .featured_content .posted_date li {
  color: #555555;
  font-size: 12px;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .featured_property_section .featured_div .featured_content .posted_date li {
    font-size: 11px;
  }
}
.featured_property_section .featured_div .featured_content .posted_date li span {
  font-family: "Gordita Medium";
}
.featured_property_section .owl-nav {
  right: 0;
  top: -22%;
  gap: 0.5rem;
  display: flex;
  position: absolute;
  margin: 0 !important;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .featured_property_section .owl-nav {
    position: relative;
    justify-content: center;
    margin-top: 15px !important;
  }
}
.featured_property_section .owl-nav button {
  width: 60px;
  height: 60px;
  margin: 0 !important;
  font-size: 30px !important;
  line-height: 40px !important;
  border: 2px solid #FFF !important;
  border-radius: 15px !important;
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .featured_property_section .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 13px !important;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .featured_property_section .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 10px !important;
  }
}
.featured_property_section .owl-nav button:hover {
  color: #FFF !important;
  background-color: #193057 !important;
}
.featured_property_section.properties_list_section {
  display: grid;
}
.featured_property_section.properties_list_section .featured_div .img img {
  border-radius: 17px;
}
.featured_property_section.properties_list_section .featured_div .featured_content {
  padding: 15px;
}
.featured_property_section.properties_list_section .featured_div .featured_content .Custom_description {
  height: 40px;
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .featured_property_section.properties_list_section .featured_div .featured_content .Custom_description {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .featured_property_section.properties_list_section .featured_div .featured_content .Custom_description {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .featured_property_section.properties_list_section .featured_div .featured_content .Custom_description {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .featured_property_section.properties_list_section .featured_div .featured_content .Custom_description {
    font-size: 14px;
  }
}
.featured_property_section.properties_list_section .sorting_section {
  padding: 15px;
  display: flex;
  border-radius: 25px;
  margin-bottom: 30px;
  justify-content: space-between;
  background-color: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(13, 58, 131, 0.1);
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .featured_property_section.properties_list_section .sorting_section {
    font-size: 23px;
  }
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .featured_property_section.properties_list_section .sorting_section {
    font-size: 21px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .featured_property_section.properties_list_section .sorting_section {
    font-size: 19px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .featured_property_section.properties_list_section .sorting_section {
    gap: 1rem;
    flex-direction: column;
  }
}
.featured_property_section.properties_list_section .sorting_section p {
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .featured_property_section.properties_list_section .sorting_section p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .featured_property_section.properties_list_section .sorting_section p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .featured_property_section.properties_list_section .sorting_section p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .featured_property_section.properties_list_section .sorting_section p {
    font-size: 14px;
  }
}
.featured_property_section.properties_list_section .sorting_section p b {
  color: #193057;
}
.featured_property_section.properties_list_section .sorting_section .sorting {
  display: flex;
  align-items: center;
  /*.select_form_control {
                      width: 100%;
                      font-size: 14px;
                      box-shadow: none !important;
                      border: none !important;
                      background-color: transparent !important;
                  }
  */
}
.featured_property_section.properties_list_section .sorting_section .sorting p {
  white-space: nowrap;
}
.featured_property_section.properties_list_section .sorting_section .sorting .customtxt {
  padding: 0;
  border: none;
  background-color: transparent;
}
.featured_property_section.properties_list_section .sorting_section .sorting .bootstrap-select .dropdown-toggle {
  border: none !important;
  background-color: transparent !important;
}
.featured_property_section.properties_list_section .featured_div {
  display: grid;
  margin-bottom: 30px;
  transition: all ease-in-out 0.5s;
  grid-template-columns: 4fr 8fr;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .featured_property_section.properties_list_section .featured_div {
    grid-template-columns: 12fr;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .featured_property_section.properties_list_section .featured_div {
    grid-template-columns: 5fr 7fr;
  }
}
.featured_property_section.properties_list_section .featured_div:hover {
  border-color: #193057;
  box-shadow: 0px 0px 15px 0px rgba(13, 58, 131, 0.1);
}
.featured_property_section.properties_list_section .featured_div .owl-carousel .owl-item img {
  height: 252px;
}
.featured_property_section.properties_list_section .featured_div .img {
  width: 370px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 285px;
  border: none;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .featured_property_section.properties_list_section .featured_div .img {
    width: 100%;
    max-height: 100%;
    height: auto;
  }
}
.featured_property_section.properties_list_section .featured_div .img img {
  width: auto;
  max-width: 370px;
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .featured_property_section.properties_list_section .featured_div .img img {
    border-radius: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .featured_property_section.properties_list_section .featured_div .img .featured_tag {
    top: 30px;
    left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .featured_property_section.properties_list_section .featured_div .img .wishlist_icon {
    top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .featured_property_section.properties_list_section .featured_div .img {
    padding-top: 15px;
    padding-left: 15px;
  }
}
.featured_property_section.properties_list_section .featured_div .featured_content {
  padding-bottom: 0;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 280px) and (max-width:574px) {
  .featured_property_section.properties_list_section .featured_div .featured_content {
    padding-bottom: 15px;
  }
}
.featured_property_section.properties_list_section .featured_div .featured_content h4 {
  align-items: center;
  margin-bottom: 15px;
  color: #193057;
}
.featured_property_section.properties_list_section .featured_div .featured_content h4 .location_icon {
  width: 20px;
}
.featured_property_section.properties_list_section .featured_div .featured_content h4.property_spec_title {
  font-size: 16px;
  margin: 0;
  color: #555555;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .featured_property_section.properties_list_section .featured_div .featured_content h4.property_spec_title {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .featured_property_section.properties_list_section .featured_div .featured_content h4.property_spec_title {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .featured_property_section.properties_list_section .featured_div .featured_content h4.property_spec_title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .featured_property_section.properties_list_section .featured_div .featured_content h4.property_spec_title {
    font-size: 14px;
  }
}
.featured_property_section.properties_list_section .featured_div .property_price {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #DDDDDD;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.featured_property_section.properties_list_section .featured_div .property_price h3 {
  font-size: 23px;
  line-height: 33px;
  font-weight: 600;
  margin: auto 0;
  color: #193057;
  font-family: "EB Garamond", serif;
  justify-content: space-between;
  text-align: left;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .featured_property_section.properties_list_section .featured_div .property_price h3 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .featured_property_section.properties_list_section .featured_div .property_price h3 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .featured_property_section.properties_list_section .featured_div .property_price h3 {
    font-size: 17px;
  }
}
.featured_property_section.properties_list_section .featured_div .property_price .share_icon {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.featured_property_section.properties_list_section .featured_div .property_price .share_icon .tooltip.bottom .tooltip-arrow {
  top: 1px;
}
.featured_property_section.properties_list_section .featured_div .property_price .share_icon a {
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 13px;
  color: #FFF;
  background-color: #193057;
  transition: all ease-in-out 0.5s;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .featured_property_section.properties_list_section .featured_div .property_price .share_icon a {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }
}
.featured_property_section.properties_list_section .featured_div .property_price .share_icon a:hover {
  color: #FFF;
  background-color: #FDB51F;
}
.featured_property_section.properties_list_section .advertise_section {
  margin-top: 30px;
}
.featured_property_section.properties_list_section .advertise_section a {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #DDDDDD;
}
.featured_property_section.properties_list_section .advertise_section a img {
  transition: all ease-in-out 0.5s;
}
.featured_property_section.properties_list_section .advertise_section a:hover img {
  transform: scale(1.01);
}
.featured_property_section.my_account_section .sorting_section .saved {
  gap: 1.5rem;
  display: flex;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .featured_property_section.my_account_section .sorting_section .saved {
    gap: 1rem;
    flex-direction: column;
  }
}
.featured_property_section.my_account_section .sorting_section .sorting {
  gap: 0.5rem;
}
.featured_property_section.my_account_section .sorting_section .customtxt {
  padding: 0 !important;
}
.featured_property_section.my_account_section .sorting_section .custombtn {
  white-space: nowrap;
}
.featured_property_section.my_account_section .featured_div:last-child {
  margin-bottom: 0;
}
.featured_property_section.my_account_section .featured_div .featured_content h2 {
  display: flex;
  justify-content: space-between;
}
.featured_property_section.my_account_section .featured_div .featured_content h2 a.delete_icon {
  width: 35px;
  height: 35px;
  font-size: 21px;
  line-height: 35px;
  text-align: center;
  border-radius: 6px;
  display: inline-block;
  color: #193057;
  transition: all ease-in-out 0.5s;
  border: 1px solid #193057;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .featured_property_section.my_account_section .featured_div .featured_content h2 a.delete_icon {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .featured_property_section.my_account_section .featured_div .featured_content h2 a.delete_icon {
    font-size: 19px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .featured_property_section.my_account_section .featured_div .featured_content h2 a.delete_icon {
    font-size: 18px;
  }
}
.featured_property_section.my_account_section .featured_div .featured_content h2 a.delete_icon:hover {
  color: #FFF;
  background-color: #193057;
}
.featured_property_section.my_account_section .featured_div .featured_content .property_spec {
  padding: 0;
  margin: 15px 0 10px 0;
  border-radius: 6px;
}
.featured_property_section.my_account_section .featured_div .featured_content .property_spec li {
  padding: 0;
  margin-right: 15px;
}

.our_works_section {
  padding: 100px 0;
  background-color: #FBFBFB;
  position: relative;
  z-index: -2;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .our_works_section {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .our_works_section {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .our_works_section {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .our_works_section {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .our_works_section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .our_works_section .heading {
    margin-bottom: 30px !important;
  }
}
.our_works_section .how_works_div {
  padding: 30px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid #DDDDDD;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px), only screen and (min-width: 768px) and (max-width:991px) {
  .our_works_section .how_works_div {
    margin-bottom: 30px;
  }
}
.our_works_section .how_works_div:hover {
  background-color: #FFF;
}
.our_works_section .how_works_div .img {
  height: 100px;
  width: 100px;
  margin: 0 auto 15px;
  border: 1px solid #555555;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our_works_section .how_works_div h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #193057;
  font-family: "EB Garamond", serif;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .our_works_section .how_works_div h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .our_works_section .how_works_div h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .our_works_section .how_works_div h2 {
    font-size: 28px;
  }
}
.our_works_section .how_works_div p {
  font-size: 18px;
  color: #555555;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .our_works_section .how_works_div p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .our_works_section .how_works_div p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .our_works_section .how_works_div p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .our_works_section .how_works_div p {
    font-size: 15px;
  }
}
.our_works_section .owl-nav {
  gap: 0.5rem;
  display: flex;
  margin: 0 !important;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .our_works_section .owl-nav {
    justify-content: center;
    margin-top: 15px !important;
  }
}
.our_works_section .owl-nav button {
  width: 40px;
  height: 40px;
  margin: 0 !important;
  font-size: 24px !important;
  line-height: 30px !important;
  border: 2px solid #193057 !important;
}
.our_works_section .owl-nav button:hover {
  color: #FFF !important;
  background-color: #193057 !important;
}

.testimonials_section {
  margin: 0;
  position: relative;
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .testimonials_section {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .testimonials_section {
    padding: 40px 0;
  }
}
.testimonials_section:after {
  background: url(../images/testimonial_bg_image.png) no-repeat top left;
  position: absolute;
  top: 100px;
  bottom: 100px;
  left: 50%;
  right: 0;
  content: "";
  display: block;
  background-size: cover;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .testimonials_section:after {
    top: 80px;
    bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .testimonials_section:after {
    top: 60px;
    bottom: 60px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .testimonials_section:after {
    display: none;
  }
}
.testimonials_section .row.align-center {
  display: flex;
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .testimonials_section .row.align-center {
    display: block;
  }
}
.testimonials_section .heading {
  margin-top: -20px;
  padding: 100px 0;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .testimonials_section .heading {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .testimonials_section .heading {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .testimonials_section .heading {
    padding: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .testimonials_section .heading {
    padding: 0;
    margin-top: 0;
  }
}
.testimonials_section .testimonial_slider {
  border-left: 1px solid #DDDDDD;
  padding: 100px 0;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .testimonials_section .testimonial_slider {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .testimonials_section .testimonial_slider {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .testimonials_section .testimonial_slider {
    padding: 0;
    border-left: none;
    background: url(../images/testimonial_bg_image.png) no-repeat top left;
    display: block;
    background-size: cover;
    position: relative;
  }
}
.testimonials_section .testimonial_slider .testimonial_div {
  padding: 30px;
  padding-right: 0;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .testimonials_section .testimonial_slider .testimonial_div {
    padding: 15px;
  }
}
.testimonials_section .testimonial_slider .testimonial_div .quote_image {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FDB51F;
  border-radius: 50%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .testimonials_section .testimonial_slider .testimonial_div .quote_image {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
}
.testimonials_section .testimonial_slider .testimonial_div .quote_image img {
  width: auto;
}
.testimonials_section .testimonial_slider .testimonial_div p {
  font-size: 18px;
  line-height: 28px;
  color: #555555;
  margin: 0;
  word-break: break-all;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .testimonials_section .testimonial_slider .testimonial_div p {
    font-size: 17px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .testimonials_section .testimonial_slider .testimonial_div p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .testimonials_section .testimonial_slider .testimonial_div p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .testimonials_section .testimonial_slider .testimonial_div p {
    font-size: 14px;
    line-height: 22px;
  }
}
.testimonials_section .testimonial_slider .testimonial_div .user_div {
  gap: 1rem;
  display: flex;
  margin-top: 30px;
  justify-content: end;
}
.testimonials_section .testimonial_slider .testimonial_div .user_div h2 {
  font-size: 25px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  line-height: 33px;
  color: #193057;
  font-family: "EB Garamond", serif;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .testimonials_section .testimonial_slider .testimonial_div .user_div h2 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .testimonials_section .testimonial_slider .testimonial_div .user_div h2 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .testimonials_section .testimonial_slider .testimonial_div .user_div h2 {
    font-size: 19px;
  }
}
.testimonials_section .testimonial_slider .testimonial_div .user_div img {
  width: 90px;
  border-radius: 10px;
}
.testimonials_section .testimonial_slider .testimonial_div .user_div ul {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0;
  list-style-type: none;
}
.testimonials_section .testimonial_slider .testimonial_div .user_div ul li {
  display: inline-block;
  color: #FDB51F;
}
.testimonials_section .testimonial_slider .owl-dots {
  position: absolute;
  left: 30px;
  bottom: 145px;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .testimonials_section .testimonial_slider .owl-dots {
    bottom: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .testimonials_section .testimonial_slider .owl-dots {
    bottom: 110px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .testimonials_section .testimonial_slider .owl-dots {
    bottom: 40px;
  }
}
.testimonials_section .testimonial_slider .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #555555;
  margin: 0;
  margin-right: 8px;
}
.testimonials_section .testimonial_slider .owl-dots .owl-dot.active span {
  border: none;
  background: #555555;
}

.blogs_section {
  padding: 100px 0;
  background-color: #FBFBFB;
  position: relative;
  z-index: -2;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .blogs_section {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .blogs_section {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .blogs_section {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .blogs_section {
    padding: 40px 0;
  }
}
.blogs_section.blogs_page_section {
  padding-bottom: 60px;
  background-color: transparent;
}
.blogs_section.blogs_page_section .blogs_div {
  margin-bottom: 30px;
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .blogs_section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.blogs_section .blogs_div {
  margin: 15px;
  padding: 15px 15px 20px 15px;
  overflow: hidden;
  border-radius: 25px;
  background-color: #FFF;
  transition: all ease-in-out 0.5s;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .blogs_section .blogs_div {
    margin: 10px;
  }
}
.blogs_section .blogs_div .blogs_img {
  display: flex;
  overflow: hidden;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 17px;
}
.blogs_section .blogs_div .blogs_img img {
  transition: all ease-in-out 0.5s;
}
.blogs_section .blogs_div .blogs_img img.img-fluid {
  height: 200px;
}
.blogs_section .blogs_div .blogs_img p {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  font-size: 16px;
  font-family: "Gordita Medium";
  color: #FFF;
  background-color: #FDB51F;
  line-height: 22px;
  border-radius: 7px;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .blogs_section .blogs_div .blogs_img p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .blogs_section .blogs_div .blogs_img p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .blogs_section .blogs_div .blogs_img p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .blogs_section .blogs_div .blogs_img p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .blogs_section .blogs_div .blogs_img p {
    font-size: 14px;
  }
}
.blogs_section .blogs_div:hover {
  box-shadow: 0px 0px 3px 0px rgba(13, 58, 131, 0.5);
}
.blogs_section .blogs_div:hover .blogs_img img {
  transform: scale(1.05);
}
.blogs_section .blogs_div .blogs_content {
  padding: 0;
}
.blogs_section .blogs_div .blogs_content h2 {
  margin-top: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 15px;
  color: #193057;
  font-family: "EB Garamond", serif;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .blogs_section .blogs_div .blogs_content h2 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .blogs_section .blogs_div .blogs_content h2 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .blogs_section .blogs_div .blogs_content h2 {
    font-size: 19px;
  }
}
.blogs_section .blogs_div .blogs_content p {
  margin-bottom: 15px !important;
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .blogs_section .blogs_div .blogs_content p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .blogs_section .blogs_div .blogs_content p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .blogs_section .blogs_div .blogs_content p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .blogs_section .blogs_div .blogs_content p {
    font-size: 14px;
  }
}
.blogs_section .blogs_div .blogs_content p.Custom_description {
  height: 115px;
  display: block;
  word-break: break-all;
  overflow: hidden;
}
.blogs_section .blogs_div .blogs_content .blogs_details {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #DDDDDD;
  justify-content: space-between;
}
.blogs_section .blogs_div .blogs_content .blogs_details .author_details {
  gap: 1rem;
  display: flex;
  align-items: center;
}
.blogs_section .blogs_div .blogs_content .blogs_details .author_details img {
  width: 50px;
  border-radius: 10px;
}
.blogs_section .blogs_div .blogs_content .blogs_details .author_details h4 {
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #193057;
  font-family: "EB Garamond", serif;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .blogs_section .blogs_div .blogs_content .blogs_details .author_details h4 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .blogs_section .blogs_div .blogs_content .blogs_details .author_details h4 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .blogs_section .blogs_div .blogs_content .blogs_details .author_details h4 {
    font-size: 17px;
  }
}
.blogs_section .blogs_div .blogs_content .blogs_details p {
  font-size: 12px;
  margin-left: 10px;
  padding-left: 10px;
  margin-bottom: 0 !important;
  border-left: 1px solid #DDDDDD;
}
.blogs_section .blogs_div .blogs_content .blogs_details a {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #193057;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .blogs_section .blogs_div .blogs_content .blogs_details a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
}
.blogs_section .owl-nav {
  right: 0;
  top: -22%;
  gap: 0.5rem;
  display: flex;
  position: absolute;
  margin: 0 !important;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .blogs_section .owl-nav {
    left: 0;
    right: 0;
    position: relative;
    justify-content: center;
    margin-top: 15px !important;
  }
}
.blogs_section .owl-nav button {
  width: 60px;
  height: 60px;
  margin: 0 !important;
  font-size: 30px !important;
  line-height: 40px !important;
  border-radius: 15px !important;
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .blogs_section .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 13px !important;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .blogs_section .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 10px !important;
  }
}
.blogs_section .owl-nav button:hover {
  color: #FFF !important;
  background-color: #193057 !important;
}

footer {
  border-top: 1px solid #DDDDDD;
}
footer .footer_logo_block .row.align-center {
  display: flex;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px), only screen and (min-width: 768px) and (max-width:991px) {
  footer .footer_logo_block .row.align-center {
    display: block;
  }
}
footer .footer_logo_block .footer_logo {
  padding: 20px;
  align-items: center;
  background: url(../images/footer_bg.svg) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  footer .footer_logo_block .footer_logo {
    padding: 15px 10px;
  }
}
footer .footer_logo_block .footer_logo .logos_block {
  background-color: #FFF;
  padding: 30px 20px;
  border-radius: 20px;
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  footer .footer_logo_block .footer_logo .logos_block {
    padding: 20px 10px;
  }
}
footer .footer_logo_block .footer_logo .logos_block img {
  width: 200px;
  margin-bottom: 30px;
}
footer .footer_logo_block .footer_logo .logos_block p {
  font-size: 16px;
  color: #555555;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  footer .footer_logo_block .footer_logo .logos_block p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  footer .footer_logo_block .footer_logo .logos_block p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  footer .footer_logo_block .footer_logo .logos_block p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  footer .footer_logo_block .footer_logo .logos_block p {
    font-size: 14px;
  }
}
footer .footer_logo_block .footer_logo .logos_block ul {
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: 30px;
}
footer .footer_logo_block .footer_logo .logos_block ul li {
  margin-right: 10px;
  display: inline-block;
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  footer .footer_logo_block .footer_logo .logos_block ul li {
    margin-right: 5px;
  }
}
footer .footer_logo_block .footer_logo .logos_block ul li a {
  height: 40px;
  width: 40px;
  border: 1px solid #555555;
  border-radius: 50%;
  transition: all ease-in-out 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer_logo_block .footer_logo .logos_block ul li a img {
  width: 20px;
  margin: 0;
}
footer .footer_logo_block .footer_logo .logos_block ul li a:hover {
  background-color: #193057;
  border-color: #193057;
  transform: translateY(-2px);
}
footer .footer_logo_block .footer_logo .logos_block ul li a:hover img {
  filter: brightness(0) invert(1);
}
footer .footer_logo_block .usefull_links {
  padding: 50px 0;
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  footer .footer_logo_block .usefull_links {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  footer .footer_logo_block .usefull_links {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  footer .footer_logo_block .usefull_links {
    padding: 0 0 20px 0;
  }
}
footer .footer_logo_block .usefull_links h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 40px;
  color: #193057;
  font-family: "EB Garamond", serif;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  footer .footer_logo_block .usefull_links h4 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  footer .footer_logo_block .usefull_links h4 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  footer .footer_logo_block .usefull_links h4 {
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
footer .footer_logo_block .usefull_links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .footer_logo_block .usefull_links ul li {
  margin-bottom: 20px;
}
footer .footer_logo_block .usefull_links ul li:last-child {
  margin-bottom: 0 !important;
}
footer .footer_logo_block .usefull_links ul li a {
  display: flex;
  margin-left: -15px;
  color: #555555;
  align-items: center;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
}
footer .footer_logo_block .usefull_links ul li a i {
  opacity: 0;
  font-size: 18px;
  color: #FDB51F;
  transition: all ease-in-out 0.5s;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  footer .footer_logo_block .usefull_links ul li a i {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  footer .footer_logo_block .usefull_links ul li a i {
    font-size: 16px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  footer .footer_logo_block .usefull_links ul li a i {
    font-size: 15px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  footer .footer_logo_block .usefull_links ul li a i {
    font-size: 15px;
  }
}
footer .footer_logo_block .usefull_links ul li a:hover {
  margin-left: -5px;
  color: #FDB51F;
}
footer .footer_logo_block .usefull_links ul li a:hover i {
  opacity: 1;
}
footer .footer_logo_block .usefull_links .contact_us ul li {
  margin-bottom: 15px;
}
footer .footer_logo_block .usefull_links .contact_us ul li h5 {
  font-size: 12px;
  text-transform: uppercase;
  color: #AAAAAA;
  margin: 0;
  margin-bottom: 2px;
}
footer .footer_logo_block .usefull_links .contact_us ul li a {
  font-size: 16px;
  color: #555555;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  margin: 0;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  footer .footer_logo_block .usefull_links .contact_us ul li a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  footer .footer_logo_block .usefull_links .contact_us ul li a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  footer .footer_logo_block .usefull_links .contact_us ul li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  footer .footer_logo_block .usefull_links .contact_us ul li a {
    font-size: 14px;
  }
}
footer .footer_logo_block .usefull_links .contact_us ul li a:hover {
  margin-left: 0;
  color: #193057;
}
footer .footer_logo_block .bottom_stripe {
  padding: 15px 0;
  border-top: 1px solid #DDDDDD;
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  footer .footer_logo_block .bottom_stripe {
    text-align: center;
  }
}
footer .footer_logo_block .bottom_stripe ul {
  margin: 0;
  padding: 0;
  text-align: right;
  list-style-type: none;
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  footer .footer_logo_block .bottom_stripe ul {
    margin-top: 10px;
    text-align: center;
  }
}
footer .footer_logo_block .bottom_stripe ul li {
  display: inline-block;
}
footer .footer_logo_block .bottom_stripe ul li a {
  margin-right: 10px;
  color: #555555;
  padding-right: 10px;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  border-right: 1px solid #DDDDDD;
}
footer .footer_logo_block .bottom_stripe ul li a:hover {
  color: #FDB51F;
}
footer .footer_logo_block .bottom_stripe ul li:last-child a {
  margin: 0;
  padding: 0;
  border: none;
}

.page_heading_banner_block {
  padding: 0 30px !important;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .page_heading_banner_block {
    padding: 0 15px !important;
  }
}
.page_heading_banner_block .page_heading_banner {
  height: 300px;
  position: relative;
  padding: 0 !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/propertylist_banner.jpg");
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .page_heading_banner_block .page_heading_banner {
    height: 250px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .page_heading_banner_block .page_heading_banner {
    height: 200px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .page_heading_banner_block .page_heading_banner {
    height: 150px;
  }
}
.page_heading_banner_block .page_heading_banner .banner_caption {
  width: 1170px;
  display: flex;
  margin: 0 auto;
  padding: 0 15px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .page_heading_banner_block .page_heading_banner .banner_caption {
    width: 970px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .page_heading_banner_block .page_heading_banner .banner_caption {
    width: 750px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .page_heading_banner_block .page_heading_banner .banner_caption {
    padding: 0 5px;
  }
}
.page_heading_banner_block .page_heading_banner .banner_caption h1 {
  margin: 0;
  font-size: 50px;
  line-height: 65px;
  font-weight: 600;
  color: #193057;
  font-family: "EB Garamond", serif;
  word-break: break-word;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .page_heading_banner_block .page_heading_banner .banner_caption h1 {
    font-size: 42px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .page_heading_banner_block .page_heading_banner .banner_caption h1 {
    font-size: 34px;
    line-height: 47px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .page_heading_banner_block .page_heading_banner .banner_caption h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .page_heading_banner_block .page_heading_banner .banner_caption h1 {
    font-size: 26px;
    line-height: 31px;
  }
}
.page_heading_banner_block .page_heading_banner .banner_caption ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page_heading_banner_block .page_heading_banner .banner_caption ul li {
  position: relative;
  color: #555555;
  display: inline-block;
  font-family: "Gordita Medium";
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .page_heading_banner_block .page_heading_banner .banner_caption ul li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .page_heading_banner_block .page_heading_banner .banner_caption ul li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .page_heading_banner_block .page_heading_banner .banner_caption ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .page_heading_banner_block .page_heading_banner .banner_caption ul li {
    font-size: 12px;
  }
}
.page_heading_banner_block .page_heading_banner .banner_caption ul li:first-child {
  margin-right: 20px;
}
.page_heading_banner_block .page_heading_banner .banner_caption ul li:first-child:after {
  right: -15px;
  content: "/";
  position: absolute;
  color: #555555;
}
.page_heading_banner_block .page_heading_banner .banner_caption ul li a {
  color: #193057;
}

.properties_heading {
  padding: 15px;
  display: flex;
  margin-top: 90px;
  border-radius: 25px;
  margin-bottom: 30px;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(13, 58, 131, 0.1);
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .properties_heading {
    gap: 1rem;
    flex-direction: column;
  }
}
.properties_heading .properties_title h2 {
  margin-top: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px;
  color: #193057;
  font-family: "EB Garamond", serif;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .properties_heading .properties_title h2 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .properties_heading .properties_title h2 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .properties_heading .properties_title h2 {
    font-size: 19px;
  }
}
.properties_heading .properties_title .agent_details {
  display: flex;
}
.properties_heading .properties_title .agent_details .agent_heading {
  gap: 1rem;
  display: flex;
  align-items: center;
}
.properties_heading .properties_title .agent_details .agent_heading img {
  width: 40px;
  border-radius: 6px;
}
.properties_heading .properties_title .agent_details .agent_heading h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-right: 15px;
  padding-right: 15px;
  color: #FDB51F;
  font-family: "EB Garamond", serif;
  border-right: 1px solid #DDDDDD;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .properties_heading .properties_title .agent_details .agent_heading h4 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .properties_heading .properties_title .agent_details .agent_heading h4 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .properties_heading .properties_title .agent_details .agent_heading h4 {
    font-size: 17px;
  }
}
.properties_heading .properties_title .agent_details ul {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0;
  list-style-type: none;
}
.properties_heading .properties_title .agent_details ul li {
  display: inline-block;
  color: #193057;
}
.properties_heading .price {
  gap: 0.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: right;
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .properties_heading .price {
    justify-content: start;
  }
}
.properties_heading .price .featured_tag {
  padding: 6px 12px;
  border-radius: 6px;
  color: #FFF;
  background-color: #193057;
}
.properties_heading .price h3 {
  margin: 0;
  font-size: 21px;
  line-height: 24px;
  color: #FDB51F;
  font-family: "EB Garamond", serif;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .properties_heading .price h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .properties_heading .price h3 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .properties_heading .price h3 {
    font-size: 18px;
  }
}
.properties_heading .share_icons {
  display: flex;
  justify-content: space-between;
  gap: 3px;
}
.properties_heading .share_icons a {
  width: 50px;
  height: 50px;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-align: center;
  border-radius: 15px;
  color: #FFF;
  background-color: #193057;
  transition: all ease-in-out 0.5s;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .properties_heading .share_icons a {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .properties_heading .share_icons a {
    font-size: 21px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .properties_heading .share_icons a {
    font-size: 19px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
}
.properties_heading .share_icons a:hover {
  color: #FFF;
  background-color: #FDB51F;
}

.properties_details {
  gap: 1.5rem;
  display: grid;
  padding-bottom: 100px;
  grid-template-columns: 8fr 4fr;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .properties_details {
    grid-template-columns: 12fr;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .properties_details {
    grid-template-columns: 12fr;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .properties_details {
    padding-bottom: 80px;
  }
}
.properties_details .properties_description {
  overflow: hidden;
  border-radius: 25px;
  background-color: #FFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 15px;
  padding-bottom: 20px;
}
.properties_details .properties_description .banner_section .carousel-inner {
  height: 500px;
  max-height: 500px;
}
.properties_details .properties_description .banner_section .carousel-inner .item {
  height: 100%;
}
.properties_details .properties_description .banner_section .carousel-inner .item .first-slide {
  margin: 0 auto;
  /*height: 100%;*/
  width: auto !important;
}
.properties_details .properties_description .properties_content {
  padding: 0 20px 20px;
}
.properties_details .properties_description .properties_content span {
  word-break: break-word;
}
.properties_details .properties_description .properties_content pre {
  white-space: inherit;
  background-color: transparent;
  border: none;
}
.properties_details .properties_description .properties_content .location {
  gap: 0.5rem;
  display: flex;
  font-size: 16px;
  margin-bottom: 15px;
  align-items: center;
  color: #FDB51F;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .properties_details .properties_description .properties_content .location {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .properties_details .properties_description .properties_content .location {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .properties_details .properties_description .properties_content .location {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .properties_details .properties_description .properties_content .location {
    font-size: 14px;
  }
}
.properties_details .properties_description .properties_content .location span {
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .properties_details .properties_description .properties_content .location span {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .properties_details .properties_description .properties_content .location span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .properties_details .properties_description .properties_content .location span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .properties_details .properties_description .properties_content .location span {
    font-size: 15px;
  }
}
.properties_details .properties_description .properties_content h5 {
  font-size: 18px;
  margin-top: 20px;
  line-height: 21px;
  margin-bottom: 10px;
  color: #193057;
  font-family: "EB Garamond", serif;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .properties_details .properties_description .properties_content h5 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .properties_details .properties_description .properties_content h5 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .properties_details .properties_description .properties_content h5 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .properties_details .properties_description .properties_content h5 {
    font-size: 15px;
  }
}
.properties_details .properties_description .properties_content ul {
  margin: 0;
  padding-left: 15px;
}
.properties_details .properties_description .properties_content ul li {
  line-height: 21px;
}
.properties_details .properties_description .properties_content .description_para {
  font-size: 16px;
  line-height: 18px;
  color: #555555;
  margin-bottom: 10px !important;
  word-break: break-word;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .properties_details .properties_description .properties_content .description_para {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .properties_details .properties_description .properties_content .description_para {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .properties_details .properties_description .properties_content .description_para {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .properties_details .properties_description .properties_content .description_para {
    font-size: 15px;
  }
}
.properties_details .properties_description .properties_content .basic_details {
  margin: 0;
  gap: 1rem;
  padding: 0;
  display: grid;
  list-style-type: none;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 280px) and (max-width:574px) {
  .properties_details .properties_description .properties_content .basic_details {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .properties_details .properties_description .properties_content .basic_details {
    grid-template-columns: repeat(2, 1fr);
  }
}
.properties_details .properties_description .properties_content .basic_details li {
  font-size: 16px;
  line-height: 18px;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .properties_details .properties_description .properties_content .basic_details li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .properties_details .properties_description .properties_content .basic_details li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .properties_details .properties_description .properties_content .basic_details li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .properties_details .properties_description .properties_content .basic_details li {
    font-size: 14px;
  }
}
.properties_details .properties_description .properties_content .basic_details li span {
  color: #FDB51F;
}
.properties_details .properties_description .properties_content .features_list {
  margin: 0;
  gap: 1rem;
  padding: 0;
  display: grid;
  list-style-type: none;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .properties_details .properties_description .properties_content .features_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .properties_details .properties_description .properties_content .features_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .properties_details .properties_description .properties_content .features_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.properties_details .properties_description .properties_content .features_list li {
  gap: 0.5rem;
  display: flex;
  align-items: center;
}
.properties_details .properties_description .properties_content .features_list li label {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 14px;
}
.properties_details .properties_description .properties_content .features_list li label span {
  display: block;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 5px;
  color: #FDB51F;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .properties_details .properties_description .properties_content .features_list li label span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .properties_details .properties_description .properties_content .features_list li label span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .properties_details .properties_description .properties_content .features_list li label span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .properties_details .properties_description .properties_content .features_list li label span {
    font-size: 14px;
  }
}
.properties_details .properties_description .properties_content .amenities_list {
  margin: 0;
  gap: 1rem;
  padding: 0;
  display: grid;
  list-style-type: none;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 768px) and (max-width:991px) {
  .properties_details .properties_description .properties_content .amenities_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .properties_details .properties_description .properties_content .amenities_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.properties_details .properties_description .properties_content .amenities_list li {
  gap: 0.5rem;
  display: flex;
  align-items: center;
}
.properties_details .properties_description .properties_content .amenities_list li span {
  font-size: 21px;
  line-height: 21px;
  color: #FDB51F;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .properties_details .properties_description .properties_content .amenities_list li span {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .properties_details .properties_description .properties_content .amenities_list li span {
    font-size: 19px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .properties_details .properties_description .properties_content .amenities_list li span {
    font-size: 18px;
  }
}
.properties_details .properties_description .properties_content .location_map iframe {
  border-radius: 6px;
}
.properties_details .properties_description .properties_content .customer_rating {
  gap: 0.5rem;
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}
.properties_details .properties_description .properties_content .customer_rating ul {
  margin: 0;
  padding: 0;
  height: 18px;
  list-style-type: none;
}
.properties_details .properties_description .properties_content .customer_rating ul li {
  height: 18px;
  font-size: 16px;
  display: inline-block;
  color: #FDB51F;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .properties_details .properties_description .properties_content .customer_rating ul li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .properties_details .properties_description .properties_content .customer_rating ul li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .properties_details .properties_description .properties_content .customer_rating ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .properties_details .properties_description .properties_content .customer_rating ul li {
    font-size: 14px;
  }
}
.properties_details .properties_description .properties_content .customer_feedback ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.properties_details .properties_description .properties_content .customer_feedback ul li .customer_list {
  gap: 1rem;
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDDDDD;
}
.properties_details .properties_description .properties_content .customer_feedback ul li .customer_list img {
  width: 150px;
  border-radius: 6px;
}
.properties_details .properties_description .properties_content .customer_feedback ul li .customer_list .user_title {
  margin-bottom: 15px;
}
.properties_details .properties_description .properties_content .customer_feedback ul li .customer_list .user_title h4 {
  margin: 0;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 5px;
  color: #193057;
  font-family: "EB Garamond", serif;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .properties_details .properties_description .properties_content .customer_feedback ul li .customer_list .user_title h4 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .properties_details .properties_description .properties_content .customer_feedback ul li .customer_list .user_title h4 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .properties_details .properties_description .properties_content .customer_feedback ul li .customer_list .user_title h4 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .properties_details .properties_description .properties_content .customer_feedback ul li .customer_list .user_title h4 {
    font-size: 15px;
  }
}
.properties_details .properties_description .properties_content .customer_feedback ul li .customer_list .user_title .user_rating {
  padding: 0;
  height: 18px;
  margin-top: 5px;
  list-style-type: none;
}
.properties_details .properties_description .properties_content .customer_feedback ul li .customer_list .user_title .user_rating li {
  height: 16px;
  font-size: 16px;
  display: inline-block;
  color: #FDB51F;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .properties_details .properties_description .properties_content .customer_feedback ul li .customer_list .user_title .user_rating li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .properties_details .properties_description .properties_content .customer_feedback ul li .customer_list .user_title .user_rating li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .properties_details .properties_description .properties_content .customer_feedback ul li .customer_list .user_title .user_rating li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .properties_details .properties_description .properties_content .customer_feedback ul li .customer_list .user_title .user_rating li {
    font-size: 14px;
  }
}
.properties_details .properties_description .properties_content .customer_feedback ul li .customer_list p {
  font-size: 16px;
  line-height: 20px;
  word-break: break-all;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .properties_details .properties_description .properties_content .customer_feedback ul li .customer_list p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .properties_details .properties_description .properties_content .customer_feedback ul li .customer_list p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .properties_details .properties_description .properties_content .customer_feedback ul li .customer_list p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .properties_details .properties_description .properties_content .customer_feedback ul li .customer_list p {
    font-size: 14px;
  }
}
.properties_details .properties_description .properties_content .customer_feedback ul li ul li .customer_list {
  padding-left: 90px;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 768px) and (max-width:991px) {
  .properties_details .properties_description .properties_content .customer_feedback ul li ul li .customer_list {
    padding-left: 15px;
  }
}
.properties_details .properties_description .properties_content .post_review {
  gap: 0.5rem;
  display: flex;
  align-items: center;
}
.properties_details .properties_description .properties_content .post_review label {
  margin-bottom: 0;
}
.properties_details .properties_description .properties_content .post_review .rating {
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  position: relative;
  display: inline-block;
}
.properties_details .properties_description .properties_content .post_review .rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}
.properties_details .properties_description .properties_content .post_review .rating label:last-child {
  position: static;
}
.properties_details .properties_description .properties_content .post_review .rating label:last-child .icon {
  color: #555555;
}
.properties_details .properties_description .properties_content .post_review .rating label:nth-child(1) {
  z-index: 5;
}
.properties_details .properties_description .properties_content .post_review .rating label:nth-child(2) {
  z-index: 4;
}
.properties_details .properties_description .properties_content .post_review .rating label:nth-child(3) {
  z-index: 3;
}
.properties_details .properties_description .properties_content .post_review .rating label:nth-child(4) {
  z-index: 2;
}
.properties_details .properties_description .properties_content .post_review .rating label:nth-child(5) {
  z-index: 1;
}
.properties_details .properties_description .properties_content .post_review .rating label input {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}
.properties_details .properties_description .properties_content .post_review .rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #555555;
  text-shadow: 0 0 5px #FDB51F;
}
.properties_details .properties_description .properties_content .post_review .rating label .icon {
  float: left;
  color: transparent;
}
.properties_details .properties_description .properties_content .post_review .rating:not(:hover) label input:checked ~ .icon, .properties_details .properties_description .properties_content .post_review .rating:hover label:hover input ~ .icon {
  color: #FDB51F;
}
.properties_details .properties_description .properties_content .related_tags {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.properties_details .properties_description .properties_content .related_tags li {
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 6px;
  color: #555555;
  display: inline-block;
  text-decoration: none;
  background-color: #F5F5F5;
  transition: all ease-in-out 0.5s;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .properties_details .properties_description .properties_content .related_tags li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .properties_details .properties_description .properties_content .related_tags li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .properties_details .properties_description .properties_content .related_tags li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .properties_details .properties_description .properties_content .related_tags li {
    font-size: 14px;
  }
}
.properties_details .border_box {
  overflow: hidden;
  border-radius: 25px;
  margin-bottom: 25px;
  padding: 0 25px 25px;
  background-color: #FFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.properties_details .border_box .sub_heading {
  margin-bottom: 30px;
}
.properties_details .border_box .search_object {
  margin-bottom: 0;
  position: relative;
}
.properties_details .border_box .search_object .search_btn {
  top: 15px;
  right: 15px;
  font-size: 21px;
  position: absolute;
  color: #555555;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .properties_details .border_box .search_object .search_btn {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .properties_details .border_box .search_object .search_btn {
    font-size: 19px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .properties_details .border_box .search_object .search_btn {
    font-size: 18px;
  }
}
.properties_details .border_box .search_object .customtxt {
  padding-right: 45px;
}
.properties_details .border_box .top_properties {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.properties_details .border_box .top_properties li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #DDDDDD;
}
.properties_details .border_box .top_properties li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.properties_details .border_box .top_properties li a {
  gap: 1rem;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.properties_details .border_box .top_properties li a img {
  border-radius: 6px;
  width: 110px;
  margin: 0 auto;
}
.properties_details .border_box .top_properties li a h3 {
  margin-top: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 10px;
  color: #193057;
  font-family: "EB Garamond", serif;
  word-break: break-word;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .properties_details .border_box .top_properties li a h3 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .properties_details .border_box .top_properties li a h3 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .properties_details .border_box .top_properties li a h3 {
    font-size: 19px;
  }
}
.properties_details .border_box .top_properties li a h4 {
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #FDB51F;
  font-family: "EB Garamond", serif;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .properties_details .border_box .top_properties li a h4 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .properties_details .border_box .top_properties li a h4 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .properties_details .border_box .top_properties li a h4 {
    font-size: 17px;
  }
}
.properties_details .border_box .top_categories {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.properties_details .border_box .top_categories li {
  margin-bottom: 10px;
}
.properties_details .border_box .top_categories li:last-child {
  margin: 0;
}
.properties_details .border_box .top_categories li a {
  display: flex;
  color: #555555;
  text-decoration: none;
  justify-content: space-between;
  transition: all ease-in-out 0.5s;
}
.properties_details .border_box .top_categories li a:hover {
  color: #FDB51F;
  text-decoration: underline;
}
.properties_details .border_box.advertise_img {
  padding: 0;
  overflow: hidden;
}
.properties_details .border_box.advertise_img img {
  width: 100%;
  transition: all ease-in-out 0.5s;
}
.properties_details .border_box.advertise_img:hover img {
  transform: scale(1.03);
}
.properties_details .border_box .social_share {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
  justify-content: space-between;
}
.properties_details .border_box .social_share li a {
  height: 24px;
  font-size: 28px;
  color: #555555;
  display: inline-block;
  transition: all ease-in-out 0.5s;
}
.properties_details .border_box .social_share li a:hover {
  color: #193057;
}
.properties_details .border_box .popular_tags {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.properties_details .border_box .popular_tags li {
  margin-bottom: 5px;
  display: inline-block;
}
.properties_details .border_box .popular_tags li a {
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 6px;
  color: #555555;
  display: inline-block;
  text-decoration: none;
  background-color: #F5F5F5;
  transition: all ease-in-out 0.5s;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .properties_details .border_box .popular_tags li a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .properties_details .border_box .popular_tags li a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .properties_details .border_box .popular_tags li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .properties_details .border_box .popular_tags li a {
    font-size: 14px;
  }
}
.properties_details .border_box .popular_tags li a:hover {
  color: #FFF;
  background-color: #193057;
}

.pricing_plan_section {
  padding: 100px 0;
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .pricing_plan_section {
    margin-bottom: 60px;
  }
}
.pricing_plan_section .nav-tabs {
  float: right;
  border-radius: 6px;
  justify-content: end;
  color: #193057;
  background-color: #FFF;
  border: 4px solid rgba(13, 58, 131, 0.4);
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .pricing_plan_section .nav-tabs {
    float: none;
    margin-bottom: 20px;
    display: inline-block;
  }
}
.pricing_plan_section .nav-tabs li {
  margin: 0;
  border: none;
  display: inline-block;
}
.pricing_plan_section .nav-tabs li.active {
  border-radius: 4px !important;
  color: #FFF !important;
  background-color: #193057 !important;
}
.pricing_plan_section .nav-tabs li.active a {
  color: #FFF !important;
  background-color: #193057 !important;
}
.pricing_plan_section .nav-tabs li a {
  border: none !important;
  border-radius: 4px !important;
}
.pricing_plan_section .pricing_plan {
  float: left;
  width: 100%;
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #DDDDDD;
  transition: all ease-in-out 0.5s;
}
.pricing_plan_section .pricing_plan:hover {
  transform: scale(1.009);
  border-color: #193057;
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .pricing_plan_section .pricing_plan {
    margin-bottom: 30px;
  }
}
.pricing_plan_section .pricing_plan h4 {
  margin-top: 0;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
  color: #193057;
  font-family: "EB Garamond", serif;
}
.pricing_plan_section .pricing_plan h5 {
  margin: 0;
  font-size: 21px;
  line-height: 24px;
  color: #193057;
  font-family: "EB Garamond", serif;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .pricing_plan_section .pricing_plan h5 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .pricing_plan_section .pricing_plan h5 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .pricing_plan_section .pricing_plan h5 {
    font-size: 18px;
  }
}
.pricing_plan_section .pricing_plan p {
  font-size: 16px;
  margin-top: 5px;
  line-height: 18px;
  margin-bottom: 10px !important;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .pricing_plan_section .pricing_plan p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .pricing_plan_section .pricing_plan p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .pricing_plan_section .pricing_plan p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .pricing_plan_section .pricing_plan p {
    font-size: 14px;
  }
}
.pricing_plan_section .pricing_plan h6 {
  font-size: 18px;
  margin-top: 15px;
  line-height: 21px;
  margin-bottom: 15px;
  color: #FDB51F;
  font-family: "EB Garamond", serif;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .pricing_plan_section .pricing_plan h6 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .pricing_plan_section .pricing_plan h6 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .pricing_plan_section .pricing_plan h6 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .pricing_plan_section .pricing_plan h6 {
    font-size: 15px;
  }
}
.pricing_plan_section .pricing_plan ul {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
}
.pricing_plan_section .pricing_plan ul li {
  gap: 0.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.pricing_plan_section .pricing_plan ul li span {
  font-size: 21px;
  line-height: 21px;
  color: #193057;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .pricing_plan_section .pricing_plan ul li span {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .pricing_plan_section .pricing_plan ul li span {
    font-size: 19px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .pricing_plan_section .pricing_plan ul li span {
    font-size: 18px;
  }
}

.about_us_section {
  padding: 100px 0 115px;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .about_us_section {
    padding: 80px 0 95px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .about_us_section {
    padding: 60px 0 75px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .about_us_section {
    padding: 40px 0 55px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .about_us_section {
    padding: 40px 0 55px;
  }
}
.about_us_section .row.align-center {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .about_us_section .row.align-center {
    display: block;
  }
}
.about_us_section .row.align-center p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px !important;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .about_us_section .row.align-center p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .about_us_section .row.align-center p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .about_us_section .row.align-center p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .about_us_section .row.align-center p {
    font-size: 14px;
  }
}
.about_us_section .row.align-center p:last-child {
  margin-bottom: 0;
}
.about_us_section .row.align-center .about_img01 {
  float: right;
  position: relative;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .about_us_section .row.align-center .about_img01 {
    margin-top: 30px;
    margin-left: 15px;
  }
}
.about_us_section .row.align-center .about_img01 img {
  border-radius: 10px;
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .about_us_section .row.align-center .about_img01 img {
    width: 75%;
    float: right;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .about_us_section .row.align-center .about_img01 img {
    width: 100%;
    float: right;
  }
}
.about_us_section .row.align-center .about_img01 .about_img02 {
  left: -30%;
  bottom: -5%;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .about_us_section .row.align-center .about_img01 .about_img02 img {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .about_us_section .row.align-center .about_img01 .about_img02 img {
    width: 75%;
  }
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .about_us_section .row.align-center .about_img01 .about_img02 {
    left: -15%;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .about_us_section .row.align-center .about_img01 .about_img02 {
    left: -6%;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .about_us_section .row.align-center .about_img01 .about_img02 {
    left: -18%;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .about_us_section .row.align-center .about_img01 .about_img02 {
    left: -5%;
    width: 220px;
  }
}

.contact_info_section {
  margin-top: 90px;
  margin-bottom: -30px;
}
.contact_info_section .heading {
  text-align: center;
}
.contact_info_section .heading img {
  margin: 0 auto;
}
.contact_info_section .contact_info {
  padding: 50px 25px;
  text-align: center;
  border-radius: 25px;
  background: #FFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.5s;
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .contact_info_section .contact_info {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width:1200px), only screen and (min-width: 768px) and (max-width:991px) {
  .contact_info_section .contact_info {
    min-height: 271px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .contact_info_section .contact_info {
    min-height: auto;
    margin-bottom: 30px;
  }
}
.contact_info_section .contact_info:hover {
  border-color: #193057;
}
.contact_info_section .contact_info img {
  width: 70px;
}
.contact_info_section .contact_info h4 {
  font-size: 25px;
  font-weight: 600;
  line-height: 33px;
  margin: 15px 0 10px;
  color: #193057;
  font-family: "EB Garamond", serif;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .contact_info_section .contact_info h4 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .contact_info_section .contact_info h4 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .contact_info_section .contact_info h4 {
    font-size: 19px;
  }
}
.contact_info_section .contact_info p {
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .contact_info_section .contact_info p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .contact_info_section .contact_info p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .contact_info_section .contact_info p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .contact_info_section .contact_info p {
    font-size: 14px;
  }
}
.contact_info_section .contact_info p a {
  color: #555555;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
}
.contact_info_section .contact_info p a:hover {
  color: #FDB51F;
}
.contact_info_section .contact_form {
  z-index: 1;
  width: 70%;
  position: relative;
  border-radius: 25px;
  margin: 90px auto 0;
  padding: 1px 30px 30px;
  background-color: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(13, 58, 131, 0.1);
}
.contact_info_section .contact_form .sub_heading {
  margin-bottom: 30px;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .contact_info_section .contact_form .sub_heading {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .contact_info_section .contact_form {
    width: 100%;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .contact_info_section .contact_form {
    width: 100%;
    margin-top: 35px;
    padding: 1px 15px 15px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .contact_info_section .contact_form {
    width: 100%;
    margin-top: 10px;
    padding: 1px 15px 15px;
  }
}
.contact_info_section .contact_form .form_group .customlbl {
  z-index: 9;
}
.contact_info_section .contact_form .form_group .bootstrap-select {
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
}
.contact_info_section .contact_form .form_group .bootstrap-select.open .dropdown-toggle {
  border: 1px solid #193057 !important;
}
.contact_info_section .contact_form .form_group .bootstrap-select .dropdown-toggle {
  padding: 15px !important;
  transition: all ease-in-out 0.5s;
  background-color: transparent !important;
  border: 1px solid #DDDDDD !important;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .contact_info_section .contact_form .form_group .bootstrap-select .dropdown-toggle {
    padding: 8px 11px !important;
  }
}

.contact_map_section {
  padding: 0 !important;
  margin-bottom: -5px;
}

.agents_section {
  padding: 100px 0 70px;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .agents_section {
    padding: 80px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .agents_section {
    padding: 60px 0 30px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .agents_section {
    padding: 40px 0 10px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .agents_section {
    padding: 40px 0 10px;
  }
}
.agents_section .agents_search {
  display: grid;
  padding: 10px 20px 10px 10px;
  grid-gap: 1rem;
  border-radius: 25px;
  margin-bottom: 30px;
  background-color: #FFF;
  grid-template-columns: 6fr 6fr 1fr;
  box-shadow: 0px 0px 15px 0px rgba(13, 58, 131, 0.1);
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .agents_section .agents_search {
    grid-template-columns: 12fr;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .agents_section .agents_search .margin-t-b {
    border-right: none;
    border-bottom: 1px solid #DDDDDD;
  }
}
.agents_section .agents_search .dropdown-toggle {
  padding: 8px 20px !important;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .agents_section .agents_search .dropdown-toggle {
    padding: 0 !important;
  }
}
.agents_section .agents_div {
  overflow: hidden;
  padding: 15px;
  border-radius: 25px;
  position: relative;
  margin-bottom: 30px;
  background-color: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  /*.agent_detail {
      top: 0;
      left: 0;
      right: 0;
      opacity: 0;
      width: 100%;
      height: 100%;
      display: flex;
      padding: 50px;
      visibility: hidden;
      text-align: center;
      position: absolute;
      border-radius: 6px;
      align-items: center;
      flex-direction: column;
      justify-content: space-between;
      border: 4px solid $border-color;
      transition: all ease-in-out .5s;
      background-color: rgba(255, 255, 255, 0.9);

      h5 {
          font-size: 16px;
          line-height: 18px;
          margin-bottom: 10px;
          color: $primary-color;
          font-family: $heading-font;

          @media only screen and (min-width: 992px) and (max-width:1200px) {
              font-size: 15px;
          }

          @media only screen and (min-width: 768px) and (max-width:991px) {
              font-size: 15px;
          }

          @media only screen and (min-width: 575px) and (max-width:767px) {
              font-size:14px;
          }

          @media only screen and (min-width: 280px) and (max-width:574px) {
              font-size: 14px;
          }
      }

      p {
          margin-bottom: 20px !important;
      }

      ul {
          gap: 1rem;
          margin: 0;
          padding: 0;
          display: flex;
          text-align: right;

          li {
              display: inline-block;

              a {
                  font-size: 24px;
                  color: $text-color;
                  display: inline-block;
                  transition: all ease-in-out .5s;

                  &:hover {
                      color: $primary-color;
                      transform: translateY(-2px);
                  }
              }
          }
      }
  }*/
}
.agents_section .agents_div .agent_img {
  overflow: hidden;
  background-color: #FFF;
  border-bottom: 1px dashed #DDDDDD;
  padding: 30px;
  height: 200px;
  text-align: center;
}
.agents_section .agents_div .agent_img img {
  max-height: 100%;
  transition: all ease-in-out 0.5s;
  border-radius: 17px;
}
.agents_section .agents_div .agent_title {
  text-align: left;
  padding: 20px 0 5px 0;
}
.agents_section .agents_div .agent_title .agent_cap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.agents_section .agents_div .agent_title .agent_cap h4 {
  margin-top: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 5px;
  color: #193057;
  font-family: "EB Garamond", serif;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .agents_section .agents_div .agent_title .agent_cap h4 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .agents_section .agents_div .agent_title .agent_cap h4 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .agents_section .agents_div .agent_title .agent_cap h4 {
    font-size: 19px;
  }
}
.agents_section .agents_div .agent_title .agent_cap p {
  color: #555555;
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .agents_section .agents_div .agent_title .agent_cap p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .agents_section .agents_div .agent_title .agent_cap p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .agents_section .agents_div .agent_title .agent_cap p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .agents_section .agents_div .agent_title .agent_cap p {
    font-size: 14px;
  }
}
.agents_section .agents_div .agent_title .agent_cap a {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #193057;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .agents_section .agents_div .agent_title .agent_cap a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
}
.agents_section .agents_div .agent_title ul {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
  list-style-type: none;
}
.agents_section .agents_div .agent_title ul li {
  margin-right: 5px;
  font-size: 16px;
  font-family: "Gordita Medium";
  padding: 5px 10px;
  border-radius: 5px;
  color: #000;
  display: inline-block;
  background-color: rgba(13, 58, 131, 0.1);
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .agents_section .agents_div .agent_title ul li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .agents_section .agents_div .agent_title ul li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .agents_section .agents_div .agent_title ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .agents_section .agents_div .agent_title ul li {
    font-size: 14px;
  }
}
.agents_section .agents_div .agent_title ul li:last-child {
  margin-right: 0;
}
.agents_section .agents_div:hover .agent_img {
  overflow: hidden;
}
.agents_section .agents_div:hover .agent_img img {
  transform: scale(1.1);
}
.agents_section .agents_div:hover .agent_detail {
  opacity: 1;
  visibility: visible;
}

.agents_details_section {
  padding: 100px 0;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .agents_details_section {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .agents_details_section {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .agents_details_section {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .agents_details_section {
    padding: 40px 0;
  }
}
.agents_details_section .agents_details {
  gap: 1rem;
  padding: 15px;
  display: grid;
  border-radius: 25px;
  margin-bottom: 30px;
  background-color: #FFF;
  grid-template-columns: 1fr 11fr;
  box-shadow: 0px 0px 15px 0px rgba(13, 58, 131, 0.1);
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .agents_details_section .agents_details {
    grid-template-columns: 12fr;
  }
}
.agents_details_section .agents_details img {
  width: 150px;
  border-radius: 6px;
}
.agents_details_section .agents_details .agent_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .agents_details_section .agents_details .agent_title {
    align-items: start;
  }
}
.agents_details_section .agents_details .agent_title h4 {
  font-size: 25px;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 33px;
  font-weight: 600;
  color: #193057;
  font-family: "EB Garamond", serif;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .agents_details_section .agents_details .agent_title h4 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .agents_details_section .agents_details .agent_title h4 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .agents_details_section .agents_details .agent_title h4 {
    font-size: 19px;
  }
}
.agents_details_section .agents_details .agent_title h4 label {
  display: flex;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 16px;
  color: #555555;
  font-family: "Gordita";
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .agents_details_section .agents_details .agent_title h4 label {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .agents_details_section .agents_details .agent_title h4 label {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .agents_details_section .agents_details .agent_title h4 label {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .agents_details_section .agents_details .agent_title h4 label {
    font-size: 14px;
  }
}
.agents_details_section .agents_details .agent_title h4 label b {
  padding-left: 5px;
  color: #FDB51F;
  font-weight: 400 !important;
}
.agents_details_section .agents_details .agent_title h4 label ul {
  margin-bottom: 0;
  margin-left: 15px;
  padding-left: 15px;
  list-style-type: none;
  border-left: 1px solid #DDDDDD;
}
.agents_details_section .agents_details .agent_title h4 label ul li {
  display: inline-block;
  color: #193057;
}
.agents_details_section .agents_details .agent_title .share_icons {
  display: flex;
  gap: 3px;
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .agents_details_section .agents_details .agent_title .share_icons {
    margin-top: 10px;
  }
}
.agents_details_section .agents_details .agent_title .share_icons a {
  width: 50px;
  height: 50px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 15px;
  color: #FFF;
  background-color: #193057;
  transition: all ease-in-out 0.5s;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .agents_details_section .agents_details .agent_title .share_icons a {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .agents_details_section .agents_details .agent_title .share_icons a {
    font-size: 21px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .agents_details_section .agents_details .agent_title .share_icons a {
    font-size: 19px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
}
.agents_details_section .agents_details .agent_title .share_icons a:hover {
  color: #FFF;
  background-color: #FDB51F;
}
.agents_details_section .agents_details .basic_detail {
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 15px;
  list-style-type: none;
  border-top: 1px dashed #DDDDDD;
}
.agents_details_section .agents_details .basic_detail li {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin-right: 25px;
  margin-bottom: 3px;
  display: inline-block;
  color: #193057;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .agents_details_section .agents_details .basic_detail li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .agents_details_section .agents_details .basic_detail li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .agents_details_section .agents_details .basic_detail li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .agents_details_section .agents_details .basic_detail li {
    font-size: 14px;
    margin-right: 5px;
  }
}
.agents_details_section .agents_details .basic_detail li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .agents_details_section .agents_details .basic_detail li {
    margin-right: 15px;
  }
}
.agents_details_section .agents_details .basic_detail li span {
  color: #555555;
}
.agents_details_section .agents_details .basic_detail li img {
  width: auto;
  margin-right: 5px;
}
.agents_details_section .agents_about_div {
  gap: 1.5rem;
  display: grid;
  grid-template-columns: 8fr 4fr;
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .agents_details_section .agents_about_div {
    grid-template-columns: 12fr;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .agents_details_section .agents_about_div {
    grid-template-columns: 12fr;
  }
}
.agents_details_section .agents_about_div .agents_about_content {
  overflow: hidden;
  border-radius: 25px;
  margin-bottom: 25px;
  padding: 0 20px 21px;
  background-color: #FFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.agents_details_section .agents_about_div .agents_about_content .description_para {
  font-size: 16px;
  line-height: 18px;
  color: #555555;
  margin-bottom: 10px !important;
  word-break: break-word;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .agents_details_section .agents_about_div .agents_about_content .description_para {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .agents_details_section .agents_about_div .agents_about_content .description_para {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .agents_details_section .agents_about_div .agents_about_content .description_para {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .agents_details_section .agents_about_div .agents_about_content .description_para {
    font-size: 14px;
  }
}
.agents_details_section .agents_about_div .agents_about_content .description_para:last-child {
  margin-bottom: 0 !important;
}
.agents_details_section .agents_about_div .agents_listing {
  overflow: hidden;
  border-radius: 25px;
  padding: 0 20px 21px;
  background-color: #FFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.agents_details_section .agents_about_div .agents_listing.listing_agents {
  overflow: hidden;
  padding: 15px;
  padding-top: 0;
  /*.posted_date {
      display: block !important;
      min-height: 40px;
  }*/
}
.agents_details_section .agents_about_div .agents_listing .featured_div {
  display: grid;
  margin: 15px 0;
  overflow: hidden;
  border-radius: 25px;
  grid-template-columns: 5fr 7fr;
  background-color: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(13, 58, 131, 0.1);
  padding: 15px 15px 20px 15px;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 992px) and (max-width:1200px), only screen and (min-width: 280px) and (max-width:574px) {
  .agents_details_section .agents_about_div .agents_listing .featured_div {
    grid-template-columns: 12fr;
    padding: 10px 10px 15px 10px;
  }
}
.agents_details_section .agents_about_div .agents_listing .featured_div:last-child {
  margin-bottom: 0;
}
.agents_details_section .agents_about_div .agents_listing .featured_div .img {
  width: 300px;
  display: flex;
  overflow: hidden;
  position: relative;
  justify-content: center;
  align-items: center;
  border-radius: 17px;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .agents_details_section .agents_about_div .agents_listing .featured_div .img {
    width: 100%;
    display: block;
  }
}
.agents_details_section .agents_about_div .agents_listing .featured_div .img .img-fluid {
  width: auto;
  max-width: 300px;
  margin: 0 auto;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .agents_details_section .agents_about_div .agents_listing .featured_div .img .img-fluid {
    width: auto;
    max-width: 100%;
  }
}
.agents_details_section .agents_about_div .agents_listing .featured_div .img .featured_tag {
  top: 15px;
  left: 15px;
  padding: 6px 12px;
  position: absolute;
  border-radius: 6px;
  color: #FFF;
  background-color: #FDB51F;
}
.agents_details_section .agents_about_div .agents_listing .featured_div .img .wishlist_icon {
  bottom: 15px;
  right: 15px;
  position: absolute;
}
.agents_details_section .agents_about_div .agents_listing .featured_div .img .wishlist_icon a {
  width: 35px;
  height: 35px;
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  color: #FFF;
  background-color: #FDB51F;
  transition: all ease-in-out 0.5s;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .agents_details_section .agents_about_div .agents_listing .featured_div .img .wishlist_icon a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .agents_details_section .agents_about_div .agents_listing .featured_div .img .wishlist_icon a {
    font-size: 19px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .agents_details_section .agents_about_div .agents_listing .featured_div .img .wishlist_icon a {
    font-size: 18px;
  }
}
.agents_details_section .agents_about_div .agents_listing .featured_div .img .wishlist_icon a:hover {
  color: #FFF;
  background-color: #193057;
}
.agents_details_section .agents_about_div .agents_listing .featured_div .featured_content {
  padding-left: 15px;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px), only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 992px) and (max-width:1200px) {
  .agents_details_section .agents_about_div .agents_listing .featured_div .featured_content {
    padding-left: 0;
    padding-top: 15px;
  }
}
.agents_details_section .agents_about_div .agents_listing .featured_div .featured_content h2 {
  margin-top: 0;
  font-size: 25px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #193057;
  font-family: "EB Garamond", serif;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .agents_details_section .agents_about_div .agents_listing .featured_div .featured_content h2 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .agents_details_section .agents_about_div .agents_listing .featured_div .featured_content h2 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .agents_details_section .agents_about_div .agents_listing .featured_div .featured_content h2 {
    font-size: 19px;
  }
}
.agents_details_section .agents_about_div .agents_listing .featured_div .featured_content h2 a {
  color: #193057;
}
.agents_details_section .agents_about_div .agents_listing .featured_div .featured_content .pricing_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px dashed #DDDDDD;
}
.agents_details_section .agents_about_div .agents_listing .featured_div .featured_content .pricing_block h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 33px;
  margin: 0;
  color: #193057;
  font-family: "EB Garamond", serif;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .agents_details_section .agents_about_div .agents_listing .featured_div .featured_content .pricing_block h3 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .agents_details_section .agents_about_div .agents_listing .featured_div .featured_content .pricing_block h3 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .agents_details_section .agents_about_div .agents_listing .featured_div .featured_content .pricing_block h3 {
    font-size: 19px;
  }
}
.agents_details_section .agents_about_div .agents_listing .featured_div .featured_content .pricing_block a {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #193057;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .agents_details_section .agents_about_div .agents_listing .featured_div .featured_content .pricing_block a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
}
.agents_details_section .agents_about_div .agents_listing .featured_div .featured_content h4 {
  gap: 0.5rem;
  display: flex;
  font-size: 16px;
  align-items: center;
  color: #193057;
  margin: 0;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .agents_details_section .agents_about_div .agents_listing .featured_div .featured_content h4 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .agents_details_section .agents_about_div .agents_listing .featured_div .featured_content h4 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .agents_details_section .agents_about_div .agents_listing .featured_div .featured_content h4 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .agents_details_section .agents_about_div .agents_listing .featured_div .featured_content h4 {
    font-size: 14px;
  }
}
.agents_details_section .agents_about_div .agents_listing .featured_div .featured_content h4.property_spec_title {
  margin: 0;
}
.agents_details_section .agents_about_div .agents_listing .featured_div .featured_content .property_spec {
  padding: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
  border-radius: 6px;
  margin-bottom: 0;
}
.agents_details_section .agents_about_div .agents_listing .featured_div .featured_content .property_spec li {
  display: flex;
  align-self: center;
  margin-right: 10px;
}
.agents_details_section .agents_about_div .agents_listing .featured_div .featured_content .property_spec li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 280px) and (max-width:574px) {
  .agents_details_section .agents_about_div .agents_listing .featured_div .featured_content .property_spec li {
    margin-right: 5px;
  }
}
.agents_details_section .agents_about_div .agents_listing .featured_div .featured_content .property_spec li img {
  width: 20px;
  margin-right: 5px;
}
.agents_details_section .agents_about_div .agents_listing .featured_div .featured_content .posted_date {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  justify-content: space-between;
}
.agents_details_section .agents_about_div .agents_listing .featured_div .featured_content .posted_date li {
  color: #555555;
}
.agents_details_section .agents_about_div .agents_listing .featured_div .featured_content .posted_date li span {
  font-weight: 600;
  color: #193057;
}
.agents_details_section .agents_about_div .agents_listing .featured_div .featured_content .share_icon {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  list-style-type: none;
  display: flex;
  gap: 0.3rem;
  justify-content: space-between;
}
.agents_details_section .agents_about_div .agents_listing .featured_div .featured_content .share_icon li {
  display: inline-block;
}
.agents_details_section .agents_about_div .agents_listing .featured_div .featured_content .share_icon li a {
  gap: 0.5rem;
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .agents_details_section .agents_about_div .agents_listing .featured_div .featured_content .share_icon li a {
    font-size: 12px;
    gap: 0.3rem;
    padding: 14px 10px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 768px) and (max-width:991px) {
  .agents_details_section .agents_about_div .agents_listing .featured_div .featured_content .share_icon li a {
    padding: 7px 12px;
  }
}
.agents_details_section .agents_about_div .agents_listing .featured_div .featured_content .share_icon li a:hover {
  color: #FFF !important;
}
.agents_details_section .agents_about_div .agents_listing .featured_div .featured_content .share_icon li a i {
  height: 18px;
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .agents_details_section .agents_about_div .agents_listing .featured_div .featured_content .share_icon li a i {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .agents_details_section .agents_about_div .agents_listing .featured_div .featured_content .share_icon li a i {
    font-size: 16px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
  .agents_details_section .agents_about_div .agents_listing .featured_div .featured_content .share_icon li a i {
    font-size: 15px;
  }
}
@media only screen and (min-width: 280px) and (max-width:574px) {
  .agents_details_section .agents_about_div .agents_listing .featured_div .featured_content .share_icon li a i {
    font-size: 15px;
  }
}
.agents_details_section .agents_about_div .border_box {
  overflow: hidden;
  border-radius: 25px;
  margin-bottom: 25px;
  padding: 0 25px 25px;
  background-color: #FFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.agents_details_section .agents_about_div .border_box:last-child {
  margin-bottom: 0;
}
.agents_details_section .agents_about_div .border_box .sub_heading {
  margin-bottom: 30px;
}
.agents_details_section .agents_about_div .border_box .search_object {
  margin-bottom: 0;
  position: relative;
}
.agents_details_section .agents_about_div .border_box .search_object .customtxt {
  padding-right: 45px;
}
.agents_details_section .agents_about_div .border_box .search_object .search_btn {
  top: 15px;
  right: 15px;
  font-size: 21px;
  position: absolute;
  color: #555555;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .agents_details_section .agents_about_div .border_box .search_object .search_btn {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .agents_details_section .agents_about_div .border_box .search_object .search_btn {
    font-size: 19px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .agents_details_section .agents_about_div .border_box .search_object .search_btn {
    font-size: 18px;
  }
}

.blogs_details_section {
  padding-top: 16px;
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .blogs_details_section {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .blogs_details_section {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 575px) and (max-width:767px), only screen and (min-width: 280px) and (max-width:574px) {
  .blogs_details_section {
    padding-top: 40px;
  }
}
.blogs_details_section .blogs_section {
  padding-top: 0;
  background-color: transparent;
}
.blogs_details_section .blog_detail_content {
  word-break: break-all;
  padding-top: 20px !important;
}
.blogs_details_section .blog_detail_content pre {
  white-space: break-spaces;
}

.custom_pagination {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.custom_pagination.custom_margin_top {
  margin-top: 30px !important;
}
.custom_pagination .first-child {
  float: left;
  margin-top: -5px;
}
.custom_pagination .last-child {
  float: right;
  margin-top: -5px;
}
.custom_pagination a {
  padding: 5px 10px;
  border-radius: 5px;
  color: #555555;
  background-color: #F5F5F5;
  transition: all ease-in-out 0.5s;
}
.custom_pagination a:hover {
  color: #FFF;
  background-color: #193057;
}
.custom_pagination a.active {
  color: #FFF;
  background-color: #193057;
}

@keyframes spinner-border {
  100% {
    transform: rotate(360deg);
  }
}
