/** Stats */

.numbers .single-number h1 {
    font-weight: 800;
}

.numbers .single-number h6 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #5C727D;
}

/** Banner */

#propertiescarousel .carousel-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 40rem;
}


#propertiescarousel .property-details {
    background: rgb(0, 0, 0);
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

/** Ads */

section.adbanners .single-ad .bannerad {
    height: 15rem;
    cursor: pointer;
}

section.adbanners .single-ad .bannerad img {
    /*    height: 15rem;*/
}

/** Services */

.services .service-box {
    text-align: center;
    border-bottom: 5px solid #f2561b;
    transition: 0.5s;
}

.services .service-box:hover {
    text-align: center;
    border-bottom: 5px solid #f2561b;
}

.services .service-box:hover .service-btn {
    /*    color: #f2561b;*/
}

.services .service h3 a {
    transition: 0.3s;
    font-weight: bold;
    color: black;
}

.services .service h3 a:hover {
    color: #f2561b;
}

.services .service p {
    font-size: 14px;
    margin-bottom: 25px;
}

.services .service .service-img {
    margin-bottom: 20px;
}

.services .service .service-img i {
    color: #f2561b;
    font-size: 55px;
    margin-bottom: 20px;
}

.services .service .service-btn i {
    padding: 5px;
}

.services .service .service-btn {
    transition: all 0.3s ease 0s;
    background: #f2561b;
    color: white;
    font-weight: 700;
    font-size: 14px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 25px;
}

.services .service .service-btn:hover {
    background: #f2561b;
    color: white;
}

.services div.collapse:not(.show) {
    display: flex !important;
}

.adbanners .owl-nav {
    display: none;
}


@media only screen and (max-width:786px) {
    .services div.collapse:not(.show) {
        display: none !important;
    }

    #propertiescarousel .carousel-item {
        height: 20rem;
    }

    #propertiescarousel .carousel-item .section-subheading {
        font-size: 80%;
        font-weight: 500 !important;
        padding: 5px 13px;
    }

    #propertiescarousel .carousel-item .propertyaddress {
        font-size: 1.3rem;
    }

    #propertiescarousel .carousel-item .propertyprice {
        font-size: 1.3rem;
    }

    #propertiescarousel .carousel-item .bedbatharea {
        font-size: 90%;
        font-weight: 500;
        margin-top: 0.5rem !important;
    }

    #propertiescarousel .carousel-item .bedbatharea .mt-3 {
        margin-top: 0.5rem !important;
    }

    #propertiescarousel .carousel-item .btn {
        padding: 0.1rem !important;
        padding-left: 0.6rem !important;
        padding-right: 0.6rem !important;
        font-weight: 600;
        margin-top: 0.9rem !important;
    }

    #propertiescarousel .carousel-item .container {
        padding-right: 30px;
        padding-left: 30px;
    }


    #propertiescarousel .carousel-control-prev,
    #propertiescarousel .carousel-control-prev {
        display: none;
    }

    .aboutusimg {
        display: none;
    }

    .aboutuscontent {
        padding: 0px !important;
    }

    .container.my-5.py-5 {
        margin: 0px !important;
    }

    .container.py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .container-fluid.py-3 .container.py-5 {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }

    .section-heading {
        font-size: 25px;
    }

    section.adbanners .single-ad .bannerad img {
        /*
        height: 5rem;object-fit: contain;
*/
    }

    section.services .service .service-img {
        display: none;
    }

    section.services .service p {
        display: none;
    }

    section.services .service .service-box {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    section.numbers .single-number {
        width: 50%;
    }

    section.numbers .single-number:nth-child(1),
    section.numbers .single-number:nth-child(2) {
        margin-bottom: 20px;
    }

    section.numbers .single-number h1 {
        font-size: 1.8rem;
    }
}
