html{
 scroll-behavior: smooth;
}
.head-font {
    font-family: "Abril Fatface", cursive;
    color: #091e31;
    font-size: 38px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 500ms;
    margin-bottom: 1.3rem;
    font-weight: 400;
    transition: all 300ms ease;
}
.head-desc
{
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color: #333333;
}
.ban-bg
{
    background: url(../images/ban-bg.png) no-repeat;
    background-size: contain;
    background-position: left -190px top 80px;
}
.y-font
{
    color: #DF893D;
}
.g-font
{
    color: #555555; 
    line-height: 24px;
    font-size: 1.3rem;
}
.s-bold {
    font-weight: 600;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
/*.left-sp {
    margin-left: -60px;
}*/
.blue-bg-color
{
    background: #091E30;
}
.blue-bg
{
    color: #fff;
    padding: 20px 0px 20px 0px;
}
.group-cont
{
    padding: 20px 0px 20px 0px;
}
.desc-color
{
    color: #555555;
    line-height: 22px;
    font-size: 1.3rem;
}
.ylw-bg
{
    background: #DF893D;
    color: #fff;
}
.list-style
{
    display: flex;
    align-items: center;
}
.blu-bg
{
    background: #091E30;
}
.brand
{
    color: #DF893D;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px !important;
}
.img-fluid {
    max-width: 100% !important;
    height: auto;
}

/* accordion */
.card, .card-header {
    border: 0px;
}
.card-header { background: transparent; padding-left: 0px; }
.card-header button {
    font-family: "Graphik";
    font-weight: 700;
    font-size: 1.8rem;
    color: #091E30;
    padding-left: 0px;
    margin-left: -9px;
    text-align: left;
}
.card-header button:hover
{
    color: #091E30;
    text-decoration: none;
}
.card-header .fas.fa-minus, .card-header .fas.fa-plus {
    color: #091E30;
}
.card-body { padding-left: 45px; }
.card-body p {
    color: #343434;
    font-family: "Graphik";
    font-weight: 400;
    font-size: 1.3rem;
}
.card-header button:focus
{
    text-decoration: none;
}
.appointment-section
{
    background: var(--primary-orange);
}
.dblue-bg
{
    background: #091E30;
}
.white
{
    color: #fff !important;
}
.top-img {
    background: url(../images/img-topdwn.png) no-repeat;
    padding-top: 150px;
    background-size: contain;
    background-position: center top;
    padding-bottom: 150px;
}
.top-sp
{
    margin-top: -170px;
}
a.click-btn {
    color: #df893d;
}
a.click-btn:hover {
    color: #df893d;
    text-decoration:underline;
}
/* end */

/* slick slider */
.cap-title
{
    font-size: 1.8rem;
    font-family: "Graphik";
    font-weight: 600;
    color: #091E30;
    margin: 10px 0px;
    line-height: 24px;
    max-height: 50px;
    height: 50px;
}
.img-cap-brand
{
    max-height: 140px;
    height: 140px;
    overflow-y: auto;
}
.cap-desc {
    font-size: 1.3rem;
    line-height: 20px;
    color: #333333;
    font-family: "Graphik";
    font-weight: 400;
}
.h_div {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 0px #ffffff, 0px 2px 5px #bdbdbd;
    overflow: hidden;
    margin: 0px 5px;
}
/* .h_div::before
{
    background: url(../images/blue-line.png) no-repeat;
    content: '';
    position:absolute;
    top:0px;
    left:0px;
} */
.slick-dots li.slick-active button:before {
    content: "";
    background: #091E30;
    width: 20px;
    height: 4px !important;
    border-radius: 1px;
}
.slick-dots li button:before
{
    background: #707070;
    width: 20px;
    height: 2px !important;
    border-radius: 3px;
}
.caption img {
    width: 100%;
}
/* .img-caption {
    max-height: 150px;
    overflow-y: auto;
} */
.slick-dots
{
    bottom: -60px !important;
}
.slick-dots li button
{
    height: auto !important;
    padding: 0px !important;
}
/* end */

/* know your pain */
.regular_new .slick-list
{
    background-image: linear-gradient(bottom, #0c263d 70%, #fff 30%);
    background-image: -o-linear-gradient(bottom, #0c263d 70%, #fff 30%);
    background-image: -moz-linear-gradient(bottom, #0c263d 70%, #fff 30%);
    background-image: -webkit-linear-gradient(bottom, #0c263d 70%, #fff 30%);
    background-image: -ms-linear-gradient(bottom, #0c263d 70%, #fff 30%);
}
.regular_new h4 {
    margin-bottom: 80px;
    color: #fff;
    font-weight: 600;
}
.bk-none { background: transparent !important; transition: all linear .3s;}
.bk-none:hover {
    color: #df893d !important;
}
.regular_new .slick-dots {
    bottom: 20px !important;
}
.regular_new .slick-dots li.slick-active button:before
{
    background: #ffffff;
}
.regular_new .slick-dots li button:before
{
    background: #ffffff;
}
.hurt-section
{
    padding: 9rem 0 8rem 0;
}
.hurt-section
{
    padding-bottom: 0px;
    padding-top: 5rem;
}
.regular_new.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.accord-bg
{
    padding-bottom: 8rem;
}
.right-bg-img
{
    position: relative;
}
.right-bg-img img {
    position: absolute;
    top: -230px;
    right: -370px;
    z-index: -1;
}
.regular.slick-initialized .slick-slide { padding: 0 1rem; }
.regular_new.slick-initialized .slick-slide
{
    padding: 0 1rem;
}
.newly
{
    position: relative;
}
.newly:hover .bk-none {
    color: #df893d !important;
    cursor: pointer !important;
}
.regular .newly:before {
    position: absolute;
    left: 3rem;
    right: 3rem;
    top: -0.1rem;
    height: 0.5rem;
    content: "";
    border-bottom: 0.5rem solid #B5DCD5;
    transition: 0.2s ease;
    border-radius: 10px;
    overflow: hidden;
}
.regular .newly:hover:before 
{
    left: .5rem;
    right: .5rem;
}
.g-brik
{
    font-family: "Graphik";
}
.bullet-alignment li {
    display: flex;
    align-items: baseline;
}
.bullet-alignment .bullet-style {
    position: relative;
    top:.2rem;
}
.hurt-section .carousel-control-prev {
    left: 90%;
    top: -4em !important;
    position: absolute;
       background: rgb(0 0 0 / 20%);
    height: 3.8rem;
    width: 3.8rem;
    border-radius:.5rem;
    align-items: center;
}
.hurt-section .carousel-control-next {
    left: 95%;
    top: -4em !important;
    position: absolute;
       background: rgb(0 0 0 / 20%);
    height: 3.8rem;
    width: 3.8rem;
    border-radius:.5rem;
    align-items: center;
}
.hurt-section .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-image: -webkit-linear-gradient(bottom, #0c263d 70%, #fff 30%);
}
.hurt-section .carousel-inner .hurt-card h4 {
    color: #fff;
    font-size: 2rem;
    margin: 1rem 0 2rem;
}
/* end */

.lymphatic-massage-img{
    height:230px;
    width: 100%;
    object-fit:cover;
}
div#form-sec .blocks-column {
    margin: 0 auto;
}
@media (max-width: 767px)
{
    .ban-bg
    {
        padding: 0px 15px !important;
        position: relative;
    }
    .about-section-three
    {
        padding: 40px 15px !important;
        padding-top: 0px !important;
    }
    .left-sp {
        margin-left: 0px;
    }
    
    .head-font
    {
        margin: 20px 0px 10px 0px;
    }
    .mt-sp { margin-top: 15px; }
    .pdnone-mob { padding: 0px; }
    .first
    {
        order: 1;
    }
    .second
    {
        order: 2;
        margin-top: 30px;
    }
    .white-box-mob
    {
        order: 2;
        position: absolute;
        z-index: 9;
        background: #0000004a;
        padding: 10px;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }
    .blue-bg
    {
        padding: 20px;
    }
    .group-cont
    {
        padding: 20px;
    }
    .mb-sp { margin-bottom: 15px; }
    .top-img { padding-top: 70px; }
    .head-font { margin: 0px 0px 10px 0px; }
    .top-sp {
        margin-top: -125px;
    }
    .regular_new h4 { margin-bottom: 40px; }
    .right-bg-img { height: 60px; }
    .right-bg-img img {
        position: absolute;
        top: -110px;
        right: -180px;
        z-index: 1;
    }
    .y-font { padding-top: 20px; }
    .accord-bg { padding-bottom: 3rem }
    .head-desc, .big-text {
        color: #fff;
    }
    .cap-title
    {
        font-size: 1.5rem;
        overflow-y: auto;
    }
    .img-cap-brand {
        max-height: 140px;
        height: 140px;
        overflow-y: auto;
    }
    .card-header button { font-size: 1.5rem; }
    .card-body {
        padding-left: 25px;
    }
    .hurt-section .carousel-control-prev {
    left: 73%;
    top: -4em !important;
    position: absolute;
       background: rgb(0 0 0 / 20%);
    height: 3.8rem;
    width: 3.8rem;
    border-radius:.5rem;
    align-items: center;
}
.hurt-section .carousel-control-next {
    left: 85%;
    top: -4em !important;
    position: absolute;
       background: rgb(0 0 0 / 20%);
    height: 3.8rem;
    width: 3.8rem;
    border-radius:.5rem;
    align-items: center;
}
}

@media (min-width: 768px) and (max-width: 991px)
{
    .content-box {
        padding-left: 30px;
    }
    .blue-bg { padding: 20px 20px 20px 0px; }
    .group-cont { padding: 20px 20px 20px 0px; }
    .mb-sp { margin-bottom: 15px; }
    /* .left-sp { margin-left: 0px; } */
    .top-img { padding-top: 100px; }
    .top-sp {
        margin-top: -143px;
    }
    .regular_new h4 { margin-bottom: 40px; }
    .ban-bg { background-position: left -100px top -10px; }
    .new-wdth img { width: 100%; height: 100%; object-fit: cover; }
    .md-space { width: 82%; }
    .cap-title {
        height: 50px;
        font-size: 1.3rem;
    }
}

@media (min-width: 992px) and (max-width: 1024px)
{
    .top-img { padding-top: 120px; }
    .top-sp {
        margin-top: -200px !important;
    }
}

@media (min-width: 1000px)
{
    .content-box {
        padding-left: 70px;
        margin-top: 14rem;
        width: 82%;
    }
    .top-sp { margin-top: -235px }
    .top-img { padding-bottom: 200px; }
    .only-dktp
    {
        margin-right: -5px;
    }
}

@media (max-width: 1200px)
{
    /* .ban-bg
    {
        margin-top: 98px;
    } */
}

@media (min-width: 1025px)
{
    .big-text { font-size: 5.5rem; }
    .head-desc { font-family: "Graphik"; font-size: 1.8rem; font-weight: 800; }
}

@media (min-width: 1300px)
{
    /* .ban-bg
    {
        margin-top: 128px;
    } */
}

@media (min-width: 1080px) and (max-width: 4096px)
{
    .pdnone-mob img { width: 100%; }
    .new-wdth img { 
            width: 100%;

        
     }
     .lymphatic-massage-img {
    height: 300px !important;
    object-fit: cover;
}
}


@media (min-width: 1600px){
    .mt-5, .my-5 {
        margin-top: 2em !important;
    }
    .content-box{
        padding-left: 5em;
        margin-top: 11em;
    }
    .head-desc {
        font-size: 1.6em;
            margin-top: 0.9em !important;
    }
    h1.head-font.big-text {
        font-size: 4.4em;
    }
    .head-font.y-font{
           font-size: 1em;
    line-height: .2em;
        margin-bottom: 1.3em;
    }
    .about-section-three img.left-sp {
        margin-left: -3.5em;
        max-width: unset;
    }
    .pdnone-mob img {
        width: 100%;
    }
    .y-font{
            line-height: 1em;
            font-size: 3em;
    }
    .y-font .s-bold{
        font-weight: 600;
        font-family: 'Graphik';
        line-height: 1.2em;
    }
    .g-font {
         line-height: 1.4em;
    font-size: 1.1em;
        margin-top: 1em !important;
    }
    .head-font{
            font-size: 3.1em;
                margin-bottom: 0.3em;
    }
    .md-space .list-style{
           line-height: 1.9em;
    font-size: 1em;
    font-weight: 400;
    }
    .desc-color {
        font-size: 1.07em;
        line-height: 1.45em;
        margin-bottom: 1.1em;
        margin-top: 1em;
    }
    .desc-color:last-child{
        margin-bottom: 0;
    }
    .group-cont{
            padding: 1.5em 0;
    }
    .md-space h5 {
    font-size: 1.45em;
    margin-bottom: 0.4em !important;
}
.new-wdth img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}
.blue-bg{
        padding: 1.5em 0;
}
 .bullet-style {
    margin-right: 0.5em;
    width: 1.45em;
} 
.ylw-bg {
    padding: 2em 3em !important;
}
.ylw-bg .list-style{
      line-height: 2em;
    font-size: 1.25em;
}
.sec-title h2.top-img {
    font-size: 3.3em;
    padding-bottom: 4em;
    padding-top: 2.5em;
}
.cap-title {
    font-size: 1.45em;
    font-weight: 700;
    margin: 1em 0;
    line-height: 1.3em;
        max-height: 2em;
    height: 2em;

}
.cap-desc {
    font-size: 1.02em;
    line-height: 1.45em;
}
.h_div {
    padding: 2em;
    box-shadow: 0 0 0px #ffffff, 0px 0.2em 0.7em #bdbdbd61;
    margin: 0 0.3em;
}
.img-cap-brand {
    height: 9em;
    max-height: 9em;
}
.hurt-section {
    padding: 6em 0 8em 0;
}
.hurt-section .sec-title{
    margin-bottom: 4em;
}
.hurt-section .sec-title h2{
        font-size: 3.2em;
}
.hurt-section .regular_new h4{
    font-size: 1em;
    margin-bottom: 5em;
    margin-top: 1em;
}
.hurt-card a{
    font-size: 1em;
    padding: 0.5em 0.2em;
    line-height: 1.45em;
}
.accord-bg .head-font {
    margin-bottom: 0.4em !important;
}
.accord-bg p.brand {
    font-size: 1.5em;
    margin-bottom: 0.6em !important;
    line-height: 1.4em;
}
.card-header button {
    font-size: .65em;
}
.accord-bg .card-body p {
    font-size: 1em;
    line-height: 1.65em;
    padding-left: 3em;
}
.top-sp {
    margin-top: -14em;
}
.slick-dots li {

    width: 1.4em !important;
    height: 1.4em !important;
    margin: 0 0.4em !important;

}
.slick-dots li button:before{
        border-radius: 0.4em !important;
           width: 3.4em !important;
    height: 0.4em !important;
        /*font-size: .1em !important;*/
}
.slick-dots li button{
            width: 1.4em !important;
}
.slick-dots li.slick-active button:before {
        height: 0.8em !important;
}
.slick-dots{
   bottom: -4em !important;
}
}





@media (min-width: 1600px){
    body{
        font-size: 16.5px;
    }
}

@media (min-width: 1680px){
    body{
        font-size: 17.5px;
    }
    .slick-dots li button:before{
        font-size: 8px!important;
    }
}


@media (min-width: 1900px){
    body{
        font-size: 1.4rem;
    }
    .new-wdth img {
    height: 50rem;
    object-fit: cover;
}
.new-wdth.sockwave-img img{
    height: 40rem;
    object-fit: cover;
}
.second img {
    height: 60rem;
    width: 100%;
    object-fit: cover;
}
}

@media (min-width: 2000px){
    body{
        font-size: 1.4rem;
    }
    h5 {
    font-size: 4rem;
}
.new-wdth.massage-benefits img {
    height: 80rem;
    object-fit: cover;
}
}

@media (min-width: 2200px){
    body{
        font-size: 24px;
    }
    .slick-dots li button:before{
        font-size: 10px!important;
    }
}

@media (min-width: 2500px){
    body{
        font-size: 26.7px;
    }
    
    .slick-dots li button:before{
        font-size: 11px!important;
    }
}

@media (min-width: 3000px){
    body{
        font-size: 31.9px;
    }
    .slick-dots li button:before{
        font-size: 13px!important;
    }
}

@media (min-width: 3400px){
    body{
        font-size: 35.7px;
    }
    .slick-dots li button:before{
        font-size: 14px!important;
    }
}

@media (min-width: 3800px){
    body{
        font-size: 40.5px;
    }
    .slick-dots li button:before{
        font-size: 20px!important;
    }
}

@media (min-width: 4000px){
    body {
        font-size: 42.6px;
    }
    .slick-dots li button:before{
        font-size: 25px!important;
    }
}

@media (min-width: 4500px){
    body {
        font-size: 48px;
    }
}

@media (min-width: 6000px){
    body {
        font-size: 64px;
    }
}





















