body{
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    background: #FFFFFF;
}
.main-header{
    position: relative;
    height: 586.28px;
}
.navbar-header{
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0px;
    top: 0px;
}
.header-top-first{
    position: absolute;
    width: 100%;
    height: 40.92px;
    left: 0px;
    top: 0px;

    background: #AA3333;
}
.header-top-first .address-map-icon{
    position: absolute;
    width: 16px;
    height: 15.97px;
    left: 203.24px;
    top: 12.48px;
}
.header-top-first .address-detail{
    position: absolute;
    width: 305px;
    height: 14.97px;
    left: 227.24px;
    top: 18.97px;

    font-family: 'Product Sans', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */


    color: #FFFFFF;
}
.header-top-first .top-breaker{
    position: absolute;
    width: 3px;
    height: 14.97px;
    left: 539.24px;
    top: 12.97px;

    font-family: 'Product Sans', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */


    color: #FFFFFF;
}
.header-top-first .group-2{
    position: absolute;
    width: 183px;
    height: 15.97px;
    left: 574.24px;
    top: 12.48px;
}
.header-top-first .phone-icon{
    position: absolute;
    left: 89.24%;
    right: -67.36%;
    top: 10.92%;
    bottom: 10.95%;

    background: #F1F1F1;
    transform: rotate(90deg);
}
.header-top-first .phone-no{
    position: absolute;
    width: 72px;
    height: 14.97px;
    left: 598.24px;
    top: 12.97px;

    font-family: 'Product Sans', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */


    color: #FFFFFF;
}

#header-logo-div{
    position: absolute;
    width: 122.05px;
    height: 107px;
    left: 70px;
    top: 0px;

    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(22, 22, 22, 0.15);
}
#header-logo{
    position: absolute;
    width: 98.32px;
    height: 61.97px;
    left: 12.87px;
    top: 28.44px;
    background: url('../images/logo/main_logo.png');
    background-size: contain;
    background-repeat: no-repeat;
}
#header-logo-2{
    position: absolute;
    width: 141.23px;
    height: 22.12px;
    left: 203.24px;
    top: 57.01px;
    background: url('../images/logo/main_logo_1.png');

}
.header-top-second{
    position: absolute;
    width: 100%;
    height: 56.89px;
    left: 0px;
    top: 40.92px;

    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(22, 22, 22, 0.1);
}
.header-top-second .login-signup-button{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 9px 20px;
    gap: 8px;
    height: 33.93px;
    color: #fff;
    border: none;
    background: #AA3333;
    font-family: 'Product Sans', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}
.header-top-second .navbar .navbar-nav .nav-item a{
    font-family: 'Product Sans', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #000000;
}
.form-area{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: linear-gradient(0deg, rgba(14, 0, 0, 0.7) 5.78%, rgba(14, 0, 0, 0) 33.23%), url('../images/icons/header_image.png');
}
.search-form-box{
    position: absolute;
    width: 930.96px;
    /*height: 92px;*/
    right: 16%;
    top: 453.19px;

    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(52, 0, 0, 0.21);
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (orientation: portrait) {
    .navbar-header{
        /*width: 375px;*/
    }
    #header-logo-div{
        left: 15px;
        height: 85px;
        box-shadow: none;
    }
    #header-logo{
        background: url("../images/moreMobile.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        left: 0;
        top: 15px;
     }
    #header-logo-2{
        left: 90px;
        top: 35px;
        background: url("../images/stlMobile.png");
        background-repeat: no-repeat;
        background-position: center;
    }
    .header-top-first{
        display: none;
    }
    .header-top-second{
        height: 100px;
        left: 287px;
        top: 0;
        width: 88px;
        box-shadow: none;
    }
    .navbar{
        height: 100px;
        background: transparent !important;
    }
    .navbar .navbar-toggler{
        border: none;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("../images/icons/menublack.png") !important;
    }
    .navbar-collapse{
        height: 100vh;
        background: #272626;
        color: white;
        width: 275px;
        position: absolute;
        top: 100px;
        right: -15px;
    }
    .header-top-second .navbar .navbar-nav{
        padding-top: 15px;
    }
    .header-top-second .navbar .navbar-nav .nav-item{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-content: center;
    }
    .header-top-second .navbar .navbar-nav .nav-item > .dropdown-menu {
        border-radius: 0;
        border: 0;
    }
    .header-top-second .navbar .navbar-nav .nav-item a {
        font-family: 'Product Sans', sans-serif !important;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 15px;
        color: #ffffff;
        padding: 20px;
    }

    .header-top-second .navbar .navbar-nav .nav-item a > i {
        min-width: 27px;
    }
    .header-top-second .login-signup-button{
        font-size: 18px;
    }
    .main-header{
        height: 800px;
    }
    .form-area{
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .search-form-box{
        position: absolute;
        width: 85vw;
        height: 43vh;
        left: 31.04px;
        top: 200px;
        background: #FFFFFF;
        box-shadow: 0px 4px 4px rgb(52 0 0 / 21%);
    }
    .search-form-box form #btnSearch{
        padding: 20px 20px !important;
        margin-top: -10px !important;
        /*margin-left: -25px !important;*/
        gap: 8px !important;
        /*width: 20rem !important;*/
    }
}

@media only screen
and (min-device-width: 480px)
and (orientation: portrait) {
    .navbar-header{
        width: 375px;
    }
    #header-logo-div{
        left: 15px;
    }
    #header-logo-2{
        left: 145px;
        top: 40px;
    }
    .header-top-first{
        display: none;
    }
    .header-top-second{
        height: 100px;
        left: 287px;
        top: 0;
        width: 88px;
    }
    .navbar{
        height: 100px;
        background: transparent !important;
    }
    .navbar .navbar-toggler{
        border: none;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("../images/icons/white-menu.png") !important;
    }
    .navbar-collapse{
        height: 700px;
        background: #272626;
        color: white;
        width: 238px;
        position: absolute;
        top: 100px;
        right: 0px;
    }
    .header-top-second .navbar .navbar-nav{
        padding-top: 50px;
    }
    .header-top-second .navbar .navbar-nav .nav-item{
        display: flex;
        justify-content: center;
    }
    .header-top-second .navbar .navbar-nav .nav-item a {
        font-family: 'Product Sans', sans-serif !important;
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 15px;
        color: #ffffff;
        padding-bottom: 40px;
    }
    .main-header{
        height: 800px;
    }
    .form-area{
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .search-form-box{
        position: absolute;
        width: 55vw;
        /*height: 34vh;*/
        left: 35.04px;
        top: 412.19px;
        background: #FFFFFF;
        box-shadow: 0px 4px 4px rgb(52 0 0 / 21%);
    }
    .search-form-box form #btnSearch{
        padding: 20px 20px !important;
        margin-top: -12px !important;
        margin-left: -25px !important;
        gap: 8px !important;
        width: 312px !important;
    }
}

@media only screen
and (min-device-width: 612px)
and (orientation: portrait) {
    .navbar-header{
        width: 100%;
    }
    #header-logo-div{
        left: 15px;
    }
    #header-logo-2{
        left: 145px;
        top: 40px;
    }
    .header-top-first{
        display: none;
    }
    .header-top-second{
        height: 100px;
        left: 320px;
        top: 0;
        width: 163px;
    }
    .navbar{
        display: flex;
        justify-content: center;
        height: 100px;
        background: transparent !important;
    }
    .navbar .navbar-toggler{
        border: none;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("../images/icons/white-menu.png") !important;
    }
    .navbar-collapse{
        height: 700px;
        background: #272626;
        color: white;
        width: 238px;
        position: absolute;
        top: 100px;
        right: 0px;
    }
    .header-top-second .navbar .navbar-nav{
        padding-top: 50px;
    }
    .header-top-second .navbar .navbar-nav .nav-item{
        display: flex;
        justify-content: center;
    }
    .header-top-second .navbar .navbar-nav .nav-item a {
        font-family: 'Product Sans', sans-serif !important;
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 15px;
        color: #ffffff;
        padding-bottom: 40px;
    }
    .main-header{
        height: 800px;
    }
    .form-area{
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .search-form-box{
        position: absolute;
        width: 62vw;
        /*height: 61vh;*/
        left: 77.04px;
        top: 412.19px;
        background: #FFFFFF;
        box-shadow: 0px 4px 4px rgb(52 0 0 / 21%);
    }
    .search-form-box form #btnSearch{
        padding: 20px 20px !important;
        margin-top: -12px !important;
        margin-left: -25px !important;
        gap: 8px !important;
        width: 312px !important;
    }
    .stl-listing-card{
        margin: auto !important;
    }
    .stl-testimonial-card{
        margin: auto !important;
        width: 255.29px !important;
        display: block !important
    }
    .slick-dots{
        display: none !important;
    }
    .b-section-name ,.b-section-title{
        text-align: center !important;
    }
    .newsletter-form input{
        /*width: 240px !important;*/
    }
    .newsletter-form button{
        height: 39px;
    }
    .footer-icon{
        display: flex;
        justify-content: space-around;
    }
    .contact-area-main {
        position: absolute;
        width: 495px !important;
        top: 100px !important;
        left: -13px !important;
    }
    .contact-area-main h2{
        font-size: 22px !important;
    }
}

.search-form-box form label{
    font-family: 'Product Sans', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
}
.search-form-box form input,select{
    font-size: 12px !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0;
}
.search-form-box form #btnSearch{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9px 20px;
    gap: 8px;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: #AA3333;
    font-family: 'Product Sans', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */


    color: #FFFFFF;
}
.search-form-box form #btnSearch:hover{
    background: #000000;
    color: #FFFFFF;
}

.stl-color-main{
    color: #AA3333 !important;
}
.stl-font-family{
    font-family: 'Product Sans', sans-serif !important;
    font-style: normal;
}
.stl-listing-card{
    position: relative;
    width: 364px;
    height: 375px;
    overflow: hidden;
    background: #F1F1F1;
    transition: transform .2s;
}
.stl-listing-card:hover{
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(51, 51, 51, 0.2);
    transform: scale(1.1);
    z-index: 1;
}
.stl-listing-card-img-box{
    position: absolute;
    z-index: 0;
    width: 361.96px;
    height: 225.6px;
    left: 1.82px;
    top: 0.11px;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62.43%, #000000 100%);
}
.stl-listing-card-img{
    position: absolute;
    width: 100%;
    height: 225.6px;
    left: 0;
    top: 0;
}
.stl-listing-card-ribbon{
    position: absolute;
    width: 148.38px;
    text-align: center;
    height: 18.37px;
    left: -26.84px;
    top: 26.92px;
    color: #FFFFFF;
    font-size: 10px;
    background: #AA3333;
    transform: matrix(0.71, -0.66, 0.76, 0.71, 0, 0);
}
.stl-listing-card-ribbon-badge{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3px 8px;
    gap: 10px;

    position: absolute;
    width: 88.78px;
    height: 18px;
    left: 10.79px;
    top: 195.31px;
    font-size: 10px;
    background: #AA3333;
    border-radius: 23px;
}
.stl-listing-card-ribbon-price{
    position: absolute;
    width: 185px;
    height: 39px;
    left: 171.48px;
    top: 156.31px;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: right;
    color: #FFFFFF;
}
.stl-listing-card-ribbon-status{
    position: absolute;
    width: 120px;
    height: 12px;
    left: 233.48px;
    top: 198.31px;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: right;

    color: #FFFFFF;
}
.stl-listing-card-btn-like{
    position: absolute;
    width: 28.65px;
    height: 25.24px;
    left: 325.02px;
    top: 16.11px;
    border-radius: 20px;
    background: #AA3333;
}
.like-icon{
    position: absolute;
    left: 20.36%;
    right: 20.35%;
    top: 20.35%;
    bottom: 20.35%;font-size: 12px;
}
.stl-listing-card-title{
    position: absolute;
    width: 334.79px;
    height: 38px;
    left: 15.09px;
    top: 245.32px;
    font-weight: bold;
    font-size: 14px;
    line-height: 12px;

    color: #AA3333;
}
.stl-listing-card-sub-heading{
    position: absolute;
    left: 17.38px;
    top: 292.71px;
    font-size: 12px;
}
.stl-listing-text-color{
    color: #161616;
    opacity: 0.5;
}
.stl-listing-card-icon-box{
    position: absolute;
    width: 100%;
    height: auto;
    top: 270px;
}
.stl-custom-font-size{
    font-size: 10px !important;
}
.stl-listing-card-icon-box ul li{
    display: inline-block;
}
.stl-listing-card-icon-box ul li img{
    width: 28px;
}
.stl-listing-card-icon-box ul li span{
    font-size: 10px;
    font-weight: bold;
}
.stl-listing-card-btn-box{
    position: absolute;
    top: 330px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 35px;
    gap: 8px;
}
.stl-listing-card-btn{
    width: 100px;
    height: 33px;
    font-size: 8px;
    box-sizing: border-box;
}
.stl-listing-card-btn:hover{
    border: 1px solid #AA3333;
    background: #AA3333 !important;
    color: #FFFFFF !important;
}
.stl-border-main{
    border: 1px solid #AA3333;
}
.stl-bg-main{
    background: #AA3333 !important;
}
.stl-testimonial-card{
    width: 255.29px !important;
    height: 278.01px;
    background: #F1F1F1;
    padding-left: 10px;
    padding-right: 10px;
}
.testimonial-start i{
    color: #FFA800;
}
.newsletter-form input{
    /*width: 437px;*/
    border: none;
    border-radius: 0px !important;
}
.newsletter-form button{
    width: 116px;
    background: #AA3333;
    color: #FFFFFF;
    border: none;
    border-radius: 0px !important;
}
.contact-area-main{
    position: absolute;width: 850px;height: 152.5px;top: 100px;left: 230px
}

/* common */
.ribbon {
    width: 107px;
    height: 105px;
    overflow: hidden;
    position: absolute;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #AA3333;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 162px;
    padding: 5px 0;
    background-color: #AA3333;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 12px/1 'Product Sans', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}

.stl-font{
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    line-height: 2;
    font-family: 'Product Sans', sans-serif;
    /*text-shadow: 0 4px 5px rgb(0 0 0 / 20%);*/
}

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon-top-left::before {
    top: 0;
    right: 0;
}
.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}
.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}
.topleft {
    position: absolute;
    top: 8px;
    left: 16px;
}
.topright {
    position: absolute;
    top: 8px;
    right: 16px;
}
.bottomleft {
    position: absolute;
    bottom: 8px;
    left: 16px;
    background: #AA3333;
    border-radius: 23px;
}
.bottomright {
    position: absolute;
    bottom: 8px;
    right: 16px;
}
.stl-listing-btn{
    border: 1px solid #AA3333;
    color: #AA3333;

}
.stl-listing-btn:hover{
    background: #AA3333;
    color: #FFFFFF;
}
.property-listing-card{
    width: 100%;
    background: #F1F1F1;
    min-height: 520px;
    max-height: 520px;
}
.property-listing-card:hover{
    background: #FFFFFF !important;
    box-shadow: 0px 4px 50px rgba(51, 51, 51, 0.2);
}
.custom-dropdown a{
    padding-top: 15px !important;
    color: #038 !important;
}
.custom-dropdown a:hover{
    background: #AA3333;
    color: #FFFFFF !important;
}

@media only screen and (max-width: 767px) {
    .testimonial-area{
        text-align: center;
    }
    .contact-area-bg{
        height: 150px;
    }
    .contact-area-main {
        position: absolute;
         width: 100%;
         height: auto;
        padding: 5px;
        top: 0;
        left: 0;
    }
    .property-listing-card-parent{
        display: flex;
        justify-content: center;
    }
    .form-area{
        width: 100%;
        height: 100%;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background: linear-gradient(0deg, rgba(14, 0, 0, 0.7) 5.78%, rgba(14, 0, 0, 0) 33.23%), url('../images/icons/headerbg-mobile.png');
    }
}
.custom-ul li{
    display: inline-block;
    width: 32px;
    height: 76px;
    overflow: hidden;
}

.btn-virtual-tour{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 8px;
    gap: 8px;
    width: 100%;
    height: auto;

    background: #0094FF;
    border-radius: 15px;
}
.stl-listing-image{
    max-height: 240px;
    min-height: 240px;
}

#listPageAdvanceSearch{
    position: absolute;
    left: 0;
    bottom: -7px;
}

#listPageResetSearch{
    position: absolute;
    right: 0;
    bottom: -7px;
}

@media (max-width: 576px) and (min-width: 320px) {
    .card-button-box a{
        width: 130px;
        margin-right: 0px;
        margin-top: 10px;
    }
    .btn-virtual-tour{
        width: 100px;
        line-height: normal;
        margin-left: -26px;
    }
    .search-form-box{
        /*height: 43vh !important;*/
    }
    .form-button-box{
        padding: 0px !important;
    }
    .form-button-box button{
        width: 100% !important;
        margin: auto !important;
    }
    .slick-dots{
        display: none !important;
    }
    .contact-area-main h2{

    }
    .custom-btn-box{
        margin-right: 13px !important;
    }
    .stl-listing-image{
        max-height: 170px
    }
    .property-listing-card {
        min-height: 560px;
        max-height: 560px;
    }
    #listPageAdvanceSearch{
        bottom: -23px;
    }

    #listPageResetSearch{
        bottom: -23px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait){
    .property-listing-card {
        min-height: 600px;
        max-height: 600px;
    }
    #listPageAdvanceSearch{
        bottom: -23px;
    }

    #listPageResetSearch{
        bottom: -23px;
    }
}

.listing-page-loading-overlay {
    display: none;
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9998;
    align-items: center;
    justify-content: center;
}

.listing-page-loading-overlay.is-active {
    display: flex;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px){
    #filterByForm{
        display: inline-grid;
        width: 100%;
        justify-content: center;
    }
    .gallery-slider .view-gallery-overlay{
        top: 28%;
    }
    #filterByForm .form-group {
        align-items: center;
    }
    #filterByForm .form-group label {
        margin-bottom: 0;
    }
}
.property-list-title{
    min-height: 63px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.37;
    -webkit-line-clamp: 2;
}

section.footer-area a:hover {
    color: #fff!important;
}
.additional-info-section .additional-info-details:last-child {
    margin-bottom: 35px;
}
section.footer-area .mt-5[style="width: 98.32px;height: 62.1px;background: url('http://stlmls.com/images/logo/logo-white.png');background-repeat: no-repeat"] {
    background-size: contain !important;
}