/* =====box all====== */
.hmtitle{
    margin-bottom: 15px;
}
.hmtitle, .hmtitle h1, .hmtitle h2, .hmtitle h3{
    font-size: 40px;
    line-height: 55px;
    font-weight: 400;
}
/* =====box all====== */
/* =====box 1====== */
.bannerhome .grban{
    display: flex;
    flex-wrap: wrap;
    background-color: #eff6ff;
}
.bannerhome .grban > div{
    width: 50%;
}
.bannerhome .decsbn{
    padding: 20px 15px;
    display: flex;
    align-items: center;
    align-content: center;
    height: 100%;
}
.bannerhome .decsbn .dswrap {
    max-width: 585px;
    width: 100%;
    margin-left: auto;
}
.bannerhome .dstitle {
    margin-bottom: 5px;
}
.bannerhome .dstitle, .bannerhome .dstitle h2, .bannerhome .dstitle h3{
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
}
.bannerhome .dstend{
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}
.bannerhome .dslink{
    max-width: 290px;
}
.bannerhome .dslink > div{
    margin-bottom: 15px;
}
.bannerhome .dslink a{
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    padding: 13px 10px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
}
.bannerhome .lkpatien a{
    background-color: #523594;
}
.bannerhome .lkpracti a{
    background-color: #00a9e4;
}
.bannerhome .lkpatien a:hover, .bannerhome .lkpracti a:hover{
    background-color: #b61034;
}
.bannerhome .thumbbn{
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bannerhome .thumbbn img{
    opacity: 0;
    width: 100%;
}
/* =====box 1====== */

/* =====box 2====== */
.partnerhome{
    padding: 25px 0;
    border-bottom: 1px solid #dfecfc;
}
.slparthome .slick-arrow{
    opacity: 0;
}
.slparthome:hover .slick-arrow{
    opacity: 1;
}
.slparthome .slick-slide{
    border-right: 1px solid #eff6ff;
}
.slparthome .slick-slide:last-child{
    border-right: none;
}
.bepartner a{
    display: block;
    position: relative;
    padding-top: 55px;
}
.bepartner a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}
/* =====box 2====== */

/* =====box 3====== */
.abouthome{
    padding: 70px 0;
}
.abouthome .grabout{
    display: flex;
    flex-wrap: wrap;
    background-color: #523594;
}
.abouthome .grabout > div{
    width: 50%;
}
.abouthome .thumbab{
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.abouthome .thumbab img{
    opacity: 0;
    width: 100%;
}
.abouthome .decsab{
    display: flex;
    align-items: center;
    align-content: center;
    height: 100%;
    padding: 25px 20px 45px;
    text-align: center;
    color: #fff;
}
.abouthome .decsab a{
    color: #fff;
}
.abouthome .dscen{
    max-width: 460px;
    margin: 0 auto;
}
.abouthome .dstitle{
    margin-bottom: 10px;
}
.abouthome .dstitle, .abouthome .dstitle h2, .abouthome .dstitle h3{
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
}
.abouthome .dstend{
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
}
/* =====box 3====== */

/* =====box 4====== */
.producthome{
    padding: 55px 0 105px;
    background-color: #eff6ff;
}
.producthome .sptitle{
    margin-bottom: 35px;
}
.producthome .sptitle, .producthome .sptitle h2, .producthome .sptitle h3{
    font-size: 40px;
    line-height: 55px;
    font-weight: 400;
}
.slproducth .slick-list{
    padding: 0 0 10px 0;
}
.slproducth .slick-arrow{
    transform: initial;
    top: -60px;
}
.slproducth .slick-prev{
    left: initial;
    right: 50px;
}
.slproducth .slick-next{
    right: -10px;
}
/* =====box 4====== */

/* =====box 5====== */
.testihome{
    padding: 55px 0 45px;
}
.itemtestilg{
    text-align: center;
    font-size: 18px;
    line-height: 27px;
}
.itemtestilg .tsava{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 100%;
}
.itemtestilg .tsava img{
    display: none;
}
.itemtestilg .tstend{
    margin-bottom: 10px;
    font-style: italic;
}
.itemtestilg .tsname{
    color: #523594;
    font-weight: bold;
}

.itemtestism{
    text-align: center;
    font-size: 15px;
    line-height: 23px;
}
.itemtestism .tsava{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 100%;
}
.itemtestism .tsava img{
    display: none;
}
.itemtestism .tstend{
    margin-bottom: 10px;
    font-style: italic;
}
.itemtestism .tsname{
    color: #523594;
    font-weight: bold;
}
/* =====box 5====== */

/* =====box 6====== */
.whyhome{
    position: relative;
    padding-top: 50px;
}
.whyhome::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 65px;
    width: 100%;
    z-index: -1;
    pointer-events: none;
    background-color: #eff6ff;
}
.whyhome .grwhy{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -30px;
}
.whyhome .grwhy > div{
    padding: 0 30px;
}
.whyhome .grwhy .lcol{
    width: 670px;
}
.whyhome .grwhy .rcol{
    width: calc(100% - 670px);
}
.whyhome .thumbw{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.whyhome .thumbw > div{
    width: 50%;
}
.itemthumbw{
    width: 330px;
    height: 330px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 100%;
    border: 10px solid rgb(0 169 228 / 20%);
    background-color: #fff;
    text-align: center;
    padding: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 3px 15px 0 rgb(0 169 228 / 20%);
}
.itemthumbw .jscen{
    max-width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.itemthumbw .wimg{
    max-width: 180px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.itemthumbw .wtitle{
    margin-bottom: 10px;
}
.itemthumbw .wtitle, .itemthumbw .wtitle h3{
    color: #00a9e4;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.itemthumbw .wcont{
  font-size: 15px;
  line-height: 23px;
  max-height: 69px;
  overflow: hidden;  
}
.itemthumbw.wm{
    z-index: 3;
}
.itemthumbw.wh{
    z-index: 2;
    left: -30px;
    margin-top: 100px;
}
.itemthumbw.wb{
    z-index: 1;
    left: -50px;
    margin-top: -100px;
}
.whyhome .decsw{
    margin-bottom: 65px
}
.whyhome .wytitle{
    margin-bottom: 15px;
} 
.whyhome .wytitle, .whyhome .wytitle h2, .whyhome .wytitle h3{
    font-size: 40px;
    line-height: 55px;
    font-weight: 400;
}
.whyhome .wycont{
    font-size: 18px;
    line-height: 27px;
}
/* =====box 6====== */

/* =====box 7====== */
.howdohome{
    padding: 35px 0 80px;
}
.howdohome .vhline{
    margin: 70px 0 60px;
}
.itemhowdoh{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -35px;
}
.itemhowdoh > div{
    padding: 0 35px;
}
.itemhowdoh .lcol{
    width: 52.823%;
}
.itemhowdoh .rcol{
    width: calc(100% - 52.823%);
}
.itemhowdoh.vm .lcol{
    order: 2;
    width: calc(100% - 52.823%);
}
.itemhowdoh.vm .rcol{
    width: 52.823%;
}
.itemhowdoh .hmcont{
    font-size: 18px;
    line-height: 27px;
}
.itemhowdoh .thumbhow img{
    width: 100%;
}
/* =====box 7====== */

/* =====box 8====== */
.newshome{
    padding: 45px 0 60px;
}
.newshome .hmtitle{
    margin-bottom: 30px;
}
.slnewsh .slick-list{
    padding: 0 0 10px 0;
}
/* =====box 8====== */
 

/* =====page patients====== */
.vhpatients{
    display: flex;
    flex-wrap: wrap;
}
.vhpatients > div{
    width: 50%;
}
.hppatientsr{
    padding: 40px 15px 70px;
    background-color: #eff6ff;
} 
.hppatientsr .dswap{
    max-width: 570px;
    width: 100%;
    padding-left: 65px;
}
.tpprovider .beformfind{
    margin-bottom: 30px;
} 
.beformfind .grsle{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -5px;
}
.beformfind .grsle > div{
    padding: 0 5px;
    width: 50%;
}
.beformfind select{
    width: 100%;
    height: 40px;
    padding: 0 40px 0 15px;
    border: 1px solid #06a7de;
    background-color: #ffffff;
}
.lstprovider{
    margin-bottom: 30px;
}
.itemprovider{
    margin-bottom: 20px;
    padding: 25px 30px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 10px 2px rgb(0 169 228 / 10%);
}
.itemprovider .vidtitle{
    margin-bottom: 10px;
}
.itemprovider .vidtitle, .itemprovider .vidtitle h3{
    color: #573f80;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.itemprovider .nnadd{
    margin-bottom: 10px;
} 
.itemprovider .nninfo{
    position: relative;
    padding-right: 90px;
}
.itemprovider .nninfo li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.itemprovider .nninfo li:last-child{
    margin-bottom: 0;
}
.itemprovider .nninfo li::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    color: #06a7de;
    left: 0;
    top: 0;
}
.itemprovider .nninfo li.fa-phone::before{
    transform: rotate(90deg);
}
.itemprovider .nimap{
    position: absolute;
    right: 0;
    bottom: 0;
}
.itemprovider .nimap a{
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #523594;
    border-radius: 3px;
    line-height: 21px;
    color: #523594;
}
.itemprovider .nimap a:hover{
    background-color: #523594;
    color: #fff;
}
.itemprovider .nimap a span{
    display: inline-block;
    position: relative;
    padding-left: 15px;
}
.itemprovider .nimap a span::before{
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
}

.hppatientsl{
    padding: 70px 15px 50px;
}
.hppatientsl .dswap{
    max-width: 570px;
    margin-left: auto;
    width: 100%;
}
/* =====page patients====== */
@media all and (max-width: 1200px){
    /* =====box 1====== */
    .bannerhome .dstitle, .bannerhome .dstitle h2, .bannerhome .dstitle h3{
        font-size: 25px;
        line-height: 37px;
    }
    .bannerhome .dstend{
        font-size: 14px;
        line-height: 22px;
    }
    /* =====box 1====== */

    /* =====box 3====== */
    .abouthome .dstitle, .abouthome .dstitle h2, .abouthome .dstitle h3{
        font-size: 28px;
        line-height: 40px;
    }
    .abouthome .dstend{
        font-size: 15px;
        line-height: 23px;
    }
    /* =====box 3====== */

    /* =====box 6====== */
    .whyhome .grwhy{
        margin: 0 -20px;
    }
    .whyhome .grwhy > div{
        padding: 0 20px;
    }
    .whyhome .wytitle, .whyhome .wytitle h2{
        font-size: 28px;
        line-height: 40px;
    }
    .whyhome .wycont{
        font-size: 15px;
        line-height: 23px;
    }
    .itemthumbw{
        width: 300px;
        height: 300px;
    }
    .whyhome .grwhy .lcol{
        width: 605px;
    }
    .whyhome .grwhy .rcol{
        width: calc(100% - 605px);
    }
    /* =====box 6====== */

    /* =====page patients====== */
    .hppatientsr .dswap{
        padding-left: 0;
    }
    /* =====page patients====== */
}
@media all and (max-width: 991px){
    /* =====box all====== */
    .hmtitle, .hmtitle h1, .hmtitle h2, .hmtitle h3{
        font-size: 28px;
        line-height: 40px;
    }
    /* =====box all====== */
    /* =====box 1====== */
    .bannerhome .grban{
        flex-direction: column-reverse;
    }
    .bannerhome .grban > div{
        width: 100%;
    }
    .bannerhome .decsbn .dswrap{
        max-width: 100%;
    }
    /* =====box 1====== */

    /* =====box 2====== */
    .partnerhome{
        padding: 15px 0;
    }
    .partnerhome .wrapper{
        padding-right: 0;
    }
    .slparthome .bepartner{
        width: 150px;
    }
    /* =====box 2====== */

    /* =====box 3====== */
    .abouthome{
        padding: 40px 0;
    }
    .abouthome .grabout > div{
        width: 100%;
    }
    .abouthome .dstend{
        margin-bottom: 20px;
    }
    /* =====box 3====== */

    /* =====box 4====== */
    .producthome{
        padding: 35px 0 65px;
    }
    .producthome .sptitle{
        margin-bottom: 25px;
    }
    .producthome .sptitle, .producthome .sptitle h2, .producthome .sptitle h3{
        font-size: 28px;
        line-height: 40px;
    }
    .slproducth .vhproduct{
        width: 270px;
    }
    .producthome .spcont{
        margin-right: -15px;
    }
    /* =====box 4====== */

    /* =====box 5====== */
    .testihome{
        padding: 40px 0 50px;
    }
    .itemtestilg{
        font-size: 16px;
        line-height: 24px;
    }
    .itemtestism{
        font-size: 14px;
        line-height: 22px;
    }
    /* =====box 5====== */

    /* =====box 6====== */
    .whyhome{
        padding-top: 35px;
    }
    .whyhome .grwhy{
        flex-direction: column-reverse;
    }
    .whyhome .grwhy .lcol{
        width: 100%;
    }
    .whyhome .grwhy .rcol{
        width: 100%;
        margin-bottom: 15px;
    }
    .whyhome .decsw{
        margin-bottom: 0;
    }
    .whyhome .thumbw{
        max-width: 560px;
        margin: 0 auto;
    }
    /* =====box 6====== */

    /* =====box 7====== */
    .howdohome{
        padding: 45px 0 50px;
    }
    .itemhowdoh .lcol, .itemhowdoh.vm .lcol{
        width: 100%;
        margin-bottom: 20px;
        order: unset;
    }
    .itemhowdoh .rcol, .itemhowdoh.vm .rcol{
        width: 100%;
    }
    .itemhowdoh .hmcont{
        font-size: 15px;
        line-height: 23px;
    }
    .howdohome .vhline{
        margin: 30px 0;
    }
    /* =====box 7====== */

    /* =====box 8====== */
    .newshome{
        padding: 40px 0 50px;
    }
    .slnewsh .vhnews{
        width: 270px;
    }
    /* =====box 8====== */

    /* =====page patients====== */
    .befrmprovider .inner{
        max-width: 100%;
    }
    .vhpatients > div{
        width: 100%;
    }
    .hppatientsl .dswap{
        margin: 0 auto;
    }
    .hppatientsl{
        padding: 20px 15px 50px;
    }
    .hppatientsr .dswap{
        max-width: 100%;
    }
    .hppatientsr{
        padding: 40px 15px 60px;
    }
    .tpprovider .beformfind{
        margin-bottom: 20px;
    }
    /* =====page patients====== */
}
@media all and (max-width: 767px){
    /* =====box 1====== */
    .bannerhome .dslink{
        max-width: 100%;
    }
    /* =====box 1====== */

    /* =====box 6====== */
    .whyhome .thumbw > div:nth-child(1){
        margin-top: 0;
    }
    .whyhome .thumbw > div{
        width: 100%;
        margin-top: -40px;
    }
    .itemthumbw{
        margin: 0 auto;
    }
    .itemthumbw.wh{
        left: 0;
        margin-top: 0;
    }
    .itemthumbw.wb{
        left: 0;
        margin-top: 0;
    }
    /* =====box 6====== */

    /* =====page patients====== */

    .itemprovider{
        padding: 15px 20px 20px;
    }
    .itemprovider .nninfo{
        padding-right: 0;
    }
    .itemprovider .nimap{
        position: static;
        margin-top: 10px;
    }
    .itemprovider .nimap a{
        display: block;
        text-align: center;
    }
    /* =====page patients====== */
}
@media all and (max-width: 360px){
    /* =====box 6====== */
    .itemthumbw{
        width: 290px;
        height: 290px;
    }
    /* =====box 6====== */
}