/* text zone*/
.text-zone {
    margin-top: 0;
    margin-bottom: 0;
}

.page-content{
    margin: 0!important;
}

.text-zone-title {
    font-size: 18px;
    color: #b79839;
    font-family: 'ProximaNovaA-Regular';
    font-weight: normal;
}

.text-zone-description {
    font-size: 14px;
    line-height: 18px;
    color: #282828;
    font-family: 'ProximaNova-Light';
    font-weight: 300;
    border-bottom: 2px solid #ffd962;
    margin-top: 10px;
    padding-bottom: 30px;
}

/* about massage */
.info-massage {
    padding: 30px 0px;
    border-bottom: 2px solid #ffd962;
}

.info-massage:last-child {
    border-bottom: none;
}

.info-massage .title {
    font-size: 30px;
    font-family: 'Proxima Nova';
    color: #401818;
    font-weight: 600;
}

.info-massage .text-description {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Proxima Nova';
    color: #401818;
    margin-top: 20px;
    text-align: justify;
    margin-bottom: 25px;
}

.black-text {
    color: #000;
}

.btn-view-therapist {
    background: #ffd962;
    border-radius: 20px;
    padding: 10px 15px;
    border-bottom: 2px solid #d8b74f;
    color: #282828;
    font-size: 14px;
    font-family: 'Proxima Nova Condensed';
    text-align: center;
    display: block;
    width: 35%;
}

.btn-view-therapist:hover, .btn-view-therapist:focus {
    color: #401818;
}

.hand-pic {
    margin-top: 10px;
}

/* RESPONSIVE CSS
 -------------------------------------------------------------------------------*/
/*Large desktop*/
@media (min-width: 1260px) and (max-width: 1280px) {

}

/*Small Desktop*/
@media (min-width: 1200px) {

}

/*Laptops*/
@media (min-width: 992px) and (max-width: 1199px) {
    .hand-pic {
        margin-top: 100px;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .hand-pic {
        margin-top: 50px;
    }

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

}

/* Samsung Galaxy Tab 3 (7") ----------- */
@media only screen and (min-device-width: 600px) and (max-device-width: 767px) and (orientation: portrait) {
    /* text zone */
    .text-zone {
        margin-top: 110px;
        margin-bottom: 20px;
    }

    .btn-view-therapist {
        width: 50%;
    }

    .hand-pic {
        margin-top: 0px;
        margin-bottom: 40px;
    }

}

/* Samsung Galaxy Tab 3 (7") ----------- */
@media only screen and (min-device-width: 600px) and (max-device-width: 767px) and (orientation: landscape) {
    /* text zone */
    .text-zone {
        margin-top: 140px;
        margin-bottom: 20px;
    }

    .btn-view-therapist {
        width: 50%;
    }

    .hand-pic {
        margin-top: 0px;
        margin-bottom: 40px;
    }

}

/* LG (G3,G4,G5, Nexus 5), Samsung Galaxy S(3-7), HTC ONE  ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }

    .btn-view-therapist {
        width: 50%;
    }

    .hand-pic {
        margin-top: 0px;
        margin-bottom: 40px;
    }

}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }

    .btn-view-therapist {
        width: 50%;
    }

    .hand-pic {
        margin-top: 0px;
        margin-bottom: 40px;
    }

}

/* iPhone 6,7 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }

    .btn-view-therapist {
        width: 50%;
    }

    .hand-pic {
        margin-top: 0px;
        margin-bottom: 40px;
    }

}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }

    .btn-view-therapist {
        width: 50%;
    }

    .hand-pic {
        margin-top: 0px;
        margin-bottom: 40px;
    }

}

/* iPhone 6+,7+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }

    .btn-view-therapist {
        width: 50%;
    }

    .hand-pic {
        margin-top: 0px;
        margin-bottom: 40px;
    }

    .btn-view-therapist {
        width: 50%;
    }

    .hand-pic {
        margin-top: 0px;
        margin-bottom: 40px;
    }

}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }

    .btn-view-therapist {
        width: 50%;
    }

    .hand-pic {
        margin-top: 0px;
        margin-bottom: 40px;
    }

}

/* Samsung Galaxy S7Edge ----------- */
@media only screen and (max-width: 412px) and (max-height: 732px)  and (orientation: portrait) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }

    .btn-view-therapist {
        width: 50%;
    }

    .hand-pic {
        margin-top: 0px;
        margin-bottom: 40px;
    }

}

@media only screen and (max-width: 412px) and (max-height: 732px)  and (orientation: landscape) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }

    .btn-view-therapist {
        width: 50%;
    }

    .hand-pic {
        margin-top: 0px;
        margin-bottom: 40px;
    }

}