html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Lato", sans-serif;
}

.container {
  max-width: 1240px;
}

main {
  min-height: 73vh;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ol, ul {
  list-style: none;
  padding: 0;
}

h1, h2 {
  font-family: "Oswald", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ddmg-sig {
  background-color: #000;
  padding: 15px 0;
}
.ddmg-sig small,
.ddmg-sig a {
  font-size: 12px;
  color: #c9c9c9;
}
.ddmg-sig img {
  margin: 0 auto;
}

.g-recaptcha {
  transform: scale(0.87);
  transform-origin: 0 0;
}
@media (min-width: 768px) {
  .g-recaptcha {
    transform: scale(0.77);
  }
}
@media (min-width: 1200px) {
  .g-recaptcha {
    transform: scale(0.97);
  }
}

@media screen and (min-width: 768px) {
  .mini-sections > .div1 {
    flex: 0 0 70%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div1 {
    flex: 0 0 60%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div1 {
    flex: 0 0 70%;
  }
}
@media screen and (min-width: 768px) {
  .mini-sections > .div2 {
    flex: 0 0 30%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div2 {
    flex: 0 0 40%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div2 {
    flex: 0 0 30%;
  }
}
.half-container {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
@media screen and (min-width: 576px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 768px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .half-container {
    max-width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .half-container {
    max-width: 810px;
  }
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}
.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Image banner */
.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (min-width: 768px) {
  .img-banner {
    padding: 145px 0 55px 0;
  }
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 125px 0 65px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 171px 0 82px 0;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 41px;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url(images/interiorbanners/img_banner1.jpg);
  background-position: right;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: right;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: inherit;
  }
}

.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner2.jpg);
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: bottom;
  }
}

.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner3.jpg);
  background-position: 1770px;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: bottom;
  }
}

.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner4.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgFour {
    background-position: bottom;
  }
}

.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner5.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgFive {
    background-position: bottom;
  }
}

.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner6.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgSix {
    background-position: bottom;
  }
}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .overlay-title {
    padding: 30px 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .overlay-title {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-title {
    padding: 97px 0 40px 0;
  }
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

main.faq-bg {
  background: url("../../images/faq-bg.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
}

main.logo-bg {
  background: url("../../images/logo_watermark.png") no-repeat left;
  background-position: left;
}
@media (min-width: 768px) {
  main.logo-bg {
    background-size: 35%;
  }
}
@media (min-width: 1200px) {
  main.logo-bg {
    background-size: 23%;
  }
}

.submit-btn, .link-pdf, .return-btn, .btn-search, .btn-main {
  padding: 0.4rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
}
.submit-btn:focus, .link-pdf:focus, .return-btn:focus, .btn-search:focus, .btn-main:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .submit-btn, .link-pdf, .return-btn, .btn-search, .btn-main {
    font-size: 13px;
  }
}

.btn-main {
  border: 1px solid #fff;
  background: #00476A;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
}
.btn-main:hover {
  background: #A6E1FF;
  border: 1px solid #A6E1FF;
  color: #000 !important;
  text-decoration: underline;
}

.btn-search {
  border: 1px solid #fff;
  background: #00476A;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  font-size: 13px;
  padding: 0.4rem 1rem;
}
@media (min-width: 768px) {
  .btn-search {
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  .btn-search {
    font-size: 20px;
  }
}
.btn-search:hover {
  background: #B3B3B3;
  border: 1px solid #B3B3B3;
  color: #000 !important;
  text-decoration: underline;
}

.return-btn {
  border: 1px solid #00476A;
  background: #00476A;
  color: #fff;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.return-btn:hover {
  background: #A6E1FF;
  border: 1px solid #A6E1FF;
  color: #000;
  text-decoration: underline;
}

.link-pdf {
  border: 1px solid #A6E1FF;
  background: #A6E1FF;
  color: #000;
  text-shadow: none;
  white-space: normal;
}
.link-pdf:hover {
  background: #001F2F;
  border: 1px solid #001F2F;
  color: #fff;
  text-decoration: underline;
}

.submit-btn {
  border: 1px solid #001F2F;
  background: #001F2F;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}
.submit-btn:hover {
  background: #00476A;
  border: 1px solid #00476A;
  color: #fff !important;
  text-decoration: underline;
}

.buyers-sellers-home button {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 10px 18px;
  transition: 0.5s;
  position: relative;
  font-size: 14px;
  background: #00476A;
  border: none;
  color: #fff;
}
.buyers-sellers-home button:hover {
  letter-spacing: 0.25em;
  background: #00476A;
  color: #fff;
}
.buyers-sellers-home button:hover i::before {
  width: 20px;
  left: 20%;
}
.buyers-sellers-home button:hover i::after {
  width: 20px;
  left: 80%;
}
.buyers-sellers-home button::before {
  content: "";
  position: absolute;
  inset: 2px;
  background: #00476A;
}
.buyers-sellers-home button span {
  position: relative;
  z-index: 1;
}
.buyers-sellers-home button i {
  position: absolute;
  inset: 0;
  display: block;
}
.buyers-sellers-home button i::before {
  content: "";
  position: absolute;
  border: 2px solid #009AE6;
  width: 7px;
  height: 4px;
  top: -3.5px;
  left: 80%;
  background: #222222;
  transform: translateX(-50%);
  transition: 0.5s;
}
.buyers-sellers-home button i::after {
  content: "";
  position: absolute;
  border: 2px solid #009AE6;
  width: 7px;
  height: 4px;
  bottom: -3.5px;
  left: 20%;
  background: #222222;
  transform: translateX(-50%);
  transition: 0.5s;
}

.full-row .button {
  padding: 0.5em 1em;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #000;
  transition: all 1000ms;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  outline: 2px solid #A6E1FF;
  background: #A6E1FF;
}
.full-row .button:hover {
  color: #ffffff;
  transform: scale(1);
  outline: 2px solid #fff;
  box-shadow: 4px 5px 17px -4px #00476A;
}
.full-row .button:hover::before {
  width: 250%;
}
.full-row .button::before {
  content: "";
  position: absolute;
  left: -50px;
  width: 0;
  height: 100%;
  background-color: #00476A;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}

.home-calculator button {
  font-weight: bold;
  color: white;
  border-radius: 2rem;
  width: 95.02px;
  height: 42.66px;
  border: none;
  background-color: #00476A;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-calculator button .span-mother {
  display: flex;
  overflow: hidden;
}
.home-calculator button .span-mother span:nth-child(1) {
  transition: 0.2s;
}
.home-calculator button .span-mother span:nth-child(2) {
  transition: 0.3s;
}
.home-calculator button .span-mother span:nth-child(3) {
  transition: 0.4s;
}
.home-calculator button .span-mother span:nth-child(4) {
  transition: 0.5s;
}
.home-calculator button .span-mother span:nth-child(5) {
  transition: 0.6s;
}
.home-calculator button .span-mother span:nth-child(6) {
  transition: 0.7s;
}
.home-calculator button .span-mother span:nth-child(7) {
  transition: 0.8s;
}
.home-calculator button .span-mother span:nth-child(8) {
  transition: 0.9s;
}
.home-calculator button .span-mother span:nth-child(9) {
  transition: 0.1s;
}
.home-calculator button:hover .span-mother {
  position: absolute;
}
.home-calculator button:hover .span-mother span {
  transform: translateY(1.2em);
}
.home-calculator button:hover .span-mother2 span {
  transform: translateY(0);
}
.home-calculator button .span-mother2 {
  display: flex;
  position: absolute;
  overflow: hidden;
}
.home-calculator button .span-mother2 span {
  transform: translateY(-1.2em);
  transition: 0.2s;
}
.home-calculator button .span-mother2 span:nth-child(2) {
  transition: 0.3s;
}
.home-calculator button .span-mother2 span:nth-child(3) {
  transition: 0.4s;
}
.home-calculator button .span-mother2 span:nth-child(4) {
  transition: 0.5s;
}
.home-calculator button .span-mother2 span:nth-child(5) {
  transition: 0.6s;
}
.home-calculator button .span-mother2 span:nth-child(6) {
  transition: 0.7s;
}
.home-calculator button .span-mother2 span:nth-child(7) {
  transition: 0.8s;
}
.home-calculator button .span-mother2 span:nth-child(8) {
  transition: 0.9s;
}
.home-calculator button .span-mother2 span:nth-child(9) {
  transition: 0.1s;
}

:root {
  --theme-secondary-opacity-color: rgb(0, 71, 106, 0.8);
  /* theme secondary color ok*/
}

header {
  background: #001F2F;
  /* background:rgba(0, 0, 0, 0.37);*/
  /* box-shadow:0px 25px 50px 19px rgba(0, 0, 0, 0.37);*/
  position: relative;
  width: 100%;
  z-index: 101;
}
@media (min-width: 768px) {
  header {
    position: relative;
    background: #001F2F;
  }
}
@media (min-width: 1024px) {
  header {
    position: absolute;
    background: transparent;
  }
}
header .wrap {
  color: #fff;
}
header header.site-header {
  background: #222222;
  padding: 15px 0 0;
}
header .title-area {
  background-color: transparent;
  /*background-color:rgba(255, 255, 255, 0.1);*/
}
header .title-area .widget-wrap {
  position: relative;
}
@media (min-width: 768px) {
  header .title-area .widget-wrap {
    position: absolute;
  }
}
header .title-area .widget-wrap img {
  margin: 0 auto;
  width: 50%;
  padding-top: 10px;
}
@media (min-width: 768px) {
  header .title-area .widget-wrap img {
    width: 45%;
    margin-top: 10px;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  header .title-area .widget-wrap img {
    width: 55%;
    margin: 0;
    margin-top: 10px;
    padding-top: 0;
  }
}
@media (min-width: 1080px) {
  header .title-area .widget-wrap img {
    width: 55%;
    margin: 0 auto;
    margin-top: 10px;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  header .title-area .widget-wrap img {
    width: 65%;
    margin-top: 10px;
    padding-top: 0;
  }
}
header .site-title {
  font-family: "Cinzel", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}
header .site-title a:hover {
  color: #fff;
  font-weight: 300;
  font-size: 34px;
  line-height: 1;
  display: block;
  text-transform: uppercase;
}
header .widget-area {
  text-align: center;
}
@media (min-width: 768px) {
  header .widget-area {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  header .widget-area {
    float: right;
    text-align: left;
  }
}
header .widget-area a {
  color: #fff;
  text-transform: uppercase;
  padding: 0.4rem 0.8rem;
}
header .widget-area a:hover {
  color: #ddd;
}
@media (min-width: 992px) {
  header .widget-area .navbar-collapse a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  header .widget-area .navbar-collapse {
    justify-content: end;
  }
}
@media (min-width: 768px) {
  header .widget-area .nav-item a {
    text-shadow: 0 0 5px #000;
  }
}
@media (min-width: 1024px) {
  header .widget-area .nav-item a {
    text-shadow: none;
  }
}
header .widget-area .dropdown-menu {
  background: #0000001f;
}
header .widget-area .dropdown-menu a {
  color: #fff;
}
header .widget-area .dropdown-menu a:hover {
  background: transparent;
}
header .widget {
  margin-bottom: 0;
  padding: 0;
}
header .utility_bar {
  font-size: 16px;
  padding: 0 15px;
  margin: 0;
}
@media (min-width: 768px) {
  header .utility_bar {
    text-align: right;
  }
}
header .utility_bar section {
  display: inline-block;
  margin: 0;
  padding: 10px 0 0;
}
header .utility_bar .util_phone {
  display: flex;
  align-items: center;
  padding: 0 10px 0 10px;
}
@media (min-width: 768px) {
  header .utility_bar .util_phone {
    padding: 0 30px 0 10px;
  }
}
header .utility_bar .wrap {
  line-height: 1;
}
header .utility_bar .menu li a {
  color: #fff !important;
  font-size: 0.9em;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.9s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.carousel-item {
  transition: transform 0.9s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0.9s;
}

.carousel-fade .search-btn {
  position: relative;
  top: 5px;
}
@media (min-width: 650) {
  .carousel-fade .search-btn {
    top: 37px;
  }
}
@media (min-width: 768px) {
  .carousel-fade .search-btn {
    top: 17px;
  }
}
@media (min-width: 1024px) {
  .carousel-fade .search-btn {
    top: 17px;
  }
}
@media (min-width: 1200px) {
  .carousel-fade .search-btn {
    top: 10px;
  }
}
@media (min-width: 1500px) {
  .carousel-fade .search-btn {
    top: 37px;
  }
}
.carousel-fade .slider_content_container {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 0 31.5px;
}
@media (min-width: 768px) {
  .carousel-fade .slider_content_container {
    padding-top: 66.5px;
  }
}
.carousel-fade .site-container section.widget_text {
  margin-bottom: 0;
  padding: 0;
}
.carousel-fade .slider_content_inner section {
  position: relative;
  z-index: 5;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.carousel-fade .slider-content-3 {
  position: absolute;
  z-index: 9;
  width: 95%;
  margin: auto;
}
@media (min-width: 768px) {
  .carousel-fade .slider-content-3 {
    width: 100%;
    top: 34%;
  }
}
@media (min-width: 979px) {
  .carousel-fade .slider-content-3 {
    top: 14%;
  }
}
@media (min-width: 1024px) {
  .carousel-fade .slider-content-3 {
    width: 100%;
    top: 25%;
  }
}
.carousel-fade .slider-content-3 .slideshow-logo {
  justify-content: center;
  display: flex;
}
.carousel-fade .slider-content-3 .slideshow-logo img {
  width: 8%;
}
.carousel-fade .slider-content-3 .slider-1-title-2 {
  font-weight: 700;
  line-height: 1;
  margin-bottom: -10px;
  text-transform: uppercase;
}
.carousel-fade .slider-content-3 .cd-headline.clip span {
  display: inline-block;
  padding: 1em 0;
}
@media (min-width: 768px) {
  .carousel-fade .slider-content-3 .cd-headline.clip span {
    padding: 0.2em 0;
  }
}
.carousel-fade .slider-content-3 .cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: bottom;
  display: inline-block;
  position: relative;
  text-align: left;
}
.carousel-fade .slider-content-3 .cd-headline.clip .cd-words-wrapper b {
  opacity: 0;
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  color: #A6E1FF;
}
.carousel-fade .slider-content-3 .cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.carousel-fade .slider-content-3 .cd-headline.clip b.is-visible {
  opacity: 1;
  position: relative;
}
.carousel-fade .slider-content-3 .no-js .cd-words-wrapper b {
  opacity: 0;
}
.carousel-fade .slider-content-3 .no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}
.carousel-fade .widget {
  margin-bottom: 40px;
  overflow: hidden;
  word-wrap: break-word;
}
.carousel-fade .slider h1 {
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  padding: 2% 5%;
  background: -webkit-radial-gradient(ellipse, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 70%);
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 70%);
}
.carousel-fade .slider h1 span {
  display: block;
  clear: both;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  padding: 0 0 5px;
  letter-spacing: 1.5px;
}
@media (min-width: 768px) {
  .carousel-fade .slider h1 span {
    font-size: 31px;
  }
}
.carousel-fade .slider h1, .carousel-fade .slider h2 {
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 1px rgba(51, 51, 51, 0.5);
}
.carousel-fade .imgslide.show {
  opacity: 1;
}
.carousel-fade .imgslide {
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  transition: opacity 3s ease-in-out;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
.carousel-fade .imgslide img {
  width: 100%;
}
.carousel-fade .imgslide::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  content: "";
  background: black;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.carousel-fade .slider-text {
  position: relative;
  margin-top: 0px;
  z-index: 1;
  padding: 15px;
  text-align: center;
  width: 100%;
  background: #00000085;
}
@media (min-width: 768px) {
  .carousel-fade .slider-text {
    margin-top: 33px;
    text-align: center;
    width: 100%;
    position: absolute;
  }
}
@media (min-width: 820px) {
  .carousel-fade .slider-text {
    margin-top: 62px;
    text-align: center;
    width: 100%;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .carousel-fade .slider-text {
    margin-top: 88px;
  }
}
@media (min-width: 1180px) {
  .carousel-fade .slider-text {
    margin-top: 117px;
  }
}
@media (min-width: 1200px) {
  .carousel-fade .slider-text {
    margin-top: -390px;
  }
}
@media (min-width: 1366px) {
  .carousel-fade .slider-text {
    margin-top: -280px;
  }
}
@media (min-width: 1800px) {
  .carousel-fade .slider-text {
    margin-top: 273px;
  }
}
.carousel-fade .slider-text .btn-main {
  padding: 8px 10px;
  font-size: 16px;
  background: #A6E1FF;
  color: #000 !important;
}
.carousel-fade .slider-text .btn-main:hover {
  background-color: #00476A;
  color: #fff;
}

.buyers-sellers-home {
  background: url(../../images/buy-sell-bg.png) no-repeat;
  background-color: #00476A;
  background-size: cover;
}
.buyers-sellers-home h2 {
  text-align: center;
  color: #00476A;
}
.buyers-sellers-home p {
  text-align: center;
}
.buyers-sellers-home .card {
  background: #ffffffde;
}

.full-row {
  position: relative;
  width: 100%;
  padding: 80px 0;
}
.full-row .col-lg-6 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .full-row .col-lg-6 {
    width: 50%;
  }
}
.full-row .col-lg-6 h3 {
  font-family: "Oswald", sans-serif;
}

.overlay-secondary::before,
.overlay-secondary-half::before {
  background-color: var(--theme-secondary-opacity-color);
}

.overlay-secondary-half::before {
  width: 100%;
}
@media (min-width: 768px) {
  .overlay-secondary-half::before {
    width: 50%;
  }
}

[class*=overlay-]::before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.test-calc-container {
  position: relative;
  width: 100%;
  background-image: url("../../images/testimonial-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.test-calc-container .col-lg-4 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .test-calc-container .col-lg-4 {
    width: 50%;
  }
}
.test-calc-container .col-lg-4 h3 {
  font-family: "Oswald", sans-serif;
}
.test-calc-container .div1 {
  padding: 15px;
}
@media (min-width: 768px) {
  .test-calc-container .div1 {
    padding: 60px;
  }
}
@media (min-width: 1024px) {
  .test-calc-container .div1 {
    padding: 40px;
    background-position: -200px;
  }
}
.test-calc-container .div1 h2 {
  text-shadow: 0 0 7px #000;
}
.test-calc-container .div1 .carousel-item {
  height: 230px;
}
@media (min-width: 768px) {
  .test-calc-container .div1 .carousel-item {
    height: 170px;
  }
}
@media (min-width: 1200px) {
  .test-calc-container .div1 .carousel-item {
    height: auto;
  }
}
.test-calc-container .div2 {
  background-color: #ffffffe6;
  padding: 20px;
  color: #00476A;
}
@media (min-width: 1024px) {
  .test-calc-container .div2 {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .test-calc-container .div2 {
    padding: 40px;
  }
}
.test-calc-container .div2 p {
  color: #fff;
}
.test-calc-container .div2 .animate-ball {
  position: absolute;
}
.test-calc-container .div2 .animate-ball .scale {
  animation: scale 2s alternate infinite;
}
.test-calc-container .div2 .animate-ball img {
  width: 55px;
}
@media (min-width: 320px) {
  .test-calc-container .div2 .animate-ball {
    display: none;
  }
}
@media (min-width: 1200px) {
  .test-calc-container .div2 .animate-ball {
    display: block;
  }
}
.test-calc-container .div2 .one {
  top: 281%;
  left: 70%;
}
.test-calc-container .div2 .two {
  top: 304%;
  left: 90%;
}
.test-calc-container .div2 .two img {
  animation: rotated-style2 5s linear infinite;
  width: 100px;
}
.test-calc-container .div2 .three {
  top: 324%;
  left: 78%;
}
.test-calc-container .div2 .three img {
  animation: rotated-style2 5s linear infinite;
  width: 40px;
}
.test-calc-container .div2 h1 {
  margin-bottom: 40px;
}
.test-calc-container .div2 h2 {
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .test-calc-container .div2 h2 {
    font-size: 2rem;
  }
}
.test-calc-container .div2 a {
  color: #fff;
}
.test-calc-container .div2 #loading {
  display: none;
  width: 100px;
  height: 100px;
  margin: 2em auto;
  border: 2px solid #b3b7e2;
  border-radius: 50%;
  border-top-color: #191d3a;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.test-calc-container .div2 #results {
  display: none;
  transition: display 0.3s;
}
.test-calc-container .card {
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 8px solid #009AE6;
  border-radius: 0px;
  padding: 20px;
  margin-left: 0px;
}
@media (min-width: 768px) {
  .test-calc-container .card {
    margin-left: 0;
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .test-calc-container .card {
    padding: 60px;
    margin-left: 0px;
  }
}
.test-calc-container .card h1 {
  margin-bottom: 40px;
  text-align: center;
}
.test-calc-container .card .form-group label {
  width: 49%;
}
@media (min-width: 320px) {
  .test-calc-container .card .form-group label {
    width: 100%;
  }
}
@media (min-width: 1080px) {
  .test-calc-container .card .form-group label {
    width: 49%;
  }
}
.test-calc-container .card label {
  width: 99%;
}
.test-calc-container .card .carousel-indicators {
  bottom: -10px;
}
@media (min-width: 768px) {
  .test-calc-container .card .carousel-indicators {
    bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .test-calc-container .card .carousel-indicators {
    bottom: -10px;
  }
}
@media (min-width: 1200px) {
  .test-calc-container .card .carousel-indicators {
    bottom: -50px;
  }
}
.test-calc-container .card .carousel-indicators li {
  background: #b8b8b8;
}
.test-calc-container .card .carousel-indicators .active {
  background: #009AE6;
}
.test-calc-container .card i {
  font-size: 25px;
  margin-right: 10px;
}
.test-calc-container .calculator {
  width: 670px;
  position: relative;
}
.test-calc-container .calculator a {
  width: 100%;
  background: #075269;
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: block;
  clear: both;
  padding: 3px 0;
  font-size: 12px;
  text-transform: uppercase;
  font-family: arial;
  text-decoration: none;
  cursor: pointer;
  margin-top: -26px;
  position: absolute;
}
.test-calc-container .estimate-payment h3 {
  font-size: 17px;
}

.property-area {
  background: #A6E1FF;
  background-image: url(../../images/feature-bg.png);
}
.property-area .container-fluid {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .property-area .container-fluid {
    padding: 0 25px;
  }
}
@media (min-width: 1024px) {
  .property-area .container-fluid {
    padding: 0 15px;
  }
}
.property-area .px-15px {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .property-area .px-15px {
    padding: 0px;
  }
}
.property-area .single-property {
  position: relative;
}
.property-area .single-property .sold {
  background: #af0202;
  color: #fff;
  border: 1px solid #fff;
  padding: 2px 6px;
  font-size: 15px;
}
@media (min-width: 1366px) {
  .property-area .single-property .sold {
    font-size: 13px;
  }
}
@media (min-width: 1500px) {
  .property-area .single-property .sold {
    font-size: 15px;
  }
}
.property-area .single-property .pending {
  background: #009AE6;
  color: #000;
  border: 1px solid #fff;
  padding: 2px 6px;
  font-size: 15px;
}
@media (min-width: 1366px) {
  .property-area .single-property .pending {
    font-size: 13px;
  }
}
@media (min-width: 1500px) {
  .property-area .single-property .pending {
    font-size: 15px;
  }
}
.property-area .single-property .title-left span {
  align-items: center;
  color: #cfcfcf;
}
.property-area .single-property:hover .property-image a span.img-button {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.property-area .single-property:hover .dark-hover::after {
  opacity: 1;
}

.property-title {
  background: #00476A;
}
@media (min-width: 1024px) {
  .property-title {
    height: 135px;
  }
}
@media (min-width: 1366px) {
  .property-title {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .property-title {
    font-size: 17px;
    height: 95px;
  }
}
.property-title h4 {
  color: #fafafa;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.property-title h3 {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #A6E1FF;
}
@media (min-width: 1366px) {
  .property-title h3 {
    font-size: 17px;
  }
}
@media (min-width: 1500px) {
  .property-title h3 {
    font-size: 19px;
  }
}
.property-title span i {
  max-width: 11px;
  position: relative;
}
.property-title .fix {
  float: none;
}
@media (min-width: 1366px) {
  .property-title .fix {
    float: right;
  }
}

.property-image {
  position: relative;
  height: 211px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .property-image {
    height: 205px;
  }
}
@media (min-width: 1024px) {
  .property-image {
    height: 155px;
  }
}
@media (min-width: 1200px) {
  .property-image {
    height: 175px;
  }
}
@media (min-width: 1700px) {
  .property-image {
    height: 255px;
  }
}
.property-image > a > img {
  width: 100%;
}
.property-image a {
  position: relative;
}
.property-image a span.img-button {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-family: "montserratregular";
  font-weight: 400;
  left: 0;
  line-height: 38px;
  margin: -20px auto 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 32%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 200ms ease-in 0s;
  transition: all 200ms ease-in 0s;
  width: 130px;
  z-index: 1;
  font-size: 12px;
  line-height: 30px;
  margin-top: -5px;
  width: 105px;
}
.property-image a span.img-button:hover {
  background: #fff;
  color: #1F223E;
}
.property-image .dark-hover::after {
  background: rgba(31, 34, 62, 0.78) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease-in-out 0s;
  width: 100%;
}
.property-image span.p-tag {
  color: #ffffff;
  font-family: "montserratsemi_bold";
  font-weight: 500;
  height: 28px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 93px;
  z-index: 1;
  line-height: 28px;
}

.hover-container {
  background: rgba(0, 0, 0, 0.64) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s;
}

.hover-item {
  display: inline-block;
}
.hover-item > span {
  color: #fafafa;
  line-height: 0px;
  font-size: 15px;
}
@media (min-width: 1024px) {
  .hover-item > span {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .hover-item > span {
    font-size: 13px;
  }
}
.hover-item i {
  width: auto;
  color: #eee;
  margin-right: 10px;
  font-size: 27px;
  float: left;
  line-height: 1;
}
@media (min-width: 1024px) {
  .hover-item i {
    margin-right: 10px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .hover-item i {
    margin-right: 10px;
    font-size: 20px;
  }
}
@media (min-width: 1700px) {
  .hover-item i {
    margin-right: 10px;
    font-size: 23px;
  }
}
.hover-item:nth-child(1) {
  width: 40%;
}
.hover-item:nth-child(2) {
  width: 30%;
}
.hover-item:nth-child(3) {
  width: 25%;
}

.property-content .list-item {
  display: inline-block;
}
.property-content .list-item > img {
  float: left;
  width: auto;
}

.footer {
  background-color: #001F2F;
  color: #fff;
  padding: 60px 0;
}
@media (min-width: 320px) {
  .footer {
    text-align: center;
  }
}
.footer .footer-logo {
  align-items: center;
  display: flex;
}
.footer .footer-logo img {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .footer .footer-logo img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .footer .footer-logo img {
    width: 100%;
  }
}
.footer .address {
  align-items: center;
  display: block;
  justify-content: center;
  font-size: 15px;
  margin: 35px 0;
}
@media (min-width: 768px) {
  .footer .address {
    text-align: center;
    justify-content: center;
    margin: 0;
  }
}
.footer .address img {
  width: 35%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .footer .address img {
    width: 45%;
  }
}
.footer ul {
  columns: 1;
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer ul {
    columns: 5;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .footer ul {
    columns: 3;
    text-align: center;
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .footer ul {
    columns: 3;
    text-align: center;
    margin-top: 40px;
  }
}
.footer ul a {
  color: #fff;
}
.footer ul a:hover {
  color: #fff;
}

.about-page img {
  width: 100%;
}
@media (min-width: 768px) {
  .about-page img {
    float: left;
    width: 30%;
  }
}

.faqs-page .guide-buttons .btn-main {
  font-size: 17px;
}
.faqs-page .card-header {
  background-color: #A6E1FF;
}
.faqs-page .card-header h2 {
  font-size: 32px;
}
.faqs-page .card-body {
  background-color: #eee;
}
.faqs-page .card-body .answer {
  font-size: 15px;
}

.buyers-page {
  background-image: url(../../images/buy-bg.jpg);
  background-size: cover;
}
.buyers-page .card {
  background: aliceblue;
}

.sellers-page {
  background-image: url(../../images/sell-bg.jpg);
  background-size: cover;
}
.sellers-page .card {
  background: aliceblue;
}
.sellers-page ul {
  list-style: disc;
  list-style-position: inside;
  padding: 7px;
}
.sellers-page ol {
  list-style: decimal;
  list-style-position: inside;
  padding: 7px;
}

.feature-prop-page {
  /* Compact Price */
}
.feature-prop-page .listing-item {
  overflow: hidden;
  position: relative;
  z-index: 99;
}
@media (min-width: 768px) {
  .feature-prop-page .listing-item {
    height: 220px;
  }
}
@media (min-width: 1200px) {
  .feature-prop-page .listing-item {
    height: 260px;
  }
}
.feature-prop-page .listing-item .listing-img-container:after, .feature-prop-page .listing-item .listing-img-container:before {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
}
.feature-prop-page .listing-item .listing-img-container::before {
  opacity: 0.9;
  background: linear-gradient(to bottom, transparent 60%, #2f2f2f);
  transition: opacity 0.5s;
}
@media (min-width: 1024px) {
  .feature-prop-page .listing-item .listing-img-container::before {
    background: linear-gradient(to bottom, transparent 20%, #2f2f2f);
  }
}
@media (min-width: 1200px) {
  .feature-prop-page .listing-item .listing-img-container::before {
    background: linear-gradient(to bottom, transparent 60%, #2f2f2f);
  }
}
.feature-prop-page .listing-item .listing-img-container::after {
  opacity: 0;
  background: linear-gradient(to bottom, transparent 35%, #2f2f2f 95%);
  transition: opacity 0.6s;
}
.feature-prop-page .listing-item .listing-img-container:hover:before {
  opacity: 0;
  transition: opacity 0.6s;
}
.feature-prop-page .listing-item .listing-img-container:hover:after {
  opacity: 1;
  transition: opacity 0.5s;
}
.feature-prop-page .listing-item .listing-img-container .listing-img-content {
  padding: 0;
}
.feature-prop-page .listing-item .listing-img-container .listing-badges {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 13px;
  padding: 0px;
  overflow: hidden;
  height: 100px;
}
@media (min-width: 979px) {
  .feature-prop-page .listing-item .listing-img-container .listing-badges {
    font-size: 10px;
  }
}
@media (min-width: 1024px) {
  .feature-prop-page .listing-item .listing-img-container .listing-badges {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .feature-prop-page .listing-item .listing-img-container .listing-badges {
    font-size: 13px;
  }
}
.feature-prop-page .listing-item .listing-img-container .listing-badges .featured {
  background-color: #af0202;
  float: left;
  transform: rotate(-45deg);
  left: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 12.5px;
  margin: 0;
  border: 1px solid #fff;
}
.feature-prop-page .listing-item .listing-img-container .listing-badges .pending {
  background-color: #009AE6;
  color: #000;
  float: left;
  transform: rotate(-45deg);
  left: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 12.5px;
  margin: 0;
  border: 1px solid #fff;
}
.feature-prop-page .listing-item .listing-img-container .listing-badges span {
  color: #fff;
  display: inline-block;
  padding: 1px 10px;
  background-color: rgba(74, 74, 76, 0.7);
  border-radius: 3px;
  top: 15px;
  right: 15px;
  position: absolute;
}
.feature-prop-page .listing-item .listing-img-container img {
  width: 100%;
  border-radius: 3px 3px 0 0;
}
@media (min-width: 979px) {
  .feature-prop-page .listing-item .listing-img-container img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1024px) {
  .feature-prop-page .listing-item .listing-img-container img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .feature-prop-page .listing-item .listing-img-container img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
}
.feature-prop-page .listing-item .listing-hidden-content {
  position: relative;
  width: 100%;
  background-color: #66676b;
  color: #fff;
  height: 0;
  transition: all 0.4s;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  padding: 0 0 0 25px;
  display: block;
  overflow: hidden;
}
.feature-prop-page .listing-item .listing-hidden-content li {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  line-height: 20px;
  padding: 15px 20px 0 0;
  position: relative;
  transition: all 0.5s;
  opacity: 0;
}
.feature-prop-page .listing-item .listing-hidden-content li:last-child {
  padding: 0;
}
.feature-prop-page .listing-item .listing-hidden-content li span {
  display: block;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.feature-prop-page .listing-item:hover li {
  opacity: 1;
}
.feature-prop-page .listing-item:hover .listing-hidden-content {
  height: 70px;
}
.feature-prop-page .listing-img-content {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 25px 30px;
}
.feature-prop-page .listing-img-content span {
  color: #fff;
  font-size: 23px;
}
.feature-prop-page .listing-img-content .listing-price i {
  display: block;
  font-style: normal;
  font-size: 16px;
  padding: 0;
  margin: -4px 0 0 0;
}
.feature-prop-page .compact .listing-img-content span {
  color: #fff;
  font-size: 20px;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 979px) {
  .feature-prop-page .compact .listing-img-content span {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .feature-prop-page .compact .listing-img-content span {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .feature-prop-page .compact .listing-img-content span {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    font-size: 20px;
  }
}
.feature-prop-page .compact .listing-img-content .listing-compact-title {
  padding: 23px 26px;
  display: block;
}
.feature-prop-page .compact .listing-img-content .listing-compact-title i {
  display: block;
  font-style: normal;
  font-size: 17px;
  padding: 0;
  margin: 2px 0 0 0;
}

.property-detail-page .card {
  background-color: aliceblue;
}
.property-detail-page .photo-gal-box {
  background: #eee;
}
@media (min-width: 768px) {
  .property-detail-page img {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .property-detail-page img {
    width: 100%;
  }
}
.property-detail-page iframe {
  width: 100%;
}
@media (min-width: 768px) {
  .property-detail-page iframe {
    height: 239px;
    width: 115%;
  }
}
@media (min-width: 1024px) {
  .property-detail-page iframe {
    height: 239px;
    width: 100%;
  }
}
.property-detail-page h2 {
  margin-right: 10px;
}
.property-detail-page .prop-name-sold .sold-detail {
  background: #af0202;
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 13px;
}
.property-detail-page .prop-name-sold .pending-detail {
  background: #009AE6;
  border: 1px solid #fff;
  color: #000;
  padding: 5px 13px;
}
.property-detail-page .location-status {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .property-detail-page .three-home-details {
    display: flex;
  }
}
.property-detail-page .three-home-details i {
  margin-right: 9px;
}
.property-detail-page .prop-detail-gal {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .property-detail-page .prop-detail-gal {
    height: 150px;
  }
}
@media (min-width: 1024px) {
  .property-detail-page .prop-detail-gal {
    height: 200px;
  }
}
.property-detail-page .prop-detail-gal img {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .property-detail-page .prop-detail-gal img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
}

.at-testimonial-sec .card-columns {
  column-count: 1;
}
@media (min-width: 768px) {
  .at-testimonial-sec .card-columns {
    column-count: 2;
  }
}
.at-testimonial-sec .card {
  background: aliceblue;
}
.at-testimonial-sec .card .client_rating {
  float: right;
}
.at-testimonial-sec .card .client_rating .fa-star {
  color: gold;
}
.at-testimonial-sec .card .at-test-person img {
  object-fit: contain;
  width: 20%;
  padding: 5px;
  float: right;
}
.at-testimonial-sec .card .fa-quote-right {
  float: left;
  margin-right: 10px;
  font-size: 50px;
  opacity: 0.1;
}
.at-testimonial-sec .card p {
  z-index: 99;
}
.at-testimonial-sec .card h2 {
  font-size: 17px;
}

.submit-testimonial .card {
  background: #00476A;
}
.submit-testimonial .stars label {
  color: #fff;
  margin-right: 15px;
}
.submit-testimonial .stars .fa-star {
  color: gold;
}
.submit-testimonial textarea {
  height: 180px;
}
.submit-testimonial .btn-main {
  font-size: 19px;
}

.new-listing-page {
  background: linear-gradient(160deg, #00476A 50%, #A6E1FF 30%);
}
.new-listing-page .lead {
  color: #fff;
}
.new-listing-page .card {
  background: #ffffffe8;
}
.new-listing-page .btn-main {
  font-size: 19px;
}
.new-listing-page textarea {
  height: 180px;
}

.map {
  margin-bottom: -7px;
}
.map iframe {
  width: 100%;
}
@media (min-width: 768px) {
  .map iframe {
    height: 300px;
  }
}

.contact-us-page {
  background: url(../../images/contact-us-bg.jpg);
}
.contact-us-page .card {
  position: relative;
  background: aliceblue;
}
@media (min-width: 768px) {
  .contact-us-page .card {
    position: relative;
    top: 0;
  }
}
@media (min-width: 1024px) {
  .contact-us-page .card {
    top: -110px;
  }
}
@media (min-width: 1200px) {
  .contact-us-page .card {
    top: -110px;
  }
}
.contact-us-page .btn-main {
  font-size: 19px;
}

/*# sourceMappingURL=design.css.map */
