/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * https://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * cooper-black-std:
 *   - https://typekit.com/eulas/000000000000000000013101
 *
 * © 2009-2023 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2023-05-31 06:37:12 UTC"}*/

@import url("https://p.typekit.net/p.css?s=1&k=dju2ulw&ht=tk&f=6840&a=153304009&app=typekit&e=css");

@font-face {
font-family:"cooper-black-std";
src:url("https://use.typekit.net/af/4e1b68/000000000000000000013101/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/4e1b68/000000000000000000013101/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/4e1b68/000000000000000000013101/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

.tk-cooper-black-std { font-family: "cooper-black-std",serif; }

.mb_massagechair_heading{
    font-family: 'cooper-black-std', serif;
    font-weight: 100;
    font-style: normal;
    color: #000;
    margin-left: 10px;
}
.mb_massagechair_subheading{
    font-family: 'cooper-black-std', serif; 
    font-weight: 400; 
    font-style: normal; 
    color: #000; 
    text-align: center; 
    font-size: 23px; 
    word-spacing: -2px;     
    margin-top: 40px;
    margin-bottom: 30px;   
}
.mb_massagechair_doctor{
    font-family: 'cooper-black-std', serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    text-align: start;
    font-size: 23px;
    word-spacing: -2px;
    width: 810px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px){
    .mb_massagechair_heading{
        font-size: 25px;
    }
    .mb_massagechair_subheading{ 
        font-size: 20px; 
        margin-top: 25px;
    }
    .mb_massagechair_doctor{
        width: 100%;
        margin: auto;
        font-size: 15px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}