@media (min-width: 0px) and (max-width: 767px) {
    .homepage-search-title {
        text-align: center;
    }
}
.homepage-search-block {
    background-color: #d0a6a655;
}
.homepage-search-title h1 {
    font-size: 40px !important;
}
.homepage-search-title h4 {
    color: #6c6c76;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-group {
    margin-bottom: 1rem;
}

.homepage-search-form .btn {
    height: 48px;
    font-size: 18px;
}
.popular {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-weight: 700;
}
.popular span {
    padding-right: 12px;
    font-weight: 600;
}
@media (min-width: 0px) and (max-width: 767px) {
    .popular {
        display: none;
    }
}
.text-body-2 {
    font: 400 14px/22px "ProximaNova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #62646a;
}
.popular ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.popular ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 12px;
}
.popular ul li a {
    background-color: transparent;
    padding: 0 8px;
    border: 1px solid #b5b6ba;
    text-decoration: none;
    border-radius: 3px;
    color: #62646a;
    font-size: 13px;
    -webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
}

.about-section {
    margin-bottom: 50px;
    margin-top: 50px;
}

.about-section h2 {
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    line-height: 38px;
    padding-bottom: 24px;
}

.about-section ul {
    text-align: left;
    list-style: none;
}

.about-section ul li {
    line-height: 24px;
    padding-bottom: 23px;
    font-size: 15px;
    color: #62646a;
    position: relative;
    padding-left: 30px;
}

.about-section ul li span img {
    position: absolute;
    margin: 3px 0 0 0px;
    left: 0;
    width: 17px;
}

.about-section ul li span {
    font-weight: 500;
    font-size: 17px;
    color: #222326;
    display: block;
    margin-bottom: 6px;
}

.services-wrapper h2 {
    font-size: 26px;
    line-height: 38px;
    padding-bottom: 24px;
    color: #222325;
    font-weight: bold;
    margin-bottom: 0;
}

.services-wrapper .col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.service {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.service img {
    width: 100%;
}
.service h3 {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
}
.service h3 span {
    display: block;
    font-size: 16px;
}
