
    button.search-button {
        width: 60px;
        background: #06869a;
        border: none;
        padding-left: -28px;
        color: #fff;
        height: 48px;
        margin-top: 7px;
        margin-right: 7px;
        border-radius: 8px;
    }

    input#search-input {
        height: 60px;
        border: 2px solid #fff;
    }
    .d-flex.align-items-center.px-3.shadow-sm.bg-white {
        border-radius: 10px;
        margin-right: 15px;
    }

    .d-flex.w-70 {
        width: 77%;
        border-radius: 10px;
    }

    .position-relative .overlay-bg{
        position: absolute;
        display: block;
        height: 460px;
        width: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.189);
        z-index: 0;
        cursor: pointer;
    }
    .step-text {
        margin-right: 30px;
        margin-left: 30px;
    }
