﻿
h1 {
    font-size: 1.5rem;
}
h2 {
    font-size: 1.4rem;
}
.section-title-wrape h3,
h3 {
    font-size: 1.3rem;
}
h4 {
    font-size: 1.2rem;
}
h5 {
    font-size: 1.1rem;
}
h6 {
    font-size: 1rem;
}
.mb-\[75px\] {
    margin-bottom:20px!important;
}
.hidemobile {
    display: none !important;
}
.modal-dialog {
    width: calc(100% - (0.6rem * 2));
    margin: 10px;
    bottom: 0;
    position: absolute;
}

/*.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, 225%);
}*/

.modal.fade.in .modal-dialog {
    transition: transform .2s linear !important;
    transform: translate(0, 0) !important;
}

.modal.fade .modal-dialog {
    transition: transform .2s linear;
    transform: translate(0, 25%) !important;
}

.hmenu a {
    display: block;
    border-bottom: 1px solid #4b98a447;
    font-weight: bold;
    line-height: 45px;
}
.hmenu a i{
    margin-left: 5px;
    font-size: 1rem;
}

.socialicon {
    font-size: 1.2rem;
}

.header {
    background: #1E1E34;
    box-shadow: 0;
    z-index: 99;
}

.mobilemenu {
    box-shadow: none;
    background: #1E1E34;
    color: #FFF;
}

.amenutop, .amenutop:hover, .amenutop:focus {
    position: absolute;
    left: 20px;
    color: #FFF;
    line-height: 1.3rem;
    font-size: 1.4rem;
    padding: 10px 0;
}

.type-img img {
    max-width: 75%;
    margin-top: 9px;
    margin-bottom: 9px;
}

.btnhomesearch {
    width: 35px;
    height: 35px;
    line-height: 37px;
    position: absolute;
    top: 0;
    left: 0px;
    text-align: center;
}

.searchbox {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
    font-size: 8px !important;
    max-height: 35px !important;
    height: 35px !important;
}

.socialx {
    margin-top: 6px;
    /* display: table;*/
    width: 100%;
}

    .socialx a {
        padding: 1px;
        margin: 0;
        width: 22px;
        height: 22px;
        line-height: 17px;
        float: left;
        background: #3F729B !important;
        color: #FFF !important;
        font-size: .7rem;
        padding: 3px;
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        border-radius: 1rem;
        margin-right: 3px;
    }

    .socialx .socialicon i {
        width: 100%;
        /*background: #FFF !important;
        color: #3F729B !important;
        width: 100%;
        font-size: 1rem;*/
    }


.listing-carousel2 .listing-box-image {
    height: 150px;
}

.listing-box-image {
    height: 150px;
}

.listing-box-image-label {
    right: 15px;
    left: auto;
    top: 10px;
    z-index: 99;
}

.project-carousel .owl-controls {
    display: block !important;
    width: 100%;
    padding: 0 5px;
    height: 10px;
    /* background: #000; */
    position: absolute;
    z-index: 0;
    bottom: 0px;
    text-align: center;
}
    .project-carousel .owl-controls .owl-dot {
        height: 7px;
        width: 7px;
        border: 2px solid #FFF;
        background: #FFF;
        float: right;
        margin: 0 1px;
        border-radius: 48%;
        box-shadow: 0 0px 5px rgb(30 30 52 / 25%);
    }
        .project-carousel .owl-controls .owl-dot.active {
            height: 7px;
            width: 7px;
            border: 2px solid #FFF;
            background: #4B98A4;
            float: right;
            margin: 0 1px;
            border-radius: 48%;
            box-shadow: 0 0px 5px rgb(30 30 52 / 25%);
        }
.landing-demo-image {
    height: 150px!important;
}

#more {
    display: none;
}

.property__header ul li.attach {
    float: left;
    text-align: center;
    background: #4b98a417;
    padding: 7px 18px;
    border-radius: 8px;
    /*box-shadow: 0 0px 5px rgb(30 30 52 / 1%);*/
    font-size: 10px;
}


@media only screen and (max-width: 300px) {

    .listing-box-image {
        height: 120px !important;
    }
}
.socialX {
    width:90%;
}
.socialX a {
    margin: 0;
    background: #3F729B !important;
    color: #FFF !important;
    -webkit-border-radius: 49%;
    -moz-border-radius: 49%;
    border-radius: 49%;
    border: 1px solid #FFF;
}