.smt_ctm_search_filter input#manual-search {
    border: 1px solid #111111;
    padding: 10px 15px;
    width: 320px;
}

.smt_ctm_search_filter select#dropdown-1,
.smt_ctm_search_filter select#dropdown-2 {
    width: 250px;
}

.smt_ctm_search_filter button#seocify-search-btn {
    width: 200px;
    margin: 0 !important;
    color: white;
	background: #00007d;
}

.seocify-search-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 50px;
}

.seocify-search-wrapper input,
.seocify-search-wrapper select,
.seocify-search-wrapper button {
    padding: 10px;
    color: #111111;
}

.smt_ctm_search_result .case-study-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.smt_ctm_search_result .case-study-item {
    width: 100%;
    /* padding: 15px; */
    background: #f3f3f300;
    border-radius: 10px;
    display: flex;
    gap: 25px;
    overflow: hidden;
	border: 1px solid #8080801c;
}

.smt_ctm_search_result .case-study-item:nth-child(even) {
    flex-direction: row-reverse;
}

.smt_ctm_search_result .case-study-item:hover {
    box-shadow: 0 0px 17px -11px #000;
}

.smt_ctm_search_result #load-more-btn {
    margin-top: 20px;
    padding: 10px 20px;
}


.smt_ctm_search_result .smt_ctm_search ::placeholder {
    color: gray;
}

.smt_ctm_search_filter select#dropdown-1:first-child,
.smt_ctm_search_filter select#dropdown-2:first-child {
    color: antiquewhite !important;
}


.smt_ctm_search_result {
    min-width: 100%;
}

.smt_ctm_search_result .case-study-image {
    width: 40%;
    min-height: 500px;
    height: 500px;
}

.smt_ctm_search_result .case-study-content {
    width: 60%;
    padding: 15px;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
}

.smt_ctm_search_result .case-study-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.smt_ctm_search_result .case-study-content ul {
    margin: 25px 0 0;
}

.smt_ctm_search_result .case-study-content ul li {
    margin-bottom: 25px;
}

.smt_ctm_search_result .case-study-content ul strong {
    display: block;
}

.smt_ctm_search_result .case-study-content a.read-more-btn {
    background: #00007d;
    color: white;
    padding: 15px;
    width: 160px;
    text-align: center;
}