/*  */.Services-wrap {
    margin-bottom: 30px;
}

.Services-wrap .Services-item {
    position: relative;
    overflow: hidden;
}

.Services-wrap .Services-item .Services-icon img {
    border-radius: 8px;
}

.section-1 {
    position: relative;
    background-color: #f4f5fb;
    z-index: 0;
    margin-bottom: 10rem;
}

.homeContactContent .form-group textarea.form-control{
    height:67px !important;
}
.section-2 {
    position: relative;
    z-index: 1;
}

/* .top-info-bar {
    padding: 1em 0 !important;
    width: 100%;
    z-index: 1000;
    position: relative;
    align-items: center;
    display: flex;
    top:0 !important;
} */

.button-share-container {
    display: none;
}

.barTopCol {
    padding: 10px 0;
    align-items: center;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

@media (max-width:425px) {
    .barTopCol > a {
        margin-bottom: 1em;
    }

    #pageTop > div > div > div > div {
        flex-direction: column;
    }

    #pageTop > div > div > div > div > a {
        margin-bottom: 1em;
        margin-right: 0 !important;
        text-align: center;
    }

    #pageTop > div > div > div > div > ul > a {
        margin-top: 1em !important;
    }

    .sectionTitle h2 span,
    .sectionTitle h2,
    .homeContactContent h2 {
        font-size: 23px !important;
    }
}

@media (max-width:425px) {
    .section-1 {
        margin-bottom: 5em;
    }
}

.reviews .item {
    background-color: #fcfcfc;
    border-radius: 10px;
    border: 2px solid #f2f2f2;
    padding: 1.5em;
}

.reviews .item p small {
    overflow: hidden;
    height: 61px;
    width: 100%;
    display: block;
    font-size: 12px;
}

.reviews .item .row .col-md small {
    font-size: 12px;
    line-height: 20px;
    height: 34px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.reviews .item .row .col-md small:last-child {
    height: auto !important;
}