@import url("https://fonts.googleapis.com/css2?family=Numans&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  -webkit-box-shadow: inset 0 -1px 0 #ddd;
          box-shadow: inset 0 -1px 0 #ddd;
  outline: none !important;
}

button {
  outline: none !important;
}

body {
  height: 100%;
}

@media (max-width: 767px) {
  body {
    overflow: auto;
  }
}

.btn-red {
  background-color: #a33;
  font-family: "Numans", sans-serif;
}

.btn-blue {
  background-color: #038;
  font-family: "Numans", sans-serif;
}

.address-btn {
  font-size: 12px;
  font-family: "Numans", sans-serif;
  width: 100%;
}

.navbar-header {
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
  top: 0px;
}

.navbar-web .more-logo-img img {
  width: 100px;
}

@media (max-width: 767px) {
  .navbar-web .more-logo-img img {
    width: 50px;
  }
}

.navbar-web .stlmls-logo-img img {
  width: 250px;
}

@media (min-width: 1025px) and (max-width: 1424px) {
  .navbar-web .stlmls-logo-img img {
    width: 168px;
    position: relative;
    left: 59%;
  }
}

@media (max-width: 767px) {
  .navbar-web .stlmls-logo-img img {
    width: 150px;
    margin-left: 10px;
  }
}

.navbar-button li {
  list-style-type: none;
}

@media (max-width: 767px) {
  .navbar-button li {
    display: inline-block;
    width: 100%;
  }
  .navbar-button li button {
    width: 100%;
    font-size: 12px;
  }
}

@media (max-width: 767px) and (max-width: 360px) {
  .navbar-button li button {
    font-size: 10px;
  }
}

.banner-section {
  background-image: url("../images/stlmls.com-header-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .banner-section {
    height: auto;
  }
}

.home-full-height {
  height: 100vh;
}

.home-page-search {
  width: 650px;
  height: 49px;
  border-radius: 49px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .home-page-search {
    width: 90%;
  }
}

.home-page-search .main-search-input {
  width: 60%;
}

@media (max-width: 767px) {
  .home-page-search .main-search-input {
    width: 70%;
  }
}

.home-page-search .main-search-advance {
  width: 30%;
  border-left: 1px solid #038;
}

@media (max-width: 767px) {
  .home-page-search .main-search-advance {
    width: 10%;
  }
  .home-page-search .main-search-advance span img {
    width: 21px;
  }
}

.home-page-search .main-search-advance a {
  color: #038;
  padding-left: 10px;
}

.home-page-search .search-btn-home {
  width: 10%;
}

.home-page-search .search-btn-home a {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .home-page-search .search-btn-home a {
    padding: 0 12px;
  }
}

@media (max-width: 767px) {
  .home-page-search .search-btn-home {
    width: 20%;
  }
}

.home-page-search .main-search {
  position: relative;
}

.home-page-search .main-search input {
  font-size: 14px;
  background-color: transparent;
  height: 49px;
  font-family: "Numans", sans-serif;
  position: relative;
  z-index: 2;
  margin: 0;
}

.home-page-search .main-search input:focus {
  outline: 0 !important;
  -webkit-box-shadow: inset 0 -1px 0 transparent !important;
          box-shadow: inset 0 -1px 0 transparent !important;
}

@media (max-width: 767px) {
  .home-page-search .main-search input {
    width: 90%;
  }
}

.home-page-search .search-icon {
  right: -1px;
  top: 0px;
  color: #fff;
  border-radius: 24px;
  font-size: 23px;
  cursor: pointer;
  display: inherit;
  text-align: center;
}

@media (max-width: 767px) {
  .home-page-search .search-icon {
    position: absolute;
  }
}

.home-page-search .search-icon i {
  position: relative;
  top: 1px;
}

.inner-page-search {
  position: absolute;
  top: -50px;
  left: 130px;
}

@media (max-width: 1024px) {
  .inner-page-search {
    position: relative;
    top: 0;
    left: 0;
  }
}

.inner-page-search .inner-search {
  position: relative;
  width: 300px;
}

@media (max-width: 1024px) {
  .inner-page-search .inner-search {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .inner-page-search .inner-search {
    width: 100%;
  }
}

.inner-page-search .inner-search input {
  width: 300px;
  font-size: 14px;
  height: 40px;
  font-family: "Numans", sans-serif;
  z-index: 2;
  position: relative;
}

@media (max-width: 1024px) {
  .inner-page-search .inner-search input {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .inner-page-search .inner-search input {
    width: 100%;
  }
}

.inner-page-search .search-icon {
  right: -1px;
  top: 0px;
  color: #fff;
  border-radius: 40px;
  font-size: 14px;
  cursor: pointer;
  padding: 9px 12px;
  z-index: 2;
  height: 40px;
  width: 40px;
}

.inner-page-search .search-icon i {
  position: relative;
  top: 1px;
}

.menu-button {
  position: absolute;
  top: -50px;
  right: 0;
}

@media (max-width: 767px) {
  .menu-button {
    top: -35px;
  }
}

.am_secondry-bar {
  height: 3px;
  width: 28px;
  display: block;
  margin: 5px auto;
  background: #a33;
  border-radius: 2px;
}

.details-section {
  height: 100vh;
}

.overflow-hiden {
  overflow-y: hidden;
}

@media (max-width: 767px) {
  .overflow-hiden {
    overflow-y: auto;
  }
}

.google-map {
  width: 50%;
  margin-top: 10vh;
  position: relative;
}

@media (max-width: 767px) {
  .google-map {
    width: 100%;
    margin-top: 0;
  }
}

.google-map img {
  height: 100vh;
}

.google-map .save-search {
  position: absolute;
  top: 20px;
  right: 15px;
}

.google-map .save-search button {
  font-family: "Numans", sans-serif;
}

.details-content {
  width: 50%;
}

@media (max-width: 767px) {
  .details-content {
    width: 100%;
  }
}

.adance-search-link span {
  font-family: "Numans", sans-serif;
  font-weight: 12px;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.card-details-section {
  overflow-y: auto;
}

@media (max-width: 767px) {
  .card-details-section {
    height: auto;
  }
}

.gallery-details-section {
  overflow-y: auto;
  height: 87vh;
}

@media (max-width: 767px) {
  .gallery-details-section {
    height: auto;
  }
}

.details-image .like-icon {
  top: 10px;
  left: 10px;
}

.details-image .like-icon i {
  color: #a33;
}

.card-box-title a {
  color: #038;
  font-family: "Numans", sans-serif;
  height: 50px;
  display: inline-block;
  overflow: hidden;
}

.card-box-title a:hover {
  text-decoration: none;
}

.card-head-price button {
  color: #038;
  font-family: "Numans", sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.details-image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.card-box-tag li {
  margin-right: 10px;
  list-style-type: none;
}

.card-box-tag li:last-child {
  margin-right: 0;
}

.card-box-btn button {
  font-size: 0.72rem;
  padding: .2rem .3rem;
}

@media (max-width: 767px) {
  .card-box-btn button {
    font-size: 13px;
  }
}

.card-box-text {
  padding-top: 15px;
}

.card-box-text p {
  font-size: 14px;
  line-height: normal;
  font-family: "Numans", sans-serif;
  height: 51px;
  overflow: hidden;
  margin-bottom: 12px;
}

.forgot-password p,
.reguster-text p {
  color: #373737;
  font-family: "Numans", sans-serif;
  font-size: 16px;
}

.forgot-password p a,
.reguster-text p a {
  color: #038;
}

.forgot-password p a:hover,
.reguster-text p a:hover {
  text-decoration: none;
}

.google-map-inner {
  margin-top: 0;
  width: 100%;
}

.details-card-footer .grid-img img {
  width: 100px;
  background: #00000085;
  padding: 10px;
}

.footer-bottom {
  border-top: 1px solid #ddd;
}

.footer-bottom .footer-bottom-logo img {
  width: 50px;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #a33 !important;
}

.dropdown-item .check-mark {
  color: #a33 !important;
}

.submenu {
  position: absolute;
  display: none;
  left: 0;
  top: 40px;
  z-index: 99999;
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.submenu a {
  display: inline-block;
  width: 100%;
  padding: 6px 15px;
  background-color: #fff;
  color: #038;
}

.submenu a:hover {
  background-color: #a33;
  color: #fff;
}

.submenu button {
  display: inline-block;
  width: 100%;
  padding: 6px 15px;
  background-color: #fff;
  color: #038;
  text-align: left;
}

.submenu button:hover {
  background-color: #a33;
  color: #fff;
}

.qrcode-btn button {
  background-color: #a33 !important;
}

.navbar-button li:hover .submenu {
  display: block;
}

.save-sarch-btn-group .save-btn {
  background-color: #AE1D2C;
  font-weight: 600;
}

.save-sarch-btn-group .close-btn {
  background-color: #AABAC3;
  font-weight: 600;
}

.sign-up-form-part {
  width: 60%;
}

@media (max-width: 767px) {
  .sign-up-form-part {
    width: 100%;
  }
}

.sign-up-logo-content {
  width: 40%;
  background-color: #F9F9F9;
}

@media (max-width: 767px) {
  .sign-up-logo-content {
    width: 100%;
  }
}

.sign-up-form-logo img {
  width: 100px;
}

.sign-up-heading h4 {
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 0;
  color: #038;
  font-weight: 600;
}

.sign-up-heading ul {
  padding-left: 15px;
}

.sign-up-heading li {
  padding-left: 0;
  color: rgba(0, 0, 0, 0.8);
  padding-bottom: 7px;
}

.form-heading h3 {
  font-size: 20px;
  color: #038;
  font-weight: 600;
}

.form-heading p {
  font-size: 16px;
}

.sign-up-inner-form {
  width: 90%;
  margin: 0 auto;
}

.fb-btn-form {
  display: inline-block;
  width: 100%;
  display: inline-block;
  background-color: #4762AE;
  border-radius: 5px;
  color: #fff;
}

.fb-btn-form i {
  font-size: 20px;
}

.fb-btn-form:hover {
  text-decoration: none;
  color: #fff;
}

.google-btn-form {
  display: inline-block;
  width: 100%;
  display: inline-block;
  background-color: #4285F4;
  border-radius: 5px;
  color: #fff;
}

.google-btn-form i {
  font-size: 20px;
}

.google-btn-form:hover {
  text-decoration: none;
  color: #fff;
}

.linkedin-btn-form {
  display: inline-block;
  width: 100%;
  display: inline-block;
  background-color: #0077b5;
  border-radius: 5px;
  color: #fff;
}

.linkedin-btn-form i {
  font-size: 20px;
}

.linkedin-btn-form:hover {
  text-decoration: none;
  color: #fff;
}

.signup-inner-link a {
  color: #038;
}

.about-proprty-section .heading-about h3 {
  font-size: 22px;
  color: #01327F;
  font-weight: 600;
}

.about-proprty-section .property-list li {
  padding: 5px;
  margin: 5px 0;
  list-style-type: none;
}

.about-proprty-section .property-list li:nth-child(odd) {
  background-color: #F2F2F2;
}

.about-proprty-section .property-list li:nth-child(even) {
  background-color: #fff;
}

.about-proprty-section .see-all-list a {
  color: #038;
  font-weight: 600;
}

.about-proprty-section .information-list li {
  list-style-type: none;
  padding-bottom: 6px;
}

.about-proprty-section .information-list li i {
  color: #038;
}

.about-proprty-section .information-list li span {
  font-style: italic;
}

.dis-main-section {
  background-color: #fff;
}

.dis-main-section .dis-main-title h3 {
  font-size: 50px;
  font-family: "Numans", sans-serif;
  font-weight: 500;
  color: #a33;
}

@media (max-width: 767px) {
  .dis-main-section .dis-main-title h3 {
    font-size: 30px;
  }
}

.dis-main-section .dis-main-title h4 {
  font-size: 28px;
  font-family: "Numans", sans-serif;
  font-weight: 400;
  color: #038;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .dis-main-section .dis-main-title h4 {
    font-size: 20px;
  }
}

.dis-main-section .dis-main-title p {
  font-size: 20px;
  font-family: "Numans", sans-serif;
}

@media (max-width: 767px) {
  .dis-main-section .dis-main-title p {
    font-size: 16px;
  }
}

.g-details-section {
  background-color: #f1f5f8;
}

.g-details-section .gallery-details-box {
  background-color: #fff;
  min-height: 150px;
  margin-bottom: 20px;
}

.g-details-section .gallery-details-box i {
  font-size: 30px;
  color: #038;
}

.g-details-section .gallery-details-box p {
  font-size: 16px;
  padding-top: 10px;
  color: #038;
  font-family: "Numans", sans-serif;
  font-weight: 400;
}

.video-section iframe {
  width: 100%;
  height: 100vh;
}

@media (max-width: 767px) {
  .video-section iframe {
    height: auto;
  }
}

.gallery-slider {
  position: relative;
}

@media (max-width: 767px) {
  .gallery-slider {
    position: relative;
    top: 100px;
    margin-bottom: 30px;
  }
}

.gallery-slider .carousel-item img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .gallery-slider .carousel-item img {
    height: auto;
  }
}

.gallery-slider .view-gallery-overlay {
  position: absolute;
  top: 100px;
  z-index: 3;
  right: 30px;
}

@media (min-width: 768px) and (max-width: 1025px) {
  .gallery-slider .view-gallery-overlay {
    top: 180px;
  }
}

@media (max-width: 767px) {
  .gallery-slider .view-gallery-overlay {
    bottom: 0;
    top: 30%;
    right: 0;
  }
}

.gallery-slider .view-gallery-overlay a {
  background-color: #a33;
  padding: 7px 20px;
  display: inline-block;
  color: #fff;
  font-family: "Numans", sans-serif;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .gallery-slider .view-gallery-overlay a {
    border-radius: 0;
    padding: 4px 10px;
  }
}

.gallery-slider .view-gallery-overlay span {
  padding-right: 20px;
  color: #fff;
  font-family: "Numans", sans-serif;
}

.gallery-slider .view-overlay-text {
  position: absolute;
  top: 100px;
  z-index: 3;
  left: 30px;
}

@media (min-width: 768px) and (max-width: 1424px) {
  .gallery-slider .view-overlay-text {
    top: 150px;
  }
}

@media (max-width: 767px) {
  .gallery-slider .view-overlay-text {
    top: 30px;
  }
}

.gallery-slider .view-overlay-text p {
  color: #fff;
  font-family: "Numans", sans-serif;
  font-size: 20px;
}

@media (max-width: 767px) {
  .gallery-slider .view-overlay-text p {
    font-size: 14px;
  }
}

#overlay-slider {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

@media (max-width: 767px) {
  #overlay-slider {
    height: auto;
  }
}

.copy-link {
  position: fixed;
  top: 40vh;
  right: 0;
  z-index: 8;
}

.copy-link button {
  background-color: #a33;
  border: 0;
  padding: 10px;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

@media (max-width: 767px) {
  .copy-link button {
    padding: 5px 10px;
  }
}

.fancybox-gallery-section .fancybox-box {
  margin-bottom: 20px;
}

.main-heading-title {
  text-align: center;
}

.main-heading-title h3 {
  font-size: 50px;
  font-family: "Numans", sans-serif;
  font-weight: 500;
  padding-bottom: 20px;
  color: #a33;
}

@media (max-width: 767px) {
  .main-heading-title h3 {
    font-size: 30px;
  }
}

.additional-info-section {
  background-color: #f1f5f8;
}

.additional-info-section .additional-info-list {
  margin-bottom: 20px;
}

.additional-info-section .additional-info-list li {
  padding: 10px 10px;
  list-style-type: none;
}

.additional-info-section .additional-info-list li:nth-child(even) {
  background-color: #f1f5f8;
}

.additional-info-section .additional-info-list h4 {
  font-size: 16px;
  font-family: "Numans", sans-serif;
  margin: 0;
  font-weight: 700;
}

.additional-info-section .additional-info-list p {
  font-size: 15px;
  font-family: "Numans", sans-serif;
  margin: 0;
  font-weight: 400;
}

.additional-info-section .info-subtitle {
  font-size: 22px;
  color: #038;
  font-family: "Numans", sans-serif;
  font-weight: 700;
}

@media (max-width: 767px) {
  .additional-info-section .info-subtitle {
    font-size: 20px;
  }
}

.additional-info-section .info-details-box {
  width: 24.999%;
  background-color: #fff;
  margin-bottom: 0;
  padding: 15px 10px;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 767px) {
  .additional-info-section .info-details-box {
    width: 100%;
  }
}

.additional-info-section .info-details-box h4 {
  font-family: "Numans", sans-serif;
  font-weight: 600;
  font-size: 17px;
  margin: 0;
  padding-bottom: 10px;
}

.additional-info-section .info-details-box p {
  font-family: "Numans", sans-serif;
  font-size: 15px;
  margin: 0;
}

.additional-info-section .additional-info-details {
  width: 33.3%;
  background-color: #fff;
  margin-bottom: 0;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
}

@media (max-width: 767px) {
  .additional-info-section .additional-info-details {
    width: 100%;
  }
}

.additional-info-section .additional-info-details h4 {
  font-family: "Numans", sans-serif;
  font-weight: 600;
  font-size: 17px;
  margin: 0;
  padding-bottom: 10px;
}

.additional-info-section .additional-info-details p {
  font-family: "Numans", sans-serif;
  font-size: 15px;
  margin: 0;
}

.additional-info-section .info-box-full {
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 15px 10px;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
}

.additional-info-section .info-box-full h4 {
  font-family: "Numans", sans-serif;
  font-weight: 600;
  font-size: 17px;
  margin: 0;
  padding-bottom: 10px;
}

.additional-info-section .info-box-full p {
  font-family: "Numans", sans-serif;
  font-size: 15px;
  margin: 0;
}

.google-map-section {
  height: 100%;
}

.google-map-section iframe {
  width: 100%;
  height: 100vh;
}

@media (max-width: 767px) {
  .google-map-section iframe {
    height: auto;
  }
}

.related-info .owl-nav {
  text-align: center;
  margin-top: 20px;
}

.related-info .owl-nav .owl-prev {
  width: 30px;
  margin-right: 10px;
  height: 30px;
  background-color: #a33 !important;
  line-height: 0;
}

.related-info .owl-nav .owl-prev span {
  font-size: 25px;
  line-height: 0;
  color: #fff;
}

.related-info .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  background-color: #a33 !important;
  line-height: 0;
}

.related-info .owl-nav .owl-next span {
  font-size: 25px;
  line-height: 0;
  color: #fff;
}

.galler-page-btn-group .btn--large {
  min-width: 220px;
  max-width: 160px;
  height: 40px;
  border-radius: 5px;
  color: #fff;
  border: 0;
  outline: none;
  cursor: pointer;
  font-family: "Numans", sans-serif;
  font-weight: 500;
}

@media (max-width: 767px) {
  .galler-page-btn-group .btn--large {
    font-size: 13px;
    min-width: 120px;
    height: 35px;
    max-width: 170px;
  }
}

.galler-page-btn-group .btn-red-g {
  background-color: #a33;
}

.galler-page-btn-group .btn-blue-g {
  background-color: #038;
}

@media (max-width: 767px) {
  .galler-page-btn-group .btn-blue-g {
    margin-left: 10px;
  }
}

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  background-color: #a33;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  z-index: 9999;
}

.back-to-top i {
  color: #fff;
}

.notics-mdoal {
  color: #038;
  font-weight: 600;
}

.scroll-bottom-arrow {
  position: relative;
  cursor: pointer;
  display: inherit;
}

.scroll-pin {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: 70px;
}

.scroll-pin span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -10px;
  -webkit-animation: animate 2s infinite;
          animation: animate 2s infinite;
}

.scroll-pin span:nth-child(2) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.scroll-pin span:nth-child(3) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

@-webkit-keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
            transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
            transform: rotate(45deg) translate(20px, 20px);
  }
}

@keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
            transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
            transform: rotate(45deg) translate(20px, 20px);
  }
}

.profile-page {
  padding-top: 100px;
}

.page-title-main h1 {
  font-size: 32px;
  font-family: "Numans", sans-serif;
  margin: 0;
  padding: 10px 0;
}

.tabs-links li {
  list-style-type: none;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .tabs-links li {
    width: 100%;
  }
}

.tabs-links a {
  background-color: #f8f8f8;
  color: #373737;
  font-family: "Numans", sans-serif;
  font-size: 16px;
  border: 2px solid transparent;
}

@media (max-width: 767px) {
  .tabs-links a {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }
}

.tabs-links .links-active {
  border-top: 3px solid #038;
  color: #038;
}

.search-item .search-item-btn {
  background-color: #a33;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Numans", sans-serif;
}

.tabs-sub-title-main p {
  font-family: "Numans", sans-serif;
  font-size: 16px;
  color: #373737;
}

.form-label-text {
  font-family: "Numans", sans-serif;
  font-size: 14px;
  color: #373737;
  font-weight: 700;
}

.tabel-list-view {
  background-color: #f8f8f8;
  margin: 10px 0;
}

.tabel-list-view-link a {
  font-size: 16px;
  color: #373737;
  display: inline-block;
}

@media (max-width: 767px) {
  .tabel-list-view-link a {
    margin-bottom: 10px;
  }
}

.tabel-list-view-edit {
  background-color: #f8f8f8;
}

.tabel-list-view-edit li {
  margin: 0 7px;
  list-style-type: none;
  font-size: 16px;
  color: #373737;
}

div#advanceSearch {
  margin-top: -1px;
}

.custom-search1 {
  -webkit-box-shadow: 0px 0px 10px 0 #ddd;
          box-shadow: 0px 0px 10px 0 #ddd;
}

.custom-search {
  max-height: 280px;
  overflow-y: scroll;
}

.custom-search h6 {
  text-transform: uppercase;
  text-align: left;
  font-size: .75rem;
  font-weight: 600;
  color: #767676;
  padding: 0.5rem 0 0.5rem 1rem;
}

.custom-search .list-group-item {
  padding: 0;
  position: relative;
  border: 0px solid #000;
}

.custom-search .list-group-item a {
  font-size: 16px;
  white-space: nowrap;
  line-height: 20px;
  padding: 12px 40px;
  display: inline-block;
  width: 100%;
  color: #b1b1b1;
}

.custom-search .list-group-item:hover {
  background: #f5f5f5;
}

.custom-search .list-group-item::after {
  position: absolute;
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 12px;
  top: 12px;
  color: #b1b1b1;
}

.search-display-card {
  max-height: 280px;
  overflow-y: scroll;
}

.search-display-card h6 {
  text-transform: uppercase;
  text-align: left;
  font-size: .75rem;
  font-weight: 600;
  color: #767676;
  padding: 0.5rem 0 0.5rem 1rem;
}

.search-display-card .properties-section a {
  font-size: 16px;
  white-space: nowrap;
  line-height: 20px;
  padding: 12px 40px;
  display: inline-block;
  width: 100%;
  color: #b1b1b1;
  position: relative;
}

.search-display-card .properties-section a:hover {
  background: #f5f5f5;
}

.search-display-card .properties-section a::after {
  position: absolute;
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 12px;
  top: 12px;
  color: #b1b1b1;
}

.details-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 263px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.details-image img {
  max-width: 100% !important;
  max-height: 100% !important;
}

.details-image-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.details-image-slider img {
  max-width: 100% !important;
  max-height: 100% !important;
}

.card-box-tag li {
  margin-right: 8px;
}

.card-box-tag .badge {
  font-size: 70%;
}

.filter-custom .btn-default {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.filter-option-inner-inner {
  outline: none !important;
}

.fancybox-share.fancybox-content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fancybox-share.fancybox-content p .fancybox-share__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fancybox-button--zoom {
  position: relative;
}

.fancybox-button--zoom svg {
  width: 0px !important;
}

.fancybox-button--zoom::before {
  content: '';
  height: 20px;
  width: 20px;
  margin: 3px 0 0;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M312,196v24c0,6.6-5.4,12-12,12h-68v68c0,6.6-5.4,12-12,12h-24c-6.6,0-12-5.4-12-12v-68h-68 c-6.6,0-12-5.4-12-12v-24c0-6.6,5.4-12,12-12h68v-68c0-6.6,5.4-12,12-12h24c6.6,0,12,5.4,12,12v68h68C306.6,184,312,189.4,312,196z M508.5,485.9l-22.6,22.6c-4.7,4.7-12.3,4.7-17,0L347.5,387.1c-2.3-2.3-3.5-5.3-3.5-8.5v-13.2c-36.5,31.5-84,50.6-136,50.6 C93.1,416,0,322.9,0,208S93.1,0,208,0s208,93.1,208,208c0,52-19.1,99.5-50.6,136h13.2c3.2,0,6.2,1.3,8.5,3.5l121.4,121.4 C513.2,473.6,513.2,481.2,508.5,485.9z M368,208c0-88.4-71.6-160-160-160S48,119.6,48,208s71.6,160,160,160S368,296.4,368,208z'/%3E%3C/svg%3E");
}

.home-page-search .main-search input {
  background-color: #fff;
  border-radius: 30px !important;
}

.details-content.w-100 .custom-width {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 0px !important;
}

.col-custom .col-md-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding: 5px;
}

.details-content.padding-custom {
  padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  .footer-bottom-logo {
    margin-right: 8px;
  }
  .footer-bottom-logo img {
    width: 70px !important;
  }
  .footer-bottom-text .h5 {
    font-size: 1rem;
  }
  div#advanceSearch .card.card-body {
    overflow-y: scroll;
    height: 342px;
  }
  .nav-item .submenu {
    width: 100% !important;
  }
  .navbar-button li button {
    font-size: 16px !important;
  }
  ul.submenu li i {
    width: 25px;
  }
  .tabs-links li {
    margin: 0px;
  }
  .tabs-links li a {
    text-align: left !important;
  }
  .tabs-links li a i {
    width: 25px;
  }
  .search-item.mb-2 {
    width: 100%;
  }
  .search-item.mb-2 .search-item-btn {
    width: 100%;
  }
  .mb-align-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .page-title-main h1 {
    font-size: 20px;
  }
  .tabel-list-view-edit ul li:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .details-content.padding-custom {
    padding-top: 0px;
  }
  .details-content.w-100.padding-custom {
    padding-top: 70px;
  }
  .details-content.w-100.padding-custom .custom-width {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0.5rem !important;
  }
  .col-custom .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 15px;
  }
  .google-map {
    height: 300px;
    margin-bottom: 0px;
  }
}

.custom-close {
  margin-top: -12px;
}

.filter-custom a.btn-red {
  font-size: 14px;
}

ul.submenu li i {
  width: 25px;
}

.result-text .badge.badge-pill.text-muted {
  font-size: 16px !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .video-section iframe {
    height: 500px;
  }
  .main-heading-title h3, .dis-main-section .dis-main-title h3 {
    font-size: 32px;
  }
  .card-col.col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .card-col.col-xl-12 .col-xl-6.col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .tabs-links a {
    padding: 10px 20px !important;
    font-size: 14px;
  }
  .search-item.mb-2 {
    width: 100%;
    text-align: center;
  }
  .navbar-collapse {
    margin-bottom: 20px;
  }
  .modal-dialog.signin-col {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 15px;
  }
  #signup-modal .modal-content {
    overflow: hidden;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .flex-shrink-1 {
    padding: 15px !important;
  }
  .pl-md-1.flex-shrink-1 {
    padding-left: 15px !important;
  }
  .text-center.text-lg-left {
    text-align: center !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .inner-page-search .inner-search {
    width: 266px;
  }
  .inner-page-search .inner-search input {
    width: 100%;
  }
}

@media (min-width: 1199px) and (max-width: 1350px) {
  .card-head-price button {
    font-size: 14px;
  }
  .card-box-date p.font-weight-bold {
    font-size: 14px;
  }
  .navbar-collapse .nav-item a, .navbar-collapse .nav-item button {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
/*# sourceMappingURL=mystyle.css.map */
