#site-header-main, #footer {
    display: none !important;
}

body #site-content {
    padding-top: 0 !important;
}

/**/
.bai_header {
    padding: 12px 0;
}

.bai_logo_list {
    display: flex;
    align-items: center;
}

.bai_logo_item {
    padding: 0 20px;
    position: relative;
}

.bai_logo_item::after {
    display: block;
    content: "";
    width: 1px;
    background-color: #D3D3D3;
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bai_logo_item:first-child {
    padding-left: 0;
    margin-top: -16px;
}

.bai_logo_item:last-child {
    padding-right: 0;
}

.bai_logo_item:last-child::after {
    display: none;
}

.phone-item {
    text-align: right;
    padding: 10px 0 0 0;
}

.phone-item .phone-heading {
    font-family: 'DMSans-Bold';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-transform: capitalize;
    color: #FFFFFF;
    background: #EE6939;
    border-radius: 7px;
    padding: 3px 20px;
    margin: 0 0px 1px 0;
}

.phone-item .phone-number a {
    font-family: 'DMSans-Bold';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    text-decoration: none;
}

.phone-item .phone-number a:hover {
    color: #EE6939;
}

/**/
.bai_banner {
    position: relative;
}

.bai_banner .banner-image {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bai_banner .banner-image::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(269.76deg, rgba(217, 217, 217, 0) 10.87%, rgba(0, 0, 0, 0.54) 70.87%);
}

.bai_banner .banner-image img {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content {
    position: relative;
    z-index: 2;
    padding: 104px 0 93px;
}

.banner-content h1 {
    margin: 0;
    font-family: 'DMSans-Bold';
    font-style: normal;
    font-weight: normal;
    font-size: 70px;
    line-height: 91px;
    text-transform: capitalize;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.banner-subheading {
    font-size: 32px;
    line-height: 42px;
    text-transform: capitalize;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    max-width: 540px;
}

.banner-content .searchBox {
    margin-top: 93px;
    position: relative;
    bottom: initial;
}

.banner-content .searchBox .search_container {
    max-width: 950px;
}

.banner-content .searchBox .search-input {
    flex: 1;
}

.banner-content .searchBox .search-btn {
    width: 217px;
}

.banner-content .submit.location-search-button {
    padding: 0;
    background-color: #D1DE38;
    border-color: #D1DE38;
}

.banner-content .submit.location-search-button:hover {
    color: #FFF;
}

/**/
.info-list {
    background-color: #EBEBEB;
    padding: 45px 0 58px;
}

.info-list .info-item {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 62px 70px 60px 40px;
    height: 100%;
    position: relative;
}

.info-list .info-icon {
    position: absolute;
    top: 25px;
    right: 40px;
}

.info-list .info-heading {
    margin: 0 0 15px;
    font-family: 'DMSans-Bold';
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 34px;
    text-transform: capitalize;
    color: #000000;
}

.info-list .info-heading span {
    color: #EE6939;
}

.info-description {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #000000;
}

.info-description strong {
    font-family: 'DMSans-Bold';
}


@media screen and (max-width: 991px) {
    .banner-content {
        position: relative;
        z-index: 2;
        padding: 50px 0 50px;
    }

    .banner-content h1 {
        font-size: 50px;
        line-height: 1.3;
    }

    .banner-subheading {
        font-size: 22px;
        line-height: 1.3;
        max-width: 380px;
    }

    .banner-content .searchBox {
        margin-top: 50px;
        position: relative;
        bottom: initial;
    }

    .info-list .info-heading {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 1;
    }

    .info-description {
        font-size: 16px;
        line-height: 1;
    }

    .info-list .info-item {
        padding: 30px 53px 24px 24px;
    }

    .info-list .info-icon {
        top: 16px;
        right: 18px;
    }

    .info-list .info-icon img {
        max-width: 26px;
    }
}

@media screen and (max-width: 767px) {
    .bai_header {
        padding: 29px 0 23px 0;
    }

    .bai_header_row {
        justify-content: center !important;
    }

    .bai_logo_item img {
        max-width: 126px;
    }

    .bai_header .phone-details {
        display: none !important;
    }


    .banner-content {
        padding: 20px 23px 23px;
    }

    .banner-content h1 {
        font-size: 24px;
        line-height: 1.3;
    }

    .banner-subheading {
        font-size: 16px;
        line-height: 1;
        max-width: 200px;
    }


    .banner-content .searchBox {
        margin-top: 31px;
    }



    .banner-content .searchBox .search_container {
        padding: 0;
    }

    .banner-content .searchBox .property-search-form {
        padding: 0;
    }

    .banner-content .searchBox .search-btn {
        width: 77px;
        margin: 0;
    }

    .banner-content .submit.location-search-button {
        font-size: 10px;
        line-height: 1;
        border-radius: 0 5px 5px 0;
        height: 32px;
    }

    .banner-content .searchBox .search-input {
        height: 32px;
        border-radius: 5px 0 0 5px;
    }


    /**/
    .info-list {
        padding: 32px 24px 34px;
    }

    .info-list .info-item {
        padding: 27px 53px 24px 24px;
        margin-bottom: 22px;
        height: auto;
        min-height: 141px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 20px;
    }

    /**/
}