.sub-title{
    height: 400px;
}
    .sub-title .container {
         margin-top: 125px; 
         margin-bottom: 125px; 
    }

hr {
    margin-top: 0;
    border-top: 1px rgb(208, 208, 208) solid;
}

.event-container img {
    height: auto;
    width: 100%;
}

#online-event-title {
    margin: 12px auto;
}

    #online-event-title h3 {
        margin: 0;
        padding: 12px 0;
    }

    #online-event-title #online-event-search {
        border: 1px solid rgb(208, 208, 208) !important;
        box-shadow: none;
        border-radius: 4px;
        background-color: #fff;
        position: relative;
        display: flex
;
    }

    #online-event-title .online-event-search-clear {
        z-index: 10;
        pointer-events: auto;
        cursor: pointer;
        position: absolute;
        color: #C7C7C7;
        right: 32px;
    }

    #online-event-title #online-event-search #online-event-search-txt {
        border: none;
        box-shadow: none;
        text-indent: 15px;
        border-radius: 20px 0 0 20px;
        color: #ef5360;
        max-height: 38px;
    }

    #online-event-title #online-event-search #online-event-search-btn {
        box-shadow: none;
        outline: none;
        background-color: transparent;
        border: none !important;
        border-radius: 20px;
    }

#online-event-title .bootstrap-select{
    box-shadow: none;
}
#online-event-title .bootstrap-select > .dropdown-toggle {
    border: 1px solid rgb(208, 208, 208) !important;
    box-shadow: none;
    outline: none !important;
    border-radius: 20px;
}

#result-div .event-container {
    transition: 0.2s all;
}

    #result-div .event-container:hover {
        transform: scale(1.02);
        box-shadow: 0 1px 8px #dedede;
    }

@media(max-width:992px) {
    #online-event-title div.col-md-6, #online-event-title div.col-md-3 {
        margin: 12px;
    }
    #online-event-title #online-event-search #online-event-search-txt{
        text-indent: 0px;
    }
}

