/* Fonts START */
@font-face {
    font-family: 'Roboto Condensed';
    src: local('Roboto Condensed SemiBold'), local('RobotoCondensed-SemiBold'),
    url('/fonts/RobotoCondensed-SemiBold.woff2') format('woff2'),
    url('/fonts/RobotoCondensed-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'),
    url('/fonts/RobotoCondensed-Regular.woff2') format('woff2'),
    url('/fonts/RobotoCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
    url('/fonts/RobotoCondensed-Light.woff2') format('woff2'),
    url('/fonts/RobotoCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: local('Roboto Condensed Medium'), local('RobotoCondensed-Medium'),
    url('/fonts/RobotoCondensed-Medium.woff2') format('woff2'),
    url('/fonts/RobotoCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
    url('/fonts/RobotoCondensed-Bold.woff2') format('woff2'),
    url('/fonts/RobotoCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/* Fonts END */
body {
   font-family: 'Roboto Condensed';
   background-color: #ffffff;
   background-image: url(/images/body-sand.jpg);
   background-repeat: repeat;
}
a {
    text-decoration: none;
    color: #f9bd0d;
}
h1 {
    font-size: 30px;
    text-shadow: 0 1px 1px #000;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 22px;
    line-height: 1em;
    margin:0;
}
h4 {
    font-size: 30px;
}
small {
    font-size: 16px;
    line-height: 1em;
}
h6 {
    color: #2b2b2bbf;
    font-weight: 400;
    font-size: 20px;
}
:root {
    --font: 'Roboto Condensed';
    --color-1: #2b4661;
    --color-1-hover: #6685a1;
    --color-2: #FBAB04;
    --color-3: #0a2339;
    --color-4: #EBEAF6;
    --color-3-hover: #233950;
    --color-black: #242222;
    --color-text: #656565;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.btn-primary {
    background-color: #033e6f !important;
    border-color: #033e6f !important;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.35);
}
.btn-light-gallery {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.35);
    color: #024272;
}
.btn-secondary {
    background-color: #ff6600 !important;
    border-color: #ff6600 !important;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.35);
}
.bg-none {
    background-color: transparent;
}
.bg-light-brown {
    background-color: #fffcf8;
}
.bg-blue {
    background-color: #033e6f;
}
.bg-primary {
    background-color: #006773 !important;
}
.bg-secondary {
    background-color: #1872bb!important;
}
.bg-primary-gray {
    background-color: #f2f6f9 !important
}
.text-orange {
    color: #ff6600;
}
.header-logo img {
    width: 230px;
}
.bg-primary-gray h2 {
    color: #004370;
}
.header-top {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    color: #0a2339;
    background-color: #fff;
}
.header-top .header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.header-subpage-bg h2 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 400;
    }
.header-logo img {
    width: 230px;
}
.middle-subpage-content i{
    color: #1490ed;
    font-size: 25px;
}
.header-el-wrap {
    display: flex;
    column-gap: 30px;
}
.header-el-item {
    display: flex;
    column-gap: 6px;
    color: #fff;
}
.header-el-image {
    border: 1px solid #0a2339;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
    background-color: #fff;
}
.text-green {
    color: #3177b0;
}
.bg-shell h1 {
    text-shadow: none;
    font-weight: 800;
    line-height: 1.2em;
}
.header-el-image::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-1);
    z-index: -1;
    opacity: 0;
    transform: translateY(-100%);
    transition: 0.8s ease;
}
.header-el-item:hover .header-el-image::before {
    opacity: 1;
    transform: none;
}
.header-el-image svg {
    width: 18px;
    fill: #0a2339;
}
.header-el-image:hover svg {
    fill: #fff;
}
.property-icon-info {
    font-size: 30px;
}
.home-item-price {
    font-size: 20px;
    font-weight: 400;
}
.header-top-title-main {
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 2;
    color: #ff6600;
    font-weight: 800;
    text-align: center;
    font-size: 29px;
    width: 100%;
    text-shadow:1px 1px #ebebeb;
    background-color: rgba(255, 255, 255, 0.6);
}
.header-el-title {
    font-size: 14px;
    color: #0a2339;
}
.header-el-subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #0a2339;
}
.headerfixed .header-top-main {
    background-color: #ffffff;
    border-bottom: 1px solid #eaeaea;
}
.header-top-main {
    position: relative;
    z-index: 35;
    width: 100%;
    top: 0;    
}
.header-top-main .nav-link {
    font-weight: 700;
    color: #111111;
}
.header-top-main .navbar-collapse {
    -webkit-transition: height 0.25s ease-in-out;
    -moz-transition: height 0.25s ease-in-out;
    -o-transition: height 0.25s ease-in-out;
    transition: height 0.25s ease-in-out;
    position: absolute;
    background-color: #fff;
    top: 32px;
    right: 0;
    width: 280px;
    height: 0;
    overflow: hidden;
}
.header-top-main .navbar-collapse.show, .header-top-main .navbar-collapse.collapsing{
height: auto;
}
.header-top-main .navbar-collapse.show a {
    border-bottom: 1px solid #eaeaea;
}
.header-top-circle-notification {
    font-size: 9px;
    padding: 0;
    top: 0px;
    right: -12px;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.header-top-notify{
    background: #ceebff;
    width: 35px;
    height: 35px;
    line-height: 1em;
    text-align: center;
    padding: 4px 0;
}
.header-top-notify:hover {
    background: #ceebff;
}
.pe-item {
    cursor: pointer;
}
.homeSlideimg {
    background-image: url("/images/body-top-sand.png"),url("/images/slidemain.jpg");
    background-size: auto, cover;
    background-repeat: repeat-x, no-repeat;
    background-position: left bottom, left center;
    overflow: hidden;
    position: relative;
}
.subpageSlideimg {
    overflow: hidden;
    position: relative;
    min-height: 600px;
}
.subpageSlideimg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("/images/body-top-sand.png"),url("/images/slidemain.jpg");
    background-size: auto, cover;
    background-repeat: repeat-x, no-repeat;
    background-position: left bottom, left center;
    z-index: 0;

}
.homeSlideimg h1 {
    text-shadow:1px 1px #122131;
    font-weight: bold;
    font-size: 35px;
    color: #ffe307;
}
.homeSlideimg h1 small {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    color: #ffffff;
}
.home-featured-images {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}
.header-top-items {
    position: relative;
    z-index: 3;
    /*background-image: url(/images/body-top-sand.png);*/
}
.header-top-text-main {
    position: absolute;
    bottom: 0;
    z-index: 3;
    left: 0;
    width: 100%;
    transition: bottom .3s ease-in-out;
    background-color: #086db070;
}
.header-top-text-main b {
    font-size: 16px;
    text-transform: uppercase;
}
.header-top-img-main img {
    scale: 1;
    transition: scale .3s ease-in-out;
}
.header-top-img-main:hover img {
    scale: 1.02;
}
.header-top-img-main {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);    
}
.header-top-text-main h3{
    color: #f6c020;
    font-size: 24px;
}
.header-top-text-main small {
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
}
.header-top-house-chimney {
    font-size: 20px;
    width: 50px;
    height: 50px;
    border: 1px solid #004272;
    line-height: 50px;
    text-align: center;
}
.nav-pills .nav-link {
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 8px 8px;
    color: #000;
    margin-bottom: 8px;
}
.nav-pills .nav-link.active {
    background-color: #01416f;
    border-color: #01416f;
}
.nav-pills .nav-link i {
    font-size: 35px;
    display: none;
}
.card-header-tabs {
    margin-top: 0;
}
.items-home-title, .items-home-title a {
    font-size: 16 px;
    font-weight: 500;
    color: #191a1c;
}
.items-home-direction, .items-home-icons {
    font-size: 12px;
    font-weight: 300;
}
.items-home-price {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #111;
    font-size: 16px;
    padding: 5px 10px;
}
.items-home-img img {
    opacity: 0;
}
.items-home-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 70%;
    overflow: hidden;
}
.for-sale-top-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 23;
    right: 0;
    margin:0 auto;
    font-size: 13px;
    pointer-events: none;
}
.PropCRItem {
    display: none;
}
.PropCRItem.active {
    display: block;
}
.bg-forsale {
    background-color: #bd2020;
    font-size: 18px;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.35);
}
.bg-forsale-blue {
    background-color: #0accf0 ;
    font-size: 18px;
    color: #ffffff !important;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.35);
    text-shadow: 1px 1px 1px #000000;
}
.bg-forsale svg{
    display: block;
    fill: rgba(0, 0, 0, 0.5);
    height: 24px;
    width: 24px;
    stroke: 5px;
    stroke-width: 2;
    overflow: visible;
}
.items-favorites {
    color: #1d729d;
    font-size: 20px;
}
.home-font-items {
    font-size: 22px;
    font-weight: 400;
    color: #111111;
}
.bg-favorites {
    background-color: #006699;    
}
.home-experience-paragraph {
    background-color: #f7f1ec;
    color: #695944;
}
.home-experience-paragraph h5 {
    color: #A8A197;
}
.home-experience-paragraph h6 {
    color: #e9c797;
}
.home-experience-image-left {
    background-image: url(/images/experience.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.home-experience-image-avatar {
    width: 30px;
    height: 30px;
}
.home-experience-subtitle {
    color: #b6621c;
    position: relative;
    padding: 15px 0;
    padding-left: 20px;
    font-weight: 700;
    line-height: 1em;
}
.home-list-for-sale h6 {
        color: #3177B0;
    font-size: 23px;
    font-weight: 300;
    position: relative;
    padding-left: 15px;
}
.home-list-for-sale h6:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    background-color: #ff6600 ;
    left: 0;
}
.home-list-for-sale-icon {
    cursor: pointer;
    font-size: 15px;
}
.home-list-for-sale-icon i{
    color: #3177b0;
}
.home-experience-title {
    color: #024171;
}
.home-experience-middle-text {
    border-left: 3px solid #ebc797;
}
.home-experience-subtitle:before {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #b6621c;
    position: absolute;
    top: 22px;
    left: 0;
}
.home-experience-image-right h5 {
    font-size: 15px;
    line-height: 1em;
    margin-bottom: 0;
    padding-bottom: 0;
}
.home-experience-image-right h6{
    font-size: 13px;
    line-height: 1em;
    margin-bottom: 0;
    padding-bottom: 0;
}
.home-experience-list ul {
    padding: 0;
    margin:0;
    list-style-type: none;
}
.home-experience-list ul li {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-bottom: 5px;
    font-size: 15px;
}
.home-experience-list ul li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #024171;
    font-size: 12px;
}
.home-experience-play-btn {
    width: 50px;
    height: 50px;
    background-color: #b6621c;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    border: 5px solid #e9cfb9;
    vertical-align: middle;
}
.home-phone-btn-about {
    width: 40px;
    height: 40px;
    background-color: #b6621c;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
}
.bg-shell {
    font-size: 14px;
}
.call-us-anytime {
    font-size: 16px;
}
.call-us-anytime small {
    font-weight: 700;
    font-size: 20px;
}
.s-footer {
    background-color: #122131;
    color: #fff;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
}
#home-section-info {
    box-shadow: 0px 0px 20px 0px rgba(191,181,181,0.75);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(191,181,181,0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(191,181,181,0.75);
}
#home-section-info > div {
    text-align: center;
    line-height: 100px;
    font-size:30px;
    font-weight: bold;
}
.header-subpage-bg {
    position: relative;
}
.header-subpage-bg:before {
    content: "";
        background-image: url(/images/body-top-sand.png), url(/images/slidemain.jpg);
    background-size: auto, cover;
    background-repeat: repeat-x, no-repeat;
    background-position: left bottom, left center;
    overflow: hidden;
    position: relative;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.PropertyVideosWrapper {   
    overflow-x: scroll;
}
.PropertyVideos video {
    object-fit: cover;
}
.property-circle-play-video {
    position:absolute;
    left:0;
    right:0;
    margin-inline:auto;
    width:fit-content;
    top:50%;
    margin-top: -20px;
    cursor:pointer;
    font-size: 40px;
    line-height: 1em;
    color: #ffffff;
    text-shadow: 0px 0px 7px #000;
}
.pills-property {
   position:absolute;
   top:10px;
   left:10px;
   color: #ffffff;
   text-shadow: 1px 1px 2px #000000;
}
.map-items-right {
    max-height: calc(100vh - 87px);
    overflow-y: scroll;
    overflow-x: hidden;
}
.footer-fixed-contact-options {
    position: fixed;
    z-index: 30;
    right: 30px;
    bottom: 30px;
}
.footer-fixed-contact-options .list-contact-options{
    position: absolute;
    right: 75px;
    bottom: 75px;
    width: 200px;
      -webkit-transition: transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transform: translateX(170%);
}
.footer-fixed-contact-options .list-contact-options.active{
    transform: translateX(0);    
}
.list-contact-options .list-group-flush {
    border-color: #1872bb !important;
 }
.list-contact-options .list-group-flush a{
    color: #222222;
}
.list-contact-options .list-group-flush a i{
    color: #1872bb;

}
.list-group-flush>.list-group-item:hover {
    background: #f2f6f9;
}
.footer-fixed-close-btn {
        position: absolute;
    top: -15px;
    color: #818181;
    font-size: 30px;
    right: -7px;
    background: #fff;
    height: 30px;
    width: 30px;
    line-height: 27px;
    cursor: pointer;
    z-index: 3;
}

.footer-fixed-contact-options .icon-footer-contact {
    width: 80px;
    height: 80px;
    background-color: #ff6600;
    line-height: 80px;
    font-size: 28px;
    text-align: center;
    cursor: pointer;    
    transform: scale(1);
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}
.footer-fixed-contact-options .icon-footer-contact:hover {
    background-color: #e15f09;
    transform: scale(1.2);
}
.footer-fixed-contact-options .icon-footer-contact img {width: 45px}
.footer-top {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    margin-bottom: 60px;
}
.footer-top a {
    color: #fff;
}
.footer-logo img {
    width: 170px;
    display: block;
}
.footer-info-wrap {
    display: flex;
    column-gap: 25px;
}
.footer-info-item {
    display: flex;
}
.list-group-flush {
        --bs-list-group-bg: transparent;
    --bs-list-group-color: #fff;
    width: 310px;
}
.footer-info-icon {
    padding: 10px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    fill: #ffffff;
}
.footer-info-icon::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-1);
    z-index: -1;
    opacity: 0;
    transform: translateY(-100%);
    transition: 0.8s ease;
}
.footer-info-item:hover .footer-info-icon::before {
    transform: none;
    opacity: 1;
}
.footer-info-icon img {
    max-width: 18px;
}
.footer-info-title {
    font-size: 14px;
    color: #DADADA;
}
.footer-info-value {
    font-weight: 700;
    font-size: 16px;
}
.footer-center {
    margin-bottom: 50px;
}
.footer-title {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.footer-nav-row {
    display: flex;
    column-gap: 57px;
}
.footer-nav-title {
    font-size: 20px;
    font-weight: 700;
}
.footer-ul {
    padding: 0;
    list-style-type: none;
}
.footer-ul li a {
    color: #D1D0D0;
    transition: 0.5s ease;
}
.footer-ul li a:hover {
    color: #fff;
}
.footer-ul li:nth-last-child(n+2) {
    margin-bottom: 15px;
}
.footer-nav iframe {
    display: block;
    max-width: 400px;
    height: 200px;
}
.footer-bottom {
    border: 1px solid rgba(255, 255, 255, .4);
    display: flex;
    align-items: center;
    column-gap: 30px;
    justify-content: space-between;
    padding: 0 0 0 25px;
}
.footer-copyright {
    color: #D1D0D0;
}
.footer-bottom-nav ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    column-gap: 20px;
    margin-bottom: 0;
}
.footer-bottom-nav ul li a {
    color: #D1D0D0;
    transition: 0.5s ease;
}
.footer-bottom-nav ul li a:hover {
    color: #fff;
}
.footer-social {
    display: flex;
    align-items: center;
}
.footer-social a {
    display: block;
    padding: 20px 16px;
    border-left: 1px solid rgba(255, 255, 255, .4);
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.footer-social a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-1);
    z-index: -1;
    opacity: 0;
    transform: translateY(-100%);
    transition: 0.8s ease;
}
.footer-social a:hover::before {
    transform: none;
    opacity: 1;
}
.footer-social a img {
    display: inline-block;
    vertical-align: middle;
}
.footer-social a img {
    max-width: 20px;
}
. {
    display: block;
    fill: rgba(0, 0, 0, 0.5);
    height: 24px;
    width: 24px;
    stroke: var(--linaria-theme_palette-icon-primary-inverse);
    stroke-width: 2;
    overflow: visible;
}
/* Footer END */
.property-view-all-photos {
    position: absolute;
    bottom: 20px;
    right: 10px;
    z-index: 3;
}
.property-favorites-button {
    font-size: 15px;
    color: #006699;
}
.btn-property-home {
    font-size: 14px;
}
.list-group-flush>.list-group-item:hover {
    background-color: transparent;
}
.formfieds .form-group > div input, .formfieds .form-group > div select{
    padding-left: 45px;
}
.formfieds .form-group > div {
    position: relative;
}
.formfieds .form-group > div i, .formfieds .input-group  i {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 6;
}
.form-select:focus {
    box-shadow: none;
}
@media (min-width: 576px) {}
@media (max-width: 576px) {
    .fancybox-infobar {
        position: fixed;
        bottom: 0;|
        left: 0;
        top: initial;
    }
    .fancybox-toolbar {
        width: 100%;
    }
}
@media (min-width: 768px) {}
@media (min-width: 992px) {
    h1 {
        font-size: 50px;
    }
    h2 {
    font-size: 30px;
}
    .nav-pills .nav-link {
        padding: 20px 40px;
    }
    .header-subpage-bg h2 {
        font-size: 22px;
    }
.homeSlideimg h1 {
    font-size: 50px;
}
.home-list-for-sale-icon {
    font-size: 16px;
}
.header-top-main .navbar-collapse {
    position: relative;
    background-color: transparent;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    overflow: visible;
}
    .nav-pills .nav-link {
        background-color: #ffffff;
    }
    .nav-pills .nav-link.active {
        background-color: #01416f;
        border-color: #01416f;
    }
    .nav-pills .nav-link i {
        font-size: 35px;
    }
    .nav-pills .nav-link span {
        margin-top: 5px;
    }
    .homeSlideimg {
  }
  .header-el-item {
    column-gap: 6px;
}
.footer-info-wrap {
    column-gap: 60px;
}
.home-get-in-touch {
    width: 50%;
}
#home-section-info {
    position: absolute;
    bottom: 40px;
    left: 15px;
    width: 70%;
}
.home-gallery-images .w-custom-gallery{
    width: 25%;
}
.bg-shell h1 {
    font-size: 70px;
}
.home-phone-btn-about {
    width: 50px;
    height: 50px;    
    line-height: 50px;   
}
.header-top-title-main {
    font-size: 53px;
    top: 80px;
    letter-spacing: 0px;
    transition: letter-spacing 0.5s;
}
.header-subpage-bg {
    position: relative;
}
.header-subpage-bg:before {
    content: "";
        background-image: url(/images/body-top-sand.png), url(/images/slidemain.jpg);
    background-size: auto, cover;
    background-repeat: repeat-x, no-repeat;
    background-position: left bottom, left center;
    overflow: hidden;
    position: relative;
    height: 800px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.header-top-img-main:hover .header-top-title-main{
    letter-spacing: 2px;
}
.header-top-text-main {
    bottom: -100%;
}
.header-top-text-main b {
    font-size: 30px;
}
#header-top-items a:hover .header-top-text-main{
    bottom: 0;
}
.home-list-for-sale h6 {
    font-size: 40px;
    padding-left: 45px;
}
.PropertyVideosWrapper {
    height: 400px;
    overflow-x: auto;
    overflow-y: scroll;
}
}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}