/* Services CSS */
.categories {
    margin-bottom: 50px;
}

.categories .title {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 40px;
    color: #a7a7a7;
}

.categories ul li:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
}

.categories ul li a {
    padding: 15px 20px;
    display: block;
    border-left: 2px solid transparent;
    text-decoration: none;
    color: #34495e;
}

.categories ul li a[current] {
    background: #f8f8f8;
}

.categories ul li a[current],
.categories ul li a:hover {
    border-color: #e7355e;
}

.services .prices {
    margin-bottom: 50px;
}

.services .prices .title {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

h1.title {
    font-size: 30px;
    margin-bottom: 50px;
}

.images {
    margin-top: 75px;
}

.category-text {
    overflow: hidden;
}

.category-text .inner {
    margin-bottom: 50px;
    max-height: 150px;
    overflow: hidden;
}
.spage {
    min-height: 660px;
}

.spage .tabs {
    padding-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 50px;
}

.spage .tabs li {
    margin-bottom: 10px;
}

.spage .tabs li a {
    color: #959595;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.spage .tabs li a[active],
.spage .tabs li a:hover {
    color: #3498db;
}

.spage .tabs li a[active]:before,
.spage .tabs li a:hover:before {
    background: #3498db;
}

.spage .tabs li a:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #a8a8a8;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.spage {
    margin-top: 50px;
}

.spage h1 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}

.spage .inner {
    color: #7a7e83;
    padding-right: 40px;
}

.spage .photos img {
    border-radius: 0 !important;
}

.spage .owl-prev,
.spage .owl-next {
    background: #97d1eb;
    opacity: 1;
    width: 80px;
    height: 64px;
    top: 55%;
    margin-top: -32px;
    left: -40px;
}

.spage .owl-prev:hover,
.spage .owl-next:hover {
    background: #9ad6f0;
}

.spage .owl-prev {
    margin-top: -96px;
    font-size: 20px;
    border-bottom: 1px solid #7abedc;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.spage .owl-next {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.spage .owl-prev i,
.spage .owl-next i {
    position: relative;
    font-size: 20px;
    top: 20px;
    margin-top: 0;
    left: 0;
}

/*.spage .col-right {
    position: absolute;
    left: 50%;
    width: 100%;
    padding-right: 0;
}*/

@media (max-width: 991px) {

    .spage .inner {
        margin-bottom: 50px;
    }

    .spage .col-right {
        position: inherit;
        left: inherit;
        width: inherit;
    }

    .spage .owl-prev,
    .spage .owl-next {
        width: 50px;
        height: 40px;
        top: inherit;
        bottom: -20px;
        margin-top: 0;
        left: 50%;
        border-radius: 0;
    }

    .spage .owl-prev {
        margin-left: -50px;
    }

    .spage .owl-prev i,
    .spage .owl-next i {
        top: 9px;
        vertical-align: text-top;
    }

    .spage .col-right {
        padding-right: 15px;
    }

    .spage .owl-next {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .spage .owl-prev {
        border-bottom: none;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

}
