.modal-button {
    border: none !important;
    background-color: transparent !important;
    padding: initial !important;
    width: 100%;
    cursor: pointer
}

.remove-hover-effect {
    border: none !important;
}

.remove-hover-effect:hover .d-block img {
    transform: scale(1) !important
}

.d-block .modal-button img:hover {
    transform: scale(1.2) !important;
    transition: all .5s ease
}

.main {
    width: 100%;
    height: 100vh;
    text-align: center
}

.main div {
    width: 400px;
    height: 400px;
    margin: 0 auto;
    text-align: center
}

.main div button {
    top: 500px;
    height: 30px;
    margin: 0 auto
}

.container-modal {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    opacity: .9;
    background: #222;
    z-index: 9999999;
    top: 0;
    left: 0;
    animation-name: fadeIn_Container;
    animation-duration: .3s
}

.modal {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    position: fixed;
    z-index: 9999999;
    background: #fff;
    border-radius: 7px;
    animation-name: fadeIn_Modal;
    animation-duration: .3s
}

.modal img {
    width: 700px;
    padding: 0 10px;
}

.cancel {
    border: none !important;
    background-color: transparent !important;
    color: #000;
    text-shadow: 0 0 #000;
    position: absolute;
    right: 4px;
    cursor: pointer
}

.modal-description-wrapper {
    padding: 20px
}

.font-weight-900 {
    font-weight: 900
}

.modal::-webkit-scrollbar {
    display: none
}

.modal {
    -ms-overflow-style: none;
    scrollbar-width: none
}

@media screen and (min-width: 769px) {
    .modal {
        width: 720px;
        left: 50%;
        transform: translateX(-50%);
        overflow-y: scroll;
        max-height: calc(100vh - 40px);
        height: fit-content;
        margin: 15px 0;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    .modal {
        width: 90%;
        left: 50%;
        overflow-y: scroll;
        max-height: calc(100vh);
        top: 50%;
        transform: translate(-50%, -50%);
        max-height: 80vh;
        height: fit-content;
    }

    .modal img {
        width: 100% !important;
        padding: 0;
    }
}

@keyframes fadeIn_Modal {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn_Container {
    from {
        opacity: 0
    }

    to {
        opacity: .9
    }
}

.business .media-body,
.housing .media-body,
.other .media-body,
.educate .media-body,
.adobe .media-body {
    height: initial;
}

.build-item {
    border: 1px solid #92bee4;
}

.housing-build-item-one {
    border: 1px solid #92bee4;
}

.housing-build-item {
    margin: 0;
}

.housing-build-item-wrapper {
    display: flex;
    justify-content: space-between;
}
