.treatments {
    clear: both;
    padding: 0 0 15px;
}

    .treatments .gallery-box {
        
    }


.treatments.alt > h2 {
    display: none;
}

.treatments.alt .heading {
    display: block;
}

@media only screen and (max-width: 1024px) {
    .GalleryCategoryPage .treatments.alt .heading,
    .GallerySubCategoryPage .treatments.alt .heading,
    .GallerySubCategoryPageNewLayout .treatments.alt .heading {
        margin-top: 36px;
    }
}

.treatments.alt h2 {
    padding: 15px 150px 0 0;
    font-size: 20px;
    line-height: 24px;
}

    .treatments.alt h2:before {
        top: -15px;
    }

.GalleryCategoryPage .treatments.alt h2,
.GallerySubCategoryPage .treatments.alt h2,
.GallerySubCategoryPageNewLayout .treatments.alt h2 {
    padding-top: 10px;
    font-size: 25px;
    line-height: 1.5;
}

    .GalleryCategoryPage .treatments.alt h2:before,
    .GallerySubCategoryPage .treatments.alt h2:before,
    .GallerySubCategoryPageNewLayout .treatments.alt h2:before {
        top: -10px;
    }

.treatments.alt .back {
    position: absolute;
    top: 17px;
    right: 0;
    line-height: 37px;
    padding: 0 0 0 20px;
}


.treatments.alt .more-holder {
    display: none;
}

.treatments.alt2 > h2 {
    margin: 0;
}

@media only screen and (max-width: 1024px) {

    .treatments.alt h2 {
        padding-right: 0;
        padding-top: 35px;
    }

    .treatments.alt .back {
        position:static;
        left: 0;
        right: auto;
        padding-left: 2px;
    }
}

@media only screen and (max-width: 767px) {

    .treatments.alt h2 {
        padding-top: 50px;
    }

    .treatments.alt .back {
        left: 0;
        top: 12px;
        padding-left: 0px;
    }

}

.treatments .heading {
    overflow: hidden;
    position: relative;
    margin: 0 0 12px;
    display: none;
}

.treatments > h2 {
    text-align: right;
    margin: -18px 0 -5px;
    padding: 0 5px 0 0;
}

@media only screen and (max-width: 1024px) {
    .treatments > h2 {
        margin: 0 0 5px;
    }
}

.treatments .infobox {
    width: 100%;
    padding: 35px 0 0 0;
    line-height: 22px;
}

@media only screen and (max-width: 1024px) {
    .treatments .infobox {
        height: auto;
        display: none;
        width: auto;
        padding: 25px 25px 10px;
    }
}

.treatments .infobox h3 {
    
}
.treatments .infobox p {
    margin: 0 0 23px;
}

.treatments .infobox .btn-round-light:hover {
    background-color: #e7edf1;
}

.treatments .gallery-holder {
    vertical-align: top;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding-top:29px;
}

@media only screen and (max-width: 767px) {
    .treatments .gallery-holder {
        padding-top: 22px;
    }
}

@media only screen and (max-width: 1024px) {
    .treatments .gallery-holder {
        display: block;
    }
}

.treatments .owl-controls {
    background: #ccd9e0;
    position: relative;
    overflow: hidden;
}

    .treatments .owl-controls .owl-dots {
        padding: 0;
        line-height: 60px;
    }

.treatments .block {
    display: none;
}

    .treatments .block:first-child {
        display: block;
    }

.treatments h3 {
    font-weight: normal;
    margin: 0 0 6px;
}

.treatments .gallery-holder h3 {
    position: relative;
    padding-top:6px;
    margin-left: 60px;
    text-align: left;
    z-index: 99;
}


@media only screen and (max-width: 1024px) {
    .treatments .gallery-holder h3 {
        margin-left: 25px;
    }
}

@media only screen and (max-width: 1024px) {
    .treatments .gallery-holder h3 {
        margin-left: 25px;
    }
}

    .treatments .gallery-exists,
    .treatments .owl-stage-outer,
    .treatments .gallery-holder {
        background: #e7edf1;
    }

    .treatments .owl-item {
        overflow: hidden;
    }

        .treatments .owl-item .block {
            display: block !important;
        }

    .treatments .owl-next {
        text-align: right;
    }

    @media only screen and (max-width: 767px) {
        .treatments .owl-next {
            text-indent: -9999px;
        }
    }

    .treatments .owl-prev,
    .treatments .owl-next {
        background: none;
        border: none;
        position: relative;
        text-transform: uppercase;
        font-size: 14px;
        color: #0c304c;
        height: 22px;
        letter-spacing: -0.5px;
        outline: none;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        width: 85px;
        z-index: 2;
    }

        .treatments .owl-prev:hover,
        .treatments .owl-next:hover {
            color: #0077bf;
        }

            .treatments .owl-prev:hover:after,
            .treatments .owl-next:hover:after {
                border-color: #0077bf;
            }

        .treatments .owl-prev:after,
        .treatments .owl-next:after {
            content: "";
            position: absolute;
            top: 50%;
            margin: -8px 0 0;
            width: 16px;
            height: 16px;
            border: 3px solid #0c304c;
            border-top: none;
            border-left: none;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

    @media only screen and (max-width: 1024px) {
        .treatments .owl-prev,
        .treatments .owl-next {
            height: 62px;
        }
    }

    @media only screen and (max-width: 767px) {
        .treatments .owl-prev,
        .treatments .owl-next {
            text-indent: -9999px;
            overflow: hidden;
            width: 30px;
        }
    }

    .treatments .owl-prev {
        float: left;
        margin: 20px 0 18px 20px;
        padding: 0 0 0 24px;
    }

        .treatments .owl-prev:after {
            left: 3px;
            -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: rotate(135deg);
        }

    @media only screen and (max-width: 1024px) {
        .treatments .owl-prev {
            padding: 20px 0 20px 24px;
            margin: 0 0 0 15px;
        }
    }

    .treatments .owl-next {
        float: right;
        margin: 20px 20px 18px 0;
        padding: 0 20px 0 0;
    }

        .treatments .owl-next:after {
            right: 3px;
        }

    @media only screen and (max-width: 1024px) {
        .treatments .owl-next {
            padding: 20px 20px 20px 0;
            margin: 0 15px 0 0;
        }
    }

    @media only screen and (max-width: 767px) {
        .treatments .owl-next {
            text-indent: 9999px;
        }
    }


    .treatments .holder {
        overflow: hidden;
    }

    .treatments .box {
        float: left;
        width: 50%;
        text-align: center;
        padding: 4.438% 15px 10px;
        padding: 10px 15px 10px;
        font-size: 12px;
        line-height: 17px;
    }

        .treatments .box:first-child {
            border-right: 1px solid #d9e3e8;
        }

    @media only screen and (max-width: 479px) {
        .treatments .box {
            float: none;
            width: auto;
            /* padding: 10px 5px; */
            padding: 24px 24px 5px;
        }

            .treatments .box:first-child {
                border-right: none;
                border-bottom: 1px solid #d9e3e8;
                padding-top: 10px;
            }
    }

    .treatments .box h3,
    .treatments .box .text-holder h4,
    .treatments .box .text-holder p:first-child,
    .ui-dialog-content > .two-cols > .col > .text-holder p:first-child {
        font-family: "Lato";
        font-size: 18px;
        font-weight: normal;
        color: #0c304c;
        margin: 0 0 3px;
    }

    .treatments .frame {
        text-align: center;
        margin: 0 auto;
        max-width: 480px;
    }

    @media only screen and (max-width: 1024px) {
        .treatments .frame {
            max-width: 341px;
        }
    }

    .treatments .text-holder {
        text-align: left;
    }

    .treatments .img-holder {
        border: 3px solid #fff;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0 0 29px;
    }

    @media only screen and (max-width: 1024px) {
        .treatments .img-holder {
            margin: 0 0 10px;
            display: block;
        }
    }

    @media only screen and (max-width: 479px) {
        .treatments .img-holder {
            border: none;
            display: block;
        }

            .treatments .img-holder img {
                width: 100%;
            }
    }

    .treatments .more-holder {
        clear: both;
        overflow: hidden;
        padding: 18px 2px 14px;
    }

        .treatments .more-holder .more {
            float: right;
            position: relative;
            padding: 0 28px 0 0;
            font-size: 20px;
            line-height: 22px;
            color: #223546;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

            .treatments .more-holder .more:after {
                content: "\003E";
                position: absolute;
                top: 0;
                right: 0;
                width: 22px;
                height: 22px;
                background: #cfdbe2;
                font-size: 24px;
                line-height: 20px;
                font-weight: bold;
                color: #0c304c;
                text-align: center;
                -webkit-transition: all 0.4s ease;
                transition: all 0.4s ease;
            }

            .treatments .more-holder .more:hover {
                color: #0077bf;
            }

                .treatments .more-holder .more:hover:after {
                    background: #0077bf;
                    color: #cfdbe2;
                }

    .treatments .gallery-box-custom .box {
        padding-top: 20px;
    }

        .treatments .gallery-box-custom .box .text-holder p:not(:first-child) {
            font-size: 13px;
            line-height: 18px;
        }

        .treatments .gallery-box-custom .box:first-child {
            border-right: none;
        }


    @media only screen and (min-width: 480px) {

        .treatments .gallery-box-custom .gallery-holder {
            padding-left: 10px;
            padding-right: 10px;
        }

        .treatments .gallery-box-custom .owl-controls {
            background: none;
            position: unset;
            overflow: unset;
        }

        .treatments .gallery-box-custom .owl-carousel .owl-controls .owl-nav .owl-prev,
        .treatments .gallery-box-custom .owl-carousel .owl-controls .owl-nav .owl-next {
            width: 40px;
            margin: 0;
            position: absolute;
            top: 30%;
            left: -10px;
            padding: 40px 0;
        }

        .treatments .gallery-box-custom .owl-carousel .owl-controls .owl-nav .owl-next {
            left: auto;
            right: -10px;
        }

        .treatments .gallery-box-custom .owl-controls .owl-dots {
            display: none !important;
        }

        .treatments .gallery-box-custom .owl-prev:after,
        .treatments .gallery-box-custom .owl-next:after {
            border-color: #ffffff;
        }

        .treatments .gallery-box-custom .owl-prev:hover:after,
        .treatments .gallery-box-custom .owl-next:hover:after {
            border-color: #b1c4cd;
        }
    }
