/*START MOBILE AREA STYLE*/


@media (max-width: 768px) {
    .footer-cta h4 a {
        display: block;
        margin-top: 20px
    }
    .footer-cta h4 span {
        font-size: 25px;
    }
    .property-item-v2 .figure-block {
        display: block;
    }
    .property-item-v2 .item-body {
        display: block;
    }
    .property-item-v2 .item-body-top, .property-item-v2 .item-body-bottom {
        position: relative;
    }
    .property-item-v2 .item-date {
        display: block;
    }
    .property-item-v2 .item-thumb, .property-item-v2 figure, .property-item-v2 .carousel-module .carousel .item figure, .carousel-module .carousel .item .property-item-v2 figure {
        width: 98%;
    }
    .header-mobile .header-logo img {
        max-height: 30px;
    }
    .item-price-block .item-price {
        color: #fff;
        background-color: #336699;
        border-radius: 5px;
        padding: 1px 4px;
        font-size: 15px;
    }
    .advance-search-header {
        display: block !important;
    }
    .form-control, .post-password-form input[type='password'] {
        height: 40px;
    }
    .input-icon input {
        padding-left: 30px !important;
    }
    .input-icon:before {
        height: 30px;
        line-height: 45px;
    }
}

/*END MOBILE AREA STYLE*/


/*START IPAD AREA STYLE*/

@media (max-width: 991px) and (min-width: 768px) {
    h4 {
        line-height: 2;
    }
    .header-mobile .header-logo img {
        max-height: 30px;
    }
}

/*END IPAD AREA STYLE*/