body {
    background: #f5f5f5;
}

h1,
h2,
p {
    margin: 5px;
    padding: 0;
}

.brand {
    margin: 40px 0;
}

.app-body {
    background: #fff;
    border-radius: 4px;
    padding: 60px;
    margin-bottom: 40px;
}

.listing-block-top {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 40px;
    overflow: hidden;
}
.listing-block {
    background: #fff;
    border-radius: 4px;
    padding: 20px 30px;
    margin-bottom: 40px;
    overflow: hidden;
}

.listing-photo {
    height: 300px;
    background-position: center;
    background-size: cover;
}

.listing-info {
    margin: 20px;
}

.listing ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.listing ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.listing ul li.listing-price {
    font-size: 20px;
}

h1 {
    font-weight: 600;
    font-size: 36px;
    color: #333;
}

h2 {
    font-weight: 600;
    font-size: 20px;
    color: #333;
}

h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.app-name {
    font-size: 16px;
    font-weight: 600;
}

.listing h1 {
    font-size: 30px;
}

.app-sub {
    color: #808080;
    font-size: 15px;
}

.app-page-top {
    padding-bottom: 30px;
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 30px;
}

.footer {
    margin-bottom: 40px;
}

.footer p {
    color: #999;
    font-size: 14px;
}

.share-links {
    margin-bottom: 15px;
}

.hs-logo {
    margin-top: 15px;
}

.hs-logo img {
    width: 30px;
    height: 30px;
}

.badges {
    margin-top: 15px;
}

.store-badge {
    height: 40px;
    margin-right: 15px;
}

.muted-text2 {
    font-size: 14px;
    color: #808080;
}

.muted-text {
    font-size: 14px;
    color: #c0c0c0;
}

button,
button:focus,
button:active {
    outline: none !important;
    width: 100%;
    box-shadow: none !important;
}

input:focus {
    outline: none !important;
    box-shadow: none !important;
}

label {
    font-size: 20px;
    font-weight: 600;
}

input[type="phone"] {
    margin: 10px 0;
    border: 0;
    color: #333;
    box-shadow: none !important;
    border-bottom: 2px solid #e6e6e6;
    border-radius: 0;
    padding: 6px;
}

input[type="password"] {
    margin: 5px 0;
    border: 0;
    color: #333;
    box-shadow: none !important;
    border-bottom: 2px solid #e6e6e6;
    border-radius: 0;
    padding: 6px;
}

.other-heading {
    font-size: 24px;
    margin: 0 auto;
    max-width: 320px;
    margin-bottom: 15px;
}

.other {
    font-size: 15px;
    color: #808080;
    margin: 0 auto;
    max-width: 415px;
}

.btn-hs {
    max-width: 320px;
}

.disclaimer {
    padding: 0 15px;
    text-align: left;
    margin-bottom: 15px;
    font-size: 14px;
}

.listing-detail-row p {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.listing-detail-row p.muted-text2 {
    margin-bottom: 0;
}

.open-app {
    display: none;
}

.landing-bg-row {
    background-image:url(/assets/img/landing-bg.svg);
    background-position: top center;
    background-repeat:no-repeat;
    background-size:60%;
}

.landing-icon {
    margin-top:10px; /* 120 */
    margin-bottom:10px;
    width:80px;
    height:80px;
    border-radius:10px;
    border:1px solid #eee;
    -webkit-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.3);
}

.landing-section {
    height: 80%; /* 100 */
    display:flex;
    align-items:flex-end;
}

.landing-left {
    margin-left:-40px;
}

.agent-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top:20px;
}

.agent-photo-block {
    margin-right: 20px;
}

.agent-photo {
    width: 80px;
    height: 80px;
    border-radius: 40px;
}

@media (max-width: 991.98px) {
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 18px;
    }
    .app-body {
        padding: 20px 10px;
    }
    .listing ul li {
        margin-right: 10px;
        font-size: 12px;
    }

    .listing ul li.listing-price {
        font-size: 16px;
    }

    .listing-section {
        margin-bottom: 30px;
    }



}

@media (max-width: 1199.98px) {
    .landing-section {
        height: 95%; /* 100 */
    }
}

@media (max-width: 399px) {
    .landing-bg-row {
        background-image: none;
    }
    .landing-left {
        margin-left: 0;
    }
}

@media (min-width: 400px) and (max-width: 991px) {
    .open-app {
        display: block;
    }

    .landing-left {
        margin-left:0px;
    }

    .landing-bg-row {
        background-image:url(/assets/img/landing-bg.svg);
        background-position: -50% 0;
        background-repeat:no-repeat;
        background-size:70%;
    }

    .landing-icon {
        margin-top: 30px; /* 120 */
    }

    .landing-section {
       margin-top:80px;
    }
}
