.search-block {
    padding: 15px;
}

.search-block-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.search-block-row > .col-3 {
    align-content: center;
}

.btn-find-room {
    padding: 8px 80px !important;
    border: 1px solid #141618 !important;
    color: #141618 !important;
    margin: 10px;
    margin-right: 20px;
    max-width: 183px;
    min-width: 180px;
}

.btn-find-room:hover {
    border: 1px solid #141618 !important;
    background-color: #141618 !important;
    color: white !important;
}

.calendar-fake-input {
    cursor: pointer;
    border: 1px solid darkgrey;
    margin: 10px;
    width: 96%;
    min-width: 180px;
    max-width: 330px;
}

.calendar-fake-input.form-control {
    padding: 0px;
    padding-left: 10px;
    margin: auto;
    margin-top: 15px;
}

.btn:focus, .btn:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.btn:focus {
    border-color: #141618;
}

.calendar-fake-input > p {
    font-size: 14px;
    line-height: 10px;
    margin-top: 3px;
    margin-bottom: 0px !important;
    color: #6f6f6f;
}

.calendar-fake-input > input {
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #404040;
    padding: 0px;
    pointer-events: none;
    width: 155px;
}

.calendar-fake-input > .fake-input-text {
    font-size: 14px;
    font-weight: bold;
    color: #404040;
    padding: 0px;
}

.calendar-fake-input > input[type="text"] {
    border: none;
    outline: none;
    background: transparent;
}

.calendar-fake-input > input[type="text"]:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.calendar-fake-input > input[type="text"]:active {
    border: none;
    outline: none;
}

.calendar-fake-input > .icon {
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}

.search-block-caption {
    margin-left: 10px;
    color: #0f172b;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: none;
    white-space: nowrap;
}

.search-block-desc {
    margin-top: 7px;
    margin-left: 10px;
    margin-bottom: 15px;
    color: rgba(15, 23, 43, .8);
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: Open Sans, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    white-space: nowrap;
}

.search-block-row-btn {
    display: flex;
}

.search-block-text {
    text-align: left;
}

.grey-fill {
    fill: rgb(61, 61, 61);
    opacity: 1;
}

.grey-fill:hover {
    fill: rgb(14, 14, 14);
    opacity: 1;
}

.search-block-div-btn {
    height: 50px;

}
@media (max-width: 646px) {
    .search-block-div-btn {
        margin: 0px;
    }

    .btn-find-room {
        max-width: 230px;
    }

    .search-block-div-btn {
        width: 100%;
    }
}

@media (min-width: 646px) {
    .search-block-div-btn {
        margin: auto;
        width: 100%;
    }

    .search-block-row-btn {
        display: flex;
    }

    .btn-find-room {
        max-width: 93%;
    }
}

@media (max-width: 90px) {
    .btn-find-room {
        padding: 8px 20px !important;
        min-width: 100px;
        max-width: 150px;
    }
}

@media (max-width: 768px) {
    .btn-find-room {
        padding: 8px 120px !important;
        min-width: 160px;
        max-width: 90%;
    }
}

@media (max-width: 576px) {
    .btn-find-room {
        padding: 8px 60px !important;
        min-width: 100px;
        max-width: 90%;
        margin-left: 5px;
    }
}

@media (max-width: 999px) {
    .search-block-div-btn {
        width: 100%;
    }

    .btn-find-room {
        max-width: 96%;
    }
}

@media (min-width: 1250px) {
    .search-block-desc-now {
        display: none;
    }

    .search-block-text {
        text-align: center;
    }

    .btn-find-room {
        padding: 8px 80px !important;
        border: 1px solid #141618 !important;
        color: #141618 !important;
        margin: 10px;
        margin-left: 20px;
        margin-right: 20px;
        max-width: 300px;
        min-width: 180px;
        white-space: nowrap;
        text-align: center;
    }
}

@media (max-width: 420px) {
    .col-vs-12 {
        width: 100%;
    }
}

@media (min-width: 998px) and (max-width: 1200px) {
    .col-mds-3 {
        width: 25%;
    }
}