.customsearch_plugin {
    /* background: #eeeeee; */
    padding: 50px 0px 80px 0px;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 10px;
}

.customsearch_plugin .main_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.customsearch_plugin .column {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 30px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    overflow: hidden;
    /* padding: 10px 30px 30px; */
}
.customsearch_title {
    padding: 0px 30px 25px 30px;
}
.elementor-posts .elementor-post__card .elementor-post__text {
    padding: 0 30px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.customsearch_plugin .column img {
    width: 100%;
    margin-bottom: 0px;
}

.customsearch_plugin .column:hover {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
}

.customsearch_plugin .column a {
    display: block;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}

.customsearch_plugin .title {
    text-align: center;
    color: #000000;
    font-size: 45px;
    font-weight: 600;
    display: block;
    margin-bottom: 35px;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    line-height: 1.2;
}

.customsearch_plugin .noresult {
    display: block;
    color: #7a7a7a;
    font-weight: 400;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}

.searchbox .search-form {
    width: 100%;
    float: left;
}

 .searchbox .search-form label {
    width: auto;
}

.searchbox .search-form input {
    border: 1px solid #666;
    border-radius: 3px;
    padding: 0.5rem
1rem;
    margin: 0;
    font-size: 1rem;
}

.searchbox p {
    margin-bottom: 0.9rem;
}

 .searchbox .search-form .search-submit {
    display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    font-size: 1rem;
    transition: all .3s;
    margin-left: 4px;
}

.searchbox .search-form .search-submit:hover {
    background: #c36;
    color: #fff;
    border-color: #c36;
}

.searchbox .search-form input:focus {
    outline: none;
}



@media screen and (max-width:1024px) {
    .customsearch_plugin .column {
        width: calc(50% - 30px);
    }   
}

@media screen and (max-width:767px) {
    .customsearch_plugin {
        padding: 50px 0px 40px 0px;
    }
    .customsearch_plugin .title {
        font-size: 45px;
    }
    .customsearch_plugin .column {
        width: calc(100% - 30px);
    }
}