@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
  font-family: "Quicksand", serif;
  
}

ul {
  padding: 0% !important;
  margin: 0% !important;
  list-style: none !important;
}

a {
  text-decoration: none !important;
}


.live #fab_listen:hover,
.live #fab_send:hover {
  box-shadow: none !important;
}

.fixed-section {
  position: fixed;
  z-index: 9999;
  width: 100%;
  left: 0%;
  top: 0%;
}

.slick-prev:before,
.slick-next:before {
  display: none !important;
}

.banner-section button.slick-prev.slick-arrow,
.banner-section button.slick-next.slick-arrow {
  display: none !important;
}

.slick-prev {
  left: -10px !important;
}

.slick-next {
  right: -10px !important;
}

.slick-prev::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../images/left-chevron.png");
  position: absolute;
  display: inline-block;
  margin-top: 2px;
  background-repeat: no-repeat;
  background-size: cover;
}

.slick-next:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../images/left-chevron.png");
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 2px;
  transform: rotate(180deg);
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
  width: 45px;
  height: 45px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 11;
}

button.slick-prev.slick-arrow:hover,
button.slick-next.slick-arrow:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.header-section {
  width: 100%;
  height: auto;
  float: left;
  background-color: #0E3C77;
}

.header-section h1 {
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin: 0%;
  padding: 7px 0px;
}

.header-section .nav-div.left {
 width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.logo {
    float: left;
}
.logo img {
    padding: 5px;
    width: 155px;
}

.header-section .nav-div {
  float: right;
}

.header-section .nav-div ul {
  display: flex;
  gap: 10px;
}

.header-section .nav-div ul li {
  position: relative;
  padding: 8px 10px;
}
.header-section.menubar .nav-div ul li{
  padding: 7px 17px 7px 0px;
}
.header-section .nav-div ul li .megamenu {
  position: absolute;
  left: 0%;
  background: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
  z-index: 111;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  width: 470px;
  top: 200%;
  visibility: hidden;
  overflow: hidden;
  transform: translateX(-32%);
  opacity: 0;
  transition: .3s;
}

.header-section .nav-div ul li .megamenu h2 {
  font-size: 14px;
  font-weight: 500;
  color: #282828;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.header-section .nav-div ul li .megamenu ul {
  display: block;
}

.header-section .nav-div ul li .megamenu ul li {
  padding: 0%;
}

.header-section .nav-div ul li .megamenu ul li a {
  font-size: 18px;
  color: #282828;
  font-weight:400;
}

.header-section .nav-div ul li .megamenu ul li a:hover {
  color: #0E3C77;
}

.header-section .nav-div ul li:hover .megamenu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.header-section .nav-div ul a {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

.header-section .nav-div ul a i {
  font-size: 15px;
}

.header-section .nav-div ul li.post-property a {
  background: #fff;
  padding: 5px 13px 5px;
  border-radius: 50px;
  color: #0E3C77 !important;
   display: flex
;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    text-transform:uppercase;
    font-size:14px;
}

.header-section .mb-prime {
  background: #0E3C77;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.header-section .mb-prime h4 {
  font-size: 18px;
  color: #fff;
}

.header-section .mb-prime p {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0%;
}

.header-section span i {
  color: green;
  font-weight: 18px;
}

.header-section ul li {
  font-size: 14px;
    color: #282828;
    font-weight: 500;
}

.header-section .join-now {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-section .join-now a {
  background: #0E3C77;
  color: #fff !important;
  border-radius: 30px;
  padding: 7px 37px;
}

.header-section .nav-div ul li:hover {
  background-color: #fff;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.header-section .nav-div ul li:hover a {
  color: #0E3C77;
}

li.post-property:hover {
  background-color: transparent !important;
}

.width {
  left: 0 !important;
  transform: none !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.width h4.login-heading {
  border-bottom: 1px solid gainsboro;
}

.width h4.login-heading span {
  font-size: 18px;
  position: relative;
  font-weight: 700;
  color: #282828;
  background-color: #fff;
}

.width li {
  line-height: 30px;
}

.width li a {
  font-size: 16px !important;
}

.header-section.menubar {
  background-color: #fff;
  border-bottom: 1px solid gainsboro;
}

.header-section.menubar a {
  color: #282828 !important;
  font-size: 18px !important;
  font-weight: 400;
}

.header-section.menubar a:hover {
  color: #0E3C77 !important;
}

.header-section.menubar .megamenu li {
  line-height: 34px !important;
}

.header-section.menubar .megamenu a {
  font-size: 16px !important;
}

.header-section.menubar .megamenu.max-content {
  width: -moz-max-content !important;
  width: max-content !important;
}

.login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0E3C77;
  padding: 7px 37px;
  border-radius: 30px;
}

.login-btn a {
  color: #fff !important;
}

.banner-section {
  width: 100%;
  height: auto;
  float: left;
  padding: 70px 0px;
  margin: auto;
  text-align: center;
  margin-top: 100px;
}

.banner-section h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 300;
}

.banner-section ul.tab {
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.banner-section ul.tab li {
  margin-bottom: 25px;
}

.banner-section ul.tab li a {
  color: #282828;
  font-weight: 500;
  position: relative;
}

.banner-section ul.tab li a::after {
  content: "";
  position: absolute;
  width: 0%;
  bottom: -5px;
  background: #0E3C77;
  left: 0;
  height: 3px;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
}

.banner-section ul.tab li:hover a::after {
  width: 100%;
}

.banner-section ul.tab li a.active::after {
  width: 100%;
}

.banner-section .home-ads {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
}

.banner-section .home-ads img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

.banner-section .serch-field {
  width: 80%;
  border: 1px solid gainsboro;
  margin: auto;
  border-radius: 30px;
  display: flex;
  padding: 3px 0px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.banner-section .serch-field .input-type {
  width: 75%;
  width: 75%;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.banner-section .serch-field .input-type i {
  color: #0E3C77;
}

.banner-section .serch-field .input-type input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px;
}

.banner-section .serch-field .search-div {
  width: 24%;
}

.banner-section .serch-field .search-div button {
  width: 100%;
  background: #0E3C77;
  padding: 10px 30px;
  border: none;
  border-radius: 30px;
  color: #fff;
  font-weight: 700;
}

.destination {
  width: 100%;
  height: auto;
  float: left;
  padding: 50px 0px;
}

.destination .property-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.destination .property-heading h3 {
  font-size: 22px;
  margin-bottom: 0;
  position: relative;
  margin-bottom: 10px;
}
.destination .property-heading h3::after{
  content: "";
  position: absolute;
  top: 120%;
  left: 0%;
  width: 50px;
  height: 4px;
  background-color: #0E3C77;
  border-radius: 2px;
}
.destination .property-heading a {
  font-size: 15px;
  color: #0E3C77;
}

.destination .destination-box {
  width: 100%;
  height: 220px;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}

.destination .destination-box .img img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
}

.destination .destination-box .content-div {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4392156863);
  height: 100%;
  padding: 50px 20px;
  width: 100%;
}

.destination .destination-box .content-div h3 {
  color: #fff;
  font-size: 22px;
}

.destination .destination-box .content-div a.btn-div {
  color: #fff;
}

.destination .destination-box .content-div a.btn-div:hover {
  color: #0E3C77;
}

.destination .destination-box:hover img {
  transform: scale(1.2);
}
.menu-item a:hover{
      color: #0E3C77 !important;
}
.property-section {
  width: 100%;
  height: auto;
  float: left;
  padding: 0px 0px 30px;
  background-color: rgba(245, 245, 245, 0.4784313725);
}

.property-section .property-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.property-section .property-heading h3 {
  font-size: 24px;
  margin-bottom: 0;
  position: relative;
  margin-bottom: 10px;
}
.property-section .property-heading h3::after{
  content: "";
  position: absolute;
  top: 120%;
  left: 0%;
  width: 50px;
  height: 4px;
  background-color: #0E3C77 ;
  border-radius: 2px;
}
.property-section .property-heading a {
  font-size: 15px;
  color: #0E3C77;
}

.property-section .my-slider {
  padding: 0;
}

.property-section .slick-initialized .slick-slide {
  margin: 0px 10px !important;
}

.property-section .slick-dots {
  display: none !important;
}

.property-section .slick-next:before,
.property-section .slick-prev:before {
  color: #0E3C77;
}

.property-section .pro1 {
  width: 100%;
  min-height: 350px;
  border: 1px solid gainsboro;
  border-radius: 7px;
  overflow: hidden;
  padding-bottom: 10px;
}

.property-section .pro1 .img {
  height: 180px;
  overflow: hidden;
}

.property-section .pro1 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s;
}

.property-section .pro1 .img img:hover {
  transform: scale(1.2);
}

.property-section .pro1 .content {
  padding: 10px;
}

.property-section .pro1 .content h2 a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  line-height: 20px;
  display:block;
}

.property-section .pro1 .content h2 a {
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  transition: 0.2s;
}

.property-section .pro1 .content h2 a:hover {
  color: #0E3C77;
}

.property-section .pro1 .content p {
  font-size: 16px;
  margin-bottom: 7px;
}

.property-section .pro1 .content ul {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 5px !important;
}

.property-section .pro1 .content ul li {
  display: flex;
  gap: 3px;
  font-size: 16px;
}

.property-section .pro1 .content .buy-btn {
  width: 100%;
  height: auto;
  float: left;
  border: 1px solid gainsboro;
  text-align: center;
  padding: 7px;
  border-radius: 7px;
}

.property-section .pro1 .content .buy-btn a {
  color: #282828;
  font-weight: 600;
  font-size: 16px;
}

.property-section .pro1 .content .buy-btn:hover {
  background-color: #0E3C77;
  border: 1px solid #0E3C77;
}

.property-section .pro1 .content .buy-btn:hover:hover a {
  color: #fff;
}

.property-section .slick-next:before,
.property-section .slick-prev:before {
  font-size: 30px !important;
}

.second {
  background-color: #fff;
}

.footer-section {
  width: 100%;
  height: auto;
  float: left;
  padding: 50px 0px 10px;
  background-color: #f5f5f5;
}

.footer-section .social-icon ul {
  display: flex;
  gap: 5px;
}

.footer-section .social-icon ul a {
  color: #0E3C77;
  border: 1px solid;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-section h3 {
  font-size: 18px;
  font-weight: 700;
  color: #282828;
}

.footer-section .copyright {
  text-align: center;
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 0;
}

.footer-section ul.footer-menu li {
  float: left;
  border-right: 1px solid gainsboro;
  padding-right: 5px;
  line-height: 15px;
  margin-bottom: 10px;
  padding-left: 5px;
}

.footer-section ul.footer-menu li a {
  color: #282828;
  font-size: 16px;
}

.footer-section ul.footer-menu li a:hover {
  border-bottom: 1px solid gainsboro;
}

.footer-section ul.footer-menu li:last-child {
  border: none;
}

.footer-section p {
  color: #282828;
  font-size: 16px;
  text-align:left;
}

.footer-section .footer-box {
  display: block;
  float: left;
}

.live {
  /*Chatbox*/
  /*Chatbox scrollbar*/
  /*Element state*/
  /*Animation*/
  /* SMARTPHONES PORTRAIT */
  /* SMARTPHONES LANDSCAPE */
  /* TABLETS PORTRAIT */
  /* TABLET LANDSCAPE / DESKTOP */
  /*Color Options*/
  /* Ripple */
  /*animation effect*/
}

.live .fabs {
  bottom: 0;
  position: fixed;
  margin: 1em;
  right: 0;
  z-index: 998;
}

.live .fab {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  color: #263238;
  margin: 25px auto 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  transition: all 0.1s ease-out;
  position: relative;
  z-index: 998;
  overflow: hidden;
}

.live .fab>i {
  font-size: 2em;
  line-height: 55px;
  transition: all 0.2s ease-in-out;
}

.live .fab:not(:last-child) {
  width: 0;
  height: 0;
  margin: 20px auto 0;
  opacity: 0;
  visibility: hidden;
}

.live .fab:not(:last-child)>i {
  font-size: 1.4em;
  line-height: 40px;
}

.live .fab:not(:last-child).is-visible {
  width: 40px;
  height: 40px;
  margin: 15px auto 10;
  opacity: 1;
  visibility: visible;
}

.live .fab:nth-last-child(1) {
  transition-delay: 25ms;
}

.live .fab:not(:last-child):nth-last-child(2) {
  transition-delay: 20ms;
}

.live .fab:not(:last-child):nth-last-child(3) {
  transition-delay: 40ms;
}

.live .fab:not(:last-child):nth-last-child(4) {
  transition-delay: 60ms;
}

.live .fab:not(:last-child):nth-last-child(5) {
  transition-delay: 80ms;
}

.live .fab:not(:last-child):active,
.live .fab:not(:last-child):focus,
.live .fab:not(:last-child):hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
}

.live .chat {
  position: fixed;
  right: 85px;
  bottom: 0;
  width: 290px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  opacity: 0;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}

.live .chat_header {
  margin: 10px;
  font-size: 14px;
  font-weight: 500;
}

.live .chat_header .span {
  float: right;
}

.live .chat_loader {
  display: none;
  float: right;
  background: rgba(0, 0, 0, 0);
  height: 8px;
  width: 8px;
  margin: 5px 10px 0 0;
  border-radius: 50%;
  border: solid 2px #263238;
}

.live .chat.is-visible {
  opacity: 1;
  animation: zoomIn 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

.live .chat_option {
  float: left;
  font-size: 1.5em;
  list-style: none;
  position: relative;
  width: 20px;
  height: 100%;
  cursor: pointer;
  text-align: relative;
  margin-right: 10px;
}

.live .chat_option ul {
  display: none;
  position: absolute;
  list-style: none;
  top: 100%;
  left: 0;
  background: #eceff1;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
  padding: 0;
  z-index: 1000;
  width: 150px;
}

.live .chat_option ul li {
  float: none;
  position: relative;
}

.live .chat_color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 10px;
  float: left;
}

.live .chat_option.is-dropped>ul {
  display: block;
}

.live .chat_login {
  width: 100%;
  height: 150px;
  display: inline-block;
  text-align: center;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
}

.live .chat_login a {
  width: 10%;
  text-align: center;
  border: none;
  box-shadow: none;
}

.live .chat_login a>i {
  font-size: 1.6em;
  line-height: 35px;
}

.live .chat_login input {
  position: relative;
  margin: 5px 0 5px 0;
  width: 90%;
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
  color: #4b4b4b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  border: none;
  outline: none;
  background: #eceff1;
  display: inline-block;
  height: 30px;
  resize: none;
  padding: 5px;
  border-radius: 3px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
  margin: 10px 0 0 0;
}

.live .chat_login .chat_login_alert {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
}

.live .chat_field {
  position: relative;
  margin: 5px 0 5px 0;
  width: 50%;
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
  color: #4b4b4b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  border: none;
  outline: none;
  background: #eceff1;
  display: inline-block;
}

.live .chat_field.chat_message {
  height: 30px;
  resize: none;
}

.live .fab_field {
  width: 100%;
  display: inline-block;
  text-align: center;
  background: #eceff1;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
}

.live .fab_field a {
  display: inline-block;
  text-align: center;
}

.live #fab_listen {
  float: left;
  background: rgba(0, 0, 0, 0);
}

.live #fab_send {
  float: right;
  background: rgba(0, 0, 0, 0);
}

.live .fab_field .fab {
  width: 35px;
  height: 35px;
  box-shadow: none;
  margin: 5px;
}

.live .fab_field .fab>i {
  font-size: 1.6em;
  line-height: 35px;
  color: #263238;
}

.live .chat_converse {
  position: relative;
  background: inherit;
  margin: 6px 0 0 0;
  max-height: 256px;
  min-height: 0;
  font-size: 12px;
  line-height: 18px;
  overflow-y: auto;
  width: 100%;
  float: right;
}

.live .chat_list {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.live .chat_list .chat_list_item {
  opacity: 0;
  visibility: hidden;
}

.live .chat .chat_converse .chat_msg_item {
  position: relative;
  margin: 8px 0 15px 0;
  padding: 8px 10px;
  max-width: 40%;
  display: block;
  word-wrap: break-word;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.28);
  border-radius: 3px;
  animation: zoomIn 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  clear: both;
  z-index: 999;
}

.live .chat .chat_converse .chat_msg_item .chat_avatar {
  position: absolute;
  top: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

.live .chat .chat_converse .chat_msg_item.chat_msg_item_admin .chat_avatar {
  left: -52px;
  background: rgba(255, 255, 255, 0.6);
}

.live .chat .chat_converse .chat_msg_item.chat_msg_item_user .chat_avatar {
  right: -52px;
  background: rgba(0, 0, 0, 0.6);
}

.live .chat .chat_converse .chat_msg_item .chat_avatar {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
}

.live .chat .chat_converse .chat_msg_item .chat_avatar>i {
  font-size: 22px;
  line-height: 40px;
  transition: all 0.3s ease-in-out;
}

.live .chat .chat_converse .chat_msg_item_user .chat_avatar>img {
  width: inherit;
  height: inherit;
  border-radius: 50%;
}

.live .chat .chat_converse .chat_msg_item_user .chat_avatar>img {
  width: inherit;
  height: inherit;
  border-radius: 50%;
}

.live .chat .chat_converse .chat_msg_item.chat_msg_item_admin {
  margin-left: 60px;
  float: left;
  background: rgba(255, 255, 255, 0.4);
  color: #263238;
}

.live .chat .chat_converse .chat_msg_item.chat_msg_item_user {
  margin-right: 60px;
  float: right;
  background: rgba(0, 0, 0, 0.4);
  color: #eceff1;
}

.live .chat .chat_converse .chat_msg_item.chat_msg_item_admin:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -12px;
  z-index: 998;
  border: 6px solid transparent;
  border-right-color: rgba(255, 255, 255, 0.4);
}

.live .chat_msg_item.chat_msg_item_user:before {
  content: "";
  position: absolute;
  top: 15px;
  right: -12px;
  z-index: 998;
  border: 6px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.4);
}

.live strong.chat_time {
  padding: 0 1px 1px 0;
  font-weight: 500;
  font-size: 8px;
  display: block;
}

.live ::-webkit-scrollbar {
  width: 6px;
}

.live ::-webkit-scrollbar-track {
  border-radius: 0;
}

.live ::-webkit-scrollbar-thumb {
  margin: 2px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}

.live .is-active {
  transform: rotate(180deg);
  transition: all 1s ease-in-out;
}

.live .is-float {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
}

.live .is-max {
  box-shadow: inset 0 -12px 10px -10px rgba(0, 0, 0, 0.18), inset 0 12px 10px -10px rgba(0, 0, 0, 0.1);
}

.live .is-loading {
  display: block;
  animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes load {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1.5);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@media only screen and (min-width: 300px) {
  .live .chat {
    width: 200px;
  }
}

@media only screen and (min-width: 480px) {
  .live .chat {
    width: 300px;
  }

  .live .chat_field {
    width: 65%;
  }
}

@media only screen and (min-width: 768px) {
  .live .chat {
    width: 290px;
  }

  .live .chat_field {
    width: 65%;
  }
}

@media only screen and (min-width: 1024px) {
  .live .chat {
    width: 290px;
  }

  .live .chat_field {
    width: 65%;
  }
}

.live .red .fab {
  background: #F44336;
  color: #eceff1;
}

.live .pink .fab {
  background: #E91E63;
  color: #eceff1;
}

.live .purple .fab {
  background: #9C27B0;
  color: #eceff1;
}

.live .deep-purple .fab {
  background: #673AB7;
  color: #eceff1;
}

.live .indigo .fab {
  background: #3F51B5;
  color: #eceff1;
}

.live .blue .fab {
  background: #2196F3;
  color: #eceff1;
}

.live .light-blue .fab {
  background: #03A9F4;
  color: #263238;
}

.live .cyan .fab {
  background: #00BCD4;
  color: #263238;
}

.live .teal .fab {
  background: #009688;
  color: #eceff1;
}

.live .green .fab {
  background: #4CAF50;
  color: #263238;
}

.live .light-green .fab {
  background: #8BC34A;
  color: #263238;
}

.live .lime .fab {
  background: #CDDC39;
  color: #263238;
}

.live .yellow .fab {
  background: #FFEB3B;
  color: #263238;
}

.live .amber .fab {
  background: #FFC107;
  color: #263238;
}

.live .orange .fab {
  background: #FF9800;
  color: #eceff1;
}

.live .deep-orange .fab {
  background: #FF5722;
  color: #eceff1;
}

.live .brown .fab {
  background: #795548;
  color: #eceff1;
}

.live .grey .fab {
  background: #9E9E9E;
  color: #eceff1;
}

.live .blue-grey .fab {
  background: #607D8B;
  color: #eceff1;
}

.live .red .chat {
  background: #F44336;
  color: #eceff1;
}

.live .pink .chat {
  background: #E91E63;
  color: #eceff1;
}

.live .purple .chat {
  background: #9C27B0;
  color: #eceff1;
}

.live .deep-purple .chat {
  background: #673AB7;
  color: #eceff1;
}

.live .indigo .chat {
  background: #3F51B5;
  color: #eceff1;
}

.live .blue .chat {
  background: #2196F3;
  color: #eceff1;
}

.live .light-blue .chat {
  background: #03A9F4;
  color: #263238;
}

.live .cyan .chat {
  background: #00BCD4;
  color: #263238;
}

.live .teal .chat {
  background: #009688;
  color: #eceff1;
}

.live .green .chat {
  background: #4CAF50;
  color: #263238;
}

.live .light-green .chat {
  background: #8BC34A;
  color: #263238;
}

.live .lime .chat {
  background: #CDDC39;
  color: #263238;
}

.live .yellow .chat {
  background: #FFEB3B;
  color: #263238;
}

.live .amber .chat {
  background: #FFC107;
  color: #263238;
}

.live .orange .chat {
  background: #FF9800;
  color: #eceff1;
}

.live .deep-orange .chat {
  background: #FF5722;
  color: #eceff1;
}

.live .brown .chat {
  background: #795548;
  color: #eceff1;
}

.live .grey .chat {
  background: #9E9E9E;
  color: #eceff1;
}

.live .blue-grey .chat {
  background: #607D8B;
  color: #eceff1;
}

.live .ink {
  display: block;
  position: absolute;
  background: rgba(38, 50, 56, 0.4);
  border-radius: 100%;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  webkit-transform: scale(0);
  transform: scale(0);
}

.live .ink.animate {
  animation: ripple 0.5s ease-in-out;
}

@keyframes ripple {

  /*scale the element to 250% to safely cover the entire link and fade it out*/
  100% {
    opacity: 0;
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    webkit-transform: scale(5);
    transform: scale(5);
  }
}
.fixed-section.mobile {
    display: none;
}
@media screen and (max-width: 767px) {
    .fixed-section.desktop {
    display: none;
}
.fixed-section.mobile {
    display: block;
}
.tabs-nav {
    overflow: scroll;
}
.header-section .nav-div ul li.post-property a {
    background: #fff;
    padding: 4px 10px !important;
    border-radius: 50px;
    color: #0E3C77 !important;
    font-size: 12px !important;
    display: flex
;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    text-transform:uppercase;
        line-height: 21px;
}
div#mega-toggle-block-0 {
    margin: 0 !important;
}
ul#mega-menu-expanded {
    padding-top: 30px !important;
}
#mega-menu-wrap-expanded #mega-menu-expanded > li.mega-menu-item{
    margin-right:25px !important;
}
#mega-menu-wrap-expanded #mega-menu-expanded > li.mega-menu-item > a.mega-menu-link{
    color: #282828 !important;
}
.mega-menu-toggle {
    background: #fff !important;
}
.date {
    float: right;
    line-height: 16px;
}
div#mega-toggle-block-0 {
    background: #0E3C77;
}
ul#mega-menu-expanded {
    background: #fff !important;
}
.price-section {
    margin-top: 20px;
}

  .mobile-view .nav-div.left {
    float: none;
  }

  .mobile-view .nav-div ul {
    display: inline-block;
  }

  .mobile-view .nav-div.left {
    float: none;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-view .toggle i.ri-bar-chart-horizontal-line {
    font-size: 24px;
    color: #fff;
  }

  .mobile-view .nav-div ul li .megamenu {
    position: absolute;
    padding: 10px;
    width: -moz-max-content !important;
    width: max-content !important;
    z-index: 9999;
  }

  .mobile-view .nav-div.flex {
    margin-top: 25px;
    float: none;
  }

  .mobile-view .nav-div ul {
    display: ruby-text;
  }

  .banner-section ul.tab {
    display: -webkit-inline-box;
    gap: 20px;
    overflow: scroll;
    width: 100%;
  }

  .banner-section .serch-field {
    width: 100%;
    margin-bottom: 30px;
  }

  .banner-section .serch-field .input-type {
    width: 60%;
  }

  .banner-section .serch-field .search-div {
    width: 38%;
  }

  .banner-section {
    padding-bottom: 0px;
    margin-top: 50px;
  }

  .destination .property-heading {
    display: block;
    margin-bottom: 20px;
  }

  .destination .destination-box {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
  }

  .slick-dots,
  .slick-next,
  .slick-prev {
    display: none !important;
  }

  .property-section .property-heading {
    display: block;
  }

  .live .chat {
    width: 250px;
  }

  .footer-section .footer-box {
    margin-top: 40px;
  }

  .header {
    position: relative;
    z-index: 999;
    float: left;
    width: 100%;
    height: auto;
    background-color: #fff;
  }

  .navbar {
    width: 100%;
    height: 4.25rem;
    margin-inline: auto;
  }

  .navbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    height: 100%;
  }

  .navbar-block {
    width: 100%;
    opacity: 0;
    overflow: auto;
    pointer-events: none;
    transition: opacity 0.4s ease;
  }

  .navbar-block.is-active {
    opacity: 1;
    pointer-events: initial;
  }
}

@media screen and (max-width: 767px) and (min-width: 62rem) {
  .navbar {
    display: flex;
    justify-content: space-between;
  }

  .navbar-block {
    position: initial;
    height: initial;
    opacity: 1;
    overflow: auto;
    pointer-events: visible;
    background: none;
    transition: none;
  }
}

@media screen and (max-width: 767px) {
  .menu {
    padding-block: 1rem;
    padding-inline: auto;
    background-color: #fff;
  }

  .menu-link {
    font-size: var(--text-base);
    font-weight: 500;
    line-height: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 0.5rem;
    padding-inline: 1.5rem;
    color: var(--color-black-500);
    transition: color 0.3s ease;
  }
}

@media screen and (max-width: 767px) and (min-width: 62rem) {
  .menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    height: 100%;
    padding: unset;
    background-color: #fff;
  }

  .menu-item {
    display: flex;
    cursor: pointer;
    padding-inline: 0.5rem;
  }

  .menu-link {
    padding: unset;
  }
}

@media screen and (max-width: 767px) {
  .dropdown-toggle {
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  .dropdown-toggle i.bx {
    font-size: 1.5rem;
    line-height: inherit;
    transition: rotate 0.4s ease;
    z-index: 9999;
  }

  .dropdown-content {
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease;
    background-color: #fff;
  }

  .dropdown-column,
  .dropdown-group,
  .dropdown-items {
    display: grid;
  }

  .dropdown-group {
    padding-bottom: 1rem;
    padding-inline: 1.5rem;
  }

  .dropdown-title {
    text-align: left;
    padding: 0;
    font-size: 20px;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    align-items: center;
    padding-inline: 1rem;
  }

  .dropdown-icon i.bx {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .dropdown-items {
    row-gap: 0.5rem;
    padding-inline: 3.5rem;
    padding-top: 0.35rem;
  }

  .dropdown-link {
    font-size: var(--text-base);
    font-weight: 400;
    line-height: inherit;
    color: #0E3C77;
    transition: color 0.3s ease;
  }

  .dropdown-show>.dropdown-toggle i.bx {
    rotate: 180deg;
  }

  .dropdown-block {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    padding-top: 1rem;
    padding-inline: 1rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 62rem) {
  .dropdown-toggle {
    -moz-column-gap: 0.35rem;
    column-gap: 0.35rem;
    pointer-events: none;
  }

  .dropdown-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 6rem;
    opacity: 0;
    height: -moz-max-content;
    height: max-content;
    pointer-events: none;
    background-color: #282828;
    transition: top 0.4s, opacity 0.3s ease;
  }

  .dropdown-column {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    max-width: 75rem;
    margin-inline: auto;
  }

  .dropdown-group {
    align-content: baseline;
    row-gap: 1.25rem;
    padding-block: 4rem;
  }

  .dropdown-group:first-child,
  .dropdown-group:last-child {
    margin: unset;
  }

  .dropdown-items {
    padding-top: unset;
  }

  .dropdown-block {
    padding-top: unset;
    padding-inline: unset;
  }

  .dropdown:hover>.dropdown-content {
    cursor: initial;
    top: 4.25rem;
    opacity: 1;
    pointer-events: initial;
  }

  .dropdown:hover>.dropdown-toggle i.bx {
    rotate: 180deg;
  }
}

@media screen and (max-width: 767px) {
  .burger {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 1.5rem;
    height: 1rem;
    border: none;
    outline: none;
    visibility: visible;
  }

  .burger-line {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 2.15px;
    opacity: 1;
    rotate: 0deg;
    border-radius: 0.15rem;
    background-color: #282828;
    transition: all 0.3s ease;
  }

  .burger-line:nth-child(1) {
    top: 0px;
  }

  .burger-line:nth-child(2) {
    top: 0.5rem;
    width: 70%;
  }

  .burger-line:nth-child(3) {
    top: 1rem;
  }

  .burger.is-active>.burger-line:nth-child(1) {
    top: 0.5rem;
    rotate: 135deg;
    background-color: #0E3C77;
  }

  .burger.is-active>.burger-line:nth-child(2) {
    opacity: 0;
  }

  .burger.is-active>.burger-line:nth-child(3) {
    top: 0.5rem;
    rotate: -135deg;
    background-color: #0E3C77;
  }
}

@media screen and (max-width: 767px) and (min-width: 62rem) {
  .burger {
    display: none;
    visibility: hidden;
  }
}

@media screen and (max-width: 767px) {
  .dropdown-title {
    display: block;
    text-align: left;
    padding: 0% !important;
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .fixed-section.mobile {
    display: block;
}
  .banner-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #282828;
  }

  .banner-section ul.tab {
    gap: 10px;
  }

  .banner-section ul.tab li a {
    font-size: 16px;
  }

  .banner-section .serch-field {
    width: 95%;
  }

  .destination .destination-box {
    margin-bottom: 20px;
  }

  .property-section .pro1 .content ul {
    gap: 5px;
  }
}

.breadcrumb-section {
  width: 100%;
  height: auto;
  float: left;

  padding: 70px 0px;
}

.breadcrumb-section ul li {
  font-size: 16px;
}

.breadcrumb-section ul li a {
  font-size: 16px;
  color: #0E3C77;
}

.listing {
  width: 100%;
  height: auto;
  float: left;
  padding: 0px 0px 50px;
  /* Tabs Container */
  /* Tabs Navigation */
  /* Tab Buttons */
  /* Moving Indicator */
  /* Tab Panels */
  /* Animations */
  /* Focus styles */
  /* Content styling */
}

.listing .tabs {
  width: 100%;
}

.listing .tabs-nav {
  position: relative;
  display: flex;
  gap: var(--tabs-gap);
  padding: 10px;
  border-radius: 10px;
  border: 1px solid gainsboro;
  margin-bottom: 1rem;
  isolation: isolate;
  /* Create new stacking context */
}

.listing .tab-button {
  flex: 1;
  all: unset;
  position: relative;
  padding: 10px;
  cursor: pointer;
  transition: color var(--transition-duration) var(--transition-timing);
  text-align: center;
  white-space: nowrap;
  margin: 0px 10px;
  z-index: 1;
}

.listing .tab-button::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 120%;
  background-color: #0E3C77;
  width: 0%;
  height: 3px;
  border-radius: 10px;
  transition: 0.6s;
}

.listing .tab-button:hover::after {
  width: 100%;
}

.listing .tab-button:hover {
  color: #0E3C77;
}

.listing .tab-button[aria-selected=true] {
  color: #0E3C77;
}

.listing .tab-button[aria-selected=true]::after {
  width: 100%;
}

.listing .tabs-indicator {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  border-radius: 8px;
  transition: transform var(--transition-duration) var(--transition-timing), width var(--transition-duration) var(--transition-timing);
  pointer-events: none;
  z-index: 0;
  box-shadow: 0 0 0 1px var(--border-color), 0 4px 12px rgba(0, 0, 0, 0.1);
  will-change: transform, width;
}

.listing .tab-panel {
  background: transparent;
  border-radius: var(--tab-border-radius);
  display: none;
  transform-origin: top;
  animation: slideIn var(--transition-duration) var(--transition-timing);
  box-shadow: 0 0 0 1px var(--border-color), 0 4px 12px rgba(0, 0, 0, 0.1);
}

.listing .tab-panel[aria-hidden=false] {
  display: block;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.listing .tab-button:focus-visible {
  outline: 2px solid #0E3C77;
  outline-offset: 2px;
}

.listing .tab-panel h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  color: #282828;
}

.listing .location-div {
  padding: 10px 10px 7px;
  background: ghostwhite;
  border-radius: 10px;
  font-size: 18px;
}

.listing .location-div a {
  float: right;
  color: #0E3C77;
  background: #fff;
  padding: 3px 7px;
  border-radius: 50%;
}

.listing .tab-panel p {
  line-height: 1.6;
  opacity: 0.9;
}

.listing img {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.listing .heading-title {
  display: flex;
}

.listing .heading-title h3 {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 370px;
  margin-right: 15px;
  margin-bottom: 0px;
  color: #282828;
}

.listing .heading-title p {
  margin-bottom: 0px;
}

.listing .heading-title p a {
  color: #ccc !important;
}

.listing .heading-title ul {
  display: flex;
  gap: 10px;
}

.listing .heading-title ul i {
  font-size: 20px;
  color: #ccc;
}

.listing .heading-title ul i:hover {
  color: #0E3C77;
}

.listing p a {
  color: #0E3C77 !important;
}

.listing .features {
  border-radius: 10px;
}

.listing .features ul {
  display: flex;
  align-items: center;
}

.listing .features li {
  display: flex;
  align-items: center;
  padding: 0px 23px 0px 23px;
  gap: 5px;
  border-right: 1px solid #d7d7d7;
}

.listing .features li .icon img {
  width: 30px;
  height: auto;
}

.listing .features li .content small {
  display: block;
  font-size: 12px;
  color: #606060;
  font-weight: 300;
}

.listing .features li .content small strong {
  font-weight: 700;
}

.listing .features li:last-child {
  border: none;
}

.listing .price-section {
  width: 100%;
  background: #eee;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.listing .price-section h3 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0px;
}

.listing .price-section a {
  color: #282828;
  text-decoration: underline !important;
}

.listing .price-section p.mt-3 {
  font-size: 12px;
  text-align: center;
  margin-bottom: 0px !important;
}

.listing .contact-btn {
  margin-top: 40px;

}

.listing .contact-btn a {
  color: #fff;
  text-decoration: none !important;
}

.listing .row.align-items-center.box-shadow {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  margin: 20px 0px;
  padding: 20px 0px;
  border-radius: 10px;
}

.listing p.mt-3 {
  font-size: 16px;
  margin-bottom: 0px;
}

.listing p {
  color: #282828;
}

.pro-list {
  display: flex;
  align-items: center;

}

.pro-list .icon img {
  width: 30px;
  height: auto;
  margin-right: 5px;
}

.pro-list .content {
  display: grid;
  padding: 0;
  line-height: 15px;
}

.pro-list .content small {
  text-transform: uppercase;
  font-size: 10px;
}

.pro-list .content small strong {
  text-transform: capitalize;
  font-size: 12px;
}

.col-sm-4.brdr {
  border-right: 1px solid #eee;
}

.listing p.mt-3 {
  font-size: 12px;
  margin-bottom: 0px;
}

.heading-title ul {
  line-height: 20px;
}

.listing p a {
  color: #0E3C77 !important;
  font-size: 16px;
}

.listing .row.align-items-center.box-shadow .relative {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.listing .row.align-items-center.box-shadow .content-overlay {
  position: absolute;
  bottom: 0;
  background: #0000006b;
  width: 100%;
  padding: 0px 10px;
}

.listing .row.align-items-center.box-shadow .content-overlay span {
  color: #fff;
  font-size: 12px;
}

button.btn.btn-primary.danger, button.btn.btn-primary.border {
  background: #0E3C77;
  border:none !important;
  border-radius: 30px;
  outline: none !important;
  font-size: 14px;
  padding: 8px 27px;
  margin-bottom:15px;
}

a.view-btn.border {
  margin-top: 15px;
  border: 1px solid #0E3C77 !important;
  background: transparent !important;
  color: #0E3C77;
  border-radius: 30px;
  outline: none !important;
  font-size: 14px;
  padding: 8px 27px;
  
}

a.view-btn.border:hover {
  background-color: #0E3C77 !important;
  color: #fff;

}

button.btn.btn-primary:focus, button.btn.btn-primary.border:focus {
  outline: none !important;
  box-shadow: none !important;
}

.modal {
  z-index: 99999 !important;
}

.breadcrumb-section ul {
  float: left;
}

.date {
  float: right;
  line-height:16px;
}

.tabs-nav {
  width: 75%;
  float: left;
}

.listing .tab-panel .container {
  display: block;
  float: left;
}

.listing .dropdown {
  float: right;
  border: 1px solid #eee;
  background: #fff !important;
  border-radius: 20px;
}

a#dropdownMenuLink {
  background: #fff;
  color: #0E3C77;
  border: 1px solid #0E3C77;
  border-radius: 30px;
  padding: 8px 27px;
}

[data-jplist-group] {
  display: flex;
  font-size: 16px;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

[data-jplist-item] {
  border-bottom: 1px dotted #ccc;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
}

.buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.ads {
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.free-ads {
  background: #0E3C770d;
  padding: 15px;
  border-radius: 10px;
}

.free-ads h2 {
  font-size: 20px;
  color: #282828;
  margin: 0;
  text-align: center;
}

.free-ads h2 span {
  color: #0E3C77;
}

.ads h5 {
  margin: 20px 0px;
  text-align: center;
  font-size: 18px;
  color: #282828;
}

.post-btn {
  text-align: center;
  background: #0E3C77;
  padding: 10px 27px;
  border-radius: 30px;
  color: #fff;
}

.items {
  margin: 30px 0px;
}

.items img {
  width: 18px;
  height: auto;
  margin-top: 2px;
  float: left;
  margin-right: 3px;
}

.items h4 {
  font-size: 20px;
  color: #282828;
}

.items li {
  font-size: 14px;
  margin-top: 7px;
  color: #282828;
}

h2.heading {
  font-size: 16px;
  text-align: center;
  background: #0E3C770f;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ffc107;
}

.form-modal {
  margin: 20px 0px;
}

.form-modal .input-group {
  display: grid;
  margin-bottom: 7px;
  gap: 7px;
}

.form-modal .input-group input {
  border: none;
  padding: 7px;
  border: 1px solid #ccc;
  border-radius: 10px !important;
  width: 100%;
}
li.post-property span {
    font-size: 12px;
    background: #0E3C77;
    color: #fff;
    padding: 3px 7px;
    border-radius: 4px;
    text-transform: uppercase;
}
.form-modal .input-group input:focus {
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #0E3C77;
}

.continue-btn button {
  background: #0E3C77;
  display: block;
  width: 100%;
  border: none;
  padding: 10px;
  border-radius: 30px;
  margin: 20px 0px;
  color: #fff;
}

.item-details,
.more-details {
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  padding: 30px 20px;
}

.item-details h2 {
  font-size: 22px;
  color: #282828;
  display: flex;
  align-items: center;
  gap: 40px;
}
.modal-dialog{
  max-width: 400px !important;
}
.side h3 {
  font-size: 20px;
}
.item-details h2 a,
.item-details p a {
  font-size: 16px;
  color: #282828;

}

.item-details p a {
  text-decoration: underline !important;
  font-weight: 700;
}
.content.div {
  width: 24% !important;
  float: right;
  margin: 15px 0px;
}


.item-details img {
  width: 100%;
  border-radius: 10px;
}

ul.details-features {
  background: #eee;
  border-radius: 10px;
  padding: 20px 10px !important;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

ul.details-features li {
  display: flex;
  align-items: center;
  gap: 5px;
}

ul.details-features img {
  width: 20px;
}

.details-item p {
  margin-bottom: 3px;
}

.content-info button.btn.btn-primary.border {
  margin: 0%;
  margin-left: 15px;
}

.content-info small {
  float: right;
}

.report-div span {
  float: right;
  text-align: right;
  font-size: 20px;
  position: relative;
  cursor: pointer;
}

.report-div ul {
  font-size: 14px;
  background: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  border-radius: 10px;
  width: max-content;
  text-align: left;
  position: absolute;
  top: 110%;
  right: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}

.report-div span:hover ul {
  visibility: visible;
  opacity: 1;
}

.report-div ul li {
  padding: 10px;

}

.report-div ul li:first-child {
  border-bottom: 1px solid #eee;
}

.report-div ul li:hover {
  background-color: #eee;
}

.report-div ul li a {
  color: #282828;
}

.offer {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #d6232a12;
  border-radius: 10px;
  border: 1px solid #ffc107;
  width: max-content;
  overflow: hidden;
}

.offer h4 {
  margin: 0;
  background: #ffc107;
  padding: 7px;
  font-size: 16px;
}
strong {
    font-weight: 600 !important;
} 
.offer span {
  padding-right: 10px;

}

.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
  display: none;
}

.add-read-more.show-more-content .read-more {
  display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
  font-weight: bold;
  margin-left: 2px;
  color: #282828;
  cursor: pointer;
}

.add-read-more {

  width: 100%;
  margin: 0 auto;
}

.property-details {
  padding-bottom: 50px;
}

.property-details .content {
  display: flex;
  padding: 0px 0;
}

.main {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 860px;
  margin-right: 0px;

}

.side {

  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 100%;
  height: max-content;
  color: #282828;
  box-shadow: 0px 0px 10px rgb(0 0 0/10%);
  background: #fff;
  border-radius: 10px;
  padding: 20px;

}

.property-details .content {
  background: #fff;
  padding: 15px 15px 15px;
}

.form-control {
  border: 1px solid #eee;
  border-radius: 3px;
  box-shadow: none;
  margin-bottom: 15px;
}

.form-control:hover,
.form-control:focus,
.form-control:active {
  box-shadow: none;
}

.form-control:focus {
  border: 1px solid #34495e;
}

.select2.select2-container {
  width: 100% !important;
}

.select2.select2-container .select2-selection {
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 34px;
  margin-bottom: 15px;
  outline: none;
  transition: all .15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #333;
  line-height: 32px;
  padding-right: 33px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
  border-left: 1px solid #eee;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  height: 32px;
  width: 33px;
}

span.select2-search.select2-search--dropdown {
  display: none;
}

.select2.select2-container .select2-selection {
  border-radius: 10px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
  background: transparent !important;
}

.profile-div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.profile-div img {
  width: 80px;
  height: auto;
}

.profile-div span {
  color: #282828;
  line-height: 20px;
}

a.view-profile {
  display: block;
  text-align: center;
  border: 1px solid;
  padding: 10px;
  border-radius: 30px;
  color: #0E3C77;
}

a.view-profile:hover {
  background-color: #0E3C77;
  color: #fff;
}

.side p {
  font-size: 15px;
}

.listing .tab-panel[aria-hidden=false] {
  display: block;
  float: left;
  width: 100%;
}

.more-details.mt-3 h3 {
  font-size: 24px;
  font-weight: 600;
}
.features .container-fluid{
  padding: 0;
}

/* signup */


.wrapper {
  position: relative;
  right: 0;
  transition: all 0.15s ease-out;
  padding-top: 20px;
}
.sidebar {
  position: fixed;
  overflow: auto;
  top: 0;
  right: -300px;
  z-index: 9999;
  height: 100%;
  width: 300px;
  transition: all 0.15s ease-out;
  background: pink;
  padding: 20px;
  box-sizing: border-box;
}
.is-shift-sidebar {
  right: 0;
}
.is-shift-content {
  right: 300px;
}
    #mega-menu-wrap-expanded {
        background: transparent !important;
       
    }
   .mega-menu-row{
         padding:20px !important;
    }
    ul.mega-sub-menu {
    width: max-content !important;
}
a.mega-menu-link {
    background: transparent !important;
}
ul.mega-sub-menu {
    background: #fff !important;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%) !important;
}
h4.mega-block-title {
    font-size: 16px !important;
    font-weight: 500 !important;
    border-bottom: 1px solid gainsboro !important;
    margin-bottom: 10px !important;
}
 ul.mega-sub-menu li {
    line-height:40px !important;
}
 ul.mega-sub-menu li.menu-item.menu-item-type-custom.menu-item-object-custom a {
    font-size: 16px !important;
}
 ul.mega-sub-menu li.menu-item.menu-item-type-custom.menu-item-object-custom a:hover{
     color: #0E3C77;
 }
.footer-nav-widgets-wrapper.header-footer-group {
    display: none;
}
.footer-nav-widgets-wrapper.header-footer-group {
    display: none;
}
main#site-content {
    margin: 10% auto 5%;
    width: 350px;
}
input.user-registration-Button.button, button.btn.button.ur-submit-button {
    display: block;
    width: 100%;
    border: none !important;
    border-radius: 4px;
    background: #0E3C77;
    color: #fff;
    margin:0px !important;
}
.ur-frontend-form .ur-form-row {
    display: block !important;
}
.ur-form-grid.ur-grid-2, .ur-form-grid.ur-grid-1 {
    width: 100% !important;
}
div#ur-frontend-form {
    height: auto !important;
    float: left !important;
    margin-bottom: 50px !important;
    width: 100% !important;
}
form.wpcf7-form{
    width: 100%;
    margin: 20px 0px;
}
form.wpcf7-form input {
    width: 100%;
    border: 1px solid gainsboro;
    padding: 10px;
    border-radius: 10px;
}
form.wpcf7-form input:focus{
    border: 1px solid #0E3C77 !important;
}
form.wpcf7-form textarea {
    width: 100%;
    border: 1px solid gainsboro;
    padding: 10px;
    border-radius: 10px;
    height:80px;
}
form.wpcf7-form textarea:focus{
    border: 1px solid #0E3C77 !important;
}
form.wpcf7-form label {
    width: 100%;
    display: block;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #0E3C77;
    border: none;
    color: #fff;
}
h2.form-title {
    margin: 0px;
    font-size: 22px;
}
.input-group br {
    display: none;
}
/*  */
@media screen and (max-width: 767px) {
  .breadcrumb-section {
    margin-top: 30px;
  }

  .listing .tab-button {
    padding: 5px;
    margin: 5px;
  }

  .listing .heading-title h3 {
    max-width: 240px;
  }
ul.mega-sub-menu {
    float: none !important;
    width: 100% !important;
}
.offer small {
    font-size: 10px;
    width: 220px;
}
.offer h4 {
    font-size: 12px;
}


  .listing .tab-panel h2 {
    font-size: 22px;
  }

  .listing .features li {
    display: grid;
    align-items: center;
    padding: 0px 10px 0px 10px;
    gap: 10px;
    border-right: 1px solid #d7d7d7;
  }

  .listing .location-div {
    font-size: 16px;
  }

  .tabs-nav {
    width: 100%;
    float: left;
  }

  .pro-list {
    display: block;
    align-items: center;
  }

  .pro-list .icon {
    margin-bottom: 5px;
  }

  button.btn.btn-primary.border {
    margin-top: 0%;
  }

  .listing img {
    height: 200px;
  }

  .items img {
    height: auto;
  }

  .profile-div img {
    width: 120px;
    height: auto;
  }

  .profile-div span {
    display: grid;
    font-size: 18px;
    line-height: 27px;
  }

  .listing .container-fluid {
    padding: 10px;
  }

  button.btn.btn-primary.border {
    margin-top: 5%;
  }

  .offer a {
    color: #0E3C77;
    padding-right: 10px;
    word-wrap: break-word;
    white-space: break-spaces;
    font-size: 10px;
    text-align: left;
  }

  ul.details-features {
    display: block;
    margin-top: 10px !important;
  }

  ul.details-features li {
    line-height: 30px;
    border-radius: 0;
  }

  .item-details h2 {
    display: block;
  }

  .details-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .contact-btn {
    display: grid;
    margin-bottom: 5px;
  }
button.btn.btn-primary.danger {
    margin-bottom: 0;
}
  .main {
    height: 0%;
  }

  .offer {
    position: absolute;
    left: 20px;
    margin-top:30px;
    
  }

  .more-details.mt-3 .row.mt-3 {
    margin-top: 60px !important;
  }
  .destination .property-heading a, .property-section .property-heading a {
   
    display: block;
    margin-top: 30px;
}
main#site-content {
    margin: 30% auto 10%;
    width: 90%;
}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .listing .tab-panel h2 {
    font-size: 24px;
  }

  .listing img {
    height: 165px;
  }

  .listing .tab-panel p {
    line-height: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .listing .heading-title h3 {
    max-width: 240px;
  }

  .listing .features li {
    padding: 0px 5px;
  }

  .listing .features li .icon img {
    width: 20px;
    height: auto;
  }

  .listing .features li .content small {
    font-size: 10px;
  }

  .listing .price-section {
    padding: 10px;
  }

  .footer-section ul.footer-menu li a {
    color: #282828;
    font-size: 12px;
  }

  .tabs-nav {
    width: 100%;
    float: left;
  }

  .listing .features {
    margin: 20px 0px;
  }

  .listing .features .container-fluid {
    padding: 0;
  }

  .listing p a {
    margin-top: 10px !important;
    display: block;
  }

  .listing .tab-panel p {
    line-height: 20px;
  }

  .pro-list .content small strong {
    text-transform: capitalize;
    font-size: 10px;
  }

  button.btn.btn-primary.danger {
    padding: 8px 17px;
  }

  button.btn.btn-primary.border {
    padding: 8px 17px;
  }

  .items img {
    width: 18px;
    height: auto;
  }

  .profile-div img {
    width: 120px;
    height: auto;
  }

  .content {
    background: #fff;
    padding: 15px 0px;
  }

  .main {
    height: 0px;
    margin-right: 0px;
  }

  .offer span {
   padding-right:5px;
  }
 
}

#card2{
	overflow: hidden;
	color: #2c3e50;
  position: relative;
}
.modal-content.agent{
  border: none !important;
}
.modal{
    top:20% !important;
}
#card2 a{
	color: #2c3e50;
}

#card2 .wrapper{
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#card2 .header{
	width: 100%;
	height: 100px;
	position: relative;
	background-color: #0E3C77;
}
.modal-content.agent button.btn-close {
  background: none !important;
  position: absolute;
  top: 0;
  z-index: 99999;
  right: 0;
  color: #fff;
}
#card2 .header:after{
	content: '';
    background: inherit;
    bottom: 0;
    display: block;
    height: inherit;
    position: absolute;
    left: 0;
    right: 0;
    transform: skewY(-8deg);
    -webkit-transform: skewY(-8deg);
    transform-origin: 100%;
}

#card2 .image-wrapper{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-image: url("https://static.pexels.com/photos/7097/people-coffee-tea-meeting.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
    z-index: 5;
    top: -30px;
    left: 50%;
    margin-left: -50px;
    z-index:9999;
}

#card2 .name{
	margin-top: 80px;
	text-align: center;
}


#card2 .info{
	margin: 0px 0 30px;
	text-align: center;
}
#card2 .info span i {
  background: #0E3C77;
  border-radius: 50%;
  width: 30px;
  height: 29px;
  display: inline-block;
  color: #fff;
  padding: 2px;
  font-size: 16px;
}
div#exampleModal {
    top: 20% !important;
}
div#exampleModal1 {
    top: 10% !important;
}
.listing.mt-5 {
    margin-top: 130px !important;
}
 a.mega-menu-link {
    line-height: 50px !important;
    height: 50px !important;
    font-size: 18px !important;
    font-weight: normal;
    outline: none;
}
#mega-menu-wrap-expanded #mega-menu-expanded > li.mega-menu-megamenu > ul.mega-sub-menu {

    top: 100%;
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius:7px !important;
}
#mega-menu-wrap-expanded #mega-menu-expanded li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
    margin:0px !important;
}
li.location {
    padding: 13px !important;
    margin-left: 10px;
}
li.location h2{
    text-transform:uppercase;
}
li.location a{
    font-size: 15px !important;
}
article#post-370, article#post-368, article#post-378 {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    padding: 20px;
    border-radius: 10px;
}
article#post-370 h1.entry-title, article#post-368 h1.entry-title, article#post-378 h1.entry-title {
    font-size: 30px;
    text-transform: uppercase;
}

/**/
div#share .modal-content.agent {
    padding: 20px;
}
div#share .modal-content.agent button.btn-close{
    color: #282828;
    background: transparent !important;
    padding: 6px !important;
    top: 0 !important;
    margin-top: 0px !important;
    border-radius: 50px;
}
div#share .modal-content.agent button.btn-close i.ri-close-large-line {
    display: flex
;
    line-height: 10px;
}
h2.heading-title {
    font-size: 22px;
    margin-bottom: 0px;
}

button.view-modal {
    background: transparent !important;
    border: none;
    padding: 0px !important;
}
#share :is(header, .icons, .field){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#share header{
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedf9;
}
#share header span{
  font-size: 21px;
  font-weight: 600;
}
#share header .close, .icons a{
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
} 
#share header .close{
  color: #878787;
  font-size: 17px;
  background: #f3f3f3;
  height: 33px;
  width: 33px;
  cursor: pointer;
}
#share header .close:hover{
  background: #ebedf9;
}
#share .content{
  margin: 20px 0;
}
#share .icons{
  margin: 15px 0 20px 0;
  display:flex;
  align-items:center;
  justify-content: start;
  gap:15px;
}
#share .content p{
  font-size: 16px;
}
#share .content .icons a{
  height: 50px;
  width: 50px;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid transparent;
}
#share .icons a i{
  transition: transform 0.3s ease-in-out;
}
#share .icons a:nth-child(1){
  color: #1877F2;
  border-color: #b7d4fb;
}
#share .icons a:nth-child(1):hover{
  background: #1877F2;
}
#share .icons a:nth-child(2){
  color: #46C1F6;
  border-color: #b6e7fc;
}
#share .icons a:nth-child(2):hover{
  background: #46C1F6;
}
#share .icons a:nth-child(3){
  color: #e1306c;
  border-color: #f5bccf;
}
#share .icons a:nth-child(3):hover{
  background: #e1306c;
}
#share .icons a:nth-child(4){
  color: #25D366;
  border-color: #bef4d2;
}
#share .icons a:nth-child(4):hover{
  background: #25D366;
}
#share .icons a:nth-child(5){
  color: #0088cc;
  border-color: #b3e6ff;
}
#share .icons a:nth-child(5):hover{
  background: #0088cc;
}
#share .icons a:hover{
  color: #fff;
  border-color: transparent;
}
#share .icons a:hover i{
  transform: scale(1.2);
}
#share .content .field{
  margin: 12px 0 -5px 0;
  height: 45px;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #757171;
}
#share .field.active{
  border-color: #7d2ae8;
}
#share .field i{
  width: 20px;
  font-size: 18px;
  text-align: center;
}
#share .field.active i{
  color: #7d2ae8;
}
#share .field input{
  width: 65%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 15px;
}
#share .field button{
  color: #fff;
  padding: 5px 18px;
  background: #7d2ae8;
}
#share .field button:hover{
  background: #8d39fa;
}
.row.search {
    gap: 10px;
}
.row.search li {
    width: auto;
    padding: 0 !important;
    display: flex
;
    align-items: center;
    justify-content: start;
    width: 31%;
}
.row.search li:last-child{
    border-right:1px solid #d7d7d7;
}
.search img {
    width: 20px;
    height: auto;
}
.ads img{
    height: auto;
}
.row.search li {
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 5px !important;
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */