.search-title {
    position: relative;
    background-color: #f8f8f8;
    min-height: 400px;
    width: 100%;
    text-align: center;
    padding: 170px 0 100px
}
.search-title h1 {
    display: inline-block
}
.search-title h1:after,
.search-title h1:before {
    content: '"';
    padding: 0 4px
}
.search-title .serach-results input[type=text] {
    background-color: #fcfcfc;
    border: 1px solid #dadada;
    border-radius: 40px;
    padding: 13px 15px 13px 30px;
    width: 450px;
    font-size: 18px
}
.search-title .serach-results .btn-submit {
    background-color: #fff;
    border: 1px solid #0097DB;
    border-radius: 40px;
    color: #0097DB;
    cursor: pointer;
    font-size: 16px;
    margin-left: 10px;
    padding: 12px 40px;
    width: 180px
}
.search-title .serach-results .btn-submit:hover {
    background-color: #0097DB;
    color: #fff
}
.search-title .serach-results .btn-submit,
.search-title .serach-results .btn-submit:hover {
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}
.title-of-results {
    width: 100%;
    text-align: center;
    padding: 40px 0
}
.content-of-results {
    width: 100%;
    margin: 30px 0;
    text-align: center
}
.content-of-results h2 {
    font-size: 24px;
    color: #0097DB;
    margin: 14px 0 6px;
    text-align: left
}
.content-of-results h2 a{ color: #0097DB; }
.content-of-results .content {
    margin-bottom: 16px;
    text-align: left
}
.content-of-results .more {
    border: 1px solid #0097DB;
    border-radius: 50px;
    color: #0097DB;
    cursor: pointer;
    display: inline-block;
    margin: 15px auto 30px;
    padding: 13px 0;
    width: 180px
}